]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
UserGuide.lyx: fix bug 4192 (hopefully)
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.5.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
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   % the pages of the TOC are numbered roman
25   % and a pdf-bookmark for the TOC is added
26   \pagenumbering{roman}
27   \let\myTOC\tableofcontents
28   \renewcommand\tableofcontents{%
29     \pdfbookmark[1]{Contents}{}
30     \myTOC
31     \cleardoublepage
32     \pagenumbering{arabic} }
33  % link all cross references and URLs in pdf output
34  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
35  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
36  pdfpagelayout=OneColumn, pdfnewwindow=true,
37  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
38  pdfauthor={LyX Team}, pdftex,
39  pdftitle={The LyX User's Guide},pdfsubject={LyX},
40  pdfkeywords={LyX}]{hyperref}
41  
42 \else % if dvi or ps is produced
43
44  % link all cross references and URLs in dvi output
45  \usepackage[ps2pdf]{hyperref}
46
47  % the pages of the TOC are numbered roman
48  \pagenumbering{roman}
49  \let\myTOC\tableofcontents
50  \renewcommand\tableofcontents{%
51    \pdfbookmark[1]{Contents}{}
52    \myTOC
53    \cleardoublepage
54    \pagenumbering{arabic} }
55    
56 \fi 
57
58 % redefine the \LyX macro for PDF bookmarks
59 \def\LyX{\texorpdfstring{%
60   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
61   {LyX }}
62
63 % define a short command for \textvisiblespace
64 \newcommand{\spce}{\textvisiblespace}
65
66 % redefine the greyed out note
67 \renewenvironment{lyxgreyedout}
68  {\textcolor{blue}\bgroup}{\egroup}
69 \end_preamble
70 \options intoc,refpage,idxtotoc,BCOR7mm
71 \language english
72 \inputencoding auto
73 \font_roman default
74 \font_sans default
75 \font_typewriter default
76 \font_default_family default
77 \font_sc false
78 \font_osf false
79 \font_sf_scale 100
80 \font_tt_scale 100
81 \graphics default
82 \paperfontsize 12
83 \spacing single
84 \papersize default
85 \use_geometry false
86 \use_amsmath 1
87 \use_esint 0
88 \cite_engine basic
89 \use_bibtopic false
90 \paperorientation portrait
91 \branch Question
92 \selected 1
93 \color #00ff00
94 \end_branch
95 \branch Answer
96 \selected 0
97 \color #aa55ff
98 \end_branch
99 \secnumdepth 3
100 \tocdepth 3
101 \paragraph_separation indent
102 \defskip medskip
103 \quotes_language english
104 \papercolumns 1
105 \papersides 2
106 \paperpagestyle default
107 \tracking_changes false
108 \output_changes false
109 \author "" 
110 \author "" 
111 \end_header
112
113 \begin_body
114
115 \begin_layout Title
116 The LyX User's Guide
117 \end_layout
118
119 \begin_layout Author
120 by the LyX Team
121 \begin_inset Foot
122 status collapsed
123
124 \begin_layout Standard
125 \noindent
126 If you have comments or error corrections, please send them to the LyX Documenta
127 tion mailing list: 
128 \family typewriter
129 lyx-docs@lists.lyx.org
130 \end_layout
131
132 \end_inset
133
134
135 \newline
136
137 \newline
138 Version 1.5.2
139 \end_layout
140
141 \begin_layout Standard
142 \begin_inset Note Note
143 status open
144
145 \begin_layout Standard
146 To export this document as PDF, Postscript, or DVI, the LaTeX-package 
147 \series bold
148 hyperref
149 \series default
150  has to be installed.
151 \end_layout
152
153 \begin_layout Standard
154 This package should be part of all popular LaTeX-distributions.
155 \end_layout
156
157 \end_inset
158
159
160 \end_layout
161
162 \begin_layout Standard
163 \begin_inset LatexCommand tableofcontents
164
165 \end_inset
166
167
168 \end_layout
169
170 \begin_layout Chapter
171 Getting Started
172 \end_layout
173
174 \begin_layout Section
175 What is LyX?
176 \end_layout
177
178 \begin_layout Standard
179 LyX is a document preparation system.
180  It is a tool for producing beautiful manuscripts, publishable books, business
181  letters and proposals, and even poetry.
182  It is unlike most other 
183 \begin_inset Quotes eld
184 \end_inset
185
186 word processors
187 \begin_inset Quotes erd
188 \end_inset
189
190  in the sense that it uses the paradigm of a markup language as its core
191  editing style.
192  That means that when you type a section header, you mark it as a 
193 \begin_inset Quotes eld
194 \end_inset
195
196 Section
197 \begin_inset Quotes erd
198 \end_inset
199
200 , not 
201 \begin_inset Quotes eld
202 \end_inset
203
204 Bold, 17 pt type, left justified, 5 mm space below
205 \begin_inset Quotes erd
206 \end_inset
207
208 .
209  LyX takes care of the typesetting for you, so you deal only with concepts,
210  not the mechanics.
211 \end_layout
212
213 \begin_layout Standard
214 This philosophy is explained in much greater detail in the 
215 \emph on
216
217 \begin_inset Quotes eld
218 \end_inset
219
220 Introduction
221 \begin_inset Quotes erd
222 \end_inset
223
224
225 \emph default
226 .
227  If you haven't read it yet, you need to.
228  Yes, we mean now.
229 \end_layout
230
231 \begin_layout Standard
232 The 
233 \begin_inset Quotes eld
234 \end_inset
235
236
237 \emph on
238 Introduction
239 \emph default
240
241 \begin_inset Quotes erd
242 \end_inset
243
244  describes several things in addition to LyX's philosophy: most importantly,
245  the format of all of the manuals.
246  If you don't read it, you'll have a bear of a time navigating this manual.
247  You might also be better served looking in one of the other manuals instead
248  of this one.
249  
250 \begin_inset Quotes eld
251 \end_inset
252
253
254 \emph on
255 Introduction
256 \emph default
257
258 \begin_inset Quotes erd
259 \end_inset
260
261  describes that, too.
262 \end_layout
263
264 \begin_layout Section
265 How LyX Looks
266 \end_layout
267
268 \begin_layout Standard
269 Like most applications, LyX has the familiar menu bar across the top of
270  its window.
271  Below it is a toolbar with a pulldown box and various buttons.
272  There is, of course, a vertical scrollbar and a main work area for editing
273  documents.
274  Near the bottom of the window is a small window containing a single line
275  of text.
276  This is the 
277 \emph on
278 minibuffer
279 \emph default
280 , which really means 
281 \begin_inset Quotes eld
282 \end_inset
283
284 command buffer
285 \begin_inset Quotes erd
286 \end_inset
287
288 .
289  Type 
290 \family sans
291 M-x
292 \family default
293  when you need to type a command in the minibuffer.
294 \end_layout
295
296 \begin_layout Standard
297 Note that there is no horizontal scroll bar.
298  This is not a bug or an oversight, but intentional.
299  When you read a book, you expect the end of a line to wrap around to the
300  next line.
301  Text overflows onto new pages in a vertical fashion, hence the need for
302  only a vertical scrollbar.
303  There are three cases where you might want a horizontal scrollbar.
304  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
305  This, however, is due
306  to a flaw in the routine that displays graphics on the LyX screen in a
307  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
308  as you'd need to rescale graphics to fit on a page.
309  The second and third cases are tables and equations which are wider than
310  the LyX window.
311  You can use the arrow keys to scroll horizontally through the table, but
312  this doesn't work for equations yet.
313 \end_layout
314
315 \begin_layout Standard
316 For a brief description of all LyX menus and toolbar buttons, have a look
317  at Appendix\InsetSpace ~
318
319 \begin_inset LatexCommand ref
320 reference "cha:The-User-Interface"
321
322 \end_inset
323
324 .
325  Most of them are self-explanatory and you'll find them listed in the correspond
326 ing sections of this documentation.
327 \end_layout
328
329 \begin_layout Section
330 HELP
331 \end_layout
332
333 \begin_layout Standard
334 The help system consists of the LyX manuals.
335  You can read 
336 \emph on
337 all
338 \emph default
339  of the manuals from inside LyX.
340  Just select the manual you want read from the 
341 \family sans
342 Help
343 \family default
344  menu.
345 \end_layout
346
347 \begin_layout Section
348 Basic LyX Setup
349 \begin_inset LatexCommand label
350 name "sec:Basic-LyX-Setup"
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 There are several features of LyX that can be configured from inside LyX,
359  without resorting to configuration files.
360  First, LyX is able to inspect your system to see what programs, LaTeX document
361  classes and LaTeX packages are available.
362  It uses this knowledge to give reasonable defaults to several 
363 \family sans
364 Preferences
365 \begin_inset LatexCommand index
366 name "Preferences"
367
368 \end_inset
369
370
371 \family default
372  settings.
373  Although this configuration has already been done when LyX was installed
374  on your system, you might have some items that you installed locally, e.g.
375  new LaTeX classes, and which are not seen by LyX.
376  To force LyX to re-inspect your system, you should use 
377 \family sans
378 Tools\SpecialChar \menuseparator
379 Reconfigure
380 \family default
381 .
382 \begin_inset LatexCommand index
383 name "Reconfiguration of LyX"
384
385 \end_inset
386
387  You should then restart LyX to ensure that the changes are taken into account.
388 \end_layout
389
390 \begin_layout Section
391 LaTeX Setup
392 \begin_inset LatexCommand label
393 name "sec:LaTeX-Setup"
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Standard
401 LyX needs several LaTeX packages to work properly.
402  The packages found on the system by LyX are listed in the file 
403 \emph on
404 LaT
405 \emph default
406
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Standard
411
412 {}
413 \end_layout
414
415 \end_inset
416
417
418 \emph on
419 eX\InsetSpace ~
420 Configuration
421 \emph default
422  that will be created when using the menu 
423 \family sans
424 Help\SpecialChar \menuseparator
425 LaT
426 \begin_inset ERT
427 status collapsed
428
429 \begin_layout Standard
430
431 {}
432 \end_layout
433
434 \end_inset
435
436 eX\InsetSpace ~
437 Configuration
438 \family default
439 .
440  You should install the required missing packages and then reconfigure LyX.
441 \begin_inset Note Note
442 status collapsed
443
444 \begin_layout Standard
445 The two braces in the ERT box prevent that the term 
446 \begin_inset Quotes eld
447 \end_inset
448
449 LaTeX
450 \begin_inset Quotes erd
451 \end_inset
452
453  is printed with sub- and superscript letters.
454  More on ERT is described in section\InsetSpace ~
455
456 \begin_inset LatexCommand ref
457 reference "sec:ERT"
458
459 \end_inset
460
461 , the printout of proper names like LaTeX is explained in section\InsetSpace ~
462
463 \begin_inset LatexCommand ref
464 reference "sub:LyX's-Proper-Names"
465
466 \end_inset
467
468 .
469 \end_layout
470
471 \end_inset
472
473
474 \begin_inset LatexCommand index
475 name "Reconfiguration of LyX"
476
477 \end_inset
478
479
480 \end_layout
481
482 \begin_layout Chapter
483 How to work with LyX
484 \end_layout
485
486 \begin_layout Section
487 Basic File Operations
488 \begin_inset LatexCommand index
489 name "File Operations"
490
491 \end_inset
492
493
494 \end_layout
495
496 \begin_layout Standard
497 Under the 
498 \family sans
499 File
500 \family default
501  menu are basic operations for any word processor in addition to some more
502  advanced operations:
503 \end_layout
504
505 \begin_layout Itemize
506
507 \family sans
508 New
509 \end_layout
510
511 \begin_layout Itemize
512
513 \family sans
514 New\InsetSpace ~
515 from
516 \bar under
517 \InsetSpace ~
518
519 \bar default
520 Template
521 \end_layout
522
523 \begin_layout Itemize
524
525 \family sans
526 Open
527 \end_layout
528
529 \begin_layout Itemize
530
531 \family sans
532 Close
533 \end_layout
534
535 \begin_layout Itemize
536
537 \family sans
538 Save
539 \end_layout
540
541 \begin_layout Itemize
542
543 \family sans
544 Save\InsetSpace ~
545 As
546 \end_layout
547
548 \begin_layout Itemize
549
550 \family sans
551 Revert\InsetSpace ~
552 to\InsetSpace ~
553 saved
554 \end_layout
555
556 \begin_layout Itemize
557
558 \family sans
559 Version\InsetSpace ~
560 Control
561 \end_layout
562
563 \begin_layout Itemize
564
565 \family sans
566 Import
567 \end_layout
568
569 \begin_layout Itemize
570
571 \family sans
572 Export
573 \end_layout
574
575 \begin_layout Itemize
576
577 \family sans
578 Print
579 \end_layout
580
581 \begin_layout Itemize
582
583 \family sans
584 Exit
585 \end_layout
586
587 \begin_layout Standard
588 They all do pretty much the same thing as in other word processors, with
589  a few minor differences.
590  The 
591 \family sans
592 File\SpecialChar \menuseparator
593 New\InsetSpace ~
594 from
595 \bar under
596 \InsetSpace ~
597
598 \bar default
599 Template
600 \family default
601  command not only prompts you for a name for the new file, but also prompts
602  you for a template to use.
603  Selecting a template will automatically set certain layout features for
604  the document, features you would otherwise need to change manually.
605  They can be of use for certain classes, especially those for writing letters
606  (see section\InsetSpace ~
607
608 \begin_inset LatexCommand ref
609 reference "sec:Document-Classes"
610
611 \end_inset
612
613 ).
614 \end_layout
615
616 \begin_layout Standard
617 Note: There is no 
618 \begin_inset Quotes eld
619 \end_inset
620
621 default file
622 \begin_inset Quotes erd
623 \end_inset
624
625  or document named 
626 \begin_inset Quotes eld
627 \end_inset
628
629 Untitled
630 \begin_inset Quotes erd
631 \end_inset
632
633  or 
634 \begin_inset Quotes eld
635 \end_inset
636
637 scratch.
638 \begin_inset Quotes erd
639 \end_inset
640
641  Unless you tell LyX to open a file or create a new one, that big, blank
642  space is just that --- a big, blank space.
643 \end_layout
644
645 \begin_layout Standard
646
647 \family sans
648 Revert\InsetSpace ~
649 to\InsetSpace ~
650 saved
651 \family default
652  and 
653 \family sans
654 Version\InsetSpace ~
655 Control
656 \family default
657  are useful if more people work on the same document at the same time
658 \begin_inset Foot
659 status collapsed
660
661 \begin_layout Standard
662 If you plan to do this, you should check out the Version Control feature
663  in LyX also.
664  Read 
665 \emph on
666 Extended Features
667 \emph default
668 \SpecialChar \@.
669
670 \end_layout
671
672 \end_inset
673
674 .
675  
676 \family sans
677 Revert\InsetSpace ~
678 to\InsetSpace ~
679 saved
680 \family default
681  will reload the document from disk.
682  You can of course also use it if you regret that you changed a document
683  and want to restore it to the last save.
684  With
685 \family sans
686  Version\InsetSpace ~
687 Control 
688 \family default
689 you can there register the changes you made to a document so that others
690  can identify this as your changes.
691 \end_layout
692
693 \begin_layout Section
694 Basic Editing Features
695 \begin_inset LatexCommand index
696 name "Editing"
697
698 \end_inset
699
700
701 \begin_inset LatexCommand label
702 name "sec:Basic-Editing-Features"
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 Like most modern word processors, LyX can perform cut and paste operations
711  on blocks of text, can move by character, word, or screenful of text, and
712  can delete whole words as well as individual characters.
713  The next four sections cover the basic LyX editing features and how to
714  access them.
715  We'll start with cut and paste.
716 \end_layout
717
718 \begin_layout Standard
719 As you might expect, the 
720 \family sans
721 Edit
722 \family default
723  menu has the cut and paste commands, along with various other editing features.
724  Some of these are special and covered in later sections.
725  The basic ones are:
726 \end_layout
727
728 \begin_layout Itemize
729
730 \family sans
731 Cut
732 \end_layout
733
734 \begin_layout Itemize
735
736 \family sans
737 Copy
738 \end_layout
739
740 \begin_layout Itemize
741
742 \family sans
743 Paste
744 \end_layout
745
746 \begin_layout Itemize
747
748 \family sans
749 Paste\InsetSpace ~
750 Recent
751 \end_layout
752
753 \begin_layout Itemize
754
755 \family sans
756 Paste\InsetSpace ~
757 Special
758 \end_layout
759
760 \begin_layout Itemize
761
762 \family sans
763 Find\InsetSpace ~
764 &\InsetSpace ~
765 Replace
766 \end_layout
767
768 \begin_layout Standard
769 The first three are self-explanatory.
770  One thing to note: whenever you delete a block of text that you've selected,
771  it's automatically placed in the clipboard.
772  That is, the 
773 \family sans
774 Delete
775 \family default
776  and 
777 \family sans
778 Backspace
779 \family default
780  keys also functions as the 
781 \family sans
782 Cut
783 \family default
784  command.
785  Also, if you've selected text, be careful.
786  If you hit a key, LyX will completely delete the selected text and replace
787  it with what you just typed.
788  You'll have to do an 
789 \family sans
790 Undo
791 \family default
792  to get back the lost text.
793 \end_layout
794
795 \begin_layout Standard
796 You can also copy text between LyX and other programs by cut, copy and paste.
797  The submenu of 
798 \family sans
799 Paste\InsetSpace ~
800 Recent
801 \family default
802  shows you a list with the last strings you have pasted.
803 \end_layout
804
805 \begin_layout Standard
806 The menu 
807 \family sans
808 Edit\SpecialChar \menuseparator
809 Paste\InsetSpace ~
810 Special\SpecialChar \menuseparator
811 Plain\InsetSpace ~
812 Text, Join\InsetSpace ~
813 Lines
814 \family default
815  will insert the text in the clipboard so that the whole text is inserted
816  as 
817 \emph on
818 one
819 \emph default
820  paragraph.
821  A new paragraph is started when there is a blank line in the file.
822  Without 
823 \family sans
824 Join\InsetSpace ~
825 Lines
826 \family default
827 , the text is inserted as Paragraphs, where the line breaks of the text
828  will start a new paragraph.
829 \end_layout
830
831 \begin_layout Standard
832 \begin_inset LatexCommand index
833 name "Dialogs ! Find \\& Replace"
834
835 \end_inset
836
837 The 
838 \family sans
839 Edit\SpecialChar \menuseparator
840 Find\InsetSpace ~
841 &\InsetSpace ~
842 Replace
843 \family default
844  item opens the 
845 \family sans
846 Find\InsetSpace ~
847 and\InsetSpace ~
848 Replace
849 \family default
850  dialog.
851  Once you've found a word or expression, LyX selects it.
852  Hitting the 
853 \family sans
854 Replace
855 \family default
856  button replaces the selected text with the contents of the 
857 \family sans
858 Replace\InsetSpace ~
859 with
860 \family default
861  field.
862  You can click the 
863 \family sans
864 Find\InsetSpace ~
865 Next
866 \family default
867  button to skip the current word.
868  Hit 
869 \family sans
870 Replace\InsetSpace ~
871 All
872 \family default
873  to replace all occurrences of the text in the document automatically.
874  The 
875 \family sans
876 Case\InsetSpace ~
877 sensitive
878 \family default
879  option can be used if you want the search to consider the case of the search
880  word.
881  If the toggle is set, searching for 
882 \begin_inset Quotes eld
883 \end_inset
884
885
886 \family typewriter
887 Test
888 \family default
889
890 \begin_inset Quotes erd
891 \end_inset
892
893  will not match the word 
894 \begin_inset Quotes eld
895 \end_inset
896
897
898 \family typewriter
899 test
900 \family default
901
902 \begin_inset Quotes erd
903 \end_inset
904
905 .
906  The 
907 \family sans
908 Match whole words only
909 \family default
910  option can be used to force LyX to only find complete words.
911  I.e., searching for 
912 \begin_inset Quotes eld
913 \end_inset
914
915
916 \family typewriter
917 star
918 \family default
919
920 \begin_inset Quotes erd
921 \end_inset
922
923  will not match 
924 \begin_inset Quotes eld
925 \end_inset
926
927
928 \family typewriter
929 starlet
930 \family default
931
932 \begin_inset Quotes erd
933 \end_inset
934
935 .
936 \end_layout
937
938 \begin_layout Section
939 Undo and Redo
940 \begin_inset LatexCommand index
941 name "Redo"
942
943 \end_inset
944
945
946 \begin_inset LatexCommand index
947 name "Undo"
948
949 \end_inset
950
951
952 \begin_inset LatexCommand label
953 name "sec:Undo-and-Redo"
954
955 \end_inset
956
957
958 \end_layout
959
960 \begin_layout Standard
961 If you make a mistake, you can easily recover from it.
962  LyX has a large-capacity undo/redo buffer.
963  Select 
964 \family sans
965 Edit\SpecialChar \menuseparator
966 Undo
967 \family default
968  to undo some mistake.
969  If you accidentally undo too much, use 
970 \family sans
971 Edit\SpecialChar \menuseparator
972 Redo
973 \family default
974  to 
975 \begin_inset Quotes eld
976 \end_inset
977
978 undo the undo.
979 \begin_inset Quotes erd
980 \end_inset
981
982  The undo mechanism is currently limited to 100 steps to minimize memory
983  overhead.
984  
985 \end_layout
986
987 \begin_layout Standard
988 Notice that if you revert back all changes to arrive to the document as
989  it was last saved, the 
990 \begin_inset Quotes eld
991 \end_inset
992
993 changed
994 \begin_inset Quotes erd
995 \end_inset
996
997  status of the document is unfortunately not reset.
998  This is a consequence of the 100 step undo limit, above.
999 \end_layout
1000
1001 \begin_layout Standard
1002 The 
1003 \family sans
1004 Undo
1005 \family default
1006  and 
1007 \family sans
1008 Redo
1009 \family default
1010  work on almost everything in LyX.
1011  They have some quirks, too.
1012  They won't 
1013 \family sans
1014 Undo
1015 \family default
1016  or 
1017 \family sans
1018 Redo
1019 \family default
1020  text character by character, but by blocks of text.
1021  That can take some getting used to; you'll have to play with 
1022 \family sans
1023 Undo
1024 \family default
1025  and 
1026 \family sans
1027 Redo
1028 \family default
1029  to get a feel for just how much they'll undo/redo, and after time, you'll
1030  surely appreciate how it works.
1031 \end_layout
1032
1033 \begin_layout Section
1034 Mouse Operations
1035 \begin_inset LatexCommand index
1036 name "Mouse Operations"
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \begin_layout Standard
1044 This are the most basic mouse operations.
1045 \end_layout
1046
1047 \begin_layout Enumerate
1048 Motion
1049 \end_layout
1050
1051 \begin_deeper
1052 \begin_layout Itemize
1053 Click the 
1054 \emph on
1055 left mouse button
1056 \emph default
1057  once anywhere in the edit window.
1058  The cursor moves to the text under the mouse.
1059 \end_layout
1060
1061 \end_deeper
1062 \begin_layout Enumerate
1063 Selecting Text
1064 \end_layout
1065
1066 \begin_deeper
1067 \begin_layout Itemize
1068 Hold down the 
1069 \emph on
1070 left mouse button
1071 \emph default
1072  and drag the mouse.
1073  LyX marks the text between the old and new mouse positions.
1074  Use 
1075 \family sans
1076 Edit\SpecialChar \menuseparator
1077 Copy
1078 \family default
1079  to create a copy of the text in LyX's buffer (and the clipboard).
1080 \end_layout
1081
1082 \begin_layout Itemize
1083 Re-position the cursor and then paste the text back into LyX using 
1084 \family sans
1085 Edit\SpecialChar \menuseparator
1086 Paste
1087 \family default
1088 .
1089 \end_layout
1090
1091 \end_deeper
1092 \begin_layout Enumerate
1093 Insets (Footnotes, Notes, Floats, etc.)
1094 \end_layout
1095
1096 \begin_deeper
1097 \begin_layout Standard
1098
1099 \emph on
1100 Single click
1101 \emph default
1102  the left mouse button to open or close any of these.
1103  Right-click on them to set its properties.
1104  Also check the appropriate section of this manual for more details.
1105 \end_layout
1106
1107 \end_deeper
1108 \begin_layout Enumerate
1109 Tables
1110 \end_layout
1111
1112 \begin_deeper
1113 \begin_layout Standard
1114
1115 \emph on
1116 Single click
1117 \emph default
1118  the right mouse button to open a dialog that will allow you to manipulate
1119  the table.
1120 \end_layout
1121
1122 \end_deeper
1123 \begin_layout Section
1124 Basic Key Bindings
1125 \begin_inset LatexCommand label
1126 name "sec:Key-Bindings"
1127
1128 \end_inset
1129
1130
1131 \begin_inset LatexCommand index
1132 name "Key Bindings"
1133
1134 \end_inset
1135
1136
1137 \end_layout
1138
1139 \begin_layout Standard
1140 We're not going to cover all of the keybindings.
1141  Be aware that there are at least two different primary binding maps: CUA
1142  and Emacs.
1143  LyX's default is CUA.
1144 \end_layout
1145
1146 \begin_layout Standard
1147 Some keys, like 
1148 \family sans
1149 Page\InsetSpace ~
1150 Up
1151 \family default
1152
1153 \family sans
1154 Page\InsetSpace ~
1155 Down
1156 \family default
1157
1158 \family sans
1159 Left
1160 \family default
1161
1162 \family sans
1163 Right
1164 \family default
1165
1166 \family sans
1167 Up
1168 \family default
1169 , and 
1170 \family sans
1171 Down
1172 \family default
1173 , do exactly what you expect them to do.
1174  Other keys don't:
1175 \end_layout
1176
1177 \begin_layout Labeling
1178 \labelwidthstring 00.00.0000
1179
1180 \family sans
1181 Tab
1182 \begin_inset LatexCommand nomenclature
1183 symbol "Tab"
1184 description "Tabulator key"
1185
1186 \end_inset
1187
1188
1189 \family default
1190  There is no such thing as a tab stop in LyX.
1191  If you don't understand this, go read sections\InsetSpace ~
1192
1193 \begin_inset LatexCommand ref
1194 reference "sec:Par-indent-intro"
1195
1196 \end_inset
1197
1198  and 
1199 \begin_inset LatexCommand ref
1200 reference "sec:Paragraph-Environments"
1201
1202 \end_inset
1203
1204 , especially section\InsetSpace ~
1205
1206 \begin_inset LatexCommand ref
1207 reference "sub:Lists"
1208
1209 \end_inset
1210
1211 , right now.
1212  Yes, right now.
1213  If you're still confused, look in the 
1214 \emph on
1215 Tutorial
1216 \emph default
1217 .
1218 \end_layout
1219
1220 \begin_layout Labeling
1221 \labelwidthstring 00.00.0000
1222
1223 \family sans
1224 Esc
1225 \begin_inset LatexCommand nomenclature
1226 symbol "Esc"
1227 description "Escape key"
1228
1229 \end_inset
1230
1231
1232 \family default
1233  This is the 
1234 \begin_inset Quotes eld
1235 \end_inset
1236
1237 cancel key.
1238 \begin_inset Quotes erd
1239 \end_inset
1240
1241  It's used, generically, to cancel operations.
1242  Other parts of the manual will go into greater detail about this.
1243 \end_layout
1244
1245 \begin_layout Labeling
1246 \labelwidthstring 00.00.0000
1247
1248 \family sans
1249 Home
1250 \family default
1251 \InsetSpace ~
1252 and\InsetSpace ~
1253
1254 \family sans
1255 End
1256 \family default
1257  These move the cursor, respectively, to the beginning and end of a line,
1258  unless you are using the Emacs bindings where they jump to the beginning
1259  or end of the file.
1260 \end_layout
1261
1262 \begin_layout Standard
1263 There are three modifier keys:
1264 \end_layout
1265
1266 \begin_layout Labeling
1267 \labelwidthstring 00.00.0000
1268
1269 \family sans
1270 Control
1271 \family default
1272  (Denoted by 
1273 \begin_inset Quotes eld
1274 \end_inset
1275
1276
1277 \family sans
1278 C
1279 \family default
1280
1281 \begin_inset Quotes erd
1282 \end_inset
1283
1284
1285 \begin_inset LatexCommand nomenclature
1286 symbol "C"
1287 description "Control key"
1288
1289 \end_inset
1290
1291  in the documentation files) This has a couple of different uses, depending
1292  on which keys it's used in combination with:
1293 \end_layout
1294
1295 \begin_deeper
1296 \begin_layout Itemize
1297 With 
1298 \family sans
1299 Backspace
1300 \family default
1301  or 
1302 \family sans
1303 Delete
1304 \family default
1305 , it deletes an entire word instead of a single character.
1306 \end_layout
1307
1308 \begin_layout Itemize
1309 With 
1310 \family sans
1311 Left
1312 \family default
1313  and 
1314 \family sans
1315 Right
1316 \family default
1317 , it moves by words instead of characters.
1318 \end_layout
1319
1320 \begin_layout Itemize
1321 With 
1322 \family sans
1323 Home
1324 \family default
1325  and 
1326 \family sans
1327 End
1328 \family default
1329 , it moves to the beginning and the end of the document, respectively.
1330 \end_layout
1331
1332 \end_deeper
1333 \begin_layout Labeling
1334 \labelwidthstring 00.00.0000
1335
1336 \family sans
1337 Shift
1338 \family default
1339  (Denoted by 
1340 \begin_inset Quotes eld
1341 \end_inset
1342
1343
1344 \family sans
1345 S
1346 \family default
1347
1348 \begin_inset Quotes erd
1349 \end_inset
1350
1351
1352 \begin_inset LatexCommand nomenclature
1353 symbol "S"
1354 description "Shift key"
1355
1356 \end_inset
1357
1358  in the documentation files) Use this with any of the motion keys to select
1359  the text between the old and new cursor positions.
1360 \end_layout
1361
1362 \begin_layout Labeling
1363 \labelwidthstring 00.00.0000
1364
1365 \family sans
1366 Meta
1367 \family default
1368  (Denoted by 
1369 \begin_inset Quotes eld
1370 \end_inset
1371
1372
1373 \family sans
1374 M
1375 \family default
1376
1377 \begin_inset Quotes erd
1378 \end_inset
1379
1380
1381 \begin_inset LatexCommand nomenclature
1382 symbol "M"
1383 description "Meta or Alt key"
1384
1385 \end_inset
1386
1387  in the documentation files) This is the Alt key on many keyboards, unless
1388  your keyboard has a distinct Meta key.
1389  If you have both keys, you will need to try out which one actually performs
1390  the 
1391 \family sans
1392 Meta-
1393 \family default
1394  function.
1395  This key does many different things, but it also activates the 
1396 \emph on
1397 menu accelerator keys
1398 \emph default
1399 .
1400  If you use this in combination with any of the underlined letters in a
1401  menu or menu item, it selects that menu item.
1402 \end_layout
1403
1404 \begin_deeper
1405 \begin_layout Standard
1406 For example, the sequence 
1407 \begin_inset Quotes eld
1408 \end_inset
1409
1410
1411 \family sans
1412 M\InsetSpace ~
1413 e\InsetSpace ~
1414 s
1415 \family default
1416 \InsetSpace ~
1417
1418 \family sans
1419 c
1420 \family default
1421
1422 \begin_inset Quotes erd
1423 \end_inset
1424
1425  
1426 \family sans
1427 brings
1428 \family default
1429  up the 
1430 \begin_inset Quotes eld
1431 \end_inset
1432
1433 Text Style
1434 \begin_inset Quotes erd
1435 \end_inset
1436
1437  menu.
1438  Typing 
1439 \begin_inset Quotes eld
1440 \end_inset
1441
1442
1443 \family sans
1444 M\InsetSpace ~
1445 f
1446 \family default
1447
1448 \begin_inset Quotes erd
1449 \end_inset
1450
1451  opens the 
1452 \family sans
1453 File
1454 \family default
1455  menu.
1456 \end_layout
1457
1458 \begin_layout Standard
1459 There are also other things bound to the 
1460 \family sans
1461 Meta-
1462 \family default
1463  key, but you'll have to check in the 
1464 \emph on
1465 Reference
1466 \emph default
1467  
1468 \emph on
1469 manual
1470 \emph default
1471  for more info.
1472 \end_layout
1473
1474 \end_deeper
1475 \begin_layout Standard
1476 You'll learn more and more keybindings and short-cut keys as you use LyX,
1477  because most actions will prompt a small message in the status bar at the
1478  bottom of LyX's main window which describe the name of the action, you've
1479  just triggered, and any existing keybindings for that action.
1480  The notation for the keybindings is very similar to the notation used in
1481  this documentation, so you should not have any problems understanding it.
1482  However, notice that Shift-modifiers are explicitly mentioned, so 
1483 \family sans
1484
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488 M-p S-A
1489 \family default
1490
1491 \begin_inset Quotes erd
1492 \end_inset
1493
1494  means 
1495 \family sans
1496 Meta-p
1497 \family default
1498  followed by a capital 
1499 \family sans
1500 A
1501 \family default
1502 .
1503  
1504 \begin_inset Quotes eld
1505 \end_inset
1506
1507
1508 \family sans
1509 S-C-s
1510 \family default
1511
1512 \begin_inset Quotes erd
1513 \end_inset
1514
1515  means 
1516 \family sans
1517 Shift-Control-s
1518 \family default
1519 .
1520 \end_layout
1521
1522 \begin_layout Chapter
1523 LyX Basics
1524 \begin_inset LatexCommand index
1525 name "LyX ! Basics"
1526
1527 \end_inset
1528
1529
1530 \end_layout
1531
1532 \begin_layout Section
1533 Document Types
1534 \begin_inset LatexCommand index
1535 name "Document ! Types"
1536
1537 \end_inset
1538
1539
1540 \end_layout
1541
1542 \begin_layout Subsection
1543 Introduction
1544 \end_layout
1545
1546 \begin_layout Standard
1547 Before you do anything else, before you ever start writing a document, you
1548  need to decide what type of document you want to edit.
1549  Different types of documents use different types of spacing, headings,
1550  numbering schemes, and so on.
1551  Additionally, different documents use different paragraph environments,
1552  and format the title of your document differently.
1553 \end_layout
1554
1555 \begin_layout Standard
1556
1557 \emph on
1558 document class
1559 \emph default
1560  describes a group of properties common to a particular set of documents.
1561  By setting the document class, you automatically select these properties,
1562  making it easier to create the type of document you want.
1563  If you don't choose a document class, LyX picks one for you by default.
1564  So, it behooves you to change the class of your document.
1565 \end_layout
1566
1567 \begin_layout Standard
1568 Read on for info about the document classes you can choose from LyX, and
1569  how to adjust their properties.
1570 \end_layout
1571
1572 \begin_layout Subsection
1573 Document Classes
1574 \begin_inset LatexCommand index
1575 name "Document ! Classes"
1576
1577 \end_inset
1578
1579
1580 \begin_inset LatexCommand label
1581 name "sec:Document-Classes"
1582
1583 \end_inset
1584
1585
1586 \end_layout
1587
1588 \begin_layout Subsubsection
1589 Overview
1590 \end_layout
1591
1592 \begin_layout Standard
1593 There are four standard document classes in LyX.
1594  They are:
1595 \end_layout
1596
1597 \begin_layout Description
1598 Article for basic articles
1599 \end_layout
1600
1601 \begin_layout Description
1602 Report for basic reports
1603 \end_layout
1604
1605 \begin_layout Description
1606 Book for writing a book
1607 \end_layout
1608
1609 \begin_layout Description
1610 Letter for US-style letters
1611 \end_layout
1612
1613 \begin_layout Standard
1614 There are also some non-standard classes, which LyX only uses if you have
1615  installed them.
1616  Here are some of the classes, the full list with detailed explanations
1617  can be found in chapter 
1618 \emph on
1619 Special Document Classes
1620 \emph default
1621  in the 
1622 \emph on
1623 Extended Features
1624 \emph default
1625  manual:
1626 \end_layout
1627
1628 \begin_layout Description
1629 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1630 \end_layout
1631
1632 \begin_layout Description
1633 AAST
1634 \family sans
1635
1636 \begin_inset ERT
1637 status collapsed
1638
1639 \begin_layout Standard
1640
1641 {}
1642 \end_layout
1643
1644 \end_inset
1645
1646
1647 \family default
1648 eX For submissions to the journals published by the American Astronomical
1649  Society
1650 \end_layout
1651
1652 \begin_layout Description
1653 AMS Layouts for articles and books in the style and format used by the American
1654  Mathematical Society (AMS).
1655  There are three article layouts available.
1656  The standard one uses a typical numbering scheme for theorems etc., that
1657  prepends the section number to the number of the result.
1658  All result-type statements (propositions, corollaries, and so on) are sequenced
1659  together, but definitions, examples, and the like have their own sequence.
1660  The 
1661 \begin_inset Quotes eld
1662 \end_inset
1663
1664 sequential numbering
1665 \begin_inset Quotes erd
1666 \end_inset
1667
1668  scheme does not place the section number with each result, but numbers
1669  them throughout the article in a single sequence.
1670  Each type of result gets its own sequence.
1671  There is also a layout that dispenses with numbering of statements altogether.
1672 \end_layout
1673
1674 \begin_layout Description
1675 Beamer Layout for presentations
1676 \end_layout
1677
1678 \begin_layout Description
1679 broadway Layout for writing plays.
1680  It is not an existing LaTeX document class, but a new one which is distributed
1681  with LyX.
1682 \end_layout
1683
1684 \begin_layout Description
1685 curiculum\InsetSpace ~
1686 vitae classes to create curriculum vitae
1687 \end_layout
1688
1689 \begin_layout Description
1690 Dinbrief Letters in format of the DIN (German industry norm)
1691 \end_layout
1692
1693 \begin_layout Description
1694 dtk Layout for 
1695 \family typewriter
1696 Die TeXnische Komödie
1697 \family default
1698 , the journal of the German TeX user Group (Dante)
1699 \end_layout
1700
1701 \begin_layout Description
1702 Elsevier Layout for journals of the Elsevier publishing group
1703 \end_layout
1704
1705 \begin_layout Description
1706 Foils Used to make transparencies
1707 \end_layout
1708
1709 \begin_layout Description
1710 g-brief Letters in format of the DIN (German industry norm)
1711 \end_layout
1712
1713 \begin_layout Description
1714 hollywood Used to type spec scripts for the US film industry.
1715  It is not an existing LaTeX document class, but a new one which is distributed
1716  with LyX.
1717 \end_layout
1718
1719 \begin_layout Description
1720 IEEEtran Layout for the journals published by the Institute of Electrical
1721  and Electronics Engineers (IEEE)
1722 \end_layout
1723
1724 \begin_layout Description
1725 IOP Layout for journals of the Institute of Physics publishing group
1726 \end_layout
1727
1728 \begin_layout Description
1729 Kluwer Layout for journals of the Kluwer publishing group
1730 \end_layout
1731
1732 \begin_layout Description
1733 koma-script a replacement for the standard classes, offers many useful features
1734  like caption formatting, automatic print space calculation etc.
1735 \end_layout
1736
1737 \begin_layout Description
1738 Memoir another replacement for the standard classes
1739 \end_layout
1740
1741 \begin_layout Description
1742 paper Used with the 
1743 \family typewriter
1744 paper
1745 \family default
1746  LaTeX document class
1747 \end_layout
1748
1749 \begin_layout Description
1750 Powerdot Layout for presentations
1751 \end_layout
1752
1753 \begin_layout Description
1754 REVTe
1755 \begin_inset ERT
1756 status collapsed
1757
1758 \begin_layout Standard
1759
1760 {}
1761 \end_layout
1762
1763 \end_inset
1764
1765 X is used to write articles for the publications of the American Physical
1766  Society (APS), American Institute of Physics (AIP), and Optical Society
1767  of America (OSA).
1768  This class is not completely compatible with all LyX features.
1769 \end_layout
1770
1771 \begin_layout Description
1772 Slides Used to make transparencies
1773 \end_layout
1774
1775 \begin_layout Description
1776 SPIE\InsetSpace ~
1777 Proceedings Layout for the journals published by The International Society
1778  for Optical Engineering (SPIE)
1779 \end_layout
1780
1781 \begin_layout Description
1782 Springer Layouts for journals of the Springer publishing group
1783 \end_layout
1784
1785 \begin_layout Description
1786 TUGboat Layout for 
1787 \family typewriter
1788 TUGboat
1789 \family default
1790 , the journal of the international TeX user Group (TUG)
1791 \end_layout
1792
1793 \begin_layout Standard
1794 We won't go into any detail about how to use these different document classes
1795  here.
1796  You can find all the details about the non-standard classes in the 
1797 \emph on
1798 Extended Editing
1799 \emph default
1800  manual.
1801  Here, we will settle with a list of some of the common properties of all
1802  of the document classes.
1803 \end_layout
1804
1805 \begin_layout Subsubsection
1806 Selecting a Class
1807 \end_layout
1808
1809 \begin_layout Standard
1810 You can select a class using the 
1811 \family sans
1812 Document\SpecialChar \menuseparator
1813 Settings
1814 \begin_inset LatexCommand index
1815 name "Document ! Settings"
1816
1817 \end_inset
1818
1819
1820 \family default
1821  dialog.
1822  Select the class you want to use, and make any fine tunings of the options
1823  you may need.
1824 \end_layout
1825
1826 \begin_layout Subsubsection
1827 Properties
1828 \end_layout
1829
1830 \begin_layout Standard
1831 Each class has a default set of options.
1832  Here's a quick table describing them:
1833 \end_layout
1834
1835 \begin_layout Standard
1836 \begin_inset VSpace 0.3cm
1837 \end_inset
1838
1839
1840 \end_layout
1841
1842 \begin_layout Standard
1843 \align center
1844 \begin_inset Tabular
1845 <lyxtabular version="3" rows="5" columns="5">
1846 <features>
1847 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1848 <column alignment="center" valignment="top" leftline="true" width="0pt">
1849 <column alignment="center" valignment="top" leftline="true" width="0pt">
1850 <column alignment="center" valignment="top" leftline="true" width="0pt">
1851 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1852 <row topline="true" bottomline="true">
1853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Standard
1857
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Standard
1866
1867 \family sans
1868 \series medium
1869 \shape up
1870 \size normal
1871 \emph off
1872 \bar no
1873 \noun off
1874 \color none
1875 Pagestyle
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Standard
1884
1885 \family sans
1886 \series medium
1887 \shape up
1888 \size normal
1889 \emph off
1890 \bar no
1891 \noun off
1892 \color none
1893 Sides
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Standard
1902
1903 \family sans
1904 \series medium
1905 \shape up
1906 \size normal
1907 \emph off
1908 \bar no
1909 \noun off
1910 \color none
1911 Columns
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Standard
1920
1921 \series medium
1922 \shape up
1923 \size normal
1924 \emph off
1925 \bar no
1926 \noun off
1927 \color none
1928 Max.
1929  sectioning level
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 </row>
1935 <row topline="true">
1936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Standard
1940
1941 \series medium
1942 \shape up
1943 \size normal
1944 \emph off
1945 \bar no
1946 \noun off
1947 \color none
1948 article
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Standard
1957
1958 \family sans
1959 \series medium
1960 \shape up
1961 \size normal
1962 \emph off
1963 \bar no
1964 \noun off
1965 \color none
1966 Plain
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Standard
1975
1976 \family sans
1977 \series medium
1978 \shape up
1979 \size normal
1980 \emph off
1981 \bar no
1982 \noun off
1983 \color none
1984 One
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1990 \begin_inset Text
1991
1992 \begin_layout Standard
1993
1994 \family sans
1995 \series medium
1996 \shape up
1997 \size normal
1998 \emph off
1999 \bar no
2000 \noun off
2001 \color none
2002 One
2003 \end_layout
2004
2005 \end_inset
2006 </cell>
2007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2008 \begin_inset Text
2009
2010 \begin_layout Standard
2011
2012 \family sans
2013 \series medium
2014 \shape up
2015 \size normal
2016 \emph off
2017 \bar no
2018 \noun off
2019 \color none
2020 Section
2021 \end_layout
2022
2023 \end_inset
2024 </cell>
2025 </row>
2026 <row topline="true">
2027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2028 \begin_inset Text
2029
2030 \begin_layout Standard
2031
2032 \series medium
2033 \shape up
2034 \size normal
2035 \emph off
2036 \bar no
2037 \noun off
2038 \color none
2039 report
2040 \end_layout
2041
2042 \end_inset
2043 </cell>
2044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Standard
2048
2049 \family sans
2050 \series medium
2051 \shape up
2052 \size normal
2053 \emph off
2054 \bar no
2055 \noun off
2056 \color none
2057 Plain
2058 \end_layout
2059
2060 \end_inset
2061 </cell>
2062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2063 \begin_inset Text
2064
2065 \begin_layout Standard
2066
2067 \family sans
2068 \series medium
2069 \shape up
2070 \size normal
2071 \emph off
2072 \bar no
2073 \noun off
2074 \color none
2075 One
2076 \end_layout
2077
2078 \end_inset
2079 </cell>
2080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2081 \begin_inset Text
2082
2083 \begin_layout Standard
2084
2085 \family sans
2086 \series medium
2087 \shape up
2088 \size normal
2089 \emph off
2090 \bar no
2091 \noun off
2092 \color none
2093 One
2094 \end_layout
2095
2096 \end_inset
2097 </cell>
2098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2099 \begin_inset Text
2100
2101 \begin_layout Standard
2102
2103 \family sans
2104 \series medium
2105 \shape up
2106 \size normal
2107 \emph off
2108 \bar no
2109 \noun off
2110 \color none
2111 Chapter
2112 \end_layout
2113
2114 \end_inset
2115 </cell>
2116 </row>
2117 <row topline="true">
2118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2119 \begin_inset Text
2120
2121 \begin_layout Standard
2122
2123 \series medium
2124 \shape up
2125 \size normal
2126 \emph off
2127 \bar no
2128 \noun off
2129 \color none
2130 book
2131 \end_layout
2132
2133 \end_inset
2134 </cell>
2135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2136 \begin_inset Text
2137
2138 \begin_layout Standard
2139
2140 \family sans
2141 \series medium
2142 \shape up
2143 \size normal
2144 \emph off
2145 \bar no
2146 \noun off
2147 \color none
2148 Headings
2149 \end_layout
2150
2151 \end_inset
2152 </cell>
2153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2154 \begin_inset Text
2155
2156 \begin_layout Standard
2157
2158 \family sans
2159 \series medium
2160 \shape up
2161 \size normal
2162 \emph off
2163 \bar no
2164 \noun off
2165 \color none
2166 Two
2167 \end_layout
2168
2169 \end_inset
2170 </cell>
2171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2172 \begin_inset Text
2173
2174 \begin_layout Standard
2175
2176 \family sans
2177 \series medium
2178 \shape up
2179 \size normal
2180 \emph off
2181 \bar no
2182 \noun off
2183 \color none
2184 One
2185 \end_layout
2186
2187 \end_inset
2188 </cell>
2189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2190 \begin_inset Text
2191
2192 \begin_layout Standard
2193
2194 \family sans
2195 \series medium
2196 \shape up
2197 \size normal
2198 \emph off
2199 \bar no
2200 \noun off
2201 \color none
2202 Chapter
2203 \end_layout
2204
2205 \end_inset
2206 </cell>
2207 </row>
2208 <row topline="true" bottomline="true">
2209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2210 \begin_inset Text
2211
2212 \begin_layout Standard
2213
2214 \series medium
2215 \shape up
2216 \size normal
2217 \emph off
2218 \bar no
2219 \noun off
2220 \color none
2221 letter
2222 \end_layout
2223
2224 \end_inset
2225 </cell>
2226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2227 \begin_inset Text
2228
2229 \begin_layout Standard
2230
2231 \family sans
2232 \series medium
2233 \shape up
2234 \size normal
2235 \emph off
2236 \bar no
2237 \noun off
2238 \color none
2239 Plain
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2245 \begin_inset Text
2246
2247 \begin_layout Standard
2248
2249 \family sans
2250 \series medium
2251 \shape up
2252 \size normal
2253 \emph off
2254 \bar no
2255 \noun off
2256 \color none
2257 One
2258 \end_layout
2259
2260 \end_inset
2261 </cell>
2262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2263 \begin_inset Text
2264
2265 \begin_layout Standard
2266
2267 \family sans
2268 \series medium
2269 \shape up
2270 \size normal
2271 \emph off
2272 \bar no
2273 \noun off
2274 \color none
2275 One
2276 \end_layout
2277
2278 \end_inset
2279 </cell>
2280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2281 \begin_inset Text
2282
2283 \begin_layout Standard
2284
2285 \series medium
2286 \shape up
2287 \size normal
2288 \emph off
2289 \bar no
2290 \noun off
2291 \color none
2292 none
2293 \end_layout
2294
2295 \end_inset
2296 </cell>
2297 </row>
2298 </lyxtabular>
2299
2300 \end_inset
2301
2302
2303 \end_layout
2304
2305 \begin_layout Standard
2306 \begin_inset VSpace 0.3cm
2307 \end_inset
2308
2309
2310 \end_layout
2311
2312 \begin_layout Standard
2313 You're probably also wondering what 
2314 \begin_inset Quotes eld
2315 \end_inset
2316
2317 Max.\InsetSpace ~
2318 sectioning level
2319 \begin_inset Quotes erd
2320 \end_inset
2321
2322  means.
2323  There are several paragraph environments used to create section headings.
2324  Different document classes allow different types of section headings.
2325  Only two use the 
2326 \family sans
2327 Chapter
2328 \family default
2329  heading; the rest do not and begin instead with the 
2330 \family sans
2331 Section
2332 \family default
2333  heading.
2334  Some document classes, such as the ones for letters, don't use any section
2335  headings.
2336  In addition to 
2337 \family sans
2338 Chapter
2339 \family default
2340  and 
2341 \family sans
2342 Section
2343 \family default
2344  headings, there are also 
2345 \family sans
2346 Subsection
2347 \family default
2348  headings, 
2349 \family sans
2350 Subsubsection
2351 \family default
2352  headings, and so on.
2353  We'll describe these headings fully in section\InsetSpace ~
2354
2355 \begin_inset LatexCommand ref
2356 reference "sub:Headings"
2357
2358 \end_inset
2359
2360 .
2361 \end_layout
2362
2363 \begin_layout Subsection
2364 Document Layout
2365 \begin_inset LatexCommand index
2366 name "Document !  Layout"
2367
2368 \end_inset
2369
2370
2371 \begin_inset LatexCommand label
2372 name "sub:Document-Layout"
2373
2374 \end_inset
2375
2376
2377 \family sans
2378
2379 \begin_inset LatexCommand index
2380 name "Document ! Settings"
2381
2382 \end_inset
2383
2384
2385 \end_layout
2386
2387 \begin_layout Standard
2388 The most important properties of documents classes are set in the menu 
2389 \family sans
2390 Document\SpecialChar \menuseparator
2391 Settings
2392 \family default
2393 .
2394  There in the 
2395 \family sans
2396 Options
2397 \family default
2398  field under 
2399 \family sans
2400 Documents\InsetSpace ~
2401 classes
2402 \family default
2403 , you can enter special options for your document class in a comma-separated
2404  list.
2405  This is only necessary if LyX doesn't support special options you want
2406  to use for your document.
2407  To learn more about your favorite LaTeX-class and its options, you have
2408  to read its manual.
2409 \end_layout
2410
2411 \begin_layout Standard
2412 Under 
2413 \family sans
2414 Page\InsetSpace ~
2415 Layout
2416 \family default
2417  the 
2418 \family sans
2419 Pagestyle
2420 \family default
2421  controls what sorts of headings and page numbers go on a page.
2422  You can choose between the following five options:
2423 \end_layout
2424
2425 \begin_layout Labeling
2426 \labelwidthstring 00.00.0000
2427
2428 \family sans
2429 Default
2430 \family default
2431  Use default pagestyle of current class.
2432 \end_layout
2433
2434 \begin_layout Labeling
2435 \labelwidthstring 00.00.0000
2436
2437 \family sans
2438 Empty
2439 \family default
2440  No page numbers or headings.
2441 \end_layout
2442
2443 \begin_layout Labeling
2444 \labelwidthstring 00.00.0000
2445
2446 \family sans
2447 Plain
2448 \family default
2449  Page numbers only.
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454
2455 \family sans
2456 Headings
2457 \family default
2458  Page numbers and either the current chapter or section title and number.
2459  Whether LyX uses the current chapter or the current section depends on
2460  the maximum sectioning level of the class.
2461 \end_layout
2462
2463 \begin_layout Labeling
2464 \labelwidthstring 00.00.0000
2465
2466 \family sans
2467 Fancy
2468 \family default
2469  This allows you to create fully customizable headers and footers if you
2470  have the 
2471 \series bold
2472 fancyhdr
2473 \begin_inset LatexCommand index
2474 name "LaTeX-packages ! fancyhdr"
2475
2476 \end_inset
2477
2478
2479 \series default
2480  package installed.
2481  At the moment, support in LyX is limited to this setting.
2482  To use the full power of this package, you have to add code to your document
2483  preamble.
2484  Check the documentation for the 
2485 \series bold
2486 fancyhdr
2487 \series default
2488  package for more details, 
2489 \begin_inset LatexCommand cite
2490 key "fancyhdr"
2491
2492 \end_inset
2493
2494 .
2495 \end_layout
2496
2497 \begin_layout Standard
2498 The 
2499 \family sans
2500 Separation
2501 \family default
2502  of paragraphs is described in section\InsetSpace ~
2503
2504 \begin_inset LatexCommand ref
2505 reference "sec:Par-indent-intro"
2506
2507 \end_inset
2508
2509 .
2510 \end_layout
2511
2512 \begin_layout Subsection
2513 Paper Size and Orientation
2514 \begin_inset LatexCommand index
2515 name "Document ! Paper size"
2516
2517 \end_inset
2518
2519
2520 \begin_inset LatexCommand label
2521 name "sub:Paper-Size,-Orientation,"
2522
2523 \end_inset
2524
2525
2526 \end_layout
2527
2528 \begin_layout Standard
2529 You'll find the following options in the menu 
2530 \family sans
2531 Page\InsetSpace ~
2532 Layout
2533 \family default
2534  of the dialog of the 
2535 \family sans
2536 Document\SpecialChar \menuseparator
2537 Settings
2538 \family default
2539  menu:
2540 \family sans
2541
2542 \begin_inset LatexCommand index
2543 name "Document ! Settings"
2544
2545 \end_inset
2546
2547
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552
2553 \family sans
2554 Papersize
2555 \family default
2556  What size paper to print on.
2557  The choices are
2558 \end_layout
2559
2560 \begin_layout Itemize
2561
2562 \family sans
2563 Default
2564 \end_layout
2565
2566 \begin_layout Itemize
2567
2568 \family sans
2569 A3, A4,
2570 \family default
2571  
2572 \family sans
2573 A5
2574 \end_layout
2575
2576 \begin_layout Itemize
2577
2578 \family sans
2579 B3, B4, B5
2580 \end_layout
2581
2582 \begin_layout Itemize
2583
2584 \family sans
2585 US letter
2586 \end_layout
2587
2588 \begin_layout Itemize
2589
2590 \family sans
2591 US legal
2592 \end_layout
2593
2594 \begin_layout Itemize
2595
2596 \family sans
2597 US executive
2598 \end_layout
2599
2600 \begin_layout Itemize
2601
2602 \family sans
2603 Custom
2604 \end_layout
2605
2606 \begin_layout Labeling
2607 \labelwidthstring 00.00.0000
2608
2609 \family sans
2610 Orientation
2611 \family default
2612  Two toggle buttons choose whether to print the output as 
2613 \family sans
2614 Landscape
2615 \family default
2616  or as 
2617 \family sans
2618 Portrait
2619 \family default
2620 .
2621 \end_layout
2622
2623 \begin_layout Labeling
2624 \labelwidthstring 00.00.0000
2625
2626 \family sans
2627 Two-sided\InsetSpace ~
2628 document
2629 \family default
2630  Adjusts the print space to print both sides of paper.
2631  That means that the print space for odd- and even-numbered pages is different.
2632 \end_layout
2633
2634 \begin_layout Subsection
2635 Margins
2636 \begin_inset LatexCommand index
2637 name "Document ! Margins"
2638
2639 \end_inset
2640
2641
2642 \begin_inset LatexCommand label
2643 name "sub:Margins"
2644
2645 \end_inset
2646
2647
2648 \begin_inset LatexCommand index
2649 name "Margins"
2650
2651 \end_inset
2652
2653
2654 \end_layout
2655
2656 \begin_layout Standard
2657 Paper margins are set in the menu 
2658 \family sans
2659 Document\SpecialChar \menuseparator
2660 Settings
2661 \family default
2662 .
2663 \family sans
2664
2665 \begin_inset LatexCommand index
2666 name "Document ! Settings"
2667
2668 \end_inset
2669
2670
2671 \end_layout
2672
2673 \begin_layout Standard
2674 If you use a koma-script document class, you can use the default settings.
2675  Because koma-script calculates then the printspace automatically by taking
2676  the paper format and the font size into account.
2677 \end_layout
2678
2679 \begin_layout Subsection
2680 Important Note
2681 \end_layout
2682
2683 \begin_layout Standard
2684 If you change a document class, LyX has to convert 
2685 \emph on
2686 everything
2687 \emph default
2688  into the new class.
2689  That includes the paragraph environments.
2690  Some paragraph environments are standard; all of the document classes have
2691  them; but some classes have special paragraph environments.
2692  If this is the case, and you change the document class, LyX sets the missing
2693  paragraph environments to 
2694 \family sans
2695 Standard
2696 \family default
2697  and places an error box at the beginning of the paragraph.
2698  Just click on them and you'll get a message dialog that tells you about
2699  the conversion and why it failed.
2700 \end_layout
2701
2702 \begin_layout Section
2703 Paragraph Indentation and Separation
2704 \begin_inset LatexCommand index
2705 name "Paragraph ! Indentation"
2706
2707 \end_inset
2708
2709
2710 \end_layout
2711
2712 \begin_layout Subsection
2713 Introduction
2714 \begin_inset LatexCommand label
2715 name "sec:Par-indent-intro"
2716
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \begin_layout Standard
2723 Before describing all of the various paragraph environments, we'd like to
2724  say a word or two about paragraph indentation.
2725 \end_layout
2726
2727 \begin_layout Standard
2728 Everyone seems to have their own convention for separating paragraphs.
2729  Most Americans indent the first line of a paragraph.
2730  Others don't indent but put extra space between the paragraphs.
2731  If you choose indentation for paragraphs the 
2732 \emph on
2733 first
2734 \emph default
2735  paragraph of a section, or after a figure, an equation, a table, a list,
2736  etc., is 
2737 \emph on
2738 not
2739 \emph default
2740  indented.
2741  Only a paragraph following another paragraph gets indented.
2742  Note that the indentation behavior is different when you use another document
2743  language than English.
2744  LaTeX takes care that the indentation follows the rules of the used language.
2745 \end_layout
2746
2747 \begin_layout Standard
2748 The space between paragraphs, like the line spacing, the space between headings
2749  and text --- in fact, all of the spacings for just about everything are
2750  pre-coded into LyX.
2751  As we said, you don't worry about how much space to add between what.
2752  LyX takes care of that.
2753  In fact, these pre-coded vertical spacings aren't a single number but a
2754  range.
2755  That way, LyX can squish or stretch the space between lines to make sure
2756  figures fit on a page with text, so that sections don't start at the bottom
2757  of a page, and so on.
2758 \begin_inset Foot
2759 status collapsed
2760
2761 \begin_layout Standard
2762 LaTeX does this when LyX goes to produce a printable file.
2763 \end_layout
2764
2765 \end_inset
2766
2767  However, pre-coded doesn't mean you can't change them.
2768  LyX gives you the ability to globally change 
2769 \emph on
2770 all
2771 \emph default
2772  of these pre-coded spacings.
2773  We'll explain more later.
2774 \end_layout
2775
2776 \begin_layout Subsection
2777 Paragraph Separation
2778 \begin_inset LatexCommand index
2779 name "Paragraph ! Separation"
2780
2781 \end_inset
2782
2783
2784 \end_layout
2785
2786 \begin_layout Standard
2787 To separate paragraphs, select 
2788 \family sans
2789 Indent
2790 \family default
2791  or 
2792 \family sans
2793 Skip
2794 \family default
2795  in the submenu 
2796 \family sans
2797 Text\InsetSpace ~
2798 Layout
2799 \family default
2800  of the dialog 
2801 \family sans
2802 Document\SpecialChar \menuseparator
2803 Settings
2804 \begin_inset LatexCommand index
2805 name "Document ! Settings"
2806
2807 \end_inset
2808
2809
2810 \family default
2811  to indent paragraphs or add extra space between paragraphs, respectively.
2812  The size of the skips can be defined in the dialog, for the indentation
2813  you have to add this line to your document preamble:
2814 \end_layout
2815
2816 \begin_layout Standard
2817
2818 \series bold
2819
2820 \backslash
2821 setlength{
2822 \backslash
2823 parindent}{Length}
2824 \end_layout
2825
2826 \begin_layout Standard
2827 where length is a value in one of the units listed in Appendix\InsetSpace ~
2828
2829 \begin_inset LatexCommand ref
2830 reference "cap:Units"
2831
2832 \end_inset
2833
2834 .
2835  The default length is 30\InsetSpace \thinspace{}
2836 pt.
2837 \end_layout
2838
2839 \begin_layout Subsection
2840 Fine-Tuning
2841 \end_layout
2842
2843 \begin_layout Standard
2844 You can also change the separation method of a single paragraph.
2845  Open the 
2846 \family sans
2847 Edit\SpecialChar \menuseparator
2848 Paragraph\InsetSpace ~
2849 Settings
2850 \family default
2851  dialog and toggle the 
2852 \family sans
2853 Indent\InsetSpace ~
2854 Paragraph
2855 \family default
2856  option to change the state of the current paragraph.
2857  If paragraphs have no indentation but use extra space for separation, this
2858  button will be ignored (you can't indent a single paragraph by toggling
2859  this).
2860 \end_layout
2861
2862 \begin_layout Standard
2863 You should only need to change the indentation method for a single paragraph
2864  if you need to do some fine-tuning.
2865 \end_layout
2866
2867 \begin_layout Subsection
2868 Line Spacing
2869 \begin_inset LatexCommand index
2870 name "Paragraph ! Line spacing"
2871
2872 \end_inset
2873
2874
2875 \end_layout
2876
2877 \begin_layout Standard
2878 In the 
2879 \family sans
2880 Document\SpecialChar \menuseparator
2881 Settings
2882 \begin_inset LatexCommand index
2883 name "Document ! Settings"
2884
2885 \end_inset
2886
2887
2888 \family default
2889  dialog you can set the line spacing in the submenu 
2890 \family sans
2891 Text\InsetSpace ~
2892 Layout.
2893 \family default
2894
2895 \begin_inset Foot
2896 status collapsed
2897
2898 \begin_layout Standard
2899 You need to have the LaTeX-package 
2900 \series bold
2901 setspace
2902 \begin_inset LatexCommand index
2903 name "LaTeX-packages ! setspace"
2904
2905 \end_inset
2906
2907
2908 \series default
2909  installed to use this feature.
2910 \end_layout
2911
2912 \end_inset
2913
2914
2915 \end_layout
2916
2917 \begin_layout Section
2918 Paragraph Environments
2919 \begin_inset LatexCommand index
2920 name "Paragraph ! Environments"
2921
2922 \end_inset
2923
2924
2925 \begin_inset LatexCommand label
2926 name "sec:Paragraph-Environments"
2927
2928 \end_inset
2929
2930
2931 \begin_inset LatexCommand index
2932 name "Paragraph environments|("
2933
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \begin_layout Subsection
2940 Overview
2941 \end_layout
2942
2943 \begin_layout Standard
2944 The paragraph environments correspond to the various
2945 \end_layout
2946
2947 \begin_layout Standard
2948
2949 \series bold
2950
2951 \backslash
2952 begin{
2953 \emph on
2954 environment
2955 \emph default
2956 } ...
2957  
2958 \backslash
2959 end{
2960 \emph on
2961 environment
2962 \emph default
2963 }
2964 \series default
2965
2966 \newline
2967 command sequences in an ordinary LaTeX file.
2968  If you don't know LaTeX, or the concept of a paragraph environment is totally
2969  alien to you, we urge you to read the 
2970 \emph on
2971 Tutorial
2972 \emph default
2973 .
2974  The 
2975 \emph on
2976 Tutorial
2977 \emph default
2978  also contains many more examples than this section does.
2979 \end_layout
2980
2981 \begin_layout Standard
2982 A paragraph environment is simply a 
2983 \begin_inset Quotes eld
2984 \end_inset
2985
2986 container
2987 \begin_inset Quotes erd
2988 \end_inset
2989
2990  for a paragraph which gives that paragraph certain properties.
2991  This can include a particular style of font, different margins, a numbering
2992  scheme, labels, and so on.
2993  Additionally, you can 
2994 \begin_inset Quotes eld
2995 \end_inset
2996
2997 nest
2998 \begin_inset Quotes erd
2999 \end_inset
3000
3001  the different environments inside one another, allowing one environment
3002  to inherit some of the properties of another.
3003  The different paragraph environments totally replace the need for messy
3004  tab stops, on the fly margin adjustment, and other hold-overs from the
3005  days of typewriters.
3006  There are several paragraph environments which are specific to a particular
3007  document type.
3008  We'll only be covering the most common ones here.
3009 \end_layout
3010
3011 \begin_layout Standard
3012 To choose a new paragraph environment, use the pull-down box on the left
3013  end of the toolbar.
3014  LyX will change the environment of the 
3015 \emph on
3016 entire
3017 \emph default
3018  paragraph in which the cursor sits.
3019  You can also change the environment of an entire group of paragraphs if
3020  you select them before choosing the new environment.
3021  
3022 \end_layout
3023
3024 \begin_layout Standard
3025 Note that hitting 
3026 \family sans
3027 Return
3028 \family default
3029  will 
3030 \emph on
3031 typically
3032 \emph default
3033  create a new paragraph using the 
3034 \family sans
3035 Standard
3036 \family default
3037  paragraph environment.
3038  We say 
3039 \begin_inset Quotes eld
3040 \end_inset
3041
3042 typically
3043 \begin_inset Quotes erd
3044 \end_inset
3045
3046  because if you are in one of these environments:
3047 \end_layout
3048
3049 \begin_layout Itemize
3050
3051 \family sans
3052 Quote
3053 \end_layout
3054
3055 \begin_layout Itemize
3056
3057 \family sans
3058 Quotation
3059 \end_layout
3060
3061 \begin_layout Itemize
3062
3063 \family sans
3064 Verse
3065 \end_layout
3066
3067 \begin_layout Itemize
3068
3069 \family sans
3070 Itemize
3071 \end_layout
3072
3073 \begin_layout Itemize
3074
3075 \family sans
3076 Enumerate
3077 \end_layout
3078
3079 \begin_layout Itemize
3080
3081 \family sans
3082 Description
3083 \end_layout
3084
3085 \begin_layout Itemize
3086
3087 \family sans
3088 List
3089 \end_layout
3090
3091 \begin_layout Standard
3092 LyX keeps the old paragraph environment when you hit 
3093 \family sans
3094 Return
3095 \family default
3096 , rather than resetting it to 
3097 \family sans
3098 Standard
3099 \family default
3100 .
3101  LyX will still reset the nesting depth, however.
3102  Usually, starting a new paragraph resets both the paragraph environment
3103  and the nesting depth (for more on nesting see section\InsetSpace ~
3104
3105 \begin_inset LatexCommand ref
3106 reference "sec:Nesting"
3107
3108 \end_inset
3109
3110 ).
3111  At the moment, all this is context-specific; you're better off expecting
3112  
3113 \family sans
3114 Return
3115 \family default
3116  to reset the paragraph environment and depth.
3117  If you want a new paragraph to keep the current environment and depth,
3118  use 
3119 \family sans
3120 M-Return
3121 \family default
3122  instead.
3123 \end_layout
3124
3125 \begin_layout Subsection
3126 Standard
3127 \end_layout
3128
3129 \begin_layout Standard
3130 The default paragraph environment is 
3131 \family sans
3132 Standard
3133 \family default
3134  for most classes.
3135  It creates a plain paragraph.
3136  If LyX resets the paragraph environment, this is the one it chooses.
3137  In fact, the paragraph you're reading right now (and most of the ones in
3138  this manual) are in the 
3139 \family sans
3140 Standard
3141 \family default
3142  environment.
3143 \end_layout
3144
3145 \begin_layout Standard
3146 You can nest a paragraph using the 
3147 \family sans
3148 Standard
3149 \family default
3150  environment in just about anything else, but you can't really nest anything
3151  in a 
3152 \family sans
3153 Standard
3154 \family default
3155  environment.
3156 \end_layout
3157
3158 \begin_layout Subsection
3159 Document Title
3160 \begin_inset LatexCommand index
3161 name "Document !Title"
3162
3163 \end_inset
3164
3165
3166 \end_layout
3167
3168 \begin_layout Standard
3169 A LaTeX title page has three parts: the title itself, the name(s) of the
3170  author(s) and a 
3171 \begin_inset Quotes eld
3172 \end_inset
3173
3174 footnote
3175 \begin_inset Quotes erd
3176 \end_inset
3177
3178  for thanks or contact information.
3179  For certain types of documents, LaTeX places all of this on a separate
3180  page along with today's date.
3181  For other types of documents, the title 
3182 \begin_inset Quotes eld
3183 \end_inset
3184
3185 page
3186 \begin_inset Quotes erd
3187 \end_inset
3188
3189  goes at the top of the first page of the document.
3190  
3191 \end_layout
3192
3193 \begin_layout Standard
3194 LyX provides an interface to the title page commands through the paragraph
3195  environments 
3196 \family sans
3197 Title
3198 \family default
3199
3200 \family sans
3201 Author
3202 \family default
3203 , and 
3204 \family sans
3205 Date
3206 \family default
3207 .
3208  Here's how you use them:
3209 \end_layout
3210
3211 \begin_layout Itemize
3212 Put the title of your document in the 
3213 \family sans
3214 Title
3215 \family default
3216  environment.
3217 \end_layout
3218
3219 \begin_layout Itemize
3220 Put the author name in the 
3221 \family sans
3222 Author
3223 \family default
3224  environment.
3225 \end_layout
3226
3227 \begin_layout Itemize
3228 If you want the date to have a certain appearance, want to use a fixed date,
3229  or want other text to appear in place of today's date, put that text in
3230  the 
3231 \family sans
3232 Date
3233 \family default
3234  environment.
3235  Note that using this environment is optional.
3236  If you don't provide any, LaTeX will automatically insert today's date.
3237  If you don't want any date, add the line
3238 \newline
3239
3240 \series bold
3241
3242 \backslash
3243 date{}
3244 \series default
3245
3246 \newline
3247 to the preamble of your document (menu 
3248 \family sans
3249 Document\SpecialChar \menuseparator
3250 Settings
3251 \family default
3252 )
3253 \end_layout
3254
3255 \begin_layout Standard
3256 You can use footnotes to insert 
3257 \begin_inset Quotes eld
3258 \end_inset
3259
3260 thanks
3261 \begin_inset Quotes erd
3262 \end_inset
3263
3264  or contact informations.
3265 \end_layout
3266
3267 \begin_layout Subsection
3268 Headings
3269 \begin_inset LatexCommand index
3270 name "Section headings"
3271
3272 \end_inset
3273
3274
3275 \begin_inset LatexCommand label
3276 name "sub:Headings"
3277
3278 \end_inset
3279
3280
3281 \end_layout
3282
3283 \begin_layout Standard
3284 There are several paragraph environments for producing section headings.
3285  LyX takes care of the numbering for you.
3286 \end_layout
3287
3288 \begin_layout Subsubsection
3289 Numbered Headings
3290 \begin_inset LatexCommand index
3291 name "Section headings ! Numbered"
3292
3293 \end_inset
3294
3295
3296 \end_layout
3297
3298 \begin_layout Standard
3299 There are 7 numbered types of section headings.
3300  They are:
3301 \end_layout
3302
3303 \begin_layout Enumerate
3304
3305 \family sans
3306 Part
3307 \end_layout
3308
3309 \begin_layout Enumerate
3310
3311 \family sans
3312 Chapter
3313 \end_layout
3314
3315 \begin_layout Enumerate
3316
3317 \family sans
3318 Section
3319 \end_layout
3320
3321 \begin_layout Enumerate
3322
3323 \family sans
3324 Subsection
3325 \end_layout
3326
3327 \begin_layout Enumerate
3328
3329 \family sans
3330 Subsubsection
3331 \end_layout
3332
3333 \begin_layout Enumerate
3334
3335 \family sans
3336 Paragraph
3337 \end_layout
3338
3339 \begin_layout Enumerate
3340
3341 \family sans
3342 Subparagraph
3343 \end_layout
3344
3345 \begin_layout Standard
3346 LyX labels each heading with a series of numbers, separated by periods.
3347  The numbers describe where in the document you are.
3348  Unlike the other headings, parts are numbered with Latin letters.
3349 \end_layout
3350
3351 \begin_layout Standard
3352 Headings all subdivide your document into different pieces of text.
3353  For example, suppose you're writing a book.
3354  You group the book into chapters.
3355  LyX does similar grouping:
3356 \end_layout
3357
3358 \begin_layout Itemize
3359
3360 \family sans
3361 Part
3362 \family default
3363  is divided in either 
3364 \family sans
3365 Chapter
3366 \family default
3367  or 
3368 \family sans
3369 Section
3370 \end_layout
3371
3372 \begin_layout Itemize
3373
3374 \family sans
3375 Chapter
3376 \family default
3377 s are divided into 
3378 \family sans
3379 Section
3380 \family default
3381 s
3382 \end_layout
3383
3384 \begin_layout Itemize
3385
3386 \family sans
3387 Section
3388 \family default
3389 s are divided into 
3390 \family sans
3391 Subsection
3392 \family default
3393 s
3394 \end_layout
3395
3396 \begin_layout Itemize
3397
3398 \family sans
3399 Subsection
3400 \family default
3401 s are divided into 
3402 \family sans
3403 Subsubsection
3404 \family default
3405 s
3406 \end_layout
3407
3408 \begin_layout Itemize
3409
3410 \family sans
3411 Subsubsection
3412 \family default
3413 s are divided into 
3414 \family sans
3415 Paragraph
3416 \family default
3417 s
3418 \end_layout
3419
3420 \begin_layout Itemize
3421
3422 \family sans
3423 Paragraph
3424 \family default
3425 s are divided into 
3426 \family sans
3427 Subparagraph
3428 \family default
3429 s
3430 \end_layout
3431
3432 \begin_layout Standard
3433 \begin_inset Note Greyedout
3434 status open
3435
3436 \begin_layout Standard
3437
3438 \series bold
3439 Note:
3440 \series default
3441  Not all document types use the 
3442 \family sans
3443 Chapter
3444 \family default
3445  heading as the maximum sectioning level.
3446  In that case the 
3447 \family sans
3448 Section
3449 \family default
3450  is the top-level heading.
3451 \end_layout
3452
3453 \end_inset
3454
3455
3456 \end_layout
3457
3458 \begin_layout Standard
3459 So, if you use the 
3460 \family sans
3461 Subsubsection
3462 \family default
3463  environment to label a new sub-subsection, LyX labels it with its number,
3464  along with the number of the subsection, section, and, if applicable, chapter
3465  that it's in.
3466  For example: the fifth section of the second chapter of this book has the
3467  label 
3468 \begin_inset Quotes eld
3469 \end_inset
3470
3471 2.5
3472 \begin_inset Quotes erd
3473 \end_inset
3474
3475 .
3476 \end_layout
3477
3478 \begin_layout Subsubsection
3479 Unnumbered Headings
3480 \begin_inset LatexCommand index
3481 name "Section headings ! Unnumbered"
3482
3483 \end_inset
3484
3485
3486 \end_layout
3487
3488 \begin_layout Standard
3489 There are 5 types of unnumbered section headings.
3490  They are:
3491 \end_layout
3492
3493 \begin_layout Enumerate
3494
3495 \family sans
3496 Part*line spacing
3497 \end_layout
3498
3499 \begin_layout Enumerate
3500
3501 \family sans
3502 Chapter*
3503 \end_layout
3504
3505 \begin_layout Enumerate
3506
3507 \family sans
3508 Section*
3509 \end_layout
3510
3511 \begin_layout Enumerate
3512
3513 \family sans
3514 Subsection*
3515 \end_layout
3516
3517 \begin_layout Enumerate
3518
3519 \family sans
3520 Subsubsection*
3521 \end_layout
3522
3523 \begin_layout Standard
3524 The 
3525 \begin_inset Quotes eld
3526 \end_inset
3527
3528 *
3529 \begin_inset Quotes erd
3530 \end_inset
3531
3532  after each name means that these headings are not numbered.
3533  They work the same as their numbered counterparts but won't appear in the
3534  table of contents, see section\InsetSpace ~
3535
3536 \begin_inset LatexCommand ref
3537 reference "sec:toc"
3538
3539 \end_inset
3540
3541 .
3542 \end_layout
3543
3544 \begin_layout Subsubsection
3545 Changing the Numbering
3546 \begin_inset LatexCommand label
3547 name "sub:Numbering-depth"
3548
3549 \end_inset
3550
3551
3552 \end_layout
3553
3554 \begin_layout Standard
3555 You can also alter which sectioning levels get numbered and which ones appear
3556  in the Table of Contents.
3557  Now, this doesn't remove any of the levels; that's preset in the document
3558  class.
3559  Certain classes start with 
3560 \family sans
3561 Chapter
3562 \family default
3563  and go down to the 
3564 \family sans
3565 Subparagraph
3566 \family default
3567  level.
3568  Others start at 
3569 \family sans
3570 Section
3571 \family default
3572 .
3573  Similarly, not all document classes number all sectioning levels.
3574  Most don't number 
3575 \family sans
3576 Paragraph
3577 \family default
3578  or 
3579 \family sans
3580 Subparagraph
3581 \family default
3582 .
3583  This is something you can change.
3584 \end_layout
3585
3586 \begin_layout Standard
3587 Open the 
3588 \family sans
3589 Document\SpecialChar \menuseparator
3590 Settings
3591 \family default
3592  dialog.
3593 \family sans
3594
3595 \begin_inset LatexCommand index
3596 name "Document ! Settings"
3597
3598 \end_inset
3599
3600
3601 \family default
3602  Under 
3603 \family sans
3604 Numbering\InsetSpace ~
3605 &\InsetSpace ~
3606 TOC
3607 \family default
3608  you'll see two counters.
3609  The one named 
3610 \family sans
3611 Numbering
3612 \family default
3613  controls how far down in the sectioning hierarchy LyX numbers a section
3614  heading.
3615  The other one controls the appearance of the section headings in the table
3616  of contents.
3617 \end_layout
3618
3619 \begin_layout Subsubsection
3620 Short Titles of Headings
3621 \begin_inset LatexCommand index
3622 name "Section headings ! Short titles"
3623
3624 \end_inset
3625
3626
3627 \begin_inset OptArg
3628 status collapsed
3629
3630 \begin_layout Standard
3631 Short Titles
3632 \end_layout
3633
3634 \end_inset
3635
3636
3637 \begin_inset LatexCommand label
3638 name "sec:Short-Titles"
3639
3640 \end_inset
3641
3642
3643 \end_layout
3644
3645 \begin_layout Standard
3646 Some section or chapter titles, such as this one, can get quite long.
3647  This can cause troubles when there is limited horizontal space.
3648  For example, if the header of the page is set to show the current section
3649  title, a long title will protrude over the page margins and look awful.
3650 \end_layout
3651
3652 \begin_layout Standard
3653 LaTeX allows you to specify a short title for section headings.
3654  This short title is used in the header and in the actual table of contents,
3655  avoiding the problem mentioned.
3656  To specify a short title, use the menu 
3657 \family sans
3658 Insert\SpecialChar \menuseparator
3659 Short\InsetSpace ~
3660 Title
3661 \family default
3662 .
3663  This will insert a box labeled 
3664 \begin_inset Quotes eld
3665 \end_inset
3666
3667 opt
3668 \begin_inset Quotes erd
3669 \end_inset
3670
3671  (stands for 
3672 \begin_inset Quotes eld
3673 \end_inset
3674
3675 optional
3676 \begin_inset Quotes erd
3677 \end_inset
3678
3679 ) which you can use to enter the short title text.
3680  This also works for captions inside floats.
3681 \end_layout
3682
3683 \begin_layout Standard
3684 The title of this section is a good example of using this feature.
3685 \end_layout
3686
3687 \begin_layout Subsubsection
3688 Special Information
3689 \end_layout
3690
3691 \begin_layout Standard
3692 The following information applies to all section headings:
3693 \end_layout
3694
3695 \begin_layout Itemize
3696 You cannot do any nesting with these environments.
3697 \end_layout
3698
3699 \begin_layout Itemize
3700 You cannot use a margin note in any of these environments.
3701 \end_layout
3702
3703 \begin_layout Itemize
3704 You can only use inline math in these environments.
3705 \end_layout
3706
3707 \begin_layout Itemize
3708 You can use labels and cross-references to refer to their numbers.
3709 \end_layout
3710
3711 \begin_layout Subsection
3712 Quotes and Poetryline spacing
3713 \end_layout
3714
3715 \begin_layout Standard
3716 LyX has three paragraph environments for writing poetry and quotations.
3717  They are 
3718 \family sans
3719 Quote
3720 \family default
3721
3722 \family sans
3723 Quotation
3724 \family default
3725 , and 
3726 \family sans
3727 Verse
3728 \family default
3729 .
3730  Forget the days of changing line spacing and twiddling with margins.
3731  These three paragraph environments already have those changes built-in.
3732  They all widen the left margin and add a bit of extra space above and below
3733  the text they contain.
3734  They also allow nesting, so you can put a 
3735 \family sans
3736 Verse
3737 \family default
3738  in a 
3739 \family sans
3740 Quotation
3741 \family default
3742 , as well as in some other paragraph environments.
3743 \end_layout
3744
3745 \begin_layout Standard
3746 There is another feature of these three paragraph environments: they do
3747  
3748 \emph on
3749 not
3750 \emph default
3751  reset to 
3752 \family sans
3753 Standard
3754 \family default
3755  when you start a new paragraph.
3756  So, you can type in that poem and merrily hit 
3757 \family sans
3758 Return
3759 \family default
3760  without worrying about the paragraph environment changing on you.
3761  Of course, that means that, once you're done typing in that poem, you have
3762  to change back to the 
3763 \family sans
3764 Standard
3765 \family default
3766  environment yourself.
3767 \end_layout
3768
3769 \begin_layout Subsubsection
3770
3771 \family sans
3772 Quote
3773 \family default
3774  and 
3775 \family sans
3776 Quotation
3777 \family default
3778
3779 \begin_inset LatexCommand label
3780 name "sec:Quote"
3781
3782 \end_inset
3783
3784
3785 \begin_inset LatexCommand index
3786 name "Quotation"
3787
3788 \end_inset
3789
3790
3791 \end_layout
3792
3793 \begin_layout Standard
3794 Now that we've described the similarities of these three environments, it's
3795  time for the differences.
3796  
3797 \family sans
3798 Quote
3799 \family default
3800  and 
3801 \family sans
3802 Quotation
3803 \family default
3804  are identical except for one difference: 
3805 \family sans
3806 Quote
3807 \family default
3808  uses extra spacing to separate paragraphs and never indents the first line.
3809  
3810 \family sans
3811 Quotation
3812 \family default
3813  
3814 \emph on
3815 always
3816 \emph default
3817  indents the first line of a paragraph and uses the same line spacing throughout.
3818 \end_layout
3819
3820 \begin_layout Standard
3821 Here's an example of the 
3822 \family sans
3823 Quote
3824 \family default
3825  environment:
3826 \end_layout
3827
3828 \begin_layout Quote
3829 This is in the 
3830 \family sans
3831 Quote
3832 \family default
3833  environment.
3834  I can keep writing, extending this line out further and further until it
3835  wraps.
3836  See -- no indentation!
3837 \end_layout
3838
3839 \begin_layout Quote
3840 Here's the second paragraph of this quote.
3841  Again, there's no indentation, but there is extra space between me and
3842  the other paragraph.
3843 \end_layout
3844
3845 \begin_layout Standard
3846 Here's another example, this time in the 
3847 \family sans
3848 Quotation
3849 \family default
3850  environment:
3851 \end_layout
3852
3853 \begin_layout Quotation
3854 This is in the 
3855 \family sans
3856 Quotation
3857 \family default
3858  environment.
3859  If I keep writing, you'll see the indentation.
3860  If your country uses a writing style that shows off new paragraphs by indenting
3861  the first line, then 
3862 \family sans
3863 Quotation
3864 \family default
3865  is the environment for you! Well, you'd use it 
3866 \emph on
3867 if
3868 \emph default
3869  you were quoting other text.
3870 \end_layout
3871
3872 \begin_layout Quotation
3873 Here's a new paragraph.
3874  I could ramble on and on, like a politician at election time.
3875  If I did that, though, you'd get bored.
3876 \end_layout
3877
3878 \begin_layout Standard
3879 As the examples show, 
3880 \family sans
3881 Quote
3882 \family default
3883  is for those people who use extra space to separate paragraphs.
3884  They should put quotes in the 
3885 \family sans
3886 Quote
3887 \family default
3888  environment.
3889  Those who use indentation to mark a new paragraph should use the 
3890 \family sans
3891 Quotation
3892 \family default
3893  paragraph environment for quoted text.
3894 \end_layout
3895
3896 \begin_layout Subsubsection
3897
3898 \family sans
3899 Verse
3900 \family default
3901
3902 \begin_inset LatexCommand index
3903 name "Paragraph ! Verse"
3904
3905 \end_inset
3906
3907
3908 \family sans
3909
3910 \begin_inset LatexCommand index
3911 name "Poetry"
3912
3913 \end_inset
3914
3915
3916 \begin_inset LatexCommand label
3917 name "sec:Verse"
3918
3919 \end_inset
3920
3921
3922 \end_layout
3923
3924 \begin_layout Standard
3925
3926 \family sans
3927 Verse
3928 \family default
3929  is a paragraph environment for poetry, rhymes, verses, and so on.
3930  Here's an example:
3931 \end_layout
3932
3933 \begin_layout Verse
3934 This is in Verse
3935 \newline
3936 Which I did not rehearse!
3937 \end_layout
3938
3939 \begin_layout Verse
3940 It could be much worse.
3941  This line could be long, very long, oh so long, so very long that it wraps
3942  around.
3943  It looks okay on screen, but in the printed version, the extra lines are
3944  indented a bit more than the first.
3945  Okay, so it's turned to prose and doesn't rhyme anymore.
3946  So sue me.
3947 \end_layout
3948
3949 \begin_layout Verse
3950 To break a line
3951 \newline
3952 And make things look fine
3953 \newline
3954 Use 
3955 \family sans
3956 C-Return
3957 \family default
3958 .
3959 \end_layout
3960
3961 \begin_layout Standard
3962 As you can see, 
3963 \family sans
3964 Verse
3965 \family default
3966  does not indent both margins.
3967  Each stanza of the verse or poem is in its own paragraph.
3968  To separate the individual lines of a stanza, use the 
3969 \family typewriter
3970 break-line
3971 \family default
3972  function 
3973 \family sans
3974 C-Return
3975 \family default
3976 .
3977 \end_layout
3978
3979 \begin_layout Subsection
3980 Lists
3981 \begin_inset LatexCommand index
3982 name "Lists"
3983
3984 \end_inset
3985
3986
3987 \begin_inset LatexCommand label
3988 name "sub:Lists"
3989
3990 \end_inset
3991
3992
3993 \end_layout
3994
3995 \begin_layout Standard
3996 LyX has four different paragraph environments for creating different kinds
3997  of lists.
3998  In the 
3999 \family sans
4000 Itemize
4001 \family default
4002  and 
4003 \family sans
4004 Enumerate
4005 \family default
4006  environments, LyX labels your list items with bullets or numbers, respectively.
4007  In the 
4008 \family sans
4009 Description
4010 \family default
4011  and 
4012 \family sans
4013 List
4014 \family default
4015  environments, LyX lets you provide your own label.
4016  We'll present the individual details of each type of list next after describing
4017  some general features of all four of them.
4018 \end_layout
4019
4020 \begin_layout Subsubsection
4021 General Features
4022 \end_layout
4023
4024 \begin_layout Standard
4025 The four paragraph environments for lists differ from the other environments
4026  in several ways.
4027  First, LyX treats each paragraph as a list item.
4028  Hitting 
4029 \family sans
4030 Return
4031 \family default
4032  does 
4033 \emph on
4034 not
4035 \emph default
4036  reset the environment to 
4037 \family sans
4038 Standard
4039 \family default
4040  but keeps the current environment and creates a new list item.
4041  The nesting depth is typically reset, however.
4042  If you want to keep both the current nesting depth and paragraph environment,
4043  you should use 
4044 \family sans
4045 C-Return
4046 \family default
4047  to break paragraphs.
4048 \end_layout
4049
4050 \begin_layout Standard
4051 You can nest lists of any type inside one another.
4052  In fact, LyX changes the labels on some list items depending on how it
4053  is nested.
4054  If you intend to use any of the list paragraph environments, we suggest
4055  you read all of section\InsetSpace ~
4056
4057 \begin_inset LatexCommand ref
4058 reference "sec:Nesting"
4059
4060 \end_inset
4061
4062 .
4063  
4064 \end_layout
4065
4066 \begin_layout Subsubsection
4067
4068 \family sans
4069 Itemize
4070 \family default
4071
4072 \begin_inset LatexCommand index
4073 name "Lists ! Itemize"
4074
4075 \end_inset
4076
4077
4078 \begin_inset LatexCommand label
4079 name "sec:Itemize"
4080
4081 \end_inset
4082
4083
4084 \end_layout
4085
4086 \begin_layout Standard
4087 The first type of list we'll describe in detail is the 
4088 \family sans
4089 Itemize
4090 \family default
4091  paragraph environment.
4092  It has the following properties:
4093 \end_layout
4094
4095 \begin_layout Itemize
4096 Each item has a particular bullet or symbol as its label.
4097 \end_layout
4098
4099 \begin_deeper
4100 \begin_layout Itemize
4101 LyX uses the same symbol for all of the items in a given nesting level.
4102 \end_layout
4103
4104 \begin_layout Itemize
4105 The symbol appears at the beginning of the first line.
4106 \end_layout
4107
4108 \end_deeper
4109 \begin_layout Itemize
4110 The items can have any length.
4111  LyX automatically offsets the left margin of each item.
4112  The offset is always relative to whatever environment the 
4113 \family sans
4114 Itemize
4115 \family default
4116  list may be in.
4117 \end_layout
4118
4119 \begin_layout Itemize
4120 If you nest an 
4121 \family sans
4122 Itemize
4123 \family default
4124  environment inside another 
4125 \family sans
4126 Itemize
4127 \family default
4128  environment, the label changes to a new symbol.
4129 \end_layout
4130
4131 \begin_deeper
4132 \begin_layout Itemize
4133 There are four different symbols for up to a four-fold nesting.
4134 \end_layout
4135
4136 \begin_layout Itemize
4137 LyX always shows the same symbol on screen.
4138 \end_layout
4139
4140 \begin_layout Itemize
4141 See section\InsetSpace ~
4142
4143 \begin_inset LatexCommand ref
4144 reference "sec:Nesting"
4145
4146 \end_inset
4147
4148  for a full explanation of nesting.
4149 \end_layout
4150
4151 \end_deeper
4152 \begin_layout Standard
4153 Of course, that explanation was also an example of an 
4154 \family sans
4155 Itemize
4156 \family default
4157  list.
4158  The 
4159 \family sans
4160 Itemize
4161 \family default
4162  environment is best suited for lists where the order doesn't matter.
4163 \end_layout
4164
4165 \begin_layout Standard
4166 We said that different levels use different symbols as their label.
4167  Here's an example of all four possible symbols.
4168  Note that those of you reading this manual within LyX won't see any difference.
4169 \end_layout
4170
4171 \begin_layout Itemize
4172 The label for the first level 
4173 \family sans
4174 Itemize
4175 \family default
4176  is a large black dot, or bullet.
4177 \end_layout
4178
4179 \begin_deeper
4180 \begin_layout Itemize
4181 The label for the second level is a dash.
4182 \end_layout
4183
4184 \begin_deeper
4185 \begin_layout Itemize
4186 The label for the third is an asterisk.
4187 \end_layout
4188
4189 \begin_deeper
4190 \begin_layout Itemize
4191 The label for the fourth is a centered dot.
4192 \end_layout
4193
4194 \end_deeper
4195 \begin_layout Itemize
4196 Back out to the third level.
4197 \end_layout
4198
4199 \end_deeper
4200 \begin_layout Itemize
4201 Back to the second level.
4202 \end_layout
4203
4204 \end_deeper
4205 \begin_layout Itemize
4206 Back to the outermost level.
4207 \end_layout
4208
4209 \begin_layout Standard
4210 These are the default labels for an 
4211 \family sans
4212 Itemize
4213 \family default
4214  list.
4215  You can customize these labels in the 
4216 \family sans
4217 Document\SpecialChar \menuseparator
4218 Settings
4219 \family default
4220  dialog in the submenu 
4221 \family sans
4222 Bullets
4223 \family default
4224 .
4225 \family sans
4226
4227 \begin_inset LatexCommand index
4228 name "Document ! Settings"
4229
4230 \end_inset
4231
4232
4233 \end_layout
4234
4235 \begin_layout Standard
4236 Notice how the space between items decreases with increasing depth.
4237  We'll explain nesting and all the tricks you can do with different depths
4238  in section\InsetSpace ~
4239
4240 \begin_inset LatexCommand ref
4241 reference "sec:Nesting"
4242
4243 \end_inset
4244
4245 .
4246 \end_layout
4247
4248 \begin_layout Subsubsection
4249
4250 \family sans
4251 Enumerate
4252 \family default
4253
4254 \begin_inset LatexCommand index
4255 name "Lists ! Enumerate"
4256
4257 \end_inset
4258
4259
4260 \begin_inset LatexCommand label
4261 name "sec:Enumerate"
4262
4263 \end_inset
4264
4265
4266 \end_layout
4267
4268 \begin_layout Standard
4269 The 
4270 \family sans
4271 Enumerate
4272 \family default
4273  environment is used to create numbered lists and outlines.
4274  It has these properties:
4275 \end_layout
4276
4277 \begin_layout Enumerate
4278 Each item has a numeral as its label.
4279 \end_layout
4280
4281 \begin_deeper
4282 \begin_layout Enumerate
4283 The type of numeral depends on the nesting depth.
4284 \end_layout
4285
4286 \end_deeper
4287 \begin_layout Enumerate
4288 LyX automatically counts the items for you and updates the label as appropriate.
4289 \end_layout
4290
4291 \begin_layout Enumerate
4292 Each new 
4293 \family sans
4294 Enumerate
4295 \family default
4296  environment resets the counter to one.
4297 \end_layout
4298
4299 \begin_layout Enumerate
4300 Like the 
4301 \family sans
4302 Itemize
4303 \family default
4304  environment, the 
4305 \family sans
4306 Enumerate
4307 \family default
4308  environment:
4309 \end_layout
4310
4311 \begin_deeper
4312 \begin_layout Enumerate
4313 Offsets the items relative to the left margin.
4314  Items can have any length.
4315 \end_layout
4316
4317 \begin_layout Enumerate
4318 Reduces the space between items as the nesting depth increases.
4319 \end_layout
4320
4321 \begin_layout Enumerate
4322 Uses different types of labels depending on the nesting depth.
4323 \end_layout
4324
4325 \begin_layout Enumerate
4326 Allows up to a four-fold nesting.
4327 \end_layout
4328
4329 \end_deeper
4330 \begin_layout Standard
4331 Unlike the 
4332 \family sans
4333 Itemize
4334 \family default
4335  environment, 
4336 \family sans
4337 Enumerate
4338 \family default
4339  shows the different labels for each item in LyX.
4340  Here is how LyX labels the four different levels in an 
4341 \family sans
4342 Enumerate
4343 \family default
4344 :
4345 \end_layout
4346
4347 \begin_layout Enumerate
4348 The first level of an 
4349 \family sans
4350 Enumerate
4351 \family default
4352  uses Arabic numerals followed by a period.
4353 \end_layout
4354
4355 \begin_deeper
4356 \begin_layout Enumerate
4357 The second level uses lower case letters surrounded by parentheses.
4358 \end_layout
4359
4360 \begin_deeper
4361 \begin_layout Enumerate
4362 The third level uses lower-case Roman numerals followed by a period.
4363 \end_layout
4364
4365 \begin_deeper
4366 \begin_layout Enumerate
4367 The fourth level uses capital letters followed by a period.
4368 \end_layout
4369
4370 \begin_layout Enumerate
4371 Again, notice the decrease in the spacing between items as the nesting depth
4372  increases.
4373 \end_layout
4374
4375 \end_deeper
4376 \begin_layout Enumerate
4377 Back to the third level
4378 \end_layout
4379
4380 \end_deeper
4381 \begin_layout Enumerate
4382 Back to the second level.
4383 \end_layout
4384
4385 \end_deeper
4386 \begin_layout Enumerate
4387 Back to the outermost level.
4388 \end_layout
4389
4390 \begin_layout Standard
4391 Once again, you can customize the type of numbering used in the 
4392 \family sans
4393 Enumerate
4394 \family default
4395  environment.
4396  It involves adding commands to the LaTeX preamble (see the 
4397 \emph on
4398 Extended Features
4399 \emph default
4400  manual).
4401  As stated earlier, such customization only shows up in the printed version,
4402  not in LyX.
4403 \end_layout
4404
4405 \begin_layout Standard
4406 There is more to nesting 
4407 \family sans
4408 Enumerate
4409 \family default
4410  environments than we've stated here.
4411  You should read section\InsetSpace ~
4412
4413 \begin_inset LatexCommand ref
4414 reference "sec:Nesting"
4415
4416 \end_inset
4417
4418  to learn more about nesting.
4419 \end_layout
4420
4421 \begin_layout Subsubsection
4422
4423 \family sans
4424 Description
4425 \family default
4426
4427 \begin_inset LatexCommand index
4428 name "Lists ! Description"
4429
4430 \end_inset
4431
4432
4433 \begin_inset LatexCommand label
4434 name "sec:Description-List"
4435
4436 \end_inset
4437
4438
4439 \end_layout
4440
4441 \begin_layout Standard
4442 Unlike the previous two environments, the 
4443 \family sans
4444 Description
4445 \family default
4446  list has no fixed label.
4447  Instead, LyX uses the first 
4448 \begin_inset Quotes eld
4449 \end_inset
4450
4451 word
4452 \begin_inset Quotes erd
4453 \end_inset
4454
4455  of the first line as the label.
4456  Here's an example:
4457 \end_layout
4458
4459 \begin_layout Description
4460 Example: This is an example of the 
4461 \family sans
4462 Description
4463 \family default
4464  environment.
4465 \end_layout
4466
4467 \begin_layout Standard
4468 LyX typesets the label in boldface and puts extra space between it and the
4469  rest of the line.
4470 \end_layout
4471
4472 \begin_layout Standard
4473 With the first 
4474 \begin_inset Quotes eld
4475 \end_inset
4476
4477 word
4478 \begin_inset Quotes erd
4479 \end_inset
4480
4481  it is meant that the first hit of the 
4482 \family sans
4483 Space
4484 \family default
4485  key ends the label if you are at the beginning of the first line of an
4486  item.
4487  If you need to use more than one word in the label use a 
4488 \family sans
4489 Protected Blank
4490 \family default
4491 .
4492  (Use either 
4493 \family sans
4494 C-Space
4495 \family default
4496  or the menu 
4497 \family sans
4498 Insert\SpecialChar \menuseparator
4499 Formatting\SpecialChar \menuseparator
4500 Protected\InsetSpace ~
4501 Space
4502 \family default
4503 , see section\InsetSpace ~
4504
4505 \begin_inset LatexCommand ref
4506 reference "sub:Protected-Space"
4507
4508 \end_inset
4509
4510  for more info.) Here is an example:
4511 \end_layout
4512
4513 \begin_layout Description
4514 Second\InsetSpace ~
4515 Example: This one shows how to use a 
4516 \family sans
4517 Protected\InsetSpace ~
4518 Blank
4519 \family default
4520  in the label of a 
4521 \family sans
4522 Description
4523 \family default
4524  list item.
4525 \end_layout
4526
4527 \begin_layout Description
4528 Usage: You should use the 
4529 \family sans
4530 Description
4531 \family default
4532  environment for things like definitions and theorems.
4533  Use it when you need to make one word in particular stand out in the text
4534  that describes it.
4535  It's not a good idea to use a 
4536 \family sans
4537 Description
4538 \family default
4539  environment when you have an entire sentence that you want to describe.
4540  You're better off using 
4541 \family sans
4542 Itemize
4543 \family default
4544  or 
4545 \family sans
4546 Enumerate
4547 \family default
4548  and nesting several 
4549 \family sans
4550 Standard
4551 \family default
4552  paragraphs into them.
4553 \end_layout
4554
4555 \begin_layout Description
4556 Nesting: You can nest 
4557 \family sans
4558 Description
4559 \family default
4560  environments inside one another, nest them in other types of lists, and
4561  so on.
4562 \end_layout
4563
4564 \begin_layout Standard
4565 Notice that after the first line, LyX indents subsequent lines, offsetting
4566  them from the first line.
4567 \end_layout
4568
4569 \begin_layout Subsubsection
4570 The LyX 
4571 \family sans
4572 List
4573 \family default
4574
4575 \begin_inset LatexCommand index
4576 name "Lists ! LyX list"
4577
4578 \end_inset
4579
4580
4581 \begin_inset LatexCommand label
4582 name "sec:LyX-List"
4583
4584 \end_inset
4585
4586
4587 \end_layout
4588
4589 \begin_layout Standard
4590 The 
4591 \family sans
4592 List
4593 \family default
4594  environment is a LyX extension to LaTeX.
4595  
4596 \end_layout
4597
4598 \begin_layout Standard
4599 Like the 
4600 \family sans
4601 Description
4602 \family default
4603  environment the 
4604 \family sans
4605 List
4606 \family default
4607  environment has user-defined labels for each list item.
4608  There are the following properties of this list environment:
4609 \end_layout
4610
4611 \begin_layout Labeling
4612 \labelwidthstring 00.00.0000
4613 item\InsetSpace ~
4614 labels LyX uses the first 
4615 \begin_inset Quotes eld
4616 \end_inset
4617
4618 word
4619 \begin_inset Quotes erd
4620 \end_inset
4621
4622  of each line as the item label.
4623  The first 
4624 \family sans
4625 Space
4626 \family default
4627  after the beginning of the first line of an item marks the end of the label.
4628  If you need to use more than one word in an item label, use a protected
4629  blank as described above.
4630 \end_layout
4631
4632 \begin_layout Labeling
4633 \labelwidthstring 00.00.0000
4634 margins As you can see, LyX uses different margins for the item label and
4635  the body of the item text.
4636  The body of the text has a larger left margin, which is equal to the default
4637  label width plus a little extra space.
4638  
4639 \end_layout
4640
4641 \begin_layout Labeling
4642 \labelwidthstring 00.00.0000
4643 label\InsetSpace ~
4644 width LyX uses the width of the label, or the default width, whatever
4645  is larger.
4646  If the label width is larger, the label 
4647 \begin_inset Quotes eld
4648 \end_inset
4649
4650 extends
4651 \begin_inset Quotes erd
4652 \end_inset
4653
4654  into the first line.
4655  In other words, the text of the first line isn't aligned with the left
4656  margin of the rest of the item text.
4657 \end_layout
4658
4659 \begin_layout Labeling
4660 \labelwidthstring 00.00.0000
4661 default\InsetSpace ~
4662 width You can set the default label width to ensure that the text
4663  of all items in a 
4664 \family sans
4665 List
4666 \family default
4667  environment have the same left margin.
4668 \newline
4669 To change the default width, select
4670  all items in the list.
4671  Now open the 
4672 \family sans
4673 Edit\SpecialChar \menuseparator
4674 Paragraph\InsetSpace ~
4675 Settings
4676 \family default
4677  dialog.
4678  The text in the box 
4679 \family sans
4680 Longest\InsetSpace ~
4681 label
4682 \family default
4683  determines the default label width.
4684  You can use the text of your largest label here, but you can also use the
4685  letter 
4686 \begin_inset Quotes eld
4687 \end_inset
4688
4689 M
4690 \begin_inset Quotes erd
4691 \end_inset
4692
4693  multiple times instead.
4694  The M is the widest character and is a standard unit of widths in LaTeX.
4695  By using 
4696 \begin_inset Quotes eld
4697 \end_inset
4698
4699 M
4700 \begin_inset Quotes erd
4701 \end_inset
4702
4703  as the unit of width you don't need to keep changing the contents of 
4704 \family sans
4705 Longest\InsetSpace ~
4706 label
4707 \family default
4708  every time you alter a label in a 
4709 \family sans
4710 List
4711 \family default
4712  environment.
4713 \newline
4714 The predefined default width is the length of 
4715 \begin_inset Quotes eld
4716 \end_inset
4717
4718 00.00.0000
4719 \begin_inset Quotes erd
4720 \end_inset
4721
4722  (equal to 6 M).
4723  
4724 \newline
4725
4726 \begin_inset Note Greyedout
4727 status open
4728
4729 \begin_layout Standard
4730
4731 \series bold
4732 Note:
4733 \series default
4734  Setting the cursor into a list item to change only its label width will
4735  only change the width inside LyX but not in the output.
4736 \end_layout
4737
4738 \end_inset
4739
4740
4741 \end_layout
4742
4743 \begin_layout Standard
4744 You should use the 
4745 \family sans
4746 List
4747 \family default
4748  environment the same way like the 
4749 \family sans
4750 Description
4751 \family default
4752  list: When you need one word to stand out from the text that describes
4753  it.
4754  The 
4755 \family sans
4756 List
4757 \family default
4758  environment gives you another way to do this, using a different overall
4759  layout.
4760 \end_layout
4761
4762 \begin_layout Standard
4763 You can nest 
4764 \family sans
4765 List
4766 \family default
4767  environments inside one another, nest them in other types of lists, and
4768  so on.
4769  They work just like the other list paragraph environments.
4770  Read section\InsetSpace ~
4771
4772 \begin_inset LatexCommand ref
4773 reference "sec:Nesting"
4774
4775 \end_inset
4776
4777  to learn about nesting.
4778 \end_layout
4779
4780 \begin_layout Standard
4781 There is yet another feature of the 
4782 \family sans
4783 List
4784 \family default
4785  environment: As you can see in the examples, LyX left-justifies the item
4786  labels by default.
4787  You can use additional 
4788 \family sans
4789 HFills
4790 \family default
4791  to change how LyX justifies the item label.
4792  We'll document 
4793 \family sans
4794 HFills
4795 \family default
4796  later in section\InsetSpace ~
4797
4798 \begin_inset LatexCommand ref
4799 reference "sub:Horizontal-Space"
4800
4801 \end_inset
4802
4803 .
4804  Here are some examples:
4805 \end_layout
4806
4807 \begin_layout Labeling
4808 \labelwidthstring 00.00.0000
4809 Left The default for 
4810 \family sans
4811 List
4812 \family default
4813  item labels.
4814 \end_layout
4815
4816 \begin_layout Labeling
4817 \labelwidthstring 00.00.0000
4818
4819 \hfill
4820 Right One 
4821 \family sans
4822 HFill
4823 \family default
4824  at the beginning of the label right justifies it.
4825 \end_layout
4826
4827 \begin_layout Labeling
4828 \labelwidthstring 00.00.0000
4829
4830 \hfill
4831 Center
4832 \hfill
4833  One 
4834 \family sans
4835 HFill
4836 \family default
4837  at the beginning of the label and one at the end centers it.
4838 \end_layout
4839
4840 \begin_layout Subsection
4841 Letters
4842 \begin_inset LatexCommand index
4843 name "Letters"
4844
4845 \end_inset
4846
4847
4848 \end_layout
4849
4850 \begin_layout Subsubsection
4851
4852 \family sans
4853 Address
4854 \family default
4855  and 
4856 \family sans
4857 Right\InsetSpace ~
4858 Address
4859 \family default
4860 : An Overview
4861 \end_layout
4862
4863 \begin_layout Standard
4864 Although LyX has document classes for letters, we've also created two paragraph
4865  environments called 
4866 \family sans
4867 Address
4868 \family default
4869  and 
4870 \family sans
4871 Right\InsetSpace ~
4872 Address
4873 \family default
4874 .
4875  To use the letter class, you need to use specific paragraph environments
4876  in a specific order, otherwise LaTeX gags on the document.
4877  In contrast, you can use the 
4878 \family sans
4879 Address
4880 \family default
4881  and 
4882 \family sans
4883 Right\InsetSpace ~
4884 Address
4885 \family default
4886  paragraph environments anywhere with no problem.
4887  You can even nest them inside other environments, though you can't nest
4888  anything in them.
4889 \end_layout
4890
4891 \begin_layout Standard
4892 Of course, you're not limited to using 
4893 \family sans
4894 Address
4895 \family default
4896  and 
4897 \family sans
4898 Right\InsetSpace ~
4899 Address
4900 \family default
4901  for letters only.
4902  
4903 \family sans
4904 Right\InsetSpace ~
4905 Address
4906 \family default
4907 , in particular, is useful for creating article titles like those used in
4908  some European academic papers.
4909 \end_layout
4910
4911 \begin_layout Subsubsection
4912 Usage
4913 \begin_inset LatexCommand label
4914 name "sec:Address-Usage"
4915
4916 \end_inset
4917
4918
4919 \end_layout
4920
4921 \begin_layout Standard
4922 The 
4923 \family sans
4924 Address
4925 \family default
4926  environment formats text in the style of an address, which is also used
4927  for the opening and signature in some countries.
4928  Similarly, the 
4929 \family sans
4930 Right\InsetSpace ~
4931 Address
4932 \family default
4933  environment formats text in the style of a right-justified address, which
4934  is used for the sender's address and today's date in some countries.
4935  Here's an example of each:
4936 \end_layout
4937
4938 \begin_layout Right Address
4939 Right Address
4940 \newline
4941 Who I am
4942 \newline
4943 Where I am
4944 \newline
4945 When is it? What is today?
4946 \end_layout
4947
4948 \begin_layout Standard
4949 That was 
4950 \family sans
4951 Right\InsetSpace ~
4952 Address
4953 \family default
4954 .
4955  Notice that the lines all have the same left margin, which LyX sets to
4956  fit the largest block of text on a single line.
4957  Here's an example of the 
4958 \family sans
4959 Address
4960 \family default
4961  environment:
4962 \end_layout
4963
4964 \begin_layout Address
4965 Who are you
4966 \newline
4967 Where do I send this
4968 \newline
4969 Your post office and country
4970 \end_layout
4971
4972 \begin_layout Standard
4973 As you can see, both 
4974 \family sans
4975 Address
4976 \family default
4977  and 
4978 \family sans
4979 Right\InsetSpace ~
4980 Address
4981 \family default
4982  add extra space between themselves and the next paragraph.
4983  If you hit 
4984 \family sans
4985 Return
4986 \family default
4987  in either of these environments, LyX resets the nesting depth and sets
4988  the environment to 
4989 \family sans
4990 Standard
4991 \family default
4992 .
4993  This makes sense, since 
4994 \family sans
4995 Return
4996 \family default
4997  is the 
4998 \family typewriter
4999 break-paragraph
5000 \family default
5001  function, and the individual lines of an address are not paragraphs.
5002  Thus, you have to use 
5003 \family typewriter
5004 break-line
5005 \family default
5006  (
5007 \family sans
5008 C-Return
5009 \family default
5010  or 
5011 \family sans
5012 Formatting\InsetSpace ~
5013 Character\SpecialChar \menuseparator
5014 Line\InsetSpace ~
5015 Break
5016 \family default
5017  from the 
5018 \family sans
5019 Insert
5020 \family default
5021  menu) to start a new line in an 
5022 \family sans
5023 Address
5024 \family default
5025  or 
5026 \family sans
5027 Right\InsetSpace ~
5028 Address
5029 \family default
5030  environment.
5031 \end_layout
5032
5033 \begin_layout Subsection
5034 Academic Writing
5035 \end_layout
5036
5037 \begin_layout Standard
5038 Most academic writing begins with an abstract and ends with a bibliography
5039  or list of references.
5040  LyX contains paragraph environments for both of these.
5041 \end_layout
5042
5043 \begin_layout Subsubsection
5044
5045 \family sans
5046 Abstract
5047 \begin_inset LatexCommand index
5048 name "Abstracts"
5049
5050 \end_inset
5051
5052
5053 \end_layout
5054
5055 \begin_layout Standard
5056 The 
5057 \family sans
5058 Abstract
5059 \family default
5060  environment is used for the abstract of an article.
5061  Technically, you could use this environment anywhere, but you really should
5062  only use it at the beginning of the document, after the title.
5063  Also, don't bother trying to nest 
5064 \family sans
5065 Abstract
5066 \family default
5067  in anything else or vice versa.
5068  It won't work.
5069  The 
5070 \family sans
5071 Abstract
5072 \family default
5073  environment is only useful in the article and report document classes.
5074  The book document classes ignores the 
5075 \family sans
5076 Abstract
5077 \family default
5078  completely, and it's utterly silly to use 
5079 \family sans
5080 Abstract
5081 \family default
5082  in a letter document class.
5083 \end_layout
5084
5085 \begin_layout Standard
5086 The 
5087 \family sans
5088 Abstract
5089 \family default
5090  environment does several things for you.
5091  First, it puts the centered label 
5092 \begin_inset Quotes eld
5093 \end_inset
5094
5095 Abstract
5096 \begin_inset Quotes erd
5097 \end_inset
5098
5099  above the text.
5100  The label and the text of the abstract are separated by some extra vertical
5101  space.
5102  Second, it typesets everything in a smaller font, just as you'd expect.
5103  Lastly, it adds a bit of extra vertical space between the abstract and
5104  the subsequent text.
5105  Well, that's how it will appear on the LyX screen.
5106  The appearance in the output depends on the used article or report class.
5107 \end_layout
5108
5109 \begin_layout Standard
5110 Starting a new paragraph by hitting 
5111 \family sans
5112 Return
5113 \family default
5114  does not reset the paragraph environment.
5115  The new paragraph will still be in the 
5116 \family sans
5117 Abstract
5118 \family default
5119  environment.
5120  So, you will have to change the paragraph environment yourself when you
5121  finish entering the abstract of your document.
5122 \end_layout
5123
5124 \begin_layout Standard
5125 \begin_inset Float figure
5126 wide false
5127 sideways false
5128 status open
5129
5130 \begin_layout Standard
5131 \align center
5132 \begin_inset Graphics
5133         filename clipart/Abstract.pdf
5134         lyxscale 25
5135
5136 \end_inset
5137
5138
5139 \end_layout
5140
5141 \begin_layout Standard
5142 \begin_inset Caption
5143
5144 \begin_layout Standard
5145 \begin_inset LatexCommand label
5146 name "cap:Paragraph-in-the"
5147
5148 \end_inset
5149
5150 Paragraph in the 
5151 \family sans
5152 Abstract
5153 \family default
5154  environment
5155 \end_layout
5156
5157 \end_inset
5158
5159
5160 \end_layout
5161
5162 \end_inset
5163
5164
5165 \end_layout
5166
5167 \begin_layout Standard
5168 We'd love to give you directly an example of the 
5169 \family sans
5170 Abstract
5171 \family default
5172  environment, but since this document is in the 
5173 \begin_inset Quotes eld
5174 \end_inset
5175
5176 book
5177 \begin_inset Quotes erd
5178 \end_inset
5179
5180  class, we can't do this.
5181  We inserted it therefore as figure\InsetSpace ~
5182
5183 \begin_inset LatexCommand ref
5184 reference "cap:Paragraph-in-the"
5185
5186 \end_inset
5187
5188 .
5189  If you've never heard of an 
5190 \begin_inset Quotes eld
5191 \end_inset
5192
5193 abstract
5194 \begin_inset Quotes erd
5195 \end_inset
5196
5197  before, you can safely ignore this environment.
5198 \end_layout
5199
5200 \begin_layout Subsubsection
5201
5202 \family sans
5203 Bibliography
5204 \family default
5205
5206 \begin_inset LatexCommand index
5207 name "Bibliography"
5208
5209 \end_inset
5210
5211
5212 \begin_inset LatexCommand label
5213 name "sub:Biblio_environment"
5214
5215 \end_inset
5216
5217
5218 \end_layout
5219
5220 \begin_layout Standard
5221 The 
5222 \family sans
5223 Bibliography
5224 \family default
5225  environment is used to list references.
5226  Technically, you could use this environment anywhere, but you really should
5227  only use it at the end of the document.
5228  Nesting 
5229 \family sans
5230 Bibliography
5231 \family default
5232  in anything else or vice versa won't work.
5233 \end_layout
5234
5235 \begin_layout Standard
5236 When you first open a 
5237 \family sans
5238 Bibliography
5239 \family default
5240  environment, LyX add a large vertical space, followed by the heading 
5241 \begin_inset Quotes eld
5242 \end_inset
5243
5244 Bibliography
5245 \begin_inset Quotes erd
5246 \end_inset
5247
5248  or 
5249 \begin_inset Quotes eld
5250 \end_inset
5251
5252 References,
5253 \begin_inset Quotes erd
5254 \end_inset
5255
5256  depending on the document class.
5257  The heading is in a large boldface font.
5258  Each paragraph of the 
5259 \family sans
5260 Bibliography
5261 \family default
5262  environment is a bibliography entry.
5263  Thus, hitting 
5264 \family sans
5265 Return
5266 \family default
5267  does not reset the paragraph environment.
5268  Each new paragraph is still in the 
5269 \family sans
5270 Bibliography
5271 \family default
5272  environment.
5273 \end_layout
5274
5275 \begin_layout Standard
5276 For a detailed description of LyX's bibliography handling, have a look at
5277  in section\InsetSpace ~
5278
5279 \begin_inset LatexCommand ref
5280 reference "sec:Bibliography"
5281
5282 \end_inset
5283
5284 .
5285 \end_layout
5286
5287 \begin_layout Subsection
5288 LyX
5289 \family sans
5290 -Code
5291 \begin_inset LatexCommand index
5292 name "Paragraph ! LyX code"
5293
5294 \end_inset
5295
5296
5297 \begin_inset LatexCommand label
5298 name "sub:LyX-Code"
5299
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \begin_layout Standard
5306 The 
5307 \family sans
5308 LyX-Code
5309 \family default
5310  environment is another LyX extension.
5311  It type-sets text in a typewriter-style font.
5312  It also treats the 
5313 \family sans
5314 Space
5315 \family default
5316  key as a fixed whitespace;
5317 \begin_inset Foot
5318 status collapsed
5319
5320 \begin_layout Standard
5321 In the 
5322 \family sans
5323 LyX-Code
5324 \family default
5325  environment, the 
5326 \family sans
5327 Space
5328 \family default
5329  key is treated as a 
5330 \family sans
5331 Protected\InsetSpace ~
5332 Blank
5333 \family default
5334  instead of an end-of-word marker.
5335 \end_layout
5336
5337 \end_inset
5338
5339  this is the only case in which you can type multiple whitespaces in LyX.
5340  If you need to insert blank lines, you'll still need to use 
5341 \family sans
5342 C-Return
5343 \family default
5344  (the 
5345 \family typewriter
5346 break-line
5347 \family default
5348  function).
5349  
5350 \family sans
5351 Return
5352 \family default
5353  breaks paragraphs.
5354  Note, however, that 
5355 \family sans
5356 Return
5357 \family default
5358  does not reset the paragraph environment.
5359  So, when you finish using the 
5360 \family sans
5361 LyX-Code
5362 \family default
5363  environment, you'll need to change the paragraph environment yourself.
5364  Also, you can nest the 
5365 \family sans
5366 LyX-Code
5367 \family default
5368  environment inside of others.
5369 \end_layout
5370
5371 \begin_layout Standard
5372 There are a few quirks with this environment:
5373 \end_layout
5374
5375 \begin_layout Itemize
5376 You cannot use 
5377 \family sans
5378 C-Return
5379 \family default
5380  at the beginning of a new paragraph (i.e.
5381  you can't follow 
5382 \family sans
5383 Return
5384 \family default
5385  with a 
5386 \family sans
5387 C-Return
5388 \family default
5389 ).
5390 \end_layout
5391
5392 \begin_layout Itemize
5393 You can't follow a 
5394 \family sans
5395 C-Return
5396 \family default
5397  with a 
5398 \family sans
5399 Space
5400 \family default
5401 .
5402 \end_layout
5403
5404 \begin_deeper
5405 \begin_layout Itemize
5406 Use a 
5407 \family sans
5408 Return
5409 \family default
5410  to begin a new paragraph, then you can use a 
5411 \family sans
5412 Space
5413 \family default
5414 .
5415 \end_layout
5416
5417 \begin_layout Itemize
5418 Or: use 
5419 \family sans
5420 C-Space
5421 \family default
5422  instead.
5423 \end_layout
5424
5425 \end_deeper
5426 \begin_layout Itemize
5427 You can't have an empty paragraph or an empty line.
5428  You must put at least one 
5429 \family sans
5430 Space
5431 \family default
5432  in any line you want blank.
5433  Otherwise, LaTeX generates errors.
5434 \end_layout
5435
5436 \begin_layout Itemize
5437 You cannot get the typewriter double quotes by typing 
5438 \family sans
5439 "
5440 \family default
5441  since that will insert 
5442 \emph on
5443 real
5444 \emph default
5445  quotes.
5446  You get the typewriter double quotes with 
5447 \family sans
5448 C-"
5449 \family default
5450  (or 
5451 \family sans
5452 C-q
5453 \family default
5454  if you use Emacs-like key bindings).
5455 \end_layout
5456
5457 \begin_layout Standard
5458 Here's an example:
5459 \end_layout
5460
5461 \begin_layout LyX-Code
5462 #include <stdio.h>
5463 \end_layout
5464
5465 \begin_layout LyX-Code
5466  
5467 \end_layout
5468
5469 \begin_layout LyX-Code
5470 int main(void)
5471 \end_layout
5472
5473 \begin_layout LyX-Code
5474 {
5475 \end_layout
5476
5477 \begin_layout LyX-Code
5478     printf("Hello World!
5479 \backslash
5480 n");
5481 \end_layout
5482
5483 \begin_layout LyX-Code
5484     return 0;
5485 \end_layout
5486
5487 \begin_layout LyX-Code
5488 }
5489 \end_layout
5490
5491 \begin_layout Standard
5492 This is just the standard 
5493 \begin_inset Quotes eld
5494 \end_inset
5495
5496 Hello world!
5497 \begin_inset Quotes erd
5498 \end_inset
5499
5500  program.
5501  
5502 \end_layout
5503
5504 \begin_layout Standard
5505
5506 \family sans
5507 LyX-Code
5508 \family default
5509  has one purpose: to typeset code, such as program source, shell scripts,
5510  rc-files, and so on.
5511  Use it only in those very special cases where you need to generate text
5512  as if you used a typewriter.
5513 \begin_inset LatexCommand index
5514 name "Paragraph environments|)"
5515
5516 \end_inset
5517
5518
5519 \end_layout
5520
5521 \begin_layout Section
5522 Nesting Environments
5523 \begin_inset LatexCommand index
5524 name "Nesting ! Environments"
5525
5526 \end_inset
5527
5528
5529 \begin_inset LatexCommand label
5530 name "sec:Nesting"
5531
5532 \end_inset
5533
5534
5535 \end_layout
5536
5537 \begin_layout Subsection
5538 Introduction
5539 \end_layout
5540
5541 \begin_layout Standard
5542 LyX treats text as a unified block with a particular context and specific
5543  properties.
5544  This allows you to create blocks that inherits some of the properties of
5545  another block.
5546  For example you have three main points in an outline, but point #2 also
5547  has two subpoints.
5548  In other words, you have a list inside of another list, with the inner
5549  list 
5550 \begin_inset Quotes eld
5551 \end_inset
5552
5553 attached
5554 \begin_inset Quotes erd
5555 \end_inset
5556
5557  to item #2:
5558 \end_layout
5559
5560 \begin_layout Enumerate
5561 one
5562 \end_layout
5563
5564 \begin_layout Enumerate
5565 two
5566 \end_layout
5567
5568 \begin_deeper
5569 \begin_layout Enumerate
5570 sublist - item #1
5571 \end_layout
5572
5573 \begin_layout Enumerate
5574 sublist - item #2
5575 \end_layout
5576
5577 \end_deeper
5578 \begin_layout Enumerate
5579 three
5580 \end_layout
5581
5582 \begin_layout Standard
5583 You put a list inside of a list by nesting one list inside the other.
5584  Nesting an environment is quite simple: Select 
5585 \family sans
5586 Increase\InsetSpace ~
5587 List\InsetSpace ~
5588 Depth
5589 \family default
5590  or 
5591 \family sans
5592 Decrease\InsetSpace ~
5593 List\InsetSpace ~
5594 Depth
5595 \family default
5596  from the 
5597 \family sans
5598 Edit
5599 \family default
5600  menu to change the nesting depth of the current paragraph (the status bar
5601  will tell you how far you are nested).
5602  Instead of the menu, you can also use the toolbar buttons 
5603 \begin_inset Graphics
5604         filename ../images/depth-increment.png
5605
5606 \end_inset
5607
5608  and 
5609 \begin_inset Graphics
5610         filename ../images/depth-decrement.png
5611
5612 \end_inset
5613
5614  or the convenient key bindings 
5615 \family sans
5616 S-M-Right
5617 \family default
5618  and 
5619 \family sans
5620 S-M-Left
5621 \family default
5622  to change the nesting level.
5623  The change will work on the current selection if you have made one (allowing
5624  you to change the nesting of several paragraphs at once), or the current
5625  paragraph.
5626 \end_layout
5627
5628 \begin_layout Standard
5629 Note that LyX only changes the nesting depth if it can.
5630  If it's invalid to do so, nothing happens if you try to change the depth.
5631  Additionally, if you change the depth of one paragraph, it affects the
5632  depth of every paragraph nested inside of it.
5633 \end_layout
5634
5635 \begin_layout Standard
5636 Nesting isn't limited to lists.
5637  In LyX, you can nest just about anything inside anything else, as you're
5638  about to find out.
5639  This is the real power of nesting paragraph environments.
5640 \end_layout
5641
5642 \begin_layout Subsection
5643 What You Can and Can't Nest
5644 \end_layout
5645
5646 \begin_layout Standard
5647 Before we fire a list of paragraph environments at you, we need to tell
5648  you a little bit more about how nesting works.
5649 \end_layout
5650
5651 \begin_layout Standard
5652 The question if nesting a paragraph environment is possible, is a bit more
5653  complicated than a simple yes or no.
5654  There are three types of paragraph environments:
5655 \end_layout
5656
5657 \begin_layout Itemize
5658 Completely unnestable
5659 \end_layout
5660
5661 \begin_layout Itemize
5662 Fully nestable, you can nest them inside of things and you can also nest
5663  other things inside of them.
5664 \end_layout
5665
5666 \begin_layout Itemize
5667 A third type, you can nest them into other environments, but you can't nest
5668  anything into them.
5669 \end_layout
5670
5671 \begin_layout Standard
5672 Here's a list of the three types of nesting behavior, and which paragraph
5673  environments have them:
5674 \end_layout
5675
5676 \begin_layout Description
5677 Unnestable Can't nest them.
5678  Can't nest into them.
5679 \end_layout
5680
5681 \begin_deeper
5682 \begin_layout Itemize
5683
5684 \family sans
5685 Part
5686 \end_layout
5687
5688 \begin_layout Itemize
5689
5690 \family sans
5691 Chapter
5692 \end_layout
5693
5694 \begin_layout Itemize
5695
5696 \family sans
5697 Section
5698 \family default
5699  
5700 \end_layout
5701
5702 \begin_layout Itemize
5703
5704 \family sans
5705 Subsection
5706 \end_layout
5707
5708 \begin_layout Itemize
5709
5710 \family sans
5711 Subsubsection
5712 \end_layout
5713
5714 \begin_layout Itemize
5715
5716 \family sans
5717 Paragraph
5718 \family default
5719  
5720 \end_layout
5721
5722 \begin_layout Itemize
5723
5724 \family sans
5725 Subparagraph
5726 \end_layout
5727
5728 \begin_layout Itemize
5729
5730 \family sans
5731 Part*
5732 \end_layout
5733
5734 \begin_layout Itemize
5735
5736 \family sans
5737 Chapter*
5738 \end_layout
5739
5740 \begin_layout Itemize
5741
5742 \family sans
5743 Section*
5744 \end_layout
5745
5746 \begin_layout Itemize
5747
5748 \family sans
5749 Subsection*
5750 \end_layout
5751
5752 \begin_layout Itemize
5753
5754 \family sans
5755 Subsubsection*
5756 \end_layout
5757
5758 \begin_layout Itemize
5759
5760 \family sans
5761 Bibliography
5762 \end_layout
5763
5764 \begin_layout Itemize
5765
5766 \family sans
5767 Abstract
5768 \end_layout
5769
5770 \begin_layout Itemize
5771
5772 \family sans
5773 Title
5774 \end_layout
5775
5776 \begin_layout Itemize
5777
5778 \family sans
5779 Author
5780 \end_layout
5781
5782 \begin_layout Itemize
5783
5784 \family sans
5785 Date
5786 \end_layout
5787
5788 \end_deeper
5789 \begin_layout Description
5790 Fully\InsetSpace ~
5791 Nestable You can nest them.
5792  You can nest other things into them.
5793 \end_layout
5794
5795 \begin_deeper
5796 \begin_layout Itemize
5797
5798 \family sans
5799 Verse
5800 \end_layout
5801
5802 \begin_layout Itemize
5803
5804 \family sans
5805 Quote
5806 \end_layout
5807
5808 \begin_layout Itemize
5809
5810 \family sans
5811 Quotation
5812 \end_layout
5813
5814 \begin_layout Itemize
5815
5816 \family sans
5817 Itemize
5818 \end_layout
5819
5820 \begin_layout Itemize
5821
5822 \family sans
5823 Enumerate
5824 \end_layout
5825
5826 \begin_layout Itemize
5827
5828 \family sans
5829 Description
5830 \end_layout
5831
5832 \begin_layout Itemize
5833
5834 \family sans
5835 List
5836 \end_layout
5837
5838 \begin_layout Itemize
5839
5840 \family sans
5841 LyX-Code
5842 \end_layout
5843
5844 \end_deeper
5845 \begin_layout Description
5846 Nestable-Inside You can nest them inside of other things.
5847  You can't nest anything into them.
5848 \end_layout
5849
5850 \begin_deeper
5851 \begin_layout Itemize
5852
5853 \family sans
5854 Standard
5855 \end_layout
5856
5857 \begin_layout Itemize
5858
5859 \family sans
5860 Right\InsetSpace ~
5861 Address
5862 \end_layout
5863
5864 \begin_layout Itemize
5865
5866 \family sans
5867 Address
5868 \end_layout
5869
5870 \end_deeper
5871 \begin_layout Standard
5872 The 
5873 \family sans
5874 Caption
5875 \family default
5876  environment doesn't really fit anywhere, since it's only used inside of
5877  
5878 \family sans
5879 Table\InsetSpace ~
5880 Floats
5881 \family default
5882  and 
5883 \family sans
5884 Figure\InsetSpace ~
5885 Floats
5886 \family default
5887 .
5888 \end_layout
5889
5890 \begin_layout Subsection
5891 Nesting Other Things: Tables, Math, Floats, etc.
5892 \begin_inset LatexCommand index
5893 name "Nesting ! Tables etc."
5894
5895 \end_inset
5896
5897
5898 \begin_inset LatexCommand label
5899 name "sec:table-and-fig-nesting"
5900
5901 \end_inset
5902
5903
5904 \end_layout
5905
5906 \begin_layout Standard
5907 There are several things that aren't paragraph environments, but which are
5908  affected by nesting anyhow.
5909  They are:
5910 \end_layout
5911
5912 \begin_layout Itemize
5913 equations
5914 \end_layout
5915
5916 \begin_layout Itemize
5917 tables
5918 \end_layout
5919
5920 \begin_layout Itemize
5921 figures
5922 \end_layout
5923
5924 \begin_layout Standard
5925 (
5926 \begin_inset Note Greyedout
5927 status open
5928
5929 \begin_layout Standard
5930
5931 \series bold
5932 Note:
5933 \series default
5934  If you put a figure or a table in a 
5935 \family sans
5936 Float
5937 \family default
5938 , this is no longer true.
5939 \end_layout
5940
5941 \end_inset
5942
5943  Have a look at section\InsetSpace ~
5944
5945 \begin_inset LatexCommand ref
5946 reference "sec:Floats"
5947
5948 \end_inset
5949
5950  for more informations about 
5951 \family sans
5952 Floats
5953 \family default
5954 .)
5955 \end_layout
5956
5957 \begin_layout Standard
5958 LyX can treat these three objects as either a word or as a paragraph.
5959  If a figure, table, or an equation is inline, it goes wherever the paragraph
5960  it is in goes.
5961 \end_layout
5962
5963 \begin_layout Standard
5964 On the other hand, if you have an equation, figure or table in a 
5965 \begin_inset Quotes eld
5966 \end_inset
5967
5968 paragraph
5969 \begin_inset Quotes erd
5970 \end_inset
5971
5972  of its own, it behaves just like a 
5973 \begin_inset Quotes eld
5974 \end_inset
5975
5976 nestable-inside
5977 \begin_inset Quotes erd
5978 \end_inset
5979
5980  paragraph environment.
5981  You can nest it into any environment, but you obviously can't nest anything
5982  into it.
5983 \end_layout
5984
5985 \begin_layout Standard
5986 Here's an example with a table:
5987 \end_layout
5988
5989 \begin_layout Enumerate
5990 Item One
5991 \end_layout
5992
5993 \begin_deeper
5994 \begin_layout Enumerate
5995 This is (a) and it's nested.
5996 \end_layout
5997
5998 \begin_deeper
5999 \begin_layout Standard
6000 \begin_inset VSpace 0.3cm
6001 \end_inset
6002
6003
6004 \end_layout
6005
6006 \begin_layout Standard
6007 \align center
6008 \begin_inset Tabular
6009 <lyxtabular version="3" rows="2" columns="2">
6010 <features>
6011 <column alignment="center" valignment="top" leftline="true" width="0pt">
6012 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6013 <row topline="true">
6014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Standard
6018
6019 \family roman
6020 \series medium
6021 \shape up
6022 \size normal
6023 \emph off
6024 \bar no
6025 \noun off
6026 \color none
6027 a
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Standard
6036
6037 \family roman
6038 \series medium
6039 \shape up
6040 \size normal
6041 \emph off
6042 \bar no
6043 \noun off
6044 \color none
6045 b
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 </row>
6051 <row topline="true" bottomline="true">
6052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Standard
6056
6057 \family roman
6058 \series medium
6059 \shape up
6060 \size normal
6061 \emph off
6062 \bar no
6063 \noun off
6064 \color none
6065 c
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Standard
6074
6075 \family roman
6076 \series medium
6077 \shape up
6078 \size normal
6079 \emph off
6080 \bar no
6081 \noun off
6082 \color none
6083 d
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 </row>
6089 </lyxtabular>
6090
6091 \end_inset
6092
6093
6094 \end_layout
6095
6096 \begin_layout Standard
6097 \begin_inset VSpace 0.3cm
6098 \end_inset
6099
6100
6101 \end_layout
6102
6103 \end_deeper
6104 \begin_layout Enumerate
6105 This is (b).
6106  The table is actually nested inside (a).
6107 \end_layout
6108
6109 \end_deeper
6110 \begin_layout Enumerate
6111 Back out again.
6112 \end_layout
6113
6114 \begin_layout Standard
6115 If we hadn't nested the table at all, the list would look like this:
6116 \end_layout
6117
6118 \begin_layout Enumerate
6119 Item One
6120 \end_layout
6121
6122 \begin_deeper
6123 \begin_layout Enumerate
6124 This is (a) and it's nested.
6125 \end_layout
6126
6127 \end_deeper
6128 \begin_layout Standard
6129 \begin_inset VSpace 0.3cm
6130 \end_inset
6131
6132
6133 \end_layout
6134
6135 \begin_layout Standard
6136 \align center
6137 \begin_inset Tabular
6138 <lyxtabular version="3" rows="2" columns="2">
6139 <features>
6140 <column alignment="center" valignment="top" leftline="true" width="0pt">
6141 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6142 <row topline="true">
6143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Standard
6147
6148 \family roman
6149 \series medium
6150 \shape up
6151 \size normal
6152 \emph off
6153 \bar no
6154 \noun off
6155 \color none
6156 a
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Standard
6165
6166 \family roman
6167 \series medium
6168 \shape up
6169 \size normal
6170 \emph off
6171 \bar no
6172 \noun off
6173 \color none
6174 b
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 </row>
6180 <row topline="true" bottomline="true">
6181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Standard
6185
6186 \family roman
6187 \series medium
6188 \shape up
6189 \size normal
6190 \emph off
6191 \bar no
6192 \noun off
6193 \color none
6194 c
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Standard
6203
6204 \family roman
6205 \series medium
6206 \shape up
6207 \size normal
6208 \emph off
6209 \bar no
6210 \noun off
6211 \color none
6212 d
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 </row>
6218 </lyxtabular>
6219
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \begin_layout Standard
6226 \begin_inset VSpace 0.3cm
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \begin_layout Enumerate
6233 This is (b).
6234  The table is 
6235 \emph on
6236 not
6237 \emph default
6238  nested inside (a).
6239  In fact, it's not nested at all.
6240 \end_layout
6241
6242 \begin_layout Enumerate
6243 Back out again.
6244 \end_layout
6245
6246 \begin_layout Standard
6247 Notice how item (b) is not only no longer nested, but is also the first
6248  item of a new list!
6249 \end_layout
6250
6251 \begin_layout Standard
6252 There's another trap you can fall into: Nesting the table, but not going
6253  deep enough.
6254  LyX then turns anything after the table into a new sublist.
6255 \end_layout
6256
6257 \begin_layout Enumerate
6258 Item One
6259 \end_layout
6260
6261 \begin_deeper
6262 \begin_layout Enumerate
6263 This is (a) and it's nested.
6264 \end_layout
6265
6266 \begin_layout Standard
6267 \begin_inset VSpace 0.3cm
6268 \end_inset
6269
6270
6271 \end_layout
6272
6273 \begin_layout Standard
6274 \align center
6275 \begin_inset Tabular
6276 <lyxtabular version="3" rows="2" columns="2">
6277 <features>
6278 <column alignment="center" valignment="top" leftline="true" width="0pt">
6279 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6280 <row topline="true">
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Standard
6285
6286 \family roman
6287 \series medium
6288 \shape up
6289 \size normal
6290 \emph off
6291 \bar no
6292 \noun off
6293 \color none
6294 a
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Standard
6303
6304 \family roman
6305 \series medium
6306 \shape up
6307 \size normal
6308 \emph off
6309 \bar no
6310 \noun off
6311 \color none
6312 b
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 </row>
6318 <row topline="true" bottomline="true">
6319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Standard
6323
6324 \family roman
6325 \series medium
6326 \shape up
6327 \size normal
6328 \emph off
6329 \bar no
6330 \noun off
6331 \color none
6332 c
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Standard
6341
6342 \family roman
6343 \series medium
6344 \shape up
6345 \size normal
6346 \emph off
6347 \bar no
6348 \noun off
6349 \color none
6350 d
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 </lyxtabular>
6357
6358 \end_inset
6359
6360
6361 \end_layout
6362
6363 \begin_layout Standard
6364 \begin_inset VSpace 0.3cm
6365 \end_inset
6366
6367
6368 \end_layout
6369
6370 \begin_layout Enumerate
6371 This is (b).
6372  The table is actually nested inside Item One, but 
6373 \emph on
6374 not
6375 \emph default
6376  inside (a).
6377 \end_layout
6378
6379 \end_deeper
6380 \begin_layout Enumerate
6381 Back out again.
6382 \end_layout
6383
6384 \begin_layout Standard
6385 As you can see, item (b) turned into the first item of a new list, but a
6386  new list 
6387 \emph on
6388 inside
6389 \emph default
6390  item 1.
6391  The same thing would have happened to a figure or an equation.
6392  So, if you nest tables, figures or equations, make sure you go to the right
6393  depth!
6394 \end_layout
6395
6396 \begin_layout Subsection
6397 Usage and General Features
6398 \begin_inset LatexCommand label
6399 name "sub:Nesting-Usage"
6400
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \begin_layout Standard
6407 Speaking of levels, LyX can perform up to a six-fold nesting.
6408  In other words, 
6409 \begin_inset Quotes eld
6410 \end_inset
6411
6412 level #6
6413 \begin_inset Quotes erd
6414 \end_inset
6415
6416  is the innermost possible depth.
6417  Here's an example to display what we mean:
6418 \end_layout
6419
6420 \begin_layout Enumerate
6421 level #1 - outermost
6422 \end_layout
6423
6424 \begin_deeper
6425 \begin_layout Enumerate
6426 level #2
6427 \end_layout
6428
6429 \begin_deeper
6430 \begin_layout Enumerate
6431 level #3
6432 \end_layout
6433
6434 \begin_deeper
6435 \begin_layout Enumerate
6436 level #4
6437 \end_layout
6438
6439 \begin_deeper
6440 \begin_layout Itemize
6441 level #5
6442 \end_layout
6443
6444 \begin_deeper
6445 \begin_layout Itemize
6446 level #6
6447 \end_layout
6448
6449 \end_deeper
6450 \end_deeper
6451 \end_deeper
6452 \end_deeper
6453 \end_deeper
6454 \begin_layout Standard
6455 There are two exceptions to the six-fold nesting limit, and you can see
6456  both of them in the example.
6457  Unlike the other fully-nestable environments, you can only perform a four-fold
6458  nesting with the 
6459 \family sans
6460 Enumerate
6461 \family default
6462  and 
6463 \family sans
6464 Itemize
6465 \family default
6466  environments.
6467  For example, if we tried to nest another 
6468 \family sans
6469 Enumerate
6470 \family default
6471  list inside of item 
6472 \begin_inset Quotes eld
6473 \end_inset
6474
6475 A.
6476 \begin_inset Quotes erd
6477 \end_inset
6478
6479 , we'd get errors.
6480 \end_layout
6481
6482 \begin_layout Subsection
6483 Some Examples
6484 \begin_inset LatexCommand index
6485 name "Nesting ! Examples"
6486
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \begin_layout Standard
6493 The best way to explain just what you can do with nesting is by illustration.
6494  We have several examples of nested environments.
6495  In them, we explain how we created the example, so that you can reproduce
6496  them.
6497 \end_layout
6498
6499 \begin_layout Subsubsection
6500 Example 1: The Six-fold Way and Mixed Nesting
6501 \end_layout
6502
6503 \begin_layout Labeling
6504 \labelwidthstring MMM
6505 #1-a This is the outermost level.
6506  It's a 
6507 \family sans
6508 List
6509 \family default
6510  environment.
6511 \end_layout
6512
6513 \begin_deeper
6514 \begin_layout Labeling
6515 \labelwidthstring MMM
6516 #2-a This is level #2.
6517  We created it by using 
6518 \family sans
6519 M-Return
6520 \family default
6521  followed by 
6522 \family sans
6523 S-M-Right
6524 \family default
6525 .
6526 \end_layout
6527
6528 \begin_deeper
6529 \begin_layout Labeling
6530 \labelwidthstring MMM
6531 #3-a This is level #3.
6532  This time, we just hit 
6533 \family sans
6534 Return
6535 \family default
6536 , then used 
6537 \family sans
6538 S-M-Right
6539 \family default
6540  twice in a row.
6541  We could have also created it the same way as we did the previous level,
6542  by hitting 
6543 \family sans
6544 M-Return
6545 \family default
6546  followed by 
6547 \family sans
6548 S-M-Right
6549 \family default
6550 .
6551 \end_layout
6552
6553 \begin_deeper
6554 \begin_layout Standard
6555 This is actually a 
6556 \family sans
6557 Standard
6558 \family default
6559  environment, nested inside of 
6560 \begin_inset Quotes eld
6561 \end_inset
6562
6563 #3-a
6564 \begin_inset Quotes erd
6565 \end_inset
6566
6567 .
6568  So, it's at level #4.
6569  We did this by hitting 
6570 \family sans
6571 M-Return
6572 \family default
6573 , then 
6574 \family sans
6575 S-M-Right
6576 \family default
6577 , then changing the paragraph environment to 
6578 \family sans
6579 Standard
6580 \family default
6581 .
6582  Do this to create list items with more than one paragraph - it also works
6583  for the 
6584 \family sans
6585 Description
6586 \family default
6587
6588 \family sans
6589 Enumerate
6590 \family default
6591 , and 
6592 \family sans
6593 Itemize
6594 \family default
6595  environments!
6596 \end_layout
6597
6598 \begin_layout Standard
6599 Here's another 
6600 \family sans
6601 Standard
6602 \family default
6603  paragraph, also at level #4, made with just a 
6604 \family sans
6605 M-Return
6606 \family default
6607 .
6608 \end_layout
6609
6610 \begin_layout Labeling
6611 \labelwidthstring MMM
6612 #4-a This is level #4.
6613  We hit 
6614 \family sans
6615 M-Return
6616 \family default
6617  and changed the paragraph environment back to 
6618 \family sans
6619 List
6620 \family default
6621 .
6622  Remember - we can't nest anything inside of a 
6623 \family sans
6624 Standard
6625 \family default
6626  environment, which is why we're still at level #4.
6627  However, we 
6628 \emph on
6629 can
6630 \emph default
6631  keep nesting things inside of 
6632 \begin_inset Quotes eld
6633 \end_inset
6634
6635 #3-a
6636 \begin_inset Quotes erd
6637 \end_inset
6638
6639 .
6640 \end_layout
6641
6642 \begin_deeper
6643 \begin_layout Labeling
6644 \labelwidthstring MMM
6645 #5-a This is level #5\SpecialChar \ldots{}
6646
6647 \end_layout
6648
6649 \begin_deeper
6650 \begin_layout Labeling
6651 \labelwidthstring MMM
6652 #6-a \SpecialChar \ldots{}
6653 and this is level #6.
6654  By now, you should know how we made these two.
6655 \end_layout
6656
6657 \end_deeper
6658 \begin_layout Labeling
6659 \labelwidthstring MMM
6660 #5-b Back to level #5.
6661  Just hit 
6662 \family sans
6663 M-Return
6664 \family default
6665  followed by a 
6666 \family sans
6667 S-M-Left
6668 \family default
6669 .
6670 \end_layout
6671
6672 \end_deeper
6673 \begin_layout Labeling
6674 \labelwidthstring MMM
6675 #4-b After another 
6676 \family sans
6677 M-Return
6678 \family default
6679  followed by a 
6680 \family sans
6681 S-M-Left
6682 \family default
6683 , we're back at level #4.
6684 \end_layout
6685
6686 \end_deeper
6687 \begin_layout Labeling
6688 \labelwidthstring MMM
6689 #3-b Back to level #3.
6690  By now it should be obvious how we did this.
6691 \end_layout
6692
6693 \end_deeper
6694 \begin_layout Labeling
6695 \labelwidthstring MMM
6696 #2-b Back to level #2.
6697  
6698 \end_layout
6699
6700 \end_deeper
6701 \begin_layout Labeling
6702 \labelwidthstring MMM
6703 #1-b And last, back to the outermost level, #1.
6704  After this sentence, we'll hit 
6705 \family sans
6706 Return
6707 \family default
6708  and change the paragraph environment back to 
6709 \family sans
6710 Standard
6711 \family default
6712  to end the list.
6713 \end_layout
6714
6715 \begin_layout Standard
6716 We could have also used the 
6717 \family sans
6718 Description
6719 \family default
6720
6721 \family sans
6722 Quote
6723 \family default
6724
6725 \family sans
6726 Quotation
6727 \family default
6728 , or even the 
6729 \family sans
6730 Verse
6731 \family default
6732  environment in place of the 
6733 \family sans
6734 List
6735 \family default
6736  environment.
6737  The example would have worked exactly the same.
6738 \end_layout
6739
6740 \begin_layout Subsubsection
6741 Example 2: Inheritance
6742 \end_layout
6743
6744 \begin_layout LyX-Code
6745 This is the LyX-Code environment, at level #1, the outermost
6746 \end_layout
6747
6748 \begin_layout LyX-Code
6749 level.
6750   Now we'll hit 
6751 \family sans
6752 Return
6753 \family default
6754 , then 
6755 \family sans
6756 S-M-Right
6757 \family default
6758 , after which, we'll change to the 
6759 \family sans
6760 Enumerate
6761 \family default
6762  environment.
6763 \end_layout
6764
6765 \begin_deeper
6766 \begin_layout Enumerate
6767 This is the 
6768 \family sans
6769 Enumerate
6770 \family default
6771  environment, at level #2.
6772 \end_layout
6773
6774 \begin_layout Enumerate
6775 Notice how the nested 
6776 \family sans
6777 Enumerate
6778 \family default
6779  not only inherits its margins from its parent environment (
6780 \family sans
6781 LyX-Code
6782 \family default
6783 ), but also inherits its font and spacing!
6784 \end_layout
6785
6786 \end_deeper
6787 \begin_layout Standard
6788 We ended this example by hitting 
6789 \family sans
6790 Return
6791 \family default
6792 .
6793  After that, we needed to reset the paragraph environment to 
6794 \family sans
6795 Standard
6796 \family default
6797  and resetting the nesting depth by using 
6798 \family sans
6799 S-M-Left
6800 \family default
6801  once.
6802 \end_layout
6803
6804 \begin_layout Subsubsection
6805 Example 3: Labels, Levels, and the 
6806 \family sans
6807 Enumerate
6808 \family default
6809  and 
6810 \family sans
6811 Itemize
6812 \family default
6813  Environments
6814 \begin_inset OptArg
6815 status collapsed
6816
6817 \begin_layout Standard
6818 Example #3: Labels, Levels and other list environments
6819 \end_layout
6820
6821 \end_inset
6822
6823
6824 \end_layout
6825
6826 \begin_layout Enumerate
6827 This is level #1, in an 
6828 \family sans
6829 Enumerate
6830 \family default
6831  paragraph environment.
6832  We're actually going to nest a bunch of these.
6833 \end_layout
6834
6835 \begin_deeper
6836 \begin_layout Enumerate
6837 This is level #2.
6838  We used 
6839 \family sans
6840 M-Return
6841 \family default
6842  followed by 
6843 \family sans
6844 S-M-Right
6845 \family default
6846 .
6847  Now, what happens if we nest an 
6848 \family sans
6849 Itemize
6850 \family default
6851  environment inside of this one? It will be at level #3, but what will its
6852  label be? An asterisk?
6853 \end_layout
6854
6855 \begin_deeper
6856 \begin_layout Itemize
6857 No! It's a bullet.
6858  This is the 
6859 \emph on
6860 first
6861 \emph default
6862  
6863 \family sans
6864 Itemize
6865 \family default
6866  environment, even though it's at level #3.
6867  So, its label is a bullet.
6868  (We got here by using 
6869 \family sans
6870 M-Return
6871 \family default
6872 , then 
6873 \family sans
6874 S-M-Right
6875 \family default
6876 , then changing the environment to 
6877 \family sans
6878 Itemize
6879 \family default
6880 .)
6881 \end_layout
6882
6883 \begin_deeper
6884 \begin_layout Itemize
6885 Here's level #4, produced using 
6886 \family sans
6887 M-Return
6888 \family default
6889 , then 
6890 \family sans
6891 S-M-Right
6892 \family default
6893 .
6894  We'll do that again\SpecialChar \ldots{}
6895
6896 \end_layout
6897
6898 \begin_deeper
6899 \begin_layout Enumerate
6900 \SpecialChar \ldots{}
6901 to get to level #5.
6902  This time, however, we also changed the paragraph environment back to 
6903 \family sans
6904 Enumerate
6905 \family default
6906 .
6907  Notice the type of numbering, it is 
6908 \emph on
6909 lowercase Roman
6910 \emph default
6911 , because we are in the 
6912 \emph on
6913 thirdfold
6914 \emph default
6915  
6916 \family sans
6917 Enumerate
6918 \family default
6919  environment (i.e.
6920  it is an 
6921 \family sans
6922 Enumerate
6923 \family default
6924  inside an 
6925 \family sans
6926 Enumerate
6927 \family default
6928  inside an 
6929 \family sans
6930 Enumerate
6931 \family default
6932 ).
6933 \end_layout
6934
6935 \begin_layout Enumerate
6936 What happens if we 
6937 \emph on
6938 don't
6939 \emph default
6940  change the paragraph environment, but decrease the nesting depth? What
6941  type of numbering does LyX use?
6942 \end_layout
6943
6944 \begin_layout Enumerate
6945 Oh, as if you couldn't guess by now, we're just using 
6946 \family sans
6947 M-Return
6948 \family default
6949  to keep the current environment and depth but create a new item.
6950 \end_layout
6951
6952 \begin_layout Enumerate
6953 Let's use 
6954 \family sans
6955 S-M-Left
6956 \family default
6957  to decrease the depth after the next 
6958 \family sans
6959 M-Return
6960 \family default
6961 .
6962 \end_layout
6963
6964 \end_deeper
6965 \begin_layout Enumerate
6966 This is level #4.
6967  Look what type of label LyX is using!
6968 \end_layout
6969
6970 \end_deeper
6971 \begin_layout Enumerate
6972 This is level #3.
6973  Even though we've changed levels, LyX is still using a lowercase Roman
6974  numeral as the label.Why?
6975 \end_layout
6976
6977 \begin_layout Enumerate
6978 Because, even though the nesting depth has changed, the paragraph is 
6979 \emph on
6980 still
6981 \emph default
6982  a thirdfold 
6983 \family sans
6984 Enumerate
6985 \family default
6986  environment.
6987  Notice, however, that LyX 
6988 \emph on
6989 did
6990 \emph default
6991  reset the counter for the label.
6992 \end_layout
6993
6994 \end_deeper
6995 \begin_layout Enumerate
6996 Another 
6997 \family sans
6998 M-Return
6999 \family default
7000  
7001 \family sans
7002 S-M-Left
7003 \family default
7004  sequence, and we're back to level #2.
7005  This time, we not only changed the nesting depth, but we also moved back
7006  into the twofold-nested 
7007 \family sans
7008 Enumerate
7009 \family default
7010  environment.
7011 \end_layout
7012
7013 \end_deeper
7014 \begin_layout Enumerate
7015 The same thing happens if we do another 
7016 \family sans
7017 M-Return
7018 \family default
7019  
7020 \family sans
7021 S-M-Left
7022 \family default
7023  sequence and return to level #1, the outermost level.
7024 \end_layout
7025
7026 \begin_layout Standard
7027 Lastly, we reset the environment to 
7028 \family sans
7029 Standard
7030 \family default
7031 .
7032  As you can see, the level number doesn't correspond to what type of labeling
7033  LyX uses for the 
7034 \family sans
7035 Enumerate
7036 \family default
7037  and 
7038 \family sans
7039 Itemize
7040 \family default
7041  environments.
7042  The number of other 
7043 \family sans
7044 Enumerate
7045 \family default
7046  environments surrounding it determines what kind of label LyX uses for
7047  an 
7048 \family sans
7049 Enumerate
7050 \family default
7051  item.
7052  The same rule applies for the 
7053 \family sans
7054 Itemize
7055 \family default
7056  environment, as well.
7057 \end_layout
7058
7059 \begin_layout Subsubsection
7060 Example 4: Going Bonkers
7061 \end_layout
7062
7063 \begin_layout Enumerate
7064 We're going to go totally nuts now.
7065  We won't nest as deep as in the other examples, nor will we go into the
7066  same detail with how we did it.
7067  (level #1: 
7068 \family sans
7069 Enumerate
7070 \family default
7071 )
7072 \end_layout
7073
7074 \begin_deeper
7075 \begin_layout Standard
7076 (
7077 \family sans
7078 Return, S-M-Right, Standard
7079 \family default
7080 : level #2) We'll stick an encapsulated description of how we created the
7081  example in parentheses someplace.
7082  For example, the two keybindings are how we changed the depth.
7083  The environment name is the name of the current environment.
7084  Either before or after this, we'll put in the level.
7085 \end_layout
7086
7087 \end_deeper
7088 \begin_layout Enumerate
7089 (
7090 \family sans
7091 Return, Enumerate
7092 \family default
7093 : level #1) This is the next item in the list.
7094 \end_layout
7095
7096 \begin_deeper
7097 \begin_layout Verse
7098 Now we'll add verse.
7099 \newline
7100 It will get much worse.
7101 \newline
7102 (
7103 \family sans
7104 Return, S-M-Right, Verse
7105 \family default
7106 : level #2)
7107 \end_layout
7108
7109 \begin_layout Verse
7110 Fiddle dee, Fiddle doo.
7111 \newline
7112 Bippitey boppitey boo!
7113 \newline
7114 (
7115 \family sans
7116 M-Return)
7117 \end_layout
7118
7119 \begin_layout Verse
7120 Here comes a table:
7121 \end_layout
7122
7123 \begin_deeper
7124 \begin_layout Standard
7125 \begin_inset VSpace 0.3cm
7126 \end_inset
7127
7128
7129 \end_layout
7130
7131 \begin_layout Standard
7132 \align center
7133 \begin_inset Tabular
7134 <lyxtabular version="3" rows="2" columns="2">
7135 <features>
7136 <column alignment="center" valignment="top" width="0pt">
7137 <column alignment="center" valignment="top" leftline="true" width="0pt">
7138 <row>
7139 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Standard
7143
7144 \family roman
7145 \series medium
7146 \shape up
7147 \size normal
7148 \emph off
7149 \bar no
7150 \noun off
7151 \color none
7152 one-fish
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Standard
7161
7162 \family roman
7163 \series medium
7164 \shape up
7165 \size normal
7166 \emph off
7167 \bar no
7168 \noun off
7169 \color none
7170 two-fish
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 </row>
7176 <row topline="true">
7177 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Standard
7181
7182 \family roman
7183 \series medium
7184 \shape up
7185 \size normal
7186 \emph off
7187 \bar no
7188 \noun off
7189 \color none
7190 red-fish
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Standard
7199
7200 \family roman
7201 \series medium
7202 \shape up
7203 \size normal
7204 \emph off
7205 \bar no
7206 \noun off
7207 \color none
7208 blue-fish
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 </row>
7214 </lyxtabular>
7215
7216 \end_inset
7217
7218
7219 \end_layout
7220
7221 \end_deeper
7222 \begin_layout Verse
7223 (
7224 \family sans
7225 M-Return, Table, S-M-Right
7226 \family default
7227  3 times, 
7228 \family sans
7229 M-Return, Verse, S-M-Left
7230 \family default
7231 )
7232 \end_layout
7233
7234 \end_deeper
7235 \begin_layout Enumerate
7236 (
7237 \family sans
7238 Return, Enumerate
7239 \family default
7240 : level #1) This is another item.
7241  Note that selecting a 
7242 \family sans
7243 Table
7244 \family default
7245  resets the nesting depth to level #1, so we increased the nesting depth
7246  3 times to put the table inside the 
7247 \family sans
7248 Verse
7249 \family default
7250  environment.
7251  
7252 \end_layout
7253
7254 \begin_layout Quotation
7255 We're now ending the 
7256 \family sans
7257 Enumerate
7258 \family default
7259  list and changing to 
7260 \family sans
7261 Quotation
7262 \family default
7263 .
7264  We're still at level #1.
7265  We want to show you some of the things you can do by mixing environments.
7266  The next set of paragraphs is a 
7267 \begin_inset Quotes eld
7268 \end_inset
7269
7270 quoted letter.
7271 \begin_inset Quotes erd
7272 \end_inset
7273
7274  We'll nest both the 
7275 \family sans
7276 Address
7277 \family default
7278  and 
7279 \family sans
7280 Right\InsetSpace ~
7281 Address
7282 \family default
7283  environments inside of this one, then use another nested 
7284 \family sans
7285 Quotation
7286 \family default
7287  for the letter body.
7288  We'll use 
7289 \family sans
7290 M-Return
7291 \family default
7292  to preserve the depth.
7293  Remember that you need to use 
7294 \family sans
7295 C-Return
7296 \family default
7297  to create multiple lines inside the 
7298 \family sans
7299 Address
7300 \family default
7301  and 
7302 \family sans
7303 Right\InsetSpace ~
7304 Address
7305 \family default
7306  environments.
7307  Here it goes:
7308 \end_layout
7309
7310 \begin_deeper
7311 \begin_layout Right Address
7312 1234 Nowhere Rd.
7313 \newline
7314 Moosegroin, MT 00100
7315 \newline
7316 9-6-96
7317 \end_layout
7318
7319 \begin_layout Address
7320 Dear Mr.\InsetSpace ~
7321 Fizlewitz:
7322 \end_layout
7323
7324 \begin_layout Quotation
7325 We regret to inform you that we cannot fill your order for 50
7326 \begin_inset Formula $\,$
7327 \end_inset
7328
7329 L of compressed methane gas due to circumstances beyond our control.
7330  Unfortunately, several of our cows have mysteriously exploded, creating
7331  a backlog in our orders for methane.
7332  We will place your name on the waiting list and try to fill your order
7333  as soon as possible.
7334  In the meantime, we thank you for your patience.
7335 \end_layout
7336
7337 \begin_layout Quotation
7338 We do, however, now have a special on beef.
7339  If you are interested, please return the enclosed pricing and order form
7340  with your order, along with payment.
7341 \end_layout
7342
7343 \begin_layout Quotation
7344 We thank you again for your patience.
7345 \end_layout
7346
7347 \begin_layout Address
7348 Sincerely,
7349 \newline
7350 Bill Hick
7351 \end_layout
7352
7353 \end_deeper
7354 \begin_layout Quotation
7355 That ends that example!
7356 \end_layout
7357
7358 \begin_layout Standard
7359 As you can see, nesting environments in LyX gives you a lot of power with
7360  just a few keystrokes.
7361  We could have easily nested an 
7362 \family sans
7363 Itemize
7364 \family default
7365  list inside of a 
7366 \family sans
7367 Quotation
7368 \family default
7369  or 
7370 \family sans
7371 Quote
7372 \family default
7373 , or put a 
7374 \family sans
7375 Quote
7376 \family default
7377  inside of an 
7378 \family sans
7379 Itemize
7380 \family default
7381  list.
7382  You have a huge variety of options at your disposal.
7383 \end_layout
7384
7385 \begin_layout Section
7386 Spacing, pagination and line breaks
7387 \end_layout
7388
7389 \begin_layout Subsection
7390 Horizontal Space
7391 \begin_inset LatexCommand label
7392 name "sub:Horizontal-Space"
7393
7394 \end_inset
7395
7396
7397 \end_layout
7398
7399 \begin_layout Subsubsection
7400
7401 \family sans
7402 Horizontal Fills
7403 \end_layout
7404
7405 \begin_layout Standard
7406 Horizontal Fills (HFills) are a special LyX feature for adding extra space
7407  in a uniform fashion.
7408  An HFill is actually a variable length space, whose length always equals
7409  the remaining space between the left and right margins.
7410  If there is more than one HFill on a line, they divide the available space
7411  equally between themselves.
7412  
7413 \end_layout
7414
7415 \begin_layout Standard
7416 HFill
7417 \family roman
7418 s
7419 \family default
7420  can be inserted with 
7421 \family sans
7422 Insert\SpecialChar \menuseparator
7423 Formatting\InsetSpace ~
7424 Character\SpecialChar \menuseparator
7425 Horizontal Fill
7426 \family default
7427 .
7428  Here a few examples what you can do with them:
7429 \end_layout
7430
7431 \begin_layout Quote
7432 \noindent
7433 This is on the left side 
7434 \hfill
7435 This is on the right
7436 \end_layout
7437
7438 \begin_layout Quote
7439 \noindent
7440 Left
7441 \hfill
7442 Middle
7443 \hfill
7444 Right
7445 \end_layout
7446
7447 \begin_layout Quote
7448 \noindent
7449 Left
7450 \hfill
7451 1/3 Left
7452 \hfill
7453
7454 \hfill
7455 Right
7456 \end_layout
7457
7458 \begin_layout Standard
7459 That was an example in the 
7460 \family sans
7461 Quote
7462 \family default
7463  environment.
7464  Here
7465 \begin_inset Formula $\to$
7466 \end_inset
7467
7468
7469 \hfill
7470
7471 \begin_inset Formula $\gets$
7472 \end_inset
7473
7474 is one in a standard paragraph.
7475  It may or may not be apparent in the printed text, but it 
7476 \emph on
7477 is
7478 \emph default
7479  sitting in-between the two arrows.
7480 \end_layout
7481
7482 \begin_layout Standard
7483 There may be more than one set of margins on a line.
7484  Here's an example with the 
7485 \family sans
7486 List
7487 \family default
7488  environment.
7489 \end_layout
7490
7491 \begin_layout Labeling
7492 \labelwidthstring 00.00.0000
7493 one
7494 \hfill
7495 two :three
7496 \hfill
7497 four
7498 \hfill
7499 five
7500 \hfill
7501 six
7502 \end_layout
7503
7504 \begin_layout Standard
7505 The 
7506 \begin_inset Quotes eld
7507 \end_inset
7508
7509 :
7510 \begin_inset Quotes erd
7511 \end_inset
7512
7513  marks the beginning of the item.
7514  (There is actually a 
7515 \begin_inset Quotes eld
7516 \end_inset
7517
7518 hidden
7519 \begin_inset Quotes erd
7520 \end_inset
7521
7522  HFill inside of the label of the 
7523 \family sans
7524 List
7525 \family default
7526  environment; it's put at the end of the label automatically.) HFills work
7527  similarly in other 
7528 \begin_inset Quotes eld
7529 \end_inset
7530
7531 multi-margin
7532 \begin_inset Quotes erd
7533 \end_inset
7534
7535  situations, like two-column mode.
7536 \end_layout
7537
7538 \begin_layout Standard
7539 \begin_inset Note Greyedout
7540 status open
7541
7542 \begin_layout Standard
7543
7544 \series bold
7545 Note:
7546 \series default
7547  If an HFill is at the beginning of a line, and 
7548 \emph on
7549 not
7550 \emph default
7551  in the first line in a paragraph, LyX ignores it.
7552  This prevents HFills from accidentally being wrapped onto a new line.
7553  If you need space in this case anyway, you have to use the LaTeX-command
7554  
7555 \series bold
7556
7557 \backslash
7558 hspace*{
7559 \backslash
7560 fill}
7561 \series default
7562  in ERT.
7563  (ERT is explained in section\InsetSpace ~
7564
7565 \begin_inset LatexCommand ref
7566 reference "sec:ERT"
7567
7568 \end_inset
7569
7570 .)
7571 \end_layout
7572
7573 \end_inset
7574
7575
7576 \end_layout
7577
7578 \begin_layout Subsubsection
7579 Other space variants
7580 \begin_inset LatexCommand label
7581 name "sub:Other-space-variants"
7582
7583 \end_inset
7584
7585
7586 \end_layout
7587
7588 \begin_layout Standard
7589 The following two sorts of spaces are not yet supported by LyX, so that
7590  you have to use ERT, see section\InsetSpace ~
7591
7592 \begin_inset LatexCommand ref
7593 reference "sec:ERT"
7594
7595 \end_inset
7596
7597 .
7598  That they are not supported is a hint that you need them very seldom in
7599  LyX.
7600  So use them only if it is really necessary (remind the WYSIWYM concept).
7601 \end_layout
7602
7603 \begin_layout Paragraph
7604 Defined space
7605 \end_layout
7606
7607 \begin_layout Standard
7608 Sometimes one needs space with a defined length, e.g for forms and questionnaires.
7609  This can be inserted by using the LaTeX-command 
7610 \series bold
7611
7612 \backslash
7613 hspace
7614 \series default
7615  in 
7616 \family sans
7617 ERT
7618 \family default
7619 .
7620  For example the command 
7621 \series bold
7622
7623 \backslash
7624 hspace{2cm}
7625 \series default
7626  produces 2
7627 \begin_inset Formula $\,$
7628 \end_inset
7629
7630 cm space within the following line:
7631 \end_layout
7632
7633 \begin_layout Standard
7634 This is a line with
7635 \begin_inset Formula $\to$
7636 \end_inset
7637
7638
7639 \begin_inset ERT
7640 status collapsed
7641
7642 \begin_layout Standard
7643
7644
7645 \backslash
7646 hspace{2cm}
7647 \end_layout
7648
7649 \end_inset
7650
7651
7652 \begin_inset Formula $\gets$
7653 \end_inset
7654
7655  2
7656 \begin_inset Formula $\,$
7657 \end_inset
7658
7659 cm space between the arrows.
7660 \end_layout
7661
7662 \begin_layout Standard
7663 You can use all length units listed in Appendix\InsetSpace ~
7664
7665 \begin_inset LatexCommand ref
7666 reference "cha:Units-available-in"
7667
7668 \end_inset
7669
7670 .
7671 \end_layout
7672
7673 \begin_layout Paragraph
7674 Phantom space
7675 \end_layout
7676
7677 \begin_layout Standard
7678 Sometimes you want to insert space with exactly the length of a phrase.
7679  E.g.
7680  you want to create the following multiple choice question:
7681 \end_layout
7682
7683 \begin_layout Standard
7684 \begin_inset VSpace medskip
7685 \end_inset
7686
7687 What is correct English?:
7688 \newline
7689
7690 \newline
7691 Mr.\InsetSpace ~
7692 Edge would have been jumps the gun.
7693 \newline
7694
7695 \begin_inset ERT
7696 status collapsed
7697
7698 \begin_layout Standard
7699
7700
7701 \backslash
7702 phantom{Mr.
7703  Edge }
7704 \end_layout
7705
7706 \end_inset
7707
7708 has to be jumped
7709 \newline
7710
7711 \begin_inset ERT
7712 status collapsed
7713
7714 \begin_layout Standard
7715
7716
7717 \backslash
7718 phantom{Mr.
7719  Edge }
7720 \end_layout
7721
7722 \end_inset
7723
7724 jumps
7725 \begin_inset VSpace medskip
7726 \end_inset
7727
7728
7729 \end_layout
7730
7731 \begin_layout Standard
7732 So that the choices appear exactly after the phrase 
7733 \begin_inset Quotes eld
7734 \end_inset
7735
7736 Mr.\InsetSpace ~
7737 Edge\InsetSpace ~
7738
7739 \begin_inset Quotes erd
7740 \end_inset
7741
7742 .
7743  To get this, you can use the LaTeX-command 
7744 \series bold
7745
7746 \backslash
7747 phantom
7748 \series default
7749  in ERT.
7750  In our case write the command 
7751 \series bold
7752
7753 \backslash
7754 phantom{Mr.
7755  Edge }
7756 \series default
7757  (note the space after 
7758 \begin_inset Quotes eld
7759 \end_inset
7760
7761 Edge
7762 \begin_inset Quotes erd
7763 \end_inset
7764
7765 ) at the beginning of the last two lines.
7766  The command prints out the phrase within the the two braces, but invisible.
7767  That is why it is named 
7768 \begin_inset Quotes eld
7769 \end_inset
7770
7771 phantom
7772 \begin_inset Quotes erd
7773 \end_inset
7774
7775 .
7776 \begin_inset Foot
7777 status collapsed
7778
7779 \begin_layout Standard
7780 There exists also the commands 
7781 \backslash
7782
7783 \series bold
7784 hphantom
7785 \series default
7786  and 
7787 \backslash
7788
7789 \series bold
7790 vphantom
7791 \series default
7792 , but this too special for the LyX Userguide.
7793  If you are interested in knowing more about this, have a look at 
7794 \begin_inset LatexCommand cite
7795 key "latexcompanion,latexguide"
7796
7797 \end_inset
7798
7799 .
7800 \end_layout
7801
7802 \end_inset
7803
7804
7805 \end_layout
7806
7807 \begin_layout Subsection
7808 Vertical Space
7809 \begin_inset LatexCommand label
7810 name "sub:Vertical-Space"
7811
7812 \end_inset
7813
7814
7815 \end_layout
7816
7817 \begin_layout Standard
7818 To add extra vertical space above or below a paragraph, use the 
7819 \family sans
7820 Insert\SpecialChar \menuseparator
7821 Formatting\SpecialChar \menuseparator
7822 Vertical\InsetSpace ~
7823 Space
7824 \family default
7825  dialog.
7826  There you find the following sizes:
7827 \end_layout
7828
7829 \begin_layout Standard
7830
7831 \family sans
7832 SmallSkip
7833 \family default
7834
7835 \family sans
7836 MedSkip
7837 \family default
7838  and 
7839 \family sans
7840 BigSkip
7841 \family default
7842  are LaTeX sizes which depends on the font size of the document.
7843  
7844 \family sans
7845 DefSkip
7846 \family default
7847  is the skip adjusted in the dialog 
7848 \family sans
7849 Document\SpecialChar \menuseparator
7850 Settings
7851 \begin_inset LatexCommand index
7852 name "Document ! Settings"
7853
7854 \end_inset
7855
7856
7857 \family default
7858  for the paragraph separation.
7859  If you use indentation to separate paragraphs 
7860 \family sans
7861 DefSkip
7862 \family default
7863  is equal to 
7864 \family sans
7865 MedSkip
7866 \family default
7867 .
7868 \end_layout
7869
7870 \begin_layout Standard
7871
7872 \family sans
7873 VFill
7874 \family default
7875  is a variable space, set so that the space is maximal within one page.
7876  An example: You have only two short paragraphs on one page with a vfill
7877  between them.
7878  Then the first paragraph is placed at the top of the page and the second
7879  one at the bottom, because the space between them is then maximal.
7880  
7881 \family sans
7882 VFill
7883 \family default
7884 s work like 
7885 \family sans
7886 HFill
7887 \family default
7888 s: they fill the remaining vertical space on a page with blank space.
7889 \begin_inset Foot
7890 status collapsed
7891
7892 \begin_layout Standard
7893
7894 \family sans
7895 HFill
7896 \family default
7897 s are described in section\InsetSpace ~
7898
7899 \begin_inset LatexCommand ref
7900 reference "sub:Horizontal-Space"
7901
7902 \end_inset
7903
7904 .
7905 \end_layout
7906
7907 \end_inset
7908
7909  If there are several 
7910 \family sans
7911 VFill
7912 \family default
7913 s on a page, they divide the remaining vertical space equally between themselves.
7914  You can therefore use 
7915 \family sans
7916 VFill
7917 \family default
7918 s to center text on a page, or even place text 2/3 down a page.
7919 \end_layout
7920
7921 \begin_layout Standard
7922
7923 \family sans
7924 Custom
7925 \family default
7926  are custom spaces in units explained in Appendix\InsetSpace ~
7927
7928 \begin_inset LatexCommand ref
7929 reference "cha:Units-available-in"
7930
7931 \end_inset
7932
7933 .
7934 \end_layout
7935
7936 \begin_layout Standard
7937 \begin_inset Note Greyedout
7938 status open
7939
7940 \begin_layout Standard
7941
7942 \series bold
7943 Note:
7944 \series default
7945  
7946 \series medium
7947 When the extra vertical space would be in the output at the top/bottom of
7948  a page, the space is only added if you have also checked the option 
7949 \family sans
7950 Protect
7951 \family default
7952 .
7953 \end_layout
7954
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \begin_layout Subsection
7961 Paragraph Alignment
7962 \end_layout
7963
7964 \begin_layout Standard
7965 You can change the paragraph alignment with the 
7966 \family sans
7967 Edit\SpecialChar \menuseparator
7968 Paragraph Settings
7969 \family default
7970  dialog.
7971  There are four possibilities: 
7972 \end_layout
7973
7974 \begin_layout Itemize
7975
7976 \family sans
7977 Justified
7978 \end_layout
7979
7980 \begin_layout Itemize
7981
7982 \family sans
7983 Left
7984 \end_layout
7985
7986 \begin_layout Itemize
7987
7988 \family sans
7989 Right
7990 \end_layout
7991
7992 \begin_layout Itemize
7993
7994 \family sans
7995 Center
7996 \end_layout
7997
7998 \begin_layout Standard
7999 The default in most cases is justified alignment, in which the inter-word
8000  spacing is variable and each line of a paragraph fills the region between
8001  the left and right margins.
8002  The other three alignments should be self-explanatory, and look like this:
8003 \end_layout
8004
8005 \begin_layout Standard
8006 \align right
8007 This paragraph is right aligned,
8008 \end_layout
8009
8010 \begin_layout Standard
8011 \align center
8012 this one is centered,
8013 \end_layout
8014
8015 \begin_layout Standard
8016 \align left
8017 this one is left aligned.
8018 \end_layout
8019
8020 \begin_layout Subsection
8021 Forced Pagebreaks
8022 \begin_inset LatexCommand index
8023 name "Pagebreaks"
8024
8025 \end_inset
8026
8027
8028 \begin_inset LatexCommand label
8029 name "sub:Forced-Pagebreaks"
8030
8031 \end_inset
8032
8033
8034 \end_layout
8035
8036 \begin_layout Standard
8037 If you don't like the way LaTeX does the pagebreaks in your document, you
8038  can force a pagebreak where you want one.
8039  Normally this will not be necessary, because LaTeX is good at pagebreaking.
8040  Only if you use many 
8041 \family sans
8042 Floats
8043 \family default
8044 , LaTeX's page breaking algorithm can fail.
8045 \end_layout
8046
8047 \begin_layout Standard
8048 We recommend not to use forced pagebreaks until the text is finished, and
8049  until you have checked in the preview to see if you 
8050 \emph on
8051 really
8052 \emph default
8053  have to change the pagebreaking.
8054 \end_layout
8055
8056 \begin_layout Standard
8057 There are two types of pagebreaks: One that ends the page without any special
8058  action.
8059  This can be inserted above or below a paragraph by the menu 
8060 \family sans
8061 Insert\SpecialChar \menuseparator
8062 Formatting\SpecialChar \menuseparator
8063 Page\InsetSpace ~
8064 Break
8065 \family default
8066 .
8067  The second type ends a page, but stretches the content of the page, so
8068  that it fills out the complete page.
8069  This type is useful to avoid whitespace when a pagebreak produces a page
8070  on which only the last few lines are absent.
8071  This type is not yet supported by LyX, so that you have to use the LaTeX
8072  command 
8073 \series bold
8074
8075 \backslash
8076 pagebreak[number]
8077 \series default
8078  in ERT
8079 \begin_inset Foot
8080 status collapsed
8081
8082 \begin_layout Standard
8083 For more about ERT see section\InsetSpace ~
8084
8085 \begin_inset LatexCommand ref
8086 reference "sec:ERT"
8087
8088 \end_inset
8089
8090 .
8091 \end_layout
8092
8093 \end_inset
8094
8095 .
8096  The number can vary between 0 and 4.
8097  If 4 or no number is used, it will always be created a pagebreak
8098 \begin_inset Foot
8099 status collapsed
8100
8101 \begin_layout Standard
8102 normally one uses simply 
8103 \series bold
8104
8105 \backslash
8106 pagebreak
8107 \series default
8108  without a number
8109 \end_layout
8110
8111 \end_inset
8112
8113 .
8114  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
8115  concerning the priority, if a pagebreak is created or not.
8116 \end_layout
8117
8118 \begin_layout Standard
8119 You might try to use a pagebreak to ensure that a figure or table appears
8120  at the top of a page.
8121  This is, of course, the wrong way to do it.
8122  LyX gives you a way of automatically ensuring that your figures and tables
8123  appear at the top of a page (or the bottom, or on their own page) without
8124  having to worry about what precedes or follows your figure or table.
8125  See chapter 
8126 \begin_inset LatexCommand ref
8127 reference "cha:Floats-and-Notes"
8128
8129 \end_inset
8130
8131  to learn more about 
8132 \family sans
8133 Floats
8134 \family default
8135 .
8136 \end_layout
8137
8138 \begin_layout Subsubsection
8139 Clear Pagebreaks
8140 \begin_inset LatexCommand label
8141 name "sub:Clear-Pages"
8142
8143 \end_inset
8144
8145
8146 \begin_inset LatexCommand index
8147 name "Pagebreaks ! clear"
8148
8149 \end_inset
8150
8151
8152 \end_layout
8153
8154 \begin_layout Standard
8155 Differently to forced pagebreaks where the content behind the break is directly
8156  placed at the next page, pages can also be cleared while breaking them.
8157  That means that the current paragraph is terminated and all, perhaps not
8158  yet processed floats from previous document parts are placed behind it,
8159  if necessary by adding pages.
8160 \end_layout
8161
8162 \begin_layout Standard
8163 You can insert a clear pagebreak with the menu 
8164 \family sans
8165 Insert\SpecialChar \menuseparator
8166 Formatting\SpecialChar \menuseparator
8167 Clear\InsetSpace ~
8168 Page
8169 \family default
8170 .
8171  When you have a two-sided document like a book, you can use the menu 
8172 \family sans
8173 Insert\SpecialChar \menuseparator
8174 Formatting\SpecialChar \menuseparator
8175 Clear\InsetSpace ~
8176 Double\InsetSpace ~
8177 Page
8178 \family default
8179  to insert a clear pagebreak that assures that the next page is a right-hand
8180  page (odd-numbered), if necessary by adding a page.
8181 \end_layout
8182
8183 \begin_layout Subsection
8184 Forced Linebreaks
8185 \begin_inset LatexCommand index
8186 name "Linebreaks"
8187
8188 \end_inset
8189
8190
8191 \begin_inset LatexCommand label
8192 name "sub:Forced-Linebreaks"
8193
8194 \end_inset
8195
8196
8197 \end_layout
8198
8199 \begin_layout Standard
8200 Similar to pagebreaks there are two types of linebreaks: One that simply
8201  breaks the line.
8202  You can force this line break within a paragraph by selecting 
8203 \family sans
8204 Insert\SpecialChar \menuseparator
8205 Formatting\SpecialChar \menuseparator
8206 Line\InsetSpace ~
8207 Break
8208 \family default
8209  or with 
8210 \family sans
8211 C-Return
8212 \family default
8213 .
8214  The other type breaks the line and stretches it so that it fills out the
8215  whole space between the page margins.
8216  This is necessary to avoid 
8217 \begin_inset Quotes eld
8218 \end_inset
8219
8220 fringes
8221 \begin_inset Quotes erd
8222 \end_inset
8223
8224  in justifies paragraphs due to whitespace introduced by linebreaks.
8225  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
8226
8227 \series bold
8228
8229 \backslash
8230 linebreak[number]
8231 \series default
8232  in 
8233 \family sans
8234 ERT
8235 \family default
8236 .
8237  The syntax is similar tho the command 
8238 \series bold
8239
8240 \backslash
8241 pagebreak
8242 \series default
8243 , described in the previous section.
8244 \end_layout
8245
8246 \begin_layout Standard
8247 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
8248  LaTeX is very good at linebreaking.
8249  There are, however, a number of situations where it is necessary to actively
8250  set a linebreak, e.g.
8251  in a poem or for an address (see sections\InsetSpace ~
8252
8253 \begin_inset LatexCommand ref
8254 reference "sec:Quote"
8255
8256 \end_inset
8257
8258
8259 \begin_inset LatexCommand ref
8260 reference "sec:Verse"
8261
8262 \end_inset
8263
8264  and 
8265 \begin_inset LatexCommand ref
8266 reference "sec:Address-Usage"
8267
8268 \end_inset
8269
8270 ).
8271 \end_layout
8272
8273 \begin_layout Subsection
8274 Blanks / Spaces
8275 \begin_inset LatexCommand index
8276 name "Spaces"
8277
8278 \end_inset
8279
8280
8281 \end_layout
8282
8283 \begin_layout Standard
8284 A blank is a blank? Not in good typography.
8285  While you might be used to press the space key anytime you want to separate
8286  two words in ordinary word processors, LyX offers you more spaces: Spaces
8287  of different width and spaces which can or cannot be broken at the end
8288  of a line.
8289  The following sections will show you some examples where those spaces are
8290  useful.
8291 \end_layout
8292
8293 \begin_layout Subsubsection
8294 Inter-word Space
8295 \begin_inset LatexCommand label
8296 name "sub:Inter-word-Space"
8297
8298 \end_inset
8299
8300
8301 \begin_inset LatexCommand index
8302 name "Spaces ! inter-word"
8303
8304 \end_inset
8305
8306
8307 \end_layout
8308
8309 \begin_layout Standard
8310 Some languages (e.\InsetSpace \thinspace{}
8311 g.\InsetSpace \space{}
8312 English) have the typographical convention to add extra
8313  space after an end-of-sentence punctuation mark, and LyX honors those conventio
8314 ns (see section\InsetSpace ~
8315
8316 \begin_inset LatexCommand ref
8317 reference "sub:Abbreviations"
8318
8319 \end_inset
8320
8321 ).
8322  Sometimes, you want a normal space nevertheless.
8323  In this case, insert one with 
8324 \family sans
8325 Insert\SpecialChar \menuseparator
8326 Special\InsetSpace ~
8327 Formatting\SpecialChar \menuseparator
8328 Inter-word\InsetSpace ~
8329 Space
8330 \family default
8331  (shortcut 
8332 \family sans
8333 C-M-Space
8334 \family default
8335 ).
8336 \end_layout
8337
8338 \begin_layout Subsubsection
8339 Protected Space
8340 \begin_inset LatexCommand label
8341 name "sub:Protected-Space"
8342
8343 \end_inset
8344
8345
8346 \begin_inset LatexCommand index
8347 name "Spaces ! protected"
8348
8349 \end_inset
8350
8351
8352 \end_layout
8353
8354 \begin_layout Standard
8355 The protected space: It is used to tell LyX (and LaTeX) not to break the
8356  line at that point.
8357  This may be necessary to avoid unlucky linebreaks, like in: 
8358 \end_layout
8359
8360 \begin_layout Quote
8361 Further documentation is given in section
8362 \newline
8363
8364 \begin_inset LatexCommand ref
8365 reference "sec:Bibliography"
8366
8367 \end_inset
8368
8369 .
8370  
8371 \end_layout
8372
8373 \begin_layout Standard
8374 Obviously, it would be a good thing to put a protected space between 
8375 \begin_inset Quotes eld
8376 \end_inset
8377
8378 section
8379 \begin_inset Quotes erd
8380 \end_inset
8381
8382  and 
8383 \begin_inset Quotes eld
8384 \end_inset
8385
8386
8387 \begin_inset LatexCommand ref
8388 reference "sec:Bibliography"
8389
8390 \end_inset
8391
8392
8393 \begin_inset Quotes erd
8394 \end_inset
8395
8396 .
8397  A protected space is set with 
8398 \family sans
8399 Insert\SpecialChar \menuseparator
8400 Special\InsetSpace ~
8401 Formatting\SpecialChar \menuseparator
8402 Protected
8403 \bar under
8404 \InsetSpace ~
8405
8406 \bar default
8407 Space
8408 \family default
8409  (shortcut 
8410 \family sans
8411 C-Space
8412 \family default
8413 ).
8414 \end_layout
8415
8416 \begin_layout Subsubsection
8417 Thin Space
8418 \begin_inset LatexCommand label
8419 name "sub:Thin-Space"
8420
8421 \end_inset
8422
8423
8424 \begin_inset LatexCommand index
8425 name "Spaces ! thin"
8426
8427 \end_inset
8428
8429
8430 \end_layout
8431
8432 \begin_layout Standard
8433
8434 \begin_inset Quotes eld
8435 \end_inset
8436
8437 thin space
8438 \begin_inset Quotes erd
8439 \end_inset
8440
8441  is a blank which has half the size of a normal space (and it is also 
8442 \begin_inset Quotes eld
8443 \end_inset
8444
8445 protected
8446 \begin_inset Quotes erd
8447 \end_inset
8448
8449 ).
8450  The typographical conventions in a lot of languages propose the use of
8451  thin spaces in cases where normal spaces would be too wide, for instance
8452  inside abbreviations:
8453 \end_layout
8454
8455 \begin_layout Quote
8456 D.\InsetSpace \thinspace{}
8457 E.
8458  Knuth has developed our beloved typesetting program, i.\InsetSpace \thinspace{}
8459 e.\InsetSpace \space{}
8460 TeX.
8461 \end_layout
8462
8463 \begin_layout Standard
8464 or between values and units.
8465  Compare for example this:
8466 \newline
8467 10\InsetSpace \thinspace{}
8468 kg (thin space)
8469 \newline
8470 10 kg (normal space
8471 \end_layout
8472
8473 \begin_layout Standard
8474 You can insert thin spaces with the menu 
8475 \family sans
8476 Insert\SpecialChar \menuseparator
8477 Special\InsetSpace ~
8478 Formatting\SpecialChar \menuseparator
8479 Thin\InsetSpace ~
8480 Space
8481 \family default
8482  (shortcut 
8483 \family sans
8484 C-S-Space
8485 \family default
8486 ).
8487 \end_layout
8488
8489 \begin_layout Subsubsection
8490 More Spaces
8491 \end_layout
8492
8493 \begin_layout Standard
8494 Apart from the ones described, there are still some more spaces.
8495  Although LyX supports them natively, they can only be reached via a formula
8496  as described in section\InsetSpace ~
8497
8498 \begin_inset LatexCommand ref
8499 reference "sub:Altering-Spacing"
8500
8501 \end_inset
8502
8503  or via the 
8504 \family sans
8505 command buffer
8506 \family default
8507  toolbar.
8508  Te latter means to type
8509 \newline
8510  
8511 \series bold
8512 space-insert <command>
8513 \family typewriter
8514 \series default
8515
8516 \newline
8517
8518 \family default
8519  into the command buffer, where 
8520 \series bold
8521 <command>
8522 \series default
8523  is one of the following:
8524 \begin_inset Foot
8525 status collapsed
8526
8527 \begin_layout Standard
8528 The unit 
8529 \begin_inset Quotes eld
8530 \end_inset
8531
8532 em
8533 \begin_inset Quotes erd
8534 \end_inset
8535
8536  is explained in Appendix\InsetSpace ~
8537
8538 \begin_inset LatexCommand ref
8539 reference "cha:Units-available-in"
8540
8541 \end_inset
8542
8543 .
8544 \end_layout
8545
8546 \end_inset
8547
8548
8549 \end_layout
8550
8551 \begin_layout Standard
8552 \align center
8553 \begin_inset Tabular
8554 <lyxtabular version="3" rows="9" columns="3">
8555 <features>
8556 <column alignment="center" valignment="top" leftline="true" width="0">
8557 <column alignment="center" valignment="top" leftline="true" width="0">
8558 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
8559 <row topline="true" bottomline="true">
8560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Standard
8564
8565 \series bold
8566 command
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Standard
8575
8576 \series bold
8577 width
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Standard
8586
8587 \series bold
8588 protected?
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row topline="true">
8595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Standard
8599
8600 \family typewriter
8601 normal
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Standard
8610 1/3\InsetSpace ~
8611 em
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Standard
8620 no
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row topline="true">
8627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Standard
8631
8632 \family typewriter
8633 protected
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Standard
8642 1/3\InsetSpace ~
8643 em
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Standard
8652 yes
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row topline="true" bottomline="true">
8659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Standard
8663
8664 \family typewriter
8665 thin
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Standard
8674 1/6\InsetSpace ~
8675 em
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Standard
8684 yes
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row bottomline="true">
8691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Standard
8695
8696 \family typewriter
8697 enspace
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Standard
8706 0.5\InsetSpace ~
8707 em
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Standard
8716 yes
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row bottomline="true">
8723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Standard
8727
8728 \family typewriter
8729 enskip
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Standard
8738 0.5\InsetSpace ~
8739 em
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Standard
8748 no
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row bottomline="true">
8755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Standard
8759
8760 \family typewriter
8761 quad
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Standard
8770 1\InsetSpace ~
8771 em
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Standard
8780 no
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row bottomline="true">
8787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Standard
8791
8792 \family typewriter
8793 qquad
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Standard
8802 2\InsetSpace ~
8803 em
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Standard
8812 no
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row bottomline="true">
8819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Standard
8823
8824 \family typewriter
8825 negthinspace
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Standard
8834 -1/6\InsetSpace ~
8835 em
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Standard
8844 yes
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 </lyxtabular>
8851
8852 \end_inset
8853
8854
8855 \end_layout
8856
8857 \begin_layout Subsection
8858 Horizontal Lines
8859 \begin_inset LatexCommand label
8860 name "sub:Horizontal-Lines"
8861
8862 \end_inset
8863
8864
8865 \begin_inset LatexCommand index
8866 name "Horizontal lines"
8867
8868 \end_inset
8869
8870
8871 \end_layout
8872
8873 \begin_layout Standard
8874
8875 \lyxline
8876 In the dialog 
8877 \family sans
8878 Insert\SpecialChar \menuseparator
8879 Formatting\SpecialChar \menuseparator
8880 Horizontal\InsetSpace ~
8881 Line
8882 \family default
8883  you can insert horizontal lines that spans over the whole document columns
8884  width.
8885 \lyxline
8886
8887 \end_layout
8888
8889 \begin_layout Section
8890 Fonts and Text Styles
8891 \begin_inset LatexCommand label
8892 name "sec:Fonts-and-Text"
8893
8894 \end_inset
8895
8896
8897 \end_layout
8898
8899 \begin_layout Subsection
8900 Font Types
8901 \begin_inset LatexCommand index
8902 name "Font ! Types"
8903
8904 \end_inset
8905
8906
8907 \end_layout
8908
8909 \begin_layout Standard
8910 There are two types of fonts:
8911 \end_layout
8912
8913 \begin_layout Description
8914 Vector\InsetSpace ~
8915 fonts
8916 \begin_inset LatexCommand index
8917 name "Fonts ! Vector-"
8918
8919 \end_inset
8920
8921  are fonts, built from outlines of the single glyphs (i.e.
8922  characters) in the font.
8923  This means that each glyph is defined using mathematical curves that are
8924  well suited for scaling to any requested size.
8925  This mathematical definition is interpreted by the font renderer and the
8926  curve is filled out with pixels according to the size and glyph.
8927  This means that outline fonts will look pretty good in all sizes.
8928  Only at very small sizes it might be hard to provide a good rendering at
8929  very small sizes, where each pixel has to be very carefully computed to
8930  provide a good image.
8931 \newline
8932 One could mean that one only needs to define one font
8933  size and scale them.
8934  But to achieve a better quality, many fonts define several font sizes.
8935  That improves the appearance, because you need more details at large font
8936  sizes than at small ones.
8937 \newline
8938 The font types 
8939 \family typewriter
8940 TrueType
8941 \family default
8942
8943 \family typewriter
8944 OpenType
8945 \family default
8946 , and 
8947 \family typewriter
8948 Type\InsetSpace ~
8949 1 PostScript
8950 \family default
8951  are vector fonts.
8952 \end_layout
8953
8954 \begin_layout Description
8955 Bitmap\InsetSpace ~
8956 fonts
8957 \begin_inset LatexCommand index
8958 name "Fonts ! Bitmap-"
8959
8960 \end_inset
8961
8962  on the other hand, are defined by bitmap graphics from the start, so they
8963  will look good at all the sizes they are meant for.
8964  However, they don't scale well, because in order to scale a glyph, each
8965  pixel is enlarged into several pixels.
8966  It is the same effect that happens if you try to enlarge a picture in a
8967  picture manipulation program.
8968  In order to relieve this effect, bitmap fonts are typically provided in
8969  several fixed sizes typically from around 8 pixels high up to 34 pixels
8970  or so high in steps according to what is believed to be useful.
8971  The advantage of bitmap fonts is that no complicated computations are necessary
8972  to display each glyph, so bitmap fonts are thus faster displayed than scalable
8973  fonts.
8974  The disadvantage is that sizes that don't exists as fixed versions have
8975  to be scaled by doubling pixels, and thus look bad.
8976 \newline
8977 Bitmap fonts are named
8978  
8979 \family typewriter
8980 Type\InsetSpace ~
8981 3
8982 \family default
8983  in PostScript- and PDF-documents.
8984 \end_layout
8985
8986 \begin_layout Standard
8987 The result of all this, is that bitmap fonts are best for the size they
8988  are designed for, while scalable fonts are good for nearly all sizes.
8989  So one need less font size definitions for scalable fonts.
8990  That's the reason why nearly all text render and typesetting programs use
8991  scalable fonts.
8992 \end_layout
8993
8994 \begin_layout Standard
8995 To test which fonts are used in a PDF-document, you can have a look into
8996  its document properties.
8997 \end_layout
8998
8999 \begin_layout Standard
9000 Many modern typesetting and markup languages have begun to move towards
9001  specifying character styles rather than specifying a particular font.
9002  For example, instead of changing to an italicized version of the current
9003  font to emphasize text, you use an 
9004 \begin_inset Quotes eld
9005 \end_inset
9006
9007 emphasized style
9008 \begin_inset Quotes erd
9009 \end_inset
9010
9011  instead.
9012  This concept fits in perfectly with LyX.
9013  In LyX, you do things based on contexts, rather than focusing on typesetting
9014  details.
9015 \end_layout
9016
9017 \begin_layout Subsection
9018 Document Font and Font size
9019 \begin_inset LatexCommand label
9020 name "sub:Document-Font"
9021
9022 \end_inset
9023
9024
9025 \begin_inset LatexCommand index
9026 name "Font ! Size"
9027
9028 \end_inset
9029
9030
9031 \begin_inset LatexCommand index
9032 name "Document ! Font"
9033
9034 \end_inset
9035
9036
9037 \end_layout
9038
9039 \begin_layout Standard
9040 You can set the document fonts in the
9041 \family sans
9042  Document\SpecialChar \menuseparator
9043 Settings
9044 \family default
9045
9046 \begin_inset LatexCommand index
9047 name "Document ! Settings"
9048
9049 \end_inset
9050
9051  dialog.
9052  There you can specify which font should be used for the three different
9053  font shapes roman (serif), 
9054 \family sans
9055 sans\InsetSpace ~
9056 serif
9057 \family default
9058 , and 
9059 \family typewriter
9060 typewriter
9061 \family default
9062  and its scalings.
9063 \end_layout
9064
9065 \begin_layout Standard
9066 The possible options for the font include 
9067 \family sans
9068 default
9069 \family default
9070  and a list of fonts available on your system.
9071  
9072 \family sans
9073 default
9074 \family default
9075  uses the standard TeX fonts, known as 
9076 \begin_inset Quotes eld
9077 \end_inset
9078
9079
9080 \family typewriter
9081 Computer Modern
9082 \family default
9083
9084 \begin_inset Quotes erd
9085 \end_inset
9086
9087  (
9088 \family typewriter
9089 cm
9090 \family default
9091 ) or 
9092 \begin_inset Quotes eld
9093 \end_inset
9094
9095
9096 \family typewriter
9097 European Computer Modern
9098 \family default
9099
9100 \begin_inset Quotes erd
9101 \end_inset
9102
9103  (
9104 \family typewriter
9105 ec
9106 \family default
9107 ).
9108 \end_layout
9109
9110 \begin_layout Standard
9111 As 
9112 \family typewriter
9113 cm
9114 \family default
9115  and 
9116 \family typewriter
9117 ec
9118 \family default
9119  are bitmap fonts, they often looks pixeled in PDF output, especially when
9120  you read the PDF in a zoomed size.
9121 \begin_inset Foot
9122 status collapsed
9123
9124 \begin_layout Standard
9125 This problem doesn't appear if you read PDFs in 
9126 \family typewriter
9127 Adobe\InsetSpace ~
9128 Reader
9129 \family default
9130  version 6 or later, because this program includes a special bitmap font
9131  renderer.
9132 \end_layout
9133
9134 \end_inset
9135
9136  To get rid of pixeled fonts, you have to use a vector font.
9137  There are three ways to use one:
9138 \end_layout
9139
9140 \begin_layout Itemize
9141 One way is to use the 
9142 \family typewriter
9143 AE
9144 \family default
9145  fonts.
9146  
9147 \family typewriter
9148 AE
9149 \family default
9150  is a virtual font.
9151  Virtual means that it 
9152 \begin_inset Quotes eld
9153 \end_inset
9154
9155 steals
9156 \begin_inset Quotes erd
9157 \end_inset
9158
9159  outline 
9160 \family typewriter
9161 cm
9162 \family default
9163 -glyphs from other fonts.
9164  This has the disadvantage that some characters are missing, like the French
9165  guillemets (
9166 \begin_inset Quotes eld
9167 \end_inset
9168
9169 «
9170 \begin_inset Quotes erd
9171 \end_inset
9172
9173  and 
9174 \begin_inset Quotes eld
9175 \end_inset
9176
9177 »
9178 \begin_inset Quotes erd
9179 \end_inset
9180
9181 )
9182 \begin_inset Foot
9183 status collapsed
9184
9185 \begin_layout Standard
9186 Loading the LaTeX-package 
9187 \series bold
9188 aeguill
9189 \begin_inset LatexCommand index
9190 name "LaTeX-packages ! aeguill"
9191
9192 \end_inset
9193
9194
9195 \series default
9196  with the document preamble line
9197 \end_layout
9198
9199 \begin_layout Standard
9200
9201 \series bold
9202
9203 \backslash
9204 usepackage[ec]{aeguill}
9205 \end_layout
9206
9207 \begin_layout Standard
9208 will fix the guillemet problem.
9209 \end_layout
9210
9211 \end_inset
9212
9213  and that accented characters are not 
9214 \emph on
9215 one
9216 \emph default
9217  glyph, they are build of 
9218 \emph on
9219 two
9220 \emph default
9221  characters, the accent and the letter.
9222  Therefore you can't search in documents using the 
9223 \family typewriter
9224 AE
9225 \family default
9226  fonts for words with accented characters.
9227  If you search for example for the French word 
9228 \begin_inset Quotes eld
9229 \end_inset
9230
9231 rève
9232 \begin_inset Quotes erd
9233 \end_inset
9234
9235  in a PDF, you won't get any result, because the PDF-viewer searches for
9236  the glyph 
9237 \begin_inset Quotes eld
9238 \end_inset
9239
9240  è 
9241 \begin_inset Quotes erd
9242 \end_inset
9243
9244  and not for the glyph 
9245 \begin_inset Quotes eld
9246 \end_inset
9247
9248  e + 
9249 \begin_inset ERT
9250 status collapsed
9251
9252 \begin_layout Standard
9253
9254
9255 \backslash
9256 `{}
9257 \end_layout
9258
9259 \end_inset
9260
9261  
9262 \begin_inset Quotes erd
9263 \end_inset
9264
9265 .
9266 \begin_inset Note Note
9267 status collapsed
9268
9269 \begin_layout Standard
9270 The LaTeX command 
9271 \series bold
9272
9273 \backslash
9274 `
9275 \series default
9276  produces a grave.
9277  The two braces behind the command prevents the following quotation mark
9278  to be accented with the grave.
9279 \newline
9280 More about ERT and LaTeX-commands is described
9281  in section\InsetSpace ~
9282
9283 \begin_inset LatexCommand ref
9284 reference "sec:ERT"
9285
9286 \end_inset
9287
9288 .
9289 \end_layout
9290
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \begin_layout Itemize
9297 Another possibility is to use three different outline fonts
9298 \begin_inset Foot
9299 status collapsed
9300
9301 \begin_layout Standard
9302 Other fonts, like 
9303 \family typewriter
9304 Latin Modern
9305 \family default
9306  or 
9307 \family typewriter
9308 Computer Modern
9309 \family default
9310 , consists of these three main font types 
9311 \family sans
9312 sans\InsetSpace ~
9313 serif
9314 \family default
9315
9316 \family sans
9317 typewriter
9318 \family default
9319 , and 
9320 \family sans
9321 serif
9322 \family default
9323 .
9324 \end_layout
9325
9326 \end_inset
9327
9328
9329 \family sans
9330 Times\InsetSpace ~
9331 Roman
9332 \family default
9333  as roman font,
9334 \family sans
9335  Helvetica
9336 \family default
9337  scaled to 92 or 95\InsetSpace \thinspace{}
9338 % as sans\InsetSpace ~
9339 serif font, and 
9340 \family sans
9341 courier
9342 \family default
9343  as typewriter font.
9344 \newline
9345 The differences between roman, 
9346 \family sans
9347 sans\InsetSpace ~
9348 serif
9349 \family default
9350 , and 
9351 \family typewriter
9352 typewriter
9353 \family default
9354  fonts are explained in section\InsetSpace ~
9355
9356 \begin_inset LatexCommand ref
9357 reference "sub:Fine-Tuning-with-the"
9358
9359 \end_inset
9360
9361 .
9362 \newline
9363 The font 
9364 \family sans
9365 Times\InsetSpace ~
9366 Roman
9367 \family default
9368  was originally designed for newspapers.
9369  That means its glyphs are smaller than the one from other fonts to fit
9370  into the small newspaper columns.
9371  Therefore 
9372 \family sans
9373 Times\InsetSpace ~
9374 Roman
9375 \family default
9376  is not the optimal choice for larger documents like books.
9377 \end_layout
9378
9379 \begin_layout Itemize
9380 The best solution is to use the 
9381 \family typewriter
9382 Latin Modern
9383 \family default
9384  fonts.
9385  These fonts are developed in order of the LaTeX community to replace 
9386 \family typewriter
9387 cm
9388 \family default
9389  as default font.
9390 \end_layout
9391
9392 \begin_layout Standard
9393 \begin_inset VSpace bigskip
9394 \end_inset
9395
9396 For the font size there are four possible values: 
9397 \family sans
9398 default, 10
9399 \family default
9400
9401 \family sans
9402 11
9403 \family default
9404 , and 
9405 \family sans
9406 12
9407 \family default
9408 .
9409  The size of 
9410 \family sans
9411 default
9412 \family default
9413  depends on your LaTeX-system, normally it is equal to the font size 10.
9414 \end_layout
9415
9416 \begin_layout Standard
9417 The font sizes are the 
9418 \emph on
9419 base size
9420 \emph default
9421 .
9422  LyX actually scales all other possible font sizes (such as those used in
9423  footnotes, super-, and subscripts) by this value.
9424  You can fine-tune the font size of text parts via the 
9425 \family sans
9426 Text\InsetSpace ~
9427 Style
9428 \family default
9429  dialog if needed.
9430  The possible font sizes for text parts are explained in section\InsetSpace ~
9431
9432 \begin_inset LatexCommand ref
9433 reference "sub:Fine-Tuning-with-the"
9434
9435 \end_inset
9436
9437 .
9438 \end_layout
9439
9440 \begin_layout Standard
9441 \begin_inset VSpace bigskip
9442 \end_inset
9443
9444
9445 \begin_inset Note Greyedout
9446 status open
9447
9448 \begin_layout Standard
9449
9450 \series bold
9451 Note:
9452 \series default
9453  When you choose a new font or font size, LyX does 
9454 \emph on
9455 not
9456 \emph default
9457  change the screen font! You will only see a difference in the printed output;
9458  this is part of the WYSIWYM concept.
9459  LyX's screen fonts can be adjusted in the 
9460 \family sans
9461 Tools\SpecialChar \menuseparator
9462 Preferences
9463 \family default
9464  dialog, see Appendix\InsetSpace ~
9465
9466 \begin_inset LatexCommand ref
9467 reference "cha:The-Preferences-dialog"
9468
9469 \end_inset
9470
9471 .
9472 \end_layout
9473
9474 \end_inset
9475
9476
9477 \end_layout
9478
9479 \begin_layout Subsection
9480 Using Different Character Styles
9481 \begin_inset LatexCommand index
9482 name "Character Styles"
9483
9484 \end_inset
9485
9486
9487 \begin_inset LatexCommand index
9488 name "Dialogs ! Text Style"
9489
9490 \end_inset
9491
9492
9493 \end_layout
9494
9495 \begin_layout Standard
9496 As we've already seen, LyX automatically changes the character style for
9497  certain paragraph environments.
9498  LyX supports two character styles, 
9499 \family sans
9500 Emphasized
9501 \family default
9502  and 
9503 \family sans
9504 Noun
9505 \family default
9506 .
9507  You can activate both of these styles via keybindings, the menus, and the
9508  toolbar.
9509 \end_layout
9510
9511 \begin_layout Standard
9512 To activate the 
9513 \family sans
9514 Noun
9515 \family default
9516  style, do one of the following:
9517 \end_layout
9518
9519 \begin_layout Itemize
9520 click on the toolbar button 
9521 \begin_inset Graphics
9522         filename ../images/font-noun.png
9523
9524 \end_inset
9525
9526
9527 \end_layout
9528
9529 \begin_layout Itemize
9530 use the keybinding 
9531 \family sans
9532 M-c\InsetSpace ~
9533 c
9534 \end_layout
9535
9536 \begin_layout Standard
9537 These commands are all toggles.
9538  That is, if 
9539 \family sans
9540 Noun
9541 \family default
9542  style is already active, they deactivate it.
9543 \end_layout
9544
9545 \begin_layout Standard
9546 One typically uses the 
9547 \family sans
9548 Noun
9549 \family default
9550  style for proper names.
9551  For example: 
9552 \begin_inset Quotes eld
9553 \end_inset
9554
9555
9556 \noun on
9557 Matthias Ettrich
9558 \noun default
9559  is the original author of LyX.
9560 \begin_inset Quotes erd
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \begin_layout Standard
9567 A more widely used character style is the 
9568 \family sans
9569 Emphasized
9570 \family default
9571  style.
9572  You can activate (or deactivate - it's also a toggle) the 
9573 \family sans
9574 Emphasized
9575 \family default
9576  style by:
9577 \end_layout
9578
9579 \begin_layout Itemize
9580 clicking on the toolbar button 
9581 \begin_inset Graphics
9582         filename ../images/font-emph.png
9583
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \begin_layout Itemize
9590 using the keybindings 
9591 \family sans
9592 M-c\InsetSpace ~
9593 e
9594 \end_layout
9595
9596 \begin_layout Standard
9597 Normally the 
9598 \family sans
9599 Emphasized
9600 \family default
9601  style is equivalent to an italic font but some document classes or LaTeX-packag
9602 es use a different font.
9603 \end_layout
9604
9605 \begin_layout Standard
9606 We've been using the 
9607 \family sans
9608 Emphasized
9609 \family default
9610  style all over the place in this document.
9611  Here's one more example:
9612 \end_layout
9613
9614 \begin_layout Quotation
9615
9616 \emph on
9617 Don't overuse character styles!
9618 \end_layout
9619
9620 \begin_layout Standard
9621 It's also a warning in addition to an example.
9622  One's writing should parallel ordinary conversation.
9623  Since we don't all constantly scream at each other, we should also avoid
9624  the common tendency to overuse character style.
9625  
9626 \end_layout
9627
9628 \begin_layout Standard
9629 You can always reset to the default font using the keybinding 
9630 \family sans
9631 M-c\InsetSpace ~
9632 Space
9633 \family default
9634  or the dialog 
9635 \family sans
9636 Edit\SpecialChar \menuseparator
9637 Text\InsetSpace ~
9638 Style
9639 \family default
9640 .
9641 \end_layout
9642
9643 \begin_layout Subsection
9644 Fine-Tuning with the 
9645 \family sans
9646 Text Style
9647 \family default
9648  dialog
9649 \begin_inset LatexCommand label
9650 name "sub:Fine-Tuning-with-the"
9651
9652 \end_inset
9653
9654
9655 \begin_inset LatexCommand index
9656 name "Text Style"
9657
9658 \end_inset
9659
9660
9661 \begin_inset LatexCommand index
9662 name "Dialogs ! Text Style"
9663
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \begin_layout Standard
9670 There are always occasions when you'll need to do some fine-tuning, so LyX
9671  gives you a way to create custom character style.
9672  For example, an academic journal or a corporation may have a style sheet
9673  requiring a sans-serif font be used in certain situations.
9674  Also, writers sometimes use a different font to offset a character's thoughts
9675  from ordinary dialog.
9676 \end_layout
9677
9678 \begin_layout Standard
9679 Before we document how to use custom character style, we want to issue a
9680  warning yet again: Don't overuse character styles! 
9681 \newline
9682 Documents that overuse
9683  different fonts and sizes are not well readable and tend to look like someone
9684  has knocked huge holes in it.
9685 \end_layout
9686
9687 \begin_layout Standard
9688 To use custom character styles, open the 
9689 \family sans
9690 Edit\SpecialChar \menuseparator
9691 Text\InsetSpace ~
9692 Style
9693 \family default
9694  dialog.
9695  There are several boxes on this dialog, each corresponding to a different
9696  font property which you can choose.
9697  You can choose an option for one of these properties, or select 
9698 \family sans
9699 No\InsetSpace ~
9700 change
9701 \family default
9702 , which keeps the current state of that property.
9703  The item 
9704 \family sans
9705 Reset
9706 \family default
9707  will reset the property to whatever is the default.
9708  You can use this to reset attributes across a bunch of different paragraph
9709  environments in a snap.
9710 \end_layout
9711
9712 \begin_layout Standard
9713 The font properties, and their options (in addition to 
9714 \family sans
9715 No\InsetSpace ~
9716 change
9717 \family default
9718  and 
9719 \family sans
9720 Reset
9721 \family default
9722 ) are:
9723 \end_layout
9724
9725 \begin_layout Labeling
9726 \labelwidthstring 00.00.0000
9727
9728 \family sans
9729 Family
9730 \family default
9731  The 
9732 \begin_inset Quotes eld
9733 \end_inset
9734
9735 overall look
9736 \begin_inset Quotes erd
9737 \end_inset
9738
9739  of the font.
9740  The possible options are:
9741 \end_layout
9742
9743 \begin_deeper
9744 \begin_layout Labeling
9745 \labelwidthstring 00.00.0000
9746
9747 \family sans
9748 Roman
9749 \family default
9750  This is the Roman font family.
9751  Normally a serif font.
9752  It's also the default family.
9753  (keybinding 
9754 \begin_inset ERT
9755 status collapsed
9756
9757 \begin_layout Standard
9758
9759
9760 \backslash
9761 mbox{
9762 \end_layout
9763
9764 \end_inset
9765
9766
9767 \family sans
9768 M-c\InsetSpace ~
9769 r
9770 \family default
9771
9772 \begin_inset ERT
9773 status collapsed
9774
9775 \begin_layout Standard
9776
9777 }
9778 \end_layout
9779
9780 \end_inset
9781
9782 )
9783 \begin_inset Note Note
9784 status collapsed
9785
9786 \begin_layout Standard
9787 The LaTeX-command prevents text to be broken at the end of a line.
9788  It is explained in section\InsetSpace ~
9789
9790 \begin_inset LatexCommand ref
9791 reference "sub:Hyphenation"
9792
9793 \end_inset
9794
9795 .
9796 \end_layout
9797
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \begin_layout Labeling
9804 \labelwidthstring 00.00.0000
9805
9806 \family sans
9807 Sans\InsetSpace ~
9808 Serif
9809 \family default
9810  
9811 \family sans
9812 This is the Sans Serif font family.
9813
9814 \family default
9815  (keybinding 
9816 \begin_inset ERT
9817 status collapsed
9818
9819 \begin_layout Standard
9820
9821
9822 \backslash
9823 mbox{
9824 \end_layout
9825
9826 \end_inset
9827
9828
9829 \family sans
9830 M-c\InsetSpace ~
9831 s
9832 \family default
9833
9834 \begin_inset ERT
9835 status collapsed
9836
9837 \begin_layout Standard
9838
9839 }
9840 \end_layout
9841
9842 \end_inset
9843
9844 )
9845 \end_layout
9846
9847 \begin_layout Labeling
9848 \labelwidthstring 00.00.0000
9849
9850 \family sans
9851 Typewriter
9852 \family default
9853  
9854 \family typewriter
9855 This is the Typewriter font family.
9856
9857 \family default
9858  (keybinding 
9859 \begin_inset ERT
9860 status collapsed
9861
9862 \begin_layout Standard
9863
9864
9865 \backslash
9866 mbox{
9867 \end_layout
9868
9869 \end_inset
9870
9871
9872 \family sans
9873 M-c\InsetSpace ~
9874 p
9875 \family default
9876
9877 \begin_inset ERT
9878 status collapsed
9879
9880 \begin_layout Standard
9881
9882 }
9883 \end_layout
9884
9885 \end_inset
9886
9887
9888 \family sans
9889 )
9890 \end_layout
9891
9892 \end_deeper
9893 \begin_layout Labeling
9894 \labelwidthstring 00.00.0000
9895
9896 \family sans
9897 Series
9898 \family default
9899  This corresponds to the print weight.
9900  Options are:
9901 \end_layout
9902
9903 \begin_deeper
9904 \begin_layout Labeling
9905 \labelwidthstring 00.00.0000
9906
9907 \family sans
9908 Medium
9909 \family default
9910  This is the Medium font series.
9911  It's also the default series.
9912 \end_layout
9913
9914 \begin_layout Labeling
9915 \labelwidthstring 00.00.0000
9916
9917 \family sans
9918 Bold
9919 \family default
9920  
9921 \series bold
9922 This is the Bold font series.
9923
9924 \series default
9925  (keybinding 
9926 \begin_inset ERT
9927 status collapsed
9928
9929 \begin_layout Standard
9930
9931
9932 \backslash
9933 mbox{
9934 \end_layout
9935
9936 \end_inset
9937
9938
9939 \family sans
9940 M-c\InsetSpace ~
9941 b
9942 \family default
9943
9944 \begin_inset ERT
9945 status collapsed
9946
9947 \begin_layout Standard
9948
9949 }
9950 \end_layout
9951
9952 \end_inset
9953
9954 )
9955 \end_layout
9956
9957 \end_deeper
9958 \begin_layout Labeling
9959 \labelwidthstring 00.00.0000
9960
9961 \family sans
9962 Shape
9963 \family default
9964  As the name implies.
9965  Options are:
9966 \end_layout
9967
9968 \begin_deeper
9969 \begin_layout Labeling
9970 \labelwidthstring 00.00.0000
9971
9972 \family sans
9973 Upright
9974 \family default
9975  This is the Upright font shape.
9976  It's also the default shape.
9977 \end_layout
9978
9979 \begin_layout Labeling
9980 \labelwidthstring 00.00.0000
9981
9982 \family sans
9983 Italic
9984 \family default
9985  
9986 \shape italic
9987 This
9988 \shape default
9989  
9990 \family sans
9991 \shape italic
9992 i
9993 \family default
9994 s the Italic font shape
9995 \shape default
9996 \emph on
9997 .
9998 \end_layout
9999
10000 \begin_layout Labeling
10001 \labelwidthstring 00.00.0000
10002
10003 \family sans
10004 Slanted
10005 \family default
10006  
10007 \shape slanted
10008 This is the Slanted font shape
10009 \shape default
10010  (although it might not be visible in LyX, this is different from italic).
10011 \end_layout
10012
10013 \begin_layout Labeling
10014 \labelwidthstring 00.00.0000
10015
10016 \family sans
10017 Small\InsetSpace ~
10018 Caps
10019 \family default
10020  
10021 \shape smallcaps
10022 This is the Small caps font shape
10023 \shape default
10024 \noun on
10025 .
10026 \end_layout
10027
10028 \end_deeper
10029 \begin_layout Labeling
10030 \labelwidthstring 00.00.0000
10031
10032 \family sans
10033 Size
10034 \family default
10035  Alters the size of the font.
10036  You'll find no numerical values here; all possible sizes are actually proportio
10037 nal to the document font size.
10038  Once again, you don't feed LyX the details, but a general description of
10039  what you want to do.
10040  The options are:
10041 \end_layout
10042
10043 \begin_deeper
10044 \begin_layout Labeling
10045 \labelwidthstring 00.00.0000
10046
10047 \family sans
10048 Tiny
10049 \family default
10050  
10051 \size tiny
10052 This is the 
10053 \begin_inset Quotes eld
10054 \end_inset
10055
10056 Tiny
10057 \begin_inset Quotes erd
10058 \end_inset
10059
10060  font size.
10061
10062 \size default
10063  (keybinding 
10064 \begin_inset ERT
10065 status collapsed
10066
10067 \begin_layout Standard
10068
10069
10070 \backslash
10071 mbox{
10072 \end_layout
10073
10074 \end_inset
10075
10076
10077 \family sans
10078 M-s\InsetSpace ~
10079 t
10080 \family default
10081
10082 \begin_inset ERT
10083 status collapsed
10084
10085 \begin_layout Standard
10086
10087 }
10088 \end_layout
10089
10090 \end_inset
10091
10092  or 
10093 \begin_inset ERT
10094 status collapsed
10095
10096 \begin_layout Standard
10097
10098
10099 \backslash
10100 mbox{
10101 \end_layout
10102
10103 \end_inset
10104
10105
10106 \family sans
10107 M-s\InsetSpace ~
10108 1
10109 \family default
10110
10111 \begin_inset ERT
10112 status collapsed
10113
10114 \begin_layout Standard
10115
10116 }
10117 \end_layout
10118
10119 \end_inset
10120
10121 )
10122 \end_layout
10123
10124 \begin_layout Labeling
10125 \labelwidthstring 00.00.0000
10126
10127 \family sans
10128 Smallest
10129 \family default
10130  
10131 \size scriptsize
10132 This is the 
10133 \begin_inset Quotes eld
10134 \end_inset
10135
10136 Smallest
10137 \begin_inset Quotes erd
10138 \end_inset
10139
10140  font size
10141 \size default
10142 .
10143  (keybinding 
10144 \begin_inset ERT
10145 status collapsed
10146
10147 \begin_layout Standard
10148
10149
10150 \backslash
10151 mbox{
10152 \end_layout
10153
10154 \end_inset
10155
10156
10157 \family sans
10158 M-s\InsetSpace ~
10159
10160 \family default
10161 2
10162 \begin_inset ERT
10163 status collapsed
10164
10165 \begin_layout Standard
10166
10167 }
10168 \end_layout
10169
10170 \end_inset
10171
10172 )
10173 \end_layout
10174
10175 \begin_layout Labeling
10176 \labelwidthstring 00.00.0000
10177
10178 \family sans
10179 Smaller
10180 \family default
10181  
10182 \size footnotesize
10183 This is the 
10184 \begin_inset Quotes eld
10185 \end_inset
10186
10187 Smaller
10188 \begin_inset Quotes erd
10189 \end_inset
10190
10191  font size.
10192
10193 \size default
10194  (keybinding 
10195 \begin_inset ERT
10196 status collapsed
10197
10198 \begin_layout Standard
10199
10200
10201 \backslash
10202 mbox{
10203 \end_layout
10204
10205 \end_inset
10206
10207
10208 \family sans
10209 M-s\InsetSpace ~
10210 S
10211 \family default
10212
10213 \begin_inset ERT
10214 status collapsed
10215
10216 \begin_layout Standard
10217
10218 }
10219 \end_layout
10220
10221 \end_inset
10222
10223  or 
10224 \begin_inset ERT
10225 status collapsed
10226
10227 \begin_layout Standard
10228
10229
10230 \backslash
10231 mbox{
10232 \end_layout
10233
10234 \end_inset
10235
10236
10237 \family sans
10238 M-s\InsetSpace ~
10239
10240 \family default
10241 3
10242 \begin_inset ERT
10243 status collapsed
10244
10245 \begin_layout Standard
10246
10247 }
10248 \end_layout
10249
10250 \end_inset
10251
10252 )
10253 \end_layout
10254
10255 \begin_layout Labeling
10256 \labelwidthstring 00.00.0000
10257
10258 \family sans
10259 Small
10260 \family default
10261  
10262 \size small
10263 This is the 
10264 \begin_inset Quotes eld
10265 \end_inset
10266
10267 Small
10268 \begin_inset Quotes erd
10269 \end_inset
10270
10271  font size.
10272
10273 \size default
10274  (keybinding 
10275 \begin_inset ERT
10276 status collapsed
10277
10278 \begin_layout Standard
10279
10280
10281 \backslash
10282 mbox{
10283 \end_layout
10284
10285 \end_inset
10286
10287
10288 \family sans
10289 M-s\InsetSpace ~
10290 s
10291 \family default
10292
10293 \begin_inset ERT
10294 status collapsed
10295
10296 \begin_layout Standard
10297
10298 }
10299 \end_layout
10300
10301 \end_inset
10302
10303  or 
10304 \begin_inset ERT
10305 status collapsed
10306
10307 \begin_layout Standard
10308
10309
10310 \backslash
10311 mbox{
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \family sans
10318 M-s\InsetSpace ~
10319
10320 \family default
10321 4
10322 \begin_inset ERT
10323 status collapsed
10324
10325 \begin_layout Standard
10326
10327 }
10328 \end_layout
10329
10330 \end_inset
10331
10332 )
10333 \end_layout
10334
10335 \begin_layout Labeling
10336 \labelwidthstring 00.00.0000
10337
10338 \family sans
10339 Normal
10340 \family default
10341  This is the 
10342 \begin_inset Quotes eld
10343 \end_inset
10344
10345 Normal
10346 \begin_inset Quotes erd
10347 \end_inset
10348
10349  font size.
10350  It's also the default size.
10351  (keybinding 
10352 \begin_inset ERT
10353 status collapsed
10354
10355 \begin_layout Standard
10356
10357
10358 \backslash
10359 mbox{
10360 \end_layout
10361
10362 \end_inset
10363
10364
10365 \family sans
10366 M-s\InsetSpace ~
10367 n
10368 \family default
10369
10370 \begin_inset ERT
10371 status collapsed
10372
10373 \begin_layout Standard
10374
10375 }
10376 \end_layout
10377
10378 \end_inset
10379
10380  or 
10381 \begin_inset ERT
10382 status collapsed
10383
10384 \begin_layout Standard
10385
10386
10387 \backslash
10388 mbox{
10389 \end_layout
10390
10391 \end_inset
10392
10393
10394 \family sans
10395 M-s\InsetSpace ~
10396
10397 \family default
10398 5
10399 \begin_inset ERT
10400 status collapsed
10401
10402 \begin_layout Standard
10403
10404 }
10405 \end_layout
10406
10407 \end_inset
10408
10409 )
10410 \end_layout
10411
10412 \begin_layout Labeling
10413 \labelwidthstring 00.00.0000
10414
10415 \family sans
10416 Large
10417 \family default
10418  
10419 \size large
10420 This is the 
10421 \begin_inset Quotes eld
10422 \end_inset
10423
10424 Large
10425 \begin_inset Quotes erd
10426 \end_inset
10427
10428  font size.
10429
10430 \size default
10431  (keybinding 
10432 \begin_inset ERT
10433 status collapsed
10434
10435 \begin_layout Standard
10436
10437
10438 \backslash
10439 mbox{
10440 \end_layout
10441
10442 \end_inset
10443
10444
10445 \family sans
10446 M-s\InsetSpace ~
10447 l
10448 \family default
10449
10450 \begin_inset ERT
10451 status collapsed
10452
10453 \begin_layout Standard
10454
10455 }
10456 \end_layout
10457
10458 \end_inset
10459
10460  or 
10461 \begin_inset ERT
10462 status collapsed
10463
10464 \begin_layout Standard
10465
10466
10467 \backslash
10468 mbox{
10469 \end_layout
10470
10471 \end_inset
10472
10473
10474 \family sans
10475 M-s\InsetSpace ~
10476
10477 \family default
10478 6
10479 \begin_inset ERT
10480 status collapsed
10481
10482 \begin_layout Standard
10483
10484 }
10485 \end_layout
10486
10487 \end_inset
10488
10489 )
10490 \end_layout
10491
10492 \begin_layout Labeling
10493 \labelwidthstring 00.00.0000
10494
10495 \family sans
10496 Larger
10497 \family default
10498  
10499 \size larger
10500 This is the 
10501 \begin_inset Quotes eld
10502 \end_inset
10503
10504 Larger
10505 \begin_inset Quotes erd
10506 \end_inset
10507
10508  font size.
10509
10510 \size default
10511  (keybinding 
10512 \begin_inset ERT
10513 status collapsed
10514
10515 \begin_layout Standard
10516
10517
10518 \backslash
10519 mbox{
10520 \end_layout
10521
10522 \end_inset
10523
10524
10525 \family sans
10526 M-s\InsetSpace ~
10527 S-L
10528 \family default
10529
10530 \begin_inset ERT
10531 status collapsed
10532
10533 \begin_layout Standard
10534
10535 }
10536 \end_layout
10537
10538 \end_inset
10539
10540  or 
10541 \begin_inset ERT
10542 status collapsed
10543
10544 \begin_layout Standard
10545
10546
10547 \backslash
10548 mbox{
10549 \end_layout
10550
10551 \end_inset
10552
10553
10554 \family sans
10555 M-s\InsetSpace ~
10556
10557 \family default
10558 7
10559 \begin_inset ERT
10560 status collapsed
10561
10562 \begin_layout Standard
10563
10564 }
10565 \end_layout
10566
10567 \end_inset
10568
10569 )
10570 \end_layout
10571
10572 \begin_layout Labeling
10573 \labelwidthstring 00.00.0000
10574
10575 \family sans
10576 Largest
10577 \family default
10578  
10579 \size largest
10580 This is the 
10581 \begin_inset Quotes eld
10582 \end_inset
10583
10584 Largest
10585 \begin_inset Quotes erd
10586 \end_inset
10587
10588  font size.
10589
10590 \size default
10591  (keybinding 
10592 \begin_inset ERT
10593 status collapsed
10594
10595 \begin_layout Standard
10596
10597
10598 \backslash
10599 mbox{
10600 \end_layout
10601
10602 \end_inset
10603
10604
10605 \family sans
10606 M-s\InsetSpace ~
10607
10608 \family default
10609 8
10610 \begin_inset ERT
10611 status collapsed
10612
10613 \begin_layout Standard
10614
10615 }
10616 \end_layout
10617
10618 \end_inset
10619
10620 )
10621 \end_layout
10622
10623 \begin_layout Labeling
10624 \labelwidthstring 00.00.0000
10625
10626 \family sans
10627 Huge
10628 \family default
10629  
10630 \size huge
10631 This is the 
10632 \begin_inset Quotes eld
10633 \end_inset
10634
10635 Huge
10636 \begin_inset Quotes erd
10637 \end_inset
10638
10639  font size.
10640
10641 \size default
10642  (keybinding 
10643 \begin_inset ERT
10644 status collapsed
10645
10646 \begin_layout Standard
10647
10648
10649 \backslash
10650 mbox{
10651 \end_layout
10652
10653 \end_inset
10654
10655
10656 \family sans
10657 M-s\InsetSpace ~
10658 h
10659 \family default
10660
10661 \begin_inset ERT
10662 status collapsed
10663
10664 \begin_layout Standard
10665
10666 }
10667 \end_layout
10668
10669 \end_inset
10670
10671  or 
10672 \begin_inset ERT
10673 status collapsed
10674
10675 \begin_layout Standard
10676
10677
10678 \backslash
10679 mbox{
10680 \end_layout
10681
10682 \end_inset
10683
10684
10685 \family sans
10686 M-s\InsetSpace ~
10687
10688 \family default
10689 9
10690 \begin_inset ERT
10691 status collapsed
10692
10693 \begin_layout Standard
10694
10695 }
10696 \end_layout
10697
10698 \end_inset
10699
10700 )
10701 \end_layout
10702
10703 \begin_layout Labeling
10704 \labelwidthstring 00.00.0000
10705
10706 \family sans
10707 Huger
10708 \family default
10709  
10710 \size giant
10711 This is the 
10712 \begin_inset Quotes eld
10713 \end_inset
10714
10715 Huger
10716 \begin_inset Quotes erd
10717 \end_inset
10718
10719  font size.
10720
10721 \size default
10722  (keybinding 
10723 \begin_inset ERT
10724 status collapsed
10725
10726 \begin_layout Standard
10727
10728
10729 \backslash
10730 mbox{
10731 \end_layout
10732
10733 \end_inset
10734
10735
10736 \family sans
10737 M-s\InsetSpace ~
10738 H
10739 \family default
10740
10741 \begin_inset ERT
10742 status collapsed
10743
10744 \begin_layout Standard
10745
10746 }
10747 \end_layout
10748
10749 \end_inset
10750
10751  or 
10752 \begin_inset ERT
10753 status collapsed
10754
10755 \begin_layout Standard
10756
10757
10758 \backslash
10759 mbox{
10760 \end_layout
10761
10762 \end_inset
10763
10764
10765 \family sans
10766 M-s\InsetSpace ~
10767
10768 \family default
10769 0
10770 \begin_inset ERT
10771 status collapsed
10772
10773 \begin_layout Standard
10774
10775 }
10776 \end_layout
10777
10778 \end_inset
10779
10780 )
10781 \end_layout
10782
10783 \end_deeper
10784 \begin_layout Standard
10785 We'll warn you 
10786 \emph on
10787 yet again
10788 \emph default
10789 : don't go crazy with this feature.
10790  You should almost never need to change the font size.
10791  LyX automatically changes the font size for different paragraph environments
10792  - use that instead.
10793  This is here for fine-tuning only!
10794 \end_layout
10795
10796 \begin_layout Labeling
10797 \labelwidthstring 00.00.0000
10798
10799 \family sans
10800 Misc
10801 \family default
10802  Here you can change a few other things at the character level.
10803  Options are:
10804 \end_layout
10805
10806 \begin_deeper
10807 \begin_layout Labeling
10808 \labelwidthstring 00.00.0000
10809
10810 \family sans
10811 Emph
10812 \family default
10813  
10814 \emph on
10815 This is text with emphasize on
10816 \emph default
10817 .
10818  This might seem like the same as 
10819 \shape italic
10820 Italic
10821 \shape default
10822 , but it is actually a bit different.
10823  Emphasized is a 
10824 \emph on
10825 logical
10826 \emph default
10827  attribute.
10828  That means every document class can define its own font used for emphasized
10829  text.
10830  Normally this font is equal to italic.
10831 \end_layout
10832
10833 \begin_layout Labeling
10834 \labelwidthstring 00.00.0000
10835
10836 \family sans
10837 Underbar
10838 \family default
10839  
10840 \bar under
10841 This is text with Underbar on.
10842
10843 \bar default
10844  (keybinding 
10845 \begin_inset ERT
10846 status collapsed
10847
10848 \begin_layout Standard
10849
10850
10851 \backslash
10852 mbox{
10853 \end_layout
10854
10855 \end_inset
10856
10857
10858 \family sans
10859 M-c\InsetSpace ~
10860 u
10861 \family default
10862
10863 \begin_inset ERT
10864 status collapsed
10865
10866 \begin_layout Standard
10867
10868 }
10869 \end_layout
10870
10871 \end_inset
10872
10873
10874 \family sans
10875 )
10876 \newline
10877
10878 \family default
10879 Avoid using underbar if you can! It's a holdover from the typewriter days,
10880  when you couldn't change fonts.
10881  We no longer need to emphasize text by underscoring characters.
10882  It's only included in LyX because some people 
10883 \emph on
10884 may
10885 \emph default
10886  need it in order to follow style sheets for journal submissions.
10887 \end_layout
10888
10889 \begin_layout Labeling
10890 \labelwidthstring 00.00.0000
10891
10892 \family sans
10893 Noun
10894 \family default
10895  
10896 \noun on
10897 This is text with Noun on.
10898
10899 \noun default
10900  Like 
10901 \family sans
10902 Emph
10903 \family default
10904 , this is a logical attribute.
10905  Normally it's equivalent to 
10906 \family sans
10907 Small\InsetSpace ~
10908 Caps
10909 \family default
10910 .
10911 \end_layout
10912
10913 \end_deeper
10914 \begin_layout Labeling
10915 \labelwidthstring 00.00.0000
10916
10917 \family sans
10918 Color
10919 \family default
10920  You can adjust the color of the text with this control.
10921  Notice that not all dvi-viewers are are able to display colors.
10922  Besides 
10923 \family sans
10924 No\InsetSpace ~
10925 color
10926 \family default
10927 , which is the default 
10928 \begin_inset Quotes eld
10929 \end_inset
10930
10931 color
10932 \begin_inset Quotes erd
10933 \end_inset
10934
10935  and means normally black, you can choose between 
10936 \family sans
10937 Black
10938 \family default
10939
10940 \family sans
10941 White
10942 \family default
10943
10944 \family sans
10945 Red
10946 \family default
10947
10948 \family sans
10949 Green
10950 \family default
10951
10952 \family sans
10953 Blue
10954 \family default
10955
10956 \family sans
10957 Cyan
10958 \family default
10959
10960 \family sans
10961 Magenta
10962 \family default
10963  and 
10964 \family sans
10965 Yellow
10966 \family default
10967  text.
10968 \end_layout
10969
10970 \begin_layout Labeling
10971 \labelwidthstring 00.00.0000
10972
10973 \family sans
10974 Language
10975 \family default
10976  This is used to mark regions of text as having a different language from
10977  the language of the document.
10978  Text marked in this way will be underlined in blue to indicate the change
10979  (only within LyX).
10980 \end_layout
10981
10982 \begin_layout Standard
10983 So you have a huge number of combinations to choose from.
10984  Once you've chosen a new character style via the 
10985 \family sans
10986 Edit\SpecialChar \menuseparator
10987 Text\InsetSpace ~
10988 Style
10989 \family default
10990  dialog, the settings are saved.
10991  You can activate them using the toolbar button 
10992 \begin_inset Graphics
10993         filename ../images/font-free-apply.png
10994
10995 \end_inset
10996
10997 .
10998  The button lets you toggle the state of your custom character style even
10999  when the dialog isn't visible.
11000  
11001 \end_layout
11002
11003 \begin_layout Standard
11004 To completely reset the character style to the default, use 
11005 \family sans
11006 M-c\InsetSpace ~
11007 Space
11008 \family default
11009 .
11010  If you want to toggle only those properties that you have just changed
11011  (suppose you just set the shape to 
11012 \begin_inset Quotes eld
11013 \end_inset
11014
11015 slanted
11016 \begin_inset Quotes erd
11017 \end_inset
11018
11019  and the series to 
11020 \begin_inset Quotes eld
11021 \end_inset
11022
11023 bold
11024 \begin_inset Quotes erd
11025 \end_inset
11026
11027 ), set the 
11028 \family sans
11029 Toggle\InsetSpace ~
11030 all
11031 \family default
11032  switch and press 
11033 \family sans
11034 Apply
11035 \family default
11036 .
11037 \end_layout
11038
11039 \begin_layout Standard
11040 You should also know something about the differences between the three main
11041  font types 
11042 \family sans
11043 serif
11044 \family default
11045
11046 \family sans
11047 sans\InsetSpace ~
11048 serif
11049 \family default
11050 , and 
11051 \family sans
11052 typewriter
11053 \family default
11054 :
11055 \end_layout
11056
11057 \begin_layout Itemize
11058
11059 \family sans
11060 Typewriter
11061 \family default
11062  is a so called 
11063 \begin_inset Quotes eld
11064 \end_inset
11065
11066 monospaced
11067 \begin_inset Quotes erd
11068 \end_inset
11069
11070  font, that means every character has the same width, the 
11071 \begin_inset Quotes eld
11072 \end_inset
11073
11074 i
11075 \begin_inset Quotes erd
11076 \end_inset
11077
11078  is as wide as the 
11079 \begin_inset Quotes eld
11080 \end_inset
11081
11082 m
11083 \begin_inset Quotes erd
11084 \end_inset
11085
11086 .
11087  Here is an example
11088 \newline
11089
11090 \begin_inset ERT
11091 status collapsed
11092
11093 \begin_layout Standard
11094
11095
11096 \backslash
11097 phantom{
11098 \end_layout
11099
11100 \end_inset
11101
11102 no 
11103 \begin_inset ERT
11104 status collapsed
11105
11106 \begin_layout Standard
11107
11108 }
11109 \end_layout
11110
11111 \end_inset
11112
11113
11114 \family typewriter
11115 typewriter text
11116 \family default
11117
11118 \begin_inset Note Note
11119 status collapsed
11120
11121 \begin_layout Standard
11122 For more on phantoms see section\InsetSpace ~
11123
11124 \begin_inset LatexCommand ref
11125 reference "sub:Other-space-variants"
11126
11127 \end_inset
11128
11129 .
11130 \end_layout
11131
11132 \end_inset
11133
11134
11135 \newline
11136 no typewriter text
11137 \end_layout
11138
11139 \begin_layout Itemize
11140
11141 \family sans
11142 Serif
11143 \family default
11144  fonts use characters with serifs.
11145  These are the small 
11146 \begin_inset Quotes eld
11147 \end_inset
11148
11149 appendices
11150 \begin_inset Quotes erd
11151 \end_inset
11152
11153  at all ends of of the streaks that form the character.
11154  The following example will show the difference:
11155 \newline
11156 text with serifs
11157 \newline
11158
11159 \family sans
11160 text without serifs
11161 \family default
11162
11163 \newline
11164 Serifs facilitates an easy and fast reading.
11165  They are therefore used as default font (named 
11166 \family sans
11167 roman
11168 \family default
11169 ).
11170 \end_layout
11171
11172 \begin_layout Itemize
11173
11174 \family sans
11175 Sans serif
11176 \family default
11177  don't use serifs.
11178  This font type is therefore often used for headings and short texts.
11179  We use it in this document to highlight menu names.
11180 \end_layout
11181
11182 \begin_layout Standard
11183 We conclude with the same warning once again: Don't overuse the fonts.
11184  They are, more often than not, a kludge and a bad substitute for good writing.
11185 \end_layout
11186
11187 \begin_layout Section
11188 Printing and Previewing
11189 \end_layout
11190
11191 \begin_layout Subsection
11192 Overview
11193 \end_layout
11194
11195 \begin_layout Standard
11196 Now that we've covered some of the basic features of document preparation
11197  using LyX, you probably want to know how to print out your masterpiece.
11198  Before we tell you that, we want to give you a quick explanation of what
11199  goes on behind-the-scenes.
11200  We cover these informations in much greater detail in the 
11201 \emph on
11202 Extended\InsetSpace ~
11203 Features
11204 \emph default
11205  manual as well.
11206 \end_layout
11207
11208 \begin_layout Standard
11209 LyX uses the program LaTeX as its backend.
11210  LaTeX is just a macro package for the TeX typesetting system, but to prevent
11211  confusion, we'll only refer to LaTeX.
11212  LyX is what you use to do your actual writing.
11213  Then, LyX calls LaTeX to turn your writing into printable output.
11214  This happens in two stages:
11215 \end_layout
11216
11217 \begin_layout Enumerate
11218 First, LyX converts your document to a series of text commands for LaTeX,
11219  generating a file with the extension, 
11220 \begin_inset Quotes eld
11221 \end_inset
11222
11223
11224 \family typewriter
11225 .tex
11226 \family default
11227
11228 \begin_inset Quotes erd
11229 \end_inset
11230
11231 .
11232 \end_layout
11233
11234 \begin_layout Enumerate
11235 Next, LaTeX uses the commands in the 
11236 \family typewriter
11237 .tex
11238 \family default
11239  file to produce printable output.
11240  
11241 \end_layout
11242
11243 \begin_layout Subsection
11244 Output file formats
11245 \begin_inset LatexCommand index
11246 name "File formats"
11247
11248 \end_inset
11249
11250
11251 \begin_inset LatexCommand label
11252 name "sub:Output-file-formats"
11253
11254 \end_inset
11255
11256
11257 \end_layout
11258
11259 \begin_layout Subsubsection
11260 ASCII
11261 \begin_inset LatexCommand index
11262 name "File formats ! ASCII"
11263
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \begin_layout Standard
11270 This file type has the extension 
11271 \begin_inset Quotes eld
11272 \end_inset
11273
11274
11275 \family typewriter
11276 .txt
11277 \family default
11278
11279 \begin_inset Quotes erd
11280 \end_inset
11281
11282 .
11283  It contains your document as plain text following the rules of the 
11284 \begin_inset Quotes eld
11285 \end_inset
11286
11287 American Standard Code for Information Interchange
11288 \begin_inset Quotes erd
11289 \end_inset
11290
11291  (ASCII).
11292 \end_layout
11293
11294 \begin_layout Standard
11295 You can export your document to ASCII by the menu 
11296 \family sans
11297 File\SpecialChar \menuseparator
11298 Export\SpecialChar \menuseparator
11299 ASCII
11300 \family default
11301 .
11302 \end_layout
11303
11304 \begin_layout Subsubsection
11305 LaTeX
11306 \begin_inset LatexCommand index
11307 name "File formats ! LaTeX"
11308
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \begin_layout Standard
11315 This file type has the extension 
11316 \begin_inset Quotes eld
11317 \end_inset
11318
11319
11320 \family typewriter
11321 .tex
11322 \family default
11323
11324 \begin_inset Quotes erd
11325 \end_inset
11326
11327  and contains all commands that are necessary for the LaTeX program to process
11328  your document.
11329  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
11330  it manually with console commands.
11331  The LaTeX-file is automatically created in LyX's temporary directory whenever
11332  you view or export your document.
11333 \end_layout
11334
11335 \begin_layout Standard
11336 You can export your document as LaTeX-file using the menu 
11337 \family sans
11338 File\SpecialChar \menuseparator
11339 Export\SpecialChar \menuseparator
11340 LaT
11341 \begin_inset ERT
11342 status collapsed
11343
11344 \begin_layout Standard
11345
11346 {}
11347 \end_layout
11348
11349 \end_inset
11350
11351 eX
11352 \family default
11353 .
11354 \end_layout
11355
11356 \begin_layout Subsubsection
11357 DVI
11358 \begin_inset LatexCommand index
11359 name "File formats ! DVI"
11360
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \begin_layout Standard
11367 This file type has the extension 
11368 \begin_inset Quotes eld
11369 \end_inset
11370
11371
11372 \family typewriter
11373 .dvi
11374 \family default
11375
11376 \begin_inset Quotes erd
11377 \end_inset
11378
11379 .
11380  It is called 
11381 \begin_inset Quotes eld
11382 \end_inset
11383
11384 device-independent
11385 \begin_inset Quotes erd
11386 \end_inset
11387
11388  (DVI), because it is completely portable; you can move them from one machine
11389  to another without needing to do any sort of conversion.
11390  At the time when this file-format was developed, this was no matter of
11391  course.
11392  DVIs are used for quick previews and as pre-stage for other output formats,
11393  like PostScript.
11394 \end_layout
11395
11396 \begin_layout Standard
11397 \begin_inset Note Greyedout
11398 status open
11399
11400 \begin_layout Standard
11401
11402 \series bold
11403 Note:
11404 \series default
11405  The DVI file doesn't contain images, they will only be a linked.
11406  So don't forget to deliver the images together with your DVIs.
11407 \end_layout
11408
11409 \end_inset
11410
11411 This property can also slow down your computer when you view the DVI.
11412  Because the DVI-viewer has to convert the image in the background to make
11413  it visible when you scroll in the DVI.
11414  So we recommend to use PDF for files with many images.
11415 \end_layout
11416
11417 \begin_layout Standard
11418 You can export your document to DVI by the menu 
11419 \family sans
11420 File\SpecialChar \menuseparator
11421 Export\SpecialChar \menuseparator
11422 DVI
11423 \family default
11424 .
11425 \end_layout
11426
11427 \begin_layout Subsubsection
11428 PostScript
11429 \begin_inset LatexCommand index
11430 name "File formats ! PostScript"
11431
11432 \end_inset
11433
11434
11435 \end_layout
11436
11437 \begin_layout Standard
11438 This file type has the extension 
11439 \begin_inset Quotes eld
11440 \end_inset
11441
11442
11443 \family typewriter
11444 .ps
11445 \family default
11446
11447 \begin_inset Quotes erd
11448 \end_inset
11449
11450 .
11451  PostScript was developed by the company 
11452 \family typewriter
11453 Adobe
11454 \family default
11455  as printer language.
11456  The file contains therefore commands that the printer uses to print the
11457  file.
11458  PostScript can be seen as 
11459 \begin_inset Quotes eld
11460 \end_inset
11461
11462 programming language
11463 \begin_inset Quotes erd
11464 \end_inset
11465
11466 ; you can calculate with it and draw diagrams and images.
11467 \begin_inset Foot
11468 status collapsed
11469
11470 \begin_layout Standard
11471 If you are interested to learn more about this, have a look at the LaTeX-package
11472  
11473 \series bold
11474 pstricks
11475 \series default
11476
11477 \begin_inset LatexCommand index
11478 name "LaTeX-packages ! pstricks"
11479
11480 \end_inset
11481
11482 .
11483 \end_layout
11484
11485 \end_inset
11486
11487  Due to this ability, the files are often bigger than PDFs.
11488 \end_layout
11489
11490 \begin_layout Standard
11491 PostScript can only contain images in the format 
11492 \begin_inset Quotes eld
11493 \end_inset
11494
11495 Encapsulated PostScript
11496 \begin_inset Quotes erd
11497 \end_inset
11498
11499  (EPS, file extension 
11500 \begin_inset Quotes eld
11501 \end_inset
11502
11503
11504 \family typewriter
11505 .eps
11506 \family default
11507
11508 \begin_inset Quotes erd
11509 \end_inset
11510
11511 ).
11512  As LyX allows you to use any known image format in your document, it has
11513  to convert them in the background to EPS.
11514  If you have e.g 50 images in your document, LyX has to do 50 conversions
11515  whenever you view or export your document.
11516  This will slow down your workflow with LyX drastically.
11517  So if you plan to use PostScript, you can insert your images directly as
11518  EPS to avoid this problem.
11519 \end_layout
11520
11521 \begin_layout Standard
11522 You can export your document to PostScript using the menu 
11523 \family sans
11524 File\SpecialChar \menuseparator
11525 Export\SpecialChar \menuseparator
11526 PostScript
11527 \family default
11528 .
11529 \end_layout
11530
11531 \begin_layout Subsubsection
11532 PDF
11533 \begin_inset LatexCommand index
11534 name "File formats ! PDF"
11535
11536 \end_inset
11537
11538
11539 \begin_inset LatexCommand index
11540 name "PDF"
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \begin_layout Standard
11548 This file type has the extension 
11549 \begin_inset Quotes eld
11550 \end_inset
11551
11552
11553 \family typewriter
11554 .pdf
11555 \family default
11556
11557 \begin_inset Quotes erd
11558 \end_inset
11559
11560 .
11561  The 
11562 \begin_inset Quotes eld
11563 \end_inset
11564
11565 Portable Document Format
11566 \begin_inset Quotes erd
11567 \end_inset
11568
11569  (PDF) is developed by 
11570 \family typewriter
11571 Adobe
11572 \family default
11573  as derivative from PostScript.
11574  It is more compressed and it uses much less commands than PostScript.
11575  As the name 
11576 \begin_inset Quotes eld
11577 \end_inset
11578
11579 portable
11580 \begin_inset Quotes erd
11581 \end_inset
11582
11583  implies, it can be processed at any computer system and the printed output
11584  looks exactly the same.
11585 \end_layout
11586
11587 \begin_layout Standard
11588 PDF can contain images in its own PDF format and in the formats 
11589 \begin_inset Quotes eld
11590 \end_inset
11591
11592 Joint Photographic Experts Group
11593 \begin_inset Quotes erd
11594 \end_inset
11595
11596  (JPG, file extension 
11597 \begin_inset Quotes eld
11598 \end_inset
11599
11600
11601 \family typewriter
11602 .jpg
11603 \family default
11604
11605 \begin_inset Quotes erd
11606 \end_inset
11607
11608  or 
11609 \begin_inset Quotes eld
11610 \end_inset
11611
11612
11613 \family typewriter
11614 .jpeg
11615 \family default
11616
11617 \begin_inset Quotes erd
11618 \end_inset
11619
11620 ) and 
11621 \begin_inset Quotes eld
11622 \end_inset
11623
11624 Portable Network Graphics
11625 \begin_inset Quotes erd
11626 \end_inset
11627
11628  (PNG, file extension 
11629 \begin_inset Quotes eld
11630 \end_inset
11631
11632
11633 \family typewriter
11634 .png
11635 \family default
11636
11637 \begin_inset Quotes erd
11638 \end_inset
11639
11640 ).
11641  You can although use any other image format, because LyX converts them
11642  in the background to one of these formats.
11643  But as described in the section about PostScript, the image conversion
11644  will slow down your workflow.
11645  So we recommend to use images in one of the three mentioned formats.
11646 \end_layout
11647
11648 \begin_layout Standard
11649 You can export your document to PDF via the menu 
11650 \family sans
11651 File\SpecialChar \menuseparator
11652 Export
11653 \family default
11654  in three different ways:
11655 \end_layout
11656
11657 \begin_layout Description
11658 PDF This uses the program 
11659 \family typewriter
11660 ps2pdf
11661 \family default
11662  that creates a PDF from a PostScript-version of your file.
11663  The PostScript-version is produced by the program 
11664 \family typewriter
11665 dvips
11666 \family default
11667  which uses a DVI-version as intermediate step.
11668  So this export variant consist of three conversions.
11669 \end_layout
11670
11671 \begin_layout Description
11672 PDF\InsetSpace ~
11673 (dvipdfm) This uses the program 
11674 \family typewriter
11675 dvipdfm
11676 \family default
11677  that converts your file in the background to DVI and in a second step to
11678  PDF.
11679 \end_layout
11680
11681 \begin_layout Description
11682 PDF\InsetSpace ~
11683 (pdflatex) This uses the program 
11684 \family typewriter
11685 pdftex
11686 \family default
11687  that converts your file directly to PDF.
11688 \end_layout
11689
11690 \begin_layout Standard
11691 We recommend to use 
11692 \family sans
11693 PDF\InsetSpace ~
11694 (pdflatex)
11695 \family default
11696  because 
11697 \family typewriter
11698 pdftex
11699 \family default
11700  supports all features of actual PDF-versions, is quick and works stable
11701  without problems.
11702  The program 
11703 \family typewriter
11704 dvipdfm
11705 \family default
11706  is no more under development and therefore a bit outdated.
11707 \end_layout
11708
11709 \begin_layout Subsection
11710 Previewing
11711 \begin_inset LatexCommand index
11712 name "Document ! Preview "
11713
11714 \end_inset
11715
11716
11717 \end_layout
11718
11719 \begin_layout Standard
11720 To get a look at the final version of your document, with all of the pagebreaks
11721  in place, the footnotes correctly numbered, and so on, use the menu 
11722 \family sans
11723 View
11724 \family default
11725  and choose a file type.
11726  A viewing program will popup showing the output.
11727  For 
11728 \family sans
11729 View\SpecialChar \menuseparator
11730 DVI
11731 \family default
11732  you can use the toolbar button 
11733 \begin_inset Graphics
11734         filename ../images/buffer-view_dvi.png
11735
11736 \end_inset
11737
11738  (shortcut 
11739 \family sans
11740 C-d
11741 \family default
11742 ), for 
11743 \family sans
11744 View\SpecialChar \menuseparator
11745 PDF\InsetSpace ~
11746 (pdflatex)
11747 \family default
11748  you can use the toolbar button 
11749 \begin_inset Graphics
11750         filename ../images/buffer-export_pdf2.png
11751
11752 \end_inset
11753
11754 .
11755 \end_layout
11756
11757 \begin_layout Standard
11758 If you have changed your document, you can refresh the output in the same
11759  viewer window using the menu 
11760 \family sans
11761 View\SpecialChar \menuseparator
11762 Update
11763 \family default
11764 .
11765 \end_layout
11766
11767 \begin_layout Standard
11768 When you preview a file, the output file is only generated in LyX's temporary
11769  directory.
11770  To have a real output, export your document.
11771 \end_layout
11772
11773 \begin_layout Subsection
11774 Printing the File from within LyX
11775 \begin_inset LatexCommand label
11776 name "sub:Printing-the-File"
11777
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \begin_layout Standard
11784 Instead of exporting your file and then printing them, you can also print
11785  it directly from within LyX.
11786  To print a file, select the menu 
11787 \family sans
11788 File\SpecialChar \menuseparator
11789 Print
11790 \family default
11791  or click on the toolbar button 
11792 \begin_inset Graphics
11793         filename ../images/dialog-show_print.png
11794
11795 \end_inset
11796
11797 .
11798  LyX will internally call LaTeX to produce a DVI.
11799  This file is then processed by the program 
11800 \family typewriter
11801 dvips
11802 \family default
11803  to PostScript-file, which is finally printed using the program 
11804 \family typewriter
11805 Ghostscript
11806 \family default
11807 .
11808  Due to these steps in the background, this method is not the fastest.
11809 \end_layout
11810
11811 \begin_layout Standard
11812 You can choose to print only even-numbered or odd-numbered pages - this
11813  is useful for printing on two sides: You can re-insert the pages after
11814  printing one set to print on the other side.
11815  Some printers spit out pages face-up, others, face-down.
11816  By choosing a particular order to print in, you can take the entire stack
11817  of pages out of the printer without needing to reorder them.
11818 \end_layout
11819
11820 \begin_layout Standard
11821 You can set the parameters in the 
11822 \family sans
11823 Print\InsetSpace ~
11824 Destination
11825 \family default
11826  box as follows:
11827 \end_layout
11828
11829 \begin_layout Labeling
11830 \labelwidthstring 00.00.0000
11831
11832 \family sans
11833 Printer
11834 \family default
11835  This is the name of the printer to print to
11836 \begin_inset Foot
11837 status collapsed
11838
11839 \begin_layout Standard
11840 Note that this printer name is for the program 
11841 \family typewriter
11842 dvips
11843 \family default
11844 .
11845  That means 
11846 \family typewriter
11847 dvips
11848 \family default
11849  has to be configured for this printer name.
11850  The default printer can be set in LyX's preferences dialog, see chapter\InsetSpace ~
11851
11852 \begin_inset LatexCommand ref
11853 reference "cha:The-Preferences-dialog"
11854
11855 \end_inset
11856
11857 .
11858 \end_layout
11859
11860 \end_inset
11861
11862 .
11863  The printer should understand PostScript.
11864 \end_layout
11865
11866 \begin_layout Labeling
11867 \labelwidthstring 00.00.0000
11868
11869 \family sans
11870 File
11871 \family default
11872  The name of a file to print to.
11873  The output will be a PostScript file.
11874  It will be written in LyX's working directory unless you specify the full
11875  path.
11876 \end_layout
11877
11878 \begin_layout Section
11879 A few Words about Typography
11880 \begin_inset LatexCommand index
11881 name "Typography"
11882
11883 \end_inset
11884
11885
11886 \end_layout
11887
11888 \begin_layout Subsection
11889 Hyphens
11890 \begin_inset LatexCommand index
11891 name "Hyphens"
11892
11893 \end_inset
11894
11895
11896 \begin_inset LatexCommand label
11897 name "sub:Hyphens"
11898
11899 \end_inset
11900
11901
11902 \end_layout
11903
11904 \begin_layout Standard
11905 In LyX, the 
11906 \begin_inset Quotes eld
11907 \end_inset
11908
11909
11910 \family typewriter
11911 -
11912 \family default
11913
11914 \begin_inset Quotes eld
11915 \end_inset
11916
11917  character comes in three lengths, often called the 
11918 \emph on
11919 hyphen
11920 \emph default
11921 , the 
11922 \emph on
11923 en dash
11924 \emph default
11925 , and the 
11926 \emph on
11927 em dash
11928 \emph default
11929 :
11930 \end_layout
11931
11932 \begin_layout Enumerate
11933 hyphen
11934 \hfill
11935 -
11936 \hfill
11937 made with 
11938 \begin_inset Quotes eld
11939 \end_inset
11940
11941
11942 \family typewriter
11943 -
11944 \family default
11945
11946 \begin_inset Quotes eld
11947 \end_inset
11948
11949
11950 \end_layout
11951
11952 \begin_layout Enumerate
11953 en dash
11954 \hfill
11955 --
11956 \hfill
11957 made with 
11958 \begin_inset Quotes eld
11959 \end_inset
11960
11961
11962 \family typewriter
11963 -
11964 \begin_inset ERT
11965 status collapsed
11966
11967 \begin_layout Standard
11968
11969
11970 \backslash
11971 /
11972 \end_layout
11973
11974 \end_inset
11975
11976 -
11977 \family default
11978
11979 \begin_inset Quotes eld
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Enumerate
11986 em dash
11987 \hfill
11988 ---
11989 \hfill
11990 made with 
11991 \begin_inset Quotes eld
11992 \end_inset
11993
11994
11995 \family typewriter
11996 -
11997 \begin_inset ERT
11998 status collapsed
11999
12000 \begin_layout Standard
12001
12002
12003 \backslash
12004 /
12005 \end_layout
12006
12007 \end_inset
12008
12009 -
12010 \begin_inset ERT
12011 status collapsed
12012
12013 \begin_layout Standard
12014
12015
12016 \backslash
12017 /
12018 \end_layout
12019
12020 \end_inset
12021
12022 -
12023 \family default
12024
12025 \begin_inset Quotes eld
12026 \end_inset
12027
12028
12029 \end_layout
12030
12031 \begin_layout Enumerate
12032 minus sign
12033 \hfill
12034
12035 \begin_inset Formula $-$
12036 \end_inset
12037
12038
12039 \hfill
12040
12041 \begin_inset Quotes eld
12042 \end_inset
12043
12044
12045 \family typewriter
12046 -
12047 \family default
12048
12049 \begin_inset Quotes eld
12050 \end_inset
12051
12052  in math mode
12053 \end_layout
12054
12055 \begin_layout Standard
12056 You generate them by inserting the 
12057 \begin_inset Quotes eld
12058 \end_inset
12059
12060
12061 \family typewriter
12062 -
12063 \family default
12064
12065 \begin_inset Quotes eld
12066 \end_inset
12067
12068  character multiple times in a row.
12069  They are automatically converted to the appropriate length dash in the
12070  final output, but not in LyX.
12071 \end_layout
12072
12073 \begin_layout Standard
12074 The three dash types are distinct from the minus sign, which appears in
12075  math mode and has a length of its own.
12076  Here are some examples of the 
12077 \begin_inset Quotes eld
12078 \end_inset
12079
12080
12081 \family typewriter
12082 -
12083 \family default
12084
12085 \begin_inset Quotes eld
12086 \end_inset
12087
12088  in use:
12089 \end_layout
12090
12091 \begin_layout Enumerate
12092 line- and page-breaks
12093 \hfill
12094 (
12095 \emph on
12096 hyphen
12097 \emph default
12098 )
12099 \end_layout
12100
12101 \begin_layout Enumerate
12102 From A--Z
12103 \hfill
12104 (
12105 \emph on
12106 en dash
12107 \emph default
12108 )
12109 \end_layout
12110
12111 \begin_layout Enumerate
12112 Oh --- there's a dash.
12113 \hfill
12114 (
12115 \emph on
12116 em dash
12117 \emph default
12118 )
12119 \end_layout
12120
12121 \begin_layout Enumerate
12122 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12123 \end_inset
12124
12125
12126 \hfill
12127 (
12128 \emph on
12129 minus sign
12130 \emph default
12131 )
12132 \end_layout
12133
12134 \begin_layout Subsection
12135 Hyphenation
12136 \begin_inset LatexCommand index
12137 name "Hyphenation"
12138
12139 \end_inset
12140
12141
12142 \begin_inset LatexCommand label
12143 name "sub:Hyphenation"
12144
12145 \end_inset
12146
12147
12148 \end_layout
12149
12150 \begin_layout Standard
12151 Words aren't hyphenated within LyX but automatically in the output.
12152  Hyphenation is done by the LaTeX-package 
12153 \series bold
12154 babel
12155 \begin_inset LatexCommand index
12156 name "LaTeX-packages ! babel"
12157
12158 \end_inset
12159
12160
12161 \series default
12162  following the rules of the document language
12163 \begin_inset Foot
12164 status collapsed
12165
12166 \begin_layout Standard
12167 For German readers: That's one of the main differences between the languages
12168  
12169 \family sans
12170 German
12171 \family default
12172  and 
12173 \family sans
12174 German\InsetSpace ~
12175 (new\InsetSpace ~
12176 spelling)
12177 \family default
12178  in the 
12179 \family sans
12180 Document\SpecialChar \menuseparator
12181 Settings
12182 \family default
12183  dialog.
12184 \end_layout
12185
12186 \end_inset
12187
12188 .
12189 \end_layout
12190
12191 \begin_layout Standard
12192 LaTeX hyphenates nearly perfectly, it has only problems with text in the
12193  font 
12194 \family sans
12195 typewriter
12196 \family default
12197  and with unusual constructs, like 
12198 \begin_inset Quotes eld
12199 \end_inset
12200
12201 h3knix/m0n0wall
12202 \begin_inset Quotes erd
12203 \end_inset
12204
12205 .
12206  If LaTeX can't break a word correctly, you can set hyphenation points manually.
12207  This is done with the menu 
12208 \family sans
12209 Insert\SpecialChar \menuseparator
12210 Formatting\SpecialChar \menuseparator
12211 Hyphenation\InsetSpace ~
12212 Point
12213 \family default
12214 .
12215  These extra hyphenation points are only recommendations to LaTeX.
12216  If no hyphenation is necessary, LaTeX will ignore them.
12217 \end_layout
12218
12219 \begin_layout Standard
12220 Sometimes you want to prevent words or constructs to be hyphenated.
12221  The keybindings/shortcuts in this document consists of three letters with
12222  a hyphen and a space in the form 
12223 \begin_inset Quotes eld
12224 \end_inset
12225
12226 A-b c
12227 \begin_inset Quotes erd
12228 \end_inset
12229
12230 .
12231  LaTeX finds there the hyphen 
12232 \begin_inset Quotes eld
12233 \end_inset
12234
12235 -
12236 \begin_inset Quotes erd
12237 \end_inset
12238
12239  as hyphenation possibility.
12240  Hyphenating at this point would look ugly.
12241  To prevent the shortcut from being hyphenated, we can put it in the argument
12242  of the LaTeX-box-command 
12243 \series bold
12244
12245 \backslash
12246 mbox
12247 \series default
12248 , because text within LaTeX-boxes can't be hyphenated.
12249  As LyX doesn't support 
12250 \series bold
12251
12252 \backslash
12253 mbox
12254 \series default
12255 , we have to use ERT.
12256  The result looks in LyX like:
12257 \end_layout
12258
12259 \begin_layout Standard
12260 \begin_inset Graphics
12261         filename clipart/mbox.png
12262
12263 \end_inset
12264
12265
12266 \end_layout
12267
12268 \begin_layout Standard
12269 To learn more about ERT, have a look at section\InsetSpace ~
12270
12271 \begin_inset LatexCommand ref
12272 reference "sec:ERT"
12273
12274 \end_inset
12275
12276 .
12277 \end_layout
12278
12279 \begin_layout Subsection
12280 Punctuation Marks
12281 \begin_inset LatexCommand index
12282 name "Punctuation marks"
12283
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \begin_layout Subsubsection
12290 Abbreviations and End of Sentence
12291 \begin_inset LatexCommand label
12292 name "sub:Abbreviations"
12293
12294 \end_inset
12295
12296
12297 \end_layout
12298
12299 \begin_layout Standard
12300 When LyX calls LaTeX to generate the final version of your document, LaTeX
12301  automatically distinguishes between words, sentences, and abbreviations.
12302  LaTeX then adds the 
12303 \begin_inset Quotes eld
12304 \end_inset
12305
12306 appropriate amount of space
12307 \begin_inset Quotes erd
12308 \end_inset
12309
12310 .
12311  That means sentences get a little bit more space between the period and
12312  the next word.
12313  Abbreviations get the same amount of space after the period as a word uses.
12314 \end_layout
12315
12316 \begin_layout Standard
12317 Unfortunately, the algorithm for figuring out what's an abbreviation works
12318  not for all cases.
12319  If a 
12320 \begin_inset Quotes eld
12321 \end_inset
12322
12323
12324 \family typewriter
12325 .
12326 \family default
12327
12328 \begin_inset Quotes erd
12329 \end_inset
12330
12331  is at the end of a lowercase letter, it's the end of a sentence; if it's
12332  at the end of a capitalized letter, it's an abbreviation.
12333 \end_layout
12334
12335 \begin_layout Standard
12336 Here are some examples of 
12337 \emph on
12338 correct
12339 \emph default
12340  abbreviations and the end of a sentence:
12341 \end_layout
12342
12343 \begin_layout Itemize
12344 M.
12345  Butterfly
12346 \end_layout
12347
12348 \begin_layout Itemize
12349 Don't worry.
12350  Be happy.
12351 \end_layout
12352
12353 \begin_layout Standard
12354 And here's an example of the algorithm going wrong:
12355 \end_layout
12356
12357 \begin_layout Itemize
12358 e.
12359  g.
12360  this is too much space!
12361 \end_layout
12362
12363 \begin_layout Itemize
12364 This is I.
12365  It's okay.
12366 \end_layout
12367
12368 \begin_layout Standard
12369 You won't see anything wrong until you view a final version of your document.
12370 \end_layout
12371
12372 \begin_layout Standard
12373 To fix this problem, use one of the following:
12374 \end_layout
12375
12376 \begin_layout Enumerate
12377 Use an 
12378 \family sans
12379 Inter-word\InsetSpace ~
12380 Space
12381 \family default
12382  after lowercase abbreviations (see section\InsetSpace ~
12383
12384 \begin_inset LatexCommand ref
12385 reference "sub:Inter-word-Space"
12386
12387 \end_inset
12388
12389 ).
12390 \begin_inset LatexCommand index
12391 name "Spaces ! inter-word"
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \begin_layout Enumerate
12399 Use a 
12400 \family sans
12401 Thin\InsetSpace ~
12402 Space
12403 \family default
12404  between two tokens of an abbreviation (see section\InsetSpace ~
12405
12406 \begin_inset LatexCommand ref
12407 reference "sub:Thin-Space"
12408
12409 \end_inset
12410
12411 ).
12412 \begin_inset LatexCommand index
12413 name "Spaces ! thin"
12414
12415 \end_inset
12416
12417
12418 \end_layout
12419
12420 \begin_layout Enumerate
12421 Use an 
12422 \family sans
12423 End\InsetSpace ~
12424 of\InsetSpace ~
12425 sentence\InsetSpace ~
12426 period
12427 \family default
12428  found under the 
12429 \family sans
12430 Insert\SpecialChar \menuseparator
12431 Special\InsetSpace ~
12432 Character
12433 \family default
12434  menu to force the use of inter-sentence spacing.
12435  This function is also bound to 
12436 \family sans
12437 C-period
12438 \family default
12439  for easy access.
12440 \end_layout
12441
12442 \begin_layout Standard
12443 With the corrections, our earlier examples look like this:
12444 \end_layout
12445
12446 \begin_layout Itemize
12447 e.\InsetSpace \thinspace{}
12448 g.\InsetSpace \space{}
12449 this is too much space!
12450 \end_layout
12451
12452 \begin_layout Itemize
12453 This is I\SpecialChar \@.
12454  It's okay.
12455 \end_layout
12456
12457 \begin_layout Standard
12458 Some languages don't use extra spacing between sentences.
12459  If your language is such a language, you don't need to worry, because the
12460  LaTeX will care about this.
12461 \end_layout
12462
12463 \begin_layout Standard
12464 For those that do need to bother, there is help to catch those sneaky errors:
12465  check out the 
12466 \family sans
12467 Tools\SpecialChar \menuseparator
12468 Check\InsetSpace ~
12469 TeX
12470 \family default
12471  feature described in section 
12472 \emph on
12473 Checking TeX
12474 \emph default
12475  of the 
12476 \emph on
12477 Extended Features
12478 \emph default
12479  manual.
12480 \end_layout
12481
12482 \begin_layout Subsubsection
12483 Quotes
12484 \begin_inset LatexCommand index
12485 name "Typography ! Quotes"
12486
12487 \end_inset
12488
12489
12490 \begin_inset LatexCommand index
12491 name "Quotes | see{Typography}"
12492
12493 \end_inset
12494
12495
12496 \begin_inset LatexCommand label
12497 name "sub:Quotes"
12498
12499 \end_inset
12500
12501
12502 \end_layout
12503
12504 \begin_layout Standard
12505 LyX usually sets quotes correctly.
12506  Specifically, it will use an opening quote at the beginning of quoted text,
12507  and use a closing quote at the end.
12508  For example, 
12509 \begin_inset Quotes eld
12510 \end_inset
12511
12512 open close
12513 \begin_inset Quotes erd
12514 \end_inset
12515
12516 .
12517  The keyboard character, 
12518 \family sans
12519 "
12520 \family default
12521 , generates this automatically.
12522 \end_layout
12523
12524 \begin_layout Standard
12525 You can change the behavior of the 
12526 \family sans
12527 "
12528 \family default
12529  key using the submenu 
12530 \family sans
12531 Language
12532 \family default
12533  of the dialog 
12534 \family sans
12535 Document\SpecialChar \menuseparator
12536 Settings
12537 \family default
12538
12539 \begin_inset LatexCommand index
12540 name "Document ! Settings"
12541
12542 \end_inset
12543
12544  dialog.
12545 \end_layout
12546
12547 \begin_layout Standard
12548 You can also select quotes for different languages in the box 
12549 \family sans
12550 Type
12551 \family default
12552  option.
12553  There are six choices:
12554 \end_layout
12555
12556 \begin_layout Labeling
12557 \labelwidthstring 00.00.0000
12558
12559 \family sans
12560 \begin_inset Quotes eld
12561 \end_inset
12562
12563 Text
12564 \begin_inset Quotes erd
12565 \end_inset
12566
12567
12568 \family default
12569  Use quotes like this 
12570 \begin_inset Quotes eld
12571 \end_inset
12572
12573 double
12574 \begin_inset Quotes erd
12575 \end_inset
12576
12577  or 
12578 \begin_inset Quotes els
12579 \end_inset
12580
12581 single
12582 \begin_inset Quotes ers
12583 \end_inset
12584
12585
12586 \end_layout
12587
12588 \begin_layout Labeling
12589 \labelwidthstring 00.00.0000
12590
12591 \family sans
12592 \begin_inset Quotes sld
12593 \end_inset
12594
12595 Text
12596 \begin_inset Quotes srd
12597 \end_inset
12598
12599
12600 \family default
12601  Use quotes like 
12602 \begin_inset Quotes sld
12603 \end_inset
12604
12605 this
12606 \begin_inset Quotes srd
12607 \end_inset
12608
12609  or 'this
12610 \begin_inset Quotes ers
12611 \end_inset
12612
12613
12614 \end_layout
12615
12616 \begin_layout Labeling
12617 \labelwidthstring 00.00.0000
12618
12619 \family sans
12620 \begin_inset Quotes gld
12621 \end_inset
12622
12623 Text
12624 \begin_inset Quotes grd
12625 \end_inset
12626
12627
12628 \family default
12629  Use quotes like 
12630 \begin_inset Quotes gld
12631 \end_inset
12632
12633 this
12634 \begin_inset Quotes grd
12635 \end_inset
12636
12637  or 
12638 \begin_inset Quotes gls
12639 \end_inset
12640
12641 this
12642 \begin_inset Quotes grs
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \begin_layout Labeling
12649 \labelwidthstring 00.00.0000
12650
12651 \family sans
12652 \begin_inset Quotes pld
12653 \end_inset
12654
12655 Text
12656 \begin_inset Quotes prd
12657 \end_inset
12658
12659
12660 \family default
12661  Use quotes like 
12662 \begin_inset Quotes pld
12663 \end_inset
12664
12665 this
12666 \begin_inset Quotes prd
12667 \end_inset
12668
12669  or 
12670 \begin_inset Quotes pls
12671 \end_inset
12672
12673 this
12674 \begin_inset Quotes prs
12675 \end_inset
12676
12677
12678 \end_layout
12679
12680 \begin_layout Labeling
12681 \labelwidthstring 00.00.0000
12682
12683 \family sans
12684 \begin_inset Quotes fld
12685 \end_inset
12686
12687 Text
12688 \begin_inset Quotes frd
12689 \end_inset
12690
12691
12692 \family default
12693  Use quotes like 
12694 \begin_inset Quotes fld
12695 \end_inset
12696
12697 this
12698 \begin_inset Quotes frd
12699 \end_inset
12700
12701  or 
12702 \begin_inset Quotes fls
12703 \end_inset
12704
12705 this
12706 \begin_inset Quotes frs
12707 \end_inset
12708
12709
12710 \end_layout
12711
12712 \begin_layout Labeling
12713 \labelwidthstring 00.00.0000
12714
12715 \family sans
12716 \begin_inset Quotes ald
12717 \end_inset
12718
12719 Text
12720 \begin_inset Quotes ard
12721 \end_inset
12722
12723
12724 \family default
12725  Use quotes like 
12726 \begin_inset Quotes ald
12727 \end_inset
12728
12729 this
12730 \begin_inset Quotes ard
12731 \end_inset
12732
12733  or 
12734 \begin_inset Quotes als
12735 \end_inset
12736
12737 this
12738 \begin_inset Quotes ars
12739 \end_inset
12740
12741
12742 \end_layout
12743
12744 \begin_layout Standard
12745 These settings affects what character the 
12746 \family sans
12747 "
12748 \family default
12749  key produces.
12750 \end_layout
12751
12752 \begin_layout Subsection
12753 Ligatures
12754 \begin_inset LatexCommand index
12755 name "Typography ! Ligatures"
12756
12757 \end_inset
12758
12759
12760 \begin_inset LatexCommand index
12761 name "Ligatures | see{Typography}"
12762
12763 \end_inset
12764
12765
12766 \begin_inset LatexCommand label
12767 name "sub:Ligatures"
12768
12769 \end_inset
12770
12771
12772 \end_layout
12773
12774 \begin_layout Standard
12775 It is standard typesetting practice to group certain letters together and
12776  print them as single characters.
12777  These groups are known as 
12778 \emph on
12779 ligatures
12780 \emph default
12781 .
12782  Since LaTeX knows about ligatures, your documents will contain them too
12783  in the output.
12784  Here are the standard ligatures:
12785 \end_layout
12786
12787 \begin_layout Itemize
12788 ff
12789 \end_layout
12790
12791 \begin_layout Itemize
12792 fi
12793 \end_layout
12794
12795 \begin_layout Itemize
12796 fl
12797 \end_layout
12798
12799 \begin_layout Itemize
12800 ffi
12801 \end_layout
12802
12803 \begin_layout Itemize
12804 ffl
12805 \end_layout
12806
12807 \begin_layout Standard
12808 Some languages uses other ligatures if the document font supports them.
12809 \end_layout
12810
12811 \begin_layout Standard
12812 Sometimes, you don't want a ligature in a word.
12813  While a ligature may be okay in the word, 
12814 \begin_inset Quotes eld
12815 \end_inset
12816
12817 graffiti,
12818 \begin_inset Quotes erd
12819 \end_inset
12820
12821  it looks really weird in compound words, such as 
12822 \begin_inset Quotes eld
12823 \end_inset
12824
12825 cufflink
12826 \begin_inset Quotes erd
12827 \end_inset
12828
12829  or the German 
12830 \begin_inset Quotes eld
12831 \end_inset
12832
12833 Dorffest.
12834 \begin_inset Quotes erd
12835 \end_inset
12836
12837  To break a ligature, use 
12838 \family sans
12839 Insert\SpecialChar \menuseparator
12840 Formatting\SpecialChar \menuseparator
12841 Ligature\InsetSpace ~
12842 Break.
12843
12844 \family default
12845  This changes 
12846 \begin_inset Quotes eld
12847 \end_inset
12848
12849 cufflinks
12850 \begin_inset Quotes erd
12851 \end_inset
12852
12853  to 
12854 \begin_inset Quotes eld
12855 \end_inset
12856
12857 cuff\SpecialChar \textcompwordmark{}
12858 links
12859 \begin_inset Quotes erd
12860 \end_inset
12861
12862  and 
12863 \begin_inset Quotes eld
12864 \end_inset
12865
12866 Dorffest
12867 \begin_inset Quotes erd
12868 \end_inset
12869
12870  to 
12871 \begin_inset Quotes eld
12872 \end_inset
12873
12874 Dorf\SpecialChar \textcompwordmark{}
12875 fest
12876 \begin_inset Quotes erd
12877 \end_inset
12878
12879 .
12880 \end_layout
12881
12882 \begin_layout Subsection
12883 LyX's Proper Names
12884 \begin_inset LatexCommand index
12885 name "LyX ! Proper names"
12886
12887 \end_inset
12888
12889
12890 \begin_inset LatexCommand label
12891 name "sub:LyX's-Proper-Names"
12892
12893 \end_inset
12894
12895
12896 \end_layout
12897
12898 \begin_layout Standard
12899 You have surely noticed, that the word 
12900 \begin_inset Quotes eld
12901 \end_inset
12902
12903 LaTeX
12904 \begin_inset Quotes erd
12905 \end_inset
12906
12907  appears always with characters in different size and height.
12908  LaTeX is the name of the program used by LyX and is therefore recognized
12909  as proper name when you type it in LyX as 
12910 \begin_inset Quotes eld
12911 \end_inset
12912
12913 LaT
12914 \begin_inset ERT
12915 status collapsed
12916
12917 \begin_layout Standard
12918
12919 {}
12920 \end_layout
12921
12922 \end_inset
12923
12924 eX
12925 \begin_inset Quotes erd
12926 \end_inset
12927
12928 .
12929  Note the order of the upper-and lowercase letters! LyX recognizes the following
12930  proper names:
12931 \end_layout
12932
12933 \begin_layout Description
12934 LyX The name of the game, write 
12935 \begin_inset Quotes eld
12936 \end_inset
12937
12938 L
12939 \begin_inset ERT
12940 status collapsed
12941
12942 \begin_layout Standard
12943
12944 {}
12945 \end_layout
12946
12947 \end_inset
12948
12949 yX
12950 \begin_inset Quotes erd
12951 \end_inset
12952
12953  to produce it.
12954 \end_layout
12955
12956 \begin_layout Description
12957 TeX The program used by LaTeX, write 
12958 \begin_inset Quotes eld
12959 \end_inset
12960
12961 T
12962 \begin_inset ERT
12963 status collapsed
12964
12965 \begin_layout Standard
12966
12967 {}
12968 \end_layout
12969
12970 \end_inset
12971
12972 eX
12973 \begin_inset Quotes erd
12974 \end_inset
12975
12976  to produce it.
12977 \end_layout
12978
12979 \begin_layout Description
12980 LaTeX The program used by LyX, write 
12981 \begin_inset Quotes eld
12982 \end_inset
12983
12984 LaT
12985 \begin_inset ERT
12986 status collapsed
12987
12988 \begin_layout Standard
12989
12990 {}
12991 \end_layout
12992
12993 \end_inset
12994
12995 eX
12996 \begin_inset Quotes erd
12997 \end_inset
12998
12999  to produce it.
13000 \end_layout
13001
13002 \begin_layout Description
13003 LaTeX2e The actual version of LaTeX, write 
13004 \begin_inset Quotes eld
13005 \end_inset
13006
13007 LaT
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Standard
13012
13013 {}
13014 \end_layout
13015
13016 \end_inset
13017
13018 eX2e
13019 \begin_inset Quotes erd
13020 \end_inset
13021
13022  to produce it.
13023 \end_layout
13024
13025 \begin_layout Standard
13026 You might wonder why the LaTeX-version is 
13027 \begin_inset Quotes eld
13028 \end_inset
13029
13030 2
13031 \begin_inset Formula $\epsilon$
13032 \end_inset
13033
13034
13035 \begin_inset Quotes erd
13036 \end_inset
13037
13038 .
13039  It's an old tradition in the TeX-world to give programs geek version numbers.
13040  For example the version number of TeX converges to the number 
13041 \begin_inset Formula $\pi$
13042 \end_inset
13043
13044 : The actual version is 
13045 \begin_inset Quotes eld
13046 \end_inset
13047
13048 TeX-3.141592
13049 \begin_inset Quotes erd
13050 \end_inset
13051
13052 , the previous one was 
13053 \begin_inset Quotes eld
13054 \end_inset
13055
13056 TeX-3.14159
13057 \begin_inset Quotes erd
13058 \end_inset
13059
13060 .
13061 \end_layout
13062
13063 \begin_layout Standard
13064 If you don't want to use proper names, e.g.
13065  in section headings, you can insert two empty braces in ERT in the word.
13066  This will look in LyX like: 
13067 \begin_inset Graphics
13068         filename clipart/LaTeX.png
13069
13070 \end_inset
13071
13072
13073 \newline
13074 For more about ERT, look at section\InsetSpace ~
13075
13076 \begin_inset LatexCommand ref
13077 reference "sec:ERT"
13078
13079 \end_inset
13080
13081 .
13082 \end_layout
13083
13084 \begin_layout Subsection
13085 Units
13086 \begin_inset LatexCommand index
13087 name "Typography ! Units"
13088
13089 \end_inset
13090
13091
13092 \end_layout
13093
13094 \begin_layout Standard
13095 Generally the space between units and the number is smaller than the normal
13096  space between two words.
13097  As you can see in the example below, it looks better when the space is
13098  smaller.
13099  To get such a 
13100 \begin_inset Quotes eld
13101 \end_inset
13102
13103 half space
13104 \begin_inset Quotes erd
13105 \end_inset
13106
13107  for units use the menu 
13108 \family sans
13109 Insert\SpecialChar \menuseparator
13110 Formatting\SpecialChar \menuseparator
13111 Thin\InsetSpace ~
13112 Space
13113 \family default
13114  (shortcut 
13115 \family sans
13116 C-S-Space
13117 \family default
13118 ).
13119 \end_layout
13120
13121 \begin_layout Standard
13122 Here's an example to show the differences:
13123 \end_layout
13124
13125 \begin_layout Standard
13126 \begin_inset Tabular
13127 <lyxtabular version="3" rows="2" columns="2">
13128 <features>
13129 <column alignment="left" valignment="top" width="0">
13130 <column alignment="left" valignment="top" width="0">
13131 <row>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Standard
13136 24\InsetSpace ~
13137 kW
13138 \begin_inset Formula $\cdot$
13139 \end_inset
13140
13141 h
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Standard
13150 space between number and unit
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 </row>
13156 <row>
13157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Standard
13161 24\InsetSpace \thinspace{}
13162 kW
13163 \begin_inset Formula $\cdot$
13164 \end_inset
13165
13166 h
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Standard
13175 half space between number and unit
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 </row>
13181 </lyxtabular>
13182
13183 \end_inset
13184
13185
13186 \end_layout
13187
13188 \begin_layout Subsection
13189 Widows and Orphans
13190 \begin_inset LatexCommand index
13191 name "Typography ! Widows and orphans"
13192
13193 \end_inset
13194
13195
13196 \begin_inset LatexCommand label
13197 name "sub:Widows"
13198
13199 \end_inset
13200
13201
13202 \end_layout
13203
13204 \begin_layout Standard
13205 In the early days of word processors, page breaks went wherever the page
13206  happened to end.
13207  There was no regard for what was actually going on in the text.
13208  You may remember once printing out a document, only to find the heading
13209  for a new section printed at the very bottom of the page, the first line
13210  of a new paragraph all alone at the bottom of a page, or the last line
13211  of a paragraph at the top of a new page.
13212  These dangly-bits of text became known as 
13213 \emph on
13214 widows
13215 \emph default
13216  and 
13217 \emph on
13218 orphans
13219 \emph default
13220 .
13221 \end_layout
13222
13223 \begin_layout Standard
13224 Clearly, LyX can avoid breaking pages after a section heading.
13225  That's part of the advantage of paragraph environments.
13226  But what about widows and orphans, where the page breaks leave one line
13227  of a paragraph all alone at the top or bottom of a page? There are rules
13228  built into LaTeX governing page breaks, and some of those rules are there
13229  to specifically prevent widows and orphans.
13230  This is the advantage LyX has in using LaTeX as its backend.
13231 \end_layout
13232
13233 \begin_layout Standard
13234 There's no way we can go into how TeX and LaTeX decide to break a page,
13235  or how you can tweak that behavior.
13236  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13237
13238 \begin_inset LatexCommand cite
13239 key "latexcompanion"
13240
13241 \end_inset
13242
13243  or\InsetSpace ~
13244
13245 \begin_inset LatexCommand cite
13246 key "latexguide"
13247
13248 \end_inset
13249
13250 ] may have more information.
13251  You will almost never need to worry about this, however.
13252 \end_layout
13253
13254 \begin_layout Chapter
13255 Notes, Graphics, Tables, and Floats
13256 \begin_inset LatexCommand label
13257 name "cha:Floats-and-Notes"
13258
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \begin_layout Standard
13265 The issues of this chapter are described in detail in the 
13266 \emph on
13267 Embedded Objects
13268 \emph default
13269  manual.
13270  There you'll also find tips and tricks for special cases.
13271 \end_layout
13272
13273 \begin_layout Section
13274 Notes
13275 \begin_inset LatexCommand index
13276 name "Notes"
13277
13278 \end_inset
13279
13280
13281 \begin_inset LatexCommand label
13282 name "sec:Notes"
13283
13284 \end_inset
13285
13286
13287 \end_layout
13288
13289 \begin_layout Standard
13290 LyX offers you a few types of notes to add to your document:
13291 \end_layout
13292
13293 \begin_layout Description
13294 LyX\InsetSpace ~
13295 Note This note type is for internal notes that won't appear in the output.
13296 \newline
13297
13298 \begin_inset Note Note
13299 status open
13300
13301 \begin_layout Standard
13302 This is text in a note box that doesn't appear in the output.
13303 \end_layout
13304
13305 \end_inset
13306
13307
13308 \end_layout
13309
13310 \begin_layout Description
13311 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
13312 ent, when you export the document to LaTeX via the menu 
13313 \family sans
13314 File\SpecialChar \menuseparator
13315 Export\SpecialChar \menuseparator
13316 LaTeX (pdflatex) / (plain)
13317 \family default
13318 .
13319 \newline
13320
13321 \begin_inset Note Comment
13322 status open
13323
13324 \begin_layout Standard
13325 This is text in a note box that only appears as comment in LaTeX-files.
13326 \end_layout
13327
13328 \end_inset
13329
13330
13331 \end_layout
13332
13333 \begin_layout Description
13334 Greyed\InsetSpace ~
13335 Out This note will appear in the output as grey text.
13336 \newline
13337
13338 \newline
13339
13340 \begin_inset Note Greyedout
13341 status open
13342
13343 \begin_layout Standard
13344 This is text
13345 \begin_inset Foot
13346 status collapsed
13347
13348 \begin_layout Standard
13349 This is an example footnote within a greyed out note.
13350  In this document the greyed out note color is redefined to blue.
13351  How this can be done is explained in the 
13352 \emph on
13353 Embedded Objects
13354 \emph default
13355  manual.
13356 \end_layout
13357
13358 \end_inset
13359
13360  of a comment that appears in the output as grey text.
13361 \end_layout
13362
13363 \end_inset
13364
13365
13366 \newline
13367
13368 \newline
13369 As you can see in the example, the first line of greyed out notes is a bit
13370  indented and greyed out notes can have footnotes.
13371 \end_layout
13372
13373 \begin_layout Description
13374 Framed This note will appear in the output as framed text.
13375  
13376 \begin_inset Note Framed
13377 status open
13378
13379 \begin_layout Standard
13380 This is text in a note box that appears framed in the output.
13381 \end_layout
13382
13383 \end_inset
13384
13385  In contrary to framed boxes like the one in section\InsetSpace ~
13386
13387 \begin_inset LatexCommand ref
13388 reference "sub:ERT-Boxes"
13389
13390 \end_inset
13391
13392 , the frame uses always the whole text width and the note is set into its
13393  own paragraph.
13394 \end_layout
13395
13396 \begin_layout Description
13397 Shaded This note will appear in the output with red background color.
13398 \begin_inset Note Shaded
13399 status open
13400
13401 \begin_layout Standard
13402 This text in a note box appears in the output with red background.
13403 \end_layout
13404
13405 \end_inset
13406
13407 In contrary to colored boxes, the note uses always the whole text width
13408  and the note is set into its own paragraph.
13409 \end_layout
13410
13411 \begin_layout Standard
13412 Notes are inserted with the toolbar button 
13413 \begin_inset Graphics
13414         filename ../images/note-insert.png
13415         scale 85
13416         scaleBeforeRotation
13417
13418 \end_inset
13419
13420  or the menu 
13421 \family sans
13422 Insert\SpecialChar \menuseparator
13423 Note
13424 \family default
13425 .
13426  Right-click on the appearing note box to select the note type.
13427 \end_layout
13428
13429 \begin_layout Section
13430 Footnotes
13431 \begin_inset LatexCommand index
13432 name "Footnotes"
13433
13434 \end_inset
13435
13436
13437 \begin_inset LatexCommand label
13438 name "sec:Footnotes"
13439
13440 \end_inset
13441
13442
13443 \end_layout
13444
13445 \begin_layout Standard
13446 LyX uses boxes to display footnotes: When you insert a footnote using the
13447  menu 
13448 \family sans
13449 Insert\SpecialChar \menuseparator
13450 Footnote
13451 \family default
13452  or the toolbar button 
13453 \begin_inset Graphics
13454         filename ../images/footnote-insert.png
13455
13456 \end_inset
13457
13458
13459 \family roman
13460 \series medium
13461 \bar no
13462 you'll see
13463 \family default
13464 \series default
13465 \bar default
13466  the following box: 
13467 \begin_inset Graphics
13468         filename clipart/footnoteQt4.png
13469         scale 80
13470
13471 \end_inset
13472
13473
13474 \family roman
13475 \series medium
13476 \bar no
13477 .
13478  This box is LyX's representation of your footnote.
13479  If you
13480 \family default
13481 \series default
13482 \bar default
13483  left-click on 
13484 \family roman
13485 \series medium
13486 \bar no
13487 the 
13488 \begin_inset Quotes eld
13489 \end_inset
13490
13491
13492 \family sans
13493 foot
13494 \family roman
13495
13496 \begin_inset Quotes erd
13497 \end_inset
13498
13499
13500 \family default
13501 \series default
13502 \bar default
13503  
13504 \family roman
13505 \series medium
13506 \bar no
13507 label, the box will
13508 \family default
13509 \series default
13510 \bar default
13511  be opened and you can enter the footnote text into it.
13512  Clicking on the box label again, will close 
13513 \family roman
13514 \series medium
13515 \bar no
13516 the
13517 \family default
13518 \series default
13519 \bar default
13520  box
13521 \family roman
13522 \series medium
13523 \bar no
13524 .
13525  If you want to turn existing text into a footnote, simply mark it and click
13526  on the footnote
13527 \family default
13528 \series default
13529 \bar default
13530  toolbar 
13531 \family roman
13532 \series medium
13533 \bar no
13534 button
13535 \family default
13536 \series default
13537 \bar default
13538 .
13539 \end_layout
13540
13541 \begin_layout Standard
13542 Here's an example footnote:
13543 \family roman
13544 \series medium
13545 \bar no
13546
13547 \begin_inset Foot
13548 status open
13549
13550 \begin_layout Standard
13551 To close a footnote, click on the red box at the top left.
13552 \end_layout
13553
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \begin_layout Standard
13560 The footnote will appear in the output as a superscript number at the text
13561  position where the footnote box is placed.
13562  The footnote text is placed at the bottom of the current page.
13563  The footnote number is calculated by LyX, the numbers are consecutive,
13564  no matter in which chapter the footnote is in.
13565  LyX doesn't support other numbering schemes yet, but you can get another
13566  scheme using special LaTeX-commands.
13567  T
13568 \family roman
13569 h
13570 \family default
13571 ey are described in the 
13572 \emph on
13573 Embedded Objects
13574 \emph default
13575  manual.
13576 \end_layout
13577
13578 \begin_layout Section
13579 Marginal Notes
13580 \begin_inset LatexCommand index
13581 name "Marginal notes"
13582
13583 \end_inset
13584
13585
13586 \begin_inset LatexCommand label
13587 name "sec:Marginal-Notes"
13588
13589 \end_inset
13590
13591
13592 \end_layout
13593
13594 \begin_layout Standard
13595 Marginal notes look and behave just like footnotes in LyX.
13596  When you insert a margin note via the menu 
13597 \family sans
13598 Insert\SpecialChar \menuseparator
13599 Marginal\InsetSpace ~
13600 Note
13601 \family default
13602  or the toolbar button 
13603 \begin_inset Graphics
13604         filename ../images/marginalnote-insert.png
13605
13606 \end_inset
13607
13608 , you'll see 
13609 \family roman
13610 \series medium
13611 a
13612 \family default
13613 \series default
13614  grey 
13615 \family roman
13616 \series medium
13617 box with a
13618 \family default
13619 \series default
13620  red 
13621 \family roman
13622 \series medium
13623 label 
13624 \begin_inset Quotes eld
13625 \end_inset
13626
13627 margin
13628 \begin_inset Quotes erd
13629 \end_inset
13630
13631  appearing within your text.
13632  This box is LyX's representation of your margin
13633 \family default
13634 \series default
13635 al 
13636 \family roman
13637 \series medium
13638 note.
13639 \end_layout
13640
13641 \begin_layout Standard
13642 At the side is an example marginal note.
13643 \family roman
13644 \series medium
13645
13646 \begin_inset Marginal
13647 status open
13648
13649 \begin_layout Standard
13650 This is a marginal note.
13651 \end_layout
13652
13653 \end_inset
13654
13655
13656 \end_layout
13657
13658 \begin_layout Standard
13659 Marginal notes appear at the right side in single-sided documents.
13660  In double-sided documents they appear in the outer margin -- left on even
13661  pages, right on odd pages.
13662 \end_layout
13663
13664 \begin_layout Section
13665 Graphics and Images
13666 \begin_inset LatexCommand index
13667 name "Images"
13668
13669 \end_inset
13670
13671
13672 \begin_inset LatexCommand index
13673 name "Graphics"
13674
13675 \end_inset
13676
13677
13678 \begin_inset LatexCommand label
13679 name "sec:Graphics"
13680
13681 \end_inset
13682
13683
13684 \end_layout
13685
13686 \begin_layout Standard
13687 To insert an image in your document, place the cursor at the text position
13688  you want and click on the toolbar icon 
13689 \begin_inset Graphics
13690         filename ../images/dialog-show-new-inset_graphics.png
13691
13692 \end_inset
13693
13694  or select 
13695 \family sans
13696 Insert\SpecialChar \menuseparator
13697 Graphics
13698 \family default
13699  from the menu.
13700  Then a dialog will appear to choose the file to load.
13701 \end_layout
13702
13703 \begin_layout Standard
13704 This dialog has numerous mostly self-explanatory parameters.
13705  The 
13706 \family sans
13707 Graphics
13708 \family default
13709  tab allows you to choose your image file.
13710  The appearance of the image inside LyX and in the output is adjusted separately.
13711  The image can be transformed by setting a rotation angle and a scaling
13712  factor.
13713  The scaling units are explained in Appendix\InsetSpace ~
13714
13715 \begin_inset LatexCommand ref
13716 reference "cha:Units-available-in"
13717
13718 \end_inset
13719
13720 .
13721 \end_layout
13722
13723 \begin_layout Standard
13724 In the tab 
13725 \family sans
13726 Clipping
13727 \family default
13728  it is possible to set image coordinates to adjust the height and width
13729  of the image in the output.
13730  The coordinates can also be calculated automatically by pressing the button
13731  
13732 \family sans
13733 Get\InsetSpace ~
13734 from\InsetSpace ~
13735 file
13736 \family default
13737 .
13738  The option 
13739 \family sans
13740 Clip\InsetSpace ~
13741 to\InsetSpace ~
13742 bounding\InsetSpace ~
13743 box
13744 \family default
13745  will only print the image region within the given coordinates.
13746  Normally you don't need to take care about image coordinates and can ignore
13747  the tab 
13748 \family sans
13749 Clipping
13750 \family default
13751 .
13752 \end_layout
13753
13754 \begin_layout Standard
13755 LaTeX experts can specify additional LaTeX options in the 
13756 \family sans
13757 Extras
13758 \family default
13759  tab.
13760  You can also set the 
13761 \family sans
13762 Subfigure
13763 \family default
13764  option here if the image is inside a figure float.
13765  This option is explained in section\InsetSpace ~
13766
13767 \begin_inset LatexCommand ref
13768 reference "sec:Figure-Floats"
13769
13770 \end_inset
13771
13772 .
13773  The option 
13774 \family sans
13775 Draft\InsetSpace ~
13776 mode
13777 \family default
13778  effects that the image don't appear in the output, only a frame with the
13779  image size is printed.
13780 \end_layout
13781
13782 \begin_layout Standard
13783 The graphics dialog can be called at any time by right-clicking on an image.
13784  The image will appear in the output exactly at the position where it is
13785  in the text.
13786  This is an example image in the PDF format within a separate, horizontally
13787  centered paragraph: 
13788 \end_layout
13789
13790 \begin_layout Standard
13791 \align center
13792 \begin_inset Graphics
13793         filename clipart/mobius.eps
13794         display color
13795         scale 70
13796         rotateOrigin center
13797
13798 \end_inset
13799
13800
13801 \end_layout
13802
13803 \begin_layout Standard
13804 If you need image captions and want to reference images, you have to put
13805  the image into a float, see section\InsetSpace ~
13806
13807 \begin_inset LatexCommand ref
13808 reference "sec:Figure-Floats"
13809
13810 \end_inset
13811
13812 .
13813 \end_layout
13814
13815 \begin_layout Subsection
13816 Image Formats
13817 \begin_inset LatexCommand index
13818 name "Image formats"
13819
13820 \end_inset
13821
13822
13823 \begin_inset LatexCommand label
13824 name "sub:Image-Formats"
13825
13826 \end_inset
13827
13828
13829 \end_layout
13830
13831 \begin_layout Standard
13832 You can insert images in any known file format.
13833  But as we explained in section\InsetSpace ~
13834
13835 \begin_inset LatexCommand ref
13836 reference "sub:Output-file-formats"
13837
13838 \end_inset
13839
13840 , every output document format allows only a few image formats.
13841  LyX uses therefore the program 
13842 \family typewriter
13843 Imagemagick
13844 \family default
13845  in the background to convert the images to the right format.
13846  To increase your workflow by avoiding these conversions in the background,
13847  you can use only the image formats listed in the subsections of section\InsetSpace ~
13848
13849 \begin_inset LatexCommand ref
13850 reference "sub:Output-file-formats"
13851
13852 \end_inset
13853
13854 .
13855 \end_layout
13856
13857 \begin_layout Standard
13858 Similar to fonts there are two types of image formats:
13859 \end_layout
13860
13861 \begin_layout Description
13862 Bitmap\InsetSpace ~
13863 images consist of pixel values, often in a compressed form.
13864  They are therefore not fully scalable and look pixeled in large zooms.
13865  Well-known bitmap image formats are 
13866 \begin_inset Quotes eld
13867 \end_inset
13868
13869 Graphics Interchange Format
13870 \begin_inset Quotes erd
13871 \end_inset
13872
13873  (GIF, file extension 
13874 \begin_inset Quotes eld
13875 \end_inset
13876
13877
13878 \family typewriter
13879 .gif
13880 \family default
13881
13882 \begin_inset Quotes erd
13883 \end_inset
13884
13885 )
13886 \begin_inset LatexCommand index
13887 name "GIF|see{Image formats}"
13888
13889 \end_inset
13890
13891
13892 \begin_inset Quotes eld
13893 \end_inset
13894
13895 Portable Network Graphics
13896 \begin_inset Quotes erd
13897 \end_inset
13898
13899  (PNG, file extension 
13900 \begin_inset Quotes eld
13901 \end_inset
13902
13903
13904 \family typewriter
13905 .png
13906 \family default
13907
13908 \begin_inset Quotes erd
13909 \end_inset
13910
13911 )
13912 \begin_inset LatexCommand index
13913 name "PNG|see{Image formats}"
13914
13915 \end_inset
13916
13917 , and 
13918 \begin_inset Quotes eld
13919 \end_inset
13920
13921 Joint Photographic Experts Group
13922 \begin_inset Quotes erd
13923 \end_inset
13924
13925  (JPG, file extension 
13926 \begin_inset Quotes eld
13927 \end_inset
13928
13929
13930 \family typewriter
13931 .jpg
13932 \family default
13933
13934 \begin_inset Quotes erd
13935 \end_inset
13936
13937  or 
13938 \begin_inset Quotes eld
13939 \end_inset
13940
13941
13942 \family typewriter
13943 .jpeg
13944 \family default
13945
13946 \begin_inset Quotes erd
13947 \end_inset
13948
13949 )
13950 \begin_inset LatexCommand index
13951 name "JPG|see{Image formats}"
13952
13953 \end_inset
13954
13955 .
13956 \end_layout
13957
13958 \begin_layout Description
13959 Scalable\InsetSpace ~
13960 images consist of vectors and can therefore be scaled to any size
13961  without data loss.
13962  The scaling ability is necessary if you want to create presentations, because
13963  presentations are always scaled by the beamer.
13964  Scaling is also useful for online documents to let the user zoom into diagrams.
13965 \newline
13966 S
13967 calable image formats can be 
13968 \begin_inset Quotes eld
13969 \end_inset
13970
13971 Scalable Vector Graphics
13972 \begin_inset Quotes erd
13973 \end_inset
13974
13975  (SVG, file extension 
13976 \begin_inset Quotes eld
13977 \end_inset
13978
13979
13980 \family typewriter
13981 .svg
13982 \family default
13983
13984 \begin_inset Quotes erd
13985 \end_inset
13986
13987 )
13988 \begin_inset LatexCommand index
13989 name "SVG|see{Image formats}"
13990
13991 \end_inset
13992
13993
13994 \begin_inset Quotes eld
13995 \end_inset
13996
13997 Encapsulated PostScript
13998 \begin_inset Quotes erd
13999 \end_inset
14000
14001  (EPS, file extension 
14002 \begin_inset Quotes eld
14003 \end_inset
14004
14005
14006 \family typewriter
14007 .eps
14008 \family default
14009
14010 \begin_inset Quotes erd
14011 \end_inset
14012
14013 )
14014 \begin_inset LatexCommand index
14015 name "EPS|see{Image formats}"
14016
14017 \end_inset
14018
14019 , and 
14020 \begin_inset Quotes eld
14021 \end_inset
14022
14023 Portable Document Format
14024 \begin_inset Quotes erd
14025 \end_inset
14026
14027  (PDF, file extension 
14028 \begin_inset Quotes eld
14029 \end_inset
14030
14031
14032 \family typewriter
14033 .pdf
14034 \family default
14035
14036 \begin_inset Quotes erd
14037 \end_inset
14038
14039 )
14040 \begin_inset LatexCommand index
14041 name "PDF"
14042
14043 \end_inset
14044
14045 .
14046  We say it can be, because you can convert any bitmap image format to PDF
14047  or EPS and the result won't be scalable.
14048  In this cases only a header with the image properties is added to the original
14049  image
14050 \begin_inset Foot
14051 status collapsed
14052
14053 \begin_layout Standard
14054 In the case of PDF, the original image is additionally compressed.
14055 \end_layout
14056
14057 \end_inset
14058
14059 .
14060 \end_layout
14061
14062 \begin_layout Standard
14063 Normally one can't convert a bitmap image into a scalable one, only vice
14064  versa.
14065 \end_layout
14066
14067 \begin_layout Section
14068 Tables
14069 \begin_inset LatexCommand index
14070 name "Tables"
14071
14072 \end_inset
14073
14074
14075 \begin_inset LatexCommand label
14076 name "sec:Tables"
14077
14078 \end_inset
14079
14080
14081 \end_layout
14082
14083 \begin_layout Standard
14084 You can insert a table using either the toolbar button 
14085 \begin_inset Graphics
14086         filename ../images/tabular-insert.png
14087         scale 85
14088
14089 \end_inset
14090
14091  or the menu 
14092 \family sans
14093 Insert\SpecialChar \menuseparator
14094 Table
14095 \family default
14096 .
14097  A dialog will appear, asking you for the number of rows and columns.
14098  The default table has lines around any cell and the first row appears separated
14099  from the rest of the table.
14100  This separation appears due to a double line: The cells of the first row
14101  have a line below them and the cells of the second row have a line above
14102  them.
14103  Here's an example table:
14104 \end_layout
14105
14106 \begin_layout Standard
14107 \align center
14108 \begin_inset Tabular
14109 <lyxtabular version="3" rows="4" columns="4">
14110 <features>
14111 <column alignment="center" valignment="top" leftline="true" width="0pt">
14112 <column alignment="center" valignment="top" leftline="true" width="0pt">
14113 <column alignment="center" valignment="top" leftline="true" width="0in">
14114 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14115 <row topline="true" bottomline="true">
14116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Standard
14120
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Standard
14129
14130 \family roman
14131 \series medium
14132 \shape up
14133 \size normal
14134 \emph off
14135 \bar no
14136 \noun off
14137 \color none
14138 1
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Standard
14147 2
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Standard
14156 3
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 </row>
14162 <row topline="true">
14163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Standard
14167
14168 \family roman
14169 \series medium
14170 \shape up
14171 \size normal
14172 \emph off
14173 \bar no
14174 \noun off
14175 \color none
14176 A
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Standard
14185
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Standard
14194
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Standard
14203
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 </row>
14209 <row topline="true">
14210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Standard
14214
14215 \family roman
14216 \series medium
14217 \shape up
14218 \size normal
14219 \emph off
14220 \bar no
14221 \noun off
14222 \color none
14223 B
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Standard
14232
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Standard
14241
14242 \size normal
14243 \noun off
14244 \color none
14245  
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Standard
14254
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 </row>
14260 <row topline="true" bottomline="true">
14261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Standard
14265
14266 \family roman
14267 \series medium
14268 \shape up
14269 \size normal
14270 \emph off
14271 \bar no
14272 \noun off
14273 \color none
14274 C
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Standard
14283
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Standard
14292
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Standard
14301
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 </row>
14307 </lyxtabular>
14308
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \begin_layout Subsection
14315 The Table dialog
14316 \end_layout
14317
14318 \begin_layout Standard
14319 You can alter a table by clicking on it with the right mouse button, which
14320  brings up the table dialog.
14321  Here you can adjust the settings of the cell and row/column respectively
14322  where the cursor is placed currently.
14323  Most of the dialog options also work on selections.
14324  This means that if you select more cells, columns or rows the action is
14325  done on all of your selection.
14326 \end_layout
14327
14328 \begin_layout Standard
14329 Additionally to the table dialog the 
14330 \family sans
14331 table\InsetSpace ~
14332 toolbar
14333 \family default
14334 , that appears when the cursor is inside a table, helps you in setting table
14335  properties.
14336  It is for example currently only possible to add\InsetSpace \thinspace{}
14337 /\InsetSpace \thinspace{}
14338 delete lines via the table
14339  toolbar.
14340 \end_layout
14341
14342 \begin_layout Standard
14343 In the tab 
14344 \family sans
14345 Table\InsetSpace ~
14346 Settings
14347 \family default
14348  of the table dialog you can set the alignment for the current row.
14349  If you add a row or column, it will be inserted right beside or below the
14350  current cell respectively.
14351  The vertical alignment of a column can only be adjusted when a column width
14352  is given.
14353  A given width will allow the cell to have linebreaks and multiple paragraphs
14354  of text, see section\InsetSpace ~
14355
14356 \begin_inset LatexCommand ref
14357 reference "sub:Table-Cells"
14358
14359 \end_inset
14360
14361 .
14362 \end_layout
14363
14364 \begin_layout Standard
14365 You can mark multiple cells of one row as a multicolumn cell using the check
14366  box 
14367 \family sans
14368 Multicolumn
14369 \family default
14370 .
14371  This will merge the cells to 
14372 \emph on
14373 one
14374 \emph default
14375  cell, spread over more than one column.
14376  Multicolumn cells are treated as own rows, so that the alignment, width,
14377  and border settings affect only the multicolumn cell.
14378  Here's an example table with a multicolumn cell in the first row and one
14379  in the last row without the upper border:
14380 \end_layout
14381
14382 \begin_layout Standard
14383 \align center
14384 \begin_inset Tabular
14385 <lyxtabular version="3" rows="3" columns="4">
14386 <features firstHeadTopDL="true" firstHeadBottomDL="true">
14387 <column alignment="center" valignment="top" leftline="true" width="0pt">
14388 <column alignment="center" valignment="middle" leftline="true" width="0">
14389 <column alignment="center" valignment="top" leftline="true" width="0in">
14390 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14391 <row topline="true" bottomline="true">
14392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Standard
14396 abc
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Standard
14405 def ghi
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Standard
14414
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Standard
14423 jkl
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 </row>
14429 <row topline="true">
14430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Standard
14434
14435 \family roman
14436 \series medium
14437 \shape up
14438 \size normal
14439 \emph off
14440 \bar no
14441 \noun off
14442 \color none
14443 A
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Standard
14452 B
14453 \end_layout
14454
14455 \end_inset
14456 </cell>
14457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Standard
14461 C
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14467 \begin_inset Text
14468
14469 \begin_layout Standard
14470 D
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 </row>
14476 <row topline="true" bottomline="true">
14477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14478 \begin_inset Text
14479
14480 \begin_layout Standard
14481 1
14482 \end_layout
14483
14484 \end_inset
14485 </cell>
14486 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14487 \begin_inset Text
14488
14489 \begin_layout Standard
14490 2
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Standard
14499 3
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Standard
14508 4
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 </row>
14514 </lyxtabular>
14515
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \begin_layout Standard
14522 At the moment LyX doesn't support multirow cells.
14523  Adept users can declare special LaTeX-arguments for the table.
14524  They are necessary for special table formatting, like for multirow cells,
14525  explained in the tables section of the 
14526 \emph on
14527 Extended\InsetSpace ~
14528 Features
14529 \emph default
14530  manual.
14531  You can also rotate the current cell or the whole table 90
14532 \begin_inset Formula $\,$
14533 \end_inset
14534
14535 degrees counterclockwise.
14536  These rotations are not visible in LyX but in the output.
14537 \end_layout
14538
14539 \begin_layout Standard
14540 \begin_inset Note Greyedout
14541 status open
14542
14543 \begin_layout Standard
14544
14545 \series bold
14546 Note:
14547 \series default
14548  Most DVI-viewers are 
14549 \emph on
14550 not
14551 \emph default
14552  able to display rotations.
14553 \end_layout
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \begin_layout Standard
14561 The 
14562 \family sans
14563 Borders
14564 \family default
14565  tab allows you to add and delete border lines for the current row/column.
14566  The button 
14567 \family sans
14568 Default
14569 \family default
14570  adds lines for all cell borders.
14571 \end_layout
14572
14573 \begin_layout Subsection
14574 Longtables
14575 \begin_inset LatexCommand index
14576 name "Tables ! Longtables"
14577
14578 \end_inset
14579
14580
14581 \begin_inset LatexCommand index
14582 name "Longtables"
14583
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \begin_layout Standard
14590 If the table is too long to fit on one page, you can use the option 
14591 \family sans
14592 Use\InsetSpace ~
14593 long\InsetSpace ~
14594 table
14595 \family default
14596  in the tab 
14597 \family sans
14598 Longtable
14599 \family default
14600  of the table dialog to split the table automatically over more pages.
14601  Doing this enables some check boxes and you can now define:
14602 \end_layout
14603
14604 \begin_layout Description
14605
14606 \family sans
14607 Header
14608 \family default
14609 : The current row and all rows above, that don't have any special options
14610  defined, are defined to be the header rows of all pages of the longtable;
14611  except for the first page, if 
14612 \family sans
14613 First\InsetSpace ~
14614 header
14615 \family default
14616  is defined.
14617 \end_layout
14618
14619 \begin_layout Description
14620
14621 \family sans
14622 First\InsetSpace ~
14623 header
14624 \family default
14625 : The current row and all rows above, that don't have any special options
14626  defined, are defined to be the header rows of the first page of the longtable.
14627 \end_layout
14628
14629 \begin_layout Description
14630
14631 \family sans
14632 Footer
14633 \family default
14634 : The current row and all rows below, that don't have any special options
14635  defined, are defined to be the footer rows of all pages of the longtable;
14636  except for the last page, if 
14637 \family sans
14638 Last\InsetSpace ~
14639 footer
14640 \family default
14641  is defined.
14642 \end_layout
14643
14644 \begin_layout Description
14645
14646 \family sans
14647 Last\InsetSpace ~
14648 footer
14649 \family default
14650 : The current row and all rows below, that don't have any special options
14651  defined, are defined to be the footer rows of the last page of the longtable.
14652 \end_layout
14653
14654 \begin_layout Standard
14655 You can also specify a row where the table is splitted.
14656  If you set more than one option in the same table row, you should be aware
14657  of the fact that only the first one is used in the given table row.
14658  The others will then be defined as 
14659 \emph on
14660 empty
14661 \emph default
14662 .
14663  In this context, first means first in this order: 
14664 \family sans
14665 Footer, Last\InsetSpace ~
14666 footer,
14667 \family default
14668  
14669 \family sans
14670 Header,
14671 \family default
14672  
14673 \family sans
14674 First\InsetSpace ~
14675 header.
14676
14677 \family default
14678  See the following longtable to see how it works:
14679 \end_layout
14680
14681 \begin_layout Standard
14682 \align center
14683 \begin_inset Tabular
14684 <lyxtabular version="3" rows="69" columns="3">
14685 <features islongtable="true">
14686 <column alignment="block" valignment="top" leftline="true" width="5cm">
14687 <column alignment="left" valignment="top" width="0pt">
14688 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
14689 <row topline="true" bottomline="true" endfirsthead="true">
14690 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14691 \begin_inset Text
14692
14693 \begin_layout Standard
14694
14695 \series bold
14696 Example Phone List (ignore the names)
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14702 \begin_inset Text
14703
14704 \begin_layout Standard
14705
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14711 \begin_inset Text
14712
14713 \begin_layout Standard
14714
14715 \end_layout
14716
14717 \end_inset
14718 </cell>
14719 </row>
14720 <row topline="true" bottomline="true" endfirsthead="true">
14721 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Standard
14725
14726 \series bold
14727 NAME
14728 \end_layout
14729
14730 \end_inset
14731 </cell>
14732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14733 \begin_inset Text
14734
14735 \begin_layout Standard
14736
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Standard
14745
14746 \series bold
14747 TEL.
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 </row>
14753 <row topline="true" bottomline="true" endhead="true">
14754 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Standard
14758  
14759 \series bold
14760 Example Phone List
14761 \end_layout
14762
14763 \end_inset
14764 </cell>
14765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14766 \begin_inset Text
14767
14768 \begin_layout Standard
14769
14770 \end_layout
14771
14772 \end_inset
14773 </cell>
14774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14775 \begin_inset Text
14776
14777 \begin_layout Standard
14778
14779 \end_layout
14780
14781 \end_inset
14782 </cell>
14783 </row>
14784 <row topline="true" bottomline="true" endhead="true">
14785 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Standard
14789
14790 \series bold
14791 NAME
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Standard
14800
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Standard
14809
14810 \series bold
14811 TEL.
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 </row>
14817 <row topline="true" bottomline="true" endfoot="true">
14818 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Standard
14822  
14823 \series bold
14824 continue ...
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Standard
14833
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Standard
14842
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 </row>
14848 <row topline="true" bottomline="true">
14849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Standard
14853
14854 \series bold
14855 Annovi
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" topline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Standard
14864 Silvia
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Standard
14873 111
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 </row>
14879 <row bottomline="true">
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Standard
14884
14885 \series bold
14886 Bertoli
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Standard
14895 Stefano
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Standard
14904 111
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 </row>
14910 <row bottomline="true">
14911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Standard
14915
14916 \series bold
14917 Bozzi
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" topline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Standard
14926 Walter
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Standard
14935 111
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 </row>
14941 <row bottomline="true">
14942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Standard
14946
14947 \series bold
14948 Cachia
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 <cell alignment="center" valignment="top" topline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Standard
14957 Maria
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Standard
14966 111
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 <row bottomline="true">
14973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Standard
14977
14978 \series bold
14979 Cachia
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Standard
14988 Maurizio
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Standard
14997 111
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 <row bottomline="true">
15004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Standard
15008
15009 \series bold
15010 Cinquemani
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" topline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Standard
15019 Giusi
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Standard
15028 111
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 </row>
15034 <row bottomline="true">
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Standard
15039
15040 \series bold
15041 Colin
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" topline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Standard
15050 Bernard
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Standard
15059 111
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 </row>
15065 <row bottomline="true">
15066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Standard
15070
15071 \series bold
15072 Concli
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Standard
15081 Gianfranco
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Standard
15090 111
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row bottomline="true">
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Standard
15101
15102 \series bold
15103 Dal Bosco
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" topline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Standard
15112 Carolina
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Standard
15121 111
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 </row>
15127 <row bottomline="true">
15128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Standard
15132
15133 \series bold
15134 Dalpiaz
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Standard
15143 Annamaria
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Standard
15152 111
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row bottomline="true">
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Standard
15163
15164 \series bold
15165 Feliciello
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Standard
15174 Domenico
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Standard
15183 111
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 </row>
15189 <row bottomline="true">
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Standard
15194
15195 \series bold
15196 Focarelli
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" topline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Standard
15205 Paola
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Standard
15214 111
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 </row>
15220 <row bottomline="true">
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Standard
15225
15226 \series bold
15227 Galletti
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell alignment="center" valignment="top" topline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Standard
15236 Oreste
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Standard
15245 111
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 </row>
15251 <row bottomline="true">
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Standard
15256
15257 \series bold
15258 Gasparini
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" topline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Standard
15267 Franca
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Standard
15276 111
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 </row>
15282 <row bottomline="true">
15283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Standard
15287
15288 \series bold
15289 Rizzardi
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" topline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Standard
15298 Paola
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Standard
15307 111
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 </row>
15313 <row bottomline="true">
15314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Standard
15318
15319 \series bold
15320 Lassini
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Standard
15329 Giancarlo
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Standard
15338 111
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 </row>
15344 <row bottomline="true">
15345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Standard
15349
15350 \series bold
15351 Malfatti
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" topline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Standard
15360 Luciano
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Standard
15369 111
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 <row bottomline="true">
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Standard
15380
15381 \series bold
15382 Malfatti
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 <cell alignment="center" valignment="top" topline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Standard
15391 Valeriano
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Standard
15400 111
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 </row>
15406 <row bottomline="true">
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Standard
15411
15412 \series bold
15413 Meneguzzo
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 <cell alignment="center" valignment="top" topline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Standard
15422 Roberto
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Standard
15431 111
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 </row>
15437 <row bottomline="true">
15438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15439 \begin_inset Text
15440
15441 \begin_layout Standard
15442
15443 \series bold
15444 Mezzadra
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 <cell alignment="center" valignment="top" topline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Standard
15453 Roberto
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Standard
15462 111
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 <row bottomline="true">
15469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Standard
15473
15474 \series bold
15475 Pirpamer
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Standard
15484 Erich
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Standard
15493 111
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 </row>
15499 <row bottomline="true">
15500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Standard
15504
15505 \series bold
15506 Pochiesa
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" topline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Standard
15515 Paolo
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Standard
15524 111, 222
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 </row>
15530 <row bottomline="true">
15531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Standard
15535
15536 \series bold
15537 Radina
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Standard
15546 Claudio
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Standard
15555 111
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 <row bottomline="true">
15562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Standard
15566
15567 \series bold
15568 Stuffer
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" topline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Standard
15577 Oskar
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Standard
15586 111
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 </row>
15592 <row bottomline="true">
15593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Standard
15597
15598 \series bold
15599 Tacchelli
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" topline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Standard
15608 Ugo
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Standard
15617 111
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 </row>
15623 <row bottomline="true">
15624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Standard
15628
15629 \series bold
15630 Tezzele
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Standard
15639 Margit
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Standard
15648 111
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 </row>
15654 <row bottomline="true">
15655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Standard
15659
15660 \series bold
15661 Unterkalmsteiner
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell alignment="center" valignment="top" topline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Standard
15670 Frieda
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Standard
15679 111
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 </row>
15685 <row bottomline="true">
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Standard
15690
15691 \series bold
15692 Vieider
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" topline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Standard
15701 Hilde
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Standard
15710 111
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 </row>
15716 <row bottomline="true">
15717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Standard
15721
15722 \series bold
15723 Vigna
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" topline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Standard
15732 Jürgen
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Standard
15741 111
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 </row>
15747 <row bottomline="true">
15748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Standard
15752
15753 \series bold
15754 Weber
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" topline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Standard
15763 Maurizio
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Standard
15772 111
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 <row bottomline="true">
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Standard
15783
15784 \series bold
15785 Winkler
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Standard
15794 Franz
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Standard
15803 111
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 </row>
15809 <row bottomline="true">
15810 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Standard
15814  
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Standard
15823
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Standard
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row bottomline="true">
15839 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Standard
15843
15844 \series bold
15845 Annovi
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" topline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Standard
15854 Silvia
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Standard
15863 555
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 </row>
15869 <row bottomline="true">
15870 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Standard
15874
15875 \series bold
15876 Bertoli
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Standard
15885 Stefano
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Standard
15894 555
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 </row>
15900 <row bottomline="true">
15901 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Standard
15905
15906 \series bold
15907 Bozzi
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Standard
15916 Walter
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Standard
15925 555
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 </row>
15931 <row bottomline="true">
15932 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Standard
15936
15937 \series bold
15938 Cachia
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Standard
15947 Maria
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Standard
15956 555
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 </row>
15962 <row bottomline="true">
15963 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Standard
15967
15968 \series bold
15969 Cachia
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" topline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Standard
15978 Maurizio
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Standard
15987 555
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 </row>
15993 <row bottomline="true">
15994 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Standard
15998
15999 \series bold
16000 Cinquemani
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" topline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Standard
16009 Giusi
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Standard
16018 555
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 </row>
16024 <row bottomline="true">
16025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Standard
16029
16030 \series bold
16031 Colin
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 <cell alignment="center" valignment="top" topline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Standard
16040 Bernard
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Standard
16049 555
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 </row>
16055 <row bottomline="true">
16056 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Standard
16060
16061 \series bold
16062 Concli
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Standard
16071 Gianfranco
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Standard
16080 555
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 </row>
16086 <row bottomline="true">
16087 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Standard
16091
16092 \series bold
16093 Dal Bosco
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Standard
16102 Carolina
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Standard
16111 555
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 </row>
16117 <row bottomline="true">
16118 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Standard
16122
16123 \series bold
16124 Dalpiaz
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 <cell alignment="center" valignment="top" topline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Standard
16133 Annamaria
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Standard
16142 555
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 </row>
16148 <row bottomline="true">
16149 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Standard
16153
16154 \series bold
16155 Feliciello
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Standard
16164 Domenico
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Standard
16173 555
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 </row>
16179 <row bottomline="true">
16180 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Standard
16184
16185 \series bold
16186 Focarelli
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Standard
16195 Paola
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Standard
16204 555
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 <row bottomline="true">
16211 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Standard
16215
16216 \series bold
16217 Galletti
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Standard
16226 Oreste
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Standard
16235 555
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row bottomline="true">
16242 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Standard
16246
16247 \series bold
16248 Gasparini
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Standard
16257 Franca
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Standard
16266 555
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 <row bottomline="true">
16273 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Standard
16277
16278 \series bold
16279 Rizzardi
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Standard
16288 Paola
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Standard
16297 555
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 </row>
16303 <row bottomline="true">
16304 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Standard
16308
16309 \series bold
16310 Lassini
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" topline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Standard
16319 Giancarlo
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Standard
16328 555
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 </row>
16334 <row bottomline="true">
16335 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Standard
16339
16340 \series bold
16341 Malfatti
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Standard
16350 Luciano
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Standard
16359 555
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 </row>
16365 <row bottomline="true">
16366 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Standard
16370
16371 \series bold
16372 Malfatti
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Standard
16381 Valeriano
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Standard
16390 555
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 </row>
16396 <row bottomline="true">
16397 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Standard
16401
16402 \series bold
16403 Meneguzzo
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Standard
16412 Roberto
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Standard
16421 555
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 <row bottomline="true">
16428 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Standard
16432
16433 \series bold
16434 Mezzadra
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell alignment="center" valignment="top" topline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Standard
16443 Roberto
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Standard
16452 555
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 </row>
16458 <row bottomline="true">
16459 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Standard
16463
16464 \series bold
16465 Pirpamer
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" topline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Standard
16474 Erich
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Standard
16483 555
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 </row>
16489 <row bottomline="true">
16490 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Standard
16494
16495 \series bold
16496 Pochiesa
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Standard
16505 Paolo
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Standard
16514 555, 222
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 </row>
16520 <row bottomline="true">
16521 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Standard
16525
16526 \series bold
16527 Radina
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell alignment="center" valignment="top" topline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Standard
16536 Claudio
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Standard
16545 555
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 </row>
16551 <row bottomline="true">
16552 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Standard
16556
16557 \series bold
16558 Stuffer
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 <cell alignment="center" valignment="top" topline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Standard
16567 Oskar
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Standard
16576 555
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 </row>
16582 <row bottomline="true">
16583 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Standard
16587
16588 \series bold
16589 Tacchelli
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Standard
16598 Ugo
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Standard
16607 555
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 </row>
16613 <row bottomline="true">
16614 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Standard
16618
16619 \series bold
16620 Tezzele
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" topline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Standard
16629 Margit
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Standard
16638 555
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 </row>
16644 <row bottomline="true">
16645 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Standard
16649
16650 \series bold
16651 Unterkalmsteiner
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell alignment="center" valignment="top" topline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Standard
16660 Frieda
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Standard
16669 555
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row bottomline="true">
16676 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Standard
16680
16681 \series bold
16682 Vieider
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Standard
16691 Hilde
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Standard
16700 555
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 </row>
16706 <row bottomline="true">
16707 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Standard
16711
16712 \series bold
16713 Vigna
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Standard
16722 Jürgen
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Standard
16731 999
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 </row>
16737 <row bottomline="true">
16738 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Standard
16742
16743 \series bold
16744 Weber
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 <cell alignment="center" valignment="top" topline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Standard
16753 Maurizio
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Standard
16762 555
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row bottomline="true">
16769 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Standard
16773
16774 \series bold
16775 Winkler
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" topline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Standard
16784 Franz
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Standard
16793 555
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 </row>
16799 <row bottomline="true" endlastfoot="true">
16800 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Standard
16804
16805 \series bold
16806 End
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Standard
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Standard
16824
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 </lyxtabular>
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \begin_layout Subsection
16838 Table Cells
16839 \begin_inset LatexCommand index
16840 name "Tables ! Cells"
16841
16842 \end_inset
16843
16844
16845 \begin_inset LatexCommand label
16846 name "sub:Table-Cells"
16847
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \begin_layout Standard
16854 A table cell can contain text, inline equations, a figure, or another table.
16855  All these kinds of objects can be placed in the same cell.
16856  Font sizes and shapes can also be altered.
16857  But you can't put a special environment in a cell (like 
16858 \family sans
16859 Section*
16860 \family default
16861 , etc.), nor set spacing options etc.
16862  for the cell's paragraph.
16863 \end_layout
16864
16865 \begin_layout Standard
16866 To have multi-line entries in table cells, you have to declare a fixed width
16867  for the column in the table dialog.
16868  Your text is then automatically split into multiple lines and the cell
16869  is enlarged vertically when the length of the text exceeds the given width.
16870  An example:
16871 \end_layout
16872
16873 \begin_layout Standard
16874 \align center
16875 \begin_inset Tabular
16876 <lyxtabular version="3" rows="4" columns="3">
16877 <features>
16878 <column alignment="center" valignment="top" leftline="true" width="0pt">
16879 <column alignment="block" valignment="top" leftline="true" width="3cm">
16880 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
16881 <row topline="true" bottomline="true">
16882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Standard
16886
16887 \family roman
16888 \series medium
16889 \shape up
16890 \size normal
16891 \emph off
16892 \bar no
16893 \noun off
16894 \color none
16895 1
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Standard
16904
16905 \family roman
16906 \series medium
16907 \shape up
16908 \size normal
16909 \emph off
16910 \bar no
16911 \noun off
16912 \color none
16913 2
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Standard
16922
16923 \family roman
16924 \series medium
16925 \shape up
16926 \size normal
16927 \emph off
16928 \bar no
16929 \noun off
16930 \color none
16931 3
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 </row>
16937 <row>
16938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Standard
16942
16943 \family roman
16944 \series medium
16945 \shape up
16946 \size normal
16947 \emph off
16948 \bar no
16949 \noun off
16950 \color none
16951 4
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Standard
16960
16961 \family roman
16962 \series medium
16963 \shape up
16964 \size normal
16965 \emph off
16966 \bar no
16967 \noun off
16968 \color none
16969 This is a multiline entry in a table.
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Standard
16978
16979 \family roman
16980 \series medium
16981 \shape up
16982 \size normal
16983 \emph off
16984 \bar no
16985 \noun off
16986 \color none
16987 5
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 </row>
16993 <row bottomline="true">
16994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Standard
16998
16999 \family roman
17000 \series medium
17001 \shape up
17002 \size normal
17003 \emph off
17004 \bar no
17005 \noun off
17006 \color none
17007 6
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Standard
17016
17017 \family roman
17018 \series medium
17019 \shape up
17020 \size normal
17021 \emph off
17022 \bar no
17023 \noun off
17024 \color none
17025 This is longer now.
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Standard
17034
17035 \family roman
17036 \series medium
17037 \shape up
17038 \size normal
17039 \emph off
17040 \bar no
17041 \noun off
17042 \color none
17043 7
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 <row bottomline="true">
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Standard
17054
17055 \family roman
17056 \series medium
17057 \shape up
17058 \size normal
17059 \emph off
17060 \bar no
17061 \noun off
17062 \color none
17063 8
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Standard
17072
17073 \family roman
17074 \series medium
17075 \shape up
17076 \size normal
17077 \emph off
17078 \bar no
17079 \noun off
17080 \color none
17081 This is a multiline entry in a table.
17082  This is longer now.
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Standard
17091
17092 \family roman
17093 \series medium
17094 \shape up
17095 \size normal
17096 \emph off
17097 \bar no
17098 \noun off
17099 \color none
17100 9
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 </lyxtabular>
17107
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \begin_layout Standard
17114 Cutting and pasting between tables and table cells works reasonably well.
17115  You can cut and paste even more than one row.
17116  Selection with the mouse or with 
17117 \family sans
17118 Shift
17119 \family default
17120  plus the arrow keys works as usual.
17121  You can also copy and paste the entire table as a single unit by starting
17122  the selection from outside the table.
17123 \end_layout
17124
17125 \begin_layout Section
17126 Floats
17127 \begin_inset LatexCommand index
17128 name "Floats"
17129
17130 \end_inset
17131
17132
17133 \begin_inset LatexCommand label
17134 name "sec:Floats"
17135
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \begin_layout Standard
17142 A float is a block of text associated with some sort of label, which doesn't
17143  have a fixed location.
17144  It can 
17145 \begin_inset Quotes eld
17146 \end_inset
17147
17148 float
17149 \begin_inset Quotes erd
17150 \end_inset
17151
17152  forward or backward a page or two, to wherever it fits best.
17153  
17154 \family sans
17155 Footnotes
17156 \family default
17157  and 
17158 \family sans
17159 Margin\InsetSpace ~
17160 Notes
17161 \family default
17162  are also floats, because they can float to the next page when there are
17163  too much notes at the page.
17164 \end_layout
17165
17166 \begin_layout Standard
17167 Floats makes it possible to get a high quality layout.
17168  Images and tables can evenly be spread to the pages to avoid whitespace
17169  and pages without text.
17170  As the floating often destroys the context between the text and the image/table
17171 , every float can be referenced in the text.
17172  Floats are therefore numbered.
17173  Referencing is described in section\InsetSpace ~
17174
17175 \begin_inset LatexCommand ref
17176 reference "sec:Cross-References"
17177
17178 \end_inset
17179
17180 .
17181 \end_layout
17182
17183 \begin_layout Standard
17184 To insert a float, use the menu 
17185 \family sans
17186 Insert\SpecialChar \menuseparator
17187 Floats
17188 \family default
17189 .
17190  A box with a caption that has e.\InsetSpace \thinspace{}
17191 g.\InsetSpace ~
17192 the label 
17193 \begin_inset Quotes eld
17194 \end_inset
17195
17196 Figure\InsetSpace ~
17197 #:
17198 \begin_inset Quotes erd
17199 \end_inset
17200
17201  (# is the actual number) will be inserted into your document.
17202  The label will automatically be translated to the document language in
17203  the output.
17204  Behind the label you can insert the caption text.
17205 \begin_inset LatexCommand index
17206 name "Floats ! Captions"
17207
17208 \end_inset
17209
17210  The image or table is inserted above or below the caption in a separate
17211  paragraph within the float.
17212  To keep your LyX-document readable, you can open and close the float box
17213  by left-clicking on the box label.
17214  A closed float box looks like this: 
17215 \begin_inset Graphics
17216         filename clipart/floatQt4.png
17217         scale 80
17218
17219 \end_inset
17220
17221  -- a gray button with a red label.
17222 \end_layout
17223
17224 \begin_layout Standard
17225 It is recommended to insert floats as a separate paragraph to avoid possible
17226  LaTeX-errors that can occur when the surrounding text is specially formatted.
17227 \end_layout
17228
17229 \begin_layout Subsection
17230 Float Types
17231 \end_layout
17232
17233 \begin_layout Subsubsection
17234 Figure Floats
17235 \begin_inset LatexCommand index
17236 name "Floats ! Figure floats"
17237
17238 \end_inset
17239
17240
17241 \begin_inset LatexCommand label
17242 name "sec:Figure-Floats"
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \begin_layout Standard
17250 The menu 
17251 \family sans
17252 Insert\SpecialChar \menuseparator
17253 Float\SpecialChar \menuseparator
17254 Figure
17255 \family default
17256  inserts a float with the label 
17257 \begin_inset Quotes eld
17258 \end_inset
17259
17260
17261 \series bold
17262 Figure\InsetSpace ~
17263 #:
17264 \series default
17265
17266 \begin_inset Quotes erd
17267 \end_inset
17268
17269 .
17270  Set the cursor above this label (or before it and press enter) and insert
17271  the image as described above to get the caption printed below the image.
17272  This is what we did for Figure\InsetSpace ~
17273
17274 \begin_inset LatexCommand ref
17275 reference "cap:Platypus"
17276
17277 \end_inset
17278
17279 .
17280  If you want the caption to be above the image, set the cursor at the end
17281  of the caption, press enter and insert the image.
17282  This was done in Figure\InsetSpace ~
17283
17284 \begin_inset LatexCommand ref
17285 reference "cap:Escher"
17286
17287 \end_inset
17288
17289 .
17290 \end_layout
17291
17292 \begin_layout Standard
17293 \begin_inset Float figure
17294 wide false
17295 sideways false
17296 status open
17297
17298 \begin_layout Standard
17299 \align center
17300 \begin_inset Graphics
17301         filename clipart/platypus.eps
17302         display color
17303         width 50col%
17304         rotateOrigin center
17305
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \begin_layout Standard
17312 \begin_inset Caption
17313
17314 \begin_layout Standard
17315 \begin_inset LatexCommand label
17316 name "cap:Platypus"
17317
17318 \end_inset
17319
17320 A severely distorted platypus in a float.
17321 \end_layout
17322
17323 \end_inset
17324
17325
17326 \end_layout
17327
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \begin_layout Standard
17334 \begin_inset Float figure
17335 wide false
17336 sideways false
17337 status open
17338
17339 \begin_layout Standard
17340 \begin_inset Caption
17341
17342 \begin_layout Standard
17343 \begin_inset LatexCommand label
17344 name "cap:Escher"
17345
17346 \end_inset
17347
17348 M.C.
17349  Escher on acid.
17350 \end_layout
17351
17352 \end_inset
17353
17354
17355 \end_layout
17356
17357 \begin_layout Standard
17358 \align center
17359 \begin_inset Graphics
17360         filename clipart/escher-lsd.eps
17361         display color
17362         scale 80
17363         rotateOrigin center
17364
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \begin_layout Standard
17376 This figure float show also how to set a label and create a cross-reference
17377  to it.
17378  As described in section\InsetSpace ~
17379
17380 \begin_inset LatexCommand ref
17381 reference "sec:Cross-References"
17382
17383 \end_inset
17384
17385 , you can simply insert a label in the caption using the menu 
17386 \family sans
17387 Insert\SpecialChar \menuseparator
17388 Label
17389 \family default
17390  and refer to it using the menu 
17391 \family sans
17392 Insert\SpecialChar \menuseparator
17393 Cross-Reference
17394 \family default
17395 .
17396  It is important to use references to figure floats, rather than using vague
17397  references like 
17398 \begin_inset Quotes eld
17399 \end_inset
17400
17401 the figure above
17402 \begin_inset Quotes erd
17403 \end_inset
17404
17405 , because as LaTeX will reposition the floats in the final document; it
17406  might not be 
17407 \begin_inset Quotes eld
17408 \end_inset
17409
17410 above
17411 \begin_inset Quotes erd
17412 \end_inset
17413
17414  at all.
17415 \end_layout
17416
17417 \begin_layout Standard
17418 Normally one inserts only one image to a figure float, but sometimes you
17419  might want to use two images with separate subcaptions.
17420  This can be done in the graphics dialog: Right-click on an image and go
17421  to the tab 
17422 \family sans
17423 Extra\InsetSpace ~
17424 options
17425 \family default
17426  in the appearing dialog, use the option 
17427 \family sans
17428 Subfigure
17429 \family default
17430 , and enter the subcaption for the image in the now enabled caption field.
17431  Figure\InsetSpace ~
17432
17433 \begin_inset LatexCommand ref
17434 reference "cap:Two-distorted-images"
17435
17436 \end_inset
17437
17438  is an example of a figure float with two images set side by side.
17439  You can also set the images one below the other.
17440 \end_layout
17441
17442 \begin_layout Standard
17443 \begin_inset Float figure
17444 wide false
17445 sideways false
17446 status open
17447
17448 \begin_layout Standard
17449
17450 \hfill
17451
17452 \begin_inset Graphics
17453         filename clipart/escher-lsd.eps
17454         width 45col%
17455         subcaption
17456         subcaptionText "Undefinable structure"
17457
17458 \end_inset
17459
17460
17461 \hfill
17462
17463 \begin_inset Graphics
17464         filename clipart/platypus.eps
17465         lyxscale 60
17466         width 45col%
17467         subcaption
17468         subcaptionText "Platypus"
17469
17470 \end_inset
17471
17472
17473 \hfill
17474
17475 \end_layout
17476
17477 \begin_layout Standard
17478 \begin_inset Caption
17479
17480 \begin_layout Standard
17481 \begin_inset LatexCommand label
17482 name "cap:Two-distorted-images"
17483
17484 \end_inset
17485
17486 Two distorted images.
17487 \end_layout
17488
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \begin_layout Standard
17500 Note that the caption is added to the 
17501 \family sans
17502 List\InsetSpace ~
17503 of\InsetSpace ~
17504 Figures
17505 \family default
17506  as described in section\InsetSpace ~
17507
17508 \begin_inset LatexCommand ref
17509 reference "sec:ListsOf"
17510
17511 \end_inset
17512
17513 .
17514 \end_layout
17515
17516 \begin_layout Subsubsection
17517 Table Floats
17518 \begin_inset LatexCommand index
17519 name "Floats ! Table floats"
17520
17521 \end_inset
17522
17523
17524 \begin_inset LatexCommand label
17525 name "sec:Table-Floats"
17526
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \begin_layout Standard
17533 Table floats can be inserted using the menu 
17534 \family sans
17535 Insert\SpecialChar \menuseparator
17536 Float\SpecialChar \menuseparator
17537 Table
17538 \family default
17539 .
17540  They have the same properties as figure floats except of the different
17541  label.
17542  Table\InsetSpace ~
17543
17544 \begin_inset LatexCommand ref
17545 reference "cap:Table-float"
17546
17547 \end_inset
17548
17549  is an example of a table float.
17550 \end_layout
17551
17552 \begin_layout Standard
17553 \begin_inset Float table
17554 wide false
17555 sideways false
17556 status open
17557
17558 \begin_layout Standard
17559 \begin_inset Caption
17560
17561 \begin_layout Standard
17562 \begin_inset LatexCommand label
17563 name "cap:Table-float"
17564
17565 \end_inset
17566
17567 A table float.
17568 \end_layout
17569
17570 \end_inset
17571
17572
17573 \end_layout
17574
17575 \begin_layout Standard
17576 \align center
17577 \begin_inset Tabular
17578 <lyxtabular version="3" rows="3" columns="3">
17579 <features>
17580 <column alignment="center" valignment="top" leftline="true" width="0pt">
17581 <column alignment="center" valignment="top" leftline="true" width="0pt">
17582 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17583 <row topline="true" bottomline="true">
17584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Standard
17588
17589 \family roman
17590 \series medium
17591 \shape up
17592 \size normal
17593 \emph off
17594 \bar no
17595 \noun off
17596 \color none
17597 1
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Standard
17606
17607 \family roman
17608 \series medium
17609 \shape up
17610 \size normal
17611 \emph off
17612 \bar no
17613 \noun off
17614 \color none
17615 2
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Standard
17624
17625 \family roman
17626 \series medium
17627 \shape up
17628 \size normal
17629 \emph off
17630 \bar no
17631 \noun off
17632 \color none
17633 3
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 <row topline="true">
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Standard
17644
17645 \family roman
17646 \series medium
17647 \shape up
17648 \size normal
17649 \emph off
17650 \bar no
17651 \noun off
17652 \color none
17653 Joe
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Standard
17662
17663 \family roman
17664 \series medium
17665 \shape up
17666 \size normal
17667 \emph off
17668 \bar no
17669 \noun off
17670 \color none
17671 Mary
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Standard
17680
17681 \family roman
17682 \series medium
17683 \shape up
17684 \size normal
17685 \emph off
17686 \bar no
17687 \noun off
17688 \color none
17689 Ted
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row topline="true" bottomline="true">
17696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Standard
17700
17701 \family roman
17702 \series medium
17703 \shape up
17704 \size normal
17705 \emph off
17706 \bar no
17707 \noun off
17708 \color none
17709 \begin_inset Formula $\int x^{2}dx$
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Standard
17721
17722 \family roman
17723 \series medium
17724 \shape up
17725 \size normal
17726 \emph off
17727 \bar no
17728 \noun off
17729 \color none
17730 \begin_inset Formula $\left[\begin{array}{cc}
17731 a & b\\
17732 c & d\end{array}\right]$
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Standard
17744
17745 \family roman
17746 \series medium
17747 \shape up
17748 \size normal
17749 \emph off
17750 \bar no
17751 \noun off
17752 \color none
17753 \begin_inset Formula $1+1=2$
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 </row>
17762 </lyxtabular>
17763
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \begin_layout Subsubsection
17775 Algorithm Floats
17776 \begin_inset LatexCommand index
17777 name "Floats ! Algorithm floats"
17778
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \begin_layout Standard
17785 This float type is inserted with the menu 
17786 \family sans
17787 Insert\SpecialChar \menuseparator
17788 Float\SpecialChar \menuseparator
17789 Algorithm
17790 \family default
17791 .
17792  It is used for program codes and descriptions of algorithms.
17793  A possible environment for algorithms is the 
17794 \family sans
17795 LyX-Code
17796 \family default
17797 , described in section\InsetSpace ~
17798
17799 \begin_inset LatexCommand ref
17800 reference "sub:LyX-Code"
17801
17802 \end_inset
17803
17804 .
17805 \end_layout
17806
17807 \begin_layout Standard
17808 \begin_inset Note Greyedout
17809 status open
17810
17811 \begin_layout Standard
17812
17813 \series bold
17814 Note:
17815 \series default
17816  that the float label is not automatically translated into the document
17817  language.
17818 \end_layout
17819
17820 \end_inset
17821
17822  You have to do this manually by adding the following line
17823 \end_layout
17824
17825 \begin_layout Standard
17826
17827 \series bold
17828
17829 \backslash
17830 floatname{algorithm}{your\InsetSpace ~
17831 name}
17832 \end_layout
17833
17834 \begin_layout Standard
17835 to the document preamble (menu 
17836 \family sans
17837 Document\SpecialChar \menuseparator
17838 Settings
17839 \family default
17840 ).
17841  
17842 \series bold
17843 your\InsetSpace ~
17844 name
17845 \series default
17846  is the word 
17847 \begin_inset Quotes eld
17848 \end_inset
17849
17850
17851 \emph on
17852 algorithm
17853 \emph default
17854
17855 \begin_inset Quotes erd
17856 \end_inset
17857
17858  in your language.
17859 \end_layout
17860
17861 \begin_layout Subsubsection
17862 Text Wrap Floats
17863 \begin_inset LatexCommand index
17864 name "Floats ! Text Wrap Floats"
17865
17866 \end_inset
17867
17868
17869 \begin_inset LatexCommand label
17870 name "sec:floatflt"
17871
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \begin_layout Standard
17878 This float type is used if you want to 
17879 \begin_inset Quotes eld
17880 \end_inset
17881
17882 wrap
17883 \begin_inset Quotes erd
17884 \end_inset
17885
17886  text around a figure so that it only occupies some fraction of the column
17887  width.
17888  It can be inserted using the menu 
17889 \begin_inset Wrap figure
17890 placement l
17891 width "40col%"
17892 status open
17893
17894 \begin_layout Standard
17895 \begin_inset Graphics
17896         filename clipart/mobius.eps
17897         display color
17898         width 40col%
17899         rotateOrigin center
17900
17901 \end_inset
17902
17903
17904 \end_layout
17905
17906 \begin_layout Standard
17907 \begin_inset Caption
17908
17909 \begin_layout Standard
17910 \begin_inset LatexCommand label
17911 name "cap:Wrapped-figure"
17912
17913 \end_inset
17914
17915 This is a wrapped figure, and this is the brilliant caption that describes
17916  it
17917 \begin_inset VSpace medskip
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929
17930  
17931 \family sans
17932 Insert\SpecialChar \menuseparator
17933 Float\SpecialChar \menuseparator
17934 Text\InsetSpace ~
17935 Wrap\InsetSpace ~
17936 Float
17937 \family default
17938  if the LaTeX-package 
17939 \series bold
17940 floatflt
17941 \series default
17942
17943 \begin_inset LatexCommand index
17944 name "LaTeX-packages ! floatflt"
17945
17946 \end_inset
17947
17948  is installed.
17949 \begin_inset Foot
17950 status collapsed
17951
17952 \begin_layout Standard
17953 Installing a LaTeX-package is explained it in the 
17954 \emph on
17955 LaTeX\InsetSpace ~
17956 Configuration
17957 \emph default
17958  manual.
17959 \end_layout
17960
17961 \end_inset
17962
17963  The width and placement of the float is adjusted by right-clicking on the
17964  float box.
17965  Figure\InsetSpace ~
17966
17967 \begin_inset LatexCommand ref
17968 reference "cap:Wrapped-figure"
17969
17970 \end_inset
17971
17972  is an example Text\InsetSpace ~
17973 wrap float with a width of 40
17974 \begin_inset Formula $\,$
17975 \end_inset
17976
17977 col%.
17978 \begin_inset Foot
17979 status collapsed
17980
17981 \begin_layout Standard
17982 Available units are explained in Appendix\InsetSpace ~
17983
17984 \begin_inset LatexCommand ref
17985 reference "cha:Units-available-in"
17986
17987 \end_inset
17988
17989 .
17990 \end_layout
17991
17992 \end_inset
17993
17994  Some space was added under the caption to separate it better from the surroundi
17995 ng text.
17996 \end_layout
17997
17998 \begin_layout Standard
17999 The LaTeX-package 
18000 \series bold
18001 floatflt
18002 \series default
18003  also supports table wrap floats, but they are not yet supported by LyX.
18004  If you need this, read the documentation of 
18005 \series bold
18006 floatflt
18007 \series default
18008  
18009 \begin_inset LatexCommand cite
18010 key "floatflt"
18011
18012 \end_inset
18013
18014 .
18015 \end_layout
18016
18017 \begin_layout Standard
18018 \begin_inset Note Greyedout
18019 status open
18020
18021 \begin_layout Standard
18022
18023 \series bold
18024 Note:
18025 \series default
18026  Text\InsetSpace ~
18027 wrap float floats might be fragile! E.g.
18028  having a figure too close to the bottom of the page can mess things up
18029  in the way that the float doesn't appear in the output or that it is placed
18030  over some other text.
18031 \begin_inset Foot
18032 status collapsed
18033
18034 \begin_layout Standard
18035 The better solution is to use the LaTeX-package 
18036 \series bold
18037 wrapfig
18038 \series default
18039
18040 \begin_inset LatexCommand index
18041 name "LaTeX-packages ! wrapfig"
18042
18043 \end_inset
18044
18045  instead of 
18046 \series bold
18047 floatflt
18048 \series default
18049  but it is currently not supported by LyX.
18050 \end_layout
18051
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \end_inset
18058
18059  In general:
18060 \end_layout
18061
18062 \begin_layout Itemize
18063 Wrap floats should not be placed in paragraphs that run over a page break.
18064  That means that wrap floats should better be inserted to the exact place
18065  when the document is nearly ready and you are able to estimate where page
18066  breaks will appear.
18067 \end_layout
18068
18069 \begin_layout Itemize
18070 Wrap floats should either be placed in an own paragraph before the paragraph
18071  where they should wrap into or within a paragraph.
18072 \end_layout
18073
18074 \begin_layout Itemize
18075 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18076  there is a text paragraph between them as separator.
18077 \end_layout
18078
18079 \begin_layout Itemize
18080 Wrap floats are not allowed in section headings or tables.
18081 \end_layout
18082
18083 \begin_layout Subsection
18084 Rotated Floats
18085 \begin_inset LatexCommand label
18086 name "sub:Rotated-Floats"
18087
18088 \end_inset
18089
18090
18091 \begin_inset LatexCommand index
18092 name "Floats ! Rotating"
18093
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \begin_layout Standard
18100 Especially for wide tables you might have floats rotated.
18101  To rotate a whole float including the caption, right-click on the float-box
18102  and use the option 
18103 \family sans
18104 Rotate\InsetSpace ~
18105 sideways
18106 \family default
18107 .
18108 \end_layout
18109
18110 \begin_layout Standard
18111 Rotated floats are always placed on its own page (or column, when you have
18112  a two-column document).
18113  They are rotated so that you can read them from the outside margin.
18114  Forcing the rotation direction is explained in the 
18115 \emph on
18116 Embedded Objects
18117 \emph default
18118  manual.
18119 \end_layout
18120
18121 \begin_layout Standard
18122 Referencing rotated floats is the same like for normal floats, the caption
18123  format is also the same: Table\InsetSpace ~
18124
18125 \begin_inset LatexCommand ref
18126 reference "cap:Rotated-table"
18127
18128 \end_inset
18129
18130  is an example of a rotated table float.
18131 \end_layout
18132
18133 \begin_layout Standard
18134 \begin_inset Note Greyedout
18135 status open
18136
18137 \begin_layout Standard
18138
18139 \series bold
18140 Note:
18141 \series default
18142  Not all DVI-viewers are able to display rotated floats.
18143 \end_layout
18144
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \begin_layout Standard
18151 \begin_inset Float table
18152 wide false
18153 sideways true
18154 status open
18155
18156 \begin_layout Standard
18157 \begin_inset Caption
18158
18159 \begin_layout Standard
18160 \begin_inset LatexCommand label
18161 name "cap:Rotated-table"
18162
18163 \end_inset
18164
18165  Rotated table
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \end_layout
18172
18173 \begin_layout Standard
18174 \align center
18175 \begin_inset Tabular
18176 <lyxtabular version="3" rows="1" columns="5">
18177 <features>
18178 <column alignment="center" valignment="top" leftline="true" width="0">
18179 <column alignment="center" valignment="top" leftline="true" width="0">
18180 <column alignment="center" valignment="top" leftline="true" width="0">
18181 <column alignment="center" valignment="top" leftline="true" width="0">
18182 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18183 <row topline="true" bottomline="true">
18184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Standard
18188 test
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Standard
18197 b
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Standard
18206 c
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Standard
18215 d
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Standard
18224 e
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 </lyxtabular>
18231
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \begin_layout Subsection
18243 Float Placement
18244 \begin_inset LatexCommand label
18245 name "sub:Float-Placement"
18246
18247 \end_inset
18248
18249
18250 \begin_inset LatexCommand index
18251 name "Floats ! Placement"
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 Right-clicking on a float-box opens a dialog where you can alter the placement
18260  options that LaTeX uses for positioning the float.
18261 \newline
18262 The option 
18263 \family sans
18264 Span\InsetSpace ~
18265 columns
18266 \family default
18267  is only useful for two-column documents: If you select it, the float will
18268  span across both columns on the page instead of being confined to just
18269  one.
18270 \newline
18271 The option 
18272 \family sans
18273 Rotate\InsetSpace ~
18274 sideways
18275 \family default
18276  is used to rotate floats, see section\InsetSpace ~
18277
18278 \begin_inset LatexCommand ref
18279 reference "sub:Rotated-Floats"
18280
18281 \end_inset
18282
18283 .
18284 \end_layout
18285
18286 \begin_layout Standard
18287 You can use one ore more of the following options in the float dialog to
18288  set the placement for a particular float when you uncheck the option 
18289 \family sans
18290 Use\InsetSpace ~
18291 default\InsetSpace ~
18292 placement
18293 \family default
18294 :
18295 \end_layout
18296
18297 \begin_layout Description
18298 Here\InsetSpace ~
18299 if\InsetSpace ~
18300 possible: try to place the float on the position where it is inserted
18301 \end_layout
18302
18303 \begin_layout Description
18304 Top\InsetSpace ~
18305 of\InsetSpace ~
18306 page: try to place the float on the top of the current page
18307 \end_layout
18308
18309 \begin_layout Description
18310 Bottom\InsetSpace ~
18311 of\InsetSpace ~
18312 page: try to place the float on the bottom of the current page
18313 \end_layout
18314
18315 \begin_layout Description
18316 Page\InsetSpace ~
18317 of\InsetSpace ~
18318 floats: try to place the float on an own page 
18319 \end_layout
18320
18321 \begin_layout Standard
18322 The order of the above option is 
18323 \emph on
18324 always
18325 \emph default
18326  used by LaTeX.
18327  That means, if you use the default placement, LaTeX will first try out
18328  
18329 \family sans
18330 Here\InsetSpace ~
18331 if\InsetSpace ~
18332 possible
18333 \family default
18334 , then 
18335 \family sans
18336 Top\InsetSpace ~
18337 of\InsetSpace ~
18338 page
18339 \family default
18340 , and then the others.
18341  If you don't use the default, LaTeX will try only the checked options but
18342  in the same order.
18343  If none of the 4 placements are possible the procedure is internally repeated
18344  but it is tried to put the float on the following page.
18345 \end_layout
18346
18347 \begin_layout Standard
18348 By default, each options has its own rules:
18349 \end_layout
18350
18351 \begin_layout Standard
18352
18353 \family sans
18354 Top\InsetSpace ~
18355 of\InsetSpace ~
18356 page
18357 \family default
18358  only floats occupying less than 70\InsetSpace \thinspace{}
18359 % of the page can be placed at the top
18360  of a page
18361 \end_layout
18362
18363 \begin_layout Standard
18364
18365 \family sans
18366 Bottom\InsetSpace ~
18367 of\InsetSpace ~
18368 page
18369 \family default
18370 : only floats occupying less than 30\InsetSpace \thinspace{}
18371 % of the page can be placed at the bottom
18372  of a page.
18373 \end_layout
18374
18375 \begin_layout Standard
18376
18377 \family sans
18378 Page\InsetSpace ~
18379 of\InsetSpace ~
18380 floats
18381 \family default
18382 : only if more than 50\InsetSpace \thinspace{}
18383 % of the page are occupied by floats, several floats
18384  can be set together on a page.
18385 \end_layout
18386
18387 \begin_layout Standard
18388 If you don't like these rules, you can ignore them by using the additional
18389  option 
18390 \family sans
18391 Ignore\InsetSpace ~
18392 LaTeX\InsetSpace ~
18393 rules
18394 \family default
18395 .
18396 \end_layout
18397
18398 \begin_layout Standard
18399 Sometimes you might need, under all circumstances, a float to be placed
18400  exactly at the position where it is inserted.
18401  For this case you can use the option 
18402 \family sans
18403 Here\InsetSpace ~
18404 definitely
18405 \family default
18406 .
18407  Use this option very rarely and only if the document is nearly ready to
18408  be printed.
18409  Because the float is then no longer able to 
18410 \begin_inset Quotes eld
18411 \end_inset
18412
18413 float
18414 \begin_inset Quotes erd
18415 \end_inset
18416
18417  when you change your document and this will often destroy the page layout.
18418 \end_layout
18419
18420 \begin_layout Standard
18421 There are no placement options for text wrap floats, because they are always
18422  surrounded by the text of a certain paragraph.
18423 \end_layout
18424
18425 \begin_layout Standard
18426 For more details about float placements, have a look at LaTeX books like
18427  
18428 \begin_inset LatexCommand cite
18429 key "latexcompanion,latexguide,latexbook"
18430
18431 \end_inset
18432
18433 .
18434 \end_layout
18435
18436 \begin_layout Section
18437 Minipages
18438 \begin_inset LatexCommand index
18439 name "Minipages"
18440
18441 \end_inset
18442
18443
18444 \begin_inset LatexCommand label
18445 name "sec:Minipages"
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Standard
18453 LaTeX provides a mechanism to produce essentially a page within a page,
18454  called minipage.
18455  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
18456 apply.
18457  
18458 \end_layout
18459
18460 \begin_layout Standard
18461 Minipages in LyX have their own collapsible box inserted via the menu 
18462 \family sans
18463 Insert\SpecialChar \menuseparator
18464 Box
18465 \family default
18466 .
18467  Right-clicking on the box allows you to alter the width of the minipage
18468  and its alignment within the page.
18469 \end_layout
18470
18471 \begin_layout Standard
18472 \align center
18473 \begin_inset Box Frameless
18474 position "t"
18475 hor_pos "c"
18476 has_inner_box 1
18477 inner_pos "t"
18478 use_parbox 0
18479 width "30col%"
18480 special "none"
18481 height "1pt"
18482 height_special "totalheight"
18483 status open
18484
18485 \begin_layout Standard
18486
18487 \shape italic
18488 This is a minipage.
18489  The text is set in an italic style.
18490 \end_layout
18491
18492 \begin_layout Standard
18493
18494 \shape italic
18495 Minipages are often used for text in another language or text that needs
18496  another formatting.
18497 \end_layout
18498
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \begin_layout Standard
18505 \begin_inset VSpace medskip
18506 \end_inset
18507
18508 If you place two minipages side-by-side, you can use 
18509 \family sans
18510 Horizontal Fills
18511 \family default
18512  as described in section\InsetSpace ~
18513
18514 \begin_inset LatexCommand ref
18515 reference "sub:Horizontal-Space"
18516
18517 \end_inset
18518
18519 :
18520 \begin_inset VSpace medskip
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \begin_layout Standard
18527 \begin_inset Box Frameless
18528 position "t"
18529 hor_pos "c"
18530 has_inner_box 1
18531 inner_pos "t"
18532 use_parbox 0
18533 width "1.5in"
18534 special "none"
18535 height "1pt"
18536 height_special "totalheight"
18537 status open
18538
18539 \begin_layout Standard
18540 This is a minipage with some stupid dummy text.
18541  This dummy text is used to increase the size of the minipage.
18542 \end_layout
18543
18544 \end_inset
18545
18546
18547 \hfill
18548
18549 \begin_inset Box Frameless
18550 position "t"
18551 hor_pos "c"
18552 has_inner_box 1
18553 inner_pos "t"
18554 use_parbox 0
18555 width "1.5in"
18556 special "none"
18557 height "1pt"
18558 height_special "totalheight"
18559 status open
18560
18561 \begin_layout Standard
18562 This is a minipage with some stupid dummy text.
18563  This dummy text is used to increase the size of the minipage.
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \begin_layout Standard
18572 \begin_inset VSpace bigskip
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \begin_layout Standard
18579 When you right-click on a minipage box, you can change the box from a minipage
18580  to other box types.
18581  All box types and their settings are explained in detail in chapter 
18582 \emph on
18583 Boxes
18584 \emph default
18585  of the 
18586 \emph on
18587 Embedded Objects
18588 \emph default
18589  manual.
18590 \end_layout
18591
18592 \begin_layout Chapter
18593 Mathematical Formulas
18594 \begin_inset LatexCommand index
18595 name "Math"
18596
18597 \end_inset
18598
18599
18600 \begin_inset LatexCommand index
18601 name "Formulas | see{Math}"
18602
18603 \end_inset
18604
18605
18606 \begin_inset LatexCommand label
18607 name "cha:Mathematical-Formulas"
18608
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \begin_layout Section
18615 Basic Math Editing
18616 \begin_inset LatexCommand index
18617 name "Math ! Basics"
18618
18619 \end_inset
18620
18621
18622 \end_layout
18623
18624 \begin_layout Standard
18625 To create a math formula, you can just click on the toolbar icon 
18626 \begin_inset Graphics
18627         filename ../images/math-mode.png
18628
18629 \end_inset
18630
18631 .
18632  That will create a little blue rectangle, with purple markers around its
18633  corners.
18634  That blue rectangle is the formula itself; the purple markers indicate
18635  what level of nesting within the formula you are at.
18636  You can also choose a particular formula type to insert via the 
18637 \family sans
18638 Insert\SpecialChar \menuseparator
18639 Math
18640 \family default
18641  menu.
18642 \end_layout
18643
18644 \begin_layout Standard
18645 Editing the parameters of a formula and adding math constructs can be done
18646  with the 
18647 \family sans
18648 math\InsetSpace ~
18649 toolbar
18650 \family default
18651 , that appears when the cursor is in a formula.
18652 \end_layout
18653
18654 \begin_layout Standard
18655 There are two main types of formulas: Inline formulas appear within a text
18656  line, like this one:
18657 \end_layout
18658
18659 \begin_layout Standard
18660 This is a line with an inline formula 
18661 \begin_inset Formula $A=B$
18662 \end_inset
18663
18664  in it.
18665 \end_layout
18666
18667 \begin_layout Standard
18668 Displayed formulas appear outside the text like as they were in an own paragraph
18669 , like this one:
18670 \begin_inset Formula \[
18671 A=B\]
18672
18673 \end_inset
18674
18675 You can only number and reference displayed formulas.
18676 \end_layout
18677
18678 \begin_layout Standard
18679 LyX supports also many LaTeX math commands.
18680  E.g.
18681  typing 
18682 \begin_inset Quotes eld
18683 \end_inset
18684
18685
18686 \series bold
18687
18688 \backslash
18689 alpha
18690 \series default
18691
18692 \begin_inset Quotes erd
18693 \end_inset
18694
18695 , followed by a space, in a formula will create the Greek letter 
18696 \begin_inset Formula $\alpha$
18697 \end_inset
18698
18699 .
18700  So typing commands might sometimes be faster than using the 
18701 \family sans
18702 Math\InsetSpace ~
18703 Panel
18704 \family default
18705 .
18706 \end_layout
18707
18708 \begin_layout Subsection
18709 Navigating in Formulas
18710 \begin_inset LatexCommand index
18711 name "Math ! Navigating"
18712
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \begin_layout Standard
18719 The best control over the cursor position within an existing formula is
18720  achieved with the arrow keys.
18721  LyX uses small rectangles to indicate places where something can be inserted.
18722  The arrow keys can be used to navigate between parts of a formula.
18723  Pressing 
18724 \family sans
18725 Space
18726 \family default
18727  will leave a formula construct (a square root 
18728 \begin_inset Formula $\sqrt{2}$
18729 \end_inset
18730
18731 , or parentheses 
18732 \begin_inset Formula $\left(f\right)$
18733 \end_inset
18734
18735 , or a matrix 
18736 \begin_inset Formula $\left[\begin{array}{cc}
18737 1 & 2\\
18738 3 & 4\end{array}\right]$
18739 \end_inset
18740
18741 ).
18742  Pressing 
18743 \family sans
18744 Escape
18745 \family default
18746  will leave the formula, placing the cursor after the formula.
18747  
18748 \family sans
18749 Tab
18750 \family default
18751  can be used to move horizontally in a formula; for example, through the
18752  cells of a matrix or the positions in a multi-line equation.
18753 \end_layout
18754
18755 \begin_layout Standard
18756
18757 \family sans
18758 Space
18759 \family default
18760 , printed in this document as 
18761 \begin_inset Quotes eld
18762 \end_inset
18763
18764
18765 \begin_inset ERT
18766 status collapsed
18767
18768 \begin_layout Standard
18769
18770
18771 \backslash
18772 spce 
18773 \end_layout
18774
18775 \end_inset
18776
18777
18778 \begin_inset Quotes erd
18779 \end_inset
18780
18781
18782 \begin_inset Note Note
18783 status collapsed
18784
18785 \begin_layout Standard
18786 This command will appear in the output as official character denoting the
18787  space character (visible space).
18788 \end_layout
18789
18790 \end_inset
18791
18792 , seems to do nothing in a formula, since it does not add a space between
18793  characters, but it does exit a nested structure.
18794  For this reason, you have to be careful about using 
18795 \family sans
18796 Space
18797 \family default
18798 .
18799  For example, if you want 
18800 \begin_inset Formula $\sqrt{2x+1}$
18801 \end_inset
18802
18803 , type 
18804 \series bold
18805
18806 \backslash
18807 sqrt
18808 \begin_inset ERT
18809 status collapsed
18810
18811 \begin_layout Standard
18812
18813
18814 \backslash
18815 spce 
18816 \end_layout
18817
18818 \end_inset
18819
18820 2x+1
18821 \series default
18822  and not 
18823 \series bold
18824
18825 \backslash
18826 sqrt
18827 \begin_inset ERT
18828 status collapsed
18829
18830 \begin_layout Standard
18831
18832
18833 \backslash
18834 spce 
18835 \end_layout
18836
18837 \end_inset
18838
18839 2x
18840 \begin_inset ERT
18841 status collapsed
18842
18843 \begin_layout Standard
18844
18845
18846 \backslash
18847 spce 
18848 \end_layout
18849
18850 \end_inset
18851
18852 +1
18853 \series default
18854 , since in the latter case only the 
18855 \family typewriter
18856
18857 \begin_inset Formula $2x$
18858 \end_inset
18859
18860
18861 \family default
18862  will be under the square root sign: 
18863 \begin_inset Formula $\sqrt{2x}+1$
18864 \end_inset
18865
18866 .
18867 \end_layout
18868
18869 \begin_layout Standard
18870 You can leave many parts of a formula, like this matrix, partially filled
18871  in, such as:
18872 \begin_inset Formula \[
18873 \left(\begin{array}{ccc}
18874 \lambda_{1}\\
18875  & \ddots\\
18876  &  & \lambda_{n}\end{array}\right)\]
18877
18878 \end_inset
18879
18880 If you leave a fraction only partially filled in, or a subscript with nothing
18881  in it, the results will be unpredictable, but most constructs don't mind.
18882 \end_layout
18883
18884 \begin_layout Subsection
18885 Selecting Text
18886 \end_layout
18887
18888 \begin_layout Standard
18889 You can select text within a formula in two different ways.
18890  Place the cursor at one end of the string of text you want, and press 
18891 \family sans
18892 Shift
18893 \family default
18894  and a cursor movement key to select text.
18895  It will be highlighted as with regular text selection.
18896  Alternatively, you can select text with the mouse in the usual way.
18897  That text can then be cut or copied, and then pasted within any formula,
18898  but not in a normal text region in LyX.
18899 \end_layout
18900
18901 \begin_layout Subsection
18902 Exponents and Subscripts
18903 \begin_inset LatexCommand index
18904 name "Math ! Exponents"
18905
18906 \end_inset
18907
18908
18909 \begin_inset LatexCommand index
18910 name "Math ! Subscripts"
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Standard
18918 You can use the math panel to add super- or subscripts, but the much easier
18919  way is to use a command.
18920  To get 
18921 \begin_inset Formula $x^{2}$
18922 \end_inset
18923
18924 , type in a formula 
18925 \series bold
18926 x^2
18927 \begin_inset ERT
18928 status collapsed
18929
18930 \begin_layout Standard
18931
18932
18933 \backslash
18934 spce 
18935 \end_layout
18936
18937 \end_inset
18938
18939
18940 \series default
18941 .
18942  The final 
18943 \family sans
18944 Space
18945 \family default
18946  puts the cursor back down on the base line of the expression.
18947  If you type 
18948 \series bold
18949 x^2y
18950 \series default
18951 , you will get 
18952 \begin_inset Formula $x^{2y}$
18953 \end_inset
18954
18955 , to get 
18956 \begin_inset Formula $x^{2}y$
18957 \end_inset
18958
18959 , type 
18960 \series bold
18961 x^2
18962 \begin_inset ERT
18963 status collapsed
18964
18965 \begin_layout Standard
18966
18967
18968 \backslash
18969 spce 
18970 \end_layout
18971
18972 \end_inset
18973
18974 y
18975 \series default
18976 .
18977  If you use characters in the superscript, that could be accented with the
18978  hat 
18979 \begin_inset Quotes eld
18980 \end_inset
18981
18982 ^
18983 \begin_inset Quotes erd
18984 \end_inset
18985
18986 , you have to use an extra 
18987 \family sans
18988 Space
18989 \family default
18990  to separate the hat and the character.
18991  E.g.
18992  if you want 
18993 \begin_inset Formula $x^{a}$
18994 \end_inset
18995
18996 , type 
18997 \series bold
18998 x^
18999 \begin_inset ERT
19000 status collapsed
19001
19002 \begin_layout Standard
19003
19004
19005 \backslash
19006 spce 
19007 \end_layout
19008
19009 \end_inset
19010
19011 a
19012 \series default
19013 .
19014  Subscripts are similar: To get 
19015 \begin_inset Formula $a_{1}$
19016 \end_inset
19017
19018 , type 
19019 \series bold
19020 a_1
19021 \begin_inset ERT
19022 status collapsed
19023
19024 \begin_layout Standard
19025
19026
19027 \backslash
19028 spce 
19029 \end_layout
19030
19031 \end_inset
19032
19033
19034 \series default
19035 .
19036 \end_layout
19037
19038 \begin_layout Subsection
19039 Fractions
19040 \begin_inset LatexCommand index
19041 name "Math ! Fractions"
19042
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Standard
19049 Create a fraction with either the command 
19050 \series bold
19051
19052 \backslash
19053 frac
19054 \series default
19055  or using the icon 
19056 \begin_inset Graphics
19057         filename ../images/math/frac.png
19058         scale 60
19059
19060 \end_inset
19061
19062  in the 
19063 \family sans
19064 Math\InsetSpace ~
19065 Panel
19066 \family default
19067 .
19068  You will be presented with an empty fraction.
19069  The cursor is above the fraction line.
19070  To move it to the bottom, simply press 
19071 \family sans
19072 Down
19073 \family default
19074 .
19075  To move back up, press 
19076 \family sans
19077 Up
19078 \family default
19079 .
19080  Any math structure can be placed in a fraction, as this example shows:
19081 \begin_inset Formula \[
19082 \left[\frac{1}{\left(\begin{array}{cc}
19083 2 & 3\\
19084 4 & 5\end{array}\right)}\right]\]
19085
19086 \end_inset
19087
19088
19089 \end_layout
19090
19091 \begin_layout Subsection
19092 Roots
19093 \begin_inset LatexCommand index
19094 name "Math ! Roots"
19095
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \begin_layout Standard
19102 Roots can be created using the 
19103 \family sans
19104 Math\InsetSpace ~
19105 Panel
19106 \family default
19107  button
19108 \begin_inset Graphics
19109         filename ../images/math/sqrt.png
19110
19111 \end_inset
19112
19113  or the commands 
19114 \series bold
19115
19116 \backslash
19117 sqrt
19118 \series default
19119  or 
19120 \series bold
19121
19122 \backslash
19123 root
19124 \series default
19125 .
19126  With the command 
19127 \series bold
19128
19129 \backslash
19130 root
19131 \series default
19132  you can produce roots of higher orders, like cube roots, while 
19133 \series bold
19134
19135 \backslash
19136 sqrt
19137 \series default
19138  produces always a square root.
19139 \end_layout
19140
19141 \begin_layout Subsection
19142 Operators with Limits
19143 \begin_inset LatexCommand index
19144 name "Math ! Sums"
19145
19146 \end_inset
19147
19148
19149 \begin_inset LatexCommand index
19150 name "Math ! Integrals"
19151
19152 \end_inset
19153
19154
19155 \begin_inset LatexCommand label
19156 name "sub:Operators-with-Limits"
19157
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \begin_layout Standard
19164 Sum (
19165 \begin_inset Formula $\sum$
19166 \end_inset
19167
19168 ) and integral (
19169 \begin_inset Formula $\int$
19170 \end_inset
19171
19172 ) operators are very often decorated with limits.
19173  These limits can be entered in LyX by entering them as you would enter
19174  a super- or subscript, directly after the symbol.
19175  The sum operator will automatically place its 
19176 \begin_inset Quotes eld
19177 \end_inset
19178
19179 limits
19180 \begin_inset Quotes erd
19181 \end_inset
19182
19183  over and under the symbol in displayed formulas, and on the side in inline
19184  formulas.
19185  Such as 
19186 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
19187 \end_inset
19188
19189 , versus
19190 \begin_inset Formula \[
19191 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
19192
19193 \end_inset
19194
19195 Integral signs, however, will place the limits on the side in both formula
19196  types.
19197 \end_layout
19198
19199 \begin_layout Standard
19200 All operators with limits will be automatically re-sized when placed in
19201  display mode.
19202  The placement of the limits can be changed by placing the cursor directly
19203  behind the operator and hitting 
19204 \family sans
19205 M-m l
19206 \family default
19207  or using the menu 
19208 \family sans
19209 Edit\SpecialChar \menuseparator
19210 Math\SpecialChar \menuseparator
19211 Change\InsetSpace ~
19212 Limits\InsetSpace ~
19213 Type
19214 \family default
19215 .
19216 \end_layout
19217
19218 \begin_layout Standard
19219 Certain other mathematical expressions have this 
19220 \begin_inset Quotes eld
19221 \end_inset
19222
19223 moving limits
19224 \begin_inset Quotes erd
19225 \end_inset
19226
19227  feature as addition, such as
19228 \begin_inset LatexCommand index
19229 name "Math ! Limits"
19230
19231 \end_inset
19232
19233
19234 \begin_inset Formula \[
19235 \lim_{x\rightarrow\infty}f(x),\]
19236
19237 \end_inset
19238
19239 which will place the 
19240 \begin_inset Formula $x\rightarrow\infty$
19241 \end_inset
19242
19243  underneath the 
19244 \begin_inset Quotes eld
19245 \end_inset
19246
19247 lim
19248 \begin_inset Quotes erd
19249 \end_inset
19250
19251  in display mode.
19252  In inline formulas it looks like this: 
19253 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
19254 \end_inset
19255
19256 .
19257 \end_layout
19258
19259 \begin_layout Standard
19260 Note that the lim-function was entered as the function macro 
19261 \series bold
19262
19263 \backslash
19264 lim
19265 \series default
19266 .
19267  Have a look at section\InsetSpace ~
19268
19269 \begin_inset LatexCommand ref
19270 reference "sub:Functions"
19271
19272 \end_inset
19273
19274  for an explanation of function macros.
19275 \end_layout
19276
19277 \begin_layout Subsection
19278 Math Symbols
19279 \begin_inset LatexCommand index
19280 name "Math ! Symbols"
19281
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \begin_layout Standard
19288 Most math symbols can be found in the 
19289 \family sans
19290 Math\InsetSpace ~
19291 Panel
19292 \family default
19293  under one of several categories; including 
19294 \family sans
19295 Greek
19296 \family default
19297
19298 \family sans
19299 Operators
19300 \family default
19301  , 
19302 \family sans
19303 Relations
19304 \family default
19305
19306 \family sans
19307 Arrows
19308 \family default
19309 .
19310  There are also the additional symbols provided by the American Mathematical
19311  Society (AMS).
19312 \end_layout
19313
19314 \begin_layout Standard
19315 If you know the LaTeX-command for a construct or symbol you wish to use,
19316  you don't have to use the 
19317 \family sans
19318 Math\InsetSpace ~
19319 Panel
19320 \family default
19321 , but can type the command directly into the formula.
19322  LyX will convert it to the corresponding symbol or construct.
19323 \end_layout
19324
19325 \begin_layout Subsection
19326 Altering Spacing
19327 \begin_inset LatexCommand index
19328 name "Math ! Spaces"
19329
19330 \end_inset
19331
19332
19333 \begin_inset LatexCommand label
19334 name "sub:Altering-Spacing"
19335
19336 \end_inset
19337
19338
19339 \end_layout
19340
19341 \begin_layout Standard
19342 You may want to create spaces that differs from the standard spacing that
19343  LaTeX provides.
19344  To do this, type 
19345 \family sans
19346 C-Space
19347 \family default
19348  or to use the 
19349 \family sans
19350 Math\InsetSpace ~
19351 Panel
19352 \family default
19353  button 
19354 \begin_inset Graphics
19355         filename ../images/math/space.png
19356
19357 \end_inset
19358
19359 .
19360  This generates a small space, and shows a small marker on the screen.
19361  Here a example for the sequence 
19362 \series bold
19363 a C-Space b
19364 \series default
19365
19366 \begin_inset Formula $a\, b$
19367 \end_inset
19368
19369  (appears in LyX as 
19370 \begin_inset Graphics
19371         filename clipart/SpaceMarker.png
19372
19373 \end_inset
19374
19375 ).
19376  You can change the space to different sizes when you set the cursor behind
19377  the space marker and hit space again several times.
19378  With every space hit the size will be changed.
19379  Some markers for the space size appear red in LyX, because they are a negative
19380  spaces.
19381  Here two examples:
19382 \end_layout
19383
19384 \begin_layout Standard
19385
19386 \series bold
19387 a C-Space b
19388 \series default
19389  and 3×
19390 \family sans
19391 Space
19392 \family default
19393
19394 \begin_inset Formula $a\quad b$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \begin_layout Standard
19401
19402 \series bold
19403 a C-Space b
19404 \series default
19405  and 5×
19406 \family sans
19407 Space
19408 \family default
19409
19410 \begin_inset Formula $a\! b$
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \begin_layout Subsection
19417 Functions
19418 \begin_inset LatexCommand index
19419 name "Math ! Functions"
19420
19421 \end_inset
19422
19423
19424 \begin_inset LatexCommand label
19425 name "sub:Functions"
19426
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \begin_layout Standard
19433 The 
19434 \family sans
19435 Math\InsetSpace ~
19436 Panel
19437 \family default
19438  contains under the button 
19439 \begin_inset Graphics
19440         filename ../images/math/functions.png
19441
19442 \end_inset
19443
19444  a number of functions, such as 
19445 \begin_inset Formula $\sin$
19446 \end_inset
19447
19448
19449 \begin_inset Formula $\lim$
19450 \end_inset
19451
19452
19453 \emph on
19454 etc
19455 \emph default
19456 .
19457  (you can also insert them in a formula by typing 
19458 \series bold
19459
19460 \backslash
19461 sin
19462 \series default
19463  etc.).
19464  Standard mathematical practice is, that functions are printed upright to
19465  avoid confusions, because 
19466 \begin_inset Formula $sin$
19467 \end_inset
19468
19469  does normally mean 
19470 \begin_inset Formula $s·i·n$
19471 \end_inset
19472
19473 .
19474 \end_layout
19475
19476 \begin_layout Standard
19477 Using the function macros will also produce correct spacing around the function:
19478  
19479 \begin_inset Formula $a\sin x$
19480 \end_inset
19481
19482  is different from 
19483 \begin_inset Formula $asinx$
19484 \end_inset
19485
19486
19487 \end_layout
19488
19489 \begin_layout Standard
19490 For some mathematical objects, like the limes, the macro changes the way
19491  that subscripts are placed, like described in section\InsetSpace ~
19492
19493 \begin_inset LatexCommand ref
19494 reference "sub:Operators-with-Limits"
19495
19496 \end_inset
19497
19498 .
19499 \end_layout
19500
19501 \begin_layout Subsection
19502 Accents
19503 \begin_inset LatexCommand index
19504 name "Math ! Accents"
19505
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \begin_layout Standard
19512 In a formula you can insert accented characters in the same way as in text
19513  mode.
19514  This may depend on your keyboard, or the bindings file you use.
19515  You can also use LaTeX commands to e.g.
19516  enter 
19517 \begin_inset Formula $\hat{a}$
19518 \end_inset
19519
19520  even if your keyboard doesn't have hat-accents enabled.
19521  Our example is entered by typing 
19522 \series bold
19523
19524 \backslash
19525 hat
19526 \begin_inset ERT
19527 status collapsed
19528
19529 \begin_layout Standard
19530
19531
19532 \backslash
19533 spce 
19534 \end_layout
19535
19536 \end_inset
19537
19538 a
19539 \series default
19540  in a formula.
19541  Table\InsetSpace ~
19542
19543 \begin_inset LatexCommand ref
19544 reference "cap:Accent-names-and"
19545
19546 \end_inset
19547
19548  shows the equivalences between the accent names and the commands.
19549 \end_layout
19550
19551 \begin_layout Standard
19552 \begin_inset Float table
19553 wide false
19554 sideways false
19555 status open
19556
19557 \begin_layout Standard
19558 \begin_inset Caption
19559
19560 \begin_layout Standard
19561 \begin_inset LatexCommand label
19562 name "cap:Accent-names-and"
19563
19564 \end_inset
19565
19566 Accent names and the corresponding commands.
19567 \end_layout
19568
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \begin_layout Standard
19575 \align center
19576 \begin_inset Tabular
19577 <lyxtabular version="3" rows="11" columns="3">
19578 <features>
19579 <column alignment="center" valignment="top" leftline="true" width="0pt">
19580 <column alignment="center" valignment="top" leftline="true" width="0pt">
19581 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19582 <row topline="true" bottomline="true">
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Standard
19587 Name
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Standard
19596 Command
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Standard
19605 E
19606 \family roman
19607 \series medium
19608 \shape up
19609 \size normal
19610 \emph off
19611 \bar no
19612 \noun off
19613 \color none
19614 xample
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row topline="true">
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Standard
19625
19626 \family roman
19627 \series medium
19628 \shape up
19629 \size normal
19630 \emph off
19631 \bar no
19632 \noun off
19633 \color none
19634 circumflex
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Standard
19643
19644 \series bold
19645
19646 \backslash
19647 hat
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Standard
19656
19657 \family roman
19658 \series medium
19659 \shape up
19660 \size normal
19661 \emph off
19662 \bar no
19663 \noun off
19664 \color none
19665 \begin_inset Formula $\hat{a}$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row topline="true">
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Standard
19679
19680 \family roman
19681 \series medium
19682 \shape up
19683 \size normal
19684 \emph off
19685 \bar no
19686 \noun off
19687 \color none
19688 grave
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Standard
19697
19698 \series bold
19699
19700 \backslash
19701 grave
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Standard
19710
19711 \family roman
19712 \series medium
19713 \shape up
19714 \size normal
19715 \emph off
19716 \bar no
19717 \noun off
19718 \color none
19719 \begin_inset Formula $\grave{a}$
19720 \end_inset
19721
19722
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 </row>
19728 <row topline="true">
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Standard
19733
19734 \family roman
19735 \series medium
19736 \shape up
19737 \size normal
19738 \emph off
19739 \bar no
19740 \noun off
19741 \color none
19742 acute
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Standard
19751
19752 \series bold
19753
19754 \backslash
19755 acute
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Standard
19764
19765 \family roman
19766 \series medium
19767 \shape up
19768 \size normal
19769 \emph off
19770 \bar no
19771 \noun off
19772 \color none
19773 \begin_inset Formula $\acute{a}$
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 </row>
19782 <row topline="true">
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Standard
19787
19788 \family roman
19789 \series medium
19790 \shape up
19791 \size normal
19792 \emph off
19793 \bar no
19794 \noun off
19795 \color none
19796 umlaut
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Standard
19805
19806 \series bold
19807
19808 \backslash
19809 ddot
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Standard
19818
19819 \family roman
19820 \series medium
19821 \shape up
19822 \size normal
19823 \emph off
19824 \bar no
19825 \noun off
19826 \color none
19827 \begin_inset Formula $\ddot{a}$
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 <row topline="true">
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Standard
19841
19842 \family roman
19843 \series medium
19844 \shape up
19845 \size normal
19846 \emph off
19847 \bar no
19848 \noun off
19849 \color none
19850 tilde
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Standard
19859
19860 \series bold
19861
19862 \backslash
19863 tilde
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Standard
19872
19873 \family roman
19874 \series medium
19875 \shape up
19876 \size normal
19877 \emph off
19878 \bar no
19879 \noun off
19880 \color none
19881 \begin_inset Formula $\tilde{a}$
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 </row>
19890 <row topline="true">
19891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Standard
19895
19896 \family roman
19897 \series medium
19898 \shape up
19899 \size normal
19900 \emph off
19901 \bar no
19902 \noun off
19903 \color none
19904 dot
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Standard
19913
19914 \series bold
19915
19916 \backslash
19917 dot
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Standard
19926
19927 \family roman
19928 \series medium
19929 \shape up
19930 \size normal
19931 \emph off
19932 \bar no
19933 \noun off
19934 \color none
19935 \begin_inset Formula $\dot{a}$
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 </row>
19944 <row topline="true">
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Standard
19949
19950 \family roman
19951 \series medium
19952 \shape up
19953 \size normal
19954 \emph off
19955 \bar no
19956 \noun off
19957 \color none
19958 breve
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Standard
19967
19968 \series bold
19969
19970 \backslash
19971 breve
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Standard
19980
19981 \family roman
19982 \series medium
19983 \shape up
19984 \size normal
19985 \emph off
19986 \bar no
19987 \noun off
19988 \color none
19989 \begin_inset Formula $\breve{a}$
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row topline="true">
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Standard
20003
20004 \family roman
20005 \series medium
20006 \shape up
20007 \size normal
20008 \emph off
20009 \bar no
20010 \noun off
20011 \color none
20012 caron
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Standard
20021
20022 \series bold
20023
20024 \backslash
20025 check
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Standard
20034
20035 \family roman
20036 \series medium
20037 \shape up
20038 \size normal
20039 \emph off
20040 \bar no
20041 \noun off
20042 \color none
20043 \begin_inset Formula $\check{a}$
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 </row>
20052 <row topline="true">
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Standard
20057
20058 \family roman
20059 \series medium
20060 \shape up
20061 \size normal
20062 \emph off
20063 \bar no
20064 \noun off
20065 \color none
20066 macron
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Standard
20075
20076 \series bold
20077
20078 \backslash
20079 bar
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Standard
20088
20089 \family roman
20090 \series medium
20091 \shape up
20092 \size normal
20093 \emph off
20094 \bar no
20095 \noun off
20096 \color none
20097 \begin_inset Formula $\bar{a}$
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 <row topline="true" bottomline="true">
20107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Standard
20111 vector
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Standard
20120
20121 \series bold
20122
20123 \backslash
20124 vec
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Standard
20133
20134 \family roman
20135 \series medium
20136 \shape up
20137 \size normal
20138 \emph off
20139 \bar no
20140 \noun off
20141 \color none
20142 \begin_inset Formula $\vec{a}$
20143 \end_inset
20144
20145
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 </row>
20151 </lyxtabular>
20152
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Standard
20164 You can choose one of the accents by selecting an item from the 
20165 \family sans
20166 Frame\InsetSpace ~
20167 decorations
20168 \family default
20169  symbol set button 
20170 \begin_inset Graphics
20171         filename ../images/math/hat.png
20172
20173 \end_inset
20174
20175  in the math panel ; this will apply to any selection you have made within
20176  a formula too.
20177 \end_layout
20178
20179 \begin_layout Section
20180 Brackets and Delimiters
20181 \begin_inset LatexCommand index
20182 name "Math ! Brackets"
20183
20184 \end_inset
20185
20186
20187 \begin_inset LatexCommand index
20188 name "Math ! Delimiters"
20189
20190 \end_inset
20191
20192
20193 \begin_inset LatexCommand label
20194 name "sec:Brackets-and-Delimiters"
20195
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \begin_layout Standard
20202 There are several brackets available through LyX.
20203  For most purposes, using just the keys 
20204 \family typewriter
20205 []{}()|<>
20206 \family default
20207  should suffice.
20208  But if you want to surround a large structure, like a matrix or a fraction,
20209  or if you have several layers of brackets, is better using 
20210 \family sans
20211 Math\InsetSpace ~
20212 Panel
20213 \family default
20214 's delimiter icon 
20215 \begin_inset Graphics
20216         filename ../images/math/delim.png
20217
20218 \end_inset
20219
20220 .
20221  For example, that's how you would construct the brackets around a standard
20222  matrix such as:
20223 \begin_inset Formula \[
20224 \left[\begin{array}{cc}
20225 1 & 2\\
20226 3 & 4\end{array}\right]\]
20227
20228 \end_inset
20229
20230 and to make it easier to see the layers of parentheses as in: 
20231 \begin_inset Formula \[
20232 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \begin_layout Standard
20240 The parentheses, and other brackets from that menu will automatically re-size
20241  to accommodate the size of what is inside.
20242 \end_layout
20243
20244 \begin_layout Standard
20245 To construct brackets click on the button for the bracket you want on the
20246  left side and right side.
20247  If you use the option 
20248 \family sans
20249 Keep\InsetSpace ~
20250 matched
20251 \family default
20252 , the selected bracket type will be used for the left and the right side.
20253  The selection will be shown below the button field.
20254  If you want one side to not have a bracket, use the blank button.
20255  It will appear in LyX with a dotted line, but nothing will be printed.
20256 \end_layout
20257
20258 \begin_layout Standard
20259 If you want to place brackets around math structures, like a square root,
20260  you can do that by highlighting (selecting) the structure that is to go
20261  inside the brackets.
20262  Then choose the appropriate brackets for left and right and click on 
20263 \family sans
20264 Insert
20265 \family default
20266 .
20267  The parentheses will be drawn around the selected structure.
20268 \end_layout
20269
20270 \begin_layout Standard
20271 The next section explains how to insert a LaTeX 
20272 \begin_inset Quotes eld
20273 \end_inset
20274
20275 {
20276 \begin_inset Quotes erd
20277 \end_inset
20278
20279  for grouping.
20280 \end_layout
20281
20282 \begin_layout Section
20283 Grouping
20284 \begin_inset LatexCommand index
20285 name "Math ! Grouping"
20286
20287 \end_inset
20288
20289
20290 \begin_inset LatexCommand label
20291 name "sec:Grouping"
20292
20293 \end_inset
20294
20295
20296 \end_layout
20297
20298 \begin_layout Standard
20299 You may need to group a set of symbols.
20300  In LaTeX, for example, the typesetting of 
20301 \family typewriter
20302 {x^y}^z
20303 \family default
20304  is different from 
20305 \family typewriter
20306 x^{y^z}
20307 \family default
20308 :
20309 \end_layout
20310
20311 \begin_layout Standard
20312 \begin_inset Formula \[
20313 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
20314
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \begin_layout Standard
20321 To create this grouping, you need to use the key sequence 
20322 \begin_inset Quotes eld
20323 \end_inset
20324
20325
20326 \series bold
20327
20328 \backslash
20329 {
20330 \series default
20331
20332 \begin_inset Quotes erd
20333 \end_inset
20334
20335  then type space.
20336  Inside LyX, you will see red braces indicating the grouping.
20337  Within this braces you insert the grouped structure.
20338  The grouping braces won't appear in the output in contrary to normal braces.
20339 \end_layout
20340
20341 \begin_layout Section
20342 Arrays and Multi-line Equations
20343 \begin_inset LatexCommand index
20344 name "Math ! Arrays"
20345
20346 \end_inset
20347
20348
20349 \begin_inset LatexCommand index
20350 name "Math ! Matrices"
20351
20352 \end_inset
20353
20354
20355 \begin_inset LatexCommand index
20356 name "Math ! Multi-line Equations"
20357
20358 \end_inset
20359
20360
20361 \end_layout
20362
20363 \begin_layout Standard
20364 Matrices are entered in LyX using the 
20365 \family sans
20366 Math\InsetSpace ~
20367 Panel
20368 \family default
20369  matrix button 
20370 \begin_inset Graphics
20371         filename ../images/math/matrix.png
20372
20373 \end_inset
20374
20375 .
20376  It will open a dialog for you to choose the number of rows/columns.
20377  Here is an example:
20378 \begin_inset Formula \[
20379 \left(\begin{array}{ccc}
20380 1 & 2 & 3\\
20381 4 & 5 & 6\\
20382 7 & 8 & 9\end{array}\right)\]
20383
20384 \end_inset
20385
20386 The parentheses aren't automatic, but you can add them as described in section\InsetSpace ~
20387
20388 \begin_inset LatexCommand ref
20389 reference "sec:Brackets-and-Delimiters"
20390
20391 \end_inset
20392
20393 .
20394  When you construct the matrix, you can decide whether the column entries
20395  will be left-, right-, or center-justified.
20396  This alignment is set in the box 
20397 \family sans
20398 Horizontal
20399 \family default
20400  with the letters 
20401 \begin_inset Quotes eld
20402 \end_inset
20403
20404
20405 \family sans
20406 l
20407 \family default
20408
20409 \begin_inset Quotes erd
20410 \end_inset
20411
20412
20413 \begin_inset Quotes eld
20414 \end_inset
20415
20416
20417 \family sans
20418 r
20419 \family default
20420
20421 \begin_inset Quotes erd
20422 \end_inset
20423
20424 , and 
20425 \begin_inset Quotes eld
20426 \end_inset
20427
20428
20429 \family sans
20430 c
20431 \family default
20432
20433 \begin_inset Quotes erd
20434 \end_inset
20435
20436 .
20437  LyX proposes a 
20438 \begin_inset Quotes eld
20439 \end_inset
20440
20441
20442 \family sans
20443 c
20444 \family default
20445
20446 \begin_inset Quotes erd
20447 \end_inset
20448
20449  for every column as default.
20450  For example, the sequence 
20451 \begin_inset Quotes eld
20452 \end_inset
20453
20454
20455 \family sans
20456 lrc
20457 \family default
20458
20459 \begin_inset Quotes erd
20460 \end_inset
20461
20462  means that the first column will be left-justified, the second will be
20463  centered, and the third column will be right-justified, because each letter
20464  corresponds to the relevant column.
20465  The result will look like this:
20466 \begin_inset Formula \[
20467 \begin{array}{lcr}
20468 this & this\, column & this\, column\\
20469 column & has & has\, right\\
20470 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Standard
20478 You can add more rows to an existing matrix by hitting 
20479 \family sans
20480 C-Enter
20481 \family default
20482  while the cursor is in the matrix.
20483  Adding or deleting columns can be done via the menu 
20484 \family sans
20485 Edit\SpecialChar \menuseparator
20486 Math
20487 \family default
20488 .
20489 \end_layout
20490
20491 \begin_layout Standard
20492 There are other arrays used in formulas, such as distinctions of cases.
20493  It can be created with the menu 
20494 \family sans
20495 Insert\SpecialChar \menuseparator
20496 Math\SpecialChar \menuseparator
20497 Cases\InsetSpace ~
20498 Environment
20499 \family default
20500  or the command 
20501 \series bold
20502
20503 \backslash
20504 cases
20505 \series default
20506 .
20507  Here an example: 
20508 \begin_inset Formula \[
20509 f(x)=\begin{cases}
20510 -1 & x<0\\
20511 0 & x=0\\
20512 1 & x>0\end{cases}\]
20513
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \begin_layout Standard
20520 \begin_inset VSpace bigskip
20521 \end_inset
20522
20523 Multi-line formulas are created when you press 
20524 \family sans
20525 \series medium
20526 C-E
20527 \series default
20528 nter
20529 \family default
20530  within a formula.
20531  In an empty formula you can see that three blue boxes appear, one for each
20532  column.
20533  When you press 
20534 \family sans
20535 \series medium
20536 C-E
20537 \series default
20538 nter
20539 \family default
20540  in a non-empty formula, the part before the relation sign (equal sign 
20541 \begin_inset Quotes eld
20542 \end_inset
20543
20544 =
20545 \begin_inset Quotes erd
20546 \end_inset
20547
20548  etc.) will be inserted automatically to the first column, the relation sign
20549  is in the second column, and the rest in the third column.
20550  A new row is created by every further hit of 
20551 \family sans
20552 \series medium
20553 C-E
20554 \series default
20555 nter
20556 \family default
20557 .
20558  Multi-line formulas are always displayed formulas.
20559  Here is an example:
20560 \begin_inset Formula \begin{eqnarray}
20561 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
20562 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
20563
20564 \end_inset
20565
20566  To change the column assignment of the formula parts, place the cursor
20567  where you want to start the shift and hit 
20568 \family sans
20569 C-Tab.
20570
20571 \family default
20572  It shifts everything in the column which is right beside the current cursor
20573  position to the next column.
20574  Note that the middle column is designed for relation signs, structures
20575  within this column will be printed in a smaller size:
20576 \begin_inset Formula \begin{eqnarray*}
20577 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
20578
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \begin_layout Standard
20585 The multi-line formula type described here is called 
20586 \family typewriter
20587 \series medium
20588 eqnarray
20589 \family default
20590 \series default
20591 .
20592  There are other multi-line types being more suitable for certain situations,
20593  for example if you want a better inter-line spacing than in formula (
20594 \begin_inset LatexCommand ref
20595 reference "eq:asquared"
20596
20597 \end_inset
20598
20599 ).
20600  The other types are described in section\InsetSpace ~
20601
20602 \begin_inset LatexCommand ref
20603 reference "sub:AMS-Formula-Types"
20604
20605 \end_inset
20606
20607 .
20608 \end_layout
20609
20610 \begin_layout Section
20611 Formula Numbering and Referencing
20612 \begin_inset LatexCommand index
20613 name "Math ! Formula numbering"
20614
20615 \end_inset
20616
20617
20618 \begin_inset LatexCommand index
20619 name "Math ! Referencing formulas"
20620
20621 \end_inset
20622
20623
20624 \begin_inset LatexCommand label
20625 name "sec:Formula-Numbering-and"
20626
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \begin_layout Standard
20633 To number a formula, set the cursor in the formula and use the menu 
20634 \family sans
20635 Edit\SpecialChar \menuseparator
20636 Math\SpecialChar \menuseparator
20637 Toggle\InsetSpace ~
20638 Numbering
20639 \family default
20640  or the shortcut 
20641 \family sans
20642 M-m\InsetSpace ~
20643 n
20644 \family default
20645 .
20646  The formula number appears in LyX as 
20647 \begin_inset Quotes eld
20648 \end_inset
20649
20650 #
20651 \begin_inset Quotes erd
20652 \end_inset
20653
20654  within parentheses.
20655  The 
20656 \begin_inset Quotes erd
20657 \end_inset
20658
20659 #
20660 \begin_inset Quotes erd
20661 \end_inset
20662
20663  denotes, that the number will be calculated automatically when the output
20664  is generated.
20665  The placement and format of the formula number in the output depends on
20666  the document class.
20667  In this document the number is printed together with the chapter number,
20668  separated by a dot:
20669 \begin_inset Formula \begin{equation}
20670 1+1=2\end{equation}
20671
20672 \end_inset
20673
20674 Using 
20675 \family sans
20676 M-m\InsetSpace ~
20677 n
20678 \family default
20679  in a numbered formula will switch off the numbering.
20680  You can only number displayed formulas.
20681 \end_layout
20682
20683 \begin_layout Standard
20684 Multi-line formulas can be numbered line by line: Using the menu 
20685 \family sans
20686 Edit\SpecialChar \menuseparator
20687 Math\SpecialChar \menuseparator
20688 Toggle\InsetSpace ~
20689 Numbering\InsetSpace ~
20690 of\InsetSpace ~
20691 Line
20692 \family default
20693  or the shortcut 
20694 \family sans
20695 M-m\InsetSpace ~
20696 N
20697 \family default
20698  will only toggle the numbering of the line where the cursor is in:
20699 \begin_inset Formula \begin{eqnarray}
20700 1 & = & 3-2\\
20701 2 & = & 4-2\nonumber \\
20702 4 & \leq & 7\end{eqnarray}
20703
20704 \end_inset
20705
20706 To number all lines use the shortcut 
20707 \family sans
20708 M-m\InsetSpace ~
20709 n
20710 \family default
20711 .
20712 \end_layout
20713
20714 \begin_layout Standard
20715 \begin_inset VSpace bigskip
20716 \end_inset
20717
20718 Every displayed formula can be referenced by its number using a label.
20719  A label is inserted with the menu 
20720 \family sans
20721 Insert\SpecialChar \menuseparator
20722 Label
20723 \family default
20724  when the cursor is in the formula.
20725  This opens a dialog to enter the label.
20726  It is recommended to use the proposed 
20727 \begin_inset Quotes eld
20728 \end_inset
20729
20730
20731 \family sans
20732 eq:
20733 \family default
20734
20735 \begin_inset Quotes erd
20736 \end_inset
20737
20738  as first part of the label, because this helps later to identify the label
20739  type when you have many labels in your document.
20740  We inserted in the following example the label 
20741 \begin_inset Quotes eld
20742 \end_inset
20743
20744 eq:tanhExp
20745 \begin_inset Quotes erd
20746 \end_inset
20747
20748  in the second line:
20749 \begin_inset Formula \begin{eqnarray}
20750 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
20751  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
20752
20753 \end_inset
20754
20755 Every labeled line is automatically numbered.
20756  Therefore the label is shown in LyX at the place of the formula number
20757  placeholder 
20758 \begin_inset Quotes eld
20759 \end_inset
20760
20761 #
20762 \begin_inset Quotes erd
20763 \end_inset
20764
20765 .
20766  You can reference a labeled formula using the menu 
20767 \family sans
20768 Insert\SpecialChar \menuseparator
20769 Cross\InsetSpace ~
20770 Reference
20771 \family default
20772 .
20773  A dialog appears to choose a label you want refer to.
20774  The reference appears in LyX as grey cross reference box and in the output
20775  as the formula number:
20776 \end_layout
20777
20778 \begin_layout Standard
20779 This is a cross-reference to equation (
20780 \begin_inset LatexCommand ref
20781 reference "eq:tanhExp"
20782
20783 \end_inset
20784
20785 ).
20786 \end_layout
20787
20788 \begin_layout Standard
20789 The properties of LyX's cross-reference box are described in section\InsetSpace ~
20790
20791 \begin_inset LatexCommand ref
20792 reference "sec:Cross-References"
20793
20794 \end_inset
20795
20796 .
20797  To delete a label, set the cursor in the labeled formula, use the menu
20798  
20799 \family sans
20800 Insert\SpecialChar \menuseparator
20801 Label
20802 \family default
20803  and delete the label in the appearing dialog.
20804 \begin_inset Foot
20805 status collapsed
20806
20807 \begin_layout Standard
20808 This is a unintuitive and will be fixed in the next version of LyX.
20809 \end_layout
20810
20811 \end_inset
20812
20813  
20814 \end_layout
20815
20816 \begin_layout Section
20817 User defined math macros
20818 \begin_inset LatexCommand index
20819 name "Math ! Macros"
20820
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \begin_layout Standard
20827 LyX allows you to define macros for formulas.
20828  For example we assume that solutions of the quadratic equation often occur
20829  in our document in various forms and we want to create a macro to print
20830  them.
20831 \newline
20832 The general form of a quadratic equation is:
20833 \begin_inset Formula \[
20834 0=\lambda^{2}+p\lambda+q\]
20835
20836 \end_inset
20837
20838 The general form of its solution is:
20839 \begin_inset Formula \[
20840 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
20841
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \begin_layout Standard
20848 The macro should print the parameters 
20849 \begin_inset Formula $\lambda$
20850 \end_inset
20851
20852
20853 \begin_inset Formula $p$
20854 \end_inset
20855
20856  and 
20857 \begin_inset Formula $q$
20858 \end_inset
20859
20860  like in the equation above.
20861 \end_layout
20862
20863 \begin_layout Standard
20864 A macro is created by executing the command
20865 \end_layout
20866
20867 \begin_layout Standard
20868
20869 \series bold
20870 math-macro
20871 \begin_inset ERT
20872 status collapsed
20873
20874 \begin_layout Standard
20875
20876
20877 \backslash
20878 spce 
20879 \end_layout
20880
20881 \end_inset
20882
20883 Name
20884 \begin_inset ERT
20885 status collapsed
20886
20887 \begin_layout Standard
20888
20889
20890 \backslash
20891 spce 
20892 \end_layout
20893
20894 \end_inset
20895
20896 Number\InsetSpace ~
20897 of\InsetSpace ~
20898 Arguments
20899 \end_layout
20900
20901 \begin_layout Standard
20902 in the minibuffer at the bottom of the LyX screen.
20903  Name is the name of the new macro which mustn't contain numbers.
20904  The number of arguments can be a number in the range 1-9.
20905  If you want to define a macro without arguments, don't declare the number
20906  of arguments.
20907 \end_layout
20908
20909 \begin_layout Standard
20910 We have three arguments and name the macro 
20911 \begin_inset Quotes eld
20912 \end_inset
20913
20914 qE
20915 \begin_inset Quotes erd
20916 \end_inset
20917
20918 , so that the command is:
20919 \end_layout
20920
20921 \begin_layout Standard
20922
20923 \series bold
20924 math-macro
20925 \begin_inset ERT
20926 status collapsed
20927
20928 \begin_layout Standard
20929
20930
20931 \backslash
20932 spce 
20933 \end_layout
20934
20935 \end_inset
20936
20937 qE
20938 \begin_inset ERT
20939 status collapsed
20940
20941 \begin_layout Standard
20942
20943
20944 \backslash
20945 spce 
20946 \end_layout
20947
20948 \end_inset
20949
20950 3
20951 \end_layout
20952
20953 \begin_layout Standard
20954 This results in the following macro definition box: 
20955 \begin_inset Graphics
20956         filename clipart/macrobox.png
20957
20958 \end_inset
20959
20960  
20961 \begin_inset FormulaMacro
20962 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
20963 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
20964 \end_inset
20965
20966
20967 \begin_inset Note Note
20968 status collapsed
20969
20970 \begin_layout Standard
20971 The first box is an image to show the behavior in the output.
20972  The second one is the definition box, that doesn't appear in the output.
20973 \end_layout
20974
20975 \end_inset
20976
20977
20978 \end_layout
20979
20980 \begin_layout Standard
20981 The first blue box is for the definition, where you insert the formula via
20982  the math panel or commands.
20983  The placeholder for the arguments are inserted as a backslash and sharp
20984  followed by the argument number, e.g.
20985  
20986 \begin_inset Quotes eld
20987 \end_inset
20988
20989
20990 \backslash
20991 #1
20992 \begin_inset Quotes erd
20993 \end_inset
20994
20995  for the first argument.
20996  Placeholders will be displayed in red.
20997  The second blue box is for the appearance in LyX.
20998  This is useful when you have a large structure that shouldn't be displayed
20999  in LyX with its full size.
21000  If you want to see the macro as it is defined, leave the box blank.
21001  In our example we insert the sequence
21002 \newline
21003
21004 \series bold
21005 qE: 
21006 \backslash
21007 #1
21008 \series default
21009  
21010 \series bold
21011 ,
21012 \series default
21013  
21014 \series bold
21015
21016 \backslash
21017 #2
21018 \series default
21019  
21020 \series bold
21021 ,
21022 \series default
21023  
21024 \series bold
21025
21026 \backslash
21027 #3
21028 \newline
21029
21030 \series default
21031 The macro will then be shown as the macro name followed by the three arguments.
21032 \end_layout
21033
21034 \begin_layout Standard
21035 To use the macro in a formula, type its name as command, in our case 
21036 \begin_inset Quotes eld
21037 \end_inset
21038
21039
21040 \series bold
21041
21042 \backslash
21043 qE
21044 \series default
21045
21046 \begin_inset Quotes erd
21047 \end_inset
21048
21049 .
21050  The macro is inserted with boxes for the arguments looking similar to this:
21051 \end_layout
21052
21053 \begin_layout Standard
21054 \align center
21055 \begin_inset Graphics
21056         filename clipart/macrouse.png
21057
21058 \end_inset
21059
21060
21061 \end_layout
21062
21063 \begin_layout Standard
21064 The arguments are inserted in the blue boxes.
21065  If the cursor is outside the macro, the arguments are put in the macro.
21066  To change the arguments, put the cursor in the formula before or after
21067  the macro and press the right or left arrow key respectively.
21068  The arguments appear now again below the macro definition.
21069 \end_layout
21070
21071 \begin_layout Standard
21072 If you change the macro definition all macros are changed automatically
21073  to the new definition.
21074  Here an example of our macro with the arguments 
21075 \begin_inset Formula $x$
21076 \end_inset
21077
21078
21079 \begin_inset Formula $\ln(x)$
21080 \end_inset
21081
21082 , and 
21083 \begin_inset Formula $B$
21084 \end_inset
21085
21086 :
21087 \begin_inset Formula \[
21088 \qE{x}{\ln(y)}{B}\]
21089
21090 \end_inset
21091
21092
21093 \end_layout
21094
21095 \begin_layout Standard
21096 When the document is exported to LaTeX, the macro definition will be inserted
21097  as the command:
21098 \end_layout
21099
21100 \begin_layout Standard
21101
21102 \series bold
21103
21104 \backslash
21105 newcommand{
21106 \backslash
21107 qE}[3]{#1_{1,
21108 \backslash
21109 ,2}=-
21110 \backslash
21111 frac{#2}{2}
21112 \backslash
21113 pm
21114 \newline
21115
21116 \begin_inset ERT
21117 status collapsed
21118
21119 \begin_layout Standard
21120
21121
21122 \backslash
21123 hphantom{
21124 \end_layout
21125
21126 \end_inset
21127
21128
21129 \backslash
21130 newcommand
21131 \begin_inset ERT
21132 status collapsed
21133
21134 \begin_layout Standard
21135
21136 }
21137 \end_layout
21138
21139 \end_inset
21140
21141
21142 \backslash
21143 sqrt{
21144 \backslash
21145 frac{#2^{2}}{4}-#3}}
21146 \end_layout
21147
21148 \begin_layout Standard
21149 The command is not inserted in the document preamble.
21150  That means you can only use macros in formulas that are below the macro
21151  definition box in your document.
21152  There are also some other restrictions: The command 
21153 \backslash
21154 newcommand supports optional arguments, which are not available in LyX's
21155  macros.
21156  You can also not change subsequently the name of the macro and the number
21157  of arguments.
21158  
21159 \end_layout
21160
21161 \begin_layout Section
21162 Fine-Tuning
21163 \end_layout
21164
21165 \begin_layout Subsection
21166 Typefaces
21167 \begin_inset LatexCommand index
21168 name "Math ! Typefaces"
21169
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \begin_layout Standard
21176 The standard font for text is italic, for numbers the standard is roman.
21177  To set a font in a formula, use the 
21178 \family sans
21179 Math\InsetSpace ~
21180 Panel
21181 \family default
21182  button 
21183 \begin_inset Graphics
21184         filename ../images/math/font.png
21185
21186 \end_inset
21187
21188 , or enter its command, listed in table\InsetSpace ~
21189
21190 \begin_inset LatexCommand ref
21191 reference "cap:Typefaces-and-the"
21192
21193 \end_inset
21194
21195 , directly.
21196 \end_layout
21197
21198 \begin_layout Standard
21199 \begin_inset Float table
21200 wide false
21201 sideways false
21202 status open
21203
21204 \begin_layout Standard
21205 \begin_inset Caption
21206
21207 \begin_layout Standard
21208 \begin_inset LatexCommand label
21209 name "cap:Typefaces-and-the"
21210
21211 \end_inset
21212
21213 Typefaces and the corresponding commands.
21214 \end_layout
21215
21216 \end_inset
21217
21218
21219 \end_layout
21220
21221 \begin_layout Standard
21222 \align center
21223 \begin_inset Tabular
21224 <lyxtabular version="3" rows="9" columns="2">
21225 <features>
21226 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
21227 <column alignment="center" valignment="top" rightline="true" width="0pt">
21228 <row topline="true" bottomline="true">
21229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Standard
21233 Font
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Standard
21242 Command
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 </row>
21248 <row topline="true">
21249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Standard
21253
21254 \shape up
21255 \size normal
21256 \bar no
21257 \noun off
21258 \color none
21259 \begin_inset Formula $\mathrm{Roman}$
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Standard
21271
21272 \series bold
21273
21274 \backslash
21275 mathrm
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 </row>
21281 <row topline="true">
21282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Standard
21286 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Standard
21298
21299 \series bold
21300
21301 \backslash
21302 mathbf
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 </row>
21308 <row topline="true">
21309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Standard
21313 \begin_inset Formula $\mathit{Italic}$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Standard
21325
21326 \series bold
21327
21328 \backslash
21329 mathit
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row topline="true">
21336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Standard
21340
21341 \shape up
21342 \size normal
21343 \bar no
21344 \noun off
21345 \color none
21346 \begin_inset Formula $\mathtt{Typewriter}$
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Standard
21358
21359 \series bold
21360
21361 \backslash
21362 mathtt
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 <row topline="true">
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Standard
21373 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Standard
21385
21386 \series bold
21387
21388 \backslash
21389 mathbb
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row topline="true">
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Standard
21400 \begin_inset Formula $\mathfrak{Fraktur}$
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Standard
21412
21413 \series bold
21414
21415 \backslash
21416 mathfrak
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 </row>
21422 <row topline="true">
21423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Standard
21427
21428 \shape up
21429 \size normal
21430 \emph on
21431 \bar no
21432 \noun off
21433 \color none
21434 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Standard
21446
21447 \series bold
21448
21449 \backslash
21450 mathcal
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 </row>
21456 <row topline="true" bottomline="true">
21457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Standard
21461 \begin_inset Formula $\mathsf{SansSerif}$
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Standard
21473
21474 \series bold
21475
21476 \backslash
21477 mathsf
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 </row>
21483 </lyxtabular>
21484
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \begin_layout Standard
21496 \begin_inset Note Greyedout
21497 status open
21498
21499 \begin_layout Standard
21500
21501 \series bold
21502 Note:
21503 \series default
21504  that you can only print capital letters in the typefaces 
21505 \family sans
21506 Blackbold
21507 \family default
21508  and 
21509 \family sans
21510 Calligraphic
21511 \family default
21512 .
21513 \end_layout
21514
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \begin_layout Standard
21521 When you use a typeface, a blue box is inserted in the formula.
21522  Every character in this box will be printed in this typeface.
21523  Pressing 
21524 \family sans
21525 Space
21526 \family default
21527  within the box, will set the cursor outside, so that you have to use a
21528  protected space when you need a space in the box.
21529  Here an example where a 
21530 \begin_inset Quotes eld
21531 \end_inset
21532
21533 N
21534 \begin_inset Quotes erd
21535 \end_inset
21536
21537  in 
21538 \family sans
21539 Blackbold
21540 \family default
21541  denotes the set of numbers:
21542 \begin_inset Formula \[
21543 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
21544
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \begin_layout Standard
21551 The typefaces are nestable, which can cause confusion.
21552  You can e.g.
21553  put a character in 
21554 \family sans
21555 Fraktur
21556 \family default
21557  in a box for 
21558 \family sans
21559 Typewriter
21560 \family default
21561
21562 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
21563 \end_inset
21564
21565  
21566 \newline
21567 So better don't use this feature.
21568 \end_layout
21569
21570 \begin_layout Standard
21571 The typefaces have no effect on Greek letters: 
21572 \begin_inset Formula $\mathfrak{abc\delta e}$
21573 \end_inset
21574
21575
21576 \newline
21577 You can only print them emboldened using the command 
21578 \series bold
21579
21580 \backslash
21581 boldsymbol
21582 \series default
21583 , which works like the other typeface commands: 
21584 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
21585 \end_inset
21586
21587
21588 \end_layout
21589
21590 \begin_layout Standard
21591
21592 \series bold
21593
21594 \backslash
21595 boldsymbol
21596 \series default
21597  works for all symbols, letters, and numbers.
21598 \end_layout
21599
21600 \begin_layout Standard
21601 A number of other font options are available as well, in the menu 
21602 \family sans
21603 Insert\SpecialChar \menuseparator
21604 Math\SpecialChar \menuseparator
21605 Font\InsetSpace ~
21606 Change
21607 \family default
21608 .
21609 \end_layout
21610
21611 \begin_layout Subsection
21612 Math Text
21613 \begin_inset LatexCommand index
21614 name "Math ! Text"
21615
21616 \end_inset
21617
21618
21619 \end_layout
21620
21621 \begin_layout Standard
21622 Typefaces are useful for entering some characters in some given font, but
21623  not for text.
21624  For typing longer pieces of text use the math text, which is obtained using
21625  the entry 
21626 \family sans
21627 Normal\InsetSpace ~
21628 text\InsetSpace ~
21629 mode
21630 \family default
21631  of the 
21632 \family sans
21633 Math\InsetSpace ~
21634 Panel
21635 \family default
21636  button 
21637 \begin_inset Graphics
21638         filename ../images/math/font.png
21639
21640 \end_inset
21641
21642  (alternatively the shortcut 
21643 \family sans
21644 M-m\InsetSpace ~
21645 m
21646 \family default
21647 ).
21648  Math text appears in LyX in black instead of blue.
21649  You can use spaces and accents in math text like in normal text.
21650  Here is an example:
21651 \begin_inset Formula \[
21652 f(x)=\begin{cases}
21653 x & \textrm{if I say so}\\
21654 -x & \textrm{unter Umständen}\end{cases}\]
21655
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \begin_layout Subsection
21662 Font Sizes
21663 \begin_inset LatexCommand index
21664 name "Math ! Font sizes"
21665
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \begin_layout Standard
21672 There are four font styles (relative sizes) used in math-mode, which are
21673  automatically chosen in most situations.
21674  These are called 
21675 \family sans
21676 textstyle
21677 \family default
21678
21679 \family sans
21680 displaystyle
21681 \family default
21682
21683 \family sans
21684 scriptstyle
21685 \family default
21686 , and 
21687 \family sans
21688 scriptscriptstyle
21689 \family default
21690 .
21691  For most characters, 
21692 \family sans
21693 textstyle
21694 \family default
21695  and 
21696 \family sans
21697 displaystyle
21698 \family default
21699  are actually the same size, but fractions, superscripts and subscripts,
21700  and certain other structures, are set larger in 
21701 \family sans
21702 displaystyle
21703 \family default
21704 .
21705  Except for some operators, which resize themselves to accommodate various
21706  situations, all text will be set in the styles as LaTeX thinks is appropriate.
21707  These choices can be overridden by using the math panel button 
21708 \begin_inset Graphics
21709         filename ../images/math/style.png
21710
21711 \end_inset
21712
21713 .
21714  A box for the size will be created in which you can insert the math structure.
21715  For example, you can set 
21716 \begin_inset Formula $\frac{1}{2}$
21717 \end_inset
21718
21719 , which is normally in 
21720 \family sans
21721 textstyle
21722 \family default
21723 , larger in 
21724 \family sans
21725 displaystyle
21726 \family default
21727
21728 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21729 \end_inset
21730
21731 .
21732  The four styles are used in the following example:
21733 \end_layout
21734
21735 \begin_layout Standard
21736 \begin_inset Formula $displaystyle$
21737 \end_inset
21738
21739
21740 \begin_inset Formula ${\textstyle textstyle}$
21741 \end_inset
21742
21743
21744 \begin_inset Formula ${\scriptstyle scriptstyle}$
21745 \end_inset
21746
21747
21748 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21749 \end_inset
21750
21751 .
21752 \end_layout
21753
21754 \begin_layout Standard
21755 All these math-mode font sizes are relative, that means, if the whole math
21756  inset is set in a particular size with the menu 
21757 \family sans
21758 Edit\SpecialChar \menuseparator
21759 Text\InsetSpace ~
21760 Style
21761 \family default
21762 , all sizes in the formula will be adjusted relative to this size.
21763  Similarly, if the base font size of the document is changed, all fonts
21764  will be adjusted to correspond.
21765  As example a formula in the font size 
21766 \begin_inset Quotes eld
21767 \end_inset
21768
21769 largest
21770 \begin_inset Quotes erd
21771 \end_inset
21772
21773 :
21774 \end_layout
21775
21776 \begin_layout Standard
21777
21778 \family roman
21779 \size largest
21780 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \begin_layout Section
21787 AMS-LaTeX
21788 \begin_inset LatexCommand index
21789 name "AMS math"
21790
21791 \end_inset
21792
21793
21794 \begin_inset LatexCommand index
21795 name "Math ! AMS"
21796
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \begin_layout Standard
21803 LyX supports the packages provided by the American Mathematical Society
21804  (AMS) that are in common use.
21805 \end_layout
21806
21807 \begin_layout Subsection
21808 Enabling AMS-Support
21809 \end_layout
21810
21811 \begin_layout Standard
21812 Selecting the checkbox 
21813 \family sans
21814 Use\InsetSpace ~
21815 AMS\InsetSpace ~
21816 math\InsetSpace ~
21817 package
21818 \family default
21819  in the 
21820 \family sans
21821 Document\SpecialChar \menuseparator
21822 Settings
21823 \family default
21824
21825 \begin_inset LatexCommand index
21826 name "Document ! Settings"
21827
21828 \end_inset
21829
21830  dialog under 
21831 \family sans
21832 Math\InsetSpace ~
21833 Options
21834 \family default
21835  will include the AMS-packages in the document, and make the facilities
21836  available.
21837  AMS is needed for many math-constructs, so when you get LaTeX-errors in
21838  formulas, assure that you have enabled AMS.
21839 \end_layout
21840
21841 \begin_layout Subsection
21842 AMS-Formula Types
21843 \begin_inset LatexCommand label
21844 name "sub:AMS-Formula-Types"
21845
21846 \end_inset
21847
21848
21849 \begin_inset LatexCommand index
21850 name "Math ! Multi-line Equations"
21851
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \begin_layout Standard
21858 AMS-LaTeX provides a selection of different formula types.
21859  LyX allows you to choose between 
21860 \family typewriter
21861 align
21862 \family default
21863
21864 \family typewriter
21865 alignat
21866 \family default
21867
21868 \family typewriter
21869 flalign
21870 \family default
21871
21872 \family typewriter
21873 gather
21874 \family default
21875 , and 
21876 \family typewriter
21877 multline
21878 \family default
21879 .
21880  We refer to the AMS-documentation for an explanation of these formula types.
21881 \end_layout
21882
21883 \begin_layout Chapter
21884 More Tools
21885 \end_layout
21886
21887 \begin_layout Section
21888 Cross-References
21889 \begin_inset LatexCommand index
21890 name "Cross references"
21891
21892 \end_inset
21893
21894
21895 \begin_inset LatexCommand label
21896 name "sec:Cross-References"
21897
21898 \end_inset
21899
21900
21901 \end_layout
21902
21903 \begin_layout Standard
21904 One of LyX's strengths are cross-references.
21905  You can reference every section, float, footnote, formula, and list in
21906  the document.
21907  To reference a document part, you have to insert a label into it.
21908  The label is used as anchor and name for the reference.
21909  We want for example refer to the the second item of the following list:
21910 \end_layout
21911
21912 \begin_layout Enumerate
21913 First item
21914 \end_layout
21915
21916 \begin_layout Enumerate
21917 \begin_inset LatexCommand label
21918 name "enu:Second-item"
21919
21920 \end_inset
21921
21922 Second item
21923 \end_layout
21924
21925 \begin_layout Enumerate
21926 Third item
21927 \end_layout
21928
21929 \begin_layout Standard
21930 First we insert a label into the second item with the menu 
21931 \family sans
21932 Insert\SpecialChar \menuseparator
21933 Label
21934 \family default
21935  or the by pressing the toolbar button 
21936 \begin_inset Graphics
21937         filename ../images/label-insert.png
21938         scale 85
21939
21940 \end_inset
21941
21942 .
21943  A grey label box like this: 
21944 \begin_inset Graphics
21945         filename clipart/labelQt4.png
21946         scale 85
21947
21948 \end_inset
21949
21950  is inserted and the label window pops up asking for the label text.
21951  LyX offers as text the first words of the item with a prefix, in our case
21952  the text 
21953 \begin_inset Quotes eld
21954 \end_inset
21955
21956
21957 \family sans
21958 enu: Second-item
21959 \family default
21960
21961 \begin_inset Quotes erd
21962 \end_inset
21963
21964 .
21965  The prefix 
21966 \begin_inset Quotes eld
21967 \end_inset
21968
21969
21970 \family sans
21971 enu:
21972 \family default
21973
21974 \begin_inset Quotes erd
21975 \end_inset
21976
21977  stands for 
21978 \begin_inset Quotes eld
21979 \end_inset
21980
21981 enumerate
21982 \begin_inset Quotes erd
21983 \end_inset
21984
21985 .
21986  The prefix depends on the document part where the label is inserted, e.g.
21987  if you insert a label to a section heading, the prefix will be 
21988 \begin_inset Quotes eld
21989 \end_inset
21990
21991
21992 \family sans
21993 sec:
21994 \family default
21995
21996 \begin_inset Quotes erd
21997 \end_inset
21998
21999 .
22000 \end_layout
22001
22002 \begin_layout Standard
22003 To reference the item, we refer to its label using the menu 
22004 \family sans
22005 Insert\SpecialChar \menuseparator
22006 Cross-Reference
22007 \family default
22008  or the toolbar button 
22009 \begin_inset Graphics
22010         filename ../images/dialog-show-new-inset_ref.png
22011         scale 85
22012
22013 \end_inset
22014
22015 .
22016  A grey cross-reference box like this: 
22017 \begin_inset Graphics
22018         filename clipart/referenceQt4.png
22019         scale 85
22020
22021 \end_inset
22022
22023  is inserted and the cross-reference window appear showing all labels of
22024  the document.
22025  We can now sort the labels alphabetically and then choose the entry 
22026 \begin_inset Quotes eld
22027 \end_inset
22028
22029
22030 \family sans
22031 enu:Second-item
22032 \family default
22033
22034 \begin_inset Quotes erd
22035 \end_inset
22036
22037 .
22038  At the position of the cross-reference box the item number will appear
22039  in the output.
22040  Here is our cross-reference:
22041 \end_layout
22042
22043 \begin_layout Standard
22044 Item\InsetSpace ~
22045
22046 \begin_inset LatexCommand ref
22047 reference "enu:Second-item"
22048
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \begin_layout Standard
22055 It is recommended to use a protected space
22056 \begin_inset Foot
22057 status collapsed
22058
22059 \begin_layout Standard
22060 described in section\InsetSpace ~
22061
22062 \begin_inset LatexCommand ref
22063 reference "sub:Protected-Space"
22064
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071
22072  between the cross-reference name and its number to avoid ugly linebreaks
22073  between them.
22074 \end_layout
22075
22076 \begin_layout Standard
22077 There are six varieties of cross-references:
22078 \end_layout
22079
22080 \begin_layout Description
22081 <reference>: prints the float number, this is the default: 
22082 \begin_inset LatexCommand ref
22083 reference "cap:Two-distorted-images"
22084
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \begin_layout Description
22091 (<reference>): prints the float number within two parentheses, this is the
22092  style normally used to reference formulas, especially when the reference
22093  name 
22094 \begin_inset Quotes eld
22095 \end_inset
22096
22097 Equation
22098 \begin_inset Quotes erd
22099 \end_inset
22100
22101  is omitted: 
22102 \begin_inset LatexCommand eqref
22103 reference "eq:tanhExp"
22104
22105 \end_inset
22106
22107
22108 \end_layout
22109
22110 \begin_layout Description
22111 <page>: prints the page number: Page\InsetSpace ~
22112
22113 \begin_inset LatexCommand pageref
22114 reference "cap:Two-distorted-images"
22115
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \begin_layout Description
22122 on\InsetSpace ~
22123 page\InsetSpace ~
22124 <page>: prints the text "on page" and the page number: 
22125 \begin_inset LatexCommand vpageref
22126 reference "cap:Two-distorted-images"
22127
22128 \end_inset
22129
22130
22131 \end_layout
22132
22133 \begin_layout Description
22134 <reference>\InsetSpace ~
22135 on\InsetSpace ~
22136 page\InsetSpace ~
22137 <page>: prints the float number, the text "on page", and
22138  the page number: 
22139 \begin_inset LatexCommand vref
22140 reference "cap:Two-distorted-images"
22141
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \begin_layout Description
22148 Formatted\InsetSpace ~
22149 reference: prints a self defined cross-reference format.
22150 \newline
22151
22152 \begin_inset Note Greyedout
22153 status open
22154
22155 \begin_layout Standard
22156
22157 \series bold
22158 Note:
22159 \series default
22160  This feature is only available when you have the LaTeX-package 
22161 \series bold
22162 prettyref
22163 \begin_inset LatexCommand index
22164 name "LaTeX-packages ! prettyref"
22165
22166 \end_inset
22167
22168
22169 \series default
22170  installed.
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \begin_layout Standard
22179 Note that the style <page> won't print the page number if the label is on
22180  the previous, the same, or the next page.
22181  You will e.\InsetSpace \thinspace{}
22182 g.\InsetSpace ~
22183 see the text 
22184 \begin_inset Quotes eld
22185 \end_inset
22186
22187
22188 \family sans
22189 on this page
22190 \family default
22191
22192 \begin_inset Quotes erd
22193 \end_inset
22194
22195  instead.
22196 \end_layout
22197
22198 \begin_layout Standard
22199 The number and current page of the referred document part in the output,
22200  is automatically calculated by LaTeX.
22201  The varieties are adjusted in the field 
22202 \family sans
22203 Format
22204 \family default
22205  of the cross-reference window, that appear when you click on the cross-referenc
22206 e box.
22207 \end_layout
22208
22209 \begin_layout Standard
22210 You can only use the style 
22211 \family sans
22212 <reference>
22213 \family default
22214  to reference numbered document parts, while the reference style 
22215 \family sans
22216 <page>
22217 \family default
22218  is always possible.
22219 \end_layout
22220
22221 \begin_layout Standard
22222 If you want to reference a section, put the label in the section heading,
22223  to reference a float, put the label in the caption.
22224  For footnotes you can put the label somewhere in it.
22225  Referencing formulas is explained in section\InsetSpace ~
22226
22227 \begin_inset LatexCommand ref
22228 reference "sec:Formula-Numbering-and"
22229
22230 \end_inset
22231
22232 .
22233 \end_layout
22234
22235 \begin_layout Standard
22236 The button 
22237 \family sans
22238 Go\InsetSpace ~
22239 to\InsetSpace ~
22240 Label
22241 \family default
22242  in the cross-reference window sets the the cursor before the referred label.
22243  The button text changes then to 
22244 \family sans
22245 Go\InsetSpace ~
22246 Back
22247 \family default
22248  and you can use it to set the cursor back to the cross-reference.
22249  Right-clicking on a cross-reference box also sets the cursor before the
22250  referred label but without a possibility to go back.
22251  
22252 \end_layout
22253
22254 \begin_layout Standard
22255 You can change labels at any time by clicking on the label box.
22256  References to the changed label will automatically change its link to the
22257  new label text, so that you don't need to take care about this.
22258 \end_layout
22259
22260 \begin_layout Standard
22261 If a cross-reference refers to a non-existing label, you'll see two question
22262  marks in the output instead of the reference.
22263 \end_layout
22264
22265 \begin_layout Standard
22266 References are described in detail in the 
22267 \emph on
22268 Embedded Objects
22269 \emph default
22270  manual.
22271 \end_layout
22272
22273 \begin_layout Section
22274 Table of Contents and other Listings
22275 \begin_inset LatexCommand index
22276 name "Table of contents"
22277
22278 \end_inset
22279
22280
22281 \begin_inset LatexCommand index
22282 name "Outline"
22283
22284 \end_inset
22285
22286
22287 \begin_inset LatexCommand label
22288 name "sec:toc"
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Subsection
22296 Table of Contents and Outline
22297 \begin_inset LatexCommand label
22298 name "sub:Table-of-Contents"
22299
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \begin_layout Standard
22306 The Table of Contents (TOC) is inserted with the menu 
22307 \family sans
22308 Insert\SpecialChar \menuseparator
22309 List/TOC\SpecialChar \menuseparator
22310 Table\InsetSpace ~
22311 of\InsetSpace ~
22312 Contents
22313 \family default
22314 .
22315  Is is displayed in LyX as a gray box.
22316  If you click on it, the TOC window appears, showing you the TOC entries.
22317  You can jump to a document part by clicking on an entry.
22318  Thus you can use this window as graphical alternative for the 
22319 \family sans
22320 Navigate
22321 \family default
22322  menu.
22323 \end_layout
22324
22325 \begin_layout Standard
22326 The TOC lists every numbered section automatically.
22327  If you have declared a short title for a section heading, as described
22328  in section\InsetSpace ~
22329
22330 \begin_inset LatexCommand ref
22331 reference "sec:Short-Titles"
22332
22333 \end_inset
22334
22335 , it will be used in the TOC instead of the section heading.
22336  Section\InsetSpace ~
22337
22338 \begin_inset LatexCommand ref
22339 reference "sub:Numbering-depth"
22340
22341 \end_inset
22342
22343  describes how the level is adjusted that defines which section types are
22344  listed in the TOC.
22345  You can also adjust the level for the displayed sections in the TOC window
22346  using the grey fader at the bottom of the window.
22347  Unnumbered sections are not listed in the TOC.
22348 \end_layout
22349
22350 \begin_layout Standard
22351 You can use the TOC window also as outline to move and rearrange sections
22352  in your documents.
22353  The TOC window therefore also appears when you use the menu 
22354 \family sans
22355 Document\SpecialChar \menuseparator
22356 Outline
22357 \family default
22358 .
22359 \end_layout
22360
22361 \begin_layout Subsection
22362 List of Figures, Tables and Algorithms
22363 \begin_inset LatexCommand label
22364 name "sec:ListsOf"
22365
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \begin_layout Standard
22372 Table, figure, and algorithm lists are very much like the table of contents.
22373  You can insert them via the 
22374 \family sans
22375 Insert\SpecialChar \menuseparator
22376 List\InsetSpace ~
22377 /\InsetSpace ~
22378 TOC
22379 \family default
22380  submenus.
22381  The list entries are the float captions and the float number.
22382 \end_layout
22383
22384 \begin_layout Section
22385 URLs (Uniform Resource Locators)
22386 \begin_inset LatexCommand index
22387 name "URLs"
22388
22389 \end_inset
22390
22391
22392 \begin_inset LatexCommand label
22393 name "sec:URL"
22394
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \begin_layout Standard
22401 It is often desirable to include long 
22402 \begin_inset Quotes eld
22403 \end_inset
22404
22405 verbatim
22406 \begin_inset Quotes erd
22407 \end_inset
22408
22409  items in a document such as Web site URLs, e-mail addresses, etc.
22410  These things typically do not contain any spaces and are thus difficult
22411  to typeset properly.
22412  Such items will often fall on a line boundary if they cannot be split,
22413  resulting in an overfull line.
22414  To avoid this, use the menu 
22415 \family sans
22416 Insert\SpecialChar \menuseparator
22417 URL
22418 \family default
22419  to enter a long URL and have it split gracefully, if necessary.
22420 \end_layout
22421
22422 \begin_layout Standard
22423 The URL dialog has two fields; the URL field and the 
22424 \family sans
22425 Name
22426 \family default
22427  field for the URL description, which will be typeset as plain text immediately
22428  before the URL.
22429  Here an example:
22430 \end_layout
22431
22432 \begin_layout Standard
22433 \begin_inset LatexCommand url
22434 name "LyX-Homepage"
22435 target "http://www.lyx.org"
22436
22437 \end_inset
22438
22439 .
22440 \end_layout
22441
22442 \begin_layout Standard
22443 \begin_inset VSpace bigskip
22444 \end_inset
22445
22446
22447 \series bold
22448 Important notes
22449 \series default
22450 :
22451 \end_layout
22452
22453 \begin_layout Itemize
22454 When you use the following characters: "%", "#", "^", you have to write
22455  them with a backslash before, e.g.
22456  
22457 \begin_inset Quotes eld
22458 \end_inset
22459
22460
22461 \backslash
22462 #
22463 \begin_inset Quotes erd
22464 \end_inset
22465
22466 .
22467 \end_layout
22468
22469 \begin_layout Itemize
22470 URLs must not end with a backslash!
22471 \end_layout
22472
22473 \begin_layout Section
22474 Appendices
22475 \begin_inset LatexCommand index
22476 name "Appendix"
22477
22478 \end_inset
22479
22480
22481 \begin_inset LatexCommand label
22482 name "sec:Appendices"
22483
22484 \end_inset
22485
22486
22487 \end_layout
22488
22489 \begin_layout Standard
22490 Appendices are created with the menu 
22491 \family sans
22492 Document\SpecialChar \menuseparator
22493 Start\InsetSpace ~
22494 Appendix\InsetSpace ~
22495 Here
22496 \family default
22497 .
22498  This menu sets the document from the current cursor position to the end
22499  as appendix region.
22500  The region is marked with a red borderline.
22501 \end_layout
22502
22503 \begin_layout Standard
22504 Every chapter (or section) within the appendix region is treated as an appendix,
22505  numbered with a capital Latin letter.
22506  The appendix subsections are numbered with this letter followed by a dot
22507  and the subsection number.
22508  All appendix sections can be referenced as if they were normal sections,
22509  here two examples:
22510 \end_layout
22511
22512 \begin_layout Standard
22513 Appendix\InsetSpace ~
22514
22515 \begin_inset LatexCommand ref
22516 reference "cha:Credits"
22517
22518 \end_inset
22519
22520 ; Appendix\InsetSpace ~
22521
22522 \begin_inset LatexCommand ref
22523 reference "sub:Export"
22524
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \begin_layout Section
22531 Bibliography
22532 \begin_inset LatexCommand index
22533 name "Bibliography"
22534
22535 \end_inset
22536
22537
22538 \begin_inset LatexCommand label
22539 name "sec:Bibliography"
22540
22541 \end_inset
22542
22543
22544 \end_layout
22545
22546 \begin_layout Standard
22547 There are two ways of generating the bibliography in a LyX-document.
22548  You can include a bibliography database
22549 \begin_inset Foot
22550 status collapsed
22551
22552 \begin_layout Standard
22553 Known under the name 
22554 \begin_inset Quotes eld
22555 \end_inset
22556
22557 BibTeX-database
22558 \begin_inset Quotes erd
22559 \end_inset
22560
22561 .
22562 \end_layout
22563
22564 \end_inset
22565
22566 , which is explained in the next subsection or you can insert the bibliography
22567  manually.
22568  For the second method we use the paragraph environment 
22569 \family sans
22570 Bibliography
22571 \family default
22572 , described in section\InsetSpace ~
22573
22574 \begin_inset LatexCommand ref
22575 reference "sub:Biblio_environment"
22576
22577 \end_inset
22578
22579 .
22580 \end_layout
22581
22582 \begin_layout Standard
22583 Within the 
22584 \family sans
22585 Bibliography
22586 \family default
22587  environment, every paragraph begins with a gray bibliography box labeled
22588  with a number.
22589  If you click on it, you will get a dialog in which you can set a 
22590 \family sans
22591 Key
22592 \family default
22593  and a 
22594 \family sans
22595 Label
22596 \family default
22597 .
22598  The key is the symbolic name by which you will refer to this bibliography
22599  entry.
22600  For example, our second entry in the bibliography is a book about LaTeX
22601  and we used 
22602 \begin_inset Quotes eld
22603 \end_inset
22604
22605 latexcompanion
22606 \begin_inset Quotes erd
22607 \end_inset
22608
22609 , a short form of its title, as key.
22610 \end_layout
22611
22612 \begin_layout Standard
22613 You can refer to the key of a bibliography entry using the menu 
22614 \family sans
22615 Insert\SpecialChar \menuseparator
22616 Citation
22617 \family default
22618  or the toobar button 
22619 \begin_inset Graphics
22620         filename ../images/dialog-show-new-inset_citation.png
22621         BoundingBox 0bp 5bp 20bp 20bp
22622
22623 \end_inset
22624
22625 .
22626  A citation reference box is inserted and a citation window will appear
22627  in which you can select one or more keys in the available key list.
22628  The citation reference box will be labeled with the referenced key.
22629  When you click on the box, the citation window appears and you can change
22630  the reference.
22631 \end_layout
22632
22633 \begin_layout Standard
22634 Citation references appear in the output as number of the bibliography entry
22635  with surrounding brackets.
22636  If you set a 
22637 \family sans
22638 Label
22639 \family default
22640  for the entry, the label will appear instead of the number.
22641  Here two examples; the first without a label, the second with the label
22642  
22643 \begin_inset Quotes eld
22644 \end_inset
22645
22646 Credits
22647 \begin_inset Quotes erd
22648 \end_inset
22649
22650 :
22651 \end_layout
22652
22653 \begin_layout Standard
22654 Have a look at the 
22655 \family sans
22656 LaTeX Companion Second Edition
22657 \family default
22658
22659 \begin_inset LatexCommand cite
22660 key "latexcompanion"
22661
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \begin_layout Standard
22668 The LyX-Team members are listed in the Credits: 
22669 \begin_inset LatexCommand cite
22670 key "lyxcredit"
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \begin_layout Subsection
22678 Bibliography databases (BibTeX)
22679 \begin_inset LatexCommand index
22680 name "Bibliography ! Databases"
22681
22682 \end_inset
22683
22684
22685 \begin_inset LatexCommand index
22686 name "Bibliography ! BibTeX"
22687
22688 \end_inset
22689
22690
22691 \begin_inset LatexCommand label
22692 name "sub:Bibliography-databases"
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Standard
22700 Bibliography databases are useful if you use the same bibliography in different
22701  documents.
22702  It makes it also very easy to have an uniform layout for all bibliography
22703  entries.
22704  You can collect the bibliography of all relevant books and articles of
22705  your working field in a database.
22706  This database can be used for different documents, because only the referenced
22707  entries of the database will appear in the bibliography list.
22708 \end_layout
22709
22710 \begin_layout Standard
22711 The database is a text file with the file extension 
22712 \begin_inset Quotes eld
22713 \end_inset
22714
22715
22716 \family sans
22717 .bib
22718 \family default
22719
22720 \begin_inset Quotes erd
22721 \end_inset
22722
22723  containing the bibliography in a special format.
22724  The format is explained in LaTeX books (
22725 \begin_inset LatexCommand cite
22726 key "Mittelbach,Kopka,Lamport"
22727
22728 \end_inset
22729
22730 ).
22731  Normally one uses a special program to create and edit entries of the database.
22732  Under
22733 \newline
22734  
22735 \begin_inset LatexCommand url
22736 target "http://wiki.lyx.org/BibTeX/Programs"
22737
22738 \end_inset
22739
22740
22741 \newline
22742 you find a list of programs for bibliography databases.
22743 \end_layout
22744
22745 \begin_layout Standard
22746 To use a database, use the menu 
22747 \family sans
22748 Insert\SpecialChar \menuseparator
22749 List
22750 \family default
22751 /
22752 \family sans
22753 TOC\SpecialChar \menuseparator
22754 BibT
22755 \begin_inset ERT
22756 status collapsed
22757
22758 \begin_layout Standard
22759
22760 {}
22761 \end_layout
22762
22763 \end_inset
22764
22765 eX\InsetSpace ~
22766 Bibliography
22767 \family default
22768 .
22769  A grey box will be inserted and a window appears.
22770  In this window you can load one or more databases and a style file.
22771 \end_layout
22772
22773 \begin_layout Standard
22774 The style file is a text file with the file extension
22775 \begin_inset Quotes erd
22776 \end_inset
22777
22778
22779 \family sans
22780 .bst
22781 \family default
22782
22783 \begin_inset Quotes erd
22784 \end_inset
22785
22786  that declares the layout of all bibliography entries.
22787  Many publishers provide special style files, so that you don't have to
22788  take care of the layout.
22789 \end_layout
22790
22791 \begin_layout Standard
22792 Inserting a citation reference works like described above.
22793 \end_layout
22794
22795 \begin_layout Standard
22796 \begin_inset VSpace defskip
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \begin_layout Standard
22803 To generate the bibliography from a database, the program BibTeX is used
22804  by LyX.
22805  This program can be controlled with options that you can add in LyX's preferenc
22806 es dialog under 
22807 \family sans
22808 Outputs
22809 \family default
22810
22811 \family sans
22812 LaT
22813 \begin_inset ERT
22814 status collapsed
22815
22816 \begin_layout Standard
22817
22818 {}
22819 \end_layout
22820
22821 \end_inset
22822
22823 eX
22824 \family default
22825  in the field 
22826 \family sans
22827 BibT
22828 \begin_inset ERT
22829 status collapsed
22830
22831 \begin_layout Standard
22832
22833 {}
22834 \end_layout
22835
22836 \end_inset
22837
22838 eX\InsetSpace ~
22839 command
22840 \family default
22841 .
22842  Before adding options, it is strongly recommended to read the manual of
22843  
22844 \family sans
22845 BibTeX
22846 \family default
22847 .
22848 \end_layout
22849
22850 \begin_layout Standard
22851 \begin_inset VSpace defskip
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Standard
22858 We use two bibliographies in this document to show the difference between
22859  the two methods of creating them.
22860  As you can see, the bibliography that is created from a database lists
22861  only the database entries that are referenced in the document.
22862  We used the style file 
22863 \family sans
22864 alphadin.bst
22865 \family default
22866  to get the complicated German reference key scheme in the bibliography.
22867 \end_layout
22868
22869 \begin_layout Subsection
22870 Bibliography layout
22871 \begin_inset LatexCommand index
22872 name "Bibliography ! Layout"
22873
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \begin_layout Standard
22880 In the citation reference dialog you can set a special citation format.
22881  For this feature you need to use the option 
22882 \family sans
22883 Natbib
22884 \family default
22885  enabled in the 
22886 \family sans
22887 Document\SpecialChar \menuseparator
22888 Settings
22889 \family default
22890
22891 \begin_inset LatexCommand index
22892 name "Document ! Settings"
22893
22894 \end_inset
22895
22896  dialog under 
22897 \family sans
22898 Bibliography
22899 \family default
22900 .
22901  Setting a citation style for a reference will overwrite the default.
22902  For the global citation format use the BibTeX style files as explained
22903  in the previous section.
22904 \end_layout
22905
22906 \begin_layout Standard
22907 You can also set text, that should appear before or after a citation reference,
22908  in the citation reference window.
22909  Here an example where we set the text 
22910 \begin_inset Quotes eld
22911 \end_inset
22912
22913 Chapter\InsetSpace ~
22914 3
22915 \begin_inset Quotes erd
22916 \end_inset
22917
22918  to appear after the reference:
22919 \end_layout
22920
22921 \begin_layout Standard
22922 Have a look at 
22923 \begin_inset LatexCommand cite
22924 after "Chapter 3"
22925 key "latexcompanion"
22926
22927 \end_inset
22928
22929 .
22930 \end_layout
22931
22932 \begin_layout Section
22933 Index
22934 \begin_inset LatexCommand index
22935 name "Index generation"
22936
22937 \end_inset
22938
22939
22940 \begin_inset LatexCommand label
22941 name "sec:Index"
22942
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \begin_layout Standard
22949 An index entry is created if you place the cursor behind the word or phrase
22950  that should appear in the index and then use the menu 
22951 \family sans
22952 Insert\SpecialChar \menuseparator
22953 Index\InsetSpace ~
22954 Entry
22955 \family default
22956  or the toobar button 
22957 \begin_inset Graphics
22958         filename ../images/index-insert.png
22959         BoundingBox 0bp 5bp 20bp 20bp
22960
22961 \end_inset
22962
22963 .
22964  A gray box labeled 
22965 \begin_inset Quotes eld
22966 \end_inset
22967
22968
22969 \family sans
22970 Idx
22971 \family default
22972
22973 \begin_inset Quotes erd
22974 \end_inset
22975
22976  is inserted and a window pops up asking for the index entry.
22977  LyX propose the word before the cursor as entry.
22978 \end_layout
22979
22980 \begin_layout Standard
22981 \begin_inset Note Greyedout
22982 status open
22983
22984 \begin_layout Standard
22985
22986 \series bold
22987 Note:
22988 \series default
22989  The index entry text field differs from all other text fields, because
22990  you have to insert valid LaTeX-code.
22991 \end_layout
22992
22993 \end_inset
22994
22995  Therefore you cannot insert
22996 \end_layout
22997
22998 \begin_layout Standard
22999
23000 \series bold
23001 Find & Replace
23002 \end_layout
23003
23004 \begin_layout Standard
23005 to an index entry field, because the 
23006 \begin_inset Quotes eld
23007 \end_inset
23008
23009 &
23010 \begin_inset Quotes erd
23011 \end_inset
23012
23013  character is used in LaTeX to separate table columns so that you will get
23014  LaTeX-errors.
23015  The correct entry is
23016 \end_layout
23017
23018 \begin_layout Standard
23019
23020 \series bold
23021 Find 
23022 \backslash
23023 & Replace
23024 \end_layout
23025
23026 \begin_layout Standard
23027 This behavior is necessary because index entries can be formatted in many
23028  ways using special LaTeX commands.
23029  We give a short overview of the index command in the next subsections.
23030  For a detailed description of LaTeX's index mechanism, have a look at one
23031  of the LaTeX books 
23032 \begin_inset LatexCommand cite
23033 key "latexcompanion,latexguide,latexbook"
23034
23035 \end_inset
23036
23037 .
23038 \end_layout
23039
23040 \begin_layout Standard
23041 You can change index entries by clicking on the index box.
23042 \end_layout
23043
23044 \begin_layout Standard
23045 The index list is inserted to the document with the menu 
23046 \family sans
23047 Insert\SpecialChar \menuseparator
23048 List\InsetSpace ~
23049 /\InsetSpace ~
23050 TOC\SpecialChar \menuseparator
23051 Index\InsetSpace ~
23052 List
23053 \family default
23054 .
23055  A light blue box labeled 
23056 \begin_inset Quotes eld
23057 \end_inset
23058
23059
23060 \family sans
23061 Index
23062 \family default
23063
23064 \begin_inset Quotes erd
23065 \end_inset
23066
23067  will show the place where the index is printed in the output.
23068  The index list box is not clickable like other LyX-boxes.
23069 \end_layout
23070
23071 \begin_layout Subsection
23072 Grouping Index Entries
23073 \begin_inset LatexCommand index
23074 name "Index ! Grouping"
23075
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \begin_layout Standard
23082 Index entries are often grouped to offer the reader a fast search in the
23083  index.
23084  We want to group for example the index entries for itemized and enumerated
23085  lists under the entry 
23086 \begin_inset Quotes eld
23087 \end_inset
23088
23089 Lists
23090 \begin_inset Quotes erd
23091 \end_inset
23092
23093 .
23094  First we create the entry 
23095 \begin_inset Quotes eld
23096 \end_inset
23097
23098 Lists
23099 \begin_inset Quotes erd
23100 \end_inset
23101
23102  in section\InsetSpace ~
23103
23104 \begin_inset LatexCommand ref
23105 reference "sub:Lists"
23106
23107 \end_inset
23108
23109 .
23110  In the text field for the itemized list index entry in section\InsetSpace ~
23111
23112 \begin_inset LatexCommand ref
23113 reference "sec:Itemize"
23114
23115 \end_inset
23116
23117 , we insert the command
23118 \end_layout
23119
23120 \begin_layout Standard
23121
23122 \series bold
23123 Lists ! Itemize
23124 \end_layout
23125
23126 \begin_layout Standard
23127 and the command
23128 \end_layout
23129
23130 \begin_layout Standard
23131
23132 \series bold
23133 Lists ! Enumerate
23134 \end_layout
23135
23136 \begin_layout Standard
23137 for the enumerated list in section\InsetSpace ~
23138
23139 \begin_inset LatexCommand ref
23140 reference "sec:Enumerate"
23141
23142 \end_inset
23143
23144 .
23145 \end_layout
23146
23147 \begin_layout Standard
23148 The exclamation mark 
23149 \begin_inset Quotes eld
23150 \end_inset
23151
23152 !
23153 \begin_inset Quotes erd
23154 \end_inset
23155
23156  marks the grouping levels.
23157  You can have three levels; every index level is indented a bit more.
23158  An index entry for the higher levels is not required.
23159  If we don't have an index entry for 
23160 \begin_inset Quotes eld
23161 \end_inset
23162
23163 Lists
23164 \begin_inset Quotes erd
23165 \end_inset
23166
23167 , it will be printed anyway, but without a page number.
23168 \end_layout
23169
23170 \begin_layout Subsection
23171 Page Ranges
23172 \begin_inset LatexCommand index
23173 name "Index ! Page ranges"
23174
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \begin_layout Standard
23181 Normally an index entry will appear with the page number of the indexed
23182  section.
23183  But sometimes you want to index more pages under the same entry.
23184  E.g if we want to index the paragraph environments, we create an index entry
23185  in section\InsetSpace ~
23186
23187 \begin_inset LatexCommand ref
23188 reference "sec:Paragraph-Environments"
23189
23190 \end_inset
23191
23192  with the command
23193 \end_layout
23194
23195 \begin_layout Standard
23196
23197 \series bold
23198 Paragraph environments|(
23199 \end_layout
23200
23201 \begin_layout Standard
23202 and another entry at the end of section\InsetSpace ~
23203
23204 \begin_inset LatexCommand ref
23205 reference "sub:LyX-Code"
23206
23207 \end_inset
23208
23209  with the command
23210 \end_layout
23211
23212 \begin_layout Standard
23213
23214 \series bold
23215 Paragraph environments|)
23216 \end_layout
23217
23218 \begin_layout Standard
23219 The commands 
23220 \begin_inset Quotes eld
23221 \end_inset
23222
23223
23224 \series bold
23225 |(
23226 \series default
23227
23228 \begin_inset Quotes erd
23229 \end_inset
23230
23231  and 
23232 \begin_inset Quotes eld
23233 \end_inset
23234
23235
23236 \series bold
23237 |)
23238 \series default
23239
23240 \begin_inset Quotes erd
23241 \end_inset
23242
23243  respectively starts and ends the index range.
23244  You can also add the same index entry at different places in the document.
23245  They appear in the output under one entry with a comma separated list of
23246  the pages of the indexed document parts.
23247  An example is the index entry 
23248 \begin_inset Quotes eld
23249 \end_inset
23250
23251 Document ! Settings
23252 \begin_inset Quotes erd
23253 \end_inset
23254
23255 .
23256 \end_layout
23257
23258 \begin_layout Subsection
23259 Cross referencing
23260 \begin_inset LatexCommand index
23261 name "Index ! Cross referencing"
23262
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \begin_layout Standard
23269 It is also possible to refer to another index entry.
23270  We referred for example in the index entry 
23271 \begin_inset Quotes eld
23272 \end_inset
23273
23274 GIF
23275 \begin_inset Quotes erd
23276 \end_inset
23277
23278  (in section\InsetSpace ~
23279
23280 \begin_inset LatexCommand ref
23281 reference "sub:Image-Formats"
23282
23283 \end_inset
23284
23285 ) to the index entry 
23286 \begin_inset Quotes eld
23287 \end_inset
23288
23289 Image formats
23290 \begin_inset Quotes erd
23291 \end_inset
23292
23293  in the same section using the command
23294 \end_layout
23295
23296 \begin_layout Standard
23297
23298 \series bold
23299 GIF|see{Image formats}
23300 \end_layout
23301
23302 \begin_layout Standard
23303 The text within the braces is the referenced entry.
23304  The reference will appear in the output without a page number.
23305 \end_layout
23306
23307 \begin_layout Subsection
23308 Index Entry Order
23309 \begin_inset LatexCommand index
23310 name "Index ! Entry order"
23311
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \begin_layout Standard
23318 You can use accented characters in the index entry, but the entries might
23319  then not follow the rules for the index order.
23320  The index entries are sorted alphabetically, but LaTeX
23321 \begin_inset Foot
23322 status collapsed
23323
23324 \begin_layout Standard
23325 The index generating is done in the background by an extra program, see
23326  section\InsetSpace ~
23327
23328 \begin_inset LatexCommand ref
23329 reference "sub:Index-Program"
23330
23331 \end_inset
23332
23333 .
23334 \end_layout
23335
23336 \end_inset
23337
23338  doesn't know how to sort accents in different languages.
23339  We created as example the three dummy index entries 
23340 \begin_inset Quotes eld
23341 \end_inset
23342
23343 maison
23344 \begin_inset Quotes erd
23345 \end_inset
23346
23347
23348 \begin_inset Quotes eld
23349 \end_inset
23350
23351 maïs
23352 \begin_inset Quotes erd
23353 \end_inset
23354
23355 , and 
23356 \begin_inset Quotes eld
23357 \end_inset
23358
23359 maître
23360 \begin_inset Quotes erd
23361 \end_inset
23362
23363 .
23364 \begin_inset LatexCommand index
23365 name "Dummy entries ! maïs"
23366
23367 \end_inset
23368
23369
23370 \begin_inset LatexCommand index
23371 name "Dummy entries ! maître"
23372
23373 \end_inset
23374
23375
23376 \begin_inset LatexCommand index
23377 name "Dummy entries ! maïs@maison"
23378
23379 \end_inset
23380
23381  They will be sorted in the order maïs, maître, maison, but we want the
23382  order maïs, maison, maître.
23383  To achieve this, we use the command
23384 \end_layout
23385
23386 \begin_layout Standard
23387
23388 \series bold
23389 previous entry@current entry
23390 \end_layout
23391
23392 \begin_layout Standard
23393 In our case we want to have 
23394 \begin_inset Quotes eld
23395 \end_inset
23396
23397 maison
23398 \begin_inset Quotes erd
23399 \end_inset
23400
23401  after 
23402 \begin_inset Quotes eld
23403 \end_inset
23404
23405 maïs
23406 \begin_inset Quotes erd
23407 \end_inset
23408
23409  and write therefore for the index entry of maison:
23410 \end_layout
23411
23412 \begin_layout Standard
23413
23414 \series bold
23415 maïs@maison
23416 \end_layout
23417
23418 \begin_layout Standard
23419 The previous entry needn't to be a real existing entry, you can also use
23420  another word to tell LaTeX the entry order, see the next subsection for
23421  an example.
23422 \end_layout
23423
23424 \begin_layout Subsection
23425 Index Entry Layout
23426 \begin_inset LatexCommand index
23427 name "Index ! Entry layout"
23428
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \begin_layout Standard
23435 You can insert entries together with LaTeX-commands for the layout.
23436  If you need for example an italic entry, you can write
23437 \end_layout
23438
23439 \begin_layout Standard
23440
23441 \series bold
23442
23443 \backslash
23444 textit{This is an italic entry}
23445 \end_layout
23446
23447 \begin_layout Standard
23448 where the command 
23449 \series bold
23450
23451 \backslash
23452 textit
23453 \series default
23454  produces the italic layout.
23455 \begin_inset LatexCommand index
23456 name "Dummy entries ! This@\\textit{This is an italic entry}"
23457
23458 \end_inset
23459
23460  We refer to LaTeX books (
23461 \begin_inset LatexCommand cite
23462 key "latexcompanion,latexguide,latexbook"
23463
23464 \end_inset
23465
23466 ) for an overview of layout commands.
23467  There is only the problem, that layout commands destroy the sorting order.
23468  To avoid that our index entry appears as the first one, we use the following
23469  command instead:
23470 \end_layout
23471
23472 \begin_layout Standard
23473
23474 \series bold
23475 This@
23476 \backslash
23477 textit{This is an italic entry}
23478 \end_layout
23479
23480 \begin_layout Standard
23481 You can also format the page number using the character 
23482 \begin_inset Quotes eld
23483 \end_inset
23484
23485 |
23486 \begin_inset Quotes erd
23487 \end_inset
23488
23489  followed by a LaTeX-command without a backslash.
23490  We can write for example
23491 \end_layout
23492
23493 \begin_layout Standard
23494
23495 \series bold
23496 old-style page number:|oldstylenums
23497 \end_layout
23498
23499 \begin_layout Standard
23500 to get the page number in an old-style layout.
23501 \begin_inset LatexCommand index
23502 name "Dummy entries ! old-style page number:|oldstylenums"
23503
23504 \end_inset
23505
23506  Normally all LaTeX-commands begin with a backslash, but in this special
23507  case 
23508 \begin_inset Quotes eld
23509 \end_inset
23510
23511
23512 \series bold
23513 |command
23514 \series default
23515
23516 \begin_inset Quotes erd
23517 \end_inset
23518
23519  means 
23520 \series bold
23521
23522 \backslash
23523 command{page\InsetSpace ~
23524 number}
23525 \series default
23526 .
23527  Have a look at section\InsetSpace ~
23528
23529 \begin_inset LatexCommand ref
23530 reference "sub:LaTeX-Syntax"
23531
23532 \end_inset
23533
23534  to learn more about the LaTeX-syntax.
23535 \end_layout
23536
23537 \begin_layout Standard
23538 You can also change the layout for the whole index.
23539  E.g.
23540  we marked the index list box of this document as bold to get a bold font
23541  for all index entries.
23542 \end_layout
23543
23544 \begin_layout Subsection
23545 Index Program
23546 \begin_inset LatexCommand index
23547 name "Index ! Program"
23548
23549 \end_inset
23550
23551
23552 \begin_inset LatexCommand label
23553 name "sub:Index-Program"
23554
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \begin_layout Standard
23561 LyX uses for the index generation by default the program 
23562 \family sans
23563 makeindex
23564 \family default
23565 .
23566  This programs can be controlled by options that can be set in LyX's preferences
23567  dialog under 
23568 \family sans
23569 Outputs
23570 \family default
23571
23572 \family sans
23573 LaT
23574 \begin_inset ERT
23575 status collapsed
23576
23577 \begin_layout Standard
23578
23579 {}
23580 \end_layout
23581
23582 \end_inset
23583
23584 eX
23585 \family default
23586  in the field 
23587 \family sans
23588 Index\InsetSpace ~
23589 command
23590 \family default
23591 .
23592  You can also specify there another program to generate the index, for example
23593  
23594 \family sans
23595 xindy
23596 \family default
23597 .
23598  Before you change something there, it is strongly recommended to read the
23599  manuals of the programs.
23600 \end_layout
23601
23602 \begin_layout Section
23603 Nomenclature / Glossary 
23604 \begin_inset LatexCommand index
23605 name "Nomenclature"
23606
23607 \end_inset
23608
23609
23610 \begin_inset LatexCommand index
23611 name "Glossary|see{Nomenclature}"
23612
23613 \end_inset
23614
23615
23616 \begin_inset LatexCommand label
23617 name "sec:Nomenclature"
23618
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \begin_layout Standard
23625 Sometimes you need to compile a list of symbols that are mentioned in your
23626  document with a brief explanation of them -- a so called nomenclature or
23627  glossary.
23628 \end_layout
23629
23630 \begin_layout Standard
23631 To be able to create nomenclatures, you need the LaTeX package 
23632 \series bold
23633 nomencl
23634 \begin_inset LatexCommand index
23635 name "LaTeX-packages ! nomencl"
23636
23637 \end_inset
23638
23639
23640 \series default
23641  installed.
23642  You find it in the TeX Catalogue, 
23643 \begin_inset LatexCommand cite
23644 key "TeXCatalogue"
23645
23646 \end_inset
23647
23648  or in the package manager of your LaTeX-system.
23649 \end_layout
23650
23651 \begin_layout Standard
23652 A nomenclature entry is created if you place the cursor after a symbol entry
23653  and then use the menu 
23654 \family sans
23655 Insert\SpecialChar \menuseparator
23656
23657 \family default
23658 N
23659 \family sans
23660 omenclature\InsetSpace ~
23661 Entry
23662 \family default
23663  or the toobar button 
23664 \begin_inset Graphics
23665         filename ../images/nomencl-insert.png
23666         BoundingBox 0bp 5bp 20bp 20bp
23667
23668 \end_inset
23669
23670 .
23671  A gray box labeled 
23672 \begin_inset Quotes eld
23673 \end_inset
23674
23675
23676 \family sans
23677 Nom
23678 \family default
23679
23680 \begin_inset Quotes erd
23681 \end_inset
23682
23683  is inserted and a window pops up asking for the nomenclature entry.
23684 \end_layout
23685
23686 \begin_layout Standard
23687 A nomenclature entry consists of two main entries.
23688  The first is the symbol that you want to refer to.
23689  The second is the description of the symbol.
23690 \end_layout
23691
23692 \begin_layout Standard
23693 \begin_inset Note Greyedout
23694 status open
23695
23696 \begin_layout Standard
23697
23698 \series bold
23699 Note:
23700 \series default
23701  Like for the index entry dialog, you have to enter valid LaTeX-code for
23702  all fields of the nomenclature dialog.
23703 \end_layout
23704
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \begin_layout Subsection
23711 Nomenclature Definition and Layout
23712 \begin_inset LatexCommand index
23713 name "Nomenclature ! Layout"
23714
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \begin_layout Standard
23721 When you have symbols in formulas, you have to define them in the 
23722 \family sans
23723 Symbol
23724 \family default
23725  field as LaTeX-formula.
23726  For example to get 
23727 \begin_inset Quotes eld
23728 \end_inset
23729
23730
23731 \begin_inset Formula $\sigma$
23732 \end_inset
23733
23734
23735 \begin_inset Quotes erd
23736 \end_inset
23737
23738 , insert this:
23739 \newline
23740
23741 \series bold
23742 $
23743 \backslash
23744 sigma$
23745 \newline
23746
23747 \series default
23748 The 
23749 \begin_inset Quotes eld
23750 \end_inset
23751
23752 $
23753 \begin_inset Quotes erd
23754 \end_inset
23755
23756  character hereby starts/ends the formula.
23757  The LaTeX-command for the Greek letter is the name of the letter beginning
23758  with a backslash 
23759 \begin_inset Quotes eld
23760 \end_inset
23761
23762
23763 \backslash
23764
23765 \begin_inset Quotes erd
23766 \end_inset
23767
23768 .
23769  For capital Greek letters, start the command also with a capital letter,
23770  like 
23771 \series bold
23772
23773 \backslash
23774 Sigma
23775 \series default
23776 .
23777 \end_layout
23778
23779 \begin_layout Standard
23780 (A short introduction to the LaTeX-syntax is given in section\InsetSpace ~
23781
23782 \begin_inset LatexCommand ref
23783 reference "sub:LaTeX-Syntax"
23784
23785 \end_inset
23786
23787 .)
23788 \end_layout
23789
23790 \begin_layout Standard
23791 You cannot use the 
23792 \family sans
23793 Text\InsetSpace ~
23794 Style
23795 \family default
23796  dialog to format the description text but have to use LaTeX-commands.
23797  For example the description of the nomenclature entry for the 
23798 \begin_inset Quotes eld
23799 \end_inset
23800
23801
23802 \begin_inset Formula $\sigma$
23803 \end_inset
23804
23805
23806 \begin_inset Quotes erd
23807 \end_inset
23808
23809  in this document is:
23810 \newline
23811
23812 \series bold
23813 dummy entry for the character 
23814 \backslash
23815 textsf{sigma}
23816 \series default
23817
23818 \newline
23819 The command 
23820 \series bold
23821
23822 \backslash
23823 textsf
23824 \series default
23825  sets the fonts to 
23826 \family sans
23827 sans\InsetSpace ~
23828 serif
23829 \family default
23830 .
23831  To get 
23832 \series bold
23833 bold
23834 \series default
23835  font use the command 
23836 \series bold
23837
23838 \backslash
23839 textbf
23840 \series default
23841 , for 
23842 \family typewriter
23843 typewriter
23844 \family default
23845  use 
23846 \series bold
23847
23848 \backslash
23849 texttt
23850 \series default
23851 , for 
23852 \emph on
23853 emphasized
23854 \emph default
23855  use 
23856 \series bold
23857
23858 \backslash
23859 emph
23860 \series default
23861 .
23862 \end_layout
23863
23864 \begin_layout Subsection
23865 Sort Order of Nomenclature Entries
23866 \begin_inset LatexCommand index
23867 name "Nomenclature ! Sort order"
23868
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \begin_layout Standard
23875 The nomenclature entries are sorted alphabetically by the LaTeX-code of
23876  the symbol definition.
23877  This leads to undesired results when you for example have symbols in formulas.
23878  Suppose you have nomenclature entries for the symbols 
23879 \emph on
23880 a
23881 \begin_inset LatexCommand nomenclature
23882 symbol "a"
23883 description "dummy entry for the character \"a\""
23884
23885 \end_inset
23886
23887
23888 \emph default
23889  and 
23890 \begin_inset Formula $\sigma$
23891 \end_inset
23892
23893
23894 \begin_inset LatexCommand nomenclature
23895 prefix "sigma"
23896 symbol "$\\sigma$"
23897 description "dummy entry for the character \\textsf{sigma}"
23898
23899 \end_inset
23900
23901 .
23902  They will be sorted by 
23903 \begin_inset Quotes eld
23904 \end_inset
23905
23906
23907 \family sans
23908 a
23909 \family default
23910
23911 \begin_inset Quotes erd
23912 \end_inset
23913
23914  and 
23915 \begin_inset Quotes eld
23916 \end_inset
23917
23918
23919 \family typewriter
23920 $
23921 \backslash
23922 sigma$
23923 \family default
23924
23925 \begin_inset Quotes erd
23926 \end_inset
23927
23928  -- the 
23929 \begin_inset Formula $\sigma$
23930 \end_inset
23931
23932  will be sorted before the 
23933 \emph on
23934 a
23935 \emph default
23936  since the character 
23937 \begin_inset Quotes eld
23938 \end_inset
23939
23940 $
23941 \begin_inset Quotes erd
23942 \end_inset
23943
23944  is considered in sorting.
23945 \end_layout
23946
23947 \begin_layout Standard
23948 To control the sort order, you can edit the 
23949 \family sans
23950 Sort\InsetSpace ~
23951 as
23952 \family default
23953  field of the nomenclature dialog.
23954  Then the nomenclature entry will be sorted by this entry and not the symbol
23955  definition.
23956  For the given example, you can insert 
23957 \family typewriter
23958 sigma
23959 \family default
23960  to this field for the 
23961 \begin_inset Formula $\sigma$
23962 \end_inset
23963
23964 , then 
23965 \emph on
23966 a
23967 \emph default
23968  will be located before 
23969 \begin_inset Formula $\sigma$
23970 \end_inset
23971
23972 .
23973 \end_layout
23974
23975 \begin_layout Standard
23976 For subgrouping and tips for using sort entries see the 
23977 \series bold
23978 nomencl
23979 \series default
23980  documentation, 
23981 \begin_inset LatexCommand cite
23982 key "nomencl"
23983
23984 \end_inset
23985
23986 .
23987 \end_layout
23988
23989 \begin_layout Subsection
23990 Nomenclature Options
23991 \begin_inset LatexCommand index
23992 name "Nomenclature ! Options"
23993
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \begin_layout Standard
24000 The 
24001 \series bold
24002 nomencl
24003 \series default
24004  package offers some options to adjust the appearance of the nomenclature.
24005  Here are some of its options, for more have a look at its documentation:
24006 \end_layout
24007
24008 \begin_layout Description
24009 refeq Appends the phrase 
24010 \begin_inset Quotes eld
24011 \end_inset
24012
24013
24014 \family sans
24015 , see equation (
24016 \emph on
24017 eq
24018 \emph default
24019 )
24020 \family default
24021
24022 \begin_inset Quotes erd
24023 \end_inset
24024
24025  to every nomenclature entry, where 
24026 \family sans
24027 \emph on
24028 eq
24029 \family default
24030 \emph default
24031  is the number of the last equation in front of the nomenclature entry
24032 \end_layout
24033
24034 \begin_layout Description
24035 refpage Appends the phrase 
24036 \begin_inset Quotes eld
24037 \end_inset
24038
24039
24040 \family sans
24041 , page (
24042 \emph on
24043 page
24044 \emph default
24045 )
24046 \family default
24047
24048 \begin_inset Quotes erd
24049 \end_inset
24050
24051  to every nomenclature entry, where 
24052 \family sans
24053 \emph on
24054 page
24055 \family default
24056 \emph default
24057  is the number of the page on which the nomenclature entry appeared
24058 \end_layout
24059
24060 \begin_layout Description
24061 intoc Inserts the nomenclature in the Table of Contents
24062 \end_layout
24063
24064 \begin_layout Standard
24065 There are furthermore the options 
24066 \series bold
24067 croatian
24068 \series default
24069
24070 \series bold
24071 danish
24072 \series default
24073
24074 \series bold
24075 english
24076 \series default
24077
24078 \series bold
24079 french
24080 \series default
24081
24082 \series bold
24083 german
24084 \series default
24085
24086 \series bold
24087 italian
24088 \series default
24089
24090 \series bold
24091 polish
24092 \series default
24093
24094 \series bold
24095 portuguese
24096 \series default
24097
24098 \series bold
24099 russian
24100 \series default
24101
24102 \series bold
24103 spanish
24104 \series default
24105 , and 
24106 \series bold
24107 ukrainian
24108 \series default
24109  to print the reference texts and the nomenclature title in the corresponding
24110  language.
24111 \end_layout
24112
24113 \begin_layout Standard
24114 To use one or more of the options, add them to the comma-separated document
24115  class options list in the 
24116 \family sans
24117 Document\SpecialChar \menuseparator
24118 Settings
24119 \family default
24120  dialog.
24121  In this document the options 
24122 \series bold
24123 intoc
24124 \series default
24125  and 
24126 \series bold
24127 refpage
24128 \series default
24129  are used.
24130 \end_layout
24131
24132 \begin_layout Standard
24133 \begin_inset VSpace bigskip
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Standard
24140 You can also use the first two options above only for certain nomenclature
24141  entries when you add one of the following commands as last entry to the
24142  
24143 \family sans
24144 Description
24145 \family default
24146  field in the nomenclature dialog:
24147 \end_layout
24148
24149 \begin_layout Description
24150
24151 \backslash
24152 nomrefeq Like the 
24153 \series bold
24154 refeq
24155 \series default
24156  option
24157 \end_layout
24158
24159 \begin_layout Description
24160
24161 \backslash
24162 nomrefpage Like the 
24163 \series bold
24164 refpage
24165 \series default
24166  option
24167 \end_layout
24168
24169 \begin_layout Description
24170
24171 \backslash
24172 nomrefeqpage Short notation of 
24173 \series bold
24174
24175 \backslash
24176 nomrefeq
24177 \backslash
24178 nomrefpage
24179 \end_layout
24180
24181 \begin_layout Description
24182
24183 \backslash
24184 nomnorefeq,\InsetSpace ~
24185
24186 \backslash
24187 nomnorefpage,\InsetSpace ~
24188
24189 \backslash
24190 nomnorefeqpage Turns off the corresponding options
24191 \end_layout
24192
24193 \begin_layout Subsection
24194 Printing the Nomenclature
24195 \begin_inset LatexCommand index
24196 name "Nomenclature ! Printing"
24197
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \begin_layout Standard
24204 To print the nomenclature, use the menu 
24205 \family sans
24206 Insert\SpecialChar \menuseparator
24207 Lists\InsetSpace ~
24208 /\InsetSpace ~
24209 TOC\SpecialChar \menuseparator
24210 Nomenclature
24211 \family default
24212 .
24213  A light blue box labeled 
24214 \begin_inset Quotes eld
24215 \end_inset
24216
24217
24218 \family sans
24219 Nomenclature
24220 \family default
24221
24222 \begin_inset Quotes erd
24223 \end_inset
24224
24225  will show the place where the nomenclature is printed in the output.
24226  Like the index list box, the nomenclature list box is not clickable.
24227 \end_layout
24228
24229 \begin_layout Standard
24230 In the printed output the title of the nomenclature appears as 
24231 \begin_inset Quotes eld
24232 \end_inset
24233
24234 Nomenclature
24235 \begin_inset Quotes erd
24236 \end_inset
24237
24238 .
24239  If you are not happy with the name, you can change it by redefining the
24240  command 
24241 \series bold
24242
24243 \backslash
24244 nomname
24245 \series default
24246  in the preamble.
24247  For example, in order to change the name to 
24248 \emph on
24249 List of Symbols
24250 \emph default
24251 , add the following line to the preamble:
24252 \end_layout
24253
24254 \begin_layout Standard
24255
24256 \family roman
24257 \series bold
24258
24259 \backslash
24260 renewcommand{
24261 \backslash
24262 nomname}{List of Symbols}
24263 \end_layout
24264
24265 \begin_layout Standard
24266 \begin_inset VSpace defskip
24267 \end_inset
24268
24269
24270 \end_layout
24271
24272 \begin_layout Standard
24273 If you are unhappy with the amount of space for symbols, you can alter it
24274  by adding the following line to the preamble:
24275 \end_layout
24276
24277 \begin_layout Standard
24278
24279 \family roman
24280 \series bold
24281
24282 \backslash
24283 renewcommand{
24284 \backslash
24285 nomlabelwidth}{width}
24286 \end_layout
24287
24288 \begin_layout Standard
24289
24290 \family roman
24291 Where the width is a value with one of the units listed in Appendix\InsetSpace ~
24292
24293 \begin_inset LatexCommand ref
24294 reference "cha:Units-available-in"
24295
24296 \end_inset
24297
24298 .
24299  The default value is 1\InsetSpace \thinspace{}
24300 cm.
24301 \end_layout
24302
24303 \begin_layout Section
24304 Branches
24305 \begin_inset LatexCommand index
24306 name "Branches"
24307
24308 \end_inset
24309
24310
24311 \begin_inset LatexCommand index
24312 name "Document ! Branches"
24313
24314 \end_inset
24315
24316
24317 \begin_inset LatexCommand label
24318 name "sec:Branches"
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Standard
24326 Sometimes it is useful to hide some document parts in the output.
24327  For example a teacher who is setting an exam obviously doesn't want the
24328  pupils to see the answers, but having questions and answers in the same
24329  document will make the life of the markers of that exam much easier.
24330 \end_layout
24331
24332 \begin_layout Standard
24333 For these cases LyX offers to put text into branches.
24334  The text will then only appear in the output when its branch is activated.
24335  To create a branch, go in the 
24336 \family sans
24337 Document\SpecialChar \menuseparator
24338 Settings
24339 \family default
24340  dialog to 
24341 \family sans
24342 Branches
24343 \family default
24344 .
24345  The name of the branch, its activation state and the background color of
24346  the branches inside LyX can be specified in this dialog.
24347 \end_layout
24348
24349 \begin_layout Standard
24350 Text that should be in a branch is set into branch inset boxes.
24351  These boxes are inserted via the menu 
24352 \family sans
24353 Insert\SpecialChar \menuseparator
24354 Branch
24355 \family default
24356  where you can choose a branch.
24357  You can later change the branch of the boxes by right-clicking on them.
24358 \end_layout
24359
24360 \begin_layout Standard
24361 Here is an example, where only the question text appears, the answer branch
24362  is deactivated and does therefore not appear in the output:
24363 \end_layout
24364
24365 \begin_layout Standard
24366 \begin_inset Branch Question
24367 status open
24368
24369 \begin_layout Standard
24370 Question: Who was the first physics Nobel prize winner?
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \begin_layout Standard
24379 \begin_inset Branch Answer
24380 status open
24381
24382 \begin_layout Standard
24383 Answer: Wilhelm Conrad Röntgen
24384 \end_layout
24385
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \begin_layout Section
24392 ERT and the LaTeX Syntax
24393 \begin_inset LatexCommand label
24394 name "sec:ERT"
24395
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \begin_layout Subsection
24402 ERT Boxes
24403 \begin_inset LatexCommand index
24404 name "ERT"
24405
24406 \end_inset
24407
24408
24409 \begin_inset LatexCommand label
24410 name "sub:ERT-Boxes"
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Standard
24418 As LyX uses LaTeX in the background, it supports many LaTeX commands and
24419  constructs, but not all.
24420  LaTeX contains of hundreds of packages which provide different commands.
24421  Every month many packages are updated and new ones added.
24422  This has the advantage that you can typeset nearly everything, for every
24423  problem exists a LaTeX-package.
24424  But LyX can of course not be up to date and support all these packages
24425  and their commands.
24426 \end_layout
24427
24428 \begin_layout Standard
24429 But don't worry, you can use any LaTeX-command directly in LyX inside the
24430  ERT box.
24431  ERT stands for 
24432 \begin_inset Quotes eld
24433 \end_inset
24434
24435 evil red text
24436 \begin_inset Quotes erd
24437 \end_inset
24438
24439 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
24440  An ERT box is created by the menu 
24441 \family sans
24442 Insert\SpecialChar \menuseparator
24443 TeX
24444 \family default
24445  or by the toolbar button 
24446 \begin_inset Graphics
24447         filename ../images/ert-insert.png
24448
24449 \end_inset
24450
24451 .
24452  The box itself can be displayed in three different styles: 
24453 \family sans
24454 Inline
24455 \family default
24456
24457 \family sans
24458 Collapsed
24459 \family default
24460 , and 
24461 \family sans
24462 Open
24463 \family default
24464 .
24465  To change the style, right-click on the box and use the appearing dialog.
24466  Left-clicking on the box will switch between 
24467 \family sans
24468 Collapsed
24469 \family default
24470  and 
24471 \family sans
24472 Open
24473 \family default
24474 .
24475 \end_layout
24476
24477 \begin_layout Standard
24478 You can insert complete or incomplete commands into ERT.
24479  Incomplete means that the command argument can be Standard LyX text.
24480  For example you want to draw a frame around a word and uses therefore the
24481  LaTeX-command 
24482 \series bold
24483
24484 \backslash
24485 fbox
24486 \series default
24487 , you can write the command part 
24488 \series bold
24489
24490 \backslash
24491 fbox{
24492 \series default
24493  in an ERT box before the word and the closing brace 
24494 \series bold
24495 }
24496 \series default
24497  in a second ERT box behind the word.
24498  The word between the two ERT boxes is then the argument as it is in the
24499  following example:
24500 \end_layout
24501
24502 \begin_layout Standard
24503 \begin_inset Graphics
24504         filename clipart/ERT.png
24505         scale 89
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \begin_layout Standard
24513 gives
24514 \end_layout
24515
24516 \begin_layout Standard
24517 This is a line with a 
24518 \begin_inset ERT
24519 status collapsed
24520
24521 \begin_layout Standard
24522
24523
24524 \backslash
24525 fbox{
24526 \end_layout
24527
24528 \end_inset
24529
24530 framed
24531 \begin_inset ERT
24532 status collapsed
24533
24534 \begin_layout Standard
24535
24536 }
24537 \end_layout
24538
24539 \end_inset
24540
24541  word.
24542 \end_layout
24543
24544 \begin_layout Standard
24545 \begin_inset Note Greyedout
24546 status open
24547
24548 \begin_layout Standard
24549
24550 \series bold
24551 Note:
24552 \series default
24553  At the end of LaTeX-commands without parameters, you have to insert a space
24554  to let LaTeX know that the command is finished.
24555 \end_layout
24556
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \begin_layout Subsection
24563 Short Introduction to the LaTeX Syntax
24564 \begin_inset OptArg
24565 status collapsed
24566
24567 \begin_layout Standard
24568 The LaTeX Syntax
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \begin_inset LatexCommand index
24575 name "LaTeX Syntax"
24576
24577 \end_inset
24578
24579
24580 \begin_inset LatexCommand label
24581 name "sub:LaTeX-Syntax"
24582
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \begin_layout Standard
24589 When you write larger documents or books, you will need to know something
24590  about the LaTeX-commands that LyX uses in the background.
24591  Because LaTeX is based on commands, you can 
24592 \begin_inset Quotes eld
24593 \end_inset
24594
24595 program
24596 \begin_inset Quotes erd
24597 \end_inset
24598
24599  your text.
24600  This has the advantage that the layout of the document can be changed at
24601  every time if you know the right commands.
24602  E.g.
24603  imagine you have to write a manual for a product and the deadline is at
24604  the end of the day.
24605  Your boss just has complimented you for your good work but wants to have
24606  all caption labels bold.
24607  But you have over hundred figure and table captions with non-bold labels
24608  in your manual.
24609  Of course it's impossible to change all caption labels by hand in one day.
24610 \end_layout
24611
24612 \begin_layout Standard
24613 Now LaTeX comes into play.
24614  As written above, for every problem exists a LaTeX-package.
24615  First you have to find out which and therefore look in the LaTeX package
24616  database, 
24617 \begin_inset LatexCommand cite
24618 key "Catalogue"
24619
24620 \end_inset
24621
24622 .
24623 \end_layout
24624
24625 \begin_layout Standard
24626 As result you know that the package 
24627 \series bold
24628 caption
24629 \series default
24630
24631 \begin_inset LatexCommand index
24632 name "LaTeX-packages ! caption"
24633
24634 \end_inset
24635
24636  is what you need.
24637  To use a package, you have to load it in the document preamble (menu 
24638 \family sans
24639 Document\SpecialChar \menuseparator
24640 Settings
24641 \family default
24642 ) with the command
24643 \end_layout
24644
24645 \begin_layout Standard
24646
24647 \series bold
24648
24649 \backslash
24650 usepackage[options]{package name}
24651 \end_layout
24652
24653 \begin_layout Standard
24654 All LaTeX commands begin with a backslash, the command argument is set within
24655  two braces, and the options are set within two brackets.
24656  Note that not all commands have an argument and options.
24657 \end_layout
24658
24659 \begin_layout Standard
24660 In your case the package name is 
24661 \series bold
24662 caption
24663 \series default
24664 .
24665  After a look in the documentation of the package, you know that the option
24666  
24667 \series bold
24668 labelfont=bf
24669 \series default
24670  will change the font of all caption labels to bold.
24671  So you add the command
24672 \end_layout
24673
24674 \begin_layout Standard
24675
24676 \series bold
24677
24678 \backslash
24679 usepackage[labelfont=bf]{caption}
24680 \end_layout
24681
24682 \begin_layout Standard
24683 to the preamble and the problem is solved.
24684 \begin_inset Foot
24685 status collapsed
24686
24687 \begin_layout Standard
24688 For more commands provided by the 
24689 \series bold
24690 caption
24691 \series default
24692  package, have a look at its documentation, 
24693 \begin_inset LatexCommand cite
24694 key "caption"
24695
24696 \end_inset
24697
24698 .
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Standard
24707 Note that some document classes have built-in solutions for well known problems
24708  like your case.
24709  For example if you use a 
24710 \family sans
24711 koma-script
24712 \family default
24713  class, you don't need the package 
24714 \series bold
24715 caption
24716 \series default
24717 , you can instead write
24718 \end_layout
24719
24720 \begin_layout Standard
24721
24722 \series bold
24723
24724 \backslash
24725 setkomafont{captionlabel}{
24726 \backslash
24727 bfseries}
24728 \end_layout
24729
24730 \begin_layout Standard
24731 in the preamble and the problem is solved.
24732  So if you plan to write a large document, you should have a look at the
24733  documentation of the document class you want to use.
24734  (
24735 \series bold
24736
24737 \backslash
24738 setkomafont
24739 \series default
24740  is an example for a command with more than one argument.)
24741 \end_layout
24742
24743 \begin_layout Standard
24744 Commands in the preamble affects the whole document, while commands in the
24745  text affects only the text after the command or only the text used as command
24746  argument.
24747  To insert a LaTeX-command in text, use the ERT box as described in the
24748  previous section.
24749 \end_layout
24750
24751 \begin_layout Standard
24752 If you want to learn more about LaTeX and its syntax, have a look at the
24753  LaTeX-books 
24754 \begin_inset LatexCommand cite
24755 key "latexcompanion,latexguide"
24756
24757 \end_inset
24758
24759 .
24760  
24761 \end_layout
24762
24763 \begin_layout Section
24764 Previewing Snippets of your Document
24765 \begin_inset LatexCommand index
24766 name "Instant preview"
24767
24768 \end_inset
24769
24770
24771 \begin_inset LatexCommand label
24772 name "sec:Previewing-snippets-of"
24773
24774 \end_inset
24775
24776
24777 \begin_inset LatexCommand index
24778 name "Document ! Preview"
24779
24780 \end_inset
24781
24782
24783 \end_layout
24784
24785 \begin_layout Standard
24786 LyX allows you to generate previews of sections of your document on the
24787  fly so you can see how they'll look in the final document without having
24788  to break your train of thought with 
24789 \family sans
24790 View\SpecialChar \menuseparator
24791 DVI
24792 \family default
24793 .
24794 \end_layout
24795
24796 \begin_layout Standard
24797 If you would for example like to see in LyX your math formulas typeset by
24798  LaTeX, install the LaTeX-package 
24799 \series bold
24800 preview-latex
24801 \begin_inset LatexCommand index
24802 name "LaTeX-packages ! preview-latex"
24803
24804 \end_inset
24805
24806
24807 \series default
24808  as explained below, and turn on 
24809 \family sans
24810 Instant\InsetSpace ~
24811 preview
24812 \family default
24813  in the 
24814 \family sans
24815 Tools\SpecialChar \menuseparator
24816 Preferences 
24817 \family default
24818 dialog under 
24819 \family sans
24820 Look\InsetSpace ~
24821 and\InsetSpace ~
24822 feel\SpecialChar \menuseparator
24823 Graphics
24824 \family default
24825 .
24826 \end_layout
24827
24828 \begin_layout Standard
24829 Previews are generated when you load a document into LyX and when you finish
24830  editing an inset.
24831  Previews of an already loaded document are 
24832 \emph on
24833 not
24834 \emph default
24835  generated just by selecting the 
24836 \family sans
24837 Instant\InsetSpace ~
24838 preview
24839 \family default
24840  check box, you have to reopen the documents to activate the previews.
24841 \end_layout
24842
24843 \begin_layout Standard
24844 LyX will generate previews of math insets.
24845  It will also generate previews of include insets if you select the 
24846 \family sans
24847 Show\InsetSpace ~
24848 preview
24849 \family default
24850  check box in the insert dialog.
24851  This is useful if you wish to generate a preview of a LaTeX figure, for
24852  example.
24853 \end_layout
24854
24855 \begin_layout Standard
24856 To get previews working, you need the LaTeX package 
24857 \series bold
24858 preview-latex
24859 \series default
24860  (on some systems named simply 
24861 \series bold
24862 preview
24863 \series default
24864 ) installed.
24865  You find it in the TeX Catalogue, 
24866 \begin_inset LatexCommand cite
24867 key "TeXCatalogue"
24868
24869 \end_inset
24870
24871  or in the package manager of your LaTeX-system.
24872  You obtain prettier results if you install the program 
24873 \family typewriter
24874 pnmcrop
24875 \family default
24876  from the 
24877 \family typewriter
24878 netpbm
24879 \family default
24880  package; for LyX on Windows this program is automatically installed together
24881  with LyX.
24882 \end_layout
24883
24884 \begin_layout Standard
24885 \begin_inset VSpace bigskip
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \begin_layout Standard
24892 You can furthermore preview the LaTeX source of the whole document or parts
24893  of it.
24894  Use the menu 
24895 \family sans
24896 View\SpecialChar \menuseparator
24897 View\InsetSpace ~
24898 Source
24899 \family default
24900  and a window will be shown where you can see the LaTeX-source code.
24901  The window shows the source of the whole paragraph where the cursor is
24902  currently in.
24903  You can also select document parts in LyX's main window, then only this
24904  selection (when it is more than one paragraph) is shown as source code.
24905  To view the whole document as source, enable the corresponding option in
24906  the source view window.
24907 \end_layout
24908
24909 \begin_layout Section
24910 Spell Checking
24911 \begin_inset LatexCommand label
24912 name "sec:Spellchecking"
24913
24914 \end_inset
24915
24916
24917 \begin_inset LatexCommand index
24918 name "Spell checking"
24919
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \begin_layout Standard
24926 LyX itself has no built-in spell checker.
24927  Rather it uses one of the external programs 
24928 \family typewriter
24929 aspell
24930 \family default
24931
24932 \family typewriter
24933 ispell
24934 \family default
24935
24936 \family typewriter
24937 hspell
24938 \family default
24939 , or 
24940 \family sans
24941 pspell
24942 \family default
24943  as backend.
24944  This section assumes you have already installed and set up one of these
24945  programs.
24946  
24947 \family typewriter
24948 aspell
24949 \family default
24950  can be seen as successor of 
24951 \family typewriter
24952 ispell
24953 \family default
24954 , so that it is recommended to use aspell.
24955  
24956 \family sans
24957 hspell
24958 \family default
24959  is a Hebrew spell-checker.
24960  The used spell checker ind its settings are specified in LyX's preferences
24961  under 
24962 \family sans
24963 Language Settings
24964 \family default
24965 .
24966 \end_layout
24967
24968 \begin_layout Standard
24969 For LyX on Windows, the selection box for the spell checking program is
24970  greyed out in the preferences dialog because only 
24971 \family sans
24972 aspell
24973 \family default
24974  can be used.
24975 \end_layout
24976
24977 \begin_layout Standard
24978 The menu
24979 \family sans
24980  Tools\SpecialChar \menuseparator
24981 Spellchecker
24982 \family default
24983  starts the spell checking beginning from the current cursor position.
24984  A dialog window will appear showing any incorrect (or unknown) word found,
24985  allowing you to edit and replace it in a second line.
24986  Whenever an unknown word is found, the word is highlighted and the text
24987  scrolled so that it is visible.
24988  In the 
24989 \family sans
24990 spell checker
24991 \family default
24992  dialog, there is also a box showing suggestions for a correction, if any
24993  could be found.
24994  Clicking on one of the corrections will copy to the 
24995 \family sans
24996 Replace
24997 \family default
24998  field, double-click invokes directly the replacement.
24999  Unknown but correctly typed words can be added to the personal dictionary.
25000 \end_layout
25001
25002 \begin_layout Standard
25003 By default, the used dictionary file is determined by the document language
25004  that is set in the 
25005 \family sans
25006 Document\SpecialChar \menuseparator
25007 Settings
25008 \family default
25009  dialog.
25010  If you do not have a dictionary for the document language, spell checking
25011  will bring an error message.
25012  In this case, you can specify another dictionary file in the dialog by
25013  specifying a different 
25014 \family sans
25015 Alternative language
25016 \family default
25017  in preferences dialog.
25018 \end_layout
25019
25020 \begin_layout Standard
25021 After a spell check you'll informed about the number of checked words.
25022 \end_layout
25023
25024 \begin_layout Subsubsection*
25025 Limitations
25026 \end_layout
25027
25028 \begin_layout Standard
25029 It is not possible to change the spelling of a particular word globally,
25030  rather than having to change the spelling separately for each occurrence
25031  of the word.
25032  But you can use the 
25033 \family sans
25034 Find\InsetSpace ~
25035 &\InsetSpace ~
25036 Replace
25037 \family default
25038  dialog for that.
25039 \end_layout
25040
25041 \begin_layout Standard
25042 LyX cannot correctly spell check documents containing multiple languages.
25043  This does work with 
25044 \family typewriter
25045 pspell
25046 \family default
25047 , assuming you have marked the different languages appropriately.
25048 \end_layout
25049
25050 \begin_layout Subsubsection*
25051 Further Settings
25052 \end_layout
25053
25054 \begin_layout Standard
25055 The 
25056 \family sans
25057 Spellchecker
25058 \family default
25059  section in the preferences dialog has some additional options:
25060 \end_layout
25061
25062 \begin_layout Description
25063 Escape\InsetSpace ~
25064 characters Allows you to add non-standard characters that the spell
25065  checker should consider, e.g.
25066  German umlauts although you spell check English document.
25067  This should not normally be needed.
25068 \end_layout
25069
25070 \begin_layout Description
25071 Personal\InsetSpace ~
25072 dictionary to use a different file than the spell checker's default
25073  choice as your personal dictionary
25074 \end_layout
25075
25076 \begin_layout Description
25077 Accept\InsetSpace ~
25078 compound\InsetSpace ~
25079 words Prevent the spell checker from complaining about compounded
25080  words like 
25081 \begin_inset Quotes eld
25082 \end_inset
25083
25084 passthrough
25085 \begin_inset Quotes erd
25086 \end_inset
25087
25088 .
25089 \end_layout
25090
25091 \begin_layout Description
25092 Use\InsetSpace ~
25093 input\InsetSpace ~
25094 encoding Uses the document encoding that is set in the 
25095 \family sans
25096 Document\SpecialChar \menuseparator
25097 Settings
25098 \family default
25099  dialog under 
25100 \family sans
25101 Language
25102 \family default
25103  also for the spellchecker.
25104 \begin_inset Foot
25105 status collapsed
25106
25107 \begin_layout Standard
25108 The encodings are explained in section\InsetSpace ~
25109
25110 \begin_inset LatexCommand ref
25111 reference "sub:Settings"
25112
25113 \end_inset
25114
25115 .
25116 \end_layout
25117
25118 \end_inset
25119
25120  Only enable this if you use 
25121 \family typewriter
25122 ispell
25123 \family default
25124  and can't spell check words with international letters in them.
25125  There have been reports that this does not work with all dictionaries,
25126  so this is disabled by default.
25127 \end_layout
25128
25129 \begin_layout Section
25130 Thesaurus
25131 \begin_inset LatexCommand index
25132 name "Thesaurus"
25133
25134 \end_inset
25135
25136
25137 \begin_inset LatexCommand label
25138 name "sec:Thesaurus"
25139
25140 \end_inset
25141
25142
25143 \end_layout
25144
25145 \begin_layout Standard
25146 Thesaurus currently only works when you use the document language English.
25147 \end_layout
25148
25149 \begin_layout Standard
25150 To start the thesaurus, highlight one word or set the cursor behind it,
25151  and use the menu 
25152 \family sans
25153 Tools\SpecialChar \menuseparator
25154 Thesaurus
25155 \family default
25156  or the toolbar button 
25157 \begin_inset Graphics
25158         filename ../images/thesaurus-entry.png
25159         BoundingBox 0bp 5bp 20bp 25bp
25160         rotateOrigin center
25161
25162 \end_inset
25163
25164 .
25165  A dialog pops up showing you probably related words that you can use as
25166  replacement.
25167 \end_layout
25168
25169 \begin_layout Standard
25170 The shown related words are in many cases not really related to the word
25171  you are currently checking, scrolling in the shown list might help in some
25172  cases to find related words.
25173 \end_layout
25174
25175 \begin_layout Standard
25176 The thesaurus only works for single words, and also only when it is in the
25177  singular form.
25178  For example starting the thesaurus with the word 
25179 \begin_inset Quotes eld
25180 \end_inset
25181
25182 reports
25183 \begin_inset Quotes erd
25184 \end_inset
25185
25186  leads to no results, while results are shown for the word 
25187 \begin_inset Quotes eld
25188 \end_inset
25189
25190 report
25191 \begin_inset Quotes erd
25192 \end_inset
25193
25194 .
25195  To avoid this, you can highlight only the part 
25196 \begin_inset Quotes eld
25197 \end_inset
25198
25199 report
25200 \begin_inset Quotes erd
25201 \end_inset
25202
25203  of the word 
25204 \begin_inset Quotes eld
25205 \end_inset
25206
25207 reports
25208 \begin_inset Quotes erd
25209 \end_inset
25210
25211  to get results.
25212 \end_layout
25213
25214 \begin_layout Section
25215 Change Tracking
25216 \begin_inset LatexCommand index
25217 name "Change Tracking"
25218
25219 \end_inset
25220
25221
25222 \begin_inset LatexCommand index
25223 name "Document ! Change Tracking"
25224
25225 \end_inset
25226
25227
25228 \begin_inset LatexCommand label
25229 name "sec:Change-Tracking"
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Standard
25237 When you work on a document together with many people it is extremely useful
25238  to see changes others made highlighted in the document.
25239  You can then decide if you accept a change or not.
25240  This can be achieved by turning on change tracking in the menu 
25241 \family sans
25242 Document\SpecialChar \menuseparator
25243 Change\InsetSpace ~
25244 Tracking\SpecialChar \menuseparator
25245 Track\InsetSpace ~
25246 Changes
25247 \family default
25248 .
25249 \end_layout
25250
25251 \begin_layout Standard
25252 Changes made in the document will then be highlighted by colors: 
25253 \color blue
25254 Blue text
25255 \color inherit
25256  is an addition, 
25257 \color red
25258 red canceled text
25259 \color inherit
25260  is a deletion.
25261  You can change the color in LyX's preferences dialog under 
25262 \family sans
25263 Look\InsetSpace ~
25264 and\InsetSpace ~
25265 feel
25266 \family default
25267
25268 \family sans
25269 Colors
25270 \family default
25271 .
25272 \end_layout
25273
25274 \begin_layout Standard
25275 When change tracking is activated, you will see the review toolbar in LyX:
25276 \begin_inset LatexCommand index
25277 name "Toolbar ! Review"
25278
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \begin_layout Standard
25285 \begin_inset VSpace defskip
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \begin_layout Standard
25292 \begin_inset Graphics
25293         filename clipart/ChangesToolbar.png
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Standard
25301 \begin_inset VSpace defskip
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 The review toolbar as shown above contains from left to right the following
25309  buttons:
25310 \end_layout
25311
25312 \begin_layout Standard
25313 \begin_inset VSpace defskip
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \begin_layout Standard
25320 \begin_inset Tabular
25321 <lyxtabular version="3" rows="10" columns="2">
25322 <features islongtable="true">
25323 <column alignment="left" valignment="top" width="0">
25324 <column alignment="left" valignment="top" width="0">
25325 <row interlinespace="2.5mm">
25326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Standard
25330 \begin_inset Graphics
25331         filename ../images/changes-track.png
25332         BoundingBox 0bp 5bp 20bp 25bp
25333         rotateOrigin center
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Standard
25346
25347 \family sans
25348 Document\SpecialChar \menuseparator
25349 Change\InsetSpace ~
25350 Tracking\SpecialChar \menuseparator
25351 Track\InsetSpace ~
25352 Changes
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 </row>
25358 <row interlinespace="2.5mm">
25359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Standard
25363 \begin_inset Graphics
25364         filename ../images/changes-output.png
25365         BoundingBox 0bp 5bp 20bp 25bp
25366         rotateOrigin center
25367
25368 \end_inset
25369
25370
25371 \end_layout
25372
25373 \end_inset
25374 </cell>
25375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Standard
25379
25380 \family sans
25381 Document\SpecialChar \menuseparator
25382 Change\InsetSpace ~
25383 Tracking\SpecialChar \menuseparator
25384 Show\InsetSpace ~
25385 Changes\InsetSpace ~
25386 in\InsetSpace ~
25387 Output
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 </row>
25393 <row interlinespace="2.5mm">
25394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25395 \begin_inset Text
25396
25397 \begin_layout Standard
25398 \begin_inset Graphics
25399         filename ../images/change-next.png
25400         BoundingBox 0bp 5bp 20bp 25bp
25401         rotateOrigin center
25402
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Standard
25414 Jumps to the next change
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 </row>
25420 <row interlinespace="2.5mm">
25421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Standard
25425 \begin_inset Graphics
25426         filename ../images/change-accept.png
25427         BoundingBox 0bp 5bp 20bp 25bp
25428         rotateOrigin center
25429
25430 \end_inset
25431
25432
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Standard
25441
25442 \family sans
25443 Document\SpecialChar \menuseparator
25444 Change\InsetSpace ~
25445 Tracking\SpecialChar \menuseparator
25446 Accept\InsetSpace ~
25447 Change
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 </row>
25453 <row interlinespace="2.5mm">
25454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Standard
25458 \begin_inset Graphics
25459         filename ../images/change-reject.png
25460         BoundingBox 0bp 5bp 20bp 25bp
25461         rotateOrigin center
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \end_inset
25469 </cell>
25470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Standard
25474
25475 \family sans
25476 Document\SpecialChar \menuseparator
25477 Change\InsetSpace ~
25478 Tracking\SpecialChar \menuseparator
25479 Reject\InsetSpace ~
25480 Change
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 </row>
25486 <row interlinespace="2.5mm">
25487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Standard
25491 \begin_inset Graphics
25492         filename ../images/changes-merge.png
25493         BoundingBox 0bp 5bp 20bp 25bp
25494         rotateOrigin center
25495
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Standard
25507
25508 \family sans
25509 Document\SpecialChar \menuseparator
25510 Change\InsetSpace ~
25511 Tracking\SpecialChar \menuseparator
25512 Merge\InsetSpace ~
25513 Changes
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 </row>
25519 <row interlinespace="2.5mm">
25520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Standard
25524 \begin_inset Graphics
25525         filename ../images/all-changes-accept.png
25526         BoundingBox 0bp 5bp 20bp 25bp
25527         rotateOrigin center
25528
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Standard
25540
25541 \family sans
25542 Document\SpecialChar \menuseparator
25543 Change\InsetSpace ~
25544 Tracking\SpecialChar \menuseparator
25545 Accept\InsetSpace ~
25546 All\InsetSpace ~
25547 Changes
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 </row>
25553 <row interlinespace="2.5mm">
25554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Standard
25558 \begin_inset Graphics
25559         filename ../images/all-changes-reject.png
25560         BoundingBox 0bp 5bp 20bp 25bp
25561         rotateOrigin center
25562
25563 \end_inset
25564
25565
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25571 \begin_inset Text
25572
25573 \begin_layout Standard
25574
25575 \family sans
25576 Document\SpecialChar \menuseparator
25577 Change\InsetSpace ~
25578 Tracking\SpecialChar \menuseparator
25579 Reject\InsetSpace ~
25580 All\InsetSpace ~
25581 Changes
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 </row>
25587 <row interlinespace="2.5mm">
25588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Standard
25592 \begin_inset Graphics
25593         filename ../images/note-insert.png
25594         BoundingBox 0bp 5bp 20bp 25bp
25595         rotateOrigin center
25596
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Standard
25608
25609 \family sans
25610 Insert\SpecialChar \menuseparator
25611 Note\SpecialChar \menuseparator
25612 LyX\InsetSpace ~
25613 Note
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 </row>
25619 <row interlinespace="2.5mm">
25620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Standard
25624 \begin_inset Graphics
25625         filename ../images/note-next.png
25626         BoundingBox 0bp 5bp 20bp 25bp
25627         rotateOrigin center
25628
25629 \end_inset
25630
25631
25632 \end_layout
25633
25634 \end_inset
25635 </cell>
25636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Standard
25640
25641 \family sans
25642 Navigate\SpecialChar \menuseparator
25643 Next\InsetSpace ~
25644 Note
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 </row>
25650 </lyxtabular>
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \begin_layout Standard
25658 \begin_inset VSpace defskip
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \begin_layout Standard
25665 The review toolbar helps you to accept, reject, or merge changes -- highlight
25666  the change and press one of the desired toolbar buttons.
25667  When you merge changes, a window pops up showing you informations about
25668  the next change behind the current cursor position.
25669  So you don't need to highlight a certain change.
25670  Within the merge window you can decide to accept or reject changes and
25671  step to the next change.
25672  This way you can jump through all changes of the document.
25673 \end_layout
25674
25675 \begin_layout Standard
25676 The toolbar has two buttons to handle notes because notes are often important
25677  to describe a change.
25678 \end_layout
25679
25680 \begin_layout Standard
25681 To show made changes in the output you need the LaTeX package 
25682 \series bold
25683 dvipost
25684 \begin_inset LatexCommand index
25685 name "LaTeX-packages ! dvipost"
25686
25687 \end_inset
25688
25689
25690 \series default
25691  installed.
25692  You find it in the TeX Catalogue, 
25693 \begin_inset LatexCommand cite
25694 key "TeXCatalogue"
25695
25696 \end_inset
25697
25698  or in the package manager of your LaTeX-system.
25699 \end_layout
25700
25701 \begin_layout Section
25702 International Support
25703 \begin_inset LatexCommand index
25704 name "International support"
25705
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \begin_layout Standard
25712 This section describes how to use LyX with any language you want.
25713  For some non-western languages there are special Wiki-pages that explain
25714  how to set up LyX to use them: 
25715 \begin_inset LatexCommand cite
25716 key "Arabic,Armenian,Farsi,Hebrew"
25717
25718 \end_inset
25719
25720
25721 \end_layout
25722
25723 \begin_layout Standard
25724 Besides languages, LyX also supports phonetic symbols, see section\InsetSpace ~
25725
25726 \begin_inset LatexCommand ref
25727 reference "sub:Special-Character"
25728
25729 \end_inset
25730
25731 .
25732 \end_layout
25733
25734 \begin_layout Subsection
25735 Language Options
25736 \begin_inset LatexCommand index
25737 name "Language ! Options"
25738
25739 \end_inset
25740
25741
25742 \begin_inset LatexCommand index
25743 name "Document ! Settings"
25744
25745 \end_inset
25746
25747
25748 \begin_inset LatexCommand index
25749 name "Document ! Language"
25750
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Standard
25757 The 
25758 \family sans
25759 Document\SpecialChar \menuseparator
25760 Settings
25761 \family default
25762  dialog lets you set 
25763 \family roman
25764 the language and character encoding for your language.
25765  
25766 \end_layout
25767
25768 \begin_layout Standard
25769 Choose your language in the 
25770 \family sans
25771 Language
25772 \family default
25773  section of this dialog.
25774  The default is 
25775 \family sans
25776 English
25777 \family default
25778 .
25779 \end_layout
25780
25781 \begin_layout Standard
25782 The 
25783 \family sans
25784 Encoding
25785 \family default
25786  box lets you choose the character encoding map you want to use for LaTeX
25787  export.
25788  The option 
25789 \family sans
25790 use language's default encoding
25791 \family default
25792  is the preferred choice and works well in most cases.
25793  For details abhout the different encoding options see section\InsetSpace ~
25794
25795 \begin_inset LatexCommand ref
25796 reference "sub:Settings"
25797
25798 \end_inset
25799
25800 .
25801 \end_layout
25802
25803 \begin_layout Subsection
25804 Keyboard mapping configuration
25805 \end_layout
25806
25807 \begin_layout Standard
25808 If you have for example a U.S.-style keyboard and want to write in a different
25809  language than English, you can use an alternate keymap.
25810  For example, if you have a U.S.-style keyboard but want to write in Italian,
25811  you can configure LyX to use an Italian keymap.
25812  The preferences dialog allows you to choose up to two keyboard mappings.
25813  You can choose primary and secondary keyboard languages and then select
25814  which one you want to use.
25815 \end_layout
25816
25817 \begin_layout Standard
25818 Finally, you may just want to change a few key mappings or create an entirely
25819  different keymap (for Vulcan, for instance).
25820  You may, for example, normally write in Italian on a U.S.
25821  keyboard but want to include an occasional quotation in German.
25822  In such a case, you can write your own keyboard mapping or modify an existing
25823  one to support the characters you want.
25824  This and much more customizations are explained in the 
25825 \emph on
25826 Customization
25827 \emph default
25828  manual.
25829 \end_layout
25830
25831 \begin_layout Subsection
25832 Character Tables
25833 \begin_inset LatexCommand label
25834 name "sec:keytab"
25835
25836 \end_inset
25837
25838
25839 \end_layout
25840
25841 \begin_layout Standard
25842 Table\InsetSpace ~
25843
25844 \begin_inset LatexCommand ref
25845 reference "cap:The-latin1-character"
25846
25847 \end_inset
25848
25849  shows the 
25850 \family typewriter
25851 Latin1
25852 \family default
25853  character set.
25854  You should be able to enter the characters in the first eight columns directly
25855  from the keyboard.
25856 \end_layout
25857
25858 \begin_layout Standard
25859 There are a few things you need to know about this table.
25860  Here are some of the details you'll need to bear in mind when using characters
25861  from the 
25862 \family typewriter
25863 Latin1
25864 \family default
25865  character set:
25866 \end_layout
25867
25868 \begin_layout Itemize
25869 Even if you have selected 
25870 \family sans
25871 latin1
25872 \family default
25873  in the 
25874 \family sans
25875 Document\SpecialChar \menuseparator
25876 Settings
25877 \family default
25878  dialog, users who have only the 
25879 \family typewriter
25880 T1
25881 \family default
25882 -fonts for LaTeX [or who have the 
25883 \family typewriter
25884 T1
25885 \family default
25886 -fonts but aren't using them] will still miss a few characters: D0, F0,
25887  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
25888  french quotes won't show up.
25889 \end_layout
25890
25891 \begin_layout Standard
25892 \begin_inset Float table
25893 wide false
25894 sideways false
25895 status open
25896
25897 \begin_layout Standard
25898 \begin_inset Caption
25899
25900 \begin_layout Standard
25901 \begin_inset LatexCommand label
25902 name "cap:The-latin1-character"
25903
25904 \end_inset
25905
25906 The 
25907 \family typewriter
25908 latin1
25909 \family default
25910  character set
25911 \end_layout
25912
25913 \end_inset
25914
25915
25916 \end_layout
25917
25918 \begin_layout Standard
25919 \align center
25920 \begin_inset Tabular
25921 <lyxtabular version="3" rows="17" columns="17">
25922 <features>
25923 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25924 <column alignment="center" valignment="top" leftline="true" width="0pt">
25925 <column alignment="center" valignment="top" leftline="true" width="0pt">
25926 <column alignment="center" valignment="top" leftline="true" width="0pt">
25927 <column alignment="center" valignment="top" leftline="true" width="0pt">
25928 <column alignment="center" valignment="top" leftline="true" width="0pt">
25929 <column alignment="center" valignment="top" leftline="true" width="0pt">
25930 <column alignment="center" valignment="top" leftline="true" width="0pt">
25931 <column alignment="center" valignment="top" leftline="true" width="0pt">
25932 <column alignment="center" valignment="top" leftline="true" width="0pt">
25933 <column alignment="center" valignment="top" leftline="true" width="0pt">
25934 <column alignment="center" valignment="top" leftline="true" width="0pt">
25935 <column alignment="center" valignment="top" leftline="true" width="0pt">
25936 <column alignment="center" valignment="top" leftline="true" width="0pt">
25937 <column alignment="center" valignment="top" leftline="true" width="0pt">
25938 <column alignment="center" valignment="top" leftline="true" width="0pt">
25939 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25940 <row topline="true" bottomline="true">
25941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Standard
25945
25946 \end_layout
25947
25948 \end_inset
25949 </cell>
25950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25951 \begin_inset Text
25952
25953 \begin_layout Standard
25954
25955 \family roman
25956 \series medium
25957 \shape up
25958 \size tiny
25959 \emph off
25960 \bar no
25961 \noun off
25962 \color none
25963 00
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Standard
25972
25973 \family roman
25974 \series medium
25975 \shape up
25976 \size tiny
25977 \emph off
25978 \bar no
25979 \noun off
25980 \color none
25981 10
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Standard
25990
25991 \family roman
25992 \series medium
25993 \shape up
25994 \size tiny
25995 \emph off
25996 \bar no
25997 \noun off
25998 \color none
25999 20
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26005 \begin_inset Text
26006
26007 \begin_layout Standard
26008
26009 \family roman
26010 \series medium
26011 \shape up
26012 \size tiny
26013 \emph off
26014 \bar no
26015 \noun off
26016 \color none
26017 30
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Standard
26026
26027 \family roman
26028 \series medium
26029 \shape up
26030 \size tiny
26031 \emph off
26032 \bar no
26033 \noun off
26034 \color none
26035 40
26036 \end_layout
26037
26038 \end_inset
26039 </cell>
26040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Standard
26044
26045 \family roman
26046 \series medium
26047 \shape up
26048 \size tiny
26049 \emph off
26050 \bar no
26051 \noun off
26052 \color none
26053 50
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26059 \begin_inset Text
26060
26061 \begin_layout Standard
26062
26063 \family roman
26064 \series medium
26065 \shape up
26066 \size tiny
26067 \emph off
26068 \bar no
26069 \noun off
26070 \color none
26071 60
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26077 \begin_inset Text
26078
26079 \begin_layout Standard
26080
26081 \family roman
26082 \series medium
26083 \shape up
26084 \size tiny
26085 \emph off
26086 \bar no
26087 \noun off
26088 \color none
26089 70
26090 \end_layout
26091
26092 \end_inset
26093 </cell>
26094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Standard
26098
26099 \family roman
26100 \series medium
26101 \shape up
26102 \size tiny
26103 \emph off
26104 \bar no
26105 \noun off
26106 \color none
26107 80
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26113 \begin_inset Text
26114
26115 \begin_layout Standard
26116
26117 \family roman
26118 \series medium
26119 \shape up
26120 \size tiny
26121 \emph off
26122 \bar no
26123 \noun off
26124 \color none
26125 90
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Standard
26134
26135 \family roman
26136 \series medium
26137 \shape up
26138 \size tiny
26139 \emph off
26140 \bar no
26141 \noun off
26142 \color none
26143 A0
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Standard
26152
26153 \family roman
26154 \series medium
26155 \shape up
26156 \size tiny
26157 \emph off
26158 \bar no
26159 \noun off
26160 \color none
26161 B0
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Standard
26170
26171 \family roman
26172 \series medium
26173 \shape up
26174 \size tiny
26175 \emph off
26176 \bar no
26177 \noun off
26178 \color none
26179 C0
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Standard
26188
26189 \family roman
26190 \series medium
26191 \shape up
26192 \size tiny
26193 \emph off
26194 \bar no
26195 \noun off
26196 \color none
26197 D0
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Standard
26206
26207 \family roman
26208 \series medium
26209 \shape up
26210 \size tiny
26211 \emph off
26212 \bar no
26213 \noun off
26214 \color none
26215 E0
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Standard
26224
26225 \family roman
26226 \series medium
26227 \shape up
26228 \size tiny
26229 \emph off
26230 \bar no
26231 \noun off
26232 \color none
26233 F0
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 </row>
26239 <row topline="true">
26240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Standard
26244
26245 \family roman
26246 \series medium
26247 \shape up
26248 \size tiny
26249 \emph off
26250 \bar no
26251 \noun off
26252 \color none
26253 00
26254 \end_layout
26255
26256 \end_inset
26257 </cell>
26258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Standard
26262
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Standard
26271
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26277 \begin_inset Text
26278
26279 \begin_layout Standard
26280
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Standard
26289
26290 \family roman
26291 \series medium
26292 \shape up
26293 \emph off
26294 \bar no
26295 \noun off
26296 \color none
26297 0
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Standard
26306
26307 \family roman
26308 \series medium
26309 \shape up
26310 \emph off
26311 \bar no
26312 \noun off
26313 \color none
26314 @
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Standard
26323
26324 \family roman
26325 \series medium
26326 \shape up
26327 \emph off
26328 \bar no
26329 \noun off
26330 \color none
26331 P
26332 \end_layout
26333
26334 \end_inset
26335 </cell>
26336 <cell alignment="center" valignment="top" topline="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 \emph off
26345 \bar no
26346 \noun off
26347 \color none
26348 '
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Standard
26357
26358 \family roman
26359 \series medium
26360 \shape up
26361 \emph off
26362 \bar no
26363 \noun off
26364 \color none
26365 p
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Standard
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Standard
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Standard
26392
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26398 \begin_inset Text
26399
26400 \begin_layout Standard
26401
26402 \family roman
26403 \series medium
26404 \shape up
26405 \emph off
26406 \bar no
26407 \noun off
26408 \color none
26409 °
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Standard
26418
26419 \family roman
26420 \series medium
26421 \shape up
26422 \emph off
26423 \bar no
26424 \noun off
26425 \color none
26426 À
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Standard
26435
26436 \family roman
26437 \series medium
26438 \shape up
26439 \emph off
26440 \bar no
26441 \noun off
26442 \color none
26443 Ð
26444 \end_layout
26445
26446 \end_inset
26447 </cell>
26448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Standard
26452
26453 \family roman
26454 \series medium
26455 \shape up
26456 \emph off
26457 \bar no
26458 \noun off
26459 \color none
26460 à
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Standard
26469
26470 \family roman
26471 \series medium
26472 \shape up
26473 \emph off
26474 \bar no
26475 \noun off
26476 \color none
26477 ð
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 </row>
26483 <row topline="true">
26484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Standard
26488
26489 \family roman
26490 \series medium
26491 \shape up
26492 \size tiny
26493 \emph off
26494 \bar no
26495 \noun off
26496 \color none
26497 01
26498 \end_layout
26499
26500 \end_inset
26501 </cell>
26502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Standard
26506
26507 \end_layout
26508
26509 \end_inset
26510 </cell>
26511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26512 \begin_inset Text
26513
26514 \begin_layout Standard
26515
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Standard
26524
26525 \family roman
26526 \series medium
26527 \shape up
26528 \emph off
26529 \bar no
26530 \noun off
26531 \color none
26532 !
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Standard
26541
26542 \family roman
26543 \series medium
26544 \shape up
26545 \emph off
26546 \bar no
26547 \noun off
26548 \color none
26549 1
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Standard
26558
26559 \family roman
26560 \series medium
26561 \shape up
26562 \emph off
26563 \bar no
26564 \noun off
26565 \color none
26566 A
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Standard
26575
26576 \family roman
26577 \series medium
26578 \shape up
26579 \emph off
26580 \bar no
26581 \noun off
26582 \color none
26583 Q
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Standard
26592
26593 \family roman
26594 \series medium
26595 \shape up
26596 \emph off
26597 \bar no
26598 \noun off
26599 \color none
26600 a
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Standard
26609
26610 \family roman
26611 \series medium
26612 \shape up
26613 \emph off
26614 \bar no
26615 \noun off
26616 \color none
26617 q
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26623 \begin_inset Text
26624
26625 \begin_layout Standard
26626
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Standard
26635
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Standard
26644
26645 \family roman
26646 \series medium
26647 \shape up
26648 \emph off
26649 \bar no
26650 \noun off
26651 \color none
26652 ¡
26653 \end_layout
26654
26655 \end_inset
26656 </cell>
26657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Standard
26661
26662 \family roman
26663 \series medium
26664 \shape up
26665 \emph off
26666 \bar no
26667 \noun off
26668 \color none
26669 ±
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Standard
26678
26679 \family roman
26680 \series medium
26681 \shape up
26682 \emph off
26683 \bar no
26684 \noun off
26685 \color none
26686 Á
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Standard
26695
26696 \family roman
26697 \series medium
26698 \shape up
26699 \emph off
26700 \bar no
26701 \noun off
26702 \color none
26703 Ñ
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 \family roman
26714 \series medium
26715 \shape up
26716 \emph off
26717 \bar no
26718 \noun off
26719 \color none
26720 á
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26726 \begin_inset Text
26727
26728 \begin_layout Standard
26729
26730 \family roman
26731 \series medium
26732 \shape up
26733 \emph off
26734 \bar no
26735 \noun off
26736 \color none
26737 ñ
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 </row>
26743 <row topline="true">
26744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Standard
26748
26749 \family roman
26750 \series medium
26751 \shape up
26752 \size tiny
26753 \emph off
26754 \bar no
26755 \noun off
26756 \color none
26757 02
26758 \end_layout
26759
26760 \end_inset
26761 </cell>
26762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Standard
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Standard
26775
26776 \end_layout
26777
26778 \end_inset
26779 </cell>
26780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Standard
26784
26785 \family roman
26786 \series medium
26787 \shape up
26788 \emph off
26789 \bar no
26790 \noun off
26791 \color none
26792 \begin_inset Quotes eld
26793 \end_inset
26794
26795
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26801 \begin_inset Text
26802
26803 \begin_layout Standard
26804
26805 \family roman
26806 \series medium
26807 \shape up
26808 \emph off
26809 \bar no
26810 \noun off
26811 \color none
26812 2
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Standard
26821
26822 \family roman
26823 \series medium
26824 \shape up
26825 \emph off
26826 \bar no
26827 \noun off
26828 \color none
26829 B
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Standard
26838
26839 \family roman
26840 \series medium
26841 \shape up
26842 \emph off
26843 \bar no
26844 \noun off
26845 \color none
26846 R
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Standard
26855
26856 \family roman
26857 \series medium
26858 \shape up
26859 \emph off
26860 \bar no
26861 \noun off
26862 \color none
26863 b
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Standard
26872
26873 \family roman
26874 \series medium
26875 \shape up
26876 \emph off
26877 \bar no
26878 \noun off
26879 \color none
26880 r
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Standard
26889
26890 \end_layout
26891
26892 \end_inset
26893 </cell>
26894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Standard
26898
26899 \end_layout
26900
26901 \end_inset
26902 </cell>
26903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26904 \begin_inset Text
26905
26906 \begin_layout Standard
26907 ¢
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26913 \begin_inset Text
26914
26915 \begin_layout Standard
26916
26917 \family roman
26918 \series medium
26919 \shape up
26920 \emph off
26921 \bar no
26922 \noun off
26923 \color none
26924 ²
26925 \end_layout
26926
26927 \end_inset
26928 </cell>
26929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Standard
26933
26934 \family roman
26935 \series medium
26936 \shape up
26937 \emph off
26938 \bar no
26939 \noun off
26940 \color none
26941 Â
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Standard
26950
26951 \family roman
26952 \series medium
26953 \shape up
26954 \emph off
26955 \bar no
26956 \noun off
26957 \color none
26958 Ò
26959 \end_layout
26960
26961 \end_inset
26962 </cell>
26963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Standard
26967
26968 \family roman
26969 \series medium
26970 \shape up
26971 \emph off
26972 \bar no
26973 \noun off
26974 \color none
26975 â
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26981 \begin_inset Text
26982
26983 \begin_layout Standard
26984
26985 \family roman
26986 \series medium
26987 \shape up
26988 \emph off
26989 \bar no
26990 \noun off
26991 \color none
26992 ò
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 </row>
26998 <row topline="true">
26999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Standard
27003
27004 \family roman
27005 \series medium
27006 \shape up
27007 \size tiny
27008 \emph off
27009 \bar no
27010 \noun off
27011 \color none
27012 03
27013 \end_layout
27014
27015 \end_inset
27016 </cell>
27017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27018 \begin_inset Text
27019
27020 \begin_layout Standard
27021
27022 \end_layout
27023
27024 \end_inset
27025 </cell>
27026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27027 \begin_inset Text
27028
27029 \begin_layout Standard
27030
27031 \end_layout
27032
27033 \end_inset
27034 </cell>
27035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27036 \begin_inset Text
27037
27038 \begin_layout Standard
27039
27040 \family roman
27041 \series medium
27042 \shape up
27043 \emph off
27044 \bar no
27045 \noun off
27046 \color none
27047 #
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27053 \begin_inset Text
27054
27055 \begin_layout Standard
27056
27057 \family roman
27058 \series medium
27059 \shape up
27060 \emph off
27061 \bar no
27062 \noun off
27063 \color none
27064 3
27065 \end_layout
27066
27067 \end_inset
27068 </cell>
27069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Standard
27073
27074 \family roman
27075 \series medium
27076 \shape up
27077 \emph off
27078 \bar no
27079 \noun off
27080 \color none
27081 C
27082 \end_layout
27083
27084 \end_inset
27085 </cell>
27086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Standard
27090
27091 \family roman
27092 \series medium
27093 \shape up
27094 \emph off
27095 \bar no
27096 \noun off
27097 \color none
27098 S
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27104 \begin_inset Text
27105
27106 \begin_layout Standard
27107
27108 \family roman
27109 \series medium
27110 \shape up
27111 \emph off
27112 \bar no
27113 \noun off
27114 \color none
27115 c
27116 \end_layout
27117
27118 \end_inset
27119 </cell>
27120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Standard
27124
27125 \family roman
27126 \series medium
27127 \shape up
27128 \emph off
27129 \bar no
27130 \noun off
27131 \color none
27132 s
27133 \end_layout
27134
27135 \end_inset
27136 </cell>
27137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27138 \begin_inset Text
27139
27140 \begin_layout Standard
27141
27142 \end_layout
27143
27144 \end_inset
27145 </cell>
27146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27147 \begin_inset Text
27148
27149 \begin_layout Standard
27150
27151 \end_layout
27152
27153 \end_inset
27154 </cell>
27155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Standard
27159
27160 \family roman
27161 \series medium
27162 \shape up
27163 \emph off
27164 \bar no
27165 \noun off
27166 \color none
27167 £
27168 \end_layout
27169
27170 \end_inset
27171 </cell>
27172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27173 \begin_inset Text
27174
27175 \begin_layout Standard
27176
27177 \family roman
27178 \series medium
27179 \shape up
27180 \emph off
27181 \bar no
27182 \noun off
27183 \color none
27184 ³
27185 \end_layout
27186
27187 \end_inset
27188 </cell>
27189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27190 \begin_inset Text
27191
27192 \begin_layout Standard
27193
27194 \family roman
27195 \series medium
27196 \shape up
27197 \emph off
27198 \bar no
27199 \noun off
27200 \color none
27201 Ã
27202 \end_layout
27203
27204 \end_inset
27205 </cell>
27206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27207 \begin_inset Text
27208
27209 \begin_layout Standard
27210
27211 \family roman
27212 \series medium
27213 \shape up
27214 \emph off
27215 \bar no
27216 \noun off
27217 \color none
27218 Ó
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 \family roman
27229 \series medium
27230 \shape up
27231 \emph off
27232 \bar no
27233 \noun off
27234 \color none
27235 ã
27236 \end_layout
27237
27238 \end_inset
27239 </cell>
27240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27241 \begin_inset Text
27242
27243 \begin_layout Standard
27244
27245 \family roman
27246 \series medium
27247 \shape up
27248 \emph off
27249 \bar no
27250 \noun off
27251 \color none
27252 ó
27253 \end_layout
27254
27255 \end_inset
27256 </cell>
27257 </row>
27258 <row topline="true">
27259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27260 \begin_inset Text
27261
27262 \begin_layout Standard
27263
27264 \family roman
27265 \series medium
27266 \shape up
27267 \size tiny
27268 \emph off
27269 \bar no
27270 \noun off
27271 \color none
27272 04
27273 \end_layout
27274
27275 \end_inset
27276 </cell>
27277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27278 \begin_inset Text
27279
27280 \begin_layout Standard
27281
27282 \end_layout
27283
27284 \end_inset
27285 </cell>
27286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Standard
27290
27291 \end_layout
27292
27293 \end_inset
27294 </cell>
27295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Standard
27299
27300 \family roman
27301 \series medium
27302 \shape up
27303 \emph off
27304 \bar no
27305 \noun off
27306 \color none
27307 $
27308 \end_layout
27309
27310 \end_inset
27311 </cell>
27312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27313 \begin_inset Text
27314
27315 \begin_layout Standard
27316
27317 \family roman
27318 \series medium
27319 \shape up
27320 \emph off
27321 \bar no
27322 \noun off
27323 \color none
27324 4
27325 \end_layout
27326
27327 \end_inset
27328 </cell>
27329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27330 \begin_inset Text
27331
27332 \begin_layout Standard
27333
27334 \family roman
27335 \series medium
27336 \shape up
27337 \emph off
27338 \bar no
27339 \noun off
27340 \color none
27341 D
27342 \end_layout
27343
27344 \end_inset
27345 </cell>
27346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27347 \begin_inset Text
27348
27349 \begin_layout Standard
27350
27351 \family roman
27352 \series medium
27353 \shape up
27354 \emph off
27355 \bar no
27356 \noun off
27357 \color none
27358 T
27359 \end_layout
27360
27361 \end_inset
27362 </cell>
27363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27364 \begin_inset Text
27365
27366 \begin_layout Standard
27367
27368 \family roman
27369 \series medium
27370 \shape up
27371 \emph off
27372 \bar no
27373 \noun off
27374 \color none
27375 d
27376 \end_layout
27377
27378 \end_inset
27379 </cell>
27380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27381 \begin_inset Text
27382
27383 \begin_layout Standard
27384
27385 \family roman
27386 \series medium
27387 \shape up
27388 \emph off
27389 \bar no
27390 \noun off
27391 \color none
27392 t
27393 \end_layout
27394
27395 \end_inset
27396 </cell>
27397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27398 \begin_inset Text
27399
27400 \begin_layout Standard
27401
27402 \end_layout
27403
27404 \end_inset
27405 </cell>
27406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27407 \begin_inset Text
27408
27409 \begin_layout Standard
27410
27411 \end_layout
27412
27413 \end_inset
27414 </cell>
27415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Standard
27419 ¤
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Standard
27428
27429 \family roman
27430 \series medium
27431 \shape up
27432 \emph off
27433 \bar no
27434 \noun off
27435 \color none
27436 ´
27437 \end_layout
27438
27439 \end_inset
27440 </cell>
27441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27442 \begin_inset Text
27443
27444 \begin_layout Standard
27445
27446 \family roman
27447 \series medium
27448 \shape up
27449 \emph off
27450 \bar no
27451 \noun off
27452 \color none
27453 Ä
27454 \end_layout
27455
27456 \end_inset
27457 </cell>
27458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27459 \begin_inset Text
27460
27461 \begin_layout Standard
27462
27463 \family roman
27464 \series medium
27465 \shape up
27466 \emph off
27467 \bar no
27468 \noun off
27469 \color none
27470 Ô
27471 \end_layout
27472
27473 \end_inset
27474 </cell>
27475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27476 \begin_inset Text
27477
27478 \begin_layout Standard
27479
27480 \family roman
27481 \series medium
27482 \shape up
27483 \emph off
27484 \bar no
27485 \noun off
27486 \color none
27487 ä
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Standard
27496
27497 \family roman
27498 \series medium
27499 \shape up
27500 \emph off
27501 \bar no
27502 \noun off
27503 \color none
27504 ô
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 </row>
27510 <row topline="true">
27511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27512 \begin_inset Text
27513
27514 \begin_layout Standard
27515
27516 \family roman
27517 \series medium
27518 \shape up
27519 \size tiny
27520 \emph off
27521 \bar no
27522 \noun off
27523 \color none
27524 05
27525 \end_layout
27526
27527 \end_inset
27528 </cell>
27529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Standard
27533
27534 \end_layout
27535
27536 \end_inset
27537 </cell>
27538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Standard
27542
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27548 \begin_inset Text
27549
27550 \begin_layout Standard
27551
27552 \family roman
27553 \series medium
27554 \shape up
27555 \emph off
27556 \bar no
27557 \noun off
27558 \color none
27559 %
27560 \end_layout
27561
27562 \end_inset
27563 </cell>
27564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27565 \begin_inset Text
27566
27567 \begin_layout Standard
27568
27569 \family roman
27570 \series medium
27571 \shape up
27572 \emph off
27573 \bar no
27574 \noun off
27575 \color none
27576 5
27577 \end_layout
27578
27579 \end_inset
27580 </cell>
27581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27582 \begin_inset Text
27583
27584 \begin_layout Standard
27585
27586 \family roman
27587 \series medium
27588 \shape up
27589 \emph off
27590 \bar no
27591 \noun off
27592 \color none
27593 E
27594 \end_layout
27595
27596 \end_inset
27597 </cell>
27598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27599 \begin_inset Text
27600
27601 \begin_layout Standard
27602
27603 \family roman
27604 \series medium
27605 \shape up
27606 \emph off
27607 \bar no
27608 \noun off
27609 \color none
27610 U
27611 \end_layout
27612
27613 \end_inset
27614 </cell>
27615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27616 \begin_inset Text
27617
27618 \begin_layout Standard
27619
27620 \family roman
27621 \series medium
27622 \shape up
27623 \emph off
27624 \bar no
27625 \noun off
27626 \color none
27627 e
27628 \end_layout
27629
27630 \end_inset
27631 </cell>
27632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Standard
27636
27637 \family roman
27638 \series medium
27639 \shape up
27640 \emph off
27641 \bar no
27642 \noun off
27643 \color none
27644 u
27645 \end_layout
27646
27647 \end_inset
27648 </cell>
27649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27650 \begin_inset Text
27651
27652 \begin_layout Standard
27653
27654 \end_layout
27655
27656 \end_inset
27657 </cell>
27658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27659 \begin_inset Text
27660
27661 \begin_layout Standard
27662
27663 \end_layout
27664
27665 \end_inset
27666 </cell>
27667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27668 \begin_inset Text
27669
27670 \begin_layout Standard
27671 ¥
27672 \end_layout
27673
27674 \end_inset
27675 </cell>
27676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27677 \begin_inset Text
27678
27679 \begin_layout Standard
27680
27681 \family roman
27682 \series medium
27683 \shape up
27684 \emph off
27685 \bar no
27686 \noun off
27687 \color none
27688 µ
27689 \end_layout
27690
27691 \end_inset
27692 </cell>
27693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27694 \begin_inset Text
27695
27696 \begin_layout Standard
27697
27698 \family roman
27699 \series medium
27700 \shape up
27701 \emph off
27702 \bar no
27703 \noun off
27704 \color none
27705 Å
27706 \end_layout
27707
27708 \end_inset
27709 </cell>
27710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27711 \begin_inset Text
27712
27713 \begin_layout Standard
27714
27715 \family roman
27716 \series medium
27717 \shape up
27718 \emph off
27719 \bar no
27720 \noun off
27721 \color none
27722 Õ
27723 \end_layout
27724
27725 \end_inset
27726 </cell>
27727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27728 \begin_inset Text
27729
27730 \begin_layout Standard
27731
27732 \family roman
27733 \series medium
27734 \shape up
27735 \emph off
27736 \bar no
27737 \noun off
27738 \color none
27739 å
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27745 \begin_inset Text
27746
27747 \begin_layout Standard
27748
27749 \family roman
27750 \series medium
27751 \shape up
27752 \emph off
27753 \bar no
27754 \noun off
27755 \color none
27756 õ
27757 \end_layout
27758
27759 \end_inset
27760 </cell>
27761 </row>
27762 <row topline="true">
27763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27764 \begin_inset Text
27765
27766 \begin_layout Standard
27767
27768 \family roman
27769 \series medium
27770 \shape up
27771 \size tiny
27772 \emph off
27773 \bar no
27774 \noun off
27775 \color none
27776 06
27777 \end_layout
27778
27779 \end_inset
27780 </cell>
27781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27782 \begin_inset Text
27783
27784 \begin_layout Standard
27785
27786 \end_layout
27787
27788 \end_inset
27789 </cell>
27790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27791 \begin_inset Text
27792
27793 \begin_layout Standard
27794
27795 \end_layout
27796
27797 \end_inset
27798 </cell>
27799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27800 \begin_inset Text
27801
27802 \begin_layout Standard
27803
27804 \family roman
27805 \series medium
27806 \shape up
27807 \emph off
27808 \bar no
27809 \noun off
27810 \color none
27811 &
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Standard
27820
27821 \family roman
27822 \series medium
27823 \shape up
27824 \emph off
27825 \bar no
27826 \noun off
27827 \color none
27828 6
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Standard
27837
27838 \family roman
27839 \series medium
27840 \shape up
27841 \emph off
27842 \bar no
27843 \noun off
27844 \color none
27845 F
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Standard
27854
27855 \family roman
27856 \series medium
27857 \shape up
27858 \emph off
27859 \bar no
27860 \noun off
27861 \color none
27862 V
27863 \end_layout
27864
27865 \end_inset
27866 </cell>
27867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27868 \begin_inset Text
27869
27870 \begin_layout Standard
27871
27872 \family roman
27873 \series medium
27874 \shape up
27875 \emph off
27876 \bar no
27877 \noun off
27878 \color none
27879 f
27880 \end_layout
27881
27882 \end_inset
27883 </cell>
27884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27885 \begin_inset Text
27886
27887 \begin_layout Standard
27888
27889 \family roman
27890 \series medium
27891 \shape up
27892 \emph off
27893 \bar no
27894 \noun off
27895 \color none
27896 v
27897 \end_layout
27898
27899 \end_inset
27900 </cell>
27901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Standard
27905
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27911 \begin_inset Text
27912
27913 \begin_layout Standard
27914
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Standard
27923 ¦
27924 \end_layout
27925
27926 \end_inset
27927 </cell>
27928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27929 \begin_inset Text
27930
27931 \begin_layout Standard
27932
27933 \family roman
27934 \series medium
27935 \shape up
27936 \emph off
27937 \bar no
27938 \noun off
27939 \color none
27940
27941 \end_layout
27942
27943 \end_inset
27944 </cell>
27945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27946 \begin_inset Text
27947
27948 \begin_layout Standard
27949
27950 \family roman
27951 \series medium
27952 \shape up
27953 \emph off
27954 \bar no
27955 \noun off
27956 \color none
27957 Æ
27958 \end_layout
27959
27960 \end_inset
27961 </cell>
27962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27963 \begin_inset Text
27964
27965 \begin_layout Standard
27966
27967 \family roman
27968 \series medium
27969 \shape up
27970 \emph off
27971 \bar no
27972 \noun off
27973 \color none
27974 Ö
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Standard
27983
27984 \family roman
27985 \series medium
27986 \shape up
27987 \emph off
27988 \bar no
27989 \noun off
27990 \color none
27991 æ
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Standard
28000
28001 \family roman
28002 \series medium
28003 \shape up
28004 \emph off
28005 \bar no
28006 \noun off
28007 \color none
28008 ö
28009 \end_layout
28010
28011 \end_inset
28012 </cell>
28013 </row>
28014 <row topline="true">
28015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28016 \begin_inset Text
28017
28018 \begin_layout Standard
28019
28020 \family roman
28021 \series medium
28022 \shape up
28023 \size tiny
28024 \emph off
28025 \bar no
28026 \noun off
28027 \color none
28028 07
28029 \end_layout
28030
28031 \end_inset
28032 </cell>
28033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28034 \begin_inset Text
28035
28036 \begin_layout Standard
28037
28038 \end_layout
28039
28040 \end_inset
28041 </cell>
28042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28043 \begin_inset Text
28044
28045 \begin_layout Standard
28046
28047 \end_layout
28048
28049 \end_inset
28050 </cell>
28051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28052 \begin_inset Text
28053
28054 \begin_layout Standard
28055
28056 \family roman
28057 \series medium
28058 \shape up
28059 \emph off
28060 \bar no
28061 \noun off
28062 \color none
28063 `
28064 \end_layout
28065
28066 \end_inset
28067 </cell>
28068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28069 \begin_inset Text
28070
28071 \begin_layout Standard
28072
28073 \family roman
28074 \series medium
28075 \shape up
28076 \emph off
28077 \bar no
28078 \noun off
28079 \color none
28080 7
28081 \end_layout
28082
28083 \end_inset
28084 </cell>
28085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28086 \begin_inset Text
28087
28088 \begin_layout Standard
28089
28090 \family roman
28091 \series medium
28092 \shape up
28093 \emph off
28094 \bar no
28095 \noun off
28096 \color none
28097 G
28098 \end_layout
28099
28100 \end_inset
28101 </cell>
28102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28103 \begin_inset Text
28104
28105 \begin_layout Standard
28106
28107 \family roman
28108 \series medium
28109 \shape up
28110 \emph off
28111 \bar no
28112 \noun off
28113 \color none
28114 W
28115 \end_layout
28116
28117 \end_inset
28118 </cell>
28119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28120 \begin_inset Text
28121
28122 \begin_layout Standard
28123
28124 \family roman
28125 \series medium
28126 \shape up
28127 \emph off
28128 \bar no
28129 \noun off
28130 \color none
28131 g
28132 \end_layout
28133
28134 \end_inset
28135 </cell>
28136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28137 \begin_inset Text
28138
28139 \begin_layout Standard
28140
28141 \family roman
28142 \series medium
28143 \shape up
28144 \emph off
28145 \bar no
28146 \noun off
28147 \color none
28148 w
28149 \end_layout
28150
28151 \end_inset
28152 </cell>
28153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28154 \begin_inset Text
28155
28156 \begin_layout Standard
28157
28158 \end_layout
28159
28160 \end_inset
28161 </cell>
28162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28163 \begin_inset Text
28164
28165 \begin_layout Standard
28166
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28172 \begin_inset Text
28173
28174 \begin_layout Standard
28175
28176 \family roman
28177 \series medium
28178 \shape up
28179 \emph off
28180 \bar no
28181 \noun off
28182 \color none
28183 §
28184 \end_layout
28185
28186 \end_inset
28187 </cell>
28188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28189 \begin_inset Text
28190
28191 \begin_layout Standard
28192
28193 \family roman
28194 \series medium
28195 \shape up
28196 \emph off
28197 \bar no
28198 \noun off
28199 \color none
28200 ·
28201 \end_layout
28202
28203 \end_inset
28204 </cell>
28205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28206 \begin_inset Text
28207
28208 \begin_layout Standard
28209
28210 \family roman
28211 \series medium
28212 \shape up
28213 \emph off
28214 \bar no
28215 \noun off
28216 \color none
28217 Ç
28218 \end_layout
28219
28220 \end_inset
28221 </cell>
28222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28223 \begin_inset Text
28224
28225 \begin_layout Standard
28226
28227 \family roman
28228 \series medium
28229 \shape up
28230 \emph off
28231 \bar no
28232 \noun off
28233 \color none
28234 ×
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 \family roman
28245 \series medium
28246 \shape up
28247 \emph off
28248 \bar no
28249 \noun off
28250 \color none
28251 ç
28252 \end_layout
28253
28254 \end_inset
28255 </cell>
28256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28257 \begin_inset Text
28258
28259 \begin_layout Standard
28260
28261 \family roman
28262 \series medium
28263 \shape up
28264 \emph off
28265 \bar no
28266 \noun off
28267 \color none
28268 ÷
28269 \end_layout
28270
28271 \end_inset
28272 </cell>
28273 </row>
28274 <row topline="true">
28275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28276 \begin_inset Text
28277
28278 \begin_layout Standard
28279
28280 \family roman
28281 \series medium
28282 \shape up
28283 \size tiny
28284 \emph off
28285 \bar no
28286 \noun off
28287 \color none
28288 08
28289 \end_layout
28290
28291 \end_inset
28292 </cell>
28293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28294 \begin_inset Text
28295
28296 \begin_layout Standard
28297
28298 \end_layout
28299
28300 \end_inset
28301 </cell>
28302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28303 \begin_inset Text
28304
28305 \begin_layout Standard
28306
28307 \end_layout
28308
28309 \end_inset
28310 </cell>
28311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28312 \begin_inset Text
28313
28314 \begin_layout Standard
28315
28316 \family roman
28317 \series medium
28318 \shape up
28319 \emph off
28320 \bar no
28321 \noun off
28322 \color none
28323 (
28324 \end_layout
28325
28326 \end_inset
28327 </cell>
28328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28329 \begin_inset Text
28330
28331 \begin_layout Standard
28332
28333 \family roman
28334 \series medium
28335 \shape up
28336 \emph off
28337 \bar no
28338 \noun off
28339 \color none
28340 8
28341 \end_layout
28342
28343 \end_inset
28344 </cell>
28345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28346 \begin_inset Text
28347
28348 \begin_layout Standard
28349
28350 \family roman
28351 \series medium
28352 \shape up
28353 \emph off
28354 \bar no
28355 \noun off
28356 \color none
28357 H
28358 \end_layout
28359
28360 \end_inset
28361 </cell>
28362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28363 \begin_inset Text
28364
28365 \begin_layout Standard
28366
28367 \family roman
28368 \series medium
28369 \shape up
28370 \emph off
28371 \bar no
28372 \noun off
28373 \color none
28374 X
28375 \end_layout
28376
28377 \end_inset
28378 </cell>
28379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28380 \begin_inset Text
28381
28382 \begin_layout Standard
28383
28384 \family roman
28385 \series medium
28386 \shape up
28387 \emph off
28388 \bar no
28389 \noun off
28390 \color none
28391 h
28392 \end_layout
28393
28394 \end_inset
28395 </cell>
28396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28397 \begin_inset Text
28398
28399 \begin_layout Standard
28400
28401 \family roman
28402 \series medium
28403 \shape up
28404 \emph off
28405 \bar no
28406 \noun off
28407 \color none
28408 x
28409 \end_layout
28410
28411 \end_inset
28412 </cell>
28413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28414 \begin_inset Text
28415
28416 \begin_layout Standard
28417
28418 \end_layout
28419
28420 \end_inset
28421 </cell>
28422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28423 \begin_inset Text
28424
28425 \begin_layout Standard
28426
28427 \end_layout
28428
28429 \end_inset
28430 </cell>
28431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28432 \begin_inset Text
28433
28434 \begin_layout Standard
28435
28436 \family roman
28437 \series medium
28438 \shape up
28439 \emph off
28440 \bar no
28441 \noun off
28442 \color none
28443 ¨
28444 \end_layout
28445
28446 \end_inset
28447 </cell>
28448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28449 \begin_inset Text
28450
28451 \begin_layout Standard
28452
28453 \family roman
28454 \series medium
28455 \shape up
28456 \emph off
28457 \bar no
28458 \noun off
28459 \color none
28460 ¸
28461 \end_layout
28462
28463 \end_inset
28464 </cell>
28465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28466 \begin_inset Text
28467
28468 \begin_layout Standard
28469
28470 \family roman
28471 \series medium
28472 \shape up
28473 \emph off
28474 \bar no
28475 \noun off
28476 \color none
28477 È
28478 \end_layout
28479
28480 \end_inset
28481 </cell>
28482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28483 \begin_inset Text
28484
28485 \begin_layout Standard
28486
28487 \family roman
28488 \series medium
28489 \shape up
28490 \emph off
28491 \bar no
28492 \noun off
28493 \color none
28494 Ø
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 \family roman
28505 \series medium
28506 \shape up
28507 \emph off
28508 \bar no
28509 \noun off
28510 \color none
28511 è
28512 \end_layout
28513
28514 \end_inset
28515 </cell>
28516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28517 \begin_inset Text
28518
28519 \begin_layout Standard
28520
28521 \family roman
28522 \series medium
28523 \shape up
28524 \emph off
28525 \bar no
28526 \noun off
28527 \color none
28528 ø
28529 \end_layout
28530
28531 \end_inset
28532 </cell>
28533 </row>
28534 <row topline="true">
28535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28536 \begin_inset Text
28537
28538 \begin_layout Standard
28539
28540 \family roman
28541 \series medium
28542 \shape up
28543 \size tiny
28544 \emph off
28545 \bar no
28546 \noun off
28547 \color none
28548 09
28549 \end_layout
28550
28551 \end_inset
28552 </cell>
28553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28554 \begin_inset Text
28555
28556 \begin_layout Standard
28557
28558 \end_layout
28559
28560 \end_inset
28561 </cell>
28562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28563 \begin_inset Text
28564
28565 \begin_layout Standard
28566
28567 \end_layout
28568
28569 \end_inset
28570 </cell>
28571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28572 \begin_inset Text
28573
28574 \begin_layout Standard
28575
28576 \family roman
28577 \series medium
28578 \shape up
28579 \emph off
28580 \bar no
28581 \noun off
28582 \color none
28583 )
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28589 \begin_inset Text
28590
28591 \begin_layout Standard
28592
28593 \family roman
28594 \series medium
28595 \shape up
28596 \emph off
28597 \bar no
28598 \noun off
28599 \color none
28600 9
28601 \end_layout
28602
28603 \end_inset
28604 </cell>
28605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28606 \begin_inset Text
28607
28608 \begin_layout Standard
28609
28610 \family roman
28611 \series medium
28612 \shape up
28613 \emph off
28614 \bar no
28615 \noun off
28616 \color none
28617 I
28618 \end_layout
28619
28620 \end_inset
28621 </cell>
28622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28623 \begin_inset Text
28624
28625 \begin_layout Standard
28626
28627 \family roman
28628 \series medium
28629 \shape up
28630 \emph off
28631 \bar no
28632 \noun off
28633 \color none
28634 Y
28635 \end_layout
28636
28637 \end_inset
28638 </cell>
28639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28640 \begin_inset Text
28641
28642 \begin_layout Standard
28643
28644 \family roman
28645 \series medium
28646 \shape up
28647 \emph off
28648 \bar no
28649 \noun off
28650 \color none
28651 i
28652 \end_layout
28653
28654 \end_inset
28655 </cell>
28656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28657 \begin_inset Text
28658
28659 \begin_layout Standard
28660
28661 \family roman
28662 \series medium
28663 \shape up
28664 \emph off
28665 \bar no
28666 \noun off
28667 \color none
28668 y
28669 \end_layout
28670
28671 \end_inset
28672 </cell>
28673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28674 \begin_inset Text
28675
28676 \begin_layout Standard
28677
28678 \end_layout
28679
28680 \end_inset
28681 </cell>
28682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28683 \begin_inset Text
28684
28685 \begin_layout Standard
28686
28687 \end_layout
28688
28689 \end_inset
28690 </cell>
28691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28692 \begin_inset Text
28693
28694 \begin_layout Standard
28695
28696 \family roman
28697 \series medium
28698 \shape up
28699 \emph off
28700 \bar no
28701 \noun off
28702 \color none
28703 ©
28704 \end_layout
28705
28706 \end_inset
28707 </cell>
28708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28709 \begin_inset Text
28710
28711 \begin_layout Standard
28712
28713 \family roman
28714 \series medium
28715 \shape up
28716 \emph off
28717 \bar no
28718 \noun off
28719 \color none
28720 ¹
28721 \end_layout
28722
28723 \end_inset
28724 </cell>
28725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28726 \begin_inset Text
28727
28728 \begin_layout Standard
28729
28730 \family roman
28731 \series medium
28732 \shape up
28733 \emph off
28734 \bar no
28735 \noun off
28736 \color none
28737 É
28738 \end_layout
28739
28740 \end_inset
28741 </cell>
28742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28743 \begin_inset Text
28744
28745 \begin_layout Standard
28746
28747 \family roman
28748 \series medium
28749 \shape up
28750 \emph off
28751 \bar no
28752 \noun off
28753 \color none
28754 Ù
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 \family roman
28765 \series medium
28766 \shape up
28767 \emph off
28768 \bar no
28769 \noun off
28770 \color none
28771 é
28772 \end_layout
28773
28774 \end_inset
28775 </cell>
28776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28777 \begin_inset Text
28778
28779 \begin_layout Standard
28780
28781 \family roman
28782 \series medium
28783 \shape up
28784 \emph off
28785 \bar no
28786 \noun off
28787 \color none
28788 ù
28789 \end_layout
28790
28791 \end_inset
28792 </cell>
28793 </row>
28794 <row topline="true">
28795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28796 \begin_inset Text
28797
28798 \begin_layout Standard
28799
28800 \family roman
28801 \series medium
28802 \shape up
28803 \size tiny
28804 \emph off
28805 \bar no
28806 \noun off
28807 \color none
28808 0A
28809 \end_layout
28810
28811 \end_inset
28812 </cell>
28813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28814 \begin_inset Text
28815
28816 \begin_layout Standard
28817
28818 \end_layout
28819
28820 \end_inset
28821 </cell>
28822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28823 \begin_inset Text
28824
28825 \begin_layout Standard
28826
28827 \end_layout
28828
28829 \end_inset
28830 </cell>
28831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28832 \begin_inset Text
28833
28834 \begin_layout Standard
28835
28836 \family roman
28837 \series medium
28838 \shape up
28839 \emph off
28840 \bar no
28841 \noun off
28842 \color none
28843 *
28844 \end_layout
28845
28846 \end_inset
28847 </cell>
28848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28849 \begin_inset Text
28850
28851 \begin_layout Standard
28852
28853 \family roman
28854 \series medium
28855 \shape up
28856 \emph off
28857 \bar no
28858 \noun off
28859 \color none
28860 :
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Standard
28869
28870 \family roman
28871 \series medium
28872 \shape up
28873 \emph off
28874 \bar no
28875 \noun off
28876 \color none
28877 J
28878 \end_layout
28879
28880 \end_inset
28881 </cell>
28882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28883 \begin_inset Text
28884
28885 \begin_layout Standard
28886
28887 \family roman
28888 \series medium
28889 \shape up
28890 \emph off
28891 \bar no
28892 \noun off
28893 \color none
28894 Z
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Standard
28903
28904 \family roman
28905 \series medium
28906 \shape up
28907 \emph off
28908 \bar no
28909 \noun off
28910 \color none
28911 j
28912 \end_layout
28913
28914 \end_inset
28915 </cell>
28916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28917 \begin_inset Text
28918
28919 \begin_layout Standard
28920
28921 \family roman
28922 \series medium
28923 \shape up
28924 \emph off
28925 \bar no
28926 \noun off
28927 \color none
28928 z
28929 \end_layout
28930
28931 \end_inset
28932 </cell>
28933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28934 \begin_inset Text
28935
28936 \begin_layout Standard
28937
28938 \end_layout
28939
28940 \end_inset
28941 </cell>
28942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28943 \begin_inset Text
28944
28945 \begin_layout Standard
28946
28947 \end_layout
28948
28949 \end_inset
28950 </cell>
28951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Standard
28955
28956 \family roman
28957 \series medium
28958 \shape up
28959 \emph off
28960 \bar no
28961 \noun off
28962 \color none
28963 ª
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Standard
28972
28973 \family roman
28974 \series medium
28975 \shape up
28976 \emph off
28977 \bar no
28978 \noun off
28979 \color none
28980 º
28981 \end_layout
28982
28983 \end_inset
28984 </cell>
28985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28986 \begin_inset Text
28987
28988 \begin_layout Standard
28989
28990 \family roman
28991 \series medium
28992 \shape up
28993 \emph off
28994 \bar no
28995 \noun off
28996 \color none
28997 Ê
28998 \end_layout
28999
29000 \end_inset
29001 </cell>
29002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29003 \begin_inset Text
29004
29005 \begin_layout Standard
29006
29007 \family roman
29008 \series medium
29009 \shape up
29010 \emph off
29011 \bar no
29012 \noun off
29013 \color none
29014 Ú
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 \family roman
29025 \series medium
29026 \shape up
29027 \emph off
29028 \bar no
29029 \noun off
29030 \color none
29031 ê
29032 \end_layout
29033
29034 \end_inset
29035 </cell>
29036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29037 \begin_inset Text
29038
29039 \begin_layout Standard
29040
29041 \family roman
29042 \series medium
29043 \shape up
29044 \emph off
29045 \bar no
29046 \noun off
29047 \color none
29048 ú
29049 \end_layout
29050
29051 \end_inset
29052 </cell>
29053 </row>
29054 <row topline="true">
29055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29056 \begin_inset Text
29057
29058 \begin_layout Standard
29059
29060 \family roman
29061 \series medium
29062 \shape up
29063 \size tiny
29064 \emph off
29065 \bar no
29066 \noun off
29067 \color none
29068 0B
29069 \end_layout
29070
29071 \end_inset
29072 </cell>
29073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29074 \begin_inset Text
29075
29076 \begin_layout Standard
29077
29078 \end_layout
29079
29080 \end_inset
29081 </cell>
29082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29083 \begin_inset Text
29084
29085 \begin_layout Standard
29086
29087 \end_layout
29088
29089 \end_inset
29090 </cell>
29091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29092 \begin_inset Text
29093
29094 \begin_layout Standard
29095
29096 \family roman
29097 \series medium
29098 \shape up
29099 \emph off
29100 \bar no
29101 \noun off
29102 \color none
29103 +
29104 \end_layout
29105
29106 \end_inset
29107 </cell>
29108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29109 \begin_inset Text
29110
29111 \begin_layout Standard
29112
29113 \family roman
29114 \series medium
29115 \shape up
29116 \emph off
29117 \bar no
29118 \noun off
29119 \color none
29120 ;
29121 \end_layout
29122
29123 \end_inset
29124 </cell>
29125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29126 \begin_inset Text
29127
29128 \begin_layout Standard
29129
29130 \family roman
29131 \series medium
29132 \shape up
29133 \emph off
29134 \bar no
29135 \noun off
29136 \color none
29137 K
29138 \end_layout
29139
29140 \end_inset
29141 </cell>
29142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29143 \begin_inset Text
29144
29145 \begin_layout Standard
29146
29147 \family roman
29148 \series medium
29149 \shape up
29150 \emph off
29151 \bar no
29152 \noun off
29153 \color none
29154 [
29155 \end_layout
29156
29157 \end_inset
29158 </cell>
29159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29160 \begin_inset Text
29161
29162 \begin_layout Standard
29163
29164 \family roman
29165 \series medium
29166 \shape up
29167 \emph off
29168 \bar no
29169 \noun off
29170 \color none
29171 k
29172 \end_layout
29173
29174 \end_inset
29175 </cell>
29176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29177 \begin_inset Text
29178
29179 \begin_layout Standard
29180
29181 \family roman
29182 \series medium
29183 \shape up
29184 \emph off
29185 \bar no
29186 \noun off
29187 \color none
29188 {
29189 \end_layout
29190
29191 \end_inset
29192 </cell>
29193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29194 \begin_inset Text
29195
29196 \begin_layout Standard
29197
29198 \end_layout
29199
29200 \end_inset
29201 </cell>
29202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29203 \begin_inset Text
29204
29205 \begin_layout Standard
29206
29207 \end_layout
29208
29209 \end_inset
29210 </cell>
29211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29212 \begin_inset Text
29213
29214 \begin_layout Standard
29215
29216 \family roman
29217 \series medium
29218 \shape up
29219 \emph off
29220 \bar no
29221 \noun off
29222 \color none
29223 «
29224 \end_layout
29225
29226 \end_inset
29227 </cell>
29228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29229 \begin_inset Text
29230
29231 \begin_layout Standard
29232
29233 \family roman
29234 \series medium
29235 \shape up
29236 \emph off
29237 \bar no
29238 \noun off
29239 \color none
29240 »
29241 \end_layout
29242
29243 \end_inset
29244 </cell>
29245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29246 \begin_inset Text
29247
29248 \begin_layout Standard
29249
29250 \family roman
29251 \series medium
29252 \shape up
29253 \emph off
29254 \bar no
29255 \noun off
29256 \color none
29257 Ë
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29263 \begin_inset Text
29264
29265 \begin_layout Standard
29266
29267 \family roman
29268 \series medium
29269 \shape up
29270 \emph off
29271 \bar no
29272 \noun off
29273 \color none
29274 Û
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 \family roman
29285 \series medium
29286 \shape up
29287 \emph off
29288 \bar no
29289 \noun off
29290 \color none
29291 ë
29292 \end_layout
29293
29294 \end_inset
29295 </cell>
29296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29297 \begin_inset Text
29298
29299 \begin_layout Standard
29300
29301 \family roman
29302 \series medium
29303 \shape up
29304 \emph off
29305 \bar no
29306 \noun off
29307 \color none
29308 û
29309 \end_layout
29310
29311 \end_inset
29312 </cell>
29313 </row>
29314 <row topline="true">
29315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29316 \begin_inset Text
29317
29318 \begin_layout Standard
29319
29320 \family roman
29321 \series medium
29322 \shape up
29323 \size tiny
29324 \emph off
29325 \bar no
29326 \noun off
29327 \color none
29328 0C
29329 \end_layout
29330
29331 \end_inset
29332 </cell>
29333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29334 \begin_inset Text
29335
29336 \begin_layout Standard
29337
29338 \end_layout
29339
29340 \end_inset
29341 </cell>
29342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29343 \begin_inset Text
29344
29345 \begin_layout Standard
29346
29347 \end_layout
29348
29349 \end_inset
29350 </cell>
29351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29352 \begin_inset Text
29353
29354 \begin_layout Standard
29355
29356 \family roman
29357 \series medium
29358 \shape up
29359 \emph off
29360 \bar no
29361 \noun off
29362 \color none
29363 ,
29364 \end_layout
29365
29366 \end_inset
29367 </cell>
29368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29369 \begin_inset Text
29370
29371 \begin_layout Standard
29372
29373 \family roman
29374 \series medium
29375 \shape up
29376 \emph off
29377 \bar no
29378 \noun off
29379 \color none
29380 <
29381 \end_layout
29382
29383 \end_inset
29384 </cell>
29385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29386 \begin_inset Text
29387
29388 \begin_layout Standard
29389
29390 \family roman
29391 \series medium
29392 \shape up
29393 \emph off
29394 \bar no
29395 \noun off
29396 \color none
29397 L
29398 \end_layout
29399
29400 \end_inset
29401 </cell>
29402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29403 \begin_inset Text
29404
29405 \begin_layout Standard
29406
29407 \family roman
29408 \series medium
29409 \shape up
29410 \emph off
29411 \bar no
29412 \noun off
29413 \color none
29414
29415 \backslash
29416
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Standard
29425
29426 \family roman
29427 \series medium
29428 \shape up
29429 \emph off
29430 \bar no
29431 \noun off
29432 \color none
29433 l
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29439 \begin_inset Text
29440
29441 \begin_layout Standard
29442
29443 \family roman
29444 \series medium
29445 \shape up
29446 \emph off
29447 \bar no
29448 \noun off
29449 \color none
29450 |
29451 \end_layout
29452
29453 \end_inset
29454 </cell>
29455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29456 \begin_inset Text
29457
29458 \begin_layout Standard
29459
29460 \end_layout
29461
29462 \end_inset
29463 </cell>
29464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29465 \begin_inset Text
29466
29467 \begin_layout Standard
29468
29469 \end_layout
29470
29471 \end_inset
29472 </cell>
29473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29474 \begin_inset Text
29475
29476 \begin_layout Standard
29477
29478 \family roman
29479 \series medium
29480 \shape up
29481 \emph off
29482 \bar no
29483 \noun off
29484 \color none
29485 ¬
29486 \end_layout
29487
29488 \end_inset
29489 </cell>
29490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29491 \begin_inset Text
29492
29493 \begin_layout Standard
29494
29495 \family roman
29496 \series medium
29497 \shape up
29498 \emph off
29499 \bar no
29500 \noun off
29501 \color none
29502 ¼
29503 \end_layout
29504
29505 \end_inset
29506 </cell>
29507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29508 \begin_inset Text
29509
29510 \begin_layout Standard
29511
29512 \family roman
29513 \series medium
29514 \shape up
29515 \emph off
29516 \bar no
29517 \noun off
29518 \color none
29519 Ì
29520 \end_layout
29521
29522 \end_inset
29523 </cell>
29524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29525 \begin_inset Text
29526
29527 \begin_layout Standard
29528
29529 \family roman
29530 \series medium
29531 \shape up
29532 \emph off
29533 \bar no
29534 \noun off
29535 \color none
29536 Ü
29537 \end_layout
29538
29539 \end_inset
29540 </cell>
29541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29542 \begin_inset Text
29543
29544 \begin_layout Standard
29545
29546 \family roman
29547 \series medium
29548 \shape up
29549 \emph off
29550 \bar no
29551 \noun off
29552 \color none
29553 ì
29554 \end_layout
29555
29556 \end_inset
29557 </cell>
29558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29559 \begin_inset Text
29560
29561 \begin_layout Standard
29562
29563 \family roman
29564 \series medium
29565 \shape up
29566 \emph off
29567 \bar no
29568 \noun off
29569 \color none
29570 ü
29571 \end_layout
29572
29573 \end_inset
29574 </cell>
29575 </row>
29576 <row topline="true">
29577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29578 \begin_inset Text
29579
29580 \begin_layout Standard
29581
29582 \family roman
29583 \series medium
29584 \shape up
29585 \size tiny
29586 \emph off
29587 \bar no
29588 \noun off
29589 \color none
29590 0D
29591 \end_layout
29592
29593 \end_inset
29594 </cell>
29595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29596 \begin_inset Text
29597
29598 \begin_layout Standard
29599
29600 \end_layout
29601
29602 \end_inset
29603 </cell>
29604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29605 \begin_inset Text
29606
29607 \begin_layout Standard
29608
29609 \end_layout
29610
29611 \end_inset
29612 </cell>
29613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29614 \begin_inset Text
29615
29616 \begin_layout Standard
29617
29618 \family roman
29619 \series medium
29620 \shape up
29621 \emph off
29622 \bar no
29623 \noun off
29624 \color none
29625 -
29626 \end_layout
29627
29628 \end_inset
29629 </cell>
29630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29631 \begin_inset Text
29632
29633 \begin_layout Standard
29634
29635 \family roman
29636 \series medium
29637 \shape up
29638 \emph off
29639 \bar no
29640 \noun off
29641 \color none
29642 =
29643 \end_layout
29644
29645 \end_inset
29646 </cell>
29647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29648 \begin_inset Text
29649
29650 \begin_layout Standard
29651
29652 \family roman
29653 \series medium
29654 \shape up
29655 \emph off
29656 \bar no
29657 \noun off
29658 \color none
29659 M
29660 \end_layout
29661
29662 \end_inset
29663 </cell>
29664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29665 \begin_inset Text
29666
29667 \begin_layout Standard
29668
29669 \family roman
29670 \series medium
29671 \shape up
29672 \emph off
29673 \bar no
29674 \noun off
29675 \color none
29676 ]
29677 \end_layout
29678
29679 \end_inset
29680 </cell>
29681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29682 \begin_inset Text
29683
29684 \begin_layout Standard
29685
29686 \family roman
29687 \series medium
29688 \shape up
29689 \emph off
29690 \bar no
29691 \noun off
29692 \color none
29693 m
29694 \end_layout
29695
29696 \end_inset
29697 </cell>
29698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29699 \begin_inset Text
29700
29701 \begin_layout Standard
29702
29703 \family roman
29704 \series medium
29705 \shape up
29706 \emph off
29707 \bar no
29708 \noun off
29709 \color none
29710 }
29711 \end_layout
29712
29713 \end_inset
29714 </cell>
29715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29716 \begin_inset Text
29717
29718 \begin_layout Standard
29719
29720 \end_layout
29721
29722 \end_inset
29723 </cell>
29724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29725 \begin_inset Text
29726
29727 \begin_layout Standard
29728
29729 \end_layout
29730
29731 \end_inset
29732 </cell>
29733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29734 \begin_inset Text
29735
29736 \begin_layout Standard
29737
29738 \end_layout
29739
29740 \end_inset
29741 </cell>
29742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29743 \begin_inset Text
29744
29745 \begin_layout Standard
29746
29747 \family roman
29748 \series medium
29749 \shape up
29750 \emph off
29751 \bar no
29752 \noun off
29753 \color none
29754 ½
29755 \end_layout
29756
29757 \end_inset
29758 </cell>
29759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29760 \begin_inset Text
29761
29762 \begin_layout Standard
29763
29764 \family roman
29765 \series medium
29766 \shape up
29767 \emph off
29768 \bar no
29769 \noun off
29770 \color none
29771 Í
29772 \end_layout
29773
29774 \end_inset
29775 </cell>
29776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29777 \begin_inset Text
29778
29779 \begin_layout Standard
29780
29781 \family roman
29782 \series medium
29783 \shape up
29784 \emph off
29785 \bar no
29786 \noun off
29787 \color none
29788 Ý
29789 \end_layout
29790
29791 \end_inset
29792 </cell>
29793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29794 \begin_inset Text
29795
29796 \begin_layout Standard
29797
29798 \family roman
29799 \series medium
29800 \shape up
29801 \emph off
29802 \bar no
29803 \noun off
29804 \color none
29805 í
29806 \end_layout
29807
29808 \end_inset
29809 </cell>
29810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29811 \begin_inset Text
29812
29813 \begin_layout Standard
29814
29815 \family roman
29816 \series medium
29817 \shape up
29818 \emph off
29819 \bar no
29820 \noun off
29821 \color none
29822 ý
29823 \end_layout
29824
29825 \end_inset
29826 </cell>
29827 </row>
29828 <row topline="true">
29829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29830 \begin_inset Text
29831
29832 \begin_layout Standard
29833
29834 \family roman
29835 \series medium
29836 \shape up
29837 \size tiny
29838 \emph off
29839 \bar no
29840 \noun off
29841 \color none
29842 0E
29843 \end_layout
29844
29845 \end_inset
29846 </cell>
29847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29848 \begin_inset Text
29849
29850 \begin_layout Standard
29851
29852 \end_layout
29853
29854 \end_inset
29855 </cell>
29856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29857 \begin_inset Text
29858
29859 \begin_layout Standard
29860
29861 \end_layout
29862
29863 \end_inset
29864 </cell>
29865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29866 \begin_inset Text
29867
29868 \begin_layout Standard
29869
29870 \family roman
29871 \series medium
29872 \shape up
29873 \emph off
29874 \bar no
29875 \noun off
29876 \color none
29877 .
29878 \end_layout
29879
29880 \end_inset
29881 </cell>
29882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29883 \begin_inset Text
29884
29885 \begin_layout Standard
29886
29887 \family roman
29888 \series medium
29889 \shape up
29890 \emph off
29891 \bar no
29892 \noun off
29893 \color none
29894 >
29895 \end_layout
29896
29897 \end_inset
29898 </cell>
29899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29900 \begin_inset Text
29901
29902 \begin_layout Standard
29903
29904 \family roman
29905 \series medium
29906 \shape up
29907 \emph off
29908 \bar no
29909 \noun off
29910 \color none
29911 N
29912 \end_layout
29913
29914 \end_inset
29915 </cell>
29916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29917 \begin_inset Text
29918
29919 \begin_layout Standard
29920
29921 \family roman
29922 \series medium
29923 \shape up
29924 \emph off
29925 \bar no
29926 \noun off
29927 \color none
29928 ^
29929 \end_layout
29930
29931 \end_inset
29932 </cell>
29933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29934 \begin_inset Text
29935
29936 \begin_layout Standard
29937
29938 \family roman
29939 \series medium
29940 \shape up
29941 \emph off
29942 \bar no
29943 \noun off
29944 \color none
29945 n
29946 \end_layout
29947
29948 \end_inset
29949 </cell>
29950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29951 \begin_inset Text
29952
29953 \begin_layout Standard
29954
29955 \family roman
29956 \series medium
29957 \shape up
29958 \emph off
29959 \bar no
29960 \noun off
29961 \color none
29962 ~
29963 \end_layout
29964
29965 \end_inset
29966 </cell>
29967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29968 \begin_inset Text
29969
29970 \begin_layout Standard
29971
29972 \end_layout
29973
29974 \end_inset
29975 </cell>
29976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29977 \begin_inset Text
29978
29979 \begin_layout Standard
29980
29981 \end_layout
29982
29983 \end_inset
29984 </cell>
29985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29986 \begin_inset Text
29987
29988 \begin_layout Standard
29989
29990 \family roman
29991 \series medium
29992 \shape up
29993 \emph off
29994 \bar no
29995 \noun off
29996 \color none
29997 ®
29998 \end_layout
29999
30000 \end_inset
30001 </cell>
30002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30003 \begin_inset Text
30004
30005 \begin_layout Standard
30006
30007 \family roman
30008 \series medium
30009 \shape up
30010 \emph off
30011 \bar no
30012 \noun off
30013 \color none
30014 ¾
30015 \end_layout
30016
30017 \end_inset
30018 </cell>
30019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30020 \begin_inset Text
30021
30022 \begin_layout Standard
30023
30024 \family roman
30025 \series medium
30026 \shape up
30027 \emph off
30028 \bar no
30029 \noun off
30030 \color none
30031 Î
30032 \end_layout
30033
30034 \end_inset
30035 </cell>
30036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30037 \begin_inset Text
30038
30039 \begin_layout Standard
30040
30041 \family roman
30042 \series medium
30043 \shape up
30044 \emph off
30045 \bar no
30046 \noun off
30047 \color none
30048 Þ
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 \family roman
30059 \series medium
30060 \shape up
30061 \emph off
30062 \bar no
30063 \noun off
30064 \color none
30065 î
30066 \end_layout
30067
30068 \end_inset
30069 </cell>
30070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30071 \begin_inset Text
30072
30073 \begin_layout Standard
30074
30075 \family roman
30076 \series medium
30077 \shape up
30078 \emph off
30079 \bar no
30080 \noun off
30081 \color none
30082 þ
30083 \end_layout
30084
30085 \end_inset
30086 </cell>
30087 </row>
30088 <row topline="true" bottomline="true">
30089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30090 \begin_inset Text
30091
30092 \begin_layout Standard
30093
30094 \family roman
30095 \series medium
30096 \shape up
30097 \size tiny
30098 \emph off
30099 \bar no
30100 \noun off
30101 \color none
30102 0F
30103 \end_layout
30104
30105 \end_inset
30106 </cell>
30107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30108 \begin_inset Text
30109
30110 \begin_layout Standard
30111
30112 \end_layout
30113
30114 \end_inset
30115 </cell>
30116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30117 \begin_inset Text
30118
30119 \begin_layout Standard
30120
30121 \end_layout
30122
30123 \end_inset
30124 </cell>
30125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30126 \begin_inset Text
30127
30128 \begin_layout Standard
30129
30130 \family roman
30131 \series medium
30132 \shape up
30133 \emph off
30134 \bar no
30135 \noun off
30136 \color none
30137 /
30138 \end_layout
30139
30140 \end_inset
30141 </cell>
30142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30143 \begin_inset Text
30144
30145 \begin_layout Standard
30146
30147 \family roman
30148 \series medium
30149 \shape up
30150 \emph off
30151 \bar no
30152 \noun off
30153 \color none
30154 ?
30155 \end_layout
30156
30157 \end_inset
30158 </cell>
30159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30160 \begin_inset Text
30161
30162 \begin_layout Standard
30163
30164 \family roman
30165 \series medium
30166 \shape up
30167 \emph off
30168 \bar no
30169 \noun off
30170 \color none
30171 O
30172 \end_layout
30173
30174 \end_inset
30175 </cell>
30176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30177 \begin_inset Text
30178
30179 \begin_layout Standard
30180
30181 \family roman
30182 \series medium
30183 \shape up
30184 \emph off
30185 \bar no
30186 \noun off
30187 \color none
30188 _
30189 \end_layout
30190
30191 \end_inset
30192 </cell>
30193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30194 \begin_inset Text
30195
30196 \begin_layout Standard
30197
30198 \family roman
30199 \series medium
30200 \shape up
30201 \emph off
30202 \bar no
30203 \noun off
30204 \color none
30205 o
30206 \end_layout
30207
30208 \end_inset
30209 </cell>
30210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30211 \begin_inset Text
30212
30213 \begin_layout Standard
30214
30215 \end_layout
30216
30217 \end_inset
30218 </cell>
30219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30220 \begin_inset Text
30221
30222 \begin_layout Standard
30223
30224 \end_layout
30225
30226 \end_inset
30227 </cell>
30228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30229 \begin_inset Text
30230
30231 \begin_layout Standard
30232
30233 \end_layout
30234
30235 \end_inset
30236 </cell>
30237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30238 \begin_inset Text
30239
30240 \begin_layout Standard
30241
30242 \family roman
30243 \series medium
30244 \shape up
30245 \emph off
30246 \bar no
30247 \noun off
30248 \color none
30249 ¯
30250 \end_layout
30251
30252 \end_inset
30253 </cell>
30254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30255 \begin_inset Text
30256
30257 \begin_layout Standard
30258
30259 \family roman
30260 \series medium
30261 \shape up
30262 \emph off
30263 \bar no
30264 \noun off
30265 \color none
30266 ¿
30267 \end_layout
30268
30269 \end_inset
30270 </cell>
30271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30272 \begin_inset Text
30273
30274 \begin_layout Standard
30275
30276 \family roman
30277 \series medium
30278 \shape up
30279 \emph off
30280 \bar no
30281 \noun off
30282 \color none
30283 Ï
30284 \end_layout
30285
30286 \end_inset
30287 </cell>
30288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30289 \begin_inset Text
30290
30291 \begin_layout Standard
30292
30293 \family roman
30294 \series medium
30295 \shape up
30296 \emph off
30297 \bar no
30298 \noun off
30299 \color none
30300 ß
30301 \end_layout
30302
30303 \end_inset
30304 </cell>
30305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30306 \begin_inset Text
30307
30308 \begin_layout Standard
30309
30310 \family roman
30311 \series medium
30312 \shape up
30313 \emph off
30314 \bar no
30315 \noun off
30316 \color none
30317 ï
30318 \end_layout
30319
30320 \end_inset
30321 </cell>
30322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30323 \begin_inset Text
30324
30325 \begin_layout Standard
30326
30327 \family roman
30328 \series medium
30329 \shape up
30330 \emph off
30331 \bar no
30332 \noun off
30333 \color none
30334 ÿ
30335 \end_layout
30336
30337 \end_inset
30338 </cell>
30339 </row>
30340 </lyxtabular>
30341
30342 \end_inset
30343
30344
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \end_layout
30351
30352 \begin_layout Standard
30353 The following is a full list of all of the accented characters LyX can display
30354  directly.
30355  It includes not only the accented characters from the previous table, but
30356  also the characters from 
30357 \family typewriter
30358 ISO8859--2
30359 \family default
30360  through 
30361 \family typewriter
30362 4
30363 \family default
30364 .
30365  
30366 \end_layout
30367
30368 \begin_layout Itemize
30369 From 
30370 \family typewriter
30371 ISO8859--1
30372 \family default
30373 :
30374 \end_layout
30375
30376 \begin_deeper
30377 \begin_layout Standard
30378 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
30379 \hfill
30380 diaeresis
30381 \end_layout
30382
30383 \begin_layout Standard
30384 ^ Â Ê Î Ô Û â ê î ô û
30385 \hfill
30386 circumflex
30387 \end_layout
30388
30389 \begin_layout Standard
30390 ` À È Ì Ò Ù à è ì ò ù
30391 \hfill
30392 grave
30393 \end_layout
30394
30395 \begin_layout Standard
30396 ´ Á É Í Ó Ú Ý á é í ó ú ý
30397 \hfill
30398 acute
30399 \end_layout
30400
30401 \begin_layout Standard
30402 ~ Ã Ñ Õ ã ñ õ
30403 \hfill
30404 tilde
30405 \end_layout
30406
30407 \begin_layout Standard
30408 ¸Çç
30409 \hfill
30410 cedilla
30411 \end_layout
30412
30413 \begin_layout Standard
30414 ¯
30415 \hfill
30416 macron
30417 \end_layout
30418
30419 \end_deeper
30420 \begin_layout Itemize
30421 From 
30422 \family typewriter
30423 ISO8859--2
30424 \family default
30425  through 
30426 \family typewriter
30427 4
30428 \family default
30429 :
30430 \end_layout
30431
30432 \begin_deeper
30433 \begin_layout Standard
30434 ĤĴĥȷ̂ĈĜŜĉĝŝ
30435 \hfill
30436 circumflex
30437 \end_layout
30438
30439 \begin_layout Standard
30440 ŚŹśźŔĹĆŃŕĺćń
30441 \hfill
30442 acute
30443 \end_layout
30444
30445 \begin_layout Standard
30446 Ĩı̃Ũũ
30447 \hfill
30448 tilde
30449 \end_layout
30450
30451 \begin_layout Standard
30452 ŞşŢţŖĻĢŗļģŅĶņķ
30453 \hfill
30454 cedilla
30455 \end_layout
30456
30457 \begin_layout Standard
30458 ĒēĀĪŌŪāı̄ōū
30459 \hfill
30460 macron
30461 \end_layout
30462
30463 \begin_layout Standard
30464 ŐŰőű
30465 \hfill
30466 Hungarian umlaut
30467 \end_layout
30468
30469 \end_deeper
30470 \begin_layout Standard
30471 All the characters above are actively supported by TeX fonts.
30472  In addition TeX allows diacritical marks on almost all characters.
30473  Also make sure you're using the 
30474 \family typewriter
30475 T1
30476 \family default
30477  font-encoding.
30478 \end_layout
30479
30480 \begin_layout Chapter
30481 \start_of_appendix
30482 The User Interface
30483 \begin_inset LatexCommand label
30484 name "cha:The-User-Interface"
30485
30486 \end_inset
30487
30488
30489 \end_layout
30490
30491 \begin_layout Standard
30492 This appendix lists all available menus and describes its functionality.
30493  It is designed as quick reference if you are searching for a special topic
30494  inside the user's guide.
30495 \end_layout
30496
30497 \begin_layout Section
30498 The File Menu
30499 \begin_inset LatexCommand index
30500 name "Menu ! File"
30501
30502 \end_inset
30503
30504
30505 \end_layout
30506
30507 \begin_layout Standard
30508 Under the 
30509 \family sans
30510 File
30511 \family default
30512  menu are the basic operations in addition to some more advanced operations.
30513  At the end of the menu the four last opened documents are listed.
30514 \end_layout
30515
30516 \begin_layout Subsection
30517 New
30518 \end_layout
30519
30520 \begin_layout Standard
30521 Creates a new document.
30522 \end_layout
30523
30524 \begin_layout Subsection
30525 New from Template
30526 \end_layout
30527
30528 \begin_layout Standard
30529 This menu prompts you for a template to use.
30530  Selecting a template will automatically set certain layout features for
30531  the document, features you would otherwise need to change manually.
30532 \end_layout
30533
30534 \begin_layout Subsection
30535 Open
30536 \end_layout
30537
30538 \begin_layout Standard
30539 Opens a document.
30540 \end_layout
30541
30542 \begin_layout Subsection
30543 Open Recent
30544 \end_layout
30545
30546 \begin_layout Standard
30547 The submenu shows a list of the recently opened files.
30548  Click there on a file to open it.
30549 \end_layout
30550
30551 \begin_layout Subsection
30552 Close
30553 \end_layout
30554
30555 \begin_layout Standard
30556 Closes the current document.
30557 \end_layout
30558
30559 \begin_layout Subsection
30560 Save
30561 \end_layout
30562
30563 \begin_layout Standard
30564 Saves the actual document.
30565 \end_layout
30566
30567 \begin_layout Subsection
30568 Save As
30569 \end_layout
30570
30571 \begin_layout Standard
30572 Saves the actual document under a new name to create a copy.
30573 \end_layout
30574
30575 \begin_layout Subsection
30576 Revert to saved
30577 \end_layout
30578
30579 \begin_layout Standard
30580 Reloads the actual document from disk.
30581 \end_layout
30582
30583 \begin_layout Subsection
30584 Version Control
30585 \end_layout
30586
30587 \begin_layout Standard
30588 This is used when more people are working on the same document.
30589  It is described in the section 
30590 \emph on
30591 Version Control in LyX
30592 \emph default
30593  of the 
30594 \emph on
30595 Extended\InsetSpace ~
30596 Features
30597 \emph default
30598  manual.
30599 \end_layout
30600
30601 \begin_layout Subsection
30602 Import
30603 \end_layout
30604
30605 \begin_layout Standard
30606 You can import there files from older LyX-versions, LaTeX-files and plain
30607  text files (ASCII-files).
30608  The files will be imported as new LyX-document.
30609 \end_layout
30610
30611 \begin_layout Standard
30612 When using the menu 
30613 \family sans
30614 Plain\InsetSpace ~
30615 Text, Join\InsetSpace ~
30616 Lines
30617 \family default
30618 , all lines will be imported consecutively to one big paragraph.
30619  A new paragraph is started when there is a blank line in the file.
30620  , the text is inserted as Paragraphs, where the line breaks of the text
30621  will start a new paragraph.
30622 \end_layout
30623
30624 \begin_layout Subsection
30625 Export
30626 \begin_inset LatexCommand label
30627 name "sub:Export"
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Standard
30635 You can export your document to various file formats.
30636  The resulting files are placed in the directory of your LyX-file.
30637  The menu entries are not the same on all installations.
30638  They depend on the programs found by LyX while its configuration.
30639 \end_layout
30640
30641 \begin_layout Standard
30642 Here is a list of all available entries; they are explained in detail in
30643  section\InsetSpace ~
30644
30645 \begin_inset LatexCommand ref
30646 reference "sub:Output-file-formats"
30647
30648 \end_inset
30649
30650 :
30651 \end_layout
30652
30653 \begin_layout Description
30654
30655 \family sans
30656 CJK\InsetSpace ~
30657 LyX 
30658 \family default
30659 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
30660  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
30661 \end_layout
30662
30663 \begin_layout Description
30664
30665 \family sans
30666 DVI
30667 \family default
30668  DVI-format
30669 \end_layout
30670
30671 \begin_layout Description
30672 HTML HTML-format (the HTML-converter is a third-party product and doesn't
30673  work in all cases)
30674 \end_layout
30675
30676 \begin_layout Description
30677 HTML\InsetSpace ~
30678 (MS\InsetSpace ~
30679 Word) HTML-format specialized so that the result can be imported
30680  to 
30681 \family sans
30682 MS Word
30683 \family default
30684 , as consequence of this formulas will be embedded as bitmap fonts and not
30685  in the format 
30686 \family sans
30687 MathML
30688 \family default
30689 .
30690 \end_layout
30691
30692 \begin_layout Description
30693
30694 \family sans
30695 LaT
30696 \begin_inset ERT
30697 status collapsed
30698
30699 \begin_layout Standard
30700
30701 {}
30702 \end_layout
30703
30704 \end_inset
30705
30706 eX\InsetSpace ~
30707 (pdflatex)
30708 \family default
30709  text file with the LaTeX source, additionally all images used in the document
30710  will be converted to a format that is readable for the 
30711 \family typewriter
30712 pdflatex
30713 \family default
30714  program (GIF, JPG, PDF, PNG)
30715 \end_layout
30716
30717 \begin_layout Description
30718
30719 \family sans
30720 LaT
30721 \begin_inset ERT
30722 status collapsed
30723
30724 \begin_layout Standard
30725
30726 {}
30727 \end_layout
30728
30729 \end_inset
30730
30731 eX\InsetSpace ~
30732 (plain)
30733 \family default
30734  text file with the LaTeX source code, additionally all images used in the
30735  document will be converted to the EPS-format, only this format is readable
30736  for the 
30737 \family typewriter
30738 latex
30739 \family default
30740  program
30741 \end_layout
30742
30743 \begin_layout Description
30744 LyX\InsetSpace ~
30745 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
30746 \begin_inset Quotes eld
30747 \end_inset
30748
30749 y
30750 \begin_inset Quotes erd
30751 \end_inset
30752
30753  is replaced by the version number)
30754 \end_layout
30755
30756 \begin_layout Description
30757 OpenDocument OpenDocument-formatted text file, to be opened with 
30758 \family sans
30759 OpenOffice
30760 \family default
30761
30762 \family sans
30763 KOffice
30764 \family default
30765
30766 \family sans
30767 Abiword
30768 \family default
30769 , etc.
30770  (the OpenDocument-converter is a third-party product and doesn't work in
30771  all cases)
30772 \end_layout
30773
30774 \begin_layout Description
30775
30776 \family sans
30777 PDF
30778 \family default
30779  PDF-format using the program 
30780 \family typewriter
30781 ps2pdf
30782 \end_layout
30783
30784 \begin_layout Description
30785
30786 \family sans
30787 PDF\InsetSpace ~
30788 (dvipdfm)
30789 \family default
30790  PDF-format using the program 
30791 \family typewriter
30792 dvipdfm
30793 \end_layout
30794
30795 \begin_layout Description
30796
30797 \family sans
30798 PDF\InsetSpace ~
30799 (pdflatex)
30800 \family default
30801  PDF-format using the program 
30802 \family typewriter
30803 pdflatex
30804 \end_layout
30805
30806 \begin_layout Description
30807
30808 \family sans
30809 Plain\InsetSpace ~
30810 text
30811 \family default
30812  text format
30813 \end_layout
30814
30815 \begin_layout Description
30816
30817 \family sans
30818 Plain\InsetSpace ~
30819 text\InsetSpace ~
30820 (ps2ascii)
30821 \family default
30822  text format, the document will first be converted to Postscript format
30823  and then exported as text using the program 
30824 \family sans
30825 ps2ascii
30826 \end_layout
30827
30828 \begin_layout Description
30829
30830 \family sans
30831 Postscript
30832 \family default
30833  PostScript format using the program 
30834 \family typewriter
30835 dvips
30836 \end_layout
30837
30838 \begin_layout Description
30839
30840 \family sans
30841 Custom
30842 \family default
30843  custom format
30844 \end_layout
30845
30846 \begin_layout Standard
30847 The program 
30848 \family typewriter
30849 dvipdfm
30850 \family default
30851  produces internally a dvi-file which is then converted to a pdf-file.
30852  It is a bit out of date and therefore the output could look different from
30853  what you want.
30854  
30855 \family typewriter
30856 pdflatex
30857 \family default
30858  produces directly pdf-files and supports the latest pdf-file formats.
30859 \end_layout
30860
30861 \begin_layout Standard
30862 If one of the menu entries 
30863 \family sans
30864 DVI
30865 \family default
30866
30867 \family sans
30868 PDF\InsetSpace ~
30869 (pdflatex)
30870 \family default
30871  or 
30872 \family sans
30873 Postscript
30874 \family default
30875  is missing, you need to update your LaTeX installation.
30876  After updating you have to reconfigure LyX, see section\InsetSpace ~
30877
30878 \begin_inset LatexCommand ref
30879 reference "sec:Basic-LyX-Setup"
30880
30881 \end_inset
30882
30883 .
30884 \begin_inset LatexCommand index
30885 name "Reconfiguration of LyX"
30886
30887 \end_inset
30888
30889
30890 \end_layout
30891
30892 \begin_layout Standard
30893 The menu 
30894 \family sans
30895 Custom
30896 \family default
30897  allows you to export your file by using special command line options for
30898  the export program.
30899 \end_layout
30900
30901 \begin_layout Subsection
30902 Print
30903 \end_layout
30904
30905 \begin_layout Standard
30906 With this menu you can print your document to a file in PostScript format
30907  or send it to a printer.
30908  The printer will also use the document in PostScript format.
30909  The conversion to PostScript is done in the background by LyX using the
30910  program 
30911 \family typewriter
30912 dvips
30913 \family default
30914 .
30915  For more informations have a look at section\InsetSpace ~
30916
30917 \begin_inset LatexCommand ref
30918 reference "sub:Printing-the-File"
30919
30920 \end_inset
30921
30922 .
30923 \end_layout
30924
30925 \begin_layout Subsection
30926 New and Close Window
30927 \end_layout
30928
30929 \begin_layout Standard
30930 Opens a new instance of LyX with all currently opened documents.
30931  You can close it later with the corresponding menu.
30932 \end_layout
30933
30934 \begin_layout Section
30935 The Edit Menu
30936 \begin_inset LatexCommand index
30937 name "Menu ! Edit"
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Subsection
30945 Undo and Redo
30946 \end_layout
30947
30948 \begin_layout Standard
30949 Described in section\InsetSpace ~
30950
30951 \begin_inset LatexCommand ref
30952 reference "sec:Undo-and-Redo"
30953
30954 \end_inset
30955
30956 .
30957 \end_layout
30958
30959 \begin_layout Subsection
30960 Cut, Copy, Paste, Paste Recent, Paste Special
30961 \end_layout
30962
30963 \begin_layout Standard
30964 Described in section\InsetSpace ~
30965
30966 \begin_inset LatexCommand ref
30967 reference "sec:Basic-Editing-Features"
30968
30969 \end_inset
30970
30971 .
30972 \end_layout
30973
30974 \begin_layout Subsection
30975 Select All
30976 \end_layout
30977
30978 \begin_layout Standard
30979 Selects the whole document.
30980 \end_layout
30981
30982 \begin_layout Subsection
30983 Find & Replace
30984 \begin_inset LatexCommand index
30985 name "Dialogs ! Find \\& Replace"
30986
30987 \end_inset
30988
30989
30990 \end_layout
30991
30992 \begin_layout Standard
30993 Described in section\InsetSpace ~
30994
30995 \begin_inset LatexCommand ref
30996 reference "sec:Basic-Editing-Features"
30997
30998 \end_inset
30999
31000 .
31001 \end_layout
31002
31003 \begin_layout Subsection
31004 Move paragraph Up/Down
31005 \end_layout
31006
31007 \begin_layout Standard
31008 This shifts the paragraph where the cursor is currently in one paragraph
31009  up or down.
31010 \end_layout
31011
31012 \begin_layout Subsection
31013 Text Style
31014 \begin_inset LatexCommand index
31015 name "Dialogs ! Text Style"
31016
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \begin_layout Standard
31023 Described in section\InsetSpace ~
31024
31025 \begin_inset LatexCommand ref
31026 reference "sub:Fine-Tuning-with-the"
31027
31028 \end_inset
31029
31030 .
31031 \end_layout
31032
31033 \begin_layout Subsection
31034 Paragraph Settings
31035 \begin_inset LatexCommand index
31036 name "Paragraph ! Settings"
31037
31038 \end_inset
31039
31040
31041 \end_layout
31042
31043 \begin_layout Standard
31044 The settings in the paragraph dialog only affects the paragraph where the
31045  cursor is in.
31046  Here you can set here the paragraph alignment and line spacing.
31047 \end_layout
31048
31049 \begin_layout Standard
31050 You can also prevent that the first line of the paragraph is indented.
31051  This option works only when you have chosen to separate paragraphs with
31052  indents in the 
31053 \family sans
31054 Document\SpecialChar \menuseparator
31055 Settings
31056 \family default
31057  dialog under 
31058 \family sans
31059 Text\InsetSpace ~
31060 Layout
31061 \family default
31062 .
31063 \end_layout
31064
31065 \begin_layout Subsection
31066 Tabular and Math
31067 \end_layout
31068
31069 \begin_layout Standard
31070 These two menus are only active when the cursor is inside a table or a formula.
31071  The properties of this table/formula can now be changed.
31072  The properties of tables are described in section\InsetSpace ~
31073
31074 \begin_inset LatexCommand ref
31075 reference "sec:Tables"
31076
31077 \end_inset
31078
31079 , the properties of formulas in chapter\InsetSpace ~
31080
31081 \begin_inset LatexCommand ref
31082 reference "cha:Mathematical-Formulas"
31083
31084 \end_inset
31085
31086 .
31087 \end_layout
31088
31089 \begin_layout Subsection
31090 Increase / Decrease List Depth
31091 \end_layout
31092
31093 \begin_layout Standard
31094 These menus are only active when the cursor is in an environment that can
31095  be nested.
31096  They in/decrease the environment nesting level as explained in section\InsetSpace ~
31097
31098 \begin_inset LatexCommand ref
31099 reference "sec:Nesting"
31100
31101 \end_inset
31102
31103  and 
31104 \begin_inset LatexCommand ref
31105 reference "sub:Numbering-depth"
31106
31107 \end_inset
31108
31109 .
31110 \end_layout
31111
31112 \begin_layout Section
31113 The View Menu
31114 \begin_inset LatexCommand index
31115 name "Menu ! View"
31116
31117 \end_inset
31118
31119
31120 \end_layout
31121
31122 \begin_layout Standard
31123 The 
31124 \family sans
31125 View
31126 \family default
31127  menu contains a list of available formats in which you can view the actual
31128  document with an external program.
31129  The menu entries for the viewing formats are not the same on all installations
31130  - it depends on the LaTeX programs that are found while LyX was configured.
31131  All possible formats are formats listed in section\InsetSpace ~
31132
31133 \begin_inset LatexCommand ref
31134 reference "sub:Export"
31135
31136 \end_inset
31137
31138 .
31139  You should at least see the menu entries 
31140 \family sans
31141 DVI
31142 \family default
31143  and 
31144 \family sans
31145 PDF\InsetSpace ~
31146 (pdflatex)
31147 \family default
31148 .
31149  If one of the two is missing, you need to update your LaTeX installation.
31150  After updating you have to reconfigure LyX, see section\InsetSpace ~
31151
31152 \begin_inset LatexCommand ref
31153 reference "sec:Basic-LyX-Setup"
31154
31155 \end_inset
31156
31157 .
31158 \begin_inset LatexCommand index
31159 name "Reconfiguration of LyX"
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \begin_layout Standard
31167 Invoking a menu will start a viewer program.
31168  The viewer can be set or changed in the preferences, see section\InsetSpace ~
31169
31170 \begin_inset LatexCommand ref
31171 reference "cha:The-Preferences-dialog"
31172
31173 \end_inset
31174
31175 .
31176  The default viewers are set by LyX while it is first configured.
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \begin_inset VSpace bigskip
31181 \end_inset
31182
31183 At the bottom of the 
31184 \family sans
31185 View
31186 \family default
31187  menu the opened documents are listed.
31188 \end_layout
31189
31190 \begin_layout Subsection
31191 View Source
31192 \end_layout
31193
31194 \begin_layout Standard
31195 Opens a window showing the source code of the actual document, as described
31196  in section\InsetSpace ~
31197
31198 \begin_inset LatexCommand ref
31199 reference "sec:Previewing-snippets-of"
31200
31201 \end_inset
31202
31203 .
31204 \end_layout
31205
31206 \begin_layout Subsection
31207 Update
31208 \end_layout
31209
31210 \begin_layout Standard
31211 This menu allows you to update the view with your latest changes without
31212  opening a new view window.
31213 \end_layout
31214
31215 \begin_layout Subsection
31216 Toolbars
31217 \begin_inset LatexCommand label
31218 name "sub:Toolbars"
31219
31220 \end_inset
31221
31222
31223 \begin_inset LatexCommand index
31224 name "Toolbar"
31225
31226 \end_inset
31227
31228
31229 \end_layout
31230
31231 \begin_layout Standard
31232 In this menu you can set the appearance of the different toolbars.
31233  All toolbars and the 
31234 \family sans
31235 Command\InsetSpace ~
31236 Buffer
31237 \family default
31238  can be turned on and off.
31239  The 
31240 \emph on
31241 on
31242 \emph default
31243  state is denoted in the menu with a checkmark.
31244  The 
31245 \family sans
31246 Review
31247 \family default
31248
31249 \family sans
31250 Table
31251 \family default
31252
31253 \family sans
31254 Math\InsetSpace ~
31255 Panels
31256 \family default
31257 , and 
31258 \family sans
31259 Math
31260 \family default
31261  toolbars can be additionally set to the state 
31262 \emph on
31263 automatic
31264 \emph default
31265  that is denoted in the menu with the suffix 
31266 \family sans
31267 (auto)
31268 \family default
31269 .
31270 \end_layout
31271
31272 \begin_layout Standard
31273 In the 
31274 \emph on
31275 on
31276 \emph default
31277  state the toolbar is permanently shown, in the 
31278 \emph on
31279 automatic
31280 \emph default
31281  state the toolbar is only shown when the cursor is in a certain environment
31282  or when a certain feature is enabled.
31283  That means that the review toolbar will only be shown when change tracking
31284  is activated, the math and table toolbars are only shown when the cursor
31285  is inside a formula or table, respectively.
31286 \end_layout
31287
31288 \begin_layout Standard
31289 LyX's toolbars and its buttons are explained in section\InsetSpace ~
31290
31291 \begin_inset LatexCommand ref
31292 reference "sec:Toolbars"
31293
31294 \end_inset
31295
31296 .
31297 \end_layout
31298
31299 \begin_layout Section
31300 The Insert Menu
31301 \begin_inset LatexCommand index
31302 name "Menu ! Insert"
31303
31304 \end_inset
31305
31306
31307 \end_layout
31308
31309 \begin_layout Subsection
31310 Math
31311 \end_layout
31312
31313 \begin_layout Standard
31314 Inserts math constructs that are explained in chapter\InsetSpace ~
31315
31316 \begin_inset LatexCommand ref
31317 reference "cha:Mathematical-Formulas"
31318
31319 \end_inset
31320
31321 .
31322 \end_layout
31323
31324 \begin_layout Subsection
31325 Special Character
31326 \begin_inset LatexCommand label
31327 name "sub:Special-Character"
31328
31329 \end_inset
31330
31331
31332 \end_layout
31333
31334 \begin_layout Standard
31335 Here you can insert the following characters:
31336 \end_layout
31337
31338 \begin_layout Description
31339 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
31340
31341 \end_layout
31342
31343 \begin_layout Description
31344 End\InsetSpace ~
31345 of\InsetSpace ~
31346 Sentence Inserts an end of sentence dot as described in section\InsetSpace ~
31347
31348 \begin_inset LatexCommand ref
31349 reference "sub:Abbreviations"
31350
31351 \end_inset
31352
31353 .
31354 \end_layout
31355
31356 \begin_layout Description
31357 Ordinary\InsetSpace ~
31358 Quote Inserts this quote: 
31359 \begin_inset Quotes erd
31360 \end_inset
31361
31362 , no matter what quote type you selected in the 
31363 \family sans
31364 Document\SpecialChar \menuseparator
31365 Settings
31366 \family default
31367  dialog under 
31368 \family sans
31369 Language
31370 \family default
31371 .
31372 \end_layout
31373
31374 \begin_layout Description
31375 Single\InsetSpace ~
31376 Quote Inserts this quote: 
31377 \begin_inset Quotes els
31378 \end_inset
31379
31380
31381 \end_layout
31382
31383 \begin_layout Description
31384 Menu\InsetSpace ~
31385 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
31386
31387 \end_layout
31388
31389 \begin_layout Description
31390 Phonetic\InsetSpace ~
31391 Symbols
31392 \begin_inset LatexCommand index
31393 name "Phonetic symbols"
31394
31395 \end_inset
31396
31397
31398 \begin_inset LatexCommand index
31399 name "Language ! Phonetic symbols"
31400
31401 \end_inset
31402
31403  Creates a formula with a so called tipa inset.
31404  Here you can insert commands to create IPA phonetic symbols.
31405  For this feature you must have the LaTeX-package 
31406 \series bold
31407 tipa
31408 \series default
31409
31410 \begin_inset LatexCommand index
31411 name "LaTeX-packages ! tipa"
31412
31413 \end_inset
31414
31415  installed.
31416 \newline
31417 For more informations about this feature we refer to the documentation
31418  of 
31419 \series bold
31420 tipa, 
31421 \begin_inset LatexCommand cite
31422 key "tipa"
31423
31424 \end_inset
31425
31426
31427 \series default
31428  and this Wiki-page:
31429 \newline
31430
31431 \begin_inset LatexCommand url
31432 target "http://wiki.lyx.org/LyX/LinguistLyX"
31433
31434 \end_inset
31435
31436 .
31437 \end_layout
31438
31439 \begin_layout Subsection
31440 Formatting
31441 \end_layout
31442
31443 \begin_layout Standard
31444 Here you can insert the following format constructs:
31445 \end_layout
31446
31447 \begin_layout Description
31448 Superscript Inserts an superscript: test
31449 \begin_inset Formula $^{\text{a,b}}$
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \begin_layout Description
31456 Subscript Inserts an subscript: test
31457 \begin_inset Formula $_{\text{3x}}$
31458 \end_inset
31459
31460
31461 \end_layout
31462
31463 \begin_layout Description
31464 Protected\InsetSpace ~
31465 Space Inserts a protected space that is described in section\InsetSpace ~
31466
31467 \begin_inset LatexCommand ref
31468 reference "sub:Protected-Space"
31469
31470 \end_inset
31471
31472 .
31473 \end_layout
31474
31475 \begin_layout Description
31476 Inter-word\InsetSpace ~
31477 Space Inserts an inter-word space that is described in section\InsetSpace ~
31478
31479 \begin_inset LatexCommand ref
31480 reference "sub:Inter-word-Space"
31481
31482 \end_inset
31483
31484 .
31485 \end_layout
31486
31487 \begin_layout Description
31488 Thin\InsetSpace ~
31489 Space Inserts a thin space that is described in section\InsetSpace ~
31490
31491 \begin_inset LatexCommand ref
31492 reference "sub:Thin-Space"
31493
31494 \end_inset
31495
31496 .
31497 \end_layout
31498
31499 \begin_layout Description
31500 Horizontal\InsetSpace ~
31501 Fill Inserts an horizontal fill, see section\InsetSpace ~
31502
31503 \begin_inset LatexCommand ref
31504 reference "sub:Horizontal-Space"
31505
31506 \end_inset
31507
31508  for a description.
31509 \end_layout
31510
31511 \begin_layout Description
31512 Horizontal\InsetSpace ~
31513 Line Inserts an horizontal line, see section\InsetSpace ~
31514
31515 \begin_inset LatexCommand ref
31516 reference "sub:Horizontal-Lines"
31517
31518 \end_inset
31519
31520  for a description.
31521 \end_layout
31522
31523 \begin_layout Description
31524 Vertical\InsetSpace ~
31525 Space Inserts vertical space, see section\InsetSpace ~
31526
31527 \begin_inset LatexCommand ref
31528 reference "sub:Vertical-Space"
31529
31530 \end_inset
31531
31532  for a description.
31533 \end_layout
31534
31535 \begin_layout Description
31536 Hyphenation\InsetSpace ~
31537 Point Inserts an hyphenation point, see section\InsetSpace ~
31538
31539 \begin_inset LatexCommand ref
31540 reference "sub:Hyphenation"
31541
31542 \end_inset
31543
31544
31545 \end_layout
31546
31547 \begin_layout Description
31548 Ligature\InsetSpace ~
31549 Break Inserts a ligature break, see section\InsetSpace ~
31550
31551 \begin_inset LatexCommand ref
31552 reference "sub:Ligatures"
31553
31554 \end_inset
31555
31556
31557 \end_layout
31558
31559 \begin_layout Description
31560 Line\InsetSpace ~
31561 Break Inserts a forced linebreak, see section\InsetSpace ~
31562
31563 \begin_inset LatexCommand ref
31564 reference "sub:Forced-Linebreaks"
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \begin_layout Description
31572 Page\InsetSpace ~
31573 Break Inserts a forced pagebreak, described in section\InsetSpace ~
31574
31575 \begin_inset LatexCommand ref
31576 reference "sub:Forced-Pagebreaks"
31577
31578 \end_inset
31579
31580
31581 \end_layout
31582
31583 \begin_layout Description
31584 Clear\InsetSpace ~
31585 Page Inserts a clear pagebreak, described in section\InsetSpace ~
31586
31587 \begin_inset LatexCommand ref
31588 reference "sub:Clear-Pages"
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Description
31596 Clear\InsetSpace ~
31597 Double\InsetSpace ~
31598 Page Inserts a clear doublepage break, described in section\InsetSpace ~
31599
31600 \begin_inset LatexCommand ref
31601 reference "sub:Clear-Pages"
31602
31603 \end_inset
31604
31605
31606 \end_layout
31607
31608 \begin_layout Subsection
31609 List / TOC
31610 \end_layout
31611
31612 \begin_layout Standard
31613 Various lists can be inserted with this menu.
31614  The table of contents, the algorithm, figures, and tables list are described
31615  in section\InsetSpace ~
31616
31617 \begin_inset LatexCommand ref
31618 reference "sec:toc"
31619
31620 \end_inset
31621
31622 .
31623  The index list is described in section\InsetSpace ~
31624
31625 \begin_inset LatexCommand ref
31626 reference "sec:Index"
31627
31628 \end_inset
31629
31630 , the nomenclature in section\InsetSpace ~
31631
31632 \begin_inset LatexCommand ref
31633 reference "sec:Nomenclature"
31634
31635 \end_inset
31636
31637 , and the BibTeX bibliography in section\InsetSpace ~
31638
31639 \begin_inset LatexCommand ref
31640 reference "sub:Bibliography-databases"
31641
31642 \end_inset
31643
31644 .
31645 \end_layout
31646
31647 \begin_layout Subsection
31648 Float
31649 \end_layout
31650
31651 \begin_layout Standard
31652 To insert floats, described in section\InsetSpace ~
31653
31654 \begin_inset LatexCommand ref
31655 reference "sec:Floats"
31656
31657 \end_inset
31658
31659 .
31660 \end_layout
31661
31662 \begin_layout Subsection
31663 Note
31664 \end_layout
31665
31666 \begin_layout Standard
31667 To insert notes, described in section\InsetSpace ~
31668
31669 \begin_inset LatexCommand ref
31670 reference "sec:Notes"
31671
31672 \end_inset
31673
31674 .
31675 \end_layout
31676
31677 \begin_layout Subsection
31678 Branch
31679 \end_layout
31680
31681 \begin_layout Standard
31682 Inserts branch insets as described in section\InsetSpace ~
31683
31684 \begin_inset LatexCommand ref
31685 reference "sec:Branches"
31686
31687 \end_inset
31688
31689 .
31690 \end_layout
31691
31692 \begin_layout Subsection
31693 File
31694 \begin_inset LatexCommand index
31695 name "External Material"
31696
31697 \end_inset
31698
31699
31700 \end_layout
31701
31702 \begin_layout Standard
31703 Here you can inserts files to include them or its content to your document.
31704  How this can be done is in detail explained in chapter 
31705 \emph on
31706 External Stuff
31707 \emph default
31708  of the 
31709 \emph on
31710 Embedded Objects
31711 \emph default
31712  manual.
31713 \end_layout
31714
31715 \begin_layout Subsection
31716 Box
31717 \begin_inset LatexCommand index
31718 name "Boxes"
31719
31720 \end_inset
31721
31722
31723 \end_layout
31724
31725 \begin_layout Standard
31726 Inserts a minipage box that is described section\InsetSpace ~
31727
31728 \begin_inset LatexCommand ref
31729 reference "sec:Minipages"
31730
31731 \end_inset
31732
31733 .
31734  All box types supported by LyX are explained in detail in chapter 
31735 \emph on
31736 Boxes
31737 \emph default
31738  of the 
31739 \emph on
31740 Embedded Objects
31741 \emph default
31742  manual.
31743 \end_layout
31744
31745 \begin_layout Subsection
31746 Citation
31747 \end_layout
31748
31749 \begin_layout Standard
31750 Inserts a citation as described in section\InsetSpace ~
31751
31752 \begin_inset LatexCommand ref
31753 reference "sec:Bibliography"
31754
31755 \end_inset
31756
31757 .
31758 \end_layout
31759
31760 \begin_layout Subsection
31761 Cross-Reference
31762 \end_layout
31763
31764 \begin_layout Standard
31765 Inserts a cross-reference as described in section\InsetSpace ~
31766
31767 \begin_inset LatexCommand ref
31768 reference "sec:Cross-References"
31769
31770 \end_inset
31771
31772 .
31773 \end_layout
31774
31775 \begin_layout Subsection
31776 Label
31777 \end_layout
31778
31779 \begin_layout Standard
31780 Inserts a label as described in section\InsetSpace ~
31781
31782 \begin_inset LatexCommand ref
31783 reference "sec:Cross-References"
31784
31785 \end_inset
31786
31787 .
31788 \end_layout
31789
31790 \begin_layout Subsection
31791 Caption
31792 \begin_inset LatexCommand index
31793 name "Captions"
31794
31795 \end_inset
31796
31797
31798 \begin_inset LatexCommand index
31799 name "Longtables ! Caption"
31800
31801 \end_inset
31802
31803
31804 \end_layout
31805
31806 \begin_layout Standard
31807 Inserts a caption to floats or longtables.
31808  Floats are described in section\InsetSpace ~
31809
31810 \begin_inset LatexCommand ref
31811 reference "sec:Floats"
31812
31813 \end_inset
31814
31815 , cations in longtables are described in section 
31816 \emph on
31817 Longtable Captions
31818 \emph default
31819  of the 
31820 \emph on
31821 Embedded Objects
31822 \emph default
31823  manual.
31824 \end_layout
31825
31826 \begin_layout Subsection
31827 Index Entry
31828 \end_layout
31829
31830 \begin_layout Standard
31831 Inserts an index entry as described in section\InsetSpace ~
31832
31833 \begin_inset LatexCommand ref
31834 reference "sec:Index"
31835
31836 \end_inset
31837
31838 .
31839 \end_layout
31840
31841 \begin_layout Subsection
31842 Nomenclature Entry
31843 \end_layout
31844
31845 \begin_layout Standard
31846 Inserts a nomenclature entry as described in section\InsetSpace ~
31847
31848 \begin_inset LatexCommand ref
31849 reference "sec:Nomenclature"
31850
31851 \end_inset
31852
31853 .
31854 \end_layout
31855
31856 \begin_layout Subsection
31857 Table
31858 \end_layout
31859
31860 \begin_layout Standard
31861 Inserts a table.
31862  Tables are described in section\InsetSpace ~
31863
31864 \begin_inset LatexCommand ref
31865 reference "sec:Tables"
31866
31867 \end_inset
31868
31869 .
31870 \end_layout
31871
31872 \begin_layout Subsection
31873 Graphics
31874 \end_layout
31875
31876 \begin_layout Standard
31877 Inserts a graphic.
31878  Graphics are described in section\InsetSpace ~
31879
31880 \begin_inset LatexCommand ref
31881 reference "sec:Graphics"
31882
31883 \end_inset
31884
31885 .
31886 \end_layout
31887
31888 \begin_layout Subsection
31889 URL
31890 \end_layout
31891
31892 \begin_layout Standard
31893 Inserts an URL box as described in section\InsetSpace ~
31894
31895 \begin_inset LatexCommand ref
31896 reference "sec:URL"
31897
31898 \end_inset
31899
31900 .
31901 \end_layout
31902
31903 \begin_layout Subsection
31904 Footnote
31905 \end_layout
31906
31907 \begin_layout Standard
31908 Inserts a footnote, see section\InsetSpace ~
31909
31910 \begin_inset LatexCommand ref
31911 reference "sec:Footnotes"
31912
31913 \end_inset
31914
31915 .
31916 \end_layout
31917
31918 \begin_layout Subsection
31919 Marginal Note
31920 \end_layout
31921
31922 \begin_layout Standard
31923 Inserts a marginal note, see section\InsetSpace ~
31924
31925 \begin_inset LatexCommand ref
31926 reference "sec:Marginal-Notes"
31927
31928 \end_inset
31929
31930 .
31931 \end_layout
31932
31933 \begin_layout Subsection
31934 Short Title
31935 \end_layout
31936
31937 \begin_layout Standard
31938 Inserts a short title, see section\InsetSpace ~
31939
31940 \begin_inset LatexCommand ref
31941 reference "sec:Short-Titles"
31942
31943 \end_inset
31944
31945 .
31946 \end_layout
31947
31948 \begin_layout Subsection
31949 TeX Code
31950 \end_layout
31951
31952 \begin_layout Standard
31953 Inserts an ERT box, see section\InsetSpace ~
31954
31955 \begin_inset LatexCommand ref
31956 reference "sub:ERT-Boxes"
31957
31958 \end_inset
31959
31960  for a description.
31961 \end_layout
31962
31963 \begin_layout Subsection
31964 Program Listing
31965 \begin_inset LatexCommand index
31966 name "Program listings"
31967
31968 \end_inset
31969
31970
31971 \end_layout
31972
31973 \begin_layout Standard
31974 Inserts a program listings box.
31975  Program listings are explained in chapter 
31976 \emph on
31977 Program Code Listings
31978 \emph default
31979  of the 
31980 \emph on
31981 Embedded Objects
31982 \emph default
31983  manual.
31984 \end_layout
31985
31986 \begin_layout Subsection
31987 Date
31988 \end_layout
31989
31990 \begin_layout Standard
31991 Inserts the actual date in the following form: month/day/year
31992 \end_layout
31993
31994 \begin_layout Standard
31995 The format is independent of the document language.
31996  LyX offers another ways to insert a date which is explained in section
31997  
31998 \emph on
31999 External Material
32000 \emph default
32001  of the 
32002 \emph on
32003 Embedded Objects
32004 \emph default
32005  manual.
32006  There the different methods are also compared.
32007 \end_layout
32008
32009 \begin_layout Section
32010 The Navigate Menu
32011 \begin_inset LatexCommand index
32012 name "Menu ! Navigate"
32013
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \begin_layout Standard
32020 This menu lists the existing, chapter, sections, figures, and tables of
32021  the current document.
32022  This allows you to navigate easily through you document.
32023 \end_layout
32024
32025 \begin_layout Standard
32026 The Navigate menu also offers to 
32027 \end_layout
32028
32029 \begin_layout Subsection
32030 Bookmarks
32031 \end_layout
32032
32033 \begin_layout Standard
32034 With this menu you are able to define your own bookmarks.
32035  This is useful when you are working on a large documents and often have
32036  to jump e.g.
32037  between section\InsetSpace ~
32038 2.5 and 6.3.
32039  To create bookmarks for this example, go to section\InsetSpace ~
32040 2.5 and use the menu
32041  
32042 \family sans
32043 Save\InsetSpace ~
32044 Bookmark\InsetSpace ~
32045 1
32046 \family default
32047 .
32048  Then go to section\InsetSpace ~
32049 6.3 and use 
32050 \family sans
32051 Save\InsetSpace ~
32052 Bookmark\InsetSpace ~
32053
32054 \family default
32055 2.
32056  Now you can easily jump between these sections by using the menu or by
32057  the key bindings 
32058 \family sans
32059 C-1
32060 \family default
32061  and 
32062 \family sans
32063 C-2
32064 \family default
32065 .
32066 \end_layout
32067
32068 \begin_layout Standard
32069 You can also use bookmarks to jump between several opened documents.
32070  The saved bookmarks are valid till the document is closed.
32071 \end_layout
32072
32073 \begin_layout Subsection
32074 Next Note, Change, Cross-reference
32075 \end_layout
32076
32077 \begin_layout Standard
32078 Jump to the next note, change, or cross-reference following the current
32079  cursor position.
32080 \end_layout
32081
32082 \begin_layout Subsection
32083 Go to Label
32084 \end_layout
32085
32086 \begin_layout Standard
32087 Only active when the cursor is in front of a cross-reference.
32088  Sets the cursor before the referenced label, the same as if you right-click
32089  on a cross-reference box.
32090 \end_layout
32091
32092 \begin_layout Section
32093 The Document Menu
32094 \begin_inset LatexCommand index
32095 name "Menu ! Document"
32096
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \begin_layout Subsection
32103 Change Tracking
32104 \end_layout
32105
32106 \begin_layout Standard
32107 Change Tracking is described in section\InsetSpace ~
32108
32109 \begin_inset LatexCommand ref
32110 reference "sec:Change-Tracking"
32111
32112 \end_inset
32113
32114 .
32115 \end_layout
32116
32117 \begin_layout Subsection
32118 LaT
32119 \begin_inset ERT
32120 status collapsed
32121
32122 \begin_layout Standard
32123
32124 {}
32125 \end_layout
32126
32127 \end_inset
32128
32129 eX Log
32130 \end_layout
32131
32132 \begin_layout Standard
32133 After running LaTeX by viewing or exporting a document, this menu will be
32134  enabled.
32135  It shows the logfile of the used LaTeX-program.
32136 \end_layout
32137
32138 \begin_layout Standard
32139 Here you can see how LaTeX works in the background.
32140  
32141 \emph on
32142 Experts
32143 \emph default
32144  will find in it reasons for LaTeX-errors.
32145 \end_layout
32146
32147 \begin_layout Subsection
32148 Outline
32149 \end_layout
32150
32151 \begin_layout Standard
32152 Opens the TOC/Outline window as described in section\InsetSpace ~
32153
32154 \begin_inset LatexCommand ref
32155 reference "sub:Table-of-Contents"
32156
32157 \end_inset
32158
32159 .
32160 \end_layout
32161
32162 \begin_layout Subsection
32163 Start Appendix Here
32164 \end_layout
32165
32166 \begin_layout Standard
32167 This menu will start the appendix of the document at the current cursor
32168  position as described in section\InsetSpace ~
32169
32170 \begin_inset LatexCommand ref
32171 reference "sec:Appendices"
32172
32173 \end_inset
32174
32175 .
32176 \end_layout
32177
32178 \begin_layout Subsection
32179 Compressed
32180 \end_layout
32181
32182 \begin_layout Standard
32183 Un/compresses the actual document.
32184 \end_layout
32185
32186 \begin_layout Subsection
32187 Settings
32188 \begin_inset LatexCommand label
32189 name "sub:Settings"
32190
32191 \end_inset
32192
32193
32194 \begin_inset LatexCommand index
32195 name "Document ! Settings"
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Standard
32203 This menu dialog contains some submenus to set properties for the whole
32204  document.
32205  You can save your document settings as default with the 
32206 \family sans
32207 Save as Document Defaults
32208 \family default
32209  button in the dialog.
32210  This will create a template named 
32211 \family typewriter
32212 default.lyx
32213 \family default
32214  which is automatically loaded by LyX when you create a new document without
32215  using a template.
32216 \end_layout
32217
32218 \begin_layout Standard
32219 The different submenus of the dialog are explained in the following:
32220 \end_layout
32221
32222 \begin_layout Subsubsection*
32223 Document Class
32224 \end_layout
32225
32226 \begin_layout Standard
32227 Here you set the document class, class options, and a Postscript driver.
32228  Document classes are described in section\InsetSpace ~
32229
32230 \begin_inset LatexCommand ref
32231 reference "sec:Document-Classes"
32232
32233 \end_inset
32234
32235 .
32236  The Postscript driver is used for LaTeX's color and graphics packages.
32237  When using 
32238 \family sans
32239 Default
32240 \family default
32241 , the default driver for the LaTeX-packages are used.
32242  It is recommended to use the default unless your know what you are doing.
32243 \end_layout
32244
32245 \begin_layout Subsubsection*
32246 Fonts
32247 \end_layout
32248
32249 \begin_layout Standard
32250 The document font settings are described in section\InsetSpace ~
32251
32252 \begin_inset LatexCommand ref
32253 reference "sec:Fonts-and-Text"
32254
32255 \end_inset
32256
32257 .
32258 \end_layout
32259
32260 \begin_layout Subsubsection*
32261 Text Layout
32262 \end_layout
32263
32264 \begin_layout Standard
32265 You can specify if paragraphs should be separated by indentations or vertical
32266  skips.
32267  The line spacing and the number of text columns can here also be specified.
32268  
32269 \end_layout
32270
32271 \begin_layout Standard
32272 Note that LyX won't show two columns or the set up line spacing on screen.
32273  That's impractical, often unreadable, and not part of the WYSIWYM concept.
32274  However, it will be as you specified it in the output.
32275 \end_layout
32276
32277 \begin_layout Standard
32278 The listings settings are explained in the corresponding section in the
32279  
32280 \emph on
32281 Embedded Objects
32282 \emph default
32283  manual.
32284 \end_layout
32285
32286 \begin_layout Subsubsection*
32287 Page Layout
32288 \end_layout
32289
32290 \begin_layout Standard
32291 A description of this menu is given in section\InsetSpace ~
32292
32293 \begin_inset LatexCommand ref
32294 reference "sub:Paper-Size,-Orientation,"
32295
32296 \end_inset
32297
32298  and 
32299 \begin_inset LatexCommand ref
32300 reference "sub:Document-Layout"
32301
32302 \end_inset
32303
32304 .
32305 \end_layout
32306
32307 \begin_layout Subsubsection*
32308 Page Margins
32309 \end_layout
32310
32311 \begin_layout Standard
32312 Here you can adjust the paper margins, see section\InsetSpace ~
32313
32314 \begin_inset LatexCommand ref
32315 reference "sub:Margins"
32316
32317 \end_inset
32318
32319 .
32320 \end_layout
32321
32322 \begin_layout Subsubsection*
32323 Language
32324 \begin_inset LatexCommand index
32325 name "Language ! Encoding"
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Standard
32333 The document language and quote styles are set here.
32334  The encoding specifies how the document content is exported to LaTeX (the
32335  LyX file is always encoded in utf8).
32336  All characters that cannot be encoded using the specified encoding will
32337  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
32338  known for a particular character).
32339 \begin_inset Foot
32340 status collapsed
32341
32342 \begin_layout Standard
32343 The known commands are defined in a text file.
32344  You can add commands for unknown symbols to that file yourself, see the
32345  
32346 \emph on
32347 Customization
32348 \emph default
32349  manual for details.
32350 \end_layout
32351
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \begin_layout Standard
32358 If you use the option 
32359 \family sans
32360 use language's default encoding
32361 \family default
32362 , LyX determines the encoding of a portion of text from the language of
32363  this text.
32364  If the document contains text in more than one language you may get more
32365  than one encoding in the LaTeX file.
32366  If you do not use this option then the complete document will always use
32367  exactly one encoding.
32368  Checking this option is the preferred setting unless you use 
32369 \family sans
32370 XeTeX
32371 \family default
32372
32373 \begin_inset Foot
32374 status collapsed
32375
32376 \begin_layout Standard
32377 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
32378  It natively supports Unicode while its input file is assumed to be in UTF-8
32379  encoding.
32380  More about using LyX with XeTeX can be found in 
32381 \begin_inset LatexCommand cite
32382 key "XeTeX"
32383
32384 \end_inset
32385
32386 .
32387 \end_layout
32388
32389 \end_inset
32390
32391  (see below).
32392 \end_layout
32393
32394 \begin_layout Standard
32395 LyX also supports Unicode output, which is particularly useful if you need
32396  lots of special symbols or non-alphabetic scripts, respectively.
32397  If you want to use this (and your LaTeX installation supports Unicode,
32398  for that matter), choose one of the four utf8 variants from the list below.
32399  Unfortunately the unicode support of standard LaTeX is quite incomplete,
32400  so it is not uncommon that a file with lots of unicode symbols works fine
32401  with 
32402 \family sans
32403 use language's default encoding
32404 \family default
32405  (when LyX uses it's list of known LaTeX-commands), but does not work with
32406  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
32407  because all unicode symbols can be encoded in utf8).
32408 \end_layout
32409
32410 \begin_layout Standard
32411 Here is a list with the important encodings:
32412 \end_layout
32413
32414 \begin_layout Description
32415 LaTeX\InsetSpace ~
32416 default Same as 
32417 \family sans
32418 use language's default encoding
32419 \family default
32420 , but the LaTeX-package 
32421 \series bold
32422 inputenc
32423 \series default
32424
32425 \begin_inset LatexCommand index
32426 name "LaTeX-packages ! inputenc"
32427
32428 \end_inset
32429
32430  is not used.
32431  You probably need to load some other packages manually in the preamble.
32432 \end_layout
32433
32434 \begin_layout Description
32435 armscii8 encoding for Armenian
32436 \end_layout
32437
32438 \begin_layout Description
32439 ascii the ASCII encoding, covers only plain English, may result in a big
32440  file because lots of LaTeX-commands may be needed
32441 \end_layout
32442
32443 \begin_layout Description
32444 cp1250 MS Windows code page for latin2
32445 \end_layout
32446
32447 \begin_layout Description
32448 cp1251 MS Windows code page for Cyrillic
32449 \end_layout
32450
32451 \begin_layout Description
32452 cp1252 MS Windows code page for latin1
32453 \end_layout
32454
32455 \begin_layout Description
32456 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
32457 \end_layout
32458
32459 \begin_layout Description
32460 cp1256 MS Windows code page for Arabic and Farsi
32461 \end_layout
32462
32463 \begin_layout Description
32464 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
32465 13 encoding that is a superset of the ISO-8859-4 encoding
32466 \end_layout
32467
32468 \begin_layout Description
32469 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
32470  Serbian, and Ukrainian
32471 \end_layout
32472
32473 \begin_layout Description
32474 iso-8859-7 the ISO-8859-7 encoding, covers Greek
32475 \end_layout
32476
32477 \begin_layout Description
32478 8859-8 the ISO-8859-8 encoding, covers Hebrew
32479 \end_layout
32480
32481 \begin_layout Description
32482 koi8-r standard Cyrillic especially for Russian
32483 \end_layout
32484
32485 \begin_layout Description
32486 koi8-u Cyrillic for Ukrainian
32487 \end_layout
32488
32489 \begin_layout Description
32490 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
32491  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
32492  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
32493  replaced by latin9
32494 \end_layout
32495
32496 \begin_layout Description
32497 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
32498  Hungarian, Polish, Romanian, Slovak, and Slovenian
32499 \end_layout
32500
32501 \begin_layout Description
32502 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
32503  Turkish
32504 \end_layout
32505
32506 \begin_layout Description
32507 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
32508 \end_layout
32509
32510 \begin_layout Description
32511 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
32512  where the Icelandic letters are replaced by Turkish ones
32513 \end_layout
32514
32515 \begin_layout Description
32516 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
32517  the euro currency sign, the 
32518 \begin_inset ERT
32519 status collapsed
32520
32521 \begin_layout Standard
32522
32523
32524 \backslash
32525 oe
32526 \end_layout
32527
32528 \end_inset
32529
32530 -ligature and some characters used for French and Finnish; latin9 should
32531  be the replacement for latin1
32532 \end_layout
32533
32534 \begin_layout Description
32535 pt154 Cyrillic for Kazakh
32536 \end_layout
32537
32538 \begin_layout Description
32539 utf8 Unicode utf8 with the LaTeX-package 
32540 \series bold
32541 inputenc
32542 \series default
32543
32544 \begin_inset LatexCommand index
32545 name "LaTeX-packages ! inputenc"
32546
32547 \end_inset
32548
32549  (first variant, for latin symbols and some others).
32550 \end_layout
32551
32552 \begin_layout Description
32553 utf8x Unicode utf8 with the LaTeX-package 
32554 \series bold
32555 inputenc
32556 \series default
32557  (second variant, for greek and CJK symbols and some others).
32558 \end_layout
32559
32560 \begin_layout Description
32561 UTF8 Unicode utf8 with the LaTeX-package 
32562 \series bold
32563 CJK
32564 \series default
32565
32566 \begin_inset LatexCommand index
32567 name "LaTeX-packages ! CJK"
32568
32569 \end_inset
32570
32571  (for the languages Chinese, Japanese and Korean)
32572 \end_layout
32573
32574 \begin_layout Description
32575 utf8-plain Unicode utf8 to be used with 
32576 \family sans
32577 XeTeX
32578 \family default
32579 , which uses Unicode directly, without the help of the LaTeX-package 
32580 \series bold
32581 inputenc
32582 \series default
32583  
32584 \begin_inset Foot
32585 status collapsed
32586
32587 \begin_layout Standard
32588 More about using LyX with XeTeX can be found in 
32589 \begin_inset LatexCommand cite
32590 key "XeTeX"
32591
32592 \end_inset
32593
32594 .
32595 \end_layout
32596
32597 \end_inset
32598
32599
32600 \end_layout
32601
32602 \begin_layout Subsubsection*
32603 Numbering & TOC
32604 \end_layout
32605
32606 \begin_layout Standard
32607 You can adjust here the numbering depth of sections headings as described
32608  in section\InsetSpace ~
32609
32610 \begin_inset LatexCommand ref
32611 reference "sub:Numbering-depth"
32612
32613 \end_inset
32614
32615 .
32616 \end_layout
32617
32618 \begin_layout Subsubsection*
32619 Bibliography
32620 \end_layout
32621
32622 \begin_layout Standard
32623 You can specify here a citation style using the LaTeX-packages 
32624 \series bold
32625 natbib
32626 \begin_inset LatexCommand index
32627 name "LaTeX-packages ! natbib"
32628
32629 \end_inset
32630
32631
32632 \series default
32633  or 
32634 \series bold
32635 jurabib
32636 \series default
32637
32638 \begin_inset LatexCommand index
32639 name "LaTeX-packages ! jurabib"
32640
32641 \end_inset
32642
32643 .
32644  For a further description see section\InsetSpace ~
32645
32646 \begin_inset LatexCommand ref
32647 reference "sec:Bibliography"
32648
32649 \end_inset
32650
32651 .
32652 \end_layout
32653
32654 \begin_layout Subsubsection*
32655 Math Options
32656 \end_layout
32657
32658 \begin_layout Standard
32659 These options will force LyX to use the LaTeX-packages 
32660 \series bold
32661 amsmath
32662 \begin_inset LatexCommand index
32663 name "LaTeX-packages ! amsmath"
32664
32665 \end_inset
32666
32667
32668 \series default
32669  and 
32670 \series bold
32671 esint
32672 \begin_inset LatexCommand index
32673 name "LaTeX-packages ! esint"
32674
32675 \end_inset
32676
32677
32678 \series default
32679  or to use them automatically when they are needed.
32680 \end_layout
32681
32682 \begin_layout Standard
32683
32684 \series bold
32685 amsmath
32686 \series default
32687  is needed for many constructs, so when you get LaTeX-errors in formulas,
32688  assure that you have enabled AMS.
32689 \end_layout
32690
32691 \begin_layout Standard
32692
32693 \series bold
32694 esint
32695 \series default
32696  is used for special integral characters.
32697 \end_layout
32698
32699 \begin_layout Subsubsection*
32700 Float Placement
32701 \end_layout
32702
32703 \begin_layout Standard
32704 The float placement options are described in section
32705 \begin_inset Formula $\,$
32706 \end_inset
32707
32708
32709 \begin_inset LatexCommand ref
32710 reference "sub:Float-Placement"
32711
32712 \end_inset
32713
32714 .
32715 \end_layout
32716
32717 \begin_layout Subsubsection*
32718 Bullets
32719 \end_layout
32720
32721 \begin_layout Standard
32722 Here you can adjust the characters for the itemize levels.
32723  The itemize environment is described in section\InsetSpace ~
32724
32725 \begin_inset LatexCommand ref
32726 reference "sec:Itemize"
32727
32728 \end_inset
32729
32730 .
32731 \end_layout
32732
32733 \begin_layout Subsubsection*
32734 Branches
32735 \end_layout
32736
32737 \begin_layout Standard
32738 Branches are described in section\InsetSpace ~
32739
32740 \begin_inset LatexCommand ref
32741 reference "sec:Branches"
32742
32743 \end_inset
32744
32745 .
32746 \end_layout
32747
32748 \begin_layout Subsubsection*
32749 LaT
32750 \begin_inset ERT
32751 status collapsed
32752
32753 \begin_layout Standard
32754
32755 {}
32756 \end_layout
32757
32758 \end_inset
32759
32760 eX Preamble
32761 \end_layout
32762
32763 \begin_layout Standard
32764 In this text field are entered commands to load special LaTeX-packages or
32765  to define LaTeX-commands.
32766  The preamble is a thing for LaTeX-experts.
32767  You shouldn't enter commands here until you don't exactly know what you
32768  do.
32769 \end_layout
32770
32771 \begin_layout Standard
32772 An introduction in the LaTeX-syntax is given in section\InsetSpace ~
32773
32774 \begin_inset LatexCommand ref
32775 reference "sub:LaTeX-Syntax"
32776
32777 \end_inset
32778
32779 .
32780 \end_layout
32781
32782 \begin_layout Section
32783 The Tools Menu
32784 \begin_inset LatexCommand index
32785 name "Menu ! Tools"
32786
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \begin_layout Subsection
32793 Spellchecker
32794 \end_layout
32795
32796 \begin_layout Standard
32797 Spell checking is explained in section\InsetSpace ~
32798
32799 \begin_inset LatexCommand ref
32800 reference "sec:Spellchecking"
32801
32802 \end_inset
32803
32804 .
32805 \end_layout
32806
32807 \begin_layout Subsection
32808 Thesaurus
32809 \end_layout
32810
32811 \begin_layout Standard
32812 The thesaurus is described in section\InsetSpace ~
32813
32814 \begin_inset LatexCommand ref
32815 reference "sec:Thesaurus"
32816
32817 \end_inset
32818
32819 .
32820 \end_layout
32821
32822 \begin_layout Subsection
32823 Count Words
32824 \begin_inset LatexCommand index
32825 name "Word count"
32826
32827 \end_inset
32828
32829
32830 \end_layout
32831
32832 \begin_layout Standard
32833 Counts the number of words in the actual document or the highlighted document
32834  part.
32835 \end_layout
32836
32837 \begin_layout Subsection
32838 T
32839 \begin_inset ERT
32840 status collapsed
32841
32842 \begin_layout Standard
32843
32844 {}
32845 \end_layout
32846
32847 \end_inset
32848
32849 eX Information
32850 \begin_inset LatexCommand index
32851 name "TeX Information"
32852
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \begin_layout Standard
32859 Shows you a list of the classes and styles installed in your LaTeX-system.
32860 \end_layout
32861
32862 \begin_layout Subsection
32863 Reconfigure
32864 \begin_inset LatexCommand index
32865 name "Reconfiguration of LyX"
32866
32867 \end_inset
32868
32869
32870 \begin_inset LatexCommand index
32871 name "LyX ! Reconfigure|see{Reconfiguration of LyX}"
32872
32873 \end_inset
32874
32875
32876 \end_layout
32877
32878 \begin_layout Standard
32879 This menu reconfigures LyX.
32880  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
32881
32882 \begin_inset LatexCommand ref
32883 reference "sec:Basic-LyX-Setup"
32884
32885 \end_inset
32886
32887 .
32888 \end_layout
32889
32890 \begin_layout Subsection
32891 Preferences
32892 \end_layout
32893
32894 \begin_layout Standard
32895 The preferences dialog is described in detail in chapter
32896 \begin_inset Formula $\,$
32897 \end_inset
32898
32899
32900 \begin_inset LatexCommand ref
32901 reference "cha:The-Preferences-dialog"
32902
32903 \end_inset
32904
32905 .
32906 \end_layout
32907
32908 \begin_layout Section
32909 The Help Menu
32910 \begin_inset LatexCommand index
32911 name "Menu ! Help"
32912
32913 \end_inset
32914
32915
32916 \end_layout
32917
32918 \begin_layout Standard
32919 This menu opens the documentation files of LyX in the language of LyX's
32920  menus.
32921 \end_layout
32922
32923 \begin_layout Standard
32924 The menu 
32925 \family sans
32926 LaTeX\InsetSpace ~
32927 Configuration
32928 \family default
32929  shows a LyX-document with informations about the LaTeX-packages and classes
32930  found by LyX (see also section\InsetSpace ~
32931
32932 \begin_inset LatexCommand ref
32933 reference "sec:LaTeX-Setup"
32934
32935 \end_inset
32936
32937 ).
32938 \end_layout
32939
32940 \begin_layout Section
32941 Toolbars
32942 \begin_inset LatexCommand label
32943 name "sec:Toolbars"
32944
32945 \end_inset
32946
32947
32948 \end_layout
32949
32950 \begin_layout Standard
32951 How to show or hide toolbars is explained in section\InsetSpace ~
32952
32953 \begin_inset LatexCommand ref
32954 reference "sub:Toolbars"
32955
32956 \end_inset
32957
32958 .
32959 \end_layout
32960
32961 \begin_layout Standard
32962 It is also possible to define custom toolbars.
32963  This is described in the 
32964 \emph on
32965 Extended Features
32966 \emph default
32967  manual.
32968  
32969 \end_layout
32970
32971 \begin_layout Subsection
32972 Standard Toolbar
32973 \begin_inset LatexCommand index
32974 name "Toolbar ! Standard"
32975
32976 \end_inset
32977
32978
32979 \end_layout
32980
32981 \begin_layout Standard
32982 \begin_inset Graphics
32983         filename clipart/StandardToolbar.png
32984         width 100col%
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Standard
32992 \begin_inset VSpace defskip
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \begin_layout Standard
32999 The standard toolbar as shown above contains from left to right the following
33000  buttons:
33001 \begin_inset ERT
33002 status collapsed
33003
33004 \begin_layout Standard
33005
33006
33007 \backslash
33008 setlength{
33009 \backslash
33010 LTleft}{0pt}
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \begin_inset Note Note
33017 status collapsed
33018
33019 \begin_layout Standard
33020 This is necessary to left align the following longtables.
33021  See the 
33022 \emph on
33023 Embedded Objects
33024 \emph default
33025  manual for more information.
33026 \end_layout
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Standard
33034 \begin_inset VSpace defskip
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \begin_layout Standard
33041 \begin_inset Tabular
33042 <lyxtabular version="3" rows="1" columns="2">
33043 <features islongtable="true">
33044 <column alignment="center" valignment="top" width="0">
33045 <column alignment="center" valignment="top" width="0">
33046 <row>
33047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33048 \begin_inset Text
33049
33050 \begin_layout Standard
33051 \begin_inset Graphics
33052         filename clipart/ToolbarEnvBox.png
33053         clip
33054
33055 \end_inset
33056
33057
33058 \end_layout
33059
33060 \end_inset
33061 </cell>
33062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33063 \begin_inset Text
33064
33065 \begin_layout Standard
33066 pull-down menu for the paragraph environments
33067 \end_layout
33068
33069 \end_inset
33070 </cell>
33071 </row>
33072 </lyxtabular>
33073
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \begin_layout Standard
33080 \begin_inset VSpace -10mm
33081 \end_inset
33082
33083
33084 \end_layout
33085
33086 \begin_layout Standard
33087 \align left
33088 \begin_inset Tabular
33089 <lyxtabular version="3" rows="20" columns="2">
33090 <features islongtable="true">
33091 <column alignment="left" valignment="top" width="0">
33092 <column alignment="left" valignment="top" width="0">
33093 <row interlinespace="2.5mm">
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Standard
33098
33099 \family sans
33100 \begin_inset Graphics
33101         filename ../images/buffer-new.png
33102         BoundingBox 0bp 5bp 20bp 20bp
33103
33104 \end_inset
33105
33106
33107 \end_layout
33108
33109 \end_inset
33110 </cell>
33111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Standard
33115
33116 \family sans
33117 File\SpecialChar \menuseparator
33118 New
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 </row>
33124 <row interlinespace="2.5mm">
33125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Standard
33129 \begin_inset Graphics
33130         filename ../images/file-open.png
33131         BoundingBox 0bp 5bp 20bp 20bp
33132
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Standard
33144
33145 \family sans
33146 File\SpecialChar \menuseparator
33147 Open
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 </row>
33153 <row interlinespace="2.5mm">
33154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Standard
33158 \begin_inset Graphics
33159         filename ../images/buffer-write.png
33160         BoundingBox 0bp 5bp 20bp 20bp
33161
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33170 \begin_inset Text
33171
33172 \begin_layout Standard
33173
33174 \family sans
33175 File\SpecialChar \menuseparator
33176 Save
33177 \end_layout
33178
33179 \end_inset
33180 </cell>
33181 </row>
33182 <row interlinespace="2.5mm">
33183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33184 \begin_inset Text
33185
33186 \begin_layout Standard
33187 \begin_inset Graphics
33188         filename ../images/dialog-show_print.png
33189         BoundingBox 0bp 5bp 24bp 20bp
33190
33191 \end_inset
33192
33193
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33199 \begin_inset Text
33200
33201 \begin_layout Standard
33202
33203 \family sans
33204 File\SpecialChar \menuseparator
33205 Print
33206 \end_layout
33207
33208 \end_inset
33209 </cell>
33210 </row>
33211 <row interlinespace="2.5mm">
33212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33213 \begin_inset Text
33214
33215 \begin_layout Standard
33216 \begin_inset Graphics
33217         filename ../images/dialog-show_spellchecker.png
33218         BoundingBox 0bp 5bp 20bp 20bp
33219
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \end_inset
33226 </cell>
33227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Standard
33231
33232 \family sans
33233 Tools\SpecialChar \menuseparator
33234 Spellchecker
33235 \end_layout
33236
33237 \end_inset
33238 </cell>
33239 </row>
33240 <row interlinespace="2.5mm">
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 ../images/undo.png
33247         BoundingBox 0bp 5bp 20bp 20bp
33248
33249 \end_inset
33250
33251
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33257 \begin_inset Text
33258
33259 \begin_layout Standard
33260
33261 \family sans
33262 Edit\SpecialChar \menuseparator
33263 Undo
33264 \end_layout
33265
33266 \end_inset
33267 </cell>
33268 </row>
33269 <row interlinespace="2.5mm">
33270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33271 \begin_inset Text
33272
33273 \begin_layout Standard
33274 \begin_inset Graphics
33275         filename ../images/redo.png
33276         BoundingBox 0bp 5bp 20bp 20bp
33277
33278 \end_inset
33279
33280
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Standard
33289
33290 \family sans
33291 Edit\SpecialChar \menuseparator
33292 Redo
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 </row>
33298 <row interlinespace="2.5mm">
33299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Standard
33303 \begin_inset Graphics
33304         filename ../images/cut.png
33305         BoundingBox 0bp 5bp 20bp 20bp
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \end_inset
33313 </cell>
33314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33315 \begin_inset Text
33316
33317 \begin_layout Standard
33318
33319 \family sans
33320 Edit\SpecialChar \menuseparator
33321 Cut
33322 \end_layout
33323
33324 \end_inset
33325 </cell>
33326 </row>
33327 <row interlinespace="2.5mm">
33328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33329 \begin_inset Text
33330
33331 \begin_layout Standard
33332 \begin_inset Graphics
33333         filename ../images/copy.png
33334         BoundingBox 0bp 5bp 20bp 20bp
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Standard
33347
33348 \family sans
33349 Edit\SpecialChar \menuseparator
33350 Copy
33351 \end_layout
33352
33353 \end_inset
33354 </cell>
33355 </row>
33356 <row interlinespace="2.5mm">
33357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33358 \begin_inset Text
33359
33360 \begin_layout Standard
33361 \begin_inset Graphics
33362         filename ../images/paste.png
33363         BoundingBox 0bp 5bp 20bp 20bp
33364
33365 \end_inset
33366
33367
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Standard
33376
33377 \family sans
33378 Edit\SpecialChar \menuseparator
33379 Paste
33380 \end_layout
33381
33382 \end_inset
33383 </cell>
33384 </row>
33385 <row interlinespace="2.5mm">
33386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33387 \begin_inset Text
33388
33389 \begin_layout Standard
33390 \begin_inset Graphics
33391         filename ../images/dialog-show_findreplace.png
33392         BoundingBox 0bp 5bp 20bp 25bp
33393         rotateOrigin center
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 Edit\SpecialChar \menuseparator
33409 Find\InsetSpace \thinspace{}
33410 &\InsetSpace \thinspace{}
33411 Replace
33412 \end_layout
33413
33414 \end_inset
33415 </cell>
33416 </row>
33417 <row interlinespace="2.5mm">
33418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33419 \begin_inset Text
33420
33421 \begin_layout Standard
33422 \begin_inset Graphics
33423         filename ../images/font-emph.png
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 Emphasize text, function of the Edit
33438 \family sans
33439 \SpecialChar \menuseparator
33440 Text\InsetSpace ~
33441 Style
33442 \family default
33443  dialog
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 </row>
33449 <row interlinespace="2.5mm">
33450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Standard
33454 \begin_inset Graphics
33455         filename ../images/font-noun.png
33456         BoundingBox 0bp 5bp 20bp 20bp
33457
33458 \end_inset
33459
33460
33461 \end_layout
33462
33463 \end_inset
33464 </cell>
33465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33466 \begin_inset Text
33467
33468 \begin_layout Standard
33469 Set text to noun style, function of the Edit
33470 \family sans
33471 \SpecialChar \menuseparator
33472 Text\InsetSpace ~
33473 Style
33474 \family default
33475  dialog
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 </row>
33481 <row interlinespace="2.5mm">
33482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33483 \begin_inset Text
33484
33485 \begin_layout Standard
33486 \begin_inset Graphics
33487         filename ../images/font-free-apply.png
33488         BoundingBox 0bp 5bp 20bp 20bp
33489
33490 \end_inset
33491
33492
33493 \end_layout
33494
33495 \end_inset
33496 </cell>
33497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33498 \begin_inset Text
33499
33500 \begin_layout Standard
33501 Formats text using the current settings in the 
33502 \family sans
33503 Edit\SpecialChar \menuseparator
33504 Text\InsetSpace ~
33505 Style
33506 \family default
33507  dialog
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 </row>
33513 <row interlinespace="2.5mm">
33514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33515 \begin_inset Text
33516
33517 \begin_layout Standard
33518 \begin_inset Graphics
33519         filename ../images/math-mode.png
33520         BoundingBox 0bp 5bp 20bp 20bp
33521
33522 \end_inset
33523
33524
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33530 \begin_inset Text
33531
33532 \begin_layout Standard
33533
33534 \family sans
33535 Insert\SpecialChar \menuseparator
33536 Math\SpecialChar \menuseparator
33537 Inline\InsetSpace ~
33538 Formula
33539 \end_layout
33540
33541 \end_inset
33542 </cell>
33543 </row>
33544 <row interlinespace="2.5mm">
33545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33546 \begin_inset Text
33547
33548 \begin_layout Standard
33549 \begin_inset Graphics
33550         filename ../images/dialog-show-new-inset_graphics.png
33551         BoundingBox 0bp 5bp 20bp 25bp
33552         rotateOrigin center
33553
33554 \end_inset
33555
33556
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33562 \begin_inset Text
33563
33564 \begin_layout Standard
33565
33566 \family sans
33567 Insert\SpecialChar \menuseparator
33568 Graphics
33569 \end_layout
33570
33571 \end_inset
33572 </cell>
33573 </row>
33574 <row interlinespace="2.5mm">
33575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33576 \begin_inset Text
33577
33578 \begin_layout Standard
33579 \begin_inset Graphics
33580         filename ../images/tabular-insert.png
33581         BoundingBox 0bp 5bp 20bp 25bp
33582         rotateOrigin center
33583
33584 \end_inset
33585
33586
33587 \end_layout
33588
33589 \end_inset
33590 </cell>
33591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33592 \begin_inset Text
33593
33594 \begin_layout Standard
33595
33596 \family sans
33597 Insert\SpecialChar \menuseparator
33598 Table
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 </row>
33604 <row interlinespace="2.5mm">
33605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33606 \begin_inset Text
33607
33608 \begin_layout Standard
33609 \begin_inset Graphics
33610         filename ../images/dialog-toggle_toc.png
33611         BoundingBox 0bp 5bp 20bp 25bp
33612         rotateOrigin center
33613
33614 \end_inset
33615
33616
33617 \end_layout
33618
33619 \end_inset
33620 </cell>
33621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Standard
33625 Toggle outline window on/off, 
33626 \family sans
33627 Document\SpecialChar \menuseparator
33628 Outline
33629 \end_layout
33630
33631 \end_inset
33632 </cell>
33633 </row>
33634 <row interlinespace="2.5mm">
33635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Standard
33639 \begin_inset Graphics
33640         filename ../images/toolbar-toggle_math.png
33641         BoundingBox 0bp 5bp 20bp 25bp
33642         rotateOrigin center
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \end_inset
33650 </cell>
33651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33652 \begin_inset Text
33653
33654 \begin_layout Standard
33655 Toggle math toolbar on/off
33656 \end_layout
33657
33658 \end_inset
33659 </cell>
33660 </row>
33661 <row interlinespace="2.5mm">
33662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33663 \begin_inset Text
33664
33665 \begin_layout Standard
33666 \begin_inset Graphics
33667         filename ../images/toolbar-toggle_table.png
33668         BoundingBox 0bp 5bp 20bp 25bp
33669         rotateOrigin center
33670
33671 \end_inset
33672
33673
33674 \end_layout
33675
33676 \end_inset
33677 </cell>
33678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33679 \begin_inset Text
33680
33681 \begin_layout Standard
33682 Toggle table toolbar on/off
33683 \end_layout
33684
33685 \end_inset
33686 </cell>
33687 </row>
33688 </lyxtabular>
33689
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \begin_layout Subsection
33696 Extra Toolbar
33697 \begin_inset LatexCommand index
33698 name "Toolbar ! Extra"
33699
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \begin_layout Standard
33706 \begin_inset Graphics
33707         filename clipart/ExtraToolbar.png
33708         width 100col%
33709
33710 \end_inset
33711
33712
33713 \end_layout
33714
33715 \begin_layout Standard
33716 \begin_inset VSpace defskip
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \begin_layout Standard
33723 The extra toolbar as shown above contains from left to right the following
33724  buttons:
33725 \end_layout
33726
33727 \begin_layout Standard
33728 \begin_inset VSpace defskip
33729 \end_inset
33730
33731
33732 \end_layout
33733
33734 \begin_layout Standard
33735 \begin_inset Tabular
33736 <lyxtabular version="3" rows="23" columns="2">
33737 <features islongtable="true">
33738 <column alignment="left" valignment="top" width="0">
33739 <column alignment="left" valignment="top" width="0">
33740 <row interlinespace="2.5mm">
33741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33742 \begin_inset Text
33743
33744 \begin_layout Standard
33745 \begin_inset Graphics
33746         filename ../images/layout.png
33747         BoundingBox 0bp 5bp 20bp 25bp
33748         rotateOrigin center
33749
33750 \end_inset
33751
33752
33753 \end_layout
33754
33755 \end_inset
33756 </cell>
33757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33758 \begin_inset Text
33759
33760 \begin_layout Standard
33761 Default
33762 \end_layout
33763
33764 \end_inset
33765 </cell>
33766 </row>
33767 <row interlinespace="2.5mm">
33768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33769 \begin_inset Text
33770
33771 \begin_layout Standard
33772 \begin_inset Graphics
33773         filename ../images/layout_Enumerate.png
33774         BoundingBox 0bp 5bp 20bp 25bp
33775         rotateOrigin center
33776
33777 \end_inset
33778
33779
33780 \end_layout
33781
33782 \end_inset
33783 </cell>
33784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33785 \begin_inset Text
33786
33787 \begin_layout Standard
33788 Numbered list
33789 \end_layout
33790
33791 \end_inset
33792 </cell>
33793 </row>
33794 <row interlinespace="2.5mm">
33795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33796 \begin_inset Text
33797
33798 \begin_layout Standard
33799 \begin_inset Graphics
33800         filename ../images/layout_Itemize.png
33801         BoundingBox 0bp 5bp 20bp 25bp
33802         rotateOrigin center
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33812 \begin_inset Text
33813
33814 \begin_layout Standard
33815 Itemized list
33816 \end_layout
33817
33818 \end_inset
33819 </cell>
33820 </row>
33821 <row interlinespace="2.5mm">
33822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33823 \begin_inset Text
33824
33825 \begin_layout Standard
33826 \begin_inset Graphics
33827         filename ../images/layout_List.png
33828         BoundingBox 0bp 5bp 20bp 25bp
33829         rotateOrigin center
33830
33831 \end_inset
33832
33833
33834 \end_layout
33835
33836 \end_inset
33837 </cell>
33838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33839 \begin_inset Text
33840
33841 \begin_layout Standard
33842 List
33843 \end_layout
33844
33845 \end_inset
33846 </cell>
33847 </row>
33848 <row interlinespace="2.5mm">
33849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33850 \begin_inset Text
33851
33852 \begin_layout Standard
33853 \begin_inset Graphics
33854         filename ../images/layout_Description.png
33855         BoundingBox 0bp 5bp 20bp 25bp
33856         rotateOrigin center
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Standard
33869 Description list
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 </row>
33875 <row interlinespace="2.5mm">
33876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33877 \begin_inset Text
33878
33879 \begin_layout Standard
33880 \begin_inset Graphics
33881         filename ../images/depth-increment.png
33882         BoundingBox 0bp 5bp 20bp 25bp
33883         rotateOrigin center
33884
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \end_inset
33891 </cell>
33892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33893 \begin_inset Text
33894
33895 \begin_layout Standard
33896
33897 \family sans
33898 Edit\SpecialChar \menuseparator
33899 Increase\InsetSpace ~
33900 List\InsetSpace ~
33901 Depth
33902 \end_layout
33903
33904 \end_inset
33905 </cell>
33906 </row>
33907 <row interlinespace="2.5mm">
33908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33909 \begin_inset Text
33910
33911 \begin_layout Standard
33912 \begin_inset Graphics
33913         filename ../images/depth-decrement.png
33914         BoundingBox 0bp 5bp 20bp 25bp
33915         rotateOrigin center
33916
33917 \end_inset
33918
33919
33920 \end_layout
33921
33922 \end_inset
33923 </cell>
33924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33925 \begin_inset Text
33926
33927 \begin_layout Standard
33928
33929 \family sans
33930 Edit\SpecialChar \menuseparator
33931 Decrease\InsetSpace ~
33932 List\InsetSpace ~
33933 Depth
33934 \end_layout
33935
33936 \end_inset
33937 </cell>
33938 </row>
33939 <row interlinespace="2.5mm">
33940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33941 \begin_inset Text
33942
33943 \begin_layout Standard
33944 \begin_inset Graphics
33945         filename ../images/float-insert_figure.png
33946         BoundingBox 0bp 5bp 20bp 20bp
33947
33948 \end_inset
33949
33950
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33956 \begin_inset Text
33957
33958 \begin_layout Standard
33959
33960 \family sans
33961 Insert\SpecialChar \menuseparator
33962 Float\SpecialChar \menuseparator
33963 Figure
33964 \end_layout
33965
33966 \end_inset
33967 </cell>
33968 </row>
33969 <row interlinespace="2.5mm">
33970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33971 \begin_inset Text
33972
33973 \begin_layout Standard
33974 \begin_inset Graphics
33975         filename ../images/float-insert_table.png
33976         BoundingBox 0bp 5bp 20bp 20bp
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33986 \begin_inset Text
33987
33988 \begin_layout Standard
33989
33990 \family sans
33991 Insert\SpecialChar \menuseparator
33992 Float\SpecialChar \menuseparator
33993 Table
33994 \end_layout
33995
33996 \end_inset
33997 </cell>
33998 </row>
33999 <row interlinespace="2.5mm">
34000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34001 \begin_inset Text
34002
34003 \begin_layout Standard
34004 \begin_inset Graphics
34005         filename ../images/label-insert.png
34006         BoundingBox 0bp 5bp 20bp 20bp
34007
34008 \end_inset
34009
34010
34011 \end_layout
34012
34013 \end_inset
34014 </cell>
34015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34016 \begin_inset Text
34017
34018 \begin_layout Standard
34019
34020 \family sans
34021 Insert\SpecialChar \menuseparator
34022 Label
34023 \end_layout
34024
34025 \end_inset
34026 </cell>
34027 </row>
34028 <row interlinespace="2.5mm">
34029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34030 \begin_inset Text
34031
34032 \begin_layout Standard
34033 \begin_inset Graphics
34034         filename ../images/dialog-show-new-inset_ref.png
34035         BoundingBox 0bp 5bp 20bp 20bp
34036
34037 \end_inset
34038
34039
34040 \end_layout
34041
34042 \end_inset
34043 </cell>
34044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34045 \begin_inset Text
34046
34047 \begin_layout Standard
34048
34049 \family sans
34050 Insert\SpecialChar \menuseparator
34051 Cross-Reference
34052 \end_layout
34053
34054 \end_inset
34055 </cell>
34056 </row>
34057 <row interlinespace="2.5mm">
34058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34059 \begin_inset Text
34060
34061 \begin_layout Standard
34062 \begin_inset Graphics
34063         filename ../images/dialog-show-new-inset_citation.png
34064         BoundingBox 0bp 5bp 20bp 20bp
34065
34066 \end_inset
34067
34068
34069 \end_layout
34070
34071 \end_inset
34072 </cell>
34073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34074 \begin_inset Text
34075
34076 \begin_layout Standard
34077
34078 \family sans
34079 Insert\SpecialChar \menuseparator
34080 Citation
34081 \end_layout
34082
34083 \end_inset
34084 </cell>
34085 </row>
34086 <row interlinespace="2.5mm">
34087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34088 \begin_inset Text
34089
34090 \begin_layout Standard
34091 \begin_inset Graphics
34092         filename ../images/index-insert.png
34093         BoundingBox 0bp 5bp 20bp 20bp
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \end_inset
34101 </cell>
34102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34103 \begin_inset Text
34104
34105 \begin_layout Standard
34106
34107 \family sans
34108 Insert\SpecialChar \menuseparator
34109 Index\InsetSpace ~
34110 Entry
34111 \end_layout
34112
34113 \end_inset
34114 </cell>
34115 </row>
34116 <row interlinespace="2.5mm">
34117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34118 \begin_inset Text
34119
34120 \begin_layout Standard
34121 \begin_inset Graphics
34122         filename ../images/nomencl-insert.png
34123         BoundingBox 0bp 5bp 20bp 20bp
34124
34125 \end_inset
34126
34127
34128 \end_layout
34129
34130 \end_inset
34131 </cell>
34132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34133 \begin_inset Text
34134
34135 \begin_layout Standard
34136
34137 \family sans
34138 Insert\SpecialChar \menuseparator
34139 Nomenclature\InsetSpace ~
34140 Entry
34141 \end_layout
34142
34143 \end_inset
34144 </cell>
34145 </row>
34146 <row interlinespace="2.5mm">
34147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34148 \begin_inset Text
34149
34150 \begin_layout Standard
34151 \begin_inset Graphics
34152         filename ../images/footnote-insert.png
34153         BoundingBox 0bp 5bp 20bp 20bp
34154
34155 \end_inset
34156
34157
34158 \end_layout
34159
34160 \end_inset
34161 </cell>
34162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34163 \begin_inset Text
34164
34165 \begin_layout Standard
34166
34167 \family sans
34168 Insert\SpecialChar \menuseparator
34169 Footnote
34170 \end_layout
34171
34172 \end_inset
34173 </cell>
34174 </row>
34175 <row interlinespace="2.5mm">
34176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34177 \begin_inset Text
34178
34179 \begin_layout Standard
34180 \begin_inset Graphics
34181         filename ../images/marginalnote-insert.png
34182         BoundingBox 0bp 5bp 20bp 25bp
34183         rotateOrigin center
34184
34185 \end_inset
34186
34187
34188 \end_layout
34189
34190 \end_inset
34191 </cell>
34192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34193 \begin_inset Text
34194
34195 \begin_layout Standard
34196
34197 \family sans
34198 Insert\SpecialChar \menuseparator
34199 Marginal\InsetSpace ~
34200 Note
34201 \end_layout
34202
34203 \end_inset
34204 </cell>
34205 </row>
34206 <row interlinespace="2.5mm">
34207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34208 \begin_inset Text
34209
34210 \begin_layout Standard
34211 \begin_inset Graphics
34212         filename ../images/note-insert.png
34213         BoundingBox 0bp 5bp 20bp 20bp
34214
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34223 \begin_inset Text
34224
34225 \begin_layout Standard
34226
34227 \family sans
34228 Insert\SpecialChar \menuseparator
34229 Note\SpecialChar \menuseparator
34230 LyX\InsetSpace ~
34231 Note
34232 \end_layout
34233
34234 \end_inset
34235 </cell>
34236 </row>
34237 <row interlinespace="2.5mm">
34238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34239 \begin_inset Text
34240
34241 \begin_layout Standard
34242 \begin_inset Graphics
34243         filename ../images/url-insert.png
34244         BoundingBox 0bp 5bp 20bp 20bp
34245
34246 \end_inset
34247
34248
34249 \end_layout
34250
34251 \end_inset
34252 </cell>
34253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34254 \begin_inset Text
34255
34256 \begin_layout Standard
34257
34258 \family sans
34259 Insert\SpecialChar \menuseparator
34260 URL
34261 \end_layout
34262
34263 \end_inset
34264 </cell>
34265 </row>
34266 <row interlinespace="2.5mm">
34267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34268 \begin_inset Text
34269
34270 \begin_layout Standard
34271 \begin_inset Graphics
34272         filename ../images/ert-insert.png
34273         BoundingBox 0bp 5bp 20bp 20bp
34274
34275 \end_inset
34276
34277
34278 \end_layout
34279
34280 \end_inset
34281 </cell>
34282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34283 \begin_inset Text
34284
34285 \begin_layout Standard
34286
34287 \family sans
34288 Insert\SpecialChar \menuseparator
34289 T
34290 \family default
34291
34292 \begin_inset ERT
34293 status collapsed
34294
34295 \begin_layout Standard
34296
34297 {}
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \family sans
34304 eX
34305 \end_layout
34306
34307 \end_inset
34308 </cell>
34309 </row>
34310 <row interlinespace="2.5mm">
34311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34312 \begin_inset Text
34313
34314 \begin_layout Standard
34315 \begin_inset Graphics
34316         filename ../images/dialog-show-new-inset_include.png
34317         BoundingBox 0bp 5bp 20bp 20bp
34318
34319 \end_inset
34320
34321
34322 \end_layout
34323
34324 \end_inset
34325 </cell>
34326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34327 \begin_inset Text
34328
34329 \begin_layout Standard
34330
34331 \family sans
34332 Insert\SpecialChar \menuseparator
34333 File\SpecialChar \menuseparator
34334 Child\InsetSpace ~
34335 Document
34336 \end_layout
34337
34338 \end_inset
34339 </cell>
34340 </row>
34341 <row interlinespace="2.5mm">
34342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34343 \begin_inset Text
34344
34345 \begin_layout Standard
34346 \begin_inset Graphics
34347         filename ../images/dialog-show_character.png
34348         BoundingBox 0bp 5bp 20bp 25bp
34349         rotateOrigin center
34350
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \end_inset
34357 </cell>
34358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Standard
34362
34363 \family sans
34364 Edit\SpecialChar \menuseparator
34365 Text\InsetSpace ~
34366 Style
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 </row>
34372 <row interlinespace="2.5mm">
34373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34374 \begin_inset Text
34375
34376 \begin_layout Standard
34377 \begin_inset Graphics
34378         filename ../images/layout-paragraph.png
34379         BoundingBox 0bp 5bp 20bp 25bp
34380         rotateOrigin center
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \end_inset
34388 </cell>
34389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34390 \begin_inset Text
34391
34392 \begin_layout Standard
34393
34394 \family sans
34395 Edit\SpecialChar \menuseparator
34396 Paragraph\InsetSpace ~
34397 Settings
34398 \end_layout
34399
34400 \end_inset
34401 </cell>
34402 </row>
34403 <row interlinespace="2.5mm">
34404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34405 \begin_inset Text
34406
34407 \begin_layout Standard
34408 \begin_inset Graphics
34409         filename ../images/thesaurus-entry.png
34410         BoundingBox 0bp 5bp 20bp 25bp
34411         rotateOrigin center
34412
34413 \end_inset
34414
34415
34416 \end_layout
34417
34418 \end_inset
34419 </cell>
34420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34421 \begin_inset Text
34422
34423 \begin_layout Standard
34424
34425 \family sans
34426 Tools\SpecialChar \menuseparator
34427 Thesaurus
34428 \end_layout
34429
34430 \end_inset
34431 </cell>
34432 </row>
34433 </lyxtabular>
34434
34435 \end_inset
34436
34437
34438 \end_layout
34439
34440 \begin_layout Subsection
34441 View / Update Toolbar
34442 \begin_inset LatexCommand index
34443 name "Toolbar ! View / Update"
34444
34445 \end_inset
34446
34447
34448 \end_layout
34449
34450 \begin_layout Standard
34451 \begin_inset Graphics
34452         filename clipart/ViewToolbar.png
34453
34454 \end_inset
34455
34456
34457 \end_layout
34458
34459 \begin_layout Standard
34460 \begin_inset VSpace defskip
34461 \end_inset
34462
34463
34464 \end_layout
34465
34466 \begin_layout Standard
34467 The view / update toolbar as shown above contains from left to right the
34468  following buttons:
34469 \end_layout
34470
34471 \begin_layout Standard
34472 \begin_inset VSpace defskip
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \begin_layout Standard
34479 \begin_inset Tabular
34480 <lyxtabular version="3" rows="6" columns="2">
34481 <features islongtable="true">
34482 <column alignment="left" valignment="top" width="0">
34483 <column alignment="left" valignment="top" width="0">
34484 <row interlinespace="2.5mm">
34485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34486 \begin_inset Text
34487
34488 \begin_layout Standard
34489 \begin_inset Graphics
34490         filename ../images/buffer-view_dvi.png
34491         BoundingBox 0bp 5bp 20bp 25bp
34492         rotateOrigin center
34493
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \end_inset
34500 </cell>
34501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34502 \begin_inset Text
34503
34504 \begin_layout Standard
34505
34506 \family sans
34507 View\SpecialChar \menuseparator
34508 DVI
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 </row>
34514 <row interlinespace="2.5mm">
34515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34516 \begin_inset Text
34517
34518 \begin_layout Standard
34519 \begin_inset Graphics
34520         filename ../images/buffer-update_dvi.png
34521         BoundingBox 0bp 5bp 20bp 25bp
34522         rotateOrigin center
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \end_inset
34530 </cell>
34531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34532 \begin_inset Text
34533
34534 \begin_layout Standard
34535
34536 \family sans
34537 View\SpecialChar \menuseparator
34538 Update\SpecialChar \menuseparator
34539 DVI
34540 \end_layout
34541
34542 \end_inset
34543 </cell>
34544 </row>
34545 <row interlinespace="2.5mm">
34546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34547 \begin_inset Text
34548
34549 \begin_layout Standard
34550 \begin_inset Graphics
34551         filename ../images/buffer-view_pdf2.png
34552         BoundingBox 0bp 5bp 20bp 25bp
34553         rotateOrigin center
34554
34555 \end_inset
34556
34557
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34563 \begin_inset Text
34564
34565 \begin_layout Standard
34566
34567 \family sans
34568 View\SpecialChar \menuseparator
34569 PDF
34570 \end_layout
34571
34572 \end_inset
34573 </cell>
34574 </row>
34575 <row interlinespace="2.5mm">
34576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34577 \begin_inset Text
34578
34579 \begin_layout Standard
34580 \begin_inset Graphics
34581         filename ../images/buffer-update_pdf2.png
34582         BoundingBox 0bp 5bp 20bp 25bp
34583         rotateOrigin center
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34593 \begin_inset Text
34594
34595 \begin_layout Standard
34596
34597 \family sans
34598 View\SpecialChar \menuseparator
34599 Update\SpecialChar \menuseparator
34600 PDF
34601 \begin_inset Foot
34602 status collapsed
34603
34604 \begin_layout Standard
34605 This button is on some LyX for Windows installations not here because its
34606  functionality is merged with 
34607 \family sans
34608 View\SpecialChar \menuseparator
34609 PDF
34610 \family default
34611 .
34612  
34613 \end_layout
34614
34615 \end_inset
34616
34617
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 </row>
34623 <row interlinespace="2.5mm">
34624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Standard
34628 \begin_inset Graphics
34629         filename ../images/buffer-view_ps.png
34630         BoundingBox 0bp 5bp 20bp 25bp
34631         rotateOrigin center
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \end_inset
34639 </cell>
34640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34641 \begin_inset Text
34642
34643 \begin_layout Standard
34644
34645 \family sans
34646 View\SpecialChar \menuseparator
34647 Postscript
34648 \end_layout
34649
34650 \end_inset
34651 </cell>
34652 </row>
34653 <row interlinespace="2.5mm">
34654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34655 \begin_inset Text
34656
34657 \begin_layout Standard
34658 \begin_inset Graphics
34659         filename ../images/buffer-update_ps.png
34660         BoundingBox 0bp 5bp 20bp 25bp
34661         rotateOrigin center
34662
34663 \end_inset
34664
34665
34666 \end_layout
34667
34668 \end_inset
34669 </cell>
34670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34671 \begin_inset Text
34672
34673 \begin_layout Standard
34674
34675 \family sans
34676 View\SpecialChar \menuseparator
34677 Update\SpecialChar \menuseparator
34678 Postscript
34679 \end_layout
34680
34681 \end_inset
34682 </cell>
34683 </row>
34684 </lyxtabular>
34685
34686 \end_inset
34687
34688
34689 \end_layout
34690
34691 \begin_layout Subsection
34692 Other Toolbars
34693 \end_layout
34694
34695 \begin_layout Standard
34696 The change tracking toolbar is explained in section\InsetSpace ~
34697
34698 \begin_inset LatexCommand ref
34699 reference "sec:Change-Tracking"
34700
34701 \end_inset
34702
34703 , the table toolbar
34704 \begin_inset LatexCommand index
34705 name "Toolbar ! Table"
34706
34707 \end_inset
34708
34709  is explained in the 
34710 \emph on
34711 Embedded Objects
34712 \emph default
34713  manual.
34714 \end_layout
34715
34716 \begin_layout Chapter
34717 The 
34718 \family sans
34719 Preferences
34720 \family default
34721  Dialog
34722 \begin_inset LatexCommand label
34723 name "cha:The-Preferences-dialog"
34724
34725 \end_inset
34726
34727
34728 \begin_inset LatexCommand index
34729 name "Dialogs ! Preferences"
34730
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
34738 Preferences.
34739  It consists of submenus explained in the following.
34740 \end_layout
34741
34742 \begin_layout Section
34743 Look and Feel
34744 \end_layout
34745
34746 \begin_layout Subsection
34747 User Interface
34748 \begin_inset LatexCommand label
34749 name "sec:ui"
34750
34751 \end_inset
34752
34753
34754 \begin_inset LatexCommand index
34755 name "Customization ! of toolbars"
34756
34757 \end_inset
34758
34759
34760 \begin_inset LatexCommand index
34761 name "Customization ! of menus"
34762
34763 \end_inset
34764
34765
34766 \end_layout
34767
34768 \begin_layout Standard
34769 \begin_inset Note Greyedout
34770 status open
34771
34772 \begin_layout Standard
34773
34774 \series bold
34775 Note:
34776 \series default
34777  You have to restart LyX before changes in ui- and bind-files take effect.
34778 \end_layout
34779
34780 \end_inset
34781
34782
34783 \end_layout
34784
34785 \begin_layout Subsubsection
34786 User Interface File
34787 \begin_inset LatexCommand index
34788 name "Customization ! of toolbars"
34789
34790 \end_inset
34791
34792
34793 \begin_inset LatexCommand index
34794 name "Customization ! of menus"
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Standard
34802 The appearance of the menus and toolbars can be changed by choosing an user
34803  interface (ui) file.
34804  An ui-file is a textfile where the toolbars and menus are listed.
34805  The toolbar buttons and menu entries are specified in the files 
34806 \shape italic
34807 stdtoolbars.inc
34808 \shape default
34809  and 
34810 \shape italic
34811 stdmenus.inc
34812 \shape default
34813 , respectively.
34814  To create your own menu and toolbar layout, start with a copy of these
34815  files and edit the entries.
34816 \end_layout
34817
34818 \begin_layout Standard
34819 The syntax of the .inc-files is straightforward: The 
34820 \family sans
34821 Menubar
34822 \family default
34823
34824 \family sans
34825 Menu
34826 \family default
34827  and 
34828 \family sans
34829 Toolbar
34830 \family default
34831  entries must be ended with an explicit 
34832 \family sans
34833 End
34834 \family default
34835 .
34836  They may contain 
34837 \family sans
34838 Submenus
34839 \family default
34840
34841 \family sans
34842 Items
34843 \family default
34844
34845 \family sans
34846 OptItems
34847 \family default
34848
34849 \family sans
34850 Separators
34851 \family default
34852
34853 \family sans
34854 Icons,
34855 \family default
34856  and in the case of the 
34857 \begin_inset Quotes eld
34858 \end_inset
34859
34860 file
34861 \begin_inset Quotes erd
34862 \end_inset
34863
34864  menus a 
34865 \family sans
34866 Lastfiles
34867 \family default
34868  entry.
34869  The syntax for the entries is:
34870 \end_layout
34871
34872 \begin_layout Standard
34873 \begin_inset VSpace smallskip*
34874 \end_inset
34875
34876
34877 \series bold
34878 Item 
34879 \begin_inset Quotes erd
34880 \end_inset
34881
34882 menu or button name
34883 \begin_inset Quotes erd
34884 \end_inset
34885
34886  
34887 \begin_inset Quotes erd
34888 \end_inset
34889
34890 LyX-function
34891 \begin_inset Quotes erd
34892 \end_inset
34893
34894
34895 \end_layout
34896
34897 \begin_layout Standard
34898 \noindent
34899 \begin_inset VSpace smallskip*
34900 \end_inset
34901
34902 All LyX-functions are listed in 
34903 \begin_inset LatexCommand cite
34904 key "LyX-func"
34905
34906 \end_inset
34907
34908 .
34909 \end_layout
34910
34911 \begin_layout Standard
34912 \begin_inset VSpace medskip
34913 \end_inset
34914
34915
34916 \end_layout
34917
34918 \begin_layout Standard
34919 An example: Assuming you use the menu 
34920 \family sans
34921 Navigate\SpecialChar \menuseparator
34922 Bookmarks
34923 \family default
34924  quite often and therefore want six available bookmarks, you can add the
34925  line
34926 \end_layout
34927
34928 \begin_layout Standard
34929 \begin_inset VSpace smallskip*
34930 \end_inset
34931
34932
34933 \series bold
34934 Item "Save Bookmark 6" "bookmark-save 6"
34935 \end_layout
34936
34937 \begin_layout Standard
34938 \noindent
34939 \begin_inset VSpace smallskip*
34940 \end_inset
34941
34942 to the navigate menu section in the .inc-file to have the sixth bookmark.
34943 \end_layout
34944
34945 \begin_layout Subsubsection
34946 Bind-File
34947 \begin_inset LatexCommand index
34948 name "Bindings"
34949
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \begin_layout Standard
34956 Bindings are used to bind a function to a key.
34957  Several binding files are available:
34958 \end_layout
34959
34960 \begin_layout Description
34961 cua.bind typical set of PC keyboard shortcuts
34962 \end_layout
34963
34964 \begin_layout Description
34965 (x)emacs.bind set of bindings like they are used in the editor programs 
34966 \family sans
34967 Emacs
34968 \family default
34969  (
34970 \family sans
34971 XEmacs
34972 \family default
34973 )
34974 \end_layout
34975
34976 \begin_layout Description
34977 mac.bind set of bindings for Mac\InsetSpace \thinspace{}
34978 OS systems.
34979 \end_layout
34980
34981 \begin_layout Standard
34982 There are also bind-files designed for special document classes, like 
34983 \shape italic
34984 broadway.bind
34985 \shape default
34986 , and bind files for special languages.
34987  The name of language bind-files begin with a language code, e.g.
34988  
34989 \begin_inset Quotes eld
34990 \end_inset
34991
34992 pt
34993 \begin_inset Quotes erd
34994 \end_inset
34995
34996  for Portuguese.
34997  If you use LyX in a certain language, LyX will try to use the appropriate
34998  bind-file.
34999 \end_layout
35000
35001 \begin_layout Standard
35002 Some bind-files, like 
35003 \emph on
35004 math.bind
35005 \emph default
35006 , have only a small scope.
35007  When looking at the the end of the file 
35008 \shape italic
35009 cua.bind
35010 \shape default
35011 , you can see that they are included to keep the overview in the bind-file.
35012 \end_layout
35013
35014 \begin_layout Standard
35015 If you like to customize the keybindings to your own taste, modify the bind-file
35016 s with a text editor.
35017  The syntax of the entries is:
35018 \end_layout
35019
35020 \begin_layout Standard
35021
35022 \series bold
35023
35024 \backslash
35025 bind 
35026 \begin_inset Quotes erd
35027 \end_inset
35028
35029 key combination
35030 \begin_inset Quotes erd
35031 \end_inset
35032
35033  
35034 \begin_inset Quotes erd
35035 \end_inset
35036
35037 LyX-function
35038 \begin_inset Quotes erd
35039 \end_inset
35040
35041
35042 \end_layout
35043
35044 \begin_layout Standard
35045 All LyX-functions are listed in 
35046 \begin_inset LatexCommand cite
35047 key "LyX-func"
35048
35049 \end_inset
35050
35051 .
35052 \end_layout
35053
35054 \begin_layout Subsubsection
35055 Session
35056 \end_layout
35057
35058 \begin_layout Standard
35059 When the option 
35060 \family sans
35061 Save\InsetSpace \thinspace{}
35062 /\InsetSpace \thinspace{}
35063 restore window size, or use fixed size
35064 \family default
35065  is not checked, you can specify the size of LyX's main window when LyX
35066  is started.
35067 \end_layout
35068
35069 \begin_layout Standard
35070 With the option 
35071 \family sans
35072 Save\InsetSpace \thinspace{}
35073 /\InsetSpace \thinspace{}
35074 restore window position
35075 \family default
35076  LyX will be opened with its main window at the last used position.
35077 \end_layout
35078
35079 \begin_layout Standard
35080 The option 
35081 \family sans
35082 Restore cursor positions
35083 \family default
35084  sets the cursor to the position in the file where it has been the last
35085  time.
35086 \end_layout
35087
35088 \begin_layout Standard
35089 The option 
35090 \family sans
35091 Load opened files from last session
35092 \family default
35093  opens all files that were opened in the last LyX session.
35094 \end_layout
35095
35096 \begin_layout Subsubsection
35097 Documents
35098 \end_layout
35099
35100 \begin_layout Standard
35101 When the option 
35102 \family sans
35103 Backup documents
35104 \family default
35105  is set, you can specify the time between backup saves.
35106 \end_layout
35107
35108 \begin_layout Standard
35109
35110 \family sans
35111 Maximum last files
35112 \family default
35113  is the number of last opened files that LyX should display in the menu
35114  
35115 \family sans
35116 File\SpecialChar \menuseparator
35117 Open\InsetSpace ~
35118 Recent
35119 \family default
35120 .
35121 \end_layout
35122
35123 \begin_layout Subsubsection
35124 Scrolling
35125 \end_layout
35126
35127 \begin_layout Standard
35128 The option 
35129 \family sans
35130 Cursor follows scrollbar
35131 \family default
35132  sets the cursor to the top of the currently displayed document part when
35133  scrolling.
35134 \end_layout
35135
35136 \begin_layout Subsection
35137 Screen Fonts
35138 \begin_inset LatexCommand index
35139 name "Font ! Screen"
35140
35141 \end_inset
35142
35143
35144 \end_layout
35145
35146 \begin_layout Standard
35147 These fonts are used to display your documents on the screen.
35148 \end_layout
35149
35150 \begin_layout Standard
35151 \begin_inset Note Greyedout
35152 status open
35153
35154 \begin_layout Standard
35155
35156 \series bold
35157 Note:
35158 \series default
35159  This section only deals with the fonts 
35160 \emph on
35161 inside
35162 \emph default
35163  the LyX window.
35164  The fonts that appear on the output are independent from these fonts, and
35165  set in the menu 
35166 \family sans
35167 Layout\SpecialChar \menuseparator
35168 Document
35169 \family default
35170 .
35171 \end_layout
35172
35173 \end_inset
35174
35175
35176 \end_layout
35177
35178 \begin_layout Standard
35179 By default, LyX uses 
35180 \family typewriter
35181 Times
35182 \family default
35183  as roman (serif) font, 
35184 \family typewriter
35185 Arial
35186 \family default
35187  or 
35188 \family typewriter
35189 Helvetica
35190 \family default
35191  (depends on the system) as 
35192 \family sans
35193 sans\InsetSpace ~
35194 serif
35195 \family default
35196  font, and 
35197 \family typewriter
35198 Courier
35199 \family default
35200  as 
35201 \family typewriter
35202 typewriter
35203 \family default
35204  font.
35205 \end_layout
35206
35207 \begin_layout Standard
35208 You can change the font size with the 
35209 \family sans
35210 Zoom
35211 \family default
35212  setting.
35213 \end_layout
35214
35215 \begin_layout Standard
35216
35217 \family sans
35218 Screen DPI
35219 \family default
35220  is the screen resolution in dpi (dots per inch).
35221  The Font Sizes are calculated as letter height in units of points.
35222  72\InsetSpace \thinspace{}
35223 points have the size of 1\InsetSpace \thinspace{}
35224 inch, see Appendix\InsetSpace ~
35225
35226 \begin_inset LatexCommand ref
35227 reference "cha:Units-available-in"
35228
35229 \end_inset
35230
35231 .
35232 \end_layout
35233
35234 \begin_layout Standard
35235 The default 
35236 \family sans
35237 Font Sizes
35238 \family default
35239  are the same as if a document font size of 10
35240 \begin_inset Formula $\,$
35241 \end_inset
35242
35243 pt would be used.
35244  The sizes are explained in detail in section\InsetSpace ~
35245
35246 \begin_inset LatexCommand ref
35247 reference "sub:Document-Font"
35248
35249 \end_inset
35250
35251 .
35252 \end_layout
35253
35254 \begin_layout Subsection
35255 Colors
35256 \end_layout
35257
35258 \begin_layout Standard
35259 You can here change all colors used by LyX.
35260  Choose an item in the list and use the 
35261 \family sans
35262 Alter
35263 \family default
35264  button.
35265 \end_layout
35266
35267 \begin_layout Subsection
35268 Graphics
35269 \end_layout
35270
35271 \begin_layout Standard
35272 Here you can specify how graphics inside LyX are displayed.
35273 \end_layout
35274
35275 \begin_layout Standard
35276
35277 \family sans
35278 Instant Preview
35279 \family default
35280  enables previewing snippets of your document.
35281  This feature is described in section\InsetSpace ~
35282
35283 \begin_inset LatexCommand ref
35284 reference "sec:Previewing-snippets-of"
35285
35286 \end_inset
35287
35288 .
35289 \end_layout
35290
35291 \begin_layout Subsection
35292 Keyboard Map
35293 \begin_inset LatexCommand index
35294 name "Keyboard Map"
35295
35296 \end_inset
35297
35298
35299 \end_layout
35300
35301 \begin_layout Standard
35302 Normally keyboard settings have to be done in a menu of your operating system.
35303  For the case that this is not possible, LyX provides keyboard maps.
35304  If you have e.\InsetSpace \thinspace{}
35305 g.\InsetSpace ~
35306 a Czech keyboard but want to write with it like with a Romanian
35307  one, you can use the keyboard map file named 
35308 \emph on
35309 romanian.kmap
35310 \emph default
35311 .
35312 \end_layout
35313
35314 \begin_layout Standard
35315 \begin_inset Note Greyedout
35316 status open
35317
35318 \begin_layout Standard
35319
35320 \series bold
35321 Note:
35322 \series default
35323  Keyboard maps are only provided as makeshift and don't work on all systems.
35324 \end_layout
35325
35326 \end_inset
35327
35328
35329 \end_layout
35330
35331 \begin_layout Section
35332 Paths
35333 \end_layout
35334
35335 \begin_layout Section
35336 Identity
35337 \end_layout
35338
35339 \begin_layout Section
35340 Language Settings
35341 \end_layout
35342
35343 \begin_layout Subsection
35344 Language
35345 \end_layout
35346
35347 \begin_layout Standard
35348 The 
35349 \family sans
35350 Default language
35351 \family default
35352  is the language used in new documents.
35353  The Language package should always be babel.
35354  babel translates in the background automatically text labels to the document
35355  language.
35356  A text label is for instance the word 
35357 \begin_inset Quotes eld
35358 \end_inset
35359
35360 table
35361 \begin_inset Quotes erd
35362 \end_inset
35363
35364  at the beginning of every table-caption.
35365  
35366 \series bold
35367
35368 \backslash
35369 usepackage{babel}
35370 \series default
35371  is a LaTeX-command to use the package babel.
35372  For an introduction to the LaTeX-Syntax, look at section\InsetSpace ~
35373
35374 \begin_inset LatexCommand ref
35375 reference "sec:ERT"
35376
35377 \end_inset
35378
35379 .
35380 \end_layout
35381
35382 \begin_layout Standard
35383
35384 \family sans
35385 Command start/end
35386 \family default
35387  ???
35388 \end_layout
35389
35390 \begin_layout Standard
35391 There are also the following options in the menu:
35392 \end_layout
35393
35394 \begin_layout Description
35395 Use\InsetSpace ~
35396 babel whether babel is used or not
35397 \end_layout
35398
35399 \begin_layout Description
35400 Global ??
35401 \end_layout
35402
35403 \begin_layout Description
35404 Auto\InsetSpace ~
35405 begin ??
35406 \end_layout
35407
35408 \begin_layout Description
35409 Auto\InsetSpace ~
35410 end ??
35411 \end_layout
35412
35413 \begin_layout Description
35414 Mark\InsetSpace ~
35415 foreign\InsetSpace ~
35416 languages text marked formatted in a language different from
35417  the document language will be blue underlined
35418 \end_layout
35419
35420 \begin_layout Description
35421 Right\InsetSpace ~
35422 to\InsetSpace ~
35423 left\InsetSpace ~
35424 language\InsetSpace ~
35425 support enables the use of languages, written from right
35426  to left, like Arabic, Hebrew, Farsi
35427 \end_layout
35428
35429 \begin_layout Subsection
35430 Spellchecker
35431 \end_layout
35432
35433 \begin_layout Standard
35434 The spellchecker setting are explained in section\InsetSpace ~
35435
35436 \begin_inset LatexCommand ref
35437 reference "sec:Spellchecking"
35438
35439 \end_inset
35440
35441
35442 \end_layout
35443
35444 \begin_layout Section
35445 Outputs
35446 \end_layout
35447
35448 \begin_layout Subsection
35449 Printer
35450 \end_layout
35451
35452 \begin_layout Subsection
35453 Date Format
35454 \end_layout
35455
35456 \begin_layout Standard
35457 %a locale's abbreviated weekday name (Sun..Sat)
35458 \end_layout
35459
35460 \begin_layout Standard
35461 \noindent
35462 %A locale's full weekday name, variable length (Sunday..Saturday)
35463 \end_layout
35464
35465 \begin_layout Standard
35466 \noindent
35467 %b locale's abbreviated month name (Jan..Dec)
35468 \end_layout
35469
35470 \begin_layout Standard
35471 \noindent
35472 %B locale's full month name, variable length (January..December)
35473 \end_layout
35474
35475 \begin_layout Standard
35476 \noindent
35477 %c locale's date and time (Sat Nov 04 12:02:33 EST 1989)
35478 \end_layout
35479
35480 \begin_layout Standard
35481 \noindent
35482 %C century (year divided by 100 and truncated to an integer) [00-99]
35483 \end_layout
35484
35485 \begin_layout Standard
35486 \noindent
35487 %d day of month (01..31)
35488 \end_layout
35489
35490 \begin_layout Standard
35491 \noindent
35492 %D date (mm/dd/yy)
35493 \end_layout
35494
35495 \begin_layout Standard
35496 \noindent
35497 %e day of month, blank padded ( 1..31)
35498 \end_layout
35499
35500 \begin_layout Standard
35501 \noindent
35502 %F same as %Y-%m-%d
35503 \end_layout
35504
35505 \begin_layout Standard
35506 \noindent
35507 %g the 2-digit year corresponding to the %V week number
35508 \end_layout
35509
35510 \begin_layout Standard
35511 \noindent
35512 %G the 4-digit year corresponding to the %V week number
35513 \end_layout
35514
35515 \begin_layout Standard
35516 \noindent
35517 %h same as %b
35518 \end_layout
35519
35520 \begin_layout Standard
35521 \noindent
35522 %H hour (00..23)
35523 \end_layout
35524
35525 \begin_layout Standard
35526 \noindent
35527 %I hour (01..12)
35528 \end_layout
35529
35530 \begin_layout Standard
35531 \noindent
35532 %j day of year (001..366)
35533 \end_layout
35534
35535 \begin_layout Standard
35536 \noindent
35537 %k hour ( 0..23)
35538 \end_layout
35539
35540 \begin_layout Standard
35541 \noindent
35542 %l hour ( 1..12)
35543 \end_layout
35544
35545 \begin_layout Standard
35546 \noindent
35547 %m month (01..12)
35548 \end_layout
35549
35550 \begin_layout Standard
35551 \noindent
35552 %M minute (00..59)
35553 \end_layout
35554
35555 \begin_layout Standard
35556 \noindent
35557 %n a newline
35558 \end_layout
35559
35560 \begin_layout Standard
35561 \noindent
35562 %N nanoseconds (000000000..999999999)
35563 \end_layout
35564
35565 \begin_layout Standard
35566 \noindent
35567 %p locale's upper case AM or PM indicator (blank in many locales)
35568 \end_layout
35569
35570 \begin_layout Standard
35571 \noindent
35572 %P locale's lower case am or pm indicator (blank in many locales)
35573 \end_layout
35574
35575 \begin_layout Standard
35576 \noindent
35577 %r time, 12-hour (hh:mm:ss [AP]M)
35578 \end_layout
35579
35580 \begin_layout Standard
35581 \noindent
35582 %R time, 24-hour (hh:mm)
35583 \end_layout
35584
35585 \begin_layout Standard
35586 \noindent
35587 %s seconds since `00:00:00 1970-01-01 UTC' (a GNU extension)
35588 \end_layout
35589
35590 \begin_layout Standard
35591 \noindent
35592 %S second (00..60); the 60 is necessary to accommodate a leap second
35593 \end_layout
35594
35595 \begin_layout Standard
35596 \noindent
35597 %t a horizontal tab
35598 \end_layout
35599
35600 \begin_layout Standard
35601 \noindent
35602 %T time, 24-hour (hh:mm:ss)
35603 \end_layout
35604
35605 \begin_layout Standard
35606 \noindent
35607 %u day of week (1..7); 1 represents Monday
35608 \end_layout
35609
35610 \begin_layout Standard
35611 \noindent
35612 %U week number of year with Sunday as first day of week (00..53)
35613 \end_layout
35614
35615 \begin_layout Standard
35616 \noindent
35617 %V week number of year with Monday as first day of week (01..53)
35618 \end_layout
35619
35620 \begin_layout Standard
35621 \noindent
35622 %w day of week (0..6); 0 represents Sunday
35623 \end_layout
35624
35625 \begin_layout Standard
35626 \noindent
35627 %W week number of year with Monday as first day of week (00..53)
35628 \end_layout
35629
35630 \begin_layout Standard
35631 \noindent
35632 %x locale's date representation (mm/dd/yy)
35633 \end_layout
35634
35635 \begin_layout Standard
35636 \noindent
35637 %X locale's time representation (%H:%M:%S)
35638 \end_layout
35639
35640 \begin_layout Standard
35641 \noindent
35642 %y last two digits of year (00..99)
35643 \end_layout
35644
35645 \begin_layout Standard
35646 \noindent
35647 %Y year (1970...)
35648 \end_layout
35649
35650 \begin_layout Standard
35651 \noindent
35652 %z RFC-822 style numeric timezone (-0500) (a nonstandard extension)
35653 \end_layout
35654
35655 \begin_layout Standard
35656 \noindent
35657 %Z time zone (e.g., EDT), or nothing if no time zone is determinable
35658 \end_layout
35659
35660 \begin_layout Subsection
35661 Plain Text
35662 \end_layout
35663
35664 \begin_layout Standard
35665
35666 \family sans
35667 Output line length
35668 \family default
35669  sets maximum number of characters printed in one line when using the menu
35670  
35671 \family sans
35672 File\SpecialChar \menuseparator
35673 Export\SpecialChar \menuseparator
35674 ASCII
35675 \family default
35676 .
35677  Setting the line line length to 0 means all text is printed in one endless
35678  line.
35679 \end_layout
35680
35681 \begin_layout Standard
35682 roff command defines an additional command used to produce better ASCII
35683  tables with the 
35684 \family typewriter
35685 groff/troff/nroff
35686 \family default
35687  UNIX-commands (refer to their manpages for more information about them).
35688  Setting this as empty tells LyX to use the internal formatter.
35689 \end_layout
35690
35691 \begin_layout Subsection
35692 LaT
35693 \begin_inset ERT
35694 status collapsed
35695
35696 \begin_layout Standard
35697
35698 {}
35699 \end_layout
35700
35701 \end_inset
35702
35703 eX
35704 \end_layout
35705
35706 \begin_layout Subsection
35707 Paths
35708 \end_layout
35709
35710 \begin_layout Section
35711 Converters
35712 \end_layout
35713
35714 \begin_layout Standard
35715 LyX has a powerful mechanism to convert to and from any file format using
35716  external programs.
35717  Define a pair of formats, e.g.
35718  
35719 \family typewriter
35720 LaTeX
35721 \family default
35722  and 
35723 \family typewriter
35724 PDF
35725 \family default
35726 .
35727  Now define a converter from one format to the other.
35728  In our example, two possible mechanisms exist.
35729 \end_layout
35730
35731 \begin_layout Enumerate
35732 A direct conversion, from LaTeX to PDF using pdflatex
35733 \end_layout
35734
35735 \begin_layout Enumerate
35736 A more convoluted route using intermediate formats and converters: LaTeX
35737  to DVI (using latex) to PostScript® (using dvips) to PDF (using ps2pdf).
35738 \end_layout
35739
35740 \begin_layout Standard
35741 LyX will always choose the shortest possible route, so you must specify
35742  two different Format names for 
35743 \family typewriter
35744 .pdf
35745 \family default
35746  files to be able to use either.
35747  Both are included by default in the 
35748 \family sans
35749 Preferences
35750 \family default
35751  dialog.
35752  Have a look and then invent your own!
35753 \end_layout
35754
35755 \begin_layout Standard
35756 Moreover, each Format can have a Viewer associated with it.
35757  For example, you might want to use 
35758 \family typewriter
35759 Ghostview
35760 \family default
35761  to examine PostScript files, or 
35762 \family typewriter
35763 xdvi
35764 \family default
35765  to preview the LaTeX output.
35766  You can alter the viewer to use (and what options to pass to it) via the
35767  
35768 \family sans
35769 Tols\SpecialChar \menuseparator
35770 Preferences:Converters
35771 \family default
35772  dialog.
35773  For example, to change the 
35774 \family typewriter
35775 dvi
35776 \family default
35777  viewer, select the 
35778 \family typewriter
35779 DVI
35780 \family default
35781  format in the dialog, change the viewer to be 
35782 \family typewriter
35783 kdvi
35784 \family default
35785  (or whatever), and hit 
35786 \family sans
35787 Modify
35788 \family default
35789 .
35790 \end_layout
35791
35792 \begin_layout Section
35793 File Formats
35794 \end_layout
35795
35796 \begin_layout Section
35797 Copiers
35798 \end_layout
35799
35800 \begin_layout Section
35801 BibTeX and makeindex
35802 \end_layout
35803
35804 \begin_layout Standard
35805 Both the bibliography generating command (default 
35806 \family typewriter
35807 bibtex
35808 \family default
35809 ) and the index generating command (default 
35810 \family typewriter
35811 makeindex
35812 \family default
35813  with options 
35814 \family typewriter
35815 -c
35816 \family default
35817  and 
35818 \family typewriter
35819 -q
35820 \family default
35821 ) can be changed.
35822  As an alternative for 
35823 \family typewriter
35824 makeindex
35825 \family default
35826
35827 \family typewriter
35828 xindy
35829 \family default
35830  can be recommended.
35831  
35832 \end_layout
35833
35834 \begin_layout Standard
35835 The command to enter is
35836 \end_layout
35837
35838 \begin_layout Quote
35839
35840 \family typewriter
35841 makeindex.sh -m $$lang
35842 \end_layout
35843
35844 \begin_layout Standard
35845 where the placeholder 
35846 \family typewriter
35847 $$lang
35848 \family default
35849  will be replaced by the chosen document (babel) language.
35850  For this, you must 
35851 \end_layout
35852
35853 \begin_layout Standard
35854 have installed the packages 
35855 \family typewriter
35856 xindy
35857 \family default
35858  and 
35859 \family typewriter
35860 make-rules
35861 \family default
35862  (
35863 \family typewriter
35864 xindy-make-rules
35865 \family default
35866 ).
35867  Type 
35868 \family typewriter
35869 makeindex.sh
35870 \family default
35871  at a shell prompt for a help page.
35872 \end_layout
35873
35874 \begin_layout Chapter
35875 Units available in LyX
35876 \begin_inset LatexCommand index
35877 name "Units"
35878
35879 \end_inset
35880
35881
35882 \begin_inset LatexCommand label
35883 name "cha:Units-available-in"
35884
35885 \end_inset
35886
35887
35888 \end_layout
35889
35890 \begin_layout Standard
35891 To understand the units described in this documentation, 
35892 \begin_inset LatexCommand ref
35893 reference "cap:Units"
35894
35895 \end_inset
35896
35897  explains all units available in LyX.
35898 \end_layout
35899
35900 \begin_layout Standard
35901 \begin_inset Float table
35902 placement h
35903 wide false
35904 sideways false
35905 status open
35906
35907 \begin_layout Standard
35908 \begin_inset Caption
35909
35910 \begin_layout Standard
35911 \begin_inset LatexCommand label
35912 name "cap:Units"
35913
35914 \end_inset
35915
35916 Units
35917 \end_layout
35918
35919 \end_inset
35920
35921
35922 \end_layout
35923
35924 \begin_layout Standard
35925 \begin_inset VSpace medskip
35926 \end_inset
35927
35928
35929 \end_layout
35930
35931 \begin_layout Standard
35932 \align center
35933 \begin_inset Tabular
35934 <lyxtabular version="3" rows="20" columns="2">
35935 <features>
35936 <column alignment="center" valignment="top" leftline="true" width="0">
35937 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
35938 <row topline="true" bottomline="true">
35939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35940 \begin_inset Text
35941
35942 \begin_layout Standard
35943 unit
35944 \end_layout
35945
35946 \end_inset
35947 </cell>
35948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35949 \begin_inset Text
35950
35951 \begin_layout Standard
35952 name/description
35953 \end_layout
35954
35955 \end_inset
35956 </cell>
35957 </row>
35958 <row topline="true">
35959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35960 \begin_inset Text
35961
35962 \begin_layout Standard
35963 mm
35964 \end_layout
35965
35966 \end_inset
35967 </cell>
35968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35969 \begin_inset Text
35970
35971 \begin_layout Standard
35972 millimeter
35973 \end_layout
35974
35975 \end_inset
35976 </cell>
35977 </row>
35978 <row topline="true">
35979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35980 \begin_inset Text
35981
35982 \begin_layout Standard
35983 cm
35984 \end_layout
35985
35986 \end_inset
35987 </cell>
35988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35989 \begin_inset Text
35990
35991 \begin_layout Standard
35992 centimeter
35993 \end_layout
35994
35995 \end_inset
35996 </cell>
35997 </row>
35998 <row topline="true">
35999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36000 \begin_inset Text
36001
36002 \begin_layout Standard
36003 in
36004 \end_layout
36005
36006 \end_inset
36007 </cell>
36008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36009 \begin_inset Text
36010
36011 \begin_layout Standard
36012 inch
36013 \end_layout
36014
36015 \end_inset
36016 </cell>
36017 </row>
36018 <row topline="true">
36019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36020 \begin_inset Text
36021
36022 \begin_layout Standard
36023 pt
36024 \end_layout
36025
36026 \end_inset
36027 </cell>
36028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36029 \begin_inset Text
36030
36031 \begin_layout Standard
36032 point (72.27\InsetSpace \thinspace{}
36033 pt = 1\InsetSpace \thinspace{}
36034 in)
36035 \end_layout
36036
36037 \end_inset
36038 </cell>
36039 </row>
36040 <row topline="true">
36041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36042 \begin_inset Text
36043
36044 \begin_layout Standard
36045 pc
36046 \end_layout
36047
36048 \end_inset
36049 </cell>
36050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36051 \begin_inset Text
36052
36053 \begin_layout Standard
36054 pica (1\InsetSpace \thinspace{}
36055 pc = 12\InsetSpace \thinspace{}
36056 pt)
36057 \end_layout
36058
36059 \end_inset
36060 </cell>
36061 </row>
36062 <row topline="true">
36063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36064 \begin_inset Text
36065
36066 \begin_layout Standard
36067 sp
36068 \end_layout
36069
36070 \end_inset
36071 </cell>
36072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36073 \begin_inset Text
36074
36075 \begin_layout Standard
36076 scaled point (65536\InsetSpace \thinspace{}
36077 sp = 1\InsetSpace \thinspace{}
36078 pt)
36079 \end_layout
36080
36081 \end_inset
36082 </cell>
36083 </row>
36084 <row topline="true">
36085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36086 \begin_inset Text
36087
36088 \begin_layout Standard
36089 bp
36090 \end_layout
36091
36092 \end_inset
36093 </cell>
36094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Standard
36098 big point (72\InsetSpace \thinspace{}
36099 bp = 1\InsetSpace \thinspace{}
36100 in)
36101 \end_layout
36102
36103 \end_inset
36104 </cell>
36105 </row>
36106 <row topline="true">
36107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36108 \begin_inset Text
36109
36110 \begin_layout Standard
36111 dd
36112 \end_layout
36113
36114 \end_inset
36115 </cell>
36116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36117 \begin_inset Text
36118
36119 \begin_layout Standard
36120 didot (72\InsetSpace \thinspace{}
36121 dd 
36122 \begin_inset Formula $\approx$
36123 \end_inset
36124
36125  37.6\InsetSpace \thinspace{}
36126 mm)
36127 \end_layout
36128
36129 \end_inset
36130 </cell>
36131 </row>
36132 <row topline="true">
36133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36134 \begin_inset Text
36135
36136 \begin_layout Standard
36137 cc
36138 \end_layout
36139
36140 \end_inset
36141 </cell>
36142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36143 \begin_inset Text
36144
36145 \begin_layout Standard
36146 cicero (1\InsetSpace \thinspace{}
36147 cc = 12\InsetSpace \thinspace{}
36148 dd)
36149 \end_layout
36150
36151 \end_inset
36152 </cell>
36153 </row>
36154 <row topline="true">
36155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36156 \begin_inset Text
36157
36158 \begin_layout Standard
36159 Scale%
36160 \end_layout
36161
36162 \end_inset
36163 </cell>
36164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36165 \begin_inset Text
36166
36167 \begin_layout Standard
36168 % of original image width
36169 \end_layout
36170
36171 \end_inset
36172 </cell>
36173 </row>
36174 <row topline="true">
36175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Standard
36179 text%
36180 \end_layout
36181
36182 \end_inset
36183 </cell>
36184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36185 \begin_inset Text
36186
36187 \begin_layout Standard
36188 % of text width
36189 \end_layout
36190
36191 \end_inset
36192 </cell>
36193 </row>
36194 <row topline="true">
36195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36196 \begin_inset Text
36197
36198 \begin_layout Standard
36199 col%
36200 \end_layout
36201
36202 \end_inset
36203 </cell>
36204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36205 \begin_inset Text
36206
36207 \begin_layout Standard
36208 % of column width
36209 \end_layout
36210
36211 \end_inset
36212 </cell>
36213 </row>
36214 <row topline="true">
36215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36216 \begin_inset Text
36217
36218 \begin_layout Standard
36219 page%
36220 \end_layout
36221
36222 \end_inset
36223 </cell>
36224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36225 \begin_inset Text
36226
36227 \begin_layout Standard
36228 % of paper width
36229 \end_layout
36230
36231 \end_inset
36232 </cell>
36233 </row>
36234 <row topline="true">
36235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36236 \begin_inset Text
36237
36238 \begin_layout Standard
36239 line%
36240 \end_layout
36241
36242 \end_inset
36243 </cell>
36244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36245 \begin_inset Text
36246
36247 \begin_layout Standard
36248 % of line width
36249 \end_layout
36250
36251 \end_inset
36252 </cell>
36253 </row>
36254 <row topline="true">
36255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36256 \begin_inset Text
36257
36258 \begin_layout Standard
36259 theight%
36260 \end_layout
36261
36262 \end_inset
36263 </cell>
36264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36265 \begin_inset Text
36266
36267 \begin_layout Standard
36268 % of text height
36269 \end_layout
36270
36271 \end_inset
36272 </cell>
36273 </row>
36274 <row topline="true">
36275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36276 \begin_inset Text
36277
36278 \begin_layout Standard
36279 pheight%
36280 \end_layout
36281
36282 \end_inset
36283 </cell>
36284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36285 \begin_inset Text
36286
36287 \begin_layout Standard
36288 % of paper height
36289 \end_layout
36290
36291 \end_inset
36292 </cell>
36293 </row>
36294 <row topline="true">
36295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Standard
36299 ex
36300 \end_layout
36301
36302 \end_inset
36303 </cell>
36304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36305 \begin_inset Text
36306
36307 \begin_layout Standard
36308 height of letter 
36309 \emph on
36310 x
36311 \emph default
36312  in current font
36313 \end_layout
36314
36315 \end_inset
36316 </cell>
36317 </row>
36318 <row topline="true">
36319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36320 \begin_inset Text
36321
36322 \begin_layout Standard
36323 em
36324 \end_layout
36325
36326 \end_inset
36327 </cell>
36328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36329 \begin_inset Text
36330
36331 \begin_layout Standard
36332 width of letter 
36333 \emph on
36334 M
36335 \emph default
36336  in current font
36337 \end_layout
36338
36339 \end_inset
36340 </cell>
36341 </row>
36342 <row topline="true" bottomline="true">
36343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36344 \begin_inset Text
36345
36346 \begin_layout Standard
36347 mu
36348 \end_layout
36349
36350 \end_inset
36351 </cell>
36352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36353 \begin_inset Text
36354
36355 \begin_layout Standard
36356 math unit (1\InsetSpace \thinspace{}
36357 mu = 1/18\InsetSpace \thinspace{}
36358 em)
36359 \end_layout
36360
36361 \end_inset
36362 </cell>
36363 </row>
36364 </lyxtabular>
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \end_inset
36372
36373
36374 \end_layout
36375
36376 \begin_layout Chapter
36377 Credits
36378 \begin_inset LatexCommand label
36379 name "cha:Credits"
36380
36381 \end_inset
36382
36383
36384 \end_layout
36385
36386 \begin_layout Standard
36387 The documentation is a collaborative effort between many different people
36388  (and we would encourage people to contribute!).
36389 \end_layout
36390
36391 \begin_layout Itemize
36392
36393 \noun on
36394 Alejandro Aguilar Sierra
36395 \end_layout
36396
36397 \begin_layout Itemize
36398
36399 \noun on
36400 Amir Karger
36401 \end_layout
36402
36403 \begin_layout Itemize
36404
36405 \noun on
36406 David Johnson
36407 \end_layout
36408
36409 \begin_layout Itemize
36410
36411 \noun on
36412 Hartmut Haase
36413 \end_layout
36414
36415 \begin_layout Itemize
36416
36417 \noun on
36418 Ignacio García
36419 \end_layout
36420
36421 \begin_layout Itemize
36422
36423 \noun on
36424 Ivan Schreter
36425 \end_layout
36426
36427 \begin_layout Itemize
36428
36429 \noun on
36430 John Raithel
36431 \end_layout
36432
36433 \begin_layout Itemize
36434
36435 \noun on
36436 John Weiss
36437 \end_layout
36438
36439 \begin_layout Itemize
36440
36441 \noun on
36442 Lars Gullik Bjønnes
36443 \end_layout
36444
36445 \begin_layout Itemize
36446
36447 \noun on
36448 Matthias Ettrich
36449 \end_layout
36450
36451 \begin_layout Itemize
36452
36453 \noun on
36454 Matthias Zenker
36455 \end_layout
36456
36457 \begin_layout Itemize
36458
36459 \noun on
36460 Rich Fields
36461 \end_layout
36462
36463 \begin_layout Itemize
36464
36465 \noun on
36466 Pascal André
36467 \end_layout
36468
36469 \begin_layout Itemize
36470
36471 \noun on
36472 Paul Evans
36473 \end_layout
36474
36475 \begin_layout Itemize
36476
36477 \noun on
36478 Paul Russel
36479 \end_layout
36480
36481 \begin_layout Itemize
36482
36483 \noun on
36484 Robin Socha
36485 \end_layout
36486
36487 \begin_layout Itemize
36488
36489 \noun on
36490 Uwe Stöhr
36491 \end_layout
36492
36493 \begin_layout Itemize
36494 The LyX Team: 
36495 \begin_inset LatexCommand cite
36496 key "lyxcredit"
36497
36498 \end_inset
36499
36500
36501 \end_layout
36502
36503 \begin_layout Standard
36504
36505 \newpage
36506 Bibliography created with the 
36507 \family sans
36508 Bibliography
36509 \family default
36510  environment:
36511 \end_layout
36512
36513 \begin_layout Bibliography
36514 \begin_inset LatexCommand bibitem
36515 label "Credits"
36516 key "lyxcredit"
36517
36518 \end_inset
36519
36520
36521 \begin_inset ERT
36522 status collapsed
36523
36524 \begin_layout Standard
36525
36526
36527 \backslash
36528 addcontentsline{toc}{chapter}{
36529 \backslash
36530 bibname
36531 \backslash
36532 ; 1}
36533 \end_layout
36534
36535 \end_inset
36536
36537
36538 \begin_inset Note Note
36539 status collapsed
36540
36541 \begin_layout Standard
36542 The command 
36543 \series bold
36544
36545 \backslash
36546 addcontentsline
36547 \series default
36548  is explained in the 
36549 \emph on
36550 Extended Features
36551 \emph default
36552  manual.
36553  It creates a TOC entry.
36554 \end_layout
36555
36556 \begin_layout Standard
36557 A manual TOC entry for the bibliography is only necessary because we use
36558  two different ones in one document.
36559 \end_layout
36560
36561 \end_inset
36562
36563 The LyX Team: 
36564 \begin_inset ERT
36565 status collapsed
36566
36567 \begin_layout Standard
36568
36569
36570 \backslash
36571 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
36572 \end_layout
36573
36574 \end_inset
36575
36576 Credits
36577 \begin_inset ERT
36578 status collapsed
36579
36580 \begin_layout Standard
36581
36582 }
36583 \end_layout
36584
36585 \end_inset
36586
36587
36588 \begin_inset Note Note
36589 status collapsed
36590
36591 \begin_layout Standard
36592 The command 
36593 \series bold
36594
36595 \backslash
36596 href
36597 \series default
36598  is explained in the 
36599 \emph on
36600 Embedded Objects
36601 \emph default
36602  manual.
36603  It creates a hyperlink.
36604 \end_layout
36605
36606 \end_inset
36607
36608 :
36609 \newline
36610
36611 \begin_inset LatexCommand url
36612 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
36613
36614 \end_inset
36615
36616
36617 \end_layout
36618
36619 \begin_layout Bibliography
36620 \begin_inset LatexCommand bibitem
36621 key "latexcompanion"
36622
36623 \end_inset
36624
36625 Frank Mittelbach and Michel Goossens: 
36626 \emph on
36627 The LaTeX Companion Second Edition.
36628
36629 \emph default
36630  Addison-Wesley, 2004
36631 \end_layout
36632
36633 \begin_layout Bibliography
36634 \begin_inset LatexCommand bibitem
36635 key "latexguide"
36636
36637 \end_inset
36638
36639 Helmut Kopka and Patrick W.
36640  Daly: 
36641 \emph on
36642 A Guide to LaTeX Fourth Edition.
36643
36644 \emph default
36645  Addison-Wesley, 2003
36646 \end_layout
36647
36648 \begin_layout Bibliography
36649 \begin_inset LatexCommand bibitem
36650 key "latexbook"
36651
36652 \end_inset
36653
36654 Leslie Lamport: 
36655 \emph on
36656 LaTeX: A Document Preparation System.
36657
36658 \emph default
36659  Addison-Wesley, second edition, 1994
36660 \end_layout
36661
36662 \begin_layout Bibliography
36663 \begin_inset LatexCommand bibitem
36664 key "texbook"
36665
36666 \end_inset
36667
36668 Donald E.
36669  Knuth.
36670  
36671 \emph on
36672 The TeXbook.
36673
36674 \emph default
36675  Addison-Wesley, 1984
36676 \end_layout
36677
36678 \begin_layout Bibliography
36679 \begin_inset LatexCommand bibitem
36680 key "TeXCatalogue"
36681
36682 \end_inset
36683
36684 The TeX Catalogue:
36685 \newline
36686
36687 \begin_inset LatexCommand url
36688 target "http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html"
36689
36690 \end_inset
36691
36692
36693 \end_layout
36694
36695 \begin_layout Bibliography
36696 \begin_inset LatexCommand bibitem
36697 key "LaTeXFAQ"
36698
36699 \end_inset
36700
36701
36702 \begin_inset LatexCommand url
36703 name "The LaTeX FAQ:"
36704 target "http://www.tex.ac.uk/cgi-bin/texfaq2html"
36705
36706 \end_inset
36707
36708
36709 \end_layout
36710
36711 \begin_layout Bibliography
36712 \begin_inset LatexCommand bibitem
36713 key "caption"
36714
36715 \end_inset
36716
36717
36718 \begin_inset ERT
36719 status collapsed
36720
36721 \begin_layout Standard
36722
36723
36724 \backslash
36725 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
36726 \end_layout
36727
36728 \end_inset
36729
36730 Documentation
36731 \begin_inset ERT
36732 status collapsed
36733
36734 \begin_layout Standard
36735
36736 }
36737 \end_layout
36738
36739 \end_inset
36740
36741  of the LaTeX-package 
36742 \series bold
36743 caption
36744 \series default
36745
36746 \begin_inset LatexCommand index
36747 name "LaTeX-packages ! caption"
36748
36749 \end_inset
36750
36751 :
36752 \newline
36753
36754 \begin_inset LatexCommand url
36755 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \begin_layout Bibliography
36763 \begin_inset LatexCommand bibitem
36764 key "fancyhdr"
36765
36766 \end_inset
36767
36768
36769 \begin_inset ERT
36770 status collapsed
36771
36772 \begin_layout Standard
36773
36774
36775 \backslash
36776 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf}
36777 {
36778 \end_layout
36779
36780 \end_inset
36781
36782 Documentation
36783 \begin_inset ERT
36784 status collapsed
36785
36786 \begin_layout Standard
36787
36788 }
36789 \end_layout
36790
36791 \end_inset
36792
36793  of the LaTeX-package 
36794 \series bold
36795 fancyhdr
36796 \series default
36797
36798 \begin_inset LatexCommand index
36799 name "LaTeX-packages ! fancyhdr"
36800
36801 \end_inset
36802
36803 :
36804 \newline
36805
36806 \begin_inset LatexCommand url
36807 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
36808
36809 \end_inset
36810
36811
36812 \end_layout
36813
36814 \begin_layout Bibliography
36815 \begin_inset LatexCommand bibitem
36816 key "floatflt"
36817
36818 \end_inset
36819
36820
36821 \begin_inset ERT
36822 status collapsed
36823
36824 \begin_layout Standard
36825
36826
36827 \backslash
36828 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
36829 {
36830 \end_layout
36831
36832 \end_inset
36833
36834 Documentation
36835 \begin_inset ERT
36836 status collapsed
36837
36838 \begin_layout Standard
36839
36840 }
36841 \end_layout
36842
36843 \end_inset
36844
36845  of the LaTeX-package 
36846 \series bold
36847 floatflt
36848 \series default
36849
36850 \begin_inset LatexCommand index
36851 name "LaTeX-packages ! floatflt"
36852
36853 \end_inset
36854
36855 :
36856 \newline
36857
36858 \begin_inset LatexCommand url
36859 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf"
36860
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \begin_layout Bibliography
36867 \begin_inset LatexCommand bibitem
36868 key "nomencl"
36869
36870 \end_inset
36871
36872
36873 \begin_inset ERT
36874 status collapsed
36875
36876 \begin_layout Standard
36877
36878
36879 \backslash
36880 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf}{
36881 \end_layout
36882
36883 \end_inset
36884
36885 Documentation
36886 \begin_inset ERT
36887 status collapsed
36888
36889 \begin_layout Standard
36890
36891 }
36892 \end_layout
36893
36894 \end_inset
36895
36896  of the LaTeX-package 
36897 \series bold
36898 nomencl
36899 \series default
36900
36901 \begin_inset LatexCommand index
36902 name "LaTeX-packages ! nomencl"
36903
36904 \end_inset
36905
36906 :
36907 \newline
36908
36909 \begin_inset LatexCommand url
36910 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
36911
36912 \end_inset
36913
36914
36915 \end_layout
36916
36917 \begin_layout Bibliography
36918 \begin_inset LatexCommand bibitem
36919 key "tipa"
36920
36921 \end_inset
36922
36923
36924 \begin_inset ERT
36925 status collapsed
36926
36927 \begin_layout Standard
36928
36929
36930 \backslash
36931 href{http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf}{
36932 \end_layout
36933
36934 \end_inset
36935
36936 Documentation
36937 \begin_inset ERT
36938 status collapsed
36939
36940 \begin_layout Standard
36941
36942 }
36943 \end_layout
36944
36945 \end_inset
36946
36947  of the LaTeX-package 
36948 \series bold
36949 tipa
36950 \series default
36951
36952 \begin_inset LatexCommand index
36953 name "LaTeX-packages ! tipa"
36954
36955 \end_inset
36956
36957 :
36958 \newline
36959
36960 \begin_inset LatexCommand url
36961 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
36962
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \begin_layout Bibliography
36969 \begin_inset LatexCommand bibitem
36970 key "XeTeX"
36971
36972 \end_inset
36973
36974
36975 \begin_inset ERT
36976 status collapsed
36977
36978 \begin_layout Standard
36979
36980
36981 \backslash
36982 href{http://wiki.lyx.org/LyX/XeTeX}{
36983 \end_layout
36984
36985 \end_inset
36986
36987 Wiki-page
36988 \begin_inset ERT
36989 status collapsed
36990
36991 \begin_layout Standard
36992
36993 }
36994 \end_layout
36995
36996 \end_inset
36997
36998  how to use LyX with XeTeX:
36999 \newline
37000
37001 \begin_inset LatexCommand url
37002 target "http://wiki.lyx.org/LyX/XeTeX"
37003
37004 \end_inset
37005
37006
37007 \end_layout
37008
37009 \begin_layout Bibliography
37010 \begin_inset LatexCommand bibitem
37011 key "Arabic"
37012
37013 \end_inset
37014
37015
37016 \begin_inset ERT
37017 status collapsed
37018
37019 \begin_layout Standard
37020
37021
37022 \backslash
37023 href{http://wiki.lyx.org/Windows/Arabic}{
37024 \end_layout
37025
37026 \end_inset
37027
37028 Wiki-page
37029 \begin_inset ERT
37030 status collapsed
37031
37032 \begin_layout Standard
37033
37034 }
37035 \end_layout
37036
37037 \end_inset
37038
37039  how to set up LyX for Arabic:
37040 \newline
37041
37042 \begin_inset LatexCommand url
37043 target "http://wiki.lyx.org/Windows/Arabic"
37044
37045 \end_inset
37046
37047
37048 \end_layout
37049
37050 \begin_layout Bibliography
37051 \begin_inset LatexCommand bibitem
37052 key "Armenian"
37053
37054 \end_inset
37055
37056
37057 \begin_inset ERT
37058 status collapsed
37059
37060 \begin_layout Standard
37061
37062
37063 \backslash
37064 href{http://wiki.lyx.org/Windows/Armenian}{
37065 \end_layout
37066
37067 \end_inset
37068
37069 Wiki-page
37070 \begin_inset ERT
37071 status collapsed
37072
37073 \begin_layout Standard
37074
37075 }
37076 \end_layout
37077
37078 \end_inset
37079
37080  how to set up LyX for Armenian:
37081 \newline
37082
37083 \begin_inset LatexCommand url
37084 target "http://wiki.lyx.org/Windows/Armenian"
37085
37086 \end_inset
37087
37088
37089 \end_layout
37090
37091 \begin_layout Bibliography
37092 \begin_inset LatexCommand bibitem
37093 key "Farsi"
37094
37095 \end_inset
37096
37097
37098 \begin_inset ERT
37099 status collapsed
37100
37101 \begin_layout Standard
37102
37103
37104 \backslash
37105 href{http://wiki.lyx.org/Windows/Farsi}{
37106 \end_layout
37107
37108 \end_inset
37109
37110 Wiki-page
37111 \begin_inset ERT
37112 status collapsed
37113
37114 \begin_layout Standard
37115
37116 }
37117 \end_layout
37118
37119 \end_inset
37120
37121  how to set up LyX for Farsi:
37122 \newline
37123
37124 \begin_inset LatexCommand url
37125 target "http://wiki.lyx.org/Windows/Farsi"
37126
37127 \end_inset
37128
37129
37130 \end_layout
37131
37132 \begin_layout Bibliography
37133 \begin_inset LatexCommand bibitem
37134 key "Hebrew"
37135
37136 \end_inset
37137
37138
37139 \begin_inset ERT
37140 status collapsed
37141
37142 \begin_layout Standard
37143
37144
37145 \backslash
37146 href{http://wiki.lyx.org/Windows/Hebrew}{
37147 \end_layout
37148
37149 \end_inset
37150
37151 Wiki-page
37152 \begin_inset ERT
37153 status collapsed
37154
37155 \begin_layout Standard
37156
37157 }
37158 \end_layout
37159
37160 \end_inset
37161
37162  how to set up LyX for Hebrew:
37163 \newline
37164
37165 \begin_inset LatexCommand url
37166 target "http://wiki.lyx.org/Windows/Hebrew"
37167
37168 \end_inset
37169
37170
37171 \end_layout
37172
37173 \begin_layout Bibliography
37174 \begin_inset LatexCommand bibitem
37175 key "LyX-func"
37176
37177 \end_inset
37178
37179
37180 \begin_inset ERT
37181 status collapsed
37182
37183 \begin_layout Standard
37184
37185
37186 \backslash
37187 href{http://wiki.lyx.org/LyX/LyxFunctionList1-5-1}{
37188 \end_layout
37189
37190 \end_inset
37191
37192 Wiki-page
37193 \begin_inset ERT
37194 status collapsed
37195
37196 \begin_layout Standard
37197
37198 }
37199 \end_layout
37200
37201 \end_inset
37202
37203  with a list of all available LyX-functions:
37204 \newline
37205
37206 \begin_inset LatexCommand url
37207 target "http://wiki.lyx.org/LyX/LyxFunctionList1-5-1"
37208
37209 \end_inset
37210
37211
37212 \end_layout
37213
37214 \begin_layout Standard
37215
37216 \newpage
37217
37218 \begin_inset LatexCommand bibtex
37219 options "biblio/alphadin"
37220 bibfiles "biblio/LyXDocs"
37221
37222 \end_inset
37223
37224
37225 \end_layout
37226
37227 \begin_layout Standard
37228 The above bibliography is created from a BibTeX-database.
37229 \end_layout
37230
37231 \begin_layout Standard
37232 \begin_inset ERT
37233 status collapsed
37234
37235 \begin_layout Standard
37236
37237
37238 \backslash
37239 addcontentsline{toc}{chapter}{
37240 \backslash
37241 bibname
37242 \backslash
37243 ; 2}
37244 \end_layout
37245
37246 \end_inset
37247
37248
37249 \begin_inset Note Note
37250 status collapsed
37251
37252 \begin_layout Standard
37253 The command 
37254 \series bold
37255
37256 \backslash
37257 addcontentsline
37258 \series default
37259  is explained in the 
37260 \emph on
37261 Extended Features
37262 \emph default
37263  manual.
37264  It creates a TOC entry.
37265 \end_layout
37266
37267 \begin_layout Standard
37268 A manual TOC entry for the bibliography is only necessary because we use
37269  two different ones in one document.
37270 \end_layout
37271
37272 \end_inset
37273
37274
37275 \end_layout
37276
37277 \begin_layout Standard
37278
37279 \series bold
37280 \begin_inset LatexCommand printnomenclature
37281
37282 \end_inset
37283
37284
37285 \begin_inset LatexCommand printindex
37286
37287 \end_inset
37288
37289
37290 \end_layout
37291
37292 \end_body
37293 \end_document