]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
bc7eae2dd06534527e5b79a2ddf339935257e02b
[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: If you hit a key, LyX will completel
786 y delete the selected text and replace it with what you just typed.
787  You'll have to do an 
788 \family sans
789 Undo
790 \family default
791  to get back the lost text.
792 \end_layout
793
794 \begin_layout Standard
795 \begin_inset LatexCommand index
796 name "Paste"
797
798 \end_inset
799
800 You can also copy text between LyX and other programs by cut, copy and paste.
801  The submenu of 
802 \family sans
803 Paste\InsetSpace ~
804 Recent
805 \family default
806  shows you a list with the last strings you have pasted.
807 \end_layout
808
809 \begin_layout Standard
810 The menu 
811 \family sans
812 Edit\SpecialChar \menuseparator
813 Paste\InsetSpace ~
814 Special\SpecialChar \menuseparator
815 Plain\InsetSpace ~
816 Text, Join\InsetSpace ~
817 Lines
818 \family default
819  will insert the text in the clipboard so that the whole text is inserted
820  as 
821 \emph on
822 one
823 \emph default
824  paragraph.
825  A new paragraph is started when there is a blank line in the file.
826  Without 
827 \family sans
828 Join\InsetSpace ~
829 Lines
830 \family default
831 , the text is inserted as Paragraphs, where the line breaks of the text
832  will start a new paragraph.
833 \end_layout
834
835 \begin_layout Standard
836 \begin_inset LatexCommand index
837 name "Replace"
838
839 \end_inset
840
841
842 \begin_inset LatexCommand index
843 name "Find"
844
845 \end_inset
846
847 The 
848 \family sans
849 Edit\SpecialChar \menuseparator
850 Find\InsetSpace ~
851 &\InsetSpace ~
852 Replace
853 \family default
854  item opens the 
855 \family sans
856 Find\InsetSpace ~
857 and\InsetSpace ~
858 Replace
859 \family default
860  dialog.
861  Once you've found a word or expression, LyX selects it.
862  Hitting the 
863 \family sans
864 Replace
865 \family default
866  button replaces the selected text with the contents of the 
867 \family sans
868 Replace\InsetSpace ~
869 with
870 \family default
871  field.
872  You can click the 
873 \family sans
874 Find\InsetSpace ~
875 Next
876 \family default
877  button to skip the current word.
878  Hit 
879 \family sans
880 Replace\InsetSpace ~
881 All
882 \family default
883  to replace all occurrences of the text in the document automatically.
884  The 
885 \family sans
886 Case\InsetSpace ~
887 sensitive
888 \family default
889  option can be used if you want the search to consider the case of the search
890  word.
891  If the toggle is set, searching for 
892 \begin_inset Quotes eld
893 \end_inset
894
895
896 \family typewriter
897 Test
898 \family default
899
900 \begin_inset Quotes erd
901 \end_inset
902
903  will not match the word 
904 \begin_inset Quotes eld
905 \end_inset
906
907
908 \family typewriter
909 test
910 \family default
911
912 \begin_inset Quotes erd
913 \end_inset
914
915 .
916  The 
917 \family sans
918 Match whole words only
919 \family default
920  option can be used to force LyX to only find complete words.
921  I.e., searching for 
922 \begin_inset Quotes eld
923 \end_inset
924
925
926 \family typewriter
927 star
928 \family default
929
930 \begin_inset Quotes erd
931 \end_inset
932
933  will not match 
934 \begin_inset Quotes eld
935 \end_inset
936
937
938 \family typewriter
939 starlet
940 \family default
941
942 \begin_inset Quotes erd
943 \end_inset
944
945 .
946 \end_layout
947
948 \begin_layout Section
949 Undo and Redo
950 \begin_inset LatexCommand index
951 name "Redo"
952
953 \end_inset
954
955
956 \begin_inset LatexCommand index
957 name "Undo"
958
959 \end_inset
960
961
962 \begin_inset LatexCommand label
963 name "sec:Undo-and-Redo"
964
965 \end_inset
966
967
968 \end_layout
969
970 \begin_layout Standard
971 If you make a mistake, you can easily recover from it.
972  LyX has a large-capacity undo/redo buffer.
973  Select 
974 \family sans
975 Edit\SpecialChar \menuseparator
976 Undo
977 \family default
978  to undo some mistake.
979  If you accidentally undo too much, use 
980 \family sans
981 Edit\SpecialChar \menuseparator
982 Redo
983 \family default
984  to 
985 \begin_inset Quotes eld
986 \end_inset
987
988 undo the undo.
989 \begin_inset Quotes erd
990 \end_inset
991
992  The undo mechanism is currently limited to 100 steps to minimize memory
993  overhead.
994  
995 \end_layout
996
997 \begin_layout Standard
998 Notice that if you revert back all changes to arrive to the document as
999  it was last saved, the 
1000 \begin_inset Quotes eld
1001 \end_inset
1002
1003 changed
1004 \begin_inset Quotes erd
1005 \end_inset
1006
1007  status of the document is unfortunately not reset.
1008  This is a consequence of the 100 step undo limit, above.
1009 \end_layout
1010
1011 \begin_layout Standard
1012 The 
1013 \family sans
1014 Undo
1015 \family default
1016  and 
1017 \family sans
1018 Redo
1019 \family default
1020  work on almost everything in LyX.
1021  They have some quirks, too.
1022  They won't 
1023 \family sans
1024 Undo
1025 \family default
1026  or 
1027 \family sans
1028 Redo
1029 \family default
1030  text character by character, but by blocks of text.
1031  That can take some getting used to; you'll have to play with 
1032 \family sans
1033 Undo
1034 \family default
1035  and 
1036 \family sans
1037 Redo
1038 \family default
1039  to get a feel for just how much they'll undo/redo, and after time, you'll
1040  surely appreciate how it works.
1041 \end_layout
1042
1043 \begin_layout Section
1044 Mouse Operations
1045 \begin_inset LatexCommand index
1046 name "Mouse Operations"
1047
1048 \end_inset
1049
1050
1051 \end_layout
1052
1053 \begin_layout Standard
1054 This are the most basic mouse operations.
1055 \end_layout
1056
1057 \begin_layout Enumerate
1058 Motion
1059 \end_layout
1060
1061 \begin_deeper
1062 \begin_layout Itemize
1063 Click the 
1064 \emph on
1065 left mouse button
1066 \emph default
1067  once anywhere in the edit window.
1068  The cursor moves to the text under the mouse.
1069 \end_layout
1070
1071 \end_deeper
1072 \begin_layout Enumerate
1073 Selecting Text
1074 \end_layout
1075
1076 \begin_deeper
1077 \begin_layout Itemize
1078 Hold down the 
1079 \emph on
1080 left mouse button
1081 \emph default
1082  and drag the mouse.
1083  LyX marks the text between the old and new mouse positions.
1084  Use 
1085 \family sans
1086 Edit\SpecialChar \menuseparator
1087 Copy
1088 \family default
1089  to create a copy of the text in LyX's buffer (and the clipboard).
1090 \end_layout
1091
1092 \begin_layout Itemize
1093 Re-position the cursor and then paste the text back into LyX using 
1094 \family sans
1095 Edit\SpecialChar \menuseparator
1096 Paste
1097 \family default
1098 .
1099 \end_layout
1100
1101 \end_deeper
1102 \begin_layout Enumerate
1103 Insets (Footnotes, Notes, Floats, etc.)
1104 \end_layout
1105
1106 \begin_deeper
1107 \begin_layout Standard
1108
1109 \emph on
1110 Single click
1111 \emph default
1112  the left mouse button to open or close any of these.
1113  Right-click on them to set its properties.
1114  Also check the appropriate section of this manual for more details.
1115 \end_layout
1116
1117 \end_deeper
1118 \begin_layout Enumerate
1119 Tables
1120 \end_layout
1121
1122 \begin_deeper
1123 \begin_layout Standard
1124
1125 \emph on
1126 Single click
1127 \emph default
1128  the right mouse button to open a dialog that will allow you to manipulate
1129  the table.
1130 \end_layout
1131
1132 \end_deeper
1133 \begin_layout Section
1134 Basic Key Bindings
1135 \begin_inset LatexCommand label
1136 name "sec:Key-Bindings"
1137
1138 \end_inset
1139
1140
1141 \begin_inset LatexCommand index
1142 name "Key Bindings"
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \begin_layout Standard
1150 We're not going to cover all of the keybindings.
1151  Be aware that there are at least two different primary binding maps: CUA
1152  and Emacs.
1153  LyX's default is CUA.
1154 \end_layout
1155
1156 \begin_layout Standard
1157 Some keys, like 
1158 \family sans
1159 Page\InsetSpace ~
1160 Up
1161 \family default
1162
1163 \family sans
1164 Page\InsetSpace ~
1165 Down
1166 \family default
1167
1168 \family sans
1169 Left
1170 \family default
1171
1172 \family sans
1173 Right
1174 \family default
1175
1176 \family sans
1177 Up
1178 \family default
1179 , and 
1180 \family sans
1181 Down
1182 \family default
1183 , do exactly what you expect them to do.
1184  Other keys don't:
1185 \end_layout
1186
1187 \begin_layout Labeling
1188 \labelwidthstring 00.00.0000
1189
1190 \family sans
1191 Tab
1192 \begin_inset LatexCommand nomenclature
1193 symbol "Tab"
1194 description "Tabulator key"
1195
1196 \end_inset
1197
1198
1199 \family default
1200  There is no such thing as a tab stop in LyX.
1201  If you don't understand this, go read sections\InsetSpace ~
1202
1203 \begin_inset LatexCommand ref
1204 reference "sec:Par-indent-intro"
1205
1206 \end_inset
1207
1208  and 
1209 \begin_inset LatexCommand ref
1210 reference "sec:Paragraph-Environments"
1211
1212 \end_inset
1213
1214 , especially section\InsetSpace ~
1215
1216 \begin_inset LatexCommand ref
1217 reference "sub:Lists"
1218
1219 \end_inset
1220
1221 , right now.
1222  Yes, right now.
1223  If you're still confused, look in the 
1224 \emph on
1225 Tutorial
1226 \emph default
1227 .
1228 \end_layout
1229
1230 \begin_layout Labeling
1231 \labelwidthstring 00.00.0000
1232
1233 \family sans
1234 Esc
1235 \begin_inset LatexCommand nomenclature
1236 symbol "Esc"
1237 description "Escape key"
1238
1239 \end_inset
1240
1241
1242 \family default
1243  This is the 
1244 \begin_inset Quotes eld
1245 \end_inset
1246
1247 cancel key.
1248 \begin_inset Quotes erd
1249 \end_inset
1250
1251  It's used, generically, to cancel operations.
1252  Other parts of the manual will go into greater detail about this.
1253 \end_layout
1254
1255 \begin_layout Labeling
1256 \labelwidthstring 00.00.0000
1257
1258 \family sans
1259 Home
1260 \family default
1261 \InsetSpace ~
1262 and\InsetSpace ~
1263
1264 \family sans
1265 End
1266 \family default
1267  These move the cursor, respectively, to the beginning and end of a line,
1268  unless you are using the Emacs bindings where they jump to the beginning
1269  or end of the file.
1270 \end_layout
1271
1272 \begin_layout Standard
1273 There are three modifier keys:
1274 \end_layout
1275
1276 \begin_layout Labeling
1277 \labelwidthstring 00.00.0000
1278
1279 \family sans
1280 Control
1281 \family default
1282  (Denoted by 
1283 \begin_inset Quotes eld
1284 \end_inset
1285
1286
1287 \family sans
1288 C
1289 \family default
1290
1291 \begin_inset Quotes erd
1292 \end_inset
1293
1294
1295 \begin_inset LatexCommand nomenclature
1296 symbol "C"
1297 description "Control key"
1298
1299 \end_inset
1300
1301  in the documentation files) This has a couple of different uses, depending
1302  on which keys it's used in combination with:
1303 \end_layout
1304
1305 \begin_deeper
1306 \begin_layout Itemize
1307 With 
1308 \family sans
1309 Backspace
1310 \family default
1311  or 
1312 \family sans
1313 Delete
1314 \family default
1315 , it deletes an entire word instead of a single character.
1316 \end_layout
1317
1318 \begin_layout Itemize
1319 With 
1320 \family sans
1321 Left
1322 \family default
1323  and 
1324 \family sans
1325 Right
1326 \family default
1327 , it moves by words instead of characters.
1328 \end_layout
1329
1330 \begin_layout Itemize
1331 With 
1332 \family sans
1333 Home
1334 \family default
1335  and 
1336 \family sans
1337 End
1338 \family default
1339 , it moves to the beginning and the end of the document, respectively.
1340 \end_layout
1341
1342 \end_deeper
1343 \begin_layout Labeling
1344 \labelwidthstring 00.00.0000
1345
1346 \family sans
1347 Shift
1348 \family default
1349  (Denoted by 
1350 \begin_inset Quotes eld
1351 \end_inset
1352
1353
1354 \family sans
1355 S
1356 \family default
1357
1358 \begin_inset Quotes erd
1359 \end_inset
1360
1361
1362 \begin_inset LatexCommand nomenclature
1363 symbol "S"
1364 description "Shift key"
1365
1366 \end_inset
1367
1368  in the documentation files) Use this with any of the motion keys to select
1369  the text between the old and new cursor positions.
1370 \end_layout
1371
1372 \begin_layout Labeling
1373 \labelwidthstring 00.00.0000
1374
1375 \family sans
1376 Meta
1377 \family default
1378  (Denoted by 
1379 \begin_inset Quotes eld
1380 \end_inset
1381
1382
1383 \family sans
1384 M
1385 \family default
1386
1387 \begin_inset Quotes erd
1388 \end_inset
1389
1390
1391 \begin_inset LatexCommand nomenclature
1392 symbol "M"
1393 description "Meta or Alt key"
1394
1395 \end_inset
1396
1397  in the documentation files) This is the Alt key on many keyboards, unless
1398  your keyboard has a distinct Meta key.
1399  If you have both keys, you will need to try out which one actually performs
1400  the 
1401 \family sans
1402 Meta-
1403 \family default
1404  function.
1405  This key does many different things, but it also activates the 
1406 \emph on
1407 menu accelerator keys
1408 \emph default
1409 .
1410  If you use this in combination with any of the underlined letters in a
1411  menu or menu item, it selects that menu item.
1412 \end_layout
1413
1414 \begin_deeper
1415 \begin_layout Standard
1416 For example, the sequence 
1417 \begin_inset Quotes eld
1418 \end_inset
1419
1420
1421 \family sans
1422 M\InsetSpace ~
1423 e\InsetSpace ~
1424 s
1425 \family default
1426 \InsetSpace ~
1427
1428 \family sans
1429 c
1430 \family default
1431
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  
1436 \family sans
1437 brings
1438 \family default
1439  up the 
1440 \begin_inset Quotes eld
1441 \end_inset
1442
1443 Text Style
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447  menu.
1448  Typing 
1449 \begin_inset Quotes eld
1450 \end_inset
1451
1452
1453 \family sans
1454 M\InsetSpace ~
1455 f
1456 \family default
1457
1458 \begin_inset Quotes erd
1459 \end_inset
1460
1461  opens the 
1462 \family sans
1463 File
1464 \family default
1465  menu.
1466 \end_layout
1467
1468 \begin_layout Standard
1469 There are also other things bound to the 
1470 \family sans
1471 Meta-
1472 \family default
1473  key, but you'll have to check in the 
1474 \emph on
1475 Reference
1476 \emph default
1477  
1478 \emph on
1479 manual
1480 \emph default
1481  for more info.
1482 \end_layout
1483
1484 \end_deeper
1485 \begin_layout Standard
1486 You'll learn more and more keybindings and short-cut keys as you use LyX,
1487  because most actions will prompt a small message in the status bar at the
1488  bottom of LyX's main window which describe the name of the action, you've
1489  just triggered, and any existing keybindings for that action.
1490  The notation for the keybindings is very similar to the notation used in
1491  this documentation, so you should not have any problems understanding it.
1492  However, notice that Shift-modifiers are explicitly mentioned, so 
1493 \family sans
1494
1495 \begin_inset Quotes eld
1496 \end_inset
1497
1498 M-p S-A
1499 \family default
1500
1501 \begin_inset Quotes erd
1502 \end_inset
1503
1504  means 
1505 \family sans
1506 Meta-p
1507 \family default
1508  followed by a capital 
1509 \family sans
1510 A
1511 \family default
1512 .
1513  
1514 \begin_inset Quotes eld
1515 \end_inset
1516
1517
1518 \family sans
1519 S-C-s
1520 \family default
1521
1522 \begin_inset Quotes erd
1523 \end_inset
1524
1525  means 
1526 \family sans
1527 Shift-Control-s
1528 \family default
1529 .
1530 \end_layout
1531
1532 \begin_layout Chapter
1533 LyX Basics
1534 \begin_inset LatexCommand index
1535 name "LyX ! Basics"
1536
1537 \end_inset
1538
1539
1540 \end_layout
1541
1542 \begin_layout Section
1543 Document Types
1544 \begin_inset LatexCommand index
1545 name "Document ! Types"
1546
1547 \end_inset
1548
1549
1550 \end_layout
1551
1552 \begin_layout Subsection
1553 Introduction
1554 \end_layout
1555
1556 \begin_layout Standard
1557 Before you do anything else, before you ever start writing a document, you
1558  need to decide what type of document you want to edit.
1559  Different types of documents use different types of spacing, headings,
1560  numbering schemes, and so on.
1561  Additionally, different documents use different paragraph environments,
1562  and format the title of your document differently.
1563 \end_layout
1564
1565 \begin_layout Standard
1566
1567 \emph on
1568 document class
1569 \emph default
1570  describes a group of properties common to a particular set of documents.
1571  By setting the document class, you automatically select these properties,
1572  making it easier to create the type of document you want.
1573  If you don't choose a document class, LyX picks one for you by default.
1574  So, it behooves you to change the class of your document.
1575 \end_layout
1576
1577 \begin_layout Standard
1578 Read on for info about the document classes you can choose from LyX, and
1579  how to adjust their properties.
1580 \end_layout
1581
1582 \begin_layout Subsection
1583 Document Classes
1584 \begin_inset LatexCommand index
1585 name "Document ! Classes"
1586
1587 \end_inset
1588
1589
1590 \begin_inset LatexCommand label
1591 name "sec:Document-Classes"
1592
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \begin_layout Subsubsection
1599 Overview
1600 \end_layout
1601
1602 \begin_layout Standard
1603 There are four standard document classes in LyX.
1604  They are:
1605 \end_layout
1606
1607 \begin_layout Description
1608 Article for basic articles
1609 \end_layout
1610
1611 \begin_layout Description
1612 Report for basic reports
1613 \end_layout
1614
1615 \begin_layout Description
1616 Book for writing a book
1617 \end_layout
1618
1619 \begin_layout Description
1620 Letter for US-style letters
1621 \end_layout
1622
1623 \begin_layout Standard
1624 There are also some non-standard classes, which LyX only uses if you have
1625  installed them.
1626  Here are some of the classes, the full list with detailed explanations
1627  can be found in chapter 
1628 \emph on
1629 Special Document Classes
1630 \emph default
1631  in the 
1632 \emph on
1633 Extended Features
1634 \emph default
1635  manual:
1636 \end_layout
1637
1638 \begin_layout Description
1639 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1640 \end_layout
1641
1642 \begin_layout Description
1643 AAST
1644 \family sans
1645
1646 \begin_inset ERT
1647 status collapsed
1648
1649 \begin_layout Standard
1650
1651 {}
1652 \end_layout
1653
1654 \end_inset
1655
1656
1657 \family default
1658 eX For submissions to the journals published by the American Astronomical
1659  Society
1660 \end_layout
1661
1662 \begin_layout Description
1663 AMS Layouts for articles and books in the style and format used by the American
1664  Mathematical Society (AMS).
1665  There are three article layouts available.
1666  The standard one uses a typical numbering scheme for theorems etc., that
1667  prepends the section number to the number of the result.
1668  All result-type statements (propositions, corollaries, and so on) are sequenced
1669  together, but definitions, examples, and the like have their own sequence.
1670  The 
1671 \begin_inset Quotes eld
1672 \end_inset
1673
1674 sequential numbering
1675 \begin_inset Quotes erd
1676 \end_inset
1677
1678  scheme does not place the section number with each result, but numbers
1679  them throughout the article in a single sequence.
1680  Each type of result gets its own sequence.
1681  There is also a layout that dispenses with numbering of statements altogether.
1682 \end_layout
1683
1684 \begin_layout Description
1685 Beamer Layout for presentations
1686 \end_layout
1687
1688 \begin_layout Description
1689 broadway Layout for writing plays.
1690  It is not an existing LaTeX document class, but a new one which is distributed
1691  with LyX.
1692 \end_layout
1693
1694 \begin_layout Description
1695 curiculum\InsetSpace ~
1696 vitae classes to create curriculum vitae
1697 \end_layout
1698
1699 \begin_layout Description
1700 Dinbrief Letters in format of the DIN (German industry norm)
1701 \end_layout
1702
1703 \begin_layout Description
1704 dtk Layout for 
1705 \family typewriter
1706 Die TeXnische Komödie
1707 \family default
1708 , the journal of the German TeX user Group (Dante)
1709 \end_layout
1710
1711 \begin_layout Description
1712 Elsevier Layout for journals of the Elsevier publishing group
1713 \end_layout
1714
1715 \begin_layout Description
1716 Foils Used to make transparencies
1717 \end_layout
1718
1719 \begin_layout Description
1720 g-brief Letters in format of the DIN (German industry norm)
1721 \end_layout
1722
1723 \begin_layout Description
1724 hollywood Used to type spec scripts for the US film industry.
1725  It is not an existing LaTeX document class, but a new one which is distributed
1726  with LyX.
1727 \end_layout
1728
1729 \begin_layout Description
1730 IEEEtran Layout for the journals published by the Institute of Electrical
1731  and Electronics Engineers (IEEE)
1732 \end_layout
1733
1734 \begin_layout Description
1735 IOP Layout for journals of the Institute of Physics publishing group
1736 \end_layout
1737
1738 \begin_layout Description
1739 Kluwer Layout for journals of the Kluwer publishing group
1740 \end_layout
1741
1742 \begin_layout Description
1743 koma-script a replacement for the standard classes, offers many useful features
1744  like caption formatting, automatic print space calculation etc.
1745 \end_layout
1746
1747 \begin_layout Description
1748 Memoir another replacement for the standard classes
1749 \end_layout
1750
1751 \begin_layout Description
1752 paper Used with the 
1753 \family typewriter
1754 paper
1755 \family default
1756  LaTeX document class
1757 \end_layout
1758
1759 \begin_layout Description
1760 Powerdot Layout for presentations
1761 \end_layout
1762
1763 \begin_layout Description
1764 REVTe
1765 \begin_inset ERT
1766 status collapsed
1767
1768 \begin_layout Standard
1769
1770 {}
1771 \end_layout
1772
1773 \end_inset
1774
1775 X is used to write articles for the publications of the American Physical
1776  Society (APS), American Institute of Physics (AIP), and Optical Society
1777  of America (OSA).
1778  This class is not completely compatible with all LyX features.
1779 \end_layout
1780
1781 \begin_layout Description
1782 Slides Used to make transparencies
1783 \end_layout
1784
1785 \begin_layout Description
1786 SPIE\InsetSpace ~
1787 Proceedings Layout for the journals published by The International Society
1788  for Optical Engineering (SPIE)
1789 \end_layout
1790
1791 \begin_layout Description
1792 Springer Layouts for journals of the Springer publishing group
1793 \end_layout
1794
1795 \begin_layout Description
1796 TUGboat Layout for 
1797 \family typewriter
1798 TUGboat
1799 \family default
1800 , the journal of the international TeX user Group (TUG)
1801 \end_layout
1802
1803 \begin_layout Standard
1804 We won't go into any detail about how to use these different document classes
1805  here.
1806  You can find all the details about the non-standard classes in the 
1807 \emph on
1808 Extended Editing
1809 \emph default
1810  manual.
1811  Here, we will settle with a list of some of the common properties of all
1812  of the document classes.
1813 \end_layout
1814
1815 \begin_layout Subsubsection
1816 Selecting a Class
1817 \end_layout
1818
1819 \begin_layout Standard
1820 You can select a class using the 
1821 \family sans
1822 Document\SpecialChar \menuseparator
1823 Settings
1824 \begin_inset LatexCommand index
1825 name "Document ! Settings"
1826
1827 \end_inset
1828
1829
1830 \family default
1831  dialog.
1832  Select the class you want to use, and make any fine tunings of the options
1833  you may need.
1834 \end_layout
1835
1836 \begin_layout Subsubsection
1837 Properties
1838 \end_layout
1839
1840 \begin_layout Standard
1841 Each class has a default set of options.
1842  Here's a quick table describing them:
1843 \end_layout
1844
1845 \begin_layout Standard
1846 \begin_inset VSpace 0.3cm
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \begin_layout Standard
1853 \align center
1854 \begin_inset Tabular
1855 <lyxtabular version="3" rows="5" columns="5">
1856 <features>
1857 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1858 <column alignment="center" valignment="top" leftline="true" width="0pt">
1859 <column alignment="center" valignment="top" leftline="true" width="0pt">
1860 <column alignment="center" valignment="top" leftline="true" width="0pt">
1861 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1862 <row topline="true" bottomline="true">
1863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Standard
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Standard
1876
1877 \family sans
1878 \series medium
1879 \shape up
1880 \size normal
1881 \emph off
1882 \bar no
1883 \noun off
1884 \color none
1885 Pagestyle
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Standard
1894
1895 \family sans
1896 \series medium
1897 \shape up
1898 \size normal
1899 \emph off
1900 \bar no
1901 \noun off
1902 \color none
1903 Sides
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Standard
1912
1913 \family sans
1914 \series medium
1915 \shape up
1916 \size normal
1917 \emph off
1918 \bar no
1919 \noun off
1920 \color none
1921 Columns
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1927 \begin_inset Text
1928
1929 \begin_layout Standard
1930
1931 \series medium
1932 \shape up
1933 \size normal
1934 \emph off
1935 \bar no
1936 \noun off
1937 \color none
1938 Max.
1939  sectioning level
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 </row>
1945 <row topline="true">
1946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1947 \begin_inset Text
1948
1949 \begin_layout Standard
1950
1951 \series medium
1952 \shape up
1953 \size normal
1954 \emph off
1955 \bar no
1956 \noun off
1957 \color none
1958 article
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Standard
1967
1968 \family sans
1969 \series medium
1970 \shape up
1971 \size normal
1972 \emph off
1973 \bar no
1974 \noun off
1975 \color none
1976 Plain
1977 \end_layout
1978
1979 \end_inset
1980 </cell>
1981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Standard
1985
1986 \family sans
1987 \series medium
1988 \shape up
1989 \size normal
1990 \emph off
1991 \bar no
1992 \noun off
1993 \color none
1994 One
1995 \end_layout
1996
1997 \end_inset
1998 </cell>
1999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2000 \begin_inset Text
2001
2002 \begin_layout Standard
2003
2004 \family sans
2005 \series medium
2006 \shape up
2007 \size normal
2008 \emph off
2009 \bar no
2010 \noun off
2011 \color none
2012 One
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2018 \begin_inset Text
2019
2020 \begin_layout Standard
2021
2022 \family sans
2023 \series medium
2024 \shape up
2025 \size normal
2026 \emph off
2027 \bar no
2028 \noun off
2029 \color none
2030 Section
2031 \end_layout
2032
2033 \end_inset
2034 </cell>
2035 </row>
2036 <row topline="true">
2037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2038 \begin_inset Text
2039
2040 \begin_layout Standard
2041
2042 \series medium
2043 \shape up
2044 \size normal
2045 \emph off
2046 \bar no
2047 \noun off
2048 \color none
2049 report
2050 \end_layout
2051
2052 \end_inset
2053 </cell>
2054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2055 \begin_inset Text
2056
2057 \begin_layout Standard
2058
2059 \family sans
2060 \series medium
2061 \shape up
2062 \size normal
2063 \emph off
2064 \bar no
2065 \noun off
2066 \color none
2067 Plain
2068 \end_layout
2069
2070 \end_inset
2071 </cell>
2072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2073 \begin_inset Text
2074
2075 \begin_layout Standard
2076
2077 \family sans
2078 \series medium
2079 \shape up
2080 \size normal
2081 \emph off
2082 \bar no
2083 \noun off
2084 \color none
2085 One
2086 \end_layout
2087
2088 \end_inset
2089 </cell>
2090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2091 \begin_inset Text
2092
2093 \begin_layout Standard
2094
2095 \family sans
2096 \series medium
2097 \shape up
2098 \size normal
2099 \emph off
2100 \bar no
2101 \noun off
2102 \color none
2103 One
2104 \end_layout
2105
2106 \end_inset
2107 </cell>
2108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2109 \begin_inset Text
2110
2111 \begin_layout Standard
2112
2113 \family sans
2114 \series medium
2115 \shape up
2116 \size normal
2117 \emph off
2118 \bar no
2119 \noun off
2120 \color none
2121 Chapter
2122 \end_layout
2123
2124 \end_inset
2125 </cell>
2126 </row>
2127 <row topline="true">
2128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2129 \begin_inset Text
2130
2131 \begin_layout Standard
2132
2133 \series medium
2134 \shape up
2135 \size normal
2136 \emph off
2137 \bar no
2138 \noun off
2139 \color none
2140 book
2141 \end_layout
2142
2143 \end_inset
2144 </cell>
2145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2146 \begin_inset Text
2147
2148 \begin_layout Standard
2149
2150 \family sans
2151 \series medium
2152 \shape up
2153 \size normal
2154 \emph off
2155 \bar no
2156 \noun off
2157 \color none
2158 Headings
2159 \end_layout
2160
2161 \end_inset
2162 </cell>
2163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2164 \begin_inset Text
2165
2166 \begin_layout Standard
2167
2168 \family sans
2169 \series medium
2170 \shape up
2171 \size normal
2172 \emph off
2173 \bar no
2174 \noun off
2175 \color none
2176 Two
2177 \end_layout
2178
2179 \end_inset
2180 </cell>
2181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2182 \begin_inset Text
2183
2184 \begin_layout Standard
2185
2186 \family sans
2187 \series medium
2188 \shape up
2189 \size normal
2190 \emph off
2191 \bar no
2192 \noun off
2193 \color none
2194 One
2195 \end_layout
2196
2197 \end_inset
2198 </cell>
2199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2200 \begin_inset Text
2201
2202 \begin_layout Standard
2203
2204 \family sans
2205 \series medium
2206 \shape up
2207 \size normal
2208 \emph off
2209 \bar no
2210 \noun off
2211 \color none
2212 Chapter
2213 \end_layout
2214
2215 \end_inset
2216 </cell>
2217 </row>
2218 <row topline="true" bottomline="true">
2219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2220 \begin_inset Text
2221
2222 \begin_layout Standard
2223
2224 \series medium
2225 \shape up
2226 \size normal
2227 \emph off
2228 \bar no
2229 \noun off
2230 \color none
2231 letter
2232 \end_layout
2233
2234 \end_inset
2235 </cell>
2236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2237 \begin_inset Text
2238
2239 \begin_layout Standard
2240
2241 \family sans
2242 \series medium
2243 \shape up
2244 \size normal
2245 \emph off
2246 \bar no
2247 \noun off
2248 \color none
2249 Plain
2250 \end_layout
2251
2252 \end_inset
2253 </cell>
2254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2255 \begin_inset Text
2256
2257 \begin_layout Standard
2258
2259 \family sans
2260 \series medium
2261 \shape up
2262 \size normal
2263 \emph off
2264 \bar no
2265 \noun off
2266 \color none
2267 One
2268 \end_layout
2269
2270 \end_inset
2271 </cell>
2272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2273 \begin_inset Text
2274
2275 \begin_layout Standard
2276
2277 \family sans
2278 \series medium
2279 \shape up
2280 \size normal
2281 \emph off
2282 \bar no
2283 \noun off
2284 \color none
2285 One
2286 \end_layout
2287
2288 \end_inset
2289 </cell>
2290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2291 \begin_inset Text
2292
2293 \begin_layout Standard
2294
2295 \series medium
2296 \shape up
2297 \size normal
2298 \emph off
2299 \bar no
2300 \noun off
2301 \color none
2302 none
2303 \end_layout
2304
2305 \end_inset
2306 </cell>
2307 </row>
2308 </lyxtabular>
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Standard
2316 \begin_inset VSpace 0.3cm
2317 \end_inset
2318
2319
2320 \end_layout
2321
2322 \begin_layout Standard
2323 You're probably also wondering what 
2324 \begin_inset Quotes eld
2325 \end_inset
2326
2327 Max.\InsetSpace ~
2328 sectioning level
2329 \begin_inset Quotes erd
2330 \end_inset
2331
2332  means.
2333  There are several paragraph environments used to create section headings.
2334  Different document classes allow different types of section headings.
2335  Only two use the 
2336 \family sans
2337 Chapter
2338 \family default
2339  heading; the rest do not and begin instead with the 
2340 \family sans
2341 Section
2342 \family default
2343  heading.
2344  Some document classes, such as the ones for letters, don't use any section
2345  headings.
2346  In addition to 
2347 \family sans
2348 Chapter
2349 \family default
2350  and 
2351 \family sans
2352 Section
2353 \family default
2354  headings, there are also 
2355 \family sans
2356 Subsection
2357 \family default
2358  headings, 
2359 \family sans
2360 Subsubsection
2361 \family default
2362  headings, and so on.
2363  We'll describe these headings fully in section\InsetSpace ~
2364
2365 \begin_inset LatexCommand ref
2366 reference "sub:Headings"
2367
2368 \end_inset
2369
2370 .
2371 \end_layout
2372
2373 \begin_layout Subsection
2374 Document Layout
2375 \begin_inset LatexCommand index
2376 name "Document !  Layout"
2377
2378 \end_inset
2379
2380
2381 \begin_inset LatexCommand label
2382 name "sub:Document-Layout"
2383
2384 \end_inset
2385
2386
2387 \family sans
2388
2389 \begin_inset LatexCommand index
2390 name "Document ! Settings"
2391
2392 \end_inset
2393
2394
2395 \end_layout
2396
2397 \begin_layout Standard
2398 The most important properties of documents classes are set in the menu 
2399 \family sans
2400 Document\SpecialChar \menuseparator
2401 Settings
2402 \family default
2403 .
2404  There in the 
2405 \family sans
2406 Options
2407 \family default
2408  field under 
2409 \family sans
2410 Documents\InsetSpace ~
2411 classes
2412 \family default
2413 , you can enter special options for your document class in a comma-separated
2414  list.
2415  This is only necessary if LyX doesn't support special options you want
2416  to use for your document.
2417  To learn more about your favorite LaTeX-class and its options, you have
2418  to read its manual.
2419 \end_layout
2420
2421 \begin_layout Standard
2422 Under 
2423 \family sans
2424 Page\InsetSpace ~
2425 Layout
2426 \family default
2427  the 
2428 \family sans
2429 Pagestyle
2430 \family default
2431  controls what sorts of headings and page numbers go on a page.
2432  You can choose between the following five options:
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437
2438 \family sans
2439 Default
2440 \family default
2441  Use default pagestyle of current class.
2442 \end_layout
2443
2444 \begin_layout Labeling
2445 \labelwidthstring 00.00.0000
2446
2447 \family sans
2448 Empty
2449 \family default
2450  No page numbers or headings.
2451 \end_layout
2452
2453 \begin_layout Labeling
2454 \labelwidthstring 00.00.0000
2455
2456 \family sans
2457 Plain
2458 \family default
2459  Page numbers only.
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464
2465 \family sans
2466 Headings
2467 \family default
2468  Page numbers and either the current chapter or section title and number.
2469  Whether LyX uses the current chapter or the current section depends on
2470  the maximum sectioning level of the class.
2471 \end_layout
2472
2473 \begin_layout Labeling
2474 \labelwidthstring 00.00.0000
2475
2476 \family sans
2477 Fancy
2478 \family default
2479  This allows you to create fully customizable headers and footers if you
2480  have the 
2481 \series bold
2482 fancyhdr
2483 \begin_inset LatexCommand index
2484 name "LaTeX-packages ! fancyhdr"
2485
2486 \end_inset
2487
2488
2489 \series default
2490  package installed.
2491  At the moment, support in LyX is limited to this setting.
2492  To use the full power of this package, you have to add code to your document
2493  preamble.
2494  Check the documentation for the 
2495 \series bold
2496 fancyhdr
2497 \series default
2498  package for more details, 
2499 \begin_inset LatexCommand cite
2500 key "fancyhdr"
2501
2502 \end_inset
2503
2504 .
2505 \end_layout
2506
2507 \begin_layout Standard
2508 The 
2509 \family sans
2510 Separation
2511 \family default
2512  of paragraphs is described in section\InsetSpace ~
2513
2514 \begin_inset LatexCommand ref
2515 reference "sec:Par-indent-intro"
2516
2517 \end_inset
2518
2519 .
2520 \end_layout
2521
2522 \begin_layout Subsection
2523 Paper Size and Orientation
2524 \begin_inset LatexCommand index
2525 name "Document ! Paper size"
2526
2527 \end_inset
2528
2529
2530 \begin_inset LatexCommand label
2531 name "sub:Paper-Size,-Orientation,"
2532
2533 \end_inset
2534
2535
2536 \end_layout
2537
2538 \begin_layout Standard
2539 You'll find the following options in the menu 
2540 \family sans
2541 Page\InsetSpace ~
2542 Layout
2543 \family default
2544  of the dialog of the 
2545 \family sans
2546 Document\SpecialChar \menuseparator
2547 Settings
2548 \family default
2549  menu:
2550 \family sans
2551
2552 \begin_inset LatexCommand index
2553 name "Document ! Settings"
2554
2555 \end_inset
2556
2557
2558 \end_layout
2559
2560 \begin_layout Labeling
2561 \labelwidthstring 00.00.0000
2562
2563 \family sans
2564 Papersize
2565 \family default
2566  What size paper to print on.
2567  The choices are
2568 \end_layout
2569
2570 \begin_layout Itemize
2571
2572 \family sans
2573 Default
2574 \end_layout
2575
2576 \begin_layout Itemize
2577
2578 \family sans
2579 A3, A4,
2580 \family default
2581  
2582 \family sans
2583 A5
2584 \end_layout
2585
2586 \begin_layout Itemize
2587
2588 \family sans
2589 B3, B4, B5
2590 \end_layout
2591
2592 \begin_layout Itemize
2593
2594 \family sans
2595 US letter
2596 \end_layout
2597
2598 \begin_layout Itemize
2599
2600 \family sans
2601 US legal
2602 \end_layout
2603
2604 \begin_layout Itemize
2605
2606 \family sans
2607 US executive
2608 \end_layout
2609
2610 \begin_layout Itemize
2611
2612 \family sans
2613 Custom
2614 \end_layout
2615
2616 \begin_layout Labeling
2617 \labelwidthstring 00.00.0000
2618
2619 \family sans
2620 Orientation
2621 \family default
2622  Two toggle buttons choose whether to print the output as 
2623 \family sans
2624 Landscape
2625 \family default
2626  or as 
2627 \family sans
2628 Portrait
2629 \family default
2630 .
2631 \end_layout
2632
2633 \begin_layout Labeling
2634 \labelwidthstring 00.00.0000
2635
2636 \family sans
2637 Two-sided\InsetSpace ~
2638 document
2639 \family default
2640  Adjusts the print space to print both sides of paper.
2641  That means that the print space for odd- and even-numbered pages is different.
2642 \end_layout
2643
2644 \begin_layout Subsection
2645 Margins
2646 \begin_inset LatexCommand index
2647 name "Document ! Margins"
2648
2649 \end_inset
2650
2651
2652 \begin_inset LatexCommand label
2653 name "sub:Margins"
2654
2655 \end_inset
2656
2657
2658 \begin_inset LatexCommand index
2659 name "Margins"
2660
2661 \end_inset
2662
2663
2664 \end_layout
2665
2666 \begin_layout Standard
2667 Paper margins are set in the menu 
2668 \family sans
2669 Document\SpecialChar \menuseparator
2670 Settings
2671 \family default
2672 .
2673 \family sans
2674
2675 \begin_inset LatexCommand index
2676 name "Document ! Settings"
2677
2678 \end_inset
2679
2680
2681 \end_layout
2682
2683 \begin_layout Standard
2684 If you use a koma-script document class, you can use the default settings.
2685  Because koma-script calculates then the printspace automatically by taking
2686  the paper format and the font size into account.
2687 \end_layout
2688
2689 \begin_layout Subsection
2690 Important Note
2691 \end_layout
2692
2693 \begin_layout Standard
2694 If you change a document class, LyX has to convert 
2695 \emph on
2696 everything
2697 \emph default
2698  into the new class.
2699  That includes the paragraph environments.
2700  Some paragraph environments are standard; all of the document classes have
2701  them; but some classes have special paragraph environments.
2702  If this is the case, and you change the document class, LyX sets the missing
2703  paragraph environments to 
2704 \family sans
2705 Standard
2706 \family default
2707  and places an error box at the beginning of the paragraph.
2708  Just click on them and you'll get a message dialog that tells you about
2709  the conversion and why it failed.
2710 \end_layout
2711
2712 \begin_layout Section
2713 Paragraph Indentation and Separation
2714 \begin_inset LatexCommand index
2715 name "Paragraph ! Indentation"
2716
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \begin_layout Subsection
2723 Introduction
2724 \begin_inset LatexCommand label
2725 name "sec:Par-indent-intro"
2726
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \begin_layout Standard
2733 Before describing all of the various paragraph environments, we'd like to
2734  say a word or two about paragraph indentation.
2735 \end_layout
2736
2737 \begin_layout Standard
2738 Everyone seems to have their own convention for separating paragraphs.
2739  Most Americans indent the first line of a paragraph.
2740  Others don't indent but put extra space between the paragraphs.
2741  If you choose indentation for paragraphs the 
2742 \emph on
2743 first
2744 \emph default
2745  paragraph of a section, or after a figure, an equation, a table, a list,
2746  etc., is 
2747 \emph on
2748 not
2749 \emph default
2750  indented.
2751  Only a paragraph following another paragraph gets indented.
2752  Note that the indentation behavior is different when you use another document
2753  language than English.
2754  LaTeX takes care that the indentation follows the rules of the used language.
2755 \end_layout
2756
2757 \begin_layout Standard
2758 The space between paragraphs, like the line spacing, the space between headings
2759  and text --- in fact, all of the spacings for just about everything are
2760  pre-coded into LyX.
2761  As we said, you don't worry about how much space to add between what.
2762  LyX takes care of that.
2763  In fact, these pre-coded vertical spacings aren't a single number but a
2764  range.
2765  That way, LyX can squish or stretch the space between lines to make sure
2766  figures fit on a page with text, so that sections don't start at the bottom
2767  of a page, and so on.
2768 \begin_inset Foot
2769 status collapsed
2770
2771 \begin_layout Standard
2772 LaTeX does this when LyX goes to produce a printable file.
2773 \end_layout
2774
2775 \end_inset
2776
2777  However, pre-coded doesn't mean you can't change them.
2778  LyX gives you the ability to globally change 
2779 \emph on
2780 all
2781 \emph default
2782  of these pre-coded spacings.
2783  We'll explain more later.
2784 \end_layout
2785
2786 \begin_layout Subsection
2787 Paragraph Separation
2788 \begin_inset LatexCommand index
2789 name "Paragraph ! Separation"
2790
2791 \end_inset
2792
2793
2794 \end_layout
2795
2796 \begin_layout Standard
2797 To separate paragraphs, select 
2798 \family sans
2799 Indent
2800 \family default
2801  or 
2802 \family sans
2803 Skip
2804 \family default
2805  in the submenu 
2806 \family sans
2807 Text\InsetSpace ~
2808 Layout
2809 \family default
2810  of the dialog 
2811 \family sans
2812 Document\SpecialChar \menuseparator
2813 Settings
2814 \begin_inset LatexCommand index
2815 name "Document ! Settings"
2816
2817 \end_inset
2818
2819
2820 \family default
2821  to indent paragraphs or add extra space between paragraphs, respectively.
2822  The size of the skips can be defined in the dialog, for the indentation
2823  you have to add this line to your document preamble:
2824 \end_layout
2825
2826 \begin_layout Standard
2827
2828 \series bold
2829
2830 \backslash
2831 setlength{
2832 \backslash
2833 parindent}{Length}
2834 \end_layout
2835
2836 \begin_layout Standard
2837 where length is a value in one of the units listed in Appendix\InsetSpace ~
2838
2839 \begin_inset LatexCommand ref
2840 reference "cap:Units"
2841
2842 \end_inset
2843
2844 .
2845  The default length is 30\InsetSpace \thinspace{}
2846 pt.
2847 \end_layout
2848
2849 \begin_layout Subsection
2850 Fine-Tuning
2851 \end_layout
2852
2853 \begin_layout Standard
2854 You can also change the separation method of a single paragraph.
2855  Open the 
2856 \family sans
2857 Edit\SpecialChar \menuseparator
2858 Paragraph\InsetSpace ~
2859 Settings
2860 \family default
2861  dialog and toggle the 
2862 \family sans
2863 Indent\InsetSpace ~
2864 Paragraph
2865 \family default
2866  option to change the state of the current paragraph.
2867  If paragraphs have no indentation but use extra space for separation, this
2868  button will be ignored (you can't indent a single paragraph by toggling
2869  this).
2870 \end_layout
2871
2872 \begin_layout Standard
2873 You should only need to change the indentation method for a single paragraph
2874  if you need to do some fine-tuning.
2875 \end_layout
2876
2877 \begin_layout Subsection
2878 Line Spacing
2879 \begin_inset LatexCommand index
2880 name "Paragraph ! Line spacing"
2881
2882 \end_inset
2883
2884
2885 \end_layout
2886
2887 \begin_layout Standard
2888 In the 
2889 \family sans
2890 Document\SpecialChar \menuseparator
2891 Settings
2892 \begin_inset LatexCommand index
2893 name "Document ! Settings"
2894
2895 \end_inset
2896
2897
2898 \family default
2899  dialog you can set the line spacing in the submenu 
2900 \family sans
2901 Text\InsetSpace ~
2902 Layout.
2903 \family default
2904
2905 \begin_inset Foot
2906 status collapsed
2907
2908 \begin_layout Standard
2909 You need to have the LaTeX-package 
2910 \series bold
2911 setspace
2912 \begin_inset LatexCommand index
2913 name "LaTeX-packages ! setspace"
2914
2915 \end_inset
2916
2917
2918 \series default
2919  installed to use this feature.
2920 \end_layout
2921
2922 \end_inset
2923
2924
2925 \end_layout
2926
2927 \begin_layout Section
2928 Paragraph Environments
2929 \begin_inset LatexCommand index
2930 name "Paragraph ! Environments"
2931
2932 \end_inset
2933
2934
2935 \begin_inset LatexCommand label
2936 name "sec:Paragraph-Environments"
2937
2938 \end_inset
2939
2940
2941 \begin_inset LatexCommand index
2942 name "Paragraph environments|("
2943
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \begin_layout Subsection
2950 Overview
2951 \end_layout
2952
2953 \begin_layout Standard
2954 The paragraph environments correspond to the various
2955 \end_layout
2956
2957 \begin_layout Standard
2958
2959 \series bold
2960
2961 \backslash
2962 begin{
2963 \emph on
2964 environment
2965 \emph default
2966 } ...
2967  
2968 \backslash
2969 end{
2970 \emph on
2971 environment
2972 \emph default
2973 }
2974 \series default
2975
2976 \newline
2977 command sequences in an ordinary LaTeX file.
2978  If you don't know LaTeX, or the concept of a paragraph environment is totally
2979  alien to you, we urge you to read the 
2980 \emph on
2981 Tutorial
2982 \emph default
2983 .
2984  The 
2985 \emph on
2986 Tutorial
2987 \emph default
2988  also contains many more examples than this section does.
2989 \end_layout
2990
2991 \begin_layout Standard
2992 A paragraph environment is simply a 
2993 \begin_inset Quotes eld
2994 \end_inset
2995
2996 container
2997 \begin_inset Quotes erd
2998 \end_inset
2999
3000  for a paragraph which gives that paragraph certain properties.
3001  This can include a particular style of font, different margins, a numbering
3002  scheme, labels, and so on.
3003  Additionally, you can 
3004 \begin_inset Quotes eld
3005 \end_inset
3006
3007 nest
3008 \begin_inset Quotes erd
3009 \end_inset
3010
3011  the different environments inside one another, allowing one environment
3012  to inherit some of the properties of another.
3013  The different paragraph environments totally replace the need for messy
3014  tab stops, on the fly margin adjustment, and other hold-overs from the
3015  days of typewriters.
3016  There are several paragraph environments which are specific to a particular
3017  document type.
3018  We'll only be covering the most common ones here.
3019 \end_layout
3020
3021 \begin_layout Standard
3022 To choose a new paragraph environment, use the pull-down box on the left
3023  end of the toolbar.
3024  LyX will change the environment of the 
3025 \emph on
3026 entire
3027 \emph default
3028  paragraph in which the cursor sits.
3029  You can also change the environment of an entire group of paragraphs if
3030  you select them before choosing the new environment.
3031  
3032 \end_layout
3033
3034 \begin_layout Standard
3035 Note that hitting 
3036 \family sans
3037 Return
3038 \family default
3039  will 
3040 \emph on
3041 typically
3042 \emph default
3043  create a new paragraph using the 
3044 \family sans
3045 Standard
3046 \family default
3047  paragraph environment.
3048  We say 
3049 \begin_inset Quotes eld
3050 \end_inset
3051
3052 typically
3053 \begin_inset Quotes erd
3054 \end_inset
3055
3056  because if you are in one of these environments:
3057 \end_layout
3058
3059 \begin_layout Itemize
3060
3061 \family sans
3062 Quote
3063 \end_layout
3064
3065 \begin_layout Itemize
3066
3067 \family sans
3068 Quotation
3069 \end_layout
3070
3071 \begin_layout Itemize
3072
3073 \family sans
3074 Verse
3075 \end_layout
3076
3077 \begin_layout Itemize
3078
3079 \family sans
3080 Itemize
3081 \end_layout
3082
3083 \begin_layout Itemize
3084
3085 \family sans
3086 Enumerate
3087 \end_layout
3088
3089 \begin_layout Itemize
3090
3091 \family sans
3092 Description
3093 \end_layout
3094
3095 \begin_layout Itemize
3096
3097 \family sans
3098 List
3099 \end_layout
3100
3101 \begin_layout Standard
3102 LyX keeps the old paragraph environment when you hit 
3103 \family sans
3104 Return
3105 \family default
3106 , rather than resetting it to 
3107 \family sans
3108 Standard
3109 \family default
3110 .
3111  LyX will still reset the nesting depth, however.
3112  Usually, starting a new paragraph resets both the paragraph environment
3113  and the nesting depth (for more on nesting see section\InsetSpace ~
3114
3115 \begin_inset LatexCommand ref
3116 reference "sec:Nesting"
3117
3118 \end_inset
3119
3120 ).
3121  At the moment, all this is context-specific; you're better off expecting
3122  
3123 \family sans
3124 Return
3125 \family default
3126  to reset the paragraph environment and depth.
3127  If you want a new paragraph to keep the current environment and depth,
3128  use 
3129 \family sans
3130 M-Return
3131 \family default
3132  instead.
3133 \end_layout
3134
3135 \begin_layout Subsection
3136 Standard
3137 \end_layout
3138
3139 \begin_layout Standard
3140 The default paragraph environment is 
3141 \family sans
3142 Standard
3143 \family default
3144  for most classes.
3145  It creates a plain paragraph.
3146  If LyX resets the paragraph environment, this is the one it chooses.
3147  In fact, the paragraph you're reading right now (and most of the ones in
3148  this manual) are in the 
3149 \family sans
3150 Standard
3151 \family default
3152  environment.
3153 \end_layout
3154
3155 \begin_layout Standard
3156 You can nest a paragraph using the 
3157 \family sans
3158 Standard
3159 \family default
3160  environment in just about anything else, but you can't really nest anything
3161  in a 
3162 \family sans
3163 Standard
3164 \family default
3165  environment.
3166 \end_layout
3167
3168 \begin_layout Subsection
3169 Document Title
3170 \begin_inset LatexCommand index
3171 name "Document !Title"
3172
3173 \end_inset
3174
3175
3176 \end_layout
3177
3178 \begin_layout Standard
3179 A LaTeX title page has three parts: the title itself, the name(s) of the
3180  author(s) and a 
3181 \begin_inset Quotes eld
3182 \end_inset
3183
3184 footnote
3185 \begin_inset Quotes erd
3186 \end_inset
3187
3188  for thanks or contact information.
3189  For certain types of documents, LaTeX places all of this on a separate
3190  page along with today's date.
3191  For other types of documents, the title 
3192 \begin_inset Quotes eld
3193 \end_inset
3194
3195 page
3196 \begin_inset Quotes erd
3197 \end_inset
3198
3199  goes at the top of the first page of the document.
3200  
3201 \end_layout
3202
3203 \begin_layout Standard
3204 LyX provides an interface to the title page commands through the paragraph
3205  environments 
3206 \family sans
3207 Title
3208 \family default
3209
3210 \family sans
3211 Author
3212 \family default
3213 , and 
3214 \family sans
3215 Date
3216 \family default
3217 .
3218  Here's how you use them:
3219 \end_layout
3220
3221 \begin_layout Itemize
3222 Put the title of your document in the 
3223 \family sans
3224 Title
3225 \family default
3226  environment.
3227 \end_layout
3228
3229 \begin_layout Itemize
3230 Put the author name in the 
3231 \family sans
3232 Author
3233 \family default
3234  environment.
3235 \end_layout
3236
3237 \begin_layout Itemize
3238 If you want the date to have a certain appearance, want to use a fixed date,
3239  or want other text to appear in place of today's date, put that text in
3240  the 
3241 \family sans
3242 Date
3243 \family default
3244  environment.
3245  Note that using this environment is optional.
3246  If you don't provide any, LaTeX will automatically insert today's date.
3247  If you don't want any date, add the line
3248 \newline
3249
3250 \series bold
3251
3252 \backslash
3253 date{}
3254 \series default
3255
3256 \newline
3257 to the preamble of your document (menu 
3258 \family sans
3259 Document\SpecialChar \menuseparator
3260 Settings
3261 \family default
3262 )
3263 \end_layout
3264
3265 \begin_layout Standard
3266 You can use footnotes to insert 
3267 \begin_inset Quotes eld
3268 \end_inset
3269
3270 thanks
3271 \begin_inset Quotes erd
3272 \end_inset
3273
3274  or contact informations.
3275 \end_layout
3276
3277 \begin_layout Subsection
3278 Headings
3279 \begin_inset LatexCommand index
3280 name "Section headings"
3281
3282 \end_inset
3283
3284
3285 \begin_inset LatexCommand label
3286 name "sub:Headings"
3287
3288 \end_inset
3289
3290
3291 \end_layout
3292
3293 \begin_layout Standard
3294 There are several paragraph environments for producing section headings.
3295  LyX takes care of the numbering for you.
3296 \end_layout
3297
3298 \begin_layout Subsubsection
3299 Numbered Headings
3300 \begin_inset LatexCommand index
3301 name "Section headings ! Numbered"
3302
3303 \end_inset
3304
3305
3306 \end_layout
3307
3308 \begin_layout Standard
3309 There are 7 numbered types of section headings.
3310  They are:
3311 \end_layout
3312
3313 \begin_layout Enumerate
3314
3315 \family sans
3316 Part
3317 \end_layout
3318
3319 \begin_layout Enumerate
3320
3321 \family sans
3322 Chapter
3323 \end_layout
3324
3325 \begin_layout Enumerate
3326
3327 \family sans
3328 Section
3329 \end_layout
3330
3331 \begin_layout Enumerate
3332
3333 \family sans
3334 Subsection
3335 \end_layout
3336
3337 \begin_layout Enumerate
3338
3339 \family sans
3340 Subsubsection
3341 \end_layout
3342
3343 \begin_layout Enumerate
3344
3345 \family sans
3346 Paragraph
3347 \end_layout
3348
3349 \begin_layout Enumerate
3350
3351 \family sans
3352 Subparagraph
3353 \end_layout
3354
3355 \begin_layout Standard
3356 LyX labels each heading with a series of numbers, separated by periods.
3357  The numbers describe where in the document you are.
3358  Unlike the other headings, parts are numbered with Latin letters.
3359 \end_layout
3360
3361 \begin_layout Standard
3362 Headings all subdivide your document into different pieces of text.
3363  For example, suppose you're writing a book.
3364  You group the book into chapters.
3365  LyX does similar grouping:
3366 \end_layout
3367
3368 \begin_layout Itemize
3369
3370 \family sans
3371 Part
3372 \family default
3373  is divided in either 
3374 \family sans
3375 Chapter
3376 \family default
3377  or 
3378 \family sans
3379 Section
3380 \end_layout
3381
3382 \begin_layout Itemize
3383
3384 \family sans
3385 Chapter
3386 \family default
3387 s are divided into 
3388 \family sans
3389 Section
3390 \family default
3391 s
3392 \end_layout
3393
3394 \begin_layout Itemize
3395
3396 \family sans
3397 Section
3398 \family default
3399 s are divided into 
3400 \family sans
3401 Subsection
3402 \family default
3403 s
3404 \end_layout
3405
3406 \begin_layout Itemize
3407
3408 \family sans
3409 Subsection
3410 \family default
3411 s are divided into 
3412 \family sans
3413 Subsubsection
3414 \family default
3415 s
3416 \end_layout
3417
3418 \begin_layout Itemize
3419
3420 \family sans
3421 Subsubsection
3422 \family default
3423 s are divided into 
3424 \family sans
3425 Paragraph
3426 \family default
3427 s
3428 \end_layout
3429
3430 \begin_layout Itemize
3431
3432 \family sans
3433 Paragraph
3434 \family default
3435 s are divided into 
3436 \family sans
3437 Subparagraph
3438 \family default
3439 s
3440 \end_layout
3441
3442 \begin_layout Standard
3443 \begin_inset Note Greyedout
3444 status open
3445
3446 \begin_layout Standard
3447
3448 \series bold
3449 Note:
3450 \series default
3451  Not all document types use the 
3452 \family sans
3453 Chapter
3454 \family default
3455  heading as the maximum sectioning level.
3456  In that case the 
3457 \family sans
3458 Section
3459 \family default
3460  is the top-level heading.
3461 \end_layout
3462
3463 \end_inset
3464
3465
3466 \end_layout
3467
3468 \begin_layout Standard
3469 So, if you use the 
3470 \family sans
3471 Subsubsection
3472 \family default
3473  environment to label a new sub-subsection, LyX labels it with its number,
3474  along with the number of the subsection, section, and, if applicable, chapter
3475  that it's in.
3476  For example: the fifth section of the second chapter of this book has the
3477  label 
3478 \begin_inset Quotes eld
3479 \end_inset
3480
3481 2.5
3482 \begin_inset Quotes erd
3483 \end_inset
3484
3485 .
3486 \end_layout
3487
3488 \begin_layout Subsubsection
3489 Unnumbered Headings
3490 \begin_inset LatexCommand index
3491 name "Section headings ! Unnumbered"
3492
3493 \end_inset
3494
3495
3496 \end_layout
3497
3498 \begin_layout Standard
3499 There are 5 types of unnumbered section headings.
3500  They are:
3501 \end_layout
3502
3503 \begin_layout Enumerate
3504
3505 \family sans
3506 Part*line spacing
3507 \end_layout
3508
3509 \begin_layout Enumerate
3510
3511 \family sans
3512 Chapter*
3513 \end_layout
3514
3515 \begin_layout Enumerate
3516
3517 \family sans
3518 Section*
3519 \end_layout
3520
3521 \begin_layout Enumerate
3522
3523 \family sans
3524 Subsection*
3525 \end_layout
3526
3527 \begin_layout Enumerate
3528
3529 \family sans
3530 Subsubsection*
3531 \end_layout
3532
3533 \begin_layout Standard
3534 The 
3535 \begin_inset Quotes eld
3536 \end_inset
3537
3538 *
3539 \begin_inset Quotes erd
3540 \end_inset
3541
3542  after each name means that these headings are not numbered.
3543  They work the same as their numbered counterparts but won't appear in the
3544  table of contents, see section\InsetSpace ~
3545
3546 \begin_inset LatexCommand ref
3547 reference "sec:toc"
3548
3549 \end_inset
3550
3551 .
3552 \end_layout
3553
3554 \begin_layout Subsubsection
3555 Changing the Numbering
3556 \begin_inset LatexCommand label
3557 name "sub:Numbering-depth"
3558
3559 \end_inset
3560
3561
3562 \end_layout
3563
3564 \begin_layout Standard
3565 You can also alter which sectioning levels get numbered and which ones appear
3566  in the Table of Contents.
3567  Now, this doesn't remove any of the levels; that's preset in the document
3568  class.
3569  Certain classes start with 
3570 \family sans
3571 Chapter
3572 \family default
3573  and go down to the 
3574 \family sans
3575 Subparagraph
3576 \family default
3577  level.
3578  Others start at 
3579 \family sans
3580 Section
3581 \family default
3582 .
3583  Similarly, not all document classes number all sectioning levels.
3584  Most don't number 
3585 \family sans
3586 Paragraph
3587 \family default
3588  or 
3589 \family sans
3590 Subparagraph
3591 \family default
3592 .
3593  This is something you can change.
3594 \end_layout
3595
3596 \begin_layout Standard
3597 Open the 
3598 \family sans
3599 Document\SpecialChar \menuseparator
3600 Settings
3601 \family default
3602  dialog.
3603 \family sans
3604
3605 \begin_inset LatexCommand index
3606 name "Document ! Settings"
3607
3608 \end_inset
3609
3610
3611 \family default
3612  Under 
3613 \family sans
3614 Numbering\InsetSpace ~
3615 &\InsetSpace ~
3616 TOC
3617 \family default
3618  you'll see two counters.
3619  The one named 
3620 \family sans
3621 Numbering
3622 \family default
3623  controls how far down in the sectioning hierarchy LyX numbers a section
3624  heading.
3625  The other one controls the appearance of the section headings in the table
3626  of contents.
3627 \end_layout
3628
3629 \begin_layout Subsubsection
3630 Short Titles of Headings
3631 \begin_inset LatexCommand index
3632 name "Section headings ! Short titles"
3633
3634 \end_inset
3635
3636
3637 \begin_inset OptArg
3638 status collapsed
3639
3640 \begin_layout Standard
3641 Short Titles
3642 \end_layout
3643
3644 \end_inset
3645
3646
3647 \begin_inset LatexCommand label
3648 name "sec:Short-Titles"
3649
3650 \end_inset
3651
3652
3653 \end_layout
3654
3655 \begin_layout Standard
3656 Some section or chapter titles, such as this one, can get quite long.
3657  This can cause troubles when there is limited horizontal space.
3658  For example, if the header of the page is set to show the current section
3659  title, a long title will protrude over the page margins and look awful.
3660 \end_layout
3661
3662 \begin_layout Standard
3663 LaTeX allows you to specify a short title for section headings.
3664  This short title is used in the header and in the actual table of contents,
3665  avoiding the problem mentioned.
3666  To specify a short title, use the menu 
3667 \family sans
3668 Insert\SpecialChar \menuseparator
3669 Short\InsetSpace ~
3670 Title
3671 \family default
3672 .
3673  This will insert a box labeled 
3674 \begin_inset Quotes eld
3675 \end_inset
3676
3677 opt
3678 \begin_inset Quotes erd
3679 \end_inset
3680
3681  (stands for 
3682 \begin_inset Quotes eld
3683 \end_inset
3684
3685 optional
3686 \begin_inset Quotes erd
3687 \end_inset
3688
3689 ) which you can use to enter the short title text.
3690  This also works for captions inside floats.
3691 \end_layout
3692
3693 \begin_layout Standard
3694 The title of this section is a good example of using this feature.
3695 \end_layout
3696
3697 \begin_layout Subsubsection
3698 Special Information
3699 \end_layout
3700
3701 \begin_layout Standard
3702 The following information applies to all section headings:
3703 \end_layout
3704
3705 \begin_layout Itemize
3706 You cannot do any nesting with these environments.
3707 \end_layout
3708
3709 \begin_layout Itemize
3710 You cannot use a margin note in any of these environments.
3711 \end_layout
3712
3713 \begin_layout Itemize
3714 You can only use inline math in these environments.
3715 \end_layout
3716
3717 \begin_layout Itemize
3718 You can use labels and cross-references to refer to their numbers.
3719 \end_layout
3720
3721 \begin_layout Subsection
3722 Quotes and Poetryline spacing
3723 \end_layout
3724
3725 \begin_layout Standard
3726 LyX has three paragraph environments for writing poetry and quotations.
3727  They are 
3728 \family sans
3729 Quote
3730 \family default
3731
3732 \family sans
3733 Quotation
3734 \family default
3735 , and 
3736 \family sans
3737 Verse
3738 \family default
3739 .
3740  Forget the days of changing line spacing and twiddling with margins.
3741  These three paragraph environments already have those changes built-in.
3742  They all widen the left margin and add a bit of extra space above and below
3743  the text they contain.
3744  They also allow nesting, so you can put a 
3745 \family sans
3746 Verse
3747 \family default
3748  in a 
3749 \family sans
3750 Quotation
3751 \family default
3752 , as well as in some other paragraph environments.
3753 \end_layout
3754
3755 \begin_layout Standard
3756 There is another feature of these three paragraph environments: they do
3757  
3758 \emph on
3759 not
3760 \emph default
3761  reset to 
3762 \family sans
3763 Standard
3764 \family default
3765  when you start a new paragraph.
3766  So, you can type in that poem and merrily hit 
3767 \family sans
3768 Return
3769 \family default
3770  without worrying about the paragraph environment changing on you.
3771  Of course, that means that, once you're done typing in that poem, you have
3772  to change back to the 
3773 \family sans
3774 Standard
3775 \family default
3776  environment yourself.
3777 \end_layout
3778
3779 \begin_layout Subsubsection
3780
3781 \family sans
3782 Quote
3783 \family default
3784  and 
3785 \family sans
3786 Quotation
3787 \family default
3788
3789 \begin_inset LatexCommand label
3790 name "sec:Quote"
3791
3792 \end_inset
3793
3794
3795 \begin_inset LatexCommand index
3796 name "Quotation"
3797
3798 \end_inset
3799
3800
3801 \end_layout
3802
3803 \begin_layout Standard
3804 Now that we've described the similarities of these three environments, it's
3805  time for the differences.
3806  
3807 \family sans
3808 Quote
3809 \family default
3810  and 
3811 \family sans
3812 Quotation
3813 \family default
3814  are identical except for one difference: 
3815 \family sans
3816 Quote
3817 \family default
3818  uses extra spacing to separate paragraphs and never indents the first line.
3819  
3820 \family sans
3821 Quotation
3822 \family default
3823  
3824 \emph on
3825 always
3826 \emph default
3827  indents the first line of a paragraph and uses the same line spacing throughout.
3828 \end_layout
3829
3830 \begin_layout Standard
3831 Here's an example of the 
3832 \family sans
3833 Quote
3834 \family default
3835  environment:
3836 \end_layout
3837
3838 \begin_layout Quote
3839 This is in the 
3840 \family sans
3841 Quote
3842 \family default
3843  environment.
3844  I can keep writing, extending this line out further and further until it
3845  wraps.
3846  See -- no indentation!
3847 \end_layout
3848
3849 \begin_layout Quote
3850 Here's the second paragraph of this quote.
3851  Again, there's no indentation, but there is extra space between me and
3852  the other paragraph.
3853 \end_layout
3854
3855 \begin_layout Standard
3856 Here's another example, this time in the 
3857 \family sans
3858 Quotation
3859 \family default
3860  environment:
3861 \end_layout
3862
3863 \begin_layout Quotation
3864 This is in the 
3865 \family sans
3866 Quotation
3867 \family default
3868  environment.
3869  If I keep writing, you'll see the indentation.
3870  If your country uses a writing style that shows off new paragraphs by indenting
3871  the first line, then 
3872 \family sans
3873 Quotation
3874 \family default
3875  is the environment for you! Well, you'd use it 
3876 \emph on
3877 if
3878 \emph default
3879  you were quoting other text.
3880 \end_layout
3881
3882 \begin_layout Quotation
3883 Here's a new paragraph.
3884  I could ramble on and on, like a politician at election time.
3885  If I did that, though, you'd get bored.
3886 \end_layout
3887
3888 \begin_layout Standard
3889 As the examples show, 
3890 \family sans
3891 Quote
3892 \family default
3893  is for those people who use extra space to separate paragraphs.
3894  They should put quotes in the 
3895 \family sans
3896 Quote
3897 \family default
3898  environment.
3899  Those who use indentation to mark a new paragraph should use the 
3900 \family sans
3901 Quotation
3902 \family default
3903  paragraph environment for quoted text.
3904 \end_layout
3905
3906 \begin_layout Subsubsection
3907
3908 \family sans
3909 Verse
3910 \family default
3911
3912 \begin_inset LatexCommand index
3913 name "Paragraph ! Verse"
3914
3915 \end_inset
3916
3917
3918 \family sans
3919
3920 \begin_inset LatexCommand index
3921 name "Poetry"
3922
3923 \end_inset
3924
3925
3926 \begin_inset LatexCommand label
3927 name "sec:Verse"
3928
3929 \end_inset
3930
3931
3932 \end_layout
3933
3934 \begin_layout Standard
3935
3936 \family sans
3937 Verse
3938 \family default
3939  is a paragraph environment for poetry, rhymes, verses, and so on.
3940  Here's an example:
3941 \end_layout
3942
3943 \begin_layout Verse
3944 This is in Verse
3945 \newline
3946 Which I did not rehearse!
3947 \end_layout
3948
3949 \begin_layout Verse
3950 It could be much worse.
3951  This line could be long, very long, oh so long, so very long that it wraps
3952  around.
3953  It looks okay on screen, but in the printed version, the extra lines are
3954  indented a bit more than the first.
3955  Okay, so it's turned to prose and doesn't rhyme anymore.
3956  So sue me.
3957 \end_layout
3958
3959 \begin_layout Verse
3960 To break a line
3961 \newline
3962 And make things look fine
3963 \newline
3964 Use 
3965 \family sans
3966 C-Return
3967 \family default
3968 .
3969 \end_layout
3970
3971 \begin_layout Standard
3972 As you can see, 
3973 \family sans
3974 Verse
3975 \family default
3976  does not indent both margins.
3977  Each stanza of the verse or poem is in its own paragraph.
3978  To separate the individual lines of a stanza, use the 
3979 \family typewriter
3980 break-line
3981 \family default
3982  function 
3983 \family sans
3984 C-Return
3985 \family default
3986 .
3987 \end_layout
3988
3989 \begin_layout Subsection
3990 Lists
3991 \begin_inset LatexCommand index
3992 name "Lists"
3993
3994 \end_inset
3995
3996
3997 \begin_inset LatexCommand label
3998 name "sub:Lists"
3999
4000 \end_inset
4001
4002
4003 \end_layout
4004
4005 \begin_layout Standard
4006 LyX has four different paragraph environments for creating different kinds
4007  of lists.
4008  In the 
4009 \family sans
4010 Itemize
4011 \family default
4012  and 
4013 \family sans
4014 Enumerate
4015 \family default
4016  environments, LyX labels your list items with bullets or numbers, respectively.
4017  In the 
4018 \family sans
4019 Description
4020 \family default
4021  and 
4022 \family sans
4023 List
4024 \family default
4025  environments, LyX lets you provide your own label.
4026  We'll present the individual details of each type of list next after describing
4027  some general features of all four of them.
4028 \end_layout
4029
4030 \begin_layout Subsubsection
4031 General Features
4032 \end_layout
4033
4034 \begin_layout Standard
4035 The four paragraph environments for lists differ from the other environments
4036  in several ways.
4037  First, LyX treats each paragraph as a list item.
4038  Hitting 
4039 \family sans
4040 Return
4041 \family default
4042  does 
4043 \emph on
4044 not
4045 \emph default
4046  reset the environment to 
4047 \family sans
4048 Standard
4049 \family default
4050  but keeps the current environment and creates a new list item.
4051  The nesting depth is typically reset, however.
4052  If you want to keep both the current nesting depth and paragraph environment,
4053  you should use 
4054 \family sans
4055 M-Return
4056 \family default
4057  to break paragraphs.
4058 \end_layout
4059
4060 \begin_layout Standard
4061 You can nest lists of any type inside one another.
4062  In fact, LyX changes the labels on some list items depending on how it
4063  is nested.
4064  If you intend to use any of the list paragraph environments, we suggest
4065  you read all of section\InsetSpace ~
4066
4067 \begin_inset LatexCommand ref
4068 reference "sec:Nesting"
4069
4070 \end_inset
4071
4072 .
4073  
4074 \end_layout
4075
4076 \begin_layout Subsubsection
4077
4078 \family sans
4079 Itemize
4080 \family default
4081
4082 \begin_inset LatexCommand index
4083 name "Lists ! Itemize"
4084
4085 \end_inset
4086
4087
4088 \begin_inset LatexCommand label
4089 name "sec:Itemize"
4090
4091 \end_inset
4092
4093
4094 \end_layout
4095
4096 \begin_layout Standard
4097 The first type of list we'll describe in detail is the 
4098 \family sans
4099 Itemize
4100 \family default
4101  paragraph environment.
4102  It has the following properties:
4103 \end_layout
4104
4105 \begin_layout Itemize
4106 Each item has a particular bullet or symbol as its label.
4107 \end_layout
4108
4109 \begin_deeper
4110 \begin_layout Itemize
4111 LyX uses the same symbol for all of the items in a given nesting level.
4112 \end_layout
4113
4114 \begin_layout Itemize
4115 The symbol appears at the beginning of the first line.
4116 \end_layout
4117
4118 \end_deeper
4119 \begin_layout Itemize
4120 The items can have any length.
4121  LyX automatically offsets the left margin of each item.
4122  The offset is always relative to whatever environment the 
4123 \family sans
4124 Itemize
4125 \family default
4126  list may be in.
4127 \end_layout
4128
4129 \begin_layout Itemize
4130 If you nest an 
4131 \family sans
4132 Itemize
4133 \family default
4134  environment inside another 
4135 \family sans
4136 Itemize
4137 \family default
4138  environment, the label changes to a new symbol.
4139 \end_layout
4140
4141 \begin_deeper
4142 \begin_layout Itemize
4143 There are four different symbols for up to a four-fold nesting.
4144 \end_layout
4145
4146 \begin_layout Itemize
4147 LyX always shows the same symbol on screen.
4148 \end_layout
4149
4150 \begin_layout Itemize
4151 See section\InsetSpace ~
4152
4153 \begin_inset LatexCommand ref
4154 reference "sec:Nesting"
4155
4156 \end_inset
4157
4158  for a full explanation of nesting.
4159 \end_layout
4160
4161 \end_deeper
4162 \begin_layout Standard
4163 Of course, that explanation was also an example of an 
4164 \family sans
4165 Itemize
4166 \family default
4167  list.
4168  The 
4169 \family sans
4170 Itemize
4171 \family default
4172  environment is best suited for lists where the order doesn't matter.
4173 \end_layout
4174
4175 \begin_layout Standard
4176 We said that different levels use different symbols as their label.
4177  Here's an example of all four possible symbols.
4178  Note that those of you reading this manual within LyX won't see any difference.
4179 \end_layout
4180
4181 \begin_layout Itemize
4182 The label for the first level 
4183 \family sans
4184 Itemize
4185 \family default
4186  is a large black dot, or bullet.
4187 \end_layout
4188
4189 \begin_deeper
4190 \begin_layout Itemize
4191 The label for the second level is a dash.
4192 \end_layout
4193
4194 \begin_deeper
4195 \begin_layout Itemize
4196 The label for the third is an asterisk.
4197 \end_layout
4198
4199 \begin_deeper
4200 \begin_layout Itemize
4201 The label for the fourth is a centered dot.
4202 \end_layout
4203
4204 \end_deeper
4205 \begin_layout Itemize
4206 Back out to the third level.
4207 \end_layout
4208
4209 \end_deeper
4210 \begin_layout Itemize
4211 Back to the second level.
4212 \end_layout
4213
4214 \end_deeper
4215 \begin_layout Itemize
4216 Back to the outermost level.
4217 \end_layout
4218
4219 \begin_layout Standard
4220 These are the default labels for an 
4221 \family sans
4222 Itemize
4223 \family default
4224  list.
4225  You can customize these labels in the 
4226 \family sans
4227 Document\SpecialChar \menuseparator
4228 Settings
4229 \family default
4230  dialog in the submenu 
4231 \family sans
4232 Bullets
4233 \family default
4234 .
4235 \family sans
4236
4237 \begin_inset LatexCommand index
4238 name "Document ! Settings"
4239
4240 \end_inset
4241
4242
4243 \end_layout
4244
4245 \begin_layout Standard
4246 Notice how the space between items decreases with increasing depth.
4247  We'll explain nesting and all the tricks you can do with different depths
4248  in section\InsetSpace ~
4249
4250 \begin_inset LatexCommand ref
4251 reference "sec:Nesting"
4252
4253 \end_inset
4254
4255 .
4256 \end_layout
4257
4258 \begin_layout Subsubsection
4259
4260 \family sans
4261 Enumerate
4262 \family default
4263
4264 \begin_inset LatexCommand index
4265 name "Lists ! Enumerate"
4266
4267 \end_inset
4268
4269
4270 \begin_inset LatexCommand label
4271 name "sec:Enumerate"
4272
4273 \end_inset
4274
4275
4276 \end_layout
4277
4278 \begin_layout Standard
4279 The 
4280 \family sans
4281 Enumerate
4282 \family default
4283  environment is used to create numbered lists and outlines.
4284  It has these properties:
4285 \end_layout
4286
4287 \begin_layout Enumerate
4288 Each item has a numeral as its label.
4289 \end_layout
4290
4291 \begin_deeper
4292 \begin_layout Enumerate
4293 The type of numeral depends on the nesting depth.
4294 \end_layout
4295
4296 \end_deeper
4297 \begin_layout Enumerate
4298 LyX automatically counts the items for you and updates the label as appropriate.
4299 \end_layout
4300
4301 \begin_layout Enumerate
4302 Each new 
4303 \family sans
4304 Enumerate
4305 \family default
4306  environment resets the counter to one.
4307 \end_layout
4308
4309 \begin_layout Enumerate
4310 Like the 
4311 \family sans
4312 Itemize
4313 \family default
4314  environment, the 
4315 \family sans
4316 Enumerate
4317 \family default
4318  environment:
4319 \end_layout
4320
4321 \begin_deeper
4322 \begin_layout Enumerate
4323 Offsets the items relative to the left margin.
4324  Items can have any length.
4325 \end_layout
4326
4327 \begin_layout Enumerate
4328 Reduces the space between items as the nesting depth increases.
4329 \end_layout
4330
4331 \begin_layout Enumerate
4332 Uses different types of labels depending on the nesting depth.
4333 \end_layout
4334
4335 \begin_layout Enumerate
4336 Allows up to a four-fold nesting.
4337 \end_layout
4338
4339 \end_deeper
4340 \begin_layout Standard
4341 Unlike the 
4342 \family sans
4343 Itemize
4344 \family default
4345  environment, 
4346 \family sans
4347 Enumerate
4348 \family default
4349  shows the different labels for each item in LyX.
4350  Here is how LyX labels the four different levels in an 
4351 \family sans
4352 Enumerate
4353 \family default
4354 :
4355 \end_layout
4356
4357 \begin_layout Enumerate
4358 The first level of an 
4359 \family sans
4360 Enumerate
4361 \family default
4362  uses Arabic numerals followed by a period.
4363 \end_layout
4364
4365 \begin_deeper
4366 \begin_layout Enumerate
4367 The second level uses lower case letters surrounded by parentheses.
4368 \end_layout
4369
4370 \begin_deeper
4371 \begin_layout Enumerate
4372 The third level uses lower-case Roman numerals followed by a period.
4373 \end_layout
4374
4375 \begin_deeper
4376 \begin_layout Enumerate
4377 The fourth level uses capital letters followed by a period.
4378 \end_layout
4379
4380 \begin_layout Enumerate
4381 Again, notice the decrease in the spacing between items as the nesting depth
4382  increases.
4383 \end_layout
4384
4385 \end_deeper
4386 \begin_layout Enumerate
4387 Back to the third level
4388 \end_layout
4389
4390 \end_deeper
4391 \begin_layout Enumerate
4392 Back to the second level.
4393 \end_layout
4394
4395 \end_deeper
4396 \begin_layout Enumerate
4397 Back to the outermost level.
4398 \end_layout
4399
4400 \begin_layout Standard
4401 Once again, you can customize the type of numbering used in the 
4402 \family sans
4403 Enumerate
4404 \family default
4405  environment.
4406  It involves adding commands to the LaTeX preamble (see the 
4407 \emph on
4408 Extended Features
4409 \emph default
4410  manual).
4411  As stated earlier, such customization only shows up in the printed version,
4412  not in LyX.
4413 \end_layout
4414
4415 \begin_layout Standard
4416 There is more to nesting 
4417 \family sans
4418 Enumerate
4419 \family default
4420  environments than we've stated here.
4421  You should read section\InsetSpace ~
4422
4423 \begin_inset LatexCommand ref
4424 reference "sec:Nesting"
4425
4426 \end_inset
4427
4428  to learn more about nesting.
4429 \end_layout
4430
4431 \begin_layout Subsubsection
4432
4433 \family sans
4434 Description
4435 \family default
4436
4437 \begin_inset LatexCommand index
4438 name "Lists ! Description"
4439
4440 \end_inset
4441
4442
4443 \begin_inset LatexCommand label
4444 name "sec:Description-List"
4445
4446 \end_inset
4447
4448
4449 \end_layout
4450
4451 \begin_layout Standard
4452 Unlike the previous two environments, the 
4453 \family sans
4454 Description
4455 \family default
4456  list has no fixed label.
4457  Instead, LyX uses the first 
4458 \begin_inset Quotes eld
4459 \end_inset
4460
4461 word
4462 \begin_inset Quotes erd
4463 \end_inset
4464
4465  of the first line as the label.
4466  Here's an example:
4467 \end_layout
4468
4469 \begin_layout Description
4470 Example: This is an example of the 
4471 \family sans
4472 Description
4473 \family default
4474  environment.
4475 \end_layout
4476
4477 \begin_layout Standard
4478 LyX typesets the label in boldface and puts extra space between it and the
4479  rest of the line.
4480 \end_layout
4481
4482 \begin_layout Standard
4483 With the first 
4484 \begin_inset Quotes eld
4485 \end_inset
4486
4487 word
4488 \begin_inset Quotes erd
4489 \end_inset
4490
4491  it is meant that the first hit of the 
4492 \family sans
4493 Space
4494 \family default
4495  key ends the label if you are at the beginning of the first line of an
4496  item.
4497  If you need to use more than one word in the label use a 
4498 \family sans
4499 Protected Blank
4500 \family default
4501 .
4502  (Use either 
4503 \family sans
4504 C-Space
4505 \family default
4506  or the menu 
4507 \family sans
4508 Insert\SpecialChar \menuseparator
4509 Formatting\SpecialChar \menuseparator
4510 Protected\InsetSpace ~
4511 Space
4512 \family default
4513 , see section\InsetSpace ~
4514
4515 \begin_inset LatexCommand ref
4516 reference "sub:Protected-Space"
4517
4518 \end_inset
4519
4520  for more info.) Here is an example:
4521 \end_layout
4522
4523 \begin_layout Description
4524 Second\InsetSpace ~
4525 Example: This one shows how to use a 
4526 \family sans
4527 Protected\InsetSpace ~
4528 Blank
4529 \family default
4530  in the label of a 
4531 \family sans
4532 Description
4533 \family default
4534  list item.
4535 \end_layout
4536
4537 \begin_layout Description
4538 Usage: You should use the 
4539 \family sans
4540 Description
4541 \family default
4542  environment for things like definitions and theorems.
4543  Use it when you need to make one word in particular stand out in the text
4544  that describes it.
4545  It's not a good idea to use a 
4546 \family sans
4547 Description
4548 \family default
4549  environment when you have an entire sentence that you want to describe.
4550  You're better off using 
4551 \family sans
4552 Itemize
4553 \family default
4554  or 
4555 \family sans
4556 Enumerate
4557 \family default
4558  and nesting several 
4559 \family sans
4560 Standard
4561 \family default
4562  paragraphs into them.
4563 \end_layout
4564
4565 \begin_layout Description
4566 Nesting: You can nest 
4567 \family sans
4568 Description
4569 \family default
4570  environments inside one another, nest them in other types of lists, and
4571  so on.
4572 \end_layout
4573
4574 \begin_layout Standard
4575 Notice that after the first line, LyX indents subsequent lines, offsetting
4576  them from the first line.
4577 \end_layout
4578
4579 \begin_layout Subsubsection
4580 The LyX 
4581 \family sans
4582 List
4583 \family default
4584
4585 \begin_inset LatexCommand index
4586 name "Lists ! LyX list"
4587
4588 \end_inset
4589
4590
4591 \begin_inset LatexCommand label
4592 name "sec:LyX-List"
4593
4594 \end_inset
4595
4596
4597 \end_layout
4598
4599 \begin_layout Standard
4600 The 
4601 \family sans
4602 List
4603 \family default
4604  environment is a LyX extension to LaTeX.
4605  
4606 \end_layout
4607
4608 \begin_layout Standard
4609 Like the 
4610 \family sans
4611 Description
4612 \family default
4613  environment the 
4614 \family sans
4615 List
4616 \family default
4617  environment has user-defined labels for each list item.
4618  There are the following properties of this list environment:
4619 \end_layout
4620
4621 \begin_layout Labeling
4622 \labelwidthstring 00.00.0000
4623 item\InsetSpace ~
4624 labels LyX uses the first 
4625 \begin_inset Quotes eld
4626 \end_inset
4627
4628 word
4629 \begin_inset Quotes erd
4630 \end_inset
4631
4632  of each line as the item label.
4633  The first 
4634 \family sans
4635 Space
4636 \family default
4637  after the beginning of the first line of an item marks the end of the label.
4638  If you need to use more than one word in an item label, use a protected
4639  blank as described above.
4640 \end_layout
4641
4642 \begin_layout Labeling
4643 \labelwidthstring 00.00.0000
4644 margins As you can see, LyX uses different margins for the item label and
4645  the body of the item text.
4646  The body of the text has a larger left margin, which is equal to the default
4647  label width plus a little extra space.
4648  
4649 \end_layout
4650
4651 \begin_layout Labeling
4652 \labelwidthstring 00.00.0000
4653 label\InsetSpace ~
4654 width LyX uses the width of the label, or the default width, whatever
4655  is larger.
4656  If the label width is larger, the label 
4657 \begin_inset Quotes eld
4658 \end_inset
4659
4660 extends
4661 \begin_inset Quotes erd
4662 \end_inset
4663
4664  into the first line.
4665  In other words, the text of the first line isn't aligned with the left
4666  margin of the rest of the item text.
4667 \end_layout
4668
4669 \begin_layout Labeling
4670 \labelwidthstring 00.00.0000
4671 default\InsetSpace ~
4672 width You can set the default label width to ensure that the text
4673  of all items in a 
4674 \family sans
4675 List
4676 \family default
4677  environment have the same left margin.
4678 \newline
4679 To change the default width, select
4680  all items in the list.
4681  Now open the 
4682 \family sans
4683 Edit\SpecialChar \menuseparator
4684 Paragraph\InsetSpace ~
4685 Settings
4686 \family default
4687  dialog.
4688  The text in the box 
4689 \family sans
4690 Longest\InsetSpace ~
4691 label
4692 \family default
4693  determines the default label width.
4694  You can use the text of your largest label here, but you can also use the
4695  letter 
4696 \begin_inset Quotes eld
4697 \end_inset
4698
4699 M
4700 \begin_inset Quotes erd
4701 \end_inset
4702
4703  multiple times instead.
4704  The M is the widest character and is a standard unit of widths in LaTeX.
4705  By using 
4706 \begin_inset Quotes eld
4707 \end_inset
4708
4709 M
4710 \begin_inset Quotes erd
4711 \end_inset
4712
4713  as the unit of width you don't need to keep changing the contents of 
4714 \family sans
4715 Longest\InsetSpace ~
4716 label
4717 \family default
4718  every time you alter a label in a 
4719 \family sans
4720 List
4721 \family default
4722  environment.
4723 \newline
4724 The predefined default width is the length of 
4725 \begin_inset Quotes eld
4726 \end_inset
4727
4728 00.00.0000
4729 \begin_inset Quotes erd
4730 \end_inset
4731
4732  (equal to 6 M).
4733  
4734 \newline
4735
4736 \begin_inset Note Greyedout
4737 status open
4738
4739 \begin_layout Standard
4740
4741 \series bold
4742 Note:
4743 \series default
4744  Setting the cursor into a list item to change only its label width will
4745  only change the width inside LyX but not in the output.
4746 \end_layout
4747
4748 \end_inset
4749
4750
4751 \end_layout
4752
4753 \begin_layout Standard
4754 You should use the 
4755 \family sans
4756 List
4757 \family default
4758  environment the same way like the 
4759 \family sans
4760 Description
4761 \family default
4762  list: When you need one word to stand out from the text that describes
4763  it.
4764  The 
4765 \family sans
4766 List
4767 \family default
4768  environment gives you another way to do this, using a different overall
4769  layout.
4770 \end_layout
4771
4772 \begin_layout Standard
4773 You can nest 
4774 \family sans
4775 List
4776 \family default
4777  environments inside one another, nest them in other types of lists, and
4778  so on.
4779  They work just like the other list paragraph environments.
4780  Read section\InsetSpace ~
4781
4782 \begin_inset LatexCommand ref
4783 reference "sec:Nesting"
4784
4785 \end_inset
4786
4787  to learn about nesting.
4788 \end_layout
4789
4790 \begin_layout Standard
4791 There is yet another feature of the 
4792 \family sans
4793 List
4794 \family default
4795  environment: As you can see in the examples, LyX left-justifies the item
4796  labels by default.
4797  You can use additional 
4798 \family sans
4799 HFills
4800 \family default
4801  to change how LyX justifies the item label.
4802  We'll document 
4803 \family sans
4804 HFills
4805 \family default
4806  later in section\InsetSpace ~
4807
4808 \begin_inset LatexCommand ref
4809 reference "sub:Horizontal-Space"
4810
4811 \end_inset
4812
4813 .
4814  Here are some examples:
4815 \end_layout
4816
4817 \begin_layout Labeling
4818 \labelwidthstring 00.00.0000
4819 Left The default for 
4820 \family sans
4821 List
4822 \family default
4823  item labels.
4824 \end_layout
4825
4826 \begin_layout Labeling
4827 \labelwidthstring 00.00.0000
4828
4829 \hfill
4830 Right One 
4831 \family sans
4832 HFill
4833 \family default
4834  at the beginning of the label right justifies it.
4835 \end_layout
4836
4837 \begin_layout Labeling
4838 \labelwidthstring 00.00.0000
4839
4840 \hfill
4841 Center
4842 \hfill
4843  One 
4844 \family sans
4845 HFill
4846 \family default
4847  at the beginning of the label and one at the end centers it.
4848 \end_layout
4849
4850 \begin_layout Subsection
4851 Letters
4852 \begin_inset LatexCommand index
4853 name "Letters"
4854
4855 \end_inset
4856
4857
4858 \end_layout
4859
4860 \begin_layout Subsubsection
4861
4862 \family sans
4863 Address
4864 \family default
4865  and 
4866 \family sans
4867 Right\InsetSpace ~
4868 Address
4869 \family default
4870 : An Overview
4871 \end_layout
4872
4873 \begin_layout Standard
4874 Although LyX has document classes for letters, we've also created two paragraph
4875  environments called 
4876 \family sans
4877 Address
4878 \family default
4879  and 
4880 \family sans
4881 Right\InsetSpace ~
4882 Address
4883 \family default
4884 .
4885  To use the letter class, you need to use specific paragraph environments
4886  in a specific order, otherwise LaTeX gags on the document.
4887  In contrast, you can use the 
4888 \family sans
4889 Address
4890 \family default
4891  and 
4892 \family sans
4893 Right\InsetSpace ~
4894 Address
4895 \family default
4896  paragraph environments anywhere with no problem.
4897  You can even nest them inside other environments, though you can't nest
4898  anything in them.
4899 \end_layout
4900
4901 \begin_layout Standard
4902 Of course, you're not limited to using 
4903 \family sans
4904 Address
4905 \family default
4906  and 
4907 \family sans
4908 Right\InsetSpace ~
4909 Address
4910 \family default
4911  for letters only.
4912  
4913 \family sans
4914 Right\InsetSpace ~
4915 Address
4916 \family default
4917 , in particular, is useful for creating article titles like those used in
4918  some European academic papers.
4919 \end_layout
4920
4921 \begin_layout Subsubsection
4922 Usage
4923 \begin_inset LatexCommand label
4924 name "sec:Address-Usage"
4925
4926 \end_inset
4927
4928
4929 \end_layout
4930
4931 \begin_layout Standard
4932 The 
4933 \family sans
4934 Address
4935 \family default
4936  environment formats text in the style of an address, which is also used
4937  for the opening and signature in some countries.
4938  Similarly, the 
4939 \family sans
4940 Right\InsetSpace ~
4941 Address
4942 \family default
4943  environment formats text in the style of a right-justified address, which
4944  is used for the sender's address and today's date in some countries.
4945  Here's an example of each:
4946 \end_layout
4947
4948 \begin_layout Right Address
4949 Right Address
4950 \newline
4951 Who I am
4952 \newline
4953 Where I am
4954 \newline
4955 When is it? What is today?
4956 \end_layout
4957
4958 \begin_layout Standard
4959 That was 
4960 \family sans
4961 Right\InsetSpace ~
4962 Address
4963 \family default
4964 .
4965  Notice that the lines all have the same left margin, which LyX sets to
4966  fit the largest block of text on a single line.
4967  Here's an example of the 
4968 \family sans
4969 Address
4970 \family default
4971  environment:
4972 \end_layout
4973
4974 \begin_layout Address
4975 Who are you
4976 \newline
4977 Where do I send this
4978 \newline
4979 Your post office and country
4980 \end_layout
4981
4982 \begin_layout Standard
4983 As you can see, both 
4984 \family sans
4985 Address
4986 \family default
4987  and 
4988 \family sans
4989 Right\InsetSpace ~
4990 Address
4991 \family default
4992  add extra space between themselves and the next paragraph.
4993  If you hit 
4994 \family sans
4995 Return
4996 \family default
4997  in either of these environments, LyX resets the nesting depth and sets
4998  the environment to 
4999 \family sans
5000 Standard
5001 \family default
5002 .
5003  This makes sense, since 
5004 \family sans
5005 Return
5006 \family default
5007  is the 
5008 \family typewriter
5009 break-paragraph
5010 \family default
5011  function, and the individual lines of an address are not paragraphs.
5012  Thus, you have to use 
5013 \family typewriter
5014 break-line
5015 \family default
5016  (
5017 \family sans
5018 C-Return
5019 \family default
5020  or 
5021 \family sans
5022 Formatting\InsetSpace ~
5023 Character\SpecialChar \menuseparator
5024 Line\InsetSpace ~
5025 Break
5026 \family default
5027  from the 
5028 \family sans
5029 Insert
5030 \family default
5031  menu) to start a new line in an 
5032 \family sans
5033 Address
5034 \family default
5035  or 
5036 \family sans
5037 Right\InsetSpace ~
5038 Address
5039 \family default
5040  environment.
5041 \end_layout
5042
5043 \begin_layout Subsection
5044 Academic Writing
5045 \end_layout
5046
5047 \begin_layout Standard
5048 Most academic writing begins with an abstract and ends with a bibliography
5049  or list of references.
5050  LyX contains paragraph environments for both of these.
5051 \end_layout
5052
5053 \begin_layout Subsubsection
5054
5055 \family sans
5056 Abstract
5057 \begin_inset LatexCommand index
5058 name "Abstracts"
5059
5060 \end_inset
5061
5062
5063 \end_layout
5064
5065 \begin_layout Standard
5066 The 
5067 \family sans
5068 Abstract
5069 \family default
5070  environment is used for the abstract of an article.
5071  Technically, you could use this environment anywhere, but you really should
5072  only use it at the beginning of the document, after the title.
5073  Also, don't bother trying to nest 
5074 \family sans
5075 Abstract
5076 \family default
5077  in anything else or vice versa.
5078  It won't work.
5079  The 
5080 \family sans
5081 Abstract
5082 \family default
5083  environment is only useful in the article and report document classes.
5084  The book document classes ignores the 
5085 \family sans
5086 Abstract
5087 \family default
5088  completely, and it's utterly silly to use 
5089 \family sans
5090 Abstract
5091 \family default
5092  in a letter document class.
5093 \end_layout
5094
5095 \begin_layout Standard
5096 The 
5097 \family sans
5098 Abstract
5099 \family default
5100  environment does several things for you.
5101  First, it puts the centered label 
5102 \begin_inset Quotes eld
5103 \end_inset
5104
5105 Abstract
5106 \begin_inset Quotes erd
5107 \end_inset
5108
5109  above the text.
5110  The label and the text of the abstract are separated by some extra vertical
5111  space.
5112  Second, it typesets everything in a smaller font, just as you'd expect.
5113  Lastly, it adds a bit of extra vertical space between the abstract and
5114  the subsequent text.
5115  Well, that's how it will appear on the LyX screen.
5116  The appearance in the output depends on the used article or report class.
5117 \end_layout
5118
5119 \begin_layout Standard
5120 Starting a new paragraph by hitting 
5121 \family sans
5122 Return
5123 \family default
5124  does not reset the paragraph environment.
5125  The new paragraph will still be in the 
5126 \family sans
5127 Abstract
5128 \family default
5129  environment.
5130  So, you will have to change the paragraph environment yourself when you
5131  finish entering the abstract of your document.
5132 \end_layout
5133
5134 \begin_layout Standard
5135 \begin_inset Float figure
5136 wide false
5137 sideways false
5138 status open
5139
5140 \begin_layout Standard
5141 \align center
5142 \begin_inset Graphics
5143         filename clipart/Abstract.pdf
5144         lyxscale 25
5145
5146 \end_inset
5147
5148
5149 \end_layout
5150
5151 \begin_layout Standard
5152 \begin_inset Caption
5153
5154 \begin_layout Standard
5155 \begin_inset LatexCommand label
5156 name "cap:Paragraph-in-the"
5157
5158 \end_inset
5159
5160 Paragraph in the 
5161 \family sans
5162 Abstract
5163 \family default
5164  environment
5165 \end_layout
5166
5167 \end_inset
5168
5169
5170 \end_layout
5171
5172 \end_inset
5173
5174
5175 \end_layout
5176
5177 \begin_layout Standard
5178 We'd love to give you directly an example of the 
5179 \family sans
5180 Abstract
5181 \family default
5182  environment, but since this document is in the 
5183 \begin_inset Quotes eld
5184 \end_inset
5185
5186 book
5187 \begin_inset Quotes erd
5188 \end_inset
5189
5190  class, we can't do this.
5191  We inserted it therefore as figure\InsetSpace ~
5192
5193 \begin_inset LatexCommand ref
5194 reference "cap:Paragraph-in-the"
5195
5196 \end_inset
5197
5198 .
5199  If you've never heard of an 
5200 \begin_inset Quotes eld
5201 \end_inset
5202
5203 abstract
5204 \begin_inset Quotes erd
5205 \end_inset
5206
5207  before, you can safely ignore this environment.
5208 \end_layout
5209
5210 \begin_layout Subsubsection
5211
5212 \family sans
5213 Bibliography
5214 \family default
5215
5216 \begin_inset LatexCommand index
5217 name "Bibliography"
5218
5219 \end_inset
5220
5221
5222 \begin_inset LatexCommand label
5223 name "sub:Biblio_environment"
5224
5225 \end_inset
5226
5227
5228 \end_layout
5229
5230 \begin_layout Standard
5231 The 
5232 \family sans
5233 Bibliography
5234 \family default
5235  environment is used to list references.
5236  Technically, you could use this environment anywhere, but you really should
5237  only use it at the end of the document.
5238  Nesting 
5239 \family sans
5240 Bibliography
5241 \family default
5242  in anything else or vice versa won't work.
5243 \end_layout
5244
5245 \begin_layout Standard
5246 When you first open a 
5247 \family sans
5248 Bibliography
5249 \family default
5250  environment, LyX add a large vertical space, followed by the heading 
5251 \begin_inset Quotes eld
5252 \end_inset
5253
5254 Bibliography
5255 \begin_inset Quotes erd
5256 \end_inset
5257
5258  or 
5259 \begin_inset Quotes eld
5260 \end_inset
5261
5262 References,
5263 \begin_inset Quotes erd
5264 \end_inset
5265
5266  depending on the document class.
5267  The heading is in a large boldface font.
5268  Each paragraph of the 
5269 \family sans
5270 Bibliography
5271 \family default
5272  environment is a bibliography entry.
5273  Thus, hitting 
5274 \family sans
5275 Return
5276 \family default
5277  does not reset the paragraph environment.
5278  Each new paragraph is still in the 
5279 \family sans
5280 Bibliography
5281 \family default
5282  environment.
5283 \end_layout
5284
5285 \begin_layout Standard
5286 For a detailed description of LyX's bibliography handling, have a look at
5287  in section\InsetSpace ~
5288
5289 \begin_inset LatexCommand ref
5290 reference "sec:Bibliography"
5291
5292 \end_inset
5293
5294 .
5295 \end_layout
5296
5297 \begin_layout Subsection
5298 LyX
5299 \family sans
5300 -Code
5301 \begin_inset LatexCommand index
5302 name "Paragraph ! LyX code"
5303
5304 \end_inset
5305
5306
5307 \begin_inset LatexCommand label
5308 name "sub:LyX-Code"
5309
5310 \end_inset
5311
5312
5313 \end_layout
5314
5315 \begin_layout Standard
5316 The 
5317 \family sans
5318 LyX-Code
5319 \family default
5320  environment is another LyX extension.
5321  It type-sets text in a typewriter-style font.
5322  It also treats the 
5323 \family sans
5324 Space
5325 \family default
5326  key as a fixed whitespace;
5327 \begin_inset Foot
5328 status collapsed
5329
5330 \begin_layout Standard
5331 In the 
5332 \family sans
5333 LyX-Code
5334 \family default
5335  environment, the 
5336 \family sans
5337 Space
5338 \family default
5339  key is treated as a 
5340 \family sans
5341 Protected\InsetSpace ~
5342 Blank
5343 \family default
5344  instead of an end-of-word marker.
5345 \end_layout
5346
5347 \end_inset
5348
5349  this is the only case in which you can type multiple whitespaces in LyX.
5350  If you need to insert blank lines, you'll still need to use 
5351 \family sans
5352 C-Return
5353 \family default
5354  (the 
5355 \family typewriter
5356 break-line
5357 \family default
5358  function).
5359  
5360 \family sans
5361 Return
5362 \family default
5363  breaks paragraphs.
5364  Note, however, that 
5365 \family sans
5366 Return
5367 \family default
5368  does not reset the paragraph environment.
5369  So, when you finish using the 
5370 \family sans
5371 LyX-Code
5372 \family default
5373  environment, you'll need to change the paragraph environment yourself.
5374  Also, you can nest the 
5375 \family sans
5376 LyX-Code
5377 \family default
5378  environment inside of others.
5379 \end_layout
5380
5381 \begin_layout Standard
5382 There are a few quirks with this environment:
5383 \end_layout
5384
5385 \begin_layout Itemize
5386 You cannot use 
5387 \family sans
5388 C-Return
5389 \family default
5390  at the beginning of a new paragraph (i.e.
5391  you can't follow 
5392 \family sans
5393 Return
5394 \family default
5395  with a 
5396 \family sans
5397 C-Return
5398 \family default
5399 ).
5400 \end_layout
5401
5402 \begin_layout Itemize
5403 You can't follow a 
5404 \family sans
5405 C-Return
5406 \family default
5407  with a 
5408 \family sans
5409 Space
5410 \family default
5411 .
5412 \end_layout
5413
5414 \begin_deeper
5415 \begin_layout Itemize
5416 Use a 
5417 \family sans
5418 Return
5419 \family default
5420  to begin a new paragraph, then you can use a 
5421 \family sans
5422 Space
5423 \family default
5424 .
5425 \end_layout
5426
5427 \begin_layout Itemize
5428 Or: use 
5429 \family sans
5430 C-Space
5431 \family default
5432  instead.
5433 \end_layout
5434
5435 \end_deeper
5436 \begin_layout Itemize
5437 You can't have an empty paragraph or an empty line.
5438  You must put at least one 
5439 \family sans
5440 Space
5441 \family default
5442  in any line you want blank.
5443  Otherwise, LaTeX generates errors.
5444 \end_layout
5445
5446 \begin_layout Itemize
5447 You cannot get the typewriter double quotes by typing 
5448 \family sans
5449 "
5450 \family default
5451  since that will insert 
5452 \emph on
5453 real
5454 \emph default
5455  quotes.
5456  You get the typewriter double quotes with 
5457 \family sans
5458 C-"
5459 \family default
5460  (or 
5461 \family sans
5462 C-q
5463 \family default
5464  if you use Emacs-like key bindings).
5465 \end_layout
5466
5467 \begin_layout Standard
5468 Here's an example:
5469 \end_layout
5470
5471 \begin_layout LyX-Code
5472 #include <stdio.h>
5473 \end_layout
5474
5475 \begin_layout LyX-Code
5476  
5477 \end_layout
5478
5479 \begin_layout LyX-Code
5480 int main(void)
5481 \end_layout
5482
5483 \begin_layout LyX-Code
5484 {
5485 \end_layout
5486
5487 \begin_layout LyX-Code
5488     printf("Hello World!
5489 \backslash
5490 n");
5491 \end_layout
5492
5493 \begin_layout LyX-Code
5494     return 0;
5495 \end_layout
5496
5497 \begin_layout LyX-Code
5498 }
5499 \end_layout
5500
5501 \begin_layout Standard
5502 This is just the standard 
5503 \begin_inset Quotes eld
5504 \end_inset
5505
5506 Hello world!
5507 \begin_inset Quotes erd
5508 \end_inset
5509
5510  program.
5511  
5512 \end_layout
5513
5514 \begin_layout Standard
5515
5516 \family sans
5517 LyX-Code
5518 \family default
5519  has one purpose: to typeset code, such as program source, shell scripts,
5520  rc-files, and so on.
5521  Use it only in those very special cases where you need to generate text
5522  as if you used a typewriter.
5523 \begin_inset LatexCommand index
5524 name "Paragraph environments|)"
5525
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \begin_layout Section
5532 Nesting Environments
5533 \begin_inset LatexCommand index
5534 name "Nesting ! Environments"
5535
5536 \end_inset
5537
5538
5539 \begin_inset LatexCommand label
5540 name "sec:Nesting"
5541
5542 \end_inset
5543
5544
5545 \end_layout
5546
5547 \begin_layout Subsection
5548 Introduction
5549 \end_layout
5550
5551 \begin_layout Standard
5552 LyX treats text as a unified block with a particular context and specific
5553  properties.
5554  This allows you to create blocks that inherits some of the properties of
5555  another block.
5556  For example you have three main points in an outline, but point #2 also
5557  has two subpoints.
5558  In other words, you have a list inside of another list, with the inner
5559  list 
5560 \begin_inset Quotes eld
5561 \end_inset
5562
5563 attached
5564 \begin_inset Quotes erd
5565 \end_inset
5566
5567  to item #2:
5568 \end_layout
5569
5570 \begin_layout Enumerate
5571 one
5572 \end_layout
5573
5574 \begin_layout Enumerate
5575 two
5576 \end_layout
5577
5578 \begin_deeper
5579 \begin_layout Enumerate
5580 sublist - item #1
5581 \end_layout
5582
5583 \begin_layout Enumerate
5584 sublist - item #2
5585 \end_layout
5586
5587 \end_deeper
5588 \begin_layout Enumerate
5589 three
5590 \end_layout
5591
5592 \begin_layout Standard
5593 You put a list inside of a list by nesting one list inside the other.
5594  Nesting an environment is quite simple: Select 
5595 \family sans
5596 Increase\InsetSpace ~
5597 List\InsetSpace ~
5598 Depth
5599 \family default
5600  or 
5601 \family sans
5602 Decrease\InsetSpace ~
5603 List\InsetSpace ~
5604 Depth
5605 \family default
5606  from the 
5607 \family sans
5608 Edit
5609 \family default
5610  menu to change the nesting depth of the current paragraph (the status bar
5611  will tell you how far you are nested).
5612  Instead of the menu, you can also use the toolbar buttons 
5613 \begin_inset Graphics
5614         filename ../images/depth-increment.png
5615
5616 \end_inset
5617
5618  and 
5619 \begin_inset Graphics
5620         filename ../images/depth-decrement.png
5621
5622 \end_inset
5623
5624  or the convenient key bindings 
5625 \family sans
5626 S-M-Right
5627 \family default
5628  and 
5629 \family sans
5630 S-M-Left
5631 \family default
5632  to change the nesting level.
5633  The change will work on the current selection if you have made one (allowing
5634  you to change the nesting of several paragraphs at once), or the current
5635  paragraph.
5636 \end_layout
5637
5638 \begin_layout Standard
5639 Note that LyX only changes the nesting depth if it can.
5640  If it's invalid to do so, nothing happens if you try to change the depth.
5641  Additionally, if you change the depth of one paragraph, it affects the
5642  depth of every paragraph nested inside of it.
5643 \end_layout
5644
5645 \begin_layout Standard
5646 Nesting isn't limited to lists.
5647  In LyX, you can nest just about anything inside anything else, as you're
5648  about to find out.
5649  This is the real power of nesting paragraph environments.
5650 \end_layout
5651
5652 \begin_layout Subsection
5653 What You Can and Can't Nest
5654 \end_layout
5655
5656 \begin_layout Standard
5657 Before we fire a list of paragraph environments at you, we need to tell
5658  you a little bit more about how nesting works.
5659 \end_layout
5660
5661 \begin_layout Standard
5662 The question if nesting a paragraph environment is possible, is a bit more
5663  complicated than a simple yes or no.
5664  There are three types of paragraph environments:
5665 \end_layout
5666
5667 \begin_layout Itemize
5668 Completely unnestable
5669 \end_layout
5670
5671 \begin_layout Itemize
5672 Fully nestable, you can nest them inside of things and you can also nest
5673  other things inside of them.
5674 \end_layout
5675
5676 \begin_layout Itemize
5677 A third type, you can nest them into other environments, but you can't nest
5678  anything into them.
5679 \end_layout
5680
5681 \begin_layout Standard
5682 Here's a list of the three types of nesting behavior, and which paragraph
5683  environments have them:
5684 \end_layout
5685
5686 \begin_layout Description
5687 Unnestable Can't nest them.
5688  Can't nest into them.
5689 \end_layout
5690
5691 \begin_deeper
5692 \begin_layout Itemize
5693
5694 \family sans
5695 Part
5696 \end_layout
5697
5698 \begin_layout Itemize
5699
5700 \family sans
5701 Chapter
5702 \end_layout
5703
5704 \begin_layout Itemize
5705
5706 \family sans
5707 Section
5708 \family default
5709  
5710 \end_layout
5711
5712 \begin_layout Itemize
5713
5714 \family sans
5715 Subsection
5716 \end_layout
5717
5718 \begin_layout Itemize
5719
5720 \family sans
5721 Subsubsection
5722 \end_layout
5723
5724 \begin_layout Itemize
5725
5726 \family sans
5727 Paragraph
5728 \family default
5729  
5730 \end_layout
5731
5732 \begin_layout Itemize
5733
5734 \family sans
5735 Subparagraph
5736 \end_layout
5737
5738 \begin_layout Itemize
5739
5740 \family sans
5741 Part*
5742 \end_layout
5743
5744 \begin_layout Itemize
5745
5746 \family sans
5747 Chapter*
5748 \end_layout
5749
5750 \begin_layout Itemize
5751
5752 \family sans
5753 Section*
5754 \end_layout
5755
5756 \begin_layout Itemize
5757
5758 \family sans
5759 Subsection*
5760 \end_layout
5761
5762 \begin_layout Itemize
5763
5764 \family sans
5765 Subsubsection*
5766 \end_layout
5767
5768 \begin_layout Itemize
5769
5770 \family sans
5771 Bibliography
5772 \end_layout
5773
5774 \begin_layout Itemize
5775
5776 \family sans
5777 Abstract
5778 \end_layout
5779
5780 \begin_layout Itemize
5781
5782 \family sans
5783 Title
5784 \end_layout
5785
5786 \begin_layout Itemize
5787
5788 \family sans
5789 Author
5790 \end_layout
5791
5792 \begin_layout Itemize
5793
5794 \family sans
5795 Date
5796 \end_layout
5797
5798 \end_deeper
5799 \begin_layout Description
5800 Fully\InsetSpace ~
5801 Nestable You can nest them.
5802  You can nest other things into them.
5803 \end_layout
5804
5805 \begin_deeper
5806 \begin_layout Itemize
5807
5808 \family sans
5809 Verse
5810 \end_layout
5811
5812 \begin_layout Itemize
5813
5814 \family sans
5815 Quote
5816 \end_layout
5817
5818 \begin_layout Itemize
5819
5820 \family sans
5821 Quotation
5822 \end_layout
5823
5824 \begin_layout Itemize
5825
5826 \family sans
5827 Itemize
5828 \end_layout
5829
5830 \begin_layout Itemize
5831
5832 \family sans
5833 Enumerate
5834 \end_layout
5835
5836 \begin_layout Itemize
5837
5838 \family sans
5839 Description
5840 \end_layout
5841
5842 \begin_layout Itemize
5843
5844 \family sans
5845 List
5846 \end_layout
5847
5848 \begin_layout Itemize
5849
5850 \family sans
5851 LyX-Code
5852 \end_layout
5853
5854 \end_deeper
5855 \begin_layout Description
5856 Nestable-Inside You can nest them inside of other things.
5857  You can't nest anything into them.
5858 \end_layout
5859
5860 \begin_deeper
5861 \begin_layout Itemize
5862
5863 \family sans
5864 Standard
5865 \end_layout
5866
5867 \begin_layout Itemize
5868
5869 \family sans
5870 Right\InsetSpace ~
5871 Address
5872 \end_layout
5873
5874 \begin_layout Itemize
5875
5876 \family sans
5877 Address
5878 \end_layout
5879
5880 \end_deeper
5881 \begin_layout Standard
5882 The 
5883 \family sans
5884 Caption
5885 \family default
5886  environment doesn't really fit anywhere, since it's only used inside of
5887  
5888 \family sans
5889 Table\InsetSpace ~
5890 Floats
5891 \family default
5892  and 
5893 \family sans
5894 Figure\InsetSpace ~
5895 Floats
5896 \family default
5897 .
5898 \end_layout
5899
5900 \begin_layout Subsection
5901 Nesting Other Things: Tables, Math, Floats, etc.
5902 \begin_inset LatexCommand index
5903 name "Nesting ! Tables etc."
5904
5905 \end_inset
5906
5907
5908 \begin_inset LatexCommand label
5909 name "sec:table-and-fig-nesting"
5910
5911 \end_inset
5912
5913
5914 \end_layout
5915
5916 \begin_layout Standard
5917 There are several things that aren't paragraph environments, but which are
5918  affected by nesting anyhow.
5919  They are:
5920 \end_layout
5921
5922 \begin_layout Itemize
5923 equations
5924 \end_layout
5925
5926 \begin_layout Itemize
5927 tables
5928 \end_layout
5929
5930 \begin_layout Itemize
5931 figures
5932 \end_layout
5933
5934 \begin_layout Standard
5935 (
5936 \begin_inset Note Greyedout
5937 status open
5938
5939 \begin_layout Standard
5940
5941 \series bold
5942 Note:
5943 \series default
5944  If you put a figure or a table in a 
5945 \family sans
5946 Float
5947 \family default
5948 , this is no longer true.
5949 \end_layout
5950
5951 \end_inset
5952
5953  Have a look at section\InsetSpace ~
5954
5955 \begin_inset LatexCommand ref
5956 reference "sec:Floats"
5957
5958 \end_inset
5959
5960  for more informations about 
5961 \family sans
5962 Floats
5963 \family default
5964 .)
5965 \end_layout
5966
5967 \begin_layout Standard
5968 LyX can treat these three objects as either a word or as a paragraph.
5969  If a figure, table, or an equation is inline, it goes wherever the paragraph
5970  it is in goes.
5971 \end_layout
5972
5973 \begin_layout Standard
5974 On the other hand, if you have an equation, figure or table in a 
5975 \begin_inset Quotes eld
5976 \end_inset
5977
5978 paragraph
5979 \begin_inset Quotes erd
5980 \end_inset
5981
5982  of its own, it behaves just like a 
5983 \begin_inset Quotes eld
5984 \end_inset
5985
5986 nestable-inside
5987 \begin_inset Quotes erd
5988 \end_inset
5989
5990  paragraph environment.
5991  You can nest it into any environment, but you obviously can't nest anything
5992  into it.
5993 \end_layout
5994
5995 \begin_layout Standard
5996 Here's an example with a table:
5997 \end_layout
5998
5999 \begin_layout Enumerate
6000 Item One
6001 \end_layout
6002
6003 \begin_deeper
6004 \begin_layout Enumerate
6005 This is (a) and it's nested.
6006 \end_layout
6007
6008 \begin_deeper
6009 \begin_layout Standard
6010 \begin_inset VSpace 0.3cm
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \begin_layout Standard
6017 \align center
6018 \begin_inset Tabular
6019 <lyxtabular version="3" rows="2" columns="2">
6020 <features>
6021 <column alignment="center" valignment="top" leftline="true" width="0pt">
6022 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6023 <row topline="true">
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Standard
6028
6029 \family roman
6030 \series medium
6031 \shape up
6032 \size normal
6033 \emph off
6034 \bar no
6035 \noun off
6036 \color none
6037 a
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Standard
6046
6047 \family roman
6048 \series medium
6049 \shape up
6050 \size normal
6051 \emph off
6052 \bar no
6053 \noun off
6054 \color none
6055 b
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 <row topline="true" bottomline="true">
6062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Standard
6066
6067 \family roman
6068 \series medium
6069 \shape up
6070 \size normal
6071 \emph off
6072 \bar no
6073 \noun off
6074 \color none
6075 c
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Standard
6084
6085 \family roman
6086 \series medium
6087 \shape up
6088 \size normal
6089 \emph off
6090 \bar no
6091 \noun off
6092 \color none
6093 d
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 </row>
6099 </lyxtabular>
6100
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \begin_layout Standard
6107 \begin_inset VSpace 0.3cm
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \end_deeper
6114 \begin_layout Enumerate
6115 This is (b).
6116  The table is actually nested inside (a).
6117 \end_layout
6118
6119 \end_deeper
6120 \begin_layout Enumerate
6121 Back out again.
6122 \end_layout
6123
6124 \begin_layout Standard
6125 If we hadn't nested the table at all, the list would look like this:
6126 \end_layout
6127
6128 \begin_layout Enumerate
6129 Item One
6130 \end_layout
6131
6132 \begin_deeper
6133 \begin_layout Enumerate
6134 This is (a) and it's nested.
6135 \end_layout
6136
6137 \end_deeper
6138 \begin_layout Standard
6139 \begin_inset VSpace 0.3cm
6140 \end_inset
6141
6142
6143 \end_layout
6144
6145 \begin_layout Standard
6146 \align center
6147 \begin_inset Tabular
6148 <lyxtabular version="3" rows="2" columns="2">
6149 <features>
6150 <column alignment="center" valignment="top" leftline="true" width="0pt">
6151 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6152 <row topline="true">
6153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Standard
6157
6158 \family roman
6159 \series medium
6160 \shape up
6161 \size normal
6162 \emph off
6163 \bar no
6164 \noun off
6165 \color none
6166 a
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Standard
6175
6176 \family roman
6177 \series medium
6178 \shape up
6179 \size normal
6180 \emph off
6181 \bar no
6182 \noun off
6183 \color none
6184 b
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 </row>
6190 <row topline="true" bottomline="true">
6191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Standard
6195
6196 \family roman
6197 \series medium
6198 \shape up
6199 \size normal
6200 \emph off
6201 \bar no
6202 \noun off
6203 \color none
6204 c
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Standard
6213
6214 \family roman
6215 \series medium
6216 \shape up
6217 \size normal
6218 \emph off
6219 \bar no
6220 \noun off
6221 \color none
6222 d
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 </lyxtabular>
6229
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \begin_layout Standard
6236 \begin_inset VSpace 0.3cm
6237 \end_inset
6238
6239
6240 \end_layout
6241
6242 \begin_layout Enumerate
6243 This is (b).
6244  The table is 
6245 \emph on
6246 not
6247 \emph default
6248  nested inside (a).
6249  In fact, it's not nested at all.
6250 \end_layout
6251
6252 \begin_layout Enumerate
6253 Back out again.
6254 \end_layout
6255
6256 \begin_layout Standard
6257 Notice how item (b) is not only no longer nested, but is also the first
6258  item of a new list!
6259 \end_layout
6260
6261 \begin_layout Standard
6262 There's another trap you can fall into: Nesting the table, but not going
6263  deep enough.
6264  LyX then turns anything after the table into a new sublist.
6265 \end_layout
6266
6267 \begin_layout Enumerate
6268 Item One
6269 \end_layout
6270
6271 \begin_deeper
6272 \begin_layout Enumerate
6273 This is (a) and it's nested.
6274 \end_layout
6275
6276 \begin_layout Standard
6277 \begin_inset VSpace 0.3cm
6278 \end_inset
6279
6280
6281 \end_layout
6282
6283 \begin_layout Standard
6284 \align center
6285 \begin_inset Tabular
6286 <lyxtabular version="3" rows="2" columns="2">
6287 <features>
6288 <column alignment="center" valignment="top" leftline="true" width="0pt">
6289 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6290 <row topline="true">
6291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Standard
6295
6296 \family roman
6297 \series medium
6298 \shape up
6299 \size normal
6300 \emph off
6301 \bar no
6302 \noun off
6303 \color none
6304 a
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Standard
6313
6314 \family roman
6315 \series medium
6316 \shape up
6317 \size normal
6318 \emph off
6319 \bar no
6320 \noun off
6321 \color none
6322 b
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row topline="true" bottomline="true">
6329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Standard
6333
6334 \family roman
6335 \series medium
6336 \shape up
6337 \size normal
6338 \emph off
6339 \bar no
6340 \noun off
6341 \color none
6342 c
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Standard
6351
6352 \family roman
6353 \series medium
6354 \shape up
6355 \size normal
6356 \emph off
6357 \bar no
6358 \noun off
6359 \color none
6360 d
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 </lyxtabular>
6367
6368 \end_inset
6369
6370
6371 \end_layout
6372
6373 \begin_layout Standard
6374 \begin_inset VSpace 0.3cm
6375 \end_inset
6376
6377
6378 \end_layout
6379
6380 \begin_layout Enumerate
6381 This is (b).
6382  The table is actually nested inside Item One, but 
6383 \emph on
6384 not
6385 \emph default
6386  inside (a).
6387 \end_layout
6388
6389 \end_deeper
6390 \begin_layout Enumerate
6391 Back out again.
6392 \end_layout
6393
6394 \begin_layout Standard
6395 As you can see, item (b) turned into the first item of a new list, but a
6396  new list 
6397 \emph on
6398 inside
6399 \emph default
6400  item 1.
6401  The same thing would have happened to a figure or an equation.
6402  So, if you nest tables, figures or equations, make sure you go to the right
6403  depth!
6404 \end_layout
6405
6406 \begin_layout Subsection
6407 Usage and General Features
6408 \begin_inset LatexCommand label
6409 name "sub:Nesting-Usage"
6410
6411 \end_inset
6412
6413
6414 \end_layout
6415
6416 \begin_layout Standard
6417 Speaking of levels, LyX can perform up to a six-fold nesting.
6418  In other words, 
6419 \begin_inset Quotes eld
6420 \end_inset
6421
6422 level #6
6423 \begin_inset Quotes erd
6424 \end_inset
6425
6426  is the innermost possible depth.
6427  Here's an example to display what we mean:
6428 \end_layout
6429
6430 \begin_layout Enumerate
6431 level #1 - outermost
6432 \end_layout
6433
6434 \begin_deeper
6435 \begin_layout Enumerate
6436 level #2
6437 \end_layout
6438
6439 \begin_deeper
6440 \begin_layout Enumerate
6441 level #3
6442 \end_layout
6443
6444 \begin_deeper
6445 \begin_layout Enumerate
6446 level #4
6447 \end_layout
6448
6449 \begin_deeper
6450 \begin_layout Itemize
6451 level #5
6452 \end_layout
6453
6454 \begin_deeper
6455 \begin_layout Itemize
6456 level #6
6457 \end_layout
6458
6459 \end_deeper
6460 \end_deeper
6461 \end_deeper
6462 \end_deeper
6463 \end_deeper
6464 \begin_layout Standard
6465 There are two exceptions to the six-fold nesting limit, and you can see
6466  both of them in the example.
6467  Unlike the other fully-nestable environments, you can only perform a four-fold
6468  nesting with the 
6469 \family sans
6470 Enumerate
6471 \family default
6472  and 
6473 \family sans
6474 Itemize
6475 \family default
6476  environments.
6477  For example, if we tried to nest another 
6478 \family sans
6479 Enumerate
6480 \family default
6481  list inside of item 
6482 \begin_inset Quotes eld
6483 \end_inset
6484
6485 A.
6486 \begin_inset Quotes erd
6487 \end_inset
6488
6489 , we'd get errors.
6490 \end_layout
6491
6492 \begin_layout Subsection
6493 Some Examples
6494 \begin_inset LatexCommand index
6495 name "Nesting ! Examples"
6496
6497 \end_inset
6498
6499
6500 \end_layout
6501
6502 \begin_layout Standard
6503 The best way to explain just what you can do with nesting is by illustration.
6504  We have several examples of nested environments.
6505  In them, we explain how we created the example, so that you can reproduce
6506  them.
6507 \end_layout
6508
6509 \begin_layout Subsubsection
6510 Example 1: The Six-fold Way and Mixed Nesting
6511 \end_layout
6512
6513 \begin_layout Labeling
6514 \labelwidthstring MMM
6515 #1-a This is the outermost level.
6516  It's a 
6517 \family sans
6518 List
6519 \family default
6520  environment.
6521 \end_layout
6522
6523 \begin_deeper
6524 \begin_layout Labeling
6525 \labelwidthstring MMM
6526 #2-a This is level #2.
6527  We created it by using 
6528 \family sans
6529 M-Return
6530 \family default
6531  followed by 
6532 \family sans
6533 S-M-Right
6534 \family default
6535 .
6536 \end_layout
6537
6538 \begin_deeper
6539 \begin_layout Labeling
6540 \labelwidthstring MMM
6541 #3-a This is level #3.
6542  This time, we just hit 
6543 \family sans
6544 Return
6545 \family default
6546 , then used 
6547 \family sans
6548 S-M-Right
6549 \family default
6550  twice in a row.
6551  We could have also created it the same way as we did the previous level,
6552  by hitting 
6553 \family sans
6554 M-Return
6555 \family default
6556  followed by 
6557 \family sans
6558 S-M-Right
6559 \family default
6560 .
6561 \end_layout
6562
6563 \begin_deeper
6564 \begin_layout Standard
6565 This is actually a 
6566 \family sans
6567 Standard
6568 \family default
6569  environment, nested inside of 
6570 \begin_inset Quotes eld
6571 \end_inset
6572
6573 #3-a
6574 \begin_inset Quotes erd
6575 \end_inset
6576
6577 .
6578  So, it's at level #4.
6579  We did this by hitting 
6580 \family sans
6581 M-Return
6582 \family default
6583 , then 
6584 \family sans
6585 S-M-Right
6586 \family default
6587 , then changing the paragraph environment to 
6588 \family sans
6589 Standard
6590 \family default
6591 .
6592  Do this to create list items with more than one paragraph - it also works
6593  for the 
6594 \family sans
6595 Description
6596 \family default
6597
6598 \family sans
6599 Enumerate
6600 \family default
6601 , and 
6602 \family sans
6603 Itemize
6604 \family default
6605  environments!
6606 \end_layout
6607
6608 \begin_layout Standard
6609 Here's another 
6610 \family sans
6611 Standard
6612 \family default
6613  paragraph, also at level #4, made with just a 
6614 \family sans
6615 M-Return
6616 \family default
6617 .
6618 \end_layout
6619
6620 \begin_layout Labeling
6621 \labelwidthstring MMM
6622 #4-a This is level #4.
6623  We hit 
6624 \family sans
6625 M-Return
6626 \family default
6627  and changed the paragraph environment back to 
6628 \family sans
6629 List
6630 \family default
6631 .
6632  Remember - we can't nest anything inside of a 
6633 \family sans
6634 Standard
6635 \family default
6636  environment, which is why we're still at level #4.
6637  However, we 
6638 \emph on
6639 can
6640 \emph default
6641  keep nesting things inside of 
6642 \begin_inset Quotes eld
6643 \end_inset
6644
6645 #3-a
6646 \begin_inset Quotes erd
6647 \end_inset
6648
6649 .
6650 \end_layout
6651
6652 \begin_deeper
6653 \begin_layout Labeling
6654 \labelwidthstring MMM
6655 #5-a This is level #5\SpecialChar \ldots{}
6656
6657 \end_layout
6658
6659 \begin_deeper
6660 \begin_layout Labeling
6661 \labelwidthstring MMM
6662 #6-a \SpecialChar \ldots{}
6663 and this is level #6.
6664  By now, you should know how we made these two.
6665 \end_layout
6666
6667 \end_deeper
6668 \begin_layout Labeling
6669 \labelwidthstring MMM
6670 #5-b Back to level #5.
6671  Just hit 
6672 \family sans
6673 M-Return
6674 \family default
6675  followed by a 
6676 \family sans
6677 S-M-Left
6678 \family default
6679 .
6680 \end_layout
6681
6682 \end_deeper
6683 \begin_layout Labeling
6684 \labelwidthstring MMM
6685 #4-b After another 
6686 \family sans
6687 M-Return
6688 \family default
6689  followed by a 
6690 \family sans
6691 S-M-Left
6692 \family default
6693 , we're back at level #4.
6694 \end_layout
6695
6696 \end_deeper
6697 \begin_layout Labeling
6698 \labelwidthstring MMM
6699 #3-b Back to level #3.
6700  By now it should be obvious how we did this.
6701 \end_layout
6702
6703 \end_deeper
6704 \begin_layout Labeling
6705 \labelwidthstring MMM
6706 #2-b Back to level #2.
6707  
6708 \end_layout
6709
6710 \end_deeper
6711 \begin_layout Labeling
6712 \labelwidthstring MMM
6713 #1-b And last, back to the outermost level, #1.
6714  After this sentence, we'll hit 
6715 \family sans
6716 Return
6717 \family default
6718  and change the paragraph environment back to 
6719 \family sans
6720 Standard
6721 \family default
6722  to end the list.
6723 \end_layout
6724
6725 \begin_layout Standard
6726 We could have also used the 
6727 \family sans
6728 Description
6729 \family default
6730
6731 \family sans
6732 Quote
6733 \family default
6734
6735 \family sans
6736 Quotation
6737 \family default
6738 , or even the 
6739 \family sans
6740 Verse
6741 \family default
6742  environment in place of the 
6743 \family sans
6744 List
6745 \family default
6746  environment.
6747  The example would have worked exactly the same.
6748 \end_layout
6749
6750 \begin_layout Subsubsection
6751 Example 2: Inheritance
6752 \end_layout
6753
6754 \begin_layout LyX-Code
6755 This is the LyX-Code environment, at level #1, the outermost
6756 \end_layout
6757
6758 \begin_layout LyX-Code
6759 level.
6760   Now we'll hit 
6761 \family sans
6762 Return
6763 \family default
6764 , then 
6765 \family sans
6766 S-M-Right
6767 \family default
6768 , after which, we'll change to the 
6769 \family sans
6770 Enumerate
6771 \family default
6772  environment.
6773 \end_layout
6774
6775 \begin_deeper
6776 \begin_layout Enumerate
6777 This is the 
6778 \family sans
6779 Enumerate
6780 \family default
6781  environment, at level #2.
6782 \end_layout
6783
6784 \begin_layout Enumerate
6785 Notice how the nested 
6786 \family sans
6787 Enumerate
6788 \family default
6789  not only inherits its margins from its parent environment (
6790 \family sans
6791 LyX-Code
6792 \family default
6793 ), but also inherits its font and spacing!
6794 \end_layout
6795
6796 \end_deeper
6797 \begin_layout Standard
6798 We ended this example by hitting 
6799 \family sans
6800 Return
6801 \family default
6802 .
6803  After that, we needed to reset the paragraph environment to 
6804 \family sans
6805 Standard
6806 \family default
6807  and resetting the nesting depth by using 
6808 \family sans
6809 S-M-Left
6810 \family default
6811  once.
6812 \end_layout
6813
6814 \begin_layout Subsubsection
6815 Example 3: Labels, Levels, and the 
6816 \family sans
6817 Enumerate
6818 \family default
6819  and 
6820 \family sans
6821 Itemize
6822 \family default
6823  Environments
6824 \begin_inset OptArg
6825 status collapsed
6826
6827 \begin_layout Standard
6828 Example #3: Labels, Levels and other list environments
6829 \end_layout
6830
6831 \end_inset
6832
6833
6834 \end_layout
6835
6836 \begin_layout Enumerate
6837 This is level #1, in an 
6838 \family sans
6839 Enumerate
6840 \family default
6841  paragraph environment.
6842  We're actually going to nest a bunch of these.
6843 \end_layout
6844
6845 \begin_deeper
6846 \begin_layout Enumerate
6847 This is level #2.
6848  We used 
6849 \family sans
6850 M-Return
6851 \family default
6852  followed by 
6853 \family sans
6854 S-M-Right
6855 \family default
6856 .
6857  Now, what happens if we nest an 
6858 \family sans
6859 Itemize
6860 \family default
6861  environment inside of this one? It will be at level #3, but what will its
6862  label be? An asterisk?
6863 \end_layout
6864
6865 \begin_deeper
6866 \begin_layout Itemize
6867 No! It's a bullet.
6868  This is the 
6869 \emph on
6870 first
6871 \emph default
6872  
6873 \family sans
6874 Itemize
6875 \family default
6876  environment, even though it's at level #3.
6877  So, its label is a bullet.
6878  (We got here by using 
6879 \family sans
6880 M-Return
6881 \family default
6882 , then 
6883 \family sans
6884 S-M-Right
6885 \family default
6886 , then changing the environment to 
6887 \family sans
6888 Itemize
6889 \family default
6890 .)
6891 \end_layout
6892
6893 \begin_deeper
6894 \begin_layout Itemize
6895 Here's level #4, produced using 
6896 \family sans
6897 M-Return
6898 \family default
6899 , then 
6900 \family sans
6901 S-M-Right
6902 \family default
6903 .
6904  We'll do that again\SpecialChar \ldots{}
6905
6906 \end_layout
6907
6908 \begin_deeper
6909 \begin_layout Enumerate
6910 \SpecialChar \ldots{}
6911 to get to level #5.
6912  This time, however, we also changed the paragraph environment back to 
6913 \family sans
6914 Enumerate
6915 \family default
6916 .
6917  Notice the type of numbering, it is 
6918 \emph on
6919 lowercase Roman
6920 \emph default
6921 , because we are in the 
6922 \emph on
6923 thirdfold
6924 \emph default
6925  
6926 \family sans
6927 Enumerate
6928 \family default
6929  environment (i.e.
6930  it is an 
6931 \family sans
6932 Enumerate
6933 \family default
6934  inside an 
6935 \family sans
6936 Enumerate
6937 \family default
6938  inside an 
6939 \family sans
6940 Enumerate
6941 \family default
6942 ).
6943 \end_layout
6944
6945 \begin_layout Enumerate
6946 What happens if we 
6947 \emph on
6948 don't
6949 \emph default
6950  change the paragraph environment, but decrease the nesting depth? What
6951  type of numbering does LyX use?
6952 \end_layout
6953
6954 \begin_layout Enumerate
6955 Oh, as if you couldn't guess by now, we're just using 
6956 \family sans
6957 M-Return
6958 \family default
6959  to keep the current environment and depth but create a new item.
6960 \end_layout
6961
6962 \begin_layout Enumerate
6963 Let's use 
6964 \family sans
6965 S-M-Left
6966 \family default
6967  to decrease the depth after the next 
6968 \family sans
6969 M-Return
6970 \family default
6971 .
6972 \end_layout
6973
6974 \end_deeper
6975 \begin_layout Enumerate
6976 This is level #4.
6977  Look what type of label LyX is using!
6978 \end_layout
6979
6980 \end_deeper
6981 \begin_layout Enumerate
6982 This is level #3.
6983  Even though we've changed levels, LyX is still using a lowercase Roman
6984  numeral as the label.Why?
6985 \end_layout
6986
6987 \begin_layout Enumerate
6988 Because, even though the nesting depth has changed, the paragraph is 
6989 \emph on
6990 still
6991 \emph default
6992  a thirdfold 
6993 \family sans
6994 Enumerate
6995 \family default
6996  environment.
6997  Notice, however, that LyX 
6998 \emph on
6999 did
7000 \emph default
7001  reset the counter for the label.
7002 \end_layout
7003
7004 \end_deeper
7005 \begin_layout Enumerate
7006 Another 
7007 \family sans
7008 M-Return
7009 \family default
7010  
7011 \family sans
7012 S-M-Left
7013 \family default
7014  sequence, and we're back to level #2.
7015  This time, we not only changed the nesting depth, but we also moved back
7016  into the twofold-nested 
7017 \family sans
7018 Enumerate
7019 \family default
7020  environment.
7021 \end_layout
7022
7023 \end_deeper
7024 \begin_layout Enumerate
7025 The same thing happens if we do another 
7026 \family sans
7027 M-Return
7028 \family default
7029  
7030 \family sans
7031 S-M-Left
7032 \family default
7033  sequence and return to level #1, the outermost level.
7034 \end_layout
7035
7036 \begin_layout Standard
7037 Lastly, we reset the environment to 
7038 \family sans
7039 Standard
7040 \family default
7041 .
7042  As you can see, the level number doesn't correspond to what type of labeling
7043  LyX uses for the 
7044 \family sans
7045 Enumerate
7046 \family default
7047  and 
7048 \family sans
7049 Itemize
7050 \family default
7051  environments.
7052  The number of other 
7053 \family sans
7054 Enumerate
7055 \family default
7056  environments surrounding it determines what kind of label LyX uses for
7057  an 
7058 \family sans
7059 Enumerate
7060 \family default
7061  item.
7062  The same rule applies for the 
7063 \family sans
7064 Itemize
7065 \family default
7066  environment, as well.
7067 \end_layout
7068
7069 \begin_layout Subsubsection
7070 Example 4: Going Bonkers
7071 \end_layout
7072
7073 \begin_layout Enumerate
7074 We're going to go totally nuts now.
7075  We won't nest as deep as in the other examples, nor will we go into the
7076  same detail with how we did it.
7077  (level #1: 
7078 \family sans
7079 Enumerate
7080 \family default
7081 )
7082 \end_layout
7083
7084 \begin_deeper
7085 \begin_layout Standard
7086 (
7087 \family sans
7088 Return, S-M-Right, Standard
7089 \family default
7090 : level #2) We'll stick an encapsulated description of how we created the
7091  example in parentheses someplace.
7092  For example, the two keybindings are how we changed the depth.
7093  The environment name is the name of the current environment.
7094  Either before or after this, we'll put in the level.
7095 \end_layout
7096
7097 \end_deeper
7098 \begin_layout Enumerate
7099 (
7100 \family sans
7101 Return, Enumerate
7102 \family default
7103 : level #1) This is the next item in the list.
7104 \end_layout
7105
7106 \begin_deeper
7107 \begin_layout Verse
7108 Now we'll add verse.
7109 \newline
7110 It will get much worse.
7111 \newline
7112 (
7113 \family sans
7114 Return, S-M-Right, Verse
7115 \family default
7116 : level #2)
7117 \end_layout
7118
7119 \begin_layout Verse
7120 Fiddle dee, Fiddle doo.
7121 \newline
7122 Bippitey boppitey boo!
7123 \newline
7124 (
7125 \family sans
7126 M-Return)
7127 \end_layout
7128
7129 \begin_layout Verse
7130 Here comes a table:
7131 \end_layout
7132
7133 \begin_deeper
7134 \begin_layout Standard
7135 \begin_inset VSpace 0.3cm
7136 \end_inset
7137
7138
7139 \end_layout
7140
7141 \begin_layout Standard
7142 \align center
7143 \begin_inset Tabular
7144 <lyxtabular version="3" rows="2" columns="2">
7145 <features>
7146 <column alignment="center" valignment="top" width="0pt">
7147 <column alignment="center" valignment="top" leftline="true" width="0pt">
7148 <row>
7149 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Standard
7153
7154 \family roman
7155 \series medium
7156 \shape up
7157 \size normal
7158 \emph off
7159 \bar no
7160 \noun off
7161 \color none
7162 one-fish
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Standard
7171
7172 \family roman
7173 \series medium
7174 \shape up
7175 \size normal
7176 \emph off
7177 \bar no
7178 \noun off
7179 \color none
7180 two-fish
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 </row>
7186 <row topline="true">
7187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Standard
7191
7192 \family roman
7193 \series medium
7194 \shape up
7195 \size normal
7196 \emph off
7197 \bar no
7198 \noun off
7199 \color none
7200 red-fish
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Standard
7209
7210 \family roman
7211 \series medium
7212 \shape up
7213 \size normal
7214 \emph off
7215 \bar no
7216 \noun off
7217 \color none
7218 blue-fish
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 </row>
7224 </lyxtabular>
7225
7226 \end_inset
7227
7228
7229 \end_layout
7230
7231 \end_deeper
7232 \begin_layout Verse
7233 (
7234 \family sans
7235 M-Return, Table, S-M-Right
7236 \family default
7237  3 times, 
7238 \family sans
7239 M-Return, Verse, S-M-Left
7240 \family default
7241 )
7242 \end_layout
7243
7244 \end_deeper
7245 \begin_layout Enumerate
7246 (
7247 \family sans
7248 Return, Enumerate
7249 \family default
7250 : level #1) This is another item.
7251  Note that selecting a 
7252 \family sans
7253 Table
7254 \family default
7255  resets the nesting depth to level #1, so we increased the nesting depth
7256  3 times to put the table inside the 
7257 \family sans
7258 Verse
7259 \family default
7260  environment.
7261  
7262 \end_layout
7263
7264 \begin_layout Quotation
7265 We're now ending the 
7266 \family sans
7267 Enumerate
7268 \family default
7269  list and changing to 
7270 \family sans
7271 Quotation
7272 \family default
7273 .
7274  We're still at level #1.
7275  We want to show you some of the things you can do by mixing environments.
7276  The next set of paragraphs is a 
7277 \begin_inset Quotes eld
7278 \end_inset
7279
7280 quoted letter.
7281 \begin_inset Quotes erd
7282 \end_inset
7283
7284  We'll nest both the 
7285 \family sans
7286 Address
7287 \family default
7288  and 
7289 \family sans
7290 Right\InsetSpace ~
7291 Address
7292 \family default
7293  environments inside of this one, then use another nested 
7294 \family sans
7295 Quotation
7296 \family default
7297  for the letter body.
7298  We'll use 
7299 \family sans
7300 M-Return
7301 \family default
7302  to preserve the depth.
7303  Remember that you need to use 
7304 \family sans
7305 C-Return
7306 \family default
7307  to create multiple lines inside the 
7308 \family sans
7309 Address
7310 \family default
7311  and 
7312 \family sans
7313 Right\InsetSpace ~
7314 Address
7315 \family default
7316  environments.
7317  Here it goes:
7318 \end_layout
7319
7320 \begin_deeper
7321 \begin_layout Right Address
7322 1234 Nowhere Rd.
7323 \newline
7324 Moosegroin, MT 00100
7325 \newline
7326 9-6-96
7327 \end_layout
7328
7329 \begin_layout Address
7330 Dear Mr.\InsetSpace ~
7331 Fizlewitz:
7332 \end_layout
7333
7334 \begin_layout Quotation
7335 We regret to inform you that we cannot fill your order for 50
7336 \begin_inset Formula $\,$
7337 \end_inset
7338
7339 L of compressed methane gas due to circumstances beyond our control.
7340  Unfortunately, several of our cows have mysteriously exploded, creating
7341  a backlog in our orders for methane.
7342  We will place your name on the waiting list and try to fill your order
7343  as soon as possible.
7344  In the meantime, we thank you for your patience.
7345 \end_layout
7346
7347 \begin_layout Quotation
7348 We do, however, now have a special on beef.
7349  If you are interested, please return the enclosed pricing and order form
7350  with your order, along with payment.
7351 \end_layout
7352
7353 \begin_layout Quotation
7354 We thank you again for your patience.
7355 \end_layout
7356
7357 \begin_layout Address
7358 Sincerely,
7359 \newline
7360 Bill Hick
7361 \end_layout
7362
7363 \end_deeper
7364 \begin_layout Quotation
7365 That ends that example!
7366 \end_layout
7367
7368 \begin_layout Standard
7369 As you can see, nesting environments in LyX gives you a lot of power with
7370  just a few keystrokes.
7371  We could have easily nested an 
7372 \family sans
7373 Itemize
7374 \family default
7375  list inside of a 
7376 \family sans
7377 Quotation
7378 \family default
7379  or 
7380 \family sans
7381 Quote
7382 \family default
7383 , or put a 
7384 \family sans
7385 Quote
7386 \family default
7387  inside of an 
7388 \family sans
7389 Itemize
7390 \family default
7391  list.
7392  You have a huge variety of options at your disposal.
7393 \end_layout
7394
7395 \begin_layout Section
7396 Spacing, pagination and line breaks
7397 \end_layout
7398
7399 \begin_layout Subsection
7400 Horizontal Space
7401 \begin_inset LatexCommand label
7402 name "sub:Horizontal-Space"
7403
7404 \end_inset
7405
7406
7407 \end_layout
7408
7409 \begin_layout Subsubsection
7410
7411 \family sans
7412 Horizontal Fills
7413 \end_layout
7414
7415 \begin_layout Standard
7416 Horizontal Fills (HFills) are a special LyX feature for adding extra space
7417  in a uniform fashion.
7418  An HFill is actually a variable length space, whose length always equals
7419  the remaining space between the left and right margins.
7420  If there is more than one HFill on a line, they divide the available space
7421  equally between themselves.
7422  
7423 \end_layout
7424
7425 \begin_layout Standard
7426 HFill
7427 \family roman
7428 s
7429 \family default
7430  can be inserted with 
7431 \family sans
7432 Insert\SpecialChar \menuseparator
7433 Formatting\InsetSpace ~
7434 Character\SpecialChar \menuseparator
7435 Horizontal Fill
7436 \family default
7437 .
7438  Here a few examples what you can do with them:
7439 \end_layout
7440
7441 \begin_layout Quote
7442 \noindent
7443 This is on the left side 
7444 \hfill
7445 This is on the right
7446 \end_layout
7447
7448 \begin_layout Quote
7449 \noindent
7450 Left
7451 \hfill
7452 Middle
7453 \hfill
7454 Right
7455 \end_layout
7456
7457 \begin_layout Quote
7458 \noindent
7459 Left
7460 \hfill
7461 1/3 Left
7462 \hfill
7463
7464 \hfill
7465 Right
7466 \end_layout
7467
7468 \begin_layout Standard
7469 That was an example in the 
7470 \family sans
7471 Quote
7472 \family default
7473  environment.
7474  Here
7475 \begin_inset Formula $\to$
7476 \end_inset
7477
7478
7479 \hfill
7480
7481 \begin_inset Formula $\gets$
7482 \end_inset
7483
7484 is one in a standard paragraph.
7485  It may or may not be apparent in the printed text, but it 
7486 \emph on
7487 is
7488 \emph default
7489  sitting in-between the two arrows.
7490 \end_layout
7491
7492 \begin_layout Standard
7493 There may be more than one set of margins on a line.
7494  Here's an example with the 
7495 \family sans
7496 List
7497 \family default
7498  environment.
7499 \end_layout
7500
7501 \begin_layout Labeling
7502 \labelwidthstring 00.00.0000
7503 one
7504 \hfill
7505 two :three
7506 \hfill
7507 four
7508 \hfill
7509 five
7510 \hfill
7511 six
7512 \end_layout
7513
7514 \begin_layout Standard
7515 The 
7516 \begin_inset Quotes eld
7517 \end_inset
7518
7519 :
7520 \begin_inset Quotes erd
7521 \end_inset
7522
7523  marks the beginning of the item.
7524  (There is actually a 
7525 \begin_inset Quotes eld
7526 \end_inset
7527
7528 hidden
7529 \begin_inset Quotes erd
7530 \end_inset
7531
7532  HFill inside of the label of the 
7533 \family sans
7534 List
7535 \family default
7536  environment; it's put at the end of the label automatically.) HFills work
7537  similarly in other 
7538 \begin_inset Quotes eld
7539 \end_inset
7540
7541 multi-margin
7542 \begin_inset Quotes erd
7543 \end_inset
7544
7545  situations, like two-column mode.
7546 \end_layout
7547
7548 \begin_layout Standard
7549 \begin_inset Note Greyedout
7550 status open
7551
7552 \begin_layout Standard
7553
7554 \series bold
7555 Note:
7556 \series default
7557  If an HFill is at the beginning of a line, and 
7558 \emph on
7559 not
7560 \emph default
7561  in the first line in a paragraph, LyX ignores it.
7562  This prevents HFills from accidentally being wrapped onto a new line.
7563  If you need space in this case anyway, you have to use the LaTeX-command
7564  
7565 \series bold
7566
7567 \backslash
7568 hspace*{
7569 \backslash
7570 fill}
7571 \series default
7572  in ERT.
7573  (ERT is explained in section\InsetSpace ~
7574
7575 \begin_inset LatexCommand ref
7576 reference "sec:ERT"
7577
7578 \end_inset
7579
7580 .)
7581 \end_layout
7582
7583 \end_inset
7584
7585
7586 \end_layout
7587
7588 \begin_layout Subsubsection
7589 Other space variants
7590 \begin_inset LatexCommand label
7591 name "sub:Other-space-variants"
7592
7593 \end_inset
7594
7595
7596 \end_layout
7597
7598 \begin_layout Standard
7599 The following two sorts of spaces are not yet supported by LyX, so that
7600  you have to use ERT, see section\InsetSpace ~
7601
7602 \begin_inset LatexCommand ref
7603 reference "sec:ERT"
7604
7605 \end_inset
7606
7607 .
7608  That they are not supported is a hint that you need them very seldom in
7609  LyX.
7610  So use them only if it is really necessary (remind the WYSIWYM concept).
7611 \end_layout
7612
7613 \begin_layout Paragraph
7614 Defined space
7615 \end_layout
7616
7617 \begin_layout Standard
7618 Sometimes one needs space with a defined length, e.g for forms and questionnaires.
7619  This can be inserted by using the LaTeX-command 
7620 \series bold
7621
7622 \backslash
7623 hspace
7624 \series default
7625  in 
7626 \family sans
7627 ERT
7628 \family default
7629 .
7630  For example the command 
7631 \series bold
7632
7633 \backslash
7634 hspace{2cm}
7635 \series default
7636  produces 2
7637 \begin_inset Formula $\,$
7638 \end_inset
7639
7640 cm space within the following line:
7641 \end_layout
7642
7643 \begin_layout Standard
7644 This is a line with
7645 \begin_inset Formula $\to$
7646 \end_inset
7647
7648
7649 \begin_inset ERT
7650 status collapsed
7651
7652 \begin_layout Standard
7653
7654
7655 \backslash
7656 hspace{2cm}
7657 \end_layout
7658
7659 \end_inset
7660
7661
7662 \begin_inset Formula $\gets$
7663 \end_inset
7664
7665  2
7666 \begin_inset Formula $\,$
7667 \end_inset
7668
7669 cm space between the arrows.
7670 \end_layout
7671
7672 \begin_layout Standard
7673 You can use all length units listed in Appendix\InsetSpace ~
7674
7675 \begin_inset LatexCommand ref
7676 reference "cha:Units-available-in"
7677
7678 \end_inset
7679
7680 .
7681 \end_layout
7682
7683 \begin_layout Paragraph
7684 Phantom space
7685 \end_layout
7686
7687 \begin_layout Standard
7688 Sometimes you want to insert space with exactly the length of a phrase.
7689  E.g.
7690  you want to create the following multiple choice question:
7691 \end_layout
7692
7693 \begin_layout Standard
7694 \begin_inset VSpace medskip
7695 \end_inset
7696
7697 What is correct English?:
7698 \newline
7699
7700 \newline
7701 Mr.\InsetSpace ~
7702 Edge would have been jumps the gun.
7703 \newline
7704
7705 \begin_inset ERT
7706 status collapsed
7707
7708 \begin_layout Standard
7709
7710
7711 \backslash
7712 phantom{Mr.
7713  Edge }
7714 \end_layout
7715
7716 \end_inset
7717
7718 has to be jumped
7719 \newline
7720
7721 \begin_inset ERT
7722 status collapsed
7723
7724 \begin_layout Standard
7725
7726
7727 \backslash
7728 phantom{Mr.
7729  Edge }
7730 \end_layout
7731
7732 \end_inset
7733
7734 jumps
7735 \begin_inset VSpace medskip
7736 \end_inset
7737
7738
7739 \end_layout
7740
7741 \begin_layout Standard
7742 So that the choices appear exactly after the phrase 
7743 \begin_inset Quotes eld
7744 \end_inset
7745
7746 Mr.\InsetSpace ~
7747 Edge\InsetSpace ~
7748
7749 \begin_inset Quotes erd
7750 \end_inset
7751
7752 .
7753  To get this, you can use the LaTeX-command 
7754 \series bold
7755
7756 \backslash
7757 phantom
7758 \series default
7759  in ERT.
7760  In our case write the command 
7761 \series bold
7762
7763 \backslash
7764 phantom{Mr.
7765  Edge }
7766 \series default
7767  (note the space after 
7768 \begin_inset Quotes eld
7769 \end_inset
7770
7771 Edge
7772 \begin_inset Quotes erd
7773 \end_inset
7774
7775 ) at the beginning of the last two lines.
7776  The command prints out the phrase within the the two braces, but invisible.
7777  That is why it is named 
7778 \begin_inset Quotes eld
7779 \end_inset
7780
7781 phantom
7782 \begin_inset Quotes erd
7783 \end_inset
7784
7785 .
7786 \begin_inset Foot
7787 status collapsed
7788
7789 \begin_layout Standard
7790 There exists also the commands 
7791 \backslash
7792
7793 \series bold
7794 hphantom
7795 \series default
7796  and 
7797 \backslash
7798
7799 \series bold
7800 vphantom
7801 \series default
7802 , but this too special for the LyX Userguide.
7803  If you are interested in knowing more about this, have a look at 
7804 \begin_inset LatexCommand cite
7805 key "latexcompanion,latexguide"
7806
7807 \end_inset
7808
7809 .
7810 \end_layout
7811
7812 \end_inset
7813
7814
7815 \end_layout
7816
7817 \begin_layout Subsection
7818 Vertical Space
7819 \begin_inset LatexCommand label
7820 name "sub:Vertical-Space"
7821
7822 \end_inset
7823
7824
7825 \end_layout
7826
7827 \begin_layout Standard
7828 To add extra vertical space above or below a paragraph, use the 
7829 \family sans
7830 Insert\SpecialChar \menuseparator
7831 Formatting\SpecialChar \menuseparator
7832 Vertical\InsetSpace ~
7833 Space
7834 \family default
7835  dialog.
7836  There you find the following sizes:
7837 \end_layout
7838
7839 \begin_layout Standard
7840
7841 \family sans
7842 SmallSkip
7843 \family default
7844
7845 \family sans
7846 MedSkip
7847 \family default
7848  and 
7849 \family sans
7850 BigSkip
7851 \family default
7852  are LaTeX sizes which depends on the font size of the document.
7853  
7854 \family sans
7855 DefSkip
7856 \family default
7857  is the skip adjusted in the dialog 
7858 \family sans
7859 Document\SpecialChar \menuseparator
7860 Settings
7861 \begin_inset LatexCommand index
7862 name "Document ! Settings"
7863
7864 \end_inset
7865
7866
7867 \family default
7868  for the paragraph separation.
7869  If you use indentation to separate paragraphs 
7870 \family sans
7871 DefSkip
7872 \family default
7873  is equal to 
7874 \family sans
7875 MedSkip
7876 \family default
7877 .
7878 \end_layout
7879
7880 \begin_layout Standard
7881
7882 \family sans
7883 VFill
7884 \family default
7885  is a variable space, set so that the space is maximal within one page.
7886  An example: You have only two short paragraphs on one page with a vfill
7887  between them.
7888  Then the first paragraph is placed at the top of the page and the second
7889  one at the bottom, because the space between them is then maximal.
7890  
7891 \family sans
7892 VFill
7893 \family default
7894 s work like 
7895 \family sans
7896 HFill
7897 \family default
7898 s: they fill the remaining vertical space on a page with blank space.
7899 \begin_inset Foot
7900 status collapsed
7901
7902 \begin_layout Standard
7903
7904 \family sans
7905 HFill
7906 \family default
7907 s are described in section\InsetSpace ~
7908
7909 \begin_inset LatexCommand ref
7910 reference "sub:Horizontal-Space"
7911
7912 \end_inset
7913
7914 .
7915 \end_layout
7916
7917 \end_inset
7918
7919  If there are several 
7920 \family sans
7921 VFill
7922 \family default
7923 s on a page, they divide the remaining vertical space equally between themselves.
7924  You can therefore use 
7925 \family sans
7926 VFill
7927 \family default
7928 s to center text on a page, or even place text 2/3 down a page.
7929 \end_layout
7930
7931 \begin_layout Standard
7932
7933 \family sans
7934 Custom
7935 \family default
7936  are custom spaces in units explained in Appendix\InsetSpace ~
7937
7938 \begin_inset LatexCommand ref
7939 reference "cha:Units-available-in"
7940
7941 \end_inset
7942
7943 .
7944 \end_layout
7945
7946 \begin_layout Standard
7947 \begin_inset Note Greyedout
7948 status open
7949
7950 \begin_layout Standard
7951
7952 \series bold
7953 Note:
7954 \series default
7955  
7956 \series medium
7957 When the extra vertical space would be in the output at the top/bottom of
7958  a page, the space is only added if you have also checked the option 
7959 \family sans
7960 Protect
7961 \family default
7962 .
7963 \end_layout
7964
7965 \end_inset
7966
7967
7968 \end_layout
7969
7970 \begin_layout Subsection
7971 Paragraph Alignment
7972 \end_layout
7973
7974 \begin_layout Standard
7975 You can change the paragraph alignment with the 
7976 \family sans
7977 Edit\SpecialChar \menuseparator
7978 Paragraph Settings
7979 \family default
7980  dialog.
7981  There are four possibilities: 
7982 \end_layout
7983
7984 \begin_layout Itemize
7985
7986 \family sans
7987 Justified
7988 \end_layout
7989
7990 \begin_layout Itemize
7991
7992 \family sans
7993 Left
7994 \end_layout
7995
7996 \begin_layout Itemize
7997
7998 \family sans
7999 Right
8000 \end_layout
8001
8002 \begin_layout Itemize
8003
8004 \family sans
8005 Center
8006 \end_layout
8007
8008 \begin_layout Standard
8009 The default in most cases is justified alignment, in which the inter-word
8010  spacing is variable and each line of a paragraph fills the region between
8011  the left and right margins.
8012  The other three alignments should be self-explanatory, and look like this:
8013 \end_layout
8014
8015 \begin_layout Standard
8016 \align right
8017 This paragraph is right aligned,
8018 \end_layout
8019
8020 \begin_layout Standard
8021 \align center
8022 this one is centered,
8023 \end_layout
8024
8025 \begin_layout Standard
8026 \align left
8027 this one is left aligned.
8028 \end_layout
8029
8030 \begin_layout Subsection
8031 Forced Pagebreaks
8032 \begin_inset LatexCommand index
8033 name "Pagebreaks ! Forced"
8034
8035 \end_inset
8036
8037
8038 \begin_inset LatexCommand label
8039 name "sub:Forced-Pagebreaks"
8040
8041 \end_inset
8042
8043
8044 \end_layout
8045
8046 \begin_layout Standard
8047 If you don't like the way LaTeX does the pagebreaks in your document, you
8048  can force a pagebreak where you want one.
8049  Normally this will not be necessary, because LaTeX is good at pagebreaking.
8050  Only if you use many 
8051 \family sans
8052 Floats
8053 \family default
8054 , LaTeX's page breaking algorithm can fail.
8055 \end_layout
8056
8057 \begin_layout Standard
8058 We recommend not to use forced pagebreaks until the text is finished, and
8059  until you have checked in the preview to see if you 
8060 \emph on
8061 really
8062 \emph default
8063  have to change the pagebreaking.
8064 \end_layout
8065
8066 \begin_layout Standard
8067 There are two types of pagebreaks: One that ends the page without any special
8068  action.
8069  This can be inserted above or below a paragraph by the menu 
8070 \family sans
8071 Insert\SpecialChar \menuseparator
8072 Formatting\SpecialChar \menuseparator
8073 Page\InsetSpace ~
8074 Break
8075 \family default
8076 .
8077  The second type ends a page, but stretches the content of the page, so
8078  that it fills out the complete page.
8079  This type is useful to avoid whitespace when a pagebreak produces a page
8080  on which only the last few lines are absent.
8081  This type is not yet supported by LyX, so that you have to use the LaTeX
8082  command 
8083 \series bold
8084
8085 \backslash
8086 pagebreak[number]
8087 \series default
8088  in ERT
8089 \begin_inset Foot
8090 status collapsed
8091
8092 \begin_layout Standard
8093 For more about ERT see section\InsetSpace ~
8094
8095 \begin_inset LatexCommand ref
8096 reference "sec:ERT"
8097
8098 \end_inset
8099
8100 .
8101 \end_layout
8102
8103 \end_inset
8104
8105 .
8106  The number can vary between 0 and 4.
8107  If 4 or no number is used, it will always be created a pagebreak
8108 \begin_inset Foot
8109 status collapsed
8110
8111 \begin_layout Standard
8112 normally one uses simply 
8113 \series bold
8114
8115 \backslash
8116 pagebreak
8117 \series default
8118  without a number
8119 \end_layout
8120
8121 \end_inset
8122
8123 .
8124  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
8125  concerning the priority, if a pagebreak is created or not.
8126 \end_layout
8127
8128 \begin_layout Standard
8129 You might try to use a pagebreak to ensure that a figure or table appears
8130  at the top of a page.
8131  This is, of course, the wrong way to do it.
8132  LyX gives you a way of automatically ensuring that your figures and tables
8133  appear at the top of a page (or the bottom, or on their own page) without
8134  having to worry about what precedes or follows your figure or table.
8135  See chapter 
8136 \begin_inset LatexCommand ref
8137 reference "cha:Floats-and-Notes"
8138
8139 \end_inset
8140
8141  to learn more about 
8142 \family sans
8143 Floats
8144 \family default
8145 .
8146 \end_layout
8147
8148 \begin_layout Subsubsection
8149 Clear Pagebreaks
8150 \begin_inset LatexCommand label
8151 name "sub:Clear-Pages"
8152
8153 \end_inset
8154
8155
8156 \begin_inset LatexCommand index
8157 name "Pagebreaks ! Clear"
8158
8159 \end_inset
8160
8161
8162 \end_layout
8163
8164 \begin_layout Standard
8165 Differently to forced pagebreaks where the content behind the break is directly
8166  placed at the next page, pages can also be cleared while breaking them.
8167  That means that the current paragraph is terminated and all, perhaps not
8168  yet processed floats from previous document parts are placed behind it,
8169  if necessary by adding pages.
8170 \end_layout
8171
8172 \begin_layout Standard
8173 You can insert a clear pagebreak with the menu 
8174 \family sans
8175 Insert\SpecialChar \menuseparator
8176 Formatting\SpecialChar \menuseparator
8177 Clear\InsetSpace ~
8178 Page
8179 \family default
8180 .
8181  When you have a two-sided document like a book, you can use the menu 
8182 \family sans
8183 Insert\SpecialChar \menuseparator
8184 Formatting\SpecialChar \menuseparator
8185 Clear\InsetSpace ~
8186 Double\InsetSpace ~
8187 Page
8188 \family default
8189  to insert a clear pagebreak that assures that the next page is a right-hand
8190  page (odd-numbered), if necessary by adding a page.
8191 \end_layout
8192
8193 \begin_layout Subsection
8194 Forced Linebreaks
8195 \begin_inset LatexCommand index
8196 name "Linebreaks"
8197
8198 \end_inset
8199
8200
8201 \begin_inset LatexCommand label
8202 name "sub:Forced-Linebreaks"
8203
8204 \end_inset
8205
8206
8207 \end_layout
8208
8209 \begin_layout Standard
8210 Similar to pagebreaks there are two types of linebreaks: One that simply
8211  breaks the line.
8212  You can force this line break within a paragraph by selecting 
8213 \family sans
8214 Insert\SpecialChar \menuseparator
8215 Formatting\SpecialChar \menuseparator
8216 Line\InsetSpace ~
8217 Break
8218 \family default
8219  or with 
8220 \family sans
8221 C-Return
8222 \family default
8223 .
8224  The other type breaks the line and stretches it so that it fills out the
8225  whole space between the page margins.
8226  This is necessary to avoid 
8227 \begin_inset Quotes eld
8228 \end_inset
8229
8230 fringes
8231 \begin_inset Quotes erd
8232 \end_inset
8233
8234  in justifies paragraphs due to whitespace introduced by linebreaks.
8235  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
8236
8237 \series bold
8238
8239 \backslash
8240 linebreak[number]
8241 \series default
8242  in 
8243 \family sans
8244 ERT
8245 \family default
8246 .
8247  The syntax is similar tho the command 
8248 \series bold
8249
8250 \backslash
8251 pagebreak
8252 \series default
8253 , described in the previous section.
8254 \end_layout
8255
8256 \begin_layout Standard
8257 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
8258  LaTeX is very good at linebreaking.
8259  There are, however, a number of situations where it is necessary to actively
8260  set a linebreak, e.g.
8261  in a poem or for an address (see sections\InsetSpace ~
8262
8263 \begin_inset LatexCommand ref
8264 reference "sec:Quote"
8265
8266 \end_inset
8267
8268
8269 \begin_inset LatexCommand ref
8270 reference "sec:Verse"
8271
8272 \end_inset
8273
8274  and 
8275 \begin_inset LatexCommand ref
8276 reference "sec:Address-Usage"
8277
8278 \end_inset
8279
8280 ).
8281 \end_layout
8282
8283 \begin_layout Subsection
8284 Blanks / Spaces
8285 \begin_inset LatexCommand index
8286 name "Spaces"
8287
8288 \end_inset
8289
8290
8291 \end_layout
8292
8293 \begin_layout Standard
8294 A blank is a blank? Not in good typography.
8295  While you might be used to press the space key anytime you want to separate
8296  two words in ordinary word processors, LyX offers you more spaces: Spaces
8297  of different width and spaces which can or cannot be broken at the end
8298  of a line.
8299  The following sections will show you some examples where those spaces are
8300  useful.
8301 \end_layout
8302
8303 \begin_layout Subsubsection
8304 Inter-word Space
8305 \begin_inset LatexCommand label
8306 name "sub:Inter-word-Space"
8307
8308 \end_inset
8309
8310
8311 \begin_inset LatexCommand index
8312 name "Spaces ! inter-word"
8313
8314 \end_inset
8315
8316
8317 \end_layout
8318
8319 \begin_layout Standard
8320 Some languages (e.\InsetSpace \thinspace{}
8321 g.\InsetSpace \space{}
8322 English) have the typographical convention to add extra
8323  space after an end-of-sentence punctuation mark, and LyX honors those conventio
8324 ns (see section\InsetSpace ~
8325
8326 \begin_inset LatexCommand ref
8327 reference "sub:Abbreviations"
8328
8329 \end_inset
8330
8331 ).
8332  Sometimes, you want a normal space nevertheless.
8333  In this case, insert one with 
8334 \family sans
8335 Insert\SpecialChar \menuseparator
8336 Special\InsetSpace ~
8337 Formatting\SpecialChar \menuseparator
8338 Inter-word\InsetSpace ~
8339 Space
8340 \family default
8341  (shortcut 
8342 \family sans
8343 C-M-Space
8344 \family default
8345 ).
8346 \end_layout
8347
8348 \begin_layout Subsubsection
8349 Protected Space
8350 \begin_inset LatexCommand label
8351 name "sub:Protected-Space"
8352
8353 \end_inset
8354
8355
8356 \begin_inset LatexCommand index
8357 name "Spaces ! protected"
8358
8359 \end_inset
8360
8361
8362 \end_layout
8363
8364 \begin_layout Standard
8365 The protected space: It is used to tell LyX (and LaTeX) not to break the
8366  line at that point.
8367  This may be necessary to avoid unlucky linebreaks, like in: 
8368 \end_layout
8369
8370 \begin_layout Quote
8371 Further documentation is given in section
8372 \newline
8373
8374 \begin_inset LatexCommand ref
8375 reference "sec:Bibliography"
8376
8377 \end_inset
8378
8379 .
8380  
8381 \end_layout
8382
8383 \begin_layout Standard
8384 Obviously, it would be a good thing to put a protected space between 
8385 \begin_inset Quotes eld
8386 \end_inset
8387
8388 section
8389 \begin_inset Quotes erd
8390 \end_inset
8391
8392  and 
8393 \begin_inset Quotes eld
8394 \end_inset
8395
8396
8397 \begin_inset LatexCommand ref
8398 reference "sec:Bibliography"
8399
8400 \end_inset
8401
8402
8403 \begin_inset Quotes erd
8404 \end_inset
8405
8406 .
8407  A protected space is set with 
8408 \family sans
8409 Insert\SpecialChar \menuseparator
8410 Special\InsetSpace ~
8411 Formatting\SpecialChar \menuseparator
8412 Protected
8413 \bar under
8414 \InsetSpace ~
8415
8416 \bar default
8417 Space
8418 \family default
8419  (shortcut 
8420 \family sans
8421 C-Space
8422 \family default
8423 ).
8424 \end_layout
8425
8426 \begin_layout Subsubsection
8427 Thin Space
8428 \begin_inset LatexCommand label
8429 name "sub:Thin-Space"
8430
8431 \end_inset
8432
8433
8434 \begin_inset LatexCommand index
8435 name "Spaces ! thin"
8436
8437 \end_inset
8438
8439
8440 \end_layout
8441
8442 \begin_layout Standard
8443
8444 \begin_inset Quotes eld
8445 \end_inset
8446
8447 thin space
8448 \begin_inset Quotes erd
8449 \end_inset
8450
8451  is a blank which has half the size of a normal space (and it is also 
8452 \begin_inset Quotes eld
8453 \end_inset
8454
8455 protected
8456 \begin_inset Quotes erd
8457 \end_inset
8458
8459 ).
8460  The typographical conventions in a lot of languages propose the use of
8461  thin spaces in cases where normal spaces would be too wide, for instance
8462  inside abbreviations:
8463 \end_layout
8464
8465 \begin_layout Quote
8466 D.\InsetSpace \thinspace{}
8467 E.
8468  Knuth has developed our beloved typesetting program, i.\InsetSpace \thinspace{}
8469 e.\InsetSpace \space{}
8470 TeX.
8471 \end_layout
8472
8473 \begin_layout Standard
8474 or between values and units.
8475  Compare for example this:
8476 \newline
8477 10\InsetSpace \thinspace{}
8478 kg (thin space)
8479 \newline
8480 10 kg (normal space
8481 \end_layout
8482
8483 \begin_layout Standard
8484 You can insert thin spaces with the menu 
8485 \family sans
8486 Insert\SpecialChar \menuseparator
8487 Special\InsetSpace ~
8488 Formatting\SpecialChar \menuseparator
8489 Thin\InsetSpace ~
8490 Space
8491 \family default
8492  (shortcut 
8493 \family sans
8494 C-S-Space
8495 \family default
8496 ).
8497 \end_layout
8498
8499 \begin_layout Subsubsection
8500 More Spaces
8501 \end_layout
8502
8503 \begin_layout Standard
8504 Apart from the ones described, there are still some more spaces.
8505  Although LyX supports them natively, they can only be reached via a formula
8506  as described in section\InsetSpace ~
8507
8508 \begin_inset LatexCommand ref
8509 reference "sub:Altering-Spacing"
8510
8511 \end_inset
8512
8513  or via the 
8514 \family sans
8515 command buffer
8516 \family default
8517  toolbar.
8518  Te latter means to type
8519 \newline
8520  
8521 \series bold
8522 space-insert <command>
8523 \family typewriter
8524 \series default
8525
8526 \newline
8527
8528 \family default
8529  into the command buffer, where 
8530 \series bold
8531 <command>
8532 \series default
8533  is one of the following:
8534 \begin_inset Foot
8535 status collapsed
8536
8537 \begin_layout Standard
8538 The unit 
8539 \begin_inset Quotes eld
8540 \end_inset
8541
8542 em
8543 \begin_inset Quotes erd
8544 \end_inset
8545
8546  is explained in Appendix\InsetSpace ~
8547
8548 \begin_inset LatexCommand ref
8549 reference "cha:Units-available-in"
8550
8551 \end_inset
8552
8553 .
8554 \end_layout
8555
8556 \end_inset
8557
8558
8559 \end_layout
8560
8561 \begin_layout Standard
8562 \align center
8563 \begin_inset Tabular
8564 <lyxtabular version="3" rows="9" columns="3">
8565 <features>
8566 <column alignment="center" valignment="top" leftline="true" width="0">
8567 <column alignment="center" valignment="top" leftline="true" width="0">
8568 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
8569 <row topline="true" bottomline="true">
8570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Standard
8574
8575 \series bold
8576 command
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Standard
8585
8586 \series bold
8587 width
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Standard
8596
8597 \series bold
8598 protected?
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 <row topline="true">
8605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Standard
8609
8610 \family typewriter
8611 normal
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Standard
8620 1/3\InsetSpace ~
8621 em
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Standard
8630 no
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row topline="true">
8637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Standard
8641
8642 \family typewriter
8643 protected
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Standard
8652 1/3\InsetSpace ~
8653 em
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Standard
8662 yes
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row topline="true" bottomline="true">
8669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Standard
8673
8674 \family typewriter
8675 thin
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Standard
8684 1/6\InsetSpace ~
8685 em
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Standard
8694 yes
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row bottomline="true">
8701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Standard
8705
8706 \family typewriter
8707 enspace
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Standard
8716 0.5\InsetSpace ~
8717 em
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Standard
8726 yes
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 </row>
8732 <row bottomline="true">
8733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Standard
8737
8738 \family typewriter
8739 enskip
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Standard
8748 0.5\InsetSpace ~
8749 em
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Standard
8758 no
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row bottomline="true">
8765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Standard
8769
8770 \family typewriter
8771 quad
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Standard
8780 1\InsetSpace ~
8781 em
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Standard
8790 no
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row bottomline="true">
8797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Standard
8801
8802 \family typewriter
8803 qquad
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Standard
8812 2\InsetSpace ~
8813 em
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Standard
8822 no
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row bottomline="true">
8829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Standard
8833
8834 \family typewriter
8835 negthinspace
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Standard
8844 -1/6\InsetSpace ~
8845 em
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Standard
8854 yes
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 </lyxtabular>
8861
8862 \end_inset
8863
8864
8865 \end_layout
8866
8867 \begin_layout Subsection
8868 Horizontal Lines
8869 \begin_inset LatexCommand label
8870 name "sub:Horizontal-Lines"
8871
8872 \end_inset
8873
8874
8875 \begin_inset LatexCommand index
8876 name "Horizontal lines"
8877
8878 \end_inset
8879
8880
8881 \end_layout
8882
8883 \begin_layout Standard
8884
8885 \lyxline
8886 In the dialog 
8887 \family sans
8888 Insert\SpecialChar \menuseparator
8889 Formatting\SpecialChar \menuseparator
8890 Horizontal\InsetSpace ~
8891 Line
8892 \family default
8893  you can insert horizontal lines that spans over the whole document columns
8894  width.
8895 \lyxline
8896
8897 \end_layout
8898
8899 \begin_layout Section
8900 Fonts and Text Styles
8901 \begin_inset LatexCommand label
8902 name "sec:Fonts-and-Text"
8903
8904 \end_inset
8905
8906
8907 \end_layout
8908
8909 \begin_layout Subsection
8910 Font Types
8911 \begin_inset LatexCommand index
8912 name "Font ! Types"
8913
8914 \end_inset
8915
8916
8917 \end_layout
8918
8919 \begin_layout Standard
8920 There are two types of fonts:
8921 \end_layout
8922
8923 \begin_layout Description
8924 Vector\InsetSpace ~
8925 fonts
8926 \begin_inset LatexCommand index
8927 name "Fonts ! Vector-"
8928
8929 \end_inset
8930
8931  are fonts, built from outlines of the single glyphs (i.e.
8932  characters) in the font.
8933  This means that each glyph is defined using mathematical curves that are
8934  well suited for scaling to any requested size.
8935  This mathematical definition is interpreted by the font renderer and the
8936  curve is filled out with pixels according to the size and glyph.
8937  This means that outline fonts will look pretty good in all sizes.
8938  Only at very small sizes it might be hard to provide a good rendering at
8939  very small sizes, where each pixel has to be very carefully computed to
8940  provide a good image.
8941 \newline
8942 One could mean that one only needs to define one font
8943  size and scale them.
8944  But to achieve a better quality, many fonts define several font sizes.
8945  That improves the appearance, because you need more details at large font
8946  sizes than at small ones.
8947 \newline
8948 The font types 
8949 \family typewriter
8950 TrueType
8951 \family default
8952
8953 \family typewriter
8954 OpenType
8955 \family default
8956 , and 
8957 \family typewriter
8958 Type\InsetSpace ~
8959 1 PostScript
8960 \family default
8961  are vector fonts.
8962 \end_layout
8963
8964 \begin_layout Description
8965 Bitmap\InsetSpace ~
8966 fonts
8967 \begin_inset LatexCommand index
8968 name "Fonts ! Bitmap-"
8969
8970 \end_inset
8971
8972  on the other hand, are defined by bitmap graphics from the start, so they
8973  will look good at all the sizes they are meant for.
8974  However, they don't scale well, because in order to scale a glyph, each
8975  pixel is enlarged into several pixels.
8976  It is the same effect that happens if you try to enlarge a picture in a
8977  picture manipulation program.
8978  In order to relieve this effect, bitmap fonts are typically provided in
8979  several fixed sizes typically from around 8 pixels high up to 34 pixels
8980  or so high in steps according to what is believed to be useful.
8981  The advantage of bitmap fonts is that no complicated computations are necessary
8982  to display each glyph, so bitmap fonts are thus faster displayed than scalable
8983  fonts.
8984  The disadvantage is that sizes that don't exists as fixed versions have
8985  to be scaled by doubling pixels, and thus look bad.
8986 \newline
8987 Bitmap fonts are named
8988  
8989 \family typewriter
8990 Type\InsetSpace ~
8991 3
8992 \family default
8993  in PostScript- and PDF-documents.
8994 \end_layout
8995
8996 \begin_layout Standard
8997 The result of all this, is that bitmap fonts are best for the size they
8998  are designed for, while scalable fonts are good for nearly all sizes.
8999  So one need less font size definitions for scalable fonts.
9000  That's the reason why nearly all text render and typesetting programs use
9001  scalable fonts.
9002 \end_layout
9003
9004 \begin_layout Standard
9005 To test which fonts are used in a PDF-document, you can have a look into
9006  its document properties.
9007 \end_layout
9008
9009 \begin_layout Standard
9010 Many modern typesetting and markup languages have begun to move towards
9011  specifying character styles rather than specifying a particular font.
9012  For example, instead of changing to an italicized version of the current
9013  font to emphasize text, you use an 
9014 \begin_inset Quotes eld
9015 \end_inset
9016
9017 emphasized style
9018 \begin_inset Quotes erd
9019 \end_inset
9020
9021  instead.
9022  This concept fits in perfectly with LyX.
9023  In LyX, you do things based on contexts, rather than focusing on typesetting
9024  details.
9025 \end_layout
9026
9027 \begin_layout Subsection
9028 Document Font and Font size
9029 \begin_inset LatexCommand label
9030 name "sub:Document-Font"
9031
9032 \end_inset
9033
9034
9035 \begin_inset LatexCommand index
9036 name "Font ! Size"
9037
9038 \end_inset
9039
9040
9041 \begin_inset LatexCommand index
9042 name "Document ! Font"
9043
9044 \end_inset
9045
9046
9047 \end_layout
9048
9049 \begin_layout Standard
9050 You can set the document fonts in the
9051 \family sans
9052  Document\SpecialChar \menuseparator
9053 Settings
9054 \family default
9055
9056 \begin_inset LatexCommand index
9057 name "Document ! Settings"
9058
9059 \end_inset
9060
9061  dialog.
9062  There you can specify which font should be used for the three different
9063  font shapes roman (serif), 
9064 \family sans
9065 sans\InsetSpace ~
9066 serif
9067 \family default
9068 , and 
9069 \family typewriter
9070 typewriter
9071 \family default
9072  and its scalings.
9073 \end_layout
9074
9075 \begin_layout Standard
9076 The possible options for the font include 
9077 \family sans
9078 default
9079 \family default
9080  and a list of fonts available on your system.
9081  
9082 \family sans
9083 default
9084 \family default
9085  uses the standard TeX fonts, known as 
9086 \begin_inset Quotes eld
9087 \end_inset
9088
9089
9090 \family typewriter
9091 Computer Modern
9092 \family default
9093
9094 \begin_inset Quotes erd
9095 \end_inset
9096
9097  (
9098 \family typewriter
9099 cm
9100 \family default
9101 ) or 
9102 \begin_inset Quotes eld
9103 \end_inset
9104
9105
9106 \family typewriter
9107 European Computer Modern
9108 \family default
9109
9110 \begin_inset Quotes erd
9111 \end_inset
9112
9113  (
9114 \family typewriter
9115 ec
9116 \family default
9117 ).
9118 \end_layout
9119
9120 \begin_layout Standard
9121 As 
9122 \family typewriter
9123 cm
9124 \family default
9125  and 
9126 \family typewriter
9127 ec
9128 \family default
9129  are bitmap fonts, they often looks pixeled in PDF output, especially when
9130  you read the PDF in a zoomed size.
9131 \begin_inset Foot
9132 status collapsed
9133
9134 \begin_layout Standard
9135 This problem doesn't appear if you read PDFs in 
9136 \family typewriter
9137 Adobe\InsetSpace ~
9138 Reader
9139 \family default
9140  version 6 or later, because this program includes a special bitmap font
9141  renderer.
9142 \end_layout
9143
9144 \end_inset
9145
9146  To get rid of pixeled fonts, you have to use a vector font.
9147  There are three ways to use one:
9148 \end_layout
9149
9150 \begin_layout Itemize
9151 One way is to use the 
9152 \family typewriter
9153 AE
9154 \family default
9155  fonts.
9156  
9157 \family typewriter
9158 AE
9159 \family default
9160  is a virtual font.
9161  Virtual means that it 
9162 \begin_inset Quotes eld
9163 \end_inset
9164
9165 steals
9166 \begin_inset Quotes erd
9167 \end_inset
9168
9169  outline 
9170 \family typewriter
9171 cm
9172 \family default
9173 -glyphs from other fonts.
9174  This has the disadvantage that some characters are missing, like the French
9175  guillemets (
9176 \begin_inset Quotes eld
9177 \end_inset
9178
9179 «
9180 \begin_inset Quotes erd
9181 \end_inset
9182
9183  and 
9184 \begin_inset Quotes eld
9185 \end_inset
9186
9187 »
9188 \begin_inset Quotes erd
9189 \end_inset
9190
9191 )
9192 \begin_inset Foot
9193 status collapsed
9194
9195 \begin_layout Standard
9196 Loading the LaTeX-package 
9197 \series bold
9198 aeguill
9199 \begin_inset LatexCommand index
9200 name "LaTeX-packages ! aeguill"
9201
9202 \end_inset
9203
9204
9205 \series default
9206  with the document preamble line
9207 \end_layout
9208
9209 \begin_layout Standard
9210
9211 \series bold
9212
9213 \backslash
9214 usepackage[ec]{aeguill}
9215 \end_layout
9216
9217 \begin_layout Standard
9218 will fix the guillemet problem.
9219 \end_layout
9220
9221 \end_inset
9222
9223  and that accented characters are not 
9224 \emph on
9225 one
9226 \emph default
9227  glyph, they are build of 
9228 \emph on
9229 two
9230 \emph default
9231  characters, the accent and the letter.
9232  Therefore you can't search in documents using the 
9233 \family typewriter
9234 AE
9235 \family default
9236  fonts for words with accented characters.
9237  If you search for example for the French word 
9238 \begin_inset Quotes eld
9239 \end_inset
9240
9241 rève
9242 \begin_inset Quotes erd
9243 \end_inset
9244
9245  in a PDF, you won't get any result, because the PDF-viewer searches for
9246  the glyph 
9247 \begin_inset Quotes eld
9248 \end_inset
9249
9250  è 
9251 \begin_inset Quotes erd
9252 \end_inset
9253
9254  and not for the glyph 
9255 \begin_inset Quotes eld
9256 \end_inset
9257
9258  e + 
9259 \begin_inset ERT
9260 status collapsed
9261
9262 \begin_layout Standard
9263
9264
9265 \backslash
9266 `{}
9267 \end_layout
9268
9269 \end_inset
9270
9271  
9272 \begin_inset Quotes erd
9273 \end_inset
9274
9275 .
9276 \begin_inset Note Note
9277 status collapsed
9278
9279 \begin_layout Standard
9280 The LaTeX command 
9281 \series bold
9282
9283 \backslash
9284 `
9285 \series default
9286  produces a grave.
9287  The two braces behind the command prevents the following quotation mark
9288  to be accented with the grave.
9289 \newline
9290 More about ERT and LaTeX-commands is described
9291  in section\InsetSpace ~
9292
9293 \begin_inset LatexCommand ref
9294 reference "sec:ERT"
9295
9296 \end_inset
9297
9298 .
9299 \end_layout
9300
9301 \end_inset
9302
9303
9304 \end_layout
9305
9306 \begin_layout Itemize
9307 Another possibility is to use three different outline fonts
9308 \begin_inset Foot
9309 status collapsed
9310
9311 \begin_layout Standard
9312 Other fonts, like 
9313 \family typewriter
9314 Latin Modern
9315 \family default
9316  or 
9317 \family typewriter
9318 Computer Modern
9319 \family default
9320 , consists of these three main font types 
9321 \family sans
9322 sans\InsetSpace ~
9323 serif
9324 \family default
9325
9326 \family sans
9327 typewriter
9328 \family default
9329 , and 
9330 \family sans
9331 serif
9332 \family default
9333 .
9334 \end_layout
9335
9336 \end_inset
9337
9338
9339 \family sans
9340 Times\InsetSpace ~
9341 Roman
9342 \family default
9343  as roman font,
9344 \family sans
9345  Helvetica
9346 \family default
9347  scaled to 92 or 95\InsetSpace \thinspace{}
9348 % as sans\InsetSpace ~
9349 serif font, and 
9350 \family sans
9351 courier
9352 \family default
9353  as typewriter font.
9354 \newline
9355 The differences between roman, 
9356 \family sans
9357 sans\InsetSpace ~
9358 serif
9359 \family default
9360 , and 
9361 \family typewriter
9362 typewriter
9363 \family default
9364  fonts are explained in section\InsetSpace ~
9365
9366 \begin_inset LatexCommand ref
9367 reference "sub:Fine-Tuning-with-the"
9368
9369 \end_inset
9370
9371 .
9372 \newline
9373 The font 
9374 \family sans
9375 Times\InsetSpace ~
9376 Roman
9377 \family default
9378  was originally designed for newspapers.
9379  That means its glyphs are smaller than the one from other fonts to fit
9380  into the small newspaper columns.
9381  Therefore 
9382 \family sans
9383 Times\InsetSpace ~
9384 Roman
9385 \family default
9386  is not the optimal choice for larger documents like books.
9387 \end_layout
9388
9389 \begin_layout Itemize
9390 The best solution is to use the 
9391 \family typewriter
9392 Latin Modern
9393 \family default
9394  fonts.
9395  These fonts are developed in order of the LaTeX community to replace 
9396 \family typewriter
9397 cm
9398 \family default
9399  as default font.
9400 \end_layout
9401
9402 \begin_layout Standard
9403 \begin_inset VSpace bigskip
9404 \end_inset
9405
9406 For the font size there are four possible values: 
9407 \family sans
9408 default, 10
9409 \family default
9410
9411 \family sans
9412 11
9413 \family default
9414 , and 
9415 \family sans
9416 12
9417 \family default
9418 .
9419  The size of 
9420 \family sans
9421 default
9422 \family default
9423  depends on your LaTeX-system, normally it is equal to the font size 10.
9424 \end_layout
9425
9426 \begin_layout Standard
9427 The font sizes are the 
9428 \emph on
9429 base size
9430 \emph default
9431 .
9432  LyX actually scales all other possible font sizes (such as those used in
9433  footnotes, super-, and subscripts) by this value.
9434  You can fine-tune the font size of text parts via the 
9435 \family sans
9436 Text\InsetSpace ~
9437 Style
9438 \family default
9439  dialog if needed.
9440  The possible font sizes for text parts are explained in section\InsetSpace ~
9441
9442 \begin_inset LatexCommand ref
9443 reference "sub:Fine-Tuning-with-the"
9444
9445 \end_inset
9446
9447 .
9448 \end_layout
9449
9450 \begin_layout Standard
9451 \begin_inset VSpace bigskip
9452 \end_inset
9453
9454
9455 \begin_inset Note Greyedout
9456 status open
9457
9458 \begin_layout Standard
9459
9460 \series bold
9461 Note:
9462 \series default
9463  When you choose a new font or font size, LyX does 
9464 \emph on
9465 not
9466 \emph default
9467  change the screen font! You will only see a difference in the printed output;
9468  this is part of the WYSIWYM concept.
9469  LyX's screen fonts can be adjusted in the 
9470 \family sans
9471 Tools\SpecialChar \menuseparator
9472 Preferences
9473 \family default
9474  dialog, see section\InsetSpace ~
9475
9476 \begin_inset LatexCommand ref
9477 reference "sub:Screen-Fonts"
9478
9479 \end_inset
9480
9481 .
9482 \end_layout
9483
9484 \end_inset
9485
9486
9487 \end_layout
9488
9489 \begin_layout Subsection
9490 Using Different Character Styles
9491 \begin_inset LatexCommand index
9492 name "Character Styles"
9493
9494 \end_inset
9495
9496
9497 \begin_inset LatexCommand index
9498 name "Text Style"
9499
9500 \end_inset
9501
9502
9503 \end_layout
9504
9505 \begin_layout Standard
9506 As we've already seen, LyX automatically changes the character style for
9507  certain paragraph environments.
9508  LyX supports two character styles, 
9509 \family sans
9510 Emphasized
9511 \family default
9512  and 
9513 \family sans
9514 Noun
9515 \family default
9516 .
9517  You can activate both of these styles via keybindings, the menus, and the
9518  toolbar.
9519 \end_layout
9520
9521 \begin_layout Standard
9522 To activate the 
9523 \family sans
9524 Noun
9525 \family default
9526  style, do one of the following:
9527 \end_layout
9528
9529 \begin_layout Itemize
9530 click on the toolbar button 
9531 \begin_inset Graphics
9532         filename ../images/font-noun.png
9533
9534 \end_inset
9535
9536
9537 \end_layout
9538
9539 \begin_layout Itemize
9540 use the keybinding 
9541 \family sans
9542 M-c\InsetSpace ~
9543 c
9544 \end_layout
9545
9546 \begin_layout Standard
9547 These commands are all toggles.
9548  That is, if 
9549 \family sans
9550 Noun
9551 \family default
9552  style is already active, they deactivate it.
9553 \end_layout
9554
9555 \begin_layout Standard
9556 One typically uses the 
9557 \family sans
9558 Noun
9559 \family default
9560  style for proper names.
9561  For example: 
9562 \begin_inset Quotes eld
9563 \end_inset
9564
9565
9566 \noun on
9567 Matthias Ettrich
9568 \noun default
9569  is the original author of LyX.
9570 \begin_inset Quotes erd
9571 \end_inset
9572
9573
9574 \end_layout
9575
9576 \begin_layout Standard
9577 A more widely used character style is the 
9578 \family sans
9579 Emphasized
9580 \family default
9581  style.
9582  You can activate (or deactivate - it's also a toggle) the 
9583 \family sans
9584 Emphasized
9585 \family default
9586  style by:
9587 \end_layout
9588
9589 \begin_layout Itemize
9590 clicking on the toolbar button 
9591 \begin_inset Graphics
9592         filename ../images/font-emph.png
9593
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \begin_layout Itemize
9600 using the keybindings 
9601 \family sans
9602 M-c\InsetSpace ~
9603 e
9604 \end_layout
9605
9606 \begin_layout Standard
9607 Normally the 
9608 \family sans
9609 Emphasized
9610 \family default
9611  style is equivalent to an italic font but some document classes or LaTeX-packag
9612 es use a different font.
9613 \end_layout
9614
9615 \begin_layout Standard
9616 We've been using the 
9617 \family sans
9618 Emphasized
9619 \family default
9620  style all over the place in this document.
9621  Here's one more example:
9622 \end_layout
9623
9624 \begin_layout Quotation
9625
9626 \emph on
9627 Don't overuse character styles!
9628 \end_layout
9629
9630 \begin_layout Standard
9631 It's also a warning in addition to an example.
9632  One's writing should parallel ordinary conversation.
9633  Since we don't all constantly scream at each other, we should also avoid
9634  the common tendency to overuse character style.
9635  
9636 \end_layout
9637
9638 \begin_layout Standard
9639 You can always reset to the default font using the keybinding 
9640 \family sans
9641 M-c\InsetSpace ~
9642 Space
9643 \family default
9644  or the dialog 
9645 \family sans
9646 Edit\SpecialChar \menuseparator
9647 Text\InsetSpace ~
9648 Style
9649 \family default
9650 .
9651 \end_layout
9652
9653 \begin_layout Subsection
9654 Fine-Tuning with the 
9655 \family sans
9656 Text Style
9657 \family default
9658  dialog
9659 \begin_inset LatexCommand label
9660 name "sub:Fine-Tuning-with-the"
9661
9662 \end_inset
9663
9664
9665 \begin_inset LatexCommand index
9666 name "Text Style"
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \begin_layout Standard
9674 There are always occasions when you'll need to do some fine-tuning, so LyX
9675  gives you a way to create custom character style.
9676  For example, an academic journal or a corporation may have a style sheet
9677  requiring a sans-serif font be used in certain situations.
9678  Also, writers sometimes use a different font to offset a character's thoughts
9679  from ordinary dialog.
9680 \end_layout
9681
9682 \begin_layout Standard
9683 Before we document how to use custom character style, we want to issue a
9684  warning yet again: Don't overuse character styles! 
9685 \newline
9686 Documents that overuse
9687  different fonts and sizes are not well readable and tend to look like someone
9688  has knocked huge holes in it.
9689 \end_layout
9690
9691 \begin_layout Standard
9692 To use custom character styles, open the 
9693 \family sans
9694 Edit\SpecialChar \menuseparator
9695 Text\InsetSpace ~
9696 Style
9697 \family default
9698  dialog.
9699  There are several boxes on this dialog, each corresponding to a different
9700  font property which you can choose.
9701  You can choose an option for one of these properties, or select 
9702 \family sans
9703 No\InsetSpace ~
9704 change
9705 \family default
9706 , which keeps the current state of that property.
9707  The item 
9708 \family sans
9709 Reset
9710 \family default
9711  will reset the property to whatever is the default.
9712  You can use this to reset attributes across a bunch of different paragraph
9713  environments in a snap.
9714 \end_layout
9715
9716 \begin_layout Standard
9717 The font properties, and their options (in addition to 
9718 \family sans
9719 No\InsetSpace ~
9720 change
9721 \family default
9722  and 
9723 \family sans
9724 Reset
9725 \family default
9726 ) are:
9727 \end_layout
9728
9729 \begin_layout Labeling
9730 \labelwidthstring 00.00.0000
9731
9732 \family sans
9733 Family
9734 \family default
9735  The 
9736 \begin_inset Quotes eld
9737 \end_inset
9738
9739 overall look
9740 \begin_inset Quotes erd
9741 \end_inset
9742
9743  of the font.
9744  The possible options are:
9745 \end_layout
9746
9747 \begin_deeper
9748 \begin_layout Labeling
9749 \labelwidthstring 00.00.0000
9750
9751 \family sans
9752 Roman
9753 \family default
9754  This is the Roman font family.
9755  Normally a serif font.
9756  It's also the default family.
9757  (keybinding 
9758 \begin_inset ERT
9759 status collapsed
9760
9761 \begin_layout Standard
9762
9763
9764 \backslash
9765 mbox{
9766 \end_layout
9767
9768 \end_inset
9769
9770
9771 \family sans
9772 M-c\InsetSpace ~
9773 r
9774 \family default
9775
9776 \begin_inset ERT
9777 status collapsed
9778
9779 \begin_layout Standard
9780
9781 }
9782 \end_layout
9783
9784 \end_inset
9785
9786 )
9787 \begin_inset Note Note
9788 status collapsed
9789
9790 \begin_layout Standard
9791 The LaTeX-command prevents text to be broken at the end of a line.
9792  It is explained in section\InsetSpace ~
9793
9794 \begin_inset LatexCommand ref
9795 reference "sub:Hyphenation"
9796
9797 \end_inset
9798
9799 .
9800 \end_layout
9801
9802 \end_inset
9803
9804
9805 \end_layout
9806
9807 \begin_layout Labeling
9808 \labelwidthstring 00.00.0000
9809
9810 \family sans
9811 Sans\InsetSpace ~
9812 Serif
9813 \family default
9814  
9815 \family sans
9816 This is the Sans Serif font family.
9817
9818 \family default
9819  (keybinding 
9820 \begin_inset ERT
9821 status collapsed
9822
9823 \begin_layout Standard
9824
9825
9826 \backslash
9827 mbox{
9828 \end_layout
9829
9830 \end_inset
9831
9832
9833 \family sans
9834 M-c\InsetSpace ~
9835 s
9836 \family default
9837
9838 \begin_inset ERT
9839 status collapsed
9840
9841 \begin_layout Standard
9842
9843 }
9844 \end_layout
9845
9846 \end_inset
9847
9848 )
9849 \end_layout
9850
9851 \begin_layout Labeling
9852 \labelwidthstring 00.00.0000
9853
9854 \family sans
9855 Typewriter
9856 \family default
9857  
9858 \family typewriter
9859 This is the Typewriter font family.
9860
9861 \family default
9862  (keybinding 
9863 \begin_inset ERT
9864 status collapsed
9865
9866 \begin_layout Standard
9867
9868
9869 \backslash
9870 mbox{
9871 \end_layout
9872
9873 \end_inset
9874
9875
9876 \family sans
9877 M-c\InsetSpace ~
9878 p
9879 \family default
9880
9881 \begin_inset ERT
9882 status collapsed
9883
9884 \begin_layout Standard
9885
9886 }
9887 \end_layout
9888
9889 \end_inset
9890
9891
9892 \family sans
9893 )
9894 \end_layout
9895
9896 \end_deeper
9897 \begin_layout Labeling
9898 \labelwidthstring 00.00.0000
9899
9900 \family sans
9901 Series
9902 \family default
9903  This corresponds to the print weight.
9904  Options are:
9905 \end_layout
9906
9907 \begin_deeper
9908 \begin_layout Labeling
9909 \labelwidthstring 00.00.0000
9910
9911 \family sans
9912 Medium
9913 \family default
9914  This is the Medium font series.
9915  It's also the default series.
9916 \end_layout
9917
9918 \begin_layout Labeling
9919 \labelwidthstring 00.00.0000
9920
9921 \family sans
9922 Bold
9923 \family default
9924  
9925 \series bold
9926 This is the Bold font series.
9927
9928 \series default
9929  (keybinding 
9930 \begin_inset ERT
9931 status collapsed
9932
9933 \begin_layout Standard
9934
9935
9936 \backslash
9937 mbox{
9938 \end_layout
9939
9940 \end_inset
9941
9942
9943 \family sans
9944 M-c\InsetSpace ~
9945 b
9946 \family default
9947
9948 \begin_inset ERT
9949 status collapsed
9950
9951 \begin_layout Standard
9952
9953 }
9954 \end_layout
9955
9956 \end_inset
9957
9958 )
9959 \end_layout
9960
9961 \end_deeper
9962 \begin_layout Labeling
9963 \labelwidthstring 00.00.0000
9964
9965 \family sans
9966 Shape
9967 \family default
9968  As the name implies.
9969  Options are:
9970 \end_layout
9971
9972 \begin_deeper
9973 \begin_layout Labeling
9974 \labelwidthstring 00.00.0000
9975
9976 \family sans
9977 Upright
9978 \family default
9979  This is the Upright font shape.
9980  It's also the default shape.
9981 \end_layout
9982
9983 \begin_layout Labeling
9984 \labelwidthstring 00.00.0000
9985
9986 \family sans
9987 Italic
9988 \family default
9989  
9990 \shape italic
9991 This
9992 \shape default
9993  
9994 \family sans
9995 \shape italic
9996 i
9997 \family default
9998 s the Italic font shape
9999 \shape default
10000 \emph on
10001 .
10002 \end_layout
10003
10004 \begin_layout Labeling
10005 \labelwidthstring 00.00.0000
10006
10007 \family sans
10008 Slanted
10009 \family default
10010  
10011 \shape slanted
10012 This is the Slanted font shape
10013 \shape default
10014  (although it might not be visible in LyX, this is different from italic).
10015 \end_layout
10016
10017 \begin_layout Labeling
10018 \labelwidthstring 00.00.0000
10019
10020 \family sans
10021 Small\InsetSpace ~
10022 Caps
10023 \family default
10024  
10025 \shape smallcaps
10026 This is the Small caps font shape
10027 \shape default
10028 \noun on
10029 .
10030 \end_layout
10031
10032 \end_deeper
10033 \begin_layout Labeling
10034 \labelwidthstring 00.00.0000
10035
10036 \family sans
10037 Size
10038 \family default
10039  Alters the size of the font.
10040  You'll find no numerical values here; all possible sizes are actually proportio
10041 nal to the document font size.
10042  Once again, you don't feed LyX the details, but a general description of
10043  what you want to do.
10044  The options are:
10045 \end_layout
10046
10047 \begin_deeper
10048 \begin_layout Labeling
10049 \labelwidthstring 00.00.0000
10050
10051 \family sans
10052 Tiny
10053 \family default
10054  
10055 \size tiny
10056 This is the 
10057 \begin_inset Quotes eld
10058 \end_inset
10059
10060 Tiny
10061 \begin_inset Quotes erd
10062 \end_inset
10063
10064  font size.
10065
10066 \size default
10067  (keybinding 
10068 \begin_inset ERT
10069 status collapsed
10070
10071 \begin_layout Standard
10072
10073
10074 \backslash
10075 mbox{
10076 \end_layout
10077
10078 \end_inset
10079
10080
10081 \family sans
10082 M-s\InsetSpace ~
10083 t
10084 \family default
10085
10086 \begin_inset ERT
10087 status collapsed
10088
10089 \begin_layout Standard
10090
10091 }
10092 \end_layout
10093
10094 \end_inset
10095
10096  or 
10097 \begin_inset ERT
10098 status collapsed
10099
10100 \begin_layout Standard
10101
10102
10103 \backslash
10104 mbox{
10105 \end_layout
10106
10107 \end_inset
10108
10109
10110 \family sans
10111 M-s\InsetSpace ~
10112 1
10113 \family default
10114
10115 \begin_inset ERT
10116 status collapsed
10117
10118 \begin_layout Standard
10119
10120 }
10121 \end_layout
10122
10123 \end_inset
10124
10125 )
10126 \end_layout
10127
10128 \begin_layout Labeling
10129 \labelwidthstring 00.00.0000
10130
10131 \family sans
10132 Smallest
10133 \family default
10134  
10135 \size scriptsize
10136 This is the 
10137 \begin_inset Quotes eld
10138 \end_inset
10139
10140 Smallest
10141 \begin_inset Quotes erd
10142 \end_inset
10143
10144  font size
10145 \size default
10146 .
10147  (keybinding 
10148 \begin_inset ERT
10149 status collapsed
10150
10151 \begin_layout Standard
10152
10153
10154 \backslash
10155 mbox{
10156 \end_layout
10157
10158 \end_inset
10159
10160
10161 \family sans
10162 M-s\InsetSpace ~
10163
10164 \family default
10165 2
10166 \begin_inset ERT
10167 status collapsed
10168
10169 \begin_layout Standard
10170
10171 }
10172 \end_layout
10173
10174 \end_inset
10175
10176 )
10177 \end_layout
10178
10179 \begin_layout Labeling
10180 \labelwidthstring 00.00.0000
10181
10182 \family sans
10183 Smaller
10184 \family default
10185  
10186 \size footnotesize
10187 This is the 
10188 \begin_inset Quotes eld
10189 \end_inset
10190
10191 Smaller
10192 \begin_inset Quotes erd
10193 \end_inset
10194
10195  font size.
10196
10197 \size default
10198  (keybinding 
10199 \begin_inset ERT
10200 status collapsed
10201
10202 \begin_layout Standard
10203
10204
10205 \backslash
10206 mbox{
10207 \end_layout
10208
10209 \end_inset
10210
10211
10212 \family sans
10213 M-s\InsetSpace ~
10214 S
10215 \family default
10216
10217 \begin_inset ERT
10218 status collapsed
10219
10220 \begin_layout Standard
10221
10222 }
10223 \end_layout
10224
10225 \end_inset
10226
10227  or 
10228 \begin_inset ERT
10229 status collapsed
10230
10231 \begin_layout Standard
10232
10233
10234 \backslash
10235 mbox{
10236 \end_layout
10237
10238 \end_inset
10239
10240
10241 \family sans
10242 M-s\InsetSpace ~
10243
10244 \family default
10245 3
10246 \begin_inset ERT
10247 status collapsed
10248
10249 \begin_layout Standard
10250
10251 }
10252 \end_layout
10253
10254 \end_inset
10255
10256 )
10257 \end_layout
10258
10259 \begin_layout Labeling
10260 \labelwidthstring 00.00.0000
10261
10262 \family sans
10263 Small
10264 \family default
10265  
10266 \size small
10267 This is the 
10268 \begin_inset Quotes eld
10269 \end_inset
10270
10271 Small
10272 \begin_inset Quotes erd
10273 \end_inset
10274
10275  font size.
10276
10277 \size default
10278  (keybinding 
10279 \begin_inset ERT
10280 status collapsed
10281
10282 \begin_layout Standard
10283
10284
10285 \backslash
10286 mbox{
10287 \end_layout
10288
10289 \end_inset
10290
10291
10292 \family sans
10293 M-s\InsetSpace ~
10294 s
10295 \family default
10296
10297 \begin_inset ERT
10298 status collapsed
10299
10300 \begin_layout Standard
10301
10302 }
10303 \end_layout
10304
10305 \end_inset
10306
10307  or 
10308 \begin_inset ERT
10309 status collapsed
10310
10311 \begin_layout Standard
10312
10313
10314 \backslash
10315 mbox{
10316 \end_layout
10317
10318 \end_inset
10319
10320
10321 \family sans
10322 M-s\InsetSpace ~
10323
10324 \family default
10325 4
10326 \begin_inset ERT
10327 status collapsed
10328
10329 \begin_layout Standard
10330
10331 }
10332 \end_layout
10333
10334 \end_inset
10335
10336 )
10337 \end_layout
10338
10339 \begin_layout Labeling
10340 \labelwidthstring 00.00.0000
10341
10342 \family sans
10343 Normal
10344 \family default
10345  This is the 
10346 \begin_inset Quotes eld
10347 \end_inset
10348
10349 Normal
10350 \begin_inset Quotes erd
10351 \end_inset
10352
10353  font size.
10354  It's also the default size.
10355  (keybinding 
10356 \begin_inset ERT
10357 status collapsed
10358
10359 \begin_layout Standard
10360
10361
10362 \backslash
10363 mbox{
10364 \end_layout
10365
10366 \end_inset
10367
10368
10369 \family sans
10370 M-s\InsetSpace ~
10371 n
10372 \family default
10373
10374 \begin_inset ERT
10375 status collapsed
10376
10377 \begin_layout Standard
10378
10379 }
10380 \end_layout
10381
10382 \end_inset
10383
10384  or 
10385 \begin_inset ERT
10386 status collapsed
10387
10388 \begin_layout Standard
10389
10390
10391 \backslash
10392 mbox{
10393 \end_layout
10394
10395 \end_inset
10396
10397
10398 \family sans
10399 M-s\InsetSpace ~
10400
10401 \family default
10402 5
10403 \begin_inset ERT
10404 status collapsed
10405
10406 \begin_layout Standard
10407
10408 }
10409 \end_layout
10410
10411 \end_inset
10412
10413 )
10414 \end_layout
10415
10416 \begin_layout Labeling
10417 \labelwidthstring 00.00.0000
10418
10419 \family sans
10420 Large
10421 \family default
10422  
10423 \size large
10424 This is the 
10425 \begin_inset Quotes eld
10426 \end_inset
10427
10428 Large
10429 \begin_inset Quotes erd
10430 \end_inset
10431
10432  font size.
10433
10434 \size default
10435  (keybinding 
10436 \begin_inset ERT
10437 status collapsed
10438
10439 \begin_layout Standard
10440
10441
10442 \backslash
10443 mbox{
10444 \end_layout
10445
10446 \end_inset
10447
10448
10449 \family sans
10450 M-s\InsetSpace ~
10451 l
10452 \family default
10453
10454 \begin_inset ERT
10455 status collapsed
10456
10457 \begin_layout Standard
10458
10459 }
10460 \end_layout
10461
10462 \end_inset
10463
10464  or 
10465 \begin_inset ERT
10466 status collapsed
10467
10468 \begin_layout Standard
10469
10470
10471 \backslash
10472 mbox{
10473 \end_layout
10474
10475 \end_inset
10476
10477
10478 \family sans
10479 M-s\InsetSpace ~
10480
10481 \family default
10482 6
10483 \begin_inset ERT
10484 status collapsed
10485
10486 \begin_layout Standard
10487
10488 }
10489 \end_layout
10490
10491 \end_inset
10492
10493 )
10494 \end_layout
10495
10496 \begin_layout Labeling
10497 \labelwidthstring 00.00.0000
10498
10499 \family sans
10500 Larger
10501 \family default
10502  
10503 \size larger
10504 This is the 
10505 \begin_inset Quotes eld
10506 \end_inset
10507
10508 Larger
10509 \begin_inset Quotes erd
10510 \end_inset
10511
10512  font size.
10513
10514 \size default
10515  (keybinding 
10516 \begin_inset ERT
10517 status collapsed
10518
10519 \begin_layout Standard
10520
10521
10522 \backslash
10523 mbox{
10524 \end_layout
10525
10526 \end_inset
10527
10528
10529 \family sans
10530 M-s\InsetSpace ~
10531 S-L
10532 \family default
10533
10534 \begin_inset ERT
10535 status collapsed
10536
10537 \begin_layout Standard
10538
10539 }
10540 \end_layout
10541
10542 \end_inset
10543
10544  or 
10545 \begin_inset ERT
10546 status collapsed
10547
10548 \begin_layout Standard
10549
10550
10551 \backslash
10552 mbox{
10553 \end_layout
10554
10555 \end_inset
10556
10557
10558 \family sans
10559 M-s\InsetSpace ~
10560
10561 \family default
10562 7
10563 \begin_inset ERT
10564 status collapsed
10565
10566 \begin_layout Standard
10567
10568 }
10569 \end_layout
10570
10571 \end_inset
10572
10573 )
10574 \end_layout
10575
10576 \begin_layout Labeling
10577 \labelwidthstring 00.00.0000
10578
10579 \family sans
10580 Largest
10581 \family default
10582  
10583 \size largest
10584 This is the 
10585 \begin_inset Quotes eld
10586 \end_inset
10587
10588 Largest
10589 \begin_inset Quotes erd
10590 \end_inset
10591
10592  font size.
10593
10594 \size default
10595  (keybinding 
10596 \begin_inset ERT
10597 status collapsed
10598
10599 \begin_layout Standard
10600
10601
10602 \backslash
10603 mbox{
10604 \end_layout
10605
10606 \end_inset
10607
10608
10609 \family sans
10610 M-s\InsetSpace ~
10611
10612 \family default
10613 8
10614 \begin_inset ERT
10615 status collapsed
10616
10617 \begin_layout Standard
10618
10619 }
10620 \end_layout
10621
10622 \end_inset
10623
10624 )
10625 \end_layout
10626
10627 \begin_layout Labeling
10628 \labelwidthstring 00.00.0000
10629
10630 \family sans
10631 Huge
10632 \family default
10633  
10634 \size huge
10635 This is the 
10636 \begin_inset Quotes eld
10637 \end_inset
10638
10639 Huge
10640 \begin_inset Quotes erd
10641 \end_inset
10642
10643  font size.
10644
10645 \size default
10646  (keybinding 
10647 \begin_inset ERT
10648 status collapsed
10649
10650 \begin_layout Standard
10651
10652
10653 \backslash
10654 mbox{
10655 \end_layout
10656
10657 \end_inset
10658
10659
10660 \family sans
10661 M-s\InsetSpace ~
10662 h
10663 \family default
10664
10665 \begin_inset ERT
10666 status collapsed
10667
10668 \begin_layout Standard
10669
10670 }
10671 \end_layout
10672
10673 \end_inset
10674
10675  or 
10676 \begin_inset ERT
10677 status collapsed
10678
10679 \begin_layout Standard
10680
10681
10682 \backslash
10683 mbox{
10684 \end_layout
10685
10686 \end_inset
10687
10688
10689 \family sans
10690 M-s\InsetSpace ~
10691
10692 \family default
10693 9
10694 \begin_inset ERT
10695 status collapsed
10696
10697 \begin_layout Standard
10698
10699 }
10700 \end_layout
10701
10702 \end_inset
10703
10704 )
10705 \end_layout
10706
10707 \begin_layout Labeling
10708 \labelwidthstring 00.00.0000
10709
10710 \family sans
10711 Huger
10712 \family default
10713  
10714 \size giant
10715 This is the 
10716 \begin_inset Quotes eld
10717 \end_inset
10718
10719 Huger
10720 \begin_inset Quotes erd
10721 \end_inset
10722
10723  font size.
10724
10725 \size default
10726  (keybinding 
10727 \begin_inset ERT
10728 status collapsed
10729
10730 \begin_layout Standard
10731
10732
10733 \backslash
10734 mbox{
10735 \end_layout
10736
10737 \end_inset
10738
10739
10740 \family sans
10741 M-s\InsetSpace ~
10742 H
10743 \family default
10744
10745 \begin_inset ERT
10746 status collapsed
10747
10748 \begin_layout Standard
10749
10750 }
10751 \end_layout
10752
10753 \end_inset
10754
10755  or 
10756 \begin_inset ERT
10757 status collapsed
10758
10759 \begin_layout Standard
10760
10761
10762 \backslash
10763 mbox{
10764 \end_layout
10765
10766 \end_inset
10767
10768
10769 \family sans
10770 M-s\InsetSpace ~
10771
10772 \family default
10773 0
10774 \begin_inset ERT
10775 status collapsed
10776
10777 \begin_layout Standard
10778
10779 }
10780 \end_layout
10781
10782 \end_inset
10783
10784 )
10785 \end_layout
10786
10787 \end_deeper
10788 \begin_layout Standard
10789 We'll warn you 
10790 \emph on
10791 yet again
10792 \emph default
10793 : don't go crazy with this feature.
10794  You should almost never need to change the font size.
10795  LyX automatically changes the font size for different paragraph environments
10796  - use that instead.
10797  This is here for fine-tuning only!
10798 \end_layout
10799
10800 \begin_layout Labeling
10801 \labelwidthstring 00.00.0000
10802
10803 \family sans
10804 Misc
10805 \family default
10806  Here you can change a few other things at the character level.
10807  Options are:
10808 \end_layout
10809
10810 \begin_deeper
10811 \begin_layout Labeling
10812 \labelwidthstring 00.00.0000
10813
10814 \family sans
10815 Emph
10816 \family default
10817  
10818 \emph on
10819 This is text with emphasize on
10820 \emph default
10821 .
10822  This might seem like the same as 
10823 \shape italic
10824 Italic
10825 \shape default
10826 , but it is actually a bit different.
10827  Emphasized is a 
10828 \emph on
10829 logical
10830 \emph default
10831  attribute.
10832  That means every document class can define its own font used for emphasized
10833  text.
10834  Normally this font is equal to italic.
10835 \end_layout
10836
10837 \begin_layout Labeling
10838 \labelwidthstring 00.00.0000
10839
10840 \family sans
10841 Underbar
10842 \family default
10843  
10844 \bar under
10845 This is text with Underbar on.
10846
10847 \bar default
10848  (keybinding 
10849 \begin_inset ERT
10850 status collapsed
10851
10852 \begin_layout Standard
10853
10854
10855 \backslash
10856 mbox{
10857 \end_layout
10858
10859 \end_inset
10860
10861
10862 \family sans
10863 M-c\InsetSpace ~
10864 u
10865 \family default
10866
10867 \begin_inset ERT
10868 status collapsed
10869
10870 \begin_layout Standard
10871
10872 }
10873 \end_layout
10874
10875 \end_inset
10876
10877
10878 \family sans
10879 )
10880 \newline
10881
10882 \family default
10883 Avoid using underbar if you can! It's a holdover from the typewriter days,
10884  when you couldn't change fonts.
10885  We no longer need to emphasize text by underscoring characters.
10886  It's only included in LyX because some people 
10887 \emph on
10888 may
10889 \emph default
10890  need it in order to follow style sheets for journal submissions.
10891 \end_layout
10892
10893 \begin_layout Labeling
10894 \labelwidthstring 00.00.0000
10895
10896 \family sans
10897 Noun
10898 \family default
10899  
10900 \noun on
10901 This is text with Noun on.
10902
10903 \noun default
10904  Like 
10905 \family sans
10906 Emph
10907 \family default
10908 , this is a logical attribute.
10909  Normally it's equivalent to 
10910 \family sans
10911 Small\InsetSpace ~
10912 Caps
10913 \family default
10914 .
10915 \end_layout
10916
10917 \end_deeper
10918 \begin_layout Labeling
10919 \labelwidthstring 00.00.0000
10920
10921 \family sans
10922 Color
10923 \family default
10924  You can adjust the color of the text with this control.
10925  Notice that not all dvi-viewers are are able to display colors.
10926  Besides 
10927 \family sans
10928 No\InsetSpace ~
10929 color
10930 \family default
10931 , which is the default 
10932 \begin_inset Quotes eld
10933 \end_inset
10934
10935 color
10936 \begin_inset Quotes erd
10937 \end_inset
10938
10939  and means normally black, you can choose between 
10940 \family sans
10941 Black
10942 \family default
10943
10944 \family sans
10945 White
10946 \family default
10947
10948 \family sans
10949 Red
10950 \family default
10951
10952 \family sans
10953 Green
10954 \family default
10955
10956 \family sans
10957 Blue
10958 \family default
10959
10960 \family sans
10961 Cyan
10962 \family default
10963
10964 \family sans
10965 Magenta
10966 \family default
10967  and 
10968 \family sans
10969 Yellow
10970 \family default
10971  text.
10972 \begin_inset LatexCommand index
10973 name "Color ! Text"
10974
10975 \end_inset
10976
10977
10978 \end_layout
10979
10980 \begin_layout Labeling
10981 \labelwidthstring 00.00.0000
10982
10983 \family sans
10984 Language
10985 \family default
10986  This is used to mark regions of text as having a different language from
10987  the language of the document.
10988  Text marked in this way will be underlined in blue to indicate the change
10989  (only within LyX).
10990 \end_layout
10991
10992 \begin_layout Standard
10993 So you have a huge number of combinations to choose from.
10994  Once you've chosen a new character style via the 
10995 \family sans
10996 Edit\SpecialChar \menuseparator
10997 Text\InsetSpace ~
10998 Style
10999 \family default
11000  dialog, the settings are saved.
11001  You can activate them using the toolbar button 
11002 \begin_inset Graphics
11003         filename ../images/font-free-apply.png
11004
11005 \end_inset
11006
11007 .
11008  The button lets you toggle the state of your custom character style even
11009  when the dialog isn't visible.
11010  
11011 \end_layout
11012
11013 \begin_layout Standard
11014 To completely reset the character style to the default, use 
11015 \family sans
11016 M-c\InsetSpace ~
11017 Space
11018 \family default
11019 .
11020  If you want to toggle only those properties that you have just changed
11021  (suppose you just set the shape to 
11022 \begin_inset Quotes eld
11023 \end_inset
11024
11025 slanted
11026 \begin_inset Quotes erd
11027 \end_inset
11028
11029  and the series to 
11030 \begin_inset Quotes eld
11031 \end_inset
11032
11033 bold
11034 \begin_inset Quotes erd
11035 \end_inset
11036
11037 ), set the 
11038 \family sans
11039 Toggle\InsetSpace ~
11040 all
11041 \family default
11042  switch and press 
11043 \family sans
11044 Apply
11045 \family default
11046 .
11047 \end_layout
11048
11049 \begin_layout Standard
11050 You should also know something about the differences between the three main
11051  font types 
11052 \family sans
11053 serif
11054 \family default
11055
11056 \family sans
11057 sans\InsetSpace ~
11058 serif
11059 \family default
11060 , and 
11061 \family sans
11062 typewriter
11063 \family default
11064 :
11065 \end_layout
11066
11067 \begin_layout Itemize
11068
11069 \family sans
11070 Typewriter
11071 \family default
11072  is a so called 
11073 \begin_inset Quotes eld
11074 \end_inset
11075
11076 monospaced
11077 \begin_inset Quotes erd
11078 \end_inset
11079
11080  font, that means every character has the same width, the 
11081 \begin_inset Quotes eld
11082 \end_inset
11083
11084 i
11085 \begin_inset Quotes erd
11086 \end_inset
11087
11088  is as wide as the 
11089 \begin_inset Quotes eld
11090 \end_inset
11091
11092 m
11093 \begin_inset Quotes erd
11094 \end_inset
11095
11096 .
11097  Here is an example
11098 \newline
11099
11100 \begin_inset ERT
11101 status collapsed
11102
11103 \begin_layout Standard
11104
11105
11106 \backslash
11107 phantom{
11108 \end_layout
11109
11110 \end_inset
11111
11112 no 
11113 \begin_inset ERT
11114 status collapsed
11115
11116 \begin_layout Standard
11117
11118 }
11119 \end_layout
11120
11121 \end_inset
11122
11123
11124 \family typewriter
11125 typewriter text
11126 \family default
11127
11128 \begin_inset Note Note
11129 status collapsed
11130
11131 \begin_layout Standard
11132 For more on phantoms see section\InsetSpace ~
11133
11134 \begin_inset LatexCommand ref
11135 reference "sub:Other-space-variants"
11136
11137 \end_inset
11138
11139 .
11140 \end_layout
11141
11142 \end_inset
11143
11144
11145 \newline
11146 no typewriter text
11147 \end_layout
11148
11149 \begin_layout Itemize
11150
11151 \family sans
11152 Serif
11153 \family default
11154  fonts use characters with serifs.
11155  These are the small 
11156 \begin_inset Quotes eld
11157 \end_inset
11158
11159 appendices
11160 \begin_inset Quotes erd
11161 \end_inset
11162
11163  at all ends of of the streaks that form the character.
11164  The following example will show the difference:
11165 \newline
11166 text with serifs
11167 \newline
11168
11169 \family sans
11170 text without serifs
11171 \family default
11172
11173 \newline
11174 Serifs facilitates an easy and fast reading.
11175  They are therefore used as default font (named 
11176 \family sans
11177 roman
11178 \family default
11179 ).
11180 \end_layout
11181
11182 \begin_layout Itemize
11183
11184 \family sans
11185 Sans serif
11186 \family default
11187  don't use serifs.
11188  This font type is therefore often used for headings and short texts.
11189  We use it in this document to highlight menu names.
11190 \end_layout
11191
11192 \begin_layout Standard
11193 We conclude with the same warning once again: Don't overuse the fonts.
11194  They are, more often than not, a kludge and a bad substitute for good writing.
11195 \end_layout
11196
11197 \begin_layout Section
11198 Printing and Previewing
11199 \end_layout
11200
11201 \begin_layout Subsection
11202 Overview
11203 \end_layout
11204
11205 \begin_layout Standard
11206 Now that we've covered some of the basic features of document preparation
11207  using LyX, you probably want to know how to print out your masterpiece.
11208  Before we tell you that, we want to give you a quick explanation of what
11209  goes on behind-the-scenes.
11210  We cover these informations in much greater detail in the 
11211 \emph on
11212 Extended\InsetSpace ~
11213 Features
11214 \emph default
11215  manual as well.
11216 \end_layout
11217
11218 \begin_layout Standard
11219 LyX uses the program LaTeX as its backend.
11220  LaTeX is just a macro package for the TeX typesetting system, but to prevent
11221  confusion, we'll only refer to LaTeX.
11222  LyX is what you use to do your actual writing.
11223  Then, LyX calls LaTeX to turn your writing into printable output.
11224  This happens in two stages:
11225 \end_layout
11226
11227 \begin_layout Enumerate
11228 First, LyX converts your document to a series of text commands for LaTeX,
11229  generating a file with the extension, 
11230 \begin_inset Quotes eld
11231 \end_inset
11232
11233
11234 \family typewriter
11235 .tex
11236 \family default
11237
11238 \begin_inset Quotes erd
11239 \end_inset
11240
11241 .
11242 \end_layout
11243
11244 \begin_layout Enumerate
11245 Next, LaTeX uses the commands in the 
11246 \family typewriter
11247 .tex
11248 \family default
11249  file to produce printable output.
11250  
11251 \end_layout
11252
11253 \begin_layout Subsection
11254 Output file formats
11255 \begin_inset LatexCommand index
11256 name "File formats"
11257
11258 \end_inset
11259
11260
11261 \begin_inset LatexCommand label
11262 name "sub:Output-file-formats"
11263
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \begin_layout Subsubsection
11270 ASCII
11271 \begin_inset LatexCommand index
11272 name "File formats ! ASCII"
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Standard
11280 This file type has the extension 
11281 \begin_inset Quotes eld
11282 \end_inset
11283
11284
11285 \family typewriter
11286 .txt
11287 \family default
11288
11289 \begin_inset Quotes erd
11290 \end_inset
11291
11292 .
11293  It contains your document as plain text following the rules of the 
11294 \begin_inset Quotes eld
11295 \end_inset
11296
11297 American Standard Code for Information Interchange
11298 \begin_inset Quotes erd
11299 \end_inset
11300
11301  (ASCII).
11302 \end_layout
11303
11304 \begin_layout Standard
11305 You can export your document to ASCII by the menu 
11306 \family sans
11307 File\SpecialChar \menuseparator
11308 Export\SpecialChar \menuseparator
11309 ASCII
11310 \family default
11311 .
11312 \end_layout
11313
11314 \begin_layout Subsubsection
11315 LaTeX
11316 \begin_inset LatexCommand index
11317 name "File formats ! LaTeX"
11318
11319 \end_inset
11320
11321
11322 \end_layout
11323
11324 \begin_layout Standard
11325 This file type has the extension 
11326 \begin_inset Quotes eld
11327 \end_inset
11328
11329
11330 \family typewriter
11331 .tex
11332 \family default
11333
11334 \begin_inset Quotes erd
11335 \end_inset
11336
11337  and contains all commands that are necessary for the LaTeX program to process
11338  your document.
11339  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
11340  it manually with console commands.
11341  The LaTeX-file is automatically created in LyX's temporary directory whenever
11342  you view or export your document.
11343 \end_layout
11344
11345 \begin_layout Standard
11346 You can export your document as LaTeX-file using the menu 
11347 \family sans
11348 File\SpecialChar \menuseparator
11349 Export\SpecialChar \menuseparator
11350 LaT
11351 \begin_inset ERT
11352 status collapsed
11353
11354 \begin_layout Standard
11355
11356 {}
11357 \end_layout
11358
11359 \end_inset
11360
11361 eX
11362 \family default
11363 .
11364 \end_layout
11365
11366 \begin_layout Subsubsection
11367 DVI
11368 \begin_inset LatexCommand index
11369 name "File formats ! DVI"
11370
11371 \end_inset
11372
11373
11374 \end_layout
11375
11376 \begin_layout Standard
11377 This file type has the extension 
11378 \begin_inset Quotes eld
11379 \end_inset
11380
11381
11382 \family typewriter
11383 .dvi
11384 \family default
11385
11386 \begin_inset Quotes erd
11387 \end_inset
11388
11389 .
11390  It is called 
11391 \begin_inset Quotes eld
11392 \end_inset
11393
11394 device-independent
11395 \begin_inset Quotes erd
11396 \end_inset
11397
11398  (DVI), because it is completely portable; you can move them from one machine
11399  to another without needing to do any sort of conversion.
11400  At the time when this file-format was developed, this was no matter of
11401  course.
11402  DVIs are used for quick previews and as pre-stage for other output formats,
11403  like PostScript.
11404 \end_layout
11405
11406 \begin_layout Standard
11407 \begin_inset Note Greyedout
11408 status open
11409
11410 \begin_layout Standard
11411
11412 \series bold
11413 Note:
11414 \series default
11415  The DVI file doesn't contain images, they will only be a linked.
11416  So don't forget to deliver the images together with your DVIs.
11417 \end_layout
11418
11419 \end_inset
11420
11421 This property can also slow down your computer when you view the DVI.
11422  Because the DVI-viewer has to convert the image in the background to make
11423  it visible when you scroll in the DVI.
11424  So we recommend to use PDF for files with many images.
11425 \end_layout
11426
11427 \begin_layout Standard
11428 You can export your document to DVI by the menu 
11429 \family sans
11430 File\SpecialChar \menuseparator
11431 Export\SpecialChar \menuseparator
11432 DVI
11433 \family default
11434 .
11435 \end_layout
11436
11437 \begin_layout Subsubsection
11438 PostScript
11439 \begin_inset LatexCommand index
11440 name "File formats ! PostScript"
11441
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \begin_layout Standard
11448 This file type has the extension 
11449 \begin_inset Quotes eld
11450 \end_inset
11451
11452
11453 \family typewriter
11454 .ps
11455 \family default
11456
11457 \begin_inset Quotes erd
11458 \end_inset
11459
11460 .
11461  PostScript was developed by the company 
11462 \family typewriter
11463 Adobe
11464 \family default
11465  as printer language.
11466  The file contains therefore commands that the printer uses to print the
11467  file.
11468  PostScript can be seen as 
11469 \begin_inset Quotes eld
11470 \end_inset
11471
11472 programming language
11473 \begin_inset Quotes erd
11474 \end_inset
11475
11476 ; you can calculate with it and draw diagrams and images.
11477 \begin_inset Foot
11478 status collapsed
11479
11480 \begin_layout Standard
11481 If you are interested to learn more about this, have a look at the LaTeX-package
11482  
11483 \series bold
11484 pstricks
11485 \series default
11486
11487 \begin_inset LatexCommand index
11488 name "LaTeX-packages ! pstricks"
11489
11490 \end_inset
11491
11492 .
11493 \end_layout
11494
11495 \end_inset
11496
11497  Due to this ability, the files are often bigger than PDFs.
11498 \end_layout
11499
11500 \begin_layout Standard
11501 PostScript can only contain images in the format 
11502 \begin_inset Quotes eld
11503 \end_inset
11504
11505 Encapsulated PostScript
11506 \begin_inset Quotes erd
11507 \end_inset
11508
11509  (EPS, file extension 
11510 \begin_inset Quotes eld
11511 \end_inset
11512
11513
11514 \family typewriter
11515 .eps
11516 \family default
11517
11518 \begin_inset Quotes erd
11519 \end_inset
11520
11521 ).
11522  As LyX allows you to use any known image format in your document, it has
11523  to convert them in the background to EPS.
11524  If you have e.g 50 images in your document, LyX has to do 50 conversions
11525  whenever you view or export your document.
11526  This will slow down your workflow with LyX drastically.
11527  So if you plan to use PostScript, you can insert your images directly as
11528  EPS to avoid this problem.
11529 \end_layout
11530
11531 \begin_layout Standard
11532 You can export your document to PostScript using the menu 
11533 \family sans
11534 File\SpecialChar \menuseparator
11535 Export\SpecialChar \menuseparator
11536 PostScript
11537 \family default
11538 .
11539 \end_layout
11540
11541 \begin_layout Subsubsection
11542 PDF
11543 \begin_inset LatexCommand index
11544 name "File formats ! PDF"
11545
11546 \end_inset
11547
11548
11549 \begin_inset LatexCommand index
11550 name "PDF"
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \begin_layout Standard
11558 This file type has the extension 
11559 \begin_inset Quotes eld
11560 \end_inset
11561
11562
11563 \family typewriter
11564 .pdf
11565 \family default
11566
11567 \begin_inset Quotes erd
11568 \end_inset
11569
11570 .
11571  The 
11572 \begin_inset Quotes eld
11573 \end_inset
11574
11575 Portable Document Format
11576 \begin_inset Quotes erd
11577 \end_inset
11578
11579  (PDF) is developed by 
11580 \family typewriter
11581 Adobe
11582 \family default
11583  as derivative from PostScript.
11584  It is more compressed and it uses much less commands than PostScript.
11585  As the name 
11586 \begin_inset Quotes eld
11587 \end_inset
11588
11589 portable
11590 \begin_inset Quotes erd
11591 \end_inset
11592
11593  implies, it can be processed at any computer system and the printed output
11594  looks exactly the same.
11595 \end_layout
11596
11597 \begin_layout Standard
11598 PDF can contain images in its own PDF format and in the formats 
11599 \begin_inset Quotes eld
11600 \end_inset
11601
11602 Joint Photographic Experts Group
11603 \begin_inset Quotes erd
11604 \end_inset
11605
11606  (JPG, file extension 
11607 \begin_inset Quotes eld
11608 \end_inset
11609
11610
11611 \family typewriter
11612 .jpg
11613 \family default
11614
11615 \begin_inset Quotes erd
11616 \end_inset
11617
11618  or 
11619 \begin_inset Quotes eld
11620 \end_inset
11621
11622
11623 \family typewriter
11624 .jpeg
11625 \family default
11626
11627 \begin_inset Quotes erd
11628 \end_inset
11629
11630 ) and 
11631 \begin_inset Quotes eld
11632 \end_inset
11633
11634 Portable Network Graphics
11635 \begin_inset Quotes erd
11636 \end_inset
11637
11638  (PNG, file extension 
11639 \begin_inset Quotes eld
11640 \end_inset
11641
11642
11643 \family typewriter
11644 .png
11645 \family default
11646
11647 \begin_inset Quotes erd
11648 \end_inset
11649
11650 ).
11651  You can although use any other image format, because LyX converts them
11652  in the background to one of these formats.
11653  But as described in the section about PostScript, the image conversion
11654  will slow down your workflow.
11655  So we recommend to use images in one of the three mentioned formats.
11656 \end_layout
11657
11658 \begin_layout Standard
11659 You can export your document to PDF via the menu 
11660 \family sans
11661 File\SpecialChar \menuseparator
11662 Export
11663 \family default
11664  in three different ways:
11665 \end_layout
11666
11667 \begin_layout Description
11668 PDF This uses the program 
11669 \family typewriter
11670 ps2pdf
11671 \family default
11672  that creates a PDF from a PostScript-version of your file.
11673  The PostScript-version is produced by the program 
11674 \family typewriter
11675 dvips
11676 \family default
11677  which uses a DVI-version as intermediate step.
11678  So this export variant consist of three conversions.
11679 \end_layout
11680
11681 \begin_layout Description
11682 PDF\InsetSpace ~
11683 (dvipdfm) This uses the program 
11684 \family typewriter
11685 dvipdfm
11686 \family default
11687  that converts your file in the background to DVI and in a second step to
11688  PDF.
11689 \end_layout
11690
11691 \begin_layout Description
11692 PDF\InsetSpace ~
11693 (pdflatex) This uses the program 
11694 \family typewriter
11695 pdftex
11696 \family default
11697  that converts your file directly to PDF.
11698 \end_layout
11699
11700 \begin_layout Standard
11701 We recommend to use 
11702 \family sans
11703 PDF\InsetSpace ~
11704 (pdflatex)
11705 \family default
11706  because 
11707 \family typewriter
11708 pdftex
11709 \family default
11710  supports all features of actual PDF-versions, is quick and works stable
11711  without problems.
11712  The program 
11713 \family typewriter
11714 dvipdfm
11715 \family default
11716  is no more under development and therefore a bit outdated.
11717 \end_layout
11718
11719 \begin_layout Subsection
11720 Previewing
11721 \begin_inset LatexCommand index
11722 name "Document ! Preview "
11723
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \begin_layout Standard
11730 To get a look at the final version of your document, with all of the pagebreaks
11731  in place, the footnotes correctly numbered, and so on, use the menu 
11732 \family sans
11733 View
11734 \family default
11735  and choose a file type.
11736  A viewing program will popup showing the output.
11737  For 
11738 \family sans
11739 View\SpecialChar \menuseparator
11740 DVI
11741 \family default
11742  you can use the toolbar button 
11743 \begin_inset Graphics
11744         filename ../images/buffer-view_dvi.png
11745
11746 \end_inset
11747
11748  (shortcut 
11749 \family sans
11750 C-d
11751 \family default
11752 ), for 
11753 \family sans
11754 View\SpecialChar \menuseparator
11755 PDF\InsetSpace ~
11756 (pdflatex)
11757 \family default
11758  you can use the toolbar button 
11759 \begin_inset Graphics
11760         filename ../images/buffer-export_pdf2.png
11761
11762 \end_inset
11763
11764 .
11765 \end_layout
11766
11767 \begin_layout Standard
11768 If you have changed your document, you can refresh the output in the same
11769  viewer window using the menu 
11770 \family sans
11771 View\SpecialChar \menuseparator
11772 Update
11773 \family default
11774 .
11775 \end_layout
11776
11777 \begin_layout Standard
11778 When you preview a file, the output file is only generated in LyX's temporary
11779  directory.
11780  To have a real output, export your document.
11781 \end_layout
11782
11783 \begin_layout Subsection
11784 Printing the File from within LyX
11785 \begin_inset LatexCommand label
11786 name "sub:Printing-the-File"
11787
11788 \end_inset
11789
11790
11791 \end_layout
11792
11793 \begin_layout Standard
11794 Instead of exporting your file and then printing them, you can also print
11795  it directly from within LyX.
11796  To print a file, select the menu 
11797 \family sans
11798 File\SpecialChar \menuseparator
11799 Print
11800 \family default
11801  or click on the toolbar button 
11802 \begin_inset Graphics
11803         filename ../images/dialog-show_print.png
11804
11805 \end_inset
11806
11807 .
11808  LyX will internally call LaTeX to produce a DVI.
11809  This file is then processed by the program 
11810 \family typewriter
11811 dvips
11812 \family default
11813  to PostScript-file, which is finally printed using the program 
11814 \family typewriter
11815 Ghostscript
11816 \family default
11817 .
11818  Due to these steps in the background, this method is not the fastest.
11819 \end_layout
11820
11821 \begin_layout Standard
11822 You can choose to print only even-numbered or odd-numbered pages - this
11823  is useful for printing on two sides: You can re-insert the pages after
11824  printing one set to print on the other side.
11825  Some printers spit out pages face-up, others, face-down.
11826  By choosing a particular order to print in, you can take the entire stack
11827  of pages out of the printer without needing to reorder them.
11828 \end_layout
11829
11830 \begin_layout Standard
11831 You can set the parameters in the 
11832 \family sans
11833 Print\InsetSpace ~
11834 Destination
11835 \family default
11836  box as follows:
11837 \end_layout
11838
11839 \begin_layout Labeling
11840 \labelwidthstring 00.00.0000
11841
11842 \family sans
11843 Printer
11844 \family default
11845  This is the name of the printer to print to.
11846 \begin_inset Foot
11847 status collapsed
11848
11849 \begin_layout Standard
11850 Note that this printer name is for the program 
11851 \family typewriter
11852 dvips
11853 \family default
11854 .
11855  That means 
11856 \family typewriter
11857 dvips
11858 \family default
11859  has to be configured for this printer name.
11860  The default printer can be set in LyX's preferences dialog, see section\InsetSpace ~
11861
11862 \begin_inset LatexCommand ref
11863 reference "sub:Printer"
11864
11865 \end_inset
11866
11867 .
11868 \end_layout
11869
11870 \end_inset
11871
11872  The printer should understand PostScript.
11873 \end_layout
11874
11875 \begin_layout Labeling
11876 \labelwidthstring 00.00.0000
11877
11878 \family sans
11879 File
11880 \family default
11881  The name of a file to print to.
11882  The output will be a PostScript file.
11883  It will be written in LyX's working directory unless you specify the full
11884  path.
11885 \end_layout
11886
11887 \begin_layout Section
11888 A few Words about Typography
11889 \begin_inset LatexCommand index
11890 name "Typography"
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \begin_layout Subsection
11898 Hyphens
11899 \begin_inset LatexCommand index
11900 name "Hyphens"
11901
11902 \end_inset
11903
11904
11905 \begin_inset LatexCommand label
11906 name "sub:Hyphens"
11907
11908 \end_inset
11909
11910
11911 \end_layout
11912
11913 \begin_layout Standard
11914 In LyX, the 
11915 \begin_inset Quotes eld
11916 \end_inset
11917
11918
11919 \family typewriter
11920 -
11921 \family default
11922
11923 \begin_inset Quotes eld
11924 \end_inset
11925
11926  character comes in three lengths, often called the 
11927 \emph on
11928 hyphen
11929 \emph default
11930 , the 
11931 \emph on
11932 en dash
11933 \emph default
11934 , and the 
11935 \emph on
11936 em dash
11937 \emph default
11938 :
11939 \end_layout
11940
11941 \begin_layout Enumerate
11942 hyphen
11943 \hfill
11944 -
11945 \hfill
11946 made with 
11947 \begin_inset Quotes eld
11948 \end_inset
11949
11950
11951 \family typewriter
11952 -
11953 \family default
11954
11955 \begin_inset Quotes eld
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \begin_layout Enumerate
11962 en dash
11963 \hfill
11964 --
11965 \hfill
11966 made with 
11967 \begin_inset Quotes eld
11968 \end_inset
11969
11970
11971 \family typewriter
11972 -
11973 \begin_inset ERT
11974 status collapsed
11975
11976 \begin_layout Standard
11977
11978
11979 \backslash
11980 /
11981 \end_layout
11982
11983 \end_inset
11984
11985 -
11986 \family default
11987
11988 \begin_inset Quotes eld
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \begin_layout Enumerate
11995 em dash
11996 \hfill
11997 ---
11998 \hfill
11999 made with 
12000 \begin_inset Quotes eld
12001 \end_inset
12002
12003
12004 \family typewriter
12005 -
12006 \begin_inset ERT
12007 status collapsed
12008
12009 \begin_layout Standard
12010
12011
12012 \backslash
12013 /
12014 \end_layout
12015
12016 \end_inset
12017
12018 -
12019 \begin_inset ERT
12020 status collapsed
12021
12022 \begin_layout Standard
12023
12024
12025 \backslash
12026 /
12027 \end_layout
12028
12029 \end_inset
12030
12031 -
12032 \family default
12033
12034 \begin_inset Quotes eld
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \begin_layout Enumerate
12041 minus sign
12042 \hfill
12043
12044 \begin_inset Formula $-$
12045 \end_inset
12046
12047
12048 \hfill
12049
12050 \begin_inset Quotes eld
12051 \end_inset
12052
12053
12054 \family typewriter
12055 -
12056 \family default
12057
12058 \begin_inset Quotes eld
12059 \end_inset
12060
12061  in math mode
12062 \end_layout
12063
12064 \begin_layout Standard
12065 You generate them by inserting the 
12066 \begin_inset Quotes eld
12067 \end_inset
12068
12069
12070 \family typewriter
12071 -
12072 \family default
12073
12074 \begin_inset Quotes eld
12075 \end_inset
12076
12077  character multiple times in a row.
12078  They are automatically converted to the appropriate length dash in the
12079  final output, but not in LyX.
12080 \end_layout
12081
12082 \begin_layout Standard
12083 The three dash types are distinct from the minus sign, which appears in
12084  math mode and has a length of its own.
12085  Here are some examples of the 
12086 \begin_inset Quotes eld
12087 \end_inset
12088
12089
12090 \family typewriter
12091 -
12092 \family default
12093
12094 \begin_inset Quotes eld
12095 \end_inset
12096
12097  in use:
12098 \end_layout
12099
12100 \begin_layout Enumerate
12101 line- and page-breaks
12102 \hfill
12103 (
12104 \emph on
12105 hyphen
12106 \emph default
12107 )
12108 \end_layout
12109
12110 \begin_layout Enumerate
12111 From A--Z
12112 \hfill
12113 (
12114 \emph on
12115 en dash
12116 \emph default
12117 )
12118 \end_layout
12119
12120 \begin_layout Enumerate
12121 Oh --- there's a dash.
12122 \hfill
12123 (
12124 \emph on
12125 em dash
12126 \emph default
12127 )
12128 \end_layout
12129
12130 \begin_layout Enumerate
12131 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12132 \end_inset
12133
12134
12135 \hfill
12136 (
12137 \emph on
12138 minus sign
12139 \emph default
12140 )
12141 \end_layout
12142
12143 \begin_layout Subsection
12144 Hyphenation
12145 \begin_inset LatexCommand index
12146 name "Hyphenation"
12147
12148 \end_inset
12149
12150
12151 \begin_inset LatexCommand label
12152 name "sub:Hyphenation"
12153
12154 \end_inset
12155
12156
12157 \end_layout
12158
12159 \begin_layout Standard
12160 Words aren't hyphenated within LyX but automatically in the output.
12161  Hyphenation is done by the LaTeX-package 
12162 \series bold
12163 babel
12164 \begin_inset LatexCommand index
12165 name "LaTeX-packages ! babel"
12166
12167 \end_inset
12168
12169
12170 \series default
12171  following the rules of the document language
12172 \begin_inset Foot
12173 status collapsed
12174
12175 \begin_layout Standard
12176 For German readers: That's one of the main differences between the languages
12177  
12178 \family sans
12179 German
12180 \family default
12181  and 
12182 \family sans
12183 German\InsetSpace ~
12184 (new\InsetSpace ~
12185 spelling)
12186 \family default
12187  in the 
12188 \family sans
12189 Document\SpecialChar \menuseparator
12190 Settings
12191 \family default
12192  dialog.
12193 \end_layout
12194
12195 \end_inset
12196
12197 .
12198 \end_layout
12199
12200 \begin_layout Standard
12201 LaTeX hyphenates nearly perfectly, it has only problems with text in the
12202  font 
12203 \family sans
12204 typewriter
12205 \family default
12206  and with unusual constructs, like 
12207 \begin_inset Quotes eld
12208 \end_inset
12209
12210 h3knix/m0n0wall
12211 \begin_inset Quotes erd
12212 \end_inset
12213
12214 .
12215  If LaTeX can't break a word correctly, you can set hyphenation points manually.
12216  This is done with the menu 
12217 \family sans
12218 Insert\SpecialChar \menuseparator
12219 Formatting\SpecialChar \menuseparator
12220 Hyphenation\InsetSpace ~
12221 Point
12222 \family default
12223 .
12224  These extra hyphenation points are only recommendations to LaTeX.
12225  If no hyphenation is necessary, LaTeX will ignore them.
12226 \end_layout
12227
12228 \begin_layout Standard
12229 Sometimes you want to prevent words or constructs to be hyphenated.
12230  The keybindings/shortcuts in this document consists of three letters with
12231  a hyphen and a space in the form 
12232 \begin_inset Quotes eld
12233 \end_inset
12234
12235 A-b c
12236 \begin_inset Quotes erd
12237 \end_inset
12238
12239 .
12240  LaTeX finds there the hyphen 
12241 \begin_inset Quotes eld
12242 \end_inset
12243
12244 -
12245 \begin_inset Quotes erd
12246 \end_inset
12247
12248  as hyphenation possibility.
12249  Hyphenating at this point would look ugly.
12250  To prevent the shortcut from being hyphenated, we can put it in the argument
12251  of the LaTeX-box-command 
12252 \series bold
12253
12254 \backslash
12255 mbox
12256 \series default
12257 , because text within LaTeX-boxes can't be hyphenated.
12258  As LyX doesn't support 
12259 \series bold
12260
12261 \backslash
12262 mbox
12263 \series default
12264 , we have to use ERT.
12265  The result looks in LyX like:
12266 \end_layout
12267
12268 \begin_layout Standard
12269 \begin_inset Graphics
12270         filename clipart/mbox.png
12271
12272 \end_inset
12273
12274
12275 \end_layout
12276
12277 \begin_layout Standard
12278 To learn more about ERT, have a look at section\InsetSpace ~
12279
12280 \begin_inset LatexCommand ref
12281 reference "sec:ERT"
12282
12283 \end_inset
12284
12285 .
12286 \end_layout
12287
12288 \begin_layout Subsection
12289 Punctuation Marks
12290 \begin_inset LatexCommand index
12291 name "Punctuation marks"
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \begin_layout Subsubsection
12299 Abbreviations and End of Sentence
12300 \begin_inset LatexCommand label
12301 name "sub:Abbreviations"
12302
12303 \end_inset
12304
12305
12306 \end_layout
12307
12308 \begin_layout Standard
12309 When LyX calls LaTeX to generate the final version of your document, LaTeX
12310  automatically distinguishes between words, sentences, and abbreviations.
12311  LaTeX then adds the 
12312 \begin_inset Quotes eld
12313 \end_inset
12314
12315 appropriate amount of space
12316 \begin_inset Quotes erd
12317 \end_inset
12318
12319 .
12320  That means sentences get a little bit more space between the period and
12321  the next word.
12322  Abbreviations get the same amount of space after the period as a word uses.
12323 \end_layout
12324
12325 \begin_layout Standard
12326 Unfortunately, the algorithm for figuring out what's an abbreviation works
12327  not for all cases.
12328  If a 
12329 \begin_inset Quotes eld
12330 \end_inset
12331
12332
12333 \family typewriter
12334 .
12335 \family default
12336
12337 \begin_inset Quotes erd
12338 \end_inset
12339
12340  is at the end of a lowercase letter, it's the end of a sentence; if it's
12341  at the end of a capitalized letter, it's an abbreviation.
12342 \end_layout
12343
12344 \begin_layout Standard
12345 Here are some examples of 
12346 \emph on
12347 correct
12348 \emph default
12349  abbreviations and the end of a sentence:
12350 \end_layout
12351
12352 \begin_layout Itemize
12353 M.
12354  Butterfly
12355 \end_layout
12356
12357 \begin_layout Itemize
12358 Don't worry.
12359  Be happy.
12360 \end_layout
12361
12362 \begin_layout Standard
12363 And here's an example of the algorithm going wrong:
12364 \end_layout
12365
12366 \begin_layout Itemize
12367 e.
12368  g.
12369  this is too much space!
12370 \end_layout
12371
12372 \begin_layout Itemize
12373 This is I.
12374  It's okay.
12375 \end_layout
12376
12377 \begin_layout Standard
12378 You won't see anything wrong until you view a final version of your document.
12379 \end_layout
12380
12381 \begin_layout Standard
12382 To fix this problem, use one of the following:
12383 \end_layout
12384
12385 \begin_layout Enumerate
12386 Use an 
12387 \family sans
12388 Inter-word\InsetSpace ~
12389 Space
12390 \family default
12391  after lowercase abbreviations (see section\InsetSpace ~
12392
12393 \begin_inset LatexCommand ref
12394 reference "sub:Inter-word-Space"
12395
12396 \end_inset
12397
12398 ).
12399 \begin_inset LatexCommand index
12400 name "Spaces ! inter-word"
12401
12402 \end_inset
12403
12404
12405 \end_layout
12406
12407 \begin_layout Enumerate
12408 Use a 
12409 \family sans
12410 Thin\InsetSpace ~
12411 Space
12412 \family default
12413  between two tokens of an abbreviation (see section\InsetSpace ~
12414
12415 \begin_inset LatexCommand ref
12416 reference "sub:Thin-Space"
12417
12418 \end_inset
12419
12420 ).
12421 \begin_inset LatexCommand index
12422 name "Spaces ! thin"
12423
12424 \end_inset
12425
12426
12427 \end_layout
12428
12429 \begin_layout Enumerate
12430 Use an 
12431 \family sans
12432 End\InsetSpace ~
12433 of\InsetSpace ~
12434 sentence\InsetSpace ~
12435 period
12436 \family default
12437  found under the 
12438 \family sans
12439 Insert\SpecialChar \menuseparator
12440 Special\InsetSpace ~
12441 Character
12442 \family default
12443  menu to force the use of inter-sentence spacing.
12444  This function is also bound to 
12445 \family sans
12446 C-period
12447 \family default
12448  for easy access.
12449 \end_layout
12450
12451 \begin_layout Standard
12452 With the corrections, our earlier examples look like this:
12453 \end_layout
12454
12455 \begin_layout Itemize
12456 e.\InsetSpace \thinspace{}
12457 g.\InsetSpace \space{}
12458 this is too much space!
12459 \end_layout
12460
12461 \begin_layout Itemize
12462 This is I\SpecialChar \@.
12463  It's okay.
12464 \end_layout
12465
12466 \begin_layout Standard
12467 Some languages don't use extra spacing between sentences.
12468  If your language is such a language, you don't need to worry, because the
12469  LaTeX will care about this.
12470 \end_layout
12471
12472 \begin_layout Standard
12473 For those that do need to bother, there is help to catch those sneaky errors:
12474  check out the 
12475 \family sans
12476 Tools\SpecialChar \menuseparator
12477 Check\InsetSpace ~
12478 TeX
12479 \family default
12480  feature described in section 
12481 \emph on
12482 Checking TeX
12483 \emph default
12484  of the 
12485 \emph on
12486 Extended Features
12487 \emph default
12488  manual.
12489 \end_layout
12490
12491 \begin_layout Subsubsection
12492 Quotes
12493 \begin_inset LatexCommand index
12494 name "Typography ! Quotes"
12495
12496 \end_inset
12497
12498
12499 \begin_inset LatexCommand index
12500 name "Quotes | see{Typography}"
12501
12502 \end_inset
12503
12504
12505 \begin_inset LatexCommand label
12506 name "sub:Quotes"
12507
12508 \end_inset
12509
12510
12511 \end_layout
12512
12513 \begin_layout Standard
12514 LyX usually sets quotes correctly.
12515  Specifically, it will use an opening quote at the beginning of quoted text,
12516  and use a closing quote at the end.
12517  For example, 
12518 \begin_inset Quotes eld
12519 \end_inset
12520
12521 open close
12522 \begin_inset Quotes erd
12523 \end_inset
12524
12525 .
12526  The keyboard character, 
12527 \family sans
12528 "
12529 \family default
12530 , generates this automatically.
12531 \end_layout
12532
12533 \begin_layout Standard
12534 You can change the behavior of the 
12535 \family sans
12536 "
12537 \family default
12538  key using the submenu 
12539 \family sans
12540 Language
12541 \family default
12542  of the dialog 
12543 \family sans
12544 Document\SpecialChar \menuseparator
12545 Settings
12546 \family default
12547
12548 \begin_inset LatexCommand index
12549 name "Document ! Settings"
12550
12551 \end_inset
12552
12553  dialog.
12554 \end_layout
12555
12556 \begin_layout Standard
12557 You can also select quotes for different languages in the box 
12558 \family sans
12559 Type
12560 \family default
12561  option.
12562  There are six choices:
12563 \end_layout
12564
12565 \begin_layout Labeling
12566 \labelwidthstring 00.00.0000
12567
12568 \family sans
12569 \begin_inset Quotes eld
12570 \end_inset
12571
12572 Text
12573 \begin_inset Quotes erd
12574 \end_inset
12575
12576
12577 \family default
12578  Use quotes like this 
12579 \begin_inset Quotes eld
12580 \end_inset
12581
12582 double
12583 \begin_inset Quotes erd
12584 \end_inset
12585
12586  or 
12587 \begin_inset Quotes els
12588 \end_inset
12589
12590 single
12591 \begin_inset Quotes ers
12592 \end_inset
12593
12594
12595 \end_layout
12596
12597 \begin_layout Labeling
12598 \labelwidthstring 00.00.0000
12599
12600 \family sans
12601 \begin_inset Quotes sld
12602 \end_inset
12603
12604 Text
12605 \begin_inset Quotes srd
12606 \end_inset
12607
12608
12609 \family default
12610  Use quotes like 
12611 \begin_inset Quotes sld
12612 \end_inset
12613
12614 this
12615 \begin_inset Quotes srd
12616 \end_inset
12617
12618  or 'this
12619 \begin_inset Quotes ers
12620 \end_inset
12621
12622
12623 \end_layout
12624
12625 \begin_layout Labeling
12626 \labelwidthstring 00.00.0000
12627
12628 \family sans
12629 \begin_inset Quotes gld
12630 \end_inset
12631
12632 Text
12633 \begin_inset Quotes grd
12634 \end_inset
12635
12636
12637 \family default
12638  Use quotes like 
12639 \begin_inset Quotes gld
12640 \end_inset
12641
12642 this
12643 \begin_inset Quotes grd
12644 \end_inset
12645
12646  or 
12647 \begin_inset Quotes gls
12648 \end_inset
12649
12650 this
12651 \begin_inset Quotes grs
12652 \end_inset
12653
12654
12655 \end_layout
12656
12657 \begin_layout Labeling
12658 \labelwidthstring 00.00.0000
12659
12660 \family sans
12661 \begin_inset Quotes pld
12662 \end_inset
12663
12664 Text
12665 \begin_inset Quotes prd
12666 \end_inset
12667
12668
12669 \family default
12670  Use quotes like 
12671 \begin_inset Quotes pld
12672 \end_inset
12673
12674 this
12675 \begin_inset Quotes prd
12676 \end_inset
12677
12678  or 
12679 \begin_inset Quotes pls
12680 \end_inset
12681
12682 this
12683 \begin_inset Quotes prs
12684 \end_inset
12685
12686
12687 \end_layout
12688
12689 \begin_layout Labeling
12690 \labelwidthstring 00.00.0000
12691
12692 \family sans
12693 \begin_inset Quotes fld
12694 \end_inset
12695
12696 Text
12697 \begin_inset Quotes frd
12698 \end_inset
12699
12700
12701 \family default
12702  Use quotes like 
12703 \begin_inset Quotes fld
12704 \end_inset
12705
12706 this
12707 \begin_inset Quotes frd
12708 \end_inset
12709
12710  or 
12711 \begin_inset Quotes fls
12712 \end_inset
12713
12714 this
12715 \begin_inset Quotes frs
12716 \end_inset
12717
12718
12719 \end_layout
12720
12721 \begin_layout Labeling
12722 \labelwidthstring 00.00.0000
12723
12724 \family sans
12725 \begin_inset Quotes ald
12726 \end_inset
12727
12728 Text
12729 \begin_inset Quotes ard
12730 \end_inset
12731
12732
12733 \family default
12734  Use quotes like 
12735 \begin_inset Quotes ald
12736 \end_inset
12737
12738 this
12739 \begin_inset Quotes ard
12740 \end_inset
12741
12742  or 
12743 \begin_inset Quotes als
12744 \end_inset
12745
12746 this
12747 \begin_inset Quotes ars
12748 \end_inset
12749
12750
12751 \end_layout
12752
12753 \begin_layout Standard
12754 These settings affects what character the 
12755 \family sans
12756 "
12757 \family default
12758  key produces.
12759 \end_layout
12760
12761 \begin_layout Subsection
12762 Ligatures
12763 \begin_inset LatexCommand index
12764 name "Typography ! Ligatures"
12765
12766 \end_inset
12767
12768
12769 \begin_inset LatexCommand index
12770 name "Ligatures | see{Typography}"
12771
12772 \end_inset
12773
12774
12775 \begin_inset LatexCommand label
12776 name "sub:Ligatures"
12777
12778 \end_inset
12779
12780
12781 \end_layout
12782
12783 \begin_layout Standard
12784 It is standard typesetting practice to group certain letters together and
12785  print them as single characters.
12786  These groups are known as 
12787 \emph on
12788 ligatures
12789 \emph default
12790 .
12791  Since LaTeX knows about ligatures, your documents will contain them too
12792  in the output.
12793  Here are the standard ligatures:
12794 \end_layout
12795
12796 \begin_layout Itemize
12797 ff
12798 \end_layout
12799
12800 \begin_layout Itemize
12801 fi
12802 \end_layout
12803
12804 \begin_layout Itemize
12805 fl
12806 \end_layout
12807
12808 \begin_layout Itemize
12809 ffi
12810 \end_layout
12811
12812 \begin_layout Itemize
12813 ffl
12814 \end_layout
12815
12816 \begin_layout Standard
12817 Some languages uses other ligatures if the document font supports them.
12818 \end_layout
12819
12820 \begin_layout Standard
12821 Sometimes, you don't want a ligature in a word.
12822  While a ligature may be okay in the word, 
12823 \begin_inset Quotes eld
12824 \end_inset
12825
12826 graffiti,
12827 \begin_inset Quotes erd
12828 \end_inset
12829
12830  it looks really weird in compound words, such as 
12831 \begin_inset Quotes eld
12832 \end_inset
12833
12834 cufflink
12835 \begin_inset Quotes erd
12836 \end_inset
12837
12838  or the German 
12839 \begin_inset Quotes eld
12840 \end_inset
12841
12842 Dorffest.
12843 \begin_inset Quotes erd
12844 \end_inset
12845
12846  To break a ligature, use 
12847 \family sans
12848 Insert\SpecialChar \menuseparator
12849 Formatting\SpecialChar \menuseparator
12850 Ligature\InsetSpace ~
12851 Break.
12852
12853 \family default
12854  This changes 
12855 \begin_inset Quotes eld
12856 \end_inset
12857
12858 cufflinks
12859 \begin_inset Quotes erd
12860 \end_inset
12861
12862  to 
12863 \begin_inset Quotes eld
12864 \end_inset
12865
12866 cuff\SpecialChar \textcompwordmark{}
12867 links
12868 \begin_inset Quotes erd
12869 \end_inset
12870
12871  and 
12872 \begin_inset Quotes eld
12873 \end_inset
12874
12875 Dorffest
12876 \begin_inset Quotes erd
12877 \end_inset
12878
12879  to 
12880 \begin_inset Quotes eld
12881 \end_inset
12882
12883 Dorf\SpecialChar \textcompwordmark{}
12884 fest
12885 \begin_inset Quotes erd
12886 \end_inset
12887
12888 .
12889 \end_layout
12890
12891 \begin_layout Subsection
12892 LyX's Proper Names
12893 \begin_inset LatexCommand index
12894 name "LyX ! Proper names"
12895
12896 \end_inset
12897
12898
12899 \begin_inset LatexCommand label
12900 name "sub:LyX's-Proper-Names"
12901
12902 \end_inset
12903
12904
12905 \end_layout
12906
12907 \begin_layout Standard
12908 You have surely noticed, that the word 
12909 \begin_inset Quotes eld
12910 \end_inset
12911
12912 LaTeX
12913 \begin_inset Quotes erd
12914 \end_inset
12915
12916  appears always with characters in different size and height.
12917  LaTeX is the name of the program used by LyX and is therefore recognized
12918  as proper name when you type it in LyX as 
12919 \begin_inset Quotes eld
12920 \end_inset
12921
12922 LaT
12923 \begin_inset ERT
12924 status collapsed
12925
12926 \begin_layout Standard
12927
12928 {}
12929 \end_layout
12930
12931 \end_inset
12932
12933 eX
12934 \begin_inset Quotes erd
12935 \end_inset
12936
12937 .
12938 \begin_inset Note Note
12939 status collapsed
12940
12941 \begin_layout Standard
12942 The braces in ERT are here to avoid that the 
12943 \begin_inset Quotes eld
12944 \end_inset
12945
12946 command
12947 \begin_inset Quotes erd
12948 \end_inset
12949
12950  appear as proper name in the output, see the last paragraph of this section.
12951  To create proper names omit the ERT.
12952 \end_layout
12953
12954 \end_inset
12955
12956  Note the order of the upper-and lowercase letters! LyX recognizes the following
12957  proper names:
12958 \end_layout
12959
12960 \begin_layout Description
12961 LyX The name of the game, write 
12962 \begin_inset Quotes eld
12963 \end_inset
12964
12965 L
12966 \begin_inset ERT
12967 status collapsed
12968
12969 \begin_layout Standard
12970
12971 {}
12972 \end_layout
12973
12974 \end_inset
12975
12976 yX
12977 \begin_inset Quotes erd
12978 \end_inset
12979
12980  to produce it.
12981 \end_layout
12982
12983 \begin_layout Description
12984 TeX The program used by LaTeX, write 
12985 \begin_inset Quotes eld
12986 \end_inset
12987
12988 T
12989 \begin_inset ERT
12990 status collapsed
12991
12992 \begin_layout Standard
12993
12994 {}
12995 \end_layout
12996
12997 \end_inset
12998
12999 eX
13000 \begin_inset Quotes erd
13001 \end_inset
13002
13003  to produce it.
13004 \end_layout
13005
13006 \begin_layout Description
13007 LaTeX The program used by LyX, write 
13008 \begin_inset Quotes eld
13009 \end_inset
13010
13011 LaT
13012 \begin_inset ERT
13013 status collapsed
13014
13015 \begin_layout Standard
13016
13017 {}
13018 \end_layout
13019
13020 \end_inset
13021
13022 eX
13023 \begin_inset Quotes erd
13024 \end_inset
13025
13026  to produce it.
13027 \end_layout
13028
13029 \begin_layout Description
13030 LaTeX2e The actual version of LaTeX, write 
13031 \begin_inset Quotes eld
13032 \end_inset
13033
13034 LaT
13035 \begin_inset ERT
13036 status collapsed
13037
13038 \begin_layout Standard
13039
13040 {}
13041 \end_layout
13042
13043 \end_inset
13044
13045 eX2e
13046 \begin_inset Quotes erd
13047 \end_inset
13048
13049  to produce it.
13050 \end_layout
13051
13052 \begin_layout Standard
13053 You might wonder why the LaTeX-version is 
13054 \begin_inset Quotes eld
13055 \end_inset
13056
13057 2
13058 \begin_inset Formula $\epsilon$
13059 \end_inset
13060
13061
13062 \begin_inset Quotes erd
13063 \end_inset
13064
13065 .
13066  It's an old tradition in the TeX-world to give programs geek version numbers.
13067  For example the version number of TeX converges to the number 
13068 \begin_inset Formula $\pi$
13069 \end_inset
13070
13071 : The actual version is 
13072 \begin_inset Quotes eld
13073 \end_inset
13074
13075 TeX-3.141592
13076 \begin_inset Quotes erd
13077 \end_inset
13078
13079 , the previous one was 
13080 \begin_inset Quotes eld
13081 \end_inset
13082
13083 TeX-3.14159
13084 \begin_inset Quotes erd
13085 \end_inset
13086
13087 .
13088 \end_layout
13089
13090 \begin_layout Standard
13091 If you don't want to use proper names, e.g.
13092  in section headings, you can insert two empty braces in ERT in the word.
13093  This will look in LyX like: 
13094 \begin_inset Graphics
13095         filename clipart/LaTeX.png
13096
13097 \end_inset
13098
13099
13100 \newline
13101 For more about ERT, look at section\InsetSpace ~
13102
13103 \begin_inset LatexCommand ref
13104 reference "sec:ERT"
13105
13106 \end_inset
13107
13108 .
13109 \end_layout
13110
13111 \begin_layout Subsection
13112 Units
13113 \begin_inset LatexCommand index
13114 name "Typography ! Units"
13115
13116 \end_inset
13117
13118
13119 \end_layout
13120
13121 \begin_layout Standard
13122 Generally the space between units and the number is smaller than the normal
13123  space between two words.
13124  As you can see in the example below, it looks better when the space is
13125  smaller.
13126  To get such a 
13127 \begin_inset Quotes eld
13128 \end_inset
13129
13130 half space
13131 \begin_inset Quotes erd
13132 \end_inset
13133
13134  for units use the menu 
13135 \family sans
13136 Insert\SpecialChar \menuseparator
13137 Formatting\SpecialChar \menuseparator
13138 Thin\InsetSpace ~
13139 Space
13140 \family default
13141  (shortcut 
13142 \family sans
13143 C-S-Space
13144 \family default
13145 ).
13146 \end_layout
13147
13148 \begin_layout Standard
13149 Here's an example to show the differences:
13150 \end_layout
13151
13152 \begin_layout Standard
13153 \begin_inset Tabular
13154 <lyxtabular version="3" rows="2" columns="2">
13155 <features>
13156 <column alignment="left" valignment="top" width="0">
13157 <column alignment="left" valignment="top" width="0">
13158 <row>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Standard
13163 24\InsetSpace ~
13164 kW
13165 \begin_inset Formula $\cdot$
13166 \end_inset
13167
13168 h
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Standard
13177 space between number and unit
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 </row>
13183 <row>
13184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Standard
13188 24\InsetSpace \thinspace{}
13189 kW
13190 \begin_inset Formula $\cdot$
13191 \end_inset
13192
13193 h
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Standard
13202 half space between number and unit
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 </row>
13208 </lyxtabular>
13209
13210 \end_inset
13211
13212
13213 \end_layout
13214
13215 \begin_layout Subsection
13216 Widows and Orphans
13217 \begin_inset LatexCommand index
13218 name "Typography ! Widows and orphans"
13219
13220 \end_inset
13221
13222
13223 \begin_inset LatexCommand label
13224 name "sub:Widows"
13225
13226 \end_inset
13227
13228
13229 \end_layout
13230
13231 \begin_layout Standard
13232 In the early days of word processors, page breaks went wherever the page
13233  happened to end.
13234  There was no regard for what was actually going on in the text.
13235  You may remember once printing out a document, only to find the heading
13236  for a new section printed at the very bottom of the page, the first line
13237  of a new paragraph all alone at the bottom of a page, or the last line
13238  of a paragraph at the top of a new page.
13239  These dangly-bits of text became known as 
13240 \emph on
13241 widows
13242 \emph default
13243  and 
13244 \emph on
13245 orphans
13246 \emph default
13247 .
13248 \end_layout
13249
13250 \begin_layout Standard
13251 Clearly, LyX can avoid breaking pages after a section heading.
13252  That's part of the advantage of paragraph environments.
13253  But what about widows and orphans, where the page breaks leave one line
13254  of a paragraph all alone at the top or bottom of a page? There are rules
13255  built into LaTeX governing page breaks, and some of those rules are there
13256  to specifically prevent widows and orphans.
13257  This is the advantage LyX has in using LaTeX as its backend.
13258 \end_layout
13259
13260 \begin_layout Standard
13261 There's no way we can go into how TeX and LaTeX decide to break a page,
13262  or how you can tweak that behavior.
13263  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13264
13265 \begin_inset LatexCommand cite
13266 key "latexcompanion"
13267
13268 \end_inset
13269
13270  or\InsetSpace ~
13271
13272 \begin_inset LatexCommand cite
13273 key "latexguide"
13274
13275 \end_inset
13276
13277 ] may have more information.
13278  You will almost never need to worry about this, however.
13279 \end_layout
13280
13281 \begin_layout Chapter
13282 Notes, Graphics, Tables, and Floats
13283 \begin_inset LatexCommand label
13284 name "cha:Floats-and-Notes"
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \begin_layout Standard
13292 The issues of this chapter are described in detail in the 
13293 \emph on
13294 Embedded Objects
13295 \emph default
13296  manual.
13297  There you'll also find tips and tricks for special cases.
13298 \end_layout
13299
13300 \begin_layout Section
13301 Notes
13302 \begin_inset LatexCommand index
13303 name "Notes"
13304
13305 \end_inset
13306
13307
13308 \begin_inset LatexCommand label
13309 name "sec:Notes"
13310
13311 \end_inset
13312
13313
13314 \end_layout
13315
13316 \begin_layout Standard
13317 LyX offers you a few types of notes to add to your document:
13318 \end_layout
13319
13320 \begin_layout Description
13321 LyX\InsetSpace ~
13322 Note This note type is for internal notes that won't appear in the output.
13323 \newline
13324
13325 \begin_inset Note Note
13326 status open
13327
13328 \begin_layout Standard
13329 This is text in a note box that doesn't appear in the output.
13330 \end_layout
13331
13332 \end_inset
13333
13334
13335 \end_layout
13336
13337 \begin_layout Description
13338 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
13339 ent, when you export the document to LaTeX via the menu 
13340 \family sans
13341 File\SpecialChar \menuseparator
13342 Export\SpecialChar \menuseparator
13343 LaTeX (pdflatex) / (plain)
13344 \family default
13345 .
13346 \newline
13347
13348 \begin_inset Note Comment
13349 status open
13350
13351 \begin_layout Standard
13352 This is text in a note box that only appears as comment in LaTeX-files.
13353 \end_layout
13354
13355 \end_inset
13356
13357
13358 \end_layout
13359
13360 \begin_layout Description
13361 Greyed\InsetSpace ~
13362 Out This note will appear in the output as grey text.
13363 \newline
13364
13365 \newline
13366
13367 \begin_inset Note Greyedout
13368 status open
13369
13370 \begin_layout Standard
13371 This is text
13372 \begin_inset Foot
13373 status collapsed
13374
13375 \begin_layout Standard
13376 This is an example footnote within a greyed out note.
13377  In this document the greyed out note color is redefined to blue.
13378  How this can be done is explained in the 
13379 \emph on
13380 Embedded Objects
13381 \emph default
13382  manual.
13383 \end_layout
13384
13385 \end_inset
13386
13387  of a comment that appears in the output as grey text.
13388 \end_layout
13389
13390 \end_inset
13391
13392
13393 \newline
13394
13395 \newline
13396 As you can see in the example, the first line of greyed out notes is a bit
13397  indented and greyed out notes can have footnotes.
13398 \end_layout
13399
13400 \begin_layout Description
13401 Framed This note will appear in the output as framed text.
13402  
13403 \begin_inset Note Framed
13404 status open
13405
13406 \begin_layout Standard
13407 This is text in a note box that appears framed in the output.
13408 \end_layout
13409
13410 \end_inset
13411
13412  In contrary to framed boxes like the one in section\InsetSpace ~
13413
13414 \begin_inset LatexCommand ref
13415 reference "sub:ERT-Boxes"
13416
13417 \end_inset
13418
13419 , the frame uses always the whole text width and the note is set into its
13420  own paragraph.
13421 \end_layout
13422
13423 \begin_layout Description
13424 Shaded This note will appear in the output with red background color.
13425 \begin_inset Note Shaded
13426 status open
13427
13428 \begin_layout Standard
13429 This text in a note box appears in the output with red background.
13430 \end_layout
13431
13432 \end_inset
13433
13434 In contrary to colored boxes, the note uses always the whole text width
13435  and the note is set into its own paragraph.
13436 \end_layout
13437
13438 \begin_layout Standard
13439 Notes are inserted with the toolbar button 
13440 \begin_inset Graphics
13441         filename ../images/note-insert.png
13442         scale 85
13443         scaleBeforeRotation
13444
13445 \end_inset
13446
13447  or the menu 
13448 \family sans
13449 Insert\SpecialChar \menuseparator
13450 Note
13451 \family default
13452 .
13453  Right-click on the appearing note box to select the note type.
13454 \end_layout
13455
13456 \begin_layout Section
13457 Footnotes
13458 \begin_inset LatexCommand index
13459 name "Footnotes"
13460
13461 \end_inset
13462
13463
13464 \begin_inset LatexCommand label
13465 name "sec:Footnotes"
13466
13467 \end_inset
13468
13469
13470 \end_layout
13471
13472 \begin_layout Standard
13473 LyX uses boxes to display footnotes: When you insert a footnote using the
13474  menu 
13475 \family sans
13476 Insert\SpecialChar \menuseparator
13477 Footnote
13478 \family default
13479  or the toolbar button 
13480 \begin_inset Graphics
13481         filename ../images/footnote-insert.png
13482
13483 \end_inset
13484
13485
13486 \family roman
13487 \series medium
13488 \bar no
13489 you'll see
13490 \family default
13491 \series default
13492 \bar default
13493  the following box: 
13494 \begin_inset Graphics
13495         filename clipart/footnoteQt4.png
13496         scale 80
13497
13498 \end_inset
13499
13500
13501 \family roman
13502 \series medium
13503 \bar no
13504 .
13505  This box is LyX's representation of your footnote.
13506  If you
13507 \family default
13508 \series default
13509 \bar default
13510  left-click on 
13511 \family roman
13512 \series medium
13513 \bar no
13514 the 
13515 \begin_inset Quotes eld
13516 \end_inset
13517
13518
13519 \family sans
13520 foot
13521 \family roman
13522
13523 \begin_inset Quotes erd
13524 \end_inset
13525
13526
13527 \family default
13528 \series default
13529 \bar default
13530  
13531 \family roman
13532 \series medium
13533 \bar no
13534 label, the box will
13535 \family default
13536 \series default
13537 \bar default
13538  be opened and you can enter the footnote text into it.
13539  Clicking on the box label again, will close 
13540 \family roman
13541 \series medium
13542 \bar no
13543 the
13544 \family default
13545 \series default
13546 \bar default
13547  box
13548 \family roman
13549 \series medium
13550 \bar no
13551 .
13552  If you want to turn existing text into a footnote, simply mark it and click
13553  on the footnote
13554 \family default
13555 \series default
13556 \bar default
13557  toolbar 
13558 \family roman
13559 \series medium
13560 \bar no
13561 button
13562 \family default
13563 \series default
13564 \bar default
13565 .
13566 \end_layout
13567
13568 \begin_layout Standard
13569 Here's an example footnote:
13570 \family roman
13571 \series medium
13572 \bar no
13573
13574 \begin_inset Foot
13575 status open
13576
13577 \begin_layout Standard
13578 To close a footnote, click on the red box at the top left.
13579 \end_layout
13580
13581 \end_inset
13582
13583
13584 \end_layout
13585
13586 \begin_layout Standard
13587 The footnote will appear in the output as a superscript number at the text
13588  position where the footnote box is placed.
13589  The footnote text is placed at the bottom of the current page.
13590  The footnote number is calculated by LyX, the numbers are consecutive,
13591  no matter in which chapter the footnote is in.
13592  LyX doesn't support other numbering schemes yet, but you can get another
13593  scheme using special LaTeX-commands.
13594  T
13595 \family roman
13596 h
13597 \family default
13598 ey are described in the 
13599 \emph on
13600 Embedded Objects
13601 \emph default
13602  manual.
13603 \end_layout
13604
13605 \begin_layout Section
13606 Marginal Notes
13607 \begin_inset LatexCommand index
13608 name "Marginal notes"
13609
13610 \end_inset
13611
13612
13613 \begin_inset LatexCommand label
13614 name "sec:Marginal-Notes"
13615
13616 \end_inset
13617
13618
13619 \end_layout
13620
13621 \begin_layout Standard
13622 Marginal notes look and behave just like footnotes in LyX.
13623  When you insert a margin note via the menu 
13624 \family sans
13625 Insert\SpecialChar \menuseparator
13626 Marginal\InsetSpace ~
13627 Note
13628 \family default
13629  or the toolbar button 
13630 \begin_inset Graphics
13631         filename ../images/marginalnote-insert.png
13632
13633 \end_inset
13634
13635 , you'll see 
13636 \family roman
13637 \series medium
13638 a
13639 \family default
13640 \series default
13641  grey 
13642 \family roman
13643 \series medium
13644 box with a
13645 \family default
13646 \series default
13647  red 
13648 \family roman
13649 \series medium
13650 label 
13651 \begin_inset Quotes eld
13652 \end_inset
13653
13654 margin
13655 \begin_inset Quotes erd
13656 \end_inset
13657
13658  appearing within your text.
13659  This box is LyX's representation of your margin
13660 \family default
13661 \series default
13662 al 
13663 \family roman
13664 \series medium
13665 note.
13666 \end_layout
13667
13668 \begin_layout Standard
13669 At the side is an example marginal note.
13670 \family roman
13671 \series medium
13672
13673 \begin_inset Marginal
13674 status open
13675
13676 \begin_layout Standard
13677 This is a marginal note.
13678 \end_layout
13679
13680 \end_inset
13681
13682
13683 \end_layout
13684
13685 \begin_layout Standard
13686 Marginal notes appear at the right side in single-sided documents.
13687  In double-sided documents they appear in the outer margin -- left on even
13688  pages, right on odd pages.
13689 \end_layout
13690
13691 \begin_layout Section
13692 Graphics and Images
13693 \begin_inset LatexCommand index
13694 name "Images"
13695
13696 \end_inset
13697
13698
13699 \begin_inset LatexCommand index
13700 name "Graphics"
13701
13702 \end_inset
13703
13704
13705 \begin_inset LatexCommand label
13706 name "sec:Graphics"
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \begin_layout Standard
13714 To insert an image in your document, place the cursor at the text position
13715  you want and click on the toolbar icon 
13716 \begin_inset Graphics
13717         filename ../images/dialog-show-new-inset_graphics.png
13718
13719 \end_inset
13720
13721  or select 
13722 \family sans
13723 Insert\SpecialChar \menuseparator
13724 Graphics
13725 \family default
13726  from the menu.
13727  Then a dialog will appear to choose the file to load.
13728 \end_layout
13729
13730 \begin_layout Standard
13731 This dialog has numerous mostly self-explanatory parameters.
13732  The 
13733 \family sans
13734 Graphics
13735 \family default
13736  tab allows you to choose your image file.
13737  The appearance of the image inside LyX and in the output is adjusted separately.
13738  The image can be transformed by setting a rotation angle and a scaling
13739  factor.
13740  The scaling units are explained in Appendix\InsetSpace ~
13741
13742 \begin_inset LatexCommand ref
13743 reference "cha:Units-available-in"
13744
13745 \end_inset
13746
13747 .
13748 \end_layout
13749
13750 \begin_layout Standard
13751 In the tab 
13752 \family sans
13753 Clipping
13754 \family default
13755  it is possible to set image coordinates to adjust the height and width
13756  of the image in the output.
13757  The coordinates can also be calculated automatically by pressing the button
13758  
13759 \family sans
13760 Get\InsetSpace ~
13761 from\InsetSpace ~
13762 file
13763 \family default
13764 .
13765  The option 
13766 \family sans
13767 Clip\InsetSpace ~
13768 to\InsetSpace ~
13769 bounding\InsetSpace ~
13770 box
13771 \family default
13772  will only print the image region within the given coordinates.
13773  Normally you don't need to take care about image coordinates and can ignore
13774  the tab 
13775 \family sans
13776 Clipping
13777 \family default
13778 .
13779 \end_layout
13780
13781 \begin_layout Standard
13782 LaTeX experts can specify additional LaTeX options in the 
13783 \family sans
13784 Extras
13785 \family default
13786  tab.
13787  You can also set the 
13788 \family sans
13789 Subfigure
13790 \family default
13791  option here if the image is inside a figure float.
13792  This option is explained in section\InsetSpace ~
13793
13794 \begin_inset LatexCommand ref
13795 reference "sec:Figure-Floats"
13796
13797 \end_inset
13798
13799 .
13800  The option 
13801 \family sans
13802 Draft\InsetSpace ~
13803 mode
13804 \family default
13805  effects that the image don't appear in the output, only a frame with the
13806  image size is printed.
13807 \end_layout
13808
13809 \begin_layout Standard
13810 The graphics dialog can be called at any time by right-clicking on an image.
13811  The image will appear in the output exactly at the position where it is
13812  in the text.
13813  This is an example image in the PDF format within a separate, horizontally
13814  centered paragraph: 
13815 \end_layout
13816
13817 \begin_layout Standard
13818 \align center
13819 \begin_inset Graphics
13820         filename clipart/mobius.eps
13821         display color
13822         scale 70
13823         rotateOrigin center
13824
13825 \end_inset
13826
13827
13828 \end_layout
13829
13830 \begin_layout Standard
13831 If you need image captions and want to reference images, you have to put
13832  the image into a float, see section\InsetSpace ~
13833
13834 \begin_inset LatexCommand ref
13835 reference "sec:Figure-Floats"
13836
13837 \end_inset
13838
13839 .
13840 \end_layout
13841
13842 \begin_layout Subsection
13843 Image Formats
13844 \begin_inset LatexCommand index
13845 name "Image formats"
13846
13847 \end_inset
13848
13849
13850 \begin_inset LatexCommand label
13851 name "sub:Image-Formats"
13852
13853 \end_inset
13854
13855
13856 \end_layout
13857
13858 \begin_layout Standard
13859 You can insert images in any known file format.
13860  But as we explained in section\InsetSpace ~
13861
13862 \begin_inset LatexCommand ref
13863 reference "sub:Output-file-formats"
13864
13865 \end_inset
13866
13867 , every output document format allows only a few image formats.
13868  LyX uses therefore the program 
13869 \family typewriter
13870 Imagemagick
13871 \family default
13872  in the background to convert the images to the right format.
13873  To increase your workflow by avoiding these conversions in the background,
13874  you can use only the image formats listed in the subsections of section\InsetSpace ~
13875
13876 \begin_inset LatexCommand ref
13877 reference "sub:Output-file-formats"
13878
13879 \end_inset
13880
13881 .
13882 \end_layout
13883
13884 \begin_layout Standard
13885 Similar to fonts there are two types of image formats:
13886 \end_layout
13887
13888 \begin_layout Description
13889 Bitmap\InsetSpace ~
13890 images consist of pixel values, often in a compressed form.
13891  They are therefore not fully scalable and look pixeled in large zooms.
13892  Well-known bitmap image formats are 
13893 \begin_inset Quotes eld
13894 \end_inset
13895
13896 Graphics Interchange Format
13897 \begin_inset Quotes erd
13898 \end_inset
13899
13900  (GIF, file extension 
13901 \begin_inset Quotes eld
13902 \end_inset
13903
13904
13905 \family typewriter
13906 .gif
13907 \family default
13908
13909 \begin_inset Quotes erd
13910 \end_inset
13911
13912 )
13913 \begin_inset LatexCommand index
13914 name "GIF|see{Image formats}"
13915
13916 \end_inset
13917
13918
13919 \begin_inset Quotes eld
13920 \end_inset
13921
13922 Portable Network Graphics
13923 \begin_inset Quotes erd
13924 \end_inset
13925
13926  (PNG, file extension 
13927 \begin_inset Quotes eld
13928 \end_inset
13929
13930
13931 \family typewriter
13932 .png
13933 \family default
13934
13935 \begin_inset Quotes erd
13936 \end_inset
13937
13938 )
13939 \begin_inset LatexCommand index
13940 name "PNG|see{Image formats}"
13941
13942 \end_inset
13943
13944 , and 
13945 \begin_inset Quotes eld
13946 \end_inset
13947
13948 Joint Photographic Experts Group
13949 \begin_inset Quotes erd
13950 \end_inset
13951
13952  (JPG, file extension 
13953 \begin_inset Quotes eld
13954 \end_inset
13955
13956
13957 \family typewriter
13958 .jpg
13959 \family default
13960
13961 \begin_inset Quotes erd
13962 \end_inset
13963
13964  or 
13965 \begin_inset Quotes eld
13966 \end_inset
13967
13968
13969 \family typewriter
13970 .jpeg
13971 \family default
13972
13973 \begin_inset Quotes erd
13974 \end_inset
13975
13976 )
13977 \begin_inset LatexCommand index
13978 name "JPG|see{Image formats}"
13979
13980 \end_inset
13981
13982 .
13983 \end_layout
13984
13985 \begin_layout Description
13986 Scalable\InsetSpace ~
13987 images consist of vectors and can therefore be scaled to any size
13988  without data loss.
13989  The scaling ability is necessary if you want to create presentations, because
13990  presentations are always scaled by the beamer.
13991  Scaling is also useful for online documents to let the user zoom into diagrams.
13992 \newline
13993 S
13994 calable image formats can be 
13995 \begin_inset Quotes eld
13996 \end_inset
13997
13998 Scalable Vector Graphics
13999 \begin_inset Quotes erd
14000 \end_inset
14001
14002  (SVG, file extension 
14003 \begin_inset Quotes eld
14004 \end_inset
14005
14006
14007 \family typewriter
14008 .svg
14009 \family default
14010
14011 \begin_inset Quotes erd
14012 \end_inset
14013
14014 )
14015 \begin_inset LatexCommand index
14016 name "SVG|see{Image formats}"
14017
14018 \end_inset
14019
14020
14021 \begin_inset Quotes eld
14022 \end_inset
14023
14024 Encapsulated PostScript
14025 \begin_inset Quotes erd
14026 \end_inset
14027
14028  (EPS, file extension 
14029 \begin_inset Quotes eld
14030 \end_inset
14031
14032
14033 \family typewriter
14034 .eps
14035 \family default
14036
14037 \begin_inset Quotes erd
14038 \end_inset
14039
14040 )
14041 \begin_inset LatexCommand index
14042 name "EPS|see{Image formats}"
14043
14044 \end_inset
14045
14046 , and 
14047 \begin_inset Quotes eld
14048 \end_inset
14049
14050 Portable Document Format
14051 \begin_inset Quotes erd
14052 \end_inset
14053
14054  (PDF, file extension 
14055 \begin_inset Quotes eld
14056 \end_inset
14057
14058
14059 \family typewriter
14060 .pdf
14061 \family default
14062
14063 \begin_inset Quotes erd
14064 \end_inset
14065
14066 )
14067 \begin_inset LatexCommand index
14068 name "PDF"
14069
14070 \end_inset
14071
14072 .
14073  We say it can be, because you can convert any bitmap image format to PDF
14074  or EPS and the result won't be scalable.
14075  In this cases only a header with the image properties is added to the original
14076  image
14077 \begin_inset Foot
14078 status collapsed
14079
14080 \begin_layout Standard
14081 In the case of PDF, the original image is additionally compressed.
14082 \end_layout
14083
14084 \end_inset
14085
14086 .
14087 \end_layout
14088
14089 \begin_layout Standard
14090 Normally one can't convert a bitmap image into a scalable one, only vice
14091  versa.
14092 \end_layout
14093
14094 \begin_layout Section
14095 Tables
14096 \begin_inset LatexCommand index
14097 name "Tables"
14098
14099 \end_inset
14100
14101
14102 \begin_inset LatexCommand label
14103 name "sec:Tables"
14104
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \begin_layout Standard
14111 You can insert a table using either the toolbar button 
14112 \begin_inset Graphics
14113         filename ../images/tabular-insert.png
14114         scale 85
14115
14116 \end_inset
14117
14118  or the menu 
14119 \family sans
14120 Insert\SpecialChar \menuseparator
14121 Table
14122 \family default
14123 .
14124  A dialog will appear, asking you for the number of rows and columns.
14125  The default table has lines around any cell and the first row appears separated
14126  from the rest of the table.
14127  This separation appears due to a double line: The cells of the first row
14128  have a line below them and the cells of the second row have a line above
14129  them.
14130  Here's an example table:
14131 \end_layout
14132
14133 \begin_layout Standard
14134 \align center
14135 \begin_inset Tabular
14136 <lyxtabular version="3" rows="4" columns="4">
14137 <features>
14138 <column alignment="center" valignment="top" leftline="true" width="0pt">
14139 <column alignment="center" valignment="top" leftline="true" width="0pt">
14140 <column alignment="center" valignment="top" leftline="true" width="0in">
14141 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14142 <row topline="true" bottomline="true">
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 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Standard
14156
14157 \family roman
14158 \series medium
14159 \shape up
14160 \size normal
14161 \emph off
14162 \bar no
14163 \noun off
14164 \color none
14165 1
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Standard
14174 2
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Standard
14183 3
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 </row>
14189 <row topline="true">
14190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Standard
14194
14195 \family roman
14196 \series medium
14197 \shape up
14198 \size normal
14199 \emph off
14200 \bar no
14201 \noun off
14202 \color none
14203 A
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" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Standard
14221
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Standard
14230
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 </row>
14236 <row topline="true">
14237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Standard
14241
14242 \family roman
14243 \series medium
14244 \shape up
14245 \size normal
14246 \emph off
14247 \bar no
14248 \noun off
14249 \color none
14250 B
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Standard
14259
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Standard
14268
14269 \size normal
14270 \noun off
14271 \color none
14272  
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Standard
14281
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 </row>
14287 <row topline="true" bottomline="true">
14288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Standard
14292
14293 \family roman
14294 \series medium
14295 \shape up
14296 \size normal
14297 \emph off
14298 \bar no
14299 \noun off
14300 \color none
14301 C
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" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Standard
14319
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Standard
14328
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 </row>
14334 </lyxtabular>
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \begin_layout Subsection
14342 The Table dialog
14343 \end_layout
14344
14345 \begin_layout Standard
14346 You can alter a table by clicking on it with the right mouse button, which
14347  brings up the table dialog.
14348  Here you can adjust the settings of the cell and row/column respectively
14349  where the cursor is placed currently.
14350  Most of the dialog options also work on selections.
14351  This means that if you select more cells, columns or rows the action is
14352  done on all of your selection.
14353 \end_layout
14354
14355 \begin_layout Standard
14356 Additionally to the table dialog the 
14357 \family sans
14358 table\InsetSpace ~
14359 toolbar
14360 \family default
14361 , that appears when the cursor is inside a table, helps you in setting table
14362  properties.
14363  It is for example currently only possible to add\InsetSpace \thinspace{}
14364 /\InsetSpace \thinspace{}
14365 delete lines via the table
14366  toolbar.
14367 \end_layout
14368
14369 \begin_layout Standard
14370 In the tab 
14371 \family sans
14372 Table\InsetSpace ~
14373 Settings
14374 \family default
14375  of the table dialog you can set the alignment for the current row.
14376  If you add a row or column, it will be inserted right beside or below the
14377  current cell respectively.
14378  The vertical alignment of a column can only be adjusted when a column width
14379  is given.
14380  A given width will allow the cell to have linebreaks and multiple paragraphs
14381  of text, see section\InsetSpace ~
14382
14383 \begin_inset LatexCommand ref
14384 reference "sub:Table-Cells"
14385
14386 \end_inset
14387
14388 .
14389 \end_layout
14390
14391 \begin_layout Standard
14392 You can mark multiple cells of one row as a multicolumn cell using the check
14393  box 
14394 \family sans
14395 Multicolumn
14396 \family default
14397 .
14398  This will merge the cells to 
14399 \emph on
14400 one
14401 \emph default
14402  cell, spread over more than one column.
14403  Multicolumn cells are treated as own rows, so that the alignment, width,
14404  and border settings affect only the multicolumn cell.
14405  Here's an example table with a multicolumn cell in the first row and one
14406  in the last row without the upper border:
14407 \end_layout
14408
14409 \begin_layout Standard
14410 \align center
14411 \begin_inset Tabular
14412 <lyxtabular version="3" rows="3" columns="4">
14413 <features firstHeadTopDL="true" firstHeadBottomDL="true">
14414 <column alignment="center" valignment="top" leftline="true" width="0pt">
14415 <column alignment="center" valignment="middle" leftline="true" width="0">
14416 <column alignment="center" valignment="top" leftline="true" width="0in">
14417 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14418 <row topline="true" bottomline="true">
14419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Standard
14423 abc
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
14429 \begin_inset Text
14430
14431 \begin_layout Standard
14432 def ghi
14433 \end_layout
14434
14435 \end_inset
14436 </cell>
14437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14438 \begin_inset Text
14439
14440 \begin_layout Standard
14441
14442 \end_layout
14443
14444 \end_inset
14445 </cell>
14446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Standard
14450 jkl
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 </row>
14456 <row topline="true">
14457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Standard
14461
14462 \family roman
14463 \series medium
14464 \shape up
14465 \size normal
14466 \emph off
14467 \bar no
14468 \noun off
14469 \color none
14470 A
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 B
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Standard
14488 C
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Standard
14497 D
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 </row>
14503 <row topline="true" bottomline="true">
14504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Standard
14508 1
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Standard
14517 2
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 3
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Standard
14535 4
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 </row>
14541 </lyxtabular>
14542
14543 \end_inset
14544
14545
14546 \end_layout
14547
14548 \begin_layout Standard
14549 At the moment LyX doesn't support multirow cells.
14550  Adept users can declare special LaTeX-arguments for the table.
14551  They are necessary for special table formatting, like for multirow cells,
14552  explained in the tables section of the 
14553 \emph on
14554 Extended\InsetSpace ~
14555 Features
14556 \emph default
14557  manual.
14558  You can also rotate the current cell or the whole table 90
14559 \begin_inset Formula $\,$
14560 \end_inset
14561
14562 degrees counterclockwise.
14563  These rotations are not visible in LyX but in the output.
14564 \end_layout
14565
14566 \begin_layout Standard
14567 \begin_inset Note Greyedout
14568 status open
14569
14570 \begin_layout Standard
14571
14572 \series bold
14573 Note:
14574 \series default
14575  Most DVI-viewers are 
14576 \emph on
14577 not
14578 \emph default
14579  able to display rotations.
14580 \end_layout
14581
14582 \end_inset
14583
14584
14585 \end_layout
14586
14587 \begin_layout Standard
14588 The 
14589 \family sans
14590 Borders
14591 \family default
14592  tab allows you to add and delete border lines for the current row/column.
14593  The button 
14594 \family sans
14595 Default
14596 \family default
14597  adds lines for all cell borders.
14598 \end_layout
14599
14600 \begin_layout Subsection
14601 Longtables
14602 \begin_inset LatexCommand index
14603 name "Tables ! Longtables"
14604
14605 \end_inset
14606
14607
14608 \begin_inset LatexCommand index
14609 name "Longtables"
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \begin_layout Standard
14617 If the table is too long to fit on one page, you can use the option 
14618 \family sans
14619 Use\InsetSpace ~
14620 long\InsetSpace ~
14621 table
14622 \family default
14623  in the tab 
14624 \family sans
14625 Longtable
14626 \family default
14627  of the table dialog to split the table automatically over more pages.
14628  Doing this enables some check boxes and you can now define:
14629 \end_layout
14630
14631 \begin_layout Description
14632
14633 \family sans
14634 Header
14635 \family default
14636 : The current row and all rows above, that don't have any special options
14637  defined, are defined to be the header rows of all pages of the longtable;
14638  except for the first page, if 
14639 \family sans
14640 First\InsetSpace ~
14641 header
14642 \family default
14643  is defined.
14644 \end_layout
14645
14646 \begin_layout Description
14647
14648 \family sans
14649 First\InsetSpace ~
14650 header
14651 \family default
14652 : The current row and all rows above, that don't have any special options
14653  defined, are defined to be the header rows of the first page of the longtable.
14654 \end_layout
14655
14656 \begin_layout Description
14657
14658 \family sans
14659 Footer
14660 \family default
14661 : The current row and all rows below, that don't have any special options
14662  defined, are defined to be the footer rows of all pages of the longtable;
14663  except for the last page, if 
14664 \family sans
14665 Last\InsetSpace ~
14666 footer
14667 \family default
14668  is defined.
14669 \end_layout
14670
14671 \begin_layout Description
14672
14673 \family sans
14674 Last\InsetSpace ~
14675 footer
14676 \family default
14677 : The current row and all rows below, that don't have any special options
14678  defined, are defined to be the footer rows of the last page of the longtable.
14679 \end_layout
14680
14681 \begin_layout Standard
14682 You can also specify a row where the table is splitted.
14683  If you set more than one option in the same table row, you should be aware
14684  of the fact that only the first one is used in the given table row.
14685  The others will then be defined as 
14686 \emph on
14687 empty
14688 \emph default
14689 .
14690  In this context, first means first in this order: 
14691 \family sans
14692 Footer, Last\InsetSpace ~
14693 footer,
14694 \family default
14695  
14696 \family sans
14697 Header,
14698 \family default
14699  
14700 \family sans
14701 First\InsetSpace ~
14702 header.
14703
14704 \family default
14705  See the following longtable to see how it works:
14706 \end_layout
14707
14708 \begin_layout Standard
14709 \align center
14710 \begin_inset Tabular
14711 <lyxtabular version="3" rows="69" columns="3">
14712 <features islongtable="true">
14713 <column alignment="block" valignment="top" leftline="true" width="5cm">
14714 <column alignment="left" valignment="top" width="0pt">
14715 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
14716 <row topline="true" bottomline="true" endfirsthead="true">
14717 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Standard
14721
14722 \series bold
14723 Example Phone List (ignore the names)
14724 \end_layout
14725
14726 \end_inset
14727 </cell>
14728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Standard
14732
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14738 \begin_inset Text
14739
14740 \begin_layout Standard
14741
14742 \end_layout
14743
14744 \end_inset
14745 </cell>
14746 </row>
14747 <row topline="true" bottomline="true" endfirsthead="true">
14748 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Standard
14752
14753 \series bold
14754 NAME
14755 \end_layout
14756
14757 \end_inset
14758 </cell>
14759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Standard
14763
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Standard
14772
14773 \series bold
14774 TEL.
14775 \end_layout
14776
14777 \end_inset
14778 </cell>
14779 </row>
14780 <row topline="true" bottomline="true" endhead="true">
14781 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Standard
14785  
14786 \series bold
14787 Example Phone List
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Standard
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Standard
14805
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 </row>
14811 <row topline="true" bottomline="true" endhead="true">
14812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14813 \begin_inset Text
14814
14815 \begin_layout Standard
14816
14817 \series bold
14818 NAME
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Standard
14827
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Standard
14836
14837 \series bold
14838 TEL.
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row topline="true" bottomline="true" endfoot="true">
14845 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Standard
14849  
14850 \series bold
14851 continue ...
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Standard
14860
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Standard
14869
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 </row>
14875 <row topline="true" bottomline="true">
14876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Standard
14880
14881 \series bold
14882 Annovi
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="center" valignment="top" topline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Standard
14891 Silvia
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Standard
14900 111
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 </row>
14906 <row bottomline="true">
14907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Standard
14911
14912 \series bold
14913 Bertoli
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 <cell alignment="center" valignment="top" topline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Standard
14922 Stefano
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Standard
14931 111
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 <row bottomline="true">
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Standard
14942
14943 \series bold
14944 Bozzi
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Standard
14953 Walter
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Standard
14962 111
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 </row>
14968 <row bottomline="true">
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Standard
14973
14974 \series bold
14975 Cachia
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Standard
14984 Maria
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Standard
14993 111
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 <row bottomline="true">
15000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Standard
15004
15005 \series bold
15006 Cachia
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 <cell alignment="center" valignment="top" topline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Standard
15015 Maurizio
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Standard
15024 111
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 </row>
15030 <row bottomline="true">
15031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Standard
15035
15036 \series bold
15037 Cinquemani
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" topline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Standard
15046 Giusi
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Standard
15055 111
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 </row>
15061 <row bottomline="true">
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Standard
15066
15067 \series bold
15068 Colin
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Standard
15077 Bernard
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Standard
15086 111
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row bottomline="true">
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Standard
15097
15098 \series bold
15099 Concli
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" topline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Standard
15108 Gianfranco
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Standard
15117 111
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 </row>
15123 <row bottomline="true">
15124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Standard
15128
15129 \series bold
15130 Dal Bosco
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 <cell alignment="center" valignment="top" topline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Standard
15139 Carolina
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Standard
15148 111
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 </row>
15154 <row bottomline="true">
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Standard
15159
15160 \series bold
15161 Dalpiaz
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" topline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Standard
15170 Annamaria
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Standard
15179 111
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 </row>
15185 <row bottomline="true">
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Standard
15190
15191 \series bold
15192 Feliciello
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" topline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Standard
15201 Domenico
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Standard
15210 111
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 </row>
15216 <row bottomline="true">
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Standard
15221
15222 \series bold
15223 Focarelli
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Standard
15232 Paola
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Standard
15241 111
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row bottomline="true">
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Standard
15252
15253 \series bold
15254 Galletti
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Standard
15263 Oreste
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Standard
15272 111
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 <row bottomline="true">
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Standard
15283
15284 \series bold
15285 Gasparini
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" topline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Standard
15294 Franca
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Standard
15303 111
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row bottomline="true">
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Standard
15314
15315 \series bold
15316 Rizzardi
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Standard
15325 Paola
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Standard
15334 111
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 </row>
15340 <row bottomline="true">
15341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Standard
15345
15346 \series bold
15347 Lassini
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" topline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Standard
15356 Giancarlo
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Standard
15365 111
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 </row>
15371 <row bottomline="true">
15372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Standard
15376
15377 \series bold
15378 Malfatti
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" topline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Standard
15387 Luciano
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Standard
15396 111
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row bottomline="true">
15403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Standard
15407
15408 \series bold
15409 Malfatti
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Standard
15418 Valeriano
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Standard
15427 111
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 <row bottomline="true">
15434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Standard
15438
15439 \series bold
15440 Meneguzzo
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Standard
15449 Roberto
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Standard
15458 111
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row bottomline="true">
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Standard
15469
15470 \series bold
15471 Mezzadra
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Standard
15480 Roberto
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Standard
15489 111
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 </row>
15495 <row bottomline="true">
15496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Standard
15500
15501 \series bold
15502 Pirpamer
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Standard
15511 Erich
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Standard
15520 111
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 </row>
15526 <row bottomline="true">
15527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Standard
15531
15532 \series bold
15533 Pochiesa
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Standard
15542 Paolo
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Standard
15551 111, 222
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 </row>
15557 <row bottomline="true">
15558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Standard
15562
15563 \series bold
15564 Radina
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" topline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Standard
15573 Claudio
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Standard
15582 111
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 </row>
15588 <row bottomline="true">
15589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15590 \begin_inset Text
15591
15592 \begin_layout Standard
15593
15594 \series bold
15595 Stuffer
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 <cell alignment="center" valignment="top" topline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Standard
15604 Oskar
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Standard
15613 111
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 </row>
15619 <row bottomline="true">
15620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Standard
15624
15625 \series bold
15626 Tacchelli
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 <cell alignment="center" valignment="top" topline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Standard
15635 Ugo
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Standard
15644 111
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 </row>
15650 <row bottomline="true">
15651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Standard
15655
15656 \series bold
15657 Tezzele
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell alignment="center" valignment="top" topline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Standard
15666 Margit
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Standard
15675 111
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 </row>
15681 <row bottomline="true">
15682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Standard
15686
15687 \series bold
15688 Unterkalmsteiner
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Standard
15697 Frieda
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Standard
15706 111
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 </row>
15712 <row bottomline="true">
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Standard
15717
15718 \series bold
15719 Vieider
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 <cell alignment="center" valignment="top" topline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Standard
15728 Hilde
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Standard
15737 111
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 </row>
15743 <row bottomline="true">
15744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Standard
15748
15749 \series bold
15750 Vigna
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Standard
15759 Jürgen
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Standard
15768 111
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 <row bottomline="true">
15775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Standard
15779
15780 \series bold
15781 Weber
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Standard
15790 Maurizio
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Standard
15799 111
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 </row>
15805 <row bottomline="true">
15806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Standard
15810
15811 \series bold
15812 Winkler
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Standard
15821 Franz
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Standard
15830 111
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 <row bottomline="true">
15837 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="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" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Standard
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Standard
15859
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 </row>
15865 <row bottomline="true">
15866 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Standard
15870
15871 \series bold
15872 Annovi
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Standard
15881 Silvia
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Standard
15890 555
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 </row>
15896 <row bottomline="true">
15897 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Standard
15901
15902 \series bold
15903 Bertoli
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" topline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Standard
15912 Stefano
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Standard
15921 555
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 <row bottomline="true">
15928 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Standard
15932
15933 \series bold
15934 Bozzi
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Standard
15943 Walter
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Standard
15952 555
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 </row>
15958 <row bottomline="true">
15959 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Standard
15963
15964 \series bold
15965 Cachia
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" topline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Standard
15974 Maria
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Standard
15983 555
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 </row>
15989 <row bottomline="true">
15990 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Standard
15994
15995 \series bold
15996 Cachia
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" topline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Standard
16005 Maurizio
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Standard
16014 555
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 </row>
16020 <row bottomline="true">
16021 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Standard
16025
16026 \series bold
16027 Cinquemani
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Standard
16036 Giusi
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Standard
16045 555
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 </row>
16051 <row bottomline="true">
16052 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Standard
16056
16057 \series bold
16058 Colin
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Standard
16067 Bernard
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Standard
16076 555
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 <row bottomline="true">
16083 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Standard
16087
16088 \series bold
16089 Concli
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Standard
16098 Gianfranco
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Standard
16107 555
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 </row>
16113 <row bottomline="true">
16114 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Standard
16118
16119 \series bold
16120 Dal Bosco
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Standard
16129 Carolina
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Standard
16138 555
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row bottomline="true">
16145 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Standard
16149
16150 \series bold
16151 Dalpiaz
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Standard
16160 Annamaria
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Standard
16169 555
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 </row>
16175 <row bottomline="true">
16176 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Standard
16180
16181 \series bold
16182 Feliciello
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Standard
16191 Domenico
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Standard
16200 555
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 </row>
16206 <row bottomline="true">
16207 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Standard
16211
16212 \series bold
16213 Focarelli
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Standard
16222 Paola
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Standard
16231 555
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row bottomline="true">
16238 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Standard
16242
16243 \series bold
16244 Galletti
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Standard
16253 Oreste
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Standard
16262 555
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row bottomline="true">
16269 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Standard
16273
16274 \series bold
16275 Gasparini
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Standard
16284 Franca
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Standard
16293 555
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 </row>
16299 <row bottomline="true">
16300 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Standard
16304
16305 \series bold
16306 Rizzardi
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Standard
16315 Paola
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Standard
16324 555
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 <row bottomline="true">
16331 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Standard
16335
16336 \series bold
16337 Lassini
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 <cell alignment="center" valignment="top" topline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Standard
16346 Giancarlo
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Standard
16355 555
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 </row>
16361 <row bottomline="true">
16362 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Standard
16366
16367 \series bold
16368 Malfatti
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell alignment="center" valignment="top" topline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Standard
16377 Luciano
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Standard
16386 555
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row bottomline="true">
16393 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Standard
16397
16398 \series bold
16399 Malfatti
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Standard
16408 Valeriano
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Standard
16417 555
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 </row>
16423 <row bottomline="true">
16424 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Standard
16428
16429 \series bold
16430 Meneguzzo
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" topline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Standard
16439 Roberto
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Standard
16448 555
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row bottomline="true">
16455 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Standard
16459
16460 \series bold
16461 Mezzadra
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Standard
16470 Roberto
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Standard
16479 555
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 <row bottomline="true">
16486 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Standard
16490
16491 \series bold
16492 Pirpamer
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Standard
16501 Erich
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Standard
16510 555
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 </row>
16516 <row bottomline="true">
16517 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Standard
16521
16522 \series bold
16523 Pochiesa
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Standard
16532 Paolo
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Standard
16541 555, 222
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row bottomline="true">
16548 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Standard
16552
16553 \series bold
16554 Radina
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Standard
16563 Claudio
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Standard
16572 555
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 <row bottomline="true">
16579 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Standard
16583
16584 \series bold
16585 Stuffer
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Standard
16594 Oskar
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Standard
16603 555
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 <row bottomline="true">
16610 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Standard
16614
16615 \series bold
16616 Tacchelli
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" topline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Standard
16625 Ugo
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Standard
16634 555
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row bottomline="true">
16641 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Standard
16645
16646 \series bold
16647 Tezzele
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Standard
16656 Margit
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Standard
16665 555
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 </row>
16671 <row bottomline="true">
16672 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Standard
16676
16677 \series bold
16678 Unterkalmsteiner
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Standard
16687 Frieda
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Standard
16696 555
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 <row bottomline="true">
16703 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Standard
16707
16708 \series bold
16709 Vieider
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Standard
16718 Hilde
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Standard
16727 555
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row bottomline="true">
16734 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Standard
16738
16739 \series bold
16740 Vigna
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Standard
16749 Jürgen
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Standard
16758 999
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row bottomline="true">
16765 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Standard
16769
16770 \series bold
16771 Weber
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" topline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Standard
16780 Maurizio
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Standard
16789 555
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 </row>
16795 <row bottomline="true">
16796 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Standard
16800
16801 \series bold
16802 Winkler
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Standard
16811 Franz
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Standard
16820 555
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row bottomline="true" endlastfoot="true">
16827 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Standard
16831
16832 \series bold
16833 End
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Standard
16842
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Standard
16851
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 </lyxtabular>
16858
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \begin_layout Subsection
16865 Table Cells
16866 \begin_inset LatexCommand index
16867 name "Tables ! Cells"
16868
16869 \end_inset
16870
16871
16872 \begin_inset LatexCommand label
16873 name "sub:Table-Cells"
16874
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \begin_layout Standard
16881 A table cell can contain text, inline equations, a figure, or another table.
16882  All these kinds of objects can be placed in the same cell.
16883  Font sizes and shapes can also be altered.
16884  But you can't put a special environment in a cell (like 
16885 \family sans
16886 Section*
16887 \family default
16888 , etc.), nor set spacing options etc.
16889  for the cell's paragraph.
16890 \end_layout
16891
16892 \begin_layout Standard
16893 To have multi-line entries in table cells, you have to declare a fixed width
16894  for the column in the table dialog.
16895  Your text is then automatically split into multiple lines and the cell
16896  is enlarged vertically when the length of the text exceeds the given width.
16897  An example:
16898 \end_layout
16899
16900 \begin_layout Standard
16901 \align center
16902 \begin_inset Tabular
16903 <lyxtabular version="3" rows="4" columns="3">
16904 <features>
16905 <column alignment="center" valignment="top" leftline="true" width="0pt">
16906 <column alignment="block" valignment="top" leftline="true" width="3cm">
16907 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
16908 <row topline="true" bottomline="true">
16909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Standard
16913
16914 \family roman
16915 \series medium
16916 \shape up
16917 \size normal
16918 \emph off
16919 \bar no
16920 \noun off
16921 \color none
16922 1
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Standard
16931
16932 \family roman
16933 \series medium
16934 \shape up
16935 \size normal
16936 \emph off
16937 \bar no
16938 \noun off
16939 \color none
16940 2
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Standard
16949
16950 \family roman
16951 \series medium
16952 \shape up
16953 \size normal
16954 \emph off
16955 \bar no
16956 \noun off
16957 \color none
16958 3
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 </row>
16964 <row>
16965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Standard
16969
16970 \family roman
16971 \series medium
16972 \shape up
16973 \size normal
16974 \emph off
16975 \bar no
16976 \noun off
16977 \color none
16978 4
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Standard
16987
16988 \family roman
16989 \series medium
16990 \shape up
16991 \size normal
16992 \emph off
16993 \bar no
16994 \noun off
16995 \color none
16996 This is a multiline entry in a table.
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Standard
17005
17006 \family roman
17007 \series medium
17008 \shape up
17009 \size normal
17010 \emph off
17011 \bar no
17012 \noun off
17013 \color none
17014 5
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 </row>
17020 <row bottomline="true">
17021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Standard
17025
17026 \family roman
17027 \series medium
17028 \shape up
17029 \size normal
17030 \emph off
17031 \bar no
17032 \noun off
17033 \color none
17034 6
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Standard
17043
17044 \family roman
17045 \series medium
17046 \shape up
17047 \size normal
17048 \emph off
17049 \bar no
17050 \noun off
17051 \color none
17052 This is longer now.
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Standard
17061
17062 \family roman
17063 \series medium
17064 \shape up
17065 \size normal
17066 \emph off
17067 \bar no
17068 \noun off
17069 \color none
17070 7
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 </row>
17076 <row bottomline="true">
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Standard
17081
17082 \family roman
17083 \series medium
17084 \shape up
17085 \size normal
17086 \emph off
17087 \bar no
17088 \noun off
17089 \color none
17090 8
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Standard
17099
17100 \family roman
17101 \series medium
17102 \shape up
17103 \size normal
17104 \emph off
17105 \bar no
17106 \noun off
17107 \color none
17108 This is a multiline entry in a table.
17109  This is longer now.
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Standard
17118
17119 \family roman
17120 \series medium
17121 \shape up
17122 \size normal
17123 \emph off
17124 \bar no
17125 \noun off
17126 \color none
17127 9
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 </lyxtabular>
17134
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \begin_layout Standard
17141 Cutting and pasting between tables and table cells works reasonably well.
17142  You can cut and paste even more than one row.
17143  Selection with the mouse or with 
17144 \family sans
17145 Shift
17146 \family default
17147  plus the arrow keys works as usual.
17148  You can also copy and paste the entire table as a single unit by starting
17149  the selection from outside the table.
17150 \end_layout
17151
17152 \begin_layout Section
17153 Floats
17154 \begin_inset LatexCommand index
17155 name "Floats"
17156
17157 \end_inset
17158
17159
17160 \begin_inset LatexCommand label
17161 name "sec:Floats"
17162
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \begin_layout Standard
17169 A float is a block of text associated with some sort of label, which doesn't
17170  have a fixed location.
17171  It can 
17172 \begin_inset Quotes eld
17173 \end_inset
17174
17175 float
17176 \begin_inset Quotes erd
17177 \end_inset
17178
17179  forward or backward a page or two, to wherever it fits best.
17180  
17181 \family sans
17182 Footnotes
17183 \family default
17184  and 
17185 \family sans
17186 Margin\InsetSpace ~
17187 Notes
17188 \family default
17189  are also floats, because they can float to the next page when there are
17190  too much notes at the page.
17191 \end_layout
17192
17193 \begin_layout Standard
17194 Floats makes it possible to get a high quality layout.
17195  Images and tables can evenly be spread to the pages to avoid whitespace
17196  and pages without text.
17197  As the floating often destroys the context between the text and the image/table
17198 , every float can be referenced in the text.
17199  Floats are therefore numbered.
17200  Referencing is described in section\InsetSpace ~
17201
17202 \begin_inset LatexCommand ref
17203 reference "sec:Cross-References"
17204
17205 \end_inset
17206
17207 .
17208 \end_layout
17209
17210 \begin_layout Standard
17211 To insert a float, use the menu 
17212 \family sans
17213 Insert\SpecialChar \menuseparator
17214 Floats
17215 \family default
17216 .
17217  A box with a caption that has e.\InsetSpace \thinspace{}
17218 g.\InsetSpace ~
17219 the label 
17220 \begin_inset Quotes eld
17221 \end_inset
17222
17223 Figure\InsetSpace ~
17224 #:
17225 \begin_inset Quotes erd
17226 \end_inset
17227
17228  (# is the actual number) will be inserted into your document.
17229  The label will automatically be translated to the document language in
17230  the output.
17231  Behind the label you can insert the caption text.
17232 \begin_inset LatexCommand index
17233 name "Floats ! Captions"
17234
17235 \end_inset
17236
17237  The image or table is inserted above or below the caption in a separate
17238  paragraph within the float.
17239  To keep your LyX-document readable, you can open and close the float box
17240  by left-clicking on the box label.
17241  A closed float box looks like this: 
17242 \begin_inset Graphics
17243         filename clipart/floatQt4.png
17244         scale 80
17245
17246 \end_inset
17247
17248  -- a gray button with a red label.
17249 \end_layout
17250
17251 \begin_layout Standard
17252 It is recommended to insert floats as a separate paragraph to avoid possible
17253  LaTeX-errors that can occur when the surrounding text is specially formatted.
17254 \end_layout
17255
17256 \begin_layout Subsection
17257 Float Types
17258 \end_layout
17259
17260 \begin_layout Subsubsection
17261 Figure Floats
17262 \begin_inset LatexCommand index
17263 name "Floats ! Figure floats"
17264
17265 \end_inset
17266
17267
17268 \begin_inset LatexCommand label
17269 name "sec:Figure-Floats"
17270
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \begin_layout Standard
17277 The menu 
17278 \family sans
17279 Insert\SpecialChar \menuseparator
17280 Float\SpecialChar \menuseparator
17281 Figure
17282 \family default
17283  inserts a float with the label 
17284 \begin_inset Quotes eld
17285 \end_inset
17286
17287
17288 \series bold
17289 Figure\InsetSpace ~
17290 #:
17291 \series default
17292
17293 \begin_inset Quotes erd
17294 \end_inset
17295
17296 .
17297  Set the cursor above this label (or before it and press enter) and insert
17298  the image as described above to get the caption printed below the image.
17299  This is what we did for Figure\InsetSpace ~
17300
17301 \begin_inset LatexCommand ref
17302 reference "cap:Platypus"
17303
17304 \end_inset
17305
17306 .
17307  If you want the caption to be above the image, set the cursor at the end
17308  of the caption, press enter and insert the image.
17309  This was done in Figure\InsetSpace ~
17310
17311 \begin_inset LatexCommand ref
17312 reference "cap:Escher"
17313
17314 \end_inset
17315
17316 .
17317 \end_layout
17318
17319 \begin_layout Standard
17320 \begin_inset Float figure
17321 wide false
17322 sideways false
17323 status open
17324
17325 \begin_layout Standard
17326 \align center
17327 \begin_inset Graphics
17328         filename clipart/platypus.eps
17329         display color
17330         width 50col%
17331         rotateOrigin center
17332
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \begin_layout Standard
17339 \begin_inset Caption
17340
17341 \begin_layout Standard
17342 \begin_inset LatexCommand label
17343 name "cap:Platypus"
17344
17345 \end_inset
17346
17347 A severely distorted platypus in a float.
17348 \end_layout
17349
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \begin_layout Standard
17361 \begin_inset Float figure
17362 wide false
17363 sideways false
17364 status open
17365
17366 \begin_layout Standard
17367 \begin_inset Caption
17368
17369 \begin_layout Standard
17370 \begin_inset LatexCommand label
17371 name "cap:Escher"
17372
17373 \end_inset
17374
17375 M.C.
17376  Escher on acid.
17377 \end_layout
17378
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \begin_layout Standard
17385 \align center
17386 \begin_inset Graphics
17387         filename clipart/escher-lsd.eps
17388         display color
17389         scale 80
17390         rotateOrigin center
17391
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \begin_layout Standard
17403 This figure float show also how to set a label and create a cross-reference
17404  to it.
17405  As described in section\InsetSpace ~
17406
17407 \begin_inset LatexCommand ref
17408 reference "sec:Cross-References"
17409
17410 \end_inset
17411
17412 , you can simply insert a label in the caption using the menu 
17413 \family sans
17414 Insert\SpecialChar \menuseparator
17415 Label
17416 \family default
17417  and refer to it using the menu 
17418 \family sans
17419 Insert\SpecialChar \menuseparator
17420 Cross-Reference
17421 \family default
17422 .
17423  It is important to use references to figure floats, rather than using vague
17424  references like 
17425 \begin_inset Quotes eld
17426 \end_inset
17427
17428 the figure above
17429 \begin_inset Quotes erd
17430 \end_inset
17431
17432 , because as LaTeX will reposition the floats in the final document; it
17433  might not be 
17434 \begin_inset Quotes eld
17435 \end_inset
17436
17437 above
17438 \begin_inset Quotes erd
17439 \end_inset
17440
17441  at all.
17442 \end_layout
17443
17444 \begin_layout Standard
17445 Normally one inserts only one image to a figure float, but sometimes you
17446  might want to use two images with separate subcaptions.
17447  This can be done in the graphics dialog: Right-click on an image and go
17448  to the tab 
17449 \family sans
17450 Extra\InsetSpace ~
17451 options
17452 \family default
17453  in the appearing dialog, use the option 
17454 \family sans
17455 Subfigure
17456 \family default
17457 , and enter the subcaption for the image in the now enabled caption field.
17458  Figure\InsetSpace ~
17459
17460 \begin_inset LatexCommand ref
17461 reference "cap:Two-distorted-images"
17462
17463 \end_inset
17464
17465  is an example of a figure float with two images set side by side.
17466  You can also set the images one below the other.
17467 \end_layout
17468
17469 \begin_layout Standard
17470 \begin_inset Float figure
17471 wide false
17472 sideways false
17473 status open
17474
17475 \begin_layout Standard
17476
17477 \hfill
17478
17479 \begin_inset Graphics
17480         filename clipart/escher-lsd.eps
17481         width 45col%
17482         subcaption
17483         subcaptionText "Undefinable structure"
17484
17485 \end_inset
17486
17487
17488 \hfill
17489
17490 \begin_inset Graphics
17491         filename clipart/platypus.eps
17492         lyxscale 60
17493         width 45col%
17494         subcaption
17495         subcaptionText "Platypus"
17496
17497 \end_inset
17498
17499
17500 \hfill
17501
17502 \end_layout
17503
17504 \begin_layout Standard
17505 \begin_inset Caption
17506
17507 \begin_layout Standard
17508 \begin_inset LatexCommand label
17509 name "cap:Two-distorted-images"
17510
17511 \end_inset
17512
17513 Two distorted images.
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \begin_layout Standard
17527 Note that the caption is added to the 
17528 \family sans
17529 List\InsetSpace ~
17530 of\InsetSpace ~
17531 Figures
17532 \family default
17533  as described in section\InsetSpace ~
17534
17535 \begin_inset LatexCommand ref
17536 reference "sec:ListsOf"
17537
17538 \end_inset
17539
17540 .
17541 \end_layout
17542
17543 \begin_layout Subsubsection
17544 Table Floats
17545 \begin_inset LatexCommand index
17546 name "Floats ! Table floats"
17547
17548 \end_inset
17549
17550
17551 \begin_inset LatexCommand label
17552 name "sec:Table-Floats"
17553
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \begin_layout Standard
17560 Table floats can be inserted using the menu 
17561 \family sans
17562 Insert\SpecialChar \menuseparator
17563 Float\SpecialChar \menuseparator
17564 Table
17565 \family default
17566 .
17567  They have the same properties as figure floats except of the different
17568  label.
17569  Table\InsetSpace ~
17570
17571 \begin_inset LatexCommand ref
17572 reference "cap:Table-float"
17573
17574 \end_inset
17575
17576  is an example of a table float.
17577 \end_layout
17578
17579 \begin_layout Standard
17580 \begin_inset Float table
17581 wide false
17582 sideways false
17583 status open
17584
17585 \begin_layout Standard
17586 \begin_inset Caption
17587
17588 \begin_layout Standard
17589 \begin_inset LatexCommand label
17590 name "cap:Table-float"
17591
17592 \end_inset
17593
17594 A table float.
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \begin_layout Standard
17603 \align center
17604 \begin_inset Tabular
17605 <lyxtabular version="3" rows="3" columns="3">
17606 <features>
17607 <column alignment="center" valignment="top" leftline="true" width="0pt">
17608 <column alignment="center" valignment="top" leftline="true" width="0pt">
17609 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17610 <row topline="true" bottomline="true">
17611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Standard
17615
17616 \family roman
17617 \series medium
17618 \shape up
17619 \size normal
17620 \emph off
17621 \bar no
17622 \noun off
17623 \color none
17624 1
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Standard
17633
17634 \family roman
17635 \series medium
17636 \shape up
17637 \size normal
17638 \emph off
17639 \bar no
17640 \noun off
17641 \color none
17642 2
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Standard
17651
17652 \family roman
17653 \series medium
17654 \shape up
17655 \size normal
17656 \emph off
17657 \bar no
17658 \noun off
17659 \color none
17660 3
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 </row>
17666 <row topline="true">
17667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Standard
17671
17672 \family roman
17673 \series medium
17674 \shape up
17675 \size normal
17676 \emph off
17677 \bar no
17678 \noun off
17679 \color none
17680 Joe
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Standard
17689
17690 \family roman
17691 \series medium
17692 \shape up
17693 \size normal
17694 \emph off
17695 \bar no
17696 \noun off
17697 \color none
17698 Mary
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Standard
17707
17708 \family roman
17709 \series medium
17710 \shape up
17711 \size normal
17712 \emph off
17713 \bar no
17714 \noun off
17715 \color none
17716 Ted
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 </row>
17722 <row topline="true" bottomline="true">
17723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Standard
17727
17728 \family roman
17729 \series medium
17730 \shape up
17731 \size normal
17732 \emph off
17733 \bar no
17734 \noun off
17735 \color none
17736 \begin_inset Formula $\int x^{2}dx$
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Standard
17748
17749 \family roman
17750 \series medium
17751 \shape up
17752 \size normal
17753 \emph off
17754 \bar no
17755 \noun off
17756 \color none
17757 \begin_inset Formula $\left[\begin{array}{cc}
17758 a & b\\
17759 c & d\end{array}\right]$
17760 \end_inset
17761
17762
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Standard
17771
17772 \family roman
17773 \series medium
17774 \shape up
17775 \size normal
17776 \emph off
17777 \bar no
17778 \noun off
17779 \color none
17780 \begin_inset Formula $1+1=2$
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 </row>
17789 </lyxtabular>
17790
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \end_inset
17797
17798
17799 \end_layout
17800
17801 \begin_layout Subsubsection
17802 Algorithm Floats
17803 \begin_inset LatexCommand index
17804 name "Floats ! Algorithm floats"
17805
17806 \end_inset
17807
17808
17809 \end_layout
17810
17811 \begin_layout Standard
17812 This float type is inserted with the menu 
17813 \family sans
17814 Insert\SpecialChar \menuseparator
17815 Float\SpecialChar \menuseparator
17816 Algorithm
17817 \family default
17818 .
17819  It is used for program codes and descriptions of algorithms.
17820  A possible environment for algorithms is the 
17821 \family sans
17822 LyX-Code
17823 \family default
17824 , described in section\InsetSpace ~
17825
17826 \begin_inset LatexCommand ref
17827 reference "sub:LyX-Code"
17828
17829 \end_inset
17830
17831 .
17832 \end_layout
17833
17834 \begin_layout Standard
17835 \begin_inset Note Greyedout
17836 status open
17837
17838 \begin_layout Standard
17839
17840 \series bold
17841 Note:
17842 \series default
17843  that the float label is not automatically translated into the document
17844  language.
17845 \end_layout
17846
17847 \end_inset
17848
17849  You have to do this manually by adding the following line
17850 \end_layout
17851
17852 \begin_layout Standard
17853
17854 \series bold
17855
17856 \backslash
17857 floatname{algorithm}{your\InsetSpace ~
17858 name}
17859 \end_layout
17860
17861 \begin_layout Standard
17862 to the document preamble (menu 
17863 \family sans
17864 Document\SpecialChar \menuseparator
17865 Settings
17866 \family default
17867 ).
17868  
17869 \series bold
17870 your\InsetSpace ~
17871 name
17872 \series default
17873  is the word 
17874 \begin_inset Quotes eld
17875 \end_inset
17876
17877
17878 \emph on
17879 algorithm
17880 \emph default
17881
17882 \begin_inset Quotes erd
17883 \end_inset
17884
17885  in your language.
17886 \end_layout
17887
17888 \begin_layout Subsubsection
17889 Text Wrap Floats
17890 \begin_inset LatexCommand index
17891 name "Floats ! Text Wrap Floats"
17892
17893 \end_inset
17894
17895
17896 \begin_inset LatexCommand label
17897 name "sec:floatflt"
17898
17899 \end_inset
17900
17901
17902 \end_layout
17903
17904 \begin_layout Standard
17905 This float type is used if you want to 
17906 \begin_inset Quotes eld
17907 \end_inset
17908
17909 wrap
17910 \begin_inset Quotes erd
17911 \end_inset
17912
17913  text around a figure so that it only occupies some fraction of the column
17914  width.
17915  It can be inserted using the menu 
17916 \begin_inset Wrap figure
17917 placement l
17918 width "40col%"
17919 status open
17920
17921 \begin_layout Standard
17922 \begin_inset Graphics
17923         filename clipart/mobius.eps
17924         display color
17925         width 40col%
17926         rotateOrigin center
17927
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \begin_layout Standard
17934 \begin_inset Caption
17935
17936 \begin_layout Standard
17937 \begin_inset LatexCommand label
17938 name "cap:Wrapped-figure"
17939
17940 \end_inset
17941
17942 This is a wrapped figure, and this is the brilliant caption that describes
17943  it
17944 \begin_inset VSpace medskip
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \end_inset
17951
17952
17953 \end_layout
17954
17955 \end_inset
17956
17957  
17958 \family sans
17959 Insert\SpecialChar \menuseparator
17960 Float\SpecialChar \menuseparator
17961 Text\InsetSpace ~
17962 Wrap\InsetSpace ~
17963 Float
17964 \family default
17965  if the LaTeX-package 
17966 \series bold
17967 floatflt
17968 \series default
17969
17970 \begin_inset LatexCommand index
17971 name "LaTeX-packages ! floatflt"
17972
17973 \end_inset
17974
17975  is installed.
17976 \begin_inset Foot
17977 status collapsed
17978
17979 \begin_layout Standard
17980 Installing a LaTeX-package is explained it in the 
17981 \emph on
17982 LaTeX\InsetSpace ~
17983 Configuration
17984 \emph default
17985  manual.
17986 \end_layout
17987
17988 \end_inset
17989
17990  The width and placement of the float is adjusted by right-clicking on the
17991  float box.
17992  Figure\InsetSpace ~
17993
17994 \begin_inset LatexCommand ref
17995 reference "cap:Wrapped-figure"
17996
17997 \end_inset
17998
17999  is an example Text\InsetSpace ~
18000 wrap float with a width of 40
18001 \begin_inset Formula $\,$
18002 \end_inset
18003
18004 col%.
18005 \begin_inset Foot
18006 status collapsed
18007
18008 \begin_layout Standard
18009 Available units are explained in Appendix\InsetSpace ~
18010
18011 \begin_inset LatexCommand ref
18012 reference "cha:Units-available-in"
18013
18014 \end_inset
18015
18016 .
18017 \end_layout
18018
18019 \end_inset
18020
18021  Some space was added under the caption to separate it better from the surroundi
18022 ng text.
18023 \end_layout
18024
18025 \begin_layout Standard
18026 The LaTeX-package 
18027 \series bold
18028 floatflt
18029 \series default
18030  also supports table wrap floats, but they are not yet supported by LyX.
18031  If you need this, read the documentation of 
18032 \series bold
18033 floatflt
18034 \series default
18035  
18036 \begin_inset LatexCommand cite
18037 key "floatflt"
18038
18039 \end_inset
18040
18041 .
18042 \end_layout
18043
18044 \begin_layout Standard
18045 \begin_inset Note Greyedout
18046 status open
18047
18048 \begin_layout Standard
18049
18050 \series bold
18051 Note:
18052 \series default
18053  Text\InsetSpace ~
18054 wrap float floats might be fragile! E.g.
18055  having a figure too close to the bottom of the page can mess things up
18056  in the way that the float doesn't appear in the output or that it is placed
18057  over some other text.
18058 \begin_inset Foot
18059 status collapsed
18060
18061 \begin_layout Standard
18062 The better solution is to use the LaTeX-package 
18063 \series bold
18064 wrapfig
18065 \series default
18066
18067 \begin_inset LatexCommand index
18068 name "LaTeX-packages ! wrapfig"
18069
18070 \end_inset
18071
18072  instead of 
18073 \series bold
18074 floatflt
18075 \series default
18076  but it is currently not supported by LyX.
18077 \end_layout
18078
18079 \end_inset
18080
18081
18082 \end_layout
18083
18084 \end_inset
18085
18086  In general:
18087 \end_layout
18088
18089 \begin_layout Itemize
18090 Wrap floats should not be placed in paragraphs that run over a page break.
18091  That means that wrap floats should better be inserted to the exact place
18092  when the document is nearly ready and you are able to estimate where page
18093  breaks will appear.
18094 \end_layout
18095
18096 \begin_layout Itemize
18097 Wrap floats should either be placed in an own paragraph before the paragraph
18098  where they should wrap into or within a paragraph.
18099 \end_layout
18100
18101 \begin_layout Itemize
18102 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18103  there is a text paragraph between them as separator.
18104 \end_layout
18105
18106 \begin_layout Itemize
18107 Wrap floats are not allowed in section headings or tables.
18108 \end_layout
18109
18110 \begin_layout Subsection
18111 Rotated Floats
18112 \begin_inset LatexCommand label
18113 name "sub:Rotated-Floats"
18114
18115 \end_inset
18116
18117
18118 \begin_inset LatexCommand index
18119 name "Floats ! Rotating"
18120
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Standard
18127 Especially for wide tables you might have floats rotated.
18128  To rotate a whole float including the caption, right-click on the float-box
18129  and use the option 
18130 \family sans
18131 Rotate\InsetSpace ~
18132 sideways
18133 \family default
18134 .
18135 \end_layout
18136
18137 \begin_layout Standard
18138 Rotated floats are always placed on its own page (or column, when you have
18139  a two-column document).
18140  They are rotated so that you can read them from the outside margin.
18141  Forcing the rotation direction is explained in the 
18142 \emph on
18143 Embedded Objects
18144 \emph default
18145  manual.
18146 \end_layout
18147
18148 \begin_layout Standard
18149 Referencing rotated floats is the same like for normal floats, the caption
18150  format is also the same: Table\InsetSpace ~
18151
18152 \begin_inset LatexCommand ref
18153 reference "cap:Rotated-table"
18154
18155 \end_inset
18156
18157  is an example of a rotated table float.
18158 \end_layout
18159
18160 \begin_layout Standard
18161 \begin_inset Note Greyedout
18162 status open
18163
18164 \begin_layout Standard
18165
18166 \series bold
18167 Note:
18168 \series default
18169  Not all DVI-viewers are able to display rotated floats.
18170 \end_layout
18171
18172 \end_inset
18173
18174
18175 \end_layout
18176
18177 \begin_layout Standard
18178 \begin_inset Float table
18179 wide false
18180 sideways true
18181 status open
18182
18183 \begin_layout Standard
18184 \begin_inset Caption
18185
18186 \begin_layout Standard
18187 \begin_inset LatexCommand label
18188 name "cap:Rotated-table"
18189
18190 \end_inset
18191
18192  Rotated table
18193 \end_layout
18194
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \begin_layout Standard
18201 \align center
18202 \begin_inset Tabular
18203 <lyxtabular version="3" rows="1" columns="5">
18204 <features>
18205 <column alignment="center" valignment="top" leftline="true" width="0">
18206 <column alignment="center" valignment="top" leftline="true" width="0">
18207 <column alignment="center" valignment="top" leftline="true" width="0">
18208 <column alignment="center" valignment="top" leftline="true" width="0">
18209 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18210 <row topline="true" bottomline="true">
18211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Standard
18215 test
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 b
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 c
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Standard
18242 d
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Standard
18251 e
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 </row>
18257 </lyxtabular>
18258
18259 \end_inset
18260
18261
18262 \end_layout
18263
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \begin_layout Subsection
18270 Float Placement
18271 \begin_inset LatexCommand label
18272 name "sub:Float-Placement"
18273
18274 \end_inset
18275
18276
18277 \begin_inset LatexCommand index
18278 name "Floats ! Placement"
18279
18280 \end_inset
18281
18282
18283 \end_layout
18284
18285 \begin_layout Standard
18286 Right-clicking on a float-box opens a dialog where you can alter the placement
18287  options that LaTeX uses for positioning the float.
18288 \newline
18289 The option 
18290 \family sans
18291 Span\InsetSpace ~
18292 columns
18293 \family default
18294  is only useful for two-column documents: If you select it, the float will
18295  span across both columns on the page instead of being confined to just
18296  one.
18297 \newline
18298 The option 
18299 \family sans
18300 Rotate\InsetSpace ~
18301 sideways
18302 \family default
18303  is used to rotate floats, see section\InsetSpace ~
18304
18305 \begin_inset LatexCommand ref
18306 reference "sub:Rotated-Floats"
18307
18308 \end_inset
18309
18310 .
18311 \end_layout
18312
18313 \begin_layout Standard
18314 You can use one ore more of the following options in the float dialog to
18315  set the placement for a particular float when you uncheck the option 
18316 \family sans
18317 Use\InsetSpace ~
18318 default\InsetSpace ~
18319 placement
18320 \family default
18321 :
18322 \end_layout
18323
18324 \begin_layout Description
18325 Here\InsetSpace ~
18326 if\InsetSpace ~
18327 possible: try to place the float on the position where it is inserted
18328 \end_layout
18329
18330 \begin_layout Description
18331 Top\InsetSpace ~
18332 of\InsetSpace ~
18333 page: try to place the float on the top of the current page
18334 \end_layout
18335
18336 \begin_layout Description
18337 Bottom\InsetSpace ~
18338 of\InsetSpace ~
18339 page: try to place the float on the bottom of the current page
18340 \end_layout
18341
18342 \begin_layout Description
18343 Page\InsetSpace ~
18344 of\InsetSpace ~
18345 floats: try to place the float on an own page 
18346 \end_layout
18347
18348 \begin_layout Standard
18349 The order of the above option is 
18350 \emph on
18351 always
18352 \emph default
18353  used by LaTeX.
18354  That means, if you use the default placement, LaTeX will first try out
18355  
18356 \family sans
18357 Here\InsetSpace ~
18358 if\InsetSpace ~
18359 possible
18360 \family default
18361 , then 
18362 \family sans
18363 Top\InsetSpace ~
18364 of\InsetSpace ~
18365 page
18366 \family default
18367 , and then the others.
18368  If you don't use the default, LaTeX will try only the checked options but
18369  in the same order.
18370  If none of the 4 placements are possible the procedure is internally repeated
18371  but it is tried to put the float on the following page.
18372 \end_layout
18373
18374 \begin_layout Standard
18375 By default, each options has its own rules:
18376 \end_layout
18377
18378 \begin_layout Standard
18379
18380 \family sans
18381 Top\InsetSpace ~
18382 of\InsetSpace ~
18383 page
18384 \family default
18385  only floats occupying less than 70\InsetSpace \thinspace{}
18386 % of the page can be placed at the top
18387  of a page
18388 \end_layout
18389
18390 \begin_layout Standard
18391
18392 \family sans
18393 Bottom\InsetSpace ~
18394 of\InsetSpace ~
18395 page
18396 \family default
18397 : only floats occupying less than 30\InsetSpace \thinspace{}
18398 % of the page can be placed at the bottom
18399  of a page.
18400 \end_layout
18401
18402 \begin_layout Standard
18403
18404 \family sans
18405 Page\InsetSpace ~
18406 of\InsetSpace ~
18407 floats
18408 \family default
18409 : only if more than 50\InsetSpace \thinspace{}
18410 % of the page are occupied by floats, several floats
18411  can be set together on a page.
18412 \end_layout
18413
18414 \begin_layout Standard
18415 If you don't like these rules, you can ignore them by using the additional
18416  option 
18417 \family sans
18418 Ignore\InsetSpace ~
18419 LaTeX\InsetSpace ~
18420 rules
18421 \family default
18422 .
18423 \end_layout
18424
18425 \begin_layout Standard
18426 Sometimes you might need, under all circumstances, a float to be placed
18427  exactly at the position where it is inserted.
18428  For this case you can use the option 
18429 \family sans
18430 Here\InsetSpace ~
18431 definitely
18432 \family default
18433 .
18434  Use this option very rarely and only if the document is nearly ready to
18435  be printed.
18436  Because the float is then no longer able to 
18437 \begin_inset Quotes eld
18438 \end_inset
18439
18440 float
18441 \begin_inset Quotes erd
18442 \end_inset
18443
18444  when you change your document and this will often destroy the page layout.
18445 \end_layout
18446
18447 \begin_layout Standard
18448 There are no placement options for text wrap floats, because they are always
18449  surrounded by the text of a certain paragraph.
18450 \end_layout
18451
18452 \begin_layout Standard
18453 For more details about float placements, have a look at LaTeX books like
18454  
18455 \begin_inset LatexCommand cite
18456 key "latexcompanion,latexguide,latexbook"
18457
18458 \end_inset
18459
18460 .
18461 \end_layout
18462
18463 \begin_layout Section
18464 Minipages
18465 \begin_inset LatexCommand index
18466 name "Minipages"
18467
18468 \end_inset
18469
18470
18471 \begin_inset LatexCommand label
18472 name "sec:Minipages"
18473
18474 \end_inset
18475
18476
18477 \end_layout
18478
18479 \begin_layout Standard
18480 LaTeX provides a mechanism to produce essentially a page within a page,
18481  called minipage.
18482  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
18483 apply.
18484  
18485 \end_layout
18486
18487 \begin_layout Standard
18488 Minipages in LyX have their own collapsible box inserted via the menu 
18489 \family sans
18490 Insert\SpecialChar \menuseparator
18491 Box
18492 \family default
18493 .
18494  Right-clicking on the box allows you to alter the width of the minipage
18495  and its alignment within the page.
18496 \end_layout
18497
18498 \begin_layout Standard
18499 \align center
18500 \begin_inset Box Frameless
18501 position "t"
18502 hor_pos "c"
18503 has_inner_box 1
18504 inner_pos "t"
18505 use_parbox 0
18506 width "30col%"
18507 special "none"
18508 height "1pt"
18509 height_special "totalheight"
18510 status open
18511
18512 \begin_layout Standard
18513
18514 \shape italic
18515 This is a minipage.
18516  The text is set in an italic style.
18517 \end_layout
18518
18519 \begin_layout Standard
18520
18521 \shape italic
18522 Minipages are often used for text in another language or text that needs
18523  another formatting.
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \end_layout
18530
18531 \begin_layout Standard
18532 \begin_inset VSpace medskip
18533 \end_inset
18534
18535 If you place two minipages side-by-side, you can use 
18536 \family sans
18537 Horizontal Fills
18538 \family default
18539  as described in section\InsetSpace ~
18540
18541 \begin_inset LatexCommand ref
18542 reference "sub:Horizontal-Space"
18543
18544 \end_inset
18545
18546 :
18547 \begin_inset VSpace medskip
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \begin_layout Standard
18554 \begin_inset Box Frameless
18555 position "t"
18556 hor_pos "c"
18557 has_inner_box 1
18558 inner_pos "t"
18559 use_parbox 0
18560 width "1.5in"
18561 special "none"
18562 height "1pt"
18563 height_special "totalheight"
18564 status open
18565
18566 \begin_layout Standard
18567 This is a minipage with some stupid dummy text.
18568  This dummy text is used to increase the size of the minipage.
18569 \end_layout
18570
18571 \end_inset
18572
18573
18574 \hfill
18575
18576 \begin_inset Box Frameless
18577 position "t"
18578 hor_pos "c"
18579 has_inner_box 1
18580 inner_pos "t"
18581 use_parbox 0
18582 width "1.5in"
18583 special "none"
18584 height "1pt"
18585 height_special "totalheight"
18586 status open
18587
18588 \begin_layout Standard
18589 This is a minipage with some stupid dummy text.
18590  This dummy text is used to increase the size of the minipage.
18591 \end_layout
18592
18593 \end_inset
18594
18595
18596 \end_layout
18597
18598 \begin_layout Standard
18599 \begin_inset VSpace bigskip
18600 \end_inset
18601
18602
18603 \end_layout
18604
18605 \begin_layout Standard
18606 When you right-click on a minipage box, you can change the box from a minipage
18607  to other box types.
18608  All box types and their settings are explained in detail in chapter 
18609 \emph on
18610 Boxes
18611 \emph default
18612  of the 
18613 \emph on
18614 Embedded Objects
18615 \emph default
18616  manual.
18617 \end_layout
18618
18619 \begin_layout Chapter
18620 Mathematical Formulas
18621 \begin_inset LatexCommand index
18622 name "Math"
18623
18624 \end_inset
18625
18626
18627 \begin_inset LatexCommand index
18628 name "Formulas | see{Math}"
18629
18630 \end_inset
18631
18632
18633 \begin_inset LatexCommand label
18634 name "cha:Mathematical-Formulas"
18635
18636 \end_inset
18637
18638
18639 \end_layout
18640
18641 \begin_layout Section
18642 Basic Math Editing
18643 \begin_inset LatexCommand index
18644 name "Math ! Basics"
18645
18646 \end_inset
18647
18648
18649 \end_layout
18650
18651 \begin_layout Standard
18652 To create a math formula, you can just click on the toolbar icon 
18653 \begin_inset Graphics
18654         filename ../images/math-mode.png
18655
18656 \end_inset
18657
18658 .
18659  That will create a little blue rectangle, with purple markers around its
18660  corners.
18661  That blue rectangle is the formula itself; the purple markers indicate
18662  what level of nesting within the formula you are at.
18663  You can also choose a particular formula type to insert via the 
18664 \family sans
18665 Insert\SpecialChar \menuseparator
18666 Math
18667 \family default
18668  menu.
18669 \end_layout
18670
18671 \begin_layout Standard
18672 Editing the parameters of a formula and adding math constructs can be done
18673  with the 
18674 \family sans
18675 math\InsetSpace ~
18676 toolbar
18677 \family default
18678 , that appears when the cursor is in a formula.
18679 \end_layout
18680
18681 \begin_layout Standard
18682 There are two main types of formulas: Inline formulas appear within a text
18683  line, like this one:
18684 \end_layout
18685
18686 \begin_layout Standard
18687 This is a line with an inline formula 
18688 \begin_inset Formula $A=B$
18689 \end_inset
18690
18691  in it.
18692 \end_layout
18693
18694 \begin_layout Standard
18695 Displayed formulas appear outside the text like as they were in an own paragraph
18696 , like this one:
18697 \begin_inset Formula \[
18698 A=B\]
18699
18700 \end_inset
18701
18702 You can only number and reference displayed formulas.
18703 \end_layout
18704
18705 \begin_layout Standard
18706 LyX supports also many LaTeX math commands.
18707  E.g.
18708  typing 
18709 \begin_inset Quotes eld
18710 \end_inset
18711
18712
18713 \series bold
18714
18715 \backslash
18716 alpha
18717 \series default
18718
18719 \begin_inset Quotes erd
18720 \end_inset
18721
18722 , followed by a space, in a formula will create the Greek letter 
18723 \begin_inset Formula $\alpha$
18724 \end_inset
18725
18726 .
18727  So typing commands might sometimes be faster than using the 
18728 \family sans
18729 Math\InsetSpace ~
18730 Panel
18731 \family default
18732 .
18733 \end_layout
18734
18735 \begin_layout Subsection
18736 Navigating in Formulas
18737 \begin_inset LatexCommand index
18738 name "Math ! Navigating"
18739
18740 \end_inset
18741
18742
18743 \end_layout
18744
18745 \begin_layout Standard
18746 The best control over the cursor position within an existing formula is
18747  achieved with the arrow keys.
18748  LyX uses small rectangles to indicate places where something can be inserted.
18749  The arrow keys can be used to navigate between parts of a formula.
18750  Pressing 
18751 \family sans
18752 Space
18753 \family default
18754  will leave a formula construct (a square root 
18755 \begin_inset Formula $\sqrt{2}$
18756 \end_inset
18757
18758 , or parentheses 
18759 \begin_inset Formula $\left(f\right)$
18760 \end_inset
18761
18762 , or a matrix 
18763 \begin_inset Formula $\left[\begin{array}{cc}
18764 1 & 2\\
18765 3 & 4\end{array}\right]$
18766 \end_inset
18767
18768 ).
18769  Pressing 
18770 \family sans
18771 Escape
18772 \family default
18773  will leave the formula, placing the cursor after the formula.
18774  
18775 \family sans
18776 Tab
18777 \family default
18778  can be used to move horizontally in a formula; for example, through the
18779  cells of a matrix or the positions in a multi-line equation.
18780 \end_layout
18781
18782 \begin_layout Standard
18783
18784 \family sans
18785 Space
18786 \family default
18787 , printed in this document as 
18788 \begin_inset Quotes eld
18789 \end_inset
18790
18791
18792 \begin_inset ERT
18793 status collapsed
18794
18795 \begin_layout Standard
18796
18797
18798 \backslash
18799 spce 
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \begin_inset Quotes erd
18806 \end_inset
18807
18808
18809 \begin_inset Note Note
18810 status collapsed
18811
18812 \begin_layout Standard
18813 This command will appear in the output as official character denoting the
18814  space character (visible space).
18815 \end_layout
18816
18817 \end_inset
18818
18819 , seems to do nothing in a formula, since it does not add a space between
18820  characters, but it does exit a nested structure.
18821  For this reason, you have to be careful about using 
18822 \family sans
18823 Space
18824 \family default
18825 .
18826  For example, if you want 
18827 \begin_inset Formula $\sqrt{2x+1}$
18828 \end_inset
18829
18830 , type 
18831 \series bold
18832
18833 \backslash
18834 sqrt
18835 \begin_inset ERT
18836 status collapsed
18837
18838 \begin_layout Standard
18839
18840
18841 \backslash
18842 spce 
18843 \end_layout
18844
18845 \end_inset
18846
18847 2x+1
18848 \series default
18849  and not 
18850 \series bold
18851
18852 \backslash
18853 sqrt
18854 \begin_inset ERT
18855 status collapsed
18856
18857 \begin_layout Standard
18858
18859
18860 \backslash
18861 spce 
18862 \end_layout
18863
18864 \end_inset
18865
18866 2x
18867 \begin_inset ERT
18868 status collapsed
18869
18870 \begin_layout Standard
18871
18872
18873 \backslash
18874 spce 
18875 \end_layout
18876
18877 \end_inset
18878
18879 +1
18880 \series default
18881 , since in the latter case only the 
18882 \family typewriter
18883
18884 \begin_inset Formula $2x$
18885 \end_inset
18886
18887
18888 \family default
18889  will be under the square root sign: 
18890 \begin_inset Formula $\sqrt{2x}+1$
18891 \end_inset
18892
18893 .
18894 \end_layout
18895
18896 \begin_layout Standard
18897 You can leave many parts of a formula, like this matrix, partially filled
18898  in, such as:
18899 \begin_inset Formula \[
18900 \left(\begin{array}{ccc}
18901 \lambda_{1}\\
18902  & \ddots\\
18903  &  & \lambda_{n}\end{array}\right)\]
18904
18905 \end_inset
18906
18907 If you leave a fraction only partially filled in, or a subscript with nothing
18908  in it, the results will be unpredictable, but most constructs don't mind.
18909 \end_layout
18910
18911 \begin_layout Subsection
18912 Selecting Text
18913 \end_layout
18914
18915 \begin_layout Standard
18916 You can select text within a formula in two different ways.
18917  Place the cursor at one end of the string of text you want, and press 
18918 \family sans
18919 Shift
18920 \family default
18921  and a cursor movement key to select text.
18922  It will be highlighted as with regular text selection.
18923  Alternatively, you can select text with the mouse in the usual way.
18924  That text can then be cut or copied, and then pasted within any formula,
18925  but not in a normal text region in LyX.
18926 \end_layout
18927
18928 \begin_layout Subsection
18929 Exponents and Subscripts
18930 \begin_inset LatexCommand index
18931 name "Math ! Exponents"
18932
18933 \end_inset
18934
18935
18936 \begin_inset LatexCommand index
18937 name "Math ! Subscripts"
18938
18939 \end_inset
18940
18941
18942 \end_layout
18943
18944 \begin_layout Standard
18945 You can use the math panel to add super- or subscripts, but the much easier
18946  way is to use a command.
18947  To get 
18948 \begin_inset Formula $x^{2}$
18949 \end_inset
18950
18951 , type in a formula 
18952 \series bold
18953 x^2
18954 \begin_inset ERT
18955 status collapsed
18956
18957 \begin_layout Standard
18958
18959
18960 \backslash
18961 spce 
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \series default
18968 .
18969  The final 
18970 \family sans
18971 Space
18972 \family default
18973  puts the cursor back down on the base line of the expression.
18974  If you type 
18975 \series bold
18976 x^2y
18977 \series default
18978 , you will get 
18979 \begin_inset Formula $x^{2y}$
18980 \end_inset
18981
18982 , to get 
18983 \begin_inset Formula $x^{2}y$
18984 \end_inset
18985
18986 , type 
18987 \series bold
18988 x^2
18989 \begin_inset ERT
18990 status collapsed
18991
18992 \begin_layout Standard
18993
18994
18995 \backslash
18996 spce 
18997 \end_layout
18998
18999 \end_inset
19000
19001 y
19002 \series default
19003 .
19004  If you use characters in the superscript, that could be accented with the
19005  hat 
19006 \begin_inset Quotes eld
19007 \end_inset
19008
19009 ^
19010 \begin_inset Quotes erd
19011 \end_inset
19012
19013 , you have to use an extra 
19014 \family sans
19015 Space
19016 \family default
19017  to separate the hat and the character.
19018  E.g.
19019  if you want 
19020 \begin_inset Formula $x^{a}$
19021 \end_inset
19022
19023 , type 
19024 \series bold
19025 x^
19026 \begin_inset ERT
19027 status collapsed
19028
19029 \begin_layout Standard
19030
19031
19032 \backslash
19033 spce 
19034 \end_layout
19035
19036 \end_inset
19037
19038 a
19039 \series default
19040 .
19041  Subscripts are similar: To get 
19042 \begin_inset Formula $a_{1}$
19043 \end_inset
19044
19045 , type 
19046 \series bold
19047 a_1
19048 \begin_inset ERT
19049 status collapsed
19050
19051 \begin_layout Standard
19052
19053
19054 \backslash
19055 spce 
19056 \end_layout
19057
19058 \end_inset
19059
19060
19061 \series default
19062 .
19063 \end_layout
19064
19065 \begin_layout Subsection
19066 Fractions
19067 \begin_inset LatexCommand index
19068 name "Math ! Fractions"
19069
19070 \end_inset
19071
19072
19073 \end_layout
19074
19075 \begin_layout Standard
19076 Create a fraction with either the command 
19077 \series bold
19078
19079 \backslash
19080 frac
19081 \series default
19082  or using the icon 
19083 \begin_inset Graphics
19084         filename ../images/math/frac.png
19085         scale 60
19086
19087 \end_inset
19088
19089  in the 
19090 \family sans
19091 Math\InsetSpace ~
19092 Panel
19093 \family default
19094 .
19095  You will be presented with an empty fraction.
19096  The cursor is above the fraction line.
19097  To move it to the bottom, simply press 
19098 \family sans
19099 Down
19100 \family default
19101 .
19102  To move back up, press 
19103 \family sans
19104 Up
19105 \family default
19106 .
19107  Any math structure can be placed in a fraction, as this example shows:
19108 \begin_inset Formula \[
19109 \left[\frac{1}{\left(\begin{array}{cc}
19110 2 & 3\\
19111 4 & 5\end{array}\right)}\right]\]
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \begin_layout Subsection
19119 Roots
19120 \begin_inset LatexCommand index
19121 name "Math ! Roots"
19122
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \begin_layout Standard
19129 Roots can be created using the 
19130 \family sans
19131 Math\InsetSpace ~
19132 Panel
19133 \family default
19134  button
19135 \begin_inset Graphics
19136         filename ../images/math/sqrt.png
19137
19138 \end_inset
19139
19140  or the commands 
19141 \series bold
19142
19143 \backslash
19144 sqrt
19145 \series default
19146  or 
19147 \series bold
19148
19149 \backslash
19150 root
19151 \series default
19152 .
19153  With the command 
19154 \series bold
19155
19156 \backslash
19157 root
19158 \series default
19159  you can produce roots of higher orders, like cube roots, while 
19160 \series bold
19161
19162 \backslash
19163 sqrt
19164 \series default
19165  produces always a square root.
19166 \end_layout
19167
19168 \begin_layout Subsection
19169 Operators with Limits
19170 \begin_inset LatexCommand index
19171 name "Math ! Sums"
19172
19173 \end_inset
19174
19175
19176 \begin_inset LatexCommand index
19177 name "Math ! Integrals"
19178
19179 \end_inset
19180
19181
19182 \begin_inset LatexCommand label
19183 name "sub:Operators-with-Limits"
19184
19185 \end_inset
19186
19187
19188 \end_layout
19189
19190 \begin_layout Standard
19191 Sum (
19192 \begin_inset Formula $\sum$
19193 \end_inset
19194
19195 ) and integral (
19196 \begin_inset Formula $\int$
19197 \end_inset
19198
19199 ) operators are very often decorated with limits.
19200  These limits can be entered in LyX by entering them as you would enter
19201  a super- or subscript, directly after the symbol.
19202  The sum operator will automatically place its 
19203 \begin_inset Quotes eld
19204 \end_inset
19205
19206 limits
19207 \begin_inset Quotes erd
19208 \end_inset
19209
19210  over and under the symbol in displayed formulas, and on the side in inline
19211  formulas.
19212  Such as 
19213 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
19214 \end_inset
19215
19216 , versus
19217 \begin_inset Formula \[
19218 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
19219
19220 \end_inset
19221
19222 Integral signs, however, will place the limits on the side in both formula
19223  types.
19224 \end_layout
19225
19226 \begin_layout Standard
19227 All operators with limits will be automatically re-sized when placed in
19228  display mode.
19229  The placement of the limits can be changed by placing the cursor directly
19230  behind the operator and hitting 
19231 \family sans
19232 M-m l
19233 \family default
19234  or using the menu 
19235 \family sans
19236 Edit\SpecialChar \menuseparator
19237 Math\SpecialChar \menuseparator
19238 Change\InsetSpace ~
19239 Limits\InsetSpace ~
19240 Type
19241 \family default
19242 .
19243 \end_layout
19244
19245 \begin_layout Standard
19246 Certain other mathematical expressions have this 
19247 \begin_inset Quotes eld
19248 \end_inset
19249
19250 moving limits
19251 \begin_inset Quotes erd
19252 \end_inset
19253
19254  feature as addition, such as
19255 \begin_inset LatexCommand index
19256 name "Math ! Limits"
19257
19258 \end_inset
19259
19260
19261 \begin_inset Formula \[
19262 \lim_{x\rightarrow\infty}f(x),\]
19263
19264 \end_inset
19265
19266 which will place the 
19267 \begin_inset Formula $x\rightarrow\infty$
19268 \end_inset
19269
19270  underneath the 
19271 \begin_inset Quotes eld
19272 \end_inset
19273
19274 lim
19275 \begin_inset Quotes erd
19276 \end_inset
19277
19278  in display mode.
19279  In inline formulas it looks like this: 
19280 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
19281 \end_inset
19282
19283 .
19284 \end_layout
19285
19286 \begin_layout Standard
19287 Note that the lim-function was entered as the function macro 
19288 \series bold
19289
19290 \backslash
19291 lim
19292 \series default
19293 .
19294  Have a look at section\InsetSpace ~
19295
19296 \begin_inset LatexCommand ref
19297 reference "sub:Functions"
19298
19299 \end_inset
19300
19301  for an explanation of function macros.
19302 \end_layout
19303
19304 \begin_layout Subsection
19305 Math Symbols
19306 \begin_inset LatexCommand index
19307 name "Math ! Symbols"
19308
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \begin_layout Standard
19315 Most math symbols can be found in the 
19316 \family sans
19317 Math\InsetSpace ~
19318 Panel
19319 \family default
19320  under one of several categories; including 
19321 \family sans
19322 Greek
19323 \family default
19324
19325 \family sans
19326 Operators
19327 \family default
19328  , 
19329 \family sans
19330 Relations
19331 \family default
19332
19333 \family sans
19334 Arrows
19335 \family default
19336 .
19337  There are also the additional symbols provided by the American Mathematical
19338  Society (AMS).
19339 \end_layout
19340
19341 \begin_layout Standard
19342 If you know the LaTeX-command for a construct or symbol you wish to use,
19343  you don't have to use the 
19344 \family sans
19345 Math\InsetSpace ~
19346 Panel
19347 \family default
19348 , but can type the command directly into the formula.
19349  LyX will convert it to the corresponding symbol or construct.
19350 \end_layout
19351
19352 \begin_layout Subsection
19353 Altering Spacing
19354 \begin_inset LatexCommand index
19355 name "Math ! Spaces"
19356
19357 \end_inset
19358
19359
19360 \begin_inset LatexCommand label
19361 name "sub:Altering-Spacing"
19362
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \begin_layout Standard
19369 You may want to create spaces that differs from the standard spacing that
19370  LaTeX provides.
19371  To do this, type 
19372 \family sans
19373 C-Space
19374 \family default
19375  or to use the 
19376 \family sans
19377 Math\InsetSpace ~
19378 Panel
19379 \family default
19380  button 
19381 \begin_inset Graphics
19382         filename ../images/math/space.png
19383
19384 \end_inset
19385
19386 .
19387  This generates a small space, and shows a small marker on the screen.
19388  Here a example for the sequence 
19389 \series bold
19390 a C-Space b
19391 \series default
19392
19393 \begin_inset Formula $a\, b$
19394 \end_inset
19395
19396  (appears in LyX as 
19397 \begin_inset Graphics
19398         filename clipart/SpaceMarker.png
19399
19400 \end_inset
19401
19402 ).
19403  You can change the space to different sizes when you set the cursor behind
19404  the space marker and hit space again several times.
19405  With every space hit the size will be changed.
19406  Some markers for the space size appear red in LyX, because they are a negative
19407  spaces.
19408  Here two examples:
19409 \end_layout
19410
19411 \begin_layout Standard
19412
19413 \series bold
19414 a C-Space b
19415 \series default
19416  and 3×
19417 \family sans
19418 Space
19419 \family default
19420
19421 \begin_inset Formula $a\quad b$
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \begin_layout Standard
19428
19429 \series bold
19430 a C-Space b
19431 \series default
19432  and 5×
19433 \family sans
19434 Space
19435 \family default
19436
19437 \begin_inset Formula $a\! b$
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \begin_layout Subsection
19444 Functions
19445 \begin_inset LatexCommand index
19446 name "Math ! Functions"
19447
19448 \end_inset
19449
19450
19451 \begin_inset LatexCommand label
19452 name "sub:Functions"
19453
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \begin_layout Standard
19460 The 
19461 \family sans
19462 Math\InsetSpace ~
19463 Panel
19464 \family default
19465  contains under the button 
19466 \begin_inset Graphics
19467         filename ../images/math/functions.png
19468
19469 \end_inset
19470
19471  a number of functions, such as 
19472 \begin_inset Formula $\sin$
19473 \end_inset
19474
19475
19476 \begin_inset Formula $\lim$
19477 \end_inset
19478
19479
19480 \emph on
19481 etc
19482 \emph default
19483 .
19484  (you can also insert them in a formula by typing 
19485 \series bold
19486
19487 \backslash
19488 sin
19489 \series default
19490  etc.).
19491  Standard mathematical practice is, that functions are printed upright to
19492  avoid confusions, because 
19493 \begin_inset Formula $sin$
19494 \end_inset
19495
19496  does normally mean 
19497 \begin_inset Formula $s·i·n$
19498 \end_inset
19499
19500 .
19501 \end_layout
19502
19503 \begin_layout Standard
19504 Using the function macros will also produce correct spacing around the function:
19505  
19506 \begin_inset Formula $a\sin x$
19507 \end_inset
19508
19509  is different from 
19510 \begin_inset Formula $asinx$
19511 \end_inset
19512
19513
19514 \end_layout
19515
19516 \begin_layout Standard
19517 For some mathematical objects, like the limes, the macro changes the way
19518  that subscripts are placed, like described in section\InsetSpace ~
19519
19520 \begin_inset LatexCommand ref
19521 reference "sub:Operators-with-Limits"
19522
19523 \end_inset
19524
19525 .
19526 \end_layout
19527
19528 \begin_layout Subsection
19529 Accents
19530 \begin_inset LatexCommand index
19531 name "Math ! Accents"
19532
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \begin_layout Standard
19539 In a formula you can insert accented characters in the same way as in text
19540  mode.
19541  This may depend on your keyboard, or the bindings file you use.
19542  You can also use LaTeX commands to e.g.
19543  enter 
19544 \begin_inset Formula $\hat{a}$
19545 \end_inset
19546
19547  even if your keyboard doesn't have hat-accents enabled.
19548  Our example is entered by typing 
19549 \series bold
19550
19551 \backslash
19552 hat
19553 \begin_inset ERT
19554 status collapsed
19555
19556 \begin_layout Standard
19557
19558
19559 \backslash
19560 spce 
19561 \end_layout
19562
19563 \end_inset
19564
19565 a
19566 \series default
19567  in a formula.
19568  Table\InsetSpace ~
19569
19570 \begin_inset LatexCommand ref
19571 reference "cap:Accent-names-and"
19572
19573 \end_inset
19574
19575  shows the equivalences between the accent names and the commands.
19576 \end_layout
19577
19578 \begin_layout Standard
19579 \begin_inset Float table
19580 wide false
19581 sideways false
19582 status open
19583
19584 \begin_layout Standard
19585 \begin_inset Caption
19586
19587 \begin_layout Standard
19588 \begin_inset LatexCommand label
19589 name "cap:Accent-names-and"
19590
19591 \end_inset
19592
19593 Accent names and the corresponding commands.
19594 \end_layout
19595
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \begin_layout Standard
19602 \align center
19603 \begin_inset Tabular
19604 <lyxtabular version="3" rows="11" columns="3">
19605 <features>
19606 <column alignment="center" valignment="top" leftline="true" width="0pt">
19607 <column alignment="center" valignment="top" leftline="true" width="0pt">
19608 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19609 <row topline="true" bottomline="true">
19610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Standard
19614 Name
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Standard
19623 Command
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Standard
19632 E
19633 \family roman
19634 \series medium
19635 \shape up
19636 \size normal
19637 \emph off
19638 \bar no
19639 \noun off
19640 \color none
19641 xample
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 </row>
19647 <row topline="true">
19648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19649 \begin_inset Text
19650
19651 \begin_layout Standard
19652
19653 \family roman
19654 \series medium
19655 \shape up
19656 \size normal
19657 \emph off
19658 \bar no
19659 \noun off
19660 \color none
19661 circumflex
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Standard
19670
19671 \series bold
19672
19673 \backslash
19674 hat
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Standard
19683
19684 \family roman
19685 \series medium
19686 \shape up
19687 \size normal
19688 \emph off
19689 \bar no
19690 \noun off
19691 \color none
19692 \begin_inset Formula $\hat{a}$
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 </row>
19701 <row topline="true">
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Standard
19706
19707 \family roman
19708 \series medium
19709 \shape up
19710 \size normal
19711 \emph off
19712 \bar no
19713 \noun off
19714 \color none
19715 grave
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Standard
19724
19725 \series bold
19726
19727 \backslash
19728 grave
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Standard
19737
19738 \family roman
19739 \series medium
19740 \shape up
19741 \size normal
19742 \emph off
19743 \bar no
19744 \noun off
19745 \color none
19746 \begin_inset Formula $\grave{a}$
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 </row>
19755 <row topline="true">
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Standard
19760
19761 \family roman
19762 \series medium
19763 \shape up
19764 \size normal
19765 \emph off
19766 \bar no
19767 \noun off
19768 \color none
19769 acute
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Standard
19778
19779 \series bold
19780
19781 \backslash
19782 acute
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Standard
19791
19792 \family roman
19793 \series medium
19794 \shape up
19795 \size normal
19796 \emph off
19797 \bar no
19798 \noun off
19799 \color none
19800 \begin_inset Formula $\acute{a}$
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 </row>
19809 <row topline="true">
19810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Standard
19814
19815 \family roman
19816 \series medium
19817 \shape up
19818 \size normal
19819 \emph off
19820 \bar no
19821 \noun off
19822 \color none
19823 umlaut
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Standard
19832
19833 \series bold
19834
19835 \backslash
19836 ddot
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Standard
19845
19846 \family roman
19847 \series medium
19848 \shape up
19849 \size normal
19850 \emph off
19851 \bar no
19852 \noun off
19853 \color none
19854 \begin_inset Formula $\ddot{a}$
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 </row>
19863 <row topline="true">
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Standard
19868
19869 \family roman
19870 \series medium
19871 \shape up
19872 \size normal
19873 \emph off
19874 \bar no
19875 \noun off
19876 \color none
19877 tilde
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Standard
19886
19887 \series bold
19888
19889 \backslash
19890 tilde
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Standard
19899
19900 \family roman
19901 \series medium
19902 \shape up
19903 \size normal
19904 \emph off
19905 \bar no
19906 \noun off
19907 \color none
19908 \begin_inset Formula $\tilde{a}$
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 </row>
19917 <row topline="true">
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Standard
19922
19923 \family roman
19924 \series medium
19925 \shape up
19926 \size normal
19927 \emph off
19928 \bar no
19929 \noun off
19930 \color none
19931 dot
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Standard
19940
19941 \series bold
19942
19943 \backslash
19944 dot
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Standard
19953
19954 \family roman
19955 \series medium
19956 \shape up
19957 \size normal
19958 \emph off
19959 \bar no
19960 \noun off
19961 \color none
19962 \begin_inset Formula $\dot{a}$
19963 \end_inset
19964
19965
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 </row>
19971 <row topline="true">
19972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Standard
19976
19977 \family roman
19978 \series medium
19979 \shape up
19980 \size normal
19981 \emph off
19982 \bar no
19983 \noun off
19984 \color none
19985 breve
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Standard
19994
19995 \series bold
19996
19997 \backslash
19998 breve
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Standard
20007
20008 \family roman
20009 \series medium
20010 \shape up
20011 \size normal
20012 \emph off
20013 \bar no
20014 \noun off
20015 \color none
20016 \begin_inset Formula $\breve{a}$
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 </row>
20025 <row topline="true">
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Standard
20030
20031 \family roman
20032 \series medium
20033 \shape up
20034 \size normal
20035 \emph off
20036 \bar no
20037 \noun off
20038 \color none
20039 caron
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Standard
20048
20049 \series bold
20050
20051 \backslash
20052 check
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Standard
20061
20062 \family roman
20063 \series medium
20064 \shape up
20065 \size normal
20066 \emph off
20067 \bar no
20068 \noun off
20069 \color none
20070 \begin_inset Formula $\check{a}$
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 <row topline="true">
20080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Standard
20084
20085 \family roman
20086 \series medium
20087 \shape up
20088 \size normal
20089 \emph off
20090 \bar no
20091 \noun off
20092 \color none
20093 macron
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Standard
20102
20103 \series bold
20104
20105 \backslash
20106 bar
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Standard
20115
20116 \family roman
20117 \series medium
20118 \shape up
20119 \size normal
20120 \emph off
20121 \bar no
20122 \noun off
20123 \color none
20124 \begin_inset Formula $\bar{a}$
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 </row>
20133 <row topline="true" bottomline="true">
20134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Standard
20138 vector
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Standard
20147
20148 \series bold
20149
20150 \backslash
20151 vec
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Standard
20160
20161 \family roman
20162 \series medium
20163 \shape up
20164 \size normal
20165 \emph off
20166 \bar no
20167 \noun off
20168 \color none
20169 \begin_inset Formula $\vec{a}$
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 </lyxtabular>
20179
20180 \end_inset
20181
20182
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \begin_layout Standard
20191 You can choose one of the accents by selecting an item from the 
20192 \family sans
20193 Frame\InsetSpace ~
20194 decorations
20195 \family default
20196  symbol set button 
20197 \begin_inset Graphics
20198         filename ../images/math/hat.png
20199
20200 \end_inset
20201
20202  in the math panel ; this will apply to any selection you have made within
20203  a formula too.
20204 \end_layout
20205
20206 \begin_layout Section
20207 Brackets and Delimiters
20208 \begin_inset LatexCommand index
20209 name "Math ! Brackets"
20210
20211 \end_inset
20212
20213
20214 \begin_inset LatexCommand index
20215 name "Math ! Delimiters"
20216
20217 \end_inset
20218
20219
20220 \begin_inset LatexCommand label
20221 name "sec:Brackets-and-Delimiters"
20222
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \begin_layout Standard
20229 There are several brackets available through LyX.
20230  For most purposes, using just the keys 
20231 \family typewriter
20232 []{}()|<>
20233 \family default
20234  should suffice.
20235  But if you want to surround a large structure, like a matrix or a fraction,
20236  or if you have several layers of brackets, is better using 
20237 \family sans
20238 Math\InsetSpace ~
20239 Panel
20240 \family default
20241 's delimiter icon 
20242 \begin_inset Graphics
20243         filename ../images/math/delim.png
20244
20245 \end_inset
20246
20247 .
20248  For example, that's how you would construct the brackets around a standard
20249  matrix such as:
20250 \begin_inset Formula \[
20251 \left[\begin{array}{cc}
20252 1 & 2\\
20253 3 & 4\end{array}\right]\]
20254
20255 \end_inset
20256
20257 and to make it easier to see the layers of parentheses as in: 
20258 \begin_inset Formula \[
20259 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
20260
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \begin_layout Standard
20267 The parentheses, and other brackets from that menu will automatically re-size
20268  to accommodate the size of what is inside.
20269 \end_layout
20270
20271 \begin_layout Standard
20272 To construct brackets click on the button for the bracket you want on the
20273  left side and right side.
20274  If you use the option 
20275 \family sans
20276 Keep\InsetSpace ~
20277 matched
20278 \family default
20279 , the selected bracket type will be used for the left and the right side.
20280  The selection will be shown below the button field.
20281  If you want one side to not have a bracket, use the blank button.
20282  It will appear in LyX with a dotted line, but nothing will be printed.
20283 \end_layout
20284
20285 \begin_layout Standard
20286 If you want to place brackets around math structures, like a square root,
20287  you can do that by highlighting (selecting) the structure that is to go
20288  inside the brackets.
20289  Then choose the appropriate brackets for left and right and click on 
20290 \family sans
20291 Insert
20292 \family default
20293 .
20294  The parentheses will be drawn around the selected structure.
20295 \end_layout
20296
20297 \begin_layout Standard
20298 The next section explains how to insert a LaTeX 
20299 \begin_inset Quotes eld
20300 \end_inset
20301
20302 {
20303 \begin_inset Quotes erd
20304 \end_inset
20305
20306  for grouping.
20307 \end_layout
20308
20309 \begin_layout Section
20310 Grouping
20311 \begin_inset LatexCommand index
20312 name "Math ! Grouping"
20313
20314 \end_inset
20315
20316
20317 \begin_inset LatexCommand label
20318 name "sec:Grouping"
20319
20320 \end_inset
20321
20322
20323 \end_layout
20324
20325 \begin_layout Standard
20326 You may need to group a set of symbols.
20327  In LaTeX, for example, the typesetting of 
20328 \family typewriter
20329 {x^y}^z
20330 \family default
20331  is different from 
20332 \family typewriter
20333 x^{y^z}
20334 \family default
20335 :
20336 \end_layout
20337
20338 \begin_layout Standard
20339 \begin_inset Formula \[
20340 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
20341
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \begin_layout Standard
20348 To create this grouping, you need to use the key sequence 
20349 \begin_inset Quotes eld
20350 \end_inset
20351
20352
20353 \series bold
20354
20355 \backslash
20356 {
20357 \series default
20358
20359 \begin_inset Quotes erd
20360 \end_inset
20361
20362  then type space.
20363  Inside LyX, you will see red braces indicating the grouping.
20364  Within this braces you insert the grouped structure.
20365  The grouping braces won't appear in the output in contrary to normal braces.
20366 \end_layout
20367
20368 \begin_layout Section
20369 Arrays and Multi-line Equations
20370 \begin_inset LatexCommand index
20371 name "Math ! Arrays"
20372
20373 \end_inset
20374
20375
20376 \begin_inset LatexCommand index
20377 name "Math ! Matrices"
20378
20379 \end_inset
20380
20381
20382 \begin_inset LatexCommand index
20383 name "Math ! Multi-line Equations"
20384
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \begin_layout Standard
20391 Matrices are entered in LyX using the 
20392 \family sans
20393 Math\InsetSpace ~
20394 Panel
20395 \family default
20396  matrix button 
20397 \begin_inset Graphics
20398         filename ../images/math/matrix.png
20399
20400 \end_inset
20401
20402 .
20403  It will open a dialog for you to choose the number of rows/columns.
20404  Here is an example:
20405 \begin_inset Formula \[
20406 \left(\begin{array}{ccc}
20407 1 & 2 & 3\\
20408 4 & 5 & 6\\
20409 7 & 8 & 9\end{array}\right)\]
20410
20411 \end_inset
20412
20413 The parentheses aren't automatic, but you can add them as described in section\InsetSpace ~
20414
20415 \begin_inset LatexCommand ref
20416 reference "sec:Brackets-and-Delimiters"
20417
20418 \end_inset
20419
20420 .
20421  When you construct the matrix, you can decide whether the column entries
20422  will be left-, right-, or center-justified.
20423  This alignment is set in the box 
20424 \family sans
20425 Horizontal
20426 \family default
20427  with the letters 
20428 \begin_inset Quotes eld
20429 \end_inset
20430
20431
20432 \family sans
20433 l
20434 \family default
20435
20436 \begin_inset Quotes erd
20437 \end_inset
20438
20439
20440 \begin_inset Quotes eld
20441 \end_inset
20442
20443
20444 \family sans
20445 r
20446 \family default
20447
20448 \begin_inset Quotes erd
20449 \end_inset
20450
20451 , and 
20452 \begin_inset Quotes eld
20453 \end_inset
20454
20455
20456 \family sans
20457 c
20458 \family default
20459
20460 \begin_inset Quotes erd
20461 \end_inset
20462
20463 .
20464  LyX proposes a 
20465 \begin_inset Quotes eld
20466 \end_inset
20467
20468
20469 \family sans
20470 c
20471 \family default
20472
20473 \begin_inset Quotes erd
20474 \end_inset
20475
20476  for every column as default.
20477  For example, the sequence 
20478 \begin_inset Quotes eld
20479 \end_inset
20480
20481
20482 \family sans
20483 lrc
20484 \family default
20485
20486 \begin_inset Quotes erd
20487 \end_inset
20488
20489  means that the first column will be left-justified, the second will be
20490  centered, and the third column will be right-justified, because each letter
20491  corresponds to the relevant column.
20492  The result will look like this:
20493 \begin_inset Formula \[
20494 \begin{array}{lcr}
20495 this & this\, column & this\, column\\
20496 column & has & has\, right\\
20497 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20498
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \begin_layout Standard
20505 You can add more rows to an existing matrix by hitting 
20506 \family sans
20507 C-Enter
20508 \family default
20509  while the cursor is in the matrix.
20510  Adding or deleting columns can be done via the menu 
20511 \family sans
20512 Edit\SpecialChar \menuseparator
20513 Math
20514 \family default
20515 .
20516 \end_layout
20517
20518 \begin_layout Standard
20519 There are other arrays used in formulas, such as distinctions of cases.
20520  It can be created with the menu 
20521 \family sans
20522 Insert\SpecialChar \menuseparator
20523 Math\SpecialChar \menuseparator
20524 Cases\InsetSpace ~
20525 Environment
20526 \family default
20527  or the command 
20528 \series bold
20529
20530 \backslash
20531 cases
20532 \series default
20533 .
20534  Here an example: 
20535 \begin_inset Formula \[
20536 f(x)=\begin{cases}
20537 -1 & x<0\\
20538 0 & x=0\\
20539 1 & x>0\end{cases}\]
20540
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Standard
20547 \begin_inset VSpace bigskip
20548 \end_inset
20549
20550 Multi-line formulas are created when you press 
20551 \family sans
20552 \series medium
20553 C-E
20554 \series default
20555 nter
20556 \family default
20557  within a formula.
20558  In an empty formula you can see that three blue boxes appear, one for each
20559  column.
20560  When you press 
20561 \family sans
20562 \series medium
20563 C-E
20564 \series default
20565 nter
20566 \family default
20567  in a non-empty formula, the part before the relation sign (equal sign 
20568 \begin_inset Quotes eld
20569 \end_inset
20570
20571 =
20572 \begin_inset Quotes erd
20573 \end_inset
20574
20575  etc.) will be inserted automatically to the first column, the relation sign
20576  is in the second column, and the rest in the third column.
20577  A new row is created by every further hit of 
20578 \family sans
20579 \series medium
20580 C-E
20581 \series default
20582 nter
20583 \family default
20584 .
20585  Multi-line formulas are always displayed formulas.
20586  Here is an example:
20587 \begin_inset Formula \begin{eqnarray}
20588 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
20589 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
20590
20591 \end_inset
20592
20593  To change the column assignment of the formula parts, place the cursor
20594  where you want to start the shift and hit 
20595 \family sans
20596 C-Tab.
20597
20598 \family default
20599  It shifts everything in the column which is right beside the current cursor
20600  position to the next column.
20601  Note that the middle column is designed for relation signs, structures
20602  within this column will be printed in a smaller size:
20603 \begin_inset Formula \begin{eqnarray*}
20604 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
20605
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Standard
20612 The multi-line formula type described here is called 
20613 \family typewriter
20614 \series medium
20615 eqnarray
20616 \family default
20617 \series default
20618 .
20619  There are other multi-line types being more suitable for certain situations,
20620  for example if you want a better inter-line spacing than in formula (
20621 \begin_inset LatexCommand ref
20622 reference "eq:asquared"
20623
20624 \end_inset
20625
20626 ).
20627  The other types are described in section\InsetSpace ~
20628
20629 \begin_inset LatexCommand ref
20630 reference "sub:AMS-Formula-Types"
20631
20632 \end_inset
20633
20634 .
20635 \end_layout
20636
20637 \begin_layout Section
20638 Formula Numbering and Referencing
20639 \begin_inset LatexCommand index
20640 name "Math ! Formula numbering"
20641
20642 \end_inset
20643
20644
20645 \begin_inset LatexCommand index
20646 name "Math ! Referencing formulas"
20647
20648 \end_inset
20649
20650
20651 \begin_inset LatexCommand label
20652 name "sec:Formula-Numbering-and"
20653
20654 \end_inset
20655
20656
20657 \end_layout
20658
20659 \begin_layout Standard
20660 To number a formula, set the cursor in the formula and use the menu 
20661 \family sans
20662 Edit\SpecialChar \menuseparator
20663 Math\SpecialChar \menuseparator
20664 Toggle\InsetSpace ~
20665 Numbering
20666 \family default
20667  or the shortcut 
20668 \family sans
20669 M-m\InsetSpace ~
20670 n
20671 \family default
20672 .
20673  The formula number appears in LyX as 
20674 \begin_inset Quotes eld
20675 \end_inset
20676
20677 #
20678 \begin_inset Quotes erd
20679 \end_inset
20680
20681  within parentheses.
20682  The 
20683 \begin_inset Quotes erd
20684 \end_inset
20685
20686 #
20687 \begin_inset Quotes erd
20688 \end_inset
20689
20690  denotes, that the number will be calculated automatically when the output
20691  is generated.
20692  The placement and format of the formula number in the output depends on
20693  the document class.
20694  In this document the number is printed together with the chapter number,
20695  separated by a dot:
20696 \begin_inset Formula \begin{equation}
20697 1+1=2\end{equation}
20698
20699 \end_inset
20700
20701 Using 
20702 \family sans
20703 M-m\InsetSpace ~
20704 n
20705 \family default
20706  in a numbered formula will switch off the numbering.
20707  You can only number displayed formulas.
20708 \end_layout
20709
20710 \begin_layout Standard
20711 Multi-line formulas can be numbered line by line: Using the menu 
20712 \family sans
20713 Edit\SpecialChar \menuseparator
20714 Math\SpecialChar \menuseparator
20715 Toggle\InsetSpace ~
20716 Numbering\InsetSpace ~
20717 of\InsetSpace ~
20718 Line
20719 \family default
20720  or the shortcut 
20721 \family sans
20722 M-m\InsetSpace ~
20723 N
20724 \family default
20725  will only toggle the numbering of the line where the cursor is in:
20726 \begin_inset Formula \begin{eqnarray}
20727 1 & = & 3-2\\
20728 2 & = & 4-2\nonumber \\
20729 4 & \leq & 7\end{eqnarray}
20730
20731 \end_inset
20732
20733 To number all lines use the shortcut 
20734 \family sans
20735 M-m\InsetSpace ~
20736 n
20737 \family default
20738 .
20739 \end_layout
20740
20741 \begin_layout Standard
20742 \begin_inset VSpace bigskip
20743 \end_inset
20744
20745 Every displayed formula can be referenced by its number using a label.
20746  A label is inserted with the menu 
20747 \family sans
20748 Insert\SpecialChar \menuseparator
20749 Label
20750 \family default
20751  when the cursor is in the formula.
20752  This opens a dialog to enter the label.
20753  It is recommended to use the proposed 
20754 \begin_inset Quotes eld
20755 \end_inset
20756
20757
20758 \family sans
20759 eq:
20760 \family default
20761
20762 \begin_inset Quotes erd
20763 \end_inset
20764
20765  as first part of the label, because this helps later to identify the label
20766  type when you have many labels in your document.
20767  We inserted in the following example the label 
20768 \begin_inset Quotes eld
20769 \end_inset
20770
20771 eq:tanhExp
20772 \begin_inset Quotes erd
20773 \end_inset
20774
20775  in the second line:
20776 \begin_inset Formula \begin{eqnarray}
20777 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
20778  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
20779
20780 \end_inset
20781
20782 Every labeled line is automatically numbered.
20783  Therefore the label is shown in LyX at the place of the formula number
20784  placeholder 
20785 \begin_inset Quotes eld
20786 \end_inset
20787
20788 #
20789 \begin_inset Quotes erd
20790 \end_inset
20791
20792 .
20793  You can reference a labeled formula using the menu 
20794 \family sans
20795 Insert\SpecialChar \menuseparator
20796 Cross\InsetSpace ~
20797 Reference
20798 \family default
20799 .
20800  A dialog appears to choose a label you want refer to.
20801  The reference appears in LyX as grey cross reference box and in the output
20802  as the formula number:
20803 \end_layout
20804
20805 \begin_layout Standard
20806 This is a cross-reference to equation (
20807 \begin_inset LatexCommand ref
20808 reference "eq:tanhExp"
20809
20810 \end_inset
20811
20812 ).
20813 \end_layout
20814
20815 \begin_layout Standard
20816 The properties of LyX's cross-reference box are described in section\InsetSpace ~
20817
20818 \begin_inset LatexCommand ref
20819 reference "sec:Cross-References"
20820
20821 \end_inset
20822
20823 .
20824  To delete a label, set the cursor in the labeled formula, use the menu
20825  
20826 \family sans
20827 Insert\SpecialChar \menuseparator
20828 Label
20829 \family default
20830  and delete the label in the appearing dialog.
20831 \begin_inset Foot
20832 status collapsed
20833
20834 \begin_layout Standard
20835 This is a unintuitive and will be fixed in the next version of LyX.
20836 \end_layout
20837
20838 \end_inset
20839
20840  
20841 \end_layout
20842
20843 \begin_layout Section
20844 User defined math macros
20845 \begin_inset LatexCommand index
20846 name "Math ! Macros"
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Standard
20854 LyX allows you to define macros for formulas.
20855  For example we assume that solutions of the quadratic equation often occur
20856  in our document in various forms and we want to create a macro to print
20857  them.
20858 \newline
20859 The general form of a quadratic equation is:
20860 \begin_inset Formula \[
20861 0=\lambda^{2}+p\lambda+q\]
20862
20863 \end_inset
20864
20865 The general form of its solution is:
20866 \begin_inset Formula \[
20867 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
20868
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \begin_layout Standard
20875 The macro should print the parameters 
20876 \begin_inset Formula $\lambda$
20877 \end_inset
20878
20879
20880 \begin_inset Formula $p$
20881 \end_inset
20882
20883  and 
20884 \begin_inset Formula $q$
20885 \end_inset
20886
20887  like in the equation above.
20888 \end_layout
20889
20890 \begin_layout Standard
20891 A macro is created by executing the command
20892 \end_layout
20893
20894 \begin_layout Standard
20895
20896 \series bold
20897 math-macro
20898 \begin_inset ERT
20899 status collapsed
20900
20901 \begin_layout Standard
20902
20903
20904 \backslash
20905 spce 
20906 \end_layout
20907
20908 \end_inset
20909
20910 Name
20911 \begin_inset ERT
20912 status collapsed
20913
20914 \begin_layout Standard
20915
20916
20917 \backslash
20918 spce 
20919 \end_layout
20920
20921 \end_inset
20922
20923 Number\InsetSpace ~
20924 of\InsetSpace ~
20925 Arguments
20926 \end_layout
20927
20928 \begin_layout Standard
20929 in the minibuffer at the bottom of the LyX screen.
20930  Name is the name of the new macro which mustn't contain numbers.
20931  The number of arguments can be a number in the range 1-9.
20932  If you want to define a macro without arguments, don't declare the number
20933  of arguments.
20934 \end_layout
20935
20936 \begin_layout Standard
20937 We have three arguments and name the macro 
20938 \begin_inset Quotes eld
20939 \end_inset
20940
20941 qE
20942 \begin_inset Quotes erd
20943 \end_inset
20944
20945 , so that the command is:
20946 \end_layout
20947
20948 \begin_layout Standard
20949
20950 \series bold
20951 math-macro
20952 \begin_inset ERT
20953 status collapsed
20954
20955 \begin_layout Standard
20956
20957
20958 \backslash
20959 spce 
20960 \end_layout
20961
20962 \end_inset
20963
20964 qE
20965 \begin_inset ERT
20966 status collapsed
20967
20968 \begin_layout Standard
20969
20970
20971 \backslash
20972 spce 
20973 \end_layout
20974
20975 \end_inset
20976
20977 3
20978 \end_layout
20979
20980 \begin_layout Standard
20981 This results in the following macro definition box: 
20982 \begin_inset Graphics
20983         filename clipart/macrobox.png
20984
20985 \end_inset
20986
20987  
20988 \begin_inset FormulaMacro
20989 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
20990 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
20991 \end_inset
20992
20993
20994 \begin_inset Note Note
20995 status collapsed
20996
20997 \begin_layout Standard
20998 The first box is an image to show the behavior in the output.
20999  The second one is the definition box, that doesn't appear in the output.
21000 \end_layout
21001
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \begin_layout Standard
21008 The first blue box is for the definition, where you insert the formula via
21009  the math panel or commands.
21010  The placeholder for the arguments are inserted as a backslash and sharp
21011  followed by the argument number, e.g.
21012  
21013 \begin_inset Quotes eld
21014 \end_inset
21015
21016
21017 \backslash
21018 #1
21019 \begin_inset Quotes erd
21020 \end_inset
21021
21022  for the first argument.
21023  Placeholders will be displayed in red.
21024  The second blue box is for the appearance in LyX.
21025  This is useful when you have a large structure that shouldn't be displayed
21026  in LyX with its full size.
21027  If you want to see the macro as it is defined, leave the box blank.
21028  In our example we insert the sequence
21029 \newline
21030
21031 \series bold
21032 qE: 
21033 \backslash
21034 #1
21035 \series default
21036  
21037 \series bold
21038 ,
21039 \series default
21040  
21041 \series bold
21042
21043 \backslash
21044 #2
21045 \series default
21046  
21047 \series bold
21048 ,
21049 \series default
21050  
21051 \series bold
21052
21053 \backslash
21054 #3
21055 \newline
21056
21057 \series default
21058 The macro will then be shown as the macro name followed by the three arguments.
21059 \end_layout
21060
21061 \begin_layout Standard
21062 To use the macro in a formula, type its name as command, in our case 
21063 \begin_inset Quotes eld
21064 \end_inset
21065
21066
21067 \series bold
21068
21069 \backslash
21070 qE
21071 \series default
21072
21073 \begin_inset Quotes erd
21074 \end_inset
21075
21076 .
21077  The macro is inserted with boxes for the arguments looking similar to this:
21078 \end_layout
21079
21080 \begin_layout Standard
21081 \align center
21082 \begin_inset Graphics
21083         filename clipart/macrouse.png
21084
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \begin_layout Standard
21091 The arguments are inserted in the blue boxes.
21092  If the cursor is outside the macro, the arguments are put in the macro.
21093  To change the arguments, put the cursor in the formula before or after
21094  the macro and press the right or left arrow key respectively.
21095  The arguments appear now again below the macro definition.
21096 \end_layout
21097
21098 \begin_layout Standard
21099 If you change the macro definition all macros are changed automatically
21100  to the new definition.
21101  Here an example of our macro with the arguments 
21102 \begin_inset Formula $x$
21103 \end_inset
21104
21105
21106 \begin_inset Formula $\ln(x)$
21107 \end_inset
21108
21109 , and 
21110 \begin_inset Formula $B$
21111 \end_inset
21112
21113 :
21114 \begin_inset Formula \[
21115 \qE{x}{\ln(y)}{B}\]
21116
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \begin_layout Standard
21123 When the document is exported to LaTeX, the macro definition will be inserted
21124  as the command:
21125 \end_layout
21126
21127 \begin_layout Standard
21128
21129 \series bold
21130
21131 \backslash
21132 newcommand{
21133 \backslash
21134 qE}[3]{#1_{1,
21135 \backslash
21136 ,2}=-
21137 \backslash
21138 frac{#2}{2}
21139 \backslash
21140 pm
21141 \newline
21142
21143 \begin_inset ERT
21144 status collapsed
21145
21146 \begin_layout Standard
21147
21148
21149 \backslash
21150 hphantom{
21151 \end_layout
21152
21153 \end_inset
21154
21155
21156 \backslash
21157 newcommand
21158 \begin_inset ERT
21159 status collapsed
21160
21161 \begin_layout Standard
21162
21163 }
21164 \end_layout
21165
21166 \end_inset
21167
21168
21169 \backslash
21170 sqrt{
21171 \backslash
21172 frac{#2^{2}}{4}-#3}}
21173 \end_layout
21174
21175 \begin_layout Standard
21176 The command is not inserted in the document preamble.
21177  That means you can only use macros in formulas that are below the macro
21178  definition box in your document.
21179  There are also some other restrictions: The command 
21180 \backslash
21181 newcommand supports optional arguments, which are not available in LyX's
21182  macros.
21183  You can also not change subsequently the name of the macro and the number
21184  of arguments.
21185  
21186 \end_layout
21187
21188 \begin_layout Section
21189 Fine-Tuning
21190 \end_layout
21191
21192 \begin_layout Subsection
21193 Typefaces
21194 \begin_inset LatexCommand index
21195 name "Math ! Typefaces"
21196
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \begin_layout Standard
21203 The standard font for text is italic, for numbers the standard is roman.
21204  To set a font in a formula, use the 
21205 \family sans
21206 Math\InsetSpace ~
21207 Panel
21208 \family default
21209  button 
21210 \begin_inset Graphics
21211         filename ../images/math/font.png
21212
21213 \end_inset
21214
21215 , or enter its command, listed in table\InsetSpace ~
21216
21217 \begin_inset LatexCommand ref
21218 reference "cap:Typefaces-and-the"
21219
21220 \end_inset
21221
21222 , directly.
21223 \end_layout
21224
21225 \begin_layout Standard
21226 \begin_inset Float table
21227 wide false
21228 sideways false
21229 status open
21230
21231 \begin_layout Standard
21232 \begin_inset Caption
21233
21234 \begin_layout Standard
21235 \begin_inset LatexCommand label
21236 name "cap:Typefaces-and-the"
21237
21238 \end_inset
21239
21240 Typefaces and the corresponding commands.
21241 \end_layout
21242
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \begin_layout Standard
21249 \align center
21250 \begin_inset Tabular
21251 <lyxtabular version="3" rows="9" columns="2">
21252 <features>
21253 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
21254 <column alignment="center" valignment="top" rightline="true" width="0pt">
21255 <row topline="true" bottomline="true">
21256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Standard
21260 Font
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Standard
21269 Command
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 </row>
21275 <row topline="true">
21276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21277 \begin_inset Text
21278
21279 \begin_layout Standard
21280
21281 \shape up
21282 \size normal
21283 \bar no
21284 \noun off
21285 \color none
21286 \begin_inset Formula $\mathrm{Roman}$
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Standard
21298
21299 \series bold
21300
21301 \backslash
21302 mathrm
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 </row>
21308 <row topline="true">
21309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Standard
21313 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Standard
21325
21326 \series bold
21327
21328 \backslash
21329 mathbf
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row topline="true">
21336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Standard
21340 \begin_inset Formula $\mathit{Italic}$
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Standard
21352
21353 \series bold
21354
21355 \backslash
21356 mathit
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row topline="true">
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Standard
21367
21368 \shape up
21369 \size normal
21370 \bar no
21371 \noun off
21372 \color none
21373 \begin_inset Formula $\mathtt{Typewriter}$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Standard
21385
21386 \series bold
21387
21388 \backslash
21389 mathtt
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row topline="true">
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Standard
21400 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Standard
21412
21413 \series bold
21414
21415 \backslash
21416 mathbb
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 </row>
21422 <row topline="true">
21423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Standard
21427 \begin_inset Formula $\mathfrak{Fraktur}$
21428 \end_inset
21429
21430
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Standard
21439
21440 \series bold
21441
21442 \backslash
21443 mathfrak
21444 \end_layout
21445
21446 \end_inset
21447 </cell>
21448 </row>
21449 <row topline="true">
21450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Standard
21454
21455 \shape up
21456 \size normal
21457 \emph on
21458 \bar no
21459 \noun off
21460 \color none
21461 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Standard
21473
21474 \series bold
21475
21476 \backslash
21477 mathcal
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 </row>
21483 <row topline="true" bottomline="true">
21484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Standard
21488 \begin_inset Formula $\mathsf{SansSerif}$
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Standard
21500
21501 \series bold
21502
21503 \backslash
21504 mathsf
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 </lyxtabular>
21511
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \begin_layout Standard
21523 \begin_inset Note Greyedout
21524 status open
21525
21526 \begin_layout Standard
21527
21528 \series bold
21529 Note:
21530 \series default
21531  that you can only print capital letters in the typefaces 
21532 \family sans
21533 Blackbold
21534 \family default
21535  and 
21536 \family sans
21537 Calligraphic
21538 \family default
21539 .
21540 \end_layout
21541
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \begin_layout Standard
21548 When you use a typeface, a blue box is inserted in the formula.
21549  Every character in this box will be printed in this typeface.
21550  Pressing 
21551 \family sans
21552 Space
21553 \family default
21554  within the box, will set the cursor outside, so that you have to use a
21555  protected space when you need a space in the box.
21556  Here an example where a 
21557 \begin_inset Quotes eld
21558 \end_inset
21559
21560 N
21561 \begin_inset Quotes erd
21562 \end_inset
21563
21564  in 
21565 \family sans
21566 Blackbold
21567 \family default
21568  denotes the set of numbers:
21569 \begin_inset Formula \[
21570 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
21571
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \begin_layout Standard
21578 The typefaces are nestable, which can cause confusion.
21579  You can e.g.
21580  put a character in 
21581 \family sans
21582 Fraktur
21583 \family default
21584  in a box for 
21585 \family sans
21586 Typewriter
21587 \family default
21588
21589 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
21590 \end_inset
21591
21592  
21593 \newline
21594 So better don't use this feature.
21595 \end_layout
21596
21597 \begin_layout Standard
21598 The typefaces have no effect on Greek letters: 
21599 \begin_inset Formula $\mathfrak{abc\delta e}$
21600 \end_inset
21601
21602
21603 \newline
21604 You can only print them emboldened using the command 
21605 \series bold
21606
21607 \backslash
21608 boldsymbol
21609 \series default
21610 , which works like the other typeface commands: 
21611 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \begin_layout Standard
21618
21619 \series bold
21620
21621 \backslash
21622 boldsymbol
21623 \series default
21624  works for all symbols, letters, and numbers.
21625 \end_layout
21626
21627 \begin_layout Standard
21628 A number of other font options are available as well, in the menu 
21629 \family sans
21630 Insert\SpecialChar \menuseparator
21631 Math\SpecialChar \menuseparator
21632 Font\InsetSpace ~
21633 Change
21634 \family default
21635 .
21636 \end_layout
21637
21638 \begin_layout Subsection
21639 Math Text
21640 \begin_inset LatexCommand index
21641 name "Math ! Text"
21642
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \begin_layout Standard
21649 Typefaces are useful for entering some characters in some given font, but
21650  not for text.
21651  For typing longer pieces of text use the math text, which is obtained using
21652  the entry 
21653 \family sans
21654 Normal\InsetSpace ~
21655 text\InsetSpace ~
21656 mode
21657 \family default
21658  of the 
21659 \family sans
21660 Math\InsetSpace ~
21661 Panel
21662 \family default
21663  button 
21664 \begin_inset Graphics
21665         filename ../images/math/font.png
21666
21667 \end_inset
21668
21669  (alternatively the shortcut 
21670 \family sans
21671 M-m\InsetSpace ~
21672 m
21673 \family default
21674 ).
21675  Math text appears in LyX in black instead of blue.
21676  You can use spaces and accents in math text like in normal text.
21677  Here is an example:
21678 \begin_inset Formula \[
21679 f(x)=\begin{cases}
21680 x & \textrm{if I say so}\\
21681 -x & \textrm{unter Umständen}\end{cases}\]
21682
21683 \end_inset
21684
21685
21686 \end_layout
21687
21688 \begin_layout Subsection
21689 Font Sizes
21690 \begin_inset LatexCommand index
21691 name "Math ! Font sizes"
21692
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \begin_layout Standard
21699 There are four font styles (relative sizes) used in math-mode, which are
21700  automatically chosen in most situations.
21701  These are called 
21702 \family sans
21703 textstyle
21704 \family default
21705
21706 \family sans
21707 displaystyle
21708 \family default
21709
21710 \family sans
21711 scriptstyle
21712 \family default
21713 , and 
21714 \family sans
21715 scriptscriptstyle
21716 \family default
21717 .
21718  For most characters, 
21719 \family sans
21720 textstyle
21721 \family default
21722  and 
21723 \family sans
21724 displaystyle
21725 \family default
21726  are actually the same size, but fractions, superscripts and subscripts,
21727  and certain other structures, are set larger in 
21728 \family sans
21729 displaystyle
21730 \family default
21731 .
21732  Except for some operators, which resize themselves to accommodate various
21733  situations, all text will be set in the styles as LaTeX thinks is appropriate.
21734  These choices can be overridden by using the math panel button 
21735 \begin_inset Graphics
21736         filename ../images/math/style.png
21737
21738 \end_inset
21739
21740 .
21741  A box for the size will be created in which you can insert the math structure.
21742  For example, you can set 
21743 \begin_inset Formula $\frac{1}{2}$
21744 \end_inset
21745
21746 , which is normally in 
21747 \family sans
21748 textstyle
21749 \family default
21750 , larger in 
21751 \family sans
21752 displaystyle
21753 \family default
21754
21755 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21756 \end_inset
21757
21758 .
21759  The four styles are used in the following example:
21760 \end_layout
21761
21762 \begin_layout Standard
21763 \begin_inset Formula $displaystyle$
21764 \end_inset
21765
21766
21767 \begin_inset Formula ${\textstyle textstyle}$
21768 \end_inset
21769
21770
21771 \begin_inset Formula ${\scriptstyle scriptstyle}$
21772 \end_inset
21773
21774
21775 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21776 \end_inset
21777
21778 .
21779 \end_layout
21780
21781 \begin_layout Standard
21782 All these math-mode font sizes are relative, that means, if the whole math
21783  inset is set in a particular size with the menu 
21784 \family sans
21785 Edit\SpecialChar \menuseparator
21786 Text\InsetSpace ~
21787 Style
21788 \family default
21789 , all sizes in the formula will be adjusted relative to this size.
21790  Similarly, if the base font size of the document is changed, all fonts
21791  will be adjusted to correspond.
21792  As example a formula in the font size 
21793 \begin_inset Quotes eld
21794 \end_inset
21795
21796 largest
21797 \begin_inset Quotes erd
21798 \end_inset
21799
21800 :
21801 \end_layout
21802
21803 \begin_layout Standard
21804
21805 \family roman
21806 \size largest
21807 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
21808 \end_inset
21809
21810
21811 \end_layout
21812
21813 \begin_layout Section
21814 AMS-LaTeX
21815 \begin_inset LatexCommand index
21816 name "AMS math"
21817
21818 \end_inset
21819
21820
21821 \begin_inset LatexCommand index
21822 name "Math ! AMS"
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \begin_layout Standard
21830 LyX supports the packages provided by the American Mathematical Society
21831  (AMS) that are in common use.
21832 \end_layout
21833
21834 \begin_layout Subsection
21835 Enabling AMS-Support
21836 \end_layout
21837
21838 \begin_layout Standard
21839 Selecting the checkbox 
21840 \family sans
21841 Use\InsetSpace ~
21842 AMS\InsetSpace ~
21843 math\InsetSpace ~
21844 package
21845 \family default
21846  in the 
21847 \family sans
21848 Document\SpecialChar \menuseparator
21849 Settings
21850 \family default
21851
21852 \begin_inset LatexCommand index
21853 name "Document ! Settings"
21854
21855 \end_inset
21856
21857  dialog under 
21858 \family sans
21859 Math\InsetSpace ~
21860 Options
21861 \family default
21862  will include the AMS-packages in the document, and make the facilities
21863  available.
21864  AMS is needed for many math-constructs, so when you get LaTeX-errors in
21865  formulas, assure that you have enabled AMS.
21866 \end_layout
21867
21868 \begin_layout Subsection
21869 AMS-Formula Types
21870 \begin_inset LatexCommand label
21871 name "sub:AMS-Formula-Types"
21872
21873 \end_inset
21874
21875
21876 \begin_inset LatexCommand index
21877 name "Math ! Multi-line Equations"
21878
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \begin_layout Standard
21885 AMS-LaTeX provides a selection of different formula types.
21886  LyX allows you to choose between 
21887 \family typewriter
21888 align
21889 \family default
21890
21891 \family typewriter
21892 alignat
21893 \family default
21894
21895 \family typewriter
21896 flalign
21897 \family default
21898
21899 \family typewriter
21900 gather
21901 \family default
21902 , and 
21903 \family typewriter
21904 multline
21905 \family default
21906 .
21907  We refer to the AMS-documentation for an explanation of these formula types.
21908 \end_layout
21909
21910 \begin_layout Chapter
21911 More Tools
21912 \end_layout
21913
21914 \begin_layout Section
21915 Cross-References
21916 \begin_inset LatexCommand index
21917 name "Cross references"
21918
21919 \end_inset
21920
21921
21922 \begin_inset LatexCommand label
21923 name "sec:Cross-References"
21924
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \begin_layout Standard
21931 One of LyX's strengths are cross-references.
21932  You can reference every section, float, footnote, formula, and list in
21933  the document.
21934  To reference a document part, you have to insert a label into it.
21935  The label is used as anchor and name for the reference.
21936  We want for example refer to the the second item of the following list:
21937 \end_layout
21938
21939 \begin_layout Enumerate
21940 First item
21941 \end_layout
21942
21943 \begin_layout Enumerate
21944 \begin_inset LatexCommand label
21945 name "enu:Second-item"
21946
21947 \end_inset
21948
21949 Second item
21950 \end_layout
21951
21952 \begin_layout Enumerate
21953 Third item
21954 \end_layout
21955
21956 \begin_layout Standard
21957 First we insert a label into the second item with the menu 
21958 \family sans
21959 Insert\SpecialChar \menuseparator
21960 Label
21961 \family default
21962  or the by pressing the toolbar button 
21963 \begin_inset Graphics
21964         filename ../images/label-insert.png
21965         scale 85
21966
21967 \end_inset
21968
21969 .
21970  A grey label box like this: 
21971 \begin_inset Graphics
21972         filename clipart/labelQt4.png
21973         scale 85
21974
21975 \end_inset
21976
21977  is inserted and the label window pops up asking for the label text.
21978  LyX offers as text the first words of the item with a prefix, in our case
21979  the text 
21980 \begin_inset Quotes eld
21981 \end_inset
21982
21983
21984 \family sans
21985 enu: Second-item
21986 \family default
21987
21988 \begin_inset Quotes erd
21989 \end_inset
21990
21991 .
21992  The prefix 
21993 \begin_inset Quotes eld
21994 \end_inset
21995
21996
21997 \family sans
21998 enu:
21999 \family default
22000
22001 \begin_inset Quotes erd
22002 \end_inset
22003
22004  stands for 
22005 \begin_inset Quotes eld
22006 \end_inset
22007
22008 enumerate
22009 \begin_inset Quotes erd
22010 \end_inset
22011
22012 .
22013  The prefix depends on the document part where the label is inserted, e.g.
22014  if you insert a label to a section heading, the prefix will be 
22015 \begin_inset Quotes eld
22016 \end_inset
22017
22018
22019 \family sans
22020 sec:
22021 \family default
22022
22023 \begin_inset Quotes erd
22024 \end_inset
22025
22026 .
22027 \end_layout
22028
22029 \begin_layout Standard
22030 To reference the item, we refer to its label using the menu 
22031 \family sans
22032 Insert\SpecialChar \menuseparator
22033 Cross-Reference
22034 \family default
22035  or the toolbar button 
22036 \begin_inset Graphics
22037         filename ../images/dialog-show-new-inset_ref.png
22038         scale 85
22039
22040 \end_inset
22041
22042 .
22043  A grey cross-reference box like this: 
22044 \begin_inset Graphics
22045         filename clipart/referenceQt4.png
22046         scale 85
22047
22048 \end_inset
22049
22050  is inserted and the cross-reference window appear showing all labels of
22051  the document.
22052  We can now sort the labels alphabetically and then choose the entry 
22053 \begin_inset Quotes eld
22054 \end_inset
22055
22056
22057 \family sans
22058 enu:Second-item
22059 \family default
22060
22061 \begin_inset Quotes erd
22062 \end_inset
22063
22064 .
22065  At the position of the cross-reference box the item number will appear
22066  in the output.
22067  Here is our cross-reference:
22068 \end_layout
22069
22070 \begin_layout Standard
22071 Item\InsetSpace ~
22072
22073 \begin_inset LatexCommand ref
22074 reference "enu:Second-item"
22075
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \begin_layout Standard
22082 It is recommended to use a protected space
22083 \begin_inset Foot
22084 status collapsed
22085
22086 \begin_layout Standard
22087 described in section\InsetSpace ~
22088
22089 \begin_inset LatexCommand ref
22090 reference "sub:Protected-Space"
22091
22092 \end_inset
22093
22094
22095 \end_layout
22096
22097 \end_inset
22098
22099  between the cross-reference name and its number to avoid ugly linebreaks
22100  between them.
22101 \end_layout
22102
22103 \begin_layout Standard
22104 There are six varieties of cross-references:
22105 \end_layout
22106
22107 \begin_layout Description
22108 <reference>: prints the float number, this is the default: 
22109 \begin_inset LatexCommand ref
22110 reference "cap:Two-distorted-images"
22111
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \begin_layout Description
22118 (<reference>): prints the float number within two parentheses, this is the
22119  style normally used to reference formulas, especially when the reference
22120  name 
22121 \begin_inset Quotes eld
22122 \end_inset
22123
22124 Equation
22125 \begin_inset Quotes erd
22126 \end_inset
22127
22128  is omitted: 
22129 \begin_inset LatexCommand eqref
22130 reference "eq:tanhExp"
22131
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \begin_layout Description
22138 <page>: prints the page number: Page\InsetSpace ~
22139
22140 \begin_inset LatexCommand pageref
22141 reference "cap:Two-distorted-images"
22142
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \begin_layout Description
22149 on\InsetSpace ~
22150 page\InsetSpace ~
22151 <page>: prints the text "on page" and the page number: 
22152 \begin_inset LatexCommand vpageref
22153 reference "cap:Two-distorted-images"
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Description
22161 <reference>\InsetSpace ~
22162 on\InsetSpace ~
22163 page\InsetSpace ~
22164 <page>: prints the float number, the text "on page", and
22165  the page number: 
22166 \begin_inset LatexCommand vref
22167 reference "cap:Two-distorted-images"
22168
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \begin_layout Description
22175 Formatted\InsetSpace ~
22176 reference: prints a self defined cross-reference format.
22177 \newline
22178
22179 \begin_inset Note Greyedout
22180 status open
22181
22182 \begin_layout Standard
22183
22184 \series bold
22185 Note:
22186 \series default
22187  This feature is only available when you have the LaTeX-package 
22188 \series bold
22189 prettyref
22190 \begin_inset LatexCommand index
22191 name "LaTeX-packages ! prettyref"
22192
22193 \end_inset
22194
22195
22196 \series default
22197  installed.
22198 \end_layout
22199
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \begin_layout Standard
22206 Note that the style <page> won't print the page number if the label is on
22207  the previous, the same, or the next page.
22208  You will e.\InsetSpace \thinspace{}
22209 g.\InsetSpace ~
22210 see the text 
22211 \begin_inset Quotes eld
22212 \end_inset
22213
22214
22215 \family sans
22216 on this page
22217 \family default
22218
22219 \begin_inset Quotes erd
22220 \end_inset
22221
22222  instead.
22223 \end_layout
22224
22225 \begin_layout Standard
22226 The number and current page of the referred document part in the output,
22227  is automatically calculated by LaTeX.
22228  The varieties are adjusted in the field 
22229 \family sans
22230 Format
22231 \family default
22232  of the cross-reference window, that appear when you click on the cross-referenc
22233 e box.
22234 \end_layout
22235
22236 \begin_layout Standard
22237 You can only use the style 
22238 \family sans
22239 <reference>
22240 \family default
22241  to reference numbered document parts, while the reference style 
22242 \family sans
22243 <page>
22244 \family default
22245  is always possible.
22246 \end_layout
22247
22248 \begin_layout Standard
22249 If you want to reference a section, put the label in the section heading,
22250  to reference a float, put the label in the caption.
22251  For footnotes you can put the label somewhere in it.
22252  Referencing formulas is explained in section\InsetSpace ~
22253
22254 \begin_inset LatexCommand ref
22255 reference "sec:Formula-Numbering-and"
22256
22257 \end_inset
22258
22259 .
22260 \end_layout
22261
22262 \begin_layout Standard
22263 The button 
22264 \family sans
22265 Go\InsetSpace ~
22266 to\InsetSpace ~
22267 Label
22268 \family default
22269  in the cross-reference window sets the the cursor before the referred label.
22270  The button text changes then to 
22271 \family sans
22272 Go\InsetSpace ~
22273 Back
22274 \family default
22275  and you can use it to set the cursor back to the cross-reference.
22276  Right-clicking on a cross-reference box also sets the cursor before the
22277  referred label but without a possibility to go back.
22278  
22279 \end_layout
22280
22281 \begin_layout Standard
22282 You can change labels at any time by clicking on the label box.
22283  References to the changed label will automatically change its link to the
22284  new label text, so that you don't need to take care about this.
22285 \end_layout
22286
22287 \begin_layout Standard
22288 If a cross-reference refers to a non-existing label, you'll see two question
22289  marks in the output instead of the reference.
22290 \end_layout
22291
22292 \begin_layout Standard
22293 References are described in detail in the 
22294 \emph on
22295 Embedded Objects
22296 \emph default
22297  manual.
22298 \end_layout
22299
22300 \begin_layout Section
22301 Table of Contents and other Listings
22302 \begin_inset LatexCommand index
22303 name "Table of contents"
22304
22305 \end_inset
22306
22307
22308 \begin_inset LatexCommand index
22309 name "Outline"
22310
22311 \end_inset
22312
22313
22314 \begin_inset LatexCommand label
22315 name "sec:toc"
22316
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \begin_layout Subsection
22323 Table of Contents and Outline
22324 \begin_inset LatexCommand label
22325 name "sub:Table-of-Contents"
22326
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \begin_layout Standard
22333 The Table of Contents (TOC) is inserted with the menu 
22334 \family sans
22335 Insert\SpecialChar \menuseparator
22336 List/TOC\SpecialChar \menuseparator
22337 Table\InsetSpace ~
22338 of\InsetSpace ~
22339 Contents
22340 \family default
22341 .
22342  Is is displayed in LyX as a gray box.
22343  If you click on it, the TOC window appears, showing you the TOC entries.
22344  You can jump to a document part by clicking on an entry.
22345  Thus you can use this window as graphical alternative for the 
22346 \family sans
22347 Navigate
22348 \family default
22349  menu.
22350 \end_layout
22351
22352 \begin_layout Standard
22353 The TOC lists every numbered section automatically.
22354  If you have declared a short title for a section heading, as described
22355  in section\InsetSpace ~
22356
22357 \begin_inset LatexCommand ref
22358 reference "sec:Short-Titles"
22359
22360 \end_inset
22361
22362 , it will be used in the TOC instead of the section heading.
22363  Section\InsetSpace ~
22364
22365 \begin_inset LatexCommand ref
22366 reference "sub:Numbering-depth"
22367
22368 \end_inset
22369
22370  describes how the level is adjusted that defines which section types are
22371  listed in the TOC.
22372  You can also adjust the level for the displayed sections in the TOC window
22373  using the grey fader at the bottom of the window.
22374  Unnumbered sections are not listed in the TOC.
22375 \end_layout
22376
22377 \begin_layout Standard
22378 You can use the TOC window also as outline to move and rearrange sections
22379  in your documents.
22380  The TOC window therefore also appears when you use the menu 
22381 \family sans
22382 Document\SpecialChar \menuseparator
22383 Outline
22384 \family default
22385 .
22386 \end_layout
22387
22388 \begin_layout Subsection
22389 List of Figures, Tables and Algorithms
22390 \begin_inset LatexCommand label
22391 name "sec:ListsOf"
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \begin_layout Standard
22399 Table, figure, and algorithm lists are very much like the table of contents.
22400  You can insert them via the 
22401 \family sans
22402 Insert\SpecialChar \menuseparator
22403 List\InsetSpace ~
22404 /\InsetSpace ~
22405 TOC
22406 \family default
22407  submenus.
22408  The list entries are the float captions and the float number.
22409 \end_layout
22410
22411 \begin_layout Section
22412 URLs (Uniform Resource Locators)
22413 \begin_inset LatexCommand index
22414 name "URLs"
22415
22416 \end_inset
22417
22418
22419 \begin_inset LatexCommand label
22420 name "sec:URL"
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \begin_layout Standard
22428 It is often desirable to include long 
22429 \begin_inset Quotes eld
22430 \end_inset
22431
22432 verbatim
22433 \begin_inset Quotes erd
22434 \end_inset
22435
22436  items in a document such as Web site URLs, e-mail addresses, etc.
22437  These things typically do not contain any spaces and are thus difficult
22438  to typeset properly.
22439  Such items will often fall on a line boundary if they cannot be split,
22440  resulting in an overfull line.
22441  To avoid this, use the menu 
22442 \family sans
22443 Insert\SpecialChar \menuseparator
22444 URL
22445 \family default
22446  to enter a long URL and have it split gracefully, if necessary.
22447 \end_layout
22448
22449 \begin_layout Standard
22450 The URL dialog has two fields; the URL field and the 
22451 \family sans
22452 Name
22453 \family default
22454  field for the URL description, which will be typeset as plain text immediately
22455  before the URL.
22456  Here an example:
22457 \end_layout
22458
22459 \begin_layout Standard
22460 \begin_inset LatexCommand url
22461 name "LyX-Homepage"
22462 target "http://www.lyx.org"
22463
22464 \end_inset
22465
22466 .
22467 \end_layout
22468
22469 \begin_layout Standard
22470 \begin_inset VSpace bigskip
22471 \end_inset
22472
22473
22474 \series bold
22475 Important notes
22476 \series default
22477 :
22478 \end_layout
22479
22480 \begin_layout Itemize
22481 When you use the following characters: "%", "#", "^", you have to write
22482  them with a backslash before, e.g.
22483  
22484 \begin_inset Quotes eld
22485 \end_inset
22486
22487
22488 \backslash
22489 #
22490 \begin_inset Quotes erd
22491 \end_inset
22492
22493 .
22494 \end_layout
22495
22496 \begin_layout Itemize
22497 URLs must not end with a backslash!
22498 \end_layout
22499
22500 \begin_layout Section
22501 Appendices
22502 \begin_inset LatexCommand index
22503 name "Appendix"
22504
22505 \end_inset
22506
22507
22508 \begin_inset LatexCommand label
22509 name "sec:Appendices"
22510
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \begin_layout Standard
22517 Appendices are created with the menu 
22518 \family sans
22519 Document\SpecialChar \menuseparator
22520 Start\InsetSpace ~
22521 Appendix\InsetSpace ~
22522 Here
22523 \family default
22524 .
22525  This menu sets the document from the current cursor position to the end
22526  as appendix region.
22527  The region is marked with a red borderline.
22528 \end_layout
22529
22530 \begin_layout Standard
22531 Every chapter (or section) within the appendix region is treated as an appendix,
22532  numbered with a capital Latin letter.
22533  The appendix subsections are numbered with this letter followed by a dot
22534  and the subsection number.
22535  All appendix sections can be referenced as if they were normal sections,
22536  here two examples:
22537 \end_layout
22538
22539 \begin_layout Standard
22540 Appendix\InsetSpace ~
22541
22542 \begin_inset LatexCommand ref
22543 reference "cha:Credits"
22544
22545 \end_inset
22546
22547 ; Appendix\InsetSpace ~
22548
22549 \begin_inset LatexCommand ref
22550 reference "sub:Export"
22551
22552 \end_inset
22553
22554
22555 \end_layout
22556
22557 \begin_layout Section
22558 Bibliography
22559 \begin_inset LatexCommand index
22560 name "Bibliography"
22561
22562 \end_inset
22563
22564
22565 \begin_inset LatexCommand label
22566 name "sec:Bibliography"
22567
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \begin_layout Standard
22574 There are two ways of generating the bibliography in a LyX-document.
22575  You can include a bibliography database
22576 \begin_inset Foot
22577 status collapsed
22578
22579 \begin_layout Standard
22580 Known under the name 
22581 \begin_inset Quotes eld
22582 \end_inset
22583
22584 BibTeX-database
22585 \begin_inset Quotes erd
22586 \end_inset
22587
22588 .
22589 \end_layout
22590
22591 \end_inset
22592
22593 , which is explained in the next subsection or you can insert the bibliography
22594  manually.
22595  For the second method we use the paragraph environment 
22596 \family sans
22597 Bibliography
22598 \family default
22599 , described in section\InsetSpace ~
22600
22601 \begin_inset LatexCommand ref
22602 reference "sub:Biblio_environment"
22603
22604 \end_inset
22605
22606 .
22607 \end_layout
22608
22609 \begin_layout Standard
22610 Within the 
22611 \family sans
22612 Bibliography
22613 \family default
22614  environment, every paragraph begins with a gray bibliography box labeled
22615  with a number.
22616  If you click on it, you will get a dialog in which you can set a 
22617 \family sans
22618 Key
22619 \family default
22620  and a 
22621 \family sans
22622 Label
22623 \family default
22624 .
22625  The key is the symbolic name by which you will refer to this bibliography
22626  entry.
22627  For example, our second entry in the bibliography is a book about LaTeX
22628  and we used 
22629 \begin_inset Quotes eld
22630 \end_inset
22631
22632 latexcompanion
22633 \begin_inset Quotes erd
22634 \end_inset
22635
22636 , a short form of its title, as key.
22637 \end_layout
22638
22639 \begin_layout Standard
22640 You can refer to the key of a bibliography entry using the menu 
22641 \family sans
22642 Insert\SpecialChar \menuseparator
22643 Citation
22644 \family default
22645  or the toobar button 
22646 \begin_inset Graphics
22647         filename ../images/dialog-show-new-inset_citation.png
22648         BoundingBox 0bp 5bp 20bp 20bp
22649
22650 \end_inset
22651
22652 .
22653  A citation reference box is inserted and a citation window will appear
22654  in which you can select one or more keys in the available key list.
22655  The citation reference box will be labeled with the referenced key.
22656  When you click on the box, the citation window appears and you can change
22657  the reference.
22658 \end_layout
22659
22660 \begin_layout Standard
22661 Citation references appear in the output as number of the bibliography entry
22662  with surrounding brackets.
22663  If you set a 
22664 \family sans
22665 Label
22666 \family default
22667  for the entry, the label will appear instead of the number.
22668  Here two examples; the first without a label, the second with the label
22669  
22670 \begin_inset Quotes eld
22671 \end_inset
22672
22673 Credits
22674 \begin_inset Quotes erd
22675 \end_inset
22676
22677 :
22678 \end_layout
22679
22680 \begin_layout Standard
22681 Have a look at the 
22682 \family sans
22683 LaTeX Companion Second Edition
22684 \family default
22685
22686 \begin_inset LatexCommand cite
22687 key "latexcompanion"
22688
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \begin_layout Standard
22695 The LyX-Team members are listed in the Credits: 
22696 \begin_inset LatexCommand cite
22697 key "lyxcredit"
22698
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \begin_layout Subsection
22705 Bibliography databases (BibTeX)
22706 \begin_inset LatexCommand index
22707 name "Bibliography ! Databases"
22708
22709 \end_inset
22710
22711
22712 \begin_inset LatexCommand index
22713 name "Bibliography ! BibTeX"
22714
22715 \end_inset
22716
22717
22718 \begin_inset LatexCommand label
22719 name "sub:Bibliography-databases"
22720
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \begin_layout Standard
22727 Bibliography databases are useful if you use the same bibliography in different
22728  documents.
22729  It makes it also very easy to have an uniform layout for all bibliography
22730  entries.
22731  You can collect the bibliography of all relevant books and articles of
22732  your working field in a database.
22733  This database can be used for different documents, because only the referenced
22734  entries of the database will appear in the bibliography list.
22735 \end_layout
22736
22737 \begin_layout Standard
22738 The database is a text file with the file extension 
22739 \begin_inset Quotes eld
22740 \end_inset
22741
22742
22743 \family sans
22744 .bib
22745 \family default
22746
22747 \begin_inset Quotes erd
22748 \end_inset
22749
22750  containing the bibliography in a special format.
22751  The format is explained in LaTeX books (
22752 \begin_inset LatexCommand cite
22753 key "Mittelbach,Kopka,Lamport"
22754
22755 \end_inset
22756
22757 ).
22758  Normally one uses a special program to create and edit entries of the database.
22759  Under
22760 \newline
22761  
22762 \begin_inset LatexCommand url
22763 target "http://wiki.lyx.org/BibTeX/Programs"
22764
22765 \end_inset
22766
22767
22768 \newline
22769 you find a list of programs for bibliography databases.
22770 \end_layout
22771
22772 \begin_layout Standard
22773 To use a database, use the menu 
22774 \family sans
22775 Insert\SpecialChar \menuseparator
22776 List
22777 \family default
22778 /
22779 \family sans
22780 TOC\SpecialChar \menuseparator
22781 BibT
22782 \begin_inset ERT
22783 status collapsed
22784
22785 \begin_layout Standard
22786
22787 {}
22788 \end_layout
22789
22790 \end_inset
22791
22792 eX\InsetSpace ~
22793 Bibliography
22794 \family default
22795 .
22796  A grey box will be inserted and a window appears.
22797  In this window you can load one or more databases and a style file.
22798 \end_layout
22799
22800 \begin_layout Standard
22801 The style file is a text file with the file extension
22802 \begin_inset Quotes erd
22803 \end_inset
22804
22805
22806 \family sans
22807 .bst
22808 \family default
22809
22810 \begin_inset Quotes erd
22811 \end_inset
22812
22813  that declares the layout of all bibliography entries.
22814  Many publishers provide special style files, so that you don't have to
22815  take care of the layout.
22816 \end_layout
22817
22818 \begin_layout Standard
22819 Inserting a citation reference works like described above.
22820 \end_layout
22821
22822 \begin_layout Standard
22823 \begin_inset VSpace defskip
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \begin_layout Standard
22830 To generate the bibliography from a database, the program BibTeX is used
22831  by LyX.
22832  This program can be controlled with options that you can add in LyX's preferenc
22833 es dialog under 
22834 \family sans
22835 Outputs
22836 \family default
22837
22838 \family sans
22839 LaT
22840 \begin_inset ERT
22841 status collapsed
22842
22843 \begin_layout Standard
22844
22845 {}
22846 \end_layout
22847
22848 \end_inset
22849
22850 eX
22851 \family default
22852  in the field 
22853 \family sans
22854 BibT
22855 \begin_inset ERT
22856 status collapsed
22857
22858 \begin_layout Standard
22859
22860 {}
22861 \end_layout
22862
22863 \end_inset
22864
22865 eX\InsetSpace ~
22866 command
22867 \family default
22868 .
22869  Before adding options, it is strongly recommended to read the manual of
22870  
22871 \family sans
22872 BibTeX
22873 \family default
22874 .
22875 \end_layout
22876
22877 \begin_layout Standard
22878 \begin_inset VSpace defskip
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \begin_layout Standard
22885 We use two bibliographies in this document to show the difference between
22886  the two methods of creating them.
22887  As you can see, the bibliography that is created from a database lists
22888  only the database entries that are referenced in the document.
22889  We used the style file 
22890 \family sans
22891 alphadin.bst
22892 \family default
22893  to get the complicated German reference key scheme in the bibliography.
22894 \end_layout
22895
22896 \begin_layout Subsection
22897 Bibliography layout
22898 \begin_inset LatexCommand index
22899 name "Bibliography ! Layout"
22900
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \begin_layout Standard
22907 In the citation reference dialog you can set a special citation format.
22908  For this feature you need to use the option 
22909 \family sans
22910 Natbib
22911 \family default
22912  enabled in the 
22913 \family sans
22914 Document\SpecialChar \menuseparator
22915 Settings
22916 \family default
22917
22918 \begin_inset LatexCommand index
22919 name "Document ! Settings"
22920
22921 \end_inset
22922
22923  dialog under 
22924 \family sans
22925 Bibliography
22926 \family default
22927 .
22928  Setting a citation style for a reference will overwrite the default.
22929  For the global citation format use the BibTeX style files as explained
22930  in the previous section.
22931 \end_layout
22932
22933 \begin_layout Standard
22934 You can also set text, that should appear before or after a citation reference,
22935  in the citation reference window.
22936  Here an example where we set the text 
22937 \begin_inset Quotes eld
22938 \end_inset
22939
22940 Chapter\InsetSpace ~
22941 3
22942 \begin_inset Quotes erd
22943 \end_inset
22944
22945  to appear after the reference:
22946 \end_layout
22947
22948 \begin_layout Standard
22949 Have a look at 
22950 \begin_inset LatexCommand cite
22951 after "Chapter 3"
22952 key "latexcompanion"
22953
22954 \end_inset
22955
22956 .
22957 \end_layout
22958
22959 \begin_layout Section
22960 Index
22961 \begin_inset LatexCommand index
22962 name "Index generation"
22963
22964 \end_inset
22965
22966
22967 \begin_inset LatexCommand label
22968 name "sec:Index"
22969
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \begin_layout Standard
22976 An index entry is created if you use the menu 
22977 \family sans
22978 Insert\SpecialChar \menuseparator
22979 Index\InsetSpace ~
22980 Entry
22981 \family default
22982  or the toolbar button 
22983 \begin_inset Graphics
22984         filename ../images/index-insert.png
22985         BoundingBox 0bp 5bp 20bp 20bp
22986
22987 \end_inset
22988
22989 .
22990  A gray box labeled 
22991 \begin_inset Quotes eld
22992 \end_inset
22993
22994
22995 \family sans
22996 Idx
22997 \family default
22998
22999 \begin_inset Quotes erd
23000 \end_inset
23001
23002  is inserted containing the text that appears in the index.
23003  The word where the cursor is in or the currently highlighted text is proposed
23004  by LyX as index entry.
23005 \end_layout
23006
23007 \begin_layout Standard
23008 \begin_inset Note Greyedout
23009 status open
23010
23011 \begin_layout Standard
23012
23013 \series bold
23014 Note:
23015 \series default
23016  The index entry text field differs from all other text fields, because
23017  you have to insert valid LaTeX-code.
23018 \end_layout
23019
23020 \end_inset
23021
23022  Therefore you cannot insert
23023 \end_layout
23024
23025 \begin_layout Standard
23026
23027 \series bold
23028 Find & Replace
23029 \end_layout
23030
23031 \begin_layout Standard
23032 to an index entry field, because the 
23033 \begin_inset Quotes eld
23034 \end_inset
23035
23036 &
23037 \begin_inset Quotes erd
23038 \end_inset
23039
23040  character is used in LaTeX to separate table columns, so that you will
23041  get LaTeX-errors.
23042  The correct entry is
23043 \end_layout
23044
23045 \begin_layout Standard
23046
23047 \series bold
23048 Find 
23049 \backslash
23050 & Replace
23051 \end_layout
23052
23053 \begin_layout Standard
23054 This behavior is necessary because index entries can be formatted in many
23055  ways using special LaTeX commands.
23056  We give a short overview of the index command in the next subsections.
23057  For a detailed description of LaTeX's index mechanism, have a look at one
23058  of the LaTeX books 
23059 \begin_inset LatexCommand cite
23060 key "latexcompanion,latexguide,latexbook"
23061
23062 \end_inset
23063
23064 .
23065 \end_layout
23066
23067 \begin_layout Standard
23068 You can change index entries by clicking on the index box.
23069 \end_layout
23070
23071 \begin_layout Standard
23072 The index list is inserted to the document with the menu 
23073 \family sans
23074 Insert\SpecialChar \menuseparator
23075 List\InsetSpace ~
23076 /\InsetSpace ~
23077 TOC\SpecialChar \menuseparator
23078 Index\InsetSpace ~
23079 List
23080 \family default
23081 .
23082  A light blue box labeled 
23083 \begin_inset Quotes eld
23084 \end_inset
23085
23086
23087 \family sans
23088 Index
23089 \family default
23090
23091 \begin_inset Quotes erd
23092 \end_inset
23093
23094  will show the place where the index is printed in the output.
23095  The index list box is not clickable like other LyX-boxes.
23096 \end_layout
23097
23098 \begin_layout Subsection
23099 Grouping Index Entries
23100 \begin_inset LatexCommand index
23101 name "Index ! Grouping"
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \begin_layout Standard
23109 Index entries are often grouped to offer the reader a fast search in the
23110  index.
23111  We want to group for example the index entries for itemized and enumerated
23112  lists under the entry 
23113 \begin_inset Quotes eld
23114 \end_inset
23115
23116 Lists
23117 \begin_inset Quotes erd
23118 \end_inset
23119
23120 .
23121  First we create the entry 
23122 \begin_inset Quotes eld
23123 \end_inset
23124
23125 Lists
23126 \begin_inset Quotes erd
23127 \end_inset
23128
23129  in section\InsetSpace ~
23130
23131 \begin_inset LatexCommand ref
23132 reference "sub:Lists"
23133
23134 \end_inset
23135
23136 .
23137  In the text field for the itemized list index entry in section\InsetSpace ~
23138
23139 \begin_inset LatexCommand ref
23140 reference "sec:Itemize"
23141
23142 \end_inset
23143
23144 , we insert the command
23145 \end_layout
23146
23147 \begin_layout Standard
23148
23149 \series bold
23150 Lists ! Itemize
23151 \end_layout
23152
23153 \begin_layout Standard
23154 and the command
23155 \end_layout
23156
23157 \begin_layout Standard
23158
23159 \series bold
23160 Lists ! Enumerate
23161 \end_layout
23162
23163 \begin_layout Standard
23164 for the enumerated list in section\InsetSpace ~
23165
23166 \begin_inset LatexCommand ref
23167 reference "sec:Enumerate"
23168
23169 \end_inset
23170
23171 .
23172 \end_layout
23173
23174 \begin_layout Standard
23175 The exclamation mark 
23176 \begin_inset Quotes eld
23177 \end_inset
23178
23179 !
23180 \begin_inset Quotes erd
23181 \end_inset
23182
23183  marks the grouping levels.
23184  You can have three levels; every index level is indented a bit more.
23185  An index entry for the higher levels is not required.
23186  If we don't have an index entry for 
23187 \begin_inset Quotes eld
23188 \end_inset
23189
23190 Lists
23191 \begin_inset Quotes erd
23192 \end_inset
23193
23194 , it will be printed anyway, but without a page number.
23195 \end_layout
23196
23197 \begin_layout Subsection
23198 Page Ranges
23199 \begin_inset LatexCommand index
23200 name "Index ! Page ranges"
23201
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \begin_layout Standard
23208 Normally an index entry will appear with the page number of the indexed
23209  section.
23210  But sometimes you want to index more pages under the same entry.
23211  E.g if we want to index the paragraph environments, we create an index entry
23212  in section\InsetSpace ~
23213
23214 \begin_inset LatexCommand ref
23215 reference "sec:Paragraph-Environments"
23216
23217 \end_inset
23218
23219  with the command
23220 \end_layout
23221
23222 \begin_layout Standard
23223
23224 \series bold
23225 Paragraph environments|(
23226 \end_layout
23227
23228 \begin_layout Standard
23229 and another entry at the end of section\InsetSpace ~
23230
23231 \begin_inset LatexCommand ref
23232 reference "sub:LyX-Code"
23233
23234 \end_inset
23235
23236  with the command
23237 \end_layout
23238
23239 \begin_layout Standard
23240
23241 \series bold
23242 Paragraph environments|)
23243 \end_layout
23244
23245 \begin_layout Standard
23246 The commands 
23247 \begin_inset Quotes eld
23248 \end_inset
23249
23250
23251 \series bold
23252 |(
23253 \series default
23254
23255 \begin_inset Quotes erd
23256 \end_inset
23257
23258  and 
23259 \begin_inset Quotes eld
23260 \end_inset
23261
23262
23263 \series bold
23264 |)
23265 \series default
23266
23267 \begin_inset Quotes erd
23268 \end_inset
23269
23270  respectively starts and ends the index range.
23271  You can also add the same index entry at different places in the document.
23272  They appear in the output under one entry with a comma separated list of
23273  the pages of the indexed document parts.
23274  An example is the index entry 
23275 \begin_inset Quotes eld
23276 \end_inset
23277
23278 Document ! Settings
23279 \begin_inset Quotes erd
23280 \end_inset
23281
23282 .
23283 \end_layout
23284
23285 \begin_layout Subsection
23286 Cross referencing
23287 \begin_inset LatexCommand index
23288 name "Index ! Cross referencing"
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Standard
23296 It is also possible to refer to another index entry.
23297  We referred for example in the index entry 
23298 \begin_inset Quotes eld
23299 \end_inset
23300
23301 GIF
23302 \begin_inset Quotes erd
23303 \end_inset
23304
23305  (in section\InsetSpace ~
23306
23307 \begin_inset LatexCommand ref
23308 reference "sub:Image-Formats"
23309
23310 \end_inset
23311
23312 ) to the index entry 
23313 \begin_inset Quotes eld
23314 \end_inset
23315
23316 Image formats
23317 \begin_inset Quotes erd
23318 \end_inset
23319
23320  in the same section using the command
23321 \end_layout
23322
23323 \begin_layout Standard
23324
23325 \series bold
23326 GIF|see{Image formats}
23327 \end_layout
23328
23329 \begin_layout Standard
23330 The text within the braces is the referenced entry.
23331  The reference will appear in the output without a page number.
23332 \end_layout
23333
23334 \begin_layout Subsection
23335 Index Entry Order
23336 \begin_inset LatexCommand index
23337 name "Index ! Entry order"
23338
23339 \end_inset
23340
23341
23342 \end_layout
23343
23344 \begin_layout Standard
23345 You can use accented characters in the index entry, but the entries might
23346  then not follow the rules for the index order.
23347  The index entries are sorted alphabetically, but LaTeX
23348 \begin_inset Foot
23349 status collapsed
23350
23351 \begin_layout Standard
23352 The index generating is done in the background by an extra program, see
23353  section\InsetSpace ~
23354
23355 \begin_inset LatexCommand ref
23356 reference "sub:Index-Program"
23357
23358 \end_inset
23359
23360 .
23361 \end_layout
23362
23363 \end_inset
23364
23365  doesn't know how to sort accents in different languages.
23366  We created as example the three dummy index entries 
23367 \begin_inset Quotes eld
23368 \end_inset
23369
23370 maison
23371 \begin_inset Quotes erd
23372 \end_inset
23373
23374
23375 \begin_inset Quotes eld
23376 \end_inset
23377
23378 maïs
23379 \begin_inset Quotes erd
23380 \end_inset
23381
23382 , and 
23383 \begin_inset Quotes eld
23384 \end_inset
23385
23386 maître
23387 \begin_inset Quotes erd
23388 \end_inset
23389
23390 .
23391 \begin_inset LatexCommand index
23392 name "Dummy entries ! maïs"
23393
23394 \end_inset
23395
23396
23397 \begin_inset LatexCommand index
23398 name "Dummy entries ! maître"
23399
23400 \end_inset
23401
23402
23403 \begin_inset LatexCommand index
23404 name "Dummy entries ! maïs@maison"
23405
23406 \end_inset
23407
23408  They will be sorted in the order maïs, maître, maison, but we want the
23409  order maïs, maison, maître.
23410  To achieve this, we use the command
23411 \end_layout
23412
23413 \begin_layout Standard
23414
23415 \series bold
23416 previous entry@current entry
23417 \end_layout
23418
23419 \begin_layout Standard
23420 In our case we want to have 
23421 \begin_inset Quotes eld
23422 \end_inset
23423
23424 maison
23425 \begin_inset Quotes erd
23426 \end_inset
23427
23428  after 
23429 \begin_inset Quotes eld
23430 \end_inset
23431
23432 maïs
23433 \begin_inset Quotes erd
23434 \end_inset
23435
23436  and write therefore for the index entry of maison:
23437 \end_layout
23438
23439 \begin_layout Standard
23440
23441 \series bold
23442 maïs@maison
23443 \end_layout
23444
23445 \begin_layout Standard
23446 The previous entry needn't to be a real existing entry, you can also use
23447  another word to tell LaTeX the entry order, see the next subsection for
23448  an example.
23449 \end_layout
23450
23451 \begin_layout Subsection
23452 Index Entry Layout
23453 \begin_inset LatexCommand index
23454 name "Index ! Entry layout"
23455
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \begin_layout Standard
23462 You can insert entries together with LaTeX-commands for the layout.
23463  If you need for example an italic entry, you can write
23464 \end_layout
23465
23466 \begin_layout Standard
23467
23468 \series bold
23469
23470 \backslash
23471 textit{This is an italic entry}
23472 \end_layout
23473
23474 \begin_layout Standard
23475 where the command 
23476 \series bold
23477
23478 \backslash
23479 textit
23480 \series default
23481  produces the italic layout.
23482 \begin_inset LatexCommand index
23483 name "Dummy entries ! This@\\textit{This is an italic entry}"
23484
23485 \end_inset
23486
23487  We refer to LaTeX books (
23488 \begin_inset LatexCommand cite
23489 key "latexcompanion,latexguide,latexbook"
23490
23491 \end_inset
23492
23493 ) for an overview of layout commands.
23494  There is only the problem, that layout commands destroy the sorting order.
23495  To avoid that our index entry appears as the first one, we use the following
23496  command instead:
23497 \end_layout
23498
23499 \begin_layout Standard
23500
23501 \series bold
23502 This@
23503 \backslash
23504 textit{This is an italic entry}
23505 \end_layout
23506
23507 \begin_layout Standard
23508 You can also format the page number using the character 
23509 \begin_inset Quotes eld
23510 \end_inset
23511
23512 |
23513 \begin_inset Quotes erd
23514 \end_inset
23515
23516  followed by a LaTeX-command without a backslash.
23517  We can write for example
23518 \end_layout
23519
23520 \begin_layout Standard
23521
23522 \series bold
23523 old-style page number:|oldstylenums
23524 \end_layout
23525
23526 \begin_layout Standard
23527 to get the page number in an old-style layout.
23528 \begin_inset LatexCommand index
23529 name "Dummy entries ! old-style page number:|oldstylenums"
23530
23531 \end_inset
23532
23533  Normally all LaTeX-commands begin with a backslash, but in this special
23534  case 
23535 \begin_inset Quotes eld
23536 \end_inset
23537
23538
23539 \series bold
23540 |command
23541 \series default
23542
23543 \begin_inset Quotes erd
23544 \end_inset
23545
23546  means 
23547 \series bold
23548
23549 \backslash
23550 command{page\InsetSpace ~
23551 number}
23552 \series default
23553 .
23554  Have a look at section\InsetSpace ~
23555
23556 \begin_inset LatexCommand ref
23557 reference "sub:LaTeX-Syntax"
23558
23559 \end_inset
23560
23561  to learn more about the LaTeX-syntax.
23562 \end_layout
23563
23564 \begin_layout Standard
23565 You can also change the layout for the whole index.
23566  E.g.
23567  we marked the index list box of this document as bold to get a bold font
23568  for all index entries.
23569 \end_layout
23570
23571 \begin_layout Subsection
23572 Index Program
23573 \begin_inset LatexCommand index
23574 name "Index ! Program"
23575
23576 \end_inset
23577
23578
23579 \begin_inset LatexCommand label
23580 name "sub:Index-Program"
23581
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \begin_layout Standard
23588 LyX uses for the index generation by default the program 
23589 \family sans
23590 makeindex
23591 \family default
23592 .
23593  It can be controlled by options that can be set in LyX's preferences dialog,
23594  see section\InsetSpace ~
23595
23596 \begin_inset LatexCommand ref
23597 reference "sub:LaTeX-settings"
23598
23599 \end_inset
23600
23601 .
23602  The available options are listed and explained in 
23603 \begin_inset LatexCommand cite
23604 key "makeindex"
23605
23606 \end_inset
23607
23608 .
23609 \end_layout
23610
23611 \begin_layout Standard
23612 You can also specify there another program to generate the index, for example
23613  
23614 \family sans
23615 xindy
23616 \family default
23617 .
23618 \end_layout
23619
23620 \begin_layout Section
23621 Nomenclature / Glossary 
23622 \begin_inset LatexCommand index
23623 name "Nomenclature"
23624
23625 \end_inset
23626
23627
23628 \begin_inset LatexCommand index
23629 name "Glossary|see{Nomenclature}"
23630
23631 \end_inset
23632
23633
23634 \begin_inset LatexCommand label
23635 name "sec:Nomenclature"
23636
23637 \end_inset
23638
23639
23640 \end_layout
23641
23642 \begin_layout Standard
23643 Sometimes you need to compile a list of symbols that are mentioned in your
23644  document with a brief explanation of them -- a so called nomenclature or
23645  glossary.
23646 \end_layout
23647
23648 \begin_layout Standard
23649 To be able to create nomenclatures, you need the LaTeX package 
23650 \series bold
23651 nomencl
23652 \begin_inset LatexCommand index
23653 name "LaTeX-packages ! nomencl"
23654
23655 \end_inset
23656
23657
23658 \series default
23659  installed.
23660  You find it in the TeX Catalogue, 
23661 \begin_inset LatexCommand cite
23662 key "TeXCatalogue"
23663
23664 \end_inset
23665
23666  or in the package manager of your LaTeX-system.
23667 \end_layout
23668
23669 \begin_layout Standard
23670 A nomenclature entry is created if you place the cursor after a symbol entry
23671  and then use the menu 
23672 \family sans
23673 Insert\SpecialChar \menuseparator
23674
23675 \family default
23676 N
23677 \family sans
23678 omenclature\InsetSpace ~
23679 Entry
23680 \family default
23681  or the toobar button 
23682 \begin_inset Graphics
23683         filename ../images/nomencl-insert.png
23684         BoundingBox 0bp 5bp 20bp 20bp
23685
23686 \end_inset
23687
23688 .
23689  A gray box labeled 
23690 \begin_inset Quotes eld
23691 \end_inset
23692
23693
23694 \family sans
23695 Nom
23696 \family default
23697
23698 \begin_inset Quotes erd
23699 \end_inset
23700
23701  is inserted and a window pops up asking for the nomenclature entry.
23702 \end_layout
23703
23704 \begin_layout Standard
23705 A nomenclature entry consists of two main entries.
23706  The first is the symbol that you want to refer to.
23707  The second is the description of the symbol.
23708 \end_layout
23709
23710 \begin_layout Standard
23711 \begin_inset Note Greyedout
23712 status open
23713
23714 \begin_layout Standard
23715
23716 \series bold
23717 Note:
23718 \series default
23719  Like for the index entry dialog, you have to enter valid LaTeX-code for
23720  all fields of the nomenclature dialog.
23721 \end_layout
23722
23723 \end_inset
23724
23725
23726 \end_layout
23727
23728 \begin_layout Subsection
23729 Nomenclature Definition and Layout
23730 \begin_inset LatexCommand index
23731 name "Nomenclature ! Layout"
23732
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \begin_layout Standard
23739 When you have symbols in formulas, you have to define them in the 
23740 \family sans
23741 Symbol
23742 \family default
23743  field as LaTeX-formula.
23744  For example to get 
23745 \begin_inset Quotes eld
23746 \end_inset
23747
23748
23749 \begin_inset Formula $\sigma$
23750 \end_inset
23751
23752
23753 \begin_inset Quotes erd
23754 \end_inset
23755
23756 , insert this:
23757 \newline
23758
23759 \series bold
23760 $
23761 \backslash
23762 sigma$
23763 \newline
23764
23765 \series default
23766 The 
23767 \begin_inset Quotes eld
23768 \end_inset
23769
23770 $
23771 \begin_inset Quotes erd
23772 \end_inset
23773
23774  character hereby starts/ends the formula.
23775  The LaTeX-command for the Greek letter is the name of the letter beginning
23776  with a backslash 
23777 \begin_inset Quotes eld
23778 \end_inset
23779
23780
23781 \backslash
23782
23783 \begin_inset Quotes erd
23784 \end_inset
23785
23786 .
23787  For capital Greek letters, start the command also with a capital letter,
23788  like 
23789 \series bold
23790
23791 \backslash
23792 Sigma
23793 \series default
23794 .
23795 \end_layout
23796
23797 \begin_layout Standard
23798 (A short introduction to the LaTeX-syntax is given in section\InsetSpace ~
23799
23800 \begin_inset LatexCommand ref
23801 reference "sub:LaTeX-Syntax"
23802
23803 \end_inset
23804
23805 .)
23806 \end_layout
23807
23808 \begin_layout Standard
23809 You cannot use the 
23810 \family sans
23811 Text\InsetSpace ~
23812 Style
23813 \family default
23814  dialog to format the description text but have to use LaTeX-commands.
23815  For example the description of the nomenclature entry for the 
23816 \begin_inset Quotes eld
23817 \end_inset
23818
23819
23820 \begin_inset Formula $\sigma$
23821 \end_inset
23822
23823
23824 \begin_inset Quotes erd
23825 \end_inset
23826
23827  in this document is:
23828 \newline
23829
23830 \series bold
23831 dummy entry for the character 
23832 \backslash
23833 textsf{sigma}
23834 \series default
23835
23836 \newline
23837 The command 
23838 \series bold
23839
23840 \backslash
23841 textsf
23842 \series default
23843  sets the fonts to 
23844 \family sans
23845 sans\InsetSpace ~
23846 serif
23847 \family default
23848 .
23849  To get 
23850 \series bold
23851 bold
23852 \series default
23853  font use the command 
23854 \series bold
23855
23856 \backslash
23857 textbf
23858 \series default
23859 , for 
23860 \family typewriter
23861 typewriter
23862 \family default
23863  use 
23864 \series bold
23865
23866 \backslash
23867 texttt
23868 \series default
23869 , for 
23870 \emph on
23871 emphasized
23872 \emph default
23873  use 
23874 \series bold
23875
23876 \backslash
23877 emph
23878 \series default
23879 .
23880 \end_layout
23881
23882 \begin_layout Subsection
23883 Sort Order of Nomenclature Entries
23884 \begin_inset LatexCommand index
23885 name "Nomenclature ! Sort order"
23886
23887 \end_inset
23888
23889
23890 \end_layout
23891
23892 \begin_layout Standard
23893 The nomenclature entries are sorted alphabetically by the LaTeX-code of
23894  the symbol definition.
23895  This leads to undesired results when you for example have symbols in formulas.
23896  Suppose you have nomenclature entries for the symbols 
23897 \emph on
23898 a
23899 \begin_inset LatexCommand nomenclature
23900 symbol "a"
23901 description "dummy entry for the character \"a\""
23902
23903 \end_inset
23904
23905
23906 \emph default
23907  and 
23908 \begin_inset Formula $\sigma$
23909 \end_inset
23910
23911
23912 \begin_inset LatexCommand nomenclature
23913 prefix "sigma"
23914 symbol "$\\sigma$"
23915 description "dummy entry for the character \\textsf{sigma}"
23916
23917 \end_inset
23918
23919 .
23920  They will be sorted by 
23921 \begin_inset Quotes eld
23922 \end_inset
23923
23924
23925 \family sans
23926 a
23927 \family default
23928
23929 \begin_inset Quotes erd
23930 \end_inset
23931
23932  and 
23933 \begin_inset Quotes eld
23934 \end_inset
23935
23936
23937 \family typewriter
23938 $
23939 \backslash
23940 sigma$
23941 \family default
23942
23943 \begin_inset Quotes erd
23944 \end_inset
23945
23946  -- the 
23947 \begin_inset Formula $\sigma$
23948 \end_inset
23949
23950  will be sorted before the 
23951 \emph on
23952 a
23953 \emph default
23954  since the character 
23955 \begin_inset Quotes eld
23956 \end_inset
23957
23958 $
23959 \begin_inset Quotes erd
23960 \end_inset
23961
23962  is considered in sorting.
23963 \end_layout
23964
23965 \begin_layout Standard
23966 To control the sort order, you can edit the 
23967 \family sans
23968 Sort\InsetSpace ~
23969 as
23970 \family default
23971  field of the nomenclature dialog.
23972  Then the nomenclature entry will be sorted by this entry and not the symbol
23973  definition.
23974  For the given example, you can insert 
23975 \family typewriter
23976 sigma
23977 \family default
23978  to this field for the 
23979 \begin_inset Formula $\sigma$
23980 \end_inset
23981
23982 , then 
23983 \emph on
23984 a
23985 \emph default
23986  will be located before 
23987 \begin_inset Formula $\sigma$
23988 \end_inset
23989
23990 .
23991 \end_layout
23992
23993 \begin_layout Standard
23994 For subgrouping and tips for using sort entries see the 
23995 \series bold
23996 nomencl
23997 \series default
23998  documentation, 
23999 \begin_inset LatexCommand cite
24000 key "nomencl"
24001
24002 \end_inset
24003
24004 .
24005 \end_layout
24006
24007 \begin_layout Subsection
24008 Nomenclature Options
24009 \begin_inset LatexCommand index
24010 name "Nomenclature ! Options"
24011
24012 \end_inset
24013
24014
24015 \end_layout
24016
24017 \begin_layout Standard
24018 The 
24019 \series bold
24020 nomencl
24021 \series default
24022  package offers some options to adjust the appearance of the nomenclature.
24023  Here are some of its options, for more have a look at its documentation:
24024 \end_layout
24025
24026 \begin_layout Description
24027 refeq Appends the phrase 
24028 \begin_inset Quotes eld
24029 \end_inset
24030
24031
24032 \family sans
24033 , see equation (
24034 \emph on
24035 eq
24036 \emph default
24037 )
24038 \family default
24039
24040 \begin_inset Quotes erd
24041 \end_inset
24042
24043  to every nomenclature entry, where 
24044 \family sans
24045 \emph on
24046 eq
24047 \family default
24048 \emph default
24049  is the number of the last equation in front of the nomenclature entry
24050 \end_layout
24051
24052 \begin_layout Description
24053 refpage Appends the phrase 
24054 \begin_inset Quotes eld
24055 \end_inset
24056
24057
24058 \family sans
24059 , page (
24060 \emph on
24061 page
24062 \emph default
24063 )
24064 \family default
24065
24066 \begin_inset Quotes erd
24067 \end_inset
24068
24069  to every nomenclature entry, where 
24070 \family sans
24071 \emph on
24072 page
24073 \family default
24074 \emph default
24075  is the number of the page on which the nomenclature entry appeared
24076 \end_layout
24077
24078 \begin_layout Description
24079 intoc Inserts the nomenclature in the Table of Contents
24080 \end_layout
24081
24082 \begin_layout Standard
24083 There are furthermore the options 
24084 \series bold
24085 croatian
24086 \series default
24087
24088 \series bold
24089 danish
24090 \series default
24091
24092 \series bold
24093 english
24094 \series default
24095
24096 \series bold
24097 french
24098 \series default
24099
24100 \series bold
24101 german
24102 \series default
24103
24104 \series bold
24105 italian
24106 \series default
24107
24108 \series bold
24109 polish
24110 \series default
24111
24112 \series bold
24113 portuguese
24114 \series default
24115
24116 \series bold
24117 russian
24118 \series default
24119
24120 \series bold
24121 spanish
24122 \series default
24123 , and 
24124 \series bold
24125 ukrainian
24126 \series default
24127  to print the reference texts and the nomenclature title in the corresponding
24128  language.
24129 \end_layout
24130
24131 \begin_layout Standard
24132 To use one or more of the options, add them to the comma-separated document
24133  class options list in the 
24134 \family sans
24135 Document\SpecialChar \menuseparator
24136 Settings
24137 \family default
24138  dialog.
24139  In this document the options 
24140 \series bold
24141 intoc
24142 \series default
24143  and 
24144 \series bold
24145 refpage
24146 \series default
24147  are used.
24148 \end_layout
24149
24150 \begin_layout Standard
24151 \begin_inset VSpace bigskip
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158 You can also use the first two options above only for certain nomenclature
24159  entries when you add one of the following commands as last entry to the
24160  
24161 \family sans
24162 Description
24163 \family default
24164  field in the nomenclature dialog:
24165 \end_layout
24166
24167 \begin_layout Description
24168
24169 \backslash
24170 nomrefeq Like the 
24171 \series bold
24172 refeq
24173 \series default
24174  option
24175 \end_layout
24176
24177 \begin_layout Description
24178
24179 \backslash
24180 nomrefpage Like the 
24181 \series bold
24182 refpage
24183 \series default
24184  option
24185 \end_layout
24186
24187 \begin_layout Description
24188
24189 \backslash
24190 nomrefeqpage Short notation of 
24191 \series bold
24192
24193 \backslash
24194 nomrefeq
24195 \backslash
24196 nomrefpage
24197 \end_layout
24198
24199 \begin_layout Description
24200
24201 \backslash
24202 nomnorefeq,\InsetSpace ~
24203
24204 \backslash
24205 nomnorefpage,\InsetSpace ~
24206
24207 \backslash
24208 nomnorefeqpage Turns off the corresponding options
24209 \end_layout
24210
24211 \begin_layout Subsection
24212 Printing the Nomenclature
24213 \begin_inset LatexCommand index
24214 name "Nomenclature ! Printing"
24215
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \begin_layout Standard
24222 To print the nomenclature, use the menu 
24223 \family sans
24224 Insert\SpecialChar \menuseparator
24225 Lists\InsetSpace ~
24226 /\InsetSpace ~
24227 TOC\SpecialChar \menuseparator
24228 Nomenclature
24229 \family default
24230 .
24231  A light blue box labeled 
24232 \begin_inset Quotes eld
24233 \end_inset
24234
24235
24236 \family sans
24237 Nomenclature
24238 \family default
24239
24240 \begin_inset Quotes erd
24241 \end_inset
24242
24243  will show the place where the nomenclature is printed in the output.
24244  Like the index list box, the nomenclature list box is not clickable.
24245 \end_layout
24246
24247 \begin_layout Standard
24248 In the printed output the title of the nomenclature appears as 
24249 \begin_inset Quotes eld
24250 \end_inset
24251
24252 Nomenclature
24253 \begin_inset Quotes erd
24254 \end_inset
24255
24256 .
24257  If you are not happy with the name, you can change it by redefining the
24258  command 
24259 \series bold
24260
24261 \backslash
24262 nomname
24263 \series default
24264  in the preamble.
24265  For example, in order to change the name to 
24266 \emph on
24267 List of Symbols
24268 \emph default
24269 , add the following line to the preamble:
24270 \end_layout
24271
24272 \begin_layout Standard
24273
24274 \family roman
24275 \series bold
24276
24277 \backslash
24278 renewcommand{
24279 \backslash
24280 nomname}{List of Symbols}
24281 \end_layout
24282
24283 \begin_layout Standard
24284 \begin_inset VSpace defskip
24285 \end_inset
24286
24287
24288 \end_layout
24289
24290 \begin_layout Standard
24291 If you are unhappy with the amount of space for symbols, you can alter it
24292  by adding the following line to the preamble:
24293 \end_layout
24294
24295 \begin_layout Standard
24296
24297 \family roman
24298 \series bold
24299
24300 \backslash
24301 renewcommand{
24302 \backslash
24303 nomlabelwidth}{width}
24304 \end_layout
24305
24306 \begin_layout Standard
24307
24308 \family roman
24309 Where the width is a value with one of the units listed in Appendix\InsetSpace ~
24310
24311 \begin_inset LatexCommand ref
24312 reference "cha:Units-available-in"
24313
24314 \end_inset
24315
24316 .
24317  The default value is 1\InsetSpace \thinspace{}
24318 cm.
24319 \end_layout
24320
24321 \begin_layout Section
24322 Branches
24323 \begin_inset LatexCommand index
24324 name "Branches"
24325
24326 \end_inset
24327
24328
24329 \begin_inset LatexCommand index
24330 name "Document ! Branches"
24331
24332 \end_inset
24333
24334
24335 \begin_inset LatexCommand label
24336 name "sec:Branches"
24337
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \begin_layout Standard
24344 Sometimes it is useful to hide some document parts in the output.
24345  For example a teacher who is setting an exam obviously doesn't want the
24346  pupils to see the answers, but having questions and answers in the same
24347  document will make the life of the markers of that exam much easier.
24348 \end_layout
24349
24350 \begin_layout Standard
24351 For these cases LyX offers to put text into branches.
24352  The text will then only appear in the output when its branch is activated.
24353  To create a branch, go in the 
24354 \family sans
24355 Document\SpecialChar \menuseparator
24356 Settings
24357 \family default
24358  dialog to 
24359 \family sans
24360 Branches
24361 \family default
24362 .
24363  The name of the branch, its activation state and the background color of
24364  the branches inside LyX can be specified in this dialog.
24365 \end_layout
24366
24367 \begin_layout Standard
24368 Text that should be in a branch is set into branch inset boxes.
24369  These boxes are inserted via the menu 
24370 \family sans
24371 Insert\SpecialChar \menuseparator
24372 Branch
24373 \family default
24374  where you can choose a branch.
24375  You can later change the branch of the boxes by right-clicking on them.
24376 \end_layout
24377
24378 \begin_layout Standard
24379 Here is an example, where only the question text appears, the answer branch
24380  is deactivated and does therefore not appear in the output:
24381 \end_layout
24382
24383 \begin_layout Standard
24384 \begin_inset Branch Question
24385 status open
24386
24387 \begin_layout Standard
24388 Question: Who was the first physics Nobel prize winner?
24389 \end_layout
24390
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \begin_layout Standard
24397 \begin_inset Branch Answer
24398 status open
24399
24400 \begin_layout Standard
24401 Answer: Wilhelm Conrad Röntgen
24402 \end_layout
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \begin_layout Section
24410 ERT and the LaTeX Syntax
24411 \begin_inset LatexCommand label
24412 name "sec:ERT"
24413
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \begin_layout Subsection
24420 ERT Boxes
24421 \begin_inset LatexCommand index
24422 name "ERT"
24423
24424 \end_inset
24425
24426
24427 \begin_inset LatexCommand label
24428 name "sub:ERT-Boxes"
24429
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \begin_layout Standard
24436 As LyX uses LaTeX in the background, it supports many LaTeX commands and
24437  constructs, but not all.
24438  LaTeX contains of hundreds of packages which provide different commands.
24439  Every month many packages are updated and new ones added.
24440  This has the advantage that you can typeset nearly everything, for every
24441  problem exists a LaTeX-package.
24442  But LyX can of course not be up to date and support all these packages
24443  and their commands.
24444 \end_layout
24445
24446 \begin_layout Standard
24447 But don't worry, you can use any LaTeX-command directly in LyX inside the
24448  ERT box.
24449  ERT stands for 
24450 \begin_inset Quotes eld
24451 \end_inset
24452
24453 evil red text
24454 \begin_inset Quotes erd
24455 \end_inset
24456
24457 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
24458  An ERT box is created by the menu 
24459 \family sans
24460 Insert\SpecialChar \menuseparator
24461 TeX
24462 \family default
24463  or by the toolbar button 
24464 \begin_inset Graphics
24465         filename ../images/ert-insert.png
24466
24467 \end_inset
24468
24469 .
24470  The box itself can be displayed in three different styles: 
24471 \family sans
24472 Inline
24473 \family default
24474
24475 \family sans
24476 Collapsed
24477 \family default
24478 , and 
24479 \family sans
24480 Open
24481 \family default
24482 .
24483  To change the style, right-click on the box and use the appearing dialog.
24484  Left-clicking on the box will switch between 
24485 \family sans
24486 Collapsed
24487 \family default
24488  and 
24489 \family sans
24490 Open
24491 \family default
24492 .
24493 \end_layout
24494
24495 \begin_layout Standard
24496 You can insert complete or incomplete commands into ERT.
24497  Incomplete means that the command argument can be Standard LyX text.
24498  For example you want to draw a frame around a word and uses therefore the
24499  LaTeX-command 
24500 \series bold
24501
24502 \backslash
24503 fbox
24504 \series default
24505 , you can write the command part 
24506 \series bold
24507
24508 \backslash
24509 fbox{
24510 \series default
24511  in an ERT box before the word and the closing brace 
24512 \series bold
24513 }
24514 \series default
24515  in a second ERT box behind the word.
24516  The word between the two ERT boxes is then the argument as it is in the
24517  following example:
24518 \end_layout
24519
24520 \begin_layout Standard
24521 \begin_inset Graphics
24522         filename clipart/ERT.png
24523         scale 89
24524
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \begin_layout Standard
24531 gives
24532 \end_layout
24533
24534 \begin_layout Standard
24535 This is a line with a 
24536 \begin_inset ERT
24537 status collapsed
24538
24539 \begin_layout Standard
24540
24541
24542 \backslash
24543 fbox{
24544 \end_layout
24545
24546 \end_inset
24547
24548 framed
24549 \begin_inset ERT
24550 status collapsed
24551
24552 \begin_layout Standard
24553
24554 }
24555 \end_layout
24556
24557 \end_inset
24558
24559  word.
24560 \end_layout
24561
24562 \begin_layout Standard
24563 \begin_inset Note Greyedout
24564 status open
24565
24566 \begin_layout Standard
24567
24568 \series bold
24569 Note:
24570 \series default
24571  At the end of LaTeX-commands without parameters, you have to insert a space
24572  to let LaTeX know that the command is finished.
24573 \end_layout
24574
24575 \end_inset
24576
24577
24578 \end_layout
24579
24580 \begin_layout Subsection
24581 Short Introduction to the LaTeX Syntax
24582 \begin_inset OptArg
24583 status collapsed
24584
24585 \begin_layout Standard
24586 The LaTeX Syntax
24587 \end_layout
24588
24589 \end_inset
24590
24591
24592 \begin_inset LatexCommand index
24593 name "LaTeX Syntax"
24594
24595 \end_inset
24596
24597
24598 \begin_inset LatexCommand label
24599 name "sub:LaTeX-Syntax"
24600
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \begin_layout Standard
24607 When you write larger documents or books, you will need to know something
24608  about the LaTeX-commands that LyX uses in the background.
24609  Because LaTeX is based on commands, you can 
24610 \begin_inset Quotes eld
24611 \end_inset
24612
24613 program
24614 \begin_inset Quotes erd
24615 \end_inset
24616
24617  your text.
24618  This has the advantage that the layout of the document can be changed at
24619  every time if you know the right commands.
24620  E.g.
24621  imagine you have to write a manual for a product and the deadline is at
24622  the end of the day.
24623  Your boss just has complimented you for your good work but wants to have
24624  all caption labels bold.
24625  But you have over hundred figure and table captions with non-bold labels
24626  in your manual.
24627  Of course it's impossible to change all caption labels by hand in one day.
24628 \end_layout
24629
24630 \begin_layout Standard
24631 Now LaTeX comes into play.
24632  As written above, for every problem exists a LaTeX-package.
24633  First you have to find out which and therefore look in the LaTeX package
24634  database, 
24635 \begin_inset LatexCommand cite
24636 key "Catalogue"
24637
24638 \end_inset
24639
24640 .
24641 \end_layout
24642
24643 \begin_layout Standard
24644 As result you know that the package 
24645 \series bold
24646 caption
24647 \series default
24648
24649 \begin_inset LatexCommand index
24650 name "LaTeX-packages ! caption"
24651
24652 \end_inset
24653
24654  is what you need.
24655  To use a package, you have to load it in the document preamble (menu 
24656 \family sans
24657 Document\SpecialChar \menuseparator
24658 Settings
24659 \family default
24660 ) with the command
24661 \end_layout
24662
24663 \begin_layout Standard
24664
24665 \series bold
24666
24667 \backslash
24668 usepackage[options]{package name}
24669 \end_layout
24670
24671 \begin_layout Standard
24672 All LaTeX commands begin with a backslash, the command argument is set within
24673  two braces, and the options are set within two brackets.
24674  Note that not all commands have an argument and options.
24675 \end_layout
24676
24677 \begin_layout Standard
24678 In your case the package name is 
24679 \series bold
24680 caption
24681 \series default
24682 .
24683  After a look in the documentation of the package, you know that the option
24684  
24685 \series bold
24686 labelfont=bf
24687 \series default
24688  will change the font of all caption labels to bold.
24689  So you add the command
24690 \end_layout
24691
24692 \begin_layout Standard
24693
24694 \series bold
24695
24696 \backslash
24697 usepackage[labelfont=bf]{caption}
24698 \end_layout
24699
24700 \begin_layout Standard
24701 to the preamble and the problem is solved.
24702 \begin_inset Foot
24703 status collapsed
24704
24705 \begin_layout Standard
24706 For more commands provided by the 
24707 \series bold
24708 caption
24709 \series default
24710  package, have a look at its documentation, 
24711 \begin_inset LatexCommand cite
24712 key "caption"
24713
24714 \end_inset
24715
24716 .
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \begin_layout Standard
24725 Note that some document classes have built-in solutions for well known problems
24726  like your case.
24727  For example if you use a 
24728 \family sans
24729 koma-script
24730 \family default
24731  class, you don't need the package 
24732 \series bold
24733 caption
24734 \series default
24735 , you can instead write
24736 \end_layout
24737
24738 \begin_layout Standard
24739
24740 \series bold
24741
24742 \backslash
24743 setkomafont{captionlabel}{
24744 \backslash
24745 bfseries}
24746 \end_layout
24747
24748 \begin_layout Standard
24749 in the preamble and the problem is solved.
24750  So if you plan to write a large document, you should have a look at the
24751  documentation of the document class you want to use.
24752  (
24753 \series bold
24754
24755 \backslash
24756 setkomafont
24757 \series default
24758  is an example for a command with more than one argument.)
24759 \end_layout
24760
24761 \begin_layout Standard
24762 Commands in the preamble affects the whole document, while commands in the
24763  text affects only the text after the command or only the text used as command
24764  argument.
24765  To insert a LaTeX-command in text, use the ERT box as described in the
24766  previous section.
24767 \end_layout
24768
24769 \begin_layout Standard
24770 If you want to learn more about LaTeX and its syntax, have a look at the
24771  LaTeX-books 
24772 \begin_inset LatexCommand cite
24773 key "latexcompanion,latexguide"
24774
24775 \end_inset
24776
24777 .
24778  
24779 \end_layout
24780
24781 \begin_layout Section
24782 Previewing Snippets of your Document
24783 \begin_inset LatexCommand index
24784 name "Instant preview"
24785
24786 \end_inset
24787
24788
24789 \begin_inset LatexCommand label
24790 name "sec:Previewing-snippets-of"
24791
24792 \end_inset
24793
24794
24795 \begin_inset LatexCommand index
24796 name "Document ! Preview"
24797
24798 \end_inset
24799
24800
24801 \end_layout
24802
24803 \begin_layout Standard
24804 LyX allows you to generate previews of sections of your document on the
24805  fly so you can see how they'll look in the final document without having
24806  to break your train of thought with 
24807 \family sans
24808 View\SpecialChar \menuseparator
24809 DVI
24810 \family default
24811 .
24812 \end_layout
24813
24814 \begin_layout Standard
24815 If you would for example like to see in LyX your math formulas typeset by
24816  LaTeX, install the LaTeX-package 
24817 \series bold
24818 preview-latex
24819 \begin_inset LatexCommand index
24820 name "LaTeX-packages ! preview-latex"
24821
24822 \end_inset
24823
24824
24825 \series default
24826  as explained below, and turn on 
24827 \family sans
24828 Instant\InsetSpace ~
24829 preview
24830 \family default
24831  in the 
24832 \family sans
24833 Tools\SpecialChar \menuseparator
24834 Preferences 
24835 \family default
24836 dialog under 
24837 \family sans
24838 Look\InsetSpace ~
24839 and\InsetSpace ~
24840 feel\SpecialChar \menuseparator
24841 Graphics
24842 \family default
24843 .
24844 \end_layout
24845
24846 \begin_layout Standard
24847 Previews are generated when you load a document into LyX and when you finish
24848  editing an inset.
24849  Previews of an already loaded document are 
24850 \emph on
24851 not
24852 \emph default
24853  generated just by selecting the 
24854 \family sans
24855 Instant\InsetSpace ~
24856 preview
24857 \family default
24858  check box, you have to reopen the documents to activate the previews.
24859 \end_layout
24860
24861 \begin_layout Standard
24862 LyX will generate previews of math insets.
24863  It will also generate previews of include insets if you select the 
24864 \family sans
24865 Show\InsetSpace ~
24866 preview
24867 \family default
24868  check box in the insert dialog.
24869  This is useful if you wish to generate a preview of a LaTeX figure, for
24870  example.
24871 \end_layout
24872
24873 \begin_layout Standard
24874 To get previews working, you need the LaTeX package 
24875 \series bold
24876 preview-latex
24877 \series default
24878  (on some systems named simply 
24879 \series bold
24880 preview
24881 \series default
24882 ) installed.
24883  You find it in the TeX Catalogue, 
24884 \begin_inset LatexCommand cite
24885 key "TeXCatalogue"
24886
24887 \end_inset
24888
24889  or in the package manager of your LaTeX-system.
24890  You obtain prettier results if you install the program 
24891 \family typewriter
24892 pnmcrop
24893 \family default
24894  from the 
24895 \family typewriter
24896 netpbm
24897 \family default
24898  package; for LyX on Windows this program is automatically installed together
24899  with LyX.
24900 \end_layout
24901
24902 \begin_layout Standard
24903 \begin_inset VSpace bigskip
24904 \end_inset
24905
24906
24907 \end_layout
24908
24909 \begin_layout Standard
24910 You can furthermore preview the LaTeX source of the whole document or parts
24911  of it.
24912  Use the menu 
24913 \family sans
24914 View\SpecialChar \menuseparator
24915 View\InsetSpace ~
24916 Source
24917 \family default
24918  and a window will be shown where you can see the LaTeX-source code.
24919  The window shows the source of the whole paragraph where the cursor is
24920  currently in.
24921  You can also select document parts in LyX's main window, then only this
24922  selection (when it is more than one paragraph) is shown as source code.
24923  To view the whole document as source, enable the corresponding option in
24924  the source view window.
24925 \end_layout
24926
24927 \begin_layout Section
24928 Spell Checking
24929 \begin_inset LatexCommand label
24930 name "sec:Spellchecking"
24931
24932 \end_inset
24933
24934
24935 \begin_inset LatexCommand index
24936 name "Spell checking"
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \begin_layout Standard
24944 LyX itself has no built-in spell checker.
24945  Rather it uses one of the external programs 
24946 \family typewriter
24947 aspell
24948 \family default
24949
24950 \family typewriter
24951 ispell
24952 \family default
24953
24954 \family typewriter
24955 hspell
24956 \family default
24957 , or 
24958 \family sans
24959 pspell
24960 \family default
24961  as backend.
24962  This section assumes you have already installed and set up one of these
24963  programs.
24964  
24965 \family typewriter
24966 aspell
24967 \family default
24968  can be seen as successor of 
24969 \family typewriter
24970 ispell
24971 \family default
24972 , so that it is recommended to use aspell.
24973  
24974 \family sans
24975 hspell
24976 \family default
24977  is a Hebrew spell-checker.
24978  The used spell checker ind its settings are specified in LyX's preferences
24979  under 
24980 \family sans
24981 Language Settings
24982 \family default
24983 .
24984 \end_layout
24985
24986 \begin_layout Standard
24987 For LyX on Windows, the selection box for the spell checking program is
24988  greyed out in the preferences dialog because only 
24989 \family sans
24990 aspell
24991 \family default
24992  can be used.
24993 \end_layout
24994
24995 \begin_layout Standard
24996 The menu
24997 \family sans
24998  Tools\SpecialChar \menuseparator
24999 Spellchecker
25000 \family default
25001  starts the spell checking beginning from the current cursor position.
25002  A dialog window will appear showing any incorrect (or unknown) word found,
25003  allowing you to edit and replace it in a second line.
25004  Whenever an unknown word is found, the word is highlighted and the text
25005  scrolled so that it is visible.
25006  In the 
25007 \family sans
25008 spell checker
25009 \family default
25010  dialog, there is also a box showing suggestions for a correction, if any
25011  could be found.
25012  Clicking on one of the corrections will copy to the 
25013 \family sans
25014 Replace
25015 \family default
25016  field, double-click invokes directly the replacement.
25017  Unknown but correctly typed words can be added to the personal dictionary.
25018 \end_layout
25019
25020 \begin_layout Standard
25021 By default, the used dictionary file is determined by the document language
25022  that is set in the 
25023 \family sans
25024 Document\SpecialChar \menuseparator
25025 Settings
25026 \family default
25027  dialog.
25028  If you do not have a dictionary for the document language, spell checking
25029  will bring an error message.
25030  In this case, you can specify another dictionary file in the dialog by
25031  specifying a different 
25032 \family sans
25033 Alternative language
25034 \family default
25035  in preferences dialog.
25036 \end_layout
25037
25038 \begin_layout Standard
25039 After a spell check you'll informed about the number of checked words.
25040 \end_layout
25041
25042 \begin_layout Subsubsection*
25043 Limitations
25044 \end_layout
25045
25046 \begin_layout Standard
25047 It is not possible to change the spelling of a particular word globally,
25048  rather than having to change the spelling separately for each occurrence
25049  of the word.
25050  But you can use the 
25051 \family sans
25052 Find\InsetSpace ~
25053 &\InsetSpace ~
25054 Replace
25055 \family default
25056  dialog for that.
25057 \end_layout
25058
25059 \begin_layout Standard
25060 LyX cannot correctly spell check documents containing multiple languages.
25061  This does work with 
25062 \family typewriter
25063 pspell
25064 \family default
25065 , assuming you have marked the different languages appropriately.
25066 \end_layout
25067
25068 \begin_layout Subsubsection*
25069 Further Settings
25070 \end_layout
25071
25072 \begin_layout Standard
25073 The 
25074 \family sans
25075 Spellchecker
25076 \family default
25077  section in the preferences dialog has some additional options:
25078 \end_layout
25079
25080 \begin_layout Description
25081 Escape\InsetSpace ~
25082 characters Allows you to add non-standard characters that the spell
25083  checker should consider, e.g.
25084  German umlauts although you spell check English document.
25085  This should not normally be needed.
25086 \end_layout
25087
25088 \begin_layout Description
25089 Personal\InsetSpace ~
25090 dictionary to use a different file than the spell checker's default
25091  choice as your personal dictionary
25092 \end_layout
25093
25094 \begin_layout Description
25095 Accept\InsetSpace ~
25096 compound\InsetSpace ~
25097 words Prevent the spell checker from complaining about compounded
25098  words like 
25099 \begin_inset Quotes eld
25100 \end_inset
25101
25102 passthrough
25103 \begin_inset Quotes erd
25104 \end_inset
25105
25106 .
25107 \end_layout
25108
25109 \begin_layout Description
25110 Use\InsetSpace ~
25111 input\InsetSpace ~
25112 encoding Uses the document encoding that is set in the 
25113 \family sans
25114 Document\SpecialChar \menuseparator
25115 Settings
25116 \family default
25117  dialog under 
25118 \family sans
25119 Language
25120 \family default
25121  also for the spellchecker.
25122 \begin_inset Foot
25123 status collapsed
25124
25125 \begin_layout Standard
25126 The encodings are explained in section\InsetSpace ~
25127
25128 \begin_inset LatexCommand ref
25129 reference "sub:Settings"
25130
25131 \end_inset
25132
25133 .
25134 \end_layout
25135
25136 \end_inset
25137
25138  Only enable this if you use 
25139 \family typewriter
25140 ispell
25141 \family default
25142  and can't spell check words with international letters in them.
25143  There have been reports that this does not work with all dictionaries,
25144  so this is disabled by default.
25145 \end_layout
25146
25147 \begin_layout Section
25148 Thesaurus
25149 \begin_inset LatexCommand index
25150 name "Thesaurus"
25151
25152 \end_inset
25153
25154
25155 \begin_inset LatexCommand label
25156 name "sec:Thesaurus"
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 Thesaurus currently only works when you use the document language English.
25165 \end_layout
25166
25167 \begin_layout Standard
25168 To start the thesaurus, highlight one word or set the cursor behind it,
25169  and use the menu 
25170 \family sans
25171 Tools\SpecialChar \menuseparator
25172 Thesaurus
25173 \family default
25174  or the toolbar button 
25175 \begin_inset Graphics
25176         filename ../images/thesaurus-entry.png
25177         BoundingBox 0bp 5bp 20bp 25bp
25178         rotateOrigin center
25179
25180 \end_inset
25181
25182 .
25183  A dialog pops up showing you probably related words that you can use as
25184  replacement.
25185 \end_layout
25186
25187 \begin_layout Standard
25188 The shown related words are in many cases not really related to the word
25189  you are currently checking, scrolling in the shown list might help in some
25190  cases to find related words.
25191 \end_layout
25192
25193 \begin_layout Standard
25194 The thesaurus only works for single words, and also only when it is in the
25195  singular form.
25196  For example starting the thesaurus with the word 
25197 \begin_inset Quotes eld
25198 \end_inset
25199
25200 reports
25201 \begin_inset Quotes erd
25202 \end_inset
25203
25204  leads to no results, while results are shown for the word 
25205 \begin_inset Quotes eld
25206 \end_inset
25207
25208 report
25209 \begin_inset Quotes erd
25210 \end_inset
25211
25212 .
25213  To avoid this, you can highlight only the part 
25214 \begin_inset Quotes eld
25215 \end_inset
25216
25217 report
25218 \begin_inset Quotes erd
25219 \end_inset
25220
25221  of the word 
25222 \begin_inset Quotes eld
25223 \end_inset
25224
25225 reports
25226 \begin_inset Quotes erd
25227 \end_inset
25228
25229  to get results.
25230 \end_layout
25231
25232 \begin_layout Section
25233 Change Tracking
25234 \begin_inset LatexCommand index
25235 name "Change Tracking"
25236
25237 \end_inset
25238
25239
25240 \begin_inset LatexCommand index
25241 name "Document ! Change Tracking"
25242
25243 \end_inset
25244
25245
25246 \begin_inset LatexCommand label
25247 name "sec:Change-Tracking"
25248
25249 \end_inset
25250
25251
25252 \end_layout
25253
25254 \begin_layout Standard
25255 When you work on a document together with many people it is extremely useful
25256  to see changes others made highlighted in the document.
25257  You can then decide if you accept a change or not.
25258  This can be achieved by turning on change tracking in the menu 
25259 \family sans
25260 Document\SpecialChar \menuseparator
25261 Change\InsetSpace ~
25262 Tracking\SpecialChar \menuseparator
25263 Track\InsetSpace ~
25264 Changes
25265 \family default
25266 .
25267 \end_layout
25268
25269 \begin_layout Standard
25270 Changes made in the document will then be highlighted by colors: 
25271 \color blue
25272 Blue text
25273 \color inherit
25274  is an addition, 
25275 \color red
25276 red canceled text
25277 \color inherit
25278  is a deletion.
25279  You can change the color in LyX's preferences dialog under 
25280 \family sans
25281 Look\InsetSpace ~
25282 and\InsetSpace ~
25283 feel
25284 \family default
25285
25286 \family sans
25287 Colors
25288 \family default
25289 .
25290 \begin_inset LatexCommand index
25291 name "Color ! LyX screen"
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 When change tracking is activated, you will see the review toolbar in LyX:
25300 \begin_inset LatexCommand index
25301 name "Toolbar ! Review"
25302
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \begin_layout Standard
25309 \begin_inset VSpace defskip
25310 \end_inset
25311
25312
25313 \end_layout
25314
25315 \begin_layout Standard
25316 \begin_inset Graphics
25317         filename clipart/ChangesToolbar.png
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Standard
25325 \begin_inset VSpace defskip
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \begin_layout Standard
25332 The review toolbar as shown above contains from left to right the following
25333  buttons:
25334 \end_layout
25335
25336 \begin_layout Standard
25337 \begin_inset VSpace defskip
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \begin_layout Standard
25344 \begin_inset Tabular
25345 <lyxtabular version="3" rows="10" columns="2">
25346 <features islongtable="true">
25347 <column alignment="left" valignment="top" width="0">
25348 <column alignment="left" valignment="top" width="0">
25349 <row interlinespace="2.5mm">
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Standard
25354 \begin_inset Graphics
25355         filename ../images/changes-track.png
25356         BoundingBox 0bp 5bp 20bp 25bp
25357         rotateOrigin center
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Standard
25370
25371 \family sans
25372 Document\SpecialChar \menuseparator
25373 Change\InsetSpace ~
25374 Tracking\SpecialChar \menuseparator
25375 Track\InsetSpace ~
25376 Changes
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 </row>
25382 <row interlinespace="2.5mm">
25383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25384 \begin_inset Text
25385
25386 \begin_layout Standard
25387 \begin_inset Graphics
25388         filename ../images/changes-output.png
25389         BoundingBox 0bp 5bp 20bp 25bp
25390         rotateOrigin center
25391
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Standard
25403
25404 \family sans
25405 Document\SpecialChar \menuseparator
25406 Change\InsetSpace ~
25407 Tracking\SpecialChar \menuseparator
25408 Show\InsetSpace ~
25409 Changes\InsetSpace ~
25410 in\InsetSpace ~
25411 Output
25412 \end_layout
25413
25414 \end_inset
25415 </cell>
25416 </row>
25417 <row interlinespace="2.5mm">
25418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Standard
25422 \begin_inset Graphics
25423         filename ../images/change-next.png
25424         BoundingBox 0bp 5bp 20bp 25bp
25425         rotateOrigin center
25426
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Standard
25438 Jumps to the next change
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 </row>
25444 <row interlinespace="2.5mm">
25445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Standard
25449 \begin_inset Graphics
25450         filename ../images/change-accept.png
25451         BoundingBox 0bp 5bp 20bp 25bp
25452         rotateOrigin center
25453
25454 \end_inset
25455
25456
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Standard
25465
25466 \family sans
25467 Document\SpecialChar \menuseparator
25468 Change\InsetSpace ~
25469 Tracking\SpecialChar \menuseparator
25470 Accept\InsetSpace ~
25471 Change
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 </row>
25477 <row interlinespace="2.5mm">
25478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Standard
25482 \begin_inset Graphics
25483         filename ../images/change-reject.png
25484         BoundingBox 0bp 5bp 20bp 25bp
25485         rotateOrigin center
25486
25487 \end_inset
25488
25489
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Standard
25498
25499 \family sans
25500 Document\SpecialChar \menuseparator
25501 Change\InsetSpace ~
25502 Tracking\SpecialChar \menuseparator
25503 Reject\InsetSpace ~
25504 Change
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 </row>
25510 <row interlinespace="2.5mm">
25511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Standard
25515 \begin_inset Graphics
25516         filename ../images/changes-merge.png
25517         BoundingBox 0bp 5bp 20bp 25bp
25518         rotateOrigin center
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Standard
25531
25532 \family sans
25533 Document\SpecialChar \menuseparator
25534 Change\InsetSpace ~
25535 Tracking\SpecialChar \menuseparator
25536 Merge\InsetSpace ~
25537 Changes
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 </row>
25543 <row interlinespace="2.5mm">
25544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25545 \begin_inset Text
25546
25547 \begin_layout Standard
25548 \begin_inset Graphics
25549         filename ../images/all-changes-accept.png
25550         BoundingBox 0bp 5bp 20bp 25bp
25551         rotateOrigin center
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Standard
25564
25565 \family sans
25566 Document\SpecialChar \menuseparator
25567 Change\InsetSpace ~
25568 Tracking\SpecialChar \menuseparator
25569 Accept\InsetSpace ~
25570 All\InsetSpace ~
25571 Changes
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 </row>
25577 <row interlinespace="2.5mm">
25578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Standard
25582 \begin_inset Graphics
25583         filename ../images/all-changes-reject.png
25584         BoundingBox 0bp 5bp 20bp 25bp
25585         rotateOrigin center
25586
25587 \end_inset
25588
25589
25590 \end_layout
25591
25592 \end_inset
25593 </cell>
25594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Standard
25598
25599 \family sans
25600 Document\SpecialChar \menuseparator
25601 Change\InsetSpace ~
25602 Tracking\SpecialChar \menuseparator
25603 Reject\InsetSpace ~
25604 All\InsetSpace ~
25605 Changes
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 </row>
25611 <row interlinespace="2.5mm">
25612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Standard
25616 \begin_inset Graphics
25617         filename ../images/note-insert.png
25618         BoundingBox 0bp 5bp 20bp 25bp
25619         rotateOrigin center
25620
25621 \end_inset
25622
25623
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25629 \begin_inset Text
25630
25631 \begin_layout Standard
25632
25633 \family sans
25634 Insert\SpecialChar \menuseparator
25635 Note\SpecialChar \menuseparator
25636 LyX\InsetSpace ~
25637 Note
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 </row>
25643 <row interlinespace="2.5mm">
25644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Standard
25648 \begin_inset Graphics
25649         filename ../images/note-next.png
25650         BoundingBox 0bp 5bp 20bp 25bp
25651         rotateOrigin center
25652
25653 \end_inset
25654
25655
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25661 \begin_inset Text
25662
25663 \begin_layout Standard
25664
25665 \family sans
25666 Navigate\SpecialChar \menuseparator
25667 Next\InsetSpace ~
25668 Note
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 </row>
25674 </lyxtabular>
25675
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \begin_layout Standard
25682 \begin_inset VSpace defskip
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \begin_layout Standard
25689 The review toolbar helps you to accept, reject, or merge changes -- highlight
25690  the change and press one of the desired toolbar buttons.
25691  When you merge changes, a window pops up showing you informations about
25692  the next change behind the current cursor position.
25693  So you don't need to highlight a certain change.
25694  Within the merge window you can decide to accept or reject changes and
25695  step to the next change.
25696  This way you can jump through all changes of the document.
25697 \end_layout
25698
25699 \begin_layout Standard
25700 The toolbar has two buttons to handle notes because notes are often important
25701  to describe a change.
25702 \end_layout
25703
25704 \begin_layout Standard
25705 To show made changes in the output you need the LaTeX package 
25706 \series bold
25707 dvipost
25708 \begin_inset LatexCommand index
25709 name "LaTeX-packages ! dvipost"
25710
25711 \end_inset
25712
25713
25714 \series default
25715  installed.
25716  You find it in the TeX Catalogue, 
25717 \begin_inset LatexCommand cite
25718 key "TeXCatalogue"
25719
25720 \end_inset
25721
25722  or in the package manager of your LaTeX-system.
25723 \end_layout
25724
25725 \begin_layout Section
25726 International Support
25727 \begin_inset LatexCommand index
25728 name "International support"
25729
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \begin_layout Standard
25736 This section describes how to use LyX with any language you want.
25737  For some non-western languages there are special Wiki-pages that explain
25738  how to set up LyX to use them: 
25739 \begin_inset LatexCommand cite
25740 key "Arabic,Armenian,Farsi,Hebrew"
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \begin_layout Standard
25748 Besides languages, LyX also supports phonetic symbols, see section\InsetSpace ~
25749
25750 \begin_inset LatexCommand ref
25751 reference "sub:Special-Character"
25752
25753 \end_inset
25754
25755 .
25756 \end_layout
25757
25758 \begin_layout Subsection
25759 Language Options
25760 \begin_inset LatexCommand index
25761 name "Language ! Options"
25762
25763 \end_inset
25764
25765
25766 \begin_inset LatexCommand index
25767 name "Document ! Settings"
25768
25769 \end_inset
25770
25771
25772 \begin_inset LatexCommand index
25773 name "Document ! Language"
25774
25775 \end_inset
25776
25777
25778 \end_layout
25779
25780 \begin_layout Standard
25781 The 
25782 \family sans
25783 Document\SpecialChar \menuseparator
25784 Settings
25785 \family default
25786  dialog lets you set 
25787 \family roman
25788 the language and character encoding for your language.
25789  
25790 \end_layout
25791
25792 \begin_layout Standard
25793 Choose your language in the 
25794 \family sans
25795 Language
25796 \family default
25797  section of this dialog.
25798  The default is 
25799 \family sans
25800 English
25801 \family default
25802 .
25803 \end_layout
25804
25805 \begin_layout Standard
25806 The 
25807 \family sans
25808 Encoding
25809 \family default
25810  box lets you choose the character encoding map you want to use for LaTeX
25811  export.
25812  The option 
25813 \family sans
25814 use language's default encoding
25815 \family default
25816  is the preferred choice and works well in most cases.
25817  For details abhout the different encoding options see section\InsetSpace ~
25818
25819 \begin_inset LatexCommand ref
25820 reference "sub:Settings"
25821
25822 \end_inset
25823
25824 .
25825 \end_layout
25826
25827 \begin_layout Subsection
25828 Keyboard mapping configuration
25829 \end_layout
25830
25831 \begin_layout Standard
25832 If you have for example a U.S.-style keyboard and want to write in a different
25833  language than English, you can use an alternate keymap.
25834  For example, if you have a U.S.-style keyboard but want to write in Italian,
25835  you can configure LyX to use an Italian keymap.
25836  The preferences dialog allows you to choose up to two keyboard mappings,
25837  see section\InsetSpace ~
25838
25839 \begin_inset LatexCommand ref
25840 reference "sub:Keyboard-Map"
25841
25842 \end_inset
25843
25844 .
25845  You can choose primary and secondary keyboard languages and then select
25846  which one you want to use.
25847 \end_layout
25848
25849 \begin_layout Standard
25850 Finally, you may just want to change a few key mappings or create an entirely
25851  different keymap (for Vulcan, for instance).
25852  You may, for example, normally write in Italian on a U.S.
25853  keyboard but want to include an occasional quotation in German.
25854  In such a case, you can write your own keyboard mapping or modify an existing
25855  one to support the characters you want.
25856  This and much more customizations are explained in the 
25857 \emph on
25858 Customization
25859 \emph default
25860  manual.
25861 \end_layout
25862
25863 \begin_layout Subsection
25864 Character Tables
25865 \begin_inset LatexCommand label
25866 name "sec:keytab"
25867
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \begin_layout Standard
25874 Table\InsetSpace ~
25875
25876 \begin_inset LatexCommand ref
25877 reference "cap:The-latin1-character"
25878
25879 \end_inset
25880
25881  shows the 
25882 \family typewriter
25883 Latin1
25884 \family default
25885  character set.
25886  You should be able to enter the characters in the first eight columns directly
25887  from the keyboard.
25888 \end_layout
25889
25890 \begin_layout Standard
25891 There are a few things you need to know about this table.
25892  Here are some of the details you'll need to bear in mind when using characters
25893  from the 
25894 \family typewriter
25895 Latin1
25896 \family default
25897  character set:
25898 \end_layout
25899
25900 \begin_layout Itemize
25901 Even if you have selected 
25902 \family sans
25903 latin1
25904 \family default
25905  in the 
25906 \family sans
25907 Document\SpecialChar \menuseparator
25908 Settings
25909 \family default
25910  dialog, users who have only the 
25911 \family typewriter
25912 T1
25913 \family default
25914 -fonts for LaTeX [or who have the 
25915 \family typewriter
25916 T1
25917 \family default
25918 -fonts but aren't using them] will still miss a few characters: D0, F0,
25919  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
25920  french quotes won't show up.
25921 \end_layout
25922
25923 \begin_layout Standard
25924 \begin_inset Float table
25925 wide false
25926 sideways false
25927 status open
25928
25929 \begin_layout Standard
25930 \begin_inset Caption
25931
25932 \begin_layout Standard
25933 \begin_inset LatexCommand label
25934 name "cap:The-latin1-character"
25935
25936 \end_inset
25937
25938 The 
25939 \family typewriter
25940 latin1
25941 \family default
25942  character set
25943 \end_layout
25944
25945 \end_inset
25946
25947
25948 \end_layout
25949
25950 \begin_layout Standard
25951 \align center
25952 \begin_inset Tabular
25953 <lyxtabular version="3" rows="17" columns="17">
25954 <features>
25955 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25956 <column alignment="center" valignment="top" leftline="true" width="0pt">
25957 <column alignment="center" valignment="top" leftline="true" width="0pt">
25958 <column alignment="center" valignment="top" leftline="true" width="0pt">
25959 <column alignment="center" valignment="top" leftline="true" width="0pt">
25960 <column alignment="center" valignment="top" leftline="true" width="0pt">
25961 <column alignment="center" valignment="top" leftline="true" width="0pt">
25962 <column alignment="center" valignment="top" leftline="true" width="0pt">
25963 <column alignment="center" valignment="top" leftline="true" width="0pt">
25964 <column alignment="center" valignment="top" leftline="true" width="0pt">
25965 <column alignment="center" valignment="top" leftline="true" width="0pt">
25966 <column alignment="center" valignment="top" leftline="true" width="0pt">
25967 <column alignment="center" valignment="top" leftline="true" width="0pt">
25968 <column alignment="center" valignment="top" leftline="true" width="0pt">
25969 <column alignment="center" valignment="top" leftline="true" width="0pt">
25970 <column alignment="center" valignment="top" leftline="true" width="0pt">
25971 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25972 <row topline="true" bottomline="true">
25973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Standard
25977
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Standard
25986
25987 \family roman
25988 \series medium
25989 \shape up
25990 \size tiny
25991 \emph off
25992 \bar no
25993 \noun off
25994 \color none
25995 00
25996 \end_layout
25997
25998 \end_inset
25999 </cell>
26000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Standard
26004
26005 \family roman
26006 \series medium
26007 \shape up
26008 \size tiny
26009 \emph off
26010 \bar no
26011 \noun off
26012 \color none
26013 10
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26019 \begin_inset Text
26020
26021 \begin_layout Standard
26022
26023 \family roman
26024 \series medium
26025 \shape up
26026 \size tiny
26027 \emph off
26028 \bar no
26029 \noun off
26030 \color none
26031 20
26032 \end_layout
26033
26034 \end_inset
26035 </cell>
26036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Standard
26040
26041 \family roman
26042 \series medium
26043 \shape up
26044 \size tiny
26045 \emph off
26046 \bar no
26047 \noun off
26048 \color none
26049 30
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Standard
26058
26059 \family roman
26060 \series medium
26061 \shape up
26062 \size tiny
26063 \emph off
26064 \bar no
26065 \noun off
26066 \color none
26067 40
26068 \end_layout
26069
26070 \end_inset
26071 </cell>
26072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26073 \begin_inset Text
26074
26075 \begin_layout Standard
26076
26077 \family roman
26078 \series medium
26079 \shape up
26080 \size tiny
26081 \emph off
26082 \bar no
26083 \noun off
26084 \color none
26085 50
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26091 \begin_inset Text
26092
26093 \begin_layout Standard
26094
26095 \family roman
26096 \series medium
26097 \shape up
26098 \size tiny
26099 \emph off
26100 \bar no
26101 \noun off
26102 \color none
26103 60
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
26108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Standard
26112
26113 \family roman
26114 \series medium
26115 \shape up
26116 \size tiny
26117 \emph off
26118 \bar no
26119 \noun off
26120 \color none
26121 70
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Standard
26130
26131 \family roman
26132 \series medium
26133 \shape up
26134 \size tiny
26135 \emph off
26136 \bar no
26137 \noun off
26138 \color none
26139 80
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Standard
26148
26149 \family roman
26150 \series medium
26151 \shape up
26152 \size tiny
26153 \emph off
26154 \bar no
26155 \noun off
26156 \color none
26157 90
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Standard
26166
26167 \family roman
26168 \series medium
26169 \shape up
26170 \size tiny
26171 \emph off
26172 \bar no
26173 \noun off
26174 \color none
26175 A0
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26181 \begin_inset Text
26182
26183 \begin_layout Standard
26184
26185 \family roman
26186 \series medium
26187 \shape up
26188 \size tiny
26189 \emph off
26190 \bar no
26191 \noun off
26192 \color none
26193 B0
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26199 \begin_inset Text
26200
26201 \begin_layout Standard
26202
26203 \family roman
26204 \series medium
26205 \shape up
26206 \size tiny
26207 \emph off
26208 \bar no
26209 \noun off
26210 \color none
26211 C0
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Standard
26220
26221 \family roman
26222 \series medium
26223 \shape up
26224 \size tiny
26225 \emph off
26226 \bar no
26227 \noun off
26228 \color none
26229 D0
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Standard
26238
26239 \family roman
26240 \series medium
26241 \shape up
26242 \size tiny
26243 \emph off
26244 \bar no
26245 \noun off
26246 \color none
26247 E0
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Standard
26256
26257 \family roman
26258 \series medium
26259 \shape up
26260 \size tiny
26261 \emph off
26262 \bar no
26263 \noun off
26264 \color none
26265 F0
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 </row>
26271 <row topline="true">
26272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Standard
26276
26277 \family roman
26278 \series medium
26279 \shape up
26280 \size tiny
26281 \emph off
26282 \bar no
26283 \noun off
26284 \color none
26285 00
26286 \end_layout
26287
26288 \end_inset
26289 </cell>
26290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Standard
26294
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Standard
26303
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Standard
26312
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Standard
26321
26322 \family roman
26323 \series medium
26324 \shape up
26325 \emph off
26326 \bar no
26327 \noun off
26328 \color none
26329 0
26330 \end_layout
26331
26332 \end_inset
26333 </cell>
26334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Standard
26338
26339 \family roman
26340 \series medium
26341 \shape up
26342 \emph off
26343 \bar no
26344 \noun off
26345 \color none
26346 @
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Standard
26355
26356 \family roman
26357 \series medium
26358 \shape up
26359 \emph off
26360 \bar no
26361 \noun off
26362 \color none
26363 P
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Standard
26372
26373 \family roman
26374 \series medium
26375 \shape up
26376 \emph off
26377 \bar no
26378 \noun off
26379 \color none
26380 '
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Standard
26389
26390 \family roman
26391 \series medium
26392 \shape up
26393 \emph off
26394 \bar no
26395 \noun off
26396 \color none
26397 p
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Standard
26406
26407 \end_layout
26408
26409 \end_inset
26410 </cell>
26411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Standard
26415
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Standard
26424
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Standard
26433
26434 \family roman
26435 \series medium
26436 \shape up
26437 \emph off
26438 \bar no
26439 \noun off
26440 \color none
26441 °
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26447 \begin_inset Text
26448
26449 \begin_layout Standard
26450
26451 \family roman
26452 \series medium
26453 \shape up
26454 \emph off
26455 \bar no
26456 \noun off
26457 \color none
26458 À
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Standard
26467
26468 \family roman
26469 \series medium
26470 \shape up
26471 \emph off
26472 \bar no
26473 \noun off
26474 \color none
26475 Ð
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Standard
26484
26485 \family roman
26486 \series medium
26487 \shape up
26488 \emph off
26489 \bar no
26490 \noun off
26491 \color none
26492 à
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Standard
26501
26502 \family roman
26503 \series medium
26504 \shape up
26505 \emph off
26506 \bar no
26507 \noun off
26508 \color none
26509 ð
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 </row>
26515 <row topline="true">
26516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Standard
26520
26521 \family roman
26522 \series medium
26523 \shape up
26524 \size tiny
26525 \emph off
26526 \bar no
26527 \noun off
26528 \color none
26529 01
26530 \end_layout
26531
26532 \end_inset
26533 </cell>
26534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26535 \begin_inset Text
26536
26537 \begin_layout Standard
26538
26539 \end_layout
26540
26541 \end_inset
26542 </cell>
26543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26544 \begin_inset Text
26545
26546 \begin_layout Standard
26547
26548 \end_layout
26549
26550 \end_inset
26551 </cell>
26552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Standard
26556
26557 \family roman
26558 \series medium
26559 \shape up
26560 \emph off
26561 \bar no
26562 \noun off
26563 \color none
26564 !
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Standard
26573
26574 \family roman
26575 \series medium
26576 \shape up
26577 \emph off
26578 \bar no
26579 \noun off
26580 \color none
26581 1
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Standard
26590
26591 \family roman
26592 \series medium
26593 \shape up
26594 \emph off
26595 \bar no
26596 \noun off
26597 \color none
26598 A
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Standard
26607
26608 \family roman
26609 \series medium
26610 \shape up
26611 \emph off
26612 \bar no
26613 \noun off
26614 \color none
26615 Q
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Standard
26624
26625 \family roman
26626 \series medium
26627 \shape up
26628 \emph off
26629 \bar no
26630 \noun off
26631 \color none
26632 a
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Standard
26641
26642 \family roman
26643 \series medium
26644 \shape up
26645 \emph off
26646 \bar no
26647 \noun off
26648 \color none
26649 q
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Standard
26658
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Standard
26667
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Standard
26676
26677 \family roman
26678 \series medium
26679 \shape up
26680 \emph off
26681 \bar no
26682 \noun off
26683 \color none
26684 ¡
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Standard
26693
26694 \family roman
26695 \series medium
26696 \shape up
26697 \emph off
26698 \bar no
26699 \noun off
26700 \color none
26701 ±
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26707 \begin_inset Text
26708
26709 \begin_layout Standard
26710
26711 \family roman
26712 \series medium
26713 \shape up
26714 \emph off
26715 \bar no
26716 \noun off
26717 \color none
26718 Á
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Standard
26727
26728 \family roman
26729 \series medium
26730 \shape up
26731 \emph off
26732 \bar no
26733 \noun off
26734 \color none
26735 Ñ
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26741 \begin_inset Text
26742
26743 \begin_layout Standard
26744
26745 \family roman
26746 \series medium
26747 \shape up
26748 \emph off
26749 \bar no
26750 \noun off
26751 \color none
26752 á
26753 \end_layout
26754
26755 \end_inset
26756 </cell>
26757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Standard
26761
26762 \family roman
26763 \series medium
26764 \shape up
26765 \emph off
26766 \bar no
26767 \noun off
26768 \color none
26769 ñ
26770 \end_layout
26771
26772 \end_inset
26773 </cell>
26774 </row>
26775 <row topline="true">
26776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Standard
26780
26781 \family roman
26782 \series medium
26783 \shape up
26784 \size tiny
26785 \emph off
26786 \bar no
26787 \noun off
26788 \color none
26789 02
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Standard
26798
26799 \end_layout
26800
26801 \end_inset
26802 </cell>
26803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26804 \begin_inset Text
26805
26806 \begin_layout Standard
26807
26808 \end_layout
26809
26810 \end_inset
26811 </cell>
26812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26813 \begin_inset Text
26814
26815 \begin_layout Standard
26816
26817 \family roman
26818 \series medium
26819 \shape up
26820 \emph off
26821 \bar no
26822 \noun off
26823 \color none
26824 \begin_inset Quotes eld
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Standard
26836
26837 \family roman
26838 \series medium
26839 \shape up
26840 \emph off
26841 \bar no
26842 \noun off
26843 \color none
26844 2
26845 \end_layout
26846
26847 \end_inset
26848 </cell>
26849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Standard
26853
26854 \family roman
26855 \series medium
26856 \shape up
26857 \emph off
26858 \bar no
26859 \noun off
26860 \color none
26861 B
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26867 \begin_inset Text
26868
26869 \begin_layout Standard
26870
26871 \family roman
26872 \series medium
26873 \shape up
26874 \emph off
26875 \bar no
26876 \noun off
26877 \color none
26878 R
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Standard
26887
26888 \family roman
26889 \series medium
26890 \shape up
26891 \emph off
26892 \bar no
26893 \noun off
26894 \color none
26895 b
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26901 \begin_inset Text
26902
26903 \begin_layout Standard
26904
26905 \family roman
26906 \series medium
26907 \shape up
26908 \emph off
26909 \bar no
26910 \noun off
26911 \color none
26912 r
26913 \end_layout
26914
26915 \end_inset
26916 </cell>
26917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26918 \begin_inset Text
26919
26920 \begin_layout Standard
26921
26922 \end_layout
26923
26924 \end_inset
26925 </cell>
26926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26927 \begin_inset Text
26928
26929 \begin_layout Standard
26930
26931 \end_layout
26932
26933 \end_inset
26934 </cell>
26935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Standard
26939 ¢
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Standard
26948
26949 \family roman
26950 \series medium
26951 \shape up
26952 \emph off
26953 \bar no
26954 \noun off
26955 \color none
26956 ²
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Standard
26965
26966 \family roman
26967 \series medium
26968 \shape up
26969 \emph off
26970 \bar no
26971 \noun off
26972 \color none
26973 Â
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Standard
26982
26983 \family roman
26984 \series medium
26985 \shape up
26986 \emph off
26987 \bar no
26988 \noun off
26989 \color none
26990 Ò
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Standard
26999
27000 \family roman
27001 \series medium
27002 \shape up
27003 \emph off
27004 \bar no
27005 \noun off
27006 \color none
27007 â
27008 \end_layout
27009
27010 \end_inset
27011 </cell>
27012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Standard
27016
27017 \family roman
27018 \series medium
27019 \shape up
27020 \emph off
27021 \bar no
27022 \noun off
27023 \color none
27024 ò
27025 \end_layout
27026
27027 \end_inset
27028 </cell>
27029 </row>
27030 <row topline="true">
27031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27032 \begin_inset Text
27033
27034 \begin_layout Standard
27035
27036 \family roman
27037 \series medium
27038 \shape up
27039 \size tiny
27040 \emph off
27041 \bar no
27042 \noun off
27043 \color none
27044 03
27045 \end_layout
27046
27047 \end_inset
27048 </cell>
27049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27050 \begin_inset Text
27051
27052 \begin_layout Standard
27053
27054 \end_layout
27055
27056 \end_inset
27057 </cell>
27058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27059 \begin_inset Text
27060
27061 \begin_layout Standard
27062
27063 \end_layout
27064
27065 \end_inset
27066 </cell>
27067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27068 \begin_inset Text
27069
27070 \begin_layout Standard
27071
27072 \family roman
27073 \series medium
27074 \shape up
27075 \emph off
27076 \bar no
27077 \noun off
27078 \color none
27079 #
27080 \end_layout
27081
27082 \end_inset
27083 </cell>
27084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27085 \begin_inset Text
27086
27087 \begin_layout Standard
27088
27089 \family roman
27090 \series medium
27091 \shape up
27092 \emph off
27093 \bar no
27094 \noun off
27095 \color none
27096 3
27097 \end_layout
27098
27099 \end_inset
27100 </cell>
27101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27102 \begin_inset Text
27103
27104 \begin_layout Standard
27105
27106 \family roman
27107 \series medium
27108 \shape up
27109 \emph off
27110 \bar no
27111 \noun off
27112 \color none
27113 C
27114 \end_layout
27115
27116 \end_inset
27117 </cell>
27118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27119 \begin_inset Text
27120
27121 \begin_layout Standard
27122
27123 \family roman
27124 \series medium
27125 \shape up
27126 \emph off
27127 \bar no
27128 \noun off
27129 \color none
27130 S
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27136 \begin_inset Text
27137
27138 \begin_layout Standard
27139
27140 \family roman
27141 \series medium
27142 \shape up
27143 \emph off
27144 \bar no
27145 \noun off
27146 \color none
27147 c
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27153 \begin_inset Text
27154
27155 \begin_layout Standard
27156
27157 \family roman
27158 \series medium
27159 \shape up
27160 \emph off
27161 \bar no
27162 \noun off
27163 \color none
27164 s
27165 \end_layout
27166
27167 \end_inset
27168 </cell>
27169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27170 \begin_inset Text
27171
27172 \begin_layout Standard
27173
27174 \end_layout
27175
27176 \end_inset
27177 </cell>
27178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27179 \begin_inset Text
27180
27181 \begin_layout Standard
27182
27183 \end_layout
27184
27185 \end_inset
27186 </cell>
27187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27188 \begin_inset Text
27189
27190 \begin_layout Standard
27191
27192 \family roman
27193 \series medium
27194 \shape up
27195 \emph off
27196 \bar no
27197 \noun off
27198 \color none
27199 £
27200 \end_layout
27201
27202 \end_inset
27203 </cell>
27204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27205 \begin_inset Text
27206
27207 \begin_layout Standard
27208
27209 \family roman
27210 \series medium
27211 \shape up
27212 \emph off
27213 \bar no
27214 \noun off
27215 \color none
27216 ³
27217 \end_layout
27218
27219 \end_inset
27220 </cell>
27221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27222 \begin_inset Text
27223
27224 \begin_layout Standard
27225
27226 \family roman
27227 \series medium
27228 \shape up
27229 \emph off
27230 \bar no
27231 \noun off
27232 \color none
27233 Ã
27234 \end_layout
27235
27236 \end_inset
27237 </cell>
27238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27239 \begin_inset Text
27240
27241 \begin_layout Standard
27242
27243 \family roman
27244 \series medium
27245 \shape up
27246 \emph off
27247 \bar no
27248 \noun off
27249 \color none
27250 Ó
27251 \end_layout
27252
27253 \end_inset
27254 </cell>
27255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27256 \begin_inset Text
27257
27258 \begin_layout Standard
27259
27260 \family roman
27261 \series medium
27262 \shape up
27263 \emph off
27264 \bar no
27265 \noun off
27266 \color none
27267 ã
27268 \end_layout
27269
27270 \end_inset
27271 </cell>
27272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27273 \begin_inset Text
27274
27275 \begin_layout Standard
27276
27277 \family roman
27278 \series medium
27279 \shape up
27280 \emph off
27281 \bar no
27282 \noun off
27283 \color none
27284 ó
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 </row>
27290 <row topline="true">
27291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27292 \begin_inset Text
27293
27294 \begin_layout Standard
27295
27296 \family roman
27297 \series medium
27298 \shape up
27299 \size tiny
27300 \emph off
27301 \bar no
27302 \noun off
27303 \color none
27304 04
27305 \end_layout
27306
27307 \end_inset
27308 </cell>
27309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27310 \begin_inset Text
27311
27312 \begin_layout Standard
27313
27314 \end_layout
27315
27316 \end_inset
27317 </cell>
27318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27319 \begin_inset Text
27320
27321 \begin_layout Standard
27322
27323 \end_layout
27324
27325 \end_inset
27326 </cell>
27327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27328 \begin_inset Text
27329
27330 \begin_layout Standard
27331
27332 \family roman
27333 \series medium
27334 \shape up
27335 \emph off
27336 \bar no
27337 \noun off
27338 \color none
27339 $
27340 \end_layout
27341
27342 \end_inset
27343 </cell>
27344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27345 \begin_inset Text
27346
27347 \begin_layout Standard
27348
27349 \family roman
27350 \series medium
27351 \shape up
27352 \emph off
27353 \bar no
27354 \noun off
27355 \color none
27356 4
27357 \end_layout
27358
27359 \end_inset
27360 </cell>
27361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27362 \begin_inset Text
27363
27364 \begin_layout Standard
27365
27366 \family roman
27367 \series medium
27368 \shape up
27369 \emph off
27370 \bar no
27371 \noun off
27372 \color none
27373 D
27374 \end_layout
27375
27376 \end_inset
27377 </cell>
27378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27379 \begin_inset Text
27380
27381 \begin_layout Standard
27382
27383 \family roman
27384 \series medium
27385 \shape up
27386 \emph off
27387 \bar no
27388 \noun off
27389 \color none
27390 T
27391 \end_layout
27392
27393 \end_inset
27394 </cell>
27395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27396 \begin_inset Text
27397
27398 \begin_layout Standard
27399
27400 \family roman
27401 \series medium
27402 \shape up
27403 \emph off
27404 \bar no
27405 \noun off
27406 \color none
27407 d
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27413 \begin_inset Text
27414
27415 \begin_layout Standard
27416
27417 \family roman
27418 \series medium
27419 \shape up
27420 \emph off
27421 \bar no
27422 \noun off
27423 \color none
27424 t
27425 \end_layout
27426
27427 \end_inset
27428 </cell>
27429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27430 \begin_inset Text
27431
27432 \begin_layout Standard
27433
27434 \end_layout
27435
27436 \end_inset
27437 </cell>
27438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27439 \begin_inset Text
27440
27441 \begin_layout Standard
27442
27443 \end_layout
27444
27445 \end_inset
27446 </cell>
27447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27448 \begin_inset Text
27449
27450 \begin_layout Standard
27451 ¤
27452 \end_layout
27453
27454 \end_inset
27455 </cell>
27456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27457 \begin_inset Text
27458
27459 \begin_layout Standard
27460
27461 \family roman
27462 \series medium
27463 \shape up
27464 \emph off
27465 \bar no
27466 \noun off
27467 \color none
27468 ´
27469 \end_layout
27470
27471 \end_inset
27472 </cell>
27473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Standard
27477
27478 \family roman
27479 \series medium
27480 \shape up
27481 \emph off
27482 \bar no
27483 \noun off
27484 \color none
27485 Ä
27486 \end_layout
27487
27488 \end_inset
27489 </cell>
27490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27491 \begin_inset Text
27492
27493 \begin_layout Standard
27494
27495 \family roman
27496 \series medium
27497 \shape up
27498 \emph off
27499 \bar no
27500 \noun off
27501 \color none
27502 Ô
27503 \end_layout
27504
27505 \end_inset
27506 </cell>
27507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27508 \begin_inset Text
27509
27510 \begin_layout Standard
27511
27512 \family roman
27513 \series medium
27514 \shape up
27515 \emph off
27516 \bar no
27517 \noun off
27518 \color none
27519 ä
27520 \end_layout
27521
27522 \end_inset
27523 </cell>
27524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Standard
27528
27529 \family roman
27530 \series medium
27531 \shape up
27532 \emph off
27533 \bar no
27534 \noun off
27535 \color none
27536 ô
27537 \end_layout
27538
27539 \end_inset
27540 </cell>
27541 </row>
27542 <row topline="true">
27543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Standard
27547
27548 \family roman
27549 \series medium
27550 \shape up
27551 \size tiny
27552 \emph off
27553 \bar no
27554 \noun off
27555 \color none
27556 05
27557 \end_layout
27558
27559 \end_inset
27560 </cell>
27561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Standard
27565
27566 \end_layout
27567
27568 \end_inset
27569 </cell>
27570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27571 \begin_inset Text
27572
27573 \begin_layout Standard
27574
27575 \end_layout
27576
27577 \end_inset
27578 </cell>
27579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27580 \begin_inset Text
27581
27582 \begin_layout Standard
27583
27584 \family roman
27585 \series medium
27586 \shape up
27587 \emph off
27588 \bar no
27589 \noun off
27590 \color none
27591 %
27592 \end_layout
27593
27594 \end_inset
27595 </cell>
27596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27597 \begin_inset Text
27598
27599 \begin_layout Standard
27600
27601 \family roman
27602 \series medium
27603 \shape up
27604 \emph off
27605 \bar no
27606 \noun off
27607 \color none
27608 5
27609 \end_layout
27610
27611 \end_inset
27612 </cell>
27613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27614 \begin_inset Text
27615
27616 \begin_layout Standard
27617
27618 \family roman
27619 \series medium
27620 \shape up
27621 \emph off
27622 \bar no
27623 \noun off
27624 \color none
27625 E
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27631 \begin_inset Text
27632
27633 \begin_layout Standard
27634
27635 \family roman
27636 \series medium
27637 \shape up
27638 \emph off
27639 \bar no
27640 \noun off
27641 \color none
27642 U
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Standard
27651
27652 \family roman
27653 \series medium
27654 \shape up
27655 \emph off
27656 \bar no
27657 \noun off
27658 \color none
27659 e
27660 \end_layout
27661
27662 \end_inset
27663 </cell>
27664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27665 \begin_inset Text
27666
27667 \begin_layout Standard
27668
27669 \family roman
27670 \series medium
27671 \shape up
27672 \emph off
27673 \bar no
27674 \noun off
27675 \color none
27676 u
27677 \end_layout
27678
27679 \end_inset
27680 </cell>
27681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27682 \begin_inset Text
27683
27684 \begin_layout Standard
27685
27686 \end_layout
27687
27688 \end_inset
27689 </cell>
27690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Standard
27694
27695 \end_layout
27696
27697 \end_inset
27698 </cell>
27699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27700 \begin_inset Text
27701
27702 \begin_layout Standard
27703 ¥
27704 \end_layout
27705
27706 \end_inset
27707 </cell>
27708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27709 \begin_inset Text
27710
27711 \begin_layout Standard
27712
27713 \family roman
27714 \series medium
27715 \shape up
27716 \emph off
27717 \bar no
27718 \noun off
27719 \color none
27720 µ
27721 \end_layout
27722
27723 \end_inset
27724 </cell>
27725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27726 \begin_inset Text
27727
27728 \begin_layout Standard
27729
27730 \family roman
27731 \series medium
27732 \shape up
27733 \emph off
27734 \bar no
27735 \noun off
27736 \color none
27737 Å
27738 \end_layout
27739
27740 \end_inset
27741 </cell>
27742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27743 \begin_inset Text
27744
27745 \begin_layout Standard
27746
27747 \family roman
27748 \series medium
27749 \shape up
27750 \emph off
27751 \bar no
27752 \noun off
27753 \color none
27754 Õ
27755 \end_layout
27756
27757 \end_inset
27758 </cell>
27759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27760 \begin_inset Text
27761
27762 \begin_layout Standard
27763
27764 \family roman
27765 \series medium
27766 \shape up
27767 \emph off
27768 \bar no
27769 \noun off
27770 \color none
27771 å
27772 \end_layout
27773
27774 \end_inset
27775 </cell>
27776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27777 \begin_inset Text
27778
27779 \begin_layout Standard
27780
27781 \family roman
27782 \series medium
27783 \shape up
27784 \emph off
27785 \bar no
27786 \noun off
27787 \color none
27788 õ
27789 \end_layout
27790
27791 \end_inset
27792 </cell>
27793 </row>
27794 <row topline="true">
27795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27796 \begin_inset Text
27797
27798 \begin_layout Standard
27799
27800 \family roman
27801 \series medium
27802 \shape up
27803 \size tiny
27804 \emph off
27805 \bar no
27806 \noun off
27807 \color none
27808 06
27809 \end_layout
27810
27811 \end_inset
27812 </cell>
27813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27814 \begin_inset Text
27815
27816 \begin_layout Standard
27817
27818 \end_layout
27819
27820 \end_inset
27821 </cell>
27822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27823 \begin_inset Text
27824
27825 \begin_layout Standard
27826
27827 \end_layout
27828
27829 \end_inset
27830 </cell>
27831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27832 \begin_inset Text
27833
27834 \begin_layout Standard
27835
27836 \family roman
27837 \series medium
27838 \shape up
27839 \emph off
27840 \bar no
27841 \noun off
27842 \color none
27843 &
27844 \end_layout
27845
27846 \end_inset
27847 </cell>
27848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27849 \begin_inset Text
27850
27851 \begin_layout Standard
27852
27853 \family roman
27854 \series medium
27855 \shape up
27856 \emph off
27857 \bar no
27858 \noun off
27859 \color none
27860 6
27861 \end_layout
27862
27863 \end_inset
27864 </cell>
27865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27866 \begin_inset Text
27867
27868 \begin_layout Standard
27869
27870 \family roman
27871 \series medium
27872 \shape up
27873 \emph off
27874 \bar no
27875 \noun off
27876 \color none
27877 F
27878 \end_layout
27879
27880 \end_inset
27881 </cell>
27882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27883 \begin_inset Text
27884
27885 \begin_layout Standard
27886
27887 \family roman
27888 \series medium
27889 \shape up
27890 \emph off
27891 \bar no
27892 \noun off
27893 \color none
27894 V
27895 \end_layout
27896
27897 \end_inset
27898 </cell>
27899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27900 \begin_inset Text
27901
27902 \begin_layout Standard
27903
27904 \family roman
27905 \series medium
27906 \shape up
27907 \emph off
27908 \bar no
27909 \noun off
27910 \color none
27911 f
27912 \end_layout
27913
27914 \end_inset
27915 </cell>
27916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27917 \begin_inset Text
27918
27919 \begin_layout Standard
27920
27921 \family roman
27922 \series medium
27923 \shape up
27924 \emph off
27925 \bar no
27926 \noun off
27927 \color none
27928 v
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27934 \begin_inset Text
27935
27936 \begin_layout Standard
27937
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Standard
27946
27947 \end_layout
27948
27949 \end_inset
27950 </cell>
27951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27952 \begin_inset Text
27953
27954 \begin_layout Standard
27955 ¦
27956 \end_layout
27957
27958 \end_inset
27959 </cell>
27960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27961 \begin_inset Text
27962
27963 \begin_layout Standard
27964
27965 \family roman
27966 \series medium
27967 \shape up
27968 \emph off
27969 \bar no
27970 \noun off
27971 \color none
27972
27973 \end_layout
27974
27975 \end_inset
27976 </cell>
27977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Standard
27981
27982 \family roman
27983 \series medium
27984 \shape up
27985 \emph off
27986 \bar no
27987 \noun off
27988 \color none
27989 Æ
27990 \end_layout
27991
27992 \end_inset
27993 </cell>
27994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27995 \begin_inset Text
27996
27997 \begin_layout Standard
27998
27999 \family roman
28000 \series medium
28001 \shape up
28002 \emph off
28003 \bar no
28004 \noun off
28005 \color none
28006 Ö
28007 \end_layout
28008
28009 \end_inset
28010 </cell>
28011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28012 \begin_inset Text
28013
28014 \begin_layout Standard
28015
28016 \family roman
28017 \series medium
28018 \shape up
28019 \emph off
28020 \bar no
28021 \noun off
28022 \color none
28023 æ
28024 \end_layout
28025
28026 \end_inset
28027 </cell>
28028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28029 \begin_inset Text
28030
28031 \begin_layout Standard
28032
28033 \family roman
28034 \series medium
28035 \shape up
28036 \emph off
28037 \bar no
28038 \noun off
28039 \color none
28040 ö
28041 \end_layout
28042
28043 \end_inset
28044 </cell>
28045 </row>
28046 <row topline="true">
28047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28048 \begin_inset Text
28049
28050 \begin_layout Standard
28051
28052 \family roman
28053 \series medium
28054 \shape up
28055 \size tiny
28056 \emph off
28057 \bar no
28058 \noun off
28059 \color none
28060 07
28061 \end_layout
28062
28063 \end_inset
28064 </cell>
28065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28066 \begin_inset Text
28067
28068 \begin_layout Standard
28069
28070 \end_layout
28071
28072 \end_inset
28073 </cell>
28074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28075 \begin_inset Text
28076
28077 \begin_layout Standard
28078
28079 \end_layout
28080
28081 \end_inset
28082 </cell>
28083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28084 \begin_inset Text
28085
28086 \begin_layout Standard
28087
28088 \family roman
28089 \series medium
28090 \shape up
28091 \emph off
28092 \bar no
28093 \noun off
28094 \color none
28095 `
28096 \end_layout
28097
28098 \end_inset
28099 </cell>
28100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28101 \begin_inset Text
28102
28103 \begin_layout Standard
28104
28105 \family roman
28106 \series medium
28107 \shape up
28108 \emph off
28109 \bar no
28110 \noun off
28111 \color none
28112 7
28113 \end_layout
28114
28115 \end_inset
28116 </cell>
28117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28118 \begin_inset Text
28119
28120 \begin_layout Standard
28121
28122 \family roman
28123 \series medium
28124 \shape up
28125 \emph off
28126 \bar no
28127 \noun off
28128 \color none
28129 G
28130 \end_layout
28131
28132 \end_inset
28133 </cell>
28134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28135 \begin_inset Text
28136
28137 \begin_layout Standard
28138
28139 \family roman
28140 \series medium
28141 \shape up
28142 \emph off
28143 \bar no
28144 \noun off
28145 \color none
28146 W
28147 \end_layout
28148
28149 \end_inset
28150 </cell>
28151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28152 \begin_inset Text
28153
28154 \begin_layout Standard
28155
28156 \family roman
28157 \series medium
28158 \shape up
28159 \emph off
28160 \bar no
28161 \noun off
28162 \color none
28163 g
28164 \end_layout
28165
28166 \end_inset
28167 </cell>
28168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28169 \begin_inset Text
28170
28171 \begin_layout Standard
28172
28173 \family roman
28174 \series medium
28175 \shape up
28176 \emph off
28177 \bar no
28178 \noun off
28179 \color none
28180 w
28181 \end_layout
28182
28183 \end_inset
28184 </cell>
28185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28186 \begin_inset Text
28187
28188 \begin_layout Standard
28189
28190 \end_layout
28191
28192 \end_inset
28193 </cell>
28194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28195 \begin_inset Text
28196
28197 \begin_layout Standard
28198
28199 \end_layout
28200
28201 \end_inset
28202 </cell>
28203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28204 \begin_inset Text
28205
28206 \begin_layout Standard
28207
28208 \family roman
28209 \series medium
28210 \shape up
28211 \emph off
28212 \bar no
28213 \noun off
28214 \color none
28215 §
28216 \end_layout
28217
28218 \end_inset
28219 </cell>
28220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28221 \begin_inset Text
28222
28223 \begin_layout Standard
28224
28225 \family roman
28226 \series medium
28227 \shape up
28228 \emph off
28229 \bar no
28230 \noun off
28231 \color none
28232 ·
28233 \end_layout
28234
28235 \end_inset
28236 </cell>
28237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28238 \begin_inset Text
28239
28240 \begin_layout Standard
28241
28242 \family roman
28243 \series medium
28244 \shape up
28245 \emph off
28246 \bar no
28247 \noun off
28248 \color none
28249 Ç
28250 \end_layout
28251
28252 \end_inset
28253 </cell>
28254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28255 \begin_inset Text
28256
28257 \begin_layout Standard
28258
28259 \family roman
28260 \series medium
28261 \shape up
28262 \emph off
28263 \bar no
28264 \noun off
28265 \color none
28266 ×
28267 \end_layout
28268
28269 \end_inset
28270 </cell>
28271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28272 \begin_inset Text
28273
28274 \begin_layout Standard
28275
28276 \family roman
28277 \series medium
28278 \shape up
28279 \emph off
28280 \bar no
28281 \noun off
28282 \color none
28283 ç
28284 \end_layout
28285
28286 \end_inset
28287 </cell>
28288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28289 \begin_inset Text
28290
28291 \begin_layout Standard
28292
28293 \family roman
28294 \series medium
28295 \shape up
28296 \emph off
28297 \bar no
28298 \noun off
28299 \color none
28300 ÷
28301 \end_layout
28302
28303 \end_inset
28304 </cell>
28305 </row>
28306 <row topline="true">
28307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28308 \begin_inset Text
28309
28310 \begin_layout Standard
28311
28312 \family roman
28313 \series medium
28314 \shape up
28315 \size tiny
28316 \emph off
28317 \bar no
28318 \noun off
28319 \color none
28320 08
28321 \end_layout
28322
28323 \end_inset
28324 </cell>
28325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28326 \begin_inset Text
28327
28328 \begin_layout Standard
28329
28330 \end_layout
28331
28332 \end_inset
28333 </cell>
28334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28335 \begin_inset Text
28336
28337 \begin_layout Standard
28338
28339 \end_layout
28340
28341 \end_inset
28342 </cell>
28343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28344 \begin_inset Text
28345
28346 \begin_layout Standard
28347
28348 \family roman
28349 \series medium
28350 \shape up
28351 \emph off
28352 \bar no
28353 \noun off
28354 \color none
28355 (
28356 \end_layout
28357
28358 \end_inset
28359 </cell>
28360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28361 \begin_inset Text
28362
28363 \begin_layout Standard
28364
28365 \family roman
28366 \series medium
28367 \shape up
28368 \emph off
28369 \bar no
28370 \noun off
28371 \color none
28372 8
28373 \end_layout
28374
28375 \end_inset
28376 </cell>
28377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28378 \begin_inset Text
28379
28380 \begin_layout Standard
28381
28382 \family roman
28383 \series medium
28384 \shape up
28385 \emph off
28386 \bar no
28387 \noun off
28388 \color none
28389 H
28390 \end_layout
28391
28392 \end_inset
28393 </cell>
28394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28395 \begin_inset Text
28396
28397 \begin_layout Standard
28398
28399 \family roman
28400 \series medium
28401 \shape up
28402 \emph off
28403 \bar no
28404 \noun off
28405 \color none
28406 X
28407 \end_layout
28408
28409 \end_inset
28410 </cell>
28411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28412 \begin_inset Text
28413
28414 \begin_layout Standard
28415
28416 \family roman
28417 \series medium
28418 \shape up
28419 \emph off
28420 \bar no
28421 \noun off
28422 \color none
28423 h
28424 \end_layout
28425
28426 \end_inset
28427 </cell>
28428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28429 \begin_inset Text
28430
28431 \begin_layout Standard
28432
28433 \family roman
28434 \series medium
28435 \shape up
28436 \emph off
28437 \bar no
28438 \noun off
28439 \color none
28440 x
28441 \end_layout
28442
28443 \end_inset
28444 </cell>
28445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28446 \begin_inset Text
28447
28448 \begin_layout Standard
28449
28450 \end_layout
28451
28452 \end_inset
28453 </cell>
28454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28455 \begin_inset Text
28456
28457 \begin_layout Standard
28458
28459 \end_layout
28460
28461 \end_inset
28462 </cell>
28463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28464 \begin_inset Text
28465
28466 \begin_layout Standard
28467
28468 \family roman
28469 \series medium
28470 \shape up
28471 \emph off
28472 \bar no
28473 \noun off
28474 \color none
28475 ¨
28476 \end_layout
28477
28478 \end_inset
28479 </cell>
28480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28481 \begin_inset Text
28482
28483 \begin_layout Standard
28484
28485 \family roman
28486 \series medium
28487 \shape up
28488 \emph off
28489 \bar no
28490 \noun off
28491 \color none
28492 ¸
28493 \end_layout
28494
28495 \end_inset
28496 </cell>
28497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28498 \begin_inset Text
28499
28500 \begin_layout Standard
28501
28502 \family roman
28503 \series medium
28504 \shape up
28505 \emph off
28506 \bar no
28507 \noun off
28508 \color none
28509 È
28510 \end_layout
28511
28512 \end_inset
28513 </cell>
28514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28515 \begin_inset Text
28516
28517 \begin_layout Standard
28518
28519 \family roman
28520 \series medium
28521 \shape up
28522 \emph off
28523 \bar no
28524 \noun off
28525 \color none
28526 Ø
28527 \end_layout
28528
28529 \end_inset
28530 </cell>
28531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Standard
28535
28536 \family roman
28537 \series medium
28538 \shape up
28539 \emph off
28540 \bar no
28541 \noun off
28542 \color none
28543 è
28544 \end_layout
28545
28546 \end_inset
28547 </cell>
28548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28549 \begin_inset Text
28550
28551 \begin_layout Standard
28552
28553 \family roman
28554 \series medium
28555 \shape up
28556 \emph off
28557 \bar no
28558 \noun off
28559 \color none
28560 ø
28561 \end_layout
28562
28563 \end_inset
28564 </cell>
28565 </row>
28566 <row topline="true">
28567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28568 \begin_inset Text
28569
28570 \begin_layout Standard
28571
28572 \family roman
28573 \series medium
28574 \shape up
28575 \size tiny
28576 \emph off
28577 \bar no
28578 \noun off
28579 \color none
28580 09
28581 \end_layout
28582
28583 \end_inset
28584 </cell>
28585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28586 \begin_inset Text
28587
28588 \begin_layout Standard
28589
28590 \end_layout
28591
28592 \end_inset
28593 </cell>
28594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28595 \begin_inset Text
28596
28597 \begin_layout Standard
28598
28599 \end_layout
28600
28601 \end_inset
28602 </cell>
28603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28604 \begin_inset Text
28605
28606 \begin_layout Standard
28607
28608 \family roman
28609 \series medium
28610 \shape up
28611 \emph off
28612 \bar no
28613 \noun off
28614 \color none
28615 )
28616 \end_layout
28617
28618 \end_inset
28619 </cell>
28620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28621 \begin_inset Text
28622
28623 \begin_layout Standard
28624
28625 \family roman
28626 \series medium
28627 \shape up
28628 \emph off
28629 \bar no
28630 \noun off
28631 \color none
28632 9
28633 \end_layout
28634
28635 \end_inset
28636 </cell>
28637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28638 \begin_inset Text
28639
28640 \begin_layout Standard
28641
28642 \family roman
28643 \series medium
28644 \shape up
28645 \emph off
28646 \bar no
28647 \noun off
28648 \color none
28649 I
28650 \end_layout
28651
28652 \end_inset
28653 </cell>
28654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28655 \begin_inset Text
28656
28657 \begin_layout Standard
28658
28659 \family roman
28660 \series medium
28661 \shape up
28662 \emph off
28663 \bar no
28664 \noun off
28665 \color none
28666 Y
28667 \end_layout
28668
28669 \end_inset
28670 </cell>
28671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28672 \begin_inset Text
28673
28674 \begin_layout Standard
28675
28676 \family roman
28677 \series medium
28678 \shape up
28679 \emph off
28680 \bar no
28681 \noun off
28682 \color none
28683 i
28684 \end_layout
28685
28686 \end_inset
28687 </cell>
28688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28689 \begin_inset Text
28690
28691 \begin_layout Standard
28692
28693 \family roman
28694 \series medium
28695 \shape up
28696 \emph off
28697 \bar no
28698 \noun off
28699 \color none
28700 y
28701 \end_layout
28702
28703 \end_inset
28704 </cell>
28705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28706 \begin_inset Text
28707
28708 \begin_layout Standard
28709
28710 \end_layout
28711
28712 \end_inset
28713 </cell>
28714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28715 \begin_inset Text
28716
28717 \begin_layout Standard
28718
28719 \end_layout
28720
28721 \end_inset
28722 </cell>
28723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28724 \begin_inset Text
28725
28726 \begin_layout Standard
28727
28728 \family roman
28729 \series medium
28730 \shape up
28731 \emph off
28732 \bar no
28733 \noun off
28734 \color none
28735 ©
28736 \end_layout
28737
28738 \end_inset
28739 </cell>
28740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28741 \begin_inset Text
28742
28743 \begin_layout Standard
28744
28745 \family roman
28746 \series medium
28747 \shape up
28748 \emph off
28749 \bar no
28750 \noun off
28751 \color none
28752 ¹
28753 \end_layout
28754
28755 \end_inset
28756 </cell>
28757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28758 \begin_inset Text
28759
28760 \begin_layout Standard
28761
28762 \family roman
28763 \series medium
28764 \shape up
28765 \emph off
28766 \bar no
28767 \noun off
28768 \color none
28769 É
28770 \end_layout
28771
28772 \end_inset
28773 </cell>
28774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28775 \begin_inset Text
28776
28777 \begin_layout Standard
28778
28779 \family roman
28780 \series medium
28781 \shape up
28782 \emph off
28783 \bar no
28784 \noun off
28785 \color none
28786 Ù
28787 \end_layout
28788
28789 \end_inset
28790 </cell>
28791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28792 \begin_inset Text
28793
28794 \begin_layout Standard
28795
28796 \family roman
28797 \series medium
28798 \shape up
28799 \emph off
28800 \bar no
28801 \noun off
28802 \color none
28803 é
28804 \end_layout
28805
28806 \end_inset
28807 </cell>
28808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28809 \begin_inset Text
28810
28811 \begin_layout Standard
28812
28813 \family roman
28814 \series medium
28815 \shape up
28816 \emph off
28817 \bar no
28818 \noun off
28819 \color none
28820 ù
28821 \end_layout
28822
28823 \end_inset
28824 </cell>
28825 </row>
28826 <row topline="true">
28827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28828 \begin_inset Text
28829
28830 \begin_layout Standard
28831
28832 \family roman
28833 \series medium
28834 \shape up
28835 \size tiny
28836 \emph off
28837 \bar no
28838 \noun off
28839 \color none
28840 0A
28841 \end_layout
28842
28843 \end_inset
28844 </cell>
28845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28846 \begin_inset Text
28847
28848 \begin_layout Standard
28849
28850 \end_layout
28851
28852 \end_inset
28853 </cell>
28854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28855 \begin_inset Text
28856
28857 \begin_layout Standard
28858
28859 \end_layout
28860
28861 \end_inset
28862 </cell>
28863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28864 \begin_inset Text
28865
28866 \begin_layout Standard
28867
28868 \family roman
28869 \series medium
28870 \shape up
28871 \emph off
28872 \bar no
28873 \noun off
28874 \color none
28875 *
28876 \end_layout
28877
28878 \end_inset
28879 </cell>
28880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28881 \begin_inset Text
28882
28883 \begin_layout Standard
28884
28885 \family roman
28886 \series medium
28887 \shape up
28888 \emph off
28889 \bar no
28890 \noun off
28891 \color none
28892 :
28893 \end_layout
28894
28895 \end_inset
28896 </cell>
28897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28898 \begin_inset Text
28899
28900 \begin_layout Standard
28901
28902 \family roman
28903 \series medium
28904 \shape up
28905 \emph off
28906 \bar no
28907 \noun off
28908 \color none
28909 J
28910 \end_layout
28911
28912 \end_inset
28913 </cell>
28914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28915 \begin_inset Text
28916
28917 \begin_layout Standard
28918
28919 \family roman
28920 \series medium
28921 \shape up
28922 \emph off
28923 \bar no
28924 \noun off
28925 \color none
28926 Z
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Standard
28935
28936 \family roman
28937 \series medium
28938 \shape up
28939 \emph off
28940 \bar no
28941 \noun off
28942 \color none
28943 j
28944 \end_layout
28945
28946 \end_inset
28947 </cell>
28948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28949 \begin_inset Text
28950
28951 \begin_layout Standard
28952
28953 \family roman
28954 \series medium
28955 \shape up
28956 \emph off
28957 \bar no
28958 \noun off
28959 \color none
28960 z
28961 \end_layout
28962
28963 \end_inset
28964 </cell>
28965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28966 \begin_inset Text
28967
28968 \begin_layout Standard
28969
28970 \end_layout
28971
28972 \end_inset
28973 </cell>
28974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28975 \begin_inset Text
28976
28977 \begin_layout Standard
28978
28979 \end_layout
28980
28981 \end_inset
28982 </cell>
28983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28984 \begin_inset Text
28985
28986 \begin_layout Standard
28987
28988 \family roman
28989 \series medium
28990 \shape up
28991 \emph off
28992 \bar no
28993 \noun off
28994 \color none
28995 ª
28996 \end_layout
28997
28998 \end_inset
28999 </cell>
29000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29001 \begin_inset Text
29002
29003 \begin_layout Standard
29004
29005 \family roman
29006 \series medium
29007 \shape up
29008 \emph off
29009 \bar no
29010 \noun off
29011 \color none
29012 º
29013 \end_layout
29014
29015 \end_inset
29016 </cell>
29017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29018 \begin_inset Text
29019
29020 \begin_layout Standard
29021
29022 \family roman
29023 \series medium
29024 \shape up
29025 \emph off
29026 \bar no
29027 \noun off
29028 \color none
29029 Ê
29030 \end_layout
29031
29032 \end_inset
29033 </cell>
29034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29035 \begin_inset Text
29036
29037 \begin_layout Standard
29038
29039 \family roman
29040 \series medium
29041 \shape up
29042 \emph off
29043 \bar no
29044 \noun off
29045 \color none
29046 Ú
29047 \end_layout
29048
29049 \end_inset
29050 </cell>
29051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29052 \begin_inset Text
29053
29054 \begin_layout Standard
29055
29056 \family roman
29057 \series medium
29058 \shape up
29059 \emph off
29060 \bar no
29061 \noun off
29062 \color none
29063 ê
29064 \end_layout
29065
29066 \end_inset
29067 </cell>
29068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29069 \begin_inset Text
29070
29071 \begin_layout Standard
29072
29073 \family roman
29074 \series medium
29075 \shape up
29076 \emph off
29077 \bar no
29078 \noun off
29079 \color none
29080 ú
29081 \end_layout
29082
29083 \end_inset
29084 </cell>
29085 </row>
29086 <row topline="true">
29087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29088 \begin_inset Text
29089
29090 \begin_layout Standard
29091
29092 \family roman
29093 \series medium
29094 \shape up
29095 \size tiny
29096 \emph off
29097 \bar no
29098 \noun off
29099 \color none
29100 0B
29101 \end_layout
29102
29103 \end_inset
29104 </cell>
29105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29106 \begin_inset Text
29107
29108 \begin_layout Standard
29109
29110 \end_layout
29111
29112 \end_inset
29113 </cell>
29114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29115 \begin_inset Text
29116
29117 \begin_layout Standard
29118
29119 \end_layout
29120
29121 \end_inset
29122 </cell>
29123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29124 \begin_inset Text
29125
29126 \begin_layout Standard
29127
29128 \family roman
29129 \series medium
29130 \shape up
29131 \emph off
29132 \bar no
29133 \noun off
29134 \color none
29135 +
29136 \end_layout
29137
29138 \end_inset
29139 </cell>
29140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29141 \begin_inset Text
29142
29143 \begin_layout Standard
29144
29145 \family roman
29146 \series medium
29147 \shape up
29148 \emph off
29149 \bar no
29150 \noun off
29151 \color none
29152 ;
29153 \end_layout
29154
29155 \end_inset
29156 </cell>
29157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29158 \begin_inset Text
29159
29160 \begin_layout Standard
29161
29162 \family roman
29163 \series medium
29164 \shape up
29165 \emph off
29166 \bar no
29167 \noun off
29168 \color none
29169 K
29170 \end_layout
29171
29172 \end_inset
29173 </cell>
29174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29175 \begin_inset Text
29176
29177 \begin_layout Standard
29178
29179 \family roman
29180 \series medium
29181 \shape up
29182 \emph off
29183 \bar no
29184 \noun off
29185 \color none
29186 [
29187 \end_layout
29188
29189 \end_inset
29190 </cell>
29191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29192 \begin_inset Text
29193
29194 \begin_layout Standard
29195
29196 \family roman
29197 \series medium
29198 \shape up
29199 \emph off
29200 \bar no
29201 \noun off
29202 \color none
29203 k
29204 \end_layout
29205
29206 \end_inset
29207 </cell>
29208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29209 \begin_inset Text
29210
29211 \begin_layout Standard
29212
29213 \family roman
29214 \series medium
29215 \shape up
29216 \emph off
29217 \bar no
29218 \noun off
29219 \color none
29220 {
29221 \end_layout
29222
29223 \end_inset
29224 </cell>
29225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29226 \begin_inset Text
29227
29228 \begin_layout Standard
29229
29230 \end_layout
29231
29232 \end_inset
29233 </cell>
29234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29235 \begin_inset Text
29236
29237 \begin_layout Standard
29238
29239 \end_layout
29240
29241 \end_inset
29242 </cell>
29243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29244 \begin_inset Text
29245
29246 \begin_layout Standard
29247
29248 \family roman
29249 \series medium
29250 \shape up
29251 \emph off
29252 \bar no
29253 \noun off
29254 \color none
29255 «
29256 \end_layout
29257
29258 \end_inset
29259 </cell>
29260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29261 \begin_inset Text
29262
29263 \begin_layout Standard
29264
29265 \family roman
29266 \series medium
29267 \shape up
29268 \emph off
29269 \bar no
29270 \noun off
29271 \color none
29272 »
29273 \end_layout
29274
29275 \end_inset
29276 </cell>
29277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29278 \begin_inset Text
29279
29280 \begin_layout Standard
29281
29282 \family roman
29283 \series medium
29284 \shape up
29285 \emph off
29286 \bar no
29287 \noun off
29288 \color none
29289 Ë
29290 \end_layout
29291
29292 \end_inset
29293 </cell>
29294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29295 \begin_inset Text
29296
29297 \begin_layout Standard
29298
29299 \family roman
29300 \series medium
29301 \shape up
29302 \emph off
29303 \bar no
29304 \noun off
29305 \color none
29306 Û
29307 \end_layout
29308
29309 \end_inset
29310 </cell>
29311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29312 \begin_inset Text
29313
29314 \begin_layout Standard
29315
29316 \family roman
29317 \series medium
29318 \shape up
29319 \emph off
29320 \bar no
29321 \noun off
29322 \color none
29323 ë
29324 \end_layout
29325
29326 \end_inset
29327 </cell>
29328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29329 \begin_inset Text
29330
29331 \begin_layout Standard
29332
29333 \family roman
29334 \series medium
29335 \shape up
29336 \emph off
29337 \bar no
29338 \noun off
29339 \color none
29340 û
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 </row>
29346 <row topline="true">
29347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29348 \begin_inset Text
29349
29350 \begin_layout Standard
29351
29352 \family roman
29353 \series medium
29354 \shape up
29355 \size tiny
29356 \emph off
29357 \bar no
29358 \noun off
29359 \color none
29360 0C
29361 \end_layout
29362
29363 \end_inset
29364 </cell>
29365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29366 \begin_inset Text
29367
29368 \begin_layout Standard
29369
29370 \end_layout
29371
29372 \end_inset
29373 </cell>
29374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29375 \begin_inset Text
29376
29377 \begin_layout Standard
29378
29379 \end_layout
29380
29381 \end_inset
29382 </cell>
29383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Standard
29387
29388 \family roman
29389 \series medium
29390 \shape up
29391 \emph off
29392 \bar no
29393 \noun off
29394 \color none
29395 ,
29396 \end_layout
29397
29398 \end_inset
29399 </cell>
29400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29401 \begin_inset Text
29402
29403 \begin_layout Standard
29404
29405 \family roman
29406 \series medium
29407 \shape up
29408 \emph off
29409 \bar no
29410 \noun off
29411 \color none
29412 <
29413 \end_layout
29414
29415 \end_inset
29416 </cell>
29417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29418 \begin_inset Text
29419
29420 \begin_layout Standard
29421
29422 \family roman
29423 \series medium
29424 \shape up
29425 \emph off
29426 \bar no
29427 \noun off
29428 \color none
29429 L
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29435 \begin_inset Text
29436
29437 \begin_layout Standard
29438
29439 \family roman
29440 \series medium
29441 \shape up
29442 \emph off
29443 \bar no
29444 \noun off
29445 \color none
29446
29447 \backslash
29448
29449 \end_layout
29450
29451 \end_inset
29452 </cell>
29453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Standard
29457
29458 \family roman
29459 \series medium
29460 \shape up
29461 \emph off
29462 \bar no
29463 \noun off
29464 \color none
29465 l
29466 \end_layout
29467
29468 \end_inset
29469 </cell>
29470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29471 \begin_inset Text
29472
29473 \begin_layout Standard
29474
29475 \family roman
29476 \series medium
29477 \shape up
29478 \emph off
29479 \bar no
29480 \noun off
29481 \color none
29482 |
29483 \end_layout
29484
29485 \end_inset
29486 </cell>
29487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29488 \begin_inset Text
29489
29490 \begin_layout Standard
29491
29492 \end_layout
29493
29494 \end_inset
29495 </cell>
29496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29497 \begin_inset Text
29498
29499 \begin_layout Standard
29500
29501 \end_layout
29502
29503 \end_inset
29504 </cell>
29505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29506 \begin_inset Text
29507
29508 \begin_layout Standard
29509
29510 \family roman
29511 \series medium
29512 \shape up
29513 \emph off
29514 \bar no
29515 \noun off
29516 \color none
29517 ¬
29518 \end_layout
29519
29520 \end_inset
29521 </cell>
29522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29523 \begin_inset Text
29524
29525 \begin_layout Standard
29526
29527 \family roman
29528 \series medium
29529 \shape up
29530 \emph off
29531 \bar no
29532 \noun off
29533 \color none
29534 ¼
29535 \end_layout
29536
29537 \end_inset
29538 </cell>
29539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29540 \begin_inset Text
29541
29542 \begin_layout Standard
29543
29544 \family roman
29545 \series medium
29546 \shape up
29547 \emph off
29548 \bar no
29549 \noun off
29550 \color none
29551 Ì
29552 \end_layout
29553
29554 \end_inset
29555 </cell>
29556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29557 \begin_inset Text
29558
29559 \begin_layout Standard
29560
29561 \family roman
29562 \series medium
29563 \shape up
29564 \emph off
29565 \bar no
29566 \noun off
29567 \color none
29568 Ü
29569 \end_layout
29570
29571 \end_inset
29572 </cell>
29573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29574 \begin_inset Text
29575
29576 \begin_layout Standard
29577
29578 \family roman
29579 \series medium
29580 \shape up
29581 \emph off
29582 \bar no
29583 \noun off
29584 \color none
29585 ì
29586 \end_layout
29587
29588 \end_inset
29589 </cell>
29590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29591 \begin_inset Text
29592
29593 \begin_layout Standard
29594
29595 \family roman
29596 \series medium
29597 \shape up
29598 \emph off
29599 \bar no
29600 \noun off
29601 \color none
29602 ü
29603 \end_layout
29604
29605 \end_inset
29606 </cell>
29607 </row>
29608 <row topline="true">
29609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29610 \begin_inset Text
29611
29612 \begin_layout Standard
29613
29614 \family roman
29615 \series medium
29616 \shape up
29617 \size tiny
29618 \emph off
29619 \bar no
29620 \noun off
29621 \color none
29622 0D
29623 \end_layout
29624
29625 \end_inset
29626 </cell>
29627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29628 \begin_inset Text
29629
29630 \begin_layout Standard
29631
29632 \end_layout
29633
29634 \end_inset
29635 </cell>
29636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29637 \begin_inset Text
29638
29639 \begin_layout Standard
29640
29641 \end_layout
29642
29643 \end_inset
29644 </cell>
29645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29646 \begin_inset Text
29647
29648 \begin_layout Standard
29649
29650 \family roman
29651 \series medium
29652 \shape up
29653 \emph off
29654 \bar no
29655 \noun off
29656 \color none
29657 -
29658 \end_layout
29659
29660 \end_inset
29661 </cell>
29662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29663 \begin_inset Text
29664
29665 \begin_layout Standard
29666
29667 \family roman
29668 \series medium
29669 \shape up
29670 \emph off
29671 \bar no
29672 \noun off
29673 \color none
29674 =
29675 \end_layout
29676
29677 \end_inset
29678 </cell>
29679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29680 \begin_inset Text
29681
29682 \begin_layout Standard
29683
29684 \family roman
29685 \series medium
29686 \shape up
29687 \emph off
29688 \bar no
29689 \noun off
29690 \color none
29691 M
29692 \end_layout
29693
29694 \end_inset
29695 </cell>
29696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29697 \begin_inset Text
29698
29699 \begin_layout Standard
29700
29701 \family roman
29702 \series medium
29703 \shape up
29704 \emph off
29705 \bar no
29706 \noun off
29707 \color none
29708 ]
29709 \end_layout
29710
29711 \end_inset
29712 </cell>
29713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29714 \begin_inset Text
29715
29716 \begin_layout Standard
29717
29718 \family roman
29719 \series medium
29720 \shape up
29721 \emph off
29722 \bar no
29723 \noun off
29724 \color none
29725 m
29726 \end_layout
29727
29728 \end_inset
29729 </cell>
29730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29731 \begin_inset Text
29732
29733 \begin_layout Standard
29734
29735 \family roman
29736 \series medium
29737 \shape up
29738 \emph off
29739 \bar no
29740 \noun off
29741 \color none
29742 }
29743 \end_layout
29744
29745 \end_inset
29746 </cell>
29747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29748 \begin_inset Text
29749
29750 \begin_layout Standard
29751
29752 \end_layout
29753
29754 \end_inset
29755 </cell>
29756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29757 \begin_inset Text
29758
29759 \begin_layout Standard
29760
29761 \end_layout
29762
29763 \end_inset
29764 </cell>
29765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29766 \begin_inset Text
29767
29768 \begin_layout Standard
29769
29770 \end_layout
29771
29772 \end_inset
29773 </cell>
29774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29775 \begin_inset Text
29776
29777 \begin_layout Standard
29778
29779 \family roman
29780 \series medium
29781 \shape up
29782 \emph off
29783 \bar no
29784 \noun off
29785 \color none
29786 ½
29787 \end_layout
29788
29789 \end_inset
29790 </cell>
29791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29792 \begin_inset Text
29793
29794 \begin_layout Standard
29795
29796 \family roman
29797 \series medium
29798 \shape up
29799 \emph off
29800 \bar no
29801 \noun off
29802 \color none
29803 Í
29804 \end_layout
29805
29806 \end_inset
29807 </cell>
29808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29809 \begin_inset Text
29810
29811 \begin_layout Standard
29812
29813 \family roman
29814 \series medium
29815 \shape up
29816 \emph off
29817 \bar no
29818 \noun off
29819 \color none
29820 Ý
29821 \end_layout
29822
29823 \end_inset
29824 </cell>
29825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29826 \begin_inset Text
29827
29828 \begin_layout Standard
29829
29830 \family roman
29831 \series medium
29832 \shape up
29833 \emph off
29834 \bar no
29835 \noun off
29836 \color none
29837 í
29838 \end_layout
29839
29840 \end_inset
29841 </cell>
29842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29843 \begin_inset Text
29844
29845 \begin_layout Standard
29846
29847 \family roman
29848 \series medium
29849 \shape up
29850 \emph off
29851 \bar no
29852 \noun off
29853 \color none
29854 ý
29855 \end_layout
29856
29857 \end_inset
29858 </cell>
29859 </row>
29860 <row topline="true">
29861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29862 \begin_inset Text
29863
29864 \begin_layout Standard
29865
29866 \family roman
29867 \series medium
29868 \shape up
29869 \size tiny
29870 \emph off
29871 \bar no
29872 \noun off
29873 \color none
29874 0E
29875 \end_layout
29876
29877 \end_inset
29878 </cell>
29879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29880 \begin_inset Text
29881
29882 \begin_layout Standard
29883
29884 \end_layout
29885
29886 \end_inset
29887 </cell>
29888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29889 \begin_inset Text
29890
29891 \begin_layout Standard
29892
29893 \end_layout
29894
29895 \end_inset
29896 </cell>
29897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29898 \begin_inset Text
29899
29900 \begin_layout Standard
29901
29902 \family roman
29903 \series medium
29904 \shape up
29905 \emph off
29906 \bar no
29907 \noun off
29908 \color none
29909 .
29910 \end_layout
29911
29912 \end_inset
29913 </cell>
29914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29915 \begin_inset Text
29916
29917 \begin_layout Standard
29918
29919 \family roman
29920 \series medium
29921 \shape up
29922 \emph off
29923 \bar no
29924 \noun off
29925 \color none
29926 >
29927 \end_layout
29928
29929 \end_inset
29930 </cell>
29931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29932 \begin_inset Text
29933
29934 \begin_layout Standard
29935
29936 \family roman
29937 \series medium
29938 \shape up
29939 \emph off
29940 \bar no
29941 \noun off
29942 \color none
29943 N
29944 \end_layout
29945
29946 \end_inset
29947 </cell>
29948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29949 \begin_inset Text
29950
29951 \begin_layout Standard
29952
29953 \family roman
29954 \series medium
29955 \shape up
29956 \emph off
29957 \bar no
29958 \noun off
29959 \color none
29960 ^
29961 \end_layout
29962
29963 \end_inset
29964 </cell>
29965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29966 \begin_inset Text
29967
29968 \begin_layout Standard
29969
29970 \family roman
29971 \series medium
29972 \shape up
29973 \emph off
29974 \bar no
29975 \noun off
29976 \color none
29977 n
29978 \end_layout
29979
29980 \end_inset
29981 </cell>
29982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29983 \begin_inset Text
29984
29985 \begin_layout Standard
29986
29987 \family roman
29988 \series medium
29989 \shape up
29990 \emph off
29991 \bar no
29992 \noun off
29993 \color none
29994 ~
29995 \end_layout
29996
29997 \end_inset
29998 </cell>
29999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Standard
30003
30004 \end_layout
30005
30006 \end_inset
30007 </cell>
30008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30009 \begin_inset Text
30010
30011 \begin_layout Standard
30012
30013 \end_layout
30014
30015 \end_inset
30016 </cell>
30017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30018 \begin_inset Text
30019
30020 \begin_layout Standard
30021
30022 \family roman
30023 \series medium
30024 \shape up
30025 \emph off
30026 \bar no
30027 \noun off
30028 \color none
30029 ®
30030 \end_layout
30031
30032 \end_inset
30033 </cell>
30034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30035 \begin_inset Text
30036
30037 \begin_layout Standard
30038
30039 \family roman
30040 \series medium
30041 \shape up
30042 \emph off
30043 \bar no
30044 \noun off
30045 \color none
30046 ¾
30047 \end_layout
30048
30049 \end_inset
30050 </cell>
30051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30052 \begin_inset Text
30053
30054 \begin_layout Standard
30055
30056 \family roman
30057 \series medium
30058 \shape up
30059 \emph off
30060 \bar no
30061 \noun off
30062 \color none
30063 Î
30064 \end_layout
30065
30066 \end_inset
30067 </cell>
30068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30069 \begin_inset Text
30070
30071 \begin_layout Standard
30072
30073 \family roman
30074 \series medium
30075 \shape up
30076 \emph off
30077 \bar no
30078 \noun off
30079 \color none
30080 Þ
30081 \end_layout
30082
30083 \end_inset
30084 </cell>
30085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30086 \begin_inset Text
30087
30088 \begin_layout Standard
30089
30090 \family roman
30091 \series medium
30092 \shape up
30093 \emph off
30094 \bar no
30095 \noun off
30096 \color none
30097 î
30098 \end_layout
30099
30100 \end_inset
30101 </cell>
30102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30103 \begin_inset Text
30104
30105 \begin_layout Standard
30106
30107 \family roman
30108 \series medium
30109 \shape up
30110 \emph off
30111 \bar no
30112 \noun off
30113 \color none
30114 þ
30115 \end_layout
30116
30117 \end_inset
30118 </cell>
30119 </row>
30120 <row topline="true" bottomline="true">
30121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30122 \begin_inset Text
30123
30124 \begin_layout Standard
30125
30126 \family roman
30127 \series medium
30128 \shape up
30129 \size tiny
30130 \emph off
30131 \bar no
30132 \noun off
30133 \color none
30134 0F
30135 \end_layout
30136
30137 \end_inset
30138 </cell>
30139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30140 \begin_inset Text
30141
30142 \begin_layout Standard
30143
30144 \end_layout
30145
30146 \end_inset
30147 </cell>
30148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30149 \begin_inset Text
30150
30151 \begin_layout Standard
30152
30153 \end_layout
30154
30155 \end_inset
30156 </cell>
30157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30158 \begin_inset Text
30159
30160 \begin_layout Standard
30161
30162 \family roman
30163 \series medium
30164 \shape up
30165 \emph off
30166 \bar no
30167 \noun off
30168 \color none
30169 /
30170 \end_layout
30171
30172 \end_inset
30173 </cell>
30174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30175 \begin_inset Text
30176
30177 \begin_layout Standard
30178
30179 \family roman
30180 \series medium
30181 \shape up
30182 \emph off
30183 \bar no
30184 \noun off
30185 \color none
30186 ?
30187 \end_layout
30188
30189 \end_inset
30190 </cell>
30191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30192 \begin_inset Text
30193
30194 \begin_layout Standard
30195
30196 \family roman
30197 \series medium
30198 \shape up
30199 \emph off
30200 \bar no
30201 \noun off
30202 \color none
30203 O
30204 \end_layout
30205
30206 \end_inset
30207 </cell>
30208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30209 \begin_inset Text
30210
30211 \begin_layout Standard
30212
30213 \family roman
30214 \series medium
30215 \shape up
30216 \emph off
30217 \bar no
30218 \noun off
30219 \color none
30220 _
30221 \end_layout
30222
30223 \end_inset
30224 </cell>
30225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30226 \begin_inset Text
30227
30228 \begin_layout Standard
30229
30230 \family roman
30231 \series medium
30232 \shape up
30233 \emph off
30234 \bar no
30235 \noun off
30236 \color none
30237 o
30238 \end_layout
30239
30240 \end_inset
30241 </cell>
30242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30243 \begin_inset Text
30244
30245 \begin_layout Standard
30246
30247 \end_layout
30248
30249 \end_inset
30250 </cell>
30251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30252 \begin_inset Text
30253
30254 \begin_layout Standard
30255
30256 \end_layout
30257
30258 \end_inset
30259 </cell>
30260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30261 \begin_inset Text
30262
30263 \begin_layout Standard
30264
30265 \end_layout
30266
30267 \end_inset
30268 </cell>
30269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30270 \begin_inset Text
30271
30272 \begin_layout Standard
30273
30274 \family roman
30275 \series medium
30276 \shape up
30277 \emph off
30278 \bar no
30279 \noun off
30280 \color none
30281 ¯
30282 \end_layout
30283
30284 \end_inset
30285 </cell>
30286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30287 \begin_inset Text
30288
30289 \begin_layout Standard
30290
30291 \family roman
30292 \series medium
30293 \shape up
30294 \emph off
30295 \bar no
30296 \noun off
30297 \color none
30298 ¿
30299 \end_layout
30300
30301 \end_inset
30302 </cell>
30303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30304 \begin_inset Text
30305
30306 \begin_layout Standard
30307
30308 \family roman
30309 \series medium
30310 \shape up
30311 \emph off
30312 \bar no
30313 \noun off
30314 \color none
30315 Ï
30316 \end_layout
30317
30318 \end_inset
30319 </cell>
30320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30321 \begin_inset Text
30322
30323 \begin_layout Standard
30324
30325 \family roman
30326 \series medium
30327 \shape up
30328 \emph off
30329 \bar no
30330 \noun off
30331 \color none
30332 ß
30333 \end_layout
30334
30335 \end_inset
30336 </cell>
30337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30338 \begin_inset Text
30339
30340 \begin_layout Standard
30341
30342 \family roman
30343 \series medium
30344 \shape up
30345 \emph off
30346 \bar no
30347 \noun off
30348 \color none
30349 ï
30350 \end_layout
30351
30352 \end_inset
30353 </cell>
30354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30355 \begin_inset Text
30356
30357 \begin_layout Standard
30358
30359 \family roman
30360 \series medium
30361 \shape up
30362 \emph off
30363 \bar no
30364 \noun off
30365 \color none
30366 ÿ
30367 \end_layout
30368
30369 \end_inset
30370 </cell>
30371 </row>
30372 </lyxtabular>
30373
30374 \end_inset
30375
30376
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \end_layout
30383
30384 \begin_layout Standard
30385 The following is a full list of all of the accented characters LyX can display
30386  directly.
30387  It includes not only the accented characters from the previous table, but
30388  also the characters from 
30389 \family typewriter
30390 ISO8859--2
30391 \family default
30392  through 
30393 \family typewriter
30394 4
30395 \family default
30396 .
30397  
30398 \end_layout
30399
30400 \begin_layout Itemize
30401 From 
30402 \family typewriter
30403 ISO8859--1
30404 \family default
30405 :
30406 \end_layout
30407
30408 \begin_deeper
30409 \begin_layout Standard
30410 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
30411 \hfill
30412 diaeresis
30413 \end_layout
30414
30415 \begin_layout Standard
30416 ^ Â Ê Î Ô Û â ê î ô û
30417 \hfill
30418 circumflex
30419 \end_layout
30420
30421 \begin_layout Standard
30422 ` À È Ì Ò Ù à è ì ò ù
30423 \hfill
30424 grave
30425 \end_layout
30426
30427 \begin_layout Standard
30428 ´ Á É Í Ó Ú Ý á é í ó ú ý
30429 \hfill
30430 acute
30431 \end_layout
30432
30433 \begin_layout Standard
30434 ~ Ã Ñ Õ ã ñ õ
30435 \hfill
30436 tilde
30437 \end_layout
30438
30439 \begin_layout Standard
30440 ¸Çç
30441 \hfill
30442 cedilla
30443 \end_layout
30444
30445 \begin_layout Standard
30446 ¯
30447 \hfill
30448 macron
30449 \end_layout
30450
30451 \end_deeper
30452 \begin_layout Itemize
30453 From 
30454 \family typewriter
30455 ISO8859--2
30456 \family default
30457  through 
30458 \family typewriter
30459 4
30460 \family default
30461 :
30462 \end_layout
30463
30464 \begin_deeper
30465 \begin_layout Standard
30466 ĤĴĥȷ̂ĈĜŜĉĝŝ
30467 \hfill
30468 circumflex
30469 \end_layout
30470
30471 \begin_layout Standard
30472 ŚŹśźŔĹĆŃŕĺćń
30473 \hfill
30474 acute
30475 \end_layout
30476
30477 \begin_layout Standard
30478 Ĩı̃Ũũ
30479 \hfill
30480 tilde
30481 \end_layout
30482
30483 \begin_layout Standard
30484 ŞşŢţŖĻĢŗļģŅĶņķ
30485 \hfill
30486 cedilla
30487 \end_layout
30488
30489 \begin_layout Standard
30490 ĒēĀĪŌŪāı̄ōū
30491 \hfill
30492 macron
30493 \end_layout
30494
30495 \begin_layout Standard
30496 ŐŰőű
30497 \hfill
30498 Hungarian umlaut
30499 \end_layout
30500
30501 \end_deeper
30502 \begin_layout Standard
30503 All the characters above are actively supported by TeX fonts.
30504  In addition TeX allows diacritical marks on almost all characters.
30505  Also make sure you're using the 
30506 \family typewriter
30507 T1
30508 \family default
30509  font-encoding.
30510 \end_layout
30511
30512 \begin_layout Chapter
30513 \start_of_appendix
30514 The User Interface
30515 \begin_inset LatexCommand label
30516 name "cha:The-User-Interface"
30517
30518 \end_inset
30519
30520
30521 \end_layout
30522
30523 \begin_layout Standard
30524 This appendix lists all available menus and describes its functionality.
30525  It is designed as quick reference if you are searching for a special topic
30526  inside the user's guide.
30527 \end_layout
30528
30529 \begin_layout Section
30530 The File Menu
30531 \begin_inset LatexCommand index
30532 name "Menu ! File"
30533
30534 \end_inset
30535
30536
30537 \end_layout
30538
30539 \begin_layout Standard
30540 Under the 
30541 \family sans
30542 File
30543 \family default
30544  menu are the basic operations in addition to some more advanced operations.
30545  At the end of the menu the four last opened documents are listed.
30546 \end_layout
30547
30548 \begin_layout Subsection
30549 New
30550 \end_layout
30551
30552 \begin_layout Standard
30553 Creates a new document.
30554 \end_layout
30555
30556 \begin_layout Subsection
30557 New from Template
30558 \end_layout
30559
30560 \begin_layout Standard
30561 This menu prompts you for a template to use.
30562  Selecting a template will automatically set certain layout features for
30563  the document, features you would otherwise need to change manually.
30564 \end_layout
30565
30566 \begin_layout Subsection
30567 Open
30568 \end_layout
30569
30570 \begin_layout Standard
30571 Opens a document.
30572 \end_layout
30573
30574 \begin_layout Subsection
30575 Open Recent
30576 \end_layout
30577
30578 \begin_layout Standard
30579 The submenu shows a list of the recently opened files.
30580  Click there on a file to open it.
30581 \end_layout
30582
30583 \begin_layout Subsection
30584 Close
30585 \end_layout
30586
30587 \begin_layout Standard
30588 Closes the current document.
30589 \end_layout
30590
30591 \begin_layout Subsection
30592 Save
30593 \end_layout
30594
30595 \begin_layout Standard
30596 Saves the actual document.
30597 \end_layout
30598
30599 \begin_layout Subsection
30600 Save As
30601 \end_layout
30602
30603 \begin_layout Standard
30604 Saves the actual document under a new name to create a copy.
30605 \end_layout
30606
30607 \begin_layout Subsection
30608 Revert to saved
30609 \end_layout
30610
30611 \begin_layout Standard
30612 Reloads the actual document from disk.
30613 \end_layout
30614
30615 \begin_layout Subsection
30616 Version Control
30617 \end_layout
30618
30619 \begin_layout Standard
30620 This is used when more people are working on the same document.
30621  It is described in the section 
30622 \emph on
30623 Version Control in LyX
30624 \emph default
30625  of the 
30626 \emph on
30627 Extended\InsetSpace ~
30628 Features
30629 \emph default
30630  manual.
30631 \end_layout
30632
30633 \begin_layout Subsection
30634 Import
30635 \end_layout
30636
30637 \begin_layout Standard
30638 You can import there files from older LyX-versions, LaTeX-files and plain
30639  text files (ASCII-files).
30640  The files will be imported as new LyX-document.
30641 \end_layout
30642
30643 \begin_layout Standard
30644 When using the menu 
30645 \family sans
30646 Plain\InsetSpace ~
30647 Text, Join\InsetSpace ~
30648 Lines
30649 \family default
30650 , all lines will be imported consecutively to one big paragraph.
30651  A new paragraph is started when there is a blank line in the file.
30652  , the text is inserted as Paragraphs, where the line breaks of the text
30653  will start a new paragraph.
30654 \end_layout
30655
30656 \begin_layout Subsection
30657 Export
30658 \begin_inset LatexCommand label
30659 name "sub:Export"
30660
30661 \end_inset
30662
30663
30664 \end_layout
30665
30666 \begin_layout Standard
30667 You can export your document to various file formats.
30668  The resulting files are placed in the directory of your LyX-file.
30669  The menu entries are not the same on all installations.
30670  They depend on the programs found by LyX while its configuration.
30671 \end_layout
30672
30673 \begin_layout Standard
30674 Here is a list of all available entries; they are explained in detail in
30675  section\InsetSpace ~
30676
30677 \begin_inset LatexCommand ref
30678 reference "sub:Output-file-formats"
30679
30680 \end_inset
30681
30682 :
30683 \end_layout
30684
30685 \begin_layout Description
30686
30687 \family sans
30688 CJK\InsetSpace ~
30689 LyX 
30690 \family default
30691 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
30692  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
30693 \end_layout
30694
30695 \begin_layout Description
30696
30697 \family sans
30698 DVI
30699 \family default
30700  DVI-format
30701 \end_layout
30702
30703 \begin_layout Description
30704 HTML HTML-format (the HTML-converter is a third-party product and doesn't
30705  work in all cases)
30706 \end_layout
30707
30708 \begin_layout Description
30709 HTML\InsetSpace ~
30710 (MS\InsetSpace ~
30711 Word) HTML-format specialized so that the result can be imported
30712  to 
30713 \family sans
30714 MS Word
30715 \family default
30716 , as consequence of this formulas will be embedded as bitmap fonts and not
30717  in the format 
30718 \family sans
30719 MathML
30720 \family default
30721 .
30722 \end_layout
30723
30724 \begin_layout Description
30725
30726 \family sans
30727 LaT
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Standard
30732
30733 {}
30734 \end_layout
30735
30736 \end_inset
30737
30738 eX\InsetSpace ~
30739 (pdflatex)
30740 \family default
30741  text file with the LaTeX source, additionally all images used in the document
30742  will be converted to a format that is readable for the 
30743 \family typewriter
30744 pdflatex
30745 \family default
30746  program (GIF, JPG, PDF, PNG)
30747 \end_layout
30748
30749 \begin_layout Description
30750
30751 \family sans
30752 LaT
30753 \begin_inset ERT
30754 status collapsed
30755
30756 \begin_layout Standard
30757
30758 {}
30759 \end_layout
30760
30761 \end_inset
30762
30763 eX\InsetSpace ~
30764 (plain)
30765 \family default
30766  text file with the LaTeX source code, additionally all images used in the
30767  document will be converted to the EPS-format, only this format is readable
30768  for the 
30769 \family typewriter
30770 latex
30771 \family default
30772  program
30773 \end_layout
30774
30775 \begin_layout Description
30776 LyX\InsetSpace ~
30777 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
30778 \begin_inset Quotes eld
30779 \end_inset
30780
30781 y
30782 \begin_inset Quotes erd
30783 \end_inset
30784
30785  is replaced by the version number)
30786 \end_layout
30787
30788 \begin_layout Description
30789 OpenDocument OpenDocument-formatted text file, to be opened with 
30790 \family sans
30791 OpenOffice
30792 \family default
30793
30794 \family sans
30795 KOffice
30796 \family default
30797
30798 \family sans
30799 Abiword
30800 \family default
30801 , etc.
30802  (the OpenDocument-converter is a third-party product and doesn't work in
30803  all cases)
30804 \end_layout
30805
30806 \begin_layout Description
30807
30808 \family sans
30809 PDF
30810 \family default
30811  PDF-format using the program 
30812 \family typewriter
30813 ps2pdf
30814 \end_layout
30815
30816 \begin_layout Description
30817
30818 \family sans
30819 PDF\InsetSpace ~
30820 (dvipdfm)
30821 \family default
30822  PDF-format using the program 
30823 \family typewriter
30824 dvipdfm
30825 \end_layout
30826
30827 \begin_layout Description
30828
30829 \family sans
30830 PDF\InsetSpace ~
30831 (pdflatex)
30832 \family default
30833  PDF-format using the program 
30834 \family typewriter
30835 pdflatex
30836 \end_layout
30837
30838 \begin_layout Description
30839
30840 \family sans
30841 Plain\InsetSpace ~
30842 text
30843 \family default
30844  text format
30845 \end_layout
30846
30847 \begin_layout Description
30848
30849 \family sans
30850 Plain\InsetSpace ~
30851 text\InsetSpace ~
30852 (ps2ascii)
30853 \family default
30854  text format, the document will first be converted to Postscript format
30855  and then exported as text using the program 
30856 \family sans
30857 ps2ascii
30858 \end_layout
30859
30860 \begin_layout Description
30861
30862 \family sans
30863 Postscript
30864 \family default
30865  PostScript format using the program 
30866 \family typewriter
30867 dvips
30868 \end_layout
30869
30870 \begin_layout Description
30871
30872 \family sans
30873 Custom
30874 \family default
30875  custom format
30876 \end_layout
30877
30878 \begin_layout Standard
30879 The program 
30880 \family typewriter
30881 dvipdfm
30882 \family default
30883  produces internally a dvi-file which is then converted to a pdf-file.
30884  It is a bit out of date and therefore the output could look different from
30885  what you want.
30886  
30887 \family typewriter
30888 pdflatex
30889 \family default
30890  produces directly pdf-files and supports the latest pdf-file formats.
30891 \end_layout
30892
30893 \begin_layout Standard
30894 If one of the menu entries 
30895 \family sans
30896 DVI
30897 \family default
30898
30899 \family sans
30900 PDF\InsetSpace ~
30901 (pdflatex)
30902 \family default
30903  or 
30904 \family sans
30905 Postscript
30906 \family default
30907  is missing, you need to update your LaTeX installation.
30908  After updating you have to reconfigure LyX, see section\InsetSpace ~
30909
30910 \begin_inset LatexCommand ref
30911 reference "sec:Basic-LyX-Setup"
30912
30913 \end_inset
30914
30915 .
30916 \begin_inset LatexCommand index
30917 name "Reconfiguration of LyX"
30918
30919 \end_inset
30920
30921
30922 \end_layout
30923
30924 \begin_layout Standard
30925 The menu 
30926 \family sans
30927 Custom
30928 \family default
30929  allows you to export your file by using special command line options for
30930  the export program.
30931 \end_layout
30932
30933 \begin_layout Subsection
30934 Print
30935 \end_layout
30936
30937 \begin_layout Standard
30938 With this menu you can print your document to a file in PostScript format
30939  or send it to a printer.
30940  The printer will also use the document in PostScript format.
30941  The conversion to PostScript is done in the background by LyX using the
30942  program 
30943 \family typewriter
30944 dvips
30945 \family default
30946 .
30947  For more informations have a look at section\InsetSpace ~
30948
30949 \begin_inset LatexCommand ref
30950 reference "sub:Printing-the-File"
30951
30952 \end_inset
30953
30954 .
30955 \end_layout
30956
30957 \begin_layout Subsection
30958 New and Close Window
30959 \end_layout
30960
30961 \begin_layout Standard
30962 Opens a new instance of LyX with all currently opened documents.
30963  You can close it later with the corresponding menu.
30964 \end_layout
30965
30966 \begin_layout Section
30967 The Edit Menu
30968 \begin_inset LatexCommand index
30969 name "Menu ! Edit"
30970
30971 \end_inset
30972
30973
30974 \end_layout
30975
30976 \begin_layout Subsection
30977 Undo and Redo
30978 \end_layout
30979
30980 \begin_layout Standard
30981 Described in section\InsetSpace ~
30982
30983 \begin_inset LatexCommand ref
30984 reference "sec:Undo-and-Redo"
30985
30986 \end_inset
30987
30988 .
30989 \end_layout
30990
30991 \begin_layout Subsection
30992 Cut, Copy, Paste, Paste Recent, Paste Special
30993 \end_layout
30994
30995 \begin_layout Standard
30996 Described in section\InsetSpace ~
30997
30998 \begin_inset LatexCommand ref
30999 reference "sec:Basic-Editing-Features"
31000
31001 \end_inset
31002
31003 .
31004 \end_layout
31005
31006 \begin_layout Subsection
31007 Select All
31008 \end_layout
31009
31010 \begin_layout Standard
31011 Selects the whole document.
31012 \end_layout
31013
31014 \begin_layout Subsection
31015 Find & Replace
31016 \end_layout
31017
31018 \begin_layout Standard
31019 Described in section\InsetSpace ~
31020
31021 \begin_inset LatexCommand ref
31022 reference "sec:Basic-Editing-Features"
31023
31024 \end_inset
31025
31026 .
31027 \end_layout
31028
31029 \begin_layout Subsection
31030 Move paragraph Up/Down
31031 \end_layout
31032
31033 \begin_layout Standard
31034 This shifts the paragraph where the cursor is currently in one paragraph
31035  up or down.
31036 \end_layout
31037
31038 \begin_layout Subsection
31039 Text Style
31040 \end_layout
31041
31042 \begin_layout Standard
31043 Described in section\InsetSpace ~
31044
31045 \begin_inset LatexCommand ref
31046 reference "sub:Fine-Tuning-with-the"
31047
31048 \end_inset
31049
31050 .
31051 \end_layout
31052
31053 \begin_layout Subsection
31054 Paragraph Settings
31055 \begin_inset LatexCommand index
31056 name "Paragraph ! Settings"
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \begin_layout Standard
31064 The settings in the paragraph dialog only affects the paragraph where the
31065  cursor is in.
31066  Here you can set here the paragraph alignment and line spacing.
31067 \end_layout
31068
31069 \begin_layout Standard
31070 You can also prevent that the first line of the paragraph is indented.
31071  This option works only when you have chosen to separate paragraphs with
31072  indents in the 
31073 \family sans
31074 Document\SpecialChar \menuseparator
31075 Settings
31076 \family default
31077  dialog under 
31078 \family sans
31079 Text\InsetSpace ~
31080 Layout
31081 \family default
31082 .
31083 \end_layout
31084
31085 \begin_layout Subsection
31086 Tabular and Math
31087 \end_layout
31088
31089 \begin_layout Standard
31090 These two menus are only active when the cursor is inside a table or a formula.
31091  The properties of this table/formula can now be changed.
31092  The properties of tables are described in section\InsetSpace ~
31093
31094 \begin_inset LatexCommand ref
31095 reference "sec:Tables"
31096
31097 \end_inset
31098
31099 , the properties of formulas in chapter\InsetSpace ~
31100
31101 \begin_inset LatexCommand ref
31102 reference "cha:Mathematical-Formulas"
31103
31104 \end_inset
31105
31106 .
31107 \end_layout
31108
31109 \begin_layout Subsection
31110 Increase / Decrease List Depth
31111 \end_layout
31112
31113 \begin_layout Standard
31114 These menus are only active when the cursor is in an environment that can
31115  be nested.
31116  They in/decrease the environment nesting level as explained in section\InsetSpace ~
31117
31118 \begin_inset LatexCommand ref
31119 reference "sec:Nesting"
31120
31121 \end_inset
31122
31123  and 
31124 \begin_inset LatexCommand ref
31125 reference "sub:Numbering-depth"
31126
31127 \end_inset
31128
31129 .
31130 \end_layout
31131
31132 \begin_layout Section
31133 The View Menu
31134 \begin_inset LatexCommand index
31135 name "Menu ! View"
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 The 
31144 \family sans
31145 View
31146 \family default
31147  menu contains a list of available formats in which you can view the actual
31148  document with an external program.
31149  The menu entries for the viewing formats are not the same on all installations
31150  - it depends on the LaTeX programs that are found while LyX was configured.
31151  All possible formats are formats listed in section\InsetSpace ~
31152
31153 \begin_inset LatexCommand ref
31154 reference "sub:Export"
31155
31156 \end_inset
31157
31158 .
31159  You should at least see the menu entries 
31160 \family sans
31161 DVI
31162 \family default
31163  and 
31164 \family sans
31165 PDF\InsetSpace ~
31166 (pdflatex)
31167 \family default
31168 .
31169  If one of the two is missing, you need to update your LaTeX installation.
31170  After updating you have to reconfigure LyX, see section\InsetSpace ~
31171
31172 \begin_inset LatexCommand ref
31173 reference "sec:Basic-LyX-Setup"
31174
31175 \end_inset
31176
31177 .
31178 \begin_inset LatexCommand index
31179 name "Reconfiguration of LyX"
31180
31181 \end_inset
31182
31183
31184 \end_layout
31185
31186 \begin_layout Standard
31187 Invoking a menu will start a viewer program.
31188  The viewer can be set or changed in the preferences, see section\InsetSpace ~
31189
31190 \begin_inset LatexCommand ref
31191 reference "sec:File-Formats"
31192
31193 \end_inset
31194
31195 .
31196  The default viewers are set by LyX while it is first configured.
31197 \end_layout
31198
31199 \begin_layout Standard
31200 \begin_inset VSpace bigskip
31201 \end_inset
31202
31203 At the bottom of the 
31204 \family sans
31205 View
31206 \family default
31207  menu the opened documents are listed.
31208 \end_layout
31209
31210 \begin_layout Subsection
31211 View Source
31212 \end_layout
31213
31214 \begin_layout Standard
31215 Opens a window showing the source code of the actual document, as described
31216  in section\InsetSpace ~
31217
31218 \begin_inset LatexCommand ref
31219 reference "sec:Previewing-snippets-of"
31220
31221 \end_inset
31222
31223 .
31224 \end_layout
31225
31226 \begin_layout Subsection
31227 Update
31228 \end_layout
31229
31230 \begin_layout Standard
31231 This menu allows you to update the view with your latest changes without
31232  opening a new view window.
31233 \end_layout
31234
31235 \begin_layout Subsection
31236 Toolbars
31237 \begin_inset LatexCommand label
31238 name "sub:Toolbars"
31239
31240 \end_inset
31241
31242
31243 \begin_inset LatexCommand index
31244 name "Toolbar"
31245
31246 \end_inset
31247
31248
31249 \end_layout
31250
31251 \begin_layout Standard
31252 In this menu you can set the appearance of the different toolbars.
31253  All toolbars and the 
31254 \family sans
31255 Command\InsetSpace ~
31256 Buffer
31257 \family default
31258  can be turned on and off.
31259  The 
31260 \emph on
31261 on
31262 \emph default
31263  state is denoted in the menu with a checkmark.
31264  The 
31265 \family sans
31266 Review
31267 \family default
31268
31269 \family sans
31270 Table
31271 \family default
31272
31273 \family sans
31274 Math\InsetSpace ~
31275 Panels
31276 \family default
31277 , and 
31278 \family sans
31279 Math
31280 \family default
31281  toolbars can be additionally set to the state 
31282 \emph on
31283 automatic
31284 \emph default
31285  that is denoted in the menu with the suffix 
31286 \family sans
31287 (auto)
31288 \family default
31289 .
31290 \end_layout
31291
31292 \begin_layout Standard
31293 In the 
31294 \emph on
31295 on
31296 \emph default
31297  state the toolbar is permanently shown, in the 
31298 \emph on
31299 automatic
31300 \emph default
31301  state the toolbar is only shown when the cursor is in a certain environment
31302  or when a certain feature is enabled.
31303  That means that the review toolbar will only be shown when change tracking
31304  is activated, the math and table toolbars are only shown when the cursor
31305  is inside a formula or table, respectively.
31306 \end_layout
31307
31308 \begin_layout Standard
31309 LyX's toolbars and its buttons are explained in section\InsetSpace ~
31310
31311 \begin_inset LatexCommand ref
31312 reference "sec:Toolbars"
31313
31314 \end_inset
31315
31316 .
31317 \end_layout
31318
31319 \begin_layout Section
31320 The Insert Menu
31321 \begin_inset LatexCommand index
31322 name "Menu ! Insert"
31323
31324 \end_inset
31325
31326
31327 \end_layout
31328
31329 \begin_layout Subsection
31330 Math
31331 \end_layout
31332
31333 \begin_layout Standard
31334 Inserts math constructs that are explained in chapter\InsetSpace ~
31335
31336 \begin_inset LatexCommand ref
31337 reference "cha:Mathematical-Formulas"
31338
31339 \end_inset
31340
31341 .
31342 \end_layout
31343
31344 \begin_layout Subsection
31345 Special Character
31346 \begin_inset LatexCommand label
31347 name "sub:Special-Character"
31348
31349 \end_inset
31350
31351
31352 \end_layout
31353
31354 \begin_layout Standard
31355 Here you can insert the following characters:
31356 \end_layout
31357
31358 \begin_layout Description
31359 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
31360
31361 \end_layout
31362
31363 \begin_layout Description
31364 End\InsetSpace ~
31365 of\InsetSpace ~
31366 Sentence Inserts an end of sentence dot as described in section\InsetSpace ~
31367
31368 \begin_inset LatexCommand ref
31369 reference "sub:Abbreviations"
31370
31371 \end_inset
31372
31373 .
31374 \end_layout
31375
31376 \begin_layout Description
31377 Ordinary\InsetSpace ~
31378 Quote Inserts this quote: 
31379 \begin_inset Quotes erd
31380 \end_inset
31381
31382 , no matter what quote type you selected in the 
31383 \family sans
31384 Document\SpecialChar \menuseparator
31385 Settings
31386 \family default
31387  dialog under 
31388 \family sans
31389 Language
31390 \family default
31391 .
31392 \end_layout
31393
31394 \begin_layout Description
31395 Single\InsetSpace ~
31396 Quote Inserts this quote: 
31397 \begin_inset Quotes els
31398 \end_inset
31399
31400
31401 \end_layout
31402
31403 \begin_layout Description
31404 Menu\InsetSpace ~
31405 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
31406
31407 \end_layout
31408
31409 \begin_layout Description
31410 Phonetic\InsetSpace ~
31411 Symbols
31412 \begin_inset LatexCommand index
31413 name "Phonetic symbols"
31414
31415 \end_inset
31416
31417
31418 \begin_inset LatexCommand index
31419 name "Language ! Phonetic symbols"
31420
31421 \end_inset
31422
31423  Creates a formula with a so called tipa inset.
31424  Here you can insert commands to create IPA phonetic symbols.
31425  For this feature you must have the LaTeX-package 
31426 \series bold
31427 tipa
31428 \series default
31429
31430 \begin_inset LatexCommand index
31431 name "LaTeX-packages ! tipa"
31432
31433 \end_inset
31434
31435  installed.
31436 \newline
31437 For more informations about this feature we refer to the documentation
31438  of 
31439 \series bold
31440 tipa, 
31441 \begin_inset LatexCommand cite
31442 key "tipa"
31443
31444 \end_inset
31445
31446
31447 \series default
31448  and this Wiki-page:
31449 \newline
31450
31451 \begin_inset LatexCommand url
31452 target "http://wiki.lyx.org/LyX/LinguistLyX"
31453
31454 \end_inset
31455
31456 .
31457 \end_layout
31458
31459 \begin_layout Subsection
31460 Formatting
31461 \end_layout
31462
31463 \begin_layout Standard
31464 Here you can insert the following format constructs:
31465 \end_layout
31466
31467 \begin_layout Description
31468 Superscript Inserts an superscript: test
31469 \begin_inset Formula $^{\text{a,b}}$
31470 \end_inset
31471
31472
31473 \end_layout
31474
31475 \begin_layout Description
31476 Subscript Inserts an subscript: test
31477 \begin_inset Formula $_{\text{3x}}$
31478 \end_inset
31479
31480
31481 \end_layout
31482
31483 \begin_layout Description
31484 Protected\InsetSpace ~
31485 Space Inserts a protected space that is described in section\InsetSpace ~
31486
31487 \begin_inset LatexCommand ref
31488 reference "sub:Protected-Space"
31489
31490 \end_inset
31491
31492 .
31493 \end_layout
31494
31495 \begin_layout Description
31496 Inter-word\InsetSpace ~
31497 Space Inserts an inter-word space that is described in section\InsetSpace ~
31498
31499 \begin_inset LatexCommand ref
31500 reference "sub:Inter-word-Space"
31501
31502 \end_inset
31503
31504 .
31505 \end_layout
31506
31507 \begin_layout Description
31508 Thin\InsetSpace ~
31509 Space Inserts a thin space that is described in section\InsetSpace ~
31510
31511 \begin_inset LatexCommand ref
31512 reference "sub:Thin-Space"
31513
31514 \end_inset
31515
31516 .
31517 \end_layout
31518
31519 \begin_layout Description
31520 Horizontal\InsetSpace ~
31521 Fill Inserts an horizontal fill, see section\InsetSpace ~
31522
31523 \begin_inset LatexCommand ref
31524 reference "sub:Horizontal-Space"
31525
31526 \end_inset
31527
31528  for a description.
31529 \end_layout
31530
31531 \begin_layout Description
31532 Horizontal\InsetSpace ~
31533 Line Inserts an horizontal line, see section\InsetSpace ~
31534
31535 \begin_inset LatexCommand ref
31536 reference "sub:Horizontal-Lines"
31537
31538 \end_inset
31539
31540  for a description.
31541 \end_layout
31542
31543 \begin_layout Description
31544 Vertical\InsetSpace ~
31545 Space Inserts vertical space, see section\InsetSpace ~
31546
31547 \begin_inset LatexCommand ref
31548 reference "sub:Vertical-Space"
31549
31550 \end_inset
31551
31552  for a description.
31553 \end_layout
31554
31555 \begin_layout Description
31556 Hyphenation\InsetSpace ~
31557 Point Inserts an hyphenation point, see section\InsetSpace ~
31558
31559 \begin_inset LatexCommand ref
31560 reference "sub:Hyphenation"
31561
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \begin_layout Description
31568 Ligature\InsetSpace ~
31569 Break Inserts a ligature break, see section\InsetSpace ~
31570
31571 \begin_inset LatexCommand ref
31572 reference "sub:Ligatures"
31573
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \begin_layout Description
31580 Line\InsetSpace ~
31581 Break Inserts a forced linebreak, see section\InsetSpace ~
31582
31583 \begin_inset LatexCommand ref
31584 reference "sub:Forced-Linebreaks"
31585
31586 \end_inset
31587
31588
31589 \end_layout
31590
31591 \begin_layout Description
31592 Page\InsetSpace ~
31593 Break Inserts a forced pagebreak, described in section\InsetSpace ~
31594
31595 \begin_inset LatexCommand ref
31596 reference "sub:Forced-Pagebreaks"
31597
31598 \end_inset
31599
31600
31601 \end_layout
31602
31603 \begin_layout Description
31604 Clear\InsetSpace ~
31605 Page Inserts a clear pagebreak, described in section\InsetSpace ~
31606
31607 \begin_inset LatexCommand ref
31608 reference "sub:Clear-Pages"
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Description
31616 Clear\InsetSpace ~
31617 Double\InsetSpace ~
31618 Page Inserts a clear doublepage break, described in section\InsetSpace ~
31619
31620 \begin_inset LatexCommand ref
31621 reference "sub:Clear-Pages"
31622
31623 \end_inset
31624
31625
31626 \end_layout
31627
31628 \begin_layout Subsection
31629 List / TOC
31630 \end_layout
31631
31632 \begin_layout Standard
31633 Various lists can be inserted with this menu.
31634  The table of contents, the algorithm, figures, and tables list are described
31635  in section\InsetSpace ~
31636
31637 \begin_inset LatexCommand ref
31638 reference "sec:toc"
31639
31640 \end_inset
31641
31642 .
31643  The index list is described in section\InsetSpace ~
31644
31645 \begin_inset LatexCommand ref
31646 reference "sec:Index"
31647
31648 \end_inset
31649
31650 , the nomenclature in section\InsetSpace ~
31651
31652 \begin_inset LatexCommand ref
31653 reference "sec:Nomenclature"
31654
31655 \end_inset
31656
31657 , and the BibTeX bibliography in section\InsetSpace ~
31658
31659 \begin_inset LatexCommand ref
31660 reference "sub:Bibliography-databases"
31661
31662 \end_inset
31663
31664 .
31665 \end_layout
31666
31667 \begin_layout Subsection
31668 Float
31669 \end_layout
31670
31671 \begin_layout Standard
31672 To insert floats, described in section\InsetSpace ~
31673
31674 \begin_inset LatexCommand ref
31675 reference "sec:Floats"
31676
31677 \end_inset
31678
31679 .
31680 \end_layout
31681
31682 \begin_layout Subsection
31683 Note
31684 \end_layout
31685
31686 \begin_layout Standard
31687 To insert notes, described in section\InsetSpace ~
31688
31689 \begin_inset LatexCommand ref
31690 reference "sec:Notes"
31691
31692 \end_inset
31693
31694 .
31695 \end_layout
31696
31697 \begin_layout Subsection
31698 Branch
31699 \end_layout
31700
31701 \begin_layout Standard
31702 Inserts branch insets as described in section\InsetSpace ~
31703
31704 \begin_inset LatexCommand ref
31705 reference "sec:Branches"
31706
31707 \end_inset
31708
31709 .
31710 \end_layout
31711
31712 \begin_layout Subsection
31713 File
31714 \begin_inset LatexCommand index
31715 name "External Material"
31716
31717 \end_inset
31718
31719
31720 \end_layout
31721
31722 \begin_layout Standard
31723 Here you can inserts files to include them or its content to your document.
31724  How this can be done is in detail explained in chapter 
31725 \emph on
31726 External Stuff
31727 \emph default
31728  of the 
31729 \emph on
31730 Embedded Objects
31731 \emph default
31732  manual.
31733 \end_layout
31734
31735 \begin_layout Subsection
31736 Box
31737 \begin_inset LatexCommand index
31738 name "Boxes"
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Standard
31746 Inserts a minipage box that is described section\InsetSpace ~
31747
31748 \begin_inset LatexCommand ref
31749 reference "sec:Minipages"
31750
31751 \end_inset
31752
31753 .
31754  All box types supported by LyX are explained in detail in chapter 
31755 \emph on
31756 Boxes
31757 \emph default
31758  of the 
31759 \emph on
31760 Embedded Objects
31761 \emph default
31762  manual.
31763 \end_layout
31764
31765 \begin_layout Subsection
31766 Citation
31767 \end_layout
31768
31769 \begin_layout Standard
31770 Inserts a citation as described in section\InsetSpace ~
31771
31772 \begin_inset LatexCommand ref
31773 reference "sec:Bibliography"
31774
31775 \end_inset
31776
31777 .
31778 \end_layout
31779
31780 \begin_layout Subsection
31781 Cross-Reference
31782 \end_layout
31783
31784 \begin_layout Standard
31785 Inserts a cross-reference as described in section\InsetSpace ~
31786
31787 \begin_inset LatexCommand ref
31788 reference "sec:Cross-References"
31789
31790 \end_inset
31791
31792 .
31793 \end_layout
31794
31795 \begin_layout Subsection
31796 Label
31797 \end_layout
31798
31799 \begin_layout Standard
31800 Inserts a label as described in section\InsetSpace ~
31801
31802 \begin_inset LatexCommand ref
31803 reference "sec:Cross-References"
31804
31805 \end_inset
31806
31807 .
31808 \end_layout
31809
31810 \begin_layout Subsection
31811 Caption
31812 \begin_inset LatexCommand index
31813 name "Captions"
31814
31815 \end_inset
31816
31817
31818 \begin_inset LatexCommand index
31819 name "Longtables ! Caption"
31820
31821 \end_inset
31822
31823
31824 \end_layout
31825
31826 \begin_layout Standard
31827 Inserts a caption to floats or longtables.
31828  Floats are described in section\InsetSpace ~
31829
31830 \begin_inset LatexCommand ref
31831 reference "sec:Floats"
31832
31833 \end_inset
31834
31835 , cations in longtables are described in section 
31836 \emph on
31837 Longtable Captions
31838 \emph default
31839  of the 
31840 \emph on
31841 Embedded Objects
31842 \emph default
31843  manual.
31844 \end_layout
31845
31846 \begin_layout Subsection
31847 Index Entry
31848 \end_layout
31849
31850 \begin_layout Standard
31851 Inserts an index entry as described in section\InsetSpace ~
31852
31853 \begin_inset LatexCommand ref
31854 reference "sec:Index"
31855
31856 \end_inset
31857
31858 .
31859 \end_layout
31860
31861 \begin_layout Subsection
31862 Nomenclature Entry
31863 \end_layout
31864
31865 \begin_layout Standard
31866 Inserts a nomenclature entry as described in section\InsetSpace ~
31867
31868 \begin_inset LatexCommand ref
31869 reference "sec:Nomenclature"
31870
31871 \end_inset
31872
31873 .
31874 \end_layout
31875
31876 \begin_layout Subsection
31877 Table
31878 \end_layout
31879
31880 \begin_layout Standard
31881 Inserts a table.
31882  Tables are described in section\InsetSpace ~
31883
31884 \begin_inset LatexCommand ref
31885 reference "sec:Tables"
31886
31887 \end_inset
31888
31889 .
31890 \end_layout
31891
31892 \begin_layout Subsection
31893 Graphics
31894 \end_layout
31895
31896 \begin_layout Standard
31897 Inserts a graphic.
31898  Graphics are described in section\InsetSpace ~
31899
31900 \begin_inset LatexCommand ref
31901 reference "sec:Graphics"
31902
31903 \end_inset
31904
31905 .
31906 \end_layout
31907
31908 \begin_layout Subsection
31909 URL
31910 \end_layout
31911
31912 \begin_layout Standard
31913 Inserts an URL box as described in section\InsetSpace ~
31914
31915 \begin_inset LatexCommand ref
31916 reference "sec:URL"
31917
31918 \end_inset
31919
31920 .
31921 \end_layout
31922
31923 \begin_layout Subsection
31924 Footnote
31925 \end_layout
31926
31927 \begin_layout Standard
31928 Inserts a footnote, see section\InsetSpace ~
31929
31930 \begin_inset LatexCommand ref
31931 reference "sec:Footnotes"
31932
31933 \end_inset
31934
31935 .
31936 \end_layout
31937
31938 \begin_layout Subsection
31939 Marginal Note
31940 \end_layout
31941
31942 \begin_layout Standard
31943 Inserts a marginal note, see section\InsetSpace ~
31944
31945 \begin_inset LatexCommand ref
31946 reference "sec:Marginal-Notes"
31947
31948 \end_inset
31949
31950 .
31951 \end_layout
31952
31953 \begin_layout Subsection
31954 Short Title
31955 \end_layout
31956
31957 \begin_layout Standard
31958 Inserts a short title, see section\InsetSpace ~
31959
31960 \begin_inset LatexCommand ref
31961 reference "sec:Short-Titles"
31962
31963 \end_inset
31964
31965 .
31966 \end_layout
31967
31968 \begin_layout Subsection
31969 TeX Code
31970 \end_layout
31971
31972 \begin_layout Standard
31973 Inserts an ERT box, see section\InsetSpace ~
31974
31975 \begin_inset LatexCommand ref
31976 reference "sub:ERT-Boxes"
31977
31978 \end_inset
31979
31980  for a description.
31981 \end_layout
31982
31983 \begin_layout Subsection
31984 Program Listing
31985 \begin_inset LatexCommand index
31986 name "Program listings"
31987
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \begin_layout Standard
31994 Inserts a program listings box.
31995  Program listings are explained in chapter 
31996 \emph on
31997 Program Code Listings
31998 \emph default
31999  of the 
32000 \emph on
32001 Embedded Objects
32002 \emph default
32003  manual.
32004 \end_layout
32005
32006 \begin_layout Subsection
32007 Date
32008 \end_layout
32009
32010 \begin_layout Standard
32011 Inserts the actual date.
32012  The format dependends on the date format of the language that is used for
32013  LyX's menus.
32014  LyX offers another ways to insert a date which is explained in section
32015  
32016 \emph on
32017 External Material
32018 \emph default
32019  of the 
32020 \emph on
32021 Embedded Objects
32022 \emph default
32023  manual.
32024  There the different methods are also compared.
32025 \end_layout
32026
32027 \begin_layout Section
32028 The Navigate Menu
32029 \begin_inset LatexCommand index
32030 name "Menu ! Navigate"
32031
32032 \end_inset
32033
32034
32035 \end_layout
32036
32037 \begin_layout Standard
32038 This menu lists the existing, chapter, sections, figures, and tables of
32039  the current document.
32040  This allows you to navigate easily through you document.
32041 \end_layout
32042
32043 \begin_layout Standard
32044 The Navigate menu also offers to 
32045 \end_layout
32046
32047 \begin_layout Subsection
32048 Bookmarks
32049 \end_layout
32050
32051 \begin_layout Standard
32052 With this menu you are able to define your own bookmarks.
32053  This is useful when you are working on a large documents and often have
32054  to jump e.g.
32055  between section\InsetSpace ~
32056 2.5 and 6.3.
32057  To create bookmarks for this example, go to section\InsetSpace ~
32058 2.5 and use the menu
32059  
32060 \family sans
32061 Save\InsetSpace ~
32062 Bookmark\InsetSpace ~
32063 1
32064 \family default
32065 .
32066  Then go to section\InsetSpace ~
32067 6.3 and use 
32068 \family sans
32069 Save\InsetSpace ~
32070 Bookmark\InsetSpace ~
32071
32072 \family default
32073 2.
32074  Now you can easily jump between these sections by using the menu or by
32075  the key bindings 
32076 \family sans
32077 C-1
32078 \family default
32079  and 
32080 \family sans
32081 C-2
32082 \family default
32083 .
32084 \end_layout
32085
32086 \begin_layout Standard
32087 You can also use bookmarks to jump between several opened documents.
32088  The saved bookmarks are valid till the document is closed.
32089 \end_layout
32090
32091 \begin_layout Subsection
32092 Next Note, Change, Cross-reference
32093 \end_layout
32094
32095 \begin_layout Standard
32096 Jump to the next note, change, or cross-reference following the current
32097  cursor position.
32098 \end_layout
32099
32100 \begin_layout Subsection
32101 Go to Label
32102 \end_layout
32103
32104 \begin_layout Standard
32105 Only active when the cursor is in front of a cross-reference.
32106  Sets the cursor before the referenced label, the same as if you right-click
32107  on a cross-reference box.
32108 \end_layout
32109
32110 \begin_layout Section
32111 The Document Menu
32112 \begin_inset LatexCommand index
32113 name "Menu ! Document"
32114
32115 \end_inset
32116
32117
32118 \end_layout
32119
32120 \begin_layout Subsection
32121 Change Tracking
32122 \end_layout
32123
32124 \begin_layout Standard
32125 Change Tracking is described in section\InsetSpace ~
32126
32127 \begin_inset LatexCommand ref
32128 reference "sec:Change-Tracking"
32129
32130 \end_inset
32131
32132 .
32133 \end_layout
32134
32135 \begin_layout Subsection
32136 LaT
32137 \begin_inset ERT
32138 status collapsed
32139
32140 \begin_layout Standard
32141
32142 {}
32143 \end_layout
32144
32145 \end_inset
32146
32147 eX Log
32148 \end_layout
32149
32150 \begin_layout Standard
32151 After running LaTeX by viewing or exporting a document, this menu will be
32152  enabled.
32153  It shows the logfile of the used LaTeX-program.
32154 \end_layout
32155
32156 \begin_layout Standard
32157 Here you can see how LaTeX works in the background.
32158  
32159 \emph on
32160 Experts
32161 \emph default
32162  will find in it reasons for LaTeX-errors.
32163 \end_layout
32164
32165 \begin_layout Subsection
32166 Outline
32167 \end_layout
32168
32169 \begin_layout Standard
32170 Opens the TOC/Outline window as described in section\InsetSpace ~
32171
32172 \begin_inset LatexCommand ref
32173 reference "sub:Table-of-Contents"
32174
32175 \end_inset
32176
32177 .
32178 \end_layout
32179
32180 \begin_layout Subsection
32181 Start Appendix Here
32182 \end_layout
32183
32184 \begin_layout Standard
32185 This menu will start the appendix of the document at the current cursor
32186  position as described in section\InsetSpace ~
32187
32188 \begin_inset LatexCommand ref
32189 reference "sec:Appendices"
32190
32191 \end_inset
32192
32193 .
32194 \end_layout
32195
32196 \begin_layout Subsection
32197 Compressed
32198 \end_layout
32199
32200 \begin_layout Standard
32201 Un/compresses the actual document.
32202 \end_layout
32203
32204 \begin_layout Subsection
32205 Settings
32206 \begin_inset LatexCommand label
32207 name "sub:Settings"
32208
32209 \end_inset
32210
32211
32212 \begin_inset LatexCommand index
32213 name "Document ! Settings"
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Standard
32221 This menu dialog contains some submenus to set properties for the whole
32222  document.
32223  You can save your document settings as default with the 
32224 \family sans
32225 Save as Document Defaults
32226 \family default
32227  button in the dialog.
32228  This will create a template named 
32229 \family typewriter
32230 default.lyx
32231 \family default
32232  which is automatically loaded by LyX when you create a new document without
32233  using a template.
32234 \end_layout
32235
32236 \begin_layout Standard
32237 The different submenus of the dialog are explained in the following:
32238 \end_layout
32239
32240 \begin_layout Subsubsection*
32241 Document Class
32242 \end_layout
32243
32244 \begin_layout Standard
32245 Here you set the document class, class options, and a Postscript driver.
32246  Document classes are described in section\InsetSpace ~
32247
32248 \begin_inset LatexCommand ref
32249 reference "sec:Document-Classes"
32250
32251 \end_inset
32252
32253 .
32254  The Postscript driver is used for LaTeX's color and graphics packages.
32255  When using 
32256 \family sans
32257 Default
32258 \family default
32259 , the default driver for the LaTeX-packages are used.
32260  It is recommended to use the default unless your know what you are doing.
32261 \end_layout
32262
32263 \begin_layout Subsubsection*
32264 Fonts
32265 \end_layout
32266
32267 \begin_layout Standard
32268 The document font settings are described in section\InsetSpace ~
32269
32270 \begin_inset LatexCommand ref
32271 reference "sec:Fonts-and-Text"
32272
32273 \end_inset
32274
32275 .
32276 \end_layout
32277
32278 \begin_layout Subsubsection*
32279 Text Layout
32280 \end_layout
32281
32282 \begin_layout Standard
32283 You can specify if paragraphs should be separated by indentations or vertical
32284  skips.
32285  The line spacing and the number of text columns can here also be specified.
32286  
32287 \end_layout
32288
32289 \begin_layout Standard
32290 Note that LyX won't show two columns or the set up line spacing on screen.
32291  That's impractical, often unreadable, and not part of the WYSIWYM concept.
32292  However, it will be as you specified it in the output.
32293 \end_layout
32294
32295 \begin_layout Standard
32296 The listings settings are explained in the corresponding section in the
32297  
32298 \emph on
32299 Embedded Objects
32300 \emph default
32301  manual.
32302 \end_layout
32303
32304 \begin_layout Subsubsection*
32305 Page Layout
32306 \end_layout
32307
32308 \begin_layout Standard
32309 A description of this menu is given in section\InsetSpace ~
32310
32311 \begin_inset LatexCommand ref
32312 reference "sub:Paper-Size,-Orientation,"
32313
32314 \end_inset
32315
32316  and 
32317 \begin_inset LatexCommand ref
32318 reference "sub:Document-Layout"
32319
32320 \end_inset
32321
32322 .
32323 \end_layout
32324
32325 \begin_layout Subsubsection*
32326 Page Margins
32327 \end_layout
32328
32329 \begin_layout Standard
32330 Here you can adjust the paper margins, see section\InsetSpace ~
32331
32332 \begin_inset LatexCommand ref
32333 reference "sub:Margins"
32334
32335 \end_inset
32336
32337 .
32338 \end_layout
32339
32340 \begin_layout Subsubsection*
32341 Language
32342 \begin_inset LatexCommand index
32343 name "Language ! Encoding"
32344
32345 \end_inset
32346
32347
32348 \end_layout
32349
32350 \begin_layout Standard
32351 The document language and quote styles are set here.
32352  The encoding specifies how the document content is exported to LaTeX (the
32353  LyX file is always encoded in utf8).
32354  All characters that cannot be encoded using the specified encoding will
32355  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
32356  known for a particular character).
32357 \begin_inset Foot
32358 status collapsed
32359
32360 \begin_layout Standard
32361 The known commands are defined in a text file.
32362  You can add commands for unknown symbols to that file yourself, see the
32363  
32364 \emph on
32365 Customization
32366 \emph default
32367  manual for details.
32368 \end_layout
32369
32370 \end_inset
32371
32372
32373 \end_layout
32374
32375 \begin_layout Standard
32376 If you use the option 
32377 \family sans
32378 use language's default encoding
32379 \family default
32380 , LyX determines the encoding of a portion of text from the language of
32381  this text.
32382  If the document contains text in more than one language you may get more
32383  than one encoding in the LaTeX file.
32384  If you do not use this option then the complete document will always use
32385  exactly one encoding.
32386  Checking this option is the preferred setting unless you use 
32387 \family sans
32388 XeTeX
32389 \family default
32390
32391 \begin_inset Foot
32392 status collapsed
32393
32394 \begin_layout Standard
32395 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
32396  It natively supports Unicode while its input file is assumed to be in UTF-8
32397  encoding.
32398  More about using LyX with XeTeX can be found in 
32399 \begin_inset LatexCommand cite
32400 key "XeTeX"
32401
32402 \end_inset
32403
32404 .
32405 \end_layout
32406
32407 \end_inset
32408
32409  (see below).
32410 \end_layout
32411
32412 \begin_layout Standard
32413 LyX also supports Unicode output, which is particularly useful if you need
32414  lots of special symbols or non-alphabetic scripts, respectively.
32415  If you want to use this (and your LaTeX installation supports Unicode,
32416  for that matter), choose one of the four utf8 variants from the list below.
32417  Unfortunately the unicode support of standard LaTeX is quite incomplete,
32418  so it is not uncommon that a file with lots of unicode symbols works fine
32419  with 
32420 \family sans
32421 use language's default encoding
32422 \family default
32423  (when LyX uses it's list of known LaTeX-commands), but does not work with
32424  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
32425  because all unicode symbols can be encoded in utf8).
32426 \end_layout
32427
32428 \begin_layout Standard
32429 Here is a list with the important encodings:
32430 \end_layout
32431
32432 \begin_layout Description
32433 LaTeX\InsetSpace ~
32434 default Same as 
32435 \family sans
32436 use language's default encoding
32437 \family default
32438 , but the LaTeX-package 
32439 \series bold
32440 inputenc
32441 \series default
32442
32443 \begin_inset LatexCommand index
32444 name "LaTeX-packages ! inputenc"
32445
32446 \end_inset
32447
32448  is not used.
32449  You probably need to load some other packages manually in the preamble.
32450 \end_layout
32451
32452 \begin_layout Description
32453 armscii8 encoding for Armenian
32454 \end_layout
32455
32456 \begin_layout Description
32457 ascii the ASCII encoding, covers only plain English, may result in a big
32458  file because lots of LaTeX-commands may be needed
32459 \end_layout
32460
32461 \begin_layout Description
32462 cp1250 MS Windows code page for latin2
32463 \end_layout
32464
32465 \begin_layout Description
32466 cp1251 MS Windows code page for Cyrillic
32467 \end_layout
32468
32469 \begin_layout Description
32470 cp1252 MS Windows code page for latin1
32471 \end_layout
32472
32473 \begin_layout Description
32474 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
32475 \end_layout
32476
32477 \begin_layout Description
32478 cp1256 MS Windows code page for Arabic and Farsi
32479 \end_layout
32480
32481 \begin_layout Description
32482 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
32483 13 encoding that is a superset of the ISO-8859-4 encoding
32484 \end_layout
32485
32486 \begin_layout Description
32487 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
32488  Serbian, and Ukrainian
32489 \end_layout
32490
32491 \begin_layout Description
32492 iso-8859-7 the ISO-8859-7 encoding, covers Greek
32493 \end_layout
32494
32495 \begin_layout Description
32496 8859-8 the ISO-8859-8 encoding, covers Hebrew
32497 \end_layout
32498
32499 \begin_layout Description
32500 koi8-r standard Cyrillic especially for Russian
32501 \end_layout
32502
32503 \begin_layout Description
32504 koi8-u Cyrillic for Ukrainian
32505 \end_layout
32506
32507 \begin_layout Description
32508 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
32509  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
32510  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
32511  replaced by latin9
32512 \end_layout
32513
32514 \begin_layout Description
32515 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
32516  Hungarian, Polish, Romanian, Slovak, and Slovenian
32517 \end_layout
32518
32519 \begin_layout Description
32520 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
32521  Turkish
32522 \end_layout
32523
32524 \begin_layout Description
32525 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
32526 \end_layout
32527
32528 \begin_layout Description
32529 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
32530  where the Icelandic letters are replaced by Turkish ones
32531 \end_layout
32532
32533 \begin_layout Description
32534 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
32535  the euro currency sign, the 
32536 \begin_inset ERT
32537 status collapsed
32538
32539 \begin_layout Standard
32540
32541
32542 \backslash
32543 oe
32544 \end_layout
32545
32546 \end_inset
32547
32548 -ligature and some characters used for French and Finnish; latin9 should
32549  be the replacement for latin1
32550 \end_layout
32551
32552 \begin_layout Description
32553 pt154 Cyrillic for Kazakh
32554 \end_layout
32555
32556 \begin_layout Description
32557 utf8 Unicode utf8 with the LaTeX-package 
32558 \series bold
32559 inputenc
32560 \series default
32561
32562 \begin_inset LatexCommand index
32563 name "LaTeX-packages ! inputenc"
32564
32565 \end_inset
32566
32567  (first variant, for latin symbols and some others).
32568 \end_layout
32569
32570 \begin_layout Description
32571 utf8x Unicode utf8 with the LaTeX-package 
32572 \series bold
32573 inputenc
32574 \series default
32575  (second variant, for greek and CJK symbols and some others).
32576 \end_layout
32577
32578 \begin_layout Description
32579 UTF8 Unicode utf8 with the LaTeX-package 
32580 \series bold
32581 CJK
32582 \series default
32583
32584 \begin_inset LatexCommand index
32585 name "LaTeX-packages ! CJK"
32586
32587 \end_inset
32588
32589  (for the languages Chinese, Japanese and Korean)
32590 \end_layout
32591
32592 \begin_layout Description
32593 utf8-plain Unicode utf8 to be used with 
32594 \family sans
32595 XeTeX
32596 \family default
32597 , which uses Unicode directly, without the help of the LaTeX-package 
32598 \series bold
32599 inputenc
32600 \series default
32601  
32602 \begin_inset Foot
32603 status collapsed
32604
32605 \begin_layout Standard
32606 More about using LyX with XeTeX can be found in 
32607 \begin_inset LatexCommand cite
32608 key "XeTeX"
32609
32610 \end_inset
32611
32612 .
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \begin_layout Subsubsection*
32621 Numbering & TOC
32622 \end_layout
32623
32624 \begin_layout Standard
32625 You can adjust here the numbering depth of sections headings as described
32626  in section\InsetSpace ~
32627
32628 \begin_inset LatexCommand ref
32629 reference "sub:Numbering-depth"
32630
32631 \end_inset
32632
32633 .
32634 \end_layout
32635
32636 \begin_layout Subsubsection*
32637 Bibliography
32638 \end_layout
32639
32640 \begin_layout Standard
32641 You can specify here a citation style using the LaTeX-packages 
32642 \series bold
32643 natbib
32644 \begin_inset LatexCommand index
32645 name "LaTeX-packages ! natbib"
32646
32647 \end_inset
32648
32649
32650 \series default
32651  or 
32652 \series bold
32653 jurabib
32654 \series default
32655
32656 \begin_inset LatexCommand index
32657 name "LaTeX-packages ! jurabib"
32658
32659 \end_inset
32660
32661 .
32662  For a further description see section\InsetSpace ~
32663
32664 \begin_inset LatexCommand ref
32665 reference "sec:Bibliography"
32666
32667 \end_inset
32668
32669 .
32670 \end_layout
32671
32672 \begin_layout Subsubsection*
32673 Math Options
32674 \end_layout
32675
32676 \begin_layout Standard
32677 These options will force LyX to use the LaTeX-packages 
32678 \series bold
32679 amsmath
32680 \begin_inset LatexCommand index
32681 name "LaTeX-packages ! amsmath"
32682
32683 \end_inset
32684
32685
32686 \series default
32687  and 
32688 \series bold
32689 esint
32690 \begin_inset LatexCommand index
32691 name "LaTeX-packages ! esint"
32692
32693 \end_inset
32694
32695
32696 \series default
32697  or to use them automatically when they are needed.
32698 \end_layout
32699
32700 \begin_layout Standard
32701
32702 \series bold
32703 amsmath
32704 \series default
32705  is needed for many constructs, so when you get LaTeX-errors in formulas,
32706  assure that you have enabled AMS.
32707 \end_layout
32708
32709 \begin_layout Standard
32710
32711 \series bold
32712 esint
32713 \series default
32714  is used for special integral characters.
32715 \end_layout
32716
32717 \begin_layout Subsubsection*
32718 Float Placement
32719 \end_layout
32720
32721 \begin_layout Standard
32722 The float placement options are described in section
32723 \begin_inset Formula $\,$
32724 \end_inset
32725
32726
32727 \begin_inset LatexCommand ref
32728 reference "sub:Float-Placement"
32729
32730 \end_inset
32731
32732 .
32733 \end_layout
32734
32735 \begin_layout Subsubsection*
32736 Bullets
32737 \end_layout
32738
32739 \begin_layout Standard
32740 Here you can adjust the characters for the itemize levels.
32741  The itemize environment is described in section\InsetSpace ~
32742
32743 \begin_inset LatexCommand ref
32744 reference "sec:Itemize"
32745
32746 \end_inset
32747
32748 .
32749 \end_layout
32750
32751 \begin_layout Subsubsection*
32752 Branches
32753 \end_layout
32754
32755 \begin_layout Standard
32756 Branches are described in section\InsetSpace ~
32757
32758 \begin_inset LatexCommand ref
32759 reference "sec:Branches"
32760
32761 \end_inset
32762
32763 .
32764 \end_layout
32765
32766 \begin_layout Subsubsection*
32767 LaT
32768 \begin_inset ERT
32769 status collapsed
32770
32771 \begin_layout Standard
32772
32773 {}
32774 \end_layout
32775
32776 \end_inset
32777
32778 eX Preamble
32779 \end_layout
32780
32781 \begin_layout Standard
32782 In this text field are entered commands to load special LaTeX-packages or
32783  to define LaTeX-commands.
32784  The preamble is a thing for LaTeX-experts.
32785  You shouldn't enter commands here until you don't exactly know what you
32786  do.
32787 \end_layout
32788
32789 \begin_layout Standard
32790 An introduction in the LaTeX-syntax is given in section\InsetSpace ~
32791
32792 \begin_inset LatexCommand ref
32793 reference "sub:LaTeX-Syntax"
32794
32795 \end_inset
32796
32797 .
32798 \end_layout
32799
32800 \begin_layout Section
32801 The Tools Menu
32802 \begin_inset LatexCommand index
32803 name "Menu ! Tools"
32804
32805 \end_inset
32806
32807
32808 \end_layout
32809
32810 \begin_layout Subsection
32811 Spellchecker
32812 \end_layout
32813
32814 \begin_layout Standard
32815 Spell checking is explained in section\InsetSpace ~
32816
32817 \begin_inset LatexCommand ref
32818 reference "sec:Spellchecking"
32819
32820 \end_inset
32821
32822 .
32823 \end_layout
32824
32825 \begin_layout Subsection
32826 Thesaurus
32827 \end_layout
32828
32829 \begin_layout Standard
32830 The thesaurus is described in section\InsetSpace ~
32831
32832 \begin_inset LatexCommand ref
32833 reference "sec:Thesaurus"
32834
32835 \end_inset
32836
32837 .
32838 \end_layout
32839
32840 \begin_layout Subsection
32841 Count Words
32842 \begin_inset LatexCommand index
32843 name "Word count"
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Standard
32851 Counts the number of words in the actual document or the highlighted document
32852  part.
32853 \end_layout
32854
32855 \begin_layout Subsection
32856 T
32857 \begin_inset ERT
32858 status collapsed
32859
32860 \begin_layout Standard
32861
32862 {}
32863 \end_layout
32864
32865 \end_inset
32866
32867 eX Information
32868 \begin_inset LatexCommand index
32869 name "TeX Information"
32870
32871 \end_inset
32872
32873
32874 \end_layout
32875
32876 \begin_layout Standard
32877 Shows you a list of the classes and styles installed in your LaTeX-system.
32878 \end_layout
32879
32880 \begin_layout Subsection
32881 Reconfigure
32882 \begin_inset LatexCommand index
32883 name "Reconfiguration of LyX"
32884
32885 \end_inset
32886
32887
32888 \begin_inset LatexCommand index
32889 name "LyX ! Reconfigure|see{Reconfiguration of LyX}"
32890
32891 \end_inset
32892
32893
32894 \end_layout
32895
32896 \begin_layout Standard
32897 This menu reconfigures LyX.
32898  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
32899
32900 \begin_inset LatexCommand ref
32901 reference "sec:Basic-LyX-Setup"
32902
32903 \end_inset
32904
32905 .
32906 \end_layout
32907
32908 \begin_layout Subsection
32909 Preferences
32910 \end_layout
32911
32912 \begin_layout Standard
32913 The preferences dialog is described in detail in chapter
32914 \begin_inset Formula $\,$
32915 \end_inset
32916
32917
32918 \begin_inset LatexCommand ref
32919 reference "cha:The-Preferences-dialog"
32920
32921 \end_inset
32922
32923 .
32924 \end_layout
32925
32926 \begin_layout Section
32927 The Help Menu
32928 \begin_inset LatexCommand index
32929 name "Menu ! Help"
32930
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \begin_layout Standard
32937 This menu opens the documentation files of LyX in the language of LyX's
32938  menus.
32939 \end_layout
32940
32941 \begin_layout Standard
32942 The menu 
32943 \family sans
32944 LaTeX\InsetSpace ~
32945 Configuration
32946 \family default
32947  shows a LyX-document with informations about the LaTeX-packages and classes
32948  found by LyX (see also section\InsetSpace ~
32949
32950 \begin_inset LatexCommand ref
32951 reference "sec:LaTeX-Setup"
32952
32953 \end_inset
32954
32955 ).
32956 \end_layout
32957
32958 \begin_layout Section
32959 Toolbars
32960 \begin_inset LatexCommand label
32961 name "sec:Toolbars"
32962
32963 \end_inset
32964
32965
32966 \end_layout
32967
32968 \begin_layout Standard
32969 How to show or hide toolbars is explained in section\InsetSpace ~
32970
32971 \begin_inset LatexCommand ref
32972 reference "sub:Toolbars"
32973
32974 \end_inset
32975
32976 .
32977 \end_layout
32978
32979 \begin_layout Standard
32980 It is also possible to define custom toolbars.
32981  This is described in the 
32982 \emph on
32983 Extended Features
32984 \emph default
32985  manual.
32986  
32987 \end_layout
32988
32989 \begin_layout Subsection
32990 Standard Toolbar
32991 \begin_inset LatexCommand index
32992 name "Toolbar ! Standard"
32993
32994 \end_inset
32995
32996
32997 \end_layout
32998
32999 \begin_layout Standard
33000 \begin_inset Graphics
33001         filename clipart/StandardToolbar.png
33002         width 100col%
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Standard
33010 \begin_inset VSpace defskip
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Standard
33017 The standard toolbar as shown above contains from left to right the following
33018  buttons:
33019 \begin_inset ERT
33020 status collapsed
33021
33022 \begin_layout Standard
33023
33024
33025 \backslash
33026 setlength{
33027 \backslash
33028 LTleft}{0pt}
33029 \end_layout
33030
33031 \end_inset
33032
33033
33034 \begin_inset Note Note
33035 status collapsed
33036
33037 \begin_layout Standard
33038 This is necessary to left align the following longtables.
33039  See the 
33040 \emph on
33041 Embedded Objects
33042 \emph default
33043  manual for more information.
33044 \end_layout
33045
33046 \end_inset
33047
33048
33049 \end_layout
33050
33051 \begin_layout Standard
33052 \begin_inset VSpace defskip
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \begin_layout Standard
33059 \begin_inset Tabular
33060 <lyxtabular version="3" rows="1" columns="2">
33061 <features islongtable="true">
33062 <column alignment="center" valignment="top" width="0">
33063 <column alignment="center" valignment="top" width="0">
33064 <row>
33065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33066 \begin_inset Text
33067
33068 \begin_layout Standard
33069 \begin_inset Graphics
33070         filename clipart/ToolbarEnvBox.png
33071         clip
33072
33073 \end_inset
33074
33075
33076 \end_layout
33077
33078 \end_inset
33079 </cell>
33080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Standard
33084 pull-down menu for the paragraph environments
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 </row>
33090 </lyxtabular>
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \begin_layout Standard
33098 \begin_inset VSpace -10mm
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \begin_layout Standard
33105 \align left
33106 \begin_inset Tabular
33107 <lyxtabular version="3" rows="20" columns="2">
33108 <features islongtable="true">
33109 <column alignment="left" valignment="top" width="0">
33110 <column alignment="left" valignment="top" width="0">
33111 <row interlinespace="2.5mm">
33112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Standard
33116
33117 \family sans
33118 \begin_inset Graphics
33119         filename ../images/buffer-new.png
33120         BoundingBox 0bp 5bp 20bp 20bp
33121
33122 \end_inset
33123
33124
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Standard
33133
33134 \family sans
33135 File\SpecialChar \menuseparator
33136 New
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row interlinespace="2.5mm">
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Standard
33147 \begin_inset Graphics
33148         filename ../images/file-open.png
33149         BoundingBox 0bp 5bp 20bp 20bp
33150
33151 \end_inset
33152
33153
33154 \end_layout
33155
33156 \end_inset
33157 </cell>
33158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Standard
33162
33163 \family sans
33164 File\SpecialChar \menuseparator
33165 Open
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 </row>
33171 <row interlinespace="2.5mm">
33172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33173 \begin_inset Text
33174
33175 \begin_layout Standard
33176 \begin_inset Graphics
33177         filename ../images/buffer-write.png
33178         BoundingBox 0bp 5bp 20bp 20bp
33179
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Standard
33191
33192 \family sans
33193 File\SpecialChar \menuseparator
33194 Save
33195 \end_layout
33196
33197 \end_inset
33198 </cell>
33199 </row>
33200 <row interlinespace="2.5mm">
33201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33202 \begin_inset Text
33203
33204 \begin_layout Standard
33205 \begin_inset Graphics
33206         filename ../images/dialog-show_print.png
33207         BoundingBox 0bp 5bp 24bp 20bp
33208
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33217 \begin_inset Text
33218
33219 \begin_layout Standard
33220
33221 \family sans
33222 File\SpecialChar \menuseparator
33223 Print
33224 \end_layout
33225
33226 \end_inset
33227 </cell>
33228 </row>
33229 <row interlinespace="2.5mm">
33230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Standard
33234 \begin_inset Graphics
33235         filename ../images/dialog-show_spellchecker.png
33236         BoundingBox 0bp 5bp 20bp 20bp
33237
33238 \end_inset
33239
33240
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Standard
33249
33250 \family sans
33251 Tools\SpecialChar \menuseparator
33252 Spellchecker
33253 \end_layout
33254
33255 \end_inset
33256 </cell>
33257 </row>
33258 <row interlinespace="2.5mm">
33259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33260 \begin_inset Text
33261
33262 \begin_layout Standard
33263 \begin_inset Graphics
33264         filename ../images/undo.png
33265         BoundingBox 0bp 5bp 20bp 20bp
33266
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Standard
33278
33279 \family sans
33280 Edit\SpecialChar \menuseparator
33281 Undo
33282 \end_layout
33283
33284 \end_inset
33285 </cell>
33286 </row>
33287 <row interlinespace="2.5mm">
33288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33289 \begin_inset Text
33290
33291 \begin_layout Standard
33292 \begin_inset Graphics
33293         filename ../images/redo.png
33294         BoundingBox 0bp 5bp 20bp 20bp
33295
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33304 \begin_inset Text
33305
33306 \begin_layout Standard
33307
33308 \family sans
33309 Edit\SpecialChar \menuseparator
33310 Redo
33311 \end_layout
33312
33313 \end_inset
33314 </cell>
33315 </row>
33316 <row interlinespace="2.5mm">
33317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33318 \begin_inset Text
33319
33320 \begin_layout Standard
33321 \begin_inset Graphics
33322         filename ../images/cut.png
33323         BoundingBox 0bp 5bp 20bp 20bp
33324
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \end_inset
33331 </cell>
33332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33333 \begin_inset Text
33334
33335 \begin_layout Standard
33336
33337 \family sans
33338 Edit\SpecialChar \menuseparator
33339 Cut
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 </row>
33345 <row interlinespace="2.5mm">
33346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33347 \begin_inset Text
33348
33349 \begin_layout Standard
33350 \begin_inset Graphics
33351         filename ../images/copy.png
33352         BoundingBox 0bp 5bp 20bp 20bp
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33362 \begin_inset Text
33363
33364 \begin_layout Standard
33365
33366 \family sans
33367 Edit\SpecialChar \menuseparator
33368 Copy
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 </row>
33374 <row interlinespace="2.5mm">
33375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Standard
33379 \begin_inset Graphics
33380         filename ../images/paste.png
33381         BoundingBox 0bp 5bp 20bp 20bp
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \end_inset
33389 </cell>
33390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33391 \begin_inset Text
33392
33393 \begin_layout Standard
33394
33395 \family sans
33396 Edit\SpecialChar \menuseparator
33397 Paste
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 </row>
33403 <row interlinespace="2.5mm">
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Standard
33408 \begin_inset Graphics
33409         filename ../images/dialog-show_findreplace.png
33410         BoundingBox 0bp 5bp 20bp 25bp
33411         rotateOrigin center
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33421 \begin_inset Text
33422
33423 \begin_layout Standard
33424
33425 \family sans
33426 Edit\SpecialChar \menuseparator
33427 Find\InsetSpace \thinspace{}
33428 &\InsetSpace \thinspace{}
33429 Replace
33430 \end_layout
33431
33432 \end_inset
33433 </cell>
33434 </row>
33435 <row interlinespace="2.5mm">
33436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33437 \begin_inset Text
33438
33439 \begin_layout Standard
33440 \begin_inset Graphics
33441         filename ../images/font-emph.png
33442         BoundingBox 0bp 5bp 20bp 20bp
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \end_inset
33450 </cell>
33451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33452 \begin_inset Text
33453
33454 \begin_layout Standard
33455 Emphasize text, function of the Edit
33456 \family sans
33457 \SpecialChar \menuseparator
33458 Text\InsetSpace ~
33459 Style
33460 \family default
33461  dialog
33462 \end_layout
33463
33464 \end_inset
33465 </cell>
33466 </row>
33467 <row interlinespace="2.5mm">
33468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33469 \begin_inset Text
33470
33471 \begin_layout Standard
33472 \begin_inset Graphics
33473         filename ../images/font-noun.png
33474         BoundingBox 0bp 5bp 20bp 20bp
33475
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \end_inset
33482 </cell>
33483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33484 \begin_inset Text
33485
33486 \begin_layout Standard
33487 Set text to noun style, function of the Edit
33488 \family sans
33489 \SpecialChar \menuseparator
33490 Text\InsetSpace ~
33491 Style
33492 \family default
33493  dialog
33494 \end_layout
33495
33496 \end_inset
33497 </cell>
33498 </row>
33499 <row interlinespace="2.5mm">
33500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Standard
33504 \begin_inset Graphics
33505         filename ../images/font-free-apply.png
33506         BoundingBox 0bp 5bp 20bp 20bp
33507
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \end_inset
33514 </cell>
33515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Standard
33519 Formats text using the current settings in the 
33520 \family sans
33521 Edit\SpecialChar \menuseparator
33522 Text\InsetSpace ~
33523 Style
33524 \family default
33525  dialog
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 </row>
33531 <row interlinespace="2.5mm">
33532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33533 \begin_inset Text
33534
33535 \begin_layout Standard
33536 \begin_inset Graphics
33537         filename ../images/math-mode.png
33538         BoundingBox 0bp 5bp 20bp 20bp
33539
33540 \end_inset
33541
33542
33543 \end_layout
33544
33545 \end_inset
33546 </cell>
33547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Standard
33551
33552 \family sans
33553 Insert\SpecialChar \menuseparator
33554 Math\SpecialChar \menuseparator
33555 Inline\InsetSpace ~
33556 Formula
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 </row>
33562 <row interlinespace="2.5mm">
33563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33564 \begin_inset Text
33565
33566 \begin_layout Standard
33567 \begin_inset Graphics
33568         filename ../images/dialog-show-new-inset_graphics.png
33569         BoundingBox 0bp 5bp 20bp 25bp
33570         rotateOrigin center
33571
33572 \end_inset
33573
33574
33575 \end_layout
33576
33577 \end_inset
33578 </cell>
33579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33580 \begin_inset Text
33581
33582 \begin_layout Standard
33583
33584 \family sans
33585 Insert\SpecialChar \menuseparator
33586 Graphics
33587 \end_layout
33588
33589 \end_inset
33590 </cell>
33591 </row>
33592 <row interlinespace="2.5mm">
33593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33594 \begin_inset Text
33595
33596 \begin_layout Standard
33597 \begin_inset Graphics
33598         filename ../images/tabular-insert.png
33599         BoundingBox 0bp 5bp 20bp 25bp
33600         rotateOrigin center
33601
33602 \end_inset
33603
33604
33605 \end_layout
33606
33607 \end_inset
33608 </cell>
33609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33610 \begin_inset Text
33611
33612 \begin_layout Standard
33613
33614 \family sans
33615 Insert\SpecialChar \menuseparator
33616 Table
33617 \end_layout
33618
33619 \end_inset
33620 </cell>
33621 </row>
33622 <row interlinespace="2.5mm">
33623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33624 \begin_inset Text
33625
33626 \begin_layout Standard
33627 \begin_inset Graphics
33628         filename ../images/dialog-toggle_toc.png
33629         BoundingBox 0bp 5bp 20bp 25bp
33630         rotateOrigin center
33631
33632 \end_inset
33633
33634
33635 \end_layout
33636
33637 \end_inset
33638 </cell>
33639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33640 \begin_inset Text
33641
33642 \begin_layout Standard
33643 Toggle outline window on/off, 
33644 \family sans
33645 Document\SpecialChar \menuseparator
33646 Outline
33647 \end_layout
33648
33649 \end_inset
33650 </cell>
33651 </row>
33652 <row interlinespace="2.5mm">
33653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33654 \begin_inset Text
33655
33656 \begin_layout Standard
33657 \begin_inset Graphics
33658         filename ../images/toolbar-toggle_math.png
33659         BoundingBox 0bp 5bp 20bp 25bp
33660         rotateOrigin center
33661
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \end_inset
33668 </cell>
33669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33670 \begin_inset Text
33671
33672 \begin_layout Standard
33673 Toggle math toolbar on/off
33674 \end_layout
33675
33676 \end_inset
33677 </cell>
33678 </row>
33679 <row interlinespace="2.5mm">
33680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33681 \begin_inset Text
33682
33683 \begin_layout Standard
33684 \begin_inset Graphics
33685         filename ../images/toolbar-toggle_table.png
33686         BoundingBox 0bp 5bp 20bp 25bp
33687         rotateOrigin center
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \end_inset
33695 </cell>
33696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33697 \begin_inset Text
33698
33699 \begin_layout Standard
33700 Toggle table toolbar on/off
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 </row>
33706 </lyxtabular>
33707
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \begin_layout Subsection
33714 Extra Toolbar
33715 \begin_inset LatexCommand index
33716 name "Toolbar ! Extra"
33717
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \begin_layout Standard
33724 \begin_inset Graphics
33725         filename clipart/ExtraToolbar.png
33726         width 100col%
33727
33728 \end_inset
33729
33730
33731 \end_layout
33732
33733 \begin_layout Standard
33734 \begin_inset VSpace defskip
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \begin_layout Standard
33741 The extra toolbar as shown above contains from left to right the following
33742  buttons:
33743 \end_layout
33744
33745 \begin_layout Standard
33746 \begin_inset VSpace defskip
33747 \end_inset
33748
33749
33750 \end_layout
33751
33752 \begin_layout Standard
33753 \begin_inset Tabular
33754 <lyxtabular version="3" rows="23" columns="2">
33755 <features islongtable="true">
33756 <column alignment="left" valignment="top" width="0">
33757 <column alignment="left" valignment="top" width="0">
33758 <row interlinespace="2.5mm">
33759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33760 \begin_inset Text
33761
33762 \begin_layout Standard
33763 \begin_inset Graphics
33764         filename ../images/layout.png
33765         BoundingBox 0bp 5bp 20bp 25bp
33766         rotateOrigin center
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \end_inset
33774 </cell>
33775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33776 \begin_inset Text
33777
33778 \begin_layout Standard
33779 Default
33780 \end_layout
33781
33782 \end_inset
33783 </cell>
33784 </row>
33785 <row interlinespace="2.5mm">
33786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33787 \begin_inset Text
33788
33789 \begin_layout Standard
33790 \begin_inset Graphics
33791         filename ../images/layout_Enumerate.png
33792         BoundingBox 0bp 5bp 20bp 25bp
33793         rotateOrigin center
33794
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \end_inset
33801 </cell>
33802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33803 \begin_inset Text
33804
33805 \begin_layout Standard
33806 Numbered list
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 </row>
33812 <row interlinespace="2.5mm">
33813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33814 \begin_inset Text
33815
33816 \begin_layout Standard
33817 \begin_inset Graphics
33818         filename ../images/layout_Itemize.png
33819         BoundingBox 0bp 5bp 20bp 25bp
33820         rotateOrigin center
33821
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \end_inset
33828 </cell>
33829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33830 \begin_inset Text
33831
33832 \begin_layout Standard
33833 Itemized list
33834 \end_layout
33835
33836 \end_inset
33837 </cell>
33838 </row>
33839 <row interlinespace="2.5mm">
33840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33841 \begin_inset Text
33842
33843 \begin_layout Standard
33844 \begin_inset Graphics
33845         filename ../images/layout_List.png
33846         BoundingBox 0bp 5bp 20bp 25bp
33847         rotateOrigin center
33848
33849 \end_inset
33850
33851
33852 \end_layout
33853
33854 \end_inset
33855 </cell>
33856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33857 \begin_inset Text
33858
33859 \begin_layout Standard
33860 List
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 </row>
33866 <row interlinespace="2.5mm">
33867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33868 \begin_inset Text
33869
33870 \begin_layout Standard
33871 \begin_inset Graphics
33872         filename ../images/layout_Description.png
33873         BoundingBox 0bp 5bp 20bp 25bp
33874         rotateOrigin center
33875
33876 \end_inset
33877
33878
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33884 \begin_inset Text
33885
33886 \begin_layout Standard
33887 Description list
33888 \end_layout
33889
33890 \end_inset
33891 </cell>
33892 </row>
33893 <row interlinespace="2.5mm">
33894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33895 \begin_inset Text
33896
33897 \begin_layout Standard
33898 \begin_inset Graphics
33899         filename ../images/depth-increment.png
33900         BoundingBox 0bp 5bp 20bp 25bp
33901         rotateOrigin center
33902
33903 \end_inset
33904
33905
33906 \end_layout
33907
33908 \end_inset
33909 </cell>
33910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33911 \begin_inset Text
33912
33913 \begin_layout Standard
33914
33915 \family sans
33916 Edit\SpecialChar \menuseparator
33917 Increase\InsetSpace ~
33918 List\InsetSpace ~
33919 Depth
33920 \end_layout
33921
33922 \end_inset
33923 </cell>
33924 </row>
33925 <row interlinespace="2.5mm">
33926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33927 \begin_inset Text
33928
33929 \begin_layout Standard
33930 \begin_inset Graphics
33931         filename ../images/depth-decrement.png
33932         BoundingBox 0bp 5bp 20bp 25bp
33933         rotateOrigin center
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33943 \begin_inset Text
33944
33945 \begin_layout Standard
33946
33947 \family sans
33948 Edit\SpecialChar \menuseparator
33949 Decrease\InsetSpace ~
33950 List\InsetSpace ~
33951 Depth
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 </row>
33957 <row interlinespace="2.5mm">
33958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33959 \begin_inset Text
33960
33961 \begin_layout Standard
33962 \begin_inset Graphics
33963         filename ../images/float-insert_figure.png
33964         BoundingBox 0bp 5bp 20bp 20bp
33965
33966 \end_inset
33967
33968
33969 \end_layout
33970
33971 \end_inset
33972 </cell>
33973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33974 \begin_inset Text
33975
33976 \begin_layout Standard
33977
33978 \family sans
33979 Insert\SpecialChar \menuseparator
33980 Float\SpecialChar \menuseparator
33981 Figure
33982 \end_layout
33983
33984 \end_inset
33985 </cell>
33986 </row>
33987 <row interlinespace="2.5mm">
33988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33989 \begin_inset Text
33990
33991 \begin_layout Standard
33992 \begin_inset Graphics
33993         filename ../images/float-insert_table.png
33994         BoundingBox 0bp 5bp 20bp 20bp
33995
33996 \end_inset
33997
33998
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Standard
34007
34008 \family sans
34009 Insert\SpecialChar \menuseparator
34010 Float\SpecialChar \menuseparator
34011 Table
34012 \end_layout
34013
34014 \end_inset
34015 </cell>
34016 </row>
34017 <row interlinespace="2.5mm">
34018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34019 \begin_inset Text
34020
34021 \begin_layout Standard
34022 \begin_inset Graphics
34023         filename ../images/label-insert.png
34024         BoundingBox 0bp 5bp 20bp 20bp
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \end_inset
34032 </cell>
34033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34034 \begin_inset Text
34035
34036 \begin_layout Standard
34037
34038 \family sans
34039 Insert\SpecialChar \menuseparator
34040 Label
34041 \end_layout
34042
34043 \end_inset
34044 </cell>
34045 </row>
34046 <row interlinespace="2.5mm">
34047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34048 \begin_inset Text
34049
34050 \begin_layout Standard
34051 \begin_inset Graphics
34052         filename ../images/dialog-show-new-inset_ref.png
34053         BoundingBox 0bp 5bp 20bp 20bp
34054
34055 \end_inset
34056
34057
34058 \end_layout
34059
34060 \end_inset
34061 </cell>
34062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34063 \begin_inset Text
34064
34065 \begin_layout Standard
34066
34067 \family sans
34068 Insert\SpecialChar \menuseparator
34069 Cross-Reference
34070 \end_layout
34071
34072 \end_inset
34073 </cell>
34074 </row>
34075 <row interlinespace="2.5mm">
34076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34077 \begin_inset Text
34078
34079 \begin_layout Standard
34080 \begin_inset Graphics
34081         filename ../images/dialog-show-new-inset_citation.png
34082         BoundingBox 0bp 5bp 20bp 20bp
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \end_inset
34090 </cell>
34091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34092 \begin_inset Text
34093
34094 \begin_layout Standard
34095
34096 \family sans
34097 Insert\SpecialChar \menuseparator
34098 Citation
34099 \end_layout
34100
34101 \end_inset
34102 </cell>
34103 </row>
34104 <row interlinespace="2.5mm">
34105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34106 \begin_inset Text
34107
34108 \begin_layout Standard
34109 \begin_inset Graphics
34110         filename ../images/index-insert.png
34111         BoundingBox 0bp 5bp 20bp 20bp
34112
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \end_inset
34119 </cell>
34120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34121 \begin_inset Text
34122
34123 \begin_layout Standard
34124
34125 \family sans
34126 Insert\SpecialChar \menuseparator
34127 Index\InsetSpace ~
34128 Entry
34129 \end_layout
34130
34131 \end_inset
34132 </cell>
34133 </row>
34134 <row interlinespace="2.5mm">
34135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34136 \begin_inset Text
34137
34138 \begin_layout Standard
34139 \begin_inset Graphics
34140         filename ../images/nomencl-insert.png
34141         BoundingBox 0bp 5bp 20bp 20bp
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \end_inset
34149 </cell>
34150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34151 \begin_inset Text
34152
34153 \begin_layout Standard
34154
34155 \family sans
34156 Insert\SpecialChar \menuseparator
34157 Nomenclature\InsetSpace ~
34158 Entry
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 </row>
34164 <row interlinespace="2.5mm">
34165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Standard
34169 \begin_inset Graphics
34170         filename ../images/footnote-insert.png
34171         BoundingBox 0bp 5bp 20bp 20bp
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \end_inset
34179 </cell>
34180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34181 \begin_inset Text
34182
34183 \begin_layout Standard
34184
34185 \family sans
34186 Insert\SpecialChar \menuseparator
34187 Footnote
34188 \end_layout
34189
34190 \end_inset
34191 </cell>
34192 </row>
34193 <row interlinespace="2.5mm">
34194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34195 \begin_inset Text
34196
34197 \begin_layout Standard
34198 \begin_inset Graphics
34199         filename ../images/marginalnote-insert.png
34200         BoundingBox 0bp 5bp 20bp 25bp
34201         rotateOrigin center
34202
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \end_inset
34209 </cell>
34210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34211 \begin_inset Text
34212
34213 \begin_layout Standard
34214
34215 \family sans
34216 Insert\SpecialChar \menuseparator
34217 Marginal\InsetSpace ~
34218 Note
34219 \end_layout
34220
34221 \end_inset
34222 </cell>
34223 </row>
34224 <row interlinespace="2.5mm">
34225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34226 \begin_inset Text
34227
34228 \begin_layout Standard
34229 \begin_inset Graphics
34230         filename ../images/note-insert.png
34231         BoundingBox 0bp 5bp 20bp 20bp
34232
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \end_inset
34239 </cell>
34240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34241 \begin_inset Text
34242
34243 \begin_layout Standard
34244
34245 \family sans
34246 Insert\SpecialChar \menuseparator
34247 Note\SpecialChar \menuseparator
34248 LyX\InsetSpace ~
34249 Note
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 </row>
34255 <row interlinespace="2.5mm">
34256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34257 \begin_inset Text
34258
34259 \begin_layout Standard
34260 \begin_inset Graphics
34261         filename ../images/url-insert.png
34262         BoundingBox 0bp 5bp 20bp 20bp
34263
34264 \end_inset
34265
34266
34267 \end_layout
34268
34269 \end_inset
34270 </cell>
34271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34272 \begin_inset Text
34273
34274 \begin_layout Standard
34275
34276 \family sans
34277 Insert\SpecialChar \menuseparator
34278 URL
34279 \end_layout
34280
34281 \end_inset
34282 </cell>
34283 </row>
34284 <row interlinespace="2.5mm">
34285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Standard
34289 \begin_inset Graphics
34290         filename ../images/ert-insert.png
34291         BoundingBox 0bp 5bp 20bp 20bp
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \end_inset
34299 </cell>
34300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34301 \begin_inset Text
34302
34303 \begin_layout Standard
34304
34305 \family sans
34306 Insert\SpecialChar \menuseparator
34307 T
34308 \family default
34309
34310 \begin_inset ERT
34311 status collapsed
34312
34313 \begin_layout Standard
34314
34315 {}
34316 \end_layout
34317
34318 \end_inset
34319
34320
34321 \family sans
34322 eX
34323 \end_layout
34324
34325 \end_inset
34326 </cell>
34327 </row>
34328 <row interlinespace="2.5mm">
34329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34330 \begin_inset Text
34331
34332 \begin_layout Standard
34333 \begin_inset Graphics
34334         filename ../images/dialog-show-new-inset_include.png
34335         BoundingBox 0bp 5bp 20bp 20bp
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \end_inset
34343 </cell>
34344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34345 \begin_inset Text
34346
34347 \begin_layout Standard
34348
34349 \family sans
34350 Insert\SpecialChar \menuseparator
34351 File\SpecialChar \menuseparator
34352 Child\InsetSpace ~
34353 Document
34354 \end_layout
34355
34356 \end_inset
34357 </cell>
34358 </row>
34359 <row interlinespace="2.5mm">
34360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34361 \begin_inset Text
34362
34363 \begin_layout Standard
34364 \begin_inset Graphics
34365         filename ../images/dialog-show_character.png
34366         BoundingBox 0bp 5bp 20bp 25bp
34367         rotateOrigin center
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \end_inset
34375 </cell>
34376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34377 \begin_inset Text
34378
34379 \begin_layout Standard
34380
34381 \family sans
34382 Edit\SpecialChar \menuseparator
34383 Text\InsetSpace ~
34384 Style
34385 \end_layout
34386
34387 \end_inset
34388 </cell>
34389 </row>
34390 <row interlinespace="2.5mm">
34391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34392 \begin_inset Text
34393
34394 \begin_layout Standard
34395 \begin_inset Graphics
34396         filename ../images/layout-paragraph.png
34397         BoundingBox 0bp 5bp 20bp 25bp
34398         rotateOrigin center
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \end_inset
34406 </cell>
34407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34408 \begin_inset Text
34409
34410 \begin_layout Standard
34411
34412 \family sans
34413 Edit\SpecialChar \menuseparator
34414 Paragraph\InsetSpace ~
34415 Settings
34416 \end_layout
34417
34418 \end_inset
34419 </cell>
34420 </row>
34421 <row interlinespace="2.5mm">
34422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34423 \begin_inset Text
34424
34425 \begin_layout Standard
34426 \begin_inset Graphics
34427         filename ../images/thesaurus-entry.png
34428         BoundingBox 0bp 5bp 20bp 25bp
34429         rotateOrigin center
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \end_inset
34437 </cell>
34438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Standard
34442
34443 \family sans
34444 Tools\SpecialChar \menuseparator
34445 Thesaurus
34446 \end_layout
34447
34448 \end_inset
34449 </cell>
34450 </row>
34451 </lyxtabular>
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \begin_layout Subsection
34459 View / Update Toolbar
34460 \begin_inset LatexCommand index
34461 name "Toolbar ! View / Update"
34462
34463 \end_inset
34464
34465
34466 \end_layout
34467
34468 \begin_layout Standard
34469 \begin_inset Graphics
34470         filename clipart/ViewToolbar.png
34471
34472 \end_inset
34473
34474
34475 \end_layout
34476
34477 \begin_layout Standard
34478 \begin_inset VSpace defskip
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Standard
34485 The view / update toolbar as shown above contains from left to right the
34486  following buttons:
34487 \end_layout
34488
34489 \begin_layout Standard
34490 \begin_inset VSpace defskip
34491 \end_inset
34492
34493
34494 \end_layout
34495
34496 \begin_layout Standard
34497 \begin_inset Tabular
34498 <lyxtabular version="3" rows="6" columns="2">
34499 <features islongtable="true">
34500 <column alignment="left" valignment="top" width="0">
34501 <column alignment="left" valignment="top" width="0">
34502 <row interlinespace="2.5mm">
34503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34504 \begin_inset Text
34505
34506 \begin_layout Standard
34507 \begin_inset Graphics
34508         filename ../images/buffer-view_dvi.png
34509         BoundingBox 0bp 5bp 20bp 25bp
34510         rotateOrigin center
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \end_inset
34518 </cell>
34519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Standard
34523
34524 \family sans
34525 View\SpecialChar \menuseparator
34526 DVI
34527 \end_layout
34528
34529 \end_inset
34530 </cell>
34531 </row>
34532 <row interlinespace="2.5mm">
34533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Standard
34537 \begin_inset Graphics
34538         filename ../images/buffer-update_dvi.png
34539         BoundingBox 0bp 5bp 20bp 25bp
34540         rotateOrigin center
34541
34542 \end_inset
34543
34544
34545 \end_layout
34546
34547 \end_inset
34548 </cell>
34549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34550 \begin_inset Text
34551
34552 \begin_layout Standard
34553
34554 \family sans
34555 View\SpecialChar \menuseparator
34556 Update\SpecialChar \menuseparator
34557 DVI
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 </row>
34563 <row interlinespace="2.5mm">
34564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Standard
34568 \begin_inset Graphics
34569         filename ../images/buffer-view_pdf2.png
34570         BoundingBox 0bp 5bp 20bp 25bp
34571         rotateOrigin center
34572
34573 \end_inset
34574
34575
34576 \end_layout
34577
34578 \end_inset
34579 </cell>
34580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34581 \begin_inset Text
34582
34583 \begin_layout Standard
34584
34585 \family sans
34586 View\SpecialChar \menuseparator
34587 PDF
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 </row>
34593 <row interlinespace="2.5mm">
34594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34595 \begin_inset Text
34596
34597 \begin_layout Standard
34598 \begin_inset Graphics
34599         filename ../images/buffer-update_pdf2.png
34600         BoundingBox 0bp 5bp 20bp 25bp
34601         rotateOrigin center
34602
34603 \end_inset
34604
34605
34606 \end_layout
34607
34608 \end_inset
34609 </cell>
34610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34611 \begin_inset Text
34612
34613 \begin_layout Standard
34614
34615 \family sans
34616 View\SpecialChar \menuseparator
34617 Update\SpecialChar \menuseparator
34618 PDF
34619 \begin_inset Foot
34620 status collapsed
34621
34622 \begin_layout Standard
34623 This button is on some LyX for Windows installations not here because its
34624  functionality is merged with 
34625 \family sans
34626 View\SpecialChar \menuseparator
34627 PDF
34628 \family default
34629 .
34630  
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \end_inset
34639 </cell>
34640 </row>
34641 <row interlinespace="2.5mm">
34642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34643 \begin_inset Text
34644
34645 \begin_layout Standard
34646 \begin_inset Graphics
34647         filename ../images/buffer-view_ps.png
34648         BoundingBox 0bp 5bp 20bp 25bp
34649         rotateOrigin center
34650
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \end_inset
34657 </cell>
34658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34659 \begin_inset Text
34660
34661 \begin_layout Standard
34662
34663 \family sans
34664 View\SpecialChar \menuseparator
34665 Postscript
34666 \end_layout
34667
34668 \end_inset
34669 </cell>
34670 </row>
34671 <row interlinespace="2.5mm">
34672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34673 \begin_inset Text
34674
34675 \begin_layout Standard
34676 \begin_inset Graphics
34677         filename ../images/buffer-update_ps.png
34678         BoundingBox 0bp 5bp 20bp 25bp
34679         rotateOrigin center
34680
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \end_inset
34687 </cell>
34688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34689 \begin_inset Text
34690
34691 \begin_layout Standard
34692
34693 \family sans
34694 View\SpecialChar \menuseparator
34695 Update\SpecialChar \menuseparator
34696 Postscript
34697 \end_layout
34698
34699 \end_inset
34700 </cell>
34701 </row>
34702 </lyxtabular>
34703
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \begin_layout Subsection
34710 Other Toolbars
34711 \end_layout
34712
34713 \begin_layout Standard
34714 The change tracking toolbar is explained in section\InsetSpace ~
34715
34716 \begin_inset LatexCommand ref
34717 reference "sec:Change-Tracking"
34718
34719 \end_inset
34720
34721 , the table toolbar
34722 \begin_inset LatexCommand index
34723 name "Toolbar ! Table"
34724
34725 \end_inset
34726
34727  is explained in the 
34728 \emph on
34729 Embedded Objects
34730 \emph default
34731  manual.
34732 \end_layout
34733
34734 \begin_layout Chapter
34735 The 
34736 \family sans
34737 Preferences
34738 \family default
34739  Dialog
34740 \begin_inset LatexCommand label
34741 name "cha:The-Preferences-dialog"
34742
34743 \end_inset
34744
34745
34746 \begin_inset LatexCommand index
34747 name "Preferences"
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Standard
34755 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
34756 Preferences.
34757  It consists of submenus explained in the following.
34758 \end_layout
34759
34760 \begin_layout Section
34761 Look and Feel
34762 \end_layout
34763
34764 \begin_layout Subsection
34765 User Interface
34766 \begin_inset LatexCommand label
34767 name "sec:ui"
34768
34769 \end_inset
34770
34771
34772 \begin_inset LatexCommand index
34773 name "Customization ! of toolbars"
34774
34775 \end_inset
34776
34777
34778 \begin_inset LatexCommand index
34779 name "Customization ! of menus"
34780
34781 \end_inset
34782
34783
34784 \end_layout
34785
34786 \begin_layout Standard
34787 \begin_inset Note Greyedout
34788 status open
34789
34790 \begin_layout Standard
34791
34792 \series bold
34793 Note:
34794 \series default
34795  You have to restart LyX before changes in ui- and bind-files take effect.
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \begin_layout Subsubsection
34804 User Interface File
34805 \begin_inset LatexCommand index
34806 name "Customization ! of toolbars"
34807
34808 \end_inset
34809
34810
34811 \begin_inset LatexCommand index
34812 name "Customization ! of menus"
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 The appearance of the menus and toolbars can be changed by choosing an user
34821  interface (ui) file.
34822  An ui-file is a textfile where the toolbars and menus are listed.
34823  The toolbar buttons and menu entries are specified in the files 
34824 \shape italic
34825 stdtoolbars.inc
34826 \shape default
34827  and 
34828 \shape italic
34829 stdmenus.inc
34830 \shape default
34831 , respectively.
34832  To create your own menu and toolbar layout, start with a copy of these
34833  files and edit the entries.
34834 \end_layout
34835
34836 \begin_layout Standard
34837 The syntax of the .inc-files is straightforward: The 
34838 \family sans
34839 Menubar
34840 \family default
34841
34842 \family sans
34843 Menu
34844 \family default
34845  and 
34846 \family sans
34847 Toolbar
34848 \family default
34849  entries must be ended with an explicit 
34850 \family sans
34851 End
34852 \family default
34853 .
34854  They may contain 
34855 \family sans
34856 Submenus
34857 \family default
34858
34859 \family sans
34860 Items
34861 \family default
34862
34863 \family sans
34864 OptItems
34865 \family default
34866
34867 \family sans
34868 Separators
34869 \family default
34870
34871 \family sans
34872 Icons,
34873 \family default
34874  and in the case of the 
34875 \begin_inset Quotes eld
34876 \end_inset
34877
34878 file
34879 \begin_inset Quotes erd
34880 \end_inset
34881
34882  menus a 
34883 \family sans
34884 Lastfiles
34885 \family default
34886  entry.
34887  The syntax for the entries is:
34888 \end_layout
34889
34890 \begin_layout Standard
34891 \begin_inset VSpace smallskip*
34892 \end_inset
34893
34894
34895 \series bold
34896 Item 
34897 \begin_inset Quotes erd
34898 \end_inset
34899
34900 menu 
34901 \series default
34902 or
34903 \series bold
34904  button name
34905 \begin_inset Quotes erd
34906 \end_inset
34907
34908  
34909 \begin_inset Quotes erd
34910 \end_inset
34911
34912 LyX-function
34913 \begin_inset Quotes erd
34914 \end_inset
34915
34916
34917 \end_layout
34918
34919 \begin_layout Standard
34920 \noindent
34921 \begin_inset VSpace smallskip*
34922 \end_inset
34923
34924 All LyX-functions are listed in 
34925 \begin_inset LatexCommand cite
34926 key "LyX-func"
34927
34928 \end_inset
34929
34930 .
34931 \end_layout
34932
34933 \begin_layout Standard
34934 \begin_inset VSpace medskip
34935 \end_inset
34936
34937
34938 \end_layout
34939
34940 \begin_layout Standard
34941 An example: Assuming you use the menu 
34942 \family sans
34943 Navigate\SpecialChar \menuseparator
34944 Bookmarks
34945 \family default
34946  quite often and therefore want six available bookmarks, you can add the
34947  line
34948 \end_layout
34949
34950 \begin_layout Standard
34951 \begin_inset VSpace smallskip*
34952 \end_inset
34953
34954
34955 \series bold
34956 Item "Save Bookmark 6" "bookmark-save 6"
34957 \end_layout
34958
34959 \begin_layout Standard
34960 \noindent
34961 \begin_inset VSpace smallskip*
34962 \end_inset
34963
34964 to the navigate menu section in the .inc-file to have the sixth bookmark.
34965 \end_layout
34966
34967 \begin_layout Subsubsection
34968 Bind-File
34969 \begin_inset LatexCommand index
34970 name "Bindings"
34971
34972 \end_inset
34973
34974
34975 \end_layout
34976
34977 \begin_layout Standard
34978 Bindings are used to bind a function to a key.
34979  Several binding files are available:
34980 \end_layout
34981
34982 \begin_layout Description
34983 cua.bind typical set of PC keyboard shortcuts
34984 \end_layout
34985
34986 \begin_layout Description
34987 (x)emacs.bind set of bindings like they are used in the editor programs 
34988 \family sans
34989 Emacs
34990 \family default
34991  (
34992 \family sans
34993 XEmacs
34994 \family default
34995 )
34996 \end_layout
34997
34998 \begin_layout Description
34999 mac.bind set of bindings for 
35000 \family sans
35001 Mac\InsetSpace \thinspace{}
35002 OS
35003 \family default
35004  systems.
35005 \end_layout
35006
35007 \begin_layout Standard
35008 There are also bind-files designed for special document classes, like 
35009 \shape italic
35010 broadway.bind
35011 \shape default
35012 , and bind files for special languages.
35013  The name of language bind-files begin with a language code, e.g.
35014  
35015 \begin_inset Quotes eld
35016 \end_inset
35017
35018 pt
35019 \begin_inset Quotes erd
35020 \end_inset
35021
35022  for Portuguese.
35023  If you use LyX in a certain language, LyX will try to use the appropriate
35024  bind-file.
35025 \end_layout
35026
35027 \begin_layout Standard
35028 Some bind-files, like 
35029 \emph on
35030 math.bind
35031 \emph default
35032 , have only a small scope.
35033  When looking at the the end of the file 
35034 \shape italic
35035 cua.bind
35036 \shape default
35037 , you can see that they are included to keep the overview in the bind-file.
35038 \end_layout
35039
35040 \begin_layout Standard
35041 If you like to customize the keybindings to your own taste, modify the bind-file
35042 s with a text editor.
35043  The syntax of the entries is:
35044 \end_layout
35045
35046 \begin_layout Standard
35047
35048 \series bold
35049
35050 \backslash
35051 bind 
35052 \begin_inset Quotes erd
35053 \end_inset
35054
35055 key combination
35056 \begin_inset Quotes erd
35057 \end_inset
35058
35059  
35060 \begin_inset Quotes erd
35061 \end_inset
35062
35063 LyX-function
35064 \begin_inset Quotes erd
35065 \end_inset
35066
35067
35068 \end_layout
35069
35070 \begin_layout Standard
35071 All LyX-functions are listed in 
35072 \begin_inset LatexCommand cite
35073 key "LyX-func"
35074
35075 \end_inset
35076
35077 .
35078 \end_layout
35079
35080 \begin_layout Subsubsection
35081 Session
35082 \end_layout
35083
35084 \begin_layout Standard
35085 When the option 
35086 \family sans
35087 Save\InsetSpace \thinspace{}
35088 /\InsetSpace \thinspace{}
35089 restore window size, or use fixed size
35090 \family default
35091  is not checked, you can specify the size of LyX's main window when LyX
35092  is started.
35093 \end_layout
35094
35095 \begin_layout Standard
35096 With the option 
35097 \family sans
35098 Save\InsetSpace \thinspace{}
35099 /\InsetSpace \thinspace{}
35100 restore window position
35101 \family default
35102  LyX will be opened with its main window at the last used position.
35103 \end_layout
35104
35105 \begin_layout Standard
35106 The option 
35107 \family sans
35108 Restore cursor positions
35109 \family default
35110  sets the cursor to the position in the file where it has been the last
35111  time.
35112 \end_layout
35113
35114 \begin_layout Standard
35115 The option 
35116 \family sans
35117 Load opened files from last session
35118 \family default
35119  opens all files that were opened in the last LyX session.
35120 \end_layout
35121
35122 \begin_layout Subsubsection
35123 Documents
35124 \begin_inset LatexCommand label
35125 name "sub:Backup documents"
35126
35127 \end_inset
35128
35129
35130 \begin_inset LatexCommand index
35131 name "Backup ! Documents"
35132
35133 \end_inset
35134
35135
35136 \end_layout
35137
35138 \begin_layout Standard
35139 When the option 
35140 \family sans
35141 Backup documents
35142 \family default
35143  is set, you can specify the time between backup saves.
35144 \end_layout
35145
35146 \begin_layout Standard
35147
35148 \family sans
35149 Maximum last files
35150 \family default
35151  is the number of last opened files that LyX should display in the menu
35152  
35153 \family sans
35154 File\SpecialChar \menuseparator
35155 Open\InsetSpace ~
35156 Recent
35157 \family default
35158 .
35159 \end_layout
35160
35161 \begin_layout Subsubsection
35162 Scrolling
35163 \end_layout
35164
35165 \begin_layout Standard
35166 The option 
35167 \family sans
35168 Cursor follows scrollbar
35169 \family default
35170  sets the cursor to the top of the currently displayed document part when
35171  scrolling.
35172 \end_layout
35173
35174 \begin_layout Subsection
35175 Screen Fonts
35176 \begin_inset LatexCommand index
35177 name "Font ! Screen"
35178
35179 \end_inset
35180
35181
35182 \begin_inset LatexCommand label
35183 name "sub:Screen-Fonts"
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Standard
35191 These fonts are used to display your documents on the screen.
35192 \end_layout
35193
35194 \begin_layout Standard
35195 \begin_inset Note Greyedout
35196 status open
35197
35198 \begin_layout Standard
35199
35200 \series bold
35201 Note:
35202 \series default
35203  This section only deals with the fonts 
35204 \emph on
35205 inside
35206 \emph default
35207  the LyX window.
35208  The fonts that appear on the output are independent from these fonts, and
35209  set in the menu 
35210 \family sans
35211 Layout\SpecialChar \menuseparator
35212 Document
35213 \family default
35214 .
35215 \end_layout
35216
35217 \end_inset
35218
35219
35220 \end_layout
35221
35222 \begin_layout Standard
35223 By default, LyX uses 
35224 \family typewriter
35225 Times
35226 \family default
35227  as roman (serif) font, 
35228 \family typewriter
35229 Arial
35230 \family default
35231  or 
35232 \family typewriter
35233 Helvetica
35234 \family default
35235  (depends on the system) as 
35236 \family sans
35237 sans\InsetSpace ~
35238 serif
35239 \family default
35240  font, and 
35241 \family typewriter
35242 Courier
35243 \family default
35244  as 
35245 \family typewriter
35246 typewriter
35247 \family default
35248  font.
35249 \end_layout
35250
35251 \begin_layout Standard
35252 You can change the font size with the 
35253 \family sans
35254 Zoom
35255 \family default
35256  setting.
35257 \end_layout
35258
35259 \begin_layout Standard
35260
35261 \family sans
35262 Screen DPI
35263 \family default
35264  is the screen resolution in dpi (dots per inch).
35265  The Font Sizes are calculated as letter height in units of points.
35266  72\InsetSpace \thinspace{}
35267 points have the size of 1\InsetSpace \thinspace{}
35268 inch, see Appendix\InsetSpace ~
35269
35270 \begin_inset LatexCommand ref
35271 reference "cha:Units-available-in"
35272
35273 \end_inset
35274
35275 .
35276 \end_layout
35277
35278 \begin_layout Standard
35279 The default 
35280 \family sans
35281 Font Sizes
35282 \family default
35283  are the same as if a document font size of 10
35284 \begin_inset Formula $\,$
35285 \end_inset
35286
35287 pt would be used.
35288  The sizes are explained in detail in section\InsetSpace ~
35289
35290 \begin_inset LatexCommand ref
35291 reference "sub:Document-Font"
35292
35293 \end_inset
35294
35295 .
35296 \end_layout
35297
35298 \begin_layout Subsection
35299 Colors
35300 \begin_inset LatexCommand index
35301 name "Color ! LyX screen"
35302
35303 \end_inset
35304
35305
35306 \begin_inset LatexCommand index
35307 name "Settings ! Color"
35308
35309 \end_inset
35310
35311
35312 \end_layout
35313
35314 \begin_layout Standard
35315 You can here change all colors used by LyX.
35316  Choose an item in the list and use the 
35317 \family sans
35318 Alter
35319 \family default
35320  button.
35321 \end_layout
35322
35323 \begin_layout Subsection
35324 Graphics
35325 \begin_inset LatexCommand index
35326 name "Settings ! Graphics"
35327
35328 \end_inset
35329
35330
35331 \end_layout
35332
35333 \begin_layout Standard
35334 Here you can specify how graphics inside LyX are displayed.
35335 \end_layout
35336
35337 \begin_layout Standard
35338
35339 \family sans
35340 Instant Preview
35341 \family default
35342  enables previewing snippets of your document.
35343  This feature is described in section\InsetSpace ~
35344
35345 \begin_inset LatexCommand ref
35346 reference "sec:Previewing-snippets-of"
35347
35348 \end_inset
35349
35350 .
35351 \end_layout
35352
35353 \begin_layout Subsection
35354 Keyboard Map
35355 \begin_inset LatexCommand index
35356 name "Keyboard Map"
35357
35358 \end_inset
35359
35360
35361 \begin_inset LatexCommand index
35362 name "Settings ! Keyboard Map"
35363
35364 \end_inset
35365
35366
35367 \begin_inset LatexCommand label
35368 name "sub:Keyboard-Map"
35369
35370 \end_inset
35371
35372
35373 \end_layout
35374
35375 \begin_layout Standard
35376 Normally keyboard settings have to be done in a menu of your operating system.
35377  For the case that this is not possible, LyX provides keyboard maps.
35378  If you have e.\InsetSpace \thinspace{}
35379 g.\InsetSpace ~
35380 a Czech keyboard but want to write with it like with a Romanian
35381  one, you can use the keyboard map file named 
35382 \emph on
35383 romanian.kmap
35384 \emph default
35385 .
35386 \end_layout
35387
35388 \begin_layout Standard
35389 \begin_inset Note Greyedout
35390 status open
35391
35392 \begin_layout Standard
35393
35394 \series bold
35395 Note:
35396 \series default
35397  Keyboard maps are only provided as makeshift and don't work on all systems.
35398 \end_layout
35399
35400 \end_inset
35401
35402
35403 \end_layout
35404
35405 \begin_layout Section
35406 Paths
35407 \begin_inset LatexCommand index
35408 name "Paths"
35409
35410 \end_inset
35411
35412
35413 \begin_inset LatexCommand index
35414 name "Settings ! Directory"
35415
35416 \end_inset
35417
35418
35419 \end_layout
35420
35421 \begin_layout Description
35422 Working\InsetSpace ~
35423 directory This is LyX's working directory.
35424  It is the default when you 
35425 \family sans
35426 Open
35427 \family default
35428
35429 \family sans
35430 Save
35431 \family default
35432  or 
35433 \family sans
35434 Save\InsetSpace ~
35435 as
35436 \family default
35437  files.
35438 \end_layout
35439
35440 \begin_layout Description
35441 Document\InsetSpace ~
35442 templates This directory will be opened when you use the menu 
35443 \family sans
35444 File\SpecialChar \menuseparator
35445 New\InsetSpace ~
35446 from\InsetSpace ~
35447 Template
35448 \family default
35449 .
35450 \end_layout
35451
35452 \begin_layout Description
35453 Backup\InsetSpace ~
35454 directory
35455 \begin_inset LatexCommand index
35456 name "Backup ! Directory"
35457
35458 \end_inset
35459
35460  Backup copies will be saved to this directory.
35461  When no directory is given but backups are enabled as described in section\InsetSpace ~
35462
35463 \begin_inset LatexCommand ref
35464 reference "sub:Backup documents"
35465
35466 \end_inset
35467
35468 , the 
35469 \family sans
35470 Working directory
35471 \family default
35472  will be used to save the backups.
35473 \newline
35474 The backup files have the ending 
35475 \begin_inset Quotes eld
35476 \end_inset
35477
35478 .lyx~
35479 \begin_inset Quotes erd
35480 \end_inset
35481
35482 .
35483 \end_layout
35484
35485 \begin_layout Description
35486 Ly
35487 \begin_inset ERT
35488 status collapsed
35489
35490 \begin_layout Standard
35491
35492 {}
35493 \end_layout
35494
35495 \end_inset
35496
35497 XServer-Pipe Here you can enter the name of a Unix-pipe.
35498  This pipe is used to send data from external programs to LyX.
35499 \newline
35500
35501 \begin_inset Note Greyedout
35502 status open
35503
35504 \begin_layout Standard
35505
35506 \series bold
35507 Note:
35508 \series default
35509  This feature doesn't work on Windows systems.
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \end_layout
35516
35517 \begin_layout Description
35518 Temporary\InsetSpace ~
35519 directory Temporary files will be saved in this directory.
35520 \end_layout
35521
35522 \begin_layout Description
35523 PATH\InsetSpace ~
35524 prefix This field contains a list of paths to external programs.
35525  When LyX needs to use an external program, it looks in this list where
35526  to find it on the system.
35527  The path list is automatically set up on Windows and Mac systems while
35528  LyX is configured, so that you normally don't have to modify it.
35529  On Unix\InsetSpace \thinspace{}
35530 /\InsetSpace \thinspace{}
35531 Linux systems, the path list will need to be set only if there
35532  are external programs you wish to use that are not in your normal system
35533  path ($PATH).
35534  
35535 \end_layout
35536
35537 \begin_layout Section
35538 Identity
35539 \end_layout
35540
35541 \begin_layout Standard
35542 Here you can insert your name and email address.
35543  The identity will be used when you have enabled change tracking as described
35544  in section\InsetSpace ~
35545
35546 \begin_inset LatexCommand ref
35547 reference "sec:Change-Tracking"
35548
35549 \end_inset
35550
35551 , to mark changes you make as yours.
35552 \end_layout
35553
35554 \begin_layout Section
35555 Language Settings
35556 \begin_inset LatexCommand index
35557 name "Language ! Settings"
35558
35559 \end_inset
35560
35561
35562 \begin_inset LatexCommand index
35563 name "Settings ! Language"
35564
35565 \end_inset
35566
35567
35568 \end_layout
35569
35570 \begin_layout Subsection
35571 Language
35572 \end_layout
35573
35574 \begin_layout Description
35575 Default\InsetSpace ~
35576 language is the language used in new documents
35577 \end_layout
35578
35579 \begin_layout Description
35580 Language\InsetSpace ~
35581 package is a LaTeX-command to load a LaTeX-package that handles
35582  language issues.
35583  The default is the LaTeX-command 
35584 \family sans
35585
35586 \backslash
35587 usepackage{babel}
35588 \family default
35589  that loads the package 
35590 \series bold
35591 babel
35592 \series default
35593 .
35594 \begin_inset Foot
35595 status collapsed
35596
35597 \begin_layout Standard
35598 For an introduction to the LaTeX-Syntax, have a look at section\InsetSpace ~
35599
35600 \begin_inset LatexCommand ref
35601 reference "sec:ERT"
35602
35603 \end_inset
35604
35605 .
35606 \end_layout
35607
35608 \end_inset
35609
35610
35611 \newline
35612 The 
35613 \series bold
35614 babel
35615 \series default
35616  translates in the background automatically text labels of documents to
35617  the document language.
35618  A text label is for instance the word 
35619 \begin_inset Quotes eld
35620 \end_inset
35621
35622 Table
35623 \begin_inset Quotes erd
35624 \end_inset
35625
35626  at the beginning of every table-caption.
35627 \end_layout
35628
35629 \begin_layout Description
35630 Command\InsetSpace ~
35631 start When a special LaTeX-package is needed to write in a certain
35632  document language, you can here specify the command to start the package.
35633  An example is the start command 
35634 \family sans
35635
35636 \backslash
35637 begin{arabtext}
35638 \family default
35639  that is needed to write Arabic using the package 
35640 \series bold
35641 ArabTeX
35642 \series default
35643 , see 
35644 \begin_inset LatexCommand cite
35645 key "Arabic"
35646
35647 \end_inset
35648
35649 .
35650 \end_layout
35651
35652 \begin_layout Description
35653 Command\InsetSpace ~
35654 end Counterpart to 
35655 \family sans
35656 Command start
35657 \family default
35658 .
35659  Some packages, like the default, don't have an end command since the start
35660  command toggles the package on and off.
35661 \end_layout
35662
35663 \begin_layout Description
35664 Use\InsetSpace ~
35665 babel Whether babel is used or not.
35666 \end_layout
35667
35668 \begin_layout Description
35669 Global When this option is set, the languages used in the document will
35670  be added as options to the document class options, so that they can be
35671  used by all LaTeX-packages.
35672  Otherwise they will only be used as options for the 
35673 \series bold
35674 babel
35675 \series default
35676  package.
35677 \end_layout
35678
35679 \begin_layout Description
35680 Auto\InsetSpace ~
35681 begin ??
35682 \end_layout
35683
35684 \begin_layout Description
35685 Auto\InsetSpace ~
35686 end Counterpart to 
35687 \family sans
35688 Auto\InsetSpace ~
35689 begin
35690 \family default
35691 .
35692 \end_layout
35693
35694 \begin_layout Description
35695 Mark\InsetSpace ~
35696 foreign\InsetSpace ~
35697 languages Text marked formatted in a language different from
35698  the document language will be underlined blue.
35699 \end_layout
35700
35701 \begin_layout Description
35702 Right\InsetSpace ~
35703 to\InsetSpace ~
35704 left\InsetSpace ~
35705 language\InsetSpace ~
35706 support Enables the use of languages, written from right
35707  to left, like Arabic, Hebrew, Farsi.
35708 \end_layout
35709
35710 \begin_layout Subsection
35711 Spellchecker
35712 \end_layout
35713
35714 \begin_layout Standard
35715 The spellchecker settings are explained in section\InsetSpace ~
35716
35717 \begin_inset LatexCommand ref
35718 reference "sec:Spellchecking"
35719
35720 \end_inset
35721
35722
35723 \end_layout
35724
35725 \begin_layout Section
35726 Outputs
35727 \end_layout
35728
35729 \begin_layout Subsection
35730 Printer
35731 \begin_inset LatexCommand label
35732 name "sub:Printer"
35733
35734 \end_inset
35735
35736
35737 \begin_inset LatexCommand index
35738 name "Printer"
35739
35740 \end_inset
35741
35742
35743 \begin_inset LatexCommand index
35744 name "Settings ! Printer"
35745
35746 \end_inset
35747
35748
35749 \end_layout
35750
35751 \begin_layout Description
35752 Default\InsetSpace ~
35753 printer Here you can specify the name of your default printer.
35754  The name will be used when the 
35755 \family sans
35756 Printer command
35757 \family default
35758  is executed.
35759 \newline
35760
35761 \begin_inset Note Greyedout
35762 status open
35763
35764 \begin_layout Standard
35765
35766 \series bold
35767 Note:
35768 \series default
35769  You can leave this field empty on Windows systems because it has there
35770  no effect.
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \end_layout
35777
35778 \begin_layout Description
35779 Adapt\InsetSpace ~
35780 output\InsetSpace ~
35781 to\InsetSpace ~
35782 printer This option works only for the 
35783 \family sans
35784 Printer command
35785 \family default
35786  
35787 \begin_inset Quotes eld
35788 \end_inset
35789
35790
35791 \family sans
35792 dvips
35793 \family default
35794
35795 \begin_inset Quotes erd
35796 \end_inset
35797
35798 .
35799  It activates a configuration file for dvips.
35800  This is an option only for dvips experts.
35801 \end_layout
35802
35803 \begin_layout Description
35804 Printer\InsetSpace ~
35805 command is the command LyX\InsetSpace \thinspace{}
35806 /\InsetSpace \thinspace{}
35807 LaTeX uses for printing.
35808  The default is on most systems 
35809 \family sans
35810 dvips
35811 \family default
35812 .
35813 \end_layout
35814
35815 \begin_layout Description
35816 Printer\InsetSpace ~
35817 Command\InsetSpace ~
35818 Options Here you can specify printer options.
35819  A list of printer options with explanations can be found in the documentation
35820  of the program that provides the 
35821 \family sans
35822 Printer command
35823 \family default
35824  you are using.
35825 \end_layout
35826
35827 \begin_layout Subsection
35828 Date Format
35829 \begin_inset LatexCommand index
35830 name "Date Format"
35831
35832 \end_inset
35833
35834
35835 \begin_inset LatexCommand index
35836 name "Settings ! Date format"
35837
35838 \end_inset
35839
35840
35841 \end_layout
35842
35843 \begin_layout Standard
35844 The date format can be one or a mixture of the formats listed here:
35845 \newline
35846
35847 \begin_inset LatexCommand url
35848 target "http://unixhelp.ed.ac.uk/CGI/man-cgi?date"
35849
35850 \end_inset
35851
35852
35853 \newline
35854 For example the format
35855 \newline
35856 %d/%m/%y
35857 \newline
35858 prints the date as day/month/year.
35859 \end_layout
35860
35861 \begin_layout Subsection
35862 Plain Text
35863 \end_layout
35864
35865 \begin_layout Description
35866 Output\InsetSpace ~
35867 line\InsetSpace ~
35868 length sets the maximum number of characters printed in one line
35869  when using the menu 
35870 \family sans
35871 File\SpecialChar \menuseparator
35872 Export\SpecialChar \menuseparator
35873 Plain\InsetSpace ~
35874 text
35875 \family default
35876 .
35877  Setting the line line length to 0 means all text is printed in one endless
35878  line.
35879 \end_layout
35880
35881 \begin_layout Description
35882 roff\InsetSpace ~
35883 command defines an additional command used to produce better ASCII tables
35884  with the 
35885 \family typewriter
35886 groff/troff/nroff
35887 \family default
35888  UNIX-commands (refer to their manuals for more information about them).
35889  Setting this as empty tells LyX to use the internal formatter.
35890 \end_layout
35891
35892 \begin_layout Subsection
35893 LaT
35894 \begin_inset ERT
35895 status collapsed
35896
35897 \begin_layout Standard
35898
35899 {}
35900 \end_layout
35901
35902 \end_inset
35903
35904 eX
35905 \begin_inset LatexCommand label
35906 name "sub:LaTeX-settings"
35907
35908 \end_inset
35909
35910
35911 \begin_inset LatexCommand index
35912 name "Settings ! LaTeX"
35913
35914 \end_inset
35915
35916
35917 \end_layout
35918
35919 \begin_layout Description
35920 Te
35921 \begin_inset ERT
35922 status collapsed
35923
35924 \begin_layout Standard
35925
35926 {}
35927 \end_layout
35928
35929 \end_inset
35930
35931 X\InsetSpace ~
35932 encoding This is the default encoding of the document font.
35933  
35934 \family sans
35935 T1
35936 \family default
35937  is the default and covers western languages and symbols.
35938  
35939 \family sans
35940 T2A
35941 \family default
35942
35943 \family sans
35944 T2B
35945 \family default
35946
35947 \family sans
35948 T2C
35949 \family default
35950
35951 \family sans
35952 LCY
35953 \family default
35954 , and 
35955 \family sans
35956 X2
35957 \family default
35958  are for Cyrillic.
35959  Combinations of the encodings are possible, like 
35960 \begin_inset Quotes erd
35961 \end_inset
35962
35963
35964 \family sans
35965 T1, T2B
35966 \family default
35967
35968 \begin_inset Quotes erd
35969 \end_inset
35970
35971 .
35972  The font encoding is normally automatically loaded by the language packages
35973  LyX sets up in the background.
35974  So there is no need to change the default encoding.
35975 \end_layout
35976
35977 \begin_layout Description
35978 Default\InsetSpace ~
35979 paper\InsetSpace ~
35980 size This is the paper size that is used for new documents.
35981  The 
35982 \family sans
35983 Default
35984 \family default
35985  value depends on your LaTeX-system setup.
35986 \end_layout
35987
35988 \begin_layout Description
35989 Reset\InsetSpace ~
35990 class\InsetSpace ~
35991 options\InsetSpace ~
35992 when\InsetSpace ~
35993 document\InsetSpace ~
35994 classes\InsetSpace ~
35995 changes Removes all manually set document
35996  class options in the 
35997 \family sans
35998 Document\SpecialChar \menuseparator
35999 Settings
36000 \family default
36001  dialog when changing the document class.
36002 \end_layout
36003
36004 \begin_layout Standard
36005 In the 
36006 \family sans
36007 External Applications
36008 \family default
36009  field you can specify commands with parameters for the listed applications.
36010  Before you change something here, it is strongly recommended to read the
36011  manuals of the applications.
36012  Currently the following commands can be set:
36013 \end_layout
36014
36015 \begin_layout Description
36016 CheckTe
36017 \begin_inset ERT
36018 status collapsed
36019
36020 \begin_layout Standard
36021
36022 {}
36023 \end_layout
36024
36025 \end_inset
36026
36027 X\InsetSpace ~
36028 command Command for the program 
36029 \family sans
36030 CheckTeX
36031 \family default
36032  that is described in section 
36033 \emph on
36034 Checking TeX
36035 \emph default
36036  of the 
36037 \emph on
36038 Extended Features
36039 \emph default
36040  manual.
36041 \end_layout
36042
36043 \begin_layout Description
36044 BibTe
36045 \begin_inset ERT
36046 status collapsed
36047
36048 \begin_layout Standard
36049
36050 {}
36051 \end_layout
36052
36053 \end_inset
36054
36055 X\InsetSpace ~
36056 command Command for the program 
36057 \family sans
36058 BibTeX
36059 \family default
36060  that generates the bibliography, see section\InsetSpace ~
36061
36062 \begin_inset LatexCommand ref
36063 reference "sub:Bibliography-databases"
36064
36065 \end_inset
36066
36067 .
36068 \end_layout
36069
36070 \begin_layout Description
36071 Index\InsetSpace ~
36072 command Command for the program that generates the index, see section\InsetSpace ~
36073
36074 \begin_inset LatexCommand ref
36075 reference "sub:Index-Program"
36076
36077 \end_inset
36078
36079 .
36080 \end_layout
36081
36082 \begin_layout Description
36083 DVI\InsetSpace ~
36084 viewer\InsetSpace ~
36085 paper\InsetSpace ~
36086 size\InsetSpace ~
36087 options They only have an effect when the program 
36088 \family sans
36089 xdvi
36090 \family default
36091  is used as DVI-viewer.
36092 \end_layout
36093
36094 \begin_layout Subsection
36095 Paths
36096 \begin_inset LatexCommand index
36097 name "Paths"
36098
36099 \end_inset
36100
36101
36102 \begin_inset LatexCommand index
36103 name "Settings ! Paths"
36104
36105 \end_inset
36106
36107
36108 \end_layout
36109
36110 \begin_layout Standard
36111 The submenu 
36112 \family sans
36113 Paths
36114 \family default
36115  is only available in the Windows version of LyX.
36116  The option 
36117 \family sans
36118 Use Windows-style paths in LaTeX files
36119 \family default
36120  uses the Windows path style:
36121 \end_layout
36122
36123 \begin_layout Standard
36124 C:
36125 \backslash
36126 test
36127 \backslash
36128 hello
36129 \end_layout
36130
36131 \begin_layout Standard
36132 instead of the Unix path style:
36133 \end_layout
36134
36135 \begin_layout Standard
36136 C:/test/hello
36137 \end_layout
36138
36139 \begin_layout Section
36140 Converters
36141 \begin_inset LatexCommand index
36142 name "Converters"
36143
36144 \end_inset
36145
36146
36147 \end_layout
36148
36149 \begin_layout Standard
36150 Here you find the list of defined converter commands to convert material
36151  from one format to another.
36152  You can modify them or create new ones.
36153  To modify a converter, select it, change the entry of the field 
36154 \family sans
36155 Converter
36156 \family default
36157  and/or 
36158 \family sans
36159 Extra\InsetSpace ~
36160 flag
36161 \family default
36162 , and press the 
36163 \family sans
36164 Modify
36165 \family default
36166  button.
36167  To create a new converter, select an existing one, select a different format
36168  in the 
36169 \family sans
36170 From\InsetSpace ~
36171 format
36172 \family default
36173  drop-down list, modify the 
36174 \family sans
36175 Converter
36176 \family default
36177  field, and press the 
36178 \family sans
36179 Add
36180 \family default
36181  button.
36182 \end_layout
36183
36184 \begin_layout Standard
36185 When the 
36186 \family sans
36187 Converter File Cache
36188 \family default
36189  is enabled, conversions will be cached as long as specified in the field
36190  
36191 \family sans
36192 Maximum Age (in days
36193 \family default
36194 ).
36195  This means that images don't need to be converted again when you reopen
36196  a document; the converted images from the cache will be used instead.
36197 \end_layout
36198
36199 \begin_layout Standard
36200 More about converters, like the variables and flags that can be used in
36201  the converter definition, is described in section 
36202 \emph on
36203 Converters
36204 \emph default
36205  of the 
36206 \emph on
36207 Customization
36208 \emph default
36209  manual.
36210 \end_layout
36211
36212 \begin_layout Section
36213 File Formats
36214 \begin_inset LatexCommand index
36215 name "File formats"
36216
36217 \end_inset
36218
36219
36220 \begin_inset LatexCommand label
36221 name "sec:File-Formats"
36222
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \begin_layout Standard
36229 Here you find the list of defined file formats that LyX can handle.
36230  You can modify the viewer and editor program that should be used for certain
36231  formats.
36232  To create a new format, select an existing one, change the entry of the
36233  fields 
36234 \family sans
36235 Format
36236 \family default
36237  and 
36238 \family sans
36239 GUI\InsetSpace ~
36240 name
36241 \family default
36242 , and press the 
36243 \family sans
36244 Add
36245 \family default
36246  button.
36247 \end_layout
36248
36249 \begin_layout Standard
36250 More about formats, like the options that can be used in the format definition,
36251  is described in section 
36252 \emph on
36253 Formats
36254 \emph default
36255  of the 
36256 \emph on
36257 Customization
36258 \emph default
36259  manual.
36260 \end_layout
36261
36262 \begin_layout Section
36263 Copiers
36264 \begin_inset LatexCommand index
36265 name "Copiers"
36266
36267 \end_inset
36268
36269
36270 \end_layout
36271
36272 \begin_layout Standard
36273 Here you find the list of defined copiers.
36274  Since all conversions from one format to another take place in LyX's temporary
36275  directory, it is sometimes necessary to modify a file before copying it
36276  to the temporary directory in order that the conversion may be performed.
36277  This is done by a Copier.
36278 \end_layout
36279
36280 \begin_layout Standard
36281 More about converters is described in section 
36282 \emph on
36283 Copiers
36284 \emph default
36285  of the 
36286 \emph on
36287 Customization
36288 \emph default
36289  manual.
36290 \end_layout
36291
36292 \begin_layout Chapter
36293 Units available in LyX
36294 \begin_inset LatexCommand index
36295 name "Units"
36296
36297 \end_inset
36298
36299
36300 \begin_inset LatexCommand label
36301 name "cha:Units-available-in"
36302
36303 \end_inset
36304
36305
36306 \end_layout
36307
36308 \begin_layout Standard
36309 To understand the units described in this documentation, 
36310 \begin_inset LatexCommand ref
36311 reference "cap:Units"
36312
36313 \end_inset
36314
36315  explains all units available in LyX.
36316 \end_layout
36317
36318 \begin_layout Standard
36319 \begin_inset Float table
36320 placement h
36321 wide false
36322 sideways false
36323 status open
36324
36325 \begin_layout Standard
36326 \begin_inset Caption
36327
36328 \begin_layout Standard
36329 \begin_inset LatexCommand label
36330 name "cap:Units"
36331
36332 \end_inset
36333
36334 Units
36335 \end_layout
36336
36337 \end_inset
36338
36339
36340 \end_layout
36341
36342 \begin_layout Standard
36343 \begin_inset VSpace medskip
36344 \end_inset
36345
36346
36347 \end_layout
36348
36349 \begin_layout Standard
36350 \align center
36351 \begin_inset Tabular
36352 <lyxtabular version="3" rows="20" columns="2">
36353 <features>
36354 <column alignment="center" valignment="top" leftline="true" width="0">
36355 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
36356 <row topline="true" bottomline="true">
36357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36358 \begin_inset Text
36359
36360 \begin_layout Standard
36361 unit
36362 \end_layout
36363
36364 \end_inset
36365 </cell>
36366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36367 \begin_inset Text
36368
36369 \begin_layout Standard
36370 name/description
36371 \end_layout
36372
36373 \end_inset
36374 </cell>
36375 </row>
36376 <row topline="true">
36377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36378 \begin_inset Text
36379
36380 \begin_layout Standard
36381 mm
36382 \end_layout
36383
36384 \end_inset
36385 </cell>
36386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36387 \begin_inset Text
36388
36389 \begin_layout Standard
36390 millimeter
36391 \end_layout
36392
36393 \end_inset
36394 </cell>
36395 </row>
36396 <row topline="true">
36397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36398 \begin_inset Text
36399
36400 \begin_layout Standard
36401 cm
36402 \end_layout
36403
36404 \end_inset
36405 </cell>
36406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36407 \begin_inset Text
36408
36409 \begin_layout Standard
36410 centimeter
36411 \end_layout
36412
36413 \end_inset
36414 </cell>
36415 </row>
36416 <row topline="true">
36417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36418 \begin_inset Text
36419
36420 \begin_layout Standard
36421 in
36422 \end_layout
36423
36424 \end_inset
36425 </cell>
36426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36427 \begin_inset Text
36428
36429 \begin_layout Standard
36430 inch
36431 \end_layout
36432
36433 \end_inset
36434 </cell>
36435 </row>
36436 <row topline="true">
36437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36438 \begin_inset Text
36439
36440 \begin_layout Standard
36441 pt
36442 \end_layout
36443
36444 \end_inset
36445 </cell>
36446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36447 \begin_inset Text
36448
36449 \begin_layout Standard
36450 point (72.27\InsetSpace \thinspace{}
36451 pt = 1\InsetSpace \thinspace{}
36452 in)
36453 \end_layout
36454
36455 \end_inset
36456 </cell>
36457 </row>
36458 <row topline="true">
36459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36460 \begin_inset Text
36461
36462 \begin_layout Standard
36463 pc
36464 \end_layout
36465
36466 \end_inset
36467 </cell>
36468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36469 \begin_inset Text
36470
36471 \begin_layout Standard
36472 pica (1\InsetSpace \thinspace{}
36473 pc = 12\InsetSpace \thinspace{}
36474 pt)
36475 \end_layout
36476
36477 \end_inset
36478 </cell>
36479 </row>
36480 <row topline="true">
36481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36482 \begin_inset Text
36483
36484 \begin_layout Standard
36485 sp
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36491 \begin_inset Text
36492
36493 \begin_layout Standard
36494 scaled point (65536\InsetSpace \thinspace{}
36495 sp = 1\InsetSpace \thinspace{}
36496 pt)
36497 \end_layout
36498
36499 \end_inset
36500 </cell>
36501 </row>
36502 <row topline="true">
36503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36504 \begin_inset Text
36505
36506 \begin_layout Standard
36507 bp
36508 \end_layout
36509
36510 \end_inset
36511 </cell>
36512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36513 \begin_inset Text
36514
36515 \begin_layout Standard
36516 big point (72\InsetSpace \thinspace{}
36517 bp = 1\InsetSpace \thinspace{}
36518 in)
36519 \end_layout
36520
36521 \end_inset
36522 </cell>
36523 </row>
36524 <row topline="true">
36525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36526 \begin_inset Text
36527
36528 \begin_layout Standard
36529 dd
36530 \end_layout
36531
36532 \end_inset
36533 </cell>
36534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36535 \begin_inset Text
36536
36537 \begin_layout Standard
36538 didot (72\InsetSpace \thinspace{}
36539 dd 
36540 \begin_inset Formula $\approx$
36541 \end_inset
36542
36543  37.6\InsetSpace \thinspace{}
36544 mm)
36545 \end_layout
36546
36547 \end_inset
36548 </cell>
36549 </row>
36550 <row topline="true">
36551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36552 \begin_inset Text
36553
36554 \begin_layout Standard
36555 cc
36556 \end_layout
36557
36558 \end_inset
36559 </cell>
36560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36561 \begin_inset Text
36562
36563 \begin_layout Standard
36564 cicero (1\InsetSpace \thinspace{}
36565 cc = 12\InsetSpace \thinspace{}
36566 dd)
36567 \end_layout
36568
36569 \end_inset
36570 </cell>
36571 </row>
36572 <row topline="true">
36573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36574 \begin_inset Text
36575
36576 \begin_layout Standard
36577 Scale%
36578 \end_layout
36579
36580 \end_inset
36581 </cell>
36582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36583 \begin_inset Text
36584
36585 \begin_layout Standard
36586 % of original image width
36587 \end_layout
36588
36589 \end_inset
36590 </cell>
36591 </row>
36592 <row topline="true">
36593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36594 \begin_inset Text
36595
36596 \begin_layout Standard
36597 text%
36598 \end_layout
36599
36600 \end_inset
36601 </cell>
36602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Standard
36606 % of text width
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 </row>
36612 <row topline="true">
36613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Standard
36617 col%
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36623 \begin_inset Text
36624
36625 \begin_layout Standard
36626 % of column width
36627 \end_layout
36628
36629 \end_inset
36630 </cell>
36631 </row>
36632 <row topline="true">
36633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36634 \begin_inset Text
36635
36636 \begin_layout Standard
36637 page%
36638 \end_layout
36639
36640 \end_inset
36641 </cell>
36642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36643 \begin_inset Text
36644
36645 \begin_layout Standard
36646 % of paper width
36647 \end_layout
36648
36649 \end_inset
36650 </cell>
36651 </row>
36652 <row topline="true">
36653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36654 \begin_inset Text
36655
36656 \begin_layout Standard
36657 line%
36658 \end_layout
36659
36660 \end_inset
36661 </cell>
36662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36663 \begin_inset Text
36664
36665 \begin_layout Standard
36666 % of line width
36667 \end_layout
36668
36669 \end_inset
36670 </cell>
36671 </row>
36672 <row topline="true">
36673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36674 \begin_inset Text
36675
36676 \begin_layout Standard
36677 theight%
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Standard
36686 % of text height
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 </row>
36692 <row topline="true">
36693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Standard
36697 pheight%
36698 \end_layout
36699
36700 \end_inset
36701 </cell>
36702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout Standard
36706 % of paper height
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 ex
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 height of letter 
36727 \emph on
36728 x
36729 \emph default
36730  in current font
36731 \end_layout
36732
36733 \end_inset
36734 </cell>
36735 </row>
36736 <row topline="true">
36737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Standard
36741 em
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36747 \begin_inset Text
36748
36749 \begin_layout Standard
36750 width of letter 
36751 \emph on
36752 M
36753 \emph default
36754  in current font
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 </row>
36760 <row topline="true" bottomline="true">
36761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36762 \begin_inset Text
36763
36764 \begin_layout Standard
36765 mu
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36771 \begin_inset Text
36772
36773 \begin_layout Standard
36774 math unit (1\InsetSpace \thinspace{}
36775 mu = 1/18\InsetSpace \thinspace{}
36776 em)
36777 \end_layout
36778
36779 \end_inset
36780 </cell>
36781 </row>
36782 </lyxtabular>
36783
36784 \end_inset
36785
36786
36787 \end_layout
36788
36789 \end_inset
36790
36791
36792 \end_layout
36793
36794 \begin_layout Chapter
36795 Credits
36796 \begin_inset LatexCommand label
36797 name "cha:Credits"
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Standard
36805 The documentation is a collaborative effort between many different people
36806  (and we would encourage people to contribute!).
36807 \end_layout
36808
36809 \begin_layout Itemize
36810
36811 \noun on
36812 Alejandro Aguilar Sierra
36813 \end_layout
36814
36815 \begin_layout Itemize
36816
36817 \noun on
36818 Amir Karger
36819 \end_layout
36820
36821 \begin_layout Itemize
36822
36823 \noun on
36824 David Johnson
36825 \end_layout
36826
36827 \begin_layout Itemize
36828
36829 \noun on
36830 Hartmut Haase
36831 \end_layout
36832
36833 \begin_layout Itemize
36834
36835 \noun on
36836 Ignacio García
36837 \end_layout
36838
36839 \begin_layout Itemize
36840
36841 \noun on
36842 Ivan Schreter
36843 \end_layout
36844
36845 \begin_layout Itemize
36846
36847 \noun on
36848 John Raithel
36849 \end_layout
36850
36851 \begin_layout Itemize
36852
36853 \noun on
36854 John Weiss
36855 \end_layout
36856
36857 \begin_layout Itemize
36858
36859 \noun on
36860 Lars Gullik Bjønnes
36861 \end_layout
36862
36863 \begin_layout Itemize
36864
36865 \noun on
36866 Matthias Ettrich
36867 \end_layout
36868
36869 \begin_layout Itemize
36870
36871 \noun on
36872 Matthias Zenker
36873 \end_layout
36874
36875 \begin_layout Itemize
36876
36877 \noun on
36878 Rich Fields
36879 \end_layout
36880
36881 \begin_layout Itemize
36882
36883 \noun on
36884 Pascal André
36885 \end_layout
36886
36887 \begin_layout Itemize
36888
36889 \noun on
36890 Paul Evans
36891 \end_layout
36892
36893 \begin_layout Itemize
36894
36895 \noun on
36896 Paul Russel
36897 \end_layout
36898
36899 \begin_layout Itemize
36900
36901 \noun on
36902 Robin Socha
36903 \end_layout
36904
36905 \begin_layout Itemize
36906
36907 \noun on
36908 Uwe Stöhr
36909 \end_layout
36910
36911 \begin_layout Itemize
36912 The LyX Team: 
36913 \begin_inset LatexCommand cite
36914 key "lyxcredit"
36915
36916 \end_inset
36917
36918
36919 \end_layout
36920
36921 \begin_layout Standard
36922
36923 \newpage
36924 The bibliography on the following page was created with the 
36925 \family sans
36926 Bibliography
36927 \family default
36928  environment.
36929 \end_layout
36930
36931 \begin_layout Bibliography
36932 \begin_inset LatexCommand bibitem
36933 label "Credits"
36934 key "lyxcredit"
36935
36936 \end_inset
36937
36938
36939 \begin_inset ERT
36940 status collapsed
36941
36942 \begin_layout Standard
36943
36944
36945 \backslash
36946 addcontentsline{toc}{chapter}{
36947 \backslash
36948 bibname
36949 \backslash
36950 ; 1}
36951 \end_layout
36952
36953 \end_inset
36954
36955
36956 \begin_inset Note Note
36957 status collapsed
36958
36959 \begin_layout Standard
36960 The command 
36961 \series bold
36962
36963 \backslash
36964 addcontentsline
36965 \series default
36966  is explained in the 
36967 \emph on
36968 Extended Features
36969 \emph default
36970  manual.
36971  It creates a TOC entry.
36972 \end_layout
36973
36974 \begin_layout Standard
36975 A manual TOC entry for the bibliography is only necessary because we use
36976  two different ones in one document.
36977 \end_layout
36978
36979 \end_inset
36980
36981 The LyX Team: 
36982 \begin_inset ERT
36983 status collapsed
36984
36985 \begin_layout Standard
36986
36987
36988 \backslash
36989 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
36990 \end_layout
36991
36992 \end_inset
36993
36994 Credits
36995 \begin_inset ERT
36996 status collapsed
36997
36998 \begin_layout Standard
36999
37000 }
37001 \end_layout
37002
37003 \end_inset
37004
37005
37006 \begin_inset Note Note
37007 status collapsed
37008
37009 \begin_layout Standard
37010 The command 
37011 \series bold
37012
37013 \backslash
37014 href
37015 \series default
37016  is explained in the 
37017 \emph on
37018 Embedded Objects
37019 \emph default
37020  manual.
37021  It creates a hyperlink.
37022 \end_layout
37023
37024 \end_inset
37025
37026 :
37027 \newline
37028
37029 \begin_inset LatexCommand url
37030 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
37031
37032 \end_inset
37033
37034
37035 \end_layout
37036
37037 \begin_layout Bibliography
37038 \begin_inset LatexCommand bibitem
37039 key "latexcompanion"
37040
37041 \end_inset
37042
37043 Frank Mittelbach and Michel Goossens: 
37044 \emph on
37045 The LaTeX Companion Second Edition.
37046
37047 \emph default
37048  Addison-Wesley, 2004
37049 \end_layout
37050
37051 \begin_layout Bibliography
37052 \begin_inset LatexCommand bibitem
37053 key "latexguide"
37054
37055 \end_inset
37056
37057 Helmut Kopka and Patrick W.
37058  Daly: 
37059 \emph on
37060 A Guide to LaTeX Fourth Edition.
37061
37062 \emph default
37063  Addison-Wesley, 2003
37064 \end_layout
37065
37066 \begin_layout Bibliography
37067 \begin_inset LatexCommand bibitem
37068 key "latexbook"
37069
37070 \end_inset
37071
37072 Leslie Lamport: 
37073 \emph on
37074 LaTeX: A Document Preparation System.
37075
37076 \emph default
37077  Addison-Wesley, second edition, 1994
37078 \end_layout
37079
37080 \begin_layout Bibliography
37081 \begin_inset LatexCommand bibitem
37082 key "texbook"
37083
37084 \end_inset
37085
37086 Donald E.
37087  Knuth.
37088  
37089 \emph on
37090 The TeXbook.
37091
37092 \emph default
37093  Addison-Wesley, 1984
37094 \end_layout
37095
37096 \begin_layout Bibliography
37097 \begin_inset LatexCommand bibitem
37098 key "TeXCatalogue"
37099
37100 \end_inset
37101
37102 The TeX Catalogue:
37103 \newline
37104
37105 \begin_inset LatexCommand url
37106 target "http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html"
37107
37108 \end_inset
37109
37110
37111 \end_layout
37112
37113 \begin_layout Bibliography
37114 \begin_inset LatexCommand bibitem
37115 key "LaTeXFAQ"
37116
37117 \end_inset
37118
37119
37120 \begin_inset LatexCommand url
37121 name "The LaTeX FAQ:"
37122 target "http://www.tex.ac.uk/cgi-bin/texfaq2html"
37123
37124 \end_inset
37125
37126
37127 \end_layout
37128
37129 \begin_layout Bibliography
37130 \begin_inset LatexCommand bibitem
37131 key "makeindex"
37132
37133 \end_inset
37134
37135
37136 \begin_inset ERT
37137 status collapsed
37138
37139 \begin_layout Standard
37140
37141
37142 \backslash
37143 href{http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi}{
37144 \end_layout
37145
37146 \end_inset
37147
37148 Documentation
37149 \begin_inset ERT
37150 status collapsed
37151
37152 \begin_layout Standard
37153
37154 }
37155 \end_layout
37156
37157 \end_inset
37158
37159  of the program 
37160 \family sans
37161 makeindex
37162 \family default
37163 :
37164 \newline
37165
37166 \begin_inset LatexCommand url
37167 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
37168
37169 \end_inset
37170
37171
37172 \end_layout
37173
37174 \begin_layout Bibliography
37175 \begin_inset LatexCommand bibitem
37176 key "caption"
37177
37178 \end_inset
37179
37180
37181 \begin_inset ERT
37182 status collapsed
37183
37184 \begin_layout Standard
37185
37186
37187 \backslash
37188 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
37189 \end_layout
37190
37191 \end_inset
37192
37193 Documentation
37194 \begin_inset ERT
37195 status collapsed
37196
37197 \begin_layout Standard
37198
37199 }
37200 \end_layout
37201
37202 \end_inset
37203
37204  of the LaTeX-package 
37205 \series bold
37206 caption
37207 \series default
37208
37209 \begin_inset LatexCommand index
37210 name "LaTeX-packages ! caption"
37211
37212 \end_inset
37213
37214 :
37215 \newline
37216
37217 \begin_inset LatexCommand url
37218 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
37219
37220 \end_inset
37221
37222
37223 \end_layout
37224
37225 \begin_layout Bibliography
37226 \begin_inset LatexCommand bibitem
37227 key "fancyhdr"
37228
37229 \end_inset
37230
37231
37232 \begin_inset ERT
37233 status collapsed
37234
37235 \begin_layout Standard
37236
37237
37238 \backslash
37239 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf}
37240 {
37241 \end_layout
37242
37243 \end_inset
37244
37245 Documentation
37246 \begin_inset ERT
37247 status collapsed
37248
37249 \begin_layout Standard
37250
37251 }
37252 \end_layout
37253
37254 \end_inset
37255
37256  of the LaTeX-package 
37257 \series bold
37258 fancyhdr
37259 \series default
37260
37261 \begin_inset LatexCommand index
37262 name "LaTeX-packages ! fancyhdr"
37263
37264 \end_inset
37265
37266 :
37267 \newline
37268
37269 \begin_inset LatexCommand url
37270 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
37271
37272 \end_inset
37273
37274
37275 \end_layout
37276
37277 \begin_layout Bibliography
37278 \begin_inset LatexCommand bibitem
37279 key "floatflt"
37280
37281 \end_inset
37282
37283
37284 \begin_inset ERT
37285 status collapsed
37286
37287 \begin_layout Standard
37288
37289
37290 \backslash
37291 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
37292 {
37293 \end_layout
37294
37295 \end_inset
37296
37297 Documentation
37298 \begin_inset ERT
37299 status collapsed
37300
37301 \begin_layout Standard
37302
37303 }
37304 \end_layout
37305
37306 \end_inset
37307
37308  of the LaTeX-package 
37309 \series bold
37310 floatflt
37311 \series default
37312
37313 \begin_inset LatexCommand index
37314 name "LaTeX-packages ! floatflt"
37315
37316 \end_inset
37317
37318 :
37319 \newline
37320
37321 \begin_inset LatexCommand url
37322 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf"
37323
37324 \end_inset
37325
37326
37327 \end_layout
37328
37329 \begin_layout Bibliography
37330 \begin_inset LatexCommand bibitem
37331 key "nomencl"
37332
37333 \end_inset
37334
37335
37336 \begin_inset ERT
37337 status collapsed
37338
37339 \begin_layout Standard
37340
37341
37342 \backslash
37343 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf}{
37344 \end_layout
37345
37346 \end_inset
37347
37348 Documentation
37349 \begin_inset ERT
37350 status collapsed
37351
37352 \begin_layout Standard
37353
37354 }
37355 \end_layout
37356
37357 \end_inset
37358
37359  of the LaTeX-package 
37360 \series bold
37361 nomencl
37362 \series default
37363
37364 \begin_inset LatexCommand index
37365 name "LaTeX-packages ! nomencl"
37366
37367 \end_inset
37368
37369 :
37370 \newline
37371
37372 \begin_inset LatexCommand url
37373 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
37374
37375 \end_inset
37376
37377
37378 \end_layout
37379
37380 \begin_layout Bibliography
37381 \begin_inset LatexCommand bibitem
37382 key "tipa"
37383
37384 \end_inset
37385
37386
37387 \begin_inset ERT
37388 status collapsed
37389
37390 \begin_layout Standard
37391
37392
37393 \backslash
37394 href{http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf}{
37395 \end_layout
37396
37397 \end_inset
37398
37399 Documentation
37400 \begin_inset ERT
37401 status collapsed
37402
37403 \begin_layout Standard
37404
37405 }
37406 \end_layout
37407
37408 \end_inset
37409
37410  of the LaTeX-package 
37411 \series bold
37412 tipa
37413 \series default
37414
37415 \begin_inset LatexCommand index
37416 name "LaTeX-packages ! tipa"
37417
37418 \end_inset
37419
37420 :
37421 \newline
37422
37423 \begin_inset LatexCommand url
37424 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
37425
37426 \end_inset
37427
37428
37429 \end_layout
37430
37431 \begin_layout Bibliography
37432 \begin_inset LatexCommand bibitem
37433 key "XeTeX"
37434
37435 \end_inset
37436
37437
37438 \begin_inset ERT
37439 status collapsed
37440
37441 \begin_layout Standard
37442
37443
37444 \backslash
37445 href{http://wiki.lyx.org/LyX/XeTeX}{
37446 \end_layout
37447
37448 \end_inset
37449
37450 Wiki-page
37451 \begin_inset ERT
37452 status collapsed
37453
37454 \begin_layout Standard
37455
37456 }
37457 \end_layout
37458
37459 \end_inset
37460
37461  how to use LyX with XeTeX:
37462 \newline
37463
37464 \begin_inset LatexCommand url
37465 target "http://wiki.lyx.org/LyX/XeTeX"
37466
37467 \end_inset
37468
37469
37470 \end_layout
37471
37472 \begin_layout Bibliography
37473 \begin_inset LatexCommand bibitem
37474 key "Arabic"
37475
37476 \end_inset
37477
37478
37479 \begin_inset ERT
37480 status collapsed
37481
37482 \begin_layout Standard
37483
37484
37485 \backslash
37486 href{http://wiki.lyx.org/Windows/Arabic}{
37487 \end_layout
37488
37489 \end_inset
37490
37491 Wiki-page
37492 \begin_inset ERT
37493 status collapsed
37494
37495 \begin_layout Standard
37496
37497 }
37498 \end_layout
37499
37500 \end_inset
37501
37502  how to set up LyX for Arabic:
37503 \newline
37504
37505 \begin_inset LatexCommand url
37506 target "http://wiki.lyx.org/Windows/Arabic"
37507
37508 \end_inset
37509
37510
37511 \end_layout
37512
37513 \begin_layout Bibliography
37514 \begin_inset LatexCommand bibitem
37515 key "Armenian"
37516
37517 \end_inset
37518
37519
37520 \begin_inset ERT
37521 status collapsed
37522
37523 \begin_layout Standard
37524
37525
37526 \backslash
37527 href{http://wiki.lyx.org/Windows/Armenian}{
37528 \end_layout
37529
37530 \end_inset
37531
37532 Wiki-page
37533 \begin_inset ERT
37534 status collapsed
37535
37536 \begin_layout Standard
37537
37538 }
37539 \end_layout
37540
37541 \end_inset
37542
37543  how to set up LyX for Armenian:
37544 \newline
37545
37546 \begin_inset LatexCommand url
37547 target "http://wiki.lyx.org/Windows/Armenian"
37548
37549 \end_inset
37550
37551
37552 \end_layout
37553
37554 \begin_layout Bibliography
37555 \begin_inset LatexCommand bibitem
37556 key "Farsi"
37557
37558 \end_inset
37559
37560
37561 \begin_inset ERT
37562 status collapsed
37563
37564 \begin_layout Standard
37565
37566
37567 \backslash
37568 href{http://wiki.lyx.org/Windows/Farsi}{
37569 \end_layout
37570
37571 \end_inset
37572
37573 Wiki-page
37574 \begin_inset ERT
37575 status collapsed
37576
37577 \begin_layout Standard
37578
37579 }
37580 \end_layout
37581
37582 \end_inset
37583
37584  how to set up LyX for Farsi:
37585 \newline
37586
37587 \begin_inset LatexCommand url
37588 target "http://wiki.lyx.org/Windows/Farsi"
37589
37590 \end_inset
37591
37592
37593 \end_layout
37594
37595 \begin_layout Bibliography
37596 \begin_inset LatexCommand bibitem
37597 key "Hebrew"
37598
37599 \end_inset
37600
37601
37602 \begin_inset ERT
37603 status collapsed
37604
37605 \begin_layout Standard
37606
37607
37608 \backslash
37609 href{http://wiki.lyx.org/Windows/Hebrew}{
37610 \end_layout
37611
37612 \end_inset
37613
37614 Wiki-page
37615 \begin_inset ERT
37616 status collapsed
37617
37618 \begin_layout Standard
37619
37620 }
37621 \end_layout
37622
37623 \end_inset
37624
37625  how to set up LyX for Hebrew:
37626 \newline
37627
37628 \begin_inset LatexCommand url
37629 target "http://wiki.lyx.org/Windows/Hebrew"
37630
37631 \end_inset
37632
37633
37634 \end_layout
37635
37636 \begin_layout Bibliography
37637 \begin_inset LatexCommand bibitem
37638 key "LyX-func"
37639
37640 \end_inset
37641
37642
37643 \begin_inset ERT
37644 status collapsed
37645
37646 \begin_layout Standard
37647
37648
37649 \backslash
37650 href{http://wiki.lyx.org/LyX/LyxFunctionList1-5-1}{
37651 \end_layout
37652
37653 \end_inset
37654
37655 Wiki-page
37656 \begin_inset ERT
37657 status collapsed
37658
37659 \begin_layout Standard
37660
37661 }
37662 \end_layout
37663
37664 \end_inset
37665
37666  with a list of all available LyX-functions:
37667 \newline
37668
37669 \begin_inset LatexCommand url
37670 target "http://wiki.lyx.org/LyX/LyxFunctionList1-5-1"
37671
37672 \end_inset
37673
37674
37675 \end_layout
37676
37677 \begin_layout Standard
37678
37679 \newpage
37680
37681 \begin_inset LatexCommand bibtex
37682 options "biblio/alphadin"
37683 bibfiles "biblio/LyXDocs"
37684
37685 \end_inset
37686
37687
37688 \end_layout
37689
37690 \begin_layout Standard
37691 The above bibliography is created from a BibTeX-database.
37692 \end_layout
37693
37694 \begin_layout Standard
37695 \begin_inset ERT
37696 status collapsed
37697
37698 \begin_layout Standard
37699
37700
37701 \backslash
37702 addcontentsline{toc}{chapter}{
37703 \backslash
37704 bibname
37705 \backslash
37706 ; 2}
37707 \end_layout
37708
37709 \end_inset
37710
37711
37712 \begin_inset Note Note
37713 status collapsed
37714
37715 \begin_layout Standard
37716 The command 
37717 \series bold
37718
37719 \backslash
37720 addcontentsline
37721 \series default
37722  is explained in the 
37723 \emph on
37724 Extended Features
37725 \emph default
37726  manual.
37727  It creates a TOC entry.
37728 \end_layout
37729
37730 \begin_layout Standard
37731 A manual TOC entry for the bibliography is only necessary because we use
37732  two different ones in one document.
37733 \end_layout
37734
37735 \end_inset
37736
37737
37738 \end_layout
37739
37740 \begin_layout Standard
37741
37742 \series bold
37743 \begin_inset LatexCommand printnomenclature
37744
37745 \end_inset
37746
37747
37748 \begin_inset LatexCommand printindex
37749
37750 \end_inset
37751
37752
37753 \end_layout
37754
37755 \end_body
37756 \end_document