]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
0c9c06c48e447195193975d2760e9ff9fdad0400
[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 M-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 section\InsetSpace ~
9465
9466 \begin_inset LatexCommand ref
9467 reference "sub:Screen-Fonts"
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 section\InsetSpace ~
11851
11852 \begin_inset LatexCommand ref
11853 reference "sub:Printer"
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  It can be controlled by options that can be set in LyX's preferences dialog,
23585  see section\InsetSpace ~
23586
23587 \begin_inset LatexCommand ref
23588 reference "sub:LaTeX-settings"
23589
23590 \end_inset
23591
23592 .
23593  The available options are listed and explained in 
23594 \begin_inset LatexCommand cite
23595 key "makeindex"
23596
23597 \end_inset
23598
23599 .
23600 \end_layout
23601
23602 \begin_layout Standard
23603 You can also specify there another program to generate the index, for example
23604  
23605 \family sans
23606 xindy
23607 \family default
23608 .
23609 \end_layout
23610
23611 \begin_layout Section
23612 Nomenclature / Glossary 
23613 \begin_inset LatexCommand index
23614 name "Nomenclature"
23615
23616 \end_inset
23617
23618
23619 \begin_inset LatexCommand index
23620 name "Glossary|see{Nomenclature}"
23621
23622 \end_inset
23623
23624
23625 \begin_inset LatexCommand label
23626 name "sec:Nomenclature"
23627
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \begin_layout Standard
23634 Sometimes you need to compile a list of symbols that are mentioned in your
23635  document with a brief explanation of them -- a so called nomenclature or
23636  glossary.
23637 \end_layout
23638
23639 \begin_layout Standard
23640 To be able to create nomenclatures, you need the LaTeX package 
23641 \series bold
23642 nomencl
23643 \begin_inset LatexCommand index
23644 name "LaTeX-packages ! nomencl"
23645
23646 \end_inset
23647
23648
23649 \series default
23650  installed.
23651  You find it in the TeX Catalogue, 
23652 \begin_inset LatexCommand cite
23653 key "TeXCatalogue"
23654
23655 \end_inset
23656
23657  or in the package manager of your LaTeX-system.
23658 \end_layout
23659
23660 \begin_layout Standard
23661 A nomenclature entry is created if you place the cursor after a symbol entry
23662  and then use the menu 
23663 \family sans
23664 Insert\SpecialChar \menuseparator
23665
23666 \family default
23667 N
23668 \family sans
23669 omenclature\InsetSpace ~
23670 Entry
23671 \family default
23672  or the toobar button 
23673 \begin_inset Graphics
23674         filename ../images/nomencl-insert.png
23675         BoundingBox 0bp 5bp 20bp 20bp
23676
23677 \end_inset
23678
23679 .
23680  A gray box labeled 
23681 \begin_inset Quotes eld
23682 \end_inset
23683
23684
23685 \family sans
23686 Nom
23687 \family default
23688
23689 \begin_inset Quotes erd
23690 \end_inset
23691
23692  is inserted and a window pops up asking for the nomenclature entry.
23693 \end_layout
23694
23695 \begin_layout Standard
23696 A nomenclature entry consists of two main entries.
23697  The first is the symbol that you want to refer to.
23698  The second is the description of the symbol.
23699 \end_layout
23700
23701 \begin_layout Standard
23702 \begin_inset Note Greyedout
23703 status open
23704
23705 \begin_layout Standard
23706
23707 \series bold
23708 Note:
23709 \series default
23710  Like for the index entry dialog, you have to enter valid LaTeX-code for
23711  all fields of the nomenclature dialog.
23712 \end_layout
23713
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \begin_layout Subsection
23720 Nomenclature Definition and Layout
23721 \begin_inset LatexCommand index
23722 name "Nomenclature ! Layout"
23723
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \begin_layout Standard
23730 When you have symbols in formulas, you have to define them in the 
23731 \family sans
23732 Symbol
23733 \family default
23734  field as LaTeX-formula.
23735  For example to get 
23736 \begin_inset Quotes eld
23737 \end_inset
23738
23739
23740 \begin_inset Formula $\sigma$
23741 \end_inset
23742
23743
23744 \begin_inset Quotes erd
23745 \end_inset
23746
23747 , insert this:
23748 \newline
23749
23750 \series bold
23751 $
23752 \backslash
23753 sigma$
23754 \newline
23755
23756 \series default
23757 The 
23758 \begin_inset Quotes eld
23759 \end_inset
23760
23761 $
23762 \begin_inset Quotes erd
23763 \end_inset
23764
23765  character hereby starts/ends the formula.
23766  The LaTeX-command for the Greek letter is the name of the letter beginning
23767  with a backslash 
23768 \begin_inset Quotes eld
23769 \end_inset
23770
23771
23772 \backslash
23773
23774 \begin_inset Quotes erd
23775 \end_inset
23776
23777 .
23778  For capital Greek letters, start the command also with a capital letter,
23779  like 
23780 \series bold
23781
23782 \backslash
23783 Sigma
23784 \series default
23785 .
23786 \end_layout
23787
23788 \begin_layout Standard
23789 (A short introduction to the LaTeX-syntax is given in section\InsetSpace ~
23790
23791 \begin_inset LatexCommand ref
23792 reference "sub:LaTeX-Syntax"
23793
23794 \end_inset
23795
23796 .)
23797 \end_layout
23798
23799 \begin_layout Standard
23800 You cannot use the 
23801 \family sans
23802 Text\InsetSpace ~
23803 Style
23804 \family default
23805  dialog to format the description text but have to use LaTeX-commands.
23806  For example the description of the nomenclature entry for the 
23807 \begin_inset Quotes eld
23808 \end_inset
23809
23810
23811 \begin_inset Formula $\sigma$
23812 \end_inset
23813
23814
23815 \begin_inset Quotes erd
23816 \end_inset
23817
23818  in this document is:
23819 \newline
23820
23821 \series bold
23822 dummy entry for the character 
23823 \backslash
23824 textsf{sigma}
23825 \series default
23826
23827 \newline
23828 The command 
23829 \series bold
23830
23831 \backslash
23832 textsf
23833 \series default
23834  sets the fonts to 
23835 \family sans
23836 sans\InsetSpace ~
23837 serif
23838 \family default
23839 .
23840  To get 
23841 \series bold
23842 bold
23843 \series default
23844  font use the command 
23845 \series bold
23846
23847 \backslash
23848 textbf
23849 \series default
23850 , for 
23851 \family typewriter
23852 typewriter
23853 \family default
23854  use 
23855 \series bold
23856
23857 \backslash
23858 texttt
23859 \series default
23860 , for 
23861 \emph on
23862 emphasized
23863 \emph default
23864  use 
23865 \series bold
23866
23867 \backslash
23868 emph
23869 \series default
23870 .
23871 \end_layout
23872
23873 \begin_layout Subsection
23874 Sort Order of Nomenclature Entries
23875 \begin_inset LatexCommand index
23876 name "Nomenclature ! Sort order"
23877
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \begin_layout Standard
23884 The nomenclature entries are sorted alphabetically by the LaTeX-code of
23885  the symbol definition.
23886  This leads to undesired results when you for example have symbols in formulas.
23887  Suppose you have nomenclature entries for the symbols 
23888 \emph on
23889 a
23890 \begin_inset LatexCommand nomenclature
23891 symbol "a"
23892 description "dummy entry for the character \"a\""
23893
23894 \end_inset
23895
23896
23897 \emph default
23898  and 
23899 \begin_inset Formula $\sigma$
23900 \end_inset
23901
23902
23903 \begin_inset LatexCommand nomenclature
23904 prefix "sigma"
23905 symbol "$\\sigma$"
23906 description "dummy entry for the character \\textsf{sigma}"
23907
23908 \end_inset
23909
23910 .
23911  They will be sorted by 
23912 \begin_inset Quotes eld
23913 \end_inset
23914
23915
23916 \family sans
23917 a
23918 \family default
23919
23920 \begin_inset Quotes erd
23921 \end_inset
23922
23923  and 
23924 \begin_inset Quotes eld
23925 \end_inset
23926
23927
23928 \family typewriter
23929 $
23930 \backslash
23931 sigma$
23932 \family default
23933
23934 \begin_inset Quotes erd
23935 \end_inset
23936
23937  -- the 
23938 \begin_inset Formula $\sigma$
23939 \end_inset
23940
23941  will be sorted before the 
23942 \emph on
23943 a
23944 \emph default
23945  since the character 
23946 \begin_inset Quotes eld
23947 \end_inset
23948
23949 $
23950 \begin_inset Quotes erd
23951 \end_inset
23952
23953  is considered in sorting.
23954 \end_layout
23955
23956 \begin_layout Standard
23957 To control the sort order, you can edit the 
23958 \family sans
23959 Sort\InsetSpace ~
23960 as
23961 \family default
23962  field of the nomenclature dialog.
23963  Then the nomenclature entry will be sorted by this entry and not the symbol
23964  definition.
23965  For the given example, you can insert 
23966 \family typewriter
23967 sigma
23968 \family default
23969  to this field for the 
23970 \begin_inset Formula $\sigma$
23971 \end_inset
23972
23973 , then 
23974 \emph on
23975 a
23976 \emph default
23977  will be located before 
23978 \begin_inset Formula $\sigma$
23979 \end_inset
23980
23981 .
23982 \end_layout
23983
23984 \begin_layout Standard
23985 For subgrouping and tips for using sort entries see the 
23986 \series bold
23987 nomencl
23988 \series default
23989  documentation, 
23990 \begin_inset LatexCommand cite
23991 key "nomencl"
23992
23993 \end_inset
23994
23995 .
23996 \end_layout
23997
23998 \begin_layout Subsection
23999 Nomenclature Options
24000 \begin_inset LatexCommand index
24001 name "Nomenclature ! Options"
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \begin_layout Standard
24009 The 
24010 \series bold
24011 nomencl
24012 \series default
24013  package offers some options to adjust the appearance of the nomenclature.
24014  Here are some of its options, for more have a look at its documentation:
24015 \end_layout
24016
24017 \begin_layout Description
24018 refeq Appends the phrase 
24019 \begin_inset Quotes eld
24020 \end_inset
24021
24022
24023 \family sans
24024 , see equation (
24025 \emph on
24026 eq
24027 \emph default
24028 )
24029 \family default
24030
24031 \begin_inset Quotes erd
24032 \end_inset
24033
24034  to every nomenclature entry, where 
24035 \family sans
24036 \emph on
24037 eq
24038 \family default
24039 \emph default
24040  is the number of the last equation in front of the nomenclature entry
24041 \end_layout
24042
24043 \begin_layout Description
24044 refpage Appends the phrase 
24045 \begin_inset Quotes eld
24046 \end_inset
24047
24048
24049 \family sans
24050 , page (
24051 \emph on
24052 page
24053 \emph default
24054 )
24055 \family default
24056
24057 \begin_inset Quotes erd
24058 \end_inset
24059
24060  to every nomenclature entry, where 
24061 \family sans
24062 \emph on
24063 page
24064 \family default
24065 \emph default
24066  is the number of the page on which the nomenclature entry appeared
24067 \end_layout
24068
24069 \begin_layout Description
24070 intoc Inserts the nomenclature in the Table of Contents
24071 \end_layout
24072
24073 \begin_layout Standard
24074 There are furthermore the options 
24075 \series bold
24076 croatian
24077 \series default
24078
24079 \series bold
24080 danish
24081 \series default
24082
24083 \series bold
24084 english
24085 \series default
24086
24087 \series bold
24088 french
24089 \series default
24090
24091 \series bold
24092 german
24093 \series default
24094
24095 \series bold
24096 italian
24097 \series default
24098
24099 \series bold
24100 polish
24101 \series default
24102
24103 \series bold
24104 portuguese
24105 \series default
24106
24107 \series bold
24108 russian
24109 \series default
24110
24111 \series bold
24112 spanish
24113 \series default
24114 , and 
24115 \series bold
24116 ukrainian
24117 \series default
24118  to print the reference texts and the nomenclature title in the corresponding
24119  language.
24120 \end_layout
24121
24122 \begin_layout Standard
24123 To use one or more of the options, add them to the comma-separated document
24124  class options list in the 
24125 \family sans
24126 Document\SpecialChar \menuseparator
24127 Settings
24128 \family default
24129  dialog.
24130  In this document the options 
24131 \series bold
24132 intoc
24133 \series default
24134  and 
24135 \series bold
24136 refpage
24137 \series default
24138  are used.
24139 \end_layout
24140
24141 \begin_layout Standard
24142 \begin_inset VSpace bigskip
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \begin_layout Standard
24149 You can also use the first two options above only for certain nomenclature
24150  entries when you add one of the following commands as last entry to the
24151  
24152 \family sans
24153 Description
24154 \family default
24155  field in the nomenclature dialog:
24156 \end_layout
24157
24158 \begin_layout Description
24159
24160 \backslash
24161 nomrefeq Like the 
24162 \series bold
24163 refeq
24164 \series default
24165  option
24166 \end_layout
24167
24168 \begin_layout Description
24169
24170 \backslash
24171 nomrefpage Like the 
24172 \series bold
24173 refpage
24174 \series default
24175  option
24176 \end_layout
24177
24178 \begin_layout Description
24179
24180 \backslash
24181 nomrefeqpage Short notation of 
24182 \series bold
24183
24184 \backslash
24185 nomrefeq
24186 \backslash
24187 nomrefpage
24188 \end_layout
24189
24190 \begin_layout Description
24191
24192 \backslash
24193 nomnorefeq,\InsetSpace ~
24194
24195 \backslash
24196 nomnorefpage,\InsetSpace ~
24197
24198 \backslash
24199 nomnorefeqpage Turns off the corresponding options
24200 \end_layout
24201
24202 \begin_layout Subsection
24203 Printing the Nomenclature
24204 \begin_inset LatexCommand index
24205 name "Nomenclature ! Printing"
24206
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \begin_layout Standard
24213 To print the nomenclature, use the menu 
24214 \family sans
24215 Insert\SpecialChar \menuseparator
24216 Lists\InsetSpace ~
24217 /\InsetSpace ~
24218 TOC\SpecialChar \menuseparator
24219 Nomenclature
24220 \family default
24221 .
24222  A light blue box labeled 
24223 \begin_inset Quotes eld
24224 \end_inset
24225
24226
24227 \family sans
24228 Nomenclature
24229 \family default
24230
24231 \begin_inset Quotes erd
24232 \end_inset
24233
24234  will show the place where the nomenclature is printed in the output.
24235  Like the index list box, the nomenclature list box is not clickable.
24236 \end_layout
24237
24238 \begin_layout Standard
24239 In the printed output the title of the nomenclature appears as 
24240 \begin_inset Quotes eld
24241 \end_inset
24242
24243 Nomenclature
24244 \begin_inset Quotes erd
24245 \end_inset
24246
24247 .
24248  If you are not happy with the name, you can change it by redefining the
24249  command 
24250 \series bold
24251
24252 \backslash
24253 nomname
24254 \series default
24255  in the preamble.
24256  For example, in order to change the name to 
24257 \emph on
24258 List of Symbols
24259 \emph default
24260 , add the following line to the preamble:
24261 \end_layout
24262
24263 \begin_layout Standard
24264
24265 \family roman
24266 \series bold
24267
24268 \backslash
24269 renewcommand{
24270 \backslash
24271 nomname}{List of Symbols}
24272 \end_layout
24273
24274 \begin_layout Standard
24275 \begin_inset VSpace defskip
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \begin_layout Standard
24282 If you are unhappy with the amount of space for symbols, you can alter it
24283  by adding the following line to the preamble:
24284 \end_layout
24285
24286 \begin_layout Standard
24287
24288 \family roman
24289 \series bold
24290
24291 \backslash
24292 renewcommand{
24293 \backslash
24294 nomlabelwidth}{width}
24295 \end_layout
24296
24297 \begin_layout Standard
24298
24299 \family roman
24300 Where the width is a value with one of the units listed in Appendix\InsetSpace ~
24301
24302 \begin_inset LatexCommand ref
24303 reference "cha:Units-available-in"
24304
24305 \end_inset
24306
24307 .
24308  The default value is 1\InsetSpace \thinspace{}
24309 cm.
24310 \end_layout
24311
24312 \begin_layout Section
24313 Branches
24314 \begin_inset LatexCommand index
24315 name "Branches"
24316
24317 \end_inset
24318
24319
24320 \begin_inset LatexCommand index
24321 name "Document ! Branches"
24322
24323 \end_inset
24324
24325
24326 \begin_inset LatexCommand label
24327 name "sec:Branches"
24328
24329 \end_inset
24330
24331
24332 \end_layout
24333
24334 \begin_layout Standard
24335 Sometimes it is useful to hide some document parts in the output.
24336  For example a teacher who is setting an exam obviously doesn't want the
24337  pupils to see the answers, but having questions and answers in the same
24338  document will make the life of the markers of that exam much easier.
24339 \end_layout
24340
24341 \begin_layout Standard
24342 For these cases LyX offers to put text into branches.
24343  The text will then only appear in the output when its branch is activated.
24344  To create a branch, go in the 
24345 \family sans
24346 Document\SpecialChar \menuseparator
24347 Settings
24348 \family default
24349  dialog to 
24350 \family sans
24351 Branches
24352 \family default
24353 .
24354  The name of the branch, its activation state and the background color of
24355  the branches inside LyX can be specified in this dialog.
24356 \end_layout
24357
24358 \begin_layout Standard
24359 Text that should be in a branch is set into branch inset boxes.
24360  These boxes are inserted via the menu 
24361 \family sans
24362 Insert\SpecialChar \menuseparator
24363 Branch
24364 \family default
24365  where you can choose a branch.
24366  You can later change the branch of the boxes by right-clicking on them.
24367 \end_layout
24368
24369 \begin_layout Standard
24370 Here is an example, where only the question text appears, the answer branch
24371  is deactivated and does therefore not appear in the output:
24372 \end_layout
24373
24374 \begin_layout Standard
24375 \begin_inset Branch Question
24376 status open
24377
24378 \begin_layout Standard
24379 Question: Who was the first physics Nobel prize winner?
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout Standard
24388 \begin_inset Branch Answer
24389 status open
24390
24391 \begin_layout Standard
24392 Answer: Wilhelm Conrad Röntgen
24393 \end_layout
24394
24395 \end_inset
24396
24397
24398 \end_layout
24399
24400 \begin_layout Section
24401 ERT and the LaTeX Syntax
24402 \begin_inset LatexCommand label
24403 name "sec:ERT"
24404
24405 \end_inset
24406
24407
24408 \end_layout
24409
24410 \begin_layout Subsection
24411 ERT Boxes
24412 \begin_inset LatexCommand index
24413 name "ERT"
24414
24415 \end_inset
24416
24417
24418 \begin_inset LatexCommand label
24419 name "sub:ERT-Boxes"
24420
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \begin_layout Standard
24427 As LyX uses LaTeX in the background, it supports many LaTeX commands and
24428  constructs, but not all.
24429  LaTeX contains of hundreds of packages which provide different commands.
24430  Every month many packages are updated and new ones added.
24431  This has the advantage that you can typeset nearly everything, for every
24432  problem exists a LaTeX-package.
24433  But LyX can of course not be up to date and support all these packages
24434  and their commands.
24435 \end_layout
24436
24437 \begin_layout Standard
24438 But don't worry, you can use any LaTeX-command directly in LyX inside the
24439  ERT box.
24440  ERT stands for 
24441 \begin_inset Quotes eld
24442 \end_inset
24443
24444 evil red text
24445 \begin_inset Quotes erd
24446 \end_inset
24447
24448 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
24449  An ERT box is created by the menu 
24450 \family sans
24451 Insert\SpecialChar \menuseparator
24452 TeX
24453 \family default
24454  or by the toolbar button 
24455 \begin_inset Graphics
24456         filename ../images/ert-insert.png
24457
24458 \end_inset
24459
24460 .
24461  The box itself can be displayed in three different styles: 
24462 \family sans
24463 Inline
24464 \family default
24465
24466 \family sans
24467 Collapsed
24468 \family default
24469 , and 
24470 \family sans
24471 Open
24472 \family default
24473 .
24474  To change the style, right-click on the box and use the appearing dialog.
24475  Left-clicking on the box will switch between 
24476 \family sans
24477 Collapsed
24478 \family default
24479  and 
24480 \family sans
24481 Open
24482 \family default
24483 .
24484 \end_layout
24485
24486 \begin_layout Standard
24487 You can insert complete or incomplete commands into ERT.
24488  Incomplete means that the command argument can be Standard LyX text.
24489  For example you want to draw a frame around a word and uses therefore the
24490  LaTeX-command 
24491 \series bold
24492
24493 \backslash
24494 fbox
24495 \series default
24496 , you can write the command part 
24497 \series bold
24498
24499 \backslash
24500 fbox{
24501 \series default
24502  in an ERT box before the word and the closing brace 
24503 \series bold
24504 }
24505 \series default
24506  in a second ERT box behind the word.
24507  The word between the two ERT boxes is then the argument as it is in the
24508  following example:
24509 \end_layout
24510
24511 \begin_layout Standard
24512 \begin_inset Graphics
24513         filename clipart/ERT.png
24514         scale 89
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 gives
24523 \end_layout
24524
24525 \begin_layout Standard
24526 This is a line with a 
24527 \begin_inset ERT
24528 status collapsed
24529
24530 \begin_layout Standard
24531
24532
24533 \backslash
24534 fbox{
24535 \end_layout
24536
24537 \end_inset
24538
24539 framed
24540 \begin_inset ERT
24541 status collapsed
24542
24543 \begin_layout Standard
24544
24545 }
24546 \end_layout
24547
24548 \end_inset
24549
24550  word.
24551 \end_layout
24552
24553 \begin_layout Standard
24554 \begin_inset Note Greyedout
24555 status open
24556
24557 \begin_layout Standard
24558
24559 \series bold
24560 Note:
24561 \series default
24562  At the end of LaTeX-commands without parameters, you have to insert a space
24563  to let LaTeX know that the command is finished.
24564 \end_layout
24565
24566 \end_inset
24567
24568
24569 \end_layout
24570
24571 \begin_layout Subsection
24572 Short Introduction to the LaTeX Syntax
24573 \begin_inset OptArg
24574 status collapsed
24575
24576 \begin_layout Standard
24577 The LaTeX Syntax
24578 \end_layout
24579
24580 \end_inset
24581
24582
24583 \begin_inset LatexCommand index
24584 name "LaTeX Syntax"
24585
24586 \end_inset
24587
24588
24589 \begin_inset LatexCommand label
24590 name "sub:LaTeX-Syntax"
24591
24592 \end_inset
24593
24594
24595 \end_layout
24596
24597 \begin_layout Standard
24598 When you write larger documents or books, you will need to know something
24599  about the LaTeX-commands that LyX uses in the background.
24600  Because LaTeX is based on commands, you can 
24601 \begin_inset Quotes eld
24602 \end_inset
24603
24604 program
24605 \begin_inset Quotes erd
24606 \end_inset
24607
24608  your text.
24609  This has the advantage that the layout of the document can be changed at
24610  every time if you know the right commands.
24611  E.g.
24612  imagine you have to write a manual for a product and the deadline is at
24613  the end of the day.
24614  Your boss just has complimented you for your good work but wants to have
24615  all caption labels bold.
24616  But you have over hundred figure and table captions with non-bold labels
24617  in your manual.
24618  Of course it's impossible to change all caption labels by hand in one day.
24619 \end_layout
24620
24621 \begin_layout Standard
24622 Now LaTeX comes into play.
24623  As written above, for every problem exists a LaTeX-package.
24624  First you have to find out which and therefore look in the LaTeX package
24625  database, 
24626 \begin_inset LatexCommand cite
24627 key "Catalogue"
24628
24629 \end_inset
24630
24631 .
24632 \end_layout
24633
24634 \begin_layout Standard
24635 As result you know that the package 
24636 \series bold
24637 caption
24638 \series default
24639
24640 \begin_inset LatexCommand index
24641 name "LaTeX-packages ! caption"
24642
24643 \end_inset
24644
24645  is what you need.
24646  To use a package, you have to load it in the document preamble (menu 
24647 \family sans
24648 Document\SpecialChar \menuseparator
24649 Settings
24650 \family default
24651 ) with the command
24652 \end_layout
24653
24654 \begin_layout Standard
24655
24656 \series bold
24657
24658 \backslash
24659 usepackage[options]{package name}
24660 \end_layout
24661
24662 \begin_layout Standard
24663 All LaTeX commands begin with a backslash, the command argument is set within
24664  two braces, and the options are set within two brackets.
24665  Note that not all commands have an argument and options.
24666 \end_layout
24667
24668 \begin_layout Standard
24669 In your case the package name is 
24670 \series bold
24671 caption
24672 \series default
24673 .
24674  After a look in the documentation of the package, you know that the option
24675  
24676 \series bold
24677 labelfont=bf
24678 \series default
24679  will change the font of all caption labels to bold.
24680  So you add the command
24681 \end_layout
24682
24683 \begin_layout Standard
24684
24685 \series bold
24686
24687 \backslash
24688 usepackage[labelfont=bf]{caption}
24689 \end_layout
24690
24691 \begin_layout Standard
24692 to the preamble and the problem is solved.
24693 \begin_inset Foot
24694 status collapsed
24695
24696 \begin_layout Standard
24697 For more commands provided by the 
24698 \series bold
24699 caption
24700 \series default
24701  package, have a look at its documentation, 
24702 \begin_inset LatexCommand cite
24703 key "caption"
24704
24705 \end_inset
24706
24707 .
24708 \end_layout
24709
24710 \end_inset
24711
24712
24713 \end_layout
24714
24715 \begin_layout Standard
24716 Note that some document classes have built-in solutions for well known problems
24717  like your case.
24718  For example if you use a 
24719 \family sans
24720 koma-script
24721 \family default
24722  class, you don't need the package 
24723 \series bold
24724 caption
24725 \series default
24726 , you can instead write
24727 \end_layout
24728
24729 \begin_layout Standard
24730
24731 \series bold
24732
24733 \backslash
24734 setkomafont{captionlabel}{
24735 \backslash
24736 bfseries}
24737 \end_layout
24738
24739 \begin_layout Standard
24740 in the preamble and the problem is solved.
24741  So if you plan to write a large document, you should have a look at the
24742  documentation of the document class you want to use.
24743  (
24744 \series bold
24745
24746 \backslash
24747 setkomafont
24748 \series default
24749  is an example for a command with more than one argument.)
24750 \end_layout
24751
24752 \begin_layout Standard
24753 Commands in the preamble affects the whole document, while commands in the
24754  text affects only the text after the command or only the text used as command
24755  argument.
24756  To insert a LaTeX-command in text, use the ERT box as described in the
24757  previous section.
24758 \end_layout
24759
24760 \begin_layout Standard
24761 If you want to learn more about LaTeX and its syntax, have a look at the
24762  LaTeX-books 
24763 \begin_inset LatexCommand cite
24764 key "latexcompanion,latexguide"
24765
24766 \end_inset
24767
24768 .
24769  
24770 \end_layout
24771
24772 \begin_layout Section
24773 Previewing Snippets of your Document
24774 \begin_inset LatexCommand index
24775 name "Instant preview"
24776
24777 \end_inset
24778
24779
24780 \begin_inset LatexCommand label
24781 name "sec:Previewing-snippets-of"
24782
24783 \end_inset
24784
24785
24786 \begin_inset LatexCommand index
24787 name "Document ! Preview"
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Standard
24795 LyX allows you to generate previews of sections of your document on the
24796  fly so you can see how they'll look in the final document without having
24797  to break your train of thought with 
24798 \family sans
24799 View\SpecialChar \menuseparator
24800 DVI
24801 \family default
24802 .
24803 \end_layout
24804
24805 \begin_layout Standard
24806 If you would for example like to see in LyX your math formulas typeset by
24807  LaTeX, install the LaTeX-package 
24808 \series bold
24809 preview-latex
24810 \begin_inset LatexCommand index
24811 name "LaTeX-packages ! preview-latex"
24812
24813 \end_inset
24814
24815
24816 \series default
24817  as explained below, and turn on 
24818 \family sans
24819 Instant\InsetSpace ~
24820 preview
24821 \family default
24822  in the 
24823 \family sans
24824 Tools\SpecialChar \menuseparator
24825 Preferences 
24826 \family default
24827 dialog under 
24828 \family sans
24829 Look\InsetSpace ~
24830 and\InsetSpace ~
24831 feel\SpecialChar \menuseparator
24832 Graphics
24833 \family default
24834 .
24835 \end_layout
24836
24837 \begin_layout Standard
24838 Previews are generated when you load a document into LyX and when you finish
24839  editing an inset.
24840  Previews of an already loaded document are 
24841 \emph on
24842 not
24843 \emph default
24844  generated just by selecting the 
24845 \family sans
24846 Instant\InsetSpace ~
24847 preview
24848 \family default
24849  check box, you have to reopen the documents to activate the previews.
24850 \end_layout
24851
24852 \begin_layout Standard
24853 LyX will generate previews of math insets.
24854  It will also generate previews of include insets if you select the 
24855 \family sans
24856 Show\InsetSpace ~
24857 preview
24858 \family default
24859  check box in the insert dialog.
24860  This is useful if you wish to generate a preview of a LaTeX figure, for
24861  example.
24862 \end_layout
24863
24864 \begin_layout Standard
24865 To get previews working, you need the LaTeX package 
24866 \series bold
24867 preview-latex
24868 \series default
24869  (on some systems named simply 
24870 \series bold
24871 preview
24872 \series default
24873 ) installed.
24874  You find it in the TeX Catalogue, 
24875 \begin_inset LatexCommand cite
24876 key "TeXCatalogue"
24877
24878 \end_inset
24879
24880  or in the package manager of your LaTeX-system.
24881  You obtain prettier results if you install the program 
24882 \family typewriter
24883 pnmcrop
24884 \family default
24885  from the 
24886 \family typewriter
24887 netpbm
24888 \family default
24889  package; for LyX on Windows this program is automatically installed together
24890  with LyX.
24891 \end_layout
24892
24893 \begin_layout Standard
24894 \begin_inset VSpace bigskip
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \begin_layout Standard
24901 You can furthermore preview the LaTeX source of the whole document or parts
24902  of it.
24903  Use the menu 
24904 \family sans
24905 View\SpecialChar \menuseparator
24906 View\InsetSpace ~
24907 Source
24908 \family default
24909  and a window will be shown where you can see the LaTeX-source code.
24910  The window shows the source of the whole paragraph where the cursor is
24911  currently in.
24912  You can also select document parts in LyX's main window, then only this
24913  selection (when it is more than one paragraph) is shown as source code.
24914  To view the whole document as source, enable the corresponding option in
24915  the source view window.
24916 \end_layout
24917
24918 \begin_layout Section
24919 Spell Checking
24920 \begin_inset LatexCommand label
24921 name "sec:Spellchecking"
24922
24923 \end_inset
24924
24925
24926 \begin_inset LatexCommand index
24927 name "Spell checking"
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \begin_layout Standard
24935 LyX itself has no built-in spell checker.
24936  Rather it uses one of the external programs 
24937 \family typewriter
24938 aspell
24939 \family default
24940
24941 \family typewriter
24942 ispell
24943 \family default
24944
24945 \family typewriter
24946 hspell
24947 \family default
24948 , or 
24949 \family sans
24950 pspell
24951 \family default
24952  as backend.
24953  This section assumes you have already installed and set up one of these
24954  programs.
24955  
24956 \family typewriter
24957 aspell
24958 \family default
24959  can be seen as successor of 
24960 \family typewriter
24961 ispell
24962 \family default
24963 , so that it is recommended to use aspell.
24964  
24965 \family sans
24966 hspell
24967 \family default
24968  is a Hebrew spell-checker.
24969  The used spell checker ind its settings are specified in LyX's preferences
24970  under 
24971 \family sans
24972 Language Settings
24973 \family default
24974 .
24975 \end_layout
24976
24977 \begin_layout Standard
24978 For LyX on Windows, the selection box for the spell checking program is
24979  greyed out in the preferences dialog because only 
24980 \family sans
24981 aspell
24982 \family default
24983  can be used.
24984 \end_layout
24985
24986 \begin_layout Standard
24987 The menu
24988 \family sans
24989  Tools\SpecialChar \menuseparator
24990 Spellchecker
24991 \family default
24992  starts the spell checking beginning from the current cursor position.
24993  A dialog window will appear showing any incorrect (or unknown) word found,
24994  allowing you to edit and replace it in a second line.
24995  Whenever an unknown word is found, the word is highlighted and the text
24996  scrolled so that it is visible.
24997  In the 
24998 \family sans
24999 spell checker
25000 \family default
25001  dialog, there is also a box showing suggestions for a correction, if any
25002  could be found.
25003  Clicking on one of the corrections will copy to the 
25004 \family sans
25005 Replace
25006 \family default
25007  field, double-click invokes directly the replacement.
25008  Unknown but correctly typed words can be added to the personal dictionary.
25009 \end_layout
25010
25011 \begin_layout Standard
25012 By default, the used dictionary file is determined by the document language
25013  that is set in the 
25014 \family sans
25015 Document\SpecialChar \menuseparator
25016 Settings
25017 \family default
25018  dialog.
25019  If you do not have a dictionary for the document language, spell checking
25020  will bring an error message.
25021  In this case, you can specify another dictionary file in the dialog by
25022  specifying a different 
25023 \family sans
25024 Alternative language
25025 \family default
25026  in preferences dialog.
25027 \end_layout
25028
25029 \begin_layout Standard
25030 After a spell check you'll informed about the number of checked words.
25031 \end_layout
25032
25033 \begin_layout Subsubsection*
25034 Limitations
25035 \end_layout
25036
25037 \begin_layout Standard
25038 It is not possible to change the spelling of a particular word globally,
25039  rather than having to change the spelling separately for each occurrence
25040  of the word.
25041  But you can use the 
25042 \family sans
25043 Find\InsetSpace ~
25044 &\InsetSpace ~
25045 Replace
25046 \family default
25047  dialog for that.
25048 \end_layout
25049
25050 \begin_layout Standard
25051 LyX cannot correctly spell check documents containing multiple languages.
25052  This does work with 
25053 \family typewriter
25054 pspell
25055 \family default
25056 , assuming you have marked the different languages appropriately.
25057 \end_layout
25058
25059 \begin_layout Subsubsection*
25060 Further Settings
25061 \end_layout
25062
25063 \begin_layout Standard
25064 The 
25065 \family sans
25066 Spellchecker
25067 \family default
25068  section in the preferences dialog has some additional options:
25069 \end_layout
25070
25071 \begin_layout Description
25072 Escape\InsetSpace ~
25073 characters Allows you to add non-standard characters that the spell
25074  checker should consider, e.g.
25075  German umlauts although you spell check English document.
25076  This should not normally be needed.
25077 \end_layout
25078
25079 \begin_layout Description
25080 Personal\InsetSpace ~
25081 dictionary to use a different file than the spell checker's default
25082  choice as your personal dictionary
25083 \end_layout
25084
25085 \begin_layout Description
25086 Accept\InsetSpace ~
25087 compound\InsetSpace ~
25088 words Prevent the spell checker from complaining about compounded
25089  words like 
25090 \begin_inset Quotes eld
25091 \end_inset
25092
25093 passthrough
25094 \begin_inset Quotes erd
25095 \end_inset
25096
25097 .
25098 \end_layout
25099
25100 \begin_layout Description
25101 Use\InsetSpace ~
25102 input\InsetSpace ~
25103 encoding Uses the document encoding that is set in the 
25104 \family sans
25105 Document\SpecialChar \menuseparator
25106 Settings
25107 \family default
25108  dialog under 
25109 \family sans
25110 Language
25111 \family default
25112  also for the spellchecker.
25113 \begin_inset Foot
25114 status collapsed
25115
25116 \begin_layout Standard
25117 The encodings are explained in section\InsetSpace ~
25118
25119 \begin_inset LatexCommand ref
25120 reference "sub:Settings"
25121
25122 \end_inset
25123
25124 .
25125 \end_layout
25126
25127 \end_inset
25128
25129  Only enable this if you use 
25130 \family typewriter
25131 ispell
25132 \family default
25133  and can't spell check words with international letters in them.
25134  There have been reports that this does not work with all dictionaries,
25135  so this is disabled by default.
25136 \end_layout
25137
25138 \begin_layout Section
25139 Thesaurus
25140 \begin_inset LatexCommand index
25141 name "Thesaurus"
25142
25143 \end_inset
25144
25145
25146 \begin_inset LatexCommand label
25147 name "sec:Thesaurus"
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \begin_layout Standard
25155 Thesaurus currently only works when you use the document language English.
25156 \end_layout
25157
25158 \begin_layout Standard
25159 To start the thesaurus, highlight one word or set the cursor behind it,
25160  and use the menu 
25161 \family sans
25162 Tools\SpecialChar \menuseparator
25163 Thesaurus
25164 \family default
25165  or the toolbar button 
25166 \begin_inset Graphics
25167         filename ../images/thesaurus-entry.png
25168         BoundingBox 0bp 5bp 20bp 25bp
25169         rotateOrigin center
25170
25171 \end_inset
25172
25173 .
25174  A dialog pops up showing you probably related words that you can use as
25175  replacement.
25176 \end_layout
25177
25178 \begin_layout Standard
25179 The shown related words are in many cases not really related to the word
25180  you are currently checking, scrolling in the shown list might help in some
25181  cases to find related words.
25182 \end_layout
25183
25184 \begin_layout Standard
25185 The thesaurus only works for single words, and also only when it is in the
25186  singular form.
25187  For example starting the thesaurus with the word 
25188 \begin_inset Quotes eld
25189 \end_inset
25190
25191 reports
25192 \begin_inset Quotes erd
25193 \end_inset
25194
25195  leads to no results, while results are shown for the word 
25196 \begin_inset Quotes eld
25197 \end_inset
25198
25199 report
25200 \begin_inset Quotes erd
25201 \end_inset
25202
25203 .
25204  To avoid this, you can highlight only the part 
25205 \begin_inset Quotes eld
25206 \end_inset
25207
25208 report
25209 \begin_inset Quotes erd
25210 \end_inset
25211
25212  of the word 
25213 \begin_inset Quotes eld
25214 \end_inset
25215
25216 reports
25217 \begin_inset Quotes erd
25218 \end_inset
25219
25220  to get results.
25221 \end_layout
25222
25223 \begin_layout Section
25224 Change Tracking
25225 \begin_inset LatexCommand index
25226 name "Change Tracking"
25227
25228 \end_inset
25229
25230
25231 \begin_inset LatexCommand index
25232 name "Document ! Change Tracking"
25233
25234 \end_inset
25235
25236
25237 \begin_inset LatexCommand label
25238 name "sec:Change-Tracking"
25239
25240 \end_inset
25241
25242
25243 \end_layout
25244
25245 \begin_layout Standard
25246 When you work on a document together with many people it is extremely useful
25247  to see changes others made highlighted in the document.
25248  You can then decide if you accept a change or not.
25249  This can be achieved by turning on change tracking in the menu 
25250 \family sans
25251 Document\SpecialChar \menuseparator
25252 Change\InsetSpace ~
25253 Tracking\SpecialChar \menuseparator
25254 Track\InsetSpace ~
25255 Changes
25256 \family default
25257 .
25258 \end_layout
25259
25260 \begin_layout Standard
25261 Changes made in the document will then be highlighted by colors: 
25262 \color blue
25263 Blue text
25264 \color inherit
25265  is an addition, 
25266 \color red
25267 red canceled text
25268 \color inherit
25269  is a deletion.
25270  You can change the color in LyX's preferences dialog under 
25271 \family sans
25272 Look\InsetSpace ~
25273 and\InsetSpace ~
25274 feel
25275 \family default
25276
25277 \family sans
25278 Colors
25279 \family default
25280 .
25281 \end_layout
25282
25283 \begin_layout Standard
25284 When change tracking is activated, you will see the review toolbar in LyX:
25285 \begin_inset LatexCommand index
25286 name "Toolbar ! Review"
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Standard
25294 \begin_inset VSpace defskip
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Standard
25301 \begin_inset Graphics
25302         filename clipart/ChangesToolbar.png
25303
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \begin_layout Standard
25310 \begin_inset VSpace defskip
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \begin_layout Standard
25317 The review toolbar as shown above contains from left to right the following
25318  buttons:
25319 \end_layout
25320
25321 \begin_layout Standard
25322 \begin_inset VSpace defskip
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Standard
25329 \begin_inset Tabular
25330 <lyxtabular version="3" rows="10" columns="2">
25331 <features islongtable="true">
25332 <column alignment="left" valignment="top" width="0">
25333 <column alignment="left" valignment="top" width="0">
25334 <row interlinespace="2.5mm">
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Standard
25339 \begin_inset Graphics
25340         filename ../images/changes-track.png
25341         BoundingBox 0bp 5bp 20bp 25bp
25342         rotateOrigin center
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Standard
25355
25356 \family sans
25357 Document\SpecialChar \menuseparator
25358 Change\InsetSpace ~
25359 Tracking\SpecialChar \menuseparator
25360 Track\InsetSpace ~
25361 Changes
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 </row>
25367 <row interlinespace="2.5mm">
25368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Standard
25372 \begin_inset Graphics
25373         filename ../images/changes-output.png
25374         BoundingBox 0bp 5bp 20bp 25bp
25375         rotateOrigin center
25376
25377 \end_inset
25378
25379
25380 \end_layout
25381
25382 \end_inset
25383 </cell>
25384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Standard
25388
25389 \family sans
25390 Document\SpecialChar \menuseparator
25391 Change\InsetSpace ~
25392 Tracking\SpecialChar \menuseparator
25393 Show\InsetSpace ~
25394 Changes\InsetSpace ~
25395 in\InsetSpace ~
25396 Output
25397 \end_layout
25398
25399 \end_inset
25400 </cell>
25401 </row>
25402 <row interlinespace="2.5mm">
25403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25404 \begin_inset Text
25405
25406 \begin_layout Standard
25407 \begin_inset Graphics
25408         filename ../images/change-next.png
25409         BoundingBox 0bp 5bp 20bp 25bp
25410         rotateOrigin center
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25420 \begin_inset Text
25421
25422 \begin_layout Standard
25423 Jumps to the next change
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 </row>
25429 <row interlinespace="2.5mm">
25430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Standard
25434 \begin_inset Graphics
25435         filename ../images/change-accept.png
25436         BoundingBox 0bp 5bp 20bp 25bp
25437         rotateOrigin center
25438
25439 \end_inset
25440
25441
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Standard
25450
25451 \family sans
25452 Document\SpecialChar \menuseparator
25453 Change\InsetSpace ~
25454 Tracking\SpecialChar \menuseparator
25455 Accept\InsetSpace ~
25456 Change
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 </row>
25462 <row interlinespace="2.5mm">
25463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Standard
25467 \begin_inset Graphics
25468         filename ../images/change-reject.png
25469         BoundingBox 0bp 5bp 20bp 25bp
25470         rotateOrigin center
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Standard
25483
25484 \family sans
25485 Document\SpecialChar \menuseparator
25486 Change\InsetSpace ~
25487 Tracking\SpecialChar \menuseparator
25488 Reject\InsetSpace ~
25489 Change
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 </row>
25495 <row interlinespace="2.5mm">
25496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Standard
25500 \begin_inset Graphics
25501         filename ../images/changes-merge.png
25502         BoundingBox 0bp 5bp 20bp 25bp
25503         rotateOrigin center
25504
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Standard
25516
25517 \family sans
25518 Document\SpecialChar \menuseparator
25519 Change\InsetSpace ~
25520 Tracking\SpecialChar \menuseparator
25521 Merge\InsetSpace ~
25522 Changes
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 </row>
25528 <row interlinespace="2.5mm">
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Standard
25533 \begin_inset Graphics
25534         filename ../images/all-changes-accept.png
25535         BoundingBox 0bp 5bp 20bp 25bp
25536         rotateOrigin center
25537
25538 \end_inset
25539
25540
25541 \end_layout
25542
25543 \end_inset
25544 </cell>
25545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Standard
25549
25550 \family sans
25551 Document\SpecialChar \menuseparator
25552 Change\InsetSpace ~
25553 Tracking\SpecialChar \menuseparator
25554 Accept\InsetSpace ~
25555 All\InsetSpace ~
25556 Changes
25557 \end_layout
25558
25559 \end_inset
25560 </cell>
25561 </row>
25562 <row interlinespace="2.5mm">
25563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Standard
25567 \begin_inset Graphics
25568         filename ../images/all-changes-reject.png
25569         BoundingBox 0bp 5bp 20bp 25bp
25570         rotateOrigin center
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Standard
25583
25584 \family sans
25585 Document\SpecialChar \menuseparator
25586 Change\InsetSpace ~
25587 Tracking\SpecialChar \menuseparator
25588 Reject\InsetSpace ~
25589 All\InsetSpace ~
25590 Changes
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 </row>
25596 <row interlinespace="2.5mm">
25597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Standard
25601 \begin_inset Graphics
25602         filename ../images/note-insert.png
25603         BoundingBox 0bp 5bp 20bp 25bp
25604         rotateOrigin center
25605
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Standard
25617
25618 \family sans
25619 Insert\SpecialChar \menuseparator
25620 Note\SpecialChar \menuseparator
25621 LyX\InsetSpace ~
25622 Note
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 </row>
25628 <row interlinespace="2.5mm">
25629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Standard
25633 \begin_inset Graphics
25634         filename ../images/note-next.png
25635         BoundingBox 0bp 5bp 20bp 25bp
25636         rotateOrigin center
25637
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Standard
25649
25650 \family sans
25651 Navigate\SpecialChar \menuseparator
25652 Next\InsetSpace ~
25653 Note
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 </row>
25659 </lyxtabular>
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \begin_layout Standard
25667 \begin_inset VSpace defskip
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Standard
25674 The review toolbar helps you to accept, reject, or merge changes -- highlight
25675  the change and press one of the desired toolbar buttons.
25676  When you merge changes, a window pops up showing you informations about
25677  the next change behind the current cursor position.
25678  So you don't need to highlight a certain change.
25679  Within the merge window you can decide to accept or reject changes and
25680  step to the next change.
25681  This way you can jump through all changes of the document.
25682 \end_layout
25683
25684 \begin_layout Standard
25685 The toolbar has two buttons to handle notes because notes are often important
25686  to describe a change.
25687 \end_layout
25688
25689 \begin_layout Standard
25690 To show made changes in the output you need the LaTeX package 
25691 \series bold
25692 dvipost
25693 \begin_inset LatexCommand index
25694 name "LaTeX-packages ! dvipost"
25695
25696 \end_inset
25697
25698
25699 \series default
25700  installed.
25701  You find it in the TeX Catalogue, 
25702 \begin_inset LatexCommand cite
25703 key "TeXCatalogue"
25704
25705 \end_inset
25706
25707  or in the package manager of your LaTeX-system.
25708 \end_layout
25709
25710 \begin_layout Section
25711 International Support
25712 \begin_inset LatexCommand index
25713 name "International support"
25714
25715 \end_inset
25716
25717
25718 \end_layout
25719
25720 \begin_layout Standard
25721 This section describes how to use LyX with any language you want.
25722  For some non-western languages there are special Wiki-pages that explain
25723  how to set up LyX to use them: 
25724 \begin_inset LatexCommand cite
25725 key "Arabic,Armenian,Farsi,Hebrew"
25726
25727 \end_inset
25728
25729
25730 \end_layout
25731
25732 \begin_layout Standard
25733 Besides languages, LyX also supports phonetic symbols, see section\InsetSpace ~
25734
25735 \begin_inset LatexCommand ref
25736 reference "sub:Special-Character"
25737
25738 \end_inset
25739
25740 .
25741 \end_layout
25742
25743 \begin_layout Subsection
25744 Language Options
25745 \begin_inset LatexCommand index
25746 name "Language ! Options"
25747
25748 \end_inset
25749
25750
25751 \begin_inset LatexCommand index
25752 name "Document ! Settings"
25753
25754 \end_inset
25755
25756
25757 \begin_inset LatexCommand index
25758 name "Document ! Language"
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \begin_layout Standard
25766 The 
25767 \family sans
25768 Document\SpecialChar \menuseparator
25769 Settings
25770 \family default
25771  dialog lets you set 
25772 \family roman
25773 the language and character encoding for your language.
25774  
25775 \end_layout
25776
25777 \begin_layout Standard
25778 Choose your language in the 
25779 \family sans
25780 Language
25781 \family default
25782  section of this dialog.
25783  The default is 
25784 \family sans
25785 English
25786 \family default
25787 .
25788 \end_layout
25789
25790 \begin_layout Standard
25791 The 
25792 \family sans
25793 Encoding
25794 \family default
25795  box lets you choose the character encoding map you want to use for LaTeX
25796  export.
25797  The option 
25798 \family sans
25799 use language's default encoding
25800 \family default
25801  is the preferred choice and works well in most cases.
25802  For details abhout the different encoding options see section\InsetSpace ~
25803
25804 \begin_inset LatexCommand ref
25805 reference "sub:Settings"
25806
25807 \end_inset
25808
25809 .
25810 \end_layout
25811
25812 \begin_layout Subsection
25813 Keyboard mapping configuration
25814 \end_layout
25815
25816 \begin_layout Standard
25817 If you have for example a U.S.-style keyboard and want to write in a different
25818  language than English, you can use an alternate keymap.
25819  For example, if you have a U.S.-style keyboard but want to write in Italian,
25820  you can configure LyX to use an Italian keymap.
25821  The preferences dialog allows you to choose up to two keyboard mappings,
25822  see section\InsetSpace ~
25823
25824 \begin_inset LatexCommand ref
25825 reference "sub:Keyboard-Map"
25826
25827 \end_inset
25828
25829 .
25830  You can choose primary and secondary keyboard languages and then select
25831  which one you want to use.
25832 \end_layout
25833
25834 \begin_layout Standard
25835 Finally, you may just want to change a few key mappings or create an entirely
25836  different keymap (for Vulcan, for instance).
25837  You may, for example, normally write in Italian on a U.S.
25838  keyboard but want to include an occasional quotation in German.
25839  In such a case, you can write your own keyboard mapping or modify an existing
25840  one to support the characters you want.
25841  This and much more customizations are explained in the 
25842 \emph on
25843 Customization
25844 \emph default
25845  manual.
25846 \end_layout
25847
25848 \begin_layout Subsection
25849 Character Tables
25850 \begin_inset LatexCommand label
25851 name "sec:keytab"
25852
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \begin_layout Standard
25859 Table\InsetSpace ~
25860
25861 \begin_inset LatexCommand ref
25862 reference "cap:The-latin1-character"
25863
25864 \end_inset
25865
25866  shows the 
25867 \family typewriter
25868 Latin1
25869 \family default
25870  character set.
25871  You should be able to enter the characters in the first eight columns directly
25872  from the keyboard.
25873 \end_layout
25874
25875 \begin_layout Standard
25876 There are a few things you need to know about this table.
25877  Here are some of the details you'll need to bear in mind when using characters
25878  from the 
25879 \family typewriter
25880 Latin1
25881 \family default
25882  character set:
25883 \end_layout
25884
25885 \begin_layout Itemize
25886 Even if you have selected 
25887 \family sans
25888 latin1
25889 \family default
25890  in the 
25891 \family sans
25892 Document\SpecialChar \menuseparator
25893 Settings
25894 \family default
25895  dialog, users who have only the 
25896 \family typewriter
25897 T1
25898 \family default
25899 -fonts for LaTeX [or who have the 
25900 \family typewriter
25901 T1
25902 \family default
25903 -fonts but aren't using them] will still miss a few characters: D0, F0,
25904  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
25905  french quotes won't show up.
25906 \end_layout
25907
25908 \begin_layout Standard
25909 \begin_inset Float table
25910 wide false
25911 sideways false
25912 status open
25913
25914 \begin_layout Standard
25915 \begin_inset Caption
25916
25917 \begin_layout Standard
25918 \begin_inset LatexCommand label
25919 name "cap:The-latin1-character"
25920
25921 \end_inset
25922
25923 The 
25924 \family typewriter
25925 latin1
25926 \family default
25927  character set
25928 \end_layout
25929
25930 \end_inset
25931
25932
25933 \end_layout
25934
25935 \begin_layout Standard
25936 \align center
25937 \begin_inset Tabular
25938 <lyxtabular version="3" rows="17" columns="17">
25939 <features>
25940 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25941 <column alignment="center" valignment="top" leftline="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" rightline="true" width="0pt">
25957 <row topline="true" bottomline="true">
25958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25959 \begin_inset Text
25960
25961 \begin_layout Standard
25962
25963 \end_layout
25964
25965 \end_inset
25966 </cell>
25967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Standard
25971
25972 \family roman
25973 \series medium
25974 \shape up
25975 \size tiny
25976 \emph off
25977 \bar no
25978 \noun off
25979 \color none
25980 00
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Standard
25989
25990 \family roman
25991 \series medium
25992 \shape up
25993 \size tiny
25994 \emph off
25995 \bar no
25996 \noun off
25997 \color none
25998 10
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Standard
26007
26008 \family roman
26009 \series medium
26010 \shape up
26011 \size tiny
26012 \emph off
26013 \bar no
26014 \noun off
26015 \color none
26016 20
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Standard
26025
26026 \family roman
26027 \series medium
26028 \shape up
26029 \size tiny
26030 \emph off
26031 \bar no
26032 \noun off
26033 \color none
26034 30
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Standard
26043
26044 \family roman
26045 \series medium
26046 \shape up
26047 \size tiny
26048 \emph off
26049 \bar no
26050 \noun off
26051 \color none
26052 40
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26058 \begin_inset Text
26059
26060 \begin_layout Standard
26061
26062 \family roman
26063 \series medium
26064 \shape up
26065 \size tiny
26066 \emph off
26067 \bar no
26068 \noun off
26069 \color none
26070 50
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Standard
26079
26080 \family roman
26081 \series medium
26082 \shape up
26083 \size tiny
26084 \emph off
26085 \bar no
26086 \noun off
26087 \color none
26088 60
26089 \end_layout
26090
26091 \end_inset
26092 </cell>
26093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Standard
26097
26098 \family roman
26099 \series medium
26100 \shape up
26101 \size tiny
26102 \emph off
26103 \bar no
26104 \noun off
26105 \color none
26106 70
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Standard
26115
26116 \family roman
26117 \series medium
26118 \shape up
26119 \size tiny
26120 \emph off
26121 \bar no
26122 \noun off
26123 \color none
26124 80
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Standard
26133
26134 \family roman
26135 \series medium
26136 \shape up
26137 \size tiny
26138 \emph off
26139 \bar no
26140 \noun off
26141 \color none
26142 90
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Standard
26151
26152 \family roman
26153 \series medium
26154 \shape up
26155 \size tiny
26156 \emph off
26157 \bar no
26158 \noun off
26159 \color none
26160 A0
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Standard
26169
26170 \family roman
26171 \series medium
26172 \shape up
26173 \size tiny
26174 \emph off
26175 \bar no
26176 \noun off
26177 \color none
26178 B0
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Standard
26187
26188 \family roman
26189 \series medium
26190 \shape up
26191 \size tiny
26192 \emph off
26193 \bar no
26194 \noun off
26195 \color none
26196 C0
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Standard
26205
26206 \family roman
26207 \series medium
26208 \shape up
26209 \size tiny
26210 \emph off
26211 \bar no
26212 \noun off
26213 \color none
26214 D0
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Standard
26223
26224 \family roman
26225 \series medium
26226 \shape up
26227 \size tiny
26228 \emph off
26229 \bar no
26230 \noun off
26231 \color none
26232 E0
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26238 \begin_inset Text
26239
26240 \begin_layout Standard
26241
26242 \family roman
26243 \series medium
26244 \shape up
26245 \size tiny
26246 \emph off
26247 \bar no
26248 \noun off
26249 \color none
26250 F0
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 </row>
26256 <row topline="true">
26257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Standard
26261
26262 \family roman
26263 \series medium
26264 \shape up
26265 \size tiny
26266 \emph off
26267 \bar no
26268 \noun off
26269 \color none
26270 00
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26276 \begin_inset Text
26277
26278 \begin_layout Standard
26279
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Standard
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Standard
26297
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Standard
26306
26307 \family roman
26308 \series medium
26309 \shape up
26310 \emph off
26311 \bar no
26312 \noun off
26313 \color none
26314 0
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Standard
26323
26324 \family roman
26325 \series medium
26326 \shape up
26327 \emph off
26328 \bar no
26329 \noun off
26330 \color none
26331 @
26332 \end_layout
26333
26334 \end_inset
26335 </cell>
26336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26337 \begin_inset Text
26338
26339 \begin_layout Standard
26340
26341 \family roman
26342 \series medium
26343 \shape up
26344 \emph off
26345 \bar no
26346 \noun off
26347 \color none
26348 P
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Standard
26357
26358 \family roman
26359 \series medium
26360 \shape up
26361 \emph off
26362 \bar no
26363 \noun off
26364 \color none
26365 '
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Standard
26374
26375 \family roman
26376 \series medium
26377 \shape up
26378 \emph off
26379 \bar no
26380 \noun off
26381 \color none
26382 p
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Standard
26391
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Standard
26400
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Standard
26409
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Standard
26418
26419 \family roman
26420 \series medium
26421 \shape up
26422 \emph off
26423 \bar no
26424 \noun off
26425 \color none
26426 °
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Standard
26435
26436 \family roman
26437 \series medium
26438 \shape up
26439 \emph off
26440 \bar no
26441 \noun off
26442 \color none
26443 À
26444 \end_layout
26445
26446 \end_inset
26447 </cell>
26448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Standard
26452
26453 \family roman
26454 \series medium
26455 \shape up
26456 \emph off
26457 \bar no
26458 \noun off
26459 \color none
26460 Ð
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Standard
26469
26470 \family roman
26471 \series medium
26472 \shape up
26473 \emph off
26474 \bar no
26475 \noun off
26476 \color none
26477 à
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Standard
26486
26487 \family roman
26488 \series medium
26489 \shape up
26490 \emph off
26491 \bar no
26492 \noun off
26493 \color none
26494 ð
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 </row>
26500 <row topline="true">
26501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Standard
26505
26506 \family roman
26507 \series medium
26508 \shape up
26509 \size tiny
26510 \emph off
26511 \bar no
26512 \noun off
26513 \color none
26514 01
26515 \end_layout
26516
26517 \end_inset
26518 </cell>
26519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Standard
26523
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26529 \begin_inset Text
26530
26531 \begin_layout Standard
26532
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Standard
26541
26542 \family roman
26543 \series medium
26544 \shape up
26545 \emph off
26546 \bar no
26547 \noun off
26548 \color none
26549 !
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Standard
26558
26559 \family roman
26560 \series medium
26561 \shape up
26562 \emph off
26563 \bar no
26564 \noun off
26565 \color none
26566 1
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Standard
26575
26576 \family roman
26577 \series medium
26578 \shape up
26579 \emph off
26580 \bar no
26581 \noun off
26582 \color none
26583 A
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Standard
26592
26593 \family roman
26594 \series medium
26595 \shape up
26596 \emph off
26597 \bar no
26598 \noun off
26599 \color none
26600 Q
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Standard
26609
26610 \family roman
26611 \series medium
26612 \shape up
26613 \emph off
26614 \bar no
26615 \noun off
26616 \color none
26617 a
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26623 \begin_inset Text
26624
26625 \begin_layout Standard
26626
26627 \family roman
26628 \series medium
26629 \shape up
26630 \emph off
26631 \bar no
26632 \noun off
26633 \color none
26634 q
26635 \end_layout
26636
26637 \end_inset
26638 </cell>
26639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26640 \begin_inset Text
26641
26642 \begin_layout Standard
26643
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Standard
26652
26653 \end_layout
26654
26655 \end_inset
26656 </cell>
26657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Standard
26661
26662 \family roman
26663 \series medium
26664 \shape up
26665 \emph off
26666 \bar no
26667 \noun off
26668 \color none
26669 ¡
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Standard
26678
26679 \family roman
26680 \series medium
26681 \shape up
26682 \emph off
26683 \bar no
26684 \noun off
26685 \color none
26686 ±
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Standard
26695
26696 \family roman
26697 \series medium
26698 \shape up
26699 \emph off
26700 \bar no
26701 \noun off
26702 \color none
26703 Á
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Standard
26712
26713 \family roman
26714 \series medium
26715 \shape up
26716 \emph off
26717 \bar no
26718 \noun off
26719 \color none
26720 Ñ
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26726 \begin_inset Text
26727
26728 \begin_layout Standard
26729
26730 \family roman
26731 \series medium
26732 \shape up
26733 \emph off
26734 \bar no
26735 \noun off
26736 \color none
26737 á
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Standard
26746
26747 \family roman
26748 \series medium
26749 \shape up
26750 \emph off
26751 \bar no
26752 \noun off
26753 \color none
26754 ñ
26755 \end_layout
26756
26757 \end_inset
26758 </cell>
26759 </row>
26760 <row topline="true">
26761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26762 \begin_inset Text
26763
26764 \begin_layout Standard
26765
26766 \family roman
26767 \series medium
26768 \shape up
26769 \size tiny
26770 \emph off
26771 \bar no
26772 \noun off
26773 \color none
26774 02
26775 \end_layout
26776
26777 \end_inset
26778 </cell>
26779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Standard
26783
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Standard
26792
26793 \end_layout
26794
26795 \end_inset
26796 </cell>
26797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26798 \begin_inset Text
26799
26800 \begin_layout Standard
26801
26802 \family roman
26803 \series medium
26804 \shape up
26805 \emph off
26806 \bar no
26807 \noun off
26808 \color none
26809 \begin_inset Quotes eld
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Standard
26821
26822 \family roman
26823 \series medium
26824 \shape up
26825 \emph off
26826 \bar no
26827 \noun off
26828 \color none
26829 2
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Standard
26838
26839 \family roman
26840 \series medium
26841 \shape up
26842 \emph off
26843 \bar no
26844 \noun off
26845 \color none
26846 B
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Standard
26855
26856 \family roman
26857 \series medium
26858 \shape up
26859 \emph off
26860 \bar no
26861 \noun off
26862 \color none
26863 R
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Standard
26872
26873 \family roman
26874 \series medium
26875 \shape up
26876 \emph off
26877 \bar no
26878 \noun off
26879 \color none
26880 b
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Standard
26889
26890 \family roman
26891 \series medium
26892 \shape up
26893 \emph off
26894 \bar no
26895 \noun off
26896 \color none
26897 r
26898 \end_layout
26899
26900 \end_inset
26901 </cell>
26902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26903 \begin_inset Text
26904
26905 \begin_layout Standard
26906
26907 \end_layout
26908
26909 \end_inset
26910 </cell>
26911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26912 \begin_inset Text
26913
26914 \begin_layout Standard
26915
26916 \end_layout
26917
26918 \end_inset
26919 </cell>
26920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26921 \begin_inset Text
26922
26923 \begin_layout Standard
26924 ¢
26925 \end_layout
26926
26927 \end_inset
26928 </cell>
26929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Standard
26933
26934 \family roman
26935 \series medium
26936 \shape up
26937 \emph off
26938 \bar no
26939 \noun off
26940 \color none
26941 ²
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Standard
26950
26951 \family roman
26952 \series medium
26953 \shape up
26954 \emph off
26955 \bar no
26956 \noun off
26957 \color none
26958 Â
26959 \end_layout
26960
26961 \end_inset
26962 </cell>
26963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Standard
26967
26968 \family roman
26969 \series medium
26970 \shape up
26971 \emph off
26972 \bar no
26973 \noun off
26974 \color none
26975 Ò
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26981 \begin_inset Text
26982
26983 \begin_layout Standard
26984
26985 \family roman
26986 \series medium
26987 \shape up
26988 \emph off
26989 \bar no
26990 \noun off
26991 \color none
26992 â
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Standard
27001
27002 \family roman
27003 \series medium
27004 \shape up
27005 \emph off
27006 \bar no
27007 \noun off
27008 \color none
27009 ò
27010 \end_layout
27011
27012 \end_inset
27013 </cell>
27014 </row>
27015 <row topline="true">
27016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27017 \begin_inset Text
27018
27019 \begin_layout Standard
27020
27021 \family roman
27022 \series medium
27023 \shape up
27024 \size tiny
27025 \emph off
27026 \bar no
27027 \noun off
27028 \color none
27029 03
27030 \end_layout
27031
27032 \end_inset
27033 </cell>
27034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Standard
27038
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27044 \begin_inset Text
27045
27046 \begin_layout Standard
27047
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27053 \begin_inset Text
27054
27055 \begin_layout Standard
27056
27057 \family roman
27058 \series medium
27059 \shape up
27060 \emph off
27061 \bar no
27062 \noun off
27063 \color none
27064 #
27065 \end_layout
27066
27067 \end_inset
27068 </cell>
27069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Standard
27073
27074 \family roman
27075 \series medium
27076 \shape up
27077 \emph off
27078 \bar no
27079 \noun off
27080 \color none
27081 3
27082 \end_layout
27083
27084 \end_inset
27085 </cell>
27086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Standard
27090
27091 \family roman
27092 \series medium
27093 \shape up
27094 \emph off
27095 \bar no
27096 \noun off
27097 \color none
27098 C
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27104 \begin_inset Text
27105
27106 \begin_layout Standard
27107
27108 \family roman
27109 \series medium
27110 \shape up
27111 \emph off
27112 \bar no
27113 \noun off
27114 \color none
27115 S
27116 \end_layout
27117
27118 \end_inset
27119 </cell>
27120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Standard
27124
27125 \family roman
27126 \series medium
27127 \shape up
27128 \emph off
27129 \bar no
27130 \noun off
27131 \color none
27132 c
27133 \end_layout
27134
27135 \end_inset
27136 </cell>
27137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27138 \begin_inset Text
27139
27140 \begin_layout Standard
27141
27142 \family roman
27143 \series medium
27144 \shape up
27145 \emph off
27146 \bar no
27147 \noun off
27148 \color none
27149 s
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Standard
27158
27159 \end_layout
27160
27161 \end_inset
27162 </cell>
27163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27164 \begin_inset Text
27165
27166 \begin_layout Standard
27167
27168 \end_layout
27169
27170 \end_inset
27171 </cell>
27172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27173 \begin_inset Text
27174
27175 \begin_layout Standard
27176
27177 \family roman
27178 \series medium
27179 \shape up
27180 \emph off
27181 \bar no
27182 \noun off
27183 \color none
27184 £
27185 \end_layout
27186
27187 \end_inset
27188 </cell>
27189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27190 \begin_inset Text
27191
27192 \begin_layout Standard
27193
27194 \family roman
27195 \series medium
27196 \shape up
27197 \emph off
27198 \bar no
27199 \noun off
27200 \color none
27201 ³
27202 \end_layout
27203
27204 \end_inset
27205 </cell>
27206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27207 \begin_inset Text
27208
27209 \begin_layout Standard
27210
27211 \family roman
27212 \series medium
27213 \shape up
27214 \emph off
27215 \bar no
27216 \noun off
27217 \color none
27218 Ã
27219 \end_layout
27220
27221 \end_inset
27222 </cell>
27223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27224 \begin_inset Text
27225
27226 \begin_layout Standard
27227
27228 \family roman
27229 \series medium
27230 \shape up
27231 \emph off
27232 \bar no
27233 \noun off
27234 \color none
27235 Ó
27236 \end_layout
27237
27238 \end_inset
27239 </cell>
27240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27241 \begin_inset Text
27242
27243 \begin_layout Standard
27244
27245 \family roman
27246 \series medium
27247 \shape up
27248 \emph off
27249 \bar no
27250 \noun off
27251 \color none
27252 ã
27253 \end_layout
27254
27255 \end_inset
27256 </cell>
27257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27258 \begin_inset Text
27259
27260 \begin_layout Standard
27261
27262 \family roman
27263 \series medium
27264 \shape up
27265 \emph off
27266 \bar no
27267 \noun off
27268 \color none
27269 ó
27270 \end_layout
27271
27272 \end_inset
27273 </cell>
27274 </row>
27275 <row topline="true">
27276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27277 \begin_inset Text
27278
27279 \begin_layout Standard
27280
27281 \family roman
27282 \series medium
27283 \shape up
27284 \size tiny
27285 \emph off
27286 \bar no
27287 \noun off
27288 \color none
27289 04
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27295 \begin_inset Text
27296
27297 \begin_layout Standard
27298
27299 \end_layout
27300
27301 \end_inset
27302 </cell>
27303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Standard
27307
27308 \end_layout
27309
27310 \end_inset
27311 </cell>
27312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27313 \begin_inset Text
27314
27315 \begin_layout Standard
27316
27317 \family roman
27318 \series medium
27319 \shape up
27320 \emph off
27321 \bar no
27322 \noun off
27323 \color none
27324 $
27325 \end_layout
27326
27327 \end_inset
27328 </cell>
27329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27330 \begin_inset Text
27331
27332 \begin_layout Standard
27333
27334 \family roman
27335 \series medium
27336 \shape up
27337 \emph off
27338 \bar no
27339 \noun off
27340 \color none
27341 4
27342 \end_layout
27343
27344 \end_inset
27345 </cell>
27346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27347 \begin_inset Text
27348
27349 \begin_layout Standard
27350
27351 \family roman
27352 \series medium
27353 \shape up
27354 \emph off
27355 \bar no
27356 \noun off
27357 \color none
27358 D
27359 \end_layout
27360
27361 \end_inset
27362 </cell>
27363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27364 \begin_inset Text
27365
27366 \begin_layout Standard
27367
27368 \family roman
27369 \series medium
27370 \shape up
27371 \emph off
27372 \bar no
27373 \noun off
27374 \color none
27375 T
27376 \end_layout
27377
27378 \end_inset
27379 </cell>
27380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27381 \begin_inset Text
27382
27383 \begin_layout Standard
27384
27385 \family roman
27386 \series medium
27387 \shape up
27388 \emph off
27389 \bar no
27390 \noun off
27391 \color none
27392 d
27393 \end_layout
27394
27395 \end_inset
27396 </cell>
27397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27398 \begin_inset Text
27399
27400 \begin_layout Standard
27401
27402 \family roman
27403 \series medium
27404 \shape up
27405 \emph off
27406 \bar no
27407 \noun off
27408 \color none
27409 t
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27415 \begin_inset Text
27416
27417 \begin_layout Standard
27418
27419 \end_layout
27420
27421 \end_inset
27422 </cell>
27423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27424 \begin_inset Text
27425
27426 \begin_layout Standard
27427
27428 \end_layout
27429
27430 \end_inset
27431 </cell>
27432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27433 \begin_inset Text
27434
27435 \begin_layout Standard
27436 ¤
27437 \end_layout
27438
27439 \end_inset
27440 </cell>
27441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27442 \begin_inset Text
27443
27444 \begin_layout Standard
27445
27446 \family roman
27447 \series medium
27448 \shape up
27449 \emph off
27450 \bar no
27451 \noun off
27452 \color none
27453 ´
27454 \end_layout
27455
27456 \end_inset
27457 </cell>
27458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27459 \begin_inset Text
27460
27461 \begin_layout Standard
27462
27463 \family roman
27464 \series medium
27465 \shape up
27466 \emph off
27467 \bar no
27468 \noun off
27469 \color none
27470 Ä
27471 \end_layout
27472
27473 \end_inset
27474 </cell>
27475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27476 \begin_inset Text
27477
27478 \begin_layout Standard
27479
27480 \family roman
27481 \series medium
27482 \shape up
27483 \emph off
27484 \bar no
27485 \noun off
27486 \color none
27487 Ô
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Standard
27496
27497 \family roman
27498 \series medium
27499 \shape up
27500 \emph off
27501 \bar no
27502 \noun off
27503 \color none
27504 ä
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27510 \begin_inset Text
27511
27512 \begin_layout Standard
27513
27514 \family roman
27515 \series medium
27516 \shape up
27517 \emph off
27518 \bar no
27519 \noun off
27520 \color none
27521 ô
27522 \end_layout
27523
27524 \end_inset
27525 </cell>
27526 </row>
27527 <row topline="true">
27528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27529 \begin_inset Text
27530
27531 \begin_layout Standard
27532
27533 \family roman
27534 \series medium
27535 \shape up
27536 \size tiny
27537 \emph off
27538 \bar no
27539 \noun off
27540 \color none
27541 05
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27547 \begin_inset Text
27548
27549 \begin_layout Standard
27550
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27556 \begin_inset Text
27557
27558 \begin_layout Standard
27559
27560 \end_layout
27561
27562 \end_inset
27563 </cell>
27564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27565 \begin_inset Text
27566
27567 \begin_layout Standard
27568
27569 \family roman
27570 \series medium
27571 \shape up
27572 \emph off
27573 \bar no
27574 \noun off
27575 \color none
27576 %
27577 \end_layout
27578
27579 \end_inset
27580 </cell>
27581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27582 \begin_inset Text
27583
27584 \begin_layout Standard
27585
27586 \family roman
27587 \series medium
27588 \shape up
27589 \emph off
27590 \bar no
27591 \noun off
27592 \color none
27593 5
27594 \end_layout
27595
27596 \end_inset
27597 </cell>
27598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27599 \begin_inset Text
27600
27601 \begin_layout Standard
27602
27603 \family roman
27604 \series medium
27605 \shape up
27606 \emph off
27607 \bar no
27608 \noun off
27609 \color none
27610 E
27611 \end_layout
27612
27613 \end_inset
27614 </cell>
27615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27616 \begin_inset Text
27617
27618 \begin_layout Standard
27619
27620 \family roman
27621 \series medium
27622 \shape up
27623 \emph off
27624 \bar no
27625 \noun off
27626 \color none
27627 U
27628 \end_layout
27629
27630 \end_inset
27631 </cell>
27632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Standard
27636
27637 \family roman
27638 \series medium
27639 \shape up
27640 \emph off
27641 \bar no
27642 \noun off
27643 \color none
27644 e
27645 \end_layout
27646
27647 \end_inset
27648 </cell>
27649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27650 \begin_inset Text
27651
27652 \begin_layout Standard
27653
27654 \family roman
27655 \series medium
27656 \shape up
27657 \emph off
27658 \bar no
27659 \noun off
27660 \color none
27661 u
27662 \end_layout
27663
27664 \end_inset
27665 </cell>
27666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27667 \begin_inset Text
27668
27669 \begin_layout Standard
27670
27671 \end_layout
27672
27673 \end_inset
27674 </cell>
27675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27676 \begin_inset Text
27677
27678 \begin_layout Standard
27679
27680 \end_layout
27681
27682 \end_inset
27683 </cell>
27684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27685 \begin_inset Text
27686
27687 \begin_layout Standard
27688 ¥
27689 \end_layout
27690
27691 \end_inset
27692 </cell>
27693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27694 \begin_inset Text
27695
27696 \begin_layout Standard
27697
27698 \family roman
27699 \series medium
27700 \shape up
27701 \emph off
27702 \bar no
27703 \noun off
27704 \color none
27705 µ
27706 \end_layout
27707
27708 \end_inset
27709 </cell>
27710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27711 \begin_inset Text
27712
27713 \begin_layout Standard
27714
27715 \family roman
27716 \series medium
27717 \shape up
27718 \emph off
27719 \bar no
27720 \noun off
27721 \color none
27722 Å
27723 \end_layout
27724
27725 \end_inset
27726 </cell>
27727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27728 \begin_inset Text
27729
27730 \begin_layout Standard
27731
27732 \family roman
27733 \series medium
27734 \shape up
27735 \emph off
27736 \bar no
27737 \noun off
27738 \color none
27739 Õ
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27745 \begin_inset Text
27746
27747 \begin_layout Standard
27748
27749 \family roman
27750 \series medium
27751 \shape up
27752 \emph off
27753 \bar no
27754 \noun off
27755 \color none
27756 å
27757 \end_layout
27758
27759 \end_inset
27760 </cell>
27761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Standard
27765
27766 \family roman
27767 \series medium
27768 \shape up
27769 \emph off
27770 \bar no
27771 \noun off
27772 \color none
27773 õ
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 </row>
27779 <row topline="true">
27780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Standard
27784
27785 \family roman
27786 \series medium
27787 \shape up
27788 \size tiny
27789 \emph off
27790 \bar no
27791 \noun off
27792 \color none
27793 06
27794 \end_layout
27795
27796 \end_inset
27797 </cell>
27798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Standard
27802
27803 \end_layout
27804
27805 \end_inset
27806 </cell>
27807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Standard
27811
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Standard
27820
27821 \family roman
27822 \series medium
27823 \shape up
27824 \emph off
27825 \bar no
27826 \noun off
27827 \color none
27828 &
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Standard
27837
27838 \family roman
27839 \series medium
27840 \shape up
27841 \emph off
27842 \bar no
27843 \noun off
27844 \color none
27845 6
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Standard
27854
27855 \family roman
27856 \series medium
27857 \shape up
27858 \emph off
27859 \bar no
27860 \noun off
27861 \color none
27862 F
27863 \end_layout
27864
27865 \end_inset
27866 </cell>
27867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27868 \begin_inset Text
27869
27870 \begin_layout Standard
27871
27872 \family roman
27873 \series medium
27874 \shape up
27875 \emph off
27876 \bar no
27877 \noun off
27878 \color none
27879 V
27880 \end_layout
27881
27882 \end_inset
27883 </cell>
27884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27885 \begin_inset Text
27886
27887 \begin_layout Standard
27888
27889 \family roman
27890 \series medium
27891 \shape up
27892 \emph off
27893 \bar no
27894 \noun off
27895 \color none
27896 f
27897 \end_layout
27898
27899 \end_inset
27900 </cell>
27901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Standard
27905
27906 \family roman
27907 \series medium
27908 \shape up
27909 \emph off
27910 \bar no
27911 \noun off
27912 \color none
27913 v
27914 \end_layout
27915
27916 \end_inset
27917 </cell>
27918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27919 \begin_inset Text
27920
27921 \begin_layout Standard
27922
27923 \end_layout
27924
27925 \end_inset
27926 </cell>
27927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Standard
27931
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27937 \begin_inset Text
27938
27939 \begin_layout Standard
27940 ¦
27941 \end_layout
27942
27943 \end_inset
27944 </cell>
27945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27946 \begin_inset Text
27947
27948 \begin_layout Standard
27949
27950 \family roman
27951 \series medium
27952 \shape up
27953 \emph off
27954 \bar no
27955 \noun off
27956 \color none
27957
27958 \end_layout
27959
27960 \end_inset
27961 </cell>
27962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27963 \begin_inset Text
27964
27965 \begin_layout Standard
27966
27967 \family roman
27968 \series medium
27969 \shape up
27970 \emph off
27971 \bar no
27972 \noun off
27973 \color none
27974 Æ
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Standard
27983
27984 \family roman
27985 \series medium
27986 \shape up
27987 \emph off
27988 \bar no
27989 \noun off
27990 \color none
27991 Ö
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Standard
28000
28001 \family roman
28002 \series medium
28003 \shape up
28004 \emph off
28005 \bar no
28006 \noun off
28007 \color none
28008 æ
28009 \end_layout
28010
28011 \end_inset
28012 </cell>
28013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28014 \begin_inset Text
28015
28016 \begin_layout Standard
28017
28018 \family roman
28019 \series medium
28020 \shape up
28021 \emph off
28022 \bar no
28023 \noun off
28024 \color none
28025 ö
28026 \end_layout
28027
28028 \end_inset
28029 </cell>
28030 </row>
28031 <row topline="true">
28032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28033 \begin_inset Text
28034
28035 \begin_layout Standard
28036
28037 \family roman
28038 \series medium
28039 \shape up
28040 \size tiny
28041 \emph off
28042 \bar no
28043 \noun off
28044 \color none
28045 07
28046 \end_layout
28047
28048 \end_inset
28049 </cell>
28050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Standard
28054
28055 \end_layout
28056
28057 \end_inset
28058 </cell>
28059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28060 \begin_inset Text
28061
28062 \begin_layout Standard
28063
28064 \end_layout
28065
28066 \end_inset
28067 </cell>
28068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28069 \begin_inset Text
28070
28071 \begin_layout Standard
28072
28073 \family roman
28074 \series medium
28075 \shape up
28076 \emph off
28077 \bar no
28078 \noun off
28079 \color none
28080 `
28081 \end_layout
28082
28083 \end_inset
28084 </cell>
28085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28086 \begin_inset Text
28087
28088 \begin_layout Standard
28089
28090 \family roman
28091 \series medium
28092 \shape up
28093 \emph off
28094 \bar no
28095 \noun off
28096 \color none
28097 7
28098 \end_layout
28099
28100 \end_inset
28101 </cell>
28102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28103 \begin_inset Text
28104
28105 \begin_layout Standard
28106
28107 \family roman
28108 \series medium
28109 \shape up
28110 \emph off
28111 \bar no
28112 \noun off
28113 \color none
28114 G
28115 \end_layout
28116
28117 \end_inset
28118 </cell>
28119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28120 \begin_inset Text
28121
28122 \begin_layout Standard
28123
28124 \family roman
28125 \series medium
28126 \shape up
28127 \emph off
28128 \bar no
28129 \noun off
28130 \color none
28131 W
28132 \end_layout
28133
28134 \end_inset
28135 </cell>
28136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28137 \begin_inset Text
28138
28139 \begin_layout Standard
28140
28141 \family roman
28142 \series medium
28143 \shape up
28144 \emph off
28145 \bar no
28146 \noun off
28147 \color none
28148 g
28149 \end_layout
28150
28151 \end_inset
28152 </cell>
28153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28154 \begin_inset Text
28155
28156 \begin_layout Standard
28157
28158 \family roman
28159 \series medium
28160 \shape up
28161 \emph off
28162 \bar no
28163 \noun off
28164 \color none
28165 w
28166 \end_layout
28167
28168 \end_inset
28169 </cell>
28170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28171 \begin_inset Text
28172
28173 \begin_layout Standard
28174
28175 \end_layout
28176
28177 \end_inset
28178 </cell>
28179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28180 \begin_inset Text
28181
28182 \begin_layout Standard
28183
28184 \end_layout
28185
28186 \end_inset
28187 </cell>
28188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28189 \begin_inset Text
28190
28191 \begin_layout Standard
28192
28193 \family roman
28194 \series medium
28195 \shape up
28196 \emph off
28197 \bar no
28198 \noun off
28199 \color none
28200 §
28201 \end_layout
28202
28203 \end_inset
28204 </cell>
28205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28206 \begin_inset Text
28207
28208 \begin_layout Standard
28209
28210 \family roman
28211 \series medium
28212 \shape up
28213 \emph off
28214 \bar no
28215 \noun off
28216 \color none
28217 ·
28218 \end_layout
28219
28220 \end_inset
28221 </cell>
28222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28223 \begin_inset Text
28224
28225 \begin_layout Standard
28226
28227 \family roman
28228 \series medium
28229 \shape up
28230 \emph off
28231 \bar no
28232 \noun off
28233 \color none
28234 Ç
28235 \end_layout
28236
28237 \end_inset
28238 </cell>
28239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28240 \begin_inset Text
28241
28242 \begin_layout Standard
28243
28244 \family roman
28245 \series medium
28246 \shape up
28247 \emph off
28248 \bar no
28249 \noun off
28250 \color none
28251 ×
28252 \end_layout
28253
28254 \end_inset
28255 </cell>
28256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28257 \begin_inset Text
28258
28259 \begin_layout Standard
28260
28261 \family roman
28262 \series medium
28263 \shape up
28264 \emph off
28265 \bar no
28266 \noun off
28267 \color none
28268 ç
28269 \end_layout
28270
28271 \end_inset
28272 </cell>
28273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28274 \begin_inset Text
28275
28276 \begin_layout Standard
28277
28278 \family roman
28279 \series medium
28280 \shape up
28281 \emph off
28282 \bar no
28283 \noun off
28284 \color none
28285 ÷
28286 \end_layout
28287
28288 \end_inset
28289 </cell>
28290 </row>
28291 <row topline="true">
28292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28293 \begin_inset Text
28294
28295 \begin_layout Standard
28296
28297 \family roman
28298 \series medium
28299 \shape up
28300 \size tiny
28301 \emph off
28302 \bar no
28303 \noun off
28304 \color none
28305 08
28306 \end_layout
28307
28308 \end_inset
28309 </cell>
28310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28311 \begin_inset Text
28312
28313 \begin_layout Standard
28314
28315 \end_layout
28316
28317 \end_inset
28318 </cell>
28319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28320 \begin_inset Text
28321
28322 \begin_layout Standard
28323
28324 \end_layout
28325
28326 \end_inset
28327 </cell>
28328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28329 \begin_inset Text
28330
28331 \begin_layout Standard
28332
28333 \family roman
28334 \series medium
28335 \shape up
28336 \emph off
28337 \bar no
28338 \noun off
28339 \color none
28340 (
28341 \end_layout
28342
28343 \end_inset
28344 </cell>
28345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28346 \begin_inset Text
28347
28348 \begin_layout Standard
28349
28350 \family roman
28351 \series medium
28352 \shape up
28353 \emph off
28354 \bar no
28355 \noun off
28356 \color none
28357 8
28358 \end_layout
28359
28360 \end_inset
28361 </cell>
28362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28363 \begin_inset Text
28364
28365 \begin_layout Standard
28366
28367 \family roman
28368 \series medium
28369 \shape up
28370 \emph off
28371 \bar no
28372 \noun off
28373 \color none
28374 H
28375 \end_layout
28376
28377 \end_inset
28378 </cell>
28379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28380 \begin_inset Text
28381
28382 \begin_layout Standard
28383
28384 \family roman
28385 \series medium
28386 \shape up
28387 \emph off
28388 \bar no
28389 \noun off
28390 \color none
28391 X
28392 \end_layout
28393
28394 \end_inset
28395 </cell>
28396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28397 \begin_inset Text
28398
28399 \begin_layout Standard
28400
28401 \family roman
28402 \series medium
28403 \shape up
28404 \emph off
28405 \bar no
28406 \noun off
28407 \color none
28408 h
28409 \end_layout
28410
28411 \end_inset
28412 </cell>
28413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28414 \begin_inset Text
28415
28416 \begin_layout Standard
28417
28418 \family roman
28419 \series medium
28420 \shape up
28421 \emph off
28422 \bar no
28423 \noun off
28424 \color none
28425 x
28426 \end_layout
28427
28428 \end_inset
28429 </cell>
28430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28431 \begin_inset Text
28432
28433 \begin_layout Standard
28434
28435 \end_layout
28436
28437 \end_inset
28438 </cell>
28439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28440 \begin_inset Text
28441
28442 \begin_layout Standard
28443
28444 \end_layout
28445
28446 \end_inset
28447 </cell>
28448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28449 \begin_inset Text
28450
28451 \begin_layout Standard
28452
28453 \family roman
28454 \series medium
28455 \shape up
28456 \emph off
28457 \bar no
28458 \noun off
28459 \color none
28460 ¨
28461 \end_layout
28462
28463 \end_inset
28464 </cell>
28465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28466 \begin_inset Text
28467
28468 \begin_layout Standard
28469
28470 \family roman
28471 \series medium
28472 \shape up
28473 \emph off
28474 \bar no
28475 \noun off
28476 \color none
28477 ¸
28478 \end_layout
28479
28480 \end_inset
28481 </cell>
28482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28483 \begin_inset Text
28484
28485 \begin_layout Standard
28486
28487 \family roman
28488 \series medium
28489 \shape up
28490 \emph off
28491 \bar no
28492 \noun off
28493 \color none
28494 È
28495 \end_layout
28496
28497 \end_inset
28498 </cell>
28499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28500 \begin_inset Text
28501
28502 \begin_layout Standard
28503
28504 \family roman
28505 \series medium
28506 \shape up
28507 \emph off
28508 \bar no
28509 \noun off
28510 \color none
28511 Ø
28512 \end_layout
28513
28514 \end_inset
28515 </cell>
28516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28517 \begin_inset Text
28518
28519 \begin_layout Standard
28520
28521 \family roman
28522 \series medium
28523 \shape up
28524 \emph off
28525 \bar no
28526 \noun off
28527 \color none
28528 è
28529 \end_layout
28530
28531 \end_inset
28532 </cell>
28533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28534 \begin_inset Text
28535
28536 \begin_layout Standard
28537
28538 \family roman
28539 \series medium
28540 \shape up
28541 \emph off
28542 \bar no
28543 \noun off
28544 \color none
28545 ø
28546 \end_layout
28547
28548 \end_inset
28549 </cell>
28550 </row>
28551 <row topline="true">
28552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Standard
28556
28557 \family roman
28558 \series medium
28559 \shape up
28560 \size tiny
28561 \emph off
28562 \bar no
28563 \noun off
28564 \color none
28565 09
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Standard
28574
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Standard
28583
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28589 \begin_inset Text
28590
28591 \begin_layout Standard
28592
28593 \family roman
28594 \series medium
28595 \shape up
28596 \emph off
28597 \bar no
28598 \noun off
28599 \color none
28600 )
28601 \end_layout
28602
28603 \end_inset
28604 </cell>
28605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28606 \begin_inset Text
28607
28608 \begin_layout Standard
28609
28610 \family roman
28611 \series medium
28612 \shape up
28613 \emph off
28614 \bar no
28615 \noun off
28616 \color none
28617 9
28618 \end_layout
28619
28620 \end_inset
28621 </cell>
28622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28623 \begin_inset Text
28624
28625 \begin_layout Standard
28626
28627 \family roman
28628 \series medium
28629 \shape up
28630 \emph off
28631 \bar no
28632 \noun off
28633 \color none
28634 I
28635 \end_layout
28636
28637 \end_inset
28638 </cell>
28639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28640 \begin_inset Text
28641
28642 \begin_layout Standard
28643
28644 \family roman
28645 \series medium
28646 \shape up
28647 \emph off
28648 \bar no
28649 \noun off
28650 \color none
28651 Y
28652 \end_layout
28653
28654 \end_inset
28655 </cell>
28656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28657 \begin_inset Text
28658
28659 \begin_layout Standard
28660
28661 \family roman
28662 \series medium
28663 \shape up
28664 \emph off
28665 \bar no
28666 \noun off
28667 \color none
28668 i
28669 \end_layout
28670
28671 \end_inset
28672 </cell>
28673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28674 \begin_inset Text
28675
28676 \begin_layout Standard
28677
28678 \family roman
28679 \series medium
28680 \shape up
28681 \emph off
28682 \bar no
28683 \noun off
28684 \color none
28685 y
28686 \end_layout
28687
28688 \end_inset
28689 </cell>
28690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28691 \begin_inset Text
28692
28693 \begin_layout Standard
28694
28695 \end_layout
28696
28697 \end_inset
28698 </cell>
28699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28700 \begin_inset Text
28701
28702 \begin_layout Standard
28703
28704 \end_layout
28705
28706 \end_inset
28707 </cell>
28708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28709 \begin_inset Text
28710
28711 \begin_layout Standard
28712
28713 \family roman
28714 \series medium
28715 \shape up
28716 \emph off
28717 \bar no
28718 \noun off
28719 \color none
28720 ©
28721 \end_layout
28722
28723 \end_inset
28724 </cell>
28725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28726 \begin_inset Text
28727
28728 \begin_layout Standard
28729
28730 \family roman
28731 \series medium
28732 \shape up
28733 \emph off
28734 \bar no
28735 \noun off
28736 \color none
28737 ¹
28738 \end_layout
28739
28740 \end_inset
28741 </cell>
28742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28743 \begin_inset Text
28744
28745 \begin_layout Standard
28746
28747 \family roman
28748 \series medium
28749 \shape up
28750 \emph off
28751 \bar no
28752 \noun off
28753 \color none
28754 É
28755 \end_layout
28756
28757 \end_inset
28758 </cell>
28759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28760 \begin_inset Text
28761
28762 \begin_layout Standard
28763
28764 \family roman
28765 \series medium
28766 \shape up
28767 \emph off
28768 \bar no
28769 \noun off
28770 \color none
28771 Ù
28772 \end_layout
28773
28774 \end_inset
28775 </cell>
28776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28777 \begin_inset Text
28778
28779 \begin_layout Standard
28780
28781 \family roman
28782 \series medium
28783 \shape up
28784 \emph off
28785 \bar no
28786 \noun off
28787 \color none
28788 é
28789 \end_layout
28790
28791 \end_inset
28792 </cell>
28793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28794 \begin_inset Text
28795
28796 \begin_layout Standard
28797
28798 \family roman
28799 \series medium
28800 \shape up
28801 \emph off
28802 \bar no
28803 \noun off
28804 \color none
28805 ù
28806 \end_layout
28807
28808 \end_inset
28809 </cell>
28810 </row>
28811 <row topline="true">
28812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28813 \begin_inset Text
28814
28815 \begin_layout Standard
28816
28817 \family roman
28818 \series medium
28819 \shape up
28820 \size tiny
28821 \emph off
28822 \bar no
28823 \noun off
28824 \color none
28825 0A
28826 \end_layout
28827
28828 \end_inset
28829 </cell>
28830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28831 \begin_inset Text
28832
28833 \begin_layout Standard
28834
28835 \end_layout
28836
28837 \end_inset
28838 </cell>
28839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28840 \begin_inset Text
28841
28842 \begin_layout Standard
28843
28844 \end_layout
28845
28846 \end_inset
28847 </cell>
28848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28849 \begin_inset Text
28850
28851 \begin_layout Standard
28852
28853 \family roman
28854 \series medium
28855 \shape up
28856 \emph off
28857 \bar no
28858 \noun off
28859 \color none
28860 *
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Standard
28869
28870 \family roman
28871 \series medium
28872 \shape up
28873 \emph off
28874 \bar no
28875 \noun off
28876 \color none
28877 :
28878 \end_layout
28879
28880 \end_inset
28881 </cell>
28882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28883 \begin_inset Text
28884
28885 \begin_layout Standard
28886
28887 \family roman
28888 \series medium
28889 \shape up
28890 \emph off
28891 \bar no
28892 \noun off
28893 \color none
28894 J
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Standard
28903
28904 \family roman
28905 \series medium
28906 \shape up
28907 \emph off
28908 \bar no
28909 \noun off
28910 \color none
28911 Z
28912 \end_layout
28913
28914 \end_inset
28915 </cell>
28916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28917 \begin_inset Text
28918
28919 \begin_layout Standard
28920
28921 \family roman
28922 \series medium
28923 \shape up
28924 \emph off
28925 \bar no
28926 \noun off
28927 \color none
28928 j
28929 \end_layout
28930
28931 \end_inset
28932 </cell>
28933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28934 \begin_inset Text
28935
28936 \begin_layout Standard
28937
28938 \family roman
28939 \series medium
28940 \shape up
28941 \emph off
28942 \bar no
28943 \noun off
28944 \color none
28945 z
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Standard
28954
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28960 \begin_inset Text
28961
28962 \begin_layout Standard
28963
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Standard
28972
28973 \family roman
28974 \series medium
28975 \shape up
28976 \emph off
28977 \bar no
28978 \noun off
28979 \color none
28980 ª
28981 \end_layout
28982
28983 \end_inset
28984 </cell>
28985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28986 \begin_inset Text
28987
28988 \begin_layout Standard
28989
28990 \family roman
28991 \series medium
28992 \shape up
28993 \emph off
28994 \bar no
28995 \noun off
28996 \color none
28997 º
28998 \end_layout
28999
29000 \end_inset
29001 </cell>
29002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29003 \begin_inset Text
29004
29005 \begin_layout Standard
29006
29007 \family roman
29008 \series medium
29009 \shape up
29010 \emph off
29011 \bar no
29012 \noun off
29013 \color none
29014 Ê
29015 \end_layout
29016
29017 \end_inset
29018 </cell>
29019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29020 \begin_inset Text
29021
29022 \begin_layout Standard
29023
29024 \family roman
29025 \series medium
29026 \shape up
29027 \emph off
29028 \bar no
29029 \noun off
29030 \color none
29031 Ú
29032 \end_layout
29033
29034 \end_inset
29035 </cell>
29036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29037 \begin_inset Text
29038
29039 \begin_layout Standard
29040
29041 \family roman
29042 \series medium
29043 \shape up
29044 \emph off
29045 \bar no
29046 \noun off
29047 \color none
29048 ê
29049 \end_layout
29050
29051 \end_inset
29052 </cell>
29053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29054 \begin_inset Text
29055
29056 \begin_layout Standard
29057
29058 \family roman
29059 \series medium
29060 \shape up
29061 \emph off
29062 \bar no
29063 \noun off
29064 \color none
29065 ú
29066 \end_layout
29067
29068 \end_inset
29069 </cell>
29070 </row>
29071 <row topline="true">
29072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29073 \begin_inset Text
29074
29075 \begin_layout Standard
29076
29077 \family roman
29078 \series medium
29079 \shape up
29080 \size tiny
29081 \emph off
29082 \bar no
29083 \noun off
29084 \color none
29085 0B
29086 \end_layout
29087
29088 \end_inset
29089 </cell>
29090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29091 \begin_inset Text
29092
29093 \begin_layout Standard
29094
29095 \end_layout
29096
29097 \end_inset
29098 </cell>
29099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29100 \begin_inset Text
29101
29102 \begin_layout Standard
29103
29104 \end_layout
29105
29106 \end_inset
29107 </cell>
29108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29109 \begin_inset Text
29110
29111 \begin_layout Standard
29112
29113 \family roman
29114 \series medium
29115 \shape up
29116 \emph off
29117 \bar no
29118 \noun off
29119 \color none
29120 +
29121 \end_layout
29122
29123 \end_inset
29124 </cell>
29125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29126 \begin_inset Text
29127
29128 \begin_layout Standard
29129
29130 \family roman
29131 \series medium
29132 \shape up
29133 \emph off
29134 \bar no
29135 \noun off
29136 \color none
29137 ;
29138 \end_layout
29139
29140 \end_inset
29141 </cell>
29142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29143 \begin_inset Text
29144
29145 \begin_layout Standard
29146
29147 \family roman
29148 \series medium
29149 \shape up
29150 \emph off
29151 \bar no
29152 \noun off
29153 \color none
29154 K
29155 \end_layout
29156
29157 \end_inset
29158 </cell>
29159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29160 \begin_inset Text
29161
29162 \begin_layout Standard
29163
29164 \family roman
29165 \series medium
29166 \shape up
29167 \emph off
29168 \bar no
29169 \noun off
29170 \color none
29171 [
29172 \end_layout
29173
29174 \end_inset
29175 </cell>
29176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29177 \begin_inset Text
29178
29179 \begin_layout Standard
29180
29181 \family roman
29182 \series medium
29183 \shape up
29184 \emph off
29185 \bar no
29186 \noun off
29187 \color none
29188 k
29189 \end_layout
29190
29191 \end_inset
29192 </cell>
29193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29194 \begin_inset Text
29195
29196 \begin_layout Standard
29197
29198 \family roman
29199 \series medium
29200 \shape up
29201 \emph off
29202 \bar no
29203 \noun off
29204 \color none
29205 {
29206 \end_layout
29207
29208 \end_inset
29209 </cell>
29210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29211 \begin_inset Text
29212
29213 \begin_layout Standard
29214
29215 \end_layout
29216
29217 \end_inset
29218 </cell>
29219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29220 \begin_inset Text
29221
29222 \begin_layout Standard
29223
29224 \end_layout
29225
29226 \end_inset
29227 </cell>
29228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29229 \begin_inset Text
29230
29231 \begin_layout Standard
29232
29233 \family roman
29234 \series medium
29235 \shape up
29236 \emph off
29237 \bar no
29238 \noun off
29239 \color none
29240 «
29241 \end_layout
29242
29243 \end_inset
29244 </cell>
29245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29246 \begin_inset Text
29247
29248 \begin_layout Standard
29249
29250 \family roman
29251 \series medium
29252 \shape up
29253 \emph off
29254 \bar no
29255 \noun off
29256 \color none
29257 »
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29263 \begin_inset Text
29264
29265 \begin_layout Standard
29266
29267 \family roman
29268 \series medium
29269 \shape up
29270 \emph off
29271 \bar no
29272 \noun off
29273 \color none
29274 Ë
29275 \end_layout
29276
29277 \end_inset
29278 </cell>
29279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29280 \begin_inset Text
29281
29282 \begin_layout Standard
29283
29284 \family roman
29285 \series medium
29286 \shape up
29287 \emph off
29288 \bar no
29289 \noun off
29290 \color none
29291 Û
29292 \end_layout
29293
29294 \end_inset
29295 </cell>
29296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29297 \begin_inset Text
29298
29299 \begin_layout Standard
29300
29301 \family roman
29302 \series medium
29303 \shape up
29304 \emph off
29305 \bar no
29306 \noun off
29307 \color none
29308 ë
29309 \end_layout
29310
29311 \end_inset
29312 </cell>
29313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29314 \begin_inset Text
29315
29316 \begin_layout Standard
29317
29318 \family roman
29319 \series medium
29320 \shape up
29321 \emph off
29322 \bar no
29323 \noun off
29324 \color none
29325 û
29326 \end_layout
29327
29328 \end_inset
29329 </cell>
29330 </row>
29331 <row topline="true">
29332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29333 \begin_inset Text
29334
29335 \begin_layout Standard
29336
29337 \family roman
29338 \series medium
29339 \shape up
29340 \size tiny
29341 \emph off
29342 \bar no
29343 \noun off
29344 \color none
29345 0C
29346 \end_layout
29347
29348 \end_inset
29349 </cell>
29350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29351 \begin_inset Text
29352
29353 \begin_layout Standard
29354
29355 \end_layout
29356
29357 \end_inset
29358 </cell>
29359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29360 \begin_inset Text
29361
29362 \begin_layout Standard
29363
29364 \end_layout
29365
29366 \end_inset
29367 </cell>
29368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29369 \begin_inset Text
29370
29371 \begin_layout Standard
29372
29373 \family roman
29374 \series medium
29375 \shape up
29376 \emph off
29377 \bar no
29378 \noun off
29379 \color none
29380 ,
29381 \end_layout
29382
29383 \end_inset
29384 </cell>
29385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29386 \begin_inset Text
29387
29388 \begin_layout Standard
29389
29390 \family roman
29391 \series medium
29392 \shape up
29393 \emph off
29394 \bar no
29395 \noun off
29396 \color none
29397 <
29398 \end_layout
29399
29400 \end_inset
29401 </cell>
29402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29403 \begin_inset Text
29404
29405 \begin_layout Standard
29406
29407 \family roman
29408 \series medium
29409 \shape up
29410 \emph off
29411 \bar no
29412 \noun off
29413 \color none
29414 L
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29420 \begin_inset Text
29421
29422 \begin_layout Standard
29423
29424 \family roman
29425 \series medium
29426 \shape up
29427 \emph off
29428 \bar no
29429 \noun off
29430 \color none
29431
29432 \backslash
29433
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29439 \begin_inset Text
29440
29441 \begin_layout Standard
29442
29443 \family roman
29444 \series medium
29445 \shape up
29446 \emph off
29447 \bar no
29448 \noun off
29449 \color none
29450 l
29451 \end_layout
29452
29453 \end_inset
29454 </cell>
29455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29456 \begin_inset Text
29457
29458 \begin_layout Standard
29459
29460 \family roman
29461 \series medium
29462 \shape up
29463 \emph off
29464 \bar no
29465 \noun off
29466 \color none
29467 |
29468 \end_layout
29469
29470 \end_inset
29471 </cell>
29472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29473 \begin_inset Text
29474
29475 \begin_layout Standard
29476
29477 \end_layout
29478
29479 \end_inset
29480 </cell>
29481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29482 \begin_inset Text
29483
29484 \begin_layout Standard
29485
29486 \end_layout
29487
29488 \end_inset
29489 </cell>
29490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29491 \begin_inset Text
29492
29493 \begin_layout Standard
29494
29495 \family roman
29496 \series medium
29497 \shape up
29498 \emph off
29499 \bar no
29500 \noun off
29501 \color none
29502 ¬
29503 \end_layout
29504
29505 \end_inset
29506 </cell>
29507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29508 \begin_inset Text
29509
29510 \begin_layout Standard
29511
29512 \family roman
29513 \series medium
29514 \shape up
29515 \emph off
29516 \bar no
29517 \noun off
29518 \color none
29519 ¼
29520 \end_layout
29521
29522 \end_inset
29523 </cell>
29524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29525 \begin_inset Text
29526
29527 \begin_layout Standard
29528
29529 \family roman
29530 \series medium
29531 \shape up
29532 \emph off
29533 \bar no
29534 \noun off
29535 \color none
29536 Ì
29537 \end_layout
29538
29539 \end_inset
29540 </cell>
29541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29542 \begin_inset Text
29543
29544 \begin_layout Standard
29545
29546 \family roman
29547 \series medium
29548 \shape up
29549 \emph off
29550 \bar no
29551 \noun off
29552 \color none
29553 Ü
29554 \end_layout
29555
29556 \end_inset
29557 </cell>
29558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29559 \begin_inset Text
29560
29561 \begin_layout Standard
29562
29563 \family roman
29564 \series medium
29565 \shape up
29566 \emph off
29567 \bar no
29568 \noun off
29569 \color none
29570 ì
29571 \end_layout
29572
29573 \end_inset
29574 </cell>
29575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29576 \begin_inset Text
29577
29578 \begin_layout Standard
29579
29580 \family roman
29581 \series medium
29582 \shape up
29583 \emph off
29584 \bar no
29585 \noun off
29586 \color none
29587 ü
29588 \end_layout
29589
29590 \end_inset
29591 </cell>
29592 </row>
29593 <row topline="true">
29594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29595 \begin_inset Text
29596
29597 \begin_layout Standard
29598
29599 \family roman
29600 \series medium
29601 \shape up
29602 \size tiny
29603 \emph off
29604 \bar no
29605 \noun off
29606 \color none
29607 0D
29608 \end_layout
29609
29610 \end_inset
29611 </cell>
29612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29613 \begin_inset Text
29614
29615 \begin_layout Standard
29616
29617 \end_layout
29618
29619 \end_inset
29620 </cell>
29621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29622 \begin_inset Text
29623
29624 \begin_layout Standard
29625
29626 \end_layout
29627
29628 \end_inset
29629 </cell>
29630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29631 \begin_inset Text
29632
29633 \begin_layout Standard
29634
29635 \family roman
29636 \series medium
29637 \shape up
29638 \emph off
29639 \bar no
29640 \noun off
29641 \color none
29642 -
29643 \end_layout
29644
29645 \end_inset
29646 </cell>
29647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29648 \begin_inset Text
29649
29650 \begin_layout Standard
29651
29652 \family roman
29653 \series medium
29654 \shape up
29655 \emph off
29656 \bar no
29657 \noun off
29658 \color none
29659 =
29660 \end_layout
29661
29662 \end_inset
29663 </cell>
29664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29665 \begin_inset Text
29666
29667 \begin_layout Standard
29668
29669 \family roman
29670 \series medium
29671 \shape up
29672 \emph off
29673 \bar no
29674 \noun off
29675 \color none
29676 M
29677 \end_layout
29678
29679 \end_inset
29680 </cell>
29681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29682 \begin_inset Text
29683
29684 \begin_layout Standard
29685
29686 \family roman
29687 \series medium
29688 \shape up
29689 \emph off
29690 \bar no
29691 \noun off
29692 \color none
29693 ]
29694 \end_layout
29695
29696 \end_inset
29697 </cell>
29698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29699 \begin_inset Text
29700
29701 \begin_layout Standard
29702
29703 \family roman
29704 \series medium
29705 \shape up
29706 \emph off
29707 \bar no
29708 \noun off
29709 \color none
29710 m
29711 \end_layout
29712
29713 \end_inset
29714 </cell>
29715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29716 \begin_inset Text
29717
29718 \begin_layout Standard
29719
29720 \family roman
29721 \series medium
29722 \shape up
29723 \emph off
29724 \bar no
29725 \noun off
29726 \color none
29727 }
29728 \end_layout
29729
29730 \end_inset
29731 </cell>
29732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29733 \begin_inset Text
29734
29735 \begin_layout Standard
29736
29737 \end_layout
29738
29739 \end_inset
29740 </cell>
29741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29742 \begin_inset Text
29743
29744 \begin_layout Standard
29745
29746 \end_layout
29747
29748 \end_inset
29749 </cell>
29750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29751 \begin_inset Text
29752
29753 \begin_layout Standard
29754
29755 \end_layout
29756
29757 \end_inset
29758 </cell>
29759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29760 \begin_inset Text
29761
29762 \begin_layout Standard
29763
29764 \family roman
29765 \series medium
29766 \shape up
29767 \emph off
29768 \bar no
29769 \noun off
29770 \color none
29771 ½
29772 \end_layout
29773
29774 \end_inset
29775 </cell>
29776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29777 \begin_inset Text
29778
29779 \begin_layout Standard
29780
29781 \family roman
29782 \series medium
29783 \shape up
29784 \emph off
29785 \bar no
29786 \noun off
29787 \color none
29788 Í
29789 \end_layout
29790
29791 \end_inset
29792 </cell>
29793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29794 \begin_inset Text
29795
29796 \begin_layout Standard
29797
29798 \family roman
29799 \series medium
29800 \shape up
29801 \emph off
29802 \bar no
29803 \noun off
29804 \color none
29805 Ý
29806 \end_layout
29807
29808 \end_inset
29809 </cell>
29810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29811 \begin_inset Text
29812
29813 \begin_layout Standard
29814
29815 \family roman
29816 \series medium
29817 \shape up
29818 \emph off
29819 \bar no
29820 \noun off
29821 \color none
29822 í
29823 \end_layout
29824
29825 \end_inset
29826 </cell>
29827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29828 \begin_inset Text
29829
29830 \begin_layout Standard
29831
29832 \family roman
29833 \series medium
29834 \shape up
29835 \emph off
29836 \bar no
29837 \noun off
29838 \color none
29839 ý
29840 \end_layout
29841
29842 \end_inset
29843 </cell>
29844 </row>
29845 <row topline="true">
29846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29847 \begin_inset Text
29848
29849 \begin_layout Standard
29850
29851 \family roman
29852 \series medium
29853 \shape up
29854 \size tiny
29855 \emph off
29856 \bar no
29857 \noun off
29858 \color none
29859 0E
29860 \end_layout
29861
29862 \end_inset
29863 </cell>
29864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29865 \begin_inset Text
29866
29867 \begin_layout Standard
29868
29869 \end_layout
29870
29871 \end_inset
29872 </cell>
29873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29874 \begin_inset Text
29875
29876 \begin_layout Standard
29877
29878 \end_layout
29879
29880 \end_inset
29881 </cell>
29882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29883 \begin_inset Text
29884
29885 \begin_layout Standard
29886
29887 \family roman
29888 \series medium
29889 \shape up
29890 \emph off
29891 \bar no
29892 \noun off
29893 \color none
29894 .
29895 \end_layout
29896
29897 \end_inset
29898 </cell>
29899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29900 \begin_inset Text
29901
29902 \begin_layout Standard
29903
29904 \family roman
29905 \series medium
29906 \shape up
29907 \emph off
29908 \bar no
29909 \noun off
29910 \color none
29911 >
29912 \end_layout
29913
29914 \end_inset
29915 </cell>
29916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29917 \begin_inset Text
29918
29919 \begin_layout Standard
29920
29921 \family roman
29922 \series medium
29923 \shape up
29924 \emph off
29925 \bar no
29926 \noun off
29927 \color none
29928 N
29929 \end_layout
29930
29931 \end_inset
29932 </cell>
29933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29934 \begin_inset Text
29935
29936 \begin_layout Standard
29937
29938 \family roman
29939 \series medium
29940 \shape up
29941 \emph off
29942 \bar no
29943 \noun off
29944 \color none
29945 ^
29946 \end_layout
29947
29948 \end_inset
29949 </cell>
29950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29951 \begin_inset Text
29952
29953 \begin_layout Standard
29954
29955 \family roman
29956 \series medium
29957 \shape up
29958 \emph off
29959 \bar no
29960 \noun off
29961 \color none
29962 n
29963 \end_layout
29964
29965 \end_inset
29966 </cell>
29967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29968 \begin_inset Text
29969
29970 \begin_layout Standard
29971
29972 \family roman
29973 \series medium
29974 \shape up
29975 \emph off
29976 \bar no
29977 \noun off
29978 \color none
29979 ~
29980 \end_layout
29981
29982 \end_inset
29983 </cell>
29984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29985 \begin_inset Text
29986
29987 \begin_layout Standard
29988
29989 \end_layout
29990
29991 \end_inset
29992 </cell>
29993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29994 \begin_inset Text
29995
29996 \begin_layout Standard
29997
29998 \end_layout
29999
30000 \end_inset
30001 </cell>
30002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30003 \begin_inset Text
30004
30005 \begin_layout Standard
30006
30007 \family roman
30008 \series medium
30009 \shape up
30010 \emph off
30011 \bar no
30012 \noun off
30013 \color none
30014 ®
30015 \end_layout
30016
30017 \end_inset
30018 </cell>
30019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30020 \begin_inset Text
30021
30022 \begin_layout Standard
30023
30024 \family roman
30025 \series medium
30026 \shape up
30027 \emph off
30028 \bar no
30029 \noun off
30030 \color none
30031 ¾
30032 \end_layout
30033
30034 \end_inset
30035 </cell>
30036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30037 \begin_inset Text
30038
30039 \begin_layout Standard
30040
30041 \family roman
30042 \series medium
30043 \shape up
30044 \emph off
30045 \bar no
30046 \noun off
30047 \color none
30048 Î
30049 \end_layout
30050
30051 \end_inset
30052 </cell>
30053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30054 \begin_inset Text
30055
30056 \begin_layout Standard
30057
30058 \family roman
30059 \series medium
30060 \shape up
30061 \emph off
30062 \bar no
30063 \noun off
30064 \color none
30065 Þ
30066 \end_layout
30067
30068 \end_inset
30069 </cell>
30070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30071 \begin_inset Text
30072
30073 \begin_layout Standard
30074
30075 \family roman
30076 \series medium
30077 \shape up
30078 \emph off
30079 \bar no
30080 \noun off
30081 \color none
30082 î
30083 \end_layout
30084
30085 \end_inset
30086 </cell>
30087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30088 \begin_inset Text
30089
30090 \begin_layout Standard
30091
30092 \family roman
30093 \series medium
30094 \shape up
30095 \emph off
30096 \bar no
30097 \noun off
30098 \color none
30099 þ
30100 \end_layout
30101
30102 \end_inset
30103 </cell>
30104 </row>
30105 <row topline="true" bottomline="true">
30106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30107 \begin_inset Text
30108
30109 \begin_layout Standard
30110
30111 \family roman
30112 \series medium
30113 \shape up
30114 \size tiny
30115 \emph off
30116 \bar no
30117 \noun off
30118 \color none
30119 0F
30120 \end_layout
30121
30122 \end_inset
30123 </cell>
30124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30125 \begin_inset Text
30126
30127 \begin_layout Standard
30128
30129 \end_layout
30130
30131 \end_inset
30132 </cell>
30133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30134 \begin_inset Text
30135
30136 \begin_layout Standard
30137
30138 \end_layout
30139
30140 \end_inset
30141 </cell>
30142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30143 \begin_inset Text
30144
30145 \begin_layout Standard
30146
30147 \family roman
30148 \series medium
30149 \shape up
30150 \emph off
30151 \bar no
30152 \noun off
30153 \color none
30154 /
30155 \end_layout
30156
30157 \end_inset
30158 </cell>
30159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30160 \begin_inset Text
30161
30162 \begin_layout Standard
30163
30164 \family roman
30165 \series medium
30166 \shape up
30167 \emph off
30168 \bar no
30169 \noun off
30170 \color none
30171 ?
30172 \end_layout
30173
30174 \end_inset
30175 </cell>
30176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30177 \begin_inset Text
30178
30179 \begin_layout Standard
30180
30181 \family roman
30182 \series medium
30183 \shape up
30184 \emph off
30185 \bar no
30186 \noun off
30187 \color none
30188 O
30189 \end_layout
30190
30191 \end_inset
30192 </cell>
30193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30194 \begin_inset Text
30195
30196 \begin_layout Standard
30197
30198 \family roman
30199 \series medium
30200 \shape up
30201 \emph off
30202 \bar no
30203 \noun off
30204 \color none
30205 _
30206 \end_layout
30207
30208 \end_inset
30209 </cell>
30210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30211 \begin_inset Text
30212
30213 \begin_layout Standard
30214
30215 \family roman
30216 \series medium
30217 \shape up
30218 \emph off
30219 \bar no
30220 \noun off
30221 \color none
30222 o
30223 \end_layout
30224
30225 \end_inset
30226 </cell>
30227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30228 \begin_inset Text
30229
30230 \begin_layout Standard
30231
30232 \end_layout
30233
30234 \end_inset
30235 </cell>
30236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30237 \begin_inset Text
30238
30239 \begin_layout Standard
30240
30241 \end_layout
30242
30243 \end_inset
30244 </cell>
30245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30246 \begin_inset Text
30247
30248 \begin_layout Standard
30249
30250 \end_layout
30251
30252 \end_inset
30253 </cell>
30254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30255 \begin_inset Text
30256
30257 \begin_layout Standard
30258
30259 \family roman
30260 \series medium
30261 \shape up
30262 \emph off
30263 \bar no
30264 \noun off
30265 \color none
30266 ¯
30267 \end_layout
30268
30269 \end_inset
30270 </cell>
30271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30272 \begin_inset Text
30273
30274 \begin_layout Standard
30275
30276 \family roman
30277 \series medium
30278 \shape up
30279 \emph off
30280 \bar no
30281 \noun off
30282 \color none
30283 ¿
30284 \end_layout
30285
30286 \end_inset
30287 </cell>
30288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30289 \begin_inset Text
30290
30291 \begin_layout Standard
30292
30293 \family roman
30294 \series medium
30295 \shape up
30296 \emph off
30297 \bar no
30298 \noun off
30299 \color none
30300 Ï
30301 \end_layout
30302
30303 \end_inset
30304 </cell>
30305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30306 \begin_inset Text
30307
30308 \begin_layout Standard
30309
30310 \family roman
30311 \series medium
30312 \shape up
30313 \emph off
30314 \bar no
30315 \noun off
30316 \color none
30317 ß
30318 \end_layout
30319
30320 \end_inset
30321 </cell>
30322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30323 \begin_inset Text
30324
30325 \begin_layout Standard
30326
30327 \family roman
30328 \series medium
30329 \shape up
30330 \emph off
30331 \bar no
30332 \noun off
30333 \color none
30334 ï
30335 \end_layout
30336
30337 \end_inset
30338 </cell>
30339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30340 \begin_inset Text
30341
30342 \begin_layout Standard
30343
30344 \family roman
30345 \series medium
30346 \shape up
30347 \emph off
30348 \bar no
30349 \noun off
30350 \color none
30351 ÿ
30352 \end_layout
30353
30354 \end_inset
30355 </cell>
30356 </row>
30357 </lyxtabular>
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \end_inset
30365
30366
30367 \end_layout
30368
30369 \begin_layout Standard
30370 The following is a full list of all of the accented characters LyX can display
30371  directly.
30372  It includes not only the accented characters from the previous table, but
30373  also the characters from 
30374 \family typewriter
30375 ISO8859--2
30376 \family default
30377  through 
30378 \family typewriter
30379 4
30380 \family default
30381 .
30382  
30383 \end_layout
30384
30385 \begin_layout Itemize
30386 From 
30387 \family typewriter
30388 ISO8859--1
30389 \family default
30390 :
30391 \end_layout
30392
30393 \begin_deeper
30394 \begin_layout Standard
30395 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
30396 \hfill
30397 diaeresis
30398 \end_layout
30399
30400 \begin_layout Standard
30401 ^ Â Ê Î Ô Û â ê î ô û
30402 \hfill
30403 circumflex
30404 \end_layout
30405
30406 \begin_layout Standard
30407 ` À È Ì Ò Ù à è ì ò ù
30408 \hfill
30409 grave
30410 \end_layout
30411
30412 \begin_layout Standard
30413 ´ Á É Í Ó Ú Ý á é í ó ú ý
30414 \hfill
30415 acute
30416 \end_layout
30417
30418 \begin_layout Standard
30419 ~ Ã Ñ Õ ã ñ õ
30420 \hfill
30421 tilde
30422 \end_layout
30423
30424 \begin_layout Standard
30425 ¸Çç
30426 \hfill
30427 cedilla
30428 \end_layout
30429
30430 \begin_layout Standard
30431 ¯
30432 \hfill
30433 macron
30434 \end_layout
30435
30436 \end_deeper
30437 \begin_layout Itemize
30438 From 
30439 \family typewriter
30440 ISO8859--2
30441 \family default
30442  through 
30443 \family typewriter
30444 4
30445 \family default
30446 :
30447 \end_layout
30448
30449 \begin_deeper
30450 \begin_layout Standard
30451 ĤĴĥȷ̂ĈĜŜĉĝŝ
30452 \hfill
30453 circumflex
30454 \end_layout
30455
30456 \begin_layout Standard
30457 ŚŹśźŔĹĆŃŕĺćń
30458 \hfill
30459 acute
30460 \end_layout
30461
30462 \begin_layout Standard
30463 Ĩı̃Ũũ
30464 \hfill
30465 tilde
30466 \end_layout
30467
30468 \begin_layout Standard
30469 ŞşŢţŖĻĢŗļģŅĶņķ
30470 \hfill
30471 cedilla
30472 \end_layout
30473
30474 \begin_layout Standard
30475 ĒēĀĪŌŪāı̄ōū
30476 \hfill
30477 macron
30478 \end_layout
30479
30480 \begin_layout Standard
30481 ŐŰőű
30482 \hfill
30483 Hungarian umlaut
30484 \end_layout
30485
30486 \end_deeper
30487 \begin_layout Standard
30488 All the characters above are actively supported by TeX fonts.
30489  In addition TeX allows diacritical marks on almost all characters.
30490  Also make sure you're using the 
30491 \family typewriter
30492 T1
30493 \family default
30494  font-encoding.
30495 \end_layout
30496
30497 \begin_layout Chapter
30498 \start_of_appendix
30499 The User Interface
30500 \begin_inset LatexCommand label
30501 name "cha:The-User-Interface"
30502
30503 \end_inset
30504
30505
30506 \end_layout
30507
30508 \begin_layout Standard
30509 This appendix lists all available menus and describes its functionality.
30510  It is designed as quick reference if you are searching for a special topic
30511  inside the user's guide.
30512 \end_layout
30513
30514 \begin_layout Section
30515 The File Menu
30516 \begin_inset LatexCommand index
30517 name "Menu ! File"
30518
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \begin_layout Standard
30525 Under the 
30526 \family sans
30527 File
30528 \family default
30529  menu are the basic operations in addition to some more advanced operations.
30530  At the end of the menu the four last opened documents are listed.
30531 \end_layout
30532
30533 \begin_layout Subsection
30534 New
30535 \end_layout
30536
30537 \begin_layout Standard
30538 Creates a new document.
30539 \end_layout
30540
30541 \begin_layout Subsection
30542 New from Template
30543 \end_layout
30544
30545 \begin_layout Standard
30546 This menu prompts you for a template to use.
30547  Selecting a template will automatically set certain layout features for
30548  the document, features you would otherwise need to change manually.
30549 \end_layout
30550
30551 \begin_layout Subsection
30552 Open
30553 \end_layout
30554
30555 \begin_layout Standard
30556 Opens a document.
30557 \end_layout
30558
30559 \begin_layout Subsection
30560 Open Recent
30561 \end_layout
30562
30563 \begin_layout Standard
30564 The submenu shows a list of the recently opened files.
30565  Click there on a file to open it.
30566 \end_layout
30567
30568 \begin_layout Subsection
30569 Close
30570 \end_layout
30571
30572 \begin_layout Standard
30573 Closes the current document.
30574 \end_layout
30575
30576 \begin_layout Subsection
30577 Save
30578 \end_layout
30579
30580 \begin_layout Standard
30581 Saves the actual document.
30582 \end_layout
30583
30584 \begin_layout Subsection
30585 Save As
30586 \end_layout
30587
30588 \begin_layout Standard
30589 Saves the actual document under a new name to create a copy.
30590 \end_layout
30591
30592 \begin_layout Subsection
30593 Revert to saved
30594 \end_layout
30595
30596 \begin_layout Standard
30597 Reloads the actual document from disk.
30598 \end_layout
30599
30600 \begin_layout Subsection
30601 Version Control
30602 \end_layout
30603
30604 \begin_layout Standard
30605 This is used when more people are working on the same document.
30606  It is described in the section 
30607 \emph on
30608 Version Control in LyX
30609 \emph default
30610  of the 
30611 \emph on
30612 Extended\InsetSpace ~
30613 Features
30614 \emph default
30615  manual.
30616 \end_layout
30617
30618 \begin_layout Subsection
30619 Import
30620 \end_layout
30621
30622 \begin_layout Standard
30623 You can import there files from older LyX-versions, LaTeX-files and plain
30624  text files (ASCII-files).
30625  The files will be imported as new LyX-document.
30626 \end_layout
30627
30628 \begin_layout Standard
30629 When using the menu 
30630 \family sans
30631 Plain\InsetSpace ~
30632 Text, Join\InsetSpace ~
30633 Lines
30634 \family default
30635 , all lines will be imported consecutively to one big paragraph.
30636  A new paragraph is started when there is a blank line in the file.
30637  , the text is inserted as Paragraphs, where the line breaks of the text
30638  will start a new paragraph.
30639 \end_layout
30640
30641 \begin_layout Subsection
30642 Export
30643 \begin_inset LatexCommand label
30644 name "sub:Export"
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \begin_layout Standard
30652 You can export your document to various file formats.
30653  The resulting files are placed in the directory of your LyX-file.
30654  The menu entries are not the same on all installations.
30655  They depend on the programs found by LyX while its configuration.
30656 \end_layout
30657
30658 \begin_layout Standard
30659 Here is a list of all available entries; they are explained in detail in
30660  section\InsetSpace ~
30661
30662 \begin_inset LatexCommand ref
30663 reference "sub:Output-file-formats"
30664
30665 \end_inset
30666
30667 :
30668 \end_layout
30669
30670 \begin_layout Description
30671
30672 \family sans
30673 CJK\InsetSpace ~
30674 LyX 
30675 \family default
30676 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
30677  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
30678 \end_layout
30679
30680 \begin_layout Description
30681
30682 \family sans
30683 DVI
30684 \family default
30685  DVI-format
30686 \end_layout
30687
30688 \begin_layout Description
30689 HTML HTML-format (the HTML-converter is a third-party product and doesn't
30690  work in all cases)
30691 \end_layout
30692
30693 \begin_layout Description
30694 HTML\InsetSpace ~
30695 (MS\InsetSpace ~
30696 Word) HTML-format specialized so that the result can be imported
30697  to 
30698 \family sans
30699 MS Word
30700 \family default
30701 , as consequence of this formulas will be embedded as bitmap fonts and not
30702  in the format 
30703 \family sans
30704 MathML
30705 \family default
30706 .
30707 \end_layout
30708
30709 \begin_layout Description
30710
30711 \family sans
30712 LaT
30713 \begin_inset ERT
30714 status collapsed
30715
30716 \begin_layout Standard
30717
30718 {}
30719 \end_layout
30720
30721 \end_inset
30722
30723 eX\InsetSpace ~
30724 (pdflatex)
30725 \family default
30726  text file with the LaTeX source, additionally all images used in the document
30727  will be converted to a format that is readable for the 
30728 \family typewriter
30729 pdflatex
30730 \family default
30731  program (GIF, JPG, PDF, PNG)
30732 \end_layout
30733
30734 \begin_layout Description
30735
30736 \family sans
30737 LaT
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Standard
30742
30743 {}
30744 \end_layout
30745
30746 \end_inset
30747
30748 eX\InsetSpace ~
30749 (plain)
30750 \family default
30751  text file with the LaTeX source code, additionally all images used in the
30752  document will be converted to the EPS-format, only this format is readable
30753  for the 
30754 \family typewriter
30755 latex
30756 \family default
30757  program
30758 \end_layout
30759
30760 \begin_layout Description
30761 LyX\InsetSpace ~
30762 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
30763 \begin_inset Quotes eld
30764 \end_inset
30765
30766 y
30767 \begin_inset Quotes erd
30768 \end_inset
30769
30770  is replaced by the version number)
30771 \end_layout
30772
30773 \begin_layout Description
30774 OpenDocument OpenDocument-formatted text file, to be opened with 
30775 \family sans
30776 OpenOffice
30777 \family default
30778
30779 \family sans
30780 KOffice
30781 \family default
30782
30783 \family sans
30784 Abiword
30785 \family default
30786 , etc.
30787  (the OpenDocument-converter is a third-party product and doesn't work in
30788  all cases)
30789 \end_layout
30790
30791 \begin_layout Description
30792
30793 \family sans
30794 PDF
30795 \family default
30796  PDF-format using the program 
30797 \family typewriter
30798 ps2pdf
30799 \end_layout
30800
30801 \begin_layout Description
30802
30803 \family sans
30804 PDF\InsetSpace ~
30805 (dvipdfm)
30806 \family default
30807  PDF-format using the program 
30808 \family typewriter
30809 dvipdfm
30810 \end_layout
30811
30812 \begin_layout Description
30813
30814 \family sans
30815 PDF\InsetSpace ~
30816 (pdflatex)
30817 \family default
30818  PDF-format using the program 
30819 \family typewriter
30820 pdflatex
30821 \end_layout
30822
30823 \begin_layout Description
30824
30825 \family sans
30826 Plain\InsetSpace ~
30827 text
30828 \family default
30829  text format
30830 \end_layout
30831
30832 \begin_layout Description
30833
30834 \family sans
30835 Plain\InsetSpace ~
30836 text\InsetSpace ~
30837 (ps2ascii)
30838 \family default
30839  text format, the document will first be converted to Postscript format
30840  and then exported as text using the program 
30841 \family sans
30842 ps2ascii
30843 \end_layout
30844
30845 \begin_layout Description
30846
30847 \family sans
30848 Postscript
30849 \family default
30850  PostScript format using the program 
30851 \family typewriter
30852 dvips
30853 \end_layout
30854
30855 \begin_layout Description
30856
30857 \family sans
30858 Custom
30859 \family default
30860  custom format
30861 \end_layout
30862
30863 \begin_layout Standard
30864 The program 
30865 \family typewriter
30866 dvipdfm
30867 \family default
30868  produces internally a dvi-file which is then converted to a pdf-file.
30869  It is a bit out of date and therefore the output could look different from
30870  what you want.
30871  
30872 \family typewriter
30873 pdflatex
30874 \family default
30875  produces directly pdf-files and supports the latest pdf-file formats.
30876 \end_layout
30877
30878 \begin_layout Standard
30879 If one of the menu entries 
30880 \family sans
30881 DVI
30882 \family default
30883
30884 \family sans
30885 PDF\InsetSpace ~
30886 (pdflatex)
30887 \family default
30888  or 
30889 \family sans
30890 Postscript
30891 \family default
30892  is missing, you need to update your LaTeX installation.
30893  After updating you have to reconfigure LyX, see section\InsetSpace ~
30894
30895 \begin_inset LatexCommand ref
30896 reference "sec:Basic-LyX-Setup"
30897
30898 \end_inset
30899
30900 .
30901 \begin_inset LatexCommand index
30902 name "Reconfiguration of LyX"
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Standard
30910 The menu 
30911 \family sans
30912 Custom
30913 \family default
30914  allows you to export your file by using special command line options for
30915  the export program.
30916 \end_layout
30917
30918 \begin_layout Subsection
30919 Print
30920 \end_layout
30921
30922 \begin_layout Standard
30923 With this menu you can print your document to a file in PostScript format
30924  or send it to a printer.
30925  The printer will also use the document in PostScript format.
30926  The conversion to PostScript is done in the background by LyX using the
30927  program 
30928 \family typewriter
30929 dvips
30930 \family default
30931 .
30932  For more informations have a look at section\InsetSpace ~
30933
30934 \begin_inset LatexCommand ref
30935 reference "sub:Printing-the-File"
30936
30937 \end_inset
30938
30939 .
30940 \end_layout
30941
30942 \begin_layout Subsection
30943 New and Close Window
30944 \end_layout
30945
30946 \begin_layout Standard
30947 Opens a new instance of LyX with all currently opened documents.
30948  You can close it later with the corresponding menu.
30949 \end_layout
30950
30951 \begin_layout Section
30952 The Edit Menu
30953 \begin_inset LatexCommand index
30954 name "Menu ! Edit"
30955
30956 \end_inset
30957
30958
30959 \end_layout
30960
30961 \begin_layout Subsection
30962 Undo and Redo
30963 \end_layout
30964
30965 \begin_layout Standard
30966 Described in section\InsetSpace ~
30967
30968 \begin_inset LatexCommand ref
30969 reference "sec:Undo-and-Redo"
30970
30971 \end_inset
30972
30973 .
30974 \end_layout
30975
30976 \begin_layout Subsection
30977 Cut, Copy, Paste, Paste Recent, Paste Special
30978 \end_layout
30979
30980 \begin_layout Standard
30981 Described in section\InsetSpace ~
30982
30983 \begin_inset LatexCommand ref
30984 reference "sec:Basic-Editing-Features"
30985
30986 \end_inset
30987
30988 .
30989 \end_layout
30990
30991 \begin_layout Subsection
30992 Select All
30993 \end_layout
30994
30995 \begin_layout Standard
30996 Selects the whole document.
30997 \end_layout
30998
30999 \begin_layout Subsection
31000 Find & Replace
31001 \begin_inset LatexCommand index
31002 name "Dialogs ! Find \\& Replace"
31003
31004 \end_inset
31005
31006
31007 \end_layout
31008
31009 \begin_layout Standard
31010 Described in section\InsetSpace ~
31011
31012 \begin_inset LatexCommand ref
31013 reference "sec:Basic-Editing-Features"
31014
31015 \end_inset
31016
31017 .
31018 \end_layout
31019
31020 \begin_layout Subsection
31021 Move paragraph Up/Down
31022 \end_layout
31023
31024 \begin_layout Standard
31025 This shifts the paragraph where the cursor is currently in one paragraph
31026  up or down.
31027 \end_layout
31028
31029 \begin_layout Subsection
31030 Text Style
31031 \begin_inset LatexCommand index
31032 name "Dialogs ! Text Style"
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \begin_layout Standard
31040 Described in section\InsetSpace ~
31041
31042 \begin_inset LatexCommand ref
31043 reference "sub:Fine-Tuning-with-the"
31044
31045 \end_inset
31046
31047 .
31048 \end_layout
31049
31050 \begin_layout Subsection
31051 Paragraph Settings
31052 \begin_inset LatexCommand index
31053 name "Paragraph ! Settings"
31054
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \begin_layout Standard
31061 The settings in the paragraph dialog only affects the paragraph where the
31062  cursor is in.
31063  Here you can set here the paragraph alignment and line spacing.
31064 \end_layout
31065
31066 \begin_layout Standard
31067 You can also prevent that the first line of the paragraph is indented.
31068  This option works only when you have chosen to separate paragraphs with
31069  indents in the 
31070 \family sans
31071 Document\SpecialChar \menuseparator
31072 Settings
31073 \family default
31074  dialog under 
31075 \family sans
31076 Text\InsetSpace ~
31077 Layout
31078 \family default
31079 .
31080 \end_layout
31081
31082 \begin_layout Subsection
31083 Tabular and Math
31084 \end_layout
31085
31086 \begin_layout Standard
31087 These two menus are only active when the cursor is inside a table or a formula.
31088  The properties of this table/formula can now be changed.
31089  The properties of tables are described in section\InsetSpace ~
31090
31091 \begin_inset LatexCommand ref
31092 reference "sec:Tables"
31093
31094 \end_inset
31095
31096 , the properties of formulas in chapter\InsetSpace ~
31097
31098 \begin_inset LatexCommand ref
31099 reference "cha:Mathematical-Formulas"
31100
31101 \end_inset
31102
31103 .
31104 \end_layout
31105
31106 \begin_layout Subsection
31107 Increase / Decrease List Depth
31108 \end_layout
31109
31110 \begin_layout Standard
31111 These menus are only active when the cursor is in an environment that can
31112  be nested.
31113  They in/decrease the environment nesting level as explained in section\InsetSpace ~
31114
31115 \begin_inset LatexCommand ref
31116 reference "sec:Nesting"
31117
31118 \end_inset
31119
31120  and 
31121 \begin_inset LatexCommand ref
31122 reference "sub:Numbering-depth"
31123
31124 \end_inset
31125
31126 .
31127 \end_layout
31128
31129 \begin_layout Section
31130 The View Menu
31131 \begin_inset LatexCommand index
31132 name "Menu ! View"
31133
31134 \end_inset
31135
31136
31137 \end_layout
31138
31139 \begin_layout Standard
31140 The 
31141 \family sans
31142 View
31143 \family default
31144  menu contains a list of available formats in which you can view the actual
31145  document with an external program.
31146  The menu entries for the viewing formats are not the same on all installations
31147  - it depends on the LaTeX programs that are found while LyX was configured.
31148  All possible formats are formats listed in section\InsetSpace ~
31149
31150 \begin_inset LatexCommand ref
31151 reference "sub:Export"
31152
31153 \end_inset
31154
31155 .
31156  You should at least see the menu entries 
31157 \family sans
31158 DVI
31159 \family default
31160  and 
31161 \family sans
31162 PDF\InsetSpace ~
31163 (pdflatex)
31164 \family default
31165 .
31166  If one of the two is missing, you need to update your LaTeX installation.
31167  After updating you have to reconfigure LyX, see section\InsetSpace ~
31168
31169 \begin_inset LatexCommand ref
31170 reference "sec:Basic-LyX-Setup"
31171
31172 \end_inset
31173
31174 .
31175 \begin_inset LatexCommand index
31176 name "Reconfiguration of LyX"
31177
31178 \end_inset
31179
31180
31181 \end_layout
31182
31183 \begin_layout Standard
31184 Invoking a menu will start a viewer program.
31185  The viewer can be set or changed in the preferences, see section\InsetSpace ~
31186
31187 \begin_inset LatexCommand ref
31188 reference "cha:The-Preferences-dialog"
31189
31190 \end_inset
31191
31192 .
31193  The default viewers are set by LyX while it is first configured.
31194 \end_layout
31195
31196 \begin_layout Standard
31197 \begin_inset VSpace bigskip
31198 \end_inset
31199
31200 At the bottom of the 
31201 \family sans
31202 View
31203 \family default
31204  menu the opened documents are listed.
31205 \end_layout
31206
31207 \begin_layout Subsection
31208 View Source
31209 \end_layout
31210
31211 \begin_layout Standard
31212 Opens a window showing the source code of the actual document, as described
31213  in section\InsetSpace ~
31214
31215 \begin_inset LatexCommand ref
31216 reference "sec:Previewing-snippets-of"
31217
31218 \end_inset
31219
31220 .
31221 \end_layout
31222
31223 \begin_layout Subsection
31224 Update
31225 \end_layout
31226
31227 \begin_layout Standard
31228 This menu allows you to update the view with your latest changes without
31229  opening a new view window.
31230 \end_layout
31231
31232 \begin_layout Subsection
31233 Toolbars
31234 \begin_inset LatexCommand label
31235 name "sub:Toolbars"
31236
31237 \end_inset
31238
31239
31240 \begin_inset LatexCommand index
31241 name "Toolbar"
31242
31243 \end_inset
31244
31245
31246 \end_layout
31247
31248 \begin_layout Standard
31249 In this menu you can set the appearance of the different toolbars.
31250  All toolbars and the 
31251 \family sans
31252 Command\InsetSpace ~
31253 Buffer
31254 \family default
31255  can be turned on and off.
31256  The 
31257 \emph on
31258 on
31259 \emph default
31260  state is denoted in the menu with a checkmark.
31261  The 
31262 \family sans
31263 Review
31264 \family default
31265
31266 \family sans
31267 Table
31268 \family default
31269
31270 \family sans
31271 Math\InsetSpace ~
31272 Panels
31273 \family default
31274 , and 
31275 \family sans
31276 Math
31277 \family default
31278  toolbars can be additionally set to the state 
31279 \emph on
31280 automatic
31281 \emph default
31282  that is denoted in the menu with the suffix 
31283 \family sans
31284 (auto)
31285 \family default
31286 .
31287 \end_layout
31288
31289 \begin_layout Standard
31290 In the 
31291 \emph on
31292 on
31293 \emph default
31294  state the toolbar is permanently shown, in the 
31295 \emph on
31296 automatic
31297 \emph default
31298  state the toolbar is only shown when the cursor is in a certain environment
31299  or when a certain feature is enabled.
31300  That means that the review toolbar will only be shown when change tracking
31301  is activated, the math and table toolbars are only shown when the cursor
31302  is inside a formula or table, respectively.
31303 \end_layout
31304
31305 \begin_layout Standard
31306 LyX's toolbars and its buttons are explained in section\InsetSpace ~
31307
31308 \begin_inset LatexCommand ref
31309 reference "sec:Toolbars"
31310
31311 \end_inset
31312
31313 .
31314 \end_layout
31315
31316 \begin_layout Section
31317 The Insert Menu
31318 \begin_inset LatexCommand index
31319 name "Menu ! Insert"
31320
31321 \end_inset
31322
31323
31324 \end_layout
31325
31326 \begin_layout Subsection
31327 Math
31328 \end_layout
31329
31330 \begin_layout Standard
31331 Inserts math constructs that are explained in chapter\InsetSpace ~
31332
31333 \begin_inset LatexCommand ref
31334 reference "cha:Mathematical-Formulas"
31335
31336 \end_inset
31337
31338 .
31339 \end_layout
31340
31341 \begin_layout Subsection
31342 Special Character
31343 \begin_inset LatexCommand label
31344 name "sub:Special-Character"
31345
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \begin_layout Standard
31352 Here you can insert the following characters:
31353 \end_layout
31354
31355 \begin_layout Description
31356 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
31357
31358 \end_layout
31359
31360 \begin_layout Description
31361 End\InsetSpace ~
31362 of\InsetSpace ~
31363 Sentence Inserts an end of sentence dot as described in section\InsetSpace ~
31364
31365 \begin_inset LatexCommand ref
31366 reference "sub:Abbreviations"
31367
31368 \end_inset
31369
31370 .
31371 \end_layout
31372
31373 \begin_layout Description
31374 Ordinary\InsetSpace ~
31375 Quote Inserts this quote: 
31376 \begin_inset Quotes erd
31377 \end_inset
31378
31379 , no matter what quote type you selected in the 
31380 \family sans
31381 Document\SpecialChar \menuseparator
31382 Settings
31383 \family default
31384  dialog under 
31385 \family sans
31386 Language
31387 \family default
31388 .
31389 \end_layout
31390
31391 \begin_layout Description
31392 Single\InsetSpace ~
31393 Quote Inserts this quote: 
31394 \begin_inset Quotes els
31395 \end_inset
31396
31397
31398 \end_layout
31399
31400 \begin_layout Description
31401 Menu\InsetSpace ~
31402 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
31403
31404 \end_layout
31405
31406 \begin_layout Description
31407 Phonetic\InsetSpace ~
31408 Symbols
31409 \begin_inset LatexCommand index
31410 name "Phonetic symbols"
31411
31412 \end_inset
31413
31414
31415 \begin_inset LatexCommand index
31416 name "Language ! Phonetic symbols"
31417
31418 \end_inset
31419
31420  Creates a formula with a so called tipa inset.
31421  Here you can insert commands to create IPA phonetic symbols.
31422  For this feature you must have the LaTeX-package 
31423 \series bold
31424 tipa
31425 \series default
31426
31427 \begin_inset LatexCommand index
31428 name "LaTeX-packages ! tipa"
31429
31430 \end_inset
31431
31432  installed.
31433 \newline
31434 For more informations about this feature we refer to the documentation
31435  of 
31436 \series bold
31437 tipa, 
31438 \begin_inset LatexCommand cite
31439 key "tipa"
31440
31441 \end_inset
31442
31443
31444 \series default
31445  and this Wiki-page:
31446 \newline
31447
31448 \begin_inset LatexCommand url
31449 target "http://wiki.lyx.org/LyX/LinguistLyX"
31450
31451 \end_inset
31452
31453 .
31454 \end_layout
31455
31456 \begin_layout Subsection
31457 Formatting
31458 \end_layout
31459
31460 \begin_layout Standard
31461 Here you can insert the following format constructs:
31462 \end_layout
31463
31464 \begin_layout Description
31465 Superscript Inserts an superscript: test
31466 \begin_inset Formula $^{\text{a,b}}$
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \begin_layout Description
31473 Subscript Inserts an subscript: test
31474 \begin_inset Formula $_{\text{3x}}$
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Description
31481 Protected\InsetSpace ~
31482 Space Inserts a protected space that is described in section\InsetSpace ~
31483
31484 \begin_inset LatexCommand ref
31485 reference "sub:Protected-Space"
31486
31487 \end_inset
31488
31489 .
31490 \end_layout
31491
31492 \begin_layout Description
31493 Inter-word\InsetSpace ~
31494 Space Inserts an inter-word space that is described in section\InsetSpace ~
31495
31496 \begin_inset LatexCommand ref
31497 reference "sub:Inter-word-Space"
31498
31499 \end_inset
31500
31501 .
31502 \end_layout
31503
31504 \begin_layout Description
31505 Thin\InsetSpace ~
31506 Space Inserts a thin space that is described in section\InsetSpace ~
31507
31508 \begin_inset LatexCommand ref
31509 reference "sub:Thin-Space"
31510
31511 \end_inset
31512
31513 .
31514 \end_layout
31515
31516 \begin_layout Description
31517 Horizontal\InsetSpace ~
31518 Fill Inserts an horizontal fill, see section\InsetSpace ~
31519
31520 \begin_inset LatexCommand ref
31521 reference "sub:Horizontal-Space"
31522
31523 \end_inset
31524
31525  for a description.
31526 \end_layout
31527
31528 \begin_layout Description
31529 Horizontal\InsetSpace ~
31530 Line Inserts an horizontal line, see section\InsetSpace ~
31531
31532 \begin_inset LatexCommand ref
31533 reference "sub:Horizontal-Lines"
31534
31535 \end_inset
31536
31537  for a description.
31538 \end_layout
31539
31540 \begin_layout Description
31541 Vertical\InsetSpace ~
31542 Space Inserts vertical space, see section\InsetSpace ~
31543
31544 \begin_inset LatexCommand ref
31545 reference "sub:Vertical-Space"
31546
31547 \end_inset
31548
31549  for a description.
31550 \end_layout
31551
31552 \begin_layout Description
31553 Hyphenation\InsetSpace ~
31554 Point Inserts an hyphenation point, see section\InsetSpace ~
31555
31556 \begin_inset LatexCommand ref
31557 reference "sub:Hyphenation"
31558
31559 \end_inset
31560
31561
31562 \end_layout
31563
31564 \begin_layout Description
31565 Ligature\InsetSpace ~
31566 Break Inserts a ligature break, see section\InsetSpace ~
31567
31568 \begin_inset LatexCommand ref
31569 reference "sub:Ligatures"
31570
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \begin_layout Description
31577 Line\InsetSpace ~
31578 Break Inserts a forced linebreak, see section\InsetSpace ~
31579
31580 \begin_inset LatexCommand ref
31581 reference "sub:Forced-Linebreaks"
31582
31583 \end_inset
31584
31585
31586 \end_layout
31587
31588 \begin_layout Description
31589 Page\InsetSpace ~
31590 Break Inserts a forced pagebreak, described in section\InsetSpace ~
31591
31592 \begin_inset LatexCommand ref
31593 reference "sub:Forced-Pagebreaks"
31594
31595 \end_inset
31596
31597
31598 \end_layout
31599
31600 \begin_layout Description
31601 Clear\InsetSpace ~
31602 Page Inserts a clear pagebreak, described in section\InsetSpace ~
31603
31604 \begin_inset LatexCommand ref
31605 reference "sub:Clear-Pages"
31606
31607 \end_inset
31608
31609
31610 \end_layout
31611
31612 \begin_layout Description
31613 Clear\InsetSpace ~
31614 Double\InsetSpace ~
31615 Page Inserts a clear doublepage break, described in section\InsetSpace ~
31616
31617 \begin_inset LatexCommand ref
31618 reference "sub:Clear-Pages"
31619
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \begin_layout Subsection
31626 List / TOC
31627 \end_layout
31628
31629 \begin_layout Standard
31630 Various lists can be inserted with this menu.
31631  The table of contents, the algorithm, figures, and tables list are described
31632  in section\InsetSpace ~
31633
31634 \begin_inset LatexCommand ref
31635 reference "sec:toc"
31636
31637 \end_inset
31638
31639 .
31640  The index list is described in section\InsetSpace ~
31641
31642 \begin_inset LatexCommand ref
31643 reference "sec:Index"
31644
31645 \end_inset
31646
31647 , the nomenclature in section\InsetSpace ~
31648
31649 \begin_inset LatexCommand ref
31650 reference "sec:Nomenclature"
31651
31652 \end_inset
31653
31654 , and the BibTeX bibliography in section\InsetSpace ~
31655
31656 \begin_inset LatexCommand ref
31657 reference "sub:Bibliography-databases"
31658
31659 \end_inset
31660
31661 .
31662 \end_layout
31663
31664 \begin_layout Subsection
31665 Float
31666 \end_layout
31667
31668 \begin_layout Standard
31669 To insert floats, described in section\InsetSpace ~
31670
31671 \begin_inset LatexCommand ref
31672 reference "sec:Floats"
31673
31674 \end_inset
31675
31676 .
31677 \end_layout
31678
31679 \begin_layout Subsection
31680 Note
31681 \end_layout
31682
31683 \begin_layout Standard
31684 To insert notes, described in section\InsetSpace ~
31685
31686 \begin_inset LatexCommand ref
31687 reference "sec:Notes"
31688
31689 \end_inset
31690
31691 .
31692 \end_layout
31693
31694 \begin_layout Subsection
31695 Branch
31696 \end_layout
31697
31698 \begin_layout Standard
31699 Inserts branch insets as described in section\InsetSpace ~
31700
31701 \begin_inset LatexCommand ref
31702 reference "sec:Branches"
31703
31704 \end_inset
31705
31706 .
31707 \end_layout
31708
31709 \begin_layout Subsection
31710 File
31711 \begin_inset LatexCommand index
31712 name "External Material"
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \begin_layout Standard
31720 Here you can inserts files to include them or its content to your document.
31721  How this can be done is in detail explained in chapter 
31722 \emph on
31723 External Stuff
31724 \emph default
31725  of the 
31726 \emph on
31727 Embedded Objects
31728 \emph default
31729  manual.
31730 \end_layout
31731
31732 \begin_layout Subsection
31733 Box
31734 \begin_inset LatexCommand index
31735 name "Boxes"
31736
31737 \end_inset
31738
31739
31740 \end_layout
31741
31742 \begin_layout Standard
31743 Inserts a minipage box that is described section\InsetSpace ~
31744
31745 \begin_inset LatexCommand ref
31746 reference "sec:Minipages"
31747
31748 \end_inset
31749
31750 .
31751  All box types supported by LyX are explained in detail in chapter 
31752 \emph on
31753 Boxes
31754 \emph default
31755  of the 
31756 \emph on
31757 Embedded Objects
31758 \emph default
31759  manual.
31760 \end_layout
31761
31762 \begin_layout Subsection
31763 Citation
31764 \end_layout
31765
31766 \begin_layout Standard
31767 Inserts a citation as described in section\InsetSpace ~
31768
31769 \begin_inset LatexCommand ref
31770 reference "sec:Bibliography"
31771
31772 \end_inset
31773
31774 .
31775 \end_layout
31776
31777 \begin_layout Subsection
31778 Cross-Reference
31779 \end_layout
31780
31781 \begin_layout Standard
31782 Inserts a cross-reference as described in section\InsetSpace ~
31783
31784 \begin_inset LatexCommand ref
31785 reference "sec:Cross-References"
31786
31787 \end_inset
31788
31789 .
31790 \end_layout
31791
31792 \begin_layout Subsection
31793 Label
31794 \end_layout
31795
31796 \begin_layout Standard
31797 Inserts a label as described in section\InsetSpace ~
31798
31799 \begin_inset LatexCommand ref
31800 reference "sec:Cross-References"
31801
31802 \end_inset
31803
31804 .
31805 \end_layout
31806
31807 \begin_layout Subsection
31808 Caption
31809 \begin_inset LatexCommand index
31810 name "Captions"
31811
31812 \end_inset
31813
31814
31815 \begin_inset LatexCommand index
31816 name "Longtables ! Caption"
31817
31818 \end_inset
31819
31820
31821 \end_layout
31822
31823 \begin_layout Standard
31824 Inserts a caption to floats or longtables.
31825  Floats are described in section\InsetSpace ~
31826
31827 \begin_inset LatexCommand ref
31828 reference "sec:Floats"
31829
31830 \end_inset
31831
31832 , cations in longtables are described in section 
31833 \emph on
31834 Longtable Captions
31835 \emph default
31836  of the 
31837 \emph on
31838 Embedded Objects
31839 \emph default
31840  manual.
31841 \end_layout
31842
31843 \begin_layout Subsection
31844 Index Entry
31845 \end_layout
31846
31847 \begin_layout Standard
31848 Inserts an index entry as described in section\InsetSpace ~
31849
31850 \begin_inset LatexCommand ref
31851 reference "sec:Index"
31852
31853 \end_inset
31854
31855 .
31856 \end_layout
31857
31858 \begin_layout Subsection
31859 Nomenclature Entry
31860 \end_layout
31861
31862 \begin_layout Standard
31863 Inserts a nomenclature entry as described in section\InsetSpace ~
31864
31865 \begin_inset LatexCommand ref
31866 reference "sec:Nomenclature"
31867
31868 \end_inset
31869
31870 .
31871 \end_layout
31872
31873 \begin_layout Subsection
31874 Table
31875 \end_layout
31876
31877 \begin_layout Standard
31878 Inserts a table.
31879  Tables are described in section\InsetSpace ~
31880
31881 \begin_inset LatexCommand ref
31882 reference "sec:Tables"
31883
31884 \end_inset
31885
31886 .
31887 \end_layout
31888
31889 \begin_layout Subsection
31890 Graphics
31891 \end_layout
31892
31893 \begin_layout Standard
31894 Inserts a graphic.
31895  Graphics are described in section\InsetSpace ~
31896
31897 \begin_inset LatexCommand ref
31898 reference "sec:Graphics"
31899
31900 \end_inset
31901
31902 .
31903 \end_layout
31904
31905 \begin_layout Subsection
31906 URL
31907 \end_layout
31908
31909 \begin_layout Standard
31910 Inserts an URL box as described in section\InsetSpace ~
31911
31912 \begin_inset LatexCommand ref
31913 reference "sec:URL"
31914
31915 \end_inset
31916
31917 .
31918 \end_layout
31919
31920 \begin_layout Subsection
31921 Footnote
31922 \end_layout
31923
31924 \begin_layout Standard
31925 Inserts a footnote, see section\InsetSpace ~
31926
31927 \begin_inset LatexCommand ref
31928 reference "sec:Footnotes"
31929
31930 \end_inset
31931
31932 .
31933 \end_layout
31934
31935 \begin_layout Subsection
31936 Marginal Note
31937 \end_layout
31938
31939 \begin_layout Standard
31940 Inserts a marginal note, see section\InsetSpace ~
31941
31942 \begin_inset LatexCommand ref
31943 reference "sec:Marginal-Notes"
31944
31945 \end_inset
31946
31947 .
31948 \end_layout
31949
31950 \begin_layout Subsection
31951 Short Title
31952 \end_layout
31953
31954 \begin_layout Standard
31955 Inserts a short title, see section\InsetSpace ~
31956
31957 \begin_inset LatexCommand ref
31958 reference "sec:Short-Titles"
31959
31960 \end_inset
31961
31962 .
31963 \end_layout
31964
31965 \begin_layout Subsection
31966 TeX Code
31967 \end_layout
31968
31969 \begin_layout Standard
31970 Inserts an ERT box, see section\InsetSpace ~
31971
31972 \begin_inset LatexCommand ref
31973 reference "sub:ERT-Boxes"
31974
31975 \end_inset
31976
31977  for a description.
31978 \end_layout
31979
31980 \begin_layout Subsection
31981 Program Listing
31982 \begin_inset LatexCommand index
31983 name "Program listings"
31984
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \begin_layout Standard
31991 Inserts a program listings box.
31992  Program listings are explained in chapter 
31993 \emph on
31994 Program Code Listings
31995 \emph default
31996  of the 
31997 \emph on
31998 Embedded Objects
31999 \emph default
32000  manual.
32001 \end_layout
32002
32003 \begin_layout Subsection
32004 Date
32005 \end_layout
32006
32007 \begin_layout Standard
32008 Inserts the actual date in the following form: month/day/year
32009 \end_layout
32010
32011 \begin_layout Standard
32012 The format is independent of the document language.
32013  LyX offers another ways to insert a date which is explained in section
32014  
32015 \emph on
32016 External Material
32017 \emph default
32018  of the 
32019 \emph on
32020 Embedded Objects
32021 \emph default
32022  manual.
32023  There the different methods are also compared.
32024 \end_layout
32025
32026 \begin_layout Section
32027 The Navigate Menu
32028 \begin_inset LatexCommand index
32029 name "Menu ! Navigate"
32030
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \begin_layout Standard
32037 This menu lists the existing, chapter, sections, figures, and tables of
32038  the current document.
32039  This allows you to navigate easily through you document.
32040 \end_layout
32041
32042 \begin_layout Standard
32043 The Navigate menu also offers to 
32044 \end_layout
32045
32046 \begin_layout Subsection
32047 Bookmarks
32048 \end_layout
32049
32050 \begin_layout Standard
32051 With this menu you are able to define your own bookmarks.
32052  This is useful when you are working on a large documents and often have
32053  to jump e.g.
32054  between section\InsetSpace ~
32055 2.5 and 6.3.
32056  To create bookmarks for this example, go to section\InsetSpace ~
32057 2.5 and use the menu
32058  
32059 \family sans
32060 Save\InsetSpace ~
32061 Bookmark\InsetSpace ~
32062 1
32063 \family default
32064 .
32065  Then go to section\InsetSpace ~
32066 6.3 and use 
32067 \family sans
32068 Save\InsetSpace ~
32069 Bookmark\InsetSpace ~
32070
32071 \family default
32072 2.
32073  Now you can easily jump between these sections by using the menu or by
32074  the key bindings 
32075 \family sans
32076 C-1
32077 \family default
32078  and 
32079 \family sans
32080 C-2
32081 \family default
32082 .
32083 \end_layout
32084
32085 \begin_layout Standard
32086 You can also use bookmarks to jump between several opened documents.
32087  The saved bookmarks are valid till the document is closed.
32088 \end_layout
32089
32090 \begin_layout Subsection
32091 Next Note, Change, Cross-reference
32092 \end_layout
32093
32094 \begin_layout Standard
32095 Jump to the next note, change, or cross-reference following the current
32096  cursor position.
32097 \end_layout
32098
32099 \begin_layout Subsection
32100 Go to Label
32101 \end_layout
32102
32103 \begin_layout Standard
32104 Only active when the cursor is in front of a cross-reference.
32105  Sets the cursor before the referenced label, the same as if you right-click
32106  on a cross-reference box.
32107 \end_layout
32108
32109 \begin_layout Section
32110 The Document Menu
32111 \begin_inset LatexCommand index
32112 name "Menu ! Document"
32113
32114 \end_inset
32115
32116
32117 \end_layout
32118
32119 \begin_layout Subsection
32120 Change Tracking
32121 \end_layout
32122
32123 \begin_layout Standard
32124 Change Tracking is described in section\InsetSpace ~
32125
32126 \begin_inset LatexCommand ref
32127 reference "sec:Change-Tracking"
32128
32129 \end_inset
32130
32131 .
32132 \end_layout
32133
32134 \begin_layout Subsection
32135 LaT
32136 \begin_inset ERT
32137 status collapsed
32138
32139 \begin_layout Standard
32140
32141 {}
32142 \end_layout
32143
32144 \end_inset
32145
32146 eX Log
32147 \end_layout
32148
32149 \begin_layout Standard
32150 After running LaTeX by viewing or exporting a document, this menu will be
32151  enabled.
32152  It shows the logfile of the used LaTeX-program.
32153 \end_layout
32154
32155 \begin_layout Standard
32156 Here you can see how LaTeX works in the background.
32157  
32158 \emph on
32159 Experts
32160 \emph default
32161  will find in it reasons for LaTeX-errors.
32162 \end_layout
32163
32164 \begin_layout Subsection
32165 Outline
32166 \end_layout
32167
32168 \begin_layout Standard
32169 Opens the TOC/Outline window as described in section\InsetSpace ~
32170
32171 \begin_inset LatexCommand ref
32172 reference "sub:Table-of-Contents"
32173
32174 \end_inset
32175
32176 .
32177 \end_layout
32178
32179 \begin_layout Subsection
32180 Start Appendix Here
32181 \end_layout
32182
32183 \begin_layout Standard
32184 This menu will start the appendix of the document at the current cursor
32185  position as described in section\InsetSpace ~
32186
32187 \begin_inset LatexCommand ref
32188 reference "sec:Appendices"
32189
32190 \end_inset
32191
32192 .
32193 \end_layout
32194
32195 \begin_layout Subsection
32196 Compressed
32197 \end_layout
32198
32199 \begin_layout Standard
32200 Un/compresses the actual document.
32201 \end_layout
32202
32203 \begin_layout Subsection
32204 Settings
32205 \begin_inset LatexCommand label
32206 name "sub:Settings"
32207
32208 \end_inset
32209
32210
32211 \begin_inset LatexCommand index
32212 name "Document ! Settings"
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Standard
32220 This menu dialog contains some submenus to set properties for the whole
32221  document.
32222  You can save your document settings as default with the 
32223 \family sans
32224 Save as Document Defaults
32225 \family default
32226  button in the dialog.
32227  This will create a template named 
32228 \family typewriter
32229 default.lyx
32230 \family default
32231  which is automatically loaded by LyX when you create a new document without
32232  using a template.
32233 \end_layout
32234
32235 \begin_layout Standard
32236 The different submenus of the dialog are explained in the following:
32237 \end_layout
32238
32239 \begin_layout Subsubsection*
32240 Document Class
32241 \end_layout
32242
32243 \begin_layout Standard
32244 Here you set the document class, class options, and a Postscript driver.
32245  Document classes are described in section\InsetSpace ~
32246
32247 \begin_inset LatexCommand ref
32248 reference "sec:Document-Classes"
32249
32250 \end_inset
32251
32252 .
32253  The Postscript driver is used for LaTeX's color and graphics packages.
32254  When using 
32255 \family sans
32256 Default
32257 \family default
32258 , the default driver for the LaTeX-packages are used.
32259  It is recommended to use the default unless your know what you are doing.
32260 \end_layout
32261
32262 \begin_layout Subsubsection*
32263 Fonts
32264 \end_layout
32265
32266 \begin_layout Standard
32267 The document font settings are described in section\InsetSpace ~
32268
32269 \begin_inset LatexCommand ref
32270 reference "sec:Fonts-and-Text"
32271
32272 \end_inset
32273
32274 .
32275 \end_layout
32276
32277 \begin_layout Subsubsection*
32278 Text Layout
32279 \end_layout
32280
32281 \begin_layout Standard
32282 You can specify if paragraphs should be separated by indentations or vertical
32283  skips.
32284  The line spacing and the number of text columns can here also be specified.
32285  
32286 \end_layout
32287
32288 \begin_layout Standard
32289 Note that LyX won't show two columns or the set up line spacing on screen.
32290  That's impractical, often unreadable, and not part of the WYSIWYM concept.
32291  However, it will be as you specified it in the output.
32292 \end_layout
32293
32294 \begin_layout Standard
32295 The listings settings are explained in the corresponding section in the
32296  
32297 \emph on
32298 Embedded Objects
32299 \emph default
32300  manual.
32301 \end_layout
32302
32303 \begin_layout Subsubsection*
32304 Page Layout
32305 \end_layout
32306
32307 \begin_layout Standard
32308 A description of this menu is given in section\InsetSpace ~
32309
32310 \begin_inset LatexCommand ref
32311 reference "sub:Paper-Size,-Orientation,"
32312
32313 \end_inset
32314
32315  and 
32316 \begin_inset LatexCommand ref
32317 reference "sub:Document-Layout"
32318
32319 \end_inset
32320
32321 .
32322 \end_layout
32323
32324 \begin_layout Subsubsection*
32325 Page Margins
32326 \end_layout
32327
32328 \begin_layout Standard
32329 Here you can adjust the paper margins, see section\InsetSpace ~
32330
32331 \begin_inset LatexCommand ref
32332 reference "sub:Margins"
32333
32334 \end_inset
32335
32336 .
32337 \end_layout
32338
32339 \begin_layout Subsubsection*
32340 Language
32341 \begin_inset LatexCommand index
32342 name "Language ! Encoding"
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \begin_layout Standard
32350 The document language and quote styles are set here.
32351  The encoding specifies how the document content is exported to LaTeX (the
32352  LyX file is always encoded in utf8).
32353  All characters that cannot be encoded using the specified encoding will
32354  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
32355  known for a particular character).
32356 \begin_inset Foot
32357 status collapsed
32358
32359 \begin_layout Standard
32360 The known commands are defined in a text file.
32361  You can add commands for unknown symbols to that file yourself, see the
32362  
32363 \emph on
32364 Customization
32365 \emph default
32366  manual for details.
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \begin_layout Standard
32375 If you use the option 
32376 \family sans
32377 use language's default encoding
32378 \family default
32379 , LyX determines the encoding of a portion of text from the language of
32380  this text.
32381  If the document contains text in more than one language you may get more
32382  than one encoding in the LaTeX file.
32383  If you do not use this option then the complete document will always use
32384  exactly one encoding.
32385  Checking this option is the preferred setting unless you use 
32386 \family sans
32387 XeTeX
32388 \family default
32389
32390 \begin_inset Foot
32391 status collapsed
32392
32393 \begin_layout Standard
32394 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
32395  It natively supports Unicode while its input file is assumed to be in UTF-8
32396  encoding.
32397  More about using LyX with XeTeX can be found in 
32398 \begin_inset LatexCommand cite
32399 key "XeTeX"
32400
32401 \end_inset
32402
32403 .
32404 \end_layout
32405
32406 \end_inset
32407
32408  (see below).
32409 \end_layout
32410
32411 \begin_layout Standard
32412 LyX also supports Unicode output, which is particularly useful if you need
32413  lots of special symbols or non-alphabetic scripts, respectively.
32414  If you want to use this (and your LaTeX installation supports Unicode,
32415  for that matter), choose one of the four utf8 variants from the list below.
32416  Unfortunately the unicode support of standard LaTeX is quite incomplete,
32417  so it is not uncommon that a file with lots of unicode symbols works fine
32418  with 
32419 \family sans
32420 use language's default encoding
32421 \family default
32422  (when LyX uses it's list of known LaTeX-commands), but does not work with
32423  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
32424  because all unicode symbols can be encoded in utf8).
32425 \end_layout
32426
32427 \begin_layout Standard
32428 Here is a list with the important encodings:
32429 \end_layout
32430
32431 \begin_layout Description
32432 LaTeX\InsetSpace ~
32433 default Same as 
32434 \family sans
32435 use language's default encoding
32436 \family default
32437 , but the LaTeX-package 
32438 \series bold
32439 inputenc
32440 \series default
32441
32442 \begin_inset LatexCommand index
32443 name "LaTeX-packages ! inputenc"
32444
32445 \end_inset
32446
32447  is not used.
32448  You probably need to load some other packages manually in the preamble.
32449 \end_layout
32450
32451 \begin_layout Description
32452 armscii8 encoding for Armenian
32453 \end_layout
32454
32455 \begin_layout Description
32456 ascii the ASCII encoding, covers only plain English, may result in a big
32457  file because lots of LaTeX-commands may be needed
32458 \end_layout
32459
32460 \begin_layout Description
32461 cp1250 MS Windows code page for latin2
32462 \end_layout
32463
32464 \begin_layout Description
32465 cp1251 MS Windows code page for Cyrillic
32466 \end_layout
32467
32468 \begin_layout Description
32469 cp1252 MS Windows code page for latin1
32470 \end_layout
32471
32472 \begin_layout Description
32473 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
32474 \end_layout
32475
32476 \begin_layout Description
32477 cp1256 MS Windows code page for Arabic and Farsi
32478 \end_layout
32479
32480 \begin_layout Description
32481 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
32482 13 encoding that is a superset of the ISO-8859-4 encoding
32483 \end_layout
32484
32485 \begin_layout Description
32486 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
32487  Serbian, and Ukrainian
32488 \end_layout
32489
32490 \begin_layout Description
32491 iso-8859-7 the ISO-8859-7 encoding, covers Greek
32492 \end_layout
32493
32494 \begin_layout Description
32495 8859-8 the ISO-8859-8 encoding, covers Hebrew
32496 \end_layout
32497
32498 \begin_layout Description
32499 koi8-r standard Cyrillic especially for Russian
32500 \end_layout
32501
32502 \begin_layout Description
32503 koi8-u Cyrillic for Ukrainian
32504 \end_layout
32505
32506 \begin_layout Description
32507 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
32508  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
32509  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
32510  replaced by latin9
32511 \end_layout
32512
32513 \begin_layout Description
32514 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
32515  Hungarian, Polish, Romanian, Slovak, and Slovenian
32516 \end_layout
32517
32518 \begin_layout Description
32519 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
32520  Turkish
32521 \end_layout
32522
32523 \begin_layout Description
32524 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
32525 \end_layout
32526
32527 \begin_layout Description
32528 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
32529  where the Icelandic letters are replaced by Turkish ones
32530 \end_layout
32531
32532 \begin_layout Description
32533 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
32534  the euro currency sign, the 
32535 \begin_inset ERT
32536 status collapsed
32537
32538 \begin_layout Standard
32539
32540
32541 \backslash
32542 oe
32543 \end_layout
32544
32545 \end_inset
32546
32547 -ligature and some characters used for French and Finnish; latin9 should
32548  be the replacement for latin1
32549 \end_layout
32550
32551 \begin_layout Description
32552 pt154 Cyrillic for Kazakh
32553 \end_layout
32554
32555 \begin_layout Description
32556 utf8 Unicode utf8 with the LaTeX-package 
32557 \series bold
32558 inputenc
32559 \series default
32560
32561 \begin_inset LatexCommand index
32562 name "LaTeX-packages ! inputenc"
32563
32564 \end_inset
32565
32566  (first variant, for latin symbols and some others).
32567 \end_layout
32568
32569 \begin_layout Description
32570 utf8x Unicode utf8 with the LaTeX-package 
32571 \series bold
32572 inputenc
32573 \series default
32574  (second variant, for greek and CJK symbols and some others).
32575 \end_layout
32576
32577 \begin_layout Description
32578 UTF8 Unicode utf8 with the LaTeX-package 
32579 \series bold
32580 CJK
32581 \series default
32582
32583 \begin_inset LatexCommand index
32584 name "LaTeX-packages ! CJK"
32585
32586 \end_inset
32587
32588  (for the languages Chinese, Japanese and Korean)
32589 \end_layout
32590
32591 \begin_layout Description
32592 utf8-plain Unicode utf8 to be used with 
32593 \family sans
32594 XeTeX
32595 \family default
32596 , which uses Unicode directly, without the help of the LaTeX-package 
32597 \series bold
32598 inputenc
32599 \series default
32600  
32601 \begin_inset Foot
32602 status collapsed
32603
32604 \begin_layout Standard
32605 More about using LyX with XeTeX can be found in 
32606 \begin_inset LatexCommand cite
32607 key "XeTeX"
32608
32609 \end_inset
32610
32611 .
32612 \end_layout
32613
32614 \end_inset
32615
32616
32617 \end_layout
32618
32619 \begin_layout Subsubsection*
32620 Numbering & TOC
32621 \end_layout
32622
32623 \begin_layout Standard
32624 You can adjust here the numbering depth of sections headings as described
32625  in section\InsetSpace ~
32626
32627 \begin_inset LatexCommand ref
32628 reference "sub:Numbering-depth"
32629
32630 \end_inset
32631
32632 .
32633 \end_layout
32634
32635 \begin_layout Subsubsection*
32636 Bibliography
32637 \end_layout
32638
32639 \begin_layout Standard
32640 You can specify here a citation style using the LaTeX-packages 
32641 \series bold
32642 natbib
32643 \begin_inset LatexCommand index
32644 name "LaTeX-packages ! natbib"
32645
32646 \end_inset
32647
32648
32649 \series default
32650  or 
32651 \series bold
32652 jurabib
32653 \series default
32654
32655 \begin_inset LatexCommand index
32656 name "LaTeX-packages ! jurabib"
32657
32658 \end_inset
32659
32660 .
32661  For a further description see section\InsetSpace ~
32662
32663 \begin_inset LatexCommand ref
32664 reference "sec:Bibliography"
32665
32666 \end_inset
32667
32668 .
32669 \end_layout
32670
32671 \begin_layout Subsubsection*
32672 Math Options
32673 \end_layout
32674
32675 \begin_layout Standard
32676 These options will force LyX to use the LaTeX-packages 
32677 \series bold
32678 amsmath
32679 \begin_inset LatexCommand index
32680 name "LaTeX-packages ! amsmath"
32681
32682 \end_inset
32683
32684
32685 \series default
32686  and 
32687 \series bold
32688 esint
32689 \begin_inset LatexCommand index
32690 name "LaTeX-packages ! esint"
32691
32692 \end_inset
32693
32694
32695 \series default
32696  or to use them automatically when they are needed.
32697 \end_layout
32698
32699 \begin_layout Standard
32700
32701 \series bold
32702 amsmath
32703 \series default
32704  is needed for many constructs, so when you get LaTeX-errors in formulas,
32705  assure that you have enabled AMS.
32706 \end_layout
32707
32708 \begin_layout Standard
32709
32710 \series bold
32711 esint
32712 \series default
32713  is used for special integral characters.
32714 \end_layout
32715
32716 \begin_layout Subsubsection*
32717 Float Placement
32718 \end_layout
32719
32720 \begin_layout Standard
32721 The float placement options are described in section
32722 \begin_inset Formula $\,$
32723 \end_inset
32724
32725
32726 \begin_inset LatexCommand ref
32727 reference "sub:Float-Placement"
32728
32729 \end_inset
32730
32731 .
32732 \end_layout
32733
32734 \begin_layout Subsubsection*
32735 Bullets
32736 \end_layout
32737
32738 \begin_layout Standard
32739 Here you can adjust the characters for the itemize levels.
32740  The itemize environment is described in section\InsetSpace ~
32741
32742 \begin_inset LatexCommand ref
32743 reference "sec:Itemize"
32744
32745 \end_inset
32746
32747 .
32748 \end_layout
32749
32750 \begin_layout Subsubsection*
32751 Branches
32752 \end_layout
32753
32754 \begin_layout Standard
32755 Branches are described in section\InsetSpace ~
32756
32757 \begin_inset LatexCommand ref
32758 reference "sec:Branches"
32759
32760 \end_inset
32761
32762 .
32763 \end_layout
32764
32765 \begin_layout Subsubsection*
32766 LaT
32767 \begin_inset ERT
32768 status collapsed
32769
32770 \begin_layout Standard
32771
32772 {}
32773 \end_layout
32774
32775 \end_inset
32776
32777 eX Preamble
32778 \end_layout
32779
32780 \begin_layout Standard
32781 In this text field are entered commands to load special LaTeX-packages or
32782  to define LaTeX-commands.
32783  The preamble is a thing for LaTeX-experts.
32784  You shouldn't enter commands here until you don't exactly know what you
32785  do.
32786 \end_layout
32787
32788 \begin_layout Standard
32789 An introduction in the LaTeX-syntax is given in section\InsetSpace ~
32790
32791 \begin_inset LatexCommand ref
32792 reference "sub:LaTeX-Syntax"
32793
32794 \end_inset
32795
32796 .
32797 \end_layout
32798
32799 \begin_layout Section
32800 The Tools Menu
32801 \begin_inset LatexCommand index
32802 name "Menu ! Tools"
32803
32804 \end_inset
32805
32806
32807 \end_layout
32808
32809 \begin_layout Subsection
32810 Spellchecker
32811 \end_layout
32812
32813 \begin_layout Standard
32814 Spell checking is explained in section\InsetSpace ~
32815
32816 \begin_inset LatexCommand ref
32817 reference "sec:Spellchecking"
32818
32819 \end_inset
32820
32821 .
32822 \end_layout
32823
32824 \begin_layout Subsection
32825 Thesaurus
32826 \end_layout
32827
32828 \begin_layout Standard
32829 The thesaurus is described in section\InsetSpace ~
32830
32831 \begin_inset LatexCommand ref
32832 reference "sec:Thesaurus"
32833
32834 \end_inset
32835
32836 .
32837 \end_layout
32838
32839 \begin_layout Subsection
32840 Count Words
32841 \begin_inset LatexCommand index
32842 name "Word count"
32843
32844 \end_inset
32845
32846
32847 \end_layout
32848
32849 \begin_layout Standard
32850 Counts the number of words in the actual document or the highlighted document
32851  part.
32852 \end_layout
32853
32854 \begin_layout Subsection
32855 T
32856 \begin_inset ERT
32857 status collapsed
32858
32859 \begin_layout Standard
32860
32861 {}
32862 \end_layout
32863
32864 \end_inset
32865
32866 eX Information
32867 \begin_inset LatexCommand index
32868 name "TeX Information"
32869
32870 \end_inset
32871
32872
32873 \end_layout
32874
32875 \begin_layout Standard
32876 Shows you a list of the classes and styles installed in your LaTeX-system.
32877 \end_layout
32878
32879 \begin_layout Subsection
32880 Reconfigure
32881 \begin_inset LatexCommand index
32882 name "Reconfiguration of LyX"
32883
32884 \end_inset
32885
32886
32887 \begin_inset LatexCommand index
32888 name "LyX ! Reconfigure|see{Reconfiguration of LyX}"
32889
32890 \end_inset
32891
32892
32893 \end_layout
32894
32895 \begin_layout Standard
32896 This menu reconfigures LyX.
32897  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
32898
32899 \begin_inset LatexCommand ref
32900 reference "sec:Basic-LyX-Setup"
32901
32902 \end_inset
32903
32904 .
32905 \end_layout
32906
32907 \begin_layout Subsection
32908 Preferences
32909 \end_layout
32910
32911 \begin_layout Standard
32912 The preferences dialog is described in detail in chapter
32913 \begin_inset Formula $\,$
32914 \end_inset
32915
32916
32917 \begin_inset LatexCommand ref
32918 reference "cha:The-Preferences-dialog"
32919
32920 \end_inset
32921
32922 .
32923 \end_layout
32924
32925 \begin_layout Section
32926 The Help Menu
32927 \begin_inset LatexCommand index
32928 name "Menu ! Help"
32929
32930 \end_inset
32931
32932
32933 \end_layout
32934
32935 \begin_layout Standard
32936 This menu opens the documentation files of LyX in the language of LyX's
32937  menus.
32938 \end_layout
32939
32940 \begin_layout Standard
32941 The menu 
32942 \family sans
32943 LaTeX\InsetSpace ~
32944 Configuration
32945 \family default
32946  shows a LyX-document with informations about the LaTeX-packages and classes
32947  found by LyX (see also section\InsetSpace ~
32948
32949 \begin_inset LatexCommand ref
32950 reference "sec:LaTeX-Setup"
32951
32952 \end_inset
32953
32954 ).
32955 \end_layout
32956
32957 \begin_layout Section
32958 Toolbars
32959 \begin_inset LatexCommand label
32960 name "sec:Toolbars"
32961
32962 \end_inset
32963
32964
32965 \end_layout
32966
32967 \begin_layout Standard
32968 How to show or hide toolbars is explained in section\InsetSpace ~
32969
32970 \begin_inset LatexCommand ref
32971 reference "sub:Toolbars"
32972
32973 \end_inset
32974
32975 .
32976 \end_layout
32977
32978 \begin_layout Standard
32979 It is also possible to define custom toolbars.
32980  This is described in the 
32981 \emph on
32982 Extended Features
32983 \emph default
32984  manual.
32985  
32986 \end_layout
32987
32988 \begin_layout Subsection
32989 Standard Toolbar
32990 \begin_inset LatexCommand index
32991 name "Toolbar ! Standard"
32992
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \begin_layout Standard
32999 \begin_inset Graphics
33000         filename clipart/StandardToolbar.png
33001         width 100col%
33002
33003 \end_inset
33004
33005
33006 \end_layout
33007
33008 \begin_layout Standard
33009 \begin_inset VSpace defskip
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \begin_layout Standard
33016 The standard toolbar as shown above contains from left to right the following
33017  buttons:
33018 \begin_inset ERT
33019 status collapsed
33020
33021 \begin_layout Standard
33022
33023
33024 \backslash
33025 setlength{
33026 \backslash
33027 LTleft}{0pt}
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \begin_inset Note Note
33034 status collapsed
33035
33036 \begin_layout Standard
33037 This is necessary to left align the following longtables.
33038  See the 
33039 \emph on
33040 Embedded Objects
33041 \emph default
33042  manual for more information.
33043 \end_layout
33044
33045 \end_inset
33046
33047
33048 \end_layout
33049
33050 \begin_layout Standard
33051 \begin_inset VSpace defskip
33052 \end_inset
33053
33054
33055 \end_layout
33056
33057 \begin_layout Standard
33058 \begin_inset Tabular
33059 <lyxtabular version="3" rows="1" columns="2">
33060 <features islongtable="true">
33061 <column alignment="center" valignment="top" width="0">
33062 <column alignment="center" valignment="top" width="0">
33063 <row>
33064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33065 \begin_inset Text
33066
33067 \begin_layout Standard
33068 \begin_inset Graphics
33069         filename clipart/ToolbarEnvBox.png
33070         clip
33071
33072 \end_inset
33073
33074
33075 \end_layout
33076
33077 \end_inset
33078 </cell>
33079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33080 \begin_inset Text
33081
33082 \begin_layout Standard
33083 pull-down menu for the paragraph environments
33084 \end_layout
33085
33086 \end_inset
33087 </cell>
33088 </row>
33089 </lyxtabular>
33090
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \begin_layout Standard
33097 \begin_inset VSpace -10mm
33098 \end_inset
33099
33100
33101 \end_layout
33102
33103 \begin_layout Standard
33104 \align left
33105 \begin_inset Tabular
33106 <lyxtabular version="3" rows="20" columns="2">
33107 <features islongtable="true">
33108 <column alignment="left" valignment="top" width="0">
33109 <column alignment="left" valignment="top" width="0">
33110 <row interlinespace="2.5mm">
33111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Standard
33115
33116 \family sans
33117 \begin_inset Graphics
33118         filename ../images/buffer-new.png
33119         BoundingBox 0bp 5bp 20bp 20bp
33120
33121 \end_inset
33122
33123
33124 \end_layout
33125
33126 \end_inset
33127 </cell>
33128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Standard
33132
33133 \family sans
33134 File\SpecialChar \menuseparator
33135 New
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 </row>
33141 <row interlinespace="2.5mm">
33142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Standard
33146 \begin_inset Graphics
33147         filename ../images/file-open.png
33148         BoundingBox 0bp 5bp 20bp 20bp
33149
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33158 \begin_inset Text
33159
33160 \begin_layout Standard
33161
33162 \family sans
33163 File\SpecialChar \menuseparator
33164 Open
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 </row>
33170 <row interlinespace="2.5mm">
33171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Standard
33175 \begin_inset Graphics
33176         filename ../images/buffer-write.png
33177         BoundingBox 0bp 5bp 20bp 20bp
33178
33179 \end_inset
33180
33181
33182 \end_layout
33183
33184 \end_inset
33185 </cell>
33186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Standard
33190
33191 \family sans
33192 File\SpecialChar \menuseparator
33193 Save
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 </row>
33199 <row interlinespace="2.5mm">
33200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33201 \begin_inset Text
33202
33203 \begin_layout Standard
33204 \begin_inset Graphics
33205         filename ../images/dialog-show_print.png
33206         BoundingBox 0bp 5bp 24bp 20bp
33207
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Standard
33219
33220 \family sans
33221 File\SpecialChar \menuseparator
33222 Print
33223 \end_layout
33224
33225 \end_inset
33226 </cell>
33227 </row>
33228 <row interlinespace="2.5mm">
33229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Standard
33233 \begin_inset Graphics
33234         filename ../images/dialog-show_spellchecker.png
33235         BoundingBox 0bp 5bp 20bp 20bp
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Standard
33248
33249 \family sans
33250 Tools\SpecialChar \menuseparator
33251 Spellchecker
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 </row>
33257 <row interlinespace="2.5mm">
33258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33259 \begin_inset Text
33260
33261 \begin_layout Standard
33262 \begin_inset Graphics
33263         filename ../images/undo.png
33264         BoundingBox 0bp 5bp 20bp 20bp
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Standard
33277
33278 \family sans
33279 Edit\SpecialChar \menuseparator
33280 Undo
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 </row>
33286 <row interlinespace="2.5mm">
33287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33288 \begin_inset Text
33289
33290 \begin_layout Standard
33291 \begin_inset Graphics
33292         filename ../images/redo.png
33293         BoundingBox 0bp 5bp 20bp 20bp
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \end_inset
33301 </cell>
33302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33303 \begin_inset Text
33304
33305 \begin_layout Standard
33306
33307 \family sans
33308 Edit\SpecialChar \menuseparator
33309 Redo
33310 \end_layout
33311
33312 \end_inset
33313 </cell>
33314 </row>
33315 <row interlinespace="2.5mm">
33316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33317 \begin_inset Text
33318
33319 \begin_layout Standard
33320 \begin_inset Graphics
33321         filename ../images/cut.png
33322         BoundingBox 0bp 5bp 20bp 20bp
33323
33324 \end_inset
33325
33326
33327 \end_layout
33328
33329 \end_inset
33330 </cell>
33331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33332 \begin_inset Text
33333
33334 \begin_layout Standard
33335
33336 \family sans
33337 Edit\SpecialChar \menuseparator
33338 Cut
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 </row>
33344 <row interlinespace="2.5mm">
33345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Standard
33349 \begin_inset Graphics
33350         filename ../images/copy.png
33351         BoundingBox 0bp 5bp 20bp 20bp
33352
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \end_inset
33359 </cell>
33360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33361 \begin_inset Text
33362
33363 \begin_layout Standard
33364
33365 \family sans
33366 Edit\SpecialChar \menuseparator
33367 Copy
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 </row>
33373 <row interlinespace="2.5mm">
33374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Standard
33378 \begin_inset Graphics
33379         filename ../images/paste.png
33380         BoundingBox 0bp 5bp 20bp 20bp
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \end_inset
33388 </cell>
33389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Standard
33393
33394 \family sans
33395 Edit\SpecialChar \menuseparator
33396 Paste
33397 \end_layout
33398
33399 \end_inset
33400 </cell>
33401 </row>
33402 <row interlinespace="2.5mm">
33403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33404 \begin_inset Text
33405
33406 \begin_layout Standard
33407 \begin_inset Graphics
33408         filename ../images/dialog-show_findreplace.png
33409         BoundingBox 0bp 5bp 20bp 25bp
33410         rotateOrigin center
33411
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \end_inset
33418 </cell>
33419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33420 \begin_inset Text
33421
33422 \begin_layout Standard
33423
33424 \family sans
33425 Edit\SpecialChar \menuseparator
33426 Find\InsetSpace \thinspace{}
33427 &\InsetSpace \thinspace{}
33428 Replace
33429 \end_layout
33430
33431 \end_inset
33432 </cell>
33433 </row>
33434 <row interlinespace="2.5mm">
33435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Standard
33439 \begin_inset Graphics
33440         filename ../images/font-emph.png
33441         BoundingBox 0bp 5bp 20bp 20bp
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \end_inset
33449 </cell>
33450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Standard
33454 Emphasize text, function of the Edit
33455 \family sans
33456 \SpecialChar \menuseparator
33457 Text\InsetSpace ~
33458 Style
33459 \family default
33460  dialog
33461 \end_layout
33462
33463 \end_inset
33464 </cell>
33465 </row>
33466 <row interlinespace="2.5mm">
33467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33468 \begin_inset Text
33469
33470 \begin_layout Standard
33471 \begin_inset Graphics
33472         filename ../images/font-noun.png
33473         BoundingBox 0bp 5bp 20bp 20bp
33474
33475 \end_inset
33476
33477
33478 \end_layout
33479
33480 \end_inset
33481 </cell>
33482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33483 \begin_inset Text
33484
33485 \begin_layout Standard
33486 Set text to noun style, function of the Edit
33487 \family sans
33488 \SpecialChar \menuseparator
33489 Text\InsetSpace ~
33490 Style
33491 \family default
33492  dialog
33493 \end_layout
33494
33495 \end_inset
33496 </cell>
33497 </row>
33498 <row interlinespace="2.5mm">
33499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33500 \begin_inset Text
33501
33502 \begin_layout Standard
33503 \begin_inset Graphics
33504         filename ../images/font-free-apply.png
33505         BoundingBox 0bp 5bp 20bp 20bp
33506
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \end_inset
33513 </cell>
33514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33515 \begin_inset Text
33516
33517 \begin_layout Standard
33518 Formats text using the current settings in the 
33519 \family sans
33520 Edit\SpecialChar \menuseparator
33521 Text\InsetSpace ~
33522 Style
33523 \family default
33524  dialog
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 </row>
33530 <row interlinespace="2.5mm">
33531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33532 \begin_inset Text
33533
33534 \begin_layout Standard
33535 \begin_inset Graphics
33536         filename ../images/math-mode.png
33537         BoundingBox 0bp 5bp 20bp 20bp
33538
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \end_inset
33545 </cell>
33546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33547 \begin_inset Text
33548
33549 \begin_layout Standard
33550
33551 \family sans
33552 Insert\SpecialChar \menuseparator
33553 Math\SpecialChar \menuseparator
33554 Inline\InsetSpace ~
33555 Formula
33556 \end_layout
33557
33558 \end_inset
33559 </cell>
33560 </row>
33561 <row interlinespace="2.5mm">
33562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33563 \begin_inset Text
33564
33565 \begin_layout Standard
33566 \begin_inset Graphics
33567         filename ../images/dialog-show-new-inset_graphics.png
33568         BoundingBox 0bp 5bp 20bp 25bp
33569         rotateOrigin center
33570
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \end_inset
33577 </cell>
33578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33579 \begin_inset Text
33580
33581 \begin_layout Standard
33582
33583 \family sans
33584 Insert\SpecialChar \menuseparator
33585 Graphics
33586 \end_layout
33587
33588 \end_inset
33589 </cell>
33590 </row>
33591 <row interlinespace="2.5mm">
33592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33593 \begin_inset Text
33594
33595 \begin_layout Standard
33596 \begin_inset Graphics
33597         filename ../images/tabular-insert.png
33598         BoundingBox 0bp 5bp 20bp 25bp
33599         rotateOrigin center
33600
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \end_inset
33607 </cell>
33608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33609 \begin_inset Text
33610
33611 \begin_layout Standard
33612
33613 \family sans
33614 Insert\SpecialChar \menuseparator
33615 Table
33616 \end_layout
33617
33618 \end_inset
33619 </cell>
33620 </row>
33621 <row interlinespace="2.5mm">
33622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33623 \begin_inset Text
33624
33625 \begin_layout Standard
33626 \begin_inset Graphics
33627         filename ../images/dialog-toggle_toc.png
33628         BoundingBox 0bp 5bp 20bp 25bp
33629         rotateOrigin center
33630
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \end_inset
33637 </cell>
33638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33639 \begin_inset Text
33640
33641 \begin_layout Standard
33642 Toggle outline window on/off, 
33643 \family sans
33644 Document\SpecialChar \menuseparator
33645 Outline
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 </row>
33651 <row interlinespace="2.5mm">
33652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33653 \begin_inset Text
33654
33655 \begin_layout Standard
33656 \begin_inset Graphics
33657         filename ../images/toolbar-toggle_math.png
33658         BoundingBox 0bp 5bp 20bp 25bp
33659         rotateOrigin center
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \end_inset
33667 </cell>
33668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33669 \begin_inset Text
33670
33671 \begin_layout Standard
33672 Toggle math toolbar on/off
33673 \end_layout
33674
33675 \end_inset
33676 </cell>
33677 </row>
33678 <row interlinespace="2.5mm">
33679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33680 \begin_inset Text
33681
33682 \begin_layout Standard
33683 \begin_inset Graphics
33684         filename ../images/toolbar-toggle_table.png
33685         BoundingBox 0bp 5bp 20bp 25bp
33686         rotateOrigin center
33687
33688 \end_inset
33689
33690
33691 \end_layout
33692
33693 \end_inset
33694 </cell>
33695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Standard
33699 Toggle table toolbar on/off
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 </row>
33705 </lyxtabular>
33706
33707 \end_inset
33708
33709
33710 \end_layout
33711
33712 \begin_layout Subsection
33713 Extra Toolbar
33714 \begin_inset LatexCommand index
33715 name "Toolbar ! Extra"
33716
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \begin_layout Standard
33723 \begin_inset Graphics
33724         filename clipart/ExtraToolbar.png
33725         width 100col%
33726
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \begin_layout Standard
33733 \begin_inset VSpace defskip
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \begin_layout Standard
33740 The extra toolbar as shown above contains from left to right the following
33741  buttons:
33742 \end_layout
33743
33744 \begin_layout Standard
33745 \begin_inset VSpace defskip
33746 \end_inset
33747
33748
33749 \end_layout
33750
33751 \begin_layout Standard
33752 \begin_inset Tabular
33753 <lyxtabular version="3" rows="23" columns="2">
33754 <features islongtable="true">
33755 <column alignment="left" valignment="top" width="0">
33756 <column alignment="left" valignment="top" width="0">
33757 <row interlinespace="2.5mm">
33758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33759 \begin_inset Text
33760
33761 \begin_layout Standard
33762 \begin_inset Graphics
33763         filename ../images/layout.png
33764         BoundingBox 0bp 5bp 20bp 25bp
33765         rotateOrigin center
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \end_inset
33773 </cell>
33774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33775 \begin_inset Text
33776
33777 \begin_layout Standard
33778 Default
33779 \end_layout
33780
33781 \end_inset
33782 </cell>
33783 </row>
33784 <row interlinespace="2.5mm">
33785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33786 \begin_inset Text
33787
33788 \begin_layout Standard
33789 \begin_inset Graphics
33790         filename ../images/layout_Enumerate.png
33791         BoundingBox 0bp 5bp 20bp 25bp
33792         rotateOrigin center
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \end_inset
33800 </cell>
33801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33802 \begin_inset Text
33803
33804 \begin_layout Standard
33805 Numbered list
33806 \end_layout
33807
33808 \end_inset
33809 </cell>
33810 </row>
33811 <row interlinespace="2.5mm">
33812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33813 \begin_inset Text
33814
33815 \begin_layout Standard
33816 \begin_inset Graphics
33817         filename ../images/layout_Itemize.png
33818         BoundingBox 0bp 5bp 20bp 25bp
33819         rotateOrigin center
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \end_inset
33827 </cell>
33828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33829 \begin_inset Text
33830
33831 \begin_layout Standard
33832 Itemized list
33833 \end_layout
33834
33835 \end_inset
33836 </cell>
33837 </row>
33838 <row interlinespace="2.5mm">
33839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33840 \begin_inset Text
33841
33842 \begin_layout Standard
33843 \begin_inset Graphics
33844         filename ../images/layout_List.png
33845         BoundingBox 0bp 5bp 20bp 25bp
33846         rotateOrigin center
33847
33848 \end_inset
33849
33850
33851 \end_layout
33852
33853 \end_inset
33854 </cell>
33855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33856 \begin_inset Text
33857
33858 \begin_layout Standard
33859 List
33860 \end_layout
33861
33862 \end_inset
33863 </cell>
33864 </row>
33865 <row interlinespace="2.5mm">
33866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33867 \begin_inset Text
33868
33869 \begin_layout Standard
33870 \begin_inset Graphics
33871         filename ../images/layout_Description.png
33872         BoundingBox 0bp 5bp 20bp 25bp
33873         rotateOrigin center
33874
33875 \end_inset
33876
33877
33878 \end_layout
33879
33880 \end_inset
33881 </cell>
33882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33883 \begin_inset Text
33884
33885 \begin_layout Standard
33886 Description list
33887 \end_layout
33888
33889 \end_inset
33890 </cell>
33891 </row>
33892 <row interlinespace="2.5mm">
33893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33894 \begin_inset Text
33895
33896 \begin_layout Standard
33897 \begin_inset Graphics
33898         filename ../images/depth-increment.png
33899         BoundingBox 0bp 5bp 20bp 25bp
33900         rotateOrigin center
33901
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \end_inset
33908 </cell>
33909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33910 \begin_inset Text
33911
33912 \begin_layout Standard
33913
33914 \family sans
33915 Edit\SpecialChar \menuseparator
33916 Increase\InsetSpace ~
33917 List\InsetSpace ~
33918 Depth
33919 \end_layout
33920
33921 \end_inset
33922 </cell>
33923 </row>
33924 <row interlinespace="2.5mm">
33925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33926 \begin_inset Text
33927
33928 \begin_layout Standard
33929 \begin_inset Graphics
33930         filename ../images/depth-decrement.png
33931         BoundingBox 0bp 5bp 20bp 25bp
33932         rotateOrigin center
33933
33934 \end_inset
33935
33936
33937 \end_layout
33938
33939 \end_inset
33940 </cell>
33941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33942 \begin_inset Text
33943
33944 \begin_layout Standard
33945
33946 \family sans
33947 Edit\SpecialChar \menuseparator
33948 Decrease\InsetSpace ~
33949 List\InsetSpace ~
33950 Depth
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 </row>
33956 <row interlinespace="2.5mm">
33957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33958 \begin_inset Text
33959
33960 \begin_layout Standard
33961 \begin_inset Graphics
33962         filename ../images/float-insert_figure.png
33963         BoundingBox 0bp 5bp 20bp 20bp
33964
33965 \end_inset
33966
33967
33968 \end_layout
33969
33970 \end_inset
33971 </cell>
33972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33973 \begin_inset Text
33974
33975 \begin_layout Standard
33976
33977 \family sans
33978 Insert\SpecialChar \menuseparator
33979 Float\SpecialChar \menuseparator
33980 Figure
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 </row>
33986 <row interlinespace="2.5mm">
33987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Standard
33991 \begin_inset Graphics
33992         filename ../images/float-insert_table.png
33993         BoundingBox 0bp 5bp 20bp 20bp
33994
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \end_inset
34001 </cell>
34002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34003 \begin_inset Text
34004
34005 \begin_layout Standard
34006
34007 \family sans
34008 Insert\SpecialChar \menuseparator
34009 Float\SpecialChar \menuseparator
34010 Table
34011 \end_layout
34012
34013 \end_inset
34014 </cell>
34015 </row>
34016 <row interlinespace="2.5mm">
34017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34018 \begin_inset Text
34019
34020 \begin_layout Standard
34021 \begin_inset Graphics
34022         filename ../images/label-insert.png
34023         BoundingBox 0bp 5bp 20bp 20bp
34024
34025 \end_inset
34026
34027
34028 \end_layout
34029
34030 \end_inset
34031 </cell>
34032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34033 \begin_inset Text
34034
34035 \begin_layout Standard
34036
34037 \family sans
34038 Insert\SpecialChar \menuseparator
34039 Label
34040 \end_layout
34041
34042 \end_inset
34043 </cell>
34044 </row>
34045 <row interlinespace="2.5mm">
34046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34047 \begin_inset Text
34048
34049 \begin_layout Standard
34050 \begin_inset Graphics
34051         filename ../images/dialog-show-new-inset_ref.png
34052         BoundingBox 0bp 5bp 20bp 20bp
34053
34054 \end_inset
34055
34056
34057 \end_layout
34058
34059 \end_inset
34060 </cell>
34061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34062 \begin_inset Text
34063
34064 \begin_layout Standard
34065
34066 \family sans
34067 Insert\SpecialChar \menuseparator
34068 Cross-Reference
34069 \end_layout
34070
34071 \end_inset
34072 </cell>
34073 </row>
34074 <row interlinespace="2.5mm">
34075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34076 \begin_inset Text
34077
34078 \begin_layout Standard
34079 \begin_inset Graphics
34080         filename ../images/dialog-show-new-inset_citation.png
34081         BoundingBox 0bp 5bp 20bp 20bp
34082
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \end_inset
34089 </cell>
34090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34091 \begin_inset Text
34092
34093 \begin_layout Standard
34094
34095 \family sans
34096 Insert\SpecialChar \menuseparator
34097 Citation
34098 \end_layout
34099
34100 \end_inset
34101 </cell>
34102 </row>
34103 <row interlinespace="2.5mm">
34104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34105 \begin_inset Text
34106
34107 \begin_layout Standard
34108 \begin_inset Graphics
34109         filename ../images/index-insert.png
34110         BoundingBox 0bp 5bp 20bp 20bp
34111
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \end_inset
34118 </cell>
34119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34120 \begin_inset Text
34121
34122 \begin_layout Standard
34123
34124 \family sans
34125 Insert\SpecialChar \menuseparator
34126 Index\InsetSpace ~
34127 Entry
34128 \end_layout
34129
34130 \end_inset
34131 </cell>
34132 </row>
34133 <row interlinespace="2.5mm">
34134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34135 \begin_inset Text
34136
34137 \begin_layout Standard
34138 \begin_inset Graphics
34139         filename ../images/nomencl-insert.png
34140         BoundingBox 0bp 5bp 20bp 20bp
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Standard
34153
34154 \family sans
34155 Insert\SpecialChar \menuseparator
34156 Nomenclature\InsetSpace ~
34157 Entry
34158 \end_layout
34159
34160 \end_inset
34161 </cell>
34162 </row>
34163 <row interlinespace="2.5mm">
34164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34165 \begin_inset Text
34166
34167 \begin_layout Standard
34168 \begin_inset Graphics
34169         filename ../images/footnote-insert.png
34170         BoundingBox 0bp 5bp 20bp 20bp
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \end_inset
34178 </cell>
34179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34180 \begin_inset Text
34181
34182 \begin_layout Standard
34183
34184 \family sans
34185 Insert\SpecialChar \menuseparator
34186 Footnote
34187 \end_layout
34188
34189 \end_inset
34190 </cell>
34191 </row>
34192 <row interlinespace="2.5mm">
34193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34194 \begin_inset Text
34195
34196 \begin_layout Standard
34197 \begin_inset Graphics
34198         filename ../images/marginalnote-insert.png
34199         BoundingBox 0bp 5bp 20bp 25bp
34200         rotateOrigin center
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \end_inset
34208 </cell>
34209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34210 \begin_inset Text
34211
34212 \begin_layout Standard
34213
34214 \family sans
34215 Insert\SpecialChar \menuseparator
34216 Marginal\InsetSpace ~
34217 Note
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 </row>
34223 <row interlinespace="2.5mm">
34224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34225 \begin_inset Text
34226
34227 \begin_layout Standard
34228 \begin_inset Graphics
34229         filename ../images/note-insert.png
34230         BoundingBox 0bp 5bp 20bp 20bp
34231
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \end_inset
34238 </cell>
34239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34240 \begin_inset Text
34241
34242 \begin_layout Standard
34243
34244 \family sans
34245 Insert\SpecialChar \menuseparator
34246 Note\SpecialChar \menuseparator
34247 LyX\InsetSpace ~
34248 Note
34249 \end_layout
34250
34251 \end_inset
34252 </cell>
34253 </row>
34254 <row interlinespace="2.5mm">
34255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34256 \begin_inset Text
34257
34258 \begin_layout Standard
34259 \begin_inset Graphics
34260         filename ../images/url-insert.png
34261         BoundingBox 0bp 5bp 20bp 20bp
34262
34263 \end_inset
34264
34265
34266 \end_layout
34267
34268 \end_inset
34269 </cell>
34270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34271 \begin_inset Text
34272
34273 \begin_layout Standard
34274
34275 \family sans
34276 Insert\SpecialChar \menuseparator
34277 URL
34278 \end_layout
34279
34280 \end_inset
34281 </cell>
34282 </row>
34283 <row interlinespace="2.5mm">
34284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34285 \begin_inset Text
34286
34287 \begin_layout Standard
34288 \begin_inset Graphics
34289         filename ../images/ert-insert.png
34290         BoundingBox 0bp 5bp 20bp 20bp
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \end_inset
34298 </cell>
34299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34300 \begin_inset Text
34301
34302 \begin_layout Standard
34303
34304 \family sans
34305 Insert\SpecialChar \menuseparator
34306 T
34307 \family default
34308
34309 \begin_inset ERT
34310 status collapsed
34311
34312 \begin_layout Standard
34313
34314 {}
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \family sans
34321 eX
34322 \end_layout
34323
34324 \end_inset
34325 </cell>
34326 </row>
34327 <row interlinespace="2.5mm">
34328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34329 \begin_inset Text
34330
34331 \begin_layout Standard
34332 \begin_inset Graphics
34333         filename ../images/dialog-show-new-inset_include.png
34334         BoundingBox 0bp 5bp 20bp 20bp
34335
34336 \end_inset
34337
34338
34339 \end_layout
34340
34341 \end_inset
34342 </cell>
34343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34344 \begin_inset Text
34345
34346 \begin_layout Standard
34347
34348 \family sans
34349 Insert\SpecialChar \menuseparator
34350 File\SpecialChar \menuseparator
34351 Child\InsetSpace ~
34352 Document
34353 \end_layout
34354
34355 \end_inset
34356 </cell>
34357 </row>
34358 <row interlinespace="2.5mm">
34359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34360 \begin_inset Text
34361
34362 \begin_layout Standard
34363 \begin_inset Graphics
34364         filename ../images/dialog-show_character.png
34365         BoundingBox 0bp 5bp 20bp 25bp
34366         rotateOrigin center
34367
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \end_inset
34374 </cell>
34375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34376 \begin_inset Text
34377
34378 \begin_layout Standard
34379
34380 \family sans
34381 Edit\SpecialChar \menuseparator
34382 Text\InsetSpace ~
34383 Style
34384 \end_layout
34385
34386 \end_inset
34387 </cell>
34388 </row>
34389 <row interlinespace="2.5mm">
34390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34391 \begin_inset Text
34392
34393 \begin_layout Standard
34394 \begin_inset Graphics
34395         filename ../images/layout-paragraph.png
34396         BoundingBox 0bp 5bp 20bp 25bp
34397         rotateOrigin center
34398
34399 \end_inset
34400
34401
34402 \end_layout
34403
34404 \end_inset
34405 </cell>
34406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34407 \begin_inset Text
34408
34409 \begin_layout Standard
34410
34411 \family sans
34412 Edit\SpecialChar \menuseparator
34413 Paragraph\InsetSpace ~
34414 Settings
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 </row>
34420 <row interlinespace="2.5mm">
34421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34422 \begin_inset Text
34423
34424 \begin_layout Standard
34425 \begin_inset Graphics
34426         filename ../images/thesaurus-entry.png
34427         BoundingBox 0bp 5bp 20bp 25bp
34428         rotateOrigin center
34429
34430 \end_inset
34431
34432
34433 \end_layout
34434
34435 \end_inset
34436 </cell>
34437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34438 \begin_inset Text
34439
34440 \begin_layout Standard
34441
34442 \family sans
34443 Tools\SpecialChar \menuseparator
34444 Thesaurus
34445 \end_layout
34446
34447 \end_inset
34448 </cell>
34449 </row>
34450 </lyxtabular>
34451
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \begin_layout Subsection
34458 View / Update Toolbar
34459 \begin_inset LatexCommand index
34460 name "Toolbar ! View / Update"
34461
34462 \end_inset
34463
34464
34465 \end_layout
34466
34467 \begin_layout Standard
34468 \begin_inset Graphics
34469         filename clipart/ViewToolbar.png
34470
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \begin_layout Standard
34477 \begin_inset VSpace defskip
34478 \end_inset
34479
34480
34481 \end_layout
34482
34483 \begin_layout Standard
34484 The view / update toolbar as shown above contains from left to right the
34485  following buttons:
34486 \end_layout
34487
34488 \begin_layout Standard
34489 \begin_inset VSpace defskip
34490 \end_inset
34491
34492
34493 \end_layout
34494
34495 \begin_layout Standard
34496 \begin_inset Tabular
34497 <lyxtabular version="3" rows="6" columns="2">
34498 <features islongtable="true">
34499 <column alignment="left" valignment="top" width="0">
34500 <column alignment="left" valignment="top" width="0">
34501 <row interlinespace="2.5mm">
34502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34503 \begin_inset Text
34504
34505 \begin_layout Standard
34506 \begin_inset Graphics
34507         filename ../images/buffer-view_dvi.png
34508         BoundingBox 0bp 5bp 20bp 25bp
34509         rotateOrigin center
34510
34511 \end_inset
34512
34513
34514 \end_layout
34515
34516 \end_inset
34517 </cell>
34518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34519 \begin_inset Text
34520
34521 \begin_layout Standard
34522
34523 \family sans
34524 View\SpecialChar \menuseparator
34525 DVI
34526 \end_layout
34527
34528 \end_inset
34529 </cell>
34530 </row>
34531 <row interlinespace="2.5mm">
34532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34533 \begin_inset Text
34534
34535 \begin_layout Standard
34536 \begin_inset Graphics
34537         filename ../images/buffer-update_dvi.png
34538         BoundingBox 0bp 5bp 20bp 25bp
34539         rotateOrigin center
34540
34541 \end_inset
34542
34543
34544 \end_layout
34545
34546 \end_inset
34547 </cell>
34548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34549 \begin_inset Text
34550
34551 \begin_layout Standard
34552
34553 \family sans
34554 View\SpecialChar \menuseparator
34555 Update\SpecialChar \menuseparator
34556 DVI
34557 \end_layout
34558
34559 \end_inset
34560 </cell>
34561 </row>
34562 <row interlinespace="2.5mm">
34563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34564 \begin_inset Text
34565
34566 \begin_layout Standard
34567 \begin_inset Graphics
34568         filename ../images/buffer-view_pdf2.png
34569         BoundingBox 0bp 5bp 20bp 25bp
34570         rotateOrigin center
34571
34572 \end_inset
34573
34574
34575 \end_layout
34576
34577 \end_inset
34578 </cell>
34579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34580 \begin_inset Text
34581
34582 \begin_layout Standard
34583
34584 \family sans
34585 View\SpecialChar \menuseparator
34586 PDF
34587 \end_layout
34588
34589 \end_inset
34590 </cell>
34591 </row>
34592 <row interlinespace="2.5mm">
34593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34594 \begin_inset Text
34595
34596 \begin_layout Standard
34597 \begin_inset Graphics
34598         filename ../images/buffer-update_pdf2.png
34599         BoundingBox 0bp 5bp 20bp 25bp
34600         rotateOrigin center
34601
34602 \end_inset
34603
34604
34605 \end_layout
34606
34607 \end_inset
34608 </cell>
34609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34610 \begin_inset Text
34611
34612 \begin_layout Standard
34613
34614 \family sans
34615 View\SpecialChar \menuseparator
34616 Update\SpecialChar \menuseparator
34617 PDF
34618 \begin_inset Foot
34619 status collapsed
34620
34621 \begin_layout Standard
34622 This button is on some LyX for Windows installations not here because its
34623  functionality is merged with 
34624 \family sans
34625 View\SpecialChar \menuseparator
34626 PDF
34627 \family default
34628 .
34629  
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \end_inset
34638 </cell>
34639 </row>
34640 <row interlinespace="2.5mm">
34641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34642 \begin_inset Text
34643
34644 \begin_layout Standard
34645 \begin_inset Graphics
34646         filename ../images/buffer-view_ps.png
34647         BoundingBox 0bp 5bp 20bp 25bp
34648         rotateOrigin center
34649
34650 \end_inset
34651
34652
34653 \end_layout
34654
34655 \end_inset
34656 </cell>
34657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34658 \begin_inset Text
34659
34660 \begin_layout Standard
34661
34662 \family sans
34663 View\SpecialChar \menuseparator
34664 Postscript
34665 \end_layout
34666
34667 \end_inset
34668 </cell>
34669 </row>
34670 <row interlinespace="2.5mm">
34671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34672 \begin_inset Text
34673
34674 \begin_layout Standard
34675 \begin_inset Graphics
34676         filename ../images/buffer-update_ps.png
34677         BoundingBox 0bp 5bp 20bp 25bp
34678         rotateOrigin center
34679
34680 \end_inset
34681
34682
34683 \end_layout
34684
34685 \end_inset
34686 </cell>
34687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Standard
34691
34692 \family sans
34693 View\SpecialChar \menuseparator
34694 Update\SpecialChar \menuseparator
34695 Postscript
34696 \end_layout
34697
34698 \end_inset
34699 </cell>
34700 </row>
34701 </lyxtabular>
34702
34703 \end_inset
34704
34705
34706 \end_layout
34707
34708 \begin_layout Subsection
34709 Other Toolbars
34710 \end_layout
34711
34712 \begin_layout Standard
34713 The change tracking toolbar is explained in section\InsetSpace ~
34714
34715 \begin_inset LatexCommand ref
34716 reference "sec:Change-Tracking"
34717
34718 \end_inset
34719
34720 , the table toolbar
34721 \begin_inset LatexCommand index
34722 name "Toolbar ! Table"
34723
34724 \end_inset
34725
34726  is explained in the 
34727 \emph on
34728 Embedded Objects
34729 \emph default
34730  manual.
34731 \end_layout
34732
34733 \begin_layout Chapter
34734 The 
34735 \family sans
34736 Preferences
34737 \family default
34738  Dialog
34739 \begin_inset LatexCommand label
34740 name "cha:The-Preferences-dialog"
34741
34742 \end_inset
34743
34744
34745 \begin_inset LatexCommand index
34746 name "Dialogs ! Preferences"
34747
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Standard
34754 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
34755 Preferences.
34756  It consists of submenus explained in the following.
34757 \end_layout
34758
34759 \begin_layout Section
34760 Look and Feel
34761 \end_layout
34762
34763 \begin_layout Subsection
34764 User Interface
34765 \begin_inset LatexCommand label
34766 name "sec:ui"
34767
34768 \end_inset
34769
34770
34771 \begin_inset LatexCommand index
34772 name "Customization ! of toolbars"
34773
34774 \end_inset
34775
34776
34777 \begin_inset LatexCommand index
34778 name "Customization ! of menus"
34779
34780 \end_inset
34781
34782
34783 \end_layout
34784
34785 \begin_layout Standard
34786 \begin_inset Note Greyedout
34787 status open
34788
34789 \begin_layout Standard
34790
34791 \series bold
34792 Note:
34793 \series default
34794  You have to restart LyX before changes in ui- and bind-files take effect.
34795 \end_layout
34796
34797 \end_inset
34798
34799
34800 \end_layout
34801
34802 \begin_layout Subsubsection
34803 User Interface File
34804 \begin_inset LatexCommand index
34805 name "Customization ! of toolbars"
34806
34807 \end_inset
34808
34809
34810 \begin_inset LatexCommand index
34811 name "Customization ! of menus"
34812
34813 \end_inset
34814
34815
34816 \end_layout
34817
34818 \begin_layout Standard
34819 The appearance of the menus and toolbars can be changed by choosing an user
34820  interface (ui) file.
34821  An ui-file is a textfile where the toolbars and menus are listed.
34822  The toolbar buttons and menu entries are specified in the files 
34823 \shape italic
34824 stdtoolbars.inc
34825 \shape default
34826  and 
34827 \shape italic
34828 stdmenus.inc
34829 \shape default
34830 , respectively.
34831  To create your own menu and toolbar layout, start with a copy of these
34832  files and edit the entries.
34833 \end_layout
34834
34835 \begin_layout Standard
34836 The syntax of the .inc-files is straightforward: The 
34837 \family sans
34838 Menubar
34839 \family default
34840
34841 \family sans
34842 Menu
34843 \family default
34844  and 
34845 \family sans
34846 Toolbar
34847 \family default
34848  entries must be ended with an explicit 
34849 \family sans
34850 End
34851 \family default
34852 .
34853  They may contain 
34854 \family sans
34855 Submenus
34856 \family default
34857
34858 \family sans
34859 Items
34860 \family default
34861
34862 \family sans
34863 OptItems
34864 \family default
34865
34866 \family sans
34867 Separators
34868 \family default
34869
34870 \family sans
34871 Icons,
34872 \family default
34873  and in the case of the 
34874 \begin_inset Quotes eld
34875 \end_inset
34876
34877 file
34878 \begin_inset Quotes erd
34879 \end_inset
34880
34881  menus a 
34882 \family sans
34883 Lastfiles
34884 \family default
34885  entry.
34886  The syntax for the entries is:
34887 \end_layout
34888
34889 \begin_layout Standard
34890 \begin_inset VSpace smallskip*
34891 \end_inset
34892
34893
34894 \series bold
34895 Item 
34896 \begin_inset Quotes erd
34897 \end_inset
34898
34899 menu or button name
34900 \begin_inset Quotes erd
34901 \end_inset
34902
34903  
34904 \begin_inset Quotes erd
34905 \end_inset
34906
34907 LyX-function
34908 \begin_inset Quotes erd
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \begin_layout Standard
34915 \noindent
34916 \begin_inset VSpace smallskip*
34917 \end_inset
34918
34919 All LyX-functions are listed in 
34920 \begin_inset LatexCommand cite
34921 key "LyX-func"
34922
34923 \end_inset
34924
34925 .
34926 \end_layout
34927
34928 \begin_layout Standard
34929 \begin_inset VSpace medskip
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \begin_layout Standard
34936 An example: Assuming you use the menu 
34937 \family sans
34938 Navigate\SpecialChar \menuseparator
34939 Bookmarks
34940 \family default
34941  quite often and therefore want six available bookmarks, you can add the
34942  line
34943 \end_layout
34944
34945 \begin_layout Standard
34946 \begin_inset VSpace smallskip*
34947 \end_inset
34948
34949
34950 \series bold
34951 Item "Save Bookmark 6" "bookmark-save 6"
34952 \end_layout
34953
34954 \begin_layout Standard
34955 \noindent
34956 \begin_inset VSpace smallskip*
34957 \end_inset
34958
34959 to the navigate menu section in the .inc-file to have the sixth bookmark.
34960 \end_layout
34961
34962 \begin_layout Subsubsection
34963 Bind-File
34964 \begin_inset LatexCommand index
34965 name "Bindings"
34966
34967 \end_inset
34968
34969
34970 \end_layout
34971
34972 \begin_layout Standard
34973 Bindings are used to bind a function to a key.
34974  Several binding files are available:
34975 \end_layout
34976
34977 \begin_layout Description
34978 cua.bind typical set of PC keyboard shortcuts
34979 \end_layout
34980
34981 \begin_layout Description
34982 (x)emacs.bind set of bindings like they are used in the editor programs 
34983 \family sans
34984 Emacs
34985 \family default
34986  (
34987 \family sans
34988 XEmacs
34989 \family default
34990 )
34991 \end_layout
34992
34993 \begin_layout Description
34994 mac.bind set of bindings for Mac\InsetSpace \thinspace{}
34995 OS systems.
34996 \end_layout
34997
34998 \begin_layout Standard
34999 There are also bind-files designed for special document classes, like 
35000 \shape italic
35001 broadway.bind
35002 \shape default
35003 , and bind files for special languages.
35004  The name of language bind-files begin with a language code, e.g.
35005  
35006 \begin_inset Quotes eld
35007 \end_inset
35008
35009 pt
35010 \begin_inset Quotes erd
35011 \end_inset
35012
35013  for Portuguese.
35014  If you use LyX in a certain language, LyX will try to use the appropriate
35015  bind-file.
35016 \end_layout
35017
35018 \begin_layout Standard
35019 Some bind-files, like 
35020 \emph on
35021 math.bind
35022 \emph default
35023 , have only a small scope.
35024  When looking at the the end of the file 
35025 \shape italic
35026 cua.bind
35027 \shape default
35028 , you can see that they are included to keep the overview in the bind-file.
35029 \end_layout
35030
35031 \begin_layout Standard
35032 If you like to customize the keybindings to your own taste, modify the bind-file
35033 s with a text editor.
35034  The syntax of the entries is:
35035 \end_layout
35036
35037 \begin_layout Standard
35038
35039 \series bold
35040
35041 \backslash
35042 bind 
35043 \begin_inset Quotes erd
35044 \end_inset
35045
35046 key combination
35047 \begin_inset Quotes erd
35048 \end_inset
35049
35050  
35051 \begin_inset Quotes erd
35052 \end_inset
35053
35054 LyX-function
35055 \begin_inset Quotes erd
35056 \end_inset
35057
35058
35059 \end_layout
35060
35061 \begin_layout Standard
35062 All LyX-functions are listed in 
35063 \begin_inset LatexCommand cite
35064 key "LyX-func"
35065
35066 \end_inset
35067
35068 .
35069 \end_layout
35070
35071 \begin_layout Subsubsection
35072 Session
35073 \end_layout
35074
35075 \begin_layout Standard
35076 When the option 
35077 \family sans
35078 Save\InsetSpace \thinspace{}
35079 /\InsetSpace \thinspace{}
35080 restore window size, or use fixed size
35081 \family default
35082  is not checked, you can specify the size of LyX's main window when LyX
35083  is started.
35084 \end_layout
35085
35086 \begin_layout Standard
35087 With the option 
35088 \family sans
35089 Save\InsetSpace \thinspace{}
35090 /\InsetSpace \thinspace{}
35091 restore window position
35092 \family default
35093  LyX will be opened with its main window at the last used position.
35094 \end_layout
35095
35096 \begin_layout Standard
35097 The option 
35098 \family sans
35099 Restore cursor positions
35100 \family default
35101  sets the cursor to the position in the file where it has been the last
35102  time.
35103 \end_layout
35104
35105 \begin_layout Standard
35106 The option 
35107 \family sans
35108 Load opened files from last session
35109 \family default
35110  opens all files that were opened in the last LyX session.
35111 \end_layout
35112
35113 \begin_layout Subsubsection
35114 Documents
35115 \begin_inset LatexCommand label
35116 name "sub:Backup documents"
35117
35118 \end_inset
35119
35120
35121 \begin_inset LatexCommand index
35122 name "Backup ! Documents"
35123
35124 \end_inset
35125
35126
35127 \end_layout
35128
35129 \begin_layout Standard
35130 When the option 
35131 \family sans
35132 Backup documents
35133 \family default
35134  is set, you can specify the time between backup saves.
35135 \end_layout
35136
35137 \begin_layout Standard
35138
35139 \family sans
35140 Maximum last files
35141 \family default
35142  is the number of last opened files that LyX should display in the menu
35143  
35144 \family sans
35145 File\SpecialChar \menuseparator
35146 Open\InsetSpace ~
35147 Recent
35148 \family default
35149 .
35150 \end_layout
35151
35152 \begin_layout Subsubsection
35153 Scrolling
35154 \end_layout
35155
35156 \begin_layout Standard
35157 The option 
35158 \family sans
35159 Cursor follows scrollbar
35160 \family default
35161  sets the cursor to the top of the currently displayed document part when
35162  scrolling.
35163 \end_layout
35164
35165 \begin_layout Subsection
35166 Screen Fonts
35167 \begin_inset LatexCommand index
35168 name "Font ! Screen"
35169
35170 \end_inset
35171
35172
35173 \begin_inset LatexCommand label
35174 name "sub:Screen-Fonts"
35175
35176 \end_inset
35177
35178
35179 \end_layout
35180
35181 \begin_layout Standard
35182 These fonts are used to display your documents on the screen.
35183 \end_layout
35184
35185 \begin_layout Standard
35186 \begin_inset Note Greyedout
35187 status open
35188
35189 \begin_layout Standard
35190
35191 \series bold
35192 Note:
35193 \series default
35194  This section only deals with the fonts 
35195 \emph on
35196 inside
35197 \emph default
35198  the LyX window.
35199  The fonts that appear on the output are independent from these fonts, and
35200  set in the menu 
35201 \family sans
35202 Layout\SpecialChar \menuseparator
35203 Document
35204 \family default
35205 .
35206 \end_layout
35207
35208 \end_inset
35209
35210
35211 \end_layout
35212
35213 \begin_layout Standard
35214 By default, LyX uses 
35215 \family typewriter
35216 Times
35217 \family default
35218  as roman (serif) font, 
35219 \family typewriter
35220 Arial
35221 \family default
35222  or 
35223 \family typewriter
35224 Helvetica
35225 \family default
35226  (depends on the system) as 
35227 \family sans
35228 sans\InsetSpace ~
35229 serif
35230 \family default
35231  font, and 
35232 \family typewriter
35233 Courier
35234 \family default
35235  as 
35236 \family typewriter
35237 typewriter
35238 \family default
35239  font.
35240 \end_layout
35241
35242 \begin_layout Standard
35243 You can change the font size with the 
35244 \family sans
35245 Zoom
35246 \family default
35247  setting.
35248 \end_layout
35249
35250 \begin_layout Standard
35251
35252 \family sans
35253 Screen DPI
35254 \family default
35255  is the screen resolution in dpi (dots per inch).
35256  The Font Sizes are calculated as letter height in units of points.
35257  72\InsetSpace \thinspace{}
35258 points have the size of 1\InsetSpace \thinspace{}
35259 inch, see Appendix\InsetSpace ~
35260
35261 \begin_inset LatexCommand ref
35262 reference "cha:Units-available-in"
35263
35264 \end_inset
35265
35266 .
35267 \end_layout
35268
35269 \begin_layout Standard
35270 The default 
35271 \family sans
35272 Font Sizes
35273 \family default
35274  are the same as if a document font size of 10
35275 \begin_inset Formula $\,$
35276 \end_inset
35277
35278 pt would be used.
35279  The sizes are explained in detail in section\InsetSpace ~
35280
35281 \begin_inset LatexCommand ref
35282 reference "sub:Document-Font"
35283
35284 \end_inset
35285
35286 .
35287 \end_layout
35288
35289 \begin_layout Subsection
35290 Colors
35291 \end_layout
35292
35293 \begin_layout Standard
35294 You can here change all colors used by LyX.
35295  Choose an item in the list and use the 
35296 \family sans
35297 Alter
35298 \family default
35299  button.
35300 \end_layout
35301
35302 \begin_layout Subsection
35303 Graphics
35304 \end_layout
35305
35306 \begin_layout Standard
35307 Here you can specify how graphics inside LyX are displayed.
35308 \end_layout
35309
35310 \begin_layout Standard
35311
35312 \family sans
35313 Instant Preview
35314 \family default
35315  enables previewing snippets of your document.
35316  This feature is described in section\InsetSpace ~
35317
35318 \begin_inset LatexCommand ref
35319 reference "sec:Previewing-snippets-of"
35320
35321 \end_inset
35322
35323 .
35324 \end_layout
35325
35326 \begin_layout Subsection
35327 Keyboard Map
35328 \begin_inset LatexCommand index
35329 name "Keyboard Map"
35330
35331 \end_inset
35332
35333
35334 \begin_inset LatexCommand label
35335 name "sub:Keyboard-Map"
35336
35337 \end_inset
35338
35339
35340 \end_layout
35341
35342 \begin_layout Standard
35343 Normally keyboard settings have to be done in a menu of your operating system.
35344  For the case that this is not possible, LyX provides keyboard maps.
35345  If you have e.\InsetSpace \thinspace{}
35346 g.\InsetSpace ~
35347 a Czech keyboard but want to write with it like with a Romanian
35348  one, you can use the keyboard map file named 
35349 \emph on
35350 romanian.kmap
35351 \emph default
35352 .
35353 \end_layout
35354
35355 \begin_layout Standard
35356 \begin_inset Note Greyedout
35357 status open
35358
35359 \begin_layout Standard
35360
35361 \series bold
35362 Note:
35363 \series default
35364  Keyboard maps are only provided as makeshift and don't work on all systems.
35365 \end_layout
35366
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \begin_layout Section
35373 Paths
35374 \begin_inset LatexCommand index
35375 name "Directory settings"
35376
35377 \end_inset
35378
35379
35380 \end_layout
35381
35382 \begin_layout Description
35383 Working\InsetSpace ~
35384 directory This is LyX's working directory.
35385  It is the default when you 
35386 \family sans
35387 Open
35388 \family default
35389
35390 \family sans
35391 Save
35392 \family default
35393  or 
35394 \family sans
35395 Save\InsetSpace ~
35396 as
35397 \family default
35398  files.
35399 \end_layout
35400
35401 \begin_layout Description
35402 Document\InsetSpace ~
35403 templates This directory will be opened when you use the menu 
35404 \family sans
35405 File\SpecialChar \menuseparator
35406 New\InsetSpace ~
35407 from\InsetSpace ~
35408 Template
35409 \family default
35410 .
35411 \end_layout
35412
35413 \begin_layout Description
35414 Backup\InsetSpace ~
35415 directory
35416 \begin_inset LatexCommand index
35417 name "Backup ! Directory"
35418
35419 \end_inset
35420
35421  Backup copies will be saved to this directory.
35422  When no directory is given but backups are enabled as described in section\InsetSpace ~
35423
35424 \begin_inset LatexCommand ref
35425 reference "sub:Backup documents"
35426
35427 \end_inset
35428
35429 , the 
35430 \family sans
35431 Working directory
35432 \family default
35433  will be used to save the backups.
35434 \newline
35435 The backup files have the ending 
35436 \begin_inset Quotes eld
35437 \end_inset
35438
35439 .lyx~
35440 \begin_inset Quotes erd
35441 \end_inset
35442
35443 .
35444 \end_layout
35445
35446 \begin_layout Description
35447 Ly
35448 \begin_inset ERT
35449 status collapsed
35450
35451 \begin_layout Standard
35452
35453 {}
35454 \end_layout
35455
35456 \end_inset
35457
35458 XServer-Pipe Here you can enter the name of a Unix-pipe.
35459  This pipe is used to send data from external programs to LyX.
35460 \newline
35461
35462 \begin_inset Note Greyedout
35463 status open
35464
35465 \begin_layout Standard
35466
35467 \series bold
35468 Note:
35469 \series default
35470  This feature doesn't work on Windows systems.
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \begin_layout Description
35479 Temporary\InsetSpace ~
35480 directory Temporary files will be saved in this directory.
35481 \end_layout
35482
35483 \begin_layout Description
35484 PATH\InsetSpace ~
35485 prefix This field contains a list of paths to external programs.
35486  When LyX needs to use an external program, it looks in this list where
35487  to find it on the system.
35488  The path list is automatically set up on Windows and Mac systems while
35489  LyX is configured, so that you normally don't have to modify it.
35490  On Unix\InsetSpace \thinspace{}
35491 /\InsetSpace \thinspace{}
35492 Linux systems, the path list will need to be set only if there
35493  are external programs you wish to use that are not in your normal system
35494  path ($PATH).
35495  
35496 \end_layout
35497
35498 \begin_layout Section
35499 Identity
35500 \end_layout
35501
35502 \begin_layout Standard
35503 Here you can insert your name and email address.
35504  The identity will be used when you have enabled change tracking as described
35505  in section\InsetSpace ~
35506
35507 \begin_inset LatexCommand ref
35508 reference "sec:Change-Tracking"
35509
35510 \end_inset
35511
35512 , to mark changes you make as yours.
35513 \end_layout
35514
35515 \begin_layout Section
35516 Language Settings
35517 \end_layout
35518
35519 \begin_layout Subsection
35520 Language
35521 \end_layout
35522
35523 \begin_layout Description
35524 Default\InsetSpace ~
35525 language is the language used in new documents
35526 \end_layout
35527
35528 \begin_layout Description
35529 Language\InsetSpace ~
35530 package is a LaTeX-command to load a LaTeX-package that handles
35531  language issues.
35532  The default is the LaTeX-command 
35533 \family sans
35534
35535 \backslash
35536 usepackage{babel}
35537 \family default
35538  that loads the package 
35539 \series bold
35540 babel
35541 \series default
35542 .
35543 \begin_inset Foot
35544 status collapsed
35545
35546 \begin_layout Standard
35547 For an introduction to the LaTeX-Syntax, have a look at section\InsetSpace ~
35548
35549 \begin_inset LatexCommand ref
35550 reference "sec:ERT"
35551
35552 \end_inset
35553
35554 .
35555 \end_layout
35556
35557 \end_inset
35558
35559
35560 \newline
35561 The 
35562 \series bold
35563 babel
35564 \series default
35565  translates in the background automatically text labels of documents to
35566  the document language.
35567  A text label is for instance the word 
35568 \begin_inset Quotes eld
35569 \end_inset
35570
35571 Table
35572 \begin_inset Quotes erd
35573 \end_inset
35574
35575  at the beginning of every table-caption.
35576 \end_layout
35577
35578 \begin_layout Description
35579 Command\InsetSpace ~
35580 start When a special LaTeX-package is needed to write in a certain
35581  document language, you can here specify the command to start the package.
35582  An example is the start command 
35583 \family sans
35584
35585 \backslash
35586 begin{arabtext}
35587 \family default
35588  that is needed to write Arabic using the package 
35589 \series bold
35590 ArabTeX
35591 \series default
35592 , see 
35593 \begin_inset LatexCommand cite
35594 key "Arabic"
35595
35596 \end_inset
35597
35598 .
35599 \end_layout
35600
35601 \begin_layout Description
35602 Command\InsetSpace ~
35603 end Counterpart to 
35604 \family sans
35605 Command start
35606 \family default
35607 .
35608  Some packages, like the default, don't have an end command since the start
35609  command toggles the package on and off.
35610 \end_layout
35611
35612 \begin_layout Description
35613 Use\InsetSpace ~
35614 babel Whether babel is used or not.
35615 \end_layout
35616
35617 \begin_layout Description
35618 Global When this option is set, the languages used in the document will
35619  be added as options to the document class options, so that they can be
35620  used by all LaTeX-packages.
35621  Otherwise they will only be used as options for the 
35622 \series bold
35623 babel
35624 \series default
35625  package.
35626 \end_layout
35627
35628 \begin_layout Description
35629 Auto\InsetSpace ~
35630 begin ??
35631 \end_layout
35632
35633 \begin_layout Description
35634 Auto\InsetSpace ~
35635 end Counterpart to 
35636 \family sans
35637 Auto\InsetSpace ~
35638 begin
35639 \family default
35640 .
35641 \end_layout
35642
35643 \begin_layout Description
35644 Mark\InsetSpace ~
35645 foreign\InsetSpace ~
35646 languages Text marked formatted in a language different from
35647  the document language will be underlined blue.
35648 \end_layout
35649
35650 \begin_layout Description
35651 Right\InsetSpace ~
35652 to\InsetSpace ~
35653 left\InsetSpace ~
35654 language\InsetSpace ~
35655 support Enables the use of languages, written from right
35656  to left, like Arabic, Hebrew, Farsi.
35657 \end_layout
35658
35659 \begin_layout Subsection
35660 Spellchecker
35661 \end_layout
35662
35663 \begin_layout Standard
35664 The spellchecker settings are explained in section\InsetSpace ~
35665
35666 \begin_inset LatexCommand ref
35667 reference "sec:Spellchecking"
35668
35669 \end_inset
35670
35671
35672 \end_layout
35673
35674 \begin_layout Section
35675 Outputs
35676 \end_layout
35677
35678 \begin_layout Subsection
35679 Printer
35680 \begin_inset LatexCommand label
35681 name "sub:Printer"
35682
35683 \end_inset
35684
35685
35686 \begin_inset LatexCommand index
35687 name "Printer Settings"
35688
35689 \end_inset
35690
35691
35692 \end_layout
35693
35694 \begin_layout Description
35695 Default\InsetSpace ~
35696 printer Here you can specify the name of your default printer.
35697  The name will be used when the 
35698 \family sans
35699 Printer command
35700 \family default
35701  is executed.
35702 \newline
35703
35704 \begin_inset Note Greyedout
35705 status open
35706
35707 \begin_layout Standard
35708
35709 \series bold
35710 Note:
35711 \series default
35712  You can leave this field empty on Windows systems because it has there
35713  no effect.
35714 \end_layout
35715
35716 \end_inset
35717
35718
35719 \end_layout
35720
35721 \begin_layout Description
35722 Adapt\InsetSpace ~
35723 output\InsetSpace ~
35724 to\InsetSpace ~
35725 printer This option works only for the 
35726 \family sans
35727 Printer command
35728 \family default
35729  
35730 \begin_inset Quotes eld
35731 \end_inset
35732
35733
35734 \family sans
35735 dvips
35736 \family default
35737
35738 \begin_inset Quotes erd
35739 \end_inset
35740
35741 .
35742  It activates a configuration file for dvips.
35743  This is an option only for dvips experts.
35744 \end_layout
35745
35746 \begin_layout Description
35747 Printer\InsetSpace ~
35748 command is the command LyX\InsetSpace \thinspace{}
35749 /\InsetSpace \thinspace{}
35750 LaTeX uses for printing.
35751  The default is on most systems 
35752 \family sans
35753 dvips
35754 \family default
35755 .
35756 \end_layout
35757
35758 \begin_layout Description
35759 Printer\InsetSpace ~
35760 Command\InsetSpace ~
35761 Options Here you can specify printer options.
35762  A list of printer options with explanations can be found in the documentation
35763  of the program that provides the 
35764 \family sans
35765 Printer command
35766 \family default
35767  you are using.
35768 \end_layout
35769
35770 \begin_layout Subsection
35771 Date Format
35772 \begin_inset LatexCommand index
35773 name "Date Format"
35774
35775 \end_inset
35776
35777
35778 \end_layout
35779
35780 \begin_layout Standard
35781 The date format can be one or a mixture of the formats listed here:
35782 \newline
35783
35784 \begin_inset LatexCommand url
35785 target "http://unixhelp.ed.ac.uk/CGI/man-cgi?date"
35786
35787 \end_inset
35788
35789
35790 \newline
35791 For example the format
35792 \newline
35793 %d/%m/%y
35794 \newline
35795 prints the date as day/month/year.
35796 \end_layout
35797
35798 \begin_layout Subsection
35799 Plain Text
35800 \end_layout
35801
35802 \begin_layout Description
35803 Output\InsetSpace ~
35804 line\InsetSpace ~
35805 length sets the maximum number of characters printed in one line
35806  when using the menu 
35807 \family sans
35808 File\SpecialChar \menuseparator
35809 Export\SpecialChar \menuseparator
35810 Plain\InsetSpace ~
35811 text
35812 \family default
35813 .
35814  Setting the line line length to 0 means all text is printed in one endless
35815  line.
35816 \end_layout
35817
35818 \begin_layout Description
35819 roff\InsetSpace ~
35820 command defines an additional command used to produce better ASCII tables
35821  with the 
35822 \family typewriter
35823 groff/troff/nroff
35824 \family default
35825  UNIX-commands (refer to their manuals for more information about them).
35826  Setting this as empty tells LyX to use the internal formatter.
35827 \end_layout
35828
35829 \begin_layout Subsection
35830 LaT
35831 \begin_inset ERT
35832 status collapsed
35833
35834 \begin_layout Standard
35835
35836 {}
35837 \end_layout
35838
35839 \end_inset
35840
35841 eX
35842 \begin_inset LatexCommand label
35843 name "sub:LaTeX-settings"
35844
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \begin_layout Description
35851 Te
35852 \begin_inset ERT
35853 status collapsed
35854
35855 \begin_layout Standard
35856
35857 {}
35858 \end_layout
35859
35860 \end_inset
35861
35862 X\InsetSpace ~
35863 encoding This is the default encoding of the document font.
35864  
35865 \family sans
35866 T1
35867 \family default
35868  is the default and covers western languages and symbols.
35869  
35870 \family sans
35871 T2A
35872 \family default
35873
35874 \family sans
35875 T2B
35876 \family default
35877
35878 \family sans
35879 T2C
35880 \family default
35881
35882 \family sans
35883 LCY
35884 \family default
35885 , and 
35886 \family sans
35887 X2
35888 \family default
35889  are for Cyrillic.
35890  Combinations of the encodings are possible, like 
35891 \begin_inset Quotes erd
35892 \end_inset
35893
35894
35895 \family sans
35896 T1, T2B
35897 \family default
35898
35899 \begin_inset Quotes erd
35900 \end_inset
35901
35902 .
35903  The font encoding is normally automatically loaded by the language packages
35904  LyX sets up in the background.
35905  So there is no need to change the default encoding.
35906 \end_layout
35907
35908 \begin_layout Description
35909 Default\InsetSpace ~
35910 paper\InsetSpace ~
35911 size This is the paper size that is used for new documents.
35912  The 
35913 \family sans
35914 Default
35915 \family default
35916  value depends on your LaTeX-system setup.
35917 \end_layout
35918
35919 \begin_layout Description
35920 Reset\InsetSpace ~
35921 class\InsetSpace ~
35922 options\InsetSpace ~
35923 when\InsetSpace ~
35924 document\InsetSpace ~
35925 classes\InsetSpace ~
35926 changes Removes all manually set document
35927  class options in the 
35928 \family sans
35929 Document\SpecialChar \menuseparator
35930 Settings
35931 \family default
35932  dialog when changing the document class.
35933 \end_layout
35934
35935 \begin_layout Standard
35936 In the 
35937 \family sans
35938 External Applications
35939 \family default
35940  field you can specify commands with parameters for the listed applications.
35941  Before you change something here, it is strongly recommended to read the
35942  manuals of the applications.
35943  Currently the following commands can be set:
35944 \end_layout
35945
35946 \begin_layout Description
35947 CheckTe
35948 \begin_inset ERT
35949 status collapsed
35950
35951 \begin_layout Standard
35952
35953 {}
35954 \end_layout
35955
35956 \end_inset
35957
35958 X\InsetSpace ~
35959 command ??
35960 \end_layout
35961
35962 \begin_layout Description
35963 BibTe
35964 \begin_inset ERT
35965 status collapsed
35966
35967 \begin_layout Standard
35968
35969 {}
35970 \end_layout
35971
35972 \end_inset
35973
35974 X\InsetSpace ~
35975 command Command for the program 
35976 \family sans
35977 BibTeX
35978 \family default
35979  that generates the bibliography, see section\InsetSpace ~
35980
35981 \begin_inset LatexCommand ref
35982 reference "sub:Bibliography-databases"
35983
35984 \end_inset
35985
35986 .
35987 \end_layout
35988
35989 \begin_layout Description
35990 Index\InsetSpace ~
35991 command Command for the program that generates the index, see section\InsetSpace ~
35992
35993 \begin_inset LatexCommand ref
35994 reference "sub:Index-Program"
35995
35996 \end_inset
35997
35998 .
35999 \end_layout
36000
36001 \begin_layout Description
36002 DVI\InsetSpace ~
36003 viewer\InsetSpace ~
36004 paper\InsetSpace ~
36005 size\InsetSpace ~
36006 options They only have an effect when the program 
36007 \family sans
36008 xdvi
36009 \family default
36010  is used as DVI-viewer.
36011 \end_layout
36012
36013 \begin_layout Subsection
36014 Paths
36015 \end_layout
36016
36017 \begin_layout Standard
36018 The option 
36019 \family sans
36020 Use Windows-style paths in LaTeX files
36021 \family default
36022  uses the Windows path style:
36023 \end_layout
36024
36025 \begin_layout Standard
36026 C:
36027 \backslash
36028 test
36029 \backslash
36030 hello
36031 \end_layout
36032
36033 \begin_layout Standard
36034 instead of the Unix path style:
36035 \end_layout
36036
36037 \begin_layout Standard
36038 C:/test/hello
36039 \end_layout
36040
36041 \begin_layout Section
36042 Converters
36043 \end_layout
36044
36045 \begin_layout Standard
36046 Here you find the list of defined converter commands to convert material
36047  from one format to another.
36048  You can modify them or create new ones.
36049  To modify a converter, select it, change the entry of the field 
36050 \family sans
36051 Converter
36052 \family default
36053  and\InsetSpace \thinspace{}
36054 /\InsetSpace \thinspace{}
36055 or 
36056 \family sans
36057 Extra\InsetSpace ~
36058 flag
36059 \family default
36060 , and press then the 
36061 \family sans
36062 Modify
36063 \family default
36064  button.
36065  To create a new converter, select an existing one, select a different format
36066  in the 
36067 \family sans
36068 From\InsetSpace ~
36069 format
36070 \family default
36071  and\InsetSpace \thinspace{}
36072 /\InsetSpace \thinspace{}
36073 or 
36074 \family sans
36075 To\InsetSpace ~
36076 format
36077 \family default
36078  drop-down list, modify the 
36079 \family sans
36080 Converter
36081 \family default
36082  field, and press the 
36083 \family sans
36084 Add
36085 \family default
36086  button.
36087 \end_layout
36088
36089 \begin_layout Standard
36090 When the 
36091 \family sans
36092 Converter File Cache
36093 \family default
36094  is enabled, conversions will be cached as long as specified in the field
36095  
36096 \family sans
36097 Maximum Age (in days
36098 \family default
36099 ).
36100  This means that images don't need to be converted again when you reopen
36101  a document; the converted images from the cache will be used instead.
36102 \end_layout
36103
36104 \begin_layout Standard
36105 More about converters, like the variables and flags that can be used in
36106  the converter definition, is described in section 
36107 \emph on
36108 Converters
36109 \emph default
36110  of the 
36111 \emph on
36112 Customization
36113 \emph default
36114  manual.
36115 \end_layout
36116
36117 \begin_layout Section
36118 File Formats
36119 \end_layout
36120
36121 \begin_layout Standard
36122 The first step is to define your file formats, e.g.
36123  PDF, if they are not already defined.
36124  To do so, open the 
36125 \family sans
36126 Tools\SpecialChar \menuseparator
36127 Preferences:Converters
36128 \family default
36129  dialog.
36130  Enter a new format name; a new GUI name (used in, e.g., the View and Export
36131  menus); and a file extension.
36132  These are required.
36133  
36134 \end_layout
36135
36136 \begin_layout Standard
36137 There are also two flags that can be set using the checkboxes in the dialog.
36138  The 
36139 \family typewriter
36140 document
36141 \family default
36142  flag tells LyX that a format is suitable for document export.
36143  If this flag is set for a format, and if a suitable conversion route exists,
36144  then the format will appear in the 
36145 \family sans
36146 File\SpecialChar \menuseparator
36147 Export
36148 \family default
36149  menu.
36150  The format will also appear in the 
36151 \family sans
36152 View
36153 \family default
36154  menu if it has a viewer associated with it.
36155  (See below.) Pure image formats (e.g.\InsetSpace ~
36156
36157 \family typewriter
36158 png
36159 \family default
36160 ) should not have this flag set; formats that can both represent vector
36161  graphics and documents (e.g.\InsetSpace ~
36162
36163 \family typewriter
36164 pdf
36165 \family default
36166 ) should have it set.
36167 \end_layout
36168
36169 \begin_layout Standard
36170 The 
36171 \family typewriter
36172 vector
36173 \family default
36174  flag tells LyX whether a format can contain vector graphics.
36175  This information is used to determine the target format of included graphics
36176  for 
36177 \family typewriter
36178 pdflatex
36179 \family default
36180  export.
36181  Included graphics may need to be converted to either 
36182 \family typewriter
36183 pdf
36184 \family default
36185
36186 \family typewriter
36187 png
36188 \family default
36189  or 
36190 \family typewriter
36191 jpg
36192 \family default
36193 , since 
36194 \family typewriter
36195 pdflatex
36196 \family default
36197  cannot handle other image formats.
36198  If an included graphic is not already in 
36199 \family typewriter
36200 pdf
36201 \family default
36202
36203 \family typewriter
36204 png
36205 \family default
36206  or 
36207 \family typewriter
36208 jpg
36209 \family default
36210  format, it is converted to 
36211 \family typewriter
36212 pdf
36213 \family default
36214  if the 
36215 \family typewriter
36216 vector
36217 \family default
36218  flag of the format is set, and otherwise to 
36219 \family typewriter
36220 png
36221 \family default
36222 .
36223 \end_layout
36224
36225 \begin_layout Standard
36226 A Format can have a Viewer associated with it.
36227  For example, you might want to use 
36228 \family typewriter
36229 ghostview
36230 \family default
36231  to look at PostScript® files, or 
36232 \family typewriter
36233 xdvi
36234 \family default
36235  to preview the LaTeX output.
36236  You can enter the program to use as a viewer (and what options to pass
36237  to it) in the Viewer field.
36238  You can also modify the viewer associated with a pre-defined format simply
36239  by changing what you find in this field, clicking the 
36240 \family sans
36241 Modify
36242 \family default
36243  button, and then (if you're sure you want to do this) clicking the 
36244 \family sans
36245 Apply
36246 \family default
36247  or 
36248 \family sans
36249 Save
36250 \family default
36251  button.
36252 \begin_inset Foot
36253 status collapsed
36254
36255 \begin_layout Standard
36256 Changes to the formats are kept in the 
36257 \family typewriter
36258 preferences
36259 \family default
36260  file in you local LyX directory (for example, 
36261 \family typewriter
36262 $HOME/.lyx/
36263 \family default
36264 ).
36265  If you want to restore the defaults, edit this file and delete the lines
36266  in the Formats and Converters sections.
36267 \end_layout
36268
36269 \end_inset
36270
36271  For example, to change the 
36272 \family typewriter
36273 dvi
36274 \family default
36275  viewer, select the 
36276 \family typewriter
36277 DVI
36278 \family default
36279  format in the dialog, change the viewer to be 
36280 \family typewriter
36281 kdvi
36282 \family default
36283  (or whatever), and hit 
36284 \family sans
36285 Modify
36286 \family default
36287 .
36288 \end_layout
36289
36290 \begin_layout Standard
36291 If the operating system has a default viewer associated to a format, this
36292  viewer is used instead of the one defined here in the Windows® and OS X
36293  versions of LyX.
36294  (It is planned to implement this feature on other platforms.)
36295 \end_layout
36296
36297 \begin_layout Standard
36298 Editors are like viewers: Each Format can have an Editor associated to it,
36299  entered in the Editor field, and the editor associated with a format can
36300  be altered via the 
36301 \family sans
36302 Tools\SpecialChar \menuseparator
36303 Preferences:Converters
36304 \family default
36305  dialog.
36306  LyX will launch the associated editor whenever an included file
36307 \begin_inset Foot
36308 status collapsed
36309
36310 \begin_layout Standard
36311 This can be an included 
36312 \family typewriter
36313 .tex
36314 \family default
36315  file, a verbatim included text file, external material or an included graphics
36316  file.
36317 \end_layout
36318
36319 \end_inset
36320
36321  needs to be edited.
36322 \end_layout
36323
36324 \begin_layout Section
36325 Copiers
36326 \end_layout
36327
36328 \begin_layout Standard
36329 Each Format can have a Copier associated with it.
36330  These are defined in the 
36331 \family sans
36332 \bar under
36333 T
36334 \bar default
36335 ools\SpecialChar \menuseparator
36336
36337 \bar under
36338 P
36339 \bar default
36340 references:Copiers
36341 \family default
36342  dialog.
36343  Since all conversions from one Format to another take place in LyX's temporary
36344  directory, it is sometimes necessary to modify a file before copying it
36345  to the temporary directory in order that the conversion may be performed.
36346 \begin_inset Foot
36347 status collapsed
36348
36349 \begin_layout Standard
36350 For example, the file may refer to other files---images, for example---using
36351  relative filenames, and these may become invalid when the file is copied
36352  to the temporary directory.
36353 \end_layout
36354
36355 \end_inset
36356
36357  This is done by the Copier: It copies a file to (or from) the temporary
36358  directory and may modify it in the process.
36359  
36360 \end_layout
36361
36362 \begin_layout Standard
36363 Copiers may also be used for other purposes.
36364  For example, if appropriate converters are found, LyX will automatically
36365  install copiers for the html and wordhtml formats.
36366  When these formats are exported, the copier sees to it that not just the
36367  main HTML file but various associated files (style files, images, and the
36368  like) are also copied, and all these files are written to a subdirectory
36369  of the directory in which the original LyX file was found.
36370  The copier may of course be customized.
36371  The optional -e argument takes a comma-separated list of extensions to
36372  be copied; if it is omitted, all files will be copied.
36373  The -t argument determines the extension added to the generated directory.
36374  By default, it is 
36375 \begin_inset Quotes eld
36376 \end_inset
36377
36378 LyXconv
36379 \begin_inset Quotes erd
36380 \end_inset
36381
36382 , so HTML generated from 
36383 \family typewriter
36384 /path/to/filename.lyx
36385 \family default
36386  will end up in 
36387 \family typewriter
36388 /path/to/filename.html.LyXconv
36389 \family default
36390 .
36391  
36392 \end_layout
36393
36394 \begin_layout Standard
36395 The definitions of the copiers may use four variables:
36396 \end_layout
36397
36398 \begin_layout Labeling
36399 \labelwidthstring 00.00.0000
36400 $$s The LyX system directory (e.g., 
36401 \family typewriter
36402 /usr/share/lyx
36403 \family default
36404 ).
36405 \end_layout
36406
36407 \begin_layout Labeling
36408 \labelwidthstring 00.00.0000
36409 $$i The input file
36410 \end_layout
36411
36412 \begin_layout Labeling
36413 \labelwidthstring 00.00.0000
36414 $$o The output file
36415 \end_layout
36416
36417 \begin_layout Labeling
36418 \labelwidthstring 00.00.0000
36419 $$l The `LaTeX name'
36420 \end_layout
36421
36422 \begin_layout Standard
36423 The latter is to be given in a form suitable for inclusion in a LaTeX 
36424 \family typewriter
36425
36426 \backslash
36427 include
36428 \family default
36429  command and is relevant only when exporting files suitable for such inclusion.
36430 \end_layout
36431
36432 \begin_layout Chapter
36433 Units available in LyX
36434 \begin_inset LatexCommand index
36435 name "Units"
36436
36437 \end_inset
36438
36439
36440 \begin_inset LatexCommand label
36441 name "cha:Units-available-in"
36442
36443 \end_inset
36444
36445
36446 \end_layout
36447
36448 \begin_layout Standard
36449 To understand the units described in this documentation, 
36450 \begin_inset LatexCommand ref
36451 reference "cap:Units"
36452
36453 \end_inset
36454
36455  explains all units available in LyX.
36456 \end_layout
36457
36458 \begin_layout Standard
36459 \begin_inset Float table
36460 placement h
36461 wide false
36462 sideways false
36463 status open
36464
36465 \begin_layout Standard
36466 \begin_inset Caption
36467
36468 \begin_layout Standard
36469 \begin_inset LatexCommand label
36470 name "cap:Units"
36471
36472 \end_inset
36473
36474 Units
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Standard
36483 \begin_inset VSpace medskip
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Standard
36490 \align center
36491 \begin_inset Tabular
36492 <lyxtabular version="3" rows="20" columns="2">
36493 <features>
36494 <column alignment="center" valignment="top" leftline="true" width="0">
36495 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
36496 <row topline="true" bottomline="true">
36497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36498 \begin_inset Text
36499
36500 \begin_layout Standard
36501 unit
36502 \end_layout
36503
36504 \end_inset
36505 </cell>
36506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36507 \begin_inset Text
36508
36509 \begin_layout Standard
36510 name/description
36511 \end_layout
36512
36513 \end_inset
36514 </cell>
36515 </row>
36516 <row topline="true">
36517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36518 \begin_inset Text
36519
36520 \begin_layout Standard
36521 mm
36522 \end_layout
36523
36524 \end_inset
36525 </cell>
36526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36527 \begin_inset Text
36528
36529 \begin_layout Standard
36530 millimeter
36531 \end_layout
36532
36533 \end_inset
36534 </cell>
36535 </row>
36536 <row topline="true">
36537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36538 \begin_inset Text
36539
36540 \begin_layout Standard
36541 cm
36542 \end_layout
36543
36544 \end_inset
36545 </cell>
36546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36547 \begin_inset Text
36548
36549 \begin_layout Standard
36550 centimeter
36551 \end_layout
36552
36553 \end_inset
36554 </cell>
36555 </row>
36556 <row topline="true">
36557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36558 \begin_inset Text
36559
36560 \begin_layout Standard
36561 in
36562 \end_layout
36563
36564 \end_inset
36565 </cell>
36566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36567 \begin_inset Text
36568
36569 \begin_layout Standard
36570 inch
36571 \end_layout
36572
36573 \end_inset
36574 </cell>
36575 </row>
36576 <row topline="true">
36577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Standard
36581 pt
36582 \end_layout
36583
36584 \end_inset
36585 </cell>
36586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36587 \begin_inset Text
36588
36589 \begin_layout Standard
36590 point (72.27\InsetSpace \thinspace{}
36591 pt = 1\InsetSpace \thinspace{}
36592 in)
36593 \end_layout
36594
36595 \end_inset
36596 </cell>
36597 </row>
36598 <row topline="true">
36599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36600 \begin_inset Text
36601
36602 \begin_layout Standard
36603 pc
36604 \end_layout
36605
36606 \end_inset
36607 </cell>
36608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36609 \begin_inset Text
36610
36611 \begin_layout Standard
36612 pica (1\InsetSpace \thinspace{}
36613 pc = 12\InsetSpace \thinspace{}
36614 pt)
36615 \end_layout
36616
36617 \end_inset
36618 </cell>
36619 </row>
36620 <row topline="true">
36621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36622 \begin_inset Text
36623
36624 \begin_layout Standard
36625 sp
36626 \end_layout
36627
36628 \end_inset
36629 </cell>
36630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36631 \begin_inset Text
36632
36633 \begin_layout Standard
36634 scaled point (65536\InsetSpace \thinspace{}
36635 sp = 1\InsetSpace \thinspace{}
36636 pt)
36637 \end_layout
36638
36639 \end_inset
36640 </cell>
36641 </row>
36642 <row topline="true">
36643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36644 \begin_inset Text
36645
36646 \begin_layout Standard
36647 bp
36648 \end_layout
36649
36650 \end_inset
36651 </cell>
36652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36653 \begin_inset Text
36654
36655 \begin_layout Standard
36656 big point (72\InsetSpace \thinspace{}
36657 bp = 1\InsetSpace \thinspace{}
36658 in)
36659 \end_layout
36660
36661 \end_inset
36662 </cell>
36663 </row>
36664 <row topline="true">
36665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36666 \begin_inset Text
36667
36668 \begin_layout Standard
36669 dd
36670 \end_layout
36671
36672 \end_inset
36673 </cell>
36674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36675 \begin_inset Text
36676
36677 \begin_layout Standard
36678 didot (72\InsetSpace \thinspace{}
36679 dd 
36680 \begin_inset Formula $\approx$
36681 \end_inset
36682
36683  37.6\InsetSpace \thinspace{}
36684 mm)
36685 \end_layout
36686
36687 \end_inset
36688 </cell>
36689 </row>
36690 <row topline="true">
36691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Standard
36695 cc
36696 \end_layout
36697
36698 \end_inset
36699 </cell>
36700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36701 \begin_inset Text
36702
36703 \begin_layout Standard
36704 cicero (1\InsetSpace \thinspace{}
36705 cc = 12\InsetSpace \thinspace{}
36706 dd)
36707 \end_layout
36708
36709 \end_inset
36710 </cell>
36711 </row>
36712 <row topline="true">
36713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Standard
36717 Scale%
36718 \end_layout
36719
36720 \end_inset
36721 </cell>
36722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36723 \begin_inset Text
36724
36725 \begin_layout Standard
36726 % of original image width
36727 \end_layout
36728
36729 \end_inset
36730 </cell>
36731 </row>
36732 <row topline="true">
36733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36734 \begin_inset Text
36735
36736 \begin_layout Standard
36737 text%
36738 \end_layout
36739
36740 \end_inset
36741 </cell>
36742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36743 \begin_inset Text
36744
36745 \begin_layout Standard
36746 % of text width
36747 \end_layout
36748
36749 \end_inset
36750 </cell>
36751 </row>
36752 <row topline="true">
36753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Standard
36757 col%
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36763 \begin_inset Text
36764
36765 \begin_layout Standard
36766 % of column width
36767 \end_layout
36768
36769 \end_inset
36770 </cell>
36771 </row>
36772 <row topline="true">
36773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Standard
36777 page%
36778 \end_layout
36779
36780 \end_inset
36781 </cell>
36782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36783 \begin_inset Text
36784
36785 \begin_layout Standard
36786 % of paper width
36787 \end_layout
36788
36789 \end_inset
36790 </cell>
36791 </row>
36792 <row topline="true">
36793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36794 \begin_inset Text
36795
36796 \begin_layout Standard
36797 line%
36798 \end_layout
36799
36800 \end_inset
36801 </cell>
36802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36803 \begin_inset Text
36804
36805 \begin_layout Standard
36806 % of line width
36807 \end_layout
36808
36809 \end_inset
36810 </cell>
36811 </row>
36812 <row topline="true">
36813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36814 \begin_inset Text
36815
36816 \begin_layout Standard
36817 theight%
36818 \end_layout
36819
36820 \end_inset
36821 </cell>
36822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Standard
36826 % of text height
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 </row>
36832 <row topline="true">
36833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36834 \begin_inset Text
36835
36836 \begin_layout Standard
36837 pheight%
36838 \end_layout
36839
36840 \end_inset
36841 </cell>
36842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36843 \begin_inset Text
36844
36845 \begin_layout Standard
36846 % of paper height
36847 \end_layout
36848
36849 \end_inset
36850 </cell>
36851 </row>
36852 <row topline="true">
36853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36854 \begin_inset Text
36855
36856 \begin_layout Standard
36857 ex
36858 \end_layout
36859
36860 \end_inset
36861 </cell>
36862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36863 \begin_inset Text
36864
36865 \begin_layout Standard
36866 height of letter 
36867 \emph on
36868 x
36869 \emph default
36870  in current font
36871 \end_layout
36872
36873 \end_inset
36874 </cell>
36875 </row>
36876 <row topline="true">
36877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Standard
36881 em
36882 \end_layout
36883
36884 \end_inset
36885 </cell>
36886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36887 \begin_inset Text
36888
36889 \begin_layout Standard
36890 width of letter 
36891 \emph on
36892 M
36893 \emph default
36894  in current font
36895 \end_layout
36896
36897 \end_inset
36898 </cell>
36899 </row>
36900 <row topline="true" bottomline="true">
36901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36902 \begin_inset Text
36903
36904 \begin_layout Standard
36905 mu
36906 \end_layout
36907
36908 \end_inset
36909 </cell>
36910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36911 \begin_inset Text
36912
36913 \begin_layout Standard
36914 math unit (1\InsetSpace \thinspace{}
36915 mu = 1/18\InsetSpace \thinspace{}
36916 em)
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 </row>
36922 </lyxtabular>
36923
36924 \end_inset
36925
36926
36927 \end_layout
36928
36929 \end_inset
36930
36931
36932 \end_layout
36933
36934 \begin_layout Chapter
36935 Credits
36936 \begin_inset LatexCommand label
36937 name "cha:Credits"
36938
36939 \end_inset
36940
36941
36942 \end_layout
36943
36944 \begin_layout Standard
36945 The documentation is a collaborative effort between many different people
36946  (and we would encourage people to contribute!).
36947 \end_layout
36948
36949 \begin_layout Itemize
36950
36951 \noun on
36952 Alejandro Aguilar Sierra
36953 \end_layout
36954
36955 \begin_layout Itemize
36956
36957 \noun on
36958 Amir Karger
36959 \end_layout
36960
36961 \begin_layout Itemize
36962
36963 \noun on
36964 David Johnson
36965 \end_layout
36966
36967 \begin_layout Itemize
36968
36969 \noun on
36970 Hartmut Haase
36971 \end_layout
36972
36973 \begin_layout Itemize
36974
36975 \noun on
36976 Ignacio García
36977 \end_layout
36978
36979 \begin_layout Itemize
36980
36981 \noun on
36982 Ivan Schreter
36983 \end_layout
36984
36985 \begin_layout Itemize
36986
36987 \noun on
36988 John Raithel
36989 \end_layout
36990
36991 \begin_layout Itemize
36992
36993 \noun on
36994 John Weiss
36995 \end_layout
36996
36997 \begin_layout Itemize
36998
36999 \noun on
37000 Lars Gullik Bjønnes
37001 \end_layout
37002
37003 \begin_layout Itemize
37004
37005 \noun on
37006 Matthias Ettrich
37007 \end_layout
37008
37009 \begin_layout Itemize
37010
37011 \noun on
37012 Matthias Zenker
37013 \end_layout
37014
37015 \begin_layout Itemize
37016
37017 \noun on
37018 Rich Fields
37019 \end_layout
37020
37021 \begin_layout Itemize
37022
37023 \noun on
37024 Pascal André
37025 \end_layout
37026
37027 \begin_layout Itemize
37028
37029 \noun on
37030 Paul Evans
37031 \end_layout
37032
37033 \begin_layout Itemize
37034
37035 \noun on
37036 Paul Russel
37037 \end_layout
37038
37039 \begin_layout Itemize
37040
37041 \noun on
37042 Robin Socha
37043 \end_layout
37044
37045 \begin_layout Itemize
37046
37047 \noun on
37048 Uwe Stöhr
37049 \end_layout
37050
37051 \begin_layout Itemize
37052 The LyX Team: 
37053 \begin_inset LatexCommand cite
37054 key "lyxcredit"
37055
37056 \end_inset
37057
37058
37059 \end_layout
37060
37061 \begin_layout Standard
37062
37063 \newpage
37064 Bibliography created with the 
37065 \family sans
37066 Bibliography
37067 \family default
37068  environment:
37069 \end_layout
37070
37071 \begin_layout Bibliography
37072 \begin_inset LatexCommand bibitem
37073 label "Credits"
37074 key "lyxcredit"
37075
37076 \end_inset
37077
37078
37079 \begin_inset ERT
37080 status collapsed
37081
37082 \begin_layout Standard
37083
37084
37085 \backslash
37086 addcontentsline{toc}{chapter}{
37087 \backslash
37088 bibname
37089 \backslash
37090 ; 1}
37091 \end_layout
37092
37093 \end_inset
37094
37095
37096 \begin_inset Note Note
37097 status collapsed
37098
37099 \begin_layout Standard
37100 The command 
37101 \series bold
37102
37103 \backslash
37104 addcontentsline
37105 \series default
37106  is explained in the 
37107 \emph on
37108 Extended Features
37109 \emph default
37110  manual.
37111  It creates a TOC entry.
37112 \end_layout
37113
37114 \begin_layout Standard
37115 A manual TOC entry for the bibliography is only necessary because we use
37116  two different ones in one document.
37117 \end_layout
37118
37119 \end_inset
37120
37121 The LyX Team: 
37122 \begin_inset ERT
37123 status collapsed
37124
37125 \begin_layout Standard
37126
37127
37128 \backslash
37129 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
37130 \end_layout
37131
37132 \end_inset
37133
37134 Credits
37135 \begin_inset ERT
37136 status collapsed
37137
37138 \begin_layout Standard
37139
37140 }
37141 \end_layout
37142
37143 \end_inset
37144
37145
37146 \begin_inset Note Note
37147 status collapsed
37148
37149 \begin_layout Standard
37150 The command 
37151 \series bold
37152
37153 \backslash
37154 href
37155 \series default
37156  is explained in the 
37157 \emph on
37158 Embedded Objects
37159 \emph default
37160  manual.
37161  It creates a hyperlink.
37162 \end_layout
37163
37164 \end_inset
37165
37166 :
37167 \newline
37168
37169 \begin_inset LatexCommand url
37170 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
37171
37172 \end_inset
37173
37174
37175 \end_layout
37176
37177 \begin_layout Bibliography
37178 \begin_inset LatexCommand bibitem
37179 key "latexcompanion"
37180
37181 \end_inset
37182
37183 Frank Mittelbach and Michel Goossens: 
37184 \emph on
37185 The LaTeX Companion Second Edition.
37186
37187 \emph default
37188  Addison-Wesley, 2004
37189 \end_layout
37190
37191 \begin_layout Bibliography
37192 \begin_inset LatexCommand bibitem
37193 key "latexguide"
37194
37195 \end_inset
37196
37197 Helmut Kopka and Patrick W.
37198  Daly: 
37199 \emph on
37200 A Guide to LaTeX Fourth Edition.
37201
37202 \emph default
37203  Addison-Wesley, 2003
37204 \end_layout
37205
37206 \begin_layout Bibliography
37207 \begin_inset LatexCommand bibitem
37208 key "latexbook"
37209
37210 \end_inset
37211
37212 Leslie Lamport: 
37213 \emph on
37214 LaTeX: A Document Preparation System.
37215
37216 \emph default
37217  Addison-Wesley, second edition, 1994
37218 \end_layout
37219
37220 \begin_layout Bibliography
37221 \begin_inset LatexCommand bibitem
37222 key "texbook"
37223
37224 \end_inset
37225
37226 Donald E.
37227  Knuth.
37228  
37229 \emph on
37230 The TeXbook.
37231
37232 \emph default
37233  Addison-Wesley, 1984
37234 \end_layout
37235
37236 \begin_layout Bibliography
37237 \begin_inset LatexCommand bibitem
37238 key "TeXCatalogue"
37239
37240 \end_inset
37241
37242 The TeX Catalogue:
37243 \newline
37244
37245 \begin_inset LatexCommand url
37246 target "http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html"
37247
37248 \end_inset
37249
37250
37251 \end_layout
37252
37253 \begin_layout Bibliography
37254 \begin_inset LatexCommand bibitem
37255 key "LaTeXFAQ"
37256
37257 \end_inset
37258
37259
37260 \begin_inset LatexCommand url
37261 name "The LaTeX FAQ:"
37262 target "http://www.tex.ac.uk/cgi-bin/texfaq2html"
37263
37264 \end_inset
37265
37266
37267 \end_layout
37268
37269 \begin_layout Bibliography
37270 \begin_inset LatexCommand bibitem
37271 key "makeindex"
37272
37273 \end_inset
37274
37275
37276 \begin_inset ERT
37277 status collapsed
37278
37279 \begin_layout Standard
37280
37281
37282 \backslash
37283 href{http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi}{
37284 \end_layout
37285
37286 \end_inset
37287
37288 Documentation
37289 \begin_inset ERT
37290 status collapsed
37291
37292 \begin_layout Standard
37293
37294 }
37295 \end_layout
37296
37297 \end_inset
37298
37299  of the program 
37300 \family sans
37301 makeindex
37302 \family default
37303 :
37304 \newline
37305
37306 \begin_inset LatexCommand url
37307 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
37308
37309 \end_inset
37310
37311
37312 \end_layout
37313
37314 \begin_layout Bibliography
37315 \begin_inset LatexCommand bibitem
37316 key "caption"
37317
37318 \end_inset
37319
37320
37321 \begin_inset ERT
37322 status collapsed
37323
37324 \begin_layout Standard
37325
37326
37327 \backslash
37328 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
37329 \end_layout
37330
37331 \end_inset
37332
37333 Documentation
37334 \begin_inset ERT
37335 status collapsed
37336
37337 \begin_layout Standard
37338
37339 }
37340 \end_layout
37341
37342 \end_inset
37343
37344  of the LaTeX-package 
37345 \series bold
37346 caption
37347 \series default
37348
37349 \begin_inset LatexCommand index
37350 name "LaTeX-packages ! caption"
37351
37352 \end_inset
37353
37354 :
37355 \newline
37356
37357 \begin_inset LatexCommand url
37358 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
37359
37360 \end_inset
37361
37362
37363 \end_layout
37364
37365 \begin_layout Bibliography
37366 \begin_inset LatexCommand bibitem
37367 key "fancyhdr"
37368
37369 \end_inset
37370
37371
37372 \begin_inset ERT
37373 status collapsed
37374
37375 \begin_layout Standard
37376
37377
37378 \backslash
37379 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf}
37380 {
37381 \end_layout
37382
37383 \end_inset
37384
37385 Documentation
37386 \begin_inset ERT
37387 status collapsed
37388
37389 \begin_layout Standard
37390
37391 }
37392 \end_layout
37393
37394 \end_inset
37395
37396  of the LaTeX-package 
37397 \series bold
37398 fancyhdr
37399 \series default
37400
37401 \begin_inset LatexCommand index
37402 name "LaTeX-packages ! fancyhdr"
37403
37404 \end_inset
37405
37406 :
37407 \newline
37408
37409 \begin_inset LatexCommand url
37410 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
37411
37412 \end_inset
37413
37414
37415 \end_layout
37416
37417 \begin_layout Bibliography
37418 \begin_inset LatexCommand bibitem
37419 key "floatflt"
37420
37421 \end_inset
37422
37423
37424 \begin_inset ERT
37425 status collapsed
37426
37427 \begin_layout Standard
37428
37429
37430 \backslash
37431 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
37432 {
37433 \end_layout
37434
37435 \end_inset
37436
37437 Documentation
37438 \begin_inset ERT
37439 status collapsed
37440
37441 \begin_layout Standard
37442
37443 }
37444 \end_layout
37445
37446 \end_inset
37447
37448  of the LaTeX-package 
37449 \series bold
37450 floatflt
37451 \series default
37452
37453 \begin_inset LatexCommand index
37454 name "LaTeX-packages ! floatflt"
37455
37456 \end_inset
37457
37458 :
37459 \newline
37460
37461 \begin_inset LatexCommand url
37462 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf"
37463
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \begin_layout Bibliography
37470 \begin_inset LatexCommand bibitem
37471 key "nomencl"
37472
37473 \end_inset
37474
37475
37476 \begin_inset ERT
37477 status collapsed
37478
37479 \begin_layout Standard
37480
37481
37482 \backslash
37483 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf}{
37484 \end_layout
37485
37486 \end_inset
37487
37488 Documentation
37489 \begin_inset ERT
37490 status collapsed
37491
37492 \begin_layout Standard
37493
37494 }
37495 \end_layout
37496
37497 \end_inset
37498
37499  of the LaTeX-package 
37500 \series bold
37501 nomencl
37502 \series default
37503
37504 \begin_inset LatexCommand index
37505 name "LaTeX-packages ! nomencl"
37506
37507 \end_inset
37508
37509 :
37510 \newline
37511
37512 \begin_inset LatexCommand url
37513 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
37514
37515 \end_inset
37516
37517
37518 \end_layout
37519
37520 \begin_layout Bibliography
37521 \begin_inset LatexCommand bibitem
37522 key "tipa"
37523
37524 \end_inset
37525
37526
37527 \begin_inset ERT
37528 status collapsed
37529
37530 \begin_layout Standard
37531
37532
37533 \backslash
37534 href{http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf}{
37535 \end_layout
37536
37537 \end_inset
37538
37539 Documentation
37540 \begin_inset ERT
37541 status collapsed
37542
37543 \begin_layout Standard
37544
37545 }
37546 \end_layout
37547
37548 \end_inset
37549
37550  of the LaTeX-package 
37551 \series bold
37552 tipa
37553 \series default
37554
37555 \begin_inset LatexCommand index
37556 name "LaTeX-packages ! tipa"
37557
37558 \end_inset
37559
37560 :
37561 \newline
37562
37563 \begin_inset LatexCommand url
37564 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
37565
37566 \end_inset
37567
37568
37569 \end_layout
37570
37571 \begin_layout Bibliography
37572 \begin_inset LatexCommand bibitem
37573 key "XeTeX"
37574
37575 \end_inset
37576
37577
37578 \begin_inset ERT
37579 status collapsed
37580
37581 \begin_layout Standard
37582
37583
37584 \backslash
37585 href{http://wiki.lyx.org/LyX/XeTeX}{
37586 \end_layout
37587
37588 \end_inset
37589
37590 Wiki-page
37591 \begin_inset ERT
37592 status collapsed
37593
37594 \begin_layout Standard
37595
37596 }
37597 \end_layout
37598
37599 \end_inset
37600
37601  how to use LyX with XeTeX:
37602 \newline
37603
37604 \begin_inset LatexCommand url
37605 target "http://wiki.lyx.org/LyX/XeTeX"
37606
37607 \end_inset
37608
37609
37610 \end_layout
37611
37612 \begin_layout Bibliography
37613 \begin_inset LatexCommand bibitem
37614 key "Arabic"
37615
37616 \end_inset
37617
37618
37619 \begin_inset ERT
37620 status collapsed
37621
37622 \begin_layout Standard
37623
37624
37625 \backslash
37626 href{http://wiki.lyx.org/Windows/Arabic}{
37627 \end_layout
37628
37629 \end_inset
37630
37631 Wiki-page
37632 \begin_inset ERT
37633 status collapsed
37634
37635 \begin_layout Standard
37636
37637 }
37638 \end_layout
37639
37640 \end_inset
37641
37642  how to set up LyX for Arabic:
37643 \newline
37644
37645 \begin_inset LatexCommand url
37646 target "http://wiki.lyx.org/Windows/Arabic"
37647
37648 \end_inset
37649
37650
37651 \end_layout
37652
37653 \begin_layout Bibliography
37654 \begin_inset LatexCommand bibitem
37655 key "Armenian"
37656
37657 \end_inset
37658
37659
37660 \begin_inset ERT
37661 status collapsed
37662
37663 \begin_layout Standard
37664
37665
37666 \backslash
37667 href{http://wiki.lyx.org/Windows/Armenian}{
37668 \end_layout
37669
37670 \end_inset
37671
37672 Wiki-page
37673 \begin_inset ERT
37674 status collapsed
37675
37676 \begin_layout Standard
37677
37678 }
37679 \end_layout
37680
37681 \end_inset
37682
37683  how to set up LyX for Armenian:
37684 \newline
37685
37686 \begin_inset LatexCommand url
37687 target "http://wiki.lyx.org/Windows/Armenian"
37688
37689 \end_inset
37690
37691
37692 \end_layout
37693
37694 \begin_layout Bibliography
37695 \begin_inset LatexCommand bibitem
37696 key "Farsi"
37697
37698 \end_inset
37699
37700
37701 \begin_inset ERT
37702 status collapsed
37703
37704 \begin_layout Standard
37705
37706
37707 \backslash
37708 href{http://wiki.lyx.org/Windows/Farsi}{
37709 \end_layout
37710
37711 \end_inset
37712
37713 Wiki-page
37714 \begin_inset ERT
37715 status collapsed
37716
37717 \begin_layout Standard
37718
37719 }
37720 \end_layout
37721
37722 \end_inset
37723
37724  how to set up LyX for Farsi:
37725 \newline
37726
37727 \begin_inset LatexCommand url
37728 target "http://wiki.lyx.org/Windows/Farsi"
37729
37730 \end_inset
37731
37732
37733 \end_layout
37734
37735 \begin_layout Bibliography
37736 \begin_inset LatexCommand bibitem
37737 key "Hebrew"
37738
37739 \end_inset
37740
37741
37742 \begin_inset ERT
37743 status collapsed
37744
37745 \begin_layout Standard
37746
37747
37748 \backslash
37749 href{http://wiki.lyx.org/Windows/Hebrew}{
37750 \end_layout
37751
37752 \end_inset
37753
37754 Wiki-page
37755 \begin_inset ERT
37756 status collapsed
37757
37758 \begin_layout Standard
37759
37760 }
37761 \end_layout
37762
37763 \end_inset
37764
37765  how to set up LyX for Hebrew:
37766 \newline
37767
37768 \begin_inset LatexCommand url
37769 target "http://wiki.lyx.org/Windows/Hebrew"
37770
37771 \end_inset
37772
37773
37774 \end_layout
37775
37776 \begin_layout Bibliography
37777 \begin_inset LatexCommand bibitem
37778 key "LyX-func"
37779
37780 \end_inset
37781
37782
37783 \begin_inset ERT
37784 status collapsed
37785
37786 \begin_layout Standard
37787
37788
37789 \backslash
37790 href{http://wiki.lyx.org/LyX/LyxFunctionList1-5-1}{
37791 \end_layout
37792
37793 \end_inset
37794
37795 Wiki-page
37796 \begin_inset ERT
37797 status collapsed
37798
37799 \begin_layout Standard
37800
37801 }
37802 \end_layout
37803
37804 \end_inset
37805
37806  with a list of all available LyX-functions:
37807 \newline
37808
37809 \begin_inset LatexCommand url
37810 target "http://wiki.lyx.org/LyX/LyxFunctionList1-5-1"
37811
37812 \end_inset
37813
37814
37815 \end_layout
37816
37817 \begin_layout Standard
37818
37819 \newpage
37820
37821 \begin_inset LatexCommand bibtex
37822 options "biblio/alphadin"
37823 bibfiles "biblio/LyXDocs"
37824
37825 \end_inset
37826
37827
37828 \end_layout
37829
37830 \begin_layout Standard
37831 The above bibliography is created from a BibTeX-database.
37832 \end_layout
37833
37834 \begin_layout Standard
37835 \begin_inset ERT
37836 status collapsed
37837
37838 \begin_layout Standard
37839
37840
37841 \backslash
37842 addcontentsline{toc}{chapter}{
37843 \backslash
37844 bibname
37845 \backslash
37846 ; 2}
37847 \end_layout
37848
37849 \end_inset
37850
37851
37852 \begin_inset Note Note
37853 status collapsed
37854
37855 \begin_layout Standard
37856 The command 
37857 \series bold
37858
37859 \backslash
37860 addcontentsline
37861 \series default
37862  is explained in the 
37863 \emph on
37864 Extended Features
37865 \emph default
37866  manual.
37867  It creates a TOC entry.
37868 \end_layout
37869
37870 \begin_layout Standard
37871 A manual TOC entry for the bibliography is only necessary because we use
37872  two different ones in one document.
37873 \end_layout
37874
37875 \end_inset
37876
37877
37878 \end_layout
37879
37880 \begin_layout Standard
37881
37882 \series bold
37883 \begin_inset LatexCommand printnomenclature
37884
37885 \end_inset
37886
37887
37888 \begin_inset LatexCommand printindex
37889
37890 \end_inset
37891
37892
37893 \end_layout
37894
37895 \end_body
37896 \end_document