]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
German Tutorial.lyx: remove wrong description
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 299
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 URL
66 \end_modules
67 \language english
68 \inputencoding auto
69 \font_roman default
70 \font_sans default
71 \font_typewriter default
72 \font_default_family default
73 \font_sc false
74 \font_osf false
75 \font_sf_scale 100
76 \font_tt_scale 100
77 \graphics default
78 \paperfontsize 12
79 \spacing single
80 \use_hyperref false
81 \papersize default
82 \use_geometry false
83 \use_amsmath 1
84 \use_esint 0
85 \cite_engine basic
86 \use_bibtopic false
87 \paperorientation portrait
88 \branch Question
89 \selected 1
90 \color #00ff00
91 \end_branch
92 \branch Answer
93 \selected 0
94 \color #aa55ff
95 \end_branch
96 \secnumdepth 3
97 \tocdepth 3
98 \paragraph_separation indent
99 \defskip medskip
100 \quotes_language english
101 \papercolumns 1
102 \papersides 2
103 \paperpagestyle default
104 \tracking_changes false
105 \output_changes false
106 \author "" 
107 \author "" 
108 \end_header
109
110 \begin_body
111
112 \begin_layout Title
113 The LyX User's Guide
114 \end_layout
115
116 \begin_layout Author
117 by the LyX Team
118 \begin_inset Foot
119 status collapsed
120
121 \begin_layout Standard
122 \noindent
123 If you have comments or error corrections, please send them to the LyX Documenta
124 tion mailing list: 
125 \family typewriter
126 lyx-docs@lists.lyx.org
127 \end_layout
128
129 \end_inset
130
131
132 \newline
133
134 \newline
135 Version 1.5.2
136 \end_layout
137
138 \begin_layout Standard
139 \begin_inset Note Note
140 status open
141
142 \begin_layout Standard
143 To export this document as PDF, Postscript, or DVI, the LaTeX-package 
144 \series bold
145 hyperref
146 \series default
147  has to be installed.
148 \end_layout
149
150 \begin_layout Standard
151 This package should be part of all popular LaTeX-distributions.
152 \end_layout
153
154 \end_inset
155
156
157 \end_layout
158
159 \begin_layout Standard
160 \begin_inset CommandInset toc
161 LatexCommand tableofcontents
162
163 \end_inset
164
165
166 \end_layout
167
168 \begin_layout Chapter
169 Getting Started
170 \end_layout
171
172 \begin_layout Section
173 What is LyX?
174 \end_layout
175
176 \begin_layout Standard
177 LyX is a document preparation system.
178  It is a tool for producing beautiful manuscripts, publishable books, business
179  letters and proposals, and even poetry.
180  It is unlike most other 
181 \begin_inset Quotes eld
182 \end_inset
183
184 word processors
185 \begin_inset Quotes erd
186 \end_inset
187
188  in the sense that it uses the paradigm of a markup language as its core
189  editing style.
190  That means that when you type a section header, you mark it as a 
191 \begin_inset Quotes eld
192 \end_inset
193
194 Section
195 \begin_inset Quotes erd
196 \end_inset
197
198 , not 
199 \begin_inset Quotes eld
200 \end_inset
201
202 Bold, 17 pt type, left justified, 5 mm space below
203 \begin_inset Quotes erd
204 \end_inset
205
206 .
207  LyX takes care of the typesetting for you, so you deal only with concepts,
208  not the mechanics.
209 \end_layout
210
211 \begin_layout Standard
212 This philosophy is explained in much greater detail in the 
213 \emph on
214
215 \begin_inset Quotes eld
216 \end_inset
217
218 Introduction
219 \begin_inset Quotes erd
220 \end_inset
221
222
223 \emph default
224 .
225  If you haven't read it yet, you need to.
226  Yes, we mean now.
227 \end_layout
228
229 \begin_layout Standard
230 The 
231 \begin_inset Quotes eld
232 \end_inset
233
234
235 \emph on
236 Introduction
237 \emph default
238
239 \begin_inset Quotes erd
240 \end_inset
241
242  describes several things in addition to LyX's philosophy: most importantly,
243  the format of all of the manuals.
244  If you don't read it, you'll have a bear of a time navigating this manual.
245  You might also be better served looking in one of the other manuals instead
246  of this one.
247  
248 \begin_inset Quotes eld
249 \end_inset
250
251
252 \emph on
253 Introduction
254 \emph default
255
256 \begin_inset Quotes erd
257 \end_inset
258
259  describes that, too.
260 \end_layout
261
262 \begin_layout Section
263 How LyX Looks
264 \end_layout
265
266 \begin_layout Standard
267 Like most applications, LyX has the familiar menu bar across the top of
268  its window.
269  Below it is a toolbar with a pulldown box and various buttons.
270  There is, of course, a vertical scrollbar and a main work area for editing
271  documents.
272  Near the bottom of the window is a small window containing a single line
273  of text.
274  This is the 
275 \emph on
276 minibuffer
277 \emph default
278 , which really means 
279 \begin_inset Quotes eld
280 \end_inset
281
282 command buffer
283 \begin_inset Quotes erd
284 \end_inset
285
286 .
287  Type 
288 \family sans
289 M-x
290 \family default
291  when you need to type a command in the minibuffer.
292 \end_layout
293
294 \begin_layout Standard
295 Note that there is no horizontal scroll bar.
296  This is not a bug or an oversight, but intentional.
297  When you read a book, you expect the end of a line to wrap around to the
298  next line.
299  Text overflows onto new pages in a vertical fashion, hence the need for
300  only a vertical scrollbar.
301  There are three cases where you might want a horizontal scrollbar.
302  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
303  This, however, is due
304  to a flaw in the routine that displays graphics on the LyX screen in a
305  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
306  as you'd need to rescale graphics to fit on a page.
307  The second and third cases are tables and equations which are wider than
308  the LyX window.
309  You can use the arrow keys to scroll horizontally through the table, but
310  this doesn't work for equations yet.
311 \end_layout
312
313 \begin_layout Standard
314 For a brief description of all LyX menus and toolbar buttons, have a look
315  at Appendix\InsetSpace ~
316
317 \begin_inset CommandInset ref
318 LatexCommand ref
319 reference "cha:The-User-Interface"
320
321 \end_inset
322
323 .
324  Most of them are self-explanatory and you'll find them listed in the correspond
325 ing sections of this documentation.
326 \end_layout
327
328 \begin_layout Section
329 HELP
330 \end_layout
331
332 \begin_layout Standard
333 The help system consists of the LyX manuals.
334  You can read 
335 \emph on
336 all
337 \emph default
338  of the manuals from inside LyX.
339  Just select the manual you want read from the 
340 \family sans
341 Help
342 \family default
343  menu.
344 \end_layout
345
346 \begin_layout Section
347 Basic LyX Setup
348 \begin_inset CommandInset label
349 LatexCommand label
350 name "sec:Basic-LyX-Setup"
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 There are several features of LyX that can be configured from inside LyX,
359  without resorting to configuration files.
360  First, LyX is able to inspect your system to see what programs, LaTeX document
361  classes and LaTeX packages are available.
362  It uses this knowledge to give reasonable defaults to several 
363 \family sans
364 Preferences
365 \begin_inset Index
366 status collapsed
367
368 \begin_layout Standard
369 Preferences
370 \end_layout
371
372 \end_inset
373
374
375 \family default
376  settings.
377  Although this configuration has already been done when LyX was installed
378  on your system, you might have some items that you installed locally, e.g.
379  new LaTeX classes, and which are not seen by LyX.
380  To force LyX to re-inspect your system, you should use 
381 \family sans
382 Tools\SpecialChar \menuseparator
383 Reconfigure
384 \family default
385 .
386 \begin_inset Index
387 status collapsed
388
389 \begin_layout Standard
390 Reconfiguration of LyX
391 \end_layout
392
393 \end_inset
394
395  You should then restart LyX to ensure that the changes are taken into account.
396 \end_layout
397
398 \begin_layout Section
399 LaTeX Setup
400 \begin_inset CommandInset label
401 LatexCommand label
402 name "sec:LaTeX-Setup"
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 LyX needs several LaTeX packages to work properly.
411  The packages found on the system by LyX are listed in the file 
412 \emph on
413 LaT
414 \emph default
415
416 \begin_inset ERT
417 status collapsed
418
419 \begin_layout Standard
420
421 \family roman
422 \series medium
423 \shape up
424 \size normal
425 \emph off
426 \bar no
427 \noun off
428 \color none
429 {}
430 \end_layout
431
432 \end_inset
433
434
435 \emph on
436 eX\InsetSpace ~
437 Configuration
438 \emph default
439  that will be created when using the menu 
440 \family sans
441 Help\SpecialChar \menuseparator
442 LaT
443 \begin_inset ERT
444 status collapsed
445
446 \begin_layout Standard
447
448 \family roman
449 \series medium
450 \shape up
451 \size normal
452 \emph off
453 \bar no
454 \noun off
455 \color none
456 {}
457 \end_layout
458
459 \end_inset
460
461 eX\InsetSpace ~
462 Configuration
463 \family default
464 .
465  You should install the required missing packages and then reconfigure LyX.
466 \begin_inset Note Note
467 status collapsed
468
469 \begin_layout Standard
470 The two braces in the ERT box prevent that the term 
471 \begin_inset Quotes eld
472 \end_inset
473
474 LaTeX
475 \begin_inset Quotes erd
476 \end_inset
477
478  is printed with sub- and superscript letters.
479  More on ERT is described in section\InsetSpace ~
480
481 \begin_inset CommandInset ref
482 LatexCommand ref
483 reference "sec:ERT"
484
485 \end_inset
486
487 , the printout of proper names like LaTeX is explained in section\InsetSpace ~
488
489 \begin_inset CommandInset ref
490 LatexCommand ref
491 reference "sub:LyX's-Proper-Names"
492
493 \end_inset
494
495 .
496 \end_layout
497
498 \end_inset
499
500
501 \begin_inset Index
502 status collapsed
503
504 \begin_layout Standard
505 Reconfiguration of LyX
506 \end_layout
507
508 \end_inset
509
510
511 \end_layout
512
513 \begin_layout Chapter
514 How to work with LyX
515 \end_layout
516
517 \begin_layout Section
518 Basic File Operations
519 \begin_inset Index
520 status collapsed
521
522 \begin_layout Standard
523 File Operations
524 \end_layout
525
526 \end_inset
527
528
529 \end_layout
530
531 \begin_layout Standard
532 Under the 
533 \family sans
534 File
535 \family default
536  menu are basic operations for any word processor in addition to some more
537  advanced operations:
538 \end_layout
539
540 \begin_layout Itemize
541
542 \family sans
543 New
544 \end_layout
545
546 \begin_layout Itemize
547
548 \family sans
549 New\InsetSpace ~
550 from
551 \bar under
552 \InsetSpace ~
553
554 \bar default
555 Template
556 \end_layout
557
558 \begin_layout Itemize
559
560 \family sans
561 Open
562 \end_layout
563
564 \begin_layout Itemize
565
566 \family sans
567 Close
568 \end_layout
569
570 \begin_layout Itemize
571
572 \family sans
573 Save
574 \end_layout
575
576 \begin_layout Itemize
577
578 \family sans
579 Save\InsetSpace ~
580 As
581 \end_layout
582
583 \begin_layout Itemize
584
585 \family sans
586 Revert\InsetSpace ~
587 to\InsetSpace ~
588 saved
589 \end_layout
590
591 \begin_layout Itemize
592
593 \family sans
594 Version\InsetSpace ~
595 Control
596 \end_layout
597
598 \begin_layout Itemize
599
600 \family sans
601 Import
602 \end_layout
603
604 \begin_layout Itemize
605
606 \family sans
607 Export
608 \end_layout
609
610 \begin_layout Itemize
611
612 \family sans
613 Print
614 \end_layout
615
616 \begin_layout Itemize
617
618 \family sans
619 Exit
620 \end_layout
621
622 \begin_layout Standard
623 They all do pretty much the same thing as in other word processors, with
624  a few minor differences.
625  The 
626 \family sans
627 File\SpecialChar \menuseparator
628 New\InsetSpace ~
629 from
630 \bar under
631 \InsetSpace ~
632
633 \bar default
634 Template
635 \family default
636  command not only prompts you for a name for the new file, but also prompts
637  you for a template to use.
638  Selecting a template will automatically set certain layout features for
639  the document, features you would otherwise need to change manually.
640  They can be of use for certain classes, especially those for writing letters
641  (see section\InsetSpace ~
642
643 \begin_inset CommandInset ref
644 LatexCommand ref
645 reference "sec:Document-Classes"
646
647 \end_inset
648
649 ).
650 \end_layout
651
652 \begin_layout Standard
653 Note: There is no 
654 \begin_inset Quotes eld
655 \end_inset
656
657 default file
658 \begin_inset Quotes erd
659 \end_inset
660
661  or document named 
662 \begin_inset Quotes eld
663 \end_inset
664
665 Untitled
666 \begin_inset Quotes erd
667 \end_inset
668
669  or 
670 \begin_inset Quotes eld
671 \end_inset
672
673 scratch.
674 \begin_inset Quotes erd
675 \end_inset
676
677  Unless you tell LyX to open a file or create a new one, that big, blank
678  space is just that --- a big, blank space.
679 \end_layout
680
681 \begin_layout Standard
682
683 \family sans
684 Revert\InsetSpace ~
685 to\InsetSpace ~
686 saved
687 \family default
688  and 
689 \family sans
690 Version\InsetSpace ~
691 Control
692 \family default
693  are useful if more people work on the same document at the same time
694 \begin_inset Foot
695 status collapsed
696
697 \begin_layout Standard
698 If you plan to do this, you should check out the Version Control feature
699  in LyX also.
700  Read 
701 \emph on
702 Extended Features
703 \emph default
704 \SpecialChar \@.
705
706 \end_layout
707
708 \end_inset
709
710 .
711  
712 \family sans
713 Revert\InsetSpace ~
714 to\InsetSpace ~
715 saved
716 \family default
717  will reload the document from disk.
718  You can of course also use it if you regret that you changed a document
719  and want to restore it to the last save.
720  With
721 \family sans
722  Version\InsetSpace ~
723 Control 
724 \family default
725 you can there register the changes you made to a document so that others
726  can identify this as your changes.
727 \end_layout
728
729 \begin_layout Section
730 Basic Editing Features
731 \begin_inset Index
732 status collapsed
733
734 \begin_layout Standard
735 Editing
736 \end_layout
737
738 \end_inset
739
740
741 \begin_inset CommandInset label
742 LatexCommand label
743 name "sec:Basic-Editing-Features"
744
745 \end_inset
746
747
748 \end_layout
749
750 \begin_layout Standard
751 Like most modern word processors, LyX can perform cut and paste operations
752  on blocks of text, can move by character, word, or screenful of text, and
753  can delete whole words as well as individual characters.
754  The next four sections cover the basic LyX editing features and how to
755  access them.
756  We'll start with cut and paste.
757 \end_layout
758
759 \begin_layout Standard
760 As you might expect, the 
761 \family sans
762 Edit
763 \family default
764  menu has the cut and paste commands, along with various other editing features.
765  Some of these are special and covered in later sections.
766  The basic ones are:
767 \end_layout
768
769 \begin_layout Itemize
770
771 \family sans
772 Cut
773 \end_layout
774
775 \begin_layout Itemize
776
777 \family sans
778 Copy
779 \end_layout
780
781 \begin_layout Itemize
782
783 \family sans
784 Paste
785 \end_layout
786
787 \begin_layout Itemize
788
789 \family sans
790 Paste\InsetSpace ~
791 Recent
792 \end_layout
793
794 \begin_layout Itemize
795
796 \family sans
797 Paste\InsetSpace ~
798 Special
799 \end_layout
800
801 \begin_layout Itemize
802
803 \family sans
804 Find\InsetSpace ~
805 &\InsetSpace ~
806 Replace
807 \end_layout
808
809 \begin_layout Standard
810 The first three are self-explanatory.
811  One thing to note: whenever you delete a block of text that you've selected,
812  it's automatically placed in the clipboard.
813  That is, the 
814 \family sans
815 Delete
816 \family default
817  and 
818 \family sans
819 Backspace
820 \family default
821  keys also functions as the 
822 \family sans
823 Cut
824 \family default
825  command.
826  Also, if you've selected text, be careful: If you hit a key, LyX will completel
827 y delete the selected text and replace it with what you just typed.
828  You'll have to do an 
829 \family sans
830 Undo
831 \family default
832  to get back the lost text.
833 \end_layout
834
835 \begin_layout Standard
836 \begin_inset Index
837 status collapsed
838
839 \begin_layout Standard
840 Paste
841 \end_layout
842
843 \end_inset
844
845 You can also copy text between LyX and other programs by cut, copy and paste.
846  The submenu of 
847 \family sans
848 Paste\InsetSpace ~
849 Recent
850 \family default
851  shows you a list with the last strings you have pasted.
852 \end_layout
853
854 \begin_layout Standard
855 The menu 
856 \family sans
857 Edit\SpecialChar \menuseparator
858 Paste\InsetSpace ~
859 Special\SpecialChar \menuseparator
860 Plain\InsetSpace ~
861 Text, Join\InsetSpace ~
862 Lines
863 \family default
864  will insert the text in the clipboard so that the whole text is inserted
865  as 
866 \emph on
867 one
868 \emph default
869  paragraph.
870  A new paragraph is started when there is a blank line in the file.
871  Without 
872 \family sans
873 Join\InsetSpace ~
874 Lines
875 \family default
876 , the text is inserted as Paragraphs, where the line breaks of the text
877  will start a new paragraph.
878 \end_layout
879
880 \begin_layout Standard
881 \begin_inset Index
882 status collapsed
883
884 \begin_layout Standard
885 Replace
886 \end_layout
887
888 \end_inset
889
890
891 \begin_inset Index
892 status collapsed
893
894 \begin_layout Standard
895 Find
896 \end_layout
897
898 \end_inset
899
900 The 
901 \family sans
902 Edit\SpecialChar \menuseparator
903 Find\InsetSpace ~
904 &\InsetSpace ~
905 Replace
906 \family default
907  item opens the 
908 \family sans
909 Find\InsetSpace ~
910 and\InsetSpace ~
911 Replace
912 \family default
913  dialog.
914  Once you've found a word or expression, LyX selects it.
915  Hitting the 
916 \family sans
917 Replace
918 \family default
919  button replaces the selected text with the contents of the 
920 \family sans
921 Replace\InsetSpace ~
922 with
923 \family default
924  field.
925  You can click the 
926 \family sans
927 Find\InsetSpace ~
928 Next
929 \family default
930  button to skip the current word.
931  Hit 
932 \family sans
933 Replace\InsetSpace ~
934 All
935 \family default
936  to replace all occurrences of the text in the document automatically.
937  The 
938 \family sans
939 Case\InsetSpace ~
940 sensitive
941 \family default
942  option can be used if you want the search to consider the case of the search
943  word.
944  If the toggle is set, searching for 
945 \begin_inset Quotes eld
946 \end_inset
947
948
949 \family typewriter
950 Test
951 \family default
952
953 \begin_inset Quotes erd
954 \end_inset
955
956  will not match the word 
957 \begin_inset Quotes eld
958 \end_inset
959
960
961 \family typewriter
962 test
963 \family default
964
965 \begin_inset Quotes erd
966 \end_inset
967
968 .
969  The 
970 \family sans
971 Match whole words only
972 \family default
973  option can be used to force LyX to only find complete words.
974  I.e., searching for 
975 \begin_inset Quotes eld
976 \end_inset
977
978
979 \family typewriter
980 star
981 \family default
982
983 \begin_inset Quotes erd
984 \end_inset
985
986  will not match 
987 \begin_inset Quotes eld
988 \end_inset
989
990
991 \family typewriter
992 starlet
993 \family default
994
995 \begin_inset Quotes erd
996 \end_inset
997
998 .
999 \end_layout
1000
1001 \begin_layout Section
1002 Undo and Redo
1003 \begin_inset Index
1004 status collapsed
1005
1006 \begin_layout Standard
1007 Redo
1008 \end_layout
1009
1010 \end_inset
1011
1012
1013 \begin_inset Index
1014 status collapsed
1015
1016 \begin_layout Standard
1017 Undo
1018 \end_layout
1019
1020 \end_inset
1021
1022
1023 \begin_inset CommandInset label
1024 LatexCommand label
1025 name "sec:Undo-and-Redo"
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \begin_layout Standard
1033 If you make a mistake, you can easily recover from it.
1034  LyX has a large-capacity undo/redo buffer.
1035  Select 
1036 \family sans
1037 Edit\SpecialChar \menuseparator
1038 Undo
1039 \family default
1040  to undo some mistake.
1041  If you accidentally undo too much, use 
1042 \family sans
1043 Edit\SpecialChar \menuseparator
1044 Redo
1045 \family default
1046  to 
1047 \begin_inset Quotes eld
1048 \end_inset
1049
1050 undo the undo.
1051 \begin_inset Quotes erd
1052 \end_inset
1053
1054  The undo mechanism is currently limited to 100 steps to minimize memory
1055  overhead.
1056  
1057 \end_layout
1058
1059 \begin_layout Standard
1060 Notice that if you revert back all changes to arrive to the document as
1061  it was last saved, the 
1062 \begin_inset Quotes eld
1063 \end_inset
1064
1065 changed
1066 \begin_inset Quotes erd
1067 \end_inset
1068
1069  status of the document is unfortunately not reset.
1070  This is a consequence of the 100 step undo limit, above.
1071 \end_layout
1072
1073 \begin_layout Standard
1074 The 
1075 \family sans
1076 Undo
1077 \family default
1078  and 
1079 \family sans
1080 Redo
1081 \family default
1082  work on almost everything in LyX.
1083  They have some quirks, too.
1084  They won't 
1085 \family sans
1086 Undo
1087 \family default
1088  or 
1089 \family sans
1090 Redo
1091 \family default
1092  text character by character, but by blocks of text.
1093  That can take some getting used to; you'll have to play with 
1094 \family sans
1095 Undo
1096 \family default
1097  and 
1098 \family sans
1099 Redo
1100 \family default
1101  to get a feel for just how much they'll undo/redo, and after time, you'll
1102  surely appreciate how it works.
1103 \end_layout
1104
1105 \begin_layout Section
1106 Mouse Operations
1107 \begin_inset Index
1108 status collapsed
1109
1110 \begin_layout Standard
1111 Mouse Operations
1112 \end_layout
1113
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \begin_layout Standard
1120 This are the most basic mouse operations.
1121 \end_layout
1122
1123 \begin_layout Enumerate
1124 Motion
1125 \end_layout
1126
1127 \begin_deeper
1128 \begin_layout Itemize
1129 Click the 
1130 \emph on
1131 left mouse button
1132 \emph default
1133  once anywhere in the edit window.
1134  The cursor moves to the text under the mouse.
1135 \end_layout
1136
1137 \end_deeper
1138 \begin_layout Enumerate
1139 Selecting Text
1140 \end_layout
1141
1142 \begin_deeper
1143 \begin_layout Itemize
1144 Hold down the 
1145 \emph on
1146 left mouse button
1147 \emph default
1148  and drag the mouse.
1149  LyX marks the text between the old and new mouse positions.
1150  Use 
1151 \family sans
1152 Edit\SpecialChar \menuseparator
1153 Copy
1154 \family default
1155  to create a copy of the text in LyX's buffer (and the clipboard).
1156 \end_layout
1157
1158 \begin_layout Itemize
1159 Re-position the cursor and then paste the text back into LyX using 
1160 \family sans
1161 Edit\SpecialChar \menuseparator
1162 Paste
1163 \family default
1164 .
1165 \end_layout
1166
1167 \end_deeper
1168 \begin_layout Enumerate
1169 Insets (Footnotes, Notes, Floats, etc.)
1170 \end_layout
1171
1172 \begin_deeper
1173 \begin_layout Standard
1174
1175 \emph on
1176 Single click
1177 \emph default
1178  the left mouse button to open or close any of these.
1179  Right-click on them to set its properties.
1180  Also check the appropriate section of this manual for more details.
1181 \end_layout
1182
1183 \end_deeper
1184 \begin_layout Enumerate
1185 Tables
1186 \end_layout
1187
1188 \begin_deeper
1189 \begin_layout Standard
1190
1191 \emph on
1192 Single click
1193 \emph default
1194  the right mouse button to open a dialog that will allow you to manipulate
1195  the table.
1196 \end_layout
1197
1198 \end_deeper
1199 \begin_layout Section
1200 Basic Key Bindings
1201 \begin_inset CommandInset label
1202 LatexCommand label
1203 name "sec:Key-Bindings"
1204
1205 \end_inset
1206
1207
1208 \begin_inset Index
1209 status collapsed
1210
1211 \begin_layout Standard
1212 Key Bindings
1213 \end_layout
1214
1215 \end_inset
1216
1217
1218 \end_layout
1219
1220 \begin_layout Standard
1221 We're not going to cover all of the keybindings.
1222  Be aware that there are at least two different primary binding maps: CUA
1223  and Emacs.
1224  LyX's default is CUA.
1225 \end_layout
1226
1227 \begin_layout Standard
1228 Some keys, like 
1229 \family sans
1230 Page\InsetSpace ~
1231 Up
1232 \family default
1233
1234 \family sans
1235 Page\InsetSpace ~
1236 Down
1237 \family default
1238
1239 \family sans
1240 Left
1241 \family default
1242
1243 \family sans
1244 Right
1245 \family default
1246
1247 \family sans
1248 Up
1249 \family default
1250 , and 
1251 \family sans
1252 Down
1253 \family default
1254 , do exactly what you expect them to do.
1255  Other keys don't:
1256 \end_layout
1257
1258 \begin_layout Labeling
1259 \labelwidthstring 00.00.0000
1260
1261 \family sans
1262 Tab
1263 \begin_inset CommandInset nomenclature
1264 LatexCommand nomenclature
1265 symbol "Tab"
1266 description "Tabulator key"
1267
1268 \end_inset
1269
1270
1271 \family default
1272  There is no such thing as a tab stop in LyX.
1273  If you don't understand this, go read sections\InsetSpace ~
1274
1275 \begin_inset CommandInset ref
1276 LatexCommand ref
1277 reference "sec:Par-indent-intro"
1278
1279 \end_inset
1280
1281  and 
1282 \begin_inset CommandInset ref
1283 LatexCommand ref
1284 reference "sec:Paragraph-Environments"
1285
1286 \end_inset
1287
1288 , especially section\InsetSpace ~
1289
1290 \begin_inset CommandInset ref
1291 LatexCommand ref
1292 reference "sub:Lists"
1293
1294 \end_inset
1295
1296 , right now.
1297  Yes, right now.
1298  If you're still confused, look in the 
1299 \emph on
1300 Tutorial
1301 \emph default
1302 .
1303 \end_layout
1304
1305 \begin_layout Labeling
1306 \labelwidthstring 00.00.0000
1307
1308 \family sans
1309 Esc
1310 \begin_inset CommandInset nomenclature
1311 LatexCommand nomenclature
1312 symbol "Esc"
1313 description "Escape key"
1314
1315 \end_inset
1316
1317
1318 \family default
1319  This is the 
1320 \begin_inset Quotes eld
1321 \end_inset
1322
1323 cancel key.
1324 \begin_inset Quotes erd
1325 \end_inset
1326
1327  It's used, generically, to cancel operations.
1328  Other parts of the manual will go into greater detail about this.
1329 \end_layout
1330
1331 \begin_layout Labeling
1332 \labelwidthstring 00.00.0000
1333
1334 \family sans
1335 Home
1336 \family default
1337 \InsetSpace ~
1338 and\InsetSpace ~
1339
1340 \family sans
1341 End
1342 \family default
1343  These move the cursor, respectively, to the beginning and end of a line,
1344  unless you are using the Emacs bindings where they jump to the beginning
1345  or end of the file.
1346 \end_layout
1347
1348 \begin_layout Standard
1349 There are three modifier keys:
1350 \end_layout
1351
1352 \begin_layout Labeling
1353 \labelwidthstring 00.00.0000
1354
1355 \family sans
1356 Control
1357 \family default
1358  (Denoted by 
1359 \begin_inset Quotes eld
1360 \end_inset
1361
1362
1363 \family sans
1364 C
1365 \family default
1366
1367 \begin_inset Quotes erd
1368 \end_inset
1369
1370
1371 \begin_inset CommandInset nomenclature
1372 LatexCommand nomenclature
1373 symbol "C"
1374 description "Control key"
1375
1376 \end_inset
1377
1378  in the documentation files) This has a couple of different uses, depending
1379  on which keys it's used in combination with:
1380 \end_layout
1381
1382 \begin_deeper
1383 \begin_layout Itemize
1384 With 
1385 \family sans
1386 Backspace
1387 \family default
1388  or 
1389 \family sans
1390 Delete
1391 \family default
1392 , it deletes an entire word instead of a single character.
1393 \end_layout
1394
1395 \begin_layout Itemize
1396 With 
1397 \family sans
1398 Left
1399 \family default
1400  and 
1401 \family sans
1402 Right
1403 \family default
1404 , it moves by words instead of characters.
1405 \end_layout
1406
1407 \begin_layout Itemize
1408 With 
1409 \family sans
1410 Home
1411 \family default
1412  and 
1413 \family sans
1414 End
1415 \family default
1416 , it moves to the beginning and the end of the document, respectively.
1417 \end_layout
1418
1419 \end_deeper
1420 \begin_layout Labeling
1421 \labelwidthstring 00.00.0000
1422
1423 \family sans
1424 Shift
1425 \family default
1426  (Denoted by 
1427 \begin_inset Quotes eld
1428 \end_inset
1429
1430
1431 \family sans
1432 S
1433 \family default
1434
1435 \begin_inset Quotes erd
1436 \end_inset
1437
1438
1439 \begin_inset CommandInset nomenclature
1440 LatexCommand nomenclature
1441 symbol "S"
1442 description "Shift key"
1443
1444 \end_inset
1445
1446  in the documentation files) Use this with any of the motion keys to select
1447  the text between the old and new cursor positions.
1448 \end_layout
1449
1450 \begin_layout Labeling
1451 \labelwidthstring 00.00.0000
1452
1453 \family sans
1454 Meta
1455 \family default
1456  (Denoted by 
1457 \begin_inset Quotes eld
1458 \end_inset
1459
1460
1461 \family sans
1462 M
1463 \family default
1464
1465 \begin_inset Quotes erd
1466 \end_inset
1467
1468
1469 \begin_inset CommandInset nomenclature
1470 LatexCommand nomenclature
1471 symbol "M"
1472 description "Meta or Alt key"
1473
1474 \end_inset
1475
1476  in the documentation files) This is the Alt key on many keyboards, unless
1477  your keyboard has a distinct Meta key.
1478  If you have both keys, you will need to try out which one actually performs
1479  the 
1480 \family sans
1481 Meta-
1482 \family default
1483  function.
1484  This key does many different things, but it also activates the 
1485 \emph on
1486 menu accelerator keys
1487 \emph default
1488 .
1489  If you use this in combination with any of the underlined letters in a
1490  menu or menu item, it selects that menu item.
1491 \end_layout
1492
1493 \begin_deeper
1494 \begin_layout Standard
1495 For example, the sequence 
1496 \begin_inset Quotes eld
1497 \end_inset
1498
1499
1500 \family sans
1501 M\InsetSpace ~
1502 e\InsetSpace ~
1503 s
1504 \family default
1505 \InsetSpace ~
1506
1507 \family sans
1508 c
1509 \family default
1510
1511 \begin_inset Quotes erd
1512 \end_inset
1513
1514  
1515 \family sans
1516 brings
1517 \family default
1518  up the 
1519 \begin_inset Quotes eld
1520 \end_inset
1521
1522 Text Style
1523 \begin_inset Quotes erd
1524 \end_inset
1525
1526  menu.
1527  Typing 
1528 \begin_inset Quotes eld
1529 \end_inset
1530
1531
1532 \family sans
1533 M\InsetSpace ~
1534 f
1535 \family default
1536
1537 \begin_inset Quotes erd
1538 \end_inset
1539
1540  opens the 
1541 \family sans
1542 File
1543 \family default
1544  menu.
1545 \end_layout
1546
1547 \begin_layout Standard
1548 There are also other things bound to the 
1549 \family sans
1550 Meta-
1551 \family default
1552  key, but you'll have to check in the 
1553 \emph on
1554 Reference
1555 \emph default
1556  
1557 \emph on
1558 manual
1559 \emph default
1560  for more info.
1561 \end_layout
1562
1563 \end_deeper
1564 \begin_layout Standard
1565 You'll learn more and more keybindings and short-cut keys as you use LyX,
1566  because most actions will prompt a small message in the status bar at the
1567  bottom of LyX's main window which describe the name of the action, you've
1568  just triggered, and any existing keybindings for that action.
1569  The notation for the keybindings is very similar to the notation used in
1570  this documentation, so you should not have any problems understanding it.
1571  However, notice that Shift-modifiers are explicitly mentioned, so 
1572 \family sans
1573
1574 \begin_inset Quotes eld
1575 \end_inset
1576
1577 M-p S-A
1578 \family default
1579
1580 \begin_inset Quotes erd
1581 \end_inset
1582
1583  means 
1584 \family sans
1585 Meta-p
1586 \family default
1587  followed by a capital 
1588 \family sans
1589 A
1590 \family default
1591 .
1592  
1593 \begin_inset Quotes eld
1594 \end_inset
1595
1596
1597 \family sans
1598 S-C-s
1599 \family default
1600
1601 \begin_inset Quotes erd
1602 \end_inset
1603
1604  means 
1605 \family sans
1606 Shift-Control-s
1607 \family default
1608 .
1609 \end_layout
1610
1611 \begin_layout Chapter
1612 LyX Basics
1613 \begin_inset Index
1614 status collapsed
1615
1616 \begin_layout Standard
1617 LyX ! Basics
1618 \end_layout
1619
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \begin_layout Section
1626 Document Types
1627 \begin_inset Index
1628 status collapsed
1629
1630 \begin_layout Standard
1631 Document ! Types
1632 \end_layout
1633
1634 \end_inset
1635
1636
1637 \end_layout
1638
1639 \begin_layout Subsection
1640 Introduction
1641 \end_layout
1642
1643 \begin_layout Standard
1644 Before you do anything else, before you ever start writing a document, you
1645  need to decide what type of document you want to edit.
1646  Different types of documents use different types of spacing, headings,
1647  numbering schemes, and so on.
1648  Additionally, different documents use different paragraph environments,
1649  and format the title of your document differently.
1650 \end_layout
1651
1652 \begin_layout Standard
1653
1654 \emph on
1655 document class
1656 \emph default
1657  describes a group of properties common to a particular set of documents.
1658  By setting the document class, you automatically select these properties,
1659  making it easier to create the type of document you want.
1660  If you don't choose a document class, LyX picks one for you by default.
1661  So, it behooves you to change the class of your document.
1662 \end_layout
1663
1664 \begin_layout Standard
1665 Read on for info about the document classes you can choose from LyX, and
1666  how to adjust their properties.
1667 \end_layout
1668
1669 \begin_layout Subsection
1670 Document Classes
1671 \begin_inset Index
1672 status collapsed
1673
1674 \begin_layout Standard
1675 Document ! Classes
1676 \end_layout
1677
1678 \end_inset
1679
1680
1681 \begin_inset CommandInset label
1682 LatexCommand label
1683 name "sec:Document-Classes"
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \begin_layout Subsubsection
1691 Overview
1692 \end_layout
1693
1694 \begin_layout Standard
1695 There are four standard document classes in LyX.
1696  They are:
1697 \end_layout
1698
1699 \begin_layout Description
1700 Article for basic articles
1701 \end_layout
1702
1703 \begin_layout Description
1704 Report for basic reports
1705 \end_layout
1706
1707 \begin_layout Description
1708 Book for writing a book
1709 \end_layout
1710
1711 \begin_layout Description
1712 Letter for US-style letters
1713 \end_layout
1714
1715 \begin_layout Standard
1716 There are also some non-standard classes, which LyX only uses if you have
1717  installed them.
1718  Here are some of the classes, the full list with detailed explanations
1719  can be found in chapter 
1720 \emph on
1721 Special Document Classes
1722 \emph default
1723  in the 
1724 \emph on
1725 Extended Features
1726 \emph default
1727  manual:
1728 \end_layout
1729
1730 \begin_layout Description
1731 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1732 \end_layout
1733
1734 \begin_layout Description
1735 AAST
1736 \family sans
1737
1738 \begin_inset ERT
1739 status collapsed
1740
1741 \begin_layout Standard
1742
1743 \family roman
1744 \series medium
1745 \shape up
1746 \size normal
1747 \emph off
1748 \bar no
1749 \noun off
1750 \color none
1751 {}
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \family default
1758 eX For submissions to the journals published by the American Astronomical
1759  Society
1760 \end_layout
1761
1762 \begin_layout Description
1763 AMS Layouts for articles and books in the style and format used by the American
1764  Mathematical Society (AMS).
1765  There are three article layouts available.
1766  The standard one uses a typical numbering scheme for theorems etc., that
1767  prepends the section number to the number of the result.
1768  All result-type statements (propositions, corollaries, and so on) are sequenced
1769  together, but definitions, examples, and the like have their own sequence.
1770  The 
1771 \begin_inset Quotes eld
1772 \end_inset
1773
1774 sequential numbering
1775 \begin_inset Quotes erd
1776 \end_inset
1777
1778  scheme does not place the section number with each result, but numbers
1779  them throughout the article in a single sequence.
1780  Each type of result gets its own sequence.
1781  There is also a layout that dispenses with numbering of statements altogether.
1782 \end_layout
1783
1784 \begin_layout Description
1785 Beamer Layout for presentations
1786 \end_layout
1787
1788 \begin_layout Description
1789 broadway Layout for writing plays.
1790  It is not an existing LaTeX document class, but a new one which is distributed
1791  with LyX.
1792 \end_layout
1793
1794 \begin_layout Description
1795 curiculum\InsetSpace ~
1796 vitae classes to create curriculum vitae
1797 \end_layout
1798
1799 \begin_layout Description
1800 Dinbrief Letters in format of the DIN (German industry norm)
1801 \end_layout
1802
1803 \begin_layout Description
1804 dtk Layout for 
1805 \family typewriter
1806 Die TeXnische Komödie
1807 \family default
1808 , the journal of the German TeX user Group (Dante)
1809 \end_layout
1810
1811 \begin_layout Description
1812 Elsevier Layout for journals of the Elsevier publishing group
1813 \end_layout
1814
1815 \begin_layout Description
1816 Foils Used to make transparencies
1817 \end_layout
1818
1819 \begin_layout Description
1820 g-brief Letters in format of the DIN (German industry norm)
1821 \end_layout
1822
1823 \begin_layout Description
1824 hollywood Used to type spec scripts for the US film industry.
1825  It is not an existing LaTeX document class, but a new one which is distributed
1826  with LyX.
1827 \end_layout
1828
1829 \begin_layout Description
1830 IEEEtran Layout for the journals published by the Institute of Electrical
1831  and Electronics Engineers (IEEE)
1832 \end_layout
1833
1834 \begin_layout Description
1835 IOP Layout for journals of the Institute of Physics publishing group
1836 \end_layout
1837
1838 \begin_layout Description
1839 Kluwer Layout for journals of the Kluwer publishing group
1840 \end_layout
1841
1842 \begin_layout Description
1843 koma-script a replacement for the standard classes, offers many useful features
1844  like caption formatting, automatic print space calculation etc.
1845 \end_layout
1846
1847 \begin_layout Description
1848 Memoir another replacement for the standard classes
1849 \end_layout
1850
1851 \begin_layout Description
1852 paper Used with the 
1853 \family typewriter
1854 paper
1855 \family default
1856  LaTeX document class
1857 \end_layout
1858
1859 \begin_layout Description
1860 Powerdot Layout for presentations
1861 \end_layout
1862
1863 \begin_layout Description
1864 REVTe
1865 \begin_inset ERT
1866 status collapsed
1867
1868 \begin_layout Standard
1869
1870 \family roman
1871 \series medium
1872 \shape up
1873 \size normal
1874 \emph off
1875 \bar no
1876 \noun off
1877 \color none
1878 {}
1879 \end_layout
1880
1881 \end_inset
1882
1883 X is used to write articles for the publications of the American Physical
1884  Society (APS), American Institute of Physics (AIP), and Optical Society
1885  of America (OSA).
1886  This class is not completely compatible with all LyX features.
1887 \end_layout
1888
1889 \begin_layout Description
1890 Slides Used to make transparencies
1891 \end_layout
1892
1893 \begin_layout Description
1894 SPIE\InsetSpace ~
1895 Proceedings Layout for the journals published by The International Society
1896  for Optical Engineering (SPIE)
1897 \end_layout
1898
1899 \begin_layout Description
1900 Springer Layouts for journals of the Springer publishing group
1901 \end_layout
1902
1903 \begin_layout Description
1904 TUGboat Layout for 
1905 \family typewriter
1906 TUGboat
1907 \family default
1908 , the journal of the international TeX user Group (TUG)
1909 \end_layout
1910
1911 \begin_layout Standard
1912 We won't go into any detail about how to use these different document classes
1913  here.
1914  You can find all the details about the non-standard classes in the 
1915 \emph on
1916 Extended Editing
1917 \emph default
1918  manual.
1919  Here, we will settle with a list of some of the common properties of all
1920  of the document classes.
1921 \end_layout
1922
1923 \begin_layout Subsubsection
1924 Selecting a Class
1925 \end_layout
1926
1927 \begin_layout Standard
1928 You can select a class using the 
1929 \family sans
1930 Document\SpecialChar \menuseparator
1931 Settings
1932 \begin_inset Index
1933 status collapsed
1934
1935 \begin_layout Standard
1936 Document ! Settings
1937 \end_layout
1938
1939 \end_inset
1940
1941
1942 \family default
1943  dialog.
1944  Select the class you want to use, and make any fine tunings of the options
1945  you may need.
1946 \end_layout
1947
1948 \begin_layout Subsubsection
1949 Properties
1950 \end_layout
1951
1952 \begin_layout Standard
1953 Each class has a default set of options.
1954  Here's a quick table describing them:
1955 \end_layout
1956
1957 \begin_layout Standard
1958 \begin_inset VSpace 0.3cm
1959 \end_inset
1960
1961
1962 \end_layout
1963
1964 \begin_layout Standard
1965 \align center
1966 \begin_inset Tabular
1967 <lyxtabular version="3" rows="5" columns="5">
1968 <features>
1969 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1970 <column alignment="center" valignment="top" leftline="true" width="0pt">
1971 <column alignment="center" valignment="top" leftline="true" width="0pt">
1972 <column alignment="center" valignment="top" leftline="true" width="0pt">
1973 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1974 <row topline="true" bottomline="true">
1975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Standard
1979
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1985 \begin_inset Text
1986
1987 \begin_layout Standard
1988
1989 \family sans
1990 \series medium
1991 \shape up
1992 \size normal
1993 \emph off
1994 \bar no
1995 \noun off
1996 \color none
1997 Pagestyle
1998 \end_layout
1999
2000 \end_inset
2001 </cell>
2002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Standard
2006
2007 \family sans
2008 \series medium
2009 \shape up
2010 \size normal
2011 \emph off
2012 \bar no
2013 \noun off
2014 \color none
2015 Sides
2016 \end_layout
2017
2018 \end_inset
2019 </cell>
2020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2021 \begin_inset Text
2022
2023 \begin_layout Standard
2024
2025 \family sans
2026 \series medium
2027 \shape up
2028 \size normal
2029 \emph off
2030 \bar no
2031 \noun off
2032 \color none
2033 Columns
2034 \end_layout
2035
2036 \end_inset
2037 </cell>
2038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2039 \begin_inset Text
2040
2041 \begin_layout Standard
2042
2043 \series medium
2044 \shape up
2045 \size normal
2046 \emph off
2047 \bar no
2048 \noun off
2049 \color none
2050 Max.
2051  sectioning level
2052 \end_layout
2053
2054 \end_inset
2055 </cell>
2056 </row>
2057 <row topline="true">
2058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2059 \begin_inset Text
2060
2061 \begin_layout Standard
2062
2063 \series medium
2064 \shape up
2065 \size normal
2066 \emph off
2067 \bar no
2068 \noun off
2069 \color none
2070 article
2071 \end_layout
2072
2073 \end_inset
2074 </cell>
2075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2076 \begin_inset Text
2077
2078 \begin_layout Standard
2079
2080 \family sans
2081 \series medium
2082 \shape up
2083 \size normal
2084 \emph off
2085 \bar no
2086 \noun off
2087 \color none
2088 Plain
2089 \end_layout
2090
2091 \end_inset
2092 </cell>
2093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2094 \begin_inset Text
2095
2096 \begin_layout Standard
2097
2098 \family sans
2099 \series medium
2100 \shape up
2101 \size normal
2102 \emph off
2103 \bar no
2104 \noun off
2105 \color none
2106 One
2107 \end_layout
2108
2109 \end_inset
2110 </cell>
2111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2112 \begin_inset Text
2113
2114 \begin_layout Standard
2115
2116 \family sans
2117 \series medium
2118 \shape up
2119 \size normal
2120 \emph off
2121 \bar no
2122 \noun off
2123 \color none
2124 One
2125 \end_layout
2126
2127 \end_inset
2128 </cell>
2129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2130 \begin_inset Text
2131
2132 \begin_layout Standard
2133
2134 \family sans
2135 \series medium
2136 \shape up
2137 \size normal
2138 \emph off
2139 \bar no
2140 \noun off
2141 \color none
2142 Section
2143 \end_layout
2144
2145 \end_inset
2146 </cell>
2147 </row>
2148 <row topline="true">
2149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2150 \begin_inset Text
2151
2152 \begin_layout Standard
2153
2154 \series medium
2155 \shape up
2156 \size normal
2157 \emph off
2158 \bar no
2159 \noun off
2160 \color none
2161 report
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2167 \begin_inset Text
2168
2169 \begin_layout Standard
2170
2171 \family sans
2172 \series medium
2173 \shape up
2174 \size normal
2175 \emph off
2176 \bar no
2177 \noun off
2178 \color none
2179 Plain
2180 \end_layout
2181
2182 \end_inset
2183 </cell>
2184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2185 \begin_inset Text
2186
2187 \begin_layout Standard
2188
2189 \family sans
2190 \series medium
2191 \shape up
2192 \size normal
2193 \emph off
2194 \bar no
2195 \noun off
2196 \color none
2197 One
2198 \end_layout
2199
2200 \end_inset
2201 </cell>
2202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2203 \begin_inset Text
2204
2205 \begin_layout Standard
2206
2207 \family sans
2208 \series medium
2209 \shape up
2210 \size normal
2211 \emph off
2212 \bar no
2213 \noun off
2214 \color none
2215 One
2216 \end_layout
2217
2218 \end_inset
2219 </cell>
2220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2221 \begin_inset Text
2222
2223 \begin_layout Standard
2224
2225 \family sans
2226 \series medium
2227 \shape up
2228 \size normal
2229 \emph off
2230 \bar no
2231 \noun off
2232 \color none
2233 Chapter
2234 \end_layout
2235
2236 \end_inset
2237 </cell>
2238 </row>
2239 <row topline="true">
2240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2241 \begin_inset Text
2242
2243 \begin_layout Standard
2244
2245 \series medium
2246 \shape up
2247 \size normal
2248 \emph off
2249 \bar no
2250 \noun off
2251 \color none
2252 book
2253 \end_layout
2254
2255 \end_inset
2256 </cell>
2257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2258 \begin_inset Text
2259
2260 \begin_layout Standard
2261
2262 \family sans
2263 \series medium
2264 \shape up
2265 \size normal
2266 \emph off
2267 \bar no
2268 \noun off
2269 \color none
2270 Headings
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2276 \begin_inset Text
2277
2278 \begin_layout Standard
2279
2280 \family sans
2281 \series medium
2282 \shape up
2283 \size normal
2284 \emph off
2285 \bar no
2286 \noun off
2287 \color none
2288 Two
2289 \end_layout
2290
2291 \end_inset
2292 </cell>
2293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2294 \begin_inset Text
2295
2296 \begin_layout Standard
2297
2298 \family sans
2299 \series medium
2300 \shape up
2301 \size normal
2302 \emph off
2303 \bar no
2304 \noun off
2305 \color none
2306 One
2307 \end_layout
2308
2309 \end_inset
2310 </cell>
2311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2312 \begin_inset Text
2313
2314 \begin_layout Standard
2315
2316 \family sans
2317 \series medium
2318 \shape up
2319 \size normal
2320 \emph off
2321 \bar no
2322 \noun off
2323 \color none
2324 Chapter
2325 \end_layout
2326
2327 \end_inset
2328 </cell>
2329 </row>
2330 <row topline="true" bottomline="true">
2331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Standard
2335
2336 \series medium
2337 \shape up
2338 \size normal
2339 \emph off
2340 \bar no
2341 \noun off
2342 \color none
2343 letter
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2349 \begin_inset Text
2350
2351 \begin_layout Standard
2352
2353 \family sans
2354 \series medium
2355 \shape up
2356 \size normal
2357 \emph off
2358 \bar no
2359 \noun off
2360 \color none
2361 Plain
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Standard
2370
2371 \family sans
2372 \series medium
2373 \shape up
2374 \size normal
2375 \emph off
2376 \bar no
2377 \noun off
2378 \color none
2379 One
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Standard
2388
2389 \family sans
2390 \series medium
2391 \shape up
2392 \size normal
2393 \emph off
2394 \bar no
2395 \noun off
2396 \color none
2397 One
2398 \end_layout
2399
2400 \end_inset
2401 </cell>
2402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2403 \begin_inset Text
2404
2405 \begin_layout Standard
2406
2407 \series medium
2408 \shape up
2409 \size normal
2410 \emph off
2411 \bar no
2412 \noun off
2413 \color none
2414 none
2415 \end_layout
2416
2417 \end_inset
2418 </cell>
2419 </row>
2420 </lyxtabular>
2421
2422 \end_inset
2423
2424
2425 \end_layout
2426
2427 \begin_layout Standard
2428 \begin_inset VSpace 0.3cm
2429 \end_inset
2430
2431
2432 \end_layout
2433
2434 \begin_layout Standard
2435 You're probably also wondering what 
2436 \begin_inset Quotes eld
2437 \end_inset
2438
2439 Max.\InsetSpace ~
2440 sectioning level
2441 \begin_inset Quotes erd
2442 \end_inset
2443
2444  means.
2445  There are several paragraph environments used to create section headings.
2446  Different document classes allow different types of section headings.
2447  Only two use the 
2448 \family sans
2449 Chapter
2450 \family default
2451  heading; the rest do not and begin instead with the 
2452 \family sans
2453 Section
2454 \family default
2455  heading.
2456  Some document classes, such as the ones for letters, don't use any section
2457  headings.
2458  In addition to 
2459 \family sans
2460 Chapter
2461 \family default
2462  and 
2463 \family sans
2464 Section
2465 \family default
2466  headings, there are also 
2467 \family sans
2468 Subsection
2469 \family default
2470  headings, 
2471 \family sans
2472 Subsubsection
2473 \family default
2474  headings, and so on.
2475  We'll describe these headings fully in section\InsetSpace ~
2476
2477 \begin_inset CommandInset ref
2478 LatexCommand ref
2479 reference "sub:Headings"
2480
2481 \end_inset
2482
2483 .
2484 \end_layout
2485
2486 \begin_layout Subsection
2487 Document Layout
2488 \begin_inset Index
2489 status collapsed
2490
2491 \begin_layout Standard
2492 Document !  Layout
2493 \end_layout
2494
2495 \end_inset
2496
2497
2498 \begin_inset CommandInset label
2499 LatexCommand label
2500 name "sub:Document-Layout"
2501
2502 \end_inset
2503
2504
2505 \family sans
2506
2507 \begin_inset Index
2508 status collapsed
2509
2510 \begin_layout Standard
2511 Document ! Settings
2512 \end_layout
2513
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \begin_layout Standard
2520 The most important properties of documents classes are set in the menu 
2521 \family sans
2522 Document\SpecialChar \menuseparator
2523 Settings
2524 \family default
2525 .
2526  There in the 
2527 \family sans
2528 Options
2529 \family default
2530  field under 
2531 \family sans
2532 Documents\InsetSpace ~
2533 classes
2534 \family default
2535 , you can enter special options for your document class in a comma-separated
2536  list.
2537  This is only necessary if LyX doesn't support special options you want
2538  to use for your document.
2539  To learn more about your favorite LaTeX-class and its options, you have
2540  to read its manual.
2541 \end_layout
2542
2543 \begin_layout Standard
2544 You can augment your document class by selecting from among the layout modules
2545  that also appear on this pane.
2546  Highlighting a module will display a brief description of what it does.
2547  There is, for example, a URL module that adds a URL character style (see
2548  
2549 \begin_inset CommandInset ref
2550 LatexCommand ref
2551 reference "sub:Character-Styles"
2552
2553 \end_inset
2554
2555 ), and there are several theorem modules that can add theorem environments,
2556  like those already present in the AMS classes, to standard classes like
2557  
2558 \family sans
2559 article
2560 \family default
2561 .
2562  Note, however, that not all modules are compatible with all layouts.
2563  The theorem modules, for example, should 
2564 \emph on
2565 not
2566 \emph default
2567  be used with the AMS classes, since these already have their own theorem
2568  declarations; and no more than one of the theorem modules should be used
2569  at a time.
2570 \begin_inset Foot
2571 status collapsed
2572
2573 \begin_layout Standard
2574 For information on creating your own modules---which can be used, for example,
2575  to store a set of character styles you like to use with different documents---s
2576 ee section 
2577 \begin_inset CommandInset ref
2578 LatexCommand ref
2579 reference "sec:Layouts"
2580
2581 \end_inset
2582
2583  in the 
2584 \emph on
2585 Customization
2586 \emph default
2587  guide.
2588  
2589 \end_layout
2590
2591 \end_inset
2592
2593
2594 \end_layout
2595
2596 \begin_layout Standard
2597 Under 
2598 \family sans
2599 Page\InsetSpace ~
2600 Layout
2601 \family default
2602  the 
2603 \family sans
2604 Pagestyle
2605 \family default
2606  controls what sorts of headings and page numbers go on a page.
2607  You can choose between the following five options:
2608 \end_layout
2609
2610 \begin_layout Labeling
2611 \labelwidthstring 00.00.0000
2612
2613 \family sans
2614 Default
2615 \family default
2616  Use default pagestyle of current class.
2617 \end_layout
2618
2619 \begin_layout Labeling
2620 \labelwidthstring 00.00.0000
2621
2622 \family sans
2623 Empty
2624 \family default
2625  No page numbers or headings.
2626 \end_layout
2627
2628 \begin_layout Labeling
2629 \labelwidthstring 00.00.0000
2630
2631 \family sans
2632 Plain
2633 \family default
2634  Page numbers only.
2635 \end_layout
2636
2637 \begin_layout Labeling
2638 \labelwidthstring 00.00.0000
2639
2640 \family sans
2641 Headings
2642 \family default
2643  Page numbers and either the current chapter or section title and number.
2644  Whether LyX uses the current chapter or the current section depends on
2645  the maximum sectioning level of the class.
2646 \end_layout
2647
2648 \begin_layout Labeling
2649 \labelwidthstring 00.00.0000
2650
2651 \family sans
2652 Fancy
2653 \family default
2654  This allows you to create fully customizable headers and footers if you
2655  have the 
2656 \series bold
2657 fancyhdr
2658 \begin_inset Index
2659 status collapsed
2660
2661 \begin_layout Standard
2662 LaTeX-packages ! fancyhdr
2663 \end_layout
2664
2665 \end_inset
2666
2667
2668 \series default
2669  package installed.
2670  At the moment, support in LyX is limited to this setting.
2671  To use the full power of this package, you have to add code to your document
2672  preamble.
2673  Check the documentation for the 
2674 \series bold
2675 fancyhdr
2676 \series default
2677  package for more details, 
2678 \begin_inset CommandInset citation
2679 LatexCommand cite
2680 key "fancyhdr"
2681
2682 \end_inset
2683
2684 .
2685 \end_layout
2686
2687 \begin_layout Standard
2688 The 
2689 \family sans
2690 Separation
2691 \family default
2692  of paragraphs is described in section\InsetSpace ~
2693
2694 \begin_inset CommandInset ref
2695 LatexCommand ref
2696 reference "sec:Par-indent-intro"
2697
2698 \end_inset
2699
2700 .
2701 \end_layout
2702
2703 \begin_layout Subsection
2704 Paper Size and Orientation
2705 \begin_inset Index
2706 status collapsed
2707
2708 \begin_layout Standard
2709 Document ! Paper size
2710 \end_layout
2711
2712 \end_inset
2713
2714
2715 \begin_inset CommandInset label
2716 LatexCommand label
2717 name "sub:Paper-Size,-Orientation,"
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \begin_layout Standard
2725 You'll find the following options in the menu 
2726 \family sans
2727 Page\InsetSpace ~
2728 Layout
2729 \family default
2730  of the dialog of the 
2731 \family sans
2732 Document\SpecialChar \menuseparator
2733 Settings
2734 \family default
2735  menu:
2736 \family sans
2737
2738 \begin_inset Index
2739 status collapsed
2740
2741 \begin_layout Standard
2742 Document ! Settings
2743 \end_layout
2744
2745 \end_inset
2746
2747
2748 \end_layout
2749
2750 \begin_layout Labeling
2751 \labelwidthstring 00.00.0000
2752
2753 \family sans
2754 Papersize
2755 \family default
2756  What size paper to print on.
2757  The choices are
2758 \end_layout
2759
2760 \begin_layout Itemize
2761
2762 \family sans
2763 Default
2764 \end_layout
2765
2766 \begin_layout Itemize
2767
2768 \family sans
2769 A3, A4,
2770 \family default
2771  
2772 \family sans
2773 A5
2774 \end_layout
2775
2776 \begin_layout Itemize
2777
2778 \family sans
2779 B3, B4, B5
2780 \end_layout
2781
2782 \begin_layout Itemize
2783
2784 \family sans
2785 US letter
2786 \end_layout
2787
2788 \begin_layout Itemize
2789
2790 \family sans
2791 US legal
2792 \end_layout
2793
2794 \begin_layout Itemize
2795
2796 \family sans
2797 US executive
2798 \end_layout
2799
2800 \begin_layout Itemize
2801
2802 \family sans
2803 Custom
2804 \end_layout
2805
2806 \begin_layout Labeling
2807 \labelwidthstring 00.00.0000
2808
2809 \family sans
2810 Orientation
2811 \family default
2812  Two toggle buttons choose whether to print the output as 
2813 \family sans
2814 Landscape
2815 \family default
2816  or as 
2817 \family sans
2818 Portrait
2819 \family default
2820 .
2821 \end_layout
2822
2823 \begin_layout Labeling
2824 \labelwidthstring 00.00.0000
2825
2826 \family sans
2827 Two-sided\InsetSpace ~
2828 document
2829 \family default
2830  Adjusts the print space to print both sides of paper.
2831  That means that the print space for odd- and even-numbered pages is different.
2832 \end_layout
2833
2834 \begin_layout Subsection
2835 Margins
2836 \begin_inset Index
2837 status collapsed
2838
2839 \begin_layout Standard
2840 Document ! Margins
2841 \end_layout
2842
2843 \end_inset
2844
2845
2846 \begin_inset CommandInset label
2847 LatexCommand label
2848 name "sub:Margins"
2849
2850 \end_inset
2851
2852
2853 \begin_inset Index
2854 status collapsed
2855
2856 \begin_layout Standard
2857 Margins
2858 \end_layout
2859
2860 \end_inset
2861
2862
2863 \end_layout
2864
2865 \begin_layout Standard
2866 Paper margins are set in the menu 
2867 \family sans
2868 Document\SpecialChar \menuseparator
2869 Settings
2870 \family default
2871 .
2872 \family sans
2873
2874 \begin_inset Index
2875 status collapsed
2876
2877 \begin_layout Standard
2878 Document ! Settings
2879 \end_layout
2880
2881 \end_inset
2882
2883
2884 \end_layout
2885
2886 \begin_layout Standard
2887 If you use a koma-script document class, you can use the default settings.
2888  Because koma-script calculates then the printspace automatically by taking
2889  the paper format and the font size into account.
2890 \end_layout
2891
2892 \begin_layout Subsection
2893 Important Note
2894 \end_layout
2895
2896 \begin_layout Standard
2897 If you change a document class, LyX has to convert 
2898 \emph on
2899 everything
2900 \emph default
2901  into the new class.
2902  That includes the paragraph environments.
2903  Some paragraph environments are standard; all of the document classes have
2904  them; but some classes have special paragraph environments.
2905  If this is the case, and you change the document class, LyX sets the missing
2906  paragraph environments to 
2907 \family sans
2908 Standard
2909 \family default
2910  and places an error box at the beginning of the paragraph.
2911  Just click on them and you'll get a message dialog that tells you about
2912  the conversion and why it failed.
2913 \end_layout
2914
2915 \begin_layout Section
2916 Paragraph Indentation and Separation
2917 \begin_inset Index
2918 status collapsed
2919
2920 \begin_layout Standard
2921 Paragraph ! Indentation
2922 \end_layout
2923
2924 \end_inset
2925
2926
2927 \end_layout
2928
2929 \begin_layout Subsection
2930 Introduction
2931 \begin_inset CommandInset label
2932 LatexCommand label
2933 name "sec:Par-indent-intro"
2934
2935 \end_inset
2936
2937
2938 \end_layout
2939
2940 \begin_layout Standard
2941 Before describing all of the various paragraph environments, we'd like to
2942  say a word or two about paragraph indentation.
2943 \end_layout
2944
2945 \begin_layout Standard
2946 Everyone seems to have their own convention for separating paragraphs.
2947  Most Americans indent the first line of a paragraph.
2948  Others don't indent but put extra space between the paragraphs.
2949  If you choose indentation for paragraphs the 
2950 \emph on
2951 first
2952 \emph default
2953  paragraph of a section, or after a figure, an equation, a table, a list,
2954  etc., is 
2955 \emph on
2956 not
2957 \emph default
2958  indented.
2959  Only a paragraph following another paragraph gets indented.
2960  Note that the indentation behavior is different when you use another document
2961  language than English.
2962  LaTeX takes care that the indentation follows the rules of the used language.
2963 \end_layout
2964
2965 \begin_layout Standard
2966 The space between paragraphs, like the line spacing, the space between headings
2967  and text --- in fact, all of the spacings for just about everything are
2968  pre-coded into LyX.
2969  As we said, you don't worry about how much space to add between what.
2970  LyX takes care of that.
2971  In fact, these pre-coded vertical spacings aren't a single number but a
2972  range.
2973  That way, LyX can squish or stretch the space between lines to make sure
2974  figures fit on a page with text, so that sections don't start at the bottom
2975  of a page, and so on.
2976 \begin_inset Foot
2977 status collapsed
2978
2979 \begin_layout Standard
2980 LaTeX does this when LyX goes to produce a printable file.
2981 \end_layout
2982
2983 \end_inset
2984
2985  However, pre-coded doesn't mean you can't change them.
2986  LyX gives you the ability to globally change 
2987 \emph on
2988 all
2989 \emph default
2990  of these pre-coded spacings.
2991  We'll explain more later.
2992 \end_layout
2993
2994 \begin_layout Subsection
2995 Paragraph Separation
2996 \begin_inset Index
2997 status collapsed
2998
2999 \begin_layout Standard
3000 Paragraph ! Separation
3001 \end_layout
3002
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \begin_layout Standard
3009 To separate paragraphs, select 
3010 \family sans
3011 Indent
3012 \family default
3013  or 
3014 \family sans
3015 Skip
3016 \family default
3017  in the submenu 
3018 \family sans
3019 Text\InsetSpace ~
3020 Layout
3021 \family default
3022  of the dialog 
3023 \family sans
3024 Document\SpecialChar \menuseparator
3025 Settings
3026 \begin_inset Index
3027 status collapsed
3028
3029 \begin_layout Standard
3030 Document ! Settings
3031 \end_layout
3032
3033 \end_inset
3034
3035
3036 \family default
3037  to indent paragraphs or add extra space between paragraphs, respectively.
3038  The size of the skips can be defined in the dialog, for the indentation
3039  you have to add this line to your document preamble:
3040 \end_layout
3041
3042 \begin_layout Standard
3043
3044 \series bold
3045
3046 \backslash
3047 setlength{
3048 \backslash
3049 parindent}{Length}
3050 \end_layout
3051
3052 \begin_layout Standard
3053 where length is a value in one of the units listed in Appendix\InsetSpace ~
3054
3055 \begin_inset CommandInset ref
3056 LatexCommand ref
3057 reference "cap:Units"
3058
3059 \end_inset
3060
3061 .
3062  The default length is 30\InsetSpace \thinspace{}
3063 pt.
3064 \end_layout
3065
3066 \begin_layout Subsection
3067 Fine-Tuning
3068 \end_layout
3069
3070 \begin_layout Standard
3071 You can also change the separation method of a single paragraph.
3072  Open the 
3073 \family sans
3074 Edit\SpecialChar \menuseparator
3075 Paragraph\InsetSpace ~
3076 Settings
3077 \family default
3078  dialog and toggle the 
3079 \family sans
3080 Indent\InsetSpace ~
3081 Paragraph
3082 \family default
3083  option to change the state of the current paragraph.
3084  If paragraphs have no indentation but use extra space for separation, this
3085  button will be ignored (you can't indent a single paragraph by toggling
3086  this).
3087 \end_layout
3088
3089 \begin_layout Standard
3090 You should only need to change the indentation method for a single paragraph
3091  if you need to do some fine-tuning.
3092 \end_layout
3093
3094 \begin_layout Subsection
3095 Line Spacing
3096 \begin_inset Index
3097 status collapsed
3098
3099 \begin_layout Standard
3100 Paragraph ! Line spacing
3101 \end_layout
3102
3103 \end_inset
3104
3105
3106 \end_layout
3107
3108 \begin_layout Standard
3109 In the 
3110 \family sans
3111 Document\SpecialChar \menuseparator
3112 Settings
3113 \begin_inset Index
3114 status collapsed
3115
3116 \begin_layout Standard
3117 Document ! Settings
3118 \end_layout
3119
3120 \end_inset
3121
3122
3123 \family default
3124  dialog you can set the line spacing in the submenu 
3125 \family sans
3126 Text\InsetSpace ~
3127 Layout.
3128 \family default
3129
3130 \begin_inset Foot
3131 status collapsed
3132
3133 \begin_layout Standard
3134 You need to have the LaTeX-package 
3135 \series bold
3136 setspace
3137 \begin_inset Index
3138 status collapsed
3139
3140 \begin_layout Standard
3141 LaTeX-packages ! setspace
3142 \end_layout
3143
3144 \end_inset
3145
3146
3147 \series default
3148  installed to use this feature.
3149 \end_layout
3150
3151 \end_inset
3152
3153
3154 \end_layout
3155
3156 \begin_layout Section
3157 Paragraph Environments
3158 \begin_inset Index
3159 status collapsed
3160
3161 \begin_layout Standard
3162 Paragraph ! Environments
3163 \end_layout
3164
3165 \end_inset
3166
3167
3168 \begin_inset CommandInset label
3169 LatexCommand label
3170 name "sec:Paragraph-Environments"
3171
3172 \end_inset
3173
3174
3175 \begin_inset Index
3176 status collapsed
3177
3178 \begin_layout Standard
3179 Paragraph environments|(
3180 \end_layout
3181
3182 \end_inset
3183
3184
3185 \end_layout
3186
3187 \begin_layout Subsection
3188 Overview
3189 \end_layout
3190
3191 \begin_layout Standard
3192 The paragraph environments correspond to the various
3193 \end_layout
3194
3195 \begin_layout Standard
3196
3197 \series bold
3198
3199 \backslash
3200 begin{
3201 \emph on
3202 environment
3203 \emph default
3204 } ...
3205  
3206 \backslash
3207 end{
3208 \emph on
3209 environment
3210 \emph default
3211 }
3212 \series default
3213
3214 \newline
3215 command sequences in an ordinary LaTeX file.
3216  If you don't know LaTeX, or the concept of a paragraph environment is totally
3217  alien to you, we urge you to read the 
3218 \emph on
3219 Tutorial
3220 \emph default
3221 .
3222  The 
3223 \emph on
3224 Tutorial
3225 \emph default
3226  also contains many more examples than this section does.
3227 \end_layout
3228
3229 \begin_layout Standard
3230 A paragraph environment is simply a 
3231 \begin_inset Quotes eld
3232 \end_inset
3233
3234 container
3235 \begin_inset Quotes erd
3236 \end_inset
3237
3238  for a paragraph which gives that paragraph certain properties.
3239  This can include a particular style of font, different margins, a numbering
3240  scheme, labels, and so on.
3241  Additionally, you can 
3242 \begin_inset Quotes eld
3243 \end_inset
3244
3245 nest
3246 \begin_inset Quotes erd
3247 \end_inset
3248
3249  the different environments inside one another, allowing one environment
3250  to inherit some of the properties of another.
3251  The different paragraph environments totally replace the need for messy
3252  tab stops, on the fly margin adjustment, and other hold-overs from the
3253  days of typewriters.
3254  There are several paragraph environments which are specific to a particular
3255  document type.
3256  We'll only be covering the most common ones here.
3257 \end_layout
3258
3259 \begin_layout Standard
3260 To choose a new paragraph environment, use the pull-down box on the left
3261  end of the toolbar.
3262  LyX will change the environment of the 
3263 \emph on
3264 entire
3265 \emph default
3266  paragraph in which the cursor sits.
3267  You can also change the environment of an entire group of paragraphs if
3268  you select them before choosing the new environment.
3269  
3270 \end_layout
3271
3272 \begin_layout Standard
3273 Note that hitting 
3274 \family sans
3275 Return
3276 \family default
3277  will 
3278 \emph on
3279 typically
3280 \emph default
3281  create a new paragraph using the 
3282 \family sans
3283 Standard
3284 \family default
3285  paragraph environment.
3286  We say 
3287 \begin_inset Quotes eld
3288 \end_inset
3289
3290 typically
3291 \begin_inset Quotes erd
3292 \end_inset
3293
3294  because if you are in one of these environments:
3295 \end_layout
3296
3297 \begin_layout Itemize
3298
3299 \family sans
3300 Quote
3301 \end_layout
3302
3303 \begin_layout Itemize
3304
3305 \family sans
3306 Quotation
3307 \end_layout
3308
3309 \begin_layout Itemize
3310
3311 \family sans
3312 Verse
3313 \end_layout
3314
3315 \begin_layout Itemize
3316
3317 \family sans
3318 Itemize
3319 \end_layout
3320
3321 \begin_layout Itemize
3322
3323 \family sans
3324 Enumerate
3325 \end_layout
3326
3327 \begin_layout Itemize
3328
3329 \family sans
3330 Description
3331 \end_layout
3332
3333 \begin_layout Itemize
3334
3335 \family sans
3336 List
3337 \end_layout
3338
3339 \begin_layout Standard
3340 LyX keeps the old paragraph environment when you hit 
3341 \family sans
3342 Return
3343 \family default
3344 , rather than resetting it to 
3345 \family sans
3346 Standard
3347 \family default
3348 .
3349  LyX will still reset the nesting depth, however.
3350  Usually, starting a new paragraph resets both the paragraph environment
3351  and the nesting depth (for more on nesting see section\InsetSpace ~
3352
3353 \begin_inset CommandInset ref
3354 LatexCommand ref
3355 reference "sec:Nesting"
3356
3357 \end_inset
3358
3359 ).
3360  At the moment, all this is context-specific; you're better off expecting
3361  
3362 \family sans
3363 Return
3364 \family default
3365  to reset the paragraph environment and depth.
3366  If you want a new paragraph to keep the current environment and depth,
3367  use 
3368 \family sans
3369 M-Return
3370 \family default
3371  instead.
3372 \end_layout
3373
3374 \begin_layout Subsection
3375 Standard
3376 \end_layout
3377
3378 \begin_layout Standard
3379 The default paragraph environment is 
3380 \family sans
3381 Standard
3382 \family default
3383  for most classes.
3384  It creates a plain paragraph.
3385  If LyX resets the paragraph environment, this is the one it chooses.
3386  In fact, the paragraph you're reading right now (and most of the ones in
3387  this manual) are in the 
3388 \family sans
3389 Standard
3390 \family default
3391  environment.
3392 \end_layout
3393
3394 \begin_layout Standard
3395 You can nest a paragraph using the 
3396 \family sans
3397 Standard
3398 \family default
3399  environment in just about anything else, but you can't really nest anything
3400  in a 
3401 \family sans
3402 Standard
3403 \family default
3404  environment.
3405 \end_layout
3406
3407 \begin_layout Subsection
3408 Document Title
3409 \begin_inset Index
3410 status collapsed
3411
3412 \begin_layout Standard
3413 Document !Title
3414 \end_layout
3415
3416 \end_inset
3417
3418
3419 \end_layout
3420
3421 \begin_layout Standard
3422 A LaTeX title page has three parts: the title itself, the name(s) of the
3423  author(s) and a 
3424 \begin_inset Quotes eld
3425 \end_inset
3426
3427 footnote
3428 \begin_inset Quotes erd
3429 \end_inset
3430
3431  for thanks or contact information.
3432  For certain types of documents, LaTeX places all of this on a separate
3433  page along with today's date.
3434  For other types of documents, the title 
3435 \begin_inset Quotes eld
3436 \end_inset
3437
3438 page
3439 \begin_inset Quotes erd
3440 \end_inset
3441
3442  goes at the top of the first page of the document.
3443  
3444 \end_layout
3445
3446 \begin_layout Standard
3447 LyX provides an interface to the title page commands through the paragraph
3448  environments 
3449 \family sans
3450 Title
3451 \family default
3452
3453 \family sans
3454 Author
3455 \family default
3456 , and 
3457 \family sans
3458 Date
3459 \family default
3460 .
3461  Here's how you use them:
3462 \end_layout
3463
3464 \begin_layout Itemize
3465 Put the title of your document in the 
3466 \family sans
3467 Title
3468 \family default
3469  environment.
3470 \end_layout
3471
3472 \begin_layout Itemize
3473 Put the author name in the 
3474 \family sans
3475 Author
3476 \family default
3477  environment.
3478 \end_layout
3479
3480 \begin_layout Itemize
3481 If you want the date to have a certain appearance, want to use a fixed date,
3482  or want other text to appear in place of today's date, put that text in
3483  the 
3484 \family sans
3485 Date
3486 \family default
3487  environment.
3488  Note that using this environment is optional.
3489  If you don't provide any, LaTeX will automatically insert today's date.
3490  If you don't want any date, add the line
3491 \newline
3492
3493 \series bold
3494
3495 \backslash
3496 date{}
3497 \series default
3498
3499 \newline
3500 to the preamble of your document (menu 
3501 \family sans
3502 Document\SpecialChar \menuseparator
3503 Settings
3504 \family default
3505 )
3506 \end_layout
3507
3508 \begin_layout Standard
3509 You can use footnotes to insert 
3510 \begin_inset Quotes eld
3511 \end_inset
3512
3513 thanks
3514 \begin_inset Quotes erd
3515 \end_inset
3516
3517  or contact informations.
3518 \end_layout
3519
3520 \begin_layout Subsection
3521 Headings
3522 \begin_inset Index
3523 status collapsed
3524
3525 \begin_layout Standard
3526 Section headings
3527 \end_layout
3528
3529 \end_inset
3530
3531
3532 \begin_inset CommandInset label
3533 LatexCommand label
3534 name "sub:Headings"
3535
3536 \end_inset
3537
3538
3539 \end_layout
3540
3541 \begin_layout Standard
3542 There are several paragraph environments for producing section headings.
3543  LyX takes care of the numbering for you.
3544 \end_layout
3545
3546 \begin_layout Subsubsection
3547 Numbered Headings
3548 \begin_inset Index
3549 status collapsed
3550
3551 \begin_layout Standard
3552 Section headings ! Numbered
3553 \end_layout
3554
3555 \end_inset
3556
3557
3558 \end_layout
3559
3560 \begin_layout Standard
3561 There are 7 numbered types of section headings.
3562  They are:
3563 \end_layout
3564
3565 \begin_layout Enumerate
3566
3567 \family sans
3568 Part
3569 \end_layout
3570
3571 \begin_layout Enumerate
3572
3573 \family sans
3574 Chapter
3575 \end_layout
3576
3577 \begin_layout Enumerate
3578
3579 \family sans
3580 Section
3581 \end_layout
3582
3583 \begin_layout Enumerate
3584
3585 \family sans
3586 Subsection
3587 \end_layout
3588
3589 \begin_layout Enumerate
3590
3591 \family sans
3592 Subsubsection
3593 \end_layout
3594
3595 \begin_layout Enumerate
3596
3597 \family sans
3598 Paragraph
3599 \end_layout
3600
3601 \begin_layout Enumerate
3602
3603 \family sans
3604 Subparagraph
3605 \end_layout
3606
3607 \begin_layout Standard
3608 LyX labels each heading with a series of numbers, separated by periods.
3609  The numbers describe where in the document you are.
3610  Unlike the other headings, parts are numbered with Latin letters.
3611 \end_layout
3612
3613 \begin_layout Standard
3614 Headings all subdivide your document into different pieces of text.
3615  For example, suppose you're writing a book.
3616  You group the book into chapters.
3617  LyX does similar grouping:
3618 \end_layout
3619
3620 \begin_layout Itemize
3621
3622 \family sans
3623 Part
3624 \family default
3625  is divided in either 
3626 \family sans
3627 Chapter
3628 \family default
3629  or 
3630 \family sans
3631 Section
3632 \end_layout
3633
3634 \begin_layout Itemize
3635
3636 \family sans
3637 Chapter
3638 \family default
3639 s are divided into 
3640 \family sans
3641 Section
3642 \family default
3643 s
3644 \end_layout
3645
3646 \begin_layout Itemize
3647
3648 \family sans
3649 Section
3650 \family default
3651 s are divided into 
3652 \family sans
3653 Subsection
3654 \family default
3655 s
3656 \end_layout
3657
3658 \begin_layout Itemize
3659
3660 \family sans
3661 Subsection
3662 \family default
3663 s are divided into 
3664 \family sans
3665 Subsubsection
3666 \family default
3667 s
3668 \end_layout
3669
3670 \begin_layout Itemize
3671
3672 \family sans
3673 Subsubsection
3674 \family default
3675 s are divided into 
3676 \family sans
3677 Paragraph
3678 \family default
3679 s
3680 \end_layout
3681
3682 \begin_layout Itemize
3683
3684 \family sans
3685 Paragraph
3686 \family default
3687 s are divided into 
3688 \family sans
3689 Subparagraph
3690 \family default
3691 s
3692 \end_layout
3693
3694 \begin_layout Standard
3695 \begin_inset Note Greyedout
3696 status open
3697
3698 \begin_layout Standard
3699
3700 \series bold
3701 Note:
3702 \series default
3703  Not all document types use the 
3704 \family sans
3705 Chapter
3706 \family default
3707  heading as the maximum sectioning level.
3708  In that case the 
3709 \family sans
3710 Section
3711 \family default
3712  is the top-level heading.
3713 \end_layout
3714
3715 \end_inset
3716
3717
3718 \end_layout
3719
3720 \begin_layout Standard
3721 So, if you use the 
3722 \family sans
3723 Subsubsection
3724 \family default
3725  environment to label a new sub-subsection, LyX labels it with its number,
3726  along with the number of the subsection, section, and, if applicable, chapter
3727  that it's in.
3728  For example: the fifth section of the second chapter of this book has the
3729  label 
3730 \begin_inset Quotes eld
3731 \end_inset
3732
3733 2.5
3734 \begin_inset Quotes erd
3735 \end_inset
3736
3737 .
3738 \end_layout
3739
3740 \begin_layout Subsubsection
3741 Unnumbered Headings
3742 \begin_inset Index
3743 status collapsed
3744
3745 \begin_layout Standard
3746 Section headings ! Unnumbered
3747 \end_layout
3748
3749 \end_inset
3750
3751
3752 \end_layout
3753
3754 \begin_layout Standard
3755 There are 5 types of unnumbered section headings.
3756  They are:
3757 \end_layout
3758
3759 \begin_layout Enumerate
3760
3761 \family sans
3762 Part*line spacing
3763 \end_layout
3764
3765 \begin_layout Enumerate
3766
3767 \family sans
3768 Chapter*
3769 \end_layout
3770
3771 \begin_layout Enumerate
3772
3773 \family sans
3774 Section*
3775 \end_layout
3776
3777 \begin_layout Enumerate
3778
3779 \family sans
3780 Subsection*
3781 \end_layout
3782
3783 \begin_layout Enumerate
3784
3785 \family sans
3786 Subsubsection*
3787 \end_layout
3788
3789 \begin_layout Standard
3790 The 
3791 \begin_inset Quotes eld
3792 \end_inset
3793
3794 *
3795 \begin_inset Quotes erd
3796 \end_inset
3797
3798  after each name means that these headings are not numbered.
3799  They work the same as their numbered counterparts but won't appear in the
3800  table of contents, see section\InsetSpace ~
3801
3802 \begin_inset CommandInset ref
3803 LatexCommand ref
3804 reference "sec:toc"
3805
3806 \end_inset
3807
3808 .
3809 \end_layout
3810
3811 \begin_layout Subsubsection
3812 Changing the Numbering
3813 \begin_inset CommandInset label
3814 LatexCommand label
3815 name "sub:Numbering-depth"
3816
3817 \end_inset
3818
3819
3820 \end_layout
3821
3822 \begin_layout Standard
3823 You can also alter which sectioning levels get numbered and which ones appear
3824  in the Table of Contents.
3825  Now, this doesn't remove any of the levels; that's preset in the document
3826  class.
3827  Certain classes start with 
3828 \family sans
3829 Chapter
3830 \family default
3831  and go down to the 
3832 \family sans
3833 Subparagraph
3834 \family default
3835  level.
3836  Others start at 
3837 \family sans
3838 Section
3839 \family default
3840 .
3841  Similarly, not all document classes number all sectioning levels.
3842  Most don't number 
3843 \family sans
3844 Paragraph
3845 \family default
3846  or 
3847 \family sans
3848 Subparagraph
3849 \family default
3850 .
3851  This is something you can change.
3852 \end_layout
3853
3854 \begin_layout Standard
3855 Open the 
3856 \family sans
3857 Document\SpecialChar \menuseparator
3858 Settings
3859 \family default
3860  dialog.
3861 \family sans
3862
3863 \begin_inset Index
3864 status collapsed
3865
3866 \begin_layout Standard
3867 Document ! Settings
3868 \end_layout
3869
3870 \end_inset
3871
3872
3873 \family default
3874  Under 
3875 \family sans
3876 Numbering\InsetSpace ~
3877 &\InsetSpace ~
3878 TOC
3879 \family default
3880  you'll see two counters.
3881  The one named 
3882 \family sans
3883 Numbering
3884 \family default
3885  controls how far down in the sectioning hierarchy LyX numbers a section
3886  heading.
3887  The other one controls the appearance of the section headings in the table
3888  of contents.
3889 \end_layout
3890
3891 \begin_layout Subsubsection
3892 Short Titles of Headings
3893 \begin_inset Index
3894 status collapsed
3895
3896 \begin_layout Standard
3897 Section headings ! Short titles
3898 \end_layout
3899
3900 \end_inset
3901
3902
3903 \begin_inset OptArg
3904 status collapsed
3905
3906 \begin_layout Standard
3907 Short Titles
3908 \end_layout
3909
3910 \end_inset
3911
3912
3913 \begin_inset CommandInset label
3914 LatexCommand label
3915 name "sec:Short-Titles"
3916
3917 \end_inset
3918
3919
3920 \end_layout
3921
3922 \begin_layout Standard
3923 Some section or chapter titles, such as this one, can get quite long.
3924  This can cause troubles when there is limited horizontal space.
3925  For example, if the header of the page is set to show the current section
3926  title, a long title will protrude over the page margins and look awful.
3927 \end_layout
3928
3929 \begin_layout Standard
3930 LaTeX allows you to specify a short title for section headings.
3931  This short title is used in the header and in the actual table of contents,
3932  avoiding the problem mentioned.
3933  To specify a short title, use the menu 
3934 \family sans
3935 Insert\SpecialChar \menuseparator
3936 Short\InsetSpace ~
3937 Title
3938 \family default
3939 .
3940  This will insert a box labeled 
3941 \begin_inset Quotes eld
3942 \end_inset
3943
3944 opt
3945 \begin_inset Quotes erd
3946 \end_inset
3947
3948  (stands for 
3949 \begin_inset Quotes eld
3950 \end_inset
3951
3952 optional
3953 \begin_inset Quotes erd
3954 \end_inset
3955
3956 ) which you can use to enter the short title text.
3957  This also works for captions inside floats.
3958 \end_layout
3959
3960 \begin_layout Standard
3961 The title of this section is a good example of using this feature.
3962 \end_layout
3963
3964 \begin_layout Subsubsection
3965 Special Information
3966 \end_layout
3967
3968 \begin_layout Standard
3969 The following information applies to all section headings:
3970 \end_layout
3971
3972 \begin_layout Itemize
3973 You cannot do any nesting with these environments.
3974 \end_layout
3975
3976 \begin_layout Itemize
3977 You cannot use a margin note in any of these environments.
3978 \end_layout
3979
3980 \begin_layout Itemize
3981 You can only use inline math in these environments.
3982 \end_layout
3983
3984 \begin_layout Itemize
3985 You can use labels and cross-references to refer to their numbers.
3986 \end_layout
3987
3988 \begin_layout Subsection
3989 Quotes and Poetryline spacing
3990 \end_layout
3991
3992 \begin_layout Standard
3993 LyX has three paragraph environments for writing poetry and quotations.
3994  They are 
3995 \family sans
3996 Quote
3997 \family default
3998
3999 \family sans
4000 Quotation
4001 \family default
4002 , and 
4003 \family sans
4004 Verse
4005 \family default
4006 .
4007  Forget the days of changing line spacing and twiddling with margins.
4008  These three paragraph environments already have those changes built-in.
4009  They all widen the left margin and add a bit of extra space above and below
4010  the text they contain.
4011  They also allow nesting, so you can put a 
4012 \family sans
4013 Verse
4014 \family default
4015  in a 
4016 \family sans
4017 Quotation
4018 \family default
4019 , as well as in some other paragraph environments.
4020 \end_layout
4021
4022 \begin_layout Standard
4023 There is another feature of these three paragraph environments: they do
4024  
4025 \emph on
4026 not
4027 \emph default
4028  reset to 
4029 \family sans
4030 Standard
4031 \family default
4032  when you start a new paragraph.
4033  So, you can type in that poem and merrily hit 
4034 \family sans
4035 Return
4036 \family default
4037  without worrying about the paragraph environment changing on you.
4038  Of course, that means that, once you're done typing in that poem, you have
4039  to change back to the 
4040 \family sans
4041 Standard
4042 \family default
4043  environment yourself.
4044 \end_layout
4045
4046 \begin_layout Subsubsection
4047
4048 \family sans
4049 Quote
4050 \family default
4051  and 
4052 \family sans
4053 Quotation
4054 \family default
4055
4056 \begin_inset CommandInset label
4057 LatexCommand label
4058 name "sec:Quote"
4059
4060 \end_inset
4061
4062
4063 \begin_inset Index
4064 status collapsed
4065
4066 \begin_layout Standard
4067 Quotation
4068 \end_layout
4069
4070 \end_inset
4071
4072
4073 \end_layout
4074
4075 \begin_layout Standard
4076 Now that we've described the similarities of these three environments, it's
4077  time for the differences.
4078  
4079 \family sans
4080 Quote
4081 \family default
4082  and 
4083 \family sans
4084 Quotation
4085 \family default
4086  are identical except for one difference: 
4087 \family sans
4088 Quote
4089 \family default
4090  uses extra spacing to separate paragraphs and never indents the first line.
4091  
4092 \family sans
4093 Quotation
4094 \family default
4095  
4096 \emph on
4097 always
4098 \emph default
4099  indents the first line of a paragraph and uses the same line spacing throughout.
4100 \end_layout
4101
4102 \begin_layout Standard
4103 Here's an example of the 
4104 \family sans
4105 Quote
4106 \family default
4107  environment:
4108 \end_layout
4109
4110 \begin_layout Quote
4111 This is in the 
4112 \family sans
4113 Quote
4114 \family default
4115  environment.
4116  I can keep writing, extending this line out further and further until it
4117  wraps.
4118  See -- no indentation!
4119 \end_layout
4120
4121 \begin_layout Quote
4122 Here's the second paragraph of this quote.
4123  Again, there's no indentation, but there is extra space between me and
4124  the other paragraph.
4125 \end_layout
4126
4127 \begin_layout Standard
4128 Here's another example, this time in the 
4129 \family sans
4130 Quotation
4131 \family default
4132  environment:
4133 \end_layout
4134
4135 \begin_layout Quotation
4136 This is in the 
4137 \family sans
4138 Quotation
4139 \family default
4140  environment.
4141  If I keep writing, you'll see the indentation.
4142  If your country uses a writing style that shows off new paragraphs by indenting
4143  the first line, then 
4144 \family sans
4145 Quotation
4146 \family default
4147  is the environment for you! Well, you'd use it 
4148 \emph on
4149 if
4150 \emph default
4151  you were quoting other text.
4152 \end_layout
4153
4154 \begin_layout Quotation
4155 Here's a new paragraph.
4156  I could ramble on and on, like a politician at election time.
4157  If I did that, though, you'd get bored.
4158 \end_layout
4159
4160 \begin_layout Standard
4161 As the examples show, 
4162 \family sans
4163 Quote
4164 \family default
4165  is for those people who use extra space to separate paragraphs.
4166  They should put quotes in the 
4167 \family sans
4168 Quote
4169 \family default
4170  environment.
4171  Those who use indentation to mark a new paragraph should use the 
4172 \family sans
4173 Quotation
4174 \family default
4175  paragraph environment for quoted text.
4176 \end_layout
4177
4178 \begin_layout Subsubsection
4179
4180 \family sans
4181 Verse
4182 \family default
4183
4184 \begin_inset Index
4185 status collapsed
4186
4187 \begin_layout Standard
4188 Paragraph ! Verse
4189 \end_layout
4190
4191 \end_inset
4192
4193
4194 \family sans
4195
4196 \begin_inset Index
4197 status collapsed
4198
4199 \begin_layout Standard
4200 Poetry
4201 \end_layout
4202
4203 \end_inset
4204
4205
4206 \begin_inset CommandInset label
4207 LatexCommand label
4208 name "sec:Verse"
4209
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \begin_layout Standard
4216
4217 \family sans
4218 Verse
4219 \family default
4220  is a paragraph environment for poetry, rhymes, verses, and so on.
4221  Here's an example:
4222 \end_layout
4223
4224 \begin_layout Verse
4225 This is in Verse
4226 \newline
4227 Which I did not rehearse!
4228 \end_layout
4229
4230 \begin_layout Verse
4231 It could be much worse.
4232  This line could be long, very long, oh so long, so very long that it wraps
4233  around.
4234  It looks okay on screen, but in the printed version, the extra lines are
4235  indented a bit more than the first.
4236  Okay, so it's turned to prose and doesn't rhyme anymore.
4237  So sue me.
4238 \end_layout
4239
4240 \begin_layout Verse
4241 To break a line
4242 \newline
4243 And make things look fine
4244 \newline
4245 Use 
4246 \family sans
4247 C-Return
4248 \family default
4249 .
4250 \end_layout
4251
4252 \begin_layout Standard
4253 As you can see, 
4254 \family sans
4255 Verse
4256 \family default
4257  does not indent both margins.
4258  Each stanza of the verse or poem is in its own paragraph.
4259  To separate the individual lines of a stanza, use the 
4260 \family typewriter
4261 break-line
4262 \family default
4263  function 
4264 \family sans
4265 C-Return
4266 \family default
4267 .
4268 \end_layout
4269
4270 \begin_layout Subsection
4271 Lists
4272 \begin_inset Index
4273 status collapsed
4274
4275 \begin_layout Standard
4276 Lists
4277 \end_layout
4278
4279 \end_inset
4280
4281
4282 \begin_inset CommandInset label
4283 LatexCommand label
4284 name "sub:Lists"
4285
4286 \end_inset
4287
4288
4289 \end_layout
4290
4291 \begin_layout Standard
4292 LyX has four different paragraph environments for creating different kinds
4293  of lists.
4294  In the 
4295 \family sans
4296 Itemize
4297 \family default
4298  and 
4299 \family sans
4300 Enumerate
4301 \family default
4302  environments, LyX labels your list items with bullets or numbers, respectively.
4303  In the 
4304 \family sans
4305 Description
4306 \family default
4307  and 
4308 \family sans
4309 List
4310 \family default
4311  environments, LyX lets you provide your own label.
4312  We'll present the individual details of each type of list next after describing
4313  some general features of all four of them.
4314 \end_layout
4315
4316 \begin_layout Subsubsection
4317 General Features
4318 \end_layout
4319
4320 \begin_layout Standard
4321 The four paragraph environments for lists differ from the other environments
4322  in several ways.
4323  First, LyX treats each paragraph as a list item.
4324  Hitting 
4325 \family sans
4326 Return
4327 \family default
4328  does 
4329 \emph on
4330 not
4331 \emph default
4332  reset the environment to 
4333 \family sans
4334 Standard
4335 \family default
4336  but keeps the current environment and creates a new list item.
4337  The nesting depth is typically reset, however.
4338  If you want to keep both the current nesting depth and paragraph environment,
4339  you should use 
4340 \family sans
4341 M-Return
4342 \family default
4343  to break paragraphs.
4344 \end_layout
4345
4346 \begin_layout Standard
4347 You can nest lists of any type inside one another.
4348  In fact, LyX changes the labels on some list items depending on how it
4349  is nested.
4350  If you intend to use any of the list paragraph environments, we suggest
4351  you read all of section\InsetSpace ~
4352
4353 \begin_inset CommandInset ref
4354 LatexCommand ref
4355 reference "sec:Nesting"
4356
4357 \end_inset
4358
4359 .
4360  
4361 \end_layout
4362
4363 \begin_layout Subsubsection
4364
4365 \family sans
4366 Itemize
4367 \family default
4368
4369 \begin_inset Index
4370 status collapsed
4371
4372 \begin_layout Standard
4373 Lists ! Itemize
4374 \end_layout
4375
4376 \end_inset
4377
4378
4379 \begin_inset CommandInset label
4380 LatexCommand label
4381 name "sec:Itemize"
4382
4383 \end_inset
4384
4385
4386 \end_layout
4387
4388 \begin_layout Standard
4389 The first type of list we'll describe in detail is the 
4390 \family sans
4391 Itemize
4392 \family default
4393  paragraph environment.
4394  It has the following properties:
4395 \end_layout
4396
4397 \begin_layout Itemize
4398 Each item has a particular bullet or symbol as its label.
4399 \end_layout
4400
4401 \begin_deeper
4402 \begin_layout Itemize
4403 LyX uses the same symbol for all of the items in a given nesting level.
4404 \end_layout
4405
4406 \begin_layout Itemize
4407 The symbol appears at the beginning of the first line.
4408 \end_layout
4409
4410 \end_deeper
4411 \begin_layout Itemize
4412 The items can have any length.
4413  LyX automatically offsets the left margin of each item.
4414  The offset is always relative to whatever environment the 
4415 \family sans
4416 Itemize
4417 \family default
4418  list may be in.
4419 \end_layout
4420
4421 \begin_layout Itemize
4422 If you nest an 
4423 \family sans
4424 Itemize
4425 \family default
4426  environment inside another 
4427 \family sans
4428 Itemize
4429 \family default
4430  environment, the label changes to a new symbol.
4431 \end_layout
4432
4433 \begin_deeper
4434 \begin_layout Itemize
4435 There are four different symbols for up to a four-fold nesting.
4436 \end_layout
4437
4438 \begin_layout Itemize
4439 LyX always shows the same symbol on screen.
4440 \end_layout
4441
4442 \begin_layout Itemize
4443 See section\InsetSpace ~
4444
4445 \begin_inset CommandInset ref
4446 LatexCommand ref
4447 reference "sec:Nesting"
4448
4449 \end_inset
4450
4451  for a full explanation of nesting.
4452 \end_layout
4453
4454 \end_deeper
4455 \begin_layout Standard
4456 Of course, that explanation was also an example of an 
4457 \family sans
4458 Itemize
4459 \family default
4460  list.
4461  The 
4462 \family sans
4463 Itemize
4464 \family default
4465  environment is best suited for lists where the order doesn't matter.
4466 \end_layout
4467
4468 \begin_layout Standard
4469 We said that different levels use different symbols as their label.
4470  Here's an example of all four possible symbols.
4471  Note that those of you reading this manual within LyX won't see any difference.
4472 \end_layout
4473
4474 \begin_layout Itemize
4475 The label for the first level 
4476 \family sans
4477 Itemize
4478 \family default
4479  is a large black dot, or bullet.
4480 \end_layout
4481
4482 \begin_deeper
4483 \begin_layout Itemize
4484 The label for the second level is a dash.
4485 \end_layout
4486
4487 \begin_deeper
4488 \begin_layout Itemize
4489 The label for the third is an asterisk.
4490 \end_layout
4491
4492 \begin_deeper
4493 \begin_layout Itemize
4494 The label for the fourth is a centered dot.
4495 \end_layout
4496
4497 \end_deeper
4498 \begin_layout Itemize
4499 Back out to the third level.
4500 \end_layout
4501
4502 \end_deeper
4503 \begin_layout Itemize
4504 Back to the second level.
4505 \end_layout
4506
4507 \end_deeper
4508 \begin_layout Itemize
4509 Back to the outermost level.
4510 \end_layout
4511
4512 \begin_layout Standard
4513 These are the default labels for an 
4514 \family sans
4515 Itemize
4516 \family default
4517  list.
4518  You can customize these labels in the 
4519 \family sans
4520 Document\SpecialChar \menuseparator
4521 Settings
4522 \family default
4523  dialog in the submenu 
4524 \family sans
4525 Bullets
4526 \family default
4527 .
4528 \family sans
4529
4530 \begin_inset Index
4531 status collapsed
4532
4533 \begin_layout Standard
4534 Document ! Settings
4535 \end_layout
4536
4537 \end_inset
4538
4539
4540 \end_layout
4541
4542 \begin_layout Standard
4543 Notice how the space between items decreases with increasing depth.
4544  We'll explain nesting and all the tricks you can do with different depths
4545  in section\InsetSpace ~
4546
4547 \begin_inset CommandInset ref
4548 LatexCommand ref
4549 reference "sec:Nesting"
4550
4551 \end_inset
4552
4553 .
4554 \end_layout
4555
4556 \begin_layout Subsubsection
4557
4558 \family sans
4559 Enumerate
4560 \family default
4561
4562 \begin_inset Index
4563 status collapsed
4564
4565 \begin_layout Standard
4566 Lists ! Enumerate
4567 \end_layout
4568
4569 \end_inset
4570
4571
4572 \begin_inset CommandInset label
4573 LatexCommand label
4574 name "sec:Enumerate"
4575
4576 \end_inset
4577
4578
4579 \end_layout
4580
4581 \begin_layout Standard
4582 The 
4583 \family sans
4584 Enumerate
4585 \family default
4586  environment is used to create numbered lists and outlines.
4587  It has these properties:
4588 \end_layout
4589
4590 \begin_layout Enumerate
4591 Each item has a numeral as its label.
4592 \end_layout
4593
4594 \begin_deeper
4595 \begin_layout Enumerate
4596 The type of numeral depends on the nesting depth.
4597 \end_layout
4598
4599 \end_deeper
4600 \begin_layout Enumerate
4601 LyX automatically counts the items for you and updates the label as appropriate.
4602 \end_layout
4603
4604 \begin_layout Enumerate
4605 Each new 
4606 \family sans
4607 Enumerate
4608 \family default
4609  environment resets the counter to one.
4610 \end_layout
4611
4612 \begin_layout Enumerate
4613 Like the 
4614 \family sans
4615 Itemize
4616 \family default
4617  environment, the 
4618 \family sans
4619 Enumerate
4620 \family default
4621  environment:
4622 \end_layout
4623
4624 \begin_deeper
4625 \begin_layout Enumerate
4626 Offsets the items relative to the left margin.
4627  Items can have any length.
4628 \end_layout
4629
4630 \begin_layout Enumerate
4631 Reduces the space between items as the nesting depth increases.
4632 \end_layout
4633
4634 \begin_layout Enumerate
4635 Uses different types of labels depending on the nesting depth.
4636 \end_layout
4637
4638 \begin_layout Enumerate
4639 Allows up to a four-fold nesting.
4640 \end_layout
4641
4642 \end_deeper
4643 \begin_layout Standard
4644 Unlike the 
4645 \family sans
4646 Itemize
4647 \family default
4648  environment, 
4649 \family sans
4650 Enumerate
4651 \family default
4652  shows the different labels for each item in LyX.
4653  Here is how LyX labels the four different levels in an 
4654 \family sans
4655 Enumerate
4656 \family default
4657 :
4658 \end_layout
4659
4660 \begin_layout Enumerate
4661 The first level of an 
4662 \family sans
4663 Enumerate
4664 \family default
4665  uses Arabic numerals followed by a period.
4666 \end_layout
4667
4668 \begin_deeper
4669 \begin_layout Enumerate
4670 The second level uses lower case letters surrounded by parentheses.
4671 \end_layout
4672
4673 \begin_deeper
4674 \begin_layout Enumerate
4675 The third level uses lower-case Roman numerals followed by a period.
4676 \end_layout
4677
4678 \begin_deeper
4679 \begin_layout Enumerate
4680 The fourth level uses capital letters followed by a period.
4681 \end_layout
4682
4683 \begin_layout Enumerate
4684 Again, notice the decrease in the spacing between items as the nesting depth
4685  increases.
4686 \end_layout
4687
4688 \end_deeper
4689 \begin_layout Enumerate
4690 Back to the third level
4691 \end_layout
4692
4693 \end_deeper
4694 \begin_layout Enumerate
4695 Back to the second level.
4696 \end_layout
4697
4698 \end_deeper
4699 \begin_layout Enumerate
4700 Back to the outermost level.
4701 \end_layout
4702
4703 \begin_layout Standard
4704 Once again, you can customize the type of numbering used in the 
4705 \family sans
4706 Enumerate
4707 \family default
4708  environment.
4709  It involves adding commands to the LaTeX preamble (see the 
4710 \emph on
4711 Extended Features
4712 \emph default
4713  manual).
4714  As stated earlier, such customization only shows up in the printed version,
4715  not in LyX.
4716 \end_layout
4717
4718 \begin_layout Standard
4719 There is more to nesting 
4720 \family sans
4721 Enumerate
4722 \family default
4723  environments than we've stated here.
4724  You should read section\InsetSpace ~
4725
4726 \begin_inset CommandInset ref
4727 LatexCommand ref
4728 reference "sec:Nesting"
4729
4730 \end_inset
4731
4732  to learn more about nesting.
4733 \end_layout
4734
4735 \begin_layout Subsubsection
4736
4737 \family sans
4738 Description
4739 \family default
4740
4741 \begin_inset Index
4742 status collapsed
4743
4744 \begin_layout Standard
4745 Lists ! Description
4746 \end_layout
4747
4748 \end_inset
4749
4750
4751 \begin_inset CommandInset label
4752 LatexCommand label
4753 name "sec:Description-List"
4754
4755 \end_inset
4756
4757
4758 \end_layout
4759
4760 \begin_layout Standard
4761 Unlike the previous two environments, the 
4762 \family sans
4763 Description
4764 \family default
4765  list has no fixed label.
4766  Instead, LyX uses the first 
4767 \begin_inset Quotes eld
4768 \end_inset
4769
4770 word
4771 \begin_inset Quotes erd
4772 \end_inset
4773
4774  of the first line as the label.
4775  Here's an example:
4776 \end_layout
4777
4778 \begin_layout Description
4779 Example: This is an example of the 
4780 \family sans
4781 Description
4782 \family default
4783  environment.
4784 \end_layout
4785
4786 \begin_layout Standard
4787 LyX typesets the label in boldface and puts extra space between it and the
4788  rest of the line.
4789 \end_layout
4790
4791 \begin_layout Standard
4792 With the first 
4793 \begin_inset Quotes eld
4794 \end_inset
4795
4796 word
4797 \begin_inset Quotes erd
4798 \end_inset
4799
4800  it is meant that the first hit of the 
4801 \family sans
4802 Space
4803 \family default
4804  key ends the label if you are at the beginning of the first line of an
4805  item.
4806  If you need to use more than one word in the label use a 
4807 \family sans
4808 Protected Blank
4809 \family default
4810 .
4811  (Use either 
4812 \family sans
4813 C-Space
4814 \family default
4815  or the menu 
4816 \family sans
4817 Insert\SpecialChar \menuseparator
4818 Formatting\SpecialChar \menuseparator
4819 Protected\InsetSpace ~
4820 Space
4821 \family default
4822 , see section\InsetSpace ~
4823
4824 \begin_inset CommandInset ref
4825 LatexCommand ref
4826 reference "sub:Protected-Space"
4827
4828 \end_inset
4829
4830  for more info.) Here is an example:
4831 \end_layout
4832
4833 \begin_layout Description
4834 Second\InsetSpace ~
4835 Example: This one shows how to use a 
4836 \family sans
4837 Protected\InsetSpace ~
4838 Blank
4839 \family default
4840  in the label of a 
4841 \family sans
4842 Description
4843 \family default
4844  list item.
4845 \end_layout
4846
4847 \begin_layout Description
4848 Usage: You should use the 
4849 \family sans
4850 Description
4851 \family default
4852  environment for things like definitions and theorems.
4853  Use it when you need to make one word in particular stand out in the text
4854  that describes it.
4855  It's not a good idea to use a 
4856 \family sans
4857 Description
4858 \family default
4859  environment when you have an entire sentence that you want to describe.
4860  You're better off using 
4861 \family sans
4862 Itemize
4863 \family default
4864  or 
4865 \family sans
4866 Enumerate
4867 \family default
4868  and nesting several 
4869 \family sans
4870 Standard
4871 \family default
4872  paragraphs into them.
4873 \end_layout
4874
4875 \begin_layout Description
4876 Nesting: You can nest 
4877 \family sans
4878 Description
4879 \family default
4880  environments inside one another, nest them in other types of lists, and
4881  so on.
4882 \end_layout
4883
4884 \begin_layout Standard
4885 Notice that after the first line, LyX indents subsequent lines, offsetting
4886  them from the first line.
4887 \end_layout
4888
4889 \begin_layout Subsubsection
4890 The LyX 
4891 \family sans
4892 List
4893 \family default
4894
4895 \begin_inset Index
4896 status collapsed
4897
4898 \begin_layout Standard
4899 Lists ! LyX list
4900 \end_layout
4901
4902 \end_inset
4903
4904
4905 \begin_inset CommandInset label
4906 LatexCommand label
4907 name "sec:LyX-List"
4908
4909 \end_inset
4910
4911
4912 \end_layout
4913
4914 \begin_layout Standard
4915 The 
4916 \family sans
4917 List
4918 \family default
4919  environment is a LyX extension to LaTeX.
4920  
4921 \end_layout
4922
4923 \begin_layout Standard
4924 Like the 
4925 \family sans
4926 Description
4927 \family default
4928  environment the 
4929 \family sans
4930 List
4931 \family default
4932  environment has user-defined labels for each list item.
4933  There are the following properties of this list environment:
4934 \end_layout
4935
4936 \begin_layout Labeling
4937 \labelwidthstring 00.00.0000
4938 item\InsetSpace ~
4939 labels LyX uses the first 
4940 \begin_inset Quotes eld
4941 \end_inset
4942
4943 word
4944 \begin_inset Quotes erd
4945 \end_inset
4946
4947  of each line as the item label.
4948  The first 
4949 \family sans
4950 Space
4951 \family default
4952  after the beginning of the first line of an item marks the end of the label.
4953  If you need to use more than one word in an item label, use a protected
4954  blank as described above.
4955 \end_layout
4956
4957 \begin_layout Labeling
4958 \labelwidthstring 00.00.0000
4959 margins As you can see, LyX uses different margins for the item label and
4960  the body of the item text.
4961  The body of the text has a larger left margin, which is equal to the default
4962  label width plus a little extra space.
4963  
4964 \end_layout
4965
4966 \begin_layout Labeling
4967 \labelwidthstring 00.00.0000
4968 label\InsetSpace ~
4969 width LyX uses the width of the label, or the default width, whatever
4970  is larger.
4971  If the label width is larger, the label 
4972 \begin_inset Quotes eld
4973 \end_inset
4974
4975 extends
4976 \begin_inset Quotes erd
4977 \end_inset
4978
4979  into the first line.
4980  In other words, the text of the first line isn't aligned with the left
4981  margin of the rest of the item text.
4982 \end_layout
4983
4984 \begin_layout Labeling
4985 \labelwidthstring 00.00.0000
4986 default\InsetSpace ~
4987 width You can set the default label width to ensure that the text
4988  of all items in a 
4989 \family sans
4990 List
4991 \family default
4992  environment have the same left margin.
4993 \newline
4994 To change the default width, select
4995  all items in the list.
4996  Now open the 
4997 \family sans
4998 Edit\SpecialChar \menuseparator
4999 Paragraph\InsetSpace ~
5000 Settings
5001 \family default
5002  dialog.
5003  The text in the box 
5004 \family sans
5005 Longest\InsetSpace ~
5006 label
5007 \family default
5008  determines the default label width.
5009  You can use the text of your largest label here, but you can also use the
5010  letter 
5011 \begin_inset Quotes eld
5012 \end_inset
5013
5014 M
5015 \begin_inset Quotes erd
5016 \end_inset
5017
5018  multiple times instead.
5019  The M is the widest character and is a standard unit of widths in LaTeX.
5020  By using 
5021 \begin_inset Quotes eld
5022 \end_inset
5023
5024 M
5025 \begin_inset Quotes erd
5026 \end_inset
5027
5028  as the unit of width you don't need to keep changing the contents of 
5029 \family sans
5030 Longest\InsetSpace ~
5031 label
5032 \family default
5033  every time you alter a label in a 
5034 \family sans
5035 List
5036 \family default
5037  environment.
5038 \newline
5039 The predefined default width is the length of 
5040 \begin_inset Quotes eld
5041 \end_inset
5042
5043 00.00.0000
5044 \begin_inset Quotes erd
5045 \end_inset
5046
5047  (equal to 6 M).
5048  
5049 \newline
5050
5051 \begin_inset Note Greyedout
5052 status open
5053
5054 \begin_layout Standard
5055
5056 \series bold
5057 Note:
5058 \series default
5059  Setting the cursor into a list item to change only its label width will
5060  only change the width inside LyX but not in the output.
5061 \end_layout
5062
5063 \end_inset
5064
5065
5066 \end_layout
5067
5068 \begin_layout Standard
5069 You should use the 
5070 \family sans
5071 List
5072 \family default
5073  environment the same way like the 
5074 \family sans
5075 Description
5076 \family default
5077  list: When you need one word to stand out from the text that describes
5078  it.
5079  The 
5080 \family sans
5081 List
5082 \family default
5083  environment gives you another way to do this, using a different overall
5084  layout.
5085 \end_layout
5086
5087 \begin_layout Standard
5088 You can nest 
5089 \family sans
5090 List
5091 \family default
5092  environments inside one another, nest them in other types of lists, and
5093  so on.
5094  They work just like the other list paragraph environments.
5095  Read section\InsetSpace ~
5096
5097 \begin_inset CommandInset ref
5098 LatexCommand ref
5099 reference "sec:Nesting"
5100
5101 \end_inset
5102
5103  to learn about nesting.
5104 \end_layout
5105
5106 \begin_layout Standard
5107 There is yet another feature of the 
5108 \family sans
5109 List
5110 \family default
5111  environment: As you can see in the examples, LyX left-justifies the item
5112  labels by default.
5113  You can use additional 
5114 \family sans
5115 HFills
5116 \family default
5117  to change how LyX justifies the item label.
5118  We'll document 
5119 \family sans
5120 HFills
5121 \family default
5122  later in section\InsetSpace ~
5123
5124 \begin_inset CommandInset ref
5125 LatexCommand ref
5126 reference "sub:Horizontal-Space"
5127
5128 \end_inset
5129
5130 .
5131  Here are some examples:
5132 \end_layout
5133
5134 \begin_layout Labeling
5135 \labelwidthstring 00.00.0000
5136 Left The default for 
5137 \family sans
5138 List
5139 \family default
5140  item labels.
5141 \end_layout
5142
5143 \begin_layout Labeling
5144 \labelwidthstring 00.00.0000
5145
5146 \hfill
5147 Right One 
5148 \family sans
5149 HFill
5150 \family default
5151  at the beginning of the label right justifies it.
5152 \end_layout
5153
5154 \begin_layout Labeling
5155 \labelwidthstring 00.00.0000
5156
5157 \hfill
5158 Center
5159 \hfill
5160  One 
5161 \family sans
5162 HFill
5163 \family default
5164  at the beginning of the label and one at the end centers it.
5165 \end_layout
5166
5167 \begin_layout Subsection
5168 Letters
5169 \begin_inset Index
5170 status collapsed
5171
5172 \begin_layout Standard
5173 Letters
5174 \end_layout
5175
5176 \end_inset
5177
5178
5179 \end_layout
5180
5181 \begin_layout Subsubsection
5182
5183 \family sans
5184 Address
5185 \family default
5186  and 
5187 \family sans
5188 Right\InsetSpace ~
5189 Address
5190 \family default
5191 : An Overview
5192 \end_layout
5193
5194 \begin_layout Standard
5195 Although LyX has document classes for letters, we've also created two paragraph
5196  environments called 
5197 \family sans
5198 Address
5199 \family default
5200  and 
5201 \family sans
5202 Right\InsetSpace ~
5203 Address
5204 \family default
5205 .
5206  To use the letter class, you need to use specific paragraph environments
5207  in a specific order, otherwise LaTeX gags on the document.
5208  In contrast, you can use the 
5209 \family sans
5210 Address
5211 \family default
5212  and 
5213 \family sans
5214 Right\InsetSpace ~
5215 Address
5216 \family default
5217  paragraph environments anywhere with no problem.
5218  You can even nest them inside other environments, though you can't nest
5219  anything in them.
5220 \end_layout
5221
5222 \begin_layout Standard
5223 Of course, you're not limited to using 
5224 \family sans
5225 Address
5226 \family default
5227  and 
5228 \family sans
5229 Right\InsetSpace ~
5230 Address
5231 \family default
5232  for letters only.
5233  
5234 \family sans
5235 Right\InsetSpace ~
5236 Address
5237 \family default
5238 , in particular, is useful for creating article titles like those used in
5239  some European academic papers.
5240 \end_layout
5241
5242 \begin_layout Subsubsection
5243 Usage
5244 \begin_inset CommandInset label
5245 LatexCommand label
5246 name "sec:Address-Usage"
5247
5248 \end_inset
5249
5250
5251 \end_layout
5252
5253 \begin_layout Standard
5254 The 
5255 \family sans
5256 Address
5257 \family default
5258  environment formats text in the style of an address, which is also used
5259  for the opening and signature in some countries.
5260  Similarly, the 
5261 \family sans
5262 Right\InsetSpace ~
5263 Address
5264 \family default
5265  environment formats text in the style of a right-justified address, which
5266  is used for the sender's address and today's date in some countries.
5267  Here's an example of each:
5268 \end_layout
5269
5270 \begin_layout Right Address
5271 Right Address
5272 \newline
5273 Who I am
5274 \newline
5275 Where I am
5276 \newline
5277 When is it? What is today?
5278 \end_layout
5279
5280 \begin_layout Standard
5281 That was 
5282 \family sans
5283 Right\InsetSpace ~
5284 Address
5285 \family default
5286 .
5287  Notice that the lines all have the same left margin, which LyX sets to
5288  fit the largest block of text on a single line.
5289  Here's an example of the 
5290 \family sans
5291 Address
5292 \family default
5293  environment:
5294 \end_layout
5295
5296 \begin_layout Address
5297 Who are you
5298 \newline
5299 Where do I send this
5300 \newline
5301 Your post office and country
5302 \end_layout
5303
5304 \begin_layout Standard
5305 As you can see, both 
5306 \family sans
5307 Address
5308 \family default
5309  and 
5310 \family sans
5311 Right\InsetSpace ~
5312 Address
5313 \family default
5314  add extra space between themselves and the next paragraph.
5315  If you hit 
5316 \family sans
5317 Return
5318 \family default
5319  in either of these environments, LyX resets the nesting depth and sets
5320  the environment to 
5321 \family sans
5322 Standard
5323 \family default
5324 .
5325  This makes sense, since 
5326 \family sans
5327 Return
5328 \family default
5329  is the 
5330 \family typewriter
5331 break-paragraph
5332 \family default
5333  function, and the individual lines of an address are not paragraphs.
5334  Thus, you have to use 
5335 \family typewriter
5336 break-line
5337 \family default
5338  (
5339 \family sans
5340 C-Return
5341 \family default
5342  or 
5343 \family sans
5344 Formatting\InsetSpace ~
5345 Character\SpecialChar \menuseparator
5346 Line\InsetSpace ~
5347 Break
5348 \family default
5349  from the 
5350 \family sans
5351 Insert
5352 \family default
5353  menu) to start a new line in an 
5354 \family sans
5355 Address
5356 \family default
5357  or 
5358 \family sans
5359 Right\InsetSpace ~
5360 Address
5361 \family default
5362  environment.
5363 \end_layout
5364
5365 \begin_layout Subsection
5366 Academic Writing
5367 \end_layout
5368
5369 \begin_layout Standard
5370 Most academic writing begins with an abstract and ends with a bibliography
5371  or list of references.
5372  LyX contains paragraph environments for both of these.
5373 \end_layout
5374
5375 \begin_layout Subsubsection
5376
5377 \family sans
5378 Abstract
5379 \begin_inset Index
5380 status collapsed
5381
5382 \begin_layout Standard
5383 Abstracts
5384 \end_layout
5385
5386 \end_inset
5387
5388
5389 \end_layout
5390
5391 \begin_layout Standard
5392 The 
5393 \family sans
5394 Abstract
5395 \family default
5396  environment is used for the abstract of an article.
5397  Technically, you could use this environment anywhere, but you really should
5398  only use it at the beginning of the document, after the title.
5399  Also, don't bother trying to nest 
5400 \family sans
5401 Abstract
5402 \family default
5403  in anything else or vice versa.
5404  It won't work.
5405  The 
5406 \family sans
5407 Abstract
5408 \family default
5409  environment is only useful in the article and report document classes.
5410  The book document classes ignores the 
5411 \family sans
5412 Abstract
5413 \family default
5414  completely, and it's utterly silly to use 
5415 \family sans
5416 Abstract
5417 \family default
5418  in a letter document class.
5419 \end_layout
5420
5421 \begin_layout Standard
5422 The 
5423 \family sans
5424 Abstract
5425 \family default
5426  environment does several things for you.
5427  First, it puts the centered label 
5428 \begin_inset Quotes eld
5429 \end_inset
5430
5431 Abstract
5432 \begin_inset Quotes erd
5433 \end_inset
5434
5435  above the text.
5436  The label and the text of the abstract are separated by some extra vertical
5437  space.
5438  Second, it typesets everything in a smaller font, just as you'd expect.
5439  Lastly, it adds a bit of extra vertical space between the abstract and
5440  the subsequent text.
5441  Well, that's how it will appear on the LyX screen.
5442  The appearance in the output depends on the used article or report class.
5443 \end_layout
5444
5445 \begin_layout Standard
5446 Starting a new paragraph by hitting 
5447 \family sans
5448 Return
5449 \family default
5450  does not reset the paragraph environment.
5451  The new paragraph will still be in the 
5452 \family sans
5453 Abstract
5454 \family default
5455  environment.
5456  So, you will have to change the paragraph environment yourself when you
5457  finish entering the abstract of your document.
5458 \end_layout
5459
5460 \begin_layout Standard
5461 \begin_inset Float figure
5462 wide false
5463 sideways false
5464 status open
5465
5466 \begin_layout Standard
5467 \align center
5468 \begin_inset Graphics
5469         filename clipart/Abstract.pdf
5470         inzipName 
5471         embed false
5472         lyxscale 25
5473
5474 \end_inset
5475
5476
5477 \end_layout
5478
5479 \begin_layout Standard
5480 \begin_inset Caption
5481
5482 \begin_layout Standard
5483 \begin_inset CommandInset label
5484 LatexCommand label
5485 name "cap:Paragraph-in-the"
5486
5487 \end_inset
5488
5489 Paragraph in the 
5490 \family sans
5491 Abstract
5492 \family default
5493  environment
5494 \end_layout
5495
5496 \end_inset
5497
5498
5499 \end_layout
5500
5501 \end_inset
5502
5503
5504 \end_layout
5505
5506 \begin_layout Standard
5507 We'd love to give you directly an example of the 
5508 \family sans
5509 Abstract
5510 \family default
5511  environment, but since this document is in the 
5512 \begin_inset Quotes eld
5513 \end_inset
5514
5515 book
5516 \begin_inset Quotes erd
5517 \end_inset
5518
5519  class, we can't do this.
5520  We inserted it therefore as figure\InsetSpace ~
5521
5522 \begin_inset CommandInset ref
5523 LatexCommand ref
5524 reference "cap:Paragraph-in-the"
5525
5526 \end_inset
5527
5528 .
5529  If you've never heard of an 
5530 \begin_inset Quotes eld
5531 \end_inset
5532
5533 abstract
5534 \begin_inset Quotes erd
5535 \end_inset
5536
5537  before, you can safely ignore this environment.
5538 \end_layout
5539
5540 \begin_layout Subsubsection
5541
5542 \family sans
5543 Bibliography
5544 \family default
5545
5546 \begin_inset Index
5547 status collapsed
5548
5549 \begin_layout Standard
5550 Bibliography
5551 \end_layout
5552
5553 \end_inset
5554
5555
5556 \begin_inset CommandInset label
5557 LatexCommand label
5558 name "sub:Biblio_environment"
5559
5560 \end_inset
5561
5562
5563 \end_layout
5564
5565 \begin_layout Standard
5566 The 
5567 \family sans
5568 Bibliography
5569 \family default
5570  environment is used to list references.
5571  Technically, you could use this environment anywhere, but you really should
5572  only use it at the end of the document.
5573  Nesting 
5574 \family sans
5575 Bibliography
5576 \family default
5577  in anything else or vice versa won't work.
5578 \end_layout
5579
5580 \begin_layout Standard
5581 When you first open a 
5582 \family sans
5583 Bibliography
5584 \family default
5585  environment, LyX add a large vertical space, followed by the heading 
5586 \begin_inset Quotes eld
5587 \end_inset
5588
5589 Bibliography
5590 \begin_inset Quotes erd
5591 \end_inset
5592
5593  or 
5594 \begin_inset Quotes eld
5595 \end_inset
5596
5597 References,
5598 \begin_inset Quotes erd
5599 \end_inset
5600
5601  depending on the document class.
5602  The heading is in a large boldface font.
5603  Each paragraph of the 
5604 \family sans
5605 Bibliography
5606 \family default
5607  environment is a bibliography entry.
5608  Thus, hitting 
5609 \family sans
5610 Return
5611 \family default
5612  does not reset the paragraph environment.
5613  Each new paragraph is still in the 
5614 \family sans
5615 Bibliography
5616 \family default
5617  environment.
5618 \end_layout
5619
5620 \begin_layout Standard
5621 For a detailed description of LyX's bibliography handling, have a look at
5622  in section\InsetSpace ~
5623
5624 \begin_inset CommandInset ref
5625 LatexCommand ref
5626 reference "sec:Bibliography"
5627
5628 \end_inset
5629
5630 .
5631 \end_layout
5632
5633 \begin_layout Subsection
5634 LyX
5635 \family sans
5636 -Code
5637 \begin_inset Index
5638 status collapsed
5639
5640 \begin_layout Standard
5641 Paragraph ! LyX code
5642 \end_layout
5643
5644 \end_inset
5645
5646
5647 \begin_inset CommandInset label
5648 LatexCommand label
5649 name "sub:LyX-Code"
5650
5651 \end_inset
5652
5653
5654 \end_layout
5655
5656 \begin_layout Standard
5657 The 
5658 \family sans
5659 LyX-Code
5660 \family default
5661  environment is another LyX extension.
5662  It type-sets text in a typewriter-style font.
5663  It also treats the 
5664 \family sans
5665 Space
5666 \family default
5667  key as a fixed whitespace;
5668 \begin_inset Foot
5669 status collapsed
5670
5671 \begin_layout Standard
5672 In the 
5673 \family sans
5674 LyX-Code
5675 \family default
5676  environment, the 
5677 \family sans
5678 Space
5679 \family default
5680  key is treated as a 
5681 \family sans
5682 Protected\InsetSpace ~
5683 Blank
5684 \family default
5685  instead of an end-of-word marker.
5686 \end_layout
5687
5688 \end_inset
5689
5690  this is the only case in which you can type multiple whitespaces in LyX.
5691  If you need to insert blank lines, you'll still need to use 
5692 \family sans
5693 C-Return
5694 \family default
5695  (the 
5696 \family typewriter
5697 break-line
5698 \family default
5699  function).
5700  
5701 \family sans
5702 Return
5703 \family default
5704  breaks paragraphs.
5705  Note, however, that 
5706 \family sans
5707 Return
5708 \family default
5709  does not reset the paragraph environment.
5710  So, when you finish using the 
5711 \family sans
5712 LyX-Code
5713 \family default
5714  environment, you'll need to change the paragraph environment yourself.
5715  Also, you can nest the 
5716 \family sans
5717 LyX-Code
5718 \family default
5719  environment inside of others.
5720 \end_layout
5721
5722 \begin_layout Standard
5723 There are a few quirks with this environment:
5724 \end_layout
5725
5726 \begin_layout Itemize
5727 You cannot use 
5728 \family sans
5729 C-Return
5730 \family default
5731  at the beginning of a new paragraph (i.e.
5732  you can't follow 
5733 \family sans
5734 Return
5735 \family default
5736  with a 
5737 \family sans
5738 C-Return
5739 \family default
5740 ).
5741 \end_layout
5742
5743 \begin_layout Itemize
5744 You can't follow a 
5745 \family sans
5746 C-Return
5747 \family default
5748  with a 
5749 \family sans
5750 Space
5751 \family default
5752 .
5753 \end_layout
5754
5755 \begin_deeper
5756 \begin_layout Itemize
5757 Use a 
5758 \family sans
5759 Return
5760 \family default
5761  to begin a new paragraph, then you can use a 
5762 \family sans
5763 Space
5764 \family default
5765 .
5766 \end_layout
5767
5768 \begin_layout Itemize
5769 Or: use 
5770 \family sans
5771 C-Space
5772 \family default
5773  instead.
5774 \end_layout
5775
5776 \end_deeper
5777 \begin_layout Itemize
5778 You can't have an empty paragraph or an empty line.
5779  You must put at least one 
5780 \family sans
5781 Space
5782 \family default
5783  in any line you want blank.
5784  Otherwise, LaTeX generates errors.
5785 \end_layout
5786
5787 \begin_layout Itemize
5788 You cannot get the typewriter double quotes by typing 
5789 \family sans
5790 "
5791 \family default
5792  since that will insert 
5793 \emph on
5794 real
5795 \emph default
5796  quotes.
5797  You get the typewriter double quotes with 
5798 \family sans
5799 C-"
5800 \family default
5801  (or 
5802 \family sans
5803 C-q
5804 \family default
5805  if you use Emacs-like key bindings).
5806 \end_layout
5807
5808 \begin_layout Standard
5809 Here's an example:
5810 \end_layout
5811
5812 \begin_layout LyX-Code
5813 #include <stdio.h>
5814 \end_layout
5815
5816 \begin_layout LyX-Code
5817  
5818 \end_layout
5819
5820 \begin_layout LyX-Code
5821 int main(void)
5822 \end_layout
5823
5824 \begin_layout LyX-Code
5825 {
5826 \end_layout
5827
5828 \begin_layout LyX-Code
5829     printf("Hello World!
5830 \backslash
5831 n");
5832 \end_layout
5833
5834 \begin_layout LyX-Code
5835     return 0;
5836 \end_layout
5837
5838 \begin_layout LyX-Code
5839 }
5840 \end_layout
5841
5842 \begin_layout Standard
5843 This is just the standard 
5844 \begin_inset Quotes eld
5845 \end_inset
5846
5847 Hello world!
5848 \begin_inset Quotes erd
5849 \end_inset
5850
5851  program.
5852  
5853 \end_layout
5854
5855 \begin_layout Standard
5856
5857 \family sans
5858 LyX-Code
5859 \family default
5860  has one purpose: to typeset code, such as program source, shell scripts,
5861  rc-files, and so on.
5862  Use it only in those very special cases where you need to generate text
5863  as if you used a typewriter.
5864 \begin_inset Index
5865 status collapsed
5866
5867 \begin_layout Standard
5868 Paragraph environments|)
5869 \end_layout
5870
5871 \end_inset
5872
5873
5874 \end_layout
5875
5876 \begin_layout Section
5877 Nesting Environments
5878 \begin_inset Index
5879 status collapsed
5880
5881 \begin_layout Standard
5882 Nesting ! Environments
5883 \end_layout
5884
5885 \end_inset
5886
5887
5888 \begin_inset CommandInset label
5889 LatexCommand label
5890 name "sec:Nesting"
5891
5892 \end_inset
5893
5894
5895 \end_layout
5896
5897 \begin_layout Subsection
5898 Introduction
5899 \end_layout
5900
5901 \begin_layout Standard
5902 LyX treats text as a unified block with a particular context and specific
5903  properties.
5904  This allows you to create blocks that inherits some of the properties of
5905  another block.
5906  For example you have three main points in an outline, but point #2 also
5907  has two subpoints.
5908  In other words, you have a list inside of another list, with the inner
5909  list 
5910 \begin_inset Quotes eld
5911 \end_inset
5912
5913 attached
5914 \begin_inset Quotes erd
5915 \end_inset
5916
5917  to item #2:
5918 \end_layout
5919
5920 \begin_layout Enumerate
5921 one
5922 \end_layout
5923
5924 \begin_layout Enumerate
5925 two
5926 \end_layout
5927
5928 \begin_deeper
5929 \begin_layout Enumerate
5930 sublist - item #1
5931 \end_layout
5932
5933 \begin_layout Enumerate
5934 sublist - item #2
5935 \end_layout
5936
5937 \end_deeper
5938 \begin_layout Enumerate
5939 three
5940 \end_layout
5941
5942 \begin_layout Standard
5943 You put a list inside of a list by nesting one list inside the other.
5944  Nesting an environment is quite simple: Select 
5945 \family sans
5946 Increase\InsetSpace ~
5947 List\InsetSpace ~
5948 Depth
5949 \family default
5950  or 
5951 \family sans
5952 Decrease\InsetSpace ~
5953 List\InsetSpace ~
5954 Depth
5955 \family default
5956  from the 
5957 \family sans
5958 Edit
5959 \family default
5960  menu to change the nesting depth of the current paragraph (the status bar
5961  will tell you how far you are nested).
5962  Instead of the menu, you can also use the toolbar buttons 
5963 \begin_inset Graphics
5964         filename ../images/depth-increment.png
5965         inzipName 
5966         embed true
5967
5968 \end_inset
5969
5970  and 
5971 \begin_inset Graphics
5972         filename ../images/depth-decrement.png
5973         inzipName 
5974         embed true
5975
5976 \end_inset
5977
5978  or the convenient key bindings 
5979 \family sans
5980 S-M-Right
5981 \family default
5982  and 
5983 \family sans
5984 S-M-Left
5985 \family default
5986  to change the nesting level.
5987  The change will work on the current selection if you have made one (allowing
5988  you to change the nesting of several paragraphs at once), or the current
5989  paragraph.
5990 \end_layout
5991
5992 \begin_layout Standard
5993 Note that LyX only changes the nesting depth if it can.
5994  If it's invalid to do so, nothing happens if you try to change the depth.
5995  Additionally, if you change the depth of one paragraph, it affects the
5996  depth of every paragraph nested inside of it.
5997 \end_layout
5998
5999 \begin_layout Standard
6000 Nesting isn't limited to lists.
6001  In LyX, you can nest just about anything inside anything else, as you're
6002  about to find out.
6003  This is the real power of nesting paragraph environments.
6004 \end_layout
6005
6006 \begin_layout Subsection
6007 What You Can and Can't Nest
6008 \end_layout
6009
6010 \begin_layout Standard
6011 Before we fire a list of paragraph environments at you, we need to tell
6012  you a little bit more about how nesting works.
6013 \end_layout
6014
6015 \begin_layout Standard
6016 The question if nesting a paragraph environment is possible, is a bit more
6017  complicated than a simple yes or no.
6018  There are three types of paragraph environments:
6019 \end_layout
6020
6021 \begin_layout Itemize
6022 Completely unnestable
6023 \end_layout
6024
6025 \begin_layout Itemize
6026 Fully nestable, you can nest them inside of things and you can also nest
6027  other things inside of them.
6028 \end_layout
6029
6030 \begin_layout Itemize
6031 A third type, you can nest them into other environments, but you can't nest
6032  anything into them.
6033 \end_layout
6034
6035 \begin_layout Standard
6036 Here's a list of the three types of nesting behavior, and which paragraph
6037  environments have them:
6038 \end_layout
6039
6040 \begin_layout Description
6041 Unnestable Can't nest them.
6042  Can't nest into them.
6043 \end_layout
6044
6045 \begin_deeper
6046 \begin_layout Itemize
6047
6048 \family sans
6049 Part
6050 \end_layout
6051
6052 \begin_layout Itemize
6053
6054 \family sans
6055 Chapter
6056 \end_layout
6057
6058 \begin_layout Itemize
6059
6060 \family sans
6061 Section
6062 \family default
6063  
6064 \end_layout
6065
6066 \begin_layout Itemize
6067
6068 \family sans
6069 Subsection
6070 \end_layout
6071
6072 \begin_layout Itemize
6073
6074 \family sans
6075 Subsubsection
6076 \end_layout
6077
6078 \begin_layout Itemize
6079
6080 \family sans
6081 Paragraph
6082 \family default
6083  
6084 \end_layout
6085
6086 \begin_layout Itemize
6087
6088 \family sans
6089 Subparagraph
6090 \end_layout
6091
6092 \begin_layout Itemize
6093
6094 \family sans
6095 Part*
6096 \end_layout
6097
6098 \begin_layout Itemize
6099
6100 \family sans
6101 Chapter*
6102 \end_layout
6103
6104 \begin_layout Itemize
6105
6106 \family sans
6107 Section*
6108 \end_layout
6109
6110 \begin_layout Itemize
6111
6112 \family sans
6113 Subsection*
6114 \end_layout
6115
6116 \begin_layout Itemize
6117
6118 \family sans
6119 Subsubsection*
6120 \end_layout
6121
6122 \begin_layout Itemize
6123
6124 \family sans
6125 Bibliography
6126 \end_layout
6127
6128 \begin_layout Itemize
6129
6130 \family sans
6131 Abstract
6132 \end_layout
6133
6134 \begin_layout Itemize
6135
6136 \family sans
6137 Title
6138 \end_layout
6139
6140 \begin_layout Itemize
6141
6142 \family sans
6143 Author
6144 \end_layout
6145
6146 \begin_layout Itemize
6147
6148 \family sans
6149 Date
6150 \end_layout
6151
6152 \end_deeper
6153 \begin_layout Description
6154 Fully\InsetSpace ~
6155 Nestable You can nest them.
6156  You can nest other things into them.
6157 \end_layout
6158
6159 \begin_deeper
6160 \begin_layout Itemize
6161
6162 \family sans
6163 Verse
6164 \end_layout
6165
6166 \begin_layout Itemize
6167
6168 \family sans
6169 Quote
6170 \end_layout
6171
6172 \begin_layout Itemize
6173
6174 \family sans
6175 Quotation
6176 \end_layout
6177
6178 \begin_layout Itemize
6179
6180 \family sans
6181 Itemize
6182 \end_layout
6183
6184 \begin_layout Itemize
6185
6186 \family sans
6187 Enumerate
6188 \end_layout
6189
6190 \begin_layout Itemize
6191
6192 \family sans
6193 Description
6194 \end_layout
6195
6196 \begin_layout Itemize
6197
6198 \family sans
6199 List
6200 \end_layout
6201
6202 \begin_layout Itemize
6203
6204 \family sans
6205 LyX-Code
6206 \end_layout
6207
6208 \end_deeper
6209 \begin_layout Description
6210 Nestable-Inside You can nest them inside of other things.
6211  You can't nest anything into them.
6212 \end_layout
6213
6214 \begin_deeper
6215 \begin_layout Itemize
6216
6217 \family sans
6218 Standard
6219 \end_layout
6220
6221 \begin_layout Itemize
6222
6223 \family sans
6224 Right\InsetSpace ~
6225 Address
6226 \end_layout
6227
6228 \begin_layout Itemize
6229
6230 \family sans
6231 Address
6232 \end_layout
6233
6234 \end_deeper
6235 \begin_layout Standard
6236 The 
6237 \family sans
6238 Caption
6239 \family default
6240  environment doesn't really fit anywhere, since it's only used inside of
6241  
6242 \family sans
6243 Table\InsetSpace ~
6244 Floats
6245 \family default
6246  and 
6247 \family sans
6248 Figure\InsetSpace ~
6249 Floats
6250 \family default
6251 .
6252 \end_layout
6253
6254 \begin_layout Subsection
6255 Nesting Other Things: Tables, Math, Floats, etc.
6256 \begin_inset Index
6257 status collapsed
6258
6259 \begin_layout Standard
6260 Nesting ! Tables etc.
6261 \end_layout
6262
6263 \end_inset
6264
6265
6266 \begin_inset CommandInset label
6267 LatexCommand label
6268 name "sec:table-and-fig-nesting"
6269
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \begin_layout Standard
6276 There are several things that aren't paragraph environments, but which are
6277  affected by nesting anyhow.
6278  They are:
6279 \end_layout
6280
6281 \begin_layout Itemize
6282 equations
6283 \end_layout
6284
6285 \begin_layout Itemize
6286 tables
6287 \end_layout
6288
6289 \begin_layout Itemize
6290 figures
6291 \end_layout
6292
6293 \begin_layout Standard
6294 (
6295 \begin_inset Note Greyedout
6296 status open
6297
6298 \begin_layout Standard
6299
6300 \series bold
6301 Note:
6302 \series default
6303  If you put a figure or a table in a 
6304 \family sans
6305 Float
6306 \family default
6307 , this is no longer true.
6308 \end_layout
6309
6310 \end_inset
6311
6312  Have a look at section\InsetSpace ~
6313
6314 \begin_inset CommandInset ref
6315 LatexCommand ref
6316 reference "sec:Floats"
6317
6318 \end_inset
6319
6320  for more informations about 
6321 \family sans
6322 Floats
6323 \family default
6324 .)
6325 \end_layout
6326
6327 \begin_layout Standard
6328 LyX can treat these three objects as either a word or as a paragraph.
6329  If a figure, table, or an equation is inline, it goes wherever the paragraph
6330  it is in goes.
6331 \end_layout
6332
6333 \begin_layout Standard
6334 On the other hand, if you have an equation, figure or table in a 
6335 \begin_inset Quotes eld
6336 \end_inset
6337
6338 paragraph
6339 \begin_inset Quotes erd
6340 \end_inset
6341
6342  of its own, it behaves just like a 
6343 \begin_inset Quotes eld
6344 \end_inset
6345
6346 nestable-inside
6347 \begin_inset Quotes erd
6348 \end_inset
6349
6350  paragraph environment.
6351  You can nest it into any environment, but you obviously can't nest anything
6352  into it.
6353 \end_layout
6354
6355 \begin_layout Standard
6356 Here's an example with a table:
6357 \end_layout
6358
6359 \begin_layout Enumerate
6360 Item One
6361 \end_layout
6362
6363 \begin_deeper
6364 \begin_layout Enumerate
6365 This is (a) and it's nested.
6366 \end_layout
6367
6368 \begin_deeper
6369 \begin_layout Standard
6370 \begin_inset VSpace 0.3cm
6371 \end_inset
6372
6373
6374 \end_layout
6375
6376 \begin_layout Standard
6377 \align center
6378 \begin_inset Tabular
6379 <lyxtabular version="3" rows="2" columns="2">
6380 <features>
6381 <column alignment="center" valignment="top" leftline="true" width="0pt">
6382 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6383 <row topline="true">
6384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Standard
6388
6389 \family roman
6390 \series medium
6391 \shape up
6392 \size normal
6393 \emph off
6394 \bar no
6395 \noun off
6396 \color none
6397 a
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Standard
6406
6407 \family roman
6408 \series medium
6409 \shape up
6410 \size normal
6411 \emph off
6412 \bar no
6413 \noun off
6414 \color none
6415 b
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 </row>
6421 <row topline="true" bottomline="true">
6422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Standard
6426
6427 \family roman
6428 \series medium
6429 \shape up
6430 \size normal
6431 \emph off
6432 \bar no
6433 \noun off
6434 \color none
6435 c
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Standard
6444
6445 \family roman
6446 \series medium
6447 \shape up
6448 \size normal
6449 \emph off
6450 \bar no
6451 \noun off
6452 \color none
6453 d
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 </row>
6459 </lyxtabular>
6460
6461 \end_inset
6462
6463
6464 \end_layout
6465
6466 \begin_layout Standard
6467 \begin_inset VSpace 0.3cm
6468 \end_inset
6469
6470
6471 \end_layout
6472
6473 \end_deeper
6474 \begin_layout Enumerate
6475 This is (b).
6476  The table is actually nested inside (a).
6477 \end_layout
6478
6479 \end_deeper
6480 \begin_layout Enumerate
6481 Back out again.
6482 \end_layout
6483
6484 \begin_layout Standard
6485 If we hadn't nested the table at all, the list would look like this:
6486 \end_layout
6487
6488 \begin_layout Enumerate
6489 Item One
6490 \end_layout
6491
6492 \begin_deeper
6493 \begin_layout Enumerate
6494 This is (a) and it's nested.
6495 \end_layout
6496
6497 \end_deeper
6498 \begin_layout Standard
6499 \begin_inset VSpace 0.3cm
6500 \end_inset
6501
6502
6503 \end_layout
6504
6505 \begin_layout Standard
6506 \align center
6507 \begin_inset Tabular
6508 <lyxtabular version="3" rows="2" columns="2">
6509 <features>
6510 <column alignment="center" valignment="top" leftline="true" width="0pt">
6511 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6512 <row topline="true">
6513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Standard
6517
6518 \family roman
6519 \series medium
6520 \shape up
6521 \size normal
6522 \emph off
6523 \bar no
6524 \noun off
6525 \color none
6526 a
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Standard
6535
6536 \family roman
6537 \series medium
6538 \shape up
6539 \size normal
6540 \emph off
6541 \bar no
6542 \noun off
6543 \color none
6544 b
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 </row>
6550 <row topline="true" bottomline="true">
6551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Standard
6555
6556 \family roman
6557 \series medium
6558 \shape up
6559 \size normal
6560 \emph off
6561 \bar no
6562 \noun off
6563 \color none
6564 c
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Standard
6573
6574 \family roman
6575 \series medium
6576 \shape up
6577 \size normal
6578 \emph off
6579 \bar no
6580 \noun off
6581 \color none
6582 d
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 </row>
6588 </lyxtabular>
6589
6590 \end_inset
6591
6592
6593 \end_layout
6594
6595 \begin_layout Standard
6596 \begin_inset VSpace 0.3cm
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \begin_layout Enumerate
6603 This is (b).
6604  The table is 
6605 \emph on
6606 not
6607 \emph default
6608  nested inside (a).
6609  In fact, it's not nested at all.
6610 \end_layout
6611
6612 \begin_layout Enumerate
6613 Back out again.
6614 \end_layout
6615
6616 \begin_layout Standard
6617 Notice how item (b) is not only no longer nested, but is also the first
6618  item of a new list!
6619 \end_layout
6620
6621 \begin_layout Standard
6622 There's another trap you can fall into: Nesting the table, but not going
6623  deep enough.
6624  LyX then turns anything after the table into a new sublist.
6625 \end_layout
6626
6627 \begin_layout Enumerate
6628 Item One
6629 \end_layout
6630
6631 \begin_deeper
6632 \begin_layout Enumerate
6633 This is (a) and it's nested.
6634 \end_layout
6635
6636 \begin_layout Standard
6637 \begin_inset VSpace 0.3cm
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \begin_layout Standard
6644 \align center
6645 \begin_inset Tabular
6646 <lyxtabular version="3" rows="2" columns="2">
6647 <features>
6648 <column alignment="center" valignment="top" leftline="true" width="0pt">
6649 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6650 <row topline="true">
6651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Standard
6655
6656 \family roman
6657 \series medium
6658 \shape up
6659 \size normal
6660 \emph off
6661 \bar no
6662 \noun off
6663 \color none
6664 a
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Standard
6673
6674 \family roman
6675 \series medium
6676 \shape up
6677 \size normal
6678 \emph off
6679 \bar no
6680 \noun off
6681 \color none
6682 b
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 </row>
6688 <row topline="true" bottomline="true">
6689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Standard
6693
6694 \family roman
6695 \series medium
6696 \shape up
6697 \size normal
6698 \emph off
6699 \bar no
6700 \noun off
6701 \color none
6702 c
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Standard
6711
6712 \family roman
6713 \series medium
6714 \shape up
6715 \size normal
6716 \emph off
6717 \bar no
6718 \noun off
6719 \color none
6720 d
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 </row>
6726 </lyxtabular>
6727
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \begin_layout Standard
6734 \begin_inset VSpace 0.3cm
6735 \end_inset
6736
6737
6738 \end_layout
6739
6740 \begin_layout Enumerate
6741 This is (b).
6742  The table is actually nested inside Item One, but 
6743 \emph on
6744 not
6745 \emph default
6746  inside (a).
6747 \end_layout
6748
6749 \end_deeper
6750 \begin_layout Enumerate
6751 Back out again.
6752 \end_layout
6753
6754 \begin_layout Standard
6755 As you can see, item (b) turned into the first item of a new list, but a
6756  new list 
6757 \emph on
6758 inside
6759 \emph default
6760  item 1.
6761  The same thing would have happened to a figure or an equation.
6762  So, if you nest tables, figures or equations, make sure you go to the right
6763  depth!
6764 \end_layout
6765
6766 \begin_layout Subsection
6767 Usage and General Features
6768 \begin_inset CommandInset label
6769 LatexCommand label
6770 name "sub:Nesting-Usage"
6771
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \begin_layout Standard
6778 Speaking of levels, LyX can perform up to a six-fold nesting.
6779  In other words, 
6780 \begin_inset Quotes eld
6781 \end_inset
6782
6783 level #6
6784 \begin_inset Quotes erd
6785 \end_inset
6786
6787  is the innermost possible depth.
6788  Here's an example to display what we mean:
6789 \end_layout
6790
6791 \begin_layout Enumerate
6792 level #1 - outermost
6793 \end_layout
6794
6795 \begin_deeper
6796 \begin_layout Enumerate
6797 level #2
6798 \end_layout
6799
6800 \begin_deeper
6801 \begin_layout Enumerate
6802 level #3
6803 \end_layout
6804
6805 \begin_deeper
6806 \begin_layout Enumerate
6807 level #4
6808 \end_layout
6809
6810 \begin_deeper
6811 \begin_layout Itemize
6812 level #5
6813 \end_layout
6814
6815 \begin_deeper
6816 \begin_layout Itemize
6817 level #6
6818 \end_layout
6819
6820 \end_deeper
6821 \end_deeper
6822 \end_deeper
6823 \end_deeper
6824 \end_deeper
6825 \begin_layout Standard
6826 There are two exceptions to the six-fold nesting limit, and you can see
6827  both of them in the example.
6828  Unlike the other fully-nestable environments, you can only perform a four-fold
6829  nesting with the 
6830 \family sans
6831 Enumerate
6832 \family default
6833  and 
6834 \family sans
6835 Itemize
6836 \family default
6837  environments.
6838  For example, if we tried to nest another 
6839 \family sans
6840 Enumerate
6841 \family default
6842  list inside of item 
6843 \begin_inset Quotes eld
6844 \end_inset
6845
6846 A.
6847 \begin_inset Quotes erd
6848 \end_inset
6849
6850 , we'd get errors.
6851 \end_layout
6852
6853 \begin_layout Subsection
6854 Some Examples
6855 \begin_inset Index
6856 status collapsed
6857
6858 \begin_layout Standard
6859 Nesting ! Examples
6860 \end_layout
6861
6862 \end_inset
6863
6864
6865 \end_layout
6866
6867 \begin_layout Standard
6868 The best way to explain just what you can do with nesting is by illustration.
6869  We have several examples of nested environments.
6870  In them, we explain how we created the example, so that you can reproduce
6871  them.
6872 \end_layout
6873
6874 \begin_layout Subsubsection
6875 Example 1: The Six-fold Way and Mixed Nesting
6876 \end_layout
6877
6878 \begin_layout Labeling
6879 \labelwidthstring MMM
6880 #1-a This is the outermost level.
6881  It's a 
6882 \family sans
6883 List
6884 \family default
6885  environment.
6886 \end_layout
6887
6888 \begin_deeper
6889 \begin_layout Labeling
6890 \labelwidthstring MMM
6891 #2-a This is level #2.
6892  We created it by using 
6893 \family sans
6894 M-Return
6895 \family default
6896  followed by 
6897 \family sans
6898 S-M-Right
6899 \family default
6900 .
6901 \end_layout
6902
6903 \begin_deeper
6904 \begin_layout Labeling
6905 \labelwidthstring MMM
6906 #3-a This is level #3.
6907  This time, we just hit 
6908 \family sans
6909 Return
6910 \family default
6911 , then used 
6912 \family sans
6913 S-M-Right
6914 \family default
6915  twice in a row.
6916  We could have also created it the same way as we did the previous level,
6917  by hitting 
6918 \family sans
6919 M-Return
6920 \family default
6921  followed by 
6922 \family sans
6923 S-M-Right
6924 \family default
6925 .
6926 \end_layout
6927
6928 \begin_deeper
6929 \begin_layout Standard
6930 This is actually a 
6931 \family sans
6932 Standard
6933 \family default
6934  environment, nested inside of 
6935 \begin_inset Quotes eld
6936 \end_inset
6937
6938 #3-a
6939 \begin_inset Quotes erd
6940 \end_inset
6941
6942 .
6943  So, it's at level #4.
6944  We did this by hitting 
6945 \family sans
6946 M-Return
6947 \family default
6948 , then 
6949 \family sans
6950 S-M-Right
6951 \family default
6952 , then changing the paragraph environment to 
6953 \family sans
6954 Standard
6955 \family default
6956 .
6957  Do this to create list items with more than one paragraph - it also works
6958  for the 
6959 \family sans
6960 Description
6961 \family default
6962
6963 \family sans
6964 Enumerate
6965 \family default
6966 , and 
6967 \family sans
6968 Itemize
6969 \family default
6970  environments!
6971 \end_layout
6972
6973 \begin_layout Standard
6974 Here's another 
6975 \family sans
6976 Standard
6977 \family default
6978  paragraph, also at level #4, made with just a 
6979 \family sans
6980 M-Return
6981 \family default
6982 .
6983 \end_layout
6984
6985 \begin_layout Labeling
6986 \labelwidthstring MMM
6987 #4-a This is level #4.
6988  We hit 
6989 \family sans
6990 M-Return
6991 \family default
6992  and changed the paragraph environment back to 
6993 \family sans
6994 List
6995 \family default
6996 .
6997  Remember - we can't nest anything inside of a 
6998 \family sans
6999 Standard
7000 \family default
7001  environment, which is why we're still at level #4.
7002  However, we 
7003 \emph on
7004 can
7005 \emph default
7006  keep nesting things inside of 
7007 \begin_inset Quotes eld
7008 \end_inset
7009
7010 #3-a
7011 \begin_inset Quotes erd
7012 \end_inset
7013
7014 .
7015 \end_layout
7016
7017 \begin_deeper
7018 \begin_layout Labeling
7019 \labelwidthstring MMM
7020 #5-a This is level #5\SpecialChar \ldots{}
7021
7022 \end_layout
7023
7024 \begin_deeper
7025 \begin_layout Labeling
7026 \labelwidthstring MMM
7027 #6-a \SpecialChar \ldots{}
7028 and this is level #6.
7029  By now, you should know how we made these two.
7030 \end_layout
7031
7032 \end_deeper
7033 \begin_layout Labeling
7034 \labelwidthstring MMM
7035 #5-b Back to level #5.
7036  Just hit 
7037 \family sans
7038 M-Return
7039 \family default
7040  followed by a 
7041 \family sans
7042 S-M-Left
7043 \family default
7044 .
7045 \end_layout
7046
7047 \end_deeper
7048 \begin_layout Labeling
7049 \labelwidthstring MMM
7050 #4-b After another 
7051 \family sans
7052 M-Return
7053 \family default
7054  followed by a 
7055 \family sans
7056 S-M-Left
7057 \family default
7058 , we're back at level #4.
7059 \end_layout
7060
7061 \end_deeper
7062 \begin_layout Labeling
7063 \labelwidthstring MMM
7064 #3-b Back to level #3.
7065  By now it should be obvious how we did this.
7066 \end_layout
7067
7068 \end_deeper
7069 \begin_layout Labeling
7070 \labelwidthstring MMM
7071 #2-b Back to level #2.
7072  
7073 \end_layout
7074
7075 \end_deeper
7076 \begin_layout Labeling
7077 \labelwidthstring MMM
7078 #1-b And last, back to the outermost level, #1.
7079  After this sentence, we'll hit 
7080 \family sans
7081 Return
7082 \family default
7083  and change the paragraph environment back to 
7084 \family sans
7085 Standard
7086 \family default
7087  to end the list.
7088 \end_layout
7089
7090 \begin_layout Standard
7091 We could have also used the 
7092 \family sans
7093 Description
7094 \family default
7095
7096 \family sans
7097 Quote
7098 \family default
7099
7100 \family sans
7101 Quotation
7102 \family default
7103 , or even the 
7104 \family sans
7105 Verse
7106 \family default
7107  environment in place of the 
7108 \family sans
7109 List
7110 \family default
7111  environment.
7112  The example would have worked exactly the same.
7113 \end_layout
7114
7115 \begin_layout Subsubsection
7116 Example 2: Inheritance
7117 \end_layout
7118
7119 \begin_layout LyX-Code
7120 This is the LyX-Code environment, at level #1, the outermost
7121 \end_layout
7122
7123 \begin_layout LyX-Code
7124 level.
7125   Now we'll hit 
7126 \family sans
7127 Return
7128 \family default
7129 , then 
7130 \family sans
7131 S-M-Right
7132 \family default
7133 , after which, we'll change to the 
7134 \family sans
7135 Enumerate
7136 \family default
7137  environment.
7138 \end_layout
7139
7140 \begin_deeper
7141 \begin_layout Enumerate
7142 This is the 
7143 \family sans
7144 Enumerate
7145 \family default
7146  environment, at level #2.
7147 \end_layout
7148
7149 \begin_layout Enumerate
7150 Notice how the nested 
7151 \family sans
7152 Enumerate
7153 \family default
7154  not only inherits its margins from its parent environment (
7155 \family sans
7156 LyX-Code
7157 \family default
7158 ), but also inherits its font and spacing!
7159 \end_layout
7160
7161 \end_deeper
7162 \begin_layout Standard
7163 We ended this example by hitting 
7164 \family sans
7165 Return
7166 \family default
7167 .
7168  After that, we needed to reset the paragraph environment to 
7169 \family sans
7170 Standard
7171 \family default
7172  and resetting the nesting depth by using 
7173 \family sans
7174 S-M-Left
7175 \family default
7176  once.
7177 \end_layout
7178
7179 \begin_layout Subsubsection
7180 Example 3: Labels, Levels, and the 
7181 \family sans
7182 Enumerate
7183 \family default
7184  and 
7185 \family sans
7186 Itemize
7187 \family default
7188  Environments
7189 \begin_inset OptArg
7190 status collapsed
7191
7192 \begin_layout Standard
7193 Example #3: Labels, Levels and other list environments
7194 \end_layout
7195
7196 \end_inset
7197
7198
7199 \end_layout
7200
7201 \begin_layout Enumerate
7202 This is level #1, in an 
7203 \family sans
7204 Enumerate
7205 \family default
7206  paragraph environment.
7207  We're actually going to nest a bunch of these.
7208 \end_layout
7209
7210 \begin_deeper
7211 \begin_layout Enumerate
7212 This is level #2.
7213  We used 
7214 \family sans
7215 M-Return
7216 \family default
7217  followed by 
7218 \family sans
7219 S-M-Right
7220 \family default
7221 .
7222  Now, what happens if we nest an 
7223 \family sans
7224 Itemize
7225 \family default
7226  environment inside of this one? It will be at level #3, but what will its
7227  label be? An asterisk?
7228 \end_layout
7229
7230 \begin_deeper
7231 \begin_layout Itemize
7232 No! It's a bullet.
7233  This is the 
7234 \emph on
7235 first
7236 \emph default
7237  
7238 \family sans
7239 Itemize
7240 \family default
7241  environment, even though it's at level #3.
7242  So, its label is a bullet.
7243  (We got here by using 
7244 \family sans
7245 M-Return
7246 \family default
7247 , then 
7248 \family sans
7249 S-M-Right
7250 \family default
7251 , then changing the environment to 
7252 \family sans
7253 Itemize
7254 \family default
7255 .)
7256 \end_layout
7257
7258 \begin_deeper
7259 \begin_layout Itemize
7260 Here's level #4, produced using 
7261 \family sans
7262 M-Return
7263 \family default
7264 , then 
7265 \family sans
7266 S-M-Right
7267 \family default
7268 .
7269  We'll do that again\SpecialChar \ldots{}
7270
7271 \end_layout
7272
7273 \begin_deeper
7274 \begin_layout Enumerate
7275 \SpecialChar \ldots{}
7276 to get to level #5.
7277  This time, however, we also changed the paragraph environment back to 
7278 \family sans
7279 Enumerate
7280 \family default
7281 .
7282  Notice the type of numbering, it is 
7283 \emph on
7284 lowercase Roman
7285 \emph default
7286 , because we are in the 
7287 \emph on
7288 thirdfold
7289 \emph default
7290  
7291 \family sans
7292 Enumerate
7293 \family default
7294  environment (i.e.
7295  it is an 
7296 \family sans
7297 Enumerate
7298 \family default
7299  inside an 
7300 \family sans
7301 Enumerate
7302 \family default
7303  inside an 
7304 \family sans
7305 Enumerate
7306 \family default
7307 ).
7308 \end_layout
7309
7310 \begin_layout Enumerate
7311 What happens if we 
7312 \emph on
7313 don't
7314 \emph default
7315  change the paragraph environment, but decrease the nesting depth? What
7316  type of numbering does LyX use?
7317 \end_layout
7318
7319 \begin_layout Enumerate
7320 Oh, as if you couldn't guess by now, we're just using 
7321 \family sans
7322 M-Return
7323 \family default
7324  to keep the current environment and depth but create a new item.
7325 \end_layout
7326
7327 \begin_layout Enumerate
7328 Let's use 
7329 \family sans
7330 S-M-Left
7331 \family default
7332  to decrease the depth after the next 
7333 \family sans
7334 M-Return
7335 \family default
7336 .
7337 \end_layout
7338
7339 \end_deeper
7340 \begin_layout Enumerate
7341 This is level #4.
7342  Look what type of label LyX is using!
7343 \end_layout
7344
7345 \end_deeper
7346 \begin_layout Enumerate
7347 This is level #3.
7348  Even though we've changed levels, LyX is still using a lowercase Roman
7349  numeral as the label.Why?
7350 \end_layout
7351
7352 \begin_layout Enumerate
7353 Because, even though the nesting depth has changed, the paragraph is 
7354 \emph on
7355 still
7356 \emph default
7357  a thirdfold 
7358 \family sans
7359 Enumerate
7360 \family default
7361  environment.
7362  Notice, however, that LyX 
7363 \emph on
7364 did
7365 \emph default
7366  reset the counter for the label.
7367 \end_layout
7368
7369 \end_deeper
7370 \begin_layout Enumerate
7371 Another 
7372 \family sans
7373 M-Return
7374 \family default
7375  
7376 \family sans
7377 S-M-Left
7378 \family default
7379  sequence, and we're back to level #2.
7380  This time, we not only changed the nesting depth, but we also moved back
7381  into the twofold-nested 
7382 \family sans
7383 Enumerate
7384 \family default
7385  environment.
7386 \end_layout
7387
7388 \end_deeper
7389 \begin_layout Enumerate
7390 The same thing happens if we do another 
7391 \family sans
7392 M-Return
7393 \family default
7394  
7395 \family sans
7396 S-M-Left
7397 \family default
7398  sequence and return to level #1, the outermost level.
7399 \end_layout
7400
7401 \begin_layout Standard
7402 Lastly, we reset the environment to 
7403 \family sans
7404 Standard
7405 \family default
7406 .
7407  As you can see, the level number doesn't correspond to what type of labeling
7408  LyX uses for the 
7409 \family sans
7410 Enumerate
7411 \family default
7412  and 
7413 \family sans
7414 Itemize
7415 \family default
7416  environments.
7417  The number of other 
7418 \family sans
7419 Enumerate
7420 \family default
7421  environments surrounding it determines what kind of label LyX uses for
7422  an 
7423 \family sans
7424 Enumerate
7425 \family default
7426  item.
7427  The same rule applies for the 
7428 \family sans
7429 Itemize
7430 \family default
7431  environment, as well.
7432 \end_layout
7433
7434 \begin_layout Subsubsection
7435 Example 4: Going Bonkers
7436 \end_layout
7437
7438 \begin_layout Enumerate
7439 We're going to go totally nuts now.
7440  We won't nest as deep as in the other examples, nor will we go into the
7441  same detail with how we did it.
7442  (level #1: 
7443 \family sans
7444 Enumerate
7445 \family default
7446 )
7447 \end_layout
7448
7449 \begin_deeper
7450 \begin_layout Standard
7451 (
7452 \family sans
7453 Return, S-M-Right, Standard
7454 \family default
7455 : level #2) We'll stick an encapsulated description of how we created the
7456  example in parentheses someplace.
7457  For example, the two keybindings are how we changed the depth.
7458  The environment name is the name of the current environment.
7459  Either before or after this, we'll put in the level.
7460 \end_layout
7461
7462 \end_deeper
7463 \begin_layout Enumerate
7464 (
7465 \family sans
7466 Return, Enumerate
7467 \family default
7468 : level #1) This is the next item in the list.
7469 \end_layout
7470
7471 \begin_deeper
7472 \begin_layout Verse
7473 Now we'll add verse.
7474 \newline
7475 It will get much worse.
7476 \newline
7477 (
7478 \family sans
7479 Return, S-M-Right, Verse
7480 \family default
7481 : level #2)
7482 \end_layout
7483
7484 \begin_layout Verse
7485 Fiddle dee, Fiddle doo.
7486 \newline
7487 Bippitey boppitey boo!
7488 \newline
7489 (
7490 \family sans
7491 M-Return)
7492 \end_layout
7493
7494 \begin_layout Verse
7495 Here comes a table:
7496 \end_layout
7497
7498 \begin_deeper
7499 \begin_layout Standard
7500 \begin_inset VSpace 0.3cm
7501 \end_inset
7502
7503
7504 \end_layout
7505
7506 \begin_layout Standard
7507 \align center
7508 \begin_inset Tabular
7509 <lyxtabular version="3" rows="2" columns="2">
7510 <features>
7511 <column alignment="center" valignment="top" width="0pt">
7512 <column alignment="center" valignment="top" leftline="true" width="0pt">
7513 <row>
7514 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Standard
7518
7519 \family roman
7520 \series medium
7521 \shape up
7522 \size normal
7523 \emph off
7524 \bar no
7525 \noun off
7526 \color none
7527 one-fish
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Standard
7536
7537 \family roman
7538 \series medium
7539 \shape up
7540 \size normal
7541 \emph off
7542 \bar no
7543 \noun off
7544 \color none
7545 two-fish
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row topline="true">
7552 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Standard
7556
7557 \family roman
7558 \series medium
7559 \shape up
7560 \size normal
7561 \emph off
7562 \bar no
7563 \noun off
7564 \color none
7565 red-fish
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Standard
7574
7575 \family roman
7576 \series medium
7577 \shape up
7578 \size normal
7579 \emph off
7580 \bar no
7581 \noun off
7582 \color none
7583 blue-fish
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 </row>
7589 </lyxtabular>
7590
7591 \end_inset
7592
7593
7594 \end_layout
7595
7596 \end_deeper
7597 \begin_layout Verse
7598 (
7599 \family sans
7600 M-Return, Table, S-M-Right
7601 \family default
7602  3 times, 
7603 \family sans
7604 M-Return, Verse, S-M-Left
7605 \family default
7606 )
7607 \end_layout
7608
7609 \end_deeper
7610 \begin_layout Enumerate
7611 (
7612 \family sans
7613 Return, Enumerate
7614 \family default
7615 : level #1) This is another item.
7616  Note that selecting a 
7617 \family sans
7618 Table
7619 \family default
7620  resets the nesting depth to level #1, so we increased the nesting depth
7621  3 times to put the table inside the 
7622 \family sans
7623 Verse
7624 \family default
7625  environment.
7626  
7627 \end_layout
7628
7629 \begin_layout Quotation
7630 We're now ending the 
7631 \family sans
7632 Enumerate
7633 \family default
7634  list and changing to 
7635 \family sans
7636 Quotation
7637 \family default
7638 .
7639  We're still at level #1.
7640  We want to show you some of the things you can do by mixing environments.
7641  The next set of paragraphs is a 
7642 \begin_inset Quotes eld
7643 \end_inset
7644
7645 quoted letter.
7646 \begin_inset Quotes erd
7647 \end_inset
7648
7649  We'll nest both the 
7650 \family sans
7651 Address
7652 \family default
7653  and 
7654 \family sans
7655 Right\InsetSpace ~
7656 Address
7657 \family default
7658  environments inside of this one, then use another nested 
7659 \family sans
7660 Quotation
7661 \family default
7662  for the letter body.
7663  We'll use 
7664 \family sans
7665 M-Return
7666 \family default
7667  to preserve the depth.
7668  Remember that you need to use 
7669 \family sans
7670 C-Return
7671 \family default
7672  to create multiple lines inside the 
7673 \family sans
7674 Address
7675 \family default
7676  and 
7677 \family sans
7678 Right\InsetSpace ~
7679 Address
7680 \family default
7681  environments.
7682  Here it goes:
7683 \end_layout
7684
7685 \begin_deeper
7686 \begin_layout Right Address
7687 1234 Nowhere Rd.
7688 \newline
7689 Moosegroin, MT 00100
7690 \newline
7691 9-6-96
7692 \end_layout
7693
7694 \begin_layout Address
7695 Dear Mr.\InsetSpace ~
7696 Fizlewitz:
7697 \end_layout
7698
7699 \begin_layout Quotation
7700 We regret to inform you that we cannot fill your order for 50
7701 \begin_inset Formula $\,$
7702 \end_inset
7703
7704 L of compressed methane gas due to circumstances beyond our control.
7705  Unfortunately, several of our cows have mysteriously exploded, creating
7706  a backlog in our orders for methane.
7707  We will place your name on the waiting list and try to fill your order
7708  as soon as possible.
7709  In the meantime, we thank you for your patience.
7710 \end_layout
7711
7712 \begin_layout Quotation
7713 We do, however, now have a special on beef.
7714  If you are interested, please return the enclosed pricing and order form
7715  with your order, along with payment.
7716 \end_layout
7717
7718 \begin_layout Quotation
7719 We thank you again for your patience.
7720 \end_layout
7721
7722 \begin_layout Address
7723 Sincerely,
7724 \newline
7725 Bill Hick
7726 \end_layout
7727
7728 \end_deeper
7729 \begin_layout Quotation
7730 That ends that example!
7731 \end_layout
7732
7733 \begin_layout Standard
7734 As you can see, nesting environments in LyX gives you a lot of power with
7735  just a few keystrokes.
7736  We could have easily nested an 
7737 \family sans
7738 Itemize
7739 \family default
7740  list inside of a 
7741 \family sans
7742 Quotation
7743 \family default
7744  or 
7745 \family sans
7746 Quote
7747 \family default
7748 , or put a 
7749 \family sans
7750 Quote
7751 \family default
7752  inside of an 
7753 \family sans
7754 Itemize
7755 \family default
7756  list.
7757  You have a huge variety of options at your disposal.
7758 \end_layout
7759
7760 \begin_layout Section
7761 Spacing, pagination and line breaks
7762 \end_layout
7763
7764 \begin_layout Subsection
7765 Horizontal Space
7766 \begin_inset CommandInset label
7767 LatexCommand label
7768 name "sub:Horizontal-Space"
7769
7770 \end_inset
7771
7772
7773 \end_layout
7774
7775 \begin_layout Subsubsection
7776
7777 \family sans
7778 Horizontal Fills
7779 \end_layout
7780
7781 \begin_layout Standard
7782 Horizontal Fills (HFills) are a special LyX feature for adding extra space
7783  in a uniform fashion.
7784  An HFill is actually a variable length space, whose length always equals
7785  the remaining space between the left and right margins.
7786  If there is more than one HFill on a line, they divide the available space
7787  equally between themselves.
7788  
7789 \end_layout
7790
7791 \begin_layout Standard
7792 HFill
7793 \family roman
7794 s
7795 \family default
7796  can be inserted with 
7797 \family sans
7798 Insert\SpecialChar \menuseparator
7799 Formatting\InsetSpace ~
7800 Character\SpecialChar \menuseparator
7801 Horizontal Fill
7802 \family default
7803 .
7804  Here a few examples what you can do with them:
7805 \end_layout
7806
7807 \begin_layout Quote
7808 \noindent
7809 This is on the left side 
7810 \hfill
7811 This is on the right
7812 \end_layout
7813
7814 \begin_layout Quote
7815 \noindent
7816 Left
7817 \hfill
7818 Middle
7819 \hfill
7820 Right
7821 \end_layout
7822
7823 \begin_layout Quote
7824 \noindent
7825 Left
7826 \hfill
7827 1/3 Left
7828 \hfill
7829
7830 \hfill
7831 Right
7832 \end_layout
7833
7834 \begin_layout Standard
7835 That was an example in the 
7836 \family sans
7837 Quote
7838 \family default
7839  environment.
7840  Here
7841 \begin_inset Formula $\to$
7842 \end_inset
7843
7844
7845 \hfill
7846
7847 \begin_inset Formula $\gets$
7848 \end_inset
7849
7850 is one in a standard paragraph.
7851  It may or may not be apparent in the printed text, but it 
7852 \emph on
7853 is
7854 \emph default
7855  sitting in-between the two arrows.
7856 \end_layout
7857
7858 \begin_layout Standard
7859 There may be more than one set of margins on a line.
7860  Here's an example with the 
7861 \family sans
7862 List
7863 \family default
7864  environment.
7865 \end_layout
7866
7867 \begin_layout Labeling
7868 \labelwidthstring 00.00.0000
7869 one
7870 \hfill
7871 two :three
7872 \hfill
7873 four
7874 \hfill
7875 five
7876 \hfill
7877 six
7878 \end_layout
7879
7880 \begin_layout Standard
7881 The 
7882 \begin_inset Quotes eld
7883 \end_inset
7884
7885 :
7886 \begin_inset Quotes erd
7887 \end_inset
7888
7889  marks the beginning of the item.
7890  (There is actually a 
7891 \begin_inset Quotes eld
7892 \end_inset
7893
7894 hidden
7895 \begin_inset Quotes erd
7896 \end_inset
7897
7898  HFill inside of the label of the 
7899 \family sans
7900 List
7901 \family default
7902  environment; it's put at the end of the label automatically.) HFills work
7903  similarly in other 
7904 \begin_inset Quotes eld
7905 \end_inset
7906
7907 multi-margin
7908 \begin_inset Quotes erd
7909 \end_inset
7910
7911  situations, like two-column mode.
7912 \end_layout
7913
7914 \begin_layout Standard
7915 \begin_inset Note Greyedout
7916 status open
7917
7918 \begin_layout Standard
7919
7920 \series bold
7921 Note:
7922 \series default
7923  If an HFill is at the beginning of a line, and 
7924 \emph on
7925 not
7926 \emph default
7927  in the first line in a paragraph, LyX ignores it.
7928  This prevents HFills from accidentally being wrapped onto a new line.
7929  If you need space in this case anyway, you have to use the LaTeX-command
7930  
7931 \series bold
7932
7933 \backslash
7934 hspace*{
7935 \backslash
7936 fill}
7937 \series default
7938  in ERT.
7939  (ERT is explained in section\InsetSpace ~
7940
7941 \begin_inset CommandInset ref
7942 LatexCommand ref
7943 reference "sec:ERT"
7944
7945 \end_inset
7946
7947 .)
7948 \end_layout
7949
7950 \end_inset
7951
7952
7953 \end_layout
7954
7955 \begin_layout Subsubsection
7956 Other space variants
7957 \begin_inset CommandInset label
7958 LatexCommand label
7959 name "sub:Other-space-variants"
7960
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \begin_layout Standard
7967 The following two sorts of spaces are not yet supported by LyX, so that
7968  you have to use ERT, see section\InsetSpace ~
7969
7970 \begin_inset CommandInset ref
7971 LatexCommand ref
7972 reference "sec:ERT"
7973
7974 \end_inset
7975
7976 .
7977  That they are not supported is a hint that you need them very seldom in
7978  LyX.
7979  So use them only if it is really necessary (remind the WYSIWYM concept).
7980 \end_layout
7981
7982 \begin_layout Paragraph
7983 Defined space
7984 \end_layout
7985
7986 \begin_layout Standard
7987 Sometimes one needs space with a defined length, e.g for forms and questionnaires.
7988  This can be inserted by using the LaTeX-command 
7989 \series bold
7990
7991 \backslash
7992 hspace
7993 \series default
7994  in 
7995 \family sans
7996 ERT
7997 \family default
7998 .
7999  For example the command 
8000 \series bold
8001
8002 \backslash
8003 hspace{2cm}
8004 \series default
8005  produces 2
8006 \begin_inset Formula $\,$
8007 \end_inset
8008
8009 cm space within the following line:
8010 \end_layout
8011
8012 \begin_layout Standard
8013 This is a line with
8014 \begin_inset Formula $\to$
8015 \end_inset
8016
8017
8018 \begin_inset ERT
8019 status collapsed
8020
8021 \begin_layout Standard
8022
8023 \family roman
8024 \series medium
8025 \shape up
8026 \size normal
8027 \emph off
8028 \bar no
8029 \noun off
8030 \color none
8031
8032 \backslash
8033 hspace{2cm}
8034 \end_layout
8035
8036 \end_inset
8037
8038
8039 \begin_inset Formula $\gets$
8040 \end_inset
8041
8042  2
8043 \begin_inset Formula $\,$
8044 \end_inset
8045
8046 cm space between the arrows.
8047 \end_layout
8048
8049 \begin_layout Standard
8050 You can use all length units listed in Appendix\InsetSpace ~
8051
8052 \begin_inset CommandInset ref
8053 LatexCommand ref
8054 reference "cha:Units-available-in"
8055
8056 \end_inset
8057
8058 .
8059 \end_layout
8060
8061 \begin_layout Paragraph
8062 Phantom space
8063 \end_layout
8064
8065 \begin_layout Standard
8066 Sometimes you want to insert space with exactly the length of a phrase.
8067  E.g.
8068  you want to create the following multiple choice question:
8069 \end_layout
8070
8071 \begin_layout Standard
8072 \begin_inset VSpace medskip
8073 \end_inset
8074
8075 What is correct English?:
8076 \newline
8077
8078 \newline
8079 Mr.\InsetSpace ~
8080 Edge would have been jumps the gun.
8081 \newline
8082
8083 \begin_inset ERT
8084 status collapsed
8085
8086 \begin_layout Standard
8087
8088 \family roman
8089 \series medium
8090 \shape up
8091 \size normal
8092 \emph off
8093 \bar no
8094 \noun off
8095 \color none
8096
8097 \backslash
8098 phantom{Mr.
8099  Edge }
8100 \end_layout
8101
8102 \end_inset
8103
8104 has to be jumped
8105 \newline
8106
8107 \begin_inset ERT
8108 status collapsed
8109
8110 \begin_layout Standard
8111
8112 \family roman
8113 \series medium
8114 \shape up
8115 \size normal
8116 \emph off
8117 \bar no
8118 \noun off
8119 \color none
8120
8121 \backslash
8122 phantom{Mr.
8123  Edge }
8124 \end_layout
8125
8126 \end_inset
8127
8128 jumps
8129 \begin_inset VSpace medskip
8130 \end_inset
8131
8132
8133 \end_layout
8134
8135 \begin_layout Standard
8136 So that the choices appear exactly after the phrase 
8137 \begin_inset Quotes eld
8138 \end_inset
8139
8140 Mr.\InsetSpace ~
8141 Edge\InsetSpace ~
8142
8143 \begin_inset Quotes erd
8144 \end_inset
8145
8146 .
8147  To get this, you can use the LaTeX-command 
8148 \series bold
8149
8150 \backslash
8151 phantom
8152 \series default
8153  in ERT.
8154  In our case write the command 
8155 \series bold
8156
8157 \backslash
8158 phantom{Mr.
8159  Edge }
8160 \series default
8161  (note the space after 
8162 \begin_inset Quotes eld
8163 \end_inset
8164
8165 Edge
8166 \begin_inset Quotes erd
8167 \end_inset
8168
8169 ) at the beginning of the last two lines.
8170  The command prints out the phrase within the the two braces, but invisible.
8171  That is why it is named 
8172 \begin_inset Quotes eld
8173 \end_inset
8174
8175 phantom
8176 \begin_inset Quotes erd
8177 \end_inset
8178
8179 .
8180 \begin_inset Foot
8181 status collapsed
8182
8183 \begin_layout Standard
8184 There exists also the commands 
8185 \backslash
8186
8187 \series bold
8188 hphantom
8189 \series default
8190  and 
8191 \backslash
8192
8193 \series bold
8194 vphantom
8195 \series default
8196 , but this too special for the LyX Userguide.
8197  If you are interested in knowing more about this, have a look at 
8198 \begin_inset CommandInset citation
8199 LatexCommand cite
8200 key "latexcompanion,latexguide"
8201
8202 \end_inset
8203
8204 .
8205 \end_layout
8206
8207 \end_inset
8208
8209
8210 \end_layout
8211
8212 \begin_layout Subsection
8213 Vertical Space
8214 \begin_inset CommandInset label
8215 LatexCommand label
8216 name "sub:Vertical-Space"
8217
8218 \end_inset
8219
8220
8221 \end_layout
8222
8223 \begin_layout Standard
8224 To add extra vertical space above or below a paragraph, use the 
8225 \family sans
8226 Insert\SpecialChar \menuseparator
8227 Formatting\SpecialChar \menuseparator
8228 Vertical\InsetSpace ~
8229 Space
8230 \family default
8231  dialog.
8232  There you find the following sizes:
8233 \end_layout
8234
8235 \begin_layout Standard
8236
8237 \family sans
8238 SmallSkip
8239 \family default
8240
8241 \family sans
8242 MedSkip
8243 \family default
8244  and 
8245 \family sans
8246 BigSkip
8247 \family default
8248  are LaTeX sizes which depends on the font size of the document.
8249  
8250 \family sans
8251 DefSkip
8252 \family default
8253  is the skip adjusted in the dialog 
8254 \family sans
8255 Document\SpecialChar \menuseparator
8256 Settings
8257 \begin_inset Index
8258 status collapsed
8259
8260 \begin_layout Standard
8261 Document ! Settings
8262 \end_layout
8263
8264 \end_inset
8265
8266
8267 \family default
8268  for the paragraph separation.
8269  If you use indentation to separate paragraphs 
8270 \family sans
8271 DefSkip
8272 \family default
8273  is equal to 
8274 \family sans
8275 MedSkip
8276 \family default
8277 .
8278 \end_layout
8279
8280 \begin_layout Standard
8281
8282 \family sans
8283 VFill
8284 \family default
8285  is a variable space, set so that the space is maximal within one page.
8286  An example: You have only two short paragraphs on one page with a vfill
8287  between them.
8288  Then the first paragraph is placed at the top of the page and the second
8289  one at the bottom, because the space between them is then maximal.
8290  
8291 \family sans
8292 VFill
8293 \family default
8294 s work like 
8295 \family sans
8296 HFill
8297 \family default
8298 s: they fill the remaining vertical space on a page with blank space.
8299 \begin_inset Foot
8300 status collapsed
8301
8302 \begin_layout Standard
8303
8304 \family sans
8305 HFill
8306 \family default
8307 s are described in section\InsetSpace ~
8308
8309 \begin_inset CommandInset ref
8310 LatexCommand ref
8311 reference "sub:Horizontal-Space"
8312
8313 \end_inset
8314
8315 .
8316 \end_layout
8317
8318 \end_inset
8319
8320  If there are several 
8321 \family sans
8322 VFill
8323 \family default
8324 s on a page, they divide the remaining vertical space equally between themselves.
8325  You can therefore use 
8326 \family sans
8327 VFill
8328 \family default
8329 s to center text on a page, or even place text 2/3 down a page.
8330 \end_layout
8331
8332 \begin_layout Standard
8333
8334 \family sans
8335 Custom
8336 \family default
8337  are custom spaces in units explained in Appendix\InsetSpace ~
8338
8339 \begin_inset CommandInset ref
8340 LatexCommand ref
8341 reference "cha:Units-available-in"
8342
8343 \end_inset
8344
8345 .
8346 \end_layout
8347
8348 \begin_layout Standard
8349 \begin_inset Note Greyedout
8350 status open
8351
8352 \begin_layout Standard
8353
8354 \series bold
8355 Note:
8356 \series default
8357  
8358 \series medium
8359 When the extra vertical space would be in the output at the top/bottom of
8360  a page, the space is only added if you have also checked the option 
8361 \family sans
8362 Protect
8363 \family default
8364 .
8365 \end_layout
8366
8367 \end_inset
8368
8369
8370 \end_layout
8371
8372 \begin_layout Subsection
8373 Paragraph Alignment
8374 \end_layout
8375
8376 \begin_layout Standard
8377 You can change the paragraph alignment with the 
8378 \family sans
8379 Edit\SpecialChar \menuseparator
8380 Paragraph Settings
8381 \family default
8382  dialog.
8383  There are four possibilities: 
8384 \end_layout
8385
8386 \begin_layout Itemize
8387
8388 \family sans
8389 Justified
8390 \end_layout
8391
8392 \begin_layout Itemize
8393
8394 \family sans
8395 Left
8396 \end_layout
8397
8398 \begin_layout Itemize
8399
8400 \family sans
8401 Right
8402 \end_layout
8403
8404 \begin_layout Itemize
8405
8406 \family sans
8407 Center
8408 \end_layout
8409
8410 \begin_layout Standard
8411 The default in most cases is justified alignment, in which the inter-word
8412  spacing is variable and each line of a paragraph fills the region between
8413  the left and right margins.
8414  The other three alignments should be self-explanatory, and look like this:
8415 \end_layout
8416
8417 \begin_layout Standard
8418 \align right
8419 This paragraph is right aligned,
8420 \end_layout
8421
8422 \begin_layout Standard
8423 \align center
8424 this one is centered,
8425 \end_layout
8426
8427 \begin_layout Standard
8428 \align left
8429 this one is left aligned.
8430 \end_layout
8431
8432 \begin_layout Subsection
8433 Forced Pagebreaks
8434 \begin_inset Index
8435 status collapsed
8436
8437 \begin_layout Standard
8438 Pagebreaks ! Forced
8439 \end_layout
8440
8441 \end_inset
8442
8443
8444 \begin_inset CommandInset label
8445 LatexCommand label
8446 name "sub:Forced-Pagebreaks"
8447
8448 \end_inset
8449
8450
8451 \end_layout
8452
8453 \begin_layout Standard
8454 If you don't like the way LaTeX does the pagebreaks in your document, you
8455  can force a pagebreak where you want one.
8456  Normally this will not be necessary, because LaTeX is good at pagebreaking.
8457  Only if you use many 
8458 \family sans
8459 Floats
8460 \family default
8461 , LaTeX's page breaking algorithm can fail.
8462 \end_layout
8463
8464 \begin_layout Standard
8465 We recommend not to use forced pagebreaks until the text is finished, and
8466  until you have checked in the preview to see if you 
8467 \emph on
8468 really
8469 \emph default
8470  have to change the pagebreaking.
8471 \end_layout
8472
8473 \begin_layout Standard
8474 There are two types of pagebreaks: One that ends the page without any special
8475  action.
8476  This can be inserted above or below a paragraph by the menu 
8477 \family sans
8478 Insert\SpecialChar \menuseparator
8479 Formatting\SpecialChar \menuseparator
8480 Page\InsetSpace ~
8481 Break
8482 \family default
8483 .
8484  The second type ends a page, but stretches the content of the page, so
8485  that it fills out the complete page.
8486  This type is useful to avoid whitespace when a pagebreak produces a page
8487  on which only the last few lines are absent.
8488  This type is not yet supported by LyX, so that you have to use the LaTeX
8489  command 
8490 \series bold
8491
8492 \backslash
8493 pagebreak[number]
8494 \series default
8495  in ERT
8496 \begin_inset Foot
8497 status collapsed
8498
8499 \begin_layout Standard
8500 For more about ERT see section\InsetSpace ~
8501
8502 \begin_inset CommandInset ref
8503 LatexCommand ref
8504 reference "sec:ERT"
8505
8506 \end_inset
8507
8508 .
8509 \end_layout
8510
8511 \end_inset
8512
8513 .
8514  The number can vary between 0 and 4.
8515  If 4 or no number is used, it will always be created a pagebreak
8516 \begin_inset Foot
8517 status collapsed
8518
8519 \begin_layout Standard
8520 normally one uses simply 
8521 \series bold
8522
8523 \backslash
8524 pagebreak
8525 \series default
8526  without a number
8527 \end_layout
8528
8529 \end_inset
8530
8531 .
8532  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
8533  concerning the priority, if a pagebreak is created or not.
8534 \end_layout
8535
8536 \begin_layout Standard
8537 You might try to use a pagebreak to ensure that a figure or table appears
8538  at the top of a page.
8539  This is, of course, the wrong way to do it.
8540  LyX gives you a way of automatically ensuring that your figures and tables
8541  appear at the top of a page (or the bottom, or on their own page) without
8542  having to worry about what precedes or follows your figure or table.
8543  See chapter 
8544 \begin_inset CommandInset ref
8545 LatexCommand ref
8546 reference "cha:Floats-and-Notes"
8547
8548 \end_inset
8549
8550  to learn more about 
8551 \family sans
8552 Floats
8553 \family default
8554 .
8555 \end_layout
8556
8557 \begin_layout Subsubsection
8558 Clear Pagebreaks
8559 \begin_inset CommandInset label
8560 LatexCommand label
8561 name "sub:Clear-Pages"
8562
8563 \end_inset
8564
8565
8566 \begin_inset Index
8567 status collapsed
8568
8569 \begin_layout Standard
8570 Pagebreaks ! Clear
8571 \end_layout
8572
8573 \end_inset
8574
8575
8576 \end_layout
8577
8578 \begin_layout Standard
8579 Differently to forced pagebreaks where the content behind the break is directly
8580  placed at the next page, pages can also be cleared while breaking them.
8581  That means that the current paragraph is terminated and all, perhaps not
8582  yet processed floats from previous document parts are placed behind it,
8583  if necessary by adding pages.
8584 \end_layout
8585
8586 \begin_layout Standard
8587 You can insert a clear pagebreak with the menu 
8588 \family sans
8589 Insert\SpecialChar \menuseparator
8590 Formatting\SpecialChar \menuseparator
8591 Clear\InsetSpace ~
8592 Page
8593 \family default
8594 .
8595  When you have a two-sided document like a book, you can use the menu 
8596 \family sans
8597 Insert\SpecialChar \menuseparator
8598 Formatting\SpecialChar \menuseparator
8599 Clear\InsetSpace ~
8600 Double\InsetSpace ~
8601 Page
8602 \family default
8603  to insert a clear pagebreak that assures that the next page is a right-hand
8604  page (odd-numbered), if necessary by adding a page.
8605 \end_layout
8606
8607 \begin_layout Subsection
8608 Forced Linebreaks
8609 \begin_inset Index
8610 status collapsed
8611
8612 \begin_layout Standard
8613 Linebreaks
8614 \end_layout
8615
8616 \end_inset
8617
8618
8619 \begin_inset CommandInset label
8620 LatexCommand label
8621 name "sub:Forced-Linebreaks"
8622
8623 \end_inset
8624
8625
8626 \end_layout
8627
8628 \begin_layout Standard
8629 Similar to pagebreaks there are two types of linebreaks: One that simply
8630  breaks the line.
8631  You can force this line break within a paragraph by selecting 
8632 \family sans
8633 Insert\SpecialChar \menuseparator
8634 Formatting\SpecialChar \menuseparator
8635 Line\InsetSpace ~
8636 Break
8637 \family default
8638  or with 
8639 \family sans
8640 C-Return
8641 \family default
8642 .
8643  The other type breaks the line and stretches it so that it fills out the
8644  whole space between the page margins.
8645  This is necessary to avoid 
8646 \begin_inset Quotes eld
8647 \end_inset
8648
8649 fringes
8650 \begin_inset Quotes erd
8651 \end_inset
8652
8653  in justifies paragraphs due to whitespace introduced by linebreaks.
8654  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
8655
8656 \series bold
8657
8658 \backslash
8659 linebreak[number]
8660 \series default
8661  in 
8662 \family sans
8663 ERT
8664 \family default
8665 .
8666  The syntax is similar tho the command 
8667 \series bold
8668
8669 \backslash
8670 pagebreak
8671 \series default
8672 , described in the previous section.
8673 \end_layout
8674
8675 \begin_layout Standard
8676 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
8677  LaTeX is very good at linebreaking.
8678  There are, however, a number of situations where it is necessary to actively
8679  set a linebreak, e.g.
8680  in a poem or for an address (see sections\InsetSpace ~
8681
8682 \begin_inset CommandInset ref
8683 LatexCommand ref
8684 reference "sec:Quote"
8685
8686 \end_inset
8687
8688
8689 \begin_inset CommandInset ref
8690 LatexCommand ref
8691 reference "sec:Verse"
8692
8693 \end_inset
8694
8695  and 
8696 \begin_inset CommandInset ref
8697 LatexCommand ref
8698 reference "sec:Address-Usage"
8699
8700 \end_inset
8701
8702 ).
8703 \end_layout
8704
8705 \begin_layout Subsection
8706 Blanks / Spaces
8707 \begin_inset Index
8708 status collapsed
8709
8710 \begin_layout Standard
8711 Spaces
8712 \end_layout
8713
8714 \end_inset
8715
8716
8717 \end_layout
8718
8719 \begin_layout Standard
8720 A blank is a blank? Not in good typography.
8721  While you might be used to press the space key anytime you want to separate
8722  two words in ordinary word processors, LyX offers you more spaces: Spaces
8723  of different width and spaces which can or cannot be broken at the end
8724  of a line.
8725  The following sections will show you some examples where those spaces are
8726  useful.
8727 \end_layout
8728
8729 \begin_layout Subsubsection
8730 Inter-word Space
8731 \begin_inset CommandInset label
8732 LatexCommand label
8733 name "sub:Inter-word-Space"
8734
8735 \end_inset
8736
8737
8738 \begin_inset Index
8739 status collapsed
8740
8741 \begin_layout Standard
8742 Spaces ! inter-word
8743 \end_layout
8744
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \begin_layout Standard
8751 Some languages (e.\InsetSpace \thinspace{}
8752 g.\InsetSpace \space{}
8753 English) have the typographical convention to add extra
8754  space after an end-of-sentence punctuation mark, and LyX honors those conventio
8755 ns (see section\InsetSpace ~
8756
8757 \begin_inset CommandInset ref
8758 LatexCommand ref
8759 reference "sub:Abbreviations"
8760
8761 \end_inset
8762
8763 ).
8764  Sometimes, you want a normal space nevertheless.
8765  In this case, insert one with 
8766 \family sans
8767 Insert\SpecialChar \menuseparator
8768 Special\InsetSpace ~
8769 Formatting\SpecialChar \menuseparator
8770 Inter-word\InsetSpace ~
8771 Space
8772 \family default
8773  (shortcut 
8774 \family sans
8775 C-M-Space
8776 \family default
8777 ).
8778 \end_layout
8779
8780 \begin_layout Subsubsection
8781 Protected Space
8782 \begin_inset CommandInset label
8783 LatexCommand label
8784 name "sub:Protected-Space"
8785
8786 \end_inset
8787
8788
8789 \begin_inset Index
8790 status collapsed
8791
8792 \begin_layout Standard
8793 Spaces ! protected
8794 \end_layout
8795
8796 \end_inset
8797
8798
8799 \end_layout
8800
8801 \begin_layout Standard
8802 The protected space: It is used to tell LyX (and LaTeX) not to break the
8803  line at that point.
8804  This may be necessary to avoid unlucky linebreaks, like in: 
8805 \end_layout
8806
8807 \begin_layout Quote
8808 Further documentation is given in section
8809 \newline
8810
8811 \begin_inset CommandInset ref
8812 LatexCommand ref
8813 reference "sec:Bibliography"
8814
8815 \end_inset
8816
8817 .
8818  
8819 \end_layout
8820
8821 \begin_layout Standard
8822 Obviously, it would be a good thing to put a protected space between 
8823 \begin_inset Quotes eld
8824 \end_inset
8825
8826 section
8827 \begin_inset Quotes erd
8828 \end_inset
8829
8830  and 
8831 \begin_inset Quotes eld
8832 \end_inset
8833
8834
8835 \begin_inset CommandInset ref
8836 LatexCommand ref
8837 reference "sec:Bibliography"
8838
8839 \end_inset
8840
8841
8842 \begin_inset Quotes erd
8843 \end_inset
8844
8845 .
8846  A protected space is set with 
8847 \family sans
8848 Insert\SpecialChar \menuseparator
8849 Special\InsetSpace ~
8850 Formatting\SpecialChar \menuseparator
8851 Protected
8852 \bar under
8853 \InsetSpace ~
8854
8855 \bar default
8856 Space
8857 \family default
8858  (shortcut 
8859 \family sans
8860 C-Space
8861 \family default
8862 ).
8863 \end_layout
8864
8865 \begin_layout Subsubsection
8866 Thin Space
8867 \begin_inset CommandInset label
8868 LatexCommand label
8869 name "sub:Thin-Space"
8870
8871 \end_inset
8872
8873
8874 \begin_inset Index
8875 status collapsed
8876
8877 \begin_layout Standard
8878 Spaces ! thin
8879 \end_layout
8880
8881 \end_inset
8882
8883
8884 \end_layout
8885
8886 \begin_layout Standard
8887
8888 \begin_inset Quotes eld
8889 \end_inset
8890
8891 thin space
8892 \begin_inset Quotes erd
8893 \end_inset
8894
8895  is a blank which has half the size of a normal space (and it is also 
8896 \begin_inset Quotes eld
8897 \end_inset
8898
8899 protected
8900 \begin_inset Quotes erd
8901 \end_inset
8902
8903 ).
8904  The typographical conventions in a lot of languages propose the use of
8905  thin spaces in cases where normal spaces would be too wide, for instance
8906  inside abbreviations:
8907 \end_layout
8908
8909 \begin_layout Quote
8910 D.\InsetSpace \thinspace{}
8911 E.
8912  Knuth has developed our beloved typesetting program, i.\InsetSpace \thinspace{}
8913 e.\InsetSpace \space{}
8914 TeX.
8915 \end_layout
8916
8917 \begin_layout Standard
8918 or between values and units.
8919  Compare for example this:
8920 \newline
8921 10\InsetSpace \thinspace{}
8922 kg (thin space)
8923 \newline
8924 10 kg (normal space
8925 \end_layout
8926
8927 \begin_layout Standard
8928 You can insert thin spaces with the menu 
8929 \family sans
8930 Insert\SpecialChar \menuseparator
8931 Special\InsetSpace ~
8932 Formatting\SpecialChar \menuseparator
8933 Thin\InsetSpace ~
8934 Space
8935 \family default
8936  (shortcut 
8937 \family sans
8938 C-S-Space
8939 \family default
8940 ).
8941 \end_layout
8942
8943 \begin_layout Subsubsection
8944 More Spaces
8945 \end_layout
8946
8947 \begin_layout Standard
8948 Apart from the ones described, there are still some more spaces.
8949  Although LyX supports them natively, they can only be reached via a formula
8950  as described in section\InsetSpace ~
8951
8952 \begin_inset CommandInset ref
8953 LatexCommand ref
8954 reference "sub:Altering-Spacing"
8955
8956 \end_inset
8957
8958  or via the 
8959 \family sans
8960 command buffer
8961 \family default
8962  toolbar.
8963  Te latter means to type
8964 \newline
8965  
8966 \series bold
8967 space-insert <command>
8968 \family typewriter
8969 \series default
8970
8971 \newline
8972
8973 \family default
8974  into the command buffer, where 
8975 \series bold
8976 <command>
8977 \series default
8978  is one of the following:
8979 \begin_inset Foot
8980 status collapsed
8981
8982 \begin_layout Standard
8983 The unit 
8984 \begin_inset Quotes eld
8985 \end_inset
8986
8987 em
8988 \begin_inset Quotes erd
8989 \end_inset
8990
8991  is explained in Appendix\InsetSpace ~
8992
8993 \begin_inset CommandInset ref
8994 LatexCommand ref
8995 reference "cha:Units-available-in"
8996
8997 \end_inset
8998
8999 .
9000 \end_layout
9001
9002 \end_inset
9003
9004
9005 \end_layout
9006
9007 \begin_layout Standard
9008 \align center
9009 \begin_inset Tabular
9010 <lyxtabular version="3" rows="9" columns="3">
9011 <features>
9012 <column alignment="center" valignment="top" leftline="true" width="0">
9013 <column alignment="center" valignment="top" leftline="true" width="0">
9014 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
9015 <row topline="true" bottomline="true">
9016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Standard
9020
9021 \series bold
9022 command
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Standard
9031
9032 \series bold
9033 width
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Standard
9042
9043 \series bold
9044 protected?
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row topline="true">
9051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Standard
9055
9056 \family typewriter
9057 normal
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Standard
9066 1/3\InsetSpace ~
9067 em
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Standard
9076 no
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row topline="true">
9083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Standard
9087
9088 \family typewriter
9089 protected
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Standard
9098 1/3\InsetSpace ~
9099 em
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Standard
9108 yes
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row topline="true" bottomline="true">
9115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Standard
9119
9120 \family typewriter
9121 thin
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Standard
9130 1/6\InsetSpace ~
9131 em
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Standard
9140 yes
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row bottomline="true">
9147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Standard
9151
9152 \family typewriter
9153 enspace
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Standard
9162 0.5\InsetSpace ~
9163 em
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Standard
9172 yes
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row bottomline="true">
9179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Standard
9183
9184 \family typewriter
9185 enskip
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Standard
9194 0.5\InsetSpace ~
9195 em
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Standard
9204 no
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row bottomline="true">
9211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Standard
9215
9216 \family typewriter
9217 quad
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Standard
9226 1\InsetSpace ~
9227 em
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Standard
9236 no
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row bottomline="true">
9243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Standard
9247
9248 \family typewriter
9249 qquad
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Standard
9258 2\InsetSpace ~
9259 em
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Standard
9268 no
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 <row bottomline="true">
9275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Standard
9279
9280 \family typewriter
9281 negthinspace
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Standard
9290 -1/6\InsetSpace ~
9291 em
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Standard
9300 yes
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 </row>
9306 </lyxtabular>
9307
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \begin_layout Subsection
9314 Horizontal Lines
9315 \begin_inset CommandInset label
9316 LatexCommand label
9317 name "sub:Horizontal-Lines"
9318
9319 \end_inset
9320
9321
9322 \begin_inset Index
9323 status collapsed
9324
9325 \begin_layout Standard
9326 Horizontal lines
9327 \end_layout
9328
9329 \end_inset
9330
9331
9332 \end_layout
9333
9334 \begin_layout Standard
9335
9336 \lyxline
9337 In the dialog 
9338 \family sans
9339 Insert\SpecialChar \menuseparator
9340 Formatting\SpecialChar \menuseparator
9341 Horizontal\InsetSpace ~
9342 Line
9343 \family default
9344  you can insert horizontal lines that spans over the whole document columns
9345  width.
9346 \lyxline
9347
9348 \end_layout
9349
9350 \begin_layout Section
9351 Fonts and Text Styles
9352 \begin_inset CommandInset label
9353 LatexCommand label
9354 name "sec:Fonts-and-Text"
9355
9356 \end_inset
9357
9358
9359 \end_layout
9360
9361 \begin_layout Subsection
9362 Font Types
9363 \begin_inset Index
9364 status collapsed
9365
9366 \begin_layout Standard
9367 Font ! Types
9368 \end_layout
9369
9370 \end_inset
9371
9372
9373 \end_layout
9374
9375 \begin_layout Standard
9376 There are two types of fonts:
9377 \end_layout
9378
9379 \begin_layout Description
9380 Vector\InsetSpace ~
9381 fonts
9382 \begin_inset Index
9383 status collapsed
9384
9385 \begin_layout Standard
9386 Fonts ! Vector-
9387 \end_layout
9388
9389 \end_inset
9390
9391  are fonts, built from outlines of the single glyphs (i.e.
9392  characters) in the font.
9393  This means that each glyph is defined using mathematical curves that are
9394  well suited for scaling to any requested size.
9395  This mathematical definition is interpreted by the font renderer and the
9396  curve is filled out with pixels according to the size and glyph.
9397  This means that outline fonts will look pretty good in all sizes.
9398  Only at very small sizes it might be hard to provide a good rendering at
9399  very small sizes, where each pixel has to be very carefully computed to
9400  provide a good image.
9401 \newline
9402 One could mean that one only needs to define one font
9403  size and scale them.
9404  But to achieve a better quality, many fonts define several font sizes.
9405  That improves the appearance, because you need more details at large font
9406  sizes than at small ones.
9407 \newline
9408 The font types 
9409 \family typewriter
9410 TrueType
9411 \family default
9412
9413 \family typewriter
9414 OpenType
9415 \family default
9416 , and 
9417 \family typewriter
9418 Type\InsetSpace ~
9419 1 PostScript
9420 \family default
9421  are vector fonts.
9422 \end_layout
9423
9424 \begin_layout Description
9425 Bitmap\InsetSpace ~
9426 fonts
9427 \begin_inset Index
9428 status collapsed
9429
9430 \begin_layout Standard
9431 Fonts ! Bitmap-
9432 \end_layout
9433
9434 \end_inset
9435
9436  on the other hand, are defined by bitmap graphics from the start, so they
9437  will look good at all the sizes they are meant for.
9438  However, they don't scale well, because in order to scale a glyph, each
9439  pixel is enlarged into several pixels.
9440  It is the same effect that happens if you try to enlarge a picture in a
9441  picture manipulation program.
9442  In order to relieve this effect, bitmap fonts are typically provided in
9443  several fixed sizes typically from around 8 pixels high up to 34 pixels
9444  or so high in steps according to what is believed to be useful.
9445  The advantage of bitmap fonts is that no complicated computations are necessary
9446  to display each glyph, so bitmap fonts are thus faster displayed than scalable
9447  fonts.
9448  The disadvantage is that sizes that don't exists as fixed versions have
9449  to be scaled by doubling pixels, and thus look bad.
9450 \newline
9451 Bitmap fonts are named
9452  
9453 \family typewriter
9454 Type\InsetSpace ~
9455 3
9456 \family default
9457  in PostScript- and PDF-documents.
9458 \end_layout
9459
9460 \begin_layout Standard
9461 The result of all this, is that bitmap fonts are best for the size they
9462  are designed for, while scalable fonts are good for nearly all sizes.
9463  So one need less font size definitions for scalable fonts.
9464  That's the reason why nearly all text render and typesetting programs use
9465  scalable fonts.
9466 \end_layout
9467
9468 \begin_layout Standard
9469 To test which fonts are used in a PDF-document, you can have a look into
9470  its document properties.
9471 \end_layout
9472
9473 \begin_layout Standard
9474 Many modern typesetting and markup languages have begun to move towards
9475  specifying character styles rather than specifying a particular font.
9476  For example, instead of changing to an italicized version of the current
9477  font to emphasize text, you use an 
9478 \begin_inset Quotes eld
9479 \end_inset
9480
9481 emphasized style
9482 \begin_inset Quotes erd
9483 \end_inset
9484
9485  instead.
9486  This concept fits in perfectly with LyX.
9487  In LyX, you do things based on contexts, rather than focusing on typesetting
9488  details.
9489 \end_layout
9490
9491 \begin_layout Subsection
9492 Document Font and Font size
9493 \begin_inset CommandInset label
9494 LatexCommand label
9495 name "sub:Document-Font"
9496
9497 \end_inset
9498
9499
9500 \begin_inset Index
9501 status collapsed
9502
9503 \begin_layout Standard
9504 Font ! Size
9505 \end_layout
9506
9507 \end_inset
9508
9509
9510 \begin_inset Index
9511 status collapsed
9512
9513 \begin_layout Standard
9514 Document ! Font
9515 \end_layout
9516
9517 \end_inset
9518
9519
9520 \end_layout
9521
9522 \begin_layout Standard
9523 You can set the document fonts in the
9524 \family sans
9525  Document\SpecialChar \menuseparator
9526 Settings
9527 \family default
9528
9529 \begin_inset Index
9530 status collapsed
9531
9532 \begin_layout Standard
9533 Document ! Settings
9534 \end_layout
9535
9536 \end_inset
9537
9538  dialog.
9539  There you can specify which font should be used for the three different
9540  font shapes roman (serif), 
9541 \family sans
9542 sans\InsetSpace ~
9543 serif
9544 \family default
9545 , and 
9546 \family typewriter
9547 typewriter
9548 \family default
9549  and its scalings.
9550 \end_layout
9551
9552 \begin_layout Standard
9553 The possible options for the font include 
9554 \family sans
9555 default
9556 \family default
9557  and a list of fonts available on your system.
9558  
9559 \family sans
9560 default
9561 \family default
9562  uses the standard TeX fonts, known as 
9563 \begin_inset Quotes eld
9564 \end_inset
9565
9566
9567 \family typewriter
9568 Computer Modern
9569 \family default
9570
9571 \begin_inset Quotes erd
9572 \end_inset
9573
9574  (
9575 \family typewriter
9576 cm
9577 \family default
9578 ) or 
9579 \begin_inset Quotes eld
9580 \end_inset
9581
9582
9583 \family typewriter
9584 European Computer Modern
9585 \family default
9586
9587 \begin_inset Quotes erd
9588 \end_inset
9589
9590  (
9591 \family typewriter
9592 ec
9593 \family default
9594 ).
9595 \end_layout
9596
9597 \begin_layout Standard
9598 As 
9599 \family typewriter
9600 cm
9601 \family default
9602  and 
9603 \family typewriter
9604 ec
9605 \family default
9606  are bitmap fonts, they often looks pixeled in PDF output, especially when
9607  you read the PDF in a zoomed size.
9608 \begin_inset Foot
9609 status collapsed
9610
9611 \begin_layout Standard
9612 This problem doesn't appear if you read PDFs in 
9613 \family typewriter
9614 Adobe\InsetSpace ~
9615 Reader
9616 \family default
9617  version 6 or later, because this program includes a special bitmap font
9618  renderer.
9619 \end_layout
9620
9621 \end_inset
9622
9623  To get rid of pixeled fonts, you have to use a vector font.
9624  There are three ways to use one:
9625 \end_layout
9626
9627 \begin_layout Itemize
9628 One way is to use the 
9629 \family typewriter
9630 AE
9631 \family default
9632  fonts.
9633  
9634 \family typewriter
9635 AE
9636 \family default
9637  is a virtual font.
9638  Virtual means that it 
9639 \begin_inset Quotes eld
9640 \end_inset
9641
9642 steals
9643 \begin_inset Quotes erd
9644 \end_inset
9645
9646  outline 
9647 \family typewriter
9648 cm
9649 \family default
9650 -glyphs from other fonts.
9651  This has the disadvantage that some characters are missing, like the French
9652  guillemets (
9653 \begin_inset Quotes eld
9654 \end_inset
9655
9656 «
9657 \begin_inset Quotes erd
9658 \end_inset
9659
9660  and 
9661 \begin_inset Quotes eld
9662 \end_inset
9663
9664 »
9665 \begin_inset Quotes erd
9666 \end_inset
9667
9668 )
9669 \begin_inset Foot
9670 status collapsed
9671
9672 \begin_layout Standard
9673 Loading the LaTeX-package 
9674 \series bold
9675 aeguill
9676 \begin_inset Index
9677 status collapsed
9678
9679 \begin_layout Standard
9680 LaTeX-packages ! aeguill
9681 \end_layout
9682
9683 \end_inset
9684
9685
9686 \series default
9687  with the document preamble line
9688 \end_layout
9689
9690 \begin_layout Standard
9691
9692 \series bold
9693
9694 \backslash
9695 usepackage[ec]{aeguill}
9696 \end_layout
9697
9698 \begin_layout Standard
9699 will fix the guillemet problem.
9700 \end_layout
9701
9702 \end_inset
9703
9704  and that accented characters are not 
9705 \emph on
9706 one
9707 \emph default
9708  glyph, they are build of 
9709 \emph on
9710 two
9711 \emph default
9712  characters, the accent and the letter.
9713  Therefore you can't search in documents using the 
9714 \family typewriter
9715 AE
9716 \family default
9717  fonts for words with accented characters.
9718  If you search for example for the French word 
9719 \begin_inset Quotes eld
9720 \end_inset
9721
9722 rève
9723 \begin_inset Quotes erd
9724 \end_inset
9725
9726  in a PDF, you won't get any result, because the PDF-viewer searches for
9727  the glyph 
9728 \begin_inset Quotes eld
9729 \end_inset
9730
9731  è 
9732 \begin_inset Quotes erd
9733 \end_inset
9734
9735  and not for the glyph 
9736 \begin_inset Quotes eld
9737 \end_inset
9738
9739  e + 
9740 \begin_inset ERT
9741 status collapsed
9742
9743 \begin_layout Standard
9744
9745 \family roman
9746 \series medium
9747 \shape up
9748 \size normal
9749 \emph off
9750 \bar no
9751 \noun off
9752 \color none
9753
9754 \backslash
9755 `{}
9756 \end_layout
9757
9758 \end_inset
9759
9760  
9761 \begin_inset Quotes erd
9762 \end_inset
9763
9764 .
9765 \begin_inset Note Note
9766 status collapsed
9767
9768 \begin_layout Standard
9769 The LaTeX command 
9770 \series bold
9771
9772 \backslash
9773 `
9774 \series default
9775  produces a grave.
9776  The two braces behind the command prevents the following quotation mark
9777  to be accented with the grave.
9778 \newline
9779 More about ERT and LaTeX-commands is described
9780  in section\InsetSpace ~
9781
9782 \begin_inset CommandInset ref
9783 LatexCommand ref
9784 reference "sec:ERT"
9785
9786 \end_inset
9787
9788 .
9789 \end_layout
9790
9791 \end_inset
9792
9793
9794 \end_layout
9795
9796 \begin_layout Itemize
9797 Another possibility is to use three different outline fonts
9798 \begin_inset Foot
9799 status collapsed
9800
9801 \begin_layout Standard
9802 Other fonts, like 
9803 \family typewriter
9804 Latin Modern
9805 \family default
9806  or 
9807 \family typewriter
9808 Computer Modern
9809 \family default
9810 , consists of these three main font types 
9811 \family sans
9812 sans\InsetSpace ~
9813 serif
9814 \family default
9815
9816 \family sans
9817 typewriter
9818 \family default
9819 , and 
9820 \family sans
9821 serif
9822 \family default
9823 .
9824 \end_layout
9825
9826 \end_inset
9827
9828
9829 \family sans
9830 Times\InsetSpace ~
9831 Roman
9832 \family default
9833  as roman font,
9834 \family sans
9835  Helvetica
9836 \family default
9837  scaled to 92 or 95\InsetSpace \thinspace{}
9838 % as sans\InsetSpace ~
9839 serif font, and 
9840 \family sans
9841 courier
9842 \family default
9843  as typewriter font.
9844 \newline
9845 The differences between roman, 
9846 \family sans
9847 sans\InsetSpace ~
9848 serif
9849 \family default
9850 , and 
9851 \family typewriter
9852 typewriter
9853 \family default
9854  fonts are explained in section\InsetSpace ~
9855
9856 \begin_inset CommandInset ref
9857 LatexCommand ref
9858 reference "sub:Fine-Tuning-with-the"
9859
9860 \end_inset
9861
9862 .
9863 \newline
9864 The font 
9865 \family sans
9866 Times\InsetSpace ~
9867 Roman
9868 \family default
9869  was originally designed for newspapers.
9870  That means its glyphs are smaller than the one from other fonts to fit
9871  into the small newspaper columns.
9872  Therefore 
9873 \family sans
9874 Times\InsetSpace ~
9875 Roman
9876 \family default
9877  is not the optimal choice for larger documents like books.
9878 \end_layout
9879
9880 \begin_layout Itemize
9881 The best solution is to use the 
9882 \family typewriter
9883 Latin Modern
9884 \family default
9885  fonts.
9886  These fonts are developed in order of the LaTeX community to replace 
9887 \family typewriter
9888 cm
9889 \family default
9890  as default font.
9891 \end_layout
9892
9893 \begin_layout Standard
9894 \begin_inset VSpace bigskip
9895 \end_inset
9896
9897 For the font size there are four possible values: 
9898 \family sans
9899 default, 10
9900 \family default
9901
9902 \family sans
9903 11
9904 \family default
9905 , and 
9906 \family sans
9907 12
9908 \family default
9909 .
9910  The size of 
9911 \family sans
9912 default
9913 \family default
9914  depends on your LaTeX-system, normally it is equal to the font size 10.
9915 \end_layout
9916
9917 \begin_layout Standard
9918 The font sizes are the 
9919 \emph on
9920 base size
9921 \emph default
9922 .
9923  LyX actually scales all other possible font sizes (such as those used in
9924  footnotes, super-, and subscripts) by this value.
9925  You can fine-tune the font size of text parts via the 
9926 \family sans
9927 Text\InsetSpace ~
9928 Style
9929 \family default
9930  dialog if needed.
9931  The possible font sizes for text parts are explained in section\InsetSpace ~
9932
9933 \begin_inset CommandInset ref
9934 LatexCommand ref
9935 reference "sub:Fine-Tuning-with-the"
9936
9937 \end_inset
9938
9939 .
9940 \end_layout
9941
9942 \begin_layout Standard
9943 \begin_inset VSpace bigskip
9944 \end_inset
9945
9946
9947 \begin_inset Note Greyedout
9948 status open
9949
9950 \begin_layout Standard
9951
9952 \series bold
9953 Note:
9954 \series default
9955  When you choose a new font or font size, LyX does 
9956 \emph on
9957 not
9958 \emph default
9959  change the screen font! You will only see a difference in the printed output;
9960  this is part of the WYSIWYM concept.
9961  LyX's screen fonts can be adjusted in the 
9962 \family sans
9963 Tools\SpecialChar \menuseparator
9964 Preferences
9965 \family default
9966  dialog, see section\InsetSpace ~
9967
9968 \begin_inset CommandInset ref
9969 LatexCommand ref
9970 reference "sub:Screen-Fonts"
9971
9972 \end_inset
9973
9974 .
9975 \end_layout
9976
9977 \end_inset
9978
9979
9980 \end_layout
9981
9982 \begin_layout Subsection
9983 \begin_inset CommandInset label
9984 LatexCommand label
9985 name "sub:Character-Styles"
9986
9987 \end_inset
9988
9989 Using Different Character Styles
9990 \begin_inset Index
9991 status collapsed
9992
9993 \begin_layout Standard
9994 Character Styles
9995 \end_layout
9996
9997 \end_inset
9998
9999
10000 \begin_inset Index
10001 status collapsed
10002
10003 \begin_layout Standard
10004 Text Style
10005 \end_layout
10006
10007 \end_inset
10008
10009
10010 \end_layout
10011
10012 \begin_layout Standard
10013 As we've already seen, LyX automatically changes the character style for
10014  certain paragraph environments.
10015  LyX supports two character styles, 
10016 \family sans
10017 Emphasized
10018 \family default
10019  and 
10020 \family sans
10021 Noun
10022 \family default
10023 .
10024  You can activate both of these styles via keybindings, the menus, and the
10025  toolbar.
10026 \end_layout
10027
10028 \begin_layout Standard
10029 To activate the 
10030 \family sans
10031 Noun
10032 \family default
10033  style, do one of the following:
10034 \end_layout
10035
10036 \begin_layout Itemize
10037 click on the toolbar button 
10038 \begin_inset Graphics
10039         filename ../images/font-noun.png
10040         inzipName 
10041         embed true
10042
10043 \end_inset
10044
10045
10046 \end_layout
10047
10048 \begin_layout Itemize
10049 use the keybinding 
10050 \family sans
10051 M-c\InsetSpace ~
10052 c
10053 \end_layout
10054
10055 \begin_layout Standard
10056 These commands are all toggles.
10057  That is, if 
10058 \family sans
10059 Noun
10060 \family default
10061  style is already active, they deactivate it.
10062 \end_layout
10063
10064 \begin_layout Standard
10065 One typically uses the 
10066 \family sans
10067 Noun
10068 \family default
10069  style for proper names.
10070  For example: 
10071 \begin_inset Quotes eld
10072 \end_inset
10073
10074
10075 \noun on
10076 Matthias Ettrich
10077 \noun default
10078  is the original author of LyX.
10079 \begin_inset Quotes erd
10080 \end_inset
10081
10082
10083 \end_layout
10084
10085 \begin_layout Standard
10086 A more widely used character style is the 
10087 \family sans
10088 Emphasized
10089 \family default
10090  style.
10091  You can activate (or deactivate - it's also a toggle) the 
10092 \family sans
10093 Emphasized
10094 \family default
10095  style by:
10096 \end_layout
10097
10098 \begin_layout Itemize
10099 clicking on the toolbar button 
10100 \begin_inset Graphics
10101         filename ../images/font-emph.png
10102         inzipName 
10103         embed false
10104
10105 \end_inset
10106
10107
10108 \end_layout
10109
10110 \begin_layout Itemize
10111 using the keybindings 
10112 \family sans
10113 M-c\InsetSpace ~
10114 e
10115 \end_layout
10116
10117 \begin_layout Standard
10118 Normally the 
10119 \family sans
10120 Emphasized
10121 \family default
10122  style is equivalent to an italic font but some document classes or LaTeX-packag
10123 es use a different font.
10124 \end_layout
10125
10126 \begin_layout Standard
10127 We've been using the 
10128 \family sans
10129 Emphasized
10130 \family default
10131  style all over the place in this document.
10132  Here's one more example:
10133 \end_layout
10134
10135 \begin_layout Quotation
10136
10137 \emph on
10138 Don't overuse character styles!
10139 \end_layout
10140
10141 \begin_layout Standard
10142 It's also a warning in addition to an example.
10143  One's writing should parallel ordinary conversation.
10144  Since we don't all constantly scream at each other, we should also avoid
10145  the common tendency to overuse character style.
10146  
10147 \end_layout
10148
10149 \begin_layout Standard
10150 You can always reset to the default font using the keybinding 
10151 \family sans
10152 M-c\InsetSpace ~
10153 Space
10154 \family default
10155  or the dialog 
10156 \family sans
10157 Edit\SpecialChar \menuseparator
10158 Text\InsetSpace ~
10159 Style
10160 \family default
10161 .
10162 \end_layout
10163
10164 \begin_layout Subsection
10165 Fine-Tuning with the 
10166 \family sans
10167 Text Style
10168 \family default
10169  dialog
10170 \begin_inset CommandInset label
10171 LatexCommand label
10172 name "sub:Fine-Tuning-with-the"
10173
10174 \end_inset
10175
10176
10177 \begin_inset Index
10178 status collapsed
10179
10180 \begin_layout Standard
10181 Text Style
10182 \end_layout
10183
10184 \end_inset
10185
10186
10187 \end_layout
10188
10189 \begin_layout Standard
10190 There are always occasions when you'll need to do some fine-tuning, so LyX
10191  gives you a way to create custom character style.
10192  For example, an academic journal or a corporation may have a style sheet
10193  requiring a sans-serif font be used in certain situations.
10194  Also, writers sometimes use a different font to offset a character's thoughts
10195  from ordinary dialog.
10196 \end_layout
10197
10198 \begin_layout Standard
10199 Before we document how to use custom character style, we want to issue a
10200  warning yet again: Don't overuse character styles! 
10201 \newline
10202 Documents that overuse
10203  different fonts and sizes are not well readable and tend to look like someone
10204  has knocked huge holes in it.
10205 \end_layout
10206
10207 \begin_layout Standard
10208 To use custom character styles, open the 
10209 \family sans
10210 Edit\SpecialChar \menuseparator
10211 Text\InsetSpace ~
10212 Style
10213 \family default
10214  dialog.
10215  There are several boxes on this dialog, each corresponding to a different
10216  font property which you can choose.
10217  You can choose an option for one of these properties, or select 
10218 \family sans
10219 No\InsetSpace ~
10220 change
10221 \family default
10222 , which keeps the current state of that property.
10223  The item 
10224 \family sans
10225 Reset
10226 \family default
10227  will reset the property to whatever is the default.
10228  You can use this to reset attributes across a bunch of different paragraph
10229  environments in a snap.
10230 \end_layout
10231
10232 \begin_layout Standard
10233 The font properties, and their options (in addition to 
10234 \family sans
10235 No\InsetSpace ~
10236 change
10237 \family default
10238  and 
10239 \family sans
10240 Reset
10241 \family default
10242 ) are:
10243 \end_layout
10244
10245 \begin_layout Labeling
10246 \labelwidthstring 00.00.0000
10247
10248 \family sans
10249 Family
10250 \family default
10251  The 
10252 \begin_inset Quotes eld
10253 \end_inset
10254
10255 overall look
10256 \begin_inset Quotes erd
10257 \end_inset
10258
10259  of the font.
10260  The possible options are:
10261 \end_layout
10262
10263 \begin_deeper
10264 \begin_layout Labeling
10265 \labelwidthstring 00.00.0000
10266
10267 \family sans
10268 Roman
10269 \family default
10270  This is the Roman font family.
10271  Normally a serif font.
10272  It's also the default family.
10273  (keybinding 
10274 \begin_inset ERT
10275 status collapsed
10276
10277 \begin_layout Standard
10278
10279 \family roman
10280 \series medium
10281 \shape up
10282 \size normal
10283 \emph off
10284 \bar no
10285 \noun off
10286 \color none
10287
10288 \backslash
10289 mbox{
10290 \end_layout
10291
10292 \end_inset
10293
10294
10295 \family sans
10296 M-c\InsetSpace ~
10297 r
10298 \family default
10299
10300 \begin_inset ERT
10301 status collapsed
10302
10303 \begin_layout Standard
10304
10305 \family roman
10306 \series medium
10307 \shape up
10308 \size normal
10309 \emph off
10310 \bar no
10311 \noun off
10312 \color none
10313 }
10314 \end_layout
10315
10316 \end_inset
10317
10318 )
10319 \begin_inset Note Note
10320 status collapsed
10321
10322 \begin_layout Standard
10323 The LaTeX-command prevents text to be broken at the end of a line.
10324  It is explained in section\InsetSpace ~
10325
10326 \begin_inset CommandInset ref
10327 LatexCommand ref
10328 reference "sub:Hyphenation"
10329
10330 \end_inset
10331
10332 .
10333 \end_layout
10334
10335 \end_inset
10336
10337
10338 \end_layout
10339
10340 \begin_layout Labeling
10341 \labelwidthstring 00.00.0000
10342
10343 \family sans
10344 Sans\InsetSpace ~
10345 Serif
10346 \family default
10347  
10348 \family sans
10349 This is the Sans Serif font family.
10350
10351 \family default
10352  (keybinding 
10353 \begin_inset ERT
10354 status collapsed
10355
10356 \begin_layout Standard
10357
10358 \family roman
10359 \series medium
10360 \shape up
10361 \size normal
10362 \emph off
10363 \bar no
10364 \noun off
10365 \color none
10366
10367 \backslash
10368 mbox{
10369 \end_layout
10370
10371 \end_inset
10372
10373
10374 \family sans
10375 M-c\InsetSpace ~
10376 s
10377 \family default
10378
10379 \begin_inset ERT
10380 status collapsed
10381
10382 \begin_layout Standard
10383
10384 \family roman
10385 \series medium
10386 \shape up
10387 \size normal
10388 \emph off
10389 \bar no
10390 \noun off
10391 \color none
10392 }
10393 \end_layout
10394
10395 \end_inset
10396
10397 )
10398 \end_layout
10399
10400 \begin_layout Labeling
10401 \labelwidthstring 00.00.0000
10402
10403 \family sans
10404 Typewriter
10405 \family default
10406  
10407 \family typewriter
10408 This is the Typewriter font family.
10409
10410 \family default
10411  (keybinding 
10412 \begin_inset ERT
10413 status collapsed
10414
10415 \begin_layout Standard
10416
10417 \family roman
10418 \series medium
10419 \shape up
10420 \size normal
10421 \emph off
10422 \bar no
10423 \noun off
10424 \color none
10425
10426 \backslash
10427 mbox{
10428 \end_layout
10429
10430 \end_inset
10431
10432
10433 \family sans
10434 M-c\InsetSpace ~
10435 p
10436 \family default
10437
10438 \begin_inset ERT
10439 status collapsed
10440
10441 \begin_layout Standard
10442
10443 \family roman
10444 \series medium
10445 \shape up
10446 \size normal
10447 \emph off
10448 \bar no
10449 \noun off
10450 \color none
10451 }
10452 \end_layout
10453
10454 \end_inset
10455
10456
10457 \family sans
10458 )
10459 \end_layout
10460
10461 \end_deeper
10462 \begin_layout Labeling
10463 \labelwidthstring 00.00.0000
10464
10465 \family sans
10466 Series
10467 \family default
10468  This corresponds to the print weight.
10469  Options are:
10470 \end_layout
10471
10472 \begin_deeper
10473 \begin_layout Labeling
10474 \labelwidthstring 00.00.0000
10475
10476 \family sans
10477 Medium
10478 \family default
10479  This is the Medium font series.
10480  It's also the default series.
10481 \end_layout
10482
10483 \begin_layout Labeling
10484 \labelwidthstring 00.00.0000
10485
10486 \family sans
10487 Bold
10488 \family default
10489  
10490 \series bold
10491 This is the Bold font series.
10492
10493 \series default
10494  (keybinding 
10495 \begin_inset ERT
10496 status collapsed
10497
10498 \begin_layout Standard
10499
10500 \family roman
10501 \series medium
10502 \shape up
10503 \size normal
10504 \emph off
10505 \bar no
10506 \noun off
10507 \color none
10508
10509 \backslash
10510 mbox{
10511 \end_layout
10512
10513 \end_inset
10514
10515
10516 \family sans
10517 M-c\InsetSpace ~
10518 b
10519 \family default
10520
10521 \begin_inset ERT
10522 status collapsed
10523
10524 \begin_layout Standard
10525
10526 \family roman
10527 \series medium
10528 \shape up
10529 \size normal
10530 \emph off
10531 \bar no
10532 \noun off
10533 \color none
10534 }
10535 \end_layout
10536
10537 \end_inset
10538
10539 )
10540 \end_layout
10541
10542 \end_deeper
10543 \begin_layout Labeling
10544 \labelwidthstring 00.00.0000
10545
10546 \family sans
10547 Shape
10548 \family default
10549  As the name implies.
10550  Options are:
10551 \end_layout
10552
10553 \begin_deeper
10554 \begin_layout Labeling
10555 \labelwidthstring 00.00.0000
10556
10557 \family sans
10558 Upright
10559 \family default
10560  This is the Upright font shape.
10561  It's also the default shape.
10562 \end_layout
10563
10564 \begin_layout Labeling
10565 \labelwidthstring 00.00.0000
10566
10567 \family sans
10568 Italic
10569 \family default
10570  
10571 \shape italic
10572 This
10573 \shape default
10574  
10575 \family sans
10576 \shape italic
10577 i
10578 \family default
10579 s the Italic font shape
10580 \shape default
10581 \emph on
10582 .
10583 \end_layout
10584
10585 \begin_layout Labeling
10586 \labelwidthstring 00.00.0000
10587
10588 \family sans
10589 Slanted
10590 \family default
10591  
10592 \shape slanted
10593 This is the Slanted font shape
10594 \shape default
10595  (although it might not be visible in LyX, this is different from italic).
10596 \end_layout
10597
10598 \begin_layout Labeling
10599 \labelwidthstring 00.00.0000
10600
10601 \family sans
10602 Small\InsetSpace ~
10603 Caps
10604 \family default
10605  
10606 \shape smallcaps
10607 This is the Small caps font shape
10608 \shape default
10609 \noun on
10610 .
10611 \end_layout
10612
10613 \end_deeper
10614 \begin_layout Labeling
10615 \labelwidthstring 00.00.0000
10616
10617 \family sans
10618 Size
10619 \family default
10620  Alters the size of the font.
10621  You'll find no numerical values here; all possible sizes are actually proportio
10622 nal to the document font size.
10623  Once again, you don't feed LyX the details, but a general description of
10624  what you want to do.
10625  The options are:
10626 \end_layout
10627
10628 \begin_deeper
10629 \begin_layout Labeling
10630 \labelwidthstring 00.00.0000
10631
10632 \family sans
10633 Tiny
10634 \family default
10635  
10636 \size tiny
10637 This is the 
10638 \begin_inset Quotes eld
10639 \end_inset
10640
10641 Tiny
10642 \begin_inset Quotes erd
10643 \end_inset
10644
10645  font size.
10646
10647 \size default
10648  (keybinding 
10649 \begin_inset ERT
10650 status collapsed
10651
10652 \begin_layout Standard
10653
10654 \family roman
10655 \series medium
10656 \shape up
10657 \size normal
10658 \emph off
10659 \bar no
10660 \noun off
10661 \color none
10662
10663 \backslash
10664 mbox{
10665 \end_layout
10666
10667 \end_inset
10668
10669
10670 \family sans
10671 M-s\InsetSpace ~
10672 t
10673 \family default
10674
10675 \begin_inset ERT
10676 status collapsed
10677
10678 \begin_layout Standard
10679
10680 \family roman
10681 \series medium
10682 \shape up
10683 \size normal
10684 \emph off
10685 \bar no
10686 \noun off
10687 \color none
10688 }
10689 \end_layout
10690
10691 \end_inset
10692
10693  or 
10694 \begin_inset ERT
10695 status collapsed
10696
10697 \begin_layout Standard
10698
10699 \family roman
10700 \series medium
10701 \shape up
10702 \size normal
10703 \emph off
10704 \bar no
10705 \noun off
10706 \color none
10707
10708 \backslash
10709 mbox{
10710 \end_layout
10711
10712 \end_inset
10713
10714
10715 \family sans
10716 M-s\InsetSpace ~
10717 1
10718 \family default
10719
10720 \begin_inset ERT
10721 status collapsed
10722
10723 \begin_layout Standard
10724
10725 \family roman
10726 \series medium
10727 \shape up
10728 \size normal
10729 \emph off
10730 \bar no
10731 \noun off
10732 \color none
10733 }
10734 \end_layout
10735
10736 \end_inset
10737
10738 )
10739 \end_layout
10740
10741 \begin_layout Labeling
10742 \labelwidthstring 00.00.0000
10743
10744 \family sans
10745 Smallest
10746 \family default
10747  
10748 \size scriptsize
10749 This is the 
10750 \begin_inset Quotes eld
10751 \end_inset
10752
10753 Smallest
10754 \begin_inset Quotes erd
10755 \end_inset
10756
10757  font size
10758 \size default
10759 .
10760  (keybinding 
10761 \begin_inset ERT
10762 status collapsed
10763
10764 \begin_layout Standard
10765
10766 \family roman
10767 \series medium
10768 \shape up
10769 \size normal
10770 \emph off
10771 \bar no
10772 \noun off
10773 \color none
10774
10775 \backslash
10776 mbox{
10777 \end_layout
10778
10779 \end_inset
10780
10781
10782 \family sans
10783 M-s\InsetSpace ~
10784
10785 \family default
10786 2
10787 \begin_inset ERT
10788 status collapsed
10789
10790 \begin_layout Standard
10791
10792 \family roman
10793 \series medium
10794 \shape up
10795 \size normal
10796 \emph off
10797 \bar no
10798 \noun off
10799 \color none
10800 }
10801 \end_layout
10802
10803 \end_inset
10804
10805 )
10806 \end_layout
10807
10808 \begin_layout Labeling
10809 \labelwidthstring 00.00.0000
10810
10811 \family sans
10812 Smaller
10813 \family default
10814  
10815 \size footnotesize
10816 This is the 
10817 \begin_inset Quotes eld
10818 \end_inset
10819
10820 Smaller
10821 \begin_inset Quotes erd
10822 \end_inset
10823
10824  font size.
10825
10826 \size default
10827  (keybinding 
10828 \begin_inset ERT
10829 status collapsed
10830
10831 \begin_layout Standard
10832
10833 \family roman
10834 \series medium
10835 \shape up
10836 \size normal
10837 \emph off
10838 \bar no
10839 \noun off
10840 \color none
10841
10842 \backslash
10843 mbox{
10844 \end_layout
10845
10846 \end_inset
10847
10848
10849 \family sans
10850 M-s\InsetSpace ~
10851 S
10852 \family default
10853
10854 \begin_inset ERT
10855 status collapsed
10856
10857 \begin_layout Standard
10858
10859 \family roman
10860 \series medium
10861 \shape up
10862 \size normal
10863 \emph off
10864 \bar no
10865 \noun off
10866 \color none
10867 }
10868 \end_layout
10869
10870 \end_inset
10871
10872  or 
10873 \begin_inset ERT
10874 status collapsed
10875
10876 \begin_layout Standard
10877
10878 \family roman
10879 \series medium
10880 \shape up
10881 \size normal
10882 \emph off
10883 \bar no
10884 \noun off
10885 \color none
10886
10887 \backslash
10888 mbox{
10889 \end_layout
10890
10891 \end_inset
10892
10893
10894 \family sans
10895 M-s\InsetSpace ~
10896
10897 \family default
10898 3
10899 \begin_inset ERT
10900 status collapsed
10901
10902 \begin_layout Standard
10903
10904 \family roman
10905 \series medium
10906 \shape up
10907 \size normal
10908 \emph off
10909 \bar no
10910 \noun off
10911 \color none
10912 }
10913 \end_layout
10914
10915 \end_inset
10916
10917 )
10918 \end_layout
10919
10920 \begin_layout Labeling
10921 \labelwidthstring 00.00.0000
10922
10923 \family sans
10924 Small
10925 \family default
10926  
10927 \size small
10928 This is the 
10929 \begin_inset Quotes eld
10930 \end_inset
10931
10932 Small
10933 \begin_inset Quotes erd
10934 \end_inset
10935
10936  font size.
10937
10938 \size default
10939  (keybinding 
10940 \begin_inset ERT
10941 status collapsed
10942
10943 \begin_layout Standard
10944
10945 \family roman
10946 \series medium
10947 \shape up
10948 \size normal
10949 \emph off
10950 \bar no
10951 \noun off
10952 \color none
10953
10954 \backslash
10955 mbox{
10956 \end_layout
10957
10958 \end_inset
10959
10960
10961 \family sans
10962 M-s\InsetSpace ~
10963 s
10964 \family default
10965
10966 \begin_inset ERT
10967 status collapsed
10968
10969 \begin_layout Standard
10970
10971 \family roman
10972 \series medium
10973 \shape up
10974 \size normal
10975 \emph off
10976 \bar no
10977 \noun off
10978 \color none
10979 }
10980 \end_layout
10981
10982 \end_inset
10983
10984  or 
10985 \begin_inset ERT
10986 status collapsed
10987
10988 \begin_layout Standard
10989
10990 \family roman
10991 \series medium
10992 \shape up
10993 \size normal
10994 \emph off
10995 \bar no
10996 \noun off
10997 \color none
10998
10999 \backslash
11000 mbox{
11001 \end_layout
11002
11003 \end_inset
11004
11005
11006 \family sans
11007 M-s\InsetSpace ~
11008
11009 \family default
11010 4
11011 \begin_inset ERT
11012 status collapsed
11013
11014 \begin_layout Standard
11015
11016 \family roman
11017 \series medium
11018 \shape up
11019 \size normal
11020 \emph off
11021 \bar no
11022 \noun off
11023 \color none
11024 }
11025 \end_layout
11026
11027 \end_inset
11028
11029 )
11030 \end_layout
11031
11032 \begin_layout Labeling
11033 \labelwidthstring 00.00.0000
11034
11035 \family sans
11036 Normal
11037 \family default
11038  This is the 
11039 \begin_inset Quotes eld
11040 \end_inset
11041
11042 Normal
11043 \begin_inset Quotes erd
11044 \end_inset
11045
11046  font size.
11047  It's also the default size.
11048  (keybinding 
11049 \begin_inset ERT
11050 status collapsed
11051
11052 \begin_layout Standard
11053
11054 \family roman
11055 \series medium
11056 \shape up
11057 \size normal
11058 \emph off
11059 \bar no
11060 \noun off
11061 \color none
11062
11063 \backslash
11064 mbox{
11065 \end_layout
11066
11067 \end_inset
11068
11069
11070 \family sans
11071 M-s\InsetSpace ~
11072 n
11073 \family default
11074
11075 \begin_inset ERT
11076 status collapsed
11077
11078 \begin_layout Standard
11079
11080 \family roman
11081 \series medium
11082 \shape up
11083 \size normal
11084 \emph off
11085 \bar no
11086 \noun off
11087 \color none
11088 }
11089 \end_layout
11090
11091 \end_inset
11092
11093  or 
11094 \begin_inset ERT
11095 status collapsed
11096
11097 \begin_layout Standard
11098
11099 \family roman
11100 \series medium
11101 \shape up
11102 \size normal
11103 \emph off
11104 \bar no
11105 \noun off
11106 \color none
11107
11108 \backslash
11109 mbox{
11110 \end_layout
11111
11112 \end_inset
11113
11114
11115 \family sans
11116 M-s\InsetSpace ~
11117
11118 \family default
11119 5
11120 \begin_inset ERT
11121 status collapsed
11122
11123 \begin_layout Standard
11124
11125 \family roman
11126 \series medium
11127 \shape up
11128 \size normal
11129 \emph off
11130 \bar no
11131 \noun off
11132 \color none
11133 }
11134 \end_layout
11135
11136 \end_inset
11137
11138 )
11139 \end_layout
11140
11141 \begin_layout Labeling
11142 \labelwidthstring 00.00.0000
11143
11144 \family sans
11145 Large
11146 \family default
11147  
11148 \size large
11149 This is the 
11150 \begin_inset Quotes eld
11151 \end_inset
11152
11153 Large
11154 \begin_inset Quotes erd
11155 \end_inset
11156
11157  font size.
11158
11159 \size default
11160  (keybinding 
11161 \begin_inset ERT
11162 status collapsed
11163
11164 \begin_layout Standard
11165
11166 \family roman
11167 \series medium
11168 \shape up
11169 \size normal
11170 \emph off
11171 \bar no
11172 \noun off
11173 \color none
11174
11175 \backslash
11176 mbox{
11177 \end_layout
11178
11179 \end_inset
11180
11181
11182 \family sans
11183 M-s\InsetSpace ~
11184 l
11185 \family default
11186
11187 \begin_inset ERT
11188 status collapsed
11189
11190 \begin_layout Standard
11191
11192 \family roman
11193 \series medium
11194 \shape up
11195 \size normal
11196 \emph off
11197 \bar no
11198 \noun off
11199 \color none
11200 }
11201 \end_layout
11202
11203 \end_inset
11204
11205  or 
11206 \begin_inset ERT
11207 status collapsed
11208
11209 \begin_layout Standard
11210
11211 \family roman
11212 \series medium
11213 \shape up
11214 \size normal
11215 \emph off
11216 \bar no
11217 \noun off
11218 \color none
11219
11220 \backslash
11221 mbox{
11222 \end_layout
11223
11224 \end_inset
11225
11226
11227 \family sans
11228 M-s\InsetSpace ~
11229
11230 \family default
11231 6
11232 \begin_inset ERT
11233 status collapsed
11234
11235 \begin_layout Standard
11236
11237 \family roman
11238 \series medium
11239 \shape up
11240 \size normal
11241 \emph off
11242 \bar no
11243 \noun off
11244 \color none
11245 }
11246 \end_layout
11247
11248 \end_inset
11249
11250 )
11251 \end_layout
11252
11253 \begin_layout Labeling
11254 \labelwidthstring 00.00.0000
11255
11256 \family sans
11257 Larger
11258 \family default
11259  
11260 \size larger
11261 This is the 
11262 \begin_inset Quotes eld
11263 \end_inset
11264
11265 Larger
11266 \begin_inset Quotes erd
11267 \end_inset
11268
11269  font size.
11270
11271 \size default
11272  (keybinding 
11273 \begin_inset ERT
11274 status collapsed
11275
11276 \begin_layout Standard
11277
11278 \family roman
11279 \series medium
11280 \shape up
11281 \size normal
11282 \emph off
11283 \bar no
11284 \noun off
11285 \color none
11286
11287 \backslash
11288 mbox{
11289 \end_layout
11290
11291 \end_inset
11292
11293
11294 \family sans
11295 M-s\InsetSpace ~
11296 S-L
11297 \family default
11298
11299 \begin_inset ERT
11300 status collapsed
11301
11302 \begin_layout Standard
11303
11304 \family roman
11305 \series medium
11306 \shape up
11307 \size normal
11308 \emph off
11309 \bar no
11310 \noun off
11311 \color none
11312 }
11313 \end_layout
11314
11315 \end_inset
11316
11317  or 
11318 \begin_inset ERT
11319 status collapsed
11320
11321 \begin_layout Standard
11322
11323 \family roman
11324 \series medium
11325 \shape up
11326 \size normal
11327 \emph off
11328 \bar no
11329 \noun off
11330 \color none
11331
11332 \backslash
11333 mbox{
11334 \end_layout
11335
11336 \end_inset
11337
11338
11339 \family sans
11340 M-s\InsetSpace ~
11341
11342 \family default
11343 7
11344 \begin_inset ERT
11345 status collapsed
11346
11347 \begin_layout Standard
11348
11349 \family roman
11350 \series medium
11351 \shape up
11352 \size normal
11353 \emph off
11354 \bar no
11355 \noun off
11356 \color none
11357 }
11358 \end_layout
11359
11360 \end_inset
11361
11362 )
11363 \end_layout
11364
11365 \begin_layout Labeling
11366 \labelwidthstring 00.00.0000
11367
11368 \family sans
11369 Largest
11370 \family default
11371  
11372 \size largest
11373 This is the 
11374 \begin_inset Quotes eld
11375 \end_inset
11376
11377 Largest
11378 \begin_inset Quotes erd
11379 \end_inset
11380
11381  font size.
11382
11383 \size default
11384  (keybinding 
11385 \begin_inset ERT
11386 status collapsed
11387
11388 \begin_layout Standard
11389
11390 \family roman
11391 \series medium
11392 \shape up
11393 \size normal
11394 \emph off
11395 \bar no
11396 \noun off
11397 \color none
11398
11399 \backslash
11400 mbox{
11401 \end_layout
11402
11403 \end_inset
11404
11405
11406 \family sans
11407 M-s\InsetSpace ~
11408
11409 \family default
11410 8
11411 \begin_inset ERT
11412 status collapsed
11413
11414 \begin_layout Standard
11415
11416 \family roman
11417 \series medium
11418 \shape up
11419 \size normal
11420 \emph off
11421 \bar no
11422 \noun off
11423 \color none
11424 }
11425 \end_layout
11426
11427 \end_inset
11428
11429 )
11430 \end_layout
11431
11432 \begin_layout Labeling
11433 \labelwidthstring 00.00.0000
11434
11435 \family sans
11436 Huge
11437 \family default
11438  
11439 \size huge
11440 This is the 
11441 \begin_inset Quotes eld
11442 \end_inset
11443
11444 Huge
11445 \begin_inset Quotes erd
11446 \end_inset
11447
11448  font size.
11449
11450 \size default
11451  (keybinding 
11452 \begin_inset ERT
11453 status collapsed
11454
11455 \begin_layout Standard
11456
11457 \family roman
11458 \series medium
11459 \shape up
11460 \size normal
11461 \emph off
11462 \bar no
11463 \noun off
11464 \color none
11465
11466 \backslash
11467 mbox{
11468 \end_layout
11469
11470 \end_inset
11471
11472
11473 \family sans
11474 M-s\InsetSpace ~
11475 h
11476 \family default
11477
11478 \begin_inset ERT
11479 status collapsed
11480
11481 \begin_layout Standard
11482
11483 \family roman
11484 \series medium
11485 \shape up
11486 \size normal
11487 \emph off
11488 \bar no
11489 \noun off
11490 \color none
11491 }
11492 \end_layout
11493
11494 \end_inset
11495
11496  or 
11497 \begin_inset ERT
11498 status collapsed
11499
11500 \begin_layout Standard
11501
11502 \family roman
11503 \series medium
11504 \shape up
11505 \size normal
11506 \emph off
11507 \bar no
11508 \noun off
11509 \color none
11510
11511 \backslash
11512 mbox{
11513 \end_layout
11514
11515 \end_inset
11516
11517
11518 \family sans
11519 M-s\InsetSpace ~
11520
11521 \family default
11522 9
11523 \begin_inset ERT
11524 status collapsed
11525
11526 \begin_layout Standard
11527
11528 \family roman
11529 \series medium
11530 \shape up
11531 \size normal
11532 \emph off
11533 \bar no
11534 \noun off
11535 \color none
11536 }
11537 \end_layout
11538
11539 \end_inset
11540
11541 )
11542 \end_layout
11543
11544 \begin_layout Labeling
11545 \labelwidthstring 00.00.0000
11546
11547 \family sans
11548 Huger
11549 \family default
11550  
11551 \size giant
11552 This is the 
11553 \begin_inset Quotes eld
11554 \end_inset
11555
11556 Huger
11557 \begin_inset Quotes erd
11558 \end_inset
11559
11560  font size.
11561
11562 \size default
11563  (keybinding 
11564 \begin_inset ERT
11565 status collapsed
11566
11567 \begin_layout Standard
11568
11569 \family roman
11570 \series medium
11571 \shape up
11572 \size normal
11573 \emph off
11574 \bar no
11575 \noun off
11576 \color none
11577
11578 \backslash
11579 mbox{
11580 \end_layout
11581
11582 \end_inset
11583
11584
11585 \family sans
11586 M-s\InsetSpace ~
11587 H
11588 \family default
11589
11590 \begin_inset ERT
11591 status collapsed
11592
11593 \begin_layout Standard
11594
11595 \family roman
11596 \series medium
11597 \shape up
11598 \size normal
11599 \emph off
11600 \bar no
11601 \noun off
11602 \color none
11603 }
11604 \end_layout
11605
11606 \end_inset
11607
11608  or 
11609 \begin_inset ERT
11610 status collapsed
11611
11612 \begin_layout Standard
11613
11614 \family roman
11615 \series medium
11616 \shape up
11617 \size normal
11618 \emph off
11619 \bar no
11620 \noun off
11621 \color none
11622
11623 \backslash
11624 mbox{
11625 \end_layout
11626
11627 \end_inset
11628
11629
11630 \family sans
11631 M-s\InsetSpace ~
11632
11633 \family default
11634 0
11635 \begin_inset ERT
11636 status collapsed
11637
11638 \begin_layout Standard
11639
11640 \family roman
11641 \series medium
11642 \shape up
11643 \size normal
11644 \emph off
11645 \bar no
11646 \noun off
11647 \color none
11648 }
11649 \end_layout
11650
11651 \end_inset
11652
11653 )
11654 \end_layout
11655
11656 \end_deeper
11657 \begin_layout Standard
11658 We'll warn you 
11659 \emph on
11660 yet again
11661 \emph default
11662 : don't go crazy with this feature.
11663  You should almost never need to change the font size.
11664  LyX automatically changes the font size for different paragraph environments
11665  - use that instead.
11666  This is here for fine-tuning only!
11667 \end_layout
11668
11669 \begin_layout Labeling
11670 \labelwidthstring 00.00.0000
11671
11672 \family sans
11673 Misc
11674 \family default
11675  Here you can change a few other things at the character level.
11676  Options are:
11677 \end_layout
11678
11679 \begin_deeper
11680 \begin_layout Labeling
11681 \labelwidthstring 00.00.0000
11682
11683 \family sans
11684 Emph
11685 \family default
11686  
11687 \emph on
11688 This is text with emphasize on
11689 \emph default
11690 .
11691  This might seem like the same as 
11692 \shape italic
11693 Italic
11694 \shape default
11695 , but it is actually a bit different.
11696  Emphasized is a 
11697 \emph on
11698 logical
11699 \emph default
11700  attribute.
11701  That means every document class can define its own font used for emphasized
11702  text.
11703  Normally this font is equal to italic.
11704 \end_layout
11705
11706 \begin_layout Labeling
11707 \labelwidthstring 00.00.0000
11708
11709 \family sans
11710 Underbar
11711 \family default
11712  
11713 \bar under
11714 This is text with Underbar on.
11715
11716 \bar default
11717  (keybinding 
11718 \begin_inset ERT
11719 status collapsed
11720
11721 \begin_layout Standard
11722
11723 \family roman
11724 \series medium
11725 \shape up
11726 \size normal
11727 \emph off
11728 \bar no
11729 \noun off
11730 \color none
11731
11732 \backslash
11733 mbox{
11734 \end_layout
11735
11736 \end_inset
11737
11738
11739 \family sans
11740 M-c\InsetSpace ~
11741 u
11742 \family default
11743
11744 \begin_inset ERT
11745 status collapsed
11746
11747 \begin_layout Standard
11748
11749 \family roman
11750 \series medium
11751 \shape up
11752 \size normal
11753 \emph off
11754 \bar no
11755 \noun off
11756 \color none
11757 }
11758 \end_layout
11759
11760 \end_inset
11761
11762
11763 \family sans
11764 )
11765 \newline
11766
11767 \family default
11768 Avoid using underbar if you can! It's a holdover from the typewriter days,
11769  when you couldn't change fonts.
11770  We no longer need to emphasize text by underscoring characters.
11771  It's only included in LyX because some people 
11772 \emph on
11773 may
11774 \emph default
11775  need it in order to follow style sheets for journal submissions.
11776 \end_layout
11777
11778 \begin_layout Labeling
11779 \labelwidthstring 00.00.0000
11780
11781 \family sans
11782 Noun
11783 \family default
11784  
11785 \noun on
11786 This is text with Noun on.
11787
11788 \noun default
11789  Like 
11790 \family sans
11791 Emph
11792 \family default
11793 , this is a logical attribute.
11794  Normally it's equivalent to 
11795 \family sans
11796 Small\InsetSpace ~
11797 Caps
11798 \family default
11799 .
11800 \end_layout
11801
11802 \end_deeper
11803 \begin_layout Labeling
11804 \labelwidthstring 00.00.0000
11805
11806 \family sans
11807 Color
11808 \family default
11809  You can adjust the color of the text with this control.
11810  Notice that not all dvi-viewers are are able to display colors.
11811  Besides 
11812 \family sans
11813 No\InsetSpace ~
11814 color
11815 \family default
11816 , which is the default 
11817 \begin_inset Quotes eld
11818 \end_inset
11819
11820 color
11821 \begin_inset Quotes erd
11822 \end_inset
11823
11824  and means normally black, you can choose between 
11825 \family sans
11826 Black
11827 \family default
11828
11829 \family sans
11830 White
11831 \family default
11832
11833 \family sans
11834 Red
11835 \family default
11836
11837 \family sans
11838 Green
11839 \family default
11840
11841 \family sans
11842 Blue
11843 \family default
11844
11845 \family sans
11846 Cyan
11847 \family default
11848
11849 \family sans
11850 Magenta
11851 \family default
11852  and 
11853 \family sans
11854 Yellow
11855 \family default
11856  text.
11857 \begin_inset Index
11858 status collapsed
11859
11860 \begin_layout Standard
11861 Color ! Text
11862 \end_layout
11863
11864 \end_inset
11865
11866
11867 \end_layout
11868
11869 \begin_layout Labeling
11870 \labelwidthstring 00.00.0000
11871
11872 \family sans
11873 Language
11874 \family default
11875  This is used to mark regions of text as having a different language from
11876  the language of the document.
11877  Text marked in this way will be underlined in blue to indicate the change
11878  (only within LyX).
11879 \end_layout
11880
11881 \begin_layout Standard
11882 So you have a huge number of combinations to choose from.
11883  Once you've chosen a new character style via the 
11884 \family sans
11885 Edit\SpecialChar \menuseparator
11886 Text\InsetSpace ~
11887 Style
11888 \family default
11889  dialog, the settings are saved.
11890  You can activate them using the toolbar button 
11891 \begin_inset Graphics
11892         filename ../images/font-free-apply.png
11893         inzipName 
11894         embed true
11895
11896 \end_inset
11897
11898 .
11899  The button lets you toggle the state of your custom character style even
11900  when the dialog isn't visible.
11901  
11902 \end_layout
11903
11904 \begin_layout Standard
11905 To completely reset the character style to the default, use 
11906 \family sans
11907 M-c\InsetSpace ~
11908 Space
11909 \family default
11910 .
11911  If you want to toggle only those properties that you have just changed
11912  (suppose you just set the shape to 
11913 \begin_inset Quotes eld
11914 \end_inset
11915
11916 slanted
11917 \begin_inset Quotes erd
11918 \end_inset
11919
11920  and the series to 
11921 \begin_inset Quotes eld
11922 \end_inset
11923
11924 bold
11925 \begin_inset Quotes erd
11926 \end_inset
11927
11928 ), set the 
11929 \family sans
11930 Toggle\InsetSpace ~
11931 all
11932 \family default
11933  switch and press 
11934 \family sans
11935 Apply
11936 \family default
11937 .
11938 \end_layout
11939
11940 \begin_layout Standard
11941 You should also know something about the differences between the three main
11942  font types 
11943 \family sans
11944 serif
11945 \family default
11946
11947 \family sans
11948 sans\InsetSpace ~
11949 serif
11950 \family default
11951 , and 
11952 \family sans
11953 typewriter
11954 \family default
11955 :
11956 \end_layout
11957
11958 \begin_layout Itemize
11959
11960 \family sans
11961 Typewriter
11962 \family default
11963  is a so called 
11964 \begin_inset Quotes eld
11965 \end_inset
11966
11967 monospaced
11968 \begin_inset Quotes erd
11969 \end_inset
11970
11971  font, that means every character has the same width, the 
11972 \begin_inset Quotes eld
11973 \end_inset
11974
11975 i
11976 \begin_inset Quotes erd
11977 \end_inset
11978
11979  is as wide as the 
11980 \begin_inset Quotes eld
11981 \end_inset
11982
11983 m
11984 \begin_inset Quotes erd
11985 \end_inset
11986
11987 .
11988  Here is an example
11989 \newline
11990
11991 \begin_inset ERT
11992 status collapsed
11993
11994 \begin_layout Standard
11995
11996 \family roman
11997 \series medium
11998 \shape up
11999 \size normal
12000 \emph off
12001 \bar no
12002 \noun off
12003 \color none
12004
12005 \backslash
12006 phantom{
12007 \end_layout
12008
12009 \end_inset
12010
12011 no 
12012 \begin_inset ERT
12013 status collapsed
12014
12015 \begin_layout Standard
12016
12017 \family roman
12018 \series medium
12019 \shape up
12020 \size normal
12021 \emph off
12022 \bar no
12023 \noun off
12024 \color none
12025 }
12026 \end_layout
12027
12028 \end_inset
12029
12030
12031 \family typewriter
12032 typewriter text
12033 \family default
12034
12035 \begin_inset Note Note
12036 status collapsed
12037
12038 \begin_layout Standard
12039 For more on phantoms see section\InsetSpace ~
12040
12041 \begin_inset CommandInset ref
12042 LatexCommand ref
12043 reference "sub:Other-space-variants"
12044
12045 \end_inset
12046
12047 .
12048 \end_layout
12049
12050 \end_inset
12051
12052
12053 \newline
12054 no typewriter text
12055 \end_layout
12056
12057 \begin_layout Itemize
12058
12059 \family sans
12060 Serif
12061 \family default
12062  fonts use characters with serifs.
12063  These are the small 
12064 \begin_inset Quotes eld
12065 \end_inset
12066
12067 appendices
12068 \begin_inset Quotes erd
12069 \end_inset
12070
12071  at all ends of of the streaks that form the character.
12072  The following example will show the difference:
12073 \newline
12074 text with serifs
12075 \newline
12076
12077 \family sans
12078 text without serifs
12079 \family default
12080
12081 \newline
12082 Serifs facilitates an easy and fast reading.
12083  They are therefore used as default font (named 
12084 \family sans
12085 roman
12086 \family default
12087 ).
12088 \end_layout
12089
12090 \begin_layout Itemize
12091
12092 \family sans
12093 Sans serif
12094 \family default
12095  don't use serifs.
12096  This font type is therefore often used for headings and short texts.
12097  We use it in this document to highlight menu names.
12098 \end_layout
12099
12100 \begin_layout Standard
12101 We conclude with the same warning once again: Don't overuse the fonts.
12102  They are, more often than not, a kludge and a bad substitute for good writing.
12103 \end_layout
12104
12105 \begin_layout Section
12106 Printing and Previewing
12107 \end_layout
12108
12109 \begin_layout Subsection
12110 Overview
12111 \end_layout
12112
12113 \begin_layout Standard
12114 Now that we've covered some of the basic features of document preparation
12115  using LyX, you probably want to know how to print out your masterpiece.
12116  Before we tell you that, we want to give you a quick explanation of what
12117  goes on behind-the-scenes.
12118  We cover these informations in much greater detail in the 
12119 \emph on
12120 Extended\InsetSpace ~
12121 Features
12122 \emph default
12123  manual as well.
12124 \end_layout
12125
12126 \begin_layout Standard
12127 LyX uses the program LaTeX as its backend.
12128  LaTeX is just a macro package for the TeX typesetting system, but to prevent
12129  confusion, we'll only refer to LaTeX.
12130  LyX is what you use to do your actual writing.
12131  Then, LyX calls LaTeX to turn your writing into printable output.
12132  This happens in two stages:
12133 \end_layout
12134
12135 \begin_layout Enumerate
12136 First, LyX converts your document to a series of text commands for LaTeX,
12137  generating a file with the extension, 
12138 \begin_inset Quotes eld
12139 \end_inset
12140
12141
12142 \family typewriter
12143 .tex
12144 \family default
12145
12146 \begin_inset Quotes erd
12147 \end_inset
12148
12149 .
12150 \end_layout
12151
12152 \begin_layout Enumerate
12153 Next, LaTeX uses the commands in the 
12154 \family typewriter
12155 .tex
12156 \family default
12157  file to produce printable output.
12158  
12159 \end_layout
12160
12161 \begin_layout Subsection
12162 Output file formats
12163 \begin_inset Index
12164 status collapsed
12165
12166 \begin_layout Standard
12167 File formats
12168 \end_layout
12169
12170 \end_inset
12171
12172
12173 \begin_inset CommandInset label
12174 LatexCommand label
12175 name "sub:Output-file-formats"
12176
12177 \end_inset
12178
12179
12180 \end_layout
12181
12182 \begin_layout Subsubsection
12183 ASCII
12184 \begin_inset Index
12185 status collapsed
12186
12187 \begin_layout Standard
12188 File formats ! ASCII
12189 \end_layout
12190
12191 \end_inset
12192
12193
12194 \end_layout
12195
12196 \begin_layout Standard
12197 This file type has the extension 
12198 \begin_inset Quotes eld
12199 \end_inset
12200
12201
12202 \family typewriter
12203 .txt
12204 \family default
12205
12206 \begin_inset Quotes erd
12207 \end_inset
12208
12209 .
12210  It contains your document as plain text following the rules of the 
12211 \begin_inset Quotes eld
12212 \end_inset
12213
12214 American Standard Code for Information Interchange
12215 \begin_inset Quotes erd
12216 \end_inset
12217
12218  (ASCII).
12219 \end_layout
12220
12221 \begin_layout Standard
12222 You can export your document to ASCII by the menu 
12223 \family sans
12224 File\SpecialChar \menuseparator
12225 Export\SpecialChar \menuseparator
12226 ASCII
12227 \family default
12228 .
12229 \end_layout
12230
12231 \begin_layout Subsubsection
12232 LaTeX
12233 \begin_inset Index
12234 status collapsed
12235
12236 \begin_layout Standard
12237 File formats ! LaTeX
12238 \end_layout
12239
12240 \end_inset
12241
12242
12243 \end_layout
12244
12245 \begin_layout Standard
12246 This file type has the extension 
12247 \begin_inset Quotes eld
12248 \end_inset
12249
12250
12251 \family typewriter
12252 .tex
12253 \family default
12254
12255 \begin_inset Quotes erd
12256 \end_inset
12257
12258  and contains all commands that are necessary for the LaTeX program to process
12259  your document.
12260  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
12261  it manually with console commands.
12262  The LaTeX-file is automatically created in LyX's temporary directory whenever
12263  you view or export your document.
12264 \end_layout
12265
12266 \begin_layout Standard
12267 You can export your document as LaTeX-file using the menu 
12268 \family sans
12269 File\SpecialChar \menuseparator
12270 Export\SpecialChar \menuseparator
12271 LaT
12272 \begin_inset ERT
12273 status collapsed
12274
12275 \begin_layout Standard
12276
12277 \family roman
12278 \series medium
12279 \shape up
12280 \size normal
12281 \emph off
12282 \bar no
12283 \noun off
12284 \color none
12285 {}
12286 \end_layout
12287
12288 \end_inset
12289
12290 eX
12291 \family default
12292 .
12293 \end_layout
12294
12295 \begin_layout Subsubsection
12296 DVI
12297 \begin_inset Index
12298 status collapsed
12299
12300 \begin_layout Standard
12301 File formats ! DVI
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310 This file type has the extension 
12311 \begin_inset Quotes eld
12312 \end_inset
12313
12314
12315 \family typewriter
12316 .dvi
12317 \family default
12318
12319 \begin_inset Quotes erd
12320 \end_inset
12321
12322 .
12323  It is called 
12324 \begin_inset Quotes eld
12325 \end_inset
12326
12327 device-independent
12328 \begin_inset Quotes erd
12329 \end_inset
12330
12331  (DVI), because it is completely portable; you can move them from one machine
12332  to another without needing to do any sort of conversion.
12333  At the time when this file-format was developed, this was no matter of
12334  course.
12335  DVIs are used for quick previews and as pre-stage for other output formats,
12336  like PostScript.
12337 \end_layout
12338
12339 \begin_layout Standard
12340 \begin_inset Note Greyedout
12341 status open
12342
12343 \begin_layout Standard
12344
12345 \series bold
12346 Note:
12347 \series default
12348  The DVI file doesn't contain images, they will only be a linked.
12349  So don't forget to deliver the images together with your DVIs.
12350 \end_layout
12351
12352 \end_inset
12353
12354 This property can also slow down your computer when you view the DVI.
12355  Because the DVI-viewer has to convert the image in the background to make
12356  it visible when you scroll in the DVI.
12357  So we recommend to use PDF for files with many images.
12358 \end_layout
12359
12360 \begin_layout Standard
12361 You can export your document to DVI by the menu 
12362 \family sans
12363 File\SpecialChar \menuseparator
12364 Export\SpecialChar \menuseparator
12365 DVI
12366 \family default
12367 .
12368 \end_layout
12369
12370 \begin_layout Subsubsection
12371 PostScript
12372 \begin_inset Index
12373 status collapsed
12374
12375 \begin_layout Standard
12376 File formats ! PostScript
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385 This file type has the extension 
12386 \begin_inset Quotes eld
12387 \end_inset
12388
12389
12390 \family typewriter
12391 .ps
12392 \family default
12393
12394 \begin_inset Quotes erd
12395 \end_inset
12396
12397 .
12398  PostScript was developed by the company 
12399 \family typewriter
12400 Adobe
12401 \family default
12402  as printer language.
12403  The file contains therefore commands that the printer uses to print the
12404  file.
12405  PostScript can be seen as 
12406 \begin_inset Quotes eld
12407 \end_inset
12408
12409 programming language
12410 \begin_inset Quotes erd
12411 \end_inset
12412
12413 ; you can calculate with it and draw diagrams and images.
12414 \begin_inset Foot
12415 status collapsed
12416
12417 \begin_layout Standard
12418 If you are interested to learn more about this, have a look at the LaTeX-package
12419  
12420 \series bold
12421 pstricks
12422 \series default
12423
12424 \begin_inset Index
12425 status collapsed
12426
12427 \begin_layout Standard
12428 LaTeX-packages ! pstricks
12429 \end_layout
12430
12431 \end_inset
12432
12433 .
12434 \end_layout
12435
12436 \end_inset
12437
12438  Due to this ability, the files are often bigger than PDFs.
12439 \end_layout
12440
12441 \begin_layout Standard
12442 PostScript can only contain images in the format 
12443 \begin_inset Quotes eld
12444 \end_inset
12445
12446 Encapsulated PostScript
12447 \begin_inset Quotes erd
12448 \end_inset
12449
12450  (EPS, file extension 
12451 \begin_inset Quotes eld
12452 \end_inset
12453
12454
12455 \family typewriter
12456 .eps
12457 \family default
12458
12459 \begin_inset Quotes erd
12460 \end_inset
12461
12462 ).
12463  As LyX allows you to use any known image format in your document, it has
12464  to convert them in the background to EPS.
12465  If you have e.g 50 images in your document, LyX has to do 50 conversions
12466  whenever you view or export your document.
12467  This will slow down your workflow with LyX drastically.
12468  So if you plan to use PostScript, you can insert your images directly as
12469  EPS to avoid this problem.
12470 \end_layout
12471
12472 \begin_layout Standard
12473 You can export your document to PostScript using the menu 
12474 \family sans
12475 File\SpecialChar \menuseparator
12476 Export\SpecialChar \menuseparator
12477 PostScript
12478 \family default
12479 .
12480 \end_layout
12481
12482 \begin_layout Subsubsection
12483 PDF
12484 \begin_inset Index
12485 status collapsed
12486
12487 \begin_layout Standard
12488 File formats ! PDF
12489 \end_layout
12490
12491 \end_inset
12492
12493
12494 \begin_inset Index
12495 status collapsed
12496
12497 \begin_layout Standard
12498 PDF
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \end_layout
12505
12506 \begin_layout Standard
12507 This file type has the extension 
12508 \begin_inset Quotes eld
12509 \end_inset
12510
12511
12512 \family typewriter
12513 .pdf
12514 \family default
12515
12516 \begin_inset Quotes erd
12517 \end_inset
12518
12519 .
12520  The 
12521 \begin_inset Quotes eld
12522 \end_inset
12523
12524 Portable Document Format
12525 \begin_inset Quotes erd
12526 \end_inset
12527
12528  (PDF) is developed by 
12529 \family typewriter
12530 Adobe
12531 \family default
12532  as derivative from PostScript.
12533  It is more compressed and it uses much less commands than PostScript.
12534  As the name 
12535 \begin_inset Quotes eld
12536 \end_inset
12537
12538 portable
12539 \begin_inset Quotes erd
12540 \end_inset
12541
12542  implies, it can be processed at any computer system and the printed output
12543  looks exactly the same.
12544 \end_layout
12545
12546 \begin_layout Standard
12547 PDF can contain images in its own PDF format and in the formats 
12548 \begin_inset Quotes eld
12549 \end_inset
12550
12551 Joint Photographic Experts Group
12552 \begin_inset Quotes erd
12553 \end_inset
12554
12555  (JPG, file extension 
12556 \begin_inset Quotes eld
12557 \end_inset
12558
12559
12560 \family typewriter
12561 .jpg
12562 \family default
12563
12564 \begin_inset Quotes erd
12565 \end_inset
12566
12567  or 
12568 \begin_inset Quotes eld
12569 \end_inset
12570
12571
12572 \family typewriter
12573 .jpeg
12574 \family default
12575
12576 \begin_inset Quotes erd
12577 \end_inset
12578
12579 ) and 
12580 \begin_inset Quotes eld
12581 \end_inset
12582
12583 Portable Network Graphics
12584 \begin_inset Quotes erd
12585 \end_inset
12586
12587  (PNG, file extension 
12588 \begin_inset Quotes eld
12589 \end_inset
12590
12591
12592 \family typewriter
12593 .png
12594 \family default
12595
12596 \begin_inset Quotes erd
12597 \end_inset
12598
12599 ).
12600  You can although use any other image format, because LyX converts them
12601  in the background to one of these formats.
12602  But as described in the section about PostScript, the image conversion
12603  will slow down your workflow.
12604  So we recommend to use images in one of the three mentioned formats.
12605 \end_layout
12606
12607 \begin_layout Standard
12608 You can export your document to PDF via the menu 
12609 \family sans
12610 File\SpecialChar \menuseparator
12611 Export
12612 \family default
12613  in three different ways:
12614 \end_layout
12615
12616 \begin_layout Description
12617 PDF This uses the program 
12618 \family typewriter
12619 ps2pdf
12620 \family default
12621  that creates a PDF from a PostScript-version of your file.
12622  The PostScript-version is produced by the program 
12623 \family typewriter
12624 dvips
12625 \family default
12626  which uses a DVI-version as intermediate step.
12627  So this export variant consist of three conversions.
12628 \end_layout
12629
12630 \begin_layout Description
12631 PDF\InsetSpace ~
12632 (dvipdfm) This uses the program 
12633 \family typewriter
12634 dvipdfm
12635 \family default
12636  that converts your file in the background to DVI and in a second step to
12637  PDF.
12638 \end_layout
12639
12640 \begin_layout Description
12641 PDF\InsetSpace ~
12642 (pdflatex) This uses the program 
12643 \family typewriter
12644 pdftex
12645 \family default
12646  that converts your file directly to PDF.
12647 \end_layout
12648
12649 \begin_layout Standard
12650 We recommend to use 
12651 \family sans
12652 PDF\InsetSpace ~
12653 (pdflatex)
12654 \family default
12655  because 
12656 \family typewriter
12657 pdftex
12658 \family default
12659  supports all features of actual PDF-versions, is quick and works stable
12660  without problems.
12661  The program 
12662 \family typewriter
12663 dvipdfm
12664 \family default
12665  is no more under development and therefore a bit outdated.
12666 \end_layout
12667
12668 \begin_layout Subsection
12669 Previewing
12670 \begin_inset Index
12671 status collapsed
12672
12673 \begin_layout Standard
12674 Document ! Preview 
12675 \end_layout
12676
12677 \end_inset
12678
12679
12680 \end_layout
12681
12682 \begin_layout Standard
12683 To get a look at the final version of your document, with all of the pagebreaks
12684  in place, the footnotes correctly numbered, and so on, use the menu 
12685 \family sans
12686 View
12687 \family default
12688  and choose a file type.
12689  A viewing program will popup showing the output.
12690  For 
12691 \family sans
12692 View\SpecialChar \menuseparator
12693 DVI
12694 \family default
12695  you can use the toolbar button 
12696 \begin_inset Graphics
12697         filename ../images/buffer-view_dvi.png
12698         inzipName 
12699         embed true
12700
12701 \end_inset
12702
12703  (shortcut 
12704 \family sans
12705 C-d
12706 \family default
12707 ), for 
12708 \family sans
12709 View\SpecialChar \menuseparator
12710 PDF\InsetSpace ~
12711 (pdflatex)
12712 \family default
12713  you can use the toolbar button 
12714 \begin_inset Graphics
12715         filename ../images/buffer-export_pdf2.png
12716         inzipName 
12717         embed true
12718
12719 \end_inset
12720
12721 .
12722 \end_layout
12723
12724 \begin_layout Standard
12725 If you have changed your document, you can refresh the output in the same
12726  viewer window using the menu 
12727 \family sans
12728 View\SpecialChar \menuseparator
12729 Update
12730 \family default
12731 .
12732 \end_layout
12733
12734 \begin_layout Standard
12735 When you preview a file, the output file is only generated in LyX's temporary
12736  directory.
12737  To have a real output, export your document.
12738 \end_layout
12739
12740 \begin_layout Subsection
12741 Printing the File from within LyX
12742 \begin_inset CommandInset label
12743 LatexCommand label
12744 name "sub:Printing-the-File"
12745
12746 \end_inset
12747
12748
12749 \end_layout
12750
12751 \begin_layout Standard
12752 Instead of exporting your file and then printing them, you can also print
12753  it directly from within LyX.
12754  To print a file, select the menu 
12755 \family sans
12756 File\SpecialChar \menuseparator
12757 Print
12758 \family default
12759  or click on the toolbar button 
12760 \begin_inset Graphics
12761         filename ../images/dialog-show_print.png
12762         inzipName 
12763         embed true
12764
12765 \end_inset
12766
12767 .
12768  LyX will internally call LaTeX to produce a DVI.
12769  This file is then processed by the program 
12770 \family typewriter
12771 dvips
12772 \family default
12773  to PostScript-file, which is finally printed using the program 
12774 \family typewriter
12775 Ghostscript
12776 \family default
12777 .
12778  Due to these steps in the background, this method is not the fastest.
12779 \end_layout
12780
12781 \begin_layout Standard
12782 You can choose to print only even-numbered or odd-numbered pages - this
12783  is useful for printing on two sides: You can re-insert the pages after
12784  printing one set to print on the other side.
12785  Some printers spit out pages face-up, others, face-down.
12786  By choosing a particular order to print in, you can take the entire stack
12787  of pages out of the printer without needing to reorder them.
12788 \end_layout
12789
12790 \begin_layout Standard
12791 You can set the parameters in the 
12792 \family sans
12793 Print\InsetSpace ~
12794 Destination
12795 \family default
12796  box as follows:
12797 \end_layout
12798
12799 \begin_layout Labeling
12800 \labelwidthstring 00.00.0000
12801
12802 \family sans
12803 Printer
12804 \family default
12805  This is the name of the printer to print to.
12806 \begin_inset Foot
12807 status collapsed
12808
12809 \begin_layout Standard
12810 Note that this printer name is for the program 
12811 \family typewriter
12812 dvips
12813 \family default
12814 .
12815  That means 
12816 \family typewriter
12817 dvips
12818 \family default
12819  has to be configured for this printer name.
12820  The default printer can be set in LyX's preferences dialog, see section\InsetSpace ~
12821
12822 \begin_inset CommandInset ref
12823 LatexCommand ref
12824 reference "sub:Printer"
12825
12826 \end_inset
12827
12828 .
12829 \end_layout
12830
12831 \end_inset
12832
12833  The printer should understand PostScript.
12834 \end_layout
12835
12836 \begin_layout Labeling
12837 \labelwidthstring 00.00.0000
12838
12839 \family sans
12840 File
12841 \family default
12842  The name of a file to print to.
12843  The output will be a PostScript file.
12844  It will be written in LyX's working directory unless you specify the full
12845  path.
12846 \end_layout
12847
12848 \begin_layout Section
12849 A few Words about Typography
12850 \begin_inset Index
12851 status collapsed
12852
12853 \begin_layout Standard
12854 Typography
12855 \end_layout
12856
12857 \end_inset
12858
12859
12860 \end_layout
12861
12862 \begin_layout Subsection
12863 Hyphens
12864 \begin_inset Index
12865 status collapsed
12866
12867 \begin_layout Standard
12868 Hyphens
12869 \end_layout
12870
12871 \end_inset
12872
12873
12874 \begin_inset CommandInset label
12875 LatexCommand label
12876 name "sub:Hyphens"
12877
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \begin_layout Standard
12884 In LyX, the 
12885 \begin_inset Quotes eld
12886 \end_inset
12887
12888
12889 \family typewriter
12890 -
12891 \family default
12892
12893 \begin_inset Quotes eld
12894 \end_inset
12895
12896  character comes in three lengths, often called the 
12897 \emph on
12898 hyphen
12899 \emph default
12900 , the 
12901 \emph on
12902 en dash
12903 \emph default
12904 , and the 
12905 \emph on
12906 em dash
12907 \emph default
12908 :
12909 \end_layout
12910
12911 \begin_layout Enumerate
12912 hyphen
12913 \hfill
12914 -
12915 \hfill
12916 made with 
12917 \begin_inset Quotes eld
12918 \end_inset
12919
12920
12921 \family typewriter
12922 -
12923 \family default
12924
12925 \begin_inset Quotes eld
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \begin_layout Enumerate
12932 en dash
12933 \hfill
12934 --
12935 \hfill
12936 made with 
12937 \begin_inset Quotes eld
12938 \end_inset
12939
12940
12941 \family typewriter
12942 -
12943 \begin_inset ERT
12944 status collapsed
12945
12946 \begin_layout Standard
12947
12948 \family roman
12949 \series medium
12950 \shape up
12951 \size normal
12952 \emph off
12953 \bar no
12954 \noun off
12955 \color none
12956
12957 \backslash
12958 /
12959 \end_layout
12960
12961 \end_inset
12962
12963 -
12964 \family default
12965
12966 \begin_inset Quotes eld
12967 \end_inset
12968
12969
12970 \end_layout
12971
12972 \begin_layout Enumerate
12973 em dash
12974 \hfill
12975 ---
12976 \hfill
12977 made with 
12978 \begin_inset Quotes eld
12979 \end_inset
12980
12981
12982 \family typewriter
12983 -
12984 \begin_inset ERT
12985 status collapsed
12986
12987 \begin_layout Standard
12988
12989 \family roman
12990 \series medium
12991 \shape up
12992 \size normal
12993 \emph off
12994 \bar no
12995 \noun off
12996 \color none
12997
12998 \backslash
12999 /
13000 \end_layout
13001
13002 \end_inset
13003
13004 -
13005 \begin_inset ERT
13006 status collapsed
13007
13008 \begin_layout Standard
13009
13010 \family roman
13011 \series medium
13012 \shape up
13013 \size normal
13014 \emph off
13015 \bar no
13016 \noun off
13017 \color none
13018
13019 \backslash
13020 /
13021 \end_layout
13022
13023 \end_inset
13024
13025 -
13026 \family default
13027
13028 \begin_inset Quotes eld
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \begin_layout Enumerate
13035 minus sign
13036 \hfill
13037
13038 \begin_inset Formula $-$
13039 \end_inset
13040
13041
13042 \hfill
13043
13044 \begin_inset Quotes eld
13045 \end_inset
13046
13047
13048 \family typewriter
13049 -
13050 \family default
13051
13052 \begin_inset Quotes eld
13053 \end_inset
13054
13055  in math mode
13056 \end_layout
13057
13058 \begin_layout Standard
13059 You generate them by inserting the 
13060 \begin_inset Quotes eld
13061 \end_inset
13062
13063
13064 \family typewriter
13065 -
13066 \family default
13067
13068 \begin_inset Quotes eld
13069 \end_inset
13070
13071  character multiple times in a row.
13072  They are automatically converted to the appropriate length dash in the
13073  final output, but not in LyX.
13074 \end_layout
13075
13076 \begin_layout Standard
13077 The three dash types are distinct from the minus sign, which appears in
13078  math mode and has a length of its own.
13079  Here are some examples of the 
13080 \begin_inset Quotes eld
13081 \end_inset
13082
13083
13084 \family typewriter
13085 -
13086 \family default
13087
13088 \begin_inset Quotes eld
13089 \end_inset
13090
13091  in use:
13092 \end_layout
13093
13094 \begin_layout Enumerate
13095 line- and page-breaks
13096 \hfill
13097 (
13098 \emph on
13099 hyphen
13100 \emph default
13101 )
13102 \end_layout
13103
13104 \begin_layout Enumerate
13105 From A--Z
13106 \hfill
13107 (
13108 \emph on
13109 en dash
13110 \emph default
13111 )
13112 \end_layout
13113
13114 \begin_layout Enumerate
13115 Oh --- there's a dash.
13116 \hfill
13117 (
13118 \emph on
13119 em dash
13120 \emph default
13121 )
13122 \end_layout
13123
13124 \begin_layout Enumerate
13125 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
13126 \end_inset
13127
13128
13129 \hfill
13130 (
13131 \emph on
13132 minus sign
13133 \emph default
13134 )
13135 \end_layout
13136
13137 \begin_layout Subsection
13138 Hyphenation
13139 \begin_inset Index
13140 status collapsed
13141
13142 \begin_layout Standard
13143 Hyphenation
13144 \end_layout
13145
13146 \end_inset
13147
13148
13149 \begin_inset CommandInset label
13150 LatexCommand label
13151 name "sub:Hyphenation"
13152
13153 \end_inset
13154
13155
13156 \end_layout
13157
13158 \begin_layout Standard
13159 Words aren't hyphenated within LyX but automatically in the output.
13160  Hyphenation is done by the LaTeX-package 
13161 \series bold
13162 babel
13163 \begin_inset Index
13164 status collapsed
13165
13166 \begin_layout Standard
13167 LaTeX-packages ! babel
13168 \end_layout
13169
13170 \end_inset
13171
13172
13173 \series default
13174  following the rules of the document language
13175 \begin_inset Foot
13176 status collapsed
13177
13178 \begin_layout Standard
13179 For German readers: That's one of the main differences between the languages
13180  
13181 \family sans
13182 German
13183 \family default
13184  and 
13185 \family sans
13186 German\InsetSpace ~
13187 (new\InsetSpace ~
13188 spelling)
13189 \family default
13190  in the 
13191 \family sans
13192 Document\SpecialChar \menuseparator
13193 Settings
13194 \family default
13195  dialog.
13196 \end_layout
13197
13198 \end_inset
13199
13200 .
13201 \end_layout
13202
13203 \begin_layout Standard
13204 LaTeX hyphenates nearly perfectly, it has only problems with text in the
13205  font 
13206 \family sans
13207 typewriter
13208 \family default
13209  and with unusual constructs, like 
13210 \begin_inset Quotes eld
13211 \end_inset
13212
13213 h3knix/m0n0wall
13214 \begin_inset Quotes erd
13215 \end_inset
13216
13217 .
13218  If LaTeX can't break a word correctly, you can set hyphenation points manually.
13219  This is done with the menu 
13220 \family sans
13221 Insert\SpecialChar \menuseparator
13222 Formatting\SpecialChar \menuseparator
13223 Hyphenation\InsetSpace ~
13224 Point
13225 \family default
13226 .
13227  These extra hyphenation points are only recommendations to LaTeX.
13228  If no hyphenation is necessary, LaTeX will ignore them.
13229 \end_layout
13230
13231 \begin_layout Standard
13232 Sometimes you want to prevent words or constructs to be hyphenated.
13233  The keybindings/shortcuts in this document consists of three letters with
13234  a hyphen and a space in the form 
13235 \begin_inset Quotes eld
13236 \end_inset
13237
13238 A-b c
13239 \begin_inset Quotes erd
13240 \end_inset
13241
13242 .
13243  LaTeX finds there the hyphen 
13244 \begin_inset Quotes eld
13245 \end_inset
13246
13247 -
13248 \begin_inset Quotes erd
13249 \end_inset
13250
13251  as hyphenation possibility.
13252  Hyphenating at this point would look ugly.
13253  To prevent the shortcut from being hyphenated, we can put it in the argument
13254  of the LaTeX-box-command 
13255 \series bold
13256
13257 \backslash
13258 mbox
13259 \series default
13260 , because text within LaTeX-boxes can't be hyphenated.
13261  As LyX doesn't support 
13262 \series bold
13263
13264 \backslash
13265 mbox
13266 \series default
13267 , we have to use ERT.
13268  The result looks in LyX like:
13269 \end_layout
13270
13271 \begin_layout Standard
13272 \begin_inset Graphics
13273         filename clipart/mbox.png
13274         inzipName 
13275         embed true
13276
13277 \end_inset
13278
13279
13280 \end_layout
13281
13282 \begin_layout Standard
13283 To learn more about ERT, have a look at section\InsetSpace ~
13284
13285 \begin_inset CommandInset ref
13286 LatexCommand ref
13287 reference "sec:ERT"
13288
13289 \end_inset
13290
13291 .
13292 \end_layout
13293
13294 \begin_layout Subsection
13295 Punctuation Marks
13296 \begin_inset Index
13297 status collapsed
13298
13299 \begin_layout Standard
13300 Punctuation marks
13301 \end_layout
13302
13303 \end_inset
13304
13305
13306 \end_layout
13307
13308 \begin_layout Subsubsection
13309 Abbreviations and End of Sentence
13310 \begin_inset CommandInset label
13311 LatexCommand label
13312 name "sub:Abbreviations"
13313
13314 \end_inset
13315
13316
13317 \end_layout
13318
13319 \begin_layout Standard
13320 When LyX calls LaTeX to generate the final version of your document, LaTeX
13321  automatically distinguishes between words, sentences, and abbreviations.
13322  LaTeX then adds the 
13323 \begin_inset Quotes eld
13324 \end_inset
13325
13326 appropriate amount of space
13327 \begin_inset Quotes erd
13328 \end_inset
13329
13330 .
13331  That means sentences get a little bit more space between the period and
13332  the next word.
13333  Abbreviations get the same amount of space after the period as a word uses.
13334 \end_layout
13335
13336 \begin_layout Standard
13337 Unfortunately, the algorithm for figuring out what's an abbreviation works
13338  not for all cases.
13339  If a 
13340 \begin_inset Quotes eld
13341 \end_inset
13342
13343
13344 \family typewriter
13345 .
13346 \family default
13347
13348 \begin_inset Quotes erd
13349 \end_inset
13350
13351  is at the end of a lowercase letter, it's the end of a sentence; if it's
13352  at the end of a capitalized letter, it's an abbreviation.
13353 \end_layout
13354
13355 \begin_layout Standard
13356 Here are some examples of 
13357 \emph on
13358 correct
13359 \emph default
13360  abbreviations and the end of a sentence:
13361 \end_layout
13362
13363 \begin_layout Itemize
13364 M.
13365  Butterfly
13366 \end_layout
13367
13368 \begin_layout Itemize
13369 Don't worry.
13370  Be happy.
13371 \end_layout
13372
13373 \begin_layout Standard
13374 And here's an example of the algorithm going wrong:
13375 \end_layout
13376
13377 \begin_layout Itemize
13378 e.
13379  g.
13380  this is too much space!
13381 \end_layout
13382
13383 \begin_layout Itemize
13384 This is I.
13385  It's okay.
13386 \end_layout
13387
13388 \begin_layout Standard
13389 You won't see anything wrong until you view a final version of your document.
13390 \end_layout
13391
13392 \begin_layout Standard
13393 To fix this problem, use one of the following:
13394 \end_layout
13395
13396 \begin_layout Enumerate
13397 Use an 
13398 \family sans
13399 Inter-word\InsetSpace ~
13400 Space
13401 \family default
13402  after lowercase abbreviations (see section\InsetSpace ~
13403
13404 \begin_inset CommandInset ref
13405 LatexCommand ref
13406 reference "sub:Inter-word-Space"
13407
13408 \end_inset
13409
13410 ).
13411 \begin_inset Index
13412 status collapsed
13413
13414 \begin_layout Standard
13415 Spaces ! inter-word
13416 \end_layout
13417
13418 \end_inset
13419
13420
13421 \end_layout
13422
13423 \begin_layout Enumerate
13424 Use a 
13425 \family sans
13426 Thin\InsetSpace ~
13427 Space
13428 \family default
13429  between two tokens of an abbreviation (see section\InsetSpace ~
13430
13431 \begin_inset CommandInset ref
13432 LatexCommand ref
13433 reference "sub:Thin-Space"
13434
13435 \end_inset
13436
13437 ).
13438 \begin_inset Index
13439 status collapsed
13440
13441 \begin_layout Standard
13442 Spaces ! thin
13443 \end_layout
13444
13445 \end_inset
13446
13447
13448 \end_layout
13449
13450 \begin_layout Enumerate
13451 Use an 
13452 \family sans
13453 End\InsetSpace ~
13454 of\InsetSpace ~
13455 sentence\InsetSpace ~
13456 period
13457 \family default
13458  found under the 
13459 \family sans
13460 Insert\SpecialChar \menuseparator
13461 Special\InsetSpace ~
13462 Character
13463 \family default
13464  menu to force the use of inter-sentence spacing.
13465  This function is also bound to 
13466 \family sans
13467 C-period
13468 \family default
13469  for easy access.
13470 \end_layout
13471
13472 \begin_layout Standard
13473 With the corrections, our earlier examples look like this:
13474 \end_layout
13475
13476 \begin_layout Itemize
13477 e.\InsetSpace \thinspace{}
13478 g.\InsetSpace \space{}
13479 this is too much space!
13480 \end_layout
13481
13482 \begin_layout Itemize
13483 This is I\SpecialChar \@.
13484  It's okay.
13485 \end_layout
13486
13487 \begin_layout Standard
13488 Some languages don't use extra spacing between sentences.
13489  If your language is such a language, you don't need to worry, because the
13490  LaTeX will care about this.
13491 \end_layout
13492
13493 \begin_layout Standard
13494 For those that do need to bother, there is help to catch those sneaky errors:
13495  check out the 
13496 \family sans
13497 Tools\SpecialChar \menuseparator
13498 Check\InsetSpace ~
13499 TeX
13500 \family default
13501  feature described in section 
13502 \emph on
13503 Checking TeX
13504 \emph default
13505  of the 
13506 \emph on
13507 Extended Features
13508 \emph default
13509  manual.
13510 \end_layout
13511
13512 \begin_layout Subsubsection
13513 Quotes
13514 \begin_inset Index
13515 status collapsed
13516
13517 \begin_layout Standard
13518 Typography ! Quotes
13519 \end_layout
13520
13521 \end_inset
13522
13523
13524 \begin_inset Index
13525 status collapsed
13526
13527 \begin_layout Standard
13528 Quotes | see{Typography}
13529 \end_layout
13530
13531 \end_inset
13532
13533
13534 \begin_inset CommandInset label
13535 LatexCommand label
13536 name "sub:Quotes"
13537
13538 \end_inset
13539
13540
13541 \end_layout
13542
13543 \begin_layout Standard
13544 LyX usually sets quotes correctly.
13545  Specifically, it will use an opening quote at the beginning of quoted text,
13546  and use a closing quote at the end.
13547  For example, 
13548 \begin_inset Quotes eld
13549 \end_inset
13550
13551 open close
13552 \begin_inset Quotes erd
13553 \end_inset
13554
13555 .
13556  The keyboard character, 
13557 \family sans
13558 "
13559 \family default
13560 , generates this automatically.
13561 \end_layout
13562
13563 \begin_layout Standard
13564 You can change the behavior of the 
13565 \family sans
13566 "
13567 \family default
13568  key using the submenu 
13569 \family sans
13570 Language
13571 \family default
13572  of the dialog 
13573 \family sans
13574 Document\SpecialChar \menuseparator
13575 Settings
13576 \family default
13577
13578 \begin_inset Index
13579 status collapsed
13580
13581 \begin_layout Standard
13582 Document ! Settings
13583 \end_layout
13584
13585 \end_inset
13586
13587  dialog.
13588 \end_layout
13589
13590 \begin_layout Standard
13591 You can also select quotes for different languages in the box 
13592 \family sans
13593 Type
13594 \family default
13595  option.
13596  There are six choices:
13597 \end_layout
13598
13599 \begin_layout Labeling
13600 \labelwidthstring 00.00.0000
13601
13602 \family sans
13603 \begin_inset Quotes eld
13604 \end_inset
13605
13606 Text
13607 \begin_inset Quotes erd
13608 \end_inset
13609
13610
13611 \family default
13612  Use quotes like this 
13613 \begin_inset Quotes eld
13614 \end_inset
13615
13616 double
13617 \begin_inset Quotes erd
13618 \end_inset
13619
13620  or 
13621 \begin_inset Quotes els
13622 \end_inset
13623
13624 single
13625 \begin_inset Quotes ers
13626 \end_inset
13627
13628
13629 \end_layout
13630
13631 \begin_layout Labeling
13632 \labelwidthstring 00.00.0000
13633
13634 \family sans
13635 \begin_inset Quotes sld
13636 \end_inset
13637
13638 Text
13639 \begin_inset Quotes srd
13640 \end_inset
13641
13642
13643 \family default
13644  Use quotes like 
13645 \begin_inset Quotes sld
13646 \end_inset
13647
13648 this
13649 \begin_inset Quotes srd
13650 \end_inset
13651
13652  or 'this
13653 \begin_inset Quotes ers
13654 \end_inset
13655
13656
13657 \end_layout
13658
13659 \begin_layout Labeling
13660 \labelwidthstring 00.00.0000
13661
13662 \family sans
13663 \begin_inset Quotes gld
13664 \end_inset
13665
13666 Text
13667 \begin_inset Quotes grd
13668 \end_inset
13669
13670
13671 \family default
13672  Use quotes like 
13673 \begin_inset Quotes gld
13674 \end_inset
13675
13676 this
13677 \begin_inset Quotes grd
13678 \end_inset
13679
13680  or 
13681 \begin_inset Quotes gls
13682 \end_inset
13683
13684 this
13685 \begin_inset Quotes grs
13686 \end_inset
13687
13688
13689 \end_layout
13690
13691 \begin_layout Labeling
13692 \labelwidthstring 00.00.0000
13693
13694 \family sans
13695 \begin_inset Quotes pld
13696 \end_inset
13697
13698 Text
13699 \begin_inset Quotes prd
13700 \end_inset
13701
13702
13703 \family default
13704  Use quotes like 
13705 \begin_inset Quotes pld
13706 \end_inset
13707
13708 this
13709 \begin_inset Quotes prd
13710 \end_inset
13711
13712  or 
13713 \begin_inset Quotes pls
13714 \end_inset
13715
13716 this
13717 \begin_inset Quotes prs
13718 \end_inset
13719
13720
13721 \end_layout
13722
13723 \begin_layout Labeling
13724 \labelwidthstring 00.00.0000
13725
13726 \family sans
13727 \begin_inset Quotes fld
13728 \end_inset
13729
13730 Text
13731 \begin_inset Quotes frd
13732 \end_inset
13733
13734
13735 \family default
13736  Use quotes like 
13737 \begin_inset Quotes fld
13738 \end_inset
13739
13740 this
13741 \begin_inset Quotes frd
13742 \end_inset
13743
13744  or 
13745 \begin_inset Quotes fls
13746 \end_inset
13747
13748 this
13749 \begin_inset Quotes frs
13750 \end_inset
13751
13752
13753 \end_layout
13754
13755 \begin_layout Labeling
13756 \labelwidthstring 00.00.0000
13757
13758 \family sans
13759 \begin_inset Quotes ald
13760 \end_inset
13761
13762 Text
13763 \begin_inset Quotes ard
13764 \end_inset
13765
13766
13767 \family default
13768  Use quotes like 
13769 \begin_inset Quotes ald
13770 \end_inset
13771
13772 this
13773 \begin_inset Quotes ard
13774 \end_inset
13775
13776  or 
13777 \begin_inset Quotes als
13778 \end_inset
13779
13780 this
13781 \begin_inset Quotes ars
13782 \end_inset
13783
13784
13785 \end_layout
13786
13787 \begin_layout Standard
13788 These settings affects what character the 
13789 \family sans
13790 "
13791 \family default
13792  key produces.
13793 \end_layout
13794
13795 \begin_layout Subsection
13796 Ligatures
13797 \begin_inset Index
13798 status collapsed
13799
13800 \begin_layout Standard
13801 Typography ! Ligatures
13802 \end_layout
13803
13804 \end_inset
13805
13806
13807 \begin_inset Index
13808 status collapsed
13809
13810 \begin_layout Standard
13811 Ligatures | see{Typography}
13812 \end_layout
13813
13814 \end_inset
13815
13816
13817 \begin_inset CommandInset label
13818 LatexCommand label
13819 name "sub:Ligatures"
13820
13821 \end_inset
13822
13823
13824 \end_layout
13825
13826 \begin_layout Standard
13827 It is standard typesetting practice to group certain letters together and
13828  print them as single characters.
13829  These groups are known as 
13830 \emph on
13831 ligatures
13832 \emph default
13833 .
13834  Since LaTeX knows about ligatures, your documents will contain them too
13835  in the output.
13836  Here are the standard ligatures:
13837 \end_layout
13838
13839 \begin_layout Itemize
13840 ff
13841 \end_layout
13842
13843 \begin_layout Itemize
13844 fi
13845 \end_layout
13846
13847 \begin_layout Itemize
13848 fl
13849 \end_layout
13850
13851 \begin_layout Itemize
13852 ffi
13853 \end_layout
13854
13855 \begin_layout Itemize
13856 ffl
13857 \end_layout
13858
13859 \begin_layout Standard
13860 Some languages uses other ligatures if the document font supports them.
13861 \end_layout
13862
13863 \begin_layout Standard
13864 Sometimes, you don't want a ligature in a word.
13865  While a ligature may be okay in the word, 
13866 \begin_inset Quotes eld
13867 \end_inset
13868
13869 graffiti,
13870 \begin_inset Quotes erd
13871 \end_inset
13872
13873  it looks really weird in compound words, such as 
13874 \begin_inset Quotes eld
13875 \end_inset
13876
13877 cufflink
13878 \begin_inset Quotes erd
13879 \end_inset
13880
13881  or the German 
13882 \begin_inset Quotes eld
13883 \end_inset
13884
13885 Dorffest.
13886 \begin_inset Quotes erd
13887 \end_inset
13888
13889  To break a ligature, use 
13890 \family sans
13891 Insert\SpecialChar \menuseparator
13892 Formatting\SpecialChar \menuseparator
13893 Ligature\InsetSpace ~
13894 Break.
13895
13896 \family default
13897  This changes 
13898 \begin_inset Quotes eld
13899 \end_inset
13900
13901 cufflinks
13902 \begin_inset Quotes erd
13903 \end_inset
13904
13905  to 
13906 \begin_inset Quotes eld
13907 \end_inset
13908
13909 cuff\SpecialChar \textcompwordmark{}
13910 links
13911 \begin_inset Quotes erd
13912 \end_inset
13913
13914  and 
13915 \begin_inset Quotes eld
13916 \end_inset
13917
13918 Dorffest
13919 \begin_inset Quotes erd
13920 \end_inset
13921
13922  to 
13923 \begin_inset Quotes eld
13924 \end_inset
13925
13926 Dorf\SpecialChar \textcompwordmark{}
13927 fest
13928 \begin_inset Quotes erd
13929 \end_inset
13930
13931 .
13932 \end_layout
13933
13934 \begin_layout Subsection
13935 LyX's Proper Names
13936 \begin_inset Index
13937 status collapsed
13938
13939 \begin_layout Standard
13940 LyX ! Proper names
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \begin_inset CommandInset label
13947 LatexCommand label
13948 name "sub:LyX's-Proper-Names"
13949
13950 \end_inset
13951
13952
13953 \end_layout
13954
13955 \begin_layout Standard
13956 You have surely noticed, that the word 
13957 \begin_inset Quotes eld
13958 \end_inset
13959
13960 LaTeX
13961 \begin_inset Quotes erd
13962 \end_inset
13963
13964  appears always with characters in different size and height.
13965  LaTeX is the name of the program used by LyX and is therefore recognized
13966  as proper name when you type it in LyX as 
13967 \begin_inset Quotes eld
13968 \end_inset
13969
13970 LaT
13971 \begin_inset ERT
13972 status collapsed
13973
13974 \begin_layout Standard
13975
13976 \family roman
13977 \series medium
13978 \shape up
13979 \size normal
13980 \emph off
13981 \bar no
13982 \noun off
13983 \color none
13984 {}
13985 \end_layout
13986
13987 \end_inset
13988
13989 eX
13990 \begin_inset Quotes erd
13991 \end_inset
13992
13993 .
13994 \begin_inset Note Note
13995 status collapsed
13996
13997 \begin_layout Standard
13998 The braces in ERT are here to avoid that the 
13999 \begin_inset Quotes eld
14000 \end_inset
14001
14002 command
14003 \begin_inset Quotes erd
14004 \end_inset
14005
14006  appear as proper name in the output, see the last paragraph of this section.
14007  To create proper names omit the ERT.
14008 \end_layout
14009
14010 \end_inset
14011
14012  Note the order of the upper-and lowercase letters! LyX recognizes the following
14013  proper names:
14014 \end_layout
14015
14016 \begin_layout Description
14017 LyX The name of the game, write 
14018 \begin_inset Quotes eld
14019 \end_inset
14020
14021 L
14022 \begin_inset ERT
14023 status collapsed
14024
14025 \begin_layout Standard
14026
14027 \family roman
14028 \series medium
14029 \shape up
14030 \size normal
14031 \emph off
14032 \bar no
14033 \noun off
14034 \color none
14035 {}
14036 \end_layout
14037
14038 \end_inset
14039
14040 yX
14041 \begin_inset Quotes erd
14042 \end_inset
14043
14044  to produce it.
14045 \end_layout
14046
14047 \begin_layout Description
14048 TeX The program used by LaTeX, write 
14049 \begin_inset Quotes eld
14050 \end_inset
14051
14052 T
14053 \begin_inset ERT
14054 status collapsed
14055
14056 \begin_layout Standard
14057
14058 \family roman
14059 \series medium
14060 \shape up
14061 \size normal
14062 \emph off
14063 \bar no
14064 \noun off
14065 \color none
14066 {}
14067 \end_layout
14068
14069 \end_inset
14070
14071 eX
14072 \begin_inset Quotes erd
14073 \end_inset
14074
14075  to produce it.
14076 \end_layout
14077
14078 \begin_layout Description
14079 LaTeX The program used by LyX, write 
14080 \begin_inset Quotes eld
14081 \end_inset
14082
14083 LaT
14084 \begin_inset ERT
14085 status collapsed
14086
14087 \begin_layout Standard
14088
14089 \family roman
14090 \series medium
14091 \shape up
14092 \size normal
14093 \emph off
14094 \bar no
14095 \noun off
14096 \color none
14097 {}
14098 \end_layout
14099
14100 \end_inset
14101
14102 eX
14103 \begin_inset Quotes erd
14104 \end_inset
14105
14106  to produce it.
14107 \end_layout
14108
14109 \begin_layout Description
14110 LaTeX2e The actual version of LaTeX, write 
14111 \begin_inset Quotes eld
14112 \end_inset
14113
14114 LaT
14115 \begin_inset ERT
14116 status collapsed
14117
14118 \begin_layout Standard
14119
14120 \family roman
14121 \series medium
14122 \shape up
14123 \size normal
14124 \emph off
14125 \bar no
14126 \noun off
14127 \color none
14128 {}
14129 \end_layout
14130
14131 \end_inset
14132
14133 eX2e
14134 \begin_inset Quotes erd
14135 \end_inset
14136
14137  to produce it.
14138 \end_layout
14139
14140 \begin_layout Standard
14141 You might wonder why the LaTeX-version is 
14142 \begin_inset Quotes eld
14143 \end_inset
14144
14145 2
14146 \begin_inset Formula $\epsilon$
14147 \end_inset
14148
14149
14150 \begin_inset Quotes erd
14151 \end_inset
14152
14153 .
14154  It's an old tradition in the TeX-world to give programs geek version numbers.
14155  For example the version number of TeX converges to the number 
14156 \begin_inset Formula $\pi$
14157 \end_inset
14158
14159 : The actual version is 
14160 \begin_inset Quotes eld
14161 \end_inset
14162
14163 TeX-3.141592
14164 \begin_inset Quotes erd
14165 \end_inset
14166
14167 , the previous one was 
14168 \begin_inset Quotes eld
14169 \end_inset
14170
14171 TeX-3.14159
14172 \begin_inset Quotes erd
14173 \end_inset
14174
14175 .
14176 \end_layout
14177
14178 \begin_layout Standard
14179 If you don't want to use proper names, e.g.
14180  in section headings, you can insert two empty braces in ERT in the word.
14181  This will look in LyX like: 
14182 \begin_inset Graphics
14183         filename clipart/LaTeX.png
14184         inzipName 
14185         embed true
14186
14187 \end_inset
14188
14189
14190 \newline
14191 For more about ERT, look at section\InsetSpace ~
14192
14193 \begin_inset CommandInset ref
14194 LatexCommand ref
14195 reference "sec:ERT"
14196
14197 \end_inset
14198
14199 .
14200 \end_layout
14201
14202 \begin_layout Subsection
14203 Units
14204 \begin_inset Index
14205 status collapsed
14206
14207 \begin_layout Standard
14208 Typography ! Units
14209 \end_layout
14210
14211 \end_inset
14212
14213
14214 \end_layout
14215
14216 \begin_layout Standard
14217 Generally the space between units and the number is smaller than the normal
14218  space between two words.
14219  As you can see in the example below, it looks better when the space is
14220  smaller.
14221  To get such a 
14222 \begin_inset Quotes eld
14223 \end_inset
14224
14225 half space
14226 \begin_inset Quotes erd
14227 \end_inset
14228
14229  for units use the menu 
14230 \family sans
14231 Insert\SpecialChar \menuseparator
14232 Formatting\SpecialChar \menuseparator
14233 Thin\InsetSpace ~
14234 Space
14235 \family default
14236  (shortcut 
14237 \family sans
14238 C-S-Space
14239 \family default
14240 ).
14241 \end_layout
14242
14243 \begin_layout Standard
14244 Here's an example to show the differences:
14245 \end_layout
14246
14247 \begin_layout Standard
14248 \begin_inset Tabular
14249 <lyxtabular version="3" rows="2" columns="2">
14250 <features>
14251 <column alignment="left" valignment="top" width="0">
14252 <column alignment="left" valignment="top" width="0">
14253 <row>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Standard
14258 24\InsetSpace ~
14259 kW
14260 \begin_inset Formula $\cdot$
14261 \end_inset
14262
14263 h
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Standard
14272 space between number and unit
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 </row>
14278 <row>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Standard
14283 24\InsetSpace \thinspace{}
14284 kW
14285 \begin_inset Formula $\cdot$
14286 \end_inset
14287
14288 h
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Standard
14297 half space between number and unit
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 </row>
14303 </lyxtabular>
14304
14305 \end_inset
14306
14307
14308 \end_layout
14309
14310 \begin_layout Subsection
14311 Widows and Orphans
14312 \begin_inset Index
14313 status collapsed
14314
14315 \begin_layout Standard
14316 Typography ! Widows and orphans
14317 \end_layout
14318
14319 \end_inset
14320
14321
14322 \begin_inset CommandInset label
14323 LatexCommand label
14324 name "sub:Widows"
14325
14326 \end_inset
14327
14328
14329 \end_layout
14330
14331 \begin_layout Standard
14332 In the early days of word processors, page breaks went wherever the page
14333  happened to end.
14334  There was no regard for what was actually going on in the text.
14335  You may remember once printing out a document, only to find the heading
14336  for a new section printed at the very bottom of the page, the first line
14337  of a new paragraph all alone at the bottom of a page, or the last line
14338  of a paragraph at the top of a new page.
14339  These dangly-bits of text became known as 
14340 \emph on
14341 widows
14342 \emph default
14343  and 
14344 \emph on
14345 orphans
14346 \emph default
14347 .
14348 \end_layout
14349
14350 \begin_layout Standard
14351 Clearly, LyX can avoid breaking pages after a section heading.
14352  That's part of the advantage of paragraph environments.
14353  But what about widows and orphans, where the page breaks leave one line
14354  of a paragraph all alone at the top or bottom of a page? There are rules
14355  built into LaTeX governing page breaks, and some of those rules are there
14356  to specifically prevent widows and orphans.
14357  This is the advantage LyX has in using LaTeX as its backend.
14358 \end_layout
14359
14360 \begin_layout Standard
14361 There's no way we can go into how TeX and LaTeX decide to break a page,
14362  or how you can tweak that behavior.
14363  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
14364
14365 \begin_inset CommandInset citation
14366 LatexCommand cite
14367 key "latexcompanion"
14368
14369 \end_inset
14370
14371  or\InsetSpace ~
14372
14373 \begin_inset CommandInset citation
14374 LatexCommand cite
14375 key "latexguide"
14376
14377 \end_inset
14378
14379 ] may have more information.
14380  You will almost never need to worry about this, however.
14381 \end_layout
14382
14383 \begin_layout Chapter
14384 Notes, Graphics, Tables, and Floats
14385 \begin_inset CommandInset label
14386 LatexCommand label
14387 name "cha:Floats-and-Notes"
14388
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \begin_layout Standard
14395 The issues of this chapter are described in detail in the 
14396 \emph on
14397 Embedded Objects
14398 \emph default
14399  manual.
14400  There you'll also find tips and tricks for special cases.
14401 \end_layout
14402
14403 \begin_layout Section
14404 Notes
14405 \begin_inset Index
14406 status collapsed
14407
14408 \begin_layout Standard
14409 Notes
14410 \end_layout
14411
14412 \end_inset
14413
14414
14415 \begin_inset CommandInset label
14416 LatexCommand label
14417 name "sec:Notes"
14418
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \begin_layout Standard
14425 LyX offers you a few types of notes to add to your document:
14426 \end_layout
14427
14428 \begin_layout Description
14429 LyX\InsetSpace ~
14430 Note This note type is for internal notes that won't appear in the output.
14431 \newline
14432
14433 \begin_inset Note Note
14434 status open
14435
14436 \begin_layout Standard
14437 This is text in a note box that doesn't appear in the output.
14438 \end_layout
14439
14440 \end_inset
14441
14442
14443 \end_layout
14444
14445 \begin_layout Description
14446 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
14447 ent, when you export the document to LaTeX via the menu 
14448 \family sans
14449 File\SpecialChar \menuseparator
14450 Export\SpecialChar \menuseparator
14451 LaTeX (pdflatex) / (plain)
14452 \family default
14453 .
14454 \newline
14455
14456 \begin_inset Note Comment
14457 status open
14458
14459 \begin_layout Standard
14460 This is text in a note box that only appears as comment in LaTeX-files.
14461 \end_layout
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \begin_layout Description
14469 Greyed\InsetSpace ~
14470 Out This note will appear in the output as grey text.
14471 \newline
14472
14473 \newline
14474
14475 \begin_inset Note Greyedout
14476 status open
14477
14478 \begin_layout Standard
14479 This is text
14480 \begin_inset Foot
14481 status collapsed
14482
14483 \begin_layout Standard
14484 This is an example footnote within a greyed out note.
14485  In this document the greyed out note color is redefined to blue.
14486  How this can be done is explained in the 
14487 \emph on
14488 Embedded Objects
14489 \emph default
14490  manual.
14491 \end_layout
14492
14493 \end_inset
14494
14495  of a comment that appears in the output as grey text.
14496 \end_layout
14497
14498 \end_inset
14499
14500
14501 \newline
14502
14503 \newline
14504 As you can see in the example, the first line of greyed out notes is a bit
14505  indented and greyed out notes can have footnotes.
14506 \end_layout
14507
14508 \begin_layout Description
14509 Framed This note will appear in the output as framed text.
14510  
14511 \begin_inset Note Framed
14512 status open
14513
14514 \begin_layout Standard
14515 This is text in a note box that appears framed in the output.
14516 \end_layout
14517
14518 \end_inset
14519
14520  In contrary to framed boxes like the one in section\InsetSpace ~
14521
14522 \begin_inset CommandInset ref
14523 LatexCommand ref
14524 reference "sub:ERT-Boxes"
14525
14526 \end_inset
14527
14528 , the frame uses always the whole text width and the note is set into its
14529  own paragraph.
14530 \end_layout
14531
14532 \begin_layout Description
14533 Shaded This note will appear in the output with red background color.
14534 \begin_inset Note Shaded
14535 status open
14536
14537 \begin_layout Standard
14538 This text in a note box appears in the output with red background.
14539 \end_layout
14540
14541 \end_inset
14542
14543 In contrary to colored boxes, the note uses always the whole text width
14544  and the note is set into its own paragraph.
14545 \end_layout
14546
14547 \begin_layout Standard
14548 Notes are inserted with the toolbar button 
14549 \begin_inset Graphics
14550         filename ../images/note-insert.png
14551         inzipName 
14552         embed true
14553         scale 85
14554         scaleBeforeRotation
14555
14556 \end_inset
14557
14558  or the menu 
14559 \family sans
14560 Insert\SpecialChar \menuseparator
14561 Note
14562 \family default
14563 .
14564  Right-click on the appearing note box to select the note type.
14565 \end_layout
14566
14567 \begin_layout Section
14568 Footnotes
14569 \begin_inset Index
14570 status collapsed
14571
14572 \begin_layout Standard
14573 Footnotes
14574 \end_layout
14575
14576 \end_inset
14577
14578
14579 \begin_inset CommandInset label
14580 LatexCommand label
14581 name "sec:Footnotes"
14582
14583 \end_inset
14584
14585
14586 \end_layout
14587
14588 \begin_layout Standard
14589 LyX uses boxes to display footnotes: When you insert a footnote using the
14590  menu 
14591 \family sans
14592 Insert\SpecialChar \menuseparator
14593 Footnote
14594 \family default
14595  or the toolbar button 
14596 \begin_inset Graphics
14597         filename ../images/footnote-insert.png
14598         inzipName 
14599         embed false
14600
14601 \end_inset
14602
14603
14604 \family roman
14605 \series medium
14606 \bar no
14607 you'll see
14608 \family default
14609 \series default
14610 \bar default
14611  the following box: 
14612 \begin_inset Graphics
14613         filename clipart/footnoteQt4.png
14614         inzipName 
14615         embed true
14616         scale 80
14617
14618 \end_inset
14619
14620
14621 \family roman
14622 \series medium
14623 \bar no
14624 .
14625  This box is LyX's representation of your footnote.
14626  If you
14627 \family default
14628 \series default
14629 \bar default
14630  left-click on 
14631 \family roman
14632 \series medium
14633 \bar no
14634 the 
14635 \begin_inset Quotes eld
14636 \end_inset
14637
14638
14639 \family sans
14640 foot
14641 \family roman
14642
14643 \begin_inset Quotes erd
14644 \end_inset
14645
14646
14647 \family default
14648 \series default
14649 \bar default
14650  
14651 \family roman
14652 \series medium
14653 \bar no
14654 label, the box will
14655 \family default
14656 \series default
14657 \bar default
14658  be opened and you can enter the footnote text into it.
14659  Clicking on the box label again, will close 
14660 \family roman
14661 \series medium
14662 \bar no
14663 the
14664 \family default
14665 \series default
14666 \bar default
14667  box
14668 \family roman
14669 \series medium
14670 \bar no
14671 .
14672  If you want to turn existing text into a footnote, simply mark it and click
14673  on the footnote
14674 \family default
14675 \series default
14676 \bar default
14677  toolbar 
14678 \family roman
14679 \series medium
14680 \bar no
14681 button
14682 \family default
14683 \series default
14684 \bar default
14685 .
14686 \end_layout
14687
14688 \begin_layout Standard
14689 Here's an example footnote:
14690 \family roman
14691 \series medium
14692 \bar no
14693
14694 \begin_inset Foot
14695 status open
14696
14697 \begin_layout Standard
14698 To close a footnote, click on the red box at the top left.
14699 \end_layout
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \begin_layout Standard
14707 The footnote will appear in the output as a superscript number at the text
14708  position where the footnote box is placed.
14709  The footnote text is placed at the bottom of the current page.
14710  The footnote number is calculated by LyX, the numbers are consecutive,
14711  no matter in which chapter the footnote is in.
14712  LyX doesn't support other numbering schemes yet, but you can get another
14713  scheme using special LaTeX-commands.
14714  T
14715 \family roman
14716 h
14717 \family default
14718 ey are described in the 
14719 \emph on
14720 Embedded Objects
14721 \emph default
14722  manual.
14723 \end_layout
14724
14725 \begin_layout Section
14726 Marginal Notes
14727 \begin_inset Index
14728 status collapsed
14729
14730 \begin_layout Standard
14731 Marginal notes
14732 \end_layout
14733
14734 \end_inset
14735
14736
14737 \begin_inset CommandInset label
14738 LatexCommand label
14739 name "sec:Marginal-Notes"
14740
14741 \end_inset
14742
14743
14744 \end_layout
14745
14746 \begin_layout Standard
14747 Marginal notes look and behave just like footnotes in LyX.
14748  When you insert a margin note via the menu 
14749 \family sans
14750 Insert\SpecialChar \menuseparator
14751 Marginal\InsetSpace ~
14752 Note
14753 \family default
14754  or the toolbar button 
14755 \begin_inset Graphics
14756         filename ../images/marginalnote-insert.png
14757         inzipName 
14758         embed true
14759
14760 \end_inset
14761
14762 , you'll see 
14763 \family roman
14764 \series medium
14765 a
14766 \family default
14767 \series default
14768  grey 
14769 \family roman
14770 \series medium
14771 box with a
14772 \family default
14773 \series default
14774  red 
14775 \family roman
14776 \series medium
14777 label 
14778 \begin_inset Quotes eld
14779 \end_inset
14780
14781 margin
14782 \begin_inset Quotes erd
14783 \end_inset
14784
14785  appearing within your text.
14786  This box is LyX's representation of your margin
14787 \family default
14788 \series default
14789 al 
14790 \family roman
14791 \series medium
14792 note.
14793 \end_layout
14794
14795 \begin_layout Standard
14796 At the side is an example marginal note.
14797 \family roman
14798 \series medium
14799
14800 \begin_inset Marginal
14801 status open
14802
14803 \begin_layout Standard
14804 This is a marginal note.
14805 \end_layout
14806
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \begin_layout Standard
14813 Marginal notes appear at the right side in single-sided documents.
14814  In double-sided documents they appear in the outer margin -- left on even
14815  pages, right on odd pages.
14816 \end_layout
14817
14818 \begin_layout Section
14819 Graphics and Images
14820 \begin_inset Index
14821 status collapsed
14822
14823 \begin_layout Standard
14824 Images
14825 \end_layout
14826
14827 \end_inset
14828
14829
14830 \begin_inset Index
14831 status collapsed
14832
14833 \begin_layout Standard
14834 Graphics
14835 \end_layout
14836
14837 \end_inset
14838
14839
14840 \begin_inset CommandInset label
14841 LatexCommand label
14842 name "sec:Graphics"
14843
14844 \end_inset
14845
14846
14847 \end_layout
14848
14849 \begin_layout Standard
14850 To insert an image in your document, place the cursor at the text position
14851  you want and click on the toolbar icon 
14852 \begin_inset Graphics
14853         filename ../images/dialog-show-new-inset_graphics.png
14854         inzipName 
14855         embed false
14856
14857 \end_inset
14858
14859  or select 
14860 \family sans
14861 Insert\SpecialChar \menuseparator
14862 Graphics
14863 \family default
14864  from the menu.
14865  Then a dialog will appear to choose the file to load.
14866 \end_layout
14867
14868 \begin_layout Standard
14869 This dialog has numerous mostly self-explanatory parameters.
14870  The 
14871 \family sans
14872 Graphics
14873 \family default
14874  tab allows you to choose your image file.
14875  The appearance of the image inside LyX and in the output is adjusted separately.
14876  The image can be transformed by setting a rotation angle and a scaling
14877  factor.
14878  The scaling units are explained in Appendix\InsetSpace ~
14879
14880 \begin_inset CommandInset ref
14881 LatexCommand ref
14882 reference "cha:Units-available-in"
14883
14884 \end_inset
14885
14886 .
14887 \end_layout
14888
14889 \begin_layout Standard
14890 In the tab 
14891 \family sans
14892 Clipping
14893 \family default
14894  it is possible to set image coordinates to adjust the height and width
14895  of the image in the output.
14896  The coordinates can also be calculated automatically by pressing the button
14897  
14898 \family sans
14899 Get\InsetSpace ~
14900 from\InsetSpace ~
14901 file
14902 \family default
14903 .
14904  The option 
14905 \family sans
14906 Clip\InsetSpace ~
14907 to\InsetSpace ~
14908 bounding\InsetSpace ~
14909 box
14910 \family default
14911  will only print the image region within the given coordinates.
14912  Normally you don't need to take care about image coordinates and can ignore
14913  the tab 
14914 \family sans
14915 Clipping
14916 \family default
14917 .
14918 \end_layout
14919
14920 \begin_layout Standard
14921 LaTeX experts can specify additional LaTeX options in the 
14922 \family sans
14923 Extras
14924 \family default
14925  tab.
14926  You can also set the 
14927 \family sans
14928 Subfigure
14929 \family default
14930  option here if the image is inside a figure float.
14931  This option is explained in section\InsetSpace ~
14932
14933 \begin_inset CommandInset ref
14934 LatexCommand ref
14935 reference "sec:Figure-Floats"
14936
14937 \end_inset
14938
14939 .
14940  The option 
14941 \family sans
14942 Draft\InsetSpace ~
14943 mode
14944 \family default
14945  effects that the image don't appear in the output, only a frame with the
14946  image size is printed.
14947 \end_layout
14948
14949 \begin_layout Standard
14950 The graphics dialog can be called at any time by right-clicking on an image.
14951  The image will appear in the output exactly at the position where it is
14952  in the text.
14953  This is an example image in the PDF format within a separate, horizontally
14954  centered paragraph: 
14955 \end_layout
14956
14957 \begin_layout Standard
14958 \align center
14959 \begin_inset Graphics
14960         filename clipart/mobius.eps
14961         inzipName 
14962         embed true
14963         display color
14964         scale 70
14965         rotateOrigin center
14966
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \begin_layout Standard
14973 If you need image captions and want to reference images, you have to put
14974  the image into a float, see section\InsetSpace ~
14975
14976 \begin_inset CommandInset ref
14977 LatexCommand ref
14978 reference "sec:Figure-Floats"
14979
14980 \end_inset
14981
14982 .
14983 \end_layout
14984
14985 \begin_layout Subsection
14986 Image Formats
14987 \begin_inset Index
14988 status collapsed
14989
14990 \begin_layout Standard
14991 Image formats
14992 \end_layout
14993
14994 \end_inset
14995
14996
14997 \begin_inset CommandInset label
14998 LatexCommand label
14999 name "sub:Image-Formats"
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \begin_layout Standard
15007 You can insert images in any known file format.
15008  But as we explained in section\InsetSpace ~
15009
15010 \begin_inset CommandInset ref
15011 LatexCommand ref
15012 reference "sub:Output-file-formats"
15013
15014 \end_inset
15015
15016 , every output document format allows only a few image formats.
15017  LyX uses therefore the program 
15018 \family typewriter
15019 Imagemagick
15020 \family default
15021  in the background to convert the images to the right format.
15022  To increase your workflow by avoiding these conversions in the background,
15023  you can use only the image formats listed in the subsections of section\InsetSpace ~
15024
15025 \begin_inset CommandInset ref
15026 LatexCommand ref
15027 reference "sub:Output-file-formats"
15028
15029 \end_inset
15030
15031 .
15032 \end_layout
15033
15034 \begin_layout Standard
15035 Similar to fonts there are two types of image formats:
15036 \end_layout
15037
15038 \begin_layout Description
15039 Bitmap\InsetSpace ~
15040 images consist of pixel values, often in a compressed form.
15041  They are therefore not fully scalable and look pixeled in large zooms.
15042  Well-known bitmap image formats are 
15043 \begin_inset Quotes eld
15044 \end_inset
15045
15046 Graphics Interchange Format
15047 \begin_inset Quotes erd
15048 \end_inset
15049
15050  (GIF, file extension 
15051 \begin_inset Quotes eld
15052 \end_inset
15053
15054
15055 \family typewriter
15056 .gif
15057 \family default
15058
15059 \begin_inset Quotes erd
15060 \end_inset
15061
15062 )
15063 \begin_inset Index
15064 status collapsed
15065
15066 \begin_layout Standard
15067 GIF|see{Image formats}
15068 \end_layout
15069
15070 \end_inset
15071
15072
15073 \begin_inset Quotes eld
15074 \end_inset
15075
15076 Portable Network Graphics
15077 \begin_inset Quotes erd
15078 \end_inset
15079
15080  (PNG, file extension 
15081 \begin_inset Quotes eld
15082 \end_inset
15083
15084
15085 \family typewriter
15086 .png
15087 \family default
15088
15089 \begin_inset Quotes erd
15090 \end_inset
15091
15092 )
15093 \begin_inset Index
15094 status collapsed
15095
15096 \begin_layout Standard
15097 PNG|see{Image formats}
15098 \end_layout
15099
15100 \end_inset
15101
15102 , and 
15103 \begin_inset Quotes eld
15104 \end_inset
15105
15106 Joint Photographic Experts Group
15107 \begin_inset Quotes erd
15108 \end_inset
15109
15110  (JPG, file extension 
15111 \begin_inset Quotes eld
15112 \end_inset
15113
15114
15115 \family typewriter
15116 .jpg
15117 \family default
15118
15119 \begin_inset Quotes erd
15120 \end_inset
15121
15122  or 
15123 \begin_inset Quotes eld
15124 \end_inset
15125
15126
15127 \family typewriter
15128 .jpeg
15129 \family default
15130
15131 \begin_inset Quotes erd
15132 \end_inset
15133
15134 )
15135 \begin_inset Index
15136 status collapsed
15137
15138 \begin_layout Standard
15139 JPG|see{Image formats}
15140 \end_layout
15141
15142 \end_inset
15143
15144 .
15145 \end_layout
15146
15147 \begin_layout Description
15148 Scalable\InsetSpace ~
15149 images consist of vectors and can therefore be scaled to any size
15150  without data loss.
15151  The scaling ability is necessary if you want to create presentations, because
15152  presentations are always scaled by the beamer.
15153  Scaling is also useful for online documents to let the user zoom into diagrams.
15154 \newline
15155 S
15156 calable image formats can be 
15157 \begin_inset Quotes eld
15158 \end_inset
15159
15160 Scalable Vector Graphics
15161 \begin_inset Quotes erd
15162 \end_inset
15163
15164  (SVG, file extension 
15165 \begin_inset Quotes eld
15166 \end_inset
15167
15168
15169 \family typewriter
15170 .svg
15171 \family default
15172
15173 \begin_inset Quotes erd
15174 \end_inset
15175
15176 )
15177 \begin_inset Index
15178 status collapsed
15179
15180 \begin_layout Standard
15181 SVG|see{Image formats}
15182 \end_layout
15183
15184 \end_inset
15185
15186
15187 \begin_inset Quotes eld
15188 \end_inset
15189
15190 Encapsulated PostScript
15191 \begin_inset Quotes erd
15192 \end_inset
15193
15194  (EPS, file extension 
15195 \begin_inset Quotes eld
15196 \end_inset
15197
15198
15199 \family typewriter
15200 .eps
15201 \family default
15202
15203 \begin_inset Quotes erd
15204 \end_inset
15205
15206 )
15207 \begin_inset Index
15208 status collapsed
15209
15210 \begin_layout Standard
15211 EPS|see{Image formats}
15212 \end_layout
15213
15214 \end_inset
15215
15216 , and 
15217 \begin_inset Quotes eld
15218 \end_inset
15219
15220 Portable Document Format
15221 \begin_inset Quotes erd
15222 \end_inset
15223
15224  (PDF, file extension 
15225 \begin_inset Quotes eld
15226 \end_inset
15227
15228
15229 \family typewriter
15230 .pdf
15231 \family default
15232
15233 \begin_inset Quotes erd
15234 \end_inset
15235
15236 )
15237 \begin_inset Index
15238 status collapsed
15239
15240 \begin_layout Standard
15241 PDF
15242 \end_layout
15243
15244 \end_inset
15245
15246 .
15247  We say it can be, because you can convert any bitmap image format to PDF
15248  or EPS and the result won't be scalable.
15249  In this cases only a header with the image properties is added to the original
15250  image
15251 \begin_inset Foot
15252 status collapsed
15253
15254 \begin_layout Standard
15255 In the case of PDF, the original image is additionally compressed.
15256 \end_layout
15257
15258 \end_inset
15259
15260 .
15261 \end_layout
15262
15263 \begin_layout Standard
15264 Normally one can't convert a bitmap image into a scalable one, only vice
15265  versa.
15266 \end_layout
15267
15268 \begin_layout Section
15269 Tables
15270 \begin_inset Index
15271 status collapsed
15272
15273 \begin_layout Standard
15274 Tables
15275 \end_layout
15276
15277 \end_inset
15278
15279
15280 \begin_inset CommandInset label
15281 LatexCommand label
15282 name "sec:Tables"
15283
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \begin_layout Standard
15290 You can insert a table using either the toolbar button 
15291 \begin_inset Graphics
15292         filename ../images/tabular-insert.png
15293         inzipName 
15294         embed false
15295         scale 85
15296
15297 \end_inset
15298
15299  or the menu 
15300 \family sans
15301 Insert\SpecialChar \menuseparator
15302 Table
15303 \family default
15304 .
15305  A dialog will appear, asking you for the number of rows and columns.
15306  The default table has lines around any cell and the first row appears separated
15307  from the rest of the table.
15308  This separation appears due to a double line: The cells of the first row
15309  have a line below them and the cells of the second row have a line above
15310  them.
15311  Here's an example table:
15312 \end_layout
15313
15314 \begin_layout Standard
15315 \align center
15316 \begin_inset Tabular
15317 <lyxtabular version="3" rows="4" columns="4">
15318 <features>
15319 <column alignment="center" valignment="top" leftline="true" width="0pt">
15320 <column alignment="center" valignment="top" leftline="true" width="0pt">
15321 <column alignment="center" valignment="top" leftline="true" width="0in">
15322 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15323 <row topline="true" bottomline="true">
15324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Standard
15328
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Standard
15337
15338 \family roman
15339 \series medium
15340 \shape up
15341 \size normal
15342 \emph off
15343 \bar no
15344 \noun off
15345 \color none
15346 1
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Standard
15355 2
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Standard
15364 3
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 </row>
15370 <row topline="true">
15371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Standard
15375
15376 \family roman
15377 \series medium
15378 \shape up
15379 \size normal
15380 \emph off
15381 \bar no
15382 \noun off
15383 \color none
15384 A
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Standard
15393
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Standard
15402
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Standard
15411
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 </row>
15417 <row topline="true">
15418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Standard
15422
15423 \family roman
15424 \series medium
15425 \shape up
15426 \size normal
15427 \emph off
15428 \bar no
15429 \noun off
15430 \color none
15431 B
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Standard
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Standard
15449
15450 \size normal
15451 \noun off
15452 \color none
15453  
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Standard
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 <row topline="true" bottomline="true">
15469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Standard
15473
15474 \family roman
15475 \series medium
15476 \shape up
15477 \size normal
15478 \emph off
15479 \bar no
15480 \noun off
15481 \color none
15482 C
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Standard
15491
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Standard
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Standard
15509
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 </row>
15515 </lyxtabular>
15516
15517 \end_inset
15518
15519
15520 \end_layout
15521
15522 \begin_layout Subsection
15523 The Table dialog
15524 \end_layout
15525
15526 \begin_layout Standard
15527 You can alter a table by clicking on it with the right mouse button, which
15528  brings up the table dialog.
15529  Here you can adjust the settings of the cell and row/column respectively
15530  where the cursor is placed currently.
15531  Most of the dialog options also work on selections.
15532  This means that if you select more cells, columns or rows the action is
15533  done on all of your selection.
15534 \end_layout
15535
15536 \begin_layout Standard
15537 Additionally to the table dialog the 
15538 \family sans
15539 table\InsetSpace ~
15540 toolbar
15541 \family default
15542 , that appears when the cursor is inside a table, helps you in setting table
15543  properties.
15544  It is for example currently only possible to add\InsetSpace \thinspace{}
15545 /\InsetSpace \thinspace{}
15546 delete lines via the table
15547  toolbar.
15548 \end_layout
15549
15550 \begin_layout Standard
15551 In the tab 
15552 \family sans
15553 Table\InsetSpace ~
15554 Settings
15555 \family default
15556  of the table dialog you can set the alignment for the current row.
15557  If you add a row or column, it will be inserted right beside or below the
15558  current cell respectively.
15559  The vertical alignment of a column can only be adjusted when a column width
15560  is given.
15561  A given width will allow the cell to have linebreaks and multiple paragraphs
15562  of text, see section\InsetSpace ~
15563
15564 \begin_inset CommandInset ref
15565 LatexCommand ref
15566 reference "sub:Table-Cells"
15567
15568 \end_inset
15569
15570 .
15571 \end_layout
15572
15573 \begin_layout Standard
15574 You can mark multiple cells of one row as a multicolumn cell using the check
15575  box 
15576 \family sans
15577 Multicolumn
15578 \family default
15579 .
15580  This will merge the cells to 
15581 \emph on
15582 one
15583 \emph default
15584  cell, spread over more than one column.
15585  Multicolumn cells are treated as own rows, so that the alignment, width,
15586  and border settings affect only the multicolumn cell.
15587  Here's an example table with a multicolumn cell in the first row and one
15588  in the last row without the upper border:
15589 \end_layout
15590
15591 \begin_layout Standard
15592 \align center
15593 \begin_inset Tabular
15594 <lyxtabular version="3" rows="3" columns="4">
15595 <features firstHeadTopDL="true" firstHeadBottomDL="true">
15596 <column alignment="center" valignment="top" leftline="true" width="0pt">
15597 <column alignment="center" valignment="middle" leftline="true" width="0">
15598 <column alignment="center" valignment="top" leftline="true" width="0in">
15599 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15600 <row topline="true" bottomline="true">
15601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Standard
15605 abc
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Standard
15614 def ghi
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Standard
15623
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Standard
15632 jkl
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 </row>
15638 <row topline="true">
15639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Standard
15643
15644 \family roman
15645 \series medium
15646 \shape up
15647 \size normal
15648 \emph off
15649 \bar no
15650 \noun off
15651 \color none
15652 A
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Standard
15661 B
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Standard
15670 C
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Standard
15679 D
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 </row>
15685 <row topline="true" bottomline="true">
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Standard
15690 1
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Standard
15699 2
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Standard
15708 3
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Standard
15717 4
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 </row>
15723 </lyxtabular>
15724
15725 \end_inset
15726
15727
15728 \end_layout
15729
15730 \begin_layout Standard
15731 At the moment LyX doesn't support multirow cells.
15732  Adept users can declare special LaTeX-arguments for the table.
15733  They are necessary for special table formatting, like for multirow cells,
15734  explained in the tables section of the 
15735 \emph on
15736 Extended\InsetSpace ~
15737 Features
15738 \emph default
15739  manual.
15740  You can also rotate the current cell or the whole table 90
15741 \begin_inset Formula $\,$
15742 \end_inset
15743
15744 degrees counterclockwise.
15745  These rotations are not visible in LyX but in the output.
15746 \end_layout
15747
15748 \begin_layout Standard
15749 \begin_inset Note Greyedout
15750 status open
15751
15752 \begin_layout Standard
15753
15754 \series bold
15755 Note:
15756 \series default
15757  Most DVI-viewers are 
15758 \emph on
15759 not
15760 \emph default
15761  able to display rotations.
15762 \end_layout
15763
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \begin_layout Standard
15770 The 
15771 \family sans
15772 Borders
15773 \family default
15774  tab allows you to add and delete border lines for the current row/column.
15775  The button 
15776 \family sans
15777 Default
15778 \family default
15779  adds lines for all cell borders.
15780 \end_layout
15781
15782 \begin_layout Subsection
15783 Longtables
15784 \begin_inset Index
15785 status collapsed
15786
15787 \begin_layout Standard
15788 Tables ! Longtables
15789 \end_layout
15790
15791 \end_inset
15792
15793
15794 \begin_inset Index
15795 status collapsed
15796
15797 \begin_layout Standard
15798 Longtables
15799 \end_layout
15800
15801 \end_inset
15802
15803
15804 \end_layout
15805
15806 \begin_layout Standard
15807 If the table is too long to fit on one page, you can use the option 
15808 \family sans
15809 Use\InsetSpace ~
15810 long\InsetSpace ~
15811 table
15812 \family default
15813  in the tab 
15814 \family sans
15815 Longtable
15816 \family default
15817  of the table dialog to split the table automatically over more pages.
15818  Doing this enables some check boxes and you can now define:
15819 \end_layout
15820
15821 \begin_layout Description
15822
15823 \family sans
15824 Header
15825 \family default
15826 : The current row and all rows above, that don't have any special options
15827  defined, are defined to be the header rows of all pages of the longtable;
15828  except for the first page, if 
15829 \family sans
15830 First\InsetSpace ~
15831 header
15832 \family default
15833  is defined.
15834 \end_layout
15835
15836 \begin_layout Description
15837
15838 \family sans
15839 First\InsetSpace ~
15840 header
15841 \family default
15842 : The current row and all rows above, that don't have any special options
15843  defined, are defined to be the header rows of the first page of the longtable.
15844 \end_layout
15845
15846 \begin_layout Description
15847
15848 \family sans
15849 Footer
15850 \family default
15851 : The current row and all rows below, that don't have any special options
15852  defined, are defined to be the footer rows of all pages of the longtable;
15853  except for the last page, if 
15854 \family sans
15855 Last\InsetSpace ~
15856 footer
15857 \family default
15858  is defined.
15859 \end_layout
15860
15861 \begin_layout Description
15862
15863 \family sans
15864 Last\InsetSpace ~
15865 footer
15866 \family default
15867 : The current row and all rows below, that don't have any special options
15868  defined, are defined to be the footer rows of the last page of the longtable.
15869 \end_layout
15870
15871 \begin_layout Standard
15872 You can also specify a row where the table is splitted.
15873  If you set more than one option in the same table row, you should be aware
15874  of the fact that only the first one is used in the given table row.
15875  The others will then be defined as 
15876 \emph on
15877 empty
15878 \emph default
15879 .
15880  In this context, first means first in this order: 
15881 \family sans
15882 Footer, Last\InsetSpace ~
15883 footer,
15884 \family default
15885  
15886 \family sans
15887 Header,
15888 \family default
15889  
15890 \family sans
15891 First\InsetSpace ~
15892 header.
15893
15894 \family default
15895  See the following longtable to see how it works:
15896 \end_layout
15897
15898 \begin_layout Standard
15899 \align center
15900 \begin_inset Tabular
15901 <lyxtabular version="3" rows="69" columns="3">
15902 <features islongtable="true">
15903 <column alignment="block" valignment="top" leftline="true" width="5cm">
15904 <column alignment="left" valignment="top" width="0pt">
15905 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15906 <row topline="true" bottomline="true" endfirsthead="true">
15907 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Standard
15911
15912 \series bold
15913 Example Phone List (ignore the names)
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Standard
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Standard
15931
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 </row>
15937 <row topline="true" bottomline="true" endfirsthead="true">
15938 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Standard
15942
15943 \series bold
15944 NAME
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Standard
15953
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Standard
15962
15963 \series bold
15964 TEL.
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 </row>
15970 <row topline="true" bottomline="true" endhead="true">
15971 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Standard
15975  
15976 \series bold
15977 Example Phone List
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Standard
15986
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Standard
15995
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 </row>
16001 <row topline="true" bottomline="true" endhead="true">
16002 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Standard
16006
16007 \series bold
16008 NAME
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Standard
16017
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Standard
16026
16027 \series bold
16028 TEL.
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 <row topline="true" bottomline="true" endfoot="true">
16035 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Standard
16039  
16040 \series bold
16041 continue ...
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Standard
16050
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Standard
16059
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 </row>
16065 <row topline="true" bottomline="true">
16066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Standard
16070
16071 \series bold
16072 Annovi
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 <cell alignment="center" valignment="top" topline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Standard
16081 Silvia
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Standard
16090 111
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 </row>
16096 <row bottomline="true">
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Standard
16101
16102 \series bold
16103 Bertoli
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" topline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Standard
16112 Stefano
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Standard
16121 111
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 </row>
16127 <row bottomline="true">
16128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Standard
16132
16133 \series bold
16134 Bozzi
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 <cell alignment="center" valignment="top" topline="true" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Standard
16143 Walter
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Standard
16152 111
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 </row>
16158 <row bottomline="true">
16159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Standard
16163
16164 \series bold
16165 Cachia
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" topline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Standard
16174 Maria
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Standard
16183 111
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 </row>
16189 <row bottomline="true">
16190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Standard
16194
16195 \series bold
16196 Cachia
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Standard
16205 Maurizio
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Standard
16214 111
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 </row>
16220 <row bottomline="true">
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Standard
16225
16226 \series bold
16227 Cinquemani
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 <cell alignment="center" valignment="top" topline="true" usebox="none">
16233 \begin_inset Text
16234
16235 \begin_layout Standard
16236 Giusi
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Standard
16245 111
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 </row>
16251 <row bottomline="true">
16252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Standard
16256
16257 \series bold
16258 Colin
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Standard
16267 Bernard
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Standard
16276 111
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 </row>
16282 <row bottomline="true">
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Standard
16287
16288 \series bold
16289 Concli
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Standard
16298 Gianfranco
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Standard
16307 111
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 </row>
16313 <row bottomline="true">
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Standard
16318
16319 \series bold
16320 Dal Bosco
16321 \end_layout
16322
16323 \end_inset
16324 </cell>
16325 <cell alignment="center" valignment="top" topline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Standard
16329 Carolina
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Standard
16338 111
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 </row>
16344 <row bottomline="true">
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Standard
16349
16350 \series bold
16351 Dalpiaz
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 <cell alignment="center" valignment="top" topline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Standard
16360 Annamaria
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Standard
16369 111
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 </row>
16375 <row bottomline="true">
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Standard
16380
16381 \series bold
16382 Feliciello
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Standard
16391 Domenico
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Standard
16400 111
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 <row bottomline="true">
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Standard
16411
16412 \series bold
16413 Focarelli
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 <cell alignment="center" valignment="top" topline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Standard
16422 Paola
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Standard
16431 111
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 </row>
16437 <row bottomline="true">
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Standard
16442
16443 \series bold
16444 Galletti
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Standard
16453 Oreste
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Standard
16462 111
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 <row bottomline="true">
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Standard
16473
16474 \series bold
16475 Gasparini
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell alignment="center" valignment="top" topline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Standard
16484 Franca
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Standard
16493 111
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row bottomline="true">
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Standard
16504
16505 \series bold
16506 Rizzardi
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Standard
16515 Paola
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Standard
16524 111
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 </row>
16530 <row bottomline="true">
16531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Standard
16535
16536 \series bold
16537 Lassini
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell alignment="center" valignment="top" topline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Standard
16546 Giancarlo
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Standard
16555 111
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 </row>
16561 <row bottomline="true">
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Standard
16566
16567 \series bold
16568 Malfatti
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Standard
16577 Luciano
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Standard
16586 111
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row bottomline="true">
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Standard
16597
16598 \series bold
16599 Malfatti
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Standard
16608 Valeriano
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Standard
16617 111
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 </row>
16623 <row bottomline="true">
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Standard
16628
16629 \series bold
16630 Meneguzzo
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Standard
16639 Roberto
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Standard
16648 111
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row bottomline="true">
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Standard
16659
16660 \series bold
16661 Mezzadra
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Standard
16670 Roberto
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Standard
16679 111
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row bottomline="true">
16686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Standard
16690
16691 \series bold
16692 Pirpamer
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" topline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Standard
16701 Erich
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Standard
16710 111
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 </row>
16716 <row bottomline="true">
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Standard
16721
16722 \series bold
16723 Pochiesa
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Standard
16732 Paolo
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Standard
16741 111, 222
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 </row>
16747 <row bottomline="true">
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Standard
16752
16753 \series bold
16754 Radina
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" topline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Standard
16763 Claudio
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Standard
16772 111
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 <row bottomline="true">
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Standard
16783
16784 \series bold
16785 Stuffer
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Standard
16794 Oskar
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Standard
16803 111
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 </row>
16809 <row bottomline="true">
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Standard
16814
16815 \series bold
16816 Tacchelli
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell alignment="center" valignment="top" topline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Standard
16825 Ugo
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Standard
16834 111
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row bottomline="true">
16841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Standard
16845
16846 \series bold
16847 Tezzele
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Standard
16856 Margit
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Standard
16865 111
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 </row>
16871 <row bottomline="true">
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Standard
16876
16877 \series bold
16878 Unterkalmsteiner
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" topline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Standard
16887 Frieda
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Standard
16896 111
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row bottomline="true">
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Standard
16907
16908 \series bold
16909 Vieider
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Standard
16918 Hilde
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Standard
16927 111
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row bottomline="true">
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Standard
16938
16939 \series bold
16940 Vigna
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" topline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Standard
16949 Jürgen
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Standard
16958 111
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 </row>
16964 <row bottomline="true">
16965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Standard
16969
16970 \series bold
16971 Weber
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell alignment="center" valignment="top" topline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Standard
16980 Maurizio
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Standard
16989 111
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row bottomline="true">
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Standard
17000
17001 \series bold
17002 Winkler
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" topline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Standard
17011 Franz
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Standard
17020 111
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 </row>
17026 <row bottomline="true">
17027 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Standard
17031  
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Standard
17040
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Standard
17049
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 </row>
17055 <row bottomline="true">
17056 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Standard
17060
17061 \series bold
17062 Annovi
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Standard
17071 Silvia
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Standard
17080 555
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 </row>
17086 <row bottomline="true">
17087 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Standard
17091
17092 \series bold
17093 Bertoli
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 <cell alignment="center" valignment="top" topline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Standard
17102 Stefano
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Standard
17111 555
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 <row bottomline="true">
17118 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Standard
17122
17123 \series bold
17124 Bozzi
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Standard
17133 Walter
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Standard
17142 555
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 </row>
17148 <row bottomline="true">
17149 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Standard
17153
17154 \series bold
17155 Cachia
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 <cell alignment="center" valignment="top" topline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Standard
17164 Maria
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Standard
17173 555
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row bottomline="true">
17180 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Standard
17184
17185 \series bold
17186 Cachia
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Standard
17195 Maurizio
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Standard
17204 555
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 </row>
17210 <row bottomline="true">
17211 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Standard
17215
17216 \series bold
17217 Cinquemani
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 <cell alignment="center" valignment="top" topline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Standard
17226 Giusi
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Standard
17235 555
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 </row>
17241 <row bottomline="true">
17242 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Standard
17246
17247 \series bold
17248 Colin
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 <cell alignment="center" valignment="top" topline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Standard
17257 Bernard
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Standard
17266 555
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 <row bottomline="true">
17273 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Standard
17277
17278 \series bold
17279 Concli
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" topline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Standard
17288 Gianfranco
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Standard
17297 555
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 <row bottomline="true">
17304 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Standard
17308
17309 \series bold
17310 Dal Bosco
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell alignment="center" valignment="top" topline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Standard
17319 Carolina
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Standard
17328 555
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 </row>
17334 <row bottomline="true">
17335 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Standard
17339
17340 \series bold
17341 Dalpiaz
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 <cell alignment="center" valignment="top" topline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Standard
17350 Annamaria
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Standard
17359 555
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 </row>
17365 <row bottomline="true">
17366 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Standard
17370
17371 \series bold
17372 Feliciello
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" topline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Standard
17381 Domenico
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Standard
17390 555
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 </row>
17396 <row bottomline="true">
17397 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Standard
17401
17402 \series bold
17403 Focarelli
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell alignment="center" valignment="top" topline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Standard
17412 Paola
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Standard
17421 555
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 </row>
17427 <row bottomline="true">
17428 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Standard
17432
17433 \series bold
17434 Galletti
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" topline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Standard
17443 Oreste
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Standard
17452 555
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 </row>
17458 <row bottomline="true">
17459 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Standard
17463
17464 \series bold
17465 Gasparini
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" topline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Standard
17474 Franca
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Standard
17483 555
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row bottomline="true">
17490 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Standard
17494
17495 \series bold
17496 Rizzardi
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Standard
17505 Paola
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Standard
17514 555
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 </row>
17520 <row bottomline="true">
17521 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Standard
17525
17526 \series bold
17527 Lassini
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" topline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Standard
17536 Giancarlo
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Standard
17545 555
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row bottomline="true">
17552 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Standard
17556
17557 \series bold
17558 Malfatti
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" topline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Standard
17567 Luciano
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Standard
17576 555
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 </row>
17582 <row bottomline="true">
17583 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Standard
17587
17588 \series bold
17589 Malfatti
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" topline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Standard
17598 Valeriano
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Standard
17607 555
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 </row>
17613 <row bottomline="true">
17614 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Standard
17618
17619 \series bold
17620 Meneguzzo
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" topline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Standard
17629 Roberto
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Standard
17638 555
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 <row bottomline="true">
17645 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Standard
17649
17650 \series bold
17651 Mezzadra
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" topline="true" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Standard
17660 Roberto
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Standard
17669 555
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 <row bottomline="true">
17676 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Standard
17680
17681 \series bold
17682 Pirpamer
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" topline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Standard
17691 Erich
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Standard
17700 555
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 </row>
17706 <row bottomline="true">
17707 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Standard
17711
17712 \series bold
17713 Pochiesa
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" topline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Standard
17722 Paolo
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Standard
17731 555, 222
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 </row>
17737 <row bottomline="true">
17738 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Standard
17742
17743 \series bold
17744 Radina
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" topline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Standard
17753 Claudio
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Standard
17762 555
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 </row>
17768 <row bottomline="true">
17769 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Standard
17773
17774 \series bold
17775 Stuffer
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" topline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Standard
17784 Oskar
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Standard
17793 555
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 </row>
17799 <row bottomline="true">
17800 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Standard
17804
17805 \series bold
17806 Tacchelli
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" topline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Standard
17815 Ugo
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Standard
17824 555
17825 \end_layout
17826
17827 \end_inset
17828 </cell>
17829 </row>
17830 <row bottomline="true">
17831 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Standard
17835
17836 \series bold
17837 Tezzele
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell alignment="center" valignment="top" topline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Standard
17846 Margit
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Standard
17855 555
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 </row>
17861 <row bottomline="true">
17862 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Standard
17866
17867 \series bold
17868 Unterkalmsteiner
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 <cell alignment="center" valignment="top" topline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Standard
17877 Frieda
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Standard
17886 555
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 </row>
17892 <row bottomline="true">
17893 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Standard
17897
17898 \series bold
17899 Vieider
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 <cell alignment="center" valignment="top" topline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Standard
17908 Hilde
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Standard
17917 555
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 </row>
17923 <row bottomline="true">
17924 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Standard
17928
17929 \series bold
17930 Vigna
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" topline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Standard
17939 Jürgen
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Standard
17948 999
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 </row>
17954 <row bottomline="true">
17955 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Standard
17959
17960 \series bold
17961 Weber
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Standard
17970 Maurizio
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Standard
17979 555
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 </row>
17985 <row bottomline="true">
17986 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Standard
17990
17991 \series bold
17992 Winkler
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" topline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Standard
18001 Franz
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 555
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 <row bottomline="true" endlastfoot="true">
18017 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Standard
18021
18022 \series bold
18023 End
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Standard
18032
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Standard
18041
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 </row>
18047 </lyxtabular>
18048
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \begin_layout Subsection
18055 Table Cells
18056 \begin_inset Index
18057 status collapsed
18058
18059 \begin_layout Standard
18060 Tables ! Cells
18061 \end_layout
18062
18063 \end_inset
18064
18065
18066 \begin_inset CommandInset label
18067 LatexCommand label
18068 name "sub:Table-Cells"
18069
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \begin_layout Standard
18076 A table cell can contain text, inline equations, a figure, or another table.
18077  All these kinds of objects can be placed in the same cell.
18078  Font sizes and shapes can also be altered.
18079  But you can't put a special environment in a cell (like 
18080 \family sans
18081 Section*
18082 \family default
18083 , etc.), nor set spacing options etc.
18084  for the cell's paragraph.
18085 \end_layout
18086
18087 \begin_layout Standard
18088 To have multi-line entries in table cells, you have to declare a fixed width
18089  for the column in the table dialog.
18090  Your text is then automatically split into multiple lines and the cell
18091  is enlarged vertically when the length of the text exceeds the given width.
18092  An example:
18093 \end_layout
18094
18095 \begin_layout Standard
18096 \align center
18097 \begin_inset Tabular
18098 <lyxtabular version="3" rows="4" columns="3">
18099 <features>
18100 <column alignment="center" valignment="top" leftline="true" width="0pt">
18101 <column alignment="block" valignment="top" leftline="true" width="3cm">
18102 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
18103 <row topline="true" bottomline="true">
18104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Standard
18108
18109 \family roman
18110 \series medium
18111 \shape up
18112 \size normal
18113 \emph off
18114 \bar no
18115 \noun off
18116 \color none
18117 1
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Standard
18126
18127 \family roman
18128 \series medium
18129 \shape up
18130 \size normal
18131 \emph off
18132 \bar no
18133 \noun off
18134 \color none
18135 2
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Standard
18144
18145 \family roman
18146 \series medium
18147 \shape up
18148 \size normal
18149 \emph off
18150 \bar no
18151 \noun off
18152 \color none
18153 3
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 </row>
18159 <row>
18160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Standard
18164
18165 \family roman
18166 \series medium
18167 \shape up
18168 \size normal
18169 \emph off
18170 \bar no
18171 \noun off
18172 \color none
18173 4
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Standard
18182
18183 \family roman
18184 \series medium
18185 \shape up
18186 \size normal
18187 \emph off
18188 \bar no
18189 \noun off
18190 \color none
18191 This is a multiline entry in a table.
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Standard
18200
18201 \family roman
18202 \series medium
18203 \shape up
18204 \size normal
18205 \emph off
18206 \bar no
18207 \noun off
18208 \color none
18209 5
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 </row>
18215 <row bottomline="true">
18216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Standard
18220
18221 \family roman
18222 \series medium
18223 \shape up
18224 \size normal
18225 \emph off
18226 \bar no
18227 \noun off
18228 \color none
18229 6
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Standard
18238
18239 \family roman
18240 \series medium
18241 \shape up
18242 \size normal
18243 \emph off
18244 \bar no
18245 \noun off
18246 \color none
18247 This is longer now.
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Standard
18256
18257 \family roman
18258 \series medium
18259 \shape up
18260 \size normal
18261 \emph off
18262 \bar no
18263 \noun off
18264 \color none
18265 7
18266 \end_layout
18267
18268 \end_inset
18269 </cell>
18270 </row>
18271 <row bottomline="true">
18272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Standard
18276
18277 \family roman
18278 \series medium
18279 \shape up
18280 \size normal
18281 \emph off
18282 \bar no
18283 \noun off
18284 \color none
18285 8
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Standard
18294
18295 \family roman
18296 \series medium
18297 \shape up
18298 \size normal
18299 \emph off
18300 \bar no
18301 \noun off
18302 \color none
18303 This is a multiline entry in a table.
18304  This is longer now.
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Standard
18313
18314 \family roman
18315 \series medium
18316 \shape up
18317 \size normal
18318 \emph off
18319 \bar no
18320 \noun off
18321 \color none
18322 9
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 </row>
18328 </lyxtabular>
18329
18330 \end_inset
18331
18332
18333 \end_layout
18334
18335 \begin_layout Standard
18336 Cutting and pasting between tables and table cells works reasonably well.
18337  You can cut and paste even more than one row.
18338  Selection with the mouse or with 
18339 \family sans
18340 Shift
18341 \family default
18342  plus the arrow keys works as usual.
18343  You can also copy and paste the entire table as a single unit by starting
18344  the selection from outside the table.
18345 \end_layout
18346
18347 \begin_layout Section
18348 Floats
18349 \begin_inset Index
18350 status collapsed
18351
18352 \begin_layout Standard
18353 Floats
18354 \end_layout
18355
18356 \end_inset
18357
18358
18359 \begin_inset CommandInset label
18360 LatexCommand label
18361 name "sec:Floats"
18362
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \begin_layout Standard
18369 A float is a block of text associated with some sort of label, which doesn't
18370  have a fixed location.
18371  It can 
18372 \begin_inset Quotes eld
18373 \end_inset
18374
18375 float
18376 \begin_inset Quotes erd
18377 \end_inset
18378
18379  forward or backward a page or two, to wherever it fits best.
18380  
18381 \family sans
18382 Footnotes
18383 \family default
18384  and 
18385 \family sans
18386 Margin\InsetSpace ~
18387 Notes
18388 \family default
18389  are also floats, because they can float to the next page when there are
18390  too much notes at the page.
18391 \end_layout
18392
18393 \begin_layout Standard
18394 Floats makes it possible to get a high quality layout.
18395  Images and tables can evenly be spread to the pages to avoid whitespace
18396  and pages without text.
18397  As the floating often destroys the context between the text and the image/table
18398 , every float can be referenced in the text.
18399  Floats are therefore numbered.
18400  Referencing is described in section\InsetSpace ~
18401
18402 \begin_inset CommandInset ref
18403 LatexCommand ref
18404 reference "sec:Cross-References"
18405
18406 \end_inset
18407
18408 .
18409 \end_layout
18410
18411 \begin_layout Standard
18412 To insert a float, use the menu 
18413 \family sans
18414 Insert\SpecialChar \menuseparator
18415 Floats
18416 \family default
18417 .
18418  A box with a caption that has e.\InsetSpace \thinspace{}
18419 g.\InsetSpace ~
18420 the label 
18421 \begin_inset Quotes eld
18422 \end_inset
18423
18424 Figure\InsetSpace ~
18425 #:
18426 \begin_inset Quotes erd
18427 \end_inset
18428
18429  (# is the actual number) will be inserted into your document.
18430  The label will automatically be translated to the document language in
18431  the output.
18432  Behind the label you can insert the caption text.
18433 \begin_inset Index
18434 status collapsed
18435
18436 \begin_layout Standard
18437 Floats ! Captions
18438 \end_layout
18439
18440 \end_inset
18441
18442  The image or table is inserted above or below the caption in a separate
18443  paragraph within the float.
18444  To keep your LyX-document readable, you can open and close the float box
18445  by left-clicking on the box label.
18446  A closed float box looks like this: 
18447 \begin_inset Graphics
18448         filename clipart/floatQt4.png
18449         inzipName 
18450         embed true
18451         scale 80
18452
18453 \end_inset
18454
18455  -- a gray button with a red label.
18456 \end_layout
18457
18458 \begin_layout Standard
18459 It is recommended to insert floats as a separate paragraph to avoid possible
18460  LaTeX-errors that can occur when the surrounding text is specially formatted.
18461 \end_layout
18462
18463 \begin_layout Subsection
18464 Float Types
18465 \end_layout
18466
18467 \begin_layout Subsubsection
18468 Figure Floats
18469 \begin_inset Index
18470 status collapsed
18471
18472 \begin_layout Standard
18473 Floats ! Figure floats
18474 \end_layout
18475
18476 \end_inset
18477
18478
18479 \begin_inset CommandInset label
18480 LatexCommand label
18481 name "sec:Figure-Floats"
18482
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \begin_layout Standard
18489 The menu 
18490 \family sans
18491 Insert\SpecialChar \menuseparator
18492 Float\SpecialChar \menuseparator
18493 Figure
18494 \family default
18495  inserts a float with the label 
18496 \begin_inset Quotes eld
18497 \end_inset
18498
18499
18500 \series bold
18501 Figure\InsetSpace ~
18502 #:
18503 \series default
18504
18505 \begin_inset Quotes erd
18506 \end_inset
18507
18508 .
18509  Set the cursor above this label (or before it and press enter) and insert
18510  the image as described above to get the caption printed below the image.
18511  This is what we did for Figure\InsetSpace ~
18512
18513 \begin_inset CommandInset ref
18514 LatexCommand ref
18515 reference "cap:Platypus"
18516
18517 \end_inset
18518
18519 .
18520  If you want the caption to be above the image, set the cursor at the end
18521  of the caption, press enter and insert the image.
18522  This was done in Figure\InsetSpace ~
18523
18524 \begin_inset CommandInset ref
18525 LatexCommand ref
18526 reference "cap:Escher"
18527
18528 \end_inset
18529
18530 .
18531 \end_layout
18532
18533 \begin_layout Standard
18534 \begin_inset Float figure
18535 wide false
18536 sideways false
18537 status open
18538
18539 \begin_layout Standard
18540 \align center
18541 \begin_inset Graphics
18542         filename clipart/platypus.eps
18543         inzipName 
18544         embed false
18545         display color
18546         width 50col%
18547         rotateOrigin center
18548
18549 \end_inset
18550
18551
18552 \end_layout
18553
18554 \begin_layout Standard
18555 \begin_inset Caption
18556
18557 \begin_layout Standard
18558 \begin_inset CommandInset label
18559 LatexCommand label
18560 name "cap:Platypus"
18561
18562 \end_inset
18563
18564 A severely distorted platypus in a float.
18565 \end_layout
18566
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \begin_layout Standard
18578 \begin_inset Float figure
18579 wide false
18580 sideways false
18581 status open
18582
18583 \begin_layout Standard
18584 \begin_inset Caption
18585
18586 \begin_layout Standard
18587 \begin_inset CommandInset label
18588 LatexCommand label
18589 name "cap:Escher"
18590
18591 \end_inset
18592
18593 M.C.
18594  Escher on acid.
18595 \end_layout
18596
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \begin_layout Standard
18603 \align center
18604 \begin_inset Graphics
18605         filename clipart/escher-lsd.eps
18606         inzipName 
18607         embed true
18608         display color
18609         scale 80
18610         rotateOrigin center
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Standard
18623 This figure float show also how to set a label and create a cross-reference
18624  to it.
18625  As described in section\InsetSpace ~
18626
18627 \begin_inset CommandInset ref
18628 LatexCommand ref
18629 reference "sec:Cross-References"
18630
18631 \end_inset
18632
18633 , you can simply insert a label in the caption using the menu 
18634 \family sans
18635 Insert\SpecialChar \menuseparator
18636 Label
18637 \family default
18638  and refer to it using the menu 
18639 \family sans
18640 Insert\SpecialChar \menuseparator
18641 Cross-Reference
18642 \family default
18643 .
18644  It is important to use references to figure floats, rather than using vague
18645  references like 
18646 \begin_inset Quotes eld
18647 \end_inset
18648
18649 the figure above
18650 \begin_inset Quotes erd
18651 \end_inset
18652
18653 , because as LaTeX will reposition the floats in the final document; it
18654  might not be 
18655 \begin_inset Quotes eld
18656 \end_inset
18657
18658 above
18659 \begin_inset Quotes erd
18660 \end_inset
18661
18662  at all.
18663 \end_layout
18664
18665 \begin_layout Standard
18666 Normally one inserts only one image to a figure float, but sometimes you
18667  might want to use two images with separate subcaptions.
18668  This can be done in the graphics dialog: Right-click on an image and go
18669  to the tab 
18670 \family sans
18671 Extra\InsetSpace ~
18672 options
18673 \family default
18674  in the appearing dialog, use the option 
18675 \family sans
18676 Subfigure
18677 \family default
18678 , and enter the subcaption for the image in the now enabled caption field.
18679  Figure\InsetSpace ~
18680
18681 \begin_inset CommandInset ref
18682 LatexCommand ref
18683 reference "cap:Two-distorted-images"
18684
18685 \end_inset
18686
18687  is an example of a figure float with two images set side by side.
18688  You can also set the images one below the other.
18689 \end_layout
18690
18691 \begin_layout Standard
18692 \begin_inset Float figure
18693 wide false
18694 sideways false
18695 status open
18696
18697 \begin_layout Standard
18698
18699 \hfill
18700
18701 \begin_inset Graphics
18702         filename clipart/escher-lsd.eps
18703         inzipName 
18704         embed true
18705         width 45col%
18706         subcaption
18707         subcaptionText "Undefinable structure"
18708
18709 \end_inset
18710
18711
18712 \hfill
18713
18714 \begin_inset Graphics
18715         filename clipart/platypus.eps
18716         inzipName 
18717         embed true
18718         lyxscale 60
18719         width 45col%
18720         subcaption
18721         subcaptionText "Platypus"
18722
18723 \end_inset
18724
18725
18726 \hfill
18727
18728 \end_layout
18729
18730 \begin_layout Standard
18731 \begin_inset Caption
18732
18733 \begin_layout Standard
18734 \begin_inset CommandInset label
18735 LatexCommand label
18736 name "cap:Two-distorted-images"
18737
18738 \end_inset
18739
18740 Two distorted images.
18741 \end_layout
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Standard
18754 Note that the caption is added to the 
18755 \family sans
18756 List\InsetSpace ~
18757 of\InsetSpace ~
18758 Figures
18759 \family default
18760  as described in section\InsetSpace ~
18761
18762 \begin_inset CommandInset ref
18763 LatexCommand ref
18764 reference "sec:ListsOf"
18765
18766 \end_inset
18767
18768 .
18769 \end_layout
18770
18771 \begin_layout Subsubsection
18772 Table Floats
18773 \begin_inset Index
18774 status collapsed
18775
18776 \begin_layout Standard
18777 Floats ! Table floats
18778 \end_layout
18779
18780 \end_inset
18781
18782
18783 \begin_inset CommandInset label
18784 LatexCommand label
18785 name "sec:Table-Floats"
18786
18787 \end_inset
18788
18789
18790 \end_layout
18791
18792 \begin_layout Standard
18793 Table floats can be inserted using the menu 
18794 \family sans
18795 Insert\SpecialChar \menuseparator
18796 Float\SpecialChar \menuseparator
18797 Table
18798 \family default
18799 .
18800  They have the same properties as figure floats except of the different
18801  label.
18802  Table\InsetSpace ~
18803
18804 \begin_inset CommandInset ref
18805 LatexCommand ref
18806 reference "cap:Table-float"
18807
18808 \end_inset
18809
18810  is an example of a table float.
18811 \end_layout
18812
18813 \begin_layout Standard
18814 \begin_inset Float table
18815 wide false
18816 sideways false
18817 status open
18818
18819 \begin_layout Standard
18820 \begin_inset Caption
18821
18822 \begin_layout Standard
18823 \begin_inset CommandInset label
18824 LatexCommand label
18825 name "cap:Table-float"
18826
18827 \end_inset
18828
18829 A table float.
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \begin_layout Standard
18838 \align center
18839 \begin_inset Tabular
18840 <lyxtabular version="3" rows="3" columns="3">
18841 <features>
18842 <column alignment="center" valignment="top" leftline="true" width="0pt">
18843 <column alignment="center" valignment="top" leftline="true" width="0pt">
18844 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
18845 <row topline="true" bottomline="true">
18846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18847 \begin_inset Text
18848
18849 \begin_layout Standard
18850
18851 \family roman
18852 \series medium
18853 \shape up
18854 \size normal
18855 \emph off
18856 \bar no
18857 \noun off
18858 \color none
18859 1
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Standard
18868
18869 \family roman
18870 \series medium
18871 \shape up
18872 \size normal
18873 \emph off
18874 \bar no
18875 \noun off
18876 \color none
18877 2
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Standard
18886
18887 \family roman
18888 \series medium
18889 \shape up
18890 \size normal
18891 \emph off
18892 \bar no
18893 \noun off
18894 \color none
18895 3
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 </row>
18901 <row topline="true">
18902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Standard
18906
18907 \family roman
18908 \series medium
18909 \shape up
18910 \size normal
18911 \emph off
18912 \bar no
18913 \noun off
18914 \color none
18915 Joe
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Standard
18924
18925 \family roman
18926 \series medium
18927 \shape up
18928 \size normal
18929 \emph off
18930 \bar no
18931 \noun off
18932 \color none
18933 Mary
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Standard
18942
18943 \family roman
18944 \series medium
18945 \shape up
18946 \size normal
18947 \emph off
18948 \bar no
18949 \noun off
18950 \color none
18951 Ted
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 <row topline="true" bottomline="true">
18958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Standard
18962
18963 \family roman
18964 \series medium
18965 \shape up
18966 \size normal
18967 \emph off
18968 \bar no
18969 \noun off
18970 \color none
18971 \begin_inset Formula $\int x^{2}dx$
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Standard
18983
18984 \family roman
18985 \series medium
18986 \shape up
18987 \size normal
18988 \emph off
18989 \bar no
18990 \noun off
18991 \color none
18992 \begin_inset Formula $\left[\begin{array}{cc}
18993 a & b\\
18994 c & d\end{array}\right]$
18995 \end_inset
18996
18997
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Standard
19006
19007 \family roman
19008 \series medium
19009 \shape up
19010 \size normal
19011 \emph off
19012 \bar no
19013 \noun off
19014 \color none
19015 \begin_inset Formula $1+1=2$
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 </row>
19024 </lyxtabular>
19025
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \end_inset
19032
19033
19034 \end_layout
19035
19036 \begin_layout Subsubsection
19037 Algorithm Floats
19038 \begin_inset Index
19039 status collapsed
19040
19041 \begin_layout Standard
19042 Floats ! Algorithm floats
19043 \end_layout
19044
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \begin_layout Standard
19051 This float type is inserted with the menu 
19052 \family sans
19053 Insert\SpecialChar \menuseparator
19054 Float\SpecialChar \menuseparator
19055 Algorithm
19056 \family default
19057 .
19058  It is used for program codes and descriptions of algorithms.
19059  A possible environment for algorithms is the 
19060 \family sans
19061 LyX-Code
19062 \family default
19063 , described in section\InsetSpace ~
19064
19065 \begin_inset CommandInset ref
19066 LatexCommand ref
19067 reference "sub:LyX-Code"
19068
19069 \end_inset
19070
19071 .
19072 \end_layout
19073
19074 \begin_layout Standard
19075 \begin_inset Note Greyedout
19076 status open
19077
19078 \begin_layout Standard
19079
19080 \series bold
19081 Note:
19082 \series default
19083  that the float label is not automatically translated into the document
19084  language.
19085 \end_layout
19086
19087 \end_inset
19088
19089  You have to do this manually by adding the following line
19090 \end_layout
19091
19092 \begin_layout Standard
19093
19094 \series bold
19095
19096 \backslash
19097 floatname{algorithm}{your\InsetSpace ~
19098 name}
19099 \end_layout
19100
19101 \begin_layout Standard
19102 to the document preamble (menu 
19103 \family sans
19104 Document\SpecialChar \menuseparator
19105 Settings
19106 \family default
19107 ).
19108  
19109 \series bold
19110 your\InsetSpace ~
19111 name
19112 \series default
19113  is the word 
19114 \begin_inset Quotes eld
19115 \end_inset
19116
19117
19118 \emph on
19119 algorithm
19120 \emph default
19121
19122 \begin_inset Quotes erd
19123 \end_inset
19124
19125  in your language.
19126 \end_layout
19127
19128 \begin_layout Subsubsection
19129 Text Wrap Floats
19130 \begin_inset Index
19131 status collapsed
19132
19133 \begin_layout Standard
19134 Floats ! Text Wrap Floats
19135 \end_layout
19136
19137 \end_inset
19138
19139
19140 \begin_inset CommandInset label
19141 LatexCommand label
19142 name "sec:floatflt"
19143
19144 \end_inset
19145
19146
19147 \end_layout
19148
19149 \begin_layout Standard
19150 This float type is used if you want to 
19151 \begin_inset Quotes eld
19152 \end_inset
19153
19154 wrap
19155 \begin_inset Quotes erd
19156 \end_inset
19157
19158  text around a figure so that it only occupies some fraction of the column
19159  width.
19160  It can be inserted using the menu 
19161 \begin_inset Wrap figure
19162 lines 0
19163 placement l
19164 overhang 0col%
19165 width "40col%"
19166 status open
19167
19168 \begin_layout Standard
19169 \begin_inset Graphics
19170         filename clipart/mobius.eps
19171         inzipName 
19172         embed false
19173         display color
19174         width 40col%
19175         rotateOrigin center
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Standard
19183 \begin_inset Caption
19184
19185 \begin_layout Standard
19186 \begin_inset CommandInset label
19187 LatexCommand label
19188 name "cap:Wrapped-figure"
19189
19190 \end_inset
19191
19192 This is a wrapped figure, and this is the brilliant caption that describes
19193  it
19194 \begin_inset VSpace medskip
19195 \end_inset
19196
19197
19198 \end_layout
19199
19200 \end_inset
19201
19202
19203 \end_layout
19204
19205 \end_inset
19206
19207  
19208 \family sans
19209 Insert\SpecialChar \menuseparator
19210 Float\SpecialChar \menuseparator
19211 Text\InsetSpace ~
19212 Wrap\InsetSpace ~
19213 Float
19214 \family default
19215  if the LaTeX-package 
19216 \series bold
19217 floatflt
19218 \series default
19219
19220 \begin_inset Index
19221 status collapsed
19222
19223 \begin_layout Standard
19224 LaTeX-packages ! floatflt
19225 \end_layout
19226
19227 \end_inset
19228
19229  is installed.
19230 \begin_inset Foot
19231 status collapsed
19232
19233 \begin_layout Standard
19234 Installing a LaTeX-package is explained it in the 
19235 \emph on
19236 LaTeX\InsetSpace ~
19237 Configuration
19238 \emph default
19239  manual.
19240 \end_layout
19241
19242 \end_inset
19243
19244  The width and placement of the float is adjusted by right-clicking on the
19245  float box.
19246  Figure\InsetSpace ~
19247
19248 \begin_inset CommandInset ref
19249 LatexCommand ref
19250 reference "cap:Wrapped-figure"
19251
19252 \end_inset
19253
19254  is an example Text\InsetSpace ~
19255 wrap float with a width of 40
19256 \begin_inset Formula $\,$
19257 \end_inset
19258
19259 col%.
19260 \begin_inset Foot
19261 status collapsed
19262
19263 \begin_layout Standard
19264 Available units are explained in Appendix\InsetSpace ~
19265
19266 \begin_inset CommandInset ref
19267 LatexCommand ref
19268 reference "cha:Units-available-in"
19269
19270 \end_inset
19271
19272 .
19273 \end_layout
19274
19275 \end_inset
19276
19277  Some space was added under the caption to separate it better from the surroundi
19278 ng text.
19279 \end_layout
19280
19281 \begin_layout Standard
19282 The LaTeX-package 
19283 \series bold
19284 floatflt
19285 \series default
19286  also supports table wrap floats, but they are not yet supported by LyX.
19287  If you need this, read the documentation of 
19288 \series bold
19289 floatflt
19290 \series default
19291  
19292 \begin_inset CommandInset citation
19293 LatexCommand cite
19294 key "floatflt"
19295
19296 \end_inset
19297
19298 .
19299 \end_layout
19300
19301 \begin_layout Standard
19302 \begin_inset Note Greyedout
19303 status open
19304
19305 \begin_layout Standard
19306
19307 \series bold
19308 Note:
19309 \series default
19310  Text\InsetSpace ~
19311 wrap float floats might be fragile! E.g.
19312  having a figure too close to the bottom of the page can mess things up
19313  in the way that the float doesn't appear in the output or that it is placed
19314  over some other text.
19315 \begin_inset Foot
19316 status collapsed
19317
19318 \begin_layout Standard
19319 The better solution is to use the LaTeX-package 
19320 \series bold
19321 wrapfig
19322 \series default
19323
19324 \begin_inset Index
19325 status collapsed
19326
19327 \begin_layout Standard
19328 LaTeX-packages ! wrapfig
19329 \end_layout
19330
19331 \end_inset
19332
19333  instead of 
19334 \series bold
19335 floatflt
19336 \series default
19337  but it is currently not supported by LyX.
19338 \end_layout
19339
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \end_inset
19346
19347  In general:
19348 \end_layout
19349
19350 \begin_layout Itemize
19351 Wrap floats should not be placed in paragraphs that run over a page break.
19352  That means that wrap floats should better be inserted to the exact place
19353  when the document is nearly ready and you are able to estimate where page
19354  breaks will appear.
19355 \end_layout
19356
19357 \begin_layout Itemize
19358 Wrap floats should either be placed in an own paragraph before the paragraph
19359  where they should wrap into or within a paragraph.
19360 \end_layout
19361
19362 \begin_layout Itemize
19363 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19364  there is a text paragraph between them as separator.
19365 \end_layout
19366
19367 \begin_layout Itemize
19368 Wrap floats are not allowed in section headings or tables.
19369 \end_layout
19370
19371 \begin_layout Subsection
19372 Rotated Floats
19373 \begin_inset CommandInset label
19374 LatexCommand label
19375 name "sub:Rotated-Floats"
19376
19377 \end_inset
19378
19379
19380 \begin_inset Index
19381 status collapsed
19382
19383 \begin_layout Standard
19384 Floats ! Rotating
19385 \end_layout
19386
19387 \end_inset
19388
19389
19390 \end_layout
19391
19392 \begin_layout Standard
19393 Especially for wide tables you might have floats rotated.
19394  To rotate a whole float including the caption, right-click on the float-box
19395  and use the option 
19396 \family sans
19397 Rotate\InsetSpace ~
19398 sideways
19399 \family default
19400 .
19401 \end_layout
19402
19403 \begin_layout Standard
19404 Rotated floats are always placed on its own page (or column, when you have
19405  a two-column document).
19406  They are rotated so that you can read them from the outside margin.
19407  Forcing the rotation direction is explained in the 
19408 \emph on
19409 Embedded Objects
19410 \emph default
19411  manual.
19412 \end_layout
19413
19414 \begin_layout Standard
19415 Referencing rotated floats is the same like for normal floats, the caption
19416  format is also the same: Table\InsetSpace ~
19417
19418 \begin_inset CommandInset ref
19419 LatexCommand ref
19420 reference "cap:Rotated-table"
19421
19422 \end_inset
19423
19424  is an example of a rotated table float.
19425 \end_layout
19426
19427 \begin_layout Standard
19428 \begin_inset Note Greyedout
19429 status open
19430
19431 \begin_layout Standard
19432
19433 \series bold
19434 Note:
19435 \series default
19436  Not all DVI-viewers are able to display rotated floats.
19437 \end_layout
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset Float table
19446 wide false
19447 sideways true
19448 status open
19449
19450 \begin_layout Standard
19451 \begin_inset Caption
19452
19453 \begin_layout Standard
19454 \begin_inset CommandInset label
19455 LatexCommand label
19456 name "cap:Rotated-table"
19457
19458 \end_inset
19459
19460  Rotated table
19461 \end_layout
19462
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \begin_layout Standard
19469 \align center
19470 \begin_inset Tabular
19471 <lyxtabular version="3" rows="1" columns="5">
19472 <features>
19473 <column alignment="center" valignment="top" leftline="true" width="0">
19474 <column alignment="center" valignment="top" leftline="true" width="0">
19475 <column alignment="center" valignment="top" leftline="true" width="0">
19476 <column alignment="center" valignment="top" leftline="true" width="0">
19477 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19478 <row topline="true" bottomline="true">
19479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Standard
19483 test
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Standard
19492 b
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Standard
19501 c
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Standard
19510 d
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Standard
19519 e
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 </row>
19525 </lyxtabular>
19526
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \end_inset
19533
19534
19535 \end_layout
19536
19537 \begin_layout Subsection
19538 Float Placement
19539 \begin_inset CommandInset label
19540 LatexCommand label
19541 name "sub:Float-Placement"
19542
19543 \end_inset
19544
19545
19546 \begin_inset Index
19547 status collapsed
19548
19549 \begin_layout Standard
19550 Floats ! Placement
19551 \end_layout
19552
19553 \end_inset
19554
19555
19556 \end_layout
19557
19558 \begin_layout Standard
19559 Right-clicking on a float-box opens a dialog where you can alter the placement
19560  options that LaTeX uses for positioning the float.
19561 \newline
19562 The option 
19563 \family sans
19564 Span\InsetSpace ~
19565 columns
19566 \family default
19567  is only useful for two-column documents: If you select it, the float will
19568  span across both columns on the page instead of being confined to just
19569  one.
19570 \newline
19571 The option 
19572 \family sans
19573 Rotate\InsetSpace ~
19574 sideways
19575 \family default
19576  is used to rotate floats, see section\InsetSpace ~
19577
19578 \begin_inset CommandInset ref
19579 LatexCommand ref
19580 reference "sub:Rotated-Floats"
19581
19582 \end_inset
19583
19584 .
19585 \end_layout
19586
19587 \begin_layout Standard
19588 You can use one ore more of the following options in the float dialog to
19589  set the placement for a particular float when you uncheck the option 
19590 \family sans
19591 Use\InsetSpace ~
19592 default\InsetSpace ~
19593 placement
19594 \family default
19595 :
19596 \end_layout
19597
19598 \begin_layout Description
19599 Here\InsetSpace ~
19600 if\InsetSpace ~
19601 possible: try to place the float on the position where it is inserted
19602 \end_layout
19603
19604 \begin_layout Description
19605 Top\InsetSpace ~
19606 of\InsetSpace ~
19607 page: try to place the float on the top of the current page
19608 \end_layout
19609
19610 \begin_layout Description
19611 Bottom\InsetSpace ~
19612 of\InsetSpace ~
19613 page: try to place the float on the bottom of the current page
19614 \end_layout
19615
19616 \begin_layout Description
19617 Page\InsetSpace ~
19618 of\InsetSpace ~
19619 floats: try to place the float on an own page 
19620 \end_layout
19621
19622 \begin_layout Standard
19623 The order of the above option is 
19624 \emph on
19625 always
19626 \emph default
19627  used by LaTeX.
19628  That means, if you use the default placement, LaTeX will first try out
19629  
19630 \family sans
19631 Here\InsetSpace ~
19632 if\InsetSpace ~
19633 possible
19634 \family default
19635 , then 
19636 \family sans
19637 Top\InsetSpace ~
19638 of\InsetSpace ~
19639 page
19640 \family default
19641 , and then the others.
19642  If you don't use the default, LaTeX will try only the checked options but
19643  in the same order.
19644  If none of the 4 placements are possible the procedure is internally repeated
19645  but it is tried to put the float on the following page.
19646 \end_layout
19647
19648 \begin_layout Standard
19649 By default, each options has its own rules:
19650 \end_layout
19651
19652 \begin_layout Standard
19653
19654 \family sans
19655 Top\InsetSpace ~
19656 of\InsetSpace ~
19657 page
19658 \family default
19659  only floats occupying less than 70\InsetSpace \thinspace{}
19660 % of the page can be placed at the top
19661  of a page
19662 \end_layout
19663
19664 \begin_layout Standard
19665
19666 \family sans
19667 Bottom\InsetSpace ~
19668 of\InsetSpace ~
19669 page
19670 \family default
19671 : only floats occupying less than 30\InsetSpace \thinspace{}
19672 % of the page can be placed at the bottom
19673  of a page.
19674 \end_layout
19675
19676 \begin_layout Standard
19677
19678 \family sans
19679 Page\InsetSpace ~
19680 of\InsetSpace ~
19681 floats
19682 \family default
19683 : only if more than 50\InsetSpace \thinspace{}
19684 % of the page are occupied by floats, several floats
19685  can be set together on a page.
19686 \end_layout
19687
19688 \begin_layout Standard
19689 If you don't like these rules, you can ignore them by using the additional
19690  option 
19691 \family sans
19692 Ignore\InsetSpace ~
19693 LaTeX\InsetSpace ~
19694 rules
19695 \family default
19696 .
19697 \end_layout
19698
19699 \begin_layout Standard
19700 Sometimes you might need, under all circumstances, a float to be placed
19701  exactly at the position where it is inserted.
19702  For this case you can use the option 
19703 \family sans
19704 Here\InsetSpace ~
19705 definitely
19706 \family default
19707 .
19708  Use this option very rarely and only if the document is nearly ready to
19709  be printed.
19710  Because the float is then no longer able to 
19711 \begin_inset Quotes eld
19712 \end_inset
19713
19714 float
19715 \begin_inset Quotes erd
19716 \end_inset
19717
19718  when you change your document and this will often destroy the page layout.
19719 \end_layout
19720
19721 \begin_layout Standard
19722 There are no placement options for text wrap floats, because they are always
19723  surrounded by the text of a certain paragraph.
19724 \end_layout
19725
19726 \begin_layout Standard
19727 For more details about float placements, have a look at LaTeX books like
19728  
19729 \begin_inset CommandInset citation
19730 LatexCommand cite
19731 key "latexcompanion,latexguide,latexbook"
19732
19733 \end_inset
19734
19735 .
19736 \end_layout
19737
19738 \begin_layout Section
19739 Minipages
19740 \begin_inset Index
19741 status collapsed
19742
19743 \begin_layout Standard
19744 Minipages
19745 \end_layout
19746
19747 \end_inset
19748
19749
19750 \begin_inset CommandInset label
19751 LatexCommand label
19752 name "sec:Minipages"
19753
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \begin_layout Standard
19760 LaTeX provides a mechanism to produce essentially a page within a page,
19761  called minipage.
19762  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
19763 apply.
19764  
19765 \end_layout
19766
19767 \begin_layout Standard
19768 Minipages in LyX have their own collapsible box inserted via the menu 
19769 \family sans
19770 Insert\SpecialChar \menuseparator
19771 Box
19772 \family default
19773 .
19774  Right-clicking on the box allows you to alter the width of the minipage
19775  and its alignment within the page.
19776 \end_layout
19777
19778 \begin_layout Standard
19779 \align center
19780 \begin_inset Box Frameless
19781 position "t"
19782 hor_pos "c"
19783 has_inner_box 1
19784 inner_pos "t"
19785 use_parbox 0
19786 width "30col%"
19787 special "none"
19788 height "1pt"
19789 height_special "totalheight"
19790 status open
19791
19792 \begin_layout Standard
19793
19794 \shape italic
19795 This is a minipage.
19796  The text is set in an italic style.
19797 \end_layout
19798
19799 \begin_layout Standard
19800
19801 \shape italic
19802 Minipages are often used for text in another language or text that needs
19803  another formatting.
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout Standard
19812 \begin_inset VSpace medskip
19813 \end_inset
19814
19815 If you place two minipages side-by-side, you can use 
19816 \family sans
19817 Horizontal Fills
19818 \family default
19819  as described in section\InsetSpace ~
19820
19821 \begin_inset CommandInset ref
19822 LatexCommand ref
19823 reference "sub:Horizontal-Space"
19824
19825 \end_inset
19826
19827 :
19828 \begin_inset VSpace medskip
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \begin_layout Standard
19835 \begin_inset Box Frameless
19836 position "t"
19837 hor_pos "c"
19838 has_inner_box 1
19839 inner_pos "t"
19840 use_parbox 0
19841 width "1.5in"
19842 special "none"
19843 height "1pt"
19844 height_special "totalheight"
19845 status open
19846
19847 \begin_layout Standard
19848 This is a minipage with some stupid dummy text.
19849  This dummy text is used to increase the size of the minipage.
19850 \end_layout
19851
19852 \end_inset
19853
19854
19855 \hfill
19856
19857 \begin_inset Box Frameless
19858 position "t"
19859 hor_pos "c"
19860 has_inner_box 1
19861 inner_pos "t"
19862 use_parbox 0
19863 width "1.5in"
19864 special "none"
19865 height "1pt"
19866 height_special "totalheight"
19867 status open
19868
19869 \begin_layout Standard
19870 This is a minipage with some stupid dummy text.
19871  This dummy text is used to increase the size of the minipage.
19872 \end_layout
19873
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \begin_layout Standard
19880 \begin_inset VSpace bigskip
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \begin_layout Standard
19887 When you right-click on a minipage box, you can change the box from a minipage
19888  to other box types.
19889  All box types and their settings are explained in detail in chapter 
19890 \emph on
19891 Boxes
19892 \emph default
19893  of the 
19894 \emph on
19895 Embedded Objects
19896 \emph default
19897  manual.
19898 \end_layout
19899
19900 \begin_layout Chapter
19901 Mathematical Formulas
19902 \begin_inset Index
19903 status collapsed
19904
19905 \begin_layout Standard
19906 Math
19907 \end_layout
19908
19909 \end_inset
19910
19911
19912 \begin_inset Index
19913 status collapsed
19914
19915 \begin_layout Standard
19916 Formulas | see{Math}
19917 \end_layout
19918
19919 \end_inset
19920
19921
19922 \begin_inset CommandInset label
19923 LatexCommand label
19924 name "cha:Mathematical-Formulas"
19925
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \begin_layout Section
19932 Basic Math Editing
19933 \begin_inset Index
19934 status collapsed
19935
19936 \begin_layout Standard
19937 Math ! Basics
19938 \end_layout
19939
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \begin_layout Standard
19946 To create a math formula, you can just click on the toolbar icon 
19947 \begin_inset Graphics
19948         filename ../images/math-mode.png
19949         inzipName 
19950         embed true
19951
19952 \end_inset
19953
19954 .
19955  That will create a little blue rectangle, with purple markers around its
19956  corners.
19957  That blue rectangle is the formula itself; the purple markers indicate
19958  what level of nesting within the formula you are at.
19959  You can also choose a particular formula type to insert via the 
19960 \family sans
19961 Insert\SpecialChar \menuseparator
19962 Math
19963 \family default
19964  menu.
19965 \end_layout
19966
19967 \begin_layout Standard
19968 Editing the parameters of a formula and adding math constructs can be done
19969  with the 
19970 \family sans
19971 math\InsetSpace ~
19972 toolbar
19973 \family default
19974 , that appears when the cursor is in a formula.
19975 \end_layout
19976
19977 \begin_layout Standard
19978 There are two main types of formulas: Inline formulas appear within a text
19979  line, like this one:
19980 \end_layout
19981
19982 \begin_layout Standard
19983 This is a line with an inline formula 
19984 \begin_inset Formula $A=B$
19985 \end_inset
19986
19987  in it.
19988 \end_layout
19989
19990 \begin_layout Standard
19991 Displayed formulas appear outside the text like as they were in an own paragraph
19992 , like this one:
19993 \begin_inset Formula \[
19994 A=B\]
19995
19996 \end_inset
19997
19998 You can only number and reference displayed formulas.
19999 \end_layout
20000
20001 \begin_layout Standard
20002 LyX supports also many LaTeX math commands.
20003  E.g.
20004  typing 
20005 \begin_inset Quotes eld
20006 \end_inset
20007
20008
20009 \series bold
20010
20011 \backslash
20012 alpha
20013 \series default
20014
20015 \begin_inset Quotes erd
20016 \end_inset
20017
20018 , followed by a space, in a formula will create the Greek letter 
20019 \begin_inset Formula $\alpha$
20020 \end_inset
20021
20022 .
20023  So typing commands might sometimes be faster than using the 
20024 \family sans
20025 Math\InsetSpace ~
20026 Panel
20027 \family default
20028 .
20029 \end_layout
20030
20031 \begin_layout Subsection
20032 Navigating in Formulas
20033 \begin_inset Index
20034 status collapsed
20035
20036 \begin_layout Standard
20037 Math ! Navigating
20038 \end_layout
20039
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \begin_layout Standard
20046 The best control over the cursor position within an existing formula is
20047  achieved with the arrow keys.
20048  LyX uses small rectangles to indicate places where something can be inserted.
20049  The arrow keys can be used to navigate between parts of a formula.
20050  Pressing 
20051 \family sans
20052 Space
20053 \family default
20054  will leave a formula construct (a square root 
20055 \begin_inset Formula $\sqrt{2}$
20056 \end_inset
20057
20058 , or parentheses 
20059 \begin_inset Formula $\left(f\right)$
20060 \end_inset
20061
20062 , or a matrix 
20063 \begin_inset Formula $\left[\begin{array}{cc}
20064 1 & 2\\
20065 3 & 4\end{array}\right]$
20066 \end_inset
20067
20068 ).
20069  Pressing 
20070 \family sans
20071 Escape
20072 \family default
20073  will leave the formula, placing the cursor after the formula.
20074  
20075 \family sans
20076 Tab
20077 \family default
20078  can be used to move horizontally in a formula; for example, through the
20079  cells of a matrix or the positions in a multi-line equation.
20080 \end_layout
20081
20082 \begin_layout Standard
20083
20084 \family sans
20085 Space
20086 \family default
20087 , printed in this document as 
20088 \begin_inset Quotes eld
20089 \end_inset
20090
20091
20092 \begin_inset ERT
20093 status collapsed
20094
20095 \begin_layout Standard
20096
20097 \family roman
20098 \series medium
20099 \shape up
20100 \size normal
20101 \emph off
20102 \bar no
20103 \noun off
20104 \color none
20105
20106 \backslash
20107 spce 
20108 \end_layout
20109
20110 \end_inset
20111
20112
20113 \begin_inset Quotes erd
20114 \end_inset
20115
20116
20117 \begin_inset Note Note
20118 status collapsed
20119
20120 \begin_layout Standard
20121 This command will appear in the output as official character denoting the
20122  space character (visible space).
20123 \end_layout
20124
20125 \end_inset
20126
20127 , seems to do nothing in a formula, since it does not add a space between
20128  characters, but it does exit a nested structure.
20129  For this reason, you have to be careful about using 
20130 \family sans
20131 Space
20132 \family default
20133 .
20134  For example, if you want 
20135 \begin_inset Formula $\sqrt{2x+1}$
20136 \end_inset
20137
20138 , type 
20139 \series bold
20140
20141 \backslash
20142 sqrt
20143 \begin_inset ERT
20144 status collapsed
20145
20146 \begin_layout Standard
20147
20148 \family roman
20149 \series medium
20150 \shape up
20151 \size normal
20152 \emph off
20153 \bar no
20154 \noun off
20155 \color none
20156
20157 \backslash
20158 spce 
20159 \end_layout
20160
20161 \end_inset
20162
20163 2x+1
20164 \series default
20165  and not 
20166 \series bold
20167
20168 \backslash
20169 sqrt
20170 \begin_inset ERT
20171 status collapsed
20172
20173 \begin_layout Standard
20174
20175 \family roman
20176 \series medium
20177 \shape up
20178 \size normal
20179 \emph off
20180 \bar no
20181 \noun off
20182 \color none
20183
20184 \backslash
20185 spce 
20186 \end_layout
20187
20188 \end_inset
20189
20190 2x
20191 \begin_inset ERT
20192 status collapsed
20193
20194 \begin_layout Standard
20195
20196 \family roman
20197 \series medium
20198 \shape up
20199 \size normal
20200 \emph off
20201 \bar no
20202 \noun off
20203 \color none
20204
20205 \backslash
20206 spce 
20207 \end_layout
20208
20209 \end_inset
20210
20211 +1
20212 \series default
20213 , since in the latter case only the 
20214 \family typewriter
20215
20216 \begin_inset Formula $2x$
20217 \end_inset
20218
20219
20220 \family default
20221  will be under the square root sign: 
20222 \begin_inset Formula $\sqrt{2x}+1$
20223 \end_inset
20224
20225 .
20226 \end_layout
20227
20228 \begin_layout Standard
20229 You can leave many parts of a formula, like this matrix, partially filled
20230  in, such as:
20231 \begin_inset Formula \[
20232 \left(\begin{array}{ccc}
20233 \lambda_{1}\\
20234  & \ddots\\
20235  &  & \lambda_{n}\end{array}\right)\]
20236
20237 \end_inset
20238
20239 If you leave a fraction only partially filled in, or a subscript with nothing
20240  in it, the results will be unpredictable, but most constructs don't mind.
20241 \end_layout
20242
20243 \begin_layout Subsection
20244 Selecting Text
20245 \end_layout
20246
20247 \begin_layout Standard
20248 You can select text within a formula in two different ways.
20249  Place the cursor at one end of the string of text you want, and press 
20250 \family sans
20251 Shift
20252 \family default
20253  and a cursor movement key to select text.
20254  It will be highlighted as with regular text selection.
20255  Alternatively, you can select text with the mouse in the usual way.
20256  That text can then be cut or copied, and then pasted within any formula,
20257  but not in a normal text region in LyX.
20258 \end_layout
20259
20260 \begin_layout Subsection
20261 Exponents and Subscripts
20262 \begin_inset Index
20263 status collapsed
20264
20265 \begin_layout Standard
20266 Math ! Exponents
20267 \end_layout
20268
20269 \end_inset
20270
20271
20272 \begin_inset Index
20273 status collapsed
20274
20275 \begin_layout Standard
20276 Math ! Subscripts
20277 \end_layout
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \begin_layout Standard
20285 You can use the math panel to add super- or subscripts, but the much easier
20286  way is to use a command.
20287  To get 
20288 \begin_inset Formula $x^{2}$
20289 \end_inset
20290
20291 , type in a formula 
20292 \series bold
20293 x^2
20294 \begin_inset ERT
20295 status collapsed
20296
20297 \begin_layout Standard
20298
20299 \family roman
20300 \series medium
20301 \shape up
20302 \size normal
20303 \emph off
20304 \bar no
20305 \noun off
20306 \color none
20307
20308 \backslash
20309 spce 
20310 \end_layout
20311
20312 \end_inset
20313
20314
20315 \series default
20316 .
20317  The final 
20318 \family sans
20319 Space
20320 \family default
20321  puts the cursor back down on the base line of the expression.
20322  If you type 
20323 \series bold
20324 x^2y
20325 \series default
20326 , you will get 
20327 \begin_inset Formula $x^{2y}$
20328 \end_inset
20329
20330 , to get 
20331 \begin_inset Formula $x^{2}y$
20332 \end_inset
20333
20334 , type 
20335 \series bold
20336 x^2
20337 \begin_inset ERT
20338 status collapsed
20339
20340 \begin_layout Standard
20341
20342 \family roman
20343 \series medium
20344 \shape up
20345 \size normal
20346 \emph off
20347 \bar no
20348 \noun off
20349 \color none
20350
20351 \backslash
20352 spce 
20353 \end_layout
20354
20355 \end_inset
20356
20357 y
20358 \series default
20359 .
20360  If you use characters in the superscript, that could be accented with the
20361  hat 
20362 \begin_inset Quotes eld
20363 \end_inset
20364
20365 ^
20366 \begin_inset Quotes erd
20367 \end_inset
20368
20369 , you have to use an extra 
20370 \family sans
20371 Space
20372 \family default
20373  to separate the hat and the character.
20374  E.g.
20375  if you want 
20376 \begin_inset Formula $x^{a}$
20377 \end_inset
20378
20379 , type 
20380 \series bold
20381 x^
20382 \begin_inset ERT
20383 status collapsed
20384
20385 \begin_layout Standard
20386
20387 \family roman
20388 \series medium
20389 \shape up
20390 \size normal
20391 \emph off
20392 \bar no
20393 \noun off
20394 \color none
20395
20396 \backslash
20397 spce 
20398 \end_layout
20399
20400 \end_inset
20401
20402 a
20403 \series default
20404 .
20405  Subscripts are similar: To get 
20406 \begin_inset Formula $a_{1}$
20407 \end_inset
20408
20409 , type 
20410 \series bold
20411 a_1
20412 \begin_inset ERT
20413 status collapsed
20414
20415 \begin_layout Standard
20416
20417 \family roman
20418 \series medium
20419 \shape up
20420 \size normal
20421 \emph off
20422 \bar no
20423 \noun off
20424 \color none
20425
20426 \backslash
20427 spce 
20428 \end_layout
20429
20430 \end_inset
20431
20432
20433 \series default
20434 .
20435 \end_layout
20436
20437 \begin_layout Subsection
20438 Fractions
20439 \begin_inset Index
20440 status collapsed
20441
20442 \begin_layout Standard
20443 Math ! Fractions
20444 \end_layout
20445
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \begin_layout Standard
20452 Create a fraction with either the command 
20453 \series bold
20454
20455 \backslash
20456 frac
20457 \series default
20458  or using the icon 
20459 \begin_inset Graphics
20460         filename ../images/math/frac.png
20461         inzipName 
20462         embed true
20463         scale 60
20464
20465 \end_inset
20466
20467  in the 
20468 \family sans
20469 Math\InsetSpace ~
20470 Panel
20471 \family default
20472 .
20473  You will be presented with an empty fraction.
20474  The cursor is above the fraction line.
20475  To move it to the bottom, simply press 
20476 \family sans
20477 Down
20478 \family default
20479 .
20480  To move back up, press 
20481 \family sans
20482 Up
20483 \family default
20484 .
20485  Any math structure can be placed in a fraction, as this example shows:
20486 \begin_inset Formula \[
20487 \left[\frac{1}{\left(\begin{array}{cc}
20488 2 & 3\\
20489 4 & 5\end{array}\right)}\right]\]
20490
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \begin_layout Subsection
20497 Roots
20498 \begin_inset Index
20499 status collapsed
20500
20501 \begin_layout Standard
20502 Math ! Roots
20503 \end_layout
20504
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \begin_layout Standard
20511 Roots can be created using the 
20512 \family sans
20513 Math\InsetSpace ~
20514 Panel
20515 \family default
20516  button
20517 \begin_inset Graphics
20518         filename ../images/math/sqrt.png
20519         inzipName 
20520         embed true
20521
20522 \end_inset
20523
20524  or the commands 
20525 \series bold
20526
20527 \backslash
20528 sqrt
20529 \series default
20530  or 
20531 \series bold
20532
20533 \backslash
20534 root
20535 \series default
20536 .
20537  With the command 
20538 \series bold
20539
20540 \backslash
20541 root
20542 \series default
20543  you can produce roots of higher orders, like cube roots, while 
20544 \series bold
20545
20546 \backslash
20547 sqrt
20548 \series default
20549  produces always a square root.
20550 \end_layout
20551
20552 \begin_layout Subsection
20553 Operators with Limits
20554 \begin_inset Index
20555 status collapsed
20556
20557 \begin_layout Standard
20558 Math ! Sums
20559 \end_layout
20560
20561 \end_inset
20562
20563
20564 \begin_inset Index
20565 status collapsed
20566
20567 \begin_layout Standard
20568 Math ! Integrals
20569 \end_layout
20570
20571 \end_inset
20572
20573
20574 \begin_inset CommandInset label
20575 LatexCommand label
20576 name "sub:Operators-with-Limits"
20577
20578 \end_inset
20579
20580
20581 \end_layout
20582
20583 \begin_layout Standard
20584 Sum (
20585 \begin_inset Formula $\sum$
20586 \end_inset
20587
20588 ) and integral (
20589 \begin_inset Formula $\int$
20590 \end_inset
20591
20592 ) operators are very often decorated with limits.
20593  These limits can be entered in LyX by entering them as you would enter
20594  a super- or subscript, directly after the symbol.
20595  The sum operator will automatically place its 
20596 \begin_inset Quotes eld
20597 \end_inset
20598
20599 limits
20600 \begin_inset Quotes erd
20601 \end_inset
20602
20603  over and under the symbol in displayed formulas, and on the side in inline
20604  formulas.
20605  Such as 
20606 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
20607 \end_inset
20608
20609 , versus
20610 \begin_inset Formula \[
20611 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
20612
20613 \end_inset
20614
20615 Integral signs, however, will place the limits on the side in both formula
20616  types.
20617 \end_layout
20618
20619 \begin_layout Standard
20620 All operators with limits will be automatically re-sized when placed in
20621  display mode.
20622  The placement of the limits can be changed by placing the cursor directly
20623  behind the operator and hitting 
20624 \family sans
20625 M-m l
20626 \family default
20627  or using the menu 
20628 \family sans
20629 Edit\SpecialChar \menuseparator
20630 Math\SpecialChar \menuseparator
20631 Change\InsetSpace ~
20632 Limits\InsetSpace ~
20633 Type
20634 \family default
20635 .
20636 \end_layout
20637
20638 \begin_layout Standard
20639 Certain other mathematical expressions have this 
20640 \begin_inset Quotes eld
20641 \end_inset
20642
20643 moving limits
20644 \begin_inset Quotes erd
20645 \end_inset
20646
20647  feature as addition, such as
20648 \begin_inset Index
20649 status collapsed
20650
20651 \begin_layout Standard
20652 Math ! Limits
20653 \end_layout
20654
20655 \end_inset
20656
20657
20658 \begin_inset Formula \[
20659 \lim_{x\rightarrow\infty}f(x),\]
20660
20661 \end_inset
20662
20663 which will place the 
20664 \begin_inset Formula $x\rightarrow\infty$
20665 \end_inset
20666
20667  underneath the 
20668 \begin_inset Quotes eld
20669 \end_inset
20670
20671 lim
20672 \begin_inset Quotes erd
20673 \end_inset
20674
20675  in display mode.
20676  In inline formulas it looks like this: 
20677 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
20678 \end_inset
20679
20680 .
20681 \end_layout
20682
20683 \begin_layout Standard
20684 Note that the lim-function was entered as the function macro 
20685 \series bold
20686
20687 \backslash
20688 lim
20689 \series default
20690 .
20691  Have a look at section\InsetSpace ~
20692
20693 \begin_inset CommandInset ref
20694 LatexCommand ref
20695 reference "sub:Functions"
20696
20697 \end_inset
20698
20699  for an explanation of function macros.
20700 \end_layout
20701
20702 \begin_layout Subsection
20703 Math Symbols
20704 \begin_inset Index
20705 status collapsed
20706
20707 \begin_layout Standard
20708 Math ! Symbols
20709 \end_layout
20710
20711 \end_inset
20712
20713
20714 \end_layout
20715
20716 \begin_layout Standard
20717 Most math symbols can be found in the 
20718 \family sans
20719 Math\InsetSpace ~
20720 Panel
20721 \family default
20722  under one of several categories; including 
20723 \family sans
20724 Greek
20725 \family default
20726
20727 \family sans
20728 Operators
20729 \family default
20730  , 
20731 \family sans
20732 Relations
20733 \family default
20734
20735 \family sans
20736 Arrows
20737 \family default
20738 .
20739  There are also the additional symbols provided by the American Mathematical
20740  Society (AMS).
20741 \end_layout
20742
20743 \begin_layout Standard
20744 If you know the LaTeX-command for a construct or symbol you wish to use,
20745  you don't have to use the 
20746 \family sans
20747 Math\InsetSpace ~
20748 Panel
20749 \family default
20750 , but can type the command directly into the formula.
20751  LyX will convert it to the corresponding symbol or construct.
20752 \end_layout
20753
20754 \begin_layout Subsection
20755 Altering Spacing
20756 \begin_inset Index
20757 status collapsed
20758
20759 \begin_layout Standard
20760 Math ! Spaces
20761 \end_layout
20762
20763 \end_inset
20764
20765
20766 \begin_inset CommandInset label
20767 LatexCommand label
20768 name "sub:Altering-Spacing"
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \begin_layout Standard
20776 You may want to create spaces that differs from the standard spacing that
20777  LaTeX provides.
20778  To do this, type 
20779 \family sans
20780 C-Space
20781 \family default
20782  or to use the 
20783 \family sans
20784 Math\InsetSpace ~
20785 Panel
20786 \family default
20787  button 
20788 \begin_inset Graphics
20789         filename ../images/math/space.png
20790         inzipName 
20791         embed true
20792
20793 \end_inset
20794
20795 .
20796  This generates a small space, and shows a small marker on the screen.
20797  Here a example for the sequence 
20798 \series bold
20799 a C-Space b
20800 \series default
20801
20802 \begin_inset Formula $a\, b$
20803 \end_inset
20804
20805  (appears in LyX as 
20806 \begin_inset Graphics
20807         filename clipart/SpaceMarker.png
20808         inzipName 
20809         embed true
20810
20811 \end_inset
20812
20813 ).
20814  You can change the space to different sizes when you set the cursor behind
20815  the space marker and hit space again several times.
20816  With every space hit the size will be changed.
20817  Some markers for the space size appear red in LyX, because they are a negative
20818  spaces.
20819  Here two examples:
20820 \end_layout
20821
20822 \begin_layout Standard
20823
20824 \series bold
20825 a C-Space b
20826 \series default
20827  and 3×
20828 \family sans
20829 Space
20830 \family default
20831
20832 \begin_inset Formula $a\quad b$
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Standard
20839
20840 \series bold
20841 a C-Space b
20842 \series default
20843  and 5×
20844 \family sans
20845 Space
20846 \family default
20847
20848 \begin_inset Formula $a\! b$
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Subsection
20855 Functions
20856 \begin_inset Index
20857 status collapsed
20858
20859 \begin_layout Standard
20860 Math ! Functions
20861 \end_layout
20862
20863 \end_inset
20864
20865
20866 \begin_inset CommandInset label
20867 LatexCommand label
20868 name "sub:Functions"
20869
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \begin_layout Standard
20876 The 
20877 \family sans
20878 Math\InsetSpace ~
20879 Panel
20880 \family default
20881  contains under the button 
20882 \begin_inset Graphics
20883         filename ../images/math/functions.png
20884         inzipName 
20885         embed true
20886
20887 \end_inset
20888
20889  a number of functions, such as 
20890 \begin_inset Formula $\sin$
20891 \end_inset
20892
20893
20894 \begin_inset Formula $\lim$
20895 \end_inset
20896
20897
20898 \emph on
20899 etc
20900 \emph default
20901 .
20902  (you can also insert them in a formula by typing 
20903 \series bold
20904
20905 \backslash
20906 sin
20907 \series default
20908  etc.).
20909  Standard mathematical practice is, that functions are printed upright to
20910  avoid confusions, because 
20911 \begin_inset Formula $sin$
20912 \end_inset
20913
20914  does normally mean 
20915 \begin_inset Formula $s·i·n$
20916 \end_inset
20917
20918 .
20919 \end_layout
20920
20921 \begin_layout Standard
20922 Using the function macros will also produce correct spacing around the function:
20923  
20924 \begin_inset Formula $a\sin x$
20925 \end_inset
20926
20927  is different from 
20928 \begin_inset Formula $asinx$
20929 \end_inset
20930
20931
20932 \end_layout
20933
20934 \begin_layout Standard
20935 For some mathematical objects, like the limes, the macro changes the way
20936  that subscripts are placed, like described in section\InsetSpace ~
20937
20938 \begin_inset CommandInset ref
20939 LatexCommand ref
20940 reference "sub:Operators-with-Limits"
20941
20942 \end_inset
20943
20944 .
20945 \end_layout
20946
20947 \begin_layout Subsection
20948 Accents
20949 \begin_inset Index
20950 status collapsed
20951
20952 \begin_layout Standard
20953 Math ! Accents
20954 \end_layout
20955
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \begin_layout Standard
20962 In a formula you can insert accented characters in the same way as in text
20963  mode.
20964  This may depend on your keyboard, or the bindings file you use.
20965  You can also use LaTeX commands to e.g.
20966  enter 
20967 \begin_inset Formula $\hat{a}$
20968 \end_inset
20969
20970  even if your keyboard doesn't have hat-accents enabled.
20971  Our example is entered by typing 
20972 \series bold
20973
20974 \backslash
20975 hat
20976 \begin_inset ERT
20977 status collapsed
20978
20979 \begin_layout Standard
20980
20981 \family roman
20982 \series medium
20983 \shape up
20984 \size normal
20985 \emph off
20986 \bar no
20987 \noun off
20988 \color none
20989
20990 \backslash
20991 spce 
20992 \end_layout
20993
20994 \end_inset
20995
20996 a
20997 \series default
20998  in a formula.
20999  Table\InsetSpace ~
21000
21001 \begin_inset CommandInset ref
21002 LatexCommand ref
21003 reference "cap:Accent-names-and"
21004
21005 \end_inset
21006
21007  shows the equivalences between the accent names and the commands.
21008 \end_layout
21009
21010 \begin_layout Standard
21011 \begin_inset Float table
21012 wide false
21013 sideways false
21014 status open
21015
21016 \begin_layout Standard
21017 \begin_inset Caption
21018
21019 \begin_layout Standard
21020 \begin_inset CommandInset label
21021 LatexCommand label
21022 name "cap:Accent-names-and"
21023
21024 \end_inset
21025
21026 Accent names and the corresponding commands.
21027 \end_layout
21028
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \begin_layout Standard
21035 \align center
21036 \begin_inset Tabular
21037 <lyxtabular version="3" rows="11" columns="3">
21038 <features>
21039 <column alignment="center" valignment="top" leftline="true" width="0pt">
21040 <column alignment="center" valignment="top" leftline="true" width="0pt">
21041 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
21042 <row topline="true" bottomline="true">
21043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Standard
21047 Name
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Standard
21056 Command
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Standard
21065 E
21066 \family roman
21067 \series medium
21068 \shape up
21069 \size normal
21070 \emph off
21071 \bar no
21072 \noun off
21073 \color none
21074 xample
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 </row>
21080 <row topline="true">
21081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Standard
21085
21086 \family roman
21087 \series medium
21088 \shape up
21089 \size normal
21090 \emph off
21091 \bar no
21092 \noun off
21093 \color none
21094 circumflex
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Standard
21103
21104 \series bold
21105
21106 \backslash
21107 hat
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Standard
21116
21117 \family roman
21118 \series medium
21119 \shape up
21120 \size normal
21121 \emph off
21122 \bar no
21123 \noun off
21124 \color none
21125 \begin_inset Formula $\hat{a}$
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 </row>
21134 <row topline="true">
21135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Standard
21139
21140 \family roman
21141 \series medium
21142 \shape up
21143 \size normal
21144 \emph off
21145 \bar no
21146 \noun off
21147 \color none
21148 grave
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Standard
21157
21158 \series bold
21159
21160 \backslash
21161 grave
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Standard
21170
21171 \family roman
21172 \series medium
21173 \shape up
21174 \size normal
21175 \emph off
21176 \bar no
21177 \noun off
21178 \color none
21179 \begin_inset Formula $\grave{a}$
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 </row>
21188 <row topline="true">
21189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Standard
21193
21194 \family roman
21195 \series medium
21196 \shape up
21197 \size normal
21198 \emph off
21199 \bar no
21200 \noun off
21201 \color none
21202 acute
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Standard
21211
21212 \series bold
21213
21214 \backslash
21215 acute
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Standard
21224
21225 \family roman
21226 \series medium
21227 \shape up
21228 \size normal
21229 \emph off
21230 \bar no
21231 \noun off
21232 \color none
21233 \begin_inset Formula $\acute{a}$
21234 \end_inset
21235
21236
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 </row>
21242 <row topline="true">
21243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Standard
21247
21248 \family roman
21249 \series medium
21250 \shape up
21251 \size normal
21252 \emph off
21253 \bar no
21254 \noun off
21255 \color none
21256 umlaut
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Standard
21265
21266 \series bold
21267
21268 \backslash
21269 ddot
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Standard
21278
21279 \family roman
21280 \series medium
21281 \shape up
21282 \size normal
21283 \emph off
21284 \bar no
21285 \noun off
21286 \color none
21287 \begin_inset Formula $\ddot{a}$
21288 \end_inset
21289
21290
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 </row>
21296 <row topline="true">
21297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Standard
21301
21302 \family roman
21303 \series medium
21304 \shape up
21305 \size normal
21306 \emph off
21307 \bar no
21308 \noun off
21309 \color none
21310 tilde
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Standard
21319
21320 \series bold
21321
21322 \backslash
21323 tilde
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Standard
21332
21333 \family roman
21334 \series medium
21335 \shape up
21336 \size normal
21337 \emph off
21338 \bar no
21339 \noun off
21340 \color none
21341 \begin_inset Formula $\tilde{a}$
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 </row>
21350 <row topline="true">
21351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Standard
21355
21356 \family roman
21357 \series medium
21358 \shape up
21359 \size normal
21360 \emph off
21361 \bar no
21362 \noun off
21363 \color none
21364 dot
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Standard
21373
21374 \series bold
21375
21376 \backslash
21377 dot
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Standard
21386
21387 \family roman
21388 \series medium
21389 \shape up
21390 \size normal
21391 \emph off
21392 \bar no
21393 \noun off
21394 \color none
21395 \begin_inset Formula $\dot{a}$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row topline="true">
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Standard
21409
21410 \family roman
21411 \series medium
21412 \shape up
21413 \size normal
21414 \emph off
21415 \bar no
21416 \noun off
21417 \color none
21418 breve
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Standard
21427
21428 \series bold
21429
21430 \backslash
21431 breve
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Standard
21440
21441 \family roman
21442 \series medium
21443 \shape up
21444 \size normal
21445 \emph off
21446 \bar no
21447 \noun off
21448 \color none
21449 \begin_inset Formula $\breve{a}$
21450 \end_inset
21451
21452
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 </row>
21458 <row topline="true">
21459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Standard
21463
21464 \family roman
21465 \series medium
21466 \shape up
21467 \size normal
21468 \emph off
21469 \bar no
21470 \noun off
21471 \color none
21472 caron
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Standard
21481
21482 \series bold
21483
21484 \backslash
21485 check
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Standard
21494
21495 \family roman
21496 \series medium
21497 \shape up
21498 \size normal
21499 \emph off
21500 \bar no
21501 \noun off
21502 \color none
21503 \begin_inset Formula $\check{a}$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 <row topline="true">
21513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Standard
21517
21518 \family roman
21519 \series medium
21520 \shape up
21521 \size normal
21522 \emph off
21523 \bar no
21524 \noun off
21525 \color none
21526 macron
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Standard
21535
21536 \series bold
21537
21538 \backslash
21539 bar
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Standard
21548
21549 \family roman
21550 \series medium
21551 \shape up
21552 \size normal
21553 \emph off
21554 \bar no
21555 \noun off
21556 \color none
21557 \begin_inset Formula $\bar{a}$
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row topline="true" bottomline="true">
21567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Standard
21571 vector
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Standard
21580
21581 \series bold
21582
21583 \backslash
21584 vec
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Standard
21593
21594 \family roman
21595 \series medium
21596 \shape up
21597 \size normal
21598 \emph off
21599 \bar no
21600 \noun off
21601 \color none
21602 \begin_inset Formula $\vec{a}$
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 </row>
21611 </lyxtabular>
21612
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \begin_layout Standard
21624 You can choose one of the accents by selecting an item from the 
21625 \family sans
21626 Frame\InsetSpace ~
21627 decorations
21628 \family default
21629  symbol set button 
21630 \begin_inset Graphics
21631         filename ../images/math/hat.png
21632         inzipName 
21633         embed true
21634
21635 \end_inset
21636
21637  in the math panel ; this will apply to any selection you have made within
21638  a formula too.
21639 \end_layout
21640
21641 \begin_layout Section
21642 Brackets and Delimiters
21643 \begin_inset Index
21644 status collapsed
21645
21646 \begin_layout Standard
21647 Math ! Brackets
21648 \end_layout
21649
21650 \end_inset
21651
21652
21653 \begin_inset Index
21654 status collapsed
21655
21656 \begin_layout Standard
21657 Math ! Delimiters
21658 \end_layout
21659
21660 \end_inset
21661
21662
21663 \begin_inset CommandInset label
21664 LatexCommand label
21665 name "sec:Brackets-and-Delimiters"
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \begin_layout Standard
21673 There are several brackets available through LyX.
21674  For most purposes, using just the keys 
21675 \family typewriter
21676 []{}()|<>
21677 \family default
21678  should suffice.
21679  But if you want to surround a large structure, like a matrix or a fraction,
21680  or if you have several layers of brackets, is better using 
21681 \family sans
21682 Math\InsetSpace ~
21683 Panel
21684 \family default
21685 's delimiter icon 
21686 \begin_inset Graphics
21687         filename ../images/math/delim.png
21688         inzipName 
21689         embed true
21690
21691 \end_inset
21692
21693 .
21694  For example, that's how you would construct the brackets around a standard
21695  matrix such as:
21696 \begin_inset Formula \[
21697 \left[\begin{array}{cc}
21698 1 & 2\\
21699 3 & 4\end{array}\right]\]
21700
21701 \end_inset
21702
21703 and to make it easier to see the layers of parentheses as in: 
21704 \begin_inset Formula \[
21705 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
21706
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \begin_layout Standard
21713 The parentheses, and other brackets from that menu will automatically re-size
21714  to accommodate the size of what is inside.
21715 \end_layout
21716
21717 \begin_layout Standard
21718 To construct brackets click on the button for the bracket you want on the
21719  left side and right side.
21720  If you use the option 
21721 \family sans
21722 Keep\InsetSpace ~
21723 matched
21724 \family default
21725 , the selected bracket type will be used for the left and the right side.
21726  The selection will be shown below the button field.
21727  If you want one side to not have a bracket, use the blank button.
21728  It will appear in LyX with a dotted line, but nothing will be printed.
21729 \end_layout
21730
21731 \begin_layout Standard
21732 If you want to place brackets around math structures, like a square root,
21733  you can do that by highlighting (selecting) the structure that is to go
21734  inside the brackets.
21735  Then choose the appropriate brackets for left and right and click on 
21736 \family sans
21737 Insert
21738 \family default
21739 .
21740  The parentheses will be drawn around the selected structure.
21741 \end_layout
21742
21743 \begin_layout Standard
21744 The next section explains how to insert a LaTeX 
21745 \begin_inset Quotes eld
21746 \end_inset
21747
21748 {
21749 \begin_inset Quotes erd
21750 \end_inset
21751
21752  for grouping.
21753 \end_layout
21754
21755 \begin_layout Section
21756 Grouping
21757 \begin_inset Index
21758 status collapsed
21759
21760 \begin_layout Standard
21761 Math ! Grouping
21762 \end_layout
21763
21764 \end_inset
21765
21766
21767 \begin_inset CommandInset label
21768 LatexCommand label
21769 name "sec:Grouping"
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \begin_layout Standard
21777 You may need to group a set of symbols.
21778  In LaTeX, for example, the typesetting of 
21779 \family typewriter
21780 {x^y}^z
21781 \family default
21782  is different from 
21783 \family typewriter
21784 x^{y^z}
21785 \family default
21786 :
21787 \end_layout
21788
21789 \begin_layout Standard
21790 \begin_inset Formula \[
21791 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
21792
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \begin_layout Standard
21799 To create this grouping, you need to use the key sequence 
21800 \begin_inset Quotes eld
21801 \end_inset
21802
21803
21804 \series bold
21805
21806 \backslash
21807 {
21808 \series default
21809
21810 \begin_inset Quotes erd
21811 \end_inset
21812
21813  then type space.
21814  Inside LyX, you will see red braces indicating the grouping.
21815  Within this braces you insert the grouped structure.
21816  The grouping braces won't appear in the output in contrary to normal braces.
21817 \end_layout
21818
21819 \begin_layout Section
21820 Arrays and Multi-line Equations
21821 \begin_inset Index
21822 status collapsed
21823
21824 \begin_layout Standard
21825 Math ! Arrays
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \begin_inset Index
21832 status collapsed
21833
21834 \begin_layout Standard
21835 Math ! Matrices
21836 \end_layout
21837
21838 \end_inset
21839
21840
21841 \begin_inset Index
21842 status collapsed
21843
21844 \begin_layout Standard
21845 Math ! Multi-line Equations
21846 \end_layout
21847
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \begin_layout Standard
21854 Matrices are entered in LyX using the 
21855 \family sans
21856 Math\InsetSpace ~
21857 Panel
21858 \family default
21859  matrix button 
21860 \begin_inset Graphics
21861         filename ../images/math/matrix.png
21862         inzipName 
21863         embed true
21864
21865 \end_inset
21866
21867 .
21868  It will open a dialog for you to choose the number of rows/columns.
21869  Here is an example:
21870 \begin_inset Formula \[
21871 \left(\begin{array}{ccc}
21872 1 & 2 & 3\\
21873 4 & 5 & 6\\
21874 7 & 8 & 9\end{array}\right)\]
21875
21876 \end_inset
21877
21878 The parentheses aren't automatic, but you can add them as described in section\InsetSpace ~
21879
21880 \begin_inset CommandInset ref
21881 LatexCommand ref
21882 reference "sec:Brackets-and-Delimiters"
21883
21884 \end_inset
21885
21886 .
21887  When you construct the matrix, you can decide whether the column entries
21888  will be left-, right-, or center-justified.
21889  This alignment is set in the box 
21890 \family sans
21891 Horizontal
21892 \family default
21893  with the letters 
21894 \begin_inset Quotes eld
21895 \end_inset
21896
21897
21898 \family sans
21899 l
21900 \family default
21901
21902 \begin_inset Quotes erd
21903 \end_inset
21904
21905
21906 \begin_inset Quotes eld
21907 \end_inset
21908
21909
21910 \family sans
21911 r
21912 \family default
21913
21914 \begin_inset Quotes erd
21915 \end_inset
21916
21917 , and 
21918 \begin_inset Quotes eld
21919 \end_inset
21920
21921
21922 \family sans
21923 c
21924 \family default
21925
21926 \begin_inset Quotes erd
21927 \end_inset
21928
21929 .
21930  LyX proposes a 
21931 \begin_inset Quotes eld
21932 \end_inset
21933
21934
21935 \family sans
21936 c
21937 \family default
21938
21939 \begin_inset Quotes erd
21940 \end_inset
21941
21942  for every column as default.
21943  For example, the sequence 
21944 \begin_inset Quotes eld
21945 \end_inset
21946
21947
21948 \family sans
21949 lrc
21950 \family default
21951
21952 \begin_inset Quotes erd
21953 \end_inset
21954
21955  means that the first column will be left-justified, the second will be
21956  centered, and the third column will be right-justified, because each letter
21957  corresponds to the relevant column.
21958  The result will look like this:
21959 \begin_inset Formula \[
21960 \begin{array}{lcr}
21961 this & this\, column & this\, column\\
21962 column & has & has\, right\\
21963 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
21964
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \begin_layout Standard
21971 You can add more rows to an existing matrix by hitting 
21972 \family sans
21973 C-Enter
21974 \family default
21975  while the cursor is in the matrix.
21976  Adding or deleting columns can be done via the menu 
21977 \family sans
21978 Edit\SpecialChar \menuseparator
21979 Math
21980 \family default
21981 .
21982 \end_layout
21983
21984 \begin_layout Standard
21985 There are other arrays used in formulas, such as distinctions of cases.
21986  It can be created with the menu 
21987 \family sans
21988 Insert\SpecialChar \menuseparator
21989 Math\SpecialChar \menuseparator
21990 Cases\InsetSpace ~
21991 Environment
21992 \family default
21993  or the command 
21994 \series bold
21995
21996 \backslash
21997 cases
21998 \series default
21999 .
22000  Here an example: 
22001 \begin_inset Formula \[
22002 f(x)=\begin{cases}
22003 -1 & x<0\\
22004 0 & x=0\\
22005 1 & x>0\end{cases}\]
22006
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \begin_layout Standard
22013 \begin_inset VSpace bigskip
22014 \end_inset
22015
22016 Multi-line formulas are created when you press 
22017 \family sans
22018 \series medium
22019 C-E
22020 \series default
22021 nter
22022 \family default
22023  within a formula.
22024  In an empty formula you can see that three blue boxes appear, one for each
22025  column.
22026  When you press 
22027 \family sans
22028 \series medium
22029 C-E
22030 \series default
22031 nter
22032 \family default
22033  in a non-empty formula, the part before the relation sign (equal sign 
22034 \begin_inset Quotes eld
22035 \end_inset
22036
22037 =
22038 \begin_inset Quotes erd
22039 \end_inset
22040
22041  etc.) will be inserted automatically to the first column, the relation sign
22042  is in the second column, and the rest in the third column.
22043  A new row is created by every further hit of 
22044 \family sans
22045 \series medium
22046 C-E
22047 \series default
22048 nter
22049 \family default
22050 .
22051  Multi-line formulas are always displayed formulas.
22052  Here is an example:
22053 \begin_inset Formula \begin{eqnarray}
22054 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
22055 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
22056
22057 \end_inset
22058
22059  To change the column assignment of the formula parts, place the cursor
22060  where you want to start the shift and hit 
22061 \family sans
22062 C-Tab.
22063
22064 \family default
22065  It shifts everything in the column which is right beside the current cursor
22066  position to the next column.
22067  Note that the middle column is designed for relation signs, structures
22068  within this column will be printed in a smaller size:
22069 \begin_inset Formula \begin{eqnarray*}
22070 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
22071
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \begin_layout Standard
22078 The multi-line formula type described here is called 
22079 \family typewriter
22080 \series medium
22081 eqnarray
22082 \family default
22083 \series default
22084 .
22085  There are other multi-line types being more suitable for certain situations,
22086  for example if you want a better inter-line spacing than in formula (
22087 \begin_inset CommandInset ref
22088 LatexCommand ref
22089 reference "eq:asquared"
22090
22091 \end_inset
22092
22093 ).
22094  The other types are described in section\InsetSpace ~
22095
22096 \begin_inset CommandInset ref
22097 LatexCommand ref
22098 reference "sub:AMS-Formula-Types"
22099
22100 \end_inset
22101
22102 .
22103 \end_layout
22104
22105 \begin_layout Section
22106 Formula Numbering and Referencing
22107 \begin_inset Index
22108 status collapsed
22109
22110 \begin_layout Standard
22111 Math ! Formula numbering
22112 \end_layout
22113
22114 \end_inset
22115
22116
22117 \begin_inset Index
22118 status collapsed
22119
22120 \begin_layout Standard
22121 Math ! Referencing formulas
22122 \end_layout
22123
22124 \end_inset
22125
22126
22127 \begin_inset CommandInset label
22128 LatexCommand label
22129 name "sec:Formula-Numbering-and"
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \begin_layout Standard
22137 To number a formula, set the cursor in the formula and use the menu 
22138 \family sans
22139 Edit\SpecialChar \menuseparator
22140 Math\SpecialChar \menuseparator
22141 Toggle\InsetSpace ~
22142 Numbering
22143 \family default
22144  or the shortcut 
22145 \family sans
22146 M-m\InsetSpace ~
22147 n
22148 \family default
22149 .
22150  The formula number appears in LyX as 
22151 \begin_inset Quotes eld
22152 \end_inset
22153
22154 #
22155 \begin_inset Quotes erd
22156 \end_inset
22157
22158  within parentheses.
22159  The 
22160 \begin_inset Quotes erd
22161 \end_inset
22162
22163 #
22164 \begin_inset Quotes erd
22165 \end_inset
22166
22167  denotes, that the number will be calculated automatically when the output
22168  is generated.
22169  The placement and format of the formula number in the output depends on
22170  the document class.
22171  In this document the number is printed together with the chapter number,
22172  separated by a dot:
22173 \begin_inset Formula \begin{equation}
22174 1+1=2\end{equation}
22175
22176 \end_inset
22177
22178 Using 
22179 \family sans
22180 M-m\InsetSpace ~
22181 n
22182 \family default
22183  in a numbered formula will switch off the numbering.
22184  You can only number displayed formulas.
22185 \end_layout
22186
22187 \begin_layout Standard
22188 Multi-line formulas can be numbered line by line: Using the menu 
22189 \family sans
22190 Edit\SpecialChar \menuseparator
22191 Math\SpecialChar \menuseparator
22192 Toggle\InsetSpace ~
22193 Numbering\InsetSpace ~
22194 of\InsetSpace ~
22195 Line
22196 \family default
22197  or the shortcut 
22198 \family sans
22199 M-m\InsetSpace ~
22200 N
22201 \family default
22202  will only toggle the numbering of the line where the cursor is in:
22203 \begin_inset Formula \begin{eqnarray}
22204 1 & = & 3-2\\
22205 2 & = & 4-2\nonumber \\
22206 4 & \leq & 7\end{eqnarray}
22207
22208 \end_inset
22209
22210 To number all lines use the shortcut 
22211 \family sans
22212 M-m\InsetSpace ~
22213 n
22214 \family default
22215 .
22216 \end_layout
22217
22218 \begin_layout Standard
22219 \begin_inset VSpace bigskip
22220 \end_inset
22221
22222 Every displayed formula can be referenced by its number using a label.
22223  A label is inserted with the menu 
22224 \family sans
22225 Insert\SpecialChar \menuseparator
22226 Label
22227 \family default
22228  when the cursor is in the formula.
22229  This opens a dialog to enter the label.
22230  It is recommended to use the proposed 
22231 \begin_inset Quotes eld
22232 \end_inset
22233
22234
22235 \family sans
22236 eq:
22237 \family default
22238
22239 \begin_inset Quotes erd
22240 \end_inset
22241
22242  as first part of the label, because this helps later to identify the label
22243  type when you have many labels in your document.
22244  We inserted in the following example the label 
22245 \begin_inset Quotes eld
22246 \end_inset
22247
22248 eq:tanhExp
22249 \begin_inset Quotes erd
22250 \end_inset
22251
22252  in the second line:
22253 \begin_inset Formula \begin{eqnarray}
22254 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
22255  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
22256
22257 \end_inset
22258
22259 Every labeled line is automatically numbered.
22260  Therefore the label is shown in LyX at the place of the formula number
22261  placeholder 
22262 \begin_inset Quotes eld
22263 \end_inset
22264
22265 #
22266 \begin_inset Quotes erd
22267 \end_inset
22268
22269 .
22270  You can reference a labeled formula using the menu 
22271 \family sans
22272 Insert\SpecialChar \menuseparator
22273 Cross\InsetSpace ~
22274 Reference
22275 \family default
22276 .
22277  A dialog appears to choose a label you want refer to.
22278  The reference appears in LyX as grey cross reference box and in the output
22279  as the formula number:
22280 \end_layout
22281
22282 \begin_layout Standard
22283 This is a cross-reference to equation (
22284 \begin_inset CommandInset ref
22285 LatexCommand ref
22286 reference "eq:tanhExp"
22287
22288 \end_inset
22289
22290 ).
22291 \end_layout
22292
22293 \begin_layout Standard
22294 The properties of LyX's cross-reference box are described in section\InsetSpace ~
22295
22296 \begin_inset CommandInset ref
22297 LatexCommand ref
22298 reference "sec:Cross-References"
22299
22300 \end_inset
22301
22302 .
22303  To delete a label, set the cursor in the labeled formula, use the menu
22304  
22305 \family sans
22306 Insert\SpecialChar \menuseparator
22307 Label
22308 \family default
22309  and delete the label in the appearing dialog.
22310 \begin_inset Foot
22311 status collapsed
22312
22313 \begin_layout Standard
22314 This is a unintuitive and will be fixed in the next version of LyX.
22315 \end_layout
22316
22317 \end_inset
22318
22319  
22320 \end_layout
22321
22322 \begin_layout Section
22323 User defined math macros
22324 \begin_inset Index
22325 status collapsed
22326
22327 \begin_layout Standard
22328 Math ! Macros
22329 \end_layout
22330
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \begin_layout Standard
22337 LyX allows you to define macros for formulas.
22338  For example we assume that solutions of the quadratic equation often occur
22339  in our document in various forms and we want to create a macro to print
22340  them.
22341 \newline
22342 The general form of a quadratic equation is:
22343 \begin_inset Formula \[
22344 0=\lambda^{2}+p\lambda+q\]
22345
22346 \end_inset
22347
22348 The general form of its solution is:
22349 \begin_inset Formula \[
22350 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \begin_layout Standard
22358 The macro should print the parameters 
22359 \begin_inset Formula $\lambda$
22360 \end_inset
22361
22362
22363 \begin_inset Formula $p$
22364 \end_inset
22365
22366  and 
22367 \begin_inset Formula $q$
22368 \end_inset
22369
22370  like in the equation above.
22371 \end_layout
22372
22373 \begin_layout Standard
22374 A macro is created by executing the command
22375 \end_layout
22376
22377 \begin_layout Standard
22378
22379 \series bold
22380 math-macro
22381 \begin_inset ERT
22382 status collapsed
22383
22384 \begin_layout Standard
22385
22386 \family roman
22387 \series medium
22388 \shape up
22389 \size normal
22390 \emph off
22391 \bar no
22392 \noun off
22393 \color none
22394
22395 \backslash
22396 spce 
22397 \end_layout
22398
22399 \end_inset
22400
22401 Name
22402 \begin_inset ERT
22403 status collapsed
22404
22405 \begin_layout Standard
22406
22407 \family roman
22408 \series medium
22409 \shape up
22410 \size normal
22411 \emph off
22412 \bar no
22413 \noun off
22414 \color none
22415
22416 \backslash
22417 spce 
22418 \end_layout
22419
22420 \end_inset
22421
22422 Number\InsetSpace ~
22423 of\InsetSpace ~
22424 Arguments
22425 \end_layout
22426
22427 \begin_layout Standard
22428 in the minibuffer at the bottom of the LyX screen.
22429  Name is the name of the new macro which mustn't contain numbers.
22430  The number of arguments can be a number in the range 1-9.
22431  If you want to define a macro without arguments, don't declare the number
22432  of arguments.
22433 \end_layout
22434
22435 \begin_layout Standard
22436 We have three arguments and name the macro 
22437 \begin_inset Quotes eld
22438 \end_inset
22439
22440 qE
22441 \begin_inset Quotes erd
22442 \end_inset
22443
22444 , so that the command is:
22445 \end_layout
22446
22447 \begin_layout Standard
22448
22449 \series bold
22450 math-macro
22451 \begin_inset ERT
22452 status collapsed
22453
22454 \begin_layout Standard
22455
22456 \family roman
22457 \series medium
22458 \shape up
22459 \size normal
22460 \emph off
22461 \bar no
22462 \noun off
22463 \color none
22464
22465 \backslash
22466 spce 
22467 \end_layout
22468
22469 \end_inset
22470
22471 qE
22472 \begin_inset ERT
22473 status collapsed
22474
22475 \begin_layout Standard
22476
22477 \family roman
22478 \series medium
22479 \shape up
22480 \size normal
22481 \emph off
22482 \bar no
22483 \noun off
22484 \color none
22485
22486 \backslash
22487 spce 
22488 \end_layout
22489
22490 \end_inset
22491
22492 3
22493 \end_layout
22494
22495 \begin_layout Standard
22496 This results in the following macro definition box: 
22497 \begin_inset Graphics
22498         filename clipart/macrobox.png
22499         inzipName 
22500         embed true
22501
22502 \end_inset
22503
22504  
22505 \begin_inset FormulaMacro
22506 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
22507 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
22508 \end_inset
22509
22510
22511 \begin_inset Note Note
22512 status collapsed
22513
22514 \begin_layout Standard
22515 The first box is an image to show the behavior in the output.
22516  The second one is the definition box, that doesn't appear in the output.
22517 \end_layout
22518
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \begin_layout Standard
22525 The first blue box is for the definition, where you insert the formula via
22526  the math panel or commands.
22527  The placeholder for the arguments are inserted as a backslash and sharp
22528  followed by the argument number, e.g.
22529  
22530 \begin_inset Quotes eld
22531 \end_inset
22532
22533
22534 \backslash
22535 #1
22536 \begin_inset Quotes erd
22537 \end_inset
22538
22539  for the first argument.
22540  Placeholders will be displayed in red.
22541  The second blue box is for the appearance in LyX.
22542  This is useful when you have a large structure that shouldn't be displayed
22543  in LyX with its full size.
22544  If you want to see the macro as it is defined, leave the box blank.
22545  In our example we insert the sequence
22546 \newline
22547
22548 \series bold
22549 qE: 
22550 \backslash
22551 #1
22552 \series default
22553  
22554 \series bold
22555 ,
22556 \series default
22557  
22558 \series bold
22559
22560 \backslash
22561 #2
22562 \series default
22563  
22564 \series bold
22565 ,
22566 \series default
22567  
22568 \series bold
22569
22570 \backslash
22571 #3
22572 \newline
22573
22574 \series default
22575 The macro will then be shown as the macro name followed by the three arguments.
22576 \end_layout
22577
22578 \begin_layout Standard
22579 To use the macro in a formula, type its name as command, in our case 
22580 \begin_inset Quotes eld
22581 \end_inset
22582
22583
22584 \series bold
22585
22586 \backslash
22587 qE
22588 \series default
22589
22590 \begin_inset Quotes erd
22591 \end_inset
22592
22593 .
22594  The macro is inserted with boxes for the arguments looking similar to this:
22595 \end_layout
22596
22597 \begin_layout Standard
22598 \align center
22599 \begin_inset Graphics
22600         filename clipart/macrouse.png
22601         inzipName 
22602         embed true
22603
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \begin_layout Standard
22610 The arguments are inserted in the blue boxes.
22611  If the cursor is outside the macro, the arguments are put in the macro.
22612  To change the arguments, put the cursor in the formula before or after
22613  the macro and press the right or left arrow key respectively.
22614  The arguments appear now again below the macro definition.
22615 \end_layout
22616
22617 \begin_layout Standard
22618 If you change the macro definition all macros are changed automatically
22619  to the new definition.
22620  Here an example of our macro with the arguments 
22621 \begin_inset Formula $x$
22622 \end_inset
22623
22624
22625 \begin_inset Formula $\ln(x)$
22626 \end_inset
22627
22628 , and 
22629 \begin_inset Formula $B$
22630 \end_inset
22631
22632 :
22633 \begin_inset Formula \[
22634 \qE {x}{\ln(y)}{B}\]
22635
22636 \end_inset
22637
22638
22639 \end_layout
22640
22641 \begin_layout Standard
22642 When the document is exported to LaTeX, the macro definition will be inserted
22643  as the command:
22644 \end_layout
22645
22646 \begin_layout Standard
22647
22648 \series bold
22649
22650 \backslash
22651 newcommand{
22652 \backslash
22653 qE}[3]{#1_{1,
22654 \backslash
22655 ,2}=-
22656 \backslash
22657 frac{#2}{2}
22658 \backslash
22659 pm
22660 \newline
22661
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Standard
22666
22667 \family roman
22668 \series medium
22669 \shape up
22670 \size normal
22671 \emph off
22672 \bar no
22673 \noun off
22674 \color none
22675
22676 \backslash
22677 hphantom{
22678 \end_layout
22679
22680 \end_inset
22681
22682
22683 \backslash
22684 newcommand
22685 \begin_inset ERT
22686 status collapsed
22687
22688 \begin_layout Standard
22689
22690 \family roman
22691 \series medium
22692 \shape up
22693 \size normal
22694 \emph off
22695 \bar no
22696 \noun off
22697 \color none
22698 }
22699 \end_layout
22700
22701 \end_inset
22702
22703
22704 \backslash
22705 sqrt{
22706 \backslash
22707 frac{#2^{2}}{4}-#3}}
22708 \end_layout
22709
22710 \begin_layout Standard
22711 The command is not inserted in the document preamble.
22712  That means you can only use macros in formulas that are below the macro
22713  definition box in your document.
22714  There are also some other restrictions: The command 
22715 \backslash
22716 newcommand supports optional arguments, which are not available in LyX's
22717  macros.
22718  You can also not change subsequently the name of the macro and the number
22719  of arguments.
22720  
22721 \end_layout
22722
22723 \begin_layout Section
22724 Fine-Tuning
22725 \end_layout
22726
22727 \begin_layout Subsection
22728 Typefaces
22729 \begin_inset Index
22730 status collapsed
22731
22732 \begin_layout Standard
22733 Math ! Typefaces
22734 \end_layout
22735
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \begin_layout Standard
22742 The standard font for text is italic, for numbers the standard is roman.
22743  To set a font in a formula, use the 
22744 \family sans
22745 Math\InsetSpace ~
22746 Panel
22747 \family default
22748  button 
22749 \begin_inset Graphics
22750         filename ../images/math/font.png
22751         inzipName 
22752         embed false
22753
22754 \end_inset
22755
22756 , or enter its command, listed in table\InsetSpace ~
22757
22758 \begin_inset CommandInset ref
22759 LatexCommand ref
22760 reference "cap:Typefaces-and-the"
22761
22762 \end_inset
22763
22764 , directly.
22765 \end_layout
22766
22767 \begin_layout Standard
22768 \begin_inset Float table
22769 wide false
22770 sideways false
22771 status open
22772
22773 \begin_layout Standard
22774 \begin_inset Caption
22775
22776 \begin_layout Standard
22777 \begin_inset CommandInset label
22778 LatexCommand label
22779 name "cap:Typefaces-and-the"
22780
22781 \end_inset
22782
22783 Typefaces and the corresponding commands.
22784 \end_layout
22785
22786 \end_inset
22787
22788
22789 \end_layout
22790
22791 \begin_layout Standard
22792 \align center
22793 \begin_inset Tabular
22794 <lyxtabular version="3" rows="9" columns="2">
22795 <features>
22796 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
22797 <column alignment="center" valignment="top" rightline="true" width="0pt">
22798 <row topline="true" bottomline="true">
22799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Standard
22803 Font
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Standard
22812 Command
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 </row>
22818 <row topline="true">
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Standard
22823
22824 \shape up
22825 \size normal
22826 \bar no
22827 \noun off
22828 \color none
22829 \begin_inset Formula $\mathrm{Roman}$
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Standard
22841
22842 \series bold
22843
22844 \backslash
22845 mathrm
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 </row>
22851 <row topline="true">
22852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Standard
22856 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
22857 \end_inset
22858
22859
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Standard
22868
22869 \series bold
22870
22871 \backslash
22872 mathbf
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 </row>
22878 <row topline="true">
22879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Standard
22883 \begin_inset Formula $\mathit{Italic}$
22884 \end_inset
22885
22886
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Standard
22895
22896 \series bold
22897
22898 \backslash
22899 mathit
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 </row>
22905 <row topline="true">
22906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Standard
22910
22911 \shape up
22912 \size normal
22913 \bar no
22914 \noun off
22915 \color none
22916 \begin_inset Formula $\mathtt{Typewriter}$
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Standard
22928
22929 \series bold
22930
22931 \backslash
22932 mathtt
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 </row>
22938 <row topline="true">
22939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Standard
22943 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
22944 \end_inset
22945
22946
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Standard
22955
22956 \series bold
22957
22958 \backslash
22959 mathbb
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 </row>
22965 <row topline="true">
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Standard
22970 \begin_inset Formula $\mathfrak{Fraktur}$
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Standard
22982
22983 \series bold
22984
22985 \backslash
22986 mathfrak
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 </row>
22992 <row topline="true">
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Standard
22997
22998 \shape up
22999 \size normal
23000 \emph on
23001 \bar no
23002 \noun off
23003 \color none
23004 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
23005 \end_inset
23006
23007
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Standard
23016
23017 \series bold
23018
23019 \backslash
23020 mathcal
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 </row>
23026 <row topline="true" bottomline="true">
23027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Standard
23031 \begin_inset Formula $\mathsf{SansSerif}$
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Standard
23043
23044 \series bold
23045
23046 \backslash
23047 mathsf
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 </row>
23053 </lyxtabular>
23054
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \end_inset
23061
23062
23063 \end_layout
23064
23065 \begin_layout Standard
23066 \begin_inset Note Greyedout
23067 status open
23068
23069 \begin_layout Standard
23070
23071 \series bold
23072 Note:
23073 \series default
23074  that you can only print capital letters in the typefaces 
23075 \family sans
23076 Blackbold
23077 \family default
23078  and 
23079 \family sans
23080 Calligraphic
23081 \family default
23082 .
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \end_layout
23089
23090 \begin_layout Standard
23091 When you use a typeface, a blue box is inserted in the formula.
23092  Every character in this box will be printed in this typeface.
23093  Pressing 
23094 \family sans
23095 Space
23096 \family default
23097  within the box, will set the cursor outside, so that you have to use a
23098  protected space when you need a space in the box.
23099  Here an example where a 
23100 \begin_inset Quotes eld
23101 \end_inset
23102
23103 N
23104 \begin_inset Quotes erd
23105 \end_inset
23106
23107  in 
23108 \family sans
23109 Blackbold
23110 \family default
23111  denotes the set of numbers:
23112 \begin_inset Formula \[
23113 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
23114
23115 \end_inset
23116
23117
23118 \end_layout
23119
23120 \begin_layout Standard
23121 The typefaces are nestable, which can cause confusion.
23122  You can e.g.
23123  put a character in 
23124 \family sans
23125 Fraktur
23126 \family default
23127  in a box for 
23128 \family sans
23129 Typewriter
23130 \family default
23131
23132 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
23133 \end_inset
23134
23135  
23136 \newline
23137 So better don't use this feature.
23138 \end_layout
23139
23140 \begin_layout Standard
23141 The typefaces have no effect on Greek letters: 
23142 \begin_inset Formula $\mathfrak{abc\delta e}$
23143 \end_inset
23144
23145
23146 \newline
23147 You can only print them emboldened using the command 
23148 \series bold
23149
23150 \backslash
23151 boldsymbol
23152 \series default
23153 , which works like the other typeface commands: 
23154 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
23155 \end_inset
23156
23157
23158 \end_layout
23159
23160 \begin_layout Standard
23161
23162 \series bold
23163
23164 \backslash
23165 boldsymbol
23166 \series default
23167  works for all symbols, letters, and numbers.
23168 \end_layout
23169
23170 \begin_layout Standard
23171 A number of other font options are available as well, in the menu 
23172 \family sans
23173 Insert\SpecialChar \menuseparator
23174 Math\SpecialChar \menuseparator
23175 Font\InsetSpace ~
23176 Change
23177 \family default
23178 .
23179 \end_layout
23180
23181 \begin_layout Subsection
23182 Math Text
23183 \begin_inset Index
23184 status collapsed
23185
23186 \begin_layout Standard
23187 Math ! Text
23188 \end_layout
23189
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \begin_layout Standard
23196 Typefaces are useful for entering some characters in some given font, but
23197  not for text.
23198  For typing longer pieces of text use the math text, which is obtained using
23199  the entry 
23200 \family sans
23201 Normal\InsetSpace ~
23202 text\InsetSpace ~
23203 mode
23204 \family default
23205  of the 
23206 \family sans
23207 Math\InsetSpace ~
23208 Panel
23209 \family default
23210  button 
23211 \begin_inset Graphics
23212         filename ../images/math/font.png
23213         inzipName 
23214         embed true
23215
23216 \end_inset
23217
23218  (alternatively the shortcut 
23219 \family sans
23220 M-m\InsetSpace ~
23221 m
23222 \family default
23223 ).
23224  Math text appears in LyX in black instead of blue.
23225  You can use spaces and accents in math text like in normal text.
23226  Here is an example:
23227 \begin_inset Formula \[
23228 f(x)=\begin{cases}
23229 x & \textrm{if I say so}\\
23230 -x & \textrm{unter Umständen}\end{cases}\]
23231
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \begin_layout Subsection
23238 Font Sizes
23239 \begin_inset Index
23240 status collapsed
23241
23242 \begin_layout Standard
23243 Math ! Font sizes
23244 \end_layout
23245
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \begin_layout Standard
23252 There are four font styles (relative sizes) used in math-mode, which are
23253  automatically chosen in most situations.
23254  These are called 
23255 \family sans
23256 textstyle
23257 \family default
23258
23259 \family sans
23260 displaystyle
23261 \family default
23262
23263 \family sans
23264 scriptstyle
23265 \family default
23266 , and 
23267 \family sans
23268 scriptscriptstyle
23269 \family default
23270 .
23271  For most characters, 
23272 \family sans
23273 textstyle
23274 \family default
23275  and 
23276 \family sans
23277 displaystyle
23278 \family default
23279  are actually the same size, but fractions, superscripts and subscripts,
23280  and certain other structures, are set larger in 
23281 \family sans
23282 displaystyle
23283 \family default
23284 .
23285  Except for some operators, which resize themselves to accommodate various
23286  situations, all text will be set in the styles as LaTeX thinks is appropriate.
23287  These choices can be overridden by using the math panel button 
23288 \begin_inset Graphics
23289         filename ../images/math/style.png
23290         inzipName 
23291         embed true
23292
23293 \end_inset
23294
23295 .
23296  A box for the size will be created in which you can insert the math structure.
23297  For example, you can set 
23298 \begin_inset Formula $\frac{1}{2}$
23299 \end_inset
23300
23301 , which is normally in 
23302 \family sans
23303 textstyle
23304 \family default
23305 , larger in 
23306 \family sans
23307 displaystyle
23308 \family default
23309
23310 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
23311 \end_inset
23312
23313 .
23314  The four styles are used in the following example:
23315 \end_layout
23316
23317 \begin_layout Standard
23318 \begin_inset Formula $displaystyle$
23319 \end_inset
23320
23321
23322 \begin_inset Formula ${\textstyle textstyle}$
23323 \end_inset
23324
23325
23326 \begin_inset Formula ${\scriptstyle scriptstyle}$
23327 \end_inset
23328
23329
23330 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
23331 \end_inset
23332
23333 .
23334 \end_layout
23335
23336 \begin_layout Standard
23337 All these math-mode font sizes are relative, that means, if the whole math
23338  inset is set in a particular size with the menu 
23339 \family sans
23340 Edit\SpecialChar \menuseparator
23341 Text\InsetSpace ~
23342 Style
23343 \family default
23344 , all sizes in the formula will be adjusted relative to this size.
23345  Similarly, if the base font size of the document is changed, all fonts
23346  will be adjusted to correspond.
23347  As example a formula in the font size 
23348 \begin_inset Quotes eld
23349 \end_inset
23350
23351 largest
23352 \begin_inset Quotes erd
23353 \end_inset
23354
23355 :
23356 \end_layout
23357
23358 \begin_layout Standard
23359
23360 \family roman
23361 \size largest
23362 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \begin_layout Section
23369 AMS-LaTeX
23370 \begin_inset Index
23371 status collapsed
23372
23373 \begin_layout Standard
23374 AMS math
23375 \end_layout
23376
23377 \end_inset
23378
23379
23380 \begin_inset Index
23381 status collapsed
23382
23383 \begin_layout Standard
23384 Math ! AMS
23385 \end_layout
23386
23387 \end_inset
23388
23389
23390 \end_layout
23391
23392 \begin_layout Standard
23393 LyX supports the packages provided by the American Mathematical Society
23394  (AMS) that are in common use.
23395 \end_layout
23396
23397 \begin_layout Subsection
23398 Enabling AMS-Support
23399 \end_layout
23400
23401 \begin_layout Standard
23402 Selecting the checkbox 
23403 \family sans
23404 Use\InsetSpace ~
23405 AMS\InsetSpace ~
23406 math\InsetSpace ~
23407 package
23408 \family default
23409  in the 
23410 \family sans
23411 Document\SpecialChar \menuseparator
23412 Settings
23413 \family default
23414
23415 \begin_inset Index
23416 status collapsed
23417
23418 \begin_layout Standard
23419 Document ! Settings
23420 \end_layout
23421
23422 \end_inset
23423
23424  dialog under 
23425 \family sans
23426 Math\InsetSpace ~
23427 Options
23428 \family default
23429  will include the AMS-packages in the document, and make the facilities
23430  available.
23431  AMS is needed for many math-constructs, so when you get LaTeX-errors in
23432  formulas, assure that you have enabled AMS.
23433 \end_layout
23434
23435 \begin_layout Subsection
23436 AMS-Formula Types
23437 \begin_inset CommandInset label
23438 LatexCommand label
23439 name "sub:AMS-Formula-Types"
23440
23441 \end_inset
23442
23443
23444 \begin_inset Index
23445 status collapsed
23446
23447 \begin_layout Standard
23448 Math ! Multi-line Equations
23449 \end_layout
23450
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \begin_layout Standard
23457 AMS-LaTeX provides a selection of different formula types.
23458  LyX allows you to choose between 
23459 \family typewriter
23460 align
23461 \family default
23462
23463 \family typewriter
23464 alignat
23465 \family default
23466
23467 \family typewriter
23468 flalign
23469 \family default
23470
23471 \family typewriter
23472 gather
23473 \family default
23474 , and 
23475 \family typewriter
23476 multline
23477 \family default
23478 .
23479  We refer to the AMS-documentation for an explanation of these formula types.
23480 \end_layout
23481
23482 \begin_layout Chapter
23483 More Tools
23484 \end_layout
23485
23486 \begin_layout Section
23487 Cross-References
23488 \begin_inset Index
23489 status collapsed
23490
23491 \begin_layout Standard
23492 Cross references
23493 \end_layout
23494
23495 \end_inset
23496
23497
23498 \begin_inset CommandInset label
23499 LatexCommand label
23500 name "sec:Cross-References"
23501
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \begin_layout Standard
23508 One of LyX's strengths are cross-references.
23509  You can reference every section, float, footnote, formula, and list in
23510  the document.
23511  To reference a document part, you have to insert a label into it.
23512  The label is used as anchor and name for the reference.
23513  We want for example refer to the the second item of the following list:
23514 \end_layout
23515
23516 \begin_layout Enumerate
23517 First item
23518 \end_layout
23519
23520 \begin_layout Enumerate
23521 \begin_inset CommandInset label
23522 LatexCommand label
23523 name "enu:Second-item"
23524
23525 \end_inset
23526
23527 Second item
23528 \end_layout
23529
23530 \begin_layout Enumerate
23531 Third item
23532 \end_layout
23533
23534 \begin_layout Standard
23535 First we insert a label into the second item with the menu 
23536 \family sans
23537 Insert\SpecialChar \menuseparator
23538 Label
23539 \family default
23540  or the by pressing the toolbar button 
23541 \begin_inset Graphics
23542         filename ../images/label-insert.png
23543         inzipName 
23544         embed true
23545         scale 85
23546
23547 \end_inset
23548
23549 .
23550  A grey label box like this: 
23551 \begin_inset Graphics
23552         filename clipart/labelQt4.png
23553         inzipName 
23554         embed false
23555         scale 85
23556
23557 \end_inset
23558
23559  is inserted and the label window pops up asking for the label text.
23560  LyX offers as text the first words of the item with a prefix, in our case
23561  the text 
23562 \begin_inset Quotes eld
23563 \end_inset
23564
23565
23566 \family sans
23567 enu: Second-item
23568 \family default
23569
23570 \begin_inset Quotes erd
23571 \end_inset
23572
23573 .
23574  The prefix 
23575 \begin_inset Quotes eld
23576 \end_inset
23577
23578
23579 \family sans
23580 enu:
23581 \family default
23582
23583 \begin_inset Quotes erd
23584 \end_inset
23585
23586  stands for 
23587 \begin_inset Quotes eld
23588 \end_inset
23589
23590 enumerate
23591 \begin_inset Quotes erd
23592 \end_inset
23593
23594 .
23595  The prefix depends on the document part where the label is inserted, e.g.
23596  if you insert a label to a section heading, the prefix will be 
23597 \begin_inset Quotes eld
23598 \end_inset
23599
23600
23601 \family sans
23602 sec:
23603 \family default
23604
23605 \begin_inset Quotes erd
23606 \end_inset
23607
23608 .
23609 \end_layout
23610
23611 \begin_layout Standard
23612 To reference the item, we refer to its label using the menu 
23613 \family sans
23614 Insert\SpecialChar \menuseparator
23615 Cross-Reference
23616 \family default
23617  or the toolbar button 
23618 \begin_inset Graphics
23619         filename ../images/dialog-show-new-inset_ref.png
23620         inzipName 
23621         embed true
23622         scale 85
23623
23624 \end_inset
23625
23626 .
23627  A grey cross-reference box like this: 
23628 \begin_inset Graphics
23629         filename clipart/referenceQt4.png
23630         inzipName 
23631         embed true
23632         scale 85
23633
23634 \end_inset
23635
23636  is inserted and the cross-reference window appear showing all labels of
23637  the document.
23638  We can now sort the labels alphabetically and then choose the entry 
23639 \begin_inset Quotes eld
23640 \end_inset
23641
23642
23643 \family sans
23644 enu:Second-item
23645 \family default
23646
23647 \begin_inset Quotes erd
23648 \end_inset
23649
23650 .
23651  At the position of the cross-reference box the item number will appear
23652  in the output.
23653  Here is our cross-reference:
23654 \end_layout
23655
23656 \begin_layout Standard
23657 Item\InsetSpace ~
23658
23659 \begin_inset CommandInset ref
23660 LatexCommand ref
23661 reference "enu:Second-item"
23662
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \begin_layout Standard
23669 It is recommended to use a protected space
23670 \begin_inset Foot
23671 status collapsed
23672
23673 \begin_layout Standard
23674 described in section\InsetSpace ~
23675
23676 \begin_inset CommandInset ref
23677 LatexCommand ref
23678 reference "sub:Protected-Space"
23679
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686
23687  between the cross-reference name and its number to avoid ugly linebreaks
23688  between them.
23689 \end_layout
23690
23691 \begin_layout Standard
23692 There are six varieties of cross-references:
23693 \end_layout
23694
23695 \begin_layout Description
23696 <reference>: prints the float number, this is the default: 
23697 \begin_inset CommandInset ref
23698 LatexCommand ref
23699 reference "cap:Two-distorted-images"
23700
23701 \end_inset
23702
23703
23704 \end_layout
23705
23706 \begin_layout Description
23707 (<reference>): prints the float number within two parentheses, this is the
23708  style normally used to reference formulas, especially when the reference
23709  name 
23710 \begin_inset Quotes eld
23711 \end_inset
23712
23713 Equation
23714 \begin_inset Quotes erd
23715 \end_inset
23716
23717  is omitted: 
23718 \begin_inset CommandInset ref
23719 LatexCommand eqref
23720 reference "eq:tanhExp"
23721
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \begin_layout Description
23728 <page>: prints the page number: Page\InsetSpace ~
23729
23730 \begin_inset CommandInset ref
23731 LatexCommand pageref
23732 reference "cap:Two-distorted-images"
23733
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \begin_layout Description
23740 on\InsetSpace ~
23741 page\InsetSpace ~
23742 <page>: prints the text "on page" and the page number: 
23743 \begin_inset CommandInset ref
23744 LatexCommand vpageref
23745 reference "cap:Two-distorted-images"
23746
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \begin_layout Description
23753 <reference>\InsetSpace ~
23754 on\InsetSpace ~
23755 page\InsetSpace ~
23756 <page>: prints the float number, the text "on page", and
23757  the page number: 
23758 \begin_inset CommandInset ref
23759 LatexCommand vref
23760 reference "cap:Two-distorted-images"
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \begin_layout Description
23768 Formatted\InsetSpace ~
23769 reference: prints a self defined cross-reference format.
23770 \newline
23771
23772 \begin_inset Note Greyedout
23773 status open
23774
23775 \begin_layout Standard
23776
23777 \series bold
23778 Note:
23779 \series default
23780  This feature is only available when you have the LaTeX-package 
23781 \series bold
23782 prettyref
23783 \begin_inset Index
23784 status collapsed
23785
23786 \begin_layout Standard
23787 LaTeX-packages ! prettyref
23788 \end_layout
23789
23790 \end_inset
23791
23792
23793 \series default
23794  installed.
23795 \end_layout
23796
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \begin_layout Standard
23803 Note that the style <page> won't print the page number if the label is on
23804  the previous, the same, or the next page.
23805  You will e.\InsetSpace \thinspace{}
23806 g.\InsetSpace ~
23807 see the text 
23808 \begin_inset Quotes eld
23809 \end_inset
23810
23811
23812 \family sans
23813 on this page
23814 \family default
23815
23816 \begin_inset Quotes erd
23817 \end_inset
23818
23819  instead.
23820 \end_layout
23821
23822 \begin_layout Standard
23823 The number and current page of the referred document part in the output,
23824  is automatically calculated by LaTeX.
23825  The varieties are adjusted in the field 
23826 \family sans
23827 Format
23828 \family default
23829  of the cross-reference window, that appear when you click on the cross-referenc
23830 e box.
23831 \end_layout
23832
23833 \begin_layout Standard
23834 You can only use the style 
23835 \family sans
23836 <reference>
23837 \family default
23838  to reference numbered document parts, while the reference style 
23839 \family sans
23840 <page>
23841 \family default
23842  is always possible.
23843 \end_layout
23844
23845 \begin_layout Standard
23846 If you want to reference a section, put the label in the section heading,
23847  to reference a float, put the label in the caption.
23848  For footnotes you can put the label somewhere in it.
23849  Referencing formulas is explained in section\InsetSpace ~
23850
23851 \begin_inset CommandInset ref
23852 LatexCommand ref
23853 reference "sec:Formula-Numbering-and"
23854
23855 \end_inset
23856
23857 .
23858 \end_layout
23859
23860 \begin_layout Standard
23861 The button 
23862 \family sans
23863 Go\InsetSpace ~
23864 to\InsetSpace ~
23865 Label
23866 \family default
23867  in the cross-reference window sets the the cursor before the referred label.
23868  The button text changes then to 
23869 \family sans
23870 Go\InsetSpace ~
23871 Back
23872 \family default
23873  and you can use it to set the cursor back to the cross-reference.
23874  Right-clicking on a cross-reference box also sets the cursor before the
23875  referred label but without a possibility to go back.
23876  
23877 \end_layout
23878
23879 \begin_layout Standard
23880 You can change labels at any time by clicking on the label box.
23881  References to the changed label will automatically change its link to the
23882  new label text, so that you don't need to take care about this.
23883 \end_layout
23884
23885 \begin_layout Standard
23886 If a cross-reference refers to a non-existing label, you'll see two question
23887  marks in the output instead of the reference.
23888 \end_layout
23889
23890 \begin_layout Standard
23891 References are described in detail in the 
23892 \emph on
23893 Embedded Objects
23894 \emph default
23895  manual.
23896 \end_layout
23897
23898 \begin_layout Section
23899 Table of Contents and other Listings
23900 \begin_inset Index
23901 status collapsed
23902
23903 \begin_layout Standard
23904 Table of contents
23905 \end_layout
23906
23907 \end_inset
23908
23909
23910 \begin_inset Index
23911 status collapsed
23912
23913 \begin_layout Standard
23914 Outline
23915 \end_layout
23916
23917 \end_inset
23918
23919
23920 \begin_inset CommandInset label
23921 LatexCommand label
23922 name "sec:toc"
23923
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \begin_layout Subsection
23930 Table of Contents and Outline
23931 \begin_inset CommandInset label
23932 LatexCommand label
23933 name "sub:Table-of-Contents"
23934
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \begin_layout Standard
23941 The Table of Contents (TOC) is inserted with the menu 
23942 \family sans
23943 Insert\SpecialChar \menuseparator
23944 List/TOC\SpecialChar \menuseparator
23945 Table\InsetSpace ~
23946 of\InsetSpace ~
23947 Contents
23948 \family default
23949 .
23950  Is is displayed in LyX as a gray box.
23951  If you click on it, the TOC window appears, showing you the TOC entries.
23952  You can jump to a document part by clicking on an entry.
23953  Thus you can use this window as graphical alternative for the 
23954 \family sans
23955 Navigate
23956 \family default
23957  menu.
23958 \end_layout
23959
23960 \begin_layout Standard
23961 The TOC lists every numbered section automatically.
23962  If you have declared a short title for a section heading, as described
23963  in section\InsetSpace ~
23964
23965 \begin_inset CommandInset ref
23966 LatexCommand ref
23967 reference "sec:Short-Titles"
23968
23969 \end_inset
23970
23971 , it will be used in the TOC instead of the section heading.
23972  Section\InsetSpace ~
23973
23974 \begin_inset CommandInset ref
23975 LatexCommand ref
23976 reference "sub:Numbering-depth"
23977
23978 \end_inset
23979
23980  describes how the level is adjusted that defines which section types are
23981  listed in the TOC.
23982  You can also adjust the level for the displayed sections in the TOC window
23983  using the grey fader at the bottom of the window.
23984  Unnumbered sections are not listed in the TOC.
23985 \end_layout
23986
23987 \begin_layout Standard
23988 You can use the TOC window also as outline to move and rearrange sections
23989  in your documents.
23990  The TOC window therefore also appears when you use the menu 
23991 \family sans
23992 Document\SpecialChar \menuseparator
23993 Outline
23994 \family default
23995 .
23996 \end_layout
23997
23998 \begin_layout Subsection
23999 List of Figures, Tables and Algorithms
24000 \begin_inset CommandInset label
24001 LatexCommand label
24002 name "sec:ListsOf"
24003
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \begin_layout Standard
24010 Table, figure, and algorithm lists are very much like the table of contents.
24011  You can insert them via the 
24012 \family sans
24013 Insert\SpecialChar \menuseparator
24014 List\InsetSpace ~
24015 /\InsetSpace ~
24016 TOC
24017 \family default
24018  submenus.
24019  The list entries are the float captions and the float number.
24020 \end_layout
24021
24022 \begin_layout Section
24023 URLs (Uniform Resource Locators)
24024 \begin_inset Index
24025 status collapsed
24026
24027 \begin_layout Standard
24028 URLs
24029 \end_layout
24030
24031 \end_inset
24032
24033
24034 \begin_inset CommandInset label
24035 LatexCommand label
24036 name "sec:URL"
24037
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \begin_layout Standard
24044 It is often desirable to include long 
24045 \begin_inset Quotes eld
24046 \end_inset
24047
24048 verbatim
24049 \begin_inset Quotes erd
24050 \end_inset
24051
24052  items in a document such as Web site URLs, e-mail addresses, etc.
24053  These things typically do not contain any spaces and are thus difficult
24054  to typeset properly.
24055  Such items will often fall on a line boundary if they cannot be split,
24056  resulting in an overfull line.
24057  To avoid this, use the menu 
24058 \family sans
24059 Insert\SpecialChar \menuseparator
24060 URL
24061 \family default
24062  to enter a long URL and have it split gracefully, if necessary.
24063 \end_layout
24064
24065 \begin_layout Standard
24066 The URL dialog has two fields; the URL field and the 
24067 \family sans
24068 Name
24069 \family default
24070  field for the URL description, which will be typeset as plain text immediately
24071  before the URL.
24072  Here an example:
24073 \end_layout
24074
24075 \begin_layout Standard
24076 \begin_inset Flex URL
24077 status collapsed
24078
24079 \begin_layout Standard
24080
24081 \family roman
24082 \series medium
24083 \shape up
24084 \size normal
24085 \emph off
24086 \bar no
24087 \noun off
24088 \color none
24089 http://www.lyx.org
24090 \end_layout
24091
24092 \end_inset
24093
24094 .
24095 \end_layout
24096
24097 \begin_layout Standard
24098 \begin_inset VSpace bigskip
24099 \end_inset
24100
24101
24102 \series bold
24103 Important notes
24104 \series default
24105 :
24106 \end_layout
24107
24108 \begin_layout Itemize
24109 When you use the following characters: "%", "#", "^", you have to write
24110  them with a backslash before, e.g.
24111  
24112 \begin_inset Quotes eld
24113 \end_inset
24114
24115
24116 \backslash
24117 #
24118 \begin_inset Quotes erd
24119 \end_inset
24120
24121 .
24122 \end_layout
24123
24124 \begin_layout Itemize
24125 URLs must not end with a backslash!
24126 \end_layout
24127
24128 \begin_layout Section
24129 Appendices
24130 \begin_inset Index
24131 status collapsed
24132
24133 \begin_layout Standard
24134 Appendix
24135 \end_layout
24136
24137 \end_inset
24138
24139
24140 \begin_inset CommandInset label
24141 LatexCommand label
24142 name "sec:Appendices"
24143
24144 \end_inset
24145
24146
24147 \end_layout
24148
24149 \begin_layout Standard
24150 Appendices are created with the menu 
24151 \family sans
24152 Document\SpecialChar \menuseparator
24153 Start\InsetSpace ~
24154 Appendix\InsetSpace ~
24155 Here
24156 \family default
24157 .
24158  This menu sets the document from the current cursor position to the end
24159  as appendix region.
24160  The region is marked with a red borderline.
24161 \end_layout
24162
24163 \begin_layout Standard
24164 Every chapter (or section) within the appendix region is treated as an appendix,
24165  numbered with a capital Latin letter.
24166  The appendix subsections are numbered with this letter followed by a dot
24167  and the subsection number.
24168  All appendix sections can be referenced as if they were normal sections,
24169  here two examples:
24170 \end_layout
24171
24172 \begin_layout Standard
24173 Appendix\InsetSpace ~
24174
24175 \begin_inset CommandInset ref
24176 LatexCommand ref
24177 reference "cha:Credits"
24178
24179 \end_inset
24180
24181 ; Appendix\InsetSpace ~
24182
24183 \begin_inset CommandInset ref
24184 LatexCommand ref
24185 reference "sub:Export"
24186
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \begin_layout Section
24193 Bibliography
24194 \begin_inset Index
24195 status collapsed
24196
24197 \begin_layout Standard
24198 Bibliography
24199 \end_layout
24200
24201 \end_inset
24202
24203
24204 \begin_inset CommandInset label
24205 LatexCommand label
24206 name "sec:Bibliography"
24207
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \begin_layout Standard
24214 There are two ways of generating the bibliography in a LyX-document.
24215  You can include a bibliography database
24216 \begin_inset Foot
24217 status collapsed
24218
24219 \begin_layout Standard
24220 Known under the name 
24221 \begin_inset Quotes eld
24222 \end_inset
24223
24224 BibTeX-database
24225 \begin_inset Quotes erd
24226 \end_inset
24227
24228 .
24229 \end_layout
24230
24231 \end_inset
24232
24233 , which is explained in the next subsection or you can insert the bibliography
24234  manually.
24235  For the second method we use the paragraph environment 
24236 \family sans
24237 Bibliography
24238 \family default
24239 , described in section\InsetSpace ~
24240
24241 \begin_inset CommandInset ref
24242 LatexCommand ref
24243 reference "sub:Biblio_environment"
24244
24245 \end_inset
24246
24247 .
24248 \end_layout
24249
24250 \begin_layout Standard
24251 Within the 
24252 \family sans
24253 Bibliography
24254 \family default
24255  environment, every paragraph begins with a gray bibliography box labeled
24256  with a number.
24257  If you click on it, you will get a dialog in which you can set a 
24258 \family sans
24259 Key
24260 \family default
24261  and a 
24262 \family sans
24263 Label
24264 \family default
24265 .
24266  The key is the symbolic name by which you will refer to this bibliography
24267  entry.
24268  For example, our second entry in the bibliography is a book about LaTeX
24269  and we used 
24270 \begin_inset Quotes eld
24271 \end_inset
24272
24273 latexcompanion
24274 \begin_inset Quotes erd
24275 \end_inset
24276
24277 , a short form of its title, as key.
24278 \end_layout
24279
24280 \begin_layout Standard
24281 You can refer to the key of a bibliography entry using the menu 
24282 \family sans
24283 Insert\SpecialChar \menuseparator
24284 Citation
24285 \family default
24286  or the toobar button 
24287 \begin_inset Graphics
24288         filename ../images/dialog-show-new-inset_citation.png
24289         inzipName 
24290         embed true
24291         BoundingBox 0bp 5bp 20bp 20bp
24292
24293 \end_inset
24294
24295 .
24296  A citation reference box is inserted and a citation window will appear
24297  in which you can select one or more keys in the available key list.
24298  The citation reference box will be labeled with the referenced key.
24299  When you click on the box, the citation window appears and you can change
24300  the reference.
24301 \end_layout
24302
24303 \begin_layout Standard
24304 Citation references appear in the output as number of the bibliography entry
24305  with surrounding brackets.
24306  If you set a 
24307 \family sans
24308 Label
24309 \family default
24310  for the entry, the label will appear instead of the number.
24311  Here two examples; the first without a label, the second with the label
24312  
24313 \begin_inset Quotes eld
24314 \end_inset
24315
24316 Credits
24317 \begin_inset Quotes erd
24318 \end_inset
24319
24320 :
24321 \end_layout
24322
24323 \begin_layout Standard
24324 Have a look at the 
24325 \family sans
24326 LaTeX Companion Second Edition
24327 \family default
24328
24329 \begin_inset CommandInset citation
24330 LatexCommand cite
24331 key "latexcompanion"
24332
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \begin_layout Standard
24339 The LyX-Team members are listed in the Credits: 
24340 \begin_inset CommandInset citation
24341 LatexCommand cite
24342 key "lyxcredit"
24343
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \begin_layout Subsection
24350 Bibliography databases (BibTeX)
24351 \begin_inset Index
24352 status collapsed
24353
24354 \begin_layout Standard
24355 Bibliography ! Databases
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \begin_inset Index
24362 status collapsed
24363
24364 \begin_layout Standard
24365 Bibliography ! BibTeX
24366 \end_layout
24367
24368 \end_inset
24369
24370
24371 \begin_inset CommandInset label
24372 LatexCommand label
24373 name "sub:Bibliography-databases"
24374
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \begin_layout Standard
24381 Bibliography databases are useful if you use the same bibliography in different
24382  documents.
24383  It makes it also very easy to have a uniform layout for all bibliography
24384  entries.
24385  You can collect the bibliography of all relevant books and articles of
24386  your working field in a database.
24387  This database can be used for different documents, because only the referenced
24388  entries of the database will appear in the bibliography list.
24389 \end_layout
24390
24391 \begin_layout Standard
24392 The database is a text file with the file extension 
24393 \begin_inset Quotes eld
24394 \end_inset
24395
24396
24397 \family sans
24398 .bib
24399 \family default
24400
24401 \begin_inset Quotes erd
24402 \end_inset
24403
24404  containing the bibliography in a special format.
24405  The format is explained in LaTeX books (
24406 \begin_inset CommandInset citation
24407 LatexCommand cite
24408 key "Mittelbach,Kopka,Lamport"
24409
24410 \end_inset
24411
24412 ).
24413  Normally one uses a special program to create and edit entries of the database.
24414  Under
24415 \newline
24416  
24417 \begin_inset Flex URL
24418 status collapsed
24419
24420 \begin_layout Standard
24421
24422 \family roman
24423 \series medium
24424 \shape up
24425 \size normal
24426 \emph off
24427 \bar no
24428 \noun off
24429 \color none
24430 http://wiki.lyx.org/BibTeX/Programs
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \newline
24437 you find a list of programs for bibliography databases.
24438 \end_layout
24439
24440 \begin_layout Standard
24441 To use a database, use the menu 
24442 \family sans
24443 Insert\SpecialChar \menuseparator
24444 List
24445 \family default
24446 /
24447 \family sans
24448 TOC\SpecialChar \menuseparator
24449 BibT
24450 \begin_inset ERT
24451 status collapsed
24452
24453 \begin_layout Standard
24454
24455 \family roman
24456 \series medium
24457 \shape up
24458 \size normal
24459 \emph off
24460 \bar no
24461 \noun off
24462 \color none
24463 {}
24464 \end_layout
24465
24466 \end_inset
24467
24468 eX\InsetSpace ~
24469 Bibliography
24470 \family default
24471 .
24472  A grey box will be inserted and a window appears.
24473  In this window you can load one or more databases and a style file.
24474 \end_layout
24475
24476 \begin_layout Standard
24477 The style file is a text file with the file extension
24478 \begin_inset Quotes erd
24479 \end_inset
24480
24481
24482 \family sans
24483 .bst
24484 \family default
24485
24486 \begin_inset Quotes erd
24487 \end_inset
24488
24489  that declares the layout of all bibliography entries.
24490  Many publishers provide special style files, so that you don't have to
24491  take care of the layout.
24492 \end_layout
24493
24494 \begin_layout Standard
24495 Inserting a citation reference works like described above.
24496 \end_layout
24497
24498 \begin_layout Standard
24499 \begin_inset VSpace defskip
24500 \end_inset
24501
24502
24503 \end_layout
24504
24505 \begin_layout Standard
24506 To generate the bibliography from a database, the program BibTeX is used
24507  by LyX.
24508  This program can be controlled with options that you can add in LyX's preferenc
24509 es dialog under 
24510 \family sans
24511 Outputs
24512 \family default
24513
24514 \family sans
24515 LaT
24516 \begin_inset ERT
24517 status collapsed
24518
24519 \begin_layout Standard
24520
24521 \family roman
24522 \series medium
24523 \shape up
24524 \size normal
24525 \emph off
24526 \bar no
24527 \noun off
24528 \color none
24529 {}
24530 \end_layout
24531
24532 \end_inset
24533
24534 eX
24535 \family default
24536  in the field 
24537 \family sans
24538 BibT
24539 \begin_inset ERT
24540 status collapsed
24541
24542 \begin_layout Standard
24543
24544 \family roman
24545 \series medium
24546 \shape up
24547 \size normal
24548 \emph off
24549 \bar no
24550 \noun off
24551 \color none
24552 {}
24553 \end_layout
24554
24555 \end_inset
24556
24557 eX\InsetSpace ~
24558 command
24559 \family default
24560 .
24561  Before adding options, it is strongly recommended to read the manual of
24562  
24563 \family sans
24564 BibTeX
24565 \family default
24566 .
24567 \end_layout
24568
24569 \begin_layout Standard
24570 \begin_inset VSpace defskip
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout Standard
24577 We use two bibliographies in this document to show the difference between
24578  the two methods of creating them.
24579  As you can see, the bibliography that is created from a database lists
24580  only the database entries that are referenced in the document.
24581  We used the style file 
24582 \family sans
24583 alphadin.bst
24584 \family default
24585  to get the complicated German reference key scheme in the bibliography.
24586 \end_layout
24587
24588 \begin_layout Subsection
24589 Bibliography layout
24590 \begin_inset Index
24591 status collapsed
24592
24593 \begin_layout Standard
24594 Bibliography ! Layout
24595 \end_layout
24596
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \begin_layout Standard
24603 In the citation reference dialog you can set a special citation format.
24604  For this feature you need to use the option 
24605 \family sans
24606 Natbib
24607 \family default
24608  enabled in the 
24609 \family sans
24610 Document\SpecialChar \menuseparator
24611 Settings
24612 \family default
24613
24614 \begin_inset Index
24615 status collapsed
24616
24617 \begin_layout Standard
24618 Document ! Settings
24619 \end_layout
24620
24621 \end_inset
24622
24623  dialog under 
24624 \family sans
24625 Bibliography
24626 \family default
24627 .
24628  Setting a citation style for a reference will overwrite the default.
24629  For the global citation format use the BibTeX style files as explained
24630  in the previous section.
24631 \end_layout
24632
24633 \begin_layout Standard
24634 You can also set text, that should appear before or after a citation reference,
24635  in the citation reference window.
24636  Here an example where we set the text 
24637 \begin_inset Quotes eld
24638 \end_inset
24639
24640 Chapter\InsetSpace ~
24641 3
24642 \begin_inset Quotes erd
24643 \end_inset
24644
24645  to appear after the reference:
24646 \end_layout
24647
24648 \begin_layout Standard
24649 Have a look at 
24650 \begin_inset CommandInset citation
24651 LatexCommand cite
24652 after "Chapter 3"
24653 key "latexcompanion"
24654
24655 \end_inset
24656
24657 .
24658 \end_layout
24659
24660 \begin_layout Section
24661 Index
24662 \begin_inset Index
24663 status collapsed
24664
24665 \begin_layout Standard
24666 Index generation
24667 \end_layout
24668
24669 \end_inset
24670
24671
24672 \begin_inset CommandInset label
24673 LatexCommand label
24674 name "sec:Index"
24675
24676 \end_inset
24677
24678
24679 \end_layout
24680
24681 \begin_layout Standard
24682 An index entry is created if you use the menu 
24683 \family sans
24684 Insert\SpecialChar \menuseparator
24685 Index\InsetSpace ~
24686 Entry
24687 \family default
24688  or the toolbar button 
24689 \begin_inset Graphics
24690         filename ../images/index-insert.png
24691         inzipName 
24692         embed true
24693         BoundingBox 0bp 5bp 20bp 20bp
24694
24695 \end_inset
24696
24697 .
24698  A gray box labeled 
24699 \begin_inset Quotes eld
24700 \end_inset
24701
24702
24703 \family sans
24704 Idx
24705 \family default
24706
24707 \begin_inset Quotes erd
24708 \end_inset
24709
24710  is inserted containing the text that appears in the index.
24711  The word where the cursor is in or the currently highlighted text is proposed
24712  by LyX as index entry.
24713 \end_layout
24714
24715 \begin_layout Standard
24716 \begin_inset Note Greyedout
24717 status open
24718
24719 \begin_layout Standard
24720
24721 \series bold
24722 Note:
24723 \series default
24724  The index entry text field differs from all other text fields, because
24725  you have to insert valid LaTeX-code.
24726 \end_layout
24727
24728 \end_inset
24729
24730  Therefore you cannot insert
24731 \end_layout
24732
24733 \begin_layout Standard
24734
24735 \series bold
24736 Find & Replace
24737 \end_layout
24738
24739 \begin_layout Standard
24740 to an index entry field, because the 
24741 \begin_inset Quotes eld
24742 \end_inset
24743
24744 &
24745 \begin_inset Quotes erd
24746 \end_inset
24747
24748  character is used in LaTeX to separate table columns, so that you will
24749  get LaTeX-errors.
24750  The correct entry is
24751 \end_layout
24752
24753 \begin_layout Standard
24754
24755 \series bold
24756 Find 
24757 \backslash
24758 & Replace
24759 \end_layout
24760
24761 \begin_layout Standard
24762 This behavior is necessary because index entries can be formatted in many
24763  ways using special LaTeX commands.
24764  We give a short overview of the index command in the next subsections.
24765  For a detailed description of LaTeX's index mechanism, have a look at one
24766  of the LaTeX books 
24767 \begin_inset CommandInset citation
24768 LatexCommand cite
24769 key "latexcompanion,latexguide,latexbook"
24770
24771 \end_inset
24772
24773 .
24774 \end_layout
24775
24776 \begin_layout Standard
24777 You can change index entries by clicking on the index box.
24778 \end_layout
24779
24780 \begin_layout Standard
24781 The index list is inserted to the document with the menu 
24782 \family sans
24783 Insert\SpecialChar \menuseparator
24784 List\InsetSpace ~
24785 /\InsetSpace ~
24786 TOC\SpecialChar \menuseparator
24787 Index\InsetSpace ~
24788 List
24789 \family default
24790 .
24791  A light blue box labeled 
24792 \begin_inset Quotes eld
24793 \end_inset
24794
24795
24796 \family sans
24797 Index
24798 \family default
24799
24800 \begin_inset Quotes erd
24801 \end_inset
24802
24803  will show the place where the index is printed in the output.
24804  The index list box is not clickable like other LyX-boxes.
24805 \end_layout
24806
24807 \begin_layout Subsection
24808 Grouping Index Entries
24809 \begin_inset Index
24810 status collapsed
24811
24812 \begin_layout Standard
24813 Index ! Grouping
24814 \end_layout
24815
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \begin_layout Standard
24822 Index entries are often grouped to offer the reader a fast search in the
24823  index.
24824  We want to group for example the index entries for itemized and enumerated
24825  lists under the entry 
24826 \begin_inset Quotes eld
24827 \end_inset
24828
24829 Lists
24830 \begin_inset Quotes erd
24831 \end_inset
24832
24833 .
24834  First we create the entry 
24835 \begin_inset Quotes eld
24836 \end_inset
24837
24838 Lists
24839 \begin_inset Quotes erd
24840 \end_inset
24841
24842  in section\InsetSpace ~
24843
24844 \begin_inset CommandInset ref
24845 LatexCommand ref
24846 reference "sub:Lists"
24847
24848 \end_inset
24849
24850 .
24851  In the text field for the itemized list index entry in section\InsetSpace ~
24852
24853 \begin_inset CommandInset ref
24854 LatexCommand ref
24855 reference "sec:Itemize"
24856
24857 \end_inset
24858
24859 , we insert the command
24860 \end_layout
24861
24862 \begin_layout Standard
24863
24864 \series bold
24865 Lists ! Itemize
24866 \end_layout
24867
24868 \begin_layout Standard
24869 and the command
24870 \end_layout
24871
24872 \begin_layout Standard
24873
24874 \series bold
24875 Lists ! Enumerate
24876 \end_layout
24877
24878 \begin_layout Standard
24879 for the enumerated list in section\InsetSpace ~
24880
24881 \begin_inset CommandInset ref
24882 LatexCommand ref
24883 reference "sec:Enumerate"
24884
24885 \end_inset
24886
24887 .
24888 \end_layout
24889
24890 \begin_layout Standard
24891 The exclamation mark 
24892 \begin_inset Quotes eld
24893 \end_inset
24894
24895 !
24896 \begin_inset Quotes erd
24897 \end_inset
24898
24899  marks the grouping levels.
24900  You can have three levels; every index level is indented a bit more.
24901  An index entry for the higher levels is not required.
24902  If we don't have an index entry for 
24903 \begin_inset Quotes eld
24904 \end_inset
24905
24906 Lists
24907 \begin_inset Quotes erd
24908 \end_inset
24909
24910 , it will be printed anyway, but without a page number.
24911 \end_layout
24912
24913 \begin_layout Subsection
24914 Page Ranges
24915 \begin_inset Index
24916 status collapsed
24917
24918 \begin_layout Standard
24919 Index ! Page ranges
24920 \end_layout
24921
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \begin_layout Standard
24928 Normally an index entry will appear with the page number of the indexed
24929  section.
24930  But sometimes you want to index more pages under the same entry.
24931  E.g if we want to index the paragraph environments, we create an index entry
24932  in section\InsetSpace ~
24933
24934 \begin_inset CommandInset ref
24935 LatexCommand ref
24936 reference "sec:Paragraph-Environments"
24937
24938 \end_inset
24939
24940  with the command
24941 \end_layout
24942
24943 \begin_layout Standard
24944
24945 \series bold
24946 Paragraph environments|(
24947 \end_layout
24948
24949 \begin_layout Standard
24950 and another entry at the end of section\InsetSpace ~
24951
24952 \begin_inset CommandInset ref
24953 LatexCommand ref
24954 reference "sub:LyX-Code"
24955
24956 \end_inset
24957
24958  with the command
24959 \end_layout
24960
24961 \begin_layout Standard
24962
24963 \series bold
24964 Paragraph environments|)
24965 \end_layout
24966
24967 \begin_layout Standard
24968 The commands 
24969 \begin_inset Quotes eld
24970 \end_inset
24971
24972
24973 \series bold
24974 |(
24975 \series default
24976
24977 \begin_inset Quotes erd
24978 \end_inset
24979
24980  and 
24981 \begin_inset Quotes eld
24982 \end_inset
24983
24984
24985 \series bold
24986 |)
24987 \series default
24988
24989 \begin_inset Quotes erd
24990 \end_inset
24991
24992  respectively starts and ends the index range.
24993  You can also add the same index entry at different places in the document.
24994  They appear in the output under one entry with a comma separated list of
24995  the pages of the indexed document parts.
24996  An example is the index entry 
24997 \begin_inset Quotes eld
24998 \end_inset
24999
25000 Document ! Settings
25001 \begin_inset Quotes erd
25002 \end_inset
25003
25004 .
25005 \end_layout
25006
25007 \begin_layout Subsection
25008 Cross referencing
25009 \begin_inset Index
25010 status collapsed
25011
25012 \begin_layout Standard
25013 Index ! Cross referencing
25014 \end_layout
25015
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \begin_layout Standard
25022 It is also possible to refer to another index entry.
25023  We referred for example in the index entry 
25024 \begin_inset Quotes eld
25025 \end_inset
25026
25027 GIF
25028 \begin_inset Quotes erd
25029 \end_inset
25030
25031  (in section\InsetSpace ~
25032
25033 \begin_inset CommandInset ref
25034 LatexCommand ref
25035 reference "sub:Image-Formats"
25036
25037 \end_inset
25038
25039 ) to the index entry 
25040 \begin_inset Quotes eld
25041 \end_inset
25042
25043 Image formats
25044 \begin_inset Quotes erd
25045 \end_inset
25046
25047  in the same section using the command
25048 \end_layout
25049
25050 \begin_layout Standard
25051
25052 \series bold
25053 GIF|see{Image formats}
25054 \end_layout
25055
25056 \begin_layout Standard
25057 The text within the braces is the referenced entry.
25058  The reference will appear in the output without a page number.
25059 \end_layout
25060
25061 \begin_layout Subsection
25062 Index Entry Order
25063 \begin_inset Index
25064 status collapsed
25065
25066 \begin_layout Standard
25067 Index ! Entry order
25068 \end_layout
25069
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \begin_layout Standard
25076 You can use accented characters in the index entry, but the entries might
25077  then not follow the rules for the index order.
25078  The index entries are sorted alphabetically, but LaTeX
25079 \begin_inset Foot
25080 status collapsed
25081
25082 \begin_layout Standard
25083 The index generating is done in the background by an extra program, see
25084  section\InsetSpace ~
25085
25086 \begin_inset CommandInset ref
25087 LatexCommand ref
25088 reference "sub:Index-Program"
25089
25090 \end_inset
25091
25092 .
25093 \end_layout
25094
25095 \end_inset
25096
25097  doesn't know how to sort accents in different languages.
25098  We created as example the three dummy index entries 
25099 \begin_inset Quotes eld
25100 \end_inset
25101
25102 maison
25103 \begin_inset Quotes erd
25104 \end_inset
25105
25106
25107 \begin_inset Quotes eld
25108 \end_inset
25109
25110 maïs
25111 \begin_inset Quotes erd
25112 \end_inset
25113
25114 , and 
25115 \begin_inset Quotes eld
25116 \end_inset
25117
25118 maître
25119 \begin_inset Quotes erd
25120 \end_inset
25121
25122 .
25123 \begin_inset Index
25124 status collapsed
25125
25126 \begin_layout Standard
25127 Dummy entries ! maïs
25128 \end_layout
25129
25130 \end_inset
25131
25132
25133 \begin_inset Index
25134 status collapsed
25135
25136 \begin_layout Standard
25137 Dummy entries ! maître
25138 \end_layout
25139
25140 \end_inset
25141
25142
25143 \begin_inset Index
25144 status collapsed
25145
25146 \begin_layout Standard
25147 Dummy entries ! maïs@maison
25148 \end_layout
25149
25150 \end_inset
25151
25152  They will be sorted in the order maïs, maître, maison, but we want the
25153  order maïs, maison, maître.
25154  To achieve this, we use the command
25155 \end_layout
25156
25157 \begin_layout Standard
25158
25159 \series bold
25160 previous entry@current entry
25161 \end_layout
25162
25163 \begin_layout Standard
25164 In our case we want to have 
25165 \begin_inset Quotes eld
25166 \end_inset
25167
25168 maison
25169 \begin_inset Quotes erd
25170 \end_inset
25171
25172  after 
25173 \begin_inset Quotes eld
25174 \end_inset
25175
25176 maïs
25177 \begin_inset Quotes erd
25178 \end_inset
25179
25180  and write therefore for the index entry of maison:
25181 \end_layout
25182
25183 \begin_layout Standard
25184
25185 \series bold
25186 maïs@maison
25187 \end_layout
25188
25189 \begin_layout Standard
25190 The previous entry needn't to be a real existing entry, you can also use
25191  another word to tell LaTeX the entry order, see the next subsection for
25192  an example.
25193 \end_layout
25194
25195 \begin_layout Subsection
25196 Index Entry Layout
25197 \begin_inset Index
25198 status collapsed
25199
25200 \begin_layout Standard
25201 Index ! Entry layout
25202 \end_layout
25203
25204 \end_inset
25205
25206
25207 \end_layout
25208
25209 \begin_layout Standard
25210 You can insert entries together with LaTeX-commands for the layout.
25211  If you need for example an italic entry, you can write
25212 \end_layout
25213
25214 \begin_layout Standard
25215
25216 \series bold
25217
25218 \backslash
25219 textit{This is an italic entry}
25220 \end_layout
25221
25222 \begin_layout Standard
25223 where the command 
25224 \series bold
25225
25226 \backslash
25227 textit
25228 \series default
25229  produces the italic layout.
25230 \begin_inset Index
25231 status collapsed
25232
25233 \begin_layout Standard
25234 Dummy entries ! This@
25235 \end_layout
25236
25237 \end_inset
25238
25239  We refer to LaTeX books (
25240 \begin_inset CommandInset citation
25241 LatexCommand cite
25242 key "latexcompanion,latexguide,latexbook"
25243
25244 \end_inset
25245
25246 ) for an overview of layout commands.
25247  There is only the problem, that layout commands destroy the sorting order.
25248  To avoid that our index entry appears as the first one, we use the following
25249  command instead:
25250 \end_layout
25251
25252 \begin_layout Standard
25253
25254 \series bold
25255 This@
25256 \backslash
25257 textit{This is an italic entry}
25258 \end_layout
25259
25260 \begin_layout Standard
25261 You can also format the page number using the character 
25262 \begin_inset Quotes eld
25263 \end_inset
25264
25265 |
25266 \begin_inset Quotes erd
25267 \end_inset
25268
25269  followed by a LaTeX-command without a backslash.
25270  We can write for example
25271 \end_layout
25272
25273 \begin_layout Standard
25274
25275 \series bold
25276 old-style page number:|oldstylenums
25277 \end_layout
25278
25279 \begin_layout Standard
25280 to get the page number in an old-style layout.
25281 \begin_inset Index
25282 status collapsed
25283
25284 \begin_layout Standard
25285 Dummy entries ! old-style page number:|oldstylenums
25286 \end_layout
25287
25288 \end_inset
25289
25290  Normally all LaTeX-commands begin with a backslash, but in this special
25291  case 
25292 \begin_inset Quotes eld
25293 \end_inset
25294
25295
25296 \series bold
25297 |command
25298 \series default
25299
25300 \begin_inset Quotes erd
25301 \end_inset
25302
25303  means 
25304 \series bold
25305
25306 \backslash
25307 command{page\InsetSpace ~
25308 number}
25309 \series default
25310 .
25311  Have a look at section\InsetSpace ~
25312
25313 \begin_inset CommandInset ref
25314 LatexCommand ref
25315 reference "sub:LaTeX-Syntax"
25316
25317 \end_inset
25318
25319  to learn more about the LaTeX-syntax.
25320 \end_layout
25321
25322 \begin_layout Standard
25323 You can also change the layout for the whole index.
25324  E.g.
25325  we marked the index list box of this document as bold to get a bold font
25326  for all index entries.
25327 \end_layout
25328
25329 \begin_layout Subsection
25330 Index Program
25331 \begin_inset Index
25332 status collapsed
25333
25334 \begin_layout Standard
25335 Index ! Program
25336 \end_layout
25337
25338 \end_inset
25339
25340
25341 \begin_inset CommandInset label
25342 LatexCommand label
25343 name "sub:Index-Program"
25344
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \begin_layout Standard
25351 LyX uses for the index generation by default the program 
25352 \family sans
25353 makeindex
25354 \family default
25355 .
25356  It can be controlled by options that can be set in LyX's preferences dialog,
25357  see section\InsetSpace ~
25358
25359 \begin_inset CommandInset ref
25360 LatexCommand ref
25361 reference "sub:LaTeX-settings"
25362
25363 \end_inset
25364
25365 .
25366  The available options are listed and explained in 
25367 \begin_inset CommandInset citation
25368 LatexCommand cite
25369 key "makeindex"
25370
25371 \end_inset
25372
25373 .
25374 \end_layout
25375
25376 \begin_layout Standard
25377 You can also specify there another program to generate the index, for example
25378  
25379 \family sans
25380 xindy
25381 \family default
25382 .
25383 \end_layout
25384
25385 \begin_layout Section
25386 Nomenclature / Glossary 
25387 \begin_inset Index
25388 status collapsed
25389
25390 \begin_layout Standard
25391 Nomenclature
25392 \end_layout
25393
25394 \end_inset
25395
25396
25397 \begin_inset Index
25398 status collapsed
25399
25400 \begin_layout Standard
25401 Glossary|see{Nomenclature}
25402 \end_layout
25403
25404 \end_inset
25405
25406
25407 \begin_inset CommandInset label
25408 LatexCommand label
25409 name "sec:Nomenclature"
25410
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \begin_layout Standard
25417 Sometimes you need to compile a list of symbols that are mentioned in your
25418  document with a brief explanation of them -- a so called nomenclature or
25419  glossary.
25420 \end_layout
25421
25422 \begin_layout Standard
25423 To be able to create nomenclatures, you need the LaTeX package 
25424 \series bold
25425 nomencl
25426 \begin_inset Index
25427 status collapsed
25428
25429 \begin_layout Standard
25430 LaTeX-packages ! nomencl
25431 \end_layout
25432
25433 \end_inset
25434
25435
25436 \series default
25437  installed.
25438  You find it in the TeX Catalogue, 
25439 \begin_inset CommandInset citation
25440 LatexCommand cite
25441 key "TeXCatalogue"
25442
25443 \end_inset
25444
25445  or in the package manager of your LaTeX-system.
25446 \end_layout
25447
25448 \begin_layout Standard
25449 A nomenclature entry is created if you place the cursor after a symbol entry
25450  and then use the menu 
25451 \family sans
25452 Insert\SpecialChar \menuseparator
25453
25454 \family default
25455 N
25456 \family sans
25457 omenclature\InsetSpace ~
25458 Entry
25459 \family default
25460  or the toobar button 
25461 \begin_inset Graphics
25462         filename ../images/nomencl-insert.png
25463         inzipName 
25464         embed false
25465         BoundingBox 0bp 5bp 20bp 20bp
25466
25467 \end_inset
25468
25469 .
25470  A gray box labeled 
25471 \begin_inset Quotes eld
25472 \end_inset
25473
25474
25475 \family sans
25476 Nom
25477 \family default
25478
25479 \begin_inset Quotes erd
25480 \end_inset
25481
25482  is inserted and a window pops up asking for the nomenclature entry.
25483 \end_layout
25484
25485 \begin_layout Standard
25486 A nomenclature entry consists of two main entries.
25487  The first is the symbol that you want to refer to.
25488  The second is the description of the symbol.
25489 \end_layout
25490
25491 \begin_layout Standard
25492 \begin_inset Note Greyedout
25493 status open
25494
25495 \begin_layout Standard
25496
25497 \series bold
25498 Note:
25499 \series default
25500  Like for the index entry dialog, you have to enter valid LaTeX-code for
25501  all fields of the nomenclature dialog.
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \begin_layout Subsection
25510 Nomenclature Definition and Layout
25511 \begin_inset Index
25512 status collapsed
25513
25514 \begin_layout Standard
25515 Nomenclature ! Layout
25516 \end_layout
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \begin_layout Standard
25524 When you have symbols in formulas, you have to define them in the 
25525 \family sans
25526 Symbol
25527 \family default
25528  field as LaTeX-formula.
25529  For example to get 
25530 \begin_inset Quotes eld
25531 \end_inset
25532
25533
25534 \begin_inset Formula $\sigma$
25535 \end_inset
25536
25537
25538 \begin_inset Quotes erd
25539 \end_inset
25540
25541 , insert this:
25542 \newline
25543
25544 \series bold
25545 $
25546 \backslash
25547 sigma$
25548 \newline
25549
25550 \series default
25551 The 
25552 \begin_inset Quotes eld
25553 \end_inset
25554
25555 $
25556 \begin_inset Quotes erd
25557 \end_inset
25558
25559  character hereby starts/ends the formula.
25560  The LaTeX-command for the Greek letter is the name of the letter beginning
25561  with a backslash 
25562 \begin_inset Quotes eld
25563 \end_inset
25564
25565
25566 \backslash
25567
25568 \begin_inset Quotes erd
25569 \end_inset
25570
25571 .
25572  For capital Greek letters, start the command also with a capital letter,
25573  like 
25574 \series bold
25575
25576 \backslash
25577 Sigma
25578 \series default
25579 .
25580 \end_layout
25581
25582 \begin_layout Standard
25583 (A short introduction to the LaTeX-syntax is given in section\InsetSpace ~
25584
25585 \begin_inset CommandInset ref
25586 LatexCommand ref
25587 reference "sub:LaTeX-Syntax"
25588
25589 \end_inset
25590
25591 .)
25592 \end_layout
25593
25594 \begin_layout Standard
25595 You cannot use the 
25596 \family sans
25597 Text\InsetSpace ~
25598 Style
25599 \family default
25600  dialog to format the description text but have to use LaTeX-commands.
25601  For example the description of the nomenclature entry for the 
25602 \begin_inset Quotes eld
25603 \end_inset
25604
25605
25606 \begin_inset Formula $\sigma$
25607 \end_inset
25608
25609
25610 \begin_inset Quotes erd
25611 \end_inset
25612
25613  in this document is:
25614 \newline
25615
25616 \series bold
25617 dummy entry for the character 
25618 \backslash
25619 textsf{sigma}
25620 \series default
25621
25622 \newline
25623 The command 
25624 \series bold
25625
25626 \backslash
25627 textsf
25628 \series default
25629  sets the fonts to 
25630 \family sans
25631 sans\InsetSpace ~
25632 serif
25633 \family default
25634 .
25635  To get 
25636 \series bold
25637 bold
25638 \series default
25639  font use the command 
25640 \series bold
25641
25642 \backslash
25643 textbf
25644 \series default
25645 , for 
25646 \family typewriter
25647 typewriter
25648 \family default
25649  use 
25650 \series bold
25651
25652 \backslash
25653 texttt
25654 \series default
25655 , for 
25656 \emph on
25657 emphasized
25658 \emph default
25659  use 
25660 \series bold
25661
25662 \backslash
25663 emph
25664 \series default
25665 .
25666 \end_layout
25667
25668 \begin_layout Subsection
25669 Sort Order of Nomenclature Entries
25670 \begin_inset Index
25671 status collapsed
25672
25673 \begin_layout Standard
25674 Nomenclature ! Sort order
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 The nomenclature entries are sorted alphabetically by the LaTeX-code of
25684  the symbol definition.
25685  This leads to undesired results when you for example have symbols in formulas.
25686  Suppose you have nomenclature entries for the symbols 
25687 \emph on
25688 a
25689 \begin_inset CommandInset nomenclature
25690 LatexCommand nomenclature
25691 symbol "a"
25692 description "dummy entry for the character \"a\""
25693
25694 \end_inset
25695
25696
25697 \emph default
25698  and 
25699 \begin_inset Formula $\sigma$
25700 \end_inset
25701
25702
25703 \begin_inset CommandInset nomenclature
25704 LatexCommand nomenclature
25705 prefix "sigma"
25706 symbol "$\\sigma$"
25707 description "dummy entry for the character \\textsf{sigma}"
25708
25709 \end_inset
25710
25711 .
25712  They will be sorted by 
25713 \begin_inset Quotes eld
25714 \end_inset
25715
25716
25717 \family sans
25718 a
25719 \family default
25720
25721 \begin_inset Quotes erd
25722 \end_inset
25723
25724  and 
25725 \begin_inset Quotes eld
25726 \end_inset
25727
25728
25729 \family typewriter
25730 $
25731 \backslash
25732 sigma$
25733 \family default
25734
25735 \begin_inset Quotes erd
25736 \end_inset
25737
25738  -- the 
25739 \begin_inset Formula $\sigma$
25740 \end_inset
25741
25742  will be sorted before the 
25743 \emph on
25744 a
25745 \emph default
25746  since the character 
25747 \begin_inset Quotes eld
25748 \end_inset
25749
25750 $
25751 \begin_inset Quotes erd
25752 \end_inset
25753
25754  is considered in sorting.
25755 \end_layout
25756
25757 \begin_layout Standard
25758 To control the sort order, you can edit the 
25759 \family sans
25760 Sort\InsetSpace ~
25761 as
25762 \family default
25763  field of the nomenclature dialog.
25764  Then the nomenclature entry will be sorted by this entry and not the symbol
25765  definition.
25766  For the given example, you can insert 
25767 \family typewriter
25768 sigma
25769 \family default
25770  to this field for the 
25771 \begin_inset Formula $\sigma$
25772 \end_inset
25773
25774 , then 
25775 \emph on
25776 a
25777 \emph default
25778  will be located before 
25779 \begin_inset Formula $\sigma$
25780 \end_inset
25781
25782 .
25783 \end_layout
25784
25785 \begin_layout Standard
25786 For subgrouping and tips for using sort entries see the 
25787 \series bold
25788 nomencl
25789 \series default
25790  documentation, 
25791 \begin_inset CommandInset citation
25792 LatexCommand cite
25793 key "nomencl"
25794
25795 \end_inset
25796
25797 .
25798 \end_layout
25799
25800 \begin_layout Subsection
25801 Nomenclature Options
25802 \begin_inset Index
25803 status collapsed
25804
25805 \begin_layout Standard
25806 Nomenclature ! Options
25807 \end_layout
25808
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \begin_layout Standard
25815 The 
25816 \series bold
25817 nomencl
25818 \series default
25819  package offers some options to adjust the appearance of the nomenclature.
25820  Here are some of its options, for more have a look at its documentation:
25821 \end_layout
25822
25823 \begin_layout Description
25824 refeq Appends the phrase 
25825 \begin_inset Quotes eld
25826 \end_inset
25827
25828
25829 \family sans
25830 , see equation (
25831 \emph on
25832 eq
25833 \emph default
25834 )
25835 \family default
25836
25837 \begin_inset Quotes erd
25838 \end_inset
25839
25840  to every nomenclature entry, where 
25841 \family sans
25842 \emph on
25843 eq
25844 \family default
25845 \emph default
25846  is the number of the last equation in front of the nomenclature entry
25847 \end_layout
25848
25849 \begin_layout Description
25850 refpage Appends the phrase 
25851 \begin_inset Quotes eld
25852 \end_inset
25853
25854
25855 \family sans
25856 , page (
25857 \emph on
25858 page
25859 \emph default
25860 )
25861 \family default
25862
25863 \begin_inset Quotes erd
25864 \end_inset
25865
25866  to every nomenclature entry, where 
25867 \family sans
25868 \emph on
25869 page
25870 \family default
25871 \emph default
25872  is the number of the page on which the nomenclature entry appeared
25873 \end_layout
25874
25875 \begin_layout Description
25876 intoc Inserts the nomenclature in the Table of Contents
25877 \end_layout
25878
25879 \begin_layout Standard
25880 There are furthermore the options 
25881 \series bold
25882 croatian
25883 \series default
25884
25885 \series bold
25886 danish
25887 \series default
25888
25889 \series bold
25890 english
25891 \series default
25892
25893 \series bold
25894 french
25895 \series default
25896
25897 \series bold
25898 german
25899 \series default
25900
25901 \series bold
25902 italian
25903 \series default
25904
25905 \series bold
25906 polish
25907 \series default
25908
25909 \series bold
25910 portuguese
25911 \series default
25912
25913 \series bold
25914 russian
25915 \series default
25916
25917 \series bold
25918 spanish
25919 \series default
25920 , and 
25921 \series bold
25922 ukrainian
25923 \series default
25924  to print the reference texts and the nomenclature title in the corresponding
25925  language.
25926 \end_layout
25927
25928 \begin_layout Standard
25929 To use one or more of the options, add them to the comma-separated document
25930  class options list in the 
25931 \family sans
25932 Document\SpecialChar \menuseparator
25933 Settings
25934 \family default
25935  dialog.
25936  In this document the options 
25937 \series bold
25938 intoc
25939 \series default
25940  and 
25941 \series bold
25942 refpage
25943 \series default
25944  are used.
25945 \end_layout
25946
25947 \begin_layout Standard
25948 \begin_inset VSpace bigskip
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \begin_layout Standard
25955 You can also use the first two options above only for certain nomenclature
25956  entries when you add one of the following commands as last entry to the
25957  
25958 \family sans
25959 Description
25960 \family default
25961  field in the nomenclature dialog:
25962 \end_layout
25963
25964 \begin_layout Description
25965
25966 \backslash
25967 nomrefeq Like the 
25968 \series bold
25969 refeq
25970 \series default
25971  option
25972 \end_layout
25973
25974 \begin_layout Description
25975
25976 \backslash
25977 nomrefpage Like the 
25978 \series bold
25979 refpage
25980 \series default
25981  option
25982 \end_layout
25983
25984 \begin_layout Description
25985
25986 \backslash
25987 nomrefeqpage Short notation of 
25988 \series bold
25989
25990 \backslash
25991 nomrefeq
25992 \backslash
25993 nomrefpage
25994 \end_layout
25995
25996 \begin_layout Description
25997
25998 \backslash
25999 nomnorefeq,\InsetSpace ~
26000
26001 \backslash
26002 nomnorefpage,\InsetSpace ~
26003
26004 \backslash
26005 nomnorefeqpage Turns off the corresponding options
26006 \end_layout
26007
26008 \begin_layout Subsection
26009 Printing the Nomenclature
26010 \begin_inset Index
26011 status collapsed
26012
26013 \begin_layout Standard
26014 Nomenclature ! Printing
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \begin_layout Standard
26023 To print the nomenclature, use the menu 
26024 \family sans
26025 Insert\SpecialChar \menuseparator
26026 Lists\InsetSpace ~
26027 /\InsetSpace ~
26028 TOC\SpecialChar \menuseparator
26029 Nomenclature
26030 \family default
26031 .
26032  A light blue box labeled 
26033 \begin_inset Quotes eld
26034 \end_inset
26035
26036
26037 \family sans
26038 Nomenclature
26039 \family default
26040
26041 \begin_inset Quotes erd
26042 \end_inset
26043
26044  will show the place where the nomenclature is printed in the output.
26045  Like the index list box, the nomenclature list box is not clickable.
26046 \end_layout
26047
26048 \begin_layout Standard
26049 In the printed output the title of the nomenclature appears as 
26050 \begin_inset Quotes eld
26051 \end_inset
26052
26053 Nomenclature
26054 \begin_inset Quotes erd
26055 \end_inset
26056
26057 .
26058  If you are not happy with the name, you can change it by redefining the
26059  command 
26060 \series bold
26061
26062 \backslash
26063 nomname
26064 \series default
26065  in the preamble.
26066  For example, in order to change the name to 
26067 \emph on
26068 List of Symbols
26069 \emph default
26070 , add the following line to the preamble:
26071 \end_layout
26072
26073 \begin_layout Standard
26074
26075 \family roman
26076 \series bold
26077
26078 \backslash
26079 renewcommand{
26080 \backslash
26081 nomname}{List of Symbols}
26082 \end_layout
26083
26084 \begin_layout Standard
26085 \begin_inset VSpace defskip
26086 \end_inset
26087
26088
26089 \end_layout
26090
26091 \begin_layout Standard
26092 If you are unhappy with the amount of space for symbols, you can alter it
26093  by adding the following line to the preamble:
26094 \end_layout
26095
26096 \begin_layout Standard
26097
26098 \family roman
26099 \series bold
26100
26101 \backslash
26102 renewcommand{
26103 \backslash
26104 nomlabelwidth}{width}
26105 \end_layout
26106
26107 \begin_layout Standard
26108
26109 \family roman
26110 Where the width is a value with one of the units listed in Appendix\InsetSpace ~
26111
26112 \begin_inset CommandInset ref
26113 LatexCommand ref
26114 reference "cha:Units-available-in"
26115
26116 \end_inset
26117
26118 .
26119  The default value is 1\InsetSpace \thinspace{}
26120 cm.
26121 \end_layout
26122
26123 \begin_layout Section
26124 Branches
26125 \begin_inset Index
26126 status collapsed
26127
26128 \begin_layout Standard
26129 Branches
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \begin_inset Index
26136 status collapsed
26137
26138 \begin_layout Standard
26139 Document ! Branches
26140 \end_layout
26141
26142 \end_inset
26143
26144
26145 \begin_inset CommandInset label
26146 LatexCommand label
26147 name "sec:Branches"
26148
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \begin_layout Standard
26155 Sometimes it is useful to hide some document parts in the output.
26156  For example a teacher who is setting an exam obviously doesn't want the
26157  pupils to see the answers, but having questions and answers in the same
26158  document will make the life of the markers of that exam much easier.
26159 \end_layout
26160
26161 \begin_layout Standard
26162 For these cases LyX offers to put text into branches.
26163  The text will then only appear in the output when its branch is activated.
26164  To create a branch, go in the 
26165 \family sans
26166 Document\SpecialChar \menuseparator
26167 Settings
26168 \family default
26169  dialog to 
26170 \family sans
26171 Branches
26172 \family default
26173 .
26174  The name of the branch, its activation state and the background color of
26175  the branches inside LyX can be specified in this dialog.
26176 \end_layout
26177
26178 \begin_layout Standard
26179 Text that should be in a branch is set into branch inset boxes.
26180  These boxes are inserted via the menu 
26181 \family sans
26182 Insert\SpecialChar \menuseparator
26183 Branch
26184 \family default
26185  where you can choose a branch.
26186  You can later change the branch of the boxes by right-clicking on them.
26187 \end_layout
26188
26189 \begin_layout Standard
26190 Here is an example, where only the question text appears, the answer branch
26191  is deactivated and does therefore not appear in the output:
26192 \end_layout
26193
26194 \begin_layout Standard
26195 \begin_inset Branch Question
26196 status open
26197
26198 \begin_layout Standard
26199 Question: Who was the first physics Nobel prize winner?
26200 \end_layout
26201
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \begin_layout Standard
26208 \begin_inset Branch Answer
26209 status open
26210
26211 \begin_layout Standard
26212 Answer: Wilhelm Conrad Röntgen
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \begin_layout Section
26221 ERT and the LaTeX Syntax
26222 \begin_inset CommandInset label
26223 LatexCommand label
26224 name "sec:ERT"
26225
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \begin_layout Subsection
26232 ERT Boxes
26233 \begin_inset Index
26234 status collapsed
26235
26236 \begin_layout Standard
26237 ERT
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \begin_inset CommandInset label
26244 LatexCommand label
26245 name "sub:ERT-Boxes"
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \begin_layout Standard
26253 As LyX uses LaTeX in the background, it supports many LaTeX commands and
26254  constructs, but not all.
26255  LaTeX contains of hundreds of packages which provide different commands.
26256  Every month many packages are updated and new ones added.
26257  This has the advantage that you can typeset nearly everything, for every
26258  problem exists a LaTeX-package.
26259  But LyX can of course not be up to date and support all these packages
26260  and their commands.
26261 \end_layout
26262
26263 \begin_layout Standard
26264 But don't worry, you can use any LaTeX-command directly in LyX inside the
26265  ERT box.
26266  ERT stands for 
26267 \begin_inset Quotes eld
26268 \end_inset
26269
26270 evil red text
26271 \begin_inset Quotes erd
26272 \end_inset
26273
26274 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
26275  An ERT box is created by the menu 
26276 \family sans
26277 Insert\SpecialChar \menuseparator
26278 TeX
26279 \family default
26280  or by the toolbar button 
26281 \begin_inset Graphics
26282         filename ../images/ert-insert.png
26283         inzipName 
26284         embed true
26285
26286 \end_inset
26287
26288 .
26289  The box itself can be displayed in three different styles: 
26290 \family sans
26291 Inline
26292 \family default
26293
26294 \family sans
26295 Collapsed
26296 \family default
26297 , and 
26298 \family sans
26299 Open
26300 \family default
26301 .
26302  To change the style, right-click on the box and use the appearing dialog.
26303  Left-clicking on the box will switch between 
26304 \family sans
26305 Collapsed
26306 \family default
26307  and 
26308 \family sans
26309 Open
26310 \family default
26311 .
26312 \end_layout
26313
26314 \begin_layout Standard
26315 You can insert complete or incomplete commands into ERT.
26316  Incomplete means that the command argument can be Standard LyX text.
26317  For example you want to draw a frame around a word and uses therefore the
26318  LaTeX-command 
26319 \series bold
26320
26321 \backslash
26322 fbox
26323 \series default
26324 , you can write the command part 
26325 \series bold
26326
26327 \backslash
26328 fbox{
26329 \series default
26330  in an ERT box before the word and the closing brace 
26331 \series bold
26332 }
26333 \series default
26334  in a second ERT box behind the word.
26335  The word between the two ERT boxes is then the argument as it is in the
26336  following example:
26337 \end_layout
26338
26339 \begin_layout Standard
26340 \begin_inset Graphics
26341         filename clipart/ERT.png
26342         inzipName 
26343         embed true
26344         scale 89
26345
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \begin_layout Standard
26352 gives
26353 \end_layout
26354
26355 \begin_layout Standard
26356 This is a line with a 
26357 \begin_inset ERT
26358 status collapsed
26359
26360 \begin_layout Standard
26361
26362 \family roman
26363 \series medium
26364 \shape up
26365 \size normal
26366 \emph off
26367 \bar no
26368 \noun off
26369 \color none
26370
26371 \backslash
26372 fbox{
26373 \end_layout
26374
26375 \end_inset
26376
26377 framed
26378 \begin_inset ERT
26379 status collapsed
26380
26381 \begin_layout Standard
26382
26383 \family roman
26384 \series medium
26385 \shape up
26386 \size normal
26387 \emph off
26388 \bar no
26389 \noun off
26390 \color none
26391 }
26392 \end_layout
26393
26394 \end_inset
26395
26396  word.
26397 \end_layout
26398
26399 \begin_layout Standard
26400 \begin_inset Note Greyedout
26401 status open
26402
26403 \begin_layout Standard
26404
26405 \series bold
26406 Note:
26407 \series default
26408  At the end of LaTeX-commands without parameters, you have to insert a space
26409  to let LaTeX know that the command is finished.
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \begin_layout Subsection
26418 Short Introduction to the LaTeX Syntax
26419 \begin_inset OptArg
26420 status collapsed
26421
26422 \begin_layout Standard
26423 The LaTeX Syntax
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \begin_inset Index
26430 status collapsed
26431
26432 \begin_layout Standard
26433 LaTeX Syntax
26434 \end_layout
26435
26436 \end_inset
26437
26438
26439 \begin_inset CommandInset label
26440 LatexCommand label
26441 name "sub:LaTeX-Syntax"
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \begin_layout Standard
26449 When you write larger documents or books, you will need to know something
26450  about the LaTeX-commands that LyX uses in the background.
26451  Because LaTeX is based on commands, you can 
26452 \begin_inset Quotes eld
26453 \end_inset
26454
26455 program
26456 \begin_inset Quotes erd
26457 \end_inset
26458
26459  your text.
26460  This has the advantage that the layout of the document can be changed at
26461  every time if you know the right commands.
26462  E.g.
26463  imagine you have to write a manual for a product and the deadline is at
26464  the end of the day.
26465  Your boss just has complimented you for your good work but wants to have
26466  all caption labels bold.
26467  But you have over hundred figure and table captions with non-bold labels
26468  in your manual.
26469  Of course it's impossible to change all caption labels by hand in one day.
26470 \end_layout
26471
26472 \begin_layout Standard
26473 Now LaTeX comes into play.
26474  As written above, for every problem exists a LaTeX-package.
26475  First you have to find out which and therefore look in the LaTeX package
26476  database, 
26477 \begin_inset CommandInset citation
26478 LatexCommand cite
26479 key "Catalogue"
26480
26481 \end_inset
26482
26483 .
26484 \end_layout
26485
26486 \begin_layout Standard
26487 As result you know that the package 
26488 \series bold
26489 caption
26490 \series default
26491
26492 \begin_inset Index
26493 status collapsed
26494
26495 \begin_layout Standard
26496 LaTeX-packages ! caption
26497 \end_layout
26498
26499 \end_inset
26500
26501  is what you need.
26502  To use a package, you have to load it in the document preamble (menu 
26503 \family sans
26504 Document\SpecialChar \menuseparator
26505 Settings
26506 \family default
26507 ) with the command
26508 \end_layout
26509
26510 \begin_layout Standard
26511
26512 \series bold
26513
26514 \backslash
26515 usepackage[options]{package name}
26516 \end_layout
26517
26518 \begin_layout Standard
26519 All LaTeX commands begin with a backslash, the command argument is set within
26520  two braces, and the options are set within two brackets.
26521  Note that not all commands have an argument and options.
26522 \end_layout
26523
26524 \begin_layout Standard
26525 In your case the package name is 
26526 \series bold
26527 caption
26528 \series default
26529 .
26530  After a look in the documentation of the package, you know that the option
26531  
26532 \series bold
26533 labelfont=bf
26534 \series default
26535  will change the font of all caption labels to bold.
26536  So you add the command
26537 \end_layout
26538
26539 \begin_layout Standard
26540
26541 \series bold
26542
26543 \backslash
26544 usepackage[labelfont=bf]{caption}
26545 \end_layout
26546
26547 \begin_layout Standard
26548 to the preamble and the problem is solved.
26549 \begin_inset Foot
26550 status collapsed
26551
26552 \begin_layout Standard
26553 For more commands provided by the 
26554 \series bold
26555 caption
26556 \series default
26557  package, have a look at its documentation, 
26558 \begin_inset CommandInset citation
26559 LatexCommand cite
26560 key "caption"
26561
26562 \end_inset
26563
26564 .
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Standard
26573 Note that some document classes have built-in solutions for well known problems
26574  like your case.
26575  For example if you use a 
26576 \family sans
26577 koma-script
26578 \family default
26579  class, you don't need the package 
26580 \series bold
26581 caption
26582 \series default
26583 , you can instead write
26584 \end_layout
26585
26586 \begin_layout Standard
26587
26588 \series bold
26589
26590 \backslash
26591 setkomafont{captionlabel}{
26592 \backslash
26593 bfseries}
26594 \end_layout
26595
26596 \begin_layout Standard
26597 in the preamble and the problem is solved.
26598  So if you plan to write a large document, you should have a look at the
26599  documentation of the document class you want to use.
26600  (
26601 \series bold
26602
26603 \backslash
26604 setkomafont
26605 \series default
26606  is an example for a command with more than one argument.)
26607 \end_layout
26608
26609 \begin_layout Standard
26610 Commands in the preamble affects the whole document, while commands in the
26611  text affects only the text after the command or only the text used as command
26612  argument.
26613  To insert a LaTeX-command in text, use the ERT box as described in the
26614  previous section.
26615 \end_layout
26616
26617 \begin_layout Standard
26618 If you want to learn more about LaTeX and its syntax, have a look at the
26619  LaTeX-books 
26620 \begin_inset CommandInset citation
26621 LatexCommand cite
26622 key "latexcompanion,latexguide"
26623
26624 \end_inset
26625
26626 .
26627  
26628 \end_layout
26629
26630 \begin_layout Section
26631 Previewing Snippets of your Document
26632 \begin_inset Index
26633 status collapsed
26634
26635 \begin_layout Standard
26636 Instant preview
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \begin_inset CommandInset label
26643 LatexCommand label
26644 name "sec:Previewing-snippets-of"
26645
26646 \end_inset
26647
26648
26649 \begin_inset Index
26650 status collapsed
26651
26652 \begin_layout Standard
26653 Document ! Preview
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 LyX allows you to generate previews of sections of your document on the
26663  fly so you can see how they'll look in the final document without having
26664  to break your train of thought with 
26665 \family sans
26666 View\SpecialChar \menuseparator
26667 DVI
26668 \family default
26669 .
26670 \end_layout
26671
26672 \begin_layout Standard
26673 If you would for example like to see in LyX your math formulas typeset by
26674  LaTeX, install the LaTeX-package 
26675 \series bold
26676 preview-latex
26677 \begin_inset Index
26678 status collapsed
26679
26680 \begin_layout Standard
26681 LaTeX-packages ! preview-latex
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \series default
26688  as explained below, and turn on 
26689 \family sans
26690 Instant\InsetSpace ~
26691 preview
26692 \family default
26693  in the 
26694 \family sans
26695 Tools\SpecialChar \menuseparator
26696 Preferences 
26697 \family default
26698 dialog under 
26699 \family sans
26700 Look\InsetSpace ~
26701 and\InsetSpace ~
26702 feel\SpecialChar \menuseparator
26703 Graphics
26704 \family default
26705 .
26706 \end_layout
26707
26708 \begin_layout Standard
26709 Previews are generated when you load a document into LyX and when you finish
26710  editing an inset.
26711  Previews of an already loaded document are 
26712 \emph on
26713 not
26714 \emph default
26715  generated just by selecting the 
26716 \family sans
26717 Instant\InsetSpace ~
26718 preview
26719 \family default
26720  check box, you have to reopen the documents to activate the previews.
26721 \end_layout
26722
26723 \begin_layout Standard
26724 LyX will generate previews of math insets.
26725  It will also generate previews of include insets if you select the 
26726 \family sans
26727 Show\InsetSpace ~
26728 preview
26729 \family default
26730  check box in the insert dialog.
26731  This is useful if you wish to generate a preview of a LaTeX figure, for
26732  example.
26733 \end_layout
26734
26735 \begin_layout Standard
26736 To get previews working, you need the LaTeX package 
26737 \series bold
26738 preview-latex
26739 \series default
26740  (on some systems named simply 
26741 \series bold
26742 preview
26743 \series default
26744 ) installed.
26745  You find it in the TeX Catalogue, 
26746 \begin_inset CommandInset citation
26747 LatexCommand cite
26748 key "TeXCatalogue"
26749
26750 \end_inset
26751
26752  or in the package manager of your LaTeX-system.
26753  You obtain prettier results if you install the program 
26754 \family typewriter
26755 pnmcrop
26756 \family default
26757  from the 
26758 \family typewriter
26759 netpbm
26760 \family default
26761  package; for LyX on Windows this program is automatically installed together
26762  with LyX.
26763 \end_layout
26764
26765 \begin_layout Standard
26766 \begin_inset VSpace bigskip
26767 \end_inset
26768
26769
26770 \end_layout
26771
26772 \begin_layout Standard
26773 You can furthermore preview the LaTeX source of the whole document or parts
26774  of it.
26775  Use the menu 
26776 \family sans
26777 View\SpecialChar \menuseparator
26778 View\InsetSpace ~
26779 Source
26780 \family default
26781  and a window will be shown where you can see the LaTeX-source code.
26782  The window shows the source of the whole paragraph where the cursor is
26783  currently in.
26784  You can also select document parts in LyX's main window, then only this
26785  selection (when it is more than one paragraph) is shown as source code.
26786  To view the whole document as source, enable the corresponding option in
26787  the source view window.
26788 \end_layout
26789
26790 \begin_layout Section
26791 Spell Checking
26792 \begin_inset CommandInset label
26793 LatexCommand label
26794 name "sec:Spellchecking"
26795
26796 \end_inset
26797
26798
26799 \begin_inset Index
26800 status collapsed
26801
26802 \begin_layout Standard
26803 Spell checking
26804 \end_layout
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \begin_layout Standard
26812 LyX itself has no built-in spell checker.
26813  Rather it uses one of the external programs 
26814 \family typewriter
26815 aspell
26816 \family default
26817
26818 \family typewriter
26819 ispell
26820 \family default
26821
26822 \family typewriter
26823 hspell
26824 \family default
26825 , or 
26826 \family sans
26827 pspell
26828 \family default
26829  as backend.
26830  This section assumes you have already installed and set up one of these
26831  programs.
26832  
26833 \family typewriter
26834 aspell
26835 \family default
26836  can be seen as successor of 
26837 \family typewriter
26838 ispell
26839 \family default
26840 , so that it is recommended to use aspell.
26841  
26842 \family sans
26843 hspell
26844 \family default
26845  is a Hebrew spell-checker.
26846  The used spell checker ind its settings are specified in LyX's preferences
26847  under 
26848 \family sans
26849 Language Settings
26850 \family default
26851 .
26852 \end_layout
26853
26854 \begin_layout Standard
26855 For LyX on Windows, the selection box for the spell checking program is
26856  greyed out in the preferences dialog because only 
26857 \family sans
26858 aspell
26859 \family default
26860  can be used.
26861 \end_layout
26862
26863 \begin_layout Standard
26864 The menu
26865 \family sans
26866  Tools\SpecialChar \menuseparator
26867 Spellchecker
26868 \family default
26869  starts the spell checking beginning from the current cursor position.
26870  A dialog window will appear showing any incorrect (or unknown) word found,
26871  allowing you to edit and replace it in a second line.
26872  Whenever an unknown word is found, the word is highlighted and the text
26873  scrolled so that it is visible.
26874  In the 
26875 \family sans
26876 spell checker
26877 \family default
26878  dialog, there is also a box showing suggestions for a correction, if any
26879  could be found.
26880  Clicking on one of the corrections will copy to the 
26881 \family sans
26882 Replace
26883 \family default
26884  field, double-click invokes directly the replacement.
26885  Unknown but correctly typed words can be added to the personal dictionary.
26886 \end_layout
26887
26888 \begin_layout Standard
26889 By default, the used dictionary file is determined by the document language
26890  that is set in the 
26891 \family sans
26892 Document\SpecialChar \menuseparator
26893 Settings
26894 \family default
26895  dialog.
26896  If you do not have a dictionary for the document language, spell checking
26897  will bring an error message.
26898  In this case, you can specify another dictionary file in the dialog by
26899  specifying a different 
26900 \family sans
26901 Alternative language
26902 \family default
26903  in preferences dialog.
26904 \end_layout
26905
26906 \begin_layout Standard
26907 After a spell check you'll informed about the number of checked words.
26908 \end_layout
26909
26910 \begin_layout Subsubsection*
26911 Limitations
26912 \end_layout
26913
26914 \begin_layout Standard
26915 It is not possible to change the spelling of a particular word globally,
26916  rather than having to change the spelling separately for each occurrence
26917  of the word.
26918  But you can use the 
26919 \family sans
26920 Find\InsetSpace ~
26921 &\InsetSpace ~
26922 Replace
26923 \family default
26924  dialog for that.
26925 \end_layout
26926
26927 \begin_layout Standard
26928 LyX cannot correctly spell check documents containing multiple languages.
26929  This does work with 
26930 \family typewriter
26931 pspell
26932 \family default
26933 , assuming you have marked the different languages appropriately.
26934 \end_layout
26935
26936 \begin_layout Subsubsection*
26937 Further Settings
26938 \end_layout
26939
26940 \begin_layout Standard
26941 The 
26942 \family sans
26943 Spellchecker
26944 \family default
26945  section in the preferences dialog has some additional options:
26946 \end_layout
26947
26948 \begin_layout Description
26949 Escape\InsetSpace ~
26950 characters Allows you to add non-standard characters that the spell
26951  checker should consider, e.g.
26952  German umlauts although you spell check English document.
26953  This should not normally be needed.
26954 \end_layout
26955
26956 \begin_layout Description
26957 Personal\InsetSpace ~
26958 dictionary to use a different file than the spell checker's default
26959  choice as your personal dictionary
26960 \end_layout
26961
26962 \begin_layout Description
26963 Accept\InsetSpace ~
26964 compound\InsetSpace ~
26965 words Prevent the spell checker from complaining about compounded
26966  words like 
26967 \begin_inset Quotes eld
26968 \end_inset
26969
26970 passthrough
26971 \begin_inset Quotes erd
26972 \end_inset
26973
26974 .
26975 \end_layout
26976
26977 \begin_layout Description
26978 Use\InsetSpace ~
26979 input\InsetSpace ~
26980 encoding Uses the document encoding that is set in the 
26981 \family sans
26982 Document\SpecialChar \menuseparator
26983 Settings
26984 \family default
26985  dialog under 
26986 \family sans
26987 Language
26988 \family default
26989  also for the spellchecker.
26990 \begin_inset Foot
26991 status collapsed
26992
26993 \begin_layout Standard
26994 The encodings are explained in section\InsetSpace ~
26995
26996 \begin_inset CommandInset ref
26997 LatexCommand ref
26998 reference "sub:Settings"
26999
27000 \end_inset
27001
27002 .
27003 \end_layout
27004
27005 \end_inset
27006
27007  Only enable this if you use 
27008 \family typewriter
27009 ispell
27010 \family default
27011  and can't spell check words with international letters in them.
27012  There have been reports that this does not work with all dictionaries,
27013  so this is disabled by default.
27014 \end_layout
27015
27016 \begin_layout Section
27017 Thesaurus
27018 \begin_inset Index
27019 status collapsed
27020
27021 \begin_layout Standard
27022 Thesaurus
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \begin_inset CommandInset label
27029 LatexCommand label
27030 name "sec:Thesaurus"
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \begin_layout Standard
27038 Thesaurus currently only works when you use the document language English.
27039 \end_layout
27040
27041 \begin_layout Standard
27042 To start the thesaurus, highlight one word or set the cursor behind it,
27043  and use the menu 
27044 \family sans
27045 Tools\SpecialChar \menuseparator
27046 Thesaurus
27047 \family default
27048  or the toolbar button 
27049 \begin_inset Graphics
27050         filename ../images/thesaurus-entry.png
27051         inzipName 
27052         embed true
27053         BoundingBox 0bp 5bp 20bp 25bp
27054         rotateOrigin center
27055
27056 \end_inset
27057
27058 .
27059  A dialog pops up showing you probably related words that you can use as
27060  replacement.
27061 \end_layout
27062
27063 \begin_layout Standard
27064 The shown related words are in many cases not really related to the word
27065  you are currently checking, scrolling in the shown list might help in some
27066  cases to find related words.
27067 \end_layout
27068
27069 \begin_layout Standard
27070 The thesaurus only works for single words, and also only when it is in the
27071  singular form.
27072  For example starting the thesaurus with the word 
27073 \begin_inset Quotes eld
27074 \end_inset
27075
27076 reports
27077 \begin_inset Quotes erd
27078 \end_inset
27079
27080  leads to no results, while results are shown for the word 
27081 \begin_inset Quotes eld
27082 \end_inset
27083
27084 report
27085 \begin_inset Quotes erd
27086 \end_inset
27087
27088 .
27089  To avoid this, you can highlight only the part 
27090 \begin_inset Quotes eld
27091 \end_inset
27092
27093 report
27094 \begin_inset Quotes erd
27095 \end_inset
27096
27097  of the word 
27098 \begin_inset Quotes eld
27099 \end_inset
27100
27101 reports
27102 \begin_inset Quotes erd
27103 \end_inset
27104
27105  to get results.
27106 \end_layout
27107
27108 \begin_layout Section
27109 Change Tracking
27110 \begin_inset Index
27111 status collapsed
27112
27113 \begin_layout Standard
27114 Change Tracking
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \begin_inset Index
27121 status collapsed
27122
27123 \begin_layout Standard
27124 Document ! Change Tracking
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \begin_inset CommandInset label
27131 LatexCommand label
27132 name "sec:Change-Tracking"
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 When you work on a document together with many people it is extremely useful
27141  to see changes others made highlighted in the document.
27142  You can then decide if you accept a change or not.
27143  This can be achieved by turning on change tracking in the menu 
27144 \family sans
27145 Document\SpecialChar \menuseparator
27146 Change\InsetSpace ~
27147 Tracking\SpecialChar \menuseparator
27148 Track\InsetSpace ~
27149 Changes
27150 \family default
27151 .
27152 \end_layout
27153
27154 \begin_layout Standard
27155 Changes made in the document will then be highlighted by colors: 
27156 \color blue
27157 Blue text
27158 \color inherit
27159  is an addition, 
27160 \color red
27161 red canceled text
27162 \color inherit
27163  is a deletion.
27164  You can change the color in LyX's preferences dialog under 
27165 \family sans
27166 Look\InsetSpace ~
27167 and\InsetSpace ~
27168 feel
27169 \family default
27170
27171 \family sans
27172 Colors
27173 \family default
27174 .
27175 \begin_inset Index
27176 status collapsed
27177
27178 \begin_layout Standard
27179 Color ! LyX screen
27180 \end_layout
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \begin_layout Standard
27188 When change tracking is activated, you will see the review toolbar in LyX:
27189 \begin_inset Index
27190 status collapsed
27191
27192 \begin_layout Standard
27193 Toolbar ! Review
27194 \end_layout
27195
27196 \end_inset
27197
27198
27199 \end_layout
27200
27201 \begin_layout Standard
27202 \begin_inset VSpace defskip
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \begin_layout Standard
27209 \begin_inset Graphics
27210         filename clipart/ChangesToolbar.png
27211         inzipName 
27212         embed true
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Standard
27220 \begin_inset VSpace defskip
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \begin_layout Standard
27227 The review toolbar as shown above contains from left to right the following
27228  buttons:
27229 \end_layout
27230
27231 \begin_layout Standard
27232 \begin_inset VSpace defskip
27233 \end_inset
27234
27235
27236 \end_layout
27237
27238 \begin_layout Standard
27239 \begin_inset Tabular
27240 <lyxtabular version="3" rows="10" columns="2">
27241 <features islongtable="true">
27242 <column alignment="left" valignment="top" width="0">
27243 <column alignment="left" valignment="top" width="0">
27244 <row interlinespace="2.5mm">
27245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27246 \begin_inset Text
27247
27248 \begin_layout Standard
27249 \begin_inset Graphics
27250         filename ../images/changes-track.png
27251         inzipName 
27252         embed true
27253         BoundingBox 0bp 5bp 20bp 25bp
27254         rotateOrigin center
27255
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \end_inset
27262 </cell>
27263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27264 \begin_inset Text
27265
27266 \begin_layout Standard
27267
27268 \family sans
27269 Document\SpecialChar \menuseparator
27270 Change\InsetSpace ~
27271 Tracking\SpecialChar \menuseparator
27272 Track\InsetSpace ~
27273 Changes
27274 \end_layout
27275
27276 \end_inset
27277 </cell>
27278 </row>
27279 <row interlinespace="2.5mm">
27280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27281 \begin_inset Text
27282
27283 \begin_layout Standard
27284 \begin_inset Graphics
27285         filename ../images/changes-output.png
27286         inzipName 
27287         embed true
27288         BoundingBox 0bp 5bp 20bp 25bp
27289         rotateOrigin center
27290
27291 \end_inset
27292
27293
27294 \end_layout
27295
27296 \end_inset
27297 </cell>
27298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27299 \begin_inset Text
27300
27301 \begin_layout Standard
27302
27303 \family sans
27304 Document\SpecialChar \menuseparator
27305 Change\InsetSpace ~
27306 Tracking\SpecialChar \menuseparator
27307 Show\InsetSpace ~
27308 Changes\InsetSpace ~
27309 in\InsetSpace ~
27310 Output
27311 \end_layout
27312
27313 \end_inset
27314 </cell>
27315 </row>
27316 <row interlinespace="2.5mm">
27317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27318 \begin_inset Text
27319
27320 \begin_layout Standard
27321 \begin_inset Graphics
27322         filename ../images/change-next.png
27323         inzipName 
27324         embed true
27325         BoundingBox 0bp 5bp 20bp 25bp
27326         rotateOrigin center
27327
27328 \end_inset
27329
27330
27331 \end_layout
27332
27333 \end_inset
27334 </cell>
27335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27336 \begin_inset Text
27337
27338 \begin_layout Standard
27339 Jumps to the next change
27340 \end_layout
27341
27342 \end_inset
27343 </cell>
27344 </row>
27345 <row interlinespace="2.5mm">
27346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27347 \begin_inset Text
27348
27349 \begin_layout Standard
27350 \begin_inset Graphics
27351         filename ../images/change-accept.png
27352         inzipName 
27353         embed false
27354         BoundingBox 0bp 5bp 20bp 25bp
27355         rotateOrigin center
27356
27357 \end_inset
27358
27359
27360 \end_layout
27361
27362 \end_inset
27363 </cell>
27364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27365 \begin_inset Text
27366
27367 \begin_layout Standard
27368
27369 \family sans
27370 Document\SpecialChar \menuseparator
27371 Change\InsetSpace ~
27372 Tracking\SpecialChar \menuseparator
27373 Accept\InsetSpace ~
27374 Change
27375 \end_layout
27376
27377 \end_inset
27378 </cell>
27379 </row>
27380 <row interlinespace="2.5mm">
27381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27382 \begin_inset Text
27383
27384 \begin_layout Standard
27385 \begin_inset Graphics
27386         filename ../images/change-reject.png
27387         inzipName 
27388         embed true
27389         BoundingBox 0bp 5bp 20bp 25bp
27390         rotateOrigin center
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \end_inset
27398 </cell>
27399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27400 \begin_inset Text
27401
27402 \begin_layout Standard
27403
27404 \family sans
27405 Document\SpecialChar \menuseparator
27406 Change\InsetSpace ~
27407 Tracking\SpecialChar \menuseparator
27408 Reject\InsetSpace ~
27409 Change
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 </row>
27415 <row interlinespace="2.5mm">
27416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27417 \begin_inset Text
27418
27419 \begin_layout Standard
27420 \begin_inset Graphics
27421         filename ../images/changes-merge.png
27422         inzipName 
27423         embed true
27424         BoundingBox 0bp 5bp 20bp 25bp
27425         rotateOrigin center
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \end_inset
27433 </cell>
27434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27435 \begin_inset Text
27436
27437 \begin_layout Standard
27438
27439 \family sans
27440 Document\SpecialChar \menuseparator
27441 Change\InsetSpace ~
27442 Tracking\SpecialChar \menuseparator
27443 Merge\InsetSpace ~
27444 Changes
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 </row>
27450 <row interlinespace="2.5mm">
27451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27452 \begin_inset Text
27453
27454 \begin_layout Standard
27455 \begin_inset Graphics
27456         filename ../images/all-changes-accept.png
27457         inzipName 
27458         embed true
27459         BoundingBox 0bp 5bp 20bp 25bp
27460         rotateOrigin center
27461
27462 \end_inset
27463
27464
27465 \end_layout
27466
27467 \end_inset
27468 </cell>
27469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27470 \begin_inset Text
27471
27472 \begin_layout Standard
27473
27474 \family sans
27475 Document\SpecialChar \menuseparator
27476 Change\InsetSpace ~
27477 Tracking\SpecialChar \menuseparator
27478 Accept\InsetSpace ~
27479 All\InsetSpace ~
27480 Changes
27481 \end_layout
27482
27483 \end_inset
27484 </cell>
27485 </row>
27486 <row interlinespace="2.5mm">
27487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27488 \begin_inset Text
27489
27490 \begin_layout Standard
27491 \begin_inset Graphics
27492         filename ../images/all-changes-reject.png
27493         inzipName 
27494         embed true
27495         BoundingBox 0bp 5bp 20bp 25bp
27496         rotateOrigin center
27497
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \end_inset
27504 </cell>
27505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27506 \begin_inset Text
27507
27508 \begin_layout Standard
27509
27510 \family sans
27511 Document\SpecialChar \menuseparator
27512 Change\InsetSpace ~
27513 Tracking\SpecialChar \menuseparator
27514 Reject\InsetSpace ~
27515 All\InsetSpace ~
27516 Changes
27517 \end_layout
27518
27519 \end_inset
27520 </cell>
27521 </row>
27522 <row interlinespace="2.5mm">
27523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27524 \begin_inset Text
27525
27526 \begin_layout Standard
27527 \begin_inset Graphics
27528         filename ../images/note-insert.png
27529         inzipName 
27530         embed false
27531         BoundingBox 0bp 5bp 20bp 25bp
27532         rotateOrigin center
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \end_inset
27540 </cell>
27541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27542 \begin_inset Text
27543
27544 \begin_layout Standard
27545
27546 \family sans
27547 Insert\SpecialChar \menuseparator
27548 Note\SpecialChar \menuseparator
27549 LyX\InsetSpace ~
27550 Note
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 </row>
27556 <row interlinespace="2.5mm">
27557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Standard
27561 \begin_inset Graphics
27562         filename ../images/note-next.png
27563         inzipName 
27564         embed true
27565         BoundingBox 0bp 5bp 20bp 25bp
27566         rotateOrigin center
27567
27568 \end_inset
27569
27570
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Standard
27579
27580 \family sans
27581 Navigate\SpecialChar \menuseparator
27582 Next\InsetSpace ~
27583 Note
27584 \end_layout
27585
27586 \end_inset
27587 </cell>
27588 </row>
27589 </lyxtabular>
27590
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_layout Standard
27597 \begin_inset VSpace defskip
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \begin_layout Standard
27604 The review toolbar helps you to accept, reject, or merge changes -- highlight
27605  the change and press one of the desired toolbar buttons.
27606  When you merge changes, a window pops up showing you informations about
27607  the next change behind the current cursor position.
27608  So you don't need to highlight a certain change.
27609  Within the merge window you can decide to accept or reject changes and
27610  step to the next change.
27611  This way you can jump through all changes of the document.
27612 \end_layout
27613
27614 \begin_layout Standard
27615 The toolbar has two buttons to handle notes because notes are often important
27616  to describe a change.
27617 \end_layout
27618
27619 \begin_layout Standard
27620 To show made changes in the output you need the LaTeX package 
27621 \series bold
27622 dvipost
27623 \begin_inset Index
27624 status collapsed
27625
27626 \begin_layout Standard
27627 LaTeX-packages ! dvipost
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \series default
27634  installed.
27635  You find it in the TeX Catalogue, 
27636 \begin_inset CommandInset citation
27637 LatexCommand cite
27638 key "TeXCatalogue"
27639
27640 \end_inset
27641
27642  or in the package manager of your LaTeX-system.
27643 \end_layout
27644
27645 \begin_layout Section
27646 International Support
27647 \begin_inset Index
27648 status collapsed
27649
27650 \begin_layout Standard
27651 International support
27652 \end_layout
27653
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \begin_layout Standard
27660 This section describes how to use LyX with any language you want.
27661  For some non-western languages there are special Wiki-pages that explain
27662  how to set up LyX to use them: 
27663 \begin_inset CommandInset citation
27664 LatexCommand cite
27665 key "Arabic,Armenian,Farsi,Hebrew"
27666
27667 \end_inset
27668
27669
27670 \end_layout
27671
27672 \begin_layout Standard
27673 Besides languages, LyX also supports phonetic symbols, see section\InsetSpace ~
27674
27675 \begin_inset CommandInset ref
27676 LatexCommand ref
27677 reference "sub:Special-Character"
27678
27679 \end_inset
27680
27681 .
27682 \end_layout
27683
27684 \begin_layout Subsection
27685 Language Options
27686 \begin_inset Index
27687 status collapsed
27688
27689 \begin_layout Standard
27690 Language ! Options
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \begin_inset Index
27697 status collapsed
27698
27699 \begin_layout Standard
27700 Document ! Settings
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \begin_inset Index
27707 status collapsed
27708
27709 \begin_layout Standard
27710 Document ! Language
27711 \end_layout
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \begin_layout Standard
27719 The 
27720 \family sans
27721 Document\SpecialChar \menuseparator
27722 Settings
27723 \family default
27724  dialog lets you set 
27725 \family roman
27726 the language and character encoding for your language.
27727  
27728 \end_layout
27729
27730 \begin_layout Standard
27731 Choose your language in the 
27732 \family sans
27733 Language
27734 \family default
27735  section of this dialog.
27736  The default is 
27737 \family sans
27738 English
27739 \family default
27740 .
27741 \end_layout
27742
27743 \begin_layout Standard
27744 The 
27745 \family sans
27746 Encoding
27747 \family default
27748  box lets you choose the character encoding map you want to use for LaTeX
27749  export.
27750  The option 
27751 \family sans
27752 use language's default encoding
27753 \family default
27754  is the preferred choice and works well in most cases.
27755  For details abhout the different encoding options see section\InsetSpace ~
27756
27757 \begin_inset CommandInset ref
27758 LatexCommand ref
27759 reference "sub:Settings"
27760
27761 \end_inset
27762
27763 .
27764 \end_layout
27765
27766 \begin_layout Subsection
27767 Keyboard mapping configuration
27768 \end_layout
27769
27770 \begin_layout Standard
27771 If you have for example a U.S.-style keyboard and want to write in a different
27772  language than English, you can use an alternate keymap.
27773  For example, if you have a U.S.-style keyboard but want to write in Italian,
27774  you can configure LyX to use an Italian keymap.
27775  The preferences dialog allows you to choose up to two keyboard mappings,
27776  see section\InsetSpace ~
27777
27778 \begin_inset CommandInset ref
27779 LatexCommand ref
27780 reference "sub:Keyboard-Map"
27781
27782 \end_inset
27783
27784 .
27785  You can choose primary and secondary keyboard languages and then select
27786  which one you want to use.
27787 \end_layout
27788
27789 \begin_layout Standard
27790 Finally, you may just want to change a few key mappings or create an entirely
27791  different keymap (for Vulcan, for instance).
27792  You may, for example, normally write in Italian on a U.S.
27793  keyboard but want to include an occasional quotation in German.
27794  In such a case, you can write your own keyboard mapping or modify an existing
27795  one to support the characters you want.
27796  This and much more customizations are explained in the 
27797 \emph on
27798 Customization
27799 \emph default
27800  manual.
27801 \end_layout
27802
27803 \begin_layout Subsection
27804 Character Tables
27805 \begin_inset CommandInset label
27806 LatexCommand label
27807 name "sec:keytab"
27808
27809 \end_inset
27810
27811
27812 \end_layout
27813
27814 \begin_layout Standard
27815 Table\InsetSpace ~
27816
27817 \begin_inset CommandInset ref
27818 LatexCommand ref
27819 reference "cap:The-latin1-character"
27820
27821 \end_inset
27822
27823  shows the 
27824 \family typewriter
27825 Latin1
27826 \family default
27827  character set.
27828  You should be able to enter the characters in the first eight columns directly
27829  from the keyboard.
27830 \end_layout
27831
27832 \begin_layout Standard
27833 There are a few things you need to know about this table.
27834  Here are some of the details you'll need to bear in mind when using characters
27835  from the 
27836 \family typewriter
27837 Latin1
27838 \family default
27839  character set:
27840 \end_layout
27841
27842 \begin_layout Itemize
27843 Even if you have selected 
27844 \family sans
27845 latin1
27846 \family default
27847  in the 
27848 \family sans
27849 Document\SpecialChar \menuseparator
27850 Settings
27851 \family default
27852  dialog, users who have only the 
27853 \family typewriter
27854 T1
27855 \family default
27856 -fonts for LaTeX [or who have the 
27857 \family typewriter
27858 T1
27859 \family default
27860 -fonts but aren't using them] will still miss a few characters: D0, F0,
27861  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
27862  french quotes won't show up.
27863 \end_layout
27864
27865 \begin_layout Standard
27866 \begin_inset Float table
27867 wide false
27868 sideways false
27869 status open
27870
27871 \begin_layout Standard
27872 \begin_inset Caption
27873
27874 \begin_layout Standard
27875 \begin_inset CommandInset label
27876 LatexCommand label
27877 name "cap:The-latin1-character"
27878
27879 \end_inset
27880
27881 The 
27882 \family typewriter
27883 latin1
27884 \family default
27885  character set
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \end_layout
27892
27893 \begin_layout Standard
27894 \align center
27895 \begin_inset Tabular
27896 <lyxtabular version="3" rows="17" columns="17">
27897 <features>
27898 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
27899 <column alignment="center" valignment="top" leftline="true" width="0pt">
27900 <column alignment="center" valignment="top" leftline="true" width="0pt">
27901 <column alignment="center" valignment="top" leftline="true" width="0pt">
27902 <column alignment="center" valignment="top" leftline="true" width="0pt">
27903 <column alignment="center" valignment="top" leftline="true" width="0pt">
27904 <column alignment="center" valignment="top" leftline="true" width="0pt">
27905 <column alignment="center" valignment="top" leftline="true" width="0pt">
27906 <column alignment="center" valignment="top" leftline="true" width="0pt">
27907 <column alignment="center" valignment="top" leftline="true" width="0pt">
27908 <column alignment="center" valignment="top" leftline="true" width="0pt">
27909 <column alignment="center" valignment="top" leftline="true" width="0pt">
27910 <column alignment="center" valignment="top" leftline="true" width="0pt">
27911 <column alignment="center" valignment="top" leftline="true" width="0pt">
27912 <column alignment="center" valignment="top" leftline="true" width="0pt">
27913 <column alignment="center" valignment="top" leftline="true" width="0pt">
27914 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
27915 <row topline="true" bottomline="true">
27916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27917 \begin_inset Text
27918
27919 \begin_layout Standard
27920
27921 \end_layout
27922
27923 \end_inset
27924 </cell>
27925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27926 \begin_inset Text
27927
27928 \begin_layout Standard
27929
27930 \family roman
27931 \series medium
27932 \shape up
27933 \size tiny
27934 \emph off
27935 \bar no
27936 \noun off
27937 \color none
27938 00
27939 \end_layout
27940
27941 \end_inset
27942 </cell>
27943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27944 \begin_inset Text
27945
27946 \begin_layout Standard
27947
27948 \family roman
27949 \series medium
27950 \shape up
27951 \size tiny
27952 \emph off
27953 \bar no
27954 \noun off
27955 \color none
27956 10
27957 \end_layout
27958
27959 \end_inset
27960 </cell>
27961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Standard
27965
27966 \family roman
27967 \series medium
27968 \shape up
27969 \size tiny
27970 \emph off
27971 \bar no
27972 \noun off
27973 \color none
27974 20
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Standard
27983
27984 \family roman
27985 \series medium
27986 \shape up
27987 \size tiny
27988 \emph off
27989 \bar no
27990 \noun off
27991 \color none
27992 30
27993 \end_layout
27994
27995 \end_inset
27996 </cell>
27997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27998 \begin_inset Text
27999
28000 \begin_layout Standard
28001
28002 \family roman
28003 \series medium
28004 \shape up
28005 \size tiny
28006 \emph off
28007 \bar no
28008 \noun off
28009 \color none
28010 40
28011 \end_layout
28012
28013 \end_inset
28014 </cell>
28015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28016 \begin_inset Text
28017
28018 \begin_layout Standard
28019
28020 \family roman
28021 \series medium
28022 \shape up
28023 \size tiny
28024 \emph off
28025 \bar no
28026 \noun off
28027 \color none
28028 50
28029 \end_layout
28030
28031 \end_inset
28032 </cell>
28033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28034 \begin_inset Text
28035
28036 \begin_layout Standard
28037
28038 \family roman
28039 \series medium
28040 \shape up
28041 \size tiny
28042 \emph off
28043 \bar no
28044 \noun off
28045 \color none
28046 60
28047 \end_layout
28048
28049 \end_inset
28050 </cell>
28051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28052 \begin_inset Text
28053
28054 \begin_layout Standard
28055
28056 \family roman
28057 \series medium
28058 \shape up
28059 \size tiny
28060 \emph off
28061 \bar no
28062 \noun off
28063 \color none
28064 70
28065 \end_layout
28066
28067 \end_inset
28068 </cell>
28069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28070 \begin_inset Text
28071
28072 \begin_layout Standard
28073
28074 \family roman
28075 \series medium
28076 \shape up
28077 \size tiny
28078 \emph off
28079 \bar no
28080 \noun off
28081 \color none
28082 80
28083 \end_layout
28084
28085 \end_inset
28086 </cell>
28087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28088 \begin_inset Text
28089
28090 \begin_layout Standard
28091
28092 \family roman
28093 \series medium
28094 \shape up
28095 \size tiny
28096 \emph off
28097 \bar no
28098 \noun off
28099 \color none
28100 90
28101 \end_layout
28102
28103 \end_inset
28104 </cell>
28105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28106 \begin_inset Text
28107
28108 \begin_layout Standard
28109
28110 \family roman
28111 \series medium
28112 \shape up
28113 \size tiny
28114 \emph off
28115 \bar no
28116 \noun off
28117 \color none
28118 A0
28119 \end_layout
28120
28121 \end_inset
28122 </cell>
28123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28124 \begin_inset Text
28125
28126 \begin_layout Standard
28127
28128 \family roman
28129 \series medium
28130 \shape up
28131 \size tiny
28132 \emph off
28133 \bar no
28134 \noun off
28135 \color none
28136 B0
28137 \end_layout
28138
28139 \end_inset
28140 </cell>
28141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28142 \begin_inset Text
28143
28144 \begin_layout Standard
28145
28146 \family roman
28147 \series medium
28148 \shape up
28149 \size tiny
28150 \emph off
28151 \bar no
28152 \noun off
28153 \color none
28154 C0
28155 \end_layout
28156
28157 \end_inset
28158 </cell>
28159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28160 \begin_inset Text
28161
28162 \begin_layout Standard
28163
28164 \family roman
28165 \series medium
28166 \shape up
28167 \size tiny
28168 \emph off
28169 \bar no
28170 \noun off
28171 \color none
28172 D0
28173 \end_layout
28174
28175 \end_inset
28176 </cell>
28177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28178 \begin_inset Text
28179
28180 \begin_layout Standard
28181
28182 \family roman
28183 \series medium
28184 \shape up
28185 \size tiny
28186 \emph off
28187 \bar no
28188 \noun off
28189 \color none
28190 E0
28191 \end_layout
28192
28193 \end_inset
28194 </cell>
28195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28196 \begin_inset Text
28197
28198 \begin_layout Standard
28199
28200 \family roman
28201 \series medium
28202 \shape up
28203 \size tiny
28204 \emph off
28205 \bar no
28206 \noun off
28207 \color none
28208 F0
28209 \end_layout
28210
28211 \end_inset
28212 </cell>
28213 </row>
28214 <row topline="true">
28215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28216 \begin_inset Text
28217
28218 \begin_layout Standard
28219
28220 \family roman
28221 \series medium
28222 \shape up
28223 \size tiny
28224 \emph off
28225 \bar no
28226 \noun off
28227 \color none
28228 00
28229 \end_layout
28230
28231 \end_inset
28232 </cell>
28233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28234 \begin_inset Text
28235
28236 \begin_layout Standard
28237
28238 \end_layout
28239
28240 \end_inset
28241 </cell>
28242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28243 \begin_inset Text
28244
28245 \begin_layout Standard
28246
28247 \end_layout
28248
28249 \end_inset
28250 </cell>
28251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28252 \begin_inset Text
28253
28254 \begin_layout Standard
28255
28256 \end_layout
28257
28258 \end_inset
28259 </cell>
28260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28261 \begin_inset Text
28262
28263 \begin_layout Standard
28264
28265 \family roman
28266 \series medium
28267 \shape up
28268 \emph off
28269 \bar no
28270 \noun off
28271 \color none
28272 0
28273 \end_layout
28274
28275 \end_inset
28276 </cell>
28277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28278 \begin_inset Text
28279
28280 \begin_layout Standard
28281
28282 \family roman
28283 \series medium
28284 \shape up
28285 \emph off
28286 \bar no
28287 \noun off
28288 \color none
28289 @
28290 \end_layout
28291
28292 \end_inset
28293 </cell>
28294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28295 \begin_inset Text
28296
28297 \begin_layout Standard
28298
28299 \family roman
28300 \series medium
28301 \shape up
28302 \emph off
28303 \bar no
28304 \noun off
28305 \color none
28306 P
28307 \end_layout
28308
28309 \end_inset
28310 </cell>
28311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28312 \begin_inset Text
28313
28314 \begin_layout Standard
28315
28316 \family roman
28317 \series medium
28318 \shape up
28319 \emph off
28320 \bar no
28321 \noun off
28322 \color none
28323 '
28324 \end_layout
28325
28326 \end_inset
28327 </cell>
28328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28329 \begin_inset Text
28330
28331 \begin_layout Standard
28332
28333 \family roman
28334 \series medium
28335 \shape up
28336 \emph off
28337 \bar no
28338 \noun off
28339 \color none
28340 p
28341 \end_layout
28342
28343 \end_inset
28344 </cell>
28345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28346 \begin_inset Text
28347
28348 \begin_layout Standard
28349
28350 \end_layout
28351
28352 \end_inset
28353 </cell>
28354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28355 \begin_inset Text
28356
28357 \begin_layout Standard
28358
28359 \end_layout
28360
28361 \end_inset
28362 </cell>
28363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28364 \begin_inset Text
28365
28366 \begin_layout Standard
28367
28368 \end_layout
28369
28370 \end_inset
28371 </cell>
28372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28373 \begin_inset Text
28374
28375 \begin_layout Standard
28376
28377 \family roman
28378 \series medium
28379 \shape up
28380 \emph off
28381 \bar no
28382 \noun off
28383 \color none
28384 °
28385 \end_layout
28386
28387 \end_inset
28388 </cell>
28389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28390 \begin_inset Text
28391
28392 \begin_layout Standard
28393
28394 \family roman
28395 \series medium
28396 \shape up
28397 \emph off
28398 \bar no
28399 \noun off
28400 \color none
28401 À
28402 \end_layout
28403
28404 \end_inset
28405 </cell>
28406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28407 \begin_inset Text
28408
28409 \begin_layout Standard
28410
28411 \family roman
28412 \series medium
28413 \shape up
28414 \emph off
28415 \bar no
28416 \noun off
28417 \color none
28418 Ð
28419 \end_layout
28420
28421 \end_inset
28422 </cell>
28423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28424 \begin_inset Text
28425
28426 \begin_layout Standard
28427
28428 \family roman
28429 \series medium
28430 \shape up
28431 \emph off
28432 \bar no
28433 \noun off
28434 \color none
28435 à
28436 \end_layout
28437
28438 \end_inset
28439 </cell>
28440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28441 \begin_inset Text
28442
28443 \begin_layout Standard
28444
28445 \family roman
28446 \series medium
28447 \shape up
28448 \emph off
28449 \bar no
28450 \noun off
28451 \color none
28452 ð
28453 \end_layout
28454
28455 \end_inset
28456 </cell>
28457 </row>
28458 <row topline="true">
28459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28460 \begin_inset Text
28461
28462 \begin_layout Standard
28463
28464 \family roman
28465 \series medium
28466 \shape up
28467 \size tiny
28468 \emph off
28469 \bar no
28470 \noun off
28471 \color none
28472 01
28473 \end_layout
28474
28475 \end_inset
28476 </cell>
28477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28478 \begin_inset Text
28479
28480 \begin_layout Standard
28481
28482 \end_layout
28483
28484 \end_inset
28485 </cell>
28486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28487 \begin_inset Text
28488
28489 \begin_layout Standard
28490
28491 \end_layout
28492
28493 \end_inset
28494 </cell>
28495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28496 \begin_inset Text
28497
28498 \begin_layout Standard
28499
28500 \family roman
28501 \series medium
28502 \shape up
28503 \emph off
28504 \bar no
28505 \noun off
28506 \color none
28507 !
28508 \end_layout
28509
28510 \end_inset
28511 </cell>
28512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28513 \begin_inset Text
28514
28515 \begin_layout Standard
28516
28517 \family roman
28518 \series medium
28519 \shape up
28520 \emph off
28521 \bar no
28522 \noun off
28523 \color none
28524 1
28525 \end_layout
28526
28527 \end_inset
28528 </cell>
28529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28530 \begin_inset Text
28531
28532 \begin_layout Standard
28533
28534 \family roman
28535 \series medium
28536 \shape up
28537 \emph off
28538 \bar no
28539 \noun off
28540 \color none
28541 A
28542 \end_layout
28543
28544 \end_inset
28545 </cell>
28546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28547 \begin_inset Text
28548
28549 \begin_layout Standard
28550
28551 \family roman
28552 \series medium
28553 \shape up
28554 \emph off
28555 \bar no
28556 \noun off
28557 \color none
28558 Q
28559 \end_layout
28560
28561 \end_inset
28562 </cell>
28563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28564 \begin_inset Text
28565
28566 \begin_layout Standard
28567
28568 \family roman
28569 \series medium
28570 \shape up
28571 \emph off
28572 \bar no
28573 \noun off
28574 \color none
28575 a
28576 \end_layout
28577
28578 \end_inset
28579 </cell>
28580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28581 \begin_inset Text
28582
28583 \begin_layout Standard
28584
28585 \family roman
28586 \series medium
28587 \shape up
28588 \emph off
28589 \bar no
28590 \noun off
28591 \color none
28592 q
28593 \end_layout
28594
28595 \end_inset
28596 </cell>
28597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Standard
28601
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28607 \begin_inset Text
28608
28609 \begin_layout Standard
28610
28611 \end_layout
28612
28613 \end_inset
28614 </cell>
28615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28616 \begin_inset Text
28617
28618 \begin_layout Standard
28619
28620 \family roman
28621 \series medium
28622 \shape up
28623 \emph off
28624 \bar no
28625 \noun off
28626 \color none
28627 ¡
28628 \end_layout
28629
28630 \end_inset
28631 </cell>
28632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28633 \begin_inset Text
28634
28635 \begin_layout Standard
28636
28637 \family roman
28638 \series medium
28639 \shape up
28640 \emph off
28641 \bar no
28642 \noun off
28643 \color none
28644 ±
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28650 \begin_inset Text
28651
28652 \begin_layout Standard
28653
28654 \family roman
28655 \series medium
28656 \shape up
28657 \emph off
28658 \bar no
28659 \noun off
28660 \color none
28661 Á
28662 \end_layout
28663
28664 \end_inset
28665 </cell>
28666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28667 \begin_inset Text
28668
28669 \begin_layout Standard
28670
28671 \family roman
28672 \series medium
28673 \shape up
28674 \emph off
28675 \bar no
28676 \noun off
28677 \color none
28678 Ñ
28679 \end_layout
28680
28681 \end_inset
28682 </cell>
28683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28684 \begin_inset Text
28685
28686 \begin_layout Standard
28687
28688 \family roman
28689 \series medium
28690 \shape up
28691 \emph off
28692 \bar no
28693 \noun off
28694 \color none
28695 á
28696 \end_layout
28697
28698 \end_inset
28699 </cell>
28700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28701 \begin_inset Text
28702
28703 \begin_layout Standard
28704
28705 \family roman
28706 \series medium
28707 \shape up
28708 \emph off
28709 \bar no
28710 \noun off
28711 \color none
28712 ñ
28713 \end_layout
28714
28715 \end_inset
28716 </cell>
28717 </row>
28718 <row topline="true">
28719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28720 \begin_inset Text
28721
28722 \begin_layout Standard
28723
28724 \family roman
28725 \series medium
28726 \shape up
28727 \size tiny
28728 \emph off
28729 \bar no
28730 \noun off
28731 \color none
28732 02
28733 \end_layout
28734
28735 \end_inset
28736 </cell>
28737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28738 \begin_inset Text
28739
28740 \begin_layout Standard
28741
28742 \end_layout
28743
28744 \end_inset
28745 </cell>
28746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28747 \begin_inset Text
28748
28749 \begin_layout Standard
28750
28751 \end_layout
28752
28753 \end_inset
28754 </cell>
28755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28756 \begin_inset Text
28757
28758 \begin_layout Standard
28759
28760 \family roman
28761 \series medium
28762 \shape up
28763 \emph off
28764 \bar no
28765 \noun off
28766 \color none
28767 \begin_inset Quotes eld
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \end_inset
28774 </cell>
28775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28776 \begin_inset Text
28777
28778 \begin_layout Standard
28779
28780 \family roman
28781 \series medium
28782 \shape up
28783 \emph off
28784 \bar no
28785 \noun off
28786 \color none
28787 2
28788 \end_layout
28789
28790 \end_inset
28791 </cell>
28792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28793 \begin_inset Text
28794
28795 \begin_layout Standard
28796
28797 \family roman
28798 \series medium
28799 \shape up
28800 \emph off
28801 \bar no
28802 \noun off
28803 \color none
28804 B
28805 \end_layout
28806
28807 \end_inset
28808 </cell>
28809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28810 \begin_inset Text
28811
28812 \begin_layout Standard
28813
28814 \family roman
28815 \series medium
28816 \shape up
28817 \emph off
28818 \bar no
28819 \noun off
28820 \color none
28821 R
28822 \end_layout
28823
28824 \end_inset
28825 </cell>
28826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28827 \begin_inset Text
28828
28829 \begin_layout Standard
28830
28831 \family roman
28832 \series medium
28833 \shape up
28834 \emph off
28835 \bar no
28836 \noun off
28837 \color none
28838 b
28839 \end_layout
28840
28841 \end_inset
28842 </cell>
28843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28844 \begin_inset Text
28845
28846 \begin_layout Standard
28847
28848 \family roman
28849 \series medium
28850 \shape up
28851 \emph off
28852 \bar no
28853 \noun off
28854 \color none
28855 r
28856 \end_layout
28857
28858 \end_inset
28859 </cell>
28860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28861 \begin_inset Text
28862
28863 \begin_layout Standard
28864
28865 \end_layout
28866
28867 \end_inset
28868 </cell>
28869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28870 \begin_inset Text
28871
28872 \begin_layout Standard
28873
28874 \end_layout
28875
28876 \end_inset
28877 </cell>
28878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28879 \begin_inset Text
28880
28881 \begin_layout Standard
28882 ¢
28883 \end_layout
28884
28885 \end_inset
28886 </cell>
28887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28888 \begin_inset Text
28889
28890 \begin_layout Standard
28891
28892 \family roman
28893 \series medium
28894 \shape up
28895 \emph off
28896 \bar no
28897 \noun off
28898 \color none
28899 ²
28900 \end_layout
28901
28902 \end_inset
28903 </cell>
28904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28905 \begin_inset Text
28906
28907 \begin_layout Standard
28908
28909 \family roman
28910 \series medium
28911 \shape up
28912 \emph off
28913 \bar no
28914 \noun off
28915 \color none
28916 Â
28917 \end_layout
28918
28919 \end_inset
28920 </cell>
28921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28922 \begin_inset Text
28923
28924 \begin_layout Standard
28925
28926 \family roman
28927 \series medium
28928 \shape up
28929 \emph off
28930 \bar no
28931 \noun off
28932 \color none
28933 Ò
28934 \end_layout
28935
28936 \end_inset
28937 </cell>
28938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28939 \begin_inset Text
28940
28941 \begin_layout Standard
28942
28943 \family roman
28944 \series medium
28945 \shape up
28946 \emph off
28947 \bar no
28948 \noun off
28949 \color none
28950 â
28951 \end_layout
28952
28953 \end_inset
28954 </cell>
28955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28956 \begin_inset Text
28957
28958 \begin_layout Standard
28959
28960 \family roman
28961 \series medium
28962 \shape up
28963 \emph off
28964 \bar no
28965 \noun off
28966 \color none
28967 ò
28968 \end_layout
28969
28970 \end_inset
28971 </cell>
28972 </row>
28973 <row topline="true">
28974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28975 \begin_inset Text
28976
28977 \begin_layout Standard
28978
28979 \family roman
28980 \series medium
28981 \shape up
28982 \size tiny
28983 \emph off
28984 \bar no
28985 \noun off
28986 \color none
28987 03
28988 \end_layout
28989
28990 \end_inset
28991 </cell>
28992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28993 \begin_inset Text
28994
28995 \begin_layout Standard
28996
28997 \end_layout
28998
28999 \end_inset
29000 </cell>
29001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29002 \begin_inset Text
29003
29004 \begin_layout Standard
29005
29006 \end_layout
29007
29008 \end_inset
29009 </cell>
29010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29011 \begin_inset Text
29012
29013 \begin_layout Standard
29014
29015 \family roman
29016 \series medium
29017 \shape up
29018 \emph off
29019 \bar no
29020 \noun off
29021 \color none
29022 #
29023 \end_layout
29024
29025 \end_inset
29026 </cell>
29027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29028 \begin_inset Text
29029
29030 \begin_layout Standard
29031
29032 \family roman
29033 \series medium
29034 \shape up
29035 \emph off
29036 \bar no
29037 \noun off
29038 \color none
29039 3
29040 \end_layout
29041
29042 \end_inset
29043 </cell>
29044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29045 \begin_inset Text
29046
29047 \begin_layout Standard
29048
29049 \family roman
29050 \series medium
29051 \shape up
29052 \emph off
29053 \bar no
29054 \noun off
29055 \color none
29056 C
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29062 \begin_inset Text
29063
29064 \begin_layout Standard
29065
29066 \family roman
29067 \series medium
29068 \shape up
29069 \emph off
29070 \bar no
29071 \noun off
29072 \color none
29073 S
29074 \end_layout
29075
29076 \end_inset
29077 </cell>
29078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29079 \begin_inset Text
29080
29081 \begin_layout Standard
29082
29083 \family roman
29084 \series medium
29085 \shape up
29086 \emph off
29087 \bar no
29088 \noun off
29089 \color none
29090 c
29091 \end_layout
29092
29093 \end_inset
29094 </cell>
29095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29096 \begin_inset Text
29097
29098 \begin_layout Standard
29099
29100 \family roman
29101 \series medium
29102 \shape up
29103 \emph off
29104 \bar no
29105 \noun off
29106 \color none
29107 s
29108 \end_layout
29109
29110 \end_inset
29111 </cell>
29112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29113 \begin_inset Text
29114
29115 \begin_layout Standard
29116
29117 \end_layout
29118
29119 \end_inset
29120 </cell>
29121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29122 \begin_inset Text
29123
29124 \begin_layout Standard
29125
29126 \end_layout
29127
29128 \end_inset
29129 </cell>
29130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29131 \begin_inset Text
29132
29133 \begin_layout Standard
29134
29135 \family roman
29136 \series medium
29137 \shape up
29138 \emph off
29139 \bar no
29140 \noun off
29141 \color none
29142 £
29143 \end_layout
29144
29145 \end_inset
29146 </cell>
29147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29148 \begin_inset Text
29149
29150 \begin_layout Standard
29151
29152 \family roman
29153 \series medium
29154 \shape up
29155 \emph off
29156 \bar no
29157 \noun off
29158 \color none
29159 ³
29160 \end_layout
29161
29162 \end_inset
29163 </cell>
29164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29165 \begin_inset Text
29166
29167 \begin_layout Standard
29168
29169 \family roman
29170 \series medium
29171 \shape up
29172 \emph off
29173 \bar no
29174 \noun off
29175 \color none
29176 Ã
29177 \end_layout
29178
29179 \end_inset
29180 </cell>
29181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29182 \begin_inset Text
29183
29184 \begin_layout Standard
29185
29186 \family roman
29187 \series medium
29188 \shape up
29189 \emph off
29190 \bar no
29191 \noun off
29192 \color none
29193 Ó
29194 \end_layout
29195
29196 \end_inset
29197 </cell>
29198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29199 \begin_inset Text
29200
29201 \begin_layout Standard
29202
29203 \family roman
29204 \series medium
29205 \shape up
29206 \emph off
29207 \bar no
29208 \noun off
29209 \color none
29210 ã
29211 \end_layout
29212
29213 \end_inset
29214 </cell>
29215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29216 \begin_inset Text
29217
29218 \begin_layout Standard
29219
29220 \family roman
29221 \series medium
29222 \shape up
29223 \emph off
29224 \bar no
29225 \noun off
29226 \color none
29227 ó
29228 \end_layout
29229
29230 \end_inset
29231 </cell>
29232 </row>
29233 <row topline="true">
29234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29235 \begin_inset Text
29236
29237 \begin_layout Standard
29238
29239 \family roman
29240 \series medium
29241 \shape up
29242 \size tiny
29243 \emph off
29244 \bar no
29245 \noun off
29246 \color none
29247 04
29248 \end_layout
29249
29250 \end_inset
29251 </cell>
29252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29253 \begin_inset Text
29254
29255 \begin_layout Standard
29256
29257 \end_layout
29258
29259 \end_inset
29260 </cell>
29261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29262 \begin_inset Text
29263
29264 \begin_layout Standard
29265
29266 \end_layout
29267
29268 \end_inset
29269 </cell>
29270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29271 \begin_inset Text
29272
29273 \begin_layout Standard
29274
29275 \family roman
29276 \series medium
29277 \shape up
29278 \emph off
29279 \bar no
29280 \noun off
29281 \color none
29282 $
29283 \end_layout
29284
29285 \end_inset
29286 </cell>
29287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29288 \begin_inset Text
29289
29290 \begin_layout Standard
29291
29292 \family roman
29293 \series medium
29294 \shape up
29295 \emph off
29296 \bar no
29297 \noun off
29298 \color none
29299 4
29300 \end_layout
29301
29302 \end_inset
29303 </cell>
29304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29305 \begin_inset Text
29306
29307 \begin_layout Standard
29308
29309 \family roman
29310 \series medium
29311 \shape up
29312 \emph off
29313 \bar no
29314 \noun off
29315 \color none
29316 D
29317 \end_layout
29318
29319 \end_inset
29320 </cell>
29321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29322 \begin_inset Text
29323
29324 \begin_layout Standard
29325
29326 \family roman
29327 \series medium
29328 \shape up
29329 \emph off
29330 \bar no
29331 \noun off
29332 \color none
29333 T
29334 \end_layout
29335
29336 \end_inset
29337 </cell>
29338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29339 \begin_inset Text
29340
29341 \begin_layout Standard
29342
29343 \family roman
29344 \series medium
29345 \shape up
29346 \emph off
29347 \bar no
29348 \noun off
29349 \color none
29350 d
29351 \end_layout
29352
29353 \end_inset
29354 </cell>
29355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29356 \begin_inset Text
29357
29358 \begin_layout Standard
29359
29360 \family roman
29361 \series medium
29362 \shape up
29363 \emph off
29364 \bar no
29365 \noun off
29366 \color none
29367 t
29368 \end_layout
29369
29370 \end_inset
29371 </cell>
29372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29373 \begin_inset Text
29374
29375 \begin_layout Standard
29376
29377 \end_layout
29378
29379 \end_inset
29380 </cell>
29381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29382 \begin_inset Text
29383
29384 \begin_layout Standard
29385
29386 \end_layout
29387
29388 \end_inset
29389 </cell>
29390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29391 \begin_inset Text
29392
29393 \begin_layout Standard
29394 ¤
29395 \end_layout
29396
29397 \end_inset
29398 </cell>
29399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29400 \begin_inset Text
29401
29402 \begin_layout Standard
29403
29404 \family roman
29405 \series medium
29406 \shape up
29407 \emph off
29408 \bar no
29409 \noun off
29410 \color none
29411 ´
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Standard
29420
29421 \family roman
29422 \series medium
29423 \shape up
29424 \emph off
29425 \bar no
29426 \noun off
29427 \color none
29428 Ä
29429 \end_layout
29430
29431 \end_inset
29432 </cell>
29433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29434 \begin_inset Text
29435
29436 \begin_layout Standard
29437
29438 \family roman
29439 \series medium
29440 \shape up
29441 \emph off
29442 \bar no
29443 \noun off
29444 \color none
29445 Ô
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29451 \begin_inset Text
29452
29453 \begin_layout Standard
29454
29455 \family roman
29456 \series medium
29457 \shape up
29458 \emph off
29459 \bar no
29460 \noun off
29461 \color none
29462 ä
29463 \end_layout
29464
29465 \end_inset
29466 </cell>
29467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29468 \begin_inset Text
29469
29470 \begin_layout Standard
29471
29472 \family roman
29473 \series medium
29474 \shape up
29475 \emph off
29476 \bar no
29477 \noun off
29478 \color none
29479 ô
29480 \end_layout
29481
29482 \end_inset
29483 </cell>
29484 </row>
29485 <row topline="true">
29486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29487 \begin_inset Text
29488
29489 \begin_layout Standard
29490
29491 \family roman
29492 \series medium
29493 \shape up
29494 \size tiny
29495 \emph off
29496 \bar no
29497 \noun off
29498 \color none
29499 05
29500 \end_layout
29501
29502 \end_inset
29503 </cell>
29504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29505 \begin_inset Text
29506
29507 \begin_layout Standard
29508
29509 \end_layout
29510
29511 \end_inset
29512 </cell>
29513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29514 \begin_inset Text
29515
29516 \begin_layout Standard
29517
29518 \end_layout
29519
29520 \end_inset
29521 </cell>
29522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29523 \begin_inset Text
29524
29525 \begin_layout Standard
29526
29527 \family roman
29528 \series medium
29529 \shape up
29530 \emph off
29531 \bar no
29532 \noun off
29533 \color none
29534 %
29535 \end_layout
29536
29537 \end_inset
29538 </cell>
29539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29540 \begin_inset Text
29541
29542 \begin_layout Standard
29543
29544 \family roman
29545 \series medium
29546 \shape up
29547 \emph off
29548 \bar no
29549 \noun off
29550 \color none
29551 5
29552 \end_layout
29553
29554 \end_inset
29555 </cell>
29556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29557 \begin_inset Text
29558
29559 \begin_layout Standard
29560
29561 \family roman
29562 \series medium
29563 \shape up
29564 \emph off
29565 \bar no
29566 \noun off
29567 \color none
29568 E
29569 \end_layout
29570
29571 \end_inset
29572 </cell>
29573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29574 \begin_inset Text
29575
29576 \begin_layout Standard
29577
29578 \family roman
29579 \series medium
29580 \shape up
29581 \emph off
29582 \bar no
29583 \noun off
29584 \color none
29585 U
29586 \end_layout
29587
29588 \end_inset
29589 </cell>
29590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29591 \begin_inset Text
29592
29593 \begin_layout Standard
29594
29595 \family roman
29596 \series medium
29597 \shape up
29598 \emph off
29599 \bar no
29600 \noun off
29601 \color none
29602 e
29603 \end_layout
29604
29605 \end_inset
29606 </cell>
29607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29608 \begin_inset Text
29609
29610 \begin_layout Standard
29611
29612 \family roman
29613 \series medium
29614 \shape up
29615 \emph off
29616 \bar no
29617 \noun off
29618 \color none
29619 u
29620 \end_layout
29621
29622 \end_inset
29623 </cell>
29624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29625 \begin_inset Text
29626
29627 \begin_layout Standard
29628
29629 \end_layout
29630
29631 \end_inset
29632 </cell>
29633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29634 \begin_inset Text
29635
29636 \begin_layout Standard
29637
29638 \end_layout
29639
29640 \end_inset
29641 </cell>
29642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29643 \begin_inset Text
29644
29645 \begin_layout Standard
29646 ¥
29647 \end_layout
29648
29649 \end_inset
29650 </cell>
29651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29652 \begin_inset Text
29653
29654 \begin_layout Standard
29655
29656 \family roman
29657 \series medium
29658 \shape up
29659 \emph off
29660 \bar no
29661 \noun off
29662 \color none
29663 µ
29664 \end_layout
29665
29666 \end_inset
29667 </cell>
29668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29669 \begin_inset Text
29670
29671 \begin_layout Standard
29672
29673 \family roman
29674 \series medium
29675 \shape up
29676 \emph off
29677 \bar no
29678 \noun off
29679 \color none
29680 Å
29681 \end_layout
29682
29683 \end_inset
29684 </cell>
29685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29686 \begin_inset Text
29687
29688 \begin_layout Standard
29689
29690 \family roman
29691 \series medium
29692 \shape up
29693 \emph off
29694 \bar no
29695 \noun off
29696 \color none
29697 Õ
29698 \end_layout
29699
29700 \end_inset
29701 </cell>
29702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29703 \begin_inset Text
29704
29705 \begin_layout Standard
29706
29707 \family roman
29708 \series medium
29709 \shape up
29710 \emph off
29711 \bar no
29712 \noun off
29713 \color none
29714 å
29715 \end_layout
29716
29717 \end_inset
29718 </cell>
29719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29720 \begin_inset Text
29721
29722 \begin_layout Standard
29723
29724 \family roman
29725 \series medium
29726 \shape up
29727 \emph off
29728 \bar no
29729 \noun off
29730 \color none
29731 õ
29732 \end_layout
29733
29734 \end_inset
29735 </cell>
29736 </row>
29737 <row topline="true">
29738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29739 \begin_inset Text
29740
29741 \begin_layout Standard
29742
29743 \family roman
29744 \series medium
29745 \shape up
29746 \size tiny
29747 \emph off
29748 \bar no
29749 \noun off
29750 \color none
29751 06
29752 \end_layout
29753
29754 \end_inset
29755 </cell>
29756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29757 \begin_inset Text
29758
29759 \begin_layout Standard
29760
29761 \end_layout
29762
29763 \end_inset
29764 </cell>
29765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29766 \begin_inset Text
29767
29768 \begin_layout Standard
29769
29770 \end_layout
29771
29772 \end_inset
29773 </cell>
29774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29775 \begin_inset Text
29776
29777 \begin_layout Standard
29778
29779 \family roman
29780 \series medium
29781 \shape up
29782 \emph off
29783 \bar no
29784 \noun off
29785 \color none
29786 &
29787 \end_layout
29788
29789 \end_inset
29790 </cell>
29791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29792 \begin_inset Text
29793
29794 \begin_layout Standard
29795
29796 \family roman
29797 \series medium
29798 \shape up
29799 \emph off
29800 \bar no
29801 \noun off
29802 \color none
29803 6
29804 \end_layout
29805
29806 \end_inset
29807 </cell>
29808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29809 \begin_inset Text
29810
29811 \begin_layout Standard
29812
29813 \family roman
29814 \series medium
29815 \shape up
29816 \emph off
29817 \bar no
29818 \noun off
29819 \color none
29820 F
29821 \end_layout
29822
29823 \end_inset
29824 </cell>
29825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29826 \begin_inset Text
29827
29828 \begin_layout Standard
29829
29830 \family roman
29831 \series medium
29832 \shape up
29833 \emph off
29834 \bar no
29835 \noun off
29836 \color none
29837 V
29838 \end_layout
29839
29840 \end_inset
29841 </cell>
29842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29843 \begin_inset Text
29844
29845 \begin_layout Standard
29846
29847 \family roman
29848 \series medium
29849 \shape up
29850 \emph off
29851 \bar no
29852 \noun off
29853 \color none
29854 f
29855 \end_layout
29856
29857 \end_inset
29858 </cell>
29859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29860 \begin_inset Text
29861
29862 \begin_layout Standard
29863
29864 \family roman
29865 \series medium
29866 \shape up
29867 \emph off
29868 \bar no
29869 \noun off
29870 \color none
29871 v
29872 \end_layout
29873
29874 \end_inset
29875 </cell>
29876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29877 \begin_inset Text
29878
29879 \begin_layout Standard
29880
29881 \end_layout
29882
29883 \end_inset
29884 </cell>
29885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29886 \begin_inset Text
29887
29888 \begin_layout Standard
29889
29890 \end_layout
29891
29892 \end_inset
29893 </cell>
29894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29895 \begin_inset Text
29896
29897 \begin_layout Standard
29898 ¦
29899 \end_layout
29900
29901 \end_inset
29902 </cell>
29903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29904 \begin_inset Text
29905
29906 \begin_layout Standard
29907
29908 \family roman
29909 \series medium
29910 \shape up
29911 \emph off
29912 \bar no
29913 \noun off
29914 \color none
29915
29916 \end_layout
29917
29918 \end_inset
29919 </cell>
29920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29921 \begin_inset Text
29922
29923 \begin_layout Standard
29924
29925 \family roman
29926 \series medium
29927 \shape up
29928 \emph off
29929 \bar no
29930 \noun off
29931 \color none
29932 Æ
29933 \end_layout
29934
29935 \end_inset
29936 </cell>
29937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29938 \begin_inset Text
29939
29940 \begin_layout Standard
29941
29942 \family roman
29943 \series medium
29944 \shape up
29945 \emph off
29946 \bar no
29947 \noun off
29948 \color none
29949 Ö
29950 \end_layout
29951
29952 \end_inset
29953 </cell>
29954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29955 \begin_inset Text
29956
29957 \begin_layout Standard
29958
29959 \family roman
29960 \series medium
29961 \shape up
29962 \emph off
29963 \bar no
29964 \noun off
29965 \color none
29966 æ
29967 \end_layout
29968
29969 \end_inset
29970 </cell>
29971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29972 \begin_inset Text
29973
29974 \begin_layout Standard
29975
29976 \family roman
29977 \series medium
29978 \shape up
29979 \emph off
29980 \bar no
29981 \noun off
29982 \color none
29983 ö
29984 \end_layout
29985
29986 \end_inset
29987 </cell>
29988 </row>
29989 <row topline="true">
29990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29991 \begin_inset Text
29992
29993 \begin_layout Standard
29994
29995 \family roman
29996 \series medium
29997 \shape up
29998 \size tiny
29999 \emph off
30000 \bar no
30001 \noun off
30002 \color none
30003 07
30004 \end_layout
30005
30006 \end_inset
30007 </cell>
30008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30009 \begin_inset Text
30010
30011 \begin_layout Standard
30012
30013 \end_layout
30014
30015 \end_inset
30016 </cell>
30017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30018 \begin_inset Text
30019
30020 \begin_layout Standard
30021
30022 \end_layout
30023
30024 \end_inset
30025 </cell>
30026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30027 \begin_inset Text
30028
30029 \begin_layout Standard
30030
30031 \family roman
30032 \series medium
30033 \shape up
30034 \emph off
30035 \bar no
30036 \noun off
30037 \color none
30038 `
30039 \end_layout
30040
30041 \end_inset
30042 </cell>
30043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30044 \begin_inset Text
30045
30046 \begin_layout Standard
30047
30048 \family roman
30049 \series medium
30050 \shape up
30051 \emph off
30052 \bar no
30053 \noun off
30054 \color none
30055 7
30056 \end_layout
30057
30058 \end_inset
30059 </cell>
30060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30061 \begin_inset Text
30062
30063 \begin_layout Standard
30064
30065 \family roman
30066 \series medium
30067 \shape up
30068 \emph off
30069 \bar no
30070 \noun off
30071 \color none
30072 G
30073 \end_layout
30074
30075 \end_inset
30076 </cell>
30077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30078 \begin_inset Text
30079
30080 \begin_layout Standard
30081
30082 \family roman
30083 \series medium
30084 \shape up
30085 \emph off
30086 \bar no
30087 \noun off
30088 \color none
30089 W
30090 \end_layout
30091
30092 \end_inset
30093 </cell>
30094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30095 \begin_inset Text
30096
30097 \begin_layout Standard
30098
30099 \family roman
30100 \series medium
30101 \shape up
30102 \emph off
30103 \bar no
30104 \noun off
30105 \color none
30106 g
30107 \end_layout
30108
30109 \end_inset
30110 </cell>
30111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30112 \begin_inset Text
30113
30114 \begin_layout Standard
30115
30116 \family roman
30117 \series medium
30118 \shape up
30119 \emph off
30120 \bar no
30121 \noun off
30122 \color none
30123 w
30124 \end_layout
30125
30126 \end_inset
30127 </cell>
30128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30129 \begin_inset Text
30130
30131 \begin_layout Standard
30132
30133 \end_layout
30134
30135 \end_inset
30136 </cell>
30137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30138 \begin_inset Text
30139
30140 \begin_layout Standard
30141
30142 \end_layout
30143
30144 \end_inset
30145 </cell>
30146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30147 \begin_inset Text
30148
30149 \begin_layout Standard
30150
30151 \family roman
30152 \series medium
30153 \shape up
30154 \emph off
30155 \bar no
30156 \noun off
30157 \color none
30158 §
30159 \end_layout
30160
30161 \end_inset
30162 </cell>
30163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30164 \begin_inset Text
30165
30166 \begin_layout Standard
30167
30168 \family roman
30169 \series medium
30170 \shape up
30171 \emph off
30172 \bar no
30173 \noun off
30174 \color none
30175 ·
30176 \end_layout
30177
30178 \end_inset
30179 </cell>
30180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30181 \begin_inset Text
30182
30183 \begin_layout Standard
30184
30185 \family roman
30186 \series medium
30187 \shape up
30188 \emph off
30189 \bar no
30190 \noun off
30191 \color none
30192 Ç
30193 \end_layout
30194
30195 \end_inset
30196 </cell>
30197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30198 \begin_inset Text
30199
30200 \begin_layout Standard
30201
30202 \family roman
30203 \series medium
30204 \shape up
30205 \emph off
30206 \bar no
30207 \noun off
30208 \color none
30209 ×
30210 \end_layout
30211
30212 \end_inset
30213 </cell>
30214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30215 \begin_inset Text
30216
30217 \begin_layout Standard
30218
30219 \family roman
30220 \series medium
30221 \shape up
30222 \emph off
30223 \bar no
30224 \noun off
30225 \color none
30226 ç
30227 \end_layout
30228
30229 \end_inset
30230 </cell>
30231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30232 \begin_inset Text
30233
30234 \begin_layout Standard
30235
30236 \family roman
30237 \series medium
30238 \shape up
30239 \emph off
30240 \bar no
30241 \noun off
30242 \color none
30243 ÷
30244 \end_layout
30245
30246 \end_inset
30247 </cell>
30248 </row>
30249 <row topline="true">
30250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30251 \begin_inset Text
30252
30253 \begin_layout Standard
30254
30255 \family roman
30256 \series medium
30257 \shape up
30258 \size tiny
30259 \emph off
30260 \bar no
30261 \noun off
30262 \color none
30263 08
30264 \end_layout
30265
30266 \end_inset
30267 </cell>
30268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30269 \begin_inset Text
30270
30271 \begin_layout Standard
30272
30273 \end_layout
30274
30275 \end_inset
30276 </cell>
30277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30278 \begin_inset Text
30279
30280 \begin_layout Standard
30281
30282 \end_layout
30283
30284 \end_inset
30285 </cell>
30286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30287 \begin_inset Text
30288
30289 \begin_layout Standard
30290
30291 \family roman
30292 \series medium
30293 \shape up
30294 \emph off
30295 \bar no
30296 \noun off
30297 \color none
30298 (
30299 \end_layout
30300
30301 \end_inset
30302 </cell>
30303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30304 \begin_inset Text
30305
30306 \begin_layout Standard
30307
30308 \family roman
30309 \series medium
30310 \shape up
30311 \emph off
30312 \bar no
30313 \noun off
30314 \color none
30315 8
30316 \end_layout
30317
30318 \end_inset
30319 </cell>
30320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30321 \begin_inset Text
30322
30323 \begin_layout Standard
30324
30325 \family roman
30326 \series medium
30327 \shape up
30328 \emph off
30329 \bar no
30330 \noun off
30331 \color none
30332 H
30333 \end_layout
30334
30335 \end_inset
30336 </cell>
30337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30338 \begin_inset Text
30339
30340 \begin_layout Standard
30341
30342 \family roman
30343 \series medium
30344 \shape up
30345 \emph off
30346 \bar no
30347 \noun off
30348 \color none
30349 X
30350 \end_layout
30351
30352 \end_inset
30353 </cell>
30354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30355 \begin_inset Text
30356
30357 \begin_layout Standard
30358
30359 \family roman
30360 \series medium
30361 \shape up
30362 \emph off
30363 \bar no
30364 \noun off
30365 \color none
30366 h
30367 \end_layout
30368
30369 \end_inset
30370 </cell>
30371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30372 \begin_inset Text
30373
30374 \begin_layout Standard
30375
30376 \family roman
30377 \series medium
30378 \shape up
30379 \emph off
30380 \bar no
30381 \noun off
30382 \color none
30383 x
30384 \end_layout
30385
30386 \end_inset
30387 </cell>
30388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30389 \begin_inset Text
30390
30391 \begin_layout Standard
30392
30393 \end_layout
30394
30395 \end_inset
30396 </cell>
30397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30398 \begin_inset Text
30399
30400 \begin_layout Standard
30401
30402 \end_layout
30403
30404 \end_inset
30405 </cell>
30406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30407 \begin_inset Text
30408
30409 \begin_layout Standard
30410
30411 \family roman
30412 \series medium
30413 \shape up
30414 \emph off
30415 \bar no
30416 \noun off
30417 \color none
30418 ¨
30419 \end_layout
30420
30421 \end_inset
30422 </cell>
30423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30424 \begin_inset Text
30425
30426 \begin_layout Standard
30427
30428 \family roman
30429 \series medium
30430 \shape up
30431 \emph off
30432 \bar no
30433 \noun off
30434 \color none
30435 ¸
30436 \end_layout
30437
30438 \end_inset
30439 </cell>
30440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30441 \begin_inset Text
30442
30443 \begin_layout Standard
30444
30445 \family roman
30446 \series medium
30447 \shape up
30448 \emph off
30449 \bar no
30450 \noun off
30451 \color none
30452 È
30453 \end_layout
30454
30455 \end_inset
30456 </cell>
30457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30458 \begin_inset Text
30459
30460 \begin_layout Standard
30461
30462 \family roman
30463 \series medium
30464 \shape up
30465 \emph off
30466 \bar no
30467 \noun off
30468 \color none
30469 Ø
30470 \end_layout
30471
30472 \end_inset
30473 </cell>
30474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30475 \begin_inset Text
30476
30477 \begin_layout Standard
30478
30479 \family roman
30480 \series medium
30481 \shape up
30482 \emph off
30483 \bar no
30484 \noun off
30485 \color none
30486 è
30487 \end_layout
30488
30489 \end_inset
30490 </cell>
30491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30492 \begin_inset Text
30493
30494 \begin_layout Standard
30495
30496 \family roman
30497 \series medium
30498 \shape up
30499 \emph off
30500 \bar no
30501 \noun off
30502 \color none
30503 ø
30504 \end_layout
30505
30506 \end_inset
30507 </cell>
30508 </row>
30509 <row topline="true">
30510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30511 \begin_inset Text
30512
30513 \begin_layout Standard
30514
30515 \family roman
30516 \series medium
30517 \shape up
30518 \size tiny
30519 \emph off
30520 \bar no
30521 \noun off
30522 \color none
30523 09
30524 \end_layout
30525
30526 \end_inset
30527 </cell>
30528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30529 \begin_inset Text
30530
30531 \begin_layout Standard
30532
30533 \end_layout
30534
30535 \end_inset
30536 </cell>
30537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30538 \begin_inset Text
30539
30540 \begin_layout Standard
30541
30542 \end_layout
30543
30544 \end_inset
30545 </cell>
30546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30547 \begin_inset Text
30548
30549 \begin_layout Standard
30550
30551 \family roman
30552 \series medium
30553 \shape up
30554 \emph off
30555 \bar no
30556 \noun off
30557 \color none
30558 )
30559 \end_layout
30560
30561 \end_inset
30562 </cell>
30563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30564 \begin_inset Text
30565
30566 \begin_layout Standard
30567
30568 \family roman
30569 \series medium
30570 \shape up
30571 \emph off
30572 \bar no
30573 \noun off
30574 \color none
30575 9
30576 \end_layout
30577
30578 \end_inset
30579 </cell>
30580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30581 \begin_inset Text
30582
30583 \begin_layout Standard
30584
30585 \family roman
30586 \series medium
30587 \shape up
30588 \emph off
30589 \bar no
30590 \noun off
30591 \color none
30592 I
30593 \end_layout
30594
30595 \end_inset
30596 </cell>
30597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30598 \begin_inset Text
30599
30600 \begin_layout Standard
30601
30602 \family roman
30603 \series medium
30604 \shape up
30605 \emph off
30606 \bar no
30607 \noun off
30608 \color none
30609 Y
30610 \end_layout
30611
30612 \end_inset
30613 </cell>
30614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30615 \begin_inset Text
30616
30617 \begin_layout Standard
30618
30619 \family roman
30620 \series medium
30621 \shape up
30622 \emph off
30623 \bar no
30624 \noun off
30625 \color none
30626 i
30627 \end_layout
30628
30629 \end_inset
30630 </cell>
30631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30632 \begin_inset Text
30633
30634 \begin_layout Standard
30635
30636 \family roman
30637 \series medium
30638 \shape up
30639 \emph off
30640 \bar no
30641 \noun off
30642 \color none
30643 y
30644 \end_layout
30645
30646 \end_inset
30647 </cell>
30648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30649 \begin_inset Text
30650
30651 \begin_layout Standard
30652
30653 \end_layout
30654
30655 \end_inset
30656 </cell>
30657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30658 \begin_inset Text
30659
30660 \begin_layout Standard
30661
30662 \end_layout
30663
30664 \end_inset
30665 </cell>
30666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30667 \begin_inset Text
30668
30669 \begin_layout Standard
30670
30671 \family roman
30672 \series medium
30673 \shape up
30674 \emph off
30675 \bar no
30676 \noun off
30677 \color none
30678 ©
30679 \end_layout
30680
30681 \end_inset
30682 </cell>
30683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30684 \begin_inset Text
30685
30686 \begin_layout Standard
30687
30688 \family roman
30689 \series medium
30690 \shape up
30691 \emph off
30692 \bar no
30693 \noun off
30694 \color none
30695 ¹
30696 \end_layout
30697
30698 \end_inset
30699 </cell>
30700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30701 \begin_inset Text
30702
30703 \begin_layout Standard
30704
30705 \family roman
30706 \series medium
30707 \shape up
30708 \emph off
30709 \bar no
30710 \noun off
30711 \color none
30712 É
30713 \end_layout
30714
30715 \end_inset
30716 </cell>
30717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30718 \begin_inset Text
30719
30720 \begin_layout Standard
30721
30722 \family roman
30723 \series medium
30724 \shape up
30725 \emph off
30726 \bar no
30727 \noun off
30728 \color none
30729 Ù
30730 \end_layout
30731
30732 \end_inset
30733 </cell>
30734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30735 \begin_inset Text
30736
30737 \begin_layout Standard
30738
30739 \family roman
30740 \series medium
30741 \shape up
30742 \emph off
30743 \bar no
30744 \noun off
30745 \color none
30746 é
30747 \end_layout
30748
30749 \end_inset
30750 </cell>
30751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30752 \begin_inset Text
30753
30754 \begin_layout Standard
30755
30756 \family roman
30757 \series medium
30758 \shape up
30759 \emph off
30760 \bar no
30761 \noun off
30762 \color none
30763 ù
30764 \end_layout
30765
30766 \end_inset
30767 </cell>
30768 </row>
30769 <row topline="true">
30770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30771 \begin_inset Text
30772
30773 \begin_layout Standard
30774
30775 \family roman
30776 \series medium
30777 \shape up
30778 \size tiny
30779 \emph off
30780 \bar no
30781 \noun off
30782 \color none
30783 0A
30784 \end_layout
30785
30786 \end_inset
30787 </cell>
30788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30789 \begin_inset Text
30790
30791 \begin_layout Standard
30792
30793 \end_layout
30794
30795 \end_inset
30796 </cell>
30797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30798 \begin_inset Text
30799
30800 \begin_layout Standard
30801
30802 \end_layout
30803
30804 \end_inset
30805 </cell>
30806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30807 \begin_inset Text
30808
30809 \begin_layout Standard
30810
30811 \family roman
30812 \series medium
30813 \shape up
30814 \emph off
30815 \bar no
30816 \noun off
30817 \color none
30818 *
30819 \end_layout
30820
30821 \end_inset
30822 </cell>
30823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30824 \begin_inset Text
30825
30826 \begin_layout Standard
30827
30828 \family roman
30829 \series medium
30830 \shape up
30831 \emph off
30832 \bar no
30833 \noun off
30834 \color none
30835 :
30836 \end_layout
30837
30838 \end_inset
30839 </cell>
30840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30841 \begin_inset Text
30842
30843 \begin_layout Standard
30844
30845 \family roman
30846 \series medium
30847 \shape up
30848 \emph off
30849 \bar no
30850 \noun off
30851 \color none
30852 J
30853 \end_layout
30854
30855 \end_inset
30856 </cell>
30857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30858 \begin_inset Text
30859
30860 \begin_layout Standard
30861
30862 \family roman
30863 \series medium
30864 \shape up
30865 \emph off
30866 \bar no
30867 \noun off
30868 \color none
30869 Z
30870 \end_layout
30871
30872 \end_inset
30873 </cell>
30874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30875 \begin_inset Text
30876
30877 \begin_layout Standard
30878
30879 \family roman
30880 \series medium
30881 \shape up
30882 \emph off
30883 \bar no
30884 \noun off
30885 \color none
30886 j
30887 \end_layout
30888
30889 \end_inset
30890 </cell>
30891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30892 \begin_inset Text
30893
30894 \begin_layout Standard
30895
30896 \family roman
30897 \series medium
30898 \shape up
30899 \emph off
30900 \bar no
30901 \noun off
30902 \color none
30903 z
30904 \end_layout
30905
30906 \end_inset
30907 </cell>
30908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30909 \begin_inset Text
30910
30911 \begin_layout Standard
30912
30913 \end_layout
30914
30915 \end_inset
30916 </cell>
30917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30918 \begin_inset Text
30919
30920 \begin_layout Standard
30921
30922 \end_layout
30923
30924 \end_inset
30925 </cell>
30926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30927 \begin_inset Text
30928
30929 \begin_layout Standard
30930
30931 \family roman
30932 \series medium
30933 \shape up
30934 \emph off
30935 \bar no
30936 \noun off
30937 \color none
30938 ª
30939 \end_layout
30940
30941 \end_inset
30942 </cell>
30943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30944 \begin_inset Text
30945
30946 \begin_layout Standard
30947
30948 \family roman
30949 \series medium
30950 \shape up
30951 \emph off
30952 \bar no
30953 \noun off
30954 \color none
30955 º
30956 \end_layout
30957
30958 \end_inset
30959 </cell>
30960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30961 \begin_inset Text
30962
30963 \begin_layout Standard
30964
30965 \family roman
30966 \series medium
30967 \shape up
30968 \emph off
30969 \bar no
30970 \noun off
30971 \color none
30972 Ê
30973 \end_layout
30974
30975 \end_inset
30976 </cell>
30977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30978 \begin_inset Text
30979
30980 \begin_layout Standard
30981
30982 \family roman
30983 \series medium
30984 \shape up
30985 \emph off
30986 \bar no
30987 \noun off
30988 \color none
30989 Ú
30990 \end_layout
30991
30992 \end_inset
30993 </cell>
30994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30995 \begin_inset Text
30996
30997 \begin_layout Standard
30998
30999 \family roman
31000 \series medium
31001 \shape up
31002 \emph off
31003 \bar no
31004 \noun off
31005 \color none
31006 ê
31007 \end_layout
31008
31009 \end_inset
31010 </cell>
31011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31012 \begin_inset Text
31013
31014 \begin_layout Standard
31015
31016 \family roman
31017 \series medium
31018 \shape up
31019 \emph off
31020 \bar no
31021 \noun off
31022 \color none
31023 ú
31024 \end_layout
31025
31026 \end_inset
31027 </cell>
31028 </row>
31029 <row topline="true">
31030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31031 \begin_inset Text
31032
31033 \begin_layout Standard
31034
31035 \family roman
31036 \series medium
31037 \shape up
31038 \size tiny
31039 \emph off
31040 \bar no
31041 \noun off
31042 \color none
31043 0B
31044 \end_layout
31045
31046 \end_inset
31047 </cell>
31048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31049 \begin_inset Text
31050
31051 \begin_layout Standard
31052
31053 \end_layout
31054
31055 \end_inset
31056 </cell>
31057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31058 \begin_inset Text
31059
31060 \begin_layout Standard
31061
31062 \end_layout
31063
31064 \end_inset
31065 </cell>
31066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31067 \begin_inset Text
31068
31069 \begin_layout Standard
31070
31071 \family roman
31072 \series medium
31073 \shape up
31074 \emph off
31075 \bar no
31076 \noun off
31077 \color none
31078 +
31079 \end_layout
31080
31081 \end_inset
31082 </cell>
31083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31084 \begin_inset Text
31085
31086 \begin_layout Standard
31087
31088 \family roman
31089 \series medium
31090 \shape up
31091 \emph off
31092 \bar no
31093 \noun off
31094 \color none
31095 ;
31096 \end_layout
31097
31098 \end_inset
31099 </cell>
31100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31101 \begin_inset Text
31102
31103 \begin_layout Standard
31104
31105 \family roman
31106 \series medium
31107 \shape up
31108 \emph off
31109 \bar no
31110 \noun off
31111 \color none
31112 K
31113 \end_layout
31114
31115 \end_inset
31116 </cell>
31117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31118 \begin_inset Text
31119
31120 \begin_layout Standard
31121
31122 \family roman
31123 \series medium
31124 \shape up
31125 \emph off
31126 \bar no
31127 \noun off
31128 \color none
31129 [
31130 \end_layout
31131
31132 \end_inset
31133 </cell>
31134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31135 \begin_inset Text
31136
31137 \begin_layout Standard
31138
31139 \family roman
31140 \series medium
31141 \shape up
31142 \emph off
31143 \bar no
31144 \noun off
31145 \color none
31146 k
31147 \end_layout
31148
31149 \end_inset
31150 </cell>
31151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31152 \begin_inset Text
31153
31154 \begin_layout Standard
31155
31156 \family roman
31157 \series medium
31158 \shape up
31159 \emph off
31160 \bar no
31161 \noun off
31162 \color none
31163 {
31164 \end_layout
31165
31166 \end_inset
31167 </cell>
31168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31169 \begin_inset Text
31170
31171 \begin_layout Standard
31172
31173 \end_layout
31174
31175 \end_inset
31176 </cell>
31177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31178 \begin_inset Text
31179
31180 \begin_layout Standard
31181
31182 \end_layout
31183
31184 \end_inset
31185 </cell>
31186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31187 \begin_inset Text
31188
31189 \begin_layout Standard
31190
31191 \family roman
31192 \series medium
31193 \shape up
31194 \emph off
31195 \bar no
31196 \noun off
31197 \color none
31198 «
31199 \end_layout
31200
31201 \end_inset
31202 </cell>
31203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31204 \begin_inset Text
31205
31206 \begin_layout Standard
31207
31208 \family roman
31209 \series medium
31210 \shape up
31211 \emph off
31212 \bar no
31213 \noun off
31214 \color none
31215 »
31216 \end_layout
31217
31218 \end_inset
31219 </cell>
31220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31221 \begin_inset Text
31222
31223 \begin_layout Standard
31224
31225 \family roman
31226 \series medium
31227 \shape up
31228 \emph off
31229 \bar no
31230 \noun off
31231 \color none
31232 Ë
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31238 \begin_inset Text
31239
31240 \begin_layout Standard
31241
31242 \family roman
31243 \series medium
31244 \shape up
31245 \emph off
31246 \bar no
31247 \noun off
31248 \color none
31249 Û
31250 \end_layout
31251
31252 \end_inset
31253 </cell>
31254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31255 \begin_inset Text
31256
31257 \begin_layout Standard
31258
31259 \family roman
31260 \series medium
31261 \shape up
31262 \emph off
31263 \bar no
31264 \noun off
31265 \color none
31266 ë
31267 \end_layout
31268
31269 \end_inset
31270 </cell>
31271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31272 \begin_inset Text
31273
31274 \begin_layout Standard
31275
31276 \family roman
31277 \series medium
31278 \shape up
31279 \emph off
31280 \bar no
31281 \noun off
31282 \color none
31283 û
31284 \end_layout
31285
31286 \end_inset
31287 </cell>
31288 </row>
31289 <row topline="true">
31290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31291 \begin_inset Text
31292
31293 \begin_layout Standard
31294
31295 \family roman
31296 \series medium
31297 \shape up
31298 \size tiny
31299 \emph off
31300 \bar no
31301 \noun off
31302 \color none
31303 0C
31304 \end_layout
31305
31306 \end_inset
31307 </cell>
31308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31309 \begin_inset Text
31310
31311 \begin_layout Standard
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 \end_layout
31323
31324 \end_inset
31325 </cell>
31326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31327 \begin_inset Text
31328
31329 \begin_layout Standard
31330
31331 \family roman
31332 \series medium
31333 \shape up
31334 \emph off
31335 \bar no
31336 \noun off
31337 \color none
31338 ,
31339 \end_layout
31340
31341 \end_inset
31342 </cell>
31343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31344 \begin_inset Text
31345
31346 \begin_layout Standard
31347
31348 \family roman
31349 \series medium
31350 \shape up
31351 \emph off
31352 \bar no
31353 \noun off
31354 \color none
31355 <
31356 \end_layout
31357
31358 \end_inset
31359 </cell>
31360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31361 \begin_inset Text
31362
31363 \begin_layout Standard
31364
31365 \family roman
31366 \series medium
31367 \shape up
31368 \emph off
31369 \bar no
31370 \noun off
31371 \color none
31372 L
31373 \end_layout
31374
31375 \end_inset
31376 </cell>
31377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31378 \begin_inset Text
31379
31380 \begin_layout Standard
31381
31382 \family roman
31383 \series medium
31384 \shape up
31385 \emph off
31386 \bar no
31387 \noun off
31388 \color none
31389
31390 \backslash
31391
31392 \end_layout
31393
31394 \end_inset
31395 </cell>
31396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31397 \begin_inset Text
31398
31399 \begin_layout Standard
31400
31401 \family roman
31402 \series medium
31403 \shape up
31404 \emph off
31405 \bar no
31406 \noun off
31407 \color none
31408 l
31409 \end_layout
31410
31411 \end_inset
31412 </cell>
31413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31414 \begin_inset Text
31415
31416 \begin_layout Standard
31417
31418 \family roman
31419 \series medium
31420 \shape up
31421 \emph off
31422 \bar no
31423 \noun off
31424 \color none
31425 |
31426 \end_layout
31427
31428 \end_inset
31429 </cell>
31430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31431 \begin_inset Text
31432
31433 \begin_layout Standard
31434
31435 \end_layout
31436
31437 \end_inset
31438 </cell>
31439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31440 \begin_inset Text
31441
31442 \begin_layout Standard
31443
31444 \end_layout
31445
31446 \end_inset
31447 </cell>
31448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31449 \begin_inset Text
31450
31451 \begin_layout Standard
31452
31453 \family roman
31454 \series medium
31455 \shape up
31456 \emph off
31457 \bar no
31458 \noun off
31459 \color none
31460 ¬
31461 \end_layout
31462
31463 \end_inset
31464 </cell>
31465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31466 \begin_inset Text
31467
31468 \begin_layout Standard
31469
31470 \family roman
31471 \series medium
31472 \shape up
31473 \emph off
31474 \bar no
31475 \noun off
31476 \color none
31477 ¼
31478 \end_layout
31479
31480 \end_inset
31481 </cell>
31482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31483 \begin_inset Text
31484
31485 \begin_layout Standard
31486
31487 \family roman
31488 \series medium
31489 \shape up
31490 \emph off
31491 \bar no
31492 \noun off
31493 \color none
31494 Ì
31495 \end_layout
31496
31497 \end_inset
31498 </cell>
31499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31500 \begin_inset Text
31501
31502 \begin_layout Standard
31503
31504 \family roman
31505 \series medium
31506 \shape up
31507 \emph off
31508 \bar no
31509 \noun off
31510 \color none
31511 Ü
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31517 \begin_inset Text
31518
31519 \begin_layout Standard
31520
31521 \family roman
31522 \series medium
31523 \shape up
31524 \emph off
31525 \bar no
31526 \noun off
31527 \color none
31528 ì
31529 \end_layout
31530
31531 \end_inset
31532 </cell>
31533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31534 \begin_inset Text
31535
31536 \begin_layout Standard
31537
31538 \family roman
31539 \series medium
31540 \shape up
31541 \emph off
31542 \bar no
31543 \noun off
31544 \color none
31545 ü
31546 \end_layout
31547
31548 \end_inset
31549 </cell>
31550 </row>
31551 <row topline="true">
31552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31553 \begin_inset Text
31554
31555 \begin_layout Standard
31556
31557 \family roman
31558 \series medium
31559 \shape up
31560 \size tiny
31561 \emph off
31562 \bar no
31563 \noun off
31564 \color none
31565 0D
31566 \end_layout
31567
31568 \end_inset
31569 </cell>
31570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31571 \begin_inset Text
31572
31573 \begin_layout Standard
31574
31575 \end_layout
31576
31577 \end_inset
31578 </cell>
31579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31580 \begin_inset Text
31581
31582 \begin_layout Standard
31583
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31589 \begin_inset Text
31590
31591 \begin_layout Standard
31592
31593 \family roman
31594 \series medium
31595 \shape up
31596 \emph off
31597 \bar no
31598 \noun off
31599 \color none
31600 -
31601 \end_layout
31602
31603 \end_inset
31604 </cell>
31605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31606 \begin_inset Text
31607
31608 \begin_layout Standard
31609
31610 \family roman
31611 \series medium
31612 \shape up
31613 \emph off
31614 \bar no
31615 \noun off
31616 \color none
31617 =
31618 \end_layout
31619
31620 \end_inset
31621 </cell>
31622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31623 \begin_inset Text
31624
31625 \begin_layout Standard
31626
31627 \family roman
31628 \series medium
31629 \shape up
31630 \emph off
31631 \bar no
31632 \noun off
31633 \color none
31634 M
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31640 \begin_inset Text
31641
31642 \begin_layout Standard
31643
31644 \family roman
31645 \series medium
31646 \shape up
31647 \emph off
31648 \bar no
31649 \noun off
31650 \color none
31651 ]
31652 \end_layout
31653
31654 \end_inset
31655 </cell>
31656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Standard
31660
31661 \family roman
31662 \series medium
31663 \shape up
31664 \emph off
31665 \bar no
31666 \noun off
31667 \color none
31668 m
31669 \end_layout
31670
31671 \end_inset
31672 </cell>
31673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31674 \begin_inset Text
31675
31676 \begin_layout Standard
31677
31678 \family roman
31679 \series medium
31680 \shape up
31681 \emph off
31682 \bar no
31683 \noun off
31684 \color none
31685 }
31686 \end_layout
31687
31688 \end_inset
31689 </cell>
31690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31691 \begin_inset Text
31692
31693 \begin_layout Standard
31694
31695 \end_layout
31696
31697 \end_inset
31698 </cell>
31699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31700 \begin_inset Text
31701
31702 \begin_layout Standard
31703
31704 \end_layout
31705
31706 \end_inset
31707 </cell>
31708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31709 \begin_inset Text
31710
31711 \begin_layout Standard
31712
31713 \end_layout
31714
31715 \end_inset
31716 </cell>
31717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31718 \begin_inset Text
31719
31720 \begin_layout Standard
31721
31722 \family roman
31723 \series medium
31724 \shape up
31725 \emph off
31726 \bar no
31727 \noun off
31728 \color none
31729 ½
31730 \end_layout
31731
31732 \end_inset
31733 </cell>
31734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31735 \begin_inset Text
31736
31737 \begin_layout Standard
31738
31739 \family roman
31740 \series medium
31741 \shape up
31742 \emph off
31743 \bar no
31744 \noun off
31745 \color none
31746 Í
31747 \end_layout
31748
31749 \end_inset
31750 </cell>
31751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31752 \begin_inset Text
31753
31754 \begin_layout Standard
31755
31756 \family roman
31757 \series medium
31758 \shape up
31759 \emph off
31760 \bar no
31761 \noun off
31762 \color none
31763 Ý
31764 \end_layout
31765
31766 \end_inset
31767 </cell>
31768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31769 \begin_inset Text
31770
31771 \begin_layout Standard
31772
31773 \family roman
31774 \series medium
31775 \shape up
31776 \emph off
31777 \bar no
31778 \noun off
31779 \color none
31780 í
31781 \end_layout
31782
31783 \end_inset
31784 </cell>
31785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31786 \begin_inset Text
31787
31788 \begin_layout Standard
31789
31790 \family roman
31791 \series medium
31792 \shape up
31793 \emph off
31794 \bar no
31795 \noun off
31796 \color none
31797 ý
31798 \end_layout
31799
31800 \end_inset
31801 </cell>
31802 </row>
31803 <row topline="true">
31804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31805 \begin_inset Text
31806
31807 \begin_layout Standard
31808
31809 \family roman
31810 \series medium
31811 \shape up
31812 \size tiny
31813 \emph off
31814 \bar no
31815 \noun off
31816 \color none
31817 0E
31818 \end_layout
31819
31820 \end_inset
31821 </cell>
31822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31823 \begin_inset Text
31824
31825 \begin_layout Standard
31826
31827 \end_layout
31828
31829 \end_inset
31830 </cell>
31831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31832 \begin_inset Text
31833
31834 \begin_layout Standard
31835
31836 \end_layout
31837
31838 \end_inset
31839 </cell>
31840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31841 \begin_inset Text
31842
31843 \begin_layout Standard
31844
31845 \family roman
31846 \series medium
31847 \shape up
31848 \emph off
31849 \bar no
31850 \noun off
31851 \color none
31852 .
31853 \end_layout
31854
31855 \end_inset
31856 </cell>
31857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31858 \begin_inset Text
31859
31860 \begin_layout Standard
31861
31862 \family roman
31863 \series medium
31864 \shape up
31865 \emph off
31866 \bar no
31867 \noun off
31868 \color none
31869 >
31870 \end_layout
31871
31872 \end_inset
31873 </cell>
31874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31875 \begin_inset Text
31876
31877 \begin_layout Standard
31878
31879 \family roman
31880 \series medium
31881 \shape up
31882 \emph off
31883 \bar no
31884 \noun off
31885 \color none
31886 N
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Standard
31895
31896 \family roman
31897 \series medium
31898 \shape up
31899 \emph off
31900 \bar no
31901 \noun off
31902 \color none
31903 ^
31904 \end_layout
31905
31906 \end_inset
31907 </cell>
31908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31909 \begin_inset Text
31910
31911 \begin_layout Standard
31912
31913 \family roman
31914 \series medium
31915 \shape up
31916 \emph off
31917 \bar no
31918 \noun off
31919 \color none
31920 n
31921 \end_layout
31922
31923 \end_inset
31924 </cell>
31925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31926 \begin_inset Text
31927
31928 \begin_layout Standard
31929
31930 \family roman
31931 \series medium
31932 \shape up
31933 \emph off
31934 \bar no
31935 \noun off
31936 \color none
31937 ~
31938 \end_layout
31939
31940 \end_inset
31941 </cell>
31942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31943 \begin_inset Text
31944
31945 \begin_layout Standard
31946
31947 \end_layout
31948
31949 \end_inset
31950 </cell>
31951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31952 \begin_inset Text
31953
31954 \begin_layout Standard
31955
31956 \end_layout
31957
31958 \end_inset
31959 </cell>
31960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31961 \begin_inset Text
31962
31963 \begin_layout Standard
31964
31965 \family roman
31966 \series medium
31967 \shape up
31968 \emph off
31969 \bar no
31970 \noun off
31971 \color none
31972 ®
31973 \end_layout
31974
31975 \end_inset
31976 </cell>
31977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31978 \begin_inset Text
31979
31980 \begin_layout Standard
31981
31982 \family roman
31983 \series medium
31984 \shape up
31985 \emph off
31986 \bar no
31987 \noun off
31988 \color none
31989 ¾
31990 \end_layout
31991
31992 \end_inset
31993 </cell>
31994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31995 \begin_inset Text
31996
31997 \begin_layout Standard
31998
31999 \family roman
32000 \series medium
32001 \shape up
32002 \emph off
32003 \bar no
32004 \noun off
32005 \color none
32006 Î
32007 \end_layout
32008
32009 \end_inset
32010 </cell>
32011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32012 \begin_inset Text
32013
32014 \begin_layout Standard
32015
32016 \family roman
32017 \series medium
32018 \shape up
32019 \emph off
32020 \bar no
32021 \noun off
32022 \color none
32023 Þ
32024 \end_layout
32025
32026 \end_inset
32027 </cell>
32028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32029 \begin_inset Text
32030
32031 \begin_layout Standard
32032
32033 \family roman
32034 \series medium
32035 \shape up
32036 \emph off
32037 \bar no
32038 \noun off
32039 \color none
32040 î
32041 \end_layout
32042
32043 \end_inset
32044 </cell>
32045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32046 \begin_inset Text
32047
32048 \begin_layout Standard
32049
32050 \family roman
32051 \series medium
32052 \shape up
32053 \emph off
32054 \bar no
32055 \noun off
32056 \color none
32057 þ
32058 \end_layout
32059
32060 \end_inset
32061 </cell>
32062 </row>
32063 <row topline="true" bottomline="true">
32064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32065 \begin_inset Text
32066
32067 \begin_layout Standard
32068
32069 \family roman
32070 \series medium
32071 \shape up
32072 \size tiny
32073 \emph off
32074 \bar no
32075 \noun off
32076 \color none
32077 0F
32078 \end_layout
32079
32080 \end_inset
32081 </cell>
32082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32083 \begin_inset Text
32084
32085 \begin_layout Standard
32086
32087 \end_layout
32088
32089 \end_inset
32090 </cell>
32091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Standard
32095
32096 \end_layout
32097
32098 \end_inset
32099 </cell>
32100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32101 \begin_inset Text
32102
32103 \begin_layout Standard
32104
32105 \family roman
32106 \series medium
32107 \shape up
32108 \emph off
32109 \bar no
32110 \noun off
32111 \color none
32112 /
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32118 \begin_inset Text
32119
32120 \begin_layout Standard
32121
32122 \family roman
32123 \series medium
32124 \shape up
32125 \emph off
32126 \bar no
32127 \noun off
32128 \color none
32129 ?
32130 \end_layout
32131
32132 \end_inset
32133 </cell>
32134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32135 \begin_inset Text
32136
32137 \begin_layout Standard
32138
32139 \family roman
32140 \series medium
32141 \shape up
32142 \emph off
32143 \bar no
32144 \noun off
32145 \color none
32146 O
32147 \end_layout
32148
32149 \end_inset
32150 </cell>
32151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32152 \begin_inset Text
32153
32154 \begin_layout Standard
32155
32156 \family roman
32157 \series medium
32158 \shape up
32159 \emph off
32160 \bar no
32161 \noun off
32162 \color none
32163 _
32164 \end_layout
32165
32166 \end_inset
32167 </cell>
32168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32169 \begin_inset Text
32170
32171 \begin_layout Standard
32172
32173 \family roman
32174 \series medium
32175 \shape up
32176 \emph off
32177 \bar no
32178 \noun off
32179 \color none
32180 o
32181 \end_layout
32182
32183 \end_inset
32184 </cell>
32185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Standard
32189
32190 \end_layout
32191
32192 \end_inset
32193 </cell>
32194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32195 \begin_inset Text
32196
32197 \begin_layout Standard
32198
32199 \end_layout
32200
32201 \end_inset
32202 </cell>
32203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32204 \begin_inset Text
32205
32206 \begin_layout Standard
32207
32208 \end_layout
32209
32210 \end_inset
32211 </cell>
32212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32213 \begin_inset Text
32214
32215 \begin_layout Standard
32216
32217 \family roman
32218 \series medium
32219 \shape up
32220 \emph off
32221 \bar no
32222 \noun off
32223 \color none
32224 ¯
32225 \end_layout
32226
32227 \end_inset
32228 </cell>
32229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32230 \begin_inset Text
32231
32232 \begin_layout Standard
32233
32234 \family roman
32235 \series medium
32236 \shape up
32237 \emph off
32238 \bar no
32239 \noun off
32240 \color none
32241 ¿
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32247 \begin_inset Text
32248
32249 \begin_layout Standard
32250
32251 \family roman
32252 \series medium
32253 \shape up
32254 \emph off
32255 \bar no
32256 \noun off
32257 \color none
32258 Ï
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32264 \begin_inset Text
32265
32266 \begin_layout Standard
32267
32268 \family roman
32269 \series medium
32270 \shape up
32271 \emph off
32272 \bar no
32273 \noun off
32274 \color none
32275 ß
32276 \end_layout
32277
32278 \end_inset
32279 </cell>
32280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32281 \begin_inset Text
32282
32283 \begin_layout Standard
32284
32285 \family roman
32286 \series medium
32287 \shape up
32288 \emph off
32289 \bar no
32290 \noun off
32291 \color none
32292 ï
32293 \end_layout
32294
32295 \end_inset
32296 </cell>
32297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32298 \begin_inset Text
32299
32300 \begin_layout Standard
32301
32302 \family roman
32303 \series medium
32304 \shape up
32305 \emph off
32306 \bar no
32307 \noun off
32308 \color none
32309 ÿ
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 </row>
32315 </lyxtabular>
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \begin_layout Standard
32328 The following is a full list of all of the accented characters LyX can display
32329  directly.
32330  It includes not only the accented characters from the previous table, but
32331  also the characters from 
32332 \family typewriter
32333 ISO8859--2
32334 \family default
32335  through 
32336 \family typewriter
32337 4
32338 \family default
32339 .
32340  
32341 \end_layout
32342
32343 \begin_layout Itemize
32344 From 
32345 \family typewriter
32346 ISO8859--1
32347 \family default
32348 :
32349 \end_layout
32350
32351 \begin_deeper
32352 \begin_layout Standard
32353 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
32354 \hfill
32355 diaeresis
32356 \end_layout
32357
32358 \begin_layout Standard
32359 ^ Â Ê Î Ô Û â ê î ô û
32360 \hfill
32361 circumflex
32362 \end_layout
32363
32364 \begin_layout Standard
32365 ` À È Ì Ò Ù à è ì ò ù
32366 \hfill
32367 grave
32368 \end_layout
32369
32370 \begin_layout Standard
32371 ´ Á É Í Ó Ú Ý á é í ó ú ý
32372 \hfill
32373 acute
32374 \end_layout
32375
32376 \begin_layout Standard
32377 ~ Ã Ñ Õ ã ñ õ
32378 \hfill
32379 tilde
32380 \end_layout
32381
32382 \begin_layout Standard
32383 ¸Çç
32384 \hfill
32385 cedilla
32386 \end_layout
32387
32388 \begin_layout Standard
32389 ¯
32390 \hfill
32391 macron
32392 \end_layout
32393
32394 \end_deeper
32395 \begin_layout Itemize
32396 From 
32397 \family typewriter
32398 ISO8859--2
32399 \family default
32400  through 
32401 \family typewriter
32402 4
32403 \family default
32404 :
32405 \end_layout
32406
32407 \begin_deeper
32408 \begin_layout Standard
32409 ĤĴĥĵĈĜŜĉĝŝ
32410 \hfill
32411 circumflex
32412 \end_layout
32413
32414 \begin_layout Standard
32415 ŚŹśźŔĹĆŃŕĺćń
32416 \hfill
32417 acute
32418 \end_layout
32419
32420 \begin_layout Standard
32421 Ĩı̃Ũũ
32422 \hfill
32423 tilde
32424 \end_layout
32425
32426 \begin_layout Standard
32427 ŞşŢţŖĻĢŗļģŅĶņķ
32428 \hfill
32429 cedilla
32430 \end_layout
32431
32432 \begin_layout Standard
32433 ĒēĀĪŌŪāı̄ōū
32434 \hfill
32435 macron
32436 \end_layout
32437
32438 \begin_layout Standard
32439 ŐŰőű
32440 \hfill
32441 Hungarian umlaut
32442 \end_layout
32443
32444 \end_deeper
32445 \begin_layout Standard
32446 All the characters above are actively supported by TeX fonts.
32447  In addition TeX allows diacritical marks on almost all characters.
32448  Also make sure you're using the 
32449 \family typewriter
32450 T1
32451 \family default
32452  font-encoding.
32453 \end_layout
32454
32455 \begin_layout Chapter
32456 \start_of_appendix
32457 The User Interface
32458 \begin_inset CommandInset label
32459 LatexCommand label
32460 name "cha:The-User-Interface"
32461
32462 \end_inset
32463
32464
32465 \end_layout
32466
32467 \begin_layout Standard
32468 This appendix lists all available menus and describes its functionality.
32469  It is designed as quick reference if you are searching for a special topic
32470  inside the user's guide.
32471 \end_layout
32472
32473 \begin_layout Section
32474 The File Menu
32475 \begin_inset Index
32476 status collapsed
32477
32478 \begin_layout Standard
32479 Menu ! File
32480 \end_layout
32481
32482 \end_inset
32483
32484
32485 \end_layout
32486
32487 \begin_layout Standard
32488 Under the 
32489 \family sans
32490 File
32491 \family default
32492  menu are the basic operations in addition to some more advanced operations.
32493  At the end of the menu the four last opened documents are listed.
32494 \end_layout
32495
32496 \begin_layout Subsection
32497 New
32498 \end_layout
32499
32500 \begin_layout Standard
32501 Creates a new document.
32502 \end_layout
32503
32504 \begin_layout Subsection
32505 New from Template
32506 \end_layout
32507
32508 \begin_layout Standard
32509 This menu prompts you for a template to use.
32510  Selecting a template will automatically set certain layout features for
32511  the document, features you would otherwise need to change manually.
32512 \end_layout
32513
32514 \begin_layout Subsection
32515 Open
32516 \end_layout
32517
32518 \begin_layout Standard
32519 Opens a document.
32520 \end_layout
32521
32522 \begin_layout Subsection
32523 Open Recent
32524 \end_layout
32525
32526 \begin_layout Standard
32527 The submenu shows a list of the recently opened files.
32528  Click there on a file to open it.
32529 \end_layout
32530
32531 \begin_layout Subsection
32532 Close
32533 \end_layout
32534
32535 \begin_layout Standard
32536 Closes the current document.
32537 \end_layout
32538
32539 \begin_layout Subsection
32540 Save
32541 \end_layout
32542
32543 \begin_layout Standard
32544 Saves the actual document.
32545 \end_layout
32546
32547 \begin_layout Subsection
32548 Save As
32549 \end_layout
32550
32551 \begin_layout Standard
32552 Saves the actual document under a new name to create a copy.
32553 \end_layout
32554
32555 \begin_layout Subsection
32556 Revert to saved
32557 \end_layout
32558
32559 \begin_layout Standard
32560 Reloads the actual document from disk.
32561 \end_layout
32562
32563 \begin_layout Subsection
32564 Version Control
32565 \end_layout
32566
32567 \begin_layout Standard
32568 This is used when more people are working on the same document.
32569  It is described in the section 
32570 \emph on
32571 Version Control in LyX
32572 \emph default
32573  of the 
32574 \emph on
32575 Extended\InsetSpace ~
32576 Features
32577 \emph default
32578  manual.
32579 \end_layout
32580
32581 \begin_layout Subsection
32582 Import
32583 \end_layout
32584
32585 \begin_layout Standard
32586 You can import there files from older LyX-versions, LaTeX-files and plain
32587  text files (ASCII-files).
32588  The files will be imported as new LyX-document.
32589 \end_layout
32590
32591 \begin_layout Standard
32592 When using the menu 
32593 \family sans
32594 Plain\InsetSpace ~
32595 Text, Join\InsetSpace ~
32596 Lines
32597 \family default
32598 , all lines will be imported consecutively to one big paragraph.
32599  A new paragraph is started when there is a blank line in the file.
32600  , the text is inserted as Paragraphs, where the line breaks of the text
32601  will start a new paragraph.
32602 \end_layout
32603
32604 \begin_layout Subsection
32605 Export
32606 \begin_inset CommandInset label
32607 LatexCommand label
32608 name "sub:Export"
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Standard
32616 You can export your document to various file formats.
32617  The resulting files are placed in the directory of your LyX-file.
32618  The menu entries are not the same on all installations.
32619  They depend on the programs found by LyX while its configuration.
32620 \end_layout
32621
32622 \begin_layout Standard
32623 Here is a list of all available entries; they are explained in detail in
32624  section\InsetSpace ~
32625
32626 \begin_inset CommandInset ref
32627 LatexCommand ref
32628 reference "sub:Output-file-formats"
32629
32630 \end_inset
32631
32632 :
32633 \end_layout
32634
32635 \begin_layout Description
32636
32637 \family sans
32638 CJK\InsetSpace ~
32639 LyX 
32640 \family default
32641 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
32642  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
32643 \end_layout
32644
32645 \begin_layout Description
32646
32647 \family sans
32648 DVI
32649 \family default
32650  DVI-format
32651 \end_layout
32652
32653 \begin_layout Description
32654 HTML HTML-format (the HTML-converter is a third-party product and doesn't
32655  work in all cases)
32656 \end_layout
32657
32658 \begin_layout Description
32659 HTML\InsetSpace ~
32660 (MS\InsetSpace ~
32661 Word) HTML-format specialized so that the result can be imported
32662  to 
32663 \family sans
32664 MS Word
32665 \family default
32666 , as consequence of this formulas will be embedded as bitmap fonts and not
32667  in the format 
32668 \family sans
32669 MathML
32670 \family default
32671 .
32672 \end_layout
32673
32674 \begin_layout Description
32675
32676 \family sans
32677 LaT
32678 \begin_inset ERT
32679 status collapsed
32680
32681 \begin_layout Standard
32682
32683 \family roman
32684 \series medium
32685 \shape up
32686 \size normal
32687 \emph off
32688 \bar no
32689 \noun off
32690 \color none
32691 {}
32692 \end_layout
32693
32694 \end_inset
32695
32696 eX\InsetSpace ~
32697 (pdflatex)
32698 \family default
32699  text file with the LaTeX source, additionally all images used in the document
32700  will be converted to a format that is readable for the 
32701 \family typewriter
32702 pdflatex
32703 \family default
32704  program (GIF, JPG, PDF, PNG)
32705 \end_layout
32706
32707 \begin_layout Description
32708
32709 \family sans
32710 LaT
32711 \begin_inset ERT
32712 status collapsed
32713
32714 \begin_layout Standard
32715
32716 \family roman
32717 \series medium
32718 \shape up
32719 \size normal
32720 \emph off
32721 \bar no
32722 \noun off
32723 \color none
32724 {}
32725 \end_layout
32726
32727 \end_inset
32728
32729 eX\InsetSpace ~
32730 (plain)
32731 \family default
32732  text file with the LaTeX source code, additionally all images used in the
32733  document will be converted to the EPS-format, only this format is readable
32734  for the 
32735 \family typewriter
32736 latex
32737 \family default
32738  program
32739 \end_layout
32740
32741 \begin_layout Description
32742 LyX\InsetSpace ~
32743 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
32744 \begin_inset Quotes eld
32745 \end_inset
32746
32747 y
32748 \begin_inset Quotes erd
32749 \end_inset
32750
32751  is replaced by the version number)
32752 \end_layout
32753
32754 \begin_layout Description
32755 OpenDocument OpenDocument-formatted text file, to be opened with 
32756 \family sans
32757 OpenOffice
32758 \family default
32759
32760 \family sans
32761 KOffice
32762 \family default
32763
32764 \family sans
32765 Abiword
32766 \family default
32767 , etc.
32768  (the OpenDocument-converter is a third-party product and doesn't work in
32769  all cases)
32770 \end_layout
32771
32772 \begin_layout Description
32773
32774 \family sans
32775 PDF
32776 \family default
32777  PDF-format using the program 
32778 \family typewriter
32779 ps2pdf
32780 \end_layout
32781
32782 \begin_layout Description
32783
32784 \family sans
32785 PDF\InsetSpace ~
32786 (dvipdfm)
32787 \family default
32788  PDF-format using the program 
32789 \family typewriter
32790 dvipdfm
32791 \end_layout
32792
32793 \begin_layout Description
32794
32795 \family sans
32796 PDF\InsetSpace ~
32797 (pdflatex)
32798 \family default
32799  PDF-format using the program 
32800 \family typewriter
32801 pdflatex
32802 \end_layout
32803
32804 \begin_layout Description
32805
32806 \family sans
32807 Plain\InsetSpace ~
32808 text
32809 \family default
32810  text format
32811 \end_layout
32812
32813 \begin_layout Description
32814
32815 \family sans
32816 Plain\InsetSpace ~
32817 text\InsetSpace ~
32818 (ps2ascii)
32819 \family default
32820  text format, the document will first be converted to Postscript format
32821  and then exported as text using the program 
32822 \family sans
32823 ps2ascii
32824 \end_layout
32825
32826 \begin_layout Description
32827
32828 \family sans
32829 Postscript
32830 \family default
32831  PostScript format using the program 
32832 \family typewriter
32833 dvips
32834 \end_layout
32835
32836 \begin_layout Description
32837
32838 \family sans
32839 Custom
32840 \family default
32841  custom format
32842 \end_layout
32843
32844 \begin_layout Standard
32845 The program 
32846 \family typewriter
32847 dvipdfm
32848 \family default
32849  produces internally a dvi-file which is then converted to a pdf-file.
32850  It is a bit out of date and therefore the output could look different from
32851  what you want.
32852  
32853 \family typewriter
32854 pdflatex
32855 \family default
32856  produces directly pdf-files and supports the latest pdf-file formats.
32857 \end_layout
32858
32859 \begin_layout Standard
32860 If one of the menu entries 
32861 \family sans
32862 DVI
32863 \family default
32864
32865 \family sans
32866 PDF\InsetSpace ~
32867 (pdflatex)
32868 \family default
32869  or 
32870 \family sans
32871 Postscript
32872 \family default
32873  is missing, you need to update your LaTeX installation.
32874  After updating you have to reconfigure LyX, see section\InsetSpace ~
32875
32876 \begin_inset CommandInset ref
32877 LatexCommand ref
32878 reference "sec:Basic-LyX-Setup"
32879
32880 \end_inset
32881
32882 .
32883 \begin_inset Index
32884 status collapsed
32885
32886 \begin_layout Standard
32887 Reconfiguration of LyX
32888 \end_layout
32889
32890 \end_inset
32891
32892
32893 \end_layout
32894
32895 \begin_layout Standard
32896 The menu 
32897 \family sans
32898 Custom
32899 \family default
32900  allows you to export your file by using special command line options for
32901  the export program.
32902 \end_layout
32903
32904 \begin_layout Subsection
32905 Print
32906 \end_layout
32907
32908 \begin_layout Standard
32909 With this menu you can print your document to a file in PostScript format
32910  or send it to a printer.
32911  The printer will also use the document in PostScript format.
32912  The conversion to PostScript is done in the background by LyX using the
32913  program 
32914 \family typewriter
32915 dvips
32916 \family default
32917 .
32918  For more informations have a look at section\InsetSpace ~
32919
32920 \begin_inset CommandInset ref
32921 LatexCommand ref
32922 reference "sub:Printing-the-File"
32923
32924 \end_inset
32925
32926 .
32927 \end_layout
32928
32929 \begin_layout Subsection
32930 New and Close Window
32931 \end_layout
32932
32933 \begin_layout Standard
32934 Opens a new instance of LyX with all currently opened documents.
32935  You can close it later with the corresponding menu.
32936 \end_layout
32937
32938 \begin_layout Section
32939 The Edit Menu
32940 \begin_inset Index
32941 status collapsed
32942
32943 \begin_layout Standard
32944 Menu ! Edit
32945 \end_layout
32946
32947 \end_inset
32948
32949
32950 \end_layout
32951
32952 \begin_layout Subsection
32953 Undo and Redo
32954 \end_layout
32955
32956 \begin_layout Standard
32957 Described in section\InsetSpace ~
32958
32959 \begin_inset CommandInset ref
32960 LatexCommand ref
32961 reference "sec:Undo-and-Redo"
32962
32963 \end_inset
32964
32965 .
32966 \end_layout
32967
32968 \begin_layout Subsection
32969 Cut, Copy, Paste, Paste Recent, Paste Special
32970 \end_layout
32971
32972 \begin_layout Standard
32973 Described in section\InsetSpace ~
32974
32975 \begin_inset CommandInset ref
32976 LatexCommand ref
32977 reference "sec:Basic-Editing-Features"
32978
32979 \end_inset
32980
32981 .
32982 \end_layout
32983
32984 \begin_layout Subsection
32985 Select All
32986 \end_layout
32987
32988 \begin_layout Standard
32989 Selects the whole document.
32990 \end_layout
32991
32992 \begin_layout Subsection
32993 Find & Replace
32994 \end_layout
32995
32996 \begin_layout Standard
32997 Described in section\InsetSpace ~
32998
32999 \begin_inset CommandInset ref
33000 LatexCommand ref
33001 reference "sec:Basic-Editing-Features"
33002
33003 \end_inset
33004
33005 .
33006 \end_layout
33007
33008 \begin_layout Subsection
33009 Move paragraph Up/Down
33010 \end_layout
33011
33012 \begin_layout Standard
33013 This shifts the paragraph where the cursor is currently in one paragraph
33014  up or down.
33015 \end_layout
33016
33017 \begin_layout Subsection
33018 Text Style
33019 \end_layout
33020
33021 \begin_layout Standard
33022 Described in section\InsetSpace ~
33023
33024 \begin_inset CommandInset ref
33025 LatexCommand ref
33026 reference "sub:Fine-Tuning-with-the"
33027
33028 \end_inset
33029
33030 .
33031 \end_layout
33032
33033 \begin_layout Subsection
33034 Paragraph Settings
33035 \begin_inset Index
33036 status collapsed
33037
33038 \begin_layout Standard
33039 Paragraph ! Settings
33040 \end_layout
33041
33042 \end_inset
33043
33044
33045 \end_layout
33046
33047 \begin_layout Standard
33048 The settings in the paragraph dialog only affects the paragraph where the
33049  cursor is in.
33050  Here you can set here the paragraph alignment and line spacing.
33051 \end_layout
33052
33053 \begin_layout Standard
33054 You can also prevent that the first line of the paragraph is indented.
33055  This option works only when you have chosen to separate paragraphs with
33056  indents in the 
33057 \family sans
33058 Document\SpecialChar \menuseparator
33059 Settings
33060 \family default
33061  dialog under 
33062 \family sans
33063 Text\InsetSpace ~
33064 Layout
33065 \family default
33066 .
33067 \end_layout
33068
33069 \begin_layout Subsection
33070 Tabular and Math
33071 \end_layout
33072
33073 \begin_layout Standard
33074 These two menus are only active when the cursor is inside a table or a formula.
33075  The properties of this table/formula can now be changed.
33076  The properties of tables are described in section\InsetSpace ~
33077
33078 \begin_inset CommandInset ref
33079 LatexCommand ref
33080 reference "sec:Tables"
33081
33082 \end_inset
33083
33084 , the properties of formulas in chapter\InsetSpace ~
33085
33086 \begin_inset CommandInset ref
33087 LatexCommand ref
33088 reference "cha:Mathematical-Formulas"
33089
33090 \end_inset
33091
33092 .
33093 \end_layout
33094
33095 \begin_layout Subsection
33096 Increase / Decrease List Depth
33097 \end_layout
33098
33099 \begin_layout Standard
33100 These menus are only active when the cursor is in an environment that can
33101  be nested.
33102  They in/decrease the environment nesting level as explained in section\InsetSpace ~
33103
33104 \begin_inset CommandInset ref
33105 LatexCommand ref
33106 reference "sec:Nesting"
33107
33108 \end_inset
33109
33110  and 
33111 \begin_inset CommandInset ref
33112 LatexCommand ref
33113 reference "sub:Numbering-depth"
33114
33115 \end_inset
33116
33117 .
33118 \end_layout
33119
33120 \begin_layout Section
33121 The View Menu
33122 \begin_inset Index
33123 status collapsed
33124
33125 \begin_layout Standard
33126 Menu ! View
33127 \end_layout
33128
33129 \end_inset
33130
33131
33132 \end_layout
33133
33134 \begin_layout Standard
33135 The 
33136 \family sans
33137 View
33138 \family default
33139  menu contains a list of available formats in which you can view the actual
33140  document with an external program.
33141  The menu entries for the viewing formats are not the same on all installations
33142  - it depends on the LaTeX programs that are found while LyX was configured.
33143  All possible formats are formats listed in section\InsetSpace ~
33144
33145 \begin_inset CommandInset ref
33146 LatexCommand ref
33147 reference "sub:Export"
33148
33149 \end_inset
33150
33151 .
33152  You should at least see the menu entries 
33153 \family sans
33154 DVI
33155 \family default
33156  and 
33157 \family sans
33158 PDF\InsetSpace ~
33159 (pdflatex)
33160 \family default
33161 .
33162  If one of the two is missing, you need to update your LaTeX installation.
33163  After updating you have to reconfigure LyX, see section\InsetSpace ~
33164
33165 \begin_inset CommandInset ref
33166 LatexCommand ref
33167 reference "sec:Basic-LyX-Setup"
33168
33169 \end_inset
33170
33171 .
33172 \begin_inset Index
33173 status collapsed
33174
33175 \begin_layout Standard
33176 Reconfiguration of LyX
33177 \end_layout
33178
33179 \end_inset
33180
33181
33182 \end_layout
33183
33184 \begin_layout Standard
33185 Invoking a menu will start a viewer program.
33186  The viewer can be set or changed in the preferences, see section\InsetSpace ~
33187
33188 \begin_inset CommandInset ref
33189 LatexCommand ref
33190 reference "sec:File-Formats"
33191
33192 \end_inset
33193
33194 .
33195  The default viewers are set by LyX while it is first configured.
33196 \end_layout
33197
33198 \begin_layout Standard
33199 \begin_inset VSpace bigskip
33200 \end_inset
33201
33202 At the bottom of the 
33203 \family sans
33204 View
33205 \family default
33206  menu the opened documents are listed.
33207 \end_layout
33208
33209 \begin_layout Subsection
33210 View Source
33211 \end_layout
33212
33213 \begin_layout Standard
33214 Opens a window showing the source code of the actual document, as described
33215  in section\InsetSpace ~
33216
33217 \begin_inset CommandInset ref
33218 LatexCommand ref
33219 reference "sec:Previewing-snippets-of"
33220
33221 \end_inset
33222
33223 .
33224 \end_layout
33225
33226 \begin_layout Subsection
33227 Update
33228 \end_layout
33229
33230 \begin_layout Standard
33231 This menu allows you to update the view with your latest changes without
33232  opening a new view window.
33233 \end_layout
33234
33235 \begin_layout Subsection
33236 Toolbars
33237 \begin_inset CommandInset label
33238 LatexCommand label
33239 name "sub:Toolbars"
33240
33241 \end_inset
33242
33243
33244 \begin_inset Index
33245 status collapsed
33246
33247 \begin_layout Standard
33248 Toolbar
33249 \end_layout
33250
33251 \end_inset
33252
33253
33254 \end_layout
33255
33256 \begin_layout Standard
33257 In this menu you can set the appearance of the different toolbars.
33258  All toolbars and the 
33259 \family sans
33260 Command\InsetSpace ~
33261 Buffer
33262 \family default
33263  can be turned on and off.
33264  The 
33265 \emph on
33266 on
33267 \emph default
33268  state is denoted in the menu with a checkmark.
33269  The 
33270 \family sans
33271 Review
33272 \family default
33273
33274 \family sans
33275 Table
33276 \family default
33277
33278 \family sans
33279 Math\InsetSpace ~
33280 Panels
33281 \family default
33282 , and 
33283 \family sans
33284 Math
33285 \family default
33286  toolbars can be additionally set to the state 
33287 \emph on
33288 automatic
33289 \emph default
33290  that is denoted in the menu with the suffix 
33291 \family sans
33292 (auto)
33293 \family default
33294 .
33295 \end_layout
33296
33297 \begin_layout Standard
33298 In the 
33299 \emph on
33300 on
33301 \emph default
33302  state the toolbar is permanently shown, in the 
33303 \emph on
33304 automatic
33305 \emph default
33306  state the toolbar is only shown when the cursor is in a certain environment
33307  or when a certain feature is enabled.
33308  That means that the review toolbar will only be shown when change tracking
33309  is activated, the math and table toolbars are only shown when the cursor
33310  is inside a formula or table, respectively.
33311 \end_layout
33312
33313 \begin_layout Standard
33314 LyX's toolbars and its buttons are explained in section\InsetSpace ~
33315
33316 \begin_inset CommandInset ref
33317 LatexCommand ref
33318 reference "sec:Toolbars"
33319
33320 \end_inset
33321
33322 .
33323 \end_layout
33324
33325 \begin_layout Section
33326 The Insert Menu
33327 \begin_inset Index
33328 status collapsed
33329
33330 \begin_layout Standard
33331 Menu ! Insert
33332 \end_layout
33333
33334 \end_inset
33335
33336
33337 \end_layout
33338
33339 \begin_layout Subsection
33340 Math
33341 \end_layout
33342
33343 \begin_layout Standard
33344 Inserts math constructs that are explained in chapter\InsetSpace ~
33345
33346 \begin_inset CommandInset ref
33347 LatexCommand ref
33348 reference "cha:Mathematical-Formulas"
33349
33350 \end_inset
33351
33352 .
33353 \end_layout
33354
33355 \begin_layout Subsection
33356 Special Character
33357 \begin_inset CommandInset label
33358 LatexCommand label
33359 name "sub:Special-Character"
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Standard
33367 Here you can insert the following characters:
33368 \end_layout
33369
33370 \begin_layout Description
33371 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
33372
33373 \end_layout
33374
33375 \begin_layout Description
33376 End\InsetSpace ~
33377 of\InsetSpace ~
33378 Sentence Inserts an end of sentence dot as described in section\InsetSpace ~
33379
33380 \begin_inset CommandInset ref
33381 LatexCommand ref
33382 reference "sub:Abbreviations"
33383
33384 \end_inset
33385
33386 .
33387 \end_layout
33388
33389 \begin_layout Description
33390 Ordinary\InsetSpace ~
33391 Quote Inserts this quote: 
33392 \begin_inset Quotes erd
33393 \end_inset
33394
33395 , no matter what quote type you selected in the 
33396 \family sans
33397 Document\SpecialChar \menuseparator
33398 Settings
33399 \family default
33400  dialog under 
33401 \family sans
33402 Language
33403 \family default
33404 .
33405 \end_layout
33406
33407 \begin_layout Description
33408 Single\InsetSpace ~
33409 Quote Inserts this quote: 
33410 \begin_inset Quotes els
33411 \end_inset
33412
33413
33414 \end_layout
33415
33416 \begin_layout Description
33417 Menu\InsetSpace ~
33418 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
33419
33420 \end_layout
33421
33422 \begin_layout Description
33423 Phonetic\InsetSpace ~
33424 Symbols
33425 \begin_inset Index
33426 status collapsed
33427
33428 \begin_layout Standard
33429 Phonetic symbols
33430 \end_layout
33431
33432 \end_inset
33433
33434
33435 \begin_inset Index
33436 status collapsed
33437
33438 \begin_layout Standard
33439 Language ! Phonetic symbols
33440 \end_layout
33441
33442 \end_inset
33443
33444  Creates a formula with a so called tipa inset.
33445  Here you can insert commands to create IPA phonetic symbols.
33446  For this feature you must have the LaTeX-package 
33447 \series bold
33448 tipa
33449 \series default
33450
33451 \begin_inset Index
33452 status collapsed
33453
33454 \begin_layout Standard
33455 LaTeX-packages ! tipa
33456 \end_layout
33457
33458 \end_inset
33459
33460  installed.
33461 \newline
33462 For more informations about this feature we refer to the documentation
33463  of 
33464 \series bold
33465 tipa, 
33466 \begin_inset CommandInset citation
33467 LatexCommand cite
33468 key "tipa"
33469
33470 \end_inset
33471
33472
33473 \series default
33474  and this Wiki-page:
33475 \newline
33476
33477 \begin_inset Flex URL
33478 status collapsed
33479
33480 \begin_layout Standard
33481
33482 \family roman
33483 \series medium
33484 \shape up
33485 \size normal
33486 \emph off
33487 \bar no
33488 \noun off
33489 \color none
33490 http://wiki.lyx.org/LyX/LinguistLyX
33491 \end_layout
33492
33493 \end_inset
33494
33495 .
33496 \end_layout
33497
33498 \begin_layout Subsection
33499 Formatting
33500 \end_layout
33501
33502 \begin_layout Standard
33503 Here you can insert the following format constructs:
33504 \end_layout
33505
33506 \begin_layout Description
33507 Superscript Inserts an superscript: test
33508 \begin_inset Formula $^{\text{a,b}}$
33509 \end_inset
33510
33511
33512 \end_layout
33513
33514 \begin_layout Description
33515 Subscript Inserts an subscript: test
33516 \begin_inset Formula $_{\text{3x}}$
33517 \end_inset
33518
33519
33520 \end_layout
33521
33522 \begin_layout Description
33523 Protected\InsetSpace ~
33524 Space Inserts a protected space that is described in section\InsetSpace ~
33525
33526 \begin_inset CommandInset ref
33527 LatexCommand ref
33528 reference "sub:Protected-Space"
33529
33530 \end_inset
33531
33532 .
33533 \end_layout
33534
33535 \begin_layout Description
33536 Inter-word\InsetSpace ~
33537 Space Inserts an inter-word space that is described in section\InsetSpace ~
33538
33539 \begin_inset CommandInset ref
33540 LatexCommand ref
33541 reference "sub:Inter-word-Space"
33542
33543 \end_inset
33544
33545 .
33546 \end_layout
33547
33548 \begin_layout Description
33549 Thin\InsetSpace ~
33550 Space Inserts a thin space that is described in section\InsetSpace ~
33551
33552 \begin_inset CommandInset ref
33553 LatexCommand ref
33554 reference "sub:Thin-Space"
33555
33556 \end_inset
33557
33558 .
33559 \end_layout
33560
33561 \begin_layout Description
33562 Horizontal\InsetSpace ~
33563 Fill Inserts an horizontal fill, see section\InsetSpace ~
33564
33565 \begin_inset CommandInset ref
33566 LatexCommand ref
33567 reference "sub:Horizontal-Space"
33568
33569 \end_inset
33570
33571  for a description.
33572 \end_layout
33573
33574 \begin_layout Description
33575 Horizontal\InsetSpace ~
33576 Line Inserts an horizontal line, see section\InsetSpace ~
33577
33578 \begin_inset CommandInset ref
33579 LatexCommand ref
33580 reference "sub:Horizontal-Lines"
33581
33582 \end_inset
33583
33584  for a description.
33585 \end_layout
33586
33587 \begin_layout Description
33588 Vertical\InsetSpace ~
33589 Space Inserts vertical space, see section\InsetSpace ~
33590
33591 \begin_inset CommandInset ref
33592 LatexCommand ref
33593 reference "sub:Vertical-Space"
33594
33595 \end_inset
33596
33597  for a description.
33598 \end_layout
33599
33600 \begin_layout Description
33601 Hyphenation\InsetSpace ~
33602 Point Inserts an hyphenation point, see section\InsetSpace ~
33603
33604 \begin_inset CommandInset ref
33605 LatexCommand ref
33606 reference "sub:Hyphenation"
33607
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \begin_layout Description
33614 Ligature\InsetSpace ~
33615 Break Inserts a ligature break, see section\InsetSpace ~
33616
33617 \begin_inset CommandInset ref
33618 LatexCommand ref
33619 reference "sub:Ligatures"
33620
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Description
33627 Line\InsetSpace ~
33628 Break Inserts a forced linebreak, see section\InsetSpace ~
33629
33630 \begin_inset CommandInset ref
33631 LatexCommand ref
33632 reference "sub:Forced-Linebreaks"
33633
33634 \end_inset
33635
33636
33637 \end_layout
33638
33639 \begin_layout Description
33640 Page\InsetSpace ~
33641 Break Inserts a forced pagebreak, described in section\InsetSpace ~
33642
33643 \begin_inset CommandInset ref
33644 LatexCommand ref
33645 reference "sub:Forced-Pagebreaks"
33646
33647 \end_inset
33648
33649
33650 \end_layout
33651
33652 \begin_layout Description
33653 Clear\InsetSpace ~
33654 Page Inserts a clear pagebreak, described in section\InsetSpace ~
33655
33656 \begin_inset CommandInset ref
33657 LatexCommand ref
33658 reference "sub:Clear-Pages"
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \begin_layout Description
33666 Clear\InsetSpace ~
33667 Double\InsetSpace ~
33668 Page Inserts a clear doublepage break, described in section\InsetSpace ~
33669
33670 \begin_inset CommandInset ref
33671 LatexCommand ref
33672 reference "sub:Clear-Pages"
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \begin_layout Subsection
33680 List / TOC
33681 \end_layout
33682
33683 \begin_layout Standard
33684 Various lists can be inserted with this menu.
33685  The table of contents, the algorithm, figures, and tables list are described
33686  in section\InsetSpace ~
33687
33688 \begin_inset CommandInset ref
33689 LatexCommand ref
33690 reference "sec:toc"
33691
33692 \end_inset
33693
33694 .
33695  The index list is described in section\InsetSpace ~
33696
33697 \begin_inset CommandInset ref
33698 LatexCommand ref
33699 reference "sec:Index"
33700
33701 \end_inset
33702
33703 , the nomenclature in section\InsetSpace ~
33704
33705 \begin_inset CommandInset ref
33706 LatexCommand ref
33707 reference "sec:Nomenclature"
33708
33709 \end_inset
33710
33711 , and the BibTeX bibliography in section\InsetSpace ~
33712
33713 \begin_inset CommandInset ref
33714 LatexCommand ref
33715 reference "sub:Bibliography-databases"
33716
33717 \end_inset
33718
33719 .
33720 \end_layout
33721
33722 \begin_layout Subsection
33723 Float
33724 \end_layout
33725
33726 \begin_layout Standard
33727 To insert floats, described in section\InsetSpace ~
33728
33729 \begin_inset CommandInset ref
33730 LatexCommand ref
33731 reference "sec:Floats"
33732
33733 \end_inset
33734
33735 .
33736 \end_layout
33737
33738 \begin_layout Subsection
33739 Note
33740 \end_layout
33741
33742 \begin_layout Standard
33743 To insert notes, described in section\InsetSpace ~
33744
33745 \begin_inset CommandInset ref
33746 LatexCommand ref
33747 reference "sec:Notes"
33748
33749 \end_inset
33750
33751 .
33752 \end_layout
33753
33754 \begin_layout Subsection
33755 Branch
33756 \end_layout
33757
33758 \begin_layout Standard
33759 Inserts branch insets as described in section\InsetSpace ~
33760
33761 \begin_inset CommandInset ref
33762 LatexCommand ref
33763 reference "sec:Branches"
33764
33765 \end_inset
33766
33767 .
33768 \end_layout
33769
33770 \begin_layout Subsection
33771 File
33772 \begin_inset Index
33773 status collapsed
33774
33775 \begin_layout Standard
33776 External Material
33777 \end_layout
33778
33779 \end_inset
33780
33781
33782 \end_layout
33783
33784 \begin_layout Standard
33785 Here you can inserts files to include them or its content to your document.
33786  How this can be done is in detail explained in chapter 
33787 \emph on
33788 External Stuff
33789 \emph default
33790  of the 
33791 \emph on
33792 Embedded Objects
33793 \emph default
33794  manual.
33795 \end_layout
33796
33797 \begin_layout Subsection
33798 Box
33799 \begin_inset Index
33800 status collapsed
33801
33802 \begin_layout Standard
33803 Boxes
33804 \end_layout
33805
33806 \end_inset
33807
33808
33809 \end_layout
33810
33811 \begin_layout Standard
33812 Inserts a minipage box that is described section\InsetSpace ~
33813
33814 \begin_inset CommandInset ref
33815 LatexCommand ref
33816 reference "sec:Minipages"
33817
33818 \end_inset
33819
33820 .
33821  All box types supported by LyX are explained in detail in chapter 
33822 \emph on
33823 Boxes
33824 \emph default
33825  of the 
33826 \emph on
33827 Embedded Objects
33828 \emph default
33829  manual.
33830 \end_layout
33831
33832 \begin_layout Subsection
33833 Citation
33834 \end_layout
33835
33836 \begin_layout Standard
33837 Inserts a citation as described in section\InsetSpace ~
33838
33839 \begin_inset CommandInset ref
33840 LatexCommand ref
33841 reference "sec:Bibliography"
33842
33843 \end_inset
33844
33845 .
33846 \end_layout
33847
33848 \begin_layout Subsection
33849 Cross-Reference
33850 \end_layout
33851
33852 \begin_layout Standard
33853 Inserts a cross-reference as described in section\InsetSpace ~
33854
33855 \begin_inset CommandInset ref
33856 LatexCommand ref
33857 reference "sec:Cross-References"
33858
33859 \end_inset
33860
33861 .
33862 \end_layout
33863
33864 \begin_layout Subsection
33865 Label
33866 \end_layout
33867
33868 \begin_layout Standard
33869 Inserts a label as described in section\InsetSpace ~
33870
33871 \begin_inset CommandInset ref
33872 LatexCommand ref
33873 reference "sec:Cross-References"
33874
33875 \end_inset
33876
33877 .
33878 \end_layout
33879
33880 \begin_layout Subsection
33881 Caption
33882 \begin_inset Index
33883 status collapsed
33884
33885 \begin_layout Standard
33886 Captions
33887 \end_layout
33888
33889 \end_inset
33890
33891
33892 \begin_inset Index
33893 status collapsed
33894
33895 \begin_layout Standard
33896 Longtables ! Caption
33897 \end_layout
33898
33899 \end_inset
33900
33901
33902 \end_layout
33903
33904 \begin_layout Standard
33905 Inserts a caption to floats or longtables.
33906  Floats are described in section\InsetSpace ~
33907
33908 \begin_inset CommandInset ref
33909 LatexCommand ref
33910 reference "sec:Floats"
33911
33912 \end_inset
33913
33914 , cations in longtables are described in section 
33915 \emph on
33916 Longtable Captions
33917 \emph default
33918  of the 
33919 \emph on
33920 Embedded Objects
33921 \emph default
33922  manual.
33923 \end_layout
33924
33925 \begin_layout Subsection
33926 Index Entry
33927 \end_layout
33928
33929 \begin_layout Standard
33930 Inserts an index entry as described in section\InsetSpace ~
33931
33932 \begin_inset CommandInset ref
33933 LatexCommand ref
33934 reference "sec:Index"
33935
33936 \end_inset
33937
33938 .
33939 \end_layout
33940
33941 \begin_layout Subsection
33942 Nomenclature Entry
33943 \end_layout
33944
33945 \begin_layout Standard
33946 Inserts a nomenclature entry as described in section\InsetSpace ~
33947
33948 \begin_inset CommandInset ref
33949 LatexCommand ref
33950 reference "sec:Nomenclature"
33951
33952 \end_inset
33953
33954 .
33955 \end_layout
33956
33957 \begin_layout Subsection
33958 Table
33959 \end_layout
33960
33961 \begin_layout Standard
33962 Inserts a table.
33963  Tables are described in section\InsetSpace ~
33964
33965 \begin_inset CommandInset ref
33966 LatexCommand ref
33967 reference "sec:Tables"
33968
33969 \end_inset
33970
33971 .
33972 \end_layout
33973
33974 \begin_layout Subsection
33975 Graphics
33976 \end_layout
33977
33978 \begin_layout Standard
33979 Inserts a graphic.
33980  Graphics are described in section\InsetSpace ~
33981
33982 \begin_inset CommandInset ref
33983 LatexCommand ref
33984 reference "sec:Graphics"
33985
33986 \end_inset
33987
33988 .
33989 \end_layout
33990
33991 \begin_layout Subsection
33992 URL
33993 \end_layout
33994
33995 \begin_layout Standard
33996 Inserts an URL box as described in section\InsetSpace ~
33997
33998 \begin_inset CommandInset ref
33999 LatexCommand ref
34000 reference "sec:URL"
34001
34002 \end_inset
34003
34004 .
34005 \end_layout
34006
34007 \begin_layout Subsection
34008 Footnote
34009 \end_layout
34010
34011 \begin_layout Standard
34012 Inserts a footnote, see section\InsetSpace ~
34013
34014 \begin_inset CommandInset ref
34015 LatexCommand ref
34016 reference "sec:Footnotes"
34017
34018 \end_inset
34019
34020 .
34021 \end_layout
34022
34023 \begin_layout Subsection
34024 Marginal Note
34025 \end_layout
34026
34027 \begin_layout Standard
34028 Inserts a marginal note, see section\InsetSpace ~
34029
34030 \begin_inset CommandInset ref
34031 LatexCommand ref
34032 reference "sec:Marginal-Notes"
34033
34034 \end_inset
34035
34036 .
34037 \end_layout
34038
34039 \begin_layout Subsection
34040 Short Title
34041 \end_layout
34042
34043 \begin_layout Standard
34044 Inserts a short title, see section\InsetSpace ~
34045
34046 \begin_inset CommandInset ref
34047 LatexCommand ref
34048 reference "sec:Short-Titles"
34049
34050 \end_inset
34051
34052 .
34053 \end_layout
34054
34055 \begin_layout Subsection
34056 TeX Code
34057 \end_layout
34058
34059 \begin_layout Standard
34060 Inserts an ERT box, see section\InsetSpace ~
34061
34062 \begin_inset CommandInset ref
34063 LatexCommand ref
34064 reference "sub:ERT-Boxes"
34065
34066 \end_inset
34067
34068  for a description.
34069 \end_layout
34070
34071 \begin_layout Subsection
34072 Program Listing
34073 \begin_inset Index
34074 status collapsed
34075
34076 \begin_layout Standard
34077 Program listings
34078 \end_layout
34079
34080 \end_inset
34081
34082
34083 \end_layout
34084
34085 \begin_layout Standard
34086 Inserts a program listings box.
34087  Program listings are explained in chapter 
34088 \emph on
34089 Program Code Listings
34090 \emph default
34091  of the 
34092 \emph on
34093 Embedded Objects
34094 \emph default
34095  manual.
34096 \end_layout
34097
34098 \begin_layout Subsection
34099 Date
34100 \end_layout
34101
34102 \begin_layout Standard
34103 Inserts the actual date.
34104  The format dependends on the date format of the language that is used for
34105  LyX's menus.
34106  LyX offers another ways to insert a date which is explained in section
34107  
34108 \emph on
34109 External Material
34110 \emph default
34111  of the 
34112 \emph on
34113 Embedded Objects
34114 \emph default
34115  manual.
34116  There the different methods are also compared.
34117 \end_layout
34118
34119 \begin_layout Section
34120 The Navigate Menu
34121 \begin_inset Index
34122 status collapsed
34123
34124 \begin_layout Standard
34125 Menu ! Navigate
34126 \end_layout
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Standard
34134 This menu lists the existing, chapter, sections, figures, and tables of
34135  the current document.
34136  This allows you to navigate easily through you document.
34137 \end_layout
34138
34139 \begin_layout Standard
34140 The Navigate menu also offers to 
34141 \end_layout
34142
34143 \begin_layout Subsection
34144 Bookmarks
34145 \end_layout
34146
34147 \begin_layout Standard
34148 With this menu you are able to define your own bookmarks.
34149  This is useful when you are working on a large documents and often have
34150  to jump e.g.
34151  between section\InsetSpace ~
34152 2.5 and 6.3.
34153  To create bookmarks for this example, go to section\InsetSpace ~
34154 2.5 and use the menu
34155  
34156 \family sans
34157 Save\InsetSpace ~
34158 Bookmark\InsetSpace ~
34159 1
34160 \family default
34161 .
34162  Then go to section\InsetSpace ~
34163 6.3 and use 
34164 \family sans
34165 Save\InsetSpace ~
34166 Bookmark\InsetSpace ~
34167
34168 \family default
34169 2.
34170  Now you can easily jump between these sections by using the menu or by
34171  the key bindings 
34172 \family sans
34173 C-1
34174 \family default
34175  and 
34176 \family sans
34177 C-2
34178 \family default
34179 .
34180 \end_layout
34181
34182 \begin_layout Standard
34183 You can also use bookmarks to jump between several opened documents.
34184  The saved bookmarks are valid till the document is closed.
34185 \end_layout
34186
34187 \begin_layout Subsection
34188 Next Note, Change, Cross-reference
34189 \end_layout
34190
34191 \begin_layout Standard
34192 Jump to the next note, change, or cross-reference following the current
34193  cursor position.
34194 \end_layout
34195
34196 \begin_layout Subsection
34197 Go to Label
34198 \end_layout
34199
34200 \begin_layout Standard
34201 Only active when the cursor is in front of a cross-reference.
34202  Sets the cursor before the referenced label, the same as if you right-click
34203  on a cross-reference box.
34204 \end_layout
34205
34206 \begin_layout Section
34207 The Document Menu
34208 \begin_inset Index
34209 status collapsed
34210
34211 \begin_layout Standard
34212 Menu ! Document
34213 \end_layout
34214
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \begin_layout Subsection
34221 Change Tracking
34222 \end_layout
34223
34224 \begin_layout Standard
34225 Change Tracking is described in section\InsetSpace ~
34226
34227 \begin_inset CommandInset ref
34228 LatexCommand ref
34229 reference "sec:Change-Tracking"
34230
34231 \end_inset
34232
34233 .
34234 \end_layout
34235
34236 \begin_layout Subsection
34237 LaT
34238 \begin_inset ERT
34239 status collapsed
34240
34241 \begin_layout Standard
34242
34243 \family roman
34244 \series medium
34245 \shape up
34246 \size normal
34247 \emph off
34248 \bar no
34249 \noun off
34250 \color none
34251 {}
34252 \end_layout
34253
34254 \end_inset
34255
34256 eX Log
34257 \end_layout
34258
34259 \begin_layout Standard
34260 After running LaTeX by viewing or exporting a document, this menu will be
34261  enabled.
34262  It shows the logfile of the used LaTeX-program.
34263 \end_layout
34264
34265 \begin_layout Standard
34266 Here you can see how LaTeX works in the background.
34267  
34268 \emph on
34269 Experts
34270 \emph default
34271  will find in it reasons for LaTeX-errors.
34272 \end_layout
34273
34274 \begin_layout Subsection
34275 Outline
34276 \end_layout
34277
34278 \begin_layout Standard
34279 Opens the TOC/Outline window as described in section\InsetSpace ~
34280
34281 \begin_inset CommandInset ref
34282 LatexCommand ref
34283 reference "sub:Table-of-Contents"
34284
34285 \end_inset
34286
34287 .
34288 \end_layout
34289
34290 \begin_layout Subsection
34291 Start Appendix Here
34292 \end_layout
34293
34294 \begin_layout Standard
34295 This menu will start the appendix of the document at the current cursor
34296  position as described in section\InsetSpace ~
34297
34298 \begin_inset CommandInset ref
34299 LatexCommand ref
34300 reference "sec:Appendices"
34301
34302 \end_inset
34303
34304 .
34305 \end_layout
34306
34307 \begin_layout Subsection
34308 Compressed
34309 \end_layout
34310
34311 \begin_layout Standard
34312 Un/compresses the actual document.
34313 \end_layout
34314
34315 \begin_layout Subsection
34316 Settings
34317 \begin_inset CommandInset label
34318 LatexCommand label
34319 name "sub:Settings"
34320
34321 \end_inset
34322
34323
34324 \begin_inset Index
34325 status collapsed
34326
34327 \begin_layout Standard
34328 Document ! Settings
34329 \end_layout
34330
34331 \end_inset
34332
34333
34334 \end_layout
34335
34336 \begin_layout Standard
34337 This menu dialog contains some submenus to set properties for the whole
34338  document.
34339  You can save your document settings as default with the 
34340 \family sans
34341 Save as Document Defaults
34342 \family default
34343  button in the dialog.
34344  This will create a template named 
34345 \family typewriter
34346 default.lyx
34347 \family default
34348  which is automatically loaded by LyX when you create a new document without
34349  using a template.
34350 \end_layout
34351
34352 \begin_layout Standard
34353 The different submenus of the dialog are explained in the following:
34354 \end_layout
34355
34356 \begin_layout Subsubsection*
34357 Document Class
34358 \end_layout
34359
34360 \begin_layout Standard
34361 Here you set the document class, class options, and a Postscript driver.
34362  Document classes are described in section\InsetSpace ~
34363
34364 \begin_inset CommandInset ref
34365 LatexCommand ref
34366 reference "sec:Document-Classes"
34367
34368 \end_inset
34369
34370 .
34371  The Postscript driver is used for LaTeX's color and graphics packages.
34372  When using 
34373 \family sans
34374 Default
34375 \family default
34376 , the default driver for the LaTeX-packages are used.
34377  It is recommended to use the default unless your know what you are doing.
34378 \end_layout
34379
34380 \begin_layout Subsubsection*
34381 Fonts
34382 \end_layout
34383
34384 \begin_layout Standard
34385 The document font settings are described in section\InsetSpace ~
34386
34387 \begin_inset CommandInset ref
34388 LatexCommand ref
34389 reference "sec:Fonts-and-Text"
34390
34391 \end_inset
34392
34393 .
34394 \end_layout
34395
34396 \begin_layout Subsubsection*
34397 Text Layout
34398 \end_layout
34399
34400 \begin_layout Standard
34401 You can specify if paragraphs should be separated by indentations or vertical
34402  skips.
34403  The line spacing and the number of text columns can here also be specified.
34404  
34405 \end_layout
34406
34407 \begin_layout Standard
34408 Note that LyX won't show two columns or the set up line spacing on screen.
34409  That's impractical, often unreadable, and not part of the WYSIWYM concept.
34410  However, it will be as you specified it in the output.
34411 \end_layout
34412
34413 \begin_layout Standard
34414 The listings settings are explained in the corresponding section in the
34415  
34416 \emph on
34417 Embedded Objects
34418 \emph default
34419  manual.
34420 \end_layout
34421
34422 \begin_layout Subsubsection*
34423 Page Layout
34424 \end_layout
34425
34426 \begin_layout Standard
34427 A description of this menu is given in section\InsetSpace ~
34428
34429 \begin_inset CommandInset ref
34430 LatexCommand ref
34431 reference "sub:Paper-Size,-Orientation,"
34432
34433 \end_inset
34434
34435  and 
34436 \begin_inset CommandInset ref
34437 LatexCommand ref
34438 reference "sub:Document-Layout"
34439
34440 \end_inset
34441
34442 .
34443 \end_layout
34444
34445 \begin_layout Subsubsection*
34446 Page Margins
34447 \end_layout
34448
34449 \begin_layout Standard
34450 Here you can adjust the paper margins, see section\InsetSpace ~
34451
34452 \begin_inset CommandInset ref
34453 LatexCommand ref
34454 reference "sub:Margins"
34455
34456 \end_inset
34457
34458 .
34459 \end_layout
34460
34461 \begin_layout Subsubsection*
34462 Language
34463 \begin_inset Index
34464 status collapsed
34465
34466 \begin_layout Standard
34467 Language ! Encoding
34468 \end_layout
34469
34470 \end_inset
34471
34472
34473 \end_layout
34474
34475 \begin_layout Standard
34476 The document language and quote styles are set here.
34477  The encoding specifies how the document content is exported to LaTeX (the
34478  LyX file is always encoded in utf8).
34479  All characters that cannot be encoded using the specified encoding will
34480  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
34481  known for a particular character).
34482 \begin_inset Foot
34483 status collapsed
34484
34485 \begin_layout Standard
34486 The known commands are defined in a text file.
34487  You can add commands for unknown symbols to that file yourself, see the
34488  
34489 \emph on
34490 Customization
34491 \emph default
34492  manual for details.
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \end_layout
34499
34500 \begin_layout Standard
34501 If you use the option 
34502 \family sans
34503 use language's default encoding
34504 \family default
34505 , LyX determines the encoding of a portion of text from the language of
34506  this text.
34507  If the document contains text in more than one language you may get more
34508  than one encoding in the LaTeX file.
34509  If you do not use this option then the complete document will always use
34510  exactly one encoding.
34511  Checking this option is the preferred setting unless you use 
34512 \family sans
34513 XeTeX
34514 \family default
34515
34516 \begin_inset Foot
34517 status collapsed
34518
34519 \begin_layout Standard
34520 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
34521  It natively supports Unicode while its input file is assumed to be in UTF-8
34522  encoding.
34523  More about using LyX with XeTeX can be found in 
34524 \begin_inset CommandInset citation
34525 LatexCommand cite
34526 key "XeTeX"
34527
34528 \end_inset
34529
34530 .
34531 \end_layout
34532
34533 \end_inset
34534
34535  (see below).
34536 \end_layout
34537
34538 \begin_layout Standard
34539 LyX also supports Unicode output, which is particularly useful if you need
34540  lots of special symbols or non-alphabetic scripts, respectively.
34541  If you want to use this (and your LaTeX installation supports Unicode,
34542  for that matter), choose one of the four utf8 variants from the list below.
34543  Unfortunately the unicode support of standard LaTeX is quite incomplete,
34544  so it is not uncommon that a file with lots of unicode symbols works fine
34545  with 
34546 \family sans
34547 use language's default encoding
34548 \family default
34549  (when LyX uses it's list of known LaTeX-commands), but does not work with
34550  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
34551  because all unicode symbols can be encoded in utf8).
34552 \end_layout
34553
34554 \begin_layout Standard
34555 Here is a list with the important encodings:
34556 \end_layout
34557
34558 \begin_layout Description
34559 LaTeX\InsetSpace ~
34560 default Same as 
34561 \family sans
34562 use language's default encoding
34563 \family default
34564 , but the LaTeX-package 
34565 \series bold
34566 inputenc
34567 \series default
34568
34569 \begin_inset Index
34570 status collapsed
34571
34572 \begin_layout Standard
34573 LaTeX-packages ! inputenc
34574 \end_layout
34575
34576 \end_inset
34577
34578  is not used.
34579  You probably need to load some other packages manually in the preamble.
34580 \end_layout
34581
34582 \begin_layout Description
34583 armscii8 encoding for Armenian
34584 \end_layout
34585
34586 \begin_layout Description
34587 ascii the ASCII encoding, covers only plain English, may result in a big
34588  file because lots of LaTeX-commands may be needed
34589 \end_layout
34590
34591 \begin_layout Description
34592 cp1250 MS Windows code page for latin2
34593 \end_layout
34594
34595 \begin_layout Description
34596 cp1251 MS Windows code page for Cyrillic
34597 \end_layout
34598
34599 \begin_layout Description
34600 cp1252 MS Windows code page for latin1
34601 \end_layout
34602
34603 \begin_layout Description
34604 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
34605 \end_layout
34606
34607 \begin_layout Description
34608 cp1256 MS Windows code page for Arabic and Farsi
34609 \end_layout
34610
34611 \begin_layout Description
34612 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
34613 13 encoding that is a superset of the ISO-8859-4 encoding
34614 \end_layout
34615
34616 \begin_layout Description
34617 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
34618  Serbian, and Ukrainian
34619 \end_layout
34620
34621 \begin_layout Description
34622 iso-8859-7 the ISO-8859-7 encoding, covers Greek
34623 \end_layout
34624
34625 \begin_layout Description
34626 8859-8 the ISO-8859-8 encoding, covers Hebrew
34627 \end_layout
34628
34629 \begin_layout Description
34630 koi8-r standard Cyrillic especially for Russian
34631 \end_layout
34632
34633 \begin_layout Description
34634 koi8-u Cyrillic for Ukrainian
34635 \end_layout
34636
34637 \begin_layout Description
34638 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
34639  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
34640  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
34641  replaced by latin9
34642 \end_layout
34643
34644 \begin_layout Description
34645 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
34646  Hungarian, Polish, Romanian, Slovak, and Slovenian
34647 \end_layout
34648
34649 \begin_layout Description
34650 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
34651  Turkish
34652 \end_layout
34653
34654 \begin_layout Description
34655 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
34656 \end_layout
34657
34658 \begin_layout Description
34659 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
34660  where the Icelandic letters are replaced by Turkish ones
34661 \end_layout
34662
34663 \begin_layout Description
34664 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
34665  the euro currency sign, the 
34666 \begin_inset ERT
34667 status collapsed
34668
34669 \begin_layout Standard
34670
34671 \family roman
34672 \series medium
34673 \shape up
34674 \size normal
34675 \emph off
34676 \bar no
34677 \noun off
34678 \color none
34679
34680 \backslash
34681 oe
34682 \end_layout
34683
34684 \end_inset
34685
34686 -ligature and some characters used for French and Finnish; latin9 should
34687  be the replacement for latin1
34688 \end_layout
34689
34690 \begin_layout Description
34691 pt154 Cyrillic for Kazakh
34692 \end_layout
34693
34694 \begin_layout Description
34695 utf8 Unicode utf8 with the LaTeX-package 
34696 \series bold
34697 inputenc
34698 \series default
34699
34700 \begin_inset Index
34701 status collapsed
34702
34703 \begin_layout Standard
34704 LaTeX-packages ! inputenc
34705 \end_layout
34706
34707 \end_inset
34708
34709  (first variant, for latin symbols and some others).
34710 \end_layout
34711
34712 \begin_layout Description
34713 utf8x Unicode utf8 with the LaTeX-package 
34714 \series bold
34715 inputenc
34716 \series default
34717  (second variant, for greek and CJK symbols and some others).
34718 \end_layout
34719
34720 \begin_layout Description
34721 UTF8 Unicode utf8 with the LaTeX-package 
34722 \series bold
34723 CJK
34724 \series default
34725
34726 \begin_inset Index
34727 status collapsed
34728
34729 \begin_layout Standard
34730 LaTeX-packages ! CJK
34731 \end_layout
34732
34733 \end_inset
34734
34735  (for the languages Chinese, Japanese and Korean)
34736 \end_layout
34737
34738 \begin_layout Description
34739 utf8-plain Unicode utf8 to be used with 
34740 \family sans
34741 XeTeX
34742 \family default
34743 , which uses Unicode directly, without the help of the LaTeX-package 
34744 \series bold
34745 inputenc
34746 \series default
34747  
34748 \begin_inset Foot
34749 status collapsed
34750
34751 \begin_layout Standard
34752 More about using LyX with XeTeX can be found in 
34753 \begin_inset CommandInset citation
34754 LatexCommand cite
34755 key "XeTeX"
34756
34757 \end_inset
34758
34759 .
34760 \end_layout
34761
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \begin_layout Subsubsection*
34768 Numbering & TOC
34769 \end_layout
34770
34771 \begin_layout Standard
34772 You can adjust here the numbering depth of sections headings as described
34773  in section\InsetSpace ~
34774
34775 \begin_inset CommandInset ref
34776 LatexCommand ref
34777 reference "sub:Numbering-depth"
34778
34779 \end_inset
34780
34781 .
34782 \end_layout
34783
34784 \begin_layout Subsubsection*
34785 Bibliography
34786 \end_layout
34787
34788 \begin_layout Standard
34789 You can specify here a citation style using the LaTeX-packages 
34790 \series bold
34791 natbib
34792 \begin_inset Index
34793 status collapsed
34794
34795 \begin_layout Standard
34796 LaTeX-packages ! natbib
34797 \end_layout
34798
34799 \end_inset
34800
34801
34802 \series default
34803  or 
34804 \series bold
34805 jurabib
34806 \series default
34807
34808 \begin_inset Index
34809 status collapsed
34810
34811 \begin_layout Standard
34812 LaTeX-packages ! jurabib
34813 \end_layout
34814
34815 \end_inset
34816
34817 .
34818  For a further description see section\InsetSpace ~
34819
34820 \begin_inset CommandInset ref
34821 LatexCommand ref
34822 reference "sec:Bibliography"
34823
34824 \end_inset
34825
34826 .
34827 \end_layout
34828
34829 \begin_layout Subsubsection*
34830 Math Options
34831 \end_layout
34832
34833 \begin_layout Standard
34834 These options will force LyX to use the LaTeX-packages 
34835 \series bold
34836 amsmath
34837 \begin_inset Index
34838 status collapsed
34839
34840 \begin_layout Standard
34841 LaTeX-packages ! amsmath
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \series default
34848  and 
34849 \series bold
34850 esint
34851 \begin_inset Index
34852 status collapsed
34853
34854 \begin_layout Standard
34855 LaTeX-packages ! esint
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \series default
34862  or to use them automatically when they are needed.
34863 \end_layout
34864
34865 \begin_layout Standard
34866
34867 \series bold
34868 amsmath
34869 \series default
34870  is needed for many constructs, so when you get LaTeX-errors in formulas,
34871  assure that you have enabled AMS.
34872 \end_layout
34873
34874 \begin_layout Standard
34875
34876 \series bold
34877 esint
34878 \series default
34879  is used for special integral characters.
34880 \end_layout
34881
34882 \begin_layout Subsubsection*
34883 Float Placement
34884 \end_layout
34885
34886 \begin_layout Standard
34887 The float placement options are described in section
34888 \begin_inset Formula $\,$
34889 \end_inset
34890
34891
34892 \begin_inset CommandInset ref
34893 LatexCommand ref
34894 reference "sub:Float-Placement"
34895
34896 \end_inset
34897
34898 .
34899 \end_layout
34900
34901 \begin_layout Subsubsection*
34902 Bullets
34903 \end_layout
34904
34905 \begin_layout Standard
34906 Here you can adjust the characters for the itemize levels.
34907  The itemize environment is described in section\InsetSpace ~
34908
34909 \begin_inset CommandInset ref
34910 LatexCommand ref
34911 reference "sec:Itemize"
34912
34913 \end_inset
34914
34915 .
34916 \end_layout
34917
34918 \begin_layout Subsubsection*
34919 Branches
34920 \end_layout
34921
34922 \begin_layout Standard
34923 Branches are described in section\InsetSpace ~
34924
34925 \begin_inset CommandInset ref
34926 LatexCommand ref
34927 reference "sec:Branches"
34928
34929 \end_inset
34930
34931 .
34932 \end_layout
34933
34934 \begin_layout Subsubsection*
34935 LaT
34936 \begin_inset ERT
34937 status collapsed
34938
34939 \begin_layout Standard
34940
34941 \family roman
34942 \series medium
34943 \shape up
34944 \size normal
34945 \emph off
34946 \bar no
34947 \noun off
34948 \color none
34949 {}
34950 \end_layout
34951
34952 \end_inset
34953
34954 eX Preamble
34955 \end_layout
34956
34957 \begin_layout Standard
34958 In this text field are entered commands to load special LaTeX-packages or
34959  to define LaTeX-commands.
34960  The preamble is a thing for LaTeX-experts.
34961  You shouldn't enter commands here until you don't exactly know what you
34962  do.
34963 \end_layout
34964
34965 \begin_layout Standard
34966 An introduction in the LaTeX-syntax is given in section\InsetSpace ~
34967
34968 \begin_inset CommandInset ref
34969 LatexCommand ref
34970 reference "sub:LaTeX-Syntax"
34971
34972 \end_inset
34973
34974 .
34975 \end_layout
34976
34977 \begin_layout Section
34978 The Tools Menu
34979 \begin_inset Index
34980 status collapsed
34981
34982 \begin_layout Standard
34983 Menu ! Tools
34984 \end_layout
34985
34986 \end_inset
34987
34988
34989 \end_layout
34990
34991 \begin_layout Subsection
34992 Spellchecker
34993 \end_layout
34994
34995 \begin_layout Standard
34996 Spell checking is explained in section\InsetSpace ~
34997
34998 \begin_inset CommandInset ref
34999 LatexCommand ref
35000 reference "sec:Spellchecking"
35001
35002 \end_inset
35003
35004 .
35005 \end_layout
35006
35007 \begin_layout Subsection
35008 Thesaurus
35009 \end_layout
35010
35011 \begin_layout Standard
35012 The thesaurus is described in section\InsetSpace ~
35013
35014 \begin_inset CommandInset ref
35015 LatexCommand ref
35016 reference "sec:Thesaurus"
35017
35018 \end_inset
35019
35020 .
35021 \end_layout
35022
35023 \begin_layout Subsection
35024 Count Words
35025 \begin_inset Index
35026 status collapsed
35027
35028 \begin_layout Standard
35029 Word count
35030 \end_layout
35031
35032 \end_inset
35033
35034
35035 \end_layout
35036
35037 \begin_layout Standard
35038 Counts the number of words in the actual document or the highlighted document
35039  part.
35040 \end_layout
35041
35042 \begin_layout Subsection
35043 T
35044 \begin_inset ERT
35045 status collapsed
35046
35047 \begin_layout Standard
35048
35049 \family roman
35050 \series medium
35051 \shape up
35052 \size normal
35053 \emph off
35054 \bar no
35055 \noun off
35056 \color none
35057 {}
35058 \end_layout
35059
35060 \end_inset
35061
35062 eX Information
35063 \begin_inset Index
35064 status collapsed
35065
35066 \begin_layout Standard
35067 TeX Information
35068 \end_layout
35069
35070 \end_inset
35071
35072
35073 \end_layout
35074
35075 \begin_layout Standard
35076 Shows you a list of the classes and styles installed in your LaTeX-system.
35077 \end_layout
35078
35079 \begin_layout Subsection
35080 Reconfigure
35081 \begin_inset Index
35082 status collapsed
35083
35084 \begin_layout Standard
35085 Reconfiguration of LyX
35086 \end_layout
35087
35088 \end_inset
35089
35090
35091 \begin_inset Index
35092 status collapsed
35093
35094 \begin_layout Standard
35095 LyX ! Reconfigure|see{Reconfiguration of LyX}
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \end_layout
35102
35103 \begin_layout Standard
35104 This menu reconfigures LyX.
35105  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
35106
35107 \begin_inset CommandInset ref
35108 LatexCommand ref
35109 reference "sec:Basic-LyX-Setup"
35110
35111 \end_inset
35112
35113 .
35114 \end_layout
35115
35116 \begin_layout Subsection
35117 Preferences
35118 \end_layout
35119
35120 \begin_layout Standard
35121 The preferences dialog is described in detail in chapter
35122 \begin_inset Formula $\,$
35123 \end_inset
35124
35125
35126 \begin_inset CommandInset ref
35127 LatexCommand ref
35128 reference "cha:The-Preferences-dialog"
35129
35130 \end_inset
35131
35132 .
35133 \end_layout
35134
35135 \begin_layout Section
35136 The Help Menu
35137 \begin_inset Index
35138 status collapsed
35139
35140 \begin_layout Standard
35141 Menu ! Help
35142 \end_layout
35143
35144 \end_inset
35145
35146
35147 \end_layout
35148
35149 \begin_layout Standard
35150 This menu opens the documentation files of LyX in the language of LyX's
35151  menus.
35152 \end_layout
35153
35154 \begin_layout Standard
35155 The menu 
35156 \family sans
35157 LaTeX\InsetSpace ~
35158 Configuration
35159 \family default
35160  shows a LyX-document with informations about the LaTeX-packages and classes
35161  found by LyX (see also section\InsetSpace ~
35162
35163 \begin_inset CommandInset ref
35164 LatexCommand ref
35165 reference "sec:LaTeX-Setup"
35166
35167 \end_inset
35168
35169 ).
35170 \end_layout
35171
35172 \begin_layout Section
35173 Toolbars
35174 \begin_inset CommandInset label
35175 LatexCommand label
35176 name "sec:Toolbars"
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Standard
35184 How to show or hide toolbars is explained in section\InsetSpace ~
35185
35186 \begin_inset CommandInset ref
35187 LatexCommand ref
35188 reference "sub:Toolbars"
35189
35190 \end_inset
35191
35192 .
35193 \end_layout
35194
35195 \begin_layout Standard
35196 It is also possible to define custom toolbars.
35197  This is described in the 
35198 \emph on
35199 Extended Features
35200 \emph default
35201  manual.
35202  
35203 \end_layout
35204
35205 \begin_layout Subsection
35206 Standard Toolbar
35207 \begin_inset Index
35208 status collapsed
35209
35210 \begin_layout Standard
35211 Toolbar ! Standard
35212 \end_layout
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \begin_layout Standard
35220 \begin_inset Graphics
35221         filename clipart/StandardToolbar.png
35222         inzipName 
35223         embed true
35224         width 100col%
35225
35226 \end_inset
35227
35228
35229 \end_layout
35230
35231 \begin_layout Standard
35232 \begin_inset VSpace defskip
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \begin_layout Standard
35239 The standard toolbar as shown above contains from left to right the following
35240  buttons:
35241 \begin_inset ERT
35242 status collapsed
35243
35244 \begin_layout Standard
35245
35246 \family roman
35247 \series medium
35248 \shape up
35249 \size normal
35250 \emph off
35251 \bar no
35252 \noun off
35253 \color none
35254
35255 \backslash
35256 setlength{
35257 \backslash
35258 LTleft}{0pt}
35259 \end_layout
35260
35261 \end_inset
35262
35263
35264 \begin_inset Note Note
35265 status collapsed
35266
35267 \begin_layout Standard
35268 This is necessary to left align the following longtables.
35269  See the 
35270 \emph on
35271 Embedded Objects
35272 \emph default
35273  manual for more information.
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \end_layout
35280
35281 \begin_layout Standard
35282 \begin_inset VSpace defskip
35283 \end_inset
35284
35285
35286 \end_layout
35287
35288 \begin_layout Standard
35289 \begin_inset Tabular
35290 <lyxtabular version="3" rows="1" columns="2">
35291 <features islongtable="true">
35292 <column alignment="center" valignment="top" width="0">
35293 <column alignment="center" valignment="top" width="0">
35294 <row>
35295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35296 \begin_inset Text
35297
35298 \begin_layout Standard
35299 \begin_inset Graphics
35300         filename clipart/ToolbarEnvBox.png
35301         inzipName 
35302         embed true
35303         clip
35304
35305 \end_inset
35306
35307
35308 \end_layout
35309
35310 \end_inset
35311 </cell>
35312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Standard
35316 pull-down menu for the paragraph environments
35317 \end_layout
35318
35319 \end_inset
35320 </cell>
35321 </row>
35322 </lyxtabular>
35323
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Standard
35330 \begin_inset VSpace -10mm
35331 \end_inset
35332
35333
35334 \end_layout
35335
35336 \begin_layout Standard
35337 \align left
35338 \begin_inset Tabular
35339 <lyxtabular version="3" rows="20" columns="2">
35340 <features islongtable="true">
35341 <column alignment="left" valignment="top" width="0">
35342 <column alignment="left" valignment="top" width="0">
35343 <row interlinespace="2.5mm">
35344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35345 \begin_inset Text
35346
35347 \begin_layout Standard
35348
35349 \family sans
35350 \begin_inset Graphics
35351         filename ../images/buffer-new.png
35352         inzipName 
35353         embed true
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 File\SpecialChar \menuseparator
35370 New
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/file-open.png
35383         inzipName 
35384         embed true
35385         BoundingBox 0bp 5bp 20bp 20bp
35386
35387 \end_inset
35388
35389
35390 \end_layout
35391
35392 \end_inset
35393 </cell>
35394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35395 \begin_inset Text
35396
35397 \begin_layout Standard
35398
35399 \family sans
35400 File\SpecialChar \menuseparator
35401 Open
35402 \end_layout
35403
35404 \end_inset
35405 </cell>
35406 </row>
35407 <row interlinespace="2.5mm">
35408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35409 \begin_inset Text
35410
35411 \begin_layout Standard
35412 \begin_inset Graphics
35413         filename ../images/buffer-write.png
35414         inzipName 
35415         embed true
35416         BoundingBox 0bp 5bp 20bp 20bp
35417
35418 \end_inset
35419
35420
35421 \end_layout
35422
35423 \end_inset
35424 </cell>
35425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35426 \begin_inset Text
35427
35428 \begin_layout Standard
35429
35430 \family sans
35431 File\SpecialChar \menuseparator
35432 Save
35433 \end_layout
35434
35435 \end_inset
35436 </cell>
35437 </row>
35438 <row interlinespace="2.5mm">
35439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35440 \begin_inset Text
35441
35442 \begin_layout Standard
35443 \begin_inset Graphics
35444         filename ../images/dialog-show_print.png
35445         inzipName 
35446         embed true
35447         BoundingBox 0bp 5bp 24bp 20bp
35448
35449 \end_inset
35450
35451
35452 \end_layout
35453
35454 \end_inset
35455 </cell>
35456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35457 \begin_inset Text
35458
35459 \begin_layout Standard
35460
35461 \family sans
35462 File\SpecialChar \menuseparator
35463 Print
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/dialog-show_spellchecker.png
35476         inzipName 
35477         embed true
35478         BoundingBox 0bp 5bp 20bp 20bp
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \end_inset
35486 </cell>
35487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35488 \begin_inset Text
35489
35490 \begin_layout Standard
35491
35492 \family sans
35493 Tools\SpecialChar \menuseparator
35494 Spellchecker
35495 \end_layout
35496
35497 \end_inset
35498 </cell>
35499 </row>
35500 <row interlinespace="2.5mm">
35501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35502 \begin_inset Text
35503
35504 \begin_layout Standard
35505 \begin_inset Graphics
35506         filename ../images/undo.png
35507         inzipName 
35508         embed true
35509         BoundingBox 0bp 5bp 20bp 20bp
35510
35511 \end_inset
35512
35513
35514 \end_layout
35515
35516 \end_inset
35517 </cell>
35518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35519 \begin_inset Text
35520
35521 \begin_layout Standard
35522
35523 \family sans
35524 Edit\SpecialChar \menuseparator
35525 Undo
35526 \end_layout
35527
35528 \end_inset
35529 </cell>
35530 </row>
35531 <row interlinespace="2.5mm">
35532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35533 \begin_inset Text
35534
35535 \begin_layout Standard
35536 \begin_inset Graphics
35537         filename ../images/redo.png
35538         inzipName 
35539         embed true
35540         BoundingBox 0bp 5bp 20bp 20bp
35541
35542 \end_inset
35543
35544
35545 \end_layout
35546
35547 \end_inset
35548 </cell>
35549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35550 \begin_inset Text
35551
35552 \begin_layout Standard
35553
35554 \family sans
35555 Edit\SpecialChar \menuseparator
35556 Redo
35557 \end_layout
35558
35559 \end_inset
35560 </cell>
35561 </row>
35562 <row interlinespace="2.5mm">
35563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35564 \begin_inset Text
35565
35566 \begin_layout Standard
35567 \begin_inset Graphics
35568         filename ../images/cut.png
35569         inzipName 
35570         embed false
35571         BoundingBox 0bp 5bp 20bp 20bp
35572
35573 \end_inset
35574
35575
35576 \end_layout
35577
35578 \end_inset
35579 </cell>
35580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35581 \begin_inset Text
35582
35583 \begin_layout Standard
35584
35585 \family sans
35586 Edit\SpecialChar \menuseparator
35587 Cut
35588 \end_layout
35589
35590 \end_inset
35591 </cell>
35592 </row>
35593 <row interlinespace="2.5mm">
35594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35595 \begin_inset Text
35596
35597 \begin_layout Standard
35598 \begin_inset Graphics
35599         filename ../images/copy.png
35600         inzipName 
35601         embed false
35602         BoundingBox 0bp 5bp 20bp 20bp
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \end_inset
35610 </cell>
35611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35612 \begin_inset Text
35613
35614 \begin_layout Standard
35615
35616 \family sans
35617 Edit\SpecialChar \menuseparator
35618 Copy
35619 \end_layout
35620
35621 \end_inset
35622 </cell>
35623 </row>
35624 <row interlinespace="2.5mm">
35625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35626 \begin_inset Text
35627
35628 \begin_layout Standard
35629 \begin_inset Graphics
35630         filename ../images/paste.png
35631         inzipName 
35632         embed true
35633         BoundingBox 0bp 5bp 20bp 20bp
35634
35635 \end_inset
35636
35637
35638 \end_layout
35639
35640 \end_inset
35641 </cell>
35642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Standard
35646
35647 \family sans
35648 Edit\SpecialChar \menuseparator
35649 Paste
35650 \end_layout
35651
35652 \end_inset
35653 </cell>
35654 </row>
35655 <row interlinespace="2.5mm">
35656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35657 \begin_inset Text
35658
35659 \begin_layout Standard
35660 \begin_inset Graphics
35661         filename ../images/dialog-show_findreplace.png
35662         inzipName 
35663         embed true
35664         BoundingBox 0bp 5bp 20bp 25bp
35665         rotateOrigin center
35666
35667 \end_inset
35668
35669
35670 \end_layout
35671
35672 \end_inset
35673 </cell>
35674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Standard
35678
35679 \family sans
35680 Edit\SpecialChar \menuseparator
35681 Find\InsetSpace \thinspace{}
35682 &\InsetSpace \thinspace{}
35683 Replace
35684 \end_layout
35685
35686 \end_inset
35687 </cell>
35688 </row>
35689 <row interlinespace="2.5mm">
35690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35691 \begin_inset Text
35692
35693 \begin_layout Standard
35694 \begin_inset Graphics
35695         filename ../images/font-emph.png
35696         inzipName 
35697         embed true
35698         BoundingBox 0bp 5bp 20bp 20bp
35699
35700 \end_inset
35701
35702
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35708 \begin_inset Text
35709
35710 \begin_layout Standard
35711 Emphasize text, function of the Edit
35712 \family sans
35713 \SpecialChar \menuseparator
35714 Text\InsetSpace ~
35715 Style
35716 \family default
35717  dialog
35718 \end_layout
35719
35720 \end_inset
35721 </cell>
35722 </row>
35723 <row interlinespace="2.5mm">
35724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35725 \begin_inset Text
35726
35727 \begin_layout Standard
35728 \begin_inset Graphics
35729         filename ../images/font-noun.png
35730         inzipName 
35731         embed true
35732         BoundingBox 0bp 5bp 20bp 20bp
35733
35734 \end_inset
35735
35736
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35742 \begin_inset Text
35743
35744 \begin_layout Standard
35745 Set text to noun style, function of the Edit
35746 \family sans
35747 \SpecialChar \menuseparator
35748 Text\InsetSpace ~
35749 Style
35750 \family default
35751  dialog
35752 \end_layout
35753
35754 \end_inset
35755 </cell>
35756 </row>
35757 <row interlinespace="2.5mm">
35758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35759 \begin_inset Text
35760
35761 \begin_layout Standard
35762 \begin_inset Graphics
35763         filename ../images/font-free-apply.png
35764         inzipName 
35765         embed true
35766         BoundingBox 0bp 5bp 20bp 20bp
35767
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \end_inset
35774 </cell>
35775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35776 \begin_inset Text
35777
35778 \begin_layout Standard
35779 Formats text using the current settings in the 
35780 \family sans
35781 Edit\SpecialChar \menuseparator
35782 Text\InsetSpace ~
35783 Style
35784 \family default
35785  dialog
35786 \end_layout
35787
35788 \end_inset
35789 </cell>
35790 </row>
35791 <row interlinespace="2.5mm">
35792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35793 \begin_inset Text
35794
35795 \begin_layout Standard
35796 \begin_inset Graphics
35797         filename ../images/math-mode.png
35798         inzipName 
35799         embed false
35800         BoundingBox 0bp 5bp 20bp 20bp
35801
35802 \end_inset
35803
35804
35805 \end_layout
35806
35807 \end_inset
35808 </cell>
35809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35810 \begin_inset Text
35811
35812 \begin_layout Standard
35813
35814 \family sans
35815 Insert\SpecialChar \menuseparator
35816 Math\SpecialChar \menuseparator
35817 Inline\InsetSpace ~
35818 Formula
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 </row>
35824 <row interlinespace="2.5mm">
35825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35826 \begin_inset Text
35827
35828 \begin_layout Standard
35829 \begin_inset Graphics
35830         filename ../images/dialog-show-new-inset_graphics.png
35831         inzipName 
35832         embed true
35833         BoundingBox 0bp 5bp 20bp 25bp
35834         rotateOrigin center
35835
35836 \end_inset
35837
35838
35839 \end_layout
35840
35841 \end_inset
35842 </cell>
35843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35844 \begin_inset Text
35845
35846 \begin_layout Standard
35847
35848 \family sans
35849 Insert\SpecialChar \menuseparator
35850 Graphics
35851 \end_layout
35852
35853 \end_inset
35854 </cell>
35855 </row>
35856 <row interlinespace="2.5mm">
35857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35858 \begin_inset Text
35859
35860 \begin_layout Standard
35861 \begin_inset Graphics
35862         filename ../images/tabular-insert.png
35863         inzipName 
35864         embed false
35865         BoundingBox 0bp 5bp 20bp 25bp
35866         rotateOrigin center
35867
35868 \end_inset
35869
35870
35871 \end_layout
35872
35873 \end_inset
35874 </cell>
35875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35876 \begin_inset Text
35877
35878 \begin_layout Standard
35879
35880 \family sans
35881 Insert\SpecialChar \menuseparator
35882 Table
35883 \end_layout
35884
35885 \end_inset
35886 </cell>
35887 </row>
35888 <row interlinespace="2.5mm">
35889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35890 \begin_inset Text
35891
35892 \begin_layout Standard
35893 \begin_inset Graphics
35894         filename ../images/dialog-toggle_toc.png
35895         inzipName 
35896         embed true
35897         BoundingBox 0bp 5bp 20bp 25bp
35898         rotateOrigin center
35899
35900 \end_inset
35901
35902
35903 \end_layout
35904
35905 \end_inset
35906 </cell>
35907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35908 \begin_inset Text
35909
35910 \begin_layout Standard
35911 Toggle outline window on/off, 
35912 \family sans
35913 Document\SpecialChar \menuseparator
35914 Outline
35915 \end_layout
35916
35917 \end_inset
35918 </cell>
35919 </row>
35920 <row interlinespace="2.5mm">
35921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35922 \begin_inset Text
35923
35924 \begin_layout Standard
35925 \begin_inset Graphics
35926         filename ../images/toolbar-toggle_math.png
35927         inzipName 
35928         embed true
35929         BoundingBox 0bp 5bp 20bp 25bp
35930         rotateOrigin center
35931
35932 \end_inset
35933
35934
35935 \end_layout
35936
35937 \end_inset
35938 </cell>
35939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35940 \begin_inset Text
35941
35942 \begin_layout Standard
35943 Toggle math toolbar on/off
35944 \end_layout
35945
35946 \end_inset
35947 </cell>
35948 </row>
35949 <row interlinespace="2.5mm">
35950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35951 \begin_inset Text
35952
35953 \begin_layout Standard
35954 \begin_inset Graphics
35955         filename ../images/toolbar-toggle_table.png
35956         inzipName 
35957         embed true
35958         BoundingBox 0bp 5bp 20bp 25bp
35959         rotateOrigin center
35960
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \end_inset
35967 </cell>
35968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35969 \begin_inset Text
35970
35971 \begin_layout Standard
35972 Toggle table toolbar on/off
35973 \end_layout
35974
35975 \end_inset
35976 </cell>
35977 </row>
35978 </lyxtabular>
35979
35980 \end_inset
35981
35982
35983 \end_layout
35984
35985 \begin_layout Subsection
35986 Extra Toolbar
35987 \begin_inset Index
35988 status collapsed
35989
35990 \begin_layout Standard
35991 Toolbar ! Extra
35992 \end_layout
35993
35994 \end_inset
35995
35996
35997 \end_layout
35998
35999 \begin_layout Standard
36000 \begin_inset Graphics
36001         filename clipart/ExtraToolbar.png
36002         inzipName 
36003         embed true
36004         width 100col%
36005
36006 \end_inset
36007
36008
36009 \end_layout
36010
36011 \begin_layout Standard
36012 \begin_inset VSpace defskip
36013 \end_inset
36014
36015
36016 \end_layout
36017
36018 \begin_layout Standard
36019 The extra toolbar as shown above contains from left to right the following
36020  buttons:
36021 \end_layout
36022
36023 \begin_layout Standard
36024 \begin_inset VSpace defskip
36025 \end_inset
36026
36027
36028 \end_layout
36029
36030 \begin_layout Standard
36031 \begin_inset Tabular
36032 <lyxtabular version="3" rows="23" columns="2">
36033 <features islongtable="true">
36034 <column alignment="left" valignment="top" width="0">
36035 <column alignment="left" valignment="top" width="0">
36036 <row interlinespace="2.5mm">
36037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Standard
36041 \begin_inset Graphics
36042         filename ../images/layout.png
36043         inzipName 
36044         embed true
36045         BoundingBox 0bp 5bp 20bp 25bp
36046         rotateOrigin center
36047
36048 \end_inset
36049
36050
36051 \end_layout
36052
36053 \end_inset
36054 </cell>
36055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36056 \begin_inset Text
36057
36058 \begin_layout Standard
36059 Default
36060 \end_layout
36061
36062 \end_inset
36063 </cell>
36064 </row>
36065 <row interlinespace="2.5mm">
36066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36067 \begin_inset Text
36068
36069 \begin_layout Standard
36070 \begin_inset Graphics
36071         filename ../images/layout_Enumerate.png
36072         inzipName 
36073         embed false
36074         BoundingBox 0bp 5bp 20bp 25bp
36075         rotateOrigin center
36076
36077 \end_inset
36078
36079
36080 \end_layout
36081
36082 \end_inset
36083 </cell>
36084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36085 \begin_inset Text
36086
36087 \begin_layout Standard
36088 Numbered list
36089 \end_layout
36090
36091 \end_inset
36092 </cell>
36093 </row>
36094 <row interlinespace="2.5mm">
36095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36096 \begin_inset Text
36097
36098 \begin_layout Standard
36099 \begin_inset Graphics
36100         filename ../images/layout_Itemize.png
36101         inzipName 
36102         embed true
36103         BoundingBox 0bp 5bp 20bp 25bp
36104         rotateOrigin center
36105
36106 \end_inset
36107
36108
36109 \end_layout
36110
36111 \end_inset
36112 </cell>
36113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36114 \begin_inset Text
36115
36116 \begin_layout Standard
36117 Itemized list
36118 \end_layout
36119
36120 \end_inset
36121 </cell>
36122 </row>
36123 <row interlinespace="2.5mm">
36124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36125 \begin_inset Text
36126
36127 \begin_layout Standard
36128 \begin_inset Graphics
36129         filename ../images/layout_List.png
36130         inzipName 
36131         embed true
36132         BoundingBox 0bp 5bp 20bp 25bp
36133         rotateOrigin center
36134
36135 \end_inset
36136
36137
36138 \end_layout
36139
36140 \end_inset
36141 </cell>
36142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36143 \begin_inset Text
36144
36145 \begin_layout Standard
36146 List
36147 \end_layout
36148
36149 \end_inset
36150 </cell>
36151 </row>
36152 <row interlinespace="2.5mm">
36153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36154 \begin_inset Text
36155
36156 \begin_layout Standard
36157 \begin_inset Graphics
36158         filename ../images/layout_Description.png
36159         inzipName 
36160         embed false
36161         BoundingBox 0bp 5bp 20bp 25bp
36162         rotateOrigin center
36163
36164 \end_inset
36165
36166
36167 \end_layout
36168
36169 \end_inset
36170 </cell>
36171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36172 \begin_inset Text
36173
36174 \begin_layout Standard
36175 Description list
36176 \end_layout
36177
36178 \end_inset
36179 </cell>
36180 </row>
36181 <row interlinespace="2.5mm">
36182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36183 \begin_inset Text
36184
36185 \begin_layout Standard
36186 \begin_inset Graphics
36187         filename ../images/depth-increment.png
36188         inzipName 
36189         embed false
36190         BoundingBox 0bp 5bp 20bp 25bp
36191         rotateOrigin center
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \end_inset
36199 </cell>
36200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36201 \begin_inset Text
36202
36203 \begin_layout Standard
36204
36205 \family sans
36206 Edit\SpecialChar \menuseparator
36207 Increase\InsetSpace ~
36208 List\InsetSpace ~
36209 Depth
36210 \end_layout
36211
36212 \end_inset
36213 </cell>
36214 </row>
36215 <row interlinespace="2.5mm">
36216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36217 \begin_inset Text
36218
36219 \begin_layout Standard
36220 \begin_inset Graphics
36221         filename ../images/depth-decrement.png
36222         inzipName 
36223         embed true
36224         BoundingBox 0bp 5bp 20bp 25bp
36225         rotateOrigin center
36226
36227 \end_inset
36228
36229
36230 \end_layout
36231
36232 \end_inset
36233 </cell>
36234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36235 \begin_inset Text
36236
36237 \begin_layout Standard
36238
36239 \family sans
36240 Edit\SpecialChar \menuseparator
36241 Decrease\InsetSpace ~
36242 List\InsetSpace ~
36243 Depth
36244 \end_layout
36245
36246 \end_inset
36247 </cell>
36248 </row>
36249 <row interlinespace="2.5mm">
36250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36251 \begin_inset Text
36252
36253 \begin_layout Standard
36254 \begin_inset Graphics
36255         filename ../images/float-insert_figure.png
36256         inzipName 
36257         embed true
36258         BoundingBox 0bp 5bp 20bp 20bp
36259
36260 \end_inset
36261
36262
36263 \end_layout
36264
36265 \end_inset
36266 </cell>
36267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36268 \begin_inset Text
36269
36270 \begin_layout Standard
36271
36272 \family sans
36273 Insert\SpecialChar \menuseparator
36274 Float\SpecialChar \menuseparator
36275 Figure
36276 \end_layout
36277
36278 \end_inset
36279 </cell>
36280 </row>
36281 <row interlinespace="2.5mm">
36282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36283 \begin_inset Text
36284
36285 \begin_layout Standard
36286 \begin_inset Graphics
36287         filename ../images/float-insert_table.png
36288         inzipName 
36289         embed false
36290         BoundingBox 0bp 5bp 20bp 20bp
36291
36292 \end_inset
36293
36294
36295 \end_layout
36296
36297 \end_inset
36298 </cell>
36299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36300 \begin_inset Text
36301
36302 \begin_layout Standard
36303
36304 \family sans
36305 Insert\SpecialChar \menuseparator
36306 Float\SpecialChar \menuseparator
36307 Table
36308 \end_layout
36309
36310 \end_inset
36311 </cell>
36312 </row>
36313 <row interlinespace="2.5mm">
36314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36315 \begin_inset Text
36316
36317 \begin_layout Standard
36318 \begin_inset Graphics
36319         filename ../images/label-insert.png
36320         inzipName 
36321         embed false
36322         BoundingBox 0bp 5bp 20bp 20bp
36323
36324 \end_inset
36325
36326
36327 \end_layout
36328
36329 \end_inset
36330 </cell>
36331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36332 \begin_inset Text
36333
36334 \begin_layout Standard
36335
36336 \family sans
36337 Insert\SpecialChar \menuseparator
36338 Label
36339 \end_layout
36340
36341 \end_inset
36342 </cell>
36343 </row>
36344 <row interlinespace="2.5mm">
36345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36346 \begin_inset Text
36347
36348 \begin_layout Standard
36349 \begin_inset Graphics
36350         filename ../images/dialog-show-new-inset_ref.png
36351         inzipName 
36352         embed false
36353         BoundingBox 0bp 5bp 20bp 20bp
36354
36355 \end_inset
36356
36357
36358 \end_layout
36359
36360 \end_inset
36361 </cell>
36362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36363 \begin_inset Text
36364
36365 \begin_layout Standard
36366
36367 \family sans
36368 Insert\SpecialChar \menuseparator
36369 Cross-Reference
36370 \end_layout
36371
36372 \end_inset
36373 </cell>
36374 </row>
36375 <row interlinespace="2.5mm">
36376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36377 \begin_inset Text
36378
36379 \begin_layout Standard
36380 \begin_inset Graphics
36381         filename ../images/dialog-show-new-inset_citation.png
36382         inzipName 
36383         embed true
36384         BoundingBox 0bp 5bp 20bp 20bp
36385
36386 \end_inset
36387
36388
36389 \end_layout
36390
36391 \end_inset
36392 </cell>
36393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36394 \begin_inset Text
36395
36396 \begin_layout Standard
36397
36398 \family sans
36399 Insert\SpecialChar \menuseparator
36400 Citation
36401 \end_layout
36402
36403 \end_inset
36404 </cell>
36405 </row>
36406 <row interlinespace="2.5mm">
36407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36408 \begin_inset Text
36409
36410 \begin_layout Standard
36411 \begin_inset Graphics
36412         filename ../images/index-insert.png
36413         inzipName 
36414         embed true
36415         BoundingBox 0bp 5bp 20bp 20bp
36416
36417 \end_inset
36418
36419
36420 \end_layout
36421
36422 \end_inset
36423 </cell>
36424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36425 \begin_inset Text
36426
36427 \begin_layout Standard
36428
36429 \family sans
36430 Insert\SpecialChar \menuseparator
36431 Index\InsetSpace ~
36432 Entry
36433 \end_layout
36434
36435 \end_inset
36436 </cell>
36437 </row>
36438 <row interlinespace="2.5mm">
36439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36440 \begin_inset Text
36441
36442 \begin_layout Standard
36443 \begin_inset Graphics
36444         filename ../images/nomencl-insert.png
36445         inzipName 
36446         embed true
36447         BoundingBox 0bp 5bp 20bp 20bp
36448
36449 \end_inset
36450
36451
36452 \end_layout
36453
36454 \end_inset
36455 </cell>
36456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36457 \begin_inset Text
36458
36459 \begin_layout Standard
36460
36461 \family sans
36462 Insert\SpecialChar \menuseparator
36463 Nomenclature\InsetSpace ~
36464 Entry
36465 \end_layout
36466
36467 \end_inset
36468 </cell>
36469 </row>
36470 <row interlinespace="2.5mm">
36471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36472 \begin_inset Text
36473
36474 \begin_layout Standard
36475 \begin_inset Graphics
36476         filename ../images/footnote-insert.png
36477         inzipName 
36478         embed false
36479         BoundingBox 0bp 5bp 20bp 20bp
36480
36481 \end_inset
36482
36483
36484 \end_layout
36485
36486 \end_inset
36487 </cell>
36488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36489 \begin_inset Text
36490
36491 \begin_layout Standard
36492
36493 \family sans
36494 Insert\SpecialChar \menuseparator
36495 Footnote
36496 \end_layout
36497
36498 \end_inset
36499 </cell>
36500 </row>
36501 <row interlinespace="2.5mm">
36502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36503 \begin_inset Text
36504
36505 \begin_layout Standard
36506 \begin_inset Graphics
36507         filename ../images/marginalnote-insert.png
36508         inzipName 
36509         embed true
36510         BoundingBox 0bp 5bp 20bp 25bp
36511         rotateOrigin center
36512
36513 \end_inset
36514
36515
36516 \end_layout
36517
36518 \end_inset
36519 </cell>
36520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36521 \begin_inset Text
36522
36523 \begin_layout Standard
36524
36525 \family sans
36526 Insert\SpecialChar \menuseparator
36527 Marginal\InsetSpace ~
36528 Note
36529 \end_layout
36530
36531 \end_inset
36532 </cell>
36533 </row>
36534 <row interlinespace="2.5mm">
36535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36536 \begin_inset Text
36537
36538 \begin_layout Standard
36539 \begin_inset Graphics
36540         filename ../images/note-insert.png
36541         inzipName 
36542         embed false
36543         BoundingBox 0bp 5bp 20bp 20bp
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \end_inset
36551 </cell>
36552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36553 \begin_inset Text
36554
36555 \begin_layout Standard
36556
36557 \family sans
36558 Insert\SpecialChar \menuseparator
36559 Note\SpecialChar \menuseparator
36560 LyX\InsetSpace ~
36561 Note
36562 \end_layout
36563
36564 \end_inset
36565 </cell>
36566 </row>
36567 <row interlinespace="2.5mm">
36568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36569 \begin_inset Text
36570
36571 \begin_layout Standard
36572 \begin_inset Graphics
36573         filename D:/LyXSVN/lyx-devel/lib/images/href-insert.png
36574         inzipName 
36575         embed false
36576         BoundingBox 0bp 5bp 20bp 20bp
36577
36578 \end_inset
36579
36580
36581 \end_layout
36582
36583 \end_inset
36584 </cell>
36585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36586 \begin_inset Text
36587
36588 \begin_layout Standard
36589
36590 \family sans
36591 Insert\SpecialChar \menuseparator
36592 Hyperlink
36593 \end_layout
36594
36595 \end_inset
36596 </cell>
36597 </row>
36598 <row interlinespace="2.5mm">
36599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36600 \begin_inset Text
36601
36602 \begin_layout Standard
36603 \begin_inset Graphics
36604         filename ../images/ert-insert.png
36605         inzipName 
36606         embed true
36607         BoundingBox 0bp 5bp 20bp 20bp
36608
36609 \end_inset
36610
36611
36612 \end_layout
36613
36614 \end_inset
36615 </cell>
36616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36617 \begin_inset Text
36618
36619 \begin_layout Standard
36620
36621 \family sans
36622 Insert\SpecialChar \menuseparator
36623 T
36624 \family default
36625
36626 \begin_inset ERT
36627 status collapsed
36628
36629 \begin_layout Standard
36630
36631 \family roman
36632 \series medium
36633 \shape up
36634 \size normal
36635 \emph off
36636 \bar no
36637 \noun off
36638 \color none
36639 {}
36640 \end_layout
36641
36642 \end_inset
36643
36644
36645 \family sans
36646 eX
36647 \end_layout
36648
36649 \end_inset
36650 </cell>
36651 </row>
36652 <row interlinespace="2.5mm">
36653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36654 \begin_inset Text
36655
36656 \begin_layout Standard
36657 \begin_inset Graphics
36658         filename ../images/dialog-show-new-inset_include.png
36659         inzipName 
36660         embed true
36661         BoundingBox 0bp 5bp 20bp 20bp
36662
36663 \end_inset
36664
36665
36666 \end_layout
36667
36668 \end_inset
36669 </cell>
36670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36671 \begin_inset Text
36672
36673 \begin_layout Standard
36674
36675 \family sans
36676 Insert\SpecialChar \menuseparator
36677 File\SpecialChar \menuseparator
36678 Child\InsetSpace ~
36679 Document
36680 \end_layout
36681
36682 \end_inset
36683 </cell>
36684 </row>
36685 <row interlinespace="2.5mm">
36686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36687 \begin_inset Text
36688
36689 \begin_layout Standard
36690 \begin_inset Graphics
36691         filename ../images/dialog-show_character.png
36692         inzipName 
36693         embed true
36694         BoundingBox 0bp 5bp 20bp 25bp
36695         rotateOrigin center
36696
36697 \end_inset
36698
36699
36700 \end_layout
36701
36702 \end_inset
36703 </cell>
36704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Standard
36708
36709 \family sans
36710 Edit\SpecialChar \menuseparator
36711 Text\InsetSpace ~
36712 Style
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 </row>
36718 <row interlinespace="2.5mm">
36719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36720 \begin_inset Text
36721
36722 \begin_layout Standard
36723 \begin_inset Graphics
36724         filename ../images/layout-paragraph.png
36725         inzipName 
36726         embed false
36727         BoundingBox 0bp 5bp 20bp 25bp
36728         rotateOrigin center
36729
36730 \end_inset
36731
36732
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Standard
36741
36742 \family sans
36743 Edit\SpecialChar \menuseparator
36744 Paragraph\InsetSpace ~
36745 Settings
36746 \end_layout
36747
36748 \end_inset
36749 </cell>
36750 </row>
36751 <row interlinespace="2.5mm">
36752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36753 \begin_inset Text
36754
36755 \begin_layout Standard
36756 \begin_inset Graphics
36757         filename ../images/thesaurus-entry.png
36758         inzipName 
36759         embed true
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 Tools\SpecialChar \menuseparator
36777 Thesaurus
36778 \end_layout
36779
36780 \end_inset
36781 </cell>
36782 </row>
36783 </lyxtabular>
36784
36785 \end_inset
36786
36787
36788 \end_layout
36789
36790 \begin_layout Subsection
36791 View / Update Toolbar
36792 \begin_inset Index
36793 status collapsed
36794
36795 \begin_layout Standard
36796 Toolbar ! View / Update
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Standard
36805 \begin_inset Graphics
36806         filename clipart/ViewToolbar.png
36807         inzipName 
36808         embed false
36809
36810 \end_inset
36811
36812
36813 \end_layout
36814
36815 \begin_layout Standard
36816 \begin_inset VSpace defskip
36817 \end_inset
36818
36819
36820 \end_layout
36821
36822 \begin_layout Standard
36823 The view / update toolbar as shown above contains from left to right the
36824  following buttons:
36825 \end_layout
36826
36827 \begin_layout Standard
36828 \begin_inset VSpace defskip
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \begin_layout Standard
36835 \begin_inset Tabular
36836 <lyxtabular version="3" rows="6" columns="2">
36837 <features islongtable="true">
36838 <column alignment="left" valignment="top" width="0">
36839 <column alignment="left" valignment="top" width="0">
36840 <row interlinespace="2.5mm">
36841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36842 \begin_inset Text
36843
36844 \begin_layout Standard
36845 \begin_inset Graphics
36846         filename ../images/buffer-view_dvi.png
36847         inzipName 
36848         embed false
36849         BoundingBox 0bp 5bp 20bp 25bp
36850         rotateOrigin center
36851
36852 \end_inset
36853
36854
36855 \end_layout
36856
36857 \end_inset
36858 </cell>
36859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36860 \begin_inset Text
36861
36862 \begin_layout Standard
36863
36864 \family sans
36865 View\SpecialChar \menuseparator
36866 DVI
36867 \end_layout
36868
36869 \end_inset
36870 </cell>
36871 </row>
36872 <row interlinespace="2.5mm">
36873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36874 \begin_inset Text
36875
36876 \begin_layout Standard
36877 \begin_inset Graphics
36878         filename ../images/buffer-update_dvi.png
36879         inzipName 
36880         embed true
36881         BoundingBox 0bp 5bp 20bp 25bp
36882         rotateOrigin center
36883
36884 \end_inset
36885
36886
36887 \end_layout
36888
36889 \end_inset
36890 </cell>
36891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36892 \begin_inset Text
36893
36894 \begin_layout Standard
36895
36896 \family sans
36897 View\SpecialChar \menuseparator
36898 Update\SpecialChar \menuseparator
36899 DVI
36900 \end_layout
36901
36902 \end_inset
36903 </cell>
36904 </row>
36905 <row interlinespace="2.5mm">
36906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36907 \begin_inset Text
36908
36909 \begin_layout Standard
36910 \begin_inset Graphics
36911         filename ../images/buffer-view_pdf2.png
36912         inzipName 
36913         embed false
36914         BoundingBox 0bp 5bp 20bp 25bp
36915         rotateOrigin center
36916
36917 \end_inset
36918
36919
36920 \end_layout
36921
36922 \end_inset
36923 </cell>
36924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36925 \begin_inset Text
36926
36927 \begin_layout Standard
36928
36929 \family sans
36930 View\SpecialChar \menuseparator
36931 PDF
36932 \end_layout
36933
36934 \end_inset
36935 </cell>
36936 </row>
36937 <row interlinespace="2.5mm">
36938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36939 \begin_inset Text
36940
36941 \begin_layout Standard
36942 \begin_inset Graphics
36943         filename ../images/buffer-update_pdf2.png
36944         inzipName 
36945         embed false
36946         BoundingBox 0bp 5bp 20bp 25bp
36947         rotateOrigin center
36948
36949 \end_inset
36950
36951
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Standard
36960
36961 \family sans
36962 View\SpecialChar \menuseparator
36963 Update\SpecialChar \menuseparator
36964 PDF
36965 \begin_inset Foot
36966 status collapsed
36967
36968 \begin_layout Standard
36969 This button is on some LyX for Windows installations not here because its
36970  functionality is merged with 
36971 \family sans
36972 View\SpecialChar \menuseparator
36973 PDF
36974 \family default
36975 .
36976  
36977 \end_layout
36978
36979 \end_inset
36980
36981
36982 \end_layout
36983
36984 \end_inset
36985 </cell>
36986 </row>
36987 <row interlinespace="2.5mm">
36988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36989 \begin_inset Text
36990
36991 \begin_layout Standard
36992 \begin_inset Graphics
36993         filename ../images/buffer-view_ps.png
36994         inzipName 
36995         embed true
36996         BoundingBox 0bp 5bp 20bp 25bp
36997         rotateOrigin center
36998
36999 \end_inset
37000
37001
37002 \end_layout
37003
37004 \end_inset
37005 </cell>
37006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37007 \begin_inset Text
37008
37009 \begin_layout Standard
37010
37011 \family sans
37012 View\SpecialChar \menuseparator
37013 Postscript
37014 \end_layout
37015
37016 \end_inset
37017 </cell>
37018 </row>
37019 <row interlinespace="2.5mm">
37020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37021 \begin_inset Text
37022
37023 \begin_layout Standard
37024 \begin_inset Graphics
37025         filename ../images/buffer-update_ps.png
37026         inzipName 
37027         embed true
37028         BoundingBox 0bp 5bp 20bp 25bp
37029         rotateOrigin center
37030
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \end_inset
37037 </cell>
37038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37039 \begin_inset Text
37040
37041 \begin_layout Standard
37042
37043 \family sans
37044 View\SpecialChar \menuseparator
37045 Update\SpecialChar \menuseparator
37046 Postscript
37047 \end_layout
37048
37049 \end_inset
37050 </cell>
37051 </row>
37052 </lyxtabular>
37053
37054 \end_inset
37055
37056
37057 \end_layout
37058
37059 \begin_layout Subsection
37060 Other Toolbars
37061 \end_layout
37062
37063 \begin_layout Standard
37064 The change tracking toolbar is explained in section\InsetSpace ~
37065
37066 \begin_inset CommandInset ref
37067 LatexCommand ref
37068 reference "sec:Change-Tracking"
37069
37070 \end_inset
37071
37072 , the table toolbar
37073 \begin_inset Index
37074 status collapsed
37075
37076 \begin_layout Standard
37077 Toolbar ! Table
37078 \end_layout
37079
37080 \end_inset
37081
37082  is explained in the 
37083 \emph on
37084 Embedded Objects
37085 \emph default
37086  manual.
37087 \end_layout
37088
37089 \begin_layout Chapter
37090 The 
37091 \family sans
37092 Preferences
37093 \family default
37094  Dialog
37095 \begin_inset CommandInset label
37096 LatexCommand label
37097 name "cha:The-Preferences-dialog"
37098
37099 \end_inset
37100
37101
37102 \begin_inset Index
37103 status collapsed
37104
37105 \begin_layout Standard
37106 Preferences
37107 \end_layout
37108
37109 \end_inset
37110
37111
37112 \end_layout
37113
37114 \begin_layout Standard
37115 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
37116 Preferences.
37117  It consists of submenus explained in the following.
37118 \end_layout
37119
37120 \begin_layout Section
37121 Look and Feel
37122 \end_layout
37123
37124 \begin_layout Subsection
37125 User Interface
37126 \begin_inset CommandInset label
37127 LatexCommand label
37128 name "sec:ui"
37129
37130 \end_inset
37131
37132
37133 \begin_inset Index
37134 status collapsed
37135
37136 \begin_layout Standard
37137 Customization ! of toolbars
37138 \end_layout
37139
37140 \end_inset
37141
37142
37143 \begin_inset Index
37144 status collapsed
37145
37146 \begin_layout Standard
37147 Customization ! of menus
37148 \end_layout
37149
37150 \end_inset
37151
37152
37153 \end_layout
37154
37155 \begin_layout Standard
37156 \begin_inset Note Greyedout
37157 status open
37158
37159 \begin_layout Standard
37160
37161 \series bold
37162 Note:
37163 \series default
37164  You have to restart LyX before changes in ui- and bind-files take effect.
37165 \end_layout
37166
37167 \end_inset
37168
37169
37170 \end_layout
37171
37172 \begin_layout Subsubsection
37173 User Interface File
37174 \begin_inset Index
37175 status collapsed
37176
37177 \begin_layout Standard
37178 Customization ! of toolbars
37179 \end_layout
37180
37181 \end_inset
37182
37183
37184 \begin_inset Index
37185 status collapsed
37186
37187 \begin_layout Standard
37188 Customization ! of menus
37189 \end_layout
37190
37191 \end_inset
37192
37193
37194 \end_layout
37195
37196 \begin_layout Standard
37197 The appearance of the menus and toolbars can be changed by choosing an user
37198  interface (ui) file.
37199  An ui-file is a textfile where the toolbars and menus are listed.
37200  The toolbar buttons and menu entries are specified in the files 
37201 \shape italic
37202 stdtoolbars.inc
37203 \shape default
37204  and 
37205 \shape italic
37206 stdmenus.inc
37207 \shape default
37208 , respectively.
37209  To create your own menu and toolbar layout, start with a copy of these
37210  files and edit the entries.
37211 \end_layout
37212
37213 \begin_layout Standard
37214 The syntax of the .inc-files is straightforward: The 
37215 \family sans
37216 Menubar
37217 \family default
37218
37219 \family sans
37220 Menu
37221 \family default
37222  and 
37223 \family sans
37224 Toolbar
37225 \family default
37226  entries must be ended with an explicit 
37227 \family sans
37228 End
37229 \family default
37230 .
37231  They may contain 
37232 \family sans
37233 Submenus
37234 \family default
37235
37236 \family sans
37237 Items
37238 \family default
37239
37240 \family sans
37241 OptItems
37242 \family default
37243
37244 \family sans
37245 Separators
37246 \family default
37247
37248 \family sans
37249 Icons,
37250 \family default
37251  and in the case of the 
37252 \begin_inset Quotes eld
37253 \end_inset
37254
37255 file
37256 \begin_inset Quotes erd
37257 \end_inset
37258
37259  menus a 
37260 \family sans
37261 Lastfiles
37262 \family default
37263  entry.
37264  The syntax for the entries is:
37265 \end_layout
37266
37267 \begin_layout Standard
37268 \begin_inset VSpace smallskip*
37269 \end_inset
37270
37271
37272 \series bold
37273 Item 
37274 \begin_inset Quotes erd
37275 \end_inset
37276
37277 menu 
37278 \series default
37279 or
37280 \series bold
37281  button name
37282 \begin_inset Quotes erd
37283 \end_inset
37284
37285  
37286 \begin_inset Quotes erd
37287 \end_inset
37288
37289 LyX-function
37290 \begin_inset Quotes erd
37291 \end_inset
37292
37293
37294 \end_layout
37295
37296 \begin_layout Standard
37297 \noindent
37298 \begin_inset VSpace smallskip*
37299 \end_inset
37300
37301 All LyX-functions are listed in 
37302 \begin_inset CommandInset citation
37303 LatexCommand cite
37304 key "LyX-func"
37305
37306 \end_inset
37307
37308 .
37309 \end_layout
37310
37311 \begin_layout Standard
37312 \begin_inset VSpace medskip
37313 \end_inset
37314
37315
37316 \end_layout
37317
37318 \begin_layout Standard
37319 An example: Assuming you use the menu 
37320 \family sans
37321 Navigate\SpecialChar \menuseparator
37322 Bookmarks
37323 \family default
37324  quite often and therefore want six available bookmarks, you can add the
37325  line
37326 \end_layout
37327
37328 \begin_layout Standard
37329 \begin_inset VSpace smallskip*
37330 \end_inset
37331
37332
37333 \series bold
37334 Item "Save Bookmark 6" "bookmark-save 6"
37335 \end_layout
37336
37337 \begin_layout Standard
37338 \noindent
37339 \begin_inset VSpace smallskip*
37340 \end_inset
37341
37342 to the navigate menu section in the .inc-file to have the sixth bookmark.
37343 \end_layout
37344
37345 \begin_layout Subsubsection
37346 Bind-File
37347 \begin_inset Index
37348 status collapsed
37349
37350 \begin_layout Standard
37351 Bindings
37352 \end_layout
37353
37354 \end_inset
37355
37356
37357 \end_layout
37358
37359 \begin_layout Standard
37360 Bindings are used to bind a function to a key.
37361  Several binding files are available:
37362 \end_layout
37363
37364 \begin_layout Description
37365 cua.bind typical set of PC keyboard shortcuts
37366 \end_layout
37367
37368 \begin_layout Description
37369 (x)emacs.bind set of bindings like they are used in the editor programs 
37370 \family sans
37371 Emacs
37372 \family default
37373  (
37374 \family sans
37375 XEmacs
37376 \family default
37377 )
37378 \end_layout
37379
37380 \begin_layout Description
37381 mac.bind set of bindings for 
37382 \family sans
37383 Mac\InsetSpace \thinspace{}
37384 OS
37385 \family default
37386  systems.
37387 \end_layout
37388
37389 \begin_layout Standard
37390 There are also bind-files designed for special document classes, like 
37391 \shape italic
37392 broadway.bind
37393 \shape default
37394 , and bind files for special languages.
37395  The name of language bind-files begin with a language code, e.g.
37396  
37397 \begin_inset Quotes eld
37398 \end_inset
37399
37400 pt
37401 \begin_inset Quotes erd
37402 \end_inset
37403
37404  for Portuguese.
37405  If you use LyX in a certain language, LyX will try to use the appropriate
37406  bind-file.
37407 \end_layout
37408
37409 \begin_layout Standard
37410 Some bind-files, like 
37411 \emph on
37412 math.bind
37413 \emph default
37414 , have only a small scope.
37415  When looking at the the end of the file 
37416 \shape italic
37417 cua.bind
37418 \shape default
37419 , you can see that they are included to keep the overview in the bind-file.
37420 \end_layout
37421
37422 \begin_layout Standard
37423 If you like to customize the keybindings to your own taste, modify the bind-file
37424 s with a text editor.
37425  The syntax of the entries is:
37426 \end_layout
37427
37428 \begin_layout Standard
37429
37430 \series bold
37431
37432 \backslash
37433 bind 
37434 \begin_inset Quotes erd
37435 \end_inset
37436
37437 key combination
37438 \begin_inset Quotes erd
37439 \end_inset
37440
37441  
37442 \begin_inset Quotes erd
37443 \end_inset
37444
37445 LyX-function
37446 \begin_inset Quotes erd
37447 \end_inset
37448
37449
37450 \end_layout
37451
37452 \begin_layout Standard
37453 All LyX-functions are listed in 
37454 \begin_inset CommandInset citation
37455 LatexCommand cite
37456 key "LyX-func"
37457
37458 \end_inset
37459
37460 .
37461 \end_layout
37462
37463 \begin_layout Subsubsection
37464 Session
37465 \end_layout
37466
37467 \begin_layout Standard
37468 When the option 
37469 \family sans
37470 Save\InsetSpace \thinspace{}
37471 /\InsetSpace \thinspace{}
37472 restore window size, or use fixed size
37473 \family default
37474  is not checked, you can specify the size of LyX's main window when LyX
37475  is started.
37476 \end_layout
37477
37478 \begin_layout Standard
37479 With the option 
37480 \family sans
37481 Save\InsetSpace \thinspace{}
37482 /\InsetSpace \thinspace{}
37483 restore window position
37484 \family default
37485  LyX will be opened with its main window at the last used position.
37486 \end_layout
37487
37488 \begin_layout Standard
37489 The option 
37490 \family sans
37491 Restore cursor positions
37492 \family default
37493  sets the cursor to the position in the file where it has been the last
37494  time.
37495 \end_layout
37496
37497 \begin_layout Standard
37498 The option 
37499 \family sans
37500 Load opened files from last session
37501 \family default
37502  opens all files that were opened in the last LyX session.
37503 \end_layout
37504
37505 \begin_layout Subsubsection
37506 Documents
37507 \begin_inset CommandInset label
37508 LatexCommand label
37509 name "sub:Backup documents"
37510
37511 \end_inset
37512
37513
37514 \begin_inset Index
37515 status collapsed
37516
37517 \begin_layout Standard
37518 Backup ! Documents
37519 \end_layout
37520
37521 \end_inset
37522
37523
37524 \end_layout
37525
37526 \begin_layout Standard
37527 When the option 
37528 \family sans
37529 Backup documents
37530 \family default
37531  is set, you can specify the time between backup saves.
37532 \end_layout
37533
37534 \begin_layout Standard
37535
37536 \family sans
37537 Maximum last files
37538 \family default
37539  is the number of last opened files that LyX should display in the menu
37540  
37541 \family sans
37542 File\SpecialChar \menuseparator
37543 Open\InsetSpace ~
37544 Recent
37545 \family default
37546 .
37547 \end_layout
37548
37549 \begin_layout Subsubsection
37550 Scrolling
37551 \end_layout
37552
37553 \begin_layout Standard
37554 The option 
37555 \family sans
37556 Cursor follows scrollbar
37557 \family default
37558  sets the cursor to the top of the currently displayed document part when
37559  scrolling.
37560 \end_layout
37561
37562 \begin_layout Subsubsection
37563 Pixmap Cache
37564 \end_layout
37565
37566 \begin_layout Standard
37567 With the option 
37568 \family sans
37569 Enable Pixmap Cache
37570 \family default
37571  enabled, LyX needs to redraw the screen less often.
37572  This results in better performance, especially on slow systems.
37573  On the other hand, the characters might look more fuzzy on screen.
37574  So whether you enable this or not depends on whether you prefer speed over
37575  aesthetics.
37576  Note that the Pixmap Cache is only available and useful under Mac\InsetSpace ~
37577 OS and
37578  Windows.
37579 \end_layout
37580
37581 \begin_layout Subsection
37582 Screen Fonts
37583 \begin_inset Index
37584 status collapsed
37585
37586 \begin_layout Standard
37587 Font ! Screen
37588 \end_layout
37589
37590 \end_inset
37591
37592
37593 \begin_inset CommandInset label
37594 LatexCommand label
37595 name "sub:Screen-Fonts"
37596
37597 \end_inset
37598
37599
37600 \end_layout
37601
37602 \begin_layout Standard
37603 These fonts are used to display your documents on the screen.
37604 \end_layout
37605
37606 \begin_layout Standard
37607 \begin_inset Note Greyedout
37608 status open
37609
37610 \begin_layout Standard
37611
37612 \series bold
37613 Note:
37614 \series default
37615  This section only deals with the fonts 
37616 \emph on
37617 inside
37618 \emph default
37619  the LyX window.
37620  The fonts that appear on the output are independent from these fonts, and
37621  set in the menu 
37622 \family sans
37623 Layout\SpecialChar \menuseparator
37624 Document
37625 \family default
37626 .
37627 \end_layout
37628
37629 \end_inset
37630
37631
37632 \end_layout
37633
37634 \begin_layout Standard
37635 By default, LyX uses 
37636 \family typewriter
37637 Times
37638 \family default
37639  as roman (serif) font, 
37640 \family typewriter
37641 Arial
37642 \family default
37643  or 
37644 \family typewriter
37645 Helvetica
37646 \family default
37647  (depends on the system) as 
37648 \family sans
37649 sans\InsetSpace ~
37650 serif
37651 \family default
37652  font, and 
37653 \family typewriter
37654 Courier
37655 \family default
37656  as 
37657 \family typewriter
37658 typewriter
37659 \family default
37660  font.
37661 \end_layout
37662
37663 \begin_layout Standard
37664 You can change the font size with the 
37665 \family sans
37666 Zoom
37667 \family default
37668  setting.
37669 \end_layout
37670
37671 \begin_layout Standard
37672
37673 \family sans
37674 Screen DPI
37675 \family default
37676  is the screen resolution in dpi (dots per inch).
37677  The Font Sizes are calculated as letter height in units of points.
37678  72\InsetSpace \thinspace{}
37679 points have the size of 1\InsetSpace \thinspace{}
37680 inch, see Appendix\InsetSpace ~
37681
37682 \begin_inset CommandInset ref
37683 LatexCommand ref
37684 reference "cha:Units-available-in"
37685
37686 \end_inset
37687
37688 .
37689 \end_layout
37690
37691 \begin_layout Standard
37692 The default 
37693 \family sans
37694 Font Sizes
37695 \family default
37696  are the same as if a document font size of 10
37697 \begin_inset Formula $\,$
37698 \end_inset
37699
37700 pt would be used.
37701  The sizes are explained in detail in section\InsetSpace ~
37702
37703 \begin_inset CommandInset ref
37704 LatexCommand ref
37705 reference "sub:Document-Font"
37706
37707 \end_inset
37708
37709 .
37710 \end_layout
37711
37712 \begin_layout Subsection
37713 Colors
37714 \begin_inset Index
37715 status collapsed
37716
37717 \begin_layout Standard
37718 Color ! LyX screen
37719 \end_layout
37720
37721 \end_inset
37722
37723
37724 \begin_inset Index
37725 status collapsed
37726
37727 \begin_layout Standard
37728 Settings ! Color
37729 \end_layout
37730
37731 \end_inset
37732
37733
37734 \end_layout
37735
37736 \begin_layout Standard
37737 You can here change all colors used by LyX.
37738  Choose an item in the list and use the 
37739 \family sans
37740 Alter
37741 \family default
37742  button.
37743 \end_layout
37744
37745 \begin_layout Subsection
37746 Graphics
37747 \begin_inset Index
37748 status collapsed
37749
37750 \begin_layout Standard
37751 Settings ! Graphics
37752 \end_layout
37753
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \begin_layout Standard
37760 Here you can specify how graphics inside LyX are displayed.
37761 \end_layout
37762
37763 \begin_layout Standard
37764
37765 \family sans
37766 Instant Preview
37767 \family default
37768  enables previewing snippets of your document.
37769  This feature is described in section\InsetSpace ~
37770
37771 \begin_inset CommandInset ref
37772 LatexCommand ref
37773 reference "sec:Previewing-snippets-of"
37774
37775 \end_inset
37776
37777 .
37778 \end_layout
37779
37780 \begin_layout Subsection
37781 Keyboard Map
37782 \begin_inset Index
37783 status collapsed
37784
37785 \begin_layout Standard
37786 Keyboard Map
37787 \end_layout
37788
37789 \end_inset
37790
37791
37792 \begin_inset Index
37793 status collapsed
37794
37795 \begin_layout Standard
37796 Settings ! Keyboard Map
37797 \end_layout
37798
37799 \end_inset
37800
37801
37802 \begin_inset CommandInset label
37803 LatexCommand label
37804 name "sub:Keyboard-Map"
37805
37806 \end_inset
37807
37808
37809 \end_layout
37810
37811 \begin_layout Standard
37812 Normally keyboard settings have to be done in a menu of your operating system.
37813  For the case that this is not possible, LyX provides keyboard maps.
37814  If you have e.\InsetSpace \thinspace{}
37815 g.\InsetSpace ~
37816 a Czech keyboard but want to write with it like with a Romanian
37817  one, you can use the keyboard map file named 
37818 \emph on
37819 romanian.kmap
37820 \emph default
37821 .
37822 \end_layout
37823
37824 \begin_layout Standard
37825 \begin_inset Note Greyedout
37826 status open
37827
37828 \begin_layout Standard
37829
37830 \series bold
37831 Note:
37832 \series default
37833  Keyboard maps are only provided as makeshift and don't work on all systems.
37834 \end_layout
37835
37836 \end_inset
37837
37838
37839 \end_layout
37840
37841 \begin_layout Section
37842 Paths
37843 \begin_inset Index
37844 status collapsed
37845
37846 \begin_layout Standard
37847 Paths
37848 \end_layout
37849
37850 \end_inset
37851
37852
37853 \begin_inset Index
37854 status collapsed
37855
37856 \begin_layout Standard
37857 Settings ! Directory
37858 \end_layout
37859
37860 \end_inset
37861
37862
37863 \end_layout
37864
37865 \begin_layout Description
37866 Working\InsetSpace ~
37867 directory This is LyX's working directory.
37868  It is the default when you 
37869 \family sans
37870 Open
37871 \family default
37872
37873 \family sans
37874 Save
37875 \family default
37876  or 
37877 \family sans
37878 Save\InsetSpace ~
37879 as
37880 \family default
37881  files.
37882 \end_layout
37883
37884 \begin_layout Description
37885 Document\InsetSpace ~
37886 templates This directory will be opened when you use the menu 
37887 \family sans
37888 File\SpecialChar \menuseparator
37889 New\InsetSpace ~
37890 from\InsetSpace ~
37891 Template
37892 \family default
37893 .
37894 \end_layout
37895
37896 \begin_layout Description
37897 Backup\InsetSpace ~
37898 directory
37899 \begin_inset Index
37900 status collapsed
37901
37902 \begin_layout Standard
37903 Backup ! Directory
37904 \end_layout
37905
37906 \end_inset
37907
37908  Backup copies will be saved to this directory.
37909  When no directory is given but backups are enabled as described in section\InsetSpace ~
37910
37911 \begin_inset CommandInset ref
37912 LatexCommand ref
37913 reference "sub:Backup documents"
37914
37915 \end_inset
37916
37917 , the 
37918 \family sans
37919 Working directory
37920 \family default
37921  will be used to save the backups.
37922 \newline
37923 The backup files have the ending 
37924 \begin_inset Quotes eld
37925 \end_inset
37926
37927 .lyx~
37928 \begin_inset Quotes erd
37929 \end_inset
37930
37931 .
37932 \end_layout
37933
37934 \begin_layout Description
37935 Ly
37936 \begin_inset ERT
37937 status collapsed
37938
37939 \begin_layout Standard
37940
37941 \family roman
37942 \series medium
37943 \shape up
37944 \size normal
37945 \emph off
37946 \bar no
37947 \noun off
37948 \color none
37949 {}
37950 \end_layout
37951
37952 \end_inset
37953
37954 XServer-Pipe Here you can enter the name of a Unix-pipe.
37955  This pipe is used to send data from external programs to LyX.
37956 \newline
37957
37958 \begin_inset Note Greyedout
37959 status open
37960
37961 \begin_layout Standard
37962
37963 \series bold
37964 Note:
37965 \series default
37966  This feature doesn't work on Windows systems.
37967 \end_layout
37968
37969 \end_inset
37970
37971
37972 \end_layout
37973
37974 \begin_layout Description
37975 Temporary\InsetSpace ~
37976 directory Temporary files will be saved in this directory.
37977 \end_layout
37978
37979 \begin_layout Description
37980 PATH\InsetSpace ~
37981 prefix This field contains a list of paths to external programs.
37982  When LyX needs to use an external program, it looks in this list where
37983  to find it on the system.
37984  The path list is automatically set up on Windows and Mac systems while
37985  LyX is configured, so that you normally don't have to modify it.
37986  On Unix\InsetSpace \thinspace{}
37987 /\InsetSpace \thinspace{}
37988 Linux systems, the path list will need to be set only if there
37989  are external programs you wish to use that are not in your normal system
37990  path ($PATH).
37991  
37992 \end_layout
37993
37994 \begin_layout Section
37995 Identity
37996 \end_layout
37997
37998 \begin_layout Standard
37999 Here you can insert your name and email address.
38000  The identity will be used when you have enabled change tracking as described
38001  in section\InsetSpace ~
38002
38003 \begin_inset CommandInset ref
38004 LatexCommand ref
38005 reference "sec:Change-Tracking"
38006
38007 \end_inset
38008
38009 , to mark changes you make as yours.
38010 \end_layout
38011
38012 \begin_layout Section
38013 Language Settings
38014 \begin_inset Index
38015 status collapsed
38016
38017 \begin_layout Standard
38018 Language ! Settings
38019 \end_layout
38020
38021 \end_inset
38022
38023
38024 \begin_inset Index
38025 status collapsed
38026
38027 \begin_layout Standard
38028 Settings ! Language
38029 \end_layout
38030
38031 \end_inset
38032
38033
38034 \end_layout
38035
38036 \begin_layout Subsection
38037 Language
38038 \end_layout
38039
38040 \begin_layout Description
38041 Default\InsetSpace ~
38042 language is the language used in new documents
38043 \end_layout
38044
38045 \begin_layout Description
38046 Language\InsetSpace ~
38047 package is a LaTeX-command to load a LaTeX-package that handles
38048  language issues.
38049  The default is the LaTeX-command 
38050 \family sans
38051
38052 \backslash
38053 usepackage{babel}
38054 \family default
38055  that loads the package 
38056 \series bold
38057 babel
38058 \series default
38059 .
38060 \begin_inset Foot
38061 status collapsed
38062
38063 \begin_layout Standard
38064 For an introduction to the LaTeX-Syntax, have a look at section\InsetSpace ~
38065
38066 \begin_inset CommandInset ref
38067 LatexCommand ref
38068 reference "sec:ERT"
38069
38070 \end_inset
38071
38072 .
38073 \end_layout
38074
38075 \end_inset
38076
38077
38078 \newline
38079 The 
38080 \series bold
38081 babel
38082 \series default
38083  translates in the background automatically text labels of documents to
38084  the document language.
38085  A text label is for instance the word 
38086 \begin_inset Quotes eld
38087 \end_inset
38088
38089 Table
38090 \begin_inset Quotes erd
38091 \end_inset
38092
38093  at the beginning of every table-caption.
38094 \end_layout
38095
38096 \begin_layout Description
38097 Command\InsetSpace ~
38098 start When a special LaTeX-package is needed to write in a certain
38099  document language, you can here specify the command to start the package.
38100  An example is the start command 
38101 \family sans
38102
38103 \backslash
38104 begin{arabtext}
38105 \family default
38106  that is needed to write Arabic using the package 
38107 \series bold
38108 ArabTeX
38109 \series default
38110 , see 
38111 \begin_inset CommandInset citation
38112 LatexCommand cite
38113 key "Arabic"
38114
38115 \end_inset
38116
38117 .
38118  The default is the 
38119 \series bold
38120 babel
38121 \series default
38122  command 
38123 \family sans
38124
38125 \backslash
38126 selectlanguage{$$lang}
38127 \family default
38128 .
38129 \end_layout
38130
38131 \begin_layout Description
38132 Command\InsetSpace ~
38133 end Counterpart to 
38134 \family sans
38135 Command start
38136 \family default
38137 .
38138  Some packages, like the default, don't have an end command since the start
38139  command toggles the package on and off.
38140 \end_layout
38141
38142 \begin_layout Description
38143 Use\InsetSpace ~
38144 babel Whether 
38145 \series bold
38146 babel
38147 \series default
38148  is used or not.
38149 \end_layout
38150
38151 \begin_layout Description
38152 Global When this option is set, the languages used in the document will
38153  be added as options to the document class options, so that they can be
38154  used by all LaTeX-packages.
38155  Otherwise they will only be used as options for the 
38156 \series bold
38157 babel
38158 \series default
38159  package.
38160 \end_layout
38161
38162 \begin_layout Description
38163 Auto\InsetSpace ~
38164 begin When this option is set, the documents starts with the chosen
38165  document language.
38166  When this option is not set, the 
38167 \family sans
38168 Command\InsetSpace ~
38169 start
38170 \family default
38171  is explicitly set to the beginning of the document in the LaTeX-output.
38172  This assures that the correct language is used when you use another 
38173 \family sans
38174 Command\InsetSpace ~
38175 start
38176 \family default
38177  than the default.
38178 \end_layout
38179
38180 \begin_layout Description
38181 Auto\InsetSpace ~
38182 end Counterpart to 
38183 \family sans
38184 Auto\InsetSpace ~
38185 begin
38186 \family default
38187 .
38188  When it is not set, the 
38189 \family sans
38190 Command\InsetSpace ~
38191 end
38192 \family default
38193  is set to the end of the document.
38194 \end_layout
38195
38196 \begin_layout Description
38197 Mark\InsetSpace ~
38198 foreign\InsetSpace ~
38199 languages Text marked formatted in a language different from
38200  the document language will be underlined blue.
38201 \end_layout
38202
38203 \begin_layout Description
38204 Right\InsetSpace ~
38205 to\InsetSpace ~
38206 left\InsetSpace ~
38207 language\InsetSpace ~
38208 support Enables the use of languages, written from right
38209  to left, like Arabic, Hebrew, Farsi.
38210 \end_layout
38211
38212 \begin_layout Subsection
38213 Spellchecker
38214 \end_layout
38215
38216 \begin_layout Standard
38217 The spellchecker settings are explained in section\InsetSpace ~
38218
38219 \begin_inset CommandInset ref
38220 LatexCommand ref
38221 reference "sec:Spellchecking"
38222
38223 \end_inset
38224
38225
38226 \end_layout
38227
38228 \begin_layout Section
38229 Outputs
38230 \end_layout
38231
38232 \begin_layout Subsection
38233 Printer
38234 \begin_inset CommandInset label
38235 LatexCommand label
38236 name "sub:Printer"
38237
38238 \end_inset
38239
38240
38241 \begin_inset Index
38242 status collapsed
38243
38244 \begin_layout Standard
38245 Printer
38246 \end_layout
38247
38248 \end_inset
38249
38250
38251 \begin_inset Index
38252 status collapsed
38253
38254 \begin_layout Standard
38255 Settings ! Printer
38256 \end_layout
38257
38258 \end_inset
38259
38260
38261 \end_layout
38262
38263 \begin_layout Description
38264 Default\InsetSpace ~
38265 printer Here you can specify the name of your default printer.
38266  The name will be used when the 
38267 \family sans
38268 Printer command
38269 \family default
38270  is executed.
38271 \newline
38272
38273 \begin_inset Note Greyedout
38274 status open
38275
38276 \begin_layout Standard
38277
38278 \series bold
38279 Note:
38280 \series default
38281  You can leave this field empty on Windows systems because it has there
38282  no effect.
38283 \end_layout
38284
38285 \end_inset
38286
38287
38288 \end_layout
38289
38290 \begin_layout Description
38291 Adapt\InsetSpace ~
38292 output\InsetSpace ~
38293 to\InsetSpace ~
38294 printer This option works only for the 
38295 \family sans
38296 Printer command
38297 \family default
38298  
38299 \begin_inset Quotes eld
38300 \end_inset
38301
38302
38303 \family sans
38304 dvips
38305 \family default
38306
38307 \begin_inset Quotes erd
38308 \end_inset
38309
38310 .
38311  It activates a configuration file for dvips.
38312  This is an option only for dvips experts.
38313 \end_layout
38314
38315 \begin_layout Description
38316 Printer\InsetSpace ~
38317 command is the command LyX\InsetSpace \thinspace{}
38318 /\InsetSpace \thinspace{}
38319 LaTeX uses for printing.
38320  The default is on most systems 
38321 \family sans
38322 dvips
38323 \family default
38324 .
38325 \end_layout
38326
38327 \begin_layout Description
38328 Printer\InsetSpace ~
38329 Command\InsetSpace ~
38330 Options Here you can specify printer options.
38331  A list of printer options with explanations can be found in the documentation
38332  of the program that provides the 
38333 \family sans
38334 Printer command
38335 \family default
38336  you are using.
38337 \end_layout
38338
38339 \begin_layout Subsection
38340 Date Format
38341 \begin_inset Index
38342 status collapsed
38343
38344 \begin_layout Standard
38345 Date Format
38346 \end_layout
38347
38348 \end_inset
38349
38350
38351 \begin_inset Index
38352 status collapsed
38353
38354 \begin_layout Standard
38355 Settings ! Date format
38356 \end_layout
38357
38358 \end_inset
38359
38360
38361 \end_layout
38362
38363 \begin_layout Standard
38364 The date format can be one or a mixture of the formats listed here:
38365 \newline
38366
38367 \begin_inset Flex URL
38368 status collapsed
38369
38370 \begin_layout Standard
38371
38372 \family roman
38373 \series medium
38374 \shape up
38375 \size normal
38376 \emph off
38377 \bar no
38378 \noun off
38379 \color none
38380 http://unixhelp.ed.ac.uk/CGI/man-cgi?date
38381 \end_layout
38382
38383 \end_inset
38384
38385
38386 \newline
38387 For example the format
38388 \newline
38389 %d/%m/%y
38390 \newline
38391 prints the date as day/month/year.
38392 \end_layout
38393
38394 \begin_layout Subsection
38395 Plain Text
38396 \end_layout
38397
38398 \begin_layout Description
38399 Output\InsetSpace ~
38400 line\InsetSpace ~
38401 length sets the maximum number of characters printed in one line
38402  when using the menu 
38403 \family sans
38404 File\SpecialChar \menuseparator
38405 Export\SpecialChar \menuseparator
38406 Plain\InsetSpace ~
38407 text
38408 \family default
38409 .
38410  Setting the line line length to 0 means all text is printed in one endless
38411  line.
38412 \end_layout
38413
38414 \begin_layout Description
38415 roff\InsetSpace ~
38416 command defines an additional command used to produce better ASCII tables
38417  with the 
38418 \family typewriter
38419 groff/troff/nroff
38420 \family default
38421  UNIX-commands (refer to their manuals for more information about them).
38422  Setting this as empty tells LyX to use the internal formatter.
38423 \end_layout
38424
38425 \begin_layout Subsection
38426 LaT
38427 \begin_inset ERT
38428 status collapsed
38429
38430 \begin_layout Standard
38431
38432 \family roman
38433 \series medium
38434 \shape up
38435 \size normal
38436 \emph off
38437 \bar no
38438 \noun off
38439 \color none
38440 {}
38441 \end_layout
38442
38443 \end_inset
38444
38445 eX
38446 \begin_inset CommandInset label
38447 LatexCommand label
38448 name "sub:LaTeX-settings"
38449
38450 \end_inset
38451
38452
38453 \begin_inset Index
38454 status collapsed
38455
38456 \begin_layout Standard
38457 Settings ! LaTeX
38458 \end_layout
38459
38460 \end_inset
38461
38462
38463 \end_layout
38464
38465 \begin_layout Description
38466 Te
38467 \begin_inset ERT
38468 status collapsed
38469
38470 \begin_layout Standard
38471
38472 \family roman
38473 \series medium
38474 \shape up
38475 \size normal
38476 \emph off
38477 \bar no
38478 \noun off
38479 \color none
38480 {}
38481 \end_layout
38482
38483 \end_inset
38484
38485 X\InsetSpace ~
38486 encoding This is the default encoding of the document font.
38487  
38488 \family sans
38489 T1
38490 \family default
38491  is the default and covers western languages and symbols.
38492  
38493 \family sans
38494 T2A
38495 \family default
38496
38497 \family sans
38498 T2B
38499 \family default
38500
38501 \family sans
38502 T2C
38503 \family default
38504
38505 \family sans
38506 LCY
38507 \family default
38508 , and 
38509 \family sans
38510 X2
38511 \family default
38512  are for Cyrillic.
38513  Combinations of the encodings are possible, like 
38514 \begin_inset Quotes erd
38515 \end_inset
38516
38517
38518 \family sans
38519 T1, T2B
38520 \family default
38521
38522 \begin_inset Quotes erd
38523 \end_inset
38524
38525 .
38526  The font encoding is normally automatically loaded by the language packages
38527  LyX sets up in the background.
38528  So there is no need to change the default encoding.
38529 \end_layout
38530
38531 \begin_layout Description
38532 Default\InsetSpace ~
38533 paper\InsetSpace ~
38534 size This is the paper size that is used for new documents.
38535  The 
38536 \family sans
38537 Default
38538 \family default
38539  value depends on your LaTeX-system setup.
38540 \end_layout
38541
38542 \begin_layout Description
38543 Reset\InsetSpace ~
38544 class\InsetSpace ~
38545 options\InsetSpace ~
38546 when\InsetSpace ~
38547 document\InsetSpace ~
38548 classes\InsetSpace ~
38549 changes Removes all manually set document
38550  class options in the 
38551 \family sans
38552 Document\SpecialChar \menuseparator
38553 Settings
38554 \family default
38555  dialog when changing the document class.
38556 \end_layout
38557
38558 \begin_layout Standard
38559 In the 
38560 \family sans
38561 External Applications
38562 \family default
38563  field you can specify commands with parameters for the listed applications.
38564  Before you change something here, it is strongly recommended to read the
38565  manuals of the applications.
38566  Currently the following commands can be set:
38567 \end_layout
38568
38569 \begin_layout Description
38570 CheckTe
38571 \begin_inset ERT
38572 status collapsed
38573
38574 \begin_layout Standard
38575
38576 \family roman
38577 \series medium
38578 \shape up
38579 \size normal
38580 \emph off
38581 \bar no
38582 \noun off
38583 \color none
38584 {}
38585 \end_layout
38586
38587 \end_inset
38588
38589 X\InsetSpace ~
38590 command Command for the program 
38591 \family sans
38592 CheckTeX
38593 \family default
38594  that is described in section 
38595 \emph on
38596 Checking TeX
38597 \emph default
38598  of the 
38599 \emph on
38600 Extended Features
38601 \emph default
38602  manual.
38603 \end_layout
38604
38605 \begin_layout Description
38606 BibTe
38607 \begin_inset ERT
38608 status collapsed
38609
38610 \begin_layout Standard
38611
38612 \family roman
38613 \series medium
38614 \shape up
38615 \size normal
38616 \emph off
38617 \bar no
38618 \noun off
38619 \color none
38620 {}
38621 \end_layout
38622
38623 \end_inset
38624
38625 X\InsetSpace ~
38626 command Command for the program 
38627 \family sans
38628 BibTeX
38629 \family default
38630  that generates the bibliography, see section\InsetSpace ~
38631
38632 \begin_inset CommandInset ref
38633 LatexCommand ref
38634 reference "sub:Bibliography-databases"
38635
38636 \end_inset
38637
38638 .
38639 \end_layout
38640
38641 \begin_layout Description
38642 Index\InsetSpace ~
38643 command Command for the program that generates the index, see section\InsetSpace ~
38644
38645 \begin_inset CommandInset ref
38646 LatexCommand ref
38647 reference "sub:Index-Program"
38648
38649 \end_inset
38650
38651 .
38652 \end_layout
38653
38654 \begin_layout Description
38655 DVI\InsetSpace ~
38656 viewer\InsetSpace ~
38657 paper\InsetSpace ~
38658 size\InsetSpace ~
38659 options They only have an effect when the program 
38660 \family sans
38661 xdvi
38662 \family default
38663  is used as DVI-viewer.
38664 \end_layout
38665
38666 \begin_layout Subsection
38667 Paths
38668 \begin_inset Index
38669 status collapsed
38670
38671 \begin_layout Standard
38672 Paths
38673 \end_layout
38674
38675 \end_inset
38676
38677
38678 \begin_inset Index
38679 status collapsed
38680
38681 \begin_layout Standard
38682 Settings ! Paths
38683 \end_layout
38684
38685 \end_inset
38686
38687
38688 \end_layout
38689
38690 \begin_layout Standard
38691 The submenu 
38692 \family sans
38693 Paths
38694 \family default
38695  is only available in the Windows version of LyX.
38696  The option 
38697 \family sans
38698 Use Windows-style paths in LaTeX files
38699 \family default
38700  uses the Windows path style:
38701 \end_layout
38702
38703 \begin_layout Standard
38704 C:
38705 \backslash
38706 test
38707 \backslash
38708 hello
38709 \end_layout
38710
38711 \begin_layout Standard
38712 instead of the Unix path style:
38713 \end_layout
38714
38715 \begin_layout Standard
38716 C:/test/hello
38717 \end_layout
38718
38719 \begin_layout Section
38720 Converters
38721 \begin_inset Index
38722 status collapsed
38723
38724 \begin_layout Standard
38725 Converters
38726 \end_layout
38727
38728 \end_inset
38729
38730
38731 \end_layout
38732
38733 \begin_layout Standard
38734 Here you find the list of defined converter commands to convert material
38735  from one format to another.
38736  You can modify them or create new ones.
38737  To modify a converter, select it, change the entry of the field 
38738 \family sans
38739 Converter
38740 \family default
38741  and/or 
38742 \family sans
38743 Extra\InsetSpace ~
38744 flag
38745 \family default
38746 , and press the 
38747 \family sans
38748 Modify
38749 \family default
38750  button.
38751  To create a new converter, select an existing one, select a different format
38752  in the 
38753 \family sans
38754 From\InsetSpace ~
38755 format
38756 \family default
38757  drop-down list, modify the 
38758 \family sans
38759 Converter
38760 \family default
38761  field, and press the 
38762 \family sans
38763 Add
38764 \family default
38765  button.
38766 \end_layout
38767
38768 \begin_layout Standard
38769 When the 
38770 \family sans
38771 Converter File Cache
38772 \family default
38773  is enabled, conversions will be cached as long as specified in the field
38774  
38775 \family sans
38776 Maximum Age (in days
38777 \family default
38778 ).
38779  This means that images don't need to be converted again when you reopen
38780  a document; the converted images from the cache will be used instead.
38781 \end_layout
38782
38783 \begin_layout Standard
38784 More about converters, like the variables and flags that can be used in
38785  the converter definition, is described in section 
38786 \emph on
38787 Converters
38788 \emph default
38789  of the 
38790 \emph on
38791 Customization
38792 \emph default
38793  manual.
38794 \end_layout
38795
38796 \begin_layout Section
38797 File Formats
38798 \begin_inset Index
38799 status collapsed
38800
38801 \begin_layout Standard
38802 File formats
38803 \end_layout
38804
38805 \end_inset
38806
38807
38808 \begin_inset CommandInset label
38809 LatexCommand label
38810 name "sec:File-Formats"
38811
38812 \end_inset
38813
38814
38815 \end_layout
38816
38817 \begin_layout Standard
38818 Here you find the list of defined file formats that LyX can handle.
38819  You can modify the viewer and editor program that should be used for certain
38820  formats.
38821  To create a new format, select an existing one, change the entry of the
38822  fields 
38823 \family sans
38824 Format
38825 \family default
38826  and 
38827 \family sans
38828 GUI\InsetSpace ~
38829 name
38830 \family default
38831 , and press the 
38832 \family sans
38833 Add
38834 \family default
38835  button.
38836 \end_layout
38837
38838 \begin_layout Standard
38839 More about formats, like the options that can be used in the format definition,
38840  is described in section 
38841 \emph on
38842 Formats
38843 \emph default
38844  of the 
38845 \emph on
38846 Customization
38847 \emph default
38848  manual.
38849 \end_layout
38850
38851 \begin_layout Section
38852 Copiers
38853 \begin_inset Index
38854 status collapsed
38855
38856 \begin_layout Standard
38857 Copiers
38858 \end_layout
38859
38860 \end_inset
38861
38862
38863 \end_layout
38864
38865 \begin_layout Standard
38866 Here you find the list of defined copiers.
38867  Since all conversions from one format to another take place in LyX's temporary
38868  directory, it is sometimes necessary to modify a file before copying it
38869  to the temporary directory in order that the conversion may be performed.
38870  This is done by a Copier.
38871 \end_layout
38872
38873 \begin_layout Standard
38874 More about converters is described in section 
38875 \emph on
38876 Copiers
38877 \emph default
38878  of the 
38879 \emph on
38880 Customization
38881 \emph default
38882  manual.
38883 \end_layout
38884
38885 \begin_layout Chapter
38886 Units available in LyX
38887 \begin_inset Index
38888 status collapsed
38889
38890 \begin_layout Standard
38891 Units
38892 \end_layout
38893
38894 \end_inset
38895
38896
38897 \begin_inset CommandInset label
38898 LatexCommand label
38899 name "cha:Units-available-in"
38900
38901 \end_inset
38902
38903
38904 \end_layout
38905
38906 \begin_layout Standard
38907 To understand the units described in this documentation, 
38908 \begin_inset CommandInset ref
38909 LatexCommand ref
38910 reference "cap:Units"
38911
38912 \end_inset
38913
38914  explains all units available in LyX.
38915 \end_layout
38916
38917 \begin_layout Standard
38918 \begin_inset Float table
38919 placement h
38920 wide false
38921 sideways false
38922 status open
38923
38924 \begin_layout Standard
38925 \begin_inset Caption
38926
38927 \begin_layout Standard
38928 \begin_inset CommandInset label
38929 LatexCommand label
38930 name "cap:Units"
38931
38932 \end_inset
38933
38934 Units
38935 \end_layout
38936
38937 \end_inset
38938
38939
38940 \end_layout
38941
38942 \begin_layout Standard
38943 \begin_inset VSpace medskip
38944 \end_inset
38945
38946
38947 \end_layout
38948
38949 \begin_layout Standard
38950 \align center
38951 \begin_inset Tabular
38952 <lyxtabular version="3" rows="20" columns="2">
38953 <features>
38954 <column alignment="center" valignment="top" leftline="true" width="0">
38955 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
38956 <row topline="true" bottomline="true">
38957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38958 \begin_inset Text
38959
38960 \begin_layout Standard
38961 unit
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 name/description
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 mm
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 millimeter
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 cm
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 centimeter
39011 \end_layout
39012
39013 \end_inset
39014 </cell>
39015 </row>
39016 <row topline="true">
39017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39018 \begin_inset Text
39019
39020 \begin_layout Standard
39021 in
39022 \end_layout
39023
39024 \end_inset
39025 </cell>
39026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39027 \begin_inset Text
39028
39029 \begin_layout Standard
39030 inch
39031 \end_layout
39032
39033 \end_inset
39034 </cell>
39035 </row>
39036 <row topline="true">
39037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39038 \begin_inset Text
39039
39040 \begin_layout Standard
39041 pt
39042 \end_layout
39043
39044 \end_inset
39045 </cell>
39046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39047 \begin_inset Text
39048
39049 \begin_layout Standard
39050 point (72.27\InsetSpace \thinspace{}
39051 pt = 1\InsetSpace \thinspace{}
39052 in)
39053 \end_layout
39054
39055 \end_inset
39056 </cell>
39057 </row>
39058 <row topline="true">
39059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39060 \begin_inset Text
39061
39062 \begin_layout Standard
39063 pc
39064 \end_layout
39065
39066 \end_inset
39067 </cell>
39068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39069 \begin_inset Text
39070
39071 \begin_layout Standard
39072 pica (1\InsetSpace \thinspace{}
39073 pc = 12\InsetSpace \thinspace{}
39074 pt)
39075 \end_layout
39076
39077 \end_inset
39078 </cell>
39079 </row>
39080 <row topline="true">
39081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39082 \begin_inset Text
39083
39084 \begin_layout Standard
39085 sp
39086 \end_layout
39087
39088 \end_inset
39089 </cell>
39090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39091 \begin_inset Text
39092
39093 \begin_layout Standard
39094 scaled point (65536\InsetSpace \thinspace{}
39095 sp = 1\InsetSpace \thinspace{}
39096 pt)
39097 \end_layout
39098
39099 \end_inset
39100 </cell>
39101 </row>
39102 <row topline="true">
39103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39104 \begin_inset Text
39105
39106 \begin_layout Standard
39107 bp
39108 \end_layout
39109
39110 \end_inset
39111 </cell>
39112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39113 \begin_inset Text
39114
39115 \begin_layout Standard
39116 big point (72\InsetSpace \thinspace{}
39117 bp = 1\InsetSpace \thinspace{}
39118 in)
39119 \end_layout
39120
39121 \end_inset
39122 </cell>
39123 </row>
39124 <row topline="true">
39125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39126 \begin_inset Text
39127
39128 \begin_layout Standard
39129 dd
39130 \end_layout
39131
39132 \end_inset
39133 </cell>
39134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39135 \begin_inset Text
39136
39137 \begin_layout Standard
39138 didot (72\InsetSpace \thinspace{}
39139 dd 
39140 \begin_inset Formula $\approx$
39141 \end_inset
39142
39143  37.6\InsetSpace \thinspace{}
39144 mm)
39145 \end_layout
39146
39147 \end_inset
39148 </cell>
39149 </row>
39150 <row topline="true">
39151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39152 \begin_inset Text
39153
39154 \begin_layout Standard
39155 cc
39156 \end_layout
39157
39158 \end_inset
39159 </cell>
39160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39161 \begin_inset Text
39162
39163 \begin_layout Standard
39164 cicero (1\InsetSpace \thinspace{}
39165 cc = 12\InsetSpace \thinspace{}
39166 dd)
39167 \end_layout
39168
39169 \end_inset
39170 </cell>
39171 </row>
39172 <row topline="true">
39173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39174 \begin_inset Text
39175
39176 \begin_layout Standard
39177 Scale%
39178 \end_layout
39179
39180 \end_inset
39181 </cell>
39182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39183 \begin_inset Text
39184
39185 \begin_layout Standard
39186 % of original image width
39187 \end_layout
39188
39189 \end_inset
39190 </cell>
39191 </row>
39192 <row topline="true">
39193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39194 \begin_inset Text
39195
39196 \begin_layout Standard
39197 text%
39198 \end_layout
39199
39200 \end_inset
39201 </cell>
39202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39203 \begin_inset Text
39204
39205 \begin_layout Standard
39206 % of text width
39207 \end_layout
39208
39209 \end_inset
39210 </cell>
39211 </row>
39212 <row topline="true">
39213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39214 \begin_inset Text
39215
39216 \begin_layout Standard
39217 col%
39218 \end_layout
39219
39220 \end_inset
39221 </cell>
39222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39223 \begin_inset Text
39224
39225 \begin_layout Standard
39226 % of column width
39227 \end_layout
39228
39229 \end_inset
39230 </cell>
39231 </row>
39232 <row topline="true">
39233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39234 \begin_inset Text
39235
39236 \begin_layout Standard
39237 page%
39238 \end_layout
39239
39240 \end_inset
39241 </cell>
39242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39243 \begin_inset Text
39244
39245 \begin_layout Standard
39246 % of paper width
39247 \end_layout
39248
39249 \end_inset
39250 </cell>
39251 </row>
39252 <row topline="true">
39253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39254 \begin_inset Text
39255
39256 \begin_layout Standard
39257 line%
39258 \end_layout
39259
39260 \end_inset
39261 </cell>
39262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39263 \begin_inset Text
39264
39265 \begin_layout Standard
39266 % of line width
39267 \end_layout
39268
39269 \end_inset
39270 </cell>
39271 </row>
39272 <row topline="true">
39273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39274 \begin_inset Text
39275
39276 \begin_layout Standard
39277 theight%
39278 \end_layout
39279
39280 \end_inset
39281 </cell>
39282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39283 \begin_inset Text
39284
39285 \begin_layout Standard
39286 % of text height
39287 \end_layout
39288
39289 \end_inset
39290 </cell>
39291 </row>
39292 <row topline="true">
39293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39294 \begin_inset Text
39295
39296 \begin_layout Standard
39297 pheight%
39298 \end_layout
39299
39300 \end_inset
39301 </cell>
39302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39303 \begin_inset Text
39304
39305 \begin_layout Standard
39306 % of paper height
39307 \end_layout
39308
39309 \end_inset
39310 </cell>
39311 </row>
39312 <row topline="true">
39313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39314 \begin_inset Text
39315
39316 \begin_layout Standard
39317 ex
39318 \end_layout
39319
39320 \end_inset
39321 </cell>
39322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39323 \begin_inset Text
39324
39325 \begin_layout Standard
39326 height of letter 
39327 \emph on
39328 x
39329 \emph default
39330  in current font
39331 \end_layout
39332
39333 \end_inset
39334 </cell>
39335 </row>
39336 <row topline="true">
39337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39338 \begin_inset Text
39339
39340 \begin_layout Standard
39341 em
39342 \end_layout
39343
39344 \end_inset
39345 </cell>
39346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39347 \begin_inset Text
39348
39349 \begin_layout Standard
39350 width of letter 
39351 \emph on
39352 M
39353 \emph default
39354  in current font
39355 \end_layout
39356
39357 \end_inset
39358 </cell>
39359 </row>
39360 <row topline="true" bottomline="true">
39361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39362 \begin_inset Text
39363
39364 \begin_layout Standard
39365 mu
39366 \end_layout
39367
39368 \end_inset
39369 </cell>
39370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39371 \begin_inset Text
39372
39373 \begin_layout Standard
39374 math unit (1\InsetSpace \thinspace{}
39375 mu = 1/18\InsetSpace \thinspace{}
39376 em)
39377 \end_layout
39378
39379 \end_inset
39380 </cell>
39381 </row>
39382 </lyxtabular>
39383
39384 \end_inset
39385
39386
39387 \end_layout
39388
39389 \end_inset
39390
39391
39392 \end_layout
39393
39394 \begin_layout Chapter
39395 Credits
39396 \begin_inset CommandInset label
39397 LatexCommand label
39398 name "cha:Credits"
39399
39400 \end_inset
39401
39402
39403 \end_layout
39404
39405 \begin_layout Standard
39406 The documentation is a collaborative effort between many different people
39407  (and we would encourage people to contribute!).
39408 \end_layout
39409
39410 \begin_layout Itemize
39411
39412 \noun on
39413 Alejandro Aguilar Sierra
39414 \end_layout
39415
39416 \begin_layout Itemize
39417
39418 \noun on
39419 Amir Karger
39420 \end_layout
39421
39422 \begin_layout Itemize
39423
39424 \noun on
39425 David Johnson
39426 \end_layout
39427
39428 \begin_layout Itemize
39429
39430 \noun on
39431 Hartmut Haase
39432 \end_layout
39433
39434 \begin_layout Itemize
39435
39436 \noun on
39437 Ignacio García
39438 \end_layout
39439
39440 \begin_layout Itemize
39441
39442 \noun on
39443 Ivan Schreter
39444 \end_layout
39445
39446 \begin_layout Itemize
39447
39448 \noun on
39449 John Raithel
39450 \end_layout
39451
39452 \begin_layout Itemize
39453
39454 \noun on
39455 John Weiss
39456 \end_layout
39457
39458 \begin_layout Itemize
39459
39460 \noun on
39461 Lars Gullik Bjønnes
39462 \end_layout
39463
39464 \begin_layout Itemize
39465
39466 \noun on
39467 Matthias Ettrich
39468 \end_layout
39469
39470 \begin_layout Itemize
39471
39472 \noun on
39473 Matthias Zenker
39474 \end_layout
39475
39476 \begin_layout Itemize
39477
39478 \noun on
39479 Rich Fields
39480 \end_layout
39481
39482 \begin_layout Itemize
39483
39484 \noun on
39485 Pascal André
39486 \end_layout
39487
39488 \begin_layout Itemize
39489
39490 \noun on
39491 Paul Evans
39492 \end_layout
39493
39494 \begin_layout Itemize
39495
39496 \noun on
39497 Paul Russel
39498 \end_layout
39499
39500 \begin_layout Itemize
39501
39502 \noun on
39503 Robin Socha
39504 \end_layout
39505
39506 \begin_layout Itemize
39507
39508 \noun on
39509 Uwe Stöhr
39510 \end_layout
39511
39512 \begin_layout Itemize
39513 The LyX Team: 
39514 \begin_inset CommandInset citation
39515 LatexCommand cite
39516 key "lyxcredit"
39517
39518 \end_inset
39519
39520
39521 \end_layout
39522
39523 \begin_layout Standard
39524
39525 \newpage
39526 The bibliography on the following page was created with the 
39527 \family sans
39528 Bibliography
39529 \family default
39530  environment.
39531 \end_layout
39532
39533 \begin_layout Bibliography
39534 \begin_inset CommandInset bibitem
39535 LatexCommand bibitem
39536 label "Credits"
39537 key "lyxcredit"
39538
39539 \end_inset
39540
39541
39542 \begin_inset ERT
39543 status collapsed
39544
39545 \begin_layout Standard
39546
39547 \family roman
39548 \series medium
39549 \shape up
39550 \size normal
39551 \emph off
39552 \bar no
39553 \noun off
39554 \color none
39555
39556 \backslash
39557 addcontentsline{toc}{chapter}{
39558 \backslash
39559 bibname
39560 \backslash
39561 ; 1}
39562 \end_layout
39563
39564 \end_inset
39565
39566
39567 \begin_inset Note Note
39568 status collapsed
39569
39570 \begin_layout Standard
39571 The command 
39572 \series bold
39573
39574 \backslash
39575 addcontentsline
39576 \series default
39577  is explained in the 
39578 \emph on
39579 Extended Features
39580 \emph default
39581  manual.
39582  It creates a TOC entry.
39583 \end_layout
39584
39585 \begin_layout Standard
39586 A manual TOC entry for the bibliography is only necessary because we use
39587  two different ones in one document.
39588 \end_layout
39589
39590 \end_inset
39591
39592 The LyX Team: 
39593 \begin_inset ERT
39594 status collapsed
39595
39596 \begin_layout Standard
39597
39598 \family roman
39599 \series medium
39600 \shape up
39601 \size normal
39602 \emph off
39603 \bar no
39604 \noun off
39605 \color none
39606
39607 \backslash
39608 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
39609 \end_layout
39610
39611 \end_inset
39612
39613 Credits
39614 \begin_inset ERT
39615 status collapsed
39616
39617 \begin_layout Standard
39618
39619 \family roman
39620 \series medium
39621 \shape up
39622 \size normal
39623 \emph off
39624 \bar no
39625 \noun off
39626 \color none
39627 }
39628 \end_layout
39629
39630 \end_inset
39631
39632
39633 \begin_inset Note Note
39634 status collapsed
39635
39636 \begin_layout Standard
39637 The command 
39638 \series bold
39639
39640 \backslash
39641 href
39642 \series default
39643  is explained in the 
39644 \emph on
39645 Embedded Objects
39646 \emph default
39647  manual.
39648  It creates a hyperlink.
39649 \end_layout
39650
39651 \end_inset
39652
39653 :
39654 \newline
39655
39656 \begin_inset Flex URL
39657 status collapsed
39658
39659 \begin_layout Standard
39660
39661 \family roman
39662 \series medium
39663 \shape up
39664 \size normal
39665 \emph off
39666 \bar no
39667 \noun off
39668 \color none
39669 http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS
39670 \end_layout
39671
39672 \end_inset
39673
39674
39675 \end_layout
39676
39677 \begin_layout Bibliography
39678 \begin_inset CommandInset bibitem
39679 LatexCommand bibitem
39680 key "latexcompanion"
39681
39682 \end_inset
39683
39684 Frank Mittelbach and Michel Goossens: 
39685 \emph on
39686 The LaTeX Companion Second Edition.
39687
39688 \emph default
39689  Addison-Wesley, 2004
39690 \end_layout
39691
39692 \begin_layout Bibliography
39693 \begin_inset CommandInset bibitem
39694 LatexCommand bibitem
39695 key "latexguide"
39696
39697 \end_inset
39698
39699 Helmut Kopka and Patrick W.
39700  Daly: 
39701 \emph on
39702 A Guide to LaTeX Fourth Edition.
39703
39704 \emph default
39705  Addison-Wesley, 2003
39706 \end_layout
39707
39708 \begin_layout Bibliography
39709 \begin_inset CommandInset bibitem
39710 LatexCommand bibitem
39711 key "latexbook"
39712
39713 \end_inset
39714
39715 Leslie Lamport: 
39716 \emph on
39717 LaTeX: A Document Preparation System.
39718
39719 \emph default
39720  Addison-Wesley, second edition, 1994
39721 \end_layout
39722
39723 \begin_layout Bibliography
39724 \begin_inset CommandInset bibitem
39725 LatexCommand bibitem
39726 key "texbook"
39727
39728 \end_inset
39729
39730 Donald E.
39731  Knuth.
39732  
39733 \emph on
39734 The TeXbook.
39735
39736 \emph default
39737  Addison-Wesley, 1984
39738 \end_layout
39739
39740 \begin_layout Bibliography
39741 \begin_inset CommandInset bibitem
39742 LatexCommand bibitem
39743 key "TeXCatalogue"
39744
39745 \end_inset
39746
39747 The TeX Catalogue:
39748 \newline
39749
39750 \begin_inset Flex URL
39751 status collapsed
39752
39753 \begin_layout Standard
39754
39755 \family roman
39756 \series medium
39757 \shape up
39758 \size normal
39759 \emph off
39760 \bar no
39761 \noun off
39762 \color none
39763 http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html
39764 \end_layout
39765
39766 \end_inset
39767
39768
39769 \end_layout
39770
39771 \begin_layout Bibliography
39772 \begin_inset CommandInset bibitem
39773 LatexCommand bibitem
39774 key "LaTeXFAQ"
39775
39776 \end_inset
39777
39778
39779 \begin_inset Flex URL
39780 status collapsed
39781
39782 \begin_layout Standard
39783
39784 \family roman
39785 \series medium
39786 \shape up
39787 \size normal
39788 \emph off
39789 \bar no
39790 \noun off
39791 \color none
39792 http://www.tex.ac.uk/cgi-bin/texfaq2html
39793 \end_layout
39794
39795 \end_inset
39796
39797
39798 \end_layout
39799
39800 \begin_layout Bibliography
39801 \begin_inset CommandInset bibitem
39802 LatexCommand bibitem
39803 key "makeindex"
39804
39805 \end_inset
39806
39807
39808 \begin_inset ERT
39809 status collapsed
39810
39811 \begin_layout Standard
39812
39813 \family roman
39814 \series medium
39815 \shape up
39816 \size normal
39817 \emph off
39818 \bar no
39819 \noun off
39820 \color none
39821
39822 \backslash
39823 href{http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi}{
39824 \end_layout
39825
39826 \end_inset
39827
39828 Documentation
39829 \begin_inset ERT
39830 status collapsed
39831
39832 \begin_layout Standard
39833
39834 \family roman
39835 \series medium
39836 \shape up
39837 \size normal
39838 \emph off
39839 \bar no
39840 \noun off
39841 \color none
39842 }
39843 \end_layout
39844
39845 \end_inset
39846
39847  of the program 
39848 \family sans
39849 makeindex
39850 \family default
39851 :
39852 \newline
39853
39854 \begin_inset Flex URL
39855 status collapsed
39856
39857 \begin_layout Standard
39858
39859 \family roman
39860 \series medium
39861 \shape up
39862 \size normal
39863 \emph off
39864 \bar no
39865 \noun off
39866 \color none
39867 http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi
39868 \end_layout
39869
39870 \end_inset
39871
39872
39873 \end_layout
39874
39875 \begin_layout Bibliography
39876 \begin_inset CommandInset bibitem
39877 LatexCommand bibitem
39878 key "caption"
39879
39880 \end_inset
39881
39882
39883 \begin_inset ERT
39884 status collapsed
39885
39886 \begin_layout Standard
39887
39888 \family roman
39889 \series medium
39890 \shape up
39891 \size normal
39892 \emph off
39893 \bar no
39894 \noun off
39895 \color none
39896
39897 \backslash
39898 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
39899 \end_layout
39900
39901 \end_inset
39902
39903 Documentation
39904 \begin_inset ERT
39905 status collapsed
39906
39907 \begin_layout Standard
39908
39909 \family roman
39910 \series medium
39911 \shape up
39912 \size normal
39913 \emph off
39914 \bar no
39915 \noun off
39916 \color none
39917 }
39918 \end_layout
39919
39920 \end_inset
39921
39922  of the LaTeX-package 
39923 \series bold
39924 caption
39925 \series default
39926
39927 \begin_inset Index
39928 status collapsed
39929
39930 \begin_layout Standard
39931 LaTeX-packages ! caption
39932 \end_layout
39933
39934 \end_inset
39935
39936 :
39937 \newline
39938
39939 \begin_inset Flex URL
39940 status collapsed
39941
39942 \begin_layout Standard
39943
39944 \family roman
39945 \series medium
39946 \shape up
39947 \size normal
39948 \emph off
39949 \bar no
39950 \noun off
39951 \color none
39952 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf
39953 \end_layout
39954
39955 \end_inset
39956
39957
39958 \end_layout
39959
39960 \begin_layout Bibliography
39961 \begin_inset CommandInset bibitem
39962 LatexCommand bibitem
39963 key "fancyhdr"
39964
39965 \end_inset
39966
39967
39968 \begin_inset ERT
39969 status collapsed
39970
39971 \begin_layout Standard
39972
39973 \family roman
39974 \series medium
39975 \shape up
39976 \size normal
39977 \emph off
39978 \bar no
39979 \noun off
39980 \color none
39981
39982 \backslash
39983 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf}
39984 {
39985 \end_layout
39986
39987 \end_inset
39988
39989 Documentation
39990 \begin_inset ERT
39991 status collapsed
39992
39993 \begin_layout Standard
39994
39995 \family roman
39996 \series medium
39997 \shape up
39998 \size normal
39999 \emph off
40000 \bar no
40001 \noun off
40002 \color none
40003 }
40004 \end_layout
40005
40006 \end_inset
40007
40008  of the LaTeX-package 
40009 \series bold
40010 fancyhdr
40011 \series default
40012
40013 \begin_inset Index
40014 status collapsed
40015
40016 \begin_layout Standard
40017 LaTeX-packages ! fancyhdr
40018 \end_layout
40019
40020 \end_inset
40021
40022 :
40023 \newline
40024
40025 \begin_inset Flex URL
40026 status collapsed
40027
40028 \begin_layout Standard
40029
40030 \family roman
40031 \series medium
40032 \shape up
40033 \size normal
40034 \emph off
40035 \bar no
40036 \noun off
40037 \color none
40038 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
40039 \end_layout
40040
40041 \end_inset
40042
40043
40044 \end_layout
40045
40046 \begin_layout Bibliography
40047 \begin_inset CommandInset bibitem
40048 LatexCommand bibitem
40049 key "floatflt"
40050
40051 \end_inset
40052
40053
40054 \begin_inset ERT
40055 status collapsed
40056
40057 \begin_layout Standard
40058
40059 \family roman
40060 \series medium
40061 \shape up
40062 \size normal
40063 \emph off
40064 \bar no
40065 \noun off
40066 \color none
40067
40068 \backslash
40069 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
40070 {
40071 \end_layout
40072
40073 \end_inset
40074
40075 Documentation
40076 \begin_inset ERT
40077 status collapsed
40078
40079 \begin_layout Standard
40080
40081 \family roman
40082 \series medium
40083 \shape up
40084 \size normal
40085 \emph off
40086 \bar no
40087 \noun off
40088 \color none
40089 }
40090 \end_layout
40091
40092 \end_inset
40093
40094  of the LaTeX-package 
40095 \series bold
40096 floatflt
40097 \series default
40098
40099 \begin_inset Index
40100 status collapsed
40101
40102 \begin_layout Standard
40103 LaTeX-packages ! floatflt
40104 \end_layout
40105
40106 \end_inset
40107
40108 :
40109 \newline
40110
40111 \begin_inset Flex URL
40112 status collapsed
40113
40114 \begin_layout Standard
40115
40116 \family roman
40117 \series medium
40118 \shape up
40119 \size normal
40120 \emph off
40121 \bar no
40122 \noun off
40123 \color none
40124 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf
40125 \end_layout
40126
40127 \end_inset
40128
40129
40130 \end_layout
40131
40132 \begin_layout Bibliography
40133 \begin_inset CommandInset bibitem
40134 LatexCommand bibitem
40135 key "nomencl"
40136
40137 \end_inset
40138
40139
40140 \begin_inset ERT
40141 status collapsed
40142
40143 \begin_layout Standard
40144
40145 \family roman
40146 \series medium
40147 \shape up
40148 \size normal
40149 \emph off
40150 \bar no
40151 \noun off
40152 \color none
40153
40154 \backslash
40155 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf}{
40156 \end_layout
40157
40158 \end_inset
40159
40160 Documentation
40161 \begin_inset ERT
40162 status collapsed
40163
40164 \begin_layout Standard
40165
40166 \family roman
40167 \series medium
40168 \shape up
40169 \size normal
40170 \emph off
40171 \bar no
40172 \noun off
40173 \color none
40174 }
40175 \end_layout
40176
40177 \end_inset
40178
40179  of the LaTeX-package 
40180 \series bold
40181 nomencl
40182 \series default
40183
40184 \begin_inset Index
40185 status collapsed
40186
40187 \begin_layout Standard
40188 LaTeX-packages ! nomencl
40189 \end_layout
40190
40191 \end_inset
40192
40193 :
40194 \newline
40195
40196 \begin_inset Flex URL
40197 status collapsed
40198
40199 \begin_layout Standard
40200
40201 \family roman
40202 \series medium
40203 \shape up
40204 \size normal
40205 \emph off
40206 \bar no
40207 \noun off
40208 \color none
40209 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf
40210 \end_layout
40211
40212 \end_inset
40213
40214
40215 \end_layout
40216
40217 \begin_layout Bibliography
40218 \begin_inset CommandInset bibitem
40219 LatexCommand bibitem
40220 key "tipa"
40221
40222 \end_inset
40223
40224
40225 \begin_inset ERT
40226 status collapsed
40227
40228 \begin_layout Standard
40229
40230 \family roman
40231 \series medium
40232 \shape up
40233 \size normal
40234 \emph off
40235 \bar no
40236 \noun off
40237 \color none
40238
40239 \backslash
40240 href{http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf}{
40241 \end_layout
40242
40243 \end_inset
40244
40245 Documentation
40246 \begin_inset ERT
40247 status collapsed
40248
40249 \begin_layout Standard
40250
40251 \family roman
40252 \series medium
40253 \shape up
40254 \size normal
40255 \emph off
40256 \bar no
40257 \noun off
40258 \color none
40259 }
40260 \end_layout
40261
40262 \end_inset
40263
40264  of the LaTeX-package 
40265 \series bold
40266 tipa
40267 \series default
40268
40269 \begin_inset Index
40270 status collapsed
40271
40272 \begin_layout Standard
40273 LaTeX-packages ! tipa
40274 \end_layout
40275
40276 \end_inset
40277
40278 :
40279 \newline
40280
40281 \begin_inset Flex URL
40282 status collapsed
40283
40284 \begin_layout Standard
40285
40286 \family roman
40287 \series medium
40288 \shape up
40289 \size normal
40290 \emph off
40291 \bar no
40292 \noun off
40293 \color none
40294 http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf
40295 \end_layout
40296
40297 \end_inset
40298
40299
40300 \end_layout
40301
40302 \begin_layout Bibliography
40303 \begin_inset CommandInset bibitem
40304 LatexCommand bibitem
40305 key "XeTeX"
40306
40307 \end_inset
40308
40309
40310 \begin_inset ERT
40311 status collapsed
40312
40313 \begin_layout Standard
40314
40315 \family roman
40316 \series medium
40317 \shape up
40318 \size normal
40319 \emph off
40320 \bar no
40321 \noun off
40322 \color none
40323
40324 \backslash
40325 href{http://wiki.lyx.org/LyX/XeTeX}{
40326 \end_layout
40327
40328 \end_inset
40329
40330 Wiki-page
40331 \begin_inset ERT
40332 status collapsed
40333
40334 \begin_layout Standard
40335
40336 \family roman
40337 \series medium
40338 \shape up
40339 \size normal
40340 \emph off
40341 \bar no
40342 \noun off
40343 \color none
40344 }
40345 \end_layout
40346
40347 \end_inset
40348
40349  how to use LyX with XeTeX:
40350 \newline
40351
40352 \begin_inset Flex URL
40353 status collapsed
40354
40355 \begin_layout Standard
40356
40357 \family roman
40358 \series medium
40359 \shape up
40360 \size normal
40361 \emph off
40362 \bar no
40363 \noun off
40364 \color none
40365 http://wiki.lyx.org/LyX/XeTeX
40366 \end_layout
40367
40368 \end_inset
40369
40370
40371 \end_layout
40372
40373 \begin_layout Bibliography
40374 \begin_inset CommandInset bibitem
40375 LatexCommand bibitem
40376 key "Arabic"
40377
40378 \end_inset
40379
40380
40381 \begin_inset ERT
40382 status collapsed
40383
40384 \begin_layout Standard
40385
40386 \family roman
40387 \series medium
40388 \shape up
40389 \size normal
40390 \emph off
40391 \bar no
40392 \noun off
40393 \color none
40394
40395 \backslash
40396 href{http://wiki.lyx.org/Windows/Arabic}{
40397 \end_layout
40398
40399 \end_inset
40400
40401 Wiki-page
40402 \begin_inset ERT
40403 status collapsed
40404
40405 \begin_layout Standard
40406
40407 \family roman
40408 \series medium
40409 \shape up
40410 \size normal
40411 \emph off
40412 \bar no
40413 \noun off
40414 \color none
40415 }
40416 \end_layout
40417
40418 \end_inset
40419
40420  how to set up LyX for Arabic:
40421 \newline
40422
40423 \begin_inset Flex URL
40424 status collapsed
40425
40426 \begin_layout Standard
40427
40428 \family roman
40429 \series medium
40430 \shape up
40431 \size normal
40432 \emph off
40433 \bar no
40434 \noun off
40435 \color none
40436 http://wiki.lyx.org/Windows/Arabic
40437 \end_layout
40438
40439 \end_inset
40440
40441
40442 \end_layout
40443
40444 \begin_layout Bibliography
40445 \begin_inset CommandInset bibitem
40446 LatexCommand bibitem
40447 key "Armenian"
40448
40449 \end_inset
40450
40451
40452 \begin_inset ERT
40453 status collapsed
40454
40455 \begin_layout Standard
40456
40457 \family roman
40458 \series medium
40459 \shape up
40460 \size normal
40461 \emph off
40462 \bar no
40463 \noun off
40464 \color none
40465
40466 \backslash
40467 href{http://wiki.lyx.org/Windows/Armenian}{
40468 \end_layout
40469
40470 \end_inset
40471
40472 Wiki-page
40473 \begin_inset ERT
40474 status collapsed
40475
40476 \begin_layout Standard
40477
40478 \family roman
40479 \series medium
40480 \shape up
40481 \size normal
40482 \emph off
40483 \bar no
40484 \noun off
40485 \color none
40486 }
40487 \end_layout
40488
40489 \end_inset
40490
40491  how to set up LyX for Armenian:
40492 \newline
40493
40494 \begin_inset Flex URL
40495 status collapsed
40496
40497 \begin_layout Standard
40498
40499 \family roman
40500 \series medium
40501 \shape up
40502 \size normal
40503 \emph off
40504 \bar no
40505 \noun off
40506 \color none
40507 http://wiki.lyx.org/Windows/Armenian
40508 \end_layout
40509
40510 \end_inset
40511
40512
40513 \end_layout
40514
40515 \begin_layout Bibliography
40516 \begin_inset CommandInset bibitem
40517 LatexCommand bibitem
40518 key "Farsi"
40519
40520 \end_inset
40521
40522
40523 \begin_inset ERT
40524 status collapsed
40525
40526 \begin_layout Standard
40527
40528 \family roman
40529 \series medium
40530 \shape up
40531 \size normal
40532 \emph off
40533 \bar no
40534 \noun off
40535 \color none
40536
40537 \backslash
40538 href{http://wiki.lyx.org/Windows/Farsi}{
40539 \end_layout
40540
40541 \end_inset
40542
40543 Wiki-page
40544 \begin_inset ERT
40545 status collapsed
40546
40547 \begin_layout Standard
40548
40549 \family roman
40550 \series medium
40551 \shape up
40552 \size normal
40553 \emph off
40554 \bar no
40555 \noun off
40556 \color none
40557 }
40558 \end_layout
40559
40560 \end_inset
40561
40562  how to set up LyX for Farsi:
40563 \newline
40564
40565 \begin_inset Flex URL
40566 status collapsed
40567
40568 \begin_layout Standard
40569
40570 \family roman
40571 \series medium
40572 \shape up
40573 \size normal
40574 \emph off
40575 \bar no
40576 \noun off
40577 \color none
40578 http://wiki.lyx.org/Windows/Farsi
40579 \end_layout
40580
40581 \end_inset
40582
40583
40584 \end_layout
40585
40586 \begin_layout Bibliography
40587 \begin_inset CommandInset bibitem
40588 LatexCommand bibitem
40589 key "Hebrew"
40590
40591 \end_inset
40592
40593
40594 \begin_inset ERT
40595 status collapsed
40596
40597 \begin_layout Standard
40598
40599 \family roman
40600 \series medium
40601 \shape up
40602 \size normal
40603 \emph off
40604 \bar no
40605 \noun off
40606 \color none
40607
40608 \backslash
40609 href{http://wiki.lyx.org/Windows/Hebrew}{
40610 \end_layout
40611
40612 \end_inset
40613
40614 Wiki-page
40615 \begin_inset ERT
40616 status collapsed
40617
40618 \begin_layout Standard
40619
40620 \family roman
40621 \series medium
40622 \shape up
40623 \size normal
40624 \emph off
40625 \bar no
40626 \noun off
40627 \color none
40628 }
40629 \end_layout
40630
40631 \end_inset
40632
40633  how to set up LyX for Hebrew:
40634 \newline
40635
40636 \begin_inset Flex URL
40637 status collapsed
40638
40639 \begin_layout Standard
40640
40641 \family roman
40642 \series medium
40643 \shape up
40644 \size normal
40645 \emph off
40646 \bar no
40647 \noun off
40648 \color none
40649 http://wiki.lyx.org/Windows/Hebrew
40650 \end_layout
40651
40652 \end_inset
40653
40654
40655 \end_layout
40656
40657 \begin_layout Bibliography
40658 \begin_inset CommandInset bibitem
40659 LatexCommand bibitem
40660 key "LyX-func"
40661
40662 \end_inset
40663
40664
40665 \begin_inset ERT
40666 status collapsed
40667
40668 \begin_layout Standard
40669
40670 \family roman
40671 \series medium
40672 \shape up
40673 \size normal
40674 \emph off
40675 \bar no
40676 \noun off
40677 \color none
40678
40679 \backslash
40680 href{http://wiki.lyx.org/LyX/LyxFunctionList}{
40681 \end_layout
40682
40683 \end_inset
40684
40685 Wiki-page
40686 \begin_inset ERT
40687 status collapsed
40688
40689 \begin_layout Standard
40690
40691 \family roman
40692 \series medium
40693 \shape up
40694 \size normal
40695 \emph off
40696 \bar no
40697 \noun off
40698 \color none
40699 }
40700 \end_layout
40701
40702 \end_inset
40703
40704  with a list of all available LyX-functions:
40705 \newline
40706
40707 \begin_inset Flex URL
40708 status collapsed
40709
40710 \begin_layout Standard
40711
40712 \family roman
40713 \series medium
40714 \shape up
40715 \size normal
40716 \emph off
40717 \bar no
40718 \noun off
40719 \color none
40720 http://wiki.lyx.org/LyX/LyxFunctionList
40721 \end_layout
40722
40723 \end_inset
40724
40725
40726 \end_layout
40727
40728 \begin_layout Standard
40729
40730 \newpage
40731
40732 \begin_inset CommandInset bibtex
40733 LatexCommand bibtex
40734 options "biblio/alphadin"
40735 bibfiles "biblio/LyXDocs"
40736
40737 \end_inset
40738
40739
40740 \end_layout
40741
40742 \begin_layout Standard
40743 The above bibliography is created from a BibTeX-database.
40744 \end_layout
40745
40746 \begin_layout Standard
40747 \begin_inset ERT
40748 status collapsed
40749
40750 \begin_layout Standard
40751
40752 \family roman
40753 \series medium
40754 \shape up
40755 \size normal
40756 \emph off
40757 \bar no
40758 \noun off
40759 \color none
40760
40761 \backslash
40762 addcontentsline{toc}{chapter}{
40763 \backslash
40764 bibname
40765 \backslash
40766 ; 2}
40767 \end_layout
40768
40769 \end_inset
40770
40771
40772 \begin_inset Note Note
40773 status collapsed
40774
40775 \begin_layout Standard
40776 The command 
40777 \series bold
40778
40779 \backslash
40780 addcontentsline
40781 \series default
40782  is explained in the 
40783 \emph on
40784 Extended Features
40785 \emph default
40786  manual.
40787  It creates a TOC entry.
40788 \end_layout
40789
40790 \begin_layout Standard
40791 A manual TOC entry for the bibliography is only necessary because we use
40792  two different ones in one document.
40793 \end_layout
40794
40795 \end_inset
40796
40797
40798 \end_layout
40799
40800 \begin_layout Standard
40801
40802 \series bold
40803 \begin_inset CommandInset nomencl_print
40804 LatexCommand printnomenclature
40805
40806 \end_inset
40807
40808
40809 \begin_inset CommandInset index_print
40810 LatexCommand printindex
40811
40812 \end_inset
40813
40814
40815 \end_layout
40816
40817 \end_body
40818 \end_document