]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
8bbd6efe8dca82d67d941aa65fdc091a76160f82
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 313
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  \usepackage[scaled=0.92]{helvet}
22  \usepackage{mathptmx}
23  \usepackage{courier} }
24
25  % link all cross references and URLs in pdf output
26  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
27  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
28  pdfpagelayout=OneColumn, pdfnewwindow=true,
29  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
30  pdfauthor={LyX Team}, pdftex,
31  pdftitle={The LyX User's Guide},pdfsubject={LyX},
32  pdfkeywords={LyX}]{hyperref}
33  
34 \else % if dvi or ps is produced
35
36  % link all cross references and URLs in dvi output
37  \usepackage[ps2pdf]{hyperref}
38
39 \fi % end if pdflatex is used
40
41  % the pages of the TOC are numbered roman
42  % and a pdf-bookmark for the TOC is added
43  \pagenumbering{roman}
44  \let\myTOC\tableofcontents
45  \renewcommand\tableofcontents{%
46    \pdfbookmark[1]{Contents}{}
47    \myTOC
48    \cleardoublepage
49    \pagenumbering{arabic} }
50
51 % redefine the \LyX macro for PDF bookmarks
52 \def\LyX{\texorpdfstring{%
53   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
54   {LyX }}
55
56 % define a short command for \textvisiblespace
57 \newcommand{\spce}{\textvisiblespace}
58
59 % redefine the greyed out note
60 \renewenvironment{lyxgreyedout}
61  {\textcolor{blue}\bgroup}{\egroup}
62 \end_preamble
63 \options intoc,refpage,idxtotoc,BCOR7mm
64 \begin_modules
65 theorems-std
66 logicalmkup
67 \end_modules
68 \language english
69 \inputencoding auto
70 \font_roman default
71 \font_sans default
72 \font_typewriter default
73 \font_default_family default
74 \font_sc false
75 \font_osf false
76 \font_sf_scale 100
77 \font_tt_scale 100
78 \graphics default
79 \paperfontsize 12
80 \spacing single
81 \use_hyperref false
82 \papersize default
83 \use_geometry false
84 \use_amsmath 1
85 \use_esint 0
86 \cite_engine basic
87 \use_bibtopic false
88 \paperorientation portrait
89 \branch Question
90 \selected 1
91 \color #00ff00
92 \end_branch
93 \branch Answer
94 \selected 0
95 \color #aa55ff
96 \end_branch
97 \secnumdepth 3
98 \tocdepth 3
99 \paragraph_separation indent
100 \defskip medskip
101 \quotes_language english
102 \papercolumns 1
103 \papersides 2
104 \paperpagestyle default
105 \tracking_changes false
106 \output_changes false
107 \author "" 
108 \author "" 
109 \end_header
110
111 \begin_body
112
113 \begin_layout Title
114 The LyX User's Guide
115 \end_layout
116
117 \begin_layout Author
118 by the LyX Team
119 \begin_inset Foot
120 status collapsed
121
122 \begin_layout Standard
123 \noindent
124 If you have comments or error corrections, please send them to the LyX Documenta
125 tion mailing list: 
126 \family typewriter
127 lyx-docs@lists.lyx.org
128 \end_layout
129
130 \end_inset
131
132
133 \newline
134
135 \newline
136 Version 1.5.3
137 \end_layout
138
139 \begin_layout Standard
140 \begin_inset Note Note
141 status open
142
143 \begin_layout Standard
144 To export this document as PDF, Postscript, or DVI, the LaTeX-package 
145 \series bold
146 hyperref
147 \series default
148  has to be installed.
149 \end_layout
150
151 \begin_layout Standard
152 This package should be part of all popular LaTeX-distributions.
153 \end_layout
154
155 \end_inset
156
157
158 \end_layout
159
160 \begin_layout Standard
161 \begin_inset CommandInset toc
162 LatexCommand tableofcontents
163
164 \end_inset
165
166
167 \end_layout
168
169 \begin_layout Chapter
170 Getting Started
171 \end_layout
172
173 \begin_layout Section
174 What is LyX?
175 \end_layout
176
177 \begin_layout Standard
178 LyX is a document preparation system.
179  It is a tool for producing beautiful manuscripts, publishable books, business
180  letters and proposals, and even poetry.
181  It is unlike most other 
182 \begin_inset Quotes eld
183 \end_inset
184
185 word processors
186 \begin_inset Quotes erd
187 \end_inset
188
189  in the sense that it uses the paradigm of a markup language as its core
190  editing style.
191  That means that when you type a section header, you mark it as a 
192 \begin_inset Quotes eld
193 \end_inset
194
195 Section
196 \begin_inset Quotes erd
197 \end_inset
198
199 , not 
200 \begin_inset Quotes eld
201 \end_inset
202
203 Bold, 17 pt type, left justified, 5 mm space below
204 \begin_inset Quotes erd
205 \end_inset
206
207 .
208  LyX takes care of the typesetting for you, so you deal only with concepts,
209  not the mechanics.
210 \end_layout
211
212 \begin_layout Standard
213 This philosophy is explained in much greater detail in the 
214 \emph on
215
216 \begin_inset Quotes eld
217 \end_inset
218
219 Introduction
220 \begin_inset Quotes erd
221 \end_inset
222
223
224 \emph default
225 .
226  If you haven't read it yet, you need to.
227  Yes, we mean now.
228 \end_layout
229
230 \begin_layout Standard
231 The 
232 \begin_inset Quotes eld
233 \end_inset
234
235
236 \emph on
237 Introduction
238 \emph default
239
240 \begin_inset Quotes erd
241 \end_inset
242
243  describes several things in addition to LyX's philosophy: most importantly,
244  the format of all of the manuals.
245  If you don't read it, you'll have a bear of a time navigating this manual.
246  You might also be better served looking in one of the other manuals instead
247  of this one.
248  
249 \begin_inset Quotes eld
250 \end_inset
251
252
253 \emph on
254 Introduction
255 \emph default
256
257 \begin_inset Quotes erd
258 \end_inset
259
260  describes that, too.
261 \end_layout
262
263 \begin_layout Section
264 How LyX Looks
265 \end_layout
266
267 \begin_layout Standard
268 Like most applications, LyX has the familiar menu bar across the top of
269  its window.
270  Below it is a toolbar with a pulldown box and various buttons.
271  There is, of course, a vertical scrollbar and a main work area for editing
272  documents.
273  Near the bottom of the window is a small window containing a single line
274  of text.
275  This is the 
276 \emph on
277 minibuffer
278 \emph default
279 , which really means 
280 \begin_inset Quotes eld
281 \end_inset
282
283 command buffer
284 \begin_inset Quotes erd
285 \end_inset
286
287 .
288  Type 
289 \family sans
290 M-x
291 \family default
292  when you need to type a command in the minibuffer.
293 \end_layout
294
295 \begin_layout Standard
296 Note that there is no horizontal scroll bar.
297  This is not a bug or an oversight, but intentional.
298  When you read a book, you expect the end of a line to wrap around to the
299  next line.
300  Text overflows onto new pages in a vertical fashion, hence the need for
301  only a vertical scrollbar.
302  There are three cases where you might want a horizontal scrollbar.
303  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
304  This, however, is due
305  to a flaw in the routine that displays graphics on the LyX screen in a
306  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
307  as you'd need to rescale graphics to fit on a page.
308  The second and third cases are tables and equations which are wider than
309  the LyX window.
310  You can use the arrow keys to scroll horizontally through the table, but
311  this doesn't work for equations yet.
312 \end_layout
313
314 \begin_layout Standard
315 For a brief description of all LyX menus and toolbar buttons, have a look
316  at Appendix\InsetSpace ~
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 Standard
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 Standard
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 Standard
421
422 {}
423 \end_layout
424
425 \end_inset
426
427
428 \emph on
429 eX\InsetSpace ~
430 Configuration
431 \emph default
432  that will be created when using the menu 
433 \family sans
434 Help\SpecialChar \menuseparator
435 LaT
436 \begin_inset ERT
437 status collapsed
438
439 \begin_layout Standard
440
441 {}
442 \end_layout
443
444 \end_inset
445
446 eX\InsetSpace ~
447 Configuration
448 \family default
449 .
450  You should install the required missing packages and then reconfigure LyX.
451 \begin_inset Note Note
452 status collapsed
453
454 \begin_layout Standard
455 The two braces in the ERT box prevent that the term 
456 \begin_inset Quotes eld
457 \end_inset
458
459 LaTeX
460 \begin_inset Quotes erd
461 \end_inset
462
463  is printed with sub- and superscript letters.
464  More on ERT is described in section\InsetSpace ~
465
466 \begin_inset CommandInset ref
467 LatexCommand ref
468 reference "sec:ERT"
469
470 \end_inset
471
472 , the printout of proper names like LaTeX is explained in section\InsetSpace ~
473
474 \begin_inset CommandInset ref
475 LatexCommand ref
476 reference "sub:LyX's-Proper-Names"
477
478 \end_inset
479
480 .
481 \end_layout
482
483 \end_inset
484
485
486 \begin_inset Index
487 status collapsed
488
489 \begin_layout Standard
490 Reconfiguration of LyX
491 \end_layout
492
493 \end_inset
494
495
496 \end_layout
497
498 \begin_layout Chapter
499 How to work with LyX
500 \end_layout
501
502 \begin_layout Section
503 Basic File Operations
504 \begin_inset Index
505 status collapsed
506
507 \begin_layout Standard
508 File Operations
509 \end_layout
510
511 \end_inset
512
513
514 \end_layout
515
516 \begin_layout Standard
517 Under the 
518 \family sans
519 File
520 \family default
521  menu are basic operations for any word processor in addition to some more
522  advanced operations:
523 \end_layout
524
525 \begin_layout Itemize
526
527 \family sans
528 New
529 \end_layout
530
531 \begin_layout Itemize
532
533 \family sans
534 New\InsetSpace ~
535 from
536 \bar under
537 \InsetSpace ~
538
539 \bar default
540 Template
541 \end_layout
542
543 \begin_layout Itemize
544
545 \family sans
546 Open
547 \end_layout
548
549 \begin_layout Itemize
550
551 \family sans
552 Close
553 \end_layout
554
555 \begin_layout Itemize
556
557 \family sans
558 Save
559 \end_layout
560
561 \begin_layout Itemize
562
563 \family sans
564 Save\InsetSpace ~
565 As
566 \end_layout
567
568 \begin_layout Itemize
569
570 \family sans
571 Revert\InsetSpace ~
572 to\InsetSpace ~
573 saved
574 \end_layout
575
576 \begin_layout Itemize
577
578 \family sans
579 Version\InsetSpace ~
580 Control
581 \end_layout
582
583 \begin_layout Itemize
584
585 \family sans
586 Import
587 \end_layout
588
589 \begin_layout Itemize
590
591 \family sans
592 Export
593 \end_layout
594
595 \begin_layout Itemize
596
597 \family sans
598 Print
599 \end_layout
600
601 \begin_layout Itemize
602
603 \family sans
604 Exit
605 \end_layout
606
607 \begin_layout Standard
608 They all do pretty much the same thing as in other word processors, with
609  a few minor differences.
610  The 
611 \family sans
612 File\SpecialChar \menuseparator
613 New\InsetSpace ~
614 from
615 \bar under
616 \InsetSpace ~
617
618 \bar default
619 Template
620 \family default
621  command not only prompts you for a name for the new file, but also prompts
622  you for a template to use.
623  Selecting a template will automatically set certain layout features for
624  the document, features you would otherwise need to change manually.
625  They can be of use for certain classes, especially those for writing letters
626  (see section\InsetSpace ~
627
628 \begin_inset CommandInset ref
629 LatexCommand ref
630 reference "sec:Document-Classes"
631
632 \end_inset
633
634 ).
635 \end_layout
636
637 \begin_layout Standard
638 Note: There is no 
639 \begin_inset Quotes eld
640 \end_inset
641
642 default file
643 \begin_inset Quotes erd
644 \end_inset
645
646  or document named 
647 \begin_inset Quotes eld
648 \end_inset
649
650 Untitled
651 \begin_inset Quotes erd
652 \end_inset
653
654  or 
655 \begin_inset Quotes eld
656 \end_inset
657
658 scratch.
659 \begin_inset Quotes erd
660 \end_inset
661
662  Unless you tell LyX to open a file or create a new one, that big, blank
663  space is just that --- a big, blank space.
664 \end_layout
665
666 \begin_layout Standard
667
668 \family sans
669 Revert\InsetSpace ~
670 to\InsetSpace ~
671 saved
672 \family default
673  and 
674 \family sans
675 Version\InsetSpace ~
676 Control
677 \family default
678  are useful if more people work on the same document at the same time
679 \begin_inset Foot
680 status collapsed
681
682 \begin_layout Standard
683 If you plan to do this, you should check out the Version Control feature
684  in LyX also.
685  Read 
686 \emph on
687 Extended Features
688 \emph default
689 \SpecialChar \@.
690
691 \end_layout
692
693 \end_inset
694
695 .
696  
697 \family sans
698 Revert\InsetSpace ~
699 to\InsetSpace ~
700 saved
701 \family default
702  will reload the document from disk.
703  You can of course also use it if you regret that you changed a document
704  and want to restore it to the last save.
705  With
706 \family sans
707  Version\InsetSpace ~
708 Control 
709 \family default
710 you can there register the changes you made to a document so that others
711  can identify this as your changes.
712 \end_layout
713
714 \begin_layout Section
715 Basic Editing Features
716 \begin_inset Index
717 status collapsed
718
719 \begin_layout Standard
720 Editing
721 \end_layout
722
723 \end_inset
724
725
726 \begin_inset CommandInset label
727 LatexCommand label
728 name "sec:Basic-Editing-Features"
729
730 \end_inset
731
732
733 \end_layout
734
735 \begin_layout Standard
736 Like most modern word processors, LyX can perform cut and paste operations
737  on blocks of text, can move by character, word, or screenful of text, and
738  can delete whole words as well as individual characters.
739  The next four sections cover the basic LyX editing features and how to
740  access them.
741  We'll start with cut and paste.
742 \end_layout
743
744 \begin_layout Standard
745 As you might expect, the 
746 \family sans
747 Edit
748 \family default
749  menu has the cut and paste commands, along with various other editing features.
750  Some of these are special and covered in later sections.
751  The basic ones are:
752 \end_layout
753
754 \begin_layout Itemize
755
756 \family sans
757 Cut
758 \end_layout
759
760 \begin_layout Itemize
761
762 \family sans
763 Copy
764 \end_layout
765
766 \begin_layout Itemize
767
768 \family sans
769 Paste
770 \end_layout
771
772 \begin_layout Itemize
773
774 \family sans
775 Paste\InsetSpace ~
776 Recent
777 \end_layout
778
779 \begin_layout Itemize
780
781 \family sans
782 Paste\InsetSpace ~
783 Special
784 \end_layout
785
786 \begin_layout Itemize
787
788 \family sans
789 Find\InsetSpace ~
790 &\InsetSpace ~
791 Replace
792 \end_layout
793
794 \begin_layout Standard
795 The first three are self-explanatory.
796  One thing to note: whenever you delete a block of text that you've selected,
797  it's automatically placed in the clipboard.
798  That is, the 
799 \family sans
800 Delete
801 \family default
802  and 
803 \family sans
804 Backspace
805 \family default
806  keys also functions as the 
807 \family sans
808 Cut
809 \family default
810  command.
811  Also, if you've selected text, be careful: If you hit a key, LyX will completel
812 y delete the selected text and replace it with what you just typed.
813  You'll have to do an 
814 \family sans
815 Undo
816 \family default
817  to get back the lost text.
818 \end_layout
819
820 \begin_layout Standard
821 \begin_inset Index
822 status collapsed
823
824 \begin_layout Standard
825 Paste
826 \end_layout
827
828 \end_inset
829
830 You can also copy text between LyX and other programs by cut, copy and paste.
831  The submenu of 
832 \family sans
833 Paste\InsetSpace ~
834 Recent
835 \family default
836  shows you a list with the last strings you have pasted.
837 \end_layout
838
839 \begin_layout Standard
840 The menu 
841 \family sans
842 Edit\SpecialChar \menuseparator
843 Paste\InsetSpace ~
844 Special\SpecialChar \menuseparator
845 Plain\InsetSpace ~
846 Text, Join\InsetSpace ~
847 Lines
848 \family default
849  will insert the text in the clipboard so that the whole text is inserted
850  as 
851 \emph on
852 one
853 \emph default
854  paragraph.
855  A new paragraph is started when there is a blank line in the file.
856  Without 
857 \family sans
858 Join\InsetSpace ~
859 Lines
860 \family default
861 , the text is inserted as Paragraphs, where the line breaks of the text
862  will start a new paragraph.
863 \end_layout
864
865 \begin_layout Standard
866 \begin_inset Index
867 status collapsed
868
869 \begin_layout Standard
870 Replace
871 \end_layout
872
873 \end_inset
874
875
876 \begin_inset Index
877 status collapsed
878
879 \begin_layout Standard
880 Find
881 \end_layout
882
883 \end_inset
884
885 The 
886 \family sans
887 Edit\SpecialChar \menuseparator
888 Find\InsetSpace ~
889 &\InsetSpace ~
890 Replace
891 \family default
892  item opens the 
893 \family sans
894 Find\InsetSpace ~
895 and\InsetSpace ~
896 Replace
897 \family default
898  dialog.
899  Once you've found a word or expression, LyX selects it.
900  Hitting the 
901 \family sans
902 Replace
903 \family default
904  button replaces the selected text with the contents of the 
905 \family sans
906 Replace\InsetSpace ~
907 with
908 \family default
909  field.
910  You can click the 
911 \family sans
912 Find\InsetSpace ~
913 Next
914 \family default
915  button to skip the current word.
916  Hit 
917 \family sans
918 Replace\InsetSpace ~
919 All
920 \family default
921  to replace all occurrences of the text in the document automatically.
922  The 
923 \family sans
924 Case\InsetSpace ~
925 sensitive
926 \family default
927  option can be used if you want the search to consider the case of the search
928  word.
929  If the toggle is set, searching for 
930 \begin_inset Quotes eld
931 \end_inset
932
933
934 \family typewriter
935 Test
936 \family default
937
938 \begin_inset Quotes erd
939 \end_inset
940
941  will not match the word 
942 \begin_inset Quotes eld
943 \end_inset
944
945
946 \family typewriter
947 test
948 \family default
949
950 \begin_inset Quotes erd
951 \end_inset
952
953 .
954  The 
955 \family sans
956 Match whole words only
957 \family default
958  option can be used to force LyX to only find complete words.
959  I.e., searching for 
960 \begin_inset Quotes eld
961 \end_inset
962
963
964 \family typewriter
965 star
966 \family default
967
968 \begin_inset Quotes erd
969 \end_inset
970
971  will not match 
972 \begin_inset Quotes eld
973 \end_inset
974
975
976 \family typewriter
977 starlet
978 \family default
979
980 \begin_inset Quotes erd
981 \end_inset
982
983 .
984 \end_layout
985
986 \begin_layout Standard
987 Things like notes, floats, etc., the so called insets can be dissolved.
988  This means that the inset is deleted and its content is left as normal
989  text.
990  Dissolving an inset is done by setting the cursor to the beginning of an
991  inset and pressing 
992 \family sans
993 Backspace
994 \family default
995  or by setting the cursor to the end and pressing 
996 \family sans
997 Delete
998 \family default
999 .
1000 \end_layout
1001
1002 \begin_layout Section
1003 Undo and Redo
1004 \begin_inset Index
1005 status collapsed
1006
1007 \begin_layout Standard
1008 Redo
1009 \end_layout
1010
1011 \end_inset
1012
1013
1014 \begin_inset Index
1015 status collapsed
1016
1017 \begin_layout Standard
1018 Undo
1019 \end_layout
1020
1021 \end_inset
1022
1023
1024 \begin_inset CommandInset label
1025 LatexCommand label
1026 name "sec:Undo-and-Redo"
1027
1028 \end_inset
1029
1030
1031 \end_layout
1032
1033 \begin_layout Standard
1034 If you make a mistake, you can easily recover from it.
1035  LyX has a large-capacity undo/redo buffer.
1036  Select 
1037 \family sans
1038 Edit\SpecialChar \menuseparator
1039 Undo
1040 \family default
1041  to undo some mistake.
1042  If you accidentally undo too much, use 
1043 \family sans
1044 Edit\SpecialChar \menuseparator
1045 Redo
1046 \family default
1047  to 
1048 \begin_inset Quotes eld
1049 \end_inset
1050
1051 undo the undo.
1052 \begin_inset Quotes erd
1053 \end_inset
1054
1055  The undo mechanism is currently limited to 100 steps to minimize memory
1056  overhead.
1057  
1058 \end_layout
1059
1060 \begin_layout Standard
1061 Notice that if you revert back all changes to arrive to the document as
1062  it was last saved, the 
1063 \begin_inset Quotes eld
1064 \end_inset
1065
1066 changed
1067 \begin_inset Quotes erd
1068 \end_inset
1069
1070  status of the document is unfortunately not reset.
1071  This is a consequence of the 100 step undo limit, above.
1072 \end_layout
1073
1074 \begin_layout Standard
1075 The 
1076 \family sans
1077 Undo
1078 \family default
1079  and 
1080 \family sans
1081 Redo
1082 \family default
1083  work on almost everything in LyX.
1084  They have some quirks, too.
1085  They won't 
1086 \family sans
1087 Undo
1088 \family default
1089  or 
1090 \family sans
1091 Redo
1092 \family default
1093  text character by character, but by blocks of text.
1094  That can take some getting used to; you'll have to play with 
1095 \family sans
1096 Undo
1097 \family default
1098  and 
1099 \family sans
1100 Redo
1101 \family default
1102  to get a feel for just how much they'll undo/redo, and after time, you'll
1103  surely appreciate how it works.
1104 \end_layout
1105
1106 \begin_layout Section
1107 Mouse Operations
1108 \begin_inset Index
1109 status collapsed
1110
1111 \begin_layout Standard
1112 Mouse Operations
1113 \end_layout
1114
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \begin_layout Standard
1121 This are the most basic mouse operations.
1122 \end_layout
1123
1124 \begin_layout Enumerate
1125 Motion
1126 \end_layout
1127
1128 \begin_deeper
1129 \begin_layout Itemize
1130 Click the 
1131 \emph on
1132 left mouse button
1133 \emph default
1134  once anywhere in the edit window.
1135  The cursor moves to the text under the mouse.
1136 \end_layout
1137
1138 \end_deeper
1139 \begin_layout Enumerate
1140 Selecting Text
1141 \end_layout
1142
1143 \begin_deeper
1144 \begin_layout Itemize
1145 Hold down the 
1146 \emph on
1147 left mouse button
1148 \emph default
1149  and drag the mouse.
1150  LyX marks the text between the old and new mouse positions.
1151  Use 
1152 \family sans
1153 Edit\SpecialChar \menuseparator
1154 Copy
1155 \family default
1156  to create a copy of the text in LyX's buffer (and the clipboard).
1157 \end_layout
1158
1159 \begin_layout Itemize
1160 Re-position the cursor and then paste the text back into LyX using 
1161 \family sans
1162 Edit\SpecialChar \menuseparator
1163 Paste
1164 \family default
1165 .
1166 \end_layout
1167
1168 \end_deeper
1169 \begin_layout Enumerate
1170 Insets (Footnotes, Notes, Floats, etc.)
1171 \end_layout
1172
1173 \begin_deeper
1174 \begin_layout Standard
1175
1176 \emph on
1177 Single click
1178 \emph default
1179  the left mouse button to open or close any of these.
1180  Right-click on them to set its properties.
1181  Also check the appropriate section of this manual for more details.
1182 \end_layout
1183
1184 \end_deeper
1185 \begin_layout Enumerate
1186 Tables
1187 \end_layout
1188
1189 \begin_deeper
1190 \begin_layout Standard
1191
1192 \emph on
1193 Single click
1194 \emph default
1195  the right mouse button to open a dialog that will allow you to manipulate
1196  the table.
1197 \end_layout
1198
1199 \end_deeper
1200 \begin_layout Section
1201 Basic Key Bindings
1202 \begin_inset CommandInset label
1203 LatexCommand label
1204 name "sec:Key-Bindings"
1205
1206 \end_inset
1207
1208
1209 \begin_inset Index
1210 status collapsed
1211
1212 \begin_layout Standard
1213 Key Bindings
1214 \end_layout
1215
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \begin_layout Standard
1222 We're not going to cover all of the keybindings.
1223  Be aware that there are at least two different primary binding maps: CUA
1224  and Emacs.
1225  LyX's default is CUA.
1226 \end_layout
1227
1228 \begin_layout Standard
1229 Some keys, like 
1230 \family sans
1231 Page\InsetSpace ~
1232 Up
1233 \family default
1234
1235 \family sans
1236 Page\InsetSpace ~
1237 Down
1238 \family default
1239
1240 \family sans
1241 Left
1242 \family default
1243
1244 \family sans
1245 Right
1246 \family default
1247
1248 \family sans
1249 Up
1250 \family default
1251 , and 
1252 \family sans
1253 Down
1254 \family default
1255 , do exactly what you expect them to do.
1256  Other keys don't:
1257 \end_layout
1258
1259 \begin_layout Labeling
1260 \labelwidthstring 00.00.0000
1261
1262 \family sans
1263 Tab
1264 \begin_inset CommandInset nomenclature
1265 LatexCommand nomenclature
1266 symbol "Tab"
1267 description "Tabulator key"
1268
1269 \end_inset
1270
1271
1272 \family default
1273  There is no such thing as a tab stop in LyX.
1274  If you don't understand this, go read sections\InsetSpace ~
1275
1276 \begin_inset CommandInset ref
1277 LatexCommand ref
1278 reference "sec:Par-indent-intro"
1279
1280 \end_inset
1281
1282  and 
1283 \begin_inset CommandInset ref
1284 LatexCommand ref
1285 reference "sec:Paragraph-Environments"
1286
1287 \end_inset
1288
1289 , especially section\InsetSpace ~
1290
1291 \begin_inset CommandInset ref
1292 LatexCommand ref
1293 reference "sub:Lists"
1294
1295 \end_inset
1296
1297 , right now.
1298  Yes, right now.
1299  If you're still confused, look in the 
1300 \emph on
1301 Tutorial
1302 \emph default
1303 .
1304 \end_layout
1305
1306 \begin_layout Labeling
1307 \labelwidthstring 00.00.0000
1308
1309 \family sans
1310 Esc
1311 \begin_inset CommandInset nomenclature
1312 LatexCommand nomenclature
1313 symbol "Esc"
1314 description "Escape key"
1315
1316 \end_inset
1317
1318
1319 \family default
1320  This is the 
1321 \begin_inset Quotes eld
1322 \end_inset
1323
1324 cancel key.
1325 \begin_inset Quotes erd
1326 \end_inset
1327
1328  It's used, generically, to cancel operations.
1329  Other parts of the manual will go into greater detail about this.
1330 \end_layout
1331
1332 \begin_layout Labeling
1333 \labelwidthstring 00.00.0000
1334
1335 \family sans
1336 Home
1337 \family default
1338 \InsetSpace ~
1339 and\InsetSpace ~
1340
1341 \family sans
1342 End
1343 \family default
1344  These move the cursor, respectively, to the beginning and end of a line,
1345  unless you are using the Emacs bindings where they jump to the beginning
1346  or end of the file.
1347 \end_layout
1348
1349 \begin_layout Standard
1350 There are three modifier keys:
1351 \end_layout
1352
1353 \begin_layout Labeling
1354 \labelwidthstring 00.00.0000
1355
1356 \family sans
1357 Control
1358 \family default
1359  (Denoted by 
1360 \begin_inset Quotes eld
1361 \end_inset
1362
1363
1364 \family sans
1365 C
1366 \family default
1367
1368 \begin_inset Quotes erd
1369 \end_inset
1370
1371
1372 \begin_inset CommandInset nomenclature
1373 LatexCommand nomenclature
1374 symbol "C"
1375 description "Control key"
1376
1377 \end_inset
1378
1379  in the documentation files) This has a couple of different uses, depending
1380  on which keys it's used in combination with:
1381 \end_layout
1382
1383 \begin_deeper
1384 \begin_layout Itemize
1385 With 
1386 \family sans
1387 Backspace
1388 \family default
1389  or 
1390 \family sans
1391 Delete
1392 \family default
1393 , it deletes an entire word instead of a single character.
1394 \end_layout
1395
1396 \begin_layout Itemize
1397 With 
1398 \family sans
1399 Left
1400 \family default
1401  and 
1402 \family sans
1403 Right
1404 \family default
1405 , it moves by words instead of characters.
1406 \end_layout
1407
1408 \begin_layout Itemize
1409 With 
1410 \family sans
1411 Home
1412 \family default
1413  and 
1414 \family sans
1415 End
1416 \family default
1417 , it moves to the beginning and the end of the document, respectively.
1418 \end_layout
1419
1420 \end_deeper
1421 \begin_layout Labeling
1422 \labelwidthstring 00.00.0000
1423
1424 \family sans
1425 Shift
1426 \family default
1427  (Denoted by 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431
1432 \family sans
1433 S
1434 \family default
1435
1436 \begin_inset Quotes erd
1437 \end_inset
1438
1439
1440 \begin_inset CommandInset nomenclature
1441 LatexCommand nomenclature
1442 symbol "S"
1443 description "Shift key"
1444
1445 \end_inset
1446
1447  in the documentation files) Use this with any of the motion keys to select
1448  the text between the old and new cursor positions.
1449 \end_layout
1450
1451 \begin_layout Labeling
1452 \labelwidthstring 00.00.0000
1453
1454 \family sans
1455 Meta
1456 \family default
1457  (Denoted by 
1458 \begin_inset Quotes eld
1459 \end_inset
1460
1461
1462 \family sans
1463 M
1464 \family default
1465
1466 \begin_inset Quotes erd
1467 \end_inset
1468
1469
1470 \begin_inset CommandInset nomenclature
1471 LatexCommand nomenclature
1472 symbol "M"
1473 description "Meta or Alt key"
1474
1475 \end_inset
1476
1477  in the documentation files) This is the Alt key on many keyboards, unless
1478  your keyboard has a distinct Meta key.
1479  If you have both keys, you will need to try out which one actually performs
1480  the 
1481 \family sans
1482 Meta-
1483 \family default
1484  function.
1485  This key does many different things, but it also activates the 
1486 \emph on
1487 menu accelerator keys
1488 \emph default
1489 .
1490  If you use this in combination with any of the underlined letters in a
1491  menu or menu item, it selects that menu item.
1492 \end_layout
1493
1494 \begin_deeper
1495 \begin_layout Standard
1496 For example, the sequence 
1497 \begin_inset Quotes eld
1498 \end_inset
1499
1500
1501 \family sans
1502 M\InsetSpace ~
1503 e\InsetSpace ~
1504 s
1505 \family default
1506 \InsetSpace ~
1507
1508 \family sans
1509 c
1510 \family default
1511
1512 \begin_inset Quotes erd
1513 \end_inset
1514
1515  
1516 \family sans
1517 brings
1518 \family default
1519  up the 
1520 \begin_inset Quotes eld
1521 \end_inset
1522
1523 Text Style
1524 \begin_inset Quotes erd
1525 \end_inset
1526
1527  menu.
1528  Typing 
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532
1533 \family sans
1534 M\InsetSpace ~
1535 f
1536 \family default
1537
1538 \begin_inset Quotes erd
1539 \end_inset
1540
1541  opens the 
1542 \family sans
1543 File
1544 \family default
1545  menu.
1546 \end_layout
1547
1548 \begin_layout Standard
1549 There are also other things bound to the 
1550 \family sans
1551 Meta-
1552 \family default
1553  key, but you'll have to check in the 
1554 \emph on
1555 Reference
1556 \emph default
1557  
1558 \emph on
1559 manual
1560 \emph default
1561  for more info.
1562 \end_layout
1563
1564 \end_deeper
1565 \begin_layout Standard
1566 You'll learn more and more keybindings and short-cut keys as you use LyX,
1567  because most actions will prompt a small message in the status bar at the
1568  bottom of LyX's main window which describe the name of the action, you've
1569  just triggered, and any existing keybindings for that action.
1570  The notation for the keybindings is very similar to the notation used in
1571  this documentation, so you should not have any problems understanding it.
1572  However, notice that Shift-modifiers are explicitly mentioned, so 
1573 \family sans
1574
1575 \begin_inset Quotes eld
1576 \end_inset
1577
1578 M-p S-A
1579 \family default
1580
1581 \begin_inset Quotes erd
1582 \end_inset
1583
1584  means 
1585 \family sans
1586 Meta-p
1587 \family default
1588  followed by a capital 
1589 \family sans
1590 A
1591 \family default
1592 .
1593  
1594 \begin_inset Quotes eld
1595 \end_inset
1596
1597
1598 \family sans
1599 S-C-s
1600 \family default
1601
1602 \begin_inset Quotes erd
1603 \end_inset
1604
1605  means 
1606 \family sans
1607 Shift-Control-s
1608 \family default
1609 .
1610 \end_layout
1611
1612 \begin_layout Chapter
1613 LyX Basics
1614 \begin_inset Index
1615 status collapsed
1616
1617 \begin_layout Standard
1618 LyX ! Basics
1619 \end_layout
1620
1621 \end_inset
1622
1623
1624 \end_layout
1625
1626 \begin_layout Section
1627 Document Types
1628 \begin_inset Index
1629 status collapsed
1630
1631 \begin_layout Standard
1632 Document ! Types
1633 \end_layout
1634
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \begin_layout Subsection
1641 Introduction
1642 \end_layout
1643
1644 \begin_layout Standard
1645 Before you do anything else, before you ever start writing a document, you
1646  need to decide what type of document you want to edit.
1647  Different types of documents use different types of spacing, headings,
1648  numbering schemes, and so on.
1649  Additionally, different documents use different paragraph environments,
1650  and format the title of your document differently.
1651 \end_layout
1652
1653 \begin_layout Standard
1654
1655 \emph on
1656 document class
1657 \emph default
1658  describes a group of properties common to a particular set of documents.
1659  By setting the document class, you automatically select these properties,
1660  making it easier to create the type of document you want.
1661  If you don't choose a document class, LyX picks one for you by default.
1662  So, it behooves you to change the class of your document.
1663 \end_layout
1664
1665 \begin_layout Standard
1666 Read on for info about the document classes you can choose from LyX, and
1667  how to adjust their properties.
1668 \end_layout
1669
1670 \begin_layout Subsection
1671 Document Classes
1672 \begin_inset Index
1673 status collapsed
1674
1675 \begin_layout Standard
1676 Document ! Classes
1677 \end_layout
1678
1679 \end_inset
1680
1681
1682 \begin_inset CommandInset label
1683 LatexCommand label
1684 name "sec:Document-Classes"
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \begin_layout Subsubsection
1692 Overview
1693 \end_layout
1694
1695 \begin_layout Standard
1696 There are four standard document classes in LyX.
1697  They are:
1698 \end_layout
1699
1700 \begin_layout Description
1701 Article for basic articles
1702 \end_layout
1703
1704 \begin_layout Description
1705 Report for basic reports
1706 \end_layout
1707
1708 \begin_layout Description
1709 Book for writing a book
1710 \end_layout
1711
1712 \begin_layout Description
1713 Letter for US-style letters
1714 \end_layout
1715
1716 \begin_layout Standard
1717 There are also some non-standard classes, which LyX only uses if you have
1718  installed them.
1719  Here are some of the classes, the full list with detailed explanations
1720  can be found in chapter 
1721 \emph on
1722 Special Document Classes
1723 \emph default
1724  in the 
1725 \emph on
1726 Extended Features
1727 \emph default
1728  manual:
1729 \end_layout
1730
1731 \begin_layout Description
1732 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1733 \end_layout
1734
1735 \begin_layout Description
1736 AAST
1737 \family sans
1738
1739 \begin_inset ERT
1740 status collapsed
1741
1742 \begin_layout Standard
1743
1744 {}
1745 \end_layout
1746
1747 \end_inset
1748
1749
1750 \family default
1751 eX For submissions to the journals published by the American Astronomical
1752  Society
1753 \end_layout
1754
1755 \begin_layout Description
1756 AMS Layouts for articles and books in the style and format used by the American
1757  Mathematical Society (AMS).
1758  There are three article layouts available.
1759  The standard one uses a typical numbering scheme for theorems etc., that
1760  prepends the section number to the number of the result.
1761  All result-type statements (propositions, corollaries, and so on) are sequenced
1762  together, but definitions, examples, and the like have their own sequence.
1763  The 
1764 \begin_inset Quotes eld
1765 \end_inset
1766
1767 sequential numbering
1768 \begin_inset Quotes erd
1769 \end_inset
1770
1771  scheme does not place the section number with each result, but numbers
1772  them throughout the article in a single sequence.
1773  Each type of result gets its own sequence.
1774  There is also a layout that dispenses with numbering of statements altogether.
1775 \end_layout
1776
1777 \begin_layout Description
1778 Beamer Layout for presentations
1779 \end_layout
1780
1781 \begin_layout Description
1782 broadway Layout for writing plays.
1783  It is not an existing LaTeX document class, but a new one which is distributed
1784  with LyX.
1785 \end_layout
1786
1787 \begin_layout Description
1788 curiculum\InsetSpace ~
1789 vitae classes to create curriculum vitae
1790 \end_layout
1791
1792 \begin_layout Description
1793 Dinbrief Letters in format of the DIN (German industry norm)
1794 \end_layout
1795
1796 \begin_layout Description
1797 dtk Layout for 
1798 \family typewriter
1799 Die TeXnische Komödie
1800 \family default
1801 , the journal of the German TeX user Group (Dante)
1802 \end_layout
1803
1804 \begin_layout Description
1805 Elsevier Layout for journals of the Elsevier publishing group
1806 \end_layout
1807
1808 \begin_layout Description
1809 Foils Used to make transparencies
1810 \end_layout
1811
1812 \begin_layout Description
1813 g-brief Letters in format of the DIN (German industry norm)
1814 \end_layout
1815
1816 \begin_layout Description
1817 hollywood Used to type spec scripts for the US film industry.
1818  It is not an existing LaTeX document class, but a new one which is distributed
1819  with LyX.
1820 \end_layout
1821
1822 \begin_layout Description
1823 IEEEtran Layout for the journals published by the Institute of Electrical
1824  and Electronics Engineers (IEEE)
1825 \end_layout
1826
1827 \begin_layout Description
1828 IOP Layout for journals of the Institute of Physics publishing group
1829 \end_layout
1830
1831 \begin_layout Description
1832 Kluwer Layout for journals of the Kluwer publishing group
1833 \end_layout
1834
1835 \begin_layout Description
1836 koma-script a replacement for the standard classes, offers many useful features
1837  like caption formatting, automatic print space calculation etc.
1838 \end_layout
1839
1840 \begin_layout Description
1841 Memoir another replacement for the standard classes
1842 \end_layout
1843
1844 \begin_layout Description
1845 paper Used with the 
1846 \family typewriter
1847 paper
1848 \family default
1849  LaTeX document class
1850 \end_layout
1851
1852 \begin_layout Description
1853 Powerdot Layout for presentations
1854 \end_layout
1855
1856 \begin_layout Description
1857 REVTe
1858 \begin_inset ERT
1859 status collapsed
1860
1861 \begin_layout Standard
1862
1863 {}
1864 \end_layout
1865
1866 \end_inset
1867
1868 X is used to write articles for the publications of the American Physical
1869  Society (APS), American Institute of Physics (AIP), and Optical Society
1870  of America (OSA).
1871  This class is not completely compatible with all LyX features.
1872 \end_layout
1873
1874 \begin_layout Description
1875 Slides Used to make transparencies
1876 \end_layout
1877
1878 \begin_layout Description
1879 SPIE\InsetSpace ~
1880 Proceedings Layout for the journals published by The International Society
1881  for Optical Engineering (SPIE)
1882 \end_layout
1883
1884 \begin_layout Description
1885 Springer Layouts for journals of the Springer publishing group
1886 \end_layout
1887
1888 \begin_layout Description
1889 TUGboat Layout for 
1890 \family typewriter
1891 TUGboat
1892 \family default
1893 , the journal of the international TeX user Group (TUG)
1894 \end_layout
1895
1896 \begin_layout Standard
1897 We won't go into any detail about how to use these different document classes
1898  here.
1899  You can find all the details about the non-standard classes in the 
1900 \emph on
1901 Extended Editing
1902 \emph default
1903  manual.
1904  Here, we will settle with a list of some of the common properties of all
1905  of the document classes.
1906 \end_layout
1907
1908 \begin_layout Subsubsection
1909 Selecting a Class
1910 \end_layout
1911
1912 \begin_layout Standard
1913 You can select a class using the 
1914 \family sans
1915 Document\SpecialChar \menuseparator
1916 Settings
1917 \begin_inset Index
1918 status collapsed
1919
1920 \begin_layout Standard
1921 Document ! Settings
1922 \end_layout
1923
1924 \end_inset
1925
1926
1927 \family default
1928  dialog.
1929  Select the class you want to use, and make any fine tunings of the options
1930  you may need.
1931 \end_layout
1932
1933 \begin_layout Subsubsection
1934 Properties
1935 \end_layout
1936
1937 \begin_layout Standard
1938 Each class has a default set of options.
1939  Here's a quick table describing them:
1940 \end_layout
1941
1942 \begin_layout Standard
1943 \begin_inset VSpace 0.3cm
1944 \end_inset
1945
1946
1947 \end_layout
1948
1949 \begin_layout Standard
1950 \align center
1951 \begin_inset Tabular
1952 <lyxtabular version="3" rows="5" columns="5">
1953 <features>
1954 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1955 <column alignment="center" valignment="top" leftline="true" width="0pt">
1956 <column alignment="center" valignment="top" leftline="true" width="0pt">
1957 <column alignment="center" valignment="top" leftline="true" width="0pt">
1958 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1959 <row topline="true" bottomline="true">
1960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1961 \begin_inset Text
1962
1963 \begin_layout Standard
1964
1965 \end_layout
1966
1967 \end_inset
1968 </cell>
1969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1970 \begin_inset Text
1971
1972 \begin_layout Standard
1973
1974 \family sans
1975 \series medium
1976 \shape up
1977 \size normal
1978 \emph off
1979 \bar no
1980 \noun off
1981 \color none
1982 Pagestyle
1983 \end_layout
1984
1985 \end_inset
1986 </cell>
1987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1988 \begin_inset Text
1989
1990 \begin_layout Standard
1991
1992 \family sans
1993 \series medium
1994 \shape up
1995 \size normal
1996 \emph off
1997 \bar no
1998 \noun off
1999 \color none
2000 Sides
2001 \end_layout
2002
2003 \end_inset
2004 </cell>
2005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2006 \begin_inset Text
2007
2008 \begin_layout Standard
2009
2010 \family sans
2011 \series medium
2012 \shape up
2013 \size normal
2014 \emph off
2015 \bar no
2016 \noun off
2017 \color none
2018 Columns
2019 \end_layout
2020
2021 \end_inset
2022 </cell>
2023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2024 \begin_inset Text
2025
2026 \begin_layout Standard
2027
2028 \series medium
2029 \shape up
2030 \size normal
2031 \emph off
2032 \bar no
2033 \noun off
2034 \color none
2035 Max.
2036  sectioning level
2037 \end_layout
2038
2039 \end_inset
2040 </cell>
2041 </row>
2042 <row topline="true">
2043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2044 \begin_inset Text
2045
2046 \begin_layout Standard
2047
2048 \series medium
2049 \shape up
2050 \size normal
2051 \emph off
2052 \bar no
2053 \noun off
2054 \color none
2055 article
2056 \end_layout
2057
2058 \end_inset
2059 </cell>
2060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2061 \begin_inset Text
2062
2063 \begin_layout Standard
2064
2065 \family sans
2066 \series medium
2067 \shape up
2068 \size normal
2069 \emph off
2070 \bar no
2071 \noun off
2072 \color none
2073 Plain
2074 \end_layout
2075
2076 \end_inset
2077 </cell>
2078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2079 \begin_inset Text
2080
2081 \begin_layout Standard
2082
2083 \family sans
2084 \series medium
2085 \shape up
2086 \size normal
2087 \emph off
2088 \bar no
2089 \noun off
2090 \color none
2091 One
2092 \end_layout
2093
2094 \end_inset
2095 </cell>
2096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2097 \begin_inset Text
2098
2099 \begin_layout Standard
2100
2101 \family sans
2102 \series medium
2103 \shape up
2104 \size normal
2105 \emph off
2106 \bar no
2107 \noun off
2108 \color none
2109 One
2110 \end_layout
2111
2112 \end_inset
2113 </cell>
2114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Standard
2118
2119 \family sans
2120 \series medium
2121 \shape up
2122 \size normal
2123 \emph off
2124 \bar no
2125 \noun off
2126 \color none
2127 Section
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 </row>
2133 <row topline="true">
2134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2135 \begin_inset Text
2136
2137 \begin_layout Standard
2138
2139 \series medium
2140 \shape up
2141 \size normal
2142 \emph off
2143 \bar no
2144 \noun off
2145 \color none
2146 report
2147 \end_layout
2148
2149 \end_inset
2150 </cell>
2151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2152 \begin_inset Text
2153
2154 \begin_layout Standard
2155
2156 \family sans
2157 \series medium
2158 \shape up
2159 \size normal
2160 \emph off
2161 \bar no
2162 \noun off
2163 \color none
2164 Plain
2165 \end_layout
2166
2167 \end_inset
2168 </cell>
2169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2170 \begin_inset Text
2171
2172 \begin_layout Standard
2173
2174 \family sans
2175 \series medium
2176 \shape up
2177 \size normal
2178 \emph off
2179 \bar no
2180 \noun off
2181 \color none
2182 One
2183 \end_layout
2184
2185 \end_inset
2186 </cell>
2187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Standard
2191
2192 \family sans
2193 \series medium
2194 \shape up
2195 \size normal
2196 \emph off
2197 \bar no
2198 \noun off
2199 \color none
2200 One
2201 \end_layout
2202
2203 \end_inset
2204 </cell>
2205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2206 \begin_inset Text
2207
2208 \begin_layout Standard
2209
2210 \family sans
2211 \series medium
2212 \shape up
2213 \size normal
2214 \emph off
2215 \bar no
2216 \noun off
2217 \color none
2218 Chapter
2219 \end_layout
2220
2221 \end_inset
2222 </cell>
2223 </row>
2224 <row topline="true">
2225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2226 \begin_inset Text
2227
2228 \begin_layout Standard
2229
2230 \series medium
2231 \shape up
2232 \size normal
2233 \emph off
2234 \bar no
2235 \noun off
2236 \color none
2237 book
2238 \end_layout
2239
2240 \end_inset
2241 </cell>
2242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2243 \begin_inset Text
2244
2245 \begin_layout Standard
2246
2247 \family sans
2248 \series medium
2249 \shape up
2250 \size normal
2251 \emph off
2252 \bar no
2253 \noun off
2254 \color none
2255 Headings
2256 \end_layout
2257
2258 \end_inset
2259 </cell>
2260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2261 \begin_inset Text
2262
2263 \begin_layout Standard
2264
2265 \family sans
2266 \series medium
2267 \shape up
2268 \size normal
2269 \emph off
2270 \bar no
2271 \noun off
2272 \color none
2273 Two
2274 \end_layout
2275
2276 \end_inset
2277 </cell>
2278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2279 \begin_inset Text
2280
2281 \begin_layout Standard
2282
2283 \family sans
2284 \series medium
2285 \shape up
2286 \size normal
2287 \emph off
2288 \bar no
2289 \noun off
2290 \color none
2291 One
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Standard
2300
2301 \family sans
2302 \series medium
2303 \shape up
2304 \size normal
2305 \emph off
2306 \bar no
2307 \noun off
2308 \color none
2309 Chapter
2310 \end_layout
2311
2312 \end_inset
2313 </cell>
2314 </row>
2315 <row topline="true" bottomline="true">
2316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Standard
2320
2321 \series medium
2322 \shape up
2323 \size normal
2324 \emph off
2325 \bar no
2326 \noun off
2327 \color none
2328 letter
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Standard
2337
2338 \family sans
2339 \series medium
2340 \shape up
2341 \size normal
2342 \emph off
2343 \bar no
2344 \noun off
2345 \color none
2346 Plain
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Standard
2355
2356 \family sans
2357 \series medium
2358 \shape up
2359 \size normal
2360 \emph off
2361 \bar no
2362 \noun off
2363 \color none
2364 One
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Standard
2373
2374 \family sans
2375 \series medium
2376 \shape up
2377 \size normal
2378 \emph off
2379 \bar no
2380 \noun off
2381 \color none
2382 One
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2388 \begin_inset Text
2389
2390 \begin_layout Standard
2391
2392 \series medium
2393 \shape up
2394 \size normal
2395 \emph off
2396 \bar no
2397 \noun off
2398 \color none
2399 none
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 </row>
2405 </lyxtabular>
2406
2407 \end_inset
2408
2409
2410 \end_layout
2411
2412 \begin_layout Standard
2413 \begin_inset VSpace 0.3cm
2414 \end_inset
2415
2416
2417 \end_layout
2418
2419 \begin_layout Standard
2420 You're probably also wondering what 
2421 \begin_inset Quotes eld
2422 \end_inset
2423
2424 Max.\InsetSpace ~
2425 sectioning level
2426 \begin_inset Quotes erd
2427 \end_inset
2428
2429  means.
2430  There are several paragraph environments used to create section headings.
2431  Different document classes allow different types of section headings.
2432  Only two use the 
2433 \family sans
2434 Chapter
2435 \family default
2436  heading; the rest do not and begin instead with the 
2437 \family sans
2438 Section
2439 \family default
2440  heading.
2441  Some document classes, such as the ones for letters, don't use any section
2442  headings.
2443  In addition to 
2444 \family sans
2445 Chapter
2446 \family default
2447  and 
2448 \family sans
2449 Section
2450 \family default
2451  headings, there are also 
2452 \family sans
2453 Subsection
2454 \family default
2455  headings, 
2456 \family sans
2457 Subsubsection
2458 \family default
2459  headings, and so on.
2460  We'll describe these headings fully in section\InsetSpace ~
2461
2462 \begin_inset CommandInset ref
2463 LatexCommand ref
2464 reference "sub:Headings"
2465
2466 \end_inset
2467
2468 .
2469 \end_layout
2470
2471 \begin_layout Subsubsection
2472 \begin_inset CommandInset label
2473 LatexCommand label
2474 name "sub:Layout-Modules"
2475
2476 \end_inset
2477
2478 Layout Modules
2479 \end_layout
2480
2481 \begin_layout Standard
2482 New to LyX 1.6 are 
2483 \emph on
2484 layout modules
2485 \emph default
2486 .
2487  These allow for the customization of document classes: adding additional
2488  paragraph styles, and the like.
2489  (LyX modules are to LyX's document layout classes much as LaTeX packages
2490  are to LaTeX classes.) For example:
2491 \end_layout
2492
2493 \begin_layout Itemize
2494 The 
2495 \begin_inset Flex CharStyle:Code
2496 status collapsed
2497
2498 \begin_layout Standard
2499 Endnote
2500 \end_layout
2501
2502 \end_inset
2503
2504  module provides a custom inset---look under 
2505 \family sans
2506 Insert\SpecialChar \menuseparator
2507 Custom Insets
2508 \family default
2509  to find it---that formats, you guessed it, endnotes.
2510 \end_layout
2511
2512 \begin_layout Itemize
2513 The 
2514 \begin_inset Flex CharStyle:Code
2515 status collapsed
2516
2517 \begin_layout Standard
2518 Foot to End
2519 \end_layout
2520
2521 \end_inset
2522
2523  module formats all footnotes as endnotes.
2524 \end_layout
2525
2526 \begin_layout Itemize
2527 The Linguistics module provides several environments---for example, numbered
2528  examples and glosses---that are useful for writing in linguistics.
2529 \end_layout
2530
2531 \begin_layout Itemize
2532 Several modules provide theorem-type environments for mathematical writing.
2533  See section 
2534 \begin_inset CommandInset ref
2535 LatexCommand ref
2536 reference "sec:Theorem-Environments"
2537
2538 \end_inset
2539
2540  of this manual and section 
2541 \begin_inset CommandInset ref
2542 LatexCommand ref
2543 reference "sec:AMS-LaTeX"
2544
2545 \end_inset
2546
2547  of the 
2548 \emph on
2549 Extended LyX Features
2550 \emph default
2551  manual for more on these.
2552 \end_layout
2553
2554 \begin_layout Standard
2555 Layout modules are accessed from 
2556 \family sans
2557 Document\SpecialChar \menuseparator
2558 Settings
2559 \family default
2560 .
2561  For information on creating your own modules---it's a great way to get
2562  started with layout creation---see section 
2563 \begin_inset CommandInset ref
2564 LatexCommand ref
2565 reference "sub:Layout-modules"
2566
2567 \end_inset
2568
2569  of the 
2570 \emph on
2571 Customization
2572 \emph default
2573  manual.
2574 \end_layout
2575
2576 \begin_layout Subsection
2577 Document Layout
2578 \begin_inset Index
2579 status collapsed
2580
2581 \begin_layout Standard
2582 Document !  Layout
2583 \end_layout
2584
2585 \end_inset
2586
2587
2588 \begin_inset CommandInset label
2589 LatexCommand label
2590 name "sub:Document-Layout"
2591
2592 \end_inset
2593
2594
2595 \family sans
2596
2597 \begin_inset Index
2598 status collapsed
2599
2600 \begin_layout Standard
2601 Document ! Settings
2602 \end_layout
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Standard
2610 The most important properties of documents classes are set in the menu 
2611 \family sans
2612 Document\SpecialChar \menuseparator
2613 Settings
2614 \family default
2615 .
2616  There in the 
2617 \family sans
2618 Options
2619 \family default
2620  field under 
2621 \family sans
2622 Documents\InsetSpace ~
2623 classes
2624 \family default
2625 , you can enter special options for your document class in a comma-separated
2626  list.
2627  This is only necessary if LyX doesn't support special options you want
2628  to use for your document.
2629  To learn more about your favorite LaTeX-class and its options, you have
2630  to read its manual.
2631 \end_layout
2632
2633 \begin_layout Standard
2634 Under 
2635 \family sans
2636 Page\InsetSpace ~
2637 Layout
2638 \family default
2639  the 
2640 \family sans
2641 Pagestyle
2642 \family default
2643  controls what sorts of headings and page numbers go on a page.
2644  You can choose between the following five options:
2645 \end_layout
2646
2647 \begin_layout Labeling
2648 \labelwidthstring 00.00.0000
2649
2650 \family sans
2651 Default
2652 \family default
2653  Use default pagestyle of current class.
2654 \end_layout
2655
2656 \begin_layout Labeling
2657 \labelwidthstring 00.00.0000
2658
2659 \family sans
2660 Empty
2661 \family default
2662  No page numbers or headings.
2663 \end_layout
2664
2665 \begin_layout Labeling
2666 \labelwidthstring 00.00.0000
2667
2668 \family sans
2669 Plain
2670 \family default
2671  Page numbers only.
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676
2677 \family sans
2678 Headings
2679 \family default
2680  Page numbers and either the current chapter or section title and number.
2681  Whether LyX uses the current chapter or the current section depends on
2682  the maximum sectioning level of the class.
2683 \end_layout
2684
2685 \begin_layout Labeling
2686 \labelwidthstring 00.00.0000
2687
2688 \family sans
2689 Fancy
2690 \family default
2691  This allows you to create fully customizable headers and footers if you
2692  have the 
2693 \series bold
2694 fancyhdr
2695 \begin_inset Index
2696 status collapsed
2697
2698 \begin_layout Standard
2699 LaTeX-packages ! fancyhdr
2700 \end_layout
2701
2702 \end_inset
2703
2704
2705 \series default
2706  package installed.
2707  At the moment, support in LyX is limited to this setting.
2708  To use the full power of this package, you have to add code to your document
2709  preamble.
2710  Check the documentation for the 
2711 \series bold
2712 fancyhdr
2713 \series default
2714  package for more details, 
2715 \begin_inset CommandInset citation
2716 LatexCommand cite
2717 key "fancyhdr"
2718
2719 \end_inset
2720
2721 .
2722 \end_layout
2723
2724 \begin_layout Standard
2725 The 
2726 \family sans
2727 Separation
2728 \family default
2729  of paragraphs is described in section\InsetSpace ~
2730
2731 \begin_inset CommandInset ref
2732 LatexCommand ref
2733 reference "sec:Par-indent-intro"
2734
2735 \end_inset
2736
2737 .
2738 \end_layout
2739
2740 \begin_layout Subsection
2741 Paper Size and Orientation
2742 \begin_inset Index
2743 status collapsed
2744
2745 \begin_layout Standard
2746 Document ! Paper size
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \begin_inset CommandInset label
2753 LatexCommand label
2754 name "sub:Paper-Size,-Orientation,"
2755
2756 \end_inset
2757
2758
2759 \end_layout
2760
2761 \begin_layout Standard
2762 You'll find the following options in the menu 
2763 \family sans
2764 Page\InsetSpace ~
2765 Layout
2766 \family default
2767  of the dialog of the 
2768 \family sans
2769 Document\SpecialChar \menuseparator
2770 Settings
2771 \family default
2772  menu:
2773 \family sans
2774
2775 \begin_inset Index
2776 status collapsed
2777
2778 \begin_layout Standard
2779 Document ! Settings
2780 \end_layout
2781
2782 \end_inset
2783
2784
2785 \end_layout
2786
2787 \begin_layout Labeling
2788 \labelwidthstring 00.00.0000
2789
2790 \family sans
2791 Papersize
2792 \family default
2793  What size paper to print on.
2794  The choices are
2795 \end_layout
2796
2797 \begin_layout Itemize
2798
2799 \family sans
2800 Default
2801 \end_layout
2802
2803 \begin_layout Itemize
2804
2805 \family sans
2806 A3, A4,
2807 \family default
2808  
2809 \family sans
2810 A5
2811 \end_layout
2812
2813 \begin_layout Itemize
2814
2815 \family sans
2816 B3, B4, B5
2817 \end_layout
2818
2819 \begin_layout Itemize
2820
2821 \family sans
2822 US letter
2823 \end_layout
2824
2825 \begin_layout Itemize
2826
2827 \family sans
2828 US legal
2829 \end_layout
2830
2831 \begin_layout Itemize
2832
2833 \family sans
2834 US executive
2835 \end_layout
2836
2837 \begin_layout Itemize
2838
2839 \family sans
2840 Custom
2841 \end_layout
2842
2843 \begin_layout Labeling
2844 \labelwidthstring 00.00.0000
2845
2846 \family sans
2847 Orientation
2848 \family default
2849  Two toggle buttons choose whether to print the output as 
2850 \family sans
2851 Landscape
2852 \family default
2853  or as 
2854 \family sans
2855 Portrait
2856 \family default
2857 .
2858 \end_layout
2859
2860 \begin_layout Labeling
2861 \labelwidthstring 00.00.0000
2862
2863 \family sans
2864 Two-sided\InsetSpace ~
2865 document
2866 \family default
2867  Adjusts the print space to print both sides of paper.
2868  That means that the print space for odd- and even-numbered pages is different.
2869 \end_layout
2870
2871 \begin_layout Subsection
2872 Margins
2873 \begin_inset Index
2874 status collapsed
2875
2876 \begin_layout Standard
2877 Document ! Margins
2878 \end_layout
2879
2880 \end_inset
2881
2882
2883 \begin_inset CommandInset label
2884 LatexCommand label
2885 name "sub:Margins"
2886
2887 \end_inset
2888
2889
2890 \begin_inset Index
2891 status collapsed
2892
2893 \begin_layout Standard
2894 Margins
2895 \end_layout
2896
2897 \end_inset
2898
2899
2900 \end_layout
2901
2902 \begin_layout Standard
2903 Paper margins are set in the menu 
2904 \family sans
2905 Document\SpecialChar \menuseparator
2906 Settings
2907 \family default
2908 .
2909 \family sans
2910
2911 \begin_inset Index
2912 status collapsed
2913
2914 \begin_layout Standard
2915 Document ! Settings
2916 \end_layout
2917
2918 \end_inset
2919
2920
2921 \end_layout
2922
2923 \begin_layout Standard
2924 If you use a koma-script document class, you can use the default settings.
2925  Because koma-script calculates then the printspace automatically by taking
2926  the paper format and the font size into account.
2927 \end_layout
2928
2929 \begin_layout Subsection
2930 Important Note
2931 \end_layout
2932
2933 \begin_layout Standard
2934 If you change a document class, LyX has to convert 
2935 \emph on
2936 everything
2937 \emph default
2938  into the new class.
2939  That includes the paragraph environments.
2940  Some paragraph environments are standard; all of the document classes have
2941  them; but some classes have special paragraph environments.
2942  If this is the case, and you change the document class, LyX sets the missing
2943  paragraph environments to 
2944 \family sans
2945 Standard
2946 \family default
2947  and places an error box at the beginning of the paragraph.
2948  Just click on them and you'll get a message dialog that tells you about
2949  the conversion and why it failed.
2950 \end_layout
2951
2952 \begin_layout Section
2953 Paragraph Indentation and Separation
2954 \begin_inset Index
2955 status collapsed
2956
2957 \begin_layout Standard
2958 Paragraph ! Indentation
2959 \end_layout
2960
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \begin_layout Subsection
2967 Introduction
2968 \begin_inset CommandInset label
2969 LatexCommand label
2970 name "sec:Par-indent-intro"
2971
2972 \end_inset
2973
2974
2975 \end_layout
2976
2977 \begin_layout Standard
2978 Before describing all of the various paragraph environments, we'd like to
2979  say a word or two about paragraph indentation.
2980 \end_layout
2981
2982 \begin_layout Standard
2983 Everyone seems to have their own convention for separating paragraphs.
2984  Most Americans indent the first line of a paragraph.
2985  Others don't indent but put extra space between the paragraphs.
2986  If you choose indentation for paragraphs the 
2987 \emph on
2988 first
2989 \emph default
2990  paragraph of a section, or after a figure, an equation, a table, a list,
2991  etc., is 
2992 \emph on
2993 not
2994 \emph default
2995  indented.
2996  Only a paragraph following another paragraph gets indented.
2997  Note that the indentation behavior is different when you use another document
2998  language than English.
2999  LaTeX takes care that the indentation follows the rules of the used language.
3000 \end_layout
3001
3002 \begin_layout Standard
3003 The space between paragraphs, like the line spacing, the space between headings
3004  and text --- in fact, all of the spacings for just about everything are
3005  pre-coded into LyX.
3006  As we said, you don't worry about how much space to add between what.
3007  LyX takes care of that.
3008  In fact, these pre-coded vertical spacings aren't a single number but a
3009  range.
3010  That way, LyX can squish or stretch the space between lines to make sure
3011  figures fit on a page with text, so that sections don't start at the bottom
3012  of a page, and so on.
3013 \begin_inset Foot
3014 status collapsed
3015
3016 \begin_layout Standard
3017 LaTeX does this when LyX goes to produce a printable file.
3018 \end_layout
3019
3020 \end_inset
3021
3022  However, pre-coded doesn't mean you can't change them.
3023  LyX gives you the ability to globally change 
3024 \emph on
3025 all
3026 \emph default
3027  of these pre-coded spacings.
3028  We'll explain more later.
3029 \end_layout
3030
3031 \begin_layout Subsection
3032 Paragraph Separation
3033 \begin_inset Index
3034 status collapsed
3035
3036 \begin_layout Standard
3037 Paragraph ! Separation
3038 \end_layout
3039
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \begin_layout Standard
3046 To separate paragraphs, select 
3047 \family sans
3048 Indent
3049 \family default
3050  or 
3051 \family sans
3052 Skip
3053 \family default
3054  in the submenu 
3055 \family sans
3056 Text\InsetSpace ~
3057 Layout
3058 \family default
3059  of the dialog 
3060 \family sans
3061 Document\SpecialChar \menuseparator
3062 Settings
3063 \begin_inset Index
3064 status collapsed
3065
3066 \begin_layout Standard
3067 Document ! Settings
3068 \end_layout
3069
3070 \end_inset
3071
3072
3073 \family default
3074  to indent paragraphs or add extra space between paragraphs, respectively.
3075  The size of the skips can be defined in the dialog, for the indentation
3076  you have to add this line to your document preamble:
3077 \end_layout
3078
3079 \begin_layout Standard
3080
3081 \series bold
3082
3083 \backslash
3084 setlength{
3085 \backslash
3086 parindent}{Length}
3087 \end_layout
3088
3089 \begin_layout Standard
3090 where length is a value in one of the units listed in Appendix\InsetSpace ~
3091
3092 \begin_inset CommandInset ref
3093 LatexCommand ref
3094 reference "cap:Units"
3095
3096 \end_inset
3097
3098 .
3099  The default length is 30\InsetSpace \thinspace{}
3100 pt.
3101 \end_layout
3102
3103 \begin_layout Subsection
3104 Fine-Tuning
3105 \end_layout
3106
3107 \begin_layout Standard
3108 You can also change the separation method of a single paragraph.
3109  Open the 
3110 \family sans
3111 Edit\SpecialChar \menuseparator
3112 Paragraph\InsetSpace ~
3113 Settings
3114 \family default
3115  dialog and toggle the 
3116 \family sans
3117 Indent\InsetSpace ~
3118 Paragraph
3119 \family default
3120  option to change the state of the current paragraph.
3121  If paragraphs have no indentation but use extra space for separation, this
3122  button will be ignored (you can't indent a single paragraph by toggling
3123  this).
3124 \end_layout
3125
3126 \begin_layout Standard
3127 You should only need to change the indentation method for a single paragraph
3128  if you need to do some fine-tuning.
3129 \end_layout
3130
3131 \begin_layout Subsection
3132 Line Spacing
3133 \begin_inset Index
3134 status collapsed
3135
3136 \begin_layout Standard
3137 Paragraph ! Line spacing
3138 \end_layout
3139
3140 \end_inset
3141
3142
3143 \end_layout
3144
3145 \begin_layout Standard
3146 In the 
3147 \family sans
3148 Document\SpecialChar \menuseparator
3149 Settings
3150 \begin_inset Index
3151 status collapsed
3152
3153 \begin_layout Standard
3154 Document ! Settings
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \family default
3161  dialog you can set the line spacing in the submenu 
3162 \family sans
3163 Text\InsetSpace ~
3164 Layout.
3165 \family default
3166
3167 \begin_inset Foot
3168 status collapsed
3169
3170 \begin_layout Standard
3171 You need to have the LaTeX-package 
3172 \series bold
3173 setspace
3174 \begin_inset Index
3175 status collapsed
3176
3177 \begin_layout Standard
3178 LaTeX-packages ! setspace
3179 \end_layout
3180
3181 \end_inset
3182
3183
3184 \series default
3185  installed to use this feature.
3186 \end_layout
3187
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \begin_layout Section
3194 Paragraph Environments
3195 \begin_inset Index
3196 status collapsed
3197
3198 \begin_layout Standard
3199 Paragraph ! Environments
3200 \end_layout
3201
3202 \end_inset
3203
3204
3205 \begin_inset CommandInset label
3206 LatexCommand label
3207 name "sec:Paragraph-Environments"
3208
3209 \end_inset
3210
3211
3212 \begin_inset Index
3213 status collapsed
3214
3215 \begin_layout Standard
3216 Paragraph environments|(
3217 \end_layout
3218
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \begin_layout Subsection
3225 Overview
3226 \end_layout
3227
3228 \begin_layout Standard
3229 The paragraph environments correspond to the various
3230 \end_layout
3231
3232 \begin_layout Standard
3233
3234 \series bold
3235
3236 \backslash
3237 begin{
3238 \emph on
3239 environment
3240 \emph default
3241 } ...
3242  
3243 \backslash
3244 end{
3245 \emph on
3246 environment
3247 \emph default
3248 }
3249 \series default
3250
3251 \newline
3252 command sequences in an ordinary LaTeX file.
3253  If you don't know LaTeX, or the concept of a paragraph environment is totally
3254  alien to you, we urge you to read the 
3255 \emph on
3256 Tutorial
3257 \emph default
3258 .
3259  The 
3260 \emph on
3261 Tutorial
3262 \emph default
3263  also contains many more examples than this section does.
3264 \end_layout
3265
3266 \begin_layout Standard
3267 A paragraph environment is simply a 
3268 \begin_inset Quotes eld
3269 \end_inset
3270
3271 container
3272 \begin_inset Quotes erd
3273 \end_inset
3274
3275  for a paragraph which gives that paragraph certain properties.
3276  This can include a particular style of font, different margins, a numbering
3277  scheme, labels, and so on.
3278  Additionally, you can 
3279 \begin_inset Quotes eld
3280 \end_inset
3281
3282 nest
3283 \begin_inset Quotes erd
3284 \end_inset
3285
3286  the different environments inside one another, allowing one environment
3287  to inherit some of the properties of another.
3288  The different paragraph environments totally replace the need for messy
3289  tab stops, on the fly margin adjustment, and other hold-overs from the
3290  days of typewriters.
3291  There are several paragraph environments which are specific to a particular
3292  document type.
3293  We'll only be covering the most common ones here.
3294 \end_layout
3295
3296 \begin_layout Standard
3297 To choose a new paragraph environment, use the pull-down box on the left
3298  end of the toolbar.
3299  LyX will change the environment of the 
3300 \emph on
3301 entire
3302 \emph default
3303  paragraph in which the cursor sits.
3304  You can also change the environment of an entire group of paragraphs if
3305  you select them before choosing the new environment.
3306  
3307 \end_layout
3308
3309 \begin_layout Standard
3310 Note that hitting 
3311 \family sans
3312 Return
3313 \family default
3314  will 
3315 \emph on
3316 typically
3317 \emph default
3318  create a new paragraph using the 
3319 \family sans
3320 Standard
3321 \family default
3322  paragraph environment.
3323  We say 
3324 \begin_inset Quotes eld
3325 \end_inset
3326
3327 typically
3328 \begin_inset Quotes erd
3329 \end_inset
3330
3331  because if you are in one of these environments:
3332 \end_layout
3333
3334 \begin_layout Itemize
3335
3336 \family sans
3337 Quote
3338 \end_layout
3339
3340 \begin_layout Itemize
3341
3342 \family sans
3343 Quotation
3344 \end_layout
3345
3346 \begin_layout Itemize
3347
3348 \family sans
3349 Verse
3350 \end_layout
3351
3352 \begin_layout Itemize
3353
3354 \family sans
3355 Itemize
3356 \end_layout
3357
3358 \begin_layout Itemize
3359
3360 \family sans
3361 Enumerate
3362 \end_layout
3363
3364 \begin_layout Itemize
3365
3366 \family sans
3367 Description
3368 \end_layout
3369
3370 \begin_layout Itemize
3371
3372 \family sans
3373 List
3374 \end_layout
3375
3376 \begin_layout Standard
3377 LyX keeps the old paragraph environment when you hit 
3378 \family sans
3379 Return
3380 \family default
3381 , rather than resetting it to 
3382 \family sans
3383 Standard
3384 \family default
3385 .
3386  LyX will still reset the nesting depth, however.
3387  Usually, starting a new paragraph resets both the paragraph environment
3388  and the nesting depth (for more on nesting see section\InsetSpace ~
3389
3390 \begin_inset CommandInset ref
3391 LatexCommand ref
3392 reference "sec:Nesting"
3393
3394 \end_inset
3395
3396 ).
3397  At the moment, all this is context-specific; you're better off expecting
3398  
3399 \family sans
3400 Return
3401 \family default
3402  to reset the paragraph environment and depth.
3403  If you want a new paragraph to keep the current environment and depth,
3404  use 
3405 \family sans
3406 M-Return
3407 \family default
3408  instead.
3409 \end_layout
3410
3411 \begin_layout Subsection
3412 Standard
3413 \end_layout
3414
3415 \begin_layout Standard
3416 The default paragraph environment is 
3417 \family sans
3418 Standard
3419 \family default
3420  for most classes.
3421  It creates a plain paragraph.
3422  If LyX resets the paragraph environment, this is the one it chooses.
3423  In fact, the paragraph you're reading right now (and most of the ones in
3424  this manual) are in the 
3425 \family sans
3426 Standard
3427 \family default
3428  environment.
3429 \end_layout
3430
3431 \begin_layout Standard
3432 You can nest a paragraph using the 
3433 \family sans
3434 Standard
3435 \family default
3436  environment in just about anything else, but you can't really nest anything
3437  in a 
3438 \family sans
3439 Standard
3440 \family default
3441  environment.
3442 \end_layout
3443
3444 \begin_layout Subsection
3445 Document Title
3446 \begin_inset Index
3447 status collapsed
3448
3449 \begin_layout Standard
3450 Document !Title
3451 \end_layout
3452
3453 \end_inset
3454
3455
3456 \end_layout
3457
3458 \begin_layout Standard
3459 A LaTeX title page has three parts: the title itself, the name(s) of the
3460  author(s) and a 
3461 \begin_inset Quotes eld
3462 \end_inset
3463
3464 footnote
3465 \begin_inset Quotes erd
3466 \end_inset
3467
3468  for thanks or contact information.
3469  For certain types of documents, LaTeX places all of this on a separate
3470  page along with today's date.
3471  For other types of documents, the title 
3472 \begin_inset Quotes eld
3473 \end_inset
3474
3475 page
3476 \begin_inset Quotes erd
3477 \end_inset
3478
3479  goes at the top of the first page of the document.
3480  
3481 \end_layout
3482
3483 \begin_layout Standard
3484 LyX provides an interface to the title page commands through the paragraph
3485  environments 
3486 \family sans
3487 Title
3488 \family default
3489
3490 \family sans
3491 Author
3492 \family default
3493 , and 
3494 \family sans
3495 Date
3496 \family default
3497 .
3498  Here's how you use them:
3499 \end_layout
3500
3501 \begin_layout Itemize
3502 Put the title of your document in the 
3503 \family sans
3504 Title
3505 \family default
3506  environment.
3507 \end_layout
3508
3509 \begin_layout Itemize
3510 Put the author name in the 
3511 \family sans
3512 Author
3513 \family default
3514  environment.
3515 \end_layout
3516
3517 \begin_layout Itemize
3518 If you want the date to have a certain appearance, want to use a fixed date,
3519  or want other text to appear in place of today's date, put that text in
3520  the 
3521 \family sans
3522 Date
3523 \family default
3524  environment.
3525  Note that using this environment is optional.
3526  If you don't provide any, LaTeX will automatically insert today's date.
3527  If you don't want any date, add the line
3528 \newline
3529
3530 \series bold
3531
3532 \backslash
3533 date{}
3534 \series default
3535
3536 \newline
3537 to the preamble of your document (menu 
3538 \family sans
3539 Document\SpecialChar \menuseparator
3540 Settings
3541 \family default
3542 )
3543 \end_layout
3544
3545 \begin_layout Standard
3546 You can use footnotes to insert 
3547 \begin_inset Quotes eld
3548 \end_inset
3549
3550 thanks
3551 \begin_inset Quotes erd
3552 \end_inset
3553
3554  or contact informations.
3555 \end_layout
3556
3557 \begin_layout Subsection
3558 Headings
3559 \begin_inset Index
3560 status collapsed
3561
3562 \begin_layout Standard
3563 Section headings
3564 \end_layout
3565
3566 \end_inset
3567
3568
3569 \begin_inset CommandInset label
3570 LatexCommand label
3571 name "sub:Headings"
3572
3573 \end_inset
3574
3575
3576 \end_layout
3577
3578 \begin_layout Standard
3579 There are several paragraph environments for producing section headings.
3580  LyX takes care of the numbering for you.
3581 \end_layout
3582
3583 \begin_layout Subsubsection
3584 Numbered Headings
3585 \begin_inset Index
3586 status collapsed
3587
3588 \begin_layout Standard
3589 Section headings ! Numbered
3590 \end_layout
3591
3592 \end_inset
3593
3594
3595 \end_layout
3596
3597 \begin_layout Standard
3598 There are 7 numbered types of section headings.
3599  They are:
3600 \end_layout
3601
3602 \begin_layout Enumerate
3603
3604 \family sans
3605 Part
3606 \end_layout
3607
3608 \begin_layout Enumerate
3609
3610 \family sans
3611 Chapter
3612 \end_layout
3613
3614 \begin_layout Enumerate
3615
3616 \family sans
3617 Section
3618 \end_layout
3619
3620 \begin_layout Enumerate
3621
3622 \family sans
3623 Subsection
3624 \end_layout
3625
3626 \begin_layout Enumerate
3627
3628 \family sans
3629 Subsubsection
3630 \end_layout
3631
3632 \begin_layout Enumerate
3633
3634 \family sans
3635 Paragraph
3636 \end_layout
3637
3638 \begin_layout Enumerate
3639
3640 \family sans
3641 Subparagraph
3642 \end_layout
3643
3644 \begin_layout Standard
3645 LyX labels each heading with a series of numbers, separated by periods.
3646  The numbers describe where in the document you are.
3647  Unlike the other headings, parts are numbered with Latin letters.
3648 \end_layout
3649
3650 \begin_layout Standard
3651 Headings all subdivide your document into different pieces of text.
3652  For example, suppose you're writing a book.
3653  You group the book into chapters.
3654  LyX does similar grouping:
3655 \end_layout
3656
3657 \begin_layout Itemize
3658
3659 \family sans
3660 Part
3661 \family default
3662  is divided in either 
3663 \family sans
3664 Chapter
3665 \family default
3666  or 
3667 \family sans
3668 Section
3669 \end_layout
3670
3671 \begin_layout Itemize
3672
3673 \family sans
3674 Chapter
3675 \family default
3676 s are divided into 
3677 \family sans
3678 Section
3679 \family default
3680 s
3681 \end_layout
3682
3683 \begin_layout Itemize
3684
3685 \family sans
3686 Section
3687 \family default
3688 s are divided into 
3689 \family sans
3690 Subsection
3691 \family default
3692 s
3693 \end_layout
3694
3695 \begin_layout Itemize
3696
3697 \family sans
3698 Subsection
3699 \family default
3700 s are divided into 
3701 \family sans
3702 Subsubsection
3703 \family default
3704 s
3705 \end_layout
3706
3707 \begin_layout Itemize
3708
3709 \family sans
3710 Subsubsection
3711 \family default
3712 s are divided into 
3713 \family sans
3714 Paragraph
3715 \family default
3716 s
3717 \end_layout
3718
3719 \begin_layout Itemize
3720
3721 \family sans
3722 Paragraph
3723 \family default
3724 s are divided into 
3725 \family sans
3726 Subparagraph
3727 \family default
3728 s
3729 \end_layout
3730
3731 \begin_layout Standard
3732 \begin_inset Note Greyedout
3733 status open
3734
3735 \begin_layout Standard
3736
3737 \series bold
3738 Note:
3739 \series default
3740  Not all document types use the 
3741 \family sans
3742 Chapter
3743 \family default
3744  heading as the maximum sectioning level.
3745  In that case the 
3746 \family sans
3747 Section
3748 \family default
3749  is the top-level heading.
3750 \end_layout
3751
3752 \end_inset
3753
3754
3755 \end_layout
3756
3757 \begin_layout Standard
3758 So, if you use the 
3759 \family sans
3760 Subsubsection
3761 \family default
3762  environment to label a new sub-subsection, LyX labels it with its number,
3763  along with the number of the subsection, section, and, if applicable, chapter
3764  that it's in.
3765  For example: the fifth section of the second chapter of this book has the
3766  label 
3767 \begin_inset Quotes eld
3768 \end_inset
3769
3770 2.5
3771 \begin_inset Quotes erd
3772 \end_inset
3773
3774 .
3775 \end_layout
3776
3777 \begin_layout Subsubsection
3778 Unnumbered Headings
3779 \begin_inset Index
3780 status collapsed
3781
3782 \begin_layout Standard
3783 Section headings ! Unnumbered
3784 \end_layout
3785
3786 \end_inset
3787
3788
3789 \end_layout
3790
3791 \begin_layout Standard
3792 There are 5 types of unnumbered section headings.
3793  They are:
3794 \end_layout
3795
3796 \begin_layout Enumerate
3797
3798 \family sans
3799 Part*line spacing
3800 \end_layout
3801
3802 \begin_layout Enumerate
3803
3804 \family sans
3805 Chapter*
3806 \end_layout
3807
3808 \begin_layout Enumerate
3809
3810 \family sans
3811 Section*
3812 \end_layout
3813
3814 \begin_layout Enumerate
3815
3816 \family sans
3817 Subsection*
3818 \end_layout
3819
3820 \begin_layout Enumerate
3821
3822 \family sans
3823 Subsubsection*
3824 \end_layout
3825
3826 \begin_layout Standard
3827 The 
3828 \begin_inset Quotes eld
3829 \end_inset
3830
3831 *
3832 \begin_inset Quotes erd
3833 \end_inset
3834
3835  after each name means that these headings are not numbered.
3836  They work the same as their numbered counterparts but won't appear in the
3837  table of contents, see section\InsetSpace ~
3838
3839 \begin_inset CommandInset ref
3840 LatexCommand ref
3841 reference "sec:toc"
3842
3843 \end_inset
3844
3845 .
3846 \end_layout
3847
3848 \begin_layout Subsubsection
3849 Changing the Numbering
3850 \begin_inset CommandInset label
3851 LatexCommand label
3852 name "sub:Numbering-depth"
3853
3854 \end_inset
3855
3856
3857 \end_layout
3858
3859 \begin_layout Standard
3860 You can also alter which sectioning levels get numbered and which ones appear
3861  in the Table of Contents.
3862  Now, this doesn't remove any of the levels; that's preset in the document
3863  class.
3864  Certain classes start with 
3865 \family sans
3866 Chapter
3867 \family default
3868  and go down to the 
3869 \family sans
3870 Subparagraph
3871 \family default
3872  level.
3873  Others start at 
3874 \family sans
3875 Section
3876 \family default
3877 .
3878  Similarly, not all document classes number all sectioning levels.
3879  Most don't number 
3880 \family sans
3881 Paragraph
3882 \family default
3883  or 
3884 \family sans
3885 Subparagraph
3886 \family default
3887 .
3888  This is something you can change.
3889 \end_layout
3890
3891 \begin_layout Standard
3892 Open the 
3893 \family sans
3894 Document\SpecialChar \menuseparator
3895 Settings
3896 \family default
3897  dialog.
3898 \family sans
3899
3900 \begin_inset Index
3901 status collapsed
3902
3903 \begin_layout Standard
3904 Document ! Settings
3905 \end_layout
3906
3907 \end_inset
3908
3909
3910 \family default
3911  Under 
3912 \family sans
3913 Numbering\InsetSpace ~
3914 &\InsetSpace ~
3915 TOC
3916 \family default
3917  you'll see two counters.
3918  The one named 
3919 \family sans
3920 Numbering
3921 \family default
3922  controls how far down in the sectioning hierarchy LyX numbers a section
3923  heading.
3924  The other one controls the appearance of the section headings in the table
3925  of contents.
3926 \end_layout
3927
3928 \begin_layout Subsubsection
3929 Short Titles of Headings
3930 \begin_inset Index
3931 status collapsed
3932
3933 \begin_layout Standard
3934 Section headings ! Short titles
3935 \end_layout
3936
3937 \end_inset
3938
3939
3940 \begin_inset OptArg
3941 status collapsed
3942
3943 \begin_layout Standard
3944 Short Titles
3945 \end_layout
3946
3947 \end_inset
3948
3949
3950 \begin_inset CommandInset label
3951 LatexCommand label
3952 name "sec:Short-Titles"
3953
3954 \end_inset
3955
3956
3957 \end_layout
3958
3959 \begin_layout Standard
3960 Some section or chapter titles, such as this one, can get quite long.
3961  This can cause troubles when there is limited horizontal space.
3962  For example, if the header of the page is set to show the current section
3963  title, a long title will protrude over the page margins and look awful.
3964 \end_layout
3965
3966 \begin_layout Standard
3967 LaTeX allows you to specify a short title for section headings.
3968  This short title is used in the header and in the actual table of contents,
3969  avoiding the problem mentioned.
3970  To specify a short title, use the menu 
3971 \family sans
3972 Insert\SpecialChar \menuseparator
3973 Short\InsetSpace ~
3974 Title
3975 \family default
3976 .
3977  This will insert a box labeled 
3978 \begin_inset Quotes eld
3979 \end_inset
3980
3981 opt
3982 \begin_inset Quotes erd
3983 \end_inset
3984
3985  (stands for 
3986 \begin_inset Quotes eld
3987 \end_inset
3988
3989 optional
3990 \begin_inset Quotes erd
3991 \end_inset
3992
3993 ) which you can use to enter the short title text.
3994  This also works for captions inside floats.
3995 \end_layout
3996
3997 \begin_layout Standard
3998 The title of this section is a good example of using this feature.
3999 \end_layout
4000
4001 \begin_layout Subsubsection
4002 Special Information
4003 \end_layout
4004
4005 \begin_layout Standard
4006 The following information applies to all section headings:
4007 \end_layout
4008
4009 \begin_layout Itemize
4010 You cannot do any nesting with these environments.
4011 \end_layout
4012
4013 \begin_layout Itemize
4014 You cannot use a margin note in any of these environments.
4015 \end_layout
4016
4017 \begin_layout Itemize
4018 You can only use inline math in these environments.
4019 \end_layout
4020
4021 \begin_layout Itemize
4022 You can use labels and cross-references to refer to their numbers.
4023 \end_layout
4024
4025 \begin_layout Subsection
4026 Quotes and Poetryline spacing
4027 \end_layout
4028
4029 \begin_layout Standard
4030 LyX has three paragraph environments for writing poetry and quotations.
4031  They are 
4032 \family sans
4033 Quote
4034 \family default
4035
4036 \family sans
4037 Quotation
4038 \family default
4039 , and 
4040 \family sans
4041 Verse
4042 \family default
4043 .
4044  Forget the days of changing line spacing and twiddling with margins.
4045  These three paragraph environments already have those changes built-in.
4046  They all widen the left margin and add a bit of extra space above and below
4047  the text they contain.
4048  They also allow nesting, so you can put a 
4049 \family sans
4050 Verse
4051 \family default
4052  in a 
4053 \family sans
4054 Quotation
4055 \family default
4056 , as well as in some other paragraph environments.
4057 \end_layout
4058
4059 \begin_layout Standard
4060 There is another feature of these three paragraph environments: they do
4061  
4062 \emph on
4063 not
4064 \emph default
4065  reset to 
4066 \family sans
4067 Standard
4068 \family default
4069  when you start a new paragraph.
4070  So, you can type in that poem and merrily hit 
4071 \family sans
4072 Return
4073 \family default
4074  without worrying about the paragraph environment changing on you.
4075  Of course, that means that, once you're done typing in that poem, you have
4076  to change back to the 
4077 \family sans
4078 Standard
4079 \family default
4080  environment yourself.
4081 \end_layout
4082
4083 \begin_layout Subsubsection
4084
4085 \family sans
4086 Quote
4087 \family default
4088  and 
4089 \family sans
4090 Quotation
4091 \family default
4092
4093 \begin_inset CommandInset label
4094 LatexCommand label
4095 name "sec:Quote"
4096
4097 \end_inset
4098
4099
4100 \begin_inset Index
4101 status collapsed
4102
4103 \begin_layout Standard
4104 Quotation
4105 \end_layout
4106
4107 \end_inset
4108
4109
4110 \end_layout
4111
4112 \begin_layout Standard
4113 Now that we've described the similarities of these three environments, it's
4114  time for the differences.
4115  
4116 \family sans
4117 Quote
4118 \family default
4119  and 
4120 \family sans
4121 Quotation
4122 \family default
4123  are identical except for one difference: 
4124 \family sans
4125 Quote
4126 \family default
4127  uses extra spacing to separate paragraphs and never indents the first line.
4128  
4129 \family sans
4130 Quotation
4131 \family default
4132  
4133 \emph on
4134 always
4135 \emph default
4136  indents the first line of a paragraph and uses the same line spacing throughout.
4137 \end_layout
4138
4139 \begin_layout Standard
4140 Here's an example of the 
4141 \family sans
4142 Quote
4143 \family default
4144  environment:
4145 \end_layout
4146
4147 \begin_layout Quote
4148 This is in the 
4149 \family sans
4150 Quote
4151 \family default
4152  environment.
4153  I can keep writing, extending this line out further and further until it
4154  wraps.
4155  See -- no indentation!
4156 \end_layout
4157
4158 \begin_layout Quote
4159 Here's the second paragraph of this quote.
4160  Again, there's no indentation, but there is extra space between me and
4161  the other paragraph.
4162 \end_layout
4163
4164 \begin_layout Standard
4165 Here's another example, this time in the 
4166 \family sans
4167 Quotation
4168 \family default
4169  environment:
4170 \end_layout
4171
4172 \begin_layout Quotation
4173 This is in the 
4174 \family sans
4175 Quotation
4176 \family default
4177  environment.
4178  If I keep writing, you'll see the indentation.
4179  If your country uses a writing style that shows off new paragraphs by indenting
4180  the first line, then 
4181 \family sans
4182 Quotation
4183 \family default
4184  is the environment for you! Well, you'd use it 
4185 \emph on
4186 if
4187 \emph default
4188  you were quoting other text.
4189 \end_layout
4190
4191 \begin_layout Quotation
4192 Here's a new paragraph.
4193  I could ramble on and on, like a politician at election time.
4194  If I did that, though, you'd get bored.
4195 \end_layout
4196
4197 \begin_layout Standard
4198 As the examples show, 
4199 \family sans
4200 Quote
4201 \family default
4202  is for those people who use extra space to separate paragraphs.
4203  They should put quotes in the 
4204 \family sans
4205 Quote
4206 \family default
4207  environment.
4208  Those who use indentation to mark a new paragraph should use the 
4209 \family sans
4210 Quotation
4211 \family default
4212  paragraph environment for quoted text.
4213 \end_layout
4214
4215 \begin_layout Subsubsection
4216
4217 \family sans
4218 Verse
4219 \family default
4220
4221 \begin_inset Index
4222 status collapsed
4223
4224 \begin_layout Standard
4225 Paragraph ! Verse
4226 \end_layout
4227
4228 \end_inset
4229
4230
4231 \family sans
4232
4233 \begin_inset Index
4234 status collapsed
4235
4236 \begin_layout Standard
4237 Poetry
4238 \end_layout
4239
4240 \end_inset
4241
4242
4243 \begin_inset CommandInset label
4244 LatexCommand label
4245 name "sec:Verse"
4246
4247 \end_inset
4248
4249
4250 \end_layout
4251
4252 \begin_layout Standard
4253
4254 \family sans
4255 Verse
4256 \family default
4257  is a paragraph environment for poetry, rhymes, verses, and so on.
4258  Here's an example:
4259 \end_layout
4260
4261 \begin_layout Verse
4262 This is in Verse
4263 \newline
4264 Which I did not rehearse!
4265 \end_layout
4266
4267 \begin_layout Verse
4268 It could be much worse.
4269  This line could be long, very long, oh so long, so very long that it wraps
4270  around.
4271  It looks okay on screen, but in the printed version, the extra lines are
4272  indented a bit more than the first.
4273  Okay, so it's turned to prose and doesn't rhyme anymore.
4274  So sue me.
4275 \end_layout
4276
4277 \begin_layout Verse
4278 To break a line
4279 \newline
4280 And make things look fine
4281 \newline
4282 Use 
4283 \family sans
4284 C-Return
4285 \family default
4286 .
4287 \end_layout
4288
4289 \begin_layout Standard
4290 As you can see, 
4291 \family sans
4292 Verse
4293 \family default
4294  does not indent both margins.
4295  Each stanza of the verse or poem is in its own paragraph.
4296  To separate the individual lines of a stanza, use the 
4297 \family typewriter
4298 break-line
4299 \family default
4300  function 
4301 \family sans
4302 C-Return
4303 \family default
4304 .
4305 \end_layout
4306
4307 \begin_layout Subsection
4308 Lists
4309 \begin_inset Index
4310 status collapsed
4311
4312 \begin_layout Standard
4313 Lists
4314 \end_layout
4315
4316 \end_inset
4317
4318
4319 \begin_inset CommandInset label
4320 LatexCommand label
4321 name "sub:Lists"
4322
4323 \end_inset
4324
4325
4326 \end_layout
4327
4328 \begin_layout Standard
4329 LyX has four different paragraph environments for creating different kinds
4330  of lists.
4331  In the 
4332 \family sans
4333 Itemize
4334 \family default
4335  and 
4336 \family sans
4337 Enumerate
4338 \family default
4339  environments, LyX labels your list items with bullets or numbers, respectively.
4340  In the 
4341 \family sans
4342 Description
4343 \family default
4344  and 
4345 \family sans
4346 List
4347 \family default
4348  environments, LyX lets you provide your own label.
4349  We'll present the individual details of each type of list next after describing
4350  some general features of all four of them.
4351 \end_layout
4352
4353 \begin_layout Subsubsection
4354 General Features
4355 \end_layout
4356
4357 \begin_layout Standard
4358 The four paragraph environments for lists differ from the other environments
4359  in several ways.
4360  First, LyX treats each paragraph as a list item.
4361  Hitting 
4362 \family sans
4363 Return
4364 \family default
4365  does 
4366 \emph on
4367 not
4368 \emph default
4369  reset the environment to 
4370 \family sans
4371 Standard
4372 \family default
4373  but keeps the current environment and creates a new list item.
4374  The nesting depth is typically reset, however.
4375  If you want to keep both the current nesting depth and paragraph environment,
4376  you should use 
4377 \family sans
4378 M-Return
4379 \family default
4380  to break paragraphs.
4381 \end_layout
4382
4383 \begin_layout Standard
4384 You can nest lists of any type inside one another.
4385  In fact, LyX changes the labels on some list items depending on how it
4386  is nested.
4387  If you intend to use any of the list paragraph environments, we suggest
4388  you read all of section\InsetSpace ~
4389
4390 \begin_inset CommandInset ref
4391 LatexCommand ref
4392 reference "sec:Nesting"
4393
4394 \end_inset
4395
4396 .
4397  
4398 \end_layout
4399
4400 \begin_layout Subsubsection
4401
4402 \family sans
4403 Itemize
4404 \family default
4405
4406 \begin_inset Index
4407 status collapsed
4408
4409 \begin_layout Standard
4410 Lists ! Itemize
4411 \end_layout
4412
4413 \end_inset
4414
4415
4416 \begin_inset CommandInset label
4417 LatexCommand label
4418 name "sec:Itemize"
4419
4420 \end_inset
4421
4422
4423 \end_layout
4424
4425 \begin_layout Standard
4426 The first type of list we'll describe in detail is the 
4427 \family sans
4428 Itemize
4429 \family default
4430  paragraph environment.
4431  It has the following properties:
4432 \end_layout
4433
4434 \begin_layout Itemize
4435 Each item has a particular bullet or symbol as its label.
4436 \end_layout
4437
4438 \begin_deeper
4439 \begin_layout Itemize
4440 LyX uses the same symbol for all of the items in a given nesting level.
4441 \end_layout
4442
4443 \begin_layout Itemize
4444 The symbol appears at the beginning of the first line.
4445 \end_layout
4446
4447 \end_deeper
4448 \begin_layout Itemize
4449 The items can have any length.
4450  LyX automatically offsets the left margin of each item.
4451  The offset is always relative to whatever environment the 
4452 \family sans
4453 Itemize
4454 \family default
4455  list may be in.
4456 \end_layout
4457
4458 \begin_layout Itemize
4459 If you nest an 
4460 \family sans
4461 Itemize
4462 \family default
4463  environment inside another 
4464 \family sans
4465 Itemize
4466 \family default
4467  environment, the label changes to a new symbol.
4468 \end_layout
4469
4470 \begin_deeper
4471 \begin_layout Itemize
4472 There are four different symbols for up to a four-fold nesting.
4473 \end_layout
4474
4475 \begin_layout Itemize
4476 LyX always shows the same symbol on screen.
4477 \end_layout
4478
4479 \begin_layout Itemize
4480 See section\InsetSpace ~
4481
4482 \begin_inset CommandInset ref
4483 LatexCommand ref
4484 reference "sec:Nesting"
4485
4486 \end_inset
4487
4488  for a full explanation of nesting.
4489 \end_layout
4490
4491 \end_deeper
4492 \begin_layout Standard
4493 Of course, that explanation was also an example of an 
4494 \family sans
4495 Itemize
4496 \family default
4497  list.
4498  The 
4499 \family sans
4500 Itemize
4501 \family default
4502  environment is best suited for lists where the order doesn't matter.
4503 \end_layout
4504
4505 \begin_layout Standard
4506 We said that different levels use different symbols as their label.
4507  Here's an example of all four possible symbols.
4508  Note that those of you reading this manual within LyX won't see any difference.
4509 \end_layout
4510
4511 \begin_layout Itemize
4512 The label for the first level 
4513 \family sans
4514 Itemize
4515 \family default
4516  is a large black dot, or bullet.
4517 \end_layout
4518
4519 \begin_deeper
4520 \begin_layout Itemize
4521 The label for the second level is a dash.
4522 \end_layout
4523
4524 \begin_deeper
4525 \begin_layout Itemize
4526 The label for the third is an asterisk.
4527 \end_layout
4528
4529 \begin_deeper
4530 \begin_layout Itemize
4531 The label for the fourth is a centered dot.
4532 \end_layout
4533
4534 \end_deeper
4535 \begin_layout Itemize
4536 Back out to the third level.
4537 \end_layout
4538
4539 \end_deeper
4540 \begin_layout Itemize
4541 Back to the second level.
4542 \end_layout
4543
4544 \end_deeper
4545 \begin_layout Itemize
4546 Back to the outermost level.
4547 \end_layout
4548
4549 \begin_layout Standard
4550 These are the default labels for an 
4551 \family sans
4552 Itemize
4553 \family default
4554  list.
4555  You can customize these labels in the 
4556 \family sans
4557 Document\SpecialChar \menuseparator
4558 Settings
4559 \family default
4560  dialog in the submenu 
4561 \family sans
4562 Bullets
4563 \family default
4564 .
4565 \family sans
4566
4567 \begin_inset Index
4568 status collapsed
4569
4570 \begin_layout Standard
4571 Document ! Settings
4572 \end_layout
4573
4574 \end_inset
4575
4576
4577 \end_layout
4578
4579 \begin_layout Standard
4580 Notice how the space between items decreases with increasing depth.
4581  We'll explain nesting and all the tricks you can do with different depths
4582  in section\InsetSpace ~
4583
4584 \begin_inset CommandInset ref
4585 LatexCommand ref
4586 reference "sec:Nesting"
4587
4588 \end_inset
4589
4590 .
4591 \end_layout
4592
4593 \begin_layout Subsubsection
4594
4595 \family sans
4596 Enumerate
4597 \family default
4598
4599 \begin_inset Index
4600 status collapsed
4601
4602 \begin_layout Standard
4603 Lists ! Enumerate
4604 \end_layout
4605
4606 \end_inset
4607
4608
4609 \begin_inset CommandInset label
4610 LatexCommand label
4611 name "sec:Enumerate"
4612
4613 \end_inset
4614
4615
4616 \end_layout
4617
4618 \begin_layout Standard
4619 The 
4620 \family sans
4621 Enumerate
4622 \family default
4623  environment is used to create numbered lists and outlines.
4624  It has these properties:
4625 \end_layout
4626
4627 \begin_layout Enumerate
4628 Each item has a numeral as its label.
4629 \end_layout
4630
4631 \begin_deeper
4632 \begin_layout Enumerate
4633 The type of numeral depends on the nesting depth.
4634 \end_layout
4635
4636 \end_deeper
4637 \begin_layout Enumerate
4638 LyX automatically counts the items for you and updates the label as appropriate.
4639 \end_layout
4640
4641 \begin_layout Enumerate
4642 Each new 
4643 \family sans
4644 Enumerate
4645 \family default
4646  environment resets the counter to one.
4647 \end_layout
4648
4649 \begin_layout Enumerate
4650 Like the 
4651 \family sans
4652 Itemize
4653 \family default
4654  environment, the 
4655 \family sans
4656 Enumerate
4657 \family default
4658  environment:
4659 \end_layout
4660
4661 \begin_deeper
4662 \begin_layout Enumerate
4663 Offsets the items relative to the left margin.
4664  Items can have any length.
4665 \end_layout
4666
4667 \begin_layout Enumerate
4668 Reduces the space between items as the nesting depth increases.
4669 \end_layout
4670
4671 \begin_layout Enumerate
4672 Uses different types of labels depending on the nesting depth.
4673 \end_layout
4674
4675 \begin_layout Enumerate
4676 Allows up to a four-fold nesting.
4677 \end_layout
4678
4679 \end_deeper
4680 \begin_layout Standard
4681 Unlike the 
4682 \family sans
4683 Itemize
4684 \family default
4685  environment, 
4686 \family sans
4687 Enumerate
4688 \family default
4689  shows the different labels for each item in LyX.
4690  Here is how LyX labels the four different levels in an 
4691 \family sans
4692 Enumerate
4693 \family default
4694 :
4695 \end_layout
4696
4697 \begin_layout Enumerate
4698 The first level of an 
4699 \family sans
4700 Enumerate
4701 \family default
4702  uses Arabic numerals followed by a period.
4703 \end_layout
4704
4705 \begin_deeper
4706 \begin_layout Enumerate
4707 The second level uses lower case letters surrounded by parentheses.
4708 \end_layout
4709
4710 \begin_deeper
4711 \begin_layout Enumerate
4712 The third level uses lower-case Roman numerals followed by a period.
4713 \end_layout
4714
4715 \begin_deeper
4716 \begin_layout Enumerate
4717 The fourth level uses capital letters followed by a period.
4718 \end_layout
4719
4720 \begin_layout Enumerate
4721 Again, notice the decrease in the spacing between items as the nesting depth
4722  increases.
4723 \end_layout
4724
4725 \end_deeper
4726 \begin_layout Enumerate
4727 Back to the third level
4728 \end_layout
4729
4730 \end_deeper
4731 \begin_layout Enumerate
4732 Back to the second level.
4733 \end_layout
4734
4735 \end_deeper
4736 \begin_layout Enumerate
4737 Back to the outermost level.
4738 \end_layout
4739
4740 \begin_layout Standard
4741 Once again, you can customize the type of numbering used in the 
4742 \family sans
4743 Enumerate
4744 \family default
4745  environment.
4746  It involves adding commands to the LaTeX preamble (see the 
4747 \emph on
4748 Extended Features
4749 \emph default
4750  manual).
4751  As stated earlier, such customization only shows up in the printed version,
4752  not in LyX.
4753 \end_layout
4754
4755 \begin_layout Standard
4756 There is more to nesting 
4757 \family sans
4758 Enumerate
4759 \family default
4760  environments than we've stated here.
4761  You should read section\InsetSpace ~
4762
4763 \begin_inset CommandInset ref
4764 LatexCommand ref
4765 reference "sec:Nesting"
4766
4767 \end_inset
4768
4769  to learn more about nesting.
4770 \end_layout
4771
4772 \begin_layout Subsubsection
4773
4774 \family sans
4775 Description
4776 \family default
4777
4778 \begin_inset Index
4779 status collapsed
4780
4781 \begin_layout Standard
4782 Lists ! Description
4783 \end_layout
4784
4785 \end_inset
4786
4787
4788 \begin_inset CommandInset label
4789 LatexCommand label
4790 name "sec:Description-List"
4791
4792 \end_inset
4793
4794
4795 \end_layout
4796
4797 \begin_layout Standard
4798 Unlike the previous two environments, the 
4799 \family sans
4800 Description
4801 \family default
4802  list has no fixed label.
4803  Instead, LyX uses the first 
4804 \begin_inset Quotes eld
4805 \end_inset
4806
4807 word
4808 \begin_inset Quotes erd
4809 \end_inset
4810
4811  of the first line as the label.
4812  Here's an example:
4813 \end_layout
4814
4815 \begin_layout Description
4816 Example: This is an example of the 
4817 \family sans
4818 Description
4819 \family default
4820  environment.
4821 \end_layout
4822
4823 \begin_layout Standard
4824 LyX typesets the label in boldface and puts extra space between it and the
4825  rest of the line.
4826 \end_layout
4827
4828 \begin_layout Standard
4829 With the first 
4830 \begin_inset Quotes eld
4831 \end_inset
4832
4833 word
4834 \begin_inset Quotes erd
4835 \end_inset
4836
4837  it is meant that the first hit of the 
4838 \family sans
4839 Space
4840 \family default
4841  key ends the label if you are at the beginning of the first line of an
4842  item.
4843  If you need to use more than one word in the label use a 
4844 \family sans
4845 Protected Blank
4846 \family default
4847 .
4848  (Use either 
4849 \family sans
4850 C-Space
4851 \family default
4852  or the menu 
4853 \family sans
4854 Insert\SpecialChar \menuseparator
4855 Formatting\SpecialChar \menuseparator
4856 Protected\InsetSpace ~
4857 Space
4858 \family default
4859 , see section\InsetSpace ~
4860
4861 \begin_inset CommandInset ref
4862 LatexCommand ref
4863 reference "sub:Protected-Space"
4864
4865 \end_inset
4866
4867  for more info.) Here is an example:
4868 \end_layout
4869
4870 \begin_layout Description
4871 Second\InsetSpace ~
4872 Example: This one shows how to use a 
4873 \family sans
4874 Protected\InsetSpace ~
4875 Blank
4876 \family default
4877  in the label of a 
4878 \family sans
4879 Description
4880 \family default
4881  list item.
4882 \end_layout
4883
4884 \begin_layout Description
4885 Usage: You should use the 
4886 \family sans
4887 Description
4888 \family default
4889  environment for things like definitions and theorems.
4890  Use it when you need to make one word in particular stand out in the text
4891  that describes it.
4892  It's not a good idea to use a 
4893 \family sans
4894 Description
4895 \family default
4896  environment when you have an entire sentence that you want to describe.
4897  You're better off using 
4898 \family sans
4899 Itemize
4900 \family default
4901  or 
4902 \family sans
4903 Enumerate
4904 \family default
4905  and nesting several 
4906 \family sans
4907 Standard
4908 \family default
4909  paragraphs into them.
4910 \end_layout
4911
4912 \begin_layout Description
4913 Nesting: You can nest 
4914 \family sans
4915 Description
4916 \family default
4917  environments inside one another, nest them in other types of lists, and
4918  so on.
4919 \end_layout
4920
4921 \begin_layout Standard
4922 Notice that after the first line, LyX indents subsequent lines, offsetting
4923  them from the first line.
4924 \end_layout
4925
4926 \begin_layout Subsubsection
4927 The LyX 
4928 \family sans
4929 List
4930 \family default
4931
4932 \begin_inset Index
4933 status collapsed
4934
4935 \begin_layout Standard
4936 Lists ! LyX list
4937 \end_layout
4938
4939 \end_inset
4940
4941
4942 \begin_inset CommandInset label
4943 LatexCommand label
4944 name "sec:LyX-List"
4945
4946 \end_inset
4947
4948
4949 \end_layout
4950
4951 \begin_layout Standard
4952 The 
4953 \family sans
4954 List
4955 \family default
4956  environment is a LyX extension to LaTeX.
4957  
4958 \end_layout
4959
4960 \begin_layout Standard
4961 Like the 
4962 \family sans
4963 Description
4964 \family default
4965  environment the 
4966 \family sans
4967 List
4968 \family default
4969  environment has user-defined labels for each list item.
4970  There are the following properties of this list environment:
4971 \end_layout
4972
4973 \begin_layout Labeling
4974 \labelwidthstring 00.00.0000
4975 item\InsetSpace ~
4976 labels LyX uses the first 
4977 \begin_inset Quotes eld
4978 \end_inset
4979
4980 word
4981 \begin_inset Quotes erd
4982 \end_inset
4983
4984  of each line as the item label.
4985  The first 
4986 \family sans
4987 Space
4988 \family default
4989  after the beginning of the first line of an item marks the end of the label.
4990  If you need to use more than one word in an item label, use a protected
4991  blank as described above.
4992 \end_layout
4993
4994 \begin_layout Labeling
4995 \labelwidthstring 00.00.0000
4996 margins As you can see, LyX uses different margins for the item label and
4997  the body of the item text.
4998  The body of the text has a larger left margin, which is equal to the default
4999  label width plus a little extra space.
5000  
5001 \end_layout
5002
5003 \begin_layout Labeling
5004 \labelwidthstring 00.00.0000
5005 label\InsetSpace ~
5006 width LyX uses the width of the label, or the default width, whatever
5007  is larger.
5008  If the label width is larger, the label 
5009 \begin_inset Quotes eld
5010 \end_inset
5011
5012 extends
5013 \begin_inset Quotes erd
5014 \end_inset
5015
5016  into the first line.
5017  In other words, the text of the first line isn't aligned with the left
5018  margin of the rest of the item text.
5019 \end_layout
5020
5021 \begin_layout Labeling
5022 \labelwidthstring 00.00.0000
5023 default\InsetSpace ~
5024 width You can set the default label width to ensure that the text
5025  of all items in a 
5026 \family sans
5027 List
5028 \family default
5029  environment have the same left margin.
5030 \newline
5031 To change the default width, select
5032  all items in the list.
5033  Now open the 
5034 \family sans
5035 Edit\SpecialChar \menuseparator
5036 Paragraph\InsetSpace ~
5037 Settings
5038 \family default
5039  dialog.
5040  The text in the box 
5041 \family sans
5042 Longest\InsetSpace ~
5043 label
5044 \family default
5045  determines the default label width.
5046  You can use the text of your largest label here, but you can also use the
5047  letter 
5048 \begin_inset Quotes eld
5049 \end_inset
5050
5051 M
5052 \begin_inset Quotes erd
5053 \end_inset
5054
5055  multiple times instead.
5056  The M is the widest character and is a standard unit of widths in LaTeX.
5057  By using 
5058 \begin_inset Quotes eld
5059 \end_inset
5060
5061 M
5062 \begin_inset Quotes erd
5063 \end_inset
5064
5065  as the unit of width you don't need to keep changing the contents of 
5066 \family sans
5067 Longest\InsetSpace ~
5068 label
5069 \family default
5070  every time you alter a label in a 
5071 \family sans
5072 List
5073 \family default
5074  environment.
5075 \newline
5076 The predefined default width is the length of 
5077 \begin_inset Quotes eld
5078 \end_inset
5079
5080 00.00.0000
5081 \begin_inset Quotes erd
5082 \end_inset
5083
5084  (equal to 6 M).
5085  
5086 \newline
5087
5088 \begin_inset Note Greyedout
5089 status open
5090
5091 \begin_layout Standard
5092
5093 \series bold
5094 Note:
5095 \series default
5096  Setting the cursor into a list item to change only its label width will
5097  only change the width inside LyX but not in the output.
5098 \end_layout
5099
5100 \end_inset
5101
5102
5103 \end_layout
5104
5105 \begin_layout Standard
5106 You should use the 
5107 \family sans
5108 List
5109 \family default
5110  environment the same way like the 
5111 \family sans
5112 Description
5113 \family default
5114  list: When you need one word to stand out from the text that describes
5115  it.
5116  The 
5117 \family sans
5118 List
5119 \family default
5120  environment gives you another way to do this, using a different overall
5121  layout.
5122 \end_layout
5123
5124 \begin_layout Standard
5125 You can nest 
5126 \family sans
5127 List
5128 \family default
5129  environments inside one another, nest them in other types of lists, and
5130  so on.
5131  They work just like the other list paragraph environments.
5132  Read section\InsetSpace ~
5133
5134 \begin_inset CommandInset ref
5135 LatexCommand ref
5136 reference "sec:Nesting"
5137
5138 \end_inset
5139
5140  to learn about nesting.
5141 \end_layout
5142
5143 \begin_layout Standard
5144 There is yet another feature of the 
5145 \family sans
5146 List
5147 \family default
5148  environment: As you can see in the examples, LyX left-justifies the item
5149  labels by default.
5150  You can use additional 
5151 \family sans
5152 HFills
5153 \family default
5154  to change how LyX justifies the item label.
5155  We'll document 
5156 \family sans
5157 HFills
5158 \family default
5159  later in section\InsetSpace ~
5160
5161 \begin_inset CommandInset ref
5162 LatexCommand ref
5163 reference "sub:Horizontal-Space"
5164
5165 \end_inset
5166
5167 .
5168  Here are some examples:
5169 \end_layout
5170
5171 \begin_layout Labeling
5172 \labelwidthstring 00.00.0000
5173 Left The default for 
5174 \family sans
5175 List
5176 \family default
5177  item labels.
5178 \end_layout
5179
5180 \begin_layout Labeling
5181 \labelwidthstring 00.00.0000
5182
5183 \hfill
5184 Right One 
5185 \family sans
5186 HFill
5187 \family default
5188  at the beginning of the label right justifies it.
5189 \end_layout
5190
5191 \begin_layout Labeling
5192 \labelwidthstring 00.00.0000
5193
5194 \hfill
5195 Center
5196 \hfill
5197  One 
5198 \family sans
5199 HFill
5200 \family default
5201  at the beginning of the label and one at the end centers it.
5202 \end_layout
5203
5204 \begin_layout Subsection
5205 Letters
5206 \begin_inset Index
5207 status collapsed
5208
5209 \begin_layout Standard
5210 Letters
5211 \end_layout
5212
5213 \end_inset
5214
5215
5216 \end_layout
5217
5218 \begin_layout Subsubsection
5219
5220 \family sans
5221 Address
5222 \family default
5223  and 
5224 \family sans
5225 Right\InsetSpace ~
5226 Address
5227 \family default
5228 : An Overview
5229 \end_layout
5230
5231 \begin_layout Standard
5232 Although LyX has document classes for letters, we've also created two paragraph
5233  environments called 
5234 \family sans
5235 Address
5236 \family default
5237  and 
5238 \family sans
5239 Right\InsetSpace ~
5240 Address
5241 \family default
5242 .
5243  To use the letter class, you need to use specific paragraph environments
5244  in a specific order, otherwise LaTeX gags on the document.
5245  In contrast, you can use the 
5246 \family sans
5247 Address
5248 \family default
5249  and 
5250 \family sans
5251 Right\InsetSpace ~
5252 Address
5253 \family default
5254  paragraph environments anywhere with no problem.
5255  You can even nest them inside other environments, though you can't nest
5256  anything in them.
5257 \end_layout
5258
5259 \begin_layout Standard
5260 Of course, you're not limited to using 
5261 \family sans
5262 Address
5263 \family default
5264  and 
5265 \family sans
5266 Right\InsetSpace ~
5267 Address
5268 \family default
5269  for letters only.
5270  
5271 \family sans
5272 Right\InsetSpace ~
5273 Address
5274 \family default
5275 , in particular, is useful for creating article titles like those used in
5276  some European academic papers.
5277 \end_layout
5278
5279 \begin_layout Subsubsection
5280 Usage
5281 \begin_inset CommandInset label
5282 LatexCommand label
5283 name "sec:Address-Usage"
5284
5285 \end_inset
5286
5287
5288 \end_layout
5289
5290 \begin_layout Standard
5291 The 
5292 \family sans
5293 Address
5294 \family default
5295  environment formats text in the style of an address, which is also used
5296  for the opening and signature in some countries.
5297  Similarly, the 
5298 \family sans
5299 Right\InsetSpace ~
5300 Address
5301 \family default
5302  environment formats text in the style of a right-justified address, which
5303  is used for the sender's address and today's date in some countries.
5304  Here's an example of each:
5305 \end_layout
5306
5307 \begin_layout Right Address
5308 Right Address
5309 \newline
5310 Who I am
5311 \newline
5312 Where I am
5313 \newline
5314 When is it? What is today?
5315 \end_layout
5316
5317 \begin_layout Standard
5318 That was 
5319 \family sans
5320 Right\InsetSpace ~
5321 Address
5322 \family default
5323 .
5324  Notice that the lines all have the same left margin, which LyX sets to
5325  fit the largest block of text on a single line.
5326  Here's an example of the 
5327 \family sans
5328 Address
5329 \family default
5330  environment:
5331 \end_layout
5332
5333 \begin_layout Address
5334 Who are you
5335 \newline
5336 Where do I send this
5337 \newline
5338 Your post office and country
5339 \end_layout
5340
5341 \begin_layout Standard
5342 As you can see, both 
5343 \family sans
5344 Address
5345 \family default
5346  and 
5347 \family sans
5348 Right\InsetSpace ~
5349 Address
5350 \family default
5351  add extra space between themselves and the next paragraph.
5352  If you hit 
5353 \family sans
5354 Return
5355 \family default
5356  in either of these environments, LyX resets the nesting depth and sets
5357  the environment to 
5358 \family sans
5359 Standard
5360 \family default
5361 .
5362  This makes sense, since 
5363 \family sans
5364 Return
5365 \family default
5366  is the 
5367 \family typewriter
5368 break-paragraph
5369 \family default
5370  function, and the individual lines of an address are not paragraphs.
5371  Thus, you have to use 
5372 \family typewriter
5373 break-line
5374 \family default
5375  (
5376 \family sans
5377 C-Return
5378 \family default
5379  or 
5380 \family sans
5381 Formatting\InsetSpace ~
5382 Character\SpecialChar \menuseparator
5383 Line\InsetSpace ~
5384 Break
5385 \family default
5386  from the 
5387 \family sans
5388 Insert
5389 \family default
5390  menu) to start a new line in an 
5391 \family sans
5392 Address
5393 \family default
5394  or 
5395 \family sans
5396 Right\InsetSpace ~
5397 Address
5398 \family default
5399  environment.
5400 \end_layout
5401
5402 \begin_layout Subsection
5403 Academic Writing
5404 \end_layout
5405
5406 \begin_layout Standard
5407 Most academic writing begins with an abstract and ends with a bibliography
5408  or list of references.
5409  LyX contains paragraph environments for both of these.
5410 \end_layout
5411
5412 \begin_layout Subsubsection
5413
5414 \family sans
5415 Abstract
5416 \begin_inset Index
5417 status collapsed
5418
5419 \begin_layout Standard
5420 Abstracts
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \begin_layout Standard
5429 The 
5430 \family sans
5431 Abstract
5432 \family default
5433  environment is used for the abstract of an article.
5434  Technically, you could use this environment anywhere, but you really should
5435  only use it at the beginning of the document, after the title.
5436  Also, don't bother trying to nest 
5437 \family sans
5438 Abstract
5439 \family default
5440  in anything else or vice versa.
5441  It won't work.
5442  The 
5443 \family sans
5444 Abstract
5445 \family default
5446  environment is only useful in the article and report document classes.
5447  The book document classes ignores the 
5448 \family sans
5449 Abstract
5450 \family default
5451  completely, and it's utterly silly to use 
5452 \family sans
5453 Abstract
5454 \family default
5455  in a letter document class.
5456 \end_layout
5457
5458 \begin_layout Standard
5459 The 
5460 \family sans
5461 Abstract
5462 \family default
5463  environment does several things for you.
5464  First, it puts the centered label 
5465 \begin_inset Quotes eld
5466 \end_inset
5467
5468 Abstract
5469 \begin_inset Quotes erd
5470 \end_inset
5471
5472  above the text.
5473  The label and the text of the abstract are separated by some extra vertical
5474  space.
5475  Second, it typesets everything in a smaller font, just as you'd expect.
5476  Lastly, it adds a bit of extra vertical space between the abstract and
5477  the subsequent text.
5478  Well, that's how it will appear on the LyX screen.
5479  The appearance in the output depends on the used article or report class.
5480 \end_layout
5481
5482 \begin_layout Standard
5483 Starting a new paragraph by hitting 
5484 \family sans
5485 Return
5486 \family default
5487  does not reset the paragraph environment.
5488  The new paragraph will still be in the 
5489 \family sans
5490 Abstract
5491 \family default
5492  environment.
5493  So, you will have to change the paragraph environment yourself when you
5494  finish entering the abstract of your document.
5495 \end_layout
5496
5497 \begin_layout Standard
5498 \begin_inset Float figure
5499 wide false
5500 sideways false
5501 status open
5502
5503 \begin_layout Standard
5504 \align center
5505 \begin_inset Graphics
5506         filename clipart/Abstract.pdf
5507         embed ""
5508         lyxscale 25
5509
5510 \end_inset
5511
5512
5513 \end_layout
5514
5515 \begin_layout Standard
5516 \begin_inset Caption
5517
5518 \begin_layout Standard
5519 \begin_inset CommandInset label
5520 LatexCommand label
5521 name "cap:Paragraph-in-the"
5522
5523 \end_inset
5524
5525 Paragraph in the 
5526 \family sans
5527 Abstract
5528 \family default
5529  environment
5530 \end_layout
5531
5532 \end_inset
5533
5534
5535 \end_layout
5536
5537 \end_inset
5538
5539
5540 \end_layout
5541
5542 \begin_layout Standard
5543 We'd love to give you directly an example of the 
5544 \family sans
5545 Abstract
5546 \family default
5547  environment, but since this document is in the 
5548 \begin_inset Quotes eld
5549 \end_inset
5550
5551 book
5552 \begin_inset Quotes erd
5553 \end_inset
5554
5555  class, we can't do this.
5556  We inserted it therefore as figure\InsetSpace ~
5557
5558 \begin_inset CommandInset ref
5559 LatexCommand ref
5560 reference "cap:Paragraph-in-the"
5561
5562 \end_inset
5563
5564 .
5565  If you've never heard of an 
5566 \begin_inset Quotes eld
5567 \end_inset
5568
5569 abstract
5570 \begin_inset Quotes erd
5571 \end_inset
5572
5573  before, you can safely ignore this environment.
5574 \end_layout
5575
5576 \begin_layout Subsubsection
5577
5578 \family sans
5579 Bibliography
5580 \family default
5581
5582 \begin_inset Index
5583 status collapsed
5584
5585 \begin_layout Standard
5586 Bibliography
5587 \end_layout
5588
5589 \end_inset
5590
5591
5592 \begin_inset CommandInset label
5593 LatexCommand label
5594 name "sub:Biblio_environment"
5595
5596 \end_inset
5597
5598
5599 \end_layout
5600
5601 \begin_layout Standard
5602 The 
5603 \family sans
5604 Bibliography
5605 \family default
5606  environment is used to list references.
5607  Technically, you could use this environment anywhere, but you really should
5608  only use it at the end of the document.
5609  Nesting 
5610 \family sans
5611 Bibliography
5612 \family default
5613  in anything else or vice versa won't work.
5614 \end_layout
5615
5616 \begin_layout Standard
5617 When you first open a 
5618 \family sans
5619 Bibliography
5620 \family default
5621  environment, LyX add a large vertical space, followed by the heading 
5622 \begin_inset Quotes eld
5623 \end_inset
5624
5625 Bibliography
5626 \begin_inset Quotes erd
5627 \end_inset
5628
5629  or 
5630 \begin_inset Quotes eld
5631 \end_inset
5632
5633 References,
5634 \begin_inset Quotes erd
5635 \end_inset
5636
5637  depending on the document class.
5638  The heading is in a large boldface font.
5639  Each paragraph of the 
5640 \family sans
5641 Bibliography
5642 \family default
5643  environment is a bibliography entry.
5644  Thus, hitting 
5645 \family sans
5646 Return
5647 \family default
5648  does not reset the paragraph environment.
5649  Each new paragraph is still in the 
5650 \family sans
5651 Bibliography
5652 \family default
5653  environment.
5654 \end_layout
5655
5656 \begin_layout Standard
5657 For a detailed description of LyX's bibliography handling, have a look at
5658  in section\InsetSpace ~
5659
5660 \begin_inset CommandInset ref
5661 LatexCommand ref
5662 reference "sec:Bibliography"
5663
5664 \end_inset
5665
5666 .
5667 \end_layout
5668
5669 \begin_layout Subsection
5670 LyX
5671 \family sans
5672 -Code
5673 \begin_inset Index
5674 status collapsed
5675
5676 \begin_layout Standard
5677 Paragraph ! LyX code
5678 \end_layout
5679
5680 \end_inset
5681
5682
5683 \begin_inset CommandInset label
5684 LatexCommand label
5685 name "sub:LyX-Code"
5686
5687 \end_inset
5688
5689
5690 \end_layout
5691
5692 \begin_layout Standard
5693 The 
5694 \family sans
5695 LyX-Code
5696 \family default
5697  environment is another LyX extension.
5698  It type-sets text in a typewriter-style font.
5699  It also treats the 
5700 \family sans
5701 Space
5702 \family default
5703  key as a fixed whitespace;
5704 \begin_inset Foot
5705 status collapsed
5706
5707 \begin_layout Standard
5708 In the 
5709 \family sans
5710 LyX-Code
5711 \family default
5712  environment, the 
5713 \family sans
5714 Space
5715 \family default
5716  key is treated as a 
5717 \family sans
5718 Protected\InsetSpace ~
5719 Blank
5720 \family default
5721  instead of an end-of-word marker.
5722 \end_layout
5723
5724 \end_inset
5725
5726  this is the only case in which you can type multiple whitespaces in LyX.
5727  If you need to insert blank lines, you'll still need to use 
5728 \family sans
5729 C-Return
5730 \family default
5731  (the 
5732 \family typewriter
5733 break-line
5734 \family default
5735  function).
5736  
5737 \family sans
5738 Return
5739 \family default
5740  breaks paragraphs.
5741  Note, however, that 
5742 \family sans
5743 Return
5744 \family default
5745  does not reset the paragraph environment.
5746  So, when you finish using the 
5747 \family sans
5748 LyX-Code
5749 \family default
5750  environment, you'll need to change the paragraph environment yourself.
5751  Also, you can nest the 
5752 \family sans
5753 LyX-Code
5754 \family default
5755  environment inside of others.
5756 \end_layout
5757
5758 \begin_layout Standard
5759 There are a few quirks with this environment:
5760 \end_layout
5761
5762 \begin_layout Itemize
5763 You cannot use 
5764 \family sans
5765 C-Return
5766 \family default
5767  at the beginning of a new paragraph (i.e.
5768  you can't follow 
5769 \family sans
5770 Return
5771 \family default
5772  with a 
5773 \family sans
5774 C-Return
5775 \family default
5776 ).
5777 \end_layout
5778
5779 \begin_layout Itemize
5780 You can't follow a 
5781 \family sans
5782 C-Return
5783 \family default
5784  with a 
5785 \family sans
5786 Space
5787 \family default
5788 .
5789 \end_layout
5790
5791 \begin_deeper
5792 \begin_layout Itemize
5793 Use a 
5794 \family sans
5795 Return
5796 \family default
5797  to begin a new paragraph, then you can use a 
5798 \family sans
5799 Space
5800 \family default
5801 .
5802 \end_layout
5803
5804 \begin_layout Itemize
5805 Or: use 
5806 \family sans
5807 C-Space
5808 \family default
5809  instead.
5810 \end_layout
5811
5812 \end_deeper
5813 \begin_layout Itemize
5814 You can't have an empty paragraph or an empty line.
5815  You must put at least one 
5816 \family sans
5817 Space
5818 \family default
5819  in any line you want blank.
5820  Otherwise, LaTeX generates errors.
5821 \end_layout
5822
5823 \begin_layout Itemize
5824 You cannot get the typewriter double quotes by typing 
5825 \family sans
5826 "
5827 \family default
5828  since that will insert 
5829 \emph on
5830 real
5831 \emph default
5832  quotes.
5833  You get the typewriter double quotes with 
5834 \family sans
5835 C-"
5836 \family default
5837  (or 
5838 \family sans
5839 C-q
5840 \family default
5841  if you use Emacs-like key bindings).
5842 \end_layout
5843
5844 \begin_layout Standard
5845 Here's an example:
5846 \end_layout
5847
5848 \begin_layout LyX-Code
5849 #include <stdio.h>
5850 \end_layout
5851
5852 \begin_layout LyX-Code
5853  
5854 \end_layout
5855
5856 \begin_layout LyX-Code
5857 int main(void)
5858 \end_layout
5859
5860 \begin_layout LyX-Code
5861 {
5862 \end_layout
5863
5864 \begin_layout LyX-Code
5865     printf("Hello World!
5866 \backslash
5867 n");
5868 \end_layout
5869
5870 \begin_layout LyX-Code
5871     return 0;
5872 \end_layout
5873
5874 \begin_layout LyX-Code
5875 }
5876 \end_layout
5877
5878 \begin_layout Standard
5879 This is just the standard 
5880 \begin_inset Quotes eld
5881 \end_inset
5882
5883 Hello world!
5884 \begin_inset Quotes erd
5885 \end_inset
5886
5887  program.
5888  
5889 \end_layout
5890
5891 \begin_layout Standard
5892
5893 \family sans
5894 LyX-Code
5895 \family default
5896  has one purpose: to typeset code, such as program source, shell scripts,
5897  rc-files, and so on.
5898  Use it only in those very special cases where you need to generate text
5899  as if you used a typewriter.
5900 \begin_inset Index
5901 status collapsed
5902
5903 \begin_layout Standard
5904 Paragraph environments|)
5905 \end_layout
5906
5907 \end_inset
5908
5909
5910 \end_layout
5911
5912 \begin_layout Section
5913 Nesting Environments
5914 \begin_inset Index
5915 status collapsed
5916
5917 \begin_layout Standard
5918 Nesting ! Environments
5919 \end_layout
5920
5921 \end_inset
5922
5923
5924 \begin_inset CommandInset label
5925 LatexCommand label
5926 name "sec:Nesting"
5927
5928 \end_inset
5929
5930
5931 \end_layout
5932
5933 \begin_layout Subsection
5934 Introduction
5935 \end_layout
5936
5937 \begin_layout Standard
5938 LyX treats text as a unified block with a particular context and specific
5939  properties.
5940  This allows you to create blocks that inherits some of the properties of
5941  another block.
5942  For example you have three main points in an outline, but point #2 also
5943  has two subpoints.
5944  In other words, you have a list inside of another list, with the inner
5945  list 
5946 \begin_inset Quotes eld
5947 \end_inset
5948
5949 attached
5950 \begin_inset Quotes erd
5951 \end_inset
5952
5953  to item #2:
5954 \end_layout
5955
5956 \begin_layout Enumerate
5957 one
5958 \end_layout
5959
5960 \begin_layout Enumerate
5961 two
5962 \end_layout
5963
5964 \begin_deeper
5965 \begin_layout Enumerate
5966 sublist - item #1
5967 \end_layout
5968
5969 \begin_layout Enumerate
5970 sublist - item #2
5971 \end_layout
5972
5973 \end_deeper
5974 \begin_layout Enumerate
5975 three
5976 \end_layout
5977
5978 \begin_layout Standard
5979 You put a list inside of a list by nesting one list inside the other.
5980  Nesting an environment is quite simple: Select 
5981 \family sans
5982 Increase\InsetSpace ~
5983 List\InsetSpace ~
5984 Depth
5985 \family default
5986  or 
5987 \family sans
5988 Decrease\InsetSpace ~
5989 List\InsetSpace ~
5990 Depth
5991 \family default
5992  from the 
5993 \family sans
5994 Edit
5995 \family default
5996  menu to change the nesting depth of the current paragraph (the status bar
5997  will tell you how far you are nested).
5998  Instead of the menu, you can also use the toolbar buttons 
5999 \begin_inset Graphics
6000         filename ../images/depth-increment.png
6001         embed ""
6002
6003 \end_inset
6004
6005  and 
6006 \begin_inset Graphics
6007         filename ../images/depth-decrement.png
6008         embed ""
6009
6010 \end_inset
6011
6012  or the convenient key bindings 
6013 \family sans
6014 S-M-Right
6015 \family default
6016  and 
6017 \family sans
6018 S-M-Left
6019 \family default
6020  to change the nesting level.
6021  The change will work on the current selection if you have made one (allowing
6022  you to change the nesting of several paragraphs at once), or the current
6023  paragraph.
6024 \end_layout
6025
6026 \begin_layout Standard
6027 Note that LyX only changes the nesting depth if it can.
6028  If it's invalid to do so, nothing happens if you try to change the depth.
6029  Additionally, if you change the depth of one paragraph, it affects the
6030  depth of every paragraph nested inside of it.
6031 \end_layout
6032
6033 \begin_layout Standard
6034 Nesting isn't limited to lists.
6035  In LyX, you can nest just about anything inside anything else, as you're
6036  about to find out.
6037  This is the real power of nesting paragraph environments.
6038 \end_layout
6039
6040 \begin_layout Subsection
6041 What You Can and Can't Nest
6042 \end_layout
6043
6044 \begin_layout Standard
6045 Before we fire a list of paragraph environments at you, we need to tell
6046  you a little bit more about how nesting works.
6047 \end_layout
6048
6049 \begin_layout Standard
6050 The question if nesting a paragraph environment is possible, is a bit more
6051  complicated than a simple yes or no.
6052  There are three types of paragraph environments:
6053 \end_layout
6054
6055 \begin_layout Itemize
6056 Completely unnestable
6057 \end_layout
6058
6059 \begin_layout Itemize
6060 Fully nestable, you can nest them inside of things and you can also nest
6061  other things inside of them.
6062 \end_layout
6063
6064 \begin_layout Itemize
6065 A third type, you can nest them into other environments, but you can't nest
6066  anything into them.
6067 \end_layout
6068
6069 \begin_layout Standard
6070 Here's a list of the three types of nesting behavior, and which paragraph
6071  environments have them:
6072 \end_layout
6073
6074 \begin_layout Description
6075 Unnestable Can't nest them.
6076  Can't nest into them.
6077 \end_layout
6078
6079 \begin_deeper
6080 \begin_layout Itemize
6081
6082 \family sans
6083 Part
6084 \end_layout
6085
6086 \begin_layout Itemize
6087
6088 \family sans
6089 Chapter
6090 \end_layout
6091
6092 \begin_layout Itemize
6093
6094 \family sans
6095 Section
6096 \family default
6097  
6098 \end_layout
6099
6100 \begin_layout Itemize
6101
6102 \family sans
6103 Subsection
6104 \end_layout
6105
6106 \begin_layout Itemize
6107
6108 \family sans
6109 Subsubsection
6110 \end_layout
6111
6112 \begin_layout Itemize
6113
6114 \family sans
6115 Paragraph
6116 \family default
6117  
6118 \end_layout
6119
6120 \begin_layout Itemize
6121
6122 \family sans
6123 Subparagraph
6124 \end_layout
6125
6126 \begin_layout Itemize
6127
6128 \family sans
6129 Part*
6130 \end_layout
6131
6132 \begin_layout Itemize
6133
6134 \family sans
6135 Chapter*
6136 \end_layout
6137
6138 \begin_layout Itemize
6139
6140 \family sans
6141 Section*
6142 \end_layout
6143
6144 \begin_layout Itemize
6145
6146 \family sans
6147 Subsection*
6148 \end_layout
6149
6150 \begin_layout Itemize
6151
6152 \family sans
6153 Subsubsection*
6154 \end_layout
6155
6156 \begin_layout Itemize
6157
6158 \family sans
6159 Bibliography
6160 \end_layout
6161
6162 \begin_layout Itemize
6163
6164 \family sans
6165 Abstract
6166 \end_layout
6167
6168 \begin_layout Itemize
6169
6170 \family sans
6171 Title
6172 \end_layout
6173
6174 \begin_layout Itemize
6175
6176 \family sans
6177 Author
6178 \end_layout
6179
6180 \begin_layout Itemize
6181
6182 \family sans
6183 Date
6184 \end_layout
6185
6186 \end_deeper
6187 \begin_layout Description
6188 Fully\InsetSpace ~
6189 Nestable You can nest them.
6190  You can nest other things into them.
6191 \end_layout
6192
6193 \begin_deeper
6194 \begin_layout Itemize
6195
6196 \family sans
6197 Verse
6198 \end_layout
6199
6200 \begin_layout Itemize
6201
6202 \family sans
6203 Quote
6204 \end_layout
6205
6206 \begin_layout Itemize
6207
6208 \family sans
6209 Quotation
6210 \end_layout
6211
6212 \begin_layout Itemize
6213
6214 \family sans
6215 Itemize
6216 \end_layout
6217
6218 \begin_layout Itemize
6219
6220 \family sans
6221 Enumerate
6222 \end_layout
6223
6224 \begin_layout Itemize
6225
6226 \family sans
6227 Description
6228 \end_layout
6229
6230 \begin_layout Itemize
6231
6232 \family sans
6233 List
6234 \end_layout
6235
6236 \begin_layout Itemize
6237
6238 \family sans
6239 LyX-Code
6240 \end_layout
6241
6242 \end_deeper
6243 \begin_layout Description
6244 Nestable-Inside You can nest them inside of other things.
6245  You can't nest anything into them.
6246 \end_layout
6247
6248 \begin_deeper
6249 \begin_layout Itemize
6250
6251 \family sans
6252 Standard
6253 \end_layout
6254
6255 \begin_layout Itemize
6256
6257 \family sans
6258 Right\InsetSpace ~
6259 Address
6260 \end_layout
6261
6262 \begin_layout Itemize
6263
6264 \family sans
6265 Address
6266 \end_layout
6267
6268 \end_deeper
6269 \begin_layout Standard
6270 The 
6271 \family sans
6272 Caption
6273 \family default
6274  environment doesn't really fit anywhere, since it's only used inside of
6275  
6276 \family sans
6277 Table\InsetSpace ~
6278 Floats
6279 \family default
6280  and 
6281 \family sans
6282 Figure\InsetSpace ~
6283 Floats
6284 \family default
6285 .
6286 \end_layout
6287
6288 \begin_layout Subsection
6289 Nesting Other Things: Tables, Math, Floats, etc.
6290 \begin_inset Index
6291 status collapsed
6292
6293 \begin_layout Standard
6294 Nesting ! Tables etc.
6295 \end_layout
6296
6297 \end_inset
6298
6299
6300 \begin_inset CommandInset label
6301 LatexCommand label
6302 name "sec:table-and-fig-nesting"
6303
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \begin_layout Standard
6310 There are several things that aren't paragraph environments, but which are
6311  affected by nesting anyhow.
6312  They are:
6313 \end_layout
6314
6315 \begin_layout Itemize
6316 equations
6317 \end_layout
6318
6319 \begin_layout Itemize
6320 tables
6321 \end_layout
6322
6323 \begin_layout Itemize
6324 figures
6325 \end_layout
6326
6327 \begin_layout Standard
6328 (
6329 \begin_inset Note Greyedout
6330 status open
6331
6332 \begin_layout Standard
6333
6334 \series bold
6335 Note:
6336 \series default
6337  If you put a figure or a table in a 
6338 \family sans
6339 Float
6340 \family default
6341 , this is no longer true.
6342 \end_layout
6343
6344 \end_inset
6345
6346  Have a look at section\InsetSpace ~
6347
6348 \begin_inset CommandInset ref
6349 LatexCommand ref
6350 reference "sec:Floats"
6351
6352 \end_inset
6353
6354  for more informations about 
6355 \family sans
6356 Floats
6357 \family default
6358 .)
6359 \end_layout
6360
6361 \begin_layout Standard
6362 LyX can treat these three objects as either a word or as a paragraph.
6363  If a figure, table, or an equation is inline, it goes wherever the paragraph
6364  it is in goes.
6365 \end_layout
6366
6367 \begin_layout Standard
6368 On the other hand, if you have an equation, figure or table in a 
6369 \begin_inset Quotes eld
6370 \end_inset
6371
6372 paragraph
6373 \begin_inset Quotes erd
6374 \end_inset
6375
6376  of its own, it behaves just like a 
6377 \begin_inset Quotes eld
6378 \end_inset
6379
6380 nestable-inside
6381 \begin_inset Quotes erd
6382 \end_inset
6383
6384  paragraph environment.
6385  You can nest it into any environment, but you obviously can't nest anything
6386  into it.
6387 \end_layout
6388
6389 \begin_layout Standard
6390 Here's an example with a table:
6391 \end_layout
6392
6393 \begin_layout Enumerate
6394 Item One
6395 \end_layout
6396
6397 \begin_deeper
6398 \begin_layout Enumerate
6399 This is (a) and it's nested.
6400 \end_layout
6401
6402 \begin_deeper
6403 \begin_layout Standard
6404 \begin_inset VSpace 0.3cm
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \begin_layout Standard
6411 \align center
6412 \begin_inset Tabular
6413 <lyxtabular version="3" rows="2" columns="2">
6414 <features>
6415 <column alignment="center" valignment="top" leftline="true" width="0pt">
6416 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6417 <row topline="true">
6418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Standard
6422
6423 \family roman
6424 \series medium
6425 \shape up
6426 \size normal
6427 \emph off
6428 \bar no
6429 \noun off
6430 \color none
6431 a
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Standard
6440
6441 \family roman
6442 \series medium
6443 \shape up
6444 \size normal
6445 \emph off
6446 \bar no
6447 \noun off
6448 \color none
6449 b
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 </row>
6455 <row topline="true" bottomline="true">
6456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Standard
6460
6461 \family roman
6462 \series medium
6463 \shape up
6464 \size normal
6465 \emph off
6466 \bar no
6467 \noun off
6468 \color none
6469 c
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Standard
6478
6479 \family roman
6480 \series medium
6481 \shape up
6482 \size normal
6483 \emph off
6484 \bar no
6485 \noun off
6486 \color none
6487 d
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 </row>
6493 </lyxtabular>
6494
6495 \end_inset
6496
6497
6498 \end_layout
6499
6500 \begin_layout Standard
6501 \begin_inset VSpace 0.3cm
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \end_deeper
6508 \begin_layout Enumerate
6509 This is (b).
6510  The table is actually nested inside (a).
6511 \end_layout
6512
6513 \end_deeper
6514 \begin_layout Enumerate
6515 Back out again.
6516 \end_layout
6517
6518 \begin_layout Standard
6519 If we hadn't nested the table at all, the list would look like this:
6520 \end_layout
6521
6522 \begin_layout Enumerate
6523 Item One
6524 \end_layout
6525
6526 \begin_deeper
6527 \begin_layout Enumerate
6528 This is (a) and it's nested.
6529 \end_layout
6530
6531 \end_deeper
6532 \begin_layout Standard
6533 \begin_inset VSpace 0.3cm
6534 \end_inset
6535
6536
6537 \end_layout
6538
6539 \begin_layout Standard
6540 \align center
6541 \begin_inset Tabular
6542 <lyxtabular version="3" rows="2" columns="2">
6543 <features>
6544 <column alignment="center" valignment="top" leftline="true" width="0pt">
6545 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6546 <row topline="true">
6547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Standard
6551
6552 \family roman
6553 \series medium
6554 \shape up
6555 \size normal
6556 \emph off
6557 \bar no
6558 \noun off
6559 \color none
6560 a
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Standard
6569
6570 \family roman
6571 \series medium
6572 \shape up
6573 \size normal
6574 \emph off
6575 \bar no
6576 \noun off
6577 \color none
6578 b
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 </row>
6584 <row topline="true" bottomline="true">
6585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Standard
6589
6590 \family roman
6591 \series medium
6592 \shape up
6593 \size normal
6594 \emph off
6595 \bar no
6596 \noun off
6597 \color none
6598 c
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Standard
6607
6608 \family roman
6609 \series medium
6610 \shape up
6611 \size normal
6612 \emph off
6613 \bar no
6614 \noun off
6615 \color none
6616 d
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 </row>
6622 </lyxtabular>
6623
6624 \end_inset
6625
6626
6627 \end_layout
6628
6629 \begin_layout Standard
6630 \begin_inset VSpace 0.3cm
6631 \end_inset
6632
6633
6634 \end_layout
6635
6636 \begin_layout Enumerate
6637 This is (b).
6638  The table is 
6639 \emph on
6640 not
6641 \emph default
6642  nested inside (a).
6643  In fact, it's not nested at all.
6644 \end_layout
6645
6646 \begin_layout Enumerate
6647 Back out again.
6648 \end_layout
6649
6650 \begin_layout Standard
6651 Notice how item (b) is not only no longer nested, but is also the first
6652  item of a new list!
6653 \end_layout
6654
6655 \begin_layout Standard
6656 There's another trap you can fall into: Nesting the table, but not going
6657  deep enough.
6658  LyX then turns anything after the table into a new sublist.
6659 \end_layout
6660
6661 \begin_layout Enumerate
6662 Item One
6663 \end_layout
6664
6665 \begin_deeper
6666 \begin_layout Enumerate
6667 This is (a) and it's nested.
6668 \end_layout
6669
6670 \begin_layout Standard
6671 \begin_inset VSpace 0.3cm
6672 \end_inset
6673
6674
6675 \end_layout
6676
6677 \begin_layout Standard
6678 \align center
6679 \begin_inset Tabular
6680 <lyxtabular version="3" rows="2" columns="2">
6681 <features>
6682 <column alignment="center" valignment="top" leftline="true" width="0pt">
6683 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6684 <row topline="true">
6685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Standard
6689
6690 \family roman
6691 \series medium
6692 \shape up
6693 \size normal
6694 \emph off
6695 \bar no
6696 \noun off
6697 \color none
6698 a
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Standard
6707
6708 \family roman
6709 \series medium
6710 \shape up
6711 \size normal
6712 \emph off
6713 \bar no
6714 \noun off
6715 \color none
6716 b
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 </row>
6722 <row topline="true" bottomline="true">
6723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Standard
6727
6728 \family roman
6729 \series medium
6730 \shape up
6731 \size normal
6732 \emph off
6733 \bar no
6734 \noun off
6735 \color none
6736 c
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Standard
6745
6746 \family roman
6747 \series medium
6748 \shape up
6749 \size normal
6750 \emph off
6751 \bar no
6752 \noun off
6753 \color none
6754 d
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 </row>
6760 </lyxtabular>
6761
6762 \end_inset
6763
6764
6765 \end_layout
6766
6767 \begin_layout Standard
6768 \begin_inset VSpace 0.3cm
6769 \end_inset
6770
6771
6772 \end_layout
6773
6774 \begin_layout Enumerate
6775 This is (b).
6776  The table is actually nested inside Item One, but 
6777 \emph on
6778 not
6779 \emph default
6780  inside (a).
6781 \end_layout
6782
6783 \end_deeper
6784 \begin_layout Enumerate
6785 Back out again.
6786 \end_layout
6787
6788 \begin_layout Standard
6789 As you can see, item (b) turned into the first item of a new list, but a
6790  new list 
6791 \emph on
6792 inside
6793 \emph default
6794  item 1.
6795  The same thing would have happened to a figure or an equation.
6796  So, if you nest tables, figures or equations, make sure you go to the right
6797  depth!
6798 \end_layout
6799
6800 \begin_layout Subsection
6801 Usage and General Features
6802 \begin_inset CommandInset label
6803 LatexCommand label
6804 name "sub:Nesting-Usage"
6805
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \begin_layout Standard
6812 Speaking of levels, LyX can perform up to a six-fold nesting.
6813  In other words, 
6814 \begin_inset Quotes eld
6815 \end_inset
6816
6817 level #6
6818 \begin_inset Quotes erd
6819 \end_inset
6820
6821  is the innermost possible depth.
6822  Here's an example to display what we mean:
6823 \end_layout
6824
6825 \begin_layout Enumerate
6826 level #1 - outermost
6827 \end_layout
6828
6829 \begin_deeper
6830 \begin_layout Enumerate
6831 level #2
6832 \end_layout
6833
6834 \begin_deeper
6835 \begin_layout Enumerate
6836 level #3
6837 \end_layout
6838
6839 \begin_deeper
6840 \begin_layout Enumerate
6841 level #4
6842 \end_layout
6843
6844 \begin_deeper
6845 \begin_layout Itemize
6846 level #5
6847 \end_layout
6848
6849 \begin_deeper
6850 \begin_layout Itemize
6851 level #6
6852 \end_layout
6853
6854 \end_deeper
6855 \end_deeper
6856 \end_deeper
6857 \end_deeper
6858 \end_deeper
6859 \begin_layout Standard
6860 There are two exceptions to the six-fold nesting limit, and you can see
6861  both of them in the example.
6862  Unlike the other fully-nestable environments, you can only perform a four-fold
6863  nesting with the 
6864 \family sans
6865 Enumerate
6866 \family default
6867  and 
6868 \family sans
6869 Itemize
6870 \family default
6871  environments.
6872  For example, if we tried to nest another 
6873 \family sans
6874 Enumerate
6875 \family default
6876  list inside of item 
6877 \begin_inset Quotes eld
6878 \end_inset
6879
6880 A.
6881 \begin_inset Quotes erd
6882 \end_inset
6883
6884 , we'd get errors.
6885 \end_layout
6886
6887 \begin_layout Subsection
6888 Some Examples
6889 \begin_inset Index
6890 status collapsed
6891
6892 \begin_layout Standard
6893 Nesting ! Examples
6894 \end_layout
6895
6896 \end_inset
6897
6898
6899 \end_layout
6900
6901 \begin_layout Standard
6902 The best way to explain just what you can do with nesting is by illustration.
6903  We have several examples of nested environments.
6904  In them, we explain how we created the example, so that you can reproduce
6905  them.
6906 \end_layout
6907
6908 \begin_layout Subsubsection
6909 Example 1: The Six-fold Way and Mixed Nesting
6910 \end_layout
6911
6912 \begin_layout Labeling
6913 \labelwidthstring MMM
6914 #1-a This is the outermost level.
6915  It's a 
6916 \family sans
6917 List
6918 \family default
6919  environment.
6920 \end_layout
6921
6922 \begin_deeper
6923 \begin_layout Labeling
6924 \labelwidthstring MMM
6925 #2-a This is level #2.
6926  We created it by using 
6927 \family sans
6928 M-Return
6929 \family default
6930  followed by 
6931 \family sans
6932 S-M-Right
6933 \family default
6934 .
6935 \end_layout
6936
6937 \begin_deeper
6938 \begin_layout Labeling
6939 \labelwidthstring MMM
6940 #3-a This is level #3.
6941  This time, we just hit 
6942 \family sans
6943 Return
6944 \family default
6945 , then used 
6946 \family sans
6947 S-M-Right
6948 \family default
6949  twice in a row.
6950  We could have also created it the same way as we did the previous level,
6951  by hitting 
6952 \family sans
6953 M-Return
6954 \family default
6955  followed by 
6956 \family sans
6957 S-M-Right
6958 \family default
6959 .
6960 \end_layout
6961
6962 \begin_deeper
6963 \begin_layout Standard
6964 This is actually a 
6965 \family sans
6966 Standard
6967 \family default
6968  environment, nested inside of 
6969 \begin_inset Quotes eld
6970 \end_inset
6971
6972 #3-a
6973 \begin_inset Quotes erd
6974 \end_inset
6975
6976 .
6977  So, it's at level #4.
6978  We did this by hitting 
6979 \family sans
6980 M-Return
6981 \family default
6982 , then 
6983 \family sans
6984 S-M-Right
6985 \family default
6986 , then changing the paragraph environment to 
6987 \family sans
6988 Standard
6989 \family default
6990 .
6991  Do this to create list items with more than one paragraph - it also works
6992  for the 
6993 \family sans
6994 Description
6995 \family default
6996
6997 \family sans
6998 Enumerate
6999 \family default
7000 , and 
7001 \family sans
7002 Itemize
7003 \family default
7004  environments!
7005 \end_layout
7006
7007 \begin_layout Standard
7008 Here's another 
7009 \family sans
7010 Standard
7011 \family default
7012  paragraph, also at level #4, made with just a 
7013 \family sans
7014 M-Return
7015 \family default
7016 .
7017 \end_layout
7018
7019 \begin_layout Labeling
7020 \labelwidthstring MMM
7021 #4-a This is level #4.
7022  We hit 
7023 \family sans
7024 M-Return
7025 \family default
7026  and changed the paragraph environment back to 
7027 \family sans
7028 List
7029 \family default
7030 .
7031  Remember - we can't nest anything inside of a 
7032 \family sans
7033 Standard
7034 \family default
7035  environment, which is why we're still at level #4.
7036  However, we 
7037 \emph on
7038 can
7039 \emph default
7040  keep nesting things inside of 
7041 \begin_inset Quotes eld
7042 \end_inset
7043
7044 #3-a
7045 \begin_inset Quotes erd
7046 \end_inset
7047
7048 .
7049 \end_layout
7050
7051 \begin_deeper
7052 \begin_layout Labeling
7053 \labelwidthstring MMM
7054 #5-a This is level #5\SpecialChar \ldots{}
7055
7056 \end_layout
7057
7058 \begin_deeper
7059 \begin_layout Labeling
7060 \labelwidthstring MMM
7061 #6-a \SpecialChar \ldots{}
7062 and this is level #6.
7063  By now, you should know how we made these two.
7064 \end_layout
7065
7066 \end_deeper
7067 \begin_layout Labeling
7068 \labelwidthstring MMM
7069 #5-b Back to level #5.
7070  Just hit 
7071 \family sans
7072 M-Return
7073 \family default
7074  followed by a 
7075 \family sans
7076 S-M-Left
7077 \family default
7078 .
7079 \end_layout
7080
7081 \end_deeper
7082 \begin_layout Labeling
7083 \labelwidthstring MMM
7084 #4-b After another 
7085 \family sans
7086 M-Return
7087 \family default
7088  followed by a 
7089 \family sans
7090 S-M-Left
7091 \family default
7092 , we're back at level #4.
7093 \end_layout
7094
7095 \end_deeper
7096 \begin_layout Labeling
7097 \labelwidthstring MMM
7098 #3-b Back to level #3.
7099  By now it should be obvious how we did this.
7100 \end_layout
7101
7102 \end_deeper
7103 \begin_layout Labeling
7104 \labelwidthstring MMM
7105 #2-b Back to level #2.
7106  
7107 \end_layout
7108
7109 \end_deeper
7110 \begin_layout Labeling
7111 \labelwidthstring MMM
7112 #1-b And last, back to the outermost level, #1.
7113  After this sentence, we'll hit 
7114 \family sans
7115 Return
7116 \family default
7117  and change the paragraph environment back to 
7118 \family sans
7119 Standard
7120 \family default
7121  to end the list.
7122 \end_layout
7123
7124 \begin_layout Standard
7125 We could have also used the 
7126 \family sans
7127 Description
7128 \family default
7129
7130 \family sans
7131 Quote
7132 \family default
7133
7134 \family sans
7135 Quotation
7136 \family default
7137 , or even the 
7138 \family sans
7139 Verse
7140 \family default
7141  environment in place of the 
7142 \family sans
7143 List
7144 \family default
7145  environment.
7146  The example would have worked exactly the same.
7147 \end_layout
7148
7149 \begin_layout Subsubsection
7150 Example 2: Inheritance
7151 \end_layout
7152
7153 \begin_layout LyX-Code
7154 This is the LyX-Code environment, at level #1, the outermost
7155 \end_layout
7156
7157 \begin_layout LyX-Code
7158 level.
7159   Now we'll hit 
7160 \family sans
7161 Return
7162 \family default
7163 , then 
7164 \family sans
7165 S-M-Right
7166 \family default
7167 , after which, we'll change to the 
7168 \family sans
7169 Enumerate
7170 \family default
7171  environment.
7172 \end_layout
7173
7174 \begin_deeper
7175 \begin_layout Enumerate
7176 This is the 
7177 \family sans
7178 Enumerate
7179 \family default
7180  environment, at level #2.
7181 \end_layout
7182
7183 \begin_layout Enumerate
7184 Notice how the nested 
7185 \family sans
7186 Enumerate
7187 \family default
7188  not only inherits its margins from its parent environment (
7189 \family sans
7190 LyX-Code
7191 \family default
7192 ), but also inherits its font and spacing!
7193 \end_layout
7194
7195 \end_deeper
7196 \begin_layout Standard
7197 We ended this example by hitting 
7198 \family sans
7199 Return
7200 \family default
7201 .
7202  After that, we needed to reset the paragraph environment to 
7203 \family sans
7204 Standard
7205 \family default
7206  and resetting the nesting depth by using 
7207 \family sans
7208 S-M-Left
7209 \family default
7210  once.
7211 \end_layout
7212
7213 \begin_layout Subsubsection
7214 Example 3: Labels, Levels, and the 
7215 \family sans
7216 Enumerate
7217 \family default
7218  and 
7219 \family sans
7220 Itemize
7221 \family default
7222  Environments
7223 \begin_inset OptArg
7224 status collapsed
7225
7226 \begin_layout Standard
7227 Example #3: Labels, Levels and other list environments
7228 \end_layout
7229
7230 \end_inset
7231
7232
7233 \end_layout
7234
7235 \begin_layout Enumerate
7236 This is level #1, in an 
7237 \family sans
7238 Enumerate
7239 \family default
7240  paragraph environment.
7241  We're actually going to nest a bunch of these.
7242 \end_layout
7243
7244 \begin_deeper
7245 \begin_layout Enumerate
7246 This is level #2.
7247  We used 
7248 \family sans
7249 M-Return
7250 \family default
7251  followed by 
7252 \family sans
7253 S-M-Right
7254 \family default
7255 .
7256  Now, what happens if we nest an 
7257 \family sans
7258 Itemize
7259 \family default
7260  environment inside of this one? It will be at level #3, but what will its
7261  label be? An asterisk?
7262 \end_layout
7263
7264 \begin_deeper
7265 \begin_layout Itemize
7266 No! It's a bullet.
7267  This is the 
7268 \emph on
7269 first
7270 \emph default
7271  
7272 \family sans
7273 Itemize
7274 \family default
7275  environment, even though it's at level #3.
7276  So, its label is a bullet.
7277  (We got here by using 
7278 \family sans
7279 M-Return
7280 \family default
7281 , then 
7282 \family sans
7283 S-M-Right
7284 \family default
7285 , then changing the environment to 
7286 \family sans
7287 Itemize
7288 \family default
7289 .)
7290 \end_layout
7291
7292 \begin_deeper
7293 \begin_layout Itemize
7294 Here's level #4, produced using 
7295 \family sans
7296 M-Return
7297 \family default
7298 , then 
7299 \family sans
7300 S-M-Right
7301 \family default
7302 .
7303  We'll do that again\SpecialChar \ldots{}
7304
7305 \end_layout
7306
7307 \begin_deeper
7308 \begin_layout Enumerate
7309 \SpecialChar \ldots{}
7310 to get to level #5.
7311  This time, however, we also changed the paragraph environment back to 
7312 \family sans
7313 Enumerate
7314 \family default
7315 .
7316  Notice the type of numbering, it is 
7317 \emph on
7318 lowercase Roman
7319 \emph default
7320 , because we are in the 
7321 \emph on
7322 thirdfold
7323 \emph default
7324  
7325 \family sans
7326 Enumerate
7327 \family default
7328  environment (i.e.
7329  it is an 
7330 \family sans
7331 Enumerate
7332 \family default
7333  inside an 
7334 \family sans
7335 Enumerate
7336 \family default
7337  inside an 
7338 \family sans
7339 Enumerate
7340 \family default
7341 ).
7342 \end_layout
7343
7344 \begin_layout Enumerate
7345 What happens if we 
7346 \emph on
7347 don't
7348 \emph default
7349  change the paragraph environment, but decrease the nesting depth? What
7350  type of numbering does LyX use?
7351 \end_layout
7352
7353 \begin_layout Enumerate
7354 Oh, as if you couldn't guess by now, we're just using 
7355 \family sans
7356 M-Return
7357 \family default
7358  to keep the current environment and depth but create a new item.
7359 \end_layout
7360
7361 \begin_layout Enumerate
7362 Let's use 
7363 \family sans
7364 S-M-Left
7365 \family default
7366  to decrease the depth after the next 
7367 \family sans
7368 M-Return
7369 \family default
7370 .
7371 \end_layout
7372
7373 \end_deeper
7374 \begin_layout Enumerate
7375 This is level #4.
7376  Look what type of label LyX is using!
7377 \end_layout
7378
7379 \end_deeper
7380 \begin_layout Enumerate
7381 This is level #3.
7382  Even though we've changed levels, LyX is still using a lowercase Roman
7383  numeral as the label.Why?
7384 \end_layout
7385
7386 \begin_layout Enumerate
7387 Because, even though the nesting depth has changed, the paragraph is 
7388 \emph on
7389 still
7390 \emph default
7391  a thirdfold 
7392 \family sans
7393 Enumerate
7394 \family default
7395  environment.
7396  Notice, however, that LyX 
7397 \emph on
7398 did
7399 \emph default
7400  reset the counter for the label.
7401 \end_layout
7402
7403 \end_deeper
7404 \begin_layout Enumerate
7405 Another 
7406 \family sans
7407 M-Return
7408 \family default
7409  
7410 \family sans
7411 S-M-Left
7412 \family default
7413  sequence, and we're back to level #2.
7414  This time, we not only changed the nesting depth, but we also moved back
7415  into the twofold-nested 
7416 \family sans
7417 Enumerate
7418 \family default
7419  environment.
7420 \end_layout
7421
7422 \end_deeper
7423 \begin_layout Enumerate
7424 The same thing happens if we do another 
7425 \family sans
7426 M-Return
7427 \family default
7428  
7429 \family sans
7430 S-M-Left
7431 \family default
7432  sequence and return to level #1, the outermost level.
7433 \end_layout
7434
7435 \begin_layout Standard
7436 Lastly, we reset the environment to 
7437 \family sans
7438 Standard
7439 \family default
7440 .
7441  As you can see, the level number doesn't correspond to what type of labeling
7442  LyX uses for the 
7443 \family sans
7444 Enumerate
7445 \family default
7446  and 
7447 \family sans
7448 Itemize
7449 \family default
7450  environments.
7451  The number of other 
7452 \family sans
7453 Enumerate
7454 \family default
7455  environments surrounding it determines what kind of label LyX uses for
7456  an 
7457 \family sans
7458 Enumerate
7459 \family default
7460  item.
7461  The same rule applies for the 
7462 \family sans
7463 Itemize
7464 \family default
7465  environment, as well.
7466 \end_layout
7467
7468 \begin_layout Subsubsection
7469 Example 4: Going Bonkers
7470 \end_layout
7471
7472 \begin_layout Enumerate
7473 We're going to go totally nuts now.
7474  We won't nest as deep as in the other examples, nor will we go into the
7475  same detail with how we did it.
7476  (level #1: 
7477 \family sans
7478 Enumerate
7479 \family default
7480 )
7481 \end_layout
7482
7483 \begin_deeper
7484 \begin_layout Standard
7485 (
7486 \family sans
7487 Return, S-M-Right, Standard
7488 \family default
7489 : level #2) We'll stick an encapsulated description of how we created the
7490  example in parentheses someplace.
7491  For example, the two keybindings are how we changed the depth.
7492  The environment name is the name of the current environment.
7493  Either before or after this, we'll put in the level.
7494 \end_layout
7495
7496 \end_deeper
7497 \begin_layout Enumerate
7498 (
7499 \family sans
7500 Return, Enumerate
7501 \family default
7502 : level #1) This is the next item in the list.
7503 \end_layout
7504
7505 \begin_deeper
7506 \begin_layout Verse
7507 Now we'll add verse.
7508 \newline
7509 It will get much worse.
7510 \newline
7511 (
7512 \family sans
7513 Return, S-M-Right, Verse
7514 \family default
7515 : level #2)
7516 \end_layout
7517
7518 \begin_layout Verse
7519 Fiddle dee, Fiddle doo.
7520 \newline
7521 Bippitey boppitey boo!
7522 \newline
7523 (
7524 \family sans
7525 M-Return)
7526 \end_layout
7527
7528 \begin_layout Verse
7529 Here comes a table:
7530 \end_layout
7531
7532 \begin_deeper
7533 \begin_layout Standard
7534 \begin_inset VSpace 0.3cm
7535 \end_inset
7536
7537
7538 \end_layout
7539
7540 \begin_layout Standard
7541 \align center
7542 \begin_inset Tabular
7543 <lyxtabular version="3" rows="2" columns="2">
7544 <features>
7545 <column alignment="center" valignment="top" width="0pt">
7546 <column alignment="center" valignment="top" leftline="true" width="0pt">
7547 <row>
7548 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Standard
7552
7553 \family roman
7554 \series medium
7555 \shape up
7556 \size normal
7557 \emph off
7558 \bar no
7559 \noun off
7560 \color none
7561 one-fish
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Standard
7570
7571 \family roman
7572 \series medium
7573 \shape up
7574 \size normal
7575 \emph off
7576 \bar no
7577 \noun off
7578 \color none
7579 two-fish
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 <row topline="true">
7586 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Standard
7590
7591 \family roman
7592 \series medium
7593 \shape up
7594 \size normal
7595 \emph off
7596 \bar no
7597 \noun off
7598 \color none
7599 red-fish
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Standard
7608
7609 \family roman
7610 \series medium
7611 \shape up
7612 \size normal
7613 \emph off
7614 \bar no
7615 \noun off
7616 \color none
7617 blue-fish
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 </row>
7623 </lyxtabular>
7624
7625 \end_inset
7626
7627
7628 \end_layout
7629
7630 \end_deeper
7631 \begin_layout Verse
7632 (
7633 \family sans
7634 M-Return, Table, S-M-Right
7635 \family default
7636  3 times, 
7637 \family sans
7638 M-Return, Verse, S-M-Left
7639 \family default
7640 )
7641 \end_layout
7642
7643 \end_deeper
7644 \begin_layout Enumerate
7645 (
7646 \family sans
7647 Return, Enumerate
7648 \family default
7649 : level #1) This is another item.
7650  Note that selecting a 
7651 \family sans
7652 Table
7653 \family default
7654  resets the nesting depth to level #1, so we increased the nesting depth
7655  3 times to put the table inside the 
7656 \family sans
7657 Verse
7658 \family default
7659  environment.
7660  
7661 \end_layout
7662
7663 \begin_layout Quotation
7664 We're now ending the 
7665 \family sans
7666 Enumerate
7667 \family default
7668  list and changing to 
7669 \family sans
7670 Quotation
7671 \family default
7672 .
7673  We're still at level #1.
7674  We want to show you some of the things you can do by mixing environments.
7675  The next set of paragraphs is a 
7676 \begin_inset Quotes eld
7677 \end_inset
7678
7679 quoted letter.
7680 \begin_inset Quotes erd
7681 \end_inset
7682
7683  We'll nest both the 
7684 \family sans
7685 Address
7686 \family default
7687  and 
7688 \family sans
7689 Right\InsetSpace ~
7690 Address
7691 \family default
7692  environments inside of this one, then use another nested 
7693 \family sans
7694 Quotation
7695 \family default
7696  for the letter body.
7697  We'll use 
7698 \family sans
7699 M-Return
7700 \family default
7701  to preserve the depth.
7702  Remember that you need to use 
7703 \family sans
7704 C-Return
7705 \family default
7706  to create multiple lines inside the 
7707 \family sans
7708 Address
7709 \family default
7710  and 
7711 \family sans
7712 Right\InsetSpace ~
7713 Address
7714 \family default
7715  environments.
7716  Here it goes:
7717 \end_layout
7718
7719 \begin_deeper
7720 \begin_layout Right Address
7721 1234 Nowhere Rd.
7722 \newline
7723 Moosegroin, MT 00100
7724 \newline
7725 9-6-96
7726 \end_layout
7727
7728 \begin_layout Address
7729 Dear Mr.\InsetSpace ~
7730 Fizlewitz:
7731 \end_layout
7732
7733 \begin_layout Quotation
7734 We regret to inform you that we cannot fill your order for 50
7735 \begin_inset Formula $\,$
7736 \end_inset
7737
7738 L of compressed methane gas due to circumstances beyond our control.
7739  Unfortunately, several of our cows have mysteriously exploded, creating
7740  a backlog in our orders for methane.
7741  We will place your name on the waiting list and try to fill your order
7742  as soon as possible.
7743  In the meantime, we thank you for your patience.
7744 \end_layout
7745
7746 \begin_layout Quotation
7747 We do, however, now have a special on beef.
7748  If you are interested, please return the enclosed pricing and order form
7749  with your order, along with payment.
7750 \end_layout
7751
7752 \begin_layout Quotation
7753 We thank you again for your patience.
7754 \end_layout
7755
7756 \begin_layout Address
7757 Sincerely,
7758 \newline
7759 Bill Hick
7760 \end_layout
7761
7762 \end_deeper
7763 \begin_layout Quotation
7764 That ends that example!
7765 \end_layout
7766
7767 \begin_layout Standard
7768 As you can see, nesting environments in LyX gives you a lot of power with
7769  just a few keystrokes.
7770  We could have easily nested an 
7771 \family sans
7772 Itemize
7773 \family default
7774  list inside of a 
7775 \family sans
7776 Quotation
7777 \family default
7778  or 
7779 \family sans
7780 Quote
7781 \family default
7782 , or put a 
7783 \family sans
7784 Quote
7785 \family default
7786  inside of an 
7787 \family sans
7788 Itemize
7789 \family default
7790  list.
7791  You have a huge variety of options at your disposal.
7792 \end_layout
7793
7794 \begin_layout Section
7795 Spacing, pagination and line breaks
7796 \end_layout
7797
7798 \begin_layout Subsection
7799 Horizontal Space
7800 \begin_inset CommandInset label
7801 LatexCommand label
7802 name "sub:Horizontal-Space"
7803
7804 \end_inset
7805
7806
7807 \end_layout
7808
7809 \begin_layout Subsubsection
7810
7811 \family sans
7812 Horizontal Fills
7813 \end_layout
7814
7815 \begin_layout Standard
7816 Horizontal Fills (HFills) are a special LyX feature for adding extra space
7817  in a uniform fashion.
7818  An HFill is actually a variable length space, whose length always equals
7819  the remaining space between the left and right margins.
7820  If there is more than one HFill on a line, they divide the available space
7821  equally between themselves.
7822  
7823 \end_layout
7824
7825 \begin_layout Standard
7826 HFill
7827 \family roman
7828 s
7829 \family default
7830  can be inserted with 
7831 \family sans
7832 Insert\SpecialChar \menuseparator
7833 Formatting\InsetSpace ~
7834 Character\SpecialChar \menuseparator
7835 Horizontal Fill
7836 \family default
7837 .
7838  Here a few examples what you can do with them:
7839 \end_layout
7840
7841 \begin_layout Quote
7842 \noindent
7843 This is on the left side 
7844 \hfill
7845 This is on the right
7846 \end_layout
7847
7848 \begin_layout Quote
7849 \noindent
7850 Left
7851 \hfill
7852 Middle
7853 \hfill
7854 Right
7855 \end_layout
7856
7857 \begin_layout Quote
7858 \noindent
7859 Left
7860 \hfill
7861 1/3 Left
7862 \hfill
7863
7864 \hfill
7865 Right
7866 \end_layout
7867
7868 \begin_layout Standard
7869 That was an example in the 
7870 \family sans
7871 Quote
7872 \family default
7873  environment.
7874  Here
7875 \begin_inset Formula $\to$
7876 \end_inset
7877
7878
7879 \hfill
7880
7881 \begin_inset Formula $\gets$
7882 \end_inset
7883
7884 is one in a standard paragraph.
7885  It may or may not be apparent in the printed text, but it 
7886 \emph on
7887 is
7888 \emph default
7889  sitting in-between the two arrows.
7890 \end_layout
7891
7892 \begin_layout Standard
7893 There may be more than one set of margins on a line.
7894  Here's an example with the 
7895 \family sans
7896 List
7897 \family default
7898  environment.
7899 \end_layout
7900
7901 \begin_layout Labeling
7902 \labelwidthstring 00.00.0000
7903 one
7904 \hfill
7905 two :three
7906 \hfill
7907 four
7908 \hfill
7909 five
7910 \hfill
7911 six
7912 \end_layout
7913
7914 \begin_layout Standard
7915 The 
7916 \begin_inset Quotes eld
7917 \end_inset
7918
7919 :
7920 \begin_inset Quotes erd
7921 \end_inset
7922
7923  marks the beginning of the item.
7924  (There is actually a 
7925 \begin_inset Quotes eld
7926 \end_inset
7927
7928 hidden
7929 \begin_inset Quotes erd
7930 \end_inset
7931
7932  HFill inside of the label of the 
7933 \family sans
7934 List
7935 \family default
7936  environment; it's put at the end of the label automatically.) HFills work
7937  similarly in other 
7938 \begin_inset Quotes eld
7939 \end_inset
7940
7941 multi-margin
7942 \begin_inset Quotes erd
7943 \end_inset
7944
7945  situations, like two-column mode.
7946 \end_layout
7947
7948 \begin_layout Standard
7949 \begin_inset Note Greyedout
7950 status open
7951
7952 \begin_layout Standard
7953
7954 \series bold
7955 Note:
7956 \series default
7957  If an HFill is at the beginning of a line, and 
7958 \emph on
7959 not
7960 \emph default
7961  in the first line in a paragraph, LyX ignores it.
7962  This prevents HFills from accidentally being wrapped onto a new line.
7963  If you need space in this case anyway, you have to use the LaTeX-command
7964  
7965 \series bold
7966
7967 \backslash
7968 hspace*{
7969 \backslash
7970 fill}
7971 \series default
7972  in ERT.
7973  (ERT is explained in section\InsetSpace ~
7974
7975 \begin_inset CommandInset ref
7976 LatexCommand ref
7977 reference "sec:ERT"
7978
7979 \end_inset
7980
7981 .)
7982 \end_layout
7983
7984 \end_inset
7985
7986
7987 \end_layout
7988
7989 \begin_layout Subsubsection
7990 Other space variants
7991 \begin_inset CommandInset label
7992 LatexCommand label
7993 name "sub:Other-space-variants"
7994
7995 \end_inset
7996
7997
7998 \end_layout
7999
8000 \begin_layout Standard
8001 The following two sorts of spaces are not yet supported by LyX, so that
8002  you have to use ERT, see section\InsetSpace ~
8003
8004 \begin_inset CommandInset ref
8005 LatexCommand ref
8006 reference "sec:ERT"
8007
8008 \end_inset
8009
8010 .
8011  That they are not supported is a hint that you need them very seldom in
8012  LyX.
8013  So use them only if it is really necessary (remind the WYSIWYM concept).
8014 \end_layout
8015
8016 \begin_layout Paragraph
8017 Defined space
8018 \end_layout
8019
8020 \begin_layout Standard
8021 Sometimes one needs space with a defined length, e.g for forms and questionnaires.
8022  This can be inserted by using the LaTeX-command 
8023 \series bold
8024
8025 \backslash
8026 hspace
8027 \series default
8028  in 
8029 \family sans
8030 ERT
8031 \family default
8032 .
8033  For example the command 
8034 \series bold
8035
8036 \backslash
8037 hspace{2cm}
8038 \series default
8039  produces 2
8040 \begin_inset Formula $\,$
8041 \end_inset
8042
8043 cm space within the following line:
8044 \end_layout
8045
8046 \begin_layout Standard
8047 This is a line with
8048 \begin_inset Formula $\to$
8049 \end_inset
8050
8051
8052 \begin_inset ERT
8053 status collapsed
8054
8055 \begin_layout Standard
8056
8057
8058 \backslash
8059 hspace{2cm}
8060 \end_layout
8061
8062 \end_inset
8063
8064
8065 \begin_inset Formula $\gets$
8066 \end_inset
8067
8068  2
8069 \begin_inset Formula $\,$
8070 \end_inset
8071
8072 cm space between the arrows.
8073 \end_layout
8074
8075 \begin_layout Standard
8076 You can use all length units listed in Appendix\InsetSpace ~
8077
8078 \begin_inset CommandInset ref
8079 LatexCommand ref
8080 reference "cha:Units-available-in"
8081
8082 \end_inset
8083
8084 .
8085 \end_layout
8086
8087 \begin_layout Paragraph
8088 Phantom space
8089 \end_layout
8090
8091 \begin_layout Standard
8092 Sometimes you want to insert space with exactly the length of a phrase.
8093  E.g.
8094  you want to create the following multiple choice question:
8095 \end_layout
8096
8097 \begin_layout Standard
8098 \begin_inset VSpace medskip
8099 \end_inset
8100
8101 What is correct English?:
8102 \newline
8103
8104 \newline
8105 Mr.\InsetSpace ~
8106 Edge would have been jumps the gun.
8107 \newline
8108
8109 \begin_inset ERT
8110 status collapsed
8111
8112 \begin_layout Standard
8113
8114
8115 \backslash
8116 phantom{Mr.
8117  Edge }
8118 \end_layout
8119
8120 \end_inset
8121
8122 has to be jumped
8123 \newline
8124
8125 \begin_inset ERT
8126 status collapsed
8127
8128 \begin_layout Standard
8129
8130
8131 \backslash
8132 phantom{Mr.
8133  Edge }
8134 \end_layout
8135
8136 \end_inset
8137
8138 jumps
8139 \begin_inset VSpace medskip
8140 \end_inset
8141
8142
8143 \end_layout
8144
8145 \begin_layout Standard
8146 So that the choices appear exactly after the phrase 
8147 \begin_inset Quotes eld
8148 \end_inset
8149
8150 Mr.\InsetSpace ~
8151 Edge\InsetSpace ~
8152
8153 \begin_inset Quotes erd
8154 \end_inset
8155
8156 .
8157  To get this, you can use the LaTeX-command 
8158 \series bold
8159
8160 \backslash
8161 phantom
8162 \series default
8163  in ERT.
8164  In our case write the command 
8165 \series bold
8166
8167 \backslash
8168 phantom{Mr.
8169  Edge }
8170 \series default
8171  (note the space after 
8172 \begin_inset Quotes eld
8173 \end_inset
8174
8175 Edge
8176 \begin_inset Quotes erd
8177 \end_inset
8178
8179 ) at the beginning of the last two lines.
8180  The command prints out the phrase within the the two braces, but invisible.
8181  That is why it is named 
8182 \begin_inset Quotes eld
8183 \end_inset
8184
8185 phantom
8186 \begin_inset Quotes erd
8187 \end_inset
8188
8189 .
8190 \begin_inset Foot
8191 status collapsed
8192
8193 \begin_layout Standard
8194 There exists also the commands 
8195 \backslash
8196
8197 \series bold
8198 hphantom
8199 \series default
8200  and 
8201 \backslash
8202
8203 \series bold
8204 vphantom
8205 \series default
8206 , but this too special for the LyX Userguide.
8207  If you are interested in knowing more about this, have a look at 
8208 \begin_inset CommandInset citation
8209 LatexCommand cite
8210 key "latexcompanion,latexguide"
8211
8212 \end_inset
8213
8214 .
8215 \end_layout
8216
8217 \end_inset
8218
8219
8220 \end_layout
8221
8222 \begin_layout Subsection
8223 Vertical Space
8224 \begin_inset CommandInset label
8225 LatexCommand label
8226 name "sub:Vertical-Space"
8227
8228 \end_inset
8229
8230
8231 \end_layout
8232
8233 \begin_layout Standard
8234 To add extra vertical space above or below a paragraph, use the 
8235 \family sans
8236 Insert\SpecialChar \menuseparator
8237 Formatting\SpecialChar \menuseparator
8238 Vertical\InsetSpace ~
8239 Space
8240 \family default
8241  dialog.
8242  There you find the following sizes:
8243 \end_layout
8244
8245 \begin_layout Standard
8246
8247 \family sans
8248 SmallSkip
8249 \family default
8250
8251 \family sans
8252 MedSkip
8253 \family default
8254  and 
8255 \family sans
8256 BigSkip
8257 \family default
8258  are LaTeX sizes which depends on the font size of the document.
8259  
8260 \family sans
8261 DefSkip
8262 \family default
8263  is the skip adjusted in the dialog 
8264 \family sans
8265 Document\SpecialChar \menuseparator
8266 Settings
8267 \begin_inset Index
8268 status collapsed
8269
8270 \begin_layout Standard
8271 Document ! Settings
8272 \end_layout
8273
8274 \end_inset
8275
8276
8277 \family default
8278  for the paragraph separation.
8279  If you use indentation to separate paragraphs 
8280 \family sans
8281 DefSkip
8282 \family default
8283  is equal to 
8284 \family sans
8285 MedSkip
8286 \family default
8287 .
8288 \end_layout
8289
8290 \begin_layout Standard
8291
8292 \family sans
8293 VFill
8294 \family default
8295  is a variable space, set so that the space is maximal within one page.
8296  An example: You have only two short paragraphs on one page with a vfill
8297  between them.
8298  Then the first paragraph is placed at the top of the page and the second
8299  one at the bottom, because the space between them is then maximal.
8300  
8301 \family sans
8302 VFill
8303 \family default
8304 s work like 
8305 \family sans
8306 HFill
8307 \family default
8308 s: they fill the remaining vertical space on a page with blank space.
8309 \begin_inset Foot
8310 status collapsed
8311
8312 \begin_layout Standard
8313
8314 \family sans
8315 HFill
8316 \family default
8317 s are described in section\InsetSpace ~
8318
8319 \begin_inset CommandInset ref
8320 LatexCommand ref
8321 reference "sub:Horizontal-Space"
8322
8323 \end_inset
8324
8325 .
8326 \end_layout
8327
8328 \end_inset
8329
8330  If there are several 
8331 \family sans
8332 VFill
8333 \family default
8334 s on a page, they divide the remaining vertical space equally between themselves.
8335  You can therefore use 
8336 \family sans
8337 VFill
8338 \family default
8339 s to center text on a page, or even place text 2/3 down a page.
8340 \end_layout
8341
8342 \begin_layout Standard
8343
8344 \family sans
8345 Custom
8346 \family default
8347  are custom spaces in units explained in Appendix\InsetSpace ~
8348
8349 \begin_inset CommandInset ref
8350 LatexCommand ref
8351 reference "cha:Units-available-in"
8352
8353 \end_inset
8354
8355 .
8356 \end_layout
8357
8358 \begin_layout Standard
8359 \begin_inset Note Greyedout
8360 status open
8361
8362 \begin_layout Standard
8363
8364 \series bold
8365 Note:
8366 \series default
8367  
8368 \series medium
8369 When the extra vertical space would be in the output at the top/bottom of
8370  a page, the space is only added if you have also checked the option 
8371 \family sans
8372 Protect
8373 \family default
8374 .
8375 \end_layout
8376
8377 \end_inset
8378
8379
8380 \end_layout
8381
8382 \begin_layout Subsection
8383 Paragraph Alignment
8384 \end_layout
8385
8386 \begin_layout Standard
8387 You can change the paragraph alignment with the 
8388 \family sans
8389 Edit\SpecialChar \menuseparator
8390 Paragraph Settings
8391 \family default
8392  dialog.
8393  There are four possibilities: 
8394 \end_layout
8395
8396 \begin_layout Itemize
8397
8398 \family sans
8399 Justified
8400 \end_layout
8401
8402 \begin_layout Itemize
8403
8404 \family sans
8405 Left
8406 \end_layout
8407
8408 \begin_layout Itemize
8409
8410 \family sans
8411 Right
8412 \end_layout
8413
8414 \begin_layout Itemize
8415
8416 \family sans
8417 Center
8418 \end_layout
8419
8420 \begin_layout Standard
8421 The default in most cases is justified alignment, in which the inter-word
8422  spacing is variable and each line of a paragraph fills the region between
8423  the left and right margins.
8424  The other three alignments should be self-explanatory, and look like this:
8425 \end_layout
8426
8427 \begin_layout Standard
8428 \align right
8429 This paragraph is right aligned,
8430 \end_layout
8431
8432 \begin_layout Standard
8433 \align center
8434 this one is centered,
8435 \end_layout
8436
8437 \begin_layout Standard
8438 \align left
8439 this one is left aligned.
8440 \end_layout
8441
8442 \begin_layout Subsection
8443 Forced Pagebreaks
8444 \begin_inset Index
8445 status collapsed
8446
8447 \begin_layout Standard
8448 Pagebreaks ! Forced
8449 \end_layout
8450
8451 \end_inset
8452
8453
8454 \begin_inset CommandInset label
8455 LatexCommand label
8456 name "sub:Forced-Pagebreaks"
8457
8458 \end_inset
8459
8460
8461 \end_layout
8462
8463 \begin_layout Standard
8464 If you don't like the way LaTeX does the pagebreaks in your document, you
8465  can force a pagebreak where you want one.
8466  Normally this will not be necessary, because LaTeX is good at pagebreaking.
8467  Only if you use many 
8468 \family sans
8469 Floats
8470 \family default
8471 , LaTeX's page breaking algorithm can fail.
8472 \end_layout
8473
8474 \begin_layout Standard
8475 We recommend not to use forced pagebreaks until the text is finished, and
8476  until you have checked in the preview to see if you 
8477 \emph on
8478 really
8479 \emph default
8480  have to change the pagebreaking.
8481 \end_layout
8482
8483 \begin_layout Standard
8484 There are two types of pagebreaks: One that ends the page without any special
8485  action.
8486  This can be inserted above or below a paragraph by the menu 
8487 \family sans
8488 Insert\SpecialChar \menuseparator
8489 Formatting\SpecialChar \menuseparator
8490 Page\InsetSpace ~
8491 Break
8492 \family default
8493 .
8494  The second type ends a page, but stretches the content of the page, so
8495  that it fills out the complete page.
8496  This type is useful to avoid whitespace when a pagebreak produces a page
8497  on which only the last few lines are absent.
8498  This type is not yet supported by LyX, so that you have to use the LaTeX
8499  command 
8500 \series bold
8501
8502 \backslash
8503 pagebreak[number]
8504 \series default
8505  in ERT
8506 \begin_inset Foot
8507 status collapsed
8508
8509 \begin_layout Standard
8510 For more about ERT see section\InsetSpace ~
8511
8512 \begin_inset CommandInset ref
8513 LatexCommand ref
8514 reference "sec:ERT"
8515
8516 \end_inset
8517
8518 .
8519 \end_layout
8520
8521 \end_inset
8522
8523 .
8524  The number can vary between 0 and 4.
8525  If 4 or no number is used, it will always be created a pagebreak
8526 \begin_inset Foot
8527 status collapsed
8528
8529 \begin_layout Standard
8530 normally one uses simply 
8531 \series bold
8532
8533 \backslash
8534 pagebreak
8535 \series default
8536  without a number
8537 \end_layout
8538
8539 \end_inset
8540
8541 .
8542  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
8543  concerning the priority, if a pagebreak is created or not.
8544 \end_layout
8545
8546 \begin_layout Standard
8547 You might try to use a pagebreak to ensure that a figure or table appears
8548  at the top of a page.
8549  This is, of course, the wrong way to do it.
8550  LyX gives you a way of automatically ensuring that your figures and tables
8551  appear at the top of a page (or the bottom, or on their own page) without
8552  having to worry about what precedes or follows your figure or table.
8553  See chapter 
8554 \begin_inset CommandInset ref
8555 LatexCommand ref
8556 reference "cha:Floats-and-Notes"
8557
8558 \end_inset
8559
8560  to learn more about 
8561 \family sans
8562 Floats
8563 \family default
8564 .
8565 \end_layout
8566
8567 \begin_layout Subsubsection
8568 Clear Pagebreaks
8569 \begin_inset CommandInset label
8570 LatexCommand label
8571 name "sub:Clear-Pages"
8572
8573 \end_inset
8574
8575
8576 \begin_inset Index
8577 status collapsed
8578
8579 \begin_layout Standard
8580 Pagebreaks ! Clear
8581 \end_layout
8582
8583 \end_inset
8584
8585
8586 \end_layout
8587
8588 \begin_layout Standard
8589 Differently to forced pagebreaks where the content behind the break is directly
8590  placed at the next page, pages can also be cleared while breaking them.
8591  That means that the current paragraph is terminated and all, perhaps not
8592  yet processed floats from previous document parts are placed behind it,
8593  if necessary by adding pages.
8594 \end_layout
8595
8596 \begin_layout Standard
8597 You can insert a clear pagebreak with the menu 
8598 \family sans
8599 Insert\SpecialChar \menuseparator
8600 Formatting\SpecialChar \menuseparator
8601 Clear\InsetSpace ~
8602 Page
8603 \family default
8604 .
8605  When you have a two-sided document like a book, you can use the menu 
8606 \family sans
8607 Insert\SpecialChar \menuseparator
8608 Formatting\SpecialChar \menuseparator
8609 Clear\InsetSpace ~
8610 Double\InsetSpace ~
8611 Page
8612 \family default
8613  to insert a clear pagebreak that assures that the next page is a right-hand
8614  page (odd-numbered), if necessary by adding a page.
8615 \end_layout
8616
8617 \begin_layout Subsection
8618 Forced Linebreaks
8619 \begin_inset Index
8620 status collapsed
8621
8622 \begin_layout Standard
8623 Linebreaks
8624 \end_layout
8625
8626 \end_inset
8627
8628
8629 \begin_inset CommandInset label
8630 LatexCommand label
8631 name "sub:Forced-Linebreaks"
8632
8633 \end_inset
8634
8635
8636 \end_layout
8637
8638 \begin_layout Standard
8639 Similar to pagebreaks there are two types of linebreaks: One that simply
8640  breaks the line.
8641  You can force this line break within a paragraph by selecting 
8642 \family sans
8643 Insert\SpecialChar \menuseparator
8644 Formatting\SpecialChar \menuseparator
8645 Line\InsetSpace ~
8646 Break
8647 \family default
8648  or with 
8649 \family sans
8650 C-Return
8651 \family default
8652 .
8653  The other type breaks the line and stretches it so that it fills out the
8654  whole space between the page margins.
8655  This is necessary to avoid 
8656 \begin_inset Quotes eld
8657 \end_inset
8658
8659 fringes
8660 \begin_inset Quotes erd
8661 \end_inset
8662
8663  in justifies paragraphs due to whitespace introduced by linebreaks.
8664  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
8665
8666 \series bold
8667
8668 \backslash
8669 linebreak[number]
8670 \series default
8671  in 
8672 \family sans
8673 ERT
8674 \family default
8675 .
8676  The syntax is similar tho the command 
8677 \series bold
8678
8679 \backslash
8680 pagebreak
8681 \series default
8682 , described in the previous section.
8683 \end_layout
8684
8685 \begin_layout Standard
8686 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
8687  LaTeX is very good at linebreaking.
8688  There are, however, a number of situations where it is necessary to actively
8689  set a linebreak, e.g.
8690  in a poem or for an address (see sections\InsetSpace ~
8691
8692 \begin_inset CommandInset ref
8693 LatexCommand ref
8694 reference "sec:Quote"
8695
8696 \end_inset
8697
8698
8699 \begin_inset CommandInset ref
8700 LatexCommand ref
8701 reference "sec:Verse"
8702
8703 \end_inset
8704
8705  and 
8706 \begin_inset CommandInset ref
8707 LatexCommand ref
8708 reference "sec:Address-Usage"
8709
8710 \end_inset
8711
8712 ).
8713 \end_layout
8714
8715 \begin_layout Subsection
8716 Blanks / Spaces
8717 \begin_inset Index
8718 status collapsed
8719
8720 \begin_layout Standard
8721 Spaces
8722 \end_layout
8723
8724 \end_inset
8725
8726
8727 \end_layout
8728
8729 \begin_layout Standard
8730 A blank is a blank? Not in good typography.
8731  While you might be used to press the space key anytime you want to separate
8732  two words in ordinary word processors, LyX offers you more spaces: Spaces
8733  of different width and spaces which can or cannot be broken at the end
8734  of a line.
8735  The following sections will show you some examples where those spaces are
8736  useful.
8737 \end_layout
8738
8739 \begin_layout Subsubsection
8740 Inter-word Space
8741 \begin_inset CommandInset label
8742 LatexCommand label
8743 name "sub:Inter-word-Space"
8744
8745 \end_inset
8746
8747
8748 \begin_inset Index
8749 status collapsed
8750
8751 \begin_layout Standard
8752 Spaces ! inter-word
8753 \end_layout
8754
8755 \end_inset
8756
8757
8758 \end_layout
8759
8760 \begin_layout Standard
8761 Some languages (e.\InsetSpace \thinspace{}
8762 g.\InsetSpace \space{}
8763 English) have the typographical convention to add extra
8764  space after an end-of-sentence punctuation mark, and LyX honors those conventio
8765 ns (see section\InsetSpace ~
8766
8767 \begin_inset CommandInset ref
8768 LatexCommand ref
8769 reference "sub:Abbreviations"
8770
8771 \end_inset
8772
8773 ).
8774  Sometimes, you want a normal space nevertheless.
8775  In this case, insert one with 
8776 \family sans
8777 Insert\SpecialChar \menuseparator
8778 Special\InsetSpace ~
8779 Formatting\SpecialChar \menuseparator
8780 Inter-word\InsetSpace ~
8781 Space
8782 \family default
8783  (shortcut 
8784 \family sans
8785 C-M-Space
8786 \family default
8787 ).
8788 \end_layout
8789
8790 \begin_layout Subsubsection
8791 Protected Space
8792 \begin_inset CommandInset label
8793 LatexCommand label
8794 name "sub:Protected-Space"
8795
8796 \end_inset
8797
8798
8799 \begin_inset Index
8800 status collapsed
8801
8802 \begin_layout Standard
8803 Spaces ! protected
8804 \end_layout
8805
8806 \end_inset
8807
8808
8809 \end_layout
8810
8811 \begin_layout Standard
8812 The protected space: It is used to tell LyX (and LaTeX) not to break the
8813  line at that point.
8814  This may be necessary to avoid unlucky linebreaks, like in: 
8815 \end_layout
8816
8817 \begin_layout Quote
8818 Further documentation is given in section
8819 \newline
8820
8821 \begin_inset CommandInset ref
8822 LatexCommand ref
8823 reference "sec:Bibliography"
8824
8825 \end_inset
8826
8827 .
8828  
8829 \end_layout
8830
8831 \begin_layout Standard
8832 Obviously, it would be a good thing to put a protected space between 
8833 \begin_inset Quotes eld
8834 \end_inset
8835
8836 section
8837 \begin_inset Quotes erd
8838 \end_inset
8839
8840  and 
8841 \begin_inset Quotes eld
8842 \end_inset
8843
8844
8845 \begin_inset CommandInset ref
8846 LatexCommand ref
8847 reference "sec:Bibliography"
8848
8849 \end_inset
8850
8851
8852 \begin_inset Quotes erd
8853 \end_inset
8854
8855 .
8856  A protected space is set with 
8857 \family sans
8858 Insert\SpecialChar \menuseparator
8859 Special\InsetSpace ~
8860 Formatting\SpecialChar \menuseparator
8861 Protected
8862 \bar under
8863 \InsetSpace ~
8864
8865 \bar default
8866 Space
8867 \family default
8868  (shortcut 
8869 \family sans
8870 C-Space
8871 \family default
8872 ).
8873 \end_layout
8874
8875 \begin_layout Subsubsection
8876 Thin Space
8877 \begin_inset CommandInset label
8878 LatexCommand label
8879 name "sub:Thin-Space"
8880
8881 \end_inset
8882
8883
8884 \begin_inset Index
8885 status collapsed
8886
8887 \begin_layout Standard
8888 Spaces ! thin
8889 \end_layout
8890
8891 \end_inset
8892
8893
8894 \end_layout
8895
8896 \begin_layout Standard
8897
8898 \begin_inset Quotes eld
8899 \end_inset
8900
8901 thin space
8902 \begin_inset Quotes erd
8903 \end_inset
8904
8905  is a blank which has half the size of a normal space (and it is also 
8906 \begin_inset Quotes eld
8907 \end_inset
8908
8909 protected
8910 \begin_inset Quotes erd
8911 \end_inset
8912
8913 ).
8914  The typographical conventions in a lot of languages propose the use of
8915  thin spaces in cases where normal spaces would be too wide, for instance
8916  inside abbreviations:
8917 \end_layout
8918
8919 \begin_layout Quote
8920 D.\InsetSpace \thinspace{}
8921 E.
8922  Knuth has developed our beloved typesetting program, i.\InsetSpace \thinspace{}
8923 e.\InsetSpace \space{}
8924 TeX.
8925 \end_layout
8926
8927 \begin_layout Standard
8928 or between values and units.
8929  Compare for example this:
8930 \newline
8931 10\InsetSpace \thinspace{}
8932 kg (thin space)
8933 \newline
8934 10 kg (normal space
8935 \end_layout
8936
8937 \begin_layout Standard
8938 You can insert thin spaces with the menu 
8939 \family sans
8940 Insert\SpecialChar \menuseparator
8941 Special\InsetSpace ~
8942 Formatting\SpecialChar \menuseparator
8943 Thin\InsetSpace ~
8944 Space
8945 \family default
8946  (shortcut 
8947 \family sans
8948 C-S-Space
8949 \family default
8950 ).
8951 \end_layout
8952
8953 \begin_layout Subsubsection
8954 More Spaces
8955 \end_layout
8956
8957 \begin_layout Standard
8958 Apart from the ones described, there are still some more spaces.
8959  Although LyX supports them natively, they can only be reached via a formula
8960  as described in section\InsetSpace ~
8961
8962 \begin_inset CommandInset ref
8963 LatexCommand ref
8964 reference "sub:Altering-Spacing"
8965
8966 \end_inset
8967
8968  or via the 
8969 \family sans
8970 command buffer
8971 \family default
8972  toolbar.
8973  Te latter means to type
8974 \newline
8975  
8976 \series bold
8977 space-insert <command>
8978 \family typewriter
8979 \series default
8980
8981 \newline
8982
8983 \family default
8984  into the command buffer, where 
8985 \series bold
8986 <command>
8987 \series default
8988  is one of the following:
8989 \begin_inset Foot
8990 status collapsed
8991
8992 \begin_layout Standard
8993 The unit 
8994 \begin_inset Quotes eld
8995 \end_inset
8996
8997 em
8998 \begin_inset Quotes erd
8999 \end_inset
9000
9001  is explained in Appendix\InsetSpace ~
9002
9003 \begin_inset CommandInset ref
9004 LatexCommand ref
9005 reference "cha:Units-available-in"
9006
9007 \end_inset
9008
9009 .
9010 \end_layout
9011
9012 \end_inset
9013
9014
9015 \end_layout
9016
9017 \begin_layout Standard
9018 \align center
9019 \begin_inset Tabular
9020 <lyxtabular version="3" rows="9" columns="3">
9021 <features>
9022 <column alignment="center" valignment="top" leftline="true" width="0">
9023 <column alignment="center" valignment="top" leftline="true" width="0">
9024 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
9025 <row topline="true" bottomline="true">
9026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Standard
9030
9031 \series bold
9032 command
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Standard
9041
9042 \series bold
9043 width
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Standard
9052
9053 \series bold
9054 protected?
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row topline="true">
9061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Standard
9065
9066 \family typewriter
9067 normal
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Standard
9076 1/3\InsetSpace ~
9077 em
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Standard
9086 no
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row topline="true">
9093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Standard
9097
9098 \family typewriter
9099 protected
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Standard
9108 1/3\InsetSpace ~
9109 em
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Standard
9118 yes
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 <row topline="true" bottomline="true">
9125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Standard
9129
9130 \family typewriter
9131 thin
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Standard
9140 1/6\InsetSpace ~
9141 em
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Standard
9150 yes
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 <row bottomline="true">
9157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Standard
9161
9162 \family typewriter
9163 enspace
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Standard
9172 0.5\InsetSpace ~
9173 em
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Standard
9182 yes
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row bottomline="true">
9189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Standard
9193
9194 \family typewriter
9195 enskip
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Standard
9204 0.5\InsetSpace ~
9205 em
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Standard
9214 no
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row bottomline="true">
9221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Standard
9225
9226 \family typewriter
9227 quad
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Standard
9236 1\InsetSpace ~
9237 em
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Standard
9246 no
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row bottomline="true">
9253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Standard
9257
9258 \family typewriter
9259 qquad
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Standard
9268 2\InsetSpace ~
9269 em
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Standard
9278 no
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 <row bottomline="true">
9285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Standard
9289
9290 \family typewriter
9291 negthinspace
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Standard
9300 -1/6\InsetSpace ~
9301 em
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Standard
9310 yes
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 </lyxtabular>
9317
9318 \end_inset
9319
9320
9321 \end_layout
9322
9323 \begin_layout Subsection
9324 Horizontal Lines
9325 \begin_inset CommandInset label
9326 LatexCommand label
9327 name "sub:Horizontal-Lines"
9328
9329 \end_inset
9330
9331
9332 \begin_inset Index
9333 status collapsed
9334
9335 \begin_layout Standard
9336 Horizontal lines
9337 \end_layout
9338
9339 \end_inset
9340
9341
9342 \end_layout
9343
9344 \begin_layout Standard
9345
9346 \lyxline
9347 In the dialog 
9348 \family sans
9349 Insert\SpecialChar \menuseparator
9350 Formatting\SpecialChar \menuseparator
9351 Horizontal\InsetSpace ~
9352 Line
9353 \family default
9354  you can insert horizontal lines that spans over the whole document columns
9355  width.
9356 \lyxline
9357
9358 \end_layout
9359
9360 \begin_layout Section
9361 Fonts and Text Styles
9362 \begin_inset CommandInset label
9363 LatexCommand label
9364 name "sec:Fonts-and-Text"
9365
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \begin_layout Subsection
9372 Font Types
9373 \begin_inset Index
9374 status collapsed
9375
9376 \begin_layout Standard
9377 Font ! Types
9378 \end_layout
9379
9380 \end_inset
9381
9382
9383 \end_layout
9384
9385 \begin_layout Standard
9386 There are two types of fonts:
9387 \end_layout
9388
9389 \begin_layout Description
9390 Vector\InsetSpace ~
9391 fonts
9392 \begin_inset Index
9393 status collapsed
9394
9395 \begin_layout Standard
9396 Fonts ! Vector-
9397 \end_layout
9398
9399 \end_inset
9400
9401  are fonts, built from outlines of the single glyphs (i.e.
9402  characters) in the font.
9403  This means that each glyph is defined using mathematical curves that are
9404  well suited for scaling to any requested size.
9405  This mathematical definition is interpreted by the font renderer and the
9406  curve is filled out with pixels according to the size and glyph.
9407  This means that outline fonts will look pretty good in all sizes.
9408  Only at very small sizes it might be hard to provide a good rendering at
9409  very small sizes, where each pixel has to be very carefully computed to
9410  provide a good image.
9411 \newline
9412 One could mean that one only needs to define one font
9413  size and scale them.
9414  But to achieve a better quality, many fonts define several font sizes.
9415  That improves the appearance, because you need more details at large font
9416  sizes than at small ones.
9417 \newline
9418 The font types 
9419 \family typewriter
9420 TrueType
9421 \family default
9422
9423 \family typewriter
9424 OpenType
9425 \family default
9426 , and 
9427 \family typewriter
9428 Type\InsetSpace ~
9429 1 PostScript
9430 \family default
9431  are vector fonts.
9432 \end_layout
9433
9434 \begin_layout Description
9435 Bitmap\InsetSpace ~
9436 fonts
9437 \begin_inset Index
9438 status collapsed
9439
9440 \begin_layout Standard
9441 Fonts ! Bitmap-
9442 \end_layout
9443
9444 \end_inset
9445
9446  on the other hand, are defined by bitmap graphics from the start, so they
9447  will look good at all the sizes they are meant for.
9448  However, they don't scale well, because in order to scale a glyph, each
9449  pixel is enlarged into several pixels.
9450  It is the same effect that happens if you try to enlarge a picture in a
9451  picture manipulation program.
9452  In order to relieve this effect, bitmap fonts are typically provided in
9453  several fixed sizes typically from around 8 pixels high up to 34 pixels
9454  or so high in steps according to what is believed to be useful.
9455  The advantage of bitmap fonts is that no complicated computations are necessary
9456  to display each glyph, so bitmap fonts are thus faster displayed than scalable
9457  fonts.
9458  The disadvantage is that sizes that don't exists as fixed versions have
9459  to be scaled by doubling pixels, and thus look bad.
9460 \newline
9461 Bitmap fonts are named
9462  
9463 \family typewriter
9464 Type\InsetSpace ~
9465 3
9466 \family default
9467  in PostScript- and PDF-documents.
9468 \end_layout
9469
9470 \begin_layout Standard
9471 The result of all this, is that bitmap fonts are best for the size they
9472  are designed for, while scalable fonts are good for nearly all sizes.
9473  So one need less font size definitions for scalable fonts.
9474  That's the reason why nearly all text render and typesetting programs use
9475  scalable fonts.
9476 \end_layout
9477
9478 \begin_layout Standard
9479 To test which fonts are used in a PDF-document, you can have a look into
9480  its document properties.
9481 \end_layout
9482
9483 \begin_layout Standard
9484 Many modern typesetting and markup languages have begun to move towards
9485  specifying character styles rather than specifying a particular font.
9486  For example, instead of changing to an italicized version of the current
9487  font to emphasize text, you use an 
9488 \begin_inset Quotes eld
9489 \end_inset
9490
9491 emphasized style
9492 \begin_inset Quotes erd
9493 \end_inset
9494
9495  instead.
9496  This concept fits in perfectly with LyX.
9497  In LyX, you do things based on contexts, rather than focusing on typesetting
9498  details.
9499 \end_layout
9500
9501 \begin_layout Subsection
9502 Document Font and Font size
9503 \begin_inset CommandInset label
9504 LatexCommand label
9505 name "sub:Document-Font"
9506
9507 \end_inset
9508
9509
9510 \begin_inset Index
9511 status collapsed
9512
9513 \begin_layout Standard
9514 Font ! Size
9515 \end_layout
9516
9517 \end_inset
9518
9519
9520 \begin_inset Index
9521 status collapsed
9522
9523 \begin_layout Standard
9524 Document ! Font
9525 \end_layout
9526
9527 \end_inset
9528
9529
9530 \end_layout
9531
9532 \begin_layout Standard
9533 You can set the document fonts in the
9534 \family sans
9535  Document\SpecialChar \menuseparator
9536 Settings
9537 \family default
9538
9539 \begin_inset Index
9540 status collapsed
9541
9542 \begin_layout Standard
9543 Document ! Settings
9544 \end_layout
9545
9546 \end_inset
9547
9548  dialog.
9549  There you can specify which font should be used for the three different
9550  font shapes roman (serif), 
9551 \family sans
9552 sans\InsetSpace ~
9553 serif
9554 \family default
9555 , and 
9556 \family typewriter
9557 typewriter
9558 \family default
9559  and its scalings.
9560 \end_layout
9561
9562 \begin_layout Standard
9563 The possible options for the font include 
9564 \family sans
9565 default
9566 \family default
9567  and a list of fonts available on your system.
9568  
9569 \family sans
9570 default
9571 \family default
9572  uses the standard TeX fonts, known as 
9573 \begin_inset Quotes eld
9574 \end_inset
9575
9576
9577 \family typewriter
9578 Computer Modern
9579 \family default
9580
9581 \begin_inset Quotes erd
9582 \end_inset
9583
9584  (
9585 \family typewriter
9586 cm
9587 \family default
9588 ) or 
9589 \begin_inset Quotes eld
9590 \end_inset
9591
9592
9593 \family typewriter
9594 European Computer Modern
9595 \family default
9596
9597 \begin_inset Quotes erd
9598 \end_inset
9599
9600  (
9601 \family typewriter
9602 ec
9603 \family default
9604 ).
9605 \end_layout
9606
9607 \begin_layout Standard
9608 As 
9609 \family typewriter
9610 cm
9611 \family default
9612  and 
9613 \family typewriter
9614 ec
9615 \family default
9616  are bitmap fonts, they often looks pixeled in PDF output, especially when
9617  you read the PDF in a zoomed size.
9618 \begin_inset Foot
9619 status collapsed
9620
9621 \begin_layout Standard
9622 This problem doesn't appear if you read PDFs in 
9623 \family typewriter
9624 Adobe\InsetSpace ~
9625 Reader
9626 \family default
9627  version 6 or later, because this program includes a special bitmap font
9628  renderer.
9629 \end_layout
9630
9631 \end_inset
9632
9633  To get rid of pixeled fonts, you have to use a vector font.
9634  There are three ways to use one:
9635 \end_layout
9636
9637 \begin_layout Itemize
9638 One way is to use the 
9639 \family typewriter
9640 AE
9641 \family default
9642  fonts.
9643  
9644 \family typewriter
9645 AE
9646 \family default
9647  is a virtual font.
9648  Virtual means that it 
9649 \begin_inset Quotes eld
9650 \end_inset
9651
9652 steals
9653 \begin_inset Quotes erd
9654 \end_inset
9655
9656  outline 
9657 \family typewriter
9658 cm
9659 \family default
9660 -glyphs from other fonts.
9661  This has the disadvantage that some characters are missing, like the French
9662  guillemets (
9663 \begin_inset Quotes eld
9664 \end_inset
9665
9666 «
9667 \begin_inset Quotes erd
9668 \end_inset
9669
9670  and 
9671 \begin_inset Quotes eld
9672 \end_inset
9673
9674 »
9675 \begin_inset Quotes erd
9676 \end_inset
9677
9678 )
9679 \begin_inset Foot
9680 status collapsed
9681
9682 \begin_layout Standard
9683 Loading the LaTeX-package 
9684 \series bold
9685 aeguill
9686 \begin_inset Index
9687 status collapsed
9688
9689 \begin_layout Standard
9690 LaTeX-packages ! aeguill
9691 \end_layout
9692
9693 \end_inset
9694
9695
9696 \series default
9697  with the document preamble line
9698 \end_layout
9699
9700 \begin_layout Standard
9701
9702 \series bold
9703
9704 \backslash
9705 usepackage[ec]{aeguill}
9706 \end_layout
9707
9708 \begin_layout Standard
9709 will fix the guillemet problem.
9710 \end_layout
9711
9712 \end_inset
9713
9714  and that accented characters are not 
9715 \emph on
9716 one
9717 \emph default
9718  glyph, they are build of 
9719 \emph on
9720 two
9721 \emph default
9722  characters, the accent and the letter.
9723  Therefore you can't search in documents using the 
9724 \family typewriter
9725 AE
9726 \family default
9727  fonts for words with accented characters.
9728  If you search for example for the French word 
9729 \begin_inset Quotes eld
9730 \end_inset
9731
9732 rève
9733 \begin_inset Quotes erd
9734 \end_inset
9735
9736  in a PDF, you won't get any result, because the PDF-viewer searches for
9737  the glyph 
9738 \begin_inset Quotes eld
9739 \end_inset
9740
9741  è 
9742 \begin_inset Quotes erd
9743 \end_inset
9744
9745  and not for the glyph 
9746 \begin_inset Quotes eld
9747 \end_inset
9748
9749  e + 
9750 \begin_inset ERT
9751 status collapsed
9752
9753 \begin_layout Standard
9754
9755
9756 \backslash
9757 `{}
9758 \end_layout
9759
9760 \end_inset
9761
9762  
9763 \begin_inset Quotes erd
9764 \end_inset
9765
9766 .
9767 \begin_inset Note Note
9768 status collapsed
9769
9770 \begin_layout Standard
9771 The LaTeX command 
9772 \series bold
9773
9774 \backslash
9775 `
9776 \series default
9777  produces a grave.
9778  The two braces behind the command prevents the following quotation mark
9779  to be accented with the grave.
9780 \newline
9781 More about ERT and LaTeX-commands is described
9782  in section\InsetSpace ~
9783
9784 \begin_inset CommandInset ref
9785 LatexCommand ref
9786 reference "sec:ERT"
9787
9788 \end_inset
9789
9790 .
9791 \end_layout
9792
9793 \end_inset
9794
9795
9796 \end_layout
9797
9798 \begin_layout Itemize
9799 Another possibility is to use three different outline fonts
9800 \begin_inset Foot
9801 status collapsed
9802
9803 \begin_layout Standard
9804 Other fonts, like 
9805 \family typewriter
9806 Latin Modern
9807 \family default
9808  or 
9809 \family typewriter
9810 Computer Modern
9811 \family default
9812 , consists of these three main font types 
9813 \family sans
9814 sans\InsetSpace ~
9815 serif
9816 \family default
9817
9818 \family sans
9819 typewriter
9820 \family default
9821 , and 
9822 \family sans
9823 serif
9824 \family default
9825 .
9826 \end_layout
9827
9828 \end_inset
9829
9830
9831 \family sans
9832 Times\InsetSpace ~
9833 Roman
9834 \family default
9835  as roman font,
9836 \family sans
9837  Helvetica
9838 \family default
9839  scaled to 92 or 95\InsetSpace \thinspace{}
9840 % as sans\InsetSpace ~
9841 serif font, and 
9842 \family sans
9843 courier
9844 \family default
9845  as typewriter font.
9846 \newline
9847 The differences between roman, 
9848 \family sans
9849 sans\InsetSpace ~
9850 serif
9851 \family default
9852 , and 
9853 \family typewriter
9854 typewriter
9855 \family default
9856  fonts are explained in section\InsetSpace ~
9857
9858 \begin_inset CommandInset ref
9859 LatexCommand ref
9860 reference "sub:Fine-Tuning-with-the"
9861
9862 \end_inset
9863
9864 .
9865 \newline
9866 The font 
9867 \family sans
9868 Times\InsetSpace ~
9869 Roman
9870 \family default
9871  was originally designed for newspapers.
9872  That means its glyphs are smaller than the one from other fonts to fit
9873  into the small newspaper columns.
9874  Therefore 
9875 \family sans
9876 Times\InsetSpace ~
9877 Roman
9878 \family default
9879  is not the optimal choice for larger documents like books.
9880 \end_layout
9881
9882 \begin_layout Itemize
9883 The best solution is to use the 
9884 \family typewriter
9885 Latin Modern
9886 \family default
9887  fonts.
9888  These fonts are developed in order of the LaTeX community to replace 
9889 \family typewriter
9890 cm
9891 \family default
9892  as default font.
9893 \end_layout
9894
9895 \begin_layout Standard
9896 \begin_inset VSpace bigskip
9897 \end_inset
9898
9899 For the font size there are four possible values: 
9900 \family sans
9901 default, 10
9902 \family default
9903
9904 \family sans
9905 11
9906 \family default
9907 , and 
9908 \family sans
9909 12
9910 \family default
9911 .
9912  The size of 
9913 \family sans
9914 default
9915 \family default
9916  depends on your LaTeX-system, normally it is equal to the font size 10.
9917 \end_layout
9918
9919 \begin_layout Standard
9920 The font sizes are the 
9921 \emph on
9922 base size
9923 \emph default
9924 .
9925  LyX actually scales all other possible font sizes (such as those used in
9926  footnotes, super-, and subscripts) by this value.
9927  You can fine-tune the font size of text parts via the 
9928 \family sans
9929 Text\InsetSpace ~
9930 Style
9931 \family default
9932  dialog if needed.
9933  The possible font sizes for text parts are explained in section\InsetSpace ~
9934
9935 \begin_inset CommandInset ref
9936 LatexCommand ref
9937 reference "sub:Fine-Tuning-with-the"
9938
9939 \end_inset
9940
9941 .
9942 \end_layout
9943
9944 \begin_layout Standard
9945 \begin_inset VSpace bigskip
9946 \end_inset
9947
9948
9949 \begin_inset Note Greyedout
9950 status open
9951
9952 \begin_layout Standard
9953
9954 \series bold
9955 Note:
9956 \series default
9957  When you choose a new font or font size, LyX does 
9958 \emph on
9959 not
9960 \emph default
9961  change the screen font! You will only see a difference in the printed output;
9962  this is part of the WYSIWYM concept.
9963  LyX's screen fonts can be adjusted in the 
9964 \family sans
9965 Tools\SpecialChar \menuseparator
9966 Preferences
9967 \family default
9968  dialog, see section\InsetSpace ~
9969
9970 \begin_inset CommandInset ref
9971 LatexCommand ref
9972 reference "sub:Screen-Fonts"
9973
9974 \end_inset
9975
9976 .
9977 \end_layout
9978
9979 \end_inset
9980
9981
9982 \end_layout
9983
9984 \begin_layout Subsection
9985 Using Different Character Styles
9986 \begin_inset Index
9987 status collapsed
9988
9989 \begin_layout Standard
9990 Character Styles
9991 \end_layout
9992
9993 \end_inset
9994
9995
9996 \begin_inset Index
9997 status collapsed
9998
9999 \begin_layout Standard
10000 Text Style
10001 \end_layout
10002
10003 \end_inset
10004
10005
10006 \end_layout
10007
10008 \begin_layout Standard
10009 As we've already seen, LyX automatically changes the character style for
10010  certain paragraph environments.
10011  LyX supports two character styles, 
10012 \family sans
10013 Emphasized
10014 \family default
10015  and 
10016 \family sans
10017 Noun
10018 \family default
10019 .
10020  You can activate both of these styles via keybindings, the menus, and the
10021  toolbar.
10022 \end_layout
10023
10024 \begin_layout Standard
10025 To activate the 
10026 \family sans
10027 Noun
10028 \family default
10029  style, do one of the following:
10030 \end_layout
10031
10032 \begin_layout Itemize
10033 click on the toolbar button 
10034 \begin_inset Graphics
10035         filename ../images/font-noun.png
10036         embed ""
10037
10038 \end_inset
10039
10040
10041 \end_layout
10042
10043 \begin_layout Itemize
10044 use the keybinding 
10045 \family sans
10046 M-c\InsetSpace ~
10047 c
10048 \end_layout
10049
10050 \begin_layout Standard
10051 These commands are all toggles.
10052  That is, if 
10053 \family sans
10054 Noun
10055 \family default
10056  style is already active, they deactivate it.
10057 \end_layout
10058
10059 \begin_layout Standard
10060 One typically uses the 
10061 \family sans
10062 Noun
10063 \family default
10064  style for proper names.
10065  For example: 
10066 \begin_inset Quotes eld
10067 \end_inset
10068
10069
10070 \noun on
10071 Matthias Ettrich
10072 \noun default
10073  is the original author of LyX.
10074 \begin_inset Quotes erd
10075 \end_inset
10076
10077
10078 \end_layout
10079
10080 \begin_layout Standard
10081 A more widely used character style is the 
10082 \family sans
10083 Emphasized
10084 \family default
10085  style.
10086  You can activate (or deactivate - it's also a toggle) the 
10087 \family sans
10088 Emphasized
10089 \family default
10090  style by:
10091 \end_layout
10092
10093 \begin_layout Itemize
10094 clicking on the toolbar button 
10095 \begin_inset Graphics
10096         filename ../images/font-emph.png
10097         embed ""
10098
10099 \end_inset
10100
10101
10102 \end_layout
10103
10104 \begin_layout Itemize
10105 using the keybindings 
10106 \family sans
10107 M-c\InsetSpace ~
10108 e
10109 \end_layout
10110
10111 \begin_layout Standard
10112 Normally the 
10113 \family sans
10114 Emphasized
10115 \family default
10116  style is equivalent to an italic font but some document classes or LaTeX-packag
10117 es use a different font.
10118 \end_layout
10119
10120 \begin_layout Standard
10121 We've been using the 
10122 \family sans
10123 Emphasized
10124 \family default
10125  style all over the place in this document.
10126  Here's one more example:
10127 \end_layout
10128
10129 \begin_layout Quotation
10130
10131 \emph on
10132 Don't overuse character styles!
10133 \end_layout
10134
10135 \begin_layout Standard
10136 It's also a warning in addition to an example.
10137  One's writing should parallel ordinary conversation.
10138  Since we don't all constantly scream at each other, we should also avoid
10139  the common tendency to overuse character style.
10140  
10141 \end_layout
10142
10143 \begin_layout Standard
10144 You can always reset to the default font using the keybinding 
10145 \family sans
10146 M-c\InsetSpace ~
10147 Space
10148 \family default
10149  or the dialog 
10150 \family sans
10151 Edit\SpecialChar \menuseparator
10152 Text\InsetSpace ~
10153 Style
10154 \family default
10155 .
10156 \end_layout
10157
10158 \begin_layout Subsection
10159 Fine-Tuning with the 
10160 \family sans
10161 Text Style
10162 \family default
10163  dialog
10164 \begin_inset CommandInset label
10165 LatexCommand label
10166 name "sub:Fine-Tuning-with-the"
10167
10168 \end_inset
10169
10170
10171 \begin_inset Index
10172 status collapsed
10173
10174 \begin_layout Standard
10175 Text Style
10176 \end_layout
10177
10178 \end_inset
10179
10180
10181 \end_layout
10182
10183 \begin_layout Standard
10184 There are always occasions when you'll need to do some fine-tuning, so LyX
10185  gives you a way to create custom character style.
10186  For example, an academic journal or a corporation may have a style sheet
10187  requiring a sans-serif font be used in certain situations.
10188  Also, writers sometimes use a different font to offset a character's thoughts
10189  from ordinary dialog.
10190 \end_layout
10191
10192 \begin_layout Standard
10193 Before we document how to use custom character style, we want to issue a
10194  warning yet again: Don't overuse character styles! 
10195 \newline
10196 Documents that overuse
10197  different fonts and sizes are not well readable and tend to look like someone
10198  has knocked huge holes in it.
10199 \end_layout
10200
10201 \begin_layout Standard
10202 To use custom character styles, open the 
10203 \family sans
10204 Edit\SpecialChar \menuseparator
10205 Text\InsetSpace ~
10206 Style
10207 \family default
10208  dialog.
10209  There are several boxes on this dialog, each corresponding to a different
10210  font property which you can choose.
10211  You can choose an option for one of these properties, or select 
10212 \family sans
10213 No\InsetSpace ~
10214 change
10215 \family default
10216 , which keeps the current state of that property.
10217  The item 
10218 \family sans
10219 Reset
10220 \family default
10221  will reset the property to whatever is the default.
10222  You can use this to reset attributes across a bunch of different paragraph
10223  environments in a snap.
10224 \end_layout
10225
10226 \begin_layout Standard
10227 The font properties, and their options (in addition to 
10228 \family sans
10229 No\InsetSpace ~
10230 change
10231 \family default
10232  and 
10233 \family sans
10234 Reset
10235 \family default
10236 ) are:
10237 \end_layout
10238
10239 \begin_layout Labeling
10240 \labelwidthstring 00.00.0000
10241
10242 \family sans
10243 Family
10244 \family default
10245  The 
10246 \begin_inset Quotes eld
10247 \end_inset
10248
10249 overall look
10250 \begin_inset Quotes erd
10251 \end_inset
10252
10253  of the font.
10254  The possible options are:
10255 \end_layout
10256
10257 \begin_deeper
10258 \begin_layout Labeling
10259 \labelwidthstring 00.00.0000
10260
10261 \family sans
10262 Roman
10263 \family default
10264  This is the Roman font family.
10265  Normally a serif font.
10266  It's also the default family.
10267  (keybinding 
10268 \begin_inset ERT
10269 status collapsed
10270
10271 \begin_layout Standard
10272
10273
10274 \backslash
10275 mbox{
10276 \end_layout
10277
10278 \end_inset
10279
10280
10281 \family sans
10282 M-c\InsetSpace ~
10283 r
10284 \family default
10285
10286 \begin_inset ERT
10287 status collapsed
10288
10289 \begin_layout Standard
10290
10291 }
10292 \end_layout
10293
10294 \end_inset
10295
10296 )
10297 \begin_inset Note Note
10298 status collapsed
10299
10300 \begin_layout Standard
10301 The LaTeX-command prevents text to be broken at the end of a line.
10302  It is explained in section\InsetSpace ~
10303
10304 \begin_inset CommandInset ref
10305 LatexCommand ref
10306 reference "sub:Hyphenation"
10307
10308 \end_inset
10309
10310 .
10311 \end_layout
10312
10313 \end_inset
10314
10315
10316 \end_layout
10317
10318 \begin_layout Labeling
10319 \labelwidthstring 00.00.0000
10320
10321 \family sans
10322 Sans\InsetSpace ~
10323 Serif
10324 \family default
10325  
10326 \family sans
10327 This is the Sans Serif font family.
10328
10329 \family default
10330  (keybinding 
10331 \begin_inset ERT
10332 status collapsed
10333
10334 \begin_layout Standard
10335
10336
10337 \backslash
10338 mbox{
10339 \end_layout
10340
10341 \end_inset
10342
10343
10344 \family sans
10345 M-c\InsetSpace ~
10346 s
10347 \family default
10348
10349 \begin_inset ERT
10350 status collapsed
10351
10352 \begin_layout Standard
10353
10354 }
10355 \end_layout
10356
10357 \end_inset
10358
10359 )
10360 \end_layout
10361
10362 \begin_layout Labeling
10363 \labelwidthstring 00.00.0000
10364
10365 \family sans
10366 Typewriter
10367 \family default
10368  
10369 \family typewriter
10370 This is the Typewriter font family.
10371
10372 \family default
10373  (keybinding 
10374 \begin_inset ERT
10375 status collapsed
10376
10377 \begin_layout Standard
10378
10379
10380 \backslash
10381 mbox{
10382 \end_layout
10383
10384 \end_inset
10385
10386
10387 \family sans
10388 M-c\InsetSpace ~
10389 p
10390 \family default
10391
10392 \begin_inset ERT
10393 status collapsed
10394
10395 \begin_layout Standard
10396
10397 }
10398 \end_layout
10399
10400 \end_inset
10401
10402
10403 \family sans
10404 )
10405 \end_layout
10406
10407 \end_deeper
10408 \begin_layout Labeling
10409 \labelwidthstring 00.00.0000
10410
10411 \family sans
10412 Series
10413 \family default
10414  This corresponds to the print weight.
10415  Options are:
10416 \end_layout
10417
10418 \begin_deeper
10419 \begin_layout Labeling
10420 \labelwidthstring 00.00.0000
10421
10422 \family sans
10423 Medium
10424 \family default
10425  This is the Medium font series.
10426  It's also the default series.
10427 \end_layout
10428
10429 \begin_layout Labeling
10430 \labelwidthstring 00.00.0000
10431
10432 \family sans
10433 Bold
10434 \family default
10435  
10436 \series bold
10437 This is the Bold font series.
10438
10439 \series default
10440  (keybinding 
10441 \begin_inset ERT
10442 status collapsed
10443
10444 \begin_layout Standard
10445
10446
10447 \backslash
10448 mbox{
10449 \end_layout
10450
10451 \end_inset
10452
10453
10454 \family sans
10455 M-c\InsetSpace ~
10456 b
10457 \family default
10458
10459 \begin_inset ERT
10460 status collapsed
10461
10462 \begin_layout Standard
10463
10464 }
10465 \end_layout
10466
10467 \end_inset
10468
10469 )
10470 \end_layout
10471
10472 \end_deeper
10473 \begin_layout Labeling
10474 \labelwidthstring 00.00.0000
10475
10476 \family sans
10477 Shape
10478 \family default
10479  As the name implies.
10480  Options are:
10481 \end_layout
10482
10483 \begin_deeper
10484 \begin_layout Labeling
10485 \labelwidthstring 00.00.0000
10486
10487 \family sans
10488 Upright
10489 \family default
10490  This is the Upright font shape.
10491  It's also the default shape.
10492 \end_layout
10493
10494 \begin_layout Labeling
10495 \labelwidthstring 00.00.0000
10496
10497 \family sans
10498 Italic
10499 \family default
10500  
10501 \shape italic
10502 This
10503 \shape default
10504  
10505 \family sans
10506 \shape italic
10507 i
10508 \family default
10509 s the Italic font shape
10510 \shape default
10511 \emph on
10512 .
10513 \end_layout
10514
10515 \begin_layout Labeling
10516 \labelwidthstring 00.00.0000
10517
10518 \family sans
10519 Slanted
10520 \family default
10521  
10522 \shape slanted
10523 This is the Slanted font shape
10524 \shape default
10525  (although it might not be visible in LyX, this is different from italic).
10526 \end_layout
10527
10528 \begin_layout Labeling
10529 \labelwidthstring 00.00.0000
10530
10531 \family sans
10532 Small\InsetSpace ~
10533 Caps
10534 \family default
10535  
10536 \shape smallcaps
10537 This is the Small caps font shape
10538 \shape default
10539 \noun on
10540 .
10541 \end_layout
10542
10543 \end_deeper
10544 \begin_layout Labeling
10545 \labelwidthstring 00.00.0000
10546
10547 \family sans
10548 Size
10549 \family default
10550  Alters the size of the font.
10551  You'll find no numerical values here; all possible sizes are actually proportio
10552 nal to the document font size.
10553  Once again, you don't feed LyX the details, but a general description of
10554  what you want to do.
10555  The options are:
10556 \end_layout
10557
10558 \begin_deeper
10559 \begin_layout Labeling
10560 \labelwidthstring 00.00.0000
10561
10562 \family sans
10563 Tiny
10564 \family default
10565  
10566 \size tiny
10567 This is the 
10568 \begin_inset Quotes eld
10569 \end_inset
10570
10571 Tiny
10572 \begin_inset Quotes erd
10573 \end_inset
10574
10575  font size.
10576
10577 \size default
10578  (keybinding 
10579 \begin_inset ERT
10580 status collapsed
10581
10582 \begin_layout Standard
10583
10584
10585 \backslash
10586 mbox{
10587 \end_layout
10588
10589 \end_inset
10590
10591
10592 \family sans
10593 M-s\InsetSpace ~
10594 t
10595 \family default
10596
10597 \begin_inset ERT
10598 status collapsed
10599
10600 \begin_layout Standard
10601
10602 }
10603 \end_layout
10604
10605 \end_inset
10606
10607  or 
10608 \begin_inset ERT
10609 status collapsed
10610
10611 \begin_layout Standard
10612
10613
10614 \backslash
10615 mbox{
10616 \end_layout
10617
10618 \end_inset
10619
10620
10621 \family sans
10622 M-s\InsetSpace ~
10623 1
10624 \family default
10625
10626 \begin_inset ERT
10627 status collapsed
10628
10629 \begin_layout Standard
10630
10631 }
10632 \end_layout
10633
10634 \end_inset
10635
10636 )
10637 \end_layout
10638
10639 \begin_layout Labeling
10640 \labelwidthstring 00.00.0000
10641
10642 \family sans
10643 Smallest
10644 \family default
10645  
10646 \size scriptsize
10647 This is the 
10648 \begin_inset Quotes eld
10649 \end_inset
10650
10651 Smallest
10652 \begin_inset Quotes erd
10653 \end_inset
10654
10655  font size
10656 \size default
10657 .
10658  (keybinding 
10659 \begin_inset ERT
10660 status collapsed
10661
10662 \begin_layout Standard
10663
10664
10665 \backslash
10666 mbox{
10667 \end_layout
10668
10669 \end_inset
10670
10671
10672 \family sans
10673 M-s\InsetSpace ~
10674
10675 \family default
10676 2
10677 \begin_inset ERT
10678 status collapsed
10679
10680 \begin_layout Standard
10681
10682 }
10683 \end_layout
10684
10685 \end_inset
10686
10687 )
10688 \end_layout
10689
10690 \begin_layout Labeling
10691 \labelwidthstring 00.00.0000
10692
10693 \family sans
10694 Smaller
10695 \family default
10696  
10697 \size footnotesize
10698 This is the 
10699 \begin_inset Quotes eld
10700 \end_inset
10701
10702 Smaller
10703 \begin_inset Quotes erd
10704 \end_inset
10705
10706  font size.
10707
10708 \size default
10709  (keybinding 
10710 \begin_inset ERT
10711 status collapsed
10712
10713 \begin_layout Standard
10714
10715
10716 \backslash
10717 mbox{
10718 \end_layout
10719
10720 \end_inset
10721
10722
10723 \family sans
10724 M-s\InsetSpace ~
10725 S
10726 \family default
10727
10728 \begin_inset ERT
10729 status collapsed
10730
10731 \begin_layout Standard
10732
10733 }
10734 \end_layout
10735
10736 \end_inset
10737
10738  or 
10739 \begin_inset ERT
10740 status collapsed
10741
10742 \begin_layout Standard
10743
10744
10745 \backslash
10746 mbox{
10747 \end_layout
10748
10749 \end_inset
10750
10751
10752 \family sans
10753 M-s\InsetSpace ~
10754
10755 \family default
10756 3
10757 \begin_inset ERT
10758 status collapsed
10759
10760 \begin_layout Standard
10761
10762 }
10763 \end_layout
10764
10765 \end_inset
10766
10767 )
10768 \end_layout
10769
10770 \begin_layout Labeling
10771 \labelwidthstring 00.00.0000
10772
10773 \family sans
10774 Small
10775 \family default
10776  
10777 \size small
10778 This is the 
10779 \begin_inset Quotes eld
10780 \end_inset
10781
10782 Small
10783 \begin_inset Quotes erd
10784 \end_inset
10785
10786  font size.
10787
10788 \size default
10789  (keybinding 
10790 \begin_inset ERT
10791 status collapsed
10792
10793 \begin_layout Standard
10794
10795
10796 \backslash
10797 mbox{
10798 \end_layout
10799
10800 \end_inset
10801
10802
10803 \family sans
10804 M-s\InsetSpace ~
10805 s
10806 \family default
10807
10808 \begin_inset ERT
10809 status collapsed
10810
10811 \begin_layout Standard
10812
10813 }
10814 \end_layout
10815
10816 \end_inset
10817
10818  or 
10819 \begin_inset ERT
10820 status collapsed
10821
10822 \begin_layout Standard
10823
10824
10825 \backslash
10826 mbox{
10827 \end_layout
10828
10829 \end_inset
10830
10831
10832 \family sans
10833 M-s\InsetSpace ~
10834
10835 \family default
10836 4
10837 \begin_inset ERT
10838 status collapsed
10839
10840 \begin_layout Standard
10841
10842 }
10843 \end_layout
10844
10845 \end_inset
10846
10847 )
10848 \end_layout
10849
10850 \begin_layout Labeling
10851 \labelwidthstring 00.00.0000
10852
10853 \family sans
10854 Normal
10855 \family default
10856  This is the 
10857 \begin_inset Quotes eld
10858 \end_inset
10859
10860 Normal
10861 \begin_inset Quotes erd
10862 \end_inset
10863
10864  font size.
10865  It's also the default size.
10866  (keybinding 
10867 \begin_inset ERT
10868 status collapsed
10869
10870 \begin_layout Standard
10871
10872
10873 \backslash
10874 mbox{
10875 \end_layout
10876
10877 \end_inset
10878
10879
10880 \family sans
10881 M-s\InsetSpace ~
10882 n
10883 \family default
10884
10885 \begin_inset ERT
10886 status collapsed
10887
10888 \begin_layout Standard
10889
10890 }
10891 \end_layout
10892
10893 \end_inset
10894
10895  or 
10896 \begin_inset ERT
10897 status collapsed
10898
10899 \begin_layout Standard
10900
10901
10902 \backslash
10903 mbox{
10904 \end_layout
10905
10906 \end_inset
10907
10908
10909 \family sans
10910 M-s\InsetSpace ~
10911
10912 \family default
10913 5
10914 \begin_inset ERT
10915 status collapsed
10916
10917 \begin_layout Standard
10918
10919 }
10920 \end_layout
10921
10922 \end_inset
10923
10924 )
10925 \end_layout
10926
10927 \begin_layout Labeling
10928 \labelwidthstring 00.00.0000
10929
10930 \family sans
10931 Large
10932 \family default
10933  
10934 \size large
10935 This is the 
10936 \begin_inset Quotes eld
10937 \end_inset
10938
10939 Large
10940 \begin_inset Quotes erd
10941 \end_inset
10942
10943  font size.
10944
10945 \size default
10946  (keybinding 
10947 \begin_inset ERT
10948 status collapsed
10949
10950 \begin_layout Standard
10951
10952
10953 \backslash
10954 mbox{
10955 \end_layout
10956
10957 \end_inset
10958
10959
10960 \family sans
10961 M-s\InsetSpace ~
10962 l
10963 \family default
10964
10965 \begin_inset ERT
10966 status collapsed
10967
10968 \begin_layout Standard
10969
10970 }
10971 \end_layout
10972
10973 \end_inset
10974
10975  or 
10976 \begin_inset ERT
10977 status collapsed
10978
10979 \begin_layout Standard
10980
10981
10982 \backslash
10983 mbox{
10984 \end_layout
10985
10986 \end_inset
10987
10988
10989 \family sans
10990 M-s\InsetSpace ~
10991
10992 \family default
10993 6
10994 \begin_inset ERT
10995 status collapsed
10996
10997 \begin_layout Standard
10998
10999 }
11000 \end_layout
11001
11002 \end_inset
11003
11004 )
11005 \end_layout
11006
11007 \begin_layout Labeling
11008 \labelwidthstring 00.00.0000
11009
11010 \family sans
11011 Larger
11012 \family default
11013  
11014 \size larger
11015 This is the 
11016 \begin_inset Quotes eld
11017 \end_inset
11018
11019 Larger
11020 \begin_inset Quotes erd
11021 \end_inset
11022
11023  font size.
11024
11025 \size default
11026  (keybinding 
11027 \begin_inset ERT
11028 status collapsed
11029
11030 \begin_layout Standard
11031
11032
11033 \backslash
11034 mbox{
11035 \end_layout
11036
11037 \end_inset
11038
11039
11040 \family sans
11041 M-s\InsetSpace ~
11042 S-L
11043 \family default
11044
11045 \begin_inset ERT
11046 status collapsed
11047
11048 \begin_layout Standard
11049
11050 }
11051 \end_layout
11052
11053 \end_inset
11054
11055  or 
11056 \begin_inset ERT
11057 status collapsed
11058
11059 \begin_layout Standard
11060
11061
11062 \backslash
11063 mbox{
11064 \end_layout
11065
11066 \end_inset
11067
11068
11069 \family sans
11070 M-s\InsetSpace ~
11071
11072 \family default
11073 7
11074 \begin_inset ERT
11075 status collapsed
11076
11077 \begin_layout Standard
11078
11079 }
11080 \end_layout
11081
11082 \end_inset
11083
11084 )
11085 \end_layout
11086
11087 \begin_layout Labeling
11088 \labelwidthstring 00.00.0000
11089
11090 \family sans
11091 Largest
11092 \family default
11093  
11094 \size largest
11095 This is the 
11096 \begin_inset Quotes eld
11097 \end_inset
11098
11099 Largest
11100 \begin_inset Quotes erd
11101 \end_inset
11102
11103  font size.
11104
11105 \size default
11106  (keybinding 
11107 \begin_inset ERT
11108 status collapsed
11109
11110 \begin_layout Standard
11111
11112
11113 \backslash
11114 mbox{
11115 \end_layout
11116
11117 \end_inset
11118
11119
11120 \family sans
11121 M-s\InsetSpace ~
11122
11123 \family default
11124 8
11125 \begin_inset ERT
11126 status collapsed
11127
11128 \begin_layout Standard
11129
11130 }
11131 \end_layout
11132
11133 \end_inset
11134
11135 )
11136 \end_layout
11137
11138 \begin_layout Labeling
11139 \labelwidthstring 00.00.0000
11140
11141 \family sans
11142 Huge
11143 \family default
11144  
11145 \size huge
11146 This is the 
11147 \begin_inset Quotes eld
11148 \end_inset
11149
11150 Huge
11151 \begin_inset Quotes erd
11152 \end_inset
11153
11154  font size.
11155
11156 \size default
11157  (keybinding 
11158 \begin_inset ERT
11159 status collapsed
11160
11161 \begin_layout Standard
11162
11163
11164 \backslash
11165 mbox{
11166 \end_layout
11167
11168 \end_inset
11169
11170
11171 \family sans
11172 M-s\InsetSpace ~
11173 h
11174 \family default
11175
11176 \begin_inset ERT
11177 status collapsed
11178
11179 \begin_layout Standard
11180
11181 }
11182 \end_layout
11183
11184 \end_inset
11185
11186  or 
11187 \begin_inset ERT
11188 status collapsed
11189
11190 \begin_layout Standard
11191
11192
11193 \backslash
11194 mbox{
11195 \end_layout
11196
11197 \end_inset
11198
11199
11200 \family sans
11201 M-s\InsetSpace ~
11202
11203 \family default
11204 9
11205 \begin_inset ERT
11206 status collapsed
11207
11208 \begin_layout Standard
11209
11210 }
11211 \end_layout
11212
11213 \end_inset
11214
11215 )
11216 \end_layout
11217
11218 \begin_layout Labeling
11219 \labelwidthstring 00.00.0000
11220
11221 \family sans
11222 Huger
11223 \family default
11224  
11225 \size giant
11226 This is the 
11227 \begin_inset Quotes eld
11228 \end_inset
11229
11230 Huger
11231 \begin_inset Quotes erd
11232 \end_inset
11233
11234  font size.
11235
11236 \size default
11237  (keybinding 
11238 \begin_inset ERT
11239 status collapsed
11240
11241 \begin_layout Standard
11242
11243
11244 \backslash
11245 mbox{
11246 \end_layout
11247
11248 \end_inset
11249
11250
11251 \family sans
11252 M-s\InsetSpace ~
11253 H
11254 \family default
11255
11256 \begin_inset ERT
11257 status collapsed
11258
11259 \begin_layout Standard
11260
11261 }
11262 \end_layout
11263
11264 \end_inset
11265
11266  or 
11267 \begin_inset ERT
11268 status collapsed
11269
11270 \begin_layout Standard
11271
11272
11273 \backslash
11274 mbox{
11275 \end_layout
11276
11277 \end_inset
11278
11279
11280 \family sans
11281 M-s\InsetSpace ~
11282
11283 \family default
11284 0
11285 \begin_inset ERT
11286 status collapsed
11287
11288 \begin_layout Standard
11289
11290 }
11291 \end_layout
11292
11293 \end_inset
11294
11295 )
11296 \end_layout
11297
11298 \end_deeper
11299 \begin_layout Standard
11300 We'll warn you 
11301 \emph on
11302 yet again
11303 \emph default
11304 : don't go crazy with this feature.
11305  You should almost never need to change the font size.
11306  LyX automatically changes the font size for different paragraph environments
11307  - use that instead.
11308  This is here for fine-tuning only!
11309 \end_layout
11310
11311 \begin_layout Labeling
11312 \labelwidthstring 00.00.0000
11313
11314 \family sans
11315 Misc
11316 \family default
11317  Here you can change a few other things at the character level.
11318  Options are:
11319 \end_layout
11320
11321 \begin_deeper
11322 \begin_layout Labeling
11323 \labelwidthstring 00.00.0000
11324
11325 \family sans
11326 Emph
11327 \family default
11328  
11329 \emph on
11330 This is text with emphasize on
11331 \emph default
11332 .
11333  This might seem like the same as 
11334 \shape italic
11335 Italic
11336 \shape default
11337 , but it is actually a bit different.
11338  Emphasized is a 
11339 \emph on
11340 logical
11341 \emph default
11342  attribute.
11343  That means every document class can define its own font used for emphasized
11344  text.
11345  Normally this font is equal to italic.
11346 \end_layout
11347
11348 \begin_layout Labeling
11349 \labelwidthstring 00.00.0000
11350
11351 \family sans
11352 Underbar
11353 \family default
11354  
11355 \bar under
11356 This is text with Underbar on.
11357
11358 \bar default
11359  (keybinding 
11360 \begin_inset ERT
11361 status collapsed
11362
11363 \begin_layout Standard
11364
11365
11366 \backslash
11367 mbox{
11368 \end_layout
11369
11370 \end_inset
11371
11372
11373 \family sans
11374 M-c\InsetSpace ~
11375 u
11376 \family default
11377
11378 \begin_inset ERT
11379 status collapsed
11380
11381 \begin_layout Standard
11382
11383 }
11384 \end_layout
11385
11386 \end_inset
11387
11388
11389 \family sans
11390 )
11391 \newline
11392
11393 \family default
11394 Avoid using underbar if you can! It's a holdover from the typewriter days,
11395  when you couldn't change fonts.
11396  We no longer need to emphasize text by underscoring characters.
11397  It's only included in LyX because some people 
11398 \emph on
11399 may
11400 \emph default
11401  need it in order to follow style sheets for journal submissions.
11402 \end_layout
11403
11404 \begin_layout Labeling
11405 \labelwidthstring 00.00.0000
11406
11407 \family sans
11408 Noun
11409 \family default
11410  
11411 \noun on
11412 This is text with Noun on.
11413
11414 \noun default
11415  Like 
11416 \family sans
11417 Emph
11418 \family default
11419 , this is a logical attribute.
11420  Normally it's equivalent to 
11421 \family sans
11422 Small\InsetSpace ~
11423 Caps
11424 \family default
11425 .
11426 \end_layout
11427
11428 \end_deeper
11429 \begin_layout Labeling
11430 \labelwidthstring 00.00.0000
11431
11432 \family sans
11433 Color
11434 \family default
11435  You can adjust the color of the text with this control.
11436  Notice that not all dvi-viewers are are able to display colors.
11437  Besides 
11438 \family sans
11439 No\InsetSpace ~
11440 color
11441 \family default
11442 , which is the default 
11443 \begin_inset Quotes eld
11444 \end_inset
11445
11446 color
11447 \begin_inset Quotes erd
11448 \end_inset
11449
11450  and means normally black, you can choose between 
11451 \family sans
11452 Black
11453 \family default
11454
11455 \family sans
11456 White
11457 \family default
11458
11459 \family sans
11460 Red
11461 \family default
11462
11463 \family sans
11464 Green
11465 \family default
11466
11467 \family sans
11468 Blue
11469 \family default
11470
11471 \family sans
11472 Cyan
11473 \family default
11474
11475 \family sans
11476 Magenta
11477 \family default
11478  and 
11479 \family sans
11480 Yellow
11481 \family default
11482  text.
11483 \begin_inset Index
11484 status collapsed
11485
11486 \begin_layout Standard
11487 Color ! Text
11488 \end_layout
11489
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \begin_layout Labeling
11496 \labelwidthstring 00.00.0000
11497
11498 \family sans
11499 Language
11500 \family default
11501  This is used to mark regions of text as having a different language from
11502  the language of the document.
11503  Text marked in this way will be underlined in blue to indicate the change
11504  (only within LyX).
11505 \end_layout
11506
11507 \begin_layout Standard
11508 So you have a huge number of combinations to choose from.
11509  Once you've chosen a new character style via the 
11510 \family sans
11511 Edit\SpecialChar \menuseparator
11512 Text\InsetSpace ~
11513 Style
11514 \family default
11515  dialog, the settings are saved.
11516  You can activate them using the toolbar button 
11517 \begin_inset Graphics
11518         filename ../images/font-free-apply.png
11519         embed ""
11520
11521 \end_inset
11522
11523 .
11524  The button lets you toggle the state of your custom character style even
11525  when the dialog isn't visible.
11526  
11527 \end_layout
11528
11529 \begin_layout Standard
11530 To completely reset the character style to the default, use 
11531 \family sans
11532 M-c\InsetSpace ~
11533 Space
11534 \family default
11535 .
11536  If you want to toggle only those properties that you have just changed
11537  (suppose you just set the shape to 
11538 \begin_inset Quotes eld
11539 \end_inset
11540
11541 slanted
11542 \begin_inset Quotes erd
11543 \end_inset
11544
11545  and the series to 
11546 \begin_inset Quotes eld
11547 \end_inset
11548
11549 bold
11550 \begin_inset Quotes erd
11551 \end_inset
11552
11553 ), set the 
11554 \family sans
11555 Toggle\InsetSpace ~
11556 all
11557 \family default
11558  switch and press 
11559 \family sans
11560 Apply
11561 \family default
11562 .
11563 \end_layout
11564
11565 \begin_layout Standard
11566 You should also know something about the differences between the three main
11567  font types 
11568 \family sans
11569 serif
11570 \family default
11571
11572 \family sans
11573 sans\InsetSpace ~
11574 serif
11575 \family default
11576 , and 
11577 \family sans
11578 typewriter
11579 \family default
11580 :
11581 \end_layout
11582
11583 \begin_layout Itemize
11584
11585 \family sans
11586 Typewriter
11587 \family default
11588  is a so called 
11589 \begin_inset Quotes eld
11590 \end_inset
11591
11592 monospaced
11593 \begin_inset Quotes erd
11594 \end_inset
11595
11596  font, that means every character has the same width, the 
11597 \begin_inset Quotes eld
11598 \end_inset
11599
11600 i
11601 \begin_inset Quotes erd
11602 \end_inset
11603
11604  is as wide as the 
11605 \begin_inset Quotes eld
11606 \end_inset
11607
11608 m
11609 \begin_inset Quotes erd
11610 \end_inset
11611
11612 .
11613  Here is an example
11614 \newline
11615
11616 \begin_inset ERT
11617 status collapsed
11618
11619 \begin_layout Standard
11620
11621
11622 \backslash
11623 phantom{
11624 \end_layout
11625
11626 \end_inset
11627
11628 no 
11629 \begin_inset ERT
11630 status collapsed
11631
11632 \begin_layout Standard
11633
11634 }
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \family typewriter
11641 typewriter text
11642 \family default
11643
11644 \begin_inset Note Note
11645 status collapsed
11646
11647 \begin_layout Standard
11648 For more on phantoms see section\InsetSpace ~
11649
11650 \begin_inset CommandInset ref
11651 LatexCommand ref
11652 reference "sub:Other-space-variants"
11653
11654 \end_inset
11655
11656 .
11657 \end_layout
11658
11659 \end_inset
11660
11661
11662 \newline
11663 no typewriter text
11664 \end_layout
11665
11666 \begin_layout Itemize
11667
11668 \family sans
11669 Serif
11670 \family default
11671  fonts use characters with serifs.
11672  These are the small 
11673 \begin_inset Quotes eld
11674 \end_inset
11675
11676 appendices
11677 \begin_inset Quotes erd
11678 \end_inset
11679
11680  at all ends of of the streaks that form the character.
11681  The following example will show the difference:
11682 \newline
11683 text with serifs
11684 \newline
11685
11686 \family sans
11687 text without serifs
11688 \family default
11689
11690 \newline
11691 Serifs facilitates an easy and fast reading.
11692  They are therefore used as default font (named 
11693 \family sans
11694 roman
11695 \family default
11696 ).
11697 \end_layout
11698
11699 \begin_layout Itemize
11700
11701 \family sans
11702 Sans serif
11703 \family default
11704  don't use serifs.
11705  This font type is therefore often used for headings and short texts.
11706  We use it in this document to highlight menu names.
11707 \end_layout
11708
11709 \begin_layout Standard
11710 We conclude with the same warning once again: Don't overuse the fonts.
11711  They are, more often than not, a kludge and a bad substitute for good writing.
11712 \end_layout
11713
11714 \begin_layout Section
11715 Printing and Previewing
11716 \end_layout
11717
11718 \begin_layout Subsection
11719 Overview
11720 \end_layout
11721
11722 \begin_layout Standard
11723 Now that we've covered some of the basic features of document preparation
11724  using LyX, you probably want to know how to print out your masterpiece.
11725  Before we tell you that, we want to give you a quick explanation of what
11726  goes on behind-the-scenes.
11727  We cover these informations in much greater detail in the 
11728 \emph on
11729 Extended\InsetSpace ~
11730 Features
11731 \emph default
11732  manual as well.
11733 \end_layout
11734
11735 \begin_layout Standard
11736 LyX uses the program LaTeX as its backend.
11737  LaTeX is just a macro package for the TeX typesetting system, but to prevent
11738  confusion, we'll only refer to LaTeX.
11739  LyX is what you use to do your actual writing.
11740  Then, LyX calls LaTeX to turn your writing into printable output.
11741  This happens in two stages:
11742 \end_layout
11743
11744 \begin_layout Enumerate
11745 First, LyX converts your document to a series of text commands for LaTeX,
11746  generating a file with the extension, 
11747 \begin_inset Quotes eld
11748 \end_inset
11749
11750
11751 \family typewriter
11752 .tex
11753 \family default
11754
11755 \begin_inset Quotes erd
11756 \end_inset
11757
11758 .
11759 \end_layout
11760
11761 \begin_layout Enumerate
11762 Next, LaTeX uses the commands in the 
11763 \family typewriter
11764 .tex
11765 \family default
11766  file to produce printable output.
11767  
11768 \end_layout
11769
11770 \begin_layout Subsection
11771 Output file formats
11772 \begin_inset Index
11773 status collapsed
11774
11775 \begin_layout Standard
11776 File formats
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \begin_inset CommandInset label
11783 LatexCommand label
11784 name "sub:Output-file-formats"
11785
11786 \end_inset
11787
11788
11789 \end_layout
11790
11791 \begin_layout Subsubsection
11792 ASCII
11793 \begin_inset Index
11794 status collapsed
11795
11796 \begin_layout Standard
11797 File formats ! ASCII
11798 \end_layout
11799
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \begin_layout Standard
11806 This file type has the extension 
11807 \begin_inset Quotes eld
11808 \end_inset
11809
11810
11811 \family typewriter
11812 .txt
11813 \family default
11814
11815 \begin_inset Quotes erd
11816 \end_inset
11817
11818 .
11819  It contains your document as plain text following the rules of the 
11820 \begin_inset Quotes eld
11821 \end_inset
11822
11823 American Standard Code for Information Interchange
11824 \begin_inset Quotes erd
11825 \end_inset
11826
11827  (ASCII).
11828 \end_layout
11829
11830 \begin_layout Standard
11831 You can export your document to ASCII by the menu 
11832 \family sans
11833 File\SpecialChar \menuseparator
11834 Export\SpecialChar \menuseparator
11835 ASCII
11836 \family default
11837 .
11838 \end_layout
11839
11840 \begin_layout Subsubsection
11841 LaTeX
11842 \begin_inset Index
11843 status collapsed
11844
11845 \begin_layout Standard
11846 File formats ! LaTeX
11847 \end_layout
11848
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \begin_layout Standard
11855 This file type has the extension 
11856 \begin_inset Quotes eld
11857 \end_inset
11858
11859
11860 \family typewriter
11861 .tex
11862 \family default
11863
11864 \begin_inset Quotes erd
11865 \end_inset
11866
11867  and contains all commands that are necessary for the LaTeX program to process
11868  your document.
11869  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
11870  it manually with console commands.
11871  The LaTeX-file is automatically created in LyX's temporary directory whenever
11872  you view or export your document.
11873 \end_layout
11874
11875 \begin_layout Standard
11876 You can export your document as LaTeX-file using the menu 
11877 \family sans
11878 File\SpecialChar \menuseparator
11879 Export\SpecialChar \menuseparator
11880 LaT
11881 \begin_inset ERT
11882 status collapsed
11883
11884 \begin_layout Standard
11885
11886 {}
11887 \end_layout
11888
11889 \end_inset
11890
11891 eX
11892 \family default
11893 .
11894 \end_layout
11895
11896 \begin_layout Subsubsection
11897 DVI
11898 \begin_inset Index
11899 status collapsed
11900
11901 \begin_layout Standard
11902 File formats ! DVI
11903 \end_layout
11904
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \begin_layout Standard
11911 This file type has the extension 
11912 \begin_inset Quotes eld
11913 \end_inset
11914
11915
11916 \family typewriter
11917 .dvi
11918 \family default
11919
11920 \begin_inset Quotes erd
11921 \end_inset
11922
11923 .
11924  It is called 
11925 \begin_inset Quotes eld
11926 \end_inset
11927
11928 device-independent
11929 \begin_inset Quotes erd
11930 \end_inset
11931
11932  (DVI), because it is completely portable; you can move them from one machine
11933  to another without needing to do any sort of conversion.
11934  At the time when this file-format was developed, this was no matter of
11935  course.
11936  DVIs are used for quick previews and as pre-stage for other output formats,
11937  like PostScript.
11938 \end_layout
11939
11940 \begin_layout Standard
11941 \begin_inset Note Greyedout
11942 status open
11943
11944 \begin_layout Standard
11945
11946 \series bold
11947 Note:
11948 \series default
11949  The DVI file doesn't contain images, they will only be a linked.
11950  So don't forget to deliver the images together with your DVIs.
11951 \end_layout
11952
11953 \end_inset
11954
11955 This property can also slow down your computer when you view the DVI.
11956  Because the DVI-viewer has to convert the image in the background to make
11957  it visible when you scroll in the DVI.
11958  So we recommend to use PDF for files with many images.
11959 \end_layout
11960
11961 \begin_layout Standard
11962 You can export your document to DVI by the menu 
11963 \family sans
11964 File\SpecialChar \menuseparator
11965 Export\SpecialChar \menuseparator
11966 DVI
11967 \family default
11968 .
11969 \end_layout
11970
11971 \begin_layout Subsubsection
11972 PostScript
11973 \begin_inset Index
11974 status collapsed
11975
11976 \begin_layout Standard
11977 File formats ! PostScript
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Standard
11986 This file type has the extension 
11987 \begin_inset Quotes eld
11988 \end_inset
11989
11990
11991 \family typewriter
11992 .ps
11993 \family default
11994
11995 \begin_inset Quotes erd
11996 \end_inset
11997
11998 .
11999  PostScript was developed by the company 
12000 \family typewriter
12001 Adobe
12002 \family default
12003  as printer language.
12004  The file contains therefore commands that the printer uses to print the
12005  file.
12006  PostScript can be seen as 
12007 \begin_inset Quotes eld
12008 \end_inset
12009
12010 programming language
12011 \begin_inset Quotes erd
12012 \end_inset
12013
12014 ; you can calculate with it and draw diagrams and images.
12015 \begin_inset Foot
12016 status collapsed
12017
12018 \begin_layout Standard
12019 If you are interested to learn more about this, have a look at the LaTeX-package
12020  
12021 \series bold
12022 pstricks
12023 \series default
12024
12025 \begin_inset Index
12026 status collapsed
12027
12028 \begin_layout Standard
12029 LaTeX-packages ! pstricks
12030 \end_layout
12031
12032 \end_inset
12033
12034 .
12035 \end_layout
12036
12037 \end_inset
12038
12039  Due to this ability, the files are often bigger than PDFs.
12040 \end_layout
12041
12042 \begin_layout Standard
12043 PostScript can only contain images in the format 
12044 \begin_inset Quotes eld
12045 \end_inset
12046
12047 Encapsulated PostScript
12048 \begin_inset Quotes erd
12049 \end_inset
12050
12051  (EPS, file extension 
12052 \begin_inset Quotes eld
12053 \end_inset
12054
12055
12056 \family typewriter
12057 .eps
12058 \family default
12059
12060 \begin_inset Quotes erd
12061 \end_inset
12062
12063 ).
12064  As LyX allows you to use any known image format in your document, it has
12065  to convert them in the background to EPS.
12066  If you have e.g 50 images in your document, LyX has to do 50 conversions
12067  whenever you view or export your document.
12068  This will slow down your workflow with LyX drastically.
12069  So if you plan to use PostScript, you can insert your images directly as
12070  EPS to avoid this problem.
12071 \end_layout
12072
12073 \begin_layout Standard
12074 You can export your document to PostScript using the menu 
12075 \family sans
12076 File\SpecialChar \menuseparator
12077 Export\SpecialChar \menuseparator
12078 PostScript
12079 \family default
12080 .
12081 \end_layout
12082
12083 \begin_layout Subsubsection
12084 PDF
12085 \begin_inset Index
12086 status collapsed
12087
12088 \begin_layout Standard
12089 File formats ! PDF
12090 \end_layout
12091
12092 \end_inset
12093
12094
12095 \begin_inset Index
12096 status collapsed
12097
12098 \begin_layout Standard
12099 PDF
12100 \end_layout
12101
12102 \end_inset
12103
12104
12105 \end_layout
12106
12107 \begin_layout Standard
12108 This file type has the extension 
12109 \begin_inset Quotes eld
12110 \end_inset
12111
12112
12113 \family typewriter
12114 .pdf
12115 \family default
12116
12117 \begin_inset Quotes erd
12118 \end_inset
12119
12120 .
12121  The 
12122 \begin_inset Quotes eld
12123 \end_inset
12124
12125 Portable Document Format
12126 \begin_inset Quotes erd
12127 \end_inset
12128
12129  (PDF) is developed by 
12130 \family typewriter
12131 Adobe
12132 \family default
12133  as derivative from PostScript.
12134  It is more compressed and it uses much less commands than PostScript.
12135  As the name 
12136 \begin_inset Quotes eld
12137 \end_inset
12138
12139 portable
12140 \begin_inset Quotes erd
12141 \end_inset
12142
12143  implies, it can be processed at any computer system and the printed output
12144  looks exactly the same.
12145 \end_layout
12146
12147 \begin_layout Standard
12148 PDF can contain images in its own PDF format and in the formats 
12149 \begin_inset Quotes eld
12150 \end_inset
12151
12152 Joint Photographic Experts Group
12153 \begin_inset Quotes erd
12154 \end_inset
12155
12156  (JPG, file extension 
12157 \begin_inset Quotes eld
12158 \end_inset
12159
12160
12161 \family typewriter
12162 .jpg
12163 \family default
12164
12165 \begin_inset Quotes erd
12166 \end_inset
12167
12168  or 
12169 \begin_inset Quotes eld
12170 \end_inset
12171
12172
12173 \family typewriter
12174 .jpeg
12175 \family default
12176
12177 \begin_inset Quotes erd
12178 \end_inset
12179
12180 ) and 
12181 \begin_inset Quotes eld
12182 \end_inset
12183
12184 Portable Network Graphics
12185 \begin_inset Quotes erd
12186 \end_inset
12187
12188  (PNG, file extension 
12189 \begin_inset Quotes eld
12190 \end_inset
12191
12192
12193 \family typewriter
12194 .png
12195 \family default
12196
12197 \begin_inset Quotes erd
12198 \end_inset
12199
12200 ).
12201  You can although use any other image format, because LyX converts them
12202  in the background to one of these formats.
12203  But as described in the section about PostScript, the image conversion
12204  will slow down your workflow.
12205  So we recommend to use images in one of the three mentioned formats.
12206 \end_layout
12207
12208 \begin_layout Standard
12209 You can export your document to PDF via the menu 
12210 \family sans
12211 File\SpecialChar \menuseparator
12212 Export
12213 \family default
12214  in three different ways:
12215 \end_layout
12216
12217 \begin_layout Description
12218 PDF This uses the program 
12219 \family typewriter
12220 ps2pdf
12221 \family default
12222  that creates a PDF from a PostScript-version of your file.
12223  The PostScript-version is produced by the program 
12224 \family typewriter
12225 dvips
12226 \family default
12227  which uses a DVI-version as intermediate step.
12228  So this export variant consist of three conversions.
12229 \end_layout
12230
12231 \begin_layout Description
12232 PDF\InsetSpace ~
12233 (dvipdfm) This uses the program 
12234 \family typewriter
12235 dvipdfm
12236 \family default
12237  that converts your file in the background to DVI and in a second step to
12238  PDF.
12239 \end_layout
12240
12241 \begin_layout Description
12242 PDF\InsetSpace ~
12243 (pdflatex) This uses the program 
12244 \family typewriter
12245 pdftex
12246 \family default
12247  that converts your file directly to PDF.
12248 \end_layout
12249
12250 \begin_layout Standard
12251 We recommend to use 
12252 \family sans
12253 PDF\InsetSpace ~
12254 (pdflatex)
12255 \family default
12256  because 
12257 \family typewriter
12258 pdftex
12259 \family default
12260  supports all features of actual PDF-versions, is quick and works stable
12261  without problems.
12262  The program 
12263 \family typewriter
12264 dvipdfm
12265 \family default
12266  is no more under development and therefore a bit outdated.
12267 \end_layout
12268
12269 \begin_layout Subsection
12270 Previewing
12271 \begin_inset Index
12272 status collapsed
12273
12274 \begin_layout Standard
12275 Document ! Preview 
12276 \end_layout
12277
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \begin_layout Standard
12284 To get a look at the final version of your document, with all of the pagebreaks
12285  in place, the footnotes correctly numbered, and so on, use the menu 
12286 \family sans
12287 View
12288 \family default
12289  and choose a file type.
12290  A viewing program will popup showing the output.
12291  For 
12292 \family sans
12293 View\SpecialChar \menuseparator
12294 DVI
12295 \family default
12296  you can use the toolbar button 
12297 \begin_inset Graphics
12298         filename ../images/buffer-view_dvi.png
12299         embed ""
12300
12301 \end_inset
12302
12303  (shortcut 
12304 \family sans
12305 C-d
12306 \family default
12307 ), for 
12308 \family sans
12309 View\SpecialChar \menuseparator
12310 PDF\InsetSpace ~
12311 (pdflatex)
12312 \family default
12313  you can use the toolbar button 
12314 \begin_inset Graphics
12315         filename ../images/buffer-export_pdf2.png
12316         embed ""
12317
12318 \end_inset
12319
12320 .
12321 \end_layout
12322
12323 \begin_layout Standard
12324 If you have changed your document, you can refresh the output in the same
12325  viewer window using the menu 
12326 \family sans
12327 View\SpecialChar \menuseparator
12328 Update
12329 \family default
12330 .
12331 \end_layout
12332
12333 \begin_layout Standard
12334 When you preview a file, the output file is only generated in LyX's temporary
12335  directory.
12336  To have a real output, export your document.
12337 \end_layout
12338
12339 \begin_layout Subsection
12340 Printing the File from within LyX
12341 \begin_inset CommandInset label
12342 LatexCommand label
12343 name "sub:Printing-the-File"
12344
12345 \end_inset
12346
12347
12348 \end_layout
12349
12350 \begin_layout Standard
12351 Instead of exporting your file and then printing them, you can also print
12352  it directly from within LyX.
12353  To print a file, select the menu 
12354 \family sans
12355 File\SpecialChar \menuseparator
12356 Print
12357 \family default
12358  or click on the toolbar button 
12359 \begin_inset Graphics
12360         filename ../images/dialog-show_print.png
12361         embed ""
12362
12363 \end_inset
12364
12365 .
12366  LyX will internally call LaTeX to produce a DVI.
12367  This file is then processed by the program 
12368 \family typewriter
12369 dvips
12370 \family default
12371  to PostScript-file, which is finally printed using the program 
12372 \family typewriter
12373 Ghostscript
12374 \family default
12375 .
12376  Due to these steps in the background, this method is not the fastest.
12377 \end_layout
12378
12379 \begin_layout Standard
12380 You can choose to print only even-numbered or odd-numbered pages - this
12381  is useful for printing on two sides: You can re-insert the pages after
12382  printing one set to print on the other side.
12383  Some printers spit out pages face-up, others, face-down.
12384  By choosing a particular order to print in, you can take the entire stack
12385  of pages out of the printer without needing to reorder them.
12386 \end_layout
12387
12388 \begin_layout Standard
12389 You can set the parameters in the 
12390 \family sans
12391 Print\InsetSpace ~
12392 Destination
12393 \family default
12394  box as follows:
12395 \end_layout
12396
12397 \begin_layout Labeling
12398 \labelwidthstring 00.00.0000
12399
12400 \family sans
12401 Printer
12402 \family default
12403  This is the name of the printer to print to.
12404 \begin_inset Foot
12405 status collapsed
12406
12407 \begin_layout Standard
12408 Note that this printer name is for the program 
12409 \family typewriter
12410 dvips
12411 \family default
12412 .
12413  That means 
12414 \family typewriter
12415 dvips
12416 \family default
12417  has to be configured for this printer name.
12418  The default printer can be set in LyX's preferences dialog, see section\InsetSpace ~
12419
12420 \begin_inset CommandInset ref
12421 LatexCommand ref
12422 reference "sub:Printer"
12423
12424 \end_inset
12425
12426 .
12427 \end_layout
12428
12429 \end_inset
12430
12431  The printer should understand PostScript.
12432 \end_layout
12433
12434 \begin_layout Labeling
12435 \labelwidthstring 00.00.0000
12436
12437 \family sans
12438 File
12439 \family default
12440  The name of a file to print to.
12441  The output will be a PostScript file.
12442  It will be written in LyX's working directory unless you specify the full
12443  path.
12444 \end_layout
12445
12446 \begin_layout Section
12447 A few Words about Typography
12448 \begin_inset Index
12449 status collapsed
12450
12451 \begin_layout Standard
12452 Typography
12453 \end_layout
12454
12455 \end_inset
12456
12457
12458 \end_layout
12459
12460 \begin_layout Subsection
12461 Hyphens
12462 \begin_inset Index
12463 status collapsed
12464
12465 \begin_layout Standard
12466 Hyphens
12467 \end_layout
12468
12469 \end_inset
12470
12471
12472 \begin_inset CommandInset label
12473 LatexCommand label
12474 name "sub:Hyphens"
12475
12476 \end_inset
12477
12478
12479 \end_layout
12480
12481 \begin_layout Standard
12482 In LyX, the 
12483 \begin_inset Quotes eld
12484 \end_inset
12485
12486
12487 \family typewriter
12488 -
12489 \family default
12490
12491 \begin_inset Quotes eld
12492 \end_inset
12493
12494  character comes in three lengths, often called the 
12495 \emph on
12496 hyphen
12497 \emph default
12498 , the 
12499 \emph on
12500 en dash
12501 \emph default
12502 , and the 
12503 \emph on
12504 em dash
12505 \emph default
12506 :
12507 \end_layout
12508
12509 \begin_layout Enumerate
12510 hyphen
12511 \hfill
12512 -
12513 \hfill
12514 made with 
12515 \begin_inset Quotes eld
12516 \end_inset
12517
12518
12519 \family typewriter
12520 -
12521 \family default
12522
12523 \begin_inset Quotes eld
12524 \end_inset
12525
12526
12527 \end_layout
12528
12529 \begin_layout Enumerate
12530 en dash
12531 \hfill
12532 --
12533 \hfill
12534 made with 
12535 \begin_inset Quotes eld
12536 \end_inset
12537
12538
12539 \family typewriter
12540 -
12541 \begin_inset ERT
12542 status collapsed
12543
12544 \begin_layout Standard
12545
12546
12547 \backslash
12548 /
12549 \end_layout
12550
12551 \end_inset
12552
12553 -
12554 \family default
12555
12556 \begin_inset Quotes eld
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \begin_layout Enumerate
12563 em dash
12564 \hfill
12565 ---
12566 \hfill
12567 made with 
12568 \begin_inset Quotes eld
12569 \end_inset
12570
12571
12572 \family typewriter
12573 -
12574 \begin_inset ERT
12575 status collapsed
12576
12577 \begin_layout Standard
12578
12579
12580 \backslash
12581 /
12582 \end_layout
12583
12584 \end_inset
12585
12586 -
12587 \begin_inset ERT
12588 status collapsed
12589
12590 \begin_layout Standard
12591
12592
12593 \backslash
12594 /
12595 \end_layout
12596
12597 \end_inset
12598
12599 -
12600 \family default
12601
12602 \begin_inset Quotes eld
12603 \end_inset
12604
12605
12606 \end_layout
12607
12608 \begin_layout Enumerate
12609 minus sign
12610 \hfill
12611
12612 \begin_inset Formula $-$
12613 \end_inset
12614
12615
12616 \hfill
12617
12618 \begin_inset Quotes eld
12619 \end_inset
12620
12621
12622 \family typewriter
12623 -
12624 \family default
12625
12626 \begin_inset Quotes eld
12627 \end_inset
12628
12629  in math mode
12630 \end_layout
12631
12632 \begin_layout Standard
12633 You generate them by inserting the 
12634 \begin_inset Quotes eld
12635 \end_inset
12636
12637
12638 \family typewriter
12639 -
12640 \family default
12641
12642 \begin_inset Quotes eld
12643 \end_inset
12644
12645  character multiple times in a row.
12646  They are automatically converted to the appropriate length dash in the
12647  final output, but not in LyX.
12648 \end_layout
12649
12650 \begin_layout Standard
12651 The three dash types are distinct from the minus sign, which appears in
12652  math mode and has a length of its own.
12653  Here are some examples of the 
12654 \begin_inset Quotes eld
12655 \end_inset
12656
12657
12658 \family typewriter
12659 -
12660 \family default
12661
12662 \begin_inset Quotes eld
12663 \end_inset
12664
12665  in use:
12666 \end_layout
12667
12668 \begin_layout Enumerate
12669 line- and page-breaks
12670 \hfill
12671 (
12672 \emph on
12673 hyphen
12674 \emph default
12675 )
12676 \end_layout
12677
12678 \begin_layout Enumerate
12679 From A--Z
12680 \hfill
12681 (
12682 \emph on
12683 en dash
12684 \emph default
12685 )
12686 \end_layout
12687
12688 \begin_layout Enumerate
12689 Oh --- there's a dash.
12690 \hfill
12691 (
12692 \emph on
12693 em dash
12694 \emph default
12695 )
12696 \end_layout
12697
12698 \begin_layout Enumerate
12699 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12700 \end_inset
12701
12702
12703 \hfill
12704 (
12705 \emph on
12706 minus sign
12707 \emph default
12708 )
12709 \end_layout
12710
12711 \begin_layout Subsection
12712 Hyphenation
12713 \begin_inset Index
12714 status collapsed
12715
12716 \begin_layout Standard
12717 Hyphenation
12718 \end_layout
12719
12720 \end_inset
12721
12722
12723 \begin_inset CommandInset label
12724 LatexCommand label
12725 name "sub:Hyphenation"
12726
12727 \end_inset
12728
12729
12730 \end_layout
12731
12732 \begin_layout Standard
12733 Words aren't hyphenated within LyX but automatically in the output.
12734  Hyphenation is done by the LaTeX-package 
12735 \series bold
12736 babel
12737 \begin_inset Index
12738 status collapsed
12739
12740 \begin_layout Standard
12741 LaTeX-packages ! babel
12742 \end_layout
12743
12744 \end_inset
12745
12746
12747 \series default
12748  following the rules of the document language
12749 \begin_inset Foot
12750 status collapsed
12751
12752 \begin_layout Standard
12753 For German readers: That's one of the main differences between the languages
12754  
12755 \family sans
12756 German
12757 \family default
12758  and 
12759 \family sans
12760 German\InsetSpace ~
12761 (new\InsetSpace ~
12762 spelling)
12763 \family default
12764  in the 
12765 \family sans
12766 Document\SpecialChar \menuseparator
12767 Settings
12768 \family default
12769  dialog.
12770 \end_layout
12771
12772 \end_inset
12773
12774 .
12775 \end_layout
12776
12777 \begin_layout Standard
12778 LaTeX hyphenates nearly perfectly, it has only problems with text in the
12779  font 
12780 \family sans
12781 typewriter
12782 \family default
12783  and with unusual constructs, like 
12784 \begin_inset Quotes eld
12785 \end_inset
12786
12787 h3knix/m0n0wall
12788 \begin_inset Quotes erd
12789 \end_inset
12790
12791 .
12792  If LaTeX can't break a word correctly, you can set hyphenation points manually.
12793  This is done with the menu 
12794 \family sans
12795 Insert\SpecialChar \menuseparator
12796 Formatting\SpecialChar \menuseparator
12797 Hyphenation\InsetSpace ~
12798 Point
12799 \family default
12800 .
12801  These extra hyphenation points are only recommendations to LaTeX.
12802  If no hyphenation is necessary, LaTeX will ignore them.
12803 \end_layout
12804
12805 \begin_layout Standard
12806 Sometimes you want to prevent words or constructs to be hyphenated.
12807  The keybindings/shortcuts in this document consists of three letters with
12808  a hyphen and a space in the form 
12809 \begin_inset Quotes eld
12810 \end_inset
12811
12812 A-b c
12813 \begin_inset Quotes erd
12814 \end_inset
12815
12816 .
12817  LaTeX finds there the hyphen 
12818 \begin_inset Quotes eld
12819 \end_inset
12820
12821 -
12822 \begin_inset Quotes erd
12823 \end_inset
12824
12825  as hyphenation possibility.
12826  Hyphenating at this point would look ugly.
12827  To prevent the shortcut from being hyphenated, we can put it in the argument
12828  of the LaTeX-box-command 
12829 \series bold
12830
12831 \backslash
12832 mbox
12833 \series default
12834 , because text within LaTeX-boxes can't be hyphenated.
12835  As LyX doesn't support 
12836 \series bold
12837
12838 \backslash
12839 mbox
12840 \series default
12841 , we have to use ERT.
12842  The result looks in LyX like:
12843 \end_layout
12844
12845 \begin_layout Standard
12846 \begin_inset Graphics
12847         filename clipart/mbox.png
12848         embed ""
12849
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Standard
12856 To learn more about ERT, have a look at section\InsetSpace ~
12857
12858 \begin_inset CommandInset ref
12859 LatexCommand ref
12860 reference "sec:ERT"
12861
12862 \end_inset
12863
12864 .
12865 \end_layout
12866
12867 \begin_layout Subsection
12868 Punctuation Marks
12869 \begin_inset Index
12870 status collapsed
12871
12872 \begin_layout Standard
12873 Punctuation marks
12874 \end_layout
12875
12876 \end_inset
12877
12878
12879 \end_layout
12880
12881 \begin_layout Subsubsection
12882 Abbreviations and End of Sentence
12883 \begin_inset CommandInset label
12884 LatexCommand label
12885 name "sub:Abbreviations"
12886
12887 \end_inset
12888
12889
12890 \end_layout
12891
12892 \begin_layout Standard
12893 When LyX calls LaTeX to generate the final version of your document, LaTeX
12894  automatically distinguishes between words, sentences, and abbreviations.
12895  LaTeX then adds the 
12896 \begin_inset Quotes eld
12897 \end_inset
12898
12899 appropriate amount of space
12900 \begin_inset Quotes erd
12901 \end_inset
12902
12903 .
12904  That means sentences get a little bit more space between the period and
12905  the next word.
12906  Abbreviations get the same amount of space after the period as a word uses.
12907 \end_layout
12908
12909 \begin_layout Standard
12910 Unfortunately, the algorithm for figuring out what's an abbreviation works
12911  not for all cases.
12912  If a 
12913 \begin_inset Quotes eld
12914 \end_inset
12915
12916
12917 \family typewriter
12918 .
12919 \family default
12920
12921 \begin_inset Quotes erd
12922 \end_inset
12923
12924  is at the end of a lowercase letter, it's the end of a sentence; if it's
12925  at the end of a capitalized letter, it's an abbreviation.
12926 \end_layout
12927
12928 \begin_layout Standard
12929 Here are some examples of 
12930 \emph on
12931 correct
12932 \emph default
12933  abbreviations and the end of a sentence:
12934 \end_layout
12935
12936 \begin_layout Itemize
12937 M.
12938  Butterfly
12939 \end_layout
12940
12941 \begin_layout Itemize
12942 Don't worry.
12943  Be happy.
12944 \end_layout
12945
12946 \begin_layout Standard
12947 And here's an example of the algorithm going wrong:
12948 \end_layout
12949
12950 \begin_layout Itemize
12951 e.
12952  g.
12953  this is too much space!
12954 \end_layout
12955
12956 \begin_layout Itemize
12957 This is I.
12958  It's okay.
12959 \end_layout
12960
12961 \begin_layout Standard
12962 You won't see anything wrong until you view a final version of your document.
12963 \end_layout
12964
12965 \begin_layout Standard
12966 To fix this problem, use one of the following:
12967 \end_layout
12968
12969 \begin_layout Enumerate
12970 Use an 
12971 \family sans
12972 Inter-word\InsetSpace ~
12973 Space
12974 \family default
12975  after lowercase abbreviations (see section\InsetSpace ~
12976
12977 \begin_inset CommandInset ref
12978 LatexCommand ref
12979 reference "sub:Inter-word-Space"
12980
12981 \end_inset
12982
12983 ).
12984 \begin_inset Index
12985 status collapsed
12986
12987 \begin_layout Standard
12988 Spaces ! inter-word
12989 \end_layout
12990
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \begin_layout Enumerate
12997 Use a 
12998 \family sans
12999 Thin\InsetSpace ~
13000 Space
13001 \family default
13002  between two tokens of an abbreviation (see section\InsetSpace ~
13003
13004 \begin_inset CommandInset ref
13005 LatexCommand ref
13006 reference "sub:Thin-Space"
13007
13008 \end_inset
13009
13010 ).
13011 \begin_inset Index
13012 status collapsed
13013
13014 \begin_layout Standard
13015 Spaces ! thin
13016 \end_layout
13017
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \begin_layout Enumerate
13024 Use an 
13025 \family sans
13026 End\InsetSpace ~
13027 of\InsetSpace ~
13028 sentence\InsetSpace ~
13029 period
13030 \family default
13031  found under the 
13032 \family sans
13033 Insert\SpecialChar \menuseparator
13034 Special\InsetSpace ~
13035 Character
13036 \family default
13037  menu to force the use of inter-sentence spacing.
13038  This function is also bound to 
13039 \family sans
13040 C-period
13041 \family default
13042  for easy access.
13043 \end_layout
13044
13045 \begin_layout Standard
13046 With the corrections, our earlier examples look like this:
13047 \end_layout
13048
13049 \begin_layout Itemize
13050 e.\InsetSpace \thinspace{}
13051 g.\InsetSpace \space{}
13052 this is too much space!
13053 \end_layout
13054
13055 \begin_layout Itemize
13056 This is I\SpecialChar \@.
13057  It's okay.
13058 \end_layout
13059
13060 \begin_layout Standard
13061 Some languages don't use extra spacing between sentences.
13062  If your language is such a language, you don't need to worry, because the
13063  LaTeX will care about this.
13064 \end_layout
13065
13066 \begin_layout Standard
13067 For those that do need to bother, there is help to catch those sneaky errors:
13068  check out the 
13069 \family sans
13070 Tools\SpecialChar \menuseparator
13071 Check\InsetSpace ~
13072 TeX
13073 \family default
13074  feature described in section 
13075 \emph on
13076 Checking TeX
13077 \emph default
13078  of the 
13079 \emph on
13080 Extended Features
13081 \emph default
13082  manual.
13083 \end_layout
13084
13085 \begin_layout Subsubsection
13086 Quotes
13087 \begin_inset Index
13088 status collapsed
13089
13090 \begin_layout Standard
13091 Typography ! Quotes
13092 \end_layout
13093
13094 \end_inset
13095
13096
13097 \begin_inset Index
13098 status collapsed
13099
13100 \begin_layout Standard
13101 Quotes | see
13102 \begin_inset ERT
13103 status collapsed
13104
13105 \begin_layout Standard
13106
13107 {
13108 \end_layout
13109
13110 \end_inset
13111
13112 Typography
13113 \begin_inset ERT
13114 status collapsed
13115
13116 \begin_layout Standard
13117
13118 }
13119 \end_layout
13120
13121 \end_inset
13122
13123
13124 \end_layout
13125
13126 \end_inset
13127
13128
13129 \begin_inset CommandInset label
13130 LatexCommand label
13131 name "sub:Quotes"
13132
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 LyX usually sets quotes correctly.
13140  Specifically, it will use an opening quote at the beginning of quoted text,
13141  and use a closing quote at the end.
13142  For example, 
13143 \begin_inset Quotes eld
13144 \end_inset
13145
13146 open close
13147 \begin_inset Quotes erd
13148 \end_inset
13149
13150 .
13151  The keyboard character, 
13152 \family sans
13153 "
13154 \family default
13155 , generates this automatically.
13156 \end_layout
13157
13158 \begin_layout Standard
13159 You can change the behavior of the 
13160 \family sans
13161 "
13162 \family default
13163  key using the submenu 
13164 \family sans
13165 Language
13166 \family default
13167  of the dialog 
13168 \family sans
13169 Document\SpecialChar \menuseparator
13170 Settings
13171 \family default
13172
13173 \begin_inset Index
13174 status collapsed
13175
13176 \begin_layout Standard
13177 Document ! Settings
13178 \end_layout
13179
13180 \end_inset
13181
13182  dialog.
13183 \end_layout
13184
13185 \begin_layout Standard
13186 You can also select quotes for different languages in the box 
13187 \family sans
13188 Type
13189 \family default
13190  option.
13191  There are six choices:
13192 \end_layout
13193
13194 \begin_layout Labeling
13195 \labelwidthstring 00.00.0000
13196
13197 \family sans
13198 \begin_inset Quotes eld
13199 \end_inset
13200
13201 Text
13202 \begin_inset Quotes erd
13203 \end_inset
13204
13205
13206 \family default
13207  Use quotes like this 
13208 \begin_inset Quotes eld
13209 \end_inset
13210
13211 double
13212 \begin_inset Quotes erd
13213 \end_inset
13214
13215  or 
13216 \begin_inset Quotes els
13217 \end_inset
13218
13219 single
13220 \begin_inset Quotes ers
13221 \end_inset
13222
13223
13224 \end_layout
13225
13226 \begin_layout Labeling
13227 \labelwidthstring 00.00.0000
13228
13229 \family sans
13230 \begin_inset Quotes sld
13231 \end_inset
13232
13233 Text
13234 \begin_inset Quotes srd
13235 \end_inset
13236
13237
13238 \family default
13239  Use quotes like 
13240 \begin_inset Quotes sld
13241 \end_inset
13242
13243 this
13244 \begin_inset Quotes srd
13245 \end_inset
13246
13247  or 'this
13248 \begin_inset Quotes ers
13249 \end_inset
13250
13251
13252 \end_layout
13253
13254 \begin_layout Labeling
13255 \labelwidthstring 00.00.0000
13256
13257 \family sans
13258 \begin_inset Quotes gld
13259 \end_inset
13260
13261 Text
13262 \begin_inset Quotes grd
13263 \end_inset
13264
13265
13266 \family default
13267  Use quotes like 
13268 \begin_inset Quotes gld
13269 \end_inset
13270
13271 this
13272 \begin_inset Quotes grd
13273 \end_inset
13274
13275  or 
13276 \begin_inset Quotes gls
13277 \end_inset
13278
13279 this
13280 \begin_inset Quotes grs
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \begin_layout Labeling
13287 \labelwidthstring 00.00.0000
13288
13289 \family sans
13290 \begin_inset Quotes pld
13291 \end_inset
13292
13293 Text
13294 \begin_inset Quotes prd
13295 \end_inset
13296
13297
13298 \family default
13299  Use quotes like 
13300 \begin_inset Quotes pld
13301 \end_inset
13302
13303 this
13304 \begin_inset Quotes prd
13305 \end_inset
13306
13307  or 
13308 \begin_inset Quotes pls
13309 \end_inset
13310
13311 this
13312 \begin_inset Quotes prs
13313 \end_inset
13314
13315
13316 \end_layout
13317
13318 \begin_layout Labeling
13319 \labelwidthstring 00.00.0000
13320
13321 \family sans
13322 \begin_inset Quotes fld
13323 \end_inset
13324
13325 Text
13326 \begin_inset Quotes frd
13327 \end_inset
13328
13329
13330 \family default
13331  Use quotes like 
13332 \begin_inset Quotes fld
13333 \end_inset
13334
13335 this
13336 \begin_inset Quotes frd
13337 \end_inset
13338
13339  or 
13340 \begin_inset Quotes fls
13341 \end_inset
13342
13343 this
13344 \begin_inset Quotes frs
13345 \end_inset
13346
13347
13348 \end_layout
13349
13350 \begin_layout Labeling
13351 \labelwidthstring 00.00.0000
13352
13353 \family sans
13354 \begin_inset Quotes ald
13355 \end_inset
13356
13357 Text
13358 \begin_inset Quotes ard
13359 \end_inset
13360
13361
13362 \family default
13363  Use quotes like 
13364 \begin_inset Quotes ald
13365 \end_inset
13366
13367 this
13368 \begin_inset Quotes ard
13369 \end_inset
13370
13371  or 
13372 \begin_inset Quotes als
13373 \end_inset
13374
13375 this
13376 \begin_inset Quotes ars
13377 \end_inset
13378
13379
13380 \end_layout
13381
13382 \begin_layout Standard
13383 These settings affects what character the 
13384 \family sans
13385 "
13386 \family default
13387  key produces.
13388 \end_layout
13389
13390 \begin_layout Subsection
13391 Ligatures
13392 \begin_inset Index
13393 status collapsed
13394
13395 \begin_layout Standard
13396 Typography ! Ligatures
13397 \end_layout
13398
13399 \end_inset
13400
13401
13402 \begin_inset Index
13403 status collapsed
13404
13405 \begin_layout Standard
13406 Ligatures | see
13407 \begin_inset ERT
13408 status collapsed
13409
13410 \begin_layout Standard
13411
13412 {
13413 \end_layout
13414
13415 \end_inset
13416
13417 Typography
13418 \begin_inset ERT
13419 status collapsed
13420
13421 \begin_layout Standard
13422
13423 }
13424 \end_layout
13425
13426 \end_inset
13427
13428
13429 \end_layout
13430
13431 \end_inset
13432
13433
13434 \begin_inset CommandInset label
13435 LatexCommand label
13436 name "sub:Ligatures"
13437
13438 \end_inset
13439
13440
13441 \end_layout
13442
13443 \begin_layout Standard
13444 It is standard typesetting practice to group certain letters together and
13445  print them as single characters.
13446  These groups are known as 
13447 \emph on
13448 ligatures
13449 \emph default
13450 .
13451  Since LaTeX knows about ligatures, your documents will contain them too
13452  in the output.
13453  Here are the standard ligatures:
13454 \end_layout
13455
13456 \begin_layout Itemize
13457 ff
13458 \end_layout
13459
13460 \begin_layout Itemize
13461 fi
13462 \end_layout
13463
13464 \begin_layout Itemize
13465 fl
13466 \end_layout
13467
13468 \begin_layout Itemize
13469 ffi
13470 \end_layout
13471
13472 \begin_layout Itemize
13473 ffl
13474 \end_layout
13475
13476 \begin_layout Standard
13477 Some languages uses other ligatures if the document font supports them.
13478 \end_layout
13479
13480 \begin_layout Standard
13481 Sometimes, you don't want a ligature in a word.
13482  While a ligature may be okay in the word, 
13483 \begin_inset Quotes eld
13484 \end_inset
13485
13486 graffiti,
13487 \begin_inset Quotes erd
13488 \end_inset
13489
13490  it looks really weird in compound words, such as 
13491 \begin_inset Quotes eld
13492 \end_inset
13493
13494 cufflink
13495 \begin_inset Quotes erd
13496 \end_inset
13497
13498  or the German 
13499 \begin_inset Quotes eld
13500 \end_inset
13501
13502 Dorffest.
13503 \begin_inset Quotes erd
13504 \end_inset
13505
13506  To break a ligature, use 
13507 \family sans
13508 Insert\SpecialChar \menuseparator
13509 Formatting\SpecialChar \menuseparator
13510 Ligature\InsetSpace ~
13511 Break.
13512
13513 \family default
13514  This changes 
13515 \begin_inset Quotes eld
13516 \end_inset
13517
13518 cufflinks
13519 \begin_inset Quotes erd
13520 \end_inset
13521
13522  to 
13523 \begin_inset Quotes eld
13524 \end_inset
13525
13526 cuff\SpecialChar \textcompwordmark{}
13527 links
13528 \begin_inset Quotes erd
13529 \end_inset
13530
13531  and 
13532 \begin_inset Quotes eld
13533 \end_inset
13534
13535 Dorffest
13536 \begin_inset Quotes erd
13537 \end_inset
13538
13539  to 
13540 \begin_inset Quotes eld
13541 \end_inset
13542
13543 Dorf\SpecialChar \textcompwordmark{}
13544 fest
13545 \begin_inset Quotes erd
13546 \end_inset
13547
13548 .
13549 \end_layout
13550
13551 \begin_layout Subsection
13552 LyX's Proper Names
13553 \begin_inset Index
13554 status collapsed
13555
13556 \begin_layout Standard
13557 LyX ! Proper names
13558 \end_layout
13559
13560 \end_inset
13561
13562
13563 \begin_inset CommandInset label
13564 LatexCommand label
13565 name "sub:LyX's-Proper-Names"
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \begin_layout Standard
13573 You have surely noticed, that the word 
13574 \begin_inset Quotes eld
13575 \end_inset
13576
13577 LaTeX
13578 \begin_inset Quotes erd
13579 \end_inset
13580
13581  appears always with characters in different size and height.
13582  LaTeX is the name of the program used by LyX and is therefore recognized
13583  as proper name when you type it in LyX as 
13584 \begin_inset Quotes eld
13585 \end_inset
13586
13587 LaT
13588 \begin_inset ERT
13589 status collapsed
13590
13591 \begin_layout Standard
13592
13593 {}
13594 \end_layout
13595
13596 \end_inset
13597
13598 eX
13599 \begin_inset Quotes erd
13600 \end_inset
13601
13602 .
13603 \begin_inset Note Note
13604 status collapsed
13605
13606 \begin_layout Standard
13607 The braces in ERT are here to avoid that the 
13608 \begin_inset Quotes eld
13609 \end_inset
13610
13611 command
13612 \begin_inset Quotes erd
13613 \end_inset
13614
13615  appear as proper name in the output, see the last paragraph of this section.
13616  To create proper names omit the ERT.
13617 \end_layout
13618
13619 \end_inset
13620
13621  Note the order of the upper-and lowercase letters! LyX recognizes the following
13622  proper names:
13623 \end_layout
13624
13625 \begin_layout Description
13626 LyX The name of the game, write 
13627 \begin_inset Quotes eld
13628 \end_inset
13629
13630 L
13631 \begin_inset ERT
13632 status collapsed
13633
13634 \begin_layout Standard
13635
13636 {}
13637 \end_layout
13638
13639 \end_inset
13640
13641 yX
13642 \begin_inset Quotes erd
13643 \end_inset
13644
13645  to produce it.
13646 \end_layout
13647
13648 \begin_layout Description
13649 TeX The program used by LaTeX, write 
13650 \begin_inset Quotes eld
13651 \end_inset
13652
13653 T
13654 \begin_inset ERT
13655 status collapsed
13656
13657 \begin_layout Standard
13658
13659 {}
13660 \end_layout
13661
13662 \end_inset
13663
13664 eX
13665 \begin_inset Quotes erd
13666 \end_inset
13667
13668  to produce it.
13669 \end_layout
13670
13671 \begin_layout Description
13672 LaTeX The program used by LyX, write 
13673 \begin_inset Quotes eld
13674 \end_inset
13675
13676 LaT
13677 \begin_inset ERT
13678 status collapsed
13679
13680 \begin_layout Standard
13681
13682 {}
13683 \end_layout
13684
13685 \end_inset
13686
13687 eX
13688 \begin_inset Quotes erd
13689 \end_inset
13690
13691  to produce it.
13692 \end_layout
13693
13694 \begin_layout Description
13695 LaTeX2e The actual version of LaTeX, write 
13696 \begin_inset Quotes eld
13697 \end_inset
13698
13699 LaT
13700 \begin_inset ERT
13701 status collapsed
13702
13703 \begin_layout Standard
13704
13705 {}
13706 \end_layout
13707
13708 \end_inset
13709
13710 eX2e
13711 \begin_inset Quotes erd
13712 \end_inset
13713
13714  to produce it.
13715 \end_layout
13716
13717 \begin_layout Standard
13718 You might wonder why the LaTeX-version is 
13719 \begin_inset Quotes eld
13720 \end_inset
13721
13722 2
13723 \begin_inset Formula $\epsilon$
13724 \end_inset
13725
13726
13727 \begin_inset Quotes erd
13728 \end_inset
13729
13730 .
13731  It's an old tradition in the TeX-world to give programs geek version numbers.
13732  For example the version number of TeX converges to the number 
13733 \begin_inset Formula $\pi$
13734 \end_inset
13735
13736 : The actual version is 
13737 \begin_inset Quotes eld
13738 \end_inset
13739
13740 TeX-3.141592
13741 \begin_inset Quotes erd
13742 \end_inset
13743
13744 , the previous one was 
13745 \begin_inset Quotes eld
13746 \end_inset
13747
13748 TeX-3.14159
13749 \begin_inset Quotes erd
13750 \end_inset
13751
13752 .
13753 \end_layout
13754
13755 \begin_layout Standard
13756 If you don't want to use proper names, e.g.
13757  in section headings, you can insert two empty braces in ERT in the word.
13758  This will look in LyX like: 
13759 \begin_inset Graphics
13760         filename clipart/LaTeX.png
13761         embed ""
13762
13763 \end_inset
13764
13765
13766 \newline
13767 For more about ERT, look at section\InsetSpace ~
13768
13769 \begin_inset CommandInset ref
13770 LatexCommand ref
13771 reference "sec:ERT"
13772
13773 \end_inset
13774
13775 .
13776 \end_layout
13777
13778 \begin_layout Subsection
13779 Units
13780 \begin_inset Index
13781 status collapsed
13782
13783 \begin_layout Standard
13784 Typography ! Units
13785 \end_layout
13786
13787 \end_inset
13788
13789
13790 \end_layout
13791
13792 \begin_layout Standard
13793 Generally the space between units and the number is smaller than the normal
13794  space between two words.
13795  As you can see in the example below, it looks better when the space is
13796  smaller.
13797  To get such a 
13798 \begin_inset Quotes eld
13799 \end_inset
13800
13801 half space
13802 \begin_inset Quotes erd
13803 \end_inset
13804
13805  for units use the menu 
13806 \family sans
13807 Insert\SpecialChar \menuseparator
13808 Formatting\SpecialChar \menuseparator
13809 Thin\InsetSpace ~
13810 Space
13811 \family default
13812  (shortcut 
13813 \family sans
13814 C-S-Space
13815 \family default
13816 ).
13817 \end_layout
13818
13819 \begin_layout Standard
13820 Here's an example to show the differences:
13821 \end_layout
13822
13823 \begin_layout Standard
13824 \begin_inset Tabular
13825 <lyxtabular version="3" rows="2" columns="2">
13826 <features>
13827 <column alignment="left" valignment="top" width="0">
13828 <column alignment="left" valignment="top" width="0">
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Standard
13834 24\InsetSpace ~
13835 kW
13836 \begin_inset Formula $\cdot$
13837 \end_inset
13838
13839 h
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Standard
13848 space between number and unit
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 </row>
13854 <row>
13855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Standard
13859 24\InsetSpace \thinspace{}
13860 kW
13861 \begin_inset Formula $\cdot$
13862 \end_inset
13863
13864 h
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Standard
13873 half space between number and unit
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 </row>
13879 </lyxtabular>
13880
13881 \end_inset
13882
13883
13884 \end_layout
13885
13886 \begin_layout Subsection
13887 Widows and Orphans
13888 \begin_inset Index
13889 status collapsed
13890
13891 \begin_layout Standard
13892 Typography ! Widows and orphans
13893 \end_layout
13894
13895 \end_inset
13896
13897
13898 \begin_inset CommandInset label
13899 LatexCommand label
13900 name "sub:Widows"
13901
13902 \end_inset
13903
13904
13905 \end_layout
13906
13907 \begin_layout Standard
13908 In the early days of word processors, page breaks went wherever the page
13909  happened to end.
13910  There was no regard for what was actually going on in the text.
13911  You may remember once printing out a document, only to find the heading
13912  for a new section printed at the very bottom of the page, the first line
13913  of a new paragraph all alone at the bottom of a page, or the last line
13914  of a paragraph at the top of a new page.
13915  These dangly-bits of text became known as 
13916 \emph on
13917 widows
13918 \emph default
13919  and 
13920 \emph on
13921 orphans
13922 \emph default
13923 .
13924 \end_layout
13925
13926 \begin_layout Standard
13927 Clearly, LyX can avoid breaking pages after a section heading.
13928  That's part of the advantage of paragraph environments.
13929  But what about widows and orphans, where the page breaks leave one line
13930  of a paragraph all alone at the top or bottom of a page? There are rules
13931  built into LaTeX governing page breaks, and some of those rules are there
13932  to specifically prevent widows and orphans.
13933  This is the advantage LyX has in using LaTeX as its backend.
13934 \end_layout
13935
13936 \begin_layout Standard
13937 There's no way we can go into how TeX and LaTeX decide to break a page,
13938  or how you can tweak that behavior.
13939  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13940
13941 \begin_inset CommandInset citation
13942 LatexCommand cite
13943 key "latexcompanion"
13944
13945 \end_inset
13946
13947  or\InsetSpace ~
13948
13949 \begin_inset CommandInset citation
13950 LatexCommand cite
13951 key "latexguide"
13952
13953 \end_inset
13954
13955 ] may have more information.
13956  You will almost never need to worry about this, however.
13957 \end_layout
13958
13959 \begin_layout Chapter
13960 Notes, Graphics, Tables, and Floats
13961 \begin_inset CommandInset label
13962 LatexCommand label
13963 name "cha:Floats-and-Notes"
13964
13965 \end_inset
13966
13967
13968 \end_layout
13969
13970 \begin_layout Standard
13971 The issues of this chapter are described in detail in the 
13972 \emph on
13973 Embedded Objects
13974 \emph default
13975  manual.
13976  There you'll also find tips and tricks for special cases.
13977 \end_layout
13978
13979 \begin_layout Section
13980 Notes
13981 \begin_inset Index
13982 status collapsed
13983
13984 \begin_layout Standard
13985 Notes
13986 \end_layout
13987
13988 \end_inset
13989
13990
13991 \begin_inset CommandInset label
13992 LatexCommand label
13993 name "sec:Notes"
13994
13995 \end_inset
13996
13997
13998 \end_layout
13999
14000 \begin_layout Standard
14001 LyX offers you a few types of notes to add to your document:
14002 \end_layout
14003
14004 \begin_layout Description
14005 LyX\InsetSpace ~
14006 Note This note type is for internal notes that won't appear in the output.
14007 \newline
14008
14009 \begin_inset Note Note
14010 status open
14011
14012 \begin_layout Standard
14013 This is text in a note box that doesn't appear in the output.
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \begin_layout Description
14022 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
14023 ent, when you export the document to LaTeX via the menu 
14024 \family sans
14025 File\SpecialChar \menuseparator
14026 Export\SpecialChar \menuseparator
14027 LaTeX (pdflatex) / (plain)
14028 \family default
14029 .
14030 \newline
14031
14032 \begin_inset Note Comment
14033 status open
14034
14035 \begin_layout Standard
14036 This is text in a note box that only appears as comment in LaTeX-files.
14037 \end_layout
14038
14039 \end_inset
14040
14041
14042 \end_layout
14043
14044 \begin_layout Description
14045 Greyed\InsetSpace ~
14046 Out This note will appear in the output as grey text.
14047 \newline
14048
14049 \newline
14050
14051 \begin_inset Note Greyedout
14052 status open
14053
14054 \begin_layout Standard
14055 This is text
14056 \begin_inset Foot
14057 status collapsed
14058
14059 \begin_layout Standard
14060 This is an example footnote within a greyed out note.
14061  In this document the greyed out note color is redefined to blue.
14062  How this can be done is explained in the 
14063 \emph on
14064 Embedded Objects
14065 \emph default
14066  manual.
14067 \end_layout
14068
14069 \end_inset
14070
14071  of a comment that appears in the output as grey text.
14072 \end_layout
14073
14074 \end_inset
14075
14076
14077 \newline
14078
14079 \newline
14080 As you can see in the example, the first line of greyed out notes is a bit
14081  indented and greyed out notes can have footnotes.
14082 \end_layout
14083
14084 \begin_layout Description
14085 Framed This note will appear in the output as framed text.
14086  
14087 \begin_inset Box Framed
14088 position "t"
14089 hor_pos "c"
14090 has_inner_box 0
14091 inner_pos "t"
14092 use_parbox 0
14093 width "100col%"
14094 special "none"
14095 height "1in"
14096 height_special "totalheight"
14097 status open
14098
14099 \begin_layout Standard
14100 This is text in a note box that appears framed in the output.
14101 \end_layout
14102
14103 \end_inset
14104
14105  In contrary to framed boxes like the one in section\InsetSpace ~
14106
14107 \begin_inset CommandInset ref
14108 LatexCommand ref
14109 reference "sub:ERT-Boxes"
14110
14111 \end_inset
14112
14113 , the frame uses always the whole text width and the note is set into its
14114  own paragraph.
14115 \end_layout
14116
14117 \begin_layout Description
14118 Shaded This note will appear in the output with red background color.
14119 \begin_inset Box Shaded
14120 position "t"
14121 hor_pos "c"
14122 has_inner_box 0
14123 inner_pos "t"
14124 use_parbox 0
14125 width "100col%"
14126 special "none"
14127 height "1in"
14128 height_special "totalheight"
14129 status open
14130
14131 \begin_layout Standard
14132 This text in a note box appears in the output with red background.
14133 \end_layout
14134
14135 \end_inset
14136
14137 In contrary to colored boxes, the note uses always the whole text width
14138  and the note is set into its own paragraph.
14139 \end_layout
14140
14141 \begin_layout Standard
14142 Notes are inserted with the toolbar button 
14143 \begin_inset Graphics
14144         filename ../images/note-insert.png
14145         embed ""
14146         scale 85
14147         scaleBeforeRotation
14148
14149 \end_inset
14150
14151  or the menu 
14152 \family sans
14153 Insert\SpecialChar \menuseparator
14154 Note
14155 \family default
14156 .
14157  Right-click on the appearing note box to select the note type.
14158 \end_layout
14159
14160 \begin_layout Section
14161 Footnotes
14162 \begin_inset Index
14163 status collapsed
14164
14165 \begin_layout Standard
14166 Footnotes
14167 \end_layout
14168
14169 \end_inset
14170
14171
14172 \begin_inset CommandInset label
14173 LatexCommand label
14174 name "sec:Footnotes"
14175
14176 \end_inset
14177
14178
14179 \end_layout
14180
14181 \begin_layout Standard
14182 LyX uses boxes to display footnotes: When you insert a footnote using the
14183  menu 
14184 \family sans
14185 Insert\SpecialChar \menuseparator
14186 Footnote
14187 \family default
14188  or the toolbar button 
14189 \begin_inset Graphics
14190         filename ../images/footnote-insert.png
14191         embed ""
14192
14193 \end_inset
14194
14195
14196 \family roman
14197 \series medium
14198 \bar no
14199 you'll see
14200 \family default
14201 \series default
14202 \bar default
14203  the following box: 
14204 \begin_inset Graphics
14205         filename clipart/footnoteQt4.png
14206         embed ""
14207         scale 80
14208
14209 \end_inset
14210
14211
14212 \family roman
14213 \series medium
14214 \bar no
14215 .
14216  This box is LyX's representation of your footnote.
14217  If you
14218 \family default
14219 \series default
14220 \bar default
14221  left-click on 
14222 \family roman
14223 \series medium
14224 \bar no
14225 the 
14226 \begin_inset Quotes eld
14227 \end_inset
14228
14229
14230 \family sans
14231 foot
14232 \family roman
14233
14234 \begin_inset Quotes erd
14235 \end_inset
14236
14237
14238 \family default
14239 \series default
14240 \bar default
14241  
14242 \family roman
14243 \series medium
14244 \bar no
14245 label, the box will
14246 \family default
14247 \series default
14248 \bar default
14249  be opened and you can enter the footnote text into it.
14250  Clicking on the box label again, will close 
14251 \family roman
14252 \series medium
14253 \bar no
14254 the
14255 \family default
14256 \series default
14257 \bar default
14258  box
14259 \family roman
14260 \series medium
14261 \bar no
14262 .
14263  If you want to turn existing text into a footnote, simply mark it and click
14264  on the footnote
14265 \family default
14266 \series default
14267 \bar default
14268  toolbar 
14269 \family roman
14270 \series medium
14271 \bar no
14272 button
14273 \family default
14274 \series default
14275 \bar default
14276 .
14277 \end_layout
14278
14279 \begin_layout Standard
14280 Here's an example footnote:
14281 \family roman
14282 \series medium
14283 \bar no
14284
14285 \begin_inset Foot
14286 status open
14287
14288 \begin_layout Standard
14289 To close a footnote, click on the red box at the top left.
14290 \end_layout
14291
14292 \end_inset
14293
14294
14295 \end_layout
14296
14297 \begin_layout Standard
14298 The footnote will appear in the output as a superscript number at the text
14299  position where the footnote box is placed.
14300  The footnote text is placed at the bottom of the current page.
14301  The footnote number is calculated by LyX, the numbers are consecutive,
14302  no matter in which chapter the footnote is in.
14303  LyX doesn't support other numbering schemes yet, but you can get another
14304  scheme using special LaTeX-commands.
14305  T
14306 \family roman
14307 h
14308 \family default
14309 ey are described in the 
14310 \emph on
14311 Embedded Objects
14312 \emph default
14313  manual.
14314 \end_layout
14315
14316 \begin_layout Section
14317 Marginal Notes
14318 \begin_inset Index
14319 status collapsed
14320
14321 \begin_layout Standard
14322 Marginal notes
14323 \end_layout
14324
14325 \end_inset
14326
14327
14328 \begin_inset CommandInset label
14329 LatexCommand label
14330 name "sec:Marginal-Notes"
14331
14332 \end_inset
14333
14334
14335 \end_layout
14336
14337 \begin_layout Standard
14338 Marginal notes look and behave just like footnotes in LyX.
14339  When you insert a margin note via the menu 
14340 \family sans
14341 Insert\SpecialChar \menuseparator
14342 Marginal\InsetSpace ~
14343 Note
14344 \family default
14345  or the toolbar button 
14346 \begin_inset Graphics
14347         filename ../images/marginalnote-insert.png
14348         embed ""
14349
14350 \end_inset
14351
14352 , you'll see 
14353 \family roman
14354 \series medium
14355 a
14356 \family default
14357 \series default
14358  grey 
14359 \family roman
14360 \series medium
14361 box with a
14362 \family default
14363 \series default
14364  red 
14365 \family roman
14366 \series medium
14367 label 
14368 \begin_inset Quotes eld
14369 \end_inset
14370
14371 margin
14372 \begin_inset Quotes erd
14373 \end_inset
14374
14375  appearing within your text.
14376  This box is LyX's representation of your margin
14377 \family default
14378 \series default
14379 al 
14380 \family roman
14381 \series medium
14382 note.
14383 \end_layout
14384
14385 \begin_layout Standard
14386 At the side is an example marginal note.
14387 \family roman
14388 \series medium
14389
14390 \begin_inset Marginal
14391 status open
14392
14393 \begin_layout Standard
14394 This is a marginal note.
14395 \end_layout
14396
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \begin_layout Standard
14403 Marginal notes appear at the right side in single-sided documents.
14404  In double-sided documents they appear in the outer margin -- left on even
14405  pages, right on odd pages.
14406 \end_layout
14407
14408 \begin_layout Section
14409 Graphics and Images
14410 \begin_inset Index
14411 status collapsed
14412
14413 \begin_layout Standard
14414 Images
14415 \end_layout
14416
14417 \end_inset
14418
14419
14420 \begin_inset Index
14421 status collapsed
14422
14423 \begin_layout Standard
14424 Graphics
14425 \end_layout
14426
14427 \end_inset
14428
14429
14430 \begin_inset CommandInset label
14431 LatexCommand label
14432 name "sec:Graphics"
14433
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \begin_layout Standard
14440 To insert an image in your document, place the cursor at the text position
14441  you want and click on the toolbar icon 
14442 \begin_inset Graphics
14443         filename ../images/dialog-show-new-inset_graphics.png
14444         embed ""
14445
14446 \end_inset
14447
14448  or select 
14449 \family sans
14450 Insert\SpecialChar \menuseparator
14451 Graphics
14452 \family default
14453  from the menu.
14454  Then a dialog will appear to choose the file to load.
14455 \end_layout
14456
14457 \begin_layout Standard
14458 This dialog has numerous mostly self-explanatory parameters.
14459  The 
14460 \family sans
14461 Graphics
14462 \family default
14463  tab allows you to choose your image file.
14464  The appearance of the image inside LyX and in the output is adjusted separately.
14465  The image can be transformed by setting a rotation angle and a scaling
14466  factor.
14467  The scaling units are explained in Appendix\InsetSpace ~
14468
14469 \begin_inset CommandInset ref
14470 LatexCommand ref
14471 reference "cha:Units-available-in"
14472
14473 \end_inset
14474
14475 .
14476 \end_layout
14477
14478 \begin_layout Standard
14479 In the tab 
14480 \family sans
14481 Clipping
14482 \family default
14483  it is possible to set image coordinates to adjust the height and width
14484  of the image in the output.
14485  The coordinates can also be calculated automatically by pressing the button
14486  
14487 \family sans
14488 Get\InsetSpace ~
14489 from\InsetSpace ~
14490 file
14491 \family default
14492 .
14493  The option 
14494 \family sans
14495 Clip\InsetSpace ~
14496 to\InsetSpace ~
14497 bounding\InsetSpace ~
14498 box
14499 \family default
14500  will only print the image region within the given coordinates.
14501  Normally you don't need to take care about image coordinates and can ignore
14502  the tab 
14503 \family sans
14504 Clipping
14505 \family default
14506 .
14507 \end_layout
14508
14509 \begin_layout Standard
14510 LaTeX experts can specify additional LaTeX options in the 
14511 \family sans
14512 Extras
14513 \family default
14514  tab.
14515  You can also set the 
14516 \family sans
14517 Subfigure
14518 \family default
14519  option here if the image is inside a figure float.
14520  This option is explained in section\InsetSpace ~
14521
14522 \begin_inset CommandInset ref
14523 LatexCommand ref
14524 reference "sec:Figure-Floats"
14525
14526 \end_inset
14527
14528 .
14529  The option 
14530 \family sans
14531 Draft\InsetSpace ~
14532 mode
14533 \family default
14534  effects that the image don't appear in the output, only a frame with the
14535  image size is printed.
14536 \end_layout
14537
14538 \begin_layout Standard
14539 The graphics dialog can be called at any time by right-clicking on an image.
14540  The image will appear in the output exactly at the position where it is
14541  in the text.
14542  This is an example image in the PDF format within a separate, horizontally
14543  centered paragraph: 
14544 \end_layout
14545
14546 \begin_layout Standard
14547 \align center
14548 \begin_inset Graphics
14549         filename clipart/mobius.eps
14550         embed ""
14551         display color
14552         scale 70
14553         rotateOrigin center
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \begin_layout Standard
14561 If you need image captions and want to reference images, you have to put
14562  the image into a float, see section\InsetSpace ~
14563
14564 \begin_inset CommandInset ref
14565 LatexCommand ref
14566 reference "sec:Figure-Floats"
14567
14568 \end_inset
14569
14570 .
14571 \end_layout
14572
14573 \begin_layout Subsection
14574 Image Formats
14575 \begin_inset Index
14576 status collapsed
14577
14578 \begin_layout Standard
14579 Image formats
14580 \end_layout
14581
14582 \end_inset
14583
14584
14585 \begin_inset CommandInset label
14586 LatexCommand label
14587 name "sub:Image-Formats"
14588
14589 \end_inset
14590
14591
14592 \end_layout
14593
14594 \begin_layout Standard
14595 You can insert images in any known file format.
14596  But as we explained in section\InsetSpace ~
14597
14598 \begin_inset CommandInset ref
14599 LatexCommand ref
14600 reference "sub:Output-file-formats"
14601
14602 \end_inset
14603
14604 , every output document format allows only a few image formats.
14605  LyX uses therefore the program 
14606 \family typewriter
14607 Imagemagick
14608 \family default
14609  in the background to convert the images to the right format.
14610  To increase your workflow by avoiding these conversions in the background,
14611  you can use only the image formats listed in the subsections of section\InsetSpace ~
14612
14613 \begin_inset CommandInset ref
14614 LatexCommand ref
14615 reference "sub:Output-file-formats"
14616
14617 \end_inset
14618
14619 .
14620 \end_layout
14621
14622 \begin_layout Standard
14623 Similar to fonts there are two types of image formats:
14624 \end_layout
14625
14626 \begin_layout Description
14627 Bitmap\InsetSpace ~
14628 images consist of pixel values, often in a compressed form.
14629  They are therefore not fully scalable and look pixeled in large zooms.
14630  Well-known bitmap image formats are 
14631 \begin_inset Quotes eld
14632 \end_inset
14633
14634 Graphics Interchange Format
14635 \begin_inset Quotes erd
14636 \end_inset
14637
14638  (GIF, file extension 
14639 \begin_inset Quotes eld
14640 \end_inset
14641
14642
14643 \family typewriter
14644 .gif
14645 \family default
14646
14647 \begin_inset Quotes erd
14648 \end_inset
14649
14650 )
14651 \begin_inset Index
14652 status collapsed
14653
14654 \begin_layout Standard
14655 GIF|see
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Standard
14660
14661 {
14662 \end_layout
14663
14664 \end_inset
14665
14666 Image formats
14667 \begin_inset ERT
14668 status collapsed
14669
14670 \begin_layout Standard
14671
14672 }
14673 \end_layout
14674
14675 \end_inset
14676
14677
14678 \end_layout
14679
14680 \end_inset
14681
14682
14683 \begin_inset Quotes eld
14684 \end_inset
14685
14686 Portable Network Graphics
14687 \begin_inset Quotes erd
14688 \end_inset
14689
14690  (PNG, file extension 
14691 \begin_inset Quotes eld
14692 \end_inset
14693
14694
14695 \family typewriter
14696 .png
14697 \family default
14698
14699 \begin_inset Quotes erd
14700 \end_inset
14701
14702 )
14703 \begin_inset Index
14704 status collapsed
14705
14706 \begin_layout Standard
14707 PNG|see
14708 \begin_inset ERT
14709 status collapsed
14710
14711 \begin_layout Standard
14712
14713 {
14714 \end_layout
14715
14716 \end_inset
14717
14718 Image formats
14719 \begin_inset ERT
14720 status collapsed
14721
14722 \begin_layout Standard
14723
14724 }
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \end_layout
14731
14732 \end_inset
14733
14734 , and 
14735 \begin_inset Quotes eld
14736 \end_inset
14737
14738 Joint Photographic Experts Group
14739 \begin_inset Quotes erd
14740 \end_inset
14741
14742  (JPG, file extension 
14743 \begin_inset Quotes eld
14744 \end_inset
14745
14746
14747 \family typewriter
14748 .jpg
14749 \family default
14750
14751 \begin_inset Quotes erd
14752 \end_inset
14753
14754  or 
14755 \begin_inset Quotes eld
14756 \end_inset
14757
14758
14759 \family typewriter
14760 .jpeg
14761 \family default
14762
14763 \begin_inset Quotes erd
14764 \end_inset
14765
14766 )
14767 \begin_inset Index
14768 status collapsed
14769
14770 \begin_layout Standard
14771 JPG|see
14772 \begin_inset ERT
14773 status collapsed
14774
14775 \begin_layout Standard
14776
14777 {
14778 \end_layout
14779
14780 \end_inset
14781
14782 Image formats
14783 \begin_inset ERT
14784 status collapsed
14785
14786 \begin_layout Standard
14787
14788 }
14789 \end_layout
14790
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \end_inset
14797
14798 .
14799 \end_layout
14800
14801 \begin_layout Description
14802 Scalable\InsetSpace ~
14803 images consist of vectors and can therefore be scaled to any size
14804  without data loss.
14805  The scaling ability is necessary if you want to create presentations, because
14806  presentations are always scaled by the beamer.
14807  Scaling is also useful for online documents to let the user zoom into diagrams.
14808 \newline
14809 S
14810 calable image formats can be 
14811 \begin_inset Quotes eld
14812 \end_inset
14813
14814 Scalable Vector Graphics
14815 \begin_inset Quotes erd
14816 \end_inset
14817
14818  (SVG, file extension 
14819 \begin_inset Quotes eld
14820 \end_inset
14821
14822
14823 \family typewriter
14824 .svg
14825 \family default
14826
14827 \begin_inset Quotes erd
14828 \end_inset
14829
14830 )
14831 \begin_inset Index
14832 status collapsed
14833
14834 \begin_layout Standard
14835 SVG|see
14836 \begin_inset ERT
14837 status collapsed
14838
14839 \begin_layout Standard
14840
14841 {
14842 \end_layout
14843
14844 \end_inset
14845
14846 Image formats
14847 \begin_inset ERT
14848 status collapsed
14849
14850 \begin_layout Standard
14851
14852 }
14853 \end_layout
14854
14855 \end_inset
14856
14857
14858 \end_layout
14859
14860 \end_inset
14861
14862
14863 \begin_inset Quotes eld
14864 \end_inset
14865
14866 Encapsulated PostScript
14867 \begin_inset Quotes erd
14868 \end_inset
14869
14870  (EPS, file extension 
14871 \begin_inset Quotes eld
14872 \end_inset
14873
14874
14875 \family typewriter
14876 .eps
14877 \family default
14878
14879 \begin_inset Quotes erd
14880 \end_inset
14881
14882 )
14883 \begin_inset Index
14884 status collapsed
14885
14886 \begin_layout Standard
14887 EPS|see
14888 \begin_inset ERT
14889 status collapsed
14890
14891 \begin_layout Standard
14892
14893 {
14894 \end_layout
14895
14896 \end_inset
14897
14898 Image formats
14899 \begin_inset ERT
14900 status collapsed
14901
14902 \begin_layout Standard
14903
14904 }
14905 \end_layout
14906
14907 \end_inset
14908
14909
14910 \end_layout
14911
14912 \end_inset
14913
14914 , and 
14915 \begin_inset Quotes eld
14916 \end_inset
14917
14918 Portable Document Format
14919 \begin_inset Quotes erd
14920 \end_inset
14921
14922  (PDF, file extension 
14923 \begin_inset Quotes eld
14924 \end_inset
14925
14926
14927 \family typewriter
14928 .pdf
14929 \family default
14930
14931 \begin_inset Quotes erd
14932 \end_inset
14933
14934 )
14935 \begin_inset Index
14936 status collapsed
14937
14938 \begin_layout Standard
14939 PDF
14940 \end_layout
14941
14942 \end_inset
14943
14944 .
14945  We say it can be, because you can convert any bitmap image format to PDF
14946  or EPS and the result won't be scalable.
14947  In this cases only a header with the image properties is added to the original
14948  image
14949 \begin_inset Foot
14950 status collapsed
14951
14952 \begin_layout Standard
14953 In the case of PDF, the original image is additionally compressed.
14954 \end_layout
14955
14956 \end_inset
14957
14958 .
14959 \end_layout
14960
14961 \begin_layout Standard
14962 Normally one can't convert a bitmap image into a scalable one, only vice
14963  versa.
14964 \end_layout
14965
14966 \begin_layout Section
14967 Tables
14968 \begin_inset Index
14969 status collapsed
14970
14971 \begin_layout Standard
14972 Tables
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \begin_inset CommandInset label
14979 LatexCommand label
14980 name "sec:Tables"
14981
14982 \end_inset
14983
14984
14985 \end_layout
14986
14987 \begin_layout Standard
14988 You can insert a table using either the toolbar button 
14989 \begin_inset Graphics
14990         filename ../images/tabular-insert.png
14991         embed ""
14992         scale 85
14993
14994 \end_inset
14995
14996  or the menu 
14997 \family sans
14998 Insert\SpecialChar \menuseparator
14999 Table
15000 \family default
15001 .
15002  A dialog will appear, asking you for the number of rows and columns.
15003  The default table has lines around any cell and the first row appears separated
15004  from the rest of the table.
15005  This separation appears due to a double line: The cells of the first row
15006  have a line below them and the cells of the second row have a line above
15007  them.
15008  Here's an example table:
15009 \end_layout
15010
15011 \begin_layout Standard
15012 \align center
15013 \begin_inset Tabular
15014 <lyxtabular version="3" rows="4" columns="4">
15015 <features>
15016 <column alignment="center" valignment="top" leftline="true" width="0pt">
15017 <column alignment="center" valignment="top" leftline="true" width="0pt">
15018 <column alignment="center" valignment="top" leftline="true" width="0in">
15019 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15020 <row topline="true" bottomline="true">
15021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Standard
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Standard
15034
15035 \family roman
15036 \series medium
15037 \shape up
15038 \size normal
15039 \emph off
15040 \bar no
15041 \noun off
15042 \color none
15043 1
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Standard
15052 2
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Standard
15061 3
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row topline="true">
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Standard
15072
15073 \family roman
15074 \series medium
15075 \shape up
15076 \size normal
15077 \emph off
15078 \bar no
15079 \noun off
15080 \color none
15081 A
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Standard
15090
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Standard
15099
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Standard
15108
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row topline="true">
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Standard
15119
15120 \family roman
15121 \series medium
15122 \shape up
15123 \size normal
15124 \emph off
15125 \bar no
15126 \noun off
15127 \color none
15128 B
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Standard
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Standard
15146
15147 \size normal
15148 \noun off
15149 \color none
15150  
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Standard
15159
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row topline="true" bottomline="true">
15166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Standard
15170
15171 \family roman
15172 \series medium
15173 \shape up
15174 \size normal
15175 \emph off
15176 \bar no
15177 \noun off
15178 \color none
15179 C
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Standard
15188
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Standard
15197
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Standard
15206
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 </row>
15212 </lyxtabular>
15213
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \begin_layout Subsection
15220 The Table dialog
15221 \end_layout
15222
15223 \begin_layout Standard
15224 You can alter a table by clicking on it with the right mouse button, which
15225  brings up the table dialog.
15226  Here you can adjust the settings of the cell and row/column respectively
15227  where the cursor is placed currently.
15228  Most of the dialog options also work on selections.
15229  This means that if you select more cells, columns or rows the action is
15230  done on all of your selection.
15231 \end_layout
15232
15233 \begin_layout Standard
15234 Additionally to the table dialog the 
15235 \family sans
15236 table\InsetSpace ~
15237 toolbar
15238 \family default
15239 , that appears when the cursor is inside a table, helps you in setting table
15240  properties.
15241  It is for example currently only possible to add\InsetSpace \thinspace{}
15242 /\InsetSpace \thinspace{}
15243 delete lines via the table
15244  toolbar.
15245 \end_layout
15246
15247 \begin_layout Standard
15248 In the tab 
15249 \family sans
15250 Table\InsetSpace ~
15251 Settings
15252 \family default
15253  of the table dialog you can set the alignment for the current row.
15254  If you add a row or column, it will be inserted right beside or below the
15255  current cell respectively.
15256  The vertical alignment of a column can only be adjusted when a column width
15257  is given.
15258  A given width will allow the cell to have linebreaks and multiple paragraphs
15259  of text, see section\InsetSpace ~
15260
15261 \begin_inset CommandInset ref
15262 LatexCommand ref
15263 reference "sub:Table-Cells"
15264
15265 \end_inset
15266
15267 .
15268 \end_layout
15269
15270 \begin_layout Standard
15271 You can mark multiple cells of one row as a multicolumn cell using the check
15272  box 
15273 \family sans
15274 Multicolumn
15275 \family default
15276 .
15277  This will merge the cells to 
15278 \emph on
15279 one
15280 \emph default
15281  cell, spread over more than one column.
15282  Multicolumn cells are treated as own rows, so that the alignment, width,
15283  and border settings affect only the multicolumn cell.
15284  Here's an example table with a multicolumn cell in the first row and one
15285  in the last row without the upper border:
15286 \end_layout
15287
15288 \begin_layout Standard
15289 \align center
15290 \begin_inset Tabular
15291 <lyxtabular version="3" rows="3" columns="4">
15292 <features firstHeadTopDL="true" firstHeadBottomDL="true">
15293 <column alignment="center" valignment="top" leftline="true" width="0pt">
15294 <column alignment="center" valignment="middle" leftline="true" width="0">
15295 <column alignment="center" valignment="top" leftline="true" width="0in">
15296 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15297 <row topline="true" bottomline="true">
15298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Standard
15302 abc
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Standard
15311 def ghi
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Standard
15320
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Standard
15329 jkl
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 </row>
15335 <row topline="true">
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Standard
15340
15341 \family roman
15342 \series medium
15343 \shape up
15344 \size normal
15345 \emph off
15346 \bar no
15347 \noun off
15348 \color none
15349 A
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Standard
15358 B
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Standard
15367 C
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Standard
15376 D
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 <row topline="true" bottomline="true">
15383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Standard
15387 1
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Standard
15396 2
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Standard
15405 3
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Standard
15414 4
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 </lyxtabular>
15421
15422 \end_inset
15423
15424
15425 \end_layout
15426
15427 \begin_layout Standard
15428 At the moment LyX doesn't support multirow cells.
15429  Adept users can declare special LaTeX-arguments for the table.
15430  They are necessary for special table formatting, like for multirow cells,
15431  explained in the tables section of the 
15432 \emph on
15433 Extended\InsetSpace ~
15434 Features
15435 \emph default
15436  manual.
15437  You can also rotate the current cell or the whole table 90
15438 \begin_inset Formula $\,$
15439 \end_inset
15440
15441 degrees counterclockwise.
15442  These rotations are not visible in LyX but in the output.
15443 \end_layout
15444
15445 \begin_layout Standard
15446 \begin_inset Note Greyedout
15447 status open
15448
15449 \begin_layout Standard
15450
15451 \series bold
15452 Note:
15453 \series default
15454  Most DVI-viewers are 
15455 \emph on
15456 not
15457 \emph default
15458  able to display rotations.
15459 \end_layout
15460
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 The 
15468 \family sans
15469 Borders
15470 \family default
15471  tab allows you to add and delete border lines for the current row/column.
15472  The button 
15473 \family sans
15474 Default
15475 \family default
15476  adds lines for all cell borders.
15477 \end_layout
15478
15479 \begin_layout Subsection
15480 Longtables
15481 \begin_inset Index
15482 status collapsed
15483
15484 \begin_layout Standard
15485 Tables ! Longtables
15486 \end_layout
15487
15488 \end_inset
15489
15490
15491 \begin_inset Index
15492 status collapsed
15493
15494 \begin_layout Standard
15495 Longtables
15496 \end_layout
15497
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \begin_layout Standard
15504 If the table is too long to fit on one page, you can use the option 
15505 \family sans
15506 Use\InsetSpace ~
15507 long\InsetSpace ~
15508 table
15509 \family default
15510  in the tab 
15511 \family sans
15512 Longtable
15513 \family default
15514  of the table dialog to split the table automatically over more pages.
15515  Doing this enables some check boxes and you can now define:
15516 \end_layout
15517
15518 \begin_layout Description
15519
15520 \family sans
15521 Header
15522 \family default
15523 : The current row and all rows above, that don't have any special options
15524  defined, are defined to be the header rows of all pages of the longtable;
15525  except for the first page, if 
15526 \family sans
15527 First\InsetSpace ~
15528 header
15529 \family default
15530  is defined.
15531 \end_layout
15532
15533 \begin_layout Description
15534
15535 \family sans
15536 First\InsetSpace ~
15537 header
15538 \family default
15539 : The current row and all rows above, that don't have any special options
15540  defined, are defined to be the header rows of the first page of the longtable.
15541 \end_layout
15542
15543 \begin_layout Description
15544
15545 \family sans
15546 Footer
15547 \family default
15548 : The current row and all rows below, that don't have any special options
15549  defined, are defined to be the footer rows of all pages of the longtable;
15550  except for the last page, if 
15551 \family sans
15552 Last\InsetSpace ~
15553 footer
15554 \family default
15555  is defined.
15556 \end_layout
15557
15558 \begin_layout Description
15559
15560 \family sans
15561 Last\InsetSpace ~
15562 footer
15563 \family default
15564 : The current row and all rows below, that don't have any special options
15565  defined, are defined to be the footer rows of the last page of the longtable.
15566 \end_layout
15567
15568 \begin_layout Standard
15569 You can also specify a row where the table is splitted.
15570  If you set more than one option in the same table row, you should be aware
15571  of the fact that only the first one is used in the given table row.
15572  The others will then be defined as 
15573 \emph on
15574 empty
15575 \emph default
15576 .
15577  In this context, first means first in this order: 
15578 \family sans
15579 Footer, Last\InsetSpace ~
15580 footer,
15581 \family default
15582  
15583 \family sans
15584 Header,
15585 \family default
15586  
15587 \family sans
15588 First\InsetSpace ~
15589 header.
15590
15591 \family default
15592  See the following longtable to see how it works:
15593 \end_layout
15594
15595 \begin_layout Standard
15596 \align center
15597 \begin_inset Tabular
15598 <lyxtabular version="3" rows="69" columns="3">
15599 <features islongtable="true">
15600 <column alignment="block" valignment="top" leftline="true" width="5cm">
15601 <column alignment="left" valignment="top" width="0pt">
15602 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15603 <row topline="true" bottomline="true" endfirsthead="true">
15604 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Standard
15608
15609 \series bold
15610 Example Phone List (ignore the names)
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Standard
15619
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Standard
15628
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 </row>
15634 <row topline="true" bottomline="true" endfirsthead="true">
15635 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Standard
15639
15640 \series bold
15641 NAME
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Standard
15650
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Standard
15659
15660 \series bold
15661 TEL.
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 </row>
15667 <row topline="true" bottomline="true" endhead="true">
15668 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Standard
15672  
15673 \series bold
15674 Example Phone List
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Standard
15683
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Standard
15692
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 </row>
15698 <row topline="true" bottomline="true" endhead="true">
15699 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Standard
15703
15704 \series bold
15705 NAME
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Standard
15714
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Standard
15723
15724 \series bold
15725 TEL.
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 </row>
15731 <row topline="true" bottomline="true" endfoot="true">
15732 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Standard
15736  
15737 \series bold
15738 continue ...
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Standard
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Standard
15756
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 </row>
15762 <row topline="true" bottomline="true">
15763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Standard
15767
15768 \series bold
15769 Annovi
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Standard
15778 Silvia
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Standard
15787 111
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 </row>
15793 <row bottomline="true">
15794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Standard
15798
15799 \series bold
15800 Bertoli
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Standard
15809 Stefano
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Standard
15818 111
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 </row>
15824 <row bottomline="true">
15825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Standard
15829
15830 \series bold
15831 Bozzi
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Standard
15840 Walter
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Standard
15849 111
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 </row>
15855 <row bottomline="true">
15856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Standard
15860
15861 \series bold
15862 Cachia
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Standard
15871 Maria
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Standard
15880 111
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row bottomline="true">
15887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Standard
15891
15892 \series bold
15893 Cachia
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" topline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Standard
15902 Maurizio
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Standard
15911 111
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row bottomline="true">
15918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Standard
15922
15923 \series bold
15924 Cinquemani
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Standard
15933 Giusi
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Standard
15942 111
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 </row>
15948 <row bottomline="true">
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Standard
15953
15954 \series bold
15955 Colin
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" topline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Standard
15964 Bernard
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Standard
15973 111
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 <row bottomline="true">
15980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Standard
15984
15985 \series bold
15986 Concli
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" topline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Standard
15995 Gianfranco
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Standard
16004 111
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 </row>
16010 <row bottomline="true">
16011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Standard
16015
16016 \series bold
16017 Dal Bosco
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 <cell alignment="center" valignment="top" topline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Standard
16026 Carolina
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Standard
16035 111
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 </row>
16041 <row bottomline="true">
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Standard
16046
16047 \series bold
16048 Dalpiaz
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" topline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Standard
16057 Annamaria
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Standard
16066 111
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 </row>
16072 <row bottomline="true">
16073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Standard
16077
16078 \series bold
16079 Feliciello
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell alignment="center" valignment="top" topline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Standard
16088 Domenico
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Standard
16097 111
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 </row>
16103 <row bottomline="true">
16104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Standard
16108
16109 \series bold
16110 Focarelli
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 <cell alignment="center" valignment="top" topline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Standard
16119 Paola
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Standard
16128 111
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 </row>
16134 <row bottomline="true">
16135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Standard
16139
16140 \series bold
16141 Galletti
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Standard
16150 Oreste
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Standard
16159 111
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 </row>
16165 <row bottomline="true">
16166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Standard
16170
16171 \series bold
16172 Gasparini
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 <cell alignment="center" valignment="top" topline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Standard
16181 Franca
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Standard
16190 111
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 </row>
16196 <row bottomline="true">
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Standard
16201
16202 \series bold
16203 Rizzardi
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 <cell alignment="center" valignment="top" topline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Standard
16212 Paola
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Standard
16221 111
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 </row>
16227 <row bottomline="true">
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Standard
16232
16233 \series bold
16234 Lassini
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 <cell alignment="center" valignment="top" topline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Standard
16243 Giancarlo
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Standard
16252 111
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 </row>
16258 <row bottomline="true">
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Standard
16263
16264 \series bold
16265 Malfatti
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 <cell alignment="center" valignment="top" topline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Standard
16274 Luciano
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Standard
16283 111
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 </row>
16289 <row bottomline="true">
16290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Standard
16294
16295 \series bold
16296 Malfatti
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 <cell alignment="center" valignment="top" topline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Standard
16305 Valeriano
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Standard
16314 111
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 </row>
16320 <row bottomline="true">
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Standard
16325
16326 \series bold
16327 Meneguzzo
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Standard
16336 Roberto
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Standard
16345 111
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row bottomline="true">
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Standard
16356
16357 \series bold
16358 Mezzadra
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Standard
16367 Roberto
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Standard
16376 111
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 <row bottomline="true">
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Standard
16387
16388 \series bold
16389 Pirpamer
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 <cell alignment="center" valignment="top" topline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Standard
16398 Erich
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Standard
16407 111
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 </row>
16413 <row bottomline="true">
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Standard
16418
16419 \series bold
16420 Pochiesa
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Standard
16429 Paolo
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Standard
16438 111, 222
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 <row bottomline="true">
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Standard
16449
16450 \series bold
16451 Radina
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" topline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Standard
16460 Claudio
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Standard
16469 111
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 </row>
16475 <row bottomline="true">
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Standard
16480
16481 \series bold
16482 Stuffer
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Standard
16491 Oskar
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Standard
16500 111
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row bottomline="true">
16507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Standard
16511
16512 \series bold
16513 Tacchelli
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Standard
16522 Ugo
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Standard
16531 111
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 </row>
16537 <row bottomline="true">
16538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Standard
16542
16543 \series bold
16544 Tezzele
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Standard
16553 Margit
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Standard
16562 111
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 <row bottomline="true">
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Standard
16573
16574 \series bold
16575 Unterkalmsteiner
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 <cell alignment="center" valignment="top" topline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Standard
16584 Frieda
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Standard
16593 111
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 </row>
16599 <row bottomline="true">
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Standard
16604
16605 \series bold
16606 Vieider
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell alignment="center" valignment="top" topline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Standard
16615 Hilde
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Standard
16624 111
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row bottomline="true">
16631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Standard
16635
16636 \series bold
16637 Vigna
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" topline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Standard
16646 Jürgen
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Standard
16655 111
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row bottomline="true">
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Standard
16666
16667 \series bold
16668 Weber
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Standard
16677 Maurizio
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Standard
16686 111
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 <row bottomline="true">
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Standard
16697
16698 \series bold
16699 Winkler
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell alignment="center" valignment="top" topline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Standard
16708 Franz
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Standard
16717 111
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 </row>
16723 <row bottomline="true">
16724 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Standard
16728  
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Standard
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Standard
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 </row>
16752 <row bottomline="true">
16753 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Standard
16757
16758 \series bold
16759 Annovi
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Standard
16768 Silvia
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Standard
16777 555
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 <row bottomline="true">
16784 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Standard
16788
16789 \series bold
16790 Bertoli
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Standard
16799 Stefano
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Standard
16808 555
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 </row>
16814 <row bottomline="true">
16815 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Standard
16819
16820 \series bold
16821 Bozzi
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" topline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Standard
16830 Walter
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Standard
16839 555
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row bottomline="true">
16846 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Standard
16850
16851 \series bold
16852 Cachia
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Standard
16861 Maria
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Standard
16870 555
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 <row bottomline="true">
16877 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Standard
16881
16882 \series bold
16883 Cachia
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" topline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Standard
16892 Maurizio
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Standard
16901 555
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 </row>
16907 <row bottomline="true">
16908 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Standard
16912
16913 \series bold
16914 Cinquemani
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Standard
16923 Giusi
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Standard
16932 555
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row bottomline="true">
16939 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Standard
16943
16944 \series bold
16945 Colin
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Standard
16954 Bernard
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Standard
16963 555
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 </row>
16969 <row bottomline="true">
16970 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Standard
16974
16975 \series bold
16976 Concli
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 <cell alignment="center" valignment="top" topline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Standard
16985 Gianfranco
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Standard
16994 555
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 </row>
17000 <row bottomline="true">
17001 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Standard
17005
17006 \series bold
17007 Dal Bosco
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" topline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Standard
17016 Carolina
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Standard
17025 555
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 <row bottomline="true">
17032 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Standard
17036
17037 \series bold
17038 Dalpiaz
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" topline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Standard
17047 Annamaria
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Standard
17056 555
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 <row bottomline="true">
17063 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Standard
17067
17068 \series bold
17069 Feliciello
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" topline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Standard
17078 Domenico
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Standard
17087 555
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 </row>
17093 <row bottomline="true">
17094 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Standard
17098
17099 \series bold
17100 Focarelli
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Standard
17109 Paola
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Standard
17118 555
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 <row bottomline="true">
17125 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Standard
17129
17130 \series bold
17131 Galletti
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 <cell alignment="center" valignment="top" topline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Standard
17140 Oreste
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Standard
17149 555
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row bottomline="true">
17156 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Standard
17160
17161 \series bold
17162 Gasparini
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Standard
17171 Franca
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Standard
17180 555
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 </row>
17186 <row bottomline="true">
17187 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Standard
17191
17192 \series bold
17193 Rizzardi
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell alignment="center" valignment="top" topline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Standard
17202 Paola
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Standard
17211 555
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 </row>
17217 <row bottomline="true">
17218 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Standard
17222
17223 \series bold
17224 Lassini
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Standard
17233 Giancarlo
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Standard
17242 555
17243 \end_layout
17244
17245 \end_inset
17246 </cell>
17247 </row>
17248 <row bottomline="true">
17249 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Standard
17253
17254 \series bold
17255 Malfatti
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 <cell alignment="center" valignment="top" topline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Standard
17264 Luciano
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Standard
17273 555
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 </row>
17279 <row bottomline="true">
17280 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Standard
17284
17285 \series bold
17286 Malfatti
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" topline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Standard
17295 Valeriano
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Standard
17304 555
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 </row>
17310 <row bottomline="true">
17311 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Standard
17315
17316 \series bold
17317 Meneguzzo
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 <cell alignment="center" valignment="top" topline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Standard
17326 Roberto
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Standard
17335 555
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row bottomline="true">
17342 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Standard
17346
17347 \series bold
17348 Mezzadra
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" topline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Standard
17357 Roberto
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Standard
17366 555
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 </row>
17372 <row bottomline="true">
17373 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Standard
17377
17378 \series bold
17379 Pirpamer
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" topline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Standard
17388 Erich
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Standard
17397 555
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 </row>
17403 <row bottomline="true">
17404 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Standard
17408
17409 \series bold
17410 Pochiesa
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" topline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Standard
17419 Paolo
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Standard
17428 555, 222
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 </row>
17434 <row bottomline="true">
17435 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Standard
17439
17440 \series bold
17441 Radina
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" topline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Standard
17450 Claudio
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Standard
17459 555
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 </row>
17465 <row bottomline="true">
17466 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Standard
17470
17471 \series bold
17472 Stuffer
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" topline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Standard
17481 Oskar
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Standard
17490 555
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 </row>
17496 <row bottomline="true">
17497 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Standard
17501
17502 \series bold
17503 Tacchelli
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 <cell alignment="center" valignment="top" topline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Standard
17512 Ugo
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Standard
17521 555
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 </row>
17527 <row bottomline="true">
17528 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Standard
17532
17533 \series bold
17534 Tezzele
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" topline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Standard
17543 Margit
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Standard
17552 555
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 </row>
17558 <row bottomline="true">
17559 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Standard
17563
17564 \series bold
17565 Unterkalmsteiner
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" topline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Standard
17574 Frieda
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Standard
17583 555
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 <row bottomline="true">
17590 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Standard
17594
17595 \series bold
17596 Vieider
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" topline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Standard
17605 Hilde
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Standard
17614 555
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 </row>
17620 <row bottomline="true">
17621 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Standard
17625
17626 \series bold
17627 Vigna
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" topline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Standard
17636 Jürgen
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Standard
17645 999
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 </row>
17651 <row bottomline="true">
17652 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Standard
17656
17657 \series bold
17658 Weber
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 <cell alignment="center" valignment="top" topline="true" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Standard
17667 Maurizio
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Standard
17676 555
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 </row>
17682 <row bottomline="true">
17683 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Standard
17687
17688 \series bold
17689 Winkler
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" topline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Standard
17698 Franz
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Standard
17707 555
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 </row>
17713 <row bottomline="true" endlastfoot="true">
17714 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Standard
17718
17719 \series bold
17720 End
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Standard
17729
17730 \end_layout
17731
17732 \end_inset
17733 </cell>
17734 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Standard
17738
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 </row>
17744 </lyxtabular>
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \begin_layout Subsection
17752 Table Cells
17753 \begin_inset Index
17754 status collapsed
17755
17756 \begin_layout Standard
17757 Tables ! Cells
17758 \end_layout
17759
17760 \end_inset
17761
17762
17763 \begin_inset CommandInset label
17764 LatexCommand label
17765 name "sub:Table-Cells"
17766
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \begin_layout Standard
17773 A table cell can contain text, inline equations, a figure, or another table.
17774  All these kinds of objects can be placed in the same cell.
17775  Font sizes and shapes can also be altered.
17776  But you can't put a special environment in a cell (like 
17777 \family sans
17778 Section*
17779 \family default
17780 , etc.), nor set spacing options etc.
17781  for the cell's paragraph.
17782 \end_layout
17783
17784 \begin_layout Standard
17785 To have multi-line entries in table cells, you have to declare a fixed width
17786  for the column in the table dialog.
17787  Your text is then automatically split into multiple lines and the cell
17788  is enlarged vertically when the length of the text exceeds the given width.
17789  An example:
17790 \end_layout
17791
17792 \begin_layout Standard
17793 \align center
17794 \begin_inset Tabular
17795 <lyxtabular version="3" rows="4" columns="3">
17796 <features>
17797 <column alignment="center" valignment="top" leftline="true" width="0pt">
17798 <column alignment="block" valignment="top" leftline="true" width="3cm">
17799 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17800 <row topline="true" bottomline="true">
17801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Standard
17805
17806 \family roman
17807 \series medium
17808 \shape up
17809 \size normal
17810 \emph off
17811 \bar no
17812 \noun off
17813 \color none
17814 1
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Standard
17823
17824 \family roman
17825 \series medium
17826 \shape up
17827 \size normal
17828 \emph off
17829 \bar no
17830 \noun off
17831 \color none
17832 2
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Standard
17841
17842 \family roman
17843 \series medium
17844 \shape up
17845 \size normal
17846 \emph off
17847 \bar no
17848 \noun off
17849 \color none
17850 3
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 </row>
17856 <row>
17857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Standard
17861
17862 \family roman
17863 \series medium
17864 \shape up
17865 \size normal
17866 \emph off
17867 \bar no
17868 \noun off
17869 \color none
17870 4
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17876 \begin_inset Text
17877
17878 \begin_layout Standard
17879
17880 \family roman
17881 \series medium
17882 \shape up
17883 \size normal
17884 \emph off
17885 \bar no
17886 \noun off
17887 \color none
17888 This is a multiline entry in a table.
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Standard
17897
17898 \family roman
17899 \series medium
17900 \shape up
17901 \size normal
17902 \emph off
17903 \bar no
17904 \noun off
17905 \color none
17906 5
17907 \end_layout
17908
17909 \end_inset
17910 </cell>
17911 </row>
17912 <row bottomline="true">
17913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Standard
17917
17918 \family roman
17919 \series medium
17920 \shape up
17921 \size normal
17922 \emph off
17923 \bar no
17924 \noun off
17925 \color none
17926 6
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Standard
17935
17936 \family roman
17937 \series medium
17938 \shape up
17939 \size normal
17940 \emph off
17941 \bar no
17942 \noun off
17943 \color none
17944 This is longer now.
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Standard
17953
17954 \family roman
17955 \series medium
17956 \shape up
17957 \size normal
17958 \emph off
17959 \bar no
17960 \noun off
17961 \color none
17962 7
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 </row>
17968 <row bottomline="true">
17969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Standard
17973
17974 \family roman
17975 \series medium
17976 \shape up
17977 \size normal
17978 \emph off
17979 \bar no
17980 \noun off
17981 \color none
17982 8
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Standard
17991
17992 \family roman
17993 \series medium
17994 \shape up
17995 \size normal
17996 \emph off
17997 \bar no
17998 \noun off
17999 \color none
18000 This is a multiline entry in a table.
18001  This is longer now.
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Standard
18010
18011 \family roman
18012 \series medium
18013 \shape up
18014 \size normal
18015 \emph off
18016 \bar no
18017 \noun off
18018 \color none
18019 9
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 </row>
18025 </lyxtabular>
18026
18027 \end_inset
18028
18029
18030 \end_layout
18031
18032 \begin_layout Standard
18033 Cutting and pasting between tables and table cells works reasonably well.
18034  You can cut and paste even more than one row.
18035  Selection with the mouse or with 
18036 \family sans
18037 Shift
18038 \family default
18039  plus the arrow keys works as usual.
18040  You can also copy and paste the entire table as a single unit by starting
18041  the selection from outside the table.
18042 \end_layout
18043
18044 \begin_layout Section
18045 Floats
18046 \begin_inset Index
18047 status collapsed
18048
18049 \begin_layout Standard
18050 Floats
18051 \end_layout
18052
18053 \end_inset
18054
18055
18056 \begin_inset CommandInset label
18057 LatexCommand label
18058 name "sec:Floats"
18059
18060 \end_inset
18061
18062
18063 \end_layout
18064
18065 \begin_layout Standard
18066 A float is a block of text associated with some sort of label, which doesn't
18067  have a fixed location.
18068  It can 
18069 \begin_inset Quotes eld
18070 \end_inset
18071
18072 float
18073 \begin_inset Quotes erd
18074 \end_inset
18075
18076  forward or backward a page or two, to wherever it fits best.
18077  
18078 \family sans
18079 Footnotes
18080 \family default
18081  and 
18082 \family sans
18083 Margin\InsetSpace ~
18084 Notes
18085 \family default
18086  are also floats, because they can float to the next page when there are
18087  too much notes at the page.
18088 \end_layout
18089
18090 \begin_layout Standard
18091 Floats makes it possible to get a high quality layout.
18092  Images and tables can evenly be spread to the pages to avoid whitespace
18093  and pages without text.
18094  As the floating often destroys the context between the text and the image/table
18095 , every float can be referenced in the text.
18096  Floats are therefore numbered.
18097  Referencing is described in section\InsetSpace ~
18098
18099 \begin_inset CommandInset ref
18100 LatexCommand ref
18101 reference "sec:Cross-References"
18102
18103 \end_inset
18104
18105 .
18106 \end_layout
18107
18108 \begin_layout Standard
18109 To insert a float, use the menu 
18110 \family sans
18111 Insert\SpecialChar \menuseparator
18112 Floats
18113 \family default
18114 .
18115  A box with a caption that has e.\InsetSpace \thinspace{}
18116 g.\InsetSpace ~
18117 the label 
18118 \begin_inset Quotes eld
18119 \end_inset
18120
18121 Figure\InsetSpace ~
18122 #:
18123 \begin_inset Quotes erd
18124 \end_inset
18125
18126  (# is the actual number) will be inserted into your document.
18127  The label will automatically be translated to the document language in
18128  the output.
18129  Behind the label you can insert the caption text.
18130 \begin_inset Index
18131 status collapsed
18132
18133 \begin_layout Standard
18134 Floats ! Captions
18135 \end_layout
18136
18137 \end_inset
18138
18139  The image or table is inserted above or below the caption in a separate
18140  paragraph within the float.
18141  To keep your LyX-document readable, you can open and close the float box
18142  by left-clicking on the box label.
18143  A closed float box looks like this: 
18144 \begin_inset Graphics
18145         filename clipart/floatQt4.png
18146         embed ""
18147         scale 80
18148
18149 \end_inset
18150
18151  -- a gray button with a red label.
18152 \end_layout
18153
18154 \begin_layout Standard
18155 It is recommended to insert floats as a separate paragraph to avoid possible
18156  LaTeX-errors that can occur when the surrounding text is specially formatted.
18157 \end_layout
18158
18159 \begin_layout Subsection
18160 Float Types
18161 \end_layout
18162
18163 \begin_layout Subsubsection
18164 Figure Floats
18165 \begin_inset Index
18166 status collapsed
18167
18168 \begin_layout Standard
18169 Floats ! Figure floats
18170 \end_layout
18171
18172 \end_inset
18173
18174
18175 \begin_inset CommandInset label
18176 LatexCommand label
18177 name "sec:Figure-Floats"
18178
18179 \end_inset
18180
18181
18182 \end_layout
18183
18184 \begin_layout Standard
18185 The menu 
18186 \family sans
18187 Insert\SpecialChar \menuseparator
18188 Float\SpecialChar \menuseparator
18189 Figure
18190 \family default
18191  inserts a float with the label 
18192 \begin_inset Quotes eld
18193 \end_inset
18194
18195
18196 \series bold
18197 Figure\InsetSpace ~
18198 #:
18199 \series default
18200
18201 \begin_inset Quotes erd
18202 \end_inset
18203
18204 .
18205  Set the cursor above this label (or before it and press enter) and insert
18206  the image as described above to get the caption printed below the image.
18207  This is what we did for Figure\InsetSpace ~
18208
18209 \begin_inset CommandInset ref
18210 LatexCommand ref
18211 reference "cap:Platypus"
18212
18213 \end_inset
18214
18215 .
18216  If you want the caption to be above the image, set the cursor at the end
18217  of the caption, press enter and insert the image.
18218  This was done in Figure\InsetSpace ~
18219
18220 \begin_inset CommandInset ref
18221 LatexCommand ref
18222 reference "cap:Escher"
18223
18224 \end_inset
18225
18226 .
18227 \end_layout
18228
18229 \begin_layout Standard
18230 \begin_inset Float figure
18231 wide false
18232 sideways false
18233 status open
18234
18235 \begin_layout Standard
18236 \align center
18237 \begin_inset Graphics
18238         filename clipart/platypus.eps
18239         embed ""
18240         display color
18241         width 50col%
18242         rotateOrigin center
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Standard
18250 \begin_inset Caption
18251
18252 \begin_layout Standard
18253 \begin_inset CommandInset label
18254 LatexCommand label
18255 name "cap:Platypus"
18256
18257 \end_inset
18258
18259 A severely distorted platypus in a float.
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \end_inset
18268
18269
18270 \end_layout
18271
18272 \begin_layout Standard
18273 \begin_inset Float figure
18274 wide false
18275 sideways false
18276 status open
18277
18278 \begin_layout Standard
18279 \begin_inset Caption
18280
18281 \begin_layout Standard
18282 \begin_inset CommandInset label
18283 LatexCommand label
18284 name "cap:Escher"
18285
18286 \end_inset
18287
18288 M.C.
18289  Escher on acid.
18290 \end_layout
18291
18292 \end_inset
18293
18294
18295 \end_layout
18296
18297 \begin_layout Standard
18298 \align center
18299 \begin_inset Graphics
18300         filename clipart/escher-lsd.eps
18301         embed ""
18302         display color
18303         scale 80
18304         rotateOrigin center
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 This figure float show also how to set a label and create a cross-reference
18318  to it.
18319  As described in section\InsetSpace ~
18320
18321 \begin_inset CommandInset ref
18322 LatexCommand ref
18323 reference "sec:Cross-References"
18324
18325 \end_inset
18326
18327 , you can simply insert a label in the caption using the menu 
18328 \family sans
18329 Insert\SpecialChar \menuseparator
18330 Label
18331 \family default
18332  and refer to it using the menu 
18333 \family sans
18334 Insert\SpecialChar \menuseparator
18335 Cross-Reference
18336 \family default
18337 .
18338  It is important to use references to figure floats, rather than using vague
18339  references like 
18340 \begin_inset Quotes eld
18341 \end_inset
18342
18343 the figure above
18344 \begin_inset Quotes erd
18345 \end_inset
18346
18347 , because as LaTeX will reposition the floats in the final document; it
18348  might not be 
18349 \begin_inset Quotes eld
18350 \end_inset
18351
18352 above
18353 \begin_inset Quotes erd
18354 \end_inset
18355
18356  at all.
18357 \end_layout
18358
18359 \begin_layout Standard
18360 Normally one inserts only one image to a figure float, but sometimes you
18361  might want to use two images with separate subcaptions.
18362  This can be done in the graphics dialog: Right-click on an image and go
18363  to the tab 
18364 \family sans
18365 Extra\InsetSpace ~
18366 options
18367 \family default
18368  in the appearing dialog, use the option 
18369 \family sans
18370 Subfigure
18371 \family default
18372 , and enter the subcaption for the image in the now enabled caption field.
18373  Figure\InsetSpace ~
18374
18375 \begin_inset CommandInset ref
18376 LatexCommand ref
18377 reference "cap:Two-distorted-images"
18378
18379 \end_inset
18380
18381  is an example of a figure float with two images set side by side.
18382  You can also set the images one below the other.
18383 \end_layout
18384
18385 \begin_layout Standard
18386 \begin_inset Float figure
18387 wide false
18388 sideways false
18389 status open
18390
18391 \begin_layout Standard
18392
18393 \hfill
18394
18395 \begin_inset Graphics
18396         filename clipart/escher-lsd.eps
18397         embed ""
18398         width 45col%
18399         subcaption
18400         subcaptionText "Undefinable structure"
18401
18402 \end_inset
18403
18404
18405 \hfill
18406
18407 \begin_inset Graphics
18408         filename clipart/platypus.eps
18409         embed ""
18410         lyxscale 60
18411         width 45col%
18412         subcaption
18413         subcaptionText "Platypus"
18414
18415 \end_inset
18416
18417
18418 \hfill
18419
18420 \end_layout
18421
18422 \begin_layout Standard
18423 \begin_inset Caption
18424
18425 \begin_layout Standard
18426 \begin_inset CommandInset label
18427 LatexCommand label
18428 name "cap:Two-distorted-images"
18429
18430 \end_inset
18431
18432 Two distorted images.
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \begin_layout Standard
18446 Note that the caption is added to the 
18447 \family sans
18448 List\InsetSpace ~
18449 of\InsetSpace ~
18450 Figures
18451 \family default
18452  as described in section\InsetSpace ~
18453
18454 \begin_inset CommandInset ref
18455 LatexCommand ref
18456 reference "sec:ListsOf"
18457
18458 \end_inset
18459
18460 .
18461 \end_layout
18462
18463 \begin_layout Subsubsection
18464 Table Floats
18465 \begin_inset Index
18466 status collapsed
18467
18468 \begin_layout Standard
18469 Floats ! Table floats
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \begin_inset CommandInset label
18476 LatexCommand label
18477 name "sec:Table-Floats"
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \begin_layout Standard
18485 Table floats can be inserted using the menu 
18486 \family sans
18487 Insert\SpecialChar \menuseparator
18488 Float\SpecialChar \menuseparator
18489 Table
18490 \family default
18491 .
18492  They have the same properties as figure floats except of the different
18493  label.
18494  Table\InsetSpace ~
18495
18496 \begin_inset CommandInset ref
18497 LatexCommand ref
18498 reference "cap:Table-float"
18499
18500 \end_inset
18501
18502  is an example of a table float.
18503 \end_layout
18504
18505 \begin_layout Standard
18506 \begin_inset Float table
18507 wide false
18508 sideways false
18509 status open
18510
18511 \begin_layout Standard
18512 \begin_inset Caption
18513
18514 \begin_layout Standard
18515 \begin_inset CommandInset label
18516 LatexCommand label
18517 name "cap:Table-float"
18518
18519 \end_inset
18520
18521 A table float.
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \begin_layout Standard
18530 \align center
18531 \begin_inset Tabular
18532 <lyxtabular version="3" rows="3" columns="3">
18533 <features>
18534 <column alignment="center" valignment="top" leftline="true" width="0pt">
18535 <column alignment="center" valignment="top" leftline="true" width="0pt">
18536 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
18537 <row topline="true" bottomline="true">
18538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Standard
18542
18543 \family roman
18544 \series medium
18545 \shape up
18546 \size normal
18547 \emph off
18548 \bar no
18549 \noun off
18550 \color none
18551 1
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Standard
18560
18561 \family roman
18562 \series medium
18563 \shape up
18564 \size normal
18565 \emph off
18566 \bar no
18567 \noun off
18568 \color none
18569 2
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Standard
18578
18579 \family roman
18580 \series medium
18581 \shape up
18582 \size normal
18583 \emph off
18584 \bar no
18585 \noun off
18586 \color none
18587 3
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 </row>
18593 <row topline="true">
18594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Standard
18598
18599 \family roman
18600 \series medium
18601 \shape up
18602 \size normal
18603 \emph off
18604 \bar no
18605 \noun off
18606 \color none
18607 Joe
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Standard
18616
18617 \family roman
18618 \series medium
18619 \shape up
18620 \size normal
18621 \emph off
18622 \bar no
18623 \noun off
18624 \color none
18625 Mary
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Standard
18634
18635 \family roman
18636 \series medium
18637 \shape up
18638 \size normal
18639 \emph off
18640 \bar no
18641 \noun off
18642 \color none
18643 Ted
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 </row>
18649 <row topline="true" bottomline="true">
18650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Standard
18654
18655 \family roman
18656 \series medium
18657 \shape up
18658 \size normal
18659 \emph off
18660 \bar no
18661 \noun off
18662 \color none
18663 \begin_inset Formula $\int x^{2}dx$
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Standard
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 \begin_inset Formula $\left[\begin{array}{cc}
18685 a & b\\
18686 c & d\end{array}\right]$
18687 \end_inset
18688
18689
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Standard
18698
18699 \family roman
18700 \series medium
18701 \shape up
18702 \size normal
18703 \emph off
18704 \bar no
18705 \noun off
18706 \color none
18707 \begin_inset Formula $1+1=2$
18708 \end_inset
18709
18710
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 </row>
18716 </lyxtabular>
18717
18718 \end_inset
18719
18720
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \begin_layout Subsubsection
18729 Algorithm Floats
18730 \begin_inset Index
18731 status collapsed
18732
18733 \begin_layout Standard
18734 Floats ! Algorithm floats
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \begin_layout Standard
18743 This float type is inserted with the menu 
18744 \family sans
18745 Insert\SpecialChar \menuseparator
18746 Float\SpecialChar \menuseparator
18747 Algorithm
18748 \family default
18749 .
18750  It is used for program codes and descriptions of algorithms.
18751  A possible environment for algorithms is the 
18752 \family sans
18753 LyX-Code
18754 \family default
18755 , described in section\InsetSpace ~
18756
18757 \begin_inset CommandInset ref
18758 LatexCommand ref
18759 reference "sub:LyX-Code"
18760
18761 \end_inset
18762
18763 .
18764 \end_layout
18765
18766 \begin_layout Standard
18767 \begin_inset Note Greyedout
18768 status open
18769
18770 \begin_layout Standard
18771
18772 \series bold
18773 Note:
18774 \series default
18775  that the float label is not automatically translated into the document
18776  language.
18777 \end_layout
18778
18779 \end_inset
18780
18781  You have to do this manually by adding the following line
18782 \end_layout
18783
18784 \begin_layout Standard
18785
18786 \series bold
18787
18788 \backslash
18789 floatname{algorithm}{your\InsetSpace ~
18790 name}
18791 \end_layout
18792
18793 \begin_layout Standard
18794 to the document preamble (menu 
18795 \family sans
18796 Document\SpecialChar \menuseparator
18797 Settings
18798 \family default
18799 ).
18800  
18801 \series bold
18802 your\InsetSpace ~
18803 name
18804 \series default
18805  is the word 
18806 \begin_inset Quotes eld
18807 \end_inset
18808
18809
18810 \emph on
18811 algorithm
18812 \emph default
18813
18814 \begin_inset Quotes erd
18815 \end_inset
18816
18817  in your language.
18818 \end_layout
18819
18820 \begin_layout Subsubsection
18821 Text Wrap Floats
18822 \begin_inset Index
18823 status collapsed
18824
18825 \begin_layout Standard
18826 Floats ! Text Wrap Floats
18827 \end_layout
18828
18829 \end_inset
18830
18831
18832 \begin_inset CommandInset label
18833 LatexCommand label
18834 name "sec:floatflt"
18835
18836 \end_inset
18837
18838
18839 \end_layout
18840
18841 \begin_layout Standard
18842 This float type is used if you want to 
18843 \begin_inset Quotes eld
18844 \end_inset
18845
18846 wrap
18847 \begin_inset Quotes erd
18848 \end_inset
18849
18850  text around a figure so that it only occupies some fraction of the column
18851  width.
18852  It can be inserted using the menu 
18853 \begin_inset Wrap figure
18854 lines 0
18855 placement l
18856 overhang 0col%
18857 width "40col%"
18858 status open
18859
18860 \begin_layout Standard
18861 \begin_inset Graphics
18862         filename clipart/mobius.eps
18863         embed ""
18864         display color
18865         width 40col%
18866         rotateOrigin center
18867
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \begin_layout Standard
18874 \begin_inset Caption
18875
18876 \begin_layout Standard
18877 \begin_inset CommandInset label
18878 LatexCommand label
18879 name "cap:Wrapped-figure"
18880
18881 \end_inset
18882
18883 This is a wrapped figure, and this is the brilliant caption that describes
18884  it
18885 \begin_inset VSpace medskip
18886 \end_inset
18887
18888
18889 \end_layout
18890
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \end_inset
18897
18898  
18899 \family sans
18900 Insert\SpecialChar \menuseparator
18901 Float\SpecialChar \menuseparator
18902 Text\InsetSpace ~
18903 Wrap\InsetSpace ~
18904 Float
18905 \family default
18906  if the LaTeX-package 
18907 \series bold
18908 floatflt
18909 \series default
18910
18911 \begin_inset Index
18912 status collapsed
18913
18914 \begin_layout Standard
18915 LaTeX-packages ! floatflt
18916 \end_layout
18917
18918 \end_inset
18919
18920  is installed.
18921 \begin_inset Foot
18922 status collapsed
18923
18924 \begin_layout Standard
18925 Installing a LaTeX-package is explained it in the 
18926 \emph on
18927 LaTeX\InsetSpace ~
18928 Configuration
18929 \emph default
18930  manual.
18931 \end_layout
18932
18933 \end_inset
18934
18935  The width and placement of the float is adjusted by right-clicking on the
18936  float box.
18937  Figure\InsetSpace ~
18938
18939 \begin_inset CommandInset ref
18940 LatexCommand ref
18941 reference "cap:Wrapped-figure"
18942
18943 \end_inset
18944
18945  is an example Text\InsetSpace ~
18946 wrap float with a width of 40
18947 \begin_inset Formula $\,$
18948 \end_inset
18949
18950 col%.
18951 \begin_inset Foot
18952 status collapsed
18953
18954 \begin_layout Standard
18955 Available units are explained in Appendix\InsetSpace ~
18956
18957 \begin_inset CommandInset ref
18958 LatexCommand ref
18959 reference "cha:Units-available-in"
18960
18961 \end_inset
18962
18963 .
18964 \end_layout
18965
18966 \end_inset
18967
18968  Some space was added under the caption to separate it better from the surroundi
18969 ng text.
18970 \end_layout
18971
18972 \begin_layout Standard
18973 The LaTeX-package 
18974 \series bold
18975 floatflt
18976 \series default
18977  also supports table wrap floats, but they are not yet supported by LyX.
18978  If you need this, read the documentation of 
18979 \series bold
18980 floatflt
18981 \series default
18982  
18983 \begin_inset CommandInset citation
18984 LatexCommand cite
18985 key "floatflt"
18986
18987 \end_inset
18988
18989 .
18990 \end_layout
18991
18992 \begin_layout Standard
18993 \begin_inset Note Greyedout
18994 status open
18995
18996 \begin_layout Standard
18997
18998 \series bold
18999 Note:
19000 \series default
19001  Text\InsetSpace ~
19002 wrap float floats might be fragile! E.g.
19003  having a figure too close to the bottom of the page can mess things up
19004  in the way that the float doesn't appear in the output or that it is placed
19005  over some other text.
19006 \begin_inset Foot
19007 status collapsed
19008
19009 \begin_layout Standard
19010 The better solution is to use the LaTeX-package 
19011 \series bold
19012 wrapfig
19013 \series default
19014
19015 \begin_inset Index
19016 status collapsed
19017
19018 \begin_layout Standard
19019 LaTeX-packages ! wrapfig
19020 \end_layout
19021
19022 \end_inset
19023
19024  instead of 
19025 \series bold
19026 floatflt
19027 \series default
19028  but it is currently not supported by LyX.
19029 \end_layout
19030
19031 \end_inset
19032
19033
19034 \end_layout
19035
19036 \end_inset
19037
19038  In general:
19039 \end_layout
19040
19041 \begin_layout Itemize
19042 Wrap floats should not be placed in paragraphs that run over a page break.
19043  That means that wrap floats should better be inserted to the exact place
19044  when the document is nearly ready and you are able to estimate where page
19045  breaks will appear.
19046 \end_layout
19047
19048 \begin_layout Itemize
19049 Wrap floats should either be placed in an own paragraph before the paragraph
19050  where they should wrap into or within a paragraph.
19051 \end_layout
19052
19053 \begin_layout Itemize
19054 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19055  there is a text paragraph between them as separator.
19056 \end_layout
19057
19058 \begin_layout Itemize
19059 Wrap floats are not allowed in section headings or tables.
19060 \end_layout
19061
19062 \begin_layout Subsection
19063 Rotated Floats
19064 \begin_inset CommandInset label
19065 LatexCommand label
19066 name "sub:Rotated-Floats"
19067
19068 \end_inset
19069
19070
19071 \begin_inset Index
19072 status collapsed
19073
19074 \begin_layout Standard
19075 Floats ! Rotating
19076 \end_layout
19077
19078 \end_inset
19079
19080
19081 \end_layout
19082
19083 \begin_layout Standard
19084 Especially for wide tables you might have floats rotated.
19085  To rotate a whole float including the caption, right-click on the float-box
19086  and use the option 
19087 \family sans
19088 Rotate\InsetSpace ~
19089 sideways
19090 \family default
19091 .
19092 \end_layout
19093
19094 \begin_layout Standard
19095 Rotated floats are always placed on its own page (or column, when you have
19096  a two-column document).
19097  They are rotated so that you can read them from the outside margin.
19098  Forcing the rotation direction is explained in the 
19099 \emph on
19100 Embedded Objects
19101 \emph default
19102  manual.
19103 \end_layout
19104
19105 \begin_layout Standard
19106 Referencing rotated floats is the same like for normal floats, the caption
19107  format is also the same: Table\InsetSpace ~
19108
19109 \begin_inset CommandInset ref
19110 LatexCommand ref
19111 reference "cap:Rotated-table"
19112
19113 \end_inset
19114
19115  is an example of a rotated table float.
19116 \end_layout
19117
19118 \begin_layout Standard
19119 \begin_inset Note Greyedout
19120 status open
19121
19122 \begin_layout Standard
19123
19124 \series bold
19125 Note:
19126 \series default
19127  Not all DVI-viewers are able to display rotated floats.
19128 \end_layout
19129
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \begin_layout Standard
19136 \begin_inset Float table
19137 wide false
19138 sideways true
19139 status open
19140
19141 \begin_layout Standard
19142 \begin_inset Caption
19143
19144 \begin_layout Standard
19145 \begin_inset CommandInset label
19146 LatexCommand label
19147 name "cap:Rotated-table"
19148
19149 \end_inset
19150
19151  Rotated table
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 \align center
19161 \begin_inset Tabular
19162 <lyxtabular version="3" rows="1" columns="5">
19163 <features>
19164 <column alignment="center" valignment="top" leftline="true" width="0">
19165 <column alignment="center" valignment="top" leftline="true" width="0">
19166 <column alignment="center" valignment="top" leftline="true" width="0">
19167 <column alignment="center" valignment="top" leftline="true" width="0">
19168 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19169 <row topline="true" bottomline="true">
19170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Standard
19174 test
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Standard
19183 b
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Standard
19192 c
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Standard
19201 d
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Standard
19210 e
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 </lyxtabular>
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \begin_layout Subsection
19229 Float Placement
19230 \begin_inset CommandInset label
19231 LatexCommand label
19232 name "sub:Float-Placement"
19233
19234 \end_inset
19235
19236
19237 \begin_inset Index
19238 status collapsed
19239
19240 \begin_layout Standard
19241 Floats ! Placement
19242 \end_layout
19243
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \begin_layout Standard
19250 Right-clicking on a float-box opens a dialog where you can alter the placement
19251  options that LaTeX uses for positioning the float.
19252 \newline
19253 The option 
19254 \family sans
19255 Span\InsetSpace ~
19256 columns
19257 \family default
19258  is only useful for two-column documents: If you select it, the float will
19259  span across both columns on the page instead of being confined to just
19260  one.
19261 \newline
19262 The option 
19263 \family sans
19264 Rotate\InsetSpace ~
19265 sideways
19266 \family default
19267  is used to rotate floats, see section\InsetSpace ~
19268
19269 \begin_inset CommandInset ref
19270 LatexCommand ref
19271 reference "sub:Rotated-Floats"
19272
19273 \end_inset
19274
19275 .
19276 \end_layout
19277
19278 \begin_layout Standard
19279 You can use one ore more of the following options in the float dialog to
19280  set the placement for a particular float when you uncheck the option 
19281 \family sans
19282 Use\InsetSpace ~
19283 default\InsetSpace ~
19284 placement
19285 \family default
19286 :
19287 \end_layout
19288
19289 \begin_layout Description
19290 Here\InsetSpace ~
19291 if\InsetSpace ~
19292 possible: try to place the float on the position where it is inserted
19293 \end_layout
19294
19295 \begin_layout Description
19296 Top\InsetSpace ~
19297 of\InsetSpace ~
19298 page: try to place the float on the top of the current page
19299 \end_layout
19300
19301 \begin_layout Description
19302 Bottom\InsetSpace ~
19303 of\InsetSpace ~
19304 page: try to place the float on the bottom of the current page
19305 \end_layout
19306
19307 \begin_layout Description
19308 Page\InsetSpace ~
19309 of\InsetSpace ~
19310 floats: try to place the float on an own page 
19311 \end_layout
19312
19313 \begin_layout Standard
19314 The order of the above option is 
19315 \emph on
19316 always
19317 \emph default
19318  used by LaTeX.
19319  That means, if you use the default placement, LaTeX will first try out
19320  
19321 \family sans
19322 Here\InsetSpace ~
19323 if\InsetSpace ~
19324 possible
19325 \family default
19326 , then 
19327 \family sans
19328 Top\InsetSpace ~
19329 of\InsetSpace ~
19330 page
19331 \family default
19332 , and then the others.
19333  If you don't use the default, LaTeX will try only the checked options but
19334  in the same order.
19335  If none of the 4 placements are possible the procedure is internally repeated
19336  but it is tried to put the float on the following page.
19337 \end_layout
19338
19339 \begin_layout Standard
19340 By default, each options has its own rules:
19341 \end_layout
19342
19343 \begin_layout Standard
19344
19345 \family sans
19346 Top\InsetSpace ~
19347 of\InsetSpace ~
19348 page
19349 \family default
19350  only floats occupying less than 70\InsetSpace \thinspace{}
19351 % of the page can be placed at the top
19352  of a page
19353 \end_layout
19354
19355 \begin_layout Standard
19356
19357 \family sans
19358 Bottom\InsetSpace ~
19359 of\InsetSpace ~
19360 page
19361 \family default
19362 : only floats occupying less than 30\InsetSpace \thinspace{}
19363 % of the page can be placed at the bottom
19364  of a page.
19365 \end_layout
19366
19367 \begin_layout Standard
19368
19369 \family sans
19370 Page\InsetSpace ~
19371 of\InsetSpace ~
19372 floats
19373 \family default
19374 : only if more than 50\InsetSpace \thinspace{}
19375 % of the page are occupied by floats, several floats
19376  can be set together on a page.
19377 \end_layout
19378
19379 \begin_layout Standard
19380 If you don't like these rules, you can ignore them by using the additional
19381  option 
19382 \family sans
19383 Ignore\InsetSpace ~
19384 LaTeX\InsetSpace ~
19385 rules
19386 \family default
19387 .
19388 \end_layout
19389
19390 \begin_layout Standard
19391 Sometimes you might need, under all circumstances, a float to be placed
19392  exactly at the position where it is inserted.
19393  For this case you can use the option 
19394 \family sans
19395 Here\InsetSpace ~
19396 definitely
19397 \family default
19398 .
19399  Use this option very rarely and only if the document is nearly ready to
19400  be printed.
19401  Because the float is then no longer able to 
19402 \begin_inset Quotes eld
19403 \end_inset
19404
19405 float
19406 \begin_inset Quotes erd
19407 \end_inset
19408
19409  when you change your document and this will often destroy the page layout.
19410 \end_layout
19411
19412 \begin_layout Standard
19413 There are no placement options for text wrap floats, because they are always
19414  surrounded by the text of a certain paragraph.
19415 \end_layout
19416
19417 \begin_layout Standard
19418 For more details about float placements, have a look at LaTeX books like
19419  
19420 \begin_inset CommandInset citation
19421 LatexCommand cite
19422 key "latexcompanion,latexguide,latexbook"
19423
19424 \end_inset
19425
19426 .
19427 \end_layout
19428
19429 \begin_layout Section
19430 Minipages
19431 \begin_inset Index
19432 status collapsed
19433
19434 \begin_layout Standard
19435 Minipages
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \begin_inset CommandInset label
19442 LatexCommand label
19443 name "sec:Minipages"
19444
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \begin_layout Standard
19451 LaTeX provides a mechanism to produce essentially a page within a page,
19452  called minipage.
19453  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
19454 apply.
19455  
19456 \end_layout
19457
19458 \begin_layout Standard
19459 Minipages in LyX have their own collapsible box inserted via the menu 
19460 \family sans
19461 Insert\SpecialChar \menuseparator
19462 Box
19463 \family default
19464 .
19465  Right-clicking on the box allows you to alter the width of the minipage
19466  and its alignment within the page.
19467 \end_layout
19468
19469 \begin_layout Standard
19470 \align center
19471 \begin_inset Box Frameless
19472 position "t"
19473 hor_pos "c"
19474 has_inner_box 1
19475 inner_pos "t"
19476 use_parbox 0
19477 width "30col%"
19478 special "none"
19479 height "1pt"
19480 height_special "totalheight"
19481 status open
19482
19483 \begin_layout Standard
19484
19485 \shape italic
19486 This is a minipage.
19487  The text is set in an italic style.
19488 \end_layout
19489
19490 \begin_layout Standard
19491
19492 \shape italic
19493 Minipages are often used for text in another language or text that needs
19494  another formatting.
19495 \end_layout
19496
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \begin_layout Standard
19503 \begin_inset VSpace medskip
19504 \end_inset
19505
19506 If you place two minipages side-by-side, you can use 
19507 \family sans
19508 Horizontal Fills
19509 \family default
19510  as described in section\InsetSpace ~
19511
19512 \begin_inset CommandInset ref
19513 LatexCommand ref
19514 reference "sub:Horizontal-Space"
19515
19516 \end_inset
19517
19518 :
19519 \begin_inset VSpace medskip
19520 \end_inset
19521
19522
19523 \end_layout
19524
19525 \begin_layout Standard
19526 \begin_inset Box Frameless
19527 position "t"
19528 hor_pos "c"
19529 has_inner_box 1
19530 inner_pos "t"
19531 use_parbox 0
19532 width "1.5in"
19533 special "none"
19534 height "1pt"
19535 height_special "totalheight"
19536 status open
19537
19538 \begin_layout Standard
19539 This is a minipage with some stupid dummy text.
19540  This dummy text is used to increase the size of the minipage.
19541 \end_layout
19542
19543 \end_inset
19544
19545
19546 \hfill
19547
19548 \begin_inset Box Frameless
19549 position "t"
19550 hor_pos "c"
19551 has_inner_box 1
19552 inner_pos "t"
19553 use_parbox 0
19554 width "1.5in"
19555 special "none"
19556 height "1pt"
19557 height_special "totalheight"
19558 status open
19559
19560 \begin_layout Standard
19561 This is a minipage with some stupid dummy text.
19562  This dummy text is used to increase the size of the minipage.
19563 \end_layout
19564
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \begin_layout Standard
19571 \begin_inset VSpace bigskip
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \begin_layout Standard
19578 When you right-click on a minipage box, you can change the box from a minipage
19579  to other box types.
19580  All box types and their settings are explained in detail in chapter 
19581 \emph on
19582 Boxes
19583 \emph default
19584  of the 
19585 \emph on
19586 Embedded Objects
19587 \emph default
19588  manual.
19589 \end_layout
19590
19591 \begin_layout Chapter
19592 Mathematical Formulas
19593 \begin_inset Index
19594 status collapsed
19595
19596 \begin_layout Standard
19597 Math
19598 \end_layout
19599
19600 \end_inset
19601
19602
19603 \begin_inset Index
19604 status collapsed
19605
19606 \begin_layout Standard
19607 Formulas | see
19608 \begin_inset ERT
19609 status collapsed
19610
19611 \begin_layout Standard
19612
19613 {
19614 \end_layout
19615
19616 \end_inset
19617
19618 Math
19619 \begin_inset ERT
19620 status collapsed
19621
19622 \begin_layout Standard
19623
19624 }
19625 \end_layout
19626
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \end_inset
19633
19634
19635 \begin_inset CommandInset label
19636 LatexCommand label
19637 name "cha:Mathematical-Formulas"
19638
19639 \end_inset
19640
19641
19642 \end_layout
19643
19644 \begin_layout Section
19645 Basic Math Editing
19646 \begin_inset Index
19647 status collapsed
19648
19649 \begin_layout Standard
19650 Math ! Basics
19651 \end_layout
19652
19653 \end_inset
19654
19655
19656 \end_layout
19657
19658 \begin_layout Standard
19659 To create a math formula, you can just click on the toolbar icon 
19660 \begin_inset Graphics
19661         filename ../images/math-mode.png
19662         embed ""
19663
19664 \end_inset
19665
19666 .
19667  That will create a little blue rectangle, with purple markers around its
19668  corners.
19669  That blue rectangle is the formula itself; the purple markers indicate
19670  what level of nesting within the formula you are at.
19671  You can also choose a particular formula type to insert via the 
19672 \family sans
19673 Insert\SpecialChar \menuseparator
19674 Math
19675 \family default
19676  menu.
19677 \end_layout
19678
19679 \begin_layout Standard
19680 Editing the parameters of a formula and adding math constructs can be done
19681  with the 
19682 \family sans
19683 math\InsetSpace ~
19684 toolbar
19685 \family default
19686 , that appears when the cursor is in a formula.
19687 \end_layout
19688
19689 \begin_layout Standard
19690 There are two main types of formulas: Inline formulas appear within a text
19691  line, like this one:
19692 \end_layout
19693
19694 \begin_layout Standard
19695 This is a line with an inline formula 
19696 \begin_inset Formula $A=B$
19697 \end_inset
19698
19699  in it.
19700 \end_layout
19701
19702 \begin_layout Standard
19703 Displayed formulas appear outside the text like as they were in an own paragraph
19704 , like this one:
19705 \begin_inset Formula \[
19706 A=B\]
19707
19708 \end_inset
19709
19710 You can only number and reference displayed formulas.
19711 \end_layout
19712
19713 \begin_layout Standard
19714 LyX supports also many LaTeX math commands.
19715  E.g.
19716  typing 
19717 \begin_inset Quotes eld
19718 \end_inset
19719
19720
19721 \series bold
19722
19723 \backslash
19724 alpha
19725 \series default
19726
19727 \begin_inset Quotes erd
19728 \end_inset
19729
19730 , followed by a space, in a formula will create the Greek letter 
19731 \begin_inset Formula $\alpha$
19732 \end_inset
19733
19734 .
19735  So typing commands might sometimes be faster than using the 
19736 \family sans
19737 Math\InsetSpace ~
19738 Panel
19739 \family default
19740 .
19741 \end_layout
19742
19743 \begin_layout Subsection
19744 Navigating in Formulas
19745 \begin_inset Index
19746 status collapsed
19747
19748 \begin_layout Standard
19749 Math ! Navigating
19750 \end_layout
19751
19752 \end_inset
19753
19754
19755 \end_layout
19756
19757 \begin_layout Standard
19758 The best control over the cursor position within an existing formula is
19759  achieved with the arrow keys.
19760  LyX uses small rectangles to indicate places where something can be inserted.
19761  The arrow keys can be used to navigate between parts of a formula.
19762  Pressing 
19763 \family sans
19764 Space
19765 \family default
19766  will leave a formula construct (a square root 
19767 \begin_inset Formula $\sqrt{2}$
19768 \end_inset
19769
19770 , or parentheses 
19771 \begin_inset Formula $\left(f\right)$
19772 \end_inset
19773
19774 , or a matrix 
19775 \begin_inset Formula $\left[\begin{array}{cc}
19776 1 & 2\\
19777 3 & 4\end{array}\right]$
19778 \end_inset
19779
19780 ).
19781  Pressing 
19782 \family sans
19783 Escape
19784 \family default
19785  will leave the formula, placing the cursor after the formula.
19786  
19787 \family sans
19788 Tab
19789 \family default
19790  can be used to move horizontally in a formula; for example, through the
19791  cells of a matrix or the positions in a multi-line equation.
19792 \end_layout
19793
19794 \begin_layout Standard
19795
19796 \family sans
19797 Space
19798 \family default
19799 , printed in this document as 
19800 \begin_inset Quotes eld
19801 \end_inset
19802
19803
19804 \begin_inset ERT
19805 status collapsed
19806
19807 \begin_layout Standard
19808
19809
19810 \backslash
19811 spce 
19812 \end_layout
19813
19814 \end_inset
19815
19816
19817 \begin_inset Quotes erd
19818 \end_inset
19819
19820
19821 \begin_inset Note Note
19822 status collapsed
19823
19824 \begin_layout Standard
19825 This command will appear in the output as official character denoting the
19826  space character (visible space).
19827 \end_layout
19828
19829 \end_inset
19830
19831 , seems to do nothing in a formula, since it does not add a space between
19832  characters, but it does exit a nested structure.
19833  For this reason, you have to be careful about using 
19834 \family sans
19835 Space
19836 \family default
19837 .
19838  For example, if you want 
19839 \begin_inset Formula $\sqrt{2x+1}$
19840 \end_inset
19841
19842 , type 
19843 \series bold
19844
19845 \backslash
19846 sqrt
19847 \begin_inset ERT
19848 status collapsed
19849
19850 \begin_layout Standard
19851
19852
19853 \backslash
19854 spce 
19855 \end_layout
19856
19857 \end_inset
19858
19859 2x+1
19860 \series default
19861  and not 
19862 \series bold
19863
19864 \backslash
19865 sqrt
19866 \begin_inset ERT
19867 status collapsed
19868
19869 \begin_layout Standard
19870
19871
19872 \backslash
19873 spce 
19874 \end_layout
19875
19876 \end_inset
19877
19878 2x
19879 \begin_inset ERT
19880 status collapsed
19881
19882 \begin_layout Standard
19883
19884
19885 \backslash
19886 spce 
19887 \end_layout
19888
19889 \end_inset
19890
19891 +1
19892 \series default
19893 , since in the latter case only the 
19894 \family typewriter
19895
19896 \begin_inset Formula $2x$
19897 \end_inset
19898
19899
19900 \family default
19901  will be under the square root sign: 
19902 \begin_inset Formula $\sqrt{2x}+1$
19903 \end_inset
19904
19905 .
19906 \end_layout
19907
19908 \begin_layout Standard
19909 You can leave many parts of a formula, like this matrix, partially filled
19910  in, such as:
19911 \begin_inset Formula \[
19912 \left(\begin{array}{ccc}
19913 \lambda_{1}\\
19914  & \ddots\\
19915  &  & \lambda_{n}\end{array}\right)\]
19916
19917 \end_inset
19918
19919 If you leave a fraction only partially filled in, or a subscript with nothing
19920  in it, the results will be unpredictable, but most constructs don't mind.
19921 \end_layout
19922
19923 \begin_layout Subsection
19924 Selecting Text
19925 \end_layout
19926
19927 \begin_layout Standard
19928 You can select text within a formula in two different ways.
19929  Place the cursor at one end of the string of text you want, and press 
19930 \family sans
19931 Shift
19932 \family default
19933  and a cursor movement key to select text.
19934  It will be highlighted as with regular text selection.
19935  Alternatively, you can select text with the mouse in the usual way.
19936  That text can then be cut or copied, and then pasted within any formula,
19937  but not in a normal text region in LyX.
19938 \end_layout
19939
19940 \begin_layout Subsection
19941 Exponents and Subscripts
19942 \begin_inset Index
19943 status collapsed
19944
19945 \begin_layout Standard
19946 Math ! Exponents
19947 \end_layout
19948
19949 \end_inset
19950
19951
19952 \begin_inset Index
19953 status collapsed
19954
19955 \begin_layout Standard
19956 Math ! Subscripts
19957 \end_layout
19958
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \begin_layout Standard
19965 You can use the math panel to add super- or subscripts, but the much easier
19966  way is to use a command.
19967  To get 
19968 \begin_inset Formula $x^{2}$
19969 \end_inset
19970
19971 , type in a formula 
19972 \series bold
19973 x^2
19974 \begin_inset ERT
19975 status collapsed
19976
19977 \begin_layout Standard
19978
19979
19980 \backslash
19981 spce 
19982 \end_layout
19983
19984 \end_inset
19985
19986
19987 \series default
19988 .
19989  The final 
19990 \family sans
19991 Space
19992 \family default
19993  puts the cursor back down on the base line of the expression.
19994  If you type 
19995 \series bold
19996 x^2y
19997 \series default
19998 , you will get 
19999 \begin_inset Formula $x^{2y}$
20000 \end_inset
20001
20002 , to get 
20003 \begin_inset Formula $x^{2}y$
20004 \end_inset
20005
20006 , type 
20007 \series bold
20008 x^2
20009 \begin_inset ERT
20010 status collapsed
20011
20012 \begin_layout Standard
20013
20014
20015 \backslash
20016 spce 
20017 \end_layout
20018
20019 \end_inset
20020
20021 y
20022 \series default
20023 .
20024  If you use characters in the superscript, that could be accented with the
20025  hat 
20026 \begin_inset Quotes eld
20027 \end_inset
20028
20029 ^
20030 \begin_inset Quotes erd
20031 \end_inset
20032
20033 , you have to use an extra 
20034 \family sans
20035 Space
20036 \family default
20037  to separate the hat and the character.
20038  E.g.
20039  if you want 
20040 \begin_inset Formula $x^{a}$
20041 \end_inset
20042
20043 , type 
20044 \series bold
20045 x^
20046 \begin_inset ERT
20047 status collapsed
20048
20049 \begin_layout Standard
20050
20051
20052 \backslash
20053 spce 
20054 \end_layout
20055
20056 \end_inset
20057
20058 a
20059 \series default
20060 .
20061  Subscripts are similar: To get 
20062 \begin_inset Formula $a_{1}$
20063 \end_inset
20064
20065 , type 
20066 \series bold
20067 a_1
20068 \begin_inset ERT
20069 status collapsed
20070
20071 \begin_layout Standard
20072
20073
20074 \backslash
20075 spce 
20076 \end_layout
20077
20078 \end_inset
20079
20080
20081 \series default
20082 .
20083 \end_layout
20084
20085 \begin_layout Subsection
20086 Fractions
20087 \begin_inset Index
20088 status collapsed
20089
20090 \begin_layout Standard
20091 Math ! Fractions
20092 \end_layout
20093
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \begin_layout Standard
20100 Create a fraction with either the command 
20101 \series bold
20102
20103 \backslash
20104 frac
20105 \series default
20106  or using the icon 
20107 \begin_inset Graphics
20108         filename ../images/math/frac.png
20109         embed ""
20110         scale 60
20111
20112 \end_inset
20113
20114  in the 
20115 \family sans
20116 Math\InsetSpace ~
20117 Panel
20118 \family default
20119 .
20120  You will be presented with an empty fraction.
20121  The cursor is above the fraction line.
20122  To move it to the bottom, simply press 
20123 \family sans
20124 Down
20125 \family default
20126 .
20127  To move back up, press 
20128 \family sans
20129 Up
20130 \family default
20131 .
20132  Any math structure can be placed in a fraction, as this example shows:
20133 \begin_inset Formula \[
20134 \left[\frac{1}{\left(\begin{array}{cc}
20135 2 & 3\\
20136 4 & 5\end{array}\right)}\right]\]
20137
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \begin_layout Subsection
20144 Roots
20145 \begin_inset Index
20146 status collapsed
20147
20148 \begin_layout Standard
20149 Math ! Roots
20150 \end_layout
20151
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \begin_layout Standard
20158 Roots can be created using the 
20159 \family sans
20160 Math\InsetSpace ~
20161 Panel
20162 \family default
20163  button
20164 \begin_inset Graphics
20165         filename ../images/math/sqrt.png
20166         embed ""
20167
20168 \end_inset
20169
20170  or the commands 
20171 \series bold
20172
20173 \backslash
20174 sqrt
20175 \series default
20176  or 
20177 \series bold
20178
20179 \backslash
20180 root
20181 \series default
20182 .
20183  With the command 
20184 \series bold
20185
20186 \backslash
20187 root
20188 \series default
20189  you can produce roots of higher orders, like cube roots, while 
20190 \series bold
20191
20192 \backslash
20193 sqrt
20194 \series default
20195  produces always a square root.
20196 \end_layout
20197
20198 \begin_layout Subsection
20199 Operators with Limits
20200 \begin_inset Index
20201 status collapsed
20202
20203 \begin_layout Standard
20204 Math ! Sums
20205 \end_layout
20206
20207 \end_inset
20208
20209
20210 \begin_inset Index
20211 status collapsed
20212
20213 \begin_layout Standard
20214 Math ! Integrals
20215 \end_layout
20216
20217 \end_inset
20218
20219
20220 \begin_inset CommandInset label
20221 LatexCommand label
20222 name "sub:Operators-with-Limits"
20223
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \begin_layout Standard
20230 Sum (
20231 \begin_inset Formula $\sum$
20232 \end_inset
20233
20234 ) and integral (
20235 \begin_inset Formula $\int$
20236 \end_inset
20237
20238 ) operators are very often decorated with limits.
20239  These limits can be entered in LyX by entering them as you would enter
20240  a super- or subscript, directly after the symbol.
20241  The sum operator will automatically place its 
20242 \begin_inset Quotes eld
20243 \end_inset
20244
20245 limits
20246 \begin_inset Quotes erd
20247 \end_inset
20248
20249  over and under the symbol in displayed formulas, and on the side in inline
20250  formulas.
20251  Such as 
20252 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
20253 \end_inset
20254
20255 , versus
20256 \begin_inset Formula \[
20257 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
20258
20259 \end_inset
20260
20261 Integral signs, however, will place the limits on the side in both formula
20262  types.
20263 \end_layout
20264
20265 \begin_layout Standard
20266 All operators with limits will be automatically re-sized when placed in
20267  display mode.
20268  The placement of the limits can be changed by placing the cursor directly
20269  behind the operator and hitting 
20270 \family sans
20271 M-m l
20272 \family default
20273  or using the menu 
20274 \family sans
20275 Edit\SpecialChar \menuseparator
20276 Math\SpecialChar \menuseparator
20277 Change\InsetSpace ~
20278 Limits\InsetSpace ~
20279 Type
20280 \family default
20281 .
20282 \end_layout
20283
20284 \begin_layout Standard
20285 Certain other mathematical expressions have this 
20286 \begin_inset Quotes eld
20287 \end_inset
20288
20289 moving limits
20290 \begin_inset Quotes erd
20291 \end_inset
20292
20293  feature as addition, such as
20294 \begin_inset Index
20295 status collapsed
20296
20297 \begin_layout Standard
20298 Math ! Limits
20299 \end_layout
20300
20301 \end_inset
20302
20303
20304 \begin_inset Formula \[
20305 \lim_{x\rightarrow\infty}f(x),\]
20306
20307 \end_inset
20308
20309 which will place the 
20310 \begin_inset Formula $x\rightarrow\infty$
20311 \end_inset
20312
20313  underneath the 
20314 \begin_inset Quotes eld
20315 \end_inset
20316
20317 lim
20318 \begin_inset Quotes erd
20319 \end_inset
20320
20321  in display mode.
20322  In inline formulas it looks like this: 
20323 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
20324 \end_inset
20325
20326 .
20327 \end_layout
20328
20329 \begin_layout Standard
20330 Note that the lim-function was entered as the function macro 
20331 \series bold
20332
20333 \backslash
20334 lim
20335 \series default
20336 .
20337  Have a look at section\InsetSpace ~
20338
20339 \begin_inset CommandInset ref
20340 LatexCommand ref
20341 reference "sub:Functions"
20342
20343 \end_inset
20344
20345  for an explanation of function macros.
20346 \end_layout
20347
20348 \begin_layout Subsection
20349 Math Symbols
20350 \begin_inset Index
20351 status collapsed
20352
20353 \begin_layout Standard
20354 Math ! Symbols
20355 \end_layout
20356
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \begin_layout Standard
20363 Most math symbols can be found in the 
20364 \family sans
20365 Math\InsetSpace ~
20366 Panel
20367 \family default
20368  under one of several categories; including 
20369 \family sans
20370 Greek
20371 \family default
20372
20373 \family sans
20374 Operators
20375 \family default
20376  , 
20377 \family sans
20378 Relations
20379 \family default
20380
20381 \family sans
20382 Arrows
20383 \family default
20384 .
20385  There are also the additional symbols provided by the American Mathematical
20386  Society (AMS).
20387 \end_layout
20388
20389 \begin_layout Standard
20390 If you know the LaTeX-command for a construct or symbol you wish to use,
20391  you don't have to use the 
20392 \family sans
20393 Math\InsetSpace ~
20394 Panel
20395 \family default
20396 , but can type the command directly into the formula.
20397  LyX will convert it to the corresponding symbol or construct.
20398 \end_layout
20399
20400 \begin_layout Subsection
20401 Altering Spacing
20402 \begin_inset Index
20403 status collapsed
20404
20405 \begin_layout Standard
20406 Math ! Spaces
20407 \end_layout
20408
20409 \end_inset
20410
20411
20412 \begin_inset CommandInset label
20413 LatexCommand label
20414 name "sub:Altering-Spacing"
20415
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \begin_layout Standard
20422 You may want to create spaces that differs from the standard spacing that
20423  LaTeX provides.
20424  To do this, type 
20425 \family sans
20426 C-Space
20427 \family default
20428  or to use the 
20429 \family sans
20430 Math\InsetSpace ~
20431 Panel
20432 \family default
20433  button 
20434 \begin_inset Graphics
20435         filename ../images/math/space.png
20436         embed ""
20437
20438 \end_inset
20439
20440 .
20441  This generates a small space, and shows a small marker on the screen.
20442  Here a example for the sequence 
20443 \series bold
20444 a C-Space b
20445 \series default
20446
20447 \begin_inset Formula $a\, b$
20448 \end_inset
20449
20450  (appears in LyX as 
20451 \begin_inset Graphics
20452         filename clipart/SpaceMarker.png
20453         embed ""
20454
20455 \end_inset
20456
20457 ).
20458  You can change the space to different sizes when you set the cursor behind
20459  the space marker and hit space again several times.
20460  With every space hit the size will be changed.
20461  Some markers for the space size appear red in LyX, because they are a negative
20462  spaces.
20463  Here two examples:
20464 \end_layout
20465
20466 \begin_layout Standard
20467
20468 \series bold
20469 a C-Space b
20470 \series default
20471  and 3×
20472 \family sans
20473 Space
20474 \family default
20475
20476 \begin_inset Formula $a\quad b$
20477 \end_inset
20478
20479
20480 \end_layout
20481
20482 \begin_layout Standard
20483
20484 \series bold
20485 a C-Space b
20486 \series default
20487  and 5×
20488 \family sans
20489 Space
20490 \family default
20491
20492 \begin_inset Formula $a\! b$
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \begin_layout Subsection
20499 Functions
20500 \begin_inset Index
20501 status collapsed
20502
20503 \begin_layout Standard
20504 Math ! Functions
20505 \end_layout
20506
20507 \end_inset
20508
20509
20510 \begin_inset CommandInset label
20511 LatexCommand label
20512 name "sub:Functions"
20513
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \begin_layout Standard
20520 The 
20521 \family sans
20522 Math\InsetSpace ~
20523 Panel
20524 \family default
20525  contains under the button 
20526 \begin_inset Graphics
20527         filename ../images/math/functions.png
20528         embed ""
20529
20530 \end_inset
20531
20532  a number of functions, such as 
20533 \begin_inset Formula $\sin$
20534 \end_inset
20535
20536
20537 \begin_inset Formula $\lim$
20538 \end_inset
20539
20540
20541 \emph on
20542 etc
20543 \emph default
20544 .
20545  (you can also insert them in a formula by typing 
20546 \series bold
20547
20548 \backslash
20549 sin
20550 \series default
20551  etc.).
20552  Standard mathematical practice is, that functions are printed upright to
20553  avoid confusions, because 
20554 \begin_inset Formula $sin$
20555 \end_inset
20556
20557  does normally mean 
20558 \begin_inset Formula $s·i·n$
20559 \end_inset
20560
20561 .
20562 \end_layout
20563
20564 \begin_layout Standard
20565 Using the function macros will also produce correct spacing around the function:
20566  
20567 \begin_inset Formula $a\sin x$
20568 \end_inset
20569
20570  is different from 
20571 \begin_inset Formula $asinx$
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \begin_layout Standard
20578 For some mathematical objects, like the limes, the macro changes the way
20579  that subscripts are placed, like described in section\InsetSpace ~
20580
20581 \begin_inset CommandInset ref
20582 LatexCommand ref
20583 reference "sub:Operators-with-Limits"
20584
20585 \end_inset
20586
20587 .
20588 \end_layout
20589
20590 \begin_layout Subsection
20591 Accents
20592 \begin_inset Index
20593 status collapsed
20594
20595 \begin_layout Standard
20596 Math ! Accents
20597 \end_layout
20598
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \begin_layout Standard
20605 In a formula you can insert accented characters in the same way as in text
20606  mode.
20607  This may depend on your keyboard, or the bindings file you use.
20608  You can also use LaTeX commands to e.g.
20609  enter 
20610 \begin_inset Formula $\hat{a}$
20611 \end_inset
20612
20613  even if your keyboard doesn't have hat-accents enabled.
20614  Our example is entered by typing 
20615 \series bold
20616
20617 \backslash
20618 hat
20619 \begin_inset ERT
20620 status collapsed
20621
20622 \begin_layout Standard
20623
20624
20625 \backslash
20626 spce 
20627 \end_layout
20628
20629 \end_inset
20630
20631 a
20632 \series default
20633  in a formula.
20634  Table\InsetSpace ~
20635
20636 \begin_inset CommandInset ref
20637 LatexCommand ref
20638 reference "cap:Accent-names-and"
20639
20640 \end_inset
20641
20642  shows the equivalences between the accent names and the commands.
20643 \end_layout
20644
20645 \begin_layout Standard
20646 \begin_inset Float table
20647 wide false
20648 sideways false
20649 status open
20650
20651 \begin_layout Standard
20652 \begin_inset Caption
20653
20654 \begin_layout Standard
20655 \begin_inset CommandInset label
20656 LatexCommand label
20657 name "cap:Accent-names-and"
20658
20659 \end_inset
20660
20661 Accent names and the corresponding commands.
20662 \end_layout
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \begin_layout Standard
20670 \align center
20671 \begin_inset Tabular
20672 <lyxtabular version="3" rows="11" columns="3">
20673 <features>
20674 <column alignment="center" valignment="top" leftline="true" width="0pt">
20675 <column alignment="center" valignment="top" leftline="true" width="0pt">
20676 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20677 <row topline="true" bottomline="true">
20678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Standard
20682 Name
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Standard
20691 Command
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20697 \begin_inset Text
20698
20699 \begin_layout Standard
20700 E
20701 \family roman
20702 \series medium
20703 \shape up
20704 \size normal
20705 \emph off
20706 \bar no
20707 \noun off
20708 \color none
20709 xample
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 </row>
20715 <row topline="true">
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Standard
20720
20721 \family roman
20722 \series medium
20723 \shape up
20724 \size normal
20725 \emph off
20726 \bar no
20727 \noun off
20728 \color none
20729 circumflex
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Standard
20738
20739 \series bold
20740
20741 \backslash
20742 hat
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Standard
20751
20752 \family roman
20753 \series medium
20754 \shape up
20755 \size normal
20756 \emph off
20757 \bar no
20758 \noun off
20759 \color none
20760 \begin_inset Formula $\hat{a}$
20761 \end_inset
20762
20763
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 </row>
20769 <row topline="true">
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Standard
20774
20775 \family roman
20776 \series medium
20777 \shape up
20778 \size normal
20779 \emph off
20780 \bar no
20781 \noun off
20782 \color none
20783 grave
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Standard
20792
20793 \series bold
20794
20795 \backslash
20796 grave
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Standard
20805
20806 \family roman
20807 \series medium
20808 \shape up
20809 \size normal
20810 \emph off
20811 \bar no
20812 \noun off
20813 \color none
20814 \begin_inset Formula $\grave{a}$
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 </row>
20823 <row topline="true">
20824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Standard
20828
20829 \family roman
20830 \series medium
20831 \shape up
20832 \size normal
20833 \emph off
20834 \bar no
20835 \noun off
20836 \color none
20837 acute
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Standard
20846
20847 \series bold
20848
20849 \backslash
20850 acute
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Standard
20859
20860 \family roman
20861 \series medium
20862 \shape up
20863 \size normal
20864 \emph off
20865 \bar no
20866 \noun off
20867 \color none
20868 \begin_inset Formula $\acute{a}$
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 <row topline="true">
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Standard
20882
20883 \family roman
20884 \series medium
20885 \shape up
20886 \size normal
20887 \emph off
20888 \bar no
20889 \noun off
20890 \color none
20891 umlaut
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Standard
20900
20901 \series bold
20902
20903 \backslash
20904 ddot
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Standard
20913
20914 \family roman
20915 \series medium
20916 \shape up
20917 \size normal
20918 \emph off
20919 \bar no
20920 \noun off
20921 \color none
20922 \begin_inset Formula $\ddot{a}$
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 </row>
20931 <row topline="true">
20932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Standard
20936
20937 \family roman
20938 \series medium
20939 \shape up
20940 \size normal
20941 \emph off
20942 \bar no
20943 \noun off
20944 \color none
20945 tilde
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Standard
20954
20955 \series bold
20956
20957 \backslash
20958 tilde
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Standard
20967
20968 \family roman
20969 \series medium
20970 \shape up
20971 \size normal
20972 \emph off
20973 \bar no
20974 \noun off
20975 \color none
20976 \begin_inset Formula $\tilde{a}$
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 <row topline="true">
20986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Standard
20990
20991 \family roman
20992 \series medium
20993 \shape up
20994 \size normal
20995 \emph off
20996 \bar no
20997 \noun off
20998 \color none
20999 dot
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Standard
21008
21009 \series bold
21010
21011 \backslash
21012 dot
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Standard
21021
21022 \family roman
21023 \series medium
21024 \shape up
21025 \size normal
21026 \emph off
21027 \bar no
21028 \noun off
21029 \color none
21030 \begin_inset Formula $\dot{a}$
21031 \end_inset
21032
21033
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 </row>
21039 <row topline="true">
21040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Standard
21044
21045 \family roman
21046 \series medium
21047 \shape up
21048 \size normal
21049 \emph off
21050 \bar no
21051 \noun off
21052 \color none
21053 breve
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Standard
21062
21063 \series bold
21064
21065 \backslash
21066 breve
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Standard
21075
21076 \family roman
21077 \series medium
21078 \shape up
21079 \size normal
21080 \emph off
21081 \bar no
21082 \noun off
21083 \color none
21084 \begin_inset Formula $\breve{a}$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row topline="true">
21094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Standard
21098
21099 \family roman
21100 \series medium
21101 \shape up
21102 \size normal
21103 \emph off
21104 \bar no
21105 \noun off
21106 \color none
21107 caron
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Standard
21116
21117 \series bold
21118
21119 \backslash
21120 check
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Standard
21129
21130 \family roman
21131 \series medium
21132 \shape up
21133 \size normal
21134 \emph off
21135 \bar no
21136 \noun off
21137 \color none
21138 \begin_inset Formula $\check{a}$
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 <row topline="true">
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Standard
21152
21153 \family roman
21154 \series medium
21155 \shape up
21156 \size normal
21157 \emph off
21158 \bar no
21159 \noun off
21160 \color none
21161 macron
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Standard
21170
21171 \series bold
21172
21173 \backslash
21174 bar
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Standard
21183
21184 \family roman
21185 \series medium
21186 \shape up
21187 \size normal
21188 \emph off
21189 \bar no
21190 \noun off
21191 \color none
21192 \begin_inset Formula $\bar{a}$
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 </row>
21201 <row topline="true" bottomline="true">
21202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Standard
21206 vector
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Standard
21215
21216 \series bold
21217
21218 \backslash
21219 vec
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Standard
21228
21229 \family roman
21230 \series medium
21231 \shape up
21232 \size normal
21233 \emph off
21234 \bar no
21235 \noun off
21236 \color none
21237 \begin_inset Formula $\vec{a}$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 </row>
21246 </lyxtabular>
21247
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \end_inset
21254
21255
21256 \end_layout
21257
21258 \begin_layout Standard
21259 You can choose one of the accents by selecting an item from the 
21260 \family sans
21261 Frame\InsetSpace ~
21262 decorations
21263 \family default
21264  symbol set button 
21265 \begin_inset Graphics
21266         filename ../images/math/hat.png
21267         embed ""
21268
21269 \end_inset
21270
21271  in the math panel ; this will apply to any selection you have made within
21272  a formula too.
21273 \end_layout
21274
21275 \begin_layout Section
21276 Brackets and Delimiters
21277 \begin_inset Index
21278 status collapsed
21279
21280 \begin_layout Standard
21281 Math ! Brackets
21282 \end_layout
21283
21284 \end_inset
21285
21286
21287 \begin_inset Index
21288 status collapsed
21289
21290 \begin_layout Standard
21291 Math ! Delimiters
21292 \end_layout
21293
21294 \end_inset
21295
21296
21297 \begin_inset CommandInset label
21298 LatexCommand label
21299 name "sec:Brackets-and-Delimiters"
21300
21301 \end_inset
21302
21303
21304 \end_layout
21305
21306 \begin_layout Standard
21307 There are several brackets available through LyX.
21308  For most purposes, using just the keys 
21309 \family typewriter
21310 []{}()|<>
21311 \family default
21312  should suffice.
21313  But if you want to surround a large structure, like a matrix or a fraction,
21314  or if you have several layers of brackets, is better using 
21315 \family sans
21316 Math\InsetSpace ~
21317 Panel
21318 \family default
21319 's delimiter icon 
21320 \begin_inset Graphics
21321         filename ../images/math/delim.png
21322         embed ""
21323
21324 \end_inset
21325
21326 .
21327  For example, that's how you would construct the brackets around a standard
21328  matrix such as:
21329 \begin_inset Formula \[
21330 \left[\begin{array}{cc}
21331 1 & 2\\
21332 3 & 4\end{array}\right]\]
21333
21334 \end_inset
21335
21336 and to make it easier to see the layers of parentheses as in: 
21337 \begin_inset Formula \[
21338 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
21339
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \begin_layout Standard
21346 The parentheses, and other brackets from that menu will automatically re-size
21347  to accommodate the size of what is inside.
21348 \end_layout
21349
21350 \begin_layout Standard
21351 To construct brackets click on the button for the bracket you want on the
21352  left side and right side.
21353  If you use the option 
21354 \family sans
21355 Keep\InsetSpace ~
21356 matched
21357 \family default
21358 , the selected bracket type will be used for the left and the right side.
21359  The selection will be shown below the button field.
21360  If you want one side to not have a bracket, use the blank button.
21361  It will appear in LyX with a dotted line, but nothing will be printed.
21362 \end_layout
21363
21364 \begin_layout Standard
21365 If you want to place brackets around math structures, like a square root,
21366  you can do that by highlighting (selecting) the structure that is to go
21367  inside the brackets.
21368  Then choose the appropriate brackets for left and right and click on 
21369 \family sans
21370 Insert
21371 \family default
21372 .
21373  The parentheses will be drawn around the selected structure.
21374 \end_layout
21375
21376 \begin_layout Standard
21377 The next section explains how to insert a LaTeX 
21378 \begin_inset Quotes eld
21379 \end_inset
21380
21381 {
21382 \begin_inset Quotes erd
21383 \end_inset
21384
21385  for grouping.
21386 \end_layout
21387
21388 \begin_layout Section
21389 Grouping
21390 \begin_inset Index
21391 status collapsed
21392
21393 \begin_layout Standard
21394 Math ! Grouping
21395 \end_layout
21396
21397 \end_inset
21398
21399
21400 \begin_inset CommandInset label
21401 LatexCommand label
21402 name "sec:Grouping"
21403
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \begin_layout Standard
21410 You may need to group a set of symbols.
21411  In LaTeX, for example, the typesetting of 
21412 \family typewriter
21413 {x^y}^z
21414 \family default
21415  is different from 
21416 \family typewriter
21417 x^{y^z}
21418 \family default
21419 :
21420 \end_layout
21421
21422 \begin_layout Standard
21423 \begin_inset Formula \[
21424 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
21425
21426 \end_inset
21427
21428
21429 \end_layout
21430
21431 \begin_layout Standard
21432 To create this grouping, you need to use the key sequence 
21433 \begin_inset Quotes eld
21434 \end_inset
21435
21436
21437 \series bold
21438
21439 \backslash
21440 {
21441 \series default
21442
21443 \begin_inset Quotes erd
21444 \end_inset
21445
21446  then type space.
21447  Inside LyX, you will see red braces indicating the grouping.
21448  Within this braces you insert the grouped structure.
21449  The grouping braces won't appear in the output in contrary to normal braces.
21450 \end_layout
21451
21452 \begin_layout Section
21453 Arrays and Multi-line Equations
21454 \begin_inset Index
21455 status collapsed
21456
21457 \begin_layout Standard
21458 Math ! Arrays
21459 \end_layout
21460
21461 \end_inset
21462
21463
21464 \begin_inset Index
21465 status collapsed
21466
21467 \begin_layout Standard
21468 Math ! Matrices
21469 \end_layout
21470
21471 \end_inset
21472
21473
21474 \begin_inset Index
21475 status collapsed
21476
21477 \begin_layout Standard
21478 Math ! Multi-line Equations
21479 \end_layout
21480
21481 \end_inset
21482
21483
21484 \end_layout
21485
21486 \begin_layout Standard
21487 Matrices are entered in LyX using the 
21488 \family sans
21489 Math\InsetSpace ~
21490 Panel
21491 \family default
21492  matrix button 
21493 \begin_inset Graphics
21494         filename ../images/math/matrix.png
21495         embed ""
21496
21497 \end_inset
21498
21499 .
21500  It will open a dialog for you to choose the number of rows/columns.
21501  Here is an example:
21502 \begin_inset Formula \[
21503 \left(\begin{array}{ccc}
21504 1 & 2 & 3\\
21505 4 & 5 & 6\\
21506 7 & 8 & 9\end{array}\right)\]
21507
21508 \end_inset
21509
21510 The parentheses aren't automatic, but you can add them as described in section\InsetSpace ~
21511
21512 \begin_inset CommandInset ref
21513 LatexCommand ref
21514 reference "sec:Brackets-and-Delimiters"
21515
21516 \end_inset
21517
21518 .
21519  When you construct the matrix, you can decide whether the column entries
21520  will be left-, right-, or center-justified.
21521  This alignment is set in the box 
21522 \family sans
21523 Horizontal
21524 \family default
21525  with the letters 
21526 \begin_inset Quotes eld
21527 \end_inset
21528
21529
21530 \family sans
21531 l
21532 \family default
21533
21534 \begin_inset Quotes erd
21535 \end_inset
21536
21537
21538 \begin_inset Quotes eld
21539 \end_inset
21540
21541
21542 \family sans
21543 r
21544 \family default
21545
21546 \begin_inset Quotes erd
21547 \end_inset
21548
21549 , and 
21550 \begin_inset Quotes eld
21551 \end_inset
21552
21553
21554 \family sans
21555 c
21556 \family default
21557
21558 \begin_inset Quotes erd
21559 \end_inset
21560
21561 .
21562  LyX proposes a 
21563 \begin_inset Quotes eld
21564 \end_inset
21565
21566
21567 \family sans
21568 c
21569 \family default
21570
21571 \begin_inset Quotes erd
21572 \end_inset
21573
21574  for every column as default.
21575  For example, the sequence 
21576 \begin_inset Quotes eld
21577 \end_inset
21578
21579
21580 \family sans
21581 lrc
21582 \family default
21583
21584 \begin_inset Quotes erd
21585 \end_inset
21586
21587  means that the first column will be left-justified, the second will be
21588  centered, and the third column will be right-justified, because each letter
21589  corresponds to the relevant column.
21590  The result will look like this:
21591 \begin_inset Formula \[
21592 \begin{array}{lcr}
21593 this & this\, column & this\, column\\
21594 column & has & has\, right\\
21595 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
21596
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \begin_layout Standard
21603 You can add more rows to an existing matrix by hitting 
21604 \family sans
21605 C-Enter
21606 \family default
21607  while the cursor is in the matrix.
21608  Adding or deleting columns can be done via the menu 
21609 \family sans
21610 Edit\SpecialChar \menuseparator
21611 Math
21612 \family default
21613 .
21614 \end_layout
21615
21616 \begin_layout Standard
21617 There are other arrays used in formulas, such as distinctions of cases.
21618  It can be created with the menu 
21619 \family sans
21620 Insert\SpecialChar \menuseparator
21621 Math\SpecialChar \menuseparator
21622 Cases\InsetSpace ~
21623 Environment
21624 \family default
21625  or the command 
21626 \series bold
21627
21628 \backslash
21629 cases
21630 \series default
21631 .
21632  Here an example: 
21633 \begin_inset Formula \[
21634 f(x)=\begin{cases}
21635 -1 & x<0\\
21636 0 & x=0\\
21637 1 & x>0\end{cases}\]
21638
21639 \end_inset
21640
21641
21642 \end_layout
21643
21644 \begin_layout Standard
21645 \begin_inset VSpace bigskip
21646 \end_inset
21647
21648 Multi-line formulas are created when you press 
21649 \family sans
21650 \series medium
21651 C-E
21652 \series default
21653 nter
21654 \family default
21655  within a formula.
21656  In an empty formula you can see that three blue boxes appear, one for each
21657  column.
21658  When you press 
21659 \family sans
21660 \series medium
21661 C-E
21662 \series default
21663 nter
21664 \family default
21665  in a non-empty formula, the part before the relation sign (equal sign 
21666 \begin_inset Quotes eld
21667 \end_inset
21668
21669 =
21670 \begin_inset Quotes erd
21671 \end_inset
21672
21673  etc.) will be inserted automatically to the first column, the relation sign
21674  is in the second column, and the rest in the third column.
21675  A new row is created by every further hit of 
21676 \family sans
21677 \series medium
21678 C-E
21679 \series default
21680 nter
21681 \family default
21682 .
21683  Multi-line formulas are always displayed formulas.
21684  Here is an example:
21685 \begin_inset Formula \begin{eqnarray}
21686 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
21687 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
21688
21689 \end_inset
21690
21691  To change the column assignment of the formula parts, place the cursor
21692  where you want to start the shift and hit 
21693 \family sans
21694 C-Tab.
21695
21696 \family default
21697  It shifts everything in the column which is right beside the current cursor
21698  position to the next column.
21699  Note that the middle column is designed for relation signs, structures
21700  within this column will be printed in a smaller size:
21701 \begin_inset Formula \begin{eqnarray*}
21702 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
21703
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \begin_layout Standard
21710 The multi-line formula type described here is called 
21711 \family typewriter
21712 \series medium
21713 eqnarray
21714 \family default
21715 \series default
21716 .
21717  There are other multi-line types being more suitable for certain situations,
21718  for example if you want a better inter-line spacing than in formula (
21719 \begin_inset CommandInset ref
21720 LatexCommand ref
21721 reference "eq:asquared"
21722
21723 \end_inset
21724
21725 ).
21726  The other types are described in section\InsetSpace ~
21727
21728 \begin_inset CommandInset ref
21729 LatexCommand ref
21730 reference "sub:AMS-Formula-Types"
21731
21732 \end_inset
21733
21734 .
21735 \end_layout
21736
21737 \begin_layout Section
21738 Formula Numbering and Referencing
21739 \begin_inset Index
21740 status collapsed
21741
21742 \begin_layout Standard
21743 Math ! Formula numbering
21744 \end_layout
21745
21746 \end_inset
21747
21748
21749 \begin_inset Index
21750 status collapsed
21751
21752 \begin_layout Standard
21753 Math ! Referencing formulas
21754 \end_layout
21755
21756 \end_inset
21757
21758
21759 \begin_inset CommandInset label
21760 LatexCommand label
21761 name "sec:Formula-Numbering-and"
21762
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \begin_layout Standard
21769 To number a formula, set the cursor in the formula and use the menu 
21770 \family sans
21771 Edit\SpecialChar \menuseparator
21772 Math\SpecialChar \menuseparator
21773 Toggle\InsetSpace ~
21774 Numbering
21775 \family default
21776  or the shortcut 
21777 \family sans
21778 M-m\InsetSpace ~
21779 n
21780 \family default
21781 .
21782  The formula number appears in LyX as 
21783 \begin_inset Quotes eld
21784 \end_inset
21785
21786 #
21787 \begin_inset Quotes erd
21788 \end_inset
21789
21790  within parentheses.
21791  The 
21792 \begin_inset Quotes erd
21793 \end_inset
21794
21795 #
21796 \begin_inset Quotes erd
21797 \end_inset
21798
21799  denotes, that the number will be calculated automatically when the output
21800  is generated.
21801  The placement and format of the formula number in the output depends on
21802  the document class.
21803  In this document the number is printed together with the chapter number,
21804  separated by a dot:
21805 \begin_inset Formula \begin{equation}
21806 1+1=2\end{equation}
21807
21808 \end_inset
21809
21810 Using 
21811 \family sans
21812 M-m\InsetSpace ~
21813 n
21814 \family default
21815  in a numbered formula will switch off the numbering.
21816  You can only number displayed formulas.
21817 \end_layout
21818
21819 \begin_layout Standard
21820 Multi-line formulas can be numbered line by line: Using the menu 
21821 \family sans
21822 Edit\SpecialChar \menuseparator
21823 Math\SpecialChar \menuseparator
21824 Toggle\InsetSpace ~
21825 Numbering\InsetSpace ~
21826 of\InsetSpace ~
21827 Line
21828 \family default
21829  or the shortcut 
21830 \family sans
21831 M-m\InsetSpace ~
21832 N
21833 \family default
21834  will only toggle the numbering of the line where the cursor is in:
21835 \begin_inset Formula \begin{eqnarray}
21836 1 & = & 3-2\\
21837 2 & = & 4-2\nonumber \\
21838 4 & \leq & 7\end{eqnarray}
21839
21840 \end_inset
21841
21842 To number all lines use the shortcut 
21843 \family sans
21844 M-m\InsetSpace ~
21845 n
21846 \family default
21847 .
21848 \end_layout
21849
21850 \begin_layout Standard
21851 \begin_inset VSpace bigskip
21852 \end_inset
21853
21854 Every displayed formula can be referenced by its number using a label.
21855  A label is inserted with the menu 
21856 \family sans
21857 Insert\SpecialChar \menuseparator
21858 Label
21859 \family default
21860  when the cursor is in the formula.
21861  This opens a dialog to enter the label.
21862  It is recommended to use the proposed 
21863 \begin_inset Quotes eld
21864 \end_inset
21865
21866
21867 \family sans
21868 eq:
21869 \family default
21870
21871 \begin_inset Quotes erd
21872 \end_inset
21873
21874  as first part of the label, because this helps later to identify the label
21875  type when you have many labels in your document.
21876  We inserted in the following example the label 
21877 \begin_inset Quotes eld
21878 \end_inset
21879
21880 eq:tanhExp
21881 \begin_inset Quotes erd
21882 \end_inset
21883
21884  in the second line:
21885 \begin_inset Formula \begin{eqnarray}
21886 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
21887  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
21888
21889 \end_inset
21890
21891 Every labeled line is automatically numbered.
21892  Therefore the label is shown in LyX at the place of the formula number
21893  placeholder 
21894 \begin_inset Quotes eld
21895 \end_inset
21896
21897 #
21898 \begin_inset Quotes erd
21899 \end_inset
21900
21901 .
21902  You can reference a labeled formula using the menu 
21903 \family sans
21904 Insert\SpecialChar \menuseparator
21905 Cross\InsetSpace ~
21906 Reference
21907 \family default
21908 .
21909  A dialog appears to choose a label you want refer to.
21910  The reference appears in LyX as grey cross reference box and in the output
21911  as the formula number:
21912 \end_layout
21913
21914 \begin_layout Standard
21915 This is a cross-reference to equation (
21916 \begin_inset CommandInset ref
21917 LatexCommand ref
21918 reference "eq:tanhExp"
21919
21920 \end_inset
21921
21922 ).
21923 \end_layout
21924
21925 \begin_layout Standard
21926 The properties of LyX's cross-reference box are described in section\InsetSpace ~
21927
21928 \begin_inset CommandInset ref
21929 LatexCommand ref
21930 reference "sec:Cross-References"
21931
21932 \end_inset
21933
21934 .
21935  To delete a label, set the cursor in the labeled formula, use the menu
21936  
21937 \family sans
21938 Insert\SpecialChar \menuseparator
21939 Label
21940 \family default
21941  and delete the label in the appearing dialog.
21942 \begin_inset Foot
21943 status collapsed
21944
21945 \begin_layout Standard
21946 This is a unintuitive and will be fixed in the next version of LyX.
21947 \end_layout
21948
21949 \end_inset
21950
21951  
21952 \end_layout
21953
21954 \begin_layout Section
21955 User defined math macros
21956 \begin_inset Index
21957 status collapsed
21958
21959 \begin_layout Standard
21960 Math ! Macros
21961 \end_layout
21962
21963 \end_inset
21964
21965
21966 \begin_inset CommandInset label
21967 LatexCommand label
21968 name "sec:math-macros"
21969
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \begin_layout Standard
21976 LyX allows you to define macros for formulas.
21977  For example we assume that solutions of the quadratic equation often occur
21978  in our document in various forms and we want to create a macro to print
21979  them.
21980 \newline
21981 The general form of a quadratic equation is:
21982 \begin_inset Formula \[
21983 0=\lambda^{2}+p\lambda+q\]
21984
21985 \end_inset
21986
21987 The general form of its solution is:
21988 \begin_inset Formula \[
21989 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
21990
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \begin_layout Standard
21997 The macro should print the parameters 
21998 \begin_inset Formula $\lambda$
21999 \end_inset
22000
22001
22002 \begin_inset Formula $p$
22003 \end_inset
22004
22005  and 
22006 \begin_inset Formula $q$
22007 \end_inset
22008
22009  like in the equation above.
22010 \end_layout
22011
22012 \begin_layout Standard
22013 A macro is created by executing the command
22014 \end_layout
22015
22016 \begin_layout Standard
22017
22018 \series bold
22019 math-macro
22020 \begin_inset ERT
22021 status collapsed
22022
22023 \begin_layout Standard
22024
22025
22026 \backslash
22027 spce 
22028 \end_layout
22029
22030 \end_inset
22031
22032 Name
22033 \begin_inset ERT
22034 status collapsed
22035
22036 \begin_layout Standard
22037
22038
22039 \backslash
22040 spce 
22041 \end_layout
22042
22043 \end_inset
22044
22045 Number\InsetSpace ~
22046 of\InsetSpace ~
22047 Arguments
22048 \end_layout
22049
22050 \begin_layout Standard
22051 in the minibuffer at the bottom of the LyX screen.
22052  Name is the name of the new macro which mustn't contain numbers.
22053  The number of arguments can be a number in the range 1-9.
22054  If you want to define a macro without arguments, don't declare the number
22055  of arguments.
22056 \end_layout
22057
22058 \begin_layout Standard
22059 We have three arguments and name the macro 
22060 \begin_inset Quotes eld
22061 \end_inset
22062
22063 qE
22064 \begin_inset Quotes erd
22065 \end_inset
22066
22067 , so that the command is:
22068 \end_layout
22069
22070 \begin_layout Standard
22071
22072 \series bold
22073 math-macro
22074 \begin_inset ERT
22075 status collapsed
22076
22077 \begin_layout Standard
22078
22079
22080 \backslash
22081 spce 
22082 \end_layout
22083
22084 \end_inset
22085
22086 qE
22087 \begin_inset ERT
22088 status collapsed
22089
22090 \begin_layout Standard
22091
22092
22093 \backslash
22094 spce 
22095 \end_layout
22096
22097 \end_inset
22098
22099 3
22100 \end_layout
22101
22102 \begin_layout Standard
22103 This results in the following macro definition box: 
22104 \begin_inset Graphics
22105         filename clipart/macrobox.png
22106         embed ""
22107
22108 \end_inset
22109
22110  
22111 \begin_inset FormulaMacro
22112 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
22113 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
22114 \end_inset
22115
22116
22117 \begin_inset Note Note
22118 status collapsed
22119
22120 \begin_layout Standard
22121 The first box is an image to show the behavior in the output.
22122  The second one is the definition box, that doesn't appear in the output.
22123 \end_layout
22124
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \begin_layout Standard
22131 The first blue box is for the definition, where you insert the formula via
22132  the math panel or commands.
22133  The placeholder for the arguments are inserted as a backslash and sharp
22134  followed by the argument number, e.g.
22135  
22136 \begin_inset Quotes eld
22137 \end_inset
22138
22139
22140 \backslash
22141 #1
22142 \begin_inset Quotes erd
22143 \end_inset
22144
22145  for the first argument.
22146  Placeholders will be displayed in red.
22147  The second blue box is for the appearance in LyX.
22148  This is useful when you have a large structure that shouldn't be displayed
22149  in LyX with its full size.
22150  If you want to see the macro as it is defined, leave the box blank.
22151  In our example we insert the sequence
22152 \newline
22153
22154 \series bold
22155 qE: 
22156 \backslash
22157 #1
22158 \series default
22159  
22160 \series bold
22161 ,
22162 \series default
22163  
22164 \series bold
22165
22166 \backslash
22167 #2
22168 \series default
22169  
22170 \series bold
22171 ,
22172 \series default
22173  
22174 \series bold
22175
22176 \backslash
22177 #3
22178 \newline
22179
22180 \series default
22181 The macro will then be shown as the macro name followed by the three arguments.
22182 \end_layout
22183
22184 \begin_layout Standard
22185 To use the macro in a formula, type its name as command, in our case 
22186 \begin_inset Quotes eld
22187 \end_inset
22188
22189
22190 \series bold
22191
22192 \backslash
22193 qE
22194 \series default
22195
22196 \begin_inset Quotes erd
22197 \end_inset
22198
22199 .
22200  The macro is inserted with boxes for the arguments looking similar to this:
22201 \end_layout
22202
22203 \begin_layout Standard
22204 \align center
22205 \begin_inset Graphics
22206         filename clipart/macrouse.png
22207         embed ""
22208
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \begin_layout Standard
22215 The arguments are inserted in the blue boxes.
22216  If the cursor is outside the macro, the arguments are put in the macro.
22217  To change the arguments, put the cursor in the formula before or after
22218  the macro and press the right or left arrow key respectively.
22219  The arguments appear now again below the macro definition.
22220 \end_layout
22221
22222 \begin_layout Standard
22223 If you change the macro definition all macros are changed automatically
22224  to the new definition.
22225  Here an example of our macro with the arguments 
22226 \begin_inset Formula $x$
22227 \end_inset
22228
22229
22230 \begin_inset Formula $\ln(x)$
22231 \end_inset
22232
22233 , and 
22234 \begin_inset Formula $B$
22235 \end_inset
22236
22237 :
22238 \begin_inset Formula \[
22239 \qE x{\ln(y)}B\]
22240
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \begin_layout Standard
22247 When the document is exported to LaTeX, the macro definition will be inserted
22248  as the command:
22249 \end_layout
22250
22251 \begin_layout Standard
22252
22253 \series bold
22254
22255 \backslash
22256 newcommand{
22257 \backslash
22258 qE}[3]{#1_{1,
22259 \backslash
22260 ,2}=-
22261 \backslash
22262 frac{#2}{2}
22263 \backslash
22264 pm
22265 \newline
22266
22267 \begin_inset ERT
22268 status collapsed
22269
22270 \begin_layout Standard
22271
22272
22273 \backslash
22274 hphantom{
22275 \end_layout
22276
22277 \end_inset
22278
22279
22280 \backslash
22281 newcommand
22282 \begin_inset ERT
22283 status collapsed
22284
22285 \begin_layout Standard
22286
22287 }
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \backslash
22294 sqrt{
22295 \backslash
22296 frac{#2^{2}}{4}-#3}}
22297 \end_layout
22298
22299 \begin_layout Standard
22300 The command is not inserted in the document preamble.
22301  That means you can only use macros in formulas that are below the macro
22302  definition box in your document.
22303  There are also some other restrictions: The command 
22304 \backslash
22305 newcommand supports optional arguments, which are not available in LyX's
22306  macros.
22307  You can also not change subsequently the name of the macro and the number
22308  of arguments.
22309  
22310 \end_layout
22311
22312 \begin_layout Section
22313 Fine-Tuning
22314 \end_layout
22315
22316 \begin_layout Subsection
22317 Typefaces
22318 \begin_inset Index
22319 status collapsed
22320
22321 \begin_layout Standard
22322 Math ! Typefaces
22323 \end_layout
22324
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \begin_layout Standard
22331 The standard font for text is italic, for numbers the standard is roman.
22332  To set a font in a formula, use the 
22333 \family sans
22334 Math\InsetSpace ~
22335 Panel
22336 \family default
22337  button 
22338 \begin_inset Graphics
22339         filename ../images/math/font.png
22340         embed ""
22341
22342 \end_inset
22343
22344 , or enter its command, listed in table\InsetSpace ~
22345
22346 \begin_inset CommandInset ref
22347 LatexCommand ref
22348 reference "cap:Typefaces-and-the"
22349
22350 \end_inset
22351
22352 , directly.
22353 \end_layout
22354
22355 \begin_layout Standard
22356 \begin_inset Float table
22357 wide false
22358 sideways false
22359 status open
22360
22361 \begin_layout Standard
22362 \begin_inset Caption
22363
22364 \begin_layout Standard
22365 \begin_inset CommandInset label
22366 LatexCommand label
22367 name "cap:Typefaces-and-the"
22368
22369 \end_inset
22370
22371 Typefaces and the corresponding commands.
22372 \end_layout
22373
22374 \end_inset
22375
22376
22377 \end_layout
22378
22379 \begin_layout Standard
22380 \align center
22381 \begin_inset Tabular
22382 <lyxtabular version="3" rows="9" columns="2">
22383 <features>
22384 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
22385 <column alignment="center" valignment="top" rightline="true" width="0pt">
22386 <row topline="true" bottomline="true">
22387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Standard
22391 Font
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Standard
22400 Command
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row topline="true">
22407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Standard
22411
22412 \shape up
22413 \size normal
22414 \bar no
22415 \noun off
22416 \color none
22417 \begin_inset Formula $\mathrm{Roman}$
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Standard
22429
22430 \series bold
22431
22432 \backslash
22433 mathrm
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 </row>
22439 <row topline="true">
22440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Standard
22444 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Standard
22456
22457 \series bold
22458
22459 \backslash
22460 mathbf
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 </row>
22466 <row topline="true">
22467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Standard
22471 \begin_inset Formula $\mathit{Italic}$
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Standard
22483
22484 \series bold
22485
22486 \backslash
22487 mathit
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 </row>
22493 <row topline="true">
22494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Standard
22498
22499 \shape up
22500 \size normal
22501 \bar no
22502 \noun off
22503 \color none
22504 \begin_inset Formula $\mathtt{Typewriter}$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Standard
22516
22517 \series bold
22518
22519 \backslash
22520 mathtt
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row topline="true">
22527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Standard
22531 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Standard
22543
22544 \series bold
22545
22546 \backslash
22547 mathbb
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 </row>
22553 <row topline="true">
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Standard
22558 \begin_inset Formula $\mathfrak{Fraktur}$
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Standard
22570
22571 \series bold
22572
22573 \backslash
22574 mathfrak
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 </row>
22580 <row topline="true">
22581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Standard
22585
22586 \shape up
22587 \size normal
22588 \emph on
22589 \bar no
22590 \noun off
22591 \color none
22592 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Standard
22604
22605 \series bold
22606
22607 \backslash
22608 mathcal
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 </row>
22614 <row topline="true" bottomline="true">
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Standard
22619 \begin_inset Formula $\mathsf{SansSerif}$
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Standard
22631
22632 \series bold
22633
22634 \backslash
22635 mathsf
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 </row>
22641 </lyxtabular>
22642
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649
22650
22651 \end_layout
22652
22653 \begin_layout Standard
22654 \begin_inset Note Greyedout
22655 status open
22656
22657 \begin_layout Standard
22658
22659 \series bold
22660 Note:
22661 \series default
22662  that you can only print capital letters in the typefaces 
22663 \family sans
22664 Blackbold
22665 \family default
22666  and 
22667 \family sans
22668 Calligraphic
22669 \family default
22670 .
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \begin_layout Standard
22679 When you use a typeface, a blue box is inserted in the formula.
22680  Every character in this box will be printed in this typeface.
22681  Pressing 
22682 \family sans
22683 Space
22684 \family default
22685  within the box, will set the cursor outside, so that you have to use a
22686  protected space when you need a space in the box.
22687  Here an example where a 
22688 \begin_inset Quotes eld
22689 \end_inset
22690
22691 N
22692 \begin_inset Quotes erd
22693 \end_inset
22694
22695  in 
22696 \family sans
22697 Blackbold
22698 \family default
22699  denotes the set of numbers:
22700 \begin_inset Formula \[
22701 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
22702
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \begin_layout Standard
22709 The typefaces are nestable, which can cause confusion.
22710  You can e.g.
22711  put a character in 
22712 \family sans
22713 Fraktur
22714 \family default
22715  in a box for 
22716 \family sans
22717 Typewriter
22718 \family default
22719
22720 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
22721 \end_inset
22722
22723  
22724 \newline
22725 So better don't use this feature.
22726 \end_layout
22727
22728 \begin_layout Standard
22729 The typefaces have no effect on Greek letters: 
22730 \begin_inset Formula $\mathfrak{abc\delta e}$
22731 \end_inset
22732
22733
22734 \newline
22735 You can only print them emboldened using the command 
22736 \series bold
22737
22738 \backslash
22739 boldsymbol
22740 \series default
22741 , which works like the other typeface commands: 
22742 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \begin_layout Standard
22749
22750 \series bold
22751
22752 \backslash
22753 boldsymbol
22754 \series default
22755  works for all symbols, letters, and numbers.
22756 \end_layout
22757
22758 \begin_layout Standard
22759 A number of other font options are available as well, in the menu 
22760 \family sans
22761 Insert\SpecialChar \menuseparator
22762 Math\SpecialChar \menuseparator
22763 Font\InsetSpace ~
22764 Change
22765 \family default
22766 .
22767 \end_layout
22768
22769 \begin_layout Subsection
22770 Math Text
22771 \begin_inset Index
22772 status collapsed
22773
22774 \begin_layout Standard
22775 Math ! Text
22776 \end_layout
22777
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \begin_layout Standard
22784 Typefaces are useful for entering some characters in some given font, but
22785  not for text.
22786  For typing longer pieces of text use the math text, which is obtained using
22787  the entry 
22788 \family sans
22789 Normal\InsetSpace ~
22790 text\InsetSpace ~
22791 mode
22792 \family default
22793  of the 
22794 \family sans
22795 Math\InsetSpace ~
22796 Panel
22797 \family default
22798  button 
22799 \begin_inset Graphics
22800         filename ../images/math/font.png
22801         embed ""
22802
22803 \end_inset
22804
22805  (alternatively the shortcut 
22806 \family sans
22807 M-m\InsetSpace ~
22808 m
22809 \family default
22810 ).
22811  Math text appears in LyX in black instead of blue.
22812  You can use spaces and accents in math text like in normal text.
22813  Here is an example:
22814 \begin_inset Formula \[
22815 f(x)=\begin{cases}
22816 x & \textrm{if I say so}\\
22817 -x & \textrm{unter Umständen}\end{cases}\]
22818
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \begin_layout Subsection
22825 Font Sizes
22826 \begin_inset Index
22827 status collapsed
22828
22829 \begin_layout Standard
22830 Math ! Font sizes
22831 \end_layout
22832
22833 \end_inset
22834
22835
22836 \end_layout
22837
22838 \begin_layout Standard
22839 There are four font styles (relative sizes) used in math-mode, which are
22840  automatically chosen in most situations.
22841  These are called 
22842 \family sans
22843 textstyle
22844 \family default
22845
22846 \family sans
22847 displaystyle
22848 \family default
22849
22850 \family sans
22851 scriptstyle
22852 \family default
22853 , and 
22854 \family sans
22855 scriptscriptstyle
22856 \family default
22857 .
22858  For most characters, 
22859 \family sans
22860 textstyle
22861 \family default
22862  and 
22863 \family sans
22864 displaystyle
22865 \family default
22866  are actually the same size, but fractions, superscripts and subscripts,
22867  and certain other structures, are set larger in 
22868 \family sans
22869 displaystyle
22870 \family default
22871 .
22872  Except for some operators, which resize themselves to accommodate various
22873  situations, all text will be set in the styles as LaTeX thinks is appropriate.
22874  These choices can be overridden by using the math panel button 
22875 \begin_inset Graphics
22876         filename ../images/math/style.png
22877         embed ""
22878
22879 \end_inset
22880
22881 .
22882  A box for the size will be created in which you can insert the math structure.
22883  For example, you can set 
22884 \begin_inset Formula $\frac{1}{2}$
22885 \end_inset
22886
22887 , which is normally in 
22888 \family sans
22889 textstyle
22890 \family default
22891 , larger in 
22892 \family sans
22893 displaystyle
22894 \family default
22895
22896 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
22897 \end_inset
22898
22899 .
22900  The four styles are used in the following example:
22901 \end_layout
22902
22903 \begin_layout Standard
22904 \begin_inset Formula $displaystyle$
22905 \end_inset
22906
22907
22908 \begin_inset Formula ${\textstyle textstyle}$
22909 \end_inset
22910
22911
22912 \begin_inset Formula ${\scriptstyle scriptstyle}$
22913 \end_inset
22914
22915
22916 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
22917 \end_inset
22918
22919 .
22920 \end_layout
22921
22922 \begin_layout Standard
22923 All these math-mode font sizes are relative, that means, if the whole math
22924  inset is set in a particular size with the menu 
22925 \family sans
22926 Edit\SpecialChar \menuseparator
22927 Text\InsetSpace ~
22928 Style
22929 \family default
22930 , all sizes in the formula will be adjusted relative to this size.
22931  Similarly, if the base font size of the document is changed, all fonts
22932  will be adjusted to correspond.
22933  As example a formula in the font size 
22934 \begin_inset Quotes eld
22935 \end_inset
22936
22937 largest
22938 \begin_inset Quotes erd
22939 \end_inset
22940
22941 :
22942 \end_layout
22943
22944 \begin_layout Standard
22945
22946 \family roman
22947 \size largest
22948 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \begin_layout Section
22955 \begin_inset CommandInset label
22956 LatexCommand label
22957 name "sec:Theorem-Environments"
22958
22959 \end_inset
22960
22961 Theorem Environments
22962 \end_layout
22963
22964 \begin_layout Standard
22965 Mathematics is typically typeset using special environments that display
22966  theorems, lemmas, and the like, thus:
22967 \end_layout
22968
22969 \begin_layout Theorem
22970 No axiomatic theory sufficient for elementary arithmetic is complete.
22971 \end_layout
22972
22973 \begin_layout Standard
22974 Such environments are provided by some of the layout modules (see section
22975  
22976 \begin_inset CommandInset ref
22977 LatexCommand ref
22978 reference "sub:Layout-Modules"
22979
22980 \end_inset
22981
22982 ) that ship with LyX, in particular, by the 
22983 \begin_inset Flex CharStyle:Code
22984 status collapsed
22985
22986 \begin_layout Standard
22987 Theorems
22988 \end_layout
22989
22990 \end_inset
22991
22992  and 
22993 \begin_inset Flex CharStyle:Code
22994 status collapsed
22995
22996 \begin_layout Standard
22997 Theorems (AMS)
22998 \end_layout
22999
23000 \end_inset
23001
23002  modules.
23003  These can be used with any document class.
23004  Additional modules are provided that provide additional environments or
23005  that allow the numbering of the theorem-like environments to be customized.
23006 \end_layout
23007
23008 \begin_layout Section
23009 AMS-LaTeX
23010 \begin_inset Index
23011 status collapsed
23012
23013 \begin_layout Standard
23014 AMS math
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \begin_inset Index
23021 status collapsed
23022
23023 \begin_layout Standard
23024 Math ! AMS
23025 \end_layout
23026
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \begin_layout Standard
23033 LyX supports the packages provided by the American Mathematical Society
23034  (AMS) that are in common use.
23035 \end_layout
23036
23037 \begin_layout Subsection
23038 Enabling AMS-Support
23039 \end_layout
23040
23041 \begin_layout Standard
23042 Selecting the checkbox 
23043 \family sans
23044 Use\InsetSpace ~
23045 AMS\InsetSpace ~
23046 math\InsetSpace ~
23047 package
23048 \family default
23049  in the 
23050 \family sans
23051 Document\SpecialChar \menuseparator
23052 Settings
23053 \family default
23054
23055 \begin_inset Index
23056 status collapsed
23057
23058 \begin_layout Standard
23059 Document ! Settings
23060 \end_layout
23061
23062 \end_inset
23063
23064  dialog under 
23065 \family sans
23066 Math\InsetSpace ~
23067 Options
23068 \family default
23069  will include the AMS-packages in the document, and make the facilities
23070  available.
23071  AMS is needed for many math-constructs, so when you get LaTeX-errors in
23072  formulas, assure that you have enabled AMS.
23073 \end_layout
23074
23075 \begin_layout Subsection
23076 AMS-Formula Types
23077 \begin_inset CommandInset label
23078 LatexCommand label
23079 name "sub:AMS-Formula-Types"
23080
23081 \end_inset
23082
23083
23084 \begin_inset Index
23085 status collapsed
23086
23087 \begin_layout Standard
23088 Math ! Multi-line Equations
23089 \end_layout
23090
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \begin_layout Standard
23097 AMS-LaTeX provides a selection of different formula types.
23098  LyX allows you to choose between 
23099 \family typewriter
23100 align
23101 \family default
23102
23103 \family typewriter
23104 alignat
23105 \family default
23106
23107 \family typewriter
23108 flalign
23109 \family default
23110
23111 \family typewriter
23112 gather
23113 \family default
23114 , and 
23115 \family typewriter
23116 multline
23117 \family default
23118 .
23119  We refer to the AMS-documentation for an explanation of these formula types.
23120 \end_layout
23121
23122 \begin_layout Chapter
23123 More Tools
23124 \end_layout
23125
23126 \begin_layout Section
23127 Cross-References
23128 \begin_inset Index
23129 status collapsed
23130
23131 \begin_layout Standard
23132 Cross references
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \begin_inset CommandInset label
23139 LatexCommand label
23140 name "sec:Cross-References"
23141
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \begin_layout Standard
23148 One of LyX's strengths are cross-references.
23149  You can reference every section, float, footnote, formula, and list in
23150  the document.
23151  To reference a document part, you have to insert a label into it.
23152  The label is used as anchor and name for the reference.
23153  We want for example refer to the the second item of the following list:
23154 \end_layout
23155
23156 \begin_layout Enumerate
23157 First item
23158 \end_layout
23159
23160 \begin_layout Enumerate
23161 \begin_inset CommandInset label
23162 LatexCommand label
23163 name "enu:Second-item"
23164
23165 \end_inset
23166
23167 Second item
23168 \end_layout
23169
23170 \begin_layout Enumerate
23171 Third item
23172 \end_layout
23173
23174 \begin_layout Standard
23175 First we insert a label into the second item with the menu 
23176 \family sans
23177 Insert\SpecialChar \menuseparator
23178 Label
23179 \family default
23180  or the by pressing the toolbar button 
23181 \begin_inset Graphics
23182         filename ../images/label-insert.png
23183         embed ""
23184         scale 85
23185
23186 \end_inset
23187
23188 .
23189  A grey label box like this: 
23190 \begin_inset Graphics
23191         filename clipart/labelQt4.png
23192         embed ""
23193         scale 85
23194
23195 \end_inset
23196
23197  is inserted and the label window pops up asking for the label text.
23198  LyX offers as text the first words of the item with a prefix, in our case
23199  the text 
23200 \begin_inset Quotes eld
23201 \end_inset
23202
23203
23204 \family sans
23205 enu: Second-item
23206 \family default
23207
23208 \begin_inset Quotes erd
23209 \end_inset
23210
23211 .
23212  The prefix 
23213 \begin_inset Quotes eld
23214 \end_inset
23215
23216
23217 \family sans
23218 enu:
23219 \family default
23220
23221 \begin_inset Quotes erd
23222 \end_inset
23223
23224  stands for 
23225 \begin_inset Quotes eld
23226 \end_inset
23227
23228 enumerate
23229 \begin_inset Quotes erd
23230 \end_inset
23231
23232 .
23233  The prefix depends on the document part where the label is inserted, e.g.
23234  if you insert a label to a section heading, the prefix will be 
23235 \begin_inset Quotes eld
23236 \end_inset
23237
23238
23239 \family sans
23240 sec:
23241 \family default
23242
23243 \begin_inset Quotes erd
23244 \end_inset
23245
23246 .
23247 \end_layout
23248
23249 \begin_layout Standard
23250 To reference the item, we refer to its label using the menu 
23251 \family sans
23252 Insert\SpecialChar \menuseparator
23253 Cross-Reference
23254 \family default
23255  or the toolbar button 
23256 \begin_inset Graphics
23257         filename ../images/dialog-show-new-inset_ref.png
23258         embed ""
23259         scale 85
23260
23261 \end_inset
23262
23263 .
23264  A grey cross-reference box like this: 
23265 \begin_inset Graphics
23266         filename clipart/referenceQt4.png
23267         embed ""
23268         scale 85
23269
23270 \end_inset
23271
23272  is inserted and the cross-reference window appear showing all labels of
23273  the document.
23274  We can now sort the labels alphabetically and then choose the entry 
23275 \begin_inset Quotes eld
23276 \end_inset
23277
23278
23279 \family sans
23280 enu:Second-item
23281 \family default
23282
23283 \begin_inset Quotes erd
23284 \end_inset
23285
23286 .
23287  At the position of the cross-reference box the item number will appear
23288  in the output.
23289  Here is our cross-reference:
23290 \end_layout
23291
23292 \begin_layout Standard
23293 Item\InsetSpace ~
23294
23295 \begin_inset CommandInset ref
23296 LatexCommand ref
23297 reference "enu:Second-item"
23298
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \begin_layout Standard
23305 It is recommended to use a protected space
23306 \begin_inset Foot
23307 status collapsed
23308
23309 \begin_layout Standard
23310 described in section\InsetSpace ~
23311
23312 \begin_inset CommandInset ref
23313 LatexCommand ref
23314 reference "sub:Protected-Space"
23315
23316 \end_inset
23317
23318
23319 \end_layout
23320
23321 \end_inset
23322
23323  between the cross-reference name and its number to avoid ugly linebreaks
23324  between them.
23325 \end_layout
23326
23327 \begin_layout Standard
23328 There are six varieties of cross-references:
23329 \end_layout
23330
23331 \begin_layout Description
23332 <reference>: prints the float number, this is the default: 
23333 \begin_inset CommandInset ref
23334 LatexCommand ref
23335 reference "cap:Two-distorted-images"
23336
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \begin_layout Description
23343 (<reference>): prints the float number within two parentheses, this is the
23344  style normally used to reference formulas, especially when the reference
23345  name 
23346 \begin_inset Quotes eld
23347 \end_inset
23348
23349 Equation
23350 \begin_inset Quotes erd
23351 \end_inset
23352
23353  is omitted: 
23354 \begin_inset CommandInset ref
23355 LatexCommand eqref
23356 reference "eq:tanhExp"
23357
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \begin_layout Description
23364 <page>: prints the page number: Page\InsetSpace ~
23365
23366 \begin_inset CommandInset ref
23367 LatexCommand pageref
23368 reference "cap:Two-distorted-images"
23369
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \begin_layout Description
23376 on\InsetSpace ~
23377 page\InsetSpace ~
23378 <page>: prints the text "on page" and the page number: 
23379 \begin_inset CommandInset ref
23380 LatexCommand vpageref
23381 reference "cap:Two-distorted-images"
23382
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \begin_layout Description
23389 <reference>\InsetSpace ~
23390 on\InsetSpace ~
23391 page\InsetSpace ~
23392 <page>: prints the float number, the text "on page", and
23393  the page number: 
23394 \begin_inset CommandInset ref
23395 LatexCommand vref
23396 reference "cap:Two-distorted-images"
23397
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \begin_layout Description
23404 Formatted\InsetSpace ~
23405 reference: prints a self defined cross-reference format.
23406 \newline
23407
23408 \begin_inset Note Greyedout
23409 status open
23410
23411 \begin_layout Standard
23412
23413 \series bold
23414 Note:
23415 \series default
23416  This feature is only available when you have the LaTeX-package 
23417 \series bold
23418 prettyref
23419 \begin_inset Index
23420 status collapsed
23421
23422 \begin_layout Standard
23423 LaTeX-packages ! prettyref
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \series default
23430  installed.
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \end_layout
23437
23438 \begin_layout Standard
23439 Note that the style <page> won't print the page number if the label is on
23440  the previous, the same, or the next page.
23441  You will e.\InsetSpace \thinspace{}
23442 g.\InsetSpace ~
23443 see the text 
23444 \begin_inset Quotes eld
23445 \end_inset
23446
23447
23448 \family sans
23449 on this page
23450 \family default
23451
23452 \begin_inset Quotes erd
23453 \end_inset
23454
23455  instead.
23456 \end_layout
23457
23458 \begin_layout Standard
23459 The number and current page of the referred document part in the output,
23460  is automatically calculated by LaTeX.
23461  The varieties are adjusted in the field 
23462 \family sans
23463 Format
23464 \family default
23465  of the cross-reference window, that appear when you click on the cross-referenc
23466 e box.
23467 \end_layout
23468
23469 \begin_layout Standard
23470 You can only use the style 
23471 \family sans
23472 <reference>
23473 \family default
23474  to reference numbered document parts, while the reference style 
23475 \family sans
23476 <page>
23477 \family default
23478  is always possible.
23479 \end_layout
23480
23481 \begin_layout Standard
23482 If you want to reference a section, put the label in the section heading,
23483  to reference a float, put the label in the caption.
23484  For footnotes you can put the label somewhere in it.
23485  Referencing formulas is explained in section\InsetSpace ~
23486
23487 \begin_inset CommandInset ref
23488 LatexCommand ref
23489 reference "sec:Formula-Numbering-and"
23490
23491 \end_inset
23492
23493 .
23494 \end_layout
23495
23496 \begin_layout Standard
23497 The button 
23498 \family sans
23499 Go\InsetSpace ~
23500 to\InsetSpace ~
23501 Label
23502 \family default
23503  in the cross-reference window sets the the cursor before the referred label.
23504  The button text changes then to 
23505 \family sans
23506 Go\InsetSpace ~
23507 Back
23508 \family default
23509  and you can use it to set the cursor back to the cross-reference.
23510  Right-clicking on a cross-reference box also sets the cursor before the
23511  referred label but without a possibility to go back.
23512  
23513 \end_layout
23514
23515 \begin_layout Standard
23516 You can change labels at any time by clicking on the label box.
23517  References to the changed label will automatically change its link to the
23518  new label text, so that you don't need to take care about this.
23519 \end_layout
23520
23521 \begin_layout Standard
23522 If a cross-reference refers to a non-existing label, you'll see two question
23523  marks in the output instead of the reference.
23524 \end_layout
23525
23526 \begin_layout Standard
23527 References are described in detail in the 
23528 \emph on
23529 Embedded Objects
23530 \emph default
23531  manual.
23532 \end_layout
23533
23534 \begin_layout Section
23535 Table of Contents and other Listings
23536 \begin_inset Index
23537 status collapsed
23538
23539 \begin_layout Standard
23540 Table of contents
23541 \end_layout
23542
23543 \end_inset
23544
23545
23546 \begin_inset Index
23547 status collapsed
23548
23549 \begin_layout Standard
23550 Outline
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \begin_inset CommandInset label
23557 LatexCommand label
23558 name "sec:toc"
23559
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \begin_layout Subsection
23566 Table of Contents and Outline
23567 \begin_inset CommandInset label
23568 LatexCommand label
23569 name "sub:Table-of-Contents"
23570
23571 \end_inset
23572
23573
23574 \end_layout
23575
23576 \begin_layout Standard
23577 The Table of Contents (TOC) is inserted with the menu 
23578 \family sans
23579 Insert\SpecialChar \menuseparator
23580 List/TOC\SpecialChar \menuseparator
23581 Table\InsetSpace ~
23582 of\InsetSpace ~
23583 Contents
23584 \family default
23585 .
23586  Is is displayed in LyX as a gray box.
23587  If you click on it, the TOC window appears, showing you the TOC entries.
23588  You can jump to a document part by clicking on an entry.
23589  Thus you can use this window as graphical alternative for the 
23590 \family sans
23591 Navigate
23592 \family default
23593  menu.
23594 \end_layout
23595
23596 \begin_layout Standard
23597 The TOC lists every numbered section automatically.
23598  If you have declared a short title for a section heading, as described
23599  in section\InsetSpace ~
23600
23601 \begin_inset CommandInset ref
23602 LatexCommand ref
23603 reference "sec:Short-Titles"
23604
23605 \end_inset
23606
23607 , it will be used in the TOC instead of the section heading.
23608  Section\InsetSpace ~
23609
23610 \begin_inset CommandInset ref
23611 LatexCommand ref
23612 reference "sub:Numbering-depth"
23613
23614 \end_inset
23615
23616  describes how the level is adjusted that defines which section types are
23617  listed in the TOC.
23618  You can also adjust the level for the displayed sections in the TOC window
23619  using the grey fader at the bottom of the window.
23620  Unnumbered sections are not listed in the TOC.
23621 \end_layout
23622
23623 \begin_layout Standard
23624 You can use the TOC window also as outline to move and rearrange sections
23625  in your documents.
23626  The TOC window therefore also appears when you use the menu 
23627 \family sans
23628 Document\SpecialChar \menuseparator
23629 Outline
23630 \family default
23631 .
23632 \end_layout
23633
23634 \begin_layout Subsection
23635 List of Figures, Tables and Algorithms
23636 \begin_inset CommandInset label
23637 LatexCommand label
23638 name "sec:ListsOf"
23639
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \begin_layout Standard
23646 Table, figure, and algorithm lists are very much like the table of contents.
23647  You can insert them via the 
23648 \family sans
23649 Insert\SpecialChar \menuseparator
23650 List\InsetSpace ~
23651 /\InsetSpace ~
23652 TOC
23653 \family default
23654  submenus.
23655  The list entries are the float captions and the float number.
23656 \end_layout
23657
23658 \begin_layout Section
23659 URLs (Uniform Resource Locators)
23660 \begin_inset Index
23661 status collapsed
23662
23663 \begin_layout Standard
23664 URLs
23665 \end_layout
23666
23667 \end_inset
23668
23669
23670 \begin_inset CommandInset label
23671 LatexCommand label
23672 name "sec:URL"
23673
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \begin_layout Standard
23680 It is often desirable to include long 
23681 \begin_inset Quotes eld
23682 \end_inset
23683
23684 verbatim
23685 \begin_inset Quotes erd
23686 \end_inset
23687
23688  items in a document such as Web site URLs, e-mail addresses, etc.
23689  These things typically do not contain any spaces and are thus difficult
23690  to typeset properly.
23691  Such items will often fall on a line boundary if they cannot be split,
23692  resulting in an overfull line.
23693  To avoid this, use the menu 
23694 \family sans
23695 Insert\SpecialChar \menuseparator
23696 URL
23697 \family default
23698  to enter a long URL and have it split gracefully, if necessary.
23699 \end_layout
23700
23701 \begin_layout Standard
23702 The URL dialog has two fields; the URL field and the 
23703 \family sans
23704 Name
23705 \family default
23706  field for the URL description, which will be typeset as plain text immediately
23707  before the URL.
23708  Here an example:
23709 \end_layout
23710
23711 \begin_layout Standard
23712 LyX-Homepage 
23713 \begin_inset Flex URL
23714 status collapsed
23715
23716 \begin_layout Standard
23717
23718 http://www.lyx.org
23719 \end_layout
23720
23721 \end_inset
23722
23723 .
23724 \end_layout
23725
23726 \begin_layout Standard
23727 \begin_inset VSpace bigskip
23728 \end_inset
23729
23730
23731 \series bold
23732 Important notes
23733 \series default
23734 :
23735 \end_layout
23736
23737 \begin_layout Itemize
23738 When you use the following characters: "%", "#", "^", you have to write
23739  them with a backslash before, e.g.
23740  
23741 \begin_inset Quotes eld
23742 \end_inset
23743
23744
23745 \backslash
23746 #
23747 \begin_inset Quotes erd
23748 \end_inset
23749
23750 .
23751 \end_layout
23752
23753 \begin_layout Itemize
23754 URLs must not end with a backslash!
23755 \end_layout
23756
23757 \begin_layout Section
23758 Appendices
23759 \begin_inset Index
23760 status collapsed
23761
23762 \begin_layout Standard
23763 Appendix
23764 \end_layout
23765
23766 \end_inset
23767
23768
23769 \begin_inset CommandInset label
23770 LatexCommand label
23771 name "sec:Appendices"
23772
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \begin_layout Standard
23779 Appendices are created with the menu 
23780 \family sans
23781 Document\SpecialChar \menuseparator
23782 Start\InsetSpace ~
23783 Appendix\InsetSpace ~
23784 Here
23785 \family default
23786 .
23787  This menu sets the document from the current cursor position to the end
23788  as appendix region.
23789  The region is marked with a red borderline.
23790 \end_layout
23791
23792 \begin_layout Standard
23793 Every chapter (or section) within the appendix region is treated as an appendix,
23794  numbered with a capital Latin letter.
23795  The appendix subsections are numbered with this letter followed by a dot
23796  and the subsection number.
23797  All appendix sections can be referenced as if they were normal sections,
23798  here two examples:
23799 \end_layout
23800
23801 \begin_layout Standard
23802 Appendix\InsetSpace ~
23803
23804 \begin_inset CommandInset ref
23805 LatexCommand ref
23806 reference "cha:Credits"
23807
23808 \end_inset
23809
23810 ; Appendix\InsetSpace ~
23811
23812 \begin_inset CommandInset ref
23813 LatexCommand ref
23814 reference "sub:Export"
23815
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \begin_layout Section
23822 Bibliography
23823 \begin_inset Index
23824 status collapsed
23825
23826 \begin_layout Standard
23827 Bibliography
23828 \end_layout
23829
23830 \end_inset
23831
23832
23833 \begin_inset CommandInset label
23834 LatexCommand label
23835 name "sec:Bibliography"
23836
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \begin_layout Standard
23843 There are two ways of generating the bibliography in a LyX-document.
23844  You can include a bibliography database
23845 \begin_inset Foot
23846 status collapsed
23847
23848 \begin_layout Standard
23849 Known under the name 
23850 \begin_inset Quotes eld
23851 \end_inset
23852
23853 BibTeX-database
23854 \begin_inset Quotes erd
23855 \end_inset
23856
23857 .
23858 \end_layout
23859
23860 \end_inset
23861
23862 , which is explained in the next subsection or you can insert the bibliography
23863  manually.
23864  For the second method we use the paragraph environment 
23865 \family sans
23866 Bibliography
23867 \family default
23868 , described in section\InsetSpace ~
23869
23870 \begin_inset CommandInset ref
23871 LatexCommand ref
23872 reference "sub:Biblio_environment"
23873
23874 \end_inset
23875
23876 .
23877 \end_layout
23878
23879 \begin_layout Standard
23880 Within the 
23881 \family sans
23882 Bibliography
23883 \family default
23884  environment, every paragraph begins with a gray bibliography box labeled
23885  with a number.
23886  If you click on it, you will get a dialog in which you can set a 
23887 \family sans
23888 Key
23889 \family default
23890  and a 
23891 \family sans
23892 Label
23893 \family default
23894 .
23895  The key is the symbolic name by which you will refer to this bibliography
23896  entry.
23897  For example, our second entry in the bibliography is a book about LaTeX
23898  and we used 
23899 \begin_inset Quotes eld
23900 \end_inset
23901
23902 latexcompanion
23903 \begin_inset Quotes erd
23904 \end_inset
23905
23906 , a short form of its title, as key.
23907 \end_layout
23908
23909 \begin_layout Standard
23910 You can refer to the key of a bibliography entry using the menu 
23911 \family sans
23912 Insert\SpecialChar \menuseparator
23913 Citation
23914 \family default
23915  or the toobar button 
23916 \begin_inset Graphics
23917         filename ../images/dialog-show-new-inset_citation.png
23918         embed ""
23919         BoundingBox 0bp 5bp 20bp 20bp
23920
23921 \end_inset
23922
23923 .
23924  A citation reference box is inserted and a citation window will appear
23925  in which you can select one or more keys in the available key list.
23926  The citation reference box will be labeled with the referenced key.
23927  When you click on the box, the citation window appears and you can change
23928  the reference.
23929 \end_layout
23930
23931 \begin_layout Standard
23932 Citation references appear in the output as number of the bibliography entry
23933  with surrounding brackets.
23934  If you set a 
23935 \family sans
23936 Label
23937 \family default
23938  for the entry, the label will appear instead of the number.
23939  Here two examples; the first without a label, the second with the label
23940  
23941 \begin_inset Quotes eld
23942 \end_inset
23943
23944 Credits
23945 \begin_inset Quotes erd
23946 \end_inset
23947
23948 :
23949 \end_layout
23950
23951 \begin_layout Standard
23952 Have a look at the 
23953 \family sans
23954 LaTeX Companion Second Edition
23955 \family default
23956
23957 \begin_inset CommandInset citation
23958 LatexCommand cite
23959 key "latexcompanion"
23960
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \begin_layout Standard
23967 The LyX-Team members are listed in the Credits: 
23968 \begin_inset CommandInset citation
23969 LatexCommand cite
23970 key "lyxcredit"
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Subsection
23978 Bibliography databases (BibTeX)
23979 \begin_inset Index
23980 status collapsed
23981
23982 \begin_layout Standard
23983 Bibliography ! Databases
23984 \end_layout
23985
23986 \end_inset
23987
23988
23989 \begin_inset Index
23990 status collapsed
23991
23992 \begin_layout Standard
23993 Bibliography ! BibTeX
23994 \end_layout
23995
23996 \end_inset
23997
23998
23999 \begin_inset CommandInset label
24000 LatexCommand label
24001 name "sub:Bibliography-databases"
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \begin_layout Standard
24009 Bibliography databases are useful if you use the same bibliography in different
24010  documents.
24011  It makes it also very easy to have a uniform layout for all bibliography
24012  entries.
24013  You can collect the bibliography of all relevant books and articles of
24014  your working field in a database.
24015  This database can be used for different documents, because only the referenced
24016  entries of the database will appear in the bibliography list.
24017 \end_layout
24018
24019 \begin_layout Standard
24020 The database is a text file with the file extension 
24021 \begin_inset Quotes eld
24022 \end_inset
24023
24024
24025 \family sans
24026 .bib
24027 \family default
24028
24029 \begin_inset Quotes erd
24030 \end_inset
24031
24032  containing the bibliography in a special format.
24033  The format is explained in LaTeX books (
24034 \begin_inset CommandInset citation
24035 LatexCommand cite
24036 key "Mittelbach,Kopka,Lamport"
24037
24038 \end_inset
24039
24040 ).
24041  Normally one uses a special program to create and edit entries of the database.
24042  Under
24043 \newline
24044  
24045 \begin_inset Flex URL
24046 status collapsed
24047
24048 \begin_layout Standard
24049
24050 http://wiki.lyx.org/BibTeX/Programs
24051 \end_layout
24052
24053 \end_inset
24054
24055
24056 \newline
24057 you find a list of programs for bibliography databases.
24058 \end_layout
24059
24060 \begin_layout Standard
24061 To use a database, use the menu 
24062 \family sans
24063 Insert\SpecialChar \menuseparator
24064 List
24065 \family default
24066 /
24067 \family sans
24068 TOC\SpecialChar \menuseparator
24069 BibT
24070 \begin_inset ERT
24071 status collapsed
24072
24073 \begin_layout Standard
24074
24075 {}
24076 \end_layout
24077
24078 \end_inset
24079
24080 eX\InsetSpace ~
24081 Bibliography
24082 \family default
24083 .
24084  A grey box will be inserted and a window appears.
24085  In this window you can load one or more databases and a style file.
24086 \end_layout
24087
24088 \begin_layout Standard
24089 The style file is a text file with the file extension
24090 \begin_inset Quotes erd
24091 \end_inset
24092
24093
24094 \family sans
24095 .bst
24096 \family default
24097
24098 \begin_inset Quotes erd
24099 \end_inset
24100
24101  that declares the layout of all bibliography entries.
24102  Many publishers provide special style files, so that you don't have to
24103  take care of the layout.
24104 \end_layout
24105
24106 \begin_layout Standard
24107 Inserting a citation reference works like described above.
24108 \end_layout
24109
24110 \begin_layout Standard
24111 \begin_inset VSpace defskip
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \begin_layout Standard
24118 To generate the bibliography from a database, the program BibTeX is used
24119  by LyX.
24120  This program can be controlled with options that you can add in LyX's preferenc
24121 es dialog under 
24122 \family sans
24123 Outputs
24124 \family default
24125
24126 \family sans
24127 LaT
24128 \begin_inset ERT
24129 status collapsed
24130
24131 \begin_layout Standard
24132
24133 {}
24134 \end_layout
24135
24136 \end_inset
24137
24138 eX
24139 \family default
24140  in the field 
24141 \family sans
24142 BibT
24143 \begin_inset ERT
24144 status collapsed
24145
24146 \begin_layout Standard
24147
24148 {}
24149 \end_layout
24150
24151 \end_inset
24152
24153 eX\InsetSpace ~
24154 command
24155 \family default
24156 .
24157  Before adding options, it is strongly recommended to read the manual of
24158  
24159 \family sans
24160 BibTeX
24161 \family default
24162 .
24163 \end_layout
24164
24165 \begin_layout Standard
24166 \begin_inset VSpace defskip
24167 \end_inset
24168
24169
24170 \end_layout
24171
24172 \begin_layout Standard
24173 We use two bibliographies in this document to show the difference between
24174  the two methods of creating them.
24175  As you can see, the bibliography that is created from a database lists
24176  only the database entries that are referenced in the document.
24177  We used the style file 
24178 \family sans
24179 alphadin.bst
24180 \family default
24181  to get the complicated German reference key scheme in the bibliography.
24182 \end_layout
24183
24184 \begin_layout Subsection
24185 Bibliography layout
24186 \begin_inset Index
24187 status collapsed
24188
24189 \begin_layout Standard
24190 Bibliography ! Layout
24191 \end_layout
24192
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \begin_layout Standard
24199 In the citation reference dialog you can set a special citation format.
24200  For this feature you need to use the option 
24201 \family sans
24202 Natbib
24203 \family default
24204  enabled in the 
24205 \family sans
24206 Document\SpecialChar \menuseparator
24207 Settings
24208 \family default
24209
24210 \begin_inset Index
24211 status collapsed
24212
24213 \begin_layout Standard
24214 Document ! Settings
24215 \end_layout
24216
24217 \end_inset
24218
24219  dialog under 
24220 \family sans
24221 Bibliography
24222 \family default
24223 .
24224  Setting a citation style for a reference will overwrite the default.
24225  For the global citation format use the BibTeX style files as explained
24226  in the previous section.
24227 \end_layout
24228
24229 \begin_layout Standard
24230 You can also set text, that should appear before or after a citation reference,
24231  in the citation reference window.
24232  Here an example where we set the text 
24233 \begin_inset Quotes eld
24234 \end_inset
24235
24236 Chapter\InsetSpace ~
24237 3
24238 \begin_inset Quotes erd
24239 \end_inset
24240
24241  to appear after the reference:
24242 \end_layout
24243
24244 \begin_layout Standard
24245 Have a look at 
24246 \begin_inset CommandInset citation
24247 LatexCommand cite
24248 after "Chapter 3"
24249 key "latexcompanion"
24250
24251 \end_inset
24252
24253 .
24254 \end_layout
24255
24256 \begin_layout Section
24257 Index
24258 \begin_inset Index
24259 status collapsed
24260
24261 \begin_layout Standard
24262 Index generation
24263 \end_layout
24264
24265 \end_inset
24266
24267
24268 \begin_inset CommandInset label
24269 LatexCommand label
24270 name "sec:Index"
24271
24272 \end_inset
24273
24274
24275 \end_layout
24276
24277 \begin_layout Standard
24278 An index entry is created if you use the menu 
24279 \family sans
24280 Insert\SpecialChar \menuseparator
24281 Index\InsetSpace ~
24282 Entry
24283 \family default
24284  or the toolbar button 
24285 \begin_inset Graphics
24286         filename ../images/index-insert.png
24287         embed ""
24288         BoundingBox 0bp 5bp 20bp 20bp
24289
24290 \end_inset
24291
24292 .
24293  A gray box labeled 
24294 \begin_inset Quotes eld
24295 \end_inset
24296
24297
24298 \family sans
24299 Idx
24300 \family default
24301
24302 \begin_inset Quotes erd
24303 \end_inset
24304
24305  is inserted containing the text that appears in the index.
24306  The word where the cursor is in or the currently highlighted text is proposed
24307  by LyX as index entry.
24308 \end_layout
24309
24310 \begin_layout Standard
24311 \begin_inset Note Greyedout
24312 status open
24313
24314 \begin_layout Standard
24315
24316 \series bold
24317 Note:
24318 \series default
24319  The index entry text field differs from all other text fields, because
24320  you have to insert valid LaTeX-code.
24321 \end_layout
24322
24323 \end_inset
24324
24325  Therefore you cannot insert
24326 \end_layout
24327
24328 \begin_layout Standard
24329
24330 \series bold
24331 Find & Replace
24332 \end_layout
24333
24334 \begin_layout Standard
24335 to an index entry field, because the 
24336 \begin_inset Quotes eld
24337 \end_inset
24338
24339 &
24340 \begin_inset Quotes erd
24341 \end_inset
24342
24343  character is used in LaTeX to separate table columns, so that you will
24344  get LaTeX-errors.
24345  The correct entry is
24346 \end_layout
24347
24348 \begin_layout Standard
24349
24350 \series bold
24351 Find 
24352 \backslash
24353 & Replace
24354 \end_layout
24355
24356 \begin_layout Standard
24357 This behavior is necessary because index entries can be formatted in many
24358  ways using special LaTeX commands.
24359  We give a short overview of the index command in the next subsections.
24360  For a detailed description of LaTeX's index mechanism, have a look at one
24361  of the LaTeX books 
24362 \begin_inset CommandInset citation
24363 LatexCommand cite
24364 key "latexcompanion,latexguide,latexbook"
24365
24366 \end_inset
24367
24368 .
24369 \end_layout
24370
24371 \begin_layout Standard
24372 You can change index entries by clicking on the index box.
24373 \end_layout
24374
24375 \begin_layout Standard
24376 The index list is inserted to the document with the menu 
24377 \family sans
24378 Insert\SpecialChar \menuseparator
24379 List\InsetSpace ~
24380 /\InsetSpace ~
24381 TOC\SpecialChar \menuseparator
24382 Index\InsetSpace ~
24383 List
24384 \family default
24385 .
24386  A light blue box labeled 
24387 \begin_inset Quotes eld
24388 \end_inset
24389
24390
24391 \family sans
24392 Index
24393 \family default
24394
24395 \begin_inset Quotes erd
24396 \end_inset
24397
24398  will show the place where the index is printed in the output.
24399  The index list box is not clickable like other LyX-boxes.
24400 \end_layout
24401
24402 \begin_layout Subsection
24403 Grouping Index Entries
24404 \begin_inset Index
24405 status collapsed
24406
24407 \begin_layout Standard
24408 Index ! Grouping
24409 \end_layout
24410
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \begin_layout Standard
24417 Index entries are often grouped to offer the reader a fast search in the
24418  index.
24419  We want to group for example the index entries for itemized and enumerated
24420  lists under the entry 
24421 \begin_inset Quotes eld
24422 \end_inset
24423
24424 Lists
24425 \begin_inset Quotes erd
24426 \end_inset
24427
24428 .
24429  First we create the entry 
24430 \begin_inset Quotes eld
24431 \end_inset
24432
24433 Lists
24434 \begin_inset Quotes erd
24435 \end_inset
24436
24437  in section\InsetSpace ~
24438
24439 \begin_inset CommandInset ref
24440 LatexCommand ref
24441 reference "sub:Lists"
24442
24443 \end_inset
24444
24445 .
24446  In the text field for the itemized list index entry in section\InsetSpace ~
24447
24448 \begin_inset CommandInset ref
24449 LatexCommand ref
24450 reference "sec:Itemize"
24451
24452 \end_inset
24453
24454 , we insert the command
24455 \end_layout
24456
24457 \begin_layout Standard
24458
24459 \series bold
24460 Lists ! Itemize
24461 \end_layout
24462
24463 \begin_layout Standard
24464 and the command
24465 \end_layout
24466
24467 \begin_layout Standard
24468
24469 \series bold
24470 Lists ! Enumerate
24471 \end_layout
24472
24473 \begin_layout Standard
24474 for the enumerated list in section\InsetSpace ~
24475
24476 \begin_inset CommandInset ref
24477 LatexCommand ref
24478 reference "sec:Enumerate"
24479
24480 \end_inset
24481
24482 .
24483 \end_layout
24484
24485 \begin_layout Standard
24486 The exclamation mark 
24487 \begin_inset Quotes eld
24488 \end_inset
24489
24490 !
24491 \begin_inset Quotes erd
24492 \end_inset
24493
24494  marks the grouping levels.
24495  You can have three levels; every index level is indented a bit more.
24496  An index entry for the higher levels is not required.
24497  If we don't have an index entry for 
24498 \begin_inset Quotes eld
24499 \end_inset
24500
24501 Lists
24502 \begin_inset Quotes erd
24503 \end_inset
24504
24505 , it will be printed anyway, but without a page number.
24506 \end_layout
24507
24508 \begin_layout Subsection
24509 Page Ranges
24510 \begin_inset Index
24511 status collapsed
24512
24513 \begin_layout Standard
24514 Index ! Page ranges
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \begin_layout Standard
24523 Normally an index entry will appear with the page number of the indexed
24524  section.
24525  But sometimes you want to index more pages under the same entry.
24526  E.g if we want to index the paragraph environments, we create an index entry
24527  in section\InsetSpace ~
24528
24529 \begin_inset CommandInset ref
24530 LatexCommand ref
24531 reference "sec:Paragraph-Environments"
24532
24533 \end_inset
24534
24535  with the command
24536 \end_layout
24537
24538 \begin_layout Standard
24539
24540 \series bold
24541 Paragraph environments|(
24542 \end_layout
24543
24544 \begin_layout Standard
24545 and another entry at the end of section\InsetSpace ~
24546
24547 \begin_inset CommandInset ref
24548 LatexCommand ref
24549 reference "sub:LyX-Code"
24550
24551 \end_inset
24552
24553  with the command
24554 \end_layout
24555
24556 \begin_layout Standard
24557
24558 \series bold
24559 Paragraph environments|)
24560 \end_layout
24561
24562 \begin_layout Standard
24563 The commands 
24564 \begin_inset Quotes eld
24565 \end_inset
24566
24567
24568 \series bold
24569 |(
24570 \series default
24571
24572 \begin_inset Quotes erd
24573 \end_inset
24574
24575  and 
24576 \begin_inset Quotes eld
24577 \end_inset
24578
24579
24580 \series bold
24581 |)
24582 \series default
24583
24584 \begin_inset Quotes erd
24585 \end_inset
24586
24587  respectively starts and ends the index range.
24588  You can also add the same index entry at different places in the document.
24589  They appear in the output under one entry with a comma separated list of
24590  the pages of the indexed document parts.
24591  An example is the index entry 
24592 \begin_inset Quotes eld
24593 \end_inset
24594
24595 Document ! Settings
24596 \begin_inset Quotes erd
24597 \end_inset
24598
24599 .
24600 \end_layout
24601
24602 \begin_layout Subsection
24603 Cross referencing
24604 \begin_inset Index
24605 status collapsed
24606
24607 \begin_layout Standard
24608 Index ! Cross referencing
24609 \end_layout
24610
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \begin_layout Standard
24617 It is also possible to refer to another index entry.
24618  We referred for example in the index entry 
24619 \begin_inset Quotes eld
24620 \end_inset
24621
24622 GIF
24623 \begin_inset Quotes erd
24624 \end_inset
24625
24626  (in section\InsetSpace ~
24627
24628 \begin_inset CommandInset ref
24629 LatexCommand ref
24630 reference "sub:Image-Formats"
24631
24632 \end_inset
24633
24634 ) to the index entry 
24635 \begin_inset Quotes eld
24636 \end_inset
24637
24638 Image formats
24639 \begin_inset Quotes erd
24640 \end_inset
24641
24642  in the same section using the command
24643 \end_layout
24644
24645 \begin_layout Standard
24646
24647 \series bold
24648 GIF|see{Image formats}
24649 \end_layout
24650
24651 \begin_layout Standard
24652 The text within the braces is the referenced entry.
24653  The reference will appear in the output without a page number.
24654 \end_layout
24655
24656 \begin_layout Subsection
24657 Index Entry Order
24658 \begin_inset Index
24659 status collapsed
24660
24661 \begin_layout Standard
24662 Index ! Entry order
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Standard
24671 You can use accented characters in the index entry, but the entries might
24672  then not follow the rules for the index order.
24673  The index entries are sorted alphabetically, but LaTeX
24674 \begin_inset Foot
24675 status collapsed
24676
24677 \begin_layout Standard
24678 The index generating is done in the background by an extra program, see
24679  section\InsetSpace ~
24680
24681 \begin_inset CommandInset ref
24682 LatexCommand ref
24683 reference "sub:Index-Program"
24684
24685 \end_inset
24686
24687 .
24688 \end_layout
24689
24690 \end_inset
24691
24692  doesn't know how to sort accents in different languages.
24693  We created as example the three dummy index entries 
24694 \begin_inset Quotes eld
24695 \end_inset
24696
24697 maison
24698 \begin_inset Quotes erd
24699 \end_inset
24700
24701
24702 \begin_inset Quotes eld
24703 \end_inset
24704
24705 maïs
24706 \begin_inset Quotes erd
24707 \end_inset
24708
24709 , and 
24710 \begin_inset Quotes eld
24711 \end_inset
24712
24713 maître
24714 \begin_inset Quotes erd
24715 \end_inset
24716
24717 .
24718 \begin_inset Index
24719 status collapsed
24720
24721 \begin_layout Standard
24722 Dummy entries ! maïs
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \begin_inset Index
24729 status collapsed
24730
24731 \begin_layout Standard
24732 Dummy entries ! maître
24733 \end_layout
24734
24735 \end_inset
24736
24737
24738 \begin_inset Index
24739 status collapsed
24740
24741 \begin_layout Standard
24742 Dummy entries ! maïs@maison
24743 \end_layout
24744
24745 \end_inset
24746
24747  They will be sorted in the order maïs, maître, maison, but we want the
24748  order maïs, maison, maître.
24749  To achieve this, we use the command
24750 \end_layout
24751
24752 \begin_layout Standard
24753
24754 \series bold
24755 previous entry@current entry
24756 \end_layout
24757
24758 \begin_layout Standard
24759 In our case we want to have 
24760 \begin_inset Quotes eld
24761 \end_inset
24762
24763 maison
24764 \begin_inset Quotes erd
24765 \end_inset
24766
24767  after 
24768 \begin_inset Quotes eld
24769 \end_inset
24770
24771 maïs
24772 \begin_inset Quotes erd
24773 \end_inset
24774
24775  and write therefore for the index entry of maison:
24776 \end_layout
24777
24778 \begin_layout Standard
24779
24780 \series bold
24781 maïs@maison
24782 \end_layout
24783
24784 \begin_layout Standard
24785 The previous entry needn't to be a real existing entry, you can also use
24786  another word to tell LaTeX the entry order, see the next subsection for
24787  an example.
24788 \end_layout
24789
24790 \begin_layout Subsection
24791 Index Entry Layout
24792 \begin_inset Index
24793 status collapsed
24794
24795 \begin_layout Standard
24796 Index ! Entry layout
24797 \end_layout
24798
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \begin_layout Standard
24805 You can insert entries together with LaTeX-commands for the layout.
24806  If you need for example an italic entry, you can write
24807 \end_layout
24808
24809 \begin_layout Standard
24810
24811 \series bold
24812
24813 \backslash
24814 textit{This is an italic entry}
24815 \end_layout
24816
24817 \begin_layout Standard
24818 where the command 
24819 \series bold
24820
24821 \backslash
24822 textit
24823 \series default
24824  produces the italic layout.
24825 \begin_inset Index
24826 status collapsed
24827
24828 \begin_layout Standard
24829 Dummy entries ! This@
24830 \begin_inset ERT
24831 status collapsed
24832
24833 \begin_layout Standard
24834
24835
24836 \backslash
24837
24838 \begin_inset ERT
24839 status collapsed
24840
24841 \begin_layout Standard
24842
24843 {
24844 \end_layout
24845
24846 \end_inset
24847
24848
24849 \begin_inset ERT
24850 status collapsed
24851
24852 \begin_layout Standard
24853
24854 }
24855 \end_layout
24856
24857 \end_inset
24858
24859
24860 \end_layout
24861
24862 \end_inset
24863
24864 textit
24865 \begin_inset ERT
24866 status collapsed
24867
24868 \begin_layout Standard
24869
24870 {
24871 \end_layout
24872
24873 \end_inset
24874
24875 This is an italic entry
24876 \begin_inset ERT
24877 status collapsed
24878
24879 \begin_layout Standard
24880
24881 }
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \end_layout
24888
24889 \end_inset
24890
24891  We refer to LaTeX books (
24892 \begin_inset CommandInset citation
24893 LatexCommand cite
24894 key "latexcompanion,latexguide,latexbook"
24895
24896 \end_inset
24897
24898 ) for an overview of layout commands.
24899  There is only the problem, that layout commands destroy the sorting order.
24900  To avoid that our index entry appears as the first one, we use the following
24901  command instead:
24902 \end_layout
24903
24904 \begin_layout Standard
24905
24906 \series bold
24907 This@
24908 \backslash
24909 textit{This is an italic entry}
24910 \end_layout
24911
24912 \begin_layout Standard
24913 You can also format the page number using the character 
24914 \begin_inset Quotes eld
24915 \end_inset
24916
24917 |
24918 \begin_inset Quotes erd
24919 \end_inset
24920
24921  followed by a LaTeX-command without a backslash.
24922  We can write for example
24923 \end_layout
24924
24925 \begin_layout Standard
24926
24927 \series bold
24928 old-style page number:|oldstylenums
24929 \end_layout
24930
24931 \begin_layout Standard
24932 to get the page number in an old-style layout.
24933 \begin_inset Index
24934 status collapsed
24935
24936 \begin_layout Standard
24937 Dummy entries ! old-style page number:|oldstylenums
24938 \end_layout
24939
24940 \end_inset
24941
24942  Normally all LaTeX-commands begin with a backslash, but in this special
24943  case 
24944 \begin_inset Quotes eld
24945 \end_inset
24946
24947
24948 \series bold
24949 |command
24950 \series default
24951
24952 \begin_inset Quotes erd
24953 \end_inset
24954
24955  means 
24956 \series bold
24957
24958 \backslash
24959 command{page\InsetSpace ~
24960 number}
24961 \series default
24962 .
24963  Have a look at section\InsetSpace ~
24964
24965 \begin_inset CommandInset ref
24966 LatexCommand ref
24967 reference "sub:LaTeX-Syntax"
24968
24969 \end_inset
24970
24971  to learn more about the LaTeX-syntax.
24972 \end_layout
24973
24974 \begin_layout Standard
24975 You can also change the layout for the whole index.
24976  E.g.
24977  we marked the index list box of this document as bold to get a bold font
24978  for all index entries.
24979 \end_layout
24980
24981 \begin_layout Subsection
24982 Index Program
24983 \begin_inset Index
24984 status collapsed
24985
24986 \begin_layout Standard
24987 Index ! Program
24988 \end_layout
24989
24990 \end_inset
24991
24992
24993 \begin_inset CommandInset label
24994 LatexCommand label
24995 name "sub:Index-Program"
24996
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \begin_layout Standard
25003 LyX uses for the index generation by default the program 
25004 \family sans
25005 makeindex
25006 \family default
25007 .
25008  It can be controlled by options that can be set in LyX's preferences dialog,
25009  see section\InsetSpace ~
25010
25011 \begin_inset CommandInset ref
25012 LatexCommand ref
25013 reference "sub:LaTeX-settings"
25014
25015 \end_inset
25016
25017 .
25018  The available options are listed and explained in 
25019 \begin_inset CommandInset citation
25020 LatexCommand cite
25021 key "makeindex"
25022
25023 \end_inset
25024
25025 .
25026 \end_layout
25027
25028 \begin_layout Standard
25029 You can also specify there another program to generate the index, for example
25030  
25031 \family sans
25032 xindy
25033 \family default
25034 .
25035 \end_layout
25036
25037 \begin_layout Section
25038 Nomenclature / Glossary 
25039 \begin_inset Index
25040 status collapsed
25041
25042 \begin_layout Standard
25043 Nomenclature
25044 \end_layout
25045
25046 \end_inset
25047
25048
25049 \begin_inset Index
25050 status collapsed
25051
25052 \begin_layout Standard
25053 Glossary|see
25054 \begin_inset ERT
25055 status collapsed
25056
25057 \begin_layout Standard
25058
25059 {
25060 \end_layout
25061
25062 \end_inset
25063
25064 Nomenclature
25065 \begin_inset ERT
25066 status collapsed
25067
25068 \begin_layout Standard
25069
25070 }
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \end_layout
25077
25078 \end_inset
25079
25080
25081 \begin_inset CommandInset label
25082 LatexCommand label
25083 name "sec:Nomenclature"
25084
25085 \end_inset
25086
25087
25088 \end_layout
25089
25090 \begin_layout Standard
25091 Sometimes you need to compile a list of symbols that are mentioned in your
25092  document with a brief explanation of them -- a so called nomenclature or
25093  glossary.
25094 \end_layout
25095
25096 \begin_layout Standard
25097 To be able to create nomenclatures, you need the LaTeX package 
25098 \series bold
25099 nomencl
25100 \begin_inset Index
25101 status collapsed
25102
25103 \begin_layout Standard
25104 LaTeX-packages ! nomencl
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \series default
25111  installed.
25112  You find it in the TeX Catalogue, 
25113 \begin_inset CommandInset citation
25114 LatexCommand cite
25115 key "TeXCatalogue"
25116
25117 \end_inset
25118
25119  or in the package manager of your LaTeX-system.
25120 \end_layout
25121
25122 \begin_layout Standard
25123 A nomenclature entry is created if you place the cursor after a symbol entry
25124  and then use the menu 
25125 \family sans
25126 Insert\SpecialChar \menuseparator
25127
25128 \family default
25129 N
25130 \family sans
25131 omenclature\InsetSpace ~
25132 Entry
25133 \family default
25134  or the toobar button 
25135 \begin_inset Graphics
25136         filename ../images/nomencl-insert.png
25137         embed ""
25138         BoundingBox 0bp 5bp 20bp 20bp
25139
25140 \end_inset
25141
25142 .
25143  A gray box labeled 
25144 \begin_inset Quotes eld
25145 \end_inset
25146
25147
25148 \family sans
25149 Nom
25150 \family default
25151
25152 \begin_inset Quotes erd
25153 \end_inset
25154
25155  is inserted and a window pops up asking for the nomenclature entry.
25156 \end_layout
25157
25158 \begin_layout Standard
25159 A nomenclature entry consists of two main entries.
25160  The first is the symbol that you want to refer to.
25161  The second is the description of the symbol.
25162 \end_layout
25163
25164 \begin_layout Standard
25165 \begin_inset Note Greyedout
25166 status open
25167
25168 \begin_layout Standard
25169
25170 \series bold
25171 Note:
25172 \series default
25173  Like for the index entry dialog, you have to enter valid LaTeX-code for
25174  all fields of the nomenclature dialog.
25175 \end_layout
25176
25177 \end_inset
25178
25179
25180 \end_layout
25181
25182 \begin_layout Subsection
25183 Nomenclature Definition and Layout
25184 \begin_inset Index
25185 status collapsed
25186
25187 \begin_layout Standard
25188 Nomenclature ! Layout
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \begin_layout Standard
25197 When you have symbols in formulas, you have to define them in the 
25198 \family sans
25199 Symbol
25200 \family default
25201  field as LaTeX-formula.
25202  For example to get 
25203 \begin_inset Quotes eld
25204 \end_inset
25205
25206
25207 \begin_inset Formula $\sigma$
25208 \end_inset
25209
25210
25211 \begin_inset Quotes erd
25212 \end_inset
25213
25214 , insert this:
25215 \newline
25216
25217 \series bold
25218 $
25219 \backslash
25220 sigma$
25221 \newline
25222
25223 \series default
25224 The 
25225 \begin_inset Quotes eld
25226 \end_inset
25227
25228 $
25229 \begin_inset Quotes erd
25230 \end_inset
25231
25232  character hereby starts/ends the formula.
25233  The LaTeX-command for the Greek letter is the name of the letter beginning
25234  with a backslash 
25235 \begin_inset Quotes eld
25236 \end_inset
25237
25238
25239 \backslash
25240
25241 \begin_inset Quotes erd
25242 \end_inset
25243
25244 .
25245  For capital Greek letters, start the command also with a capital letter,
25246  like 
25247 \series bold
25248
25249 \backslash
25250 Sigma
25251 \series default
25252 .
25253 \end_layout
25254
25255 \begin_layout Standard
25256 (A short introduction to the LaTeX-syntax is given in section\InsetSpace ~
25257
25258 \begin_inset CommandInset ref
25259 LatexCommand ref
25260 reference "sub:LaTeX-Syntax"
25261
25262 \end_inset
25263
25264 .)
25265 \end_layout
25266
25267 \begin_layout Standard
25268 You cannot use the 
25269 \family sans
25270 Text\InsetSpace ~
25271 Style
25272 \family default
25273  dialog to format the description text but have to use LaTeX-commands.
25274  For example the description of the nomenclature entry for the 
25275 \begin_inset Quotes eld
25276 \end_inset
25277
25278
25279 \begin_inset Formula $\sigma$
25280 \end_inset
25281
25282
25283 \begin_inset Quotes erd
25284 \end_inset
25285
25286  in this document is:
25287 \newline
25288
25289 \series bold
25290 dummy entry for the character 
25291 \backslash
25292 textsf{sigma}
25293 \series default
25294
25295 \newline
25296 The command 
25297 \series bold
25298
25299 \backslash
25300 textsf
25301 \series default
25302  sets the fonts to 
25303 \family sans
25304 sans\InsetSpace ~
25305 serif
25306 \family default
25307 .
25308  To get 
25309 \series bold
25310 bold
25311 \series default
25312  font use the command 
25313 \series bold
25314
25315 \backslash
25316 textbf
25317 \series default
25318 , for 
25319 \family typewriter
25320 typewriter
25321 \family default
25322  use 
25323 \series bold
25324
25325 \backslash
25326 texttt
25327 \series default
25328 , for 
25329 \emph on
25330 emphasized
25331 \emph default
25332  use 
25333 \series bold
25334
25335 \backslash
25336 emph
25337 \series default
25338 .
25339 \end_layout
25340
25341 \begin_layout Subsection
25342 Sort Order of Nomenclature Entries
25343 \begin_inset Index
25344 status collapsed
25345
25346 \begin_layout Standard
25347 Nomenclature ! Sort order
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \begin_layout Standard
25356 The nomenclature entries are sorted alphabetically by the LaTeX-code of
25357  the symbol definition.
25358  This leads to undesired results when you for example have symbols in formulas.
25359  Suppose you have nomenclature entries for the symbols 
25360 \emph on
25361 a
25362 \begin_inset CommandInset nomenclature
25363 LatexCommand nomenclature
25364 symbol "a"
25365 description "dummy entry for the character \"a\""
25366
25367 \end_inset
25368
25369
25370 \emph default
25371  and 
25372 \begin_inset Formula $\sigma$
25373 \end_inset
25374
25375
25376 \begin_inset CommandInset nomenclature
25377 LatexCommand nomenclature
25378 prefix "sigma"
25379 symbol "$\\sigma$"
25380 description "dummy entry for the character \\textsf{sigma}"
25381
25382 \end_inset
25383
25384 .
25385  They will be sorted by 
25386 \begin_inset Quotes eld
25387 \end_inset
25388
25389
25390 \family sans
25391 a
25392 \family default
25393
25394 \begin_inset Quotes erd
25395 \end_inset
25396
25397  and 
25398 \begin_inset Quotes eld
25399 \end_inset
25400
25401
25402 \family typewriter
25403 $
25404 \backslash
25405 sigma$
25406 \family default
25407
25408 \begin_inset Quotes erd
25409 \end_inset
25410
25411  -- the 
25412 \begin_inset Formula $\sigma$
25413 \end_inset
25414
25415  will be sorted before the 
25416 \emph on
25417 a
25418 \emph default
25419  since the character 
25420 \begin_inset Quotes eld
25421 \end_inset
25422
25423 $
25424 \begin_inset Quotes erd
25425 \end_inset
25426
25427  is considered in sorting.
25428 \end_layout
25429
25430 \begin_layout Standard
25431 To control the sort order, you can edit the 
25432 \family sans
25433 Sort\InsetSpace ~
25434 as
25435 \family default
25436  field of the nomenclature dialog.
25437  Then the nomenclature entry will be sorted by this entry and not the symbol
25438  definition.
25439  For the given example, you can insert 
25440 \family typewriter
25441 sigma
25442 \family default
25443  to this field for the 
25444 \begin_inset Formula $\sigma$
25445 \end_inset
25446
25447 , then 
25448 \emph on
25449 a
25450 \emph default
25451  will be located before 
25452 \begin_inset Formula $\sigma$
25453 \end_inset
25454
25455 .
25456 \end_layout
25457
25458 \begin_layout Standard
25459 For subgrouping and tips for using sort entries see the 
25460 \series bold
25461 nomencl
25462 \series default
25463  documentation, 
25464 \begin_inset CommandInset citation
25465 LatexCommand cite
25466 key "nomencl"
25467
25468 \end_inset
25469
25470 .
25471 \end_layout
25472
25473 \begin_layout Subsection
25474 Nomenclature Options
25475 \begin_inset Index
25476 status collapsed
25477
25478 \begin_layout Standard
25479 Nomenclature ! Options
25480 \end_layout
25481
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \begin_layout Standard
25488 The 
25489 \series bold
25490 nomencl
25491 \series default
25492  package offers some options to adjust the appearance of the nomenclature.
25493  Here are some of its options, for more have a look at its documentation:
25494 \end_layout
25495
25496 \begin_layout Description
25497 refeq Appends the phrase 
25498 \begin_inset Quotes eld
25499 \end_inset
25500
25501
25502 \family sans
25503 , see equation (
25504 \emph on
25505 eq
25506 \emph default
25507 )
25508 \family default
25509
25510 \begin_inset Quotes erd
25511 \end_inset
25512
25513  to every nomenclature entry, where 
25514 \family sans
25515 \emph on
25516 eq
25517 \family default
25518 \emph default
25519  is the number of the last equation in front of the nomenclature entry
25520 \end_layout
25521
25522 \begin_layout Description
25523 refpage Appends the phrase 
25524 \begin_inset Quotes eld
25525 \end_inset
25526
25527
25528 \family sans
25529 , page (
25530 \emph on
25531 page
25532 \emph default
25533 )
25534 \family default
25535
25536 \begin_inset Quotes erd
25537 \end_inset
25538
25539  to every nomenclature entry, where 
25540 \family sans
25541 \emph on
25542 page
25543 \family default
25544 \emph default
25545  is the number of the page on which the nomenclature entry appeared
25546 \end_layout
25547
25548 \begin_layout Description
25549 intoc Inserts the nomenclature in the Table of Contents
25550 \end_layout
25551
25552 \begin_layout Standard
25553 There are furthermore the options 
25554 \series bold
25555 croatian
25556 \series default
25557
25558 \series bold
25559 danish
25560 \series default
25561
25562 \series bold
25563 english
25564 \series default
25565
25566 \series bold
25567 french
25568 \series default
25569
25570 \series bold
25571 german
25572 \series default
25573
25574 \series bold
25575 italian
25576 \series default
25577
25578 \series bold
25579 polish
25580 \series default
25581
25582 \series bold
25583 portuguese
25584 \series default
25585
25586 \series bold
25587 russian
25588 \series default
25589
25590 \series bold
25591 spanish
25592 \series default
25593 , and 
25594 \series bold
25595 ukrainian
25596 \series default
25597  to print the reference texts and the nomenclature title in the corresponding
25598  language.
25599 \end_layout
25600
25601 \begin_layout Standard
25602 To use one or more of the options, add them to the comma-separated document
25603  class options list in the 
25604 \family sans
25605 Document\SpecialChar \menuseparator
25606 Settings
25607 \family default
25608  dialog.
25609  In this document the options 
25610 \series bold
25611 intoc
25612 \series default
25613  and 
25614 \series bold
25615 refpage
25616 \series default
25617  are used.
25618 \end_layout
25619
25620 \begin_layout Standard
25621 \begin_inset VSpace bigskip
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \begin_layout Standard
25628 You can also use the first two options above only for certain nomenclature
25629  entries when you add one of the following commands as last entry to the
25630  
25631 \family sans
25632 Description
25633 \family default
25634  field in the nomenclature dialog:
25635 \end_layout
25636
25637 \begin_layout Description
25638
25639 \backslash
25640 nomrefeq Like the 
25641 \series bold
25642 refeq
25643 \series default
25644  option
25645 \end_layout
25646
25647 \begin_layout Description
25648
25649 \backslash
25650 nomrefpage Like the 
25651 \series bold
25652 refpage
25653 \series default
25654  option
25655 \end_layout
25656
25657 \begin_layout Description
25658
25659 \backslash
25660 nomrefeqpage Short notation of 
25661 \series bold
25662
25663 \backslash
25664 nomrefeq
25665 \backslash
25666 nomrefpage
25667 \end_layout
25668
25669 \begin_layout Description
25670
25671 \backslash
25672 nomnorefeq,\InsetSpace ~
25673
25674 \backslash
25675 nomnorefpage,\InsetSpace ~
25676
25677 \backslash
25678 nomnorefeqpage Turns off the corresponding options
25679 \end_layout
25680
25681 \begin_layout Subsection
25682 Printing the Nomenclature
25683 \begin_inset Index
25684 status collapsed
25685
25686 \begin_layout Standard
25687 Nomenclature ! Printing
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \begin_layout Standard
25696 To print the nomenclature, use the menu 
25697 \family sans
25698 Insert\SpecialChar \menuseparator
25699 Lists\InsetSpace ~
25700 /\InsetSpace ~
25701 TOC\SpecialChar \menuseparator
25702 Nomenclature
25703 \family default
25704 .
25705  A light blue box labeled 
25706 \begin_inset Quotes eld
25707 \end_inset
25708
25709
25710 \family sans
25711 Nomenclature
25712 \family default
25713
25714 \begin_inset Quotes erd
25715 \end_inset
25716
25717  will show the place where the nomenclature is printed in the output.
25718  Like the index list box, the nomenclature list box is not clickable.
25719 \end_layout
25720
25721 \begin_layout Standard
25722 In the printed output the title of the nomenclature appears as 
25723 \begin_inset Quotes eld
25724 \end_inset
25725
25726 Nomenclature
25727 \begin_inset Quotes erd
25728 \end_inset
25729
25730 .
25731  If you are not happy with the name, you can change it by redefining the
25732  command 
25733 \series bold
25734
25735 \backslash
25736 nomname
25737 \series default
25738  in the preamble.
25739  For example, in order to change the name to 
25740 \emph on
25741 List of Symbols
25742 \emph default
25743 , add the following line to the preamble:
25744 \end_layout
25745
25746 \begin_layout Standard
25747
25748 \family roman
25749 \series bold
25750
25751 \backslash
25752 renewcommand{
25753 \backslash
25754 nomname}{List of Symbols}
25755 \end_layout
25756
25757 \begin_layout Standard
25758 \begin_inset VSpace defskip
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \begin_layout Standard
25765 If you are unhappy with the amount of space for symbols, you can alter it
25766  by adding the following line to the preamble:
25767 \end_layout
25768
25769 \begin_layout Standard
25770
25771 \family roman
25772 \series bold
25773
25774 \backslash
25775 renewcommand{
25776 \backslash
25777 nomlabelwidth}{width}
25778 \end_layout
25779
25780 \begin_layout Standard
25781
25782 \family roman
25783 Where the width is a value with one of the units listed in Appendix\InsetSpace ~
25784
25785 \begin_inset CommandInset ref
25786 LatexCommand ref
25787 reference "cha:Units-available-in"
25788
25789 \end_inset
25790
25791 .
25792  The default value is 1\InsetSpace \thinspace{}
25793 cm.
25794 \end_layout
25795
25796 \begin_layout Section
25797 Branches
25798 \begin_inset Index
25799 status collapsed
25800
25801 \begin_layout Standard
25802 Branches
25803 \end_layout
25804
25805 \end_inset
25806
25807
25808 \begin_inset Index
25809 status collapsed
25810
25811 \begin_layout Standard
25812 Document ! Branches
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \begin_inset CommandInset label
25819 LatexCommand label
25820 name "sec:Branches"
25821
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \begin_layout Standard
25828 Sometimes it is useful to hide some document parts in the output.
25829  For example a teacher who is setting an exam obviously doesn't want the
25830  pupils to see the answers, but having questions and answers in the same
25831  document will make the life of the markers of that exam much easier.
25832 \end_layout
25833
25834 \begin_layout Standard
25835 For these cases LyX offers to put text into branches.
25836  The text will then only appear in the output when its branch is activated.
25837  To create a branch, go in the 
25838 \family sans
25839 Document\SpecialChar \menuseparator
25840 Settings
25841 \family default
25842  dialog to 
25843 \family sans
25844 Branches
25845 \family default
25846 .
25847  The name of the branch, its activation state and the background color of
25848  the branches inside LyX can be specified in this dialog.
25849 \end_layout
25850
25851 \begin_layout Standard
25852 Text that should be in a branch is set into branch inset boxes.
25853  These boxes are inserted via the menu 
25854 \family sans
25855 Insert\SpecialChar \menuseparator
25856 Branch
25857 \family default
25858  where you can choose a branch.
25859  You can later change the branch of the boxes by right-clicking on them.
25860 \end_layout
25861
25862 \begin_layout Standard
25863 Here is an example, where only the question text appears, the answer branch
25864  is deactivated and does therefore not appear in the output:
25865 \end_layout
25866
25867 \begin_layout Standard
25868 \begin_inset Branch Question
25869 status open
25870
25871 \begin_layout Standard
25872 Question: Who was the first physics Nobel prize winner?
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \begin_layout Standard
25881 \begin_inset Branch Answer
25882 status collapsed
25883
25884 \begin_layout Standard
25885 Answer: Wilhelm Conrad Röntgen
25886 \end_layout
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \begin_layout Standard
25894 \begin_inset VSpace bigskip
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \begin_layout Standard
25901 To use conditional output inside places where you cannot insert branch insets,
25902  like inside equations, you can code special LaTeX definitions for each
25903  branch.
25904  For example you can define for the question branch
25905 \begin_inset Foot
25906 status collapsed
25907
25908 \begin_layout Standard
25909 For an introduction to the LaTeX-syntax, see section\InsetSpace ~
25910
25911 \begin_inset CommandInset ref
25912 LatexCommand ref
25913 reference "sub:LaTeX-Syntax"
25914
25915 \end_inset
25916
25917 .
25918 \end_layout
25919
25920 \end_inset
25921
25922
25923 \end_layout
25924
25925 \begin_layout Standard
25926
25927 \series bold
25928
25929 \backslash
25930 newcommand{
25931 \backslash
25932 question}[1]{#1}
25933 \end_layout
25934
25935 \begin_layout Standard
25936
25937 \series bold
25938
25939 \backslash
25940 newcommand{
25941 \backslash
25942 answer}[1]{}
25943 \end_layout
25944
25945 \begin_layout Standard
25946 and for the answer branch
25947 \end_layout
25948
25949 \begin_layout Standard
25950
25951 \series bold
25952
25953 \backslash
25954 newcommand{
25955 \backslash
25956 question}[1]{}
25957 \end_layout
25958
25959 \begin_layout Standard
25960
25961 \series bold
25962
25963 \backslash
25964 newcommand{
25965 \backslash
25966 answer}[1]{#1}
25967 \end_layout
25968
25969 \begin_layout Standard
25970 \begin_inset Branch Question
25971 status open
25972
25973 \begin_layout Standard
25974 \begin_inset ERT
25975 status open
25976
25977 \begin_layout Standard
25978
25979
25980 \backslash
25981 newcommand{
25982 \backslash
25983 question}[1]{#1}
25984 \end_layout
25985
25986 \begin_layout Standard
25987
25988
25989 \backslash
25990 newcommand{
25991 \backslash
25992 answer}[1]{}
25993 \end_layout
25994
25995 \end_inset
25996
25997
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \begin_layout Standard
26006 \begin_inset Branch Answer
26007 status collapsed
26008
26009 \begin_layout Standard
26010 \begin_inset ERT
26011 status open
26012
26013 \begin_layout Standard
26014
26015
26016 \backslash
26017 newcommand{
26018 \backslash
26019 question}[1]{}
26020 \end_layout
26021
26022 \begin_layout Standard
26023
26024
26025 \backslash
26026 newcommand{
26027 \backslash
26028 answer}[1]{#1}
26029 \end_layout
26030
26031 \end_inset
26032
26033
26034 \end_layout
26035
26036 \end_inset
26037
26038
26039 \end_layout
26040
26041 \begin_layout Standard
26042 Now it is possible to use the commands 
26043 \series bold
26044
26045 \backslash
26046 question{\SpecialChar \ldots{}
26047 }
26048 \series default
26049  and 
26050 \series bold
26051
26052 \backslash
26053 answer{\SpecialChar \ldots{}
26054 }
26055 \series default
26056  to obtain conditional output.
26057  Here is an example formula where only the 
26058 \series bold
26059
26060 \backslash
26061 question
26062 \series default
26063  part appears:
26064 \begin_inset Formula \[
26065 x^{2}-2x-2\Rightarrow\question {x_{1}}\answer {x_{2}}=1\question {+\sqrt{3}}\answer {-\sqrt{3}}.\]
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \begin_layout Standard
26073 Inside math, the same effect can be achieved using math macros, see section\InsetSpace ~
26074
26075 \begin_inset CommandInset ref
26076 LatexCommand ref
26077 reference "sec:math-macros"
26078
26079 \end_inset
26080
26081 .
26082 \end_layout
26083
26084 \begin_layout Section
26085 ERT and the LaTeX Syntax
26086 \begin_inset CommandInset label
26087 LatexCommand label
26088 name "sec:ERT"
26089
26090 \end_inset
26091
26092
26093 \end_layout
26094
26095 \begin_layout Subsection
26096 ERT Boxes
26097 \begin_inset Index
26098 status collapsed
26099
26100 \begin_layout Standard
26101 ERT
26102 \end_layout
26103
26104 \end_inset
26105
26106
26107 \begin_inset CommandInset label
26108 LatexCommand label
26109 name "sub:ERT-Boxes"
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Standard
26117 As LyX uses LaTeX in the background, it supports many LaTeX commands and
26118  constructs, but not all.
26119  LaTeX contains of hundreds of packages which provide different commands.
26120  Every month many packages are updated and new ones added.
26121  This has the advantage that you can typeset nearly everything, for every
26122  problem exists a LaTeX-package.
26123  But LyX can of course not be up to date and support all these packages
26124  and their commands.
26125 \end_layout
26126
26127 \begin_layout Standard
26128 But don't worry, you can use any LaTeX-command directly in LyX inside the
26129  ERT box.
26130  ERT stands for 
26131 \begin_inset Quotes eld
26132 \end_inset
26133
26134 evil red text
26135 \begin_inset Quotes erd
26136 \end_inset
26137
26138 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
26139  An ERT box is created by the menu 
26140 \family sans
26141 Insert\SpecialChar \menuseparator
26142 TeX
26143 \family default
26144  or by the toolbar button 
26145 \begin_inset Graphics
26146         filename ../images/ert-insert.png
26147         embed ""
26148
26149 \end_inset
26150
26151 .
26152  The box itself can be displayed in three different styles: 
26153 \family sans
26154 Inline
26155 \family default
26156
26157 \family sans
26158 Collapsed
26159 \family default
26160 , and 
26161 \family sans
26162 Open
26163 \family default
26164 .
26165  To change the style, right-click on the box and use the appearing dialog.
26166  Left-clicking on the box will switch between 
26167 \family sans
26168 Collapsed
26169 \family default
26170  and 
26171 \family sans
26172 Open
26173 \family default
26174 .
26175 \end_layout
26176
26177 \begin_layout Standard
26178 You can insert complete or incomplete commands into ERT.
26179  Incomplete means that the command argument can be Standard LyX text.
26180  For example you want to draw a frame around a word and uses therefore the
26181  LaTeX-command 
26182 \series bold
26183
26184 \backslash
26185 fbox
26186 \series default
26187 , you can write the command part 
26188 \series bold
26189
26190 \backslash
26191 fbox{
26192 \series default
26193  in an ERT box before the word and the closing brace 
26194 \series bold
26195 }
26196 \series default
26197  in a second ERT box behind the word.
26198  The word between the two ERT boxes is then the argument as it is in the
26199  following example:
26200 \end_layout
26201
26202 \begin_layout Standard
26203 \begin_inset Graphics
26204         filename clipart/ERT.png
26205         embed ""
26206         scale 89
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \begin_layout Standard
26214 gives
26215 \end_layout
26216
26217 \begin_layout Standard
26218 This is a line with a 
26219 \begin_inset ERT
26220 status collapsed
26221
26222 \begin_layout Standard
26223
26224
26225 \backslash
26226 fbox{
26227 \end_layout
26228
26229 \end_inset
26230
26231 framed
26232 \begin_inset ERT
26233 status collapsed
26234
26235 \begin_layout Standard
26236
26237 }
26238 \end_layout
26239
26240 \end_inset
26241
26242  word.
26243 \end_layout
26244
26245 \begin_layout Standard
26246 \begin_inset Note Greyedout
26247 status open
26248
26249 \begin_layout Standard
26250
26251 \series bold
26252 Note:
26253 \series default
26254  At the end of LaTeX-commands without parameters, you have to insert a space
26255  to let LaTeX know that the command is finished.
26256 \end_layout
26257
26258 \end_inset
26259
26260
26261 \end_layout
26262
26263 \begin_layout Subsection
26264 Short Introduction to the LaTeX Syntax
26265 \begin_inset OptArg
26266 status collapsed
26267
26268 \begin_layout Standard
26269 The LaTeX Syntax
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \begin_inset Index
26276 status collapsed
26277
26278 \begin_layout Standard
26279 LaTeX Syntax
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \begin_inset CommandInset label
26286 LatexCommand label
26287 name "sub:LaTeX-Syntax"
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \begin_layout Standard
26295 When you write larger documents or books, you will need to know something
26296  about the LaTeX-commands that LyX uses in the background.
26297  Because LaTeX is based on commands, you can 
26298 \begin_inset Quotes eld
26299 \end_inset
26300
26301 program
26302 \begin_inset Quotes erd
26303 \end_inset
26304
26305  your text.
26306  This has the advantage that the layout of the document can be changed at
26307  every time if you know the right commands.
26308  E.g.
26309  imagine you have to write a manual for a product and the deadline is at
26310  the end of the day.
26311  Your boss just has complimented you for your good work but wants to have
26312  all caption labels bold.
26313  But you have over hundred figure and table captions with non-bold labels
26314  in your manual.
26315  Of course it's impossible to change all caption labels by hand in one day.
26316 \end_layout
26317
26318 \begin_layout Standard
26319 Now LaTeX comes into play.
26320  As written above, for every problem exists a LaTeX-package.
26321  First you have to find out which and therefore look in the LaTeX package
26322  database, 
26323 \begin_inset CommandInset citation
26324 LatexCommand cite
26325 key "Catalogue"
26326
26327 \end_inset
26328
26329 .
26330 \end_layout
26331
26332 \begin_layout Standard
26333 As result you know that the package 
26334 \series bold
26335 caption
26336 \series default
26337
26338 \begin_inset Index
26339 status collapsed
26340
26341 \begin_layout Standard
26342 LaTeX-packages ! caption
26343 \end_layout
26344
26345 \end_inset
26346
26347  is what you need.
26348  To use a package, you have to load it in the document preamble (menu 
26349 \family sans
26350 Document\SpecialChar \menuseparator
26351 Settings
26352 \family default
26353 ) with the command
26354 \end_layout
26355
26356 \begin_layout Standard
26357
26358 \series bold
26359
26360 \backslash
26361 usepackage[options]{package name}
26362 \end_layout
26363
26364 \begin_layout Standard
26365 All LaTeX commands begin with a backslash, the command argument is set within
26366  two braces, and the options are set within two brackets.
26367  Note that not all commands have an argument and options.
26368 \end_layout
26369
26370 \begin_layout Standard
26371 In your case the package name is 
26372 \series bold
26373 caption
26374 \series default
26375 .
26376  After a look in the documentation of the package, you know that the option
26377  
26378 \series bold
26379 labelfont=bf
26380 \series default
26381  will change the font of all caption labels to bold.
26382  So you add the command
26383 \end_layout
26384
26385 \begin_layout Standard
26386
26387 \series bold
26388
26389 \backslash
26390 usepackage[labelfont=bf]{caption}
26391 \end_layout
26392
26393 \begin_layout Standard
26394 to the preamble and the problem is solved.
26395 \begin_inset Foot
26396 status collapsed
26397
26398 \begin_layout Standard
26399 For more commands provided by the 
26400 \series bold
26401 caption
26402 \series default
26403  package, have a look at its documentation, 
26404 \begin_inset CommandInset citation
26405 LatexCommand cite
26406 key "caption"
26407
26408 \end_inset
26409
26410 .
26411 \end_layout
26412
26413 \end_inset
26414
26415
26416 \end_layout
26417
26418 \begin_layout Standard
26419 Note that some document classes have built-in solutions for well known problems
26420  like your case.
26421  For example if you use a 
26422 \family sans
26423 koma-script
26424 \family default
26425  class, you don't need the package 
26426 \series bold
26427 caption
26428 \series default
26429 , you can instead write
26430 \end_layout
26431
26432 \begin_layout Standard
26433
26434 \series bold
26435
26436 \backslash
26437 setkomafont{captionlabel}{
26438 \backslash
26439 bfseries}
26440 \end_layout
26441
26442 \begin_layout Standard
26443 in the preamble and the problem is solved.
26444  So if you plan to write a large document, you should have a look at the
26445  documentation of the document class you want to use.
26446  (
26447 \series bold
26448
26449 \backslash
26450 setkomafont
26451 \series default
26452  is an example for a command with more than one argument.)
26453 \end_layout
26454
26455 \begin_layout Standard
26456 Commands in the preamble affects the whole document, while commands in the
26457  text affects only the text after the command or only the text used as command
26458  argument.
26459  To insert a LaTeX-command in text, use the ERT box as described in the
26460  previous section.
26461 \end_layout
26462
26463 \begin_layout Standard
26464 If you want to learn more about LaTeX and its syntax, have a look at the
26465  LaTeX-books 
26466 \begin_inset CommandInset citation
26467 LatexCommand cite
26468 key "latexcompanion,latexguide"
26469
26470 \end_inset
26471
26472 .
26473  
26474 \end_layout
26475
26476 \begin_layout Section
26477 Previewing Snippets of your Document
26478 \begin_inset Index
26479 status collapsed
26480
26481 \begin_layout Standard
26482 Instant preview
26483 \end_layout
26484
26485 \end_inset
26486
26487
26488 \begin_inset CommandInset label
26489 LatexCommand label
26490 name "sec:Previewing-snippets-of"
26491
26492 \end_inset
26493
26494
26495 \begin_inset Index
26496 status collapsed
26497
26498 \begin_layout Standard
26499 Document ! Preview
26500 \end_layout
26501
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \begin_layout Standard
26508 LyX allows you to generate previews of sections of your document on the
26509  fly so you can see how they'll look in the final document without having
26510  to break your train of thought with 
26511 \family sans
26512 View\SpecialChar \menuseparator
26513 DVI
26514 \family default
26515 .
26516 \end_layout
26517
26518 \begin_layout Standard
26519 If you would for example like to see in LyX your math formulas typeset by
26520  LaTeX, install the LaTeX-package 
26521 \series bold
26522 preview-latex
26523 \begin_inset Index
26524 status collapsed
26525
26526 \begin_layout Standard
26527 LaTeX-packages ! preview-latex
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \series default
26534  as explained below, and turn on 
26535 \family sans
26536 Instant\InsetSpace ~
26537 preview
26538 \family default
26539  in the 
26540 \family sans
26541 Tools\SpecialChar \menuseparator
26542 Preferences 
26543 \family default
26544 dialog under 
26545 \family sans
26546 Look\InsetSpace ~
26547 and\InsetSpace ~
26548 feel\SpecialChar \menuseparator
26549 Graphics
26550 \family default
26551 .
26552 \end_layout
26553
26554 \begin_layout Standard
26555 Previews are generated when you load a document into LyX and when you finish
26556  editing an inset.
26557  Previews of an already loaded document are 
26558 \emph on
26559 not
26560 \emph default
26561  generated just by selecting the 
26562 \family sans
26563 Instant\InsetSpace ~
26564 preview
26565 \family default
26566  check box, you have to reopen the documents to activate the previews.
26567 \end_layout
26568
26569 \begin_layout Standard
26570 LyX will generate previews of math insets.
26571  It will also generate previews of included insets if you select the 
26572 \family sans
26573 Show\InsetSpace ~
26574 preview
26575 \family default
26576  check box in the insert dialog.
26577  This is useful if you wish to generate a preview of a LaTeX figure, for
26578  example.
26579 \end_layout
26580
26581 \begin_layout Standard
26582 To get previews working, you need the LaTeX package 
26583 \series bold
26584 preview-latex
26585 \series default
26586  (on some systems named simply 
26587 \series bold
26588 preview
26589 \series default
26590 ) installed.
26591  In case it is not already installed, you find it in the TeX Catalogue,
26592  
26593 \begin_inset CommandInset citation
26594 LatexCommand cite
26595 key "TeXCatalogue"
26596
26597 \end_inset
26598
26599  or in the package manager of your LaTeX-system.
26600  You obtain prettier results if you install the program 
26601 \family typewriter
26602 pnmcrop
26603 \family default
26604  from the 
26605 \family typewriter
26606 netpbm
26607 \family default
26608  package; for LyX on Windows this program is automatically installed together
26609  with LyX.
26610 \end_layout
26611
26612 \begin_layout Standard
26613 \begin_inset VSpace bigskip
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \begin_layout Standard
26620 You can furthermore preview the LaTeX source of the whole document or parts
26621  of it.
26622  Use the menu 
26623 \family sans
26624 View\SpecialChar \menuseparator
26625 View\InsetSpace ~
26626 Source
26627 \family default
26628  and a window will be shown where you can see the LaTeX-source code.
26629  The window shows the source of the whole paragraph where the cursor is
26630  currently in.
26631  You can also select document parts in LyX's main window, then only this
26632  selection (when it is more than one paragraph) is shown as source code.
26633  To view the whole document as source, enable the corresponding option in
26634  the source view window.
26635 \end_layout
26636
26637 \begin_layout Section
26638 Spell Checking
26639 \begin_inset CommandInset label
26640 LatexCommand label
26641 name "sec:Spellchecking"
26642
26643 \end_inset
26644
26645
26646 \begin_inset Index
26647 status collapsed
26648
26649 \begin_layout Standard
26650 Spell checking
26651 \end_layout
26652
26653 \end_inset
26654
26655
26656 \end_layout
26657
26658 \begin_layout Standard
26659 LyX itself has no built-in spell checker.
26660  Rather it uses one of the external programs 
26661 \family typewriter
26662 aspell
26663 \family default
26664
26665 \family typewriter
26666 ispell
26667 \family default
26668
26669 \family typewriter
26670 hspell
26671 \family default
26672 , or 
26673 \family sans
26674 pspell
26675 \family default
26676  as backend.
26677  This section assumes you have already installed and set up one of these
26678  programs.
26679  
26680 \family typewriter
26681 aspell
26682 \family default
26683  can be seen as successor of 
26684 \family typewriter
26685 ispell
26686 \family default
26687 , so that it is recommended to use aspell.
26688  
26689 \family sans
26690 hspell
26691 \family default
26692  is a Hebrew spell-checker.
26693  The used spell checker ind its settings are specified in LyX's preferences
26694  under 
26695 \family sans
26696 Language Settings
26697 \family default
26698 .
26699 \end_layout
26700
26701 \begin_layout Standard
26702 For LyX on Windows, the selection box for the spell checking program is
26703  greyed out in the preferences dialog because only 
26704 \family sans
26705 aspell
26706 \family default
26707  can be used.
26708 \end_layout
26709
26710 \begin_layout Standard
26711 The menu
26712 \family sans
26713  Tools\SpecialChar \menuseparator
26714 Spellchecker
26715 \family default
26716  starts the spell checking beginning from the current cursor position.
26717  A dialog window will appear showing any incorrect (or unknown) word found,
26718  allowing you to edit and replace it in a second line.
26719  Whenever an unknown word is found, the word is highlighted and the text
26720  scrolled so that it is visible.
26721  In the 
26722 \family sans
26723 spell checker
26724 \family default
26725  dialog, there is also a box showing suggestions for a correction, if any
26726  could be found.
26727  Clicking on one of the corrections will copy to the 
26728 \family sans
26729 Replace
26730 \family default
26731  field, double-click invokes directly the replacement.
26732  Unknown but correctly typed words can be added to the personal dictionary.
26733 \end_layout
26734
26735 \begin_layout Standard
26736 By default, the used dictionary file is determined by the document language
26737  that is set in the 
26738 \family sans
26739 Document\SpecialChar \menuseparator
26740 Settings
26741 \family default
26742  dialog.
26743  If you do not have a dictionary for the document language, spell checking
26744  will bring an error message.
26745  In this case, you can specify another dictionary file in the dialog by
26746  specifying a different 
26747 \family sans
26748 Alternative language
26749 \family default
26750  in preferences dialog.
26751 \end_layout
26752
26753 \begin_layout Standard
26754 After a spell check you'll informed about the number of checked words.
26755 \end_layout
26756
26757 \begin_layout Subsubsection*
26758 Limitations
26759 \end_layout
26760
26761 \begin_layout Standard
26762 It is not possible to change the spelling of a particular word globally,
26763  rather than having to change the spelling separately for each occurrence
26764  of the word.
26765  But you can use the 
26766 \family sans
26767 Find\InsetSpace ~
26768 &\InsetSpace ~
26769 Replace
26770 \family default
26771  dialog for that.
26772 \end_layout
26773
26774 \begin_layout Standard
26775 LyX cannot correctly spell check documents containing multiple languages.
26776  This does work with 
26777 \family typewriter
26778 pspell
26779 \family default
26780 , assuming you have marked the different languages appropriately.
26781 \end_layout
26782
26783 \begin_layout Subsubsection*
26784 Further Settings
26785 \end_layout
26786
26787 \begin_layout Standard
26788 The 
26789 \family sans
26790 Spellchecker
26791 \family default
26792  section in the preferences dialog has some additional options:
26793 \end_layout
26794
26795 \begin_layout Description
26796 Escape\InsetSpace ~
26797 characters Allows you to add non-standard characters that the spell
26798  checker should consider, e.g.
26799  German umlauts although you spell check English document.
26800  This should not normally be needed.
26801 \end_layout
26802
26803 \begin_layout Description
26804 Personal\InsetSpace ~
26805 dictionary to use a different file than the spell checker's default
26806  choice as your personal dictionary
26807 \end_layout
26808
26809 \begin_layout Description
26810 Accept\InsetSpace ~
26811 compound\InsetSpace ~
26812 words Prevent the spell checker from complaining about compounded
26813  words like 
26814 \begin_inset Quotes eld
26815 \end_inset
26816
26817 passthrough
26818 \begin_inset Quotes erd
26819 \end_inset
26820
26821 .
26822 \end_layout
26823
26824 \begin_layout Description
26825 Use\InsetSpace ~
26826 input\InsetSpace ~
26827 encoding Uses the document encoding that is set in the 
26828 \family sans
26829 Document\SpecialChar \menuseparator
26830 Settings
26831 \family default
26832  dialog under 
26833 \family sans
26834 Language
26835 \family default
26836  also for the spellchecker.
26837 \begin_inset Foot
26838 status collapsed
26839
26840 \begin_layout Standard
26841 The encodings are explained in section\InsetSpace ~
26842
26843 \begin_inset CommandInset ref
26844 LatexCommand ref
26845 reference "sub:Settings"
26846
26847 \end_inset
26848
26849 .
26850 \end_layout
26851
26852 \end_inset
26853
26854  Only enable this if you use 
26855 \family typewriter
26856 ispell
26857 \family default
26858  and can't spell check words with international letters in them.
26859  There have been reports that this does not work with all dictionaries,
26860  so this is disabled by default.
26861 \end_layout
26862
26863 \begin_layout Section
26864 Thesaurus
26865 \begin_inset Index
26866 status collapsed
26867
26868 \begin_layout Standard
26869 Thesaurus
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \begin_inset CommandInset label
26876 LatexCommand label
26877 name "sec:Thesaurus"
26878
26879 \end_inset
26880
26881
26882 \end_layout
26883
26884 \begin_layout Standard
26885 Thesaurus currently only works when you use the document language English.
26886 \end_layout
26887
26888 \begin_layout Standard
26889 To start the thesaurus, highlight one word or set the cursor behind it,
26890  and use the menu 
26891 \family sans
26892 Tools\SpecialChar \menuseparator
26893 Thesaurus
26894 \family default
26895  or the toolbar button 
26896 \begin_inset Graphics
26897         filename ../images/thesaurus-entry.png
26898         embed ""
26899         BoundingBox 0bp 5bp 20bp 25bp
26900         rotateOrigin center
26901
26902 \end_inset
26903
26904 .
26905  A dialog pops up showing you probably related words that you can use as
26906  replacement.
26907 \end_layout
26908
26909 \begin_layout Standard
26910 The shown related words are in many cases not really related to the word
26911  you are currently checking, scrolling in the shown list might help in some
26912  cases to find related words.
26913 \end_layout
26914
26915 \begin_layout Standard
26916 The thesaurus only works for single words, and also only when it is in the
26917  singular form.
26918  For example starting the thesaurus with the word 
26919 \begin_inset Quotes eld
26920 \end_inset
26921
26922 reports
26923 \begin_inset Quotes erd
26924 \end_inset
26925
26926  leads to no results, while results are shown for the word 
26927 \begin_inset Quotes eld
26928 \end_inset
26929
26930 report
26931 \begin_inset Quotes erd
26932 \end_inset
26933
26934 .
26935  To avoid this, you can highlight only the part 
26936 \begin_inset Quotes eld
26937 \end_inset
26938
26939 report
26940 \begin_inset Quotes erd
26941 \end_inset
26942
26943  of the word 
26944 \begin_inset Quotes eld
26945 \end_inset
26946
26947 reports
26948 \begin_inset Quotes erd
26949 \end_inset
26950
26951  to get results.
26952 \end_layout
26953
26954 \begin_layout Section
26955 Change Tracking
26956 \begin_inset Index
26957 status collapsed
26958
26959 \begin_layout Standard
26960 Change Tracking
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \begin_inset Index
26967 status collapsed
26968
26969 \begin_layout Standard
26970 Document ! Change Tracking
26971 \end_layout
26972
26973 \end_inset
26974
26975
26976 \begin_inset CommandInset label
26977 LatexCommand label
26978 name "sec:Change-Tracking"
26979
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \begin_layout Standard
26986 When you work on a document together with many people it is extremely useful
26987  to see changes others made highlighted in the document.
26988  You can then decide if you accept a change or not.
26989  This can be achieved by turning on change tracking in the menu 
26990 \family sans
26991 Document\SpecialChar \menuseparator
26992 Change\InsetSpace ~
26993 Tracking\SpecialChar \menuseparator
26994 Track\InsetSpace ~
26995 Changes
26996 \family default
26997 .
26998 \end_layout
26999
27000 \begin_layout Standard
27001 Changes made in the document will then be highlighted by colors: 
27002 \color blue
27003 Blue text
27004 \color inherit
27005  is an addition, 
27006 \color red
27007 red canceled text
27008 \color inherit
27009  is a deletion.
27010  You can change the color in LyX's preferences dialog under 
27011 \family sans
27012 Look\InsetSpace ~
27013 and\InsetSpace ~
27014 feel
27015 \family default
27016
27017 \family sans
27018 Colors
27019 \family default
27020 .
27021 \begin_inset Index
27022 status collapsed
27023
27024 \begin_layout Standard
27025 Color ! LyX screen
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Standard
27034 When change tracking is activated, you will see the review toolbar in LyX:
27035 \begin_inset Index
27036 status collapsed
27037
27038 \begin_layout Standard
27039 Toolbar ! Review
27040 \end_layout
27041
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \begin_layout Standard
27048 \begin_inset VSpace defskip
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \begin_layout Standard
27055 \begin_inset Graphics
27056         filename clipart/ChangesToolbar.png
27057         embed ""
27058
27059 \end_inset
27060
27061
27062 \end_layout
27063
27064 \begin_layout Standard
27065 \begin_inset VSpace defskip
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \begin_layout Standard
27072 The review toolbar as shown above contains from left to right the following
27073  buttons:
27074 \end_layout
27075
27076 \begin_layout Standard
27077 \begin_inset VSpace defskip
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \begin_layout Standard
27084 \begin_inset Tabular
27085 <lyxtabular version="3" rows="10" columns="2">
27086 <features islongtable="true">
27087 <column alignment="left" valignment="top" width="0">
27088 <column alignment="left" valignment="top" width="0">
27089 <row interlinespace="2.5mm">
27090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27091 \begin_inset Text
27092
27093 \begin_layout Standard
27094 \begin_inset Graphics
27095         filename ../images/changes-track.png
27096         embed ""
27097         BoundingBox 0bp 5bp 20bp 25bp
27098         rotateOrigin center
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Standard
27111
27112 \family sans
27113 Document\SpecialChar \menuseparator
27114 Change\InsetSpace ~
27115 Tracking\SpecialChar \menuseparator
27116 Track\InsetSpace ~
27117 Changes
27118 \end_layout
27119
27120 \end_inset
27121 </cell>
27122 </row>
27123 <row interlinespace="2.5mm">
27124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27125 \begin_inset Text
27126
27127 \begin_layout Standard
27128 \begin_inset Graphics
27129         filename ../images/changes-output.png
27130         embed ""
27131         BoundingBox 0bp 5bp 20bp 25bp
27132         rotateOrigin center
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \end_inset
27140 </cell>
27141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27142 \begin_inset Text
27143
27144 \begin_layout Standard
27145
27146 \family sans
27147 Document\SpecialChar \menuseparator
27148 Change\InsetSpace ~
27149 Tracking\SpecialChar \menuseparator
27150 Show\InsetSpace ~
27151 Changes\InsetSpace ~
27152 in\InsetSpace ~
27153 Output
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 </row>
27159 <row interlinespace="2.5mm">
27160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27161 \begin_inset Text
27162
27163 \begin_layout Standard
27164 \begin_inset Graphics
27165         filename ../images/change-next.png
27166         embed ""
27167         BoundingBox 0bp 5bp 20bp 25bp
27168         rotateOrigin center
27169
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \end_inset
27176 </cell>
27177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27178 \begin_inset Text
27179
27180 \begin_layout Standard
27181 Jumps to the next change
27182 \end_layout
27183
27184 \end_inset
27185 </cell>
27186 </row>
27187 <row interlinespace="2.5mm">
27188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27189 \begin_inset Text
27190
27191 \begin_layout Standard
27192 \begin_inset Graphics
27193         filename ../images/change-accept.png
27194         embed ""
27195         BoundingBox 0bp 5bp 20bp 25bp
27196         rotateOrigin center
27197
27198 \end_inset
27199
27200
27201 \end_layout
27202
27203 \end_inset
27204 </cell>
27205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27206 \begin_inset Text
27207
27208 \begin_layout Standard
27209
27210 \family sans
27211 Document\SpecialChar \menuseparator
27212 Change\InsetSpace ~
27213 Tracking\SpecialChar \menuseparator
27214 Accept\InsetSpace ~
27215 Change
27216 \end_layout
27217
27218 \end_inset
27219 </cell>
27220 </row>
27221 <row interlinespace="2.5mm">
27222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27223 \begin_inset Text
27224
27225 \begin_layout Standard
27226 \begin_inset Graphics
27227         filename ../images/change-reject.png
27228         embed ""
27229         BoundingBox 0bp 5bp 20bp 25bp
27230         rotateOrigin center
27231
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \end_inset
27238 </cell>
27239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27240 \begin_inset Text
27241
27242 \begin_layout Standard
27243
27244 \family sans
27245 Document\SpecialChar \menuseparator
27246 Change\InsetSpace ~
27247 Tracking\SpecialChar \menuseparator
27248 Reject\InsetSpace ~
27249 Change
27250 \end_layout
27251
27252 \end_inset
27253 </cell>
27254 </row>
27255 <row interlinespace="2.5mm">
27256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27257 \begin_inset Text
27258
27259 \begin_layout Standard
27260 \begin_inset Graphics
27261         filename ../images/changes-merge.png
27262         embed ""
27263         BoundingBox 0bp 5bp 20bp 25bp
27264         rotateOrigin center
27265
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27274 \begin_inset Text
27275
27276 \begin_layout Standard
27277
27278 \family sans
27279 Document\SpecialChar \menuseparator
27280 Change\InsetSpace ~
27281 Tracking\SpecialChar \menuseparator
27282 Merge\InsetSpace ~
27283 Changes
27284 \end_layout
27285
27286 \end_inset
27287 </cell>
27288 </row>
27289 <row interlinespace="2.5mm">
27290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27291 \begin_inset Text
27292
27293 \begin_layout Standard
27294 \begin_inset Graphics
27295         filename ../images/all-changes-accept.png
27296         embed ""
27297         BoundingBox 0bp 5bp 20bp 25bp
27298         rotateOrigin center
27299
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27308 \begin_inset Text
27309
27310 \begin_layout Standard
27311
27312 \family sans
27313 Document\SpecialChar \menuseparator
27314 Change\InsetSpace ~
27315 Tracking\SpecialChar \menuseparator
27316 Accept\InsetSpace ~
27317 All\InsetSpace ~
27318 Changes
27319 \end_layout
27320
27321 \end_inset
27322 </cell>
27323 </row>
27324 <row interlinespace="2.5mm">
27325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27326 \begin_inset Text
27327
27328 \begin_layout Standard
27329 \begin_inset Graphics
27330         filename ../images/all-changes-reject.png
27331         embed ""
27332         BoundingBox 0bp 5bp 20bp 25bp
27333         rotateOrigin center
27334
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \end_inset
27341 </cell>
27342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27343 \begin_inset Text
27344
27345 \begin_layout Standard
27346
27347 \family sans
27348 Document\SpecialChar \menuseparator
27349 Change\InsetSpace ~
27350 Tracking\SpecialChar \menuseparator
27351 Reject\InsetSpace ~
27352 All\InsetSpace ~
27353 Changes
27354 \end_layout
27355
27356 \end_inset
27357 </cell>
27358 </row>
27359 <row interlinespace="2.5mm">
27360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27361 \begin_inset Text
27362
27363 \begin_layout Standard
27364 \begin_inset Graphics
27365         filename ../images/note-insert.png
27366         embed ""
27367         BoundingBox 0bp 5bp 20bp 25bp
27368         rotateOrigin center
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \end_inset
27376 </cell>
27377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27378 \begin_inset Text
27379
27380 \begin_layout Standard
27381
27382 \family sans
27383 Insert\SpecialChar \menuseparator
27384 Note\SpecialChar \menuseparator
27385 LyX\InsetSpace ~
27386 Note
27387 \end_layout
27388
27389 \end_inset
27390 </cell>
27391 </row>
27392 <row interlinespace="2.5mm">
27393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27394 \begin_inset Text
27395
27396 \begin_layout Standard
27397 \begin_inset Graphics
27398         filename ../images/note-next.png
27399         embed ""
27400         BoundingBox 0bp 5bp 20bp 25bp
27401         rotateOrigin center
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \end_inset
27409 </cell>
27410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27411 \begin_inset Text
27412
27413 \begin_layout Standard
27414
27415 \family sans
27416 Navigate\SpecialChar \menuseparator
27417 Next\InsetSpace ~
27418 Note
27419 \end_layout
27420
27421 \end_inset
27422 </cell>
27423 </row>
27424 </lyxtabular>
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \begin_layout Standard
27432 \begin_inset VSpace defskip
27433 \end_inset
27434
27435
27436 \end_layout
27437
27438 \begin_layout Standard
27439 The review toolbar helps you to accept, reject, or merge changes -- highlight
27440  the change and press one of the desired toolbar buttons.
27441  When you merge changes, a window pops up showing you informations about
27442  the next change behind the current cursor position.
27443  So you don't need to highlight a certain change.
27444  Within the merge window you can decide to accept or reject changes and
27445  step to the next change.
27446  This way you can jump through all changes of the document.
27447 \end_layout
27448
27449 \begin_layout Standard
27450 The toolbar has two buttons to handle notes because notes are often important
27451  to describe a change.
27452 \end_layout
27453
27454 \begin_layout Standard
27455 To show made changes in the output you need the LaTeX package 
27456 \series bold
27457 dvipost
27458 \begin_inset Index
27459 status collapsed
27460
27461 \begin_layout Standard
27462 LaTeX-packages ! dvipost
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \series default
27469  installed.
27470  You find it in the TeX Catalogue, 
27471 \begin_inset CommandInset citation
27472 LatexCommand cite
27473 key "TeXCatalogue"
27474
27475 \end_inset
27476
27477  or in the package manager of your LaTeX-system.
27478 \end_layout
27479
27480 \begin_layout Section
27481 International Support
27482 \begin_inset Index
27483 status collapsed
27484
27485 \begin_layout Standard
27486 International support
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Standard
27495 This section describes how to use LyX with any language you want.
27496  For some non-western languages there are special Wiki-pages that explain
27497  how to set up LyX to use them: 
27498 \begin_inset CommandInset citation
27499 LatexCommand cite
27500 key "Arabic,Armenian,Farsi,Hebrew"
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \begin_layout Standard
27508 Besides languages, LyX also supports phonetic symbols, see section\InsetSpace ~
27509
27510 \begin_inset CommandInset ref
27511 LatexCommand ref
27512 reference "sub:Special-Character"
27513
27514 \end_inset
27515
27516 .
27517 \end_layout
27518
27519 \begin_layout Subsection
27520 Language Options
27521 \begin_inset Index
27522 status collapsed
27523
27524 \begin_layout Standard
27525 Language ! Options
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \begin_inset Index
27532 status collapsed
27533
27534 \begin_layout Standard
27535 Document ! Settings
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \begin_inset Index
27542 status collapsed
27543
27544 \begin_layout Standard
27545 Document ! Language
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Standard
27554 The 
27555 \family sans
27556 Document\SpecialChar \menuseparator
27557 Settings
27558 \family default
27559  dialog lets you set 
27560 \family roman
27561 the language and character encoding for your language.
27562  
27563 \end_layout
27564
27565 \begin_layout Standard
27566 Choose your language in the 
27567 \family sans
27568 Language
27569 \family default
27570  section of this dialog.
27571  The default is 
27572 \family sans
27573 English
27574 \family default
27575 .
27576 \end_layout
27577
27578 \begin_layout Standard
27579 The 
27580 \family sans
27581 Encoding
27582 \family default
27583  box lets you choose the character encoding map you want to use for LaTeX
27584  export.
27585  The option 
27586 \family sans
27587 use language's default encoding
27588 \family default
27589  is the preferred choice and works well in most cases.
27590  For details abhout the different encoding options see section\InsetSpace ~
27591
27592 \begin_inset CommandInset ref
27593 LatexCommand ref
27594 reference "sub:Settings"
27595
27596 \end_inset
27597
27598 .
27599 \end_layout
27600
27601 \begin_layout Subsection
27602 Keyboard mapping configuration
27603 \end_layout
27604
27605 \begin_layout Standard
27606 If you have for example a U.S.-style keyboard and want to write in a different
27607  language than English, you can use an alternate keymap.
27608  For example, if you have a U.S.-style keyboard but want to write in Italian,
27609  you can configure LyX to use an Italian keymap.
27610  The preferences dialog allows you to choose up to two keyboard mappings,
27611  see section\InsetSpace ~
27612
27613 \begin_inset CommandInset ref
27614 LatexCommand ref
27615 reference "sub:Keyboard-Map"
27616
27617 \end_inset
27618
27619 .
27620  You can choose primary and secondary keyboard languages and then select
27621  which one you want to use.
27622 \end_layout
27623
27624 \begin_layout Standard
27625 Finally, you may just want to change a few key mappings or create an entirely
27626  different keymap (for Vulcan, for instance).
27627  You may, for example, normally write in Italian on a U.S.
27628  keyboard but want to include an occasional quotation in German.
27629  In such a case, you can write your own keyboard mapping or modify an existing
27630  one to support the characters you want.
27631  This and much more customizations are explained in the 
27632 \emph on
27633 Customization
27634 \emph default
27635  manual.
27636 \end_layout
27637
27638 \begin_layout Subsection
27639 Character Tables
27640 \begin_inset CommandInset label
27641 LatexCommand label
27642 name "sec:keytab"
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Standard
27650 Table\InsetSpace ~
27651
27652 \begin_inset CommandInset ref
27653 LatexCommand ref
27654 reference "cap:The-latin1-character"
27655
27656 \end_inset
27657
27658  shows the 
27659 \family typewriter
27660 Latin1
27661 \family default
27662  character set.
27663  You should be able to enter the characters in the first eight columns directly
27664  from the keyboard.
27665 \end_layout
27666
27667 \begin_layout Standard
27668 There are a few things you need to know about this table.
27669  Here are some of the details you'll need to bear in mind when using characters
27670  from the 
27671 \family typewriter
27672 Latin1
27673 \family default
27674  character set:
27675 \end_layout
27676
27677 \begin_layout Itemize
27678 Even if you have selected 
27679 \family sans
27680 latin1
27681 \family default
27682  in the 
27683 \family sans
27684 Document\SpecialChar \menuseparator
27685 Settings
27686 \family default
27687  dialog, users who have only the 
27688 \family typewriter
27689 T1
27690 \family default
27691 -fonts for LaTeX [or who have the 
27692 \family typewriter
27693 T1
27694 \family default
27695 -fonts but aren't using them] will still miss a few characters: D0, F0,
27696  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
27697  french quotes won't show up.
27698 \end_layout
27699
27700 \begin_layout Standard
27701 \begin_inset Float table
27702 wide false
27703 sideways false
27704 status open
27705
27706 \begin_layout Standard
27707 \begin_inset Caption
27708
27709 \begin_layout Standard
27710 \begin_inset CommandInset label
27711 LatexCommand label
27712 name "cap:The-latin1-character"
27713
27714 \end_inset
27715
27716 The 
27717 \family typewriter
27718 latin1
27719 \family default
27720  character set
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \end_layout
27727
27728 \begin_layout Standard
27729 \align center
27730 \begin_inset Tabular
27731 <lyxtabular version="3" rows="17" columns="17">
27732 <features>
27733 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
27734 <column alignment="center" valignment="top" leftline="true" width="0pt">
27735 <column alignment="center" valignment="top" leftline="true" width="0pt">
27736 <column alignment="center" valignment="top" leftline="true" width="0pt">
27737 <column alignment="center" valignment="top" leftline="true" width="0pt">
27738 <column alignment="center" valignment="top" leftline="true" width="0pt">
27739 <column alignment="center" valignment="top" leftline="true" width="0pt">
27740 <column alignment="center" valignment="top" leftline="true" width="0pt">
27741 <column alignment="center" valignment="top" leftline="true" width="0pt">
27742 <column alignment="center" valignment="top" leftline="true" width="0pt">
27743 <column alignment="center" valignment="top" leftline="true" width="0pt">
27744 <column alignment="center" valignment="top" leftline="true" width="0pt">
27745 <column alignment="center" valignment="top" leftline="true" width="0pt">
27746 <column alignment="center" valignment="top" leftline="true" width="0pt">
27747 <column alignment="center" valignment="top" leftline="true" width="0pt">
27748 <column alignment="center" valignment="top" leftline="true" width="0pt">
27749 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
27750 <row topline="true" bottomline="true">
27751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27752 \begin_inset Text
27753
27754 \begin_layout Standard
27755
27756 \end_layout
27757
27758 \end_inset
27759 </cell>
27760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27761 \begin_inset Text
27762
27763 \begin_layout Standard
27764
27765 \family roman
27766 \series medium
27767 \shape up
27768 \size tiny
27769 \emph off
27770 \bar no
27771 \noun off
27772 \color none
27773 00
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Standard
27782
27783 \family roman
27784 \series medium
27785 \shape up
27786 \size tiny
27787 \emph off
27788 \bar no
27789 \noun off
27790 \color none
27791 10
27792 \end_layout
27793
27794 \end_inset
27795 </cell>
27796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27797 \begin_inset Text
27798
27799 \begin_layout Standard
27800
27801 \family roman
27802 \series medium
27803 \shape up
27804 \size tiny
27805 \emph off
27806 \bar no
27807 \noun off
27808 \color none
27809 20
27810 \end_layout
27811
27812 \end_inset
27813 </cell>
27814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27815 \begin_inset Text
27816
27817 \begin_layout Standard
27818
27819 \family roman
27820 \series medium
27821 \shape up
27822 \size tiny
27823 \emph off
27824 \bar no
27825 \noun off
27826 \color none
27827 30
27828 \end_layout
27829
27830 \end_inset
27831 </cell>
27832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27833 \begin_inset Text
27834
27835 \begin_layout Standard
27836
27837 \family roman
27838 \series medium
27839 \shape up
27840 \size tiny
27841 \emph off
27842 \bar no
27843 \noun off
27844 \color none
27845 40
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Standard
27854
27855 \family roman
27856 \series medium
27857 \shape up
27858 \size tiny
27859 \emph off
27860 \bar no
27861 \noun off
27862 \color none
27863 50
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Standard
27872
27873 \family roman
27874 \series medium
27875 \shape up
27876 \size tiny
27877 \emph off
27878 \bar no
27879 \noun off
27880 \color none
27881 60
27882 \end_layout
27883
27884 \end_inset
27885 </cell>
27886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Standard
27890
27891 \family roman
27892 \series medium
27893 \shape up
27894 \size tiny
27895 \emph off
27896 \bar no
27897 \noun off
27898 \color none
27899 70
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Standard
27908
27909 \family roman
27910 \series medium
27911 \shape up
27912 \size tiny
27913 \emph off
27914 \bar no
27915 \noun off
27916 \color none
27917 80
27918 \end_layout
27919
27920 \end_inset
27921 </cell>
27922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27923 \begin_inset Text
27924
27925 \begin_layout Standard
27926
27927 \family roman
27928 \series medium
27929 \shape up
27930 \size tiny
27931 \emph off
27932 \bar no
27933 \noun off
27934 \color none
27935 90
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Standard
27944
27945 \family roman
27946 \series medium
27947 \shape up
27948 \size tiny
27949 \emph off
27950 \bar no
27951 \noun off
27952 \color none
27953 A0
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Standard
27962
27963 \family roman
27964 \series medium
27965 \shape up
27966 \size tiny
27967 \emph off
27968 \bar no
27969 \noun off
27970 \color none
27971 B0
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27977 \begin_inset Text
27978
27979 \begin_layout Standard
27980
27981 \family roman
27982 \series medium
27983 \shape up
27984 \size tiny
27985 \emph off
27986 \bar no
27987 \noun off
27988 \color none
27989 C0
27990 \end_layout
27991
27992 \end_inset
27993 </cell>
27994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27995 \begin_inset Text
27996
27997 \begin_layout Standard
27998
27999 \family roman
28000 \series medium
28001 \shape up
28002 \size tiny
28003 \emph off
28004 \bar no
28005 \noun off
28006 \color none
28007 D0
28008 \end_layout
28009
28010 \end_inset
28011 </cell>
28012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28013 \begin_inset Text
28014
28015 \begin_layout Standard
28016
28017 \family roman
28018 \series medium
28019 \shape up
28020 \size tiny
28021 \emph off
28022 \bar no
28023 \noun off
28024 \color none
28025 E0
28026 \end_layout
28027
28028 \end_inset
28029 </cell>
28030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28031 \begin_inset Text
28032
28033 \begin_layout Standard
28034
28035 \family roman
28036 \series medium
28037 \shape up
28038 \size tiny
28039 \emph off
28040 \bar no
28041 \noun off
28042 \color none
28043 F0
28044 \end_layout
28045
28046 \end_inset
28047 </cell>
28048 </row>
28049 <row topline="true">
28050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Standard
28054
28055 \family roman
28056 \series medium
28057 \shape up
28058 \size tiny
28059 \emph off
28060 \bar no
28061 \noun off
28062 \color none
28063 00
28064 \end_layout
28065
28066 \end_inset
28067 </cell>
28068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28069 \begin_inset Text
28070
28071 \begin_layout Standard
28072
28073 \end_layout
28074
28075 \end_inset
28076 </cell>
28077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28078 \begin_inset Text
28079
28080 \begin_layout Standard
28081
28082 \end_layout
28083
28084 \end_inset
28085 </cell>
28086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28087 \begin_inset Text
28088
28089 \begin_layout Standard
28090
28091 \end_layout
28092
28093 \end_inset
28094 </cell>
28095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28096 \begin_inset Text
28097
28098 \begin_layout Standard
28099
28100 \family roman
28101 \series medium
28102 \shape up
28103 \emph off
28104 \bar no
28105 \noun off
28106 \color none
28107 0
28108 \end_layout
28109
28110 \end_inset
28111 </cell>
28112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28113 \begin_inset Text
28114
28115 \begin_layout Standard
28116
28117 \family roman
28118 \series medium
28119 \shape up
28120 \emph off
28121 \bar no
28122 \noun off
28123 \color none
28124 @
28125 \end_layout
28126
28127 \end_inset
28128 </cell>
28129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28130 \begin_inset Text
28131
28132 \begin_layout Standard
28133
28134 \family roman
28135 \series medium
28136 \shape up
28137 \emph off
28138 \bar no
28139 \noun off
28140 \color none
28141 P
28142 \end_layout
28143
28144 \end_inset
28145 </cell>
28146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28147 \begin_inset Text
28148
28149 \begin_layout Standard
28150
28151 \family roman
28152 \series medium
28153 \shape up
28154 \emph off
28155 \bar no
28156 \noun off
28157 \color none
28158 '
28159 \end_layout
28160
28161 \end_inset
28162 </cell>
28163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28164 \begin_inset Text
28165
28166 \begin_layout Standard
28167
28168 \family roman
28169 \series medium
28170 \shape up
28171 \emph off
28172 \bar no
28173 \noun off
28174 \color none
28175 p
28176 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28181 \begin_inset Text
28182
28183 \begin_layout Standard
28184
28185 \end_layout
28186
28187 \end_inset
28188 </cell>
28189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28190 \begin_inset Text
28191
28192 \begin_layout Standard
28193
28194 \end_layout
28195
28196 \end_inset
28197 </cell>
28198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28199 \begin_inset Text
28200
28201 \begin_layout Standard
28202
28203 \end_layout
28204
28205 \end_inset
28206 </cell>
28207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28208 \begin_inset Text
28209
28210 \begin_layout Standard
28211
28212 \family roman
28213 \series medium
28214 \shape up
28215 \emph off
28216 \bar no
28217 \noun off
28218 \color none
28219 °
28220 \end_layout
28221
28222 \end_inset
28223 </cell>
28224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28225 \begin_inset Text
28226
28227 \begin_layout Standard
28228
28229 \family roman
28230 \series medium
28231 \shape up
28232 \emph off
28233 \bar no
28234 \noun off
28235 \color none
28236 À
28237 \end_layout
28238
28239 \end_inset
28240 </cell>
28241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28242 \begin_inset Text
28243
28244 \begin_layout Standard
28245
28246 \family roman
28247 \series medium
28248 \shape up
28249 \emph off
28250 \bar no
28251 \noun off
28252 \color none
28253 Ð
28254 \end_layout
28255
28256 \end_inset
28257 </cell>
28258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28259 \begin_inset Text
28260
28261 \begin_layout Standard
28262
28263 \family roman
28264 \series medium
28265 \shape up
28266 \emph off
28267 \bar no
28268 \noun off
28269 \color none
28270 à
28271 \end_layout
28272
28273 \end_inset
28274 </cell>
28275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28276 \begin_inset Text
28277
28278 \begin_layout Standard
28279
28280 \family roman
28281 \series medium
28282 \shape up
28283 \emph off
28284 \bar no
28285 \noun off
28286 \color none
28287 ð
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 </row>
28293 <row topline="true">
28294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28295 \begin_inset Text
28296
28297 \begin_layout Standard
28298
28299 \family roman
28300 \series medium
28301 \shape up
28302 \size tiny
28303 \emph off
28304 \bar no
28305 \noun off
28306 \color none
28307 01
28308 \end_layout
28309
28310 \end_inset
28311 </cell>
28312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28313 \begin_inset Text
28314
28315 \begin_layout Standard
28316
28317 \end_layout
28318
28319 \end_inset
28320 </cell>
28321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28322 \begin_inset Text
28323
28324 \begin_layout Standard
28325
28326 \end_layout
28327
28328 \end_inset
28329 </cell>
28330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28331 \begin_inset Text
28332
28333 \begin_layout Standard
28334
28335 \family roman
28336 \series medium
28337 \shape up
28338 \emph off
28339 \bar no
28340 \noun off
28341 \color none
28342 !
28343 \end_layout
28344
28345 \end_inset
28346 </cell>
28347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28348 \begin_inset Text
28349
28350 \begin_layout Standard
28351
28352 \family roman
28353 \series medium
28354 \shape up
28355 \emph off
28356 \bar no
28357 \noun off
28358 \color none
28359 1
28360 \end_layout
28361
28362 \end_inset
28363 </cell>
28364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28365 \begin_inset Text
28366
28367 \begin_layout Standard
28368
28369 \family roman
28370 \series medium
28371 \shape up
28372 \emph off
28373 \bar no
28374 \noun off
28375 \color none
28376 A
28377 \end_layout
28378
28379 \end_inset
28380 </cell>
28381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28382 \begin_inset Text
28383
28384 \begin_layout Standard
28385
28386 \family roman
28387 \series medium
28388 \shape up
28389 \emph off
28390 \bar no
28391 \noun off
28392 \color none
28393 Q
28394 \end_layout
28395
28396 \end_inset
28397 </cell>
28398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28399 \begin_inset Text
28400
28401 \begin_layout Standard
28402
28403 \family roman
28404 \series medium
28405 \shape up
28406 \emph off
28407 \bar no
28408 \noun off
28409 \color none
28410 a
28411 \end_layout
28412
28413 \end_inset
28414 </cell>
28415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28416 \begin_inset Text
28417
28418 \begin_layout Standard
28419
28420 \family roman
28421 \series medium
28422 \shape up
28423 \emph off
28424 \bar no
28425 \noun off
28426 \color none
28427 q
28428 \end_layout
28429
28430 \end_inset
28431 </cell>
28432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28433 \begin_inset Text
28434
28435 \begin_layout Standard
28436
28437 \end_layout
28438
28439 \end_inset
28440 </cell>
28441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28442 \begin_inset Text
28443
28444 \begin_layout Standard
28445
28446 \end_layout
28447
28448 \end_inset
28449 </cell>
28450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28451 \begin_inset Text
28452
28453 \begin_layout Standard
28454
28455 \family roman
28456 \series medium
28457 \shape up
28458 \emph off
28459 \bar no
28460 \noun off
28461 \color none
28462 ¡
28463 \end_layout
28464
28465 \end_inset
28466 </cell>
28467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28468 \begin_inset Text
28469
28470 \begin_layout Standard
28471
28472 \family roman
28473 \series medium
28474 \shape up
28475 \emph off
28476 \bar no
28477 \noun off
28478 \color none
28479 ±
28480 \end_layout
28481
28482 \end_inset
28483 </cell>
28484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28485 \begin_inset Text
28486
28487 \begin_layout Standard
28488
28489 \family roman
28490 \series medium
28491 \shape up
28492 \emph off
28493 \bar no
28494 \noun off
28495 \color none
28496 Á
28497 \end_layout
28498
28499 \end_inset
28500 </cell>
28501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28502 \begin_inset Text
28503
28504 \begin_layout Standard
28505
28506 \family roman
28507 \series medium
28508 \shape up
28509 \emph off
28510 \bar no
28511 \noun off
28512 \color none
28513 Ñ
28514 \end_layout
28515
28516 \end_inset
28517 </cell>
28518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28519 \begin_inset Text
28520
28521 \begin_layout Standard
28522
28523 \family roman
28524 \series medium
28525 \shape up
28526 \emph off
28527 \bar no
28528 \noun off
28529 \color none
28530 á
28531 \end_layout
28532
28533 \end_inset
28534 </cell>
28535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28536 \begin_inset Text
28537
28538 \begin_layout Standard
28539
28540 \family roman
28541 \series medium
28542 \shape up
28543 \emph off
28544 \bar no
28545 \noun off
28546 \color none
28547 ñ
28548 \end_layout
28549
28550 \end_inset
28551 </cell>
28552 </row>
28553 <row topline="true">
28554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28555 \begin_inset Text
28556
28557 \begin_layout Standard
28558
28559 \family roman
28560 \series medium
28561 \shape up
28562 \size tiny
28563 \emph off
28564 \bar no
28565 \noun off
28566 \color none
28567 02
28568 \end_layout
28569
28570 \end_inset
28571 </cell>
28572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28573 \begin_inset Text
28574
28575 \begin_layout Standard
28576
28577 \end_layout
28578
28579 \end_inset
28580 </cell>
28581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28582 \begin_inset Text
28583
28584 \begin_layout Standard
28585
28586 \end_layout
28587
28588 \end_inset
28589 </cell>
28590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28591 \begin_inset Text
28592
28593 \begin_layout Standard
28594
28595 \family roman
28596 \series medium
28597 \shape up
28598 \emph off
28599 \bar no
28600 \noun off
28601 \color none
28602 \begin_inset Quotes eld
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \end_inset
28609 </cell>
28610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28611 \begin_inset Text
28612
28613 \begin_layout Standard
28614
28615 \family roman
28616 \series medium
28617 \shape up
28618 \emph off
28619 \bar no
28620 \noun off
28621 \color none
28622 2
28623 \end_layout
28624
28625 \end_inset
28626 </cell>
28627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28628 \begin_inset Text
28629
28630 \begin_layout Standard
28631
28632 \family roman
28633 \series medium
28634 \shape up
28635 \emph off
28636 \bar no
28637 \noun off
28638 \color none
28639 B
28640 \end_layout
28641
28642 \end_inset
28643 </cell>
28644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28645 \begin_inset Text
28646
28647 \begin_layout Standard
28648
28649 \family roman
28650 \series medium
28651 \shape up
28652 \emph off
28653 \bar no
28654 \noun off
28655 \color none
28656 R
28657 \end_layout
28658
28659 \end_inset
28660 </cell>
28661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28662 \begin_inset Text
28663
28664 \begin_layout Standard
28665
28666 \family roman
28667 \series medium
28668 \shape up
28669 \emph off
28670 \bar no
28671 \noun off
28672 \color none
28673 b
28674 \end_layout
28675
28676 \end_inset
28677 </cell>
28678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28679 \begin_inset Text
28680
28681 \begin_layout Standard
28682
28683 \family roman
28684 \series medium
28685 \shape up
28686 \emph off
28687 \bar no
28688 \noun off
28689 \color none
28690 r
28691 \end_layout
28692
28693 \end_inset
28694 </cell>
28695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28696 \begin_inset Text
28697
28698 \begin_layout Standard
28699
28700 \end_layout
28701
28702 \end_inset
28703 </cell>
28704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28705 \begin_inset Text
28706
28707 \begin_layout Standard
28708
28709 \end_layout
28710
28711 \end_inset
28712 </cell>
28713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28714 \begin_inset Text
28715
28716 \begin_layout Standard
28717 ¢
28718 \end_layout
28719
28720 \end_inset
28721 </cell>
28722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28723 \begin_inset Text
28724
28725 \begin_layout Standard
28726
28727 \family roman
28728 \series medium
28729 \shape up
28730 \emph off
28731 \bar no
28732 \noun off
28733 \color none
28734 ²
28735 \end_layout
28736
28737 \end_inset
28738 </cell>
28739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28740 \begin_inset Text
28741
28742 \begin_layout Standard
28743
28744 \family roman
28745 \series medium
28746 \shape up
28747 \emph off
28748 \bar no
28749 \noun off
28750 \color none
28751 Â
28752 \end_layout
28753
28754 \end_inset
28755 </cell>
28756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28757 \begin_inset Text
28758
28759 \begin_layout Standard
28760
28761 \family roman
28762 \series medium
28763 \shape up
28764 \emph off
28765 \bar no
28766 \noun off
28767 \color none
28768 Ò
28769 \end_layout
28770
28771 \end_inset
28772 </cell>
28773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28774 \begin_inset Text
28775
28776 \begin_layout Standard
28777
28778 \family roman
28779 \series medium
28780 \shape up
28781 \emph off
28782 \bar no
28783 \noun off
28784 \color none
28785 â
28786 \end_layout
28787
28788 \end_inset
28789 </cell>
28790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28791 \begin_inset Text
28792
28793 \begin_layout Standard
28794
28795 \family roman
28796 \series medium
28797 \shape up
28798 \emph off
28799 \bar no
28800 \noun off
28801 \color none
28802 ò
28803 \end_layout
28804
28805 \end_inset
28806 </cell>
28807 </row>
28808 <row topline="true">
28809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28810 \begin_inset Text
28811
28812 \begin_layout Standard
28813
28814 \family roman
28815 \series medium
28816 \shape up
28817 \size tiny
28818 \emph off
28819 \bar no
28820 \noun off
28821 \color none
28822 03
28823 \end_layout
28824
28825 \end_inset
28826 </cell>
28827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28828 \begin_inset Text
28829
28830 \begin_layout Standard
28831
28832 \end_layout
28833
28834 \end_inset
28835 </cell>
28836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28837 \begin_inset Text
28838
28839 \begin_layout Standard
28840
28841 \end_layout
28842
28843 \end_inset
28844 </cell>
28845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28846 \begin_inset Text
28847
28848 \begin_layout Standard
28849
28850 \family roman
28851 \series medium
28852 \shape up
28853 \emph off
28854 \bar no
28855 \noun off
28856 \color none
28857 #
28858 \end_layout
28859
28860 \end_inset
28861 </cell>
28862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28863 \begin_inset Text
28864
28865 \begin_layout Standard
28866
28867 \family roman
28868 \series medium
28869 \shape up
28870 \emph off
28871 \bar no
28872 \noun off
28873 \color none
28874 3
28875 \end_layout
28876
28877 \end_inset
28878 </cell>
28879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28880 \begin_inset Text
28881
28882 \begin_layout Standard
28883
28884 \family roman
28885 \series medium
28886 \shape up
28887 \emph off
28888 \bar no
28889 \noun off
28890 \color none
28891 C
28892 \end_layout
28893
28894 \end_inset
28895 </cell>
28896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28897 \begin_inset Text
28898
28899 \begin_layout Standard
28900
28901 \family roman
28902 \series medium
28903 \shape up
28904 \emph off
28905 \bar no
28906 \noun off
28907 \color none
28908 S
28909 \end_layout
28910
28911 \end_inset
28912 </cell>
28913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28914 \begin_inset Text
28915
28916 \begin_layout Standard
28917
28918 \family roman
28919 \series medium
28920 \shape up
28921 \emph off
28922 \bar no
28923 \noun off
28924 \color none
28925 c
28926 \end_layout
28927
28928 \end_inset
28929 </cell>
28930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28931 \begin_inset Text
28932
28933 \begin_layout Standard
28934
28935 \family roman
28936 \series medium
28937 \shape up
28938 \emph off
28939 \bar no
28940 \noun off
28941 \color none
28942 s
28943 \end_layout
28944
28945 \end_inset
28946 </cell>
28947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28948 \begin_inset Text
28949
28950 \begin_layout Standard
28951
28952 \end_layout
28953
28954 \end_inset
28955 </cell>
28956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28957 \begin_inset Text
28958
28959 \begin_layout Standard
28960
28961 \end_layout
28962
28963 \end_inset
28964 </cell>
28965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28966 \begin_inset Text
28967
28968 \begin_layout Standard
28969
28970 \family roman
28971 \series medium
28972 \shape up
28973 \emph off
28974 \bar no
28975 \noun off
28976 \color none
28977 £
28978 \end_layout
28979
28980 \end_inset
28981 </cell>
28982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28983 \begin_inset Text
28984
28985 \begin_layout Standard
28986
28987 \family roman
28988 \series medium
28989 \shape up
28990 \emph off
28991 \bar no
28992 \noun off
28993 \color none
28994 ³
28995 \end_layout
28996
28997 \end_inset
28998 </cell>
28999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29000 \begin_inset Text
29001
29002 \begin_layout Standard
29003
29004 \family roman
29005 \series medium
29006 \shape up
29007 \emph off
29008 \bar no
29009 \noun off
29010 \color none
29011 Ã
29012 \end_layout
29013
29014 \end_inset
29015 </cell>
29016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29017 \begin_inset Text
29018
29019 \begin_layout Standard
29020
29021 \family roman
29022 \series medium
29023 \shape up
29024 \emph off
29025 \bar no
29026 \noun off
29027 \color none
29028 Ó
29029 \end_layout
29030
29031 \end_inset
29032 </cell>
29033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29034 \begin_inset Text
29035
29036 \begin_layout Standard
29037
29038 \family roman
29039 \series medium
29040 \shape up
29041 \emph off
29042 \bar no
29043 \noun off
29044 \color none
29045 ã
29046 \end_layout
29047
29048 \end_inset
29049 </cell>
29050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29051 \begin_inset Text
29052
29053 \begin_layout Standard
29054
29055 \family roman
29056 \series medium
29057 \shape up
29058 \emph off
29059 \bar no
29060 \noun off
29061 \color none
29062 ó
29063 \end_layout
29064
29065 \end_inset
29066 </cell>
29067 </row>
29068 <row topline="true">
29069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29070 \begin_inset Text
29071
29072 \begin_layout Standard
29073
29074 \family roman
29075 \series medium
29076 \shape up
29077 \size tiny
29078 \emph off
29079 \bar no
29080 \noun off
29081 \color none
29082 04
29083 \end_layout
29084
29085 \end_inset
29086 </cell>
29087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29088 \begin_inset Text
29089
29090 \begin_layout Standard
29091
29092 \end_layout
29093
29094 \end_inset
29095 </cell>
29096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29097 \begin_inset Text
29098
29099 \begin_layout Standard
29100
29101 \end_layout
29102
29103 \end_inset
29104 </cell>
29105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29106 \begin_inset Text
29107
29108 \begin_layout Standard
29109
29110 \family roman
29111 \series medium
29112 \shape up
29113 \emph off
29114 \bar no
29115 \noun off
29116 \color none
29117 $
29118 \end_layout
29119
29120 \end_inset
29121 </cell>
29122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29123 \begin_inset Text
29124
29125 \begin_layout Standard
29126
29127 \family roman
29128 \series medium
29129 \shape up
29130 \emph off
29131 \bar no
29132 \noun off
29133 \color none
29134 4
29135 \end_layout
29136
29137 \end_inset
29138 </cell>
29139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29140 \begin_inset Text
29141
29142 \begin_layout Standard
29143
29144 \family roman
29145 \series medium
29146 \shape up
29147 \emph off
29148 \bar no
29149 \noun off
29150 \color none
29151 D
29152 \end_layout
29153
29154 \end_inset
29155 </cell>
29156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29157 \begin_inset Text
29158
29159 \begin_layout Standard
29160
29161 \family roman
29162 \series medium
29163 \shape up
29164 \emph off
29165 \bar no
29166 \noun off
29167 \color none
29168 T
29169 \end_layout
29170
29171 \end_inset
29172 </cell>
29173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29174 \begin_inset Text
29175
29176 \begin_layout Standard
29177
29178 \family roman
29179 \series medium
29180 \shape up
29181 \emph off
29182 \bar no
29183 \noun off
29184 \color none
29185 d
29186 \end_layout
29187
29188 \end_inset
29189 </cell>
29190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29191 \begin_inset Text
29192
29193 \begin_layout Standard
29194
29195 \family roman
29196 \series medium
29197 \shape up
29198 \emph off
29199 \bar no
29200 \noun off
29201 \color none
29202 t
29203 \end_layout
29204
29205 \end_inset
29206 </cell>
29207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29208 \begin_inset Text
29209
29210 \begin_layout Standard
29211
29212 \end_layout
29213
29214 \end_inset
29215 </cell>
29216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29217 \begin_inset Text
29218
29219 \begin_layout Standard
29220
29221 \end_layout
29222
29223 \end_inset
29224 </cell>
29225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29226 \begin_inset Text
29227
29228 \begin_layout Standard
29229 ¤
29230 \end_layout
29231
29232 \end_inset
29233 </cell>
29234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29235 \begin_inset Text
29236
29237 \begin_layout Standard
29238
29239 \family roman
29240 \series medium
29241 \shape up
29242 \emph off
29243 \bar no
29244 \noun off
29245 \color none
29246 ´
29247 \end_layout
29248
29249 \end_inset
29250 </cell>
29251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29252 \begin_inset Text
29253
29254 \begin_layout Standard
29255
29256 \family roman
29257 \series medium
29258 \shape up
29259 \emph off
29260 \bar no
29261 \noun off
29262 \color none
29263 Ä
29264 \end_layout
29265
29266 \end_inset
29267 </cell>
29268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29269 \begin_inset Text
29270
29271 \begin_layout Standard
29272
29273 \family roman
29274 \series medium
29275 \shape up
29276 \emph off
29277 \bar no
29278 \noun off
29279 \color none
29280 Ô
29281 \end_layout
29282
29283 \end_inset
29284 </cell>
29285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29286 \begin_inset Text
29287
29288 \begin_layout Standard
29289
29290 \family roman
29291 \series medium
29292 \shape up
29293 \emph off
29294 \bar no
29295 \noun off
29296 \color none
29297 ä
29298 \end_layout
29299
29300 \end_inset
29301 </cell>
29302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29303 \begin_inset Text
29304
29305 \begin_layout Standard
29306
29307 \family roman
29308 \series medium
29309 \shape up
29310 \emph off
29311 \bar no
29312 \noun off
29313 \color none
29314 ô
29315 \end_layout
29316
29317 \end_inset
29318 </cell>
29319 </row>
29320 <row topline="true">
29321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29322 \begin_inset Text
29323
29324 \begin_layout Standard
29325
29326 \family roman
29327 \series medium
29328 \shape up
29329 \size tiny
29330 \emph off
29331 \bar no
29332 \noun off
29333 \color none
29334 05
29335 \end_layout
29336
29337 \end_inset
29338 </cell>
29339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29340 \begin_inset Text
29341
29342 \begin_layout Standard
29343
29344 \end_layout
29345
29346 \end_inset
29347 </cell>
29348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29349 \begin_inset Text
29350
29351 \begin_layout Standard
29352
29353 \end_layout
29354
29355 \end_inset
29356 </cell>
29357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29358 \begin_inset Text
29359
29360 \begin_layout Standard
29361
29362 \family roman
29363 \series medium
29364 \shape up
29365 \emph off
29366 \bar no
29367 \noun off
29368 \color none
29369 %
29370 \end_layout
29371
29372 \end_inset
29373 </cell>
29374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29375 \begin_inset Text
29376
29377 \begin_layout Standard
29378
29379 \family roman
29380 \series medium
29381 \shape up
29382 \emph off
29383 \bar no
29384 \noun off
29385 \color none
29386 5
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29392 \begin_inset Text
29393
29394 \begin_layout Standard
29395
29396 \family roman
29397 \series medium
29398 \shape up
29399 \emph off
29400 \bar no
29401 \noun off
29402 \color none
29403 E
29404 \end_layout
29405
29406 \end_inset
29407 </cell>
29408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29409 \begin_inset Text
29410
29411 \begin_layout Standard
29412
29413 \family roman
29414 \series medium
29415 \shape up
29416 \emph off
29417 \bar no
29418 \noun off
29419 \color none
29420 U
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Standard
29429
29430 \family roman
29431 \series medium
29432 \shape up
29433 \emph off
29434 \bar no
29435 \noun off
29436 \color none
29437 e
29438 \end_layout
29439
29440 \end_inset
29441 </cell>
29442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29443 \begin_inset Text
29444
29445 \begin_layout Standard
29446
29447 \family roman
29448 \series medium
29449 \shape up
29450 \emph off
29451 \bar no
29452 \noun off
29453 \color none
29454 u
29455 \end_layout
29456
29457 \end_inset
29458 </cell>
29459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29460 \begin_inset Text
29461
29462 \begin_layout Standard
29463
29464 \end_layout
29465
29466 \end_inset
29467 </cell>
29468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29469 \begin_inset Text
29470
29471 \begin_layout Standard
29472
29473 \end_layout
29474
29475 \end_inset
29476 </cell>
29477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29478 \begin_inset Text
29479
29480 \begin_layout Standard
29481 ¥
29482 \end_layout
29483
29484 \end_inset
29485 </cell>
29486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29487 \begin_inset Text
29488
29489 \begin_layout Standard
29490
29491 \family roman
29492 \series medium
29493 \shape up
29494 \emph off
29495 \bar no
29496 \noun off
29497 \color none
29498 µ
29499 \end_layout
29500
29501 \end_inset
29502 </cell>
29503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29504 \begin_inset Text
29505
29506 \begin_layout Standard
29507
29508 \family roman
29509 \series medium
29510 \shape up
29511 \emph off
29512 \bar no
29513 \noun off
29514 \color none
29515 Å
29516 \end_layout
29517
29518 \end_inset
29519 </cell>
29520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29521 \begin_inset Text
29522
29523 \begin_layout Standard
29524
29525 \family roman
29526 \series medium
29527 \shape up
29528 \emph off
29529 \bar no
29530 \noun off
29531 \color none
29532 Õ
29533 \end_layout
29534
29535 \end_inset
29536 </cell>
29537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29538 \begin_inset Text
29539
29540 \begin_layout Standard
29541
29542 \family roman
29543 \series medium
29544 \shape up
29545 \emph off
29546 \bar no
29547 \noun off
29548 \color none
29549 å
29550 \end_layout
29551
29552 \end_inset
29553 </cell>
29554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29555 \begin_inset Text
29556
29557 \begin_layout Standard
29558
29559 \family roman
29560 \series medium
29561 \shape up
29562 \emph off
29563 \bar no
29564 \noun off
29565 \color none
29566 õ
29567 \end_layout
29568
29569 \end_inset
29570 </cell>
29571 </row>
29572 <row topline="true">
29573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29574 \begin_inset Text
29575
29576 \begin_layout Standard
29577
29578 \family roman
29579 \series medium
29580 \shape up
29581 \size tiny
29582 \emph off
29583 \bar no
29584 \noun off
29585 \color none
29586 06
29587 \end_layout
29588
29589 \end_inset
29590 </cell>
29591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29592 \begin_inset Text
29593
29594 \begin_layout Standard
29595
29596 \end_layout
29597
29598 \end_inset
29599 </cell>
29600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29601 \begin_inset Text
29602
29603 \begin_layout Standard
29604
29605 \end_layout
29606
29607 \end_inset
29608 </cell>
29609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29610 \begin_inset Text
29611
29612 \begin_layout Standard
29613
29614 \family roman
29615 \series medium
29616 \shape up
29617 \emph off
29618 \bar no
29619 \noun off
29620 \color none
29621 &
29622 \end_layout
29623
29624 \end_inset
29625 </cell>
29626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29627 \begin_inset Text
29628
29629 \begin_layout Standard
29630
29631 \family roman
29632 \series medium
29633 \shape up
29634 \emph off
29635 \bar no
29636 \noun off
29637 \color none
29638 6
29639 \end_layout
29640
29641 \end_inset
29642 </cell>
29643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29644 \begin_inset Text
29645
29646 \begin_layout Standard
29647
29648 \family roman
29649 \series medium
29650 \shape up
29651 \emph off
29652 \bar no
29653 \noun off
29654 \color none
29655 F
29656 \end_layout
29657
29658 \end_inset
29659 </cell>
29660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29661 \begin_inset Text
29662
29663 \begin_layout Standard
29664
29665 \family roman
29666 \series medium
29667 \shape up
29668 \emph off
29669 \bar no
29670 \noun off
29671 \color none
29672 V
29673 \end_layout
29674
29675 \end_inset
29676 </cell>
29677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29678 \begin_inset Text
29679
29680 \begin_layout Standard
29681
29682 \family roman
29683 \series medium
29684 \shape up
29685 \emph off
29686 \bar no
29687 \noun off
29688 \color none
29689 f
29690 \end_layout
29691
29692 \end_inset
29693 </cell>
29694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29695 \begin_inset Text
29696
29697 \begin_layout Standard
29698
29699 \family roman
29700 \series medium
29701 \shape up
29702 \emph off
29703 \bar no
29704 \noun off
29705 \color none
29706 v
29707 \end_layout
29708
29709 \end_inset
29710 </cell>
29711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29712 \begin_inset Text
29713
29714 \begin_layout Standard
29715
29716 \end_layout
29717
29718 \end_inset
29719 </cell>
29720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29721 \begin_inset Text
29722
29723 \begin_layout Standard
29724
29725 \end_layout
29726
29727 \end_inset
29728 </cell>
29729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29730 \begin_inset Text
29731
29732 \begin_layout Standard
29733 ¦
29734 \end_layout
29735
29736 \end_inset
29737 </cell>
29738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29739 \begin_inset Text
29740
29741 \begin_layout Standard
29742
29743 \family roman
29744 \series medium
29745 \shape up
29746 \emph off
29747 \bar no
29748 \noun off
29749 \color none
29750
29751 \end_layout
29752
29753 \end_inset
29754 </cell>
29755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29756 \begin_inset Text
29757
29758 \begin_layout Standard
29759
29760 \family roman
29761 \series medium
29762 \shape up
29763 \emph off
29764 \bar no
29765 \noun off
29766 \color none
29767 Æ
29768 \end_layout
29769
29770 \end_inset
29771 </cell>
29772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29773 \begin_inset Text
29774
29775 \begin_layout Standard
29776
29777 \family roman
29778 \series medium
29779 \shape up
29780 \emph off
29781 \bar no
29782 \noun off
29783 \color none
29784 Ö
29785 \end_layout
29786
29787 \end_inset
29788 </cell>
29789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29790 \begin_inset Text
29791
29792 \begin_layout Standard
29793
29794 \family roman
29795 \series medium
29796 \shape up
29797 \emph off
29798 \bar no
29799 \noun off
29800 \color none
29801 æ
29802 \end_layout
29803
29804 \end_inset
29805 </cell>
29806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29807 \begin_inset Text
29808
29809 \begin_layout Standard
29810
29811 \family roman
29812 \series medium
29813 \shape up
29814 \emph off
29815 \bar no
29816 \noun off
29817 \color none
29818 ö
29819 \end_layout
29820
29821 \end_inset
29822 </cell>
29823 </row>
29824 <row topline="true">
29825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29826 \begin_inset Text
29827
29828 \begin_layout Standard
29829
29830 \family roman
29831 \series medium
29832 \shape up
29833 \size tiny
29834 \emph off
29835 \bar no
29836 \noun off
29837 \color none
29838 07
29839 \end_layout
29840
29841 \end_inset
29842 </cell>
29843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29844 \begin_inset Text
29845
29846 \begin_layout Standard
29847
29848 \end_layout
29849
29850 \end_inset
29851 </cell>
29852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29853 \begin_inset Text
29854
29855 \begin_layout Standard
29856
29857 \end_layout
29858
29859 \end_inset
29860 </cell>
29861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29862 \begin_inset Text
29863
29864 \begin_layout Standard
29865
29866 \family roman
29867 \series medium
29868 \shape up
29869 \emph off
29870 \bar no
29871 \noun off
29872 \color none
29873 `
29874 \end_layout
29875
29876 \end_inset
29877 </cell>
29878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29879 \begin_inset Text
29880
29881 \begin_layout Standard
29882
29883 \family roman
29884 \series medium
29885 \shape up
29886 \emph off
29887 \bar no
29888 \noun off
29889 \color none
29890 7
29891 \end_layout
29892
29893 \end_inset
29894 </cell>
29895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29896 \begin_inset Text
29897
29898 \begin_layout Standard
29899
29900 \family roman
29901 \series medium
29902 \shape up
29903 \emph off
29904 \bar no
29905 \noun off
29906 \color none
29907 G
29908 \end_layout
29909
29910 \end_inset
29911 </cell>
29912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29913 \begin_inset Text
29914
29915 \begin_layout Standard
29916
29917 \family roman
29918 \series medium
29919 \shape up
29920 \emph off
29921 \bar no
29922 \noun off
29923 \color none
29924 W
29925 \end_layout
29926
29927 \end_inset
29928 </cell>
29929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29930 \begin_inset Text
29931
29932 \begin_layout Standard
29933
29934 \family roman
29935 \series medium
29936 \shape up
29937 \emph off
29938 \bar no
29939 \noun off
29940 \color none
29941 g
29942 \end_layout
29943
29944 \end_inset
29945 </cell>
29946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29947 \begin_inset Text
29948
29949 \begin_layout Standard
29950
29951 \family roman
29952 \series medium
29953 \shape up
29954 \emph off
29955 \bar no
29956 \noun off
29957 \color none
29958 w
29959 \end_layout
29960
29961 \end_inset
29962 </cell>
29963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29964 \begin_inset Text
29965
29966 \begin_layout Standard
29967
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 Standard
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 Standard
29985
29986 \family roman
29987 \series medium
29988 \shape up
29989 \emph off
29990 \bar no
29991 \noun off
29992 \color none
29993 §
29994 \end_layout
29995
29996 \end_inset
29997 </cell>
29998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29999 \begin_inset Text
30000
30001 \begin_layout Standard
30002
30003 \family roman
30004 \series medium
30005 \shape up
30006 \emph off
30007 \bar no
30008 \noun off
30009 \color none
30010 ·
30011 \end_layout
30012
30013 \end_inset
30014 </cell>
30015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30016 \begin_inset Text
30017
30018 \begin_layout Standard
30019
30020 \family roman
30021 \series medium
30022 \shape up
30023 \emph off
30024 \bar no
30025 \noun off
30026 \color none
30027 Ç
30028 \end_layout
30029
30030 \end_inset
30031 </cell>
30032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30033 \begin_inset Text
30034
30035 \begin_layout Standard
30036
30037 \family roman
30038 \series medium
30039 \shape up
30040 \emph off
30041 \bar no
30042 \noun off
30043 \color none
30044 ×
30045 \end_layout
30046
30047 \end_inset
30048 </cell>
30049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30050 \begin_inset Text
30051
30052 \begin_layout Standard
30053
30054 \family roman
30055 \series medium
30056 \shape up
30057 \emph off
30058 \bar no
30059 \noun off
30060 \color none
30061 ç
30062 \end_layout
30063
30064 \end_inset
30065 </cell>
30066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30067 \begin_inset Text
30068
30069 \begin_layout Standard
30070
30071 \family roman
30072 \series medium
30073 \shape up
30074 \emph off
30075 \bar no
30076 \noun off
30077 \color none
30078 ÷
30079 \end_layout
30080
30081 \end_inset
30082 </cell>
30083 </row>
30084 <row topline="true">
30085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30086 \begin_inset Text
30087
30088 \begin_layout Standard
30089
30090 \family roman
30091 \series medium
30092 \shape up
30093 \size tiny
30094 \emph off
30095 \bar no
30096 \noun off
30097 \color none
30098 08
30099 \end_layout
30100
30101 \end_inset
30102 </cell>
30103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30104 \begin_inset Text
30105
30106 \begin_layout Standard
30107
30108 \end_layout
30109
30110 \end_inset
30111 </cell>
30112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30113 \begin_inset Text
30114
30115 \begin_layout Standard
30116
30117 \end_layout
30118
30119 \end_inset
30120 </cell>
30121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30122 \begin_inset Text
30123
30124 \begin_layout Standard
30125
30126 \family roman
30127 \series medium
30128 \shape up
30129 \emph off
30130 \bar no
30131 \noun off
30132 \color none
30133 (
30134 \end_layout
30135
30136 \end_inset
30137 </cell>
30138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30139 \begin_inset Text
30140
30141 \begin_layout Standard
30142
30143 \family roman
30144 \series medium
30145 \shape up
30146 \emph off
30147 \bar no
30148 \noun off
30149 \color none
30150 8
30151 \end_layout
30152
30153 \end_inset
30154 </cell>
30155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30156 \begin_inset Text
30157
30158 \begin_layout Standard
30159
30160 \family roman
30161 \series medium
30162 \shape up
30163 \emph off
30164 \bar no
30165 \noun off
30166 \color none
30167 H
30168 \end_layout
30169
30170 \end_inset
30171 </cell>
30172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30173 \begin_inset Text
30174
30175 \begin_layout Standard
30176
30177 \family roman
30178 \series medium
30179 \shape up
30180 \emph off
30181 \bar no
30182 \noun off
30183 \color none
30184 X
30185 \end_layout
30186
30187 \end_inset
30188 </cell>
30189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30190 \begin_inset Text
30191
30192 \begin_layout Standard
30193
30194 \family roman
30195 \series medium
30196 \shape up
30197 \emph off
30198 \bar no
30199 \noun off
30200 \color none
30201 h
30202 \end_layout
30203
30204 \end_inset
30205 </cell>
30206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30207 \begin_inset Text
30208
30209 \begin_layout Standard
30210
30211 \family roman
30212 \series medium
30213 \shape up
30214 \emph off
30215 \bar no
30216 \noun off
30217 \color none
30218 x
30219 \end_layout
30220
30221 \end_inset
30222 </cell>
30223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30224 \begin_inset Text
30225
30226 \begin_layout Standard
30227
30228 \end_layout
30229
30230 \end_inset
30231 </cell>
30232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30233 \begin_inset Text
30234
30235 \begin_layout Standard
30236
30237 \end_layout
30238
30239 \end_inset
30240 </cell>
30241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30242 \begin_inset Text
30243
30244 \begin_layout Standard
30245
30246 \family roman
30247 \series medium
30248 \shape up
30249 \emph off
30250 \bar no
30251 \noun off
30252 \color none
30253 ¨
30254 \end_layout
30255
30256 \end_inset
30257 </cell>
30258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30259 \begin_inset Text
30260
30261 \begin_layout Standard
30262
30263 \family roman
30264 \series medium
30265 \shape up
30266 \emph off
30267 \bar no
30268 \noun off
30269 \color none
30270 ¸
30271 \end_layout
30272
30273 \end_inset
30274 </cell>
30275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30276 \begin_inset Text
30277
30278 \begin_layout Standard
30279
30280 \family roman
30281 \series medium
30282 \shape up
30283 \emph off
30284 \bar no
30285 \noun off
30286 \color none
30287 È
30288 \end_layout
30289
30290 \end_inset
30291 </cell>
30292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30293 \begin_inset Text
30294
30295 \begin_layout Standard
30296
30297 \family roman
30298 \series medium
30299 \shape up
30300 \emph off
30301 \bar no
30302 \noun off
30303 \color none
30304 Ø
30305 \end_layout
30306
30307 \end_inset
30308 </cell>
30309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30310 \begin_inset Text
30311
30312 \begin_layout Standard
30313
30314 \family roman
30315 \series medium
30316 \shape up
30317 \emph off
30318 \bar no
30319 \noun off
30320 \color none
30321 è
30322 \end_layout
30323
30324 \end_inset
30325 </cell>
30326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30327 \begin_inset Text
30328
30329 \begin_layout Standard
30330
30331 \family roman
30332 \series medium
30333 \shape up
30334 \emph off
30335 \bar no
30336 \noun off
30337 \color none
30338 ø
30339 \end_layout
30340
30341 \end_inset
30342 </cell>
30343 </row>
30344 <row topline="true">
30345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30346 \begin_inset Text
30347
30348 \begin_layout Standard
30349
30350 \family roman
30351 \series medium
30352 \shape up
30353 \size tiny
30354 \emph off
30355 \bar no
30356 \noun off
30357 \color none
30358 09
30359 \end_layout
30360
30361 \end_inset
30362 </cell>
30363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30364 \begin_inset Text
30365
30366 \begin_layout Standard
30367
30368 \end_layout
30369
30370 \end_inset
30371 </cell>
30372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30373 \begin_inset Text
30374
30375 \begin_layout Standard
30376
30377 \end_layout
30378
30379 \end_inset
30380 </cell>
30381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30382 \begin_inset Text
30383
30384 \begin_layout Standard
30385
30386 \family roman
30387 \series medium
30388 \shape up
30389 \emph off
30390 \bar no
30391 \noun off
30392 \color none
30393 )
30394 \end_layout
30395
30396 \end_inset
30397 </cell>
30398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30399 \begin_inset Text
30400
30401 \begin_layout Standard
30402
30403 \family roman
30404 \series medium
30405 \shape up
30406 \emph off
30407 \bar no
30408 \noun off
30409 \color none
30410 9
30411 \end_layout
30412
30413 \end_inset
30414 </cell>
30415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30416 \begin_inset Text
30417
30418 \begin_layout Standard
30419
30420 \family roman
30421 \series medium
30422 \shape up
30423 \emph off
30424 \bar no
30425 \noun off
30426 \color none
30427 I
30428 \end_layout
30429
30430 \end_inset
30431 </cell>
30432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30433 \begin_inset Text
30434
30435 \begin_layout Standard
30436
30437 \family roman
30438 \series medium
30439 \shape up
30440 \emph off
30441 \bar no
30442 \noun off
30443 \color none
30444 Y
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30450 \begin_inset Text
30451
30452 \begin_layout Standard
30453
30454 \family roman
30455 \series medium
30456 \shape up
30457 \emph off
30458 \bar no
30459 \noun off
30460 \color none
30461 i
30462 \end_layout
30463
30464 \end_inset
30465 </cell>
30466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30467 \begin_inset Text
30468
30469 \begin_layout Standard
30470
30471 \family roman
30472 \series medium
30473 \shape up
30474 \emph off
30475 \bar no
30476 \noun off
30477 \color none
30478 y
30479 \end_layout
30480
30481 \end_inset
30482 </cell>
30483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30484 \begin_inset Text
30485
30486 \begin_layout Standard
30487
30488 \end_layout
30489
30490 \end_inset
30491 </cell>
30492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30493 \begin_inset Text
30494
30495 \begin_layout Standard
30496
30497 \end_layout
30498
30499 \end_inset
30500 </cell>
30501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30502 \begin_inset Text
30503
30504 \begin_layout Standard
30505
30506 \family roman
30507 \series medium
30508 \shape up
30509 \emph off
30510 \bar no
30511 \noun off
30512 \color none
30513 ©
30514 \end_layout
30515
30516 \end_inset
30517 </cell>
30518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30519 \begin_inset Text
30520
30521 \begin_layout Standard
30522
30523 \family roman
30524 \series medium
30525 \shape up
30526 \emph off
30527 \bar no
30528 \noun off
30529 \color none
30530 ¹
30531 \end_layout
30532
30533 \end_inset
30534 </cell>
30535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30536 \begin_inset Text
30537
30538 \begin_layout Standard
30539
30540 \family roman
30541 \series medium
30542 \shape up
30543 \emph off
30544 \bar no
30545 \noun off
30546 \color none
30547 É
30548 \end_layout
30549
30550 \end_inset
30551 </cell>
30552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30553 \begin_inset Text
30554
30555 \begin_layout Standard
30556
30557 \family roman
30558 \series medium
30559 \shape up
30560 \emph off
30561 \bar no
30562 \noun off
30563 \color none
30564 Ù
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Standard
30573
30574 \family roman
30575 \series medium
30576 \shape up
30577 \emph off
30578 \bar no
30579 \noun off
30580 \color none
30581 é
30582 \end_layout
30583
30584 \end_inset
30585 </cell>
30586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30587 \begin_inset Text
30588
30589 \begin_layout Standard
30590
30591 \family roman
30592 \series medium
30593 \shape up
30594 \emph off
30595 \bar no
30596 \noun off
30597 \color none
30598 ù
30599 \end_layout
30600
30601 \end_inset
30602 </cell>
30603 </row>
30604 <row topline="true">
30605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30606 \begin_inset Text
30607
30608 \begin_layout Standard
30609
30610 \family roman
30611 \series medium
30612 \shape up
30613 \size tiny
30614 \emph off
30615 \bar no
30616 \noun off
30617 \color none
30618 0A
30619 \end_layout
30620
30621 \end_inset
30622 </cell>
30623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30624 \begin_inset Text
30625
30626 \begin_layout Standard
30627
30628 \end_layout
30629
30630 \end_inset
30631 </cell>
30632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30633 \begin_inset Text
30634
30635 \begin_layout Standard
30636
30637 \end_layout
30638
30639 \end_inset
30640 </cell>
30641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30642 \begin_inset Text
30643
30644 \begin_layout Standard
30645
30646 \family roman
30647 \series medium
30648 \shape up
30649 \emph off
30650 \bar no
30651 \noun off
30652 \color none
30653 *
30654 \end_layout
30655
30656 \end_inset
30657 </cell>
30658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30659 \begin_inset Text
30660
30661 \begin_layout Standard
30662
30663 \family roman
30664 \series medium
30665 \shape up
30666 \emph off
30667 \bar no
30668 \noun off
30669 \color none
30670 :
30671 \end_layout
30672
30673 \end_inset
30674 </cell>
30675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30676 \begin_inset Text
30677
30678 \begin_layout Standard
30679
30680 \family roman
30681 \series medium
30682 \shape up
30683 \emph off
30684 \bar no
30685 \noun off
30686 \color none
30687 J
30688 \end_layout
30689
30690 \end_inset
30691 </cell>
30692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30693 \begin_inset Text
30694
30695 \begin_layout Standard
30696
30697 \family roman
30698 \series medium
30699 \shape up
30700 \emph off
30701 \bar no
30702 \noun off
30703 \color none
30704 Z
30705 \end_layout
30706
30707 \end_inset
30708 </cell>
30709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30710 \begin_inset Text
30711
30712 \begin_layout Standard
30713
30714 \family roman
30715 \series medium
30716 \shape up
30717 \emph off
30718 \bar no
30719 \noun off
30720 \color none
30721 j
30722 \end_layout
30723
30724 \end_inset
30725 </cell>
30726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30727 \begin_inset Text
30728
30729 \begin_layout Standard
30730
30731 \family roman
30732 \series medium
30733 \shape up
30734 \emph off
30735 \bar no
30736 \noun off
30737 \color none
30738 z
30739 \end_layout
30740
30741 \end_inset
30742 </cell>
30743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30744 \begin_inset Text
30745
30746 \begin_layout Standard
30747
30748 \end_layout
30749
30750 \end_inset
30751 </cell>
30752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30753 \begin_inset Text
30754
30755 \begin_layout Standard
30756
30757 \end_layout
30758
30759 \end_inset
30760 </cell>
30761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30762 \begin_inset Text
30763
30764 \begin_layout Standard
30765
30766 \family roman
30767 \series medium
30768 \shape up
30769 \emph off
30770 \bar no
30771 \noun off
30772 \color none
30773 ª
30774 \end_layout
30775
30776 \end_inset
30777 </cell>
30778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30779 \begin_inset Text
30780
30781 \begin_layout Standard
30782
30783 \family roman
30784 \series medium
30785 \shape up
30786 \emph off
30787 \bar no
30788 \noun off
30789 \color none
30790 º
30791 \end_layout
30792
30793 \end_inset
30794 </cell>
30795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30796 \begin_inset Text
30797
30798 \begin_layout Standard
30799
30800 \family roman
30801 \series medium
30802 \shape up
30803 \emph off
30804 \bar no
30805 \noun off
30806 \color none
30807 Ê
30808 \end_layout
30809
30810 \end_inset
30811 </cell>
30812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30813 \begin_inset Text
30814
30815 \begin_layout Standard
30816
30817 \family roman
30818 \series medium
30819 \shape up
30820 \emph off
30821 \bar no
30822 \noun off
30823 \color none
30824 Ú
30825 \end_layout
30826
30827 \end_inset
30828 </cell>
30829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30830 \begin_inset Text
30831
30832 \begin_layout Standard
30833
30834 \family roman
30835 \series medium
30836 \shape up
30837 \emph off
30838 \bar no
30839 \noun off
30840 \color none
30841 ê
30842 \end_layout
30843
30844 \end_inset
30845 </cell>
30846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30847 \begin_inset Text
30848
30849 \begin_layout Standard
30850
30851 \family roman
30852 \series medium
30853 \shape up
30854 \emph off
30855 \bar no
30856 \noun off
30857 \color none
30858 ú
30859 \end_layout
30860
30861 \end_inset
30862 </cell>
30863 </row>
30864 <row topline="true">
30865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30866 \begin_inset Text
30867
30868 \begin_layout Standard
30869
30870 \family roman
30871 \series medium
30872 \shape up
30873 \size tiny
30874 \emph off
30875 \bar no
30876 \noun off
30877 \color none
30878 0B
30879 \end_layout
30880
30881 \end_inset
30882 </cell>
30883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30884 \begin_inset Text
30885
30886 \begin_layout Standard
30887
30888 \end_layout
30889
30890 \end_inset
30891 </cell>
30892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30893 \begin_inset Text
30894
30895 \begin_layout Standard
30896
30897 \end_layout
30898
30899 \end_inset
30900 </cell>
30901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30902 \begin_inset Text
30903
30904 \begin_layout Standard
30905
30906 \family roman
30907 \series medium
30908 \shape up
30909 \emph off
30910 \bar no
30911 \noun off
30912 \color none
30913 +
30914 \end_layout
30915
30916 \end_inset
30917 </cell>
30918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30919 \begin_inset Text
30920
30921 \begin_layout Standard
30922
30923 \family roman
30924 \series medium
30925 \shape up
30926 \emph off
30927 \bar no
30928 \noun off
30929 \color none
30930 ;
30931 \end_layout
30932
30933 \end_inset
30934 </cell>
30935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30936 \begin_inset Text
30937
30938 \begin_layout Standard
30939
30940 \family roman
30941 \series medium
30942 \shape up
30943 \emph off
30944 \bar no
30945 \noun off
30946 \color none
30947 K
30948 \end_layout
30949
30950 \end_inset
30951 </cell>
30952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30953 \begin_inset Text
30954
30955 \begin_layout Standard
30956
30957 \family roman
30958 \series medium
30959 \shape up
30960 \emph off
30961 \bar no
30962 \noun off
30963 \color none
30964 [
30965 \end_layout
30966
30967 \end_inset
30968 </cell>
30969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30970 \begin_inset Text
30971
30972 \begin_layout Standard
30973
30974 \family roman
30975 \series medium
30976 \shape up
30977 \emph off
30978 \bar no
30979 \noun off
30980 \color none
30981 k
30982 \end_layout
30983
30984 \end_inset
30985 </cell>
30986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30987 \begin_inset Text
30988
30989 \begin_layout Standard
30990
30991 \family roman
30992 \series medium
30993 \shape up
30994 \emph off
30995 \bar no
30996 \noun off
30997 \color none
30998 {
30999 \end_layout
31000
31001 \end_inset
31002 </cell>
31003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31004 \begin_inset Text
31005
31006 \begin_layout Standard
31007
31008 \end_layout
31009
31010 \end_inset
31011 </cell>
31012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31013 \begin_inset Text
31014
31015 \begin_layout Standard
31016
31017 \end_layout
31018
31019 \end_inset
31020 </cell>
31021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31022 \begin_inset Text
31023
31024 \begin_layout Standard
31025
31026 \family roman
31027 \series medium
31028 \shape up
31029 \emph off
31030 \bar no
31031 \noun off
31032 \color none
31033 «
31034 \end_layout
31035
31036 \end_inset
31037 </cell>
31038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31039 \begin_inset Text
31040
31041 \begin_layout Standard
31042
31043 \family roman
31044 \series medium
31045 \shape up
31046 \emph off
31047 \bar no
31048 \noun off
31049 \color none
31050 »
31051 \end_layout
31052
31053 \end_inset
31054 </cell>
31055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31056 \begin_inset Text
31057
31058 \begin_layout Standard
31059
31060 \family roman
31061 \series medium
31062 \shape up
31063 \emph off
31064 \bar no
31065 \noun off
31066 \color none
31067 Ë
31068 \end_layout
31069
31070 \end_inset
31071 </cell>
31072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31073 \begin_inset Text
31074
31075 \begin_layout Standard
31076
31077 \family roman
31078 \series medium
31079 \shape up
31080 \emph off
31081 \bar no
31082 \noun off
31083 \color none
31084 Û
31085 \end_layout
31086
31087 \end_inset
31088 </cell>
31089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31090 \begin_inset Text
31091
31092 \begin_layout Standard
31093
31094 \family roman
31095 \series medium
31096 \shape up
31097 \emph off
31098 \bar no
31099 \noun off
31100 \color none
31101 ë
31102 \end_layout
31103
31104 \end_inset
31105 </cell>
31106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31107 \begin_inset Text
31108
31109 \begin_layout Standard
31110
31111 \family roman
31112 \series medium
31113 \shape up
31114 \emph off
31115 \bar no
31116 \noun off
31117 \color none
31118 û
31119 \end_layout
31120
31121 \end_inset
31122 </cell>
31123 </row>
31124 <row topline="true">
31125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31126 \begin_inset Text
31127
31128 \begin_layout Standard
31129
31130 \family roman
31131 \series medium
31132 \shape up
31133 \size tiny
31134 \emph off
31135 \bar no
31136 \noun off
31137 \color none
31138 0C
31139 \end_layout
31140
31141 \end_inset
31142 </cell>
31143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31144 \begin_inset Text
31145
31146 \begin_layout Standard
31147
31148 \end_layout
31149
31150 \end_inset
31151 </cell>
31152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31153 \begin_inset Text
31154
31155 \begin_layout Standard
31156
31157 \end_layout
31158
31159 \end_inset
31160 </cell>
31161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31162 \begin_inset Text
31163
31164 \begin_layout Standard
31165
31166 \family roman
31167 \series medium
31168 \shape up
31169 \emph off
31170 \bar no
31171 \noun off
31172 \color none
31173 ,
31174 \end_layout
31175
31176 \end_inset
31177 </cell>
31178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31179 \begin_inset Text
31180
31181 \begin_layout Standard
31182
31183 \family roman
31184 \series medium
31185 \shape up
31186 \emph off
31187 \bar no
31188 \noun off
31189 \color none
31190 <
31191 \end_layout
31192
31193 \end_inset
31194 </cell>
31195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Standard
31199
31200 \family roman
31201 \series medium
31202 \shape up
31203 \emph off
31204 \bar no
31205 \noun off
31206 \color none
31207 L
31208 \end_layout
31209
31210 \end_inset
31211 </cell>
31212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31213 \begin_inset Text
31214
31215 \begin_layout Standard
31216
31217 \family roman
31218 \series medium
31219 \shape up
31220 \emph off
31221 \bar no
31222 \noun off
31223 \color none
31224
31225 \backslash
31226
31227 \end_layout
31228
31229 \end_inset
31230 </cell>
31231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31232 \begin_inset Text
31233
31234 \begin_layout Standard
31235
31236 \family roman
31237 \series medium
31238 \shape up
31239 \emph off
31240 \bar no
31241 \noun off
31242 \color none
31243 l
31244 \end_layout
31245
31246 \end_inset
31247 </cell>
31248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31249 \begin_inset Text
31250
31251 \begin_layout Standard
31252
31253 \family roman
31254 \series medium
31255 \shape up
31256 \emph off
31257 \bar no
31258 \noun off
31259 \color none
31260 |
31261 \end_layout
31262
31263 \end_inset
31264 </cell>
31265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31266 \begin_inset Text
31267
31268 \begin_layout Standard
31269
31270 \end_layout
31271
31272 \end_inset
31273 </cell>
31274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31275 \begin_inset Text
31276
31277 \begin_layout Standard
31278
31279 \end_layout
31280
31281 \end_inset
31282 </cell>
31283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31284 \begin_inset Text
31285
31286 \begin_layout Standard
31287
31288 \family roman
31289 \series medium
31290 \shape up
31291 \emph off
31292 \bar no
31293 \noun off
31294 \color none
31295 ¬
31296 \end_layout
31297
31298 \end_inset
31299 </cell>
31300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Standard
31304
31305 \family roman
31306 \series medium
31307 \shape up
31308 \emph off
31309 \bar no
31310 \noun off
31311 \color none
31312 ¼
31313 \end_layout
31314
31315 \end_inset
31316 </cell>
31317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31318 \begin_inset Text
31319
31320 \begin_layout Standard
31321
31322 \family roman
31323 \series medium
31324 \shape up
31325 \emph off
31326 \bar no
31327 \noun off
31328 \color none
31329 Ì
31330 \end_layout
31331
31332 \end_inset
31333 </cell>
31334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31335 \begin_inset Text
31336
31337 \begin_layout Standard
31338
31339 \family roman
31340 \series medium
31341 \shape up
31342 \emph off
31343 \bar no
31344 \noun off
31345 \color none
31346 Ü
31347 \end_layout
31348
31349 \end_inset
31350 </cell>
31351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31352 \begin_inset Text
31353
31354 \begin_layout Standard
31355
31356 \family roman
31357 \series medium
31358 \shape up
31359 \emph off
31360 \bar no
31361 \noun off
31362 \color none
31363 ì
31364 \end_layout
31365
31366 \end_inset
31367 </cell>
31368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31369 \begin_inset Text
31370
31371 \begin_layout Standard
31372
31373 \family roman
31374 \series medium
31375 \shape up
31376 \emph off
31377 \bar no
31378 \noun off
31379 \color none
31380 ü
31381 \end_layout
31382
31383 \end_inset
31384 </cell>
31385 </row>
31386 <row topline="true">
31387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31388 \begin_inset Text
31389
31390 \begin_layout Standard
31391
31392 \family roman
31393 \series medium
31394 \shape up
31395 \size tiny
31396 \emph off
31397 \bar no
31398 \noun off
31399 \color none
31400 0D
31401 \end_layout
31402
31403 \end_inset
31404 </cell>
31405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31406 \begin_inset Text
31407
31408 \begin_layout Standard
31409
31410 \end_layout
31411
31412 \end_inset
31413 </cell>
31414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31415 \begin_inset Text
31416
31417 \begin_layout Standard
31418
31419 \end_layout
31420
31421 \end_inset
31422 </cell>
31423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31424 \begin_inset Text
31425
31426 \begin_layout Standard
31427
31428 \family roman
31429 \series medium
31430 \shape up
31431 \emph off
31432 \bar no
31433 \noun off
31434 \color none
31435 -
31436 \end_layout
31437
31438 \end_inset
31439 </cell>
31440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31441 \begin_inset Text
31442
31443 \begin_layout Standard
31444
31445 \family roman
31446 \series medium
31447 \shape up
31448 \emph off
31449 \bar no
31450 \noun off
31451 \color none
31452 =
31453 \end_layout
31454
31455 \end_inset
31456 </cell>
31457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31458 \begin_inset Text
31459
31460 \begin_layout Standard
31461
31462 \family roman
31463 \series medium
31464 \shape up
31465 \emph off
31466 \bar no
31467 \noun off
31468 \color none
31469 M
31470 \end_layout
31471
31472 \end_inset
31473 </cell>
31474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31475 \begin_inset Text
31476
31477 \begin_layout Standard
31478
31479 \family roman
31480 \series medium
31481 \shape up
31482 \emph off
31483 \bar no
31484 \noun off
31485 \color none
31486 ]
31487 \end_layout
31488
31489 \end_inset
31490 </cell>
31491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31492 \begin_inset Text
31493
31494 \begin_layout Standard
31495
31496 \family roman
31497 \series medium
31498 \shape up
31499 \emph off
31500 \bar no
31501 \noun off
31502 \color none
31503 m
31504 \end_layout
31505
31506 \end_inset
31507 </cell>
31508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Standard
31512
31513 \family roman
31514 \series medium
31515 \shape up
31516 \emph off
31517 \bar no
31518 \noun off
31519 \color none
31520 }
31521 \end_layout
31522
31523 \end_inset
31524 </cell>
31525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31526 \begin_inset Text
31527
31528 \begin_layout Standard
31529
31530 \end_layout
31531
31532 \end_inset
31533 </cell>
31534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31535 \begin_inset Text
31536
31537 \begin_layout Standard
31538
31539 \end_layout
31540
31541 \end_inset
31542 </cell>
31543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31544 \begin_inset Text
31545
31546 \begin_layout Standard
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 Standard
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 Standard
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 Standard
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" usebox="none">
31604 \begin_inset Text
31605
31606 \begin_layout Standard
31607
31608 \family roman
31609 \series medium
31610 \shape up
31611 \emph off
31612 \bar no
31613 \noun off
31614 \color none
31615 í
31616 \end_layout
31617
31618 \end_inset
31619 </cell>
31620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31621 \begin_inset Text
31622
31623 \begin_layout Standard
31624
31625 \family roman
31626 \series medium
31627 \shape up
31628 \emph off
31629 \bar no
31630 \noun off
31631 \color none
31632 ý
31633 \end_layout
31634
31635 \end_inset
31636 </cell>
31637 </row>
31638 <row topline="true">
31639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31640 \begin_inset Text
31641
31642 \begin_layout Standard
31643
31644 \family roman
31645 \series medium
31646 \shape up
31647 \size tiny
31648 \emph off
31649 \bar no
31650 \noun off
31651 \color none
31652 0E
31653 \end_layout
31654
31655 \end_inset
31656 </cell>
31657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31658 \begin_inset Text
31659
31660 \begin_layout Standard
31661
31662 \end_layout
31663
31664 \end_inset
31665 </cell>
31666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31667 \begin_inset Text
31668
31669 \begin_layout Standard
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 Standard
31679
31680 \family roman
31681 \series medium
31682 \shape up
31683 \emph off
31684 \bar no
31685 \noun off
31686 \color none
31687 .
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 Standard
31696
31697 \family roman
31698 \series medium
31699 \shape up
31700 \emph off
31701 \bar no
31702 \noun off
31703 \color none
31704 >
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 Standard
31713
31714 \family roman
31715 \series medium
31716 \shape up
31717 \emph off
31718 \bar no
31719 \noun off
31720 \color none
31721 N
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 Standard
31730
31731 \family roman
31732 \series medium
31733 \shape up
31734 \emph off
31735 \bar no
31736 \noun off
31737 \color none
31738 ^
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Standard
31747
31748 \family roman
31749 \series medium
31750 \shape up
31751 \emph off
31752 \bar no
31753 \noun off
31754 \color none
31755 n
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 Standard
31764
31765 \family roman
31766 \series medium
31767 \shape up
31768 \emph off
31769 \bar no
31770 \noun off
31771 \color none
31772 ~
31773 \end_layout
31774
31775 \end_inset
31776 </cell>
31777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31778 \begin_inset Text
31779
31780 \begin_layout Standard
31781
31782 \end_layout
31783
31784 \end_inset
31785 </cell>
31786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31787 \begin_inset Text
31788
31789 \begin_layout Standard
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 Standard
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 Standard
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 Standard
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 Standard
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" usebox="none">
31864 \begin_inset Text
31865
31866 \begin_layout Standard
31867
31868 \family roman
31869 \series medium
31870 \shape up
31871 \emph off
31872 \bar no
31873 \noun off
31874 \color none
31875 î
31876 \end_layout
31877
31878 \end_inset
31879 </cell>
31880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31881 \begin_inset Text
31882
31883 \begin_layout Standard
31884
31885 \family roman
31886 \series medium
31887 \shape up
31888 \emph off
31889 \bar no
31890 \noun off
31891 \color none
31892 þ
31893 \end_layout
31894
31895 \end_inset
31896 </cell>
31897 </row>
31898 <row topline="true" bottomline="true">
31899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31900 \begin_inset Text
31901
31902 \begin_layout Standard
31903
31904 \family roman
31905 \series medium
31906 \shape up
31907 \size tiny
31908 \emph off
31909 \bar no
31910 \noun off
31911 \color none
31912 0F
31913 \end_layout
31914
31915 \end_inset
31916 </cell>
31917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31918 \begin_inset Text
31919
31920 \begin_layout Standard
31921
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31927 \begin_inset Text
31928
31929 \begin_layout Standard
31930
31931 \end_layout
31932
31933 \end_inset
31934 </cell>
31935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31936 \begin_inset Text
31937
31938 \begin_layout Standard
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" bottomline="true" leftline="true" usebox="none">
31953 \begin_inset Text
31954
31955 \begin_layout Standard
31956
31957 \family roman
31958 \series medium
31959 \shape up
31960 \emph off
31961 \bar no
31962 \noun off
31963 \color none
31964 ?
31965 \end_layout
31966
31967 \end_inset
31968 </cell>
31969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31970 \begin_inset Text
31971
31972 \begin_layout Standard
31973
31974 \family roman
31975 \series medium
31976 \shape up
31977 \emph off
31978 \bar no
31979 \noun off
31980 \color none
31981 O
31982 \end_layout
31983
31984 \end_inset
31985 </cell>
31986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31987 \begin_inset Text
31988
31989 \begin_layout Standard
31990
31991 \family roman
31992 \series medium
31993 \shape up
31994 \emph off
31995 \bar no
31996 \noun off
31997 \color none
31998 _
31999 \end_layout
32000
32001 \end_inset
32002 </cell>
32003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32004 \begin_inset Text
32005
32006 \begin_layout Standard
32007
32008 \family roman
32009 \series medium
32010 \shape up
32011 \emph off
32012 \bar no
32013 \noun off
32014 \color none
32015 o
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32021 \begin_inset Text
32022
32023 \begin_layout Standard
32024
32025 \end_layout
32026
32027 \end_inset
32028 </cell>
32029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32030 \begin_inset Text
32031
32032 \begin_layout Standard
32033
32034 \end_layout
32035
32036 \end_inset
32037 </cell>
32038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32039 \begin_inset Text
32040
32041 \begin_layout Standard
32042
32043 \end_layout
32044
32045 \end_inset
32046 </cell>
32047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32048 \begin_inset Text
32049
32050 \begin_layout Standard
32051
32052 \family roman
32053 \series medium
32054 \shape up
32055 \emph off
32056 \bar no
32057 \noun off
32058 \color none
32059 ¯
32060 \end_layout
32061
32062 \end_inset
32063 </cell>
32064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32065 \begin_inset Text
32066
32067 \begin_layout Standard
32068
32069 \family roman
32070 \series medium
32071 \shape up
32072 \emph off
32073 \bar no
32074 \noun off
32075 \color none
32076 ¿
32077 \end_layout
32078
32079 \end_inset
32080 </cell>
32081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32082 \begin_inset Text
32083
32084 \begin_layout Standard
32085
32086 \family roman
32087 \series medium
32088 \shape up
32089 \emph off
32090 \bar no
32091 \noun off
32092 \color none
32093 Ï
32094 \end_layout
32095
32096 \end_inset
32097 </cell>
32098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32099 \begin_inset Text
32100
32101 \begin_layout Standard
32102
32103 \family roman
32104 \series medium
32105 \shape up
32106 \emph off
32107 \bar no
32108 \noun off
32109 \color none
32110 ß
32111 \end_layout
32112
32113 \end_inset
32114 </cell>
32115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32116 \begin_inset Text
32117
32118 \begin_layout Standard
32119
32120 \family roman
32121 \series medium
32122 \shape up
32123 \emph off
32124 \bar no
32125 \noun off
32126 \color none
32127 ï
32128 \end_layout
32129
32130 \end_inset
32131 </cell>
32132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32133 \begin_inset Text
32134
32135 \begin_layout Standard
32136
32137 \family roman
32138 \series medium
32139 \shape up
32140 \emph off
32141 \bar no
32142 \noun off
32143 \color none
32144 ÿ
32145 \end_layout
32146
32147 \end_inset
32148 </cell>
32149 </row>
32150 </lyxtabular>
32151
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \begin_layout Standard
32163 The following is a full list of all of the accented characters LyX can display
32164  directly.
32165  It includes not only the accented characters from the previous table, but
32166  also the characters from 
32167 \family typewriter
32168 ISO8859--2
32169 \family default
32170  through 
32171 \family typewriter
32172 4
32173 \family default
32174 .
32175  
32176 \end_layout
32177
32178 \begin_layout Itemize
32179 From 
32180 \family typewriter
32181 ISO8859--1
32182 \family default
32183 :
32184 \end_layout
32185
32186 \begin_deeper
32187 \begin_layout Standard
32188 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
32189 \hfill
32190 diaeresis
32191 \end_layout
32192
32193 \begin_layout Standard
32194 ^ Â Ê Î Ô Û â ê î ô û
32195 \hfill
32196 circumflex
32197 \end_layout
32198
32199 \begin_layout Standard
32200 ` À È Ì Ò Ù à è ì ò ù
32201 \hfill
32202 grave
32203 \end_layout
32204
32205 \begin_layout Standard
32206 ´ Á É Í Ó Ú Ý á é í ó ú ý
32207 \hfill
32208 acute
32209 \end_layout
32210
32211 \begin_layout Standard
32212 ~ Ã Ñ Õ ã ñ õ
32213 \hfill
32214 tilde
32215 \end_layout
32216
32217 \begin_layout Standard
32218 ¸Çç
32219 \hfill
32220 cedilla
32221 \end_layout
32222
32223 \begin_layout Standard
32224 ¯
32225 \hfill
32226 macron
32227 \end_layout
32228
32229 \end_deeper
32230 \begin_layout Itemize
32231 From 
32232 \family typewriter
32233 ISO8859--2
32234 \family default
32235  through 
32236 \family typewriter
32237 4
32238 \family default
32239 :
32240 \end_layout
32241
32242 \begin_deeper
32243 \begin_layout Standard
32244 ĤĴĥĵĈĜŜĉĝŝ
32245 \hfill
32246 circumflex
32247 \end_layout
32248
32249 \begin_layout Standard
32250 ŚŹśźŔĹĆŃŕĺćń
32251 \hfill
32252 acute
32253 \end_layout
32254
32255 \begin_layout Standard
32256 Ĩı̃Ũũ
32257 \hfill
32258 tilde
32259 \end_layout
32260
32261 \begin_layout Standard
32262 ŞşŢţŖĻĢŗļģŅĶņķ
32263 \hfill
32264 cedilla
32265 \end_layout
32266
32267 \begin_layout Standard
32268 ĒēĀĪŌŪāı̄ōū
32269 \hfill
32270 macron
32271 \end_layout
32272
32273 \begin_layout Standard
32274 ŐŰőű
32275 \hfill
32276 Hungarian umlaut
32277 \end_layout
32278
32279 \end_deeper
32280 \begin_layout Standard
32281 All the characters above are actively supported by TeX fonts.
32282  In addition TeX allows diacritical marks on almost all characters.
32283  Also make sure you're using the 
32284 \family typewriter
32285 T1
32286 \family default
32287  font-encoding.
32288 \end_layout
32289
32290 \begin_layout Chapter
32291 \start_of_appendix
32292 The User Interface
32293 \begin_inset CommandInset label
32294 LatexCommand label
32295 name "cha:The-User-Interface"
32296
32297 \end_inset
32298
32299
32300 \end_layout
32301
32302 \begin_layout Standard
32303 This appendix lists all available menus and describes its functionality.
32304  It is designed as quick reference if you are searching for a special topic
32305  inside the user's guide.
32306 \end_layout
32307
32308 \begin_layout Section
32309 The File Menu
32310 \begin_inset Index
32311 status collapsed
32312
32313 \begin_layout Standard
32314 Menu ! File
32315 \end_layout
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \begin_layout Standard
32323 Under the 
32324 \family sans
32325 File
32326 \family default
32327  menu are the basic operations in addition to some more advanced operations.
32328  At the end of the menu the four last opened documents are listed.
32329 \end_layout
32330
32331 \begin_layout Subsection
32332 New
32333 \end_layout
32334
32335 \begin_layout Standard
32336 Creates a new document.
32337 \end_layout
32338
32339 \begin_layout Subsection
32340 New from Template
32341 \end_layout
32342
32343 \begin_layout Standard
32344 This menu prompts you for a template to use.
32345  Selecting a template will automatically set certain layout features for
32346  the document, features you would otherwise need to change manually.
32347 \end_layout
32348
32349 \begin_layout Subsection
32350 Open
32351 \end_layout
32352
32353 \begin_layout Standard
32354 Opens a document.
32355 \end_layout
32356
32357 \begin_layout Subsection
32358 Open Recent
32359 \end_layout
32360
32361 \begin_layout Standard
32362 The submenu shows a list of the recently opened files.
32363  Click there on a file to open it.
32364 \end_layout
32365
32366 \begin_layout Subsection
32367 Close
32368 \end_layout
32369
32370 \begin_layout Standard
32371 Closes the current document.
32372 \end_layout
32373
32374 \begin_layout Subsection
32375 Save
32376 \end_layout
32377
32378 \begin_layout Standard
32379 Saves the actual document.
32380 \end_layout
32381
32382 \begin_layout Subsection
32383 Save As
32384 \end_layout
32385
32386 \begin_layout Standard
32387 Saves the actual document under a new name to create a copy.
32388 \end_layout
32389
32390 \begin_layout Subsection
32391 Revert to saved
32392 \end_layout
32393
32394 \begin_layout Standard
32395 Reloads the actual document from disk.
32396 \end_layout
32397
32398 \begin_layout Subsection
32399 Version Control
32400 \end_layout
32401
32402 \begin_layout Standard
32403 This is used when more people are working on the same document.
32404  It is described in the section 
32405 \emph on
32406 Version Control in LyX
32407 \emph default
32408  of the 
32409 \emph on
32410 Extended\InsetSpace ~
32411 Features
32412 \emph default
32413  manual.
32414 \end_layout
32415
32416 \begin_layout Subsection
32417 Import
32418 \end_layout
32419
32420 \begin_layout Standard
32421 You can import there files from older LyX-versions, LaTeX-files and plain
32422  text files (ASCII-files).
32423  The files will be imported as new LyX-document.
32424 \end_layout
32425
32426 \begin_layout Standard
32427 When using the menu 
32428 \family sans
32429 Plain\InsetSpace ~
32430 Text, Join\InsetSpace ~
32431 Lines
32432 \family default
32433 , all lines will be imported consecutively to one big paragraph.
32434  A new paragraph is started when there is a blank line in the file.
32435  , the text is inserted as Paragraphs, where the line breaks of the text
32436  will start a new paragraph.
32437 \end_layout
32438
32439 \begin_layout Subsection
32440 Export
32441 \begin_inset CommandInset label
32442 LatexCommand label
32443 name "sub:Export"
32444
32445 \end_inset
32446
32447
32448 \end_layout
32449
32450 \begin_layout Standard
32451 You can export your document to various file formats.
32452  The resulting files are placed in the directory of your LyX-file.
32453  The menu entries are not the same on all installations.
32454  They depend on the programs found by LyX while its configuration.
32455 \end_layout
32456
32457 \begin_layout Standard
32458 Here is a list of all available entries; they are explained in detail in
32459  section\InsetSpace ~
32460
32461 \begin_inset CommandInset ref
32462 LatexCommand ref
32463 reference "sub:Output-file-formats"
32464
32465 \end_inset
32466
32467 :
32468 \end_layout
32469
32470 \begin_layout Description
32471
32472 \family sans
32473 CJK\InsetSpace ~
32474 LyX 
32475 \family default
32476 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
32477  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
32478 \end_layout
32479
32480 \begin_layout Description
32481
32482 \family sans
32483 DVI
32484 \family default
32485  DVI-format
32486 \end_layout
32487
32488 \begin_layout Description
32489 HTML HTML-format (the HTML-converter is a third-party product and doesn't
32490  work in all cases)
32491 \end_layout
32492
32493 \begin_layout Description
32494 HTML\InsetSpace ~
32495 (MS\InsetSpace ~
32496 Word) HTML-format specialized so that the result can be imported
32497  to 
32498 \family sans
32499 MS Word
32500 \family default
32501 , as consequence of this formulas will be embedded as bitmap fonts and not
32502  in the format 
32503 \family sans
32504 MathML
32505 \family default
32506 .
32507 \end_layout
32508
32509 \begin_layout Description
32510
32511 \family sans
32512 LaT
32513 \begin_inset ERT
32514 status collapsed
32515
32516 \begin_layout Standard
32517
32518 {}
32519 \end_layout
32520
32521 \end_inset
32522
32523 eX\InsetSpace ~
32524 (pdflatex)
32525 \family default
32526  text file with the LaTeX source, additionally all images used in the document
32527  will be converted to a format that is readable for the 
32528 \family typewriter
32529 pdflatex
32530 \family default
32531  program (GIF, JPG, PDF, PNG)
32532 \end_layout
32533
32534 \begin_layout Description
32535
32536 \family sans
32537 LaT
32538 \begin_inset ERT
32539 status collapsed
32540
32541 \begin_layout Standard
32542
32543 {}
32544 \end_layout
32545
32546 \end_inset
32547
32548 eX\InsetSpace ~
32549 (plain)
32550 \family default
32551  text file with the LaTeX source code, additionally all images used in the
32552  document will be converted to the EPS-format, only this format is readable
32553  for the 
32554 \family typewriter
32555 latex
32556 \family default
32557  program
32558 \end_layout
32559
32560 \begin_layout Description
32561 LyX\InsetSpace ~
32562 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
32563 \begin_inset Quotes eld
32564 \end_inset
32565
32566 y
32567 \begin_inset Quotes erd
32568 \end_inset
32569
32570  is replaced by the version number)
32571 \end_layout
32572
32573 \begin_layout Description
32574 OpenDocument OpenDocument-formatted text file, to be opened with 
32575 \family sans
32576 OpenOffice
32577 \family default
32578
32579 \family sans
32580 KOffice
32581 \family default
32582
32583 \family sans
32584 Abiword
32585 \family default
32586 , etc.
32587  (the OpenDocument-converter is a third-party product and doesn't work in
32588  all cases)
32589 \end_layout
32590
32591 \begin_layout Description
32592
32593 \family sans
32594 PDF
32595 \family default
32596  PDF-format using the program 
32597 \family typewriter
32598 ps2pdf
32599 \end_layout
32600
32601 \begin_layout Description
32602
32603 \family sans
32604 PDF\InsetSpace ~
32605 (dvipdfm)
32606 \family default
32607  PDF-format using the program 
32608 \family typewriter
32609 dvipdfm
32610 \end_layout
32611
32612 \begin_layout Description
32613
32614 \family sans
32615 PDF\InsetSpace ~
32616 (pdflatex)
32617 \family default
32618  PDF-format using the program 
32619 \family typewriter
32620 pdflatex
32621 \end_layout
32622
32623 \begin_layout Description
32624
32625 \family sans
32626 Plain\InsetSpace ~
32627 text
32628 \family default
32629  text format
32630 \end_layout
32631
32632 \begin_layout Description
32633
32634 \family sans
32635 Plain\InsetSpace ~
32636 text\InsetSpace ~
32637 (ps2ascii)
32638 \family default
32639  text format, the document will first be converted to Postscript format
32640  and then exported as text using the program 
32641 \family sans
32642 ps2ascii
32643 \end_layout
32644
32645 \begin_layout Description
32646
32647 \family sans
32648 Postscript
32649 \family default
32650  PostScript format using the program 
32651 \family typewriter
32652 dvips
32653 \end_layout
32654
32655 \begin_layout Description
32656
32657 \family sans
32658 Custom
32659 \family default
32660  custom format
32661 \end_layout
32662
32663 \begin_layout Standard
32664 The program 
32665 \family typewriter
32666 dvipdfm
32667 \family default
32668  produces internally a dvi-file which is then converted to a pdf-file.
32669  It is a bit out of date and therefore the output could look different from
32670  what you want.
32671  
32672 \family typewriter
32673 pdflatex
32674 \family default
32675  produces directly pdf-files and supports the latest pdf-file formats.
32676 \end_layout
32677
32678 \begin_layout Standard
32679 If one of the menu entries 
32680 \family sans
32681 DVI
32682 \family default
32683
32684 \family sans
32685 PDF\InsetSpace ~
32686 (pdflatex)
32687 \family default
32688  or 
32689 \family sans
32690 Postscript
32691 \family default
32692  is missing, you need to update your LaTeX installation.
32693  After updating you have to reconfigure LyX, see section\InsetSpace ~
32694
32695 \begin_inset CommandInset ref
32696 LatexCommand ref
32697 reference "sec:Basic-LyX-Setup"
32698
32699 \end_inset
32700
32701 .
32702 \begin_inset Index
32703 status collapsed
32704
32705 \begin_layout Standard
32706 Reconfiguration of LyX
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Standard
32715 The menu 
32716 \family sans
32717 Custom
32718 \family default
32719  allows you to export your file by using special command line options for
32720  the export program.
32721 \end_layout
32722
32723 \begin_layout Subsection
32724 Print
32725 \end_layout
32726
32727 \begin_layout Standard
32728 With this menu you can print your document to a file in PostScript format
32729  or send it to a printer.
32730  The printer will also use the document in PostScript format.
32731  The conversion to PostScript is done in the background by LyX using the
32732  program 
32733 \family typewriter
32734 dvips
32735 \family default
32736 .
32737  For more informations have a look at section\InsetSpace ~
32738
32739 \begin_inset CommandInset ref
32740 LatexCommand ref
32741 reference "sub:Printing-the-File"
32742
32743 \end_inset
32744
32745 .
32746 \end_layout
32747
32748 \begin_layout Subsection
32749 New and Close Window
32750 \end_layout
32751
32752 \begin_layout Standard
32753 Opens a new instance of LyX with all currently opened documents.
32754  You can close it later with the corresponding menu.
32755 \end_layout
32756
32757 \begin_layout Section
32758 The Edit Menu
32759 \begin_inset Index
32760 status collapsed
32761
32762 \begin_layout Standard
32763 Menu ! Edit
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Subsection
32772 Undo and Redo
32773 \end_layout
32774
32775 \begin_layout Standard
32776 Described in section\InsetSpace ~
32777
32778 \begin_inset CommandInset ref
32779 LatexCommand ref
32780 reference "sec:Undo-and-Redo"
32781
32782 \end_inset
32783
32784 .
32785 \end_layout
32786
32787 \begin_layout Subsection
32788 Cut, Copy, Paste, Paste Recent, Paste Special
32789 \end_layout
32790
32791 \begin_layout Standard
32792 Described in section\InsetSpace ~
32793
32794 \begin_inset CommandInset ref
32795 LatexCommand ref
32796 reference "sec:Basic-Editing-Features"
32797
32798 \end_inset
32799
32800 .
32801 \end_layout
32802
32803 \begin_layout Subsection
32804 Select All
32805 \end_layout
32806
32807 \begin_layout Standard
32808 Selects the whole document.
32809 \end_layout
32810
32811 \begin_layout Subsection
32812 Find & Replace
32813 \end_layout
32814
32815 \begin_layout Standard
32816 Described in section\InsetSpace ~
32817
32818 \begin_inset CommandInset ref
32819 LatexCommand ref
32820 reference "sec:Basic-Editing-Features"
32821
32822 \end_inset
32823
32824 .
32825 \end_layout
32826
32827 \begin_layout Subsection
32828 Move paragraph Up/Down
32829 \end_layout
32830
32831 \begin_layout Standard
32832 This shifts the paragraph where the cursor is currently in one paragraph
32833  up or down.
32834 \end_layout
32835
32836 \begin_layout Subsection
32837 Text Style
32838 \end_layout
32839
32840 \begin_layout Standard
32841 Described in section\InsetSpace ~
32842
32843 \begin_inset CommandInset ref
32844 LatexCommand ref
32845 reference "sub:Fine-Tuning-with-the"
32846
32847 \end_inset
32848
32849 .
32850 \end_layout
32851
32852 \begin_layout Subsection
32853 Paragraph Settings
32854 \begin_inset Index
32855 status collapsed
32856
32857 \begin_layout Standard
32858 Paragraph ! Settings
32859 \end_layout
32860
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Standard
32867 The settings in the paragraph dialog only affects the paragraph where the
32868  cursor is in.
32869  Here you can set here the paragraph alignment and line spacing.
32870 \end_layout
32871
32872 \begin_layout Standard
32873 You can also prevent that the first line of the paragraph is indented.
32874  This option works only when you have chosen to separate paragraphs with
32875  indents in the 
32876 \family sans
32877 Document\SpecialChar \menuseparator
32878 Settings
32879 \family default
32880  dialog under 
32881 \family sans
32882 Text\InsetSpace ~
32883 Layout
32884 \family default
32885 .
32886 \end_layout
32887
32888 \begin_layout Subsection
32889 Tabular and Math
32890 \end_layout
32891
32892 \begin_layout Standard
32893 These two menus are only active when the cursor is inside a table or a formula.
32894  The properties of this table/formula can now be changed.
32895  The properties of tables are described in section\InsetSpace ~
32896
32897 \begin_inset CommandInset ref
32898 LatexCommand ref
32899 reference "sec:Tables"
32900
32901 \end_inset
32902
32903 , the properties of formulas in chapter\InsetSpace ~
32904
32905 \begin_inset CommandInset ref
32906 LatexCommand ref
32907 reference "cha:Mathematical-Formulas"
32908
32909 \end_inset
32910
32911 .
32912 \end_layout
32913
32914 \begin_layout Subsection
32915 Increase / Decrease List Depth
32916 \end_layout
32917
32918 \begin_layout Standard
32919 These menus are only active when the cursor is in an environment that can
32920  be nested.
32921  They in/decrease the environment nesting level as explained in section\InsetSpace ~
32922
32923 \begin_inset CommandInset ref
32924 LatexCommand ref
32925 reference "sec:Nesting"
32926
32927 \end_inset
32928
32929  and 
32930 \begin_inset CommandInset ref
32931 LatexCommand ref
32932 reference "sub:Numbering-depth"
32933
32934 \end_inset
32935
32936 .
32937 \end_layout
32938
32939 \begin_layout Section
32940 The View Menu
32941 \begin_inset Index
32942 status collapsed
32943
32944 \begin_layout Standard
32945 Menu ! View
32946 \end_layout
32947
32948 \end_inset
32949
32950
32951 \end_layout
32952
32953 \begin_layout Standard
32954 The 
32955 \family sans
32956 View
32957 \family default
32958  menu contains a list of available formats in which you can view the actual
32959  document with an external program.
32960  The menu entries for the viewing formats are not the same on all installations
32961  - it depends on the LaTeX programs that are found while LyX was configured.
32962  All possible formats are formats listed in section\InsetSpace ~
32963
32964 \begin_inset CommandInset ref
32965 LatexCommand ref
32966 reference "sub:Export"
32967
32968 \end_inset
32969
32970 .
32971  You should at least see the menu entries 
32972 \family sans
32973 DVI
32974 \family default
32975  and 
32976 \family sans
32977 PDF\InsetSpace ~
32978 (pdflatex)
32979 \family default
32980 .
32981  If one of the two is missing, you need to update your LaTeX installation.
32982  After updating you have to reconfigure LyX, see section\InsetSpace ~
32983
32984 \begin_inset CommandInset ref
32985 LatexCommand ref
32986 reference "sec:Basic-LyX-Setup"
32987
32988 \end_inset
32989
32990 .
32991 \begin_inset Index
32992 status collapsed
32993
32994 \begin_layout Standard
32995 Reconfiguration of LyX
32996 \end_layout
32997
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Standard
33004 Invoking a menu will start a viewer program.
33005  The viewer can be set or changed in the preferences, see section\InsetSpace ~
33006
33007 \begin_inset CommandInset ref
33008 LatexCommand ref
33009 reference "sec:File-Formats"
33010
33011 \end_inset
33012
33013 .
33014  The default viewers are set by LyX while it is first configured.
33015 \end_layout
33016
33017 \begin_layout Standard
33018 \begin_inset VSpace bigskip
33019 \end_inset
33020
33021 At the bottom of the 
33022 \family sans
33023 View
33024 \family default
33025  menu the opened documents are listed.
33026 \end_layout
33027
33028 \begin_layout Subsection
33029 View Source
33030 \end_layout
33031
33032 \begin_layout Standard
33033 Opens a window showing the source code of the actual document, as described
33034  in section\InsetSpace ~
33035
33036 \begin_inset CommandInset ref
33037 LatexCommand ref
33038 reference "sec:Previewing-snippets-of"
33039
33040 \end_inset
33041
33042 .
33043 \end_layout
33044
33045 \begin_layout Subsection
33046 Update
33047 \end_layout
33048
33049 \begin_layout Standard
33050 This menu allows you to update the view with your latest changes without
33051  opening a new view window.
33052 \end_layout
33053
33054 \begin_layout Subsection
33055 Toolbars
33056 \begin_inset CommandInset label
33057 LatexCommand label
33058 name "sub:Toolbars"
33059
33060 \end_inset
33061
33062
33063 \begin_inset Index
33064 status collapsed
33065
33066 \begin_layout Standard
33067 Toolbar
33068 \end_layout
33069
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \begin_layout Standard
33076 In this menu you can set the appearance of the different toolbars.
33077  All toolbars and the 
33078 \family sans
33079 Command\InsetSpace ~
33080 Buffer
33081 \family default
33082  can be turned on and off.
33083  The 
33084 \emph on
33085 on
33086 \emph default
33087  state is denoted in the menu with a checkmark.
33088  The 
33089 \family sans
33090 Review
33091 \family default
33092
33093 \family sans
33094 Table
33095 \family default
33096
33097 \family sans
33098 Math\InsetSpace ~
33099 Panels
33100 \family default
33101 , and 
33102 \family sans
33103 Math
33104 \family default
33105  toolbars can be additionally set to the state 
33106 \emph on
33107 automatic
33108 \emph default
33109  that is denoted in the menu with the suffix 
33110 \family sans
33111 (auto)
33112 \family default
33113 .
33114 \end_layout
33115
33116 \begin_layout Standard
33117 In the 
33118 \emph on
33119 on
33120 \emph default
33121  state the toolbar is permanently shown, in the 
33122 \emph on
33123 automatic
33124 \emph default
33125  state the toolbar is only shown when the cursor is in a certain environment
33126  or when a certain feature is enabled.
33127  That means that the review toolbar will only be shown when change tracking
33128  is activated, the math and table toolbars are only shown when the cursor
33129  is inside a formula or table, respectively.
33130 \end_layout
33131
33132 \begin_layout Standard
33133 LyX's toolbars and its buttons are explained in section\InsetSpace ~
33134
33135 \begin_inset CommandInset ref
33136 LatexCommand ref
33137 reference "sec:Toolbars"
33138
33139 \end_inset
33140
33141 .
33142 \end_layout
33143
33144 \begin_layout Section
33145 The Insert Menu
33146 \begin_inset Index
33147 status collapsed
33148
33149 \begin_layout Standard
33150 Menu ! Insert
33151 \end_layout
33152
33153 \end_inset
33154
33155
33156 \end_layout
33157
33158 \begin_layout Subsection
33159 Math
33160 \end_layout
33161
33162 \begin_layout Standard
33163 Inserts math constructs that are explained in chapter\InsetSpace ~
33164
33165 \begin_inset CommandInset ref
33166 LatexCommand ref
33167 reference "cha:Mathematical-Formulas"
33168
33169 \end_inset
33170
33171 .
33172 \end_layout
33173
33174 \begin_layout Subsection
33175 Special Character
33176 \begin_inset CommandInset label
33177 LatexCommand label
33178 name "sub:Special-Character"
33179
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \begin_layout Standard
33186 Here you can insert the following characters:
33187 \end_layout
33188
33189 \begin_layout Description
33190 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
33191
33192 \end_layout
33193
33194 \begin_layout Description
33195 End\InsetSpace ~
33196 of\InsetSpace ~
33197 Sentence Inserts an end of sentence dot as described in section\InsetSpace ~
33198
33199 \begin_inset CommandInset ref
33200 LatexCommand ref
33201 reference "sub:Abbreviations"
33202
33203 \end_inset
33204
33205 .
33206 \end_layout
33207
33208 \begin_layout Description
33209 Ordinary\InsetSpace ~
33210 Quote Inserts this quote: 
33211 \begin_inset Quotes erd
33212 \end_inset
33213
33214 , no matter what quote type you selected in the 
33215 \family sans
33216 Document\SpecialChar \menuseparator
33217 Settings
33218 \family default
33219  dialog under 
33220 \family sans
33221 Language
33222 \family default
33223 .
33224 \end_layout
33225
33226 \begin_layout Description
33227 Single\InsetSpace ~
33228 Quote Inserts this quote: 
33229 \begin_inset Quotes els
33230 \end_inset
33231
33232
33233 \end_layout
33234
33235 \begin_layout Description
33236 Menu\InsetSpace ~
33237 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
33238
33239 \end_layout
33240
33241 \begin_layout Description
33242 Phonetic\InsetSpace ~
33243 Symbols
33244 \begin_inset Index
33245 status collapsed
33246
33247 \begin_layout Standard
33248 Phonetic symbols
33249 \end_layout
33250
33251 \end_inset
33252
33253
33254 \begin_inset Index
33255 status collapsed
33256
33257 \begin_layout Standard
33258 Language ! Phonetic symbols
33259 \end_layout
33260
33261 \end_inset
33262
33263  Creates a formula with a so called tipa inset.
33264  Here you can insert commands to create IPA phonetic symbols.
33265  For this feature you must have the LaTeX-package 
33266 \series bold
33267 tipa
33268 \series default
33269
33270 \begin_inset Index
33271 status collapsed
33272
33273 \begin_layout Standard
33274 LaTeX-packages ! tipa
33275 \end_layout
33276
33277 \end_inset
33278
33279  installed.
33280 \newline
33281 For more informations about this feature we refer to the documentation
33282  of 
33283 \series bold
33284 tipa, 
33285 \begin_inset CommandInset citation
33286 LatexCommand cite
33287 key "tipa"
33288
33289 \end_inset
33290
33291
33292 \series default
33293  and this Wiki-page:
33294 \newline
33295
33296 \begin_inset Flex URL
33297 status collapsed
33298
33299 \begin_layout Standard
33300
33301 http://wiki.lyx.org/LyX/LinguistLyX
33302 \end_layout
33303
33304 \end_inset
33305
33306 .
33307 \end_layout
33308
33309 \begin_layout Subsection
33310 Formatting
33311 \end_layout
33312
33313 \begin_layout Standard
33314 Here you can insert the following format constructs:
33315 \end_layout
33316
33317 \begin_layout Description
33318 Superscript Inserts an superscript: test
33319 \begin_inset Formula $^{\text{a,b}}$
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \begin_layout Description
33326 Subscript Inserts an subscript: test
33327 \begin_inset Formula $_{\text{3x}}$
33328 \end_inset
33329
33330
33331 \end_layout
33332
33333 \begin_layout Description
33334 Protected\InsetSpace ~
33335 Space Inserts a protected space that is described in section\InsetSpace ~
33336
33337 \begin_inset CommandInset ref
33338 LatexCommand ref
33339 reference "sub:Protected-Space"
33340
33341 \end_inset
33342
33343 .
33344 \end_layout
33345
33346 \begin_layout Description
33347 Inter-word\InsetSpace ~
33348 Space Inserts an inter-word space that is described in section\InsetSpace ~
33349
33350 \begin_inset CommandInset ref
33351 LatexCommand ref
33352 reference "sub:Inter-word-Space"
33353
33354 \end_inset
33355
33356 .
33357 \end_layout
33358
33359 \begin_layout Description
33360 Thin\InsetSpace ~
33361 Space Inserts a thin space that is described in section\InsetSpace ~
33362
33363 \begin_inset CommandInset ref
33364 LatexCommand ref
33365 reference "sub:Thin-Space"
33366
33367 \end_inset
33368
33369 .
33370 \end_layout
33371
33372 \begin_layout Description
33373 Horizontal\InsetSpace ~
33374 Fill Inserts an horizontal fill, see section\InsetSpace ~
33375
33376 \begin_inset CommandInset ref
33377 LatexCommand ref
33378 reference "sub:Horizontal-Space"
33379
33380 \end_inset
33381
33382  for a description.
33383 \end_layout
33384
33385 \begin_layout Description
33386 Horizontal\InsetSpace ~
33387 Line Inserts an horizontal line, see section\InsetSpace ~
33388
33389 \begin_inset CommandInset ref
33390 LatexCommand ref
33391 reference "sub:Horizontal-Lines"
33392
33393 \end_inset
33394
33395  for a description.
33396 \end_layout
33397
33398 \begin_layout Description
33399 Vertical\InsetSpace ~
33400 Space Inserts vertical space, see section\InsetSpace ~
33401
33402 \begin_inset CommandInset ref
33403 LatexCommand ref
33404 reference "sub:Vertical-Space"
33405
33406 \end_inset
33407
33408  for a description.
33409 \end_layout
33410
33411 \begin_layout Description
33412 Hyphenation\InsetSpace ~
33413 Point Inserts an hyphenation point, see section\InsetSpace ~
33414
33415 \begin_inset CommandInset ref
33416 LatexCommand ref
33417 reference "sub:Hyphenation"
33418
33419 \end_inset
33420
33421
33422 \end_layout
33423
33424 \begin_layout Description
33425 Ligature\InsetSpace ~
33426 Break Inserts a ligature break, see section\InsetSpace ~
33427
33428 \begin_inset CommandInset ref
33429 LatexCommand ref
33430 reference "sub:Ligatures"
33431
33432 \end_inset
33433
33434
33435 \end_layout
33436
33437 \begin_layout Description
33438 Line\InsetSpace ~
33439 Break Inserts a forced linebreak, see section\InsetSpace ~
33440
33441 \begin_inset CommandInset ref
33442 LatexCommand ref
33443 reference "sub:Forced-Linebreaks"
33444
33445 \end_inset
33446
33447
33448 \end_layout
33449
33450 \begin_layout Description
33451 Page\InsetSpace ~
33452 Break Inserts a forced pagebreak, described in section\InsetSpace ~
33453
33454 \begin_inset CommandInset ref
33455 LatexCommand ref
33456 reference "sub:Forced-Pagebreaks"
33457
33458 \end_inset
33459
33460
33461 \end_layout
33462
33463 \begin_layout Description
33464 Clear\InsetSpace ~
33465 Page Inserts a clear pagebreak, described in section\InsetSpace ~
33466
33467 \begin_inset CommandInset ref
33468 LatexCommand ref
33469 reference "sub:Clear-Pages"
33470
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \begin_layout Description
33477 Clear\InsetSpace ~
33478 Double\InsetSpace ~
33479 Page Inserts a clear doublepage break, described in section\InsetSpace ~
33480
33481 \begin_inset CommandInset ref
33482 LatexCommand ref
33483 reference "sub:Clear-Pages"
33484
33485 \end_inset
33486
33487
33488 \end_layout
33489
33490 \begin_layout Subsection
33491 List / TOC
33492 \end_layout
33493
33494 \begin_layout Standard
33495 Various lists can be inserted with this menu.
33496  The table of contents, the algorithm, figures, and tables list are described
33497  in section\InsetSpace ~
33498
33499 \begin_inset CommandInset ref
33500 LatexCommand ref
33501 reference "sec:toc"
33502
33503 \end_inset
33504
33505 .
33506  The index list is described in section\InsetSpace ~
33507
33508 \begin_inset CommandInset ref
33509 LatexCommand ref
33510 reference "sec:Index"
33511
33512 \end_inset
33513
33514 , the nomenclature in section\InsetSpace ~
33515
33516 \begin_inset CommandInset ref
33517 LatexCommand ref
33518 reference "sec:Nomenclature"
33519
33520 \end_inset
33521
33522 , and the BibTeX bibliography in section\InsetSpace ~
33523
33524 \begin_inset CommandInset ref
33525 LatexCommand ref
33526 reference "sub:Bibliography-databases"
33527
33528 \end_inset
33529
33530 .
33531 \end_layout
33532
33533 \begin_layout Subsection
33534 Float
33535 \end_layout
33536
33537 \begin_layout Standard
33538 To insert floats, described in section\InsetSpace ~
33539
33540 \begin_inset CommandInset ref
33541 LatexCommand ref
33542 reference "sec:Floats"
33543
33544 \end_inset
33545
33546 .
33547 \end_layout
33548
33549 \begin_layout Subsection
33550 Note
33551 \end_layout
33552
33553 \begin_layout Standard
33554 To insert notes, described in section\InsetSpace ~
33555
33556 \begin_inset CommandInset ref
33557 LatexCommand ref
33558 reference "sec:Notes"
33559
33560 \end_inset
33561
33562 .
33563 \end_layout
33564
33565 \begin_layout Subsection
33566 Branch
33567 \end_layout
33568
33569 \begin_layout Standard
33570 Inserts branch insets as described in section\InsetSpace ~
33571
33572 \begin_inset CommandInset ref
33573 LatexCommand ref
33574 reference "sec:Branches"
33575
33576 \end_inset
33577
33578 .
33579 \end_layout
33580
33581 \begin_layout Subsection
33582 File
33583 \begin_inset Index
33584 status collapsed
33585
33586 \begin_layout Standard
33587 External Material
33588 \end_layout
33589
33590 \end_inset
33591
33592
33593 \end_layout
33594
33595 \begin_layout Standard
33596 Here you can inserts files to include them or its content to your document.
33597  How this can be done is in detail explained in chapter 
33598 \emph on
33599 External Stuff
33600 \emph default
33601  of the 
33602 \emph on
33603 Embedded Objects
33604 \emph default
33605  manual.
33606 \end_layout
33607
33608 \begin_layout Subsection
33609 Box
33610 \begin_inset Index
33611 status collapsed
33612
33613 \begin_layout Standard
33614 Boxes
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Standard
33623 Inserts a minipage box that is described section\InsetSpace ~
33624
33625 \begin_inset CommandInset ref
33626 LatexCommand ref
33627 reference "sec:Minipages"
33628
33629 \end_inset
33630
33631 .
33632  All box types supported by LyX are explained in detail in chapter 
33633 \emph on
33634 Boxes
33635 \emph default
33636  of the 
33637 \emph on
33638 Embedded Objects
33639 \emph default
33640  manual.
33641 \end_layout
33642
33643 \begin_layout Subsection
33644 Citation
33645 \end_layout
33646
33647 \begin_layout Standard
33648 Inserts a citation as described in section\InsetSpace ~
33649
33650 \begin_inset CommandInset ref
33651 LatexCommand ref
33652 reference "sec:Bibliography"
33653
33654 \end_inset
33655
33656 .
33657 \end_layout
33658
33659 \begin_layout Subsection
33660 Cross-Reference
33661 \end_layout
33662
33663 \begin_layout Standard
33664 Inserts a cross-reference as described in section\InsetSpace ~
33665
33666 \begin_inset CommandInset ref
33667 LatexCommand ref
33668 reference "sec:Cross-References"
33669
33670 \end_inset
33671
33672 .
33673 \end_layout
33674
33675 \begin_layout Subsection
33676 Label
33677 \end_layout
33678
33679 \begin_layout Standard
33680 Inserts a label as described in section\InsetSpace ~
33681
33682 \begin_inset CommandInset ref
33683 LatexCommand ref
33684 reference "sec:Cross-References"
33685
33686 \end_inset
33687
33688 .
33689 \end_layout
33690
33691 \begin_layout Subsection
33692 Caption
33693 \begin_inset Index
33694 status collapsed
33695
33696 \begin_layout Standard
33697 Captions
33698 \end_layout
33699
33700 \end_inset
33701
33702
33703 \begin_inset Index
33704 status collapsed
33705
33706 \begin_layout Standard
33707 Longtables ! Caption
33708 \end_layout
33709
33710 \end_inset
33711
33712
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Inserts a caption to floats or longtables.
33717  Floats are described in section\InsetSpace ~
33718
33719 \begin_inset CommandInset ref
33720 LatexCommand ref
33721 reference "sec:Floats"
33722
33723 \end_inset
33724
33725 , cations in longtables are described in section 
33726 \emph on
33727 Longtable Captions
33728 \emph default
33729  of the 
33730 \emph on
33731 Embedded Objects
33732 \emph default
33733  manual.
33734 \end_layout
33735
33736 \begin_layout Subsection
33737 Index Entry
33738 \end_layout
33739
33740 \begin_layout Standard
33741 Inserts an index entry as described in section\InsetSpace ~
33742
33743 \begin_inset CommandInset ref
33744 LatexCommand ref
33745 reference "sec:Index"
33746
33747 \end_inset
33748
33749 .
33750 \end_layout
33751
33752 \begin_layout Subsection
33753 Nomenclature Entry
33754 \end_layout
33755
33756 \begin_layout Standard
33757 Inserts a nomenclature entry as described in section\InsetSpace ~
33758
33759 \begin_inset CommandInset ref
33760 LatexCommand ref
33761 reference "sec:Nomenclature"
33762
33763 \end_inset
33764
33765 .
33766 \end_layout
33767
33768 \begin_layout Subsection
33769 Table
33770 \end_layout
33771
33772 \begin_layout Standard
33773 Inserts a table.
33774  Tables are described in section\InsetSpace ~
33775
33776 \begin_inset CommandInset ref
33777 LatexCommand ref
33778 reference "sec:Tables"
33779
33780 \end_inset
33781
33782 .
33783 \end_layout
33784
33785 \begin_layout Subsection
33786 Graphics
33787 \end_layout
33788
33789 \begin_layout Standard
33790 Inserts a graphic.
33791  Graphics are described in section\InsetSpace ~
33792
33793 \begin_inset CommandInset ref
33794 LatexCommand ref
33795 reference "sec:Graphics"
33796
33797 \end_inset
33798
33799 .
33800 \end_layout
33801
33802 \begin_layout Subsection
33803 URL
33804 \end_layout
33805
33806 \begin_layout Standard
33807 Inserts an URL box as described in section\InsetSpace ~
33808
33809 \begin_inset CommandInset ref
33810 LatexCommand ref
33811 reference "sec:URL"
33812
33813 \end_inset
33814
33815 .
33816 \end_layout
33817
33818 \begin_layout Subsection
33819 Footnote
33820 \end_layout
33821
33822 \begin_layout Standard
33823 Inserts a footnote, see section\InsetSpace ~
33824
33825 \begin_inset CommandInset ref
33826 LatexCommand ref
33827 reference "sec:Footnotes"
33828
33829 \end_inset
33830
33831 .
33832 \end_layout
33833
33834 \begin_layout Subsection
33835 Marginal Note
33836 \end_layout
33837
33838 \begin_layout Standard
33839 Inserts a marginal note, see section\InsetSpace ~
33840
33841 \begin_inset CommandInset ref
33842 LatexCommand ref
33843 reference "sec:Marginal-Notes"
33844
33845 \end_inset
33846
33847 .
33848 \end_layout
33849
33850 \begin_layout Subsection
33851 Short Title
33852 \end_layout
33853
33854 \begin_layout Standard
33855 Inserts a short title, see section\InsetSpace ~
33856
33857 \begin_inset CommandInset ref
33858 LatexCommand ref
33859 reference "sec:Short-Titles"
33860
33861 \end_inset
33862
33863 .
33864 \end_layout
33865
33866 \begin_layout Subsection
33867 TeX Code
33868 \end_layout
33869
33870 \begin_layout Standard
33871 Inserts an ERT box, see section\InsetSpace ~
33872
33873 \begin_inset CommandInset ref
33874 LatexCommand ref
33875 reference "sub:ERT-Boxes"
33876
33877 \end_inset
33878
33879  for a description.
33880 \end_layout
33881
33882 \begin_layout Subsection
33883 Program Listing
33884 \begin_inset Index
33885 status collapsed
33886
33887 \begin_layout Standard
33888 Program listings
33889 \end_layout
33890
33891 \end_inset
33892
33893
33894 \end_layout
33895
33896 \begin_layout Standard
33897 Inserts a program listings box.
33898  Program listings are explained in chapter 
33899 \emph on
33900 Program Code Listings
33901 \emph default
33902  of the 
33903 \emph on
33904 Embedded Objects
33905 \emph default
33906  manual.
33907 \end_layout
33908
33909 \begin_layout Subsection
33910 Date
33911 \end_layout
33912
33913 \begin_layout Standard
33914 Inserts the actual date.
33915  The format dependends on the date format of the language that is used for
33916  LyX's menus.
33917  LyX offers another ways to insert a date which is explained in section
33918  
33919 \emph on
33920 External Material
33921 \emph default
33922  of the 
33923 \emph on
33924 Embedded Objects
33925 \emph default
33926  manual.
33927  There the different methods are also compared.
33928 \end_layout
33929
33930 \begin_layout Section
33931 The Navigate Menu
33932 \begin_inset Index
33933 status collapsed
33934
33935 \begin_layout Standard
33936 Menu ! Navigate
33937 \end_layout
33938
33939 \end_inset
33940
33941
33942 \end_layout
33943
33944 \begin_layout Standard
33945 This menu lists the existing, chapter, sections, figures, and tables of
33946  the current document.
33947  This allows you to navigate easily through you document.
33948 \end_layout
33949
33950 \begin_layout Standard
33951 The Navigate menu also offers to 
33952 \end_layout
33953
33954 \begin_layout Subsection
33955 Bookmarks
33956 \end_layout
33957
33958 \begin_layout Standard
33959 With this menu you are able to define your own bookmarks.
33960  This is useful when you are working on a large documents and often have
33961  to jump e.g.
33962  between section\InsetSpace ~
33963 2.5 and 6.3.
33964  To create bookmarks for this example, go to section\InsetSpace ~
33965 2.5 and use the menu
33966  
33967 \family sans
33968 Save\InsetSpace ~
33969 Bookmark\InsetSpace ~
33970 1
33971 \family default
33972 .
33973  Then go to section\InsetSpace ~
33974 6.3 and use 
33975 \family sans
33976 Save\InsetSpace ~
33977 Bookmark\InsetSpace ~
33978
33979 \family default
33980 2.
33981  Now you can easily jump between these sections by using the menu or by
33982  the key bindings 
33983 \family sans
33984 C-1
33985 \family default
33986  and 
33987 \family sans
33988 C-2
33989 \family default
33990 .
33991 \end_layout
33992
33993 \begin_layout Standard
33994 You can also use bookmarks to jump between several opened documents.
33995  The saved bookmarks are valid till the document is closed.
33996 \end_layout
33997
33998 \begin_layout Subsection
33999 Next Note, Change, Cross-reference
34000 \end_layout
34001
34002 \begin_layout Standard
34003 Jump to the next note, change, or cross-reference following the current
34004  cursor position.
34005 \end_layout
34006
34007 \begin_layout Subsection
34008 Go to Label
34009 \end_layout
34010
34011 \begin_layout Standard
34012 Only active when the cursor is in front of a cross-reference.
34013  Sets the cursor before the referenced label, the same as if you right-click
34014  on a cross-reference box.
34015 \end_layout
34016
34017 \begin_layout Section
34018 The Document Menu
34019 \begin_inset Index
34020 status collapsed
34021
34022 \begin_layout Standard
34023 Menu ! Document
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \begin_layout Subsection
34032 Change Tracking
34033 \end_layout
34034
34035 \begin_layout Standard
34036 Change Tracking is described in section\InsetSpace ~
34037
34038 \begin_inset CommandInset ref
34039 LatexCommand ref
34040 reference "sec:Change-Tracking"
34041
34042 \end_inset
34043
34044 .
34045 \end_layout
34046
34047 \begin_layout Subsection
34048 LaT
34049 \begin_inset ERT
34050 status collapsed
34051
34052 \begin_layout Standard
34053
34054 {}
34055 \end_layout
34056
34057 \end_inset
34058
34059 eX Log
34060 \end_layout
34061
34062 \begin_layout Standard
34063 After running LaTeX by viewing or exporting a document, this menu will be
34064  enabled.
34065  It shows the logfile of the used LaTeX-program.
34066 \end_layout
34067
34068 \begin_layout Standard
34069 Here you can see how LaTeX works in the background.
34070  
34071 \emph on
34072 Experts
34073 \emph default
34074  will find in it reasons for LaTeX-errors.
34075 \end_layout
34076
34077 \begin_layout Subsection
34078 Outline
34079 \end_layout
34080
34081 \begin_layout Standard
34082 Opens the TOC/Outline window as described in section\InsetSpace ~
34083
34084 \begin_inset CommandInset ref
34085 LatexCommand ref
34086 reference "sub:Table-of-Contents"
34087
34088 \end_inset
34089
34090 .
34091 \end_layout
34092
34093 \begin_layout Subsection
34094 Start Appendix Here
34095 \end_layout
34096
34097 \begin_layout Standard
34098 This menu will start the appendix of the document at the current cursor
34099  position as described in section\InsetSpace ~
34100
34101 \begin_inset CommandInset ref
34102 LatexCommand ref
34103 reference "sec:Appendices"
34104
34105 \end_inset
34106
34107 .
34108 \end_layout
34109
34110 \begin_layout Subsection
34111 Compressed
34112 \end_layout
34113
34114 \begin_layout Standard
34115 Un/compresses the actual document.
34116 \end_layout
34117
34118 \begin_layout Subsection
34119 Settings
34120 \begin_inset CommandInset label
34121 LatexCommand label
34122 name "sub:Settings"
34123
34124 \end_inset
34125
34126
34127 \begin_inset Index
34128 status collapsed
34129
34130 \begin_layout Standard
34131 Document ! Settings
34132 \end_layout
34133
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \begin_layout Standard
34140 This menu dialog contains some submenus to set properties for the whole
34141  document.
34142  You can save your document settings as default with the 
34143 \family sans
34144 Save as Document Defaults
34145 \family default
34146  button in the dialog.
34147  This will create a template named 
34148 \family typewriter
34149 default.lyx
34150 \family default
34151  which is automatically loaded by LyX when you create a new document without
34152  using a template.
34153 \end_layout
34154
34155 \begin_layout Standard
34156 The different submenus of the dialog are explained in the following:
34157 \end_layout
34158
34159 \begin_layout Subsubsection*
34160 Document Class
34161 \end_layout
34162
34163 \begin_layout Standard
34164 Here you set the document class, class options, and a Postscript driver.
34165  Document classes are described in section\InsetSpace ~
34166
34167 \begin_inset CommandInset ref
34168 LatexCommand ref
34169 reference "sec:Document-Classes"
34170
34171 \end_inset
34172
34173 .
34174  The Postscript driver is used for LaTeX's color and graphics packages.
34175  When using 
34176 \family sans
34177 Default
34178 \family default
34179 , the default driver for the LaTeX-packages are used.
34180  It is recommended to use the default unless your know what you are doing.
34181 \end_layout
34182
34183 \begin_layout Subsubsection*
34184 Fonts
34185 \end_layout
34186
34187 \begin_layout Standard
34188 The document font settings are described in section\InsetSpace ~
34189
34190 \begin_inset CommandInset ref
34191 LatexCommand ref
34192 reference "sec:Fonts-and-Text"
34193
34194 \end_inset
34195
34196 .
34197 \end_layout
34198
34199 \begin_layout Subsubsection*
34200 Text Layout
34201 \end_layout
34202
34203 \begin_layout Standard
34204 You can specify if paragraphs should be separated by indentations or vertical
34205  skips.
34206  The line spacing and the number of text columns can here also be specified.
34207  
34208 \end_layout
34209
34210 \begin_layout Standard
34211 Note that LyX won't show two columns or the set up line spacing on screen.
34212  That's impractical, often unreadable, and not part of the WYSIWYM concept.
34213  However, it will be as you specified it in the output.
34214 \end_layout
34215
34216 \begin_layout Standard
34217 The listings settings are explained in the corresponding section in the
34218  
34219 \emph on
34220 Embedded Objects
34221 \emph default
34222  manual.
34223 \end_layout
34224
34225 \begin_layout Subsubsection*
34226 Page Layout
34227 \end_layout
34228
34229 \begin_layout Standard
34230 A description of this menu is given in section\InsetSpace ~
34231
34232 \begin_inset CommandInset ref
34233 LatexCommand ref
34234 reference "sub:Paper-Size,-Orientation,"
34235
34236 \end_inset
34237
34238  and 
34239 \begin_inset CommandInset ref
34240 LatexCommand ref
34241 reference "sub:Document-Layout"
34242
34243 \end_inset
34244
34245 .
34246 \end_layout
34247
34248 \begin_layout Subsubsection*
34249 Page Margins
34250 \end_layout
34251
34252 \begin_layout Standard
34253 Here you can adjust the paper margins, see section\InsetSpace ~
34254
34255 \begin_inset CommandInset ref
34256 LatexCommand ref
34257 reference "sub:Margins"
34258
34259 \end_inset
34260
34261 .
34262 \end_layout
34263
34264 \begin_layout Subsubsection*
34265 Language
34266 \begin_inset Index
34267 status collapsed
34268
34269 \begin_layout Standard
34270 Language ! Encoding
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \begin_layout Standard
34279 The document language and quote styles are set here.
34280  The encoding specifies how the document content is exported to LaTeX (the
34281  LyX file is always encoded in utf8).
34282  All characters that cannot be encoded using the specified encoding will
34283  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
34284  known for a particular character).
34285 \begin_inset Foot
34286 status collapsed
34287
34288 \begin_layout Standard
34289 The known commands are defined in a text file.
34290  You can add commands for unknown symbols to that file yourself, see the
34291  
34292 \emph on
34293 Customization
34294 \emph default
34295  manual for details.
34296 \end_layout
34297
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Standard
34304 If you use the option 
34305 \family sans
34306 use language's default encoding
34307 \family default
34308 , LyX determines the encoding of a portion of text from the language of
34309  this text.
34310  If the document contains text in more than one language you may get more
34311  than one encoding in the LaTeX file.
34312  If you do not use this option then the complete document will always use
34313  exactly one encoding.
34314  Checking this option is the preferred setting unless you use 
34315 \family sans
34316 XeTeX
34317 \family default
34318
34319 \begin_inset Foot
34320 status collapsed
34321
34322 \begin_layout Standard
34323 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
34324  It natively supports Unicode while its input file is assumed to be in UTF-8
34325  encoding.
34326  More about using LyX with XeTeX can be found in 
34327 \begin_inset CommandInset citation
34328 LatexCommand cite
34329 key "XeTeX"
34330
34331 \end_inset
34332
34333 .
34334 \end_layout
34335
34336 \end_inset
34337
34338  (see below).
34339 \end_layout
34340
34341 \begin_layout Standard
34342 LyX also supports Unicode output, which is particularly useful if you need
34343  lots of special symbols or non-alphabetic scripts, respectively.
34344  If you want to use this (and your LaTeX installation supports Unicode,
34345  for that matter), choose one of the four utf8 variants from the list below.
34346  Unfortunately the unicode support of standard LaTeX is quite incomplete,
34347  so it is not uncommon that a file with lots of unicode symbols works fine
34348  with 
34349 \family sans
34350 use language's default encoding
34351 \family default
34352  (when LyX uses it's list of known LaTeX-commands), but does not work with
34353  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
34354  because all unicode symbols can be encoded in utf8).
34355 \end_layout
34356
34357 \begin_layout Standard
34358 Here is a list with the important encodings:
34359 \end_layout
34360
34361 \begin_layout Description
34362 LaTeX\InsetSpace ~
34363 default Same as 
34364 \family sans
34365 use language's default encoding
34366 \family default
34367 , but the LaTeX-package 
34368 \series bold
34369 inputenc
34370 \series default
34371
34372 \begin_inset Index
34373 status collapsed
34374
34375 \begin_layout Standard
34376 LaTeX-packages ! inputenc
34377 \end_layout
34378
34379 \end_inset
34380
34381  is not used.
34382  You probably need to load some other packages manually in the preamble.
34383 \end_layout
34384
34385 \begin_layout Description
34386 armscii8 encoding for Armenian
34387 \end_layout
34388
34389 \begin_layout Description
34390 ascii the ASCII encoding, covers only plain English, may result in a big
34391  file because lots of LaTeX-commands may be needed
34392 \end_layout
34393
34394 \begin_layout Description
34395 cp1250 MS Windows code page for latin2
34396 \end_layout
34397
34398 \begin_layout Description
34399 cp1251 MS Windows code page for Cyrillic
34400 \end_layout
34401
34402 \begin_layout Description
34403 cp1252 MS Windows code page for latin1
34404 \end_layout
34405
34406 \begin_layout Description
34407 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
34408 \end_layout
34409
34410 \begin_layout Description
34411 cp1256 MS Windows code page for Arabic and Farsi
34412 \end_layout
34413
34414 \begin_layout Description
34415 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
34416 13 encoding that is a superset of the ISO-8859-4 encoding
34417 \end_layout
34418
34419 \begin_layout Description
34420 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
34421  Serbian, and Ukrainian
34422 \end_layout
34423
34424 \begin_layout Description
34425 iso-8859-7 the ISO-8859-7 encoding, covers Greek
34426 \end_layout
34427
34428 \begin_layout Description
34429 8859-8 the ISO-8859-8 encoding, covers Hebrew
34430 \end_layout
34431
34432 \begin_layout Description
34433 koi8-r standard Cyrillic especially for Russian
34434 \end_layout
34435
34436 \begin_layout Description
34437 koi8-u Cyrillic for Ukrainian
34438 \end_layout
34439
34440 \begin_layout Description
34441 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
34442  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
34443  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
34444  replaced by latin9
34445 \end_layout
34446
34447 \begin_layout Description
34448 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
34449  Hungarian, Polish, Romanian, Slovak, and Slovenian
34450 \end_layout
34451
34452 \begin_layout Description
34453 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
34454  Turkish
34455 \end_layout
34456
34457 \begin_layout Description
34458 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
34459 \end_layout
34460
34461 \begin_layout Description
34462 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
34463  where the Icelandic letters are replaced by Turkish ones
34464 \end_layout
34465
34466 \begin_layout Description
34467 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
34468  the euro currency sign, the 
34469 \begin_inset ERT
34470 status collapsed
34471
34472 \begin_layout Standard
34473
34474
34475 \backslash
34476 oe
34477 \end_layout
34478
34479 \end_inset
34480
34481 -ligature and some characters used for French and Finnish; latin9 should
34482  be the replacement for latin1
34483 \end_layout
34484
34485 \begin_layout Description
34486 pt154 Cyrillic for Kazakh
34487 \end_layout
34488
34489 \begin_layout Description
34490 utf8 Unicode utf8 with the LaTeX-package 
34491 \series bold
34492 inputenc
34493 \series default
34494
34495 \begin_inset Index
34496 status collapsed
34497
34498 \begin_layout Standard
34499 LaTeX-packages ! inputenc
34500 \end_layout
34501
34502 \end_inset
34503
34504  (first variant, for latin symbols and some others).
34505 \end_layout
34506
34507 \begin_layout Description
34508 utf8x Unicode utf8 with the LaTeX-package 
34509 \series bold
34510 inputenc
34511 \series default
34512  (second variant, for greek and CJK symbols and some others).
34513 \end_layout
34514
34515 \begin_layout Description
34516 UTF8 Unicode utf8 with the LaTeX-package 
34517 \series bold
34518 CJK
34519 \series default
34520
34521 \begin_inset Index
34522 status collapsed
34523
34524 \begin_layout Standard
34525 LaTeX-packages ! CJK
34526 \end_layout
34527
34528 \end_inset
34529
34530  (for the languages Chinese, Japanese and Korean)
34531 \end_layout
34532
34533 \begin_layout Description
34534 utf8-plain Unicode utf8 to be used with 
34535 \family sans
34536 XeTeX
34537 \family default
34538 , which uses Unicode directly, without the help of the LaTeX-package 
34539 \series bold
34540 inputenc
34541 \series default
34542  
34543 \begin_inset Foot
34544 status collapsed
34545
34546 \begin_layout Standard
34547 More about using LyX with XeTeX can be found in 
34548 \begin_inset CommandInset citation
34549 LatexCommand cite
34550 key "XeTeX"
34551
34552 \end_inset
34553
34554 .
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Subsubsection*
34563 Numbering & TOC
34564 \end_layout
34565
34566 \begin_layout Standard
34567 You can adjust here the numbering depth of sections headings as described
34568  in section\InsetSpace ~
34569
34570 \begin_inset CommandInset ref
34571 LatexCommand ref
34572 reference "sub:Numbering-depth"
34573
34574 \end_inset
34575
34576 .
34577 \end_layout
34578
34579 \begin_layout Subsubsection*
34580 Bibliography
34581 \end_layout
34582
34583 \begin_layout Standard
34584 You can specify here a citation style using the LaTeX-packages 
34585 \series bold
34586 natbib
34587 \begin_inset Index
34588 status collapsed
34589
34590 \begin_layout Standard
34591 LaTeX-packages ! natbib
34592 \end_layout
34593
34594 \end_inset
34595
34596
34597 \series default
34598  or 
34599 \series bold
34600 jurabib
34601 \series default
34602
34603 \begin_inset Index
34604 status collapsed
34605
34606 \begin_layout Standard
34607 LaTeX-packages ! jurabib
34608 \end_layout
34609
34610 \end_inset
34611
34612 .
34613  For a further description see section\InsetSpace ~
34614
34615 \begin_inset CommandInset ref
34616 LatexCommand ref
34617 reference "sec:Bibliography"
34618
34619 \end_inset
34620
34621 .
34622 \end_layout
34623
34624 \begin_layout Subsubsection*
34625 Math Options
34626 \end_layout
34627
34628 \begin_layout Standard
34629 These options will force LyX to use the LaTeX-packages 
34630 \series bold
34631 amsmath
34632 \begin_inset Index
34633 status collapsed
34634
34635 \begin_layout Standard
34636 LaTeX-packages ! amsmath
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \series default
34643  and 
34644 \series bold
34645 esint
34646 \begin_inset Index
34647 status collapsed
34648
34649 \begin_layout Standard
34650 LaTeX-packages ! esint
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \series default
34657  or to use them automatically when they are needed.
34658 \end_layout
34659
34660 \begin_layout Standard
34661
34662 \series bold
34663 amsmath
34664 \series default
34665  is needed for many constructs, so when you get LaTeX-errors in formulas,
34666  assure that you have enabled AMS.
34667 \end_layout
34668
34669 \begin_layout Standard
34670
34671 \series bold
34672 esint
34673 \series default
34674  is used for special integral characters.
34675 \end_layout
34676
34677 \begin_layout Subsubsection*
34678 Float Placement
34679 \end_layout
34680
34681 \begin_layout Standard
34682 The float placement options are described in section
34683 \begin_inset Formula $\,$
34684 \end_inset
34685
34686
34687 \begin_inset CommandInset ref
34688 LatexCommand ref
34689 reference "sub:Float-Placement"
34690
34691 \end_inset
34692
34693 .
34694 \end_layout
34695
34696 \begin_layout Subsubsection*
34697 Bullets
34698 \end_layout
34699
34700 \begin_layout Standard
34701 Here you can adjust the characters for the itemize levels.
34702  The itemize environment is described in section\InsetSpace ~
34703
34704 \begin_inset CommandInset ref
34705 LatexCommand ref
34706 reference "sec:Itemize"
34707
34708 \end_inset
34709
34710 .
34711 \end_layout
34712
34713 \begin_layout Subsubsection*
34714 Branches
34715 \end_layout
34716
34717 \begin_layout Standard
34718 Branches are described in section\InsetSpace ~
34719
34720 \begin_inset CommandInset ref
34721 LatexCommand ref
34722 reference "sec:Branches"
34723
34724 \end_inset
34725
34726 .
34727 \end_layout
34728
34729 \begin_layout Subsubsection*
34730 LaT
34731 \begin_inset ERT
34732 status collapsed
34733
34734 \begin_layout Standard
34735
34736 {}
34737 \end_layout
34738
34739 \end_inset
34740
34741 eX Preamble
34742 \end_layout
34743
34744 \begin_layout Standard
34745 In this text field are entered commands to load special LaTeX-packages or
34746  to define LaTeX-commands.
34747  The preamble is a thing for LaTeX-experts.
34748  You shouldn't enter commands here until you don't exactly know what you
34749  do.
34750 \end_layout
34751
34752 \begin_layout Standard
34753 An introduction in the LaTeX-syntax is given in section\InsetSpace ~
34754
34755 \begin_inset CommandInset ref
34756 LatexCommand ref
34757 reference "sub:LaTeX-Syntax"
34758
34759 \end_inset
34760
34761 .
34762 \end_layout
34763
34764 \begin_layout Section
34765 The Tools Menu
34766 \begin_inset Index
34767 status collapsed
34768
34769 \begin_layout Standard
34770 Menu ! Tools
34771 \end_layout
34772
34773 \end_inset
34774
34775
34776 \end_layout
34777
34778 \begin_layout Subsection
34779 Spellchecker
34780 \end_layout
34781
34782 \begin_layout Standard
34783 Spell checking is explained in section\InsetSpace ~
34784
34785 \begin_inset CommandInset ref
34786 LatexCommand ref
34787 reference "sec:Spellchecking"
34788
34789 \end_inset
34790
34791 .
34792 \end_layout
34793
34794 \begin_layout Subsection
34795 Thesaurus
34796 \end_layout
34797
34798 \begin_layout Standard
34799 The thesaurus is described in section\InsetSpace ~
34800
34801 \begin_inset CommandInset ref
34802 LatexCommand ref
34803 reference "sec:Thesaurus"
34804
34805 \end_inset
34806
34807 .
34808 \end_layout
34809
34810 \begin_layout Subsection
34811 Count Words
34812 \begin_inset Index
34813 status collapsed
34814
34815 \begin_layout Standard
34816 Word count
34817 \end_layout
34818
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \begin_layout Standard
34825 Counts the number of words in the actual document or the highlighted document
34826  part.
34827 \end_layout
34828
34829 \begin_layout Subsection
34830 T
34831 \begin_inset ERT
34832 status collapsed
34833
34834 \begin_layout Standard
34835
34836 {}
34837 \end_layout
34838
34839 \end_inset
34840
34841 eX Information
34842 \begin_inset Index
34843 status collapsed
34844
34845 \begin_layout Standard
34846 TeX Information
34847 \end_layout
34848
34849 \end_inset
34850
34851
34852 \end_layout
34853
34854 \begin_layout Standard
34855 Shows you a list of the classes and styles installed in your LaTeX-system.
34856 \end_layout
34857
34858 \begin_layout Subsection
34859 Reconfigure
34860 \begin_inset Index
34861 status collapsed
34862
34863 \begin_layout Standard
34864 Reconfiguration of LyX
34865 \end_layout
34866
34867 \end_inset
34868
34869
34870 \begin_inset Index
34871 status collapsed
34872
34873 \begin_layout Standard
34874 LyX ! Reconfigure|see
34875 \begin_inset ERT
34876 status collapsed
34877
34878 \begin_layout Standard
34879
34880 {
34881 \end_layout
34882
34883 \end_inset
34884
34885 Reconfiguration of LyX
34886 \begin_inset ERT
34887 status collapsed
34888
34889 \begin_layout Standard
34890
34891 }
34892 \end_layout
34893
34894 \end_inset
34895
34896
34897 \end_layout
34898
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \begin_layout Standard
34905 This menu reconfigures LyX.
34906  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
34907
34908 \begin_inset CommandInset ref
34909 LatexCommand ref
34910 reference "sec:Basic-LyX-Setup"
34911
34912 \end_inset
34913
34914 .
34915 \end_layout
34916
34917 \begin_layout Subsection
34918 Preferences
34919 \end_layout
34920
34921 \begin_layout Standard
34922 The preferences dialog is described in detail in chapter
34923 \begin_inset Formula $\,$
34924 \end_inset
34925
34926
34927 \begin_inset CommandInset ref
34928 LatexCommand ref
34929 reference "cha:The-Preferences-dialog"
34930
34931 \end_inset
34932
34933 .
34934 \end_layout
34935
34936 \begin_layout Section
34937 The Help Menu
34938 \begin_inset Index
34939 status collapsed
34940
34941 \begin_layout Standard
34942 Menu ! Help
34943 \end_layout
34944
34945 \end_inset
34946
34947
34948 \end_layout
34949
34950 \begin_layout Standard
34951 This menu opens the documentation files of LyX in the language of LyX's
34952  menus.
34953 \end_layout
34954
34955 \begin_layout Standard
34956 The menu 
34957 \family sans
34958 LaTeX\InsetSpace ~
34959 Configuration
34960 \family default
34961  shows a LyX-document with informations about the LaTeX-packages and classes
34962  found by LyX (see also section\InsetSpace ~
34963
34964 \begin_inset CommandInset ref
34965 LatexCommand ref
34966 reference "sec:LaTeX-Setup"
34967
34968 \end_inset
34969
34970 ).
34971 \end_layout
34972
34973 \begin_layout Section
34974 Toolbars
34975 \begin_inset CommandInset label
34976 LatexCommand label
34977 name "sec:Toolbars"
34978
34979 \end_inset
34980
34981
34982 \end_layout
34983
34984 \begin_layout Standard
34985 How to show or hide toolbars is explained in section\InsetSpace ~
34986
34987 \begin_inset CommandInset ref
34988 LatexCommand ref
34989 reference "sub:Toolbars"
34990
34991 \end_inset
34992
34993 .
34994 \end_layout
34995
34996 \begin_layout Standard
34997 It is also possible to define custom toolbars.
34998  This is described in the 
34999 \emph on
35000 Extended Features
35001 \emph default
35002  manual.
35003  
35004 \end_layout
35005
35006 \begin_layout Subsection
35007 Standard Toolbar
35008 \begin_inset Index
35009 status collapsed
35010
35011 \begin_layout Standard
35012 Toolbar ! Standard
35013 \end_layout
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \begin_layout Standard
35021 \begin_inset Graphics
35022         filename clipart/StandardToolbar.png
35023         embed ""
35024         width 100col%
35025
35026 \end_inset
35027
35028
35029 \end_layout
35030
35031 \begin_layout Standard
35032 \begin_inset VSpace defskip
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \begin_layout Standard
35039 The standard toolbar as shown above contains from left to right the following
35040  buttons:
35041 \begin_inset ERT
35042 status collapsed
35043
35044 \begin_layout Standard
35045
35046
35047 \backslash
35048 setlength{
35049 \backslash
35050 LTleft}{0pt}
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \begin_inset Note Note
35057 status collapsed
35058
35059 \begin_layout Standard
35060 This is necessary to left align the following longtables.
35061  See the 
35062 \emph on
35063 Embedded Objects
35064 \emph default
35065  manual for more information.
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \begin_layout Standard
35074 \begin_inset VSpace defskip
35075 \end_inset
35076
35077
35078 \end_layout
35079
35080 \begin_layout Standard
35081 \begin_inset Tabular
35082 <lyxtabular version="3" rows="1" columns="2">
35083 <features islongtable="true">
35084 <column alignment="center" valignment="top" width="0">
35085 <column alignment="center" valignment="top" width="0">
35086 <row>
35087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Standard
35091 \begin_inset Graphics
35092         filename clipart/ToolbarEnvBox.png
35093         embed ""
35094         clip
35095
35096 \end_inset
35097
35098
35099 \end_layout
35100
35101 \end_inset
35102 </cell>
35103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35104 \begin_inset Text
35105
35106 \begin_layout Standard
35107 pull-down menu for the paragraph environments
35108 \end_layout
35109
35110 \end_inset
35111 </cell>
35112 </row>
35113 </lyxtabular>
35114
35115 \end_inset
35116
35117
35118 \end_layout
35119
35120 \begin_layout Standard
35121 \begin_inset VSpace -10mm
35122 \end_inset
35123
35124
35125 \end_layout
35126
35127 \begin_layout Standard
35128 \align left
35129 \begin_inset Tabular
35130 <lyxtabular version="3" rows="20" columns="2">
35131 <features islongtable="true">
35132 <column alignment="left" valignment="top" width="0">
35133 <column alignment="left" valignment="top" width="0">
35134 <row interlinespace="2.5mm">
35135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35136 \begin_inset Text
35137
35138 \begin_layout Standard
35139
35140 \family sans
35141 \begin_inset Graphics
35142         filename ../images/buffer-new.png
35143         embed ""
35144         BoundingBox 0bp 5bp 20bp 20bp
35145
35146 \end_inset
35147
35148
35149 \end_layout
35150
35151 \end_inset
35152 </cell>
35153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35154 \begin_inset Text
35155
35156 \begin_layout Standard
35157
35158 \family sans
35159 File\SpecialChar \menuseparator
35160 New
35161 \end_layout
35162
35163 \end_inset
35164 </cell>
35165 </row>
35166 <row interlinespace="2.5mm">
35167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35168 \begin_inset Text
35169
35170 \begin_layout Standard
35171 \begin_inset Graphics
35172         filename ../images/file-open.png
35173         embed ""
35174         BoundingBox 0bp 5bp 20bp 20bp
35175
35176 \end_inset
35177
35178
35179 \end_layout
35180
35181 \end_inset
35182 </cell>
35183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35184 \begin_inset Text
35185
35186 \begin_layout Standard
35187
35188 \family sans
35189 File\SpecialChar \menuseparator
35190 Open
35191 \end_layout
35192
35193 \end_inset
35194 </cell>
35195 </row>
35196 <row interlinespace="2.5mm">
35197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35198 \begin_inset Text
35199
35200 \begin_layout Standard
35201 \begin_inset Graphics
35202         filename ../images/buffer-write.png
35203         embed ""
35204         BoundingBox 0bp 5bp 20bp 20bp
35205
35206 \end_inset
35207
35208
35209 \end_layout
35210
35211 \end_inset
35212 </cell>
35213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35214 \begin_inset Text
35215
35216 \begin_layout Standard
35217
35218 \family sans
35219 File\SpecialChar \menuseparator
35220 Save
35221 \end_layout
35222
35223 \end_inset
35224 </cell>
35225 </row>
35226 <row interlinespace="2.5mm">
35227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35228 \begin_inset Text
35229
35230 \begin_layout Standard
35231 \begin_inset Graphics
35232         filename ../images/dialog-show_print.png
35233         embed ""
35234         BoundingBox 0bp 5bp 24bp 20bp
35235
35236 \end_inset
35237
35238
35239 \end_layout
35240
35241 \end_inset
35242 </cell>
35243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35244 \begin_inset Text
35245
35246 \begin_layout Standard
35247
35248 \family sans
35249 File\SpecialChar \menuseparator
35250 Print
35251 \end_layout
35252
35253 \end_inset
35254 </cell>
35255 </row>
35256 <row interlinespace="2.5mm">
35257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35258 \begin_inset Text
35259
35260 \begin_layout Standard
35261 \begin_inset Graphics
35262         filename ../images/dialog-show_spellchecker.png
35263         embed ""
35264         BoundingBox 0bp 5bp 20bp 20bp
35265
35266 \end_inset
35267
35268
35269 \end_layout
35270
35271 \end_inset
35272 </cell>
35273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35274 \begin_inset Text
35275
35276 \begin_layout Standard
35277
35278 \family sans
35279 Tools\SpecialChar \menuseparator
35280 Spellchecker
35281 \end_layout
35282
35283 \end_inset
35284 </cell>
35285 </row>
35286 <row interlinespace="2.5mm">
35287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35288 \begin_inset Text
35289
35290 \begin_layout Standard
35291 \begin_inset Graphics
35292         filename ../images/undo.png
35293         embed ""
35294         BoundingBox 0bp 5bp 20bp 20bp
35295
35296 \end_inset
35297
35298
35299 \end_layout
35300
35301 \end_inset
35302 </cell>
35303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35304 \begin_inset Text
35305
35306 \begin_layout Standard
35307
35308 \family sans
35309 Edit\SpecialChar \menuseparator
35310 Undo
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 </row>
35316 <row interlinespace="2.5mm">
35317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35318 \begin_inset Text
35319
35320 \begin_layout Standard
35321 \begin_inset Graphics
35322         filename ../images/redo.png
35323         embed ""
35324         BoundingBox 0bp 5bp 20bp 20bp
35325
35326 \end_inset
35327
35328
35329 \end_layout
35330
35331 \end_inset
35332 </cell>
35333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35334 \begin_inset Text
35335
35336 \begin_layout Standard
35337
35338 \family sans
35339 Edit\SpecialChar \menuseparator
35340 Redo
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 </row>
35346 <row interlinespace="2.5mm">
35347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Standard
35351 \begin_inset Graphics
35352         filename ../images/cut.png
35353         embed ""
35354         BoundingBox 0bp 5bp 20bp 20bp
35355
35356 \end_inset
35357
35358
35359 \end_layout
35360
35361 \end_inset
35362 </cell>
35363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35364 \begin_inset Text
35365
35366 \begin_layout Standard
35367
35368 \family sans
35369 Edit\SpecialChar \menuseparator
35370 Cut
35371 \end_layout
35372
35373 \end_inset
35374 </cell>
35375 </row>
35376 <row interlinespace="2.5mm">
35377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35378 \begin_inset Text
35379
35380 \begin_layout Standard
35381 \begin_inset Graphics
35382         filename ../images/copy.png
35383         embed ""
35384         BoundingBox 0bp 5bp 20bp 20bp
35385
35386 \end_inset
35387
35388
35389 \end_layout
35390
35391 \end_inset
35392 </cell>
35393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35394 \begin_inset Text
35395
35396 \begin_layout Standard
35397
35398 \family sans
35399 Edit\SpecialChar \menuseparator
35400 Copy
35401 \end_layout
35402
35403 \end_inset
35404 </cell>
35405 </row>
35406 <row interlinespace="2.5mm">
35407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35408 \begin_inset Text
35409
35410 \begin_layout Standard
35411 \begin_inset Graphics
35412         filename ../images/paste.png
35413         embed ""
35414         BoundingBox 0bp 5bp 20bp 20bp
35415
35416 \end_inset
35417
35418
35419 \end_layout
35420
35421 \end_inset
35422 </cell>
35423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35424 \begin_inset Text
35425
35426 \begin_layout Standard
35427
35428 \family sans
35429 Edit\SpecialChar \menuseparator
35430 Paste
35431 \end_layout
35432
35433 \end_inset
35434 </cell>
35435 </row>
35436 <row interlinespace="2.5mm">
35437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35438 \begin_inset Text
35439
35440 \begin_layout Standard
35441 \begin_inset Graphics
35442         filename ../images/dialog-show_findreplace.png
35443         embed ""
35444         BoundingBox 0bp 5bp 20bp 25bp
35445         rotateOrigin center
35446
35447 \end_inset
35448
35449
35450 \end_layout
35451
35452 \end_inset
35453 </cell>
35454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35455 \begin_inset Text
35456
35457 \begin_layout Standard
35458
35459 \family sans
35460 Edit\SpecialChar \menuseparator
35461 Find\InsetSpace \thinspace{}
35462 &\InsetSpace \thinspace{}
35463 Replace
35464 \end_layout
35465
35466 \end_inset
35467 </cell>
35468 </row>
35469 <row interlinespace="2.5mm">
35470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35471 \begin_inset Text
35472
35473 \begin_layout Standard
35474 \begin_inset Graphics
35475         filename ../images/font-emph.png
35476         embed ""
35477         BoundingBox 0bp 5bp 20bp 20bp
35478
35479 \end_inset
35480
35481
35482 \end_layout
35483
35484 \end_inset
35485 </cell>
35486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35487 \begin_inset Text
35488
35489 \begin_layout Standard
35490 Emphasize text, function of the Edit
35491 \family sans
35492 \SpecialChar \menuseparator
35493 Text\InsetSpace ~
35494 Style
35495 \family default
35496  dialog
35497 \end_layout
35498
35499 \end_inset
35500 </cell>
35501 </row>
35502 <row interlinespace="2.5mm">
35503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35504 \begin_inset Text
35505
35506 \begin_layout Standard
35507 \begin_inset Graphics
35508         filename ../images/font-noun.png
35509         embed ""
35510         BoundingBox 0bp 5bp 20bp 20bp
35511
35512 \end_inset
35513
35514
35515 \end_layout
35516
35517 \end_inset
35518 </cell>
35519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35520 \begin_inset Text
35521
35522 \begin_layout Standard
35523 Set text to noun style, function of the Edit
35524 \family sans
35525 \SpecialChar \menuseparator
35526 Text\InsetSpace ~
35527 Style
35528 \family default
35529  dialog
35530 \end_layout
35531
35532 \end_inset
35533 </cell>
35534 </row>
35535 <row interlinespace="2.5mm">
35536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35537 \begin_inset Text
35538
35539 \begin_layout Standard
35540 \begin_inset Graphics
35541         filename ../images/font-free-apply.png
35542         embed ""
35543         BoundingBox 0bp 5bp 20bp 20bp
35544
35545 \end_inset
35546
35547
35548 \end_layout
35549
35550 \end_inset
35551 </cell>
35552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35553 \begin_inset Text
35554
35555 \begin_layout Standard
35556 Formats text using the current settings in the 
35557 \family sans
35558 Edit\SpecialChar \menuseparator
35559 Text\InsetSpace ~
35560 Style
35561 \family default
35562  dialog
35563 \end_layout
35564
35565 \end_inset
35566 </cell>
35567 </row>
35568 <row interlinespace="2.5mm">
35569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35570 \begin_inset Text
35571
35572 \begin_layout Standard
35573 \begin_inset Graphics
35574         filename ../images/math-mode.png
35575         embed ""
35576         BoundingBox 0bp 5bp 20bp 20bp
35577
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \end_inset
35584 </cell>
35585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35586 \begin_inset Text
35587
35588 \begin_layout Standard
35589
35590 \family sans
35591 Insert\SpecialChar \menuseparator
35592 Math\SpecialChar \menuseparator
35593 Inline\InsetSpace ~
35594 Formula
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 </row>
35600 <row interlinespace="2.5mm">
35601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Standard
35605 \begin_inset Graphics
35606         filename ../images/dialog-show-new-inset_graphics.png
35607         embed ""
35608         BoundingBox 0bp 5bp 20bp 25bp
35609         rotateOrigin center
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \end_inset
35617 </cell>
35618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Standard
35622
35623 \family sans
35624 Insert\SpecialChar \menuseparator
35625 Graphics
35626 \end_layout
35627
35628 \end_inset
35629 </cell>
35630 </row>
35631 <row interlinespace="2.5mm">
35632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35633 \begin_inset Text
35634
35635 \begin_layout Standard
35636 \begin_inset Graphics
35637         filename ../images/tabular-insert.png
35638         embed ""
35639         BoundingBox 0bp 5bp 20bp 25bp
35640         rotateOrigin center
35641
35642 \end_inset
35643
35644
35645 \end_layout
35646
35647 \end_inset
35648 </cell>
35649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35650 \begin_inset Text
35651
35652 \begin_layout Standard
35653
35654 \family sans
35655 Insert\SpecialChar \menuseparator
35656 Table
35657 \end_layout
35658
35659 \end_inset
35660 </cell>
35661 </row>
35662 <row interlinespace="2.5mm">
35663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35664 \begin_inset Text
35665
35666 \begin_layout Standard
35667 \begin_inset Graphics
35668         filename ../images/dialog-toggle_toc.png
35669         embed ""
35670         BoundingBox 0bp 5bp 20bp 25bp
35671         rotateOrigin center
35672
35673 \end_inset
35674
35675
35676 \end_layout
35677
35678 \end_inset
35679 </cell>
35680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35681 \begin_inset Text
35682
35683 \begin_layout Standard
35684 Toggle outline window on/off, 
35685 \family sans
35686 Document\SpecialChar \menuseparator
35687 Outline
35688 \end_layout
35689
35690 \end_inset
35691 </cell>
35692 </row>
35693 <row interlinespace="2.5mm">
35694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35695 \begin_inset Text
35696
35697 \begin_layout Standard
35698 \begin_inset Graphics
35699         filename ../images/toolbar-toggle_math.png
35700         embed ""
35701         BoundingBox 0bp 5bp 20bp 25bp
35702         rotateOrigin center
35703
35704 \end_inset
35705
35706
35707 \end_layout
35708
35709 \end_inset
35710 </cell>
35711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35712 \begin_inset Text
35713
35714 \begin_layout Standard
35715 Toggle math toolbar on/off
35716 \end_layout
35717
35718 \end_inset
35719 </cell>
35720 </row>
35721 <row interlinespace="2.5mm">
35722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35723 \begin_inset Text
35724
35725 \begin_layout Standard
35726 \begin_inset Graphics
35727         filename ../images/toolbar-toggle_table.png
35728         embed ""
35729         BoundingBox 0bp 5bp 20bp 25bp
35730         rotateOrigin center
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \end_inset
35738 </cell>
35739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35740 \begin_inset Text
35741
35742 \begin_layout Standard
35743 Toggle table toolbar on/off
35744 \end_layout
35745
35746 \end_inset
35747 </cell>
35748 </row>
35749 </lyxtabular>
35750
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \begin_layout Subsection
35757 Extra Toolbar
35758 \begin_inset Index
35759 status collapsed
35760
35761 \begin_layout Standard
35762 Toolbar ! Extra
35763 \end_layout
35764
35765 \end_inset
35766
35767
35768 \end_layout
35769
35770 \begin_layout Standard
35771 \begin_inset Graphics
35772         filename clipart/ExtraToolbar.png
35773         embed ""
35774         width 100col%
35775
35776 \end_inset
35777
35778
35779 \end_layout
35780
35781 \begin_layout Standard
35782 \begin_inset VSpace defskip
35783 \end_inset
35784
35785
35786 \end_layout
35787
35788 \begin_layout Standard
35789 The extra toolbar as shown above contains from left to right the following
35790  buttons:
35791 \end_layout
35792
35793 \begin_layout Standard
35794 \begin_inset VSpace defskip
35795 \end_inset
35796
35797
35798 \end_layout
35799
35800 \begin_layout Standard
35801 \begin_inset Tabular
35802 <lyxtabular version="3" rows="23" columns="2">
35803 <features islongtable="true">
35804 <column alignment="left" valignment="top" width="0">
35805 <column alignment="left" valignment="top" width="0">
35806 <row interlinespace="2.5mm">
35807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35808 \begin_inset Text
35809
35810 \begin_layout Standard
35811 \begin_inset Graphics
35812         filename ../images/layout.png
35813         embed ""
35814         BoundingBox 0bp 5bp 20bp 25bp
35815         rotateOrigin center
35816
35817 \end_inset
35818
35819
35820 \end_layout
35821
35822 \end_inset
35823 </cell>
35824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35825 \begin_inset Text
35826
35827 \begin_layout Standard
35828 Default
35829 \end_layout
35830
35831 \end_inset
35832 </cell>
35833 </row>
35834 <row interlinespace="2.5mm">
35835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35836 \begin_inset Text
35837
35838 \begin_layout Standard
35839 \begin_inset Graphics
35840         filename ../images/layout_Enumerate.png
35841         embed ""
35842         BoundingBox 0bp 5bp 20bp 25bp
35843         rotateOrigin center
35844
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \end_inset
35851 </cell>
35852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35853 \begin_inset Text
35854
35855 \begin_layout Standard
35856 Numbered list
35857 \end_layout
35858
35859 \end_inset
35860 </cell>
35861 </row>
35862 <row interlinespace="2.5mm">
35863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35864 \begin_inset Text
35865
35866 \begin_layout Standard
35867 \begin_inset Graphics
35868         filename ../images/layout_Itemize.png
35869         embed ""
35870         BoundingBox 0bp 5bp 20bp 25bp
35871         rotateOrigin center
35872
35873 \end_inset
35874
35875
35876 \end_layout
35877
35878 \end_inset
35879 </cell>
35880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35881 \begin_inset Text
35882
35883 \begin_layout Standard
35884 Itemized list
35885 \end_layout
35886
35887 \end_inset
35888 </cell>
35889 </row>
35890 <row interlinespace="2.5mm">
35891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35892 \begin_inset Text
35893
35894 \begin_layout Standard
35895 \begin_inset Graphics
35896         filename ../images/layout_List.png
35897         embed ""
35898         BoundingBox 0bp 5bp 20bp 25bp
35899         rotateOrigin center
35900
35901 \end_inset
35902
35903
35904 \end_layout
35905
35906 \end_inset
35907 </cell>
35908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35909 \begin_inset Text
35910
35911 \begin_layout Standard
35912 List
35913 \end_layout
35914
35915 \end_inset
35916 </cell>
35917 </row>
35918 <row interlinespace="2.5mm">
35919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35920 \begin_inset Text
35921
35922 \begin_layout Standard
35923 \begin_inset Graphics
35924         filename ../images/layout_Description.png
35925         embed ""
35926         BoundingBox 0bp 5bp 20bp 25bp
35927         rotateOrigin center
35928
35929 \end_inset
35930
35931
35932 \end_layout
35933
35934 \end_inset
35935 </cell>
35936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35937 \begin_inset Text
35938
35939 \begin_layout Standard
35940 Description list
35941 \end_layout
35942
35943 \end_inset
35944 </cell>
35945 </row>
35946 <row interlinespace="2.5mm">
35947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35948 \begin_inset Text
35949
35950 \begin_layout Standard
35951 \begin_inset Graphics
35952         filename ../images/depth-increment.png
35953         embed ""
35954         BoundingBox 0bp 5bp 20bp 25bp
35955         rotateOrigin center
35956
35957 \end_inset
35958
35959
35960 \end_layout
35961
35962 \end_inset
35963 </cell>
35964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35965 \begin_inset Text
35966
35967 \begin_layout Standard
35968
35969 \family sans
35970 Edit\SpecialChar \menuseparator
35971 Increase\InsetSpace ~
35972 List\InsetSpace ~
35973 Depth
35974 \end_layout
35975
35976 \end_inset
35977 </cell>
35978 </row>
35979 <row interlinespace="2.5mm">
35980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35981 \begin_inset Text
35982
35983 \begin_layout Standard
35984 \begin_inset Graphics
35985         filename ../images/depth-decrement.png
35986         embed ""
35987         BoundingBox 0bp 5bp 20bp 25bp
35988         rotateOrigin center
35989
35990 \end_inset
35991
35992
35993 \end_layout
35994
35995 \end_inset
35996 </cell>
35997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35998 \begin_inset Text
35999
36000 \begin_layout Standard
36001
36002 \family sans
36003 Edit\SpecialChar \menuseparator
36004 Decrease\InsetSpace ~
36005 List\InsetSpace ~
36006 Depth
36007 \end_layout
36008
36009 \end_inset
36010 </cell>
36011 </row>
36012 <row interlinespace="2.5mm">
36013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36014 \begin_inset Text
36015
36016 \begin_layout Standard
36017 \begin_inset Graphics
36018         filename ../images/float-insert_figure.png
36019         embed ""
36020         BoundingBox 0bp 5bp 20bp 20bp
36021
36022 \end_inset
36023
36024
36025 \end_layout
36026
36027 \end_inset
36028 </cell>
36029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36030 \begin_inset Text
36031
36032 \begin_layout Standard
36033
36034 \family sans
36035 Insert\SpecialChar \menuseparator
36036 Float\SpecialChar \menuseparator
36037 Figure
36038 \end_layout
36039
36040 \end_inset
36041 </cell>
36042 </row>
36043 <row interlinespace="2.5mm">
36044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36045 \begin_inset Text
36046
36047 \begin_layout Standard
36048 \begin_inset Graphics
36049         filename ../images/float-insert_table.png
36050         embed ""
36051         BoundingBox 0bp 5bp 20bp 20bp
36052
36053 \end_inset
36054
36055
36056 \end_layout
36057
36058 \end_inset
36059 </cell>
36060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36061 \begin_inset Text
36062
36063 \begin_layout Standard
36064
36065 \family sans
36066 Insert\SpecialChar \menuseparator
36067 Float\SpecialChar \menuseparator
36068 Table
36069 \end_layout
36070
36071 \end_inset
36072 </cell>
36073 </row>
36074 <row interlinespace="2.5mm">
36075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36076 \begin_inset Text
36077
36078 \begin_layout Standard
36079 \begin_inset Graphics
36080         filename ../images/label-insert.png
36081         embed ""
36082         BoundingBox 0bp 5bp 20bp 20bp
36083
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \end_inset
36090 </cell>
36091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36092 \begin_inset Text
36093
36094 \begin_layout Standard
36095
36096 \family sans
36097 Insert\SpecialChar \menuseparator
36098 Label
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 </row>
36104 <row interlinespace="2.5mm">
36105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36106 \begin_inset Text
36107
36108 \begin_layout Standard
36109 \begin_inset Graphics
36110         filename ../images/dialog-show-new-inset_ref.png
36111         embed ""
36112         BoundingBox 0bp 5bp 20bp 20bp
36113
36114 \end_inset
36115
36116
36117 \end_layout
36118
36119 \end_inset
36120 </cell>
36121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36122 \begin_inset Text
36123
36124 \begin_layout Standard
36125
36126 \family sans
36127 Insert\SpecialChar \menuseparator
36128 Cross-Reference
36129 \end_layout
36130
36131 \end_inset
36132 </cell>
36133 </row>
36134 <row interlinespace="2.5mm">
36135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36136 \begin_inset Text
36137
36138 \begin_layout Standard
36139 \begin_inset Graphics
36140         filename ../images/dialog-show-new-inset_citation.png
36141         embed ""
36142         BoundingBox 0bp 5bp 20bp 20bp
36143
36144 \end_inset
36145
36146
36147 \end_layout
36148
36149 \end_inset
36150 </cell>
36151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36152 \begin_inset Text
36153
36154 \begin_layout Standard
36155
36156 \family sans
36157 Insert\SpecialChar \menuseparator
36158 Citation
36159 \end_layout
36160
36161 \end_inset
36162 </cell>
36163 </row>
36164 <row interlinespace="2.5mm">
36165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36166 \begin_inset Text
36167
36168 \begin_layout Standard
36169 \begin_inset Graphics
36170         filename ../images/index-insert.png
36171         embed ""
36172         BoundingBox 0bp 5bp 20bp 20bp
36173
36174 \end_inset
36175
36176
36177 \end_layout
36178
36179 \end_inset
36180 </cell>
36181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36182 \begin_inset Text
36183
36184 \begin_layout Standard
36185
36186 \family sans
36187 Insert\SpecialChar \menuseparator
36188 Index\InsetSpace ~
36189 Entry
36190 \end_layout
36191
36192 \end_inset
36193 </cell>
36194 </row>
36195 <row interlinespace="2.5mm">
36196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36197 \begin_inset Text
36198
36199 \begin_layout Standard
36200 \begin_inset Graphics
36201         filename ../images/nomencl-insert.png
36202         embed ""
36203         BoundingBox 0bp 5bp 20bp 20bp
36204
36205 \end_inset
36206
36207
36208 \end_layout
36209
36210 \end_inset
36211 </cell>
36212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36213 \begin_inset Text
36214
36215 \begin_layout Standard
36216
36217 \family sans
36218 Insert\SpecialChar \menuseparator
36219 Nomenclature\InsetSpace ~
36220 Entry
36221 \end_layout
36222
36223 \end_inset
36224 </cell>
36225 </row>
36226 <row interlinespace="2.5mm">
36227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36228 \begin_inset Text
36229
36230 \begin_layout Standard
36231 \begin_inset Graphics
36232         filename ../images/footnote-insert.png
36233         embed ""
36234         BoundingBox 0bp 5bp 20bp 20bp
36235
36236 \end_inset
36237
36238
36239 \end_layout
36240
36241 \end_inset
36242 </cell>
36243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36244 \begin_inset Text
36245
36246 \begin_layout Standard
36247
36248 \family sans
36249 Insert\SpecialChar \menuseparator
36250 Footnote
36251 \end_layout
36252
36253 \end_inset
36254 </cell>
36255 </row>
36256 <row interlinespace="2.5mm">
36257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36258 \begin_inset Text
36259
36260 \begin_layout Standard
36261 \begin_inset Graphics
36262         filename ../images/marginalnote-insert.png
36263         embed ""
36264         BoundingBox 0bp 5bp 20bp 25bp
36265         rotateOrigin center
36266
36267 \end_inset
36268
36269
36270 \end_layout
36271
36272 \end_inset
36273 </cell>
36274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36275 \begin_inset Text
36276
36277 \begin_layout Standard
36278
36279 \family sans
36280 Insert\SpecialChar \menuseparator
36281 Marginal\InsetSpace ~
36282 Note
36283 \end_layout
36284
36285 \end_inset
36286 </cell>
36287 </row>
36288 <row interlinespace="2.5mm">
36289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36290 \begin_inset Text
36291
36292 \begin_layout Standard
36293 \begin_inset Graphics
36294         filename ../images/note-insert.png
36295         embed ""
36296         BoundingBox 0bp 5bp 20bp 20bp
36297
36298 \end_inset
36299
36300
36301 \end_layout
36302
36303 \end_inset
36304 </cell>
36305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36306 \begin_inset Text
36307
36308 \begin_layout Standard
36309
36310 \family sans
36311 Insert\SpecialChar \menuseparator
36312 Note\SpecialChar \menuseparator
36313 LyX\InsetSpace ~
36314 Note
36315 \end_layout
36316
36317 \end_inset
36318 </cell>
36319 </row>
36320 <row interlinespace="2.5mm">
36321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36322 \begin_inset Text
36323
36324 \begin_layout Standard
36325 \begin_inset Graphics
36326         filename ../images/url-insert.png
36327         embed ""
36328         BoundingBox 0bp 5bp 20bp 20bp
36329
36330 \end_inset
36331
36332
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36338 \begin_inset Text
36339
36340 \begin_layout Standard
36341
36342 \family sans
36343 Insert\SpecialChar \menuseparator
36344 URL
36345 \end_layout
36346
36347 \end_inset
36348 </cell>
36349 </row>
36350 <row interlinespace="2.5mm">
36351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36352 \begin_inset Text
36353
36354 \begin_layout Standard
36355 \begin_inset Graphics
36356         filename ../images/ert-insert.png
36357         embed ""
36358         BoundingBox 0bp 5bp 20bp 20bp
36359
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \end_inset
36366 </cell>
36367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36368 \begin_inset Text
36369
36370 \begin_layout Standard
36371
36372 \family sans
36373 Insert\SpecialChar \menuseparator
36374 T
36375 \family default
36376
36377 \begin_inset ERT
36378 status collapsed
36379
36380 \begin_layout Standard
36381
36382 {}
36383 \end_layout
36384
36385 \end_inset
36386
36387
36388 \family sans
36389 eX
36390 \end_layout
36391
36392 \end_inset
36393 </cell>
36394 </row>
36395 <row interlinespace="2.5mm">
36396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36397 \begin_inset Text
36398
36399 \begin_layout Standard
36400 \begin_inset Graphics
36401         filename ../images/dialog-show-new-inset_include.png
36402         embed ""
36403         BoundingBox 0bp 5bp 20bp 20bp
36404
36405 \end_inset
36406
36407
36408 \end_layout
36409
36410 \end_inset
36411 </cell>
36412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36413 \begin_inset Text
36414
36415 \begin_layout Standard
36416
36417 \family sans
36418 Insert\SpecialChar \menuseparator
36419 File\SpecialChar \menuseparator
36420 Child\InsetSpace ~
36421 Document
36422 \end_layout
36423
36424 \end_inset
36425 </cell>
36426 </row>
36427 <row interlinespace="2.5mm">
36428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36429 \begin_inset Text
36430
36431 \begin_layout Standard
36432 \begin_inset Graphics
36433         filename ../images/dialog-show_character.png
36434         embed ""
36435         BoundingBox 0bp 5bp 20bp 25bp
36436         rotateOrigin center
36437
36438 \end_inset
36439
36440
36441 \end_layout
36442
36443 \end_inset
36444 </cell>
36445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36446 \begin_inset Text
36447
36448 \begin_layout Standard
36449
36450 \family sans
36451 Edit\SpecialChar \menuseparator
36452 Text\InsetSpace ~
36453 Style
36454 \end_layout
36455
36456 \end_inset
36457 </cell>
36458 </row>
36459 <row interlinespace="2.5mm">
36460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36461 \begin_inset Text
36462
36463 \begin_layout Standard
36464 \begin_inset Graphics
36465         filename ../images/layout-paragraph.png
36466         embed ""
36467         BoundingBox 0bp 5bp 20bp 25bp
36468         rotateOrigin center
36469
36470 \end_inset
36471
36472
36473 \end_layout
36474
36475 \end_inset
36476 </cell>
36477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36478 \begin_inset Text
36479
36480 \begin_layout Standard
36481
36482 \family sans
36483 Edit\SpecialChar \menuseparator
36484 Paragraph\InsetSpace ~
36485 Settings
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 </row>
36491 <row interlinespace="2.5mm">
36492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Standard
36496 \begin_inset Graphics
36497         filename ../images/thesaurus-entry.png
36498         embed ""
36499         BoundingBox 0bp 5bp 20bp 25bp
36500         rotateOrigin center
36501
36502 \end_inset
36503
36504
36505 \end_layout
36506
36507 \end_inset
36508 </cell>
36509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36510 \begin_inset Text
36511
36512 \begin_layout Standard
36513
36514 \family sans
36515 Tools\SpecialChar \menuseparator
36516 Thesaurus
36517 \end_layout
36518
36519 \end_inset
36520 </cell>
36521 </row>
36522 </lyxtabular>
36523
36524 \end_inset
36525
36526
36527 \end_layout
36528
36529 \begin_layout Subsection
36530 View / Update Toolbar
36531 \begin_inset Index
36532 status collapsed
36533
36534 \begin_layout Standard
36535 Toolbar ! View / Update
36536 \end_layout
36537
36538 \end_inset
36539
36540
36541 \end_layout
36542
36543 \begin_layout Standard
36544 \begin_inset Graphics
36545         filename clipart/ViewToolbar.png
36546         embed ""
36547
36548 \end_inset
36549
36550
36551 \end_layout
36552
36553 \begin_layout Standard
36554 \begin_inset VSpace defskip
36555 \end_inset
36556
36557
36558 \end_layout
36559
36560 \begin_layout Standard
36561 The view / update toolbar as shown above contains from left to right the
36562  following buttons:
36563 \end_layout
36564
36565 \begin_layout Standard
36566 \begin_inset VSpace defskip
36567 \end_inset
36568
36569
36570 \end_layout
36571
36572 \begin_layout Standard
36573 \begin_inset Tabular
36574 <lyxtabular version="3" rows="6" columns="2">
36575 <features islongtable="true">
36576 <column alignment="left" valignment="top" width="0">
36577 <column alignment="left" valignment="top" width="0">
36578 <row interlinespace="2.5mm">
36579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36580 \begin_inset Text
36581
36582 \begin_layout Standard
36583 \begin_inset Graphics
36584         filename ../images/buffer-view_dvi.png
36585         embed ""
36586         BoundingBox 0bp 5bp 20bp 25bp
36587         rotateOrigin center
36588
36589 \end_inset
36590
36591
36592 \end_layout
36593
36594 \end_inset
36595 </cell>
36596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36597 \begin_inset Text
36598
36599 \begin_layout Standard
36600
36601 \family sans
36602 View\SpecialChar \menuseparator
36603 DVI
36604 \end_layout
36605
36606 \end_inset
36607 </cell>
36608 </row>
36609 <row interlinespace="2.5mm">
36610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36611 \begin_inset Text
36612
36613 \begin_layout Standard
36614 \begin_inset Graphics
36615         filename ../images/buffer-update_dvi.png
36616         embed ""
36617         BoundingBox 0bp 5bp 20bp 25bp
36618         rotateOrigin center
36619
36620 \end_inset
36621
36622
36623 \end_layout
36624
36625 \end_inset
36626 </cell>
36627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36628 \begin_inset Text
36629
36630 \begin_layout Standard
36631
36632 \family sans
36633 View\SpecialChar \menuseparator
36634 Update\SpecialChar \menuseparator
36635 DVI
36636 \end_layout
36637
36638 \end_inset
36639 </cell>
36640 </row>
36641 <row interlinespace="2.5mm">
36642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36643 \begin_inset Text
36644
36645 \begin_layout Standard
36646 \begin_inset Graphics
36647         filename ../images/buffer-view_pdf2.png
36648         embed ""
36649         BoundingBox 0bp 5bp 20bp 25bp
36650         rotateOrigin center
36651
36652 \end_inset
36653
36654
36655 \end_layout
36656
36657 \end_inset
36658 </cell>
36659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36660 \begin_inset Text
36661
36662 \begin_layout Standard
36663
36664 \family sans
36665 View\SpecialChar \menuseparator
36666 PDF
36667 \end_layout
36668
36669 \end_inset
36670 </cell>
36671 </row>
36672 <row interlinespace="2.5mm">
36673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36674 \begin_inset Text
36675
36676 \begin_layout Standard
36677 \begin_inset Graphics
36678         filename ../images/buffer-update_pdf2.png
36679         embed ""
36680         BoundingBox 0bp 5bp 20bp 25bp
36681         rotateOrigin center
36682
36683 \end_inset
36684
36685
36686 \end_layout
36687
36688 \end_inset
36689 </cell>
36690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36691 \begin_inset Text
36692
36693 \begin_layout Standard
36694
36695 \family sans
36696 View\SpecialChar \menuseparator
36697 Update\SpecialChar \menuseparator
36698 PDF
36699 \begin_inset Foot
36700 status collapsed
36701
36702 \begin_layout Standard
36703 This button is on some LyX for Windows installations not here because its
36704  functionality is merged with 
36705 \family sans
36706 View\SpecialChar \menuseparator
36707 PDF
36708 \family default
36709 .
36710  
36711 \end_layout
36712
36713 \end_inset
36714
36715
36716 \end_layout
36717
36718 \end_inset
36719 </cell>
36720 </row>
36721 <row interlinespace="2.5mm">
36722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36723 \begin_inset Text
36724
36725 \begin_layout Standard
36726 \begin_inset Graphics
36727         filename ../images/buffer-view_ps.png
36728         embed ""
36729         BoundingBox 0bp 5bp 20bp 25bp
36730         rotateOrigin center
36731
36732 \end_inset
36733
36734
36735 \end_layout
36736
36737 \end_inset
36738 </cell>
36739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Standard
36743
36744 \family sans
36745 View\SpecialChar \menuseparator
36746 Postscript
36747 \end_layout
36748
36749 \end_inset
36750 </cell>
36751 </row>
36752 <row interlinespace="2.5mm">
36753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Standard
36757 \begin_inset Graphics
36758         filename ../images/buffer-update_ps.png
36759         embed ""
36760         BoundingBox 0bp 5bp 20bp 25bp
36761         rotateOrigin center
36762
36763 \end_inset
36764
36765
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36771 \begin_inset Text
36772
36773 \begin_layout Standard
36774
36775 \family sans
36776 View\SpecialChar \menuseparator
36777 Update\SpecialChar \menuseparator
36778 Postscript
36779 \end_layout
36780
36781 \end_inset
36782 </cell>
36783 </row>
36784 </lyxtabular>
36785
36786 \end_inset
36787
36788
36789 \end_layout
36790
36791 \begin_layout Subsection
36792 Other Toolbars
36793 \end_layout
36794
36795 \begin_layout Standard
36796 The change tracking toolbar is explained in section\InsetSpace ~
36797
36798 \begin_inset CommandInset ref
36799 LatexCommand ref
36800 reference "sec:Change-Tracking"
36801
36802 \end_inset
36803
36804 , the table toolbar
36805 \begin_inset Index
36806 status collapsed
36807
36808 \begin_layout Standard
36809 Toolbar ! Table
36810 \end_layout
36811
36812 \end_inset
36813
36814  is explained in the 
36815 \emph on
36816 Embedded Objects
36817 \emph default
36818  manual.
36819 \end_layout
36820
36821 \begin_layout Chapter
36822 The 
36823 \family sans
36824 Preferences
36825 \family default
36826  Dialog
36827 \begin_inset CommandInset label
36828 LatexCommand label
36829 name "cha:The-Preferences-dialog"
36830
36831 \end_inset
36832
36833
36834 \begin_inset Index
36835 status collapsed
36836
36837 \begin_layout Standard
36838 Preferences
36839 \end_layout
36840
36841 \end_inset
36842
36843
36844 \end_layout
36845
36846 \begin_layout Standard
36847 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
36848 Preferences.
36849  It consists of submenus explained in the following.
36850 \end_layout
36851
36852 \begin_layout Section
36853 Look and Feel
36854 \end_layout
36855
36856 \begin_layout Subsection
36857 User Interface
36858 \begin_inset CommandInset label
36859 LatexCommand label
36860 name "sec:ui"
36861
36862 \end_inset
36863
36864
36865 \begin_inset Index
36866 status collapsed
36867
36868 \begin_layout Standard
36869 Customization ! of toolbars
36870 \end_layout
36871
36872 \end_inset
36873
36874
36875 \begin_inset Index
36876 status collapsed
36877
36878 \begin_layout Standard
36879 Customization ! of menus
36880 \end_layout
36881
36882 \end_inset
36883
36884
36885 \end_layout
36886
36887 \begin_layout Standard
36888 \begin_inset Note Greyedout
36889 status open
36890
36891 \begin_layout Standard
36892
36893 \series bold
36894 Note:
36895 \series default
36896  You have to restart LyX before changes in ui- and bind-files take effect.
36897 \end_layout
36898
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \begin_layout Subsubsection
36905 User Interface File
36906 \begin_inset Index
36907 status collapsed
36908
36909 \begin_layout Standard
36910 Customization ! of toolbars
36911 \end_layout
36912
36913 \end_inset
36914
36915
36916 \begin_inset Index
36917 status collapsed
36918
36919 \begin_layout Standard
36920 Customization ! of menus
36921 \end_layout
36922
36923 \end_inset
36924
36925
36926 \end_layout
36927
36928 \begin_layout Standard
36929 The appearance of the menus and toolbars can be changed by choosing an user
36930  interface (ui) file.
36931  An ui-file is a textfile where the toolbars and menus are listed.
36932  The toolbar buttons and menu entries are specified in the files 
36933 \shape italic
36934 stdtoolbars.inc
36935 \shape default
36936  and 
36937 \shape italic
36938 stdmenus.inc
36939 \shape default
36940 , respectively.
36941  To create your own menu and toolbar layout, start with a copy of these
36942  files and edit the entries.
36943 \end_layout
36944
36945 \begin_layout Standard
36946 The syntax of the .inc-files is straightforward: The 
36947 \family sans
36948 Menubar
36949 \family default
36950
36951 \family sans
36952 Menu
36953 \family default
36954  and 
36955 \family sans
36956 Toolbar
36957 \family default
36958  entries must be ended with an explicit 
36959 \family sans
36960 End
36961 \family default
36962 .
36963  They may contain 
36964 \family sans
36965 Submenus
36966 \family default
36967
36968 \family sans
36969 Items
36970 \family default
36971
36972 \family sans
36973 OptItems
36974 \family default
36975
36976 \family sans
36977 Separators
36978 \family default
36979
36980 \family sans
36981 Icons,
36982 \family default
36983  and in the case of the 
36984 \begin_inset Quotes eld
36985 \end_inset
36986
36987 file
36988 \begin_inset Quotes erd
36989 \end_inset
36990
36991  menus a 
36992 \family sans
36993 Lastfiles
36994 \family default
36995  entry.
36996  The syntax for the entries is:
36997 \end_layout
36998
36999 \begin_layout Standard
37000 \begin_inset VSpace smallskip*
37001 \end_inset
37002
37003
37004 \series bold
37005 Item 
37006 \begin_inset Quotes erd
37007 \end_inset
37008
37009 menu 
37010 \series default
37011 or
37012 \series bold
37013  button name
37014 \begin_inset Quotes erd
37015 \end_inset
37016
37017  
37018 \begin_inset Quotes erd
37019 \end_inset
37020
37021 LyX-function
37022 \begin_inset Quotes erd
37023 \end_inset
37024
37025
37026 \end_layout
37027
37028 \begin_layout Standard
37029 \noindent
37030 \begin_inset VSpace smallskip*
37031 \end_inset
37032
37033 All LyX-functions are listed in 
37034 \begin_inset CommandInset citation
37035 LatexCommand cite
37036 key "LyX-func"
37037
37038 \end_inset
37039
37040 .
37041 \end_layout
37042
37043 \begin_layout Standard
37044 \begin_inset VSpace medskip
37045 \end_inset
37046
37047
37048 \end_layout
37049
37050 \begin_layout Standard
37051 An example: Assuming you use the menu 
37052 \family sans
37053 Navigate\SpecialChar \menuseparator
37054 Bookmarks
37055 \family default
37056  quite often and therefore want six available bookmarks, you can add the
37057  line
37058 \end_layout
37059
37060 \begin_layout Standard
37061 \begin_inset VSpace smallskip*
37062 \end_inset
37063
37064
37065 \series bold
37066 Item "Save Bookmark 6" "bookmark-save 6"
37067 \end_layout
37068
37069 \begin_layout Standard
37070 \noindent
37071 \begin_inset VSpace smallskip*
37072 \end_inset
37073
37074 to the navigate menu section in the .inc-file to have the sixth bookmark.
37075 \end_layout
37076
37077 \begin_layout Subsubsection
37078 Bind-File
37079 \begin_inset Index
37080 status collapsed
37081
37082 \begin_layout Standard
37083 Bindings
37084 \end_layout
37085
37086 \end_inset
37087
37088
37089 \end_layout
37090
37091 \begin_layout Standard
37092 Bindings are used to bind a function to a key.
37093  Several binding files are available:
37094 \end_layout
37095
37096 \begin_layout Description
37097 cua.bind typical set of PC keyboard shortcuts
37098 \end_layout
37099
37100 \begin_layout Description
37101 (x)emacs.bind set of bindings like they are used in the editor programs 
37102 \family sans
37103 Emacs
37104 \family default
37105  (
37106 \family sans
37107 XEmacs
37108 \family default
37109 )
37110 \end_layout
37111
37112 \begin_layout Description
37113 mac.bind set of bindings for 
37114 \family sans
37115 Mac\InsetSpace \thinspace{}
37116 OS
37117 \family default
37118  systems.
37119 \end_layout
37120
37121 \begin_layout Standard
37122 There are also bind-files designed for special document classes, like 
37123 \shape italic
37124 broadway.bind
37125 \shape default
37126 , and bind files for special languages.
37127  The name of language bind-files begin with a language code, e.g.
37128  
37129 \begin_inset Quotes eld
37130 \end_inset
37131
37132 pt
37133 \begin_inset Quotes erd
37134 \end_inset
37135
37136  for Portuguese.
37137  If you use LyX in a certain language, LyX will try to use the appropriate
37138  bind-file.
37139 \end_layout
37140
37141 \begin_layout Standard
37142 Some bind-files, like 
37143 \emph on
37144 math.bind
37145 \emph default
37146 , have only a small scope.
37147  When looking at the the end of the file 
37148 \shape italic
37149 cua.bind
37150 \shape default
37151 , you can see that they are included to keep the overview in the bind-file.
37152 \end_layout
37153
37154 \begin_layout Standard
37155 If you like to customize the keybindings to your own taste, modify the bind-file
37156 s with a text editor.
37157  The syntax of the entries is:
37158 \end_layout
37159
37160 \begin_layout Standard
37161
37162 \series bold
37163
37164 \backslash
37165 bind 
37166 \begin_inset Quotes erd
37167 \end_inset
37168
37169 key combination
37170 \begin_inset Quotes erd
37171 \end_inset
37172
37173  
37174 \begin_inset Quotes erd
37175 \end_inset
37176
37177 LyX-function
37178 \begin_inset Quotes erd
37179 \end_inset
37180
37181
37182 \end_layout
37183
37184 \begin_layout Standard
37185 All LyX-functions are listed in 
37186 \begin_inset CommandInset citation
37187 LatexCommand cite
37188 key "LyX-func"
37189
37190 \end_inset
37191
37192 .
37193 \end_layout
37194
37195 \begin_layout Subsubsection
37196 Session
37197 \end_layout
37198
37199 \begin_layout Standard
37200 When the option 
37201 \family sans
37202 Save\InsetSpace \thinspace{}
37203 /\InsetSpace \thinspace{}
37204 restore window size, or use fixed size
37205 \family default
37206  is not checked, you can specify the size of LyX's main window when LyX
37207  is started.
37208 \end_layout
37209
37210 \begin_layout Standard
37211 With the option 
37212 \family sans
37213 Save\InsetSpace \thinspace{}
37214 /\InsetSpace \thinspace{}
37215 restore window position
37216 \family default
37217  LyX will be opened with its main window at the last used position.
37218 \end_layout
37219
37220 \begin_layout Standard
37221 The option 
37222 \family sans
37223 Restore cursor positions
37224 \family default
37225  sets the cursor to the position in the file where it has been the last
37226  time.
37227 \end_layout
37228
37229 \begin_layout Standard
37230 The option 
37231 \family sans
37232 Load opened files from last session
37233 \family default
37234  opens all files that were opened in the last LyX session.
37235 \end_layout
37236
37237 \begin_layout Subsubsection
37238 Documents
37239 \begin_inset CommandInset label
37240 LatexCommand label
37241 name "sub:Backup documents"
37242
37243 \end_inset
37244
37245
37246 \begin_inset Index
37247 status collapsed
37248
37249 \begin_layout Standard
37250 Backup ! Documents
37251 \end_layout
37252
37253 \end_inset
37254
37255
37256 \end_layout
37257
37258 \begin_layout Standard
37259 When the option 
37260 \family sans
37261 Backup documents
37262 \family default
37263  is set, you can specify the time between backup saves.
37264 \end_layout
37265
37266 \begin_layout Standard
37267
37268 \family sans
37269 Maximum last files
37270 \family default
37271  is the number of last opened files that LyX should display in the menu
37272  
37273 \family sans
37274 File\SpecialChar \menuseparator
37275 Open\InsetSpace ~
37276 Recent
37277 \family default
37278 .
37279 \end_layout
37280
37281 \begin_layout Subsubsection
37282 Scrolling
37283 \end_layout
37284
37285 \begin_layout Standard
37286 The option 
37287 \family sans
37288 Cursor follows scrollbar
37289 \family default
37290  sets the cursor to the top of the currently displayed document part when
37291  scrolling.
37292 \end_layout
37293
37294 \begin_layout Subsubsection
37295 Pixmap Cache
37296 \end_layout
37297
37298 \begin_layout Standard
37299 With the option 
37300 \family sans
37301 Enable Pixmap Cache
37302 \family default
37303  enabled, LyX needs to redraw the screen less often.
37304  This results in better performance, especially on slow systems.
37305  On the other hand, the characters might look more fuzzy on screen.
37306  So whether you enable this or not depends on whether you prefer speed over
37307  aesthetics.
37308  Note that the Pixmap Cache is only available and useful under Mac\InsetSpace ~
37309 OS and
37310  Windows.
37311 \end_layout
37312
37313 \begin_layout Subsection
37314 Screen Fonts
37315 \begin_inset Index
37316 status collapsed
37317
37318 \begin_layout Standard
37319 Font ! Screen
37320 \end_layout
37321
37322 \end_inset
37323
37324
37325 \begin_inset CommandInset label
37326 LatexCommand label
37327 name "sub:Screen-Fonts"
37328
37329 \end_inset
37330
37331
37332 \end_layout
37333
37334 \begin_layout Standard
37335 These fonts are used to display your documents on the screen.
37336 \end_layout
37337
37338 \begin_layout Standard
37339 \begin_inset Note Greyedout
37340 status open
37341
37342 \begin_layout Standard
37343
37344 \series bold
37345 Note:
37346 \series default
37347  This section only deals with the fonts 
37348 \emph on
37349 inside
37350 \emph default
37351  the LyX window.
37352  The fonts that appear on the output are independent from these fonts, and
37353  set in the menu 
37354 \family sans
37355 Layout\SpecialChar \menuseparator
37356 Document
37357 \family default
37358 .
37359 \end_layout
37360
37361 \end_inset
37362
37363
37364 \end_layout
37365
37366 \begin_layout Standard
37367 By default, LyX uses 
37368 \family typewriter
37369 Times
37370 \family default
37371  as roman (serif) font, 
37372 \family typewriter
37373 Arial
37374 \family default
37375  or 
37376 \family typewriter
37377 Helvetica
37378 \family default
37379  (depends on the system) as 
37380 \family sans
37381 sans\InsetSpace ~
37382 serif
37383 \family default
37384  font, and 
37385 \family typewriter
37386 Courier
37387 \family default
37388  as 
37389 \family typewriter
37390 typewriter
37391 \family default
37392  font.
37393 \end_layout
37394
37395 \begin_layout Standard
37396 You can change the font size with the 
37397 \family sans
37398 Zoom
37399 \family default
37400  setting.
37401 \end_layout
37402
37403 \begin_layout Standard
37404
37405 \family sans
37406 Screen DPI
37407 \family default
37408  is the screen resolution in dpi (dots per inch).
37409  The Font Sizes are calculated as letter height in units of points.
37410  72\InsetSpace \thinspace{}
37411 points have the size of 1\InsetSpace \thinspace{}
37412 inch, see Appendix\InsetSpace ~
37413
37414 \begin_inset CommandInset ref
37415 LatexCommand ref
37416 reference "cha:Units-available-in"
37417
37418 \end_inset
37419
37420 .
37421 \end_layout
37422
37423 \begin_layout Standard
37424 The default 
37425 \family sans
37426 Font Sizes
37427 \family default
37428  are the same as if a document font size of 10
37429 \begin_inset Formula $\,$
37430 \end_inset
37431
37432 pt would be used.
37433  The sizes are explained in detail in section\InsetSpace ~
37434
37435 \begin_inset CommandInset ref
37436 LatexCommand ref
37437 reference "sub:Document-Font"
37438
37439 \end_inset
37440
37441 .
37442 \end_layout
37443
37444 \begin_layout Subsection
37445 Colors
37446 \begin_inset Index
37447 status collapsed
37448
37449 \begin_layout Standard
37450 Color ! LyX screen
37451 \end_layout
37452
37453 \end_inset
37454
37455
37456 \begin_inset Index
37457 status collapsed
37458
37459 \begin_layout Standard
37460 Settings ! Color
37461 \end_layout
37462
37463 \end_inset
37464
37465
37466 \end_layout
37467
37468 \begin_layout Standard
37469 You can here change all colors used by LyX.
37470  Choose an item in the list and use the 
37471 \family sans
37472 Alter
37473 \family default
37474  button.
37475 \end_layout
37476
37477 \begin_layout Subsection
37478 Graphics
37479 \begin_inset Index
37480 status collapsed
37481
37482 \begin_layout Standard
37483 Settings ! Graphics
37484 \end_layout
37485
37486 \end_inset
37487
37488
37489 \end_layout
37490
37491 \begin_layout Standard
37492 Here you can specify how graphics inside LyX are displayed.
37493 \end_layout
37494
37495 \begin_layout Standard
37496
37497 \family sans
37498 Instant Preview
37499 \family default
37500  enables previewing snippets of your document.
37501  This feature is described in section\InsetSpace ~
37502
37503 \begin_inset CommandInset ref
37504 LatexCommand ref
37505 reference "sec:Previewing-snippets-of"
37506
37507 \end_inset
37508
37509 .
37510 \end_layout
37511
37512 \begin_layout Subsection
37513 Keyboard Map
37514 \begin_inset Index
37515 status collapsed
37516
37517 \begin_layout Standard
37518 Keyboard Map
37519 \end_layout
37520
37521 \end_inset
37522
37523
37524 \begin_inset Index
37525 status collapsed
37526
37527 \begin_layout Standard
37528 Settings ! Keyboard Map
37529 \end_layout
37530
37531 \end_inset
37532
37533
37534 \begin_inset CommandInset label
37535 LatexCommand label
37536 name "sub:Keyboard-Map"
37537
37538 \end_inset
37539
37540
37541 \end_layout
37542
37543 \begin_layout Standard
37544 Normally keyboard settings have to be done in a menu of your operating system.
37545  For the case that this is not possible, LyX provides keyboard maps.
37546  If you have e.\InsetSpace \thinspace{}
37547 g.\InsetSpace ~
37548 a Czech keyboard but want to write with it like with a Romanian
37549  one, you can use the keyboard map file named 
37550 \emph on
37551 romanian.kmap
37552 \emph default
37553 .
37554 \end_layout
37555
37556 \begin_layout Standard
37557 \begin_inset Note Greyedout
37558 status open
37559
37560 \begin_layout Standard
37561
37562 \series bold
37563 Note:
37564 \series default
37565  Keyboard maps are only provided as makeshift and don't work on all systems.
37566 \end_layout
37567
37568 \end_inset
37569
37570
37571 \end_layout
37572
37573 \begin_layout Section
37574 Paths
37575 \begin_inset Index
37576 status collapsed
37577
37578 \begin_layout Standard
37579 Paths
37580 \end_layout
37581
37582 \end_inset
37583
37584
37585 \begin_inset Index
37586 status collapsed
37587
37588 \begin_layout Standard
37589 Settings ! Directory
37590 \end_layout
37591
37592 \end_inset
37593
37594
37595 \end_layout
37596
37597 \begin_layout Description
37598 Working\InsetSpace ~
37599 directory This is LyX's working directory.
37600  It is the default when you 
37601 \family sans
37602 Open
37603 \family default
37604
37605 \family sans
37606 Save
37607 \family default
37608  or 
37609 \family sans
37610 Save\InsetSpace ~
37611 as
37612 \family default
37613  files.
37614 \end_layout
37615
37616 \begin_layout Description
37617 Document\InsetSpace ~
37618 templates This directory will be opened when you use the menu 
37619 \family sans
37620 File\SpecialChar \menuseparator
37621 New\InsetSpace ~
37622 from\InsetSpace ~
37623 Template
37624 \family default
37625 .
37626 \end_layout
37627
37628 \begin_layout Description
37629 Backup\InsetSpace ~
37630 directory
37631 \begin_inset Index
37632 status collapsed
37633
37634 \begin_layout Standard
37635 Backup ! Directory
37636 \end_layout
37637
37638 \end_inset
37639
37640  Backup copies will be saved to this directory.
37641  When no directory is given but backups are enabled as described in section\InsetSpace ~
37642
37643 \begin_inset CommandInset ref
37644 LatexCommand ref
37645 reference "sub:Backup documents"
37646
37647 \end_inset
37648
37649 , the 
37650 \family sans
37651 Working directory
37652 \family default
37653  will be used to save the backups.
37654 \newline
37655 The backup files have the ending 
37656 \begin_inset Quotes eld
37657 \end_inset
37658
37659 .lyx~
37660 \begin_inset Quotes erd
37661 \end_inset
37662
37663 .
37664 \end_layout
37665
37666 \begin_layout Description
37667 Ly
37668 \begin_inset ERT
37669 status collapsed
37670
37671 \begin_layout Standard
37672
37673 {}
37674 \end_layout
37675
37676 \end_inset
37677
37678 XServer-Pipe Here you can enter the name of a Unix-pipe.
37679  This pipe is used to send data from external programs to LyX.
37680 \newline
37681
37682 \begin_inset Note Greyedout
37683 status open
37684
37685 \begin_layout Standard
37686
37687 \series bold
37688 Note:
37689 \series default
37690  This feature doesn't work on Windows systems.
37691 \end_layout
37692
37693 \end_inset
37694
37695
37696 \end_layout
37697
37698 \begin_layout Description
37699 Temporary\InsetSpace ~
37700 directory Temporary files will be saved in this directory.
37701 \end_layout
37702
37703 \begin_layout Description
37704 PATH\InsetSpace ~
37705 prefix This field contains a list of paths to external programs.
37706  When LyX needs to use an external program, it looks in this list where
37707  to find it on the system.
37708  The path list is automatically set up on Windows and Mac systems while
37709  LyX is configured, so that you normally don't have to modify it.
37710  On Unix\InsetSpace \thinspace{}
37711 /\InsetSpace \thinspace{}
37712 Linux systems, the path list will need to be set only if there
37713  are external programs you wish to use that are not in your normal system
37714  path ($PATH).
37715  
37716 \end_layout
37717
37718 \begin_layout Section
37719 Identity
37720 \end_layout
37721
37722 \begin_layout Standard
37723 Here you can insert your name and email address.
37724  The identity will be used when you have enabled change tracking as described
37725  in section\InsetSpace ~
37726
37727 \begin_inset CommandInset ref
37728 LatexCommand ref
37729 reference "sec:Change-Tracking"
37730
37731 \end_inset
37732
37733 , to mark changes you make as yours.
37734 \end_layout
37735
37736 \begin_layout Section
37737 Language Settings
37738 \begin_inset Index
37739 status collapsed
37740
37741 \begin_layout Standard
37742 Language ! Settings
37743 \end_layout
37744
37745 \end_inset
37746
37747
37748 \begin_inset Index
37749 status collapsed
37750
37751 \begin_layout Standard
37752 Settings ! Language
37753 \end_layout
37754
37755 \end_inset
37756
37757
37758 \end_layout
37759
37760 \begin_layout Subsection
37761 Language
37762 \end_layout
37763
37764 \begin_layout Description
37765 Default\InsetSpace ~
37766 language is the language used in new documents
37767 \end_layout
37768
37769 \begin_layout Description
37770 Language\InsetSpace ~
37771 package is a LaTeX-command to load a LaTeX-package that handles
37772  language issues.
37773  The default is the LaTeX-command 
37774 \family sans
37775
37776 \backslash
37777 usepackage{babel}
37778 \family default
37779  that loads the package 
37780 \series bold
37781 babel
37782 \series default
37783 .
37784 \begin_inset Foot
37785 status collapsed
37786
37787 \begin_layout Standard
37788 For an introduction to the LaTeX-Syntax, have a look at section\InsetSpace ~
37789
37790 \begin_inset CommandInset ref
37791 LatexCommand ref
37792 reference "sec:ERT"
37793
37794 \end_inset
37795
37796 .
37797 \end_layout
37798
37799 \end_inset
37800
37801
37802 \newline
37803 The 
37804 \series bold
37805 babel
37806 \series default
37807  translates in the background automatically text labels of documents to
37808  the document language.
37809  A text label is for instance the word 
37810 \begin_inset Quotes eld
37811 \end_inset
37812
37813 Table
37814 \begin_inset Quotes erd
37815 \end_inset
37816
37817  at the beginning of every table-caption.
37818 \end_layout
37819
37820 \begin_layout Description
37821 Command\InsetSpace ~
37822 start When a special LaTeX-package is needed to write in a certain
37823  document language, you can here specify the command to start the package.
37824  An example is the start command 
37825 \family sans
37826
37827 \backslash
37828 begin{arabtext}
37829 \family default
37830  that is needed to write Arabic using the package 
37831 \series bold
37832 ArabTeX
37833 \series default
37834 , see 
37835 \begin_inset CommandInset citation
37836 LatexCommand cite
37837 key "Arabic"
37838
37839 \end_inset
37840
37841 .
37842  The default is the 
37843 \series bold
37844 babel
37845 \series default
37846  command 
37847 \family sans
37848
37849 \backslash
37850 selectlanguage{$$lang}
37851 \family default
37852 .
37853 \end_layout
37854
37855 \begin_layout Description
37856 Command\InsetSpace ~
37857 end Counterpart to 
37858 \family sans
37859 Command start
37860 \family default
37861 .
37862  Some packages, like the default, don't have an end command since the start
37863  command toggles the package on and off.
37864 \end_layout
37865
37866 \begin_layout Description
37867 Use\InsetSpace ~
37868 babel Whether 
37869 \series bold
37870 babel
37871 \series default
37872  is used or not.
37873 \end_layout
37874
37875 \begin_layout Description
37876 Global When this option is set, the languages used in the document will
37877  be added as options to the document class options, so that they can be
37878  used by all LaTeX-packages.
37879  Otherwise they will only be used as options for the 
37880 \series bold
37881 babel
37882 \series default
37883  package.
37884 \end_layout
37885
37886 \begin_layout Description
37887 Auto\InsetSpace ~
37888 begin When this option is set, the documents starts with the chosen
37889  document language.
37890  When this option is not set, the 
37891 \family sans
37892 Command\InsetSpace ~
37893 start
37894 \family default
37895  is explicitly set to the beginning of the document in the LaTeX-output.
37896  This assures that the correct language is used when you use another 
37897 \family sans
37898 Command\InsetSpace ~
37899 start
37900 \family default
37901  than the default.
37902 \end_layout
37903
37904 \begin_layout Description
37905 Auto\InsetSpace ~
37906 end Counterpart to 
37907 \family sans
37908 Auto\InsetSpace ~
37909 begin
37910 \family default
37911 .
37912  When it is not set, the 
37913 \family sans
37914 Command\InsetSpace ~
37915 end
37916 \family default
37917  is set to the end of the document.
37918 \end_layout
37919
37920 \begin_layout Description
37921 Mark\InsetSpace ~
37922 foreign\InsetSpace ~
37923 languages Text marked formatted in a language different from
37924  the document language will be underlined blue.
37925 \end_layout
37926
37927 \begin_layout Description
37928 Right\InsetSpace ~
37929 to\InsetSpace ~
37930 left\InsetSpace ~
37931 language\InsetSpace ~
37932 support Enables the use of languages, written from right
37933  to left, like Arabic, Hebrew, Farsi.
37934 \end_layout
37935
37936 \begin_layout Subsection
37937 Spellchecker
37938 \end_layout
37939
37940 \begin_layout Standard
37941 The spellchecker settings are explained in section\InsetSpace ~
37942
37943 \begin_inset CommandInset ref
37944 LatexCommand ref
37945 reference "sec:Spellchecking"
37946
37947 \end_inset
37948
37949
37950 \end_layout
37951
37952 \begin_layout Section
37953 Outputs
37954 \end_layout
37955
37956 \begin_layout Subsection
37957 Printer
37958 \begin_inset CommandInset label
37959 LatexCommand label
37960 name "sub:Printer"
37961
37962 \end_inset
37963
37964
37965 \begin_inset Index
37966 status collapsed
37967
37968 \begin_layout Standard
37969 Printer
37970 \end_layout
37971
37972 \end_inset
37973
37974
37975 \begin_inset Index
37976 status collapsed
37977
37978 \begin_layout Standard
37979 Settings ! Printer
37980 \end_layout
37981
37982 \end_inset
37983
37984
37985 \end_layout
37986
37987 \begin_layout Description
37988 Default\InsetSpace ~
37989 printer Here you can specify the name of your default printer.
37990  The name will be used when the 
37991 \family sans
37992 Printer command
37993 \family default
37994  is executed.
37995 \newline
37996
37997 \begin_inset Note Greyedout
37998 status open
37999
38000 \begin_layout Standard
38001
38002 \series bold
38003 Note:
38004 \series default
38005  You can leave this field empty on Windows systems because it has there
38006  no effect.
38007 \end_layout
38008
38009 \end_inset
38010
38011
38012 \end_layout
38013
38014 \begin_layout Description
38015 Adapt\InsetSpace ~
38016 output\InsetSpace ~
38017 to\InsetSpace ~
38018 printer This option works only for the 
38019 \family sans
38020 Printer command
38021 \family default
38022  
38023 \begin_inset Quotes eld
38024 \end_inset
38025
38026
38027 \family sans
38028 dvips
38029 \family default
38030
38031 \begin_inset Quotes erd
38032 \end_inset
38033
38034 .
38035  It activates a configuration file for dvips.
38036  This is an option only for dvips experts.
38037 \end_layout
38038
38039 \begin_layout Description
38040 Printer\InsetSpace ~
38041 command is the command LyX\InsetSpace \thinspace{}
38042 /\InsetSpace \thinspace{}
38043 LaTeX uses for printing.
38044  The default is on most systems 
38045 \family sans
38046 dvips
38047 \family default
38048 .
38049 \end_layout
38050
38051 \begin_layout Description
38052 Printer\InsetSpace ~
38053 Command\InsetSpace ~
38054 Options Here you can specify printer options.
38055  A list of printer options with explanations can be found in the documentation
38056  of the program that provides the 
38057 \family sans
38058 Printer command
38059 \family default
38060  you are using.
38061 \end_layout
38062
38063 \begin_layout Subsection
38064 Date Format
38065 \begin_inset Index
38066 status collapsed
38067
38068 \begin_layout Standard
38069 Date Format
38070 \end_layout
38071
38072 \end_inset
38073
38074
38075 \begin_inset Index
38076 status collapsed
38077
38078 \begin_layout Standard
38079 Settings ! Date format
38080 \end_layout
38081
38082 \end_inset
38083
38084
38085 \end_layout
38086
38087 \begin_layout Standard
38088 The date format can be one or a mixture of the formats listed here:
38089 \newline
38090
38091 \begin_inset Flex URL
38092 status collapsed
38093
38094 \begin_layout Standard
38095
38096 http://unixhelp.ed.ac.uk/CGI/man-cgi?date
38097 \end_layout
38098
38099 \end_inset
38100
38101
38102 \newline
38103 For example the format
38104 \newline
38105 %d/%m/%y
38106 \newline
38107 prints the date as day/month/year.
38108 \end_layout
38109
38110 \begin_layout Subsection
38111 Plain Text
38112 \end_layout
38113
38114 \begin_layout Description
38115 Output\InsetSpace ~
38116 line\InsetSpace ~
38117 length sets the maximum number of characters printed in one line
38118  when using the menu 
38119 \family sans
38120 File\SpecialChar \menuseparator
38121 Export\SpecialChar \menuseparator
38122 Plain\InsetSpace ~
38123 text
38124 \family default
38125 .
38126  Setting the line line length to 0 means all text is printed in one endless
38127  line.
38128 \end_layout
38129
38130 \begin_layout Description
38131 roff\InsetSpace ~
38132 command defines an additional command used to produce better ASCII tables
38133  with the 
38134 \family typewriter
38135 groff/troff/nroff
38136 \family default
38137  UNIX-commands (refer to their manuals for more information about them).
38138  Setting this as empty tells LyX to use the internal formatter.
38139 \end_layout
38140
38141 \begin_layout Subsection
38142 LaT
38143 \begin_inset ERT
38144 status collapsed
38145
38146 \begin_layout Standard
38147
38148 {}
38149 \end_layout
38150
38151 \end_inset
38152
38153 eX
38154 \begin_inset CommandInset label
38155 LatexCommand label
38156 name "sub:LaTeX-settings"
38157
38158 \end_inset
38159
38160
38161 \begin_inset Index
38162 status collapsed
38163
38164 \begin_layout Standard
38165 Settings ! LaTeX
38166 \end_layout
38167
38168 \end_inset
38169
38170
38171 \end_layout
38172
38173 \begin_layout Description
38174 Te
38175 \begin_inset ERT
38176 status collapsed
38177
38178 \begin_layout Standard
38179
38180 {}
38181 \end_layout
38182
38183 \end_inset
38184
38185 X\InsetSpace ~
38186 encoding This is the default encoding of the document font.
38187  
38188 \family sans
38189 T1
38190 \family default
38191  is the default and covers western languages and symbols.
38192  
38193 \family sans
38194 T2A
38195 \family default
38196
38197 \family sans
38198 T2B
38199 \family default
38200
38201 \family sans
38202 T2C
38203 \family default
38204
38205 \family sans
38206 LCY
38207 \family default
38208 , and 
38209 \family sans
38210 X2
38211 \family default
38212  are for Cyrillic.
38213  Combinations of the encodings are possible, like 
38214 \begin_inset Quotes erd
38215 \end_inset
38216
38217
38218 \family sans
38219 T1, T2B
38220 \family default
38221
38222 \begin_inset Quotes erd
38223 \end_inset
38224
38225 .
38226  The font encoding is normally automatically loaded by the language packages
38227  LyX sets up in the background.
38228  So there is no need to change the default encoding.
38229 \end_layout
38230
38231 \begin_layout Description
38232 Default\InsetSpace ~
38233 paper\InsetSpace ~
38234 size This is the paper size that is used for new documents.
38235  The 
38236 \family sans
38237 Default
38238 \family default
38239  value depends on your LaTeX-system setup.
38240 \end_layout
38241
38242 \begin_layout Description
38243 Reset\InsetSpace ~
38244 class\InsetSpace ~
38245 options\InsetSpace ~
38246 when\InsetSpace ~
38247 document\InsetSpace ~
38248 classes\InsetSpace ~
38249 changes Removes all manually set document
38250  class options in the 
38251 \family sans
38252 Document\SpecialChar \menuseparator
38253 Settings
38254 \family default
38255  dialog when changing the document class.
38256 \end_layout
38257
38258 \begin_layout Standard
38259 In the 
38260 \family sans
38261 External Applications
38262 \family default
38263  field you can specify commands with parameters for the listed applications.
38264  Before you change something here, it is strongly recommended to read the
38265  manuals of the applications.
38266  Currently the following commands can be set:
38267 \end_layout
38268
38269 \begin_layout Description
38270 CheckTe
38271 \begin_inset ERT
38272 status collapsed
38273
38274 \begin_layout Standard
38275
38276 {}
38277 \end_layout
38278
38279 \end_inset
38280
38281 X\InsetSpace ~
38282 command Command for the program 
38283 \family sans
38284 CheckTeX
38285 \family default
38286  that is described in section 
38287 \emph on
38288 Checking TeX
38289 \emph default
38290  of the 
38291 \emph on
38292 Extended Features
38293 \emph default
38294  manual.
38295 \end_layout
38296
38297 \begin_layout Description
38298 BibTe
38299 \begin_inset ERT
38300 status collapsed
38301
38302 \begin_layout Standard
38303
38304 {}
38305 \end_layout
38306
38307 \end_inset
38308
38309 X\InsetSpace ~
38310 command Command for the program 
38311 \family sans
38312 BibTeX
38313 \family default
38314  that generates the bibliography, see section\InsetSpace ~
38315
38316 \begin_inset CommandInset ref
38317 LatexCommand ref
38318 reference "sub:Bibliography-databases"
38319
38320 \end_inset
38321
38322 .
38323 \end_layout
38324
38325 \begin_layout Description
38326 Index\InsetSpace ~
38327 command Command for the program that generates the index, see section\InsetSpace ~
38328
38329 \begin_inset CommandInset ref
38330 LatexCommand ref
38331 reference "sub:Index-Program"
38332
38333 \end_inset
38334
38335 .
38336 \end_layout
38337
38338 \begin_layout Description
38339 DVI\InsetSpace ~
38340 viewer\InsetSpace ~
38341 paper\InsetSpace ~
38342 size\InsetSpace ~
38343 options They only have an effect when the program 
38344 \family sans
38345 xdvi
38346 \family default
38347  is used as DVI-viewer.
38348 \end_layout
38349
38350 \begin_layout Subsection
38351 Paths
38352 \begin_inset Index
38353 status collapsed
38354
38355 \begin_layout Standard
38356 Paths
38357 \end_layout
38358
38359 \end_inset
38360
38361
38362 \begin_inset Index
38363 status collapsed
38364
38365 \begin_layout Standard
38366 Settings ! Paths
38367 \end_layout
38368
38369 \end_inset
38370
38371
38372 \end_layout
38373
38374 \begin_layout Standard
38375 The submenu 
38376 \family sans
38377 Paths
38378 \family default
38379  is only available in the Windows version of LyX.
38380  The option 
38381 \family sans
38382 Use Windows-style paths in LaTeX files
38383 \family default
38384  uses the Windows path style:
38385 \end_layout
38386
38387 \begin_layout Standard
38388 C:
38389 \backslash
38390 test
38391 \backslash
38392 hello
38393 \end_layout
38394
38395 \begin_layout Standard
38396 instead of the Unix path style:
38397 \end_layout
38398
38399 \begin_layout Standard
38400 C:/test/hello
38401 \end_layout
38402
38403 \begin_layout Section
38404 Converters
38405 \begin_inset Index
38406 status collapsed
38407
38408 \begin_layout Standard
38409 Converters
38410 \end_layout
38411
38412 \end_inset
38413
38414
38415 \end_layout
38416
38417 \begin_layout Standard
38418 Here you find the list of defined converter commands to convert material
38419  from one format to another.
38420  You can modify them or create new ones.
38421  To modify a converter, select it, change the entry of the field 
38422 \family sans
38423 Converter
38424 \family default
38425  and/or 
38426 \family sans
38427 Extra\InsetSpace ~
38428 flag
38429 \family default
38430 , and press the 
38431 \family sans
38432 Modify
38433 \family default
38434  button.
38435  To create a new converter, select an existing one, select a different format
38436  in the 
38437 \family sans
38438 From\InsetSpace ~
38439 format
38440 \family default
38441  drop-down list, modify the 
38442 \family sans
38443 Converter
38444 \family default
38445  field, and press the 
38446 \family sans
38447 Add
38448 \family default
38449  button.
38450 \end_layout
38451
38452 \begin_layout Standard
38453 When the 
38454 \family sans
38455 Converter File Cache
38456 \family default
38457  is enabled, conversions will be cached as long as specified in the field
38458  
38459 \family sans
38460 Maximum Age (in days
38461 \family default
38462 ).
38463  This means that images don't need to be converted again when you reopen
38464  a document; the converted images from the cache will be used instead.
38465 \end_layout
38466
38467 \begin_layout Standard
38468 More about converters, like the variables and flags that can be used in
38469  the converter definition, is described in section 
38470 \emph on
38471 Converters
38472 \emph default
38473  of the 
38474 \emph on
38475 Customization
38476 \emph default
38477  manual.
38478 \end_layout
38479
38480 \begin_layout Section
38481 File Formats
38482 \begin_inset Index
38483 status collapsed
38484
38485 \begin_layout Standard
38486 File formats
38487 \end_layout
38488
38489 \end_inset
38490
38491
38492 \begin_inset CommandInset label
38493 LatexCommand label
38494 name "sec:File-Formats"
38495
38496 \end_inset
38497
38498
38499 \end_layout
38500
38501 \begin_layout Standard
38502 Here you find the list of defined file formats that LyX can handle.
38503  You can modify the viewer and editor program that should be used for certain
38504  formats.
38505  To create a new format, select an existing one, change the entry of the
38506  fields 
38507 \family sans
38508 Format
38509 \family default
38510  and 
38511 \family sans
38512 GUI\InsetSpace ~
38513 name
38514 \family default
38515 , and press the 
38516 \family sans
38517 Add
38518 \family default
38519  button.
38520 \end_layout
38521
38522 \begin_layout Standard
38523 More about formats, like the options that can be used in the format definition,
38524  is described in section 
38525 \emph on
38526 Formats
38527 \emph default
38528  of the 
38529 \emph on
38530 Customization
38531 \emph default
38532  manual.
38533 \end_layout
38534
38535 \begin_layout Section
38536 Copiers
38537 \begin_inset Index
38538 status collapsed
38539
38540 \begin_layout Standard
38541 Copiers
38542 \end_layout
38543
38544 \end_inset
38545
38546
38547 \end_layout
38548
38549 \begin_layout Standard
38550 Here you find the list of defined copiers.
38551  Since all conversions from one format to another take place in LyX's temporary
38552  directory, it is sometimes necessary to modify a file before copying it
38553  to the temporary directory in order that the conversion may be performed.
38554  This is done by a Copier.
38555 \end_layout
38556
38557 \begin_layout Standard
38558 More about converters is described in section 
38559 \emph on
38560 Copiers
38561 \emph default
38562  of the 
38563 \emph on
38564 Customization
38565 \emph default
38566  manual.
38567 \end_layout
38568
38569 \begin_layout Chapter
38570 Units available in LyX
38571 \begin_inset Index
38572 status collapsed
38573
38574 \begin_layout Standard
38575 Units
38576 \end_layout
38577
38578 \end_inset
38579
38580
38581 \begin_inset CommandInset label
38582 LatexCommand label
38583 name "cha:Units-available-in"
38584
38585 \end_inset
38586
38587
38588 \end_layout
38589
38590 \begin_layout Standard
38591 To understand the units described in this documentation, 
38592 \begin_inset CommandInset ref
38593 LatexCommand ref
38594 reference "cap:Units"
38595
38596 \end_inset
38597
38598  explains all units available in LyX.
38599 \end_layout
38600
38601 \begin_layout Standard
38602 \begin_inset Float table
38603 placement h
38604 wide false
38605 sideways false
38606 status open
38607
38608 \begin_layout Standard
38609 \begin_inset Caption
38610
38611 \begin_layout Standard
38612 \begin_inset CommandInset label
38613 LatexCommand label
38614 name "cap:Units"
38615
38616 \end_inset
38617
38618 Units
38619 \end_layout
38620
38621 \end_inset
38622
38623
38624 \end_layout
38625
38626 \begin_layout Standard
38627 \begin_inset VSpace medskip
38628 \end_inset
38629
38630
38631 \end_layout
38632
38633 \begin_layout Standard
38634 \align center
38635 \begin_inset Tabular
38636 <lyxtabular version="3" rows="20" columns="2">
38637 <features>
38638 <column alignment="center" valignment="top" leftline="true" width="0">
38639 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
38640 <row topline="true" bottomline="true">
38641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38642 \begin_inset Text
38643
38644 \begin_layout Standard
38645 unit
38646 \end_layout
38647
38648 \end_inset
38649 </cell>
38650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38651 \begin_inset Text
38652
38653 \begin_layout Standard
38654 name/description
38655 \end_layout
38656
38657 \end_inset
38658 </cell>
38659 </row>
38660 <row topline="true">
38661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38662 \begin_inset Text
38663
38664 \begin_layout Standard
38665 mm
38666 \end_layout
38667
38668 \end_inset
38669 </cell>
38670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38671 \begin_inset Text
38672
38673 \begin_layout Standard
38674 millimeter
38675 \end_layout
38676
38677 \end_inset
38678 </cell>
38679 </row>
38680 <row topline="true">
38681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38682 \begin_inset Text
38683
38684 \begin_layout Standard
38685 cm
38686 \end_layout
38687
38688 \end_inset
38689 </cell>
38690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38691 \begin_inset Text
38692
38693 \begin_layout Standard
38694 centimeter
38695 \end_layout
38696
38697 \end_inset
38698 </cell>
38699 </row>
38700 <row topline="true">
38701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38702 \begin_inset Text
38703
38704 \begin_layout Standard
38705 in
38706 \end_layout
38707
38708 \end_inset
38709 </cell>
38710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38711 \begin_inset Text
38712
38713 \begin_layout Standard
38714 inch
38715 \end_layout
38716
38717 \end_inset
38718 </cell>
38719 </row>
38720 <row topline="true">
38721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38722 \begin_inset Text
38723
38724 \begin_layout Standard
38725 pt
38726 \end_layout
38727
38728 \end_inset
38729 </cell>
38730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38731 \begin_inset Text
38732
38733 \begin_layout Standard
38734 point (72.27\InsetSpace \thinspace{}
38735 pt = 1\InsetSpace \thinspace{}
38736 in)
38737 \end_layout
38738
38739 \end_inset
38740 </cell>
38741 </row>
38742 <row topline="true">
38743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38744 \begin_inset Text
38745
38746 \begin_layout Standard
38747 pc
38748 \end_layout
38749
38750 \end_inset
38751 </cell>
38752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38753 \begin_inset Text
38754
38755 \begin_layout Standard
38756 pica (1\InsetSpace \thinspace{}
38757 pc = 12\InsetSpace \thinspace{}
38758 pt)
38759 \end_layout
38760
38761 \end_inset
38762 </cell>
38763 </row>
38764 <row topline="true">
38765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38766 \begin_inset Text
38767
38768 \begin_layout Standard
38769 sp
38770 \end_layout
38771
38772 \end_inset
38773 </cell>
38774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38775 \begin_inset Text
38776
38777 \begin_layout Standard
38778 scaled point (65536\InsetSpace \thinspace{}
38779 sp = 1\InsetSpace \thinspace{}
38780 pt)
38781 \end_layout
38782
38783 \end_inset
38784 </cell>
38785 </row>
38786 <row topline="true">
38787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38788 \begin_inset Text
38789
38790 \begin_layout Standard
38791 bp
38792 \end_layout
38793
38794 \end_inset
38795 </cell>
38796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38797 \begin_inset Text
38798
38799 \begin_layout Standard
38800 big point (72\InsetSpace \thinspace{}
38801 bp = 1\InsetSpace \thinspace{}
38802 in)
38803 \end_layout
38804
38805 \end_inset
38806 </cell>
38807 </row>
38808 <row topline="true">
38809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38810 \begin_inset Text
38811
38812 \begin_layout Standard
38813 dd
38814 \end_layout
38815
38816 \end_inset
38817 </cell>
38818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38819 \begin_inset Text
38820
38821 \begin_layout Standard
38822 didot (72\InsetSpace \thinspace{}
38823 dd 
38824 \begin_inset Formula $\approx$
38825 \end_inset
38826
38827  37.6\InsetSpace \thinspace{}
38828 mm)
38829 \end_layout
38830
38831 \end_inset
38832 </cell>
38833 </row>
38834 <row topline="true">
38835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38836 \begin_inset Text
38837
38838 \begin_layout Standard
38839 cc
38840 \end_layout
38841
38842 \end_inset
38843 </cell>
38844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38845 \begin_inset Text
38846
38847 \begin_layout Standard
38848 cicero (1\InsetSpace \thinspace{}
38849 cc = 12\InsetSpace \thinspace{}
38850 dd)
38851 \end_layout
38852
38853 \end_inset
38854 </cell>
38855 </row>
38856 <row topline="true">
38857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38858 \begin_inset Text
38859
38860 \begin_layout Standard
38861 Scale%
38862 \end_layout
38863
38864 \end_inset
38865 </cell>
38866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38867 \begin_inset Text
38868
38869 \begin_layout Standard
38870 % of original image width
38871 \end_layout
38872
38873 \end_inset
38874 </cell>
38875 </row>
38876 <row topline="true">
38877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38878 \begin_inset Text
38879
38880 \begin_layout Standard
38881 text%
38882 \end_layout
38883
38884 \end_inset
38885 </cell>
38886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38887 \begin_inset Text
38888
38889 \begin_layout Standard
38890 % of text width
38891 \end_layout
38892
38893 \end_inset
38894 </cell>
38895 </row>
38896 <row topline="true">
38897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38898 \begin_inset Text
38899
38900 \begin_layout Standard
38901 col%
38902 \end_layout
38903
38904 \end_inset
38905 </cell>
38906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38907 \begin_inset Text
38908
38909 \begin_layout Standard
38910 % of column width
38911 \end_layout
38912
38913 \end_inset
38914 </cell>
38915 </row>
38916 <row topline="true">
38917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38918 \begin_inset Text
38919
38920 \begin_layout Standard
38921 page%
38922 \end_layout
38923
38924 \end_inset
38925 </cell>
38926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38927 \begin_inset Text
38928
38929 \begin_layout Standard
38930 % of paper width
38931 \end_layout
38932
38933 \end_inset
38934 </cell>
38935 </row>
38936 <row topline="true">
38937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38938 \begin_inset Text
38939
38940 \begin_layout Standard
38941 line%
38942 \end_layout
38943
38944 \end_inset
38945 </cell>
38946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38947 \begin_inset Text
38948
38949 \begin_layout Standard
38950 % of line width
38951 \end_layout
38952
38953 \end_inset
38954 </cell>
38955 </row>
38956 <row topline="true">
38957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38958 \begin_inset Text
38959
38960 \begin_layout Standard
38961 theight%
38962 \end_layout
38963
38964 \end_inset
38965 </cell>
38966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38967 \begin_inset Text
38968
38969 \begin_layout Standard
38970 % of text height
38971 \end_layout
38972
38973 \end_inset
38974 </cell>
38975 </row>
38976 <row topline="true">
38977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38978 \begin_inset Text
38979
38980 \begin_layout Standard
38981 pheight%
38982 \end_layout
38983
38984 \end_inset
38985 </cell>
38986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38987 \begin_inset Text
38988
38989 \begin_layout Standard
38990 % of paper height
38991 \end_layout
38992
38993 \end_inset
38994 </cell>
38995 </row>
38996 <row topline="true">
38997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38998 \begin_inset Text
38999
39000 \begin_layout Standard
39001 ex
39002 \end_layout
39003
39004 \end_inset
39005 </cell>
39006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39007 \begin_inset Text
39008
39009 \begin_layout Standard
39010 height of letter 
39011 \emph on
39012 x
39013 \emph default
39014  in current font
39015 \end_layout
39016
39017 \end_inset
39018 </cell>
39019 </row>
39020 <row topline="true">
39021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39022 \begin_inset Text
39023
39024 \begin_layout Standard
39025 em
39026 \end_layout
39027
39028 \end_inset
39029 </cell>
39030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39031 \begin_inset Text
39032
39033 \begin_layout Standard
39034 width of letter 
39035 \emph on
39036 M
39037 \emph default
39038  in current font
39039 \end_layout
39040
39041 \end_inset
39042 </cell>
39043 </row>
39044 <row topline="true" bottomline="true">
39045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39046 \begin_inset Text
39047
39048 \begin_layout Standard
39049 mu
39050 \end_layout
39051
39052 \end_inset
39053 </cell>
39054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39055 \begin_inset Text
39056
39057 \begin_layout Standard
39058 math unit (1\InsetSpace \thinspace{}
39059 mu = 1/18\InsetSpace \thinspace{}
39060 em)
39061 \end_layout
39062
39063 \end_inset
39064 </cell>
39065 </row>
39066 </lyxtabular>
39067
39068 \end_inset
39069
39070
39071 \end_layout
39072
39073 \end_inset
39074
39075
39076 \end_layout
39077
39078 \begin_layout Chapter
39079 Credits
39080 \begin_inset CommandInset label
39081 LatexCommand label
39082 name "cha:Credits"
39083
39084 \end_inset
39085
39086
39087 \end_layout
39088
39089 \begin_layout Standard
39090 The documentation is a collaborative effort between many different people
39091  (and we would encourage people to contribute!).
39092 \end_layout
39093
39094 \begin_layout Itemize
39095
39096 \noun on
39097 Alejandro Aguilar Sierra
39098 \end_layout
39099
39100 \begin_layout Itemize
39101
39102 \noun on
39103 Amir Karger
39104 \end_layout
39105
39106 \begin_layout Itemize
39107
39108 \noun on
39109 David Johnson
39110 \end_layout
39111
39112 \begin_layout Itemize
39113
39114 \noun on
39115 Hartmut Haase
39116 \end_layout
39117
39118 \begin_layout Itemize
39119
39120 \noun on
39121 Ignacio García
39122 \end_layout
39123
39124 \begin_layout Itemize
39125
39126 \noun on
39127 Ivan Schreter
39128 \end_layout
39129
39130 \begin_layout Itemize
39131
39132 \noun on
39133 John Raithel
39134 \end_layout
39135
39136 \begin_layout Itemize
39137
39138 \noun on
39139 John Weiss
39140 \end_layout
39141
39142 \begin_layout Itemize
39143
39144 \noun on
39145 Lars Gullik Bjønnes
39146 \end_layout
39147
39148 \begin_layout Itemize
39149
39150 \noun on
39151 Matthias Ettrich
39152 \end_layout
39153
39154 \begin_layout Itemize
39155
39156 \noun on
39157 Matthias Zenker
39158 \end_layout
39159
39160 \begin_layout Itemize
39161
39162 \noun on
39163 Rich Fields
39164 \end_layout
39165
39166 \begin_layout Itemize
39167
39168 \noun on
39169 Pascal André
39170 \end_layout
39171
39172 \begin_layout Itemize
39173
39174 \noun on
39175 Paul Evans
39176 \end_layout
39177
39178 \begin_layout Itemize
39179
39180 \noun on
39181 Paul Russel
39182 \end_layout
39183
39184 \begin_layout Itemize
39185
39186 \noun on
39187 Robin Socha
39188 \end_layout
39189
39190 \begin_layout Itemize
39191
39192 \noun on
39193 Uwe Stöhr
39194 \end_layout
39195
39196 \begin_layout Itemize
39197 The LyX Team: 
39198 \begin_inset CommandInset citation
39199 LatexCommand cite
39200 key "lyxcredit"
39201
39202 \end_inset
39203
39204
39205 \end_layout
39206
39207 \begin_layout Standard
39208
39209 \newpage
39210 The bibliography on the following page was created with the 
39211 \family sans
39212 Bibliography
39213 \family default
39214  environment.
39215 \end_layout
39216
39217 \begin_layout Bibliography
39218 \begin_inset CommandInset bibitem
39219 LatexCommand bibitem
39220 label "Credits"
39221 key "lyxcredit"
39222
39223 \end_inset
39224
39225
39226 \begin_inset ERT
39227 status collapsed
39228
39229 \begin_layout Standard
39230
39231
39232 \backslash
39233 addcontentsline{toc}{chapter}{
39234 \backslash
39235 bibname
39236 \backslash
39237 ; 1}
39238 \end_layout
39239
39240 \end_inset
39241
39242
39243 \begin_inset Note Note
39244 status collapsed
39245
39246 \begin_layout Standard
39247 The command 
39248 \series bold
39249
39250 \backslash
39251 addcontentsline
39252 \series default
39253  is explained in the 
39254 \emph on
39255 Extended Features
39256 \emph default
39257  manual.
39258  It creates a TOC entry.
39259 \end_layout
39260
39261 \begin_layout Standard
39262 A manual TOC entry for the bibliography is only necessary because we use
39263  two different ones in one document.
39264 \end_layout
39265
39266 \end_inset
39267
39268 The LyX Team: 
39269 \begin_inset ERT
39270 status collapsed
39271
39272 \begin_layout Standard
39273
39274
39275 \backslash
39276 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
39277 \end_layout
39278
39279 \end_inset
39280
39281 Credits
39282 \begin_inset ERT
39283 status collapsed
39284
39285 \begin_layout Standard
39286
39287 }
39288 \end_layout
39289
39290 \end_inset
39291
39292
39293 \begin_inset Note Note
39294 status collapsed
39295
39296 \begin_layout Standard
39297 The command 
39298 \series bold
39299
39300 \backslash
39301 href
39302 \series default
39303  is explained in the 
39304 \emph on
39305 Embedded Objects
39306 \emph default
39307  manual.
39308  It creates a hyperlink.
39309 \end_layout
39310
39311 \end_inset
39312
39313 :
39314 \newline
39315
39316 \begin_inset Flex URL
39317 status collapsed
39318
39319 \begin_layout Standard
39320
39321 http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS
39322 \end_layout
39323
39324 \end_inset
39325
39326
39327 \end_layout
39328
39329 \begin_layout Bibliography
39330 \begin_inset CommandInset bibitem
39331 LatexCommand bibitem
39332 key "latexcompanion"
39333
39334 \end_inset
39335
39336 Frank Mittelbach and Michel Goossens: 
39337 \emph on
39338 The LaTeX Companion Second Edition.
39339
39340 \emph default
39341  Addison-Wesley, 2004
39342 \end_layout
39343
39344 \begin_layout Bibliography
39345 \begin_inset CommandInset bibitem
39346 LatexCommand bibitem
39347 key "latexguide"
39348
39349 \end_inset
39350
39351 Helmut Kopka and Patrick W.
39352  Daly: 
39353 \emph on
39354 A Guide to LaTeX Fourth Edition.
39355
39356 \emph default
39357  Addison-Wesley, 2003
39358 \end_layout
39359
39360 \begin_layout Bibliography
39361 \begin_inset CommandInset bibitem
39362 LatexCommand bibitem
39363 key "latexbook"
39364
39365 \end_inset
39366
39367 Leslie Lamport: 
39368 \emph on
39369 LaTeX: A Document Preparation System.
39370
39371 \emph default
39372  Addison-Wesley, second edition, 1994
39373 \end_layout
39374
39375 \begin_layout Bibliography
39376 \begin_inset CommandInset bibitem
39377 LatexCommand bibitem
39378 key "texbook"
39379
39380 \end_inset
39381
39382 Donald E.
39383  Knuth.
39384  
39385 \emph on
39386 The TeXbook.
39387
39388 \emph default
39389  Addison-Wesley, 1984
39390 \end_layout
39391
39392 \begin_layout Bibliography
39393 \begin_inset CommandInset bibitem
39394 LatexCommand bibitem
39395 key "TeXCatalogue"
39396
39397 \end_inset
39398
39399 The TeX Catalogue:
39400 \newline
39401
39402 \begin_inset Flex URL
39403 status collapsed
39404
39405 \begin_layout Standard
39406
39407 http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html
39408 \end_layout
39409
39410 \end_inset
39411
39412
39413 \end_layout
39414
39415 \begin_layout Bibliography
39416 \begin_inset CommandInset bibitem
39417 LatexCommand bibitem
39418 key "LaTeXFAQ"
39419
39420 \end_inset
39421
39422 The LaTeX FAQ: 
39423 \begin_inset Flex URL
39424 status collapsed
39425
39426 \begin_layout Standard
39427
39428 http://www.tex.ac.uk/cgi-bin/texfaq2html
39429 \end_layout
39430
39431 \end_inset
39432
39433
39434 \end_layout
39435
39436 \begin_layout Bibliography
39437 \begin_inset CommandInset bibitem
39438 LatexCommand bibitem
39439 key "makeindex"
39440
39441 \end_inset
39442
39443
39444 \begin_inset ERT
39445 status collapsed
39446
39447 \begin_layout Standard
39448
39449
39450 \backslash
39451 href{http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi}{
39452 \end_layout
39453
39454 \end_inset
39455
39456 Documentation
39457 \begin_inset ERT
39458 status collapsed
39459
39460 \begin_layout Standard
39461
39462 }
39463 \end_layout
39464
39465 \end_inset
39466
39467  of the program 
39468 \family sans
39469 makeindex
39470 \family default
39471 :
39472 \newline
39473
39474 \begin_inset Flex URL
39475 status collapsed
39476
39477 \begin_layout Standard
39478
39479 http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi
39480 \end_layout
39481
39482 \end_inset
39483
39484
39485 \end_layout
39486
39487 \begin_layout Bibliography
39488 \begin_inset CommandInset bibitem
39489 LatexCommand bibitem
39490 key "caption"
39491
39492 \end_inset
39493
39494
39495 \begin_inset ERT
39496 status collapsed
39497
39498 \begin_layout Standard
39499
39500
39501 \backslash
39502 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
39503 \end_layout
39504
39505 \end_inset
39506
39507 Documentation
39508 \begin_inset ERT
39509 status collapsed
39510
39511 \begin_layout Standard
39512
39513 }
39514 \end_layout
39515
39516 \end_inset
39517
39518  of the LaTeX-package 
39519 \series bold
39520 caption
39521 \series default
39522
39523 \begin_inset Index
39524 status collapsed
39525
39526 \begin_layout Standard
39527 LaTeX-packages ! caption
39528 \end_layout
39529
39530 \end_inset
39531
39532 :
39533 \newline
39534
39535 \begin_inset Flex URL
39536 status collapsed
39537
39538 \begin_layout Standard
39539
39540 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf
39541 \end_layout
39542
39543 \end_inset
39544
39545
39546 \end_layout
39547
39548 \begin_layout Bibliography
39549 \begin_inset CommandInset bibitem
39550 LatexCommand bibitem
39551 key "fancyhdr"
39552
39553 \end_inset
39554
39555
39556 \begin_inset ERT
39557 status collapsed
39558
39559 \begin_layout Standard
39560
39561
39562 \backslash
39563 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf}
39564 {
39565 \end_layout
39566
39567 \end_inset
39568
39569 Documentation
39570 \begin_inset ERT
39571 status collapsed
39572
39573 \begin_layout Standard
39574
39575 }
39576 \end_layout
39577
39578 \end_inset
39579
39580  of the LaTeX-package 
39581 \series bold
39582 fancyhdr
39583 \series default
39584
39585 \begin_inset Index
39586 status collapsed
39587
39588 \begin_layout Standard
39589 LaTeX-packages ! fancyhdr
39590 \end_layout
39591
39592 \end_inset
39593
39594 :
39595 \newline
39596
39597 \begin_inset Flex URL
39598 status collapsed
39599
39600 \begin_layout Standard
39601
39602 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
39603 \end_layout
39604
39605 \end_inset
39606
39607
39608 \end_layout
39609
39610 \begin_layout Bibliography
39611 \begin_inset CommandInset bibitem
39612 LatexCommand bibitem
39613 key "floatflt"
39614
39615 \end_inset
39616
39617
39618 \begin_inset ERT
39619 status collapsed
39620
39621 \begin_layout Standard
39622
39623
39624 \backslash
39625 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
39626 {
39627 \end_layout
39628
39629 \end_inset
39630
39631 Documentation
39632 \begin_inset ERT
39633 status collapsed
39634
39635 \begin_layout Standard
39636
39637 }
39638 \end_layout
39639
39640 \end_inset
39641
39642  of the LaTeX-package 
39643 \series bold
39644 floatflt
39645 \series default
39646
39647 \begin_inset Index
39648 status collapsed
39649
39650 \begin_layout Standard
39651 LaTeX-packages ! floatflt
39652 \end_layout
39653
39654 \end_inset
39655
39656 :
39657 \newline
39658
39659 \begin_inset Flex URL
39660 status collapsed
39661
39662 \begin_layout Standard
39663
39664 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf
39665 \end_layout
39666
39667 \end_inset
39668
39669
39670 \end_layout
39671
39672 \begin_layout Bibliography
39673 \begin_inset CommandInset bibitem
39674 LatexCommand bibitem
39675 key "nomencl"
39676
39677 \end_inset
39678
39679
39680 \begin_inset ERT
39681 status collapsed
39682
39683 \begin_layout Standard
39684
39685
39686 \backslash
39687 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf}{
39688 \end_layout
39689
39690 \end_inset
39691
39692 Documentation
39693 \begin_inset ERT
39694 status collapsed
39695
39696 \begin_layout Standard
39697
39698 }
39699 \end_layout
39700
39701 \end_inset
39702
39703  of the LaTeX-package 
39704 \series bold
39705 nomencl
39706 \series default
39707
39708 \begin_inset Index
39709 status collapsed
39710
39711 \begin_layout Standard
39712 LaTeX-packages ! nomencl
39713 \end_layout
39714
39715 \end_inset
39716
39717 :
39718 \newline
39719
39720 \begin_inset Flex URL
39721 status collapsed
39722
39723 \begin_layout Standard
39724
39725 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf
39726 \end_layout
39727
39728 \end_inset
39729
39730
39731 \end_layout
39732
39733 \begin_layout Bibliography
39734 \begin_inset CommandInset bibitem
39735 LatexCommand bibitem
39736 key "tipa"
39737
39738 \end_inset
39739
39740
39741 \begin_inset ERT
39742 status collapsed
39743
39744 \begin_layout Standard
39745
39746
39747 \backslash
39748 href{http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf}{
39749 \end_layout
39750
39751 \end_inset
39752
39753 Documentation
39754 \begin_inset ERT
39755 status collapsed
39756
39757 \begin_layout Standard
39758
39759 }
39760 \end_layout
39761
39762 \end_inset
39763
39764  of the LaTeX-package 
39765 \series bold
39766 tipa
39767 \series default
39768
39769 \begin_inset Index
39770 status collapsed
39771
39772 \begin_layout Standard
39773 LaTeX-packages ! tipa
39774 \end_layout
39775
39776 \end_inset
39777
39778 :
39779 \newline
39780
39781 \begin_inset Flex URL
39782 status collapsed
39783
39784 \begin_layout Standard
39785
39786 http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf
39787 \end_layout
39788
39789 \end_inset
39790
39791
39792 \end_layout
39793
39794 \begin_layout Bibliography
39795 \begin_inset CommandInset bibitem
39796 LatexCommand bibitem
39797 key "XeTeX"
39798
39799 \end_inset
39800
39801
39802 \begin_inset ERT
39803 status collapsed
39804
39805 \begin_layout Standard
39806
39807
39808 \backslash
39809 href{http://wiki.lyx.org/LyX/XeTeX}{
39810 \end_layout
39811
39812 \end_inset
39813
39814 Wiki-page
39815 \begin_inset ERT
39816 status collapsed
39817
39818 \begin_layout Standard
39819
39820 }
39821 \end_layout
39822
39823 \end_inset
39824
39825  how to use LyX with XeTeX:
39826 \newline
39827
39828 \begin_inset Flex URL
39829 status collapsed
39830
39831 \begin_layout Standard
39832
39833 http://wiki.lyx.org/LyX/XeTeX
39834 \end_layout
39835
39836 \end_inset
39837
39838
39839 \end_layout
39840
39841 \begin_layout Bibliography
39842 \begin_inset CommandInset bibitem
39843 LatexCommand bibitem
39844 key "Arabic"
39845
39846 \end_inset
39847
39848
39849 \begin_inset ERT
39850 status collapsed
39851
39852 \begin_layout Standard
39853
39854
39855 \backslash
39856 href{http://wiki.lyx.org/Windows/Arabic}{
39857 \end_layout
39858
39859 \end_inset
39860
39861 Wiki-page
39862 \begin_inset ERT
39863 status collapsed
39864
39865 \begin_layout Standard
39866
39867 }
39868 \end_layout
39869
39870 \end_inset
39871
39872  how to set up LyX for Arabic:
39873 \newline
39874
39875 \begin_inset Flex URL
39876 status collapsed
39877
39878 \begin_layout Standard
39879
39880 http://wiki.lyx.org/Windows/Arabic
39881 \end_layout
39882
39883 \end_inset
39884
39885
39886 \end_layout
39887
39888 \begin_layout Bibliography
39889 \begin_inset CommandInset bibitem
39890 LatexCommand bibitem
39891 key "Armenian"
39892
39893 \end_inset
39894
39895
39896 \begin_inset ERT
39897 status collapsed
39898
39899 \begin_layout Standard
39900
39901
39902 \backslash
39903 href{http://wiki.lyx.org/Windows/Armenian}{
39904 \end_layout
39905
39906 \end_inset
39907
39908 Wiki-page
39909 \begin_inset ERT
39910 status collapsed
39911
39912 \begin_layout Standard
39913
39914 }
39915 \end_layout
39916
39917 \end_inset
39918
39919  how to set up LyX for Armenian:
39920 \newline
39921
39922 \begin_inset Flex URL
39923 status collapsed
39924
39925 \begin_layout Standard
39926
39927 http://wiki.lyx.org/Windows/Armenian
39928 \end_layout
39929
39930 \end_inset
39931
39932
39933 \end_layout
39934
39935 \begin_layout Bibliography
39936 \begin_inset CommandInset bibitem
39937 LatexCommand bibitem
39938 key "Farsi"
39939
39940 \end_inset
39941
39942
39943 \begin_inset ERT
39944 status collapsed
39945
39946 \begin_layout Standard
39947
39948
39949 \backslash
39950 href{http://wiki.lyx.org/Windows/Farsi}{
39951 \end_layout
39952
39953 \end_inset
39954
39955 Wiki-page
39956 \begin_inset ERT
39957 status collapsed
39958
39959 \begin_layout Standard
39960
39961 }
39962 \end_layout
39963
39964 \end_inset
39965
39966  how to set up LyX for Farsi:
39967 \newline
39968
39969 \begin_inset Flex URL
39970 status collapsed
39971
39972 \begin_layout Standard
39973
39974 http://wiki.lyx.org/Windows/Farsi
39975 \end_layout
39976
39977 \end_inset
39978
39979
39980 \end_layout
39981
39982 \begin_layout Bibliography
39983 \begin_inset CommandInset bibitem
39984 LatexCommand bibitem
39985 key "Hebrew"
39986
39987 \end_inset
39988
39989
39990 \begin_inset ERT
39991 status collapsed
39992
39993 \begin_layout Standard
39994
39995
39996 \backslash
39997 href{http://wiki.lyx.org/Windows/Hebrew}{
39998 \end_layout
39999
40000 \end_inset
40001
40002 Wiki-page
40003 \begin_inset ERT
40004 status collapsed
40005
40006 \begin_layout Standard
40007
40008 }
40009 \end_layout
40010
40011 \end_inset
40012
40013  how to set up LyX for Hebrew:
40014 \newline
40015
40016 \begin_inset Flex URL
40017 status collapsed
40018
40019 \begin_layout Standard
40020
40021 http://wiki.lyx.org/Windows/Hebrew
40022 \end_layout
40023
40024 \end_inset
40025
40026
40027 \end_layout
40028
40029 \begin_layout Bibliography
40030 \begin_inset CommandInset bibitem
40031 LatexCommand bibitem
40032 key "LyX-func"
40033
40034 \end_inset
40035
40036
40037 \begin_inset ERT
40038 status collapsed
40039
40040 \begin_layout Standard
40041
40042
40043 \backslash
40044 href{http://wiki.lyx.org/LyX/LyxFunctionList}{
40045 \end_layout
40046
40047 \end_inset
40048
40049 Wiki-page
40050 \begin_inset ERT
40051 status collapsed
40052
40053 \begin_layout Standard
40054
40055 }
40056 \end_layout
40057
40058 \end_inset
40059
40060  with a list of all available LyX-functions:
40061 \newline
40062
40063 \begin_inset Flex URL
40064 status collapsed
40065
40066 \begin_layout Standard
40067
40068 http://wiki.lyx.org/LyX/LyxFunctionList
40069 \end_layout
40070
40071 \end_inset
40072
40073
40074 \end_layout
40075
40076 \begin_layout Standard
40077
40078 \newpage
40079
40080 \begin_inset CommandInset bibtex
40081 LatexCommand bibtex
40082 options "biblio/alphadin"
40083 bibfiles "biblio/LyXDocs"
40084
40085 \end_inset
40086
40087
40088 \end_layout
40089
40090 \begin_layout Standard
40091 The above bibliography is created from a BibTeX-database.
40092 \end_layout
40093
40094 \begin_layout Standard
40095 \begin_inset ERT
40096 status collapsed
40097
40098 \begin_layout Standard
40099
40100
40101 \backslash
40102 addcontentsline{toc}{chapter}{
40103 \backslash
40104 bibname
40105 \backslash
40106 ; 2}
40107 \end_layout
40108
40109 \end_inset
40110
40111
40112 \begin_inset Note Note
40113 status collapsed
40114
40115 \begin_layout Standard
40116 The command 
40117 \series bold
40118
40119 \backslash
40120 addcontentsline
40121 \series default
40122  is explained in the 
40123 \emph on
40124 Extended Features
40125 \emph default
40126  manual.
40127  It creates a TOC entry.
40128 \end_layout
40129
40130 \begin_layout Standard
40131 A manual TOC entry for the bibliography is only necessary because we use
40132  two different ones in one document.
40133 \end_layout
40134
40135 \end_inset
40136
40137
40138 \end_layout
40139
40140 \begin_layout Standard
40141
40142 \series bold
40143 \begin_inset CommandInset nomencl_print
40144 LatexCommand printnomenclature
40145
40146 \end_inset
40147
40148
40149 \begin_inset CommandInset index_print
40150 LatexCommand printindex
40151
40152 \end_inset
40153
40154
40155 \end_layout
40156
40157 \end_body
40158 \end_document