]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
Further cleanup, remove encoding since we now use utf-8 for all languages
[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 \begin_inset Note Note
12930 status collapsed
12931
12932 \begin_layout Standard
12933 The braces in ERT are here to avoid that the 
12934 \begin_inset Quotes eld
12935 \end_inset
12936
12937 command
12938 \begin_inset Quotes erd
12939 \end_inset
12940
12941  appear as proper name in the output, see the last paragraph of this section.
12942  To create proper names omit the ERT.
12943 \end_layout
12944
12945 \end_inset
12946
12947  Note the order of the upper-and lowercase letters! LyX recognizes the following
12948  proper names:
12949 \end_layout
12950
12951 \begin_layout Description
12952 LyX The name of the game, write 
12953 \begin_inset Quotes eld
12954 \end_inset
12955
12956 L
12957 \begin_inset ERT
12958 status collapsed
12959
12960 \begin_layout Standard
12961
12962 {}
12963 \end_layout
12964
12965 \end_inset
12966
12967 yX
12968 \begin_inset Quotes erd
12969 \end_inset
12970
12971  to produce it.
12972 \end_layout
12973
12974 \begin_layout Description
12975 TeX The program used by LaTeX, write 
12976 \begin_inset Quotes eld
12977 \end_inset
12978
12979 T
12980 \begin_inset ERT
12981 status collapsed
12982
12983 \begin_layout Standard
12984
12985 {}
12986 \end_layout
12987
12988 \end_inset
12989
12990 eX
12991 \begin_inset Quotes erd
12992 \end_inset
12993
12994  to produce it.
12995 \end_layout
12996
12997 \begin_layout Description
12998 LaTeX The program used by LyX, write 
12999 \begin_inset Quotes eld
13000 \end_inset
13001
13002 LaT
13003 \begin_inset ERT
13004 status collapsed
13005
13006 \begin_layout Standard
13007
13008 {}
13009 \end_layout
13010
13011 \end_inset
13012
13013 eX
13014 \begin_inset Quotes erd
13015 \end_inset
13016
13017  to produce it.
13018 \end_layout
13019
13020 \begin_layout Description
13021 LaTeX2e The actual version of LaTeX, write 
13022 \begin_inset Quotes eld
13023 \end_inset
13024
13025 LaT
13026 \begin_inset ERT
13027 status collapsed
13028
13029 \begin_layout Standard
13030
13031 {}
13032 \end_layout
13033
13034 \end_inset
13035
13036 eX2e
13037 \begin_inset Quotes erd
13038 \end_inset
13039
13040  to produce it.
13041 \end_layout
13042
13043 \begin_layout Standard
13044 You might wonder why the LaTeX-version is 
13045 \begin_inset Quotes eld
13046 \end_inset
13047
13048 2
13049 \begin_inset Formula $\epsilon$
13050 \end_inset
13051
13052
13053 \begin_inset Quotes erd
13054 \end_inset
13055
13056 .
13057  It's an old tradition in the TeX-world to give programs geek version numbers.
13058  For example the version number of TeX converges to the number 
13059 \begin_inset Formula $\pi$
13060 \end_inset
13061
13062 : The actual version is 
13063 \begin_inset Quotes eld
13064 \end_inset
13065
13066 TeX-3.141592
13067 \begin_inset Quotes erd
13068 \end_inset
13069
13070 , the previous one was 
13071 \begin_inset Quotes eld
13072 \end_inset
13073
13074 TeX-3.14159
13075 \begin_inset Quotes erd
13076 \end_inset
13077
13078 .
13079 \end_layout
13080
13081 \begin_layout Standard
13082 If you don't want to use proper names, e.g.
13083  in section headings, you can insert two empty braces in ERT in the word.
13084  This will look in LyX like: 
13085 \begin_inset Graphics
13086         filename clipart/LaTeX.png
13087
13088 \end_inset
13089
13090
13091 \newline
13092 For more about ERT, look at section\InsetSpace ~
13093
13094 \begin_inset LatexCommand ref
13095 reference "sec:ERT"
13096
13097 \end_inset
13098
13099 .
13100 \end_layout
13101
13102 \begin_layout Subsection
13103 Units
13104 \begin_inset LatexCommand index
13105 name "Typography ! Units"
13106
13107 \end_inset
13108
13109
13110 \end_layout
13111
13112 \begin_layout Standard
13113 Generally the space between units and the number is smaller than the normal
13114  space between two words.
13115  As you can see in the example below, it looks better when the space is
13116  smaller.
13117  To get such a 
13118 \begin_inset Quotes eld
13119 \end_inset
13120
13121 half space
13122 \begin_inset Quotes erd
13123 \end_inset
13124
13125  for units use the menu 
13126 \family sans
13127 Insert\SpecialChar \menuseparator
13128 Formatting\SpecialChar \menuseparator
13129 Thin\InsetSpace ~
13130 Space
13131 \family default
13132  (shortcut 
13133 \family sans
13134 C-S-Space
13135 \family default
13136 ).
13137 \end_layout
13138
13139 \begin_layout Standard
13140 Here's an example to show the differences:
13141 \end_layout
13142
13143 \begin_layout Standard
13144 \begin_inset Tabular
13145 <lyxtabular version="3" rows="2" columns="2">
13146 <features>
13147 <column alignment="left" valignment="top" width="0">
13148 <column alignment="left" valignment="top" width="0">
13149 <row>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Standard
13154 24\InsetSpace ~
13155 kW
13156 \begin_inset Formula $\cdot$
13157 \end_inset
13158
13159 h
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Standard
13168 space between number and unit
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 </row>
13174 <row>
13175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Standard
13179 24\InsetSpace \thinspace{}
13180 kW
13181 \begin_inset Formula $\cdot$
13182 \end_inset
13183
13184 h
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Standard
13193 half space between number and unit
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 </row>
13199 </lyxtabular>
13200
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \begin_layout Subsection
13207 Widows and Orphans
13208 \begin_inset LatexCommand index
13209 name "Typography ! Widows and orphans"
13210
13211 \end_inset
13212
13213
13214 \begin_inset LatexCommand label
13215 name "sub:Widows"
13216
13217 \end_inset
13218
13219
13220 \end_layout
13221
13222 \begin_layout Standard
13223 In the early days of word processors, page breaks went wherever the page
13224  happened to end.
13225  There was no regard for what was actually going on in the text.
13226  You may remember once printing out a document, only to find the heading
13227  for a new section printed at the very bottom of the page, the first line
13228  of a new paragraph all alone at the bottom of a page, or the last line
13229  of a paragraph at the top of a new page.
13230  These dangly-bits of text became known as 
13231 \emph on
13232 widows
13233 \emph default
13234  and 
13235 \emph on
13236 orphans
13237 \emph default
13238 .
13239 \end_layout
13240
13241 \begin_layout Standard
13242 Clearly, LyX can avoid breaking pages after a section heading.
13243  That's part of the advantage of paragraph environments.
13244  But what about widows and orphans, where the page breaks leave one line
13245  of a paragraph all alone at the top or bottom of a page? There are rules
13246  built into LaTeX governing page breaks, and some of those rules are there
13247  to specifically prevent widows and orphans.
13248  This is the advantage LyX has in using LaTeX as its backend.
13249 \end_layout
13250
13251 \begin_layout Standard
13252 There's no way we can go into how TeX and LaTeX decide to break a page,
13253  or how you can tweak that behavior.
13254  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13255
13256 \begin_inset LatexCommand cite
13257 key "latexcompanion"
13258
13259 \end_inset
13260
13261  or\InsetSpace ~
13262
13263 \begin_inset LatexCommand cite
13264 key "latexguide"
13265
13266 \end_inset
13267
13268 ] may have more information.
13269  You will almost never need to worry about this, however.
13270 \end_layout
13271
13272 \begin_layout Chapter
13273 Notes, Graphics, Tables, and Floats
13274 \begin_inset LatexCommand label
13275 name "cha:Floats-and-Notes"
13276
13277 \end_inset
13278
13279
13280 \end_layout
13281
13282 \begin_layout Standard
13283 The issues of this chapter are described in detail in the 
13284 \emph on
13285 Embedded Objects
13286 \emph default
13287  manual.
13288  There you'll also find tips and tricks for special cases.
13289 \end_layout
13290
13291 \begin_layout Section
13292 Notes
13293 \begin_inset LatexCommand index
13294 name "Notes"
13295
13296 \end_inset
13297
13298
13299 \begin_inset LatexCommand label
13300 name "sec:Notes"
13301
13302 \end_inset
13303
13304
13305 \end_layout
13306
13307 \begin_layout Standard
13308 LyX offers you a few types of notes to add to your document:
13309 \end_layout
13310
13311 \begin_layout Description
13312 LyX\InsetSpace ~
13313 Note This note type is for internal notes that won't appear in the output.
13314 \newline
13315
13316 \begin_inset Note Note
13317 status open
13318
13319 \begin_layout Standard
13320 This is text in a note box that doesn't appear in the output.
13321 \end_layout
13322
13323 \end_inset
13324
13325
13326 \end_layout
13327
13328 \begin_layout Description
13329 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
13330 ent, when you export the document to LaTeX via the menu 
13331 \family sans
13332 File\SpecialChar \menuseparator
13333 Export\SpecialChar \menuseparator
13334 LaTeX (pdflatex) / (plain)
13335 \family default
13336 .
13337 \newline
13338
13339 \begin_inset Note Comment
13340 status open
13341
13342 \begin_layout Standard
13343 This is text in a note box that only appears as comment in LaTeX-files.
13344 \end_layout
13345
13346 \end_inset
13347
13348
13349 \end_layout
13350
13351 \begin_layout Description
13352 Greyed\InsetSpace ~
13353 Out This note will appear in the output as grey text.
13354 \newline
13355
13356 \newline
13357
13358 \begin_inset Note Greyedout
13359 status open
13360
13361 \begin_layout Standard
13362 This is text
13363 \begin_inset Foot
13364 status collapsed
13365
13366 \begin_layout Standard
13367 This is an example footnote within a greyed out note.
13368  In this document the greyed out note color is redefined to blue.
13369  How this can be done is explained in the 
13370 \emph on
13371 Embedded Objects
13372 \emph default
13373  manual.
13374 \end_layout
13375
13376 \end_inset
13377
13378  of a comment that appears in the output as grey text.
13379 \end_layout
13380
13381 \end_inset
13382
13383
13384 \newline
13385
13386 \newline
13387 As you can see in the example, the first line of greyed out notes is a bit
13388  indented and greyed out notes can have footnotes.
13389 \end_layout
13390
13391 \begin_layout Description
13392 Framed This note will appear in the output as framed text.
13393  
13394 \begin_inset Note Framed
13395 status open
13396
13397 \begin_layout Standard
13398 This is text in a note box that appears framed in the output.
13399 \end_layout
13400
13401 \end_inset
13402
13403  In contrary to framed boxes like the one in section\InsetSpace ~
13404
13405 \begin_inset LatexCommand ref
13406 reference "sub:ERT-Boxes"
13407
13408 \end_inset
13409
13410 , the frame uses always the whole text width and the note is set into its
13411  own paragraph.
13412 \end_layout
13413
13414 \begin_layout Description
13415 Shaded This note will appear in the output with red background color.
13416 \begin_inset Note Shaded
13417 status open
13418
13419 \begin_layout Standard
13420 This text in a note box appears in the output with red background.
13421 \end_layout
13422
13423 \end_inset
13424
13425 In contrary to colored boxes, the note uses always the whole text width
13426  and the note is set into its own paragraph.
13427 \end_layout
13428
13429 \begin_layout Standard
13430 Notes are inserted with the toolbar button 
13431 \begin_inset Graphics
13432         filename ../images/note-insert.png
13433         scale 85
13434         scaleBeforeRotation
13435
13436 \end_inset
13437
13438  or the menu 
13439 \family sans
13440 Insert\SpecialChar \menuseparator
13441 Note
13442 \family default
13443 .
13444  Right-click on the appearing note box to select the note type.
13445 \end_layout
13446
13447 \begin_layout Section
13448 Footnotes
13449 \begin_inset LatexCommand index
13450 name "Footnotes"
13451
13452 \end_inset
13453
13454
13455 \begin_inset LatexCommand label
13456 name "sec:Footnotes"
13457
13458 \end_inset
13459
13460
13461 \end_layout
13462
13463 \begin_layout Standard
13464 LyX uses boxes to display footnotes: When you insert a footnote using the
13465  menu 
13466 \family sans
13467 Insert\SpecialChar \menuseparator
13468 Footnote
13469 \family default
13470  or the toolbar button 
13471 \begin_inset Graphics
13472         filename ../images/footnote-insert.png
13473
13474 \end_inset
13475
13476
13477 \family roman
13478 \series medium
13479 \bar no
13480 you'll see
13481 \family default
13482 \series default
13483 \bar default
13484  the following box: 
13485 \begin_inset Graphics
13486         filename clipart/footnoteQt4.png
13487         scale 80
13488
13489 \end_inset
13490
13491
13492 \family roman
13493 \series medium
13494 \bar no
13495 .
13496  This box is LyX's representation of your footnote.
13497  If you
13498 \family default
13499 \series default
13500 \bar default
13501  left-click on 
13502 \family roman
13503 \series medium
13504 \bar no
13505 the 
13506 \begin_inset Quotes eld
13507 \end_inset
13508
13509
13510 \family sans
13511 foot
13512 \family roman
13513
13514 \begin_inset Quotes erd
13515 \end_inset
13516
13517
13518 \family default
13519 \series default
13520 \bar default
13521  
13522 \family roman
13523 \series medium
13524 \bar no
13525 label, the box will
13526 \family default
13527 \series default
13528 \bar default
13529  be opened and you can enter the footnote text into it.
13530  Clicking on the box label again, will close 
13531 \family roman
13532 \series medium
13533 \bar no
13534 the
13535 \family default
13536 \series default
13537 \bar default
13538  box
13539 \family roman
13540 \series medium
13541 \bar no
13542 .
13543  If you want to turn existing text into a footnote, simply mark it and click
13544  on the footnote
13545 \family default
13546 \series default
13547 \bar default
13548  toolbar 
13549 \family roman
13550 \series medium
13551 \bar no
13552 button
13553 \family default
13554 \series default
13555 \bar default
13556 .
13557 \end_layout
13558
13559 \begin_layout Standard
13560 Here's an example footnote:
13561 \family roman
13562 \series medium
13563 \bar no
13564
13565 \begin_inset Foot
13566 status open
13567
13568 \begin_layout Standard
13569 To close a footnote, click on the red box at the top left.
13570 \end_layout
13571
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \begin_layout Standard
13578 The footnote will appear in the output as a superscript number at the text
13579  position where the footnote box is placed.
13580  The footnote text is placed at the bottom of the current page.
13581  The footnote number is calculated by LyX, the numbers are consecutive,
13582  no matter in which chapter the footnote is in.
13583  LyX doesn't support other numbering schemes yet, but you can get another
13584  scheme using special LaTeX-commands.
13585  T
13586 \family roman
13587 h
13588 \family default
13589 ey are described in the 
13590 \emph on
13591 Embedded Objects
13592 \emph default
13593  manual.
13594 \end_layout
13595
13596 \begin_layout Section
13597 Marginal Notes
13598 \begin_inset LatexCommand index
13599 name "Marginal notes"
13600
13601 \end_inset
13602
13603
13604 \begin_inset LatexCommand label
13605 name "sec:Marginal-Notes"
13606
13607 \end_inset
13608
13609
13610 \end_layout
13611
13612 \begin_layout Standard
13613 Marginal notes look and behave just like footnotes in LyX.
13614  When you insert a margin note via the menu 
13615 \family sans
13616 Insert\SpecialChar \menuseparator
13617 Marginal\InsetSpace ~
13618 Note
13619 \family default
13620  or the toolbar button 
13621 \begin_inset Graphics
13622         filename ../images/marginalnote-insert.png
13623
13624 \end_inset
13625
13626 , you'll see 
13627 \family roman
13628 \series medium
13629 a
13630 \family default
13631 \series default
13632  grey 
13633 \family roman
13634 \series medium
13635 box with a
13636 \family default
13637 \series default
13638  red 
13639 \family roman
13640 \series medium
13641 label 
13642 \begin_inset Quotes eld
13643 \end_inset
13644
13645 margin
13646 \begin_inset Quotes erd
13647 \end_inset
13648
13649  appearing within your text.
13650  This box is LyX's representation of your margin
13651 \family default
13652 \series default
13653 al 
13654 \family roman
13655 \series medium
13656 note.
13657 \end_layout
13658
13659 \begin_layout Standard
13660 At the side is an example marginal note.
13661 \family roman
13662 \series medium
13663
13664 \begin_inset Marginal
13665 status open
13666
13667 \begin_layout Standard
13668 This is a marginal note.
13669 \end_layout
13670
13671 \end_inset
13672
13673
13674 \end_layout
13675
13676 \begin_layout Standard
13677 Marginal notes appear at the right side in single-sided documents.
13678  In double-sided documents they appear in the outer margin -- left on even
13679  pages, right on odd pages.
13680 \end_layout
13681
13682 \begin_layout Section
13683 Graphics and Images
13684 \begin_inset LatexCommand index
13685 name "Images"
13686
13687 \end_inset
13688
13689
13690 \begin_inset LatexCommand index
13691 name "Graphics"
13692
13693 \end_inset
13694
13695
13696 \begin_inset LatexCommand label
13697 name "sec:Graphics"
13698
13699 \end_inset
13700
13701
13702 \end_layout
13703
13704 \begin_layout Standard
13705 To insert an image in your document, place the cursor at the text position
13706  you want and click on the toolbar icon 
13707 \begin_inset Graphics
13708         filename ../images/dialog-show-new-inset_graphics.png
13709
13710 \end_inset
13711
13712  or select 
13713 \family sans
13714 Insert\SpecialChar \menuseparator
13715 Graphics
13716 \family default
13717  from the menu.
13718  Then a dialog will appear to choose the file to load.
13719 \end_layout
13720
13721 \begin_layout Standard
13722 This dialog has numerous mostly self-explanatory parameters.
13723  The 
13724 \family sans
13725 Graphics
13726 \family default
13727  tab allows you to choose your image file.
13728  The appearance of the image inside LyX and in the output is adjusted separately.
13729  The image can be transformed by setting a rotation angle and a scaling
13730  factor.
13731  The scaling units are explained in Appendix\InsetSpace ~
13732
13733 \begin_inset LatexCommand ref
13734 reference "cha:Units-available-in"
13735
13736 \end_inset
13737
13738 .
13739 \end_layout
13740
13741 \begin_layout Standard
13742 In the tab 
13743 \family sans
13744 Clipping
13745 \family default
13746  it is possible to set image coordinates to adjust the height and width
13747  of the image in the output.
13748  The coordinates can also be calculated automatically by pressing the button
13749  
13750 \family sans
13751 Get\InsetSpace ~
13752 from\InsetSpace ~
13753 file
13754 \family default
13755 .
13756  The option 
13757 \family sans
13758 Clip\InsetSpace ~
13759 to\InsetSpace ~
13760 bounding\InsetSpace ~
13761 box
13762 \family default
13763  will only print the image region within the given coordinates.
13764  Normally you don't need to take care about image coordinates and can ignore
13765  the tab 
13766 \family sans
13767 Clipping
13768 \family default
13769 .
13770 \end_layout
13771
13772 \begin_layout Standard
13773 LaTeX experts can specify additional LaTeX options in the 
13774 \family sans
13775 Extras
13776 \family default
13777  tab.
13778  You can also set the 
13779 \family sans
13780 Subfigure
13781 \family default
13782  option here if the image is inside a figure float.
13783  This option is explained in section\InsetSpace ~
13784
13785 \begin_inset LatexCommand ref
13786 reference "sec:Figure-Floats"
13787
13788 \end_inset
13789
13790 .
13791  The option 
13792 \family sans
13793 Draft\InsetSpace ~
13794 mode
13795 \family default
13796  effects that the image don't appear in the output, only a frame with the
13797  image size is printed.
13798 \end_layout
13799
13800 \begin_layout Standard
13801 The graphics dialog can be called at any time by right-clicking on an image.
13802  The image will appear in the output exactly at the position where it is
13803  in the text.
13804  This is an example image in the PDF format within a separate, horizontally
13805  centered paragraph: 
13806 \end_layout
13807
13808 \begin_layout Standard
13809 \align center
13810 \begin_inset Graphics
13811         filename clipart/mobius.eps
13812         display color
13813         scale 70
13814         rotateOrigin center
13815
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \begin_layout Standard
13822 If you need image captions and want to reference images, you have to put
13823  the image into a float, see section\InsetSpace ~
13824
13825 \begin_inset LatexCommand ref
13826 reference "sec:Figure-Floats"
13827
13828 \end_inset
13829
13830 .
13831 \end_layout
13832
13833 \begin_layout Subsection
13834 Image Formats
13835 \begin_inset LatexCommand index
13836 name "Image formats"
13837
13838 \end_inset
13839
13840
13841 \begin_inset LatexCommand label
13842 name "sub:Image-Formats"
13843
13844 \end_inset
13845
13846
13847 \end_layout
13848
13849 \begin_layout Standard
13850 You can insert images in any known file format.
13851  But as we explained in section\InsetSpace ~
13852
13853 \begin_inset LatexCommand ref
13854 reference "sub:Output-file-formats"
13855
13856 \end_inset
13857
13858 , every output document format allows only a few image formats.
13859  LyX uses therefore the program 
13860 \family typewriter
13861 Imagemagick
13862 \family default
13863  in the background to convert the images to the right format.
13864  To increase your workflow by avoiding these conversions in the background,
13865  you can use only the image formats listed in the subsections of section\InsetSpace ~
13866
13867 \begin_inset LatexCommand ref
13868 reference "sub:Output-file-formats"
13869
13870 \end_inset
13871
13872 .
13873 \end_layout
13874
13875 \begin_layout Standard
13876 Similar to fonts there are two types of image formats:
13877 \end_layout
13878
13879 \begin_layout Description
13880 Bitmap\InsetSpace ~
13881 images consist of pixel values, often in a compressed form.
13882  They are therefore not fully scalable and look pixeled in large zooms.
13883  Well-known bitmap image formats are 
13884 \begin_inset Quotes eld
13885 \end_inset
13886
13887 Graphics Interchange Format
13888 \begin_inset Quotes erd
13889 \end_inset
13890
13891  (GIF, file extension 
13892 \begin_inset Quotes eld
13893 \end_inset
13894
13895
13896 \family typewriter
13897 .gif
13898 \family default
13899
13900 \begin_inset Quotes erd
13901 \end_inset
13902
13903 )
13904 \begin_inset LatexCommand index
13905 name "GIF|see{Image formats}"
13906
13907 \end_inset
13908
13909
13910 \begin_inset Quotes eld
13911 \end_inset
13912
13913 Portable Network Graphics
13914 \begin_inset Quotes erd
13915 \end_inset
13916
13917  (PNG, file extension 
13918 \begin_inset Quotes eld
13919 \end_inset
13920
13921
13922 \family typewriter
13923 .png
13924 \family default
13925
13926 \begin_inset Quotes erd
13927 \end_inset
13928
13929 )
13930 \begin_inset LatexCommand index
13931 name "PNG|see{Image formats}"
13932
13933 \end_inset
13934
13935 , and 
13936 \begin_inset Quotes eld
13937 \end_inset
13938
13939 Joint Photographic Experts Group
13940 \begin_inset Quotes erd
13941 \end_inset
13942
13943  (JPG, file extension 
13944 \begin_inset Quotes eld
13945 \end_inset
13946
13947
13948 \family typewriter
13949 .jpg
13950 \family default
13951
13952 \begin_inset Quotes erd
13953 \end_inset
13954
13955  or 
13956 \begin_inset Quotes eld
13957 \end_inset
13958
13959
13960 \family typewriter
13961 .jpeg
13962 \family default
13963
13964 \begin_inset Quotes erd
13965 \end_inset
13966
13967 )
13968 \begin_inset LatexCommand index
13969 name "JPG|see{Image formats}"
13970
13971 \end_inset
13972
13973 .
13974 \end_layout
13975
13976 \begin_layout Description
13977 Scalable\InsetSpace ~
13978 images consist of vectors and can therefore be scaled to any size
13979  without data loss.
13980  The scaling ability is necessary if you want to create presentations, because
13981  presentations are always scaled by the beamer.
13982  Scaling is also useful for online documents to let the user zoom into diagrams.
13983 \newline
13984 S
13985 calable image formats can be 
13986 \begin_inset Quotes eld
13987 \end_inset
13988
13989 Scalable Vector Graphics
13990 \begin_inset Quotes erd
13991 \end_inset
13992
13993  (SVG, file extension 
13994 \begin_inset Quotes eld
13995 \end_inset
13996
13997
13998 \family typewriter
13999 .svg
14000 \family default
14001
14002 \begin_inset Quotes erd
14003 \end_inset
14004
14005 )
14006 \begin_inset LatexCommand index
14007 name "SVG|see{Image formats}"
14008
14009 \end_inset
14010
14011
14012 \begin_inset Quotes eld
14013 \end_inset
14014
14015 Encapsulated PostScript
14016 \begin_inset Quotes erd
14017 \end_inset
14018
14019  (EPS, file extension 
14020 \begin_inset Quotes eld
14021 \end_inset
14022
14023
14024 \family typewriter
14025 .eps
14026 \family default
14027
14028 \begin_inset Quotes erd
14029 \end_inset
14030
14031 )
14032 \begin_inset LatexCommand index
14033 name "EPS|see{Image formats}"
14034
14035 \end_inset
14036
14037 , and 
14038 \begin_inset Quotes eld
14039 \end_inset
14040
14041 Portable Document Format
14042 \begin_inset Quotes erd
14043 \end_inset
14044
14045  (PDF, file extension 
14046 \begin_inset Quotes eld
14047 \end_inset
14048
14049
14050 \family typewriter
14051 .pdf
14052 \family default
14053
14054 \begin_inset Quotes erd
14055 \end_inset
14056
14057 )
14058 \begin_inset LatexCommand index
14059 name "PDF"
14060
14061 \end_inset
14062
14063 .
14064  We say it can be, because you can convert any bitmap image format to PDF
14065  or EPS and the result won't be scalable.
14066  In this cases only a header with the image properties is added to the original
14067  image
14068 \begin_inset Foot
14069 status collapsed
14070
14071 \begin_layout Standard
14072 In the case of PDF, the original image is additionally compressed.
14073 \end_layout
14074
14075 \end_inset
14076
14077 .
14078 \end_layout
14079
14080 \begin_layout Standard
14081 Normally one can't convert a bitmap image into a scalable one, only vice
14082  versa.
14083 \end_layout
14084
14085 \begin_layout Section
14086 Tables
14087 \begin_inset LatexCommand index
14088 name "Tables"
14089
14090 \end_inset
14091
14092
14093 \begin_inset LatexCommand label
14094 name "sec:Tables"
14095
14096 \end_inset
14097
14098
14099 \end_layout
14100
14101 \begin_layout Standard
14102 You can insert a table using either the toolbar button 
14103 \begin_inset Graphics
14104         filename ../images/tabular-insert.png
14105         scale 85
14106
14107 \end_inset
14108
14109  or the menu 
14110 \family sans
14111 Insert\SpecialChar \menuseparator
14112 Table
14113 \family default
14114 .
14115  A dialog will appear, asking you for the number of rows and columns.
14116  The default table has lines around any cell and the first row appears separated
14117  from the rest of the table.
14118  This separation appears due to a double line: The cells of the first row
14119  have a line below them and the cells of the second row have a line above
14120  them.
14121  Here's an example table:
14122 \end_layout
14123
14124 \begin_layout Standard
14125 \align center
14126 \begin_inset Tabular
14127 <lyxtabular version="3" rows="4" columns="4">
14128 <features>
14129 <column alignment="center" valignment="top" leftline="true" width="0pt">
14130 <column alignment="center" valignment="top" leftline="true" width="0pt">
14131 <column alignment="center" valignment="top" leftline="true" width="0in">
14132 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14133 <row topline="true" bottomline="true">
14134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Standard
14138
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
14148 \family roman
14149 \series medium
14150 \shape up
14151 \size normal
14152 \emph off
14153 \bar no
14154 \noun off
14155 \color none
14156 1
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Standard
14165 2
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Standard
14174 3
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 </row>
14180 <row topline="true">
14181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Standard
14185
14186 \family roman
14187 \series medium
14188 \shape up
14189 \size normal
14190 \emph off
14191 \bar no
14192 \noun off
14193 \color none
14194 A
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Standard
14203
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Standard
14212
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Standard
14221
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 </row>
14227 <row topline="true">
14228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Standard
14232
14233 \family roman
14234 \series medium
14235 \shape up
14236 \size normal
14237 \emph off
14238 \bar no
14239 \noun off
14240 \color none
14241 B
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Standard
14250
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Standard
14259
14260 \size normal
14261 \noun off
14262 \color none
14263  
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Standard
14272
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 </row>
14278 <row topline="true" bottomline="true">
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 \family roman
14285 \series medium
14286 \shape up
14287 \size normal
14288 \emph off
14289 \bar no
14290 \noun off
14291 \color none
14292 C
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Standard
14301
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Standard
14310
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Standard
14319
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 </row>
14325 </lyxtabular>
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \begin_layout Subsection
14333 The Table dialog
14334 \end_layout
14335
14336 \begin_layout Standard
14337 You can alter a table by clicking on it with the right mouse button, which
14338  brings up the table dialog.
14339  Here you can adjust the settings of the cell and row/column respectively
14340  where the cursor is placed currently.
14341  Most of the dialog options also work on selections.
14342  This means that if you select more cells, columns or rows the action is
14343  done on all of your selection.
14344 \end_layout
14345
14346 \begin_layout Standard
14347 Additionally to the table dialog the 
14348 \family sans
14349 table\InsetSpace ~
14350 toolbar
14351 \family default
14352 , that appears when the cursor is inside a table, helps you in setting table
14353  properties.
14354  It is for example currently only possible to add\InsetSpace \thinspace{}
14355 /\InsetSpace \thinspace{}
14356 delete lines via the table
14357  toolbar.
14358 \end_layout
14359
14360 \begin_layout Standard
14361 In the tab 
14362 \family sans
14363 Table\InsetSpace ~
14364 Settings
14365 \family default
14366  of the table dialog you can set the alignment for the current row.
14367  If you add a row or column, it will be inserted right beside or below the
14368  current cell respectively.
14369  The vertical alignment of a column can only be adjusted when a column width
14370  is given.
14371  A given width will allow the cell to have linebreaks and multiple paragraphs
14372  of text, see section\InsetSpace ~
14373
14374 \begin_inset LatexCommand ref
14375 reference "sub:Table-Cells"
14376
14377 \end_inset
14378
14379 .
14380 \end_layout
14381
14382 \begin_layout Standard
14383 You can mark multiple cells of one row as a multicolumn cell using the check
14384  box 
14385 \family sans
14386 Multicolumn
14387 \family default
14388 .
14389  This will merge the cells to 
14390 \emph on
14391 one
14392 \emph default
14393  cell, spread over more than one column.
14394  Multicolumn cells are treated as own rows, so that the alignment, width,
14395  and border settings affect only the multicolumn cell.
14396  Here's an example table with a multicolumn cell in the first row and one
14397  in the last row without the upper border:
14398 \end_layout
14399
14400 \begin_layout Standard
14401 \align center
14402 \begin_inset Tabular
14403 <lyxtabular version="3" rows="3" columns="4">
14404 <features firstHeadTopDL="true" firstHeadBottomDL="true">
14405 <column alignment="center" valignment="top" leftline="true" width="0pt">
14406 <column alignment="center" valignment="middle" leftline="true" width="0">
14407 <column alignment="center" valignment="top" leftline="true" width="0in">
14408 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14409 <row topline="true" bottomline="true">
14410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Standard
14414 abc
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Standard
14423 def ghi
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14429 \begin_inset Text
14430
14431 \begin_layout Standard
14432
14433 \end_layout
14434
14435 \end_inset
14436 </cell>
14437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14438 \begin_inset Text
14439
14440 \begin_layout Standard
14441 jkl
14442 \end_layout
14443
14444 \end_inset
14445 </cell>
14446 </row>
14447 <row topline="true">
14448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Standard
14452
14453 \family roman
14454 \series medium
14455 \shape up
14456 \size normal
14457 \emph off
14458 \bar no
14459 \noun off
14460 \color none
14461 A
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14467 \begin_inset Text
14468
14469 \begin_layout Standard
14470 B
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Standard
14479 C
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Standard
14488 D
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 </row>
14494 <row topline="true" bottomline="true">
14495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Standard
14499 1
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Standard
14508 2
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Standard
14517 3
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Standard
14526 4
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 </row>
14532 </lyxtabular>
14533
14534 \end_inset
14535
14536
14537 \end_layout
14538
14539 \begin_layout Standard
14540 At the moment LyX doesn't support multirow cells.
14541  Adept users can declare special LaTeX-arguments for the table.
14542  They are necessary for special table formatting, like for multirow cells,
14543  explained in the tables section of the 
14544 \emph on
14545 Extended\InsetSpace ~
14546 Features
14547 \emph default
14548  manual.
14549  You can also rotate the current cell or the whole table 90
14550 \begin_inset Formula $\,$
14551 \end_inset
14552
14553 degrees counterclockwise.
14554  These rotations are not visible in LyX but in the output.
14555 \end_layout
14556
14557 \begin_layout Standard
14558 \begin_inset Note Greyedout
14559 status open
14560
14561 \begin_layout Standard
14562
14563 \series bold
14564 Note:
14565 \series default
14566  Most DVI-viewers are 
14567 \emph on
14568 not
14569 \emph default
14570  able to display rotations.
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \begin_layout Standard
14579 The 
14580 \family sans
14581 Borders
14582 \family default
14583  tab allows you to add and delete border lines for the current row/column.
14584  The button 
14585 \family sans
14586 Default
14587 \family default
14588  adds lines for all cell borders.
14589 \end_layout
14590
14591 \begin_layout Subsection
14592 Longtables
14593 \begin_inset LatexCommand index
14594 name "Tables ! Longtables"
14595
14596 \end_inset
14597
14598
14599 \begin_inset LatexCommand index
14600 name "Longtables"
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \begin_layout Standard
14608 If the table is too long to fit on one page, you can use the option 
14609 \family sans
14610 Use\InsetSpace ~
14611 long\InsetSpace ~
14612 table
14613 \family default
14614  in the tab 
14615 \family sans
14616 Longtable
14617 \family default
14618  of the table dialog to split the table automatically over more pages.
14619  Doing this enables some check boxes and you can now define:
14620 \end_layout
14621
14622 \begin_layout Description
14623
14624 \family sans
14625 Header
14626 \family default
14627 : The current row and all rows above, that don't have any special options
14628  defined, are defined to be the header rows of all pages of the longtable;
14629  except for the first page, if 
14630 \family sans
14631 First\InsetSpace ~
14632 header
14633 \family default
14634  is defined.
14635 \end_layout
14636
14637 \begin_layout Description
14638
14639 \family sans
14640 First\InsetSpace ~
14641 header
14642 \family default
14643 : The current row and all rows above, that don't have any special options
14644  defined, are defined to be the header rows of the first page of the longtable.
14645 \end_layout
14646
14647 \begin_layout Description
14648
14649 \family sans
14650 Footer
14651 \family default
14652 : The current row and all rows below, that don't have any special options
14653  defined, are defined to be the footer rows of all pages of the longtable;
14654  except for the last page, if 
14655 \family sans
14656 Last\InsetSpace ~
14657 footer
14658 \family default
14659  is defined.
14660 \end_layout
14661
14662 \begin_layout Description
14663
14664 \family sans
14665 Last\InsetSpace ~
14666 footer
14667 \family default
14668 : The current row and all rows below, that don't have any special options
14669  defined, are defined to be the footer rows of the last page of the longtable.
14670 \end_layout
14671
14672 \begin_layout Standard
14673 You can also specify a row where the table is splitted.
14674  If you set more than one option in the same table row, you should be aware
14675  of the fact that only the first one is used in the given table row.
14676  The others will then be defined as 
14677 \emph on
14678 empty
14679 \emph default
14680 .
14681  In this context, first means first in this order: 
14682 \family sans
14683 Footer, Last\InsetSpace ~
14684 footer,
14685 \family default
14686  
14687 \family sans
14688 Header,
14689 \family default
14690  
14691 \family sans
14692 First\InsetSpace ~
14693 header.
14694
14695 \family default
14696  See the following longtable to see how it works:
14697 \end_layout
14698
14699 \begin_layout Standard
14700 \align center
14701 \begin_inset Tabular
14702 <lyxtabular version="3" rows="69" columns="3">
14703 <features islongtable="true">
14704 <column alignment="block" valignment="top" leftline="true" width="5cm">
14705 <column alignment="left" valignment="top" width="0pt">
14706 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
14707 <row topline="true" bottomline="true" endfirsthead="true">
14708 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Standard
14712
14713 \series bold
14714 Example Phone List (ignore the names)
14715 \end_layout
14716
14717 \end_inset
14718 </cell>
14719 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14720 \begin_inset Text
14721
14722 \begin_layout Standard
14723
14724 \end_layout
14725
14726 \end_inset
14727 </cell>
14728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Standard
14732
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 </row>
14738 <row topline="true" bottomline="true" endfirsthead="true">
14739 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Standard
14743
14744 \series bold
14745 NAME
14746 \end_layout
14747
14748 \end_inset
14749 </cell>
14750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14751 \begin_inset Text
14752
14753 \begin_layout Standard
14754
14755 \end_layout
14756
14757 \end_inset
14758 </cell>
14759 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Standard
14763
14764 \series bold
14765 TEL.
14766 \end_layout
14767
14768 \end_inset
14769 </cell>
14770 </row>
14771 <row topline="true" bottomline="true" endhead="true">
14772 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14773 \begin_inset Text
14774
14775 \begin_layout Standard
14776  
14777 \series bold
14778 Example Phone List
14779 \end_layout
14780
14781 \end_inset
14782 </cell>
14783 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14784 \begin_inset Text
14785
14786 \begin_layout Standard
14787
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Standard
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 </row>
14802 <row topline="true" bottomline="true" endhead="true">
14803 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14804 \begin_inset Text
14805
14806 \begin_layout Standard
14807
14808 \series bold
14809 NAME
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Standard
14818
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Standard
14827
14828 \series bold
14829 TEL.
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 </row>
14835 <row topline="true" bottomline="true" endfoot="true">
14836 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Standard
14840  
14841 \series bold
14842 continue ...
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14848 \begin_inset Text
14849
14850 \begin_layout Standard
14851
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Standard
14860
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 </row>
14866 <row topline="true" bottomline="true">
14867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Standard
14871
14872 \series bold
14873 Annovi
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 <cell alignment="center" valignment="top" topline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Standard
14882 Silvia
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Standard
14891 111
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 </row>
14897 <row bottomline="true">
14898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Standard
14902
14903 \series bold
14904 Bertoli
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Standard
14913 Stefano
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Standard
14922 111
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 </row>
14928 <row bottomline="true">
14929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Standard
14933
14934 \series bold
14935 Bozzi
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 <cell alignment="center" valignment="top" topline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Standard
14944 Walter
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Standard
14953 111
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 </row>
14959 <row bottomline="true">
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Standard
14964
14965 \series bold
14966 Cachia
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" topline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Standard
14975 Maria
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Standard
14984 111
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 </row>
14990 <row bottomline="true">
14991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Standard
14995
14996 \series bold
14997 Cachia
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 <cell alignment="center" valignment="top" topline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Standard
15006 Maurizio
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Standard
15015 111
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 </row>
15021 <row bottomline="true">
15022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Standard
15026
15027 \series bold
15028 Cinquemani
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" topline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Standard
15037 Giusi
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Standard
15046 111
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 </row>
15052 <row bottomline="true">
15053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Standard
15057
15058 \series bold
15059 Colin
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" topline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Standard
15068 Bernard
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Standard
15077 111
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 <row bottomline="true">
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Standard
15088
15089 \series bold
15090 Concli
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" topline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Standard
15099 Gianfranco
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Standard
15108 111
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row bottomline="true">
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Standard
15119
15120 \series bold
15121 Dal Bosco
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Standard
15130 Carolina
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Standard
15139 111
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row bottomline="true">
15146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Standard
15150
15151 \series bold
15152 Dalpiaz
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" topline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Standard
15161 Annamaria
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Standard
15170 111
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 </row>
15176 <row bottomline="true">
15177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Standard
15181
15182 \series bold
15183 Feliciello
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" topline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Standard
15192 Domenico
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Standard
15201 111
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 <row bottomline="true">
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Standard
15212
15213 \series bold
15214 Focarelli
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" topline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Standard
15223 Paola
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Standard
15232 111
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row bottomline="true">
15239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Standard
15243
15244 \series bold
15245 Galletti
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" topline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Standard
15254 Oreste
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Standard
15263 111
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 </row>
15269 <row bottomline="true">
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Standard
15274
15275 \series bold
15276 Gasparini
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" topline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Standard
15285 Franca
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Standard
15294 111
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 </row>
15300 <row bottomline="true">
15301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Standard
15305
15306 \series bold
15307 Rizzardi
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 <cell alignment="center" valignment="top" topline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Standard
15316 Paola
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Standard
15325 111
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 <row bottomline="true">
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Standard
15336
15337 \series bold
15338 Lassini
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" topline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Standard
15347 Giancarlo
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Standard
15356 111
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 </row>
15362 <row bottomline="true">
15363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Standard
15367
15368 \series bold
15369 Malfatti
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 <cell alignment="center" valignment="top" topline="true" usebox="none">
15375 \begin_inset Text
15376
15377 \begin_layout Standard
15378 Luciano
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Standard
15387 111
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 <row bottomline="true">
15394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Standard
15398
15399 \series bold
15400 Malfatti
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Standard
15409 Valeriano
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Standard
15418 111
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 </row>
15424 <row bottomline="true">
15425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Standard
15429
15430 \series bold
15431 Meneguzzo
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 <cell alignment="center" valignment="top" topline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Standard
15440 Roberto
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Standard
15449 111
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 </row>
15455 <row bottomline="true">
15456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Standard
15460
15461 \series bold
15462 Mezzadra
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 <cell alignment="center" valignment="top" topline="true" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Standard
15471 Roberto
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Standard
15480 111
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 <row bottomline="true">
15487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Standard
15491
15492 \series bold
15493 Pirpamer
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" topline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Standard
15502 Erich
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Standard
15511 111
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 </row>
15517 <row bottomline="true">
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Standard
15522
15523 \series bold
15524 Pochiesa
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Standard
15533 Paolo
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Standard
15542 111, 222
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 <row bottomline="true">
15549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Standard
15553
15554 \series bold
15555 Radina
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" topline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Standard
15564 Claudio
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Standard
15573 111
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 </row>
15579 <row bottomline="true">
15580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Standard
15584
15585 \series bold
15586 Stuffer
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" topline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Standard
15595 Oskar
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Standard
15604 111
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 <row bottomline="true">
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Standard
15615
15616 \series bold
15617 Tacchelli
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 <cell alignment="center" valignment="top" topline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Standard
15626 Ugo
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Standard
15635 111
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 </row>
15641 <row bottomline="true">
15642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Standard
15646
15647 \series bold
15648 Tezzele
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 <cell alignment="center" valignment="top" topline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Standard
15657 Margit
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Standard
15666 111
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 </row>
15672 <row bottomline="true">
15673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Standard
15677
15678 \series bold
15679 Unterkalmsteiner
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Standard
15688 Frieda
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Standard
15697 111
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row bottomline="true">
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Standard
15708
15709 \series bold
15710 Vieider
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Standard
15719 Hilde
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Standard
15728 111
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 </row>
15734 <row bottomline="true">
15735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Standard
15739
15740 \series bold
15741 Vigna
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" topline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Standard
15750 Jürgen
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Standard
15759 111
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 </row>
15765 <row bottomline="true">
15766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Standard
15770
15771 \series bold
15772 Weber
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" topline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Standard
15781 Maurizio
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Standard
15790 111
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 <row bottomline="true">
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Standard
15801
15802 \series bold
15803 Winkler
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 <cell alignment="center" valignment="top" topline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Standard
15812 Franz
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Standard
15821 111
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 </row>
15827 <row bottomline="true">
15828 <cell multicolumn="1" alignment="left" valignment="top" bottomline="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 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Standard
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Standard
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 </row>
15856 <row bottomline="true">
15857 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Standard
15861
15862 \series bold
15863 Annovi
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Standard
15872 Silvia
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Standard
15881 555
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 </row>
15887 <row bottomline="true">
15888 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Standard
15892
15893 \series bold
15894 Bertoli
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" topline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Standard
15903 Stefano
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Standard
15912 555
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 <row bottomline="true">
15919 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Standard
15923
15924 \series bold
15925 Bozzi
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Standard
15934 Walter
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Standard
15943 555
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 </row>
15949 <row bottomline="true">
15950 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Standard
15954
15955 \series bold
15956 Cachia
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Standard
15965 Maria
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Standard
15974 555
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 </row>
15980 <row bottomline="true">
15981 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Standard
15985
15986 \series bold
15987 Cachia
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 <cell alignment="center" valignment="top" topline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Standard
15996 Maurizio
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Standard
16005 555
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 </row>
16011 <row bottomline="true">
16012 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Standard
16016
16017 \series bold
16018 Cinquemani
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" topline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Standard
16027 Giusi
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Standard
16036 555
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 <row bottomline="true">
16043 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Standard
16047
16048 \series bold
16049 Colin
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Standard
16058 Bernard
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Standard
16067 555
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 </row>
16073 <row bottomline="true">
16074 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Standard
16078
16079 \series bold
16080 Concli
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 <cell alignment="center" valignment="top" topline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Standard
16089 Gianfranco
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Standard
16098 555
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 <row bottomline="true">
16105 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Standard
16109
16110 \series bold
16111 Dal Bosco
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Standard
16120 Carolina
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Standard
16129 555
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 <row bottomline="true">
16136 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Standard
16140
16141 \series bold
16142 Dalpiaz
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 <cell alignment="center" valignment="top" topline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Standard
16151 Annamaria
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Standard
16160 555
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 </row>
16166 <row bottomline="true">
16167 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Standard
16171
16172 \series bold
16173 Feliciello
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Standard
16182 Domenico
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Standard
16191 555
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 </row>
16197 <row bottomline="true">
16198 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Standard
16202
16203 \series bold
16204 Focarelli
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Standard
16213 Paola
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Standard
16222 555
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 </row>
16228 <row bottomline="true">
16229 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Standard
16233
16234 \series bold
16235 Galletti
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Standard
16244 Oreste
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Standard
16253 555
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 <row bottomline="true">
16260 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Standard
16264
16265 \series bold
16266 Gasparini
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 <cell alignment="center" valignment="top" topline="true" usebox="none">
16272 \begin_inset Text
16273
16274 \begin_layout Standard
16275 Franca
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Standard
16284 555
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 </row>
16290 <row bottomline="true">
16291 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Standard
16295
16296 \series bold
16297 Rizzardi
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Standard
16306 Paola
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Standard
16315 555
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 </row>
16321 <row bottomline="true">
16322 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Standard
16326
16327 \series bold
16328 Lassini
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Standard
16337 Giancarlo
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Standard
16346 555
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 </row>
16352 <row bottomline="true">
16353 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Standard
16357
16358 \series bold
16359 Malfatti
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 <cell alignment="center" valignment="top" topline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Standard
16368 Luciano
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Standard
16377 555
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 <row bottomline="true">
16384 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Standard
16388
16389 \series bold
16390 Malfatti
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Standard
16399 Valeriano
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Standard
16408 555
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 <row bottomline="true">
16415 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Standard
16419
16420 \series bold
16421 Meneguzzo
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Standard
16430 Roberto
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Standard
16439 555
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 </row>
16445 <row bottomline="true">
16446 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Standard
16450
16451 \series bold
16452 Mezzadra
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" topline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Standard
16461 Roberto
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Standard
16470 555
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 </row>
16476 <row bottomline="true">
16477 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Standard
16481
16482 \series bold
16483 Pirpamer
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Standard
16492 Erich
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Standard
16501 555
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 </row>
16507 <row bottomline="true">
16508 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Standard
16512
16513 \series bold
16514 Pochiesa
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell alignment="center" valignment="top" topline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Standard
16523 Paolo
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Standard
16532 555, 222
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row bottomline="true">
16539 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Standard
16543
16544 \series bold
16545 Radina
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Standard
16554 Claudio
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Standard
16563 555
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row bottomline="true">
16570 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Standard
16574
16575 \series bold
16576 Stuffer
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Standard
16585 Oskar
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Standard
16594 555
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row bottomline="true">
16601 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Standard
16605
16606 \series bold
16607 Tacchelli
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Standard
16616 Ugo
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Standard
16625 555
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row bottomline="true">
16632 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Standard
16636
16637 \series bold
16638 Tezzele
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Standard
16647 Margit
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Standard
16656 555
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 <row bottomline="true">
16663 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Standard
16667
16668 \series bold
16669 Unterkalmsteiner
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" topline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Standard
16678 Frieda
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Standard
16687 555
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 </row>
16693 <row bottomline="true">
16694 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Standard
16698
16699 \series bold
16700 Vieider
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell alignment="center" valignment="top" topline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Standard
16709 Hilde
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Standard
16718 555
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 </row>
16724 <row bottomline="true">
16725 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Standard
16729
16730 \series bold
16731 Vigna
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" topline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Standard
16740 Jürgen
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Standard
16749 999
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 <row bottomline="true">
16756 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Standard
16760
16761 \series bold
16762 Weber
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" topline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Standard
16771 Maurizio
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Standard
16780 555
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 </row>
16786 <row bottomline="true">
16787 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Standard
16791
16792 \series bold
16793 Winkler
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" topline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Standard
16802 Franz
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Standard
16811 555
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 </row>
16817 <row bottomline="true" endlastfoot="true">
16818 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Standard
16822
16823 \series bold
16824 End
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Standard
16833
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Standard
16842
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 </lyxtabular>
16849
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \begin_layout Subsection
16856 Table Cells
16857 \begin_inset LatexCommand index
16858 name "Tables ! Cells"
16859
16860 \end_inset
16861
16862
16863 \begin_inset LatexCommand label
16864 name "sub:Table-Cells"
16865
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \begin_layout Standard
16872 A table cell can contain text, inline equations, a figure, or another table.
16873  All these kinds of objects can be placed in the same cell.
16874  Font sizes and shapes can also be altered.
16875  But you can't put a special environment in a cell (like 
16876 \family sans
16877 Section*
16878 \family default
16879 , etc.), nor set spacing options etc.
16880  for the cell's paragraph.
16881 \end_layout
16882
16883 \begin_layout Standard
16884 To have multi-line entries in table cells, you have to declare a fixed width
16885  for the column in the table dialog.
16886  Your text is then automatically split into multiple lines and the cell
16887  is enlarged vertically when the length of the text exceeds the given width.
16888  An example:
16889 \end_layout
16890
16891 \begin_layout Standard
16892 \align center
16893 \begin_inset Tabular
16894 <lyxtabular version="3" rows="4" columns="3">
16895 <features>
16896 <column alignment="center" valignment="top" leftline="true" width="0pt">
16897 <column alignment="block" valignment="top" leftline="true" width="3cm">
16898 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
16899 <row topline="true" bottomline="true">
16900 <cell 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 1
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 2
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Standard
16940
16941 \family roman
16942 \series medium
16943 \shape up
16944 \size normal
16945 \emph off
16946 \bar no
16947 \noun off
16948 \color none
16949 3
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 </row>
16955 <row>
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 4
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 This is a multiline entry in a table.
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Standard
16996
16997 \family roman
16998 \series medium
16999 \shape up
17000 \size normal
17001 \emph off
17002 \bar no
17003 \noun off
17004 \color none
17005 5
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 </row>
17011 <row bottomline="true">
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 6
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 This is longer now.
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Standard
17052
17053 \family roman
17054 \series medium
17055 \shape up
17056 \size normal
17057 \emph off
17058 \bar no
17059 \noun off
17060 \color none
17061 7
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row bottomline="true">
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 8
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Standard
17090
17091 \family roman
17092 \series medium
17093 \shape up
17094 \size normal
17095 \emph off
17096 \bar no
17097 \noun off
17098 \color none
17099 This is a multiline entry in a table.
17100  This is longer now.
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Standard
17109
17110 \family roman
17111 \series medium
17112 \shape up
17113 \size normal
17114 \emph off
17115 \bar no
17116 \noun off
17117 \color none
17118 9
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 </lyxtabular>
17125
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \begin_layout Standard
17132 Cutting and pasting between tables and table cells works reasonably well.
17133  You can cut and paste even more than one row.
17134  Selection with the mouse or with 
17135 \family sans
17136 Shift
17137 \family default
17138  plus the arrow keys works as usual.
17139  You can also copy and paste the entire table as a single unit by starting
17140  the selection from outside the table.
17141 \end_layout
17142
17143 \begin_layout Section
17144 Floats
17145 \begin_inset LatexCommand index
17146 name "Floats"
17147
17148 \end_inset
17149
17150
17151 \begin_inset LatexCommand label
17152 name "sec:Floats"
17153
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \begin_layout Standard
17160 A float is a block of text associated with some sort of label, which doesn't
17161  have a fixed location.
17162  It can 
17163 \begin_inset Quotes eld
17164 \end_inset
17165
17166 float
17167 \begin_inset Quotes erd
17168 \end_inset
17169
17170  forward or backward a page or two, to wherever it fits best.
17171  
17172 \family sans
17173 Footnotes
17174 \family default
17175  and 
17176 \family sans
17177 Margin\InsetSpace ~
17178 Notes
17179 \family default
17180  are also floats, because they can float to the next page when there are
17181  too much notes at the page.
17182 \end_layout
17183
17184 \begin_layout Standard
17185 Floats makes it possible to get a high quality layout.
17186  Images and tables can evenly be spread to the pages to avoid whitespace
17187  and pages without text.
17188  As the floating often destroys the context between the text and the image/table
17189 , every float can be referenced in the text.
17190  Floats are therefore numbered.
17191  Referencing is described in section\InsetSpace ~
17192
17193 \begin_inset LatexCommand ref
17194 reference "sec:Cross-References"
17195
17196 \end_inset
17197
17198 .
17199 \end_layout
17200
17201 \begin_layout Standard
17202 To insert a float, use the menu 
17203 \family sans
17204 Insert\SpecialChar \menuseparator
17205 Floats
17206 \family default
17207 .
17208  A box with a caption that has e.\InsetSpace \thinspace{}
17209 g.\InsetSpace ~
17210 the label 
17211 \begin_inset Quotes eld
17212 \end_inset
17213
17214 Figure\InsetSpace ~
17215 #:
17216 \begin_inset Quotes erd
17217 \end_inset
17218
17219  (# is the actual number) will be inserted into your document.
17220  The label will automatically be translated to the document language in
17221  the output.
17222  Behind the label you can insert the caption text.
17223 \begin_inset LatexCommand index
17224 name "Floats ! Captions"
17225
17226 \end_inset
17227
17228  The image or table is inserted above or below the caption in a separate
17229  paragraph within the float.
17230  To keep your LyX-document readable, you can open and close the float box
17231  by left-clicking on the box label.
17232  A closed float box looks like this: 
17233 \begin_inset Graphics
17234         filename clipart/floatQt4.png
17235         scale 80
17236
17237 \end_inset
17238
17239  -- a gray button with a red label.
17240 \end_layout
17241
17242 \begin_layout Standard
17243 It is recommended to insert floats as a separate paragraph to avoid possible
17244  LaTeX-errors that can occur when the surrounding text is specially formatted.
17245 \end_layout
17246
17247 \begin_layout Subsection
17248 Float Types
17249 \end_layout
17250
17251 \begin_layout Subsubsection
17252 Figure Floats
17253 \begin_inset LatexCommand index
17254 name "Floats ! Figure floats"
17255
17256 \end_inset
17257
17258
17259 \begin_inset LatexCommand label
17260 name "sec:Figure-Floats"
17261
17262 \end_inset
17263
17264
17265 \end_layout
17266
17267 \begin_layout Standard
17268 The menu 
17269 \family sans
17270 Insert\SpecialChar \menuseparator
17271 Float\SpecialChar \menuseparator
17272 Figure
17273 \family default
17274  inserts a float with the label 
17275 \begin_inset Quotes eld
17276 \end_inset
17277
17278
17279 \series bold
17280 Figure\InsetSpace ~
17281 #:
17282 \series default
17283
17284 \begin_inset Quotes erd
17285 \end_inset
17286
17287 .
17288  Set the cursor above this label (or before it and press enter) and insert
17289  the image as described above to get the caption printed below the image.
17290  This is what we did for Figure\InsetSpace ~
17291
17292 \begin_inset LatexCommand ref
17293 reference "cap:Platypus"
17294
17295 \end_inset
17296
17297 .
17298  If you want the caption to be above the image, set the cursor at the end
17299  of the caption, press enter and insert the image.
17300  This was done in Figure\InsetSpace ~
17301
17302 \begin_inset LatexCommand ref
17303 reference "cap:Escher"
17304
17305 \end_inset
17306
17307 .
17308 \end_layout
17309
17310 \begin_layout Standard
17311 \begin_inset Float figure
17312 wide false
17313 sideways false
17314 status open
17315
17316 \begin_layout Standard
17317 \align center
17318 \begin_inset Graphics
17319         filename clipart/platypus.eps
17320         display color
17321         width 50col%
17322         rotateOrigin center
17323
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \begin_layout Standard
17330 \begin_inset Caption
17331
17332 \begin_layout Standard
17333 \begin_inset LatexCommand label
17334 name "cap:Platypus"
17335
17336 \end_inset
17337
17338 A severely distorted platypus in a float.
17339 \end_layout
17340
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \begin_layout Standard
17352 \begin_inset Float figure
17353 wide false
17354 sideways false
17355 status open
17356
17357 \begin_layout Standard
17358 \begin_inset Caption
17359
17360 \begin_layout Standard
17361 \begin_inset LatexCommand label
17362 name "cap:Escher"
17363
17364 \end_inset
17365
17366 M.C.
17367  Escher on acid.
17368 \end_layout
17369
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \begin_layout Standard
17376 \align center
17377 \begin_inset Graphics
17378         filename clipart/escher-lsd.eps
17379         display color
17380         scale 80
17381         rotateOrigin center
17382
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \begin_layout Standard
17394 This figure float show also how to set a label and create a cross-reference
17395  to it.
17396  As described in section\InsetSpace ~
17397
17398 \begin_inset LatexCommand ref
17399 reference "sec:Cross-References"
17400
17401 \end_inset
17402
17403 , you can simply insert a label in the caption using the menu 
17404 \family sans
17405 Insert\SpecialChar \menuseparator
17406 Label
17407 \family default
17408  and refer to it using the menu 
17409 \family sans
17410 Insert\SpecialChar \menuseparator
17411 Cross-Reference
17412 \family default
17413 .
17414  It is important to use references to figure floats, rather than using vague
17415  references like 
17416 \begin_inset Quotes eld
17417 \end_inset
17418
17419 the figure above
17420 \begin_inset Quotes erd
17421 \end_inset
17422
17423 , because as LaTeX will reposition the floats in the final document; it
17424  might not be 
17425 \begin_inset Quotes eld
17426 \end_inset
17427
17428 above
17429 \begin_inset Quotes erd
17430 \end_inset
17431
17432  at all.
17433 \end_layout
17434
17435 \begin_layout Standard
17436 Normally one inserts only one image to a figure float, but sometimes you
17437  might want to use two images with separate subcaptions.
17438  This can be done in the graphics dialog: Right-click on an image and go
17439  to the tab 
17440 \family sans
17441 Extra\InsetSpace ~
17442 options
17443 \family default
17444  in the appearing dialog, use the option 
17445 \family sans
17446 Subfigure
17447 \family default
17448 , and enter the subcaption for the image in the now enabled caption field.
17449  Figure\InsetSpace ~
17450
17451 \begin_inset LatexCommand ref
17452 reference "cap:Two-distorted-images"
17453
17454 \end_inset
17455
17456  is an example of a figure float with two images set side by side.
17457  You can also set the images one below the other.
17458 \end_layout
17459
17460 \begin_layout Standard
17461 \begin_inset Float figure
17462 wide false
17463 sideways false
17464 status open
17465
17466 \begin_layout Standard
17467
17468 \hfill
17469
17470 \begin_inset Graphics
17471         filename clipart/escher-lsd.eps
17472         width 45col%
17473         subcaption
17474         subcaptionText "Undefinable structure"
17475
17476 \end_inset
17477
17478
17479 \hfill
17480
17481 \begin_inset Graphics
17482         filename clipart/platypus.eps
17483         lyxscale 60
17484         width 45col%
17485         subcaption
17486         subcaptionText "Platypus"
17487
17488 \end_inset
17489
17490
17491 \hfill
17492
17493 \end_layout
17494
17495 \begin_layout Standard
17496 \begin_inset Caption
17497
17498 \begin_layout Standard
17499 \begin_inset LatexCommand label
17500 name "cap:Two-distorted-images"
17501
17502 \end_inset
17503
17504 Two distorted images.
17505 \end_layout
17506
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \begin_layout Standard
17518 Note that the caption is added to the 
17519 \family sans
17520 List\InsetSpace ~
17521 of\InsetSpace ~
17522 Figures
17523 \family default
17524  as described in section\InsetSpace ~
17525
17526 \begin_inset LatexCommand ref
17527 reference "sec:ListsOf"
17528
17529 \end_inset
17530
17531 .
17532 \end_layout
17533
17534 \begin_layout Subsubsection
17535 Table Floats
17536 \begin_inset LatexCommand index
17537 name "Floats ! Table floats"
17538
17539 \end_inset
17540
17541
17542 \begin_inset LatexCommand label
17543 name "sec:Table-Floats"
17544
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \begin_layout Standard
17551 Table floats can be inserted using the menu 
17552 \family sans
17553 Insert\SpecialChar \menuseparator
17554 Float\SpecialChar \menuseparator
17555 Table
17556 \family default
17557 .
17558  They have the same properties as figure floats except of the different
17559  label.
17560  Table\InsetSpace ~
17561
17562 \begin_inset LatexCommand ref
17563 reference "cap:Table-float"
17564
17565 \end_inset
17566
17567  is an example of a table float.
17568 \end_layout
17569
17570 \begin_layout Standard
17571 \begin_inset Float table
17572 wide false
17573 sideways false
17574 status open
17575
17576 \begin_layout Standard
17577 \begin_inset Caption
17578
17579 \begin_layout Standard
17580 \begin_inset LatexCommand label
17581 name "cap:Table-float"
17582
17583 \end_inset
17584
17585 A table float.
17586 \end_layout
17587
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \begin_layout Standard
17594 \align center
17595 \begin_inset Tabular
17596 <lyxtabular version="3" rows="3" columns="3">
17597 <features>
17598 <column alignment="center" valignment="top" leftline="true" width="0pt">
17599 <column alignment="center" valignment="top" leftline="true" width="0pt">
17600 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17601 <row topline="true" bottomline="true">
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 1
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 2
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Standard
17642
17643 \family roman
17644 \series medium
17645 \shape up
17646 \size normal
17647 \emph off
17648 \bar no
17649 \noun off
17650 \color none
17651 3
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 </row>
17657 <row topline="true">
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 Joe
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" topline="true" leftline="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 Mary
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Standard
17698
17699 \family roman
17700 \series medium
17701 \shape up
17702 \size normal
17703 \emph off
17704 \bar no
17705 \noun off
17706 \color none
17707 Ted
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 </row>
17713 <row topline="true" bottomline="true">
17714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Standard
17718
17719 \family roman
17720 \series medium
17721 \shape up
17722 \size normal
17723 \emph off
17724 \bar no
17725 \noun off
17726 \color none
17727 \begin_inset Formula $\int x^{2}dx$
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Standard
17739
17740 \family roman
17741 \series medium
17742 \shape up
17743 \size normal
17744 \emph off
17745 \bar no
17746 \noun off
17747 \color none
17748 \begin_inset Formula $\left[\begin{array}{cc}
17749 a & b\\
17750 c & d\end{array}\right]$
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Standard
17762
17763 \family roman
17764 \series medium
17765 \shape up
17766 \size normal
17767 \emph off
17768 \bar no
17769 \noun off
17770 \color none
17771 \begin_inset Formula $1+1=2$
17772 \end_inset
17773
17774
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 </row>
17780 </lyxtabular>
17781
17782 \end_inset
17783
17784
17785 \end_layout
17786
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \begin_layout Subsubsection
17793 Algorithm Floats
17794 \begin_inset LatexCommand index
17795 name "Floats ! Algorithm floats"
17796
17797 \end_inset
17798
17799
17800 \end_layout
17801
17802 \begin_layout Standard
17803 This float type is inserted with the menu 
17804 \family sans
17805 Insert\SpecialChar \menuseparator
17806 Float\SpecialChar \menuseparator
17807 Algorithm
17808 \family default
17809 .
17810  It is used for program codes and descriptions of algorithms.
17811  A possible environment for algorithms is the 
17812 \family sans
17813 LyX-Code
17814 \family default
17815 , described in section\InsetSpace ~
17816
17817 \begin_inset LatexCommand ref
17818 reference "sub:LyX-Code"
17819
17820 \end_inset
17821
17822 .
17823 \end_layout
17824
17825 \begin_layout Standard
17826 \begin_inset Note Greyedout
17827 status open
17828
17829 \begin_layout Standard
17830
17831 \series bold
17832 Note:
17833 \series default
17834  that the float label is not automatically translated into the document
17835  language.
17836 \end_layout
17837
17838 \end_inset
17839
17840  You have to do this manually by adding the following line
17841 \end_layout
17842
17843 \begin_layout Standard
17844
17845 \series bold
17846
17847 \backslash
17848 floatname{algorithm}{your\InsetSpace ~
17849 name}
17850 \end_layout
17851
17852 \begin_layout Standard
17853 to the document preamble (menu 
17854 \family sans
17855 Document\SpecialChar \menuseparator
17856 Settings
17857 \family default
17858 ).
17859  
17860 \series bold
17861 your\InsetSpace ~
17862 name
17863 \series default
17864  is the word 
17865 \begin_inset Quotes eld
17866 \end_inset
17867
17868
17869 \emph on
17870 algorithm
17871 \emph default
17872
17873 \begin_inset Quotes erd
17874 \end_inset
17875
17876  in your language.
17877 \end_layout
17878
17879 \begin_layout Subsubsection
17880 Text Wrap Floats
17881 \begin_inset LatexCommand index
17882 name "Floats ! Text Wrap Floats"
17883
17884 \end_inset
17885
17886
17887 \begin_inset LatexCommand label
17888 name "sec:floatflt"
17889
17890 \end_inset
17891
17892
17893 \end_layout
17894
17895 \begin_layout Standard
17896 This float type is used if you want to 
17897 \begin_inset Quotes eld
17898 \end_inset
17899
17900 wrap
17901 \begin_inset Quotes erd
17902 \end_inset
17903
17904  text around a figure so that it only occupies some fraction of the column
17905  width.
17906  It can be inserted using the menu 
17907 \begin_inset Wrap figure
17908 placement l
17909 width "40col%"
17910 status open
17911
17912 \begin_layout Standard
17913 \begin_inset Graphics
17914         filename clipart/mobius.eps
17915         display color
17916         width 40col%
17917         rotateOrigin center
17918
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \begin_layout Standard
17925 \begin_inset Caption
17926
17927 \begin_layout Standard
17928 \begin_inset LatexCommand label
17929 name "cap:Wrapped-figure"
17930
17931 \end_inset
17932
17933 This is a wrapped figure, and this is the brilliant caption that describes
17934  it
17935 \begin_inset VSpace medskip
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \end_inset
17947
17948  
17949 \family sans
17950 Insert\SpecialChar \menuseparator
17951 Float\SpecialChar \menuseparator
17952 Text\InsetSpace ~
17953 Wrap\InsetSpace ~
17954 Float
17955 \family default
17956  if the LaTeX-package 
17957 \series bold
17958 floatflt
17959 \series default
17960
17961 \begin_inset LatexCommand index
17962 name "LaTeX-packages ! floatflt"
17963
17964 \end_inset
17965
17966  is installed.
17967 \begin_inset Foot
17968 status collapsed
17969
17970 \begin_layout Standard
17971 Installing a LaTeX-package is explained it in the 
17972 \emph on
17973 LaTeX\InsetSpace ~
17974 Configuration
17975 \emph default
17976  manual.
17977 \end_layout
17978
17979 \end_inset
17980
17981  The width and placement of the float is adjusted by right-clicking on the
17982  float box.
17983  Figure\InsetSpace ~
17984
17985 \begin_inset LatexCommand ref
17986 reference "cap:Wrapped-figure"
17987
17988 \end_inset
17989
17990  is an example Text\InsetSpace ~
17991 wrap float with a width of 40
17992 \begin_inset Formula $\,$
17993 \end_inset
17994
17995 col%.
17996 \begin_inset Foot
17997 status collapsed
17998
17999 \begin_layout Standard
18000 Available units are explained in Appendix\InsetSpace ~
18001
18002 \begin_inset LatexCommand ref
18003 reference "cha:Units-available-in"
18004
18005 \end_inset
18006
18007 .
18008 \end_layout
18009
18010 \end_inset
18011
18012  Some space was added under the caption to separate it better from the surroundi
18013 ng text.
18014 \end_layout
18015
18016 \begin_layout Standard
18017 The LaTeX-package 
18018 \series bold
18019 floatflt
18020 \series default
18021  also supports table wrap floats, but they are not yet supported by LyX.
18022  If you need this, read the documentation of 
18023 \series bold
18024 floatflt
18025 \series default
18026  
18027 \begin_inset LatexCommand cite
18028 key "floatflt"
18029
18030 \end_inset
18031
18032 .
18033 \end_layout
18034
18035 \begin_layout Standard
18036 \begin_inset Note Greyedout
18037 status open
18038
18039 \begin_layout Standard
18040
18041 \series bold
18042 Note:
18043 \series default
18044  Text\InsetSpace ~
18045 wrap float floats might be fragile! E.g.
18046  having a figure too close to the bottom of the page can mess things up
18047  in the way that the float doesn't appear in the output or that it is placed
18048  over some other text.
18049 \begin_inset Foot
18050 status collapsed
18051
18052 \begin_layout Standard
18053 The better solution is to use the LaTeX-package 
18054 \series bold
18055 wrapfig
18056 \series default
18057
18058 \begin_inset LatexCommand index
18059 name "LaTeX-packages ! wrapfig"
18060
18061 \end_inset
18062
18063  instead of 
18064 \series bold
18065 floatflt
18066 \series default
18067  but it is currently not supported by LyX.
18068 \end_layout
18069
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \end_inset
18076
18077  In general:
18078 \end_layout
18079
18080 \begin_layout Itemize
18081 Wrap floats should not be placed in paragraphs that run over a page break.
18082  That means that wrap floats should better be inserted to the exact place
18083  when the document is nearly ready and you are able to estimate where page
18084  breaks will appear.
18085 \end_layout
18086
18087 \begin_layout Itemize
18088 Wrap floats should either be placed in an own paragraph before the paragraph
18089  where they should wrap into or within a paragraph.
18090 \end_layout
18091
18092 \begin_layout Itemize
18093 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18094  there is a text paragraph between them as separator.
18095 \end_layout
18096
18097 \begin_layout Itemize
18098 Wrap floats are not allowed in section headings or tables.
18099 \end_layout
18100
18101 \begin_layout Subsection
18102 Rotated Floats
18103 \begin_inset LatexCommand label
18104 name "sub:Rotated-Floats"
18105
18106 \end_inset
18107
18108
18109 \begin_inset LatexCommand index
18110 name "Floats ! Rotating"
18111
18112 \end_inset
18113
18114
18115 \end_layout
18116
18117 \begin_layout Standard
18118 Especially for wide tables you might have floats rotated.
18119  To rotate a whole float including the caption, right-click on the float-box
18120  and use the option 
18121 \family sans
18122 Rotate\InsetSpace ~
18123 sideways
18124 \family default
18125 .
18126 \end_layout
18127
18128 \begin_layout Standard
18129 Rotated floats are always placed on its own page (or column, when you have
18130  a two-column document).
18131  They are rotated so that you can read them from the outside margin.
18132  Forcing the rotation direction is explained in the 
18133 \emph on
18134 Embedded Objects
18135 \emph default
18136  manual.
18137 \end_layout
18138
18139 \begin_layout Standard
18140 Referencing rotated floats is the same like for normal floats, the caption
18141  format is also the same: Table\InsetSpace ~
18142
18143 \begin_inset LatexCommand ref
18144 reference "cap:Rotated-table"
18145
18146 \end_inset
18147
18148  is an example of a rotated table float.
18149 \end_layout
18150
18151 \begin_layout Standard
18152 \begin_inset Note Greyedout
18153 status open
18154
18155 \begin_layout Standard
18156
18157 \series bold
18158 Note:
18159 \series default
18160  Not all DVI-viewers are able to display rotated floats.
18161 \end_layout
18162
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \begin_layout Standard
18169 \begin_inset Float table
18170 wide false
18171 sideways true
18172 status open
18173
18174 \begin_layout Standard
18175 \begin_inset Caption
18176
18177 \begin_layout Standard
18178 \begin_inset LatexCommand label
18179 name "cap:Rotated-table"
18180
18181 \end_inset
18182
18183  Rotated table
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \begin_layout Standard
18192 \align center
18193 \begin_inset Tabular
18194 <lyxtabular version="3" rows="1" columns="5">
18195 <features>
18196 <column alignment="center" valignment="top" leftline="true" width="0">
18197 <column alignment="center" valignment="top" leftline="true" width="0">
18198 <column alignment="center" valignment="top" leftline="true" width="0">
18199 <column alignment="center" valignment="top" leftline="true" width="0">
18200 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18201 <row topline="true" bottomline="true">
18202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Standard
18206 test
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 b
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Standard
18224 c
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Standard
18233 d
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Standard
18242 e
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 </row>
18248 </lyxtabular>
18249
18250 \end_inset
18251
18252
18253 \end_layout
18254
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \begin_layout Subsection
18261 Float Placement
18262 \begin_inset LatexCommand label
18263 name "sub:Float-Placement"
18264
18265 \end_inset
18266
18267
18268 \begin_inset LatexCommand index
18269 name "Floats ! Placement"
18270
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \begin_layout Standard
18277 Right-clicking on a float-box opens a dialog where you can alter the placement
18278  options that LaTeX uses for positioning the float.
18279 \newline
18280 The option 
18281 \family sans
18282 Span\InsetSpace ~
18283 columns
18284 \family default
18285  is only useful for two-column documents: If you select it, the float will
18286  span across both columns on the page instead of being confined to just
18287  one.
18288 \newline
18289 The option 
18290 \family sans
18291 Rotate\InsetSpace ~
18292 sideways
18293 \family default
18294  is used to rotate floats, see section\InsetSpace ~
18295
18296 \begin_inset LatexCommand ref
18297 reference "sub:Rotated-Floats"
18298
18299 \end_inset
18300
18301 .
18302 \end_layout
18303
18304 \begin_layout Standard
18305 You can use one ore more of the following options in the float dialog to
18306  set the placement for a particular float when you uncheck the option 
18307 \family sans
18308 Use\InsetSpace ~
18309 default\InsetSpace ~
18310 placement
18311 \family default
18312 :
18313 \end_layout
18314
18315 \begin_layout Description
18316 Here\InsetSpace ~
18317 if\InsetSpace ~
18318 possible: try to place the float on the position where it is inserted
18319 \end_layout
18320
18321 \begin_layout Description
18322 Top\InsetSpace ~
18323 of\InsetSpace ~
18324 page: try to place the float on the top of the current page
18325 \end_layout
18326
18327 \begin_layout Description
18328 Bottom\InsetSpace ~
18329 of\InsetSpace ~
18330 page: try to place the float on the bottom of the current page
18331 \end_layout
18332
18333 \begin_layout Description
18334 Page\InsetSpace ~
18335 of\InsetSpace ~
18336 floats: try to place the float on an own page 
18337 \end_layout
18338
18339 \begin_layout Standard
18340 The order of the above option is 
18341 \emph on
18342 always
18343 \emph default
18344  used by LaTeX.
18345  That means, if you use the default placement, LaTeX will first try out
18346  
18347 \family sans
18348 Here\InsetSpace ~
18349 if\InsetSpace ~
18350 possible
18351 \family default
18352 , then 
18353 \family sans
18354 Top\InsetSpace ~
18355 of\InsetSpace ~
18356 page
18357 \family default
18358 , and then the others.
18359  If you don't use the default, LaTeX will try only the checked options but
18360  in the same order.
18361  If none of the 4 placements are possible the procedure is internally repeated
18362  but it is tried to put the float on the following page.
18363 \end_layout
18364
18365 \begin_layout Standard
18366 By default, each options has its own rules:
18367 \end_layout
18368
18369 \begin_layout Standard
18370
18371 \family sans
18372 Top\InsetSpace ~
18373 of\InsetSpace ~
18374 page
18375 \family default
18376  only floats occupying less than 70\InsetSpace \thinspace{}
18377 % of the page can be placed at the top
18378  of a page
18379 \end_layout
18380
18381 \begin_layout Standard
18382
18383 \family sans
18384 Bottom\InsetSpace ~
18385 of\InsetSpace ~
18386 page
18387 \family default
18388 : only floats occupying less than 30\InsetSpace \thinspace{}
18389 % of the page can be placed at the bottom
18390  of a page.
18391 \end_layout
18392
18393 \begin_layout Standard
18394
18395 \family sans
18396 Page\InsetSpace ~
18397 of\InsetSpace ~
18398 floats
18399 \family default
18400 : only if more than 50\InsetSpace \thinspace{}
18401 % of the page are occupied by floats, several floats
18402  can be set together on a page.
18403 \end_layout
18404
18405 \begin_layout Standard
18406 If you don't like these rules, you can ignore them by using the additional
18407  option 
18408 \family sans
18409 Ignore\InsetSpace ~
18410 LaTeX\InsetSpace ~
18411 rules
18412 \family default
18413 .
18414 \end_layout
18415
18416 \begin_layout Standard
18417 Sometimes you might need, under all circumstances, a float to be placed
18418  exactly at the position where it is inserted.
18419  For this case you can use the option 
18420 \family sans
18421 Here\InsetSpace ~
18422 definitely
18423 \family default
18424 .
18425  Use this option very rarely and only if the document is nearly ready to
18426  be printed.
18427  Because the float is then no longer able to 
18428 \begin_inset Quotes eld
18429 \end_inset
18430
18431 float
18432 \begin_inset Quotes erd
18433 \end_inset
18434
18435  when you change your document and this will often destroy the page layout.
18436 \end_layout
18437
18438 \begin_layout Standard
18439 There are no placement options for text wrap floats, because they are always
18440  surrounded by the text of a certain paragraph.
18441 \end_layout
18442
18443 \begin_layout Standard
18444 For more details about float placements, have a look at LaTeX books like
18445  
18446 \begin_inset LatexCommand cite
18447 key "latexcompanion,latexguide,latexbook"
18448
18449 \end_inset
18450
18451 .
18452 \end_layout
18453
18454 \begin_layout Section
18455 Minipages
18456 \begin_inset LatexCommand index
18457 name "Minipages"
18458
18459 \end_inset
18460
18461
18462 \begin_inset LatexCommand label
18463 name "sec:Minipages"
18464
18465 \end_inset
18466
18467
18468 \end_layout
18469
18470 \begin_layout Standard
18471 LaTeX provides a mechanism to produce essentially a page within a page,
18472  called minipage.
18473  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
18474 apply.
18475  
18476 \end_layout
18477
18478 \begin_layout Standard
18479 Minipages in LyX have their own collapsible box inserted via the menu 
18480 \family sans
18481 Insert\SpecialChar \menuseparator
18482 Box
18483 \family default
18484 .
18485  Right-clicking on the box allows you to alter the width of the minipage
18486  and its alignment within the page.
18487 \end_layout
18488
18489 \begin_layout Standard
18490 \align center
18491 \begin_inset Box Frameless
18492 position "t"
18493 hor_pos "c"
18494 has_inner_box 1
18495 inner_pos "t"
18496 use_parbox 0
18497 width "30col%"
18498 special "none"
18499 height "1pt"
18500 height_special "totalheight"
18501 status open
18502
18503 \begin_layout Standard
18504
18505 \shape italic
18506 This is a minipage.
18507  The text is set in an italic style.
18508 \end_layout
18509
18510 \begin_layout Standard
18511
18512 \shape italic
18513 Minipages are often used for text in another language or text that needs
18514  another formatting.
18515 \end_layout
18516
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \begin_layout Standard
18523 \begin_inset VSpace medskip
18524 \end_inset
18525
18526 If you place two minipages side-by-side, you can use 
18527 \family sans
18528 Horizontal Fills
18529 \family default
18530  as described in section\InsetSpace ~
18531
18532 \begin_inset LatexCommand ref
18533 reference "sub:Horizontal-Space"
18534
18535 \end_inset
18536
18537 :
18538 \begin_inset VSpace medskip
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \begin_layout Standard
18545 \begin_inset Box Frameless
18546 position "t"
18547 hor_pos "c"
18548 has_inner_box 1
18549 inner_pos "t"
18550 use_parbox 0
18551 width "1.5in"
18552 special "none"
18553 height "1pt"
18554 height_special "totalheight"
18555 status open
18556
18557 \begin_layout Standard
18558 This is a minipage with some stupid dummy text.
18559  This dummy text is used to increase the size of the minipage.
18560 \end_layout
18561
18562 \end_inset
18563
18564
18565 \hfill
18566
18567 \begin_inset Box Frameless
18568 position "t"
18569 hor_pos "c"
18570 has_inner_box 1
18571 inner_pos "t"
18572 use_parbox 0
18573 width "1.5in"
18574 special "none"
18575 height "1pt"
18576 height_special "totalheight"
18577 status open
18578
18579 \begin_layout Standard
18580 This is a minipage with some stupid dummy text.
18581  This dummy text is used to increase the size of the minipage.
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \begin_layout Standard
18590 \begin_inset VSpace bigskip
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Standard
18597 When you right-click on a minipage box, you can change the box from a minipage
18598  to other box types.
18599  All box types and their settings are explained in detail in chapter 
18600 \emph on
18601 Boxes
18602 \emph default
18603  of the 
18604 \emph on
18605 Embedded Objects
18606 \emph default
18607  manual.
18608 \end_layout
18609
18610 \begin_layout Chapter
18611 Mathematical Formulas
18612 \begin_inset LatexCommand index
18613 name "Math"
18614
18615 \end_inset
18616
18617
18618 \begin_inset LatexCommand index
18619 name "Formulas | see{Math}"
18620
18621 \end_inset
18622
18623
18624 \begin_inset LatexCommand label
18625 name "cha:Mathematical-Formulas"
18626
18627 \end_inset
18628
18629
18630 \end_layout
18631
18632 \begin_layout Section
18633 Basic Math Editing
18634 \begin_inset LatexCommand index
18635 name "Math ! Basics"
18636
18637 \end_inset
18638
18639
18640 \end_layout
18641
18642 \begin_layout Standard
18643 To create a math formula, you can just click on the toolbar icon 
18644 \begin_inset Graphics
18645         filename ../images/math-mode.png
18646
18647 \end_inset
18648
18649 .
18650  That will create a little blue rectangle, with purple markers around its
18651  corners.
18652  That blue rectangle is the formula itself; the purple markers indicate
18653  what level of nesting within the formula you are at.
18654  You can also choose a particular formula type to insert via the 
18655 \family sans
18656 Insert\SpecialChar \menuseparator
18657 Math
18658 \family default
18659  menu.
18660 \end_layout
18661
18662 \begin_layout Standard
18663 Editing the parameters of a formula and adding math constructs can be done
18664  with the 
18665 \family sans
18666 math\InsetSpace ~
18667 toolbar
18668 \family default
18669 , that appears when the cursor is in a formula.
18670 \end_layout
18671
18672 \begin_layout Standard
18673 There are two main types of formulas: Inline formulas appear within a text
18674  line, like this one:
18675 \end_layout
18676
18677 \begin_layout Standard
18678 This is a line with an inline formula 
18679 \begin_inset Formula $A=B$
18680 \end_inset
18681
18682  in it.
18683 \end_layout
18684
18685 \begin_layout Standard
18686 Displayed formulas appear outside the text like as they were in an own paragraph
18687 , like this one:
18688 \begin_inset Formula \[
18689 A=B\]
18690
18691 \end_inset
18692
18693 You can only number and reference displayed formulas.
18694 \end_layout
18695
18696 \begin_layout Standard
18697 LyX supports also many LaTeX math commands.
18698  E.g.
18699  typing 
18700 \begin_inset Quotes eld
18701 \end_inset
18702
18703
18704 \series bold
18705
18706 \backslash
18707 alpha
18708 \series default
18709
18710 \begin_inset Quotes erd
18711 \end_inset
18712
18713 , followed by a space, in a formula will create the Greek letter 
18714 \begin_inset Formula $\alpha$
18715 \end_inset
18716
18717 .
18718  So typing commands might sometimes be faster than using the 
18719 \family sans
18720 Math\InsetSpace ~
18721 Panel
18722 \family default
18723 .
18724 \end_layout
18725
18726 \begin_layout Subsection
18727 Navigating in Formulas
18728 \begin_inset LatexCommand index
18729 name "Math ! Navigating"
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \begin_layout Standard
18737 The best control over the cursor position within an existing formula is
18738  achieved with the arrow keys.
18739  LyX uses small rectangles to indicate places where something can be inserted.
18740  The arrow keys can be used to navigate between parts of a formula.
18741  Pressing 
18742 \family sans
18743 Space
18744 \family default
18745  will leave a formula construct (a square root 
18746 \begin_inset Formula $\sqrt{2}$
18747 \end_inset
18748
18749 , or parentheses 
18750 \begin_inset Formula $\left(f\right)$
18751 \end_inset
18752
18753 , or a matrix 
18754 \begin_inset Formula $\left[\begin{array}{cc}
18755 1 & 2\\
18756 3 & 4\end{array}\right]$
18757 \end_inset
18758
18759 ).
18760  Pressing 
18761 \family sans
18762 Escape
18763 \family default
18764  will leave the formula, placing the cursor after the formula.
18765  
18766 \family sans
18767 Tab
18768 \family default
18769  can be used to move horizontally in a formula; for example, through the
18770  cells of a matrix or the positions in a multi-line equation.
18771 \end_layout
18772
18773 \begin_layout Standard
18774
18775 \family sans
18776 Space
18777 \family default
18778 , printed in this document as 
18779 \begin_inset Quotes eld
18780 \end_inset
18781
18782
18783 \begin_inset ERT
18784 status collapsed
18785
18786 \begin_layout Standard
18787
18788
18789 \backslash
18790 spce 
18791 \end_layout
18792
18793 \end_inset
18794
18795
18796 \begin_inset Quotes erd
18797 \end_inset
18798
18799
18800 \begin_inset Note Note
18801 status collapsed
18802
18803 \begin_layout Standard
18804 This command will appear in the output as official character denoting the
18805  space character (visible space).
18806 \end_layout
18807
18808 \end_inset
18809
18810 , seems to do nothing in a formula, since it does not add a space between
18811  characters, but it does exit a nested structure.
18812  For this reason, you have to be careful about using 
18813 \family sans
18814 Space
18815 \family default
18816 .
18817  For example, if you want 
18818 \begin_inset Formula $\sqrt{2x+1}$
18819 \end_inset
18820
18821 , type 
18822 \series bold
18823
18824 \backslash
18825 sqrt
18826 \begin_inset ERT
18827 status collapsed
18828
18829 \begin_layout Standard
18830
18831
18832 \backslash
18833 spce 
18834 \end_layout
18835
18836 \end_inset
18837
18838 2x+1
18839 \series default
18840  and not 
18841 \series bold
18842
18843 \backslash
18844 sqrt
18845 \begin_inset ERT
18846 status collapsed
18847
18848 \begin_layout Standard
18849
18850
18851 \backslash
18852 spce 
18853 \end_layout
18854
18855 \end_inset
18856
18857 2x
18858 \begin_inset ERT
18859 status collapsed
18860
18861 \begin_layout Standard
18862
18863
18864 \backslash
18865 spce 
18866 \end_layout
18867
18868 \end_inset
18869
18870 +1
18871 \series default
18872 , since in the latter case only the 
18873 \family typewriter
18874
18875 \begin_inset Formula $2x$
18876 \end_inset
18877
18878
18879 \family default
18880  will be under the square root sign: 
18881 \begin_inset Formula $\sqrt{2x}+1$
18882 \end_inset
18883
18884 .
18885 \end_layout
18886
18887 \begin_layout Standard
18888 You can leave many parts of a formula, like this matrix, partially filled
18889  in, such as:
18890 \begin_inset Formula \[
18891 \left(\begin{array}{ccc}
18892 \lambda_{1}\\
18893  & \ddots\\
18894  &  & \lambda_{n}\end{array}\right)\]
18895
18896 \end_inset
18897
18898 If you leave a fraction only partially filled in, or a subscript with nothing
18899  in it, the results will be unpredictable, but most constructs don't mind.
18900 \end_layout
18901
18902 \begin_layout Subsection
18903 Selecting Text
18904 \end_layout
18905
18906 \begin_layout Standard
18907 You can select text within a formula in two different ways.
18908  Place the cursor at one end of the string of text you want, and press 
18909 \family sans
18910 Shift
18911 \family default
18912  and a cursor movement key to select text.
18913  It will be highlighted as with regular text selection.
18914  Alternatively, you can select text with the mouse in the usual way.
18915  That text can then be cut or copied, and then pasted within any formula,
18916  but not in a normal text region in LyX.
18917 \end_layout
18918
18919 \begin_layout Subsection
18920 Exponents and Subscripts
18921 \begin_inset LatexCommand index
18922 name "Math ! Exponents"
18923
18924 \end_inset
18925
18926
18927 \begin_inset LatexCommand index
18928 name "Math ! Subscripts"
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \begin_layout Standard
18936 You can use the math panel to add super- or subscripts, but the much easier
18937  way is to use a command.
18938  To get 
18939 \begin_inset Formula $x^{2}$
18940 \end_inset
18941
18942 , type in a formula 
18943 \series bold
18944 x^2
18945 \begin_inset ERT
18946 status collapsed
18947
18948 \begin_layout Standard
18949
18950
18951 \backslash
18952 spce 
18953 \end_layout
18954
18955 \end_inset
18956
18957
18958 \series default
18959 .
18960  The final 
18961 \family sans
18962 Space
18963 \family default
18964  puts the cursor back down on the base line of the expression.
18965  If you type 
18966 \series bold
18967 x^2y
18968 \series default
18969 , you will get 
18970 \begin_inset Formula $x^{2y}$
18971 \end_inset
18972
18973 , to get 
18974 \begin_inset Formula $x^{2}y$
18975 \end_inset
18976
18977 , type 
18978 \series bold
18979 x^2
18980 \begin_inset ERT
18981 status collapsed
18982
18983 \begin_layout Standard
18984
18985
18986 \backslash
18987 spce 
18988 \end_layout
18989
18990 \end_inset
18991
18992 y
18993 \series default
18994 .
18995  If you use characters in the superscript, that could be accented with the
18996  hat 
18997 \begin_inset Quotes eld
18998 \end_inset
18999
19000 ^
19001 \begin_inset Quotes erd
19002 \end_inset
19003
19004 , you have to use an extra 
19005 \family sans
19006 Space
19007 \family default
19008  to separate the hat and the character.
19009  E.g.
19010  if you want 
19011 \begin_inset Formula $x^{a}$
19012 \end_inset
19013
19014 , type 
19015 \series bold
19016 x^
19017 \begin_inset ERT
19018 status collapsed
19019
19020 \begin_layout Standard
19021
19022
19023 \backslash
19024 spce 
19025 \end_layout
19026
19027 \end_inset
19028
19029 a
19030 \series default
19031 .
19032  Subscripts are similar: To get 
19033 \begin_inset Formula $a_{1}$
19034 \end_inset
19035
19036 , type 
19037 \series bold
19038 a_1
19039 \begin_inset ERT
19040 status collapsed
19041
19042 \begin_layout Standard
19043
19044
19045 \backslash
19046 spce 
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \series default
19053 .
19054 \end_layout
19055
19056 \begin_layout Subsection
19057 Fractions
19058 \begin_inset LatexCommand index
19059 name "Math ! Fractions"
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \begin_layout Standard
19067 Create a fraction with either the command 
19068 \series bold
19069
19070 \backslash
19071 frac
19072 \series default
19073  or using the icon 
19074 \begin_inset Graphics
19075         filename ../images/math/frac.png
19076         scale 60
19077
19078 \end_inset
19079
19080  in the 
19081 \family sans
19082 Math\InsetSpace ~
19083 Panel
19084 \family default
19085 .
19086  You will be presented with an empty fraction.
19087  The cursor is above the fraction line.
19088  To move it to the bottom, simply press 
19089 \family sans
19090 Down
19091 \family default
19092 .
19093  To move back up, press 
19094 \family sans
19095 Up
19096 \family default
19097 .
19098  Any math structure can be placed in a fraction, as this example shows:
19099 \begin_inset Formula \[
19100 \left[\frac{1}{\left(\begin{array}{cc}
19101 2 & 3\\
19102 4 & 5\end{array}\right)}\right]\]
19103
19104 \end_inset
19105
19106
19107 \end_layout
19108
19109 \begin_layout Subsection
19110 Roots
19111 \begin_inset LatexCommand index
19112 name "Math ! Roots"
19113
19114 \end_inset
19115
19116
19117 \end_layout
19118
19119 \begin_layout Standard
19120 Roots can be created using the 
19121 \family sans
19122 Math\InsetSpace ~
19123 Panel
19124 \family default
19125  button
19126 \begin_inset Graphics
19127         filename ../images/math/sqrt.png
19128
19129 \end_inset
19130
19131  or the commands 
19132 \series bold
19133
19134 \backslash
19135 sqrt
19136 \series default
19137  or 
19138 \series bold
19139
19140 \backslash
19141 root
19142 \series default
19143 .
19144  With the command 
19145 \series bold
19146
19147 \backslash
19148 root
19149 \series default
19150  you can produce roots of higher orders, like cube roots, while 
19151 \series bold
19152
19153 \backslash
19154 sqrt
19155 \series default
19156  produces always a square root.
19157 \end_layout
19158
19159 \begin_layout Subsection
19160 Operators with Limits
19161 \begin_inset LatexCommand index
19162 name "Math ! Sums"
19163
19164 \end_inset
19165
19166
19167 \begin_inset LatexCommand index
19168 name "Math ! Integrals"
19169
19170 \end_inset
19171
19172
19173 \begin_inset LatexCommand label
19174 name "sub:Operators-with-Limits"
19175
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \begin_layout Standard
19182 Sum (
19183 \begin_inset Formula $\sum$
19184 \end_inset
19185
19186 ) and integral (
19187 \begin_inset Formula $\int$
19188 \end_inset
19189
19190 ) operators are very often decorated with limits.
19191  These limits can be entered in LyX by entering them as you would enter
19192  a super- or subscript, directly after the symbol.
19193  The sum operator will automatically place its 
19194 \begin_inset Quotes eld
19195 \end_inset
19196
19197 limits
19198 \begin_inset Quotes erd
19199 \end_inset
19200
19201  over and under the symbol in displayed formulas, and on the side in inline
19202  formulas.
19203  Such as 
19204 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
19205 \end_inset
19206
19207 , versus
19208 \begin_inset Formula \[
19209 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
19210
19211 \end_inset
19212
19213 Integral signs, however, will place the limits on the side in both formula
19214  types.
19215 \end_layout
19216
19217 \begin_layout Standard
19218 All operators with limits will be automatically re-sized when placed in
19219  display mode.
19220  The placement of the limits can be changed by placing the cursor directly
19221  behind the operator and hitting 
19222 \family sans
19223 M-m l
19224 \family default
19225  or using the menu 
19226 \family sans
19227 Edit\SpecialChar \menuseparator
19228 Math\SpecialChar \menuseparator
19229 Change\InsetSpace ~
19230 Limits\InsetSpace ~
19231 Type
19232 \family default
19233 .
19234 \end_layout
19235
19236 \begin_layout Standard
19237 Certain other mathematical expressions have this 
19238 \begin_inset Quotes eld
19239 \end_inset
19240
19241 moving limits
19242 \begin_inset Quotes erd
19243 \end_inset
19244
19245  feature as addition, such as
19246 \begin_inset LatexCommand index
19247 name "Math ! Limits"
19248
19249 \end_inset
19250
19251
19252 \begin_inset Formula \[
19253 \lim_{x\rightarrow\infty}f(x),\]
19254
19255 \end_inset
19256
19257 which will place the 
19258 \begin_inset Formula $x\rightarrow\infty$
19259 \end_inset
19260
19261  underneath the 
19262 \begin_inset Quotes eld
19263 \end_inset
19264
19265 lim
19266 \begin_inset Quotes erd
19267 \end_inset
19268
19269  in display mode.
19270  In inline formulas it looks like this: 
19271 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
19272 \end_inset
19273
19274 .
19275 \end_layout
19276
19277 \begin_layout Standard
19278 Note that the lim-function was entered as the function macro 
19279 \series bold
19280
19281 \backslash
19282 lim
19283 \series default
19284 .
19285  Have a look at section\InsetSpace ~
19286
19287 \begin_inset LatexCommand ref
19288 reference "sub:Functions"
19289
19290 \end_inset
19291
19292  for an explanation of function macros.
19293 \end_layout
19294
19295 \begin_layout Subsection
19296 Math Symbols
19297 \begin_inset LatexCommand index
19298 name "Math ! Symbols"
19299
19300 \end_inset
19301
19302
19303 \end_layout
19304
19305 \begin_layout Standard
19306 Most math symbols can be found in the 
19307 \family sans
19308 Math\InsetSpace ~
19309 Panel
19310 \family default
19311  under one of several categories; including 
19312 \family sans
19313 Greek
19314 \family default
19315
19316 \family sans
19317 Operators
19318 \family default
19319  , 
19320 \family sans
19321 Relations
19322 \family default
19323
19324 \family sans
19325 Arrows
19326 \family default
19327 .
19328  There are also the additional symbols provided by the American Mathematical
19329  Society (AMS).
19330 \end_layout
19331
19332 \begin_layout Standard
19333 If you know the LaTeX-command for a construct or symbol you wish to use,
19334  you don't have to use the 
19335 \family sans
19336 Math\InsetSpace ~
19337 Panel
19338 \family default
19339 , but can type the command directly into the formula.
19340  LyX will convert it to the corresponding symbol or construct.
19341 \end_layout
19342
19343 \begin_layout Subsection
19344 Altering Spacing
19345 \begin_inset LatexCommand index
19346 name "Math ! Spaces"
19347
19348 \end_inset
19349
19350
19351 \begin_inset LatexCommand label
19352 name "sub:Altering-Spacing"
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \begin_layout Standard
19360 You may want to create spaces that differs from the standard spacing that
19361  LaTeX provides.
19362  To do this, type 
19363 \family sans
19364 C-Space
19365 \family default
19366  or to use the 
19367 \family sans
19368 Math\InsetSpace ~
19369 Panel
19370 \family default
19371  button 
19372 \begin_inset Graphics
19373         filename ../images/math/space.png
19374
19375 \end_inset
19376
19377 .
19378  This generates a small space, and shows a small marker on the screen.
19379  Here a example for the sequence 
19380 \series bold
19381 a C-Space b
19382 \series default
19383
19384 \begin_inset Formula $a\, b$
19385 \end_inset
19386
19387  (appears in LyX as 
19388 \begin_inset Graphics
19389         filename clipart/SpaceMarker.png
19390
19391 \end_inset
19392
19393 ).
19394  You can change the space to different sizes when you set the cursor behind
19395  the space marker and hit space again several times.
19396  With every space hit the size will be changed.
19397  Some markers for the space size appear red in LyX, because they are a negative
19398  spaces.
19399  Here two examples:
19400 \end_layout
19401
19402 \begin_layout Standard
19403
19404 \series bold
19405 a C-Space b
19406 \series default
19407  and 3×
19408 \family sans
19409 Space
19410 \family default
19411
19412 \begin_inset Formula $a\quad b$
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \begin_layout Standard
19419
19420 \series bold
19421 a C-Space b
19422 \series default
19423  and 5×
19424 \family sans
19425 Space
19426 \family default
19427
19428 \begin_inset Formula $a\! b$
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \begin_layout Subsection
19435 Functions
19436 \begin_inset LatexCommand index
19437 name "Math ! Functions"
19438
19439 \end_inset
19440
19441
19442 \begin_inset LatexCommand label
19443 name "sub:Functions"
19444
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \begin_layout Standard
19451 The 
19452 \family sans
19453 Math\InsetSpace ~
19454 Panel
19455 \family default
19456  contains under the button 
19457 \begin_inset Graphics
19458         filename ../images/math/functions.png
19459
19460 \end_inset
19461
19462  a number of functions, such as 
19463 \begin_inset Formula $\sin$
19464 \end_inset
19465
19466
19467 \begin_inset Formula $\lim$
19468 \end_inset
19469
19470
19471 \emph on
19472 etc
19473 \emph default
19474 .
19475  (you can also insert them in a formula by typing 
19476 \series bold
19477
19478 \backslash
19479 sin
19480 \series default
19481  etc.).
19482  Standard mathematical practice is, that functions are printed upright to
19483  avoid confusions, because 
19484 \begin_inset Formula $sin$
19485 \end_inset
19486
19487  does normally mean 
19488 \begin_inset Formula $s·i·n$
19489 \end_inset
19490
19491 .
19492 \end_layout
19493
19494 \begin_layout Standard
19495 Using the function macros will also produce correct spacing around the function:
19496  
19497 \begin_inset Formula $a\sin x$
19498 \end_inset
19499
19500  is different from 
19501 \begin_inset Formula $asinx$
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \begin_layout Standard
19508 For some mathematical objects, like the limes, the macro changes the way
19509  that subscripts are placed, like described in section\InsetSpace ~
19510
19511 \begin_inset LatexCommand ref
19512 reference "sub:Operators-with-Limits"
19513
19514 \end_inset
19515
19516 .
19517 \end_layout
19518
19519 \begin_layout Subsection
19520 Accents
19521 \begin_inset LatexCommand index
19522 name "Math ! Accents"
19523
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \begin_layout Standard
19530 In a formula you can insert accented characters in the same way as in text
19531  mode.
19532  This may depend on your keyboard, or the bindings file you use.
19533  You can also use LaTeX commands to e.g.
19534  enter 
19535 \begin_inset Formula $\hat{a}$
19536 \end_inset
19537
19538  even if your keyboard doesn't have hat-accents enabled.
19539  Our example is entered by typing 
19540 \series bold
19541
19542 \backslash
19543 hat
19544 \begin_inset ERT
19545 status collapsed
19546
19547 \begin_layout Standard
19548
19549
19550 \backslash
19551 spce 
19552 \end_layout
19553
19554 \end_inset
19555
19556 a
19557 \series default
19558  in a formula.
19559  Table\InsetSpace ~
19560
19561 \begin_inset LatexCommand ref
19562 reference "cap:Accent-names-and"
19563
19564 \end_inset
19565
19566  shows the equivalences between the accent names and the commands.
19567 \end_layout
19568
19569 \begin_layout Standard
19570 \begin_inset Float table
19571 wide false
19572 sideways false
19573 status open
19574
19575 \begin_layout Standard
19576 \begin_inset Caption
19577
19578 \begin_layout Standard
19579 \begin_inset LatexCommand label
19580 name "cap:Accent-names-and"
19581
19582 \end_inset
19583
19584 Accent names and the corresponding commands.
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \begin_layout Standard
19593 \align center
19594 \begin_inset Tabular
19595 <lyxtabular version="3" rows="11" columns="3">
19596 <features>
19597 <column alignment="center" valignment="top" leftline="true" width="0pt">
19598 <column alignment="center" valignment="top" leftline="true" width="0pt">
19599 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19600 <row topline="true" bottomline="true">
19601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Standard
19605 Name
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Standard
19614 Command
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Standard
19623 E
19624 \family roman
19625 \series medium
19626 \shape up
19627 \size normal
19628 \emph off
19629 \bar no
19630 \noun off
19631 \color none
19632 xample
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 <row topline="true">
19639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Standard
19643
19644 \family roman
19645 \series medium
19646 \shape up
19647 \size normal
19648 \emph off
19649 \bar no
19650 \noun off
19651 \color none
19652 circumflex
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Standard
19661
19662 \series bold
19663
19664 \backslash
19665 hat
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Standard
19674
19675 \family roman
19676 \series medium
19677 \shape up
19678 \size normal
19679 \emph off
19680 \bar no
19681 \noun off
19682 \color none
19683 \begin_inset Formula $\hat{a}$
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 </row>
19692 <row topline="true">
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Standard
19697
19698 \family roman
19699 \series medium
19700 \shape up
19701 \size normal
19702 \emph off
19703 \bar no
19704 \noun off
19705 \color none
19706 grave
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Standard
19715
19716 \series bold
19717
19718 \backslash
19719 grave
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Standard
19728
19729 \family roman
19730 \series medium
19731 \shape up
19732 \size normal
19733 \emph off
19734 \bar no
19735 \noun off
19736 \color none
19737 \begin_inset Formula $\grave{a}$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 <row topline="true">
19747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Standard
19751
19752 \family roman
19753 \series medium
19754 \shape up
19755 \size normal
19756 \emph off
19757 \bar no
19758 \noun off
19759 \color none
19760 acute
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Standard
19769
19770 \series bold
19771
19772 \backslash
19773 acute
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Standard
19782
19783 \family roman
19784 \series medium
19785 \shape up
19786 \size normal
19787 \emph off
19788 \bar no
19789 \noun off
19790 \color none
19791 \begin_inset Formula $\acute{a}$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 <row topline="true">
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Standard
19805
19806 \family roman
19807 \series medium
19808 \shape up
19809 \size normal
19810 \emph off
19811 \bar no
19812 \noun off
19813 \color none
19814 umlaut
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Standard
19823
19824 \series bold
19825
19826 \backslash
19827 ddot
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Standard
19836
19837 \family roman
19838 \series medium
19839 \shape up
19840 \size normal
19841 \emph off
19842 \bar no
19843 \noun off
19844 \color none
19845 \begin_inset Formula $\ddot{a}$
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 </row>
19854 <row topline="true">
19855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Standard
19859
19860 \family roman
19861 \series medium
19862 \shape up
19863 \size normal
19864 \emph off
19865 \bar no
19866 \noun off
19867 \color none
19868 tilde
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Standard
19877
19878 \series bold
19879
19880 \backslash
19881 tilde
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Standard
19890
19891 \family roman
19892 \series medium
19893 \shape up
19894 \size normal
19895 \emph off
19896 \bar no
19897 \noun off
19898 \color none
19899 \begin_inset Formula $\tilde{a}$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row topline="true">
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Standard
19913
19914 \family roman
19915 \series medium
19916 \shape up
19917 \size normal
19918 \emph off
19919 \bar no
19920 \noun off
19921 \color none
19922 dot
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Standard
19931
19932 \series bold
19933
19934 \backslash
19935 dot
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Standard
19944
19945 \family roman
19946 \series medium
19947 \shape up
19948 \size normal
19949 \emph off
19950 \bar no
19951 \noun off
19952 \color none
19953 \begin_inset Formula $\dot{a}$
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 </row>
19962 <row topline="true">
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Standard
19967
19968 \family roman
19969 \series medium
19970 \shape up
19971 \size normal
19972 \emph off
19973 \bar no
19974 \noun off
19975 \color none
19976 breve
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Standard
19985
19986 \series bold
19987
19988 \backslash
19989 breve
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Standard
19998
19999 \family roman
20000 \series medium
20001 \shape up
20002 \size normal
20003 \emph off
20004 \bar no
20005 \noun off
20006 \color none
20007 \begin_inset Formula $\breve{a}$
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 </row>
20016 <row topline="true">
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Standard
20021
20022 \family roman
20023 \series medium
20024 \shape up
20025 \size normal
20026 \emph off
20027 \bar no
20028 \noun off
20029 \color none
20030 caron
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Standard
20039
20040 \series bold
20041
20042 \backslash
20043 check
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Standard
20052
20053 \family roman
20054 \series medium
20055 \shape up
20056 \size normal
20057 \emph off
20058 \bar no
20059 \noun off
20060 \color none
20061 \begin_inset Formula $\check{a}$
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 </row>
20070 <row topline="true">
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Standard
20075
20076 \family roman
20077 \series medium
20078 \shape up
20079 \size normal
20080 \emph off
20081 \bar no
20082 \noun off
20083 \color none
20084 macron
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Standard
20093
20094 \series bold
20095
20096 \backslash
20097 bar
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Standard
20106
20107 \family roman
20108 \series medium
20109 \shape up
20110 \size normal
20111 \emph off
20112 \bar no
20113 \noun off
20114 \color none
20115 \begin_inset Formula $\bar{a}$
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 <row topline="true" bottomline="true">
20125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Standard
20129 vector
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Standard
20138
20139 \series bold
20140
20141 \backslash
20142 vec
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Standard
20151
20152 \family roman
20153 \series medium
20154 \shape up
20155 \size normal
20156 \emph off
20157 \bar no
20158 \noun off
20159 \color none
20160 \begin_inset Formula $\vec{a}$
20161 \end_inset
20162
20163
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 </row>
20169 </lyxtabular>
20170
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \begin_layout Standard
20182 You can choose one of the accents by selecting an item from the 
20183 \family sans
20184 Frame\InsetSpace ~
20185 decorations
20186 \family default
20187  symbol set button 
20188 \begin_inset Graphics
20189         filename ../images/math/hat.png
20190
20191 \end_inset
20192
20193  in the math panel ; this will apply to any selection you have made within
20194  a formula too.
20195 \end_layout
20196
20197 \begin_layout Section
20198 Brackets and Delimiters
20199 \begin_inset LatexCommand index
20200 name "Math ! Brackets"
20201
20202 \end_inset
20203
20204
20205 \begin_inset LatexCommand index
20206 name "Math ! Delimiters"
20207
20208 \end_inset
20209
20210
20211 \begin_inset LatexCommand label
20212 name "sec:Brackets-and-Delimiters"
20213
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \begin_layout Standard
20220 There are several brackets available through LyX.
20221  For most purposes, using just the keys 
20222 \family typewriter
20223 []{}()|<>
20224 \family default
20225  should suffice.
20226  But if you want to surround a large structure, like a matrix or a fraction,
20227  or if you have several layers of brackets, is better using 
20228 \family sans
20229 Math\InsetSpace ~
20230 Panel
20231 \family default
20232 's delimiter icon 
20233 \begin_inset Graphics
20234         filename ../images/math/delim.png
20235
20236 \end_inset
20237
20238 .
20239  For example, that's how you would construct the brackets around a standard
20240  matrix such as:
20241 \begin_inset Formula \[
20242 \left[\begin{array}{cc}
20243 1 & 2\\
20244 3 & 4\end{array}\right]\]
20245
20246 \end_inset
20247
20248 and to make it easier to see the layers of parentheses as in: 
20249 \begin_inset Formula \[
20250 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
20251
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \begin_layout Standard
20258 The parentheses, and other brackets from that menu will automatically re-size
20259  to accommodate the size of what is inside.
20260 \end_layout
20261
20262 \begin_layout Standard
20263 To construct brackets click on the button for the bracket you want on the
20264  left side and right side.
20265  If you use the option 
20266 \family sans
20267 Keep\InsetSpace ~
20268 matched
20269 \family default
20270 , the selected bracket type will be used for the left and the right side.
20271  The selection will be shown below the button field.
20272  If you want one side to not have a bracket, use the blank button.
20273  It will appear in LyX with a dotted line, but nothing will be printed.
20274 \end_layout
20275
20276 \begin_layout Standard
20277 If you want to place brackets around math structures, like a square root,
20278  you can do that by highlighting (selecting) the structure that is to go
20279  inside the brackets.
20280  Then choose the appropriate brackets for left and right and click on 
20281 \family sans
20282 Insert
20283 \family default
20284 .
20285  The parentheses will be drawn around the selected structure.
20286 \end_layout
20287
20288 \begin_layout Standard
20289 The next section explains how to insert a LaTeX 
20290 \begin_inset Quotes eld
20291 \end_inset
20292
20293 {
20294 \begin_inset Quotes erd
20295 \end_inset
20296
20297  for grouping.
20298 \end_layout
20299
20300 \begin_layout Section
20301 Grouping
20302 \begin_inset LatexCommand index
20303 name "Math ! Grouping"
20304
20305 \end_inset
20306
20307
20308 \begin_inset LatexCommand label
20309 name "sec:Grouping"
20310
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \begin_layout Standard
20317 You may need to group a set of symbols.
20318  In LaTeX, for example, the typesetting of 
20319 \family typewriter
20320 {x^y}^z
20321 \family default
20322  is different from 
20323 \family typewriter
20324 x^{y^z}
20325 \family default
20326 :
20327 \end_layout
20328
20329 \begin_layout Standard
20330 \begin_inset Formula \[
20331 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Standard
20339 To create this grouping, you need to use the key sequence 
20340 \begin_inset Quotes eld
20341 \end_inset
20342
20343
20344 \series bold
20345
20346 \backslash
20347 {
20348 \series default
20349
20350 \begin_inset Quotes erd
20351 \end_inset
20352
20353  then type space.
20354  Inside LyX, you will see red braces indicating the grouping.
20355  Within this braces you insert the grouped structure.
20356  The grouping braces won't appear in the output in contrary to normal braces.
20357 \end_layout
20358
20359 \begin_layout Section
20360 Arrays and Multi-line Equations
20361 \begin_inset LatexCommand index
20362 name "Math ! Arrays"
20363
20364 \end_inset
20365
20366
20367 \begin_inset LatexCommand index
20368 name "Math ! Matrices"
20369
20370 \end_inset
20371
20372
20373 \begin_inset LatexCommand index
20374 name "Math ! Multi-line Equations"
20375
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \begin_layout Standard
20382 Matrices are entered in LyX using the 
20383 \family sans
20384 Math\InsetSpace ~
20385 Panel
20386 \family default
20387  matrix button 
20388 \begin_inset Graphics
20389         filename ../images/math/matrix.png
20390
20391 \end_inset
20392
20393 .
20394  It will open a dialog for you to choose the number of rows/columns.
20395  Here is an example:
20396 \begin_inset Formula \[
20397 \left(\begin{array}{ccc}
20398 1 & 2 & 3\\
20399 4 & 5 & 6\\
20400 7 & 8 & 9\end{array}\right)\]
20401
20402 \end_inset
20403
20404 The parentheses aren't automatic, but you can add them as described in section\InsetSpace ~
20405
20406 \begin_inset LatexCommand ref
20407 reference "sec:Brackets-and-Delimiters"
20408
20409 \end_inset
20410
20411 .
20412  When you construct the matrix, you can decide whether the column entries
20413  will be left-, right-, or center-justified.
20414  This alignment is set in the box 
20415 \family sans
20416 Horizontal
20417 \family default
20418  with the letters 
20419 \begin_inset Quotes eld
20420 \end_inset
20421
20422
20423 \family sans
20424 l
20425 \family default
20426
20427 \begin_inset Quotes erd
20428 \end_inset
20429
20430
20431 \begin_inset Quotes eld
20432 \end_inset
20433
20434
20435 \family sans
20436 r
20437 \family default
20438
20439 \begin_inset Quotes erd
20440 \end_inset
20441
20442 , and 
20443 \begin_inset Quotes eld
20444 \end_inset
20445
20446
20447 \family sans
20448 c
20449 \family default
20450
20451 \begin_inset Quotes erd
20452 \end_inset
20453
20454 .
20455  LyX proposes a 
20456 \begin_inset Quotes eld
20457 \end_inset
20458
20459
20460 \family sans
20461 c
20462 \family default
20463
20464 \begin_inset Quotes erd
20465 \end_inset
20466
20467  for every column as default.
20468  For example, the sequence 
20469 \begin_inset Quotes eld
20470 \end_inset
20471
20472
20473 \family sans
20474 lrc
20475 \family default
20476
20477 \begin_inset Quotes erd
20478 \end_inset
20479
20480  means that the first column will be left-justified, the second will be
20481  centered, and the third column will be right-justified, because each letter
20482  corresponds to the relevant column.
20483  The result will look like this:
20484 \begin_inset Formula \[
20485 \begin{array}{lcr}
20486 this & this\, column & this\, column\\
20487 column & has & has\, right\\
20488 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20489
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \begin_layout Standard
20496 You can add more rows to an existing matrix by hitting 
20497 \family sans
20498 C-Enter
20499 \family default
20500  while the cursor is in the matrix.
20501  Adding or deleting columns can be done via the menu 
20502 \family sans
20503 Edit\SpecialChar \menuseparator
20504 Math
20505 \family default
20506 .
20507 \end_layout
20508
20509 \begin_layout Standard
20510 There are other arrays used in formulas, such as distinctions of cases.
20511  It can be created with the menu 
20512 \family sans
20513 Insert\SpecialChar \menuseparator
20514 Math\SpecialChar \menuseparator
20515 Cases\InsetSpace ~
20516 Environment
20517 \family default
20518  or the command 
20519 \series bold
20520
20521 \backslash
20522 cases
20523 \series default
20524 .
20525  Here an example: 
20526 \begin_inset Formula \[
20527 f(x)=\begin{cases}
20528 -1 & x<0\\
20529 0 & x=0\\
20530 1 & x>0\end{cases}\]
20531
20532 \end_inset
20533
20534
20535 \end_layout
20536
20537 \begin_layout Standard
20538 \begin_inset VSpace bigskip
20539 \end_inset
20540
20541 Multi-line formulas are created when you press 
20542 \family sans
20543 \series medium
20544 C-E
20545 \series default
20546 nter
20547 \family default
20548  within a formula.
20549  In an empty formula you can see that three blue boxes appear, one for each
20550  column.
20551  When you press 
20552 \family sans
20553 \series medium
20554 C-E
20555 \series default
20556 nter
20557 \family default
20558  in a non-empty formula, the part before the relation sign (equal sign 
20559 \begin_inset Quotes eld
20560 \end_inset
20561
20562 =
20563 \begin_inset Quotes erd
20564 \end_inset
20565
20566  etc.) will be inserted automatically to the first column, the relation sign
20567  is in the second column, and the rest in the third column.
20568  A new row is created by every further hit of 
20569 \family sans
20570 \series medium
20571 C-E
20572 \series default
20573 nter
20574 \family default
20575 .
20576  Multi-line formulas are always displayed formulas.
20577  Here is an example:
20578 \begin_inset Formula \begin{eqnarray}
20579 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
20580 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
20581
20582 \end_inset
20583
20584  To change the column assignment of the formula parts, place the cursor
20585  where you want to start the shift and hit 
20586 \family sans
20587 C-Tab.
20588
20589 \family default
20590  It shifts everything in the column which is right beside the current cursor
20591  position to the next column.
20592  Note that the middle column is designed for relation signs, structures
20593  within this column will be printed in a smaller size:
20594 \begin_inset Formula \begin{eqnarray*}
20595 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
20596
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \begin_layout Standard
20603 The multi-line formula type described here is called 
20604 \family typewriter
20605 \series medium
20606 eqnarray
20607 \family default
20608 \series default
20609 .
20610  There are other multi-line types being more suitable for certain situations,
20611  for example if you want a better inter-line spacing than in formula (
20612 \begin_inset LatexCommand ref
20613 reference "eq:asquared"
20614
20615 \end_inset
20616
20617 ).
20618  The other types are described in section\InsetSpace ~
20619
20620 \begin_inset LatexCommand ref
20621 reference "sub:AMS-Formula-Types"
20622
20623 \end_inset
20624
20625 .
20626 \end_layout
20627
20628 \begin_layout Section
20629 Formula Numbering and Referencing
20630 \begin_inset LatexCommand index
20631 name "Math ! Formula numbering"
20632
20633 \end_inset
20634
20635
20636 \begin_inset LatexCommand index
20637 name "Math ! Referencing formulas"
20638
20639 \end_inset
20640
20641
20642 \begin_inset LatexCommand label
20643 name "sec:Formula-Numbering-and"
20644
20645 \end_inset
20646
20647
20648 \end_layout
20649
20650 \begin_layout Standard
20651 To number a formula, set the cursor in the formula and use the menu 
20652 \family sans
20653 Edit\SpecialChar \menuseparator
20654 Math\SpecialChar \menuseparator
20655 Toggle\InsetSpace ~
20656 Numbering
20657 \family default
20658  or the shortcut 
20659 \family sans
20660 M-m\InsetSpace ~
20661 n
20662 \family default
20663 .
20664  The formula number appears in LyX as 
20665 \begin_inset Quotes eld
20666 \end_inset
20667
20668 #
20669 \begin_inset Quotes erd
20670 \end_inset
20671
20672  within parentheses.
20673  The 
20674 \begin_inset Quotes erd
20675 \end_inset
20676
20677 #
20678 \begin_inset Quotes erd
20679 \end_inset
20680
20681  denotes, that the number will be calculated automatically when the output
20682  is generated.
20683  The placement and format of the formula number in the output depends on
20684  the document class.
20685  In this document the number is printed together with the chapter number,
20686  separated by a dot:
20687 \begin_inset Formula \begin{equation}
20688 1+1=2\end{equation}
20689
20690 \end_inset
20691
20692 Using 
20693 \family sans
20694 M-m\InsetSpace ~
20695 n
20696 \family default
20697  in a numbered formula will switch off the numbering.
20698  You can only number displayed formulas.
20699 \end_layout
20700
20701 \begin_layout Standard
20702 Multi-line formulas can be numbered line by line: Using the menu 
20703 \family sans
20704 Edit\SpecialChar \menuseparator
20705 Math\SpecialChar \menuseparator
20706 Toggle\InsetSpace ~
20707 Numbering\InsetSpace ~
20708 of\InsetSpace ~
20709 Line
20710 \family default
20711  or the shortcut 
20712 \family sans
20713 M-m\InsetSpace ~
20714 N
20715 \family default
20716  will only toggle the numbering of the line where the cursor is in:
20717 \begin_inset Formula \begin{eqnarray}
20718 1 & = & 3-2\\
20719 2 & = & 4-2\nonumber \\
20720 4 & \leq & 7\end{eqnarray}
20721
20722 \end_inset
20723
20724 To number all lines use the shortcut 
20725 \family sans
20726 M-m\InsetSpace ~
20727 n
20728 \family default
20729 .
20730 \end_layout
20731
20732 \begin_layout Standard
20733 \begin_inset VSpace bigskip
20734 \end_inset
20735
20736 Every displayed formula can be referenced by its number using a label.
20737  A label is inserted with the menu 
20738 \family sans
20739 Insert\SpecialChar \menuseparator
20740 Label
20741 \family default
20742  when the cursor is in the formula.
20743  This opens a dialog to enter the label.
20744  It is recommended to use the proposed 
20745 \begin_inset Quotes eld
20746 \end_inset
20747
20748
20749 \family sans
20750 eq:
20751 \family default
20752
20753 \begin_inset Quotes erd
20754 \end_inset
20755
20756  as first part of the label, because this helps later to identify the label
20757  type when you have many labels in your document.
20758  We inserted in the following example the label 
20759 \begin_inset Quotes eld
20760 \end_inset
20761
20762 eq:tanhExp
20763 \begin_inset Quotes erd
20764 \end_inset
20765
20766  in the second line:
20767 \begin_inset Formula \begin{eqnarray}
20768 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
20769  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
20770
20771 \end_inset
20772
20773 Every labeled line is automatically numbered.
20774  Therefore the label is shown in LyX at the place of the formula number
20775  placeholder 
20776 \begin_inset Quotes eld
20777 \end_inset
20778
20779 #
20780 \begin_inset Quotes erd
20781 \end_inset
20782
20783 .
20784  You can reference a labeled formula using the menu 
20785 \family sans
20786 Insert\SpecialChar \menuseparator
20787 Cross\InsetSpace ~
20788 Reference
20789 \family default
20790 .
20791  A dialog appears to choose a label you want refer to.
20792  The reference appears in LyX as grey cross reference box and in the output
20793  as the formula number:
20794 \end_layout
20795
20796 \begin_layout Standard
20797 This is a cross-reference to equation (
20798 \begin_inset LatexCommand ref
20799 reference "eq:tanhExp"
20800
20801 \end_inset
20802
20803 ).
20804 \end_layout
20805
20806 \begin_layout Standard
20807 The properties of LyX's cross-reference box are described in section\InsetSpace ~
20808
20809 \begin_inset LatexCommand ref
20810 reference "sec:Cross-References"
20811
20812 \end_inset
20813
20814 .
20815  To delete a label, set the cursor in the labeled formula, use the menu
20816  
20817 \family sans
20818 Insert\SpecialChar \menuseparator
20819 Label
20820 \family default
20821  and delete the label in the appearing dialog.
20822 \begin_inset Foot
20823 status collapsed
20824
20825 \begin_layout Standard
20826 This is a unintuitive and will be fixed in the next version of LyX.
20827 \end_layout
20828
20829 \end_inset
20830
20831  
20832 \end_layout
20833
20834 \begin_layout Section
20835 User defined math macros
20836 \begin_inset LatexCommand index
20837 name "Math ! Macros"
20838
20839 \end_inset
20840
20841
20842 \end_layout
20843
20844 \begin_layout Standard
20845 LyX allows you to define macros for formulas.
20846  For example we assume that solutions of the quadratic equation often occur
20847  in our document in various forms and we want to create a macro to print
20848  them.
20849 \newline
20850 The general form of a quadratic equation is:
20851 \begin_inset Formula \[
20852 0=\lambda^{2}+p\lambda+q\]
20853
20854 \end_inset
20855
20856 The general form of its solution is:
20857 \begin_inset Formula \[
20858 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 The macro should print the parameters 
20867 \begin_inset Formula $\lambda$
20868 \end_inset
20869
20870
20871 \begin_inset Formula $p$
20872 \end_inset
20873
20874  and 
20875 \begin_inset Formula $q$
20876 \end_inset
20877
20878  like in the equation above.
20879 \end_layout
20880
20881 \begin_layout Standard
20882 A macro is created by executing the command
20883 \end_layout
20884
20885 \begin_layout Standard
20886
20887 \series bold
20888 math-macro
20889 \begin_inset ERT
20890 status collapsed
20891
20892 \begin_layout Standard
20893
20894
20895 \backslash
20896 spce 
20897 \end_layout
20898
20899 \end_inset
20900
20901 Name
20902 \begin_inset ERT
20903 status collapsed
20904
20905 \begin_layout Standard
20906
20907
20908 \backslash
20909 spce 
20910 \end_layout
20911
20912 \end_inset
20913
20914 Number\InsetSpace ~
20915 of\InsetSpace ~
20916 Arguments
20917 \end_layout
20918
20919 \begin_layout Standard
20920 in the minibuffer at the bottom of the LyX screen.
20921  Name is the name of the new macro which mustn't contain numbers.
20922  The number of arguments can be a number in the range 1-9.
20923  If you want to define a macro without arguments, don't declare the number
20924  of arguments.
20925 \end_layout
20926
20927 \begin_layout Standard
20928 We have three arguments and name the macro 
20929 \begin_inset Quotes eld
20930 \end_inset
20931
20932 qE
20933 \begin_inset Quotes erd
20934 \end_inset
20935
20936 , so that the command is:
20937 \end_layout
20938
20939 \begin_layout Standard
20940
20941 \series bold
20942 math-macro
20943 \begin_inset ERT
20944 status collapsed
20945
20946 \begin_layout Standard
20947
20948
20949 \backslash
20950 spce 
20951 \end_layout
20952
20953 \end_inset
20954
20955 qE
20956 \begin_inset ERT
20957 status collapsed
20958
20959 \begin_layout Standard
20960
20961
20962 \backslash
20963 spce 
20964 \end_layout
20965
20966 \end_inset
20967
20968 3
20969 \end_layout
20970
20971 \begin_layout Standard
20972 This results in the following macro definition box: 
20973 \begin_inset Graphics
20974         filename clipart/macrobox.png
20975
20976 \end_inset
20977
20978  
20979 \begin_inset FormulaMacro
20980 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
20981 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
20982 \end_inset
20983
20984
20985 \begin_inset Note Note
20986 status collapsed
20987
20988 \begin_layout Standard
20989 The first box is an image to show the behavior in the output.
20990  The second one is the definition box, that doesn't appear in the output.
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \begin_layout Standard
20999 The first blue box is for the definition, where you insert the formula via
21000  the math panel or commands.
21001  The placeholder for the arguments are inserted as a backslash and sharp
21002  followed by the argument number, e.g.
21003  
21004 \begin_inset Quotes eld
21005 \end_inset
21006
21007
21008 \backslash
21009 #1
21010 \begin_inset Quotes erd
21011 \end_inset
21012
21013  for the first argument.
21014  Placeholders will be displayed in red.
21015  The second blue box is for the appearance in LyX.
21016  This is useful when you have a large structure that shouldn't be displayed
21017  in LyX with its full size.
21018  If you want to see the macro as it is defined, leave the box blank.
21019  In our example we insert the sequence
21020 \newline
21021
21022 \series bold
21023 qE: 
21024 \backslash
21025 #1
21026 \series default
21027  
21028 \series bold
21029 ,
21030 \series default
21031  
21032 \series bold
21033
21034 \backslash
21035 #2
21036 \series default
21037  
21038 \series bold
21039 ,
21040 \series default
21041  
21042 \series bold
21043
21044 \backslash
21045 #3
21046 \newline
21047
21048 \series default
21049 The macro will then be shown as the macro name followed by the three arguments.
21050 \end_layout
21051
21052 \begin_layout Standard
21053 To use the macro in a formula, type its name as command, in our case 
21054 \begin_inset Quotes eld
21055 \end_inset
21056
21057
21058 \series bold
21059
21060 \backslash
21061 qE
21062 \series default
21063
21064 \begin_inset Quotes erd
21065 \end_inset
21066
21067 .
21068  The macro is inserted with boxes for the arguments looking similar to this:
21069 \end_layout
21070
21071 \begin_layout Standard
21072 \align center
21073 \begin_inset Graphics
21074         filename clipart/macrouse.png
21075
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \begin_layout Standard
21082 The arguments are inserted in the blue boxes.
21083  If the cursor is outside the macro, the arguments are put in the macro.
21084  To change the arguments, put the cursor in the formula before or after
21085  the macro and press the right or left arrow key respectively.
21086  The arguments appear now again below the macro definition.
21087 \end_layout
21088
21089 \begin_layout Standard
21090 If you change the macro definition all macros are changed automatically
21091  to the new definition.
21092  Here an example of our macro with the arguments 
21093 \begin_inset Formula $x$
21094 \end_inset
21095
21096
21097 \begin_inset Formula $\ln(x)$
21098 \end_inset
21099
21100 , and 
21101 \begin_inset Formula $B$
21102 \end_inset
21103
21104 :
21105 \begin_inset Formula \[
21106 \qE{x}{\ln(y)}{B}\]
21107
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \begin_layout Standard
21114 When the document is exported to LaTeX, the macro definition will be inserted
21115  as the command:
21116 \end_layout
21117
21118 \begin_layout Standard
21119
21120 \series bold
21121
21122 \backslash
21123 newcommand{
21124 \backslash
21125 qE}[3]{#1_{1,
21126 \backslash
21127 ,2}=-
21128 \backslash
21129 frac{#2}{2}
21130 \backslash
21131 pm
21132 \newline
21133
21134 \begin_inset ERT
21135 status collapsed
21136
21137 \begin_layout Standard
21138
21139
21140 \backslash
21141 hphantom{
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \backslash
21148 newcommand
21149 \begin_inset ERT
21150 status collapsed
21151
21152 \begin_layout Standard
21153
21154 }
21155 \end_layout
21156
21157 \end_inset
21158
21159
21160 \backslash
21161 sqrt{
21162 \backslash
21163 frac{#2^{2}}{4}-#3}}
21164 \end_layout
21165
21166 \begin_layout Standard
21167 The command is not inserted in the document preamble.
21168  That means you can only use macros in formulas that are below the macro
21169  definition box in your document.
21170  There are also some other restrictions: The command 
21171 \backslash
21172 newcommand supports optional arguments, which are not available in LyX's
21173  macros.
21174  You can also not change subsequently the name of the macro and the number
21175  of arguments.
21176  
21177 \end_layout
21178
21179 \begin_layout Section
21180 Fine-Tuning
21181 \end_layout
21182
21183 \begin_layout Subsection
21184 Typefaces
21185 \begin_inset LatexCommand index
21186 name "Math ! Typefaces"
21187
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \begin_layout Standard
21194 The standard font for text is italic, for numbers the standard is roman.
21195  To set a font in a formula, use the 
21196 \family sans
21197 Math\InsetSpace ~
21198 Panel
21199 \family default
21200  button 
21201 \begin_inset Graphics
21202         filename ../images/math/font.png
21203
21204 \end_inset
21205
21206 , or enter its command, listed in table\InsetSpace ~
21207
21208 \begin_inset LatexCommand ref
21209 reference "cap:Typefaces-and-the"
21210
21211 \end_inset
21212
21213 , directly.
21214 \end_layout
21215
21216 \begin_layout Standard
21217 \begin_inset Float table
21218 wide false
21219 sideways false
21220 status open
21221
21222 \begin_layout Standard
21223 \begin_inset Caption
21224
21225 \begin_layout Standard
21226 \begin_inset LatexCommand label
21227 name "cap:Typefaces-and-the"
21228
21229 \end_inset
21230
21231 Typefaces and the corresponding commands.
21232 \end_layout
21233
21234 \end_inset
21235
21236
21237 \end_layout
21238
21239 \begin_layout Standard
21240 \align center
21241 \begin_inset Tabular
21242 <lyxtabular version="3" rows="9" columns="2">
21243 <features>
21244 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
21245 <column alignment="center" valignment="top" rightline="true" width="0pt">
21246 <row topline="true" bottomline="true">
21247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Standard
21251 Font
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Standard
21260 Command
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 </row>
21266 <row topline="true">
21267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Standard
21271
21272 \shape up
21273 \size normal
21274 \bar no
21275 \noun off
21276 \color none
21277 \begin_inset Formula $\mathrm{Roman}$
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \end_inset
21284 </cell>
21285 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Standard
21289
21290 \series bold
21291
21292 \backslash
21293 mathrm
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 </row>
21299 <row topline="true">
21300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Standard
21304 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
21305 \end_inset
21306
21307
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Standard
21316
21317 \series bold
21318
21319 \backslash
21320 mathbf
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 <row topline="true">
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Standard
21331 \begin_inset Formula $\mathit{Italic}$
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Standard
21343
21344 \series bold
21345
21346 \backslash
21347 mathit
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 </row>
21353 <row topline="true">
21354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Standard
21358
21359 \shape up
21360 \size normal
21361 \bar no
21362 \noun off
21363 \color none
21364 \begin_inset Formula $\mathtt{Typewriter}$
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Standard
21376
21377 \series bold
21378
21379 \backslash
21380 mathtt
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 </row>
21386 <row topline="true">
21387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Standard
21391 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
21392 \end_inset
21393
21394
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Standard
21403
21404 \series bold
21405
21406 \backslash
21407 mathbb
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 </row>
21413 <row topline="true">
21414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Standard
21418 \begin_inset Formula $\mathfrak{Fraktur}$
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Standard
21430
21431 \series bold
21432
21433 \backslash
21434 mathfrak
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 </row>
21440 <row topline="true">
21441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Standard
21445
21446 \shape up
21447 \size normal
21448 \emph on
21449 \bar no
21450 \noun off
21451 \color none
21452 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Standard
21464
21465 \series bold
21466
21467 \backslash
21468 mathcal
21469 \end_layout
21470
21471 \end_inset
21472 </cell>
21473 </row>
21474 <row topline="true" bottomline="true">
21475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Standard
21479 \begin_inset Formula $\mathsf{SansSerif}$
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Standard
21491
21492 \series bold
21493
21494 \backslash
21495 mathsf
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 </row>
21501 </lyxtabular>
21502
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \begin_layout Standard
21514 \begin_inset Note Greyedout
21515 status open
21516
21517 \begin_layout Standard
21518
21519 \series bold
21520 Note:
21521 \series default
21522  that you can only print capital letters in the typefaces 
21523 \family sans
21524 Blackbold
21525 \family default
21526  and 
21527 \family sans
21528 Calligraphic
21529 \family default
21530 .
21531 \end_layout
21532
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \begin_layout Standard
21539 When you use a typeface, a blue box is inserted in the formula.
21540  Every character in this box will be printed in this typeface.
21541  Pressing 
21542 \family sans
21543 Space
21544 \family default
21545  within the box, will set the cursor outside, so that you have to use a
21546  protected space when you need a space in the box.
21547  Here an example where a 
21548 \begin_inset Quotes eld
21549 \end_inset
21550
21551 N
21552 \begin_inset Quotes erd
21553 \end_inset
21554
21555  in 
21556 \family sans
21557 Blackbold
21558 \family default
21559  denotes the set of numbers:
21560 \begin_inset Formula \[
21561 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
21562
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \begin_layout Standard
21569 The typefaces are nestable, which can cause confusion.
21570  You can e.g.
21571  put a character in 
21572 \family sans
21573 Fraktur
21574 \family default
21575  in a box for 
21576 \family sans
21577 Typewriter
21578 \family default
21579
21580 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
21581 \end_inset
21582
21583  
21584 \newline
21585 So better don't use this feature.
21586 \end_layout
21587
21588 \begin_layout Standard
21589 The typefaces have no effect on Greek letters: 
21590 \begin_inset Formula $\mathfrak{abc\delta e}$
21591 \end_inset
21592
21593
21594 \newline
21595 You can only print them emboldened using the command 
21596 \series bold
21597
21598 \backslash
21599 boldsymbol
21600 \series default
21601 , which works like the other typeface commands: 
21602 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Standard
21609
21610 \series bold
21611
21612 \backslash
21613 boldsymbol
21614 \series default
21615  works for all symbols, letters, and numbers.
21616 \end_layout
21617
21618 \begin_layout Standard
21619 A number of other font options are available as well, in the menu 
21620 \family sans
21621 Insert\SpecialChar \menuseparator
21622 Math\SpecialChar \menuseparator
21623 Font\InsetSpace ~
21624 Change
21625 \family default
21626 .
21627 \end_layout
21628
21629 \begin_layout Subsection
21630 Math Text
21631 \begin_inset LatexCommand index
21632 name "Math ! Text"
21633
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \begin_layout Standard
21640 Typefaces are useful for entering some characters in some given font, but
21641  not for text.
21642  For typing longer pieces of text use the math text, which is obtained using
21643  the entry 
21644 \family sans
21645 Normal\InsetSpace ~
21646 text\InsetSpace ~
21647 mode
21648 \family default
21649  of the 
21650 \family sans
21651 Math\InsetSpace ~
21652 Panel
21653 \family default
21654  button 
21655 \begin_inset Graphics
21656         filename ../images/math/font.png
21657
21658 \end_inset
21659
21660  (alternatively the shortcut 
21661 \family sans
21662 M-m\InsetSpace ~
21663 m
21664 \family default
21665 ).
21666  Math text appears in LyX in black instead of blue.
21667  You can use spaces and accents in math text like in normal text.
21668  Here is an example:
21669 \begin_inset Formula \[
21670 f(x)=\begin{cases}
21671 x & \textrm{if I say so}\\
21672 -x & \textrm{unter Umständen}\end{cases}\]
21673
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \begin_layout Subsection
21680 Font Sizes
21681 \begin_inset LatexCommand index
21682 name "Math ! Font sizes"
21683
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \begin_layout Standard
21690 There are four font styles (relative sizes) used in math-mode, which are
21691  automatically chosen in most situations.
21692  These are called 
21693 \family sans
21694 textstyle
21695 \family default
21696
21697 \family sans
21698 displaystyle
21699 \family default
21700
21701 \family sans
21702 scriptstyle
21703 \family default
21704 , and 
21705 \family sans
21706 scriptscriptstyle
21707 \family default
21708 .
21709  For most characters, 
21710 \family sans
21711 textstyle
21712 \family default
21713  and 
21714 \family sans
21715 displaystyle
21716 \family default
21717  are actually the same size, but fractions, superscripts and subscripts,
21718  and certain other structures, are set larger in 
21719 \family sans
21720 displaystyle
21721 \family default
21722 .
21723  Except for some operators, which resize themselves to accommodate various
21724  situations, all text will be set in the styles as LaTeX thinks is appropriate.
21725  These choices can be overridden by using the math panel button 
21726 \begin_inset Graphics
21727         filename ../images/math/style.png
21728
21729 \end_inset
21730
21731 .
21732  A box for the size will be created in which you can insert the math structure.
21733  For example, you can set 
21734 \begin_inset Formula $\frac{1}{2}$
21735 \end_inset
21736
21737 , which is normally in 
21738 \family sans
21739 textstyle
21740 \family default
21741 , larger in 
21742 \family sans
21743 displaystyle
21744 \family default
21745
21746 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21747 \end_inset
21748
21749 .
21750  The four styles are used in the following example:
21751 \end_layout
21752
21753 \begin_layout Standard
21754 \begin_inset Formula $displaystyle$
21755 \end_inset
21756
21757
21758 \begin_inset Formula ${\textstyle textstyle}$
21759 \end_inset
21760
21761
21762 \begin_inset Formula ${\scriptstyle scriptstyle}$
21763 \end_inset
21764
21765
21766 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21767 \end_inset
21768
21769 .
21770 \end_layout
21771
21772 \begin_layout Standard
21773 All these math-mode font sizes are relative, that means, if the whole math
21774  inset is set in a particular size with the menu 
21775 \family sans
21776 Edit\SpecialChar \menuseparator
21777 Text\InsetSpace ~
21778 Style
21779 \family default
21780 , all sizes in the formula will be adjusted relative to this size.
21781  Similarly, if the base font size of the document is changed, all fonts
21782  will be adjusted to correspond.
21783  As example a formula in the font size 
21784 \begin_inset Quotes eld
21785 \end_inset
21786
21787 largest
21788 \begin_inset Quotes erd
21789 \end_inset
21790
21791 :
21792 \end_layout
21793
21794 \begin_layout Standard
21795
21796 \family roman
21797 \size largest
21798 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \begin_layout Section
21805 AMS-LaTeX
21806 \begin_inset LatexCommand index
21807 name "AMS math"
21808
21809 \end_inset
21810
21811
21812 \begin_inset LatexCommand index
21813 name "Math ! AMS"
21814
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \begin_layout Standard
21821 LyX supports the packages provided by the American Mathematical Society
21822  (AMS) that are in common use.
21823 \end_layout
21824
21825 \begin_layout Subsection
21826 Enabling AMS-Support
21827 \end_layout
21828
21829 \begin_layout Standard
21830 Selecting the checkbox 
21831 \family sans
21832 Use\InsetSpace ~
21833 AMS\InsetSpace ~
21834 math\InsetSpace ~
21835 package
21836 \family default
21837  in the 
21838 \family sans
21839 Document\SpecialChar \menuseparator
21840 Settings
21841 \family default
21842
21843 \begin_inset LatexCommand index
21844 name "Document ! Settings"
21845
21846 \end_inset
21847
21848  dialog under 
21849 \family sans
21850 Math\InsetSpace ~
21851 Options
21852 \family default
21853  will include the AMS-packages in the document, and make the facilities
21854  available.
21855  AMS is needed for many math-constructs, so when you get LaTeX-errors in
21856  formulas, assure that you have enabled AMS.
21857 \end_layout
21858
21859 \begin_layout Subsection
21860 AMS-Formula Types
21861 \begin_inset LatexCommand label
21862 name "sub:AMS-Formula-Types"
21863
21864 \end_inset
21865
21866
21867 \begin_inset LatexCommand index
21868 name "Math ! Multi-line Equations"
21869
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \begin_layout Standard
21876 AMS-LaTeX provides a selection of different formula types.
21877  LyX allows you to choose between 
21878 \family typewriter
21879 align
21880 \family default
21881
21882 \family typewriter
21883 alignat
21884 \family default
21885
21886 \family typewriter
21887 flalign
21888 \family default
21889
21890 \family typewriter
21891 gather
21892 \family default
21893 , and 
21894 \family typewriter
21895 multline
21896 \family default
21897 .
21898  We refer to the AMS-documentation for an explanation of these formula types.
21899 \end_layout
21900
21901 \begin_layout Chapter
21902 More Tools
21903 \end_layout
21904
21905 \begin_layout Section
21906 Cross-References
21907 \begin_inset LatexCommand index
21908 name "Cross references"
21909
21910 \end_inset
21911
21912
21913 \begin_inset LatexCommand label
21914 name "sec:Cross-References"
21915
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \begin_layout Standard
21922 One of LyX's strengths are cross-references.
21923  You can reference every section, float, footnote, formula, and list in
21924  the document.
21925  To reference a document part, you have to insert a label into it.
21926  The label is used as anchor and name for the reference.
21927  We want for example refer to the the second item of the following list:
21928 \end_layout
21929
21930 \begin_layout Enumerate
21931 First item
21932 \end_layout
21933
21934 \begin_layout Enumerate
21935 \begin_inset LatexCommand label
21936 name "enu:Second-item"
21937
21938 \end_inset
21939
21940 Second item
21941 \end_layout
21942
21943 \begin_layout Enumerate
21944 Third item
21945 \end_layout
21946
21947 \begin_layout Standard
21948 First we insert a label into the second item with the menu 
21949 \family sans
21950 Insert\SpecialChar \menuseparator
21951 Label
21952 \family default
21953  or the by pressing the toolbar button 
21954 \begin_inset Graphics
21955         filename ../images/label-insert.png
21956         scale 85
21957
21958 \end_inset
21959
21960 .
21961  A grey label box like this: 
21962 \begin_inset Graphics
21963         filename clipart/labelQt4.png
21964         scale 85
21965
21966 \end_inset
21967
21968  is inserted and the label window pops up asking for the label text.
21969  LyX offers as text the first words of the item with a prefix, in our case
21970  the text 
21971 \begin_inset Quotes eld
21972 \end_inset
21973
21974
21975 \family sans
21976 enu: Second-item
21977 \family default
21978
21979 \begin_inset Quotes erd
21980 \end_inset
21981
21982 .
21983  The prefix 
21984 \begin_inset Quotes eld
21985 \end_inset
21986
21987
21988 \family sans
21989 enu:
21990 \family default
21991
21992 \begin_inset Quotes erd
21993 \end_inset
21994
21995  stands for 
21996 \begin_inset Quotes eld
21997 \end_inset
21998
21999 enumerate
22000 \begin_inset Quotes erd
22001 \end_inset
22002
22003 .
22004  The prefix depends on the document part where the label is inserted, e.g.
22005  if you insert a label to a section heading, the prefix will be 
22006 \begin_inset Quotes eld
22007 \end_inset
22008
22009
22010 \family sans
22011 sec:
22012 \family default
22013
22014 \begin_inset Quotes erd
22015 \end_inset
22016
22017 .
22018 \end_layout
22019
22020 \begin_layout Standard
22021 To reference the item, we refer to its label using the menu 
22022 \family sans
22023 Insert\SpecialChar \menuseparator
22024 Cross-Reference
22025 \family default
22026  or the toolbar button 
22027 \begin_inset Graphics
22028         filename ../images/dialog-show-new-inset_ref.png
22029         scale 85
22030
22031 \end_inset
22032
22033 .
22034  A grey cross-reference box like this: 
22035 \begin_inset Graphics
22036         filename clipart/referenceQt4.png
22037         scale 85
22038
22039 \end_inset
22040
22041  is inserted and the cross-reference window appear showing all labels of
22042  the document.
22043  We can now sort the labels alphabetically and then choose the entry 
22044 \begin_inset Quotes eld
22045 \end_inset
22046
22047
22048 \family sans
22049 enu:Second-item
22050 \family default
22051
22052 \begin_inset Quotes erd
22053 \end_inset
22054
22055 .
22056  At the position of the cross-reference box the item number will appear
22057  in the output.
22058  Here is our cross-reference:
22059 \end_layout
22060
22061 \begin_layout Standard
22062 Item\InsetSpace ~
22063
22064 \begin_inset LatexCommand ref
22065 reference "enu:Second-item"
22066
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \begin_layout Standard
22073 It is recommended to use a protected space
22074 \begin_inset Foot
22075 status collapsed
22076
22077 \begin_layout Standard
22078 described in section\InsetSpace ~
22079
22080 \begin_inset LatexCommand ref
22081 reference "sub:Protected-Space"
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089
22090  between the cross-reference name and its number to avoid ugly linebreaks
22091  between them.
22092 \end_layout
22093
22094 \begin_layout Standard
22095 There are six varieties of cross-references:
22096 \end_layout
22097
22098 \begin_layout Description
22099 <reference>: prints the float number, this is the default: 
22100 \begin_inset LatexCommand ref
22101 reference "cap:Two-distorted-images"
22102
22103 \end_inset
22104
22105
22106 \end_layout
22107
22108 \begin_layout Description
22109 (<reference>): prints the float number within two parentheses, this is the
22110  style normally used to reference formulas, especially when the reference
22111  name 
22112 \begin_inset Quotes eld
22113 \end_inset
22114
22115 Equation
22116 \begin_inset Quotes erd
22117 \end_inset
22118
22119  is omitted: 
22120 \begin_inset LatexCommand eqref
22121 reference "eq:tanhExp"
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \begin_layout Description
22129 <page>: prints the page number: Page\InsetSpace ~
22130
22131 \begin_inset LatexCommand pageref
22132 reference "cap:Two-distorted-images"
22133
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \begin_layout Description
22140 on\InsetSpace ~
22141 page\InsetSpace ~
22142 <page>: prints the text "on page" and the page number: 
22143 \begin_inset LatexCommand vpageref
22144 reference "cap:Two-distorted-images"
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \begin_layout Description
22152 <reference>\InsetSpace ~
22153 on\InsetSpace ~
22154 page\InsetSpace ~
22155 <page>: prints the float number, the text "on page", and
22156  the page number: 
22157 \begin_inset LatexCommand vref
22158 reference "cap:Two-distorted-images"
22159
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \begin_layout Description
22166 Formatted\InsetSpace ~
22167 reference: prints a self defined cross-reference format.
22168 \newline
22169
22170 \begin_inset Note Greyedout
22171 status open
22172
22173 \begin_layout Standard
22174
22175 \series bold
22176 Note:
22177 \series default
22178  This feature is only available when you have the LaTeX-package 
22179 \series bold
22180 prettyref
22181 \begin_inset LatexCommand index
22182 name "LaTeX-packages ! prettyref"
22183
22184 \end_inset
22185
22186
22187 \series default
22188  installed.
22189 \end_layout
22190
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \begin_layout Standard
22197 Note that the style <page> won't print the page number if the label is on
22198  the previous, the same, or the next page.
22199  You will e.\InsetSpace \thinspace{}
22200 g.\InsetSpace ~
22201 see the text 
22202 \begin_inset Quotes eld
22203 \end_inset
22204
22205
22206 \family sans
22207 on this page
22208 \family default
22209
22210 \begin_inset Quotes erd
22211 \end_inset
22212
22213  instead.
22214 \end_layout
22215
22216 \begin_layout Standard
22217 The number and current page of the referred document part in the output,
22218  is automatically calculated by LaTeX.
22219  The varieties are adjusted in the field 
22220 \family sans
22221 Format
22222 \family default
22223  of the cross-reference window, that appear when you click on the cross-referenc
22224 e box.
22225 \end_layout
22226
22227 \begin_layout Standard
22228 You can only use the style 
22229 \family sans
22230 <reference>
22231 \family default
22232  to reference numbered document parts, while the reference style 
22233 \family sans
22234 <page>
22235 \family default
22236  is always possible.
22237 \end_layout
22238
22239 \begin_layout Standard
22240 If you want to reference a section, put the label in the section heading,
22241  to reference a float, put the label in the caption.
22242  For footnotes you can put the label somewhere in it.
22243  Referencing formulas is explained in section\InsetSpace ~
22244
22245 \begin_inset LatexCommand ref
22246 reference "sec:Formula-Numbering-and"
22247
22248 \end_inset
22249
22250 .
22251 \end_layout
22252
22253 \begin_layout Standard
22254 The button 
22255 \family sans
22256 Go\InsetSpace ~
22257 to\InsetSpace ~
22258 Label
22259 \family default
22260  in the cross-reference window sets the the cursor before the referred label.
22261  The button text changes then to 
22262 \family sans
22263 Go\InsetSpace ~
22264 Back
22265 \family default
22266  and you can use it to set the cursor back to the cross-reference.
22267  Right-clicking on a cross-reference box also sets the cursor before the
22268  referred label but without a possibility to go back.
22269  
22270 \end_layout
22271
22272 \begin_layout Standard
22273 You can change labels at any time by clicking on the label box.
22274  References to the changed label will automatically change its link to the
22275  new label text, so that you don't need to take care about this.
22276 \end_layout
22277
22278 \begin_layout Standard
22279 If a cross-reference refers to a non-existing label, you'll see two question
22280  marks in the output instead of the reference.
22281 \end_layout
22282
22283 \begin_layout Standard
22284 References are described in detail in the 
22285 \emph on
22286 Embedded Objects
22287 \emph default
22288  manual.
22289 \end_layout
22290
22291 \begin_layout Section
22292 Table of Contents and other Listings
22293 \begin_inset LatexCommand index
22294 name "Table of contents"
22295
22296 \end_inset
22297
22298
22299 \begin_inset LatexCommand index
22300 name "Outline"
22301
22302 \end_inset
22303
22304
22305 \begin_inset LatexCommand label
22306 name "sec:toc"
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Subsection
22314 Table of Contents and Outline
22315 \begin_inset LatexCommand label
22316 name "sub:Table-of-Contents"
22317
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \begin_layout Standard
22324 The Table of Contents (TOC) is inserted with the menu 
22325 \family sans
22326 Insert\SpecialChar \menuseparator
22327 List/TOC\SpecialChar \menuseparator
22328 Table\InsetSpace ~
22329 of\InsetSpace ~
22330 Contents
22331 \family default
22332 .
22333  Is is displayed in LyX as a gray box.
22334  If you click on it, the TOC window appears, showing you the TOC entries.
22335  You can jump to a document part by clicking on an entry.
22336  Thus you can use this window as graphical alternative for the 
22337 \family sans
22338 Navigate
22339 \family default
22340  menu.
22341 \end_layout
22342
22343 \begin_layout Standard
22344 The TOC lists every numbered section automatically.
22345  If you have declared a short title for a section heading, as described
22346  in section\InsetSpace ~
22347
22348 \begin_inset LatexCommand ref
22349 reference "sec:Short-Titles"
22350
22351 \end_inset
22352
22353 , it will be used in the TOC instead of the section heading.
22354  Section\InsetSpace ~
22355
22356 \begin_inset LatexCommand ref
22357 reference "sub:Numbering-depth"
22358
22359 \end_inset
22360
22361  describes how the level is adjusted that defines which section types are
22362  listed in the TOC.
22363  You can also adjust the level for the displayed sections in the TOC window
22364  using the grey fader at the bottom of the window.
22365  Unnumbered sections are not listed in the TOC.
22366 \end_layout
22367
22368 \begin_layout Standard
22369 You can use the TOC window also as outline to move and rearrange sections
22370  in your documents.
22371  The TOC window therefore also appears when you use the menu 
22372 \family sans
22373 Document\SpecialChar \menuseparator
22374 Outline
22375 \family default
22376 .
22377 \end_layout
22378
22379 \begin_layout Subsection
22380 List of Figures, Tables and Algorithms
22381 \begin_inset LatexCommand label
22382 name "sec:ListsOf"
22383
22384 \end_inset
22385
22386
22387 \end_layout
22388
22389 \begin_layout Standard
22390 Table, figure, and algorithm lists are very much like the table of contents.
22391  You can insert them via the 
22392 \family sans
22393 Insert\SpecialChar \menuseparator
22394 List\InsetSpace ~
22395 /\InsetSpace ~
22396 TOC
22397 \family default
22398  submenus.
22399  The list entries are the float captions and the float number.
22400 \end_layout
22401
22402 \begin_layout Section
22403 URLs (Uniform Resource Locators)
22404 \begin_inset LatexCommand index
22405 name "URLs"
22406
22407 \end_inset
22408
22409
22410 \begin_inset LatexCommand label
22411 name "sec:URL"
22412
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \begin_layout Standard
22419 It is often desirable to include long 
22420 \begin_inset Quotes eld
22421 \end_inset
22422
22423 verbatim
22424 \begin_inset Quotes erd
22425 \end_inset
22426
22427  items in a document such as Web site URLs, e-mail addresses, etc.
22428  These things typically do not contain any spaces and are thus difficult
22429  to typeset properly.
22430  Such items will often fall on a line boundary if they cannot be split,
22431  resulting in an overfull line.
22432  To avoid this, use the menu 
22433 \family sans
22434 Insert\SpecialChar \menuseparator
22435 URL
22436 \family default
22437  to enter a long URL and have it split gracefully, if necessary.
22438 \end_layout
22439
22440 \begin_layout Standard
22441 The URL dialog has two fields; the URL field and the 
22442 \family sans
22443 Name
22444 \family default
22445  field for the URL description, which will be typeset as plain text immediately
22446  before the URL.
22447  Here an example:
22448 \end_layout
22449
22450 \begin_layout Standard
22451 \begin_inset LatexCommand url
22452 name "LyX-Homepage"
22453 target "http://www.lyx.org"
22454
22455 \end_inset
22456
22457 .
22458 \end_layout
22459
22460 \begin_layout Standard
22461 \begin_inset VSpace bigskip
22462 \end_inset
22463
22464
22465 \series bold
22466 Important notes
22467 \series default
22468 :
22469 \end_layout
22470
22471 \begin_layout Itemize
22472 When you use the following characters: "%", "#", "^", you have to write
22473  them with a backslash before, e.g.
22474  
22475 \begin_inset Quotes eld
22476 \end_inset
22477
22478
22479 \backslash
22480 #
22481 \begin_inset Quotes erd
22482 \end_inset
22483
22484 .
22485 \end_layout
22486
22487 \begin_layout Itemize
22488 URLs must not end with a backslash!
22489 \end_layout
22490
22491 \begin_layout Section
22492 Appendices
22493 \begin_inset LatexCommand index
22494 name "Appendix"
22495
22496 \end_inset
22497
22498
22499 \begin_inset LatexCommand label
22500 name "sec:Appendices"
22501
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \begin_layout Standard
22508 Appendices are created with the menu 
22509 \family sans
22510 Document\SpecialChar \menuseparator
22511 Start\InsetSpace ~
22512 Appendix\InsetSpace ~
22513 Here
22514 \family default
22515 .
22516  This menu sets the document from the current cursor position to the end
22517  as appendix region.
22518  The region is marked with a red borderline.
22519 \end_layout
22520
22521 \begin_layout Standard
22522 Every chapter (or section) within the appendix region is treated as an appendix,
22523  numbered with a capital Latin letter.
22524  The appendix subsections are numbered with this letter followed by a dot
22525  and the subsection number.
22526  All appendix sections can be referenced as if they were normal sections,
22527  here two examples:
22528 \end_layout
22529
22530 \begin_layout Standard
22531 Appendix\InsetSpace ~
22532
22533 \begin_inset LatexCommand ref
22534 reference "cha:Credits"
22535
22536 \end_inset
22537
22538 ; Appendix\InsetSpace ~
22539
22540 \begin_inset LatexCommand ref
22541 reference "sub:Export"
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Section
22549 Bibliography
22550 \begin_inset LatexCommand index
22551 name "Bibliography"
22552
22553 \end_inset
22554
22555
22556 \begin_inset LatexCommand label
22557 name "sec:Bibliography"
22558
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \begin_layout Standard
22565 There are two ways of generating the bibliography in a LyX-document.
22566  You can include a bibliography database
22567 \begin_inset Foot
22568 status collapsed
22569
22570 \begin_layout Standard
22571 Known under the name 
22572 \begin_inset Quotes eld
22573 \end_inset
22574
22575 BibTeX-database
22576 \begin_inset Quotes erd
22577 \end_inset
22578
22579 .
22580 \end_layout
22581
22582 \end_inset
22583
22584 , which is explained in the next subsection or you can insert the bibliography
22585  manually.
22586  For the second method we use the paragraph environment 
22587 \family sans
22588 Bibliography
22589 \family default
22590 , described in section\InsetSpace ~
22591
22592 \begin_inset LatexCommand ref
22593 reference "sub:Biblio_environment"
22594
22595 \end_inset
22596
22597 .
22598 \end_layout
22599
22600 \begin_layout Standard
22601 Within the 
22602 \family sans
22603 Bibliography
22604 \family default
22605  environment, every paragraph begins with a gray bibliography box labeled
22606  with a number.
22607  If you click on it, you will get a dialog in which you can set a 
22608 \family sans
22609 Key
22610 \family default
22611  and a 
22612 \family sans
22613 Label
22614 \family default
22615 .
22616  The key is the symbolic name by which you will refer to this bibliography
22617  entry.
22618  For example, our second entry in the bibliography is a book about LaTeX
22619  and we used 
22620 \begin_inset Quotes eld
22621 \end_inset
22622
22623 latexcompanion
22624 \begin_inset Quotes erd
22625 \end_inset
22626
22627 , a short form of its title, as key.
22628 \end_layout
22629
22630 \begin_layout Standard
22631 You can refer to the key of a bibliography entry using the menu 
22632 \family sans
22633 Insert\SpecialChar \menuseparator
22634 Citation
22635 \family default
22636  or the toobar button 
22637 \begin_inset Graphics
22638         filename ../images/dialog-show-new-inset_citation.png
22639         BoundingBox 0bp 5bp 20bp 20bp
22640
22641 \end_inset
22642
22643 .
22644  A citation reference box is inserted and a citation window will appear
22645  in which you can select one or more keys in the available key list.
22646  The citation reference box will be labeled with the referenced key.
22647  When you click on the box, the citation window appears and you can change
22648  the reference.
22649 \end_layout
22650
22651 \begin_layout Standard
22652 Citation references appear in the output as number of the bibliography entry
22653  with surrounding brackets.
22654  If you set a 
22655 \family sans
22656 Label
22657 \family default
22658  for the entry, the label will appear instead of the number.
22659  Here two examples; the first without a label, the second with the label
22660  
22661 \begin_inset Quotes eld
22662 \end_inset
22663
22664 Credits
22665 \begin_inset Quotes erd
22666 \end_inset
22667
22668 :
22669 \end_layout
22670
22671 \begin_layout Standard
22672 Have a look at the 
22673 \family sans
22674 LaTeX Companion Second Edition
22675 \family default
22676
22677 \begin_inset LatexCommand cite
22678 key "latexcompanion"
22679
22680 \end_inset
22681
22682
22683 \end_layout
22684
22685 \begin_layout Standard
22686 The LyX-Team members are listed in the Credits: 
22687 \begin_inset LatexCommand cite
22688 key "lyxcredit"
22689
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \begin_layout Subsection
22696 Bibliography databases (BibTeX)
22697 \begin_inset LatexCommand index
22698 name "Bibliography ! Databases"
22699
22700 \end_inset
22701
22702
22703 \begin_inset LatexCommand index
22704 name "Bibliography ! BibTeX"
22705
22706 \end_inset
22707
22708
22709 \begin_inset LatexCommand label
22710 name "sub:Bibliography-databases"
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \begin_layout Standard
22718 Bibliography databases are useful if you use the same bibliography in different
22719  documents.
22720  It makes it also very easy to have an uniform layout for all bibliography
22721  entries.
22722  You can collect the bibliography of all relevant books and articles of
22723  your working field in a database.
22724  This database can be used for different documents, because only the referenced
22725  entries of the database will appear in the bibliography list.
22726 \end_layout
22727
22728 \begin_layout Standard
22729 The database is a text file with the file extension 
22730 \begin_inset Quotes eld
22731 \end_inset
22732
22733
22734 \family sans
22735 .bib
22736 \family default
22737
22738 \begin_inset Quotes erd
22739 \end_inset
22740
22741  containing the bibliography in a special format.
22742  The format is explained in LaTeX books (
22743 \begin_inset LatexCommand cite
22744 key "Mittelbach,Kopka,Lamport"
22745
22746 \end_inset
22747
22748 ).
22749  Normally one uses a special program to create and edit entries of the database.
22750  Under
22751 \newline
22752  
22753 \begin_inset LatexCommand url
22754 target "http://wiki.lyx.org/BibTeX/Programs"
22755
22756 \end_inset
22757
22758
22759 \newline
22760 you find a list of programs for bibliography databases.
22761 \end_layout
22762
22763 \begin_layout Standard
22764 To use a database, use the menu 
22765 \family sans
22766 Insert\SpecialChar \menuseparator
22767 List
22768 \family default
22769 /
22770 \family sans
22771 TOC\SpecialChar \menuseparator
22772 BibT
22773 \begin_inset ERT
22774 status collapsed
22775
22776 \begin_layout Standard
22777
22778 {}
22779 \end_layout
22780
22781 \end_inset
22782
22783 eX\InsetSpace ~
22784 Bibliography
22785 \family default
22786 .
22787  A grey box will be inserted and a window appears.
22788  In this window you can load one or more databases and a style file.
22789 \end_layout
22790
22791 \begin_layout Standard
22792 The style file is a text file with the file extension
22793 \begin_inset Quotes erd
22794 \end_inset
22795
22796
22797 \family sans
22798 .bst
22799 \family default
22800
22801 \begin_inset Quotes erd
22802 \end_inset
22803
22804  that declares the layout of all bibliography entries.
22805  Many publishers provide special style files, so that you don't have to
22806  take care of the layout.
22807 \end_layout
22808
22809 \begin_layout Standard
22810 Inserting a citation reference works like described above.
22811 \end_layout
22812
22813 \begin_layout Standard
22814 \begin_inset VSpace defskip
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \begin_layout Standard
22821 To generate the bibliography from a database, the program BibTeX is used
22822  by LyX.
22823  This program can be controlled with options that you can add in LyX's preferenc
22824 es dialog under 
22825 \family sans
22826 Outputs
22827 \family default
22828
22829 \family sans
22830 LaT
22831 \begin_inset ERT
22832 status collapsed
22833
22834 \begin_layout Standard
22835
22836 {}
22837 \end_layout
22838
22839 \end_inset
22840
22841 eX
22842 \family default
22843  in the field 
22844 \family sans
22845 BibT
22846 \begin_inset ERT
22847 status collapsed
22848
22849 \begin_layout Standard
22850
22851 {}
22852 \end_layout
22853
22854 \end_inset
22855
22856 eX\InsetSpace ~
22857 command
22858 \family default
22859 .
22860  Before adding options, it is strongly recommended to read the manual of
22861  
22862 \family sans
22863 BibTeX
22864 \family default
22865 .
22866 \end_layout
22867
22868 \begin_layout Standard
22869 \begin_inset VSpace defskip
22870 \end_inset
22871
22872
22873 \end_layout
22874
22875 \begin_layout Standard
22876 We use two bibliographies in this document to show the difference between
22877  the two methods of creating them.
22878  As you can see, the bibliography that is created from a database lists
22879  only the database entries that are referenced in the document.
22880  We used the style file 
22881 \family sans
22882 alphadin.bst
22883 \family default
22884  to get the complicated German reference key scheme in the bibliography.
22885 \end_layout
22886
22887 \begin_layout Subsection
22888 Bibliography layout
22889 \begin_inset LatexCommand index
22890 name "Bibliography ! Layout"
22891
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \begin_layout Standard
22898 In the citation reference dialog you can set a special citation format.
22899  For this feature you need to use the option 
22900 \family sans
22901 Natbib
22902 \family default
22903  enabled in the 
22904 \family sans
22905 Document\SpecialChar \menuseparator
22906 Settings
22907 \family default
22908
22909 \begin_inset LatexCommand index
22910 name "Document ! Settings"
22911
22912 \end_inset
22913
22914  dialog under 
22915 \family sans
22916 Bibliography
22917 \family default
22918 .
22919  Setting a citation style for a reference will overwrite the default.
22920  For the global citation format use the BibTeX style files as explained
22921  in the previous section.
22922 \end_layout
22923
22924 \begin_layout Standard
22925 You can also set text, that should appear before or after a citation reference,
22926  in the citation reference window.
22927  Here an example where we set the text 
22928 \begin_inset Quotes eld
22929 \end_inset
22930
22931 Chapter\InsetSpace ~
22932 3
22933 \begin_inset Quotes erd
22934 \end_inset
22935
22936  to appear after the reference:
22937 \end_layout
22938
22939 \begin_layout Standard
22940 Have a look at 
22941 \begin_inset LatexCommand cite
22942 after "Chapter 3"
22943 key "latexcompanion"
22944
22945 \end_inset
22946
22947 .
22948 \end_layout
22949
22950 \begin_layout Section
22951 Index
22952 \begin_inset LatexCommand index
22953 name "Index generation"
22954
22955 \end_inset
22956
22957
22958 \begin_inset LatexCommand label
22959 name "sec:Index"
22960
22961 \end_inset
22962
22963
22964 \end_layout
22965
22966 \begin_layout Standard
22967 An index entry is created if you use the menu 
22968 \family sans
22969 Insert\SpecialChar \menuseparator
22970 Index\InsetSpace ~
22971 Entry
22972 \family default
22973  or the toolbar button 
22974 \begin_inset Graphics
22975         filename ../images/index-insert.png
22976         BoundingBox 0bp 5bp 20bp 20bp
22977
22978 \end_inset
22979
22980 .
22981  A gray box labeled 
22982 \begin_inset Quotes eld
22983 \end_inset
22984
22985
22986 \family sans
22987 Idx
22988 \family default
22989
22990 \begin_inset Quotes erd
22991 \end_inset
22992
22993  is inserted containing the text that appears in the index.
22994  The word where the cursor is in or the currently highlighted text is proposed
22995  by LyX as index entry.
22996 \end_layout
22997
22998 \begin_layout Standard
22999 \begin_inset Note Greyedout
23000 status open
23001
23002 \begin_layout Standard
23003
23004 \series bold
23005 Note:
23006 \series default
23007  The index entry text field differs from all other text fields, because
23008  you have to insert valid LaTeX-code.
23009 \end_layout
23010
23011 \end_inset
23012
23013  Therefore you cannot insert
23014 \end_layout
23015
23016 \begin_layout Standard
23017
23018 \series bold
23019 Find & Replace
23020 \end_layout
23021
23022 \begin_layout Standard
23023 to an index entry field, because the 
23024 \begin_inset Quotes eld
23025 \end_inset
23026
23027 &
23028 \begin_inset Quotes erd
23029 \end_inset
23030
23031  character is used in LaTeX to separate table columns, so that you will
23032  get LaTeX-errors.
23033  The correct entry is
23034 \end_layout
23035
23036 \begin_layout Standard
23037
23038 \series bold
23039 Find 
23040 \backslash
23041 & Replace
23042 \end_layout
23043
23044 \begin_layout Standard
23045 This behavior is necessary because index entries can be formatted in many
23046  ways using special LaTeX commands.
23047  We give a short overview of the index command in the next subsections.
23048  For a detailed description of LaTeX's index mechanism, have a look at one
23049  of the LaTeX books 
23050 \begin_inset LatexCommand cite
23051 key "latexcompanion,latexguide,latexbook"
23052
23053 \end_inset
23054
23055 .
23056 \end_layout
23057
23058 \begin_layout Standard
23059 You can change index entries by clicking on the index box.
23060 \end_layout
23061
23062 \begin_layout Standard
23063 The index list is inserted to the document with the menu 
23064 \family sans
23065 Insert\SpecialChar \menuseparator
23066 List\InsetSpace ~
23067 /\InsetSpace ~
23068 TOC\SpecialChar \menuseparator
23069 Index\InsetSpace ~
23070 List
23071 \family default
23072 .
23073  A light blue box labeled 
23074 \begin_inset Quotes eld
23075 \end_inset
23076
23077
23078 \family sans
23079 Index
23080 \family default
23081
23082 \begin_inset Quotes erd
23083 \end_inset
23084
23085  will show the place where the index is printed in the output.
23086  The index list box is not clickable like other LyX-boxes.
23087 \end_layout
23088
23089 \begin_layout Subsection
23090 Grouping Index Entries
23091 \begin_inset LatexCommand index
23092 name "Index ! Grouping"
23093
23094 \end_inset
23095
23096
23097 \end_layout
23098
23099 \begin_layout Standard
23100 Index entries are often grouped to offer the reader a fast search in the
23101  index.
23102  We want to group for example the index entries for itemized and enumerated
23103  lists under the entry 
23104 \begin_inset Quotes eld
23105 \end_inset
23106
23107 Lists
23108 \begin_inset Quotes erd
23109 \end_inset
23110
23111 .
23112  First we create the entry 
23113 \begin_inset Quotes eld
23114 \end_inset
23115
23116 Lists
23117 \begin_inset Quotes erd
23118 \end_inset
23119
23120  in section\InsetSpace ~
23121
23122 \begin_inset LatexCommand ref
23123 reference "sub:Lists"
23124
23125 \end_inset
23126
23127 .
23128  In the text field for the itemized list index entry in section\InsetSpace ~
23129
23130 \begin_inset LatexCommand ref
23131 reference "sec:Itemize"
23132
23133 \end_inset
23134
23135 , we insert the command
23136 \end_layout
23137
23138 \begin_layout Standard
23139
23140 \series bold
23141 Lists ! Itemize
23142 \end_layout
23143
23144 \begin_layout Standard
23145 and the command
23146 \end_layout
23147
23148 \begin_layout Standard
23149
23150 \series bold
23151 Lists ! Enumerate
23152 \end_layout
23153
23154 \begin_layout Standard
23155 for the enumerated list in section\InsetSpace ~
23156
23157 \begin_inset LatexCommand ref
23158 reference "sec:Enumerate"
23159
23160 \end_inset
23161
23162 .
23163 \end_layout
23164
23165 \begin_layout Standard
23166 The exclamation mark 
23167 \begin_inset Quotes eld
23168 \end_inset
23169
23170 !
23171 \begin_inset Quotes erd
23172 \end_inset
23173
23174  marks the grouping levels.
23175  You can have three levels; every index level is indented a bit more.
23176  An index entry for the higher levels is not required.
23177  If we don't have an index entry for 
23178 \begin_inset Quotes eld
23179 \end_inset
23180
23181 Lists
23182 \begin_inset Quotes erd
23183 \end_inset
23184
23185 , it will be printed anyway, but without a page number.
23186 \end_layout
23187
23188 \begin_layout Subsection
23189 Page Ranges
23190 \begin_inset LatexCommand index
23191 name "Index ! Page ranges"
23192
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \begin_layout Standard
23199 Normally an index entry will appear with the page number of the indexed
23200  section.
23201  But sometimes you want to index more pages under the same entry.
23202  E.g if we want to index the paragraph environments, we create an index entry
23203  in section\InsetSpace ~
23204
23205 \begin_inset LatexCommand ref
23206 reference "sec:Paragraph-Environments"
23207
23208 \end_inset
23209
23210  with the command
23211 \end_layout
23212
23213 \begin_layout Standard
23214
23215 \series bold
23216 Paragraph environments|(
23217 \end_layout
23218
23219 \begin_layout Standard
23220 and another entry at the end of section\InsetSpace ~
23221
23222 \begin_inset LatexCommand ref
23223 reference "sub:LyX-Code"
23224
23225 \end_inset
23226
23227  with the command
23228 \end_layout
23229
23230 \begin_layout Standard
23231
23232 \series bold
23233 Paragraph environments|)
23234 \end_layout
23235
23236 \begin_layout Standard
23237 The commands 
23238 \begin_inset Quotes eld
23239 \end_inset
23240
23241
23242 \series bold
23243 |(
23244 \series default
23245
23246 \begin_inset Quotes erd
23247 \end_inset
23248
23249  and 
23250 \begin_inset Quotes eld
23251 \end_inset
23252
23253
23254 \series bold
23255 |)
23256 \series default
23257
23258 \begin_inset Quotes erd
23259 \end_inset
23260
23261  respectively starts and ends the index range.
23262  You can also add the same index entry at different places in the document.
23263  They appear in the output under one entry with a comma separated list of
23264  the pages of the indexed document parts.
23265  An example is the index entry 
23266 \begin_inset Quotes eld
23267 \end_inset
23268
23269 Document ! Settings
23270 \begin_inset Quotes erd
23271 \end_inset
23272
23273 .
23274 \end_layout
23275
23276 \begin_layout Subsection
23277 Cross referencing
23278 \begin_inset LatexCommand index
23279 name "Index ! Cross referencing"
23280
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \begin_layout Standard
23287 It is also possible to refer to another index entry.
23288  We referred for example in the index entry 
23289 \begin_inset Quotes eld
23290 \end_inset
23291
23292 GIF
23293 \begin_inset Quotes erd
23294 \end_inset
23295
23296  (in section\InsetSpace ~
23297
23298 \begin_inset LatexCommand ref
23299 reference "sub:Image-Formats"
23300
23301 \end_inset
23302
23303 ) to the index entry 
23304 \begin_inset Quotes eld
23305 \end_inset
23306
23307 Image formats
23308 \begin_inset Quotes erd
23309 \end_inset
23310
23311  in the same section using the command
23312 \end_layout
23313
23314 \begin_layout Standard
23315
23316 \series bold
23317 GIF|see{Image formats}
23318 \end_layout
23319
23320 \begin_layout Standard
23321 The text within the braces is the referenced entry.
23322  The reference will appear in the output without a page number.
23323 \end_layout
23324
23325 \begin_layout Subsection
23326 Index Entry Order
23327 \begin_inset LatexCommand index
23328 name "Index ! Entry order"
23329
23330 \end_inset
23331
23332
23333 \end_layout
23334
23335 \begin_layout Standard
23336 You can use accented characters in the index entry, but the entries might
23337  then not follow the rules for the index order.
23338  The index entries are sorted alphabetically, but LaTeX
23339 \begin_inset Foot
23340 status collapsed
23341
23342 \begin_layout Standard
23343 The index generating is done in the background by an extra program, see
23344  section\InsetSpace ~
23345
23346 \begin_inset LatexCommand ref
23347 reference "sub:Index-Program"
23348
23349 \end_inset
23350
23351 .
23352 \end_layout
23353
23354 \end_inset
23355
23356  doesn't know how to sort accents in different languages.
23357  We created as example the three dummy index entries 
23358 \begin_inset Quotes eld
23359 \end_inset
23360
23361 maison
23362 \begin_inset Quotes erd
23363 \end_inset
23364
23365
23366 \begin_inset Quotes eld
23367 \end_inset
23368
23369 maïs
23370 \begin_inset Quotes erd
23371 \end_inset
23372
23373 , and 
23374 \begin_inset Quotes eld
23375 \end_inset
23376
23377 maître
23378 \begin_inset Quotes erd
23379 \end_inset
23380
23381 .
23382 \begin_inset LatexCommand index
23383 name "Dummy entries ! maïs"
23384
23385 \end_inset
23386
23387
23388 \begin_inset LatexCommand index
23389 name "Dummy entries ! maître"
23390
23391 \end_inset
23392
23393
23394 \begin_inset LatexCommand index
23395 name "Dummy entries ! maïs@maison"
23396
23397 \end_inset
23398
23399  They will be sorted in the order maïs, maître, maison, but we want the
23400  order maïs, maison, maître.
23401  To achieve this, we use the command
23402 \end_layout
23403
23404 \begin_layout Standard
23405
23406 \series bold
23407 previous entry@current entry
23408 \end_layout
23409
23410 \begin_layout Standard
23411 In our case we want to have 
23412 \begin_inset Quotes eld
23413 \end_inset
23414
23415 maison
23416 \begin_inset Quotes erd
23417 \end_inset
23418
23419  after 
23420 \begin_inset Quotes eld
23421 \end_inset
23422
23423 maïs
23424 \begin_inset Quotes erd
23425 \end_inset
23426
23427  and write therefore for the index entry of maison:
23428 \end_layout
23429
23430 \begin_layout Standard
23431
23432 \series bold
23433 maïs@maison
23434 \end_layout
23435
23436 \begin_layout Standard
23437 The previous entry needn't to be a real existing entry, you can also use
23438  another word to tell LaTeX the entry order, see the next subsection for
23439  an example.
23440 \end_layout
23441
23442 \begin_layout Subsection
23443 Index Entry Layout
23444 \begin_inset LatexCommand index
23445 name "Index ! Entry layout"
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \begin_layout Standard
23453 You can insert entries together with LaTeX-commands for the layout.
23454  If you need for example an italic entry, you can write
23455 \end_layout
23456
23457 \begin_layout Standard
23458
23459 \series bold
23460
23461 \backslash
23462 textit{This is an italic entry}
23463 \end_layout
23464
23465 \begin_layout Standard
23466 where the command 
23467 \series bold
23468
23469 \backslash
23470 textit
23471 \series default
23472  produces the italic layout.
23473 \begin_inset LatexCommand index
23474 name "Dummy entries ! This@\\textit{This is an italic entry}"
23475
23476 \end_inset
23477
23478  We refer to LaTeX books (
23479 \begin_inset LatexCommand cite
23480 key "latexcompanion,latexguide,latexbook"
23481
23482 \end_inset
23483
23484 ) for an overview of layout commands.
23485  There is only the problem, that layout commands destroy the sorting order.
23486  To avoid that our index entry appears as the first one, we use the following
23487  command instead:
23488 \end_layout
23489
23490 \begin_layout Standard
23491
23492 \series bold
23493 This@
23494 \backslash
23495 textit{This is an italic entry}
23496 \end_layout
23497
23498 \begin_layout Standard
23499 You can also format the page number using the character 
23500 \begin_inset Quotes eld
23501 \end_inset
23502
23503 |
23504 \begin_inset Quotes erd
23505 \end_inset
23506
23507  followed by a LaTeX-command without a backslash.
23508  We can write for example
23509 \end_layout
23510
23511 \begin_layout Standard
23512
23513 \series bold
23514 old-style page number:|oldstylenums
23515 \end_layout
23516
23517 \begin_layout Standard
23518 to get the page number in an old-style layout.
23519 \begin_inset LatexCommand index
23520 name "Dummy entries ! old-style page number:|oldstylenums"
23521
23522 \end_inset
23523
23524  Normally all LaTeX-commands begin with a backslash, but in this special
23525  case 
23526 \begin_inset Quotes eld
23527 \end_inset
23528
23529
23530 \series bold
23531 |command
23532 \series default
23533
23534 \begin_inset Quotes erd
23535 \end_inset
23536
23537  means 
23538 \series bold
23539
23540 \backslash
23541 command{page\InsetSpace ~
23542 number}
23543 \series default
23544 .
23545  Have a look at section\InsetSpace ~
23546
23547 \begin_inset LatexCommand ref
23548 reference "sub:LaTeX-Syntax"
23549
23550 \end_inset
23551
23552  to learn more about the LaTeX-syntax.
23553 \end_layout
23554
23555 \begin_layout Standard
23556 You can also change the layout for the whole index.
23557  E.g.
23558  we marked the index list box of this document as bold to get a bold font
23559  for all index entries.
23560 \end_layout
23561
23562 \begin_layout Subsection
23563 Index Program
23564 \begin_inset LatexCommand index
23565 name "Index ! Program"
23566
23567 \end_inset
23568
23569
23570 \begin_inset LatexCommand label
23571 name "sub:Index-Program"
23572
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \begin_layout Standard
23579 LyX uses for the index generation by default the program 
23580 \family sans
23581 makeindex
23582 \family default
23583 .
23584  This programs can be controlled by options that can be set in LyX's preferences
23585  dialog under 
23586 \family sans
23587 Outputs
23588 \family default
23589
23590 \family sans
23591 LaT
23592 \begin_inset ERT
23593 status collapsed
23594
23595 \begin_layout Standard
23596
23597 {}
23598 \end_layout
23599
23600 \end_inset
23601
23602 eX
23603 \family default
23604  in the field 
23605 \family sans
23606 Index\InsetSpace ~
23607 command
23608 \family default
23609 .
23610  You can also specify there another program to generate the index, for example
23611  
23612 \family sans
23613 xindy
23614 \family default
23615 .
23616  Before you change something there, it is strongly recommended to read the
23617  manuals of the programs.
23618 \end_layout
23619
23620 \begin_layout Section
23621 Nomenclature / Glossary 
23622 \begin_inset LatexCommand index
23623 name "Nomenclature"
23624
23625 \end_inset
23626
23627
23628 \begin_inset LatexCommand index
23629 name "Glossary|see{Nomenclature}"
23630
23631 \end_inset
23632
23633
23634 \begin_inset LatexCommand label
23635 name "sec:Nomenclature"
23636
23637 \end_inset
23638
23639
23640 \end_layout
23641
23642 \begin_layout Standard
23643 Sometimes you need to compile a list of symbols that are mentioned in your
23644  document with a brief explanation of them -- a so called nomenclature or
23645  glossary.
23646 \end_layout
23647
23648 \begin_layout Standard
23649 To be able to create nomenclatures, you need the LaTeX package 
23650 \series bold
23651 nomencl
23652 \begin_inset LatexCommand index
23653 name "LaTeX-packages ! nomencl"
23654
23655 \end_inset
23656
23657
23658 \series default
23659  installed.
23660  You find it in the TeX Catalogue, 
23661 \begin_inset LatexCommand cite
23662 key "TeXCatalogue"
23663
23664 \end_inset
23665
23666  or in the package manager of your LaTeX-system.
23667 \end_layout
23668
23669 \begin_layout Standard
23670 A nomenclature entry is created if you place the cursor after a symbol entry
23671  and then use the menu 
23672 \family sans
23673 Insert\SpecialChar \menuseparator
23674
23675 \family default
23676 N
23677 \family sans
23678 omenclature\InsetSpace ~
23679 Entry
23680 \family default
23681  or the toobar button 
23682 \begin_inset Graphics
23683         filename ../images/nomencl-insert.png
23684         BoundingBox 0bp 5bp 20bp 20bp
23685
23686 \end_inset
23687
23688 .
23689  A gray box labeled 
23690 \begin_inset Quotes eld
23691 \end_inset
23692
23693
23694 \family sans
23695 Nom
23696 \family default
23697
23698 \begin_inset Quotes erd
23699 \end_inset
23700
23701  is inserted and a window pops up asking for the nomenclature entry.
23702 \end_layout
23703
23704 \begin_layout Standard
23705 A nomenclature entry consists of two main entries.
23706  The first is the symbol that you want to refer to.
23707  The second is the description of the symbol.
23708 \end_layout
23709
23710 \begin_layout Standard
23711 \begin_inset Note Greyedout
23712 status open
23713
23714 \begin_layout Standard
23715
23716 \series bold
23717 Note:
23718 \series default
23719  Like for the index entry dialog, you have to enter valid LaTeX-code for
23720  all fields of the nomenclature dialog.
23721 \end_layout
23722
23723 \end_inset
23724
23725
23726 \end_layout
23727
23728 \begin_layout Subsection
23729 Nomenclature Definition and Layout
23730 \begin_inset LatexCommand index
23731 name "Nomenclature ! Layout"
23732
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \begin_layout Standard
23739 When you have symbols in formulas, you have to define them in the 
23740 \family sans
23741 Symbol
23742 \family default
23743  field as LaTeX-formula.
23744  For example to get 
23745 \begin_inset Quotes eld
23746 \end_inset
23747
23748
23749 \begin_inset Formula $\sigma$
23750 \end_inset
23751
23752
23753 \begin_inset Quotes erd
23754 \end_inset
23755
23756 , insert this:
23757 \newline
23758
23759 \series bold
23760 $
23761 \backslash
23762 sigma$
23763 \newline
23764
23765 \series default
23766 The 
23767 \begin_inset Quotes eld
23768 \end_inset
23769
23770 $
23771 \begin_inset Quotes erd
23772 \end_inset
23773
23774  character hereby starts/ends the formula.
23775  The LaTeX-command for the Greek letter is the name of the letter beginning
23776  with a backslash 
23777 \begin_inset Quotes eld
23778 \end_inset
23779
23780
23781 \backslash
23782
23783 \begin_inset Quotes erd
23784 \end_inset
23785
23786 .
23787  For capital Greek letters, start the command also with a capital letter,
23788  like 
23789 \series bold
23790
23791 \backslash
23792 Sigma
23793 \series default
23794 .
23795 \end_layout
23796
23797 \begin_layout Standard
23798 (A short introduction to the LaTeX-syntax is given in section\InsetSpace ~
23799
23800 \begin_inset LatexCommand ref
23801 reference "sub:LaTeX-Syntax"
23802
23803 \end_inset
23804
23805 .)
23806 \end_layout
23807
23808 \begin_layout Standard
23809 You cannot use the 
23810 \family sans
23811 Text\InsetSpace ~
23812 Style
23813 \family default
23814  dialog to format the description text but have to use LaTeX-commands.
23815  For example the description of the nomenclature entry for the 
23816 \begin_inset Quotes eld
23817 \end_inset
23818
23819
23820 \begin_inset Formula $\sigma$
23821 \end_inset
23822
23823
23824 \begin_inset Quotes erd
23825 \end_inset
23826
23827  in this document is:
23828 \newline
23829
23830 \series bold
23831 dummy entry for the character 
23832 \backslash
23833 textsf{sigma}
23834 \series default
23835
23836 \newline
23837 The command 
23838 \series bold
23839
23840 \backslash
23841 textsf
23842 \series default
23843  sets the fonts to 
23844 \family sans
23845 sans\InsetSpace ~
23846 serif
23847 \family default
23848 .
23849  To get 
23850 \series bold
23851 bold
23852 \series default
23853  font use the command 
23854 \series bold
23855
23856 \backslash
23857 textbf
23858 \series default
23859 , for 
23860 \family typewriter
23861 typewriter
23862 \family default
23863  use 
23864 \series bold
23865
23866 \backslash
23867 texttt
23868 \series default
23869 , for 
23870 \emph on
23871 emphasized
23872 \emph default
23873  use 
23874 \series bold
23875
23876 \backslash
23877 emph
23878 \series default
23879 .
23880 \end_layout
23881
23882 \begin_layout Subsection
23883 Sort Order of Nomenclature Entries
23884 \begin_inset LatexCommand index
23885 name "Nomenclature ! Sort order"
23886
23887 \end_inset
23888
23889
23890 \end_layout
23891
23892 \begin_layout Standard
23893 The nomenclature entries are sorted alphabetically by the LaTeX-code of
23894  the symbol definition.
23895  This leads to undesired results when you for example have symbols in formulas.
23896  Suppose you have nomenclature entries for the symbols 
23897 \emph on
23898 a
23899 \begin_inset LatexCommand nomenclature
23900 symbol "a"
23901 description "dummy entry for the character \"a\""
23902
23903 \end_inset
23904
23905
23906 \emph default
23907  and 
23908 \begin_inset Formula $\sigma$
23909 \end_inset
23910
23911
23912 \begin_inset LatexCommand nomenclature
23913 prefix "sigma"
23914 symbol "$\\sigma$"
23915 description "dummy entry for the character \\textsf{sigma}"
23916
23917 \end_inset
23918
23919 .
23920  They will be sorted by 
23921 \begin_inset Quotes eld
23922 \end_inset
23923
23924
23925 \family sans
23926 a
23927 \family default
23928
23929 \begin_inset Quotes erd
23930 \end_inset
23931
23932  and 
23933 \begin_inset Quotes eld
23934 \end_inset
23935
23936
23937 \family typewriter
23938 $
23939 \backslash
23940 sigma$
23941 \family default
23942
23943 \begin_inset Quotes erd
23944 \end_inset
23945
23946  -- the 
23947 \begin_inset Formula $\sigma$
23948 \end_inset
23949
23950  will be sorted before the 
23951 \emph on
23952 a
23953 \emph default
23954  since the character 
23955 \begin_inset Quotes eld
23956 \end_inset
23957
23958 $
23959 \begin_inset Quotes erd
23960 \end_inset
23961
23962  is considered in sorting.
23963 \end_layout
23964
23965 \begin_layout Standard
23966 To control the sort order, you can edit the 
23967 \family sans
23968 Sort\InsetSpace ~
23969 as
23970 \family default
23971  field of the nomenclature dialog.
23972  Then the nomenclature entry will be sorted by this entry and not the symbol
23973  definition.
23974  For the given example, you can insert 
23975 \family typewriter
23976 sigma
23977 \family default
23978  to this field for the 
23979 \begin_inset Formula $\sigma$
23980 \end_inset
23981
23982 , then 
23983 \emph on
23984 a
23985 \emph default
23986  will be located before 
23987 \begin_inset Formula $\sigma$
23988 \end_inset
23989
23990 .
23991 \end_layout
23992
23993 \begin_layout Standard
23994 For subgrouping and tips for using sort entries see the 
23995 \series bold
23996 nomencl
23997 \series default
23998  documentation, 
23999 \begin_inset LatexCommand cite
24000 key "nomencl"
24001
24002 \end_inset
24003
24004 .
24005 \end_layout
24006
24007 \begin_layout Subsection
24008 Nomenclature Options
24009 \begin_inset LatexCommand index
24010 name "Nomenclature ! Options"
24011
24012 \end_inset
24013
24014
24015 \end_layout
24016
24017 \begin_layout Standard
24018 The 
24019 \series bold
24020 nomencl
24021 \series default
24022  package offers some options to adjust the appearance of the nomenclature.
24023  Here are some of its options, for more have a look at its documentation:
24024 \end_layout
24025
24026 \begin_layout Description
24027 refeq Appends the phrase 
24028 \begin_inset Quotes eld
24029 \end_inset
24030
24031
24032 \family sans
24033 , see equation (
24034 \emph on
24035 eq
24036 \emph default
24037 )
24038 \family default
24039
24040 \begin_inset Quotes erd
24041 \end_inset
24042
24043  to every nomenclature entry, where 
24044 \family sans
24045 \emph on
24046 eq
24047 \family default
24048 \emph default
24049  is the number of the last equation in front of the nomenclature entry
24050 \end_layout
24051
24052 \begin_layout Description
24053 refpage Appends the phrase 
24054 \begin_inset Quotes eld
24055 \end_inset
24056
24057
24058 \family sans
24059 , page (
24060 \emph on
24061 page
24062 \emph default
24063 )
24064 \family default
24065
24066 \begin_inset Quotes erd
24067 \end_inset
24068
24069  to every nomenclature entry, where 
24070 \family sans
24071 \emph on
24072 page
24073 \family default
24074 \emph default
24075  is the number of the page on which the nomenclature entry appeared
24076 \end_layout
24077
24078 \begin_layout Description
24079 intoc Inserts the nomenclature in the Table of Contents
24080 \end_layout
24081
24082 \begin_layout Standard
24083 There are furthermore the options 
24084 \series bold
24085 croatian
24086 \series default
24087
24088 \series bold
24089 danish
24090 \series default
24091
24092 \series bold
24093 english
24094 \series default
24095
24096 \series bold
24097 french
24098 \series default
24099
24100 \series bold
24101 german
24102 \series default
24103
24104 \series bold
24105 italian
24106 \series default
24107
24108 \series bold
24109 polish
24110 \series default
24111
24112 \series bold
24113 portuguese
24114 \series default
24115
24116 \series bold
24117 russian
24118 \series default
24119
24120 \series bold
24121 spanish
24122 \series default
24123 , and 
24124 \series bold
24125 ukrainian
24126 \series default
24127  to print the reference texts and the nomenclature title in the corresponding
24128  language.
24129 \end_layout
24130
24131 \begin_layout Standard
24132 To use one or more of the options, add them to the comma-separated document
24133  class options list in the 
24134 \family sans
24135 Document\SpecialChar \menuseparator
24136 Settings
24137 \family default
24138  dialog.
24139  In this document the options 
24140 \series bold
24141 intoc
24142 \series default
24143  and 
24144 \series bold
24145 refpage
24146 \series default
24147  are used.
24148 \end_layout
24149
24150 \begin_layout Standard
24151 \begin_inset VSpace bigskip
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158 You can also use the first two options above only for certain nomenclature
24159  entries when you add one of the following commands as last entry to the
24160  
24161 \family sans
24162 Description
24163 \family default
24164  field in the nomenclature dialog:
24165 \end_layout
24166
24167 \begin_layout Description
24168
24169 \backslash
24170 nomrefeq Like the 
24171 \series bold
24172 refeq
24173 \series default
24174  option
24175 \end_layout
24176
24177 \begin_layout Description
24178
24179 \backslash
24180 nomrefpage Like the 
24181 \series bold
24182 refpage
24183 \series default
24184  option
24185 \end_layout
24186
24187 \begin_layout Description
24188
24189 \backslash
24190 nomrefeqpage Short notation of 
24191 \series bold
24192
24193 \backslash
24194 nomrefeq
24195 \backslash
24196 nomrefpage
24197 \end_layout
24198
24199 \begin_layout Description
24200
24201 \backslash
24202 nomnorefeq,\InsetSpace ~
24203
24204 \backslash
24205 nomnorefpage,\InsetSpace ~
24206
24207 \backslash
24208 nomnorefeqpage Turns off the corresponding options
24209 \end_layout
24210
24211 \begin_layout Subsection
24212 Printing the Nomenclature
24213 \begin_inset LatexCommand index
24214 name "Nomenclature ! Printing"
24215
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \begin_layout Standard
24222 To print the nomenclature, use the menu 
24223 \family sans
24224 Insert\SpecialChar \menuseparator
24225 Lists\InsetSpace ~
24226 /\InsetSpace ~
24227 TOC\SpecialChar \menuseparator
24228 Nomenclature
24229 \family default
24230 .
24231  A light blue box labeled 
24232 \begin_inset Quotes eld
24233 \end_inset
24234
24235
24236 \family sans
24237 Nomenclature
24238 \family default
24239
24240 \begin_inset Quotes erd
24241 \end_inset
24242
24243  will show the place where the nomenclature is printed in the output.
24244  Like the index list box, the nomenclature list box is not clickable.
24245 \end_layout
24246
24247 \begin_layout Standard
24248 In the printed output the title of the nomenclature appears as 
24249 \begin_inset Quotes eld
24250 \end_inset
24251
24252 Nomenclature
24253 \begin_inset Quotes erd
24254 \end_inset
24255
24256 .
24257  If you are not happy with the name, you can change it by redefining the
24258  command 
24259 \series bold
24260
24261 \backslash
24262 nomname
24263 \series default
24264  in the preamble.
24265  For example, in order to change the name to 
24266 \emph on
24267 List of Symbols
24268 \emph default
24269 , add the following line to the preamble:
24270 \end_layout
24271
24272 \begin_layout Standard
24273
24274 \family roman
24275 \series bold
24276
24277 \backslash
24278 renewcommand{
24279 \backslash
24280 nomname}{List of Symbols}
24281 \end_layout
24282
24283 \begin_layout Standard
24284 \begin_inset VSpace defskip
24285 \end_inset
24286
24287
24288 \end_layout
24289
24290 \begin_layout Standard
24291 If you are unhappy with the amount of space for symbols, you can alter it
24292  by adding the following line to the preamble:
24293 \end_layout
24294
24295 \begin_layout Standard
24296
24297 \family roman
24298 \series bold
24299
24300 \backslash
24301 renewcommand{
24302 \backslash
24303 nomlabelwidth}{width}
24304 \end_layout
24305
24306 \begin_layout Standard
24307
24308 \family roman
24309 Where the width is a value with one of the units listed in Appendix\InsetSpace ~
24310
24311 \begin_inset LatexCommand ref
24312 reference "cha:Units-available-in"
24313
24314 \end_inset
24315
24316 .
24317  The default value is 1\InsetSpace \thinspace{}
24318 cm.
24319 \end_layout
24320
24321 \begin_layout Section
24322 Branches
24323 \begin_inset LatexCommand index
24324 name "Branches"
24325
24326 \end_inset
24327
24328
24329 \begin_inset LatexCommand index
24330 name "Document ! Branches"
24331
24332 \end_inset
24333
24334
24335 \begin_inset LatexCommand label
24336 name "sec:Branches"
24337
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \begin_layout Standard
24344 Sometimes it is useful to hide some document parts in the output.
24345  For example a teacher who is setting an exam obviously doesn't want the
24346  pupils to see the answers, but having questions and answers in the same
24347  document will make the life of the markers of that exam much easier.
24348 \end_layout
24349
24350 \begin_layout Standard
24351 For these cases LyX offers to put text into branches.
24352  The text will then only appear in the output when its branch is activated.
24353  To create a branch, go in the 
24354 \family sans
24355 Document\SpecialChar \menuseparator
24356 Settings
24357 \family default
24358  dialog to 
24359 \family sans
24360 Branches
24361 \family default
24362 .
24363  The name of the branch, its activation state and the background color of
24364  the branches inside LyX can be specified in this dialog.
24365 \end_layout
24366
24367 \begin_layout Standard
24368 Text that should be in a branch is set into branch inset boxes.
24369  These boxes are inserted via the menu 
24370 \family sans
24371 Insert\SpecialChar \menuseparator
24372 Branch
24373 \family default
24374  where you can choose a branch.
24375  You can later change the branch of the boxes by right-clicking on them.
24376 \end_layout
24377
24378 \begin_layout Standard
24379 Here is an example, where only the question text appears, the answer branch
24380  is deactivated and does therefore not appear in the output:
24381 \end_layout
24382
24383 \begin_layout Standard
24384 \begin_inset Branch Question
24385 status open
24386
24387 \begin_layout Standard
24388 Question: Who was the first physics Nobel prize winner?
24389 \end_layout
24390
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \begin_layout Standard
24397 \begin_inset Branch Answer
24398 status open
24399
24400 \begin_layout Standard
24401 Answer: Wilhelm Conrad Röntgen
24402 \end_layout
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \begin_layout Section
24410 ERT and the LaTeX Syntax
24411 \begin_inset LatexCommand label
24412 name "sec:ERT"
24413
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \begin_layout Subsection
24420 ERT Boxes
24421 \begin_inset LatexCommand index
24422 name "ERT"
24423
24424 \end_inset
24425
24426
24427 \begin_inset LatexCommand label
24428 name "sub:ERT-Boxes"
24429
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \begin_layout Standard
24436 As LyX uses LaTeX in the background, it supports many LaTeX commands and
24437  constructs, but not all.
24438  LaTeX contains of hundreds of packages which provide different commands.
24439  Every month many packages are updated and new ones added.
24440  This has the advantage that you can typeset nearly everything, for every
24441  problem exists a LaTeX-package.
24442  But LyX can of course not be up to date and support all these packages
24443  and their commands.
24444 \end_layout
24445
24446 \begin_layout Standard
24447 But don't worry, you can use any LaTeX-command directly in LyX inside the
24448  ERT box.
24449  ERT stands for 
24450 \begin_inset Quotes eld
24451 \end_inset
24452
24453 evil red text
24454 \begin_inset Quotes erd
24455 \end_inset
24456
24457 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
24458  An ERT box is created by the menu 
24459 \family sans
24460 Insert\SpecialChar \menuseparator
24461 TeX
24462 \family default
24463  or by the toolbar button 
24464 \begin_inset Graphics
24465         filename ../images/ert-insert.png
24466
24467 \end_inset
24468
24469 .
24470  The box itself can be displayed in three different styles: 
24471 \family sans
24472 Inline
24473 \family default
24474
24475 \family sans
24476 Collapsed
24477 \family default
24478 , and 
24479 \family sans
24480 Open
24481 \family default
24482 .
24483  To change the style, right-click on the box and use the appearing dialog.
24484  Left-clicking on the box will switch between 
24485 \family sans
24486 Collapsed
24487 \family default
24488  and 
24489 \family sans
24490 Open
24491 \family default
24492 .
24493 \end_layout
24494
24495 \begin_layout Standard
24496 You can insert complete or incomplete commands into ERT.
24497  Incomplete means that the command argument can be Standard LyX text.
24498  For example you want to draw a frame around a word and uses therefore the
24499  LaTeX-command 
24500 \series bold
24501
24502 \backslash
24503 fbox
24504 \series default
24505 , you can write the command part 
24506 \series bold
24507
24508 \backslash
24509 fbox{
24510 \series default
24511  in an ERT box before the word and the closing brace 
24512 \series bold
24513 }
24514 \series default
24515  in a second ERT box behind the word.
24516  The word between the two ERT boxes is then the argument as it is in the
24517  following example:
24518 \end_layout
24519
24520 \begin_layout Standard
24521 \begin_inset Graphics
24522         filename clipart/ERT.png
24523         scale 89
24524
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \begin_layout Standard
24531 gives
24532 \end_layout
24533
24534 \begin_layout Standard
24535 This is a line with a 
24536 \begin_inset ERT
24537 status collapsed
24538
24539 \begin_layout Standard
24540
24541
24542 \backslash
24543 fbox{
24544 \end_layout
24545
24546 \end_inset
24547
24548 framed
24549 \begin_inset ERT
24550 status collapsed
24551
24552 \begin_layout Standard
24553
24554 }
24555 \end_layout
24556
24557 \end_inset
24558
24559  word.
24560 \end_layout
24561
24562 \begin_layout Standard
24563 \begin_inset Note Greyedout
24564 status open
24565
24566 \begin_layout Standard
24567
24568 \series bold
24569 Note:
24570 \series default
24571  At the end of LaTeX-commands without parameters, you have to insert a space
24572  to let LaTeX know that the command is finished.
24573 \end_layout
24574
24575 \end_inset
24576
24577
24578 \end_layout
24579
24580 \begin_layout Subsection
24581 Short Introduction to the LaTeX Syntax
24582 \begin_inset OptArg
24583 status collapsed
24584
24585 \begin_layout Standard
24586 The LaTeX Syntax
24587 \end_layout
24588
24589 \end_inset
24590
24591
24592 \begin_inset LatexCommand index
24593 name "LaTeX Syntax"
24594
24595 \end_inset
24596
24597
24598 \begin_inset LatexCommand label
24599 name "sub:LaTeX-Syntax"
24600
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \begin_layout Standard
24607 When you write larger documents or books, you will need to know something
24608  about the LaTeX-commands that LyX uses in the background.
24609  Because LaTeX is based on commands, you can 
24610 \begin_inset Quotes eld
24611 \end_inset
24612
24613 program
24614 \begin_inset Quotes erd
24615 \end_inset
24616
24617  your text.
24618  This has the advantage that the layout of the document can be changed at
24619  every time if you know the right commands.
24620  E.g.
24621  imagine you have to write a manual for a product and the deadline is at
24622  the end of the day.
24623  Your boss just has complimented you for your good work but wants to have
24624  all caption labels bold.
24625  But you have over hundred figure and table captions with non-bold labels
24626  in your manual.
24627  Of course it's impossible to change all caption labels by hand in one day.
24628 \end_layout
24629
24630 \begin_layout Standard
24631 Now LaTeX comes into play.
24632  As written above, for every problem exists a LaTeX-package.
24633  First you have to find out which and therefore look in the LaTeX package
24634  database, 
24635 \begin_inset LatexCommand cite
24636 key "Catalogue"
24637
24638 \end_inset
24639
24640 .
24641 \end_layout
24642
24643 \begin_layout Standard
24644 As result you know that the package 
24645 \series bold
24646 caption
24647 \series default
24648
24649 \begin_inset LatexCommand index
24650 name "LaTeX-packages ! caption"
24651
24652 \end_inset
24653
24654  is what you need.
24655  To use a package, you have to load it in the document preamble (menu 
24656 \family sans
24657 Document\SpecialChar \menuseparator
24658 Settings
24659 \family default
24660 ) with the command
24661 \end_layout
24662
24663 \begin_layout Standard
24664
24665 \series bold
24666
24667 \backslash
24668 usepackage[options]{package name}
24669 \end_layout
24670
24671 \begin_layout Standard
24672 All LaTeX commands begin with a backslash, the command argument is set within
24673  two braces, and the options are set within two brackets.
24674  Note that not all commands have an argument and options.
24675 \end_layout
24676
24677 \begin_layout Standard
24678 In your case the package name is 
24679 \series bold
24680 caption
24681 \series default
24682 .
24683  After a look in the documentation of the package, you know that the option
24684  
24685 \series bold
24686 labelfont=bf
24687 \series default
24688  will change the font of all caption labels to bold.
24689  So you add the command
24690 \end_layout
24691
24692 \begin_layout Standard
24693
24694 \series bold
24695
24696 \backslash
24697 usepackage[labelfont=bf]{caption}
24698 \end_layout
24699
24700 \begin_layout Standard
24701 to the preamble and the problem is solved.
24702 \begin_inset Foot
24703 status collapsed
24704
24705 \begin_layout Standard
24706 For more commands provided by the 
24707 \series bold
24708 caption
24709 \series default
24710  package, have a look at its documentation, 
24711 \begin_inset LatexCommand cite
24712 key "caption"
24713
24714 \end_inset
24715
24716 .
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \begin_layout Standard
24725 Note that some document classes have built-in solutions for well known problems
24726  like your case.
24727  For example if you use a 
24728 \family sans
24729 koma-script
24730 \family default
24731  class, you don't need the package 
24732 \series bold
24733 caption
24734 \series default
24735 , you can instead write
24736 \end_layout
24737
24738 \begin_layout Standard
24739
24740 \series bold
24741
24742 \backslash
24743 setkomafont{captionlabel}{
24744 \backslash
24745 bfseries}
24746 \end_layout
24747
24748 \begin_layout Standard
24749 in the preamble and the problem is solved.
24750  So if you plan to write a large document, you should have a look at the
24751  documentation of the document class you want to use.
24752  (
24753 \series bold
24754
24755 \backslash
24756 setkomafont
24757 \series default
24758  is an example for a command with more than one argument.)
24759 \end_layout
24760
24761 \begin_layout Standard
24762 Commands in the preamble affects the whole document, while commands in the
24763  text affects only the text after the command or only the text used as command
24764  argument.
24765  To insert a LaTeX-command in text, use the ERT box as described in the
24766  previous section.
24767 \end_layout
24768
24769 \begin_layout Standard
24770 If you want to learn more about LaTeX and its syntax, have a look at the
24771  LaTeX-books 
24772 \begin_inset LatexCommand cite
24773 key "latexcompanion,latexguide"
24774
24775 \end_inset
24776
24777 .
24778  
24779 \end_layout
24780
24781 \begin_layout Section
24782 Previewing Snippets of your Document
24783 \begin_inset LatexCommand index
24784 name "Instant preview"
24785
24786 \end_inset
24787
24788
24789 \begin_inset LatexCommand label
24790 name "sec:Previewing-snippets-of"
24791
24792 \end_inset
24793
24794
24795 \begin_inset LatexCommand index
24796 name "Document ! Preview"
24797
24798 \end_inset
24799
24800
24801 \end_layout
24802
24803 \begin_layout Standard
24804 LyX allows you to generate previews of sections of your document on the
24805  fly so you can see how they'll look in the final document without having
24806  to break your train of thought with 
24807 \family sans
24808 View\SpecialChar \menuseparator
24809 DVI
24810 \family default
24811 .
24812 \end_layout
24813
24814 \begin_layout Standard
24815 If you would for example like to see in LyX your math formulas typeset by
24816  LaTeX, install the LaTeX-package 
24817 \series bold
24818 preview-latex
24819 \begin_inset LatexCommand index
24820 name "LaTeX-packages ! preview-latex"
24821
24822 \end_inset
24823
24824
24825 \series default
24826  as explained below, and turn on 
24827 \family sans
24828 Instant\InsetSpace ~
24829 preview
24830 \family default
24831  in the 
24832 \family sans
24833 Tools\SpecialChar \menuseparator
24834 Preferences 
24835 \family default
24836 dialog under 
24837 \family sans
24838 Look\InsetSpace ~
24839 and\InsetSpace ~
24840 feel\SpecialChar \menuseparator
24841 Graphics
24842 \family default
24843 .
24844 \end_layout
24845
24846 \begin_layout Standard
24847 Previews are generated when you load a document into LyX and when you finish
24848  editing an inset.
24849  Previews of an already loaded document are 
24850 \emph on
24851 not
24852 \emph default
24853  generated just by selecting the 
24854 \family sans
24855 Instant\InsetSpace ~
24856 preview
24857 \family default
24858  check box, you have to reopen the documents to activate the previews.
24859 \end_layout
24860
24861 \begin_layout Standard
24862 LyX will generate previews of math insets.
24863  It will also generate previews of include insets if you select the 
24864 \family sans
24865 Show\InsetSpace ~
24866 preview
24867 \family default
24868  check box in the insert dialog.
24869  This is useful if you wish to generate a preview of a LaTeX figure, for
24870  example.
24871 \end_layout
24872
24873 \begin_layout Standard
24874 To get previews working, you need the LaTeX package 
24875 \series bold
24876 preview-latex
24877 \series default
24878  (on some systems named simply 
24879 \series bold
24880 preview
24881 \series default
24882 ) installed.
24883  You find it in the TeX Catalogue, 
24884 \begin_inset LatexCommand cite
24885 key "TeXCatalogue"
24886
24887 \end_inset
24888
24889  or in the package manager of your LaTeX-system.
24890  You obtain prettier results if you install the program 
24891 \family typewriter
24892 pnmcrop
24893 \family default
24894  from the 
24895 \family typewriter
24896 netpbm
24897 \family default
24898  package; for LyX on Windows this program is automatically installed together
24899  with LyX.
24900 \end_layout
24901
24902 \begin_layout Standard
24903 \begin_inset VSpace bigskip
24904 \end_inset
24905
24906
24907 \end_layout
24908
24909 \begin_layout Standard
24910 You can furthermore preview the LaTeX source of the whole document or parts
24911  of it.
24912  Use the menu 
24913 \family sans
24914 View\SpecialChar \menuseparator
24915 View\InsetSpace ~
24916 Source
24917 \family default
24918  and a window will be shown where you can see the LaTeX-source code.
24919  The window shows the source of the whole paragraph where the cursor is
24920  currently in.
24921  You can also select document parts in LyX's main window, then only this
24922  selection (when it is more than one paragraph) is shown as source code.
24923  To view the whole document as source, enable the corresponding option in
24924  the source view window.
24925 \end_layout
24926
24927 \begin_layout Section
24928 Spell Checking
24929 \begin_inset LatexCommand label
24930 name "sec:Spellchecking"
24931
24932 \end_inset
24933
24934
24935 \begin_inset LatexCommand index
24936 name "Spell checking"
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \begin_layout Standard
24944 LyX itself has no built-in spell checker.
24945  Rather it uses one of the external programs 
24946 \family typewriter
24947 aspell
24948 \family default
24949
24950 \family typewriter
24951 ispell
24952 \family default
24953
24954 \family typewriter
24955 hspell
24956 \family default
24957 , or 
24958 \family sans
24959 pspell
24960 \family default
24961  as backend.
24962  This section assumes you have already installed and set up one of these
24963  programs.
24964  
24965 \family typewriter
24966 aspell
24967 \family default
24968  can be seen as successor of 
24969 \family typewriter
24970 ispell
24971 \family default
24972 , so that it is recommended to use aspell.
24973  
24974 \family sans
24975 hspell
24976 \family default
24977  is a Hebrew spell-checker.
24978  The used spell checker ind its settings are specified in LyX's preferences
24979  under 
24980 \family sans
24981 Language Settings
24982 \family default
24983 .
24984 \end_layout
24985
24986 \begin_layout Standard
24987 For LyX on Windows, the selection box for the spell checking program is
24988  greyed out in the preferences dialog because only 
24989 \family sans
24990 aspell
24991 \family default
24992  can be used.
24993 \end_layout
24994
24995 \begin_layout Standard
24996 The menu
24997 \family sans
24998  Tools\SpecialChar \menuseparator
24999 Spellchecker
25000 \family default
25001  starts the spell checking beginning from the current cursor position.
25002  A dialog window will appear showing any incorrect (or unknown) word found,
25003  allowing you to edit and replace it in a second line.
25004  Whenever an unknown word is found, the word is highlighted and the text
25005  scrolled so that it is visible.
25006  In the 
25007 \family sans
25008 spell checker
25009 \family default
25010  dialog, there is also a box showing suggestions for a correction, if any
25011  could be found.
25012  Clicking on one of the corrections will copy to the 
25013 \family sans
25014 Replace
25015 \family default
25016  field, double-click invokes directly the replacement.
25017  Unknown but correctly typed words can be added to the personal dictionary.
25018 \end_layout
25019
25020 \begin_layout Standard
25021 By default, the used dictionary file is determined by the document language
25022  that is set in the 
25023 \family sans
25024 Document\SpecialChar \menuseparator
25025 Settings
25026 \family default
25027  dialog.
25028  If you do not have a dictionary for the document language, spell checking
25029  will bring an error message.
25030  In this case, you can specify another dictionary file in the dialog by
25031  specifying a different 
25032 \family sans
25033 Alternative language
25034 \family default
25035  in preferences dialog.
25036 \end_layout
25037
25038 \begin_layout Standard
25039 After a spell check you'll informed about the number of checked words.
25040 \end_layout
25041
25042 \begin_layout Subsubsection*
25043 Limitations
25044 \end_layout
25045
25046 \begin_layout Standard
25047 It is not possible to change the spelling of a particular word globally,
25048  rather than having to change the spelling separately for each occurrence
25049  of the word.
25050  But you can use the 
25051 \family sans
25052 Find\InsetSpace ~
25053 &\InsetSpace ~
25054 Replace
25055 \family default
25056  dialog for that.
25057 \end_layout
25058
25059 \begin_layout Standard
25060 LyX cannot correctly spell check documents containing multiple languages.
25061  This does work with 
25062 \family typewriter
25063 pspell
25064 \family default
25065 , assuming you have marked the different languages appropriately.
25066 \end_layout
25067
25068 \begin_layout Subsubsection*
25069 Further Settings
25070 \end_layout
25071
25072 \begin_layout Standard
25073 The 
25074 \family sans
25075 Spellchecker
25076 \family default
25077  section in the preferences dialog has some additional options:
25078 \end_layout
25079
25080 \begin_layout Description
25081 Escape\InsetSpace ~
25082 characters Allows you to add non-standard characters that the spell
25083  checker should consider, e.g.
25084  German umlauts although you spell check English document.
25085  This should not normally be needed.
25086 \end_layout
25087
25088 \begin_layout Description
25089 Personal\InsetSpace ~
25090 dictionary to use a different file than the spell checker's default
25091  choice as your personal dictionary
25092 \end_layout
25093
25094 \begin_layout Description
25095 Accept\InsetSpace ~
25096 compound\InsetSpace ~
25097 words Prevent the spell checker from complaining about compounded
25098  words like 
25099 \begin_inset Quotes eld
25100 \end_inset
25101
25102 passthrough
25103 \begin_inset Quotes erd
25104 \end_inset
25105
25106 .
25107 \end_layout
25108
25109 \begin_layout Description
25110 Use\InsetSpace ~
25111 input\InsetSpace ~
25112 encoding Uses the document encoding that is set in the 
25113 \family sans
25114 Document\SpecialChar \menuseparator
25115 Settings
25116 \family default
25117  dialog under 
25118 \family sans
25119 Language
25120 \family default
25121  also for the spellchecker.
25122 \begin_inset Foot
25123 status collapsed
25124
25125 \begin_layout Standard
25126 The encodings are explained in section\InsetSpace ~
25127
25128 \begin_inset LatexCommand ref
25129 reference "sub:Settings"
25130
25131 \end_inset
25132
25133 .
25134 \end_layout
25135
25136 \end_inset
25137
25138  Only enable this if you use 
25139 \family typewriter
25140 ispell
25141 \family default
25142  and can't spell check words with international letters in them.
25143  There have been reports that this does not work with all dictionaries,
25144  so this is disabled by default.
25145 \end_layout
25146
25147 \begin_layout Section
25148 Thesaurus
25149 \begin_inset LatexCommand index
25150 name "Thesaurus"
25151
25152 \end_inset
25153
25154
25155 \begin_inset LatexCommand label
25156 name "sec:Thesaurus"
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 Thesaurus currently only works when you use the document language English.
25165 \end_layout
25166
25167 \begin_layout Standard
25168 To start the thesaurus, highlight one word or set the cursor behind it,
25169  and use the menu 
25170 \family sans
25171 Tools\SpecialChar \menuseparator
25172 Thesaurus
25173 \family default
25174  or the toolbar button 
25175 \begin_inset Graphics
25176         filename ../images/thesaurus-entry.png
25177         BoundingBox 0bp 5bp 20bp 25bp
25178         rotateOrigin center
25179
25180 \end_inset
25181
25182 .
25183  A dialog pops up showing you probably related words that you can use as
25184  replacement.
25185 \end_layout
25186
25187 \begin_layout Standard
25188 The shown related words are in many cases not really related to the word
25189  you are currently checking, scrolling in the shown list might help in some
25190  cases to find related words.
25191 \end_layout
25192
25193 \begin_layout Standard
25194 The thesaurus only works for single words, and also only when it is in the
25195  singular form.
25196  For example starting the thesaurus with the word 
25197 \begin_inset Quotes eld
25198 \end_inset
25199
25200 reports
25201 \begin_inset Quotes erd
25202 \end_inset
25203
25204  leads to no results, while results are shown for the word 
25205 \begin_inset Quotes eld
25206 \end_inset
25207
25208 report
25209 \begin_inset Quotes erd
25210 \end_inset
25211
25212 .
25213  To avoid this, you can highlight only the part 
25214 \begin_inset Quotes eld
25215 \end_inset
25216
25217 report
25218 \begin_inset Quotes erd
25219 \end_inset
25220
25221  of the word 
25222 \begin_inset Quotes eld
25223 \end_inset
25224
25225 reports
25226 \begin_inset Quotes erd
25227 \end_inset
25228
25229  to get results.
25230 \end_layout
25231
25232 \begin_layout Section
25233 Change Tracking
25234 \begin_inset LatexCommand index
25235 name "Change Tracking"
25236
25237 \end_inset
25238
25239
25240 \begin_inset LatexCommand index
25241 name "Document ! Change Tracking"
25242
25243 \end_inset
25244
25245
25246 \begin_inset LatexCommand label
25247 name "sec:Change-Tracking"
25248
25249 \end_inset
25250
25251
25252 \end_layout
25253
25254 \begin_layout Standard
25255 When you work on a document together with many people it is extremely useful
25256  to see changes others made highlighted in the document.
25257  You can then decide if you accept a change or not.
25258  This can be achieved by turning on change tracking in the menu 
25259 \family sans
25260 Document\SpecialChar \menuseparator
25261 Change\InsetSpace ~
25262 Tracking\SpecialChar \menuseparator
25263 Track\InsetSpace ~
25264 Changes
25265 \family default
25266 .
25267 \end_layout
25268
25269 \begin_layout Standard
25270 Changes made in the document will then be highlighted by colors: 
25271 \color blue
25272 Blue text
25273 \color inherit
25274  is an addition, 
25275 \color red
25276 red canceled text
25277 \color inherit
25278  is a deletion.
25279  You can change the color in LyX's preferences dialog under 
25280 \family sans
25281 Look\InsetSpace ~
25282 and\InsetSpace ~
25283 feel
25284 \family default
25285
25286 \family sans
25287 Colors
25288 \family default
25289 .
25290 \end_layout
25291
25292 \begin_layout Standard
25293 When change tracking is activated, you will see the review toolbar in LyX:
25294 \begin_inset LatexCommand index
25295 name "Toolbar ! Review"
25296
25297 \end_inset
25298
25299
25300 \end_layout
25301
25302 \begin_layout Standard
25303 \begin_inset VSpace defskip
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \begin_layout Standard
25310 \begin_inset Graphics
25311         filename clipart/ChangesToolbar.png
25312
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \begin_layout Standard
25319 \begin_inset VSpace defskip
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \begin_layout Standard
25326 The review toolbar as shown above contains from left to right the following
25327  buttons:
25328 \end_layout
25329
25330 \begin_layout Standard
25331 \begin_inset VSpace defskip
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \begin_layout Standard
25338 \begin_inset Tabular
25339 <lyxtabular version="3" rows="10" columns="2">
25340 <features islongtable="true">
25341 <column alignment="left" valignment="top" width="0">
25342 <column alignment="left" valignment="top" width="0">
25343 <row interlinespace="2.5mm">
25344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Standard
25348 \begin_inset Graphics
25349         filename ../images/changes-track.png
25350         BoundingBox 0bp 5bp 20bp 25bp
25351         rotateOrigin center
25352
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Standard
25364
25365 \family sans
25366 Document\SpecialChar \menuseparator
25367 Change\InsetSpace ~
25368 Tracking\SpecialChar \menuseparator
25369 Track\InsetSpace ~
25370 Changes
25371 \end_layout
25372
25373 \end_inset
25374 </cell>
25375 </row>
25376 <row interlinespace="2.5mm">
25377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Standard
25381 \begin_inset Graphics
25382         filename ../images/changes-output.png
25383         BoundingBox 0bp 5bp 20bp 25bp
25384         rotateOrigin center
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Standard
25397
25398 \family sans
25399 Document\SpecialChar \menuseparator
25400 Change\InsetSpace ~
25401 Tracking\SpecialChar \menuseparator
25402 Show\InsetSpace ~
25403 Changes\InsetSpace ~
25404 in\InsetSpace ~
25405 Output
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 </row>
25411 <row interlinespace="2.5mm">
25412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Standard
25416 \begin_inset Graphics
25417         filename ../images/change-next.png
25418         BoundingBox 0bp 5bp 20bp 25bp
25419         rotateOrigin center
25420
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25429 \begin_inset Text
25430
25431 \begin_layout Standard
25432 Jumps to the next change
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 </row>
25438 <row interlinespace="2.5mm">
25439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Standard
25443 \begin_inset Graphics
25444         filename ../images/change-accept.png
25445         BoundingBox 0bp 5bp 20bp 25bp
25446         rotateOrigin center
25447
25448 \end_inset
25449
25450
25451 \end_layout
25452
25453 \end_inset
25454 </cell>
25455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Standard
25459
25460 \family sans
25461 Document\SpecialChar \menuseparator
25462 Change\InsetSpace ~
25463 Tracking\SpecialChar \menuseparator
25464 Accept\InsetSpace ~
25465 Change
25466 \end_layout
25467
25468 \end_inset
25469 </cell>
25470 </row>
25471 <row interlinespace="2.5mm">
25472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Standard
25476 \begin_inset Graphics
25477         filename ../images/change-reject.png
25478         BoundingBox 0bp 5bp 20bp 25bp
25479         rotateOrigin center
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Standard
25492
25493 \family sans
25494 Document\SpecialChar \menuseparator
25495 Change\InsetSpace ~
25496 Tracking\SpecialChar \menuseparator
25497 Reject\InsetSpace ~
25498 Change
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 </row>
25504 <row interlinespace="2.5mm">
25505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Standard
25509 \begin_inset Graphics
25510         filename ../images/changes-merge.png
25511         BoundingBox 0bp 5bp 20bp 25bp
25512         rotateOrigin center
25513
25514 \end_inset
25515
25516
25517 \end_layout
25518
25519 \end_inset
25520 </cell>
25521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Standard
25525
25526 \family sans
25527 Document\SpecialChar \menuseparator
25528 Change\InsetSpace ~
25529 Tracking\SpecialChar \menuseparator
25530 Merge\InsetSpace ~
25531 Changes
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 </row>
25537 <row interlinespace="2.5mm">
25538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Standard
25542 \begin_inset Graphics
25543         filename ../images/all-changes-accept.png
25544         BoundingBox 0bp 5bp 20bp 25bp
25545         rotateOrigin center
25546
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \end_inset
25553 </cell>
25554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Standard
25558
25559 \family sans
25560 Document\SpecialChar \menuseparator
25561 Change\InsetSpace ~
25562 Tracking\SpecialChar \menuseparator
25563 Accept\InsetSpace ~
25564 All\InsetSpace ~
25565 Changes
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 </row>
25571 <row interlinespace="2.5mm">
25572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Standard
25576 \begin_inset Graphics
25577         filename ../images/all-changes-reject.png
25578         BoundingBox 0bp 5bp 20bp 25bp
25579         rotateOrigin center
25580
25581 \end_inset
25582
25583
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Standard
25592
25593 \family sans
25594 Document\SpecialChar \menuseparator
25595 Change\InsetSpace ~
25596 Tracking\SpecialChar \menuseparator
25597 Reject\InsetSpace ~
25598 All\InsetSpace ~
25599 Changes
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 </row>
25605 <row interlinespace="2.5mm">
25606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Standard
25610 \begin_inset Graphics
25611         filename ../images/note-insert.png
25612         BoundingBox 0bp 5bp 20bp 25bp
25613         rotateOrigin center
25614
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Standard
25626
25627 \family sans
25628 Insert\SpecialChar \menuseparator
25629 Note\SpecialChar \menuseparator
25630 LyX\InsetSpace ~
25631 Note
25632 \end_layout
25633
25634 \end_inset
25635 </cell>
25636 </row>
25637 <row interlinespace="2.5mm">
25638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Standard
25642 \begin_inset Graphics
25643         filename ../images/note-next.png
25644         BoundingBox 0bp 5bp 20bp 25bp
25645         rotateOrigin center
25646
25647 \end_inset
25648
25649
25650 \end_layout
25651
25652 \end_inset
25653 </cell>
25654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Standard
25658
25659 \family sans
25660 Navigate\SpecialChar \menuseparator
25661 Next\InsetSpace ~
25662 Note
25663 \end_layout
25664
25665 \end_inset
25666 </cell>
25667 </row>
25668 </lyxtabular>
25669
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \begin_layout Standard
25676 \begin_inset VSpace defskip
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 The review toolbar helps you to accept, reject, or merge changes -- highlight
25684  the change and press one of the desired toolbar buttons.
25685  When you merge changes, a window pops up showing you informations about
25686  the next change behind the current cursor position.
25687  So you don't need to highlight a certain change.
25688  Within the merge window you can decide to accept or reject changes and
25689  step to the next change.
25690  This way you can jump through all changes of the document.
25691 \end_layout
25692
25693 \begin_layout Standard
25694 The toolbar has two buttons to handle notes because notes are often important
25695  to describe a change.
25696 \end_layout
25697
25698 \begin_layout Standard
25699 To show made changes in the output you need the LaTeX package 
25700 \series bold
25701 dvipost
25702 \begin_inset LatexCommand index
25703 name "LaTeX-packages ! dvipost"
25704
25705 \end_inset
25706
25707
25708 \series default
25709  installed.
25710  You find it in the TeX Catalogue, 
25711 \begin_inset LatexCommand cite
25712 key "TeXCatalogue"
25713
25714 \end_inset
25715
25716  or in the package manager of your LaTeX-system.
25717 \end_layout
25718
25719 \begin_layout Section
25720 International Support
25721 \begin_inset LatexCommand index
25722 name "International support"
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 This section describes how to use LyX with any language you want.
25731  For some non-western languages there are special Wiki-pages that explain
25732  how to set up LyX to use them: 
25733 \begin_inset LatexCommand cite
25734 key "Arabic,Armenian,Farsi,Hebrew"
25735
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \begin_layout Standard
25742 Besides languages, LyX also supports phonetic symbols, see section\InsetSpace ~
25743
25744 \begin_inset LatexCommand ref
25745 reference "sub:Special-Character"
25746
25747 \end_inset
25748
25749 .
25750 \end_layout
25751
25752 \begin_layout Subsection
25753 Language Options
25754 \begin_inset LatexCommand index
25755 name "Language ! Options"
25756
25757 \end_inset
25758
25759
25760 \begin_inset LatexCommand index
25761 name "Document ! Settings"
25762
25763 \end_inset
25764
25765
25766 \begin_inset LatexCommand index
25767 name "Document ! Language"
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \begin_layout Standard
25775 The 
25776 \family sans
25777 Document\SpecialChar \menuseparator
25778 Settings
25779 \family default
25780  dialog lets you set 
25781 \family roman
25782 the language and character encoding for your language.
25783  
25784 \end_layout
25785
25786 \begin_layout Standard
25787 Choose your language in the 
25788 \family sans
25789 Language
25790 \family default
25791  section of this dialog.
25792  The default is 
25793 \family sans
25794 English
25795 \family default
25796 .
25797 \end_layout
25798
25799 \begin_layout Standard
25800 The 
25801 \family sans
25802 Encoding
25803 \family default
25804  box lets you choose the character encoding map you want to use for LaTeX
25805  export.
25806  The option 
25807 \family sans
25808 use language's default encoding
25809 \family default
25810  is the preferred choice and works well in most cases.
25811  For details abhout the different encoding options see section\InsetSpace ~
25812
25813 \begin_inset LatexCommand ref
25814 reference "sub:Settings"
25815
25816 \end_inset
25817
25818 .
25819 \end_layout
25820
25821 \begin_layout Subsection
25822 Keyboard mapping configuration
25823 \end_layout
25824
25825 \begin_layout Standard
25826 If you have for example a U.S.-style keyboard and want to write in a different
25827  language than English, you can use an alternate keymap.
25828  For example, if you have a U.S.-style keyboard but want to write in Italian,
25829  you can configure LyX to use an Italian keymap.
25830  The preferences dialog allows you to choose up to two keyboard mappings.
25831  You can choose primary and secondary keyboard languages and then select
25832  which one you want to use.
25833 \end_layout
25834
25835 \begin_layout Standard
25836 Finally, you may just want to change a few key mappings or create an entirely
25837  different keymap (for Vulcan, for instance).
25838  You may, for example, normally write in Italian on a U.S.
25839  keyboard but want to include an occasional quotation in German.
25840  In such a case, you can write your own keyboard mapping or modify an existing
25841  one to support the characters you want.
25842  This and much more customizations are explained in the 
25843 \emph on
25844 Customization
25845 \emph default
25846  manual.
25847 \end_layout
25848
25849 \begin_layout Subsection
25850 Character Tables
25851 \begin_inset LatexCommand label
25852 name "sec:keytab"
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Standard
25860 Table\InsetSpace ~
25861
25862 \begin_inset LatexCommand ref
25863 reference "cap:The-latin1-character"
25864
25865 \end_inset
25866
25867  shows the 
25868 \family typewriter
25869 Latin1
25870 \family default
25871  character set.
25872  You should be able to enter the characters in the first eight columns directly
25873  from the keyboard.
25874 \end_layout
25875
25876 \begin_layout Standard
25877 There are a few things you need to know about this table.
25878  Here are some of the details you'll need to bear in mind when using characters
25879  from the 
25880 \family typewriter
25881 Latin1
25882 \family default
25883  character set:
25884 \end_layout
25885
25886 \begin_layout Itemize
25887 Even if you have selected 
25888 \family sans
25889 latin1
25890 \family default
25891  in the 
25892 \family sans
25893 Document\SpecialChar \menuseparator
25894 Settings
25895 \family default
25896  dialog, users who have only the 
25897 \family typewriter
25898 T1
25899 \family default
25900 -fonts for LaTeX [or who have the 
25901 \family typewriter
25902 T1
25903 \family default
25904 -fonts but aren't using them] will still miss a few characters: D0, F0,
25905  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
25906  french quotes won't show up.
25907 \end_layout
25908
25909 \begin_layout Standard
25910 \begin_inset Float table
25911 wide false
25912 sideways false
25913 status open
25914
25915 \begin_layout Standard
25916 \begin_inset Caption
25917
25918 \begin_layout Standard
25919 \begin_inset LatexCommand label
25920 name "cap:The-latin1-character"
25921
25922 \end_inset
25923
25924 The 
25925 \family typewriter
25926 latin1
25927 \family default
25928  character set
25929 \end_layout
25930
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \begin_layout Standard
25937 \align center
25938 \begin_inset Tabular
25939 <lyxtabular version="3" rows="17" columns="17">
25940 <features>
25941 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25942 <column alignment="center" valignment="top" leftline="true" width="0pt">
25943 <column alignment="center" valignment="top" leftline="true" width="0pt">
25944 <column alignment="center" valignment="top" leftline="true" width="0pt">
25945 <column alignment="center" valignment="top" leftline="true" width="0pt">
25946 <column alignment="center" valignment="top" leftline="true" width="0pt">
25947 <column alignment="center" valignment="top" leftline="true" width="0pt">
25948 <column alignment="center" valignment="top" leftline="true" width="0pt">
25949 <column alignment="center" valignment="top" leftline="true" width="0pt">
25950 <column alignment="center" valignment="top" leftline="true" width="0pt">
25951 <column alignment="center" valignment="top" leftline="true" width="0pt">
25952 <column alignment="center" valignment="top" leftline="true" width="0pt">
25953 <column alignment="center" valignment="top" leftline="true" width="0pt">
25954 <column alignment="center" valignment="top" leftline="true" width="0pt">
25955 <column alignment="center" valignment="top" leftline="true" width="0pt">
25956 <column alignment="center" valignment="top" leftline="true" width="0pt">
25957 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25958 <row topline="true" bottomline="true">
25959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Standard
25963
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 00
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 10
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 20
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 30
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 40
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 50
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 60
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 70
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 80
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 90
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 A0
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 B0
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 C0
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 D0
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 E0
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Standard
26242
26243 \family roman
26244 \series medium
26245 \shape up
26246 \size tiny
26247 \emph off
26248 \bar no
26249 \noun off
26250 \color none
26251 F0
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 </row>
26257 <row topline="true">
26258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Standard
26262
26263 \family roman
26264 \series medium
26265 \shape up
26266 \size tiny
26267 \emph off
26268 \bar no
26269 \noun off
26270 \color none
26271 00
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 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Standard
26298
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Standard
26307
26308 \family roman
26309 \series medium
26310 \shape up
26311 \emph off
26312 \bar no
26313 \noun off
26314 \color none
26315 0
26316 \end_layout
26317
26318 \end_inset
26319 </cell>
26320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Standard
26324
26325 \family roman
26326 \series medium
26327 \shape up
26328 \emph off
26329 \bar no
26330 \noun off
26331 \color none
26332 @
26333 \end_layout
26334
26335 \end_inset
26336 </cell>
26337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Standard
26341
26342 \family roman
26343 \series medium
26344 \shape up
26345 \emph off
26346 \bar no
26347 \noun off
26348 \color none
26349 P
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Standard
26358
26359 \family roman
26360 \series medium
26361 \shape up
26362 \emph off
26363 \bar no
26364 \noun off
26365 \color none
26366 '
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Standard
26375
26376 \family roman
26377 \series medium
26378 \shape up
26379 \emph off
26380 \bar no
26381 \noun off
26382 \color none
26383 p
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 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Standard
26410
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Standard
26419
26420 \family roman
26421 \series medium
26422 \shape up
26423 \emph off
26424 \bar no
26425 \noun off
26426 \color none
26427 °
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Standard
26436
26437 \family roman
26438 \series medium
26439 \shape up
26440 \emph off
26441 \bar no
26442 \noun off
26443 \color none
26444 À
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Standard
26453
26454 \family roman
26455 \series medium
26456 \shape up
26457 \emph off
26458 \bar no
26459 \noun off
26460 \color none
26461 Ð
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Standard
26470
26471 \family roman
26472 \series medium
26473 \shape up
26474 \emph off
26475 \bar no
26476 \noun off
26477 \color none
26478 à
26479 \end_layout
26480
26481 \end_inset
26482 </cell>
26483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Standard
26487
26488 \family roman
26489 \series medium
26490 \shape up
26491 \emph off
26492 \bar no
26493 \noun off
26494 \color none
26495 ð
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 </row>
26501 <row topline="true">
26502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Standard
26506
26507 \family roman
26508 \series medium
26509 \shape up
26510 \size tiny
26511 \emph off
26512 \bar no
26513 \noun off
26514 \color none
26515 01
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 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Standard
26533
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Standard
26542
26543 \family roman
26544 \series medium
26545 \shape up
26546 \emph off
26547 \bar no
26548 \noun off
26549 \color none
26550 !
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Standard
26559
26560 \family roman
26561 \series medium
26562 \shape up
26563 \emph off
26564 \bar no
26565 \noun off
26566 \color none
26567 1
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Standard
26576
26577 \family roman
26578 \series medium
26579 \shape up
26580 \emph off
26581 \bar no
26582 \noun off
26583 \color none
26584 A
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Standard
26593
26594 \family roman
26595 \series medium
26596 \shape up
26597 \emph off
26598 \bar no
26599 \noun off
26600 \color none
26601 Q
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Standard
26610
26611 \family roman
26612 \series medium
26613 \shape up
26614 \emph off
26615 \bar no
26616 \noun off
26617 \color none
26618 a
26619 \end_layout
26620
26621 \end_inset
26622 </cell>
26623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26624 \begin_inset Text
26625
26626 \begin_layout Standard
26627
26628 \family roman
26629 \series medium
26630 \shape up
26631 \emph off
26632 \bar no
26633 \noun off
26634 \color none
26635 q
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 \end_layout
26646
26647 \end_inset
26648 </cell>
26649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26650 \begin_inset Text
26651
26652 \begin_layout Standard
26653
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Standard
26662
26663 \family roman
26664 \series medium
26665 \shape up
26666 \emph off
26667 \bar no
26668 \noun off
26669 \color none
26670 ¡
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Standard
26679
26680 \family roman
26681 \series medium
26682 \shape up
26683 \emph off
26684 \bar no
26685 \noun off
26686 \color none
26687 ±
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Standard
26696
26697 \family roman
26698 \series medium
26699 \shape up
26700 \emph off
26701 \bar no
26702 \noun off
26703 \color none
26704 Á
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Standard
26713
26714 \family roman
26715 \series medium
26716 \shape up
26717 \emph off
26718 \bar no
26719 \noun off
26720 \color none
26721 Ñ
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26727 \begin_inset Text
26728
26729 \begin_layout Standard
26730
26731 \family roman
26732 \series medium
26733 \shape up
26734 \emph off
26735 \bar no
26736 \noun off
26737 \color none
26738 á
26739 \end_layout
26740
26741 \end_inset
26742 </cell>
26743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26744 \begin_inset Text
26745
26746 \begin_layout Standard
26747
26748 \family roman
26749 \series medium
26750 \shape up
26751 \emph off
26752 \bar no
26753 \noun off
26754 \color none
26755 ñ
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 </row>
26761 <row topline="true">
26762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Standard
26766
26767 \family roman
26768 \series medium
26769 \shape up
26770 \size tiny
26771 \emph off
26772 \bar no
26773 \noun off
26774 \color none
26775 02
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 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Standard
26793
26794 \end_layout
26795
26796 \end_inset
26797 </cell>
26798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Standard
26802
26803 \family roman
26804 \series medium
26805 \shape up
26806 \emph off
26807 \bar no
26808 \noun off
26809 \color none
26810 \begin_inset Quotes eld
26811 \end_inset
26812
26813
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Standard
26822
26823 \family roman
26824 \series medium
26825 \shape up
26826 \emph off
26827 \bar no
26828 \noun off
26829 \color none
26830 2
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Standard
26839
26840 \family roman
26841 \series medium
26842 \shape up
26843 \emph off
26844 \bar no
26845 \noun off
26846 \color none
26847 B
26848 \end_layout
26849
26850 \end_inset
26851 </cell>
26852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26853 \begin_inset Text
26854
26855 \begin_layout Standard
26856
26857 \family roman
26858 \series medium
26859 \shape up
26860 \emph off
26861 \bar no
26862 \noun off
26863 \color none
26864 R
26865 \end_layout
26866
26867 \end_inset
26868 </cell>
26869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26870 \begin_inset Text
26871
26872 \begin_layout Standard
26873
26874 \family roman
26875 \series medium
26876 \shape up
26877 \emph off
26878 \bar no
26879 \noun off
26880 \color none
26881 b
26882 \end_layout
26883
26884 \end_inset
26885 </cell>
26886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26887 \begin_inset Text
26888
26889 \begin_layout Standard
26890
26891 \family roman
26892 \series medium
26893 \shape up
26894 \emph off
26895 \bar no
26896 \noun off
26897 \color none
26898 r
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 \end_layout
26918
26919 \end_inset
26920 </cell>
26921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26922 \begin_inset Text
26923
26924 \begin_layout Standard
26925 ¢
26926 \end_layout
26927
26928 \end_inset
26929 </cell>
26930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Standard
26934
26935 \family roman
26936 \series medium
26937 \shape up
26938 \emph off
26939 \bar no
26940 \noun off
26941 \color none
26942 ²
26943 \end_layout
26944
26945 \end_inset
26946 </cell>
26947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26948 \begin_inset Text
26949
26950 \begin_layout Standard
26951
26952 \family roman
26953 \series medium
26954 \shape up
26955 \emph off
26956 \bar no
26957 \noun off
26958 \color none
26959 Â
26960 \end_layout
26961
26962 \end_inset
26963 </cell>
26964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26965 \begin_inset Text
26966
26967 \begin_layout Standard
26968
26969 \family roman
26970 \series medium
26971 \shape up
26972 \emph off
26973 \bar no
26974 \noun off
26975 \color none
26976 Ò
26977 \end_layout
26978
26979 \end_inset
26980 </cell>
26981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26982 \begin_inset Text
26983
26984 \begin_layout Standard
26985
26986 \family roman
26987 \series medium
26988 \shape up
26989 \emph off
26990 \bar no
26991 \noun off
26992 \color none
26993 â
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26999 \begin_inset Text
27000
27001 \begin_layout Standard
27002
27003 \family roman
27004 \series medium
27005 \shape up
27006 \emph off
27007 \bar no
27008 \noun off
27009 \color none
27010 ò
27011 \end_layout
27012
27013 \end_inset
27014 </cell>
27015 </row>
27016 <row topline="true">
27017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27018 \begin_inset Text
27019
27020 \begin_layout Standard
27021
27022 \family roman
27023 \series medium
27024 \shape up
27025 \size tiny
27026 \emph off
27027 \bar no
27028 \noun off
27029 \color none
27030 03
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 \end_layout
27041
27042 \end_inset
27043 </cell>
27044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Standard
27048
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27054 \begin_inset Text
27055
27056 \begin_layout Standard
27057
27058 \family roman
27059 \series medium
27060 \shape up
27061 \emph off
27062 \bar no
27063 \noun off
27064 \color none
27065 #
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Standard
27074
27075 \family roman
27076 \series medium
27077 \shape up
27078 \emph off
27079 \bar no
27080 \noun off
27081 \color none
27082 3
27083 \end_layout
27084
27085 \end_inset
27086 </cell>
27087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27088 \begin_inset Text
27089
27090 \begin_layout Standard
27091
27092 \family roman
27093 \series medium
27094 \shape up
27095 \emph off
27096 \bar no
27097 \noun off
27098 \color none
27099 C
27100 \end_layout
27101
27102 \end_inset
27103 </cell>
27104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Standard
27108
27109 \family roman
27110 \series medium
27111 \shape up
27112 \emph off
27113 \bar no
27114 \noun off
27115 \color none
27116 S
27117 \end_layout
27118
27119 \end_inset
27120 </cell>
27121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27122 \begin_inset Text
27123
27124 \begin_layout Standard
27125
27126 \family roman
27127 \series medium
27128 \shape up
27129 \emph off
27130 \bar no
27131 \noun off
27132 \color none
27133 c
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27139 \begin_inset Text
27140
27141 \begin_layout Standard
27142
27143 \family roman
27144 \series medium
27145 \shape up
27146 \emph off
27147 \bar no
27148 \noun off
27149 \color none
27150 s
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 \end_layout
27161
27162 \end_inset
27163 </cell>
27164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27165 \begin_inset Text
27166
27167 \begin_layout Standard
27168
27169 \end_layout
27170
27171 \end_inset
27172 </cell>
27173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27174 \begin_inset Text
27175
27176 \begin_layout Standard
27177
27178 \family roman
27179 \series medium
27180 \shape up
27181 \emph off
27182 \bar no
27183 \noun off
27184 \color none
27185 £
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27191 \begin_inset Text
27192
27193 \begin_layout Standard
27194
27195 \family roman
27196 \series medium
27197 \shape up
27198 \emph off
27199 \bar no
27200 \noun off
27201 \color none
27202 ³
27203 \end_layout
27204
27205 \end_inset
27206 </cell>
27207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27208 \begin_inset Text
27209
27210 \begin_layout Standard
27211
27212 \family roman
27213 \series medium
27214 \shape up
27215 \emph off
27216 \bar no
27217 \noun off
27218 \color none
27219 Ã
27220 \end_layout
27221
27222 \end_inset
27223 </cell>
27224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27225 \begin_inset Text
27226
27227 \begin_layout Standard
27228
27229 \family roman
27230 \series medium
27231 \shape up
27232 \emph off
27233 \bar no
27234 \noun off
27235 \color none
27236 Ó
27237 \end_layout
27238
27239 \end_inset
27240 </cell>
27241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27242 \begin_inset Text
27243
27244 \begin_layout Standard
27245
27246 \family roman
27247 \series medium
27248 \shape up
27249 \emph off
27250 \bar no
27251 \noun off
27252 \color none
27253 ã
27254 \end_layout
27255
27256 \end_inset
27257 </cell>
27258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Standard
27262
27263 \family roman
27264 \series medium
27265 \shape up
27266 \emph off
27267 \bar no
27268 \noun off
27269 \color none
27270 ó
27271 \end_layout
27272
27273 \end_inset
27274 </cell>
27275 </row>
27276 <row topline="true">
27277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27278 \begin_inset Text
27279
27280 \begin_layout Standard
27281
27282 \family roman
27283 \series medium
27284 \shape up
27285 \size tiny
27286 \emph off
27287 \bar no
27288 \noun off
27289 \color none
27290 04
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 \end_layout
27301
27302 \end_inset
27303 </cell>
27304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27305 \begin_inset Text
27306
27307 \begin_layout Standard
27308
27309 \end_layout
27310
27311 \end_inset
27312 </cell>
27313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27314 \begin_inset Text
27315
27316 \begin_layout Standard
27317
27318 \family roman
27319 \series medium
27320 \shape up
27321 \emph off
27322 \bar no
27323 \noun off
27324 \color none
27325 $
27326 \end_layout
27327
27328 \end_inset
27329 </cell>
27330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27331 \begin_inset Text
27332
27333 \begin_layout Standard
27334
27335 \family roman
27336 \series medium
27337 \shape up
27338 \emph off
27339 \bar no
27340 \noun off
27341 \color none
27342 4
27343 \end_layout
27344
27345 \end_inset
27346 </cell>
27347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27348 \begin_inset Text
27349
27350 \begin_layout Standard
27351
27352 \family roman
27353 \series medium
27354 \shape up
27355 \emph off
27356 \bar no
27357 \noun off
27358 \color none
27359 D
27360 \end_layout
27361
27362 \end_inset
27363 </cell>
27364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27365 \begin_inset Text
27366
27367 \begin_layout Standard
27368
27369 \family roman
27370 \series medium
27371 \shape up
27372 \emph off
27373 \bar no
27374 \noun off
27375 \color none
27376 T
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27382 \begin_inset Text
27383
27384 \begin_layout Standard
27385
27386 \family roman
27387 \series medium
27388 \shape up
27389 \emph off
27390 \bar no
27391 \noun off
27392 \color none
27393 d
27394 \end_layout
27395
27396 \end_inset
27397 </cell>
27398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27399 \begin_inset Text
27400
27401 \begin_layout Standard
27402
27403 \family roman
27404 \series medium
27405 \shape up
27406 \emph off
27407 \bar no
27408 \noun off
27409 \color none
27410 t
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 \end_layout
27430
27431 \end_inset
27432 </cell>
27433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27434 \begin_inset Text
27435
27436 \begin_layout Standard
27437 ¤
27438 \end_layout
27439
27440 \end_inset
27441 </cell>
27442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Standard
27446
27447 \family roman
27448 \series medium
27449 \shape up
27450 \emph off
27451 \bar no
27452 \noun off
27453 \color none
27454 ´
27455 \end_layout
27456
27457 \end_inset
27458 </cell>
27459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27460 \begin_inset Text
27461
27462 \begin_layout Standard
27463
27464 \family roman
27465 \series medium
27466 \shape up
27467 \emph off
27468 \bar no
27469 \noun off
27470 \color none
27471 Ä
27472 \end_layout
27473
27474 \end_inset
27475 </cell>
27476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27477 \begin_inset Text
27478
27479 \begin_layout Standard
27480
27481 \family roman
27482 \series medium
27483 \shape up
27484 \emph off
27485 \bar no
27486 \noun off
27487 \color none
27488 Ô
27489 \end_layout
27490
27491 \end_inset
27492 </cell>
27493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27494 \begin_inset Text
27495
27496 \begin_layout Standard
27497
27498 \family roman
27499 \series medium
27500 \shape up
27501 \emph off
27502 \bar no
27503 \noun off
27504 \color none
27505 ä
27506 \end_layout
27507
27508 \end_inset
27509 </cell>
27510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27511 \begin_inset Text
27512
27513 \begin_layout Standard
27514
27515 \family roman
27516 \series medium
27517 \shape up
27518 \emph off
27519 \bar no
27520 \noun off
27521 \color none
27522 ô
27523 \end_layout
27524
27525 \end_inset
27526 </cell>
27527 </row>
27528 <row topline="true">
27529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Standard
27533
27534 \family roman
27535 \series medium
27536 \shape up
27537 \size tiny
27538 \emph off
27539 \bar no
27540 \noun off
27541 \color none
27542 05
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 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27557 \begin_inset Text
27558
27559 \begin_layout Standard
27560
27561 \end_layout
27562
27563 \end_inset
27564 </cell>
27565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27566 \begin_inset Text
27567
27568 \begin_layout Standard
27569
27570 \family roman
27571 \series medium
27572 \shape up
27573 \emph off
27574 \bar no
27575 \noun off
27576 \color none
27577 %
27578 \end_layout
27579
27580 \end_inset
27581 </cell>
27582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27583 \begin_inset Text
27584
27585 \begin_layout Standard
27586
27587 \family roman
27588 \series medium
27589 \shape up
27590 \emph off
27591 \bar no
27592 \noun off
27593 \color none
27594 5
27595 \end_layout
27596
27597 \end_inset
27598 </cell>
27599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27600 \begin_inset Text
27601
27602 \begin_layout Standard
27603
27604 \family roman
27605 \series medium
27606 \shape up
27607 \emph off
27608 \bar no
27609 \noun off
27610 \color none
27611 E
27612 \end_layout
27613
27614 \end_inset
27615 </cell>
27616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27617 \begin_inset Text
27618
27619 \begin_layout Standard
27620
27621 \family roman
27622 \series medium
27623 \shape up
27624 \emph off
27625 \bar no
27626 \noun off
27627 \color none
27628 U
27629 \end_layout
27630
27631 \end_inset
27632 </cell>
27633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27634 \begin_inset Text
27635
27636 \begin_layout Standard
27637
27638 \family roman
27639 \series medium
27640 \shape up
27641 \emph off
27642 \bar no
27643 \noun off
27644 \color none
27645 e
27646 \end_layout
27647
27648 \end_inset
27649 </cell>
27650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27651 \begin_inset Text
27652
27653 \begin_layout Standard
27654
27655 \family roman
27656 \series medium
27657 \shape up
27658 \emph off
27659 \bar no
27660 \noun off
27661 \color none
27662 u
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 \end_layout
27682
27683 \end_inset
27684 </cell>
27685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27686 \begin_inset Text
27687
27688 \begin_layout Standard
27689 ¥
27690 \end_layout
27691
27692 \end_inset
27693 </cell>
27694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27695 \begin_inset Text
27696
27697 \begin_layout Standard
27698
27699 \family roman
27700 \series medium
27701 \shape up
27702 \emph off
27703 \bar no
27704 \noun off
27705 \color none
27706 µ
27707 \end_layout
27708
27709 \end_inset
27710 </cell>
27711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27712 \begin_inset Text
27713
27714 \begin_layout Standard
27715
27716 \family roman
27717 \series medium
27718 \shape up
27719 \emph off
27720 \bar no
27721 \noun off
27722 \color none
27723 Å
27724 \end_layout
27725
27726 \end_inset
27727 </cell>
27728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27729 \begin_inset Text
27730
27731 \begin_layout Standard
27732
27733 \family roman
27734 \series medium
27735 \shape up
27736 \emph off
27737 \bar no
27738 \noun off
27739 \color none
27740 Õ
27741 \end_layout
27742
27743 \end_inset
27744 </cell>
27745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27746 \begin_inset Text
27747
27748 \begin_layout Standard
27749
27750 \family roman
27751 \series medium
27752 \shape up
27753 \emph off
27754 \bar no
27755 \noun off
27756 \color none
27757 å
27758 \end_layout
27759
27760 \end_inset
27761 </cell>
27762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27763 \begin_inset Text
27764
27765 \begin_layout Standard
27766
27767 \family roman
27768 \series medium
27769 \shape up
27770 \emph off
27771 \bar no
27772 \noun off
27773 \color none
27774 õ
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 </row>
27780 <row topline="true">
27781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27782 \begin_inset Text
27783
27784 \begin_layout Standard
27785
27786 \family roman
27787 \series medium
27788 \shape up
27789 \size tiny
27790 \emph off
27791 \bar no
27792 \noun off
27793 \color none
27794 06
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 \end_layout
27805
27806 \end_inset
27807 </cell>
27808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27809 \begin_inset Text
27810
27811 \begin_layout Standard
27812
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Standard
27821
27822 \family roman
27823 \series medium
27824 \shape up
27825 \emph off
27826 \bar no
27827 \noun off
27828 \color none
27829 &
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Standard
27838
27839 \family roman
27840 \series medium
27841 \shape up
27842 \emph off
27843 \bar no
27844 \noun off
27845 \color none
27846 6
27847 \end_layout
27848
27849 \end_inset
27850 </cell>
27851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Standard
27855
27856 \family roman
27857 \series medium
27858 \shape up
27859 \emph off
27860 \bar no
27861 \noun off
27862 \color none
27863 F
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Standard
27872
27873 \family roman
27874 \series medium
27875 \shape up
27876 \emph off
27877 \bar no
27878 \noun off
27879 \color none
27880 V
27881 \end_layout
27882
27883 \end_inset
27884 </cell>
27885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27886 \begin_inset Text
27887
27888 \begin_layout Standard
27889
27890 \family roman
27891 \series medium
27892 \shape up
27893 \emph off
27894 \bar no
27895 \noun off
27896 \color none
27897 f
27898 \end_layout
27899
27900 \end_inset
27901 </cell>
27902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27903 \begin_inset Text
27904
27905 \begin_layout Standard
27906
27907 \family roman
27908 \series medium
27909 \shape up
27910 \emph off
27911 \bar no
27912 \noun off
27913 \color none
27914 v
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 \end_layout
27934
27935 \end_inset
27936 </cell>
27937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Standard
27941 ¦
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27947 \begin_inset Text
27948
27949 \begin_layout Standard
27950
27951 \family roman
27952 \series medium
27953 \shape up
27954 \emph off
27955 \bar no
27956 \noun off
27957 \color none
27958
27959 \end_layout
27960
27961 \end_inset
27962 </cell>
27963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27964 \begin_inset Text
27965
27966 \begin_layout Standard
27967
27968 \family roman
27969 \series medium
27970 \shape up
27971 \emph off
27972 \bar no
27973 \noun off
27974 \color none
27975 Æ
27976 \end_layout
27977
27978 \end_inset
27979 </cell>
27980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27981 \begin_inset Text
27982
27983 \begin_layout Standard
27984
27985 \family roman
27986 \series medium
27987 \shape up
27988 \emph off
27989 \bar no
27990 \noun off
27991 \color none
27992 Ö
27993 \end_layout
27994
27995 \end_inset
27996 </cell>
27997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27998 \begin_inset Text
27999
28000 \begin_layout Standard
28001
28002 \family roman
28003 \series medium
28004 \shape up
28005 \emph off
28006 \bar no
28007 \noun off
28008 \color none
28009 æ
28010 \end_layout
28011
28012 \end_inset
28013 </cell>
28014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28015 \begin_inset Text
28016
28017 \begin_layout Standard
28018
28019 \family roman
28020 \series medium
28021 \shape up
28022 \emph off
28023 \bar no
28024 \noun off
28025 \color none
28026 ö
28027 \end_layout
28028
28029 \end_inset
28030 </cell>
28031 </row>
28032 <row topline="true">
28033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28034 \begin_inset Text
28035
28036 \begin_layout Standard
28037
28038 \family roman
28039 \series medium
28040 \shape up
28041 \size tiny
28042 \emph off
28043 \bar no
28044 \noun off
28045 \color none
28046 07
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 \end_layout
28057
28058 \end_inset
28059 </cell>
28060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28061 \begin_inset Text
28062
28063 \begin_layout Standard
28064
28065 \end_layout
28066
28067 \end_inset
28068 </cell>
28069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28070 \begin_inset Text
28071
28072 \begin_layout Standard
28073
28074 \family roman
28075 \series medium
28076 \shape up
28077 \emph off
28078 \bar no
28079 \noun off
28080 \color none
28081 `
28082 \end_layout
28083
28084 \end_inset
28085 </cell>
28086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28087 \begin_inset Text
28088
28089 \begin_layout Standard
28090
28091 \family roman
28092 \series medium
28093 \shape up
28094 \emph off
28095 \bar no
28096 \noun off
28097 \color none
28098 7
28099 \end_layout
28100
28101 \end_inset
28102 </cell>
28103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28104 \begin_inset Text
28105
28106 \begin_layout Standard
28107
28108 \family roman
28109 \series medium
28110 \shape up
28111 \emph off
28112 \bar no
28113 \noun off
28114 \color none
28115 G
28116 \end_layout
28117
28118 \end_inset
28119 </cell>
28120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Standard
28124
28125 \family roman
28126 \series medium
28127 \shape up
28128 \emph off
28129 \bar no
28130 \noun off
28131 \color none
28132 W
28133 \end_layout
28134
28135 \end_inset
28136 </cell>
28137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28138 \begin_inset Text
28139
28140 \begin_layout Standard
28141
28142 \family roman
28143 \series medium
28144 \shape up
28145 \emph off
28146 \bar no
28147 \noun off
28148 \color none
28149 g
28150 \end_layout
28151
28152 \end_inset
28153 </cell>
28154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28155 \begin_inset Text
28156
28157 \begin_layout Standard
28158
28159 \family roman
28160 \series medium
28161 \shape up
28162 \emph off
28163 \bar no
28164 \noun off
28165 \color none
28166 w
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 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28181 \begin_inset Text
28182
28183 \begin_layout Standard
28184
28185 \end_layout
28186
28187 \end_inset
28188 </cell>
28189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28190 \begin_inset Text
28191
28192 \begin_layout Standard
28193
28194 \family roman
28195 \series medium
28196 \shape up
28197 \emph off
28198 \bar no
28199 \noun off
28200 \color none
28201 §
28202 \end_layout
28203
28204 \end_inset
28205 </cell>
28206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28207 \begin_inset Text
28208
28209 \begin_layout Standard
28210
28211 \family roman
28212 \series medium
28213 \shape up
28214 \emph off
28215 \bar no
28216 \noun off
28217 \color none
28218 ·
28219 \end_layout
28220
28221 \end_inset
28222 </cell>
28223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28224 \begin_inset Text
28225
28226 \begin_layout Standard
28227
28228 \family roman
28229 \series medium
28230 \shape up
28231 \emph off
28232 \bar no
28233 \noun off
28234 \color none
28235 Ç
28236 \end_layout
28237
28238 \end_inset
28239 </cell>
28240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28241 \begin_inset Text
28242
28243 \begin_layout Standard
28244
28245 \family roman
28246 \series medium
28247 \shape up
28248 \emph off
28249 \bar no
28250 \noun off
28251 \color none
28252 ×
28253 \end_layout
28254
28255 \end_inset
28256 </cell>
28257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28258 \begin_inset Text
28259
28260 \begin_layout Standard
28261
28262 \family roman
28263 \series medium
28264 \shape up
28265 \emph off
28266 \bar no
28267 \noun off
28268 \color none
28269 ç
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28275 \begin_inset Text
28276
28277 \begin_layout Standard
28278
28279 \family roman
28280 \series medium
28281 \shape up
28282 \emph off
28283 \bar no
28284 \noun off
28285 \color none
28286 ÷
28287 \end_layout
28288
28289 \end_inset
28290 </cell>
28291 </row>
28292 <row topline="true">
28293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28294 \begin_inset Text
28295
28296 \begin_layout Standard
28297
28298 \family roman
28299 \series medium
28300 \shape up
28301 \size tiny
28302 \emph off
28303 \bar no
28304 \noun off
28305 \color none
28306 08
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 \end_layout
28317
28318 \end_inset
28319 </cell>
28320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28321 \begin_inset Text
28322
28323 \begin_layout Standard
28324
28325 \end_layout
28326
28327 \end_inset
28328 </cell>
28329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28330 \begin_inset Text
28331
28332 \begin_layout Standard
28333
28334 \family roman
28335 \series medium
28336 \shape up
28337 \emph off
28338 \bar no
28339 \noun off
28340 \color none
28341 (
28342 \end_layout
28343
28344 \end_inset
28345 </cell>
28346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28347 \begin_inset Text
28348
28349 \begin_layout Standard
28350
28351 \family roman
28352 \series medium
28353 \shape up
28354 \emph off
28355 \bar no
28356 \noun off
28357 \color none
28358 8
28359 \end_layout
28360
28361 \end_inset
28362 </cell>
28363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28364 \begin_inset Text
28365
28366 \begin_layout Standard
28367
28368 \family roman
28369 \series medium
28370 \shape up
28371 \emph off
28372 \bar no
28373 \noun off
28374 \color none
28375 H
28376 \end_layout
28377
28378 \end_inset
28379 </cell>
28380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28381 \begin_inset Text
28382
28383 \begin_layout Standard
28384
28385 \family roman
28386 \series medium
28387 \shape up
28388 \emph off
28389 \bar no
28390 \noun off
28391 \color none
28392 X
28393 \end_layout
28394
28395 \end_inset
28396 </cell>
28397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28398 \begin_inset Text
28399
28400 \begin_layout Standard
28401
28402 \family roman
28403 \series medium
28404 \shape up
28405 \emph off
28406 \bar no
28407 \noun off
28408 \color none
28409 h
28410 \end_layout
28411
28412 \end_inset
28413 </cell>
28414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28415 \begin_inset Text
28416
28417 \begin_layout Standard
28418
28419 \family roman
28420 \series medium
28421 \shape up
28422 \emph off
28423 \bar no
28424 \noun off
28425 \color none
28426 x
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 \end_layout
28437
28438 \end_inset
28439 </cell>
28440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28441 \begin_inset Text
28442
28443 \begin_layout Standard
28444
28445 \end_layout
28446
28447 \end_inset
28448 </cell>
28449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28450 \begin_inset Text
28451
28452 \begin_layout Standard
28453
28454 \family roman
28455 \series medium
28456 \shape up
28457 \emph off
28458 \bar no
28459 \noun off
28460 \color none
28461 ¨
28462 \end_layout
28463
28464 \end_inset
28465 </cell>
28466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28467 \begin_inset Text
28468
28469 \begin_layout Standard
28470
28471 \family roman
28472 \series medium
28473 \shape up
28474 \emph off
28475 \bar no
28476 \noun off
28477 \color none
28478 ¸
28479 \end_layout
28480
28481 \end_inset
28482 </cell>
28483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28484 \begin_inset Text
28485
28486 \begin_layout Standard
28487
28488 \family roman
28489 \series medium
28490 \shape up
28491 \emph off
28492 \bar no
28493 \noun off
28494 \color none
28495 È
28496 \end_layout
28497
28498 \end_inset
28499 </cell>
28500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28501 \begin_inset Text
28502
28503 \begin_layout Standard
28504
28505 \family roman
28506 \series medium
28507 \shape up
28508 \emph off
28509 \bar no
28510 \noun off
28511 \color none
28512 Ø
28513 \end_layout
28514
28515 \end_inset
28516 </cell>
28517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28518 \begin_inset Text
28519
28520 \begin_layout Standard
28521
28522 \family roman
28523 \series medium
28524 \shape up
28525 \emph off
28526 \bar no
28527 \noun off
28528 \color none
28529 è
28530 \end_layout
28531
28532 \end_inset
28533 </cell>
28534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28535 \begin_inset Text
28536
28537 \begin_layout Standard
28538
28539 \family roman
28540 \series medium
28541 \shape up
28542 \emph off
28543 \bar no
28544 \noun off
28545 \color none
28546 ø
28547 \end_layout
28548
28549 \end_inset
28550 </cell>
28551 </row>
28552 <row topline="true">
28553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28554 \begin_inset Text
28555
28556 \begin_layout Standard
28557
28558 \family roman
28559 \series medium
28560 \shape up
28561 \size tiny
28562 \emph off
28563 \bar no
28564 \noun off
28565 \color none
28566 09
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 \end_layout
28577
28578 \end_inset
28579 </cell>
28580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28581 \begin_inset Text
28582
28583 \begin_layout Standard
28584
28585 \end_layout
28586
28587 \end_inset
28588 </cell>
28589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28590 \begin_inset Text
28591
28592 \begin_layout Standard
28593
28594 \family roman
28595 \series medium
28596 \shape up
28597 \emph off
28598 \bar no
28599 \noun off
28600 \color none
28601 )
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28607 \begin_inset Text
28608
28609 \begin_layout Standard
28610
28611 \family roman
28612 \series medium
28613 \shape up
28614 \emph off
28615 \bar no
28616 \noun off
28617 \color none
28618 9
28619 \end_layout
28620
28621 \end_inset
28622 </cell>
28623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28624 \begin_inset Text
28625
28626 \begin_layout Standard
28627
28628 \family roman
28629 \series medium
28630 \shape up
28631 \emph off
28632 \bar no
28633 \noun off
28634 \color none
28635 I
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Standard
28644
28645 \family roman
28646 \series medium
28647 \shape up
28648 \emph off
28649 \bar no
28650 \noun off
28651 \color none
28652 Y
28653 \end_layout
28654
28655 \end_inset
28656 </cell>
28657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28658 \begin_inset Text
28659
28660 \begin_layout Standard
28661
28662 \family roman
28663 \series medium
28664 \shape up
28665 \emph off
28666 \bar no
28667 \noun off
28668 \color none
28669 i
28670 \end_layout
28671
28672 \end_inset
28673 </cell>
28674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28675 \begin_inset Text
28676
28677 \begin_layout Standard
28678
28679 \family roman
28680 \series medium
28681 \shape up
28682 \emph off
28683 \bar no
28684 \noun off
28685 \color none
28686 y
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 \end_layout
28697
28698 \end_inset
28699 </cell>
28700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28701 \begin_inset Text
28702
28703 \begin_layout Standard
28704
28705 \end_layout
28706
28707 \end_inset
28708 </cell>
28709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28710 \begin_inset Text
28711
28712 \begin_layout Standard
28713
28714 \family roman
28715 \series medium
28716 \shape up
28717 \emph off
28718 \bar no
28719 \noun off
28720 \color none
28721 ©
28722 \end_layout
28723
28724 \end_inset
28725 </cell>
28726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28727 \begin_inset Text
28728
28729 \begin_layout Standard
28730
28731 \family roman
28732 \series medium
28733 \shape up
28734 \emph off
28735 \bar no
28736 \noun off
28737 \color none
28738 ¹
28739 \end_layout
28740
28741 \end_inset
28742 </cell>
28743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28744 \begin_inset Text
28745
28746 \begin_layout Standard
28747
28748 \family roman
28749 \series medium
28750 \shape up
28751 \emph off
28752 \bar no
28753 \noun off
28754 \color none
28755 É
28756 \end_layout
28757
28758 \end_inset
28759 </cell>
28760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28761 \begin_inset Text
28762
28763 \begin_layout Standard
28764
28765 \family roman
28766 \series medium
28767 \shape up
28768 \emph off
28769 \bar no
28770 \noun off
28771 \color none
28772 Ù
28773 \end_layout
28774
28775 \end_inset
28776 </cell>
28777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28778 \begin_inset Text
28779
28780 \begin_layout Standard
28781
28782 \family roman
28783 \series medium
28784 \shape up
28785 \emph off
28786 \bar no
28787 \noun off
28788 \color none
28789 é
28790 \end_layout
28791
28792 \end_inset
28793 </cell>
28794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28795 \begin_inset Text
28796
28797 \begin_layout Standard
28798
28799 \family roman
28800 \series medium
28801 \shape up
28802 \emph off
28803 \bar no
28804 \noun off
28805 \color none
28806 ù
28807 \end_layout
28808
28809 \end_inset
28810 </cell>
28811 </row>
28812 <row topline="true">
28813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28814 \begin_inset Text
28815
28816 \begin_layout Standard
28817
28818 \family roman
28819 \series medium
28820 \shape up
28821 \size tiny
28822 \emph off
28823 \bar no
28824 \noun off
28825 \color none
28826 0A
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 \end_layout
28837
28838 \end_inset
28839 </cell>
28840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28841 \begin_inset Text
28842
28843 \begin_layout Standard
28844
28845 \end_layout
28846
28847 \end_inset
28848 </cell>
28849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28850 \begin_inset Text
28851
28852 \begin_layout Standard
28853
28854 \family roman
28855 \series medium
28856 \shape up
28857 \emph off
28858 \bar no
28859 \noun off
28860 \color none
28861 *
28862 \end_layout
28863
28864 \end_inset
28865 </cell>
28866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28867 \begin_inset Text
28868
28869 \begin_layout Standard
28870
28871 \family roman
28872 \series medium
28873 \shape up
28874 \emph off
28875 \bar no
28876 \noun off
28877 \color none
28878 :
28879 \end_layout
28880
28881 \end_inset
28882 </cell>
28883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28884 \begin_inset Text
28885
28886 \begin_layout Standard
28887
28888 \family roman
28889 \series medium
28890 \shape up
28891 \emph off
28892 \bar no
28893 \noun off
28894 \color none
28895 J
28896 \end_layout
28897
28898 \end_inset
28899 </cell>
28900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28901 \begin_inset Text
28902
28903 \begin_layout Standard
28904
28905 \family roman
28906 \series medium
28907 \shape up
28908 \emph off
28909 \bar no
28910 \noun off
28911 \color none
28912 Z
28913 \end_layout
28914
28915 \end_inset
28916 </cell>
28917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28918 \begin_inset Text
28919
28920 \begin_layout Standard
28921
28922 \family roman
28923 \series medium
28924 \shape up
28925 \emph off
28926 \bar no
28927 \noun off
28928 \color none
28929 j
28930 \end_layout
28931
28932 \end_inset
28933 </cell>
28934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28935 \begin_inset Text
28936
28937 \begin_layout Standard
28938
28939 \family roman
28940 \series medium
28941 \shape up
28942 \emph off
28943 \bar no
28944 \noun off
28945 \color none
28946 z
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 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Standard
28964
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Standard
28973
28974 \family roman
28975 \series medium
28976 \shape up
28977 \emph off
28978 \bar no
28979 \noun off
28980 \color none
28981 ª
28982 \end_layout
28983
28984 \end_inset
28985 </cell>
28986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28987 \begin_inset Text
28988
28989 \begin_layout Standard
28990
28991 \family roman
28992 \series medium
28993 \shape up
28994 \emph off
28995 \bar no
28996 \noun off
28997 \color none
28998 º
28999 \end_layout
29000
29001 \end_inset
29002 </cell>
29003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29004 \begin_inset Text
29005
29006 \begin_layout Standard
29007
29008 \family roman
29009 \series medium
29010 \shape up
29011 \emph off
29012 \bar no
29013 \noun off
29014 \color none
29015 Ê
29016 \end_layout
29017
29018 \end_inset
29019 </cell>
29020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29021 \begin_inset Text
29022
29023 \begin_layout Standard
29024
29025 \family roman
29026 \series medium
29027 \shape up
29028 \emph off
29029 \bar no
29030 \noun off
29031 \color none
29032 Ú
29033 \end_layout
29034
29035 \end_inset
29036 </cell>
29037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29038 \begin_inset Text
29039
29040 \begin_layout Standard
29041
29042 \family roman
29043 \series medium
29044 \shape up
29045 \emph off
29046 \bar no
29047 \noun off
29048 \color none
29049 ê
29050 \end_layout
29051
29052 \end_inset
29053 </cell>
29054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29055 \begin_inset Text
29056
29057 \begin_layout Standard
29058
29059 \family roman
29060 \series medium
29061 \shape up
29062 \emph off
29063 \bar no
29064 \noun off
29065 \color none
29066 ú
29067 \end_layout
29068
29069 \end_inset
29070 </cell>
29071 </row>
29072 <row topline="true">
29073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29074 \begin_inset Text
29075
29076 \begin_layout Standard
29077
29078 \family roman
29079 \series medium
29080 \shape up
29081 \size tiny
29082 \emph off
29083 \bar no
29084 \noun off
29085 \color none
29086 0B
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 \end_layout
29097
29098 \end_inset
29099 </cell>
29100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29101 \begin_inset Text
29102
29103 \begin_layout Standard
29104
29105 \end_layout
29106
29107 \end_inset
29108 </cell>
29109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29110 \begin_inset Text
29111
29112 \begin_layout Standard
29113
29114 \family roman
29115 \series medium
29116 \shape up
29117 \emph off
29118 \bar no
29119 \noun off
29120 \color none
29121 +
29122 \end_layout
29123
29124 \end_inset
29125 </cell>
29126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29127 \begin_inset Text
29128
29129 \begin_layout Standard
29130
29131 \family roman
29132 \series medium
29133 \shape up
29134 \emph off
29135 \bar no
29136 \noun off
29137 \color none
29138 ;
29139 \end_layout
29140
29141 \end_inset
29142 </cell>
29143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29144 \begin_inset Text
29145
29146 \begin_layout Standard
29147
29148 \family roman
29149 \series medium
29150 \shape up
29151 \emph off
29152 \bar no
29153 \noun off
29154 \color none
29155 K
29156 \end_layout
29157
29158 \end_inset
29159 </cell>
29160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29161 \begin_inset Text
29162
29163 \begin_layout Standard
29164
29165 \family roman
29166 \series medium
29167 \shape up
29168 \emph off
29169 \bar no
29170 \noun off
29171 \color none
29172 [
29173 \end_layout
29174
29175 \end_inset
29176 </cell>
29177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29178 \begin_inset Text
29179
29180 \begin_layout Standard
29181
29182 \family roman
29183 \series medium
29184 \shape up
29185 \emph off
29186 \bar no
29187 \noun off
29188 \color none
29189 k
29190 \end_layout
29191
29192 \end_inset
29193 </cell>
29194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29195 \begin_inset Text
29196
29197 \begin_layout Standard
29198
29199 \family roman
29200 \series medium
29201 \shape up
29202 \emph off
29203 \bar no
29204 \noun off
29205 \color none
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 \end_layout
29217
29218 \end_inset
29219 </cell>
29220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29221 \begin_inset Text
29222
29223 \begin_layout Standard
29224
29225 \end_layout
29226
29227 \end_inset
29228 </cell>
29229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29230 \begin_inset Text
29231
29232 \begin_layout Standard
29233
29234 \family roman
29235 \series medium
29236 \shape up
29237 \emph off
29238 \bar no
29239 \noun off
29240 \color none
29241 «
29242 \end_layout
29243
29244 \end_inset
29245 </cell>
29246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29247 \begin_inset Text
29248
29249 \begin_layout Standard
29250
29251 \family roman
29252 \series medium
29253 \shape up
29254 \emph off
29255 \bar no
29256 \noun off
29257 \color none
29258 »
29259 \end_layout
29260
29261 \end_inset
29262 </cell>
29263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29264 \begin_inset Text
29265
29266 \begin_layout Standard
29267
29268 \family roman
29269 \series medium
29270 \shape up
29271 \emph off
29272 \bar no
29273 \noun off
29274 \color none
29275 Ë
29276 \end_layout
29277
29278 \end_inset
29279 </cell>
29280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29281 \begin_inset Text
29282
29283 \begin_layout Standard
29284
29285 \family roman
29286 \series medium
29287 \shape up
29288 \emph off
29289 \bar no
29290 \noun off
29291 \color none
29292 Û
29293 \end_layout
29294
29295 \end_inset
29296 </cell>
29297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Standard
29301
29302 \family roman
29303 \series medium
29304 \shape up
29305 \emph off
29306 \bar no
29307 \noun off
29308 \color none
29309 ë
29310 \end_layout
29311
29312 \end_inset
29313 </cell>
29314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29315 \begin_inset Text
29316
29317 \begin_layout Standard
29318
29319 \family roman
29320 \series medium
29321 \shape up
29322 \emph off
29323 \bar no
29324 \noun off
29325 \color none
29326 û
29327 \end_layout
29328
29329 \end_inset
29330 </cell>
29331 </row>
29332 <row topline="true">
29333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29334 \begin_inset Text
29335
29336 \begin_layout Standard
29337
29338 \family roman
29339 \series medium
29340 \shape up
29341 \size tiny
29342 \emph off
29343 \bar no
29344 \noun off
29345 \color none
29346 0C
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 \end_layout
29357
29358 \end_inset
29359 </cell>
29360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29361 \begin_inset Text
29362
29363 \begin_layout Standard
29364
29365 \end_layout
29366
29367 \end_inset
29368 </cell>
29369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29370 \begin_inset Text
29371
29372 \begin_layout Standard
29373
29374 \family roman
29375 \series medium
29376 \shape up
29377 \emph off
29378 \bar no
29379 \noun off
29380 \color none
29381 ,
29382 \end_layout
29383
29384 \end_inset
29385 </cell>
29386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29387 \begin_inset Text
29388
29389 \begin_layout Standard
29390
29391 \family roman
29392 \series medium
29393 \shape up
29394 \emph off
29395 \bar no
29396 \noun off
29397 \color none
29398 <
29399 \end_layout
29400
29401 \end_inset
29402 </cell>
29403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Standard
29407
29408 \family roman
29409 \series medium
29410 \shape up
29411 \emph off
29412 \bar no
29413 \noun off
29414 \color none
29415 L
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Standard
29424
29425 \family roman
29426 \series medium
29427 \shape up
29428 \emph off
29429 \bar no
29430 \noun off
29431 \color none
29432
29433 \backslash
29434
29435 \end_layout
29436
29437 \end_inset
29438 </cell>
29439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29440 \begin_inset Text
29441
29442 \begin_layout Standard
29443
29444 \family roman
29445 \series medium
29446 \shape up
29447 \emph off
29448 \bar no
29449 \noun off
29450 \color none
29451 l
29452 \end_layout
29453
29454 \end_inset
29455 </cell>
29456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29457 \begin_inset Text
29458
29459 \begin_layout Standard
29460
29461 \family roman
29462 \series medium
29463 \shape up
29464 \emph off
29465 \bar no
29466 \noun off
29467 \color none
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 \end_layout
29479
29480 \end_inset
29481 </cell>
29482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29483 \begin_inset Text
29484
29485 \begin_layout Standard
29486
29487 \end_layout
29488
29489 \end_inset
29490 </cell>
29491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29492 \begin_inset Text
29493
29494 \begin_layout Standard
29495
29496 \family roman
29497 \series medium
29498 \shape up
29499 \emph off
29500 \bar no
29501 \noun off
29502 \color none
29503 ¬
29504 \end_layout
29505
29506 \end_inset
29507 </cell>
29508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29509 \begin_inset Text
29510
29511 \begin_layout Standard
29512
29513 \family roman
29514 \series medium
29515 \shape up
29516 \emph off
29517 \bar no
29518 \noun off
29519 \color none
29520 ¼
29521 \end_layout
29522
29523 \end_inset
29524 </cell>
29525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29526 \begin_inset Text
29527
29528 \begin_layout Standard
29529
29530 \family roman
29531 \series medium
29532 \shape up
29533 \emph off
29534 \bar no
29535 \noun off
29536 \color none
29537 Ì
29538 \end_layout
29539
29540 \end_inset
29541 </cell>
29542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29543 \begin_inset Text
29544
29545 \begin_layout Standard
29546
29547 \family roman
29548 \series medium
29549 \shape up
29550 \emph off
29551 \bar no
29552 \noun off
29553 \color none
29554 Ü
29555 \end_layout
29556
29557 \end_inset
29558 </cell>
29559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29560 \begin_inset Text
29561
29562 \begin_layout Standard
29563
29564 \family roman
29565 \series medium
29566 \shape up
29567 \emph off
29568 \bar no
29569 \noun off
29570 \color none
29571 ì
29572 \end_layout
29573
29574 \end_inset
29575 </cell>
29576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29577 \begin_inset Text
29578
29579 \begin_layout Standard
29580
29581 \family roman
29582 \series medium
29583 \shape up
29584 \emph off
29585 \bar no
29586 \noun off
29587 \color none
29588 ü
29589 \end_layout
29590
29591 \end_inset
29592 </cell>
29593 </row>
29594 <row topline="true">
29595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29596 \begin_inset Text
29597
29598 \begin_layout Standard
29599
29600 \family roman
29601 \series medium
29602 \shape up
29603 \size tiny
29604 \emph off
29605 \bar no
29606 \noun off
29607 \color none
29608 0D
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 \end_layout
29619
29620 \end_inset
29621 </cell>
29622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29623 \begin_inset Text
29624
29625 \begin_layout Standard
29626
29627 \end_layout
29628
29629 \end_inset
29630 </cell>
29631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29632 \begin_inset Text
29633
29634 \begin_layout Standard
29635
29636 \family roman
29637 \series medium
29638 \shape up
29639 \emph off
29640 \bar no
29641 \noun off
29642 \color none
29643 -
29644 \end_layout
29645
29646 \end_inset
29647 </cell>
29648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29649 \begin_inset Text
29650
29651 \begin_layout Standard
29652
29653 \family roman
29654 \series medium
29655 \shape up
29656 \emph off
29657 \bar no
29658 \noun off
29659 \color none
29660 =
29661 \end_layout
29662
29663 \end_inset
29664 </cell>
29665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29666 \begin_inset Text
29667
29668 \begin_layout Standard
29669
29670 \family roman
29671 \series medium
29672 \shape up
29673 \emph off
29674 \bar no
29675 \noun off
29676 \color none
29677 M
29678 \end_layout
29679
29680 \end_inset
29681 </cell>
29682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29683 \begin_inset Text
29684
29685 \begin_layout Standard
29686
29687 \family roman
29688 \series medium
29689 \shape up
29690 \emph off
29691 \bar no
29692 \noun off
29693 \color none
29694 ]
29695 \end_layout
29696
29697 \end_inset
29698 </cell>
29699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29700 \begin_inset Text
29701
29702 \begin_layout Standard
29703
29704 \family roman
29705 \series medium
29706 \shape up
29707 \emph off
29708 \bar no
29709 \noun off
29710 \color none
29711 m
29712 \end_layout
29713
29714 \end_inset
29715 </cell>
29716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29717 \begin_inset Text
29718
29719 \begin_layout Standard
29720
29721 \family roman
29722 \series medium
29723 \shape up
29724 \emph off
29725 \bar no
29726 \noun off
29727 \color none
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 \end_layout
29748
29749 \end_inset
29750 </cell>
29751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29752 \begin_inset Text
29753
29754 \begin_layout Standard
29755
29756 \end_layout
29757
29758 \end_inset
29759 </cell>
29760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29761 \begin_inset Text
29762
29763 \begin_layout Standard
29764
29765 \family roman
29766 \series medium
29767 \shape up
29768 \emph off
29769 \bar no
29770 \noun off
29771 \color none
29772 ½
29773 \end_layout
29774
29775 \end_inset
29776 </cell>
29777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29778 \begin_inset Text
29779
29780 \begin_layout Standard
29781
29782 \family roman
29783 \series medium
29784 \shape up
29785 \emph off
29786 \bar no
29787 \noun off
29788 \color none
29789 Í
29790 \end_layout
29791
29792 \end_inset
29793 </cell>
29794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29795 \begin_inset Text
29796
29797 \begin_layout Standard
29798
29799 \family roman
29800 \series medium
29801 \shape up
29802 \emph off
29803 \bar no
29804 \noun off
29805 \color none
29806 Ý
29807 \end_layout
29808
29809 \end_inset
29810 </cell>
29811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29812 \begin_inset Text
29813
29814 \begin_layout Standard
29815
29816 \family roman
29817 \series medium
29818 \shape up
29819 \emph off
29820 \bar no
29821 \noun off
29822 \color none
29823 í
29824 \end_layout
29825
29826 \end_inset
29827 </cell>
29828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29829 \begin_inset Text
29830
29831 \begin_layout Standard
29832
29833 \family roman
29834 \series medium
29835 \shape up
29836 \emph off
29837 \bar no
29838 \noun off
29839 \color none
29840 ý
29841 \end_layout
29842
29843 \end_inset
29844 </cell>
29845 </row>
29846 <row topline="true">
29847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29848 \begin_inset Text
29849
29850 \begin_layout Standard
29851
29852 \family roman
29853 \series medium
29854 \shape up
29855 \size tiny
29856 \emph off
29857 \bar no
29858 \noun off
29859 \color none
29860 0E
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 \end_layout
29871
29872 \end_inset
29873 </cell>
29874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29875 \begin_inset Text
29876
29877 \begin_layout Standard
29878
29879 \end_layout
29880
29881 \end_inset
29882 </cell>
29883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29884 \begin_inset Text
29885
29886 \begin_layout Standard
29887
29888 \family roman
29889 \series medium
29890 \shape up
29891 \emph off
29892 \bar no
29893 \noun off
29894 \color none
29895 .
29896 \end_layout
29897
29898 \end_inset
29899 </cell>
29900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Standard
29904
29905 \family roman
29906 \series medium
29907 \shape up
29908 \emph off
29909 \bar no
29910 \noun off
29911 \color none
29912 >
29913 \end_layout
29914
29915 \end_inset
29916 </cell>
29917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29918 \begin_inset Text
29919
29920 \begin_layout Standard
29921
29922 \family roman
29923 \series medium
29924 \shape up
29925 \emph off
29926 \bar no
29927 \noun off
29928 \color none
29929 N
29930 \end_layout
29931
29932 \end_inset
29933 </cell>
29934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29935 \begin_inset Text
29936
29937 \begin_layout Standard
29938
29939 \family roman
29940 \series medium
29941 \shape up
29942 \emph off
29943 \bar no
29944 \noun off
29945 \color none
29946 ^
29947 \end_layout
29948
29949 \end_inset
29950 </cell>
29951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29952 \begin_inset Text
29953
29954 \begin_layout Standard
29955
29956 \family roman
29957 \series medium
29958 \shape up
29959 \emph off
29960 \bar no
29961 \noun off
29962 \color none
29963 n
29964 \end_layout
29965
29966 \end_inset
29967 </cell>
29968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29969 \begin_inset Text
29970
29971 \begin_layout Standard
29972
29973 \family roman
29974 \series medium
29975 \shape up
29976 \emph off
29977 \bar no
29978 \noun off
29979 \color none
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 \end_layout
29991
29992 \end_inset
29993 </cell>
29994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29995 \begin_inset Text
29996
29997 \begin_layout Standard
29998
29999 \end_layout
30000
30001 \end_inset
30002 </cell>
30003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30004 \begin_inset Text
30005
30006 \begin_layout Standard
30007
30008 \family roman
30009 \series medium
30010 \shape up
30011 \emph off
30012 \bar no
30013 \noun off
30014 \color none
30015 ®
30016 \end_layout
30017
30018 \end_inset
30019 </cell>
30020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30021 \begin_inset Text
30022
30023 \begin_layout Standard
30024
30025 \family roman
30026 \series medium
30027 \shape up
30028 \emph off
30029 \bar no
30030 \noun off
30031 \color none
30032 ¾
30033 \end_layout
30034
30035 \end_inset
30036 </cell>
30037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30038 \begin_inset Text
30039
30040 \begin_layout Standard
30041
30042 \family roman
30043 \series medium
30044 \shape up
30045 \emph off
30046 \bar no
30047 \noun off
30048 \color none
30049 Î
30050 \end_layout
30051
30052 \end_inset
30053 </cell>
30054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30055 \begin_inset Text
30056
30057 \begin_layout Standard
30058
30059 \family roman
30060 \series medium
30061 \shape up
30062 \emph off
30063 \bar no
30064 \noun off
30065 \color none
30066 Þ
30067 \end_layout
30068
30069 \end_inset
30070 </cell>
30071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30072 \begin_inset Text
30073
30074 \begin_layout Standard
30075
30076 \family roman
30077 \series medium
30078 \shape up
30079 \emph off
30080 \bar no
30081 \noun off
30082 \color none
30083 î
30084 \end_layout
30085
30086 \end_inset
30087 </cell>
30088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30089 \begin_inset Text
30090
30091 \begin_layout Standard
30092
30093 \family roman
30094 \series medium
30095 \shape up
30096 \emph off
30097 \bar no
30098 \noun off
30099 \color none
30100 þ
30101 \end_layout
30102
30103 \end_inset
30104 </cell>
30105 </row>
30106 <row topline="true" bottomline="true">
30107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30108 \begin_inset Text
30109
30110 \begin_layout Standard
30111
30112 \family roman
30113 \series medium
30114 \shape up
30115 \size tiny
30116 \emph off
30117 \bar no
30118 \noun off
30119 \color none
30120 0F
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 \end_layout
30131
30132 \end_inset
30133 </cell>
30134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30135 \begin_inset Text
30136
30137 \begin_layout Standard
30138
30139 \end_layout
30140
30141 \end_inset
30142 </cell>
30143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30144 \begin_inset Text
30145
30146 \begin_layout Standard
30147
30148 \family roman
30149 \series medium
30150 \shape up
30151 \emph off
30152 \bar no
30153 \noun off
30154 \color none
30155 /
30156 \end_layout
30157
30158 \end_inset
30159 </cell>
30160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30161 \begin_inset Text
30162
30163 \begin_layout Standard
30164
30165 \family roman
30166 \series medium
30167 \shape up
30168 \emph off
30169 \bar no
30170 \noun off
30171 \color none
30172 ?
30173 \end_layout
30174
30175 \end_inset
30176 </cell>
30177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30178 \begin_inset Text
30179
30180 \begin_layout Standard
30181
30182 \family roman
30183 \series medium
30184 \shape up
30185 \emph off
30186 \bar no
30187 \noun off
30188 \color none
30189 O
30190 \end_layout
30191
30192 \end_inset
30193 </cell>
30194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30195 \begin_inset Text
30196
30197 \begin_layout Standard
30198
30199 \family roman
30200 \series medium
30201 \shape up
30202 \emph off
30203 \bar no
30204 \noun off
30205 \color none
30206 _
30207 \end_layout
30208
30209 \end_inset
30210 </cell>
30211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30212 \begin_inset Text
30213
30214 \begin_layout Standard
30215
30216 \family roman
30217 \series medium
30218 \shape up
30219 \emph off
30220 \bar no
30221 \noun off
30222 \color none
30223 o
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 \end_layout
30243
30244 \end_inset
30245 </cell>
30246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30247 \begin_inset Text
30248
30249 \begin_layout Standard
30250
30251 \end_layout
30252
30253 \end_inset
30254 </cell>
30255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30256 \begin_inset Text
30257
30258 \begin_layout Standard
30259
30260 \family roman
30261 \series medium
30262 \shape up
30263 \emph off
30264 \bar no
30265 \noun off
30266 \color none
30267 ¯
30268 \end_layout
30269
30270 \end_inset
30271 </cell>
30272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30273 \begin_inset Text
30274
30275 \begin_layout Standard
30276
30277 \family roman
30278 \series medium
30279 \shape up
30280 \emph off
30281 \bar no
30282 \noun off
30283 \color none
30284 ¿
30285 \end_layout
30286
30287 \end_inset
30288 </cell>
30289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30290 \begin_inset Text
30291
30292 \begin_layout Standard
30293
30294 \family roman
30295 \series medium
30296 \shape up
30297 \emph off
30298 \bar no
30299 \noun off
30300 \color none
30301 Ï
30302 \end_layout
30303
30304 \end_inset
30305 </cell>
30306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30307 \begin_inset Text
30308
30309 \begin_layout Standard
30310
30311 \family roman
30312 \series medium
30313 \shape up
30314 \emph off
30315 \bar no
30316 \noun off
30317 \color none
30318 ß
30319 \end_layout
30320
30321 \end_inset
30322 </cell>
30323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30324 \begin_inset Text
30325
30326 \begin_layout Standard
30327
30328 \family roman
30329 \series medium
30330 \shape up
30331 \emph off
30332 \bar no
30333 \noun off
30334 \color none
30335 ï
30336 \end_layout
30337
30338 \end_inset
30339 </cell>
30340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30341 \begin_inset Text
30342
30343 \begin_layout Standard
30344
30345 \family roman
30346 \series medium
30347 \shape up
30348 \emph off
30349 \bar no
30350 \noun off
30351 \color none
30352 ÿ
30353 \end_layout
30354
30355 \end_inset
30356 </cell>
30357 </row>
30358 </lyxtabular>
30359
30360 \end_inset
30361
30362
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \end_layout
30369
30370 \begin_layout Standard
30371 The following is a full list of all of the accented characters LyX can display
30372  directly.
30373  It includes not only the accented characters from the previous table, but
30374  also the characters from 
30375 \family typewriter
30376 ISO8859--2
30377 \family default
30378  through 
30379 \family typewriter
30380 4
30381 \family default
30382 .
30383  
30384 \end_layout
30385
30386 \begin_layout Itemize
30387 From 
30388 \family typewriter
30389 ISO8859--1
30390 \family default
30391 :
30392 \end_layout
30393
30394 \begin_deeper
30395 \begin_layout Standard
30396 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
30397 \hfill
30398 diaeresis
30399 \end_layout
30400
30401 \begin_layout Standard
30402 ^ Â Ê Î Ô Û â ê î ô û
30403 \hfill
30404 circumflex
30405 \end_layout
30406
30407 \begin_layout Standard
30408 ` À È Ì Ò Ù à è ì ò ù
30409 \hfill
30410 grave
30411 \end_layout
30412
30413 \begin_layout Standard
30414 ´ Á É Í Ó Ú Ý á é í ó ú ý
30415 \hfill
30416 acute
30417 \end_layout
30418
30419 \begin_layout Standard
30420 ~ Ã Ñ Õ ã ñ õ
30421 \hfill
30422 tilde
30423 \end_layout
30424
30425 \begin_layout Standard
30426 ¸Çç
30427 \hfill
30428 cedilla
30429 \end_layout
30430
30431 \begin_layout Standard
30432 ¯
30433 \hfill
30434 macron
30435 \end_layout
30436
30437 \end_deeper
30438 \begin_layout Itemize
30439 From 
30440 \family typewriter
30441 ISO8859--2
30442 \family default
30443  through 
30444 \family typewriter
30445 4
30446 \family default
30447 :
30448 \end_layout
30449
30450 \begin_deeper
30451 \begin_layout Standard
30452 ĤĴĥȷ̂ĈĜŜĉĝŝ
30453 \hfill
30454 circumflex
30455 \end_layout
30456
30457 \begin_layout Standard
30458 ŚŹśźŔĹĆŃŕĺćń
30459 \hfill
30460 acute
30461 \end_layout
30462
30463 \begin_layout Standard
30464 Ĩı̃Ũũ
30465 \hfill
30466 tilde
30467 \end_layout
30468
30469 \begin_layout Standard
30470 ŞşŢţŖĻĢŗļģŅĶņķ
30471 \hfill
30472 cedilla
30473 \end_layout
30474
30475 \begin_layout Standard
30476 ĒēĀĪŌŪāı̄ōū
30477 \hfill
30478 macron
30479 \end_layout
30480
30481 \begin_layout Standard
30482 ŐŰőű
30483 \hfill
30484 Hungarian umlaut
30485 \end_layout
30486
30487 \end_deeper
30488 \begin_layout Standard
30489 All the characters above are actively supported by TeX fonts.
30490  In addition TeX allows diacritical marks on almost all characters.
30491  Also make sure you're using the 
30492 \family typewriter
30493 T1
30494 \family default
30495  font-encoding.
30496 \end_layout
30497
30498 \begin_layout Chapter
30499 \start_of_appendix
30500 The User Interface
30501 \begin_inset LatexCommand label
30502 name "cha:The-User-Interface"
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Standard
30510 This appendix lists all available menus and describes its functionality.
30511  It is designed as quick reference if you are searching for a special topic
30512  inside the user's guide.
30513 \end_layout
30514
30515 \begin_layout Section
30516 The File Menu
30517 \begin_inset LatexCommand index
30518 name "Menu ! File"
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \begin_layout Standard
30526 Under the 
30527 \family sans
30528 File
30529 \family default
30530  menu are the basic operations in addition to some more advanced operations.
30531  At the end of the menu the four last opened documents are listed.
30532 \end_layout
30533
30534 \begin_layout Subsection
30535 New
30536 \end_layout
30537
30538 \begin_layout Standard
30539 Creates a new document.
30540 \end_layout
30541
30542 \begin_layout Subsection
30543 New from Template
30544 \end_layout
30545
30546 \begin_layout Standard
30547 This menu prompts you for a template to use.
30548  Selecting a template will automatically set certain layout features for
30549  the document, features you would otherwise need to change manually.
30550 \end_layout
30551
30552 \begin_layout Subsection
30553 Open
30554 \end_layout
30555
30556 \begin_layout Standard
30557 Opens a document.
30558 \end_layout
30559
30560 \begin_layout Subsection
30561 Open Recent
30562 \end_layout
30563
30564 \begin_layout Standard
30565 The submenu shows a list of the recently opened files.
30566  Click there on a file to open it.
30567 \end_layout
30568
30569 \begin_layout Subsection
30570 Close
30571 \end_layout
30572
30573 \begin_layout Standard
30574 Closes the current document.
30575 \end_layout
30576
30577 \begin_layout Subsection
30578 Save
30579 \end_layout
30580
30581 \begin_layout Standard
30582 Saves the actual document.
30583 \end_layout
30584
30585 \begin_layout Subsection
30586 Save As
30587 \end_layout
30588
30589 \begin_layout Standard
30590 Saves the actual document under a new name to create a copy.
30591 \end_layout
30592
30593 \begin_layout Subsection
30594 Revert to saved
30595 \end_layout
30596
30597 \begin_layout Standard
30598 Reloads the actual document from disk.
30599 \end_layout
30600
30601 \begin_layout Subsection
30602 Version Control
30603 \end_layout
30604
30605 \begin_layout Standard
30606 This is used when more people are working on the same document.
30607  It is described in the section 
30608 \emph on
30609 Version Control in LyX
30610 \emph default
30611  of the 
30612 \emph on
30613 Extended\InsetSpace ~
30614 Features
30615 \emph default
30616  manual.
30617 \end_layout
30618
30619 \begin_layout Subsection
30620 Import
30621 \end_layout
30622
30623 \begin_layout Standard
30624 You can import there files from older LyX-versions, LaTeX-files and plain
30625  text files (ASCII-files).
30626  The files will be imported as new LyX-document.
30627 \end_layout
30628
30629 \begin_layout Standard
30630 When using the menu 
30631 \family sans
30632 Plain\InsetSpace ~
30633 Text, Join\InsetSpace ~
30634 Lines
30635 \family default
30636 , all lines will be imported consecutively to one big paragraph.
30637  A new paragraph is started when there is a blank line in the file.
30638  , the text is inserted as Paragraphs, where the line breaks of the text
30639  will start a new paragraph.
30640 \end_layout
30641
30642 \begin_layout Subsection
30643 Export
30644 \begin_inset LatexCommand label
30645 name "sub:Export"
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Standard
30653 You can export your document to various file formats.
30654  The resulting files are placed in the directory of your LyX-file.
30655  The menu entries are not the same on all installations.
30656  They depend on the programs found by LyX while its configuration.
30657 \end_layout
30658
30659 \begin_layout Standard
30660 Here is a list of all available entries; they are explained in detail in
30661  section\InsetSpace ~
30662
30663 \begin_inset LatexCommand ref
30664 reference "sub:Output-file-formats"
30665
30666 \end_inset
30667
30668 :
30669 \end_layout
30670
30671 \begin_layout Description
30672
30673 \family sans
30674 CJK\InsetSpace ~
30675 LyX 
30676 \family default
30677 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
30678  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
30679 \end_layout
30680
30681 \begin_layout Description
30682
30683 \family sans
30684 DVI
30685 \family default
30686  DVI-format
30687 \end_layout
30688
30689 \begin_layout Description
30690 HTML HTML-format (the HTML-converter is a third-party product and doesn't
30691  work in all cases)
30692 \end_layout
30693
30694 \begin_layout Description
30695 HTML\InsetSpace ~
30696 (MS\InsetSpace ~
30697 Word) HTML-format specialized so that the result can be imported
30698  to 
30699 \family sans
30700 MS Word
30701 \family default
30702 , as consequence of this formulas will be embedded as bitmap fonts and not
30703  in the format 
30704 \family sans
30705 MathML
30706 \family default
30707 .
30708 \end_layout
30709
30710 \begin_layout Description
30711
30712 \family sans
30713 LaT
30714 \begin_inset ERT
30715 status collapsed
30716
30717 \begin_layout Standard
30718
30719 {}
30720 \end_layout
30721
30722 \end_inset
30723
30724 eX\InsetSpace ~
30725 (pdflatex)
30726 \family default
30727  text file with the LaTeX source, additionally all images used in the document
30728  will be converted to a format that is readable for the 
30729 \family typewriter
30730 pdflatex
30731 \family default
30732  program (GIF, JPG, PDF, PNG)
30733 \end_layout
30734
30735 \begin_layout Description
30736
30737 \family sans
30738 LaT
30739 \begin_inset ERT
30740 status collapsed
30741
30742 \begin_layout Standard
30743
30744 {}
30745 \end_layout
30746
30747 \end_inset
30748
30749 eX\InsetSpace ~
30750 (plain)
30751 \family default
30752  text file with the LaTeX source code, additionally all images used in the
30753  document will be converted to the EPS-format, only this format is readable
30754  for the 
30755 \family typewriter
30756 latex
30757 \family default
30758  program
30759 \end_layout
30760
30761 \begin_layout Description
30762 LyX\InsetSpace ~
30763 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
30764 \begin_inset Quotes eld
30765 \end_inset
30766
30767 y
30768 \begin_inset Quotes erd
30769 \end_inset
30770
30771  is replaced by the version number)
30772 \end_layout
30773
30774 \begin_layout Description
30775 OpenDocument OpenDocument-formatted text file, to be opened with 
30776 \family sans
30777 OpenOffice
30778 \family default
30779
30780 \family sans
30781 KOffice
30782 \family default
30783
30784 \family sans
30785 Abiword
30786 \family default
30787 , etc.
30788  (the OpenDocument-converter is a third-party product and doesn't work in
30789  all cases)
30790 \end_layout
30791
30792 \begin_layout Description
30793
30794 \family sans
30795 PDF
30796 \family default
30797  PDF-format using the program 
30798 \family typewriter
30799 ps2pdf
30800 \end_layout
30801
30802 \begin_layout Description
30803
30804 \family sans
30805 PDF\InsetSpace ~
30806 (dvipdfm)
30807 \family default
30808  PDF-format using the program 
30809 \family typewriter
30810 dvipdfm
30811 \end_layout
30812
30813 \begin_layout Description
30814
30815 \family sans
30816 PDF\InsetSpace ~
30817 (pdflatex)
30818 \family default
30819  PDF-format using the program 
30820 \family typewriter
30821 pdflatex
30822 \end_layout
30823
30824 \begin_layout Description
30825
30826 \family sans
30827 Plain\InsetSpace ~
30828 text
30829 \family default
30830  text format
30831 \end_layout
30832
30833 \begin_layout Description
30834
30835 \family sans
30836 Plain\InsetSpace ~
30837 text\InsetSpace ~
30838 (ps2ascii)
30839 \family default
30840  text format, the document will first be converted to Postscript format
30841  and then exported as text using the program 
30842 \family sans
30843 ps2ascii
30844 \end_layout
30845
30846 \begin_layout Description
30847
30848 \family sans
30849 Postscript
30850 \family default
30851  PostScript format using the program 
30852 \family typewriter
30853 dvips
30854 \end_layout
30855
30856 \begin_layout Description
30857
30858 \family sans
30859 Custom
30860 \family default
30861  custom format
30862 \end_layout
30863
30864 \begin_layout Standard
30865 The program 
30866 \family typewriter
30867 dvipdfm
30868 \family default
30869  produces internally a dvi-file which is then converted to a pdf-file.
30870  It is a bit out of date and therefore the output could look different from
30871  what you want.
30872  
30873 \family typewriter
30874 pdflatex
30875 \family default
30876  produces directly pdf-files and supports the latest pdf-file formats.
30877 \end_layout
30878
30879 \begin_layout Standard
30880 If one of the menu entries 
30881 \family sans
30882 DVI
30883 \family default
30884
30885 \family sans
30886 PDF\InsetSpace ~
30887 (pdflatex)
30888 \family default
30889  or 
30890 \family sans
30891 Postscript
30892 \family default
30893  is missing, you need to update your LaTeX installation.
30894  After updating you have to reconfigure LyX, see section\InsetSpace ~
30895
30896 \begin_inset LatexCommand ref
30897 reference "sec:Basic-LyX-Setup"
30898
30899 \end_inset
30900
30901 .
30902 \begin_inset LatexCommand index
30903 name "Reconfiguration of LyX"
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \begin_layout Standard
30911 The menu 
30912 \family sans
30913 Custom
30914 \family default
30915  allows you to export your file by using special command line options for
30916  the export program.
30917 \end_layout
30918
30919 \begin_layout Subsection
30920 Print
30921 \end_layout
30922
30923 \begin_layout Standard
30924 With this menu you can print your document to a file in PostScript format
30925  or send it to a printer.
30926  The printer will also use the document in PostScript format.
30927  The conversion to PostScript is done in the background by LyX using the
30928  program 
30929 \family typewriter
30930 dvips
30931 \family default
30932 .
30933  For more informations have a look at section\InsetSpace ~
30934
30935 \begin_inset LatexCommand ref
30936 reference "sub:Printing-the-File"
30937
30938 \end_inset
30939
30940 .
30941 \end_layout
30942
30943 \begin_layout Subsection
30944 New and Close Window
30945 \end_layout
30946
30947 \begin_layout Standard
30948 Opens a new instance of LyX with all currently opened documents.
30949  You can close it later with the corresponding menu.
30950 \end_layout
30951
30952 \begin_layout Section
30953 The Edit Menu
30954 \begin_inset LatexCommand index
30955 name "Menu ! Edit"
30956
30957 \end_inset
30958
30959
30960 \end_layout
30961
30962 \begin_layout Subsection
30963 Undo and Redo
30964 \end_layout
30965
30966 \begin_layout Standard
30967 Described in section\InsetSpace ~
30968
30969 \begin_inset LatexCommand ref
30970 reference "sec:Undo-and-Redo"
30971
30972 \end_inset
30973
30974 .
30975 \end_layout
30976
30977 \begin_layout Subsection
30978 Cut, Copy, Paste, Paste Recent, Paste Special
30979 \end_layout
30980
30981 \begin_layout Standard
30982 Described in section\InsetSpace ~
30983
30984 \begin_inset LatexCommand ref
30985 reference "sec:Basic-Editing-Features"
30986
30987 \end_inset
30988
30989 .
30990 \end_layout
30991
30992 \begin_layout Subsection
30993 Select All
30994 \end_layout
30995
30996 \begin_layout Standard
30997 Selects the whole document.
30998 \end_layout
30999
31000 \begin_layout Subsection
31001 Find & Replace
31002 \begin_inset LatexCommand index
31003 name "Dialogs ! Find \\& Replace"
31004
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Standard
31011 Described in section\InsetSpace ~
31012
31013 \begin_inset LatexCommand ref
31014 reference "sec:Basic-Editing-Features"
31015
31016 \end_inset
31017
31018 .
31019 \end_layout
31020
31021 \begin_layout Subsection
31022 Move paragraph Up/Down
31023 \end_layout
31024
31025 \begin_layout Standard
31026 This shifts the paragraph where the cursor is currently in one paragraph
31027  up or down.
31028 \end_layout
31029
31030 \begin_layout Subsection
31031 Text Style
31032 \begin_inset LatexCommand index
31033 name "Dialogs ! Text Style"
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Standard
31041 Described in section\InsetSpace ~
31042
31043 \begin_inset LatexCommand ref
31044 reference "sub:Fine-Tuning-with-the"
31045
31046 \end_inset
31047
31048 .
31049 \end_layout
31050
31051 \begin_layout Subsection
31052 Paragraph Settings
31053 \begin_inset LatexCommand index
31054 name "Paragraph ! Settings"
31055
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \begin_layout Standard
31062 The settings in the paragraph dialog only affects the paragraph where the
31063  cursor is in.
31064  Here you can set here the paragraph alignment and line spacing.
31065 \end_layout
31066
31067 \begin_layout Standard
31068 You can also prevent that the first line of the paragraph is indented.
31069  This option works only when you have chosen to separate paragraphs with
31070  indents in the 
31071 \family sans
31072 Document\SpecialChar \menuseparator
31073 Settings
31074 \family default
31075  dialog under 
31076 \family sans
31077 Text\InsetSpace ~
31078 Layout
31079 \family default
31080 .
31081 \end_layout
31082
31083 \begin_layout Subsection
31084 Tabular and Math
31085 \end_layout
31086
31087 \begin_layout Standard
31088 These two menus are only active when the cursor is inside a table or a formula.
31089  The properties of this table/formula can now be changed.
31090  The properties of tables are described in section\InsetSpace ~
31091
31092 \begin_inset LatexCommand ref
31093 reference "sec:Tables"
31094
31095 \end_inset
31096
31097 , the properties of formulas in chapter\InsetSpace ~
31098
31099 \begin_inset LatexCommand ref
31100 reference "cha:Mathematical-Formulas"
31101
31102 \end_inset
31103
31104 .
31105 \end_layout
31106
31107 \begin_layout Subsection
31108 Increase / Decrease List Depth
31109 \end_layout
31110
31111 \begin_layout Standard
31112 These menus are only active when the cursor is in an environment that can
31113  be nested.
31114  They in/decrease the environment nesting level as explained in section\InsetSpace ~
31115
31116 \begin_inset LatexCommand ref
31117 reference "sec:Nesting"
31118
31119 \end_inset
31120
31121  and 
31122 \begin_inset LatexCommand ref
31123 reference "sub:Numbering-depth"
31124
31125 \end_inset
31126
31127 .
31128 \end_layout
31129
31130 \begin_layout Section
31131 The View Menu
31132 \begin_inset LatexCommand index
31133 name "Menu ! View"
31134
31135 \end_inset
31136
31137
31138 \end_layout
31139
31140 \begin_layout Standard
31141 The 
31142 \family sans
31143 View
31144 \family default
31145  menu contains a list of available formats in which you can view the actual
31146  document with an external program.
31147  The menu entries for the viewing formats are not the same on all installations
31148  - it depends on the LaTeX programs that are found while LyX was configured.
31149  All possible formats are formats listed in section\InsetSpace ~
31150
31151 \begin_inset LatexCommand ref
31152 reference "sub:Export"
31153
31154 \end_inset
31155
31156 .
31157  You should at least see the menu entries 
31158 \family sans
31159 DVI
31160 \family default
31161  and 
31162 \family sans
31163 PDF\InsetSpace ~
31164 (pdflatex)
31165 \family default
31166 .
31167  If one of the two is missing, you need to update your LaTeX installation.
31168  After updating you have to reconfigure LyX, see section\InsetSpace ~
31169
31170 \begin_inset LatexCommand ref
31171 reference "sec:Basic-LyX-Setup"
31172
31173 \end_inset
31174
31175 .
31176 \begin_inset LatexCommand index
31177 name "Reconfiguration of LyX"
31178
31179 \end_inset
31180
31181
31182 \end_layout
31183
31184 \begin_layout Standard
31185 Invoking a menu will start a viewer program.
31186  The viewer can be set or changed in the preferences, see section\InsetSpace ~
31187
31188 \begin_inset LatexCommand ref
31189 reference "cha:The-Preferences-dialog"
31190
31191 \end_inset
31192
31193 .
31194  The default viewers are set by LyX while it is first configured.
31195 \end_layout
31196
31197 \begin_layout Standard
31198 \begin_inset VSpace bigskip
31199 \end_inset
31200
31201 At the bottom of the 
31202 \family sans
31203 View
31204 \family default
31205  menu the opened documents are listed.
31206 \end_layout
31207
31208 \begin_layout Subsection
31209 View Source
31210 \end_layout
31211
31212 \begin_layout Standard
31213 Opens a window showing the source code of the actual document, as described
31214  in section\InsetSpace ~
31215
31216 \begin_inset LatexCommand ref
31217 reference "sec:Previewing-snippets-of"
31218
31219 \end_inset
31220
31221 .
31222 \end_layout
31223
31224 \begin_layout Subsection
31225 Update
31226 \end_layout
31227
31228 \begin_layout Standard
31229 This menu allows you to update the view with your latest changes without
31230  opening a new view window.
31231 \end_layout
31232
31233 \begin_layout Subsection
31234 Toolbars
31235 \begin_inset LatexCommand label
31236 name "sub:Toolbars"
31237
31238 \end_inset
31239
31240
31241 \begin_inset LatexCommand index
31242 name "Toolbar"
31243
31244 \end_inset
31245
31246
31247 \end_layout
31248
31249 \begin_layout Standard
31250 In this menu you can set the appearance of the different toolbars.
31251  All toolbars and the 
31252 \family sans
31253 Command\InsetSpace ~
31254 Buffer
31255 \family default
31256  can be turned on and off.
31257  The 
31258 \emph on
31259 on
31260 \emph default
31261  state is denoted in the menu with a checkmark.
31262  The 
31263 \family sans
31264 Review
31265 \family default
31266
31267 \family sans
31268 Table
31269 \family default
31270
31271 \family sans
31272 Math\InsetSpace ~
31273 Panels
31274 \family default
31275 , and 
31276 \family sans
31277 Math
31278 \family default
31279  toolbars can be additionally set to the state 
31280 \emph on
31281 automatic
31282 \emph default
31283  that is denoted in the menu with the suffix 
31284 \family sans
31285 (auto)
31286 \family default
31287 .
31288 \end_layout
31289
31290 \begin_layout Standard
31291 In the 
31292 \emph on
31293 on
31294 \emph default
31295  state the toolbar is permanently shown, in the 
31296 \emph on
31297 automatic
31298 \emph default
31299  state the toolbar is only shown when the cursor is in a certain environment
31300  or when a certain feature is enabled.
31301  That means that the review toolbar will only be shown when change tracking
31302  is activated, the math and table toolbars are only shown when the cursor
31303  is inside a formula or table, respectively.
31304 \end_layout
31305
31306 \begin_layout Standard
31307 LyX's toolbars and its buttons are explained in section\InsetSpace ~
31308
31309 \begin_inset LatexCommand ref
31310 reference "sec:Toolbars"
31311
31312 \end_inset
31313
31314 .
31315 \end_layout
31316
31317 \begin_layout Section
31318 The Insert Menu
31319 \begin_inset LatexCommand index
31320 name "Menu ! Insert"
31321
31322 \end_inset
31323
31324
31325 \end_layout
31326
31327 \begin_layout Subsection
31328 Math
31329 \end_layout
31330
31331 \begin_layout Standard
31332 Inserts math constructs that are explained in chapter\InsetSpace ~
31333
31334 \begin_inset LatexCommand ref
31335 reference "cha:Mathematical-Formulas"
31336
31337 \end_inset
31338
31339 .
31340 \end_layout
31341
31342 \begin_layout Subsection
31343 Special Character
31344 \begin_inset LatexCommand label
31345 name "sub:Special-Character"
31346
31347 \end_inset
31348
31349
31350 \end_layout
31351
31352 \begin_layout Standard
31353 Here you can insert the following characters:
31354 \end_layout
31355
31356 \begin_layout Description
31357 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
31358
31359 \end_layout
31360
31361 \begin_layout Description
31362 End\InsetSpace ~
31363 of\InsetSpace ~
31364 Sentence Inserts an end of sentence dot as described in section\InsetSpace ~
31365
31366 \begin_inset LatexCommand ref
31367 reference "sub:Abbreviations"
31368
31369 \end_inset
31370
31371 .
31372 \end_layout
31373
31374 \begin_layout Description
31375 Ordinary\InsetSpace ~
31376 Quote Inserts this quote: 
31377 \begin_inset Quotes erd
31378 \end_inset
31379
31380 , no matter what quote type you selected in the 
31381 \family sans
31382 Document\SpecialChar \menuseparator
31383 Settings
31384 \family default
31385  dialog under 
31386 \family sans
31387 Language
31388 \family default
31389 .
31390 \end_layout
31391
31392 \begin_layout Description
31393 Single\InsetSpace ~
31394 Quote Inserts this quote: 
31395 \begin_inset Quotes els
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \begin_layout Description
31402 Menu\InsetSpace ~
31403 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
31404
31405 \end_layout
31406
31407 \begin_layout Description
31408 Phonetic\InsetSpace ~
31409 Symbols
31410 \begin_inset LatexCommand index
31411 name "Phonetic symbols"
31412
31413 \end_inset
31414
31415
31416 \begin_inset LatexCommand index
31417 name "Language ! Phonetic symbols"
31418
31419 \end_inset
31420
31421  Creates a formula with a so called tipa inset.
31422  Here you can insert commands to create IPA phonetic symbols.
31423  For this feature you must have the LaTeX-package 
31424 \series bold
31425 tipa
31426 \series default
31427
31428 \begin_inset LatexCommand index
31429 name "LaTeX-packages ! tipa"
31430
31431 \end_inset
31432
31433  installed.
31434 \newline
31435 For more informations about this feature we refer to the documentation
31436  of 
31437 \series bold
31438 tipa, 
31439 \begin_inset LatexCommand cite
31440 key "tipa"
31441
31442 \end_inset
31443
31444
31445 \series default
31446  and this Wiki-page:
31447 \newline
31448
31449 \begin_inset LatexCommand url
31450 target "http://wiki.lyx.org/LyX/LinguistLyX"
31451
31452 \end_inset
31453
31454 .
31455 \end_layout
31456
31457 \begin_layout Subsection
31458 Formatting
31459 \end_layout
31460
31461 \begin_layout Standard
31462 Here you can insert the following format constructs:
31463 \end_layout
31464
31465 \begin_layout Description
31466 Superscript Inserts an superscript: test
31467 \begin_inset Formula $^{\text{a,b}}$
31468 \end_inset
31469
31470
31471 \end_layout
31472
31473 \begin_layout Description
31474 Subscript Inserts an subscript: test
31475 \begin_inset Formula $_{\text{3x}}$
31476 \end_inset
31477
31478
31479 \end_layout
31480
31481 \begin_layout Description
31482 Protected\InsetSpace ~
31483 Space Inserts a protected space that is described in section\InsetSpace ~
31484
31485 \begin_inset LatexCommand ref
31486 reference "sub:Protected-Space"
31487
31488 \end_inset
31489
31490 .
31491 \end_layout
31492
31493 \begin_layout Description
31494 Inter-word\InsetSpace ~
31495 Space Inserts an inter-word space that is described in section\InsetSpace ~
31496
31497 \begin_inset LatexCommand ref
31498 reference "sub:Inter-word-Space"
31499
31500 \end_inset
31501
31502 .
31503 \end_layout
31504
31505 \begin_layout Description
31506 Thin\InsetSpace ~
31507 Space Inserts a thin space that is described in section\InsetSpace ~
31508
31509 \begin_inset LatexCommand ref
31510 reference "sub:Thin-Space"
31511
31512 \end_inset
31513
31514 .
31515 \end_layout
31516
31517 \begin_layout Description
31518 Horizontal\InsetSpace ~
31519 Fill Inserts an horizontal fill, see section\InsetSpace ~
31520
31521 \begin_inset LatexCommand ref
31522 reference "sub:Horizontal-Space"
31523
31524 \end_inset
31525
31526  for a description.
31527 \end_layout
31528
31529 \begin_layout Description
31530 Horizontal\InsetSpace ~
31531 Line Inserts an horizontal line, see section\InsetSpace ~
31532
31533 \begin_inset LatexCommand ref
31534 reference "sub:Horizontal-Lines"
31535
31536 \end_inset
31537
31538  for a description.
31539 \end_layout
31540
31541 \begin_layout Description
31542 Vertical\InsetSpace ~
31543 Space Inserts vertical space, see section\InsetSpace ~
31544
31545 \begin_inset LatexCommand ref
31546 reference "sub:Vertical-Space"
31547
31548 \end_inset
31549
31550  for a description.
31551 \end_layout
31552
31553 \begin_layout Description
31554 Hyphenation\InsetSpace ~
31555 Point Inserts an hyphenation point, see section\InsetSpace ~
31556
31557 \begin_inset LatexCommand ref
31558 reference "sub:Hyphenation"
31559
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \begin_layout Description
31566 Ligature\InsetSpace ~
31567 Break Inserts a ligature break, see section\InsetSpace ~
31568
31569 \begin_inset LatexCommand ref
31570 reference "sub:Ligatures"
31571
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \begin_layout Description
31578 Line\InsetSpace ~
31579 Break Inserts a forced linebreak, see section\InsetSpace ~
31580
31581 \begin_inset LatexCommand ref
31582 reference "sub:Forced-Linebreaks"
31583
31584 \end_inset
31585
31586
31587 \end_layout
31588
31589 \begin_layout Description
31590 Page\InsetSpace ~
31591 Break Inserts a forced pagebreak, described in section\InsetSpace ~
31592
31593 \begin_inset LatexCommand ref
31594 reference "sub:Forced-Pagebreaks"
31595
31596 \end_inset
31597
31598
31599 \end_layout
31600
31601 \begin_layout Description
31602 Clear\InsetSpace ~
31603 Page Inserts a clear pagebreak, described in section\InsetSpace ~
31604
31605 \begin_inset LatexCommand ref
31606 reference "sub:Clear-Pages"
31607
31608 \end_inset
31609
31610
31611 \end_layout
31612
31613 \begin_layout Description
31614 Clear\InsetSpace ~
31615 Double\InsetSpace ~
31616 Page Inserts a clear doublepage break, described in section\InsetSpace ~
31617
31618 \begin_inset LatexCommand ref
31619 reference "sub:Clear-Pages"
31620
31621 \end_inset
31622
31623
31624 \end_layout
31625
31626 \begin_layout Subsection
31627 List / TOC
31628 \end_layout
31629
31630 \begin_layout Standard
31631 Various lists can be inserted with this menu.
31632  The table of contents, the algorithm, figures, and tables list are described
31633  in section\InsetSpace ~
31634
31635 \begin_inset LatexCommand ref
31636 reference "sec:toc"
31637
31638 \end_inset
31639
31640 .
31641  The index list is described in section\InsetSpace ~
31642
31643 \begin_inset LatexCommand ref
31644 reference "sec:Index"
31645
31646 \end_inset
31647
31648 , the nomenclature in section\InsetSpace ~
31649
31650 \begin_inset LatexCommand ref
31651 reference "sec:Nomenclature"
31652
31653 \end_inset
31654
31655 , and the BibTeX bibliography in section\InsetSpace ~
31656
31657 \begin_inset LatexCommand ref
31658 reference "sub:Bibliography-databases"
31659
31660 \end_inset
31661
31662 .
31663 \end_layout
31664
31665 \begin_layout Subsection
31666 Float
31667 \end_layout
31668
31669 \begin_layout Standard
31670 To insert floats, described in section\InsetSpace ~
31671
31672 \begin_inset LatexCommand ref
31673 reference "sec:Floats"
31674
31675 \end_inset
31676
31677 .
31678 \end_layout
31679
31680 \begin_layout Subsection
31681 Note
31682 \end_layout
31683
31684 \begin_layout Standard
31685 To insert notes, described in section\InsetSpace ~
31686
31687 \begin_inset LatexCommand ref
31688 reference "sec:Notes"
31689
31690 \end_inset
31691
31692 .
31693 \end_layout
31694
31695 \begin_layout Subsection
31696 Branch
31697 \end_layout
31698
31699 \begin_layout Standard
31700 Inserts branch insets as described in section\InsetSpace ~
31701
31702 \begin_inset LatexCommand ref
31703 reference "sec:Branches"
31704
31705 \end_inset
31706
31707 .
31708 \end_layout
31709
31710 \begin_layout Subsection
31711 File
31712 \begin_inset LatexCommand index
31713 name "External Material"
31714
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \begin_layout Standard
31721 Here you can inserts files to include them or its content to your document.
31722  How this can be done is in detail explained in chapter 
31723 \emph on
31724 External Stuff
31725 \emph default
31726  of the 
31727 \emph on
31728 Embedded Objects
31729 \emph default
31730  manual.
31731 \end_layout
31732
31733 \begin_layout Subsection
31734 Box
31735 \begin_inset LatexCommand index
31736 name "Boxes"
31737
31738 \end_inset
31739
31740
31741 \end_layout
31742
31743 \begin_layout Standard
31744 Inserts a minipage box that is described section\InsetSpace ~
31745
31746 \begin_inset LatexCommand ref
31747 reference "sec:Minipages"
31748
31749 \end_inset
31750
31751 .
31752  All box types supported by LyX are explained in detail in chapter 
31753 \emph on
31754 Boxes
31755 \emph default
31756  of the 
31757 \emph on
31758 Embedded Objects
31759 \emph default
31760  manual.
31761 \end_layout
31762
31763 \begin_layout Subsection
31764 Citation
31765 \end_layout
31766
31767 \begin_layout Standard
31768 Inserts a citation as described in section\InsetSpace ~
31769
31770 \begin_inset LatexCommand ref
31771 reference "sec:Bibliography"
31772
31773 \end_inset
31774
31775 .
31776 \end_layout
31777
31778 \begin_layout Subsection
31779 Cross-Reference
31780 \end_layout
31781
31782 \begin_layout Standard
31783 Inserts a cross-reference as described in section\InsetSpace ~
31784
31785 \begin_inset LatexCommand ref
31786 reference "sec:Cross-References"
31787
31788 \end_inset
31789
31790 .
31791 \end_layout
31792
31793 \begin_layout Subsection
31794 Label
31795 \end_layout
31796
31797 \begin_layout Standard
31798 Inserts a label as described in section\InsetSpace ~
31799
31800 \begin_inset LatexCommand ref
31801 reference "sec:Cross-References"
31802
31803 \end_inset
31804
31805 .
31806 \end_layout
31807
31808 \begin_layout Subsection
31809 Caption
31810 \begin_inset LatexCommand index
31811 name "Captions"
31812
31813 \end_inset
31814
31815
31816 \begin_inset LatexCommand index
31817 name "Longtables ! Caption"
31818
31819 \end_inset
31820
31821
31822 \end_layout
31823
31824 \begin_layout Standard
31825 Inserts a caption to floats or longtables.
31826  Floats are described in section\InsetSpace ~
31827
31828 \begin_inset LatexCommand ref
31829 reference "sec:Floats"
31830
31831 \end_inset
31832
31833 , cations in longtables are described in section 
31834 \emph on
31835 Longtable Captions
31836 \emph default
31837  of the 
31838 \emph on
31839 Embedded Objects
31840 \emph default
31841  manual.
31842 \end_layout
31843
31844 \begin_layout Subsection
31845 Index Entry
31846 \end_layout
31847
31848 \begin_layout Standard
31849 Inserts an index entry as described in section\InsetSpace ~
31850
31851 \begin_inset LatexCommand ref
31852 reference "sec:Index"
31853
31854 \end_inset
31855
31856 .
31857 \end_layout
31858
31859 \begin_layout Subsection
31860 Nomenclature Entry
31861 \end_layout
31862
31863 \begin_layout Standard
31864 Inserts a nomenclature entry as described in section\InsetSpace ~
31865
31866 \begin_inset LatexCommand ref
31867 reference "sec:Nomenclature"
31868
31869 \end_inset
31870
31871 .
31872 \end_layout
31873
31874 \begin_layout Subsection
31875 Table
31876 \end_layout
31877
31878 \begin_layout Standard
31879 Inserts a table.
31880  Tables are described in section\InsetSpace ~
31881
31882 \begin_inset LatexCommand ref
31883 reference "sec:Tables"
31884
31885 \end_inset
31886
31887 .
31888 \end_layout
31889
31890 \begin_layout Subsection
31891 Graphics
31892 \end_layout
31893
31894 \begin_layout Standard
31895 Inserts a graphic.
31896  Graphics are described in section\InsetSpace ~
31897
31898 \begin_inset LatexCommand ref
31899 reference "sec:Graphics"
31900
31901 \end_inset
31902
31903 .
31904 \end_layout
31905
31906 \begin_layout Subsection
31907 URL
31908 \end_layout
31909
31910 \begin_layout Standard
31911 Inserts an URL box as described in section\InsetSpace ~
31912
31913 \begin_inset LatexCommand ref
31914 reference "sec:URL"
31915
31916 \end_inset
31917
31918 .
31919 \end_layout
31920
31921 \begin_layout Subsection
31922 Footnote
31923 \end_layout
31924
31925 \begin_layout Standard
31926 Inserts a footnote, see section\InsetSpace ~
31927
31928 \begin_inset LatexCommand ref
31929 reference "sec:Footnotes"
31930
31931 \end_inset
31932
31933 .
31934 \end_layout
31935
31936 \begin_layout Subsection
31937 Marginal Note
31938 \end_layout
31939
31940 \begin_layout Standard
31941 Inserts a marginal note, see section\InsetSpace ~
31942
31943 \begin_inset LatexCommand ref
31944 reference "sec:Marginal-Notes"
31945
31946 \end_inset
31947
31948 .
31949 \end_layout
31950
31951 \begin_layout Subsection
31952 Short Title
31953 \end_layout
31954
31955 \begin_layout Standard
31956 Inserts a short title, see section\InsetSpace ~
31957
31958 \begin_inset LatexCommand ref
31959 reference "sec:Short-Titles"
31960
31961 \end_inset
31962
31963 .
31964 \end_layout
31965
31966 \begin_layout Subsection
31967 TeX Code
31968 \end_layout
31969
31970 \begin_layout Standard
31971 Inserts an ERT box, see section\InsetSpace ~
31972
31973 \begin_inset LatexCommand ref
31974 reference "sub:ERT-Boxes"
31975
31976 \end_inset
31977
31978  for a description.
31979 \end_layout
31980
31981 \begin_layout Subsection
31982 Program Listing
31983 \begin_inset LatexCommand index
31984 name "Program listings"
31985
31986 \end_inset
31987
31988
31989 \end_layout
31990
31991 \begin_layout Standard
31992 Inserts a program listings box.
31993  Program listings are explained in chapter 
31994 \emph on
31995 Program Code Listings
31996 \emph default
31997  of the 
31998 \emph on
31999 Embedded Objects
32000 \emph default
32001  manual.
32002 \end_layout
32003
32004 \begin_layout Subsection
32005 Date
32006 \end_layout
32007
32008 \begin_layout Standard
32009 Inserts the actual date in the following form: month/day/year
32010 \end_layout
32011
32012 \begin_layout Standard
32013 The format is independent of the document language.
32014  LyX offers another ways to insert a date which is explained in section
32015  
32016 \emph on
32017 External Material
32018 \emph default
32019  of the 
32020 \emph on
32021 Embedded Objects
32022 \emph default
32023  manual.
32024  There the different methods are also compared.
32025 \end_layout
32026
32027 \begin_layout Section
32028 The Navigate Menu
32029 \begin_inset LatexCommand index
32030 name "Menu ! Navigate"
32031
32032 \end_inset
32033
32034
32035 \end_layout
32036
32037 \begin_layout Standard
32038 This menu lists the existing, chapter, sections, figures, and tables of
32039  the current document.
32040  This allows you to navigate easily through you document.
32041 \end_layout
32042
32043 \begin_layout Standard
32044 The Navigate menu also offers to 
32045 \end_layout
32046
32047 \begin_layout Subsection
32048 Bookmarks
32049 \end_layout
32050
32051 \begin_layout Standard
32052 With this menu you are able to define your own bookmarks.
32053  This is useful when you are working on a large documents and often have
32054  to jump e.g.
32055  between section\InsetSpace ~
32056 2.5 and 6.3.
32057  To create bookmarks for this example, go to section\InsetSpace ~
32058 2.5 and use the menu
32059  
32060 \family sans
32061 Save\InsetSpace ~
32062 Bookmark\InsetSpace ~
32063 1
32064 \family default
32065 .
32066  Then go to section\InsetSpace ~
32067 6.3 and use 
32068 \family sans
32069 Save\InsetSpace ~
32070 Bookmark\InsetSpace ~
32071
32072 \family default
32073 2.
32074  Now you can easily jump between these sections by using the menu or by
32075  the key bindings 
32076 \family sans
32077 C-1
32078 \family default
32079  and 
32080 \family sans
32081 C-2
32082 \family default
32083 .
32084 \end_layout
32085
32086 \begin_layout Standard
32087 You can also use bookmarks to jump between several opened documents.
32088  The saved bookmarks are valid till the document is closed.
32089 \end_layout
32090
32091 \begin_layout Subsection
32092 Next Note, Change, Cross-reference
32093 \end_layout
32094
32095 \begin_layout Standard
32096 Jump to the next note, change, or cross-reference following the current
32097  cursor position.
32098 \end_layout
32099
32100 \begin_layout Subsection
32101 Go to Label
32102 \end_layout
32103
32104 \begin_layout Standard
32105 Only active when the cursor is in front of a cross-reference.
32106  Sets the cursor before the referenced label, the same as if you right-click
32107  on a cross-reference box.
32108 \end_layout
32109
32110 \begin_layout Section
32111 The Document Menu
32112 \begin_inset LatexCommand index
32113 name "Menu ! Document"
32114
32115 \end_inset
32116
32117
32118 \end_layout
32119
32120 \begin_layout Subsection
32121 Change Tracking
32122 \end_layout
32123
32124 \begin_layout Standard
32125 Change Tracking is described in section\InsetSpace ~
32126
32127 \begin_inset LatexCommand ref
32128 reference "sec:Change-Tracking"
32129
32130 \end_inset
32131
32132 .
32133 \end_layout
32134
32135 \begin_layout Subsection
32136 LaT
32137 \begin_inset ERT
32138 status collapsed
32139
32140 \begin_layout Standard
32141
32142 {}
32143 \end_layout
32144
32145 \end_inset
32146
32147 eX Log
32148 \end_layout
32149
32150 \begin_layout Standard
32151 After running LaTeX by viewing or exporting a document, this menu will be
32152  enabled.
32153  It shows the logfile of the used LaTeX-program.
32154 \end_layout
32155
32156 \begin_layout Standard
32157 Here you can see how LaTeX works in the background.
32158  
32159 \emph on
32160 Experts
32161 \emph default
32162  will find in it reasons for LaTeX-errors.
32163 \end_layout
32164
32165 \begin_layout Subsection
32166 Outline
32167 \end_layout
32168
32169 \begin_layout Standard
32170 Opens the TOC/Outline window as described in section\InsetSpace ~
32171
32172 \begin_inset LatexCommand ref
32173 reference "sub:Table-of-Contents"
32174
32175 \end_inset
32176
32177 .
32178 \end_layout
32179
32180 \begin_layout Subsection
32181 Start Appendix Here
32182 \end_layout
32183
32184 \begin_layout Standard
32185 This menu will start the appendix of the document at the current cursor
32186  position as described in section\InsetSpace ~
32187
32188 \begin_inset LatexCommand ref
32189 reference "sec:Appendices"
32190
32191 \end_inset
32192
32193 .
32194 \end_layout
32195
32196 \begin_layout Subsection
32197 Compressed
32198 \end_layout
32199
32200 \begin_layout Standard
32201 Un/compresses the actual document.
32202 \end_layout
32203
32204 \begin_layout Subsection
32205 Settings
32206 \begin_inset LatexCommand label
32207 name "sub:Settings"
32208
32209 \end_inset
32210
32211
32212 \begin_inset LatexCommand index
32213 name "Document ! Settings"
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Standard
32221 This menu dialog contains some submenus to set properties for the whole
32222  document.
32223  You can save your document settings as default with the 
32224 \family sans
32225 Save as Document Defaults
32226 \family default
32227  button in the dialog.
32228  This will create a template named 
32229 \family typewriter
32230 default.lyx
32231 \family default
32232  which is automatically loaded by LyX when you create a new document without
32233  using a template.
32234 \end_layout
32235
32236 \begin_layout Standard
32237 The different submenus of the dialog are explained in the following:
32238 \end_layout
32239
32240 \begin_layout Subsubsection*
32241 Document Class
32242 \end_layout
32243
32244 \begin_layout Standard
32245 Here you set the document class, class options, and a Postscript driver.
32246  Document classes are described in section\InsetSpace ~
32247
32248 \begin_inset LatexCommand ref
32249 reference "sec:Document-Classes"
32250
32251 \end_inset
32252
32253 .
32254  The Postscript driver is used for LaTeX's color and graphics packages.
32255  When using 
32256 \family sans
32257 Default
32258 \family default
32259 , the default driver for the LaTeX-packages are used.
32260  It is recommended to use the default unless your know what you are doing.
32261 \end_layout
32262
32263 \begin_layout Subsubsection*
32264 Fonts
32265 \end_layout
32266
32267 \begin_layout Standard
32268 The document font settings are described in section\InsetSpace ~
32269
32270 \begin_inset LatexCommand ref
32271 reference "sec:Fonts-and-Text"
32272
32273 \end_inset
32274
32275 .
32276 \end_layout
32277
32278 \begin_layout Subsubsection*
32279 Text Layout
32280 \end_layout
32281
32282 \begin_layout Standard
32283 You can specify if paragraphs should be separated by indentations or vertical
32284  skips.
32285  The line spacing and the number of text columns can here also be specified.
32286  
32287 \end_layout
32288
32289 \begin_layout Standard
32290 Note that LyX won't show two columns or the set up line spacing on screen.
32291  That's impractical, often unreadable, and not part of the WYSIWYM concept.
32292  However, it will be as you specified it in the output.
32293 \end_layout
32294
32295 \begin_layout Standard
32296 The listings settings are explained in the corresponding section in the
32297  
32298 \emph on
32299 Embedded Objects
32300 \emph default
32301  manual.
32302 \end_layout
32303
32304 \begin_layout Subsubsection*
32305 Page Layout
32306 \end_layout
32307
32308 \begin_layout Standard
32309 A description of this menu is given in section\InsetSpace ~
32310
32311 \begin_inset LatexCommand ref
32312 reference "sub:Paper-Size,-Orientation,"
32313
32314 \end_inset
32315
32316  and 
32317 \begin_inset LatexCommand ref
32318 reference "sub:Document-Layout"
32319
32320 \end_inset
32321
32322 .
32323 \end_layout
32324
32325 \begin_layout Subsubsection*
32326 Page Margins
32327 \end_layout
32328
32329 \begin_layout Standard
32330 Here you can adjust the paper margins, see section\InsetSpace ~
32331
32332 \begin_inset LatexCommand ref
32333 reference "sub:Margins"
32334
32335 \end_inset
32336
32337 .
32338 \end_layout
32339
32340 \begin_layout Subsubsection*
32341 Language
32342 \begin_inset LatexCommand index
32343 name "Language ! Encoding"
32344
32345 \end_inset
32346
32347
32348 \end_layout
32349
32350 \begin_layout Standard
32351 The document language and quote styles are set here.
32352  The encoding specifies how the document content is exported to LaTeX (the
32353  LyX file is always encoded in utf8).
32354  All characters that cannot be encoded using the specified encoding will
32355  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
32356  known for a particular character).
32357 \begin_inset Foot
32358 status collapsed
32359
32360 \begin_layout Standard
32361 The known commands are defined in a text file.
32362  You can add commands for unknown symbols to that file yourself, see the
32363  
32364 \emph on
32365 Customization
32366 \emph default
32367  manual for details.
32368 \end_layout
32369
32370 \end_inset
32371
32372
32373 \end_layout
32374
32375 \begin_layout Standard
32376 If you use the option 
32377 \family sans
32378 use language's default encoding
32379 \family default
32380 , LyX determines the encoding of a portion of text from the language of
32381  this text.
32382  If the document contains text in more than one language you may get more
32383  than one encoding in the LaTeX file.
32384  If you do not use this option then the complete document will always use
32385  exactly one encoding.
32386  Checking this option is the preferred setting unless you use 
32387 \family sans
32388 XeTeX
32389 \family default
32390
32391 \begin_inset Foot
32392 status collapsed
32393
32394 \begin_layout Standard
32395 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
32396  It natively supports Unicode while its input file is assumed to be in UTF-8
32397  encoding.
32398  More about using LyX with XeTeX can be found in 
32399 \begin_inset LatexCommand cite
32400 key "XeTeX"
32401
32402 \end_inset
32403
32404 .
32405 \end_layout
32406
32407 \end_inset
32408
32409  (see below).
32410 \end_layout
32411
32412 \begin_layout Standard
32413 LyX also supports Unicode output, which is particularly useful if you need
32414  lots of special symbols or non-alphabetic scripts, respectively.
32415  If you want to use this (and your LaTeX installation supports Unicode,
32416  for that matter), choose one of the four utf8 variants from the list below.
32417  Unfortunately the unicode support of standard LaTeX is quite incomplete,
32418  so it is not uncommon that a file with lots of unicode symbols works fine
32419  with 
32420 \family sans
32421 use language's default encoding
32422 \family default
32423  (when LyX uses it's list of known LaTeX-commands), but does not work with
32424  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
32425  because all unicode symbols can be encoded in utf8).
32426 \end_layout
32427
32428 \begin_layout Standard
32429 Here is a list with the important encodings:
32430 \end_layout
32431
32432 \begin_layout Description
32433 LaTeX\InsetSpace ~
32434 default Same as 
32435 \family sans
32436 use language's default encoding
32437 \family default
32438 , but the LaTeX-package 
32439 \series bold
32440 inputenc
32441 \series default
32442
32443 \begin_inset LatexCommand index
32444 name "LaTeX-packages ! inputenc"
32445
32446 \end_inset
32447
32448  is not used.
32449  You probably need to load some other packages manually in the preamble.
32450 \end_layout
32451
32452 \begin_layout Description
32453 armscii8 encoding for Armenian
32454 \end_layout
32455
32456 \begin_layout Description
32457 ascii the ASCII encoding, covers only plain English, may result in a big
32458  file because lots of LaTeX-commands may be needed
32459 \end_layout
32460
32461 \begin_layout Description
32462 cp1250 MS Windows code page for latin2
32463 \end_layout
32464
32465 \begin_layout Description
32466 cp1251 MS Windows code page for Cyrillic
32467 \end_layout
32468
32469 \begin_layout Description
32470 cp1252 MS Windows code page for latin1
32471 \end_layout
32472
32473 \begin_layout Description
32474 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
32475 \end_layout
32476
32477 \begin_layout Description
32478 cp1256 MS Windows code page for Arabic and Farsi
32479 \end_layout
32480
32481 \begin_layout Description
32482 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
32483 13 encoding that is a superset of the ISO-8859-4 encoding
32484 \end_layout
32485
32486 \begin_layout Description
32487 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
32488  Serbian, and Ukrainian
32489 \end_layout
32490
32491 \begin_layout Description
32492 iso-8859-7 the ISO-8859-7 encoding, covers Greek
32493 \end_layout
32494
32495 \begin_layout Description
32496 8859-8 the ISO-8859-8 encoding, covers Hebrew
32497 \end_layout
32498
32499 \begin_layout Description
32500 koi8-r standard Cyrillic especially for Russian
32501 \end_layout
32502
32503 \begin_layout Description
32504 koi8-u Cyrillic for Ukrainian
32505 \end_layout
32506
32507 \begin_layout Description
32508 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
32509  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
32510  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
32511  replaced by latin9
32512 \end_layout
32513
32514 \begin_layout Description
32515 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
32516  Hungarian, Polish, Romanian, Slovak, and Slovenian
32517 \end_layout
32518
32519 \begin_layout Description
32520 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
32521  Turkish
32522 \end_layout
32523
32524 \begin_layout Description
32525 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
32526 \end_layout
32527
32528 \begin_layout Description
32529 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
32530  where the Icelandic letters are replaced by Turkish ones
32531 \end_layout
32532
32533 \begin_layout Description
32534 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
32535  the euro currency sign, the 
32536 \begin_inset ERT
32537 status collapsed
32538
32539 \begin_layout Standard
32540
32541
32542 \backslash
32543 oe
32544 \end_layout
32545
32546 \end_inset
32547
32548 -ligature and some characters used for French and Finnish; latin9 should
32549  be the replacement for latin1
32550 \end_layout
32551
32552 \begin_layout Description
32553 pt154 Cyrillic for Kazakh
32554 \end_layout
32555
32556 \begin_layout Description
32557 utf8 Unicode utf8 with the LaTeX-package 
32558 \series bold
32559 inputenc
32560 \series default
32561
32562 \begin_inset LatexCommand index
32563 name "LaTeX-packages ! inputenc"
32564
32565 \end_inset
32566
32567  (first variant, for latin symbols and some others).
32568 \end_layout
32569
32570 \begin_layout Description
32571 utf8x Unicode utf8 with the LaTeX-package 
32572 \series bold
32573 inputenc
32574 \series default
32575  (second variant, for greek and CJK symbols and some others).
32576 \end_layout
32577
32578 \begin_layout Description
32579 UTF8 Unicode utf8 with the LaTeX-package 
32580 \series bold
32581 CJK
32582 \series default
32583
32584 \begin_inset LatexCommand index
32585 name "LaTeX-packages ! CJK"
32586
32587 \end_inset
32588
32589  (for the languages Chinese, Japanese and Korean)
32590 \end_layout
32591
32592 \begin_layout Description
32593 utf8-plain Unicode utf8 to be used with 
32594 \family sans
32595 XeTeX
32596 \family default
32597 , which uses Unicode directly, without the help of the LaTeX-package 
32598 \series bold
32599 inputenc
32600 \series default
32601  
32602 \begin_inset Foot
32603 status collapsed
32604
32605 \begin_layout Standard
32606 More about using LyX with XeTeX can be found in 
32607 \begin_inset LatexCommand cite
32608 key "XeTeX"
32609
32610 \end_inset
32611
32612 .
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \begin_layout Subsubsection*
32621 Numbering & TOC
32622 \end_layout
32623
32624 \begin_layout Standard
32625 You can adjust here the numbering depth of sections headings as described
32626  in section\InsetSpace ~
32627
32628 \begin_inset LatexCommand ref
32629 reference "sub:Numbering-depth"
32630
32631 \end_inset
32632
32633 .
32634 \end_layout
32635
32636 \begin_layout Subsubsection*
32637 Bibliography
32638 \end_layout
32639
32640 \begin_layout Standard
32641 You can specify here a citation style using the LaTeX-packages 
32642 \series bold
32643 natbib
32644 \begin_inset LatexCommand index
32645 name "LaTeX-packages ! natbib"
32646
32647 \end_inset
32648
32649
32650 \series default
32651  or 
32652 \series bold
32653 jurabib
32654 \series default
32655
32656 \begin_inset LatexCommand index
32657 name "LaTeX-packages ! jurabib"
32658
32659 \end_inset
32660
32661 .
32662  For a further description see section\InsetSpace ~
32663
32664 \begin_inset LatexCommand ref
32665 reference "sec:Bibliography"
32666
32667 \end_inset
32668
32669 .
32670 \end_layout
32671
32672 \begin_layout Subsubsection*
32673 Math Options
32674 \end_layout
32675
32676 \begin_layout Standard
32677 These options will force LyX to use the LaTeX-packages 
32678 \series bold
32679 amsmath
32680 \begin_inset LatexCommand index
32681 name "LaTeX-packages ! amsmath"
32682
32683 \end_inset
32684
32685
32686 \series default
32687  and 
32688 \series bold
32689 esint
32690 \begin_inset LatexCommand index
32691 name "LaTeX-packages ! esint"
32692
32693 \end_inset
32694
32695
32696 \series default
32697  or to use them automatically when they are needed.
32698 \end_layout
32699
32700 \begin_layout Standard
32701
32702 \series bold
32703 amsmath
32704 \series default
32705  is needed for many constructs, so when you get LaTeX-errors in formulas,
32706  assure that you have enabled AMS.
32707 \end_layout
32708
32709 \begin_layout Standard
32710
32711 \series bold
32712 esint
32713 \series default
32714  is used for special integral characters.
32715 \end_layout
32716
32717 \begin_layout Subsubsection*
32718 Float Placement
32719 \end_layout
32720
32721 \begin_layout Standard
32722 The float placement options are described in section
32723 \begin_inset Formula $\,$
32724 \end_inset
32725
32726
32727 \begin_inset LatexCommand ref
32728 reference "sub:Float-Placement"
32729
32730 \end_inset
32731
32732 .
32733 \end_layout
32734
32735 \begin_layout Subsubsection*
32736 Bullets
32737 \end_layout
32738
32739 \begin_layout Standard
32740 Here you can adjust the characters for the itemize levels.
32741  The itemize environment is described in section\InsetSpace ~
32742
32743 \begin_inset LatexCommand ref
32744 reference "sec:Itemize"
32745
32746 \end_inset
32747
32748 .
32749 \end_layout
32750
32751 \begin_layout Subsubsection*
32752 Branches
32753 \end_layout
32754
32755 \begin_layout Standard
32756 Branches are described in section\InsetSpace ~
32757
32758 \begin_inset LatexCommand ref
32759 reference "sec:Branches"
32760
32761 \end_inset
32762
32763 .
32764 \end_layout
32765
32766 \begin_layout Subsubsection*
32767 LaT
32768 \begin_inset ERT
32769 status collapsed
32770
32771 \begin_layout Standard
32772
32773 {}
32774 \end_layout
32775
32776 \end_inset
32777
32778 eX Preamble
32779 \end_layout
32780
32781 \begin_layout Standard
32782 In this text field are entered commands to load special LaTeX-packages or
32783  to define LaTeX-commands.
32784  The preamble is a thing for LaTeX-experts.
32785  You shouldn't enter commands here until you don't exactly know what you
32786  do.
32787 \end_layout
32788
32789 \begin_layout Standard
32790 An introduction in the LaTeX-syntax is given in section\InsetSpace ~
32791
32792 \begin_inset LatexCommand ref
32793 reference "sub:LaTeX-Syntax"
32794
32795 \end_inset
32796
32797 .
32798 \end_layout
32799
32800 \begin_layout Section
32801 The Tools Menu
32802 \begin_inset LatexCommand index
32803 name "Menu ! Tools"
32804
32805 \end_inset
32806
32807
32808 \end_layout
32809
32810 \begin_layout Subsection
32811 Spellchecker
32812 \end_layout
32813
32814 \begin_layout Standard
32815 Spell checking is explained in section\InsetSpace ~
32816
32817 \begin_inset LatexCommand ref
32818 reference "sec:Spellchecking"
32819
32820 \end_inset
32821
32822 .
32823 \end_layout
32824
32825 \begin_layout Subsection
32826 Thesaurus
32827 \end_layout
32828
32829 \begin_layout Standard
32830 The thesaurus is described in section\InsetSpace ~
32831
32832 \begin_inset LatexCommand ref
32833 reference "sec:Thesaurus"
32834
32835 \end_inset
32836
32837 .
32838 \end_layout
32839
32840 \begin_layout Subsection
32841 Count Words
32842 \begin_inset LatexCommand index
32843 name "Word count"
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Standard
32851 Counts the number of words in the actual document or the highlighted document
32852  part.
32853 \end_layout
32854
32855 \begin_layout Subsection
32856 T
32857 \begin_inset ERT
32858 status collapsed
32859
32860 \begin_layout Standard
32861
32862 {}
32863 \end_layout
32864
32865 \end_inset
32866
32867 eX Information
32868 \begin_inset LatexCommand index
32869 name "TeX Information"
32870
32871 \end_inset
32872
32873
32874 \end_layout
32875
32876 \begin_layout Standard
32877 Shows you a list of the classes and styles installed in your LaTeX-system.
32878 \end_layout
32879
32880 \begin_layout Subsection
32881 Reconfigure
32882 \begin_inset LatexCommand index
32883 name "Reconfiguration of LyX"
32884
32885 \end_inset
32886
32887
32888 \begin_inset LatexCommand index
32889 name "LyX ! Reconfigure|see{Reconfiguration of LyX}"
32890
32891 \end_inset
32892
32893
32894 \end_layout
32895
32896 \begin_layout Standard
32897 This menu reconfigures LyX.
32898  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
32899
32900 \begin_inset LatexCommand ref
32901 reference "sec:Basic-LyX-Setup"
32902
32903 \end_inset
32904
32905 .
32906 \end_layout
32907
32908 \begin_layout Subsection
32909 Preferences
32910 \end_layout
32911
32912 \begin_layout Standard
32913 The preferences dialog is described in detail in chapter
32914 \begin_inset Formula $\,$
32915 \end_inset
32916
32917
32918 \begin_inset LatexCommand ref
32919 reference "cha:The-Preferences-dialog"
32920
32921 \end_inset
32922
32923 .
32924 \end_layout
32925
32926 \begin_layout Section
32927 The Help Menu
32928 \begin_inset LatexCommand index
32929 name "Menu ! Help"
32930
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \begin_layout Standard
32937 This menu opens the documentation files of LyX in the language of LyX's
32938  menus.
32939 \end_layout
32940
32941 \begin_layout Standard
32942 The menu 
32943 \family sans
32944 LaTeX\InsetSpace ~
32945 Configuration
32946 \family default
32947  shows a LyX-document with informations about the LaTeX-packages and classes
32948  found by LyX (see also section\InsetSpace ~
32949
32950 \begin_inset LatexCommand ref
32951 reference "sec:LaTeX-Setup"
32952
32953 \end_inset
32954
32955 ).
32956 \end_layout
32957
32958 \begin_layout Section
32959 Toolbars
32960 \begin_inset LatexCommand label
32961 name "sec:Toolbars"
32962
32963 \end_inset
32964
32965
32966 \end_layout
32967
32968 \begin_layout Standard
32969 How to show or hide toolbars is explained in section\InsetSpace ~
32970
32971 \begin_inset LatexCommand ref
32972 reference "sub:Toolbars"
32973
32974 \end_inset
32975
32976 .
32977 \end_layout
32978
32979 \begin_layout Standard
32980 It is also possible to define custom toolbars.
32981  This is described in the 
32982 \emph on
32983 Extended Features
32984 \emph default
32985  manual.
32986  
32987 \end_layout
32988
32989 \begin_layout Subsection
32990 Standard Toolbar
32991 \begin_inset LatexCommand index
32992 name "Toolbar ! Standard"
32993
32994 \end_inset
32995
32996
32997 \end_layout
32998
32999 \begin_layout Standard
33000 \begin_inset Graphics
33001         filename clipart/StandardToolbar.png
33002         width 100col%
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Standard
33010 \begin_inset VSpace defskip
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Standard
33017 The standard toolbar as shown above contains from left to right the following
33018  buttons:
33019 \begin_inset ERT
33020 status collapsed
33021
33022 \begin_layout Standard
33023
33024
33025 \backslash
33026 setlength{
33027 \backslash
33028 LTleft}{0pt}
33029 \end_layout
33030
33031 \end_inset
33032
33033
33034 \begin_inset Note Note
33035 status collapsed
33036
33037 \begin_layout Standard
33038 This is necessary to left align the following longtables.
33039  See the 
33040 \emph on
33041 Embedded Objects
33042 \emph default
33043  manual for more information.
33044 \end_layout
33045
33046 \end_inset
33047
33048
33049 \end_layout
33050
33051 \begin_layout Standard
33052 \begin_inset VSpace defskip
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \begin_layout Standard
33059 \begin_inset Tabular
33060 <lyxtabular version="3" rows="1" columns="2">
33061 <features islongtable="true">
33062 <column alignment="center" valignment="top" width="0">
33063 <column alignment="center" valignment="top" width="0">
33064 <row>
33065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33066 \begin_inset Text
33067
33068 \begin_layout Standard
33069 \begin_inset Graphics
33070         filename clipart/ToolbarEnvBox.png
33071         clip
33072
33073 \end_inset
33074
33075
33076 \end_layout
33077
33078 \end_inset
33079 </cell>
33080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Standard
33084 pull-down menu for the paragraph environments
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 </row>
33090 </lyxtabular>
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \begin_layout Standard
33098 \begin_inset VSpace -10mm
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \begin_layout Standard
33105 \align left
33106 \begin_inset Tabular
33107 <lyxtabular version="3" rows="20" columns="2">
33108 <features islongtable="true">
33109 <column alignment="left" valignment="top" width="0">
33110 <column alignment="left" valignment="top" width="0">
33111 <row interlinespace="2.5mm">
33112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Standard
33116
33117 \family sans
33118 \begin_inset Graphics
33119         filename ../images/buffer-new.png
33120         BoundingBox 0bp 5bp 20bp 20bp
33121
33122 \end_inset
33123
33124
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Standard
33133
33134 \family sans
33135 File\SpecialChar \menuseparator
33136 New
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row interlinespace="2.5mm">
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Standard
33147 \begin_inset Graphics
33148         filename ../images/file-open.png
33149         BoundingBox 0bp 5bp 20bp 20bp
33150
33151 \end_inset
33152
33153
33154 \end_layout
33155
33156 \end_inset
33157 </cell>
33158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Standard
33162
33163 \family sans
33164 File\SpecialChar \menuseparator
33165 Open
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 </row>
33171 <row interlinespace="2.5mm">
33172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33173 \begin_inset Text
33174
33175 \begin_layout Standard
33176 \begin_inset Graphics
33177         filename ../images/buffer-write.png
33178         BoundingBox 0bp 5bp 20bp 20bp
33179
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Standard
33191
33192 \family sans
33193 File\SpecialChar \menuseparator
33194 Save
33195 \end_layout
33196
33197 \end_inset
33198 </cell>
33199 </row>
33200 <row interlinespace="2.5mm">
33201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33202 \begin_inset Text
33203
33204 \begin_layout Standard
33205 \begin_inset Graphics
33206         filename ../images/dialog-show_print.png
33207         BoundingBox 0bp 5bp 24bp 20bp
33208
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33217 \begin_inset Text
33218
33219 \begin_layout Standard
33220
33221 \family sans
33222 File\SpecialChar \menuseparator
33223 Print
33224 \end_layout
33225
33226 \end_inset
33227 </cell>
33228 </row>
33229 <row interlinespace="2.5mm">
33230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Standard
33234 \begin_inset Graphics
33235         filename ../images/dialog-show_spellchecker.png
33236         BoundingBox 0bp 5bp 20bp 20bp
33237
33238 \end_inset
33239
33240
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Standard
33249
33250 \family sans
33251 Tools\SpecialChar \menuseparator
33252 Spellchecker
33253 \end_layout
33254
33255 \end_inset
33256 </cell>
33257 </row>
33258 <row interlinespace="2.5mm">
33259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33260 \begin_inset Text
33261
33262 \begin_layout Standard
33263 \begin_inset Graphics
33264         filename ../images/undo.png
33265         BoundingBox 0bp 5bp 20bp 20bp
33266
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Standard
33278
33279 \family sans
33280 Edit\SpecialChar \menuseparator
33281 Undo
33282 \end_layout
33283
33284 \end_inset
33285 </cell>
33286 </row>
33287 <row interlinespace="2.5mm">
33288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33289 \begin_inset Text
33290
33291 \begin_layout Standard
33292 \begin_inset Graphics
33293         filename ../images/redo.png
33294         BoundingBox 0bp 5bp 20bp 20bp
33295
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33304 \begin_inset Text
33305
33306 \begin_layout Standard
33307
33308 \family sans
33309 Edit\SpecialChar \menuseparator
33310 Redo
33311 \end_layout
33312
33313 \end_inset
33314 </cell>
33315 </row>
33316 <row interlinespace="2.5mm">
33317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33318 \begin_inset Text
33319
33320 \begin_layout Standard
33321 \begin_inset Graphics
33322         filename ../images/cut.png
33323         BoundingBox 0bp 5bp 20bp 20bp
33324
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \end_inset
33331 </cell>
33332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33333 \begin_inset Text
33334
33335 \begin_layout Standard
33336
33337 \family sans
33338 Edit\SpecialChar \menuseparator
33339 Cut
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 </row>
33345 <row interlinespace="2.5mm">
33346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33347 \begin_inset Text
33348
33349 \begin_layout Standard
33350 \begin_inset Graphics
33351         filename ../images/copy.png
33352         BoundingBox 0bp 5bp 20bp 20bp
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33362 \begin_inset Text
33363
33364 \begin_layout Standard
33365
33366 \family sans
33367 Edit\SpecialChar \menuseparator
33368 Copy
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 </row>
33374 <row interlinespace="2.5mm">
33375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Standard
33379 \begin_inset Graphics
33380         filename ../images/paste.png
33381         BoundingBox 0bp 5bp 20bp 20bp
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \end_inset
33389 </cell>
33390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33391 \begin_inset Text
33392
33393 \begin_layout Standard
33394
33395 \family sans
33396 Edit\SpecialChar \menuseparator
33397 Paste
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 </row>
33403 <row interlinespace="2.5mm">
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Standard
33408 \begin_inset Graphics
33409         filename ../images/dialog-show_findreplace.png
33410         BoundingBox 0bp 5bp 20bp 25bp
33411         rotateOrigin center
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33421 \begin_inset Text
33422
33423 \begin_layout Standard
33424
33425 \family sans
33426 Edit\SpecialChar \menuseparator
33427 Find\InsetSpace \thinspace{}
33428 &\InsetSpace \thinspace{}
33429 Replace
33430 \end_layout
33431
33432 \end_inset
33433 </cell>
33434 </row>
33435 <row interlinespace="2.5mm">
33436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33437 \begin_inset Text
33438
33439 \begin_layout Standard
33440 \begin_inset Graphics
33441         filename ../images/font-emph.png
33442         BoundingBox 0bp 5bp 20bp 20bp
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \end_inset
33450 </cell>
33451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33452 \begin_inset Text
33453
33454 \begin_layout Standard
33455 Emphasize text, function of the Edit
33456 \family sans
33457 \SpecialChar \menuseparator
33458 Text\InsetSpace ~
33459 Style
33460 \family default
33461  dialog
33462 \end_layout
33463
33464 \end_inset
33465 </cell>
33466 </row>
33467 <row interlinespace="2.5mm">
33468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33469 \begin_inset Text
33470
33471 \begin_layout Standard
33472 \begin_inset Graphics
33473         filename ../images/font-noun.png
33474         BoundingBox 0bp 5bp 20bp 20bp
33475
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \end_inset
33482 </cell>
33483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33484 \begin_inset Text
33485
33486 \begin_layout Standard
33487 Set text to noun style, function of the Edit
33488 \family sans
33489 \SpecialChar \menuseparator
33490 Text\InsetSpace ~
33491 Style
33492 \family default
33493  dialog
33494 \end_layout
33495
33496 \end_inset
33497 </cell>
33498 </row>
33499 <row interlinespace="2.5mm">
33500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Standard
33504 \begin_inset Graphics
33505         filename ../images/font-free-apply.png
33506         BoundingBox 0bp 5bp 20bp 20bp
33507
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \end_inset
33514 </cell>
33515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Standard
33519 Formats text using the current settings in the 
33520 \family sans
33521 Edit\SpecialChar \menuseparator
33522 Text\InsetSpace ~
33523 Style
33524 \family default
33525  dialog
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 </row>
33531 <row interlinespace="2.5mm">
33532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33533 \begin_inset Text
33534
33535 \begin_layout Standard
33536 \begin_inset Graphics
33537         filename ../images/math-mode.png
33538         BoundingBox 0bp 5bp 20bp 20bp
33539
33540 \end_inset
33541
33542
33543 \end_layout
33544
33545 \end_inset
33546 </cell>
33547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Standard
33551
33552 \family sans
33553 Insert\SpecialChar \menuseparator
33554 Math\SpecialChar \menuseparator
33555 Inline\InsetSpace ~
33556 Formula
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 </row>
33562 <row interlinespace="2.5mm">
33563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33564 \begin_inset Text
33565
33566 \begin_layout Standard
33567 \begin_inset Graphics
33568         filename ../images/dialog-show-new-inset_graphics.png
33569         BoundingBox 0bp 5bp 20bp 25bp
33570         rotateOrigin center
33571
33572 \end_inset
33573
33574
33575 \end_layout
33576
33577 \end_inset
33578 </cell>
33579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33580 \begin_inset Text
33581
33582 \begin_layout Standard
33583
33584 \family sans
33585 Insert\SpecialChar \menuseparator
33586 Graphics
33587 \end_layout
33588
33589 \end_inset
33590 </cell>
33591 </row>
33592 <row interlinespace="2.5mm">
33593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33594 \begin_inset Text
33595
33596 \begin_layout Standard
33597 \begin_inset Graphics
33598         filename ../images/tabular-insert.png
33599         BoundingBox 0bp 5bp 20bp 25bp
33600         rotateOrigin center
33601
33602 \end_inset
33603
33604
33605 \end_layout
33606
33607 \end_inset
33608 </cell>
33609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33610 \begin_inset Text
33611
33612 \begin_layout Standard
33613
33614 \family sans
33615 Insert\SpecialChar \menuseparator
33616 Table
33617 \end_layout
33618
33619 \end_inset
33620 </cell>
33621 </row>
33622 <row interlinespace="2.5mm">
33623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33624 \begin_inset Text
33625
33626 \begin_layout Standard
33627 \begin_inset Graphics
33628         filename ../images/dialog-toggle_toc.png
33629         BoundingBox 0bp 5bp 20bp 25bp
33630         rotateOrigin center
33631
33632 \end_inset
33633
33634
33635 \end_layout
33636
33637 \end_inset
33638 </cell>
33639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33640 \begin_inset Text
33641
33642 \begin_layout Standard
33643 Toggle outline window on/off, 
33644 \family sans
33645 Document\SpecialChar \menuseparator
33646 Outline
33647 \end_layout
33648
33649 \end_inset
33650 </cell>
33651 </row>
33652 <row interlinespace="2.5mm">
33653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33654 \begin_inset Text
33655
33656 \begin_layout Standard
33657 \begin_inset Graphics
33658         filename ../images/toolbar-toggle_math.png
33659         BoundingBox 0bp 5bp 20bp 25bp
33660         rotateOrigin center
33661
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \end_inset
33668 </cell>
33669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33670 \begin_inset Text
33671
33672 \begin_layout Standard
33673 Toggle math toolbar on/off
33674 \end_layout
33675
33676 \end_inset
33677 </cell>
33678 </row>
33679 <row interlinespace="2.5mm">
33680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33681 \begin_inset Text
33682
33683 \begin_layout Standard
33684 \begin_inset Graphics
33685         filename ../images/toolbar-toggle_table.png
33686         BoundingBox 0bp 5bp 20bp 25bp
33687         rotateOrigin center
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \end_inset
33695 </cell>
33696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33697 \begin_inset Text
33698
33699 \begin_layout Standard
33700 Toggle table toolbar on/off
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 </row>
33706 </lyxtabular>
33707
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \begin_layout Subsection
33714 Extra Toolbar
33715 \begin_inset LatexCommand index
33716 name "Toolbar ! Extra"
33717
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \begin_layout Standard
33724 \begin_inset Graphics
33725         filename clipart/ExtraToolbar.png
33726         width 100col%
33727
33728 \end_inset
33729
33730
33731 \end_layout
33732
33733 \begin_layout Standard
33734 \begin_inset VSpace defskip
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \begin_layout Standard
33741 The extra toolbar as shown above contains from left to right the following
33742  buttons:
33743 \end_layout
33744
33745 \begin_layout Standard
33746 \begin_inset VSpace defskip
33747 \end_inset
33748
33749
33750 \end_layout
33751
33752 \begin_layout Standard
33753 \begin_inset Tabular
33754 <lyxtabular version="3" rows="23" columns="2">
33755 <features islongtable="true">
33756 <column alignment="left" valignment="top" width="0">
33757 <column alignment="left" valignment="top" width="0">
33758 <row interlinespace="2.5mm">
33759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33760 \begin_inset Text
33761
33762 \begin_layout Standard
33763 \begin_inset Graphics
33764         filename ../images/layout.png
33765         BoundingBox 0bp 5bp 20bp 25bp
33766         rotateOrigin center
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \end_inset
33774 </cell>
33775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33776 \begin_inset Text
33777
33778 \begin_layout Standard
33779 Default
33780 \end_layout
33781
33782 \end_inset
33783 </cell>
33784 </row>
33785 <row interlinespace="2.5mm">
33786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33787 \begin_inset Text
33788
33789 \begin_layout Standard
33790 \begin_inset Graphics
33791         filename ../images/layout_Enumerate.png
33792         BoundingBox 0bp 5bp 20bp 25bp
33793         rotateOrigin center
33794
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \end_inset
33801 </cell>
33802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33803 \begin_inset Text
33804
33805 \begin_layout Standard
33806 Numbered list
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 </row>
33812 <row interlinespace="2.5mm">
33813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33814 \begin_inset Text
33815
33816 \begin_layout Standard
33817 \begin_inset Graphics
33818         filename ../images/layout_Itemize.png
33819         BoundingBox 0bp 5bp 20bp 25bp
33820         rotateOrigin center
33821
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \end_inset
33828 </cell>
33829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33830 \begin_inset Text
33831
33832 \begin_layout Standard
33833 Itemized list
33834 \end_layout
33835
33836 \end_inset
33837 </cell>
33838 </row>
33839 <row interlinespace="2.5mm">
33840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33841 \begin_inset Text
33842
33843 \begin_layout Standard
33844 \begin_inset Graphics
33845         filename ../images/layout_List.png
33846         BoundingBox 0bp 5bp 20bp 25bp
33847         rotateOrigin center
33848
33849 \end_inset
33850
33851
33852 \end_layout
33853
33854 \end_inset
33855 </cell>
33856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33857 \begin_inset Text
33858
33859 \begin_layout Standard
33860 List
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 </row>
33866 <row interlinespace="2.5mm">
33867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33868 \begin_inset Text
33869
33870 \begin_layout Standard
33871 \begin_inset Graphics
33872         filename ../images/layout_Description.png
33873         BoundingBox 0bp 5bp 20bp 25bp
33874         rotateOrigin center
33875
33876 \end_inset
33877
33878
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33884 \begin_inset Text
33885
33886 \begin_layout Standard
33887 Description list
33888 \end_layout
33889
33890 \end_inset
33891 </cell>
33892 </row>
33893 <row interlinespace="2.5mm">
33894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33895 \begin_inset Text
33896
33897 \begin_layout Standard
33898 \begin_inset Graphics
33899         filename ../images/depth-increment.png
33900         BoundingBox 0bp 5bp 20bp 25bp
33901         rotateOrigin center
33902
33903 \end_inset
33904
33905
33906 \end_layout
33907
33908 \end_inset
33909 </cell>
33910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33911 \begin_inset Text
33912
33913 \begin_layout Standard
33914
33915 \family sans
33916 Edit\SpecialChar \menuseparator
33917 Increase\InsetSpace ~
33918 List\InsetSpace ~
33919 Depth
33920 \end_layout
33921
33922 \end_inset
33923 </cell>
33924 </row>
33925 <row interlinespace="2.5mm">
33926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33927 \begin_inset Text
33928
33929 \begin_layout Standard
33930 \begin_inset Graphics
33931         filename ../images/depth-decrement.png
33932         BoundingBox 0bp 5bp 20bp 25bp
33933         rotateOrigin center
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33943 \begin_inset Text
33944
33945 \begin_layout Standard
33946
33947 \family sans
33948 Edit\SpecialChar \menuseparator
33949 Decrease\InsetSpace ~
33950 List\InsetSpace ~
33951 Depth
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 </row>
33957 <row interlinespace="2.5mm">
33958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33959 \begin_inset Text
33960
33961 \begin_layout Standard
33962 \begin_inset Graphics
33963         filename ../images/float-insert_figure.png
33964         BoundingBox 0bp 5bp 20bp 20bp
33965
33966 \end_inset
33967
33968
33969 \end_layout
33970
33971 \end_inset
33972 </cell>
33973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33974 \begin_inset Text
33975
33976 \begin_layout Standard
33977
33978 \family sans
33979 Insert\SpecialChar \menuseparator
33980 Float\SpecialChar \menuseparator
33981 Figure
33982 \end_layout
33983
33984 \end_inset
33985 </cell>
33986 </row>
33987 <row interlinespace="2.5mm">
33988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33989 \begin_inset Text
33990
33991 \begin_layout Standard
33992 \begin_inset Graphics
33993         filename ../images/float-insert_table.png
33994         BoundingBox 0bp 5bp 20bp 20bp
33995
33996 \end_inset
33997
33998
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Standard
34007
34008 \family sans
34009 Insert\SpecialChar \menuseparator
34010 Float\SpecialChar \menuseparator
34011 Table
34012 \end_layout
34013
34014 \end_inset
34015 </cell>
34016 </row>
34017 <row interlinespace="2.5mm">
34018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34019 \begin_inset Text
34020
34021 \begin_layout Standard
34022 \begin_inset Graphics
34023         filename ../images/label-insert.png
34024         BoundingBox 0bp 5bp 20bp 20bp
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \end_inset
34032 </cell>
34033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34034 \begin_inset Text
34035
34036 \begin_layout Standard
34037
34038 \family sans
34039 Insert\SpecialChar \menuseparator
34040 Label
34041 \end_layout
34042
34043 \end_inset
34044 </cell>
34045 </row>
34046 <row interlinespace="2.5mm">
34047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34048 \begin_inset Text
34049
34050 \begin_layout Standard
34051 \begin_inset Graphics
34052         filename ../images/dialog-show-new-inset_ref.png
34053         BoundingBox 0bp 5bp 20bp 20bp
34054
34055 \end_inset
34056
34057
34058 \end_layout
34059
34060 \end_inset
34061 </cell>
34062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34063 \begin_inset Text
34064
34065 \begin_layout Standard
34066
34067 \family sans
34068 Insert\SpecialChar \menuseparator
34069 Cross-Reference
34070 \end_layout
34071
34072 \end_inset
34073 </cell>
34074 </row>
34075 <row interlinespace="2.5mm">
34076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34077 \begin_inset Text
34078
34079 \begin_layout Standard
34080 \begin_inset Graphics
34081         filename ../images/dialog-show-new-inset_citation.png
34082         BoundingBox 0bp 5bp 20bp 20bp
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \end_inset
34090 </cell>
34091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34092 \begin_inset Text
34093
34094 \begin_layout Standard
34095
34096 \family sans
34097 Insert\SpecialChar \menuseparator
34098 Citation
34099 \end_layout
34100
34101 \end_inset
34102 </cell>
34103 </row>
34104 <row interlinespace="2.5mm">
34105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34106 \begin_inset Text
34107
34108 \begin_layout Standard
34109 \begin_inset Graphics
34110         filename ../images/index-insert.png
34111         BoundingBox 0bp 5bp 20bp 20bp
34112
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \end_inset
34119 </cell>
34120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34121 \begin_inset Text
34122
34123 \begin_layout Standard
34124
34125 \family sans
34126 Insert\SpecialChar \menuseparator
34127 Index\InsetSpace ~
34128 Entry
34129 \end_layout
34130
34131 \end_inset
34132 </cell>
34133 </row>
34134 <row interlinespace="2.5mm">
34135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34136 \begin_inset Text
34137
34138 \begin_layout Standard
34139 \begin_inset Graphics
34140         filename ../images/nomencl-insert.png
34141         BoundingBox 0bp 5bp 20bp 20bp
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \end_inset
34149 </cell>
34150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34151 \begin_inset Text
34152
34153 \begin_layout Standard
34154
34155 \family sans
34156 Insert\SpecialChar \menuseparator
34157 Nomenclature\InsetSpace ~
34158 Entry
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 </row>
34164 <row interlinespace="2.5mm">
34165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Standard
34169 \begin_inset Graphics
34170         filename ../images/footnote-insert.png
34171         BoundingBox 0bp 5bp 20bp 20bp
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \end_inset
34179 </cell>
34180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34181 \begin_inset Text
34182
34183 \begin_layout Standard
34184
34185 \family sans
34186 Insert\SpecialChar \menuseparator
34187 Footnote
34188 \end_layout
34189
34190 \end_inset
34191 </cell>
34192 </row>
34193 <row interlinespace="2.5mm">
34194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34195 \begin_inset Text
34196
34197 \begin_layout Standard
34198 \begin_inset Graphics
34199         filename ../images/marginalnote-insert.png
34200         BoundingBox 0bp 5bp 20bp 25bp
34201         rotateOrigin center
34202
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \end_inset
34209 </cell>
34210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34211 \begin_inset Text
34212
34213 \begin_layout Standard
34214
34215 \family sans
34216 Insert\SpecialChar \menuseparator
34217 Marginal\InsetSpace ~
34218 Note
34219 \end_layout
34220
34221 \end_inset
34222 </cell>
34223 </row>
34224 <row interlinespace="2.5mm">
34225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34226 \begin_inset Text
34227
34228 \begin_layout Standard
34229 \begin_inset Graphics
34230         filename ../images/note-insert.png
34231         BoundingBox 0bp 5bp 20bp 20bp
34232
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \end_inset
34239 </cell>
34240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34241 \begin_inset Text
34242
34243 \begin_layout Standard
34244
34245 \family sans
34246 Insert\SpecialChar \menuseparator
34247 Note\SpecialChar \menuseparator
34248 LyX\InsetSpace ~
34249 Note
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 </row>
34255 <row interlinespace="2.5mm">
34256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34257 \begin_inset Text
34258
34259 \begin_layout Standard
34260 \begin_inset Graphics
34261         filename ../images/url-insert.png
34262         BoundingBox 0bp 5bp 20bp 20bp
34263
34264 \end_inset
34265
34266
34267 \end_layout
34268
34269 \end_inset
34270 </cell>
34271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34272 \begin_inset Text
34273
34274 \begin_layout Standard
34275
34276 \family sans
34277 Insert\SpecialChar \menuseparator
34278 URL
34279 \end_layout
34280
34281 \end_inset
34282 </cell>
34283 </row>
34284 <row interlinespace="2.5mm">
34285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Standard
34289 \begin_inset Graphics
34290         filename ../images/ert-insert.png
34291         BoundingBox 0bp 5bp 20bp 20bp
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \end_inset
34299 </cell>
34300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34301 \begin_inset Text
34302
34303 \begin_layout Standard
34304
34305 \family sans
34306 Insert\SpecialChar \menuseparator
34307 T
34308 \family default
34309
34310 \begin_inset ERT
34311 status collapsed
34312
34313 \begin_layout Standard
34314
34315 {}
34316 \end_layout
34317
34318 \end_inset
34319
34320
34321 \family sans
34322 eX
34323 \end_layout
34324
34325 \end_inset
34326 </cell>
34327 </row>
34328 <row interlinespace="2.5mm">
34329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34330 \begin_inset Text
34331
34332 \begin_layout Standard
34333 \begin_inset Graphics
34334         filename ../images/dialog-show-new-inset_include.png
34335         BoundingBox 0bp 5bp 20bp 20bp
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \end_inset
34343 </cell>
34344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34345 \begin_inset Text
34346
34347 \begin_layout Standard
34348
34349 \family sans
34350 Insert\SpecialChar \menuseparator
34351 File\SpecialChar \menuseparator
34352 Child\InsetSpace ~
34353 Document
34354 \end_layout
34355
34356 \end_inset
34357 </cell>
34358 </row>
34359 <row interlinespace="2.5mm">
34360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34361 \begin_inset Text
34362
34363 \begin_layout Standard
34364 \begin_inset Graphics
34365         filename ../images/dialog-show_character.png
34366         BoundingBox 0bp 5bp 20bp 25bp
34367         rotateOrigin center
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \end_inset
34375 </cell>
34376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34377 \begin_inset Text
34378
34379 \begin_layout Standard
34380
34381 \family sans
34382 Edit\SpecialChar \menuseparator
34383 Text\InsetSpace ~
34384 Style
34385 \end_layout
34386
34387 \end_inset
34388 </cell>
34389 </row>
34390 <row interlinespace="2.5mm">
34391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34392 \begin_inset Text
34393
34394 \begin_layout Standard
34395 \begin_inset Graphics
34396         filename ../images/layout-paragraph.png
34397         BoundingBox 0bp 5bp 20bp 25bp
34398         rotateOrigin center
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \end_inset
34406 </cell>
34407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34408 \begin_inset Text
34409
34410 \begin_layout Standard
34411
34412 \family sans
34413 Edit\SpecialChar \menuseparator
34414 Paragraph\InsetSpace ~
34415 Settings
34416 \end_layout
34417
34418 \end_inset
34419 </cell>
34420 </row>
34421 <row interlinespace="2.5mm">
34422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34423 \begin_inset Text
34424
34425 \begin_layout Standard
34426 \begin_inset Graphics
34427         filename ../images/thesaurus-entry.png
34428         BoundingBox 0bp 5bp 20bp 25bp
34429         rotateOrigin center
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \end_inset
34437 </cell>
34438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Standard
34442
34443 \family sans
34444 Tools\SpecialChar \menuseparator
34445 Thesaurus
34446 \end_layout
34447
34448 \end_inset
34449 </cell>
34450 </row>
34451 </lyxtabular>
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \begin_layout Subsection
34459 View / Update Toolbar
34460 \begin_inset LatexCommand index
34461 name "Toolbar ! View / Update"
34462
34463 \end_inset
34464
34465
34466 \end_layout
34467
34468 \begin_layout Standard
34469 \begin_inset Graphics
34470         filename clipart/ViewToolbar.png
34471
34472 \end_inset
34473
34474
34475 \end_layout
34476
34477 \begin_layout Standard
34478 \begin_inset VSpace defskip
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Standard
34485 The view / update toolbar as shown above contains from left to right the
34486  following buttons:
34487 \end_layout
34488
34489 \begin_layout Standard
34490 \begin_inset VSpace defskip
34491 \end_inset
34492
34493
34494 \end_layout
34495
34496 \begin_layout Standard
34497 \begin_inset Tabular
34498 <lyxtabular version="3" rows="6" columns="2">
34499 <features islongtable="true">
34500 <column alignment="left" valignment="top" width="0">
34501 <column alignment="left" valignment="top" width="0">
34502 <row interlinespace="2.5mm">
34503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34504 \begin_inset Text
34505
34506 \begin_layout Standard
34507 \begin_inset Graphics
34508         filename ../images/buffer-view_dvi.png
34509         BoundingBox 0bp 5bp 20bp 25bp
34510         rotateOrigin center
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \end_inset
34518 </cell>
34519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Standard
34523
34524 \family sans
34525 View\SpecialChar \menuseparator
34526 DVI
34527 \end_layout
34528
34529 \end_inset
34530 </cell>
34531 </row>
34532 <row interlinespace="2.5mm">
34533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Standard
34537 \begin_inset Graphics
34538         filename ../images/buffer-update_dvi.png
34539         BoundingBox 0bp 5bp 20bp 25bp
34540         rotateOrigin center
34541
34542 \end_inset
34543
34544
34545 \end_layout
34546
34547 \end_inset
34548 </cell>
34549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34550 \begin_inset Text
34551
34552 \begin_layout Standard
34553
34554 \family sans
34555 View\SpecialChar \menuseparator
34556 Update\SpecialChar \menuseparator
34557 DVI
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 </row>
34563 <row interlinespace="2.5mm">
34564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Standard
34568 \begin_inset Graphics
34569         filename ../images/buffer-view_pdf2.png
34570         BoundingBox 0bp 5bp 20bp 25bp
34571         rotateOrigin center
34572
34573 \end_inset
34574
34575
34576 \end_layout
34577
34578 \end_inset
34579 </cell>
34580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34581 \begin_inset Text
34582
34583 \begin_layout Standard
34584
34585 \family sans
34586 View\SpecialChar \menuseparator
34587 PDF
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 </row>
34593 <row interlinespace="2.5mm">
34594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34595 \begin_inset Text
34596
34597 \begin_layout Standard
34598 \begin_inset Graphics
34599         filename ../images/buffer-update_pdf2.png
34600         BoundingBox 0bp 5bp 20bp 25bp
34601         rotateOrigin center
34602
34603 \end_inset
34604
34605
34606 \end_layout
34607
34608 \end_inset
34609 </cell>
34610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34611 \begin_inset Text
34612
34613 \begin_layout Standard
34614
34615 \family sans
34616 View\SpecialChar \menuseparator
34617 Update\SpecialChar \menuseparator
34618 PDF
34619 \begin_inset Foot
34620 status collapsed
34621
34622 \begin_layout Standard
34623 This button is on some LyX for Windows installations not here because its
34624  functionality is merged with 
34625 \family sans
34626 View\SpecialChar \menuseparator
34627 PDF
34628 \family default
34629 .
34630  
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \end_inset
34639 </cell>
34640 </row>
34641 <row interlinespace="2.5mm">
34642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34643 \begin_inset Text
34644
34645 \begin_layout Standard
34646 \begin_inset Graphics
34647         filename ../images/buffer-view_ps.png
34648         BoundingBox 0bp 5bp 20bp 25bp
34649         rotateOrigin center
34650
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \end_inset
34657 </cell>
34658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34659 \begin_inset Text
34660
34661 \begin_layout Standard
34662
34663 \family sans
34664 View\SpecialChar \menuseparator
34665 Postscript
34666 \end_layout
34667
34668 \end_inset
34669 </cell>
34670 </row>
34671 <row interlinespace="2.5mm">
34672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34673 \begin_inset Text
34674
34675 \begin_layout Standard
34676 \begin_inset Graphics
34677         filename ../images/buffer-update_ps.png
34678         BoundingBox 0bp 5bp 20bp 25bp
34679         rotateOrigin center
34680
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \end_inset
34687 </cell>
34688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34689 \begin_inset Text
34690
34691 \begin_layout Standard
34692
34693 \family sans
34694 View\SpecialChar \menuseparator
34695 Update\SpecialChar \menuseparator
34696 Postscript
34697 \end_layout
34698
34699 \end_inset
34700 </cell>
34701 </row>
34702 </lyxtabular>
34703
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \begin_layout Subsection
34710 Other Toolbars
34711 \end_layout
34712
34713 \begin_layout Standard
34714 The change tracking toolbar is explained in section\InsetSpace ~
34715
34716 \begin_inset LatexCommand ref
34717 reference "sec:Change-Tracking"
34718
34719 \end_inset
34720
34721 , the table toolbar
34722 \begin_inset LatexCommand index
34723 name "Toolbar ! Table"
34724
34725 \end_inset
34726
34727  is explained in the 
34728 \emph on
34729 Embedded Objects
34730 \emph default
34731  manual.
34732 \end_layout
34733
34734 \begin_layout Chapter
34735 The 
34736 \family sans
34737 Preferences
34738 \family default
34739  Dialog
34740 \begin_inset LatexCommand label
34741 name "cha:The-Preferences-dialog"
34742
34743 \end_inset
34744
34745
34746 \begin_inset LatexCommand index
34747 name "Dialogs ! Preferences"
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Standard
34755 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
34756 Preferences.
34757  It consists of submenus explained in the following.
34758 \end_layout
34759
34760 \begin_layout Section
34761 Look and Feel
34762 \end_layout
34763
34764 \begin_layout Subsection
34765 User Interface
34766 \begin_inset LatexCommand label
34767 name "sec:ui"
34768
34769 \end_inset
34770
34771
34772 \begin_inset LatexCommand index
34773 name "Customization ! of toolbars"
34774
34775 \end_inset
34776
34777
34778 \begin_inset LatexCommand index
34779 name "Customization ! of menus"
34780
34781 \end_inset
34782
34783
34784 \end_layout
34785
34786 \begin_layout Standard
34787 \begin_inset Note Greyedout
34788 status open
34789
34790 \begin_layout Standard
34791
34792 \series bold
34793 Note:
34794 \series default
34795  You have to restart LyX before changes in ui- and bind-files take effect.
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \begin_layout Subsubsection
34804 User Interface File
34805 \begin_inset LatexCommand index
34806 name "Customization ! of toolbars"
34807
34808 \end_inset
34809
34810
34811 \begin_inset LatexCommand index
34812 name "Customization ! of menus"
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 The appearance of the menus and toolbars can be changed by choosing an user
34821  interface (ui) file.
34822  An ui-file is a textfile where the toolbars and menus are listed.
34823  The toolbar buttons and menu entries are specified in the files 
34824 \shape italic
34825 stdtoolbars.inc
34826 \shape default
34827  and 
34828 \shape italic
34829 stdmenus.inc
34830 \shape default
34831 , respectively.
34832  To create your own menu and toolbar layout, start with a copy of these
34833  files and edit the entries.
34834 \end_layout
34835
34836 \begin_layout Standard
34837 The syntax of the .inc-files is straightforward: The 
34838 \family sans
34839 Menubar
34840 \family default
34841
34842 \family sans
34843 Menu
34844 \family default
34845  and 
34846 \family sans
34847 Toolbar
34848 \family default
34849  entries must be ended with an explicit 
34850 \family sans
34851 End
34852 \family default
34853 .
34854  They may contain 
34855 \family sans
34856 Submenus
34857 \family default
34858
34859 \family sans
34860 Items
34861 \family default
34862
34863 \family sans
34864 OptItems
34865 \family default
34866
34867 \family sans
34868 Separators
34869 \family default
34870
34871 \family sans
34872 Icons,
34873 \family default
34874  and in the case of the 
34875 \begin_inset Quotes eld
34876 \end_inset
34877
34878 file
34879 \begin_inset Quotes erd
34880 \end_inset
34881
34882  menus a 
34883 \family sans
34884 Lastfiles
34885 \family default
34886  entry.
34887  The syntax for the entries is:
34888 \end_layout
34889
34890 \begin_layout Standard
34891 \begin_inset VSpace smallskip*
34892 \end_inset
34893
34894
34895 \series bold
34896 Item 
34897 \begin_inset Quotes erd
34898 \end_inset
34899
34900 menu or button name
34901 \begin_inset Quotes erd
34902 \end_inset
34903
34904  
34905 \begin_inset Quotes erd
34906 \end_inset
34907
34908 LyX-function
34909 \begin_inset Quotes erd
34910 \end_inset
34911
34912
34913 \end_layout
34914
34915 \begin_layout Standard
34916 \noindent
34917 \begin_inset VSpace smallskip*
34918 \end_inset
34919
34920 All LyX-functions are listed in 
34921 \begin_inset LatexCommand cite
34922 key "LyX-func"
34923
34924 \end_inset
34925
34926 .
34927 \end_layout
34928
34929 \begin_layout Standard
34930 \begin_inset VSpace medskip
34931 \end_inset
34932
34933
34934 \end_layout
34935
34936 \begin_layout Standard
34937 An example: Assuming you use the menu 
34938 \family sans
34939 Navigate\SpecialChar \menuseparator
34940 Bookmarks
34941 \family default
34942  quite often and therefore want six available bookmarks, you can add the
34943  line
34944 \end_layout
34945
34946 \begin_layout Standard
34947 \begin_inset VSpace smallskip*
34948 \end_inset
34949
34950
34951 \series bold
34952 Item "Save Bookmark 6" "bookmark-save 6"
34953 \end_layout
34954
34955 \begin_layout Standard
34956 \noindent
34957 \begin_inset VSpace smallskip*
34958 \end_inset
34959
34960 to the navigate menu section in the .inc-file to have the sixth bookmark.
34961 \end_layout
34962
34963 \begin_layout Subsubsection
34964 Bind-File
34965 \begin_inset LatexCommand index
34966 name "Bindings"
34967
34968 \end_inset
34969
34970
34971 \end_layout
34972
34973 \begin_layout Standard
34974 Bindings are used to bind a function to a key.
34975  Several binding files are available:
34976 \end_layout
34977
34978 \begin_layout Description
34979 cua.bind typical set of PC keyboard shortcuts
34980 \end_layout
34981
34982 \begin_layout Description
34983 (x)emacs.bind set of bindings like they are used in the editor programs 
34984 \family sans
34985 Emacs
34986 \family default
34987  (
34988 \family sans
34989 XEmacs
34990 \family default
34991 )
34992 \end_layout
34993
34994 \begin_layout Description
34995 mac.bind set of bindings for Mac\InsetSpace \thinspace{}
34996 OS systems.
34997 \end_layout
34998
34999 \begin_layout Standard
35000 There are also bind-files designed for special document classes, like 
35001 \shape italic
35002 broadway.bind
35003 \shape default
35004 , and bind files for special languages.
35005  The name of language bind-files begin with a language code, e.g.
35006  
35007 \begin_inset Quotes eld
35008 \end_inset
35009
35010 pt
35011 \begin_inset Quotes erd
35012 \end_inset
35013
35014  for Portuguese.
35015  If you use LyX in a certain language, LyX will try to use the appropriate
35016  bind-file.
35017 \end_layout
35018
35019 \begin_layout Standard
35020 Some bind-files, like 
35021 \emph on
35022 math.bind
35023 \emph default
35024 , have only a small scope.
35025  When looking at the the end of the file 
35026 \shape italic
35027 cua.bind
35028 \shape default
35029 , you can see that they are included to keep the overview in the bind-file.
35030 \end_layout
35031
35032 \begin_layout Standard
35033 If you like to customize the keybindings to your own taste, modify the bind-file
35034 s with a text editor.
35035  The syntax of the entries is:
35036 \end_layout
35037
35038 \begin_layout Standard
35039
35040 \series bold
35041
35042 \backslash
35043 bind 
35044 \begin_inset Quotes erd
35045 \end_inset
35046
35047 key combination
35048 \begin_inset Quotes erd
35049 \end_inset
35050
35051  
35052 \begin_inset Quotes erd
35053 \end_inset
35054
35055 LyX-function
35056 \begin_inset Quotes erd
35057 \end_inset
35058
35059
35060 \end_layout
35061
35062 \begin_layout Standard
35063 All LyX-functions are listed in 
35064 \begin_inset LatexCommand cite
35065 key "LyX-func"
35066
35067 \end_inset
35068
35069 .
35070 \end_layout
35071
35072 \begin_layout Subsubsection
35073 Session
35074 \end_layout
35075
35076 \begin_layout Standard
35077 When the option 
35078 \family sans
35079 Save\InsetSpace \thinspace{}
35080 /\InsetSpace \thinspace{}
35081 restore window size, or use fixed size
35082 \family default
35083  is not checked, you can specify the size of LyX's main window when LyX
35084  is started.
35085 \end_layout
35086
35087 \begin_layout Standard
35088 With the option 
35089 \family sans
35090 Save\InsetSpace \thinspace{}
35091 /\InsetSpace \thinspace{}
35092 restore window position
35093 \family default
35094  LyX will be opened with its main window at the last used position.
35095 \end_layout
35096
35097 \begin_layout Standard
35098 The option 
35099 \family sans
35100 Restore cursor positions
35101 \family default
35102  sets the cursor to the position in the file where it has been the last
35103  time.
35104 \end_layout
35105
35106 \begin_layout Standard
35107 The option 
35108 \family sans
35109 Load opened files from last session
35110 \family default
35111  opens all files that were opened in the last LyX session.
35112 \end_layout
35113
35114 \begin_layout Subsubsection
35115 Documents
35116 \end_layout
35117
35118 \begin_layout Standard
35119 When the option 
35120 \family sans
35121 Backup documents
35122 \family default
35123  is set, you can specify the time between backup saves.
35124 \end_layout
35125
35126 \begin_layout Standard
35127
35128 \family sans
35129 Maximum last files
35130 \family default
35131  is the number of last opened files that LyX should display in the menu
35132  
35133 \family sans
35134 File\SpecialChar \menuseparator
35135 Open\InsetSpace ~
35136 Recent
35137 \family default
35138 .
35139 \end_layout
35140
35141 \begin_layout Subsubsection
35142 Scrolling
35143 \end_layout
35144
35145 \begin_layout Standard
35146 The option 
35147 \family sans
35148 Cursor follows scrollbar
35149 \family default
35150  sets the cursor to the top of the currently displayed document part when
35151  scrolling.
35152 \end_layout
35153
35154 \begin_layout Subsection
35155 Screen Fonts
35156 \begin_inset LatexCommand index
35157 name "Font ! Screen"
35158
35159 \end_inset
35160
35161
35162 \end_layout
35163
35164 \begin_layout Standard
35165 These fonts are used to display your documents on the screen.
35166 \end_layout
35167
35168 \begin_layout Standard
35169 \begin_inset Note Greyedout
35170 status open
35171
35172 \begin_layout Standard
35173
35174 \series bold
35175 Note:
35176 \series default
35177  This section only deals with the fonts 
35178 \emph on
35179 inside
35180 \emph default
35181  the LyX window.
35182  The fonts that appear on the output are independent from these fonts, and
35183  set in the menu 
35184 \family sans
35185 Layout\SpecialChar \menuseparator
35186 Document
35187 \family default
35188 .
35189 \end_layout
35190
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \begin_layout Standard
35197 By default, LyX uses 
35198 \family typewriter
35199 Times
35200 \family default
35201  as roman (serif) font, 
35202 \family typewriter
35203 Arial
35204 \family default
35205  or 
35206 \family typewriter
35207 Helvetica
35208 \family default
35209  (depends on the system) as 
35210 \family sans
35211 sans\InsetSpace ~
35212 serif
35213 \family default
35214  font, and 
35215 \family typewriter
35216 Courier
35217 \family default
35218  as 
35219 \family typewriter
35220 typewriter
35221 \family default
35222  font.
35223 \end_layout
35224
35225 \begin_layout Standard
35226 You can change the font size with the 
35227 \family sans
35228 Zoom
35229 \family default
35230  setting.
35231 \end_layout
35232
35233 \begin_layout Standard
35234
35235 \family sans
35236 Screen DPI
35237 \family default
35238  is the screen resolution in dpi (dots per inch).
35239  The Font Sizes are calculated as letter height in units of points.
35240  72\InsetSpace \thinspace{}
35241 points have the size of 1\InsetSpace \thinspace{}
35242 inch, see Appendix\InsetSpace ~
35243
35244 \begin_inset LatexCommand ref
35245 reference "cha:Units-available-in"
35246
35247 \end_inset
35248
35249 .
35250 \end_layout
35251
35252 \begin_layout Standard
35253 The default 
35254 \family sans
35255 Font Sizes
35256 \family default
35257  are the same as if a document font size of 10
35258 \begin_inset Formula $\,$
35259 \end_inset
35260
35261 pt would be used.
35262  The sizes are explained in detail in section\InsetSpace ~
35263
35264 \begin_inset LatexCommand ref
35265 reference "sub:Document-Font"
35266
35267 \end_inset
35268
35269 .
35270 \end_layout
35271
35272 \begin_layout Subsection
35273 Colors
35274 \end_layout
35275
35276 \begin_layout Standard
35277 You can here change all colors used by LyX.
35278  Choose an item in the list and use the 
35279 \family sans
35280 Alter
35281 \family default
35282  button.
35283 \end_layout
35284
35285 \begin_layout Subsection
35286 Graphics
35287 \end_layout
35288
35289 \begin_layout Standard
35290 Here you can specify how graphics inside LyX are displayed.
35291 \end_layout
35292
35293 \begin_layout Standard
35294
35295 \family sans
35296 Instant Preview
35297 \family default
35298  enables previewing snippets of your document.
35299  This feature is described in section\InsetSpace ~
35300
35301 \begin_inset LatexCommand ref
35302 reference "sec:Previewing-snippets-of"
35303
35304 \end_inset
35305
35306 .
35307 \end_layout
35308
35309 \begin_layout Subsection
35310 Keyboard Map
35311 \begin_inset LatexCommand index
35312 name "Keyboard Map"
35313
35314 \end_inset
35315
35316
35317 \end_layout
35318
35319 \begin_layout Standard
35320 Normally keyboard settings have to be done in a menu of your operating system.
35321  For the case that this is not possible, LyX provides keyboard maps.
35322  If you have e.\InsetSpace \thinspace{}
35323 g.\InsetSpace ~
35324 a Czech keyboard but want to write with it like with a Romanian
35325  one, you can use the keyboard map file named 
35326 \emph on
35327 romanian.kmap
35328 \emph default
35329 .
35330 \end_layout
35331
35332 \begin_layout Standard
35333 \begin_inset Note Greyedout
35334 status open
35335
35336 \begin_layout Standard
35337
35338 \series bold
35339 Note:
35340 \series default
35341  Keyboard maps are only provided as makeshift and don't work on all systems.
35342 \end_layout
35343
35344 \end_inset
35345
35346
35347 \end_layout
35348
35349 \begin_layout Section
35350 Paths
35351 \end_layout
35352
35353 \begin_layout Section
35354 Identity
35355 \end_layout
35356
35357 \begin_layout Section
35358 Language Settings
35359 \end_layout
35360
35361 \begin_layout Subsection
35362 Language
35363 \end_layout
35364
35365 \begin_layout Standard
35366 The 
35367 \family sans
35368 Default language
35369 \family default
35370  is the language used in new documents.
35371  The Language package should always be babel.
35372  babel translates in the background automatically text labels to the document
35373  language.
35374  A text label is for instance the word 
35375 \begin_inset Quotes eld
35376 \end_inset
35377
35378 table
35379 \begin_inset Quotes erd
35380 \end_inset
35381
35382  at the beginning of every table-caption.
35383  
35384 \series bold
35385
35386 \backslash
35387 usepackage{babel}
35388 \series default
35389  is a LaTeX-command to use the package babel.
35390  For an introduction to the LaTeX-Syntax, look at section\InsetSpace ~
35391
35392 \begin_inset LatexCommand ref
35393 reference "sec:ERT"
35394
35395 \end_inset
35396
35397 .
35398 \end_layout
35399
35400 \begin_layout Standard
35401
35402 \family sans
35403 Command start/end
35404 \family default
35405  ???
35406 \end_layout
35407
35408 \begin_layout Standard
35409 There are also the following options in the menu:
35410 \end_layout
35411
35412 \begin_layout Description
35413 Use\InsetSpace ~
35414 babel whether babel is used or not
35415 \end_layout
35416
35417 \begin_layout Description
35418 Global ??
35419 \end_layout
35420
35421 \begin_layout Description
35422 Auto\InsetSpace ~
35423 begin ??
35424 \end_layout
35425
35426 \begin_layout Description
35427 Auto\InsetSpace ~
35428 end ??
35429 \end_layout
35430
35431 \begin_layout Description
35432 Mark\InsetSpace ~
35433 foreign\InsetSpace ~
35434 languages text marked formatted in a language different from
35435  the document language will be blue underlined
35436 \end_layout
35437
35438 \begin_layout Description
35439 Right\InsetSpace ~
35440 to\InsetSpace ~
35441 left\InsetSpace ~
35442 language\InsetSpace ~
35443 support enables the use of languages, written from right
35444  to left, like Arabic, Hebrew, Farsi
35445 \end_layout
35446
35447 \begin_layout Subsection
35448 Spellchecker
35449 \end_layout
35450
35451 \begin_layout Standard
35452 The spellchecker setting are explained in section\InsetSpace ~
35453
35454 \begin_inset LatexCommand ref
35455 reference "sec:Spellchecking"
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Section
35463 Outputs
35464 \end_layout
35465
35466 \begin_layout Subsection
35467 Printer
35468 \end_layout
35469
35470 \begin_layout Subsection
35471 Date Format
35472 \end_layout
35473
35474 \begin_layout Standard
35475 %a locale's abbreviated weekday name (Sun..Sat)
35476 \end_layout
35477
35478 \begin_layout Standard
35479 \noindent
35480 %A locale's full weekday name, variable length (Sunday..Saturday)
35481 \end_layout
35482
35483 \begin_layout Standard
35484 \noindent
35485 %b locale's abbreviated month name (Jan..Dec)
35486 \end_layout
35487
35488 \begin_layout Standard
35489 \noindent
35490 %B locale's full month name, variable length (January..December)
35491 \end_layout
35492
35493 \begin_layout Standard
35494 \noindent
35495 %c locale's date and time (Sat Nov 04 12:02:33 EST 1989)
35496 \end_layout
35497
35498 \begin_layout Standard
35499 \noindent
35500 %C century (year divided by 100 and truncated to an integer) [00-99]
35501 \end_layout
35502
35503 \begin_layout Standard
35504 \noindent
35505 %d day of month (01..31)
35506 \end_layout
35507
35508 \begin_layout Standard
35509 \noindent
35510 %D date (mm/dd/yy)
35511 \end_layout
35512
35513 \begin_layout Standard
35514 \noindent
35515 %e day of month, blank padded ( 1..31)
35516 \end_layout
35517
35518 \begin_layout Standard
35519 \noindent
35520 %F same as %Y-%m-%d
35521 \end_layout
35522
35523 \begin_layout Standard
35524 \noindent
35525 %g the 2-digit year corresponding to the %V week number
35526 \end_layout
35527
35528 \begin_layout Standard
35529 \noindent
35530 %G the 4-digit year corresponding to the %V week number
35531 \end_layout
35532
35533 \begin_layout Standard
35534 \noindent
35535 %h same as %b
35536 \end_layout
35537
35538 \begin_layout Standard
35539 \noindent
35540 %H hour (00..23)
35541 \end_layout
35542
35543 \begin_layout Standard
35544 \noindent
35545 %I hour (01..12)
35546 \end_layout
35547
35548 \begin_layout Standard
35549 \noindent
35550 %j day of year (001..366)
35551 \end_layout
35552
35553 \begin_layout Standard
35554 \noindent
35555 %k hour ( 0..23)
35556 \end_layout
35557
35558 \begin_layout Standard
35559 \noindent
35560 %l hour ( 1..12)
35561 \end_layout
35562
35563 \begin_layout Standard
35564 \noindent
35565 %m month (01..12)
35566 \end_layout
35567
35568 \begin_layout Standard
35569 \noindent
35570 %M minute (00..59)
35571 \end_layout
35572
35573 \begin_layout Standard
35574 \noindent
35575 %n a newline
35576 \end_layout
35577
35578 \begin_layout Standard
35579 \noindent
35580 %N nanoseconds (000000000..999999999)
35581 \end_layout
35582
35583 \begin_layout Standard
35584 \noindent
35585 %p locale's upper case AM or PM indicator (blank in many locales)
35586 \end_layout
35587
35588 \begin_layout Standard
35589 \noindent
35590 %P locale's lower case am or pm indicator (blank in many locales)
35591 \end_layout
35592
35593 \begin_layout Standard
35594 \noindent
35595 %r time, 12-hour (hh:mm:ss [AP]M)
35596 \end_layout
35597
35598 \begin_layout Standard
35599 \noindent
35600 %R time, 24-hour (hh:mm)
35601 \end_layout
35602
35603 \begin_layout Standard
35604 \noindent
35605 %s seconds since `00:00:00 1970-01-01 UTC' (a GNU extension)
35606 \end_layout
35607
35608 \begin_layout Standard
35609 \noindent
35610 %S second (00..60); the 60 is necessary to accommodate a leap second
35611 \end_layout
35612
35613 \begin_layout Standard
35614 \noindent
35615 %t a horizontal tab
35616 \end_layout
35617
35618 \begin_layout Standard
35619 \noindent
35620 %T time, 24-hour (hh:mm:ss)
35621 \end_layout
35622
35623 \begin_layout Standard
35624 \noindent
35625 %u day of week (1..7); 1 represents Monday
35626 \end_layout
35627
35628 \begin_layout Standard
35629 \noindent
35630 %U week number of year with Sunday as first day of week (00..53)
35631 \end_layout
35632
35633 \begin_layout Standard
35634 \noindent
35635 %V week number of year with Monday as first day of week (01..53)
35636 \end_layout
35637
35638 \begin_layout Standard
35639 \noindent
35640 %w day of week (0..6); 0 represents Sunday
35641 \end_layout
35642
35643 \begin_layout Standard
35644 \noindent
35645 %W week number of year with Monday as first day of week (00..53)
35646 \end_layout
35647
35648 \begin_layout Standard
35649 \noindent
35650 %x locale's date representation (mm/dd/yy)
35651 \end_layout
35652
35653 \begin_layout Standard
35654 \noindent
35655 %X locale's time representation (%H:%M:%S)
35656 \end_layout
35657
35658 \begin_layout Standard
35659 \noindent
35660 %y last two digits of year (00..99)
35661 \end_layout
35662
35663 \begin_layout Standard
35664 \noindent
35665 %Y year (1970...)
35666 \end_layout
35667
35668 \begin_layout Standard
35669 \noindent
35670 %z RFC-822 style numeric timezone (-0500) (a nonstandard extension)
35671 \end_layout
35672
35673 \begin_layout Standard
35674 \noindent
35675 %Z time zone (e.g., EDT), or nothing if no time zone is determinable
35676 \end_layout
35677
35678 \begin_layout Subsection
35679 Plain Text
35680 \end_layout
35681
35682 \begin_layout Standard
35683
35684 \family sans
35685 Output line length
35686 \family default
35687  sets maximum number of characters printed in one line when using the menu
35688  
35689 \family sans
35690 File\SpecialChar \menuseparator
35691 Export\SpecialChar \menuseparator
35692 ASCII
35693 \family default
35694 .
35695  Setting the line line length to 0 means all text is printed in one endless
35696  line.
35697 \end_layout
35698
35699 \begin_layout Standard
35700 roff command defines an additional command used to produce better ASCII
35701  tables with the 
35702 \family typewriter
35703 groff/troff/nroff
35704 \family default
35705  UNIX-commands (refer to their manpages for more information about them).
35706  Setting this as empty tells LyX to use the internal formatter.
35707 \end_layout
35708
35709 \begin_layout Subsection
35710 LaT
35711 \begin_inset ERT
35712 status collapsed
35713
35714 \begin_layout Standard
35715
35716 {}
35717 \end_layout
35718
35719 \end_inset
35720
35721 eX
35722 \end_layout
35723
35724 \begin_layout Subsection
35725 Paths
35726 \end_layout
35727
35728 \begin_layout Section
35729 Converters
35730 \end_layout
35731
35732 \begin_layout Standard
35733 LyX has a powerful mechanism to convert to and from any file format using
35734  external programs.
35735  Define a pair of formats, e.g.
35736  
35737 \family typewriter
35738 LaTeX
35739 \family default
35740  and 
35741 \family typewriter
35742 PDF
35743 \family default
35744 .
35745  Now define a converter from one format to the other.
35746  In our example, two possible mechanisms exist.
35747 \end_layout
35748
35749 \begin_layout Enumerate
35750 A direct conversion, from LaTeX to PDF using pdflatex
35751 \end_layout
35752
35753 \begin_layout Enumerate
35754 A more convoluted route using intermediate formats and converters: LaTeX
35755  to DVI (using latex) to PostScript® (using dvips) to PDF (using ps2pdf).
35756 \end_layout
35757
35758 \begin_layout Standard
35759 LyX will always choose the shortest possible route, so you must specify
35760  two different Format names for 
35761 \family typewriter
35762 .pdf
35763 \family default
35764  files to be able to use either.
35765  Both are included by default in the 
35766 \family sans
35767 Preferences
35768 \family default
35769  dialog.
35770  Have a look and then invent your own!
35771 \end_layout
35772
35773 \begin_layout Standard
35774 Moreover, each Format can have a Viewer associated with it.
35775  For example, you might want to use 
35776 \family typewriter
35777 Ghostview
35778 \family default
35779  to examine PostScript files, or 
35780 \family typewriter
35781 xdvi
35782 \family default
35783  to preview the LaTeX output.
35784  You can alter the viewer to use (and what options to pass to it) via the
35785  
35786 \family sans
35787 Tols\SpecialChar \menuseparator
35788 Preferences:Converters
35789 \family default
35790  dialog.
35791  For example, to change the 
35792 \family typewriter
35793 dvi
35794 \family default
35795  viewer, select the 
35796 \family typewriter
35797 DVI
35798 \family default
35799  format in the dialog, change the viewer to be 
35800 \family typewriter
35801 kdvi
35802 \family default
35803  (or whatever), and hit 
35804 \family sans
35805 Modify
35806 \family default
35807 .
35808 \end_layout
35809
35810 \begin_layout Section
35811 File Formats
35812 \end_layout
35813
35814 \begin_layout Section
35815 Copiers
35816 \end_layout
35817
35818 \begin_layout Section
35819 BibTeX and makeindex
35820 \end_layout
35821
35822 \begin_layout Standard
35823 Both the bibliography generating command (default 
35824 \family typewriter
35825 bibtex
35826 \family default
35827 ) and the index generating command (default 
35828 \family typewriter
35829 makeindex
35830 \family default
35831  with options 
35832 \family typewriter
35833 -c
35834 \family default
35835  and 
35836 \family typewriter
35837 -q
35838 \family default
35839 ) can be changed.
35840  As an alternative for 
35841 \family typewriter
35842 makeindex
35843 \family default
35844
35845 \family typewriter
35846 xindy
35847 \family default
35848  can be recommended.
35849  
35850 \end_layout
35851
35852 \begin_layout Standard
35853 The command to enter is
35854 \end_layout
35855
35856 \begin_layout Quote
35857
35858 \family typewriter
35859 makeindex.sh -m $$lang
35860 \end_layout
35861
35862 \begin_layout Standard
35863 where the placeholder 
35864 \family typewriter
35865 $$lang
35866 \family default
35867  will be replaced by the chosen document (babel) language.
35868  For this, you must 
35869 \end_layout
35870
35871 \begin_layout Standard
35872 have installed the packages 
35873 \family typewriter
35874 xindy
35875 \family default
35876  and 
35877 \family typewriter
35878 make-rules
35879 \family default
35880  (
35881 \family typewriter
35882 xindy-make-rules
35883 \family default
35884 ).
35885  Type 
35886 \family typewriter
35887 makeindex.sh
35888 \family default
35889  at a shell prompt for a help page.
35890 \end_layout
35891
35892 \begin_layout Chapter
35893 Units available in LyX
35894 \begin_inset LatexCommand index
35895 name "Units"
35896
35897 \end_inset
35898
35899
35900 \begin_inset LatexCommand label
35901 name "cha:Units-available-in"
35902
35903 \end_inset
35904
35905
35906 \end_layout
35907
35908 \begin_layout Standard
35909 To understand the units described in this documentation, 
35910 \begin_inset LatexCommand ref
35911 reference "cap:Units"
35912
35913 \end_inset
35914
35915  explains all units available in LyX.
35916 \end_layout
35917
35918 \begin_layout Standard
35919 \begin_inset Float table
35920 placement h
35921 wide false
35922 sideways false
35923 status open
35924
35925 \begin_layout Standard
35926 \begin_inset Caption
35927
35928 \begin_layout Standard
35929 \begin_inset LatexCommand label
35930 name "cap:Units"
35931
35932 \end_inset
35933
35934 Units
35935 \end_layout
35936
35937 \end_inset
35938
35939
35940 \end_layout
35941
35942 \begin_layout Standard
35943 \begin_inset VSpace medskip
35944 \end_inset
35945
35946
35947 \end_layout
35948
35949 \begin_layout Standard
35950 \align center
35951 \begin_inset Tabular
35952 <lyxtabular version="3" rows="20" columns="2">
35953 <features>
35954 <column alignment="center" valignment="top" leftline="true" width="0">
35955 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
35956 <row topline="true" bottomline="true">
35957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35958 \begin_inset Text
35959
35960 \begin_layout Standard
35961 unit
35962 \end_layout
35963
35964 \end_inset
35965 </cell>
35966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35967 \begin_inset Text
35968
35969 \begin_layout Standard
35970 name/description
35971 \end_layout
35972
35973 \end_inset
35974 </cell>
35975 </row>
35976 <row topline="true">
35977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35978 \begin_inset Text
35979
35980 \begin_layout Standard
35981 mm
35982 \end_layout
35983
35984 \end_inset
35985 </cell>
35986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35987 \begin_inset Text
35988
35989 \begin_layout Standard
35990 millimeter
35991 \end_layout
35992
35993 \end_inset
35994 </cell>
35995 </row>
35996 <row topline="true">
35997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35998 \begin_inset Text
35999
36000 \begin_layout Standard
36001 cm
36002 \end_layout
36003
36004 \end_inset
36005 </cell>
36006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36007 \begin_inset Text
36008
36009 \begin_layout Standard
36010 centimeter
36011 \end_layout
36012
36013 \end_inset
36014 </cell>
36015 </row>
36016 <row topline="true">
36017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36018 \begin_inset Text
36019
36020 \begin_layout Standard
36021 in
36022 \end_layout
36023
36024 \end_inset
36025 </cell>
36026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36027 \begin_inset Text
36028
36029 \begin_layout Standard
36030 inch
36031 \end_layout
36032
36033 \end_inset
36034 </cell>
36035 </row>
36036 <row topline="true">
36037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Standard
36041 pt
36042 \end_layout
36043
36044 \end_inset
36045 </cell>
36046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36047 \begin_inset Text
36048
36049 \begin_layout Standard
36050 point (72.27\InsetSpace \thinspace{}
36051 pt = 1\InsetSpace \thinspace{}
36052 in)
36053 \end_layout
36054
36055 \end_inset
36056 </cell>
36057 </row>
36058 <row topline="true">
36059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36060 \begin_inset Text
36061
36062 \begin_layout Standard
36063 pc
36064 \end_layout
36065
36066 \end_inset
36067 </cell>
36068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36069 \begin_inset Text
36070
36071 \begin_layout Standard
36072 pica (1\InsetSpace \thinspace{}
36073 pc = 12\InsetSpace \thinspace{}
36074 pt)
36075 \end_layout
36076
36077 \end_inset
36078 </cell>
36079 </row>
36080 <row topline="true">
36081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36082 \begin_inset Text
36083
36084 \begin_layout Standard
36085 sp
36086 \end_layout
36087
36088 \end_inset
36089 </cell>
36090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36091 \begin_inset Text
36092
36093 \begin_layout Standard
36094 scaled point (65536\InsetSpace \thinspace{}
36095 sp = 1\InsetSpace \thinspace{}
36096 pt)
36097 \end_layout
36098
36099 \end_inset
36100 </cell>
36101 </row>
36102 <row topline="true">
36103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36104 \begin_inset Text
36105
36106 \begin_layout Standard
36107 bp
36108 \end_layout
36109
36110 \end_inset
36111 </cell>
36112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36113 \begin_inset Text
36114
36115 \begin_layout Standard
36116 big point (72\InsetSpace \thinspace{}
36117 bp = 1\InsetSpace \thinspace{}
36118 in)
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 </row>
36124 <row topline="true">
36125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36126 \begin_inset Text
36127
36128 \begin_layout Standard
36129 dd
36130 \end_layout
36131
36132 \end_inset
36133 </cell>
36134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36135 \begin_inset Text
36136
36137 \begin_layout Standard
36138 didot (72\InsetSpace \thinspace{}
36139 dd 
36140 \begin_inset Formula $\approx$
36141 \end_inset
36142
36143  37.6\InsetSpace \thinspace{}
36144 mm)
36145 \end_layout
36146
36147 \end_inset
36148 </cell>
36149 </row>
36150 <row topline="true">
36151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36152 \begin_inset Text
36153
36154 \begin_layout Standard
36155 cc
36156 \end_layout
36157
36158 \end_inset
36159 </cell>
36160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36161 \begin_inset Text
36162
36163 \begin_layout Standard
36164 cicero (1\InsetSpace \thinspace{}
36165 cc = 12\InsetSpace \thinspace{}
36166 dd)
36167 \end_layout
36168
36169 \end_inset
36170 </cell>
36171 </row>
36172 <row topline="true">
36173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36174 \begin_inset Text
36175
36176 \begin_layout Standard
36177 Scale%
36178 \end_layout
36179
36180 \end_inset
36181 </cell>
36182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36183 \begin_inset Text
36184
36185 \begin_layout Standard
36186 % of original image width
36187 \end_layout
36188
36189 \end_inset
36190 </cell>
36191 </row>
36192 <row topline="true">
36193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36194 \begin_inset Text
36195
36196 \begin_layout Standard
36197 text%
36198 \end_layout
36199
36200 \end_inset
36201 </cell>
36202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36203 \begin_inset Text
36204
36205 \begin_layout Standard
36206 % of text width
36207 \end_layout
36208
36209 \end_inset
36210 </cell>
36211 </row>
36212 <row topline="true">
36213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36214 \begin_inset Text
36215
36216 \begin_layout Standard
36217 col%
36218 \end_layout
36219
36220 \end_inset
36221 </cell>
36222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36223 \begin_inset Text
36224
36225 \begin_layout Standard
36226 % of column width
36227 \end_layout
36228
36229 \end_inset
36230 </cell>
36231 </row>
36232 <row topline="true">
36233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36234 \begin_inset Text
36235
36236 \begin_layout Standard
36237 page%
36238 \end_layout
36239
36240 \end_inset
36241 </cell>
36242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36243 \begin_inset Text
36244
36245 \begin_layout Standard
36246 % of paper width
36247 \end_layout
36248
36249 \end_inset
36250 </cell>
36251 </row>
36252 <row topline="true">
36253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36254 \begin_inset Text
36255
36256 \begin_layout Standard
36257 line%
36258 \end_layout
36259
36260 \end_inset
36261 </cell>
36262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36263 \begin_inset Text
36264
36265 \begin_layout Standard
36266 % of line width
36267 \end_layout
36268
36269 \end_inset
36270 </cell>
36271 </row>
36272 <row topline="true">
36273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36274 \begin_inset Text
36275
36276 \begin_layout Standard
36277 theight%
36278 \end_layout
36279
36280 \end_inset
36281 </cell>
36282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36283 \begin_inset Text
36284
36285 \begin_layout Standard
36286 % of text height
36287 \end_layout
36288
36289 \end_inset
36290 </cell>
36291 </row>
36292 <row topline="true">
36293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36294 \begin_inset Text
36295
36296 \begin_layout Standard
36297 pheight%
36298 \end_layout
36299
36300 \end_inset
36301 </cell>
36302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36303 \begin_inset Text
36304
36305 \begin_layout Standard
36306 % of paper height
36307 \end_layout
36308
36309 \end_inset
36310 </cell>
36311 </row>
36312 <row topline="true">
36313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36314 \begin_inset Text
36315
36316 \begin_layout Standard
36317 ex
36318 \end_layout
36319
36320 \end_inset
36321 </cell>
36322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36323 \begin_inset Text
36324
36325 \begin_layout Standard
36326 height of letter 
36327 \emph on
36328 x
36329 \emph default
36330  in current font
36331 \end_layout
36332
36333 \end_inset
36334 </cell>
36335 </row>
36336 <row topline="true">
36337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36338 \begin_inset Text
36339
36340 \begin_layout Standard
36341 em
36342 \end_layout
36343
36344 \end_inset
36345 </cell>
36346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36347 \begin_inset Text
36348
36349 \begin_layout Standard
36350 width of letter 
36351 \emph on
36352 M
36353 \emph default
36354  in current font
36355 \end_layout
36356
36357 \end_inset
36358 </cell>
36359 </row>
36360 <row topline="true" bottomline="true">
36361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36362 \begin_inset Text
36363
36364 \begin_layout Standard
36365 mu
36366 \end_layout
36367
36368 \end_inset
36369 </cell>
36370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36371 \begin_inset Text
36372
36373 \begin_layout Standard
36374 math unit (1\InsetSpace \thinspace{}
36375 mu = 1/18\InsetSpace \thinspace{}
36376 em)
36377 \end_layout
36378
36379 \end_inset
36380 </cell>
36381 </row>
36382 </lyxtabular>
36383
36384 \end_inset
36385
36386
36387 \end_layout
36388
36389 \end_inset
36390
36391
36392 \end_layout
36393
36394 \begin_layout Chapter
36395 Credits
36396 \begin_inset LatexCommand label
36397 name "cha:Credits"
36398
36399 \end_inset
36400
36401
36402 \end_layout
36403
36404 \begin_layout Standard
36405 The documentation is a collaborative effort between many different people
36406  (and we would encourage people to contribute!).
36407 \end_layout
36408
36409 \begin_layout Itemize
36410
36411 \noun on
36412 Alejandro Aguilar Sierra
36413 \end_layout
36414
36415 \begin_layout Itemize
36416
36417 \noun on
36418 Amir Karger
36419 \end_layout
36420
36421 \begin_layout Itemize
36422
36423 \noun on
36424 David Johnson
36425 \end_layout
36426
36427 \begin_layout Itemize
36428
36429 \noun on
36430 Hartmut Haase
36431 \end_layout
36432
36433 \begin_layout Itemize
36434
36435 \noun on
36436 Ignacio García
36437 \end_layout
36438
36439 \begin_layout Itemize
36440
36441 \noun on
36442 Ivan Schreter
36443 \end_layout
36444
36445 \begin_layout Itemize
36446
36447 \noun on
36448 John Raithel
36449 \end_layout
36450
36451 \begin_layout Itemize
36452
36453 \noun on
36454 John Weiss
36455 \end_layout
36456
36457 \begin_layout Itemize
36458
36459 \noun on
36460 Lars Gullik Bjønnes
36461 \end_layout
36462
36463 \begin_layout Itemize
36464
36465 \noun on
36466 Matthias Ettrich
36467 \end_layout
36468
36469 \begin_layout Itemize
36470
36471 \noun on
36472 Matthias Zenker
36473 \end_layout
36474
36475 \begin_layout Itemize
36476
36477 \noun on
36478 Rich Fields
36479 \end_layout
36480
36481 \begin_layout Itemize
36482
36483 \noun on
36484 Pascal André
36485 \end_layout
36486
36487 \begin_layout Itemize
36488
36489 \noun on
36490 Paul Evans
36491 \end_layout
36492
36493 \begin_layout Itemize
36494
36495 \noun on
36496 Paul Russel
36497 \end_layout
36498
36499 \begin_layout Itemize
36500
36501 \noun on
36502 Robin Socha
36503 \end_layout
36504
36505 \begin_layout Itemize
36506
36507 \noun on
36508 Uwe Stöhr
36509 \end_layout
36510
36511 \begin_layout Itemize
36512 The LyX Team: 
36513 \begin_inset LatexCommand cite
36514 key "lyxcredit"
36515
36516 \end_inset
36517
36518
36519 \end_layout
36520
36521 \begin_layout Standard
36522
36523 \newpage
36524 Bibliography created with the 
36525 \family sans
36526 Bibliography
36527 \family default
36528  environment:
36529 \end_layout
36530
36531 \begin_layout Bibliography
36532 \begin_inset LatexCommand bibitem
36533 label "Credits"
36534 key "lyxcredit"
36535
36536 \end_inset
36537
36538
36539 \begin_inset ERT
36540 status collapsed
36541
36542 \begin_layout Standard
36543
36544
36545 \backslash
36546 addcontentsline{toc}{chapter}{
36547 \backslash
36548 bibname
36549 \backslash
36550 ; 1}
36551 \end_layout
36552
36553 \end_inset
36554
36555
36556 \begin_inset Note Note
36557 status collapsed
36558
36559 \begin_layout Standard
36560 The command 
36561 \series bold
36562
36563 \backslash
36564 addcontentsline
36565 \series default
36566  is explained in the 
36567 \emph on
36568 Extended Features
36569 \emph default
36570  manual.
36571  It creates a TOC entry.
36572 \end_layout
36573
36574 \begin_layout Standard
36575 A manual TOC entry for the bibliography is only necessary because we use
36576  two different ones in one document.
36577 \end_layout
36578
36579 \end_inset
36580
36581 The LyX Team: 
36582 \begin_inset ERT
36583 status collapsed
36584
36585 \begin_layout Standard
36586
36587
36588 \backslash
36589 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
36590 \end_layout
36591
36592 \end_inset
36593
36594 Credits
36595 \begin_inset ERT
36596 status collapsed
36597
36598 \begin_layout Standard
36599
36600 }
36601 \end_layout
36602
36603 \end_inset
36604
36605
36606 \begin_inset Note Note
36607 status collapsed
36608
36609 \begin_layout Standard
36610 The command 
36611 \series bold
36612
36613 \backslash
36614 href
36615 \series default
36616  is explained in the 
36617 \emph on
36618 Embedded Objects
36619 \emph default
36620  manual.
36621  It creates a hyperlink.
36622 \end_layout
36623
36624 \end_inset
36625
36626 :
36627 \newline
36628
36629 \begin_inset LatexCommand url
36630 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
36631
36632 \end_inset
36633
36634
36635 \end_layout
36636
36637 \begin_layout Bibliography
36638 \begin_inset LatexCommand bibitem
36639 key "latexcompanion"
36640
36641 \end_inset
36642
36643 Frank Mittelbach and Michel Goossens: 
36644 \emph on
36645 The LaTeX Companion Second Edition.
36646
36647 \emph default
36648  Addison-Wesley, 2004
36649 \end_layout
36650
36651 \begin_layout Bibliography
36652 \begin_inset LatexCommand bibitem
36653 key "latexguide"
36654
36655 \end_inset
36656
36657 Helmut Kopka and Patrick W.
36658  Daly: 
36659 \emph on
36660 A Guide to LaTeX Fourth Edition.
36661
36662 \emph default
36663  Addison-Wesley, 2003
36664 \end_layout
36665
36666 \begin_layout Bibliography
36667 \begin_inset LatexCommand bibitem
36668 key "latexbook"
36669
36670 \end_inset
36671
36672 Leslie Lamport: 
36673 \emph on
36674 LaTeX: A Document Preparation System.
36675
36676 \emph default
36677  Addison-Wesley, second edition, 1994
36678 \end_layout
36679
36680 \begin_layout Bibliography
36681 \begin_inset LatexCommand bibitem
36682 key "texbook"
36683
36684 \end_inset
36685
36686 Donald E.
36687  Knuth.
36688  
36689 \emph on
36690 The TeXbook.
36691
36692 \emph default
36693  Addison-Wesley, 1984
36694 \end_layout
36695
36696 \begin_layout Bibliography
36697 \begin_inset LatexCommand bibitem
36698 key "TeXCatalogue"
36699
36700 \end_inset
36701
36702 The TeX Catalogue:
36703 \newline
36704
36705 \begin_inset LatexCommand url
36706 target "http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html"
36707
36708 \end_inset
36709
36710
36711 \end_layout
36712
36713 \begin_layout Bibliography
36714 \begin_inset LatexCommand bibitem
36715 key "LaTeXFAQ"
36716
36717 \end_inset
36718
36719
36720 \begin_inset LatexCommand url
36721 name "The LaTeX FAQ:"
36722 target "http://www.tex.ac.uk/cgi-bin/texfaq2html"
36723
36724 \end_inset
36725
36726
36727 \end_layout
36728
36729 \begin_layout Bibliography
36730 \begin_inset LatexCommand bibitem
36731 key "caption"
36732
36733 \end_inset
36734
36735
36736 \begin_inset ERT
36737 status collapsed
36738
36739 \begin_layout Standard
36740
36741
36742 \backslash
36743 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
36744 \end_layout
36745
36746 \end_inset
36747
36748 Documentation
36749 \begin_inset ERT
36750 status collapsed
36751
36752 \begin_layout Standard
36753
36754 }
36755 \end_layout
36756
36757 \end_inset
36758
36759  of the LaTeX-package 
36760 \series bold
36761 caption
36762 \series default
36763
36764 \begin_inset LatexCommand index
36765 name "LaTeX-packages ! caption"
36766
36767 \end_inset
36768
36769 :
36770 \newline
36771
36772 \begin_inset LatexCommand url
36773 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
36774
36775 \end_inset
36776
36777
36778 \end_layout
36779
36780 \begin_layout Bibliography
36781 \begin_inset LatexCommand bibitem
36782 key "fancyhdr"
36783
36784 \end_inset
36785
36786
36787 \begin_inset ERT
36788 status collapsed
36789
36790 \begin_layout Standard
36791
36792
36793 \backslash
36794 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf}
36795 {
36796 \end_layout
36797
36798 \end_inset
36799
36800 Documentation
36801 \begin_inset ERT
36802 status collapsed
36803
36804 \begin_layout Standard
36805
36806 }
36807 \end_layout
36808
36809 \end_inset
36810
36811  of the LaTeX-package 
36812 \series bold
36813 fancyhdr
36814 \series default
36815
36816 \begin_inset LatexCommand index
36817 name "LaTeX-packages ! fancyhdr"
36818
36819 \end_inset
36820
36821 :
36822 \newline
36823
36824 \begin_inset LatexCommand url
36825 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
36826
36827 \end_inset
36828
36829
36830 \end_layout
36831
36832 \begin_layout Bibliography
36833 \begin_inset LatexCommand bibitem
36834 key "floatflt"
36835
36836 \end_inset
36837
36838
36839 \begin_inset ERT
36840 status collapsed
36841
36842 \begin_layout Standard
36843
36844
36845 \backslash
36846 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
36847 {
36848 \end_layout
36849
36850 \end_inset
36851
36852 Documentation
36853 \begin_inset ERT
36854 status collapsed
36855
36856 \begin_layout Standard
36857
36858 }
36859 \end_layout
36860
36861 \end_inset
36862
36863  of the LaTeX-package 
36864 \series bold
36865 floatflt
36866 \series default
36867
36868 \begin_inset LatexCommand index
36869 name "LaTeX-packages ! floatflt"
36870
36871 \end_inset
36872
36873 :
36874 \newline
36875
36876 \begin_inset LatexCommand url
36877 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf"
36878
36879 \end_inset
36880
36881
36882 \end_layout
36883
36884 \begin_layout Bibliography
36885 \begin_inset LatexCommand bibitem
36886 key "nomencl"
36887
36888 \end_inset
36889
36890
36891 \begin_inset ERT
36892 status collapsed
36893
36894 \begin_layout Standard
36895
36896
36897 \backslash
36898 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf}{
36899 \end_layout
36900
36901 \end_inset
36902
36903 Documentation
36904 \begin_inset ERT
36905 status collapsed
36906
36907 \begin_layout Standard
36908
36909 }
36910 \end_layout
36911
36912 \end_inset
36913
36914  of the LaTeX-package 
36915 \series bold
36916 nomencl
36917 \series default
36918
36919 \begin_inset LatexCommand index
36920 name "LaTeX-packages ! nomencl"
36921
36922 \end_inset
36923
36924 :
36925 \newline
36926
36927 \begin_inset LatexCommand url
36928 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
36929
36930 \end_inset
36931
36932
36933 \end_layout
36934
36935 \begin_layout Bibliography
36936 \begin_inset LatexCommand bibitem
36937 key "tipa"
36938
36939 \end_inset
36940
36941
36942 \begin_inset ERT
36943 status collapsed
36944
36945 \begin_layout Standard
36946
36947
36948 \backslash
36949 href{http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf}{
36950 \end_layout
36951
36952 \end_inset
36953
36954 Documentation
36955 \begin_inset ERT
36956 status collapsed
36957
36958 \begin_layout Standard
36959
36960 }
36961 \end_layout
36962
36963 \end_inset
36964
36965  of the LaTeX-package 
36966 \series bold
36967 tipa
36968 \series default
36969
36970 \begin_inset LatexCommand index
36971 name "LaTeX-packages ! tipa"
36972
36973 \end_inset
36974
36975 :
36976 \newline
36977
36978 \begin_inset LatexCommand url
36979 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
36980
36981 \end_inset
36982
36983
36984 \end_layout
36985
36986 \begin_layout Bibliography
36987 \begin_inset LatexCommand bibitem
36988 key "XeTeX"
36989
36990 \end_inset
36991
36992
36993 \begin_inset ERT
36994 status collapsed
36995
36996 \begin_layout Standard
36997
36998
36999 \backslash
37000 href{http://wiki.lyx.org/LyX/XeTeX}{
37001 \end_layout
37002
37003 \end_inset
37004
37005 Wiki-page
37006 \begin_inset ERT
37007 status collapsed
37008
37009 \begin_layout Standard
37010
37011 }
37012 \end_layout
37013
37014 \end_inset
37015
37016  how to use LyX with XeTeX:
37017 \newline
37018
37019 \begin_inset LatexCommand url
37020 target "http://wiki.lyx.org/LyX/XeTeX"
37021
37022 \end_inset
37023
37024
37025 \end_layout
37026
37027 \begin_layout Bibliography
37028 \begin_inset LatexCommand bibitem
37029 key "Arabic"
37030
37031 \end_inset
37032
37033
37034 \begin_inset ERT
37035 status collapsed
37036
37037 \begin_layout Standard
37038
37039
37040 \backslash
37041 href{http://wiki.lyx.org/Windows/Arabic}{
37042 \end_layout
37043
37044 \end_inset
37045
37046 Wiki-page
37047 \begin_inset ERT
37048 status collapsed
37049
37050 \begin_layout Standard
37051
37052 }
37053 \end_layout
37054
37055 \end_inset
37056
37057  how to set up LyX for Arabic:
37058 \newline
37059
37060 \begin_inset LatexCommand url
37061 target "http://wiki.lyx.org/Windows/Arabic"
37062
37063 \end_inset
37064
37065
37066 \end_layout
37067
37068 \begin_layout Bibliography
37069 \begin_inset LatexCommand bibitem
37070 key "Armenian"
37071
37072 \end_inset
37073
37074
37075 \begin_inset ERT
37076 status collapsed
37077
37078 \begin_layout Standard
37079
37080
37081 \backslash
37082 href{http://wiki.lyx.org/Windows/Armenian}{
37083 \end_layout
37084
37085 \end_inset
37086
37087 Wiki-page
37088 \begin_inset ERT
37089 status collapsed
37090
37091 \begin_layout Standard
37092
37093 }
37094 \end_layout
37095
37096 \end_inset
37097
37098  how to set up LyX for Armenian:
37099 \newline
37100
37101 \begin_inset LatexCommand url
37102 target "http://wiki.lyx.org/Windows/Armenian"
37103
37104 \end_inset
37105
37106
37107 \end_layout
37108
37109 \begin_layout Bibliography
37110 \begin_inset LatexCommand bibitem
37111 key "Farsi"
37112
37113 \end_inset
37114
37115
37116 \begin_inset ERT
37117 status collapsed
37118
37119 \begin_layout Standard
37120
37121
37122 \backslash
37123 href{http://wiki.lyx.org/Windows/Farsi}{
37124 \end_layout
37125
37126 \end_inset
37127
37128 Wiki-page
37129 \begin_inset ERT
37130 status collapsed
37131
37132 \begin_layout Standard
37133
37134 }
37135 \end_layout
37136
37137 \end_inset
37138
37139  how to set up LyX for Farsi:
37140 \newline
37141
37142 \begin_inset LatexCommand url
37143 target "http://wiki.lyx.org/Windows/Farsi"
37144
37145 \end_inset
37146
37147
37148 \end_layout
37149
37150 \begin_layout Bibliography
37151 \begin_inset LatexCommand bibitem
37152 key "Hebrew"
37153
37154 \end_inset
37155
37156
37157 \begin_inset ERT
37158 status collapsed
37159
37160 \begin_layout Standard
37161
37162
37163 \backslash
37164 href{http://wiki.lyx.org/Windows/Hebrew}{
37165 \end_layout
37166
37167 \end_inset
37168
37169 Wiki-page
37170 \begin_inset ERT
37171 status collapsed
37172
37173 \begin_layout Standard
37174
37175 }
37176 \end_layout
37177
37178 \end_inset
37179
37180  how to set up LyX for Hebrew:
37181 \newline
37182
37183 \begin_inset LatexCommand url
37184 target "http://wiki.lyx.org/Windows/Hebrew"
37185
37186 \end_inset
37187
37188
37189 \end_layout
37190
37191 \begin_layout Bibliography
37192 \begin_inset LatexCommand bibitem
37193 key "LyX-func"
37194
37195 \end_inset
37196
37197
37198 \begin_inset ERT
37199 status collapsed
37200
37201 \begin_layout Standard
37202
37203
37204 \backslash
37205 href{http://wiki.lyx.org/LyX/LyxFunctionList1-5-1}{
37206 \end_layout
37207
37208 \end_inset
37209
37210 Wiki-page
37211 \begin_inset ERT
37212 status collapsed
37213
37214 \begin_layout Standard
37215
37216 }
37217 \end_layout
37218
37219 \end_inset
37220
37221  with a list of all available LyX-functions:
37222 \newline
37223
37224 \begin_inset LatexCommand url
37225 target "http://wiki.lyx.org/LyX/LyxFunctionList1-5-1"
37226
37227 \end_inset
37228
37229
37230 \end_layout
37231
37232 \begin_layout Standard
37233
37234 \newpage
37235
37236 \begin_inset LatexCommand bibtex
37237 options "biblio/alphadin"
37238 bibfiles "biblio/LyXDocs"
37239
37240 \end_inset
37241
37242
37243 \end_layout
37244
37245 \begin_layout Standard
37246 The above bibliography is created from a BibTeX-database.
37247 \end_layout
37248
37249 \begin_layout Standard
37250 \begin_inset ERT
37251 status collapsed
37252
37253 \begin_layout Standard
37254
37255
37256 \backslash
37257 addcontentsline{toc}{chapter}{
37258 \backslash
37259 bibname
37260 \backslash
37261 ; 2}
37262 \end_layout
37263
37264 \end_inset
37265
37266
37267 \begin_inset Note Note
37268 status collapsed
37269
37270 \begin_layout Standard
37271 The command 
37272 \series bold
37273
37274 \backslash
37275 addcontentsline
37276 \series default
37277  is explained in the 
37278 \emph on
37279 Extended Features
37280 \emph default
37281  manual.
37282  It creates a TOC entry.
37283 \end_layout
37284
37285 \begin_layout Standard
37286 A manual TOC entry for the bibliography is only necessary because we use
37287  two different ones in one document.
37288 \end_layout
37289
37290 \end_inset
37291
37292
37293 \end_layout
37294
37295 \begin_layout Standard
37296
37297 \series bold
37298 \begin_inset LatexCommand printnomenclature
37299
37300 \end_inset
37301
37302
37303 \begin_inset LatexCommand printindex
37304
37305 \end_inset
37306
37307
37308 \end_layout
37309
37310 \end_body
37311 \end_document