]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
e333bad32f5efc8dfe8c7173bde99cc225d447c5
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 287
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 \language english
65 \inputencoding auto
66 \font_roman default
67 \font_sans default
68 \font_typewriter default
69 \font_default_family default
70 \font_sc false
71 \font_osf false
72 \font_sf_scale 100
73 \font_tt_scale 100
74 \graphics default
75 \paperfontsize 12
76 \spacing single
77 \use_hyperref false
78 \pdf_store_options false
79 \papersize default
80 \use_geometry false
81 \use_amsmath 1
82 \use_esint 0
83 \cite_engine basic
84 \use_bibtopic false
85 \paperorientation portrait
86 \branch Question
87 \selected 1
88 \color #00ff00
89 \end_branch
90 \branch Answer
91 \selected 0
92 \color #aa55ff
93 \end_branch
94 \secnumdepth 3
95 \tocdepth 3
96 \paragraph_separation indent
97 \defskip medskip
98 \quotes_language english
99 \papercolumns 1
100 \papersides 2
101 \paperpagestyle default
102 \tracking_changes false
103 \output_changes false
104 \author "" 
105 \author "" 
106 \end_header
107
108 \begin_manifest
109 \end_manifest
110
111 \begin_body
112
113 \begin_layout Title
114 The LyX User's Guide
115 \end_layout
116
117 \begin_layout Author
118 by the LyX Team
119 \begin_inset Foot
120 status collapsed
121
122 \begin_layout Standard
123 \noindent
124 If you have comments or error corrections, please send them to the LyX Documenta
125 tion mailing list: 
126 \family typewriter
127 lyx-docs@lists.lyx.org
128 \end_layout
129
130 \end_inset
131
132
133 \newline
134
135 \newline
136 Version 1.5.2
137 \end_layout
138
139 \begin_layout Standard
140 \begin_inset Note Note
141 status open
142
143 \begin_layout Standard
144 To export this document as PDF, Postscript, or DVI, the LaTeX-package 
145 \series bold
146 hyperref
147 \series default
148  has to be installed.
149 \end_layout
150
151 \begin_layout Standard
152 This package should be part of all popular LaTeX-distributions.
153 \end_layout
154
155 \end_inset
156
157
158 \end_layout
159
160 \begin_layout Standard
161 \begin_inset 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 LatexCommand ref
318 reference "cha:The-User-Interface"
319
320 \end_inset
321
322 .
323  Most of them are self-explanatory and you'll find them listed in the correspond
324 ing sections of this documentation.
325 \end_layout
326
327 \begin_layout Section
328 HELP
329 \end_layout
330
331 \begin_layout Standard
332 The help system consists of the LyX manuals.
333  You can read 
334 \emph on
335 all
336 \emph default
337  of the manuals from inside LyX.
338  Just select the manual you want read from the 
339 \family sans
340 Help
341 \family default
342  menu.
343 \end_layout
344
345 \begin_layout Section
346 Basic LyX Setup
347 \begin_inset LatexCommand label
348 name "sec:Basic-LyX-Setup"
349
350 \end_inset
351
352
353 \end_layout
354
355 \begin_layout Standard
356 There are several features of LyX that can be configured from inside LyX,
357  without resorting to configuration files.
358  First, LyX is able to inspect your system to see what programs, LaTeX document
359  classes and LaTeX packages are available.
360  It uses this knowledge to give reasonable defaults to several 
361 \family sans
362 Preferences
363 \begin_inset LatexCommand index
364 name "Preferences"
365
366 \end_inset
367
368
369 \family default
370  settings.
371  Although this configuration has already been done when LyX was installed
372  on your system, you might have some items that you installed locally, e.g.
373  new LaTeX classes, and which are not seen by LyX.
374  To force LyX to re-inspect your system, you should use 
375 \family sans
376 Tools\SpecialChar \menuseparator
377 Reconfigure
378 \family default
379 .
380 \begin_inset LatexCommand index
381 name "Reconfiguration of LyX"
382
383 \end_inset
384
385  You should then restart LyX to ensure that the changes are taken into account.
386 \end_layout
387
388 \begin_layout Section
389 LaTeX Setup
390 \begin_inset LatexCommand label
391 name "sec:LaTeX-Setup"
392
393 \end_inset
394
395
396 \end_layout
397
398 \begin_layout Standard
399 LyX needs several LaTeX packages to work properly.
400  The packages found on the system by LyX are listed in the file 
401 \emph on
402 LaT
403 \emph default
404
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Standard
409
410 {}
411 \end_layout
412
413 \end_inset
414
415
416 \emph on
417 eX\InsetSpace ~
418 Configuration
419 \emph default
420  that will be created when using the menu 
421 \family sans
422 Help\SpecialChar \menuseparator
423 LaT
424 \begin_inset ERT
425 status collapsed
426
427 \begin_layout Standard
428
429 {}
430 \end_layout
431
432 \end_inset
433
434 eX\InsetSpace ~
435 Configuration
436 \family default
437 .
438  You should install the required missing packages and then reconfigure LyX.
439 \begin_inset Note Note
440 status collapsed
441
442 \begin_layout Standard
443 The two braces in the ERT box prevent that the term 
444 \begin_inset Quotes eld
445 \end_inset
446
447 LaTeX
448 \begin_inset Quotes erd
449 \end_inset
450
451  is printed with sub- and superscript letters.
452  More on ERT is described in section\InsetSpace ~
453
454 \begin_inset LatexCommand ref
455 reference "sec:ERT"
456
457 \end_inset
458
459 , the printout of proper names like LaTeX is explained in section\InsetSpace ~
460
461 \begin_inset LatexCommand ref
462 reference "sub:LyX's-Proper-Names"
463
464 \end_inset
465
466 .
467 \end_layout
468
469 \end_inset
470
471
472 \begin_inset LatexCommand index
473 name "Reconfiguration of LyX"
474
475 \end_inset
476
477
478 \end_layout
479
480 \begin_layout Chapter
481 How to work with LyX
482 \end_layout
483
484 \begin_layout Section
485 Basic File Operations
486 \begin_inset LatexCommand index
487 name "File Operations"
488
489 \end_inset
490
491
492 \end_layout
493
494 \begin_layout Standard
495 Under the 
496 \family sans
497 File
498 \family default
499  menu are basic operations for any word processor in addition to some more
500  advanced operations:
501 \end_layout
502
503 \begin_layout Itemize
504
505 \family sans
506 New
507 \end_layout
508
509 \begin_layout Itemize
510
511 \family sans
512 New\InsetSpace ~
513 from
514 \bar under
515 \InsetSpace ~
516
517 \bar default
518 Template
519 \end_layout
520
521 \begin_layout Itemize
522
523 \family sans
524 Open
525 \end_layout
526
527 \begin_layout Itemize
528
529 \family sans
530 Close
531 \end_layout
532
533 \begin_layout Itemize
534
535 \family sans
536 Save
537 \end_layout
538
539 \begin_layout Itemize
540
541 \family sans
542 Save\InsetSpace ~
543 As
544 \end_layout
545
546 \begin_layout Itemize
547
548 \family sans
549 Revert\InsetSpace ~
550 to\InsetSpace ~
551 saved
552 \end_layout
553
554 \begin_layout Itemize
555
556 \family sans
557 Version\InsetSpace ~
558 Control
559 \end_layout
560
561 \begin_layout Itemize
562
563 \family sans
564 Import
565 \end_layout
566
567 \begin_layout Itemize
568
569 \family sans
570 Export
571 \end_layout
572
573 \begin_layout Itemize
574
575 \family sans
576 Print
577 \end_layout
578
579 \begin_layout Itemize
580
581 \family sans
582 Exit
583 \end_layout
584
585 \begin_layout Standard
586 They all do pretty much the same thing as in other word processors, with
587  a few minor differences.
588  The 
589 \family sans
590 File\SpecialChar \menuseparator
591 New\InsetSpace ~
592 from
593 \bar under
594 \InsetSpace ~
595
596 \bar default
597 Template
598 \family default
599  command not only prompts you for a name for the new file, but also prompts
600  you for a template to use.
601  Selecting a template will automatically set certain layout features for
602  the document, features you would otherwise need to change manually.
603  They can be of use for certain classes, especially those for writing letters
604  (see section\InsetSpace ~
605
606 \begin_inset LatexCommand ref
607 reference "sec:Document-Classes"
608
609 \end_inset
610
611 ).
612 \end_layout
613
614 \begin_layout Standard
615 Note: There is no 
616 \begin_inset Quotes eld
617 \end_inset
618
619 default file
620 \begin_inset Quotes erd
621 \end_inset
622
623  or document named 
624 \begin_inset Quotes eld
625 \end_inset
626
627 Untitled
628 \begin_inset Quotes erd
629 \end_inset
630
631  or 
632 \begin_inset Quotes eld
633 \end_inset
634
635 scratch.
636 \begin_inset Quotes erd
637 \end_inset
638
639  Unless you tell LyX to open a file or create a new one, that big, blank
640  space is just that --- a big, blank space.
641 \end_layout
642
643 \begin_layout Standard
644
645 \family sans
646 Revert\InsetSpace ~
647 to\InsetSpace ~
648 saved
649 \family default
650  and 
651 \family sans
652 Version\InsetSpace ~
653 Control
654 \family default
655  are useful if more people work on the same document at the same time
656 \begin_inset Foot
657 status collapsed
658
659 \begin_layout Standard
660 If you plan to do this, you should check out the Version Control feature
661  in LyX also.
662  Read 
663 \emph on
664 Extended Features
665 \emph default
666 \SpecialChar \@.
667
668 \end_layout
669
670 \end_inset
671
672 .
673  
674 \family sans
675 Revert\InsetSpace ~
676 to\InsetSpace ~
677 saved
678 \family default
679  will reload the document from disk.
680  You can of course also use it if you regret that you changed a document
681  and want to restore it to the last save.
682  With
683 \family sans
684  Version\InsetSpace ~
685 Control 
686 \family default
687 you can there register the changes you made to a document so that others
688  can identify this as your changes.
689 \end_layout
690
691 \begin_layout Section
692 Basic Editing Features
693 \begin_inset LatexCommand index
694 name "Editing"
695
696 \end_inset
697
698
699 \begin_inset LatexCommand label
700 name "sec:Basic-Editing-Features"
701
702 \end_inset
703
704
705 \end_layout
706
707 \begin_layout Standard
708 Like most modern word processors, LyX can perform cut and paste operations
709  on blocks of text, can move by character, word, or screenful of text, and
710  can delete whole words as well as individual characters.
711  The next four sections cover the basic LyX editing features and how to
712  access them.
713  We'll start with cut and paste.
714 \end_layout
715
716 \begin_layout Standard
717 As you might expect, the 
718 \family sans
719 Edit
720 \family default
721  menu has the cut and paste commands, along with various other editing features.
722  Some of these are special and covered in later sections.
723  The basic ones are:
724 \end_layout
725
726 \begin_layout Itemize
727
728 \family sans
729 Cut
730 \end_layout
731
732 \begin_layout Itemize
733
734 \family sans
735 Copy
736 \end_layout
737
738 \begin_layout Itemize
739
740 \family sans
741 Paste
742 \end_layout
743
744 \begin_layout Itemize
745
746 \family sans
747 Paste\InsetSpace ~
748 Recent
749 \end_layout
750
751 \begin_layout Itemize
752
753 \family sans
754 Paste\InsetSpace ~
755 Special
756 \end_layout
757
758 \begin_layout Itemize
759
760 \family sans
761 Find\InsetSpace ~
762 &\InsetSpace ~
763 Replace
764 \end_layout
765
766 \begin_layout Standard
767 The first three are self-explanatory.
768  One thing to note: whenever you delete a block of text that you've selected,
769  it's automatically placed in the clipboard.
770  That is, the 
771 \family sans
772 Delete
773 \family default
774  and 
775 \family sans
776 Backspace
777 \family default
778  keys also functions as the 
779 \family sans
780 Cut
781 \family default
782  command.
783  Also, if you've selected text, be careful: If you hit a key, LyX will completel
784 y delete the selected text and replace it with what you just typed.
785  You'll have to do an 
786 \family sans
787 Undo
788 \family default
789  to get back the lost text.
790 \end_layout
791
792 \begin_layout Standard
793 \begin_inset LatexCommand index
794 name "Paste"
795
796 \end_inset
797
798 You can also copy text between LyX and other programs by cut, copy and paste.
799  The submenu of 
800 \family sans
801 Paste\InsetSpace ~
802 Recent
803 \family default
804  shows you a list with the last strings you have pasted.
805 \end_layout
806
807 \begin_layout Standard
808 The menu 
809 \family sans
810 Edit\SpecialChar \menuseparator
811 Paste\InsetSpace ~
812 Special\SpecialChar \menuseparator
813 Plain\InsetSpace ~
814 Text, Join\InsetSpace ~
815 Lines
816 \family default
817  will insert the text in the clipboard so that the whole text is inserted
818  as 
819 \emph on
820 one
821 \emph default
822  paragraph.
823  A new paragraph is started when there is a blank line in the file.
824  Without 
825 \family sans
826 Join\InsetSpace ~
827 Lines
828 \family default
829 , the text is inserted as Paragraphs, where the line breaks of the text
830  will start a new paragraph.
831 \end_layout
832
833 \begin_layout Standard
834 \begin_inset LatexCommand index
835 name "Replace"
836
837 \end_inset
838
839
840 \begin_inset LatexCommand index
841 name "Find"
842
843 \end_inset
844
845 The 
846 \family sans
847 Edit\SpecialChar \menuseparator
848 Find\InsetSpace ~
849 &\InsetSpace ~
850 Replace
851 \family default
852  item opens the 
853 \family sans
854 Find\InsetSpace ~
855 and\InsetSpace ~
856 Replace
857 \family default
858  dialog.
859  Once you've found a word or expression, LyX selects it.
860  Hitting the 
861 \family sans
862 Replace
863 \family default
864  button replaces the selected text with the contents of the 
865 \family sans
866 Replace\InsetSpace ~
867 with
868 \family default
869  field.
870  You can click the 
871 \family sans
872 Find\InsetSpace ~
873 Next
874 \family default
875  button to skip the current word.
876  Hit 
877 \family sans
878 Replace\InsetSpace ~
879 All
880 \family default
881  to replace all occurrences of the text in the document automatically.
882  The 
883 \family sans
884 Case\InsetSpace ~
885 sensitive
886 \family default
887  option can be used if you want the search to consider the case of the search
888  word.
889  If the toggle is set, searching for 
890 \begin_inset Quotes eld
891 \end_inset
892
893
894 \family typewriter
895 Test
896 \family default
897
898 \begin_inset Quotes erd
899 \end_inset
900
901  will not match the word 
902 \begin_inset Quotes eld
903 \end_inset
904
905
906 \family typewriter
907 test
908 \family default
909
910 \begin_inset Quotes erd
911 \end_inset
912
913 .
914  The 
915 \family sans
916 Match whole words only
917 \family default
918  option can be used to force LyX to only find complete words.
919  I.e., searching for 
920 \begin_inset Quotes eld
921 \end_inset
922
923
924 \family typewriter
925 star
926 \family default
927
928 \begin_inset Quotes erd
929 \end_inset
930
931  will not match 
932 \begin_inset Quotes eld
933 \end_inset
934
935
936 \family typewriter
937 starlet
938 \family default
939
940 \begin_inset Quotes erd
941 \end_inset
942
943 .
944 \end_layout
945
946 \begin_layout Section
947 Undo and Redo
948 \begin_inset LatexCommand index
949 name "Redo"
950
951 \end_inset
952
953
954 \begin_inset LatexCommand index
955 name "Undo"
956
957 \end_inset
958
959
960 \begin_inset LatexCommand label
961 name "sec:Undo-and-Redo"
962
963 \end_inset
964
965
966 \end_layout
967
968 \begin_layout Standard
969 If you make a mistake, you can easily recover from it.
970  LyX has a large-capacity undo/redo buffer.
971  Select 
972 \family sans
973 Edit\SpecialChar \menuseparator
974 Undo
975 \family default
976  to undo some mistake.
977  If you accidentally undo too much, use 
978 \family sans
979 Edit\SpecialChar \menuseparator
980 Redo
981 \family default
982  to 
983 \begin_inset Quotes eld
984 \end_inset
985
986 undo the undo.
987 \begin_inset Quotes erd
988 \end_inset
989
990  The undo mechanism is currently limited to 100 steps to minimize memory
991  overhead.
992  
993 \end_layout
994
995 \begin_layout Standard
996 Notice that if you revert back all changes to arrive to the document as
997  it was last saved, the 
998 \begin_inset Quotes eld
999 \end_inset
1000
1001 changed
1002 \begin_inset Quotes erd
1003 \end_inset
1004
1005  status of the document is unfortunately not reset.
1006  This is a consequence of the 100 step undo limit, above.
1007 \end_layout
1008
1009 \begin_layout Standard
1010 The 
1011 \family sans
1012 Undo
1013 \family default
1014  and 
1015 \family sans
1016 Redo
1017 \family default
1018  work on almost everything in LyX.
1019  They have some quirks, too.
1020  They won't 
1021 \family sans
1022 Undo
1023 \family default
1024  or 
1025 \family sans
1026 Redo
1027 \family default
1028  text character by character, but by blocks of text.
1029  That can take some getting used to; you'll have to play with 
1030 \family sans
1031 Undo
1032 \family default
1033  and 
1034 \family sans
1035 Redo
1036 \family default
1037  to get a feel for just how much they'll undo/redo, and after time, you'll
1038  surely appreciate how it works.
1039 \end_layout
1040
1041 \begin_layout Section
1042 Mouse Operations
1043 \begin_inset LatexCommand index
1044 name "Mouse Operations"
1045
1046 \end_inset
1047
1048
1049 \end_layout
1050
1051 \begin_layout Standard
1052 This are the most basic mouse operations.
1053 \end_layout
1054
1055 \begin_layout Enumerate
1056 Motion
1057 \end_layout
1058
1059 \begin_deeper
1060 \begin_layout Itemize
1061 Click the 
1062 \emph on
1063 left mouse button
1064 \emph default
1065  once anywhere in the edit window.
1066  The cursor moves to the text under the mouse.
1067 \end_layout
1068
1069 \end_deeper
1070 \begin_layout Enumerate
1071 Selecting Text
1072 \end_layout
1073
1074 \begin_deeper
1075 \begin_layout Itemize
1076 Hold down the 
1077 \emph on
1078 left mouse button
1079 \emph default
1080  and drag the mouse.
1081  LyX marks the text between the old and new mouse positions.
1082  Use 
1083 \family sans
1084 Edit\SpecialChar \menuseparator
1085 Copy
1086 \family default
1087  to create a copy of the text in LyX's buffer (and the clipboard).
1088 \end_layout
1089
1090 \begin_layout Itemize
1091 Re-position the cursor and then paste the text back into LyX using 
1092 \family sans
1093 Edit\SpecialChar \menuseparator
1094 Paste
1095 \family default
1096 .
1097 \end_layout
1098
1099 \end_deeper
1100 \begin_layout Enumerate
1101 Insets (Footnotes, Notes, Floats, etc.)
1102 \end_layout
1103
1104 \begin_deeper
1105 \begin_layout Standard
1106
1107 \emph on
1108 Single click
1109 \emph default
1110  the left mouse button to open or close any of these.
1111  Right-click on them to set its properties.
1112  Also check the appropriate section of this manual for more details.
1113 \end_layout
1114
1115 \end_deeper
1116 \begin_layout Enumerate
1117 Tables
1118 \end_layout
1119
1120 \begin_deeper
1121 \begin_layout Standard
1122
1123 \emph on
1124 Single click
1125 \emph default
1126  the right mouse button to open a dialog that will allow you to manipulate
1127  the table.
1128 \end_layout
1129
1130 \end_deeper
1131 \begin_layout Section
1132 Basic Key Bindings
1133 \begin_inset LatexCommand label
1134 name "sec:Key-Bindings"
1135
1136 \end_inset
1137
1138
1139 \begin_inset LatexCommand index
1140 name "Key Bindings"
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \begin_layout Standard
1148 We're not going to cover all of the keybindings.
1149  Be aware that there are at least two different primary binding maps: CUA
1150  and Emacs.
1151  LyX's default is CUA.
1152 \end_layout
1153
1154 \begin_layout Standard
1155 Some keys, like 
1156 \family sans
1157 Page\InsetSpace ~
1158 Up
1159 \family default
1160
1161 \family sans
1162 Page\InsetSpace ~
1163 Down
1164 \family default
1165
1166 \family sans
1167 Left
1168 \family default
1169
1170 \family sans
1171 Right
1172 \family default
1173
1174 \family sans
1175 Up
1176 \family default
1177 , and 
1178 \family sans
1179 Down
1180 \family default
1181 , do exactly what you expect them to do.
1182  Other keys don't:
1183 \end_layout
1184
1185 \begin_layout Labeling
1186 \labelwidthstring 00.00.0000
1187
1188 \family sans
1189 Tab
1190 \begin_inset LatexCommand nomenclature
1191 symbol "Tab"
1192 description "Tabulator key"
1193
1194 \end_inset
1195
1196
1197 \family default
1198  There is no such thing as a tab stop in LyX.
1199  If you don't understand this, go read sections\InsetSpace ~
1200
1201 \begin_inset LatexCommand ref
1202 reference "sec:Par-indent-intro"
1203
1204 \end_inset
1205
1206  and 
1207 \begin_inset LatexCommand ref
1208 reference "sec:Paragraph-Environments"
1209
1210 \end_inset
1211
1212 , especially section\InsetSpace ~
1213
1214 \begin_inset LatexCommand ref
1215 reference "sub:Lists"
1216
1217 \end_inset
1218
1219 , right now.
1220  Yes, right now.
1221  If you're still confused, look in the 
1222 \emph on
1223 Tutorial
1224 \emph default
1225 .
1226 \end_layout
1227
1228 \begin_layout Labeling
1229 \labelwidthstring 00.00.0000
1230
1231 \family sans
1232 Esc
1233 \begin_inset LatexCommand nomenclature
1234 symbol "Esc"
1235 description "Escape key"
1236
1237 \end_inset
1238
1239
1240 \family default
1241  This is the 
1242 \begin_inset Quotes eld
1243 \end_inset
1244
1245 cancel key.
1246 \begin_inset Quotes erd
1247 \end_inset
1248
1249  It's used, generically, to cancel operations.
1250  Other parts of the manual will go into greater detail about this.
1251 \end_layout
1252
1253 \begin_layout Labeling
1254 \labelwidthstring 00.00.0000
1255
1256 \family sans
1257 Home
1258 \family default
1259 \InsetSpace ~
1260 and\InsetSpace ~
1261
1262 \family sans
1263 End
1264 \family default
1265  These move the cursor, respectively, to the beginning and end of a line,
1266  unless you are using the Emacs bindings where they jump to the beginning
1267  or end of the file.
1268 \end_layout
1269
1270 \begin_layout Standard
1271 There are three modifier keys:
1272 \end_layout
1273
1274 \begin_layout Labeling
1275 \labelwidthstring 00.00.0000
1276
1277 \family sans
1278 Control
1279 \family default
1280  (Denoted by 
1281 \begin_inset Quotes eld
1282 \end_inset
1283
1284
1285 \family sans
1286 C
1287 \family default
1288
1289 \begin_inset Quotes erd
1290 \end_inset
1291
1292
1293 \begin_inset LatexCommand nomenclature
1294 symbol "C"
1295 description "Control key"
1296
1297 \end_inset
1298
1299  in the documentation files) This has a couple of different uses, depending
1300  on which keys it's used in combination with:
1301 \end_layout
1302
1303 \begin_deeper
1304 \begin_layout Itemize
1305 With 
1306 \family sans
1307 Backspace
1308 \family default
1309  or 
1310 \family sans
1311 Delete
1312 \family default
1313 , it deletes an entire word instead of a single character.
1314 \end_layout
1315
1316 \begin_layout Itemize
1317 With 
1318 \family sans
1319 Left
1320 \family default
1321  and 
1322 \family sans
1323 Right
1324 \family default
1325 , it moves by words instead of characters.
1326 \end_layout
1327
1328 \begin_layout Itemize
1329 With 
1330 \family sans
1331 Home
1332 \family default
1333  and 
1334 \family sans
1335 End
1336 \family default
1337 , it moves to the beginning and the end of the document, respectively.
1338 \end_layout
1339
1340 \end_deeper
1341 \begin_layout Labeling
1342 \labelwidthstring 00.00.0000
1343
1344 \family sans
1345 Shift
1346 \family default
1347  (Denoted by 
1348 \begin_inset Quotes eld
1349 \end_inset
1350
1351
1352 \family sans
1353 S
1354 \family default
1355
1356 \begin_inset Quotes erd
1357 \end_inset
1358
1359
1360 \begin_inset LatexCommand nomenclature
1361 symbol "S"
1362 description "Shift key"
1363
1364 \end_inset
1365
1366  in the documentation files) Use this with any of the motion keys to select
1367  the text between the old and new cursor positions.
1368 \end_layout
1369
1370 \begin_layout Labeling
1371 \labelwidthstring 00.00.0000
1372
1373 \family sans
1374 Meta
1375 \family default
1376  (Denoted by 
1377 \begin_inset Quotes eld
1378 \end_inset
1379
1380
1381 \family sans
1382 M
1383 \family default
1384
1385 \begin_inset Quotes erd
1386 \end_inset
1387
1388
1389 \begin_inset LatexCommand nomenclature
1390 symbol "M"
1391 description "Meta or Alt key"
1392
1393 \end_inset
1394
1395  in the documentation files) This is the Alt key on many keyboards, unless
1396  your keyboard has a distinct Meta key.
1397  If you have both keys, you will need to try out which one actually performs
1398  the 
1399 \family sans
1400 Meta-
1401 \family default
1402  function.
1403  This key does many different things, but it also activates the 
1404 \emph on
1405 menu accelerator keys
1406 \emph default
1407 .
1408  If you use this in combination with any of the underlined letters in a
1409  menu or menu item, it selects that menu item.
1410 \end_layout
1411
1412 \begin_deeper
1413 \begin_layout Standard
1414 For example, the sequence 
1415 \begin_inset Quotes eld
1416 \end_inset
1417
1418
1419 \family sans
1420 M\InsetSpace ~
1421 e\InsetSpace ~
1422 s
1423 \family default
1424 \InsetSpace ~
1425
1426 \family sans
1427 c
1428 \family default
1429
1430 \begin_inset Quotes erd
1431 \end_inset
1432
1433  
1434 \family sans
1435 brings
1436 \family default
1437  up the 
1438 \begin_inset Quotes eld
1439 \end_inset
1440
1441 Text Style
1442 \begin_inset Quotes erd
1443 \end_inset
1444
1445  menu.
1446  Typing 
1447 \begin_inset Quotes eld
1448 \end_inset
1449
1450
1451 \family sans
1452 M\InsetSpace ~
1453 f
1454 \family default
1455
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459  opens the 
1460 \family sans
1461 File
1462 \family default
1463  menu.
1464 \end_layout
1465
1466 \begin_layout Standard
1467 There are also other things bound to the 
1468 \family sans
1469 Meta-
1470 \family default
1471  key, but you'll have to check in the 
1472 \emph on
1473 Reference
1474 \emph default
1475  
1476 \emph on
1477 manual
1478 \emph default
1479  for more info.
1480 \end_layout
1481
1482 \end_deeper
1483 \begin_layout Standard
1484 You'll learn more and more keybindings and short-cut keys as you use LyX,
1485  because most actions will prompt a small message in the status bar at the
1486  bottom of LyX's main window which describe the name of the action, you've
1487  just triggered, and any existing keybindings for that action.
1488  The notation for the keybindings is very similar to the notation used in
1489  this documentation, so you should not have any problems understanding it.
1490  However, notice that Shift-modifiers are explicitly mentioned, so 
1491 \family sans
1492
1493 \begin_inset Quotes eld
1494 \end_inset
1495
1496 M-p S-A
1497 \family default
1498
1499 \begin_inset Quotes erd
1500 \end_inset
1501
1502  means 
1503 \family sans
1504 Meta-p
1505 \family default
1506  followed by a capital 
1507 \family sans
1508 A
1509 \family default
1510 .
1511  
1512 \begin_inset Quotes eld
1513 \end_inset
1514
1515
1516 \family sans
1517 S-C-s
1518 \family default
1519
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  means 
1524 \family sans
1525 Shift-Control-s
1526 \family default
1527 .
1528 \end_layout
1529
1530 \begin_layout Chapter
1531 LyX Basics
1532 \begin_inset LatexCommand index
1533 name "LyX ! Basics"
1534
1535 \end_inset
1536
1537
1538 \end_layout
1539
1540 \begin_layout Section
1541 Document Types
1542 \begin_inset LatexCommand index
1543 name "Document ! Types"
1544
1545 \end_inset
1546
1547
1548 \end_layout
1549
1550 \begin_layout Subsection
1551 Introduction
1552 \end_layout
1553
1554 \begin_layout Standard
1555 Before you do anything else, before you ever start writing a document, you
1556  need to decide what type of document you want to edit.
1557  Different types of documents use different types of spacing, headings,
1558  numbering schemes, and so on.
1559  Additionally, different documents use different paragraph environments,
1560  and format the title of your document differently.
1561 \end_layout
1562
1563 \begin_layout Standard
1564
1565 \emph on
1566 document class
1567 \emph default
1568  describes a group of properties common to a particular set of documents.
1569  By setting the document class, you automatically select these properties,
1570  making it easier to create the type of document you want.
1571  If you don't choose a document class, LyX picks one for you by default.
1572  So, it behooves you to change the class of your document.
1573 \end_layout
1574
1575 \begin_layout Standard
1576 Read on for info about the document classes you can choose from LyX, and
1577  how to adjust their properties.
1578 \end_layout
1579
1580 \begin_layout Subsection
1581 Document Classes
1582 \begin_inset LatexCommand index
1583 name "Document ! Classes"
1584
1585 \end_inset
1586
1587
1588 \begin_inset LatexCommand label
1589 name "sec:Document-Classes"
1590
1591 \end_inset
1592
1593
1594 \end_layout
1595
1596 \begin_layout Subsubsection
1597 Overview
1598 \end_layout
1599
1600 \begin_layout Standard
1601 There are four standard document classes in LyX.
1602  They are:
1603 \end_layout
1604
1605 \begin_layout Description
1606 Article for basic articles
1607 \end_layout
1608
1609 \begin_layout Description
1610 Report for basic reports
1611 \end_layout
1612
1613 \begin_layout Description
1614 Book for writing a book
1615 \end_layout
1616
1617 \begin_layout Description
1618 Letter for US-style letters
1619 \end_layout
1620
1621 \begin_layout Standard
1622 There are also some non-standard classes, which LyX only uses if you have
1623  installed them.
1624  Here are some of the classes, the full list with detailed explanations
1625  can be found in chapter 
1626 \emph on
1627 Special Document Classes
1628 \emph default
1629  in the 
1630 \emph on
1631 Extended Features
1632 \emph default
1633  manual:
1634 \end_layout
1635
1636 \begin_layout Description
1637 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1638 \end_layout
1639
1640 \begin_layout Description
1641 AAST
1642 \family sans
1643
1644 \begin_inset ERT
1645 status collapsed
1646
1647 \begin_layout Standard
1648
1649 {}
1650 \end_layout
1651
1652 \end_inset
1653
1654
1655 \family default
1656 eX For submissions to the journals published by the American Astronomical
1657  Society
1658 \end_layout
1659
1660 \begin_layout Description
1661 AMS Layouts for articles and books in the style and format used by the American
1662  Mathematical Society (AMS).
1663  There are three article layouts available.
1664  The standard one uses a typical numbering scheme for theorems etc., that
1665  prepends the section number to the number of the result.
1666  All result-type statements (propositions, corollaries, and so on) are sequenced
1667  together, but definitions, examples, and the like have their own sequence.
1668  The 
1669 \begin_inset Quotes eld
1670 \end_inset
1671
1672 sequential numbering
1673 \begin_inset Quotes erd
1674 \end_inset
1675
1676  scheme does not place the section number with each result, but numbers
1677  them throughout the article in a single sequence.
1678  Each type of result gets its own sequence.
1679  There is also a layout that dispenses with numbering of statements altogether.
1680 \end_layout
1681
1682 \begin_layout Description
1683 Beamer Layout for presentations
1684 \end_layout
1685
1686 \begin_layout Description
1687 broadway Layout for writing plays.
1688  It is not an existing LaTeX document class, but a new one which is distributed
1689  with LyX.
1690 \end_layout
1691
1692 \begin_layout Description
1693 curiculum\InsetSpace ~
1694 vitae classes to create curriculum vitae
1695 \end_layout
1696
1697 \begin_layout Description
1698 Dinbrief Letters in format of the DIN (German industry norm)
1699 \end_layout
1700
1701 \begin_layout Description
1702 dtk Layout for 
1703 \family typewriter
1704 Die TeXnische Komödie
1705 \family default
1706 , the journal of the German TeX user Group (Dante)
1707 \end_layout
1708
1709 \begin_layout Description
1710 Elsevier Layout for journals of the Elsevier publishing group
1711 \end_layout
1712
1713 \begin_layout Description
1714 Foils Used to make transparencies
1715 \end_layout
1716
1717 \begin_layout Description
1718 g-brief Letters in format of the DIN (German industry norm)
1719 \end_layout
1720
1721 \begin_layout Description
1722 hollywood Used to type spec scripts for the US film industry.
1723  It is not an existing LaTeX document class, but a new one which is distributed
1724  with LyX.
1725 \end_layout
1726
1727 \begin_layout Description
1728 IEEEtran Layout for the journals published by the Institute of Electrical
1729  and Electronics Engineers (IEEE)
1730 \end_layout
1731
1732 \begin_layout Description
1733 IOP Layout for journals of the Institute of Physics publishing group
1734 \end_layout
1735
1736 \begin_layout Description
1737 Kluwer Layout for journals of the Kluwer publishing group
1738 \end_layout
1739
1740 \begin_layout Description
1741 koma-script a replacement for the standard classes, offers many useful features
1742  like caption formatting, automatic print space calculation etc.
1743 \end_layout
1744
1745 \begin_layout Description
1746 Memoir another replacement for the standard classes
1747 \end_layout
1748
1749 \begin_layout Description
1750 paper Used with the 
1751 \family typewriter
1752 paper
1753 \family default
1754  LaTeX document class
1755 \end_layout
1756
1757 \begin_layout Description
1758 Powerdot Layout for presentations
1759 \end_layout
1760
1761 \begin_layout Description
1762 REVTe
1763 \begin_inset ERT
1764 status collapsed
1765
1766 \begin_layout Standard
1767
1768 {}
1769 \end_layout
1770
1771 \end_inset
1772
1773 X is used to write articles for the publications of the American Physical
1774  Society (APS), American Institute of Physics (AIP), and Optical Society
1775  of America (OSA).
1776  This class is not completely compatible with all LyX features.
1777 \end_layout
1778
1779 \begin_layout Description
1780 Slides Used to make transparencies
1781 \end_layout
1782
1783 \begin_layout Description
1784 SPIE\InsetSpace ~
1785 Proceedings Layout for the journals published by The International Society
1786  for Optical Engineering (SPIE)
1787 \end_layout
1788
1789 \begin_layout Description
1790 Springer Layouts for journals of the Springer publishing group
1791 \end_layout
1792
1793 \begin_layout Description
1794 TUGboat Layout for 
1795 \family typewriter
1796 TUGboat
1797 \family default
1798 , the journal of the international TeX user Group (TUG)
1799 \end_layout
1800
1801 \begin_layout Standard
1802 We won't go into any detail about how to use these different document classes
1803  here.
1804  You can find all the details about the non-standard classes in the 
1805 \emph on
1806 Extended Editing
1807 \emph default
1808  manual.
1809  Here, we will settle with a list of some of the common properties of all
1810  of the document classes.
1811 \end_layout
1812
1813 \begin_layout Subsubsection
1814 Selecting a Class
1815 \end_layout
1816
1817 \begin_layout Standard
1818 You can select a class using the 
1819 \family sans
1820 Document\SpecialChar \menuseparator
1821 Settings
1822 \begin_inset LatexCommand index
1823 name "Document ! Settings"
1824
1825 \end_inset
1826
1827
1828 \family default
1829  dialog.
1830  Select the class you want to use, and make any fine tunings of the options
1831  you may need.
1832 \end_layout
1833
1834 \begin_layout Subsubsection
1835 Properties
1836 \end_layout
1837
1838 \begin_layout Standard
1839 Each class has a default set of options.
1840  Here's a quick table describing them:
1841 \end_layout
1842
1843 \begin_layout Standard
1844 \begin_inset VSpace 0.3cm
1845 \end_inset
1846
1847
1848 \end_layout
1849
1850 \begin_layout Standard
1851 \align center
1852 \begin_inset Tabular
1853 <lyxtabular version="3" rows="5" columns="5">
1854 <features>
1855 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1856 <column alignment="center" valignment="top" leftline="true" width="0pt">
1857 <column alignment="center" valignment="top" leftline="true" width="0pt">
1858 <column alignment="center" valignment="top" leftline="true" width="0pt">
1859 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1860 <row topline="true" bottomline="true">
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Standard
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Standard
1874
1875 \family sans
1876 \series medium
1877 \shape up
1878 \size normal
1879 \emph off
1880 \bar no
1881 \noun off
1882 \color none
1883 Pagestyle
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Standard
1892
1893 \family sans
1894 \series medium
1895 \shape up
1896 \size normal
1897 \emph off
1898 \bar no
1899 \noun off
1900 \color none
1901 Sides
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Standard
1910
1911 \family sans
1912 \series medium
1913 \shape up
1914 \size normal
1915 \emph off
1916 \bar no
1917 \noun off
1918 \color none
1919 Columns
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Standard
1928
1929 \series medium
1930 \shape up
1931 \size normal
1932 \emph off
1933 \bar no
1934 \noun off
1935 \color none
1936 Max.
1937  sectioning level
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row topline="true">
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Standard
1948
1949 \series medium
1950 \shape up
1951 \size normal
1952 \emph off
1953 \bar no
1954 \noun off
1955 \color none
1956 article
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Standard
1965
1966 \family sans
1967 \series medium
1968 \shape up
1969 \size normal
1970 \emph off
1971 \bar no
1972 \noun off
1973 \color none
1974 Plain
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Standard
1983
1984 \family sans
1985 \series medium
1986 \shape up
1987 \size normal
1988 \emph off
1989 \bar no
1990 \noun off
1991 \color none
1992 One
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1998 \begin_inset Text
1999
2000 \begin_layout Standard
2001
2002 \family sans
2003 \series medium
2004 \shape up
2005 \size normal
2006 \emph off
2007 \bar no
2008 \noun off
2009 \color none
2010 One
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2016 \begin_inset Text
2017
2018 \begin_layout Standard
2019
2020 \family sans
2021 \series medium
2022 \shape up
2023 \size normal
2024 \emph off
2025 \bar no
2026 \noun off
2027 \color none
2028 Section
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 </row>
2034 <row topline="true">
2035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2036 \begin_inset Text
2037
2038 \begin_layout Standard
2039
2040 \series medium
2041 \shape up
2042 \size normal
2043 \emph off
2044 \bar no
2045 \noun off
2046 \color none
2047 report
2048 \end_layout
2049
2050 \end_inset
2051 </cell>
2052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2053 \begin_inset Text
2054
2055 \begin_layout Standard
2056
2057 \family sans
2058 \series medium
2059 \shape up
2060 \size normal
2061 \emph off
2062 \bar no
2063 \noun off
2064 \color none
2065 Plain
2066 \end_layout
2067
2068 \end_inset
2069 </cell>
2070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2071 \begin_inset Text
2072
2073 \begin_layout Standard
2074
2075 \family sans
2076 \series medium
2077 \shape up
2078 \size normal
2079 \emph off
2080 \bar no
2081 \noun off
2082 \color none
2083 One
2084 \end_layout
2085
2086 \end_inset
2087 </cell>
2088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2089 \begin_inset Text
2090
2091 \begin_layout Standard
2092
2093 \family sans
2094 \series medium
2095 \shape up
2096 \size normal
2097 \emph off
2098 \bar no
2099 \noun off
2100 \color none
2101 One
2102 \end_layout
2103
2104 \end_inset
2105 </cell>
2106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2107 \begin_inset Text
2108
2109 \begin_layout Standard
2110
2111 \family sans
2112 \series medium
2113 \shape up
2114 \size normal
2115 \emph off
2116 \bar no
2117 \noun off
2118 \color none
2119 Chapter
2120 \end_layout
2121
2122 \end_inset
2123 </cell>
2124 </row>
2125 <row topline="true">
2126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2127 \begin_inset Text
2128
2129 \begin_layout Standard
2130
2131 \series medium
2132 \shape up
2133 \size normal
2134 \emph off
2135 \bar no
2136 \noun off
2137 \color none
2138 book
2139 \end_layout
2140
2141 \end_inset
2142 </cell>
2143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2144 \begin_inset Text
2145
2146 \begin_layout Standard
2147
2148 \family sans
2149 \series medium
2150 \shape up
2151 \size normal
2152 \emph off
2153 \bar no
2154 \noun off
2155 \color none
2156 Headings
2157 \end_layout
2158
2159 \end_inset
2160 </cell>
2161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2162 \begin_inset Text
2163
2164 \begin_layout Standard
2165
2166 \family sans
2167 \series medium
2168 \shape up
2169 \size normal
2170 \emph off
2171 \bar no
2172 \noun off
2173 \color none
2174 Two
2175 \end_layout
2176
2177 \end_inset
2178 </cell>
2179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Standard
2183
2184 \family sans
2185 \series medium
2186 \shape up
2187 \size normal
2188 \emph off
2189 \bar no
2190 \noun off
2191 \color none
2192 One
2193 \end_layout
2194
2195 \end_inset
2196 </cell>
2197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2198 \begin_inset Text
2199
2200 \begin_layout Standard
2201
2202 \family sans
2203 \series medium
2204 \shape up
2205 \size normal
2206 \emph off
2207 \bar no
2208 \noun off
2209 \color none
2210 Chapter
2211 \end_layout
2212
2213 \end_inset
2214 </cell>
2215 </row>
2216 <row topline="true" bottomline="true">
2217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2218 \begin_inset Text
2219
2220 \begin_layout Standard
2221
2222 \series medium
2223 \shape up
2224 \size normal
2225 \emph off
2226 \bar no
2227 \noun off
2228 \color none
2229 letter
2230 \end_layout
2231
2232 \end_inset
2233 </cell>
2234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2235 \begin_inset Text
2236
2237 \begin_layout Standard
2238
2239 \family sans
2240 \series medium
2241 \shape up
2242 \size normal
2243 \emph off
2244 \bar no
2245 \noun off
2246 \color none
2247 Plain
2248 \end_layout
2249
2250 \end_inset
2251 </cell>
2252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2253 \begin_inset Text
2254
2255 \begin_layout Standard
2256
2257 \family sans
2258 \series medium
2259 \shape up
2260 \size normal
2261 \emph off
2262 \bar no
2263 \noun off
2264 \color none
2265 One
2266 \end_layout
2267
2268 \end_inset
2269 </cell>
2270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2271 \begin_inset Text
2272
2273 \begin_layout Standard
2274
2275 \family sans
2276 \series medium
2277 \shape up
2278 \size normal
2279 \emph off
2280 \bar no
2281 \noun off
2282 \color none
2283 One
2284 \end_layout
2285
2286 \end_inset
2287 </cell>
2288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Standard
2292
2293 \series medium
2294 \shape up
2295 \size normal
2296 \emph off
2297 \bar no
2298 \noun off
2299 \color none
2300 none
2301 \end_layout
2302
2303 \end_inset
2304 </cell>
2305 </row>
2306 </lyxtabular>
2307
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Standard
2314 \begin_inset VSpace 0.3cm
2315 \end_inset
2316
2317
2318 \end_layout
2319
2320 \begin_layout Standard
2321 You're probably also wondering what 
2322 \begin_inset Quotes eld
2323 \end_inset
2324
2325 Max.\InsetSpace ~
2326 sectioning level
2327 \begin_inset Quotes erd
2328 \end_inset
2329
2330  means.
2331  There are several paragraph environments used to create section headings.
2332  Different document classes allow different types of section headings.
2333  Only two use the 
2334 \family sans
2335 Chapter
2336 \family default
2337  heading; the rest do not and begin instead with the 
2338 \family sans
2339 Section
2340 \family default
2341  heading.
2342  Some document classes, such as the ones for letters, don't use any section
2343  headings.
2344  In addition to 
2345 \family sans
2346 Chapter
2347 \family default
2348  and 
2349 \family sans
2350 Section
2351 \family default
2352  headings, there are also 
2353 \family sans
2354 Subsection
2355 \family default
2356  headings, 
2357 \family sans
2358 Subsubsection
2359 \family default
2360  headings, and so on.
2361  We'll describe these headings fully in section\InsetSpace ~
2362
2363 \begin_inset LatexCommand ref
2364 reference "sub:Headings"
2365
2366 \end_inset
2367
2368 .
2369 \end_layout
2370
2371 \begin_layout Subsection
2372 Document Layout
2373 \begin_inset LatexCommand index
2374 name "Document !  Layout"
2375
2376 \end_inset
2377
2378
2379 \begin_inset LatexCommand label
2380 name "sub:Document-Layout"
2381
2382 \end_inset
2383
2384
2385 \family sans
2386
2387 \begin_inset LatexCommand index
2388 name "Document ! Settings"
2389
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \begin_layout Standard
2396 The most important properties of documents classes are set in the menu 
2397 \family sans
2398 Document\SpecialChar \menuseparator
2399 Settings
2400 \family default
2401 .
2402  There in the 
2403 \family sans
2404 Options
2405 \family default
2406  field under 
2407 \family sans
2408 Documents\InsetSpace ~
2409 classes
2410 \family default
2411 , you can enter special options for your document class in a comma-separated
2412  list.
2413  This is only necessary if LyX doesn't support special options you want
2414  to use for your document.
2415  To learn more about your favorite LaTeX-class and its options, you have
2416  to read its manual.
2417 \end_layout
2418
2419 \begin_layout Standard
2420 You can augment your document class by selecting from among the layout modules
2421  that also appear on this pane.
2422  Highlighting a module will display a brief description of what it does.
2423  There is, for example, a URL module that adds a URL character style (see
2424  
2425 \begin_inset LatexCommand ref
2426 reference "sub:Character-Styles"
2427
2428 \end_inset
2429
2430 ), and there are several theorem modules that can add theorem environments,
2431  like those already present in the AMS classes, to standard classes like
2432  
2433 \family sans
2434 article
2435 \family default
2436 .
2437  Note, however, that not all modules are compatible with all layouts.
2438  The theorem modules, for example, should 
2439 \emph on
2440 not
2441 \emph default
2442  be used with the AMS classes, since these already have their own theorem
2443  declarations; and no more than one of the theorem modules should be used
2444  at a time.
2445 \begin_inset Foot
2446 status collapsed
2447
2448 \begin_layout Standard
2449 For information on creating your own modules---which can be used, for example,
2450  to store a set of character styles you like to use with different documents---s
2451 ee section 
2452 \begin_inset LatexCommand ref
2453 reference "sec:Layouts"
2454
2455 \end_inset
2456
2457  in the 
2458 \emph on
2459 Customization
2460 \emph default
2461  guide.
2462  
2463 \end_layout
2464
2465 \end_inset
2466
2467
2468 \end_layout
2469
2470 \begin_layout Standard
2471 Under 
2472 \family sans
2473 Page\InsetSpace ~
2474 Layout
2475 \family default
2476  the 
2477 \family sans
2478 Pagestyle
2479 \family default
2480  controls what sorts of headings and page numbers go on a page.
2481  You can choose between the following five options:
2482 \end_layout
2483
2484 \begin_layout Labeling
2485 \labelwidthstring 00.00.0000
2486
2487 \family sans
2488 Default
2489 \family default
2490  Use default pagestyle of current class.
2491 \end_layout
2492
2493 \begin_layout Labeling
2494 \labelwidthstring 00.00.0000
2495
2496 \family sans
2497 Empty
2498 \family default
2499  No page numbers or headings.
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504
2505 \family sans
2506 Plain
2507 \family default
2508  Page numbers only.
2509 \end_layout
2510
2511 \begin_layout Labeling
2512 \labelwidthstring 00.00.0000
2513
2514 \family sans
2515 Headings
2516 \family default
2517  Page numbers and either the current chapter or section title and number.
2518  Whether LyX uses the current chapter or the current section depends on
2519  the maximum sectioning level of the class.
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524
2525 \family sans
2526 Fancy
2527 \family default
2528  This allows you to create fully customizable headers and footers if you
2529  have the 
2530 \series bold
2531 fancyhdr
2532 \begin_inset LatexCommand index
2533 name "LaTeX-packages ! fancyhdr"
2534
2535 \end_inset
2536
2537
2538 \series default
2539  package installed.
2540  At the moment, support in LyX is limited to this setting.
2541  To use the full power of this package, you have to add code to your document
2542  preamble.
2543  Check the documentation for the 
2544 \series bold
2545 fancyhdr
2546 \series default
2547  package for more details, 
2548 \begin_inset LatexCommand cite
2549 key "fancyhdr"
2550
2551 \end_inset
2552
2553 .
2554 \end_layout
2555
2556 \begin_layout Standard
2557 The 
2558 \family sans
2559 Separation
2560 \family default
2561  of paragraphs is described in section\InsetSpace ~
2562
2563 \begin_inset LatexCommand ref
2564 reference "sec:Par-indent-intro"
2565
2566 \end_inset
2567
2568 .
2569 \end_layout
2570
2571 \begin_layout Subsection
2572 Paper Size and Orientation
2573 \begin_inset LatexCommand index
2574 name "Document ! Paper size"
2575
2576 \end_inset
2577
2578
2579 \begin_inset LatexCommand label
2580 name "sub:Paper-Size,-Orientation,"
2581
2582 \end_inset
2583
2584
2585 \end_layout
2586
2587 \begin_layout Standard
2588 You'll find the following options in the menu 
2589 \family sans
2590 Page\InsetSpace ~
2591 Layout
2592 \family default
2593  of the dialog of the 
2594 \family sans
2595 Document\SpecialChar \menuseparator
2596 Settings
2597 \family default
2598  menu:
2599 \family sans
2600
2601 \begin_inset LatexCommand index
2602 name "Document ! Settings"
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Labeling
2610 \labelwidthstring 00.00.0000
2611
2612 \family sans
2613 Papersize
2614 \family default
2615  What size paper to print on.
2616  The choices are
2617 \end_layout
2618
2619 \begin_layout Itemize
2620
2621 \family sans
2622 Default
2623 \end_layout
2624
2625 \begin_layout Itemize
2626
2627 \family sans
2628 A3, A4,
2629 \family default
2630  
2631 \family sans
2632 A5
2633 \end_layout
2634
2635 \begin_layout Itemize
2636
2637 \family sans
2638 B3, B4, B5
2639 \end_layout
2640
2641 \begin_layout Itemize
2642
2643 \family sans
2644 US letter
2645 \end_layout
2646
2647 \begin_layout Itemize
2648
2649 \family sans
2650 US legal
2651 \end_layout
2652
2653 \begin_layout Itemize
2654
2655 \family sans
2656 US executive
2657 \end_layout
2658
2659 \begin_layout Itemize
2660
2661 \family sans
2662 Custom
2663 \end_layout
2664
2665 \begin_layout Labeling
2666 \labelwidthstring 00.00.0000
2667
2668 \family sans
2669 Orientation
2670 \family default
2671  Two toggle buttons choose whether to print the output as 
2672 \family sans
2673 Landscape
2674 \family default
2675  or as 
2676 \family sans
2677 Portrait
2678 \family default
2679 .
2680 \end_layout
2681
2682 \begin_layout Labeling
2683 \labelwidthstring 00.00.0000
2684
2685 \family sans
2686 Two-sided\InsetSpace ~
2687 document
2688 \family default
2689  Adjusts the print space to print both sides of paper.
2690  That means that the print space for odd- and even-numbered pages is different.
2691 \end_layout
2692
2693 \begin_layout Subsection
2694 Margins
2695 \begin_inset LatexCommand index
2696 name "Document ! Margins"
2697
2698 \end_inset
2699
2700
2701 \begin_inset LatexCommand label
2702 name "sub:Margins"
2703
2704 \end_inset
2705
2706
2707 \begin_inset LatexCommand index
2708 name "Margins"
2709
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \begin_layout Standard
2716 Paper margins are set in the menu 
2717 \family sans
2718 Document\SpecialChar \menuseparator
2719 Settings
2720 \family default
2721 .
2722 \family sans
2723
2724 \begin_inset LatexCommand index
2725 name "Document ! Settings"
2726
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \begin_layout Standard
2733 If you use a koma-script document class, you can use the default settings.
2734  Because koma-script calculates then the printspace automatically by taking
2735  the paper format and the font size into account.
2736 \end_layout
2737
2738 \begin_layout Subsection
2739 Important Note
2740 \end_layout
2741
2742 \begin_layout Standard
2743 If you change a document class, LyX has to convert 
2744 \emph on
2745 everything
2746 \emph default
2747  into the new class.
2748  That includes the paragraph environments.
2749  Some paragraph environments are standard; all of the document classes have
2750  them; but some classes have special paragraph environments.
2751  If this is the case, and you change the document class, LyX sets the missing
2752  paragraph environments to 
2753 \family sans
2754 Standard
2755 \family default
2756  and places an error box at the beginning of the paragraph.
2757  Just click on them and you'll get a message dialog that tells you about
2758  the conversion and why it failed.
2759 \end_layout
2760
2761 \begin_layout Section
2762 Paragraph Indentation and Separation
2763 \begin_inset LatexCommand index
2764 name "Paragraph ! Indentation"
2765
2766 \end_inset
2767
2768
2769 \end_layout
2770
2771 \begin_layout Subsection
2772 Introduction
2773 \begin_inset LatexCommand label
2774 name "sec:Par-indent-intro"
2775
2776 \end_inset
2777
2778
2779 \end_layout
2780
2781 \begin_layout Standard
2782 Before describing all of the various paragraph environments, we'd like to
2783  say a word or two about paragraph indentation.
2784 \end_layout
2785
2786 \begin_layout Standard
2787 Everyone seems to have their own convention for separating paragraphs.
2788  Most Americans indent the first line of a paragraph.
2789  Others don't indent but put extra space between the paragraphs.
2790  If you choose indentation for paragraphs the 
2791 \emph on
2792 first
2793 \emph default
2794  paragraph of a section, or after a figure, an equation, a table, a list,
2795  etc., is 
2796 \emph on
2797 not
2798 \emph default
2799  indented.
2800  Only a paragraph following another paragraph gets indented.
2801  Note that the indentation behavior is different when you use another document
2802  language than English.
2803  LaTeX takes care that the indentation follows the rules of the used language.
2804 \end_layout
2805
2806 \begin_layout Standard
2807 The space between paragraphs, like the line spacing, the space between headings
2808  and text --- in fact, all of the spacings for just about everything are
2809  pre-coded into LyX.
2810  As we said, you don't worry about how much space to add between what.
2811  LyX takes care of that.
2812  In fact, these pre-coded vertical spacings aren't a single number but a
2813  range.
2814  That way, LyX can squish or stretch the space between lines to make sure
2815  figures fit on a page with text, so that sections don't start at the bottom
2816  of a page, and so on.
2817 \begin_inset Foot
2818 status collapsed
2819
2820 \begin_layout Standard
2821 LaTeX does this when LyX goes to produce a printable file.
2822 \end_layout
2823
2824 \end_inset
2825
2826  However, pre-coded doesn't mean you can't change them.
2827  LyX gives you the ability to globally change 
2828 \emph on
2829 all
2830 \emph default
2831  of these pre-coded spacings.
2832  We'll explain more later.
2833 \end_layout
2834
2835 \begin_layout Subsection
2836 Paragraph Separation
2837 \begin_inset LatexCommand index
2838 name "Paragraph ! Separation"
2839
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \begin_layout Standard
2846 To separate paragraphs, select 
2847 \family sans
2848 Indent
2849 \family default
2850  or 
2851 \family sans
2852 Skip
2853 \family default
2854  in the submenu 
2855 \family sans
2856 Text\InsetSpace ~
2857 Layout
2858 \family default
2859  of the dialog 
2860 \family sans
2861 Document\SpecialChar \menuseparator
2862 Settings
2863 \begin_inset LatexCommand index
2864 name "Document ! Settings"
2865
2866 \end_inset
2867
2868
2869 \family default
2870  to indent paragraphs or add extra space between paragraphs, respectively.
2871  The size of the skips can be defined in the dialog, for the indentation
2872  you have to add this line to your document preamble:
2873 \end_layout
2874
2875 \begin_layout Standard
2876
2877 \series bold
2878
2879 \backslash
2880 setlength{
2881 \backslash
2882 parindent}{Length}
2883 \end_layout
2884
2885 \begin_layout Standard
2886 where length is a value in one of the units listed in Appendix\InsetSpace ~
2887
2888 \begin_inset LatexCommand ref
2889 reference "cap:Units"
2890
2891 \end_inset
2892
2893 .
2894  The default length is 30\InsetSpace \thinspace{}
2895 pt.
2896 \end_layout
2897
2898 \begin_layout Subsection
2899 Fine-Tuning
2900 \end_layout
2901
2902 \begin_layout Standard
2903 You can also change the separation method of a single paragraph.
2904  Open the 
2905 \family sans
2906 Edit\SpecialChar \menuseparator
2907 Paragraph\InsetSpace ~
2908 Settings
2909 \family default
2910  dialog and toggle the 
2911 \family sans
2912 Indent\InsetSpace ~
2913 Paragraph
2914 \family default
2915  option to change the state of the current paragraph.
2916  If paragraphs have no indentation but use extra space for separation, this
2917  button will be ignored (you can't indent a single paragraph by toggling
2918  this).
2919 \end_layout
2920
2921 \begin_layout Standard
2922 You should only need to change the indentation method for a single paragraph
2923  if you need to do some fine-tuning.
2924 \end_layout
2925
2926 \begin_layout Subsection
2927 Line Spacing
2928 \begin_inset LatexCommand index
2929 name "Paragraph ! Line spacing"
2930
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \begin_layout Standard
2937 In the 
2938 \family sans
2939 Document\SpecialChar \menuseparator
2940 Settings
2941 \begin_inset LatexCommand index
2942 name "Document ! Settings"
2943
2944 \end_inset
2945
2946
2947 \family default
2948  dialog you can set the line spacing in the submenu 
2949 \family sans
2950 Text\InsetSpace ~
2951 Layout.
2952 \family default
2953
2954 \begin_inset Foot
2955 status collapsed
2956
2957 \begin_layout Standard
2958 You need to have the LaTeX-package 
2959 \series bold
2960 setspace
2961 \begin_inset LatexCommand index
2962 name "LaTeX-packages ! setspace"
2963
2964 \end_inset
2965
2966
2967 \series default
2968  installed to use this feature.
2969 \end_layout
2970
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \begin_layout Section
2977 Paragraph Environments
2978 \begin_inset LatexCommand index
2979 name "Paragraph ! Environments"
2980
2981 \end_inset
2982
2983
2984 \begin_inset LatexCommand label
2985 name "sec:Paragraph-Environments"
2986
2987 \end_inset
2988
2989
2990 \begin_inset LatexCommand index
2991 name "Paragraph environments|("
2992
2993 \end_inset
2994
2995
2996 \end_layout
2997
2998 \begin_layout Subsection
2999 Overview
3000 \end_layout
3001
3002 \begin_layout Standard
3003 The paragraph environments correspond to the various
3004 \end_layout
3005
3006 \begin_layout Standard
3007
3008 \series bold
3009
3010 \backslash
3011 begin{
3012 \emph on
3013 environment
3014 \emph default
3015 } ...
3016  
3017 \backslash
3018 end{
3019 \emph on
3020 environment
3021 \emph default
3022 }
3023 \series default
3024
3025 \newline
3026 command sequences in an ordinary LaTeX file.
3027  If you don't know LaTeX, or the concept of a paragraph environment is totally
3028  alien to you, we urge you to read the 
3029 \emph on
3030 Tutorial
3031 \emph default
3032 .
3033  The 
3034 \emph on
3035 Tutorial
3036 \emph default
3037  also contains many more examples than this section does.
3038 \end_layout
3039
3040 \begin_layout Standard
3041 A paragraph environment is simply a 
3042 \begin_inset Quotes eld
3043 \end_inset
3044
3045 container
3046 \begin_inset Quotes erd
3047 \end_inset
3048
3049  for a paragraph which gives that paragraph certain properties.
3050  This can include a particular style of font, different margins, a numbering
3051  scheme, labels, and so on.
3052  Additionally, you can 
3053 \begin_inset Quotes eld
3054 \end_inset
3055
3056 nest
3057 \begin_inset Quotes erd
3058 \end_inset
3059
3060  the different environments inside one another, allowing one environment
3061  to inherit some of the properties of another.
3062  The different paragraph environments totally replace the need for messy
3063  tab stops, on the fly margin adjustment, and other hold-overs from the
3064  days of typewriters.
3065  There are several paragraph environments which are specific to a particular
3066  document type.
3067  We'll only be covering the most common ones here.
3068 \end_layout
3069
3070 \begin_layout Standard
3071 To choose a new paragraph environment, use the pull-down box on the left
3072  end of the toolbar.
3073  LyX will change the environment of the 
3074 \emph on
3075 entire
3076 \emph default
3077  paragraph in which the cursor sits.
3078  You can also change the environment of an entire group of paragraphs if
3079  you select them before choosing the new environment.
3080  
3081 \end_layout
3082
3083 \begin_layout Standard
3084 Note that hitting 
3085 \family sans
3086 Return
3087 \family default
3088  will 
3089 \emph on
3090 typically
3091 \emph default
3092  create a new paragraph using the 
3093 \family sans
3094 Standard
3095 \family default
3096  paragraph environment.
3097  We say 
3098 \begin_inset Quotes eld
3099 \end_inset
3100
3101 typically
3102 \begin_inset Quotes erd
3103 \end_inset
3104
3105  because if you are in one of these environments:
3106 \end_layout
3107
3108 \begin_layout Itemize
3109
3110 \family sans
3111 Quote
3112 \end_layout
3113
3114 \begin_layout Itemize
3115
3116 \family sans
3117 Quotation
3118 \end_layout
3119
3120 \begin_layout Itemize
3121
3122 \family sans
3123 Verse
3124 \end_layout
3125
3126 \begin_layout Itemize
3127
3128 \family sans
3129 Itemize
3130 \end_layout
3131
3132 \begin_layout Itemize
3133
3134 \family sans
3135 Enumerate
3136 \end_layout
3137
3138 \begin_layout Itemize
3139
3140 \family sans
3141 Description
3142 \end_layout
3143
3144 \begin_layout Itemize
3145
3146 \family sans
3147 List
3148 \end_layout
3149
3150 \begin_layout Standard
3151 LyX keeps the old paragraph environment when you hit 
3152 \family sans
3153 Return
3154 \family default
3155 , rather than resetting it to 
3156 \family sans
3157 Standard
3158 \family default
3159 .
3160  LyX will still reset the nesting depth, however.
3161  Usually, starting a new paragraph resets both the paragraph environment
3162  and the nesting depth (for more on nesting see section\InsetSpace ~
3163
3164 \begin_inset LatexCommand ref
3165 reference "sec:Nesting"
3166
3167 \end_inset
3168
3169 ).
3170  At the moment, all this is context-specific; you're better off expecting
3171  
3172 \family sans
3173 Return
3174 \family default
3175  to reset the paragraph environment and depth.
3176  If you want a new paragraph to keep the current environment and depth,
3177  use 
3178 \family sans
3179 M-Return
3180 \family default
3181  instead.
3182 \end_layout
3183
3184 \begin_layout Subsection
3185 Standard
3186 \end_layout
3187
3188 \begin_layout Standard
3189 The default paragraph environment is 
3190 \family sans
3191 Standard
3192 \family default
3193  for most classes.
3194  It creates a plain paragraph.
3195  If LyX resets the paragraph environment, this is the one it chooses.
3196  In fact, the paragraph you're reading right now (and most of the ones in
3197  this manual) are in the 
3198 \family sans
3199 Standard
3200 \family default
3201  environment.
3202 \end_layout
3203
3204 \begin_layout Standard
3205 You can nest a paragraph using the 
3206 \family sans
3207 Standard
3208 \family default
3209  environment in just about anything else, but you can't really nest anything
3210  in a 
3211 \family sans
3212 Standard
3213 \family default
3214  environment.
3215 \end_layout
3216
3217 \begin_layout Subsection
3218 Document Title
3219 \begin_inset LatexCommand index
3220 name "Document !Title"
3221
3222 \end_inset
3223
3224
3225 \end_layout
3226
3227 \begin_layout Standard
3228 A LaTeX title page has three parts: the title itself, the name(s) of the
3229  author(s) and a 
3230 \begin_inset Quotes eld
3231 \end_inset
3232
3233 footnote
3234 \begin_inset Quotes erd
3235 \end_inset
3236
3237  for thanks or contact information.
3238  For certain types of documents, LaTeX places all of this on a separate
3239  page along with today's date.
3240  For other types of documents, the title 
3241 \begin_inset Quotes eld
3242 \end_inset
3243
3244 page
3245 \begin_inset Quotes erd
3246 \end_inset
3247
3248  goes at the top of the first page of the document.
3249  
3250 \end_layout
3251
3252 \begin_layout Standard
3253 LyX provides an interface to the title page commands through the paragraph
3254  environments 
3255 \family sans
3256 Title
3257 \family default
3258
3259 \family sans
3260 Author
3261 \family default
3262 , and 
3263 \family sans
3264 Date
3265 \family default
3266 .
3267  Here's how you use them:
3268 \end_layout
3269
3270 \begin_layout Itemize
3271 Put the title of your document in the 
3272 \family sans
3273 Title
3274 \family default
3275  environment.
3276 \end_layout
3277
3278 \begin_layout Itemize
3279 Put the author name in the 
3280 \family sans
3281 Author
3282 \family default
3283  environment.
3284 \end_layout
3285
3286 \begin_layout Itemize
3287 If you want the date to have a certain appearance, want to use a fixed date,
3288  or want other text to appear in place of today's date, put that text in
3289  the 
3290 \family sans
3291 Date
3292 \family default
3293  environment.
3294  Note that using this environment is optional.
3295  If you don't provide any, LaTeX will automatically insert today's date.
3296  If you don't want any date, add the line
3297 \newline
3298
3299 \series bold
3300
3301 \backslash
3302 date{}
3303 \series default
3304
3305 \newline
3306 to the preamble of your document (menu 
3307 \family sans
3308 Document\SpecialChar \menuseparator
3309 Settings
3310 \family default
3311 )
3312 \end_layout
3313
3314 \begin_layout Standard
3315 You can use footnotes to insert 
3316 \begin_inset Quotes eld
3317 \end_inset
3318
3319 thanks
3320 \begin_inset Quotes erd
3321 \end_inset
3322
3323  or contact informations.
3324 \end_layout
3325
3326 \begin_layout Subsection
3327 Headings
3328 \begin_inset LatexCommand index
3329 name "Section headings"
3330
3331 \end_inset
3332
3333
3334 \begin_inset LatexCommand label
3335 name "sub:Headings"
3336
3337 \end_inset
3338
3339
3340 \end_layout
3341
3342 \begin_layout Standard
3343 There are several paragraph environments for producing section headings.
3344  LyX takes care of the numbering for you.
3345 \end_layout
3346
3347 \begin_layout Subsubsection
3348 Numbered Headings
3349 \begin_inset LatexCommand index
3350 name "Section headings ! Numbered"
3351
3352 \end_inset
3353
3354
3355 \end_layout
3356
3357 \begin_layout Standard
3358 There are 7 numbered types of section headings.
3359  They are:
3360 \end_layout
3361
3362 \begin_layout Enumerate
3363
3364 \family sans
3365 Part
3366 \end_layout
3367
3368 \begin_layout Enumerate
3369
3370 \family sans
3371 Chapter
3372 \end_layout
3373
3374 \begin_layout Enumerate
3375
3376 \family sans
3377 Section
3378 \end_layout
3379
3380 \begin_layout Enumerate
3381
3382 \family sans
3383 Subsection
3384 \end_layout
3385
3386 \begin_layout Enumerate
3387
3388 \family sans
3389 Subsubsection
3390 \end_layout
3391
3392 \begin_layout Enumerate
3393
3394 \family sans
3395 Paragraph
3396 \end_layout
3397
3398 \begin_layout Enumerate
3399
3400 \family sans
3401 Subparagraph
3402 \end_layout
3403
3404 \begin_layout Standard
3405 LyX labels each heading with a series of numbers, separated by periods.
3406  The numbers describe where in the document you are.
3407  Unlike the other headings, parts are numbered with Latin letters.
3408 \end_layout
3409
3410 \begin_layout Standard
3411 Headings all subdivide your document into different pieces of text.
3412  For example, suppose you're writing a book.
3413  You group the book into chapters.
3414  LyX does similar grouping:
3415 \end_layout
3416
3417 \begin_layout Itemize
3418
3419 \family sans
3420 Part
3421 \family default
3422  is divided in either 
3423 \family sans
3424 Chapter
3425 \family default
3426  or 
3427 \family sans
3428 Section
3429 \end_layout
3430
3431 \begin_layout Itemize
3432
3433 \family sans
3434 Chapter
3435 \family default
3436 s are divided into 
3437 \family sans
3438 Section
3439 \family default
3440 s
3441 \end_layout
3442
3443 \begin_layout Itemize
3444
3445 \family sans
3446 Section
3447 \family default
3448 s are divided into 
3449 \family sans
3450 Subsection
3451 \family default
3452 s
3453 \end_layout
3454
3455 \begin_layout Itemize
3456
3457 \family sans
3458 Subsection
3459 \family default
3460 s are divided into 
3461 \family sans
3462 Subsubsection
3463 \family default
3464 s
3465 \end_layout
3466
3467 \begin_layout Itemize
3468
3469 \family sans
3470 Subsubsection
3471 \family default
3472 s are divided into 
3473 \family sans
3474 Paragraph
3475 \family default
3476 s
3477 \end_layout
3478
3479 \begin_layout Itemize
3480
3481 \family sans
3482 Paragraph
3483 \family default
3484 s are divided into 
3485 \family sans
3486 Subparagraph
3487 \family default
3488 s
3489 \end_layout
3490
3491 \begin_layout Standard
3492 \begin_inset Note Greyedout
3493 status open
3494
3495 \begin_layout Standard
3496
3497 \series bold
3498 Note:
3499 \series default
3500  Not all document types use the 
3501 \family sans
3502 Chapter
3503 \family default
3504  heading as the maximum sectioning level.
3505  In that case the 
3506 \family sans
3507 Section
3508 \family default
3509  is the top-level heading.
3510 \end_layout
3511
3512 \end_inset
3513
3514
3515 \end_layout
3516
3517 \begin_layout Standard
3518 So, if you use the 
3519 \family sans
3520 Subsubsection
3521 \family default
3522  environment to label a new sub-subsection, LyX labels it with its number,
3523  along with the number of the subsection, section, and, if applicable, chapter
3524  that it's in.
3525  For example: the fifth section of the second chapter of this book has the
3526  label 
3527 \begin_inset Quotes eld
3528 \end_inset
3529
3530 2.5
3531 \begin_inset Quotes erd
3532 \end_inset
3533
3534 .
3535 \end_layout
3536
3537 \begin_layout Subsubsection
3538 Unnumbered Headings
3539 \begin_inset LatexCommand index
3540 name "Section headings ! Unnumbered"
3541
3542 \end_inset
3543
3544
3545 \end_layout
3546
3547 \begin_layout Standard
3548 There are 5 types of unnumbered section headings.
3549  They are:
3550 \end_layout
3551
3552 \begin_layout Enumerate
3553
3554 \family sans
3555 Part*line spacing
3556 \end_layout
3557
3558 \begin_layout Enumerate
3559
3560 \family sans
3561 Chapter*
3562 \end_layout
3563
3564 \begin_layout Enumerate
3565
3566 \family sans
3567 Section*
3568 \end_layout
3569
3570 \begin_layout Enumerate
3571
3572 \family sans
3573 Subsection*
3574 \end_layout
3575
3576 \begin_layout Enumerate
3577
3578 \family sans
3579 Subsubsection*
3580 \end_layout
3581
3582 \begin_layout Standard
3583 The 
3584 \begin_inset Quotes eld
3585 \end_inset
3586
3587 *
3588 \begin_inset Quotes erd
3589 \end_inset
3590
3591  after each name means that these headings are not numbered.
3592  They work the same as their numbered counterparts but won't appear in the
3593  table of contents, see section\InsetSpace ~
3594
3595 \begin_inset LatexCommand ref
3596 reference "sec:toc"
3597
3598 \end_inset
3599
3600 .
3601 \end_layout
3602
3603 \begin_layout Subsubsection
3604 Changing the Numbering
3605 \begin_inset LatexCommand label
3606 name "sub:Numbering-depth"
3607
3608 \end_inset
3609
3610
3611 \end_layout
3612
3613 \begin_layout Standard
3614 You can also alter which sectioning levels get numbered and which ones appear
3615  in the Table of Contents.
3616  Now, this doesn't remove any of the levels; that's preset in the document
3617  class.
3618  Certain classes start with 
3619 \family sans
3620 Chapter
3621 \family default
3622  and go down to the 
3623 \family sans
3624 Subparagraph
3625 \family default
3626  level.
3627  Others start at 
3628 \family sans
3629 Section
3630 \family default
3631 .
3632  Similarly, not all document classes number all sectioning levels.
3633  Most don't number 
3634 \family sans
3635 Paragraph
3636 \family default
3637  or 
3638 \family sans
3639 Subparagraph
3640 \family default
3641 .
3642  This is something you can change.
3643 \end_layout
3644
3645 \begin_layout Standard
3646 Open the 
3647 \family sans
3648 Document\SpecialChar \menuseparator
3649 Settings
3650 \family default
3651  dialog.
3652 \family sans
3653
3654 \begin_inset LatexCommand index
3655 name "Document ! Settings"
3656
3657 \end_inset
3658
3659
3660 \family default
3661  Under 
3662 \family sans
3663 Numbering\InsetSpace ~
3664 &\InsetSpace ~
3665 TOC
3666 \family default
3667  you'll see two counters.
3668  The one named 
3669 \family sans
3670 Numbering
3671 \family default
3672  controls how far down in the sectioning hierarchy LyX numbers a section
3673  heading.
3674  The other one controls the appearance of the section headings in the table
3675  of contents.
3676 \end_layout
3677
3678 \begin_layout Subsubsection
3679 Short Titles of Headings
3680 \begin_inset LatexCommand index
3681 name "Section headings ! Short titles"
3682
3683 \end_inset
3684
3685
3686 \begin_inset OptArg
3687 status collapsed
3688
3689 \begin_layout Standard
3690 Short Titles
3691 \end_layout
3692
3693 \end_inset
3694
3695
3696 \begin_inset LatexCommand label
3697 name "sec:Short-Titles"
3698
3699 \end_inset
3700
3701
3702 \end_layout
3703
3704 \begin_layout Standard
3705 Some section or chapter titles, such as this one, can get quite long.
3706  This can cause troubles when there is limited horizontal space.
3707  For example, if the header of the page is set to show the current section
3708  title, a long title will protrude over the page margins and look awful.
3709 \end_layout
3710
3711 \begin_layout Standard
3712 LaTeX allows you to specify a short title for section headings.
3713  This short title is used in the header and in the actual table of contents,
3714  avoiding the problem mentioned.
3715  To specify a short title, use the menu 
3716 \family sans
3717 Insert\SpecialChar \menuseparator
3718 Short\InsetSpace ~
3719 Title
3720 \family default
3721 .
3722  This will insert a box labeled 
3723 \begin_inset Quotes eld
3724 \end_inset
3725
3726 opt
3727 \begin_inset Quotes erd
3728 \end_inset
3729
3730  (stands for 
3731 \begin_inset Quotes eld
3732 \end_inset
3733
3734 optional
3735 \begin_inset Quotes erd
3736 \end_inset
3737
3738 ) which you can use to enter the short title text.
3739  This also works for captions inside floats.
3740 \end_layout
3741
3742 \begin_layout Standard
3743 The title of this section is a good example of using this feature.
3744 \end_layout
3745
3746 \begin_layout Subsubsection
3747 Special Information
3748 \end_layout
3749
3750 \begin_layout Standard
3751 The following information applies to all section headings:
3752 \end_layout
3753
3754 \begin_layout Itemize
3755 You cannot do any nesting with these environments.
3756 \end_layout
3757
3758 \begin_layout Itemize
3759 You cannot use a margin note in any of these environments.
3760 \end_layout
3761
3762 \begin_layout Itemize
3763 You can only use inline math in these environments.
3764 \end_layout
3765
3766 \begin_layout Itemize
3767 You can use labels and cross-references to refer to their numbers.
3768 \end_layout
3769
3770 \begin_layout Subsection
3771 Quotes and Poetryline spacing
3772 \end_layout
3773
3774 \begin_layout Standard
3775 LyX has three paragraph environments for writing poetry and quotations.
3776  They are 
3777 \family sans
3778 Quote
3779 \family default
3780
3781 \family sans
3782 Quotation
3783 \family default
3784 , and 
3785 \family sans
3786 Verse
3787 \family default
3788 .
3789  Forget the days of changing line spacing and twiddling with margins.
3790  These three paragraph environments already have those changes built-in.
3791  They all widen the left margin and add a bit of extra space above and below
3792  the text they contain.
3793  They also allow nesting, so you can put a 
3794 \family sans
3795 Verse
3796 \family default
3797  in a 
3798 \family sans
3799 Quotation
3800 \family default
3801 , as well as in some other paragraph environments.
3802 \end_layout
3803
3804 \begin_layout Standard
3805 There is another feature of these three paragraph environments: they do
3806  
3807 \emph on
3808 not
3809 \emph default
3810  reset to 
3811 \family sans
3812 Standard
3813 \family default
3814  when you start a new paragraph.
3815  So, you can type in that poem and merrily hit 
3816 \family sans
3817 Return
3818 \family default
3819  without worrying about the paragraph environment changing on you.
3820  Of course, that means that, once you're done typing in that poem, you have
3821  to change back to the 
3822 \family sans
3823 Standard
3824 \family default
3825  environment yourself.
3826 \end_layout
3827
3828 \begin_layout Subsubsection
3829
3830 \family sans
3831 Quote
3832 \family default
3833  and 
3834 \family sans
3835 Quotation
3836 \family default
3837
3838 \begin_inset LatexCommand label
3839 name "sec:Quote"
3840
3841 \end_inset
3842
3843
3844 \begin_inset LatexCommand index
3845 name "Quotation"
3846
3847 \end_inset
3848
3849
3850 \end_layout
3851
3852 \begin_layout Standard
3853 Now that we've described the similarities of these three environments, it's
3854  time for the differences.
3855  
3856 \family sans
3857 Quote
3858 \family default
3859  and 
3860 \family sans
3861 Quotation
3862 \family default
3863  are identical except for one difference: 
3864 \family sans
3865 Quote
3866 \family default
3867  uses extra spacing to separate paragraphs and never indents the first line.
3868  
3869 \family sans
3870 Quotation
3871 \family default
3872  
3873 \emph on
3874 always
3875 \emph default
3876  indents the first line of a paragraph and uses the same line spacing throughout.
3877 \end_layout
3878
3879 \begin_layout Standard
3880 Here's an example of the 
3881 \family sans
3882 Quote
3883 \family default
3884  environment:
3885 \end_layout
3886
3887 \begin_layout Quote
3888 This is in the 
3889 \family sans
3890 Quote
3891 \family default
3892  environment.
3893  I can keep writing, extending this line out further and further until it
3894  wraps.
3895  See -- no indentation!
3896 \end_layout
3897
3898 \begin_layout Quote
3899 Here's the second paragraph of this quote.
3900  Again, there's no indentation, but there is extra space between me and
3901  the other paragraph.
3902 \end_layout
3903
3904 \begin_layout Standard
3905 Here's another example, this time in the 
3906 \family sans
3907 Quotation
3908 \family default
3909  environment:
3910 \end_layout
3911
3912 \begin_layout Quotation
3913 This is in the 
3914 \family sans
3915 Quotation
3916 \family default
3917  environment.
3918  If I keep writing, you'll see the indentation.
3919  If your country uses a writing style that shows off new paragraphs by indenting
3920  the first line, then 
3921 \family sans
3922 Quotation
3923 \family default
3924  is the environment for you! Well, you'd use it 
3925 \emph on
3926 if
3927 \emph default
3928  you were quoting other text.
3929 \end_layout
3930
3931 \begin_layout Quotation
3932 Here's a new paragraph.
3933  I could ramble on and on, like a politician at election time.
3934  If I did that, though, you'd get bored.
3935 \end_layout
3936
3937 \begin_layout Standard
3938 As the examples show, 
3939 \family sans
3940 Quote
3941 \family default
3942  is for those people who use extra space to separate paragraphs.
3943  They should put quotes in the 
3944 \family sans
3945 Quote
3946 \family default
3947  environment.
3948  Those who use indentation to mark a new paragraph should use the 
3949 \family sans
3950 Quotation
3951 \family default
3952  paragraph environment for quoted text.
3953 \end_layout
3954
3955 \begin_layout Subsubsection
3956
3957 \family sans
3958 Verse
3959 \family default
3960
3961 \begin_inset LatexCommand index
3962 name "Paragraph ! Verse"
3963
3964 \end_inset
3965
3966
3967 \family sans
3968
3969 \begin_inset LatexCommand index
3970 name "Poetry"
3971
3972 \end_inset
3973
3974
3975 \begin_inset LatexCommand label
3976 name "sec:Verse"
3977
3978 \end_inset
3979
3980
3981 \end_layout
3982
3983 \begin_layout Standard
3984
3985 \family sans
3986 Verse
3987 \family default
3988  is a paragraph environment for poetry, rhymes, verses, and so on.
3989  Here's an example:
3990 \end_layout
3991
3992 \begin_layout Verse
3993 This is in Verse
3994 \newline
3995 Which I did not rehearse!
3996 \end_layout
3997
3998 \begin_layout Verse
3999 It could be much worse.
4000  This line could be long, very long, oh so long, so very long that it wraps
4001  around.
4002  It looks okay on screen, but in the printed version, the extra lines are
4003  indented a bit more than the first.
4004  Okay, so it's turned to prose and doesn't rhyme anymore.
4005  So sue me.
4006 \end_layout
4007
4008 \begin_layout Verse
4009 To break a line
4010 \newline
4011 And make things look fine
4012 \newline
4013 Use 
4014 \family sans
4015 C-Return
4016 \family default
4017 .
4018 \end_layout
4019
4020 \begin_layout Standard
4021 As you can see, 
4022 \family sans
4023 Verse
4024 \family default
4025  does not indent both margins.
4026  Each stanza of the verse or poem is in its own paragraph.
4027  To separate the individual lines of a stanza, use the 
4028 \family typewriter
4029 break-line
4030 \family default
4031  function 
4032 \family sans
4033 C-Return
4034 \family default
4035 .
4036 \end_layout
4037
4038 \begin_layout Subsection
4039 Lists
4040 \begin_inset LatexCommand index
4041 name "Lists"
4042
4043 \end_inset
4044
4045
4046 \begin_inset LatexCommand label
4047 name "sub:Lists"
4048
4049 \end_inset
4050
4051
4052 \end_layout
4053
4054 \begin_layout Standard
4055 LyX has four different paragraph environments for creating different kinds
4056  of lists.
4057  In the 
4058 \family sans
4059 Itemize
4060 \family default
4061  and 
4062 \family sans
4063 Enumerate
4064 \family default
4065  environments, LyX labels your list items with bullets or numbers, respectively.
4066  In the 
4067 \family sans
4068 Description
4069 \family default
4070  and 
4071 \family sans
4072 List
4073 \family default
4074  environments, LyX lets you provide your own label.
4075  We'll present the individual details of each type of list next after describing
4076  some general features of all four of them.
4077 \end_layout
4078
4079 \begin_layout Subsubsection
4080 General Features
4081 \end_layout
4082
4083 \begin_layout Standard
4084 The four paragraph environments for lists differ from the other environments
4085  in several ways.
4086  First, LyX treats each paragraph as a list item.
4087  Hitting 
4088 \family sans
4089 Return
4090 \family default
4091  does 
4092 \emph on
4093 not
4094 \emph default
4095  reset the environment to 
4096 \family sans
4097 Standard
4098 \family default
4099  but keeps the current environment and creates a new list item.
4100  The nesting depth is typically reset, however.
4101  If you want to keep both the current nesting depth and paragraph environment,
4102  you should use 
4103 \family sans
4104 M-Return
4105 \family default
4106  to break paragraphs.
4107 \end_layout
4108
4109 \begin_layout Standard
4110 You can nest lists of any type inside one another.
4111  In fact, LyX changes the labels on some list items depending on how it
4112  is nested.
4113  If you intend to use any of the list paragraph environments, we suggest
4114  you read all of section\InsetSpace ~
4115
4116 \begin_inset LatexCommand ref
4117 reference "sec:Nesting"
4118
4119 \end_inset
4120
4121 .
4122  
4123 \end_layout
4124
4125 \begin_layout Subsubsection
4126
4127 \family sans
4128 Itemize
4129 \family default
4130
4131 \begin_inset LatexCommand index
4132 name "Lists ! Itemize"
4133
4134 \end_inset
4135
4136
4137 \begin_inset LatexCommand label
4138 name "sec:Itemize"
4139
4140 \end_inset
4141
4142
4143 \end_layout
4144
4145 \begin_layout Standard
4146 The first type of list we'll describe in detail is the 
4147 \family sans
4148 Itemize
4149 \family default
4150  paragraph environment.
4151  It has the following properties:
4152 \end_layout
4153
4154 \begin_layout Itemize
4155 Each item has a particular bullet or symbol as its label.
4156 \end_layout
4157
4158 \begin_deeper
4159 \begin_layout Itemize
4160 LyX uses the same symbol for all of the items in a given nesting level.
4161 \end_layout
4162
4163 \begin_layout Itemize
4164 The symbol appears at the beginning of the first line.
4165 \end_layout
4166
4167 \end_deeper
4168 \begin_layout Itemize
4169 The items can have any length.
4170  LyX automatically offsets the left margin of each item.
4171  The offset is always relative to whatever environment the 
4172 \family sans
4173 Itemize
4174 \family default
4175  list may be in.
4176 \end_layout
4177
4178 \begin_layout Itemize
4179 If you nest an 
4180 \family sans
4181 Itemize
4182 \family default
4183  environment inside another 
4184 \family sans
4185 Itemize
4186 \family default
4187  environment, the label changes to a new symbol.
4188 \end_layout
4189
4190 \begin_deeper
4191 \begin_layout Itemize
4192 There are four different symbols for up to a four-fold nesting.
4193 \end_layout
4194
4195 \begin_layout Itemize
4196 LyX always shows the same symbol on screen.
4197 \end_layout
4198
4199 \begin_layout Itemize
4200 See section\InsetSpace ~
4201
4202 \begin_inset LatexCommand ref
4203 reference "sec:Nesting"
4204
4205 \end_inset
4206
4207  for a full explanation of nesting.
4208 \end_layout
4209
4210 \end_deeper
4211 \begin_layout Standard
4212 Of course, that explanation was also an example of an 
4213 \family sans
4214 Itemize
4215 \family default
4216  list.
4217  The 
4218 \family sans
4219 Itemize
4220 \family default
4221  environment is best suited for lists where the order doesn't matter.
4222 \end_layout
4223
4224 \begin_layout Standard
4225 We said that different levels use different symbols as their label.
4226  Here's an example of all four possible symbols.
4227  Note that those of you reading this manual within LyX won't see any difference.
4228 \end_layout
4229
4230 \begin_layout Itemize
4231 The label for the first level 
4232 \family sans
4233 Itemize
4234 \family default
4235  is a large black dot, or bullet.
4236 \end_layout
4237
4238 \begin_deeper
4239 \begin_layout Itemize
4240 The label for the second level is a dash.
4241 \end_layout
4242
4243 \begin_deeper
4244 \begin_layout Itemize
4245 The label for the third is an asterisk.
4246 \end_layout
4247
4248 \begin_deeper
4249 \begin_layout Itemize
4250 The label for the fourth is a centered dot.
4251 \end_layout
4252
4253 \end_deeper
4254 \begin_layout Itemize
4255 Back out to the third level.
4256 \end_layout
4257
4258 \end_deeper
4259 \begin_layout Itemize
4260 Back to the second level.
4261 \end_layout
4262
4263 \end_deeper
4264 \begin_layout Itemize
4265 Back to the outermost level.
4266 \end_layout
4267
4268 \begin_layout Standard
4269 These are the default labels for an 
4270 \family sans
4271 Itemize
4272 \family default
4273  list.
4274  You can customize these labels in the 
4275 \family sans
4276 Document\SpecialChar \menuseparator
4277 Settings
4278 \family default
4279  dialog in the submenu 
4280 \family sans
4281 Bullets
4282 \family default
4283 .
4284 \family sans
4285
4286 \begin_inset LatexCommand index
4287 name "Document ! Settings"
4288
4289 \end_inset
4290
4291
4292 \end_layout
4293
4294 \begin_layout Standard
4295 Notice how the space between items decreases with increasing depth.
4296  We'll explain nesting and all the tricks you can do with different depths
4297  in section\InsetSpace ~
4298
4299 \begin_inset LatexCommand ref
4300 reference "sec:Nesting"
4301
4302 \end_inset
4303
4304 .
4305 \end_layout
4306
4307 \begin_layout Subsubsection
4308
4309 \family sans
4310 Enumerate
4311 \family default
4312
4313 \begin_inset LatexCommand index
4314 name "Lists ! Enumerate"
4315
4316 \end_inset
4317
4318
4319 \begin_inset LatexCommand label
4320 name "sec:Enumerate"
4321
4322 \end_inset
4323
4324
4325 \end_layout
4326
4327 \begin_layout Standard
4328 The 
4329 \family sans
4330 Enumerate
4331 \family default
4332  environment is used to create numbered lists and outlines.
4333  It has these properties:
4334 \end_layout
4335
4336 \begin_layout Enumerate
4337 Each item has a numeral as its label.
4338 \end_layout
4339
4340 \begin_deeper
4341 \begin_layout Enumerate
4342 The type of numeral depends on the nesting depth.
4343 \end_layout
4344
4345 \end_deeper
4346 \begin_layout Enumerate
4347 LyX automatically counts the items for you and updates the label as appropriate.
4348 \end_layout
4349
4350 \begin_layout Enumerate
4351 Each new 
4352 \family sans
4353 Enumerate
4354 \family default
4355  environment resets the counter to one.
4356 \end_layout
4357
4358 \begin_layout Enumerate
4359 Like the 
4360 \family sans
4361 Itemize
4362 \family default
4363  environment, the 
4364 \family sans
4365 Enumerate
4366 \family default
4367  environment:
4368 \end_layout
4369
4370 \begin_deeper
4371 \begin_layout Enumerate
4372 Offsets the items relative to the left margin.
4373  Items can have any length.
4374 \end_layout
4375
4376 \begin_layout Enumerate
4377 Reduces the space between items as the nesting depth increases.
4378 \end_layout
4379
4380 \begin_layout Enumerate
4381 Uses different types of labels depending on the nesting depth.
4382 \end_layout
4383
4384 \begin_layout Enumerate
4385 Allows up to a four-fold nesting.
4386 \end_layout
4387
4388 \end_deeper
4389 \begin_layout Standard
4390 Unlike the 
4391 \family sans
4392 Itemize
4393 \family default
4394  environment, 
4395 \family sans
4396 Enumerate
4397 \family default
4398  shows the different labels for each item in LyX.
4399  Here is how LyX labels the four different levels in an 
4400 \family sans
4401 Enumerate
4402 \family default
4403 :
4404 \end_layout
4405
4406 \begin_layout Enumerate
4407 The first level of an 
4408 \family sans
4409 Enumerate
4410 \family default
4411  uses Arabic numerals followed by a period.
4412 \end_layout
4413
4414 \begin_deeper
4415 \begin_layout Enumerate
4416 The second level uses lower case letters surrounded by parentheses.
4417 \end_layout
4418
4419 \begin_deeper
4420 \begin_layout Enumerate
4421 The third level uses lower-case Roman numerals followed by a period.
4422 \end_layout
4423
4424 \begin_deeper
4425 \begin_layout Enumerate
4426 The fourth level uses capital letters followed by a period.
4427 \end_layout
4428
4429 \begin_layout Enumerate
4430 Again, notice the decrease in the spacing between items as the nesting depth
4431  increases.
4432 \end_layout
4433
4434 \end_deeper
4435 \begin_layout Enumerate
4436 Back to the third level
4437 \end_layout
4438
4439 \end_deeper
4440 \begin_layout Enumerate
4441 Back to the second level.
4442 \end_layout
4443
4444 \end_deeper
4445 \begin_layout Enumerate
4446 Back to the outermost level.
4447 \end_layout
4448
4449 \begin_layout Standard
4450 Once again, you can customize the type of numbering used in the 
4451 \family sans
4452 Enumerate
4453 \family default
4454  environment.
4455  It involves adding commands to the LaTeX preamble (see the 
4456 \emph on
4457 Extended Features
4458 \emph default
4459  manual).
4460  As stated earlier, such customization only shows up in the printed version,
4461  not in LyX.
4462 \end_layout
4463
4464 \begin_layout Standard
4465 There is more to nesting 
4466 \family sans
4467 Enumerate
4468 \family default
4469  environments than we've stated here.
4470  You should read section\InsetSpace ~
4471
4472 \begin_inset LatexCommand ref
4473 reference "sec:Nesting"
4474
4475 \end_inset
4476
4477  to learn more about nesting.
4478 \end_layout
4479
4480 \begin_layout Subsubsection
4481
4482 \family sans
4483 Description
4484 \family default
4485
4486 \begin_inset LatexCommand index
4487 name "Lists ! Description"
4488
4489 \end_inset
4490
4491
4492 \begin_inset LatexCommand label
4493 name "sec:Description-List"
4494
4495 \end_inset
4496
4497
4498 \end_layout
4499
4500 \begin_layout Standard
4501 Unlike the previous two environments, the 
4502 \family sans
4503 Description
4504 \family default
4505  list has no fixed label.
4506  Instead, LyX uses the first 
4507 \begin_inset Quotes eld
4508 \end_inset
4509
4510 word
4511 \begin_inset Quotes erd
4512 \end_inset
4513
4514  of the first line as the label.
4515  Here's an example:
4516 \end_layout
4517
4518 \begin_layout Description
4519 Example: This is an example of the 
4520 \family sans
4521 Description
4522 \family default
4523  environment.
4524 \end_layout
4525
4526 \begin_layout Standard
4527 LyX typesets the label in boldface and puts extra space between it and the
4528  rest of the line.
4529 \end_layout
4530
4531 \begin_layout Standard
4532 With the first 
4533 \begin_inset Quotes eld
4534 \end_inset
4535
4536 word
4537 \begin_inset Quotes erd
4538 \end_inset
4539
4540  it is meant that the first hit of the 
4541 \family sans
4542 Space
4543 \family default
4544  key ends the label if you are at the beginning of the first line of an
4545  item.
4546  If you need to use more than one word in the label use a 
4547 \family sans
4548 Protected Blank
4549 \family default
4550 .
4551  (Use either 
4552 \family sans
4553 C-Space
4554 \family default
4555  or the menu 
4556 \family sans
4557 Insert\SpecialChar \menuseparator
4558 Formatting\SpecialChar \menuseparator
4559 Protected\InsetSpace ~
4560 Space
4561 \family default
4562 , see section\InsetSpace ~
4563
4564 \begin_inset LatexCommand ref
4565 reference "sub:Protected-Space"
4566
4567 \end_inset
4568
4569  for more info.) Here is an example:
4570 \end_layout
4571
4572 \begin_layout Description
4573 Second\InsetSpace ~
4574 Example: This one shows how to use a 
4575 \family sans
4576 Protected\InsetSpace ~
4577 Blank
4578 \family default
4579  in the label of a 
4580 \family sans
4581 Description
4582 \family default
4583  list item.
4584 \end_layout
4585
4586 \begin_layout Description
4587 Usage: You should use the 
4588 \family sans
4589 Description
4590 \family default
4591  environment for things like definitions and theorems.
4592  Use it when you need to make one word in particular stand out in the text
4593  that describes it.
4594  It's not a good idea to use a 
4595 \family sans
4596 Description
4597 \family default
4598  environment when you have an entire sentence that you want to describe.
4599  You're better off using 
4600 \family sans
4601 Itemize
4602 \family default
4603  or 
4604 \family sans
4605 Enumerate
4606 \family default
4607  and nesting several 
4608 \family sans
4609 Standard
4610 \family default
4611  paragraphs into them.
4612 \end_layout
4613
4614 \begin_layout Description
4615 Nesting: You can nest 
4616 \family sans
4617 Description
4618 \family default
4619  environments inside one another, nest them in other types of lists, and
4620  so on.
4621 \end_layout
4622
4623 \begin_layout Standard
4624 Notice that after the first line, LyX indents subsequent lines, offsetting
4625  them from the first line.
4626 \end_layout
4627
4628 \begin_layout Subsubsection
4629 The LyX 
4630 \family sans
4631 List
4632 \family default
4633
4634 \begin_inset LatexCommand index
4635 name "Lists ! LyX list"
4636
4637 \end_inset
4638
4639
4640 \begin_inset LatexCommand label
4641 name "sec:LyX-List"
4642
4643 \end_inset
4644
4645
4646 \end_layout
4647
4648 \begin_layout Standard
4649 The 
4650 \family sans
4651 List
4652 \family default
4653  environment is a LyX extension to LaTeX.
4654  
4655 \end_layout
4656
4657 \begin_layout Standard
4658 Like the 
4659 \family sans
4660 Description
4661 \family default
4662  environment the 
4663 \family sans
4664 List
4665 \family default
4666  environment has user-defined labels for each list item.
4667  There are the following properties of this list environment:
4668 \end_layout
4669
4670 \begin_layout Labeling
4671 \labelwidthstring 00.00.0000
4672 item\InsetSpace ~
4673 labels LyX uses the first 
4674 \begin_inset Quotes eld
4675 \end_inset
4676
4677 word
4678 \begin_inset Quotes erd
4679 \end_inset
4680
4681  of each line as the item label.
4682  The first 
4683 \family sans
4684 Space
4685 \family default
4686  after the beginning of the first line of an item marks the end of the label.
4687  If you need to use more than one word in an item label, use a protected
4688  blank as described above.
4689 \end_layout
4690
4691 \begin_layout Labeling
4692 \labelwidthstring 00.00.0000
4693 margins As you can see, LyX uses different margins for the item label and
4694  the body of the item text.
4695  The body of the text has a larger left margin, which is equal to the default
4696  label width plus a little extra space.
4697  
4698 \end_layout
4699
4700 \begin_layout Labeling
4701 \labelwidthstring 00.00.0000
4702 label\InsetSpace ~
4703 width LyX uses the width of the label, or the default width, whatever
4704  is larger.
4705  If the label width is larger, the label 
4706 \begin_inset Quotes eld
4707 \end_inset
4708
4709 extends
4710 \begin_inset Quotes erd
4711 \end_inset
4712
4713  into the first line.
4714  In other words, the text of the first line isn't aligned with the left
4715  margin of the rest of the item text.
4716 \end_layout
4717
4718 \begin_layout Labeling
4719 \labelwidthstring 00.00.0000
4720 default\InsetSpace ~
4721 width You can set the default label width to ensure that the text
4722  of all items in a 
4723 \family sans
4724 List
4725 \family default
4726  environment have the same left margin.
4727 \newline
4728 To change the default width, select
4729  all items in the list.
4730  Now open the 
4731 \family sans
4732 Edit\SpecialChar \menuseparator
4733 Paragraph\InsetSpace ~
4734 Settings
4735 \family default
4736  dialog.
4737  The text in the box 
4738 \family sans
4739 Longest\InsetSpace ~
4740 label
4741 \family default
4742  determines the default label width.
4743  You can use the text of your largest label here, but you can also use the
4744  letter 
4745 \begin_inset Quotes eld
4746 \end_inset
4747
4748 M
4749 \begin_inset Quotes erd
4750 \end_inset
4751
4752  multiple times instead.
4753  The M is the widest character and is a standard unit of widths in LaTeX.
4754  By using 
4755 \begin_inset Quotes eld
4756 \end_inset
4757
4758 M
4759 \begin_inset Quotes erd
4760 \end_inset
4761
4762  as the unit of width you don't need to keep changing the contents of 
4763 \family sans
4764 Longest\InsetSpace ~
4765 label
4766 \family default
4767  every time you alter a label in a 
4768 \family sans
4769 List
4770 \family default
4771  environment.
4772 \newline
4773 The predefined default width is the length of 
4774 \begin_inset Quotes eld
4775 \end_inset
4776
4777 00.00.0000
4778 \begin_inset Quotes erd
4779 \end_inset
4780
4781  (equal to 6 M).
4782  
4783 \newline
4784
4785 \begin_inset Note Greyedout
4786 status open
4787
4788 \begin_layout Standard
4789
4790 \series bold
4791 Note:
4792 \series default
4793  Setting the cursor into a list item to change only its label width will
4794  only change the width inside LyX but not in the output.
4795 \end_layout
4796
4797 \end_inset
4798
4799
4800 \end_layout
4801
4802 \begin_layout Standard
4803 You should use the 
4804 \family sans
4805 List
4806 \family default
4807  environment the same way like the 
4808 \family sans
4809 Description
4810 \family default
4811  list: When you need one word to stand out from the text that describes
4812  it.
4813  The 
4814 \family sans
4815 List
4816 \family default
4817  environment gives you another way to do this, using a different overall
4818  layout.
4819 \end_layout
4820
4821 \begin_layout Standard
4822 You can nest 
4823 \family sans
4824 List
4825 \family default
4826  environments inside one another, nest them in other types of lists, and
4827  so on.
4828  They work just like the other list paragraph environments.
4829  Read section\InsetSpace ~
4830
4831 \begin_inset LatexCommand ref
4832 reference "sec:Nesting"
4833
4834 \end_inset
4835
4836  to learn about nesting.
4837 \end_layout
4838
4839 \begin_layout Standard
4840 There is yet another feature of the 
4841 \family sans
4842 List
4843 \family default
4844  environment: As you can see in the examples, LyX left-justifies the item
4845  labels by default.
4846  You can use additional 
4847 \family sans
4848 HFills
4849 \family default
4850  to change how LyX justifies the item label.
4851  We'll document 
4852 \family sans
4853 HFills
4854 \family default
4855  later in section\InsetSpace ~
4856
4857 \begin_inset LatexCommand ref
4858 reference "sub:Horizontal-Space"
4859
4860 \end_inset
4861
4862 .
4863  Here are some examples:
4864 \end_layout
4865
4866 \begin_layout Labeling
4867 \labelwidthstring 00.00.0000
4868 Left The default for 
4869 \family sans
4870 List
4871 \family default
4872  item labels.
4873 \end_layout
4874
4875 \begin_layout Labeling
4876 \labelwidthstring 00.00.0000
4877
4878 \hfill
4879 Right One 
4880 \family sans
4881 HFill
4882 \family default
4883  at the beginning of the label right justifies it.
4884 \end_layout
4885
4886 \begin_layout Labeling
4887 \labelwidthstring 00.00.0000
4888
4889 \hfill
4890 Center
4891 \hfill
4892  One 
4893 \family sans
4894 HFill
4895 \family default
4896  at the beginning of the label and one at the end centers it.
4897 \end_layout
4898
4899 \begin_layout Subsection
4900 Letters
4901 \begin_inset LatexCommand index
4902 name "Letters"
4903
4904 \end_inset
4905
4906
4907 \end_layout
4908
4909 \begin_layout Subsubsection
4910
4911 \family sans
4912 Address
4913 \family default
4914  and 
4915 \family sans
4916 Right\InsetSpace ~
4917 Address
4918 \family default
4919 : An Overview
4920 \end_layout
4921
4922 \begin_layout Standard
4923 Although LyX has document classes for letters, we've also created two paragraph
4924  environments called 
4925 \family sans
4926 Address
4927 \family default
4928  and 
4929 \family sans
4930 Right\InsetSpace ~
4931 Address
4932 \family default
4933 .
4934  To use the letter class, you need to use specific paragraph environments
4935  in a specific order, otherwise LaTeX gags on the document.
4936  In contrast, you can use the 
4937 \family sans
4938 Address
4939 \family default
4940  and 
4941 \family sans
4942 Right\InsetSpace ~
4943 Address
4944 \family default
4945  paragraph environments anywhere with no problem.
4946  You can even nest them inside other environments, though you can't nest
4947  anything in them.
4948 \end_layout
4949
4950 \begin_layout Standard
4951 Of course, you're not limited to using 
4952 \family sans
4953 Address
4954 \family default
4955  and 
4956 \family sans
4957 Right\InsetSpace ~
4958 Address
4959 \family default
4960  for letters only.
4961  
4962 \family sans
4963 Right\InsetSpace ~
4964 Address
4965 \family default
4966 , in particular, is useful for creating article titles like those used in
4967  some European academic papers.
4968 \end_layout
4969
4970 \begin_layout Subsubsection
4971 Usage
4972 \begin_inset LatexCommand label
4973 name "sec:Address-Usage"
4974
4975 \end_inset
4976
4977
4978 \end_layout
4979
4980 \begin_layout Standard
4981 The 
4982 \family sans
4983 Address
4984 \family default
4985  environment formats text in the style of an address, which is also used
4986  for the opening and signature in some countries.
4987  Similarly, the 
4988 \family sans
4989 Right\InsetSpace ~
4990 Address
4991 \family default
4992  environment formats text in the style of a right-justified address, which
4993  is used for the sender's address and today's date in some countries.
4994  Here's an example of each:
4995 \end_layout
4996
4997 \begin_layout Right Address
4998 Right Address
4999 \newline
5000 Who I am
5001 \newline
5002 Where I am
5003 \newline
5004 When is it? What is today?
5005 \end_layout
5006
5007 \begin_layout Standard
5008 That was 
5009 \family sans
5010 Right\InsetSpace ~
5011 Address
5012 \family default
5013 .
5014  Notice that the lines all have the same left margin, which LyX sets to
5015  fit the largest block of text on a single line.
5016  Here's an example of the 
5017 \family sans
5018 Address
5019 \family default
5020  environment:
5021 \end_layout
5022
5023 \begin_layout Address
5024 Who are you
5025 \newline
5026 Where do I send this
5027 \newline
5028 Your post office and country
5029 \end_layout
5030
5031 \begin_layout Standard
5032 As you can see, both 
5033 \family sans
5034 Address
5035 \family default
5036  and 
5037 \family sans
5038 Right\InsetSpace ~
5039 Address
5040 \family default
5041  add extra space between themselves and the next paragraph.
5042  If you hit 
5043 \family sans
5044 Return
5045 \family default
5046  in either of these environments, LyX resets the nesting depth and sets
5047  the environment to 
5048 \family sans
5049 Standard
5050 \family default
5051 .
5052  This makes sense, since 
5053 \family sans
5054 Return
5055 \family default
5056  is the 
5057 \family typewriter
5058 break-paragraph
5059 \family default
5060  function, and the individual lines of an address are not paragraphs.
5061  Thus, you have to use 
5062 \family typewriter
5063 break-line
5064 \family default
5065  (
5066 \family sans
5067 C-Return
5068 \family default
5069  or 
5070 \family sans
5071 Formatting\InsetSpace ~
5072 Character\SpecialChar \menuseparator
5073 Line\InsetSpace ~
5074 Break
5075 \family default
5076  from the 
5077 \family sans
5078 Insert
5079 \family default
5080  menu) to start a new line in an 
5081 \family sans
5082 Address
5083 \family default
5084  or 
5085 \family sans
5086 Right\InsetSpace ~
5087 Address
5088 \family default
5089  environment.
5090 \end_layout
5091
5092 \begin_layout Subsection
5093 Academic Writing
5094 \end_layout
5095
5096 \begin_layout Standard
5097 Most academic writing begins with an abstract and ends with a bibliography
5098  or list of references.
5099  LyX contains paragraph environments for both of these.
5100 \end_layout
5101
5102 \begin_layout Subsubsection
5103
5104 \family sans
5105 Abstract
5106 \begin_inset LatexCommand index
5107 name "Abstracts"
5108
5109 \end_inset
5110
5111
5112 \end_layout
5113
5114 \begin_layout Standard
5115 The 
5116 \family sans
5117 Abstract
5118 \family default
5119  environment is used for the abstract of an article.
5120  Technically, you could use this environment anywhere, but you really should
5121  only use it at the beginning of the document, after the title.
5122  Also, don't bother trying to nest 
5123 \family sans
5124 Abstract
5125 \family default
5126  in anything else or vice versa.
5127  It won't work.
5128  The 
5129 \family sans
5130 Abstract
5131 \family default
5132  environment is only useful in the article and report document classes.
5133  The book document classes ignores the 
5134 \family sans
5135 Abstract
5136 \family default
5137  completely, and it's utterly silly to use 
5138 \family sans
5139 Abstract
5140 \family default
5141  in a letter document class.
5142 \end_layout
5143
5144 \begin_layout Standard
5145 The 
5146 \family sans
5147 Abstract
5148 \family default
5149  environment does several things for you.
5150  First, it puts the centered label 
5151 \begin_inset Quotes eld
5152 \end_inset
5153
5154 Abstract
5155 \begin_inset Quotes erd
5156 \end_inset
5157
5158  above the text.
5159  The label and the text of the abstract are separated by some extra vertical
5160  space.
5161  Second, it typesets everything in a smaller font, just as you'd expect.
5162  Lastly, it adds a bit of extra vertical space between the abstract and
5163  the subsequent text.
5164  Well, that's how it will appear on the LyX screen.
5165  The appearance in the output depends on the used article or report class.
5166 \end_layout
5167
5168 \begin_layout Standard
5169 Starting a new paragraph by hitting 
5170 \family sans
5171 Return
5172 \family default
5173  does not reset the paragraph environment.
5174  The new paragraph will still be in the 
5175 \family sans
5176 Abstract
5177 \family default
5178  environment.
5179  So, you will have to change the paragraph environment yourself when you
5180  finish entering the abstract of your document.
5181 \end_layout
5182
5183 \begin_layout Standard
5184 \begin_inset Float figure
5185 wide false
5186 sideways false
5187 status open
5188
5189 \begin_layout Standard
5190 \align center
5191 \begin_inset Graphics
5192         filename clipart/Abstract.pdf
5193         inzipName 
5194         embed false
5195         lyxscale 25
5196
5197 \end_inset
5198
5199
5200 \end_layout
5201
5202 \begin_layout Standard
5203 \begin_inset Caption
5204
5205 \begin_layout Standard
5206 \begin_inset LatexCommand label
5207 name "cap:Paragraph-in-the"
5208
5209 \end_inset
5210
5211 Paragraph in the 
5212 \family sans
5213 Abstract
5214 \family default
5215  environment
5216 \end_layout
5217
5218 \end_inset
5219
5220
5221 \end_layout
5222
5223 \end_inset
5224
5225
5226 \end_layout
5227
5228 \begin_layout Standard
5229 We'd love to give you directly an example of the 
5230 \family sans
5231 Abstract
5232 \family default
5233  environment, but since this document is in the 
5234 \begin_inset Quotes eld
5235 \end_inset
5236
5237 book
5238 \begin_inset Quotes erd
5239 \end_inset
5240
5241  class, we can't do this.
5242  We inserted it therefore as figure\InsetSpace ~
5243
5244 \begin_inset LatexCommand ref
5245 reference "cap:Paragraph-in-the"
5246
5247 \end_inset
5248
5249 .
5250  If you've never heard of an 
5251 \begin_inset Quotes eld
5252 \end_inset
5253
5254 abstract
5255 \begin_inset Quotes erd
5256 \end_inset
5257
5258  before, you can safely ignore this environment.
5259 \end_layout
5260
5261 \begin_layout Subsubsection
5262
5263 \family sans
5264 Bibliography
5265 \family default
5266
5267 \begin_inset LatexCommand index
5268 name "Bibliography"
5269
5270 \end_inset
5271
5272
5273 \begin_inset LatexCommand label
5274 name "sub:Biblio_environment"
5275
5276 \end_inset
5277
5278
5279 \end_layout
5280
5281 \begin_layout Standard
5282 The 
5283 \family sans
5284 Bibliography
5285 \family default
5286  environment is used to list references.
5287  Technically, you could use this environment anywhere, but you really should
5288  only use it at the end of the document.
5289  Nesting 
5290 \family sans
5291 Bibliography
5292 \family default
5293  in anything else or vice versa won't work.
5294 \end_layout
5295
5296 \begin_layout Standard
5297 When you first open a 
5298 \family sans
5299 Bibliography
5300 \family default
5301  environment, LyX add a large vertical space, followed by the heading 
5302 \begin_inset Quotes eld
5303 \end_inset
5304
5305 Bibliography
5306 \begin_inset Quotes erd
5307 \end_inset
5308
5309  or 
5310 \begin_inset Quotes eld
5311 \end_inset
5312
5313 References,
5314 \begin_inset Quotes erd
5315 \end_inset
5316
5317  depending on the document class.
5318  The heading is in a large boldface font.
5319  Each paragraph of the 
5320 \family sans
5321 Bibliography
5322 \family default
5323  environment is a bibliography entry.
5324  Thus, hitting 
5325 \family sans
5326 Return
5327 \family default
5328  does not reset the paragraph environment.
5329  Each new paragraph is still in the 
5330 \family sans
5331 Bibliography
5332 \family default
5333  environment.
5334 \end_layout
5335
5336 \begin_layout Standard
5337 For a detailed description of LyX's bibliography handling, have a look at
5338  in section\InsetSpace ~
5339
5340 \begin_inset LatexCommand ref
5341 reference "sec:Bibliography"
5342
5343 \end_inset
5344
5345 .
5346 \end_layout
5347
5348 \begin_layout Subsection
5349 LyX
5350 \family sans
5351 -Code
5352 \begin_inset LatexCommand index
5353 name "Paragraph ! LyX code"
5354
5355 \end_inset
5356
5357
5358 \begin_inset LatexCommand label
5359 name "sub:LyX-Code"
5360
5361 \end_inset
5362
5363
5364 \end_layout
5365
5366 \begin_layout Standard
5367 The 
5368 \family sans
5369 LyX-Code
5370 \family default
5371  environment is another LyX extension.
5372  It type-sets text in a typewriter-style font.
5373  It also treats the 
5374 \family sans
5375 Space
5376 \family default
5377  key as a fixed whitespace;
5378 \begin_inset Foot
5379 status collapsed
5380
5381 \begin_layout Standard
5382 In the 
5383 \family sans
5384 LyX-Code
5385 \family default
5386  environment, the 
5387 \family sans
5388 Space
5389 \family default
5390  key is treated as a 
5391 \family sans
5392 Protected\InsetSpace ~
5393 Blank
5394 \family default
5395  instead of an end-of-word marker.
5396 \end_layout
5397
5398 \end_inset
5399
5400  this is the only case in which you can type multiple whitespaces in LyX.
5401  If you need to insert blank lines, you'll still need to use 
5402 \family sans
5403 C-Return
5404 \family default
5405  (the 
5406 \family typewriter
5407 break-line
5408 \family default
5409  function).
5410  
5411 \family sans
5412 Return
5413 \family default
5414  breaks paragraphs.
5415  Note, however, that 
5416 \family sans
5417 Return
5418 \family default
5419  does not reset the paragraph environment.
5420  So, when you finish using the 
5421 \family sans
5422 LyX-Code
5423 \family default
5424  environment, you'll need to change the paragraph environment yourself.
5425  Also, you can nest the 
5426 \family sans
5427 LyX-Code
5428 \family default
5429  environment inside of others.
5430 \end_layout
5431
5432 \begin_layout Standard
5433 There are a few quirks with this environment:
5434 \end_layout
5435
5436 \begin_layout Itemize
5437 You cannot use 
5438 \family sans
5439 C-Return
5440 \family default
5441  at the beginning of a new paragraph (i.e.
5442  you can't follow 
5443 \family sans
5444 Return
5445 \family default
5446  with a 
5447 \family sans
5448 C-Return
5449 \family default
5450 ).
5451 \end_layout
5452
5453 \begin_layout Itemize
5454 You can't follow a 
5455 \family sans
5456 C-Return
5457 \family default
5458  with a 
5459 \family sans
5460 Space
5461 \family default
5462 .
5463 \end_layout
5464
5465 \begin_deeper
5466 \begin_layout Itemize
5467 Use a 
5468 \family sans
5469 Return
5470 \family default
5471  to begin a new paragraph, then you can use a 
5472 \family sans
5473 Space
5474 \family default
5475 .
5476 \end_layout
5477
5478 \begin_layout Itemize
5479 Or: use 
5480 \family sans
5481 C-Space
5482 \family default
5483  instead.
5484 \end_layout
5485
5486 \end_deeper
5487 \begin_layout Itemize
5488 You can't have an empty paragraph or an empty line.
5489  You must put at least one 
5490 \family sans
5491 Space
5492 \family default
5493  in any line you want blank.
5494  Otherwise, LaTeX generates errors.
5495 \end_layout
5496
5497 \begin_layout Itemize
5498 You cannot get the typewriter double quotes by typing 
5499 \family sans
5500 "
5501 \family default
5502  since that will insert 
5503 \emph on
5504 real
5505 \emph default
5506  quotes.
5507  You get the typewriter double quotes with 
5508 \family sans
5509 C-"
5510 \family default
5511  (or 
5512 \family sans
5513 C-q
5514 \family default
5515  if you use Emacs-like key bindings).
5516 \end_layout
5517
5518 \begin_layout Standard
5519 Here's an example:
5520 \end_layout
5521
5522 \begin_layout LyX-Code
5523 #include <stdio.h>
5524 \end_layout
5525
5526 \begin_layout LyX-Code
5527  
5528 \end_layout
5529
5530 \begin_layout LyX-Code
5531 int main(void)
5532 \end_layout
5533
5534 \begin_layout LyX-Code
5535 {
5536 \end_layout
5537
5538 \begin_layout LyX-Code
5539     printf("Hello World!
5540 \backslash
5541 n");
5542 \end_layout
5543
5544 \begin_layout LyX-Code
5545     return 0;
5546 \end_layout
5547
5548 \begin_layout LyX-Code
5549 }
5550 \end_layout
5551
5552 \begin_layout Standard
5553 This is just the standard 
5554 \begin_inset Quotes eld
5555 \end_inset
5556
5557 Hello world!
5558 \begin_inset Quotes erd
5559 \end_inset
5560
5561  program.
5562  
5563 \end_layout
5564
5565 \begin_layout Standard
5566
5567 \family sans
5568 LyX-Code
5569 \family default
5570  has one purpose: to typeset code, such as program source, shell scripts,
5571  rc-files, and so on.
5572  Use it only in those very special cases where you need to generate text
5573  as if you used a typewriter.
5574 \begin_inset LatexCommand index
5575 name "Paragraph environments|)"
5576
5577 \end_inset
5578
5579
5580 \end_layout
5581
5582 \begin_layout Section
5583 Nesting Environments
5584 \begin_inset LatexCommand index
5585 name "Nesting ! Environments"
5586
5587 \end_inset
5588
5589
5590 \begin_inset LatexCommand label
5591 name "sec:Nesting"
5592
5593 \end_inset
5594
5595
5596 \end_layout
5597
5598 \begin_layout Subsection
5599 Introduction
5600 \end_layout
5601
5602 \begin_layout Standard
5603 LyX treats text as a unified block with a particular context and specific
5604  properties.
5605  This allows you to create blocks that inherits some of the properties of
5606  another block.
5607  For example you have three main points in an outline, but point #2 also
5608  has two subpoints.
5609  In other words, you have a list inside of another list, with the inner
5610  list 
5611 \begin_inset Quotes eld
5612 \end_inset
5613
5614 attached
5615 \begin_inset Quotes erd
5616 \end_inset
5617
5618  to item #2:
5619 \end_layout
5620
5621 \begin_layout Enumerate
5622 one
5623 \end_layout
5624
5625 \begin_layout Enumerate
5626 two
5627 \end_layout
5628
5629 \begin_deeper
5630 \begin_layout Enumerate
5631 sublist - item #1
5632 \end_layout
5633
5634 \begin_layout Enumerate
5635 sublist - item #2
5636 \end_layout
5637
5638 \end_deeper
5639 \begin_layout Enumerate
5640 three
5641 \end_layout
5642
5643 \begin_layout Standard
5644 You put a list inside of a list by nesting one list inside the other.
5645  Nesting an environment is quite simple: Select 
5646 \family sans
5647 Increase\InsetSpace ~
5648 List\InsetSpace ~
5649 Depth
5650 \family default
5651  or 
5652 \family sans
5653 Decrease\InsetSpace ~
5654 List\InsetSpace ~
5655 Depth
5656 \family default
5657  from the 
5658 \family sans
5659 Edit
5660 \family default
5661  menu to change the nesting depth of the current paragraph (the status bar
5662  will tell you how far you are nested).
5663  Instead of the menu, you can also use the toolbar buttons 
5664 \begin_inset Graphics
5665         filename ../images/depth-increment.png
5666         inzipName 
5667         embed true
5668
5669 \end_inset
5670
5671  and 
5672 \begin_inset Graphics
5673         filename ../images/depth-decrement.png
5674         inzipName 
5675         embed true
5676
5677 \end_inset
5678
5679  or the convenient key bindings 
5680 \family sans
5681 S-M-Right
5682 \family default
5683  and 
5684 \family sans
5685 S-M-Left
5686 \family default
5687  to change the nesting level.
5688  The change will work on the current selection if you have made one (allowing
5689  you to change the nesting of several paragraphs at once), or the current
5690  paragraph.
5691 \end_layout
5692
5693 \begin_layout Standard
5694 Note that LyX only changes the nesting depth if it can.
5695  If it's invalid to do so, nothing happens if you try to change the depth.
5696  Additionally, if you change the depth of one paragraph, it affects the
5697  depth of every paragraph nested inside of it.
5698 \end_layout
5699
5700 \begin_layout Standard
5701 Nesting isn't limited to lists.
5702  In LyX, you can nest just about anything inside anything else, as you're
5703  about to find out.
5704  This is the real power of nesting paragraph environments.
5705 \end_layout
5706
5707 \begin_layout Subsection
5708 What You Can and Can't Nest
5709 \end_layout
5710
5711 \begin_layout Standard
5712 Before we fire a list of paragraph environments at you, we need to tell
5713  you a little bit more about how nesting works.
5714 \end_layout
5715
5716 \begin_layout Standard
5717 The question if nesting a paragraph environment is possible, is a bit more
5718  complicated than a simple yes or no.
5719  There are three types of paragraph environments:
5720 \end_layout
5721
5722 \begin_layout Itemize
5723 Completely unnestable
5724 \end_layout
5725
5726 \begin_layout Itemize
5727 Fully nestable, you can nest them inside of things and you can also nest
5728  other things inside of them.
5729 \end_layout
5730
5731 \begin_layout Itemize
5732 A third type, you can nest them into other environments, but you can't nest
5733  anything into them.
5734 \end_layout
5735
5736 \begin_layout Standard
5737 Here's a list of the three types of nesting behavior, and which paragraph
5738  environments have them:
5739 \end_layout
5740
5741 \begin_layout Description
5742 Unnestable Can't nest them.
5743  Can't nest into them.
5744 \end_layout
5745
5746 \begin_deeper
5747 \begin_layout Itemize
5748
5749 \family sans
5750 Part
5751 \end_layout
5752
5753 \begin_layout Itemize
5754
5755 \family sans
5756 Chapter
5757 \end_layout
5758
5759 \begin_layout Itemize
5760
5761 \family sans
5762 Section
5763 \family default
5764  
5765 \end_layout
5766
5767 \begin_layout Itemize
5768
5769 \family sans
5770 Subsection
5771 \end_layout
5772
5773 \begin_layout Itemize
5774
5775 \family sans
5776 Subsubsection
5777 \end_layout
5778
5779 \begin_layout Itemize
5780
5781 \family sans
5782 Paragraph
5783 \family default
5784  
5785 \end_layout
5786
5787 \begin_layout Itemize
5788
5789 \family sans
5790 Subparagraph
5791 \end_layout
5792
5793 \begin_layout Itemize
5794
5795 \family sans
5796 Part*
5797 \end_layout
5798
5799 \begin_layout Itemize
5800
5801 \family sans
5802 Chapter*
5803 \end_layout
5804
5805 \begin_layout Itemize
5806
5807 \family sans
5808 Section*
5809 \end_layout
5810
5811 \begin_layout Itemize
5812
5813 \family sans
5814 Subsection*
5815 \end_layout
5816
5817 \begin_layout Itemize
5818
5819 \family sans
5820 Subsubsection*
5821 \end_layout
5822
5823 \begin_layout Itemize
5824
5825 \family sans
5826 Bibliography
5827 \end_layout
5828
5829 \begin_layout Itemize
5830
5831 \family sans
5832 Abstract
5833 \end_layout
5834
5835 \begin_layout Itemize
5836
5837 \family sans
5838 Title
5839 \end_layout
5840
5841 \begin_layout Itemize
5842
5843 \family sans
5844 Author
5845 \end_layout
5846
5847 \begin_layout Itemize
5848
5849 \family sans
5850 Date
5851 \end_layout
5852
5853 \end_deeper
5854 \begin_layout Description
5855 Fully\InsetSpace ~
5856 Nestable You can nest them.
5857  You can nest other things into them.
5858 \end_layout
5859
5860 \begin_deeper
5861 \begin_layout Itemize
5862
5863 \family sans
5864 Verse
5865 \end_layout
5866
5867 \begin_layout Itemize
5868
5869 \family sans
5870 Quote
5871 \end_layout
5872
5873 \begin_layout Itemize
5874
5875 \family sans
5876 Quotation
5877 \end_layout
5878
5879 \begin_layout Itemize
5880
5881 \family sans
5882 Itemize
5883 \end_layout
5884
5885 \begin_layout Itemize
5886
5887 \family sans
5888 Enumerate
5889 \end_layout
5890
5891 \begin_layout Itemize
5892
5893 \family sans
5894 Description
5895 \end_layout
5896
5897 \begin_layout Itemize
5898
5899 \family sans
5900 List
5901 \end_layout
5902
5903 \begin_layout Itemize
5904
5905 \family sans
5906 LyX-Code
5907 \end_layout
5908
5909 \end_deeper
5910 \begin_layout Description
5911 Nestable-Inside You can nest them inside of other things.
5912  You can't nest anything into them.
5913 \end_layout
5914
5915 \begin_deeper
5916 \begin_layout Itemize
5917
5918 \family sans
5919 Standard
5920 \end_layout
5921
5922 \begin_layout Itemize
5923
5924 \family sans
5925 Right\InsetSpace ~
5926 Address
5927 \end_layout
5928
5929 \begin_layout Itemize
5930
5931 \family sans
5932 Address
5933 \end_layout
5934
5935 \end_deeper
5936 \begin_layout Standard
5937 The 
5938 \family sans
5939 Caption
5940 \family default
5941  environment doesn't really fit anywhere, since it's only used inside of
5942  
5943 \family sans
5944 Table\InsetSpace ~
5945 Floats
5946 \family default
5947  and 
5948 \family sans
5949 Figure\InsetSpace ~
5950 Floats
5951 \family default
5952 .
5953 \end_layout
5954
5955 \begin_layout Subsection
5956 Nesting Other Things: Tables, Math, Floats, etc.
5957 \begin_inset LatexCommand index
5958 name "Nesting ! Tables etc."
5959
5960 \end_inset
5961
5962
5963 \begin_inset LatexCommand label
5964 name "sec:table-and-fig-nesting"
5965
5966 \end_inset
5967
5968
5969 \end_layout
5970
5971 \begin_layout Standard
5972 There are several things that aren't paragraph environments, but which are
5973  affected by nesting anyhow.
5974  They are:
5975 \end_layout
5976
5977 \begin_layout Itemize
5978 equations
5979 \end_layout
5980
5981 \begin_layout Itemize
5982 tables
5983 \end_layout
5984
5985 \begin_layout Itemize
5986 figures
5987 \end_layout
5988
5989 \begin_layout Standard
5990 (
5991 \begin_inset Note Greyedout
5992 status open
5993
5994 \begin_layout Standard
5995
5996 \series bold
5997 Note:
5998 \series default
5999  If you put a figure or a table in a 
6000 \family sans
6001 Float
6002 \family default
6003 , this is no longer true.
6004 \end_layout
6005
6006 \end_inset
6007
6008  Have a look at section\InsetSpace ~
6009
6010 \begin_inset LatexCommand ref
6011 reference "sec:Floats"
6012
6013 \end_inset
6014
6015  for more informations about 
6016 \family sans
6017 Floats
6018 \family default
6019 .)
6020 \end_layout
6021
6022 \begin_layout Standard
6023 LyX can treat these three objects as either a word or as a paragraph.
6024  If a figure, table, or an equation is inline, it goes wherever the paragraph
6025  it is in goes.
6026 \end_layout
6027
6028 \begin_layout Standard
6029 On the other hand, if you have an equation, figure or table in a 
6030 \begin_inset Quotes eld
6031 \end_inset
6032
6033 paragraph
6034 \begin_inset Quotes erd
6035 \end_inset
6036
6037  of its own, it behaves just like a 
6038 \begin_inset Quotes eld
6039 \end_inset
6040
6041 nestable-inside
6042 \begin_inset Quotes erd
6043 \end_inset
6044
6045  paragraph environment.
6046  You can nest it into any environment, but you obviously can't nest anything
6047  into it.
6048 \end_layout
6049
6050 \begin_layout Standard
6051 Here's an example with a table:
6052 \end_layout
6053
6054 \begin_layout Enumerate
6055 Item One
6056 \end_layout
6057
6058 \begin_deeper
6059 \begin_layout Enumerate
6060 This is (a) and it's nested.
6061 \end_layout
6062
6063 \begin_deeper
6064 \begin_layout Standard
6065 \begin_inset VSpace 0.3cm
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \begin_layout Standard
6072 \align center
6073 \begin_inset Tabular
6074 <lyxtabular version="3" rows="2" columns="2">
6075 <features>
6076 <column alignment="center" valignment="top" leftline="true" width="0pt">
6077 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6078 <row topline="true">
6079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Standard
6083
6084 \family roman
6085 \series medium
6086 \shape up
6087 \size normal
6088 \emph off
6089 \bar no
6090 \noun off
6091 \color none
6092 a
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Standard
6101
6102 \family roman
6103 \series medium
6104 \shape up
6105 \size normal
6106 \emph off
6107 \bar no
6108 \noun off
6109 \color none
6110 b
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row topline="true" bottomline="true">
6117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Standard
6121
6122 \family roman
6123 \series medium
6124 \shape up
6125 \size normal
6126 \emph off
6127 \bar no
6128 \noun off
6129 \color none
6130 c
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Standard
6139
6140 \family roman
6141 \series medium
6142 \shape up
6143 \size normal
6144 \emph off
6145 \bar no
6146 \noun off
6147 \color none
6148 d
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 </row>
6154 </lyxtabular>
6155
6156 \end_inset
6157
6158
6159 \end_layout
6160
6161 \begin_layout Standard
6162 \begin_inset VSpace 0.3cm
6163 \end_inset
6164
6165
6166 \end_layout
6167
6168 \end_deeper
6169 \begin_layout Enumerate
6170 This is (b).
6171  The table is actually nested inside (a).
6172 \end_layout
6173
6174 \end_deeper
6175 \begin_layout Enumerate
6176 Back out again.
6177 \end_layout
6178
6179 \begin_layout Standard
6180 If we hadn't nested the table at all, the list would look like this:
6181 \end_layout
6182
6183 \begin_layout Enumerate
6184 Item One
6185 \end_layout
6186
6187 \begin_deeper
6188 \begin_layout Enumerate
6189 This is (a) and it's nested.
6190 \end_layout
6191
6192 \end_deeper
6193 \begin_layout Standard
6194 \begin_inset VSpace 0.3cm
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \begin_layout Standard
6201 \align center
6202 \begin_inset Tabular
6203 <lyxtabular version="3" rows="2" columns="2">
6204 <features>
6205 <column alignment="center" valignment="top" leftline="true" width="0pt">
6206 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6207 <row topline="true">
6208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Standard
6212
6213 \family roman
6214 \series medium
6215 \shape up
6216 \size normal
6217 \emph off
6218 \bar no
6219 \noun off
6220 \color none
6221 a
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Standard
6230
6231 \family roman
6232 \series medium
6233 \shape up
6234 \size normal
6235 \emph off
6236 \bar no
6237 \noun off
6238 \color none
6239 b
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 </row>
6245 <row topline="true" bottomline="true">
6246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Standard
6250
6251 \family roman
6252 \series medium
6253 \shape up
6254 \size normal
6255 \emph off
6256 \bar no
6257 \noun off
6258 \color none
6259 c
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Standard
6268
6269 \family roman
6270 \series medium
6271 \shape up
6272 \size normal
6273 \emph off
6274 \bar no
6275 \noun off
6276 \color none
6277 d
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 </row>
6283 </lyxtabular>
6284
6285 \end_inset
6286
6287
6288 \end_layout
6289
6290 \begin_layout Standard
6291 \begin_inset VSpace 0.3cm
6292 \end_inset
6293
6294
6295 \end_layout
6296
6297 \begin_layout Enumerate
6298 This is (b).
6299  The table is 
6300 \emph on
6301 not
6302 \emph default
6303  nested inside (a).
6304  In fact, it's not nested at all.
6305 \end_layout
6306
6307 \begin_layout Enumerate
6308 Back out again.
6309 \end_layout
6310
6311 \begin_layout Standard
6312 Notice how item (b) is not only no longer nested, but is also the first
6313  item of a new list!
6314 \end_layout
6315
6316 \begin_layout Standard
6317 There's another trap you can fall into: Nesting the table, but not going
6318  deep enough.
6319  LyX then turns anything after the table into a new sublist.
6320 \end_layout
6321
6322 \begin_layout Enumerate
6323 Item One
6324 \end_layout
6325
6326 \begin_deeper
6327 \begin_layout Enumerate
6328 This is (a) and it's nested.
6329 \end_layout
6330
6331 \begin_layout Standard
6332 \begin_inset VSpace 0.3cm
6333 \end_inset
6334
6335
6336 \end_layout
6337
6338 \begin_layout Standard
6339 \align center
6340 \begin_inset Tabular
6341 <lyxtabular version="3" rows="2" columns="2">
6342 <features>
6343 <column alignment="center" valignment="top" leftline="true" width="0pt">
6344 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6345 <row topline="true">
6346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Standard
6350
6351 \family roman
6352 \series medium
6353 \shape up
6354 \size normal
6355 \emph off
6356 \bar no
6357 \noun off
6358 \color none
6359 a
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Standard
6368
6369 \family roman
6370 \series medium
6371 \shape up
6372 \size normal
6373 \emph off
6374 \bar no
6375 \noun off
6376 \color none
6377 b
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 </row>
6383 <row topline="true" bottomline="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 c
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 d
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 </row>
6421 </lyxtabular>
6422
6423 \end_inset
6424
6425
6426 \end_layout
6427
6428 \begin_layout Standard
6429 \begin_inset VSpace 0.3cm
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \begin_layout Enumerate
6436 This is (b).
6437  The table is actually nested inside Item One, but 
6438 \emph on
6439 not
6440 \emph default
6441  inside (a).
6442 \end_layout
6443
6444 \end_deeper
6445 \begin_layout Enumerate
6446 Back out again.
6447 \end_layout
6448
6449 \begin_layout Standard
6450 As you can see, item (b) turned into the first item of a new list, but a
6451  new list 
6452 \emph on
6453 inside
6454 \emph default
6455  item 1.
6456  The same thing would have happened to a figure or an equation.
6457  So, if you nest tables, figures or equations, make sure you go to the right
6458  depth!
6459 \end_layout
6460
6461 \begin_layout Subsection
6462 Usage and General Features
6463 \begin_inset LatexCommand label
6464 name "sub:Nesting-Usage"
6465
6466 \end_inset
6467
6468
6469 \end_layout
6470
6471 \begin_layout Standard
6472 Speaking of levels, LyX can perform up to a six-fold nesting.
6473  In other words, 
6474 \begin_inset Quotes eld
6475 \end_inset
6476
6477 level #6
6478 \begin_inset Quotes erd
6479 \end_inset
6480
6481  is the innermost possible depth.
6482  Here's an example to display what we mean:
6483 \end_layout
6484
6485 \begin_layout Enumerate
6486 level #1 - outermost
6487 \end_layout
6488
6489 \begin_deeper
6490 \begin_layout Enumerate
6491 level #2
6492 \end_layout
6493
6494 \begin_deeper
6495 \begin_layout Enumerate
6496 level #3
6497 \end_layout
6498
6499 \begin_deeper
6500 \begin_layout Enumerate
6501 level #4
6502 \end_layout
6503
6504 \begin_deeper
6505 \begin_layout Itemize
6506 level #5
6507 \end_layout
6508
6509 \begin_deeper
6510 \begin_layout Itemize
6511 level #6
6512 \end_layout
6513
6514 \end_deeper
6515 \end_deeper
6516 \end_deeper
6517 \end_deeper
6518 \end_deeper
6519 \begin_layout Standard
6520 There are two exceptions to the six-fold nesting limit, and you can see
6521  both of them in the example.
6522  Unlike the other fully-nestable environments, you can only perform a four-fold
6523  nesting with the 
6524 \family sans
6525 Enumerate
6526 \family default
6527  and 
6528 \family sans
6529 Itemize
6530 \family default
6531  environments.
6532  For example, if we tried to nest another 
6533 \family sans
6534 Enumerate
6535 \family default
6536  list inside of item 
6537 \begin_inset Quotes eld
6538 \end_inset
6539
6540 A.
6541 \begin_inset Quotes erd
6542 \end_inset
6543
6544 , we'd get errors.
6545 \end_layout
6546
6547 \begin_layout Subsection
6548 Some Examples
6549 \begin_inset LatexCommand index
6550 name "Nesting ! Examples"
6551
6552 \end_inset
6553
6554
6555 \end_layout
6556
6557 \begin_layout Standard
6558 The best way to explain just what you can do with nesting is by illustration.
6559  We have several examples of nested environments.
6560  In them, we explain how we created the example, so that you can reproduce
6561  them.
6562 \end_layout
6563
6564 \begin_layout Subsubsection
6565 Example 1: The Six-fold Way and Mixed Nesting
6566 \end_layout
6567
6568 \begin_layout Labeling
6569 \labelwidthstring MMM
6570 #1-a This is the outermost level.
6571  It's a 
6572 \family sans
6573 List
6574 \family default
6575  environment.
6576 \end_layout
6577
6578 \begin_deeper
6579 \begin_layout Labeling
6580 \labelwidthstring MMM
6581 #2-a This is level #2.
6582  We created it by using 
6583 \family sans
6584 M-Return
6585 \family default
6586  followed by 
6587 \family sans
6588 S-M-Right
6589 \family default
6590 .
6591 \end_layout
6592
6593 \begin_deeper
6594 \begin_layout Labeling
6595 \labelwidthstring MMM
6596 #3-a This is level #3.
6597  This time, we just hit 
6598 \family sans
6599 Return
6600 \family default
6601 , then used 
6602 \family sans
6603 S-M-Right
6604 \family default
6605  twice in a row.
6606  We could have also created it the same way as we did the previous level,
6607  by hitting 
6608 \family sans
6609 M-Return
6610 \family default
6611  followed by 
6612 \family sans
6613 S-M-Right
6614 \family default
6615 .
6616 \end_layout
6617
6618 \begin_deeper
6619 \begin_layout Standard
6620 This is actually a 
6621 \family sans
6622 Standard
6623 \family default
6624  environment, nested inside of 
6625 \begin_inset Quotes eld
6626 \end_inset
6627
6628 #3-a
6629 \begin_inset Quotes erd
6630 \end_inset
6631
6632 .
6633  So, it's at level #4.
6634  We did this by hitting 
6635 \family sans
6636 M-Return
6637 \family default
6638 , then 
6639 \family sans
6640 S-M-Right
6641 \family default
6642 , then changing the paragraph environment to 
6643 \family sans
6644 Standard
6645 \family default
6646 .
6647  Do this to create list items with more than one paragraph - it also works
6648  for the 
6649 \family sans
6650 Description
6651 \family default
6652
6653 \family sans
6654 Enumerate
6655 \family default
6656 , and 
6657 \family sans
6658 Itemize
6659 \family default
6660  environments!
6661 \end_layout
6662
6663 \begin_layout Standard
6664 Here's another 
6665 \family sans
6666 Standard
6667 \family default
6668  paragraph, also at level #4, made with just a 
6669 \family sans
6670 M-Return
6671 \family default
6672 .
6673 \end_layout
6674
6675 \begin_layout Labeling
6676 \labelwidthstring MMM
6677 #4-a This is level #4.
6678  We hit 
6679 \family sans
6680 M-Return
6681 \family default
6682  and changed the paragraph environment back to 
6683 \family sans
6684 List
6685 \family default
6686 .
6687  Remember - we can't nest anything inside of a 
6688 \family sans
6689 Standard
6690 \family default
6691  environment, which is why we're still at level #4.
6692  However, we 
6693 \emph on
6694 can
6695 \emph default
6696  keep nesting things inside of 
6697 \begin_inset Quotes eld
6698 \end_inset
6699
6700 #3-a
6701 \begin_inset Quotes erd
6702 \end_inset
6703
6704 .
6705 \end_layout
6706
6707 \begin_deeper
6708 \begin_layout Labeling
6709 \labelwidthstring MMM
6710 #5-a This is level #5\SpecialChar \ldots{}
6711
6712 \end_layout
6713
6714 \begin_deeper
6715 \begin_layout Labeling
6716 \labelwidthstring MMM
6717 #6-a \SpecialChar \ldots{}
6718 and this is level #6.
6719  By now, you should know how we made these two.
6720 \end_layout
6721
6722 \end_deeper
6723 \begin_layout Labeling
6724 \labelwidthstring MMM
6725 #5-b Back to level #5.
6726  Just hit 
6727 \family sans
6728 M-Return
6729 \family default
6730  followed by a 
6731 \family sans
6732 S-M-Left
6733 \family default
6734 .
6735 \end_layout
6736
6737 \end_deeper
6738 \begin_layout Labeling
6739 \labelwidthstring MMM
6740 #4-b After another 
6741 \family sans
6742 M-Return
6743 \family default
6744  followed by a 
6745 \family sans
6746 S-M-Left
6747 \family default
6748 , we're back at level #4.
6749 \end_layout
6750
6751 \end_deeper
6752 \begin_layout Labeling
6753 \labelwidthstring MMM
6754 #3-b Back to level #3.
6755  By now it should be obvious how we did this.
6756 \end_layout
6757
6758 \end_deeper
6759 \begin_layout Labeling
6760 \labelwidthstring MMM
6761 #2-b Back to level #2.
6762  
6763 \end_layout
6764
6765 \end_deeper
6766 \begin_layout Labeling
6767 \labelwidthstring MMM
6768 #1-b And last, back to the outermost level, #1.
6769  After this sentence, we'll hit 
6770 \family sans
6771 Return
6772 \family default
6773  and change the paragraph environment back to 
6774 \family sans
6775 Standard
6776 \family default
6777  to end the list.
6778 \end_layout
6779
6780 \begin_layout Standard
6781 We could have also used the 
6782 \family sans
6783 Description
6784 \family default
6785
6786 \family sans
6787 Quote
6788 \family default
6789
6790 \family sans
6791 Quotation
6792 \family default
6793 , or even the 
6794 \family sans
6795 Verse
6796 \family default
6797  environment in place of the 
6798 \family sans
6799 List
6800 \family default
6801  environment.
6802  The example would have worked exactly the same.
6803 \end_layout
6804
6805 \begin_layout Subsubsection
6806 Example 2: Inheritance
6807 \end_layout
6808
6809 \begin_layout LyX-Code
6810 This is the LyX-Code environment, at level #1, the outermost
6811 \end_layout
6812
6813 \begin_layout LyX-Code
6814 level.
6815   Now we'll hit 
6816 \family sans
6817 Return
6818 \family default
6819 , then 
6820 \family sans
6821 S-M-Right
6822 \family default
6823 , after which, we'll change to the 
6824 \family sans
6825 Enumerate
6826 \family default
6827  environment.
6828 \end_layout
6829
6830 \begin_deeper
6831 \begin_layout Enumerate
6832 This is the 
6833 \family sans
6834 Enumerate
6835 \family default
6836  environment, at level #2.
6837 \end_layout
6838
6839 \begin_layout Enumerate
6840 Notice how the nested 
6841 \family sans
6842 Enumerate
6843 \family default
6844  not only inherits its margins from its parent environment (
6845 \family sans
6846 LyX-Code
6847 \family default
6848 ), but also inherits its font and spacing!
6849 \end_layout
6850
6851 \end_deeper
6852 \begin_layout Standard
6853 We ended this example by hitting 
6854 \family sans
6855 Return
6856 \family default
6857 .
6858  After that, we needed to reset the paragraph environment to 
6859 \family sans
6860 Standard
6861 \family default
6862  and resetting the nesting depth by using 
6863 \family sans
6864 S-M-Left
6865 \family default
6866  once.
6867 \end_layout
6868
6869 \begin_layout Subsubsection
6870 Example 3: Labels, Levels, and the 
6871 \family sans
6872 Enumerate
6873 \family default
6874  and 
6875 \family sans
6876 Itemize
6877 \family default
6878  Environments
6879 \begin_inset OptArg
6880 status collapsed
6881
6882 \begin_layout Standard
6883 Example #3: Labels, Levels and other list environments
6884 \end_layout
6885
6886 \end_inset
6887
6888
6889 \end_layout
6890
6891 \begin_layout Enumerate
6892 This is level #1, in an 
6893 \family sans
6894 Enumerate
6895 \family default
6896  paragraph environment.
6897  We're actually going to nest a bunch of these.
6898 \end_layout
6899
6900 \begin_deeper
6901 \begin_layout Enumerate
6902 This is level #2.
6903  We used 
6904 \family sans
6905 M-Return
6906 \family default
6907  followed by 
6908 \family sans
6909 S-M-Right
6910 \family default
6911 .
6912  Now, what happens if we nest an 
6913 \family sans
6914 Itemize
6915 \family default
6916  environment inside of this one? It will be at level #3, but what will its
6917  label be? An asterisk?
6918 \end_layout
6919
6920 \begin_deeper
6921 \begin_layout Itemize
6922 No! It's a bullet.
6923  This is the 
6924 \emph on
6925 first
6926 \emph default
6927  
6928 \family sans
6929 Itemize
6930 \family default
6931  environment, even though it's at level #3.
6932  So, its label is a bullet.
6933  (We got here by using 
6934 \family sans
6935 M-Return
6936 \family default
6937 , then 
6938 \family sans
6939 S-M-Right
6940 \family default
6941 , then changing the environment to 
6942 \family sans
6943 Itemize
6944 \family default
6945 .)
6946 \end_layout
6947
6948 \begin_deeper
6949 \begin_layout Itemize
6950 Here's level #4, produced using 
6951 \family sans
6952 M-Return
6953 \family default
6954 , then 
6955 \family sans
6956 S-M-Right
6957 \family default
6958 .
6959  We'll do that again\SpecialChar \ldots{}
6960
6961 \end_layout
6962
6963 \begin_deeper
6964 \begin_layout Enumerate
6965 \SpecialChar \ldots{}
6966 to get to level #5.
6967  This time, however, we also changed the paragraph environment back to 
6968 \family sans
6969 Enumerate
6970 \family default
6971 .
6972  Notice the type of numbering, it is 
6973 \emph on
6974 lowercase Roman
6975 \emph default
6976 , because we are in the 
6977 \emph on
6978 thirdfold
6979 \emph default
6980  
6981 \family sans
6982 Enumerate
6983 \family default
6984  environment (i.e.
6985  it is an 
6986 \family sans
6987 Enumerate
6988 \family default
6989  inside an 
6990 \family sans
6991 Enumerate
6992 \family default
6993  inside an 
6994 \family sans
6995 Enumerate
6996 \family default
6997 ).
6998 \end_layout
6999
7000 \begin_layout Enumerate
7001 What happens if we 
7002 \emph on
7003 don't
7004 \emph default
7005  change the paragraph environment, but decrease the nesting depth? What
7006  type of numbering does LyX use?
7007 \end_layout
7008
7009 \begin_layout Enumerate
7010 Oh, as if you couldn't guess by now, we're just using 
7011 \family sans
7012 M-Return
7013 \family default
7014  to keep the current environment and depth but create a new item.
7015 \end_layout
7016
7017 \begin_layout Enumerate
7018 Let's use 
7019 \family sans
7020 S-M-Left
7021 \family default
7022  to decrease the depth after the next 
7023 \family sans
7024 M-Return
7025 \family default
7026 .
7027 \end_layout
7028
7029 \end_deeper
7030 \begin_layout Enumerate
7031 This is level #4.
7032  Look what type of label LyX is using!
7033 \end_layout
7034
7035 \end_deeper
7036 \begin_layout Enumerate
7037 This is level #3.
7038  Even though we've changed levels, LyX is still using a lowercase Roman
7039  numeral as the label.Why?
7040 \end_layout
7041
7042 \begin_layout Enumerate
7043 Because, even though the nesting depth has changed, the paragraph is 
7044 \emph on
7045 still
7046 \emph default
7047  a thirdfold 
7048 \family sans
7049 Enumerate
7050 \family default
7051  environment.
7052  Notice, however, that LyX 
7053 \emph on
7054 did
7055 \emph default
7056  reset the counter for the label.
7057 \end_layout
7058
7059 \end_deeper
7060 \begin_layout Enumerate
7061 Another 
7062 \family sans
7063 M-Return
7064 \family default
7065  
7066 \family sans
7067 S-M-Left
7068 \family default
7069  sequence, and we're back to level #2.
7070  This time, we not only changed the nesting depth, but we also moved back
7071  into the twofold-nested 
7072 \family sans
7073 Enumerate
7074 \family default
7075  environment.
7076 \end_layout
7077
7078 \end_deeper
7079 \begin_layout Enumerate
7080 The same thing happens if we do another 
7081 \family sans
7082 M-Return
7083 \family default
7084  
7085 \family sans
7086 S-M-Left
7087 \family default
7088  sequence and return to level #1, the outermost level.
7089 \end_layout
7090
7091 \begin_layout Standard
7092 Lastly, we reset the environment to 
7093 \family sans
7094 Standard
7095 \family default
7096 .
7097  As you can see, the level number doesn't correspond to what type of labeling
7098  LyX uses for the 
7099 \family sans
7100 Enumerate
7101 \family default
7102  and 
7103 \family sans
7104 Itemize
7105 \family default
7106  environments.
7107  The number of other 
7108 \family sans
7109 Enumerate
7110 \family default
7111  environments surrounding it determines what kind of label LyX uses for
7112  an 
7113 \family sans
7114 Enumerate
7115 \family default
7116  item.
7117  The same rule applies for the 
7118 \family sans
7119 Itemize
7120 \family default
7121  environment, as well.
7122 \end_layout
7123
7124 \begin_layout Subsubsection
7125 Example 4: Going Bonkers
7126 \end_layout
7127
7128 \begin_layout Enumerate
7129 We're going to go totally nuts now.
7130  We won't nest as deep as in the other examples, nor will we go into the
7131  same detail with how we did it.
7132  (level #1: 
7133 \family sans
7134 Enumerate
7135 \family default
7136 )
7137 \end_layout
7138
7139 \begin_deeper
7140 \begin_layout Standard
7141 (
7142 \family sans
7143 Return, S-M-Right, Standard
7144 \family default
7145 : level #2) We'll stick an encapsulated description of how we created the
7146  example in parentheses someplace.
7147  For example, the two keybindings are how we changed the depth.
7148  The environment name is the name of the current environment.
7149  Either before or after this, we'll put in the level.
7150 \end_layout
7151
7152 \end_deeper
7153 \begin_layout Enumerate
7154 (
7155 \family sans
7156 Return, Enumerate
7157 \family default
7158 : level #1) This is the next item in the list.
7159 \end_layout
7160
7161 \begin_deeper
7162 \begin_layout Verse
7163 Now we'll add verse.
7164 \newline
7165 It will get much worse.
7166 \newline
7167 (
7168 \family sans
7169 Return, S-M-Right, Verse
7170 \family default
7171 : level #2)
7172 \end_layout
7173
7174 \begin_layout Verse
7175 Fiddle dee, Fiddle doo.
7176 \newline
7177 Bippitey boppitey boo!
7178 \newline
7179 (
7180 \family sans
7181 M-Return)
7182 \end_layout
7183
7184 \begin_layout Verse
7185 Here comes a table:
7186 \end_layout
7187
7188 \begin_deeper
7189 \begin_layout Standard
7190 \begin_inset VSpace 0.3cm
7191 \end_inset
7192
7193
7194 \end_layout
7195
7196 \begin_layout Standard
7197 \align center
7198 \begin_inset Tabular
7199 <lyxtabular version="3" rows="2" columns="2">
7200 <features>
7201 <column alignment="center" valignment="top" width="0pt">
7202 <column alignment="center" valignment="top" leftline="true" width="0pt">
7203 <row>
7204 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Standard
7208
7209 \family roman
7210 \series medium
7211 \shape up
7212 \size normal
7213 \emph off
7214 \bar no
7215 \noun off
7216 \color none
7217 one-fish
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Standard
7226
7227 \family roman
7228 \series medium
7229 \shape up
7230 \size normal
7231 \emph off
7232 \bar no
7233 \noun off
7234 \color none
7235 two-fish
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row topline="true">
7242 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Standard
7246
7247 \family roman
7248 \series medium
7249 \shape up
7250 \size normal
7251 \emph off
7252 \bar no
7253 \noun off
7254 \color none
7255 red-fish
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Standard
7264
7265 \family roman
7266 \series medium
7267 \shape up
7268 \size normal
7269 \emph off
7270 \bar no
7271 \noun off
7272 \color none
7273 blue-fish
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 </row>
7279 </lyxtabular>
7280
7281 \end_inset
7282
7283
7284 \end_layout
7285
7286 \end_deeper
7287 \begin_layout Verse
7288 (
7289 \family sans
7290 M-Return, Table, S-M-Right
7291 \family default
7292  3 times, 
7293 \family sans
7294 M-Return, Verse, S-M-Left
7295 \family default
7296 )
7297 \end_layout
7298
7299 \end_deeper
7300 \begin_layout Enumerate
7301 (
7302 \family sans
7303 Return, Enumerate
7304 \family default
7305 : level #1) This is another item.
7306  Note that selecting a 
7307 \family sans
7308 Table
7309 \family default
7310  resets the nesting depth to level #1, so we increased the nesting depth
7311  3 times to put the table inside the 
7312 \family sans
7313 Verse
7314 \family default
7315  environment.
7316  
7317 \end_layout
7318
7319 \begin_layout Quotation
7320 We're now ending the 
7321 \family sans
7322 Enumerate
7323 \family default
7324  list and changing to 
7325 \family sans
7326 Quotation
7327 \family default
7328 .
7329  We're still at level #1.
7330  We want to show you some of the things you can do by mixing environments.
7331  The next set of paragraphs is a 
7332 \begin_inset Quotes eld
7333 \end_inset
7334
7335 quoted letter.
7336 \begin_inset Quotes erd
7337 \end_inset
7338
7339  We'll nest both the 
7340 \family sans
7341 Address
7342 \family default
7343  and 
7344 \family sans
7345 Right\InsetSpace ~
7346 Address
7347 \family default
7348  environments inside of this one, then use another nested 
7349 \family sans
7350 Quotation
7351 \family default
7352  for the letter body.
7353  We'll use 
7354 \family sans
7355 M-Return
7356 \family default
7357  to preserve the depth.
7358  Remember that you need to use 
7359 \family sans
7360 C-Return
7361 \family default
7362  to create multiple lines inside the 
7363 \family sans
7364 Address
7365 \family default
7366  and 
7367 \family sans
7368 Right\InsetSpace ~
7369 Address
7370 \family default
7371  environments.
7372  Here it goes:
7373 \end_layout
7374
7375 \begin_deeper
7376 \begin_layout Right Address
7377 1234 Nowhere Rd.
7378 \newline
7379 Moosegroin, MT 00100
7380 \newline
7381 9-6-96
7382 \end_layout
7383
7384 \begin_layout Address
7385 Dear Mr.\InsetSpace ~
7386 Fizlewitz:
7387 \end_layout
7388
7389 \begin_layout Quotation
7390 We regret to inform you that we cannot fill your order for 50
7391 \begin_inset Formula $\,$
7392 \end_inset
7393
7394 L of compressed methane gas due to circumstances beyond our control.
7395  Unfortunately, several of our cows have mysteriously exploded, creating
7396  a backlog in our orders for methane.
7397  We will place your name on the waiting list and try to fill your order
7398  as soon as possible.
7399  In the meantime, we thank you for your patience.
7400 \end_layout
7401
7402 \begin_layout Quotation
7403 We do, however, now have a special on beef.
7404  If you are interested, please return the enclosed pricing and order form
7405  with your order, along with payment.
7406 \end_layout
7407
7408 \begin_layout Quotation
7409 We thank you again for your patience.
7410 \end_layout
7411
7412 \begin_layout Address
7413 Sincerely,
7414 \newline
7415 Bill Hick
7416 \end_layout
7417
7418 \end_deeper
7419 \begin_layout Quotation
7420 That ends that example!
7421 \end_layout
7422
7423 \begin_layout Standard
7424 As you can see, nesting environments in LyX gives you a lot of power with
7425  just a few keystrokes.
7426  We could have easily nested an 
7427 \family sans
7428 Itemize
7429 \family default
7430  list inside of a 
7431 \family sans
7432 Quotation
7433 \family default
7434  or 
7435 \family sans
7436 Quote
7437 \family default
7438 , or put a 
7439 \family sans
7440 Quote
7441 \family default
7442  inside of an 
7443 \family sans
7444 Itemize
7445 \family default
7446  list.
7447  You have a huge variety of options at your disposal.
7448 \end_layout
7449
7450 \begin_layout Section
7451 Spacing, pagination and line breaks
7452 \end_layout
7453
7454 \begin_layout Subsection
7455 Horizontal Space
7456 \begin_inset LatexCommand label
7457 name "sub:Horizontal-Space"
7458
7459 \end_inset
7460
7461
7462 \end_layout
7463
7464 \begin_layout Subsubsection
7465
7466 \family sans
7467 Horizontal Fills
7468 \end_layout
7469
7470 \begin_layout Standard
7471 Horizontal Fills (HFills) are a special LyX feature for adding extra space
7472  in a uniform fashion.
7473  An HFill is actually a variable length space, whose length always equals
7474  the remaining space between the left and right margins.
7475  If there is more than one HFill on a line, they divide the available space
7476  equally between themselves.
7477  
7478 \end_layout
7479
7480 \begin_layout Standard
7481 HFill
7482 \family roman
7483 s
7484 \family default
7485  can be inserted with 
7486 \family sans
7487 Insert\SpecialChar \menuseparator
7488 Formatting\InsetSpace ~
7489 Character\SpecialChar \menuseparator
7490 Horizontal Fill
7491 \family default
7492 .
7493  Here a few examples what you can do with them:
7494 \end_layout
7495
7496 \begin_layout Quote
7497 \noindent
7498 This is on the left side 
7499 \hfill
7500 This is on the right
7501 \end_layout
7502
7503 \begin_layout Quote
7504 \noindent
7505 Left
7506 \hfill
7507 Middle
7508 \hfill
7509 Right
7510 \end_layout
7511
7512 \begin_layout Quote
7513 \noindent
7514 Left
7515 \hfill
7516 1/3 Left
7517 \hfill
7518
7519 \hfill
7520 Right
7521 \end_layout
7522
7523 \begin_layout Standard
7524 That was an example in the 
7525 \family sans
7526 Quote
7527 \family default
7528  environment.
7529  Here
7530 \begin_inset Formula $\to$
7531 \end_inset
7532
7533
7534 \hfill
7535
7536 \begin_inset Formula $\gets$
7537 \end_inset
7538
7539 is one in a standard paragraph.
7540  It may or may not be apparent in the printed text, but it 
7541 \emph on
7542 is
7543 \emph default
7544  sitting in-between the two arrows.
7545 \end_layout
7546
7547 \begin_layout Standard
7548 There may be more than one set of margins on a line.
7549  Here's an example with the 
7550 \family sans
7551 List
7552 \family default
7553  environment.
7554 \end_layout
7555
7556 \begin_layout Labeling
7557 \labelwidthstring 00.00.0000
7558 one
7559 \hfill
7560 two :three
7561 \hfill
7562 four
7563 \hfill
7564 five
7565 \hfill
7566 six
7567 \end_layout
7568
7569 \begin_layout Standard
7570 The 
7571 \begin_inset Quotes eld
7572 \end_inset
7573
7574 :
7575 \begin_inset Quotes erd
7576 \end_inset
7577
7578  marks the beginning of the item.
7579  (There is actually a 
7580 \begin_inset Quotes eld
7581 \end_inset
7582
7583 hidden
7584 \begin_inset Quotes erd
7585 \end_inset
7586
7587  HFill inside of the label of the 
7588 \family sans
7589 List
7590 \family default
7591  environment; it's put at the end of the label automatically.) HFills work
7592  similarly in other 
7593 \begin_inset Quotes eld
7594 \end_inset
7595
7596 multi-margin
7597 \begin_inset Quotes erd
7598 \end_inset
7599
7600  situations, like two-column mode.
7601 \end_layout
7602
7603 \begin_layout Standard
7604 \begin_inset Note Greyedout
7605 status open
7606
7607 \begin_layout Standard
7608
7609 \series bold
7610 Note:
7611 \series default
7612  If an HFill is at the beginning of a line, and 
7613 \emph on
7614 not
7615 \emph default
7616  in the first line in a paragraph, LyX ignores it.
7617  This prevents HFills from accidentally being wrapped onto a new line.
7618  If you need space in this case anyway, you have to use the LaTeX-command
7619  
7620 \series bold
7621
7622 \backslash
7623 hspace*{
7624 \backslash
7625 fill}
7626 \series default
7627  in ERT.
7628  (ERT is explained in section\InsetSpace ~
7629
7630 \begin_inset LatexCommand ref
7631 reference "sec:ERT"
7632
7633 \end_inset
7634
7635 .)
7636 \end_layout
7637
7638 \end_inset
7639
7640
7641 \end_layout
7642
7643 \begin_layout Subsubsection
7644 Other space variants
7645 \begin_inset LatexCommand label
7646 name "sub:Other-space-variants"
7647
7648 \end_inset
7649
7650
7651 \end_layout
7652
7653 \begin_layout Standard
7654 The following two sorts of spaces are not yet supported by LyX, so that
7655  you have to use ERT, see section\InsetSpace ~
7656
7657 \begin_inset LatexCommand ref
7658 reference "sec:ERT"
7659
7660 \end_inset
7661
7662 .
7663  That they are not supported is a hint that you need them very seldom in
7664  LyX.
7665  So use them only if it is really necessary (remind the WYSIWYM concept).
7666 \end_layout
7667
7668 \begin_layout Paragraph
7669 Defined space
7670 \end_layout
7671
7672 \begin_layout Standard
7673 Sometimes one needs space with a defined length, e.g for forms and questionnaires.
7674  This can be inserted by using the LaTeX-command 
7675 \series bold
7676
7677 \backslash
7678 hspace
7679 \series default
7680  in 
7681 \family sans
7682 ERT
7683 \family default
7684 .
7685  For example the command 
7686 \series bold
7687
7688 \backslash
7689 hspace{2cm}
7690 \series default
7691  produces 2
7692 \begin_inset Formula $\,$
7693 \end_inset
7694
7695 cm space within the following line:
7696 \end_layout
7697
7698 \begin_layout Standard
7699 This is a line with
7700 \begin_inset Formula $\to$
7701 \end_inset
7702
7703
7704 \begin_inset ERT
7705 status collapsed
7706
7707 \begin_layout Standard
7708
7709
7710 \backslash
7711 hspace{2cm}
7712 \end_layout
7713
7714 \end_inset
7715
7716
7717 \begin_inset Formula $\gets$
7718 \end_inset
7719
7720  2
7721 \begin_inset Formula $\,$
7722 \end_inset
7723
7724 cm space between the arrows.
7725 \end_layout
7726
7727 \begin_layout Standard
7728 You can use all length units listed in Appendix\InsetSpace ~
7729
7730 \begin_inset LatexCommand ref
7731 reference "cha:Units-available-in"
7732
7733 \end_inset
7734
7735 .
7736 \end_layout
7737
7738 \begin_layout Paragraph
7739 Phantom space
7740 \end_layout
7741
7742 \begin_layout Standard
7743 Sometimes you want to insert space with exactly the length of a phrase.
7744  E.g.
7745  you want to create the following multiple choice question:
7746 \end_layout
7747
7748 \begin_layout Standard
7749 \begin_inset VSpace medskip
7750 \end_inset
7751
7752 What is correct English?:
7753 \newline
7754
7755 \newline
7756 Mr.\InsetSpace ~
7757 Edge would have been jumps the gun.
7758 \newline
7759
7760 \begin_inset ERT
7761 status collapsed
7762
7763 \begin_layout Standard
7764
7765
7766 \backslash
7767 phantom{Mr.
7768  Edge }
7769 \end_layout
7770
7771 \end_inset
7772
7773 has to be jumped
7774 \newline
7775
7776 \begin_inset ERT
7777 status collapsed
7778
7779 \begin_layout Standard
7780
7781
7782 \backslash
7783 phantom{Mr.
7784  Edge }
7785 \end_layout
7786
7787 \end_inset
7788
7789 jumps
7790 \begin_inset VSpace medskip
7791 \end_inset
7792
7793
7794 \end_layout
7795
7796 \begin_layout Standard
7797 So that the choices appear exactly after the phrase 
7798 \begin_inset Quotes eld
7799 \end_inset
7800
7801 Mr.\InsetSpace ~
7802 Edge\InsetSpace ~
7803
7804 \begin_inset Quotes erd
7805 \end_inset
7806
7807 .
7808  To get this, you can use the LaTeX-command 
7809 \series bold
7810
7811 \backslash
7812 phantom
7813 \series default
7814  in ERT.
7815  In our case write the command 
7816 \series bold
7817
7818 \backslash
7819 phantom{Mr.
7820  Edge }
7821 \series default
7822  (note the space after 
7823 \begin_inset Quotes eld
7824 \end_inset
7825
7826 Edge
7827 \begin_inset Quotes erd
7828 \end_inset
7829
7830 ) at the beginning of the last two lines.
7831  The command prints out the phrase within the the two braces, but invisible.
7832  That is why it is named 
7833 \begin_inset Quotes eld
7834 \end_inset
7835
7836 phantom
7837 \begin_inset Quotes erd
7838 \end_inset
7839
7840 .
7841 \begin_inset Foot
7842 status collapsed
7843
7844 \begin_layout Standard
7845 There exists also the commands 
7846 \backslash
7847
7848 \series bold
7849 hphantom
7850 \series default
7851  and 
7852 \backslash
7853
7854 \series bold
7855 vphantom
7856 \series default
7857 , but this too special for the LyX Userguide.
7858  If you are interested in knowing more about this, have a look at 
7859 \begin_inset LatexCommand cite
7860 key "latexcompanion,latexguide"
7861
7862 \end_inset
7863
7864 .
7865 \end_layout
7866
7867 \end_inset
7868
7869
7870 \end_layout
7871
7872 \begin_layout Subsection
7873 Vertical Space
7874 \begin_inset LatexCommand label
7875 name "sub:Vertical-Space"
7876
7877 \end_inset
7878
7879
7880 \end_layout
7881
7882 \begin_layout Standard
7883 To add extra vertical space above or below a paragraph, use the 
7884 \family sans
7885 Insert\SpecialChar \menuseparator
7886 Formatting\SpecialChar \menuseparator
7887 Vertical\InsetSpace ~
7888 Space
7889 \family default
7890  dialog.
7891  There you find the following sizes:
7892 \end_layout
7893
7894 \begin_layout Standard
7895
7896 \family sans
7897 SmallSkip
7898 \family default
7899
7900 \family sans
7901 MedSkip
7902 \family default
7903  and 
7904 \family sans
7905 BigSkip
7906 \family default
7907  are LaTeX sizes which depends on the font size of the document.
7908  
7909 \family sans
7910 DefSkip
7911 \family default
7912  is the skip adjusted in the dialog 
7913 \family sans
7914 Document\SpecialChar \menuseparator
7915 Settings
7916 \begin_inset LatexCommand index
7917 name "Document ! Settings"
7918
7919 \end_inset
7920
7921
7922 \family default
7923  for the paragraph separation.
7924  If you use indentation to separate paragraphs 
7925 \family sans
7926 DefSkip
7927 \family default
7928  is equal to 
7929 \family sans
7930 MedSkip
7931 \family default
7932 .
7933 \end_layout
7934
7935 \begin_layout Standard
7936
7937 \family sans
7938 VFill
7939 \family default
7940  is a variable space, set so that the space is maximal within one page.
7941  An example: You have only two short paragraphs on one page with a vfill
7942  between them.
7943  Then the first paragraph is placed at the top of the page and the second
7944  one at the bottom, because the space between them is then maximal.
7945  
7946 \family sans
7947 VFill
7948 \family default
7949 s work like 
7950 \family sans
7951 HFill
7952 \family default
7953 s: they fill the remaining vertical space on a page with blank space.
7954 \begin_inset Foot
7955 status collapsed
7956
7957 \begin_layout Standard
7958
7959 \family sans
7960 HFill
7961 \family default
7962 s are described in section\InsetSpace ~
7963
7964 \begin_inset LatexCommand ref
7965 reference "sub:Horizontal-Space"
7966
7967 \end_inset
7968
7969 .
7970 \end_layout
7971
7972 \end_inset
7973
7974  If there are several 
7975 \family sans
7976 VFill
7977 \family default
7978 s on a page, they divide the remaining vertical space equally between themselves.
7979  You can therefore use 
7980 \family sans
7981 VFill
7982 \family default
7983 s to center text on a page, or even place text 2/3 down a page.
7984 \end_layout
7985
7986 \begin_layout Standard
7987
7988 \family sans
7989 Custom
7990 \family default
7991  are custom spaces in units explained in Appendix\InsetSpace ~
7992
7993 \begin_inset LatexCommand ref
7994 reference "cha:Units-available-in"
7995
7996 \end_inset
7997
7998 .
7999 \end_layout
8000
8001 \begin_layout Standard
8002 \begin_inset Note Greyedout
8003 status open
8004
8005 \begin_layout Standard
8006
8007 \series bold
8008 Note:
8009 \series default
8010  
8011 \series medium
8012 When the extra vertical space would be in the output at the top/bottom of
8013  a page, the space is only added if you have also checked the option 
8014 \family sans
8015 Protect
8016 \family default
8017 .
8018 \end_layout
8019
8020 \end_inset
8021
8022
8023 \end_layout
8024
8025 \begin_layout Subsection
8026 Paragraph Alignment
8027 \end_layout
8028
8029 \begin_layout Standard
8030 You can change the paragraph alignment with the 
8031 \family sans
8032 Edit\SpecialChar \menuseparator
8033 Paragraph Settings
8034 \family default
8035  dialog.
8036  There are four possibilities: 
8037 \end_layout
8038
8039 \begin_layout Itemize
8040
8041 \family sans
8042 Justified
8043 \end_layout
8044
8045 \begin_layout Itemize
8046
8047 \family sans
8048 Left
8049 \end_layout
8050
8051 \begin_layout Itemize
8052
8053 \family sans
8054 Right
8055 \end_layout
8056
8057 \begin_layout Itemize
8058
8059 \family sans
8060 Center
8061 \end_layout
8062
8063 \begin_layout Standard
8064 The default in most cases is justified alignment, in which the inter-word
8065  spacing is variable and each line of a paragraph fills the region between
8066  the left and right margins.
8067  The other three alignments should be self-explanatory, and look like this:
8068 \end_layout
8069
8070 \begin_layout Standard
8071 \align right
8072 This paragraph is right aligned,
8073 \end_layout
8074
8075 \begin_layout Standard
8076 \align center
8077 this one is centered,
8078 \end_layout
8079
8080 \begin_layout Standard
8081 \align left
8082 this one is left aligned.
8083 \end_layout
8084
8085 \begin_layout Subsection
8086 Forced Pagebreaks
8087 \begin_inset LatexCommand index
8088 name "Pagebreaks ! Forced"
8089
8090 \end_inset
8091
8092
8093 \begin_inset LatexCommand label
8094 name "sub:Forced-Pagebreaks"
8095
8096 \end_inset
8097
8098
8099 \end_layout
8100
8101 \begin_layout Standard
8102 If you don't like the way LaTeX does the pagebreaks in your document, you
8103  can force a pagebreak where you want one.
8104  Normally this will not be necessary, because LaTeX is good at pagebreaking.
8105  Only if you use many 
8106 \family sans
8107 Floats
8108 \family default
8109 , LaTeX's page breaking algorithm can fail.
8110 \end_layout
8111
8112 \begin_layout Standard
8113 We recommend not to use forced pagebreaks until the text is finished, and
8114  until you have checked in the preview to see if you 
8115 \emph on
8116 really
8117 \emph default
8118  have to change the pagebreaking.
8119 \end_layout
8120
8121 \begin_layout Standard
8122 There are two types of pagebreaks: One that ends the page without any special
8123  action.
8124  This can be inserted above or below a paragraph by the menu 
8125 \family sans
8126 Insert\SpecialChar \menuseparator
8127 Formatting\SpecialChar \menuseparator
8128 Page\InsetSpace ~
8129 Break
8130 \family default
8131 .
8132  The second type ends a page, but stretches the content of the page, so
8133  that it fills out the complete page.
8134  This type is useful to avoid whitespace when a pagebreak produces a page
8135  on which only the last few lines are absent.
8136  This type is not yet supported by LyX, so that you have to use the LaTeX
8137  command 
8138 \series bold
8139
8140 \backslash
8141 pagebreak[number]
8142 \series default
8143  in ERT
8144 \begin_inset Foot
8145 status collapsed
8146
8147 \begin_layout Standard
8148 For more about ERT see section\InsetSpace ~
8149
8150 \begin_inset LatexCommand ref
8151 reference "sec:ERT"
8152
8153 \end_inset
8154
8155 .
8156 \end_layout
8157
8158 \end_inset
8159
8160 .
8161  The number can vary between 0 and 4.
8162  If 4 or no number is used, it will always be created a pagebreak
8163 \begin_inset Foot
8164 status collapsed
8165
8166 \begin_layout Standard
8167 normally one uses simply 
8168 \series bold
8169
8170 \backslash
8171 pagebreak
8172 \series default
8173  without a number
8174 \end_layout
8175
8176 \end_inset
8177
8178 .
8179  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
8180  concerning the priority, if a pagebreak is created or not.
8181 \end_layout
8182
8183 \begin_layout Standard
8184 You might try to use a pagebreak to ensure that a figure or table appears
8185  at the top of a page.
8186  This is, of course, the wrong way to do it.
8187  LyX gives you a way of automatically ensuring that your figures and tables
8188  appear at the top of a page (or the bottom, or on their own page) without
8189  having to worry about what precedes or follows your figure or table.
8190  See chapter 
8191 \begin_inset LatexCommand ref
8192 reference "cha:Floats-and-Notes"
8193
8194 \end_inset
8195
8196  to learn more about 
8197 \family sans
8198 Floats
8199 \family default
8200 .
8201 \end_layout
8202
8203 \begin_layout Subsubsection
8204 Clear Pagebreaks
8205 \begin_inset LatexCommand label
8206 name "sub:Clear-Pages"
8207
8208 \end_inset
8209
8210
8211 \begin_inset LatexCommand index
8212 name "Pagebreaks ! Clear"
8213
8214 \end_inset
8215
8216
8217 \end_layout
8218
8219 \begin_layout Standard
8220 Differently to forced pagebreaks where the content behind the break is directly
8221  placed at the next page, pages can also be cleared while breaking them.
8222  That means that the current paragraph is terminated and all, perhaps not
8223  yet processed floats from previous document parts are placed behind it,
8224  if necessary by adding pages.
8225 \end_layout
8226
8227 \begin_layout Standard
8228 You can insert a clear pagebreak with the menu 
8229 \family sans
8230 Insert\SpecialChar \menuseparator
8231 Formatting\SpecialChar \menuseparator
8232 Clear\InsetSpace ~
8233 Page
8234 \family default
8235 .
8236  When you have a two-sided document like a book, you can use the menu 
8237 \family sans
8238 Insert\SpecialChar \menuseparator
8239 Formatting\SpecialChar \menuseparator
8240 Clear\InsetSpace ~
8241 Double\InsetSpace ~
8242 Page
8243 \family default
8244  to insert a clear pagebreak that assures that the next page is a right-hand
8245  page (odd-numbered), if necessary by adding a page.
8246 \end_layout
8247
8248 \begin_layout Subsection
8249 Forced Linebreaks
8250 \begin_inset LatexCommand index
8251 name "Linebreaks"
8252
8253 \end_inset
8254
8255
8256 \begin_inset LatexCommand label
8257 name "sub:Forced-Linebreaks"
8258
8259 \end_inset
8260
8261
8262 \end_layout
8263
8264 \begin_layout Standard
8265 Similar to pagebreaks there are two types of linebreaks: One that simply
8266  breaks the line.
8267  You can force this line break within a paragraph by selecting 
8268 \family sans
8269 Insert\SpecialChar \menuseparator
8270 Formatting\SpecialChar \menuseparator
8271 Line\InsetSpace ~
8272 Break
8273 \family default
8274  or with 
8275 \family sans
8276 C-Return
8277 \family default
8278 .
8279  The other type breaks the line and stretches it so that it fills out the
8280  whole space between the page margins.
8281  This is necessary to avoid 
8282 \begin_inset Quotes eld
8283 \end_inset
8284
8285 fringes
8286 \begin_inset Quotes erd
8287 \end_inset
8288
8289  in justifies paragraphs due to whitespace introduced by linebreaks.
8290  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
8291
8292 \series bold
8293
8294 \backslash
8295 linebreak[number]
8296 \series default
8297  in 
8298 \family sans
8299 ERT
8300 \family default
8301 .
8302  The syntax is similar tho the command 
8303 \series bold
8304
8305 \backslash
8306 pagebreak
8307 \series default
8308 , described in the previous section.
8309 \end_layout
8310
8311 \begin_layout Standard
8312 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
8313  LaTeX is very good at linebreaking.
8314  There are, however, a number of situations where it is necessary to actively
8315  set a linebreak, e.g.
8316  in a poem or for an address (see sections\InsetSpace ~
8317
8318 \begin_inset LatexCommand ref
8319 reference "sec:Quote"
8320
8321 \end_inset
8322
8323
8324 \begin_inset LatexCommand ref
8325 reference "sec:Verse"
8326
8327 \end_inset
8328
8329  and 
8330 \begin_inset LatexCommand ref
8331 reference "sec:Address-Usage"
8332
8333 \end_inset
8334
8335 ).
8336 \end_layout
8337
8338 \begin_layout Subsection
8339 Blanks / Spaces
8340 \begin_inset LatexCommand index
8341 name "Spaces"
8342
8343 \end_inset
8344
8345
8346 \end_layout
8347
8348 \begin_layout Standard
8349 A blank is a blank? Not in good typography.
8350  While you might be used to press the space key anytime you want to separate
8351  two words in ordinary word processors, LyX offers you more spaces: Spaces
8352  of different width and spaces which can or cannot be broken at the end
8353  of a line.
8354  The following sections will show you some examples where those spaces are
8355  useful.
8356 \end_layout
8357
8358 \begin_layout Subsubsection
8359 Inter-word Space
8360 \begin_inset LatexCommand label
8361 name "sub:Inter-word-Space"
8362
8363 \end_inset
8364
8365
8366 \begin_inset LatexCommand index
8367 name "Spaces ! inter-word"
8368
8369 \end_inset
8370
8371
8372 \end_layout
8373
8374 \begin_layout Standard
8375 Some languages (e.\InsetSpace \thinspace{}
8376 g.\InsetSpace \space{}
8377 English) have the typographical convention to add extra
8378  space after an end-of-sentence punctuation mark, and LyX honors those conventio
8379 ns (see section\InsetSpace ~
8380
8381 \begin_inset LatexCommand ref
8382 reference "sub:Abbreviations"
8383
8384 \end_inset
8385
8386 ).
8387  Sometimes, you want a normal space nevertheless.
8388  In this case, insert one with 
8389 \family sans
8390 Insert\SpecialChar \menuseparator
8391 Special\InsetSpace ~
8392 Formatting\SpecialChar \menuseparator
8393 Inter-word\InsetSpace ~
8394 Space
8395 \family default
8396  (shortcut 
8397 \family sans
8398 C-M-Space
8399 \family default
8400 ).
8401 \end_layout
8402
8403 \begin_layout Subsubsection
8404 Protected Space
8405 \begin_inset LatexCommand label
8406 name "sub:Protected-Space"
8407
8408 \end_inset
8409
8410
8411 \begin_inset LatexCommand index
8412 name "Spaces ! protected"
8413
8414 \end_inset
8415
8416
8417 \end_layout
8418
8419 \begin_layout Standard
8420 The protected space: It is used to tell LyX (and LaTeX) not to break the
8421  line at that point.
8422  This may be necessary to avoid unlucky linebreaks, like in: 
8423 \end_layout
8424
8425 \begin_layout Quote
8426 Further documentation is given in section
8427 \newline
8428
8429 \begin_inset LatexCommand ref
8430 reference "sec:Bibliography"
8431
8432 \end_inset
8433
8434 .
8435  
8436 \end_layout
8437
8438 \begin_layout Standard
8439 Obviously, it would be a good thing to put a protected space between 
8440 \begin_inset Quotes eld
8441 \end_inset
8442
8443 section
8444 \begin_inset Quotes erd
8445 \end_inset
8446
8447  and 
8448 \begin_inset Quotes eld
8449 \end_inset
8450
8451
8452 \begin_inset LatexCommand ref
8453 reference "sec:Bibliography"
8454
8455 \end_inset
8456
8457
8458 \begin_inset Quotes erd
8459 \end_inset
8460
8461 .
8462  A protected space is set with 
8463 \family sans
8464 Insert\SpecialChar \menuseparator
8465 Special\InsetSpace ~
8466 Formatting\SpecialChar \menuseparator
8467 Protected
8468 \bar under
8469 \InsetSpace ~
8470
8471 \bar default
8472 Space
8473 \family default
8474  (shortcut 
8475 \family sans
8476 C-Space
8477 \family default
8478 ).
8479 \end_layout
8480
8481 \begin_layout Subsubsection
8482 Thin Space
8483 \begin_inset LatexCommand label
8484 name "sub:Thin-Space"
8485
8486 \end_inset
8487
8488
8489 \begin_inset LatexCommand index
8490 name "Spaces ! thin"
8491
8492 \end_inset
8493
8494
8495 \end_layout
8496
8497 \begin_layout Standard
8498
8499 \begin_inset Quotes eld
8500 \end_inset
8501
8502 thin space
8503 \begin_inset Quotes erd
8504 \end_inset
8505
8506  is a blank which has half the size of a normal space (and it is also 
8507 \begin_inset Quotes eld
8508 \end_inset
8509
8510 protected
8511 \begin_inset Quotes erd
8512 \end_inset
8513
8514 ).
8515  The typographical conventions in a lot of languages propose the use of
8516  thin spaces in cases where normal spaces would be too wide, for instance
8517  inside abbreviations:
8518 \end_layout
8519
8520 \begin_layout Quote
8521 D.\InsetSpace \thinspace{}
8522 E.
8523  Knuth has developed our beloved typesetting program, i.\InsetSpace \thinspace{}
8524 e.\InsetSpace \space{}
8525 TeX.
8526 \end_layout
8527
8528 \begin_layout Standard
8529 or between values and units.
8530  Compare for example this:
8531 \newline
8532 10\InsetSpace \thinspace{}
8533 kg (thin space)
8534 \newline
8535 10 kg (normal space
8536 \end_layout
8537
8538 \begin_layout Standard
8539 You can insert thin spaces with the menu 
8540 \family sans
8541 Insert\SpecialChar \menuseparator
8542 Special\InsetSpace ~
8543 Formatting\SpecialChar \menuseparator
8544 Thin\InsetSpace ~
8545 Space
8546 \family default
8547  (shortcut 
8548 \family sans
8549 C-S-Space
8550 \family default
8551 ).
8552 \end_layout
8553
8554 \begin_layout Subsubsection
8555 More Spaces
8556 \end_layout
8557
8558 \begin_layout Standard
8559 Apart from the ones described, there are still some more spaces.
8560  Although LyX supports them natively, they can only be reached via a formula
8561  as described in section\InsetSpace ~
8562
8563 \begin_inset LatexCommand ref
8564 reference "sub:Altering-Spacing"
8565
8566 \end_inset
8567
8568  or via the 
8569 \family sans
8570 command buffer
8571 \family default
8572  toolbar.
8573  Te latter means to type
8574 \newline
8575  
8576 \series bold
8577 space-insert <command>
8578 \family typewriter
8579 \series default
8580
8581 \newline
8582
8583 \family default
8584  into the command buffer, where 
8585 \series bold
8586 <command>
8587 \series default
8588  is one of the following:
8589 \begin_inset Foot
8590 status collapsed
8591
8592 \begin_layout Standard
8593 The unit 
8594 \begin_inset Quotes eld
8595 \end_inset
8596
8597 em
8598 \begin_inset Quotes erd
8599 \end_inset
8600
8601  is explained in Appendix\InsetSpace ~
8602
8603 \begin_inset LatexCommand ref
8604 reference "cha:Units-available-in"
8605
8606 \end_inset
8607
8608 .
8609 \end_layout
8610
8611 \end_inset
8612
8613
8614 \end_layout
8615
8616 \begin_layout Standard
8617 \align center
8618 \begin_inset Tabular
8619 <lyxtabular version="3" rows="9" columns="3">
8620 <features>
8621 <column alignment="center" valignment="top" leftline="true" width="0">
8622 <column alignment="center" valignment="top" leftline="true" width="0">
8623 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
8624 <row topline="true" bottomline="true">
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Standard
8629
8630 \series bold
8631 command
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Standard
8640
8641 \series bold
8642 width
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Standard
8651
8652 \series bold
8653 protected?
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row topline="true">
8660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Standard
8664
8665 \family typewriter
8666 normal
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Standard
8675 1/3\InsetSpace ~
8676 em
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Standard
8685 no
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row topline="true">
8692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Standard
8696
8697 \family typewriter
8698 protected
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Standard
8707 1/3\InsetSpace ~
8708 em
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Standard
8717 yes
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row topline="true" bottomline="true">
8724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Standard
8728
8729 \family typewriter
8730 thin
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Standard
8739 1/6\InsetSpace ~
8740 em
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Standard
8749 yes
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row bottomline="true">
8756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Standard
8760
8761 \family typewriter
8762 enspace
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Standard
8771 0.5\InsetSpace ~
8772 em
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Standard
8781 yes
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row bottomline="true">
8788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Standard
8792
8793 \family typewriter
8794 enskip
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Standard
8803 0.5\InsetSpace ~
8804 em
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Standard
8813 no
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row bottomline="true">
8820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Standard
8824
8825 \family typewriter
8826 quad
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Standard
8835 1\InsetSpace ~
8836 em
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Standard
8845 no
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row bottomline="true">
8852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Standard
8856
8857 \family typewriter
8858 qquad
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Standard
8867 2\InsetSpace ~
8868 em
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Standard
8877 no
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 <row bottomline="true">
8884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Standard
8888
8889 \family typewriter
8890 negthinspace
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Standard
8899 -1/6\InsetSpace ~
8900 em
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Standard
8909 yes
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 </lyxtabular>
8916
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \begin_layout Subsection
8923 Horizontal Lines
8924 \begin_inset LatexCommand label
8925 name "sub:Horizontal-Lines"
8926
8927 \end_inset
8928
8929
8930 \begin_inset LatexCommand index
8931 name "Horizontal lines"
8932
8933 \end_inset
8934
8935
8936 \end_layout
8937
8938 \begin_layout Standard
8939
8940 \lyxline
8941 In the dialog 
8942 \family sans
8943 Insert\SpecialChar \menuseparator
8944 Formatting\SpecialChar \menuseparator
8945 Horizontal\InsetSpace ~
8946 Line
8947 \family default
8948  you can insert horizontal lines that spans over the whole document columns
8949  width.
8950 \lyxline
8951
8952 \end_layout
8953
8954 \begin_layout Section
8955 Fonts and Text Styles
8956 \begin_inset LatexCommand label
8957 name "sec:Fonts-and-Text"
8958
8959 \end_inset
8960
8961
8962 \end_layout
8963
8964 \begin_layout Subsection
8965 Font Types
8966 \begin_inset LatexCommand index
8967 name "Font ! Types"
8968
8969 \end_inset
8970
8971
8972 \end_layout
8973
8974 \begin_layout Standard
8975 There are two types of fonts:
8976 \end_layout
8977
8978 \begin_layout Description
8979 Vector\InsetSpace ~
8980 fonts
8981 \begin_inset LatexCommand index
8982 name "Fonts ! Vector-"
8983
8984 \end_inset
8985
8986  are fonts, built from outlines of the single glyphs (i.e.
8987  characters) in the font.
8988  This means that each glyph is defined using mathematical curves that are
8989  well suited for scaling to any requested size.
8990  This mathematical definition is interpreted by the font renderer and the
8991  curve is filled out with pixels according to the size and glyph.
8992  This means that outline fonts will look pretty good in all sizes.
8993  Only at very small sizes it might be hard to provide a good rendering at
8994  very small sizes, where each pixel has to be very carefully computed to
8995  provide a good image.
8996 \newline
8997 One could mean that one only needs to define one font
8998  size and scale them.
8999  But to achieve a better quality, many fonts define several font sizes.
9000  That improves the appearance, because you need more details at large font
9001  sizes than at small ones.
9002 \newline
9003 The font types 
9004 \family typewriter
9005 TrueType
9006 \family default
9007
9008 \family typewriter
9009 OpenType
9010 \family default
9011 , and 
9012 \family typewriter
9013 Type\InsetSpace ~
9014 1 PostScript
9015 \family default
9016  are vector fonts.
9017 \end_layout
9018
9019 \begin_layout Description
9020 Bitmap\InsetSpace ~
9021 fonts
9022 \begin_inset LatexCommand index
9023 name "Fonts ! Bitmap-"
9024
9025 \end_inset
9026
9027  on the other hand, are defined by bitmap graphics from the start, so they
9028  will look good at all the sizes they are meant for.
9029  However, they don't scale well, because in order to scale a glyph, each
9030  pixel is enlarged into several pixels.
9031  It is the same effect that happens if you try to enlarge a picture in a
9032  picture manipulation program.
9033  In order to relieve this effect, bitmap fonts are typically provided in
9034  several fixed sizes typically from around 8 pixels high up to 34 pixels
9035  or so high in steps according to what is believed to be useful.
9036  The advantage of bitmap fonts is that no complicated computations are necessary
9037  to display each glyph, so bitmap fonts are thus faster displayed than scalable
9038  fonts.
9039  The disadvantage is that sizes that don't exists as fixed versions have
9040  to be scaled by doubling pixels, and thus look bad.
9041 \newline
9042 Bitmap fonts are named
9043  
9044 \family typewriter
9045 Type\InsetSpace ~
9046 3
9047 \family default
9048  in PostScript- and PDF-documents.
9049 \end_layout
9050
9051 \begin_layout Standard
9052 The result of all this, is that bitmap fonts are best for the size they
9053  are designed for, while scalable fonts are good for nearly all sizes.
9054  So one need less font size definitions for scalable fonts.
9055  That's the reason why nearly all text render and typesetting programs use
9056  scalable fonts.
9057 \end_layout
9058
9059 \begin_layout Standard
9060 To test which fonts are used in a PDF-document, you can have a look into
9061  its document properties.
9062 \end_layout
9063
9064 \begin_layout Standard
9065 Many modern typesetting and markup languages have begun to move towards
9066  specifying character styles rather than specifying a particular font.
9067  For example, instead of changing to an italicized version of the current
9068  font to emphasize text, you use an 
9069 \begin_inset Quotes eld
9070 \end_inset
9071
9072 emphasized style
9073 \begin_inset Quotes erd
9074 \end_inset
9075
9076  instead.
9077  This concept fits in perfectly with LyX.
9078  In LyX, you do things based on contexts, rather than focusing on typesetting
9079  details.
9080 \end_layout
9081
9082 \begin_layout Subsection
9083 Document Font and Font size
9084 \begin_inset LatexCommand label
9085 name "sub:Document-Font"
9086
9087 \end_inset
9088
9089
9090 \begin_inset LatexCommand index
9091 name "Font ! Size"
9092
9093 \end_inset
9094
9095
9096 \begin_inset LatexCommand index
9097 name "Document ! Font"
9098
9099 \end_inset
9100
9101
9102 \end_layout
9103
9104 \begin_layout Standard
9105 You can set the document fonts in the
9106 \family sans
9107  Document\SpecialChar \menuseparator
9108 Settings
9109 \family default
9110
9111 \begin_inset LatexCommand index
9112 name "Document ! Settings"
9113
9114 \end_inset
9115
9116  dialog.
9117  There you can specify which font should be used for the three different
9118  font shapes roman (serif), 
9119 \family sans
9120 sans\InsetSpace ~
9121 serif
9122 \family default
9123 , and 
9124 \family typewriter
9125 typewriter
9126 \family default
9127  and its scalings.
9128 \end_layout
9129
9130 \begin_layout Standard
9131 The possible options for the font include 
9132 \family sans
9133 default
9134 \family default
9135  and a list of fonts available on your system.
9136  
9137 \family sans
9138 default
9139 \family default
9140  uses the standard TeX fonts, known as 
9141 \begin_inset Quotes eld
9142 \end_inset
9143
9144
9145 \family typewriter
9146 Computer Modern
9147 \family default
9148
9149 \begin_inset Quotes erd
9150 \end_inset
9151
9152  (
9153 \family typewriter
9154 cm
9155 \family default
9156 ) or 
9157 \begin_inset Quotes eld
9158 \end_inset
9159
9160
9161 \family typewriter
9162 European Computer Modern
9163 \family default
9164
9165 \begin_inset Quotes erd
9166 \end_inset
9167
9168  (
9169 \family typewriter
9170 ec
9171 \family default
9172 ).
9173 \end_layout
9174
9175 \begin_layout Standard
9176 As 
9177 \family typewriter
9178 cm
9179 \family default
9180  and 
9181 \family typewriter
9182 ec
9183 \family default
9184  are bitmap fonts, they often looks pixeled in PDF output, especially when
9185  you read the PDF in a zoomed size.
9186 \begin_inset Foot
9187 status collapsed
9188
9189 \begin_layout Standard
9190 This problem doesn't appear if you read PDFs in 
9191 \family typewriter
9192 Adobe\InsetSpace ~
9193 Reader
9194 \family default
9195  version 6 or later, because this program includes a special bitmap font
9196  renderer.
9197 \end_layout
9198
9199 \end_inset
9200
9201  To get rid of pixeled fonts, you have to use a vector font.
9202  There are three ways to use one:
9203 \end_layout
9204
9205 \begin_layout Itemize
9206 One way is to use the 
9207 \family typewriter
9208 AE
9209 \family default
9210  fonts.
9211  
9212 \family typewriter
9213 AE
9214 \family default
9215  is a virtual font.
9216  Virtual means that it 
9217 \begin_inset Quotes eld
9218 \end_inset
9219
9220 steals
9221 \begin_inset Quotes erd
9222 \end_inset
9223
9224  outline 
9225 \family typewriter
9226 cm
9227 \family default
9228 -glyphs from other fonts.
9229  This has the disadvantage that some characters are missing, like the French
9230  guillemets (
9231 \begin_inset Quotes eld
9232 \end_inset
9233
9234 «
9235 \begin_inset Quotes erd
9236 \end_inset
9237
9238  and 
9239 \begin_inset Quotes eld
9240 \end_inset
9241
9242 »
9243 \begin_inset Quotes erd
9244 \end_inset
9245
9246 )
9247 \begin_inset Foot
9248 status collapsed
9249
9250 \begin_layout Standard
9251 Loading the LaTeX-package 
9252 \series bold
9253 aeguill
9254 \begin_inset LatexCommand index
9255 name "LaTeX-packages ! aeguill"
9256
9257 \end_inset
9258
9259
9260 \series default
9261  with the document preamble line
9262 \end_layout
9263
9264 \begin_layout Standard
9265
9266 \series bold
9267
9268 \backslash
9269 usepackage[ec]{aeguill}
9270 \end_layout
9271
9272 \begin_layout Standard
9273 will fix the guillemet problem.
9274 \end_layout
9275
9276 \end_inset
9277
9278  and that accented characters are not 
9279 \emph on
9280 one
9281 \emph default
9282  glyph, they are build of 
9283 \emph on
9284 two
9285 \emph default
9286  characters, the accent and the letter.
9287  Therefore you can't search in documents using the 
9288 \family typewriter
9289 AE
9290 \family default
9291  fonts for words with accented characters.
9292  If you search for example for the French word 
9293 \begin_inset Quotes eld
9294 \end_inset
9295
9296 rève
9297 \begin_inset Quotes erd
9298 \end_inset
9299
9300  in a PDF, you won't get any result, because the PDF-viewer searches for
9301  the glyph 
9302 \begin_inset Quotes eld
9303 \end_inset
9304
9305  è 
9306 \begin_inset Quotes erd
9307 \end_inset
9308
9309  and not for the glyph 
9310 \begin_inset Quotes eld
9311 \end_inset
9312
9313  e + 
9314 \begin_inset ERT
9315 status collapsed
9316
9317 \begin_layout Standard
9318
9319
9320 \backslash
9321 `{}
9322 \end_layout
9323
9324 \end_inset
9325
9326  
9327 \begin_inset Quotes erd
9328 \end_inset
9329
9330 .
9331 \begin_inset Note Note
9332 status collapsed
9333
9334 \begin_layout Standard
9335 The LaTeX command 
9336 \series bold
9337
9338 \backslash
9339 `
9340 \series default
9341  produces a grave.
9342  The two braces behind the command prevents the following quotation mark
9343  to be accented with the grave.
9344 \newline
9345 More about ERT and LaTeX-commands is described
9346  in section\InsetSpace ~
9347
9348 \begin_inset LatexCommand ref
9349 reference "sec:ERT"
9350
9351 \end_inset
9352
9353 .
9354 \end_layout
9355
9356 \end_inset
9357
9358
9359 \end_layout
9360
9361 \begin_layout Itemize
9362 Another possibility is to use three different outline fonts
9363 \begin_inset Foot
9364 status collapsed
9365
9366 \begin_layout Standard
9367 Other fonts, like 
9368 \family typewriter
9369 Latin Modern
9370 \family default
9371  or 
9372 \family typewriter
9373 Computer Modern
9374 \family default
9375 , consists of these three main font types 
9376 \family sans
9377 sans\InsetSpace ~
9378 serif
9379 \family default
9380
9381 \family sans
9382 typewriter
9383 \family default
9384 , and 
9385 \family sans
9386 serif
9387 \family default
9388 .
9389 \end_layout
9390
9391 \end_inset
9392
9393
9394 \family sans
9395 Times\InsetSpace ~
9396 Roman
9397 \family default
9398  as roman font,
9399 \family sans
9400  Helvetica
9401 \family default
9402  scaled to 92 or 95\InsetSpace \thinspace{}
9403 % as sans\InsetSpace ~
9404 serif font, and 
9405 \family sans
9406 courier
9407 \family default
9408  as typewriter font.
9409 \newline
9410 The differences between roman, 
9411 \family sans
9412 sans\InsetSpace ~
9413 serif
9414 \family default
9415 , and 
9416 \family typewriter
9417 typewriter
9418 \family default
9419  fonts are explained in section\InsetSpace ~
9420
9421 \begin_inset LatexCommand ref
9422 reference "sub:Fine-Tuning-with-the"
9423
9424 \end_inset
9425
9426 .
9427 \newline
9428 The font 
9429 \family sans
9430 Times\InsetSpace ~
9431 Roman
9432 \family default
9433  was originally designed for newspapers.
9434  That means its glyphs are smaller than the one from other fonts to fit
9435  into the small newspaper columns.
9436  Therefore 
9437 \family sans
9438 Times\InsetSpace ~
9439 Roman
9440 \family default
9441  is not the optimal choice for larger documents like books.
9442 \end_layout
9443
9444 \begin_layout Itemize
9445 The best solution is to use the 
9446 \family typewriter
9447 Latin Modern
9448 \family default
9449  fonts.
9450  These fonts are developed in order of the LaTeX community to replace 
9451 \family typewriter
9452 cm
9453 \family default
9454  as default font.
9455 \end_layout
9456
9457 \begin_layout Standard
9458 \begin_inset VSpace bigskip
9459 \end_inset
9460
9461 For the font size there are four possible values: 
9462 \family sans
9463 default, 10
9464 \family default
9465
9466 \family sans
9467 11
9468 \family default
9469 , and 
9470 \family sans
9471 12
9472 \family default
9473 .
9474  The size of 
9475 \family sans
9476 default
9477 \family default
9478  depends on your LaTeX-system, normally it is equal to the font size 10.
9479 \end_layout
9480
9481 \begin_layout Standard
9482 The font sizes are the 
9483 \emph on
9484 base size
9485 \emph default
9486 .
9487  LyX actually scales all other possible font sizes (such as those used in
9488  footnotes, super-, and subscripts) by this value.
9489  You can fine-tune the font size of text parts via the 
9490 \family sans
9491 Text\InsetSpace ~
9492 Style
9493 \family default
9494  dialog if needed.
9495  The possible font sizes for text parts are explained in section\InsetSpace ~
9496
9497 \begin_inset LatexCommand ref
9498 reference "sub:Fine-Tuning-with-the"
9499
9500 \end_inset
9501
9502 .
9503 \end_layout
9504
9505 \begin_layout Standard
9506 \begin_inset VSpace bigskip
9507 \end_inset
9508
9509
9510 \begin_inset Note Greyedout
9511 status open
9512
9513 \begin_layout Standard
9514
9515 \series bold
9516 Note:
9517 \series default
9518  When you choose a new font or font size, LyX does 
9519 \emph on
9520 not
9521 \emph default
9522  change the screen font! You will only see a difference in the printed output;
9523  this is part of the WYSIWYM concept.
9524  LyX's screen fonts can be adjusted in the 
9525 \family sans
9526 Tools\SpecialChar \menuseparator
9527 Preferences
9528 \family default
9529  dialog, see section\InsetSpace ~
9530
9531 \begin_inset LatexCommand ref
9532 reference "sub:Screen-Fonts"
9533
9534 \end_inset
9535
9536 .
9537 \end_layout
9538
9539 \end_inset
9540
9541
9542 \end_layout
9543
9544 \begin_layout Subsection
9545 \begin_inset LatexCommand label
9546 name "sub:Character-Styles"
9547
9548 \end_inset
9549
9550 Using Different Character Styles
9551 \begin_inset LatexCommand index
9552 name "Character Styles"
9553
9554 \end_inset
9555
9556
9557 \begin_inset LatexCommand index
9558 name "Text Style"
9559
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \begin_layout Standard
9566 As we've already seen, LyX automatically changes the character style for
9567  certain paragraph environments.
9568  LyX supports two character styles, 
9569 \family sans
9570 Emphasized
9571 \family default
9572  and 
9573 \family sans
9574 Noun
9575 \family default
9576 .
9577  You can activate both of these styles via keybindings, the menus, and the
9578  toolbar.
9579 \end_layout
9580
9581 \begin_layout Standard
9582 To activate the 
9583 \family sans
9584 Noun
9585 \family default
9586  style, do one of the following:
9587 \end_layout
9588
9589 \begin_layout Itemize
9590 click on the toolbar button 
9591 \begin_inset Graphics
9592         filename ../images/font-noun.png
9593         inzipName 
9594         embed true
9595
9596 \end_inset
9597
9598
9599 \end_layout
9600
9601 \begin_layout Itemize
9602 use the keybinding 
9603 \family sans
9604 M-c\InsetSpace ~
9605 c
9606 \end_layout
9607
9608 \begin_layout Standard
9609 These commands are all toggles.
9610  That is, if 
9611 \family sans
9612 Noun
9613 \family default
9614  style is already active, they deactivate it.
9615 \end_layout
9616
9617 \begin_layout Standard
9618 One typically uses the 
9619 \family sans
9620 Noun
9621 \family default
9622  style for proper names.
9623  For example: 
9624 \begin_inset Quotes eld
9625 \end_inset
9626
9627
9628 \noun on
9629 Matthias Ettrich
9630 \noun default
9631  is the original author of LyX.
9632 \begin_inset Quotes erd
9633 \end_inset
9634
9635
9636 \end_layout
9637
9638 \begin_layout Standard
9639 A more widely used character style is the 
9640 \family sans
9641 Emphasized
9642 \family default
9643  style.
9644  You can activate (or deactivate - it's also a toggle) the 
9645 \family sans
9646 Emphasized
9647 \family default
9648  style by:
9649 \end_layout
9650
9651 \begin_layout Itemize
9652 clicking on the toolbar button 
9653 \begin_inset Graphics
9654         filename ../images/font-emph.png
9655         inzipName 
9656         embed false
9657
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \begin_layout Itemize
9664 using the keybindings 
9665 \family sans
9666 M-c\InsetSpace ~
9667 e
9668 \end_layout
9669
9670 \begin_layout Standard
9671 Normally the 
9672 \family sans
9673 Emphasized
9674 \family default
9675  style is equivalent to an italic font but some document classes or LaTeX-packag
9676 es use a different font.
9677 \end_layout
9678
9679 \begin_layout Standard
9680 We've been using the 
9681 \family sans
9682 Emphasized
9683 \family default
9684  style all over the place in this document.
9685  Here's one more example:
9686 \end_layout
9687
9688 \begin_layout Quotation
9689
9690 \emph on
9691 Don't overuse character styles!
9692 \end_layout
9693
9694 \begin_layout Standard
9695 It's also a warning in addition to an example.
9696  One's writing should parallel ordinary conversation.
9697  Since we don't all constantly scream at each other, we should also avoid
9698  the common tendency to overuse character style.
9699  
9700 \end_layout
9701
9702 \begin_layout Standard
9703 You can always reset to the default font using the keybinding 
9704 \family sans
9705 M-c\InsetSpace ~
9706 Space
9707 \family default
9708  or the dialog 
9709 \family sans
9710 Edit\SpecialChar \menuseparator
9711 Text\InsetSpace ~
9712 Style
9713 \family default
9714 .
9715 \end_layout
9716
9717 \begin_layout Subsection
9718 Fine-Tuning with the 
9719 \family sans
9720 Text Style
9721 \family default
9722  dialog
9723 \begin_inset LatexCommand label
9724 name "sub:Fine-Tuning-with-the"
9725
9726 \end_inset
9727
9728
9729 \begin_inset LatexCommand index
9730 name "Text Style"
9731
9732 \end_inset
9733
9734
9735 \end_layout
9736
9737 \begin_layout Standard
9738 There are always occasions when you'll need to do some fine-tuning, so LyX
9739  gives you a way to create custom character style.
9740  For example, an academic journal or a corporation may have a style sheet
9741  requiring a sans-serif font be used in certain situations.
9742  Also, writers sometimes use a different font to offset a character's thoughts
9743  from ordinary dialog.
9744 \end_layout
9745
9746 \begin_layout Standard
9747 Before we document how to use custom character style, we want to issue a
9748  warning yet again: Don't overuse character styles! 
9749 \newline
9750 Documents that overuse
9751  different fonts and sizes are not well readable and tend to look like someone
9752  has knocked huge holes in it.
9753 \end_layout
9754
9755 \begin_layout Standard
9756 To use custom character styles, open the 
9757 \family sans
9758 Edit\SpecialChar \menuseparator
9759 Text\InsetSpace ~
9760 Style
9761 \family default
9762  dialog.
9763  There are several boxes on this dialog, each corresponding to a different
9764  font property which you can choose.
9765  You can choose an option for one of these properties, or select 
9766 \family sans
9767 No\InsetSpace ~
9768 change
9769 \family default
9770 , which keeps the current state of that property.
9771  The item 
9772 \family sans
9773 Reset
9774 \family default
9775  will reset the property to whatever is the default.
9776  You can use this to reset attributes across a bunch of different paragraph
9777  environments in a snap.
9778 \end_layout
9779
9780 \begin_layout Standard
9781 The font properties, and their options (in addition to 
9782 \family sans
9783 No\InsetSpace ~
9784 change
9785 \family default
9786  and 
9787 \family sans
9788 Reset
9789 \family default
9790 ) are:
9791 \end_layout
9792
9793 \begin_layout Labeling
9794 \labelwidthstring 00.00.0000
9795
9796 \family sans
9797 Family
9798 \family default
9799  The 
9800 \begin_inset Quotes eld
9801 \end_inset
9802
9803 overall look
9804 \begin_inset Quotes erd
9805 \end_inset
9806
9807  of the font.
9808  The possible options are:
9809 \end_layout
9810
9811 \begin_deeper
9812 \begin_layout Labeling
9813 \labelwidthstring 00.00.0000
9814
9815 \family sans
9816 Roman
9817 \family default
9818  This is the Roman font family.
9819  Normally a serif font.
9820  It's also the default family.
9821  (keybinding 
9822 \begin_inset ERT
9823 status collapsed
9824
9825 \begin_layout Standard
9826
9827
9828 \backslash
9829 mbox{
9830 \end_layout
9831
9832 \end_inset
9833
9834
9835 \family sans
9836 M-c\InsetSpace ~
9837 r
9838 \family default
9839
9840 \begin_inset ERT
9841 status collapsed
9842
9843 \begin_layout Standard
9844
9845 }
9846 \end_layout
9847
9848 \end_inset
9849
9850 )
9851 \begin_inset Note Note
9852 status collapsed
9853
9854 \begin_layout Standard
9855 The LaTeX-command prevents text to be broken at the end of a line.
9856  It is explained in section\InsetSpace ~
9857
9858 \begin_inset LatexCommand ref
9859 reference "sub:Hyphenation"
9860
9861 \end_inset
9862
9863 .
9864 \end_layout
9865
9866 \end_inset
9867
9868
9869 \end_layout
9870
9871 \begin_layout Labeling
9872 \labelwidthstring 00.00.0000
9873
9874 \family sans
9875 Sans\InsetSpace ~
9876 Serif
9877 \family default
9878  
9879 \family sans
9880 This is the Sans Serif font family.
9881
9882 \family default
9883  (keybinding 
9884 \begin_inset ERT
9885 status collapsed
9886
9887 \begin_layout Standard
9888
9889
9890 \backslash
9891 mbox{
9892 \end_layout
9893
9894 \end_inset
9895
9896
9897 \family sans
9898 M-c\InsetSpace ~
9899 s
9900 \family default
9901
9902 \begin_inset ERT
9903 status collapsed
9904
9905 \begin_layout Standard
9906
9907 }
9908 \end_layout
9909
9910 \end_inset
9911
9912 )
9913 \end_layout
9914
9915 \begin_layout Labeling
9916 \labelwidthstring 00.00.0000
9917
9918 \family sans
9919 Typewriter
9920 \family default
9921  
9922 \family typewriter
9923 This is the Typewriter font family.
9924
9925 \family default
9926  (keybinding 
9927 \begin_inset ERT
9928 status collapsed
9929
9930 \begin_layout Standard
9931
9932
9933 \backslash
9934 mbox{
9935 \end_layout
9936
9937 \end_inset
9938
9939
9940 \family sans
9941 M-c\InsetSpace ~
9942 p
9943 \family default
9944
9945 \begin_inset ERT
9946 status collapsed
9947
9948 \begin_layout Standard
9949
9950 }
9951 \end_layout
9952
9953 \end_inset
9954
9955
9956 \family sans
9957 )
9958 \end_layout
9959
9960 \end_deeper
9961 \begin_layout Labeling
9962 \labelwidthstring 00.00.0000
9963
9964 \family sans
9965 Series
9966 \family default
9967  This corresponds to the print weight.
9968  Options are:
9969 \end_layout
9970
9971 \begin_deeper
9972 \begin_layout Labeling
9973 \labelwidthstring 00.00.0000
9974
9975 \family sans
9976 Medium
9977 \family default
9978  This is the Medium font series.
9979  It's also the default series.
9980 \end_layout
9981
9982 \begin_layout Labeling
9983 \labelwidthstring 00.00.0000
9984
9985 \family sans
9986 Bold
9987 \family default
9988  
9989 \series bold
9990 This is the Bold font series.
9991
9992 \series default
9993  (keybinding 
9994 \begin_inset ERT
9995 status collapsed
9996
9997 \begin_layout Standard
9998
9999
10000 \backslash
10001 mbox{
10002 \end_layout
10003
10004 \end_inset
10005
10006
10007 \family sans
10008 M-c\InsetSpace ~
10009 b
10010 \family default
10011
10012 \begin_inset ERT
10013 status collapsed
10014
10015 \begin_layout Standard
10016
10017 }
10018 \end_layout
10019
10020 \end_inset
10021
10022 )
10023 \end_layout
10024
10025 \end_deeper
10026 \begin_layout Labeling
10027 \labelwidthstring 00.00.0000
10028
10029 \family sans
10030 Shape
10031 \family default
10032  As the name implies.
10033  Options are:
10034 \end_layout
10035
10036 \begin_deeper
10037 \begin_layout Labeling
10038 \labelwidthstring 00.00.0000
10039
10040 \family sans
10041 Upright
10042 \family default
10043  This is the Upright font shape.
10044  It's also the default shape.
10045 \end_layout
10046
10047 \begin_layout Labeling
10048 \labelwidthstring 00.00.0000
10049
10050 \family sans
10051 Italic
10052 \family default
10053  
10054 \shape italic
10055 This
10056 \shape default
10057  
10058 \family sans
10059 \shape italic
10060 i
10061 \family default
10062 s the Italic font shape
10063 \shape default
10064 \emph on
10065 .
10066 \end_layout
10067
10068 \begin_layout Labeling
10069 \labelwidthstring 00.00.0000
10070
10071 \family sans
10072 Slanted
10073 \family default
10074  
10075 \shape slanted
10076 This is the Slanted font shape
10077 \shape default
10078  (although it might not be visible in LyX, this is different from italic).
10079 \end_layout
10080
10081 \begin_layout Labeling
10082 \labelwidthstring 00.00.0000
10083
10084 \family sans
10085 Small\InsetSpace ~
10086 Caps
10087 \family default
10088  
10089 \shape smallcaps
10090 This is the Small caps font shape
10091 \shape default
10092 \noun on
10093 .
10094 \end_layout
10095
10096 \end_deeper
10097 \begin_layout Labeling
10098 \labelwidthstring 00.00.0000
10099
10100 \family sans
10101 Size
10102 \family default
10103  Alters the size of the font.
10104  You'll find no numerical values here; all possible sizes are actually proportio
10105 nal to the document font size.
10106  Once again, you don't feed LyX the details, but a general description of
10107  what you want to do.
10108  The options are:
10109 \end_layout
10110
10111 \begin_deeper
10112 \begin_layout Labeling
10113 \labelwidthstring 00.00.0000
10114
10115 \family sans
10116 Tiny
10117 \family default
10118  
10119 \size tiny
10120 This is the 
10121 \begin_inset Quotes eld
10122 \end_inset
10123
10124 Tiny
10125 \begin_inset Quotes erd
10126 \end_inset
10127
10128  font size.
10129
10130 \size default
10131  (keybinding 
10132 \begin_inset ERT
10133 status collapsed
10134
10135 \begin_layout Standard
10136
10137
10138 \backslash
10139 mbox{
10140 \end_layout
10141
10142 \end_inset
10143
10144
10145 \family sans
10146 M-s\InsetSpace ~
10147 t
10148 \family default
10149
10150 \begin_inset ERT
10151 status collapsed
10152
10153 \begin_layout Standard
10154
10155 }
10156 \end_layout
10157
10158 \end_inset
10159
10160  or 
10161 \begin_inset ERT
10162 status collapsed
10163
10164 \begin_layout Standard
10165
10166
10167 \backslash
10168 mbox{
10169 \end_layout
10170
10171 \end_inset
10172
10173
10174 \family sans
10175 M-s\InsetSpace ~
10176 1
10177 \family default
10178
10179 \begin_inset ERT
10180 status collapsed
10181
10182 \begin_layout Standard
10183
10184 }
10185 \end_layout
10186
10187 \end_inset
10188
10189 )
10190 \end_layout
10191
10192 \begin_layout Labeling
10193 \labelwidthstring 00.00.0000
10194
10195 \family sans
10196 Smallest
10197 \family default
10198  
10199 \size scriptsize
10200 This is the 
10201 \begin_inset Quotes eld
10202 \end_inset
10203
10204 Smallest
10205 \begin_inset Quotes erd
10206 \end_inset
10207
10208  font size
10209 \size default
10210 .
10211  (keybinding 
10212 \begin_inset ERT
10213 status collapsed
10214
10215 \begin_layout Standard
10216
10217
10218 \backslash
10219 mbox{
10220 \end_layout
10221
10222 \end_inset
10223
10224
10225 \family sans
10226 M-s\InsetSpace ~
10227
10228 \family default
10229 2
10230 \begin_inset ERT
10231 status collapsed
10232
10233 \begin_layout Standard
10234
10235 }
10236 \end_layout
10237
10238 \end_inset
10239
10240 )
10241 \end_layout
10242
10243 \begin_layout Labeling
10244 \labelwidthstring 00.00.0000
10245
10246 \family sans
10247 Smaller
10248 \family default
10249  
10250 \size footnotesize
10251 This is the 
10252 \begin_inset Quotes eld
10253 \end_inset
10254
10255 Smaller
10256 \begin_inset Quotes erd
10257 \end_inset
10258
10259  font size.
10260
10261 \size default
10262  (keybinding 
10263 \begin_inset ERT
10264 status collapsed
10265
10266 \begin_layout Standard
10267
10268
10269 \backslash
10270 mbox{
10271 \end_layout
10272
10273 \end_inset
10274
10275
10276 \family sans
10277 M-s\InsetSpace ~
10278 S
10279 \family default
10280
10281 \begin_inset ERT
10282 status collapsed
10283
10284 \begin_layout Standard
10285
10286 }
10287 \end_layout
10288
10289 \end_inset
10290
10291  or 
10292 \begin_inset ERT
10293 status collapsed
10294
10295 \begin_layout Standard
10296
10297
10298 \backslash
10299 mbox{
10300 \end_layout
10301
10302 \end_inset
10303
10304
10305 \family sans
10306 M-s\InsetSpace ~
10307
10308 \family default
10309 3
10310 \begin_inset ERT
10311 status collapsed
10312
10313 \begin_layout Standard
10314
10315 }
10316 \end_layout
10317
10318 \end_inset
10319
10320 )
10321 \end_layout
10322
10323 \begin_layout Labeling
10324 \labelwidthstring 00.00.0000
10325
10326 \family sans
10327 Small
10328 \family default
10329  
10330 \size small
10331 This is the 
10332 \begin_inset Quotes eld
10333 \end_inset
10334
10335 Small
10336 \begin_inset Quotes erd
10337 \end_inset
10338
10339  font size.
10340
10341 \size default
10342  (keybinding 
10343 \begin_inset ERT
10344 status collapsed
10345
10346 \begin_layout Standard
10347
10348
10349 \backslash
10350 mbox{
10351 \end_layout
10352
10353 \end_inset
10354
10355
10356 \family sans
10357 M-s\InsetSpace ~
10358 s
10359 \family default
10360
10361 \begin_inset ERT
10362 status collapsed
10363
10364 \begin_layout Standard
10365
10366 }
10367 \end_layout
10368
10369 \end_inset
10370
10371  or 
10372 \begin_inset ERT
10373 status collapsed
10374
10375 \begin_layout Standard
10376
10377
10378 \backslash
10379 mbox{
10380 \end_layout
10381
10382 \end_inset
10383
10384
10385 \family sans
10386 M-s\InsetSpace ~
10387
10388 \family default
10389 4
10390 \begin_inset ERT
10391 status collapsed
10392
10393 \begin_layout Standard
10394
10395 }
10396 \end_layout
10397
10398 \end_inset
10399
10400 )
10401 \end_layout
10402
10403 \begin_layout Labeling
10404 \labelwidthstring 00.00.0000
10405
10406 \family sans
10407 Normal
10408 \family default
10409  This is the 
10410 \begin_inset Quotes eld
10411 \end_inset
10412
10413 Normal
10414 \begin_inset Quotes erd
10415 \end_inset
10416
10417  font size.
10418  It's also the default size.
10419  (keybinding 
10420 \begin_inset ERT
10421 status collapsed
10422
10423 \begin_layout Standard
10424
10425
10426 \backslash
10427 mbox{
10428 \end_layout
10429
10430 \end_inset
10431
10432
10433 \family sans
10434 M-s\InsetSpace ~
10435 n
10436 \family default
10437
10438 \begin_inset ERT
10439 status collapsed
10440
10441 \begin_layout Standard
10442
10443 }
10444 \end_layout
10445
10446 \end_inset
10447
10448  or 
10449 \begin_inset ERT
10450 status collapsed
10451
10452 \begin_layout Standard
10453
10454
10455 \backslash
10456 mbox{
10457 \end_layout
10458
10459 \end_inset
10460
10461
10462 \family sans
10463 M-s\InsetSpace ~
10464
10465 \family default
10466 5
10467 \begin_inset ERT
10468 status collapsed
10469
10470 \begin_layout Standard
10471
10472 }
10473 \end_layout
10474
10475 \end_inset
10476
10477 )
10478 \end_layout
10479
10480 \begin_layout Labeling
10481 \labelwidthstring 00.00.0000
10482
10483 \family sans
10484 Large
10485 \family default
10486  
10487 \size large
10488 This is the 
10489 \begin_inset Quotes eld
10490 \end_inset
10491
10492 Large
10493 \begin_inset Quotes erd
10494 \end_inset
10495
10496  font size.
10497
10498 \size default
10499  (keybinding 
10500 \begin_inset ERT
10501 status collapsed
10502
10503 \begin_layout Standard
10504
10505
10506 \backslash
10507 mbox{
10508 \end_layout
10509
10510 \end_inset
10511
10512
10513 \family sans
10514 M-s\InsetSpace ~
10515 l
10516 \family default
10517
10518 \begin_inset ERT
10519 status collapsed
10520
10521 \begin_layout Standard
10522
10523 }
10524 \end_layout
10525
10526 \end_inset
10527
10528  or 
10529 \begin_inset ERT
10530 status collapsed
10531
10532 \begin_layout Standard
10533
10534
10535 \backslash
10536 mbox{
10537 \end_layout
10538
10539 \end_inset
10540
10541
10542 \family sans
10543 M-s\InsetSpace ~
10544
10545 \family default
10546 6
10547 \begin_inset ERT
10548 status collapsed
10549
10550 \begin_layout Standard
10551
10552 }
10553 \end_layout
10554
10555 \end_inset
10556
10557 )
10558 \end_layout
10559
10560 \begin_layout Labeling
10561 \labelwidthstring 00.00.0000
10562
10563 \family sans
10564 Larger
10565 \family default
10566  
10567 \size larger
10568 This is the 
10569 \begin_inset Quotes eld
10570 \end_inset
10571
10572 Larger
10573 \begin_inset Quotes erd
10574 \end_inset
10575
10576  font size.
10577
10578 \size default
10579  (keybinding 
10580 \begin_inset ERT
10581 status collapsed
10582
10583 \begin_layout Standard
10584
10585
10586 \backslash
10587 mbox{
10588 \end_layout
10589
10590 \end_inset
10591
10592
10593 \family sans
10594 M-s\InsetSpace ~
10595 S-L
10596 \family default
10597
10598 \begin_inset ERT
10599 status collapsed
10600
10601 \begin_layout Standard
10602
10603 }
10604 \end_layout
10605
10606 \end_inset
10607
10608  or 
10609 \begin_inset ERT
10610 status collapsed
10611
10612 \begin_layout Standard
10613
10614
10615 \backslash
10616 mbox{
10617 \end_layout
10618
10619 \end_inset
10620
10621
10622 \family sans
10623 M-s\InsetSpace ~
10624
10625 \family default
10626 7
10627 \begin_inset ERT
10628 status collapsed
10629
10630 \begin_layout Standard
10631
10632 }
10633 \end_layout
10634
10635 \end_inset
10636
10637 )
10638 \end_layout
10639
10640 \begin_layout Labeling
10641 \labelwidthstring 00.00.0000
10642
10643 \family sans
10644 Largest
10645 \family default
10646  
10647 \size largest
10648 This is the 
10649 \begin_inset Quotes eld
10650 \end_inset
10651
10652 Largest
10653 \begin_inset Quotes erd
10654 \end_inset
10655
10656  font size.
10657
10658 \size default
10659  (keybinding 
10660 \begin_inset ERT
10661 status collapsed
10662
10663 \begin_layout Standard
10664
10665
10666 \backslash
10667 mbox{
10668 \end_layout
10669
10670 \end_inset
10671
10672
10673 \family sans
10674 M-s\InsetSpace ~
10675
10676 \family default
10677 8
10678 \begin_inset ERT
10679 status collapsed
10680
10681 \begin_layout Standard
10682
10683 }
10684 \end_layout
10685
10686 \end_inset
10687
10688 )
10689 \end_layout
10690
10691 \begin_layout Labeling
10692 \labelwidthstring 00.00.0000
10693
10694 \family sans
10695 Huge
10696 \family default
10697  
10698 \size huge
10699 This is the 
10700 \begin_inset Quotes eld
10701 \end_inset
10702
10703 Huge
10704 \begin_inset Quotes erd
10705 \end_inset
10706
10707  font size.
10708
10709 \size default
10710  (keybinding 
10711 \begin_inset ERT
10712 status collapsed
10713
10714 \begin_layout Standard
10715
10716
10717 \backslash
10718 mbox{
10719 \end_layout
10720
10721 \end_inset
10722
10723
10724 \family sans
10725 M-s\InsetSpace ~
10726 h
10727 \family default
10728
10729 \begin_inset ERT
10730 status collapsed
10731
10732 \begin_layout Standard
10733
10734 }
10735 \end_layout
10736
10737 \end_inset
10738
10739  or 
10740 \begin_inset ERT
10741 status collapsed
10742
10743 \begin_layout Standard
10744
10745
10746 \backslash
10747 mbox{
10748 \end_layout
10749
10750 \end_inset
10751
10752
10753 \family sans
10754 M-s\InsetSpace ~
10755
10756 \family default
10757 9
10758 \begin_inset ERT
10759 status collapsed
10760
10761 \begin_layout Standard
10762
10763 }
10764 \end_layout
10765
10766 \end_inset
10767
10768 )
10769 \end_layout
10770
10771 \begin_layout Labeling
10772 \labelwidthstring 00.00.0000
10773
10774 \family sans
10775 Huger
10776 \family default
10777  
10778 \size giant
10779 This is the 
10780 \begin_inset Quotes eld
10781 \end_inset
10782
10783 Huger
10784 \begin_inset Quotes erd
10785 \end_inset
10786
10787  font size.
10788
10789 \size default
10790  (keybinding 
10791 \begin_inset ERT
10792 status collapsed
10793
10794 \begin_layout Standard
10795
10796
10797 \backslash
10798 mbox{
10799 \end_layout
10800
10801 \end_inset
10802
10803
10804 \family sans
10805 M-s\InsetSpace ~
10806 H
10807 \family default
10808
10809 \begin_inset ERT
10810 status collapsed
10811
10812 \begin_layout Standard
10813
10814 }
10815 \end_layout
10816
10817 \end_inset
10818
10819  or 
10820 \begin_inset ERT
10821 status collapsed
10822
10823 \begin_layout Standard
10824
10825
10826 \backslash
10827 mbox{
10828 \end_layout
10829
10830 \end_inset
10831
10832
10833 \family sans
10834 M-s\InsetSpace ~
10835
10836 \family default
10837 0
10838 \begin_inset ERT
10839 status collapsed
10840
10841 \begin_layout Standard
10842
10843 }
10844 \end_layout
10845
10846 \end_inset
10847
10848 )
10849 \end_layout
10850
10851 \end_deeper
10852 \begin_layout Standard
10853 We'll warn you 
10854 \emph on
10855 yet again
10856 \emph default
10857 : don't go crazy with this feature.
10858  You should almost never need to change the font size.
10859  LyX automatically changes the font size for different paragraph environments
10860  - use that instead.
10861  This is here for fine-tuning only!
10862 \end_layout
10863
10864 \begin_layout Labeling
10865 \labelwidthstring 00.00.0000
10866
10867 \family sans
10868 Misc
10869 \family default
10870  Here you can change a few other things at the character level.
10871  Options are:
10872 \end_layout
10873
10874 \begin_deeper
10875 \begin_layout Labeling
10876 \labelwidthstring 00.00.0000
10877
10878 \family sans
10879 Emph
10880 \family default
10881  
10882 \emph on
10883 This is text with emphasize on
10884 \emph default
10885 .
10886  This might seem like the same as 
10887 \shape italic
10888 Italic
10889 \shape default
10890 , but it is actually a bit different.
10891  Emphasized is a 
10892 \emph on
10893 logical
10894 \emph default
10895  attribute.
10896  That means every document class can define its own font used for emphasized
10897  text.
10898  Normally this font is equal to italic.
10899 \end_layout
10900
10901 \begin_layout Labeling
10902 \labelwidthstring 00.00.0000
10903
10904 \family sans
10905 Underbar
10906 \family default
10907  
10908 \bar under
10909 This is text with Underbar on.
10910
10911 \bar default
10912  (keybinding 
10913 \begin_inset ERT
10914 status collapsed
10915
10916 \begin_layout Standard
10917
10918
10919 \backslash
10920 mbox{
10921 \end_layout
10922
10923 \end_inset
10924
10925
10926 \family sans
10927 M-c\InsetSpace ~
10928 u
10929 \family default
10930
10931 \begin_inset ERT
10932 status collapsed
10933
10934 \begin_layout Standard
10935
10936 }
10937 \end_layout
10938
10939 \end_inset
10940
10941
10942 \family sans
10943 )
10944 \newline
10945
10946 \family default
10947 Avoid using underbar if you can! It's a holdover from the typewriter days,
10948  when you couldn't change fonts.
10949  We no longer need to emphasize text by underscoring characters.
10950  It's only included in LyX because some people 
10951 \emph on
10952 may
10953 \emph default
10954  need it in order to follow style sheets for journal submissions.
10955 \end_layout
10956
10957 \begin_layout Labeling
10958 \labelwidthstring 00.00.0000
10959
10960 \family sans
10961 Noun
10962 \family default
10963  
10964 \noun on
10965 This is text with Noun on.
10966
10967 \noun default
10968  Like 
10969 \family sans
10970 Emph
10971 \family default
10972 , this is a logical attribute.
10973  Normally it's equivalent to 
10974 \family sans
10975 Small\InsetSpace ~
10976 Caps
10977 \family default
10978 .
10979 \end_layout
10980
10981 \end_deeper
10982 \begin_layout Labeling
10983 \labelwidthstring 00.00.0000
10984
10985 \family sans
10986 Color
10987 \family default
10988  You can adjust the color of the text with this control.
10989  Notice that not all dvi-viewers are are able to display colors.
10990  Besides 
10991 \family sans
10992 No\InsetSpace ~
10993 color
10994 \family default
10995 , which is the default 
10996 \begin_inset Quotes eld
10997 \end_inset
10998
10999 color
11000 \begin_inset Quotes erd
11001 \end_inset
11002
11003  and means normally black, you can choose between 
11004 \family sans
11005 Black
11006 \family default
11007
11008 \family sans
11009 White
11010 \family default
11011
11012 \family sans
11013 Red
11014 \family default
11015
11016 \family sans
11017 Green
11018 \family default
11019
11020 \family sans
11021 Blue
11022 \family default
11023
11024 \family sans
11025 Cyan
11026 \family default
11027
11028 \family sans
11029 Magenta
11030 \family default
11031  and 
11032 \family sans
11033 Yellow
11034 \family default
11035  text.
11036 \begin_inset LatexCommand index
11037 name "Color ! Text"
11038
11039 \end_inset
11040
11041
11042 \end_layout
11043
11044 \begin_layout Labeling
11045 \labelwidthstring 00.00.0000
11046
11047 \family sans
11048 Language
11049 \family default
11050  This is used to mark regions of text as having a different language from
11051  the language of the document.
11052  Text marked in this way will be underlined in blue to indicate the change
11053  (only within LyX).
11054 \end_layout
11055
11056 \begin_layout Standard
11057 So you have a huge number of combinations to choose from.
11058  Once you've chosen a new character style via the 
11059 \family sans
11060 Edit\SpecialChar \menuseparator
11061 Text\InsetSpace ~
11062 Style
11063 \family default
11064  dialog, the settings are saved.
11065  You can activate them using the toolbar button 
11066 \begin_inset Graphics
11067         filename ../images/font-free-apply.png
11068         inzipName 
11069         embed true
11070
11071 \end_inset
11072
11073 .
11074  The button lets you toggle the state of your custom character style even
11075  when the dialog isn't visible.
11076  
11077 \end_layout
11078
11079 \begin_layout Standard
11080 To completely reset the character style to the default, use 
11081 \family sans
11082 M-c\InsetSpace ~
11083 Space
11084 \family default
11085 .
11086  If you want to toggle only those properties that you have just changed
11087  (suppose you just set the shape to 
11088 \begin_inset Quotes eld
11089 \end_inset
11090
11091 slanted
11092 \begin_inset Quotes erd
11093 \end_inset
11094
11095  and the series to 
11096 \begin_inset Quotes eld
11097 \end_inset
11098
11099 bold
11100 \begin_inset Quotes erd
11101 \end_inset
11102
11103 ), set the 
11104 \family sans
11105 Toggle\InsetSpace ~
11106 all
11107 \family default
11108  switch and press 
11109 \family sans
11110 Apply
11111 \family default
11112 .
11113 \end_layout
11114
11115 \begin_layout Standard
11116 You should also know something about the differences between the three main
11117  font types 
11118 \family sans
11119 serif
11120 \family default
11121
11122 \family sans
11123 sans\InsetSpace ~
11124 serif
11125 \family default
11126 , and 
11127 \family sans
11128 typewriter
11129 \family default
11130 :
11131 \end_layout
11132
11133 \begin_layout Itemize
11134
11135 \family sans
11136 Typewriter
11137 \family default
11138  is a so called 
11139 \begin_inset Quotes eld
11140 \end_inset
11141
11142 monospaced
11143 \begin_inset Quotes erd
11144 \end_inset
11145
11146  font, that means every character has the same width, the 
11147 \begin_inset Quotes eld
11148 \end_inset
11149
11150 i
11151 \begin_inset Quotes erd
11152 \end_inset
11153
11154  is as wide as the 
11155 \begin_inset Quotes eld
11156 \end_inset
11157
11158 m
11159 \begin_inset Quotes erd
11160 \end_inset
11161
11162 .
11163  Here is an example
11164 \newline
11165
11166 \begin_inset ERT
11167 status collapsed
11168
11169 \begin_layout Standard
11170
11171
11172 \backslash
11173 phantom{
11174 \end_layout
11175
11176 \end_inset
11177
11178 no 
11179 \begin_inset ERT
11180 status collapsed
11181
11182 \begin_layout Standard
11183
11184 }
11185 \end_layout
11186
11187 \end_inset
11188
11189
11190 \family typewriter
11191 typewriter text
11192 \family default
11193
11194 \begin_inset Note Note
11195 status collapsed
11196
11197 \begin_layout Standard
11198 For more on phantoms see section\InsetSpace ~
11199
11200 \begin_inset LatexCommand ref
11201 reference "sub:Other-space-variants"
11202
11203 \end_inset
11204
11205 .
11206 \end_layout
11207
11208 \end_inset
11209
11210
11211 \newline
11212 no typewriter text
11213 \end_layout
11214
11215 \begin_layout Itemize
11216
11217 \family sans
11218 Serif
11219 \family default
11220  fonts use characters with serifs.
11221  These are the small 
11222 \begin_inset Quotes eld
11223 \end_inset
11224
11225 appendices
11226 \begin_inset Quotes erd
11227 \end_inset
11228
11229  at all ends of of the streaks that form the character.
11230  The following example will show the difference:
11231 \newline
11232 text with serifs
11233 \newline
11234
11235 \family sans
11236 text without serifs
11237 \family default
11238
11239 \newline
11240 Serifs facilitates an easy and fast reading.
11241  They are therefore used as default font (named 
11242 \family sans
11243 roman
11244 \family default
11245 ).
11246 \end_layout
11247
11248 \begin_layout Itemize
11249
11250 \family sans
11251 Sans serif
11252 \family default
11253  don't use serifs.
11254  This font type is therefore often used for headings and short texts.
11255  We use it in this document to highlight menu names.
11256 \end_layout
11257
11258 \begin_layout Standard
11259 We conclude with the same warning once again: Don't overuse the fonts.
11260  They are, more often than not, a kludge and a bad substitute for good writing.
11261 \end_layout
11262
11263 \begin_layout Section
11264 Printing and Previewing
11265 \end_layout
11266
11267 \begin_layout Subsection
11268 Overview
11269 \end_layout
11270
11271 \begin_layout Standard
11272 Now that we've covered some of the basic features of document preparation
11273  using LyX, you probably want to know how to print out your masterpiece.
11274  Before we tell you that, we want to give you a quick explanation of what
11275  goes on behind-the-scenes.
11276  We cover these informations in much greater detail in the 
11277 \emph on
11278 Extended\InsetSpace ~
11279 Features
11280 \emph default
11281  manual as well.
11282 \end_layout
11283
11284 \begin_layout Standard
11285 LyX uses the program LaTeX as its backend.
11286  LaTeX is just a macro package for the TeX typesetting system, but to prevent
11287  confusion, we'll only refer to LaTeX.
11288  LyX is what you use to do your actual writing.
11289  Then, LyX calls LaTeX to turn your writing into printable output.
11290  This happens in two stages:
11291 \end_layout
11292
11293 \begin_layout Enumerate
11294 First, LyX converts your document to a series of text commands for LaTeX,
11295  generating a file with the extension, 
11296 \begin_inset Quotes eld
11297 \end_inset
11298
11299
11300 \family typewriter
11301 .tex
11302 \family default
11303
11304 \begin_inset Quotes erd
11305 \end_inset
11306
11307 .
11308 \end_layout
11309
11310 \begin_layout Enumerate
11311 Next, LaTeX uses the commands in the 
11312 \family typewriter
11313 .tex
11314 \family default
11315  file to produce printable output.
11316  
11317 \end_layout
11318
11319 \begin_layout Subsection
11320 Output file formats
11321 \begin_inset LatexCommand index
11322 name "File formats"
11323
11324 \end_inset
11325
11326
11327 \begin_inset LatexCommand label
11328 name "sub:Output-file-formats"
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Subsubsection
11336 ASCII
11337 \begin_inset LatexCommand index
11338 name "File formats ! ASCII"
11339
11340 \end_inset
11341
11342
11343 \end_layout
11344
11345 \begin_layout Standard
11346 This file type has the extension 
11347 \begin_inset Quotes eld
11348 \end_inset
11349
11350
11351 \family typewriter
11352 .txt
11353 \family default
11354
11355 \begin_inset Quotes erd
11356 \end_inset
11357
11358 .
11359  It contains your document as plain text following the rules of the 
11360 \begin_inset Quotes eld
11361 \end_inset
11362
11363 American Standard Code for Information Interchange
11364 \begin_inset Quotes erd
11365 \end_inset
11366
11367  (ASCII).
11368 \end_layout
11369
11370 \begin_layout Standard
11371 You can export your document to ASCII by the menu 
11372 \family sans
11373 File\SpecialChar \menuseparator
11374 Export\SpecialChar \menuseparator
11375 ASCII
11376 \family default
11377 .
11378 \end_layout
11379
11380 \begin_layout Subsubsection
11381 LaTeX
11382 \begin_inset LatexCommand index
11383 name "File formats ! LaTeX"
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \begin_layout Standard
11391 This file type has the extension 
11392 \begin_inset Quotes eld
11393 \end_inset
11394
11395
11396 \family typewriter
11397 .tex
11398 \family default
11399
11400 \begin_inset Quotes erd
11401 \end_inset
11402
11403  and contains all commands that are necessary for the LaTeX program to process
11404  your document.
11405  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
11406  it manually with console commands.
11407  The LaTeX-file is automatically created in LyX's temporary directory whenever
11408  you view or export your document.
11409 \end_layout
11410
11411 \begin_layout Standard
11412 You can export your document as LaTeX-file using the menu 
11413 \family sans
11414 File\SpecialChar \menuseparator
11415 Export\SpecialChar \menuseparator
11416 LaT
11417 \begin_inset ERT
11418 status collapsed
11419
11420 \begin_layout Standard
11421
11422 {}
11423 \end_layout
11424
11425 \end_inset
11426
11427 eX
11428 \family default
11429 .
11430 \end_layout
11431
11432 \begin_layout Subsubsection
11433 DVI
11434 \begin_inset LatexCommand index
11435 name "File formats ! DVI"
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \begin_layout Standard
11443 This file type has the extension 
11444 \begin_inset Quotes eld
11445 \end_inset
11446
11447
11448 \family typewriter
11449 .dvi
11450 \family default
11451
11452 \begin_inset Quotes erd
11453 \end_inset
11454
11455 .
11456  It is called 
11457 \begin_inset Quotes eld
11458 \end_inset
11459
11460 device-independent
11461 \begin_inset Quotes erd
11462 \end_inset
11463
11464  (DVI), because it is completely portable; you can move them from one machine
11465  to another without needing to do any sort of conversion.
11466  At the time when this file-format was developed, this was no matter of
11467  course.
11468  DVIs are used for quick previews and as pre-stage for other output formats,
11469  like PostScript.
11470 \end_layout
11471
11472 \begin_layout Standard
11473 \begin_inset Note Greyedout
11474 status open
11475
11476 \begin_layout Standard
11477
11478 \series bold
11479 Note:
11480 \series default
11481  The DVI file doesn't contain images, they will only be a linked.
11482  So don't forget to deliver the images together with your DVIs.
11483 \end_layout
11484
11485 \end_inset
11486
11487 This property can also slow down your computer when you view the DVI.
11488  Because the DVI-viewer has to convert the image in the background to make
11489  it visible when you scroll in the DVI.
11490  So we recommend to use PDF for files with many images.
11491 \end_layout
11492
11493 \begin_layout Standard
11494 You can export your document to DVI by the menu 
11495 \family sans
11496 File\SpecialChar \menuseparator
11497 Export\SpecialChar \menuseparator
11498 DVI
11499 \family default
11500 .
11501 \end_layout
11502
11503 \begin_layout Subsubsection
11504 PostScript
11505 \begin_inset LatexCommand index
11506 name "File formats ! PostScript"
11507
11508 \end_inset
11509
11510
11511 \end_layout
11512
11513 \begin_layout Standard
11514 This file type has the extension 
11515 \begin_inset Quotes eld
11516 \end_inset
11517
11518
11519 \family typewriter
11520 .ps
11521 \family default
11522
11523 \begin_inset Quotes erd
11524 \end_inset
11525
11526 .
11527  PostScript was developed by the company 
11528 \family typewriter
11529 Adobe
11530 \family default
11531  as printer language.
11532  The file contains therefore commands that the printer uses to print the
11533  file.
11534  PostScript can be seen as 
11535 \begin_inset Quotes eld
11536 \end_inset
11537
11538 programming language
11539 \begin_inset Quotes erd
11540 \end_inset
11541
11542 ; you can calculate with it and draw diagrams and images.
11543 \begin_inset Foot
11544 status collapsed
11545
11546 \begin_layout Standard
11547 If you are interested to learn more about this, have a look at the LaTeX-package
11548  
11549 \series bold
11550 pstricks
11551 \series default
11552
11553 \begin_inset LatexCommand index
11554 name "LaTeX-packages ! pstricks"
11555
11556 \end_inset
11557
11558 .
11559 \end_layout
11560
11561 \end_inset
11562
11563  Due to this ability, the files are often bigger than PDFs.
11564 \end_layout
11565
11566 \begin_layout Standard
11567 PostScript can only contain images in the format 
11568 \begin_inset Quotes eld
11569 \end_inset
11570
11571 Encapsulated PostScript
11572 \begin_inset Quotes erd
11573 \end_inset
11574
11575  (EPS, file extension 
11576 \begin_inset Quotes eld
11577 \end_inset
11578
11579
11580 \family typewriter
11581 .eps
11582 \family default
11583
11584 \begin_inset Quotes erd
11585 \end_inset
11586
11587 ).
11588  As LyX allows you to use any known image format in your document, it has
11589  to convert them in the background to EPS.
11590  If you have e.g 50 images in your document, LyX has to do 50 conversions
11591  whenever you view or export your document.
11592  This will slow down your workflow with LyX drastically.
11593  So if you plan to use PostScript, you can insert your images directly as
11594  EPS to avoid this problem.
11595 \end_layout
11596
11597 \begin_layout Standard
11598 You can export your document to PostScript using the menu 
11599 \family sans
11600 File\SpecialChar \menuseparator
11601 Export\SpecialChar \menuseparator
11602 PostScript
11603 \family default
11604 .
11605 \end_layout
11606
11607 \begin_layout Subsubsection
11608 PDF
11609 \begin_inset LatexCommand index
11610 name "File formats ! PDF"
11611
11612 \end_inset
11613
11614
11615 \begin_inset LatexCommand index
11616 name "PDF"
11617
11618 \end_inset
11619
11620
11621 \end_layout
11622
11623 \begin_layout Standard
11624 This file type has the extension 
11625 \begin_inset Quotes eld
11626 \end_inset
11627
11628
11629 \family typewriter
11630 .pdf
11631 \family default
11632
11633 \begin_inset Quotes erd
11634 \end_inset
11635
11636 .
11637  The 
11638 \begin_inset Quotes eld
11639 \end_inset
11640
11641 Portable Document Format
11642 \begin_inset Quotes erd
11643 \end_inset
11644
11645  (PDF) is developed by 
11646 \family typewriter
11647 Adobe
11648 \family default
11649  as derivative from PostScript.
11650  It is more compressed and it uses much less commands than PostScript.
11651  As the name 
11652 \begin_inset Quotes eld
11653 \end_inset
11654
11655 portable
11656 \begin_inset Quotes erd
11657 \end_inset
11658
11659  implies, it can be processed at any computer system and the printed output
11660  looks exactly the same.
11661 \end_layout
11662
11663 \begin_layout Standard
11664 PDF can contain images in its own PDF format and in the formats 
11665 \begin_inset Quotes eld
11666 \end_inset
11667
11668 Joint Photographic Experts Group
11669 \begin_inset Quotes erd
11670 \end_inset
11671
11672  (JPG, file extension 
11673 \begin_inset Quotes eld
11674 \end_inset
11675
11676
11677 \family typewriter
11678 .jpg
11679 \family default
11680
11681 \begin_inset Quotes erd
11682 \end_inset
11683
11684  or 
11685 \begin_inset Quotes eld
11686 \end_inset
11687
11688
11689 \family typewriter
11690 .jpeg
11691 \family default
11692
11693 \begin_inset Quotes erd
11694 \end_inset
11695
11696 ) and 
11697 \begin_inset Quotes eld
11698 \end_inset
11699
11700 Portable Network Graphics
11701 \begin_inset Quotes erd
11702 \end_inset
11703
11704  (PNG, file extension 
11705 \begin_inset Quotes eld
11706 \end_inset
11707
11708
11709 \family typewriter
11710 .png
11711 \family default
11712
11713 \begin_inset Quotes erd
11714 \end_inset
11715
11716 ).
11717  You can although use any other image format, because LyX converts them
11718  in the background to one of these formats.
11719  But as described in the section about PostScript, the image conversion
11720  will slow down your workflow.
11721  So we recommend to use images in one of the three mentioned formats.
11722 \end_layout
11723
11724 \begin_layout Standard
11725 You can export your document to PDF via the menu 
11726 \family sans
11727 File\SpecialChar \menuseparator
11728 Export
11729 \family default
11730  in three different ways:
11731 \end_layout
11732
11733 \begin_layout Description
11734 PDF This uses the program 
11735 \family typewriter
11736 ps2pdf
11737 \family default
11738  that creates a PDF from a PostScript-version of your file.
11739  The PostScript-version is produced by the program 
11740 \family typewriter
11741 dvips
11742 \family default
11743  which uses a DVI-version as intermediate step.
11744  So this export variant consist of three conversions.
11745 \end_layout
11746
11747 \begin_layout Description
11748 PDF\InsetSpace ~
11749 (dvipdfm) This uses the program 
11750 \family typewriter
11751 dvipdfm
11752 \family default
11753  that converts your file in the background to DVI and in a second step to
11754  PDF.
11755 \end_layout
11756
11757 \begin_layout Description
11758 PDF\InsetSpace ~
11759 (pdflatex) This uses the program 
11760 \family typewriter
11761 pdftex
11762 \family default
11763  that converts your file directly to PDF.
11764 \end_layout
11765
11766 \begin_layout Standard
11767 We recommend to use 
11768 \family sans
11769 PDF\InsetSpace ~
11770 (pdflatex)
11771 \family default
11772  because 
11773 \family typewriter
11774 pdftex
11775 \family default
11776  supports all features of actual PDF-versions, is quick and works stable
11777  without problems.
11778  The program 
11779 \family typewriter
11780 dvipdfm
11781 \family default
11782  is no more under development and therefore a bit outdated.
11783 \end_layout
11784
11785 \begin_layout Subsection
11786 Previewing
11787 \begin_inset LatexCommand index
11788 name "Document ! Preview "
11789
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \begin_layout Standard
11796 To get a look at the final version of your document, with all of the pagebreaks
11797  in place, the footnotes correctly numbered, and so on, use the menu 
11798 \family sans
11799 View
11800 \family default
11801  and choose a file type.
11802  A viewing program will popup showing the output.
11803  For 
11804 \family sans
11805 View\SpecialChar \menuseparator
11806 DVI
11807 \family default
11808  you can use the toolbar button 
11809 \begin_inset Graphics
11810         filename ../images/buffer-view_dvi.png
11811         inzipName 
11812         embed true
11813
11814 \end_inset
11815
11816  (shortcut 
11817 \family sans
11818 C-d
11819 \family default
11820 ), for 
11821 \family sans
11822 View\SpecialChar \menuseparator
11823 PDF\InsetSpace ~
11824 (pdflatex)
11825 \family default
11826  you can use the toolbar button 
11827 \begin_inset Graphics
11828         filename ../images/buffer-export_pdf2.png
11829         inzipName 
11830         embed true
11831
11832 \end_inset
11833
11834 .
11835 \end_layout
11836
11837 \begin_layout Standard
11838 If you have changed your document, you can refresh the output in the same
11839  viewer window using the menu 
11840 \family sans
11841 View\SpecialChar \menuseparator
11842 Update
11843 \family default
11844 .
11845 \end_layout
11846
11847 \begin_layout Standard
11848 When you preview a file, the output file is only generated in LyX's temporary
11849  directory.
11850  To have a real output, export your document.
11851 \end_layout
11852
11853 \begin_layout Subsection
11854 Printing the File from within LyX
11855 \begin_inset LatexCommand label
11856 name "sub:Printing-the-File"
11857
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \begin_layout Standard
11864 Instead of exporting your file and then printing them, you can also print
11865  it directly from within LyX.
11866  To print a file, select the menu 
11867 \family sans
11868 File\SpecialChar \menuseparator
11869 Print
11870 \family default
11871  or click on the toolbar button 
11872 \begin_inset Graphics
11873         filename ../images/dialog-show_print.png
11874         inzipName 
11875         embed true
11876
11877 \end_inset
11878
11879 .
11880  LyX will internally call LaTeX to produce a DVI.
11881  This file is then processed by the program 
11882 \family typewriter
11883 dvips
11884 \family default
11885  to PostScript-file, which is finally printed using the program 
11886 \family typewriter
11887 Ghostscript
11888 \family default
11889 .
11890  Due to these steps in the background, this method is not the fastest.
11891 \end_layout
11892
11893 \begin_layout Standard
11894 You can choose to print only even-numbered or odd-numbered pages - this
11895  is useful for printing on two sides: You can re-insert the pages after
11896  printing one set to print on the other side.
11897  Some printers spit out pages face-up, others, face-down.
11898  By choosing a particular order to print in, you can take the entire stack
11899  of pages out of the printer without needing to reorder them.
11900 \end_layout
11901
11902 \begin_layout Standard
11903 You can set the parameters in the 
11904 \family sans
11905 Print\InsetSpace ~
11906 Destination
11907 \family default
11908  box as follows:
11909 \end_layout
11910
11911 \begin_layout Labeling
11912 \labelwidthstring 00.00.0000
11913
11914 \family sans
11915 Printer
11916 \family default
11917  This is the name of the printer to print to.
11918 \begin_inset Foot
11919 status collapsed
11920
11921 \begin_layout Standard
11922 Note that this printer name is for the program 
11923 \family typewriter
11924 dvips
11925 \family default
11926 .
11927  That means 
11928 \family typewriter
11929 dvips
11930 \family default
11931  has to be configured for this printer name.
11932  The default printer can be set in LyX's preferences dialog, see section\InsetSpace ~
11933
11934 \begin_inset LatexCommand ref
11935 reference "sub:Printer"
11936
11937 \end_inset
11938
11939 .
11940 \end_layout
11941
11942 \end_inset
11943
11944  The printer should understand PostScript.
11945 \end_layout
11946
11947 \begin_layout Labeling
11948 \labelwidthstring 00.00.0000
11949
11950 \family sans
11951 File
11952 \family default
11953  The name of a file to print to.
11954  The output will be a PostScript file.
11955  It will be written in LyX's working directory unless you specify the full
11956  path.
11957 \end_layout
11958
11959 \begin_layout Section
11960 A few Words about Typography
11961 \begin_inset LatexCommand index
11962 name "Typography"
11963
11964 \end_inset
11965
11966
11967 \end_layout
11968
11969 \begin_layout Subsection
11970 Hyphens
11971 \begin_inset LatexCommand index
11972 name "Hyphens"
11973
11974 \end_inset
11975
11976
11977 \begin_inset LatexCommand label
11978 name "sub:Hyphens"
11979
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Standard
11986 In LyX, the 
11987 \begin_inset Quotes eld
11988 \end_inset
11989
11990
11991 \family typewriter
11992 -
11993 \family default
11994
11995 \begin_inset Quotes eld
11996 \end_inset
11997
11998  character comes in three lengths, often called the 
11999 \emph on
12000 hyphen
12001 \emph default
12002 , the 
12003 \emph on
12004 en dash
12005 \emph default
12006 , and the 
12007 \emph on
12008 em dash
12009 \emph default
12010 :
12011 \end_layout
12012
12013 \begin_layout Enumerate
12014 hyphen
12015 \hfill
12016 -
12017 \hfill
12018 made with 
12019 \begin_inset Quotes eld
12020 \end_inset
12021
12022
12023 \family typewriter
12024 -
12025 \family default
12026
12027 \begin_inset Quotes eld
12028 \end_inset
12029
12030
12031 \end_layout
12032
12033 \begin_layout Enumerate
12034 en dash
12035 \hfill
12036 --
12037 \hfill
12038 made with 
12039 \begin_inset Quotes eld
12040 \end_inset
12041
12042
12043 \family typewriter
12044 -
12045 \begin_inset ERT
12046 status collapsed
12047
12048 \begin_layout Standard
12049
12050
12051 \backslash
12052 /
12053 \end_layout
12054
12055 \end_inset
12056
12057 -
12058 \family default
12059
12060 \begin_inset Quotes eld
12061 \end_inset
12062
12063
12064 \end_layout
12065
12066 \begin_layout Enumerate
12067 em dash
12068 \hfill
12069 ---
12070 \hfill
12071 made with 
12072 \begin_inset Quotes eld
12073 \end_inset
12074
12075
12076 \family typewriter
12077 -
12078 \begin_inset ERT
12079 status collapsed
12080
12081 \begin_layout Standard
12082
12083
12084 \backslash
12085 /
12086 \end_layout
12087
12088 \end_inset
12089
12090 -
12091 \begin_inset ERT
12092 status collapsed
12093
12094 \begin_layout Standard
12095
12096
12097 \backslash
12098 /
12099 \end_layout
12100
12101 \end_inset
12102
12103 -
12104 \family default
12105
12106 \begin_inset Quotes eld
12107 \end_inset
12108
12109
12110 \end_layout
12111
12112 \begin_layout Enumerate
12113 minus sign
12114 \hfill
12115
12116 \begin_inset Formula $-$
12117 \end_inset
12118
12119
12120 \hfill
12121
12122 \begin_inset Quotes eld
12123 \end_inset
12124
12125
12126 \family typewriter
12127 -
12128 \family default
12129
12130 \begin_inset Quotes eld
12131 \end_inset
12132
12133  in math mode
12134 \end_layout
12135
12136 \begin_layout Standard
12137 You generate them by inserting the 
12138 \begin_inset Quotes eld
12139 \end_inset
12140
12141
12142 \family typewriter
12143 -
12144 \family default
12145
12146 \begin_inset Quotes eld
12147 \end_inset
12148
12149  character multiple times in a row.
12150  They are automatically converted to the appropriate length dash in the
12151  final output, but not in LyX.
12152 \end_layout
12153
12154 \begin_layout Standard
12155 The three dash types are distinct from the minus sign, which appears in
12156  math mode and has a length of its own.
12157  Here are some examples of the 
12158 \begin_inset Quotes eld
12159 \end_inset
12160
12161
12162 \family typewriter
12163 -
12164 \family default
12165
12166 \begin_inset Quotes eld
12167 \end_inset
12168
12169  in use:
12170 \end_layout
12171
12172 \begin_layout Enumerate
12173 line- and page-breaks
12174 \hfill
12175 (
12176 \emph on
12177 hyphen
12178 \emph default
12179 )
12180 \end_layout
12181
12182 \begin_layout Enumerate
12183 From A--Z
12184 \hfill
12185 (
12186 \emph on
12187 en dash
12188 \emph default
12189 )
12190 \end_layout
12191
12192 \begin_layout Enumerate
12193 Oh --- there's a dash.
12194 \hfill
12195 (
12196 \emph on
12197 em dash
12198 \emph default
12199 )
12200 \end_layout
12201
12202 \begin_layout Enumerate
12203 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12204 \end_inset
12205
12206
12207 \hfill
12208 (
12209 \emph on
12210 minus sign
12211 \emph default
12212 )
12213 \end_layout
12214
12215 \begin_layout Subsection
12216 Hyphenation
12217 \begin_inset LatexCommand index
12218 name "Hyphenation"
12219
12220 \end_inset
12221
12222
12223 \begin_inset LatexCommand label
12224 name "sub:Hyphenation"
12225
12226 \end_inset
12227
12228
12229 \end_layout
12230
12231 \begin_layout Standard
12232 Words aren't hyphenated within LyX but automatically in the output.
12233  Hyphenation is done by the LaTeX-package 
12234 \series bold
12235 babel
12236 \begin_inset LatexCommand index
12237 name "LaTeX-packages ! babel"
12238
12239 \end_inset
12240
12241
12242 \series default
12243  following the rules of the document language
12244 \begin_inset Foot
12245 status collapsed
12246
12247 \begin_layout Standard
12248 For German readers: That's one of the main differences between the languages
12249  
12250 \family sans
12251 German
12252 \family default
12253  and 
12254 \family sans
12255 German\InsetSpace ~
12256 (new\InsetSpace ~
12257 spelling)
12258 \family default
12259  in the 
12260 \family sans
12261 Document\SpecialChar \menuseparator
12262 Settings
12263 \family default
12264  dialog.
12265 \end_layout
12266
12267 \end_inset
12268
12269 .
12270 \end_layout
12271
12272 \begin_layout Standard
12273 LaTeX hyphenates nearly perfectly, it has only problems with text in the
12274  font 
12275 \family sans
12276 typewriter
12277 \family default
12278  and with unusual constructs, like 
12279 \begin_inset Quotes eld
12280 \end_inset
12281
12282 h3knix/m0n0wall
12283 \begin_inset Quotes erd
12284 \end_inset
12285
12286 .
12287  If LaTeX can't break a word correctly, you can set hyphenation points manually.
12288  This is done with the menu 
12289 \family sans
12290 Insert\SpecialChar \menuseparator
12291 Formatting\SpecialChar \menuseparator
12292 Hyphenation\InsetSpace ~
12293 Point
12294 \family default
12295 .
12296  These extra hyphenation points are only recommendations to LaTeX.
12297  If no hyphenation is necessary, LaTeX will ignore them.
12298 \end_layout
12299
12300 \begin_layout Standard
12301 Sometimes you want to prevent words or constructs to be hyphenated.
12302  The keybindings/shortcuts in this document consists of three letters with
12303  a hyphen and a space in the form 
12304 \begin_inset Quotes eld
12305 \end_inset
12306
12307 A-b c
12308 \begin_inset Quotes erd
12309 \end_inset
12310
12311 .
12312  LaTeX finds there the hyphen 
12313 \begin_inset Quotes eld
12314 \end_inset
12315
12316 -
12317 \begin_inset Quotes erd
12318 \end_inset
12319
12320  as hyphenation possibility.
12321  Hyphenating at this point would look ugly.
12322  To prevent the shortcut from being hyphenated, we can put it in the argument
12323  of the LaTeX-box-command 
12324 \series bold
12325
12326 \backslash
12327 mbox
12328 \series default
12329 , because text within LaTeX-boxes can't be hyphenated.
12330  As LyX doesn't support 
12331 \series bold
12332
12333 \backslash
12334 mbox
12335 \series default
12336 , we have to use ERT.
12337  The result looks in LyX like:
12338 \end_layout
12339
12340 \begin_layout Standard
12341 \begin_inset Graphics
12342         filename clipart/mbox.png
12343         inzipName 
12344         embed true
12345
12346 \end_inset
12347
12348
12349 \end_layout
12350
12351 \begin_layout Standard
12352 To learn more about ERT, have a look at section\InsetSpace ~
12353
12354 \begin_inset LatexCommand ref
12355 reference "sec:ERT"
12356
12357 \end_inset
12358
12359 .
12360 \end_layout
12361
12362 \begin_layout Subsection
12363 Punctuation Marks
12364 \begin_inset LatexCommand index
12365 name "Punctuation marks"
12366
12367 \end_inset
12368
12369
12370 \end_layout
12371
12372 \begin_layout Subsubsection
12373 Abbreviations and End of Sentence
12374 \begin_inset LatexCommand label
12375 name "sub:Abbreviations"
12376
12377 \end_inset
12378
12379
12380 \end_layout
12381
12382 \begin_layout Standard
12383 When LyX calls LaTeX to generate the final version of your document, LaTeX
12384  automatically distinguishes between words, sentences, and abbreviations.
12385  LaTeX then adds the 
12386 \begin_inset Quotes eld
12387 \end_inset
12388
12389 appropriate amount of space
12390 \begin_inset Quotes erd
12391 \end_inset
12392
12393 .
12394  That means sentences get a little bit more space between the period and
12395  the next word.
12396  Abbreviations get the same amount of space after the period as a word uses.
12397 \end_layout
12398
12399 \begin_layout Standard
12400 Unfortunately, the algorithm for figuring out what's an abbreviation works
12401  not for all cases.
12402  If a 
12403 \begin_inset Quotes eld
12404 \end_inset
12405
12406
12407 \family typewriter
12408 .
12409 \family default
12410
12411 \begin_inset Quotes erd
12412 \end_inset
12413
12414  is at the end of a lowercase letter, it's the end of a sentence; if it's
12415  at the end of a capitalized letter, it's an abbreviation.
12416 \end_layout
12417
12418 \begin_layout Standard
12419 Here are some examples of 
12420 \emph on
12421 correct
12422 \emph default
12423  abbreviations and the end of a sentence:
12424 \end_layout
12425
12426 \begin_layout Itemize
12427 M.
12428  Butterfly
12429 \end_layout
12430
12431 \begin_layout Itemize
12432 Don't worry.
12433  Be happy.
12434 \end_layout
12435
12436 \begin_layout Standard
12437 And here's an example of the algorithm going wrong:
12438 \end_layout
12439
12440 \begin_layout Itemize
12441 e.
12442  g.
12443  this is too much space!
12444 \end_layout
12445
12446 \begin_layout Itemize
12447 This is I.
12448  It's okay.
12449 \end_layout
12450
12451 \begin_layout Standard
12452 You won't see anything wrong until you view a final version of your document.
12453 \end_layout
12454
12455 \begin_layout Standard
12456 To fix this problem, use one of the following:
12457 \end_layout
12458
12459 \begin_layout Enumerate
12460 Use an 
12461 \family sans
12462 Inter-word\InsetSpace ~
12463 Space
12464 \family default
12465  after lowercase abbreviations (see section\InsetSpace ~
12466
12467 \begin_inset LatexCommand ref
12468 reference "sub:Inter-word-Space"
12469
12470 \end_inset
12471
12472 ).
12473 \begin_inset LatexCommand index
12474 name "Spaces ! inter-word"
12475
12476 \end_inset
12477
12478
12479 \end_layout
12480
12481 \begin_layout Enumerate
12482 Use a 
12483 \family sans
12484 Thin\InsetSpace ~
12485 Space
12486 \family default
12487  between two tokens of an abbreviation (see section\InsetSpace ~
12488
12489 \begin_inset LatexCommand ref
12490 reference "sub:Thin-Space"
12491
12492 \end_inset
12493
12494 ).
12495 \begin_inset LatexCommand index
12496 name "Spaces ! thin"
12497
12498 \end_inset
12499
12500
12501 \end_layout
12502
12503 \begin_layout Enumerate
12504 Use an 
12505 \family sans
12506 End\InsetSpace ~
12507 of\InsetSpace ~
12508 sentence\InsetSpace ~
12509 period
12510 \family default
12511  found under the 
12512 \family sans
12513 Insert\SpecialChar \menuseparator
12514 Special\InsetSpace ~
12515 Character
12516 \family default
12517  menu to force the use of inter-sentence spacing.
12518  This function is also bound to 
12519 \family sans
12520 C-period
12521 \family default
12522  for easy access.
12523 \end_layout
12524
12525 \begin_layout Standard
12526 With the corrections, our earlier examples look like this:
12527 \end_layout
12528
12529 \begin_layout Itemize
12530 e.\InsetSpace \thinspace{}
12531 g.\InsetSpace \space{}
12532 this is too much space!
12533 \end_layout
12534
12535 \begin_layout Itemize
12536 This is I\SpecialChar \@.
12537  It's okay.
12538 \end_layout
12539
12540 \begin_layout Standard
12541 Some languages don't use extra spacing between sentences.
12542  If your language is such a language, you don't need to worry, because the
12543  LaTeX will care about this.
12544 \end_layout
12545
12546 \begin_layout Standard
12547 For those that do need to bother, there is help to catch those sneaky errors:
12548  check out the 
12549 \family sans
12550 Tools\SpecialChar \menuseparator
12551 Check\InsetSpace ~
12552 TeX
12553 \family default
12554  feature described in section 
12555 \emph on
12556 Checking TeX
12557 \emph default
12558  of the 
12559 \emph on
12560 Extended Features
12561 \emph default
12562  manual.
12563 \end_layout
12564
12565 \begin_layout Subsubsection
12566 Quotes
12567 \begin_inset LatexCommand index
12568 name "Typography ! Quotes"
12569
12570 \end_inset
12571
12572
12573 \begin_inset LatexCommand index
12574 name "Quotes | see{Typography}"
12575
12576 \end_inset
12577
12578
12579 \begin_inset LatexCommand label
12580 name "sub:Quotes"
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \begin_layout Standard
12588 LyX usually sets quotes correctly.
12589  Specifically, it will use an opening quote at the beginning of quoted text,
12590  and use a closing quote at the end.
12591  For example, 
12592 \begin_inset Quotes eld
12593 \end_inset
12594
12595 open close
12596 \begin_inset Quotes erd
12597 \end_inset
12598
12599 .
12600  The keyboard character, 
12601 \family sans
12602 "
12603 \family default
12604 , generates this automatically.
12605 \end_layout
12606
12607 \begin_layout Standard
12608 You can change the behavior of the 
12609 \family sans
12610 "
12611 \family default
12612  key using the submenu 
12613 \family sans
12614 Language
12615 \family default
12616  of the dialog 
12617 \family sans
12618 Document\SpecialChar \menuseparator
12619 Settings
12620 \family default
12621
12622 \begin_inset LatexCommand index
12623 name "Document ! Settings"
12624
12625 \end_inset
12626
12627  dialog.
12628 \end_layout
12629
12630 \begin_layout Standard
12631 You can also select quotes for different languages in the box 
12632 \family sans
12633 Type
12634 \family default
12635  option.
12636  There are six choices:
12637 \end_layout
12638
12639 \begin_layout Labeling
12640 \labelwidthstring 00.00.0000
12641
12642 \family sans
12643 \begin_inset Quotes eld
12644 \end_inset
12645
12646 Text
12647 \begin_inset Quotes erd
12648 \end_inset
12649
12650
12651 \family default
12652  Use quotes like this 
12653 \begin_inset Quotes eld
12654 \end_inset
12655
12656 double
12657 \begin_inset Quotes erd
12658 \end_inset
12659
12660  or 
12661 \begin_inset Quotes els
12662 \end_inset
12663
12664 single
12665 \begin_inset Quotes ers
12666 \end_inset
12667
12668
12669 \end_layout
12670
12671 \begin_layout Labeling
12672 \labelwidthstring 00.00.0000
12673
12674 \family sans
12675 \begin_inset Quotes sld
12676 \end_inset
12677
12678 Text
12679 \begin_inset Quotes srd
12680 \end_inset
12681
12682
12683 \family default
12684  Use quotes like 
12685 \begin_inset Quotes sld
12686 \end_inset
12687
12688 this
12689 \begin_inset Quotes srd
12690 \end_inset
12691
12692  or 'this
12693 \begin_inset Quotes ers
12694 \end_inset
12695
12696
12697 \end_layout
12698
12699 \begin_layout Labeling
12700 \labelwidthstring 00.00.0000
12701
12702 \family sans
12703 \begin_inset Quotes gld
12704 \end_inset
12705
12706 Text
12707 \begin_inset Quotes grd
12708 \end_inset
12709
12710
12711 \family default
12712  Use quotes like 
12713 \begin_inset Quotes gld
12714 \end_inset
12715
12716 this
12717 \begin_inset Quotes grd
12718 \end_inset
12719
12720  or 
12721 \begin_inset Quotes gls
12722 \end_inset
12723
12724 this
12725 \begin_inset Quotes grs
12726 \end_inset
12727
12728
12729 \end_layout
12730
12731 \begin_layout Labeling
12732 \labelwidthstring 00.00.0000
12733
12734 \family sans
12735 \begin_inset Quotes pld
12736 \end_inset
12737
12738 Text
12739 \begin_inset Quotes prd
12740 \end_inset
12741
12742
12743 \family default
12744  Use quotes like 
12745 \begin_inset Quotes pld
12746 \end_inset
12747
12748 this
12749 \begin_inset Quotes prd
12750 \end_inset
12751
12752  or 
12753 \begin_inset Quotes pls
12754 \end_inset
12755
12756 this
12757 \begin_inset Quotes prs
12758 \end_inset
12759
12760
12761 \end_layout
12762
12763 \begin_layout Labeling
12764 \labelwidthstring 00.00.0000
12765
12766 \family sans
12767 \begin_inset Quotes fld
12768 \end_inset
12769
12770 Text
12771 \begin_inset Quotes frd
12772 \end_inset
12773
12774
12775 \family default
12776  Use quotes like 
12777 \begin_inset Quotes fld
12778 \end_inset
12779
12780 this
12781 \begin_inset Quotes frd
12782 \end_inset
12783
12784  or 
12785 \begin_inset Quotes fls
12786 \end_inset
12787
12788 this
12789 \begin_inset Quotes frs
12790 \end_inset
12791
12792
12793 \end_layout
12794
12795 \begin_layout Labeling
12796 \labelwidthstring 00.00.0000
12797
12798 \family sans
12799 \begin_inset Quotes ald
12800 \end_inset
12801
12802 Text
12803 \begin_inset Quotes ard
12804 \end_inset
12805
12806
12807 \family default
12808  Use quotes like 
12809 \begin_inset Quotes ald
12810 \end_inset
12811
12812 this
12813 \begin_inset Quotes ard
12814 \end_inset
12815
12816  or 
12817 \begin_inset Quotes als
12818 \end_inset
12819
12820 this
12821 \begin_inset Quotes ars
12822 \end_inset
12823
12824
12825 \end_layout
12826
12827 \begin_layout Standard
12828 These settings affects what character the 
12829 \family sans
12830 "
12831 \family default
12832  key produces.
12833 \end_layout
12834
12835 \begin_layout Subsection
12836 Ligatures
12837 \begin_inset LatexCommand index
12838 name "Typography ! Ligatures"
12839
12840 \end_inset
12841
12842
12843 \begin_inset LatexCommand index
12844 name "Ligatures | see{Typography}"
12845
12846 \end_inset
12847
12848
12849 \begin_inset LatexCommand label
12850 name "sub:Ligatures"
12851
12852 \end_inset
12853
12854
12855 \end_layout
12856
12857 \begin_layout Standard
12858 It is standard typesetting practice to group certain letters together and
12859  print them as single characters.
12860  These groups are known as 
12861 \emph on
12862 ligatures
12863 \emph default
12864 .
12865  Since LaTeX knows about ligatures, your documents will contain them too
12866  in the output.
12867  Here are the standard ligatures:
12868 \end_layout
12869
12870 \begin_layout Itemize
12871 ff
12872 \end_layout
12873
12874 \begin_layout Itemize
12875 fi
12876 \end_layout
12877
12878 \begin_layout Itemize
12879 fl
12880 \end_layout
12881
12882 \begin_layout Itemize
12883 ffi
12884 \end_layout
12885
12886 \begin_layout Itemize
12887 ffl
12888 \end_layout
12889
12890 \begin_layout Standard
12891 Some languages uses other ligatures if the document font supports them.
12892 \end_layout
12893
12894 \begin_layout Standard
12895 Sometimes, you don't want a ligature in a word.
12896  While a ligature may be okay in the word, 
12897 \begin_inset Quotes eld
12898 \end_inset
12899
12900 graffiti,
12901 \begin_inset Quotes erd
12902 \end_inset
12903
12904  it looks really weird in compound words, such as 
12905 \begin_inset Quotes eld
12906 \end_inset
12907
12908 cufflink
12909 \begin_inset Quotes erd
12910 \end_inset
12911
12912  or the German 
12913 \begin_inset Quotes eld
12914 \end_inset
12915
12916 Dorffest.
12917 \begin_inset Quotes erd
12918 \end_inset
12919
12920  To break a ligature, use 
12921 \family sans
12922 Insert\SpecialChar \menuseparator
12923 Formatting\SpecialChar \menuseparator
12924 Ligature\InsetSpace ~
12925 Break.
12926
12927 \family default
12928  This changes 
12929 \begin_inset Quotes eld
12930 \end_inset
12931
12932 cufflinks
12933 \begin_inset Quotes erd
12934 \end_inset
12935
12936  to 
12937 \begin_inset Quotes eld
12938 \end_inset
12939
12940 cuff\SpecialChar \textcompwordmark{}
12941 links
12942 \begin_inset Quotes erd
12943 \end_inset
12944
12945  and 
12946 \begin_inset Quotes eld
12947 \end_inset
12948
12949 Dorffest
12950 \begin_inset Quotes erd
12951 \end_inset
12952
12953  to 
12954 \begin_inset Quotes eld
12955 \end_inset
12956
12957 Dorf\SpecialChar \textcompwordmark{}
12958 fest
12959 \begin_inset Quotes erd
12960 \end_inset
12961
12962 .
12963 \end_layout
12964
12965 \begin_layout Subsection
12966 LyX's Proper Names
12967 \begin_inset LatexCommand index
12968 name "LyX ! Proper names"
12969
12970 \end_inset
12971
12972
12973 \begin_inset LatexCommand label
12974 name "sub:LyX's-Proper-Names"
12975
12976 \end_inset
12977
12978
12979 \end_layout
12980
12981 \begin_layout Standard
12982 You have surely noticed, that the word 
12983 \begin_inset Quotes eld
12984 \end_inset
12985
12986 LaTeX
12987 \begin_inset Quotes erd
12988 \end_inset
12989
12990  appears always with characters in different size and height.
12991  LaTeX is the name of the program used by LyX and is therefore recognized
12992  as proper name when you type it in LyX as 
12993 \begin_inset Quotes eld
12994 \end_inset
12995
12996 LaT
12997 \begin_inset ERT
12998 status collapsed
12999
13000 \begin_layout Standard
13001
13002 {}
13003 \end_layout
13004
13005 \end_inset
13006
13007 eX
13008 \begin_inset Quotes erd
13009 \end_inset
13010
13011 .
13012 \begin_inset Note Note
13013 status collapsed
13014
13015 \begin_layout Standard
13016 The braces in ERT are here to avoid that the 
13017 \begin_inset Quotes eld
13018 \end_inset
13019
13020 command
13021 \begin_inset Quotes erd
13022 \end_inset
13023
13024  appear as proper name in the output, see the last paragraph of this section.
13025  To create proper names omit the ERT.
13026 \end_layout
13027
13028 \end_inset
13029
13030  Note the order of the upper-and lowercase letters! LyX recognizes the following
13031  proper names:
13032 \end_layout
13033
13034 \begin_layout Description
13035 LyX The name of the game, write 
13036 \begin_inset Quotes eld
13037 \end_inset
13038
13039 L
13040 \begin_inset ERT
13041 status collapsed
13042
13043 \begin_layout Standard
13044
13045 {}
13046 \end_layout
13047
13048 \end_inset
13049
13050 yX
13051 \begin_inset Quotes erd
13052 \end_inset
13053
13054  to produce it.
13055 \end_layout
13056
13057 \begin_layout Description
13058 TeX The program used by LaTeX, write 
13059 \begin_inset Quotes eld
13060 \end_inset
13061
13062 T
13063 \begin_inset ERT
13064 status collapsed
13065
13066 \begin_layout Standard
13067
13068 {}
13069 \end_layout
13070
13071 \end_inset
13072
13073 eX
13074 \begin_inset Quotes erd
13075 \end_inset
13076
13077  to produce it.
13078 \end_layout
13079
13080 \begin_layout Description
13081 LaTeX The program used by LyX, write 
13082 \begin_inset Quotes eld
13083 \end_inset
13084
13085 LaT
13086 \begin_inset ERT
13087 status collapsed
13088
13089 \begin_layout Standard
13090
13091 {}
13092 \end_layout
13093
13094 \end_inset
13095
13096 eX
13097 \begin_inset Quotes erd
13098 \end_inset
13099
13100  to produce it.
13101 \end_layout
13102
13103 \begin_layout Description
13104 LaTeX2e The actual version of LaTeX, write 
13105 \begin_inset Quotes eld
13106 \end_inset
13107
13108 LaT
13109 \begin_inset ERT
13110 status collapsed
13111
13112 \begin_layout Standard
13113
13114 {}
13115 \end_layout
13116
13117 \end_inset
13118
13119 eX2e
13120 \begin_inset Quotes erd
13121 \end_inset
13122
13123  to produce it.
13124 \end_layout
13125
13126 \begin_layout Standard
13127 You might wonder why the LaTeX-version is 
13128 \begin_inset Quotes eld
13129 \end_inset
13130
13131 2
13132 \begin_inset Formula $\epsilon$
13133 \end_inset
13134
13135
13136 \begin_inset Quotes erd
13137 \end_inset
13138
13139 .
13140  It's an old tradition in the TeX-world to give programs geek version numbers.
13141  For example the version number of TeX converges to the number 
13142 \begin_inset Formula $\pi$
13143 \end_inset
13144
13145 : The actual version is 
13146 \begin_inset Quotes eld
13147 \end_inset
13148
13149 TeX-3.141592
13150 \begin_inset Quotes erd
13151 \end_inset
13152
13153 , the previous one was 
13154 \begin_inset Quotes eld
13155 \end_inset
13156
13157 TeX-3.14159
13158 \begin_inset Quotes erd
13159 \end_inset
13160
13161 .
13162 \end_layout
13163
13164 \begin_layout Standard
13165 If you don't want to use proper names, e.g.
13166  in section headings, you can insert two empty braces in ERT in the word.
13167  This will look in LyX like: 
13168 \begin_inset Graphics
13169         filename clipart/LaTeX.png
13170         inzipName 
13171         embed true
13172
13173 \end_inset
13174
13175
13176 \newline
13177 For more about ERT, look at section\InsetSpace ~
13178
13179 \begin_inset LatexCommand ref
13180 reference "sec:ERT"
13181
13182 \end_inset
13183
13184 .
13185 \end_layout
13186
13187 \begin_layout Subsection
13188 Units
13189 \begin_inset LatexCommand index
13190 name "Typography ! Units"
13191
13192 \end_inset
13193
13194
13195 \end_layout
13196
13197 \begin_layout Standard
13198 Generally the space between units and the number is smaller than the normal
13199  space between two words.
13200  As you can see in the example below, it looks better when the space is
13201  smaller.
13202  To get such a 
13203 \begin_inset Quotes eld
13204 \end_inset
13205
13206 half space
13207 \begin_inset Quotes erd
13208 \end_inset
13209
13210  for units use the menu 
13211 \family sans
13212 Insert\SpecialChar \menuseparator
13213 Formatting\SpecialChar \menuseparator
13214 Thin\InsetSpace ~
13215 Space
13216 \family default
13217  (shortcut 
13218 \family sans
13219 C-S-Space
13220 \family default
13221 ).
13222 \end_layout
13223
13224 \begin_layout Standard
13225 Here's an example to show the differences:
13226 \end_layout
13227
13228 \begin_layout Standard
13229 \begin_inset Tabular
13230 <lyxtabular version="3" rows="2" columns="2">
13231 <features>
13232 <column alignment="left" valignment="top" width="0">
13233 <column alignment="left" valignment="top" width="0">
13234 <row>
13235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Standard
13239 24\InsetSpace ~
13240 kW
13241 \begin_inset Formula $\cdot$
13242 \end_inset
13243
13244 h
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Standard
13253 space between number and unit
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 </row>
13259 <row>
13260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Standard
13264 24\InsetSpace \thinspace{}
13265 kW
13266 \begin_inset Formula $\cdot$
13267 \end_inset
13268
13269 h
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Standard
13278 half space between number and unit
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 </lyxtabular>
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \begin_layout Subsection
13292 Widows and Orphans
13293 \begin_inset LatexCommand index
13294 name "Typography ! Widows and orphans"
13295
13296 \end_inset
13297
13298
13299 \begin_inset LatexCommand label
13300 name "sub:Widows"
13301
13302 \end_inset
13303
13304
13305 \end_layout
13306
13307 \begin_layout Standard
13308 In the early days of word processors, page breaks went wherever the page
13309  happened to end.
13310  There was no regard for what was actually going on in the text.
13311  You may remember once printing out a document, only to find the heading
13312  for a new section printed at the very bottom of the page, the first line
13313  of a new paragraph all alone at the bottom of a page, or the last line
13314  of a paragraph at the top of a new page.
13315  These dangly-bits of text became known as 
13316 \emph on
13317 widows
13318 \emph default
13319  and 
13320 \emph on
13321 orphans
13322 \emph default
13323 .
13324 \end_layout
13325
13326 \begin_layout Standard
13327 Clearly, LyX can avoid breaking pages after a section heading.
13328  That's part of the advantage of paragraph environments.
13329  But what about widows and orphans, where the page breaks leave one line
13330  of a paragraph all alone at the top or bottom of a page? There are rules
13331  built into LaTeX governing page breaks, and some of those rules are there
13332  to specifically prevent widows and orphans.
13333  This is the advantage LyX has in using LaTeX as its backend.
13334 \end_layout
13335
13336 \begin_layout Standard
13337 There's no way we can go into how TeX and LaTeX decide to break a page,
13338  or how you can tweak that behavior.
13339  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13340
13341 \begin_inset LatexCommand cite
13342 key "latexcompanion"
13343
13344 \end_inset
13345
13346  or\InsetSpace ~
13347
13348 \begin_inset LatexCommand cite
13349 key "latexguide"
13350
13351 \end_inset
13352
13353 ] may have more information.
13354  You will almost never need to worry about this, however.
13355 \end_layout
13356
13357 \begin_layout Chapter
13358 Notes, Graphics, Tables, and Floats
13359 \begin_inset LatexCommand label
13360 name "cha:Floats-and-Notes"
13361
13362 \end_inset
13363
13364
13365 \end_layout
13366
13367 \begin_layout Standard
13368 The issues of this chapter are described in detail in the 
13369 \emph on
13370 Embedded Objects
13371 \emph default
13372  manual.
13373  There you'll also find tips and tricks for special cases.
13374 \end_layout
13375
13376 \begin_layout Section
13377 Notes
13378 \begin_inset LatexCommand index
13379 name "Notes"
13380
13381 \end_inset
13382
13383
13384 \begin_inset LatexCommand label
13385 name "sec:Notes"
13386
13387 \end_inset
13388
13389
13390 \end_layout
13391
13392 \begin_layout Standard
13393 LyX offers you a few types of notes to add to your document:
13394 \end_layout
13395
13396 \begin_layout Description
13397 LyX\InsetSpace ~
13398 Note This note type is for internal notes that won't appear in the output.
13399 \newline
13400
13401 \begin_inset Note Note
13402 status open
13403
13404 \begin_layout Standard
13405 This is text in a note box that doesn't appear in the output.
13406 \end_layout
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \begin_layout Description
13414 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
13415 ent, when you export the document to LaTeX via the menu 
13416 \family sans
13417 File\SpecialChar \menuseparator
13418 Export\SpecialChar \menuseparator
13419 LaTeX (pdflatex) / (plain)
13420 \family default
13421 .
13422 \newline
13423
13424 \begin_inset Note Comment
13425 status open
13426
13427 \begin_layout Standard
13428 This is text in a note box that only appears as comment in LaTeX-files.
13429 \end_layout
13430
13431 \end_inset
13432
13433
13434 \end_layout
13435
13436 \begin_layout Description
13437 Greyed\InsetSpace ~
13438 Out This note will appear in the output as grey text.
13439 \newline
13440
13441 \newline
13442
13443 \begin_inset Note Greyedout
13444 status open
13445
13446 \begin_layout Standard
13447 This is text
13448 \begin_inset Foot
13449 status collapsed
13450
13451 \begin_layout Standard
13452 This is an example footnote within a greyed out note.
13453  In this document the greyed out note color is redefined to blue.
13454  How this can be done is explained in the 
13455 \emph on
13456 Embedded Objects
13457 \emph default
13458  manual.
13459 \end_layout
13460
13461 \end_inset
13462
13463  of a comment that appears in the output as grey text.
13464 \end_layout
13465
13466 \end_inset
13467
13468
13469 \newline
13470
13471 \newline
13472 As you can see in the example, the first line of greyed out notes is a bit
13473  indented and greyed out notes can have footnotes.
13474 \end_layout
13475
13476 \begin_layout Description
13477 Framed This note will appear in the output as framed text.
13478  
13479 \begin_inset Note Framed
13480 status open
13481
13482 \begin_layout Standard
13483 This is text in a note box that appears framed in the output.
13484 \end_layout
13485
13486 \end_inset
13487
13488  In contrary to framed boxes like the one in section\InsetSpace ~
13489
13490 \begin_inset LatexCommand ref
13491 reference "sub:ERT-Boxes"
13492
13493 \end_inset
13494
13495 , the frame uses always the whole text width and the note is set into its
13496  own paragraph.
13497 \end_layout
13498
13499 \begin_layout Description
13500 Shaded This note will appear in the output with red background color.
13501 \begin_inset Note Shaded
13502 status open
13503
13504 \begin_layout Standard
13505 This text in a note box appears in the output with red background.
13506 \end_layout
13507
13508 \end_inset
13509
13510 In contrary to colored boxes, the note uses always the whole text width
13511  and the note is set into its own paragraph.
13512 \end_layout
13513
13514 \begin_layout Standard
13515 Notes are inserted with the toolbar button 
13516 \begin_inset Graphics
13517         filename ../images/note-insert.png
13518         inzipName 
13519         embed true
13520         scale 85
13521         scaleBeforeRotation
13522
13523 \end_inset
13524
13525  or the menu 
13526 \family sans
13527 Insert\SpecialChar \menuseparator
13528 Note
13529 \family default
13530 .
13531  Right-click on the appearing note box to select the note type.
13532 \end_layout
13533
13534 \begin_layout Section
13535 Footnotes
13536 \begin_inset LatexCommand index
13537 name "Footnotes"
13538
13539 \end_inset
13540
13541
13542 \begin_inset LatexCommand label
13543 name "sec:Footnotes"
13544
13545 \end_inset
13546
13547
13548 \end_layout
13549
13550 \begin_layout Standard
13551 LyX uses boxes to display footnotes: When you insert a footnote using the
13552  menu 
13553 \family sans
13554 Insert\SpecialChar \menuseparator
13555 Footnote
13556 \family default
13557  or the toolbar button 
13558 \begin_inset Graphics
13559         filename ../images/footnote-insert.png
13560         inzipName 
13561         embed false
13562
13563 \end_inset
13564
13565
13566 \family roman
13567 \series medium
13568 \bar no
13569 you'll see
13570 \family default
13571 \series default
13572 \bar default
13573  the following box: 
13574 \begin_inset Graphics
13575         filename clipart/footnoteQt4.png
13576         inzipName 
13577         embed true
13578         scale 80
13579
13580 \end_inset
13581
13582
13583 \family roman
13584 \series medium
13585 \bar no
13586 .
13587  This box is LyX's representation of your footnote.
13588  If you
13589 \family default
13590 \series default
13591 \bar default
13592  left-click on 
13593 \family roman
13594 \series medium
13595 \bar no
13596 the 
13597 \begin_inset Quotes eld
13598 \end_inset
13599
13600
13601 \family sans
13602 foot
13603 \family roman
13604
13605 \begin_inset Quotes erd
13606 \end_inset
13607
13608
13609 \family default
13610 \series default
13611 \bar default
13612  
13613 \family roman
13614 \series medium
13615 \bar no
13616 label, the box will
13617 \family default
13618 \series default
13619 \bar default
13620  be opened and you can enter the footnote text into it.
13621  Clicking on the box label again, will close 
13622 \family roman
13623 \series medium
13624 \bar no
13625 the
13626 \family default
13627 \series default
13628 \bar default
13629  box
13630 \family roman
13631 \series medium
13632 \bar no
13633 .
13634  If you want to turn existing text into a footnote, simply mark it and click
13635  on the footnote
13636 \family default
13637 \series default
13638 \bar default
13639  toolbar 
13640 \family roman
13641 \series medium
13642 \bar no
13643 button
13644 \family default
13645 \series default
13646 \bar default
13647 .
13648 \end_layout
13649
13650 \begin_layout Standard
13651 Here's an example footnote:
13652 \family roman
13653 \series medium
13654 \bar no
13655
13656 \begin_inset Foot
13657 status open
13658
13659 \begin_layout Standard
13660 To close a footnote, click on the red box at the top left.
13661 \end_layout
13662
13663 \end_inset
13664
13665
13666 \end_layout
13667
13668 \begin_layout Standard
13669 The footnote will appear in the output as a superscript number at the text
13670  position where the footnote box is placed.
13671  The footnote text is placed at the bottom of the current page.
13672  The footnote number is calculated by LyX, the numbers are consecutive,
13673  no matter in which chapter the footnote is in.
13674  LyX doesn't support other numbering schemes yet, but you can get another
13675  scheme using special LaTeX-commands.
13676  T
13677 \family roman
13678 h
13679 \family default
13680 ey are described in the 
13681 \emph on
13682 Embedded Objects
13683 \emph default
13684  manual.
13685 \end_layout
13686
13687 \begin_layout Section
13688 Marginal Notes
13689 \begin_inset LatexCommand index
13690 name "Marginal notes"
13691
13692 \end_inset
13693
13694
13695 \begin_inset LatexCommand label
13696 name "sec:Marginal-Notes"
13697
13698 \end_inset
13699
13700
13701 \end_layout
13702
13703 \begin_layout Standard
13704 Marginal notes look and behave just like footnotes in LyX.
13705  When you insert a margin note via the menu 
13706 \family sans
13707 Insert\SpecialChar \menuseparator
13708 Marginal\InsetSpace ~
13709 Note
13710 \family default
13711  or the toolbar button 
13712 \begin_inset Graphics
13713         filename ../images/marginalnote-insert.png
13714         inzipName 
13715         embed true
13716
13717 \end_inset
13718
13719 , you'll see 
13720 \family roman
13721 \series medium
13722 a
13723 \family default
13724 \series default
13725  grey 
13726 \family roman
13727 \series medium
13728 box with a
13729 \family default
13730 \series default
13731  red 
13732 \family roman
13733 \series medium
13734 label 
13735 \begin_inset Quotes eld
13736 \end_inset
13737
13738 margin
13739 \begin_inset Quotes erd
13740 \end_inset
13741
13742  appearing within your text.
13743  This box is LyX's representation of your margin
13744 \family default
13745 \series default
13746 al 
13747 \family roman
13748 \series medium
13749 note.
13750 \end_layout
13751
13752 \begin_layout Standard
13753 At the side is an example marginal note.
13754 \family roman
13755 \series medium
13756
13757 \begin_inset Marginal
13758 status open
13759
13760 \begin_layout Standard
13761 This is a marginal note.
13762 \end_layout
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \begin_layout Standard
13770 Marginal notes appear at the right side in single-sided documents.
13771  In double-sided documents they appear in the outer margin -- left on even
13772  pages, right on odd pages.
13773 \end_layout
13774
13775 \begin_layout Section
13776 Graphics and Images
13777 \begin_inset LatexCommand index
13778 name "Images"
13779
13780 \end_inset
13781
13782
13783 \begin_inset LatexCommand index
13784 name "Graphics"
13785
13786 \end_inset
13787
13788
13789 \begin_inset LatexCommand label
13790 name "sec:Graphics"
13791
13792 \end_inset
13793
13794
13795 \end_layout
13796
13797 \begin_layout Standard
13798 To insert an image in your document, place the cursor at the text position
13799  you want and click on the toolbar icon 
13800 \begin_inset Graphics
13801         filename ../images/dialog-show-new-inset_graphics.png
13802         inzipName 
13803         embed false
13804
13805 \end_inset
13806
13807  or select 
13808 \family sans
13809 Insert\SpecialChar \menuseparator
13810 Graphics
13811 \family default
13812  from the menu.
13813  Then a dialog will appear to choose the file to load.
13814 \end_layout
13815
13816 \begin_layout Standard
13817 This dialog has numerous mostly self-explanatory parameters.
13818  The 
13819 \family sans
13820 Graphics
13821 \family default
13822  tab allows you to choose your image file.
13823  The appearance of the image inside LyX and in the output is adjusted separately.
13824  The image can be transformed by setting a rotation angle and a scaling
13825  factor.
13826  The scaling units are explained in Appendix\InsetSpace ~
13827
13828 \begin_inset LatexCommand ref
13829 reference "cha:Units-available-in"
13830
13831 \end_inset
13832
13833 .
13834 \end_layout
13835
13836 \begin_layout Standard
13837 In the tab 
13838 \family sans
13839 Clipping
13840 \family default
13841  it is possible to set image coordinates to adjust the height and width
13842  of the image in the output.
13843  The coordinates can also be calculated automatically by pressing the button
13844  
13845 \family sans
13846 Get\InsetSpace ~
13847 from\InsetSpace ~
13848 file
13849 \family default
13850 .
13851  The option 
13852 \family sans
13853 Clip\InsetSpace ~
13854 to\InsetSpace ~
13855 bounding\InsetSpace ~
13856 box
13857 \family default
13858  will only print the image region within the given coordinates.
13859  Normally you don't need to take care about image coordinates and can ignore
13860  the tab 
13861 \family sans
13862 Clipping
13863 \family default
13864 .
13865 \end_layout
13866
13867 \begin_layout Standard
13868 LaTeX experts can specify additional LaTeX options in the 
13869 \family sans
13870 Extras
13871 \family default
13872  tab.
13873  You can also set the 
13874 \family sans
13875 Subfigure
13876 \family default
13877  option here if the image is inside a figure float.
13878  This option is explained in section\InsetSpace ~
13879
13880 \begin_inset LatexCommand ref
13881 reference "sec:Figure-Floats"
13882
13883 \end_inset
13884
13885 .
13886  The option 
13887 \family sans
13888 Draft\InsetSpace ~
13889 mode
13890 \family default
13891  effects that the image don't appear in the output, only a frame with the
13892  image size is printed.
13893 \end_layout
13894
13895 \begin_layout Standard
13896 The graphics dialog can be called at any time by right-clicking on an image.
13897  The image will appear in the output exactly at the position where it is
13898  in the text.
13899  This is an example image in the PDF format within a separate, horizontally
13900  centered paragraph: 
13901 \end_layout
13902
13903 \begin_layout Standard
13904 \align center
13905 \begin_inset Graphics
13906         filename clipart/mobius.eps
13907         inzipName 
13908         embed true
13909         display color
13910         scale 70
13911         rotateOrigin center
13912
13913 \end_inset
13914
13915
13916 \end_layout
13917
13918 \begin_layout Standard
13919 If you need image captions and want to reference images, you have to put
13920  the image into a float, see section\InsetSpace ~
13921
13922 \begin_inset LatexCommand ref
13923 reference "sec:Figure-Floats"
13924
13925 \end_inset
13926
13927 .
13928 \end_layout
13929
13930 \begin_layout Subsection
13931 Image Formats
13932 \begin_inset LatexCommand index
13933 name "Image formats"
13934
13935 \end_inset
13936
13937
13938 \begin_inset LatexCommand label
13939 name "sub:Image-Formats"
13940
13941 \end_inset
13942
13943
13944 \end_layout
13945
13946 \begin_layout Standard
13947 You can insert images in any known file format.
13948  But as we explained in section\InsetSpace ~
13949
13950 \begin_inset LatexCommand ref
13951 reference "sub:Output-file-formats"
13952
13953 \end_inset
13954
13955 , every output document format allows only a few image formats.
13956  LyX uses therefore the program 
13957 \family typewriter
13958 Imagemagick
13959 \family default
13960  in the background to convert the images to the right format.
13961  To increase your workflow by avoiding these conversions in the background,
13962  you can use only the image formats listed in the subsections of section\InsetSpace ~
13963
13964 \begin_inset LatexCommand ref
13965 reference "sub:Output-file-formats"
13966
13967 \end_inset
13968
13969 .
13970 \end_layout
13971
13972 \begin_layout Standard
13973 Similar to fonts there are two types of image formats:
13974 \end_layout
13975
13976 \begin_layout Description
13977 Bitmap\InsetSpace ~
13978 images consist of pixel values, often in a compressed form.
13979  They are therefore not fully scalable and look pixeled in large zooms.
13980  Well-known bitmap image formats are 
13981 \begin_inset Quotes eld
13982 \end_inset
13983
13984 Graphics Interchange Format
13985 \begin_inset Quotes erd
13986 \end_inset
13987
13988  (GIF, file extension 
13989 \begin_inset Quotes eld
13990 \end_inset
13991
13992
13993 \family typewriter
13994 .gif
13995 \family default
13996
13997 \begin_inset Quotes erd
13998 \end_inset
13999
14000 )
14001 \begin_inset LatexCommand index
14002 name "GIF|see{Image formats}"
14003
14004 \end_inset
14005
14006
14007 \begin_inset Quotes eld
14008 \end_inset
14009
14010 Portable Network Graphics
14011 \begin_inset Quotes erd
14012 \end_inset
14013
14014  (PNG, file extension 
14015 \begin_inset Quotes eld
14016 \end_inset
14017
14018
14019 \family typewriter
14020 .png
14021 \family default
14022
14023 \begin_inset Quotes erd
14024 \end_inset
14025
14026 )
14027 \begin_inset LatexCommand index
14028 name "PNG|see{Image formats}"
14029
14030 \end_inset
14031
14032 , and 
14033 \begin_inset Quotes eld
14034 \end_inset
14035
14036 Joint Photographic Experts Group
14037 \begin_inset Quotes erd
14038 \end_inset
14039
14040  (JPG, file extension 
14041 \begin_inset Quotes eld
14042 \end_inset
14043
14044
14045 \family typewriter
14046 .jpg
14047 \family default
14048
14049 \begin_inset Quotes erd
14050 \end_inset
14051
14052  or 
14053 \begin_inset Quotes eld
14054 \end_inset
14055
14056
14057 \family typewriter
14058 .jpeg
14059 \family default
14060
14061 \begin_inset Quotes erd
14062 \end_inset
14063
14064 )
14065 \begin_inset LatexCommand index
14066 name "JPG|see{Image formats}"
14067
14068 \end_inset
14069
14070 .
14071 \end_layout
14072
14073 \begin_layout Description
14074 Scalable\InsetSpace ~
14075 images consist of vectors and can therefore be scaled to any size
14076  without data loss.
14077  The scaling ability is necessary if you want to create presentations, because
14078  presentations are always scaled by the beamer.
14079  Scaling is also useful for online documents to let the user zoom into diagrams.
14080 \newline
14081 S
14082 calable image formats can be 
14083 \begin_inset Quotes eld
14084 \end_inset
14085
14086 Scalable Vector Graphics
14087 \begin_inset Quotes erd
14088 \end_inset
14089
14090  (SVG, file extension 
14091 \begin_inset Quotes eld
14092 \end_inset
14093
14094
14095 \family typewriter
14096 .svg
14097 \family default
14098
14099 \begin_inset Quotes erd
14100 \end_inset
14101
14102 )
14103 \begin_inset LatexCommand index
14104 name "SVG|see{Image formats}"
14105
14106 \end_inset
14107
14108
14109 \begin_inset Quotes eld
14110 \end_inset
14111
14112 Encapsulated PostScript
14113 \begin_inset Quotes erd
14114 \end_inset
14115
14116  (EPS, file extension 
14117 \begin_inset Quotes eld
14118 \end_inset
14119
14120
14121 \family typewriter
14122 .eps
14123 \family default
14124
14125 \begin_inset Quotes erd
14126 \end_inset
14127
14128 )
14129 \begin_inset LatexCommand index
14130 name "EPS|see{Image formats}"
14131
14132 \end_inset
14133
14134 , and 
14135 \begin_inset Quotes eld
14136 \end_inset
14137
14138 Portable Document Format
14139 \begin_inset Quotes erd
14140 \end_inset
14141
14142  (PDF, file extension 
14143 \begin_inset Quotes eld
14144 \end_inset
14145
14146
14147 \family typewriter
14148 .pdf
14149 \family default
14150
14151 \begin_inset Quotes erd
14152 \end_inset
14153
14154 )
14155 \begin_inset LatexCommand index
14156 name "PDF"
14157
14158 \end_inset
14159
14160 .
14161  We say it can be, because you can convert any bitmap image format to PDF
14162  or EPS and the result won't be scalable.
14163  In this cases only a header with the image properties is added to the original
14164  image
14165 \begin_inset Foot
14166 status collapsed
14167
14168 \begin_layout Standard
14169 In the case of PDF, the original image is additionally compressed.
14170 \end_layout
14171
14172 \end_inset
14173
14174 .
14175 \end_layout
14176
14177 \begin_layout Standard
14178 Normally one can't convert a bitmap image into a scalable one, only vice
14179  versa.
14180 \end_layout
14181
14182 \begin_layout Section
14183 Tables
14184 \begin_inset LatexCommand index
14185 name "Tables"
14186
14187 \end_inset
14188
14189
14190 \begin_inset LatexCommand label
14191 name "sec:Tables"
14192
14193 \end_inset
14194
14195
14196 \end_layout
14197
14198 \begin_layout Standard
14199 You can insert a table using either the toolbar button 
14200 \begin_inset Graphics
14201         filename ../images/tabular-insert.png
14202         inzipName 
14203         embed false
14204         scale 85
14205
14206 \end_inset
14207
14208  or the menu 
14209 \family sans
14210 Insert\SpecialChar \menuseparator
14211 Table
14212 \family default
14213 .
14214  A dialog will appear, asking you for the number of rows and columns.
14215  The default table has lines around any cell and the first row appears separated
14216  from the rest of the table.
14217  This separation appears due to a double line: The cells of the first row
14218  have a line below them and the cells of the second row have a line above
14219  them.
14220  Here's an example table:
14221 \end_layout
14222
14223 \begin_layout Standard
14224 \align center
14225 \begin_inset Tabular
14226 <lyxtabular version="3" rows="4" columns="4">
14227 <features>
14228 <column alignment="center" valignment="top" leftline="true" width="0pt">
14229 <column alignment="center" valignment="top" leftline="true" width="0pt">
14230 <column alignment="center" valignment="top" leftline="true" width="0in">
14231 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14232 <row topline="true" bottomline="true">
14233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Standard
14237
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Standard
14246
14247 \family roman
14248 \series medium
14249 \shape up
14250 \size normal
14251 \emph off
14252 \bar no
14253 \noun off
14254 \color none
14255 1
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Standard
14264 2
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Standard
14273 3
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 </row>
14279 <row topline="true">
14280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Standard
14284
14285 \family roman
14286 \series medium
14287 \shape up
14288 \size normal
14289 \emph off
14290 \bar no
14291 \noun off
14292 \color none
14293 A
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Standard
14302
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Standard
14311
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Standard
14320
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 </row>
14326 <row topline="true">
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Standard
14331
14332 \family roman
14333 \series medium
14334 \shape up
14335 \size normal
14336 \emph off
14337 \bar no
14338 \noun off
14339 \color none
14340 B
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Standard
14349
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Standard
14358
14359 \size normal
14360 \noun off
14361 \color none
14362  
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Standard
14371
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 </row>
14377 <row topline="true" bottomline="true">
14378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Standard
14382
14383 \family roman
14384 \series medium
14385 \shape up
14386 \size normal
14387 \emph off
14388 \bar no
14389 \noun off
14390 \color none
14391 C
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Standard
14400
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Standard
14409
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Standard
14418
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 </row>
14424 </lyxtabular>
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \begin_layout Subsection
14432 The Table dialog
14433 \end_layout
14434
14435 \begin_layout Standard
14436 You can alter a table by clicking on it with the right mouse button, which
14437  brings up the table dialog.
14438  Here you can adjust the settings of the cell and row/column respectively
14439  where the cursor is placed currently.
14440  Most of the dialog options also work on selections.
14441  This means that if you select more cells, columns or rows the action is
14442  done on all of your selection.
14443 \end_layout
14444
14445 \begin_layout Standard
14446 Additionally to the table dialog the 
14447 \family sans
14448 table\InsetSpace ~
14449 toolbar
14450 \family default
14451 , that appears when the cursor is inside a table, helps you in setting table
14452  properties.
14453  It is for example currently only possible to add\InsetSpace \thinspace{}
14454 /\InsetSpace \thinspace{}
14455 delete lines via the table
14456  toolbar.
14457 \end_layout
14458
14459 \begin_layout Standard
14460 In the tab 
14461 \family sans
14462 Table\InsetSpace ~
14463 Settings
14464 \family default
14465  of the table dialog you can set the alignment for the current row.
14466  If you add a row or column, it will be inserted right beside or below the
14467  current cell respectively.
14468  The vertical alignment of a column can only be adjusted when a column width
14469  is given.
14470  A given width will allow the cell to have linebreaks and multiple paragraphs
14471  of text, see section\InsetSpace ~
14472
14473 \begin_inset LatexCommand ref
14474 reference "sub:Table-Cells"
14475
14476 \end_inset
14477
14478 .
14479 \end_layout
14480
14481 \begin_layout Standard
14482 You can mark multiple cells of one row as a multicolumn cell using the check
14483  box 
14484 \family sans
14485 Multicolumn
14486 \family default
14487 .
14488  This will merge the cells to 
14489 \emph on
14490 one
14491 \emph default
14492  cell, spread over more than one column.
14493  Multicolumn cells are treated as own rows, so that the alignment, width,
14494  and border settings affect only the multicolumn cell.
14495  Here's an example table with a multicolumn cell in the first row and one
14496  in the last row without the upper border:
14497 \end_layout
14498
14499 \begin_layout Standard
14500 \align center
14501 \begin_inset Tabular
14502 <lyxtabular version="3" rows="3" columns="4">
14503 <features firstHeadTopDL="true" firstHeadBottomDL="true">
14504 <column alignment="center" valignment="top" leftline="true" width="0pt">
14505 <column alignment="center" valignment="middle" leftline="true" width="0">
14506 <column alignment="center" valignment="top" leftline="true" width="0in">
14507 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14508 <row topline="true" bottomline="true">
14509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Standard
14513 abc
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Standard
14522 def ghi
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Standard
14531
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Standard
14540 jkl
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 </row>
14546 <row topline="true">
14547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Standard
14551
14552 \family roman
14553 \series medium
14554 \shape up
14555 \size normal
14556 \emph off
14557 \bar no
14558 \noun off
14559 \color none
14560 A
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Standard
14569 B
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Standard
14578 C
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Standard
14587 D
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 </row>
14593 <row topline="true" bottomline="true">
14594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Standard
14598 1
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14604 \begin_inset Text
14605
14606 \begin_layout Standard
14607 2
14608 \end_layout
14609
14610 \end_inset
14611 </cell>
14612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Standard
14616 3
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Standard
14625 4
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 </row>
14631 </lyxtabular>
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \begin_layout Standard
14639 At the moment LyX doesn't support multirow cells.
14640  Adept users can declare special LaTeX-arguments for the table.
14641  They are necessary for special table formatting, like for multirow cells,
14642  explained in the tables section of the 
14643 \emph on
14644 Extended\InsetSpace ~
14645 Features
14646 \emph default
14647  manual.
14648  You can also rotate the current cell or the whole table 90
14649 \begin_inset Formula $\,$
14650 \end_inset
14651
14652 degrees counterclockwise.
14653  These rotations are not visible in LyX but in the output.
14654 \end_layout
14655
14656 \begin_layout Standard
14657 \begin_inset Note Greyedout
14658 status open
14659
14660 \begin_layout Standard
14661
14662 \series bold
14663 Note:
14664 \series default
14665  Most DVI-viewers are 
14666 \emph on
14667 not
14668 \emph default
14669  able to display rotations.
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 The 
14679 \family sans
14680 Borders
14681 \family default
14682  tab allows you to add and delete border lines for the current row/column.
14683  The button 
14684 \family sans
14685 Default
14686 \family default
14687  adds lines for all cell borders.
14688 \end_layout
14689
14690 \begin_layout Subsection
14691 Longtables
14692 \begin_inset LatexCommand index
14693 name "Tables ! Longtables"
14694
14695 \end_inset
14696
14697
14698 \begin_inset LatexCommand index
14699 name "Longtables"
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \begin_layout Standard
14707 If the table is too long to fit on one page, you can use the option 
14708 \family sans
14709 Use\InsetSpace ~
14710 long\InsetSpace ~
14711 table
14712 \family default
14713  in the tab 
14714 \family sans
14715 Longtable
14716 \family default
14717  of the table dialog to split the table automatically over more pages.
14718  Doing this enables some check boxes and you can now define:
14719 \end_layout
14720
14721 \begin_layout Description
14722
14723 \family sans
14724 Header
14725 \family default
14726 : The current row and all rows above, that don't have any special options
14727  defined, are defined to be the header rows of all pages of the longtable;
14728  except for the first page, if 
14729 \family sans
14730 First\InsetSpace ~
14731 header
14732 \family default
14733  is defined.
14734 \end_layout
14735
14736 \begin_layout Description
14737
14738 \family sans
14739 First\InsetSpace ~
14740 header
14741 \family default
14742 : The current row and all rows above, that don't have any special options
14743  defined, are defined to be the header rows of the first page of the longtable.
14744 \end_layout
14745
14746 \begin_layout Description
14747
14748 \family sans
14749 Footer
14750 \family default
14751 : The current row and all rows below, that don't have any special options
14752  defined, are defined to be the footer rows of all pages of the longtable;
14753  except for the last page, if 
14754 \family sans
14755 Last\InsetSpace ~
14756 footer
14757 \family default
14758  is defined.
14759 \end_layout
14760
14761 \begin_layout Description
14762
14763 \family sans
14764 Last\InsetSpace ~
14765 footer
14766 \family default
14767 : The current row and all rows below, that don't have any special options
14768  defined, are defined to be the footer rows of the last page of the longtable.
14769 \end_layout
14770
14771 \begin_layout Standard
14772 You can also specify a row where the table is splitted.
14773  If you set more than one option in the same table row, you should be aware
14774  of the fact that only the first one is used in the given table row.
14775  The others will then be defined as 
14776 \emph on
14777 empty
14778 \emph default
14779 .
14780  In this context, first means first in this order: 
14781 \family sans
14782 Footer, Last\InsetSpace ~
14783 footer,
14784 \family default
14785  
14786 \family sans
14787 Header,
14788 \family default
14789  
14790 \family sans
14791 First\InsetSpace ~
14792 header.
14793
14794 \family default
14795  See the following longtable to see how it works:
14796 \end_layout
14797
14798 \begin_layout Standard
14799 \align center
14800 \begin_inset Tabular
14801 <lyxtabular version="3" rows="69" columns="3">
14802 <features islongtable="true">
14803 <column alignment="block" valignment="top" leftline="true" width="5cm">
14804 <column alignment="left" valignment="top" width="0pt">
14805 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
14806 <row topline="true" bottomline="true" endfirsthead="true">
14807 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Standard
14811
14812 \series bold
14813 Example Phone List (ignore the names)
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Standard
14822
14823 \end_layout
14824
14825 \end_inset
14826 </cell>
14827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Standard
14831
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 </row>
14837 <row topline="true" bottomline="true" endfirsthead="true">
14838 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Standard
14842
14843 \series bold
14844 NAME
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Standard
14853
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Standard
14862
14863 \series bold
14864 TEL.
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 </row>
14870 <row topline="true" bottomline="true" endhead="true">
14871 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Standard
14875  
14876 \series bold
14877 Example Phone List
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Standard
14886
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Standard
14895
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 </row>
14901 <row topline="true" bottomline="true" endhead="true">
14902 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Standard
14906
14907 \series bold
14908 NAME
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Standard
14917
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Standard
14926
14927 \series bold
14928 TEL.
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 </row>
14934 <row topline="true" bottomline="true" endfoot="true">
14935 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Standard
14939  
14940 \series bold
14941 continue ...
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Standard
14950
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Standard
14959
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 </row>
14965 <row topline="true" bottomline="true">
14966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Standard
14970
14971 \series bold
14972 Annovi
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" topline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Standard
14981 Silvia
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Standard
14990 111
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 </row>
14996 <row bottomline="true">
14997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Standard
15001
15002 \series bold
15003 Bertoli
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" topline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Standard
15012 Stefano
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Standard
15021 111
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 </row>
15027 <row bottomline="true">
15028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Standard
15032
15033 \series bold
15034 Bozzi
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" topline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Standard
15043 Walter
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Standard
15052 111
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row bottomline="true">
15059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Standard
15063
15064 \series bold
15065 Cachia
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" topline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Standard
15074 Maria
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Standard
15083 111
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row bottomline="true">
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Standard
15094
15095 \series bold
15096 Cachia
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" topline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Standard
15105 Maurizio
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Standard
15114 111
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 <row bottomline="true">
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Standard
15125
15126 \series bold
15127 Cinquemani
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" topline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Standard
15136 Giusi
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Standard
15145 111
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 </row>
15151 <row bottomline="true">
15152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Standard
15156
15157 \series bold
15158 Colin
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" topline="true" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Standard
15167 Bernard
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Standard
15176 111
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 </row>
15182 <row bottomline="true">
15183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Standard
15187
15188 \series bold
15189 Concli
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 <cell alignment="center" valignment="top" topline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Standard
15198 Gianfranco
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Standard
15207 111
15208 \end_layout
15209
15210 \end_inset
15211 </cell>
15212 </row>
15213 <row bottomline="true">
15214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Standard
15218
15219 \series bold
15220 Dal Bosco
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell alignment="center" valignment="top" topline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Standard
15229 Carolina
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Standard
15238 111
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 </row>
15244 <row bottomline="true">
15245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Standard
15249
15250 \series bold
15251 Dalpiaz
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" topline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Standard
15260 Annamaria
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Standard
15269 111
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 </row>
15275 <row bottomline="true">
15276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Standard
15280
15281 \series bold
15282 Feliciello
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" topline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Standard
15291 Domenico
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Standard
15300 111
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 </row>
15306 <row bottomline="true">
15307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Standard
15311
15312 \series bold
15313 Focarelli
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" topline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Standard
15322 Paola
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Standard
15331 111
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 </row>
15337 <row bottomline="true">
15338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Standard
15342
15343 \series bold
15344 Galletti
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" topline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Standard
15353 Oreste
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Standard
15362 111
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row bottomline="true">
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Standard
15373
15374 \series bold
15375 Gasparini
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 <cell alignment="center" valignment="top" topline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Standard
15384 Franca
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Standard
15393 111
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 </row>
15399 <row bottomline="true">
15400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Standard
15404
15405 \series bold
15406 Rizzardi
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" topline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Standard
15415 Paola
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15421 \begin_inset Text
15422
15423 \begin_layout Standard
15424 111
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 </row>
15430 <row bottomline="true">
15431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15432 \begin_inset Text
15433
15434 \begin_layout Standard
15435
15436 \series bold
15437 Lassini
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 <cell alignment="center" valignment="top" topline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Standard
15446 Giancarlo
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Standard
15455 111
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 </row>
15461 <row bottomline="true">
15462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Standard
15466
15467 \series bold
15468 Malfatti
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Standard
15477 Luciano
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Standard
15486 111
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row bottomline="true">
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Standard
15497
15498 \series bold
15499 Malfatti
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" topline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Standard
15508 Valeriano
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Standard
15517 111
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row bottomline="true">
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Standard
15528
15529 \series bold
15530 Meneguzzo
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell alignment="center" valignment="top" topline="true" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Standard
15539 Roberto
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Standard
15548 111
15549 \end_layout
15550
15551 \end_inset
15552 </cell>
15553 </row>
15554 <row bottomline="true">
15555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Standard
15559
15560 \series bold
15561 Mezzadra
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 <cell alignment="center" valignment="top" topline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Standard
15570 Roberto
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Standard
15579 111
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 </row>
15585 <row bottomline="true">
15586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Standard
15590
15591 \series bold
15592 Pirpamer
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" topline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Standard
15601 Erich
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Standard
15610 111
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 </row>
15616 <row bottomline="true">
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Standard
15621
15622 \series bold
15623 Pochiesa
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 <cell alignment="center" valignment="top" topline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Standard
15632 Paolo
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Standard
15641 111, 222
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 </row>
15647 <row bottomline="true">
15648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Standard
15652
15653 \series bold
15654 Radina
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell alignment="center" valignment="top" topline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Standard
15663 Claudio
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Standard
15672 111
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 </row>
15678 <row bottomline="true">
15679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Standard
15683
15684 \series bold
15685 Stuffer
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Standard
15694 Oskar
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Standard
15703 111
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 </row>
15709 <row bottomline="true">
15710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Standard
15714
15715 \series bold
15716 Tacchelli
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" topline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Standard
15725 Ugo
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Standard
15734 111
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 </row>
15740 <row bottomline="true">
15741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Standard
15745
15746 \series bold
15747 Tezzele
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Standard
15756 Margit
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Standard
15765 111
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row bottomline="true">
15772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Standard
15776
15777 \series bold
15778 Unterkalmsteiner
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" topline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Standard
15787 Frieda
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Standard
15796 111
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 </row>
15802 <row bottomline="true">
15803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Standard
15807
15808 \series bold
15809 Vieider
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Standard
15818 Hilde
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Standard
15827 111
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 </row>
15833 <row bottomline="true">
15834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Standard
15838
15839 \series bold
15840 Vigna
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Standard
15849 Jürgen
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Standard
15858 111
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 </row>
15864 <row bottomline="true">
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Standard
15869
15870 \series bold
15871 Weber
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Standard
15880 Maurizio
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Standard
15889 111
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 </row>
15895 <row bottomline="true">
15896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Standard
15900
15901 \series bold
15902 Winkler
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" topline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Standard
15911 Franz
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Standard
15920 111
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 </row>
15926 <row bottomline="true">
15927 <cell multicolumn="1" alignment="left" valignment="top" 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 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Standard
15940
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Standard
15949
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 </row>
15955 <row bottomline="true">
15956 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Standard
15960
15961 \series bold
15962 Annovi
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Standard
15971 Silvia
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Standard
15980 555
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 </row>
15986 <row bottomline="true">
15987 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Standard
15991
15992 \series bold
15993 Bertoli
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" topline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Standard
16002 Stefano
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Standard
16011 555
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 </row>
16017 <row bottomline="true">
16018 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Standard
16022
16023 \series bold
16024 Bozzi
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 <cell alignment="center" valignment="top" topline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Standard
16033 Walter
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Standard
16042 555
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 <row bottomline="true">
16049 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Standard
16053
16054 \series bold
16055 Cachia
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Standard
16064 Maria
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Standard
16073 555
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 <row bottomline="true">
16080 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Standard
16084
16085 \series bold
16086 Cachia
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Standard
16095 Maurizio
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Standard
16104 555
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 </row>
16110 <row bottomline="true">
16111 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Standard
16115
16116 \series bold
16117 Cinquemani
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" topline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Standard
16126 Giusi
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Standard
16135 555
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row bottomline="true">
16142 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Standard
16146
16147 \series bold
16148 Colin
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" topline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Standard
16157 Bernard
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Standard
16166 555
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row bottomline="true">
16173 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Standard
16177
16178 \series bold
16179 Concli
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Standard
16188 Gianfranco
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Standard
16197 555
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row bottomline="true">
16204 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Standard
16208
16209 \series bold
16210 Dal Bosco
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 <cell alignment="center" valignment="top" topline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Standard
16219 Carolina
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Standard
16228 555
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 </row>
16234 <row bottomline="true">
16235 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Standard
16239
16240 \series bold
16241 Dalpiaz
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Standard
16250 Annamaria
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Standard
16259 555
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 <row bottomline="true">
16266 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Standard
16270
16271 \series bold
16272 Feliciello
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell alignment="center" valignment="top" topline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Standard
16281 Domenico
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Standard
16290 555
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 </row>
16296 <row bottomline="true">
16297 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Standard
16301
16302 \series bold
16303 Focarelli
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Standard
16312 Paola
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Standard
16321 555
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 <row bottomline="true">
16328 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Standard
16332
16333 \series bold
16334 Galletti
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Standard
16343 Oreste
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Standard
16352 555
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 <row bottomline="true">
16359 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Standard
16363
16364 \series bold
16365 Gasparini
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Standard
16374 Franca
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Standard
16383 555
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 <row bottomline="true">
16390 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Standard
16394
16395 \series bold
16396 Rizzardi
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Standard
16405 Paola
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Standard
16414 555
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 </row>
16420 <row bottomline="true">
16421 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Standard
16425
16426 \series bold
16427 Lassini
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="center" valignment="top" topline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Standard
16436 Giancarlo
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Standard
16445 555
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 </row>
16451 <row bottomline="true">
16452 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Standard
16456
16457 \series bold
16458 Malfatti
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 <cell alignment="center" valignment="top" topline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Standard
16467 Luciano
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Standard
16476 555
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 </row>
16482 <row bottomline="true">
16483 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Standard
16487
16488 \series bold
16489 Malfatti
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 <cell alignment="center" valignment="top" topline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Standard
16498 Valeriano
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Standard
16507 555
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 </row>
16513 <row bottomline="true">
16514 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Standard
16518
16519 \series bold
16520 Meneguzzo
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Standard
16529 Roberto
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Standard
16538 555
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 </row>
16544 <row bottomline="true">
16545 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Standard
16549
16550 \series bold
16551 Mezzadra
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell alignment="center" valignment="top" topline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Standard
16560 Roberto
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Standard
16569 555
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row bottomline="true">
16576 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Standard
16580
16581 \series bold
16582 Pirpamer
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Standard
16591 Erich
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Standard
16600 555
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row bottomline="true">
16607 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Standard
16611
16612 \series bold
16613 Pochiesa
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" topline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Standard
16622 Paolo
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Standard
16631 555, 222
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 </row>
16637 <row bottomline="true">
16638 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Standard
16642
16643 \series bold
16644 Radina
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Standard
16653 Claudio
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Standard
16662 555
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 </row>
16668 <row bottomline="true">
16669 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Standard
16673
16674 \series bold
16675 Stuffer
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" topline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Standard
16684 Oskar
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Standard
16693 555
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 </row>
16699 <row bottomline="true">
16700 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Standard
16704
16705 \series bold
16706 Tacchelli
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" topline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Standard
16715 Ugo
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Standard
16724 555
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 <row bottomline="true">
16731 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Standard
16735
16736 \series bold
16737 Tezzele
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" topline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Standard
16746 Margit
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Standard
16755 555
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row bottomline="true">
16762 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Standard
16766
16767 \series bold
16768 Unterkalmsteiner
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Standard
16777 Frieda
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Standard
16786 555
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 <row bottomline="true">
16793 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Standard
16797
16798 \series bold
16799 Vieider
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" topline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Standard
16808 Hilde
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Standard
16817 555
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row bottomline="true">
16824 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Standard
16828
16829 \series bold
16830 Vigna
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell alignment="center" valignment="top" topline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Standard
16839 Jürgen
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Standard
16848 999
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 </row>
16854 <row bottomline="true">
16855 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Standard
16859
16860 \series bold
16861 Weber
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" topline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Standard
16870 Maurizio
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Standard
16879 555
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 </row>
16885 <row bottomline="true">
16886 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Standard
16890
16891 \series bold
16892 Winkler
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Standard
16901 Franz
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Standard
16910 555
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 </row>
16916 <row bottomline="true" endlastfoot="true">
16917 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Standard
16921
16922 \series bold
16923 End
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Standard
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Standard
16941
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 </lyxtabular>
16948
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \begin_layout Subsection
16955 Table Cells
16956 \begin_inset LatexCommand index
16957 name "Tables ! Cells"
16958
16959 \end_inset
16960
16961
16962 \begin_inset LatexCommand label
16963 name "sub:Table-Cells"
16964
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \begin_layout Standard
16971 A table cell can contain text, inline equations, a figure, or another table.
16972  All these kinds of objects can be placed in the same cell.
16973  Font sizes and shapes can also be altered.
16974  But you can't put a special environment in a cell (like 
16975 \family sans
16976 Section*
16977 \family default
16978 , etc.), nor set spacing options etc.
16979  for the cell's paragraph.
16980 \end_layout
16981
16982 \begin_layout Standard
16983 To have multi-line entries in table cells, you have to declare a fixed width
16984  for the column in the table dialog.
16985  Your text is then automatically split into multiple lines and the cell
16986  is enlarged vertically when the length of the text exceeds the given width.
16987  An example:
16988 \end_layout
16989
16990 \begin_layout Standard
16991 \align center
16992 \begin_inset Tabular
16993 <lyxtabular version="3" rows="4" columns="3">
16994 <features>
16995 <column alignment="center" valignment="top" leftline="true" width="0pt">
16996 <column alignment="block" valignment="top" leftline="true" width="3cm">
16997 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
16998 <row topline="true" bottomline="true">
16999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Standard
17003
17004 \family roman
17005 \series medium
17006 \shape up
17007 \size normal
17008 \emph off
17009 \bar no
17010 \noun off
17011 \color none
17012 1
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Standard
17021
17022 \family roman
17023 \series medium
17024 \shape up
17025 \size normal
17026 \emph off
17027 \bar no
17028 \noun off
17029 \color none
17030 2
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Standard
17039
17040 \family roman
17041 \series medium
17042 \shape up
17043 \size normal
17044 \emph off
17045 \bar no
17046 \noun off
17047 \color none
17048 3
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 <row>
17055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Standard
17059
17060 \family roman
17061 \series medium
17062 \shape up
17063 \size normal
17064 \emph off
17065 \bar no
17066 \noun off
17067 \color none
17068 4
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Standard
17077
17078 \family roman
17079 \series medium
17080 \shape up
17081 \size normal
17082 \emph off
17083 \bar no
17084 \noun off
17085 \color none
17086 This is a multiline entry in a table.
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Standard
17095
17096 \family roman
17097 \series medium
17098 \shape up
17099 \size normal
17100 \emph off
17101 \bar no
17102 \noun off
17103 \color none
17104 5
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 </row>
17110 <row bottomline="true">
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Standard
17115
17116 \family roman
17117 \series medium
17118 \shape up
17119 \size normal
17120 \emph off
17121 \bar no
17122 \noun off
17123 \color none
17124 6
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Standard
17133
17134 \family roman
17135 \series medium
17136 \shape up
17137 \size normal
17138 \emph off
17139 \bar no
17140 \noun off
17141 \color none
17142 This is longer now.
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Standard
17151
17152 \family roman
17153 \series medium
17154 \shape up
17155 \size normal
17156 \emph off
17157 \bar no
17158 \noun off
17159 \color none
17160 7
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 </row>
17166 <row bottomline="true">
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Standard
17171
17172 \family roman
17173 \series medium
17174 \shape up
17175 \size normal
17176 \emph off
17177 \bar no
17178 \noun off
17179 \color none
17180 8
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Standard
17189
17190 \family roman
17191 \series medium
17192 \shape up
17193 \size normal
17194 \emph off
17195 \bar no
17196 \noun off
17197 \color none
17198 This is a multiline entry in a table.
17199  This is longer now.
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Standard
17208
17209 \family roman
17210 \series medium
17211 \shape up
17212 \size normal
17213 \emph off
17214 \bar no
17215 \noun off
17216 \color none
17217 9
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 </row>
17223 </lyxtabular>
17224
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \begin_layout Standard
17231 Cutting and pasting between tables and table cells works reasonably well.
17232  You can cut and paste even more than one row.
17233  Selection with the mouse or with 
17234 \family sans
17235 Shift
17236 \family default
17237  plus the arrow keys works as usual.
17238  You can also copy and paste the entire table as a single unit by starting
17239  the selection from outside the table.
17240 \end_layout
17241
17242 \begin_layout Section
17243 Floats
17244 \begin_inset LatexCommand index
17245 name "Floats"
17246
17247 \end_inset
17248
17249
17250 \begin_inset LatexCommand label
17251 name "sec:Floats"
17252
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \begin_layout Standard
17259 A float is a block of text associated with some sort of label, which doesn't
17260  have a fixed location.
17261  It can 
17262 \begin_inset Quotes eld
17263 \end_inset
17264
17265 float
17266 \begin_inset Quotes erd
17267 \end_inset
17268
17269  forward or backward a page or two, to wherever it fits best.
17270  
17271 \family sans
17272 Footnotes
17273 \family default
17274  and 
17275 \family sans
17276 Margin\InsetSpace ~
17277 Notes
17278 \family default
17279  are also floats, because they can float to the next page when there are
17280  too much notes at the page.
17281 \end_layout
17282
17283 \begin_layout Standard
17284 Floats makes it possible to get a high quality layout.
17285  Images and tables can evenly be spread to the pages to avoid whitespace
17286  and pages without text.
17287  As the floating often destroys the context between the text and the image/table
17288 , every float can be referenced in the text.
17289  Floats are therefore numbered.
17290  Referencing is described in section\InsetSpace ~
17291
17292 \begin_inset LatexCommand ref
17293 reference "sec:Cross-References"
17294
17295 \end_inset
17296
17297 .
17298 \end_layout
17299
17300 \begin_layout Standard
17301 To insert a float, use the menu 
17302 \family sans
17303 Insert\SpecialChar \menuseparator
17304 Floats
17305 \family default
17306 .
17307  A box with a caption that has e.\InsetSpace \thinspace{}
17308 g.\InsetSpace ~
17309 the label 
17310 \begin_inset Quotes eld
17311 \end_inset
17312
17313 Figure\InsetSpace ~
17314 #:
17315 \begin_inset Quotes erd
17316 \end_inset
17317
17318  (# is the actual number) will be inserted into your document.
17319  The label will automatically be translated to the document language in
17320  the output.
17321  Behind the label you can insert the caption text.
17322 \begin_inset LatexCommand index
17323 name "Floats ! Captions"
17324
17325 \end_inset
17326
17327  The image or table is inserted above or below the caption in a separate
17328  paragraph within the float.
17329  To keep your LyX-document readable, you can open and close the float box
17330  by left-clicking on the box label.
17331  A closed float box looks like this: 
17332 \begin_inset Graphics
17333         filename clipart/floatQt4.png
17334         inzipName 
17335         embed true
17336         scale 80
17337
17338 \end_inset
17339
17340  -- a gray button with a red label.
17341 \end_layout
17342
17343 \begin_layout Standard
17344 It is recommended to insert floats as a separate paragraph to avoid possible
17345  LaTeX-errors that can occur when the surrounding text is specially formatted.
17346 \end_layout
17347
17348 \begin_layout Subsection
17349 Float Types
17350 \end_layout
17351
17352 \begin_layout Subsubsection
17353 Figure Floats
17354 \begin_inset LatexCommand index
17355 name "Floats ! Figure floats"
17356
17357 \end_inset
17358
17359
17360 \begin_inset LatexCommand label
17361 name "sec:Figure-Floats"
17362
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \begin_layout Standard
17369 The menu 
17370 \family sans
17371 Insert\SpecialChar \menuseparator
17372 Float\SpecialChar \menuseparator
17373 Figure
17374 \family default
17375  inserts a float with the label 
17376 \begin_inset Quotes eld
17377 \end_inset
17378
17379
17380 \series bold
17381 Figure\InsetSpace ~
17382 #:
17383 \series default
17384
17385 \begin_inset Quotes erd
17386 \end_inset
17387
17388 .
17389  Set the cursor above this label (or before it and press enter) and insert
17390  the image as described above to get the caption printed below the image.
17391  This is what we did for Figure\InsetSpace ~
17392
17393 \begin_inset LatexCommand ref
17394 reference "cap:Platypus"
17395
17396 \end_inset
17397
17398 .
17399  If you want the caption to be above the image, set the cursor at the end
17400  of the caption, press enter and insert the image.
17401  This was done in Figure\InsetSpace ~
17402
17403 \begin_inset LatexCommand ref
17404 reference "cap:Escher"
17405
17406 \end_inset
17407
17408 .
17409 \end_layout
17410
17411 \begin_layout Standard
17412 \begin_inset Float figure
17413 wide false
17414 sideways false
17415 status open
17416
17417 \begin_layout Standard
17418 \align center
17419 \begin_inset Graphics
17420         filename clipart/platypus.eps
17421         inzipName 
17422         embed false
17423         display color
17424         width 50col%
17425         rotateOrigin center
17426
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \begin_layout Standard
17433 \begin_inset Caption
17434
17435 \begin_layout Standard
17436 \begin_inset LatexCommand label
17437 name "cap:Platypus"
17438
17439 \end_inset
17440
17441 A severely distorted platypus in a float.
17442 \end_layout
17443
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \begin_layout Standard
17455 \begin_inset Float figure
17456 wide false
17457 sideways false
17458 status open
17459
17460 \begin_layout Standard
17461 \begin_inset Caption
17462
17463 \begin_layout Standard
17464 \begin_inset LatexCommand label
17465 name "cap:Escher"
17466
17467 \end_inset
17468
17469 M.C.
17470  Escher on acid.
17471 \end_layout
17472
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \begin_layout Standard
17479 \align center
17480 \begin_inset Graphics
17481         filename clipart/escher-lsd.eps
17482         inzipName 
17483         embed true
17484         display color
17485         scale 80
17486         rotateOrigin center
17487
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \begin_layout Standard
17499 This figure float show also how to set a label and create a cross-reference
17500  to it.
17501  As described in section\InsetSpace ~
17502
17503 \begin_inset LatexCommand ref
17504 reference "sec:Cross-References"
17505
17506 \end_inset
17507
17508 , you can simply insert a label in the caption using the menu 
17509 \family sans
17510 Insert\SpecialChar \menuseparator
17511 Label
17512 \family default
17513  and refer to it using the menu 
17514 \family sans
17515 Insert\SpecialChar \menuseparator
17516 Cross-Reference
17517 \family default
17518 .
17519  It is important to use references to figure floats, rather than using vague
17520  references like 
17521 \begin_inset Quotes eld
17522 \end_inset
17523
17524 the figure above
17525 \begin_inset Quotes erd
17526 \end_inset
17527
17528 , because as LaTeX will reposition the floats in the final document; it
17529  might not be 
17530 \begin_inset Quotes eld
17531 \end_inset
17532
17533 above
17534 \begin_inset Quotes erd
17535 \end_inset
17536
17537  at all.
17538 \end_layout
17539
17540 \begin_layout Standard
17541 Normally one inserts only one image to a figure float, but sometimes you
17542  might want to use two images with separate subcaptions.
17543  This can be done in the graphics dialog: Right-click on an image and go
17544  to the tab 
17545 \family sans
17546 Extra\InsetSpace ~
17547 options
17548 \family default
17549  in the appearing dialog, use the option 
17550 \family sans
17551 Subfigure
17552 \family default
17553 , and enter the subcaption for the image in the now enabled caption field.
17554  Figure\InsetSpace ~
17555
17556 \begin_inset LatexCommand ref
17557 reference "cap:Two-distorted-images"
17558
17559 \end_inset
17560
17561  is an example of a figure float with two images set side by side.
17562  You can also set the images one below the other.
17563 \end_layout
17564
17565 \begin_layout Standard
17566 \begin_inset Float figure
17567 wide false
17568 sideways false
17569 status open
17570
17571 \begin_layout Standard
17572
17573 \hfill
17574
17575 \begin_inset Graphics
17576         filename clipart/escher-lsd.eps
17577         inzipName 
17578         embed true
17579         width 45col%
17580         subcaption
17581         subcaptionText "Undefinable structure"
17582
17583 \end_inset
17584
17585
17586 \hfill
17587
17588 \begin_inset Graphics
17589         filename clipart/platypus.eps
17590         inzipName 
17591         embed true
17592         lyxscale 60
17593         width 45col%
17594         subcaption
17595         subcaptionText "Platypus"
17596
17597 \end_inset
17598
17599
17600 \hfill
17601
17602 \end_layout
17603
17604 \begin_layout Standard
17605 \begin_inset Caption
17606
17607 \begin_layout Standard
17608 \begin_inset LatexCommand label
17609 name "cap:Two-distorted-images"
17610
17611 \end_inset
17612
17613 Two distorted images.
17614 \end_layout
17615
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \end_inset
17622
17623
17624 \end_layout
17625
17626 \begin_layout Standard
17627 Note that the caption is added to the 
17628 \family sans
17629 List\InsetSpace ~
17630 of\InsetSpace ~
17631 Figures
17632 \family default
17633  as described in section\InsetSpace ~
17634
17635 \begin_inset LatexCommand ref
17636 reference "sec:ListsOf"
17637
17638 \end_inset
17639
17640 .
17641 \end_layout
17642
17643 \begin_layout Subsubsection
17644 Table Floats
17645 \begin_inset LatexCommand index
17646 name "Floats ! Table floats"
17647
17648 \end_inset
17649
17650
17651 \begin_inset LatexCommand label
17652 name "sec:Table-Floats"
17653
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \begin_layout Standard
17660 Table floats can be inserted using the menu 
17661 \family sans
17662 Insert\SpecialChar \menuseparator
17663 Float\SpecialChar \menuseparator
17664 Table
17665 \family default
17666 .
17667  They have the same properties as figure floats except of the different
17668  label.
17669  Table\InsetSpace ~
17670
17671 \begin_inset LatexCommand ref
17672 reference "cap:Table-float"
17673
17674 \end_inset
17675
17676  is an example of a table float.
17677 \end_layout
17678
17679 \begin_layout Standard
17680 \begin_inset Float table
17681 wide false
17682 sideways false
17683 status open
17684
17685 \begin_layout Standard
17686 \begin_inset Caption
17687
17688 \begin_layout Standard
17689 \begin_inset LatexCommand label
17690 name "cap:Table-float"
17691
17692 \end_inset
17693
17694 A table float.
17695 \end_layout
17696
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \begin_layout Standard
17703 \align center
17704 \begin_inset Tabular
17705 <lyxtabular version="3" rows="3" columns="3">
17706 <features>
17707 <column alignment="center" valignment="top" leftline="true" width="0pt">
17708 <column alignment="center" valignment="top" leftline="true" width="0pt">
17709 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17710 <row topline="true" bottomline="true">
17711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Standard
17715
17716 \family roman
17717 \series medium
17718 \shape up
17719 \size normal
17720 \emph off
17721 \bar no
17722 \noun off
17723 \color none
17724 1
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Standard
17733
17734 \family roman
17735 \series medium
17736 \shape up
17737 \size normal
17738 \emph off
17739 \bar no
17740 \noun off
17741 \color none
17742 2
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Standard
17751
17752 \family roman
17753 \series medium
17754 \shape up
17755 \size normal
17756 \emph off
17757 \bar no
17758 \noun off
17759 \color none
17760 3
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 </row>
17766 <row topline="true">
17767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Standard
17771
17772 \family roman
17773 \series medium
17774 \shape up
17775 \size normal
17776 \emph off
17777 \bar no
17778 \noun off
17779 \color none
17780 Joe
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Standard
17789
17790 \family roman
17791 \series medium
17792 \shape up
17793 \size normal
17794 \emph off
17795 \bar no
17796 \noun off
17797 \color none
17798 Mary
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Standard
17807
17808 \family roman
17809 \series medium
17810 \shape up
17811 \size normal
17812 \emph off
17813 \bar no
17814 \noun off
17815 \color none
17816 Ted
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 </row>
17822 <row topline="true" bottomline="true">
17823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Standard
17827
17828 \family roman
17829 \series medium
17830 \shape up
17831 \size normal
17832 \emph off
17833 \bar no
17834 \noun off
17835 \color none
17836 \begin_inset Formula $\int x^{2}dx$
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Standard
17848
17849 \family roman
17850 \series medium
17851 \shape up
17852 \size normal
17853 \emph off
17854 \bar no
17855 \noun off
17856 \color none
17857 \begin_inset Formula $\left[\begin{array}{cc}
17858 a & b\\
17859 c & d\end{array}\right]$
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Standard
17871
17872 \family roman
17873 \series medium
17874 \shape up
17875 \size normal
17876 \emph off
17877 \bar no
17878 \noun off
17879 \color none
17880 \begin_inset Formula $1+1=2$
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 </row>
17889 </lyxtabular>
17890
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \end_inset
17897
17898
17899 \end_layout
17900
17901 \begin_layout Subsubsection
17902 Algorithm Floats
17903 \begin_inset LatexCommand index
17904 name "Floats ! Algorithm floats"
17905
17906 \end_inset
17907
17908
17909 \end_layout
17910
17911 \begin_layout Standard
17912 This float type is inserted with the menu 
17913 \family sans
17914 Insert\SpecialChar \menuseparator
17915 Float\SpecialChar \menuseparator
17916 Algorithm
17917 \family default
17918 .
17919  It is used for program codes and descriptions of algorithms.
17920  A possible environment for algorithms is the 
17921 \family sans
17922 LyX-Code
17923 \family default
17924 , described in section\InsetSpace ~
17925
17926 \begin_inset LatexCommand ref
17927 reference "sub:LyX-Code"
17928
17929 \end_inset
17930
17931 .
17932 \end_layout
17933
17934 \begin_layout Standard
17935 \begin_inset Note Greyedout
17936 status open
17937
17938 \begin_layout Standard
17939
17940 \series bold
17941 Note:
17942 \series default
17943  that the float label is not automatically translated into the document
17944  language.
17945 \end_layout
17946
17947 \end_inset
17948
17949  You have to do this manually by adding the following line
17950 \end_layout
17951
17952 \begin_layout Standard
17953
17954 \series bold
17955
17956 \backslash
17957 floatname{algorithm}{your\InsetSpace ~
17958 name}
17959 \end_layout
17960
17961 \begin_layout Standard
17962 to the document preamble (menu 
17963 \family sans
17964 Document\SpecialChar \menuseparator
17965 Settings
17966 \family default
17967 ).
17968  
17969 \series bold
17970 your\InsetSpace ~
17971 name
17972 \series default
17973  is the word 
17974 \begin_inset Quotes eld
17975 \end_inset
17976
17977
17978 \emph on
17979 algorithm
17980 \emph default
17981
17982 \begin_inset Quotes erd
17983 \end_inset
17984
17985  in your language.
17986 \end_layout
17987
17988 \begin_layout Subsubsection
17989 Text Wrap Floats
17990 \begin_inset LatexCommand index
17991 name "Floats ! Text Wrap Floats"
17992
17993 \end_inset
17994
17995
17996 \begin_inset LatexCommand label
17997 name "sec:floatflt"
17998
17999 \end_inset
18000
18001
18002 \end_layout
18003
18004 \begin_layout Standard
18005 This float type is used if you want to 
18006 \begin_inset Quotes eld
18007 \end_inset
18008
18009 wrap
18010 \begin_inset Quotes erd
18011 \end_inset
18012
18013  text around a figure so that it only occupies some fraction of the column
18014  width.
18015  It can be inserted using the menu 
18016 \begin_inset Wrap figure
18017 lines 0
18018 placement l
18019 overhang 0col%
18020 width "40col%"
18021 status open
18022
18023 \begin_layout Standard
18024 \begin_inset Graphics
18025         filename clipart/mobius.eps
18026         inzipName 
18027         embed false
18028         display color
18029         width 40col%
18030         rotateOrigin center
18031
18032 \end_inset
18033
18034
18035 \end_layout
18036
18037 \begin_layout Standard
18038 \begin_inset Caption
18039
18040 \begin_layout Standard
18041 \begin_inset LatexCommand label
18042 name "cap:Wrapped-figure"
18043
18044 \end_inset
18045
18046 This is a wrapped figure, and this is the brilliant caption that describes
18047  it
18048 \begin_inset VSpace medskip
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \end_inset
18060
18061  
18062 \family sans
18063 Insert\SpecialChar \menuseparator
18064 Float\SpecialChar \menuseparator
18065 Text\InsetSpace ~
18066 Wrap\InsetSpace ~
18067 Float
18068 \family default
18069  if the LaTeX-package 
18070 \series bold
18071 floatflt
18072 \series default
18073
18074 \begin_inset LatexCommand index
18075 name "LaTeX-packages ! floatflt"
18076
18077 \end_inset
18078
18079  is installed.
18080 \begin_inset Foot
18081 status collapsed
18082
18083 \begin_layout Standard
18084 Installing a LaTeX-package is explained it in the 
18085 \emph on
18086 LaTeX\InsetSpace ~
18087 Configuration
18088 \emph default
18089  manual.
18090 \end_layout
18091
18092 \end_inset
18093
18094  The width and placement of the float is adjusted by right-clicking on the
18095  float box.
18096  Figure\InsetSpace ~
18097
18098 \begin_inset LatexCommand ref
18099 reference "cap:Wrapped-figure"
18100
18101 \end_inset
18102
18103  is an example Text\InsetSpace ~
18104 wrap float with a width of 40
18105 \begin_inset Formula $\,$
18106 \end_inset
18107
18108 col%.
18109 \begin_inset Foot
18110 status collapsed
18111
18112 \begin_layout Standard
18113 Available units are explained in Appendix\InsetSpace ~
18114
18115 \begin_inset LatexCommand ref
18116 reference "cha:Units-available-in"
18117
18118 \end_inset
18119
18120 .
18121 \end_layout
18122
18123 \end_inset
18124
18125  Some space was added under the caption to separate it better from the surroundi
18126 ng text.
18127 \end_layout
18128
18129 \begin_layout Standard
18130 The LaTeX-package 
18131 \series bold
18132 floatflt
18133 \series default
18134  also supports table wrap floats, but they are not yet supported by LyX.
18135  If you need this, read the documentation of 
18136 \series bold
18137 floatflt
18138 \series default
18139  
18140 \begin_inset LatexCommand cite
18141 key "floatflt"
18142
18143 \end_inset
18144
18145 .
18146 \end_layout
18147
18148 \begin_layout Standard
18149 \begin_inset Note Greyedout
18150 status open
18151
18152 \begin_layout Standard
18153
18154 \series bold
18155 Note:
18156 \series default
18157  Text\InsetSpace ~
18158 wrap float floats might be fragile! E.g.
18159  having a figure too close to the bottom of the page can mess things up
18160  in the way that the float doesn't appear in the output or that it is placed
18161  over some other text.
18162 \begin_inset Foot
18163 status collapsed
18164
18165 \begin_layout Standard
18166 The better solution is to use the LaTeX-package 
18167 \series bold
18168 wrapfig
18169 \series default
18170
18171 \begin_inset LatexCommand index
18172 name "LaTeX-packages ! wrapfig"
18173
18174 \end_inset
18175
18176  instead of 
18177 \series bold
18178 floatflt
18179 \series default
18180  but it is currently not supported by LyX.
18181 \end_layout
18182
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \end_inset
18189
18190  In general:
18191 \end_layout
18192
18193 \begin_layout Itemize
18194 Wrap floats should not be placed in paragraphs that run over a page break.
18195  That means that wrap floats should better be inserted to the exact place
18196  when the document is nearly ready and you are able to estimate where page
18197  breaks will appear.
18198 \end_layout
18199
18200 \begin_layout Itemize
18201 Wrap floats should either be placed in an own paragraph before the paragraph
18202  where they should wrap into or within a paragraph.
18203 \end_layout
18204
18205 \begin_layout Itemize
18206 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18207  there is a text paragraph between them as separator.
18208 \end_layout
18209
18210 \begin_layout Itemize
18211 Wrap floats are not allowed in section headings or tables.
18212 \end_layout
18213
18214 \begin_layout Subsection
18215 Rotated Floats
18216 \begin_inset LatexCommand label
18217 name "sub:Rotated-Floats"
18218
18219 \end_inset
18220
18221
18222 \begin_inset LatexCommand index
18223 name "Floats ! Rotating"
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \begin_layout Standard
18231 Especially for wide tables you might have floats rotated.
18232  To rotate a whole float including the caption, right-click on the float-box
18233  and use the option 
18234 \family sans
18235 Rotate\InsetSpace ~
18236 sideways
18237 \family default
18238 .
18239 \end_layout
18240
18241 \begin_layout Standard
18242 Rotated floats are always placed on its own page (or column, when you have
18243  a two-column document).
18244  They are rotated so that you can read them from the outside margin.
18245  Forcing the rotation direction is explained in the 
18246 \emph on
18247 Embedded Objects
18248 \emph default
18249  manual.
18250 \end_layout
18251
18252 \begin_layout Standard
18253 Referencing rotated floats is the same like for normal floats, the caption
18254  format is also the same: Table\InsetSpace ~
18255
18256 \begin_inset LatexCommand ref
18257 reference "cap:Rotated-table"
18258
18259 \end_inset
18260
18261  is an example of a rotated table float.
18262 \end_layout
18263
18264 \begin_layout Standard
18265 \begin_inset Note Greyedout
18266 status open
18267
18268 \begin_layout Standard
18269
18270 \series bold
18271 Note:
18272 \series default
18273  Not all DVI-viewers are able to display rotated floats.
18274 \end_layout
18275
18276 \end_inset
18277
18278
18279 \end_layout
18280
18281 \begin_layout Standard
18282 \begin_inset Float table
18283 wide false
18284 sideways true
18285 status open
18286
18287 \begin_layout Standard
18288 \begin_inset Caption
18289
18290 \begin_layout Standard
18291 \begin_inset LatexCommand label
18292 name "cap:Rotated-table"
18293
18294 \end_inset
18295
18296  Rotated table
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Standard
18305 \align center
18306 \begin_inset Tabular
18307 <lyxtabular version="3" rows="1" columns="5">
18308 <features>
18309 <column alignment="center" valignment="top" leftline="true" width="0">
18310 <column alignment="center" valignment="top" leftline="true" width="0">
18311 <column alignment="center" valignment="top" leftline="true" width="0">
18312 <column alignment="center" valignment="top" leftline="true" width="0">
18313 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18314 <row topline="true" bottomline="true">
18315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Standard
18319 test
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Standard
18328 b
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Standard
18337 c
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Standard
18346 d
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Standard
18355 e
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 </row>
18361 </lyxtabular>
18362
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \begin_layout Subsection
18374 Float Placement
18375 \begin_inset LatexCommand label
18376 name "sub:Float-Placement"
18377
18378 \end_inset
18379
18380
18381 \begin_inset LatexCommand index
18382 name "Floats ! Placement"
18383
18384 \end_inset
18385
18386
18387 \end_layout
18388
18389 \begin_layout Standard
18390 Right-clicking on a float-box opens a dialog where you can alter the placement
18391  options that LaTeX uses for positioning the float.
18392 \newline
18393 The option 
18394 \family sans
18395 Span\InsetSpace ~
18396 columns
18397 \family default
18398  is only useful for two-column documents: If you select it, the float will
18399  span across both columns on the page instead of being confined to just
18400  one.
18401 \newline
18402 The option 
18403 \family sans
18404 Rotate\InsetSpace ~
18405 sideways
18406 \family default
18407  is used to rotate floats, see section\InsetSpace ~
18408
18409 \begin_inset LatexCommand ref
18410 reference "sub:Rotated-Floats"
18411
18412 \end_inset
18413
18414 .
18415 \end_layout
18416
18417 \begin_layout Standard
18418 You can use one ore more of the following options in the float dialog to
18419  set the placement for a particular float when you uncheck the option 
18420 \family sans
18421 Use\InsetSpace ~
18422 default\InsetSpace ~
18423 placement
18424 \family default
18425 :
18426 \end_layout
18427
18428 \begin_layout Description
18429 Here\InsetSpace ~
18430 if\InsetSpace ~
18431 possible: try to place the float on the position where it is inserted
18432 \end_layout
18433
18434 \begin_layout Description
18435 Top\InsetSpace ~
18436 of\InsetSpace ~
18437 page: try to place the float on the top of the current page
18438 \end_layout
18439
18440 \begin_layout Description
18441 Bottom\InsetSpace ~
18442 of\InsetSpace ~
18443 page: try to place the float on the bottom of the current page
18444 \end_layout
18445
18446 \begin_layout Description
18447 Page\InsetSpace ~
18448 of\InsetSpace ~
18449 floats: try to place the float on an own page 
18450 \end_layout
18451
18452 \begin_layout Standard
18453 The order of the above option is 
18454 \emph on
18455 always
18456 \emph default
18457  used by LaTeX.
18458  That means, if you use the default placement, LaTeX will first try out
18459  
18460 \family sans
18461 Here\InsetSpace ~
18462 if\InsetSpace ~
18463 possible
18464 \family default
18465 , then 
18466 \family sans
18467 Top\InsetSpace ~
18468 of\InsetSpace ~
18469 page
18470 \family default
18471 , and then the others.
18472  If you don't use the default, LaTeX will try only the checked options but
18473  in the same order.
18474  If none of the 4 placements are possible the procedure is internally repeated
18475  but it is tried to put the float on the following page.
18476 \end_layout
18477
18478 \begin_layout Standard
18479 By default, each options has its own rules:
18480 \end_layout
18481
18482 \begin_layout Standard
18483
18484 \family sans
18485 Top\InsetSpace ~
18486 of\InsetSpace ~
18487 page
18488 \family default
18489  only floats occupying less than 70\InsetSpace \thinspace{}
18490 % of the page can be placed at the top
18491  of a page
18492 \end_layout
18493
18494 \begin_layout Standard
18495
18496 \family sans
18497 Bottom\InsetSpace ~
18498 of\InsetSpace ~
18499 page
18500 \family default
18501 : only floats occupying less than 30\InsetSpace \thinspace{}
18502 % of the page can be placed at the bottom
18503  of a page.
18504 \end_layout
18505
18506 \begin_layout Standard
18507
18508 \family sans
18509 Page\InsetSpace ~
18510 of\InsetSpace ~
18511 floats
18512 \family default
18513 : only if more than 50\InsetSpace \thinspace{}
18514 % of the page are occupied by floats, several floats
18515  can be set together on a page.
18516 \end_layout
18517
18518 \begin_layout Standard
18519 If you don't like these rules, you can ignore them by using the additional
18520  option 
18521 \family sans
18522 Ignore\InsetSpace ~
18523 LaTeX\InsetSpace ~
18524 rules
18525 \family default
18526 .
18527 \end_layout
18528
18529 \begin_layout Standard
18530 Sometimes you might need, under all circumstances, a float to be placed
18531  exactly at the position where it is inserted.
18532  For this case you can use the option 
18533 \family sans
18534 Here\InsetSpace ~
18535 definitely
18536 \family default
18537 .
18538  Use this option very rarely and only if the document is nearly ready to
18539  be printed.
18540  Because the float is then no longer able to 
18541 \begin_inset Quotes eld
18542 \end_inset
18543
18544 float
18545 \begin_inset Quotes erd
18546 \end_inset
18547
18548  when you change your document and this will often destroy the page layout.
18549 \end_layout
18550
18551 \begin_layout Standard
18552 There are no placement options for text wrap floats, because they are always
18553  surrounded by the text of a certain paragraph.
18554 \end_layout
18555
18556 \begin_layout Standard
18557 For more details about float placements, have a look at LaTeX books like
18558  
18559 \begin_inset LatexCommand cite
18560 key "latexcompanion,latexguide,latexbook"
18561
18562 \end_inset
18563
18564 .
18565 \end_layout
18566
18567 \begin_layout Section
18568 Minipages
18569 \begin_inset LatexCommand index
18570 name "Minipages"
18571
18572 \end_inset
18573
18574
18575 \begin_inset LatexCommand label
18576 name "sec:Minipages"
18577
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \begin_layout Standard
18584 LaTeX provides a mechanism to produce essentially a page within a page,
18585  called minipage.
18586  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
18587 apply.
18588  
18589 \end_layout
18590
18591 \begin_layout Standard
18592 Minipages in LyX have their own collapsible box inserted via the menu 
18593 \family sans
18594 Insert\SpecialChar \menuseparator
18595 Box
18596 \family default
18597 .
18598  Right-clicking on the box allows you to alter the width of the minipage
18599  and its alignment within the page.
18600 \end_layout
18601
18602 \begin_layout Standard
18603 \align center
18604 \begin_inset Box Frameless
18605 position "t"
18606 hor_pos "c"
18607 has_inner_box 1
18608 inner_pos "t"
18609 use_parbox 0
18610 width "30col%"
18611 special "none"
18612 height "1pt"
18613 height_special "totalheight"
18614 status open
18615
18616 \begin_layout Standard
18617
18618 \shape italic
18619 This is a minipage.
18620  The text is set in an italic style.
18621 \end_layout
18622
18623 \begin_layout Standard
18624
18625 \shape italic
18626 Minipages are often used for text in another language or text that needs
18627  another formatting.
18628 \end_layout
18629
18630 \end_inset
18631
18632
18633 \end_layout
18634
18635 \begin_layout Standard
18636 \begin_inset VSpace medskip
18637 \end_inset
18638
18639 If you place two minipages side-by-side, you can use 
18640 \family sans
18641 Horizontal Fills
18642 \family default
18643  as described in section\InsetSpace ~
18644
18645 \begin_inset LatexCommand ref
18646 reference "sub:Horizontal-Space"
18647
18648 \end_inset
18649
18650 :
18651 \begin_inset VSpace medskip
18652 \end_inset
18653
18654
18655 \end_layout
18656
18657 \begin_layout Standard
18658 \begin_inset Box Frameless
18659 position "t"
18660 hor_pos "c"
18661 has_inner_box 1
18662 inner_pos "t"
18663 use_parbox 0
18664 width "1.5in"
18665 special "none"
18666 height "1pt"
18667 height_special "totalheight"
18668 status open
18669
18670 \begin_layout Standard
18671 This is a minipage with some stupid dummy text.
18672  This dummy text is used to increase the size of the minipage.
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \hfill
18679
18680 \begin_inset Box Frameless
18681 position "t"
18682 hor_pos "c"
18683 has_inner_box 1
18684 inner_pos "t"
18685 use_parbox 0
18686 width "1.5in"
18687 special "none"
18688 height "1pt"
18689 height_special "totalheight"
18690 status open
18691
18692 \begin_layout Standard
18693 This is a minipage with some stupid dummy text.
18694  This dummy text is used to increase the size of the minipage.
18695 \end_layout
18696
18697 \end_inset
18698
18699
18700 \end_layout
18701
18702 \begin_layout Standard
18703 \begin_inset VSpace bigskip
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Standard
18710 When you right-click on a minipage box, you can change the box from a minipage
18711  to other box types.
18712  All box types and their settings are explained in detail in chapter 
18713 \emph on
18714 Boxes
18715 \emph default
18716  of the 
18717 \emph on
18718 Embedded Objects
18719 \emph default
18720  manual.
18721 \end_layout
18722
18723 \begin_layout Chapter
18724 Mathematical Formulas
18725 \begin_inset LatexCommand index
18726 name "Math"
18727
18728 \end_inset
18729
18730
18731 \begin_inset LatexCommand index
18732 name "Formulas | see{Math}"
18733
18734 \end_inset
18735
18736
18737 \begin_inset LatexCommand label
18738 name "cha:Mathematical-Formulas"
18739
18740 \end_inset
18741
18742
18743 \end_layout
18744
18745 \begin_layout Section
18746 Basic Math Editing
18747 \begin_inset LatexCommand index
18748 name "Math ! Basics"
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \begin_layout Standard
18756 To create a math formula, you can just click on the toolbar icon 
18757 \begin_inset Graphics
18758         filename ../images/math-mode.png
18759         inzipName 
18760         embed true
18761
18762 \end_inset
18763
18764 .
18765  That will create a little blue rectangle, with purple markers around its
18766  corners.
18767  That blue rectangle is the formula itself; the purple markers indicate
18768  what level of nesting within the formula you are at.
18769  You can also choose a particular formula type to insert via the 
18770 \family sans
18771 Insert\SpecialChar \menuseparator
18772 Math
18773 \family default
18774  menu.
18775 \end_layout
18776
18777 \begin_layout Standard
18778 Editing the parameters of a formula and adding math constructs can be done
18779  with the 
18780 \family sans
18781 math\InsetSpace ~
18782 toolbar
18783 \family default
18784 , that appears when the cursor is in a formula.
18785 \end_layout
18786
18787 \begin_layout Standard
18788 There are two main types of formulas: Inline formulas appear within a text
18789  line, like this one:
18790 \end_layout
18791
18792 \begin_layout Standard
18793 This is a line with an inline formula 
18794 \begin_inset Formula $A=B$
18795 \end_inset
18796
18797  in it.
18798 \end_layout
18799
18800 \begin_layout Standard
18801 Displayed formulas appear outside the text like as they were in an own paragraph
18802 , like this one:
18803 \begin_inset Formula \[
18804 A=B\]
18805
18806 \end_inset
18807
18808 You can only number and reference displayed formulas.
18809 \end_layout
18810
18811 \begin_layout Standard
18812 LyX supports also many LaTeX math commands.
18813  E.g.
18814  typing 
18815 \begin_inset Quotes eld
18816 \end_inset
18817
18818
18819 \series bold
18820
18821 \backslash
18822 alpha
18823 \series default
18824
18825 \begin_inset Quotes erd
18826 \end_inset
18827
18828 , followed by a space, in a formula will create the Greek letter 
18829 \begin_inset Formula $\alpha$
18830 \end_inset
18831
18832 .
18833  So typing commands might sometimes be faster than using the 
18834 \family sans
18835 Math\InsetSpace ~
18836 Panel
18837 \family default
18838 .
18839 \end_layout
18840
18841 \begin_layout Subsection
18842 Navigating in Formulas
18843 \begin_inset LatexCommand index
18844 name "Math ! Navigating"
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \begin_layout Standard
18852 The best control over the cursor position within an existing formula is
18853  achieved with the arrow keys.
18854  LyX uses small rectangles to indicate places where something can be inserted.
18855  The arrow keys can be used to navigate between parts of a formula.
18856  Pressing 
18857 \family sans
18858 Space
18859 \family default
18860  will leave a formula construct (a square root 
18861 \begin_inset Formula $\sqrt{2}$
18862 \end_inset
18863
18864 , or parentheses 
18865 \begin_inset Formula $\left(f\right)$
18866 \end_inset
18867
18868 , or a matrix 
18869 \begin_inset Formula $\left[\begin{array}{cc}
18870 1 & 2\\
18871 3 & 4\end{array}\right]$
18872 \end_inset
18873
18874 ).
18875  Pressing 
18876 \family sans
18877 Escape
18878 \family default
18879  will leave the formula, placing the cursor after the formula.
18880  
18881 \family sans
18882 Tab
18883 \family default
18884  can be used to move horizontally in a formula; for example, through the
18885  cells of a matrix or the positions in a multi-line equation.
18886 \end_layout
18887
18888 \begin_layout Standard
18889
18890 \family sans
18891 Space
18892 \family default
18893 , printed in this document as 
18894 \begin_inset Quotes eld
18895 \end_inset
18896
18897
18898 \begin_inset ERT
18899 status collapsed
18900
18901 \begin_layout Standard
18902
18903
18904 \backslash
18905 spce 
18906 \end_layout
18907
18908 \end_inset
18909
18910
18911 \begin_inset Quotes erd
18912 \end_inset
18913
18914
18915 \begin_inset Note Note
18916 status collapsed
18917
18918 \begin_layout Standard
18919 This command will appear in the output as official character denoting the
18920  space character (visible space).
18921 \end_layout
18922
18923 \end_inset
18924
18925 , seems to do nothing in a formula, since it does not add a space between
18926  characters, but it does exit a nested structure.
18927  For this reason, you have to be careful about using 
18928 \family sans
18929 Space
18930 \family default
18931 .
18932  For example, if you want 
18933 \begin_inset Formula $\sqrt{2x+1}$
18934 \end_inset
18935
18936 , type 
18937 \series bold
18938
18939 \backslash
18940 sqrt
18941 \begin_inset ERT
18942 status collapsed
18943
18944 \begin_layout Standard
18945
18946
18947 \backslash
18948 spce 
18949 \end_layout
18950
18951 \end_inset
18952
18953 2x+1
18954 \series default
18955  and not 
18956 \series bold
18957
18958 \backslash
18959 sqrt
18960 \begin_inset ERT
18961 status collapsed
18962
18963 \begin_layout Standard
18964
18965
18966 \backslash
18967 spce 
18968 \end_layout
18969
18970 \end_inset
18971
18972 2x
18973 \begin_inset ERT
18974 status collapsed
18975
18976 \begin_layout Standard
18977
18978
18979 \backslash
18980 spce 
18981 \end_layout
18982
18983 \end_inset
18984
18985 +1
18986 \series default
18987 , since in the latter case only the 
18988 \family typewriter
18989
18990 \begin_inset Formula $2x$
18991 \end_inset
18992
18993
18994 \family default
18995  will be under the square root sign: 
18996 \begin_inset Formula $\sqrt{2x}+1$
18997 \end_inset
18998
18999 .
19000 \end_layout
19001
19002 \begin_layout Standard
19003 You can leave many parts of a formula, like this matrix, partially filled
19004  in, such as:
19005 \begin_inset Formula \[
19006 \left(\begin{array}{ccc}
19007 \lambda_{1}\\
19008  & \ddots\\
19009  &  & \lambda_{n}\end{array}\right)\]
19010
19011 \end_inset
19012
19013 If you leave a fraction only partially filled in, or a subscript with nothing
19014  in it, the results will be unpredictable, but most constructs don't mind.
19015 \end_layout
19016
19017 \begin_layout Subsection
19018 Selecting Text
19019 \end_layout
19020
19021 \begin_layout Standard
19022 You can select text within a formula in two different ways.
19023  Place the cursor at one end of the string of text you want, and press 
19024 \family sans
19025 Shift
19026 \family default
19027  and a cursor movement key to select text.
19028  It will be highlighted as with regular text selection.
19029  Alternatively, you can select text with the mouse in the usual way.
19030  That text can then be cut or copied, and then pasted within any formula,
19031  but not in a normal text region in LyX.
19032 \end_layout
19033
19034 \begin_layout Subsection
19035 Exponents and Subscripts
19036 \begin_inset LatexCommand index
19037 name "Math ! Exponents"
19038
19039 \end_inset
19040
19041
19042 \begin_inset LatexCommand index
19043 name "Math ! Subscripts"
19044
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \begin_layout Standard
19051 You can use the math panel to add super- or subscripts, but the much easier
19052  way is to use a command.
19053  To get 
19054 \begin_inset Formula $x^{2}$
19055 \end_inset
19056
19057 , type in a formula 
19058 \series bold
19059 x^2
19060 \begin_inset ERT
19061 status collapsed
19062
19063 \begin_layout Standard
19064
19065
19066 \backslash
19067 spce 
19068 \end_layout
19069
19070 \end_inset
19071
19072
19073 \series default
19074 .
19075  The final 
19076 \family sans
19077 Space
19078 \family default
19079  puts the cursor back down on the base line of the expression.
19080  If you type 
19081 \series bold
19082 x^2y
19083 \series default
19084 , you will get 
19085 \begin_inset Formula $x^{2y}$
19086 \end_inset
19087
19088 , to get 
19089 \begin_inset Formula $x^{2}y$
19090 \end_inset
19091
19092 , type 
19093 \series bold
19094 x^2
19095 \begin_inset ERT
19096 status collapsed
19097
19098 \begin_layout Standard
19099
19100
19101 \backslash
19102 spce 
19103 \end_layout
19104
19105 \end_inset
19106
19107 y
19108 \series default
19109 .
19110  If you use characters in the superscript, that could be accented with the
19111  hat 
19112 \begin_inset Quotes eld
19113 \end_inset
19114
19115 ^
19116 \begin_inset Quotes erd
19117 \end_inset
19118
19119 , you have to use an extra 
19120 \family sans
19121 Space
19122 \family default
19123  to separate the hat and the character.
19124  E.g.
19125  if you want 
19126 \begin_inset Formula $x^{a}$
19127 \end_inset
19128
19129 , type 
19130 \series bold
19131 x^
19132 \begin_inset ERT
19133 status collapsed
19134
19135 \begin_layout Standard
19136
19137
19138 \backslash
19139 spce 
19140 \end_layout
19141
19142 \end_inset
19143
19144 a
19145 \series default
19146 .
19147  Subscripts are similar: To get 
19148 \begin_inset Formula $a_{1}$
19149 \end_inset
19150
19151 , type 
19152 \series bold
19153 a_1
19154 \begin_inset ERT
19155 status collapsed
19156
19157 \begin_layout Standard
19158
19159
19160 \backslash
19161 spce 
19162 \end_layout
19163
19164 \end_inset
19165
19166
19167 \series default
19168 .
19169 \end_layout
19170
19171 \begin_layout Subsection
19172 Fractions
19173 \begin_inset LatexCommand index
19174 name "Math ! Fractions"
19175
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \begin_layout Standard
19182 Create a fraction with either the command 
19183 \series bold
19184
19185 \backslash
19186 frac
19187 \series default
19188  or using the icon 
19189 \begin_inset Graphics
19190         filename ../images/math/frac.png
19191         inzipName 
19192         embed true
19193         scale 60
19194
19195 \end_inset
19196
19197  in the 
19198 \family sans
19199 Math\InsetSpace ~
19200 Panel
19201 \family default
19202 .
19203  You will be presented with an empty fraction.
19204  The cursor is above the fraction line.
19205  To move it to the bottom, simply press 
19206 \family sans
19207 Down
19208 \family default
19209 .
19210  To move back up, press 
19211 \family sans
19212 Up
19213 \family default
19214 .
19215  Any math structure can be placed in a fraction, as this example shows:
19216 \begin_inset Formula \[
19217 \left[\frac{1}{\left(\begin{array}{cc}
19218 2 & 3\\
19219 4 & 5\end{array}\right)}\right]\]
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Subsection
19227 Roots
19228 \begin_inset LatexCommand index
19229 name "Math ! Roots"
19230
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \begin_layout Standard
19237 Roots can be created using the 
19238 \family sans
19239 Math\InsetSpace ~
19240 Panel
19241 \family default
19242  button
19243 \begin_inset Graphics
19244         filename ../images/math/sqrt.png
19245         inzipName 
19246         embed true
19247
19248 \end_inset
19249
19250  or the commands 
19251 \series bold
19252
19253 \backslash
19254 sqrt
19255 \series default
19256  or 
19257 \series bold
19258
19259 \backslash
19260 root
19261 \series default
19262 .
19263  With the command 
19264 \series bold
19265
19266 \backslash
19267 root
19268 \series default
19269  you can produce roots of higher orders, like cube roots, while 
19270 \series bold
19271
19272 \backslash
19273 sqrt
19274 \series default
19275  produces always a square root.
19276 \end_layout
19277
19278 \begin_layout Subsection
19279 Operators with Limits
19280 \begin_inset LatexCommand index
19281 name "Math ! Sums"
19282
19283 \end_inset
19284
19285
19286 \begin_inset LatexCommand index
19287 name "Math ! Integrals"
19288
19289 \end_inset
19290
19291
19292 \begin_inset LatexCommand label
19293 name "sub:Operators-with-Limits"
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \begin_layout Standard
19301 Sum (
19302 \begin_inset Formula $\sum$
19303 \end_inset
19304
19305 ) and integral (
19306 \begin_inset Formula $\int$
19307 \end_inset
19308
19309 ) operators are very often decorated with limits.
19310  These limits can be entered in LyX by entering them as you would enter
19311  a super- or subscript, directly after the symbol.
19312  The sum operator will automatically place its 
19313 \begin_inset Quotes eld
19314 \end_inset
19315
19316 limits
19317 \begin_inset Quotes erd
19318 \end_inset
19319
19320  over and under the symbol in displayed formulas, and on the side in inline
19321  formulas.
19322  Such as 
19323 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
19324 \end_inset
19325
19326 , versus
19327 \begin_inset Formula \[
19328 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
19329
19330 \end_inset
19331
19332 Integral signs, however, will place the limits on the side in both formula
19333  types.
19334 \end_layout
19335
19336 \begin_layout Standard
19337 All operators with limits will be automatically re-sized when placed in
19338  display mode.
19339  The placement of the limits can be changed by placing the cursor directly
19340  behind the operator and hitting 
19341 \family sans
19342 M-m l
19343 \family default
19344  or using the menu 
19345 \family sans
19346 Edit\SpecialChar \menuseparator
19347 Math\SpecialChar \menuseparator
19348 Change\InsetSpace ~
19349 Limits\InsetSpace ~
19350 Type
19351 \family default
19352 .
19353 \end_layout
19354
19355 \begin_layout Standard
19356 Certain other mathematical expressions have this 
19357 \begin_inset Quotes eld
19358 \end_inset
19359
19360 moving limits
19361 \begin_inset Quotes erd
19362 \end_inset
19363
19364  feature as addition, such as
19365 \begin_inset LatexCommand index
19366 name "Math ! Limits"
19367
19368 \end_inset
19369
19370
19371 \begin_inset Formula \[
19372 \lim_{x\rightarrow\infty}f(x),\]
19373
19374 \end_inset
19375
19376 which will place the 
19377 \begin_inset Formula $x\rightarrow\infty$
19378 \end_inset
19379
19380  underneath the 
19381 \begin_inset Quotes eld
19382 \end_inset
19383
19384 lim
19385 \begin_inset Quotes erd
19386 \end_inset
19387
19388  in display mode.
19389  In inline formulas it looks like this: 
19390 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
19391 \end_inset
19392
19393 .
19394 \end_layout
19395
19396 \begin_layout Standard
19397 Note that the lim-function was entered as the function macro 
19398 \series bold
19399
19400 \backslash
19401 lim
19402 \series default
19403 .
19404  Have a look at section\InsetSpace ~
19405
19406 \begin_inset LatexCommand ref
19407 reference "sub:Functions"
19408
19409 \end_inset
19410
19411  for an explanation of function macros.
19412 \end_layout
19413
19414 \begin_layout Subsection
19415 Math Symbols
19416 \begin_inset LatexCommand index
19417 name "Math ! Symbols"
19418
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \begin_layout Standard
19425 Most math symbols can be found in the 
19426 \family sans
19427 Math\InsetSpace ~
19428 Panel
19429 \family default
19430  under one of several categories; including 
19431 \family sans
19432 Greek
19433 \family default
19434
19435 \family sans
19436 Operators
19437 \family default
19438  , 
19439 \family sans
19440 Relations
19441 \family default
19442
19443 \family sans
19444 Arrows
19445 \family default
19446 .
19447  There are also the additional symbols provided by the American Mathematical
19448  Society (AMS).
19449 \end_layout
19450
19451 \begin_layout Standard
19452 If you know the LaTeX-command for a construct or symbol you wish to use,
19453  you don't have to use the 
19454 \family sans
19455 Math\InsetSpace ~
19456 Panel
19457 \family default
19458 , but can type the command directly into the formula.
19459  LyX will convert it to the corresponding symbol or construct.
19460 \end_layout
19461
19462 \begin_layout Subsection
19463 Altering Spacing
19464 \begin_inset LatexCommand index
19465 name "Math ! Spaces"
19466
19467 \end_inset
19468
19469
19470 \begin_inset LatexCommand label
19471 name "sub:Altering-Spacing"
19472
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \begin_layout Standard
19479 You may want to create spaces that differs from the standard spacing that
19480  LaTeX provides.
19481  To do this, type 
19482 \family sans
19483 C-Space
19484 \family default
19485  or to use the 
19486 \family sans
19487 Math\InsetSpace ~
19488 Panel
19489 \family default
19490  button 
19491 \begin_inset Graphics
19492         filename ../images/math/space.png
19493         inzipName 
19494         embed true
19495
19496 \end_inset
19497
19498 .
19499  This generates a small space, and shows a small marker on the screen.
19500  Here a example for the sequence 
19501 \series bold
19502 a C-Space b
19503 \series default
19504
19505 \begin_inset Formula $a\, b$
19506 \end_inset
19507
19508  (appears in LyX as 
19509 \begin_inset Graphics
19510         filename clipart/SpaceMarker.png
19511         inzipName 
19512         embed true
19513
19514 \end_inset
19515
19516 ).
19517  You can change the space to different sizes when you set the cursor behind
19518  the space marker and hit space again several times.
19519  With every space hit the size will be changed.
19520  Some markers for the space size appear red in LyX, because they are a negative
19521  spaces.
19522  Here two examples:
19523 \end_layout
19524
19525 \begin_layout Standard
19526
19527 \series bold
19528 a C-Space b
19529 \series default
19530  and 3×
19531 \family sans
19532 Space
19533 \family default
19534
19535 \begin_inset Formula $a\quad b$
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \begin_layout Standard
19542
19543 \series bold
19544 a C-Space b
19545 \series default
19546  and 5×
19547 \family sans
19548 Space
19549 \family default
19550
19551 \begin_inset Formula $a\! b$
19552 \end_inset
19553
19554
19555 \end_layout
19556
19557 \begin_layout Subsection
19558 Functions
19559 \begin_inset LatexCommand index
19560 name "Math ! Functions"
19561
19562 \end_inset
19563
19564
19565 \begin_inset LatexCommand label
19566 name "sub:Functions"
19567
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \begin_layout Standard
19574 The 
19575 \family sans
19576 Math\InsetSpace ~
19577 Panel
19578 \family default
19579  contains under the button 
19580 \begin_inset Graphics
19581         filename ../images/math/functions.png
19582         inzipName 
19583         embed true
19584
19585 \end_inset
19586
19587  a number of functions, such as 
19588 \begin_inset Formula $\sin$
19589 \end_inset
19590
19591
19592 \begin_inset Formula $\lim$
19593 \end_inset
19594
19595
19596 \emph on
19597 etc
19598 \emph default
19599 .
19600  (you can also insert them in a formula by typing 
19601 \series bold
19602
19603 \backslash
19604 sin
19605 \series default
19606  etc.).
19607  Standard mathematical practice is, that functions are printed upright to
19608  avoid confusions, because 
19609 \begin_inset Formula $sin$
19610 \end_inset
19611
19612  does normally mean 
19613 \begin_inset Formula $s·i·n$
19614 \end_inset
19615
19616 .
19617 \end_layout
19618
19619 \begin_layout Standard
19620 Using the function macros will also produce correct spacing around the function:
19621  
19622 \begin_inset Formula $a\sin x$
19623 \end_inset
19624
19625  is different from 
19626 \begin_inset Formula $asinx$
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \begin_layout Standard
19633 For some mathematical objects, like the limes, the macro changes the way
19634  that subscripts are placed, like described in section\InsetSpace ~
19635
19636 \begin_inset LatexCommand ref
19637 reference "sub:Operators-with-Limits"
19638
19639 \end_inset
19640
19641 .
19642 \end_layout
19643
19644 \begin_layout Subsection
19645 Accents
19646 \begin_inset LatexCommand index
19647 name "Math ! Accents"
19648
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \begin_layout Standard
19655 In a formula you can insert accented characters in the same way as in text
19656  mode.
19657  This may depend on your keyboard, or the bindings file you use.
19658  You can also use LaTeX commands to e.g.
19659  enter 
19660 \begin_inset Formula $\hat{a}$
19661 \end_inset
19662
19663  even if your keyboard doesn't have hat-accents enabled.
19664  Our example is entered by typing 
19665 \series bold
19666
19667 \backslash
19668 hat
19669 \begin_inset ERT
19670 status collapsed
19671
19672 \begin_layout Standard
19673
19674
19675 \backslash
19676 spce 
19677 \end_layout
19678
19679 \end_inset
19680
19681 a
19682 \series default
19683  in a formula.
19684  Table\InsetSpace ~
19685
19686 \begin_inset LatexCommand ref
19687 reference "cap:Accent-names-and"
19688
19689 \end_inset
19690
19691  shows the equivalences between the accent names and the commands.
19692 \end_layout
19693
19694 \begin_layout Standard
19695 \begin_inset Float table
19696 wide false
19697 sideways false
19698 status open
19699
19700 \begin_layout Standard
19701 \begin_inset Caption
19702
19703 \begin_layout Standard
19704 \begin_inset LatexCommand label
19705 name "cap:Accent-names-and"
19706
19707 \end_inset
19708
19709 Accent names and the corresponding commands.
19710 \end_layout
19711
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \begin_layout Standard
19718 \align center
19719 \begin_inset Tabular
19720 <lyxtabular version="3" rows="11" columns="3">
19721 <features>
19722 <column alignment="center" valignment="top" leftline="true" width="0pt">
19723 <column alignment="center" valignment="top" leftline="true" width="0pt">
19724 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19725 <row topline="true" bottomline="true">
19726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Standard
19730 Name
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Standard
19739 Command
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Standard
19748 E
19749 \family roman
19750 \series medium
19751 \shape up
19752 \size normal
19753 \emph off
19754 \bar no
19755 \noun off
19756 \color none
19757 xample
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 </row>
19763 <row topline="true">
19764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Standard
19768
19769 \family roman
19770 \series medium
19771 \shape up
19772 \size normal
19773 \emph off
19774 \bar no
19775 \noun off
19776 \color none
19777 circumflex
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Standard
19786
19787 \series bold
19788
19789 \backslash
19790 hat
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Standard
19799
19800 \family roman
19801 \series medium
19802 \shape up
19803 \size normal
19804 \emph off
19805 \bar no
19806 \noun off
19807 \color none
19808 \begin_inset Formula $\hat{a}$
19809 \end_inset
19810
19811
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 </row>
19817 <row topline="true">
19818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Standard
19822
19823 \family roman
19824 \series medium
19825 \shape up
19826 \size normal
19827 \emph off
19828 \bar no
19829 \noun off
19830 \color none
19831 grave
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Standard
19840
19841 \series bold
19842
19843 \backslash
19844 grave
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Standard
19853
19854 \family roman
19855 \series medium
19856 \shape up
19857 \size normal
19858 \emph off
19859 \bar no
19860 \noun off
19861 \color none
19862 \begin_inset Formula $\grave{a}$
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 </row>
19871 <row topline="true">
19872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Standard
19876
19877 \family roman
19878 \series medium
19879 \shape up
19880 \size normal
19881 \emph off
19882 \bar no
19883 \noun off
19884 \color none
19885 acute
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Standard
19894
19895 \series bold
19896
19897 \backslash
19898 acute
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Standard
19907
19908 \family roman
19909 \series medium
19910 \shape up
19911 \size normal
19912 \emph off
19913 \bar no
19914 \noun off
19915 \color none
19916 \begin_inset Formula $\acute{a}$
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 <row topline="true">
19926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Standard
19930
19931 \family roman
19932 \series medium
19933 \shape up
19934 \size normal
19935 \emph off
19936 \bar no
19937 \noun off
19938 \color none
19939 umlaut
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Standard
19948
19949 \series bold
19950
19951 \backslash
19952 ddot
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Standard
19961
19962 \family roman
19963 \series medium
19964 \shape up
19965 \size normal
19966 \emph off
19967 \bar no
19968 \noun off
19969 \color none
19970 \begin_inset Formula $\ddot{a}$
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 <row topline="true">
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Standard
19984
19985 \family roman
19986 \series medium
19987 \shape up
19988 \size normal
19989 \emph off
19990 \bar no
19991 \noun off
19992 \color none
19993 tilde
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Standard
20002
20003 \series bold
20004
20005 \backslash
20006 tilde
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Standard
20015
20016 \family roman
20017 \series medium
20018 \shape up
20019 \size normal
20020 \emph off
20021 \bar no
20022 \noun off
20023 \color none
20024 \begin_inset Formula $\tilde{a}$
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 </row>
20033 <row topline="true">
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Standard
20038
20039 \family roman
20040 \series medium
20041 \shape up
20042 \size normal
20043 \emph off
20044 \bar no
20045 \noun off
20046 \color none
20047 dot
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Standard
20056
20057 \series bold
20058
20059 \backslash
20060 dot
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Standard
20069
20070 \family roman
20071 \series medium
20072 \shape up
20073 \size normal
20074 \emph off
20075 \bar no
20076 \noun off
20077 \color none
20078 \begin_inset Formula $\dot{a}$
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row topline="true">
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Standard
20092
20093 \family roman
20094 \series medium
20095 \shape up
20096 \size normal
20097 \emph off
20098 \bar no
20099 \noun off
20100 \color none
20101 breve
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Standard
20110
20111 \series bold
20112
20113 \backslash
20114 breve
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Standard
20123
20124 \family roman
20125 \series medium
20126 \shape up
20127 \size normal
20128 \emph off
20129 \bar no
20130 \noun off
20131 \color none
20132 \begin_inset Formula $\breve{a}$
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 </row>
20141 <row topline="true">
20142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Standard
20146
20147 \family roman
20148 \series medium
20149 \shape up
20150 \size normal
20151 \emph off
20152 \bar no
20153 \noun off
20154 \color none
20155 caron
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Standard
20164
20165 \series bold
20166
20167 \backslash
20168 check
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Standard
20177
20178 \family roman
20179 \series medium
20180 \shape up
20181 \size normal
20182 \emph off
20183 \bar no
20184 \noun off
20185 \color none
20186 \begin_inset Formula $\check{a}$
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 </row>
20195 <row topline="true">
20196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Standard
20200
20201 \family roman
20202 \series medium
20203 \shape up
20204 \size normal
20205 \emph off
20206 \bar no
20207 \noun off
20208 \color none
20209 macron
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Standard
20218
20219 \series bold
20220
20221 \backslash
20222 bar
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Standard
20231
20232 \family roman
20233 \series medium
20234 \shape up
20235 \size normal
20236 \emph off
20237 \bar no
20238 \noun off
20239 \color none
20240 \begin_inset Formula $\bar{a}$
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 </row>
20249 <row topline="true" bottomline="true">
20250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Standard
20254 vector
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20260 \begin_inset Text
20261
20262 \begin_layout Standard
20263
20264 \series bold
20265
20266 \backslash
20267 vec
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Standard
20276
20277 \family roman
20278 \series medium
20279 \shape up
20280 \size normal
20281 \emph off
20282 \bar no
20283 \noun off
20284 \color none
20285 \begin_inset Formula $\vec{a}$
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 </lyxtabular>
20295
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Standard
20307 You can choose one of the accents by selecting an item from the 
20308 \family sans
20309 Frame\InsetSpace ~
20310 decorations
20311 \family default
20312  symbol set button 
20313 \begin_inset Graphics
20314         filename ../images/math/hat.png
20315         inzipName 
20316         embed true
20317
20318 \end_inset
20319
20320  in the math panel ; this will apply to any selection you have made within
20321  a formula too.
20322 \end_layout
20323
20324 \begin_layout Section
20325 Brackets and Delimiters
20326 \begin_inset LatexCommand index
20327 name "Math ! Brackets"
20328
20329 \end_inset
20330
20331
20332 \begin_inset LatexCommand index
20333 name "Math ! Delimiters"
20334
20335 \end_inset
20336
20337
20338 \begin_inset LatexCommand label
20339 name "sec:Brackets-and-Delimiters"
20340
20341 \end_inset
20342
20343
20344 \end_layout
20345
20346 \begin_layout Standard
20347 There are several brackets available through LyX.
20348  For most purposes, using just the keys 
20349 \family typewriter
20350 []{}()|<>
20351 \family default
20352  should suffice.
20353  But if you want to surround a large structure, like a matrix or a fraction,
20354  or if you have several layers of brackets, is better using 
20355 \family sans
20356 Math\InsetSpace ~
20357 Panel
20358 \family default
20359 's delimiter icon 
20360 \begin_inset Graphics
20361         filename ../images/math/delim.png
20362         inzipName 
20363         embed true
20364
20365 \end_inset
20366
20367 .
20368  For example, that's how you would construct the brackets around a standard
20369  matrix such as:
20370 \begin_inset Formula \[
20371 \left[\begin{array}{cc}
20372 1 & 2\\
20373 3 & 4\end{array}\right]\]
20374
20375 \end_inset
20376
20377 and to make it easier to see the layers of parentheses as in: 
20378 \begin_inset Formula \[
20379 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
20380
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \begin_layout Standard
20387 The parentheses, and other brackets from that menu will automatically re-size
20388  to accommodate the size of what is inside.
20389 \end_layout
20390
20391 \begin_layout Standard
20392 To construct brackets click on the button for the bracket you want on the
20393  left side and right side.
20394  If you use the option 
20395 \family sans
20396 Keep\InsetSpace ~
20397 matched
20398 \family default
20399 , the selected bracket type will be used for the left and the right side.
20400  The selection will be shown below the button field.
20401  If you want one side to not have a bracket, use the blank button.
20402  It will appear in LyX with a dotted line, but nothing will be printed.
20403 \end_layout
20404
20405 \begin_layout Standard
20406 If you want to place brackets around math structures, like a square root,
20407  you can do that by highlighting (selecting) the structure that is to go
20408  inside the brackets.
20409  Then choose the appropriate brackets for left and right and click on 
20410 \family sans
20411 Insert
20412 \family default
20413 .
20414  The parentheses will be drawn around the selected structure.
20415 \end_layout
20416
20417 \begin_layout Standard
20418 The next section explains how to insert a LaTeX 
20419 \begin_inset Quotes eld
20420 \end_inset
20421
20422 {
20423 \begin_inset Quotes erd
20424 \end_inset
20425
20426  for grouping.
20427 \end_layout
20428
20429 \begin_layout Section
20430 Grouping
20431 \begin_inset LatexCommand index
20432 name "Math ! Grouping"
20433
20434 \end_inset
20435
20436
20437 \begin_inset LatexCommand label
20438 name "sec:Grouping"
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \begin_layout Standard
20446 You may need to group a set of symbols.
20447  In LaTeX, for example, the typesetting of 
20448 \family typewriter
20449 {x^y}^z
20450 \family default
20451  is different from 
20452 \family typewriter
20453 x^{y^z}
20454 \family default
20455 :
20456 \end_layout
20457
20458 \begin_layout Standard
20459 \begin_inset Formula \[
20460 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
20461
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \begin_layout Standard
20468 To create this grouping, you need to use the key sequence 
20469 \begin_inset Quotes eld
20470 \end_inset
20471
20472
20473 \series bold
20474
20475 \backslash
20476 {
20477 \series default
20478
20479 \begin_inset Quotes erd
20480 \end_inset
20481
20482  then type space.
20483  Inside LyX, you will see red braces indicating the grouping.
20484  Within this braces you insert the grouped structure.
20485  The grouping braces won't appear in the output in contrary to normal braces.
20486 \end_layout
20487
20488 \begin_layout Section
20489 Arrays and Multi-line Equations
20490 \begin_inset LatexCommand index
20491 name "Math ! Arrays"
20492
20493 \end_inset
20494
20495
20496 \begin_inset LatexCommand index
20497 name "Math ! Matrices"
20498
20499 \end_inset
20500
20501
20502 \begin_inset LatexCommand index
20503 name "Math ! Multi-line Equations"
20504
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \begin_layout Standard
20511 Matrices are entered in LyX using the 
20512 \family sans
20513 Math\InsetSpace ~
20514 Panel
20515 \family default
20516  matrix button 
20517 \begin_inset Graphics
20518         filename ../images/math/matrix.png
20519         inzipName 
20520         embed true
20521
20522 \end_inset
20523
20524 .
20525  It will open a dialog for you to choose the number of rows/columns.
20526  Here is an example:
20527 \begin_inset Formula \[
20528 \left(\begin{array}{ccc}
20529 1 & 2 & 3\\
20530 4 & 5 & 6\\
20531 7 & 8 & 9\end{array}\right)\]
20532
20533 \end_inset
20534
20535 The parentheses aren't automatic, but you can add them as described in section\InsetSpace ~
20536
20537 \begin_inset LatexCommand ref
20538 reference "sec:Brackets-and-Delimiters"
20539
20540 \end_inset
20541
20542 .
20543  When you construct the matrix, you can decide whether the column entries
20544  will be left-, right-, or center-justified.
20545  This alignment is set in the box 
20546 \family sans
20547 Horizontal
20548 \family default
20549  with the letters 
20550 \begin_inset Quotes eld
20551 \end_inset
20552
20553
20554 \family sans
20555 l
20556 \family default
20557
20558 \begin_inset Quotes erd
20559 \end_inset
20560
20561
20562 \begin_inset Quotes eld
20563 \end_inset
20564
20565
20566 \family sans
20567 r
20568 \family default
20569
20570 \begin_inset Quotes erd
20571 \end_inset
20572
20573 , and 
20574 \begin_inset Quotes eld
20575 \end_inset
20576
20577
20578 \family sans
20579 c
20580 \family default
20581
20582 \begin_inset Quotes erd
20583 \end_inset
20584
20585 .
20586  LyX proposes a 
20587 \begin_inset Quotes eld
20588 \end_inset
20589
20590
20591 \family sans
20592 c
20593 \family default
20594
20595 \begin_inset Quotes erd
20596 \end_inset
20597
20598  for every column as default.
20599  For example, the sequence 
20600 \begin_inset Quotes eld
20601 \end_inset
20602
20603
20604 \family sans
20605 lrc
20606 \family default
20607
20608 \begin_inset Quotes erd
20609 \end_inset
20610
20611  means that the first column will be left-justified, the second will be
20612  centered, and the third column will be right-justified, because each letter
20613  corresponds to the relevant column.
20614  The result will look like this:
20615 \begin_inset Formula \[
20616 \begin{array}{lcr}
20617 this & this\, column & this\, column\\
20618 column & has & has\, right\\
20619 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20620
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \begin_layout Standard
20627 You can add more rows to an existing matrix by hitting 
20628 \family sans
20629 C-Enter
20630 \family default
20631  while the cursor is in the matrix.
20632  Adding or deleting columns can be done via the menu 
20633 \family sans
20634 Edit\SpecialChar \menuseparator
20635 Math
20636 \family default
20637 .
20638 \end_layout
20639
20640 \begin_layout Standard
20641 There are other arrays used in formulas, such as distinctions of cases.
20642  It can be created with the menu 
20643 \family sans
20644 Insert\SpecialChar \menuseparator
20645 Math\SpecialChar \menuseparator
20646 Cases\InsetSpace ~
20647 Environment
20648 \family default
20649  or the command 
20650 \series bold
20651
20652 \backslash
20653 cases
20654 \series default
20655 .
20656  Here an example: 
20657 \begin_inset Formula \[
20658 f(x)=\begin{cases}
20659 -1 & x<0\\
20660 0 & x=0\\
20661 1 & x>0\end{cases}\]
20662
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \begin_layout Standard
20669 \begin_inset VSpace bigskip
20670 \end_inset
20671
20672 Multi-line formulas are created when you press 
20673 \family sans
20674 \series medium
20675 C-E
20676 \series default
20677 nter
20678 \family default
20679  within a formula.
20680  In an empty formula you can see that three blue boxes appear, one for each
20681  column.
20682  When you press 
20683 \family sans
20684 \series medium
20685 C-E
20686 \series default
20687 nter
20688 \family default
20689  in a non-empty formula, the part before the relation sign (equal sign 
20690 \begin_inset Quotes eld
20691 \end_inset
20692
20693 =
20694 \begin_inset Quotes erd
20695 \end_inset
20696
20697  etc.) will be inserted automatically to the first column, the relation sign
20698  is in the second column, and the rest in the third column.
20699  A new row is created by every further hit of 
20700 \family sans
20701 \series medium
20702 C-E
20703 \series default
20704 nter
20705 \family default
20706 .
20707  Multi-line formulas are always displayed formulas.
20708  Here is an example:
20709 \begin_inset Formula \begin{eqnarray}
20710 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
20711 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
20712
20713 \end_inset
20714
20715  To change the column assignment of the formula parts, place the cursor
20716  where you want to start the shift and hit 
20717 \family sans
20718 C-Tab.
20719
20720 \family default
20721  It shifts everything in the column which is right beside the current cursor
20722  position to the next column.
20723  Note that the middle column is designed for relation signs, structures
20724  within this column will be printed in a smaller size:
20725 \begin_inset Formula \begin{eqnarray*}
20726 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
20727
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \begin_layout Standard
20734 The multi-line formula type described here is called 
20735 \family typewriter
20736 \series medium
20737 eqnarray
20738 \family default
20739 \series default
20740 .
20741  There are other multi-line types being more suitable for certain situations,
20742  for example if you want a better inter-line spacing than in formula (
20743 \begin_inset LatexCommand ref
20744 reference "eq:asquared"
20745
20746 \end_inset
20747
20748 ).
20749  The other types are described in section\InsetSpace ~
20750
20751 \begin_inset LatexCommand ref
20752 reference "sub:AMS-Formula-Types"
20753
20754 \end_inset
20755
20756 .
20757 \end_layout
20758
20759 \begin_layout Section
20760 Formula Numbering and Referencing
20761 \begin_inset LatexCommand index
20762 name "Math ! Formula numbering"
20763
20764 \end_inset
20765
20766
20767 \begin_inset LatexCommand index
20768 name "Math ! Referencing formulas"
20769
20770 \end_inset
20771
20772
20773 \begin_inset LatexCommand label
20774 name "sec:Formula-Numbering-and"
20775
20776 \end_inset
20777
20778
20779 \end_layout
20780
20781 \begin_layout Standard
20782 To number a formula, set the cursor in the formula and use the menu 
20783 \family sans
20784 Edit\SpecialChar \menuseparator
20785 Math\SpecialChar \menuseparator
20786 Toggle\InsetSpace ~
20787 Numbering
20788 \family default
20789  or the shortcut 
20790 \family sans
20791 M-m\InsetSpace ~
20792 n
20793 \family default
20794 .
20795  The formula number appears in LyX as 
20796 \begin_inset Quotes eld
20797 \end_inset
20798
20799 #
20800 \begin_inset Quotes erd
20801 \end_inset
20802
20803  within parentheses.
20804  The 
20805 \begin_inset Quotes erd
20806 \end_inset
20807
20808 #
20809 \begin_inset Quotes erd
20810 \end_inset
20811
20812  denotes, that the number will be calculated automatically when the output
20813  is generated.
20814  The placement and format of the formula number in the output depends on
20815  the document class.
20816  In this document the number is printed together with the chapter number,
20817  separated by a dot:
20818 \begin_inset Formula \begin{equation}
20819 1+1=2\end{equation}
20820
20821 \end_inset
20822
20823 Using 
20824 \family sans
20825 M-m\InsetSpace ~
20826 n
20827 \family default
20828  in a numbered formula will switch off the numbering.
20829  You can only number displayed formulas.
20830 \end_layout
20831
20832 \begin_layout Standard
20833 Multi-line formulas can be numbered line by line: Using the menu 
20834 \family sans
20835 Edit\SpecialChar \menuseparator
20836 Math\SpecialChar \menuseparator
20837 Toggle\InsetSpace ~
20838 Numbering\InsetSpace ~
20839 of\InsetSpace ~
20840 Line
20841 \family default
20842  or the shortcut 
20843 \family sans
20844 M-m\InsetSpace ~
20845 N
20846 \family default
20847  will only toggle the numbering of the line where the cursor is in:
20848 \begin_inset Formula \begin{eqnarray}
20849 1 & = & 3-2\\
20850 2 & = & 4-2\nonumber \\
20851 4 & \leq & 7\end{eqnarray}
20852
20853 \end_inset
20854
20855 To number all lines use the shortcut 
20856 \family sans
20857 M-m\InsetSpace ~
20858 n
20859 \family default
20860 .
20861 \end_layout
20862
20863 \begin_layout Standard
20864 \begin_inset VSpace bigskip
20865 \end_inset
20866
20867 Every displayed formula can be referenced by its number using a label.
20868  A label is inserted with the menu 
20869 \family sans
20870 Insert\SpecialChar \menuseparator
20871 Label
20872 \family default
20873  when the cursor is in the formula.
20874  This opens a dialog to enter the label.
20875  It is recommended to use the proposed 
20876 \begin_inset Quotes eld
20877 \end_inset
20878
20879
20880 \family sans
20881 eq:
20882 \family default
20883
20884 \begin_inset Quotes erd
20885 \end_inset
20886
20887  as first part of the label, because this helps later to identify the label
20888  type when you have many labels in your document.
20889  We inserted in the following example the label 
20890 \begin_inset Quotes eld
20891 \end_inset
20892
20893 eq:tanhExp
20894 \begin_inset Quotes erd
20895 \end_inset
20896
20897  in the second line:
20898 \begin_inset Formula \begin{eqnarray}
20899 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
20900  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
20901
20902 \end_inset
20903
20904 Every labeled line is automatically numbered.
20905  Therefore the label is shown in LyX at the place of the formula number
20906  placeholder 
20907 \begin_inset Quotes eld
20908 \end_inset
20909
20910 #
20911 \begin_inset Quotes erd
20912 \end_inset
20913
20914 .
20915  You can reference a labeled formula using the menu 
20916 \family sans
20917 Insert\SpecialChar \menuseparator
20918 Cross\InsetSpace ~
20919 Reference
20920 \family default
20921 .
20922  A dialog appears to choose a label you want refer to.
20923  The reference appears in LyX as grey cross reference box and in the output
20924  as the formula number:
20925 \end_layout
20926
20927 \begin_layout Standard
20928 This is a cross-reference to equation (
20929 \begin_inset LatexCommand ref
20930 reference "eq:tanhExp"
20931
20932 \end_inset
20933
20934 ).
20935 \end_layout
20936
20937 \begin_layout Standard
20938 The properties of LyX's cross-reference box are described in section\InsetSpace ~
20939
20940 \begin_inset LatexCommand ref
20941 reference "sec:Cross-References"
20942
20943 \end_inset
20944
20945 .
20946  To delete a label, set the cursor in the labeled formula, use the menu
20947  
20948 \family sans
20949 Insert\SpecialChar \menuseparator
20950 Label
20951 \family default
20952  and delete the label in the appearing dialog.
20953 \begin_inset Foot
20954 status collapsed
20955
20956 \begin_layout Standard
20957 This is a unintuitive and will be fixed in the next version of LyX.
20958 \end_layout
20959
20960 \end_inset
20961
20962  
20963 \end_layout
20964
20965 \begin_layout Section
20966 User defined math macros
20967 \begin_inset LatexCommand index
20968 name "Math ! Macros"
20969
20970 \end_inset
20971
20972
20973 \end_layout
20974
20975 \begin_layout Standard
20976 LyX allows you to define macros for formulas.
20977  For example we assume that solutions of the quadratic equation often occur
20978  in our document in various forms and we want to create a macro to print
20979  them.
20980 \newline
20981 The general form of a quadratic equation is:
20982 \begin_inset Formula \[
20983 0=\lambda^{2}+p\lambda+q\]
20984
20985 \end_inset
20986
20987 The general form of its solution is:
20988 \begin_inset Formula \[
20989 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
20990
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \begin_layout Standard
20997 The macro should print the parameters 
20998 \begin_inset Formula $\lambda$
20999 \end_inset
21000
21001
21002 \begin_inset Formula $p$
21003 \end_inset
21004
21005  and 
21006 \begin_inset Formula $q$
21007 \end_inset
21008
21009  like in the equation above.
21010 \end_layout
21011
21012 \begin_layout Standard
21013 A macro is created by executing the command
21014 \end_layout
21015
21016 \begin_layout Standard
21017
21018 \series bold
21019 math-macro
21020 \begin_inset ERT
21021 status collapsed
21022
21023 \begin_layout Standard
21024
21025
21026 \backslash
21027 spce 
21028 \end_layout
21029
21030 \end_inset
21031
21032 Name
21033 \begin_inset ERT
21034 status collapsed
21035
21036 \begin_layout Standard
21037
21038
21039 \backslash
21040 spce 
21041 \end_layout
21042
21043 \end_inset
21044
21045 Number\InsetSpace ~
21046 of\InsetSpace ~
21047 Arguments
21048 \end_layout
21049
21050 \begin_layout Standard
21051 in the minibuffer at the bottom of the LyX screen.
21052  Name is the name of the new macro which mustn't contain numbers.
21053  The number of arguments can be a number in the range 1-9.
21054  If you want to define a macro without arguments, don't declare the number
21055  of arguments.
21056 \end_layout
21057
21058 \begin_layout Standard
21059 We have three arguments and name the macro 
21060 \begin_inset Quotes eld
21061 \end_inset
21062
21063 qE
21064 \begin_inset Quotes erd
21065 \end_inset
21066
21067 , so that the command is:
21068 \end_layout
21069
21070 \begin_layout Standard
21071
21072 \series bold
21073 math-macro
21074 \begin_inset ERT
21075 status collapsed
21076
21077 \begin_layout Standard
21078
21079
21080 \backslash
21081 spce 
21082 \end_layout
21083
21084 \end_inset
21085
21086 qE
21087 \begin_inset ERT
21088 status collapsed
21089
21090 \begin_layout Standard
21091
21092
21093 \backslash
21094 spce 
21095 \end_layout
21096
21097 \end_inset
21098
21099 3
21100 \end_layout
21101
21102 \begin_layout Standard
21103 This results in the following macro definition box: 
21104 \begin_inset Graphics
21105         filename clipart/macrobox.png
21106         inzipName 
21107         embed true
21108
21109 \end_inset
21110
21111  
21112 \begin_inset FormulaMacro
21113 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
21114 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
21115 \end_inset
21116
21117
21118 \begin_inset Note Note
21119 status collapsed
21120
21121 \begin_layout Standard
21122 The first box is an image to show the behavior in the output.
21123  The second one is the definition box, that doesn't appear in the output.
21124 \end_layout
21125
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \begin_layout Standard
21132 The first blue box is for the definition, where you insert the formula via
21133  the math panel or commands.
21134  The placeholder for the arguments are inserted as a backslash and sharp
21135  followed by the argument number, e.g.
21136  
21137 \begin_inset Quotes eld
21138 \end_inset
21139
21140
21141 \backslash
21142 #1
21143 \begin_inset Quotes erd
21144 \end_inset
21145
21146  for the first argument.
21147  Placeholders will be displayed in red.
21148  The second blue box is for the appearance in LyX.
21149  This is useful when you have a large structure that shouldn't be displayed
21150  in LyX with its full size.
21151  If you want to see the macro as it is defined, leave the box blank.
21152  In our example we insert the sequence
21153 \newline
21154
21155 \series bold
21156 qE: 
21157 \backslash
21158 #1
21159 \series default
21160  
21161 \series bold
21162 ,
21163 \series default
21164  
21165 \series bold
21166
21167 \backslash
21168 #2
21169 \series default
21170  
21171 \series bold
21172 ,
21173 \series default
21174  
21175 \series bold
21176
21177 \backslash
21178 #3
21179 \newline
21180
21181 \series default
21182 The macro will then be shown as the macro name followed by the three arguments.
21183 \end_layout
21184
21185 \begin_layout Standard
21186 To use the macro in a formula, type its name as command, in our case 
21187 \begin_inset Quotes eld
21188 \end_inset
21189
21190
21191 \series bold
21192
21193 \backslash
21194 qE
21195 \series default
21196
21197 \begin_inset Quotes erd
21198 \end_inset
21199
21200 .
21201  The macro is inserted with boxes for the arguments looking similar to this:
21202 \end_layout
21203
21204 \begin_layout Standard
21205 \align center
21206 \begin_inset Graphics
21207         filename clipart/macrouse.png
21208         inzipName 
21209         embed true
21210
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \begin_layout Standard
21217 The arguments are inserted in the blue boxes.
21218  If the cursor is outside the macro, the arguments are put in the macro.
21219  To change the arguments, put the cursor in the formula before or after
21220  the macro and press the right or left arrow key respectively.
21221  The arguments appear now again below the macro definition.
21222 \end_layout
21223
21224 \begin_layout Standard
21225 If you change the macro definition all macros are changed automatically
21226  to the new definition.
21227  Here an example of our macro with the arguments 
21228 \begin_inset Formula $x$
21229 \end_inset
21230
21231
21232 \begin_inset Formula $\ln(x)$
21233 \end_inset
21234
21235 , and 
21236 \begin_inset Formula $B$
21237 \end_inset
21238
21239 :
21240 \begin_inset Formula \[
21241 \qE{x}{\ln(y)}{B}\]
21242
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \begin_layout Standard
21249 When the document is exported to LaTeX, the macro definition will be inserted
21250  as the command:
21251 \end_layout
21252
21253 \begin_layout Standard
21254
21255 \series bold
21256
21257 \backslash
21258 newcommand{
21259 \backslash
21260 qE}[3]{#1_{1,
21261 \backslash
21262 ,2}=-
21263 \backslash
21264 frac{#2}{2}
21265 \backslash
21266 pm
21267 \newline
21268
21269 \begin_inset ERT
21270 status collapsed
21271
21272 \begin_layout Standard
21273
21274
21275 \backslash
21276 hphantom{
21277 \end_layout
21278
21279 \end_inset
21280
21281
21282 \backslash
21283 newcommand
21284 \begin_inset ERT
21285 status collapsed
21286
21287 \begin_layout Standard
21288
21289 }
21290 \end_layout
21291
21292 \end_inset
21293
21294
21295 \backslash
21296 sqrt{
21297 \backslash
21298 frac{#2^{2}}{4}-#3}}
21299 \end_layout
21300
21301 \begin_layout Standard
21302 The command is not inserted in the document preamble.
21303  That means you can only use macros in formulas that are below the macro
21304  definition box in your document.
21305  There are also some other restrictions: The command 
21306 \backslash
21307 newcommand supports optional arguments, which are not available in LyX's
21308  macros.
21309  You can also not change subsequently the name of the macro and the number
21310  of arguments.
21311  
21312 \end_layout
21313
21314 \begin_layout Section
21315 Fine-Tuning
21316 \end_layout
21317
21318 \begin_layout Subsection
21319 Typefaces
21320 \begin_inset LatexCommand index
21321 name "Math ! Typefaces"
21322
21323 \end_inset
21324
21325
21326 \end_layout
21327
21328 \begin_layout Standard
21329 The standard font for text is italic, for numbers the standard is roman.
21330  To set a font in a formula, use the 
21331 \family sans
21332 Math\InsetSpace ~
21333 Panel
21334 \family default
21335  button 
21336 \begin_inset Graphics
21337         filename ../images/math/font.png
21338         inzipName 
21339         embed false
21340
21341 \end_inset
21342
21343 , or enter its command, listed in table\InsetSpace ~
21344
21345 \begin_inset LatexCommand ref
21346 reference "cap:Typefaces-and-the"
21347
21348 \end_inset
21349
21350 , directly.
21351 \end_layout
21352
21353 \begin_layout Standard
21354 \begin_inset Float table
21355 wide false
21356 sideways false
21357 status open
21358
21359 \begin_layout Standard
21360 \begin_inset Caption
21361
21362 \begin_layout Standard
21363 \begin_inset LatexCommand label
21364 name "cap:Typefaces-and-the"
21365
21366 \end_inset
21367
21368 Typefaces and the corresponding commands.
21369 \end_layout
21370
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \begin_layout Standard
21377 \align center
21378 \begin_inset Tabular
21379 <lyxtabular version="3" rows="9" columns="2">
21380 <features>
21381 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
21382 <column alignment="center" valignment="top" rightline="true" width="0pt">
21383 <row topline="true" bottomline="true">
21384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Standard
21388 Font
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Standard
21397 Command
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 <row topline="true">
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Standard
21408
21409 \shape up
21410 \size normal
21411 \bar no
21412 \noun off
21413 \color none
21414 \begin_inset Formula $\mathrm{Roman}$
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Standard
21426
21427 \series bold
21428
21429 \backslash
21430 mathrm
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 </row>
21436 <row topline="true">
21437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Standard
21441 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
21442 \end_inset
21443
21444
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Standard
21453
21454 \series bold
21455
21456 \backslash
21457 mathbf
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 <row topline="true">
21464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Standard
21468 \begin_inset Formula $\mathit{Italic}$
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Standard
21480
21481 \series bold
21482
21483 \backslash
21484 mathit
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 </row>
21490 <row topline="true">
21491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Standard
21495
21496 \shape up
21497 \size normal
21498 \bar no
21499 \noun off
21500 \color none
21501 \begin_inset Formula $\mathtt{Typewriter}$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Standard
21513
21514 \series bold
21515
21516 \backslash
21517 mathtt
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 </row>
21523 <row topline="true">
21524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Standard
21528 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Standard
21540
21541 \series bold
21542
21543 \backslash
21544 mathbb
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 <row topline="true">
21551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Standard
21555 \begin_inset Formula $\mathfrak{Fraktur}$
21556 \end_inset
21557
21558
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Standard
21567
21568 \series bold
21569
21570 \backslash
21571 mathfrak
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row topline="true">
21578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Standard
21582
21583 \shape up
21584 \size normal
21585 \emph on
21586 \bar no
21587 \noun off
21588 \color none
21589 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Standard
21601
21602 \series bold
21603
21604 \backslash
21605 mathcal
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 </row>
21611 <row topline="true" bottomline="true">
21612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Standard
21616 \begin_inset Formula $\mathsf{SansSerif}$
21617 \end_inset
21618
21619
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Standard
21628
21629 \series bold
21630
21631 \backslash
21632 mathsf
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 </row>
21638 </lyxtabular>
21639
21640 \end_inset
21641
21642
21643 \end_layout
21644
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \begin_layout Standard
21651 \begin_inset Note Greyedout
21652 status open
21653
21654 \begin_layout Standard
21655
21656 \series bold
21657 Note:
21658 \series default
21659  that you can only print capital letters in the typefaces 
21660 \family sans
21661 Blackbold
21662 \family default
21663  and 
21664 \family sans
21665 Calligraphic
21666 \family default
21667 .
21668 \end_layout
21669
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \begin_layout Standard
21676 When you use a typeface, a blue box is inserted in the formula.
21677  Every character in this box will be printed in this typeface.
21678  Pressing 
21679 \family sans
21680 Space
21681 \family default
21682  within the box, will set the cursor outside, so that you have to use a
21683  protected space when you need a space in the box.
21684  Here an example where a 
21685 \begin_inset Quotes eld
21686 \end_inset
21687
21688 N
21689 \begin_inset Quotes erd
21690 \end_inset
21691
21692  in 
21693 \family sans
21694 Blackbold
21695 \family default
21696  denotes the set of numbers:
21697 \begin_inset Formula \[
21698 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
21699
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \begin_layout Standard
21706 The typefaces are nestable, which can cause confusion.
21707  You can e.g.
21708  put a character in 
21709 \family sans
21710 Fraktur
21711 \family default
21712  in a box for 
21713 \family sans
21714 Typewriter
21715 \family default
21716
21717 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
21718 \end_inset
21719
21720  
21721 \newline
21722 So better don't use this feature.
21723 \end_layout
21724
21725 \begin_layout Standard
21726 The typefaces have no effect on Greek letters: 
21727 \begin_inset Formula $\mathfrak{abc\delta e}$
21728 \end_inset
21729
21730
21731 \newline
21732 You can only print them emboldened using the command 
21733 \series bold
21734
21735 \backslash
21736 boldsymbol
21737 \series default
21738 , which works like the other typeface commands: 
21739 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \begin_layout Standard
21746
21747 \series bold
21748
21749 \backslash
21750 boldsymbol
21751 \series default
21752  works for all symbols, letters, and numbers.
21753 \end_layout
21754
21755 \begin_layout Standard
21756 A number of other font options are available as well, in the menu 
21757 \family sans
21758 Insert\SpecialChar \menuseparator
21759 Math\SpecialChar \menuseparator
21760 Font\InsetSpace ~
21761 Change
21762 \family default
21763 .
21764 \end_layout
21765
21766 \begin_layout Subsection
21767 Math Text
21768 \begin_inset LatexCommand index
21769 name "Math ! Text"
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \begin_layout Standard
21777 Typefaces are useful for entering some characters in some given font, but
21778  not for text.
21779  For typing longer pieces of text use the math text, which is obtained using
21780  the entry 
21781 \family sans
21782 Normal\InsetSpace ~
21783 text\InsetSpace ~
21784 mode
21785 \family default
21786  of the 
21787 \family sans
21788 Math\InsetSpace ~
21789 Panel
21790 \family default
21791  button 
21792 \begin_inset Graphics
21793         filename ../images/math/font.png
21794         inzipName 
21795         embed true
21796
21797 \end_inset
21798
21799  (alternatively the shortcut 
21800 \family sans
21801 M-m\InsetSpace ~
21802 m
21803 \family default
21804 ).
21805  Math text appears in LyX in black instead of blue.
21806  You can use spaces and accents in math text like in normal text.
21807  Here is an example:
21808 \begin_inset Formula \[
21809 f(x)=\begin{cases}
21810 x & \textrm{if I say so}\\
21811 -x & \textrm{unter Umständen}\end{cases}\]
21812
21813 \end_inset
21814
21815
21816 \end_layout
21817
21818 \begin_layout Subsection
21819 Font Sizes
21820 \begin_inset LatexCommand index
21821 name "Math ! Font sizes"
21822
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \begin_layout Standard
21829 There are four font styles (relative sizes) used in math-mode, which are
21830  automatically chosen in most situations.
21831  These are called 
21832 \family sans
21833 textstyle
21834 \family default
21835
21836 \family sans
21837 displaystyle
21838 \family default
21839
21840 \family sans
21841 scriptstyle
21842 \family default
21843 , and 
21844 \family sans
21845 scriptscriptstyle
21846 \family default
21847 .
21848  For most characters, 
21849 \family sans
21850 textstyle
21851 \family default
21852  and 
21853 \family sans
21854 displaystyle
21855 \family default
21856  are actually the same size, but fractions, superscripts and subscripts,
21857  and certain other structures, are set larger in 
21858 \family sans
21859 displaystyle
21860 \family default
21861 .
21862  Except for some operators, which resize themselves to accommodate various
21863  situations, all text will be set in the styles as LaTeX thinks is appropriate.
21864  These choices can be overridden by using the math panel button 
21865 \begin_inset Graphics
21866         filename ../images/math/style.png
21867         inzipName 
21868         embed true
21869
21870 \end_inset
21871
21872 .
21873  A box for the size will be created in which you can insert the math structure.
21874  For example, you can set 
21875 \begin_inset Formula $\frac{1}{2}$
21876 \end_inset
21877
21878 , which is normally in 
21879 \family sans
21880 textstyle
21881 \family default
21882 , larger in 
21883 \family sans
21884 displaystyle
21885 \family default
21886
21887 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21888 \end_inset
21889
21890 .
21891  The four styles are used in the following example:
21892 \end_layout
21893
21894 \begin_layout Standard
21895 \begin_inset Formula $displaystyle$
21896 \end_inset
21897
21898
21899 \begin_inset Formula ${\textstyle textstyle}$
21900 \end_inset
21901
21902
21903 \begin_inset Formula ${\scriptstyle scriptstyle}$
21904 \end_inset
21905
21906
21907 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21908 \end_inset
21909
21910 .
21911 \end_layout
21912
21913 \begin_layout Standard
21914 All these math-mode font sizes are relative, that means, if the whole math
21915  inset is set in a particular size with the menu 
21916 \family sans
21917 Edit\SpecialChar \menuseparator
21918 Text\InsetSpace ~
21919 Style
21920 \family default
21921 , all sizes in the formula will be adjusted relative to this size.
21922  Similarly, if the base font size of the document is changed, all fonts
21923  will be adjusted to correspond.
21924  As example a formula in the font size 
21925 \begin_inset Quotes eld
21926 \end_inset
21927
21928 largest
21929 \begin_inset Quotes erd
21930 \end_inset
21931
21932 :
21933 \end_layout
21934
21935 \begin_layout Standard
21936
21937 \family roman
21938 \size largest
21939 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
21940 \end_inset
21941
21942
21943 \end_layout
21944
21945 \begin_layout Section
21946 AMS-LaTeX
21947 \begin_inset LatexCommand index
21948 name "AMS math"
21949
21950 \end_inset
21951
21952
21953 \begin_inset LatexCommand index
21954 name "Math ! AMS"
21955
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \begin_layout Standard
21962 LyX supports the packages provided by the American Mathematical Society
21963  (AMS) that are in common use.
21964 \end_layout
21965
21966 \begin_layout Subsection
21967 Enabling AMS-Support
21968 \end_layout
21969
21970 \begin_layout Standard
21971 Selecting the checkbox 
21972 \family sans
21973 Use\InsetSpace ~
21974 AMS\InsetSpace ~
21975 math\InsetSpace ~
21976 package
21977 \family default
21978  in the 
21979 \family sans
21980 Document\SpecialChar \menuseparator
21981 Settings
21982 \family default
21983
21984 \begin_inset LatexCommand index
21985 name "Document ! Settings"
21986
21987 \end_inset
21988
21989  dialog under 
21990 \family sans
21991 Math\InsetSpace ~
21992 Options
21993 \family default
21994  will include the AMS-packages in the document, and make the facilities
21995  available.
21996  AMS is needed for many math-constructs, so when you get LaTeX-errors in
21997  formulas, assure that you have enabled AMS.
21998 \end_layout
21999
22000 \begin_layout Subsection
22001 AMS-Formula Types
22002 \begin_inset LatexCommand label
22003 name "sub:AMS-Formula-Types"
22004
22005 \end_inset
22006
22007
22008 \begin_inset LatexCommand index
22009 name "Math ! Multi-line Equations"
22010
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \begin_layout Standard
22017 AMS-LaTeX provides a selection of different formula types.
22018  LyX allows you to choose between 
22019 \family typewriter
22020 align
22021 \family default
22022
22023 \family typewriter
22024 alignat
22025 \family default
22026
22027 \family typewriter
22028 flalign
22029 \family default
22030
22031 \family typewriter
22032 gather
22033 \family default
22034 , and 
22035 \family typewriter
22036 multline
22037 \family default
22038 .
22039  We refer to the AMS-documentation for an explanation of these formula types.
22040 \end_layout
22041
22042 \begin_layout Chapter
22043 More Tools
22044 \end_layout
22045
22046 \begin_layout Section
22047 Cross-References
22048 \begin_inset LatexCommand index
22049 name "Cross references"
22050
22051 \end_inset
22052
22053
22054 \begin_inset LatexCommand label
22055 name "sec:Cross-References"
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Standard
22063 One of LyX's strengths are cross-references.
22064  You can reference every section, float, footnote, formula, and list in
22065  the document.
22066  To reference a document part, you have to insert a label into it.
22067  The label is used as anchor and name for the reference.
22068  We want for example refer to the the second item of the following list:
22069 \end_layout
22070
22071 \begin_layout Enumerate
22072 First item
22073 \end_layout
22074
22075 \begin_layout Enumerate
22076 \begin_inset LatexCommand label
22077 name "enu:Second-item"
22078
22079 \end_inset
22080
22081 Second item
22082 \end_layout
22083
22084 \begin_layout Enumerate
22085 Third item
22086 \end_layout
22087
22088 \begin_layout Standard
22089 First we insert a label into the second item with the menu 
22090 \family sans
22091 Insert\SpecialChar \menuseparator
22092 Label
22093 \family default
22094  or the by pressing the toolbar button 
22095 \begin_inset Graphics
22096         filename ../images/label-insert.png
22097         inzipName 
22098         embed true
22099         scale 85
22100
22101 \end_inset
22102
22103 .
22104  A grey label box like this: 
22105 \begin_inset Graphics
22106         filename clipart/labelQt4.png
22107         inzipName 
22108         embed false
22109         scale 85
22110
22111 \end_inset
22112
22113  is inserted and the label window pops up asking for the label text.
22114  LyX offers as text the first words of the item with a prefix, in our case
22115  the text 
22116 \begin_inset Quotes eld
22117 \end_inset
22118
22119
22120 \family sans
22121 enu: Second-item
22122 \family default
22123
22124 \begin_inset Quotes erd
22125 \end_inset
22126
22127 .
22128  The prefix 
22129 \begin_inset Quotes eld
22130 \end_inset
22131
22132
22133 \family sans
22134 enu:
22135 \family default
22136
22137 \begin_inset Quotes erd
22138 \end_inset
22139
22140  stands for 
22141 \begin_inset Quotes eld
22142 \end_inset
22143
22144 enumerate
22145 \begin_inset Quotes erd
22146 \end_inset
22147
22148 .
22149  The prefix depends on the document part where the label is inserted, e.g.
22150  if you insert a label to a section heading, the prefix will be 
22151 \begin_inset Quotes eld
22152 \end_inset
22153
22154
22155 \family sans
22156 sec:
22157 \family default
22158
22159 \begin_inset Quotes erd
22160 \end_inset
22161
22162 .
22163 \end_layout
22164
22165 \begin_layout Standard
22166 To reference the item, we refer to its label using the menu 
22167 \family sans
22168 Insert\SpecialChar \menuseparator
22169 Cross-Reference
22170 \family default
22171  or the toolbar button 
22172 \begin_inset Graphics
22173         filename ../images/dialog-show-new-inset_ref.png
22174         inzipName 
22175         embed true
22176         scale 85
22177
22178 \end_inset
22179
22180 .
22181  A grey cross-reference box like this: 
22182 \begin_inset Graphics
22183         filename clipart/referenceQt4.png
22184         inzipName 
22185         embed true
22186         scale 85
22187
22188 \end_inset
22189
22190  is inserted and the cross-reference window appear showing all labels of
22191  the document.
22192  We can now sort the labels alphabetically and then choose the entry 
22193 \begin_inset Quotes eld
22194 \end_inset
22195
22196
22197 \family sans
22198 enu:Second-item
22199 \family default
22200
22201 \begin_inset Quotes erd
22202 \end_inset
22203
22204 .
22205  At the position of the cross-reference box the item number will appear
22206  in the output.
22207  Here is our cross-reference:
22208 \end_layout
22209
22210 \begin_layout Standard
22211 Item\InsetSpace ~
22212
22213 \begin_inset LatexCommand ref
22214 reference "enu:Second-item"
22215
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \begin_layout Standard
22222 It is recommended to use a protected space
22223 \begin_inset Foot
22224 status collapsed
22225
22226 \begin_layout Standard
22227 described in section\InsetSpace ~
22228
22229 \begin_inset LatexCommand ref
22230 reference "sub:Protected-Space"
22231
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \end_inset
22238
22239  between the cross-reference name and its number to avoid ugly linebreaks
22240  between them.
22241 \end_layout
22242
22243 \begin_layout Standard
22244 There are six varieties of cross-references:
22245 \end_layout
22246
22247 \begin_layout Description
22248 <reference>: prints the float number, this is the default: 
22249 \begin_inset LatexCommand ref
22250 reference "cap:Two-distorted-images"
22251
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \begin_layout Description
22258 (<reference>): prints the float number within two parentheses, this is the
22259  style normally used to reference formulas, especially when the reference
22260  name 
22261 \begin_inset Quotes eld
22262 \end_inset
22263
22264 Equation
22265 \begin_inset Quotes erd
22266 \end_inset
22267
22268  is omitted: 
22269 \begin_inset LatexCommand eqref
22270 reference "eq:tanhExp"
22271
22272 \end_inset
22273
22274
22275 \end_layout
22276
22277 \begin_layout Description
22278 <page>: prints the page number: Page\InsetSpace ~
22279
22280 \begin_inset LatexCommand pageref
22281 reference "cap:Two-distorted-images"
22282
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \begin_layout Description
22289 on\InsetSpace ~
22290 page\InsetSpace ~
22291 <page>: prints the text "on page" and the page number: 
22292 \begin_inset LatexCommand vpageref
22293 reference "cap:Two-distorted-images"
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \begin_layout Description
22301 <reference>\InsetSpace ~
22302 on\InsetSpace ~
22303 page\InsetSpace ~
22304 <page>: prints the float number, the text "on page", and
22305  the page number: 
22306 \begin_inset LatexCommand vref
22307 reference "cap:Two-distorted-images"
22308
22309 \end_inset
22310
22311
22312 \end_layout
22313
22314 \begin_layout Description
22315 Formatted\InsetSpace ~
22316 reference: prints a self defined cross-reference format.
22317 \newline
22318
22319 \begin_inset Note Greyedout
22320 status open
22321
22322 \begin_layout Standard
22323
22324 \series bold
22325 Note:
22326 \series default
22327  This feature is only available when you have the LaTeX-package 
22328 \series bold
22329 prettyref
22330 \begin_inset LatexCommand index
22331 name "LaTeX-packages ! prettyref"
22332
22333 \end_inset
22334
22335
22336 \series default
22337  installed.
22338 \end_layout
22339
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \begin_layout Standard
22346 Note that the style <page> won't print the page number if the label is on
22347  the previous, the same, or the next page.
22348  You will e.\InsetSpace \thinspace{}
22349 g.\InsetSpace ~
22350 see the text 
22351 \begin_inset Quotes eld
22352 \end_inset
22353
22354
22355 \family sans
22356 on this page
22357 \family default
22358
22359 \begin_inset Quotes erd
22360 \end_inset
22361
22362  instead.
22363 \end_layout
22364
22365 \begin_layout Standard
22366 The number and current page of the referred document part in the output,
22367  is automatically calculated by LaTeX.
22368  The varieties are adjusted in the field 
22369 \family sans
22370 Format
22371 \family default
22372  of the cross-reference window, that appear when you click on the cross-referenc
22373 e box.
22374 \end_layout
22375
22376 \begin_layout Standard
22377 You can only use the style 
22378 \family sans
22379 <reference>
22380 \family default
22381  to reference numbered document parts, while the reference style 
22382 \family sans
22383 <page>
22384 \family default
22385  is always possible.
22386 \end_layout
22387
22388 \begin_layout Standard
22389 If you want to reference a section, put the label in the section heading,
22390  to reference a float, put the label in the caption.
22391  For footnotes you can put the label somewhere in it.
22392  Referencing formulas is explained in section\InsetSpace ~
22393
22394 \begin_inset LatexCommand ref
22395 reference "sec:Formula-Numbering-and"
22396
22397 \end_inset
22398
22399 .
22400 \end_layout
22401
22402 \begin_layout Standard
22403 The button 
22404 \family sans
22405 Go\InsetSpace ~
22406 to\InsetSpace ~
22407 Label
22408 \family default
22409  in the cross-reference window sets the the cursor before the referred label.
22410  The button text changes then to 
22411 \family sans
22412 Go\InsetSpace ~
22413 Back
22414 \family default
22415  and you can use it to set the cursor back to the cross-reference.
22416  Right-clicking on a cross-reference box also sets the cursor before the
22417  referred label but without a possibility to go back.
22418  
22419 \end_layout
22420
22421 \begin_layout Standard
22422 You can change labels at any time by clicking on the label box.
22423  References to the changed label will automatically change its link to the
22424  new label text, so that you don't need to take care about this.
22425 \end_layout
22426
22427 \begin_layout Standard
22428 If a cross-reference refers to a non-existing label, you'll see two question
22429  marks in the output instead of the reference.
22430 \end_layout
22431
22432 \begin_layout Standard
22433 References are described in detail in the 
22434 \emph on
22435 Embedded Objects
22436 \emph default
22437  manual.
22438 \end_layout
22439
22440 \begin_layout Section
22441 Table of Contents and other Listings
22442 \begin_inset LatexCommand index
22443 name "Table of contents"
22444
22445 \end_inset
22446
22447
22448 \begin_inset LatexCommand index
22449 name "Outline"
22450
22451 \end_inset
22452
22453
22454 \begin_inset LatexCommand label
22455 name "sec:toc"
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \begin_layout Subsection
22463 Table of Contents and Outline
22464 \begin_inset LatexCommand label
22465 name "sub:Table-of-Contents"
22466
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \begin_layout Standard
22473 The Table of Contents (TOC) is inserted with the menu 
22474 \family sans
22475 Insert\SpecialChar \menuseparator
22476 List/TOC\SpecialChar \menuseparator
22477 Table\InsetSpace ~
22478 of\InsetSpace ~
22479 Contents
22480 \family default
22481 .
22482  Is is displayed in LyX as a gray box.
22483  If you click on it, the TOC window appears, showing you the TOC entries.
22484  You can jump to a document part by clicking on an entry.
22485  Thus you can use this window as graphical alternative for the 
22486 \family sans
22487 Navigate
22488 \family default
22489  menu.
22490 \end_layout
22491
22492 \begin_layout Standard
22493 The TOC lists every numbered section automatically.
22494  If you have declared a short title for a section heading, as described
22495  in section\InsetSpace ~
22496
22497 \begin_inset LatexCommand ref
22498 reference "sec:Short-Titles"
22499
22500 \end_inset
22501
22502 , it will be used in the TOC instead of the section heading.
22503  Section\InsetSpace ~
22504
22505 \begin_inset LatexCommand ref
22506 reference "sub:Numbering-depth"
22507
22508 \end_inset
22509
22510  describes how the level is adjusted that defines which section types are
22511  listed in the TOC.
22512  You can also adjust the level for the displayed sections in the TOC window
22513  using the grey fader at the bottom of the window.
22514  Unnumbered sections are not listed in the TOC.
22515 \end_layout
22516
22517 \begin_layout Standard
22518 You can use the TOC window also as outline to move and rearrange sections
22519  in your documents.
22520  The TOC window therefore also appears when you use the menu 
22521 \family sans
22522 Document\SpecialChar \menuseparator
22523 Outline
22524 \family default
22525 .
22526 \end_layout
22527
22528 \begin_layout Subsection
22529 List of Figures, Tables and Algorithms
22530 \begin_inset LatexCommand label
22531 name "sec:ListsOf"
22532
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \begin_layout Standard
22539 Table, figure, and algorithm lists are very much like the table of contents.
22540  You can insert them via the 
22541 \family sans
22542 Insert\SpecialChar \menuseparator
22543 List\InsetSpace ~
22544 /\InsetSpace ~
22545 TOC
22546 \family default
22547  submenus.
22548  The list entries are the float captions and the float number.
22549 \end_layout
22550
22551 \begin_layout Section
22552 URLs (Uniform Resource Locators)
22553 \begin_inset LatexCommand index
22554 name "URLs"
22555
22556 \end_inset
22557
22558
22559 \begin_inset LatexCommand label
22560 name "sec:URL"
22561
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \begin_layout Standard
22568 It is often desirable to include long 
22569 \begin_inset Quotes eld
22570 \end_inset
22571
22572 verbatim
22573 \begin_inset Quotes erd
22574 \end_inset
22575
22576  items in a document such as Web site URLs, e-mail addresses, etc.
22577  These things typically do not contain any spaces and are thus difficult
22578  to typeset properly.
22579  Such items will often fall on a line boundary if they cannot be split,
22580  resulting in an overfull line.
22581  To avoid this, use the menu 
22582 \family sans
22583 Insert\SpecialChar \menuseparator
22584 URL
22585 \family default
22586  to enter a long URL and have it split gracefully, if necessary.
22587 \end_layout
22588
22589 \begin_layout Standard
22590 The URL dialog has two fields; the URL field and the 
22591 \family sans
22592 Name
22593 \family default
22594  field for the URL description, which will be typeset as plain text immediately
22595  before the URL.
22596  Here an example:
22597 \end_layout
22598
22599 \begin_layout Standard
22600 \begin_inset LatexCommand url
22601 name "LyX-Homepage"
22602 target "http://www.lyx.org"
22603
22604 \end_inset
22605
22606 .
22607 \end_layout
22608
22609 \begin_layout Standard
22610 \begin_inset VSpace bigskip
22611 \end_inset
22612
22613
22614 \series bold
22615 Important notes
22616 \series default
22617 :
22618 \end_layout
22619
22620 \begin_layout Itemize
22621 When you use the following characters: "%", "#", "^", you have to write
22622  them with a backslash before, e.g.
22623  
22624 \begin_inset Quotes eld
22625 \end_inset
22626
22627
22628 \backslash
22629 #
22630 \begin_inset Quotes erd
22631 \end_inset
22632
22633 .
22634 \end_layout
22635
22636 \begin_layout Itemize
22637 URLs must not end with a backslash!
22638 \end_layout
22639
22640 \begin_layout Section
22641 Appendices
22642 \begin_inset LatexCommand index
22643 name "Appendix"
22644
22645 \end_inset
22646
22647
22648 \begin_inset LatexCommand label
22649 name "sec:Appendices"
22650
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \begin_layout Standard
22657 Appendices are created with the menu 
22658 \family sans
22659 Document\SpecialChar \menuseparator
22660 Start\InsetSpace ~
22661 Appendix\InsetSpace ~
22662 Here
22663 \family default
22664 .
22665  This menu sets the document from the current cursor position to the end
22666  as appendix region.
22667  The region is marked with a red borderline.
22668 \end_layout
22669
22670 \begin_layout Standard
22671 Every chapter (or section) within the appendix region is treated as an appendix,
22672  numbered with a capital Latin letter.
22673  The appendix subsections are numbered with this letter followed by a dot
22674  and the subsection number.
22675  All appendix sections can be referenced as if they were normal sections,
22676  here two examples:
22677 \end_layout
22678
22679 \begin_layout Standard
22680 Appendix\InsetSpace ~
22681
22682 \begin_inset LatexCommand ref
22683 reference "cha:Credits"
22684
22685 \end_inset
22686
22687 ; Appendix\InsetSpace ~
22688
22689 \begin_inset LatexCommand ref
22690 reference "sub:Export"
22691
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \begin_layout Section
22698 Bibliography
22699 \begin_inset LatexCommand index
22700 name "Bibliography"
22701
22702 \end_inset
22703
22704
22705 \begin_inset LatexCommand label
22706 name "sec:Bibliography"
22707
22708 \end_inset
22709
22710
22711 \end_layout
22712
22713 \begin_layout Standard
22714 There are two ways of generating the bibliography in a LyX-document.
22715  You can include a bibliography database
22716 \begin_inset Foot
22717 status collapsed
22718
22719 \begin_layout Standard
22720 Known under the name 
22721 \begin_inset Quotes eld
22722 \end_inset
22723
22724 BibTeX-database
22725 \begin_inset Quotes erd
22726 \end_inset
22727
22728 .
22729 \end_layout
22730
22731 \end_inset
22732
22733 , which is explained in the next subsection or you can insert the bibliography
22734  manually.
22735  For the second method we use the paragraph environment 
22736 \family sans
22737 Bibliography
22738 \family default
22739 , described in section\InsetSpace ~
22740
22741 \begin_inset LatexCommand ref
22742 reference "sub:Biblio_environment"
22743
22744 \end_inset
22745
22746 .
22747 \end_layout
22748
22749 \begin_layout Standard
22750 Within the 
22751 \family sans
22752 Bibliography
22753 \family default
22754  environment, every paragraph begins with a gray bibliography box labeled
22755  with a number.
22756  If you click on it, you will get a dialog in which you can set a 
22757 \family sans
22758 Key
22759 \family default
22760  and a 
22761 \family sans
22762 Label
22763 \family default
22764 .
22765  The key is the symbolic name by which you will refer to this bibliography
22766  entry.
22767  For example, our second entry in the bibliography is a book about LaTeX
22768  and we used 
22769 \begin_inset Quotes eld
22770 \end_inset
22771
22772 latexcompanion
22773 \begin_inset Quotes erd
22774 \end_inset
22775
22776 , a short form of its title, as key.
22777 \end_layout
22778
22779 \begin_layout Standard
22780 You can refer to the key of a bibliography entry using the menu 
22781 \family sans
22782 Insert\SpecialChar \menuseparator
22783 Citation
22784 \family default
22785  or the toobar button 
22786 \begin_inset Graphics
22787         filename ../images/dialog-show-new-inset_citation.png
22788         inzipName 
22789         embed true
22790         BoundingBox 0bp 5bp 20bp 20bp
22791
22792 \end_inset
22793
22794 .
22795  A citation reference box is inserted and a citation window will appear
22796  in which you can select one or more keys in the available key list.
22797  The citation reference box will be labeled with the referenced key.
22798  When you click on the box, the citation window appears and you can change
22799  the reference.
22800 \end_layout
22801
22802 \begin_layout Standard
22803 Citation references appear in the output as number of the bibliography entry
22804  with surrounding brackets.
22805  If you set a 
22806 \family sans
22807 Label
22808 \family default
22809  for the entry, the label will appear instead of the number.
22810  Here two examples; the first without a label, the second with the label
22811  
22812 \begin_inset Quotes eld
22813 \end_inset
22814
22815 Credits
22816 \begin_inset Quotes erd
22817 \end_inset
22818
22819 :
22820 \end_layout
22821
22822 \begin_layout Standard
22823 Have a look at the 
22824 \family sans
22825 LaTeX Companion Second Edition
22826 \family default
22827
22828 \begin_inset LatexCommand cite
22829 key "latexcompanion"
22830
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \begin_layout Standard
22837 The LyX-Team members are listed in the Credits: 
22838 \begin_inset LatexCommand cite
22839 key "lyxcredit"
22840
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \begin_layout Subsection
22847 Bibliography databases (BibTeX)
22848 \begin_inset LatexCommand index
22849 name "Bibliography ! Databases"
22850
22851 \end_inset
22852
22853
22854 \begin_inset LatexCommand index
22855 name "Bibliography ! BibTeX"
22856
22857 \end_inset
22858
22859
22860 \begin_inset LatexCommand label
22861 name "sub:Bibliography-databases"
22862
22863 \end_inset
22864
22865
22866 \end_layout
22867
22868 \begin_layout Standard
22869 Bibliography databases are useful if you use the same bibliography in different
22870  documents.
22871  It makes it also very easy to have an uniform layout for all bibliography
22872  entries.
22873  You can collect the bibliography of all relevant books and articles of
22874  your working field in a database.
22875  This database can be used for different documents, because only the referenced
22876  entries of the database will appear in the bibliography list.
22877 \end_layout
22878
22879 \begin_layout Standard
22880 The database is a text file with the file extension 
22881 \begin_inset Quotes eld
22882 \end_inset
22883
22884
22885 \family sans
22886 .bib
22887 \family default
22888
22889 \begin_inset Quotes erd
22890 \end_inset
22891
22892  containing the bibliography in a special format.
22893  The format is explained in LaTeX books (
22894 \begin_inset LatexCommand cite
22895 key "Mittelbach,Kopka,Lamport"
22896
22897 \end_inset
22898
22899 ).
22900  Normally one uses a special program to create and edit entries of the database.
22901  Under
22902 \newline
22903  
22904 \begin_inset LatexCommand url
22905 target "http://wiki.lyx.org/BibTeX/Programs"
22906
22907 \end_inset
22908
22909
22910 \newline
22911 you find a list of programs for bibliography databases.
22912 \end_layout
22913
22914 \begin_layout Standard
22915 To use a database, use the menu 
22916 \family sans
22917 Insert\SpecialChar \menuseparator
22918 List
22919 \family default
22920 /
22921 \family sans
22922 TOC\SpecialChar \menuseparator
22923 BibT
22924 \begin_inset ERT
22925 status collapsed
22926
22927 \begin_layout Standard
22928
22929 {}
22930 \end_layout
22931
22932 \end_inset
22933
22934 eX\InsetSpace ~
22935 Bibliography
22936 \family default
22937 .
22938  A grey box will be inserted and a window appears.
22939  In this window you can load one or more databases and a style file.
22940 \end_layout
22941
22942 \begin_layout Standard
22943 The style file is a text file with the file extension
22944 \begin_inset Quotes erd
22945 \end_inset
22946
22947
22948 \family sans
22949 .bst
22950 \family default
22951
22952 \begin_inset Quotes erd
22953 \end_inset
22954
22955  that declares the layout of all bibliography entries.
22956  Many publishers provide special style files, so that you don't have to
22957  take care of the layout.
22958 \end_layout
22959
22960 \begin_layout Standard
22961 Inserting a citation reference works like described above.
22962 \end_layout
22963
22964 \begin_layout Standard
22965 \begin_inset VSpace defskip
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \begin_layout Standard
22972 To generate the bibliography from a database, the program BibTeX is used
22973  by LyX.
22974  This program can be controlled with options that you can add in LyX's preferenc
22975 es dialog under 
22976 \family sans
22977 Outputs
22978 \family default
22979
22980 \family sans
22981 LaT
22982 \begin_inset ERT
22983 status collapsed
22984
22985 \begin_layout Standard
22986
22987 {}
22988 \end_layout
22989
22990 \end_inset
22991
22992 eX
22993 \family default
22994  in the field 
22995 \family sans
22996 BibT
22997 \begin_inset ERT
22998 status collapsed
22999
23000 \begin_layout Standard
23001
23002 {}
23003 \end_layout
23004
23005 \end_inset
23006
23007 eX\InsetSpace ~
23008 command
23009 \family default
23010 .
23011  Before adding options, it is strongly recommended to read the manual of
23012  
23013 \family sans
23014 BibTeX
23015 \family default
23016 .
23017 \end_layout
23018
23019 \begin_layout Standard
23020 \begin_inset VSpace defskip
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \begin_layout Standard
23027 We use two bibliographies in this document to show the difference between
23028  the two methods of creating them.
23029  As you can see, the bibliography that is created from a database lists
23030  only the database entries that are referenced in the document.
23031  We used the style file 
23032 \family sans
23033 alphadin.bst
23034 \family default
23035  to get the complicated German reference key scheme in the bibliography.
23036 \end_layout
23037
23038 \begin_layout Subsection
23039 Bibliography layout
23040 \begin_inset LatexCommand index
23041 name "Bibliography ! Layout"
23042
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \begin_layout Standard
23049 In the citation reference dialog you can set a special citation format.
23050  For this feature you need to use the option 
23051 \family sans
23052 Natbib
23053 \family default
23054  enabled in the 
23055 \family sans
23056 Document\SpecialChar \menuseparator
23057 Settings
23058 \family default
23059
23060 \begin_inset LatexCommand index
23061 name "Document ! Settings"
23062
23063 \end_inset
23064
23065  dialog under 
23066 \family sans
23067 Bibliography
23068 \family default
23069 .
23070  Setting a citation style for a reference will overwrite the default.
23071  For the global citation format use the BibTeX style files as explained
23072  in the previous section.
23073 \end_layout
23074
23075 \begin_layout Standard
23076 You can also set text, that should appear before or after a citation reference,
23077  in the citation reference window.
23078  Here an example where we set the text 
23079 \begin_inset Quotes eld
23080 \end_inset
23081
23082 Chapter\InsetSpace ~
23083 3
23084 \begin_inset Quotes erd
23085 \end_inset
23086
23087  to appear after the reference:
23088 \end_layout
23089
23090 \begin_layout Standard
23091 Have a look at 
23092 \begin_inset LatexCommand cite
23093 after "Chapter 3"
23094 key "latexcompanion"
23095
23096 \end_inset
23097
23098 .
23099 \end_layout
23100
23101 \begin_layout Section
23102 Index
23103 \begin_inset LatexCommand index
23104 name "Index generation"
23105
23106 \end_inset
23107
23108
23109 \begin_inset LatexCommand label
23110 name "sec:Index"
23111
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \begin_layout Standard
23118 An index entry is created if you use the menu 
23119 \family sans
23120 Insert\SpecialChar \menuseparator
23121 Index\InsetSpace ~
23122 Entry
23123 \family default
23124  or the toolbar button 
23125 \begin_inset Graphics
23126         filename ../images/index-insert.png
23127         inzipName 
23128         embed true
23129         BoundingBox 0bp 5bp 20bp 20bp
23130
23131 \end_inset
23132
23133 .
23134  A gray box labeled 
23135 \begin_inset Quotes eld
23136 \end_inset
23137
23138
23139 \family sans
23140 Idx
23141 \family default
23142
23143 \begin_inset Quotes erd
23144 \end_inset
23145
23146  is inserted containing the text that appears in the index.
23147  The word where the cursor is in or the currently highlighted text is proposed
23148  by LyX as index entry.
23149 \end_layout
23150
23151 \begin_layout Standard
23152 \begin_inset Note Greyedout
23153 status open
23154
23155 \begin_layout Standard
23156
23157 \series bold
23158 Note:
23159 \series default
23160  The index entry text field differs from all other text fields, because
23161  you have to insert valid LaTeX-code.
23162 \end_layout
23163
23164 \end_inset
23165
23166  Therefore you cannot insert
23167 \end_layout
23168
23169 \begin_layout Standard
23170
23171 \series bold
23172 Find & Replace
23173 \end_layout
23174
23175 \begin_layout Standard
23176 to an index entry field, because the 
23177 \begin_inset Quotes eld
23178 \end_inset
23179
23180 &
23181 \begin_inset Quotes erd
23182 \end_inset
23183
23184  character is used in LaTeX to separate table columns, so that you will
23185  get LaTeX-errors.
23186  The correct entry is
23187 \end_layout
23188
23189 \begin_layout Standard
23190
23191 \series bold
23192 Find 
23193 \backslash
23194 & Replace
23195 \end_layout
23196
23197 \begin_layout Standard
23198 This behavior is necessary because index entries can be formatted in many
23199  ways using special LaTeX commands.
23200  We give a short overview of the index command in the next subsections.
23201  For a detailed description of LaTeX's index mechanism, have a look at one
23202  of the LaTeX books 
23203 \begin_inset LatexCommand cite
23204 key "latexcompanion,latexguide,latexbook"
23205
23206 \end_inset
23207
23208 .
23209 \end_layout
23210
23211 \begin_layout Standard
23212 You can change index entries by clicking on the index box.
23213 \end_layout
23214
23215 \begin_layout Standard
23216 The index list is inserted to the document with the menu 
23217 \family sans
23218 Insert\SpecialChar \menuseparator
23219 List\InsetSpace ~
23220 /\InsetSpace ~
23221 TOC\SpecialChar \menuseparator
23222 Index\InsetSpace ~
23223 List
23224 \family default
23225 .
23226  A light blue box labeled 
23227 \begin_inset Quotes eld
23228 \end_inset
23229
23230
23231 \family sans
23232 Index
23233 \family default
23234
23235 \begin_inset Quotes erd
23236 \end_inset
23237
23238  will show the place where the index is printed in the output.
23239  The index list box is not clickable like other LyX-boxes.
23240 \end_layout
23241
23242 \begin_layout Subsection
23243 Grouping Index Entries
23244 \begin_inset LatexCommand index
23245 name "Index ! Grouping"
23246
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \begin_layout Standard
23253 Index entries are often grouped to offer the reader a fast search in the
23254  index.
23255  We want to group for example the index entries for itemized and enumerated
23256  lists under the entry 
23257 \begin_inset Quotes eld
23258 \end_inset
23259
23260 Lists
23261 \begin_inset Quotes erd
23262 \end_inset
23263
23264 .
23265  First we create the entry 
23266 \begin_inset Quotes eld
23267 \end_inset
23268
23269 Lists
23270 \begin_inset Quotes erd
23271 \end_inset
23272
23273  in section\InsetSpace ~
23274
23275 \begin_inset LatexCommand ref
23276 reference "sub:Lists"
23277
23278 \end_inset
23279
23280 .
23281  In the text field for the itemized list index entry in section\InsetSpace ~
23282
23283 \begin_inset LatexCommand ref
23284 reference "sec:Itemize"
23285
23286 \end_inset
23287
23288 , we insert the command
23289 \end_layout
23290
23291 \begin_layout Standard
23292
23293 \series bold
23294 Lists ! Itemize
23295 \end_layout
23296
23297 \begin_layout Standard
23298 and the command
23299 \end_layout
23300
23301 \begin_layout Standard
23302
23303 \series bold
23304 Lists ! Enumerate
23305 \end_layout
23306
23307 \begin_layout Standard
23308 for the enumerated list in section\InsetSpace ~
23309
23310 \begin_inset LatexCommand ref
23311 reference "sec:Enumerate"
23312
23313 \end_inset
23314
23315 .
23316 \end_layout
23317
23318 \begin_layout Standard
23319 The exclamation mark 
23320 \begin_inset Quotes eld
23321 \end_inset
23322
23323 !
23324 \begin_inset Quotes erd
23325 \end_inset
23326
23327  marks the grouping levels.
23328  You can have three levels; every index level is indented a bit more.
23329  An index entry for the higher levels is not required.
23330  If we don't have an index entry for 
23331 \begin_inset Quotes eld
23332 \end_inset
23333
23334 Lists
23335 \begin_inset Quotes erd
23336 \end_inset
23337
23338 , it will be printed anyway, but without a page number.
23339 \end_layout
23340
23341 \begin_layout Subsection
23342 Page Ranges
23343 \begin_inset LatexCommand index
23344 name "Index ! Page ranges"
23345
23346 \end_inset
23347
23348
23349 \end_layout
23350
23351 \begin_layout Standard
23352 Normally an index entry will appear with the page number of the indexed
23353  section.
23354  But sometimes you want to index more pages under the same entry.
23355  E.g if we want to index the paragraph environments, we create an index entry
23356  in section\InsetSpace ~
23357
23358 \begin_inset LatexCommand ref
23359 reference "sec:Paragraph-Environments"
23360
23361 \end_inset
23362
23363  with the command
23364 \end_layout
23365
23366 \begin_layout Standard
23367
23368 \series bold
23369 Paragraph environments|(
23370 \end_layout
23371
23372 \begin_layout Standard
23373 and another entry at the end of section\InsetSpace ~
23374
23375 \begin_inset LatexCommand ref
23376 reference "sub:LyX-Code"
23377
23378 \end_inset
23379
23380  with the command
23381 \end_layout
23382
23383 \begin_layout Standard
23384
23385 \series bold
23386 Paragraph environments|)
23387 \end_layout
23388
23389 \begin_layout Standard
23390 The commands 
23391 \begin_inset Quotes eld
23392 \end_inset
23393
23394
23395 \series bold
23396 |(
23397 \series default
23398
23399 \begin_inset Quotes erd
23400 \end_inset
23401
23402  and 
23403 \begin_inset Quotes eld
23404 \end_inset
23405
23406
23407 \series bold
23408 |)
23409 \series default
23410
23411 \begin_inset Quotes erd
23412 \end_inset
23413
23414  respectively starts and ends the index range.
23415  You can also add the same index entry at different places in the document.
23416  They appear in the output under one entry with a comma separated list of
23417  the pages of the indexed document parts.
23418  An example is the index entry 
23419 \begin_inset Quotes eld
23420 \end_inset
23421
23422 Document ! Settings
23423 \begin_inset Quotes erd
23424 \end_inset
23425
23426 .
23427 \end_layout
23428
23429 \begin_layout Subsection
23430 Cross referencing
23431 \begin_inset LatexCommand index
23432 name "Index ! Cross referencing"
23433
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \begin_layout Standard
23440 It is also possible to refer to another index entry.
23441  We referred for example in the index entry 
23442 \begin_inset Quotes eld
23443 \end_inset
23444
23445 GIF
23446 \begin_inset Quotes erd
23447 \end_inset
23448
23449  (in section\InsetSpace ~
23450
23451 \begin_inset LatexCommand ref
23452 reference "sub:Image-Formats"
23453
23454 \end_inset
23455
23456 ) to the index entry 
23457 \begin_inset Quotes eld
23458 \end_inset
23459
23460 Image formats
23461 \begin_inset Quotes erd
23462 \end_inset
23463
23464  in the same section using the command
23465 \end_layout
23466
23467 \begin_layout Standard
23468
23469 \series bold
23470 GIF|see{Image formats}
23471 \end_layout
23472
23473 \begin_layout Standard
23474 The text within the braces is the referenced entry.
23475  The reference will appear in the output without a page number.
23476 \end_layout
23477
23478 \begin_layout Subsection
23479 Index Entry Order
23480 \begin_inset LatexCommand index
23481 name "Index ! Entry order"
23482
23483 \end_inset
23484
23485
23486 \end_layout
23487
23488 \begin_layout Standard
23489 You can use accented characters in the index entry, but the entries might
23490  then not follow the rules for the index order.
23491  The index entries are sorted alphabetically, but LaTeX
23492 \begin_inset Foot
23493 status collapsed
23494
23495 \begin_layout Standard
23496 The index generating is done in the background by an extra program, see
23497  section\InsetSpace ~
23498
23499 \begin_inset LatexCommand ref
23500 reference "sub:Index-Program"
23501
23502 \end_inset
23503
23504 .
23505 \end_layout
23506
23507 \end_inset
23508
23509  doesn't know how to sort accents in different languages.
23510  We created as example the three dummy index entries 
23511 \begin_inset Quotes eld
23512 \end_inset
23513
23514 maison
23515 \begin_inset Quotes erd
23516 \end_inset
23517
23518
23519 \begin_inset Quotes eld
23520 \end_inset
23521
23522 maïs
23523 \begin_inset Quotes erd
23524 \end_inset
23525
23526 , and 
23527 \begin_inset Quotes eld
23528 \end_inset
23529
23530 maître
23531 \begin_inset Quotes erd
23532 \end_inset
23533
23534 .
23535 \begin_inset LatexCommand index
23536 name "Dummy entries ! maïs"
23537
23538 \end_inset
23539
23540
23541 \begin_inset LatexCommand index
23542 name "Dummy entries ! maître"
23543
23544 \end_inset
23545
23546
23547 \begin_inset LatexCommand index
23548 name "Dummy entries ! maïs@maison"
23549
23550 \end_inset
23551
23552  They will be sorted in the order maïs, maître, maison, but we want the
23553  order maïs, maison, maître.
23554  To achieve this, we use the command
23555 \end_layout
23556
23557 \begin_layout Standard
23558
23559 \series bold
23560 previous entry@current entry
23561 \end_layout
23562
23563 \begin_layout Standard
23564 In our case we want to have 
23565 \begin_inset Quotes eld
23566 \end_inset
23567
23568 maison
23569 \begin_inset Quotes erd
23570 \end_inset
23571
23572  after 
23573 \begin_inset Quotes eld
23574 \end_inset
23575
23576 maïs
23577 \begin_inset Quotes erd
23578 \end_inset
23579
23580  and write therefore for the index entry of maison:
23581 \end_layout
23582
23583 \begin_layout Standard
23584
23585 \series bold
23586 maïs@maison
23587 \end_layout
23588
23589 \begin_layout Standard
23590 The previous entry needn't to be a real existing entry, you can also use
23591  another word to tell LaTeX the entry order, see the next subsection for
23592  an example.
23593 \end_layout
23594
23595 \begin_layout Subsection
23596 Index Entry Layout
23597 \begin_inset LatexCommand index
23598 name "Index ! Entry layout"
23599
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \begin_layout Standard
23606 You can insert entries together with LaTeX-commands for the layout.
23607  If you need for example an italic entry, you can write
23608 \end_layout
23609
23610 \begin_layout Standard
23611
23612 \series bold
23613
23614 \backslash
23615 textit{This is an italic entry}
23616 \end_layout
23617
23618 \begin_layout Standard
23619 where the command 
23620 \series bold
23621
23622 \backslash
23623 textit
23624 \series default
23625  produces the italic layout.
23626 \begin_inset LatexCommand index
23627 name "Dummy entries ! This@\\textit{This is an italic entry}"
23628
23629 \end_inset
23630
23631  We refer to LaTeX books (
23632 \begin_inset LatexCommand cite
23633 key "latexcompanion,latexguide,latexbook"
23634
23635 \end_inset
23636
23637 ) for an overview of layout commands.
23638  There is only the problem, that layout commands destroy the sorting order.
23639  To avoid that our index entry appears as the first one, we use the following
23640  command instead:
23641 \end_layout
23642
23643 \begin_layout Standard
23644
23645 \series bold
23646 This@
23647 \backslash
23648 textit{This is an italic entry}
23649 \end_layout
23650
23651 \begin_layout Standard
23652 You can also format the page number using the character 
23653 \begin_inset Quotes eld
23654 \end_inset
23655
23656 |
23657 \begin_inset Quotes erd
23658 \end_inset
23659
23660  followed by a LaTeX-command without a backslash.
23661  We can write for example
23662 \end_layout
23663
23664 \begin_layout Standard
23665
23666 \series bold
23667 old-style page number:|oldstylenums
23668 \end_layout
23669
23670 \begin_layout Standard
23671 to get the page number in an old-style layout.
23672 \begin_inset LatexCommand index
23673 name "Dummy entries ! old-style page number:|oldstylenums"
23674
23675 \end_inset
23676
23677  Normally all LaTeX-commands begin with a backslash, but in this special
23678  case 
23679 \begin_inset Quotes eld
23680 \end_inset
23681
23682
23683 \series bold
23684 |command
23685 \series default
23686
23687 \begin_inset Quotes erd
23688 \end_inset
23689
23690  means 
23691 \series bold
23692
23693 \backslash
23694 command{page\InsetSpace ~
23695 number}
23696 \series default
23697 .
23698  Have a look at section\InsetSpace ~
23699
23700 \begin_inset LatexCommand ref
23701 reference "sub:LaTeX-Syntax"
23702
23703 \end_inset
23704
23705  to learn more about the LaTeX-syntax.
23706 \end_layout
23707
23708 \begin_layout Standard
23709 You can also change the layout for the whole index.
23710  E.g.
23711  we marked the index list box of this document as bold to get a bold font
23712  for all index entries.
23713 \end_layout
23714
23715 \begin_layout Subsection
23716 Index Program
23717 \begin_inset LatexCommand index
23718 name "Index ! Program"
23719
23720 \end_inset
23721
23722
23723 \begin_inset LatexCommand label
23724 name "sub:Index-Program"
23725
23726 \end_inset
23727
23728
23729 \end_layout
23730
23731 \begin_layout Standard
23732 LyX uses for the index generation by default the program 
23733 \family sans
23734 makeindex
23735 \family default
23736 .
23737  It can be controlled by options that can be set in LyX's preferences dialog,
23738  see section\InsetSpace ~
23739
23740 \begin_inset LatexCommand ref
23741 reference "sub:LaTeX-settings"
23742
23743 \end_inset
23744
23745 .
23746  The available options are listed and explained in 
23747 \begin_inset LatexCommand cite
23748 key "makeindex"
23749
23750 \end_inset
23751
23752 .
23753 \end_layout
23754
23755 \begin_layout Standard
23756 You can also specify there another program to generate the index, for example
23757  
23758 \family sans
23759 xindy
23760 \family default
23761 .
23762 \end_layout
23763
23764 \begin_layout Section
23765 Nomenclature / Glossary 
23766 \begin_inset LatexCommand index
23767 name "Nomenclature"
23768
23769 \end_inset
23770
23771
23772 \begin_inset LatexCommand index
23773 name "Glossary|see{Nomenclature}"
23774
23775 \end_inset
23776
23777
23778 \begin_inset LatexCommand label
23779 name "sec:Nomenclature"
23780
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \begin_layout Standard
23787 Sometimes you need to compile a list of symbols that are mentioned in your
23788  document with a brief explanation of them -- a so called nomenclature or
23789  glossary.
23790 \end_layout
23791
23792 \begin_layout Standard
23793 To be able to create nomenclatures, you need the LaTeX package 
23794 \series bold
23795 nomencl
23796 \begin_inset LatexCommand index
23797 name "LaTeX-packages ! nomencl"
23798
23799 \end_inset
23800
23801
23802 \series default
23803  installed.
23804  You find it in the TeX Catalogue, 
23805 \begin_inset LatexCommand cite
23806 key "TeXCatalogue"
23807
23808 \end_inset
23809
23810  or in the package manager of your LaTeX-system.
23811 \end_layout
23812
23813 \begin_layout Standard
23814 A nomenclature entry is created if you place the cursor after a symbol entry
23815  and then use the menu 
23816 \family sans
23817 Insert\SpecialChar \menuseparator
23818
23819 \family default
23820 N
23821 \family sans
23822 omenclature\InsetSpace ~
23823 Entry
23824 \family default
23825  or the toobar button 
23826 \begin_inset Graphics
23827         filename ../images/nomencl-insert.png
23828         inzipName 
23829         embed false
23830         BoundingBox 0bp 5bp 20bp 20bp
23831
23832 \end_inset
23833
23834 .
23835  A gray box labeled 
23836 \begin_inset Quotes eld
23837 \end_inset
23838
23839
23840 \family sans
23841 Nom
23842 \family default
23843
23844 \begin_inset Quotes erd
23845 \end_inset
23846
23847  is inserted and a window pops up asking for the nomenclature entry.
23848 \end_layout
23849
23850 \begin_layout Standard
23851 A nomenclature entry consists of two main entries.
23852  The first is the symbol that you want to refer to.
23853  The second is the description of the symbol.
23854 \end_layout
23855
23856 \begin_layout Standard
23857 \begin_inset Note Greyedout
23858 status open
23859
23860 \begin_layout Standard
23861
23862 \series bold
23863 Note:
23864 \series default
23865  Like for the index entry dialog, you have to enter valid LaTeX-code for
23866  all fields of the nomenclature dialog.
23867 \end_layout
23868
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \begin_layout Subsection
23875 Nomenclature Definition and Layout
23876 \begin_inset LatexCommand index
23877 name "Nomenclature ! Layout"
23878
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \begin_layout Standard
23885 When you have symbols in formulas, you have to define them in the 
23886 \family sans
23887 Symbol
23888 \family default
23889  field as LaTeX-formula.
23890  For example to get 
23891 \begin_inset Quotes eld
23892 \end_inset
23893
23894
23895 \begin_inset Formula $\sigma$
23896 \end_inset
23897
23898
23899 \begin_inset Quotes erd
23900 \end_inset
23901
23902 , insert this:
23903 \newline
23904
23905 \series bold
23906 $
23907 \backslash
23908 sigma$
23909 \newline
23910
23911 \series default
23912 The 
23913 \begin_inset Quotes eld
23914 \end_inset
23915
23916 $
23917 \begin_inset Quotes erd
23918 \end_inset
23919
23920  character hereby starts/ends the formula.
23921  The LaTeX-command for the Greek letter is the name of the letter beginning
23922  with a backslash 
23923 \begin_inset Quotes eld
23924 \end_inset
23925
23926
23927 \backslash
23928
23929 \begin_inset Quotes erd
23930 \end_inset
23931
23932 .
23933  For capital Greek letters, start the command also with a capital letter,
23934  like 
23935 \series bold
23936
23937 \backslash
23938 Sigma
23939 \series default
23940 .
23941 \end_layout
23942
23943 \begin_layout Standard
23944 (A short introduction to the LaTeX-syntax is given in section\InsetSpace ~
23945
23946 \begin_inset LatexCommand ref
23947 reference "sub:LaTeX-Syntax"
23948
23949 \end_inset
23950
23951 .)
23952 \end_layout
23953
23954 \begin_layout Standard
23955 You cannot use the 
23956 \family sans
23957 Text\InsetSpace ~
23958 Style
23959 \family default
23960  dialog to format the description text but have to use LaTeX-commands.
23961  For example the description of the nomenclature entry for the 
23962 \begin_inset Quotes eld
23963 \end_inset
23964
23965
23966 \begin_inset Formula $\sigma$
23967 \end_inset
23968
23969
23970 \begin_inset Quotes erd
23971 \end_inset
23972
23973  in this document is:
23974 \newline
23975
23976 \series bold
23977 dummy entry for the character 
23978 \backslash
23979 textsf{sigma}
23980 \series default
23981
23982 \newline
23983 The command 
23984 \series bold
23985
23986 \backslash
23987 textsf
23988 \series default
23989  sets the fonts to 
23990 \family sans
23991 sans\InsetSpace ~
23992 serif
23993 \family default
23994 .
23995  To get 
23996 \series bold
23997 bold
23998 \series default
23999  font use the command 
24000 \series bold
24001
24002 \backslash
24003 textbf
24004 \series default
24005 , for 
24006 \family typewriter
24007 typewriter
24008 \family default
24009  use 
24010 \series bold
24011
24012 \backslash
24013 texttt
24014 \series default
24015 , for 
24016 \emph on
24017 emphasized
24018 \emph default
24019  use 
24020 \series bold
24021
24022 \backslash
24023 emph
24024 \series default
24025 .
24026 \end_layout
24027
24028 \begin_layout Subsection
24029 Sort Order of Nomenclature Entries
24030 \begin_inset LatexCommand index
24031 name "Nomenclature ! Sort order"
24032
24033 \end_inset
24034
24035
24036 \end_layout
24037
24038 \begin_layout Standard
24039 The nomenclature entries are sorted alphabetically by the LaTeX-code of
24040  the symbol definition.
24041  This leads to undesired results when you for example have symbols in formulas.
24042  Suppose you have nomenclature entries for the symbols 
24043 \emph on
24044 a
24045 \begin_inset LatexCommand nomenclature
24046 symbol "a"
24047 description "dummy entry for the character \"a\""
24048
24049 \end_inset
24050
24051
24052 \emph default
24053  and 
24054 \begin_inset Formula $\sigma$
24055 \end_inset
24056
24057
24058 \begin_inset LatexCommand nomenclature
24059 prefix "sigma"
24060 symbol "$\\sigma$"
24061 description "dummy entry for the character \\textsf{sigma}"
24062
24063 \end_inset
24064
24065 .
24066  They will be sorted by 
24067 \begin_inset Quotes eld
24068 \end_inset
24069
24070
24071 \family sans
24072 a
24073 \family default
24074
24075 \begin_inset Quotes erd
24076 \end_inset
24077
24078  and 
24079 \begin_inset Quotes eld
24080 \end_inset
24081
24082
24083 \family typewriter
24084 $
24085 \backslash
24086 sigma$
24087 \family default
24088
24089 \begin_inset Quotes erd
24090 \end_inset
24091
24092  -- the 
24093 \begin_inset Formula $\sigma$
24094 \end_inset
24095
24096  will be sorted before the 
24097 \emph on
24098 a
24099 \emph default
24100  since the character 
24101 \begin_inset Quotes eld
24102 \end_inset
24103
24104 $
24105 \begin_inset Quotes erd
24106 \end_inset
24107
24108  is considered in sorting.
24109 \end_layout
24110
24111 \begin_layout Standard
24112 To control the sort order, you can edit the 
24113 \family sans
24114 Sort\InsetSpace ~
24115 as
24116 \family default
24117  field of the nomenclature dialog.
24118  Then the nomenclature entry will be sorted by this entry and not the symbol
24119  definition.
24120  For the given example, you can insert 
24121 \family typewriter
24122 sigma
24123 \family default
24124  to this field for the 
24125 \begin_inset Formula $\sigma$
24126 \end_inset
24127
24128 , then 
24129 \emph on
24130 a
24131 \emph default
24132  will be located before 
24133 \begin_inset Formula $\sigma$
24134 \end_inset
24135
24136 .
24137 \end_layout
24138
24139 \begin_layout Standard
24140 For subgrouping and tips for using sort entries see the 
24141 \series bold
24142 nomencl
24143 \series default
24144  documentation, 
24145 \begin_inset LatexCommand cite
24146 key "nomencl"
24147
24148 \end_inset
24149
24150 .
24151 \end_layout
24152
24153 \begin_layout Subsection
24154 Nomenclature Options
24155 \begin_inset LatexCommand index
24156 name "Nomenclature ! Options"
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Standard
24164 The 
24165 \series bold
24166 nomencl
24167 \series default
24168  package offers some options to adjust the appearance of the nomenclature.
24169  Here are some of its options, for more have a look at its documentation:
24170 \end_layout
24171
24172 \begin_layout Description
24173 refeq Appends the phrase 
24174 \begin_inset Quotes eld
24175 \end_inset
24176
24177
24178 \family sans
24179 , see equation (
24180 \emph on
24181 eq
24182 \emph default
24183 )
24184 \family default
24185
24186 \begin_inset Quotes erd
24187 \end_inset
24188
24189  to every nomenclature entry, where 
24190 \family sans
24191 \emph on
24192 eq
24193 \family default
24194 \emph default
24195  is the number of the last equation in front of the nomenclature entry
24196 \end_layout
24197
24198 \begin_layout Description
24199 refpage Appends the phrase 
24200 \begin_inset Quotes eld
24201 \end_inset
24202
24203
24204 \family sans
24205 , page (
24206 \emph on
24207 page
24208 \emph default
24209 )
24210 \family default
24211
24212 \begin_inset Quotes erd
24213 \end_inset
24214
24215  to every nomenclature entry, where 
24216 \family sans
24217 \emph on
24218 page
24219 \family default
24220 \emph default
24221  is the number of the page on which the nomenclature entry appeared
24222 \end_layout
24223
24224 \begin_layout Description
24225 intoc Inserts the nomenclature in the Table of Contents
24226 \end_layout
24227
24228 \begin_layout Standard
24229 There are furthermore the options 
24230 \series bold
24231 croatian
24232 \series default
24233
24234 \series bold
24235 danish
24236 \series default
24237
24238 \series bold
24239 english
24240 \series default
24241
24242 \series bold
24243 french
24244 \series default
24245
24246 \series bold
24247 german
24248 \series default
24249
24250 \series bold
24251 italian
24252 \series default
24253
24254 \series bold
24255 polish
24256 \series default
24257
24258 \series bold
24259 portuguese
24260 \series default
24261
24262 \series bold
24263 russian
24264 \series default
24265
24266 \series bold
24267 spanish
24268 \series default
24269 , and 
24270 \series bold
24271 ukrainian
24272 \series default
24273  to print the reference texts and the nomenclature title in the corresponding
24274  language.
24275 \end_layout
24276
24277 \begin_layout Standard
24278 To use one or more of the options, add them to the comma-separated document
24279  class options list in the 
24280 \family sans
24281 Document\SpecialChar \menuseparator
24282 Settings
24283 \family default
24284  dialog.
24285  In this document the options 
24286 \series bold
24287 intoc
24288 \series default
24289  and 
24290 \series bold
24291 refpage
24292 \series default
24293  are used.
24294 \end_layout
24295
24296 \begin_layout Standard
24297 \begin_inset VSpace bigskip
24298 \end_inset
24299
24300
24301 \end_layout
24302
24303 \begin_layout Standard
24304 You can also use the first two options above only for certain nomenclature
24305  entries when you add one of the following commands as last entry to the
24306  
24307 \family sans
24308 Description
24309 \family default
24310  field in the nomenclature dialog:
24311 \end_layout
24312
24313 \begin_layout Description
24314
24315 \backslash
24316 nomrefeq Like the 
24317 \series bold
24318 refeq
24319 \series default
24320  option
24321 \end_layout
24322
24323 \begin_layout Description
24324
24325 \backslash
24326 nomrefpage Like the 
24327 \series bold
24328 refpage
24329 \series default
24330  option
24331 \end_layout
24332
24333 \begin_layout Description
24334
24335 \backslash
24336 nomrefeqpage Short notation of 
24337 \series bold
24338
24339 \backslash
24340 nomrefeq
24341 \backslash
24342 nomrefpage
24343 \end_layout
24344
24345 \begin_layout Description
24346
24347 \backslash
24348 nomnorefeq,\InsetSpace ~
24349
24350 \backslash
24351 nomnorefpage,\InsetSpace ~
24352
24353 \backslash
24354 nomnorefeqpage Turns off the corresponding options
24355 \end_layout
24356
24357 \begin_layout Subsection
24358 Printing the Nomenclature
24359 \begin_inset LatexCommand index
24360 name "Nomenclature ! Printing"
24361
24362 \end_inset
24363
24364
24365 \end_layout
24366
24367 \begin_layout Standard
24368 To print the nomenclature, use the menu 
24369 \family sans
24370 Insert\SpecialChar \menuseparator
24371 Lists\InsetSpace ~
24372 /\InsetSpace ~
24373 TOC\SpecialChar \menuseparator
24374 Nomenclature
24375 \family default
24376 .
24377  A light blue box labeled 
24378 \begin_inset Quotes eld
24379 \end_inset
24380
24381
24382 \family sans
24383 Nomenclature
24384 \family default
24385
24386 \begin_inset Quotes erd
24387 \end_inset
24388
24389  will show the place where the nomenclature is printed in the output.
24390  Like the index list box, the nomenclature list box is not clickable.
24391 \end_layout
24392
24393 \begin_layout Standard
24394 In the printed output the title of the nomenclature appears as 
24395 \begin_inset Quotes eld
24396 \end_inset
24397
24398 Nomenclature
24399 \begin_inset Quotes erd
24400 \end_inset
24401
24402 .
24403  If you are not happy with the name, you can change it by redefining the
24404  command 
24405 \series bold
24406
24407 \backslash
24408 nomname
24409 \series default
24410  in the preamble.
24411  For example, in order to change the name to 
24412 \emph on
24413 List of Symbols
24414 \emph default
24415 , add the following line to the preamble:
24416 \end_layout
24417
24418 \begin_layout Standard
24419
24420 \family roman
24421 \series bold
24422
24423 \backslash
24424 renewcommand{
24425 \backslash
24426 nomname}{List of Symbols}
24427 \end_layout
24428
24429 \begin_layout Standard
24430 \begin_inset VSpace defskip
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \begin_layout Standard
24437 If you are unhappy with the amount of space for symbols, you can alter it
24438  by adding the following line to the preamble:
24439 \end_layout
24440
24441 \begin_layout Standard
24442
24443 \family roman
24444 \series bold
24445
24446 \backslash
24447 renewcommand{
24448 \backslash
24449 nomlabelwidth}{width}
24450 \end_layout
24451
24452 \begin_layout Standard
24453
24454 \family roman
24455 Where the width is a value with one of the units listed in Appendix\InsetSpace ~
24456
24457 \begin_inset LatexCommand ref
24458 reference "cha:Units-available-in"
24459
24460 \end_inset
24461
24462 .
24463  The default value is 1\InsetSpace \thinspace{}
24464 cm.
24465 \end_layout
24466
24467 \begin_layout Section
24468 Branches
24469 \begin_inset LatexCommand index
24470 name "Branches"
24471
24472 \end_inset
24473
24474
24475 \begin_inset LatexCommand index
24476 name "Document ! Branches"
24477
24478 \end_inset
24479
24480
24481 \begin_inset LatexCommand label
24482 name "sec:Branches"
24483
24484 \end_inset
24485
24486
24487 \end_layout
24488
24489 \begin_layout Standard
24490 Sometimes it is useful to hide some document parts in the output.
24491  For example a teacher who is setting an exam obviously doesn't want the
24492  pupils to see the answers, but having questions and answers in the same
24493  document will make the life of the markers of that exam much easier.
24494 \end_layout
24495
24496 \begin_layout Standard
24497 For these cases LyX offers to put text into branches.
24498  The text will then only appear in the output when its branch is activated.
24499  To create a branch, go in the 
24500 \family sans
24501 Document\SpecialChar \menuseparator
24502 Settings
24503 \family default
24504  dialog to 
24505 \family sans
24506 Branches
24507 \family default
24508 .
24509  The name of the branch, its activation state and the background color of
24510  the branches inside LyX can be specified in this dialog.
24511 \end_layout
24512
24513 \begin_layout Standard
24514 Text that should be in a branch is set into branch inset boxes.
24515  These boxes are inserted via the menu 
24516 \family sans
24517 Insert\SpecialChar \menuseparator
24518 Branch
24519 \family default
24520  where you can choose a branch.
24521  You can later change the branch of the boxes by right-clicking on them.
24522 \end_layout
24523
24524 \begin_layout Standard
24525 Here is an example, where only the question text appears, the answer branch
24526  is deactivated and does therefore not appear in the output:
24527 \end_layout
24528
24529 \begin_layout Standard
24530 \begin_inset Branch Question
24531 status open
24532
24533 \begin_layout Standard
24534 Question: Who was the first physics Nobel prize winner?
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \begin_layout Standard
24543 \begin_inset Branch Answer
24544 status open
24545
24546 \begin_layout Standard
24547 Answer: Wilhelm Conrad Röntgen
24548 \end_layout
24549
24550 \end_inset
24551
24552
24553 \end_layout
24554
24555 \begin_layout Section
24556 ERT and the LaTeX Syntax
24557 \begin_inset LatexCommand label
24558 name "sec:ERT"
24559
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \begin_layout Subsection
24566 ERT Boxes
24567 \begin_inset LatexCommand index
24568 name "ERT"
24569
24570 \end_inset
24571
24572
24573 \begin_inset LatexCommand label
24574 name "sub:ERT-Boxes"
24575
24576 \end_inset
24577
24578
24579 \end_layout
24580
24581 \begin_layout Standard
24582 As LyX uses LaTeX in the background, it supports many LaTeX commands and
24583  constructs, but not all.
24584  LaTeX contains of hundreds of packages which provide different commands.
24585  Every month many packages are updated and new ones added.
24586  This has the advantage that you can typeset nearly everything, for every
24587  problem exists a LaTeX-package.
24588  But LyX can of course not be up to date and support all these packages
24589  and their commands.
24590 \end_layout
24591
24592 \begin_layout Standard
24593 But don't worry, you can use any LaTeX-command directly in LyX inside the
24594  ERT box.
24595  ERT stands for 
24596 \begin_inset Quotes eld
24597 \end_inset
24598
24599 evil red text
24600 \begin_inset Quotes erd
24601 \end_inset
24602
24603 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
24604  An ERT box is created by the menu 
24605 \family sans
24606 Insert\SpecialChar \menuseparator
24607 TeX
24608 \family default
24609  or by the toolbar button 
24610 \begin_inset Graphics
24611         filename ../images/ert-insert.png
24612         inzipName 
24613         embed true
24614
24615 \end_inset
24616
24617 .
24618  The box itself can be displayed in three different styles: 
24619 \family sans
24620 Inline
24621 \family default
24622
24623 \family sans
24624 Collapsed
24625 \family default
24626 , and 
24627 \family sans
24628 Open
24629 \family default
24630 .
24631  To change the style, right-click on the box and use the appearing dialog.
24632  Left-clicking on the box will switch between 
24633 \family sans
24634 Collapsed
24635 \family default
24636  and 
24637 \family sans
24638 Open
24639 \family default
24640 .
24641 \end_layout
24642
24643 \begin_layout Standard
24644 You can insert complete or incomplete commands into ERT.
24645  Incomplete means that the command argument can be Standard LyX text.
24646  For example you want to draw a frame around a word and uses therefore the
24647  LaTeX-command 
24648 \series bold
24649
24650 \backslash
24651 fbox
24652 \series default
24653 , you can write the command part 
24654 \series bold
24655
24656 \backslash
24657 fbox{
24658 \series default
24659  in an ERT box before the word and the closing brace 
24660 \series bold
24661 }
24662 \series default
24663  in a second ERT box behind the word.
24664  The word between the two ERT boxes is then the argument as it is in the
24665  following example:
24666 \end_layout
24667
24668 \begin_layout Standard
24669 \begin_inset Graphics
24670         filename clipart/ERT.png
24671         inzipName 
24672         embed true
24673         scale 89
24674
24675 \end_inset
24676
24677
24678 \end_layout
24679
24680 \begin_layout Standard
24681 gives
24682 \end_layout
24683
24684 \begin_layout Standard
24685 This is a line with a 
24686 \begin_inset ERT
24687 status collapsed
24688
24689 \begin_layout Standard
24690
24691
24692 \backslash
24693 fbox{
24694 \end_layout
24695
24696 \end_inset
24697
24698 framed
24699 \begin_inset ERT
24700 status collapsed
24701
24702 \begin_layout Standard
24703
24704 }
24705 \end_layout
24706
24707 \end_inset
24708
24709  word.
24710 \end_layout
24711
24712 \begin_layout Standard
24713 \begin_inset Note Greyedout
24714 status open
24715
24716 \begin_layout Standard
24717
24718 \series bold
24719 Note:
24720 \series default
24721  At the end of LaTeX-commands without parameters, you have to insert a space
24722  to let LaTeX know that the command is finished.
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Subsection
24731 Short Introduction to the LaTeX Syntax
24732 \begin_inset OptArg
24733 status collapsed
24734
24735 \begin_layout Standard
24736 The LaTeX Syntax
24737 \end_layout
24738
24739 \end_inset
24740
24741
24742 \begin_inset LatexCommand index
24743 name "LaTeX Syntax"
24744
24745 \end_inset
24746
24747
24748 \begin_inset LatexCommand label
24749 name "sub:LaTeX-Syntax"
24750
24751 \end_inset
24752
24753
24754 \end_layout
24755
24756 \begin_layout Standard
24757 When you write larger documents or books, you will need to know something
24758  about the LaTeX-commands that LyX uses in the background.
24759  Because LaTeX is based on commands, you can 
24760 \begin_inset Quotes eld
24761 \end_inset
24762
24763 program
24764 \begin_inset Quotes erd
24765 \end_inset
24766
24767  your text.
24768  This has the advantage that the layout of the document can be changed at
24769  every time if you know the right commands.
24770  E.g.
24771  imagine you have to write a manual for a product and the deadline is at
24772  the end of the day.
24773  Your boss just has complimented you for your good work but wants to have
24774  all caption labels bold.
24775  But you have over hundred figure and table captions with non-bold labels
24776  in your manual.
24777  Of course it's impossible to change all caption labels by hand in one day.
24778 \end_layout
24779
24780 \begin_layout Standard
24781 Now LaTeX comes into play.
24782  As written above, for every problem exists a LaTeX-package.
24783  First you have to find out which and therefore look in the LaTeX package
24784  database, 
24785 \begin_inset LatexCommand cite
24786 key "Catalogue"
24787
24788 \end_inset
24789
24790 .
24791 \end_layout
24792
24793 \begin_layout Standard
24794 As result you know that the package 
24795 \series bold
24796 caption
24797 \series default
24798
24799 \begin_inset LatexCommand index
24800 name "LaTeX-packages ! caption"
24801
24802 \end_inset
24803
24804  is what you need.
24805  To use a package, you have to load it in the document preamble (menu 
24806 \family sans
24807 Document\SpecialChar \menuseparator
24808 Settings
24809 \family default
24810 ) with the command
24811 \end_layout
24812
24813 \begin_layout Standard
24814
24815 \series bold
24816
24817 \backslash
24818 usepackage[options]{package name}
24819 \end_layout
24820
24821 \begin_layout Standard
24822 All LaTeX commands begin with a backslash, the command argument is set within
24823  two braces, and the options are set within two brackets.
24824  Note that not all commands have an argument and options.
24825 \end_layout
24826
24827 \begin_layout Standard
24828 In your case the package name is 
24829 \series bold
24830 caption
24831 \series default
24832 .
24833  After a look in the documentation of the package, you know that the option
24834  
24835 \series bold
24836 labelfont=bf
24837 \series default
24838  will change the font of all caption labels to bold.
24839  So you add the command
24840 \end_layout
24841
24842 \begin_layout Standard
24843
24844 \series bold
24845
24846 \backslash
24847 usepackage[labelfont=bf]{caption}
24848 \end_layout
24849
24850 \begin_layout Standard
24851 to the preamble and the problem is solved.
24852 \begin_inset Foot
24853 status collapsed
24854
24855 \begin_layout Standard
24856 For more commands provided by the 
24857 \series bold
24858 caption
24859 \series default
24860  package, have a look at its documentation, 
24861 \begin_inset LatexCommand cite
24862 key "caption"
24863
24864 \end_inset
24865
24866 .
24867 \end_layout
24868
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \begin_layout Standard
24875 Note that some document classes have built-in solutions for well known problems
24876  like your case.
24877  For example if you use a 
24878 \family sans
24879 koma-script
24880 \family default
24881  class, you don't need the package 
24882 \series bold
24883 caption
24884 \series default
24885 , you can instead write
24886 \end_layout
24887
24888 \begin_layout Standard
24889
24890 \series bold
24891
24892 \backslash
24893 setkomafont{captionlabel}{
24894 \backslash
24895 bfseries}
24896 \end_layout
24897
24898 \begin_layout Standard
24899 in the preamble and the problem is solved.
24900  So if you plan to write a large document, you should have a look at the
24901  documentation of the document class you want to use.
24902  (
24903 \series bold
24904
24905 \backslash
24906 setkomafont
24907 \series default
24908  is an example for a command with more than one argument.)
24909 \end_layout
24910
24911 \begin_layout Standard
24912 Commands in the preamble affects the whole document, while commands in the
24913  text affects only the text after the command or only the text used as command
24914  argument.
24915  To insert a LaTeX-command in text, use the ERT box as described in the
24916  previous section.
24917 \end_layout
24918
24919 \begin_layout Standard
24920 If you want to learn more about LaTeX and its syntax, have a look at the
24921  LaTeX-books 
24922 \begin_inset LatexCommand cite
24923 key "latexcompanion,latexguide"
24924
24925 \end_inset
24926
24927 .
24928  
24929 \end_layout
24930
24931 \begin_layout Section
24932 Previewing Snippets of your Document
24933 \begin_inset LatexCommand index
24934 name "Instant preview"
24935
24936 \end_inset
24937
24938
24939 \begin_inset LatexCommand label
24940 name "sec:Previewing-snippets-of"
24941
24942 \end_inset
24943
24944
24945 \begin_inset LatexCommand index
24946 name "Document ! Preview"
24947
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \begin_layout Standard
24954 LyX allows you to generate previews of sections of your document on the
24955  fly so you can see how they'll look in the final document without having
24956  to break your train of thought with 
24957 \family sans
24958 View\SpecialChar \menuseparator
24959 DVI
24960 \family default
24961 .
24962 \end_layout
24963
24964 \begin_layout Standard
24965 If you would for example like to see in LyX your math formulas typeset by
24966  LaTeX, install the LaTeX-package 
24967 \series bold
24968 preview-latex
24969 \begin_inset LatexCommand index
24970 name "LaTeX-packages ! preview-latex"
24971
24972 \end_inset
24973
24974
24975 \series default
24976  as explained below, and turn on 
24977 \family sans
24978 Instant\InsetSpace ~
24979 preview
24980 \family default
24981  in the 
24982 \family sans
24983 Tools\SpecialChar \menuseparator
24984 Preferences 
24985 \family default
24986 dialog under 
24987 \family sans
24988 Look\InsetSpace ~
24989 and\InsetSpace ~
24990 feel\SpecialChar \menuseparator
24991 Graphics
24992 \family default
24993 .
24994 \end_layout
24995
24996 \begin_layout Standard
24997 Previews are generated when you load a document into LyX and when you finish
24998  editing an inset.
24999  Previews of an already loaded document are 
25000 \emph on
25001 not
25002 \emph default
25003  generated just by selecting the 
25004 \family sans
25005 Instant\InsetSpace ~
25006 preview
25007 \family default
25008  check box, you have to reopen the documents to activate the previews.
25009 \end_layout
25010
25011 \begin_layout Standard
25012 LyX will generate previews of math insets.
25013  It will also generate previews of include insets if you select the 
25014 \family sans
25015 Show\InsetSpace ~
25016 preview
25017 \family default
25018  check box in the insert dialog.
25019  This is useful if you wish to generate a preview of a LaTeX figure, for
25020  example.
25021 \end_layout
25022
25023 \begin_layout Standard
25024 To get previews working, you need the LaTeX package 
25025 \series bold
25026 preview-latex
25027 \series default
25028  (on some systems named simply 
25029 \series bold
25030 preview
25031 \series default
25032 ) installed.
25033  You find it in the TeX Catalogue, 
25034 \begin_inset LatexCommand cite
25035 key "TeXCatalogue"
25036
25037 \end_inset
25038
25039  or in the package manager of your LaTeX-system.
25040  You obtain prettier results if you install the program 
25041 \family typewriter
25042 pnmcrop
25043 \family default
25044  from the 
25045 \family typewriter
25046 netpbm
25047 \family default
25048  package; for LyX on Windows this program is automatically installed together
25049  with LyX.
25050 \end_layout
25051
25052 \begin_layout Standard
25053 \begin_inset VSpace bigskip
25054 \end_inset
25055
25056
25057 \end_layout
25058
25059 \begin_layout Standard
25060 You can furthermore preview the LaTeX source of the whole document or parts
25061  of it.
25062  Use the menu 
25063 \family sans
25064 View\SpecialChar \menuseparator
25065 View\InsetSpace ~
25066 Source
25067 \family default
25068  and a window will be shown where you can see the LaTeX-source code.
25069  The window shows the source of the whole paragraph where the cursor is
25070  currently in.
25071  You can also select document parts in LyX's main window, then only this
25072  selection (when it is more than one paragraph) is shown as source code.
25073  To view the whole document as source, enable the corresponding option in
25074  the source view window.
25075 \end_layout
25076
25077 \begin_layout Section
25078 Spell Checking
25079 \begin_inset LatexCommand label
25080 name "sec:Spellchecking"
25081
25082 \end_inset
25083
25084
25085 \begin_inset LatexCommand index
25086 name "Spell checking"
25087
25088 \end_inset
25089
25090
25091 \end_layout
25092
25093 \begin_layout Standard
25094 LyX itself has no built-in spell checker.
25095  Rather it uses one of the external programs 
25096 \family typewriter
25097 aspell
25098 \family default
25099
25100 \family typewriter
25101 ispell
25102 \family default
25103
25104 \family typewriter
25105 hspell
25106 \family default
25107 , or 
25108 \family sans
25109 pspell
25110 \family default
25111  as backend.
25112  This section assumes you have already installed and set up one of these
25113  programs.
25114  
25115 \family typewriter
25116 aspell
25117 \family default
25118  can be seen as successor of 
25119 \family typewriter
25120 ispell
25121 \family default
25122 , so that it is recommended to use aspell.
25123  
25124 \family sans
25125 hspell
25126 \family default
25127  is a Hebrew spell-checker.
25128  The used spell checker ind its settings are specified in LyX's preferences
25129  under 
25130 \family sans
25131 Language Settings
25132 \family default
25133 .
25134 \end_layout
25135
25136 \begin_layout Standard
25137 For LyX on Windows, the selection box for the spell checking program is
25138  greyed out in the preferences dialog because only 
25139 \family sans
25140 aspell
25141 \family default
25142  can be used.
25143 \end_layout
25144
25145 \begin_layout Standard
25146 The menu
25147 \family sans
25148  Tools\SpecialChar \menuseparator
25149 Spellchecker
25150 \family default
25151  starts the spell checking beginning from the current cursor position.
25152  A dialog window will appear showing any incorrect (or unknown) word found,
25153  allowing you to edit and replace it in a second line.
25154  Whenever an unknown word is found, the word is highlighted and the text
25155  scrolled so that it is visible.
25156  In the 
25157 \family sans
25158 spell checker
25159 \family default
25160  dialog, there is also a box showing suggestions for a correction, if any
25161  could be found.
25162  Clicking on one of the corrections will copy to the 
25163 \family sans
25164 Replace
25165 \family default
25166  field, double-click invokes directly the replacement.
25167  Unknown but correctly typed words can be added to the personal dictionary.
25168 \end_layout
25169
25170 \begin_layout Standard
25171 By default, the used dictionary file is determined by the document language
25172  that is set in the 
25173 \family sans
25174 Document\SpecialChar \menuseparator
25175 Settings
25176 \family default
25177  dialog.
25178  If you do not have a dictionary for the document language, spell checking
25179  will bring an error message.
25180  In this case, you can specify another dictionary file in the dialog by
25181  specifying a different 
25182 \family sans
25183 Alternative language
25184 \family default
25185  in preferences dialog.
25186 \end_layout
25187
25188 \begin_layout Standard
25189 After a spell check you'll informed about the number of checked words.
25190 \end_layout
25191
25192 \begin_layout Subsubsection*
25193 Limitations
25194 \end_layout
25195
25196 \begin_layout Standard
25197 It is not possible to change the spelling of a particular word globally,
25198  rather than having to change the spelling separately for each occurrence
25199  of the word.
25200  But you can use the 
25201 \family sans
25202 Find\InsetSpace ~
25203 &\InsetSpace ~
25204 Replace
25205 \family default
25206  dialog for that.
25207 \end_layout
25208
25209 \begin_layout Standard
25210 LyX cannot correctly spell check documents containing multiple languages.
25211  This does work with 
25212 \family typewriter
25213 pspell
25214 \family default
25215 , assuming you have marked the different languages appropriately.
25216 \end_layout
25217
25218 \begin_layout Subsubsection*
25219 Further Settings
25220 \end_layout
25221
25222 \begin_layout Standard
25223 The 
25224 \family sans
25225 Spellchecker
25226 \family default
25227  section in the preferences dialog has some additional options:
25228 \end_layout
25229
25230 \begin_layout Description
25231 Escape\InsetSpace ~
25232 characters Allows you to add non-standard characters that the spell
25233  checker should consider, e.g.
25234  German umlauts although you spell check English document.
25235  This should not normally be needed.
25236 \end_layout
25237
25238 \begin_layout Description
25239 Personal\InsetSpace ~
25240 dictionary to use a different file than the spell checker's default
25241  choice as your personal dictionary
25242 \end_layout
25243
25244 \begin_layout Description
25245 Accept\InsetSpace ~
25246 compound\InsetSpace ~
25247 words Prevent the spell checker from complaining about compounded
25248  words like 
25249 \begin_inset Quotes eld
25250 \end_inset
25251
25252 passthrough
25253 \begin_inset Quotes erd
25254 \end_inset
25255
25256 .
25257 \end_layout
25258
25259 \begin_layout Description
25260 Use\InsetSpace ~
25261 input\InsetSpace ~
25262 encoding Uses the document encoding that is set in the 
25263 \family sans
25264 Document\SpecialChar \menuseparator
25265 Settings
25266 \family default
25267  dialog under 
25268 \family sans
25269 Language
25270 \family default
25271  also for the spellchecker.
25272 \begin_inset Foot
25273 status collapsed
25274
25275 \begin_layout Standard
25276 The encodings are explained in section\InsetSpace ~
25277
25278 \begin_inset LatexCommand ref
25279 reference "sub:Settings"
25280
25281 \end_inset
25282
25283 .
25284 \end_layout
25285
25286 \end_inset
25287
25288  Only enable this if you use 
25289 \family typewriter
25290 ispell
25291 \family default
25292  and can't spell check words with international letters in them.
25293  There have been reports that this does not work with all dictionaries,
25294  so this is disabled by default.
25295 \end_layout
25296
25297 \begin_layout Section
25298 Thesaurus
25299 \begin_inset LatexCommand index
25300 name "Thesaurus"
25301
25302 \end_inset
25303
25304
25305 \begin_inset LatexCommand label
25306 name "sec:Thesaurus"
25307
25308 \end_inset
25309
25310
25311 \end_layout
25312
25313 \begin_layout Standard
25314 Thesaurus currently only works when you use the document language English.
25315 \end_layout
25316
25317 \begin_layout Standard
25318 To start the thesaurus, highlight one word or set the cursor behind it,
25319  and use the menu 
25320 \family sans
25321 Tools\SpecialChar \menuseparator
25322 Thesaurus
25323 \family default
25324  or the toolbar button 
25325 \begin_inset Graphics
25326         filename ../images/thesaurus-entry.png
25327         inzipName 
25328         embed true
25329         BoundingBox 0bp 5bp 20bp 25bp
25330         rotateOrigin center
25331
25332 \end_inset
25333
25334 .
25335  A dialog pops up showing you probably related words that you can use as
25336  replacement.
25337 \end_layout
25338
25339 \begin_layout Standard
25340 The shown related words are in many cases not really related to the word
25341  you are currently checking, scrolling in the shown list might help in some
25342  cases to find related words.
25343 \end_layout
25344
25345 \begin_layout Standard
25346 The thesaurus only works for single words, and also only when it is in the
25347  singular form.
25348  For example starting the thesaurus with the word 
25349 \begin_inset Quotes eld
25350 \end_inset
25351
25352 reports
25353 \begin_inset Quotes erd
25354 \end_inset
25355
25356  leads to no results, while results are shown for the word 
25357 \begin_inset Quotes eld
25358 \end_inset
25359
25360 report
25361 \begin_inset Quotes erd
25362 \end_inset
25363
25364 .
25365  To avoid this, you can highlight only the part 
25366 \begin_inset Quotes eld
25367 \end_inset
25368
25369 report
25370 \begin_inset Quotes erd
25371 \end_inset
25372
25373  of the word 
25374 \begin_inset Quotes eld
25375 \end_inset
25376
25377 reports
25378 \begin_inset Quotes erd
25379 \end_inset
25380
25381  to get results.
25382 \end_layout
25383
25384 \begin_layout Section
25385 Change Tracking
25386 \begin_inset LatexCommand index
25387 name "Change Tracking"
25388
25389 \end_inset
25390
25391
25392 \begin_inset LatexCommand index
25393 name "Document ! Change Tracking"
25394
25395 \end_inset
25396
25397
25398 \begin_inset LatexCommand label
25399 name "sec:Change-Tracking"
25400
25401 \end_inset
25402
25403
25404 \end_layout
25405
25406 \begin_layout Standard
25407 When you work on a document together with many people it is extremely useful
25408  to see changes others made highlighted in the document.
25409  You can then decide if you accept a change or not.
25410  This can be achieved by turning on change tracking in the menu 
25411 \family sans
25412 Document\SpecialChar \menuseparator
25413 Change\InsetSpace ~
25414 Tracking\SpecialChar \menuseparator
25415 Track\InsetSpace ~
25416 Changes
25417 \family default
25418 .
25419 \end_layout
25420
25421 \begin_layout Standard
25422 Changes made in the document will then be highlighted by colors: 
25423 \color blue
25424 Blue text
25425 \color inherit
25426  is an addition, 
25427 \color red
25428 red canceled text
25429 \color inherit
25430  is a deletion.
25431  You can change the color in LyX's preferences dialog under 
25432 \family sans
25433 Look\InsetSpace ~
25434 and\InsetSpace ~
25435 feel
25436 \family default
25437
25438 \family sans
25439 Colors
25440 \family default
25441 .
25442 \begin_inset LatexCommand index
25443 name "Color ! LyX screen"
25444
25445 \end_inset
25446
25447
25448 \end_layout
25449
25450 \begin_layout Standard
25451 When change tracking is activated, you will see the review toolbar in LyX:
25452 \begin_inset LatexCommand index
25453 name "Toolbar ! Review"
25454
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \begin_layout Standard
25461 \begin_inset VSpace defskip
25462 \end_inset
25463
25464
25465 \end_layout
25466
25467 \begin_layout Standard
25468 \begin_inset Graphics
25469         filename clipart/ChangesToolbar.png
25470         inzipName 
25471         embed true
25472
25473 \end_inset
25474
25475
25476 \end_layout
25477
25478 \begin_layout Standard
25479 \begin_inset VSpace defskip
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \begin_layout Standard
25486 The review toolbar as shown above contains from left to right the following
25487  buttons:
25488 \end_layout
25489
25490 \begin_layout Standard
25491 \begin_inset VSpace defskip
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \begin_layout Standard
25498 \begin_inset Tabular
25499 <lyxtabular version="3" rows="10" columns="2">
25500 <features islongtable="true">
25501 <column alignment="left" valignment="top" width="0">
25502 <column alignment="left" valignment="top" width="0">
25503 <row interlinespace="2.5mm">
25504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Standard
25508 \begin_inset Graphics
25509         filename ../images/changes-track.png
25510         inzipName 
25511         embed true
25512         BoundingBox 0bp 5bp 20bp 25bp
25513         rotateOrigin center
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25523 \begin_inset Text
25524
25525 \begin_layout Standard
25526
25527 \family sans
25528 Document\SpecialChar \menuseparator
25529 Change\InsetSpace ~
25530 Tracking\SpecialChar \menuseparator
25531 Track\InsetSpace ~
25532 Changes
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 </row>
25538 <row interlinespace="2.5mm">
25539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Standard
25543 \begin_inset Graphics
25544         filename ../images/changes-output.png
25545         inzipName 
25546         embed true
25547         BoundingBox 0bp 5bp 20bp 25bp
25548         rotateOrigin center
25549
25550 \end_inset
25551
25552
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Standard
25561
25562 \family sans
25563 Document\SpecialChar \menuseparator
25564 Change\InsetSpace ~
25565 Tracking\SpecialChar \menuseparator
25566 Show\InsetSpace ~
25567 Changes\InsetSpace ~
25568 in\InsetSpace ~
25569 Output
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 </row>
25575 <row interlinespace="2.5mm">
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Standard
25580 \begin_inset Graphics
25581         filename ../images/change-next.png
25582         inzipName 
25583         embed true
25584         BoundingBox 0bp 5bp 20bp 25bp
25585         rotateOrigin center
25586
25587 \end_inset
25588
25589
25590 \end_layout
25591
25592 \end_inset
25593 </cell>
25594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Standard
25598 Jumps to the next change
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 </row>
25604 <row interlinespace="2.5mm">
25605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Standard
25609 \begin_inset Graphics
25610         filename ../images/change-accept.png
25611         inzipName 
25612         embed false
25613         BoundingBox 0bp 5bp 20bp 25bp
25614         rotateOrigin center
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Standard
25627
25628 \family sans
25629 Document\SpecialChar \menuseparator
25630 Change\InsetSpace ~
25631 Tracking\SpecialChar \menuseparator
25632 Accept\InsetSpace ~
25633 Change
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 </row>
25639 <row interlinespace="2.5mm">
25640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Standard
25644 \begin_inset Graphics
25645         filename ../images/change-reject.png
25646         inzipName 
25647         embed true
25648         BoundingBox 0bp 5bp 20bp 25bp
25649         rotateOrigin center
25650
25651 \end_inset
25652
25653
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Standard
25662
25663 \family sans
25664 Document\SpecialChar \menuseparator
25665 Change\InsetSpace ~
25666 Tracking\SpecialChar \menuseparator
25667 Reject\InsetSpace ~
25668 Change
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 </row>
25674 <row interlinespace="2.5mm">
25675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Standard
25679 \begin_inset Graphics
25680         filename ../images/changes-merge.png
25681         inzipName 
25682         embed true
25683         BoundingBox 0bp 5bp 20bp 25bp
25684         rotateOrigin center
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Standard
25697
25698 \family sans
25699 Document\SpecialChar \menuseparator
25700 Change\InsetSpace ~
25701 Tracking\SpecialChar \menuseparator
25702 Merge\InsetSpace ~
25703 Changes
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 </row>
25709 <row interlinespace="2.5mm">
25710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Standard
25714 \begin_inset Graphics
25715         filename ../images/all-changes-accept.png
25716         inzipName 
25717         embed true
25718         BoundingBox 0bp 5bp 20bp 25bp
25719         rotateOrigin center
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Standard
25732
25733 \family sans
25734 Document\SpecialChar \menuseparator
25735 Change\InsetSpace ~
25736 Tracking\SpecialChar \menuseparator
25737 Accept\InsetSpace ~
25738 All\InsetSpace ~
25739 Changes
25740 \end_layout
25741
25742 \end_inset
25743 </cell>
25744 </row>
25745 <row interlinespace="2.5mm">
25746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Standard
25750 \begin_inset Graphics
25751         filename ../images/all-changes-reject.png
25752         inzipName 
25753         embed true
25754         BoundingBox 0bp 5bp 20bp 25bp
25755         rotateOrigin center
25756
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Standard
25768
25769 \family sans
25770 Document\SpecialChar \menuseparator
25771 Change\InsetSpace ~
25772 Tracking\SpecialChar \menuseparator
25773 Reject\InsetSpace ~
25774 All\InsetSpace ~
25775 Changes
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 </row>
25781 <row interlinespace="2.5mm">
25782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25783 \begin_inset Text
25784
25785 \begin_layout Standard
25786 \begin_inset Graphics
25787         filename ../images/note-insert.png
25788         inzipName 
25789         embed false
25790         BoundingBox 0bp 5bp 20bp 25bp
25791         rotateOrigin center
25792
25793 \end_inset
25794
25795
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Standard
25804
25805 \family sans
25806 Insert\SpecialChar \menuseparator
25807 Note\SpecialChar \menuseparator
25808 LyX\InsetSpace ~
25809 Note
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 </row>
25815 <row interlinespace="2.5mm">
25816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Standard
25820 \begin_inset Graphics
25821         filename ../images/note-next.png
25822         inzipName 
25823         embed true
25824         BoundingBox 0bp 5bp 20bp 25bp
25825         rotateOrigin center
25826
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \end_inset
25833 </cell>
25834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Standard
25838
25839 \family sans
25840 Navigate\SpecialChar \menuseparator
25841 Next\InsetSpace ~
25842 Note
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 </row>
25848 </lyxtabular>
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \begin_layout Standard
25856 \begin_inset VSpace defskip
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \begin_layout Standard
25863 The review toolbar helps you to accept, reject, or merge changes -- highlight
25864  the change and press one of the desired toolbar buttons.
25865  When you merge changes, a window pops up showing you informations about
25866  the next change behind the current cursor position.
25867  So you don't need to highlight a certain change.
25868  Within the merge window you can decide to accept or reject changes and
25869  step to the next change.
25870  This way you can jump through all changes of the document.
25871 \end_layout
25872
25873 \begin_layout Standard
25874 The toolbar has two buttons to handle notes because notes are often important
25875  to describe a change.
25876 \end_layout
25877
25878 \begin_layout Standard
25879 To show made changes in the output you need the LaTeX package 
25880 \series bold
25881 dvipost
25882 \begin_inset LatexCommand index
25883 name "LaTeX-packages ! dvipost"
25884
25885 \end_inset
25886
25887
25888 \series default
25889  installed.
25890  You find it in the TeX Catalogue, 
25891 \begin_inset LatexCommand cite
25892 key "TeXCatalogue"
25893
25894 \end_inset
25895
25896  or in the package manager of your LaTeX-system.
25897 \end_layout
25898
25899 \begin_layout Section
25900 International Support
25901 \begin_inset LatexCommand index
25902 name "International support"
25903
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \begin_layout Standard
25910 This section describes how to use LyX with any language you want.
25911  For some non-western languages there are special Wiki-pages that explain
25912  how to set up LyX to use them: 
25913 \begin_inset LatexCommand cite
25914 key "Arabic,Armenian,Farsi,Hebrew"
25915
25916 \end_inset
25917
25918
25919 \end_layout
25920
25921 \begin_layout Standard
25922 Besides languages, LyX also supports phonetic symbols, see section\InsetSpace ~
25923
25924 \begin_inset LatexCommand ref
25925 reference "sub:Special-Character"
25926
25927 \end_inset
25928
25929 .
25930 \end_layout
25931
25932 \begin_layout Subsection
25933 Language Options
25934 \begin_inset LatexCommand index
25935 name "Language ! Options"
25936
25937 \end_inset
25938
25939
25940 \begin_inset LatexCommand index
25941 name "Document ! Settings"
25942
25943 \end_inset
25944
25945
25946 \begin_inset LatexCommand index
25947 name "Document ! Language"
25948
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \begin_layout Standard
25955 The 
25956 \family sans
25957 Document\SpecialChar \menuseparator
25958 Settings
25959 \family default
25960  dialog lets you set 
25961 \family roman
25962 the language and character encoding for your language.
25963  
25964 \end_layout
25965
25966 \begin_layout Standard
25967 Choose your language in the 
25968 \family sans
25969 Language
25970 \family default
25971  section of this dialog.
25972  The default is 
25973 \family sans
25974 English
25975 \family default
25976 .
25977 \end_layout
25978
25979 \begin_layout Standard
25980 The 
25981 \family sans
25982 Encoding
25983 \family default
25984  box lets you choose the character encoding map you want to use for LaTeX
25985  export.
25986  The option 
25987 \family sans
25988 use language's default encoding
25989 \family default
25990  is the preferred choice and works well in most cases.
25991  For details abhout the different encoding options see section\InsetSpace ~
25992
25993 \begin_inset LatexCommand ref
25994 reference "sub:Settings"
25995
25996 \end_inset
25997
25998 .
25999 \end_layout
26000
26001 \begin_layout Subsection
26002 Keyboard mapping configuration
26003 \end_layout
26004
26005 \begin_layout Standard
26006 If you have for example a U.S.-style keyboard and want to write in a different
26007  language than English, you can use an alternate keymap.
26008  For example, if you have a U.S.-style keyboard but want to write in Italian,
26009  you can configure LyX to use an Italian keymap.
26010  The preferences dialog allows you to choose up to two keyboard mappings,
26011  see section\InsetSpace ~
26012
26013 \begin_inset LatexCommand ref
26014 reference "sub:Keyboard-Map"
26015
26016 \end_inset
26017
26018 .
26019  You can choose primary and secondary keyboard languages and then select
26020  which one you want to use.
26021 \end_layout
26022
26023 \begin_layout Standard
26024 Finally, you may just want to change a few key mappings or create an entirely
26025  different keymap (for Vulcan, for instance).
26026  You may, for example, normally write in Italian on a U.S.
26027  keyboard but want to include an occasional quotation in German.
26028  In such a case, you can write your own keyboard mapping or modify an existing
26029  one to support the characters you want.
26030  This and much more customizations are explained in the 
26031 \emph on
26032 Customization
26033 \emph default
26034  manual.
26035 \end_layout
26036
26037 \begin_layout Subsection
26038 Character Tables
26039 \begin_inset LatexCommand label
26040 name "sec:keytab"
26041
26042 \end_inset
26043
26044
26045 \end_layout
26046
26047 \begin_layout Standard
26048 Table\InsetSpace ~
26049
26050 \begin_inset LatexCommand ref
26051 reference "cap:The-latin1-character"
26052
26053 \end_inset
26054
26055  shows the 
26056 \family typewriter
26057 Latin1
26058 \family default
26059  character set.
26060  You should be able to enter the characters in the first eight columns directly
26061  from the keyboard.
26062 \end_layout
26063
26064 \begin_layout Standard
26065 There are a few things you need to know about this table.
26066  Here are some of the details you'll need to bear in mind when using characters
26067  from the 
26068 \family typewriter
26069 Latin1
26070 \family default
26071  character set:
26072 \end_layout
26073
26074 \begin_layout Itemize
26075 Even if you have selected 
26076 \family sans
26077 latin1
26078 \family default
26079  in the 
26080 \family sans
26081 Document\SpecialChar \menuseparator
26082 Settings
26083 \family default
26084  dialog, users who have only the 
26085 \family typewriter
26086 T1
26087 \family default
26088 -fonts for LaTeX [or who have the 
26089 \family typewriter
26090 T1
26091 \family default
26092 -fonts but aren't using them] will still miss a few characters: D0, F0,
26093  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
26094  french quotes won't show up.
26095 \end_layout
26096
26097 \begin_layout Standard
26098 \begin_inset Float table
26099 wide false
26100 sideways false
26101 status open
26102
26103 \begin_layout Standard
26104 \begin_inset Caption
26105
26106 \begin_layout Standard
26107 \begin_inset LatexCommand label
26108 name "cap:The-latin1-character"
26109
26110 \end_inset
26111
26112 The 
26113 \family typewriter
26114 latin1
26115 \family default
26116  character set
26117 \end_layout
26118
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \begin_layout Standard
26125 \align center
26126 \begin_inset Tabular
26127 <lyxtabular version="3" rows="17" columns="17">
26128 <features>
26129 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26130 <column alignment="center" valignment="top" leftline="true" width="0pt">
26131 <column alignment="center" valignment="top" leftline="true" width="0pt">
26132 <column alignment="center" valignment="top" leftline="true" width="0pt">
26133 <column alignment="center" valignment="top" leftline="true" width="0pt">
26134 <column alignment="center" valignment="top" leftline="true" width="0pt">
26135 <column alignment="center" valignment="top" leftline="true" width="0pt">
26136 <column alignment="center" valignment="top" leftline="true" width="0pt">
26137 <column alignment="center" valignment="top" leftline="true" width="0pt">
26138 <column alignment="center" valignment="top" leftline="true" width="0pt">
26139 <column alignment="center" valignment="top" leftline="true" width="0pt">
26140 <column alignment="center" valignment="top" leftline="true" width="0pt">
26141 <column alignment="center" valignment="top" leftline="true" width="0pt">
26142 <column alignment="center" valignment="top" leftline="true" width="0pt">
26143 <column alignment="center" valignment="top" leftline="true" width="0pt">
26144 <column alignment="center" valignment="top" leftline="true" width="0pt">
26145 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26146 <row topline="true" bottomline="true">
26147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Standard
26151
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26157 \begin_inset Text
26158
26159 \begin_layout Standard
26160
26161 \family roman
26162 \series medium
26163 \shape up
26164 \size tiny
26165 \emph off
26166 \bar no
26167 \noun off
26168 \color none
26169 00
26170 \end_layout
26171
26172 \end_inset
26173 </cell>
26174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Standard
26178
26179 \family roman
26180 \series medium
26181 \shape up
26182 \size tiny
26183 \emph off
26184 \bar no
26185 \noun off
26186 \color none
26187 10
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Standard
26196
26197 \family roman
26198 \series medium
26199 \shape up
26200 \size tiny
26201 \emph off
26202 \bar no
26203 \noun off
26204 \color none
26205 20
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Standard
26214
26215 \family roman
26216 \series medium
26217 \shape up
26218 \size tiny
26219 \emph off
26220 \bar no
26221 \noun off
26222 \color none
26223 30
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Standard
26232
26233 \family roman
26234 \series medium
26235 \shape up
26236 \size tiny
26237 \emph off
26238 \bar no
26239 \noun off
26240 \color none
26241 40
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Standard
26250
26251 \family roman
26252 \series medium
26253 \shape up
26254 \size tiny
26255 \emph off
26256 \bar no
26257 \noun off
26258 \color none
26259 50
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Standard
26268
26269 \family roman
26270 \series medium
26271 \shape up
26272 \size tiny
26273 \emph off
26274 \bar no
26275 \noun off
26276 \color none
26277 60
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Standard
26286
26287 \family roman
26288 \series medium
26289 \shape up
26290 \size tiny
26291 \emph off
26292 \bar no
26293 \noun off
26294 \color none
26295 70
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Standard
26304
26305 \family roman
26306 \series medium
26307 \shape up
26308 \size tiny
26309 \emph off
26310 \bar no
26311 \noun off
26312 \color none
26313 80
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Standard
26322
26323 \family roman
26324 \series medium
26325 \shape up
26326 \size tiny
26327 \emph off
26328 \bar no
26329 \noun off
26330 \color none
26331 90
26332 \end_layout
26333
26334 \end_inset
26335 </cell>
26336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26337 \begin_inset Text
26338
26339 \begin_layout Standard
26340
26341 \family roman
26342 \series medium
26343 \shape up
26344 \size tiny
26345 \emph off
26346 \bar no
26347 \noun off
26348 \color none
26349 A0
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Standard
26358
26359 \family roman
26360 \series medium
26361 \shape up
26362 \size tiny
26363 \emph off
26364 \bar no
26365 \noun off
26366 \color none
26367 B0
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26373 \begin_inset Text
26374
26375 \begin_layout Standard
26376
26377 \family roman
26378 \series medium
26379 \shape up
26380 \size tiny
26381 \emph off
26382 \bar no
26383 \noun off
26384 \color none
26385 C0
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Standard
26394
26395 \family roman
26396 \series medium
26397 \shape up
26398 \size tiny
26399 \emph off
26400 \bar no
26401 \noun off
26402 \color none
26403 D0
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Standard
26412
26413 \family roman
26414 \series medium
26415 \shape up
26416 \size tiny
26417 \emph off
26418 \bar no
26419 \noun off
26420 \color none
26421 E0
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Standard
26430
26431 \family roman
26432 \series medium
26433 \shape up
26434 \size tiny
26435 \emph off
26436 \bar no
26437 \noun off
26438 \color none
26439 F0
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 </row>
26445 <row topline="true">
26446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26447 \begin_inset Text
26448
26449 \begin_layout Standard
26450
26451 \family roman
26452 \series medium
26453 \shape up
26454 \size tiny
26455 \emph off
26456 \bar no
26457 \noun off
26458 \color none
26459 00
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Standard
26468
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Standard
26477
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Standard
26486
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Standard
26495
26496 \family roman
26497 \series medium
26498 \shape up
26499 \emph off
26500 \bar no
26501 \noun off
26502 \color none
26503 0
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Standard
26512
26513 \family roman
26514 \series medium
26515 \shape up
26516 \emph off
26517 \bar no
26518 \noun off
26519 \color none
26520 @
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Standard
26529
26530 \family roman
26531 \series medium
26532 \shape up
26533 \emph off
26534 \bar no
26535 \noun off
26536 \color none
26537 P
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Standard
26546
26547 \family roman
26548 \series medium
26549 \shape up
26550 \emph off
26551 \bar no
26552 \noun off
26553 \color none
26554 '
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Standard
26563
26564 \family roman
26565 \series medium
26566 \shape up
26567 \emph off
26568 \bar no
26569 \noun off
26570 \color none
26571 p
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Standard
26580
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Standard
26589
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Standard
26598
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Standard
26607
26608 \family roman
26609 \series medium
26610 \shape up
26611 \emph off
26612 \bar no
26613 \noun off
26614 \color none
26615 °
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Standard
26624
26625 \family roman
26626 \series medium
26627 \shape up
26628 \emph off
26629 \bar no
26630 \noun off
26631 \color none
26632 À
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Standard
26641
26642 \family roman
26643 \series medium
26644 \shape up
26645 \emph off
26646 \bar no
26647 \noun off
26648 \color none
26649 Ð
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Standard
26658
26659 \family roman
26660 \series medium
26661 \shape up
26662 \emph off
26663 \bar no
26664 \noun off
26665 \color none
26666 à
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Standard
26675
26676 \family roman
26677 \series medium
26678 \shape up
26679 \emph off
26680 \bar no
26681 \noun off
26682 \color none
26683 ð
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 </row>
26689 <row topline="true">
26690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Standard
26694
26695 \family roman
26696 \series medium
26697 \shape up
26698 \size tiny
26699 \emph off
26700 \bar no
26701 \noun off
26702 \color none
26703 01
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Standard
26712
26713 \end_layout
26714
26715 \end_inset
26716 </cell>
26717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26718 \begin_inset Text
26719
26720 \begin_layout Standard
26721
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26727 \begin_inset Text
26728
26729 \begin_layout Standard
26730
26731 \family roman
26732 \series medium
26733 \shape up
26734 \emph off
26735 \bar no
26736 \noun off
26737 \color none
26738 !
26739 \end_layout
26740
26741 \end_inset
26742 </cell>
26743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26744 \begin_inset Text
26745
26746 \begin_layout Standard
26747
26748 \family roman
26749 \series medium
26750 \shape up
26751 \emph off
26752 \bar no
26753 \noun off
26754 \color none
26755 1
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Standard
26764
26765 \family roman
26766 \series medium
26767 \shape up
26768 \emph off
26769 \bar no
26770 \noun off
26771 \color none
26772 A
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26778 \begin_inset Text
26779
26780 \begin_layout Standard
26781
26782 \family roman
26783 \series medium
26784 \shape up
26785 \emph off
26786 \bar no
26787 \noun off
26788 \color none
26789 Q
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Standard
26798
26799 \family roman
26800 \series medium
26801 \shape up
26802 \emph off
26803 \bar no
26804 \noun off
26805 \color none
26806 a
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Standard
26815
26816 \family roman
26817 \series medium
26818 \shape up
26819 \emph off
26820 \bar no
26821 \noun off
26822 \color none
26823 q
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Standard
26832
26833 \end_layout
26834
26835 \end_inset
26836 </cell>
26837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26838 \begin_inset Text
26839
26840 \begin_layout Standard
26841
26842 \end_layout
26843
26844 \end_inset
26845 </cell>
26846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Standard
26850
26851 \family roman
26852 \series medium
26853 \shape up
26854 \emph off
26855 \bar no
26856 \noun off
26857 \color none
26858 ¡
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Standard
26867
26868 \family roman
26869 \series medium
26870 \shape up
26871 \emph off
26872 \bar no
26873 \noun off
26874 \color none
26875 ±
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26881 \begin_inset Text
26882
26883 \begin_layout Standard
26884
26885 \family roman
26886 \series medium
26887 \shape up
26888 \emph off
26889 \bar no
26890 \noun off
26891 \color none
26892 Á
26893 \end_layout
26894
26895 \end_inset
26896 </cell>
26897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Standard
26901
26902 \family roman
26903 \series medium
26904 \shape up
26905 \emph off
26906 \bar no
26907 \noun off
26908 \color none
26909 Ñ
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Standard
26918
26919 \family roman
26920 \series medium
26921 \shape up
26922 \emph off
26923 \bar no
26924 \noun off
26925 \color none
26926 á
26927 \end_layout
26928
26929 \end_inset
26930 </cell>
26931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26932 \begin_inset Text
26933
26934 \begin_layout Standard
26935
26936 \family roman
26937 \series medium
26938 \shape up
26939 \emph off
26940 \bar no
26941 \noun off
26942 \color none
26943 ñ
26944 \end_layout
26945
26946 \end_inset
26947 </cell>
26948 </row>
26949 <row topline="true">
26950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26951 \begin_inset Text
26952
26953 \begin_layout Standard
26954
26955 \family roman
26956 \series medium
26957 \shape up
26958 \size tiny
26959 \emph off
26960 \bar no
26961 \noun off
26962 \color none
26963 02
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Standard
26972
26973 \end_layout
26974
26975 \end_inset
26976 </cell>
26977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26978 \begin_inset Text
26979
26980 \begin_layout Standard
26981
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Standard
26990
26991 \family roman
26992 \series medium
26993 \shape up
26994 \emph off
26995 \bar no
26996 \noun off
26997 \color none
26998 \begin_inset Quotes eld
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \end_inset
27005 </cell>
27006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27007 \begin_inset Text
27008
27009 \begin_layout Standard
27010
27011 \family roman
27012 \series medium
27013 \shape up
27014 \emph off
27015 \bar no
27016 \noun off
27017 \color none
27018 2
27019 \end_layout
27020
27021 \end_inset
27022 </cell>
27023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27024 \begin_inset Text
27025
27026 \begin_layout Standard
27027
27028 \family roman
27029 \series medium
27030 \shape up
27031 \emph off
27032 \bar no
27033 \noun off
27034 \color none
27035 B
27036 \end_layout
27037
27038 \end_inset
27039 </cell>
27040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27041 \begin_inset Text
27042
27043 \begin_layout Standard
27044
27045 \family roman
27046 \series medium
27047 \shape up
27048 \emph off
27049 \bar no
27050 \noun off
27051 \color none
27052 R
27053 \end_layout
27054
27055 \end_inset
27056 </cell>
27057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27058 \begin_inset Text
27059
27060 \begin_layout Standard
27061
27062 \family roman
27063 \series medium
27064 \shape up
27065 \emph off
27066 \bar no
27067 \noun off
27068 \color none
27069 b
27070 \end_layout
27071
27072 \end_inset
27073 </cell>
27074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27075 \begin_inset Text
27076
27077 \begin_layout Standard
27078
27079 \family roman
27080 \series medium
27081 \shape up
27082 \emph off
27083 \bar no
27084 \noun off
27085 \color none
27086 r
27087 \end_layout
27088
27089 \end_inset
27090 </cell>
27091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27092 \begin_inset Text
27093
27094 \begin_layout Standard
27095
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Standard
27104
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Standard
27113 ¢
27114 \end_layout
27115
27116 \end_inset
27117 </cell>
27118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27119 \begin_inset Text
27120
27121 \begin_layout Standard
27122
27123 \family roman
27124 \series medium
27125 \shape up
27126 \emph off
27127 \bar no
27128 \noun off
27129 \color none
27130 ²
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27136 \begin_inset Text
27137
27138 \begin_layout Standard
27139
27140 \family roman
27141 \series medium
27142 \shape up
27143 \emph off
27144 \bar no
27145 \noun off
27146 \color none
27147 Â
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27153 \begin_inset Text
27154
27155 \begin_layout Standard
27156
27157 \family roman
27158 \series medium
27159 \shape up
27160 \emph off
27161 \bar no
27162 \noun off
27163 \color none
27164 Ò
27165 \end_layout
27166
27167 \end_inset
27168 </cell>
27169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27170 \begin_inset Text
27171
27172 \begin_layout Standard
27173
27174 \family roman
27175 \series medium
27176 \shape up
27177 \emph off
27178 \bar no
27179 \noun off
27180 \color none
27181 â
27182 \end_layout
27183
27184 \end_inset
27185 </cell>
27186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27187 \begin_inset Text
27188
27189 \begin_layout Standard
27190
27191 \family roman
27192 \series medium
27193 \shape up
27194 \emph off
27195 \bar no
27196 \noun off
27197 \color none
27198 ò
27199 \end_layout
27200
27201 \end_inset
27202 </cell>
27203 </row>
27204 <row topline="true">
27205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27206 \begin_inset Text
27207
27208 \begin_layout Standard
27209
27210 \family roman
27211 \series medium
27212 \shape up
27213 \size tiny
27214 \emph off
27215 \bar no
27216 \noun off
27217 \color none
27218 03
27219 \end_layout
27220
27221 \end_inset
27222 </cell>
27223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27224 \begin_inset Text
27225
27226 \begin_layout Standard
27227
27228 \end_layout
27229
27230 \end_inset
27231 </cell>
27232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27233 \begin_inset Text
27234
27235 \begin_layout Standard
27236
27237 \end_layout
27238
27239 \end_inset
27240 </cell>
27241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27242 \begin_inset Text
27243
27244 \begin_layout Standard
27245
27246 \family roman
27247 \series medium
27248 \shape up
27249 \emph off
27250 \bar no
27251 \noun off
27252 \color none
27253 #
27254 \end_layout
27255
27256 \end_inset
27257 </cell>
27258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Standard
27262
27263 \family roman
27264 \series medium
27265 \shape up
27266 \emph off
27267 \bar no
27268 \noun off
27269 \color none
27270 3
27271 \end_layout
27272
27273 \end_inset
27274 </cell>
27275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27276 \begin_inset Text
27277
27278 \begin_layout Standard
27279
27280 \family roman
27281 \series medium
27282 \shape up
27283 \emph off
27284 \bar no
27285 \noun off
27286 \color none
27287 C
27288 \end_layout
27289
27290 \end_inset
27291 </cell>
27292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27293 \begin_inset Text
27294
27295 \begin_layout Standard
27296
27297 \family roman
27298 \series medium
27299 \shape up
27300 \emph off
27301 \bar no
27302 \noun off
27303 \color none
27304 S
27305 \end_layout
27306
27307 \end_inset
27308 </cell>
27309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27310 \begin_inset Text
27311
27312 \begin_layout Standard
27313
27314 \family roman
27315 \series medium
27316 \shape up
27317 \emph off
27318 \bar no
27319 \noun off
27320 \color none
27321 c
27322 \end_layout
27323
27324 \end_inset
27325 </cell>
27326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27327 \begin_inset Text
27328
27329 \begin_layout Standard
27330
27331 \family roman
27332 \series medium
27333 \shape up
27334 \emph off
27335 \bar no
27336 \noun off
27337 \color none
27338 s
27339 \end_layout
27340
27341 \end_inset
27342 </cell>
27343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27344 \begin_inset Text
27345
27346 \begin_layout Standard
27347
27348 \end_layout
27349
27350 \end_inset
27351 </cell>
27352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Standard
27356
27357 \end_layout
27358
27359 \end_inset
27360 </cell>
27361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27362 \begin_inset Text
27363
27364 \begin_layout Standard
27365
27366 \family roman
27367 \series medium
27368 \shape up
27369 \emph off
27370 \bar no
27371 \noun off
27372 \color none
27373 £
27374 \end_layout
27375
27376 \end_inset
27377 </cell>
27378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27379 \begin_inset Text
27380
27381 \begin_layout Standard
27382
27383 \family roman
27384 \series medium
27385 \shape up
27386 \emph off
27387 \bar no
27388 \noun off
27389 \color none
27390 ³
27391 \end_layout
27392
27393 \end_inset
27394 </cell>
27395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27396 \begin_inset Text
27397
27398 \begin_layout Standard
27399
27400 \family roman
27401 \series medium
27402 \shape up
27403 \emph off
27404 \bar no
27405 \noun off
27406 \color none
27407 Ã
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27413 \begin_inset Text
27414
27415 \begin_layout Standard
27416
27417 \family roman
27418 \series medium
27419 \shape up
27420 \emph off
27421 \bar no
27422 \noun off
27423 \color none
27424 Ó
27425 \end_layout
27426
27427 \end_inset
27428 </cell>
27429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27430 \begin_inset Text
27431
27432 \begin_layout Standard
27433
27434 \family roman
27435 \series medium
27436 \shape up
27437 \emph off
27438 \bar no
27439 \noun off
27440 \color none
27441 ã
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Standard
27450
27451 \family roman
27452 \series medium
27453 \shape up
27454 \emph off
27455 \bar no
27456 \noun off
27457 \color none
27458 ó
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 </row>
27464 <row topline="true">
27465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27466 \begin_inset Text
27467
27468 \begin_layout Standard
27469
27470 \family roman
27471 \series medium
27472 \shape up
27473 \size tiny
27474 \emph off
27475 \bar no
27476 \noun off
27477 \color none
27478 04
27479 \end_layout
27480
27481 \end_inset
27482 </cell>
27483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Standard
27487
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Standard
27496
27497 \end_layout
27498
27499 \end_inset
27500 </cell>
27501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27502 \begin_inset Text
27503
27504 \begin_layout Standard
27505
27506 \family roman
27507 \series medium
27508 \shape up
27509 \emph off
27510 \bar no
27511 \noun off
27512 \color none
27513 $
27514 \end_layout
27515
27516 \end_inset
27517 </cell>
27518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Standard
27522
27523 \family roman
27524 \series medium
27525 \shape up
27526 \emph off
27527 \bar no
27528 \noun off
27529 \color none
27530 4
27531 \end_layout
27532
27533 \end_inset
27534 </cell>
27535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27536 \begin_inset Text
27537
27538 \begin_layout Standard
27539
27540 \family roman
27541 \series medium
27542 \shape up
27543 \emph off
27544 \bar no
27545 \noun off
27546 \color none
27547 D
27548 \end_layout
27549
27550 \end_inset
27551 </cell>
27552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27553 \begin_inset Text
27554
27555 \begin_layout Standard
27556
27557 \family roman
27558 \series medium
27559 \shape up
27560 \emph off
27561 \bar no
27562 \noun off
27563 \color none
27564 T
27565 \end_layout
27566
27567 \end_inset
27568 </cell>
27569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Standard
27573
27574 \family roman
27575 \series medium
27576 \shape up
27577 \emph off
27578 \bar no
27579 \noun off
27580 \color none
27581 d
27582 \end_layout
27583
27584 \end_inset
27585 </cell>
27586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27587 \begin_inset Text
27588
27589 \begin_layout Standard
27590
27591 \family roman
27592 \series medium
27593 \shape up
27594 \emph off
27595 \bar no
27596 \noun off
27597 \color none
27598 t
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Standard
27607
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Standard
27616
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Standard
27625 ¤
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27631 \begin_inset Text
27632
27633 \begin_layout Standard
27634
27635 \family roman
27636 \series medium
27637 \shape up
27638 \emph off
27639 \bar no
27640 \noun off
27641 \color none
27642 ´
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Standard
27651
27652 \family roman
27653 \series medium
27654 \shape up
27655 \emph off
27656 \bar no
27657 \noun off
27658 \color none
27659 Ä
27660 \end_layout
27661
27662 \end_inset
27663 </cell>
27664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27665 \begin_inset Text
27666
27667 \begin_layout Standard
27668
27669 \family roman
27670 \series medium
27671 \shape up
27672 \emph off
27673 \bar no
27674 \noun off
27675 \color none
27676 Ô
27677 \end_layout
27678
27679 \end_inset
27680 </cell>
27681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27682 \begin_inset Text
27683
27684 \begin_layout Standard
27685
27686 \family roman
27687 \series medium
27688 \shape up
27689 \emph off
27690 \bar no
27691 \noun off
27692 \color none
27693 ä
27694 \end_layout
27695
27696 \end_inset
27697 </cell>
27698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27699 \begin_inset Text
27700
27701 \begin_layout Standard
27702
27703 \family roman
27704 \series medium
27705 \shape up
27706 \emph off
27707 \bar no
27708 \noun off
27709 \color none
27710 ô
27711 \end_layout
27712
27713 \end_inset
27714 </cell>
27715 </row>
27716 <row topline="true">
27717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27718 \begin_inset Text
27719
27720 \begin_layout Standard
27721
27722 \family roman
27723 \series medium
27724 \shape up
27725 \size tiny
27726 \emph off
27727 \bar no
27728 \noun off
27729 \color none
27730 05
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27736 \begin_inset Text
27737
27738 \begin_layout Standard
27739
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27745 \begin_inset Text
27746
27747 \begin_layout Standard
27748
27749 \end_layout
27750
27751 \end_inset
27752 </cell>
27753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27754 \begin_inset Text
27755
27756 \begin_layout Standard
27757
27758 \family roman
27759 \series medium
27760 \shape up
27761 \emph off
27762 \bar no
27763 \noun off
27764 \color none
27765 %
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27771 \begin_inset Text
27772
27773 \begin_layout Standard
27774
27775 \family roman
27776 \series medium
27777 \shape up
27778 \emph off
27779 \bar no
27780 \noun off
27781 \color none
27782 5
27783 \end_layout
27784
27785 \end_inset
27786 </cell>
27787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27788 \begin_inset Text
27789
27790 \begin_layout Standard
27791
27792 \family roman
27793 \series medium
27794 \shape up
27795 \emph off
27796 \bar no
27797 \noun off
27798 \color none
27799 E
27800 \end_layout
27801
27802 \end_inset
27803 </cell>
27804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27805 \begin_inset Text
27806
27807 \begin_layout Standard
27808
27809 \family roman
27810 \series medium
27811 \shape up
27812 \emph off
27813 \bar no
27814 \noun off
27815 \color none
27816 U
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Standard
27825
27826 \family roman
27827 \series medium
27828 \shape up
27829 \emph off
27830 \bar no
27831 \noun off
27832 \color none
27833 e
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Standard
27842
27843 \family roman
27844 \series medium
27845 \shape up
27846 \emph off
27847 \bar no
27848 \noun off
27849 \color none
27850 u
27851 \end_layout
27852
27853 \end_inset
27854 </cell>
27855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Standard
27859
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Standard
27868
27869 \end_layout
27870
27871 \end_inset
27872 </cell>
27873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27874 \begin_inset Text
27875
27876 \begin_layout Standard
27877 ¥
27878 \end_layout
27879
27880 \end_inset
27881 </cell>
27882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27883 \begin_inset Text
27884
27885 \begin_layout Standard
27886
27887 \family roman
27888 \series medium
27889 \shape up
27890 \emph off
27891 \bar no
27892 \noun off
27893 \color none
27894 µ
27895 \end_layout
27896
27897 \end_inset
27898 </cell>
27899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27900 \begin_inset Text
27901
27902 \begin_layout Standard
27903
27904 \family roman
27905 \series medium
27906 \shape up
27907 \emph off
27908 \bar no
27909 \noun off
27910 \color none
27911 Å
27912 \end_layout
27913
27914 \end_inset
27915 </cell>
27916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27917 \begin_inset Text
27918
27919 \begin_layout Standard
27920
27921 \family roman
27922 \series medium
27923 \shape up
27924 \emph off
27925 \bar no
27926 \noun off
27927 \color none
27928 Õ
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27934 \begin_inset Text
27935
27936 \begin_layout Standard
27937
27938 \family roman
27939 \series medium
27940 \shape up
27941 \emph off
27942 \bar no
27943 \noun off
27944 \color none
27945 å
27946 \end_layout
27947
27948 \end_inset
27949 </cell>
27950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27951 \begin_inset Text
27952
27953 \begin_layout Standard
27954
27955 \family roman
27956 \series medium
27957 \shape up
27958 \emph off
27959 \bar no
27960 \noun off
27961 \color none
27962 õ
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 </row>
27968 <row topline="true">
27969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27970 \begin_inset Text
27971
27972 \begin_layout Standard
27973
27974 \family roman
27975 \series medium
27976 \shape up
27977 \size tiny
27978 \emph off
27979 \bar no
27980 \noun off
27981 \color none
27982 06
27983 \end_layout
27984
27985 \end_inset
27986 </cell>
27987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27988 \begin_inset Text
27989
27990 \begin_layout Standard
27991
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Standard
28000
28001 \end_layout
28002
28003 \end_inset
28004 </cell>
28005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28006 \begin_inset Text
28007
28008 \begin_layout Standard
28009
28010 \family roman
28011 \series medium
28012 \shape up
28013 \emph off
28014 \bar no
28015 \noun off
28016 \color none
28017 &
28018 \end_layout
28019
28020 \end_inset
28021 </cell>
28022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28023 \begin_inset Text
28024
28025 \begin_layout Standard
28026
28027 \family roman
28028 \series medium
28029 \shape up
28030 \emph off
28031 \bar no
28032 \noun off
28033 \color none
28034 6
28035 \end_layout
28036
28037 \end_inset
28038 </cell>
28039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28040 \begin_inset Text
28041
28042 \begin_layout Standard
28043
28044 \family roman
28045 \series medium
28046 \shape up
28047 \emph off
28048 \bar no
28049 \noun off
28050 \color none
28051 F
28052 \end_layout
28053
28054 \end_inset
28055 </cell>
28056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28057 \begin_inset Text
28058
28059 \begin_layout Standard
28060
28061 \family roman
28062 \series medium
28063 \shape up
28064 \emph off
28065 \bar no
28066 \noun off
28067 \color none
28068 V
28069 \end_layout
28070
28071 \end_inset
28072 </cell>
28073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28074 \begin_inset Text
28075
28076 \begin_layout Standard
28077
28078 \family roman
28079 \series medium
28080 \shape up
28081 \emph off
28082 \bar no
28083 \noun off
28084 \color none
28085 f
28086 \end_layout
28087
28088 \end_inset
28089 </cell>
28090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28091 \begin_inset Text
28092
28093 \begin_layout Standard
28094
28095 \family roman
28096 \series medium
28097 \shape up
28098 \emph off
28099 \bar no
28100 \noun off
28101 \color none
28102 v
28103 \end_layout
28104
28105 \end_inset
28106 </cell>
28107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28108 \begin_inset Text
28109
28110 \begin_layout Standard
28111
28112 \end_layout
28113
28114 \end_inset
28115 </cell>
28116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28117 \begin_inset Text
28118
28119 \begin_layout Standard
28120
28121 \end_layout
28122
28123 \end_inset
28124 </cell>
28125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28126 \begin_inset Text
28127
28128 \begin_layout Standard
28129 ¦
28130 \end_layout
28131
28132 \end_inset
28133 </cell>
28134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28135 \begin_inset Text
28136
28137 \begin_layout Standard
28138
28139 \family roman
28140 \series medium
28141 \shape up
28142 \emph off
28143 \bar no
28144 \noun off
28145 \color none
28146
28147 \end_layout
28148
28149 \end_inset
28150 </cell>
28151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28152 \begin_inset Text
28153
28154 \begin_layout Standard
28155
28156 \family roman
28157 \series medium
28158 \shape up
28159 \emph off
28160 \bar no
28161 \noun off
28162 \color none
28163 Æ
28164 \end_layout
28165
28166 \end_inset
28167 </cell>
28168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28169 \begin_inset Text
28170
28171 \begin_layout Standard
28172
28173 \family roman
28174 \series medium
28175 \shape up
28176 \emph off
28177 \bar no
28178 \noun off
28179 \color none
28180 Ö
28181 \end_layout
28182
28183 \end_inset
28184 </cell>
28185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28186 \begin_inset Text
28187
28188 \begin_layout Standard
28189
28190 \family roman
28191 \series medium
28192 \shape up
28193 \emph off
28194 \bar no
28195 \noun off
28196 \color none
28197 æ
28198 \end_layout
28199
28200 \end_inset
28201 </cell>
28202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28203 \begin_inset Text
28204
28205 \begin_layout Standard
28206
28207 \family roman
28208 \series medium
28209 \shape up
28210 \emph off
28211 \bar no
28212 \noun off
28213 \color none
28214 ö
28215 \end_layout
28216
28217 \end_inset
28218 </cell>
28219 </row>
28220 <row topline="true">
28221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28222 \begin_inset Text
28223
28224 \begin_layout Standard
28225
28226 \family roman
28227 \series medium
28228 \shape up
28229 \size tiny
28230 \emph off
28231 \bar no
28232 \noun off
28233 \color none
28234 07
28235 \end_layout
28236
28237 \end_inset
28238 </cell>
28239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28240 \begin_inset Text
28241
28242 \begin_layout Standard
28243
28244 \end_layout
28245
28246 \end_inset
28247 </cell>
28248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28249 \begin_inset Text
28250
28251 \begin_layout Standard
28252
28253 \end_layout
28254
28255 \end_inset
28256 </cell>
28257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28258 \begin_inset Text
28259
28260 \begin_layout Standard
28261
28262 \family roman
28263 \series medium
28264 \shape up
28265 \emph off
28266 \bar no
28267 \noun off
28268 \color none
28269 `
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28275 \begin_inset Text
28276
28277 \begin_layout Standard
28278
28279 \family roman
28280 \series medium
28281 \shape up
28282 \emph off
28283 \bar no
28284 \noun off
28285 \color none
28286 7
28287 \end_layout
28288
28289 \end_inset
28290 </cell>
28291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28292 \begin_inset Text
28293
28294 \begin_layout Standard
28295
28296 \family roman
28297 \series medium
28298 \shape up
28299 \emph off
28300 \bar no
28301 \noun off
28302 \color none
28303 G
28304 \end_layout
28305
28306 \end_inset
28307 </cell>
28308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28309 \begin_inset Text
28310
28311 \begin_layout Standard
28312
28313 \family roman
28314 \series medium
28315 \shape up
28316 \emph off
28317 \bar no
28318 \noun off
28319 \color none
28320 W
28321 \end_layout
28322
28323 \end_inset
28324 </cell>
28325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28326 \begin_inset Text
28327
28328 \begin_layout Standard
28329
28330 \family roman
28331 \series medium
28332 \shape up
28333 \emph off
28334 \bar no
28335 \noun off
28336 \color none
28337 g
28338 \end_layout
28339
28340 \end_inset
28341 </cell>
28342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28343 \begin_inset Text
28344
28345 \begin_layout Standard
28346
28347 \family roman
28348 \series medium
28349 \shape up
28350 \emph off
28351 \bar no
28352 \noun off
28353 \color none
28354 w
28355 \end_layout
28356
28357 \end_inset
28358 </cell>
28359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28360 \begin_inset Text
28361
28362 \begin_layout Standard
28363
28364 \end_layout
28365
28366 \end_inset
28367 </cell>
28368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28369 \begin_inset Text
28370
28371 \begin_layout Standard
28372
28373 \end_layout
28374
28375 \end_inset
28376 </cell>
28377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28378 \begin_inset Text
28379
28380 \begin_layout Standard
28381
28382 \family roman
28383 \series medium
28384 \shape up
28385 \emph off
28386 \bar no
28387 \noun off
28388 \color none
28389 §
28390 \end_layout
28391
28392 \end_inset
28393 </cell>
28394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28395 \begin_inset Text
28396
28397 \begin_layout Standard
28398
28399 \family roman
28400 \series medium
28401 \shape up
28402 \emph off
28403 \bar no
28404 \noun off
28405 \color none
28406 ·
28407 \end_layout
28408
28409 \end_inset
28410 </cell>
28411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28412 \begin_inset Text
28413
28414 \begin_layout Standard
28415
28416 \family roman
28417 \series medium
28418 \shape up
28419 \emph off
28420 \bar no
28421 \noun off
28422 \color none
28423 Ç
28424 \end_layout
28425
28426 \end_inset
28427 </cell>
28428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28429 \begin_inset Text
28430
28431 \begin_layout Standard
28432
28433 \family roman
28434 \series medium
28435 \shape up
28436 \emph off
28437 \bar no
28438 \noun off
28439 \color none
28440 ×
28441 \end_layout
28442
28443 \end_inset
28444 </cell>
28445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28446 \begin_inset Text
28447
28448 \begin_layout Standard
28449
28450 \family roman
28451 \series medium
28452 \shape up
28453 \emph off
28454 \bar no
28455 \noun off
28456 \color none
28457 ç
28458 \end_layout
28459
28460 \end_inset
28461 </cell>
28462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28463 \begin_inset Text
28464
28465 \begin_layout Standard
28466
28467 \family roman
28468 \series medium
28469 \shape up
28470 \emph off
28471 \bar no
28472 \noun off
28473 \color none
28474 ÷
28475 \end_layout
28476
28477 \end_inset
28478 </cell>
28479 </row>
28480 <row topline="true">
28481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28482 \begin_inset Text
28483
28484 \begin_layout Standard
28485
28486 \family roman
28487 \series medium
28488 \shape up
28489 \size tiny
28490 \emph off
28491 \bar no
28492 \noun off
28493 \color none
28494 08
28495 \end_layout
28496
28497 \end_inset
28498 </cell>
28499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28500 \begin_inset Text
28501
28502 \begin_layout Standard
28503
28504 \end_layout
28505
28506 \end_inset
28507 </cell>
28508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28509 \begin_inset Text
28510
28511 \begin_layout Standard
28512
28513 \end_layout
28514
28515 \end_inset
28516 </cell>
28517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28518 \begin_inset Text
28519
28520 \begin_layout Standard
28521
28522 \family roman
28523 \series medium
28524 \shape up
28525 \emph off
28526 \bar no
28527 \noun off
28528 \color none
28529 (
28530 \end_layout
28531
28532 \end_inset
28533 </cell>
28534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28535 \begin_inset Text
28536
28537 \begin_layout Standard
28538
28539 \family roman
28540 \series medium
28541 \shape up
28542 \emph off
28543 \bar no
28544 \noun off
28545 \color none
28546 8
28547 \end_layout
28548
28549 \end_inset
28550 </cell>
28551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28552 \begin_inset Text
28553
28554 \begin_layout Standard
28555
28556 \family roman
28557 \series medium
28558 \shape up
28559 \emph off
28560 \bar no
28561 \noun off
28562 \color none
28563 H
28564 \end_layout
28565
28566 \end_inset
28567 </cell>
28568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28569 \begin_inset Text
28570
28571 \begin_layout Standard
28572
28573 \family roman
28574 \series medium
28575 \shape up
28576 \emph off
28577 \bar no
28578 \noun off
28579 \color none
28580 X
28581 \end_layout
28582
28583 \end_inset
28584 </cell>
28585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28586 \begin_inset Text
28587
28588 \begin_layout Standard
28589
28590 \family roman
28591 \series medium
28592 \shape up
28593 \emph off
28594 \bar no
28595 \noun off
28596 \color none
28597 h
28598 \end_layout
28599
28600 \end_inset
28601 </cell>
28602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28603 \begin_inset Text
28604
28605 \begin_layout Standard
28606
28607 \family roman
28608 \series medium
28609 \shape up
28610 \emph off
28611 \bar no
28612 \noun off
28613 \color none
28614 x
28615 \end_layout
28616
28617 \end_inset
28618 </cell>
28619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28620 \begin_inset Text
28621
28622 \begin_layout Standard
28623
28624 \end_layout
28625
28626 \end_inset
28627 </cell>
28628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28629 \begin_inset Text
28630
28631 \begin_layout Standard
28632
28633 \end_layout
28634
28635 \end_inset
28636 </cell>
28637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28638 \begin_inset Text
28639
28640 \begin_layout Standard
28641
28642 \family roman
28643 \series medium
28644 \shape up
28645 \emph off
28646 \bar no
28647 \noun off
28648 \color none
28649 ¨
28650 \end_layout
28651
28652 \end_inset
28653 </cell>
28654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28655 \begin_inset Text
28656
28657 \begin_layout Standard
28658
28659 \family roman
28660 \series medium
28661 \shape up
28662 \emph off
28663 \bar no
28664 \noun off
28665 \color none
28666 ¸
28667 \end_layout
28668
28669 \end_inset
28670 </cell>
28671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28672 \begin_inset Text
28673
28674 \begin_layout Standard
28675
28676 \family roman
28677 \series medium
28678 \shape up
28679 \emph off
28680 \bar no
28681 \noun off
28682 \color none
28683 È
28684 \end_layout
28685
28686 \end_inset
28687 </cell>
28688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28689 \begin_inset Text
28690
28691 \begin_layout Standard
28692
28693 \family roman
28694 \series medium
28695 \shape up
28696 \emph off
28697 \bar no
28698 \noun off
28699 \color none
28700 Ø
28701 \end_layout
28702
28703 \end_inset
28704 </cell>
28705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28706 \begin_inset Text
28707
28708 \begin_layout Standard
28709
28710 \family roman
28711 \series medium
28712 \shape up
28713 \emph off
28714 \bar no
28715 \noun off
28716 \color none
28717 è
28718 \end_layout
28719
28720 \end_inset
28721 </cell>
28722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28723 \begin_inset Text
28724
28725 \begin_layout Standard
28726
28727 \family roman
28728 \series medium
28729 \shape up
28730 \emph off
28731 \bar no
28732 \noun off
28733 \color none
28734 ø
28735 \end_layout
28736
28737 \end_inset
28738 </cell>
28739 </row>
28740 <row topline="true">
28741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28742 \begin_inset Text
28743
28744 \begin_layout Standard
28745
28746 \family roman
28747 \series medium
28748 \shape up
28749 \size tiny
28750 \emph off
28751 \bar no
28752 \noun off
28753 \color none
28754 09
28755 \end_layout
28756
28757 \end_inset
28758 </cell>
28759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28760 \begin_inset Text
28761
28762 \begin_layout Standard
28763
28764 \end_layout
28765
28766 \end_inset
28767 </cell>
28768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28769 \begin_inset Text
28770
28771 \begin_layout Standard
28772
28773 \end_layout
28774
28775 \end_inset
28776 </cell>
28777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28778 \begin_inset Text
28779
28780 \begin_layout Standard
28781
28782 \family roman
28783 \series medium
28784 \shape up
28785 \emph off
28786 \bar no
28787 \noun off
28788 \color none
28789 )
28790 \end_layout
28791
28792 \end_inset
28793 </cell>
28794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28795 \begin_inset Text
28796
28797 \begin_layout Standard
28798
28799 \family roman
28800 \series medium
28801 \shape up
28802 \emph off
28803 \bar no
28804 \noun off
28805 \color none
28806 9
28807 \end_layout
28808
28809 \end_inset
28810 </cell>
28811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28812 \begin_inset Text
28813
28814 \begin_layout Standard
28815
28816 \family roman
28817 \series medium
28818 \shape up
28819 \emph off
28820 \bar no
28821 \noun off
28822 \color none
28823 I
28824 \end_layout
28825
28826 \end_inset
28827 </cell>
28828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28829 \begin_inset Text
28830
28831 \begin_layout Standard
28832
28833 \family roman
28834 \series medium
28835 \shape up
28836 \emph off
28837 \bar no
28838 \noun off
28839 \color none
28840 Y
28841 \end_layout
28842
28843 \end_inset
28844 </cell>
28845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28846 \begin_inset Text
28847
28848 \begin_layout Standard
28849
28850 \family roman
28851 \series medium
28852 \shape up
28853 \emph off
28854 \bar no
28855 \noun off
28856 \color none
28857 i
28858 \end_layout
28859
28860 \end_inset
28861 </cell>
28862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28863 \begin_inset Text
28864
28865 \begin_layout Standard
28866
28867 \family roman
28868 \series medium
28869 \shape up
28870 \emph off
28871 \bar no
28872 \noun off
28873 \color none
28874 y
28875 \end_layout
28876
28877 \end_inset
28878 </cell>
28879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28880 \begin_inset Text
28881
28882 \begin_layout Standard
28883
28884 \end_layout
28885
28886 \end_inset
28887 </cell>
28888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28889 \begin_inset Text
28890
28891 \begin_layout Standard
28892
28893 \end_layout
28894
28895 \end_inset
28896 </cell>
28897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28898 \begin_inset Text
28899
28900 \begin_layout Standard
28901
28902 \family roman
28903 \series medium
28904 \shape up
28905 \emph off
28906 \bar no
28907 \noun off
28908 \color none
28909 ©
28910 \end_layout
28911
28912 \end_inset
28913 </cell>
28914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28915 \begin_inset Text
28916
28917 \begin_layout Standard
28918
28919 \family roman
28920 \series medium
28921 \shape up
28922 \emph off
28923 \bar no
28924 \noun off
28925 \color none
28926 ¹
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Standard
28935
28936 \family roman
28937 \series medium
28938 \shape up
28939 \emph off
28940 \bar no
28941 \noun off
28942 \color none
28943 É
28944 \end_layout
28945
28946 \end_inset
28947 </cell>
28948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28949 \begin_inset Text
28950
28951 \begin_layout Standard
28952
28953 \family roman
28954 \series medium
28955 \shape up
28956 \emph off
28957 \bar no
28958 \noun off
28959 \color none
28960 Ù
28961 \end_layout
28962
28963 \end_inset
28964 </cell>
28965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28966 \begin_inset Text
28967
28968 \begin_layout Standard
28969
28970 \family roman
28971 \series medium
28972 \shape up
28973 \emph off
28974 \bar no
28975 \noun off
28976 \color none
28977 é
28978 \end_layout
28979
28980 \end_inset
28981 </cell>
28982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28983 \begin_inset Text
28984
28985 \begin_layout Standard
28986
28987 \family roman
28988 \series medium
28989 \shape up
28990 \emph off
28991 \bar no
28992 \noun off
28993 \color none
28994 ù
28995 \end_layout
28996
28997 \end_inset
28998 </cell>
28999 </row>
29000 <row topline="true">
29001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29002 \begin_inset Text
29003
29004 \begin_layout Standard
29005
29006 \family roman
29007 \series medium
29008 \shape up
29009 \size tiny
29010 \emph off
29011 \bar no
29012 \noun off
29013 \color none
29014 0A
29015 \end_layout
29016
29017 \end_inset
29018 </cell>
29019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29020 \begin_inset Text
29021
29022 \begin_layout Standard
29023
29024 \end_layout
29025
29026 \end_inset
29027 </cell>
29028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29029 \begin_inset Text
29030
29031 \begin_layout Standard
29032
29033 \end_layout
29034
29035 \end_inset
29036 </cell>
29037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29038 \begin_inset Text
29039
29040 \begin_layout Standard
29041
29042 \family roman
29043 \series medium
29044 \shape up
29045 \emph off
29046 \bar no
29047 \noun off
29048 \color none
29049 *
29050 \end_layout
29051
29052 \end_inset
29053 </cell>
29054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29055 \begin_inset Text
29056
29057 \begin_layout Standard
29058
29059 \family roman
29060 \series medium
29061 \shape up
29062 \emph off
29063 \bar no
29064 \noun off
29065 \color none
29066 :
29067 \end_layout
29068
29069 \end_inset
29070 </cell>
29071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29072 \begin_inset Text
29073
29074 \begin_layout Standard
29075
29076 \family roman
29077 \series medium
29078 \shape up
29079 \emph off
29080 \bar no
29081 \noun off
29082 \color none
29083 J
29084 \end_layout
29085
29086 \end_inset
29087 </cell>
29088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29089 \begin_inset Text
29090
29091 \begin_layout Standard
29092
29093 \family roman
29094 \series medium
29095 \shape up
29096 \emph off
29097 \bar no
29098 \noun off
29099 \color none
29100 Z
29101 \end_layout
29102
29103 \end_inset
29104 </cell>
29105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29106 \begin_inset Text
29107
29108 \begin_layout Standard
29109
29110 \family roman
29111 \series medium
29112 \shape up
29113 \emph off
29114 \bar no
29115 \noun off
29116 \color none
29117 j
29118 \end_layout
29119
29120 \end_inset
29121 </cell>
29122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29123 \begin_inset Text
29124
29125 \begin_layout Standard
29126
29127 \family roman
29128 \series medium
29129 \shape up
29130 \emph off
29131 \bar no
29132 \noun off
29133 \color none
29134 z
29135 \end_layout
29136
29137 \end_inset
29138 </cell>
29139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29140 \begin_inset Text
29141
29142 \begin_layout Standard
29143
29144 \end_layout
29145
29146 \end_inset
29147 </cell>
29148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29149 \begin_inset Text
29150
29151 \begin_layout Standard
29152
29153 \end_layout
29154
29155 \end_inset
29156 </cell>
29157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29158 \begin_inset Text
29159
29160 \begin_layout Standard
29161
29162 \family roman
29163 \series medium
29164 \shape up
29165 \emph off
29166 \bar no
29167 \noun off
29168 \color none
29169 ª
29170 \end_layout
29171
29172 \end_inset
29173 </cell>
29174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29175 \begin_inset Text
29176
29177 \begin_layout Standard
29178
29179 \family roman
29180 \series medium
29181 \shape up
29182 \emph off
29183 \bar no
29184 \noun off
29185 \color none
29186 º
29187 \end_layout
29188
29189 \end_inset
29190 </cell>
29191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29192 \begin_inset Text
29193
29194 \begin_layout Standard
29195
29196 \family roman
29197 \series medium
29198 \shape up
29199 \emph off
29200 \bar no
29201 \noun off
29202 \color none
29203 Ê
29204 \end_layout
29205
29206 \end_inset
29207 </cell>
29208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29209 \begin_inset Text
29210
29211 \begin_layout Standard
29212
29213 \family roman
29214 \series medium
29215 \shape up
29216 \emph off
29217 \bar no
29218 \noun off
29219 \color none
29220 Ú
29221 \end_layout
29222
29223 \end_inset
29224 </cell>
29225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29226 \begin_inset Text
29227
29228 \begin_layout Standard
29229
29230 \family roman
29231 \series medium
29232 \shape up
29233 \emph off
29234 \bar no
29235 \noun off
29236 \color none
29237 ê
29238 \end_layout
29239
29240 \end_inset
29241 </cell>
29242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29243 \begin_inset Text
29244
29245 \begin_layout Standard
29246
29247 \family roman
29248 \series medium
29249 \shape up
29250 \emph off
29251 \bar no
29252 \noun off
29253 \color none
29254 ú
29255 \end_layout
29256
29257 \end_inset
29258 </cell>
29259 </row>
29260 <row topline="true">
29261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29262 \begin_inset Text
29263
29264 \begin_layout Standard
29265
29266 \family roman
29267 \series medium
29268 \shape up
29269 \size tiny
29270 \emph off
29271 \bar no
29272 \noun off
29273 \color none
29274 0B
29275 \end_layout
29276
29277 \end_inset
29278 </cell>
29279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29280 \begin_inset Text
29281
29282 \begin_layout Standard
29283
29284 \end_layout
29285
29286 \end_inset
29287 </cell>
29288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29289 \begin_inset Text
29290
29291 \begin_layout Standard
29292
29293 \end_layout
29294
29295 \end_inset
29296 </cell>
29297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Standard
29301
29302 \family roman
29303 \series medium
29304 \shape up
29305 \emph off
29306 \bar no
29307 \noun off
29308 \color none
29309 +
29310 \end_layout
29311
29312 \end_inset
29313 </cell>
29314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29315 \begin_inset Text
29316
29317 \begin_layout Standard
29318
29319 \family roman
29320 \series medium
29321 \shape up
29322 \emph off
29323 \bar no
29324 \noun off
29325 \color none
29326 ;
29327 \end_layout
29328
29329 \end_inset
29330 </cell>
29331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29332 \begin_inset Text
29333
29334 \begin_layout Standard
29335
29336 \family roman
29337 \series medium
29338 \shape up
29339 \emph off
29340 \bar no
29341 \noun off
29342 \color none
29343 K
29344 \end_layout
29345
29346 \end_inset
29347 </cell>
29348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29349 \begin_inset Text
29350
29351 \begin_layout Standard
29352
29353 \family roman
29354 \series medium
29355 \shape up
29356 \emph off
29357 \bar no
29358 \noun off
29359 \color none
29360 [
29361 \end_layout
29362
29363 \end_inset
29364 </cell>
29365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29366 \begin_inset Text
29367
29368 \begin_layout Standard
29369
29370 \family roman
29371 \series medium
29372 \shape up
29373 \emph off
29374 \bar no
29375 \noun off
29376 \color none
29377 k
29378 \end_layout
29379
29380 \end_inset
29381 </cell>
29382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Standard
29386
29387 \family roman
29388 \series medium
29389 \shape up
29390 \emph off
29391 \bar no
29392 \noun off
29393 \color none
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 \end_layout
29405
29406 \end_inset
29407 </cell>
29408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29409 \begin_inset Text
29410
29411 \begin_layout Standard
29412
29413 \end_layout
29414
29415 \end_inset
29416 </cell>
29417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29418 \begin_inset Text
29419
29420 \begin_layout Standard
29421
29422 \family roman
29423 \series medium
29424 \shape up
29425 \emph off
29426 \bar no
29427 \noun off
29428 \color none
29429 «
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29435 \begin_inset Text
29436
29437 \begin_layout Standard
29438
29439 \family roman
29440 \series medium
29441 \shape up
29442 \emph off
29443 \bar no
29444 \noun off
29445 \color none
29446 »
29447 \end_layout
29448
29449 \end_inset
29450 </cell>
29451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29452 \begin_inset Text
29453
29454 \begin_layout Standard
29455
29456 \family roman
29457 \series medium
29458 \shape up
29459 \emph off
29460 \bar no
29461 \noun off
29462 \color none
29463 Ë
29464 \end_layout
29465
29466 \end_inset
29467 </cell>
29468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29469 \begin_inset Text
29470
29471 \begin_layout Standard
29472
29473 \family roman
29474 \series medium
29475 \shape up
29476 \emph off
29477 \bar no
29478 \noun off
29479 \color none
29480 Û
29481 \end_layout
29482
29483 \end_inset
29484 </cell>
29485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29486 \begin_inset Text
29487
29488 \begin_layout Standard
29489
29490 \family roman
29491 \series medium
29492 \shape up
29493 \emph off
29494 \bar no
29495 \noun off
29496 \color none
29497 ë
29498 \end_layout
29499
29500 \end_inset
29501 </cell>
29502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29503 \begin_inset Text
29504
29505 \begin_layout Standard
29506
29507 \family roman
29508 \series medium
29509 \shape up
29510 \emph off
29511 \bar no
29512 \noun off
29513 \color none
29514 û
29515 \end_layout
29516
29517 \end_inset
29518 </cell>
29519 </row>
29520 <row topline="true">
29521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29522 \begin_inset Text
29523
29524 \begin_layout Standard
29525
29526 \family roman
29527 \series medium
29528 \shape up
29529 \size tiny
29530 \emph off
29531 \bar no
29532 \noun off
29533 \color none
29534 0C
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 \end_layout
29545
29546 \end_inset
29547 </cell>
29548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29549 \begin_inset Text
29550
29551 \begin_layout Standard
29552
29553 \end_layout
29554
29555 \end_inset
29556 </cell>
29557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29558 \begin_inset Text
29559
29560 \begin_layout Standard
29561
29562 \family roman
29563 \series medium
29564 \shape up
29565 \emph off
29566 \bar no
29567 \noun off
29568 \color none
29569 ,
29570 \end_layout
29571
29572 \end_inset
29573 </cell>
29574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29575 \begin_inset Text
29576
29577 \begin_layout Standard
29578
29579 \family roman
29580 \series medium
29581 \shape up
29582 \emph off
29583 \bar no
29584 \noun off
29585 \color none
29586 <
29587 \end_layout
29588
29589 \end_inset
29590 </cell>
29591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29592 \begin_inset Text
29593
29594 \begin_layout Standard
29595
29596 \family roman
29597 \series medium
29598 \shape up
29599 \emph off
29600 \bar no
29601 \noun off
29602 \color none
29603 L
29604 \end_layout
29605
29606 \end_inset
29607 </cell>
29608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29609 \begin_inset Text
29610
29611 \begin_layout Standard
29612
29613 \family roman
29614 \series medium
29615 \shape up
29616 \emph off
29617 \bar no
29618 \noun off
29619 \color none
29620
29621 \backslash
29622
29623 \end_layout
29624
29625 \end_inset
29626 </cell>
29627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29628 \begin_inset Text
29629
29630 \begin_layout Standard
29631
29632 \family roman
29633 \series medium
29634 \shape up
29635 \emph off
29636 \bar no
29637 \noun off
29638 \color none
29639 l
29640 \end_layout
29641
29642 \end_inset
29643 </cell>
29644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29645 \begin_inset Text
29646
29647 \begin_layout Standard
29648
29649 \family roman
29650 \series medium
29651 \shape up
29652 \emph off
29653 \bar no
29654 \noun off
29655 \color none
29656 |
29657 \end_layout
29658
29659 \end_inset
29660 </cell>
29661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29662 \begin_inset Text
29663
29664 \begin_layout Standard
29665
29666 \end_layout
29667
29668 \end_inset
29669 </cell>
29670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29671 \begin_inset Text
29672
29673 \begin_layout Standard
29674
29675 \end_layout
29676
29677 \end_inset
29678 </cell>
29679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29680 \begin_inset Text
29681
29682 \begin_layout Standard
29683
29684 \family roman
29685 \series medium
29686 \shape up
29687 \emph off
29688 \bar no
29689 \noun off
29690 \color none
29691 ¬
29692 \end_layout
29693
29694 \end_inset
29695 </cell>
29696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29697 \begin_inset Text
29698
29699 \begin_layout Standard
29700
29701 \family roman
29702 \series medium
29703 \shape up
29704 \emph off
29705 \bar no
29706 \noun off
29707 \color none
29708 ¼
29709 \end_layout
29710
29711 \end_inset
29712 </cell>
29713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29714 \begin_inset Text
29715
29716 \begin_layout Standard
29717
29718 \family roman
29719 \series medium
29720 \shape up
29721 \emph off
29722 \bar no
29723 \noun off
29724 \color none
29725 Ì
29726 \end_layout
29727
29728 \end_inset
29729 </cell>
29730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29731 \begin_inset Text
29732
29733 \begin_layout Standard
29734
29735 \family roman
29736 \series medium
29737 \shape up
29738 \emph off
29739 \bar no
29740 \noun off
29741 \color none
29742 Ü
29743 \end_layout
29744
29745 \end_inset
29746 </cell>
29747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29748 \begin_inset Text
29749
29750 \begin_layout Standard
29751
29752 \family roman
29753 \series medium
29754 \shape up
29755 \emph off
29756 \bar no
29757 \noun off
29758 \color none
29759 ì
29760 \end_layout
29761
29762 \end_inset
29763 </cell>
29764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29765 \begin_inset Text
29766
29767 \begin_layout Standard
29768
29769 \family roman
29770 \series medium
29771 \shape up
29772 \emph off
29773 \bar no
29774 \noun off
29775 \color none
29776 ü
29777 \end_layout
29778
29779 \end_inset
29780 </cell>
29781 </row>
29782 <row topline="true">
29783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29784 \begin_inset Text
29785
29786 \begin_layout Standard
29787
29788 \family roman
29789 \series medium
29790 \shape up
29791 \size tiny
29792 \emph off
29793 \bar no
29794 \noun off
29795 \color none
29796 0D
29797 \end_layout
29798
29799 \end_inset
29800 </cell>
29801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29802 \begin_inset Text
29803
29804 \begin_layout Standard
29805
29806 \end_layout
29807
29808 \end_inset
29809 </cell>
29810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29811 \begin_inset Text
29812
29813 \begin_layout Standard
29814
29815 \end_layout
29816
29817 \end_inset
29818 </cell>
29819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29820 \begin_inset Text
29821
29822 \begin_layout Standard
29823
29824 \family roman
29825 \series medium
29826 \shape up
29827 \emph off
29828 \bar no
29829 \noun off
29830 \color none
29831 -
29832 \end_layout
29833
29834 \end_inset
29835 </cell>
29836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29837 \begin_inset Text
29838
29839 \begin_layout Standard
29840
29841 \family roman
29842 \series medium
29843 \shape up
29844 \emph off
29845 \bar no
29846 \noun off
29847 \color none
29848 =
29849 \end_layout
29850
29851 \end_inset
29852 </cell>
29853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29854 \begin_inset Text
29855
29856 \begin_layout Standard
29857
29858 \family roman
29859 \series medium
29860 \shape up
29861 \emph off
29862 \bar no
29863 \noun off
29864 \color none
29865 M
29866 \end_layout
29867
29868 \end_inset
29869 </cell>
29870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29871 \begin_inset Text
29872
29873 \begin_layout Standard
29874
29875 \family roman
29876 \series medium
29877 \shape up
29878 \emph off
29879 \bar no
29880 \noun off
29881 \color none
29882 ]
29883 \end_layout
29884
29885 \end_inset
29886 </cell>
29887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29888 \begin_inset Text
29889
29890 \begin_layout Standard
29891
29892 \family roman
29893 \series medium
29894 \shape up
29895 \emph off
29896 \bar no
29897 \noun off
29898 \color none
29899 m
29900 \end_layout
29901
29902 \end_inset
29903 </cell>
29904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29905 \begin_inset Text
29906
29907 \begin_layout Standard
29908
29909 \family roman
29910 \series medium
29911 \shape up
29912 \emph off
29913 \bar no
29914 \noun off
29915 \color none
29916 }
29917 \end_layout
29918
29919 \end_inset
29920 </cell>
29921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29922 \begin_inset Text
29923
29924 \begin_layout Standard
29925
29926 \end_layout
29927
29928 \end_inset
29929 </cell>
29930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29931 \begin_inset Text
29932
29933 \begin_layout Standard
29934
29935 \end_layout
29936
29937 \end_inset
29938 </cell>
29939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29940 \begin_inset Text
29941
29942 \begin_layout Standard
29943
29944 \end_layout
29945
29946 \end_inset
29947 </cell>
29948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29949 \begin_inset Text
29950
29951 \begin_layout Standard
29952
29953 \family roman
29954 \series medium
29955 \shape up
29956 \emph off
29957 \bar no
29958 \noun off
29959 \color none
29960 ½
29961 \end_layout
29962
29963 \end_inset
29964 </cell>
29965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29966 \begin_inset Text
29967
29968 \begin_layout Standard
29969
29970 \family roman
29971 \series medium
29972 \shape up
29973 \emph off
29974 \bar no
29975 \noun off
29976 \color none
29977 Í
29978 \end_layout
29979
29980 \end_inset
29981 </cell>
29982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29983 \begin_inset Text
29984
29985 \begin_layout Standard
29986
29987 \family roman
29988 \series medium
29989 \shape up
29990 \emph off
29991 \bar no
29992 \noun off
29993 \color none
29994 Ý
29995 \end_layout
29996
29997 \end_inset
29998 </cell>
29999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Standard
30003
30004 \family roman
30005 \series medium
30006 \shape up
30007 \emph off
30008 \bar no
30009 \noun off
30010 \color none
30011 í
30012 \end_layout
30013
30014 \end_inset
30015 </cell>
30016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30017 \begin_inset Text
30018
30019 \begin_layout Standard
30020
30021 \family roman
30022 \series medium
30023 \shape up
30024 \emph off
30025 \bar no
30026 \noun off
30027 \color none
30028 ý
30029 \end_layout
30030
30031 \end_inset
30032 </cell>
30033 </row>
30034 <row topline="true">
30035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30036 \begin_inset Text
30037
30038 \begin_layout Standard
30039
30040 \family roman
30041 \series medium
30042 \shape up
30043 \size tiny
30044 \emph off
30045 \bar no
30046 \noun off
30047 \color none
30048 0E
30049 \end_layout
30050
30051 \end_inset
30052 </cell>
30053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30054 \begin_inset Text
30055
30056 \begin_layout Standard
30057
30058 \end_layout
30059
30060 \end_inset
30061 </cell>
30062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30063 \begin_inset Text
30064
30065 \begin_layout Standard
30066
30067 \end_layout
30068
30069 \end_inset
30070 </cell>
30071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30072 \begin_inset Text
30073
30074 \begin_layout Standard
30075
30076 \family roman
30077 \series medium
30078 \shape up
30079 \emph off
30080 \bar no
30081 \noun off
30082 \color none
30083 .
30084 \end_layout
30085
30086 \end_inset
30087 </cell>
30088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30089 \begin_inset Text
30090
30091 \begin_layout Standard
30092
30093 \family roman
30094 \series medium
30095 \shape up
30096 \emph off
30097 \bar no
30098 \noun off
30099 \color none
30100 >
30101 \end_layout
30102
30103 \end_inset
30104 </cell>
30105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30106 \begin_inset Text
30107
30108 \begin_layout Standard
30109
30110 \family roman
30111 \series medium
30112 \shape up
30113 \emph off
30114 \bar no
30115 \noun off
30116 \color none
30117 N
30118 \end_layout
30119
30120 \end_inset
30121 </cell>
30122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30123 \begin_inset Text
30124
30125 \begin_layout Standard
30126
30127 \family roman
30128 \series medium
30129 \shape up
30130 \emph off
30131 \bar no
30132 \noun off
30133 \color none
30134 ^
30135 \end_layout
30136
30137 \end_inset
30138 </cell>
30139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30140 \begin_inset Text
30141
30142 \begin_layout Standard
30143
30144 \family roman
30145 \series medium
30146 \shape up
30147 \emph off
30148 \bar no
30149 \noun off
30150 \color none
30151 n
30152 \end_layout
30153
30154 \end_inset
30155 </cell>
30156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30157 \begin_inset Text
30158
30159 \begin_layout Standard
30160
30161 \family roman
30162 \series medium
30163 \shape up
30164 \emph off
30165 \bar no
30166 \noun off
30167 \color none
30168 ~
30169 \end_layout
30170
30171 \end_inset
30172 </cell>
30173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30174 \begin_inset Text
30175
30176 \begin_layout Standard
30177
30178 \end_layout
30179
30180 \end_inset
30181 </cell>
30182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30183 \begin_inset Text
30184
30185 \begin_layout Standard
30186
30187 \end_layout
30188
30189 \end_inset
30190 </cell>
30191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30192 \begin_inset Text
30193
30194 \begin_layout Standard
30195
30196 \family roman
30197 \series medium
30198 \shape up
30199 \emph off
30200 \bar no
30201 \noun off
30202 \color none
30203 ®
30204 \end_layout
30205
30206 \end_inset
30207 </cell>
30208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30209 \begin_inset Text
30210
30211 \begin_layout Standard
30212
30213 \family roman
30214 \series medium
30215 \shape up
30216 \emph off
30217 \bar no
30218 \noun off
30219 \color none
30220 ¾
30221 \end_layout
30222
30223 \end_inset
30224 </cell>
30225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30226 \begin_inset Text
30227
30228 \begin_layout Standard
30229
30230 \family roman
30231 \series medium
30232 \shape up
30233 \emph off
30234 \bar no
30235 \noun off
30236 \color none
30237 Î
30238 \end_layout
30239
30240 \end_inset
30241 </cell>
30242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30243 \begin_inset Text
30244
30245 \begin_layout Standard
30246
30247 \family roman
30248 \series medium
30249 \shape up
30250 \emph off
30251 \bar no
30252 \noun off
30253 \color none
30254 Þ
30255 \end_layout
30256
30257 \end_inset
30258 </cell>
30259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30260 \begin_inset Text
30261
30262 \begin_layout Standard
30263
30264 \family roman
30265 \series medium
30266 \shape up
30267 \emph off
30268 \bar no
30269 \noun off
30270 \color none
30271 î
30272 \end_layout
30273
30274 \end_inset
30275 </cell>
30276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30277 \begin_inset Text
30278
30279 \begin_layout Standard
30280
30281 \family roman
30282 \series medium
30283 \shape up
30284 \emph off
30285 \bar no
30286 \noun off
30287 \color none
30288 þ
30289 \end_layout
30290
30291 \end_inset
30292 </cell>
30293 </row>
30294 <row topline="true" bottomline="true">
30295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30296 \begin_inset Text
30297
30298 \begin_layout Standard
30299
30300 \family roman
30301 \series medium
30302 \shape up
30303 \size tiny
30304 \emph off
30305 \bar no
30306 \noun off
30307 \color none
30308 0F
30309 \end_layout
30310
30311 \end_inset
30312 </cell>
30313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30314 \begin_inset Text
30315
30316 \begin_layout Standard
30317
30318 \end_layout
30319
30320 \end_inset
30321 </cell>
30322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30323 \begin_inset Text
30324
30325 \begin_layout Standard
30326
30327 \end_layout
30328
30329 \end_inset
30330 </cell>
30331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30332 \begin_inset Text
30333
30334 \begin_layout Standard
30335
30336 \family roman
30337 \series medium
30338 \shape up
30339 \emph off
30340 \bar no
30341 \noun off
30342 \color none
30343 /
30344 \end_layout
30345
30346 \end_inset
30347 </cell>
30348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30349 \begin_inset Text
30350
30351 \begin_layout Standard
30352
30353 \family roman
30354 \series medium
30355 \shape up
30356 \emph off
30357 \bar no
30358 \noun off
30359 \color none
30360 ?
30361 \end_layout
30362
30363 \end_inset
30364 </cell>
30365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30366 \begin_inset Text
30367
30368 \begin_layout Standard
30369
30370 \family roman
30371 \series medium
30372 \shape up
30373 \emph off
30374 \bar no
30375 \noun off
30376 \color none
30377 O
30378 \end_layout
30379
30380 \end_inset
30381 </cell>
30382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30383 \begin_inset Text
30384
30385 \begin_layout Standard
30386
30387 \family roman
30388 \series medium
30389 \shape up
30390 \emph off
30391 \bar no
30392 \noun off
30393 \color none
30394 _
30395 \end_layout
30396
30397 \end_inset
30398 </cell>
30399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30400 \begin_inset Text
30401
30402 \begin_layout Standard
30403
30404 \family roman
30405 \series medium
30406 \shape up
30407 \emph off
30408 \bar no
30409 \noun off
30410 \color none
30411 o
30412 \end_layout
30413
30414 \end_inset
30415 </cell>
30416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30417 \begin_inset Text
30418
30419 \begin_layout Standard
30420
30421 \end_layout
30422
30423 \end_inset
30424 </cell>
30425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30426 \begin_inset Text
30427
30428 \begin_layout Standard
30429
30430 \end_layout
30431
30432 \end_inset
30433 </cell>
30434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30435 \begin_inset Text
30436
30437 \begin_layout Standard
30438
30439 \end_layout
30440
30441 \end_inset
30442 </cell>
30443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30444 \begin_inset Text
30445
30446 \begin_layout Standard
30447
30448 \family roman
30449 \series medium
30450 \shape up
30451 \emph off
30452 \bar no
30453 \noun off
30454 \color none
30455 ¯
30456 \end_layout
30457
30458 \end_inset
30459 </cell>
30460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30461 \begin_inset Text
30462
30463 \begin_layout Standard
30464
30465 \family roman
30466 \series medium
30467 \shape up
30468 \emph off
30469 \bar no
30470 \noun off
30471 \color none
30472 ¿
30473 \end_layout
30474
30475 \end_inset
30476 </cell>
30477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30478 \begin_inset Text
30479
30480 \begin_layout Standard
30481
30482 \family roman
30483 \series medium
30484 \shape up
30485 \emph off
30486 \bar no
30487 \noun off
30488 \color none
30489 Ï
30490 \end_layout
30491
30492 \end_inset
30493 </cell>
30494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30495 \begin_inset Text
30496
30497 \begin_layout Standard
30498
30499 \family roman
30500 \series medium
30501 \shape up
30502 \emph off
30503 \bar no
30504 \noun off
30505 \color none
30506 ß
30507 \end_layout
30508
30509 \end_inset
30510 </cell>
30511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30512 \begin_inset Text
30513
30514 \begin_layout Standard
30515
30516 \family roman
30517 \series medium
30518 \shape up
30519 \emph off
30520 \bar no
30521 \noun off
30522 \color none
30523 ï
30524 \end_layout
30525
30526 \end_inset
30527 </cell>
30528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30529 \begin_inset Text
30530
30531 \begin_layout Standard
30532
30533 \family roman
30534 \series medium
30535 \shape up
30536 \emph off
30537 \bar no
30538 \noun off
30539 \color none
30540 ÿ
30541 \end_layout
30542
30543 \end_inset
30544 </cell>
30545 </row>
30546 </lyxtabular>
30547
30548 \end_inset
30549
30550
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \end_layout
30557
30558 \begin_layout Standard
30559 The following is a full list of all of the accented characters LyX can display
30560  directly.
30561  It includes not only the accented characters from the previous table, but
30562  also the characters from 
30563 \family typewriter
30564 ISO8859--2
30565 \family default
30566  through 
30567 \family typewriter
30568 4
30569 \family default
30570 .
30571  
30572 \end_layout
30573
30574 \begin_layout Itemize
30575 From 
30576 \family typewriter
30577 ISO8859--1
30578 \family default
30579 :
30580 \end_layout
30581
30582 \begin_deeper
30583 \begin_layout Standard
30584 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
30585 \hfill
30586 diaeresis
30587 \end_layout
30588
30589 \begin_layout Standard
30590 ^ Â Ê Î Ô Û â ê î ô û
30591 \hfill
30592 circumflex
30593 \end_layout
30594
30595 \begin_layout Standard
30596 ` À È Ì Ò Ù à è ì ò ù
30597 \hfill
30598 grave
30599 \end_layout
30600
30601 \begin_layout Standard
30602 ´ Á É Í Ó Ú Ý á é í ó ú ý
30603 \hfill
30604 acute
30605 \end_layout
30606
30607 \begin_layout Standard
30608 ~ Ã Ñ Õ ã ñ õ
30609 \hfill
30610 tilde
30611 \end_layout
30612
30613 \begin_layout Standard
30614 ¸Çç
30615 \hfill
30616 cedilla
30617 \end_layout
30618
30619 \begin_layout Standard
30620 ¯
30621 \hfill
30622 macron
30623 \end_layout
30624
30625 \end_deeper
30626 \begin_layout Itemize
30627 From 
30628 \family typewriter
30629 ISO8859--2
30630 \family default
30631  through 
30632 \family typewriter
30633 4
30634 \family default
30635 :
30636 \end_layout
30637
30638 \begin_deeper
30639 \begin_layout Standard
30640 ĤĴĥȷ̂ĈĜŜĉĝŝ
30641 \hfill
30642 circumflex
30643 \end_layout
30644
30645 \begin_layout Standard
30646 ŚŹśźŔĹĆŃŕĺćń
30647 \hfill
30648 acute
30649 \end_layout
30650
30651 \begin_layout Standard
30652 Ĩı̃Ũũ
30653 \hfill
30654 tilde
30655 \end_layout
30656
30657 \begin_layout Standard
30658 ŞşŢţŖĻĢŗļģŅĶņķ
30659 \hfill
30660 cedilla
30661 \end_layout
30662
30663 \begin_layout Standard
30664 ĒēĀĪŌŪāı̄ōū
30665 \hfill
30666 macron
30667 \end_layout
30668
30669 \begin_layout Standard
30670 ŐŰőű
30671 \hfill
30672 Hungarian umlaut
30673 \end_layout
30674
30675 \end_deeper
30676 \begin_layout Standard
30677 All the characters above are actively supported by TeX fonts.
30678  In addition TeX allows diacritical marks on almost all characters.
30679  Also make sure you're using the 
30680 \family typewriter
30681 T1
30682 \family default
30683  font-encoding.
30684 \end_layout
30685
30686 \begin_layout Chapter
30687 \start_of_appendix
30688 The User Interface
30689 \begin_inset LatexCommand label
30690 name "cha:The-User-Interface"
30691
30692 \end_inset
30693
30694
30695 \end_layout
30696
30697 \begin_layout Standard
30698 This appendix lists all available menus and describes its functionality.
30699  It is designed as quick reference if you are searching for a special topic
30700  inside the user's guide.
30701 \end_layout
30702
30703 \begin_layout Section
30704 The File Menu
30705 \begin_inset LatexCommand index
30706 name "Menu ! File"
30707
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \begin_layout Standard
30714 Under the 
30715 \family sans
30716 File
30717 \family default
30718  menu are the basic operations in addition to some more advanced operations.
30719  At the end of the menu the four last opened documents are listed.
30720 \end_layout
30721
30722 \begin_layout Subsection
30723 New
30724 \end_layout
30725
30726 \begin_layout Standard
30727 Creates a new document.
30728 \end_layout
30729
30730 \begin_layout Subsection
30731 New from Template
30732 \end_layout
30733
30734 \begin_layout Standard
30735 This menu prompts you for a template to use.
30736  Selecting a template will automatically set certain layout features for
30737  the document, features you would otherwise need to change manually.
30738 \end_layout
30739
30740 \begin_layout Subsection
30741 Open
30742 \end_layout
30743
30744 \begin_layout Standard
30745 Opens a document.
30746 \end_layout
30747
30748 \begin_layout Subsection
30749 Open Recent
30750 \end_layout
30751
30752 \begin_layout Standard
30753 The submenu shows a list of the recently opened files.
30754  Click there on a file to open it.
30755 \end_layout
30756
30757 \begin_layout Subsection
30758 Close
30759 \end_layout
30760
30761 \begin_layout Standard
30762 Closes the current document.
30763 \end_layout
30764
30765 \begin_layout Subsection
30766 Save
30767 \end_layout
30768
30769 \begin_layout Standard
30770 Saves the actual document.
30771 \end_layout
30772
30773 \begin_layout Subsection
30774 Save As
30775 \end_layout
30776
30777 \begin_layout Standard
30778 Saves the actual document under a new name to create a copy.
30779 \end_layout
30780
30781 \begin_layout Subsection
30782 Revert to saved
30783 \end_layout
30784
30785 \begin_layout Standard
30786 Reloads the actual document from disk.
30787 \end_layout
30788
30789 \begin_layout Subsection
30790 Version Control
30791 \end_layout
30792
30793 \begin_layout Standard
30794 This is used when more people are working on the same document.
30795  It is described in the section 
30796 \emph on
30797 Version Control in LyX
30798 \emph default
30799  of the 
30800 \emph on
30801 Extended\InsetSpace ~
30802 Features
30803 \emph default
30804  manual.
30805 \end_layout
30806
30807 \begin_layout Subsection
30808 Import
30809 \end_layout
30810
30811 \begin_layout Standard
30812 You can import there files from older LyX-versions, LaTeX-files and plain
30813  text files (ASCII-files).
30814  The files will be imported as new LyX-document.
30815 \end_layout
30816
30817 \begin_layout Standard
30818 When using the menu 
30819 \family sans
30820 Plain\InsetSpace ~
30821 Text, Join\InsetSpace ~
30822 Lines
30823 \family default
30824 , all lines will be imported consecutively to one big paragraph.
30825  A new paragraph is started when there is a blank line in the file.
30826  , the text is inserted as Paragraphs, where the line breaks of the text
30827  will start a new paragraph.
30828 \end_layout
30829
30830 \begin_layout Subsection
30831 Export
30832 \begin_inset LatexCommand label
30833 name "sub:Export"
30834
30835 \end_inset
30836
30837
30838 \end_layout
30839
30840 \begin_layout Standard
30841 You can export your document to various file formats.
30842  The resulting files are placed in the directory of your LyX-file.
30843  The menu entries are not the same on all installations.
30844  They depend on the programs found by LyX while its configuration.
30845 \end_layout
30846
30847 \begin_layout Standard
30848 Here is a list of all available entries; they are explained in detail in
30849  section\InsetSpace ~
30850
30851 \begin_inset LatexCommand ref
30852 reference "sub:Output-file-formats"
30853
30854 \end_inset
30855
30856 :
30857 \end_layout
30858
30859 \begin_layout Description
30860
30861 \family sans
30862 CJK\InsetSpace ~
30863 LyX 
30864 \family default
30865 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
30866  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
30867 \end_layout
30868
30869 \begin_layout Description
30870
30871 \family sans
30872 DVI
30873 \family default
30874  DVI-format
30875 \end_layout
30876
30877 \begin_layout Description
30878 HTML HTML-format (the HTML-converter is a third-party product and doesn't
30879  work in all cases)
30880 \end_layout
30881
30882 \begin_layout Description
30883 HTML\InsetSpace ~
30884 (MS\InsetSpace ~
30885 Word) HTML-format specialized so that the result can be imported
30886  to 
30887 \family sans
30888 MS Word
30889 \family default
30890 , as consequence of this formulas will be embedded as bitmap fonts and not
30891  in the format 
30892 \family sans
30893 MathML
30894 \family default
30895 .
30896 \end_layout
30897
30898 \begin_layout Description
30899
30900 \family sans
30901 LaT
30902 \begin_inset ERT
30903 status collapsed
30904
30905 \begin_layout Standard
30906
30907 {}
30908 \end_layout
30909
30910 \end_inset
30911
30912 eX\InsetSpace ~
30913 (pdflatex)
30914 \family default
30915  text file with the LaTeX source, additionally all images used in the document
30916  will be converted to a format that is readable for the 
30917 \family typewriter
30918 pdflatex
30919 \family default
30920  program (GIF, JPG, PDF, PNG)
30921 \end_layout
30922
30923 \begin_layout Description
30924
30925 \family sans
30926 LaT
30927 \begin_inset ERT
30928 status collapsed
30929
30930 \begin_layout Standard
30931
30932 {}
30933 \end_layout
30934
30935 \end_inset
30936
30937 eX\InsetSpace ~
30938 (plain)
30939 \family default
30940  text file with the LaTeX source code, additionally all images used in the
30941  document will be converted to the EPS-format, only this format is readable
30942  for the 
30943 \family typewriter
30944 latex
30945 \family default
30946  program
30947 \end_layout
30948
30949 \begin_layout Description
30950 LyX\InsetSpace ~
30951 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
30952 \begin_inset Quotes eld
30953 \end_inset
30954
30955 y
30956 \begin_inset Quotes erd
30957 \end_inset
30958
30959  is replaced by the version number)
30960 \end_layout
30961
30962 \begin_layout Description
30963 OpenDocument OpenDocument-formatted text file, to be opened with 
30964 \family sans
30965 OpenOffice
30966 \family default
30967
30968 \family sans
30969 KOffice
30970 \family default
30971
30972 \family sans
30973 Abiword
30974 \family default
30975 , etc.
30976  (the OpenDocument-converter is a third-party product and doesn't work in
30977  all cases)
30978 \end_layout
30979
30980 \begin_layout Description
30981
30982 \family sans
30983 PDF
30984 \family default
30985  PDF-format using the program 
30986 \family typewriter
30987 ps2pdf
30988 \end_layout
30989
30990 \begin_layout Description
30991
30992 \family sans
30993 PDF\InsetSpace ~
30994 (dvipdfm)
30995 \family default
30996  PDF-format using the program 
30997 \family typewriter
30998 dvipdfm
30999 \end_layout
31000
31001 \begin_layout Description
31002
31003 \family sans
31004 PDF\InsetSpace ~
31005 (pdflatex)
31006 \family default
31007  PDF-format using the program 
31008 \family typewriter
31009 pdflatex
31010 \end_layout
31011
31012 \begin_layout Description
31013
31014 \family sans
31015 Plain\InsetSpace ~
31016 text
31017 \family default
31018  text format
31019 \end_layout
31020
31021 \begin_layout Description
31022
31023 \family sans
31024 Plain\InsetSpace ~
31025 text\InsetSpace ~
31026 (ps2ascii)
31027 \family default
31028  text format, the document will first be converted to Postscript format
31029  and then exported as text using the program 
31030 \family sans
31031 ps2ascii
31032 \end_layout
31033
31034 \begin_layout Description
31035
31036 \family sans
31037 Postscript
31038 \family default
31039  PostScript format using the program 
31040 \family typewriter
31041 dvips
31042 \end_layout
31043
31044 \begin_layout Description
31045
31046 \family sans
31047 Custom
31048 \family default
31049  custom format
31050 \end_layout
31051
31052 \begin_layout Standard
31053 The program 
31054 \family typewriter
31055 dvipdfm
31056 \family default
31057  produces internally a dvi-file which is then converted to a pdf-file.
31058  It is a bit out of date and therefore the output could look different from
31059  what you want.
31060  
31061 \family typewriter
31062 pdflatex
31063 \family default
31064  produces directly pdf-files and supports the latest pdf-file formats.
31065 \end_layout
31066
31067 \begin_layout Standard
31068 If one of the menu entries 
31069 \family sans
31070 DVI
31071 \family default
31072
31073 \family sans
31074 PDF\InsetSpace ~
31075 (pdflatex)
31076 \family default
31077  or 
31078 \family sans
31079 Postscript
31080 \family default
31081  is missing, you need to update your LaTeX installation.
31082  After updating you have to reconfigure LyX, see section\InsetSpace ~
31083
31084 \begin_inset LatexCommand ref
31085 reference "sec:Basic-LyX-Setup"
31086
31087 \end_inset
31088
31089 .
31090 \begin_inset LatexCommand index
31091 name "Reconfiguration of LyX"
31092
31093 \end_inset
31094
31095
31096 \end_layout
31097
31098 \begin_layout Standard
31099 The menu 
31100 \family sans
31101 Custom
31102 \family default
31103  allows you to export your file by using special command line options for
31104  the export program.
31105 \end_layout
31106
31107 \begin_layout Subsection
31108 Print
31109 \end_layout
31110
31111 \begin_layout Standard
31112 With this menu you can print your document to a file in PostScript format
31113  or send it to a printer.
31114  The printer will also use the document in PostScript format.
31115  The conversion to PostScript is done in the background by LyX using the
31116  program 
31117 \family typewriter
31118 dvips
31119 \family default
31120 .
31121  For more informations have a look at section\InsetSpace ~
31122
31123 \begin_inset LatexCommand ref
31124 reference "sub:Printing-the-File"
31125
31126 \end_inset
31127
31128 .
31129 \end_layout
31130
31131 \begin_layout Subsection
31132 New and Close Window
31133 \end_layout
31134
31135 \begin_layout Standard
31136 Opens a new instance of LyX with all currently opened documents.
31137  You can close it later with the corresponding menu.
31138 \end_layout
31139
31140 \begin_layout Section
31141 The Edit Menu
31142 \begin_inset LatexCommand index
31143 name "Menu ! Edit"
31144
31145 \end_inset
31146
31147
31148 \end_layout
31149
31150 \begin_layout Subsection
31151 Undo and Redo
31152 \end_layout
31153
31154 \begin_layout Standard
31155 Described in section\InsetSpace ~
31156
31157 \begin_inset LatexCommand ref
31158 reference "sec:Undo-and-Redo"
31159
31160 \end_inset
31161
31162 .
31163 \end_layout
31164
31165 \begin_layout Subsection
31166 Cut, Copy, Paste, Paste Recent, Paste Special
31167 \end_layout
31168
31169 \begin_layout Standard
31170 Described in section\InsetSpace ~
31171
31172 \begin_inset LatexCommand ref
31173 reference "sec:Basic-Editing-Features"
31174
31175 \end_inset
31176
31177 .
31178 \end_layout
31179
31180 \begin_layout Subsection
31181 Select All
31182 \end_layout
31183
31184 \begin_layout Standard
31185 Selects the whole document.
31186 \end_layout
31187
31188 \begin_layout Subsection
31189 Find & Replace
31190 \end_layout
31191
31192 \begin_layout Standard
31193 Described in section\InsetSpace ~
31194
31195 \begin_inset LatexCommand ref
31196 reference "sec:Basic-Editing-Features"
31197
31198 \end_inset
31199
31200 .
31201 \end_layout
31202
31203 \begin_layout Subsection
31204 Move paragraph Up/Down
31205 \end_layout
31206
31207 \begin_layout Standard
31208 This shifts the paragraph where the cursor is currently in one paragraph
31209  up or down.
31210 \end_layout
31211
31212 \begin_layout Subsection
31213 Text Style
31214 \end_layout
31215
31216 \begin_layout Standard
31217 Described in section\InsetSpace ~
31218
31219 \begin_inset LatexCommand ref
31220 reference "sub:Fine-Tuning-with-the"
31221
31222 \end_inset
31223
31224 .
31225 \end_layout
31226
31227 \begin_layout Subsection
31228 Paragraph Settings
31229 \begin_inset LatexCommand index
31230 name "Paragraph ! Settings"
31231
31232 \end_inset
31233
31234
31235 \end_layout
31236
31237 \begin_layout Standard
31238 The settings in the paragraph dialog only affects the paragraph where the
31239  cursor is in.
31240  Here you can set here the paragraph alignment and line spacing.
31241 \end_layout
31242
31243 \begin_layout Standard
31244 You can also prevent that the first line of the paragraph is indented.
31245  This option works only when you have chosen to separate paragraphs with
31246  indents in the 
31247 \family sans
31248 Document\SpecialChar \menuseparator
31249 Settings
31250 \family default
31251  dialog under 
31252 \family sans
31253 Text\InsetSpace ~
31254 Layout
31255 \family default
31256 .
31257 \end_layout
31258
31259 \begin_layout Subsection
31260 Tabular and Math
31261 \end_layout
31262
31263 \begin_layout Standard
31264 These two menus are only active when the cursor is inside a table or a formula.
31265  The properties of this table/formula can now be changed.
31266  The properties of tables are described in section\InsetSpace ~
31267
31268 \begin_inset LatexCommand ref
31269 reference "sec:Tables"
31270
31271 \end_inset
31272
31273 , the properties of formulas in chapter\InsetSpace ~
31274
31275 \begin_inset LatexCommand ref
31276 reference "cha:Mathematical-Formulas"
31277
31278 \end_inset
31279
31280 .
31281 \end_layout
31282
31283 \begin_layout Subsection
31284 Increase / Decrease List Depth
31285 \end_layout
31286
31287 \begin_layout Standard
31288 These menus are only active when the cursor is in an environment that can
31289  be nested.
31290  They in/decrease the environment nesting level as explained in section\InsetSpace ~
31291
31292 \begin_inset LatexCommand ref
31293 reference "sec:Nesting"
31294
31295 \end_inset
31296
31297  and 
31298 \begin_inset LatexCommand ref
31299 reference "sub:Numbering-depth"
31300
31301 \end_inset
31302
31303 .
31304 \end_layout
31305
31306 \begin_layout Section
31307 The View Menu
31308 \begin_inset LatexCommand index
31309 name "Menu ! View"
31310
31311 \end_inset
31312
31313
31314 \end_layout
31315
31316 \begin_layout Standard
31317 The 
31318 \family sans
31319 View
31320 \family default
31321  menu contains a list of available formats in which you can view the actual
31322  document with an external program.
31323  The menu entries for the viewing formats are not the same on all installations
31324  - it depends on the LaTeX programs that are found while LyX was configured.
31325  All possible formats are formats listed in section\InsetSpace ~
31326
31327 \begin_inset LatexCommand ref
31328 reference "sub:Export"
31329
31330 \end_inset
31331
31332 .
31333  You should at least see the menu entries 
31334 \family sans
31335 DVI
31336 \family default
31337  and 
31338 \family sans
31339 PDF\InsetSpace ~
31340 (pdflatex)
31341 \family default
31342 .
31343  If one of the two is missing, you need to update your LaTeX installation.
31344  After updating you have to reconfigure LyX, see section\InsetSpace ~
31345
31346 \begin_inset LatexCommand ref
31347 reference "sec:Basic-LyX-Setup"
31348
31349 \end_inset
31350
31351 .
31352 \begin_inset LatexCommand index
31353 name "Reconfiguration of LyX"
31354
31355 \end_inset
31356
31357
31358 \end_layout
31359
31360 \begin_layout Standard
31361 Invoking a menu will start a viewer program.
31362  The viewer can be set or changed in the preferences, see section\InsetSpace ~
31363
31364 \begin_inset LatexCommand ref
31365 reference "sec:File-Formats"
31366
31367 \end_inset
31368
31369 .
31370  The default viewers are set by LyX while it is first configured.
31371 \end_layout
31372
31373 \begin_layout Standard
31374 \begin_inset VSpace bigskip
31375 \end_inset
31376
31377 At the bottom of the 
31378 \family sans
31379 View
31380 \family default
31381  menu the opened documents are listed.
31382 \end_layout
31383
31384 \begin_layout Subsection
31385 View Source
31386 \end_layout
31387
31388 \begin_layout Standard
31389 Opens a window showing the source code of the actual document, as described
31390  in section\InsetSpace ~
31391
31392 \begin_inset LatexCommand ref
31393 reference "sec:Previewing-snippets-of"
31394
31395 \end_inset
31396
31397 .
31398 \end_layout
31399
31400 \begin_layout Subsection
31401 Update
31402 \end_layout
31403
31404 \begin_layout Standard
31405 This menu allows you to update the view with your latest changes without
31406  opening a new view window.
31407 \end_layout
31408
31409 \begin_layout Subsection
31410 Toolbars
31411 \begin_inset LatexCommand label
31412 name "sub:Toolbars"
31413
31414 \end_inset
31415
31416
31417 \begin_inset LatexCommand index
31418 name "Toolbar"
31419
31420 \end_inset
31421
31422
31423 \end_layout
31424
31425 \begin_layout Standard
31426 In this menu you can set the appearance of the different toolbars.
31427  All toolbars and the 
31428 \family sans
31429 Command\InsetSpace ~
31430 Buffer
31431 \family default
31432  can be turned on and off.
31433  The 
31434 \emph on
31435 on
31436 \emph default
31437  state is denoted in the menu with a checkmark.
31438  The 
31439 \family sans
31440 Review
31441 \family default
31442
31443 \family sans
31444 Table
31445 \family default
31446
31447 \family sans
31448 Math\InsetSpace ~
31449 Panels
31450 \family default
31451 , and 
31452 \family sans
31453 Math
31454 \family default
31455  toolbars can be additionally set to the state 
31456 \emph on
31457 automatic
31458 \emph default
31459  that is denoted in the menu with the suffix 
31460 \family sans
31461 (auto)
31462 \family default
31463 .
31464 \end_layout
31465
31466 \begin_layout Standard
31467 In the 
31468 \emph on
31469 on
31470 \emph default
31471  state the toolbar is permanently shown, in the 
31472 \emph on
31473 automatic
31474 \emph default
31475  state the toolbar is only shown when the cursor is in a certain environment
31476  or when a certain feature is enabled.
31477  That means that the review toolbar will only be shown when change tracking
31478  is activated, the math and table toolbars are only shown when the cursor
31479  is inside a formula or table, respectively.
31480 \end_layout
31481
31482 \begin_layout Standard
31483 LyX's toolbars and its buttons are explained in section\InsetSpace ~
31484
31485 \begin_inset LatexCommand ref
31486 reference "sec:Toolbars"
31487
31488 \end_inset
31489
31490 .
31491 \end_layout
31492
31493 \begin_layout Section
31494 The Insert Menu
31495 \begin_inset LatexCommand index
31496 name "Menu ! Insert"
31497
31498 \end_inset
31499
31500
31501 \end_layout
31502
31503 \begin_layout Subsection
31504 Math
31505 \end_layout
31506
31507 \begin_layout Standard
31508 Inserts math constructs that are explained in chapter\InsetSpace ~
31509
31510 \begin_inset LatexCommand ref
31511 reference "cha:Mathematical-Formulas"
31512
31513 \end_inset
31514
31515 .
31516 \end_layout
31517
31518 \begin_layout Subsection
31519 Special Character
31520 \begin_inset LatexCommand label
31521 name "sub:Special-Character"
31522
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \begin_layout Standard
31529 Here you can insert the following characters:
31530 \end_layout
31531
31532 \begin_layout Description
31533 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
31534
31535 \end_layout
31536
31537 \begin_layout Description
31538 End\InsetSpace ~
31539 of\InsetSpace ~
31540 Sentence Inserts an end of sentence dot as described in section\InsetSpace ~
31541
31542 \begin_inset LatexCommand ref
31543 reference "sub:Abbreviations"
31544
31545 \end_inset
31546
31547 .
31548 \end_layout
31549
31550 \begin_layout Description
31551 Ordinary\InsetSpace ~
31552 Quote Inserts this quote: 
31553 \begin_inset Quotes erd
31554 \end_inset
31555
31556 , no matter what quote type you selected in the 
31557 \family sans
31558 Document\SpecialChar \menuseparator
31559 Settings
31560 \family default
31561  dialog under 
31562 \family sans
31563 Language
31564 \family default
31565 .
31566 \end_layout
31567
31568 \begin_layout Description
31569 Single\InsetSpace ~
31570 Quote Inserts this quote: 
31571 \begin_inset Quotes els
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \begin_layout Description
31578 Menu\InsetSpace ~
31579 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
31580
31581 \end_layout
31582
31583 \begin_layout Description
31584 Phonetic\InsetSpace ~
31585 Symbols
31586 \begin_inset LatexCommand index
31587 name "Phonetic symbols"
31588
31589 \end_inset
31590
31591
31592 \begin_inset LatexCommand index
31593 name "Language ! Phonetic symbols"
31594
31595 \end_inset
31596
31597  Creates a formula with a so called tipa inset.
31598  Here you can insert commands to create IPA phonetic symbols.
31599  For this feature you must have the LaTeX-package 
31600 \series bold
31601 tipa
31602 \series default
31603
31604 \begin_inset LatexCommand index
31605 name "LaTeX-packages ! tipa"
31606
31607 \end_inset
31608
31609  installed.
31610 \newline
31611 For more informations about this feature we refer to the documentation
31612  of 
31613 \series bold
31614 tipa, 
31615 \begin_inset LatexCommand cite
31616 key "tipa"
31617
31618 \end_inset
31619
31620
31621 \series default
31622  and this Wiki-page:
31623 \newline
31624
31625 \begin_inset LatexCommand url
31626 target "http://wiki.lyx.org/LyX/LinguistLyX"
31627
31628 \end_inset
31629
31630 .
31631 \end_layout
31632
31633 \begin_layout Subsection
31634 Formatting
31635 \end_layout
31636
31637 \begin_layout Standard
31638 Here you can insert the following format constructs:
31639 \end_layout
31640
31641 \begin_layout Description
31642 Superscript Inserts an superscript: test
31643 \begin_inset Formula $^{\text{a,b}}$
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \begin_layout Description
31650 Subscript Inserts an subscript: test
31651 \begin_inset Formula $_{\text{3x}}$
31652 \end_inset
31653
31654
31655 \end_layout
31656
31657 \begin_layout Description
31658 Protected\InsetSpace ~
31659 Space Inserts a protected space that is described in section\InsetSpace ~
31660
31661 \begin_inset LatexCommand ref
31662 reference "sub:Protected-Space"
31663
31664 \end_inset
31665
31666 .
31667 \end_layout
31668
31669 \begin_layout Description
31670 Inter-word\InsetSpace ~
31671 Space Inserts an inter-word space that is described in section\InsetSpace ~
31672
31673 \begin_inset LatexCommand ref
31674 reference "sub:Inter-word-Space"
31675
31676 \end_inset
31677
31678 .
31679 \end_layout
31680
31681 \begin_layout Description
31682 Thin\InsetSpace ~
31683 Space Inserts a thin space that is described in section\InsetSpace ~
31684
31685 \begin_inset LatexCommand ref
31686 reference "sub:Thin-Space"
31687
31688 \end_inset
31689
31690 .
31691 \end_layout
31692
31693 \begin_layout Description
31694 Horizontal\InsetSpace ~
31695 Fill Inserts an horizontal fill, see section\InsetSpace ~
31696
31697 \begin_inset LatexCommand ref
31698 reference "sub:Horizontal-Space"
31699
31700 \end_inset
31701
31702  for a description.
31703 \end_layout
31704
31705 \begin_layout Description
31706 Horizontal\InsetSpace ~
31707 Line Inserts an horizontal line, see section\InsetSpace ~
31708
31709 \begin_inset LatexCommand ref
31710 reference "sub:Horizontal-Lines"
31711
31712 \end_inset
31713
31714  for a description.
31715 \end_layout
31716
31717 \begin_layout Description
31718 Vertical\InsetSpace ~
31719 Space Inserts vertical space, see section\InsetSpace ~
31720
31721 \begin_inset LatexCommand ref
31722 reference "sub:Vertical-Space"
31723
31724 \end_inset
31725
31726  for a description.
31727 \end_layout
31728
31729 \begin_layout Description
31730 Hyphenation\InsetSpace ~
31731 Point Inserts an hyphenation point, see section\InsetSpace ~
31732
31733 \begin_inset LatexCommand ref
31734 reference "sub:Hyphenation"
31735
31736 \end_inset
31737
31738
31739 \end_layout
31740
31741 \begin_layout Description
31742 Ligature\InsetSpace ~
31743 Break Inserts a ligature break, see section\InsetSpace ~
31744
31745 \begin_inset LatexCommand ref
31746 reference "sub:Ligatures"
31747
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \begin_layout Description
31754 Line\InsetSpace ~
31755 Break Inserts a forced linebreak, see section\InsetSpace ~
31756
31757 \begin_inset LatexCommand ref
31758 reference "sub:Forced-Linebreaks"
31759
31760 \end_inset
31761
31762
31763 \end_layout
31764
31765 \begin_layout Description
31766 Page\InsetSpace ~
31767 Break Inserts a forced pagebreak, described in section\InsetSpace ~
31768
31769 \begin_inset LatexCommand ref
31770 reference "sub:Forced-Pagebreaks"
31771
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \begin_layout Description
31778 Clear\InsetSpace ~
31779 Page Inserts a clear pagebreak, described in section\InsetSpace ~
31780
31781 \begin_inset LatexCommand ref
31782 reference "sub:Clear-Pages"
31783
31784 \end_inset
31785
31786
31787 \end_layout
31788
31789 \begin_layout Description
31790 Clear\InsetSpace ~
31791 Double\InsetSpace ~
31792 Page Inserts a clear doublepage break, described in section\InsetSpace ~
31793
31794 \begin_inset LatexCommand ref
31795 reference "sub:Clear-Pages"
31796
31797 \end_inset
31798
31799
31800 \end_layout
31801
31802 \begin_layout Subsection
31803 List / TOC
31804 \end_layout
31805
31806 \begin_layout Standard
31807 Various lists can be inserted with this menu.
31808  The table of contents, the algorithm, figures, and tables list are described
31809  in section\InsetSpace ~
31810
31811 \begin_inset LatexCommand ref
31812 reference "sec:toc"
31813
31814 \end_inset
31815
31816 .
31817  The index list is described in section\InsetSpace ~
31818
31819 \begin_inset LatexCommand ref
31820 reference "sec:Index"
31821
31822 \end_inset
31823
31824 , the nomenclature in section\InsetSpace ~
31825
31826 \begin_inset LatexCommand ref
31827 reference "sec:Nomenclature"
31828
31829 \end_inset
31830
31831 , and the BibTeX bibliography in section\InsetSpace ~
31832
31833 \begin_inset LatexCommand ref
31834 reference "sub:Bibliography-databases"
31835
31836 \end_inset
31837
31838 .
31839 \end_layout
31840
31841 \begin_layout Subsection
31842 Float
31843 \end_layout
31844
31845 \begin_layout Standard
31846 To insert floats, described in section\InsetSpace ~
31847
31848 \begin_inset LatexCommand ref
31849 reference "sec:Floats"
31850
31851 \end_inset
31852
31853 .
31854 \end_layout
31855
31856 \begin_layout Subsection
31857 Note
31858 \end_layout
31859
31860 \begin_layout Standard
31861 To insert notes, described in section\InsetSpace ~
31862
31863 \begin_inset LatexCommand ref
31864 reference "sec:Notes"
31865
31866 \end_inset
31867
31868 .
31869 \end_layout
31870
31871 \begin_layout Subsection
31872 Branch
31873 \end_layout
31874
31875 \begin_layout Standard
31876 Inserts branch insets as described in section\InsetSpace ~
31877
31878 \begin_inset LatexCommand ref
31879 reference "sec:Branches"
31880
31881 \end_inset
31882
31883 .
31884 \end_layout
31885
31886 \begin_layout Subsection
31887 File
31888 \begin_inset LatexCommand index
31889 name "External Material"
31890
31891 \end_inset
31892
31893
31894 \end_layout
31895
31896 \begin_layout Standard
31897 Here you can inserts files to include them or its content to your document.
31898  How this can be done is in detail explained in chapter 
31899 \emph on
31900 External Stuff
31901 \emph default
31902  of the 
31903 \emph on
31904 Embedded Objects
31905 \emph default
31906  manual.
31907 \end_layout
31908
31909 \begin_layout Subsection
31910 Box
31911 \begin_inset LatexCommand index
31912 name "Boxes"
31913
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \begin_layout Standard
31920 Inserts a minipage box that is described section\InsetSpace ~
31921
31922 \begin_inset LatexCommand ref
31923 reference "sec:Minipages"
31924
31925 \end_inset
31926
31927 .
31928  All box types supported by LyX are explained in detail in chapter 
31929 \emph on
31930 Boxes
31931 \emph default
31932  of the 
31933 \emph on
31934 Embedded Objects
31935 \emph default
31936  manual.
31937 \end_layout
31938
31939 \begin_layout Subsection
31940 Citation
31941 \end_layout
31942
31943 \begin_layout Standard
31944 Inserts a citation as described in section\InsetSpace ~
31945
31946 \begin_inset LatexCommand ref
31947 reference "sec:Bibliography"
31948
31949 \end_inset
31950
31951 .
31952 \end_layout
31953
31954 \begin_layout Subsection
31955 Cross-Reference
31956 \end_layout
31957
31958 \begin_layout Standard
31959 Inserts a cross-reference as described in section\InsetSpace ~
31960
31961 \begin_inset LatexCommand ref
31962 reference "sec:Cross-References"
31963
31964 \end_inset
31965
31966 .
31967 \end_layout
31968
31969 \begin_layout Subsection
31970 Label
31971 \end_layout
31972
31973 \begin_layout Standard
31974 Inserts a label as described in section\InsetSpace ~
31975
31976 \begin_inset LatexCommand ref
31977 reference "sec:Cross-References"
31978
31979 \end_inset
31980
31981 .
31982 \end_layout
31983
31984 \begin_layout Subsection
31985 Caption
31986 \begin_inset LatexCommand index
31987 name "Captions"
31988
31989 \end_inset
31990
31991
31992 \begin_inset LatexCommand index
31993 name "Longtables ! Caption"
31994
31995 \end_inset
31996
31997
31998 \end_layout
31999
32000 \begin_layout Standard
32001 Inserts a caption to floats or longtables.
32002  Floats are described in section\InsetSpace ~
32003
32004 \begin_inset LatexCommand ref
32005 reference "sec:Floats"
32006
32007 \end_inset
32008
32009 , cations in longtables are described in section 
32010 \emph on
32011 Longtable Captions
32012 \emph default
32013  of the 
32014 \emph on
32015 Embedded Objects
32016 \emph default
32017  manual.
32018 \end_layout
32019
32020 \begin_layout Subsection
32021 Index Entry
32022 \end_layout
32023
32024 \begin_layout Standard
32025 Inserts an index entry as described in section\InsetSpace ~
32026
32027 \begin_inset LatexCommand ref
32028 reference "sec:Index"
32029
32030 \end_inset
32031
32032 .
32033 \end_layout
32034
32035 \begin_layout Subsection
32036 Nomenclature Entry
32037 \end_layout
32038
32039 \begin_layout Standard
32040 Inserts a nomenclature entry as described in section\InsetSpace ~
32041
32042 \begin_inset LatexCommand ref
32043 reference "sec:Nomenclature"
32044
32045 \end_inset
32046
32047 .
32048 \end_layout
32049
32050 \begin_layout Subsection
32051 Table
32052 \end_layout
32053
32054 \begin_layout Standard
32055 Inserts a table.
32056  Tables are described in section\InsetSpace ~
32057
32058 \begin_inset LatexCommand ref
32059 reference "sec:Tables"
32060
32061 \end_inset
32062
32063 .
32064 \end_layout
32065
32066 \begin_layout Subsection
32067 Graphics
32068 \end_layout
32069
32070 \begin_layout Standard
32071 Inserts a graphic.
32072  Graphics are described in section\InsetSpace ~
32073
32074 \begin_inset LatexCommand ref
32075 reference "sec:Graphics"
32076
32077 \end_inset
32078
32079 .
32080 \end_layout
32081
32082 \begin_layout Subsection
32083 URL
32084 \end_layout
32085
32086 \begin_layout Standard
32087 Inserts an URL box as described in section\InsetSpace ~
32088
32089 \begin_inset LatexCommand ref
32090 reference "sec:URL"
32091
32092 \end_inset
32093
32094 .
32095 \end_layout
32096
32097 \begin_layout Subsection
32098 Footnote
32099 \end_layout
32100
32101 \begin_layout Standard
32102 Inserts a footnote, see section\InsetSpace ~
32103
32104 \begin_inset LatexCommand ref
32105 reference "sec:Footnotes"
32106
32107 \end_inset
32108
32109 .
32110 \end_layout
32111
32112 \begin_layout Subsection
32113 Marginal Note
32114 \end_layout
32115
32116 \begin_layout Standard
32117 Inserts a marginal note, see section\InsetSpace ~
32118
32119 \begin_inset LatexCommand ref
32120 reference "sec:Marginal-Notes"
32121
32122 \end_inset
32123
32124 .
32125 \end_layout
32126
32127 \begin_layout Subsection
32128 Short Title
32129 \end_layout
32130
32131 \begin_layout Standard
32132 Inserts a short title, see section\InsetSpace ~
32133
32134 \begin_inset LatexCommand ref
32135 reference "sec:Short-Titles"
32136
32137 \end_inset
32138
32139 .
32140 \end_layout
32141
32142 \begin_layout Subsection
32143 TeX Code
32144 \end_layout
32145
32146 \begin_layout Standard
32147 Inserts an ERT box, see section\InsetSpace ~
32148
32149 \begin_inset LatexCommand ref
32150 reference "sub:ERT-Boxes"
32151
32152 \end_inset
32153
32154  for a description.
32155 \end_layout
32156
32157 \begin_layout Subsection
32158 Program Listing
32159 \begin_inset LatexCommand index
32160 name "Program listings"
32161
32162 \end_inset
32163
32164
32165 \end_layout
32166
32167 \begin_layout Standard
32168 Inserts a program listings box.
32169  Program listings are explained in chapter 
32170 \emph on
32171 Program Code Listings
32172 \emph default
32173  of the 
32174 \emph on
32175 Embedded Objects
32176 \emph default
32177  manual.
32178 \end_layout
32179
32180 \begin_layout Subsection
32181 Date
32182 \end_layout
32183
32184 \begin_layout Standard
32185 Inserts the actual date.
32186  The format dependends on the date format of the language that is used for
32187  LyX's menus.
32188  LyX offers another ways to insert a date which is explained in section
32189  
32190 \emph on
32191 External Material
32192 \emph default
32193  of the 
32194 \emph on
32195 Embedded Objects
32196 \emph default
32197  manual.
32198  There the different methods are also compared.
32199 \end_layout
32200
32201 \begin_layout Section
32202 The Navigate Menu
32203 \begin_inset LatexCommand index
32204 name "Menu ! Navigate"
32205
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \begin_layout Standard
32212 This menu lists the existing, chapter, sections, figures, and tables of
32213  the current document.
32214  This allows you to navigate easily through you document.
32215 \end_layout
32216
32217 \begin_layout Standard
32218 The Navigate menu also offers to 
32219 \end_layout
32220
32221 \begin_layout Subsection
32222 Bookmarks
32223 \end_layout
32224
32225 \begin_layout Standard
32226 With this menu you are able to define your own bookmarks.
32227  This is useful when you are working on a large documents and often have
32228  to jump e.g.
32229  between section\InsetSpace ~
32230 2.5 and 6.3.
32231  To create bookmarks for this example, go to section\InsetSpace ~
32232 2.5 and use the menu
32233  
32234 \family sans
32235 Save\InsetSpace ~
32236 Bookmark\InsetSpace ~
32237 1
32238 \family default
32239 .
32240  Then go to section\InsetSpace ~
32241 6.3 and use 
32242 \family sans
32243 Save\InsetSpace ~
32244 Bookmark\InsetSpace ~
32245
32246 \family default
32247 2.
32248  Now you can easily jump between these sections by using the menu or by
32249  the key bindings 
32250 \family sans
32251 C-1
32252 \family default
32253  and 
32254 \family sans
32255 C-2
32256 \family default
32257 .
32258 \end_layout
32259
32260 \begin_layout Standard
32261 You can also use bookmarks to jump between several opened documents.
32262  The saved bookmarks are valid till the document is closed.
32263 \end_layout
32264
32265 \begin_layout Subsection
32266 Next Note, Change, Cross-reference
32267 \end_layout
32268
32269 \begin_layout Standard
32270 Jump to the next note, change, or cross-reference following the current
32271  cursor position.
32272 \end_layout
32273
32274 \begin_layout Subsection
32275 Go to Label
32276 \end_layout
32277
32278 \begin_layout Standard
32279 Only active when the cursor is in front of a cross-reference.
32280  Sets the cursor before the referenced label, the same as if you right-click
32281  on a cross-reference box.
32282 \end_layout
32283
32284 \begin_layout Section
32285 The Document Menu
32286 \begin_inset LatexCommand index
32287 name "Menu ! Document"
32288
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \begin_layout Subsection
32295 Change Tracking
32296 \end_layout
32297
32298 \begin_layout Standard
32299 Change Tracking is described in section\InsetSpace ~
32300
32301 \begin_inset LatexCommand ref
32302 reference "sec:Change-Tracking"
32303
32304 \end_inset
32305
32306 .
32307 \end_layout
32308
32309 \begin_layout Subsection
32310 LaT
32311 \begin_inset ERT
32312 status collapsed
32313
32314 \begin_layout Standard
32315
32316 {}
32317 \end_layout
32318
32319 \end_inset
32320
32321 eX Log
32322 \end_layout
32323
32324 \begin_layout Standard
32325 After running LaTeX by viewing or exporting a document, this menu will be
32326  enabled.
32327  It shows the logfile of the used LaTeX-program.
32328 \end_layout
32329
32330 \begin_layout Standard
32331 Here you can see how LaTeX works in the background.
32332  
32333 \emph on
32334 Experts
32335 \emph default
32336  will find in it reasons for LaTeX-errors.
32337 \end_layout
32338
32339 \begin_layout Subsection
32340 Outline
32341 \end_layout
32342
32343 \begin_layout Standard
32344 Opens the TOC/Outline window as described in section\InsetSpace ~
32345
32346 \begin_inset LatexCommand ref
32347 reference "sub:Table-of-Contents"
32348
32349 \end_inset
32350
32351 .
32352 \end_layout
32353
32354 \begin_layout Subsection
32355 Start Appendix Here
32356 \end_layout
32357
32358 \begin_layout Standard
32359 This menu will start the appendix of the document at the current cursor
32360  position as described in section\InsetSpace ~
32361
32362 \begin_inset LatexCommand ref
32363 reference "sec:Appendices"
32364
32365 \end_inset
32366
32367 .
32368 \end_layout
32369
32370 \begin_layout Subsection
32371 Compressed
32372 \end_layout
32373
32374 \begin_layout Standard
32375 Un/compresses the actual document.
32376 \end_layout
32377
32378 \begin_layout Subsection
32379 Settings
32380 \begin_inset LatexCommand label
32381 name "sub:Settings"
32382
32383 \end_inset
32384
32385
32386 \begin_inset LatexCommand index
32387 name "Document ! Settings"
32388
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Standard
32395 This menu dialog contains some submenus to set properties for the whole
32396  document.
32397  You can save your document settings as default with the 
32398 \family sans
32399 Save as Document Defaults
32400 \family default
32401  button in the dialog.
32402  This will create a template named 
32403 \family typewriter
32404 default.lyx
32405 \family default
32406  which is automatically loaded by LyX when you create a new document without
32407  using a template.
32408 \end_layout
32409
32410 \begin_layout Standard
32411 The different submenus of the dialog are explained in the following:
32412 \end_layout
32413
32414 \begin_layout Subsubsection*
32415 Document Class
32416 \end_layout
32417
32418 \begin_layout Standard
32419 Here you set the document class, class options, and a Postscript driver.
32420  Document classes are described in section\InsetSpace ~
32421
32422 \begin_inset LatexCommand ref
32423 reference "sec:Document-Classes"
32424
32425 \end_inset
32426
32427 .
32428  The Postscript driver is used for LaTeX's color and graphics packages.
32429  When using 
32430 \family sans
32431 Default
32432 \family default
32433 , the default driver for the LaTeX-packages are used.
32434  It is recommended to use the default unless your know what you are doing.
32435 \end_layout
32436
32437 \begin_layout Subsubsection*
32438 Fonts
32439 \end_layout
32440
32441 \begin_layout Standard
32442 The document font settings are described in section\InsetSpace ~
32443
32444 \begin_inset LatexCommand ref
32445 reference "sec:Fonts-and-Text"
32446
32447 \end_inset
32448
32449 .
32450 \end_layout
32451
32452 \begin_layout Subsubsection*
32453 Text Layout
32454 \end_layout
32455
32456 \begin_layout Standard
32457 You can specify if paragraphs should be separated by indentations or vertical
32458  skips.
32459  The line spacing and the number of text columns can here also be specified.
32460  
32461 \end_layout
32462
32463 \begin_layout Standard
32464 Note that LyX won't show two columns or the set up line spacing on screen.
32465  That's impractical, often unreadable, and not part of the WYSIWYM concept.
32466  However, it will be as you specified it in the output.
32467 \end_layout
32468
32469 \begin_layout Standard
32470 The listings settings are explained in the corresponding section in the
32471  
32472 \emph on
32473 Embedded Objects
32474 \emph default
32475  manual.
32476 \end_layout
32477
32478 \begin_layout Subsubsection*
32479 Page Layout
32480 \end_layout
32481
32482 \begin_layout Standard
32483 A description of this menu is given in section\InsetSpace ~
32484
32485 \begin_inset LatexCommand ref
32486 reference "sub:Paper-Size,-Orientation,"
32487
32488 \end_inset
32489
32490  and 
32491 \begin_inset LatexCommand ref
32492 reference "sub:Document-Layout"
32493
32494 \end_inset
32495
32496 .
32497 \end_layout
32498
32499 \begin_layout Subsubsection*
32500 Page Margins
32501 \end_layout
32502
32503 \begin_layout Standard
32504 Here you can adjust the paper margins, see section\InsetSpace ~
32505
32506 \begin_inset LatexCommand ref
32507 reference "sub:Margins"
32508
32509 \end_inset
32510
32511 .
32512 \end_layout
32513
32514 \begin_layout Subsubsection*
32515 Language
32516 \begin_inset LatexCommand index
32517 name "Language ! Encoding"
32518
32519 \end_inset
32520
32521
32522 \end_layout
32523
32524 \begin_layout Standard
32525 The document language and quote styles are set here.
32526  The encoding specifies how the document content is exported to LaTeX (the
32527  LyX file is always encoded in utf8).
32528  All characters that cannot be encoded using the specified encoding will
32529  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
32530  known for a particular character).
32531 \begin_inset Foot
32532 status collapsed
32533
32534 \begin_layout Standard
32535 The known commands are defined in a text file.
32536  You can add commands for unknown symbols to that file yourself, see the
32537  
32538 \emph on
32539 Customization
32540 \emph default
32541  manual for details.
32542 \end_layout
32543
32544 \end_inset
32545
32546
32547 \end_layout
32548
32549 \begin_layout Standard
32550 If you use the option 
32551 \family sans
32552 use language's default encoding
32553 \family default
32554 , LyX determines the encoding of a portion of text from the language of
32555  this text.
32556  If the document contains text in more than one language you may get more
32557  than one encoding in the LaTeX file.
32558  If you do not use this option then the complete document will always use
32559  exactly one encoding.
32560  Checking this option is the preferred setting unless you use 
32561 \family sans
32562 XeTeX
32563 \family default
32564
32565 \begin_inset Foot
32566 status collapsed
32567
32568 \begin_layout Standard
32569 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
32570  It natively supports Unicode while its input file is assumed to be in UTF-8
32571  encoding.
32572  More about using LyX with XeTeX can be found in 
32573 \begin_inset LatexCommand cite
32574 key "XeTeX"
32575
32576 \end_inset
32577
32578 .
32579 \end_layout
32580
32581 \end_inset
32582
32583  (see below).
32584 \end_layout
32585
32586 \begin_layout Standard
32587 LyX also supports Unicode output, which is particularly useful if you need
32588  lots of special symbols or non-alphabetic scripts, respectively.
32589  If you want to use this (and your LaTeX installation supports Unicode,
32590  for that matter), choose one of the four utf8 variants from the list below.
32591  Unfortunately the unicode support of standard LaTeX is quite incomplete,
32592  so it is not uncommon that a file with lots of unicode symbols works fine
32593  with 
32594 \family sans
32595 use language's default encoding
32596 \family default
32597  (when LyX uses it's list of known LaTeX-commands), but does not work with
32598  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
32599  because all unicode symbols can be encoded in utf8).
32600 \end_layout
32601
32602 \begin_layout Standard
32603 Here is a list with the important encodings:
32604 \end_layout
32605
32606 \begin_layout Description
32607 LaTeX\InsetSpace ~
32608 default Same as 
32609 \family sans
32610 use language's default encoding
32611 \family default
32612 , but the LaTeX-package 
32613 \series bold
32614 inputenc
32615 \series default
32616
32617 \begin_inset LatexCommand index
32618 name "LaTeX-packages ! inputenc"
32619
32620 \end_inset
32621
32622  is not used.
32623  You probably need to load some other packages manually in the preamble.
32624 \end_layout
32625
32626 \begin_layout Description
32627 armscii8 encoding for Armenian
32628 \end_layout
32629
32630 \begin_layout Description
32631 ascii the ASCII encoding, covers only plain English, may result in a big
32632  file because lots of LaTeX-commands may be needed
32633 \end_layout
32634
32635 \begin_layout Description
32636 cp1250 MS Windows code page for latin2
32637 \end_layout
32638
32639 \begin_layout Description
32640 cp1251 MS Windows code page for Cyrillic
32641 \end_layout
32642
32643 \begin_layout Description
32644 cp1252 MS Windows code page for latin1
32645 \end_layout
32646
32647 \begin_layout Description
32648 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
32649 \end_layout
32650
32651 \begin_layout Description
32652 cp1256 MS Windows code page for Arabic and Farsi
32653 \end_layout
32654
32655 \begin_layout Description
32656 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
32657 13 encoding that is a superset of the ISO-8859-4 encoding
32658 \end_layout
32659
32660 \begin_layout Description
32661 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
32662  Serbian, and Ukrainian
32663 \end_layout
32664
32665 \begin_layout Description
32666 iso-8859-7 the ISO-8859-7 encoding, covers Greek
32667 \end_layout
32668
32669 \begin_layout Description
32670 8859-8 the ISO-8859-8 encoding, covers Hebrew
32671 \end_layout
32672
32673 \begin_layout Description
32674 koi8-r standard Cyrillic especially for Russian
32675 \end_layout
32676
32677 \begin_layout Description
32678 koi8-u Cyrillic for Ukrainian
32679 \end_layout
32680
32681 \begin_layout Description
32682 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
32683  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
32684  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
32685  replaced by latin9
32686 \end_layout
32687
32688 \begin_layout Description
32689 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
32690  Hungarian, Polish, Romanian, Slovak, and Slovenian
32691 \end_layout
32692
32693 \begin_layout Description
32694 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
32695  Turkish
32696 \end_layout
32697
32698 \begin_layout Description
32699 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
32700 \end_layout
32701
32702 \begin_layout Description
32703 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
32704  where the Icelandic letters are replaced by Turkish ones
32705 \end_layout
32706
32707 \begin_layout Description
32708 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
32709  the euro currency sign, the 
32710 \begin_inset ERT
32711 status collapsed
32712
32713 \begin_layout Standard
32714
32715
32716 \backslash
32717 oe
32718 \end_layout
32719
32720 \end_inset
32721
32722 -ligature and some characters used for French and Finnish; latin9 should
32723  be the replacement for latin1
32724 \end_layout
32725
32726 \begin_layout Description
32727 pt154 Cyrillic for Kazakh
32728 \end_layout
32729
32730 \begin_layout Description
32731 utf8 Unicode utf8 with the LaTeX-package 
32732 \series bold
32733 inputenc
32734 \series default
32735
32736 \begin_inset LatexCommand index
32737 name "LaTeX-packages ! inputenc"
32738
32739 \end_inset
32740
32741  (first variant, for latin symbols and some others).
32742 \end_layout
32743
32744 \begin_layout Description
32745 utf8x Unicode utf8 with the LaTeX-package 
32746 \series bold
32747 inputenc
32748 \series default
32749  (second variant, for greek and CJK symbols and some others).
32750 \end_layout
32751
32752 \begin_layout Description
32753 UTF8 Unicode utf8 with the LaTeX-package 
32754 \series bold
32755 CJK
32756 \series default
32757
32758 \begin_inset LatexCommand index
32759 name "LaTeX-packages ! CJK"
32760
32761 \end_inset
32762
32763  (for the languages Chinese, Japanese and Korean)
32764 \end_layout
32765
32766 \begin_layout Description
32767 utf8-plain Unicode utf8 to be used with 
32768 \family sans
32769 XeTeX
32770 \family default
32771 , which uses Unicode directly, without the help of the LaTeX-package 
32772 \series bold
32773 inputenc
32774 \series default
32775  
32776 \begin_inset Foot
32777 status collapsed
32778
32779 \begin_layout Standard
32780 More about using LyX with XeTeX can be found in 
32781 \begin_inset LatexCommand cite
32782 key "XeTeX"
32783
32784 \end_inset
32785
32786 .
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \begin_layout Subsubsection*
32795 Numbering & TOC
32796 \end_layout
32797
32798 \begin_layout Standard
32799 You can adjust here the numbering depth of sections headings as described
32800  in section\InsetSpace ~
32801
32802 \begin_inset LatexCommand ref
32803 reference "sub:Numbering-depth"
32804
32805 \end_inset
32806
32807 .
32808 \end_layout
32809
32810 \begin_layout Subsubsection*
32811 Bibliography
32812 \end_layout
32813
32814 \begin_layout Standard
32815 You can specify here a citation style using the LaTeX-packages 
32816 \series bold
32817 natbib
32818 \begin_inset LatexCommand index
32819 name "LaTeX-packages ! natbib"
32820
32821 \end_inset
32822
32823
32824 \series default
32825  or 
32826 \series bold
32827 jurabib
32828 \series default
32829
32830 \begin_inset LatexCommand index
32831 name "LaTeX-packages ! jurabib"
32832
32833 \end_inset
32834
32835 .
32836  For a further description see section\InsetSpace ~
32837
32838 \begin_inset LatexCommand ref
32839 reference "sec:Bibliography"
32840
32841 \end_inset
32842
32843 .
32844 \end_layout
32845
32846 \begin_layout Subsubsection*
32847 Math Options
32848 \end_layout
32849
32850 \begin_layout Standard
32851 These options will force LyX to use the LaTeX-packages 
32852 \series bold
32853 amsmath
32854 \begin_inset LatexCommand index
32855 name "LaTeX-packages ! amsmath"
32856
32857 \end_inset
32858
32859
32860 \series default
32861  and 
32862 \series bold
32863 esint
32864 \begin_inset LatexCommand index
32865 name "LaTeX-packages ! esint"
32866
32867 \end_inset
32868
32869
32870 \series default
32871  or to use them automatically when they are needed.
32872 \end_layout
32873
32874 \begin_layout Standard
32875
32876 \series bold
32877 amsmath
32878 \series default
32879  is needed for many constructs, so when you get LaTeX-errors in formulas,
32880  assure that you have enabled AMS.
32881 \end_layout
32882
32883 \begin_layout Standard
32884
32885 \series bold
32886 esint
32887 \series default
32888  is used for special integral characters.
32889 \end_layout
32890
32891 \begin_layout Subsubsection*
32892 Float Placement
32893 \end_layout
32894
32895 \begin_layout Standard
32896 The float placement options are described in section
32897 \begin_inset Formula $\,$
32898 \end_inset
32899
32900
32901 \begin_inset LatexCommand ref
32902 reference "sub:Float-Placement"
32903
32904 \end_inset
32905
32906 .
32907 \end_layout
32908
32909 \begin_layout Subsubsection*
32910 Bullets
32911 \end_layout
32912
32913 \begin_layout Standard
32914 Here you can adjust the characters for the itemize levels.
32915  The itemize environment is described in section\InsetSpace ~
32916
32917 \begin_inset LatexCommand ref
32918 reference "sec:Itemize"
32919
32920 \end_inset
32921
32922 .
32923 \end_layout
32924
32925 \begin_layout Subsubsection*
32926 Branches
32927 \end_layout
32928
32929 \begin_layout Standard
32930 Branches are described in section\InsetSpace ~
32931
32932 \begin_inset LatexCommand ref
32933 reference "sec:Branches"
32934
32935 \end_inset
32936
32937 .
32938 \end_layout
32939
32940 \begin_layout Subsubsection*
32941 LaT
32942 \begin_inset ERT
32943 status collapsed
32944
32945 \begin_layout Standard
32946
32947 {}
32948 \end_layout
32949
32950 \end_inset
32951
32952 eX Preamble
32953 \end_layout
32954
32955 \begin_layout Standard
32956 In this text field are entered commands to load special LaTeX-packages or
32957  to define LaTeX-commands.
32958  The preamble is a thing for LaTeX-experts.
32959  You shouldn't enter commands here until you don't exactly know what you
32960  do.
32961 \end_layout
32962
32963 \begin_layout Standard
32964 An introduction in the LaTeX-syntax is given in section\InsetSpace ~
32965
32966 \begin_inset LatexCommand ref
32967 reference "sub:LaTeX-Syntax"
32968
32969 \end_inset
32970
32971 .
32972 \end_layout
32973
32974 \begin_layout Section
32975 The Tools Menu
32976 \begin_inset LatexCommand index
32977 name "Menu ! Tools"
32978
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \begin_layout Subsection
32985 Spellchecker
32986 \end_layout
32987
32988 \begin_layout Standard
32989 Spell checking is explained in section\InsetSpace ~
32990
32991 \begin_inset LatexCommand ref
32992 reference "sec:Spellchecking"
32993
32994 \end_inset
32995
32996 .
32997 \end_layout
32998
32999 \begin_layout Subsection
33000 Thesaurus
33001 \end_layout
33002
33003 \begin_layout Standard
33004 The thesaurus is described in section\InsetSpace ~
33005
33006 \begin_inset LatexCommand ref
33007 reference "sec:Thesaurus"
33008
33009 \end_inset
33010
33011 .
33012 \end_layout
33013
33014 \begin_layout Subsection
33015 Count Words
33016 \begin_inset LatexCommand index
33017 name "Word count"
33018
33019 \end_inset
33020
33021
33022 \end_layout
33023
33024 \begin_layout Standard
33025 Counts the number of words in the actual document or the highlighted document
33026  part.
33027 \end_layout
33028
33029 \begin_layout Subsection
33030 T
33031 \begin_inset ERT
33032 status collapsed
33033
33034 \begin_layout Standard
33035
33036 {}
33037 \end_layout
33038
33039 \end_inset
33040
33041 eX Information
33042 \begin_inset LatexCommand index
33043 name "TeX Information"
33044
33045 \end_inset
33046
33047
33048 \end_layout
33049
33050 \begin_layout Standard
33051 Shows you a list of the classes and styles installed in your LaTeX-system.
33052 \end_layout
33053
33054 \begin_layout Subsection
33055 Reconfigure
33056 \begin_inset LatexCommand index
33057 name "Reconfiguration of LyX"
33058
33059 \end_inset
33060
33061
33062 \begin_inset LatexCommand index
33063 name "LyX ! Reconfigure|see{Reconfiguration of LyX}"
33064
33065 \end_inset
33066
33067
33068 \end_layout
33069
33070 \begin_layout Standard
33071 This menu reconfigures LyX.
33072  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
33073
33074 \begin_inset LatexCommand ref
33075 reference "sec:Basic-LyX-Setup"
33076
33077 \end_inset
33078
33079 .
33080 \end_layout
33081
33082 \begin_layout Subsection
33083 Preferences
33084 \end_layout
33085
33086 \begin_layout Standard
33087 The preferences dialog is described in detail in chapter
33088 \begin_inset Formula $\,$
33089 \end_inset
33090
33091
33092 \begin_inset LatexCommand ref
33093 reference "cha:The-Preferences-dialog"
33094
33095 \end_inset
33096
33097 .
33098 \end_layout
33099
33100 \begin_layout Section
33101 The Help Menu
33102 \begin_inset LatexCommand index
33103 name "Menu ! Help"
33104
33105 \end_inset
33106
33107
33108 \end_layout
33109
33110 \begin_layout Standard
33111 This menu opens the documentation files of LyX in the language of LyX's
33112  menus.
33113 \end_layout
33114
33115 \begin_layout Standard
33116 The menu 
33117 \family sans
33118 LaTeX\InsetSpace ~
33119 Configuration
33120 \family default
33121  shows a LyX-document with informations about the LaTeX-packages and classes
33122  found by LyX (see also section\InsetSpace ~
33123
33124 \begin_inset LatexCommand ref
33125 reference "sec:LaTeX-Setup"
33126
33127 \end_inset
33128
33129 ).
33130 \end_layout
33131
33132 \begin_layout Section
33133 Toolbars
33134 \begin_inset LatexCommand label
33135 name "sec:Toolbars"
33136
33137 \end_inset
33138
33139
33140 \end_layout
33141
33142 \begin_layout Standard
33143 How to show or hide toolbars is explained in section\InsetSpace ~
33144
33145 \begin_inset LatexCommand ref
33146 reference "sub:Toolbars"
33147
33148 \end_inset
33149
33150 .
33151 \end_layout
33152
33153 \begin_layout Standard
33154 It is also possible to define custom toolbars.
33155  This is described in the 
33156 \emph on
33157 Extended Features
33158 \emph default
33159  manual.
33160  
33161 \end_layout
33162
33163 \begin_layout Subsection
33164 Standard Toolbar
33165 \begin_inset LatexCommand index
33166 name "Toolbar ! Standard"
33167
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \begin_layout Standard
33174 \begin_inset Graphics
33175         filename clipart/StandardToolbar.png
33176         inzipName 
33177         embed true
33178         width 100col%
33179
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \begin_layout Standard
33186 \begin_inset VSpace defskip
33187 \end_inset
33188
33189
33190 \end_layout
33191
33192 \begin_layout Standard
33193 The standard toolbar as shown above contains from left to right the following
33194  buttons:
33195 \begin_inset ERT
33196 status collapsed
33197
33198 \begin_layout Standard
33199
33200
33201 \backslash
33202 setlength{
33203 \backslash
33204 LTleft}{0pt}
33205 \end_layout
33206
33207 \end_inset
33208
33209
33210 \begin_inset Note Note
33211 status collapsed
33212
33213 \begin_layout Standard
33214 This is necessary to left align the following longtables.
33215  See the 
33216 \emph on
33217 Embedded Objects
33218 \emph default
33219  manual for more information.
33220 \end_layout
33221
33222 \end_inset
33223
33224
33225 \end_layout
33226
33227 \begin_layout Standard
33228 \begin_inset VSpace defskip
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \begin_layout Standard
33235 \begin_inset Tabular
33236 <lyxtabular version="3" rows="1" columns="2">
33237 <features islongtable="true">
33238 <column alignment="center" valignment="top" width="0">
33239 <column alignment="center" valignment="top" width="0">
33240 <row>
33241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33242 \begin_inset Text
33243
33244 \begin_layout Standard
33245 \begin_inset Graphics
33246         filename clipart/ToolbarEnvBox.png
33247         inzipName 
33248         embed true
33249         clip
33250
33251 \end_inset
33252
33253
33254 \end_layout
33255
33256 \end_inset
33257 </cell>
33258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33259 \begin_inset Text
33260
33261 \begin_layout Standard
33262 pull-down menu for the paragraph environments
33263 \end_layout
33264
33265 \end_inset
33266 </cell>
33267 </row>
33268 </lyxtabular>
33269
33270 \end_inset
33271
33272
33273 \end_layout
33274
33275 \begin_layout Standard
33276 \begin_inset VSpace -10mm
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \begin_layout Standard
33283 \align left
33284 \begin_inset Tabular
33285 <lyxtabular version="3" rows="20" columns="2">
33286 <features islongtable="true">
33287 <column alignment="left" valignment="top" width="0">
33288 <column alignment="left" valignment="top" width="0">
33289 <row interlinespace="2.5mm">
33290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33291 \begin_inset Text
33292
33293 \begin_layout Standard
33294
33295 \family sans
33296 \begin_inset Graphics
33297         filename ../images/buffer-new.png
33298         inzipName 
33299         embed true
33300         BoundingBox 0bp 5bp 20bp 20bp
33301
33302 \end_inset
33303
33304
33305 \end_layout
33306
33307 \end_inset
33308 </cell>
33309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Standard
33313
33314 \family sans
33315 File\SpecialChar \menuseparator
33316 New
33317 \end_layout
33318
33319 \end_inset
33320 </cell>
33321 </row>
33322 <row interlinespace="2.5mm">
33323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Standard
33327 \begin_inset Graphics
33328         filename ../images/file-open.png
33329         inzipName 
33330         embed true
33331         BoundingBox 0bp 5bp 20bp 20bp
33332
33333 \end_inset
33334
33335
33336 \end_layout
33337
33338 \end_inset
33339 </cell>
33340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33341 \begin_inset Text
33342
33343 \begin_layout Standard
33344
33345 \family sans
33346 File\SpecialChar \menuseparator
33347 Open
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 </row>
33353 <row interlinespace="2.5mm">
33354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Standard
33358 \begin_inset Graphics
33359         filename ../images/buffer-write.png
33360         inzipName 
33361         embed true
33362         BoundingBox 0bp 5bp 20bp 20bp
33363
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \end_inset
33370 </cell>
33371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33372 \begin_inset Text
33373
33374 \begin_layout Standard
33375
33376 \family sans
33377 File\SpecialChar \menuseparator
33378 Save
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 </row>
33384 <row interlinespace="2.5mm">
33385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33386 \begin_inset Text
33387
33388 \begin_layout Standard
33389 \begin_inset Graphics
33390         filename ../images/dialog-show_print.png
33391         inzipName 
33392         embed true
33393         BoundingBox 0bp 5bp 24bp 20bp
33394
33395 \end_inset
33396
33397
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33403 \begin_inset Text
33404
33405 \begin_layout Standard
33406
33407 \family sans
33408 File\SpecialChar \menuseparator
33409 Print
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 </row>
33415 <row interlinespace="2.5mm">
33416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33417 \begin_inset Text
33418
33419 \begin_layout Standard
33420 \begin_inset Graphics
33421         filename ../images/dialog-show_spellchecker.png
33422         inzipName 
33423         embed true
33424         BoundingBox 0bp 5bp 20bp 20bp
33425
33426 \end_inset
33427
33428
33429 \end_layout
33430
33431 \end_inset
33432 </cell>
33433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33434 \begin_inset Text
33435
33436 \begin_layout Standard
33437
33438 \family sans
33439 Tools\SpecialChar \menuseparator
33440 Spellchecker
33441 \end_layout
33442
33443 \end_inset
33444 </cell>
33445 </row>
33446 <row interlinespace="2.5mm">
33447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33448 \begin_inset Text
33449
33450 \begin_layout Standard
33451 \begin_inset Graphics
33452         filename ../images/undo.png
33453         inzipName 
33454         embed true
33455         BoundingBox 0bp 5bp 20bp 20bp
33456
33457 \end_inset
33458
33459
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33465 \begin_inset Text
33466
33467 \begin_layout Standard
33468
33469 \family sans
33470 Edit\SpecialChar \menuseparator
33471 Undo
33472 \end_layout
33473
33474 \end_inset
33475 </cell>
33476 </row>
33477 <row interlinespace="2.5mm">
33478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33479 \begin_inset Text
33480
33481 \begin_layout Standard
33482 \begin_inset Graphics
33483         filename ../images/redo.png
33484         inzipName 
33485         embed true
33486         BoundingBox 0bp 5bp 20bp 20bp
33487
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \end_inset
33494 </cell>
33495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33496 \begin_inset Text
33497
33498 \begin_layout Standard
33499
33500 \family sans
33501 Edit\SpecialChar \menuseparator
33502 Redo
33503 \end_layout
33504
33505 \end_inset
33506 </cell>
33507 </row>
33508 <row interlinespace="2.5mm">
33509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33510 \begin_inset Text
33511
33512 \begin_layout Standard
33513 \begin_inset Graphics
33514         filename ../images/cut.png
33515         inzipName 
33516         embed false
33517         BoundingBox 0bp 5bp 20bp 20bp
33518
33519 \end_inset
33520
33521
33522 \end_layout
33523
33524 \end_inset
33525 </cell>
33526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33527 \begin_inset Text
33528
33529 \begin_layout Standard
33530
33531 \family sans
33532 Edit\SpecialChar \menuseparator
33533 Cut
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 </row>
33539 <row interlinespace="2.5mm">
33540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33541 \begin_inset Text
33542
33543 \begin_layout Standard
33544 \begin_inset Graphics
33545         filename ../images/copy.png
33546         inzipName 
33547         embed false
33548         BoundingBox 0bp 5bp 20bp 20bp
33549
33550 \end_inset
33551
33552
33553 \end_layout
33554
33555 \end_inset
33556 </cell>
33557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33558 \begin_inset Text
33559
33560 \begin_layout Standard
33561
33562 \family sans
33563 Edit\SpecialChar \menuseparator
33564 Copy
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 </row>
33570 <row interlinespace="2.5mm">
33571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Standard
33575 \begin_inset Graphics
33576         filename ../images/paste.png
33577         inzipName 
33578         embed true
33579         BoundingBox 0bp 5bp 20bp 20bp
33580
33581 \end_inset
33582
33583
33584 \end_layout
33585
33586 \end_inset
33587 </cell>
33588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33589 \begin_inset Text
33590
33591 \begin_layout Standard
33592
33593 \family sans
33594 Edit\SpecialChar \menuseparator
33595 Paste
33596 \end_layout
33597
33598 \end_inset
33599 </cell>
33600 </row>
33601 <row interlinespace="2.5mm">
33602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33603 \begin_inset Text
33604
33605 \begin_layout Standard
33606 \begin_inset Graphics
33607         filename ../images/dialog-show_findreplace.png
33608         inzipName 
33609         embed true
33610         BoundingBox 0bp 5bp 20bp 25bp
33611         rotateOrigin center
33612
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \end_inset
33619 </cell>
33620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33621 \begin_inset Text
33622
33623 \begin_layout Standard
33624
33625 \family sans
33626 Edit\SpecialChar \menuseparator
33627 Find\InsetSpace \thinspace{}
33628 &\InsetSpace \thinspace{}
33629 Replace
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 </row>
33635 <row interlinespace="2.5mm">
33636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Standard
33640 \begin_inset Graphics
33641         filename ../images/font-emph.png
33642         inzipName 
33643         embed true
33644         BoundingBox 0bp 5bp 20bp 20bp
33645
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \end_inset
33652 </cell>
33653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33654 \begin_inset Text
33655
33656 \begin_layout Standard
33657 Emphasize text, function of the Edit
33658 \family sans
33659 \SpecialChar \menuseparator
33660 Text\InsetSpace ~
33661 Style
33662 \family default
33663  dialog
33664 \end_layout
33665
33666 \end_inset
33667 </cell>
33668 </row>
33669 <row interlinespace="2.5mm">
33670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33671 \begin_inset Text
33672
33673 \begin_layout Standard
33674 \begin_inset Graphics
33675         filename ../images/font-noun.png
33676         inzipName 
33677         embed true
33678         BoundingBox 0bp 5bp 20bp 20bp
33679
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \end_inset
33686 </cell>
33687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33688 \begin_inset Text
33689
33690 \begin_layout Standard
33691 Set text to noun style, function of the Edit
33692 \family sans
33693 \SpecialChar \menuseparator
33694 Text\InsetSpace ~
33695 Style
33696 \family default
33697  dialog
33698 \end_layout
33699
33700 \end_inset
33701 </cell>
33702 </row>
33703 <row interlinespace="2.5mm">
33704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33705 \begin_inset Text
33706
33707 \begin_layout Standard
33708 \begin_inset Graphics
33709         filename ../images/font-free-apply.png
33710         inzipName 
33711         embed true
33712         BoundingBox 0bp 5bp 20bp 20bp
33713
33714 \end_inset
33715
33716
33717 \end_layout
33718
33719 \end_inset
33720 </cell>
33721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33722 \begin_inset Text
33723
33724 \begin_layout Standard
33725 Formats text using the current settings in the 
33726 \family sans
33727 Edit\SpecialChar \menuseparator
33728 Text\InsetSpace ~
33729 Style
33730 \family default
33731  dialog
33732 \end_layout
33733
33734 \end_inset
33735 </cell>
33736 </row>
33737 <row interlinespace="2.5mm">
33738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33739 \begin_inset Text
33740
33741 \begin_layout Standard
33742 \begin_inset Graphics
33743         filename ../images/math-mode.png
33744         inzipName 
33745         embed false
33746         BoundingBox 0bp 5bp 20bp 20bp
33747
33748 \end_inset
33749
33750
33751 \end_layout
33752
33753 \end_inset
33754 </cell>
33755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33756 \begin_inset Text
33757
33758 \begin_layout Standard
33759
33760 \family sans
33761 Insert\SpecialChar \menuseparator
33762 Math\SpecialChar \menuseparator
33763 Inline\InsetSpace ~
33764 Formula
33765 \end_layout
33766
33767 \end_inset
33768 </cell>
33769 </row>
33770 <row interlinespace="2.5mm">
33771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33772 \begin_inset Text
33773
33774 \begin_layout Standard
33775 \begin_inset Graphics
33776         filename ../images/dialog-show-new-inset_graphics.png
33777         inzipName 
33778         embed true
33779         BoundingBox 0bp 5bp 20bp 25bp
33780         rotateOrigin center
33781
33782 \end_inset
33783
33784
33785 \end_layout
33786
33787 \end_inset
33788 </cell>
33789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33790 \begin_inset Text
33791
33792 \begin_layout Standard
33793
33794 \family sans
33795 Insert\SpecialChar \menuseparator
33796 Graphics
33797 \end_layout
33798
33799 \end_inset
33800 </cell>
33801 </row>
33802 <row interlinespace="2.5mm">
33803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33804 \begin_inset Text
33805
33806 \begin_layout Standard
33807 \begin_inset Graphics
33808         filename ../images/tabular-insert.png
33809         inzipName 
33810         embed false
33811         BoundingBox 0bp 5bp 20bp 25bp
33812         rotateOrigin center
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \end_inset
33820 </cell>
33821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33822 \begin_inset Text
33823
33824 \begin_layout Standard
33825
33826 \family sans
33827 Insert\SpecialChar \menuseparator
33828 Table
33829 \end_layout
33830
33831 \end_inset
33832 </cell>
33833 </row>
33834 <row interlinespace="2.5mm">
33835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Standard
33839 \begin_inset Graphics
33840         filename ../images/dialog-toggle_toc.png
33841         inzipName 
33842         embed true
33843         BoundingBox 0bp 5bp 20bp 25bp
33844         rotateOrigin center
33845
33846 \end_inset
33847
33848
33849 \end_layout
33850
33851 \end_inset
33852 </cell>
33853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33854 \begin_inset Text
33855
33856 \begin_layout Standard
33857 Toggle outline window on/off, 
33858 \family sans
33859 Document\SpecialChar \menuseparator
33860 Outline
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 </row>
33866 <row interlinespace="2.5mm">
33867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33868 \begin_inset Text
33869
33870 \begin_layout Standard
33871 \begin_inset Graphics
33872         filename ../images/toolbar-toggle_math.png
33873         inzipName 
33874         embed true
33875         BoundingBox 0bp 5bp 20bp 25bp
33876         rotateOrigin center
33877
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \end_inset
33884 </cell>
33885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Standard
33889 Toggle math toolbar on/off
33890 \end_layout
33891
33892 \end_inset
33893 </cell>
33894 </row>
33895 <row interlinespace="2.5mm">
33896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33897 \begin_inset Text
33898
33899 \begin_layout Standard
33900 \begin_inset Graphics
33901         filename ../images/toolbar-toggle_table.png
33902         inzipName 
33903         embed true
33904         BoundingBox 0bp 5bp 20bp 25bp
33905         rotateOrigin center
33906
33907 \end_inset
33908
33909
33910 \end_layout
33911
33912 \end_inset
33913 </cell>
33914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33915 \begin_inset Text
33916
33917 \begin_layout Standard
33918 Toggle table toolbar on/off
33919 \end_layout
33920
33921 \end_inset
33922 </cell>
33923 </row>
33924 </lyxtabular>
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Subsection
33932 Extra Toolbar
33933 \begin_inset LatexCommand index
33934 name "Toolbar ! Extra"
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Standard
33942 \begin_inset Graphics
33943         filename clipart/ExtraToolbar.png
33944         inzipName 
33945         embed true
33946         width 100col%
33947
33948 \end_inset
33949
33950
33951 \end_layout
33952
33953 \begin_layout Standard
33954 \begin_inset VSpace defskip
33955 \end_inset
33956
33957
33958 \end_layout
33959
33960 \begin_layout Standard
33961 The extra toolbar as shown above contains from left to right the following
33962  buttons:
33963 \end_layout
33964
33965 \begin_layout Standard
33966 \begin_inset VSpace defskip
33967 \end_inset
33968
33969
33970 \end_layout
33971
33972 \begin_layout Standard
33973 \begin_inset Tabular
33974 <lyxtabular version="3" rows="23" columns="2">
33975 <features islongtable="true">
33976 <column alignment="left" valignment="top" width="0">
33977 <column alignment="left" valignment="top" width="0">
33978 <row interlinespace="2.5mm">
33979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33980 \begin_inset Text
33981
33982 \begin_layout Standard
33983 \begin_inset Graphics
33984         filename ../images/layout.png
33985         inzipName 
33986         embed true
33987         BoundingBox 0bp 5bp 20bp 25bp
33988         rotateOrigin center
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \end_inset
33996 </cell>
33997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33998 \begin_inset Text
33999
34000 \begin_layout Standard
34001 Default
34002 \end_layout
34003
34004 \end_inset
34005 </cell>
34006 </row>
34007 <row interlinespace="2.5mm">
34008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34009 \begin_inset Text
34010
34011 \begin_layout Standard
34012 \begin_inset Graphics
34013         filename ../images/layout_Enumerate.png
34014         inzipName 
34015         embed false
34016         BoundingBox 0bp 5bp 20bp 25bp
34017         rotateOrigin center
34018
34019 \end_inset
34020
34021
34022 \end_layout
34023
34024 \end_inset
34025 </cell>
34026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34027 \begin_inset Text
34028
34029 \begin_layout Standard
34030 Numbered list
34031 \end_layout
34032
34033 \end_inset
34034 </cell>
34035 </row>
34036 <row interlinespace="2.5mm">
34037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Standard
34041 \begin_inset Graphics
34042         filename ../images/layout_Itemize.png
34043         inzipName 
34044         embed true
34045         BoundingBox 0bp 5bp 20bp 25bp
34046         rotateOrigin center
34047
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \end_inset
34054 </cell>
34055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Standard
34059 Itemized list
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 </row>
34065 <row interlinespace="2.5mm">
34066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34067 \begin_inset Text
34068
34069 \begin_layout Standard
34070 \begin_inset Graphics
34071         filename ../images/layout_List.png
34072         inzipName 
34073         embed true
34074         BoundingBox 0bp 5bp 20bp 25bp
34075         rotateOrigin center
34076
34077 \end_inset
34078
34079
34080 \end_layout
34081
34082 \end_inset
34083 </cell>
34084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34085 \begin_inset Text
34086
34087 \begin_layout Standard
34088 List
34089 \end_layout
34090
34091 \end_inset
34092 </cell>
34093 </row>
34094 <row interlinespace="2.5mm">
34095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34096 \begin_inset Text
34097
34098 \begin_layout Standard
34099 \begin_inset Graphics
34100         filename ../images/layout_Description.png
34101         inzipName 
34102         embed false
34103         BoundingBox 0bp 5bp 20bp 25bp
34104         rotateOrigin center
34105
34106 \end_inset
34107
34108
34109 \end_layout
34110
34111 \end_inset
34112 </cell>
34113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34114 \begin_inset Text
34115
34116 \begin_layout Standard
34117 Description list
34118 \end_layout
34119
34120 \end_inset
34121 </cell>
34122 </row>
34123 <row interlinespace="2.5mm">
34124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34125 \begin_inset Text
34126
34127 \begin_layout Standard
34128 \begin_inset Graphics
34129         filename ../images/depth-increment.png
34130         inzipName 
34131         embed false
34132         BoundingBox 0bp 5bp 20bp 25bp
34133         rotateOrigin center
34134
34135 \end_inset
34136
34137
34138 \end_layout
34139
34140 \end_inset
34141 </cell>
34142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34143 \begin_inset Text
34144
34145 \begin_layout Standard
34146
34147 \family sans
34148 Edit\SpecialChar \menuseparator
34149 Increase\InsetSpace ~
34150 List\InsetSpace ~
34151 Depth
34152 \end_layout
34153
34154 \end_inset
34155 </cell>
34156 </row>
34157 <row interlinespace="2.5mm">
34158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34159 \begin_inset Text
34160
34161 \begin_layout Standard
34162 \begin_inset Graphics
34163         filename ../images/depth-decrement.png
34164         inzipName 
34165         embed true
34166         BoundingBox 0bp 5bp 20bp 25bp
34167         rotateOrigin center
34168
34169 \end_inset
34170
34171
34172 \end_layout
34173
34174 \end_inset
34175 </cell>
34176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34177 \begin_inset Text
34178
34179 \begin_layout Standard
34180
34181 \family sans
34182 Edit\SpecialChar \menuseparator
34183 Decrease\InsetSpace ~
34184 List\InsetSpace ~
34185 Depth
34186 \end_layout
34187
34188 \end_inset
34189 </cell>
34190 </row>
34191 <row interlinespace="2.5mm">
34192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34193 \begin_inset Text
34194
34195 \begin_layout Standard
34196 \begin_inset Graphics
34197         filename ../images/float-insert_figure.png
34198         inzipName 
34199         embed true
34200         BoundingBox 0bp 5bp 20bp 20bp
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \end_inset
34208 </cell>
34209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34210 \begin_inset Text
34211
34212 \begin_layout Standard
34213
34214 \family sans
34215 Insert\SpecialChar \menuseparator
34216 Float\SpecialChar \menuseparator
34217 Figure
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 </row>
34223 <row interlinespace="2.5mm">
34224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34225 \begin_inset Text
34226
34227 \begin_layout Standard
34228 \begin_inset Graphics
34229         filename ../images/float-insert_table.png
34230         inzipName 
34231         embed false
34232         BoundingBox 0bp 5bp 20bp 20bp
34233
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \end_inset
34240 </cell>
34241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34242 \begin_inset Text
34243
34244 \begin_layout Standard
34245
34246 \family sans
34247 Insert\SpecialChar \menuseparator
34248 Float\SpecialChar \menuseparator
34249 Table
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 </row>
34255 <row interlinespace="2.5mm">
34256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34257 \begin_inset Text
34258
34259 \begin_layout Standard
34260 \begin_inset Graphics
34261         filename ../images/label-insert.png
34262         inzipName 
34263         embed false
34264         BoundingBox 0bp 5bp 20bp 20bp
34265
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \end_inset
34272 </cell>
34273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34274 \begin_inset Text
34275
34276 \begin_layout Standard
34277
34278 \family sans
34279 Insert\SpecialChar \menuseparator
34280 Label
34281 \end_layout
34282
34283 \end_inset
34284 </cell>
34285 </row>
34286 <row interlinespace="2.5mm">
34287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34288 \begin_inset Text
34289
34290 \begin_layout Standard
34291 \begin_inset Graphics
34292         filename ../images/dialog-show-new-inset_ref.png
34293         inzipName 
34294         embed false
34295         BoundingBox 0bp 5bp 20bp 20bp
34296
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \end_inset
34303 </cell>
34304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34305 \begin_inset Text
34306
34307 \begin_layout Standard
34308
34309 \family sans
34310 Insert\SpecialChar \menuseparator
34311 Cross-Reference
34312 \end_layout
34313
34314 \end_inset
34315 </cell>
34316 </row>
34317 <row interlinespace="2.5mm">
34318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34319 \begin_inset Text
34320
34321 \begin_layout Standard
34322 \begin_inset Graphics
34323         filename ../images/dialog-show-new-inset_citation.png
34324         inzipName 
34325         embed true
34326         BoundingBox 0bp 5bp 20bp 20bp
34327
34328 \end_inset
34329
34330
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34336 \begin_inset Text
34337
34338 \begin_layout Standard
34339
34340 \family sans
34341 Insert\SpecialChar \menuseparator
34342 Citation
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 </row>
34348 <row interlinespace="2.5mm">
34349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34350 \begin_inset Text
34351
34352 \begin_layout Standard
34353 \begin_inset Graphics
34354         filename ../images/index-insert.png
34355         inzipName 
34356         embed true
34357         BoundingBox 0bp 5bp 20bp 20bp
34358
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34367 \begin_inset Text
34368
34369 \begin_layout Standard
34370
34371 \family sans
34372 Insert\SpecialChar \menuseparator
34373 Index\InsetSpace ~
34374 Entry
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 </row>
34380 <row interlinespace="2.5mm">
34381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34382 \begin_inset Text
34383
34384 \begin_layout Standard
34385 \begin_inset Graphics
34386         filename ../images/nomencl-insert.png
34387         inzipName 
34388         embed true
34389         BoundingBox 0bp 5bp 20bp 20bp
34390
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \end_inset
34397 </cell>
34398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34399 \begin_inset Text
34400
34401 \begin_layout Standard
34402
34403 \family sans
34404 Insert\SpecialChar \menuseparator
34405 Nomenclature\InsetSpace ~
34406 Entry
34407 \end_layout
34408
34409 \end_inset
34410 </cell>
34411 </row>
34412 <row interlinespace="2.5mm">
34413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34414 \begin_inset Text
34415
34416 \begin_layout Standard
34417 \begin_inset Graphics
34418         filename ../images/footnote-insert.png
34419         inzipName 
34420         embed false
34421         BoundingBox 0bp 5bp 20bp 20bp
34422
34423 \end_inset
34424
34425
34426 \end_layout
34427
34428 \end_inset
34429 </cell>
34430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34431 \begin_inset Text
34432
34433 \begin_layout Standard
34434
34435 \family sans
34436 Insert\SpecialChar \menuseparator
34437 Footnote
34438 \end_layout
34439
34440 \end_inset
34441 </cell>
34442 </row>
34443 <row interlinespace="2.5mm">
34444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34445 \begin_inset Text
34446
34447 \begin_layout Standard
34448 \begin_inset Graphics
34449         filename ../images/marginalnote-insert.png
34450         inzipName 
34451         embed true
34452         BoundingBox 0bp 5bp 20bp 25bp
34453         rotateOrigin center
34454
34455 \end_inset
34456
34457
34458 \end_layout
34459
34460 \end_inset
34461 </cell>
34462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34463 \begin_inset Text
34464
34465 \begin_layout Standard
34466
34467 \family sans
34468 Insert\SpecialChar \menuseparator
34469 Marginal\InsetSpace ~
34470 Note
34471 \end_layout
34472
34473 \end_inset
34474 </cell>
34475 </row>
34476 <row interlinespace="2.5mm">
34477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34478 \begin_inset Text
34479
34480 \begin_layout Standard
34481 \begin_inset Graphics
34482         filename ../images/note-insert.png
34483         inzipName 
34484         embed false
34485         BoundingBox 0bp 5bp 20bp 20bp
34486
34487 \end_inset
34488
34489
34490 \end_layout
34491
34492 \end_inset
34493 </cell>
34494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34495 \begin_inset Text
34496
34497 \begin_layout Standard
34498
34499 \family sans
34500 Insert\SpecialChar \menuseparator
34501 Note\SpecialChar \menuseparator
34502 LyX\InsetSpace ~
34503 Note
34504 \end_layout
34505
34506 \end_inset
34507 </cell>
34508 </row>
34509 <row interlinespace="2.5mm">
34510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34511 \begin_inset Text
34512
34513 \begin_layout Standard
34514 \begin_inset Graphics
34515         filename ../images/url-insert.png
34516         inzipName 
34517         embed true
34518         BoundingBox 0bp 5bp 20bp 20bp
34519
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \end_inset
34526 </cell>
34527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34528 \begin_inset Text
34529
34530 \begin_layout Standard
34531
34532 \family sans
34533 Insert\SpecialChar \menuseparator
34534 URL
34535 \end_layout
34536
34537 \end_inset
34538 </cell>
34539 </row>
34540 <row interlinespace="2.5mm">
34541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34542 \begin_inset Text
34543
34544 \begin_layout Standard
34545 \begin_inset Graphics
34546         filename ../images/ert-insert.png
34547         inzipName 
34548         embed true
34549         BoundingBox 0bp 5bp 20bp 20bp
34550
34551 \end_inset
34552
34553
34554 \end_layout
34555
34556 \end_inset
34557 </cell>
34558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34559 \begin_inset Text
34560
34561 \begin_layout Standard
34562
34563 \family sans
34564 Insert\SpecialChar \menuseparator
34565 T
34566 \family default
34567
34568 \begin_inset ERT
34569 status collapsed
34570
34571 \begin_layout Standard
34572
34573 {}
34574 \end_layout
34575
34576 \end_inset
34577
34578
34579 \family sans
34580 eX
34581 \end_layout
34582
34583 \end_inset
34584 </cell>
34585 </row>
34586 <row interlinespace="2.5mm">
34587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34588 \begin_inset Text
34589
34590 \begin_layout Standard
34591 \begin_inset Graphics
34592         filename ../images/dialog-show-new-inset_include.png
34593         inzipName 
34594         embed true
34595         BoundingBox 0bp 5bp 20bp 20bp
34596
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Standard
34608
34609 \family sans
34610 Insert\SpecialChar \menuseparator
34611 File\SpecialChar \menuseparator
34612 Child\InsetSpace ~
34613 Document
34614 \end_layout
34615
34616 \end_inset
34617 </cell>
34618 </row>
34619 <row interlinespace="2.5mm">
34620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34621 \begin_inset Text
34622
34623 \begin_layout Standard
34624 \begin_inset Graphics
34625         filename ../images/dialog-show_character.png
34626         inzipName 
34627         embed true
34628         BoundingBox 0bp 5bp 20bp 25bp
34629         rotateOrigin center
34630
34631 \end_inset
34632
34633
34634 \end_layout
34635
34636 \end_inset
34637 </cell>
34638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34639 \begin_inset Text
34640
34641 \begin_layout Standard
34642
34643 \family sans
34644 Edit\SpecialChar \menuseparator
34645 Text\InsetSpace ~
34646 Style
34647 \end_layout
34648
34649 \end_inset
34650 </cell>
34651 </row>
34652 <row interlinespace="2.5mm">
34653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34654 \begin_inset Text
34655
34656 \begin_layout Standard
34657 \begin_inset Graphics
34658         filename ../images/layout-paragraph.png
34659         inzipName 
34660         embed false
34661         BoundingBox 0bp 5bp 20bp 25bp
34662         rotateOrigin center
34663
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \end_inset
34670 </cell>
34671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34672 \begin_inset Text
34673
34674 \begin_layout Standard
34675
34676 \family sans
34677 Edit\SpecialChar \menuseparator
34678 Paragraph\InsetSpace ~
34679 Settings
34680 \end_layout
34681
34682 \end_inset
34683 </cell>
34684 </row>
34685 <row interlinespace="2.5mm">
34686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34687 \begin_inset Text
34688
34689 \begin_layout Standard
34690 \begin_inset Graphics
34691         filename ../images/thesaurus-entry.png
34692         inzipName 
34693         embed true
34694         BoundingBox 0bp 5bp 20bp 25bp
34695         rotateOrigin center
34696
34697 \end_inset
34698
34699
34700 \end_layout
34701
34702 \end_inset
34703 </cell>
34704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34705 \begin_inset Text
34706
34707 \begin_layout Standard
34708
34709 \family sans
34710 Tools\SpecialChar \menuseparator
34711 Thesaurus
34712 \end_layout
34713
34714 \end_inset
34715 </cell>
34716 </row>
34717 </lyxtabular>
34718
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \begin_layout Subsection
34725 View / Update Toolbar
34726 \begin_inset LatexCommand index
34727 name "Toolbar ! View / Update"
34728
34729 \end_inset
34730
34731
34732 \end_layout
34733
34734 \begin_layout Standard
34735 \begin_inset Graphics
34736         filename clipart/ViewToolbar.png
34737         inzipName 
34738         embed false
34739
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Standard
34746 \begin_inset VSpace defskip
34747 \end_inset
34748
34749
34750 \end_layout
34751
34752 \begin_layout Standard
34753 The view / update toolbar as shown above contains from left to right the
34754  following buttons:
34755 \end_layout
34756
34757 \begin_layout Standard
34758 \begin_inset VSpace defskip
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Standard
34765 \begin_inset Tabular
34766 <lyxtabular version="3" rows="6" columns="2">
34767 <features islongtable="true">
34768 <column alignment="left" valignment="top" width="0">
34769 <column alignment="left" valignment="top" width="0">
34770 <row interlinespace="2.5mm">
34771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34772 \begin_inset Text
34773
34774 \begin_layout Standard
34775 \begin_inset Graphics
34776         filename ../images/buffer-view_dvi.png
34777         inzipName 
34778         embed false
34779         BoundingBox 0bp 5bp 20bp 25bp
34780         rotateOrigin center
34781
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \end_inset
34788 </cell>
34789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34790 \begin_inset Text
34791
34792 \begin_layout Standard
34793
34794 \family sans
34795 View\SpecialChar \menuseparator
34796 DVI
34797 \end_layout
34798
34799 \end_inset
34800 </cell>
34801 </row>
34802 <row interlinespace="2.5mm">
34803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34804 \begin_inset Text
34805
34806 \begin_layout Standard
34807 \begin_inset Graphics
34808         filename ../images/buffer-update_dvi.png
34809         inzipName 
34810         embed true
34811         BoundingBox 0bp 5bp 20bp 25bp
34812         rotateOrigin center
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \end_inset
34820 </cell>
34821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34822 \begin_inset Text
34823
34824 \begin_layout Standard
34825
34826 \family sans
34827 View\SpecialChar \menuseparator
34828 Update\SpecialChar \menuseparator
34829 DVI
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 </row>
34835 <row interlinespace="2.5mm">
34836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34837 \begin_inset Text
34838
34839 \begin_layout Standard
34840 \begin_inset Graphics
34841         filename ../images/buffer-view_pdf2.png
34842         inzipName 
34843         embed false
34844         BoundingBox 0bp 5bp 20bp 25bp
34845         rotateOrigin center
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \end_inset
34853 </cell>
34854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34855 \begin_inset Text
34856
34857 \begin_layout Standard
34858
34859 \family sans
34860 View\SpecialChar \menuseparator
34861 PDF
34862 \end_layout
34863
34864 \end_inset
34865 </cell>
34866 </row>
34867 <row interlinespace="2.5mm">
34868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34869 \begin_inset Text
34870
34871 \begin_layout Standard
34872 \begin_inset Graphics
34873         filename ../images/buffer-update_pdf2.png
34874         inzipName 
34875         embed false
34876         BoundingBox 0bp 5bp 20bp 25bp
34877         rotateOrigin center
34878
34879 \end_inset
34880
34881
34882 \end_layout
34883
34884 \end_inset
34885 </cell>
34886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34887 \begin_inset Text
34888
34889 \begin_layout Standard
34890
34891 \family sans
34892 View\SpecialChar \menuseparator
34893 Update\SpecialChar \menuseparator
34894 PDF
34895 \begin_inset Foot
34896 status collapsed
34897
34898 \begin_layout Standard
34899 This button is on some LyX for Windows installations not here because its
34900  functionality is merged with 
34901 \family sans
34902 View\SpecialChar \menuseparator
34903 PDF
34904 \family default
34905 .
34906  
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \end_inset
34915 </cell>
34916 </row>
34917 <row interlinespace="2.5mm">
34918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34919 \begin_inset Text
34920
34921 \begin_layout Standard
34922 \begin_inset Graphics
34923         filename ../images/buffer-view_ps.png
34924         inzipName 
34925         embed true
34926         BoundingBox 0bp 5bp 20bp 25bp
34927         rotateOrigin center
34928
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34937 \begin_inset Text
34938
34939 \begin_layout Standard
34940
34941 \family sans
34942 View\SpecialChar \menuseparator
34943 Postscript
34944 \end_layout
34945
34946 \end_inset
34947 </cell>
34948 </row>
34949 <row interlinespace="2.5mm">
34950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34951 \begin_inset Text
34952
34953 \begin_layout Standard
34954 \begin_inset Graphics
34955         filename ../images/buffer-update_ps.png
34956         inzipName 
34957         embed true
34958         BoundingBox 0bp 5bp 20bp 25bp
34959         rotateOrigin center
34960
34961 \end_inset
34962
34963
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34969 \begin_inset Text
34970
34971 \begin_layout Standard
34972
34973 \family sans
34974 View\SpecialChar \menuseparator
34975 Update\SpecialChar \menuseparator
34976 Postscript
34977 \end_layout
34978
34979 \end_inset
34980 </cell>
34981 </row>
34982 </lyxtabular>
34983
34984 \end_inset
34985
34986
34987 \end_layout
34988
34989 \begin_layout Subsection
34990 Other Toolbars
34991 \end_layout
34992
34993 \begin_layout Standard
34994 The change tracking toolbar is explained in section\InsetSpace ~
34995
34996 \begin_inset LatexCommand ref
34997 reference "sec:Change-Tracking"
34998
34999 \end_inset
35000
35001 , the table toolbar
35002 \begin_inset LatexCommand index
35003 name "Toolbar ! Table"
35004
35005 \end_inset
35006
35007  is explained in the 
35008 \emph on
35009 Embedded Objects
35010 \emph default
35011  manual.
35012 \end_layout
35013
35014 \begin_layout Chapter
35015 The 
35016 \family sans
35017 Preferences
35018 \family default
35019  Dialog
35020 \begin_inset LatexCommand label
35021 name "cha:The-Preferences-dialog"
35022
35023 \end_inset
35024
35025
35026 \begin_inset LatexCommand index
35027 name "Preferences"
35028
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \begin_layout Standard
35035 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
35036 Preferences.
35037  It consists of submenus explained in the following.
35038 \end_layout
35039
35040 \begin_layout Section
35041 Look and Feel
35042 \end_layout
35043
35044 \begin_layout Subsection
35045 User Interface
35046 \begin_inset LatexCommand label
35047 name "sec:ui"
35048
35049 \end_inset
35050
35051
35052 \begin_inset LatexCommand index
35053 name "Customization ! of toolbars"
35054
35055 \end_inset
35056
35057
35058 \begin_inset LatexCommand index
35059 name "Customization ! of menus"
35060
35061 \end_inset
35062
35063
35064 \end_layout
35065
35066 \begin_layout Standard
35067 \begin_inset Note Greyedout
35068 status open
35069
35070 \begin_layout Standard
35071
35072 \series bold
35073 Note:
35074 \series default
35075  You have to restart LyX before changes in ui- and bind-files take effect.
35076 \end_layout
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \begin_layout Subsubsection
35084 User Interface File
35085 \begin_inset LatexCommand index
35086 name "Customization ! of toolbars"
35087
35088 \end_inset
35089
35090
35091 \begin_inset LatexCommand index
35092 name "Customization ! of menus"
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Standard
35100 The appearance of the menus and toolbars can be changed by choosing an user
35101  interface (ui) file.
35102  An ui-file is a textfile where the toolbars and menus are listed.
35103  The toolbar buttons and menu entries are specified in the files 
35104 \shape italic
35105 stdtoolbars.inc
35106 \shape default
35107  and 
35108 \shape italic
35109 stdmenus.inc
35110 \shape default
35111 , respectively.
35112  To create your own menu and toolbar layout, start with a copy of these
35113  files and edit the entries.
35114 \end_layout
35115
35116 \begin_layout Standard
35117 The syntax of the .inc-files is straightforward: The 
35118 \family sans
35119 Menubar
35120 \family default
35121
35122 \family sans
35123 Menu
35124 \family default
35125  and 
35126 \family sans
35127 Toolbar
35128 \family default
35129  entries must be ended with an explicit 
35130 \family sans
35131 End
35132 \family default
35133 .
35134  They may contain 
35135 \family sans
35136 Submenus
35137 \family default
35138
35139 \family sans
35140 Items
35141 \family default
35142
35143 \family sans
35144 OptItems
35145 \family default
35146
35147 \family sans
35148 Separators
35149 \family default
35150
35151 \family sans
35152 Icons,
35153 \family default
35154  and in the case of the 
35155 \begin_inset Quotes eld
35156 \end_inset
35157
35158 file
35159 \begin_inset Quotes erd
35160 \end_inset
35161
35162  menus a 
35163 \family sans
35164 Lastfiles
35165 \family default
35166  entry.
35167  The syntax for the entries is:
35168 \end_layout
35169
35170 \begin_layout Standard
35171 \begin_inset VSpace smallskip*
35172 \end_inset
35173
35174
35175 \series bold
35176 Item 
35177 \begin_inset Quotes erd
35178 \end_inset
35179
35180 menu 
35181 \series default
35182 or
35183 \series bold
35184  button name
35185 \begin_inset Quotes erd
35186 \end_inset
35187
35188  
35189 \begin_inset Quotes erd
35190 \end_inset
35191
35192 LyX-function
35193 \begin_inset Quotes erd
35194 \end_inset
35195
35196
35197 \end_layout
35198
35199 \begin_layout Standard
35200 \noindent
35201 \begin_inset VSpace smallskip*
35202 \end_inset
35203
35204 All LyX-functions are listed in 
35205 \begin_inset LatexCommand cite
35206 key "LyX-func"
35207
35208 \end_inset
35209
35210 .
35211 \end_layout
35212
35213 \begin_layout Standard
35214 \begin_inset VSpace medskip
35215 \end_inset
35216
35217
35218 \end_layout
35219
35220 \begin_layout Standard
35221 An example: Assuming you use the menu 
35222 \family sans
35223 Navigate\SpecialChar \menuseparator
35224 Bookmarks
35225 \family default
35226  quite often and therefore want six available bookmarks, you can add the
35227  line
35228 \end_layout
35229
35230 \begin_layout Standard
35231 \begin_inset VSpace smallskip*
35232 \end_inset
35233
35234
35235 \series bold
35236 Item "Save Bookmark 6" "bookmark-save 6"
35237 \end_layout
35238
35239 \begin_layout Standard
35240 \noindent
35241 \begin_inset VSpace smallskip*
35242 \end_inset
35243
35244 to the navigate menu section in the .inc-file to have the sixth bookmark.
35245 \end_layout
35246
35247 \begin_layout Subsubsection
35248 Bind-File
35249 \begin_inset LatexCommand index
35250 name "Bindings"
35251
35252 \end_inset
35253
35254
35255 \end_layout
35256
35257 \begin_layout Standard
35258 Bindings are used to bind a function to a key.
35259  Several binding files are available:
35260 \end_layout
35261
35262 \begin_layout Description
35263 cua.bind typical set of PC keyboard shortcuts
35264 \end_layout
35265
35266 \begin_layout Description
35267 (x)emacs.bind set of bindings like they are used in the editor programs 
35268 \family sans
35269 Emacs
35270 \family default
35271  (
35272 \family sans
35273 XEmacs
35274 \family default
35275 )
35276 \end_layout
35277
35278 \begin_layout Description
35279 mac.bind set of bindings for 
35280 \family sans
35281 Mac\InsetSpace \thinspace{}
35282 OS
35283 \family default
35284  systems.
35285 \end_layout
35286
35287 \begin_layout Standard
35288 There are also bind-files designed for special document classes, like 
35289 \shape italic
35290 broadway.bind
35291 \shape default
35292 , and bind files for special languages.
35293  The name of language bind-files begin with a language code, e.g.
35294  
35295 \begin_inset Quotes eld
35296 \end_inset
35297
35298 pt
35299 \begin_inset Quotes erd
35300 \end_inset
35301
35302  for Portuguese.
35303  If you use LyX in a certain language, LyX will try to use the appropriate
35304  bind-file.
35305 \end_layout
35306
35307 \begin_layout Standard
35308 Some bind-files, like 
35309 \emph on
35310 math.bind
35311 \emph default
35312 , have only a small scope.
35313  When looking at the the end of the file 
35314 \shape italic
35315 cua.bind
35316 \shape default
35317 , you can see that they are included to keep the overview in the bind-file.
35318 \end_layout
35319
35320 \begin_layout Standard
35321 If you like to customize the keybindings to your own taste, modify the bind-file
35322 s with a text editor.
35323  The syntax of the entries is:
35324 \end_layout
35325
35326 \begin_layout Standard
35327
35328 \series bold
35329
35330 \backslash
35331 bind 
35332 \begin_inset Quotes erd
35333 \end_inset
35334
35335 key combination
35336 \begin_inset Quotes erd
35337 \end_inset
35338
35339  
35340 \begin_inset Quotes erd
35341 \end_inset
35342
35343 LyX-function
35344 \begin_inset Quotes erd
35345 \end_inset
35346
35347
35348 \end_layout
35349
35350 \begin_layout Standard
35351 All LyX-functions are listed in 
35352 \begin_inset LatexCommand cite
35353 key "LyX-func"
35354
35355 \end_inset
35356
35357 .
35358 \end_layout
35359
35360 \begin_layout Subsubsection
35361 Session
35362 \end_layout
35363
35364 \begin_layout Standard
35365 When the option 
35366 \family sans
35367 Save\InsetSpace \thinspace{}
35368 /\InsetSpace \thinspace{}
35369 restore window size, or use fixed size
35370 \family default
35371  is not checked, you can specify the size of LyX's main window when LyX
35372  is started.
35373 \end_layout
35374
35375 \begin_layout Standard
35376 With the option 
35377 \family sans
35378 Save\InsetSpace \thinspace{}
35379 /\InsetSpace \thinspace{}
35380 restore window position
35381 \family default
35382  LyX will be opened with its main window at the last used position.
35383 \end_layout
35384
35385 \begin_layout Standard
35386 The option 
35387 \family sans
35388 Restore cursor positions
35389 \family default
35390  sets the cursor to the position in the file where it has been the last
35391  time.
35392 \end_layout
35393
35394 \begin_layout Standard
35395 The option 
35396 \family sans
35397 Load opened files from last session
35398 \family default
35399  opens all files that were opened in the last LyX session.
35400 \end_layout
35401
35402 \begin_layout Subsubsection
35403 Documents
35404 \begin_inset LatexCommand label
35405 name "sub:Backup documents"
35406
35407 \end_inset
35408
35409
35410 \begin_inset LatexCommand index
35411 name "Backup ! Documents"
35412
35413 \end_inset
35414
35415
35416 \end_layout
35417
35418 \begin_layout Standard
35419 When the option 
35420 \family sans
35421 Backup documents
35422 \family default
35423  is set, you can specify the time between backup saves.
35424 \end_layout
35425
35426 \begin_layout Standard
35427
35428 \family sans
35429 Maximum last files
35430 \family default
35431  is the number of last opened files that LyX should display in the menu
35432  
35433 \family sans
35434 File\SpecialChar \menuseparator
35435 Open\InsetSpace ~
35436 Recent
35437 \family default
35438 .
35439 \end_layout
35440
35441 \begin_layout Subsubsection
35442 Scrolling
35443 \end_layout
35444
35445 \begin_layout Standard
35446 The option 
35447 \family sans
35448 Cursor follows scrollbar
35449 \family default
35450  sets the cursor to the top of the currently displayed document part when
35451  scrolling.
35452 \end_layout
35453
35454 \begin_layout Subsection
35455 Screen Fonts
35456 \begin_inset LatexCommand index
35457 name "Font ! Screen"
35458
35459 \end_inset
35460
35461
35462 \begin_inset LatexCommand label
35463 name "sub:Screen-Fonts"
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \begin_layout Standard
35471 These fonts are used to display your documents on the screen.
35472 \end_layout
35473
35474 \begin_layout Standard
35475 \begin_inset Note Greyedout
35476 status open
35477
35478 \begin_layout Standard
35479
35480 \series bold
35481 Note:
35482 \series default
35483  This section only deals with the fonts 
35484 \emph on
35485 inside
35486 \emph default
35487  the LyX window.
35488  The fonts that appear on the output are independent from these fonts, and
35489  set in the menu 
35490 \family sans
35491 Layout\SpecialChar \menuseparator
35492 Document
35493 \family default
35494 .
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \end_layout
35501
35502 \begin_layout Standard
35503 By default, LyX uses 
35504 \family typewriter
35505 Times
35506 \family default
35507  as roman (serif) font, 
35508 \family typewriter
35509 Arial
35510 \family default
35511  or 
35512 \family typewriter
35513 Helvetica
35514 \family default
35515  (depends on the system) as 
35516 \family sans
35517 sans\InsetSpace ~
35518 serif
35519 \family default
35520  font, and 
35521 \family typewriter
35522 Courier
35523 \family default
35524  as 
35525 \family typewriter
35526 typewriter
35527 \family default
35528  font.
35529 \end_layout
35530
35531 \begin_layout Standard
35532 You can change the font size with the 
35533 \family sans
35534 Zoom
35535 \family default
35536  setting.
35537 \end_layout
35538
35539 \begin_layout Standard
35540
35541 \family sans
35542 Screen DPI
35543 \family default
35544  is the screen resolution in dpi (dots per inch).
35545  The Font Sizes are calculated as letter height in units of points.
35546  72\InsetSpace \thinspace{}
35547 points have the size of 1\InsetSpace \thinspace{}
35548 inch, see Appendix\InsetSpace ~
35549
35550 \begin_inset LatexCommand ref
35551 reference "cha:Units-available-in"
35552
35553 \end_inset
35554
35555 .
35556 \end_layout
35557
35558 \begin_layout Standard
35559 The default 
35560 \family sans
35561 Font Sizes
35562 \family default
35563  are the same as if a document font size of 10
35564 \begin_inset Formula $\,$
35565 \end_inset
35566
35567 pt would be used.
35568  The sizes are explained in detail in section\InsetSpace ~
35569
35570 \begin_inset LatexCommand ref
35571 reference "sub:Document-Font"
35572
35573 \end_inset
35574
35575 .
35576 \end_layout
35577
35578 \begin_layout Subsection
35579 Colors
35580 \begin_inset LatexCommand index
35581 name "Color ! LyX screen"
35582
35583 \end_inset
35584
35585
35586 \begin_inset LatexCommand index
35587 name "Settings ! Color"
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Standard
35595 You can here change all colors used by LyX.
35596  Choose an item in the list and use the 
35597 \family sans
35598 Alter
35599 \family default
35600  button.
35601 \end_layout
35602
35603 \begin_layout Subsection
35604 Graphics
35605 \begin_inset LatexCommand index
35606 name "Settings ! Graphics"
35607
35608 \end_inset
35609
35610
35611 \end_layout
35612
35613 \begin_layout Standard
35614 Here you can specify how graphics inside LyX are displayed.
35615 \end_layout
35616
35617 \begin_layout Standard
35618
35619 \family sans
35620 Instant Preview
35621 \family default
35622  enables previewing snippets of your document.
35623  This feature is described in section\InsetSpace ~
35624
35625 \begin_inset LatexCommand ref
35626 reference "sec:Previewing-snippets-of"
35627
35628 \end_inset
35629
35630 .
35631 \end_layout
35632
35633 \begin_layout Subsection
35634 Keyboard Map
35635 \begin_inset LatexCommand index
35636 name "Keyboard Map"
35637
35638 \end_inset
35639
35640
35641 \begin_inset LatexCommand index
35642 name "Settings ! Keyboard Map"
35643
35644 \end_inset
35645
35646
35647 \begin_inset LatexCommand label
35648 name "sub:Keyboard-Map"
35649
35650 \end_inset
35651
35652
35653 \end_layout
35654
35655 \begin_layout Standard
35656 Normally keyboard settings have to be done in a menu of your operating system.
35657  For the case that this is not possible, LyX provides keyboard maps.
35658  If you have e.\InsetSpace \thinspace{}
35659 g.\InsetSpace ~
35660 a Czech keyboard but want to write with it like with a Romanian
35661  one, you can use the keyboard map file named 
35662 \emph on
35663 romanian.kmap
35664 \emph default
35665 .
35666 \end_layout
35667
35668 \begin_layout Standard
35669 \begin_inset Note Greyedout
35670 status open
35671
35672 \begin_layout Standard
35673
35674 \series bold
35675 Note:
35676 \series default
35677  Keyboard maps are only provided as makeshift and don't work on all systems.
35678 \end_layout
35679
35680 \end_inset
35681
35682
35683 \end_layout
35684
35685 \begin_layout Section
35686 Paths
35687 \begin_inset LatexCommand index
35688 name "Paths"
35689
35690 \end_inset
35691
35692
35693 \begin_inset LatexCommand index
35694 name "Settings ! Directory"
35695
35696 \end_inset
35697
35698
35699 \end_layout
35700
35701 \begin_layout Description
35702 Working\InsetSpace ~
35703 directory This is LyX's working directory.
35704  It is the default when you 
35705 \family sans
35706 Open
35707 \family default
35708
35709 \family sans
35710 Save
35711 \family default
35712  or 
35713 \family sans
35714 Save\InsetSpace ~
35715 as
35716 \family default
35717  files.
35718 \end_layout
35719
35720 \begin_layout Description
35721 Document\InsetSpace ~
35722 templates This directory will be opened when you use the menu 
35723 \family sans
35724 File\SpecialChar \menuseparator
35725 New\InsetSpace ~
35726 from\InsetSpace ~
35727 Template
35728 \family default
35729 .
35730 \end_layout
35731
35732 \begin_layout Description
35733 Backup\InsetSpace ~
35734 directory
35735 \begin_inset LatexCommand index
35736 name "Backup ! Directory"
35737
35738 \end_inset
35739
35740  Backup copies will be saved to this directory.
35741  When no directory is given but backups are enabled as described in section\InsetSpace ~
35742
35743 \begin_inset LatexCommand ref
35744 reference "sub:Backup documents"
35745
35746 \end_inset
35747
35748 , the 
35749 \family sans
35750 Working directory
35751 \family default
35752  will be used to save the backups.
35753 \newline
35754 The backup files have the ending 
35755 \begin_inset Quotes eld
35756 \end_inset
35757
35758 .lyx~
35759 \begin_inset Quotes erd
35760 \end_inset
35761
35762 .
35763 \end_layout
35764
35765 \begin_layout Description
35766 Ly
35767 \begin_inset ERT
35768 status collapsed
35769
35770 \begin_layout Standard
35771
35772 {}
35773 \end_layout
35774
35775 \end_inset
35776
35777 XServer-Pipe Here you can enter the name of a Unix-pipe.
35778  This pipe is used to send data from external programs to LyX.
35779 \newline
35780
35781 \begin_inset Note Greyedout
35782 status open
35783
35784 \begin_layout Standard
35785
35786 \series bold
35787 Note:
35788 \series default
35789  This feature doesn't work on Windows systems.
35790 \end_layout
35791
35792 \end_inset
35793
35794
35795 \end_layout
35796
35797 \begin_layout Description
35798 Temporary\InsetSpace ~
35799 directory Temporary files will be saved in this directory.
35800 \end_layout
35801
35802 \begin_layout Description
35803 PATH\InsetSpace ~
35804 prefix This field contains a list of paths to external programs.
35805  When LyX needs to use an external program, it looks in this list where
35806  to find it on the system.
35807  The path list is automatically set up on Windows and Mac systems while
35808  LyX is configured, so that you normally don't have to modify it.
35809  On Unix\InsetSpace \thinspace{}
35810 /\InsetSpace \thinspace{}
35811 Linux systems, the path list will need to be set only if there
35812  are external programs you wish to use that are not in your normal system
35813  path ($PATH).
35814  
35815 \end_layout
35816
35817 \begin_layout Section
35818 Identity
35819 \end_layout
35820
35821 \begin_layout Standard
35822 Here you can insert your name and email address.
35823  The identity will be used when you have enabled change tracking as described
35824  in section\InsetSpace ~
35825
35826 \begin_inset LatexCommand ref
35827 reference "sec:Change-Tracking"
35828
35829 \end_inset
35830
35831 , to mark changes you make as yours.
35832 \end_layout
35833
35834 \begin_layout Section
35835 Language Settings
35836 \begin_inset LatexCommand index
35837 name "Language ! Settings"
35838
35839 \end_inset
35840
35841
35842 \begin_inset LatexCommand index
35843 name "Settings ! Language"
35844
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \begin_layout Subsection
35851 Language
35852 \end_layout
35853
35854 \begin_layout Description
35855 Default\InsetSpace ~
35856 language is the language used in new documents
35857 \end_layout
35858
35859 \begin_layout Description
35860 Language\InsetSpace ~
35861 package is a LaTeX-command to load a LaTeX-package that handles
35862  language issues.
35863  The default is the LaTeX-command 
35864 \family sans
35865
35866 \backslash
35867 usepackage{babel}
35868 \family default
35869  that loads the package 
35870 \series bold
35871 babel
35872 \series default
35873 .
35874 \begin_inset Foot
35875 status collapsed
35876
35877 \begin_layout Standard
35878 For an introduction to the LaTeX-Syntax, have a look at section\InsetSpace ~
35879
35880 \begin_inset LatexCommand ref
35881 reference "sec:ERT"
35882
35883 \end_inset
35884
35885 .
35886 \end_layout
35887
35888 \end_inset
35889
35890
35891 \newline
35892 The 
35893 \series bold
35894 babel
35895 \series default
35896  translates in the background automatically text labels of documents to
35897  the document language.
35898  A text label is for instance the word 
35899 \begin_inset Quotes eld
35900 \end_inset
35901
35902 Table
35903 \begin_inset Quotes erd
35904 \end_inset
35905
35906  at the beginning of every table-caption.
35907 \end_layout
35908
35909 \begin_layout Description
35910 Command\InsetSpace ~
35911 start When a special LaTeX-package is needed to write in a certain
35912  document language, you can here specify the command to start the package.
35913  An example is the start command 
35914 \family sans
35915
35916 \backslash
35917 begin{arabtext}
35918 \family default
35919  that is needed to write Arabic using the package 
35920 \series bold
35921 ArabTeX
35922 \series default
35923 , see 
35924 \begin_inset LatexCommand cite
35925 key "Arabic"
35926
35927 \end_inset
35928
35929 .
35930  The default is the 
35931 \series bold
35932 babel
35933 \series default
35934  command 
35935 \family sans
35936
35937 \backslash
35938 selectlanguage{$$lang}
35939 \family default
35940 .
35941 \end_layout
35942
35943 \begin_layout Description
35944 Command\InsetSpace ~
35945 end Counterpart to 
35946 \family sans
35947 Command start
35948 \family default
35949 .
35950  Some packages, like the default, don't have an end command since the start
35951  command toggles the package on and off.
35952 \end_layout
35953
35954 \begin_layout Description
35955 Use\InsetSpace ~
35956 babel Whether 
35957 \series bold
35958 babel
35959 \series default
35960  is used or not.
35961 \end_layout
35962
35963 \begin_layout Description
35964 Global When this option is set, the languages used in the document will
35965  be added as options to the document class options, so that they can be
35966  used by all LaTeX-packages.
35967  Otherwise they will only be used as options for the 
35968 \series bold
35969 babel
35970 \series default
35971  package.
35972 \end_layout
35973
35974 \begin_layout Description
35975 Auto\InsetSpace ~
35976 begin When this option is set, the documents starts with the chosen
35977  document language.
35978  When this option is not set, the 
35979 \family sans
35980 Command\InsetSpace ~
35981 start
35982 \family default
35983  is explicitly set to the beginning of the document in the LaTeX-output.
35984  This assures that the correct language is used when you use another 
35985 \family sans
35986 Command\InsetSpace ~
35987 start
35988 \family default
35989  than the default.
35990 \end_layout
35991
35992 \begin_layout Description
35993 Auto\InsetSpace ~
35994 end Counterpart to 
35995 \family sans
35996 Auto\InsetSpace ~
35997 begin
35998 \family default
35999 .
36000  When it is not set, the 
36001 \family sans
36002 Command\InsetSpace ~
36003 end
36004 \family default
36005  is set to the end of the document.
36006 \end_layout
36007
36008 \begin_layout Description
36009 Mark\InsetSpace ~
36010 foreign\InsetSpace ~
36011 languages Text marked formatted in a language different from
36012  the document language will be underlined blue.
36013 \end_layout
36014
36015 \begin_layout Description
36016 Right\InsetSpace ~
36017 to\InsetSpace ~
36018 left\InsetSpace ~
36019 language\InsetSpace ~
36020 support Enables the use of languages, written from right
36021  to left, like Arabic, Hebrew, Farsi.
36022 \end_layout
36023
36024 \begin_layout Subsection
36025 Spellchecker
36026 \end_layout
36027
36028 \begin_layout Standard
36029 The spellchecker settings are explained in section\InsetSpace ~
36030
36031 \begin_inset LatexCommand ref
36032 reference "sec:Spellchecking"
36033
36034 \end_inset
36035
36036
36037 \end_layout
36038
36039 \begin_layout Section
36040 Outputs
36041 \end_layout
36042
36043 \begin_layout Subsection
36044 Printer
36045 \begin_inset LatexCommand label
36046 name "sub:Printer"
36047
36048 \end_inset
36049
36050
36051 \begin_inset LatexCommand index
36052 name "Printer"
36053
36054 \end_inset
36055
36056
36057 \begin_inset LatexCommand index
36058 name "Settings ! Printer"
36059
36060 \end_inset
36061
36062
36063 \end_layout
36064
36065 \begin_layout Description
36066 Default\InsetSpace ~
36067 printer Here you can specify the name of your default printer.
36068  The name will be used when the 
36069 \family sans
36070 Printer command
36071 \family default
36072  is executed.
36073 \newline
36074
36075 \begin_inset Note Greyedout
36076 status open
36077
36078 \begin_layout Standard
36079
36080 \series bold
36081 Note:
36082 \series default
36083  You can leave this field empty on Windows systems because it has there
36084  no effect.
36085 \end_layout
36086
36087 \end_inset
36088
36089
36090 \end_layout
36091
36092 \begin_layout Description
36093 Adapt\InsetSpace ~
36094 output\InsetSpace ~
36095 to\InsetSpace ~
36096 printer This option works only for the 
36097 \family sans
36098 Printer command
36099 \family default
36100  
36101 \begin_inset Quotes eld
36102 \end_inset
36103
36104
36105 \family sans
36106 dvips
36107 \family default
36108
36109 \begin_inset Quotes erd
36110 \end_inset
36111
36112 .
36113  It activates a configuration file for dvips.
36114  This is an option only for dvips experts.
36115 \end_layout
36116
36117 \begin_layout Description
36118 Printer\InsetSpace ~
36119 command is the command LyX\InsetSpace \thinspace{}
36120 /\InsetSpace \thinspace{}
36121 LaTeX uses for printing.
36122  The default is on most systems 
36123 \family sans
36124 dvips
36125 \family default
36126 .
36127 \end_layout
36128
36129 \begin_layout Description
36130 Printer\InsetSpace ~
36131 Command\InsetSpace ~
36132 Options Here you can specify printer options.
36133  A list of printer options with explanations can be found in the documentation
36134  of the program that provides the 
36135 \family sans
36136 Printer command
36137 \family default
36138  you are using.
36139 \end_layout
36140
36141 \begin_layout Subsection
36142 Date Format
36143 \begin_inset LatexCommand index
36144 name "Date Format"
36145
36146 \end_inset
36147
36148
36149 \begin_inset LatexCommand index
36150 name "Settings ! Date format"
36151
36152 \end_inset
36153
36154
36155 \end_layout
36156
36157 \begin_layout Standard
36158 The date format can be one or a mixture of the formats listed here:
36159 \newline
36160
36161 \begin_inset LatexCommand url
36162 target "http://unixhelp.ed.ac.uk/CGI/man-cgi?date"
36163
36164 \end_inset
36165
36166
36167 \newline
36168 For example the format
36169 \newline
36170 %d/%m/%y
36171 \newline
36172 prints the date as day/month/year.
36173 \end_layout
36174
36175 \begin_layout Subsection
36176 Plain Text
36177 \end_layout
36178
36179 \begin_layout Description
36180 Output\InsetSpace ~
36181 line\InsetSpace ~
36182 length sets the maximum number of characters printed in one line
36183  when using the menu 
36184 \family sans
36185 File\SpecialChar \menuseparator
36186 Export\SpecialChar \menuseparator
36187 Plain\InsetSpace ~
36188 text
36189 \family default
36190 .
36191  Setting the line line length to 0 means all text is printed in one endless
36192  line.
36193 \end_layout
36194
36195 \begin_layout Description
36196 roff\InsetSpace ~
36197 command defines an additional command used to produce better ASCII tables
36198  with the 
36199 \family typewriter
36200 groff/troff/nroff
36201 \family default
36202  UNIX-commands (refer to their manuals for more information about them).
36203  Setting this as empty tells LyX to use the internal formatter.
36204 \end_layout
36205
36206 \begin_layout Subsection
36207 LaT
36208 \begin_inset ERT
36209 status collapsed
36210
36211 \begin_layout Standard
36212
36213 {}
36214 \end_layout
36215
36216 \end_inset
36217
36218 eX
36219 \begin_inset LatexCommand label
36220 name "sub:LaTeX-settings"
36221
36222 \end_inset
36223
36224
36225 \begin_inset LatexCommand index
36226 name "Settings ! LaTeX"
36227
36228 \end_inset
36229
36230
36231 \end_layout
36232
36233 \begin_layout Description
36234 Te
36235 \begin_inset ERT
36236 status collapsed
36237
36238 \begin_layout Standard
36239
36240 {}
36241 \end_layout
36242
36243 \end_inset
36244
36245 X\InsetSpace ~
36246 encoding This is the default encoding of the document font.
36247  
36248 \family sans
36249 T1
36250 \family default
36251  is the default and covers western languages and symbols.
36252  
36253 \family sans
36254 T2A
36255 \family default
36256
36257 \family sans
36258 T2B
36259 \family default
36260
36261 \family sans
36262 T2C
36263 \family default
36264
36265 \family sans
36266 LCY
36267 \family default
36268 , and 
36269 \family sans
36270 X2
36271 \family default
36272  are for Cyrillic.
36273  Combinations of the encodings are possible, like 
36274 \begin_inset Quotes erd
36275 \end_inset
36276
36277
36278 \family sans
36279 T1, T2B
36280 \family default
36281
36282 \begin_inset Quotes erd
36283 \end_inset
36284
36285 .
36286  The font encoding is normally automatically loaded by the language packages
36287  LyX sets up in the background.
36288  So there is no need to change the default encoding.
36289 \end_layout
36290
36291 \begin_layout Description
36292 Default\InsetSpace ~
36293 paper\InsetSpace ~
36294 size This is the paper size that is used for new documents.
36295  The 
36296 \family sans
36297 Default
36298 \family default
36299  value depends on your LaTeX-system setup.
36300 \end_layout
36301
36302 \begin_layout Description
36303 Reset\InsetSpace ~
36304 class\InsetSpace ~
36305 options\InsetSpace ~
36306 when\InsetSpace ~
36307 document\InsetSpace ~
36308 classes\InsetSpace ~
36309 changes Removes all manually set document
36310  class options in the 
36311 \family sans
36312 Document\SpecialChar \menuseparator
36313 Settings
36314 \family default
36315  dialog when changing the document class.
36316 \end_layout
36317
36318 \begin_layout Standard
36319 In the 
36320 \family sans
36321 External Applications
36322 \family default
36323  field you can specify commands with parameters for the listed applications.
36324  Before you change something here, it is strongly recommended to read the
36325  manuals of the applications.
36326  Currently the following commands can be set:
36327 \end_layout
36328
36329 \begin_layout Description
36330 CheckTe
36331 \begin_inset ERT
36332 status collapsed
36333
36334 \begin_layout Standard
36335
36336 {}
36337 \end_layout
36338
36339 \end_inset
36340
36341 X\InsetSpace ~
36342 command Command for the program 
36343 \family sans
36344 CheckTeX
36345 \family default
36346  that is described in section 
36347 \emph on
36348 Checking TeX
36349 \emph default
36350  of the 
36351 \emph on
36352 Extended Features
36353 \emph default
36354  manual.
36355 \end_layout
36356
36357 \begin_layout Description
36358 BibTe
36359 \begin_inset ERT
36360 status collapsed
36361
36362 \begin_layout Standard
36363
36364 {}
36365 \end_layout
36366
36367 \end_inset
36368
36369 X\InsetSpace ~
36370 command Command for the program 
36371 \family sans
36372 BibTeX
36373 \family default
36374  that generates the bibliography, see section\InsetSpace ~
36375
36376 \begin_inset LatexCommand ref
36377 reference "sub:Bibliography-databases"
36378
36379 \end_inset
36380
36381 .
36382 \end_layout
36383
36384 \begin_layout Description
36385 Index\InsetSpace ~
36386 command Command for the program that generates the index, see section\InsetSpace ~
36387
36388 \begin_inset LatexCommand ref
36389 reference "sub:Index-Program"
36390
36391 \end_inset
36392
36393 .
36394 \end_layout
36395
36396 \begin_layout Description
36397 DVI\InsetSpace ~
36398 viewer\InsetSpace ~
36399 paper\InsetSpace ~
36400 size\InsetSpace ~
36401 options They only have an effect when the program 
36402 \family sans
36403 xdvi
36404 \family default
36405  is used as DVI-viewer.
36406 \end_layout
36407
36408 \begin_layout Subsection
36409 Paths
36410 \begin_inset LatexCommand index
36411 name "Paths"
36412
36413 \end_inset
36414
36415
36416 \begin_inset LatexCommand index
36417 name "Settings ! Paths"
36418
36419 \end_inset
36420
36421
36422 \end_layout
36423
36424 \begin_layout Standard
36425 The submenu 
36426 \family sans
36427 Paths
36428 \family default
36429  is only available in the Windows version of LyX.
36430  The option 
36431 \family sans
36432 Use Windows-style paths in LaTeX files
36433 \family default
36434  uses the Windows path style:
36435 \end_layout
36436
36437 \begin_layout Standard
36438 C:
36439 \backslash
36440 test
36441 \backslash
36442 hello
36443 \end_layout
36444
36445 \begin_layout Standard
36446 instead of the Unix path style:
36447 \end_layout
36448
36449 \begin_layout Standard
36450 C:/test/hello
36451 \end_layout
36452
36453 \begin_layout Section
36454 Converters
36455 \begin_inset LatexCommand index
36456 name "Converters"
36457
36458 \end_inset
36459
36460
36461 \end_layout
36462
36463 \begin_layout Standard
36464 Here you find the list of defined converter commands to convert material
36465  from one format to another.
36466  You can modify them or create new ones.
36467  To modify a converter, select it, change the entry of the field 
36468 \family sans
36469 Converter
36470 \family default
36471  and/or 
36472 \family sans
36473 Extra\InsetSpace ~
36474 flag
36475 \family default
36476 , and press the 
36477 \family sans
36478 Modify
36479 \family default
36480  button.
36481  To create a new converter, select an existing one, select a different format
36482  in the 
36483 \family sans
36484 From\InsetSpace ~
36485 format
36486 \family default
36487  drop-down list, modify the 
36488 \family sans
36489 Converter
36490 \family default
36491  field, and press the 
36492 \family sans
36493 Add
36494 \family default
36495  button.
36496 \end_layout
36497
36498 \begin_layout Standard
36499 When the 
36500 \family sans
36501 Converter File Cache
36502 \family default
36503  is enabled, conversions will be cached as long as specified in the field
36504  
36505 \family sans
36506 Maximum Age (in days
36507 \family default
36508 ).
36509  This means that images don't need to be converted again when you reopen
36510  a document; the converted images from the cache will be used instead.
36511 \end_layout
36512
36513 \begin_layout Standard
36514 More about converters, like the variables and flags that can be used in
36515  the converter definition, is described in section 
36516 \emph on
36517 Converters
36518 \emph default
36519  of the 
36520 \emph on
36521 Customization
36522 \emph default
36523  manual.
36524 \end_layout
36525
36526 \begin_layout Section
36527 File Formats
36528 \begin_inset LatexCommand index
36529 name "File formats"
36530
36531 \end_inset
36532
36533
36534 \begin_inset LatexCommand label
36535 name "sec:File-Formats"
36536
36537 \end_inset
36538
36539
36540 \end_layout
36541
36542 \begin_layout Standard
36543 Here you find the list of defined file formats that LyX can handle.
36544  You can modify the viewer and editor program that should be used for certain
36545  formats.
36546  To create a new format, select an existing one, change the entry of the
36547  fields 
36548 \family sans
36549 Format
36550 \family default
36551  and 
36552 \family sans
36553 GUI\InsetSpace ~
36554 name
36555 \family default
36556 , and press the 
36557 \family sans
36558 Add
36559 \family default
36560  button.
36561 \end_layout
36562
36563 \begin_layout Standard
36564 More about formats, like the options that can be used in the format definition,
36565  is described in section 
36566 \emph on
36567 Formats
36568 \emph default
36569  of the 
36570 \emph on
36571 Customization
36572 \emph default
36573  manual.
36574 \end_layout
36575
36576 \begin_layout Section
36577 Copiers
36578 \begin_inset LatexCommand index
36579 name "Copiers"
36580
36581 \end_inset
36582
36583
36584 \end_layout
36585
36586 \begin_layout Standard
36587 Here you find the list of defined copiers.
36588  Since all conversions from one format to another take place in LyX's temporary
36589  directory, it is sometimes necessary to modify a file before copying it
36590  to the temporary directory in order that the conversion may be performed.
36591  This is done by a Copier.
36592 \end_layout
36593
36594 \begin_layout Standard
36595 More about converters is described in section 
36596 \emph on
36597 Copiers
36598 \emph default
36599  of the 
36600 \emph on
36601 Customization
36602 \emph default
36603  manual.
36604 \end_layout
36605
36606 \begin_layout Chapter
36607 Units available in LyX
36608 \begin_inset LatexCommand index
36609 name "Units"
36610
36611 \end_inset
36612
36613
36614 \begin_inset LatexCommand label
36615 name "cha:Units-available-in"
36616
36617 \end_inset
36618
36619
36620 \end_layout
36621
36622 \begin_layout Standard
36623 To understand the units described in this documentation, 
36624 \begin_inset LatexCommand ref
36625 reference "cap:Units"
36626
36627 \end_inset
36628
36629  explains all units available in LyX.
36630 \end_layout
36631
36632 \begin_layout Standard
36633 \begin_inset Float table
36634 placement h
36635 wide false
36636 sideways false
36637 status open
36638
36639 \begin_layout Standard
36640 \begin_inset Caption
36641
36642 \begin_layout Standard
36643 \begin_inset LatexCommand label
36644 name "cap:Units"
36645
36646 \end_inset
36647
36648 Units
36649 \end_layout
36650
36651 \end_inset
36652
36653
36654 \end_layout
36655
36656 \begin_layout Standard
36657 \begin_inset VSpace medskip
36658 \end_inset
36659
36660
36661 \end_layout
36662
36663 \begin_layout Standard
36664 \align center
36665 \begin_inset Tabular
36666 <lyxtabular version="3" rows="20" columns="2">
36667 <features>
36668 <column alignment="center" valignment="top" leftline="true" width="0">
36669 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
36670 <row topline="true" bottomline="true">
36671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36672 \begin_inset Text
36673
36674 \begin_layout Standard
36675 unit
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Standard
36684 name/description
36685 \end_layout
36686
36687 \end_inset
36688 </cell>
36689 </row>
36690 <row topline="true">
36691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Standard
36695 mm
36696 \end_layout
36697
36698 \end_inset
36699 </cell>
36700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36701 \begin_inset Text
36702
36703 \begin_layout Standard
36704 millimeter
36705 \end_layout
36706
36707 \end_inset
36708 </cell>
36709 </row>
36710 <row topline="true">
36711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36712 \begin_inset Text
36713
36714 \begin_layout Standard
36715 cm
36716 \end_layout
36717
36718 \end_inset
36719 </cell>
36720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36721 \begin_inset Text
36722
36723 \begin_layout Standard
36724 centimeter
36725 \end_layout
36726
36727 \end_inset
36728 </cell>
36729 </row>
36730 <row topline="true">
36731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36732 \begin_inset Text
36733
36734 \begin_layout Standard
36735 in
36736 \end_layout
36737
36738 \end_inset
36739 </cell>
36740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36741 \begin_inset Text
36742
36743 \begin_layout Standard
36744 inch
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 </row>
36750 <row topline="true">
36751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36752 \begin_inset Text
36753
36754 \begin_layout Standard
36755 pt
36756 \end_layout
36757
36758 \end_inset
36759 </cell>
36760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36761 \begin_inset Text
36762
36763 \begin_layout Standard
36764 point (72.27\InsetSpace \thinspace{}
36765 pt = 1\InsetSpace \thinspace{}
36766 in)
36767 \end_layout
36768
36769 \end_inset
36770 </cell>
36771 </row>
36772 <row topline="true">
36773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Standard
36777 pc
36778 \end_layout
36779
36780 \end_inset
36781 </cell>
36782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36783 \begin_inset Text
36784
36785 \begin_layout Standard
36786 pica (1\InsetSpace \thinspace{}
36787 pc = 12\InsetSpace \thinspace{}
36788 pt)
36789 \end_layout
36790
36791 \end_inset
36792 </cell>
36793 </row>
36794 <row topline="true">
36795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36796 \begin_inset Text
36797
36798 \begin_layout Standard
36799 sp
36800 \end_layout
36801
36802 \end_inset
36803 </cell>
36804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36805 \begin_inset Text
36806
36807 \begin_layout Standard
36808 scaled point (65536\InsetSpace \thinspace{}
36809 sp = 1\InsetSpace \thinspace{}
36810 pt)
36811 \end_layout
36812
36813 \end_inset
36814 </cell>
36815 </row>
36816 <row topline="true">
36817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Standard
36821 bp
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36827 \begin_inset Text
36828
36829 \begin_layout Standard
36830 big point (72\InsetSpace \thinspace{}
36831 bp = 1\InsetSpace \thinspace{}
36832 in)
36833 \end_layout
36834
36835 \end_inset
36836 </cell>
36837 </row>
36838 <row topline="true">
36839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36840 \begin_inset Text
36841
36842 \begin_layout Standard
36843 dd
36844 \end_layout
36845
36846 \end_inset
36847 </cell>
36848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36849 \begin_inset Text
36850
36851 \begin_layout Standard
36852 didot (72\InsetSpace \thinspace{}
36853 dd 
36854 \begin_inset Formula $\approx$
36855 \end_inset
36856
36857  37.6\InsetSpace \thinspace{}
36858 mm)
36859 \end_layout
36860
36861 \end_inset
36862 </cell>
36863 </row>
36864 <row topline="true">
36865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Standard
36869 cc
36870 \end_layout
36871
36872 \end_inset
36873 </cell>
36874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36875 \begin_inset Text
36876
36877 \begin_layout Standard
36878 cicero (1\InsetSpace \thinspace{}
36879 cc = 12\InsetSpace \thinspace{}
36880 dd)
36881 \end_layout
36882
36883 \end_inset
36884 </cell>
36885 </row>
36886 <row topline="true">
36887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Standard
36891 Scale%
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Standard
36900 % of original image width
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 </row>
36906 <row topline="true">
36907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36908 \begin_inset Text
36909
36910 \begin_layout Standard
36911 text%
36912 \end_layout
36913
36914 \end_inset
36915 </cell>
36916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36917 \begin_inset Text
36918
36919 \begin_layout Standard
36920 % of text width
36921 \end_layout
36922
36923 \end_inset
36924 </cell>
36925 </row>
36926 <row topline="true">
36927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Standard
36931 col%
36932 \end_layout
36933
36934 \end_inset
36935 </cell>
36936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36937 \begin_inset Text
36938
36939 \begin_layout Standard
36940 % of column width
36941 \end_layout
36942
36943 \end_inset
36944 </cell>
36945 </row>
36946 <row topline="true">
36947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36948 \begin_inset Text
36949
36950 \begin_layout Standard
36951 page%
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 % of paper width
36961 \end_layout
36962
36963 \end_inset
36964 </cell>
36965 </row>
36966 <row topline="true">
36967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36968 \begin_inset Text
36969
36970 \begin_layout Standard
36971 line%
36972 \end_layout
36973
36974 \end_inset
36975 </cell>
36976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36977 \begin_inset Text
36978
36979 \begin_layout Standard
36980 % of line width
36981 \end_layout
36982
36983 \end_inset
36984 </cell>
36985 </row>
36986 <row topline="true">
36987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36988 \begin_inset Text
36989
36990 \begin_layout Standard
36991 theight%
36992 \end_layout
36993
36994 \end_inset
36995 </cell>
36996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36997 \begin_inset Text
36998
36999 \begin_layout Standard
37000 % of text height
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 </row>
37006 <row topline="true">
37007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37008 \begin_inset Text
37009
37010 \begin_layout Standard
37011 pheight%
37012 \end_layout
37013
37014 \end_inset
37015 </cell>
37016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37017 \begin_inset Text
37018
37019 \begin_layout Standard
37020 % of paper height
37021 \end_layout
37022
37023 \end_inset
37024 </cell>
37025 </row>
37026 <row topline="true">
37027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37028 \begin_inset Text
37029
37030 \begin_layout Standard
37031 ex
37032 \end_layout
37033
37034 \end_inset
37035 </cell>
37036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37037 \begin_inset Text
37038
37039 \begin_layout Standard
37040 height of letter 
37041 \emph on
37042 x
37043 \emph default
37044  in current font
37045 \end_layout
37046
37047 \end_inset
37048 </cell>
37049 </row>
37050 <row topline="true">
37051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37052 \begin_inset Text
37053
37054 \begin_layout Standard
37055 em
37056 \end_layout
37057
37058 \end_inset
37059 </cell>
37060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37061 \begin_inset Text
37062
37063 \begin_layout Standard
37064 width of letter 
37065 \emph on
37066 M
37067 \emph default
37068  in current font
37069 \end_layout
37070
37071 \end_inset
37072 </cell>
37073 </row>
37074 <row topline="true" bottomline="true">
37075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Standard
37079 mu
37080 \end_layout
37081
37082 \end_inset
37083 </cell>
37084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37085 \begin_inset Text
37086
37087 \begin_layout Standard
37088 math unit (1\InsetSpace \thinspace{}
37089 mu = 1/18\InsetSpace \thinspace{}
37090 em)
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 </row>
37096 </lyxtabular>
37097
37098 \end_inset
37099
37100
37101 \end_layout
37102
37103 \end_inset
37104
37105
37106 \end_layout
37107
37108 \begin_layout Chapter
37109 Credits
37110 \begin_inset LatexCommand label
37111 name "cha:Credits"
37112
37113 \end_inset
37114
37115
37116 \end_layout
37117
37118 \begin_layout Standard
37119 The documentation is a collaborative effort between many different people
37120  (and we would encourage people to contribute!).
37121 \end_layout
37122
37123 \begin_layout Itemize
37124
37125 \noun on
37126 Alejandro Aguilar Sierra
37127 \end_layout
37128
37129 \begin_layout Itemize
37130
37131 \noun on
37132 Amir Karger
37133 \end_layout
37134
37135 \begin_layout Itemize
37136
37137 \noun on
37138 David Johnson
37139 \end_layout
37140
37141 \begin_layout Itemize
37142
37143 \noun on
37144 Hartmut Haase
37145 \end_layout
37146
37147 \begin_layout Itemize
37148
37149 \noun on
37150 Ignacio García
37151 \end_layout
37152
37153 \begin_layout Itemize
37154
37155 \noun on
37156 Ivan Schreter
37157 \end_layout
37158
37159 \begin_layout Itemize
37160
37161 \noun on
37162 John Raithel
37163 \end_layout
37164
37165 \begin_layout Itemize
37166
37167 \noun on
37168 John Weiss
37169 \end_layout
37170
37171 \begin_layout Itemize
37172
37173 \noun on
37174 Lars Gullik Bjønnes
37175 \end_layout
37176
37177 \begin_layout Itemize
37178
37179 \noun on
37180 Matthias Ettrich
37181 \end_layout
37182
37183 \begin_layout Itemize
37184
37185 \noun on
37186 Matthias Zenker
37187 \end_layout
37188
37189 \begin_layout Itemize
37190
37191 \noun on
37192 Rich Fields
37193 \end_layout
37194
37195 \begin_layout Itemize
37196
37197 \noun on
37198 Pascal André
37199 \end_layout
37200
37201 \begin_layout Itemize
37202
37203 \noun on
37204 Paul Evans
37205 \end_layout
37206
37207 \begin_layout Itemize
37208
37209 \noun on
37210 Paul Russel
37211 \end_layout
37212
37213 \begin_layout Itemize
37214
37215 \noun on
37216 Robin Socha
37217 \end_layout
37218
37219 \begin_layout Itemize
37220
37221 \noun on
37222 Uwe Stöhr
37223 \end_layout
37224
37225 \begin_layout Itemize
37226 The LyX Team: 
37227 \begin_inset LatexCommand cite
37228 key "lyxcredit"
37229
37230 \end_inset
37231
37232
37233 \end_layout
37234
37235 \begin_layout Standard
37236
37237 \newpage
37238 The bibliography on the following page was created with the 
37239 \family sans
37240 Bibliography
37241 \family default
37242  environment.
37243 \end_layout
37244
37245 \begin_layout Bibliography
37246 \begin_inset LatexCommand bibitem
37247 label "Credits"
37248 key "lyxcredit"
37249
37250 \end_inset
37251
37252
37253 \begin_inset ERT
37254 status collapsed
37255
37256 \begin_layout Standard
37257
37258
37259 \backslash
37260 addcontentsline{toc}{chapter}{
37261 \backslash
37262 bibname
37263 \backslash
37264 ; 1}
37265 \end_layout
37266
37267 \end_inset
37268
37269
37270 \begin_inset Note Note
37271 status collapsed
37272
37273 \begin_layout Standard
37274 The command 
37275 \series bold
37276
37277 \backslash
37278 addcontentsline
37279 \series default
37280  is explained in the 
37281 \emph on
37282 Extended Features
37283 \emph default
37284  manual.
37285  It creates a TOC entry.
37286 \end_layout
37287
37288 \begin_layout Standard
37289 A manual TOC entry for the bibliography is only necessary because we use
37290  two different ones in one document.
37291 \end_layout
37292
37293 \end_inset
37294
37295 The LyX Team: 
37296 \begin_inset ERT
37297 status collapsed
37298
37299 \begin_layout Standard
37300
37301
37302 \backslash
37303 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
37304 \end_layout
37305
37306 \end_inset
37307
37308 Credits
37309 \begin_inset ERT
37310 status collapsed
37311
37312 \begin_layout Standard
37313
37314 }
37315 \end_layout
37316
37317 \end_inset
37318
37319
37320 \begin_inset Note Note
37321 status collapsed
37322
37323 \begin_layout Standard
37324 The command 
37325 \series bold
37326
37327 \backslash
37328 href
37329 \series default
37330  is explained in the 
37331 \emph on
37332 Embedded Objects
37333 \emph default
37334  manual.
37335  It creates a hyperlink.
37336 \end_layout
37337
37338 \end_inset
37339
37340 :
37341 \newline
37342
37343 \begin_inset LatexCommand url
37344 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
37345
37346 \end_inset
37347
37348
37349 \end_layout
37350
37351 \begin_layout Bibliography
37352 \begin_inset LatexCommand bibitem
37353 key "latexcompanion"
37354
37355 \end_inset
37356
37357 Frank Mittelbach and Michel Goossens: 
37358 \emph on
37359 The LaTeX Companion Second Edition.
37360
37361 \emph default
37362  Addison-Wesley, 2004
37363 \end_layout
37364
37365 \begin_layout Bibliography
37366 \begin_inset LatexCommand bibitem
37367 key "latexguide"
37368
37369 \end_inset
37370
37371 Helmut Kopka and Patrick W.
37372  Daly: 
37373 \emph on
37374 A Guide to LaTeX Fourth Edition.
37375
37376 \emph default
37377  Addison-Wesley, 2003
37378 \end_layout
37379
37380 \begin_layout Bibliography
37381 \begin_inset LatexCommand bibitem
37382 key "latexbook"
37383
37384 \end_inset
37385
37386 Leslie Lamport: 
37387 \emph on
37388 LaTeX: A Document Preparation System.
37389
37390 \emph default
37391  Addison-Wesley, second edition, 1994
37392 \end_layout
37393
37394 \begin_layout Bibliography
37395 \begin_inset LatexCommand bibitem
37396 key "texbook"
37397
37398 \end_inset
37399
37400 Donald E.
37401  Knuth.
37402  
37403 \emph on
37404 The TeXbook.
37405
37406 \emph default
37407  Addison-Wesley, 1984
37408 \end_layout
37409
37410 \begin_layout Bibliography
37411 \begin_inset LatexCommand bibitem
37412 key "TeXCatalogue"
37413
37414 \end_inset
37415
37416 The TeX Catalogue:
37417 \newline
37418
37419 \begin_inset LatexCommand url
37420 target "http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html"
37421
37422 \end_inset
37423
37424
37425 \end_layout
37426
37427 \begin_layout Bibliography
37428 \begin_inset LatexCommand bibitem
37429 key "LaTeXFAQ"
37430
37431 \end_inset
37432
37433
37434 \begin_inset LatexCommand url
37435 name "The LaTeX FAQ:"
37436 target "http://www.tex.ac.uk/cgi-bin/texfaq2html"
37437
37438 \end_inset
37439
37440
37441 \end_layout
37442
37443 \begin_layout Bibliography
37444 \begin_inset LatexCommand bibitem
37445 key "makeindex"
37446
37447 \end_inset
37448
37449
37450 \begin_inset ERT
37451 status collapsed
37452
37453 \begin_layout Standard
37454
37455
37456 \backslash
37457 href{http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi}{
37458 \end_layout
37459
37460 \end_inset
37461
37462 Documentation
37463 \begin_inset ERT
37464 status collapsed
37465
37466 \begin_layout Standard
37467
37468 }
37469 \end_layout
37470
37471 \end_inset
37472
37473  of the program 
37474 \family sans
37475 makeindex
37476 \family default
37477 :
37478 \newline
37479
37480 \begin_inset LatexCommand url
37481 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
37482
37483 \end_inset
37484
37485
37486 \end_layout
37487
37488 \begin_layout Bibliography
37489 \begin_inset LatexCommand bibitem
37490 key "caption"
37491
37492 \end_inset
37493
37494
37495 \begin_inset ERT
37496 status collapsed
37497
37498 \begin_layout Standard
37499
37500
37501 \backslash
37502 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
37503 \end_layout
37504
37505 \end_inset
37506
37507 Documentation
37508 \begin_inset ERT
37509 status collapsed
37510
37511 \begin_layout Standard
37512
37513 }
37514 \end_layout
37515
37516 \end_inset
37517
37518  of the LaTeX-package 
37519 \series bold
37520 caption
37521 \series default
37522
37523 \begin_inset LatexCommand index
37524 name "LaTeX-packages ! caption"
37525
37526 \end_inset
37527
37528 :
37529 \newline
37530
37531 \begin_inset LatexCommand url
37532 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
37533
37534 \end_inset
37535
37536
37537 \end_layout
37538
37539 \begin_layout Bibliography
37540 \begin_inset LatexCommand bibitem
37541 key "fancyhdr"
37542
37543 \end_inset
37544
37545
37546 \begin_inset ERT
37547 status collapsed
37548
37549 \begin_layout Standard
37550
37551
37552 \backslash
37553 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf}
37554 {
37555 \end_layout
37556
37557 \end_inset
37558
37559 Documentation
37560 \begin_inset ERT
37561 status collapsed
37562
37563 \begin_layout Standard
37564
37565 }
37566 \end_layout
37567
37568 \end_inset
37569
37570  of the LaTeX-package 
37571 \series bold
37572 fancyhdr
37573 \series default
37574
37575 \begin_inset LatexCommand index
37576 name "LaTeX-packages ! fancyhdr"
37577
37578 \end_inset
37579
37580 :
37581 \newline
37582
37583 \begin_inset LatexCommand url
37584 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
37585
37586 \end_inset
37587
37588
37589 \end_layout
37590
37591 \begin_layout Bibliography
37592 \begin_inset LatexCommand bibitem
37593 key "floatflt"
37594
37595 \end_inset
37596
37597
37598 \begin_inset ERT
37599 status collapsed
37600
37601 \begin_layout Standard
37602
37603
37604 \backslash
37605 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
37606 {
37607 \end_layout
37608
37609 \end_inset
37610
37611 Documentation
37612 \begin_inset ERT
37613 status collapsed
37614
37615 \begin_layout Standard
37616
37617 }
37618 \end_layout
37619
37620 \end_inset
37621
37622  of the LaTeX-package 
37623 \series bold
37624 floatflt
37625 \series default
37626
37627 \begin_inset LatexCommand index
37628 name "LaTeX-packages ! floatflt"
37629
37630 \end_inset
37631
37632 :
37633 \newline
37634
37635 \begin_inset LatexCommand url
37636 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf"
37637
37638 \end_inset
37639
37640
37641 \end_layout
37642
37643 \begin_layout Bibliography
37644 \begin_inset LatexCommand bibitem
37645 key "nomencl"
37646
37647 \end_inset
37648
37649
37650 \begin_inset ERT
37651 status collapsed
37652
37653 \begin_layout Standard
37654
37655
37656 \backslash
37657 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf}{
37658 \end_layout
37659
37660 \end_inset
37661
37662 Documentation
37663 \begin_inset ERT
37664 status collapsed
37665
37666 \begin_layout Standard
37667
37668 }
37669 \end_layout
37670
37671 \end_inset
37672
37673  of the LaTeX-package 
37674 \series bold
37675 nomencl
37676 \series default
37677
37678 \begin_inset LatexCommand index
37679 name "LaTeX-packages ! nomencl"
37680
37681 \end_inset
37682
37683 :
37684 \newline
37685
37686 \begin_inset LatexCommand url
37687 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
37688
37689 \end_inset
37690
37691
37692 \end_layout
37693
37694 \begin_layout Bibliography
37695 \begin_inset LatexCommand bibitem
37696 key "tipa"
37697
37698 \end_inset
37699
37700
37701 \begin_inset ERT
37702 status collapsed
37703
37704 \begin_layout Standard
37705
37706
37707 \backslash
37708 href{http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf}{
37709 \end_layout
37710
37711 \end_inset
37712
37713 Documentation
37714 \begin_inset ERT
37715 status collapsed
37716
37717 \begin_layout Standard
37718
37719 }
37720 \end_layout
37721
37722 \end_inset
37723
37724  of the LaTeX-package 
37725 \series bold
37726 tipa
37727 \series default
37728
37729 \begin_inset LatexCommand index
37730 name "LaTeX-packages ! tipa"
37731
37732 \end_inset
37733
37734 :
37735 \newline
37736
37737 \begin_inset LatexCommand url
37738 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
37739
37740 \end_inset
37741
37742
37743 \end_layout
37744
37745 \begin_layout Bibliography
37746 \begin_inset LatexCommand bibitem
37747 key "XeTeX"
37748
37749 \end_inset
37750
37751
37752 \begin_inset ERT
37753 status collapsed
37754
37755 \begin_layout Standard
37756
37757
37758 \backslash
37759 href{http://wiki.lyx.org/LyX/XeTeX}{
37760 \end_layout
37761
37762 \end_inset
37763
37764 Wiki-page
37765 \begin_inset ERT
37766 status collapsed
37767
37768 \begin_layout Standard
37769
37770 }
37771 \end_layout
37772
37773 \end_inset
37774
37775  how to use LyX with XeTeX:
37776 \newline
37777
37778 \begin_inset LatexCommand url
37779 target "http://wiki.lyx.org/LyX/XeTeX"
37780
37781 \end_inset
37782
37783
37784 \end_layout
37785
37786 \begin_layout Bibliography
37787 \begin_inset LatexCommand bibitem
37788 key "Arabic"
37789
37790 \end_inset
37791
37792
37793 \begin_inset ERT
37794 status collapsed
37795
37796 \begin_layout Standard
37797
37798
37799 \backslash
37800 href{http://wiki.lyx.org/Windows/Arabic}{
37801 \end_layout
37802
37803 \end_inset
37804
37805 Wiki-page
37806 \begin_inset ERT
37807 status collapsed
37808
37809 \begin_layout Standard
37810
37811 }
37812 \end_layout
37813
37814 \end_inset
37815
37816  how to set up LyX for Arabic:
37817 \newline
37818
37819 \begin_inset LatexCommand url
37820 target "http://wiki.lyx.org/Windows/Arabic"
37821
37822 \end_inset
37823
37824
37825 \end_layout
37826
37827 \begin_layout Bibliography
37828 \begin_inset LatexCommand bibitem
37829 key "Armenian"
37830
37831 \end_inset
37832
37833
37834 \begin_inset ERT
37835 status collapsed
37836
37837 \begin_layout Standard
37838
37839
37840 \backslash
37841 href{http://wiki.lyx.org/Windows/Armenian}{
37842 \end_layout
37843
37844 \end_inset
37845
37846 Wiki-page
37847 \begin_inset ERT
37848 status collapsed
37849
37850 \begin_layout Standard
37851
37852 }
37853 \end_layout
37854
37855 \end_inset
37856
37857  how to set up LyX for Armenian:
37858 \newline
37859
37860 \begin_inset LatexCommand url
37861 target "http://wiki.lyx.org/Windows/Armenian"
37862
37863 \end_inset
37864
37865
37866 \end_layout
37867
37868 \begin_layout Bibliography
37869 \begin_inset LatexCommand bibitem
37870 key "Farsi"
37871
37872 \end_inset
37873
37874
37875 \begin_inset ERT
37876 status collapsed
37877
37878 \begin_layout Standard
37879
37880
37881 \backslash
37882 href{http://wiki.lyx.org/Windows/Farsi}{
37883 \end_layout
37884
37885 \end_inset
37886
37887 Wiki-page
37888 \begin_inset ERT
37889 status collapsed
37890
37891 \begin_layout Standard
37892
37893 }
37894 \end_layout
37895
37896 \end_inset
37897
37898  how to set up LyX for Farsi:
37899 \newline
37900
37901 \begin_inset LatexCommand url
37902 target "http://wiki.lyx.org/Windows/Farsi"
37903
37904 \end_inset
37905
37906
37907 \end_layout
37908
37909 \begin_layout Bibliography
37910 \begin_inset LatexCommand bibitem
37911 key "Hebrew"
37912
37913 \end_inset
37914
37915
37916 \begin_inset ERT
37917 status collapsed
37918
37919 \begin_layout Standard
37920
37921
37922 \backslash
37923 href{http://wiki.lyx.org/Windows/Hebrew}{
37924 \end_layout
37925
37926 \end_inset
37927
37928 Wiki-page
37929 \begin_inset ERT
37930 status collapsed
37931
37932 \begin_layout Standard
37933
37934 }
37935 \end_layout
37936
37937 \end_inset
37938
37939  how to set up LyX for Hebrew:
37940 \newline
37941
37942 \begin_inset LatexCommand url
37943 target "http://wiki.lyx.org/Windows/Hebrew"
37944
37945 \end_inset
37946
37947
37948 \end_layout
37949
37950 \begin_layout Bibliography
37951 \begin_inset LatexCommand bibitem
37952 key "LyX-func"
37953
37954 \end_inset
37955
37956
37957 \begin_inset ERT
37958 status collapsed
37959
37960 \begin_layout Standard
37961
37962
37963 \backslash
37964 href{http://wiki.lyx.org/LyX/LyxFunctionList1-5-1}{
37965 \end_layout
37966
37967 \end_inset
37968
37969 Wiki-page
37970 \begin_inset ERT
37971 status collapsed
37972
37973 \begin_layout Standard
37974
37975 }
37976 \end_layout
37977
37978 \end_inset
37979
37980  with a list of all available LyX-functions:
37981 \newline
37982
37983 \begin_inset LatexCommand url
37984 target "http://wiki.lyx.org/LyX/LyxFunctionList1-5-1"
37985
37986 \end_inset
37987
37988
37989 \end_layout
37990
37991 \begin_layout Standard
37992
37993 \newpage
37994
37995 \begin_inset LatexCommand bibtex
37996 options "biblio/alphadin"
37997 bibfiles "biblio/LyXDocs"
37998
37999 \end_inset
38000
38001
38002 \end_layout
38003
38004 \begin_layout Standard
38005 The above bibliography is created from a BibTeX-database.
38006 \end_layout
38007
38008 \begin_layout Standard
38009 \begin_inset ERT
38010 status collapsed
38011
38012 \begin_layout Standard
38013
38014
38015 \backslash
38016 addcontentsline{toc}{chapter}{
38017 \backslash
38018 bibname
38019 \backslash
38020 ; 2}
38021 \end_layout
38022
38023 \end_inset
38024
38025
38026 \begin_inset Note Note
38027 status collapsed
38028
38029 \begin_layout Standard
38030 The command 
38031 \series bold
38032
38033 \backslash
38034 addcontentsline
38035 \series default
38036  is explained in the 
38037 \emph on
38038 Extended Features
38039 \emph default
38040  manual.
38041  It creates a TOC entry.
38042 \end_layout
38043
38044 \begin_layout Standard
38045 A manual TOC entry for the bibliography is only necessary because we use
38046  two different ones in one document.
38047 \end_layout
38048
38049 \end_inset
38050
38051
38052 \end_layout
38053
38054 \begin_layout Standard
38055
38056 \series bold
38057 \begin_inset LatexCommand printnomenclature
38058
38059 \end_inset
38060
38061
38062 \begin_inset LatexCommand printindex
38063
38064 \end_inset
38065
38066
38067 \end_layout
38068
38069 \end_body
38070 \end_document