]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
c13ef9768aa0b0d6202215fd3dd5ab07a17fc4c4
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.5.1 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 % I've designed this preamble 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 % provides missing characters,
17 % see note in chapter 'Character Tables'
18 \usepackage{textcomp}
19 \usepackage{wasysym}
20
21 \usepackage{ifpdf} % part of the hyperref bundle
22 \ifpdf % if pdflatex is used
23
24   % set fonts for nicer pdf view
25   \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{%
26   \usepackage[scaled=0.92]{helvet}
27   \usepackage{mathptmx}
28   \usepackage{courier} }
29   % the pages of the TOC are numbered roman
30   % and a pdf-bookmark for the TOC is added
31   \pagenumbering{roman}
32   \let\myTOC\tableofcontents
33   \renewcommand\tableofcontents{%
34     \pdfbookmark[1]{Contents}{}
35     \myTOC
36     \cleardoublepage
37     \pagenumbering{arabic} }
38  % link all cross references and URLs in pdf output
39  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
40  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
41  pdfpagelayout=OneColumn, pdfnewwindow=true,
42  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
43  pdfauthor={LyX Team}, pdftex,
44  pdftitle={The LyX User's Guide},pdfsubject={LyX},
45  pdfkeywords={LyX}]{hyperref}
46  
47 \else % if dvi or ps is produced
48
49  % link all cross references and URLs in dvi output
50  \usepackage[ps2pdf]{hyperref}
51
52  % the pages of the TOC are numbered roman
53  \pagenumbering{roman}
54  \let\myTOC\tableofcontents
55  \renewcommand\tableofcontents{%
56    \pdfbookmark[1]{Contents}{}
57    \myTOC
58    \clearpage
59    \pagenumbering{arabic} }
60    
61 \fi 
62
63 % redefine the \LyX macro for PDF bookmarks
64 \def\LyX{\texorpdfstring{%
65   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
66   {LyX }}
67
68 % define a short command for \textvisiblespace
69 \newcommand{\spce}{\textvisiblespace}
70 \end_preamble
71 \options bibtotoc,idxtotoc,BCOR7mm
72 \language english
73 \inputencoding latin1
74 \font_roman default
75 \font_sans default
76 \font_typewriter default
77 \font_default_family default
78 \font_sc false
79 \font_osf false
80 \font_sf_scale 100
81 \font_tt_scale 100
82 \graphics default
83 \paperfontsize 12
84 \spacing single
85 \papersize default
86 \use_geometry false
87 \use_amsmath 1
88 \use_esint 0
89 \cite_engine basic
90 \use_bibtopic false
91 \paperorientation portrait
92 \secnumdepth 3
93 \tocdepth 3
94 \paragraph_separation indent
95 \defskip medskip
96 \quotes_language english
97 \papercolumns 1
98 \papersides 2
99 \paperpagestyle default
100 \tracking_changes false
101 \output_changes false
102 \author "" 
103 \author "" 
104 \end_header
105
106 \begin_body
107
108 \begin_layout Title
109 The LyX User's Guide
110 \end_layout
111
112 \begin_layout Author
113 by the LyX Team
114 \begin_inset Foot
115 status collapsed
116
117 \begin_layout Standard
118 \noindent
119 If you have comments or error corrections, please send them to the LyX Documenta
120 tion mailing list: 
121 \family typewriter
122 lyx-docs@lists.lyx.org
123 \end_layout
124
125 \end_inset
126
127
128 \newline
129
130 \newline
131 Version 1.5.2
132 \end_layout
133
134 \begin_layout Standard
135 \begin_inset Note Note
136 status open
137
138 \begin_layout Standard
139 To export this document as pdf, ps or dvi, the LaTeX-package 
140 \series bold
141 hyperref
142 \series default
143  has to be installed.
144 \end_layout
145
146 \begin_layout Standard
147 This package should be part of all popular LaTeX-distributions.
148 \end_layout
149
150 \end_inset
151
152
153 \end_layout
154
155 \begin_layout Standard
156 \begin_inset LatexCommand tableofcontents
157
158 \end_inset
159
160
161 \end_layout
162
163 \begin_layout Chapter
164 Getting Started
165 \end_layout
166
167 \begin_layout Section
168 What is LyX?
169 \end_layout
170
171 \begin_layout Standard
172 LyX is a document preparation system.
173  It is a tool for producing beautiful manuscripts, publishable books, business
174  letters and proposals, and even poetry.
175  It is unlike most other 
176 \begin_inset Quotes eld
177 \end_inset
178
179 word processors
180 \begin_inset Quotes erd
181 \end_inset
182
183  in the sense that it uses the paradigm of a markup language as its core
184  editing style.
185  That means that when you type a section header, you mark it as a 
186 \begin_inset Quotes eld
187 \end_inset
188
189 Section
190 \begin_inset Quotes erd
191 \end_inset
192
193 , not 
194 \begin_inset Quotes eld
195 \end_inset
196
197 Bold, 17 pt type, left justified, 5 mm space below
198 \begin_inset Quotes erd
199 \end_inset
200
201 .
202  LyX takes care of the typesetting for you, so you deal only with concepts,
203  not the mechanics.
204 \end_layout
205
206 \begin_layout Standard
207 This philosophy is explained in much greater detail in the 
208 \emph on
209
210 \begin_inset Quotes eld
211 \end_inset
212
213 Introduction
214 \begin_inset Quotes erd
215 \end_inset
216
217
218 \emph default
219 .
220  If you haven't read it yet, you need to.
221  Yes, we mean now.
222 \end_layout
223
224 \begin_layout Standard
225 The 
226 \begin_inset Quotes eld
227 \end_inset
228
229
230 \emph on
231 Introduction
232 \emph default
233
234 \begin_inset Quotes erd
235 \end_inset
236
237  describes several things in addition to LyX's philosophy: most importantly,
238  the format of all of the manuals.
239  If you don't read it, you'll have a bear of a time navigating this manual.
240  You might also be better served looking in one of the other manuals instead
241  of this one.
242  
243 \begin_inset Quotes eld
244 \end_inset
245
246
247 \emph on
248 Introduction
249 \emph default
250
251 \begin_inset Quotes erd
252 \end_inset
253
254  describes that, too.
255 \end_layout
256
257 \begin_layout Section
258 How LyX Looks
259 \end_layout
260
261 \begin_layout Standard
262 Like most applications, LyX has the familiar menu bar across the top of
263  its window.
264  Below it is a toolbar with a pulldown box and various buttons.
265  There is, of course, a vertical scrollbar and a main work area for editing
266  documents.
267  Near the bottom of the window is a small window containing a single line
268  of text.
269  This is the 
270 \emph on
271 minibuffer
272 \emph default
273 , which really means 
274 \begin_inset Quotes eld
275 \end_inset
276
277 command buffer
278 \begin_inset Quotes erd
279 \end_inset
280
281 .
282  Type 
283 \family sans
284 M-x
285 \family default
286  when you need to type a command in the minibuffer.
287 \end_layout
288
289 \begin_layout Standard
290 Note that there is no horizontal scroll bar.
291  This is not a bug or an oversight, but intentional.
292  When you read a book, you expect the end of a line to wrap around to the
293  next line.
294  Text overflows onto new pages in a vertical fashion, hence the need for
295  only a vertical scrollbar.
296  There are three cases where you might want a horizontal scrollbar.
297  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
298  This, however, is due
299  to a flaw in the routine that displays graphics on the LyX screen in a
300  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
301  as you'd need to rescale graphics to fit on a page.
302  The second and third cases are tables and equations which are wider than
303  the LyX window.
304  You can use the arrow keys to scroll horizontally through the table, but
305  this doesn't work for equations yet.
306 \end_layout
307
308 \begin_layout Standard
309 For a brief description of all LyX menus and toolbar buttons, have a look
310  at appendix\InsetSpace ~
311
312 \begin_inset LatexCommand ref
313 reference "cha:The-User-Interface"
314
315 \end_inset
316
317 .
318  Most of them are self-explanatory and you'll find them listed in the correspond
319 ing sections of this documentation.
320 \end_layout
321
322 \begin_layout Section
323 HELP
324 \end_layout
325
326 \begin_layout Standard
327 The help system consists of the LyX manuals.
328  You can read 
329 \emph on
330 all
331 \emph default
332  of the manuals from inside LyX.
333  Just select the manual you want read from the 
334 \family sans
335 Help
336 \family default
337  menu.
338 \end_layout
339
340 \begin_layout Section
341 Basic LyX Setup
342 \begin_inset LatexCommand label
343 name "sec:Basic-LyX-Setup"
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Standard
351 There are several features of LyX that can be configured from inside LyX,
352  without resorting to configuration files.
353  First, LyX is able to inspect your system to see what programs, LaTeX document
354  classes and LaTeX packages are available.
355  It uses this knowledge to give reasonable defaults to several 
356 \family sans
357 Preferences
358 \family default
359  settings.
360  Although this configuration has already been done when LyX was installed
361  on your system, you might have some items that you installed locally, e.g.
362  new LaTeX classes, and which are not seen by LyX.
363  To force LyX to re-inspect your system, you should use 
364 \family sans
365 Edit\SpecialChar \menuseparator
366 Reconfigure
367 \family default
368 .
369  You should then restart LyX to ensure that the changes are taken into account.
370 \end_layout
371
372 \begin_layout Section
373 LaTeX Setup
374 \begin_inset LatexCommand label
375 name "sec:LaTeX-Setup"
376
377 \end_inset
378
379
380 \end_layout
381
382 \begin_layout Standard
383 LyX needs several LaTeX packages to work properly.
384  The packages found on the system by LyX are listed in the file 
385 \emph on
386 LaT
387 \emph default
388
389 \begin_inset ERT
390 status collapsed
391
392 \begin_layout Standard
393
394 {}
395 \end_layout
396
397 \end_inset
398
399
400 \emph on
401 eX\InsetSpace ~
402 Configuration
403 \emph default
404  that will be created when using the menu 
405 \family sans
406 Help\SpecialChar \menuseparator
407 LaT
408 \begin_inset ERT
409 status collapsed
410
411 \begin_layout Standard
412
413 {}
414 \end_layout
415
416 \end_inset
417
418 eX\InsetSpace ~
419 Configuration
420 \family default
421 .
422  You should install the required missing packages and then reconfigure LyX.
423 \begin_inset Note Note
424 status collapsed
425
426 \begin_layout Standard
427 The two braces in the ERT box prevent that the term 
428 \begin_inset Quotes eld
429 \end_inset
430
431 LaTeX
432 \begin_inset Quotes erd
433 \end_inset
434
435  is printed with sub- and superscript letters.
436  More on ERT is described in section\InsetSpace ~
437
438 \begin_inset LatexCommand ref
439 reference "sec:ERT"
440
441 \end_inset
442
443 , the printout of proper names like LaTeX is explained in section\InsetSpace ~
444
445 \begin_inset LatexCommand ref
446 reference "sub:LyX's-Proper-Names"
447
448 \end_inset
449
450 .
451 \end_layout
452
453 \end_inset
454
455
456 \end_layout
457
458 \begin_layout Chapter
459 How to work with LyX
460 \end_layout
461
462 \begin_layout Section
463 Basic File Operations
464 \begin_inset LatexCommand index
465 name "File Operations"
466
467 \end_inset
468
469
470 \end_layout
471
472 \begin_layout Standard
473 Under the 
474 \family sans
475 File
476 \family default
477  menu are basic operations for any word processor in addition to some more
478  advanced operations:
479 \end_layout
480
481 \begin_layout Itemize
482
483 \family sans
484 New
485 \end_layout
486
487 \begin_layout Itemize
488
489 \family sans
490 New\InsetSpace ~
491 from
492 \bar under
493 \InsetSpace ~
494
495 \bar default
496 Template
497 \end_layout
498
499 \begin_layout Itemize
500
501 \family sans
502 Open
503 \end_layout
504
505 \begin_layout Itemize
506
507 \family sans
508 Close
509 \end_layout
510
511 \begin_layout Itemize
512
513 \family sans
514 Save
515 \end_layout
516
517 \begin_layout Itemize
518
519 \family sans
520 Save\InsetSpace ~
521 As
522 \end_layout
523
524 \begin_layout Itemize
525
526 \family sans
527 Revert\InsetSpace ~
528 to\InsetSpace ~
529 saved
530 \end_layout
531
532 \begin_layout Itemize
533
534 \family sans
535 Version\InsetSpace ~
536 Control
537 \end_layout
538
539 \begin_layout Itemize
540
541 \family sans
542 Import
543 \end_layout
544
545 \begin_layout Itemize
546
547 \family sans
548 Export
549 \end_layout
550
551 \begin_layout Itemize
552
553 \family sans
554 Print
555 \end_layout
556
557 \begin_layout Itemize
558
559 \family sans
560 Exit
561 \end_layout
562
563 \begin_layout Standard
564 They all do pretty much the same thing as in other word processors, with
565  a few minor differences.
566  The 
567 \family sans
568 File\SpecialChar \menuseparator
569 New\InsetSpace ~
570 from
571 \bar under
572 \InsetSpace ~
573
574 \bar default
575 Template
576 \family default
577  command not only prompts you for a name for the new file, but also prompts
578  you for a template to use.
579  Selecting a template will automatically set certain layout features for
580  the document, features you would otherwise need to change manually.
581  They can be of use for certain classes, especially those for writing letters
582  (see section\InsetSpace ~
583
584 \begin_inset LatexCommand ref
585 reference "sec:doc-classes"
586
587 \end_inset
588
589 ).
590 \end_layout
591
592 \begin_layout Standard
593 Note: There is no 
594 \begin_inset Quotes eld
595 \end_inset
596
597 default file
598 \begin_inset Quotes erd
599 \end_inset
600
601  or document named 
602 \begin_inset Quotes eld
603 \end_inset
604
605 Untitled
606 \begin_inset Quotes erd
607 \end_inset
608
609  or 
610 \begin_inset Quotes eld
611 \end_inset
612
613 scratch.
614 \begin_inset Quotes erd
615 \end_inset
616
617  Unless you tell LyX to open a file or create a new one, that big, blank
618  space is just that --- a big, blank space.
619 \end_layout
620
621 \begin_layout Standard
622
623 \family sans
624 Revert\InsetSpace ~
625 to\InsetSpace ~
626 saved
627 \family default
628  and 
629 \family sans
630 Version\InsetSpace ~
631 Control
632 \family default
633  are useful if more people work on the same document at the same time
634 \begin_inset Foot
635 status collapsed
636
637 \begin_layout Standard
638 If you plan to do this, you should check out the Version Control feature
639  in LyX also.
640  Read 
641 \emph on
642 Extended Features
643 \emph default
644 \SpecialChar \@.
645
646 \end_layout
647
648 \end_inset
649
650 .
651  
652 \family sans
653 Revert\InsetSpace ~
654 to\InsetSpace ~
655 saved
656 \family default
657  will reload the document from disk.
658  You can of course also use it if you regret that you changed a document
659  and want to restore it to the last save.
660  With
661 \family sans
662  Version\InsetSpace ~
663 Control 
664 \family default
665 you can there register the changes you made to a document so that others
666  can identify this as your changes.
667 \end_layout
668
669 \begin_layout Section
670 Basic Editing Features
671 \begin_inset LatexCommand index
672 name "Editing"
673
674 \end_inset
675
676
677 \begin_inset LatexCommand label
678 name "sec:Basic-Editing-Features"
679
680 \end_inset
681
682
683 \end_layout
684
685 \begin_layout Standard
686 Like most modern word processors, LyX can perform cut and paste operations
687  on blocks of text, can move by character, word, or screenful of text, and
688  can delete whole words as well as individual characters.
689  The next four sections cover the basic LyX editing features and how to
690  access them.
691  We'll start with cut and paste.
692 \end_layout
693
694 \begin_layout Standard
695 As you might expect, the 
696 \family sans
697 Edit
698 \family default
699  menu has the cut and paste commands, along with various other editing features.
700  Some of these are special and covered in later sections.
701  The basic ones are:
702 \end_layout
703
704 \begin_layout Itemize
705
706 \family sans
707 Cut
708 \end_layout
709
710 \begin_layout Itemize
711
712 \family sans
713 Copy
714 \end_layout
715
716 \begin_layout Itemize
717
718 \family sans
719 Paste
720 \end_layout
721
722 \begin_layout Itemize
723
724 \family sans
725 Paste\InsetSpace ~
726 Recent
727 \end_layout
728
729 \begin_layout Itemize
730
731 \family sans
732 Paste\InsetSpace ~
733 Special
734 \end_layout
735
736 \begin_layout Itemize
737
738 \family sans
739 Find\InsetSpace ~
740 &\InsetSpace ~
741 Replace
742 \end_layout
743
744 \begin_layout Standard
745 The first three are self-explanatory.
746  One thing to note: whenever you delete a block of text that you've selected,
747  it's automatically placed in the clipboard.
748  That is, the 
749 \family sans
750 Delete
751 \family default
752  and 
753 \family sans
754 Backspace
755 \family default
756  keys also functions as the 
757 \family sans
758 Cut
759 \family default
760  command.
761  Also, if you've selected text, be careful.
762  If you hit a key, LyX will completely delete the selected text and replace
763  it with what you just typed.
764  You'll have to do an 
765 \family sans
766 Undo
767 \family default
768  to get back the lost text.
769 \end_layout
770
771 \begin_layout Standard
772 You can also copy text between LyX and other programs by cut, copy and paste.
773  The submenu of 
774 \family sans
775 Paste\InsetSpace ~
776 Recent
777 \family default
778  shows you a list with the last strings you have pasted.
779 \end_layout
780
781 \begin_layout Standard
782 The menu 
783 \family sans
784 Edit\SpecialChar \menuseparator
785 Paste\InsetSpace ~
786 Special\SpecialChar \menuseparator
787 Plain\InsetSpace ~
788 Text, Join\InsetSpace ~
789 Lines
790 \family default
791  will insert the text in the clipboard so that the whole text is inserted
792  as 
793 \emph on
794 one
795 \emph default
796  paragraph.
797  A new paragraph is started when there is a blank line in the file.
798  Without 
799 \family sans
800 Join\InsetSpace ~
801 Lines
802 \family default
803 , the text is inserted as Paragraphs, where the line breaks of the text
804  will start a new paragraph.
805 \end_layout
806
807 \begin_layout Standard
808 The 
809 \family sans
810 Edit\SpecialChar \menuseparator
811 Find\InsetSpace ~
812 &\InsetSpace ~
813 Replace
814 \family default
815  item opens the 
816 \family sans
817 Find\InsetSpace ~
818 and\InsetSpace ~
819 Replace
820 \family default
821  dialog.
822  Once you've found a word or expression, LyX selects it.
823  Hitting the 
824 \family sans
825 Replace
826 \family default
827  button replaces the selected text with the contents of the 
828 \family sans
829 Replace\InsetSpace ~
830 with
831 \family default
832  field.
833  You can click the 
834 \family sans
835 Find\InsetSpace ~
836 Next
837 \family default
838  button to skip the current word.
839  Hit 
840 \family sans
841 Replace\InsetSpace ~
842 All
843 \family default
844  to replace all occurrences of the text in the document automatically.
845  The 
846 \family sans
847 Case\InsetSpace ~
848 sensitive
849 \family default
850  option can be used if you want the search to consider the case of the search
851  word.
852  If the toggle is set, searching for 
853 \begin_inset Quotes eld
854 \end_inset
855
856
857 \family typewriter
858 Test
859 \family default
860
861 \begin_inset Quotes erd
862 \end_inset
863
864  will not match the word 
865 \begin_inset Quotes eld
866 \end_inset
867
868
869 \family typewriter
870 test
871 \family default
872
873 \begin_inset Quotes erd
874 \end_inset
875
876 .
877  The 
878 \family sans
879 Match whole words only
880 \family default
881  option can be used to force LyX to only find complete words.
882  I.e., searching for 
883 \begin_inset Quotes eld
884 \end_inset
885
886
887 \family typewriter
888 star
889 \family default
890
891 \begin_inset Quotes erd
892 \end_inset
893
894  will not match 
895 \begin_inset Quotes eld
896 \end_inset
897
898
899 \family typewriter
900 starlet
901 \family default
902
903 \begin_inset Quotes erd
904 \end_inset
905
906 .
907 \end_layout
908
909 \begin_layout Section
910 Undo and Redo
911 \begin_inset LatexCommand index
912 name "Redo"
913
914 \end_inset
915
916
917 \begin_inset LatexCommand index
918 name "Undo"
919
920 \end_inset
921
922
923 \begin_inset LatexCommand label
924 name "sec:Undo-and-Redo"
925
926 \end_inset
927
928
929 \end_layout
930
931 \begin_layout Standard
932 If you make a mistake, you can easily recover from it.
933  LyX has a large-capacity undo/redo buffer.
934  Select 
935 \family sans
936 Edit\SpecialChar \menuseparator
937 Undo
938 \family default
939  to undo some mistake.
940  If you accidently undo too much, use 
941 \family sans
942 Edit\SpecialChar \menuseparator
943 Redo
944 \family default
945  to 
946 \begin_inset Quotes eld
947 \end_inset
948
949 undo the undo.
950 \begin_inset Quotes erd
951 \end_inset
952
953  The undo mechanism is currently limited to 100 steps to minimise memory
954  overhead.
955  
956 \end_layout
957
958 \begin_layout Standard
959 Notice that if you revert back all changes to arrive to the document as
960  it was last saved, the 
961 \begin_inset Quotes eld
962 \end_inset
963
964 changed
965 \begin_inset Quotes erd
966 \end_inset
967
968  status of the document is unfortunately not reset.
969  This is a consequence of the 100 step undo limit, above.
970 \end_layout
971
972 \begin_layout Standard
973 The 
974 \family sans
975 Undo
976 \family default
977  and 
978 \family sans
979 Redo
980 \family default
981  work on almost everything in LyX.
982  They have some quirks, too.
983  They won't 
984 \family sans
985 Undo
986 \family default
987  or 
988 \family sans
989 Redo
990 \family default
991  text character by character, but by blocks of text.
992  That can take some getting used to; you'll have to play with 
993 \family sans
994 Undo
995 \family default
996  and 
997 \family sans
998 Redo
999 \family default
1000  to get a feel for just how much they'll undo/redo, and after time, you'll
1001  surely appreciate how it works.
1002 \end_layout
1003
1004 \begin_layout Section
1005 Mouse Operations
1006 \begin_inset LatexCommand index
1007 name "Mouse Operations"
1008
1009 \end_inset
1010
1011
1012 \end_layout
1013
1014 \begin_layout Standard
1015 This are the most basic mouse operations.
1016 \end_layout
1017
1018 \begin_layout Enumerate
1019 Motion
1020 \end_layout
1021
1022 \begin_deeper
1023 \begin_layout Itemize
1024 Click the 
1025 \emph on
1026 left mouse button
1027 \emph default
1028  once anywhere in the edit window.
1029  The cursor moves to the text under the mouse.
1030 \end_layout
1031
1032 \end_deeper
1033 \begin_layout Enumerate
1034 Selecting Text
1035 \end_layout
1036
1037 \begin_deeper
1038 \begin_layout Itemize
1039 Hold down the 
1040 \emph on
1041 left mouse button
1042 \emph default
1043  and drag the mouse.
1044  LyX marks the text between the old and new mouse positions.
1045  Use 
1046 \family sans
1047 Edit\SpecialChar \menuseparator
1048 Copy
1049 \family default
1050  to create a copy of the text in LyX's buffer (and the clipboard).
1051 \end_layout
1052
1053 \begin_layout Itemize
1054 Re-position the cursor and then paste the text back into LyX using 
1055 \family sans
1056 Edit\SpecialChar \menuseparator
1057 Paste
1058 \family default
1059 .
1060 \end_layout
1061
1062 \end_deeper
1063 \begin_layout Enumerate
1064 Insets (Footnotes, Notes, Floats, etc.)
1065 \end_layout
1066
1067 \begin_deeper
1068 \begin_layout Standard
1069
1070 \emph on
1071 Single click
1072 \emph default
1073  the left mouse button to open or close any of these.
1074  Right-click on them to set its properties.
1075  Also check the appropriate section of this manual for more details.
1076 \end_layout
1077
1078 \end_deeper
1079 \begin_layout Enumerate
1080 Tables
1081 \end_layout
1082
1083 \begin_deeper
1084 \begin_layout Standard
1085
1086 \emph on
1087 Single click
1088 \emph default
1089  the right mouse button to open a dialog that will allow you to manipulate
1090  the table.
1091 \end_layout
1092
1093 \end_deeper
1094 \begin_layout Section
1095 Basic Key Bindings
1096 \begin_inset LatexCommand label
1097 name "sec: key bindings"
1098
1099 \end_inset
1100
1101
1102 \begin_inset LatexCommand index
1103 name "Key Bindings"
1104
1105 \end_inset
1106
1107
1108 \end_layout
1109
1110 \begin_layout Standard
1111 We're not going to cover all of the keybindings.
1112  Be aware that there are at least two different primary binding maps: CUA
1113  and Emacs.
1114  LyX's default is CUA.
1115 \end_layout
1116
1117 \begin_layout Standard
1118 Some keys, like 
1119 \family sans
1120 Page\InsetSpace ~
1121 Up
1122 \family default
1123
1124 \family sans
1125 Page\InsetSpace ~
1126 Down
1127 \family default
1128
1129 \family sans
1130 Left
1131 \family default
1132
1133 \family sans
1134 Right
1135 \family default
1136
1137 \family sans
1138 Up
1139 \family default
1140 , and 
1141 \family sans
1142 Down
1143 \family default
1144 , do exactly what you expect them to do.
1145  Other keys don't:
1146 \end_layout
1147
1148 \begin_layout Labeling
1149 \labelwidthstring 00.00.0000
1150
1151 \family sans
1152 Tab
1153 \family default
1154  There is no such thing as a tab stop in LyX.
1155  If you don't understand this, go read sections\InsetSpace ~
1156
1157 \begin_inset LatexCommand ref
1158 reference "sec:parindentintro"
1159
1160 \end_inset
1161
1162  and 
1163 \begin_inset LatexCommand ref
1164 reference "sec:Paragraph-Environments"
1165
1166 \end_inset
1167
1168 , especially section\InsetSpace ~
1169
1170 \begin_inset LatexCommand ref
1171 reference "sub:Lists"
1172
1173 \end_inset
1174
1175 , right now.
1176  Yes, right now.
1177  If you're still confused, look in the 
1178 \emph on
1179 Tutorial
1180 \emph default
1181 .
1182 \end_layout
1183
1184 \begin_layout Labeling
1185 \labelwidthstring 00.00.0000
1186
1187 \family sans
1188 Esc
1189 \family default
1190  This is the 
1191 \begin_inset Quotes eld
1192 \end_inset
1193
1194 cancel key.
1195 \begin_inset Quotes erd
1196 \end_inset
1197
1198  It's used, generically, to cancel operations.
1199  Other parts of the manual will go into greater detail about this.
1200 \end_layout
1201
1202 \begin_layout Labeling
1203 \labelwidthstring 00.00.0000
1204
1205 \family sans
1206 Home
1207 \family default
1208 \InsetSpace ~
1209 and\InsetSpace ~
1210
1211 \family sans
1212 End
1213 \family default
1214  These move the cursor, respectively, to the beginning and end of a line,
1215  unless you are using the Emacs bindings where they jump to the beginning
1216  or end of the file.
1217 \end_layout
1218
1219 \begin_layout Standard
1220 There are three modifier keys:
1221 \end_layout
1222
1223 \begin_layout Labeling
1224 \labelwidthstring 00.00.0000
1225
1226 \family sans
1227 Control
1228 \family default
1229  (Denoted by 
1230 \begin_inset Quotes eld
1231 \end_inset
1232
1233
1234 \family sans
1235 C
1236 \family default
1237
1238 \begin_inset Quotes erd
1239 \end_inset
1240
1241  in the documentation files) This has a couple of different uses, depending
1242  on which keys it's used in combination with:
1243 \end_layout
1244
1245 \begin_deeper
1246 \begin_layout Itemize
1247 With 
1248 \family sans
1249 Backspace
1250 \family default
1251  or 
1252 \family sans
1253 Delete
1254 \family default
1255 , it deletes an entire word instead of a single character.
1256 \end_layout
1257
1258 \begin_layout Itemize
1259 With 
1260 \family sans
1261 Left
1262 \family default
1263  and 
1264 \family sans
1265 Right
1266 \family default
1267 , it moves by words instead of characters.
1268 \end_layout
1269
1270 \begin_layout Itemize
1271 With 
1272 \family sans
1273 Home
1274 \family default
1275  and 
1276 \family sans
1277 End
1278 \family default
1279 , it moves to the beginning and the end of the document, respectively.
1280 \end_layout
1281
1282 \end_deeper
1283 \begin_layout Labeling
1284 \labelwidthstring 00.00.0000
1285
1286 \family sans
1287 Shift
1288 \family default
1289  (Denoted by 
1290 \begin_inset Quotes eld
1291 \end_inset
1292
1293
1294 \family sans
1295 S
1296 \family default
1297
1298 \begin_inset Quotes erd
1299 \end_inset
1300
1301  in the documentation files) Use this with any of the motion keys to select
1302  the text between the old and new cursor positions.
1303 \end_layout
1304
1305 \begin_layout Labeling
1306 \labelwidthstring 00.00.0000
1307
1308 \family sans
1309 Meta
1310 \family default
1311  (Denoted by 
1312 \begin_inset Quotes eld
1313 \end_inset
1314
1315
1316 \family sans
1317 M
1318 \family default
1319
1320 \begin_inset Quotes erd
1321 \end_inset
1322
1323  in the documentation files) This is the Alt key on many keyboards, unless
1324  your keyboard has a distinct Meta key.
1325  If you have you have both keys, you will need to try out which one actually
1326  performs the 
1327 \family sans
1328 Meta-
1329 \family default
1330  function.
1331  This key does many different things, but it also activates the 
1332 \emph on
1333 menu accelerator keys
1334 \emph default
1335 .
1336  If you use this in combination with any of the underlined letters in a
1337  menu or menu item, it selects that menu item.
1338 \end_layout
1339
1340 \begin_deeper
1341 \begin_layout Standard
1342 For example, the sequence 
1343 \begin_inset Quotes eld
1344 \end_inset
1345
1346
1347 \family sans
1348 M\InsetSpace ~
1349 e\InsetSpace ~
1350 s
1351 \family default
1352 \InsetSpace ~
1353
1354 \family sans
1355 c
1356 \family default
1357
1358 \begin_inset Quotes erd
1359 \end_inset
1360
1361  
1362 \family sans
1363 brings
1364 \family default
1365  up the 
1366 \begin_inset Quotes eld
1367 \end_inset
1368
1369 Text Style
1370 \begin_inset Quotes erd
1371 \end_inset
1372
1373  menu.
1374  Typing 
1375 \begin_inset Quotes eld
1376 \end_inset
1377
1378
1379 \family sans
1380 M\InsetSpace ~
1381 f
1382 \family default
1383
1384 \begin_inset Quotes erd
1385 \end_inset
1386
1387  opens the 
1388 \family sans
1389 File
1390 \family default
1391  menu.
1392 \end_layout
1393
1394 \begin_layout Standard
1395 There are also other things bound to the 
1396 \family sans
1397 Meta-
1398 \family default
1399  key, but you'll have to check in the 
1400 \emph on
1401 Reference
1402 \emph default
1403  
1404 \emph on
1405 manual
1406 \emph default
1407  for more info.
1408 \end_layout
1409
1410 \end_deeper
1411 \begin_layout Standard
1412 You'll learn more and more keybindings and short-cut keys as you use LyX,
1413  because most actions will prompt a small message in the status bar at the
1414  bottom of LyX's main window which describe the name of the action, you've
1415  just triggered, and any existing keybindings for that action.
1416  The notation for the keybindings is very similar to the notation used in
1417  this documentation, so you should not have any problems understanding it.
1418  However, notice that Shift-modifiers are explicitly mentioned, so 
1419 \family sans
1420
1421 \begin_inset Quotes eld
1422 \end_inset
1423
1424 M-p S-A
1425 \family default
1426
1427 \begin_inset Quotes erd
1428 \end_inset
1429
1430  means 
1431 \family sans
1432 Meta-p
1433 \family default
1434  followed by a capital 
1435 \family sans
1436 A
1437 \family default
1438 .
1439  
1440 \begin_inset Quotes eld
1441 \end_inset
1442
1443
1444 \family sans
1445 S-C-s
1446 \family default
1447
1448 \begin_inset Quotes erd
1449 \end_inset
1450
1451  means 
1452 \family sans
1453 Shift-Control-s
1454 \family default
1455 .
1456 \end_layout
1457
1458 \begin_layout Chapter
1459 LyX Basics
1460 \begin_inset LatexCommand index
1461 name "LyX ! Basics"
1462
1463 \end_inset
1464
1465
1466 \end_layout
1467
1468 \begin_layout Section
1469 Document Types
1470 \begin_inset LatexCommand index
1471 name "Document ! Types"
1472
1473 \end_inset
1474
1475
1476 \end_layout
1477
1478 \begin_layout Subsection
1479 Introduction
1480 \end_layout
1481
1482 \begin_layout Standard
1483 Before you do anything else, before you ever start writing a document, you
1484  need to decide what type of document you want to edit.
1485  Different types of documents use different types of spacing, headings,
1486  numbering schemes, and so on.
1487  Additionally, different documents use different paragraph environments,
1488  and format the title of your document differently.
1489 \end_layout
1490
1491 \begin_layout Standard
1492
1493 \emph on
1494 document class
1495 \emph default
1496  describes a group of properties common to a particular set of documents.
1497  By setting the document class, you automatically select these properties,
1498  making it easier to create the type of document you want.
1499  If you don't choose a document class, LyX picks one for you by default.
1500  So, it behooves you to change the class of your document.
1501 \end_layout
1502
1503 \begin_layout Standard
1504 Read on for info about the document classes you can choose from LyX, and
1505  how to adjust their properties.
1506 \end_layout
1507
1508 \begin_layout Subsection
1509 The Various Document Classes
1510 \begin_inset LatexCommand index
1511 name "Document ! Classes"
1512
1513 \end_inset
1514
1515
1516 \begin_inset LatexCommand label
1517 name "sec:doc-classes"
1518
1519 \end_inset
1520
1521
1522 \end_layout
1523
1524 \begin_layout Subsubsection
1525 Overview
1526 \end_layout
1527
1528 \begin_layout Standard
1529 There are four standard document classes in LyX.
1530  They are:
1531 \end_layout
1532
1533 \begin_layout Description
1534 Article for basic articles
1535 \end_layout
1536
1537 \begin_layout Description
1538 Report for basic reports
1539 \end_layout
1540
1541 \begin_layout Description
1542 Book for writing a book
1543 \end_layout
1544
1545 \begin_layout Description
1546 Letter for US-style letters
1547 \end_layout
1548
1549 \begin_layout Standard
1550 There are also some non-standard classes, which LyX only uses if you have
1551  installed them.
1552  Here are some of the classes, the full list with detailed explanations
1553  can be found in chapter 
1554 \emph on
1555 Special Document Classes
1556 \emph default
1557  in the 
1558 \emph on
1559 Extended Features
1560 \emph default
1561  manual:
1562 \end_layout
1563
1564 \begin_layout Description
1565 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1566 \end_layout
1567
1568 \begin_layout Description
1569 AAST
1570 \family sans
1571
1572 \begin_inset ERT
1573 status collapsed
1574
1575 \begin_layout Standard
1576
1577 {}
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \family default
1584 eX For submissions to the journals published by the American Astronomical
1585  Society
1586 \end_layout
1587
1588 \begin_layout Description
1589 AMS Layouts for articles and books in the style and format used by the American
1590  Mathematical Society (AMS).
1591  There are three article layouts available.
1592  The standard one uses a typical numbering scheme for theorems etc., that
1593  prepends the section number to the number of the result.
1594  All result-type statements (propositions, corollaries, and so on) are sequenced
1595  together, but definitions, examples, and the like have their own sequence.
1596  The 
1597 \begin_inset Quotes eld
1598 \end_inset
1599
1600 sequential numbering
1601 \begin_inset Quotes erd
1602 \end_inset
1603
1604  scheme does not place the section number with each result, but numbers
1605  them throughout the article in a single sequence.
1606  Each type of result gets its own sequence.
1607  There is also a layout that dispenses with numbering of statements altogether.
1608 \end_layout
1609
1610 \begin_layout Description
1611 Beamer Layout for presentations
1612 \end_layout
1613
1614 \begin_layout Description
1615 broadway Layout for writing plays.
1616  It is not an existing LaTeX document class, but a new one which is distributed
1617  with LyX.
1618 \end_layout
1619
1620 \begin_layout Description
1621 curiculum\InsetSpace ~
1622 vitae classes to create curriculum vitaes
1623 \end_layout
1624
1625 \begin_layout Description
1626 Dinbrief Letters in format of the german DIN (german industry norm)
1627 \end_layout
1628
1629 \begin_layout Description
1630 dtk Layout for 
1631 \family typewriter
1632 Die TeXnische Komödie
1633 \family default
1634 , the journal of the german TeX user Group (Dante)
1635 \end_layout
1636
1637 \begin_layout Description
1638 Elsevier Layout for journals of the Elsevier publishing group
1639 \end_layout
1640
1641 \begin_layout Description
1642 Foils Used to make transparencies
1643 \end_layout
1644
1645 \begin_layout Description
1646 g-brief Letters in format of the german DIN (german industry norm)
1647 \end_layout
1648
1649 \begin_layout Description
1650 hollywood Used to type spec scripts for the US film industry.
1651  It is not an existing LaTeX document class, but a new one which is distributed
1652  with LyX.
1653 \end_layout
1654
1655 \begin_layout Description
1656 IEEEtran Layout for the journals published by the Institute of Electrical
1657  and Electronics Engineers (IEEE)
1658 \end_layout
1659
1660 \begin_layout Description
1661 IOP Layout for journals of the Institute of Physics publishing group
1662 \end_layout
1663
1664 \begin_layout Description
1665 Kluwer Layout for journals of the Kluwer publishing group
1666 \end_layout
1667
1668 \begin_layout Description
1669 koma-script a replacement for the standard classes, offers many useful features
1670  like caption formatting, automatic print space calculation etc.
1671 \end_layout
1672
1673 \begin_layout Description
1674 Memoir another replacement for the standard classes
1675 \end_layout
1676
1677 \begin_layout Description
1678 paper Used with the 
1679 \family typewriter
1680 paper
1681 \family default
1682  LaTeX document class
1683 \end_layout
1684
1685 \begin_layout Description
1686 Powerdot Layout for presentations
1687 \end_layout
1688
1689 \begin_layout Description
1690 REVTe
1691 \begin_inset ERT
1692 status collapsed
1693
1694 \begin_layout Standard
1695
1696 {}
1697 \end_layout
1698
1699 \end_inset
1700
1701 X is used to write articles for the publications of the American Physical
1702  Society (APS), American Institute of Physics (AIP), and Optical Society
1703  of America (OSA).
1704  This class is not completely compatible with all LyX features.
1705 \end_layout
1706
1707 \begin_layout Description
1708 Slides Used to make transparencies
1709 \end_layout
1710
1711 \begin_layout Description
1712 SPIE\InsetSpace ~
1713 Proceedings Layout for the journals published by The International Society
1714  for Optical Engineering (SPIE)
1715 \end_layout
1716
1717 \begin_layout Description
1718 Springer Layouts for journals of the Springer publishing group
1719 \end_layout
1720
1721 \begin_layout Description
1722 TUGboat Layout for 
1723 \family typewriter
1724 TUGboat
1725 \family default
1726 , the journal of the international TeX user Group (TUG)
1727 \end_layout
1728
1729 \begin_layout Standard
1730 We won't go into any detail about how to use these different document classes
1731  here.
1732  You can find all the details about the non-standard classes in the 
1733 \emph on
1734 Extended Editing
1735 \emph default
1736  manual.
1737  Here, we will settle with a list of some of the common properties of all
1738  of the document classes.
1739 \end_layout
1740
1741 \begin_layout Subsubsection
1742 Selecting a Class
1743 \end_layout
1744
1745 \begin_layout Standard
1746 You can select a class using the 
1747 \family sans
1748 Document\SpecialChar \menuseparator
1749 Settings
1750 \family default
1751  dialog.
1752  Select the class you want to use, and make any fine tunings of the options
1753  you may need.
1754 \end_layout
1755
1756 \begin_layout Subsubsection
1757 Properties
1758 \end_layout
1759
1760 \begin_layout Standard
1761 Each class has a default set of options.
1762  Here's a quick table describing them:
1763 \end_layout
1764
1765 \begin_layout Standard
1766 \begin_inset VSpace 0.3cm
1767 \end_inset
1768
1769
1770 \end_layout
1771
1772 \begin_layout Standard
1773 \align center
1774 \begin_inset Tabular
1775 <lyxtabular version="3" rows="5" columns="5">
1776 <features>
1777 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1778 <column alignment="center" valignment="top" leftline="true" width="0pt">
1779 <column alignment="center" valignment="top" leftline="true" width="0pt">
1780 <column alignment="center" valignment="top" leftline="true" width="0pt">
1781 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1782 <row topline="true" bottomline="true">
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Standard
1787
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Standard
1796
1797 \family sans
1798 \series medium
1799 \shape up
1800 \size normal
1801 \emph off
1802 \bar no
1803 \noun off
1804 \color none
1805 Pagestyle
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Standard
1814
1815 \family sans
1816 \series medium
1817 \shape up
1818 \size normal
1819 \emph off
1820 \bar no
1821 \noun off
1822 \color none
1823 Sides
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Standard
1832
1833 \family sans
1834 \series medium
1835 \shape up
1836 \size normal
1837 \emph off
1838 \bar no
1839 \noun off
1840 \color none
1841 Columns
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Standard
1850
1851 \series medium
1852 \shape up
1853 \size normal
1854 \emph off
1855 \bar no
1856 \noun off
1857 \color none
1858 Max.
1859  sectioning level
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 </row>
1865 <row topline="true">
1866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Standard
1870
1871 \series medium
1872 \shape up
1873 \size normal
1874 \emph off
1875 \bar no
1876 \noun off
1877 \color none
1878 article
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Standard
1887
1888 \family sans
1889 \series medium
1890 \shape up
1891 \size normal
1892 \emph off
1893 \bar no
1894 \noun off
1895 \color none
1896 Plain
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Standard
1905
1906 \family sans
1907 \series medium
1908 \shape up
1909 \size normal
1910 \emph off
1911 \bar no
1912 \noun off
1913 \color none
1914 One
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Standard
1923
1924 \family sans
1925 \series medium
1926 \shape up
1927 \size normal
1928 \emph off
1929 \bar no
1930 \noun off
1931 \color none
1932 One
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1938 \begin_inset Text
1939
1940 \begin_layout Standard
1941
1942 \family sans
1943 \series medium
1944 \shape up
1945 \size normal
1946 \emph off
1947 \bar no
1948 \noun off
1949 \color none
1950 Section
1951 \end_layout
1952
1953 \end_inset
1954 </cell>
1955 </row>
1956 <row topline="true">
1957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Standard
1961
1962 \series medium
1963 \shape up
1964 \size normal
1965 \emph off
1966 \bar no
1967 \noun off
1968 \color none
1969 report
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Standard
1978
1979 \family sans
1980 \series medium
1981 \shape up
1982 \size normal
1983 \emph off
1984 \bar no
1985 \noun off
1986 \color none
1987 Plain
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Standard
1996
1997 \family sans
1998 \series medium
1999 \shape up
2000 \size normal
2001 \emph off
2002 \bar no
2003 \noun off
2004 \color none
2005 One
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2011 \begin_inset Text
2012
2013 \begin_layout Standard
2014
2015 \family sans
2016 \series medium
2017 \shape up
2018 \size normal
2019 \emph off
2020 \bar no
2021 \noun off
2022 \color none
2023 One
2024 \end_layout
2025
2026 \end_inset
2027 </cell>
2028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2029 \begin_inset Text
2030
2031 \begin_layout Standard
2032
2033 \family sans
2034 \series medium
2035 \shape up
2036 \size normal
2037 \emph off
2038 \bar no
2039 \noun off
2040 \color none
2041 Chapter
2042 \end_layout
2043
2044 \end_inset
2045 </cell>
2046 </row>
2047 <row topline="true">
2048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2049 \begin_inset Text
2050
2051 \begin_layout Standard
2052
2053 \series medium
2054 \shape up
2055 \size normal
2056 \emph off
2057 \bar no
2058 \noun off
2059 \color none
2060 book
2061 \end_layout
2062
2063 \end_inset
2064 </cell>
2065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2066 \begin_inset Text
2067
2068 \begin_layout Standard
2069
2070 \family sans
2071 \series medium
2072 \shape up
2073 \size normal
2074 \emph off
2075 \bar no
2076 \noun off
2077 \color none
2078 Headings
2079 \end_layout
2080
2081 \end_inset
2082 </cell>
2083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2084 \begin_inset Text
2085
2086 \begin_layout Standard
2087
2088 \family sans
2089 \series medium
2090 \shape up
2091 \size normal
2092 \emph off
2093 \bar no
2094 \noun off
2095 \color none
2096 Two
2097 \end_layout
2098
2099 \end_inset
2100 </cell>
2101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2102 \begin_inset Text
2103
2104 \begin_layout Standard
2105
2106 \family sans
2107 \series medium
2108 \shape up
2109 \size normal
2110 \emph off
2111 \bar no
2112 \noun off
2113 \color none
2114 One
2115 \end_layout
2116
2117 \end_inset
2118 </cell>
2119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2120 \begin_inset Text
2121
2122 \begin_layout Standard
2123
2124 \family sans
2125 \series medium
2126 \shape up
2127 \size normal
2128 \emph off
2129 \bar no
2130 \noun off
2131 \color none
2132 Chapter
2133 \end_layout
2134
2135 \end_inset
2136 </cell>
2137 </row>
2138 <row topline="true" bottomline="true">
2139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2140 \begin_inset Text
2141
2142 \begin_layout Standard
2143
2144 \series medium
2145 \shape up
2146 \size normal
2147 \emph off
2148 \bar no
2149 \noun off
2150 \color none
2151 letter
2152 \end_layout
2153
2154 \end_inset
2155 </cell>
2156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2157 \begin_inset Text
2158
2159 \begin_layout Standard
2160
2161 \family sans
2162 \series medium
2163 \shape up
2164 \size normal
2165 \emph off
2166 \bar no
2167 \noun off
2168 \color none
2169 Plain
2170 \end_layout
2171
2172 \end_inset
2173 </cell>
2174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2175 \begin_inset Text
2176
2177 \begin_layout Standard
2178
2179 \family sans
2180 \series medium
2181 \shape up
2182 \size normal
2183 \emph off
2184 \bar no
2185 \noun off
2186 \color none
2187 One
2188 \end_layout
2189
2190 \end_inset
2191 </cell>
2192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2193 \begin_inset Text
2194
2195 \begin_layout Standard
2196
2197 \family sans
2198 \series medium
2199 \shape up
2200 \size normal
2201 \emph off
2202 \bar no
2203 \noun off
2204 \color none
2205 One
2206 \end_layout
2207
2208 \end_inset
2209 </cell>
2210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2211 \begin_inset Text
2212
2213 \begin_layout Standard
2214
2215 \series medium
2216 \shape up
2217 \size normal
2218 \emph off
2219 \bar no
2220 \noun off
2221 \color none
2222 none
2223 \end_layout
2224
2225 \end_inset
2226 </cell>
2227 </row>
2228 </lyxtabular>
2229
2230 \end_inset
2231
2232
2233 \end_layout
2234
2235 \begin_layout Standard
2236 \begin_inset VSpace 0.3cm
2237 \end_inset
2238
2239
2240 \end_layout
2241
2242 \begin_layout Standard
2243 You're probably also wondering what 
2244 \begin_inset Quotes eld
2245 \end_inset
2246
2247 Max.\InsetSpace ~
2248 sectioning level
2249 \begin_inset Quotes erd
2250 \end_inset
2251
2252  means.
2253  There are several paragraph environments used to create section headings.
2254  Different document classes allow different types of section headings.
2255  Only two use the 
2256 \family sans
2257 Chapter
2258 \family default
2259  heading; the rest do not and begin instead with the 
2260 \family sans
2261 Section
2262 \family default
2263  heading.
2264  Some document classes, such as the ones for letters, don't use any section
2265  headings.
2266  In addition to 
2267 \family sans
2268 Chapter
2269 \family default
2270  and 
2271 \family sans
2272 Section
2273 \family default
2274  headings, there are also 
2275 \family sans
2276 Subsection
2277 \family default
2278  headings, 
2279 \family sans
2280 Subsubsection
2281 \family default
2282  headings, and so on.
2283  We'll describe these headings fully in section\InsetSpace ~
2284
2285 \begin_inset LatexCommand ref
2286 reference "sub:Headings"
2287
2288 \end_inset
2289
2290 .
2291 \end_layout
2292
2293 \begin_layout Subsection
2294 Document Layout
2295 \begin_inset LatexCommand index
2296 name "Document !  Layout"
2297
2298 \end_inset
2299
2300
2301 \end_layout
2302
2303 \begin_layout Standard
2304 The most important properties of documents classes are set in the menu 
2305 \family sans
2306 Document\SpecialChar \menuseparator
2307 Settings
2308 \family default
2309 .
2310 \end_layout
2311
2312 \begin_layout Standard
2313 In the 
2314 \family sans
2315 Options
2316 \family default
2317  field, you can enter special options for your document class in a comma-separat
2318 ed list.
2319  This is only necessary if LyX doesn't support special options you want
2320  to use for your document.
2321  To learn more about your favorite LaTeX-class and its options, you have
2322  to read its manual.
2323 \end_layout
2324
2325 \begin_layout Standard
2326 The 
2327 \family sans
2328 Pagestyle
2329 \family default
2330  controls what sorts of headings and page numbers go on a page.
2331  You can choose between the following five options:
2332 \end_layout
2333
2334 \begin_layout Labeling
2335 \labelwidthstring 00.00.0000
2336
2337 \family sans
2338 Default
2339 \family default
2340  Use default pagestyle of current class.
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345
2346 \family sans
2347 Empty
2348 \family default
2349  No page numbers or headings.
2350 \end_layout
2351
2352 \begin_layout Labeling
2353 \labelwidthstring 00.00.0000
2354
2355 \family sans
2356 Plain
2357 \family default
2358  Page numbers only.
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363
2364 \family sans
2365 Headings
2366 \family default
2367  Page numbers and either the current chapter or section title and number.
2368  Whether LyX uses the current chapter or the current section depends on
2369  the maximum sectioning level of the class.
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374
2375 \family sans
2376 Fancy
2377 \family default
2378  This allows you to create fully customizable headers and footers if you
2379  have the 
2380 \family sans
2381 fancyhdr
2382 \family default
2383  package installed.
2384  At the moment, support in LyX is limited to this setting.
2385  To use the full power of this package, you have to resort to magic codes
2386  in your preamble.
2387  Check the documentation for the 
2388 \family sans
2389 fancyhdr
2390 \family default
2391  package for more details.
2392 \end_layout
2393
2394 \begin_layout Standard
2395 The 
2396 \family sans
2397 Separation
2398 \family default
2399  of paragraphs is described in section\InsetSpace ~
2400
2401 \begin_inset LatexCommand ref
2402 reference "sec:parindentintro"
2403
2404 \end_inset
2405
2406 .
2407 \end_layout
2408
2409 \begin_layout Subsection
2410 Paper Size and Orientation
2411 \begin_inset LatexCommand index
2412 name "Document ! Paper size"
2413
2414 \end_inset
2415
2416
2417 \begin_inset LatexCommand label
2418 name "sub:Paper-Size,-Orientation,"
2419
2420 \end_inset
2421
2422
2423 \end_layout
2424
2425 \begin_layout Standard
2426 You'll find the following options in the menu 
2427 \family sans
2428 Paper
2429 \family default
2430  of the dialog of the 
2431 \family sans
2432 Document\SpecialChar \menuseparator
2433 Settings
2434 \family default
2435  menu:
2436 \end_layout
2437
2438 \begin_layout Labeling
2439 \labelwidthstring 00.00.0000
2440
2441 \family sans
2442 Papersize
2443 \family default
2444  What size paper to print on.
2445  The choices are
2446 \end_layout
2447
2448 \begin_layout Itemize
2449
2450 \family sans
2451 Default
2452 \end_layout
2453
2454 \begin_layout Itemize
2455
2456 \family sans
2457 A3, A4,
2458 \family default
2459  
2460 \family sans
2461 A5
2462 \end_layout
2463
2464 \begin_layout Itemize
2465
2466 \family sans
2467 B3, B4, B5
2468 \end_layout
2469
2470 \begin_layout Itemize
2471
2472 \family sans
2473 US letter
2474 \end_layout
2475
2476 \begin_layout Itemize
2477
2478 \family sans
2479 US legal
2480 \end_layout
2481
2482 \begin_layout Itemize
2483
2484 \family sans
2485 US executive
2486 \end_layout
2487
2488 \begin_layout Itemize
2489
2490 \family sans
2491 Custom
2492 \end_layout
2493
2494 \begin_layout Labeling
2495 \labelwidthstring 00.00.0000
2496
2497 \family sans
2498 Orientation
2499 \family default
2500  Two toggle buttons choose whether to print the output as 
2501 \family sans
2502 Landscape
2503 \family default
2504  or as 
2505 \family sans
2506 Portrait
2507 \family default
2508 .
2509 \end_layout
2510
2511 \begin_layout Standard
2512 There are also two check-boxes in the menu:
2513 \end_layout
2514
2515 \begin_layout Labeling
2516 \labelwidthstring 00.00.0000
2517
2518 \family sans
2519 Two-column\InsetSpace ~
2520 document
2521 \family default
2522  Prints the document in two columns per page.
2523  Note that LyX won't show two columns on screen.
2524  That's impractical, often unreadable, and not part of the WYSIWYM concept.
2525  However, there will be two columns in the generated output.
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530
2531 \family sans
2532 Two-sided\InsetSpace ~
2533 document
2534 \family default
2535  Adjusts the print space to print both sides of paper.
2536  That means that the print space for odd- and even-numbered pages is different.
2537 \end_layout
2538
2539 \begin_layout Subsection
2540 Margins
2541 \begin_inset LatexCommand index
2542 name "Document ! Margins"
2543
2544 \end_inset
2545
2546
2547 \begin_inset LatexCommand label
2548 name "sub:Margins"
2549
2550 \end_inset
2551
2552
2553 \end_layout
2554
2555 \begin_layout Standard
2556 Paper margins are set in the menu 
2557 \family sans
2558 Document\SpecialChar \menuseparator
2559 Settings
2560 \family default
2561 .
2562 \end_layout
2563
2564 \begin_layout Standard
2565 If you use a koma-script document class, you can use the default settings.
2566  Because koma-script calculates then the printspace automatically by taking
2567  the paper format and the font size into consideration.
2568 \end_layout
2569
2570 \begin_layout Subsection
2571 Important Note
2572 \end_layout
2573
2574 \begin_layout Standard
2575 If you change a document class, LyX has to convert 
2576 \emph on
2577 everything
2578 \emph default
2579  into the new class.
2580  That includes the paragraph environments.
2581  Some paragraph environments are standard; all of the document classes have
2582  them; but some classes have special paragraph environments.
2583  If this is the case, and you change the document class, LyX sets the missing
2584  paragraph environments to 
2585 \family sans
2586 Standard
2587 \family default
2588  and places an error box at the beginning of the paragraph.
2589  Just click on them and you'll get a message dialog that tells you about
2590  the conversion and why it failed.
2591 \end_layout
2592
2593 \begin_layout Section
2594 Paragraph Indentation and Separation
2595 \begin_inset LatexCommand index
2596 name "Paragraph ! Indentation"
2597
2598 \end_inset
2599
2600
2601 \end_layout
2602
2603 \begin_layout Subsection
2604 Introduction
2605 \begin_inset LatexCommand label
2606 name "sec:parindentintro"
2607
2608 \end_inset
2609
2610
2611 \end_layout
2612
2613 \begin_layout Standard
2614 Before describing all of the various paragraph environments, we'd like to
2615  say a word or two about paragraph indentation.
2616 \end_layout
2617
2618 \begin_layout Standard
2619 Everyone seems to have their own convention for separating paragraphs.
2620  Most Americans indent the first line of a paragraph.
2621  Others don't indent but put extra space between the paragraphs.
2622  If you choose indentation for paragraphs the 
2623 \emph on
2624 first
2625 \emph default
2626  paragraph of a section, or after a figure, an equation, a table, a list,
2627  etc., is 
2628 \emph on
2629 not
2630 \emph default
2631  indented.
2632  Only a paragraph following another paragraph gets indented.
2633  Note that the indentation behaviour is different when you use another document
2634  language than English.
2635  LaTeX takes care that the indentation follows the rules of the used language.
2636 \end_layout
2637
2638 \begin_layout Standard
2639 The space between paragraphs, like the line spacing, the space between headings
2640  and text --- in fact, all of the spacings for just about everything are
2641  pre-coded into LyX.
2642  As we said, you don't worry about how much space to add between what.
2643  LyX takes care of that.
2644  In fact, these pre-coded vertical spacings aren't a single number but a
2645  range.
2646  That way, LyX can squish or stretch the space between lines to make sure
2647  figures fit on a page with text, so that sections don't start at the bottom
2648  of a page, and so on.
2649 \begin_inset Foot
2650 status collapsed
2651
2652 \begin_layout Standard
2653 LaTeX does this when LyX goes to produce a printable file.
2654 \end_layout
2655
2656 \end_inset
2657
2658  However, pre-coded doesn't mean you can't change them.
2659  LyX gives you the ability to globally change 
2660 \emph on
2661 all
2662 \emph default
2663  of these pre-coded spacings.
2664  We'll explain more later.
2665 \end_layout
2666
2667 \begin_layout Subsection
2668 Global Indentation
2669 \end_layout
2670
2671 \begin_layout Standard
2672 To select the default method of separating paragraphs, select 
2673 \family sans
2674 Indent
2675 \family default
2676  or 
2677 \family sans
2678 Skip
2679 \family default
2680  in the submenu 
2681 \family sans
2682 Text\InsetSpace ~
2683 Layout
2684 \family default
2685  of the dialog 
2686 \family sans
2687 Document\SpecialChar \menuseparator
2688 Settings
2689 \family default
2690  to indent paragraphs or add extra space between paragraphs, respectively.
2691 \end_layout
2692
2693 \begin_layout Subsection
2694 Fine-Tuning
2695 \end_layout
2696
2697 \begin_layout Standard
2698 You can also change the separation method of a single paragraph.
2699  Open the 
2700 \family sans
2701 Edit\SpecialChar \menuseparator
2702 Paragraph Settings
2703 \family default
2704  dialog and toggle the 
2705 \family sans
2706 Don't indent
2707 \family default
2708  button to change the state of the current paragraph.
2709  If paragraphs have no indentation but use extra space for separation, this
2710  button will be ignored (you can't indent a single paragraph by toggling
2711  this).
2712 \end_layout
2713
2714 \begin_layout Standard
2715 You should only need to change the indentation method for a single paragraph
2716  if you need to do some fine-tuning.
2717 \end_layout
2718
2719 \begin_layout Subsection
2720 Line Spacing
2721 \begin_inset LatexCommand index
2722 name "Paragraph ! Line spacing"
2723
2724 \end_inset
2725
2726
2727 \end_layout
2728
2729 \begin_layout Standard
2730 In the 
2731 \family sans
2732 Document\SpecialChar \menuseparator
2733 Settings
2734 \family default
2735  dialog you can set the spacing in the submenu 
2736 \family sans
2737 Text\InsetSpace ~
2738 Layout.
2739
2740 \family default
2741  You need to have the LaTeX-package 
2742 \family sans
2743 setspace
2744 \family default
2745  installed to use this feature.
2746 \end_layout
2747
2748 \begin_layout Section
2749 Paragraph Environments
2750 \begin_inset LatexCommand index
2751 name "Paragraph ! Environments"
2752
2753 \end_inset
2754
2755
2756 \begin_inset LatexCommand label
2757 name "sec:Paragraph-Environments"
2758
2759 \end_inset
2760
2761
2762 \begin_inset LatexCommand index
2763 name "Paragraph environments|("
2764
2765 \end_inset
2766
2767
2768 \end_layout
2769
2770 \begin_layout Subsection
2771 Overview
2772 \end_layout
2773
2774 \begin_layout Standard
2775 The paragraph environments correspond to the various
2776 \end_layout
2777
2778 \begin_layout Standard
2779
2780 \family typewriter
2781
2782 \backslash
2783 begin{
2784 \family default
2785 \emph on
2786 environment
2787 \family typewriter
2788 \emph default
2789 } ...
2790  
2791 \backslash
2792 end{
2793 \family default
2794 \emph on
2795 environment
2796 \family typewriter
2797 \emph default
2798 }
2799 \family default
2800
2801 \newline
2802 command sequences in an ordinary LaTeX file.
2803  If you don't know LaTeX, or the concept of a paragraph environment is totally
2804  alien to you, we urge you to read the 
2805 \emph on
2806 Tutorial
2807 \emph default
2808 .
2809  The 
2810 \emph on
2811 Tutorial
2812 \emph default
2813  also contains many more examples than this section does.
2814 \end_layout
2815
2816 \begin_layout Standard
2817 A paragraph environment is simply a 
2818 \begin_inset Quotes eld
2819 \end_inset
2820
2821 container
2822 \begin_inset Quotes erd
2823 \end_inset
2824
2825  for a paragraph which gives that paragraph certain properties.
2826  This can include a particular style of font, different margins, a numbering
2827  scheme, labels, and so on.
2828  Additionally, you can 
2829 \begin_inset Quotes eld
2830 \end_inset
2831
2832 nest
2833 \begin_inset Quotes erd
2834 \end_inset
2835
2836  the different environments inside one another, allowing one environment
2837  to inherit some of the properties of another.
2838  The different paragraph environments totally replace the need for messy
2839  tab stops, on the fly margin adjustment, and other hold-overs from the
2840  days of typewriters.
2841  There are several paragraph environments which are specific to a particular
2842  document type.
2843  We'll only be covering the most common ones here.
2844 \end_layout
2845
2846 \begin_layout Standard
2847 To choose a new paragraph environment, use the pull-down box on the left
2848  end of the toolbar.
2849  LyX will change the environment of the 
2850 \emph on
2851 entire
2852 \emph default
2853  paragraph in which the cursor sits.
2854  You can also change the environment of an entire group of paragraphs if
2855  you select them before choosing the new environment.
2856  
2857 \end_layout
2858
2859 \begin_layout Standard
2860 Note that hitting 
2861 \family sans
2862 Return
2863 \family default
2864  will 
2865 \emph on
2866 typically
2867 \emph default
2868  create a new paragraph using the 
2869 \family sans
2870 Standard
2871 \family default
2872  paragraph environment.
2873  We say 
2874 \begin_inset Quotes eld
2875 \end_inset
2876
2877 typically
2878 \begin_inset Quotes erd
2879 \end_inset
2880
2881  because if you are in one of these environments:
2882 \end_layout
2883
2884 \begin_layout Itemize
2885
2886 \family sans
2887 Quote
2888 \end_layout
2889
2890 \begin_layout Itemize
2891
2892 \family sans
2893 Quotation
2894 \end_layout
2895
2896 \begin_layout Itemize
2897
2898 \family sans
2899 Verse
2900 \end_layout
2901
2902 \begin_layout Itemize
2903
2904 \family sans
2905 Itemize
2906 \end_layout
2907
2908 \begin_layout Itemize
2909
2910 \family sans
2911 Enumerate
2912 \end_layout
2913
2914 \begin_layout Itemize
2915
2916 \family sans
2917 Description
2918 \end_layout
2919
2920 \begin_layout Itemize
2921
2922 \family sans
2923 List
2924 \end_layout
2925
2926 \begin_layout Standard
2927 LyX keeps the old paragraph environment when you hit 
2928 \family sans
2929 Return
2930 \family default
2931 , rather than resetting it to 
2932 \family sans
2933 Standard
2934 \family default
2935 .
2936  LyX will still reset the nesting depth, however.
2937  Usually, starting a new paragraph resets both the paragraph environment
2938  and the nesting depth (for more on nesting see section\InsetSpace ~
2939
2940 \begin_inset LatexCommand ref
2941 reference "sec:nest"
2942
2943 \end_inset
2944
2945 ).
2946  At the moment, all this is context-specific; you're better off expecting
2947  
2948 \family sans
2949 Return
2950 \family default
2951  to reset the paragraph environment and depth.
2952  If you want a new paragraph to keep the current environment and depth,
2953  use 
2954 \family sans
2955 M-Return
2956 \family default
2957  instead.
2958 \end_layout
2959
2960 \begin_layout Subsection
2961 Standard
2962 \end_layout
2963
2964 \begin_layout Standard
2965 The default paragraph environment is 
2966 \family sans
2967 Standard
2968 \family default
2969  for most classes.
2970  It creates a plain paragraph.
2971  If LyX resets the paragraph environment, this is the one it chooses.
2972  In fact, the paragraph you're reading right now (and most of the ones in
2973  this manual) are in the 
2974 \family sans
2975 Standard
2976 \family default
2977  environment.
2978 \end_layout
2979
2980 \begin_layout Standard
2981 You can nest a paragraph using the 
2982 \family sans
2983 Standard
2984 \family default
2985  environment in just about anything else, but you can't really nest anything
2986  in a 
2987 \family sans
2988 Standard
2989 \family default
2990  environment.
2991 \end_layout
2992
2993 \begin_layout Subsection
2994 Document Title
2995 \begin_inset LatexCommand index
2996 name "Document !Title"
2997
2998 \end_inset
2999
3000
3001 \end_layout
3002
3003 \begin_layout Standard
3004 A LaTeX title page has three parts: the title itself, the name(s) of the
3005  author(s) and a 
3006 \begin_inset Quotes eld
3007 \end_inset
3008
3009 footnote
3010 \begin_inset Quotes erd
3011 \end_inset
3012
3013  for thanks or contact information.
3014  For certain types of documents, LaTeX places all of this on a separate
3015  page along with today's date.
3016  For other types of documents, the title 
3017 \begin_inset Quotes eld
3018 \end_inset
3019
3020 page
3021 \begin_inset Quotes erd
3022 \end_inset
3023
3024  goes at the top of the first page of the document.
3025  
3026 \end_layout
3027
3028 \begin_layout Standard
3029 LyX provides an interface to the title page commands through the paragraph
3030  environments 
3031 \family sans
3032 Title
3033 \family default
3034
3035 \family sans
3036 Author
3037 \family default
3038 , and 
3039 \family sans
3040 Date
3041 \family default
3042 .
3043  Here's how you use them:
3044 \end_layout
3045
3046 \begin_layout Itemize
3047 Put the title of your document in the 
3048 \family sans
3049 Title
3050 \family default
3051  environment.
3052 \end_layout
3053
3054 \begin_layout Itemize
3055 Put the author name in the 
3056 \family sans
3057 Author
3058 \family default
3059  environment.
3060 \end_layout
3061
3062 \begin_layout Itemize
3063 If you want the date to have a certain appearance, want to use a fixed date,
3064  or want other text to appear in place of today's date, put that text in
3065  the 
3066 \family sans
3067 Date
3068 \family default
3069  environment.
3070  Note that using this environment is optional.
3071  If you don't provide any, LaTeX will automatically insert today's date.
3072  If you don't want any date, add the line
3073 \newline
3074
3075 \series bold
3076
3077 \backslash
3078 date{}
3079 \series default
3080
3081 \newline
3082 to the preamble of your document (menu 
3083 \family sans
3084 Document\SpecialChar \menuseparator
3085 Settings
3086 \family default
3087 )
3088 \end_layout
3089
3090 \begin_layout Standard
3091 You can use footnotes to insert 
3092 \begin_inset Quotes eld
3093 \end_inset
3094
3095 thanks
3096 \begin_inset Quotes erd
3097 \end_inset
3098
3099  or contact informations.
3100 \end_layout
3101
3102 \begin_layout Subsection
3103 Headings
3104 \begin_inset LatexCommand index
3105 name "Section headings"
3106
3107 \end_inset
3108
3109
3110 \begin_inset LatexCommand label
3111 name "sub:Headings"
3112
3113 \end_inset
3114
3115
3116 \end_layout
3117
3118 \begin_layout Standard
3119 There are several paragraph environments for producing section headings.
3120  LyX takes care of the numbering for you.
3121 \end_layout
3122
3123 \begin_layout Subsubsection
3124 Numbered Headings
3125 \begin_inset LatexCommand index
3126 name "Section headings ! Numbered"
3127
3128 \end_inset
3129
3130
3131 \end_layout
3132
3133 \begin_layout Standard
3134 There are 7 numbered types of section headings.
3135  They are:
3136 \end_layout
3137
3138 \begin_layout Enumerate
3139
3140 \family sans
3141 Part
3142 \end_layout
3143
3144 \begin_layout Enumerate
3145
3146 \family sans
3147 Chapter
3148 \end_layout
3149
3150 \begin_layout Enumerate
3151
3152 \family sans
3153 Section
3154 \end_layout
3155
3156 \begin_layout Enumerate
3157
3158 \family sans
3159 Subsection
3160 \end_layout
3161
3162 \begin_layout Enumerate
3163
3164 \family sans
3165 Subsubsection
3166 \end_layout
3167
3168 \begin_layout Enumerate
3169
3170 \family sans
3171 Paragraph
3172 \end_layout
3173
3174 \begin_layout Enumerate
3175
3176 \family sans
3177 Subparagraph
3178 \end_layout
3179
3180 \begin_layout Standard
3181 LyX labels each heading with a series of numbers, separated by periods.
3182  The numbers describe where in the document you are.
3183  Unlike the other headings, parts are numbered with latin letters.
3184 \end_layout
3185
3186 \begin_layout Standard
3187 Headings all subdivide your document into different pieces of text.
3188  For example, suppose you're writing a book.
3189  You group the book into chapters.
3190  LyX does similar grouping:
3191 \end_layout
3192
3193 \begin_layout Itemize
3194
3195 \family sans
3196 Part
3197 \family default
3198  is divided in either 
3199 \family sans
3200 Chapter
3201 \family default
3202  or 
3203 \family sans
3204 Section
3205 \end_layout
3206
3207 \begin_layout Itemize
3208
3209 \family sans
3210 Chapter
3211 \family default
3212 s are divided into 
3213 \family sans
3214 Section
3215 \family default
3216 s
3217 \end_layout
3218
3219 \begin_layout Itemize
3220
3221 \family sans
3222 Section
3223 \family default
3224 s are divided into 
3225 \family sans
3226 Subsection
3227 \family default
3228 s
3229 \end_layout
3230
3231 \begin_layout Itemize
3232
3233 \family sans
3234 Subsection
3235 \family default
3236 s are divided into 
3237 \family sans
3238 Subsubsection
3239 \family default
3240 s
3241 \end_layout
3242
3243 \begin_layout Itemize
3244
3245 \family sans
3246 Subsubsection
3247 \family default
3248 s are divided into 
3249 \family sans
3250 Paragraph
3251 \family default
3252 s
3253 \end_layout
3254
3255 \begin_layout Itemize
3256
3257 \family sans
3258 Paragraph
3259 \family default
3260 s are divided into 
3261 \family sans
3262 Subparagraph
3263 \family default
3264 s
3265 \end_layout
3266
3267 \begin_layout Standard
3268
3269 \emph on
3270 Note:
3271 \emph default
3272  not all document types use the 
3273 \family sans
3274 Chapter
3275 \family default
3276  heading as the maximum sectioning level.
3277  In that case, the 
3278 \family sans
3279 Section
3280 \family default
3281  is the top-level heading.
3282 \end_layout
3283
3284 \begin_layout Standard
3285 So, if you use the 
3286 \family sans
3287 Subsubsection
3288 \family default
3289  environment to label a new sub-subsection, LyX labels it with its number,
3290  along with the number of the subsection, section, and, if applicable, chapter
3291  that it's in.
3292  For example: the fifth section of the second chapter of this book has the
3293  label 
3294 \begin_inset Quotes eld
3295 \end_inset
3296
3297 2.5
3298 \begin_inset Quotes erd
3299 \end_inset
3300
3301 .
3302 \end_layout
3303
3304 \begin_layout Subsubsection
3305 Unnumbered Headings
3306 \begin_inset LatexCommand index
3307 name "Section headings ! Unnumbered"
3308
3309 \end_inset
3310
3311
3312 \end_layout
3313
3314 \begin_layout Standard
3315 There are 5 types of unnumbered section headings.
3316  They are:
3317 \end_layout
3318
3319 \begin_layout Enumerate
3320
3321 \family sans
3322 Part*line spacing
3323 \end_layout
3324
3325 \begin_layout Enumerate
3326
3327 \family sans
3328 Chapter*
3329 \end_layout
3330
3331 \begin_layout Enumerate
3332
3333 \family sans
3334 Section*
3335 \end_layout
3336
3337 \begin_layout Enumerate
3338
3339 \family sans
3340 Subsection*
3341 \end_layout
3342
3343 \begin_layout Enumerate
3344
3345 \family sans
3346 Subsubsection*
3347 \end_layout
3348
3349 \begin_layout Standard
3350 The 
3351 \begin_inset Quotes eld
3352 \end_inset
3353
3354 *
3355 \begin_inset Quotes erd
3356 \end_inset
3357
3358  after each name means that these headings are not numbered.
3359  They work the same as their numbered counterparts but won't appear in the
3360  table of contents, see section\InsetSpace ~
3361
3362 \begin_inset LatexCommand ref
3363 reference "sec:toc"
3364
3365 \end_inset
3366
3367 .
3368 \end_layout
3369
3370 \begin_layout Subsubsection
3371 Changing the Numbering
3372 \begin_inset LatexCommand label
3373 name "sub:numbering-depth"
3374
3375 \end_inset
3376
3377
3378 \end_layout
3379
3380 \begin_layout Standard
3381 You can also alter which sectioning levels get numbered and which ones appear
3382  in the Table of Contents.
3383  Now, this doesn't remove any of the levels; that's preset in the document
3384  class.
3385  Certain classes start with 
3386 \family sans
3387 Chapter
3388 \family default
3389  and go down to the 
3390 \family sans
3391 Subparagraph
3392 \family default
3393  level.
3394  Others start at 
3395 \family sans
3396 Section
3397 \family default
3398 .
3399  Similarly, not all document classes number all sectioning levels.
3400  Most don't number 
3401 \family sans
3402 Paragraph
3403 \family default
3404  or 
3405 \family sans
3406 Subparagraph
3407 \family default
3408 .
3409  This is something you can change.
3410 \end_layout
3411
3412 \begin_layout Standard
3413 Open the 
3414 \family sans
3415 Document\SpecialChar \menuseparator
3416 Settings
3417 \family default
3418  dialog.
3419  Under 
3420 \family sans
3421 Numbering&TOC
3422 \family default
3423  you'll see two counters.
3424  The one named 
3425 \family sans
3426 Section
3427 \family default
3428  controls how far down in the sectioning hierarchy LyX numbers a section
3429  heading.
3430  The other one controls the appearance of the section headings in the table
3431  of contents.
3432  Unfortunately, the numbers you can choose are not intuitive.
3433  Table\InsetSpace ~
3434
3435 \begin_inset LatexCommand ref
3436 reference "cap:Values-of-the"
3437
3438 \end_inset
3439
3440  explain all possible values.
3441 \end_layout
3442
3443 \begin_layout Standard
3444 \begin_inset Float table
3445 wide false
3446 sideways false
3447 status collapsed
3448
3449 \begin_layout Standard
3450 \begin_inset Caption
3451
3452 \begin_layout Standard
3453 \begin_inset LatexCommand label
3454 name "cap:Values-of-the"
3455
3456 \end_inset
3457
3458 Values of the numbering depth
3459 \end_layout
3460
3461 \end_inset
3462
3463
3464 \end_layout
3465
3466 \begin_layout Standard
3467 \align center
3468 \begin_inset Tabular
3469 <lyxtabular version="3" rows="10" columns="2">
3470 <features>
3471 <column alignment="center" valignment="top" leftline="true" width="0pt">
3472 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3473 <row topline="true">
3474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Standard
3478
3479 \family sans
3480 \series medium
3481 \shape up
3482 \size normal
3483 \emph off
3484 \bar no
3485 \noun off
3486 \color none
3487 Num
3488 \series default
3489 \shape default
3490 \size default
3491 \emph default
3492 \bar default
3493 \noun default
3494 bering
3495 \series medium
3496 \shape up
3497 \size normal
3498 \emph off
3499 \bar no
3500 \noun off
3501  Depth
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Standard
3510
3511 \series medium
3512 \shape up
3513 \size normal
3514 \emph off
3515 \bar no
3516 \noun off
3517 \color none
3518 LyX numbers these
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 </row>
3524 <row bottomline="true">
3525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Standard
3529
3530 \series medium
3531 \shape up
3532 \size normal
3533 \emph off
3534 \bar no
3535 \noun off
3536 \color none
3537 value
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Standard
3546
3547 \series medium
3548 \shape up
3549 \size normal
3550 \emph off
3551 \bar no
3552 \noun off
3553 \color none
3554 section headings
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 <row topline="true">
3561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Standard
3565
3566 \series medium
3567 \shape up
3568 \size normal
3569 \emph off
3570 \bar no
3571 \noun off
3572 \color none
3573 -2
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Standard
3582
3583 \series medium
3584 \shape up
3585 \size normal
3586 \emph off
3587 \bar no
3588 \noun off
3589 \color none
3590 no numbering of any kind
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 <row topline="true">
3597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Standard
3601
3602 \series medium
3603 \shape up
3604 \size normal
3605 \emph off
3606 \bar no
3607 \noun off
3608 \color none
3609 -1
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Standard
3618
3619 \family sans
3620 \series medium
3621 \shape up
3622 \size normal
3623 \emph off
3624 \bar no
3625 \noun off
3626 \color none
3627 Parts
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row topline="true">
3634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Standard
3638
3639 \series medium
3640 \shape up
3641 \size normal
3642 \emph off
3643 \bar no
3644 \noun off
3645 \color none
3646 -0 and 0
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Standard
3655
3656 \family sans
3657 \series medium
3658 \shape up
3659 \size normal
3660 \emph off
3661 \bar no
3662 \noun off
3663 \color none
3664 Chapters
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 <row topline="true">
3671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Standard
3675
3676 \series medium
3677 \shape up
3678 \size normal
3679 \emph off
3680 \bar no
3681 \noun off
3682 \color none
3683 1
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Standard
3692
3693 \family sans
3694 \series medium
3695 \shape up
3696 \size normal
3697 \emph off
3698 \bar no
3699 \noun off
3700 \color none
3701 Sections
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row topline="true">
3708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Standard
3712
3713 \series medium
3714 \shape up
3715 \size normal
3716 \emph off
3717 \bar no
3718 \noun off
3719 \color none
3720 2
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Standard
3729
3730 \family sans
3731 \series medium
3732 \shape up
3733 \size normal
3734 \emph off
3735 \bar no
3736 \noun off
3737 \color none
3738 Subsections
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row topline="true">
3745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Standard
3749
3750 \series medium
3751 \shape up
3752 \size normal
3753 \emph off
3754 \bar no
3755 \noun off
3756 \color none
3757 3
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Standard
3766
3767 \family sans
3768 \series medium
3769 \shape up
3770 \size normal
3771 \emph off
3772 \bar no
3773 \noun off
3774 \color none
3775 Subsubsections
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row topline="true">
3782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Standard
3786
3787 \series medium
3788 \shape up
3789 \size normal
3790 \emph off
3791 \bar no
3792 \noun off
3793 \color none
3794 4
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Standard
3803
3804 \family sans
3805 \series medium
3806 \shape up
3807 \size normal
3808 \emph off
3809 \bar no
3810 \noun off
3811 \color none
3812 Paragraphs
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row topline="true" bottomline="true">
3819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Standard
3823
3824 \series medium
3825 \shape up
3826 \size normal
3827 \emph off
3828 \bar no
3829 \noun off
3830 \color none
3831 5
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Standard
3840
3841 \family sans
3842 \series medium
3843 \shape up
3844 \size normal
3845 \emph off
3846 \bar no
3847 \noun off
3848 \color none
3849 Subparagraphs
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 </row>
3855 </lyxtabular>
3856
3857 \end_inset
3858
3859
3860 \end_layout
3861
3862 \end_inset
3863
3864
3865 \end_layout
3866
3867 \begin_layout Standard
3868 The increasing numbers are cumulative: a setting of 
3869 \begin_inset Quotes eld
3870 \end_inset
3871
3872 0
3873 \begin_inset Quotes erd
3874 \end_inset
3875
3876  will number parts and chapters, while 
3877 \begin_inset Quotes eld
3878 \end_inset
3879
3880 2
3881 \begin_inset Quotes erd
3882 \end_inset
3883
3884  will number parts, chapters, sections, and subsections.
3885  Of course, if you're using a document class that doesn't use chapter headings
3886  (
3887 \emph on
3888 e.g.
3889
3890 \emph default
3891  the default article class), then the values 0 and -1 have the same effect.
3892 \end_layout
3893
3894 \begin_layout Standard
3895 Suppose you want to number 
3896 \emph on
3897 all
3898 \emph default
3899  sectioning heading, but you only want 
3900 \family sans
3901 Chapter
3902 \family default
3903 s, 
3904 \family sans
3905 Section
3906 \family default
3907 s, and 
3908 \family sans
3909 Subsection
3910 \family default
3911 s in the Table of Contents.
3912  You have to set the value of 
3913 \family sans
3914 Section
3915 \family default
3916  to 
3917 \begin_inset Quotes eld
3918 \end_inset
3919
3920 5
3921 \begin_inset Quotes erd
3922 \end_inset
3923
3924  and 
3925 \family sans
3926 the value of Table of contents
3927 \family default
3928  to 
3929 \begin_inset Quotes eld
3930 \end_inset
3931
3932 2
3933 \begin_inset Quotes erd
3934 \end_inset
3935
3936 .
3937 \end_layout
3938
3939 \begin_layout Subsubsection
3940 Short Titles of Headings
3941 \begin_inset LatexCommand index
3942 name "Section headings ! Short titles"
3943
3944 \end_inset
3945
3946
3947 \begin_inset OptArg
3948 status collapsed
3949
3950 \begin_layout Standard
3951 Short Titles
3952 \end_layout
3953
3954 \end_inset
3955
3956
3957 \begin_inset LatexCommand label
3958 name "sec:Short-Titles"
3959
3960 \end_inset
3961
3962
3963 \end_layout
3964
3965 \begin_layout Standard
3966 Some section or chapter titles, such as this one, can get quite long.
3967  This can cause troubles when there is limited horizontal space.
3968  For example, if the header of the page is set to show the current section
3969  title, a long title will protrude over the page margins and look awful.
3970 \end_layout
3971
3972 \begin_layout Standard
3973 LaTeX allows you to specify a short title for section headings.
3974  This short title is used in the header and in the actual table of contents,
3975  avoiding the problem mentioned.
3976  To specify a short title, use the menu 
3977 \family sans
3978 Insert\SpecialChar \menuseparator
3979 Short\InsetSpace ~
3980 Title
3981 \family default
3982 .
3983  This will insert a box labelled 
3984 \begin_inset Quotes eld
3985 \end_inset
3986
3987 opt
3988 \begin_inset Quotes erd
3989 \end_inset
3990
3991  (stands for 
3992 \begin_inset Quotes eld
3993 \end_inset
3994
3995 optional
3996 \begin_inset Quotes erd
3997 \end_inset
3998
3999 ) which you can use to enter the short title text.
4000  This also works for captions inside floats.
4001 \end_layout
4002
4003 \begin_layout Standard
4004 The title of this section is a good example of using this feature.
4005 \end_layout
4006
4007 \begin_layout Subsubsection
4008 Special Information
4009 \end_layout
4010
4011 \begin_layout Standard
4012 The following information applies to all section headings:
4013 \end_layout
4014
4015 \begin_layout Itemize
4016 You cannot do any nesting with these environments.
4017 \end_layout
4018
4019 \begin_layout Itemize
4020 You cannot use a margin note in any of these environments.
4021 \end_layout
4022
4023 \begin_layout Itemize
4024 You can only use inlined math in these environments.
4025 \end_layout
4026
4027 \begin_layout Itemize
4028 You can use labels and cross-references to refer to their numbers.
4029 \end_layout
4030
4031 \begin_layout Subsection
4032 Quotes and Poetryline spacing
4033 \end_layout
4034
4035 \begin_layout Standard
4036 LyX has three paragraph environments for writing poetry and quotations.
4037  They are 
4038 \family sans
4039 Quote
4040 \family default
4041
4042 \family sans
4043 Quotation
4044 \family default
4045 , and 
4046 \family sans
4047 Verse
4048 \family default
4049 .
4050  Forget the days of changing line spacing and twiddling with margins.
4051  These three paragraph environments already have those changes built-in.
4052  They all widen the left margin and add a bit of extra space above and below
4053  the text they contain.
4054  They also allow nesting, so you can put a 
4055 \family sans
4056 Verse
4057 \family default
4058  in a 
4059 \family sans
4060 Quotation
4061 \family default
4062 , as well as in some other paragraph environments.
4063 \end_layout
4064
4065 \begin_layout Standard
4066 There is another feature of these three paragraph environments: they do
4067  
4068 \emph on
4069 not
4070 \emph default
4071  reset to 
4072 \family sans
4073 Standard
4074 \family default
4075  when you start a new paragraph.
4076  So, you can type in that poem and merrily hit 
4077 \family sans
4078 Return
4079 \family default
4080  without worrying about the paragraph environment changing on you.
4081  Of course, that means that, once you're done typing in that poem, you have
4082  to change back to the 
4083 \family sans
4084 Standard
4085 \family default
4086  environment yourself.
4087 \end_layout
4088
4089 \begin_layout Subsubsection
4090
4091 \family sans
4092 Quote
4093 \family default
4094  and 
4095 \family sans
4096 Quotation
4097 \family default
4098
4099 \begin_inset LatexCommand label
4100 name "sec:quote"
4101
4102 \end_inset
4103
4104
4105 \begin_inset LatexCommand index
4106 name "Quotation"
4107
4108 \end_inset
4109
4110
4111 \end_layout
4112
4113 \begin_layout Standard
4114 Now that we've described the similarities of these three environments, it's
4115  time for the differences.
4116  
4117 \family sans
4118 Quote
4119 \family default
4120  and 
4121 \family sans
4122 Quotation
4123 \family default
4124  are identical except for one difference: 
4125 \family sans
4126 Quote
4127 \family default
4128  uses extra spacing to separate paragraphs and never indents the first line.
4129  
4130 \family sans
4131 Quotation
4132 \family default
4133  
4134 \emph on
4135 always
4136 \emph default
4137  indents the first line of a paragraph and uses the same line spacing throughout.
4138 \end_layout
4139
4140 \begin_layout Standard
4141 Here's an example of the 
4142 \family sans
4143 Quote
4144 \family default
4145  environment:
4146 \end_layout
4147
4148 \begin_layout Quote
4149 This is in the 
4150 \family sans
4151 Quote
4152 \family default
4153  environment.
4154  I can keep writing, extending this line out further and further until it
4155  wraps.
4156  See -- no indentation!
4157 \end_layout
4158
4159 \begin_layout Quote
4160 Here's the second paragraph of this quote.
4161  Again, there's no indentation, but there is extra space between me and
4162  the other paragraph.
4163 \end_layout
4164
4165 \begin_layout Standard
4166 Here's another example, this time in the 
4167 \family sans
4168 Quotation
4169 \family default
4170  environment:
4171 \end_layout
4172
4173 \begin_layout Quotation
4174 This is in the 
4175 \family sans
4176 Quotation
4177 \family default
4178  environment.
4179  If I keep writing, you'll see the indentation.
4180  If your country uses a writing style that shows off new paragraphs by indenting
4181  the first line, then 
4182 \family sans
4183 Quotation
4184 \family default
4185  is the environment for you! Well, you'd use it 
4186 \emph on
4187 if
4188 \emph default
4189  you were quoting other text.
4190 \end_layout
4191
4192 \begin_layout Quotation
4193 Here's a new paragraph.
4194  I could ramble on and on, like a politician at election time.
4195  If I did that, though, you'd get bored.
4196 \end_layout
4197
4198 \begin_layout Standard
4199 As the examples show, 
4200 \family sans
4201 Quote
4202 \family default
4203  is for those people who use extra space to separate paragraphs.
4204  They should put quotes in the 
4205 \family sans
4206 Quote
4207 \family default
4208  environment.
4209  Those who use indentation to mark a new paragraph should use the 
4210 \family sans
4211 Quotation
4212 \family default
4213  paragraph environment for quoted text.
4214 \end_layout
4215
4216 \begin_layout Subsubsection
4217
4218 \family sans
4219 Verse
4220 \family default
4221
4222 \begin_inset LatexCommand index
4223 name "Paragraph ! Verse"
4224
4225 \end_inset
4226
4227
4228 \family sans
4229
4230 \begin_inset LatexCommand index
4231 name "Poetry"
4232
4233 \end_inset
4234
4235
4236 \begin_inset LatexCommand label
4237 name "sec:Verse"
4238
4239 \end_inset
4240
4241
4242 \end_layout
4243
4244 \begin_layout Standard
4245
4246 \family sans
4247 Verse
4248 \family default
4249  is a paragraph environment for poetry, rhymes, verses, and so on.
4250  Here's an example:
4251 \end_layout
4252
4253 \begin_layout Verse
4254 This is in Verse
4255 \newline
4256 Which I did not rehearse!
4257 \end_layout
4258
4259 \begin_layout Verse
4260 It could be much worse.
4261  This line could be long, very long, oh so long, so very long that it wraps
4262  around.
4263  It looks okay on screen, but in the printed version, the extra lines are
4264  indented a bit more than the first.
4265  Okay, so it's turned to prose and doesn't rhyme anymore.
4266  So sue me.
4267 \end_layout
4268
4269 \begin_layout Verse
4270 To break a line
4271 \newline
4272 And make things look fine
4273 \newline
4274 Use 
4275 \family sans
4276 C-Return
4277 \family default
4278 .
4279 \end_layout
4280
4281 \begin_layout Standard
4282 As you can see, 
4283 \family sans
4284 Verse
4285 \family default
4286  does not indent both margins.
4287  Each stanza of the verse or poem is in its own paragraph.
4288  To separate the individual lines of a stanza, use the 
4289 \family typewriter
4290 break-line
4291 \family default
4292  function 
4293 \family sans
4294 C-Return
4295 \family default
4296 .
4297 \end_layout
4298
4299 \begin_layout Subsection
4300 Lists
4301 \begin_inset LatexCommand index
4302 name "Lists"
4303
4304 \end_inset
4305
4306
4307 \begin_inset LatexCommand label
4308 name "sub:Lists"
4309
4310 \end_inset
4311
4312
4313 \end_layout
4314
4315 \begin_layout Standard
4316 LyX has four different paragraph environments for creating different kinds
4317  of lists.
4318  In the 
4319 \family sans
4320 Itemize
4321 \family default
4322  and 
4323 \family sans
4324 Enumerate
4325 \family default
4326  environments, LyX labels your list items with bullets or numbers, respectively.
4327  In the 
4328 \family sans
4329 Description
4330 \family default
4331  and 
4332 \family sans
4333 List
4334 \family default
4335  environments, LyX lets you provide your own label.
4336  We'll present the individual details of each type of list next after describing
4337  some general features of all four of them.
4338 \end_layout
4339
4340 \begin_layout Subsubsection
4341 General Features
4342 \end_layout
4343
4344 \begin_layout Standard
4345 The four paragraph environments for lists differ from the other environments
4346  in several ways.
4347  First, LyX treats each paragraph as a list item.
4348  Hitting 
4349 \family sans
4350 Return
4351 \family default
4352  does 
4353 \emph on
4354 not
4355 \emph default
4356  reset the environment to 
4357 \family sans
4358 Standard
4359 \family default
4360  but keeps the current environment and creates a new list item.
4361  The nesting depth is typically reset, however.
4362  If you want to keep both the current nesting depth and paragraph environment,
4363  you should use 
4364 \family sans
4365 M-Return
4366 \family default
4367  to break paragraphs.
4368 \end_layout
4369
4370 \begin_layout Standard
4371 You can nest lists of any type inside one another.
4372  In fact, LyX changes the labels on some list items depending on how it
4373  is nested.
4374  If you intend to use any of the list paragraph environments, we suggest
4375  you read all of section\InsetSpace ~
4376
4377 \begin_inset LatexCommand ref
4378 reference "sec:nest"
4379
4380 \end_inset
4381
4382 .
4383  
4384 \end_layout
4385
4386 \begin_layout Subsubsection
4387
4388 \family sans
4389 Itemize
4390 \family default
4391
4392 \begin_inset LatexCommand index
4393 name "Lists ! Itemize"
4394
4395 \end_inset
4396
4397
4398 \begin_inset LatexCommand label
4399 name "sec:itemize"
4400
4401 \end_inset
4402
4403
4404 \end_layout
4405
4406 \begin_layout Standard
4407 The first type of list we'll describe in detail is the 
4408 \family sans
4409 Itemize
4410 \family default
4411  paragraph environment.
4412  It has the following properties:
4413 \end_layout
4414
4415 \begin_layout Itemize
4416 Each item has a particular bullet or symbol as its label.
4417 \end_layout
4418
4419 \begin_deeper
4420 \begin_layout Itemize
4421 LyX uses the same symbol for all of the items in a given nesting level.
4422 \end_layout
4423
4424 \begin_layout Itemize
4425 The symbol appears at the beginning of the first line.
4426 \end_layout
4427
4428 \end_deeper
4429 \begin_layout Itemize
4430 The items can have any length.
4431  LyX automatically offsets the left margin of each item.
4432  The offset is always relative to whatever environment the 
4433 \family sans
4434 Itemize
4435 \family default
4436  list may be in.
4437 \end_layout
4438
4439 \begin_layout Itemize
4440 If you nest an 
4441 \family sans
4442 Itemize
4443 \family default
4444  environment inside another 
4445 \family sans
4446 Itemize
4447 \family default
4448  environment, the label changes to a new symbol.
4449 \end_layout
4450
4451 \begin_deeper
4452 \begin_layout Itemize
4453 There are four different symbols for up to a four-fold nesting.
4454 \end_layout
4455
4456 \begin_layout Itemize
4457 LyX always shows the same symbol on screen.
4458 \end_layout
4459
4460 \begin_layout Itemize
4461 See section\InsetSpace ~
4462
4463 \begin_inset LatexCommand ref
4464 reference "sec:nest"
4465
4466 \end_inset
4467
4468  for a full explanation of nesting.
4469 \end_layout
4470
4471 \end_deeper
4472 \begin_layout Standard
4473 Of course, that explanation was also an example of an 
4474 \family sans
4475 Itemize
4476 \family default
4477  list.
4478  The 
4479 \family sans
4480 Itemize
4481 \family default
4482  environment is best suited for lists where the order doesn't matter.
4483 \end_layout
4484
4485 \begin_layout Standard
4486 We said that different levels use different symbols as their label.
4487  Here's an example of all four possible symbols.
4488  Note that those of you reading this manual within LyX won't see any difference.
4489 \end_layout
4490
4491 \begin_layout Itemize
4492 The label for the first level 
4493 \family sans
4494 Itemize
4495 \family default
4496  is a large black dot, or bullet.
4497 \end_layout
4498
4499 \begin_deeper
4500 \begin_layout Itemize
4501 The label for the second level is a dash.
4502 \end_layout
4503
4504 \begin_deeper
4505 \begin_layout Itemize
4506 The label for the third is an asterisk.
4507 \end_layout
4508
4509 \begin_deeper
4510 \begin_layout Itemize
4511 The label for the fourth is a centered dot.
4512 \end_layout
4513
4514 \end_deeper
4515 \begin_layout Itemize
4516 Back out to the third level.
4517 \end_layout
4518
4519 \end_deeper
4520 \begin_layout Itemize
4521 Back to the second level.
4522 \end_layout
4523
4524 \end_deeper
4525 \begin_layout Itemize
4526 Back to the outermost level.
4527 \end_layout
4528
4529 \begin_layout Standard
4530 These are the default labels for an 
4531 \family sans
4532 Itemize
4533 \family default
4534  list.
4535  You can customize these labels in the 
4536 \family sans
4537 Document\SpecialChar \menuseparator
4538 Settings
4539 \family default
4540  dialog in the submenu 
4541 \family sans
4542 Bullets
4543 \family default
4544 .
4545 \end_layout
4546
4547 \begin_layout Standard
4548 Notice how the space between items decreases with increasing depth.
4549  We'll explain nesting and all the tricks you can do with different depths
4550  in section\InsetSpace ~
4551
4552 \begin_inset LatexCommand ref
4553 reference "sec:nest"
4554
4555 \end_inset
4556
4557 .
4558 \end_layout
4559
4560 \begin_layout Subsubsection
4561
4562 \family sans
4563 Enumerate
4564 \family default
4565
4566 \begin_inset LatexCommand index
4567 name "Lists ! Enumerate"
4568
4569 \end_inset
4570
4571
4572 \begin_inset LatexCommand label
4573 name "sec:enumerate"
4574
4575 \end_inset
4576
4577
4578 \end_layout
4579
4580 \begin_layout Standard
4581 The 
4582 \family sans
4583 Enumerate
4584 \family default
4585  environment is used to create numbered lists and outlines.
4586  It has these properties:
4587 \end_layout
4588
4589 \begin_layout Enumerate
4590 Each item has a numeral as its label.
4591 \end_layout
4592
4593 \begin_deeper
4594 \begin_layout Enumerate
4595 The type of numeral depends on the nesting depth.
4596 \end_layout
4597
4598 \end_deeper
4599 \begin_layout Enumerate
4600 LyX automatically counts the items for you and updates the label as appropriate.
4601 \end_layout
4602
4603 \begin_layout Enumerate
4604 Each new 
4605 \family sans
4606 Enumerate
4607 \family default
4608  environment resets the counter to one.
4609 \end_layout
4610
4611 \begin_layout Enumerate
4612 Like the 
4613 \family sans
4614 Itemize
4615 \family default
4616  environment, the 
4617 \family sans
4618 Enumerate
4619 \family default
4620  environment:
4621 \end_layout
4622
4623 \begin_deeper
4624 \begin_layout Enumerate
4625 Offsets the items relative to the left margin.
4626  Items can have any length.
4627 \end_layout
4628
4629 \begin_layout Enumerate
4630 Reduces the space between items as the nesting depth increases.
4631 \end_layout
4632
4633 \begin_layout Enumerate
4634 Uses different types of labels depending on the nesting depth.
4635 \end_layout
4636
4637 \begin_layout Enumerate
4638 Allows up to a four-fold nesting.
4639 \end_layout
4640
4641 \end_deeper
4642 \begin_layout Standard
4643 Unlike the 
4644 \family sans
4645 Itemize
4646 \family default
4647  environment, 
4648 \family sans
4649 Enumerate
4650 \family default
4651  shows the different labels for each item in LyX.
4652  Here is how LyX labels the four different levels in an 
4653 \family sans
4654 Enumerate
4655 \family default
4656 :
4657 \end_layout
4658
4659 \begin_layout Enumerate
4660 The first level of an 
4661 \family sans
4662 Enumerate
4663 \family default
4664  uses Arabic numerals followed by a period.
4665 \end_layout
4666
4667 \begin_deeper
4668 \begin_layout Enumerate
4669 The second level uses lower case letters surrounded by parentheses.
4670 \end_layout
4671
4672 \begin_deeper
4673 \begin_layout Enumerate
4674 The third level uses lower-case Roman numerals followed by a period.
4675 \end_layout
4676
4677 \begin_deeper
4678 \begin_layout Enumerate
4679 The fourth level uses capital letters followed by a period.
4680 \end_layout
4681
4682 \begin_layout Enumerate
4683 Again, notice the decrease in the spacing between items as the nesting depth
4684  increases.
4685 \end_layout
4686
4687 \end_deeper
4688 \begin_layout Enumerate
4689 Back to the third level
4690 \end_layout
4691
4692 \end_deeper
4693 \begin_layout Enumerate
4694 Back to the second level.
4695 \end_layout
4696
4697 \end_deeper
4698 \begin_layout Enumerate
4699 Back to the outermost level.
4700 \end_layout
4701
4702 \begin_layout Standard
4703 Once again, you can customize the type of numbering used in the 
4704 \family sans
4705 Enumerate
4706 \family default
4707  environment.
4708  It involves adding commands to the LaTeX preamble (see the 
4709 \emph on
4710 Extended Features
4711 \emph default
4712  manual).
4713  As stated earlier, such customization only shows up in the printed version,
4714  not in LyX.
4715 \end_layout
4716
4717 \begin_layout Standard
4718 There is more to nesting 
4719 \family sans
4720 Enumerate
4721 \family default
4722  environments than we've stated here.
4723  You should read section\InsetSpace ~
4724
4725 \begin_inset LatexCommand ref
4726 reference "sec:nest"
4727
4728 \end_inset
4729
4730  to learn more about nesting.
4731 \end_layout
4732
4733 \begin_layout Subsubsection
4734
4735 \family sans
4736 Description
4737 \family default
4738
4739 \begin_inset LatexCommand index
4740 name "Lists ! Description"
4741
4742 \end_inset
4743
4744
4745 \begin_inset LatexCommand label
4746 name "sec:descrlist"
4747
4748 \end_inset
4749
4750
4751 \end_layout
4752
4753 \begin_layout Standard
4754 Unlike the previous two environments, the 
4755 \family sans
4756 Description
4757 \family default
4758  list has no fixed label.
4759  Instead, LyX uses the first 
4760 \begin_inset Quotes eld
4761 \end_inset
4762
4763 word
4764 \begin_inset Quotes erd
4765 \end_inset
4766
4767  of the first line as the label.
4768  Here's an example:
4769 \end_layout
4770
4771 \begin_layout Description
4772 Example: This is an example of the 
4773 \family sans
4774 Description
4775 \family default
4776  environment.
4777 \end_layout
4778
4779 \begin_layout Standard
4780 LyX typesets the label in boldface and puts extra space between it and the
4781  rest of the line.
4782 \end_layout
4783
4784 \begin_layout Standard
4785 Now, you're probably wondering what we mean by, 
4786 \begin_inset Quotes eld
4787 \end_inset
4788
4789 uses the first 'word'
4790 \begin_inset Quotes erd
4791 \end_inset
4792
4793 .
4794  The 
4795 \family sans
4796 Space
4797 \family default
4798  key does not add a whitespace character, but separates words from one another.
4799  Inside of a 
4800 \family sans
4801 Description
4802 \family default
4803  environment, the 
4804 \family sans
4805 Space
4806 \family default
4807  key tells LyX to end the label if we are at the beginning of the first
4808  line of an item.
4809 \end_layout
4810
4811 \begin_layout Standard
4812 However, what if you want or need to use more than one word in the label
4813  of a 
4814 \family sans
4815 Description
4816 \family default
4817  environment? Simple: use a 
4818 \family sans
4819 Protected Blank
4820 \family default
4821 .
4822  (Use either 
4823 \family sans
4824 C-Space
4825 \family default
4826  or the menu 
4827 \family sans
4828 Insert\SpecialChar \menuseparator
4829 Fotrmatting\SpecialChar \menuseparator
4830 Protected\InsetSpace ~
4831 Space
4832 \family default
4833 .
4834  See section\InsetSpace ~
4835
4836 \begin_inset LatexCommand ref
4837 reference "sub:Protected-blanks"
4838
4839 \end_inset
4840
4841  for more info.) Here is an example:
4842 \end_layout
4843
4844 \begin_layout Description
4845 Second\InsetSpace ~
4846 Example: This one shows how to use a 
4847 \family sans
4848 Protected\InsetSpace ~
4849 Blank
4850 \family default
4851  in the label of a 
4852 \family sans
4853 Description
4854 \family default
4855  list item.
4856 \end_layout
4857
4858 \begin_layout Description
4859 Usage: You should use the 
4860 \family sans
4861 Description
4862 \family default
4863  environment for things like definitions and theorems.
4864  Use it when you need to make one word in particular stand out in the text
4865  that describes it.
4866  It's not a good idea to use a 
4867 \family sans
4868 Description
4869 \family default
4870  environment when you have an entire sentence that you want to describe.
4871  You're better off using 
4872 \family sans
4873 Itemize
4874 \family default
4875  or 
4876 \family sans
4877 Enumerate
4878 \family default
4879  and nesting several 
4880 \family sans
4881 Standard
4882 \family default
4883  paragraphs into them.
4884 \end_layout
4885
4886 \begin_layout Description
4887 Nesting: You can nest 
4888 \family sans
4889 Description
4890 \family default
4891  environments inside one another, nest them in other types of lists, and
4892  so on.
4893 \end_layout
4894
4895 \begin_layout Standard
4896 Notice that after the first line, LyX indents subsequent lines, offsetting
4897  them from the first line.
4898 \end_layout
4899
4900 \begin_layout Subsubsection
4901 The LyX 
4902 \family sans
4903 List
4904 \family default
4905
4906 \begin_inset LatexCommand index
4907 name "Lists ! LyX list"
4908
4909 \end_inset
4910
4911
4912 \begin_inset LatexCommand label
4913 name "sec:lyxlist"
4914
4915 \end_inset
4916
4917
4918 \end_layout
4919
4920 \begin_layout Standard
4921 The 
4922 \family sans
4923 List
4924 \family default
4925  environment is a LyX extension to LaTeX.
4926  
4927 \end_layout
4928
4929 \begin_layout Standard
4930 Like the 
4931 \family sans
4932 Description
4933 \family default
4934  environment the 
4935 \family sans
4936 List
4937 \family default
4938  environment has user-defined labels for each list item.
4939  There are the properties of this list environment:
4940 \end_layout
4941
4942 \begin_layout Labeling
4943 \labelwidthstring 00.00.0000
4944 item\InsetSpace ~
4945 labels LyX uses the first 
4946 \begin_inset Quotes eld
4947 \end_inset
4948
4949 word
4950 \begin_inset Quotes erd
4951 \end_inset
4952
4953  of each line as the item label.
4954  The first 
4955 \family sans
4956 Space
4957 \family default
4958  after the beginning of the first line of an item marks the end of the label.
4959  If you need to use more than one word in an item label, use a protected
4960  blank as described above.
4961 \end_layout
4962
4963 \begin_layout Labeling
4964 \labelwidthstring 00.00.0000
4965 margins As you can see, LyX uses different margins for the item label and
4966  the body of the item text.
4967  The body of the text has a larger left margin, which is equal to the default
4968  label width plus a little extra space.
4969  
4970 \end_layout
4971
4972 \begin_layout Labeling
4973 \labelwidthstring 00.00.0000
4974 label\InsetSpace ~
4975 width LyX uses one of two things for the left margin: the width of
4976  the label, or the default width, whichever is larger.
4977  If the label width is larger, the label 
4978 \begin_inset Quotes eld
4979 \end_inset
4980
4981 extends
4982 \begin_inset Quotes erd
4983 \end_inset
4984
4985  into the first line.
4986  In other words, the text of the first line isn't aligned with the left
4987  margin of the rest of the item text.
4988 \end_layout
4989
4990 \begin_layout Labeling
4991 \labelwidthstring 00.00.0000
4992 default\InsetSpace ~
4993 width You can very easily set this default width.
4994  So you can easily ensure that the text of all items in a 
4995 \family sans
4996 List
4997 \family default
4998  environment have the same left margin.
4999 \newline
5000 To change the default width, select
5001  the items in the list.
5002  You can also simply move the cursor into a 
5003 \family sans
5004 List
5005 \family default
5006  item if you want to change only its label width.
5007  Now open the tab 
5008 \family sans
5009 Lines\InsetSpace ~
5010 &\InsetSpace ~
5011 Pagebreaks
5012 \family default
5013  of the menu 
5014 \family sans
5015 Edit\SpecialChar \menuseparator
5016 Paragraph
5017 \family default
5018  
5019 \family sans
5020 Settings
5021 \family default
5022 .
5023  The text in the box 
5024 \family sans
5025 Longest\InsetSpace ~
5026 label
5027 \family default
5028  determines the default label width.
5029  You can use the text of your largest label here, but you don't need to.
5030  We recommend using the letter 
5031 \begin_inset Quotes eld
5032 \end_inset
5033
5034 M
5035 \begin_inset Quotes erd
5036 \end_inset
5037
5038  multiple times.
5039  It's the widest character and is a standard unit of width in LaTeX.
5040  The default label width in the example 
5041 \family sans
5042 List
5043 \family default
5044  is 6 
5045 \begin_inset Quotes eld
5046 \end_inset
5047
5048 M
5049 \begin_inset Quotes erd
5050 \end_inset
5051
5052 s wide.
5053  Using 
5054 \begin_inset Quotes eld
5055 \end_inset
5056
5057 M
5058 \begin_inset Quotes erd
5059 \end_inset
5060
5061  as your unit of width in the 
5062 \family sans
5063 Label\InsetSpace ~
5064 Width
5065 \family default
5066  box has one more advantage: you don't need to keep changing the contents
5067  of 
5068 \family sans
5069 Longest\InsetSpace ~
5070 label
5071 \family default
5072  every time you alter a label in a 
5073 \family sans
5074 List
5075 \family default
5076  environment.
5077 \end_layout
5078
5079 \begin_layout Labeling
5080 \labelwidthstring 00.00.0000
5081 uses You should use the 
5082 \family sans
5083 List
5084 \family default
5085  environment the same way you'd use the 
5086 \family sans
5087 Description
5088 \family default
5089  list: when you need one word to stand out from the text that describes
5090  it.
5091  The 
5092 \family sans
5093 List
5094 \family default
5095  environment gives you another way to do this, using a different overall
5096  layout.
5097 \end_layout
5098
5099 \begin_layout Labeling
5100 \labelwidthstring 00.00.0000
5101 nesting You can nest 
5102 \family sans
5103 List
5104 \family default
5105  environments inside one another, nest them in other types of lists, and
5106  so on.
5107  They work just like the other list paragraph environments.
5108  Read section\InsetSpace ~
5109
5110 \begin_inset LatexCommand ref
5111 reference "sec:nest"
5112
5113 \end_inset
5114
5115  to learn about nesting.
5116 \end_layout
5117
5118 \begin_layout Standard
5119 As you can see, this is a feature-packed paragraph environment!
5120 \end_layout
5121
5122 \begin_layout Standard
5123 There's yet another feature of the 
5124 \family sans
5125 List
5126 \family default
5127  environment we need to tell you about.
5128  As you can see in the examples, LyX left-justifies the item labels by default.
5129  You can use additional 
5130 \family sans
5131 HFills
5132 \family default
5133  to change how LyX justifies the item label.
5134  We'll document 
5135 \family sans
5136 HFills
5137 \family default
5138  later in section\InsetSpace ~
5139
5140 \begin_inset LatexCommand ref
5141 reference "sub:Horizontal-Space"
5142
5143 \end_inset
5144
5145 .
5146  Here are some examples:
5147 \end_layout
5148
5149 \begin_layout Labeling
5150 \labelwidthstring 00.00.0000
5151 Left The default for 
5152 \family sans
5153 List
5154 \family default
5155  item labels.
5156 \end_layout
5157
5158 \begin_layout Labeling
5159 \labelwidthstring 00.00.0000
5160
5161 \hfill
5162 Right One 
5163 \family sans
5164 HFill
5165 \family default
5166  at the beginning of the label right justifies it.
5167 \end_layout
5168
5169 \begin_layout Labeling
5170 \labelwidthstring 00.00.0000
5171
5172 \hfill
5173 Center
5174 \hfill
5175  One 
5176 \family sans
5177 HFill
5178 \family default
5179  at the beginning of the label and one at the end centers it.
5180 \end_layout
5181
5182 \begin_layout Subsection
5183 Letters
5184 \begin_inset LatexCommand index
5185 name "Letters"
5186
5187 \end_inset
5188
5189
5190 \end_layout
5191
5192 \begin_layout Subsubsection
5193
5194 \family sans
5195 Address
5196 \family default
5197  and 
5198 \family sans
5199 Right\InsetSpace ~
5200 Address
5201 \family default
5202 : An Overview
5203 \end_layout
5204
5205 \begin_layout Standard
5206 Although LyX has document classes for letters, we've also created two paragraph
5207  environments called 
5208 \family sans
5209 Address
5210 \family default
5211  and 
5212 \family sans
5213 Right\InsetSpace ~
5214 Address
5215 \family default
5216 .
5217  To use the letter class, you need to use specific paragraph environments
5218  in a specific order, otherwise LaTeX gags on the document.
5219  In contrast, you can use the 
5220 \family sans
5221 Address
5222 \family default
5223  and 
5224 \family sans
5225 Right\InsetSpace ~
5226 Address
5227 \family default
5228  paragraph environments anywhere with no problem.
5229  You can even nest them inside other environments, though you can't nest
5230  anything in them.
5231 \end_layout
5232
5233 \begin_layout Standard
5234 Of course, you're not limited to using 
5235 \family sans
5236 Address
5237 \family default
5238  and 
5239 \family sans
5240 Right\InsetSpace ~
5241 Address
5242 \family default
5243  for letters only.
5244  
5245 \family sans
5246 Right\InsetSpace ~
5247 Address
5248 \family default
5249 , in particular, is useful for creating article titles like those used in
5250  some European academic papers.
5251 \end_layout
5252
5253 \begin_layout Subsubsection
5254 Usage
5255 \begin_inset LatexCommand label
5256 name "sec:adress_usage"
5257
5258 \end_inset
5259
5260
5261 \end_layout
5262
5263 \begin_layout Standard
5264 The 
5265 \family sans
5266 Address
5267 \family default
5268  environment formats text in the style of an address, which is also used
5269  for the opening and signature in some countries.
5270  Similarly, the 
5271 \family sans
5272 Right\InsetSpace ~
5273 Address
5274 \family default
5275  environment formats text in the style of a right-justified address, which
5276  is used for the sender's address and today's date in some countries.
5277  Here's an example of each:
5278 \end_layout
5279
5280 \begin_layout Right Address
5281 Right Address
5282 \newline
5283 Who I am
5284 \newline
5285 Where I am
5286 \newline
5287 When is it? What is today?
5288 \end_layout
5289
5290 \begin_layout Standard
5291 That was 
5292 \family sans
5293 Right\InsetSpace ~
5294 Address
5295 \family default
5296 .
5297  Notice that the lines all have the same left margin, which LyX sets to
5298  fit the largest block of text on a single line.
5299  Here's an example of the 
5300 \family sans
5301 Address
5302 \family default
5303  environment:
5304 \end_layout
5305
5306 \begin_layout Address
5307 Who are you
5308 \newline
5309 Where do I send this
5310 \newline
5311 Your post office and country
5312 \end_layout
5313
5314 \begin_layout Standard
5315 As you can see, both 
5316 \family sans
5317 Address
5318 \family default
5319  and 
5320 \family sans
5321 Right\InsetSpace ~
5322 Address
5323 \family default
5324  add extra space between themselves and the next paragraph.
5325  If you hit 
5326 \family sans
5327 Return
5328 \family default
5329  in either of these environments, LyX resets the nesting depth and sets
5330  the environment to 
5331 \family sans
5332 Standard
5333 \family default
5334 .
5335  This makes sense, since 
5336 \family sans
5337 Return
5338 \family default
5339  is the 
5340 \family typewriter
5341 break-paragraph
5342 \family default
5343  function, and the individual lines of an address are not paragraphs.
5344  Thus, you have to use 
5345 \family typewriter
5346 break-line
5347 \family default
5348  (
5349 \family sans
5350 C-Return
5351 \family default
5352  or 
5353 \family sans
5354 Formatting\InsetSpace ~
5355 Character\SpecialChar \menuseparator
5356 Line\InsetSpace ~
5357 Break
5358 \family default
5359  from the 
5360 \family sans
5361 Insert
5362 \family default
5363  menu) to start a new line in an 
5364 \family sans
5365 Address
5366 \family default
5367  or 
5368 \family sans
5369 Right\InsetSpace ~
5370 Address
5371 \family default
5372  environment.
5373 \end_layout
5374
5375 \begin_layout Subsection
5376 Academic Writing
5377 \end_layout
5378
5379 \begin_layout Standard
5380 Most academic writing begins with an abstract and ends with a bibliography
5381  or list of references.
5382  LyX contains paragraph environments for both of these.
5383 \end_layout
5384
5385 \begin_layout Subsubsection
5386
5387 \family sans
5388 Abstract
5389 \begin_inset LatexCommand index
5390 name "Abstracts"
5391
5392 \end_inset
5393
5394
5395 \end_layout
5396
5397 \begin_layout Standard
5398 The 
5399 \family sans
5400 Abstract
5401 \family default
5402  environment is used for the abstract of an article.
5403  Technically, you could use this environment anywhere, but you really should
5404  only use it at the beginning of the document, after the title.
5405  Also, don't bother trying to nest 
5406 \family sans
5407 Abstract
5408 \family default
5409  in anything else or vice versa.
5410  It won't work.
5411  The 
5412 \family sans
5413 Abstract
5414 \family default
5415  environment is only useful in the article and report document classes.
5416  The book document classes ignores the 
5417 \family sans
5418 Abstract
5419 \family default
5420  completely, and it's utterly silly to use 
5421 \family sans
5422 Abstract
5423 \family default
5424  in a letter document class.
5425 \end_layout
5426
5427 \begin_layout Standard
5428 The 
5429 \family sans
5430 Abstract
5431 \family default
5432  environment does several things for you.
5433  First, it puts the centered label 
5434 \begin_inset Quotes eld
5435 \end_inset
5436
5437 Abstract
5438 \begin_inset Quotes erd
5439 \end_inset
5440
5441  above the text.
5442  The label and the text of the abstract are separated by some extra vertical
5443  space.
5444  Second, it typesets everything in a smaller font, just as you'd expect.
5445  Lastly, it adds a bit of extra vertical space between the abstract and
5446  the subsequent text.
5447  Well, that's how it will appear on the LyX screen.
5448  The appearance in the output depends on the used article or report class.
5449 \end_layout
5450
5451 \begin_layout Standard
5452 Starting a new paragraph by hitting 
5453 \family sans
5454 Return
5455 \family default
5456  does not reset the paragraph environment.
5457  The new paragraph will still be in the 
5458 \family sans
5459 Abstract
5460 \family default
5461  environment.
5462  So, you will have to change the paragraph environment yourself when you
5463  finish entering the abstract of your document.
5464 \end_layout
5465
5466 \begin_layout Standard
5467 \begin_inset Float figure
5468 wide false
5469 sideways false
5470 status open
5471
5472 \begin_layout Standard
5473 \align center
5474 \begin_inset Graphics
5475         filename clipart/Abstract.pdf
5476         lyxscale 25
5477
5478 \end_inset
5479
5480
5481 \end_layout
5482
5483 \begin_layout Standard
5484 \begin_inset Caption
5485
5486 \begin_layout Standard
5487 \begin_inset LatexCommand label
5488 name "cap:Paragraph-in-the"
5489
5490 \end_inset
5491
5492 Paragraph in the 
5493 \family sans
5494 Abstract
5495 \family default
5496  environment
5497 \end_layout
5498
5499 \end_inset
5500
5501
5502 \end_layout
5503
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \begin_layout Standard
5510 We'd love to give you directly an example of the 
5511 \family sans
5512 Abstract
5513 \family default
5514  environment, but since this document is in the 
5515 \begin_inset Quotes eld
5516 \end_inset
5517
5518 book
5519 \begin_inset Quotes erd
5520 \end_inset
5521
5522  class, we can't do this.
5523  We inserted it therefore as figure\InsetSpace ~
5524
5525 \begin_inset LatexCommand ref
5526 reference "cap:Paragraph-in-the"
5527
5528 \end_inset
5529
5530 .
5531  If you've never heard of an 
5532 \begin_inset Quotes eld
5533 \end_inset
5534
5535 abstract
5536 \begin_inset Quotes erd
5537 \end_inset
5538
5539  before, you can safely ignore this environment.
5540 \end_layout
5541
5542 \begin_layout Subsubsection
5543
5544 \family sans
5545 Bibliography
5546 \family default
5547
5548 \begin_inset LatexCommand index
5549 name "Bibliography"
5550
5551 \end_inset
5552
5553
5554 \begin_inset LatexCommand label
5555 name "sub:biblio_environment"
5556
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \begin_layout Standard
5563 The 
5564 \family sans
5565 Bibliography
5566 \family default
5567  environment is used to list references.
5568  Technically, you could use this environment anywhere, but you really should
5569  only use it at the end of the document.
5570  Nesting 
5571 \family sans
5572 Bibliography
5573 \family default
5574  in anything else or vice versa won't work.
5575 \end_layout
5576
5577 \begin_layout Standard
5578 When you first open a 
5579 \family sans
5580 Bibliography
5581 \family default
5582  environment, LyX add a large vertical space, followed by the heading 
5583 \begin_inset Quotes eld
5584 \end_inset
5585
5586 Bibliography
5587 \begin_inset Quotes erd
5588 \end_inset
5589
5590  or 
5591 \begin_inset Quotes eld
5592 \end_inset
5593
5594 References,
5595 \begin_inset Quotes erd
5596 \end_inset
5597
5598  depending on the document class.
5599  The heading is in a large boldface font.
5600  Each paragraph of the 
5601 \family sans
5602 Bibliography
5603 \family default
5604  environment is a bibliography entry.
5605  Thus, hitting 
5606 \family sans
5607 Return
5608 \family default
5609  does not reset the paragraph environment.
5610  Each new paragraph is still in the 
5611 \family sans
5612 Bibliography
5613 \family default
5614  environment.
5615 \end_layout
5616
5617 \begin_layout Standard
5618 For a detailed description of LyX's bibliography handling, have a look at
5619  in section\InsetSpace ~
5620
5621 \begin_inset LatexCommand ref
5622 reference "sec:Bibliography"
5623
5624 \end_inset
5625
5626 .
5627 \end_layout
5628
5629 \begin_layout Subsection
5630 LyX
5631 \family sans
5632 -Code
5633 \begin_inset LatexCommand index
5634 name "Paragraph ! LyX code"
5635
5636 \end_inset
5637
5638
5639 \begin_inset LatexCommand label
5640 name "sub:LyX-Code"
5641
5642 \end_inset
5643
5644
5645 \end_layout
5646
5647 \begin_layout Standard
5648 The 
5649 \family sans
5650 LyX-Code
5651 \family default
5652  environment is another LyX extension.
5653  It type-sets text in a typewriter-style font.
5654  It also treats the 
5655 \family sans
5656 Space
5657 \family default
5658  key as a fixed whitespace;
5659 \begin_inset Foot
5660 status collapsed
5661
5662 \begin_layout Standard
5663 In the 
5664 \family sans
5665 LyX-Code
5666 \family default
5667  environment, the 
5668 \family sans
5669 Space
5670 \family default
5671  key is treated as a 
5672 \family sans
5673 Protected\InsetSpace ~
5674 Blank
5675 \family default
5676  instead of an end-of-word marker.
5677 \end_layout
5678
5679 \end_inset
5680
5681  this is the only case in which you can type multiple whitespaces in LyX.
5682  If you need to insert blank lines, you'll still need to use 
5683 \family sans
5684 C-Return
5685 \family default
5686  (the 
5687 \family typewriter
5688 break-line
5689 \family default
5690  function).
5691  
5692 \family sans
5693 Return
5694 \family default
5695  breaks paragraphs.
5696  Note, however, that 
5697 \family sans
5698 Return
5699 \family default
5700  does not reset the paragraph environment.
5701  So, when you finish using the 
5702 \family sans
5703 LyX-Code
5704 \family default
5705  environment, you'll need to change the paragraph environment yourself.
5706  Also, you can nest the 
5707 \family sans
5708 LyX-Code
5709 \family default
5710  environment inside of others.
5711 \end_layout
5712
5713 \begin_layout Standard
5714 There are a few quirks with this environment:
5715 \end_layout
5716
5717 \begin_layout Itemize
5718 You cannot use 
5719 \family sans
5720 C-Return
5721 \family default
5722  at the beginning of a new paragraph (i.e.
5723  you can't follow 
5724 \family sans
5725 Return
5726 \family default
5727  with a 
5728 \family sans
5729 C-Return
5730 \family default
5731 ).
5732 \end_layout
5733
5734 \begin_layout Itemize
5735 You can't follow a 
5736 \family sans
5737 C-Return
5738 \family default
5739  with a 
5740 \family sans
5741 Space
5742 \family default
5743 .
5744 \end_layout
5745
5746 \begin_deeper
5747 \begin_layout Itemize
5748 Use a 
5749 \family sans
5750 Return
5751 \family default
5752  to begin a new paragraph, then you can use a 
5753 \family sans
5754 Space
5755 \family default
5756 .
5757 \end_layout
5758
5759 \begin_layout Itemize
5760 Or: use 
5761 \family sans
5762 C-Space
5763 \family default
5764  instead.
5765 \end_layout
5766
5767 \end_deeper
5768 \begin_layout Itemize
5769 You can't have an empty paragraph or an empty line.
5770  You must put at least one 
5771 \family sans
5772 Space
5773 \family default
5774  in any line you want blank.
5775  Otherwise, LaTeX generates errors.
5776 \end_layout
5777
5778 \begin_layout Itemize
5779 You cannot get the typewriter double quotes by typing 
5780 \family sans
5781 "
5782 \family default
5783  since that will insert 
5784 \emph on
5785 real
5786 \emph default
5787  quotes.
5788  You get the typewriter double quotes with 
5789 \family sans
5790 C-"
5791 \family default
5792  (or 
5793 \family sans
5794 C-q
5795 \family default
5796  if you use Emacs-like key bindings).
5797 \end_layout
5798
5799 \begin_layout Standard
5800 Here's an example:
5801 \end_layout
5802
5803 \begin_layout LyX-Code
5804 #include <stdio.h>
5805 \end_layout
5806
5807 \begin_layout LyX-Code
5808  
5809 \end_layout
5810
5811 \begin_layout LyX-Code
5812 int main(void)
5813 \end_layout
5814
5815 \begin_layout LyX-Code
5816 {
5817 \end_layout
5818
5819 \begin_layout LyX-Code
5820     printf("Hello World!
5821 \backslash
5822 n");
5823 \end_layout
5824
5825 \begin_layout LyX-Code
5826     return 0;
5827 \end_layout
5828
5829 \begin_layout LyX-Code
5830 }
5831 \end_layout
5832
5833 \begin_layout Standard
5834 This is just the standard 
5835 \begin_inset Quotes eld
5836 \end_inset
5837
5838 Hello world!
5839 \begin_inset Quotes erd
5840 \end_inset
5841
5842  program.
5843  
5844 \end_layout
5845
5846 \begin_layout Standard
5847
5848 \family sans
5849 LyX-Code
5850 \family default
5851  has one purpose: to typeset code, such as program source, shell scripts,
5852  rc-files, and so on.
5853  Use it only in those very special cases where you need to generate text
5854  as if you used a typewriter.
5855 \begin_inset LatexCommand index
5856 name "Paragraph environments|)"
5857
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \begin_layout Section
5864 Nesting Environments
5865 \begin_inset LatexCommand index
5866 name "Nesting ! Environments"
5867
5868 \end_inset
5869
5870
5871 \begin_inset LatexCommand label
5872 name "sec:nest"
5873
5874 \end_inset
5875
5876
5877 \end_layout
5878
5879 \begin_layout Subsection
5880 Introduction
5881 \end_layout
5882
5883 \begin_layout Standard
5884 LyX treats text as a unified block with a particular context and specific
5885  properties.
5886  This allows you to create blocks that inherits some of the properties of
5887  another block.
5888  For example you have three main points in an outline, but point #2 also
5889  has two subpoints.
5890  In other words, you have a list inside of another list, with the inner
5891  list 
5892 \begin_inset Quotes eld
5893 \end_inset
5894
5895 attached
5896 \begin_inset Quotes erd
5897 \end_inset
5898
5899  to item #2:
5900 \end_layout
5901
5902 \begin_layout Enumerate
5903 one
5904 \end_layout
5905
5906 \begin_layout Enumerate
5907 two
5908 \end_layout
5909
5910 \begin_deeper
5911 \begin_layout Enumerate
5912 sublist - item #1
5913 \end_layout
5914
5915 \begin_layout Enumerate
5916 sublist - item #2
5917 \end_layout
5918
5919 \end_deeper
5920 \begin_layout Enumerate
5921 three
5922 \end_layout
5923
5924 \begin_layout Standard
5925 You put a list inside of a list by nesting one list inside the other.
5926  Nesting an environment is quite simple: Select 
5927 \family sans
5928 Increase\InsetSpace ~
5929 List\InsetSpace ~
5930 Depth
5931 \family default
5932  or 
5933 \family sans
5934 Decrease\InsetSpace ~
5935 List\InsetSpace ~
5936 Depth
5937 \family default
5938  from the 
5939 \family sans
5940 Edit
5941 \family default
5942  menu to change the nesting depth of the current paragraph (the status bar
5943  will tell you how far you are nested).
5944  Instead of the menu, you can also use the toolbar buttons 
5945 \begin_inset Graphics
5946         filename ../images/depth-increment.xpm
5947
5948 \end_inset
5949
5950  and 
5951 \begin_inset Graphics
5952         filename ../images/depth-decrement.xpm
5953
5954 \end_inset
5955
5956  or the convenient key bindings 
5957 \family sans
5958 S-M-Right
5959 \family default
5960  and 
5961 \family sans
5962 S-M-Left
5963 \family default
5964  to change the nesting level.
5965  The change will work on the current selection if you have made one (allowing
5966  you to change the nesting of several paragraphs at once), or the current
5967  paragraph.
5968 \end_layout
5969
5970 \begin_layout Standard
5971 Note that LyX only changes the nesting depth if it can.
5972  If it's invalid to do so, nothing happens if you try to change the depth.
5973  Additionally, if you change the depth of one paragraph, it affects the
5974  depth of every paragraph nested inside of it.
5975 \end_layout
5976
5977 \begin_layout Standard
5978 Nesting isn't limited to lists.
5979  In LyX, you can nest just about anything inside anything else, as you're
5980  about to find out.
5981  This is the real power of nesting paragraph environments.
5982 \end_layout
5983
5984 \begin_layout Subsection
5985 What You Can and Can't Nest
5986 \end_layout
5987
5988 \begin_layout Standard
5989 Before we fire a list of paragraph environments at you, we need to tell
5990  you a little bit more about how nesting works.
5991 \end_layout
5992
5993 \begin_layout Standard
5994 The question if nesting a paragraph environment is possible, is a bit more
5995  complicated than a simple yes or no.
5996  There are three types of paragraph environments:
5997 \end_layout
5998
5999 \begin_layout Itemize
6000 Completely unnestable
6001 \end_layout
6002
6003 \begin_layout Itemize
6004 Fully nestable, you can nest them inside of things and you can also nest
6005  other things inside of them.
6006 \end_layout
6007
6008 \begin_layout Itemize
6009 A third type, you can nest them into other environments, but you can't nest
6010  anything into them.
6011 \end_layout
6012
6013 \begin_layout Standard
6014 Here's a list of the three types of nesting behavior, and which paragraph
6015  environments have them:
6016 \end_layout
6017
6018 \begin_layout Description
6019 Unnestable Can't nest them.
6020  Can't nest into them.
6021 \end_layout
6022
6023 \begin_deeper
6024 \begin_layout Itemize
6025
6026 \family sans
6027 Part
6028 \end_layout
6029
6030 \begin_layout Itemize
6031
6032 \family sans
6033 Chapter
6034 \end_layout
6035
6036 \begin_layout Itemize
6037
6038 \family sans
6039 Section
6040 \family default
6041  
6042 \end_layout
6043
6044 \begin_layout Itemize
6045
6046 \family sans
6047 Subsection
6048 \end_layout
6049
6050 \begin_layout Itemize
6051
6052 \family sans
6053 Subsubsection
6054 \end_layout
6055
6056 \begin_layout Itemize
6057
6058 \family sans
6059 Paragraph
6060 \family default
6061  
6062 \end_layout
6063
6064 \begin_layout Itemize
6065
6066 \family sans
6067 Subparagraph
6068 \end_layout
6069
6070 \begin_layout Itemize
6071
6072 \family sans
6073 Part*
6074 \end_layout
6075
6076 \begin_layout Itemize
6077
6078 \family sans
6079 Chapter*
6080 \end_layout
6081
6082 \begin_layout Itemize
6083
6084 \family sans
6085 Section*
6086 \end_layout
6087
6088 \begin_layout Itemize
6089
6090 \family sans
6091 Subsection*
6092 \end_layout
6093
6094 \begin_layout Itemize
6095
6096 \family sans
6097 Subsubsection*
6098 \end_layout
6099
6100 \begin_layout Itemize
6101
6102 \family sans
6103 Bibliography
6104 \end_layout
6105
6106 \begin_layout Itemize
6107
6108 \family sans
6109 Abstract
6110 \end_layout
6111
6112 \begin_layout Itemize
6113
6114 \family sans
6115 Title
6116 \end_layout
6117
6118 \begin_layout Itemize
6119
6120 \family sans
6121 Author
6122 \end_layout
6123
6124 \begin_layout Itemize
6125
6126 \family sans
6127 Date
6128 \end_layout
6129
6130 \end_deeper
6131 \begin_layout Description
6132 Fully\InsetSpace ~
6133 Nestable You can nest them.
6134  You can nest other things into them.
6135 \end_layout
6136
6137 \begin_deeper
6138 \begin_layout Itemize
6139
6140 \family sans
6141 Verse
6142 \end_layout
6143
6144 \begin_layout Itemize
6145
6146 \family sans
6147 Quote
6148 \end_layout
6149
6150 \begin_layout Itemize
6151
6152 \family sans
6153 Quotation
6154 \end_layout
6155
6156 \begin_layout Itemize
6157
6158 \family sans
6159 Itemize
6160 \end_layout
6161
6162 \begin_layout Itemize
6163
6164 \family sans
6165 Enumerate
6166 \end_layout
6167
6168 \begin_layout Itemize
6169
6170 \family sans
6171 Description
6172 \end_layout
6173
6174 \begin_layout Itemize
6175
6176 \family sans
6177 List
6178 \end_layout
6179
6180 \begin_layout Itemize
6181
6182 \family sans
6183 LyX-Code
6184 \end_layout
6185
6186 \end_deeper
6187 \begin_layout Description
6188 Nestable-Inside You can nest them inside of other things.
6189  You can't nest anything into them.
6190 \end_layout
6191
6192 \begin_deeper
6193 \begin_layout Itemize
6194
6195 \family sans
6196 Standard
6197 \end_layout
6198
6199 \begin_layout Itemize
6200
6201 \family sans
6202 Right\InsetSpace ~
6203 Address
6204 \end_layout
6205
6206 \begin_layout Itemize
6207
6208 \family sans
6209 Address
6210 \end_layout
6211
6212 \end_deeper
6213 \begin_layout Standard
6214 The 
6215 \family sans
6216 Caption
6217 \family default
6218  environment doesn't really fit anywhere, since it's only used inside of
6219  
6220 \family sans
6221 Table\InsetSpace ~
6222 Floats
6223 \family default
6224  and 
6225 \family sans
6226 Figure\InsetSpace ~
6227 Floats
6228 \family default
6229 .
6230 \end_layout
6231
6232 \begin_layout Subsection
6233 Nesting Other Things: Tables, Math, Floats, etc.
6234 \begin_inset LatexCommand index
6235 name "Nesting ! Tables etc."
6236
6237 \end_inset
6238
6239
6240 \begin_inset LatexCommand label
6241 name "sec:table-and-fig-nesting"
6242
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \begin_layout Standard
6249 There are several things that aren't paragraph environments, but which are
6250  affected by nesting anyhow.
6251  They are:
6252 \end_layout
6253
6254 \begin_layout Itemize
6255 equations
6256 \end_layout
6257
6258 \begin_layout Itemize
6259 tables
6260 \end_layout
6261
6262 \begin_layout Itemize
6263 figures
6264 \end_layout
6265
6266 \begin_layout Standard
6267 (Note: If you put a figure or a table in a 
6268 \family sans
6269 Float
6270 \family default
6271 , this is no longer true.
6272  Have a look at section\InsetSpace ~
6273
6274 \begin_inset LatexCommand ref
6275 reference "sec:Floats"
6276
6277 \end_inset
6278
6279  for more informations about 
6280 \family sans
6281 Floats
6282 \family default
6283 .)
6284 \end_layout
6285
6286 \begin_layout Standard
6287 LyX can treat these three objects as either a word or as a paragraph.
6288  If a figure, table, or an equation is inlined, it goes wherever the paragraph
6289  it is in goes.
6290 \end_layout
6291
6292 \begin_layout Standard
6293 On the other hand, if you have an equation, figure or table in a 
6294 \begin_inset Quotes eld
6295 \end_inset
6296
6297 paragraph
6298 \begin_inset Quotes erd
6299 \end_inset
6300
6301  of its own, it behaves just like a 
6302 \begin_inset Quotes eld
6303 \end_inset
6304
6305 nestable-inside
6306 \begin_inset Quotes erd
6307 \end_inset
6308
6309  paragraph environment.
6310  You can nest it into any environment, but you obviously can't nest anything
6311  into it.
6312 \end_layout
6313
6314 \begin_layout Standard
6315 Here's an example with a table:
6316 \end_layout
6317
6318 \begin_layout Enumerate
6319 Item One
6320 \end_layout
6321
6322 \begin_deeper
6323 \begin_layout Enumerate
6324 This is (a) and it's nested.
6325 \end_layout
6326
6327 \begin_deeper
6328 \begin_layout Standard
6329 \begin_inset VSpace 0.3cm
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \begin_layout Standard
6336 \align center
6337 \begin_inset Tabular
6338 <lyxtabular version="3" rows="2" columns="2">
6339 <features>
6340 <column alignment="center" valignment="top" leftline="true" width="0pt">
6341 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6342 <row topline="true">
6343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Standard
6347
6348 \family roman
6349 \series medium
6350 \shape up
6351 \size normal
6352 \emph off
6353 \bar no
6354 \noun off
6355 \color none
6356 a
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Standard
6365
6366 \family roman
6367 \series medium
6368 \shape up
6369 \size normal
6370 \emph off
6371 \bar no
6372 \noun off
6373 \color none
6374 b
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row topline="true" bottomline="true">
6381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Standard
6385
6386 \family roman
6387 \series medium
6388 \shape up
6389 \size normal
6390 \emph off
6391 \bar no
6392 \noun off
6393 \color none
6394 c
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Standard
6403
6404 \family roman
6405 \series medium
6406 \shape up
6407 \size normal
6408 \emph off
6409 \bar no
6410 \noun off
6411 \color none
6412 d
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 </lyxtabular>
6419
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \begin_layout Standard
6426 \begin_inset VSpace 0.3cm
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \end_deeper
6433 \begin_layout Enumerate
6434 This is (b).
6435  The table is actually nested inside (a).
6436 \end_layout
6437
6438 \end_deeper
6439 \begin_layout Enumerate
6440 Back out again.
6441 \end_layout
6442
6443 \begin_layout Standard
6444 If we hadn't nested the table at all, the list would look like this:
6445 \end_layout
6446
6447 \begin_layout Enumerate
6448 Item One
6449 \end_layout
6450
6451 \begin_deeper
6452 \begin_layout Enumerate
6453 This is (a) and it's nested.
6454 \end_layout
6455
6456 \end_deeper
6457 \begin_layout Standard
6458 \begin_inset VSpace 0.3cm
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \begin_layout Standard
6465 \align center
6466 \begin_inset Tabular
6467 <lyxtabular version="3" rows="2" columns="2">
6468 <features>
6469 <column alignment="center" valignment="top" leftline="true" width="0pt">
6470 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6471 <row topline="true">
6472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Standard
6476
6477 \family roman
6478 \series medium
6479 \shape up
6480 \size normal
6481 \emph off
6482 \bar no
6483 \noun off
6484 \color none
6485 a
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Standard
6494
6495 \family roman
6496 \series medium
6497 \shape up
6498 \size normal
6499 \emph off
6500 \bar no
6501 \noun off
6502 \color none
6503 b
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 </row>
6509 <row topline="true" bottomline="true">
6510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Standard
6514
6515 \family roman
6516 \series medium
6517 \shape up
6518 \size normal
6519 \emph off
6520 \bar no
6521 \noun off
6522 \color none
6523 c
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Standard
6532
6533 \family roman
6534 \series medium
6535 \shape up
6536 \size normal
6537 \emph off
6538 \bar no
6539 \noun off
6540 \color none
6541 d
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 </row>
6547 </lyxtabular>
6548
6549 \end_inset
6550
6551
6552 \end_layout
6553
6554 \begin_layout Standard
6555 \begin_inset VSpace 0.3cm
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \begin_layout Enumerate
6562 This is (b).
6563  The table is 
6564 \emph on
6565 not
6566 \emph default
6567  nested inside (a).
6568  In fact, it's not nested at all.
6569 \end_layout
6570
6571 \begin_layout Enumerate
6572 Back out again.
6573 \end_layout
6574
6575 \begin_layout Standard
6576 Notice how item (b) is not only no longer nested, but is also the first
6577  item of a new list!
6578 \end_layout
6579
6580 \begin_layout Standard
6581 There's another trap you can fall into: Nesting the table, but not going
6582  deep enough.
6583  LyX then turns anything after the table into a new sublist.
6584 \end_layout
6585
6586 \begin_layout Enumerate
6587 Item One
6588 \end_layout
6589
6590 \begin_deeper
6591 \begin_layout Enumerate
6592 This is (a) and it's nested.
6593 \end_layout
6594
6595 \begin_layout Standard
6596 \begin_inset VSpace 0.3cm
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \begin_layout Standard
6603 \align center
6604 \begin_inset Tabular
6605 <lyxtabular version="3" rows="2" columns="2">
6606 <features>
6607 <column alignment="center" valignment="top" leftline="true" width="0pt">
6608 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6609 <row topline="true">
6610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Standard
6614
6615 \family roman
6616 \series medium
6617 \shape up
6618 \size normal
6619 \emph off
6620 \bar no
6621 \noun off
6622 \color none
6623 a
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Standard
6632
6633 \family roman
6634 \series medium
6635 \shape up
6636 \size normal
6637 \emph off
6638 \bar no
6639 \noun off
6640 \color none
6641 b
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 </row>
6647 <row topline="true" bottomline="true">
6648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Standard
6652
6653 \family roman
6654 \series medium
6655 \shape up
6656 \size normal
6657 \emph off
6658 \bar no
6659 \noun off
6660 \color none
6661 c
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Standard
6670
6671 \family roman
6672 \series medium
6673 \shape up
6674 \size normal
6675 \emph off
6676 \bar no
6677 \noun off
6678 \color none
6679 d
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 </row>
6685 </lyxtabular>
6686
6687 \end_inset
6688
6689
6690 \end_layout
6691
6692 \begin_layout Standard
6693 \begin_inset VSpace 0.3cm
6694 \end_inset
6695
6696
6697 \end_layout
6698
6699 \begin_layout Enumerate
6700 This is (b).
6701  The table is actually nested inside Item One, but 
6702 \emph on
6703 not
6704 \emph default
6705  inside (a).
6706 \end_layout
6707
6708 \end_deeper
6709 \begin_layout Enumerate
6710 Back out again.
6711 \end_layout
6712
6713 \begin_layout Standard
6714 As you can see, item (b) turned into the first item of a new list, but a
6715  new list 
6716 \emph on
6717 inside
6718 \emph default
6719  item 1.
6720  The same thing would have happened to a figure or an equation.
6721  So, if you nest tables, figures or equations, make sure you go to the right
6722  depth!
6723 \end_layout
6724
6725 \begin_layout Subsection
6726 Usage and General Features
6727 \begin_inset LatexCommand label
6728 name "sub:nest-Usage"
6729
6730 \end_inset
6731
6732
6733 \end_layout
6734
6735 \begin_layout Standard
6736 Speaking of levels, LyX can perform up to a six-fold nesting.
6737  In other words, 
6738 \begin_inset Quotes eld
6739 \end_inset
6740
6741 level #6
6742 \begin_inset Quotes erd
6743 \end_inset
6744
6745  is the innermost possible depth.
6746  Here's an example to display what we mean:
6747 \end_layout
6748
6749 \begin_layout Enumerate
6750 level #1 - outermost
6751 \end_layout
6752
6753 \begin_deeper
6754 \begin_layout Enumerate
6755 level #2
6756 \end_layout
6757
6758 \begin_deeper
6759 \begin_layout Enumerate
6760 level #3
6761 \end_layout
6762
6763 \begin_deeper
6764 \begin_layout Enumerate
6765 level #4
6766 \end_layout
6767
6768 \begin_deeper
6769 \begin_layout Itemize
6770 level #5
6771 \end_layout
6772
6773 \begin_deeper
6774 \begin_layout Itemize
6775 level #6
6776 \end_layout
6777
6778 \end_deeper
6779 \end_deeper
6780 \end_deeper
6781 \end_deeper
6782 \end_deeper
6783 \begin_layout Standard
6784 There are two exceptions to the six-fold nesting limit, and you can see
6785  both of them in the example.
6786  Unlike the other fully-nestable environments, you can only perform a four-fold
6787  nesting with the 
6788 \family sans
6789 Enumerate
6790 \family default
6791  and 
6792 \family sans
6793 Itemize
6794 \family default
6795  environments.
6796  For example, if we tried to nest another 
6797 \family sans
6798 Enumerate
6799 \family default
6800  list inside of item 
6801 \begin_inset Quotes eld
6802 \end_inset
6803
6804 A.
6805 \begin_inset Quotes erd
6806 \end_inset
6807
6808 , we'd get errors.
6809 \end_layout
6810
6811 \begin_layout Subsection
6812 Some Examples
6813 \begin_inset LatexCommand index
6814 name "Nesting ! Examples"
6815
6816 \end_inset
6817
6818
6819 \end_layout
6820
6821 \begin_layout Standard
6822 The best way to explain just what you can do with nesting is by illustration.
6823  We have several examples of nested environments.
6824  In them, we explain how we created the example, so that you can reproduce
6825  them.
6826 \end_layout
6827
6828 \begin_layout Subsubsection
6829 Example 1: The Six-fold Way and Mixed Nesting
6830 \end_layout
6831
6832 \begin_layout Labeling
6833 \labelwidthstring MMM
6834 #1-a This is the outermost level.
6835  It's a 
6836 \family sans
6837 List
6838 \family default
6839  environment.
6840 \end_layout
6841
6842 \begin_deeper
6843 \begin_layout Labeling
6844 \labelwidthstring MMM
6845 #2-a This is level #2.
6846  We created it by using 
6847 \family sans
6848 M-Return
6849 \family default
6850  followed by 
6851 \family sans
6852 S-M-Right
6853 \family default
6854 .
6855 \end_layout
6856
6857 \begin_deeper
6858 \begin_layout Labeling
6859 \labelwidthstring MMM
6860 #3-a This is level #3.
6861  This time, we just hit 
6862 \family sans
6863 Return
6864 \family default
6865 , then used 
6866 \family sans
6867 S-M-Right
6868 \family default
6869  twice in a row.
6870  We could have also created it the same way as we did the previous level,
6871  by hitting 
6872 \family sans
6873 M-Return
6874 \family default
6875  followed by 
6876 \family sans
6877 S-M-Right
6878 \family default
6879 .
6880 \end_layout
6881
6882 \begin_deeper
6883 \begin_layout Standard
6884 This is actually a 
6885 \family sans
6886 Standard
6887 \family default
6888  environment, nested inside of 
6889 \begin_inset Quotes eld
6890 \end_inset
6891
6892 #3-a
6893 \begin_inset Quotes erd
6894 \end_inset
6895
6896 .
6897  So, it's at level #4.
6898  We did this by hitting 
6899 \family sans
6900 M-Return
6901 \family default
6902 , then 
6903 \family sans
6904 S-M-Right
6905 \family default
6906 , then changing the paragraph environment to 
6907 \family sans
6908 Standard
6909 \family default
6910 .
6911  Do this to create list items with more than one paragraph - it also works
6912  for the 
6913 \family sans
6914 Description
6915 \family default
6916
6917 \family sans
6918 Enumerate
6919 \family default
6920 , and 
6921 \family sans
6922 Itemize
6923 \family default
6924  environments!
6925 \end_layout
6926
6927 \begin_layout Standard
6928 Here's another 
6929 \family sans
6930 Standard
6931 \family default
6932  paragraph, also at level #4, made with just a 
6933 \family sans
6934 M-Return
6935 \family default
6936 .
6937 \end_layout
6938
6939 \begin_layout Labeling
6940 \labelwidthstring MMM
6941 #4-a This is level #4.
6942  We hit 
6943 \family sans
6944 M-Return
6945 \family default
6946  and changed the paragraph environment back to 
6947 \family sans
6948 List
6949 \family default
6950 .
6951  Remember - we can't nest anything inside of a 
6952 \family sans
6953 Standard
6954 \family default
6955  environment, which is why we're still at level #4.
6956  However, we 
6957 \emph on
6958 can
6959 \emph default
6960  keep nesting things inside of 
6961 \begin_inset Quotes eld
6962 \end_inset
6963
6964 #3-a
6965 \begin_inset Quotes erd
6966 \end_inset
6967
6968 .
6969 \end_layout
6970
6971 \begin_deeper
6972 \begin_layout Labeling
6973 \labelwidthstring MMM
6974 #5-a This is level #5\SpecialChar \ldots{}
6975
6976 \end_layout
6977
6978 \begin_deeper
6979 \begin_layout Labeling
6980 \labelwidthstring MMM
6981 #6-a \SpecialChar \ldots{}
6982 and this is level #6.
6983  By now, you should know how we made these two.
6984 \end_layout
6985
6986 \end_deeper
6987 \begin_layout Labeling
6988 \labelwidthstring MMM
6989 #5-b Back to level #5.
6990  Just hit 
6991 \family sans
6992 M-Return
6993 \family default
6994  followed by a 
6995 \family sans
6996 S-M-Left
6997 \family default
6998 .
6999 \end_layout
7000
7001 \end_deeper
7002 \begin_layout Labeling
7003 \labelwidthstring MMM
7004 #4-b After another 
7005 \family sans
7006 M-Return
7007 \family default
7008  followed by a 
7009 \family sans
7010 S-M-Left
7011 \family default
7012 , we're back at level #4.
7013 \end_layout
7014
7015 \end_deeper
7016 \begin_layout Labeling
7017 \labelwidthstring MMM
7018 #3-b Back to level #3.
7019  By now it should be obvious how we did this.
7020 \end_layout
7021
7022 \end_deeper
7023 \begin_layout Labeling
7024 \labelwidthstring MMM
7025 #2-b Back to level #2.
7026  
7027 \end_layout
7028
7029 \end_deeper
7030 \begin_layout Labeling
7031 \labelwidthstring MMM
7032 #1-b And last, back to the outermost level, #1.
7033  After this sentence, we'll hit 
7034 \family sans
7035 Return
7036 \family default
7037  and change the paragraph environment back to 
7038 \family sans
7039 Standard
7040 \family default
7041  to end the list.
7042 \end_layout
7043
7044 \begin_layout Standard
7045 We could have also used the 
7046 \family sans
7047 Description
7048 \family default
7049
7050 \family sans
7051 Quote
7052 \family default
7053
7054 \family sans
7055 Quotation
7056 \family default
7057 , or even the 
7058 \family sans
7059 Verse
7060 \family default
7061  environment in place of the 
7062 \family sans
7063 List
7064 \family default
7065  environment.
7066  The example would have worked exactly the same.
7067 \end_layout
7068
7069 \begin_layout Subsubsection
7070 Example 2: Inheritance
7071 \end_layout
7072
7073 \begin_layout LyX-Code
7074 This is the LyX-Code environment, at level #1, the outermost
7075 \end_layout
7076
7077 \begin_layout LyX-Code
7078 level.
7079   Now we'll hit 
7080 \family sans
7081 Return
7082 \family default
7083 , then 
7084 \family sans
7085 S-M-Right
7086 \family default
7087 , after which, we'll change to the 
7088 \family sans
7089 Enumerate
7090 \family default
7091  environment.
7092 \end_layout
7093
7094 \begin_deeper
7095 \begin_layout Enumerate
7096 This is the 
7097 \family sans
7098 Enumerate
7099 \family default
7100  environment, at level #2.
7101 \end_layout
7102
7103 \begin_layout Enumerate
7104 Notice how the nested 
7105 \family sans
7106 Enumerate
7107 \family default
7108  not only inherits its margins from its parent environment (
7109 \family sans
7110 LyX-Code
7111 \family default
7112 ), but also inherits its font and spacing!
7113 \end_layout
7114
7115 \end_deeper
7116 \begin_layout Standard
7117 We ended this example by hitting 
7118 \family sans
7119 Return
7120 \family default
7121 .
7122  After that, we needed to reset the paragraph environment to 
7123 \family sans
7124 Standard
7125 \family default
7126  and resetting the nesting depth by using 
7127 \family sans
7128 S-M-Left
7129 \family default
7130  once.
7131 \end_layout
7132
7133 \begin_layout Subsubsection
7134 Example 3: Labels, Levels, and the 
7135 \family sans
7136 Enumerate
7137 \family default
7138  and 
7139 \family sans
7140 Itemize
7141 \family default
7142  Environments
7143 \begin_inset OptArg
7144 status collapsed
7145
7146 \begin_layout Standard
7147 Example #3: Labels, Levels and other list environments
7148 \end_layout
7149
7150 \end_inset
7151
7152
7153 \end_layout
7154
7155 \begin_layout Enumerate
7156 This is level #1, in an 
7157 \family sans
7158 Enumerate
7159 \family default
7160  paragraph environment.
7161  We're actually going to nest a bunch of these.
7162 \end_layout
7163
7164 \begin_deeper
7165 \begin_layout Enumerate
7166 This is level #2.
7167  We used 
7168 \family sans
7169 M-Return
7170 \family default
7171  followed by 
7172 \family sans
7173 S-M-Right
7174 \family default
7175 .
7176  Now, what happens if we nest an 
7177 \family sans
7178 Itemize
7179 \family default
7180  environment inside of this one? It will be at level #3, but what will its
7181  label be? An asterisk?
7182 \end_layout
7183
7184 \begin_deeper
7185 \begin_layout Itemize
7186 No! It's a bullet.
7187  This is the 
7188 \emph on
7189 first
7190 \emph default
7191  
7192 \family sans
7193 Itemize
7194 \family default
7195  environment, even though it's at level #3.
7196  So, its label is a bullet.
7197  (We got here by using 
7198 \family sans
7199 M-Return
7200 \family default
7201 , then 
7202 \family sans
7203 S-M-Right
7204 \family default
7205 , then changing the environment to 
7206 \family sans
7207 Itemize
7208 \family default
7209 .)
7210 \end_layout
7211
7212 \begin_deeper
7213 \begin_layout Itemize
7214 Here's level #4, produced using 
7215 \family sans
7216 M-Return
7217 \family default
7218 , then 
7219 \family sans
7220 S-M-Right
7221 \family default
7222 .
7223  We'll do that again\SpecialChar \ldots{}
7224
7225 \end_layout
7226
7227 \begin_deeper
7228 \begin_layout Enumerate
7229 \SpecialChar \ldots{}
7230 to get to level #5.
7231  This time, however, we also changed the paragraph environment back to 
7232 \family sans
7233 Enumerate
7234 \family default
7235 .
7236  Notice the type of numbering, it is 
7237 \emph on
7238 lowercase Roman
7239 \emph default
7240 , because we are in the 
7241 \emph on
7242 thirdfold
7243 \emph default
7244  
7245 \family sans
7246 Enumerate
7247 \family default
7248  environment (i.e.
7249  it is an 
7250 \family sans
7251 Enumerate
7252 \family default
7253  inside an 
7254 \family sans
7255 Enumerate
7256 \family default
7257  inside an 
7258 \family sans
7259 Enumerate
7260 \family default
7261 ).
7262 \end_layout
7263
7264 \begin_layout Enumerate
7265 What happens if we 
7266 \emph on
7267 don't
7268 \emph default
7269  change the paragraph environment, but decrease the nesting depth? What
7270  type of numbering does LyX use?
7271 \end_layout
7272
7273 \begin_layout Enumerate
7274 Oh, as if you couldn't guess by now, we're just using 
7275 \family sans
7276 M-Return
7277 \family default
7278  to keep the current environment and depth but create a new item.
7279 \end_layout
7280
7281 \begin_layout Enumerate
7282 Let's use 
7283 \family sans
7284 S-M-Left
7285 \family default
7286  to decrease the depth after the next 
7287 \family sans
7288 M-Return
7289 \family default
7290 .
7291 \end_layout
7292
7293 \end_deeper
7294 \begin_layout Enumerate
7295 This is level #4.
7296  Look what type of label LyX is using!
7297 \end_layout
7298
7299 \end_deeper
7300 \begin_layout Enumerate
7301 This is level #3.
7302  Even though we've changed levels, LyX is still using a lowercase Roman
7303  numeral as the label.Why?
7304 \end_layout
7305
7306 \begin_layout Enumerate
7307 Because, even though the nesting depth has changed, the paragraph is 
7308 \emph on
7309 still
7310 \emph default
7311  a thirdfold 
7312 \family sans
7313 Enumerate
7314 \family default
7315  environment.
7316  Notice, however, that LyX 
7317 \emph on
7318 did
7319 \emph default
7320  reset the counter for the label.
7321 \end_layout
7322
7323 \end_deeper
7324 \begin_layout Enumerate
7325 Another 
7326 \family sans
7327 M-Return
7328 \family default
7329  
7330 \family sans
7331 S-M-Left
7332 \family default
7333  sequence, and we're back to level #2.
7334  This time, we not only changed the nesting depth, but we also moved back
7335  into the twofold-nested 
7336 \family sans
7337 Enumerate
7338 \family default
7339  environment.
7340 \end_layout
7341
7342 \end_deeper
7343 \begin_layout Enumerate
7344 The same thing happens if we do another 
7345 \family sans
7346 M-Return
7347 \family default
7348  
7349 \family sans
7350 S-M-Left
7351 \family default
7352  sequence and return to level #1, the outermost level.
7353 \end_layout
7354
7355 \begin_layout Standard
7356 Lastly, we reset the environment to 
7357 \family sans
7358 Standard
7359 \family default
7360 .
7361  As you can see, the level number doesn't correspond to what type of labelling
7362  LyX uses for the 
7363 \family sans
7364 Enumerate
7365 \family default
7366  and 
7367 \family sans
7368 Itemize
7369 \family default
7370  environments.
7371  The number of other 
7372 \family sans
7373 Enumerate
7374 \family default
7375  environments surrounding it determines what kind of label LyX uses for
7376  an 
7377 \family sans
7378 Enumerate
7379 \family default
7380  item.
7381  The same rule applies for the 
7382 \family sans
7383 Itemize
7384 \family default
7385  environment, as well.
7386 \end_layout
7387
7388 \begin_layout Subsubsection
7389 Example 4: Going Bonkers
7390 \end_layout
7391
7392 \begin_layout Enumerate
7393 We're going to go totally nuts now.
7394  We won't nest as deep as in the other examples, nor will we go into the
7395  same detail with how we did it.
7396  (level #1: 
7397 \family sans
7398 Enumerate
7399 \family default
7400 )
7401 \end_layout
7402
7403 \begin_deeper
7404 \begin_layout Standard
7405 (
7406 \family sans
7407 Return, S-M-Right, Standard
7408 \family default
7409 : level #2) We'll stick an encapsulated description of how we created the
7410  example in parentheses someplace.
7411  For example, the two keybindings are how we changed the depth.
7412  The environment name is the name of the current environment.
7413  Either before or after this, we'll put in the level.
7414 \end_layout
7415
7416 \end_deeper
7417 \begin_layout Enumerate
7418 (
7419 \family sans
7420 Return, Enumerate
7421 \family default
7422 : level #1) This is the next item in the list.
7423 \end_layout
7424
7425 \begin_deeper
7426 \begin_layout Verse
7427 Now we'll add verse.
7428 \newline
7429 It will get much worse.
7430 \newline
7431 (
7432 \family sans
7433 Return, S-M-Right, Verse
7434 \family default
7435 : level #2)
7436 \end_layout
7437
7438 \begin_layout Verse
7439 Fiddle dee, Fiddle doo.
7440 \newline
7441 Bippitey boppitey boo!
7442 \newline
7443 (
7444 \family sans
7445 M-Return)
7446 \end_layout
7447
7448 \begin_layout Verse
7449 Here comes a table:
7450 \end_layout
7451
7452 \begin_deeper
7453 \begin_layout Standard
7454 \begin_inset VSpace 0.3cm
7455 \end_inset
7456
7457
7458 \end_layout
7459
7460 \begin_layout Standard
7461 \align center
7462 \begin_inset Tabular
7463 <lyxtabular version="3" rows="2" columns="2">
7464 <features>
7465 <column alignment="center" valignment="top" width="0pt">
7466 <column alignment="center" valignment="top" leftline="true" width="0pt">
7467 <row>
7468 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Standard
7472
7473 \family roman
7474 \series medium
7475 \shape up
7476 \size normal
7477 \emph off
7478 \bar no
7479 \noun off
7480 \color none
7481 one-fish
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Standard
7490
7491 \family roman
7492 \series medium
7493 \shape up
7494 \size normal
7495 \emph off
7496 \bar no
7497 \noun off
7498 \color none
7499 two-fish
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row topline="true">
7506 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Standard
7510
7511 \family roman
7512 \series medium
7513 \shape up
7514 \size normal
7515 \emph off
7516 \bar no
7517 \noun off
7518 \color none
7519 red-fish
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Standard
7528
7529 \family roman
7530 \series medium
7531 \shape up
7532 \size normal
7533 \emph off
7534 \bar no
7535 \noun off
7536 \color none
7537 blue-fish
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 </row>
7543 </lyxtabular>
7544
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_deeper
7551 \begin_layout Verse
7552 (
7553 \family sans
7554 M-Return, Table, S-M-Right
7555 \family default
7556  3 times, 
7557 \family sans
7558 M-Return, Verse, S-M-Left
7559 \family default
7560 )
7561 \end_layout
7562
7563 \end_deeper
7564 \begin_layout Enumerate
7565 (
7566 \family sans
7567 Return, Enumerate
7568 \family default
7569 : level #1) This is another item.
7570  Note that selecting a 
7571 \family sans
7572 Table
7573 \family default
7574  resets the nesting depth to level #1, so we increased the nesting depth
7575  3 times to put the table inside the 
7576 \family sans
7577 Verse
7578 \family default
7579  environment.
7580  
7581 \end_layout
7582
7583 \begin_layout Quotation
7584 We're now ending the 
7585 \family sans
7586 Enumerate
7587 \family default
7588  list and changing to 
7589 \family sans
7590 Quotation
7591 \family default
7592 .
7593  We're still at level #1.
7594  We want to show you some of the things you can do by mixing environments.
7595  The next set of paragraphs is a 
7596 \begin_inset Quotes eld
7597 \end_inset
7598
7599 quoted letter.
7600 \begin_inset Quotes erd
7601 \end_inset
7602
7603  We'll nest both the 
7604 \family sans
7605 Address
7606 \family default
7607  and 
7608 \family sans
7609 Right\InsetSpace ~
7610 Address
7611 \family default
7612  environments inside of this one, then use another nested 
7613 \family sans
7614 Quotation
7615 \family default
7616  for the letter body.
7617  We'll use 
7618 \family sans
7619 M-Return
7620 \family default
7621  to preserve the depth.
7622  Remember that you need to use 
7623 \family sans
7624 C-Return
7625 \family default
7626  to create multiple lines inside the 
7627 \family sans
7628 Address
7629 \family default
7630  and 
7631 \family sans
7632 Right\InsetSpace ~
7633 Address
7634 \family default
7635  environments.
7636  Here it goes:
7637 \end_layout
7638
7639 \begin_deeper
7640 \begin_layout Right Address
7641 1234 Nowhere Rd.
7642 \newline
7643 Moosegroin, MT 00100
7644 \newline
7645 9-6-96
7646 \end_layout
7647
7648 \begin_layout Address
7649 Dear Mr.\InsetSpace ~
7650 Fizlewitz:
7651 \end_layout
7652
7653 \begin_layout Quotation
7654 We regret to inform you that we cannot fill your order for 50
7655 \begin_inset Formula $\,$
7656 \end_inset
7657
7658 L of compressed methane gas due to circumstances beyond our control.
7659  Unfortunately, several of our cows have mysteriously exploded, creating
7660  a backlog in our orders for methane.
7661  We will place your name on the waiting list and try to fill your order
7662  as soon as possible.
7663  In the meantime, we thank you for your patience.
7664 \end_layout
7665
7666 \begin_layout Quotation
7667 We do, however, now have a special on beef.
7668  If you are interested, please return the enclosed pricing and order form
7669  with your order, along with payment.
7670 \end_layout
7671
7672 \begin_layout Quotation
7673 We thank you again for your patience.
7674 \end_layout
7675
7676 \begin_layout Address
7677 Sincerely,
7678 \newline
7679 Bill Hick
7680 \end_layout
7681
7682 \end_deeper
7683 \begin_layout Quotation
7684 That ends that example!
7685 \end_layout
7686
7687 \begin_layout Standard
7688 As you can see, nesting environments in LyX gives you a lot of power with
7689  just a few keystrokes.
7690  We could have easily nested an 
7691 \family sans
7692 Itemize
7693 \family default
7694  list inside of a 
7695 \family sans
7696 Quotation
7697 \family default
7698  or 
7699 \family sans
7700 Quote
7701 \family default
7702 , or put a 
7703 \family sans
7704 Quote
7705 \family default
7706  inside of an 
7707 \family sans
7708 Itemize
7709 \family default
7710  list.
7711  You have a huge variety of options at your disposal.
7712 \end_layout
7713
7714 \begin_layout Section
7715 Spacing, pagination and line breaks
7716 \end_layout
7717
7718 \begin_layout Subsection
7719 Horizontal Space
7720 \begin_inset LatexCommand label
7721 name "sub:Horizontal-Space"
7722
7723 \end_inset
7724
7725
7726 \end_layout
7727
7728 \begin_layout Subsubsection
7729
7730 \family sans
7731 Horizontal Fills
7732 \end_layout
7733
7734 \begin_layout Standard
7735 Horizontal Fills (HFills) are a special LyX feature for adding extra space
7736  in a uniform fashion.
7737  An HFill is actually a variable length space, whose length always equals
7738  the remaining space between the left and right margins.
7739  If there is more than one HFill on a line, they divide the available space
7740  equally between themselves.
7741  
7742 \end_layout
7743
7744 \begin_layout Standard
7745 HFill
7746 \family roman
7747 s
7748 \family default
7749  can be inserted with 
7750 \family sans
7751 Insert\SpecialChar \menuseparator
7752 Formatting\InsetSpace ~
7753 Character\SpecialChar \menuseparator
7754 Horizontal Fill
7755 \family default
7756 .
7757  Here a few examples what you can do with them:
7758 \end_layout
7759
7760 \begin_layout Quote
7761 \noindent
7762 This is on the left side 
7763 \hfill
7764 This is on the right
7765 \end_layout
7766
7767 \begin_layout Quote
7768 \noindent
7769 Left
7770 \hfill
7771 Middle
7772 \hfill
7773 Right
7774 \end_layout
7775
7776 \begin_layout Quote
7777 \noindent
7778 Left
7779 \hfill
7780 1/3 Left
7781 \hfill
7782
7783 \hfill
7784 Right
7785 \end_layout
7786
7787 \begin_layout Standard
7788 That was an example in the 
7789 \family sans
7790 Quote
7791 \family default
7792  environment.
7793  Here
7794 \begin_inset Formula $\to$
7795 \end_inset
7796
7797
7798 \hfill
7799
7800 \begin_inset Formula $\gets$
7801 \end_inset
7802
7803 is one in a standard paragraph.
7804  It may or may not be apparent in the printed text, but it 
7805 \emph on
7806 is
7807 \emph default
7808  sitting in-between the two arrows.
7809 \end_layout
7810
7811 \begin_layout Standard
7812 There may be more than one set of margins on a line.
7813  Here's an example with the 
7814 \family sans
7815 List
7816 \family default
7817  environment.
7818 \end_layout
7819
7820 \begin_layout Labeling
7821 \labelwidthstring 00.00.0000
7822 one
7823 \hfill
7824 two :three
7825 \hfill
7826 four
7827 \hfill
7828 five
7829 \hfill
7830 six
7831 \end_layout
7832
7833 \begin_layout Standard
7834 The 
7835 \begin_inset Quotes eld
7836 \end_inset
7837
7838 :
7839 \begin_inset Quotes erd
7840 \end_inset
7841
7842  marks the beginning of the item.
7843  (There is actually a 
7844 \begin_inset Quotes eld
7845 \end_inset
7846
7847 hidden
7848 \begin_inset Quotes erd
7849 \end_inset
7850
7851  HFill inside of the label of the 
7852 \family sans
7853 List
7854 \family default
7855  environment; it's put at the end of the label automatically.) HFills work
7856  similarly in other 
7857 \begin_inset Quotes eld
7858 \end_inset
7859
7860 multi-margin
7861 \begin_inset Quotes erd
7862 \end_inset
7863
7864  situations, like two-column mode.
7865 \end_layout
7866
7867 \begin_layout Standard
7868 Note: if an HFill is at the beginning of a line, and 
7869 \emph on
7870 not
7871 \emph default
7872  in the first line in a paragraph, LyX ignores it.
7873  This prevents HFills from accidentally being wrapped onto a new line.
7874  If you need space in this case anyway, you have to use the LaTeX-command
7875  
7876 \series bold
7877
7878 \backslash
7879 hspace*{
7880 \backslash
7881 fill}
7882 \series default
7883  in ERT.
7884  ERT is explained in section\InsetSpace ~
7885
7886 \begin_inset LatexCommand ref
7887 reference "sec:ERT"
7888
7889 \end_inset
7890
7891 .
7892 \end_layout
7893
7894 \begin_layout Subsubsection
7895 Other space variants
7896 \begin_inset LatexCommand label
7897 name "sub:Other-space-variants"
7898
7899 \end_inset
7900
7901
7902 \end_layout
7903
7904 \begin_layout Standard
7905 The following two sorts of spaces are not yet supported by LyX, so that
7906  you have to use ERT, see section\InsetSpace ~
7907
7908 \begin_inset LatexCommand ref
7909 reference "sec:ERT"
7910
7911 \end_inset
7912
7913 .
7914  That they are not supported is a hint that you need them very seldom in
7915  LyX.
7916  So use them only if it is really necessary (remind the WYSIWYM concept).
7917 \end_layout
7918
7919 \begin_layout Paragraph
7920 Defined space
7921 \end_layout
7922
7923 \begin_layout Standard
7924 Sometimes one needs space with a defined length, e.g for forms and questionnaires.
7925  This can be inserted by using the LaTeX-command 
7926 \series bold
7927
7928 \backslash
7929 hspace
7930 \series default
7931  in 
7932 \family sans
7933 ERT
7934 \family default
7935 .
7936  For example the command 
7937 \series bold
7938
7939 \backslash
7940 hspace{2cm}
7941 \series default
7942  produces 2
7943 \begin_inset Formula $\,$
7944 \end_inset
7945
7946 cm space within the following line:
7947 \end_layout
7948
7949 \begin_layout Standard
7950 This is a line with
7951 \begin_inset Formula $\to$
7952 \end_inset
7953
7954
7955 \begin_inset ERT
7956 status collapsed
7957
7958 \begin_layout Standard
7959
7960
7961 \backslash
7962 hspace{2cm}
7963 \end_layout
7964
7965 \end_inset
7966
7967
7968 \begin_inset Formula $\gets$
7969 \end_inset
7970
7971  2
7972 \begin_inset Formula $\,$
7973 \end_inset
7974
7975 cm space between the arrows.
7976 \end_layout
7977
7978 \begin_layout Standard
7979 You can use all length units listed in appendix\InsetSpace ~
7980
7981 \begin_inset LatexCommand ref
7982 reference "cha:Units-available-in"
7983
7984 \end_inset
7985
7986 .
7987 \end_layout
7988
7989 \begin_layout Paragraph
7990 Phantom space
7991 \end_layout
7992
7993 \begin_layout Standard
7994 Sometimes you want to insert space with exactly the length of a phrase.
7995  E.g.
7996  you want to create the following multiple choice question:
7997 \end_layout
7998
7999 \begin_layout Standard
8000 \begin_inset VSpace medskip
8001 \end_inset
8002
8003 What is correct English?:
8004 \newline
8005
8006 \newline
8007 Mr.\InsetSpace ~
8008 Edge would have been jumps the gun.
8009 \newline
8010
8011 \begin_inset ERT
8012 status collapsed
8013
8014 \begin_layout Standard
8015
8016
8017 \backslash
8018 phantom{Mr.
8019  Edge }
8020 \end_layout
8021
8022 \end_inset
8023
8024 has to be jumped
8025 \newline
8026
8027 \begin_inset ERT
8028 status collapsed
8029
8030 \begin_layout Standard
8031
8032
8033 \backslash
8034 phantom{Mr.
8035  Edge }
8036 \end_layout
8037
8038 \end_inset
8039
8040 jumps
8041 \begin_inset VSpace medskip
8042 \end_inset
8043
8044
8045 \end_layout
8046
8047 \begin_layout Standard
8048 So that the choices appear exactly after the phrase 
8049 \begin_inset Quotes eld
8050 \end_inset
8051
8052 Mr.\InsetSpace ~
8053 Edge\InsetSpace ~
8054
8055 \begin_inset Quotes erd
8056 \end_inset
8057
8058 .
8059  To get this, you can use the LaTeX-command 
8060 \series bold
8061
8062 \backslash
8063 phantom
8064 \series default
8065  in ERT.
8066  In our case write the command 
8067 \series bold
8068
8069 \backslash
8070 phantom{Mr.
8071  Edge }
8072 \series default
8073  (note the space after 
8074 \begin_inset Quotes eld
8075 \end_inset
8076
8077 Edge
8078 \begin_inset Quotes erd
8079 \end_inset
8080
8081 ) at the beginning of the last two lines.
8082  The command prints out the phrase within the the two braces, but invisible.
8083  That is why it is named 
8084 \begin_inset Quotes eld
8085 \end_inset
8086
8087 phantom
8088 \begin_inset Quotes erd
8089 \end_inset
8090
8091 .
8092 \begin_inset Foot
8093 status collapsed
8094
8095 \begin_layout Standard
8096 There exists also the commands 
8097 \backslash
8098
8099 \series bold
8100 hphantom
8101 \series default
8102  and 
8103 \backslash
8104
8105 \series bold
8106 vphantom
8107 \series default
8108 , but this too special for the LyX userguide.
8109  If you are interested in knowing more about this, have a look at 
8110 \begin_inset LatexCommand cite
8111 key "latexcompanion,latexguide"
8112
8113 \end_inset
8114
8115 .
8116 \end_layout
8117
8118 \end_inset
8119
8120
8121 \end_layout
8122
8123 \begin_layout Subsection
8124 Vertical Space
8125 \begin_inset LatexCommand label
8126 name "sec:vertspace"
8127
8128 \end_inset
8129
8130
8131 \end_layout
8132
8133 \begin_layout Standard
8134 To add extra vertical space above or below a paragraph, use the 
8135 \family sans
8136 Edit\SpecialChar \menuseparator
8137 Paragraph Settings
8138 \family default
8139  dialog.
8140  There you find the following sizes:
8141 \end_layout
8142
8143 \begin_layout Standard
8144
8145 \family sans
8146 SmallSkip
8147 \family default
8148
8149 \family sans
8150 MedSkip
8151 \family default
8152  and 
8153 \family sans
8154 BigSkip
8155 \family default
8156  are LaTeX sizes which depends on the font size of the document.
8157  
8158 \family sans
8159 DefSkip
8160 \family default
8161  is the skip adjusted in the dialog 
8162 \family sans
8163 Document\SpecialChar \menuseparator
8164 Settings
8165 \family default
8166  for the paragraph separation.
8167  If you use indentation to separate paragraphs 
8168 \family sans
8169 DefSkip
8170 \family default
8171  is equal to 
8172 \family sans
8173 MedSkip
8174 \family default
8175 .
8176 \end_layout
8177
8178 \begin_layout Standard
8179
8180 \family sans
8181 VFill
8182 \family default
8183  is a variable space, set so that the space is maximal within one page.
8184  An example: You have only two short paragraphs on one page with a vfill
8185  between them.
8186  Then the first paragraph is placed at the top of the page and the second
8187  one at the bottom, because the space between them is then maximal.
8188  
8189 \family sans
8190 VFill
8191 \family default
8192 s work like 
8193 \family sans
8194 HFill
8195 \family default
8196 s: they fill the remaining vertical space on a page with blank space.
8197  If there are several 
8198 \family sans
8199 VFill
8200 \family default
8201 s on a page, they divide the remaining vertical space equally between themselves.
8202  You can therefore use 
8203 \family sans
8204 VFill
8205 \family default
8206 s to center text on a page, or even place text 2/3 down a page.
8207 \end_layout
8208
8209 \begin_layout Standard
8210
8211 \family sans
8212 Custom
8213 \family default
8214  are custom spaces in units explained in Appendix\InsetSpace ~
8215
8216 \begin_inset LatexCommand ref
8217 reference "cha:Units-available-in"
8218
8219 \end_inset
8220
8221 .
8222 \end_layout
8223
8224 \begin_layout Standard
8225 Note that for paragraphs at the top/bottom of a page, the extra space is
8226  only added if you have also checked the option 
8227 \family sans
8228 Keep\InsetSpace ~
8229 space
8230 \family default
8231  in the dialog 
8232 \family sans
8233 Edit\SpecialChar \menuseparator
8234 Paragraph Settings
8235 \family default
8236 .
8237 \end_layout
8238
8239 \begin_layout Subsection
8240 Paragraph Alignment
8241 \end_layout
8242
8243 \begin_layout Standard
8244 You can change the paragraph alignment with the 
8245 \family sans
8246 Edit\SpecialChar \menuseparator
8247 Paragraph Settings
8248 \family default
8249  dialog.
8250  There are four possibilities: 
8251 \end_layout
8252
8253 \begin_layout Itemize
8254
8255 \family sans
8256 Justified
8257 \end_layout
8258
8259 \begin_layout Itemize
8260
8261 \family sans
8262 Left
8263 \end_layout
8264
8265 \begin_layout Itemize
8266
8267 \family sans
8268 Right
8269 \end_layout
8270
8271 \begin_layout Itemize
8272
8273 \family sans
8274 Center
8275 \end_layout
8276
8277 \begin_layout Standard
8278 The default in most cases is justified alignment, in which the inter-word
8279  spacing is variable and each line of a paragraph fills the region between
8280  the left and right margins.
8281  The other three alignments should be self-explanatory, and look like this:
8282 \end_layout
8283
8284 \begin_layout Standard
8285 \align right
8286 This paragraph is right aligned,
8287 \end_layout
8288
8289 \begin_layout Standard
8290 \align center
8291 this one is centered,
8292 \end_layout
8293
8294 \begin_layout Standard
8295 \align left
8296 this one is left aligned.
8297 \end_layout
8298
8299 \begin_layout Subsection
8300 Forced Pagebreaks
8301 \begin_inset LatexCommand label
8302 name "sec:pagebreak"
8303
8304 \end_inset
8305
8306
8307 \end_layout
8308
8309 \begin_layout Standard
8310 If you don't like the way LaTeX does the pagebreaks in your document, you
8311  can force a pagebreak where you want one.
8312  Normally this will not be necessary, because LaTeX is good at pagebreaking.
8313  Only if you use many 
8314 \family sans
8315 Floats
8316 \family default
8317 , LaTeX's page breaking algorithm can fail.
8318 \end_layout
8319
8320 \begin_layout Standard
8321 We recommend not to use forced pagebreaks until the text is finished, and
8322  until you have checked in the preview to see if you 
8323 \emph on
8324 really
8325 \emph default
8326  have to change the pagebreaking.
8327 \end_layout
8328
8329 \begin_layout Standard
8330 There are two types of pagebreaks: One that ends the page without any special
8331  action.
8332  This can be inserted above or below a paragraph by the menu 
8333 \family sans
8334 Edit\SpecialChar \menuseparator
8335 Paragraph Settings
8336 \family default
8337 .
8338  The second type ends a page, but stretches the content of the page, so
8339  that it fills out the complete page.
8340  This type is useful to avoid whitespace when a pagebreak produces a page
8341  on which only the last few lines are absent.
8342  This type is not yet supported by LyX, so that you have to use the LaTeX
8343  command 
8344 \series bold
8345
8346 \backslash
8347 pagebreak[number]
8348 \series default
8349  in ERT
8350 \begin_inset Foot
8351 status collapsed
8352
8353 \begin_layout Standard
8354 More about ERT is in section\InsetSpace ~
8355
8356 \begin_inset LatexCommand ref
8357 reference "sec:ERT"
8358
8359 \end_inset
8360
8361 .
8362 \end_layout
8363
8364 \end_inset
8365
8366 .
8367  The number can vary between 0 and 4.
8368  If 4 or no number is used, it will always be created a pagebreak
8369 \begin_inset Foot
8370 status collapsed
8371
8372 \begin_layout Standard
8373 normally one uses simply 
8374 \series bold
8375
8376 \backslash
8377 pagebreak
8378 \series default
8379  without a number
8380 \end_layout
8381
8382 \end_inset
8383
8384 .
8385  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
8386  concerning the priority, if a pagebreak is created or not.
8387 \end_layout
8388
8389 \begin_layout Standard
8390 You might try to use a pagebreak to ensure that a figure or table appears
8391  at the top of a page.
8392  This is, of course, the wrong way to do it.
8393  LyX gives you a way of automatically ensuring that your figures and tables
8394  appear at the top of a page (or the bottom, or on their own page) without
8395  having to worry about what precedes or follows your figure or table.
8396  See chapter 
8397 \begin_inset LatexCommand ref
8398 reference "cha:Floats-and-Notes"
8399
8400 \end_inset
8401
8402  to learn more about 
8403 \family sans
8404 Floats
8405 \family default
8406 .
8407 \end_layout
8408
8409 \begin_layout Subsection
8410 Forced Linebreaks
8411 \end_layout
8412
8413 \begin_layout Standard
8414 Similar to pagebreaks there are two types of linebreaks: One that simply
8415  breaks the line.
8416  You can force this line break within a paragraph by selecting 
8417 \family sans
8418 Insert\SpecialChar \menuseparator
8419 Formatting\SpecialChar \menuseparator
8420 Line\InsetSpace ~
8421 Break
8422 \family default
8423  or with 
8424 \family sans
8425 C-Return
8426 \family default
8427 .
8428  The other type breaks the line and stretches it so that it fills out the
8429  whole space between the page margins.
8430  This is necessary to avoid 
8431 \begin_inset Quotes eld
8432 \end_inset
8433
8434 fringes
8435 \begin_inset Quotes erd
8436 \end_inset
8437
8438  in justifies paragraphs due to whitespace introduced by linebreaks.
8439  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
8440
8441 \series bold
8442
8443 \backslash
8444 linebreak[number]
8445 \series default
8446  in 
8447 \family sans
8448 ERT
8449 \family default
8450 .
8451  The syntax is similar tho the command 
8452 \series bold
8453
8454 \backslash
8455 pagebreak
8456 \series default
8457 , described in the previous section.
8458 \end_layout
8459
8460 \begin_layout Standard
8461 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
8462  LaTeX is very good at linebreaking.
8463  There are, however, a number of situations where it is necessary to actively
8464  set a linebreak, e.g.
8465  in a poem or for an address (see sections\InsetSpace ~
8466
8467 \begin_inset LatexCommand ref
8468 reference "sec:quote"
8469
8470 \end_inset
8471
8472
8473 \begin_inset LatexCommand ref
8474 reference "sec:Verse"
8475
8476 \end_inset
8477
8478  and 
8479 \begin_inset LatexCommand ref
8480 reference "sec:adress_usage"
8481
8482 \end_inset
8483
8484 ).
8485 \end_layout
8486
8487 \begin_layout Subsection
8488 Protected Blanks
8489 \begin_inset LatexCommand label
8490 name "sub:Protected-blanks"
8491
8492 \end_inset
8493
8494
8495 \end_layout
8496
8497 \begin_layout Standard
8498 The 
8499 \family sans
8500 protected\InsetSpace ~
8501 blank
8502 \family default
8503  is used to tell LyX (and LaTeX) not to break the line at that point.
8504  This may be necessary to avoid unlucky linebreaks, like in: 
8505 \end_layout
8506
8507 \begin_layout Quote
8508 More information is given in section
8509 \newline
8510
8511 \begin_inset LatexCommand ref
8512 reference "sec:quote"
8513
8514 \end_inset
8515
8516 .
8517  
8518 \end_layout
8519
8520 \begin_layout Standard
8521 Obviously, it would be a good thing to put a protected blank between 
8522 \begin_inset Quotes eld
8523 \end_inset
8524
8525 section
8526 \begin_inset Quotes erd
8527 \end_inset
8528
8529  and 
8530 \begin_inset Quotes eld
8531 \end_inset
8532
8533 2.2
8534 \begin_inset Quotes erd
8535 \end_inset
8536
8537 .
8538  A protected blank is inserted with 
8539 \family sans
8540 Insert\SpecialChar \menuseparator
8541 Formatting\SpecialChar \menuseparator
8542 Protected\InsetSpace ~
8543 Space
8544 \family default
8545  or with 
8546 \family sans
8547 C-Space.
8548 \end_layout
8549
8550 \begin_layout Subsection
8551 Lines around Paragraphs
8552 \begin_inset LatexCommand label
8553 name "sub:Lines-around-Paragraphs"
8554
8555 \end_inset
8556
8557
8558 \end_layout
8559
8560 \begin_layout Standard
8561
8562 \lyxline
8563
8564 \begin_inset ERT
8565 status collapsed
8566
8567 \begin_layout Standard
8568
8569
8570 \backslash
8571 vspace{-1
8572 \backslash
8573 parskip}
8574 \end_layout
8575
8576 \begin_layout Standard
8577
8578 \end_layout
8579
8580 \end_inset
8581
8582 In the dialog 
8583 \family sans
8584 Edit\SpecialChar \menuseparator
8585 Paragraph Settings
8586 \family default
8587  you can put lines above and below a paragraph, as this is done for this
8588  paragraph.
8589 \lyxline
8590
8591 \end_layout
8592
8593 \begin_layout Section
8594 Fonts and Text Styles
8595 \begin_inset LatexCommand label
8596 name "sec:Fonts-and-Text"
8597
8598 \end_inset
8599
8600
8601 \end_layout
8602
8603 \begin_layout Subsection
8604 Overview
8605 \end_layout
8606
8607 \begin_layout Standard
8608 There are two types of fonts:
8609 \end_layout
8610
8611 \begin_layout Description
8612 Outline\InsetSpace ~
8613 fonts are fonts, built from outlines of the single glyphs (i.e.
8614  characters) in the font.
8615  This means that each glyph is defined using mathematical curves that are
8616  well suited for scaling to any requested size.
8617  This mathematical definition is interpreted by the font renderer and the
8618  curve is filled out with pixels according to the size and glyph.
8619  This means that outline fonts will look pretty good in all sizes.
8620  Only at very small sizes it might be hard to provide a good rendering at
8621  very small sizes, where each pixel has to be very carefully computed to
8622  provide a good image.
8623 \newline
8624 One could mean that one only needs to define one font
8625  size and scale them.
8626  But to achieve a better quality, many fonts define several font sizes.
8627  That improves the appearance, because you need more details at large font
8628  sizes than at small ones.
8629 \newline
8630 The font types 
8631 \family typewriter
8632 TrueType
8633 \family default
8634
8635 \family typewriter
8636 OpenType
8637 \family default
8638 , and 
8639 \family typewriter
8640 Type\InsetSpace ~
8641 1 PostScript
8642 \family default
8643  are outline fonts.
8644 \end_layout
8645
8646 \begin_layout Description
8647 Bitmap\InsetSpace ~
8648 fonts on the other hand, are defined by bitmap graphics from the start,
8649  so they will look good at all the sizes they are meant for.
8650  However, they don't scale well, because in order to scale a glyph, each
8651  pixel is enlarged into several pixels.
8652  It is the same effect that happens if you try to enlarge a picture in a
8653  picture manipulation program.
8654  In order to relieve this effect, bitmap fonts are typically provided in
8655  several fixed sizes typically from around 8 pixels high up to 34 pixels
8656  or so high in steps according to what is believed to be useful.
8657  The advantage of bitmap fonts is that no complicated computations are necessary
8658  to display each glyph, so bitmap fonts are thus faster displayed than scalable
8659  fonts.
8660  The disadvantage is that sizes that don't exists as fixed versions have
8661  to be scaled by doubling pixels, and thus look bad.
8662 \newline
8663 Bitmap fonts are named
8664  
8665 \family typewriter
8666 Type\InsetSpace ~
8667 3
8668 \family default
8669  in PostScript- and PDF-documents.
8670 \end_layout
8671
8672 \begin_layout Standard
8673 The result of all this, is that bitmap fonts are best for the size they
8674  are designed for, while scalable fonts are good for nearly all sizes.
8675  So one need less font size definitions for scalable fonts.
8676  That's the reason why nearly all text render and typesetting programs use
8677  scalable fonts.
8678 \end_layout
8679
8680 \begin_layout Standard
8681 To test which fonts are used in a PDF-document, you can have a look into
8682  its document properties.
8683 \end_layout
8684
8685 \begin_layout Standard
8686 Many modern typesetting and markup languages have begun to move towards
8687  specifying character styles rather than specifying a particular font.
8688  For example, instead of changing to an italicized version of the current
8689  font to emphasize text, you use an 
8690 \begin_inset Quotes eld
8691 \end_inset
8692
8693 emphasized style
8694 \begin_inset Quotes erd
8695 \end_inset
8696
8697  instead.
8698  This concept fits in perfectly with LyX.
8699  In LyX, you do things based on contexts, rather than focusing on typesetting
8700  details.
8701 \end_layout
8702
8703 \begin_layout Subsection
8704 Document Font and Font size
8705 \begin_inset LatexCommand label
8706 name "sub:Document-Font"
8707
8708 \end_inset
8709
8710
8711 \end_layout
8712
8713 \begin_layout Standard
8714 You can set the default font in the
8715 \family sans
8716 Document\SpecialChar \menuseparator
8717 Settings
8718 \family default
8719  dialog.
8720  The possible options for the font include 
8721 \family sans
8722 default
8723 \family default
8724  and a list of fonts available on your system.
8725  The option 
8726 \family sans
8727 default
8728 \family default
8729  uses the standard TeX fonts, known as 
8730 \begin_inset Quotes eld
8731 \end_inset
8732
8733
8734 \family typewriter
8735 Computer Modern
8736 \family default
8737
8738 \begin_inset Quotes erd
8739 \end_inset
8740
8741  (
8742 \family typewriter
8743 cm
8744 \family default
8745 ) or 
8746 \begin_inset Quotes eld
8747 \end_inset
8748
8749
8750 \family typewriter
8751 European Computer Modern
8752 \family default
8753
8754 \begin_inset Quotes erd
8755 \end_inset
8756
8757  (
8758 \family typewriter
8759 ec
8760 \family default
8761 ).
8762 \end_layout
8763
8764 \begin_layout Standard
8765 As 
8766 \family typewriter
8767 cm
8768 \family default
8769  and 
8770 \family typewriter
8771 ec
8772 \family default
8773  are bitmap fonts, they often looks pixeld in PDF output, especially when
8774  you read the PDF in a zoomed size.
8775  This problem doesn't appear if you read PDFs in 
8776 \family typewriter
8777 Acroread
8778 \family default
8779  in version 6 or later, because this program includes a special bitmap font
8780  renderer.
8781  But to get rid of pixeld fonts generally, you have to use an outline font.
8782  We will show you three possibilities to use them:
8783 \end_layout
8784
8785 \begin_layout Itemize
8786 One way is to use the 
8787 \family typewriter
8788 ae
8789 \family default
8790  font by choosing it in the 
8791 \family sans
8792 Document\SpecialChar \menuseparator
8793 Settings
8794 \family default
8795  dialog.
8796  
8797 \family typewriter
8798 ae
8799 \family default
8800  stands for 
8801 \begin_inset Quotes eld
8802 \end_inset
8803
8804 Almost European
8805 \begin_inset Quotes erd
8806 \end_inset
8807
8808  and is a virtual font.
8809  Virtual means that it 
8810 \begin_inset Quotes eld
8811 \end_inset
8812
8813 steals
8814 \begin_inset Quotes eld
8815 \end_inset
8816
8817  outline 
8818 \family typewriter
8819 cm
8820 \family default
8821 -glyphs from other fonts.
8822  This has the disadvantage that some characters are missing, like the French
8823  guillemets (
8824 \begin_inset Quotes eld
8825 \end_inset
8826
8827 «
8828 \begin_inset Quotes erd
8829 \end_inset
8830
8831  and 
8832 \begin_inset Quotes eld
8833 \end_inset
8834
8835 »
8836 \begin_inset Quotes erd
8837 \end_inset
8838
8839 )
8840 \begin_inset Foot
8841 status collapsed
8842
8843 \begin_layout Standard
8844 Loading the LaTeX-package 
8845 \family typewriter
8846 aeguill
8847 \family default
8848  with the document preamble line
8849 \end_layout
8850
8851 \begin_layout Standard
8852
8853 \series bold
8854
8855 \backslash
8856 usepackage[ec]{aeguill}
8857 \end_layout
8858
8859 \begin_layout Standard
8860 will fix the guillemet problem.
8861 \end_layout
8862
8863 \end_inset
8864
8865 .
8866  And accented characters are not 
8867 \emph on
8868 one
8869 \emph default
8870  glyph, they are build of 
8871 \emph on
8872 two
8873 \emph default
8874  characters, the accent and the letter.
8875  Therefore you can't search in documents that are created with the 
8876 \family typewriter
8877 ae
8878 \family default
8879  font for words with accented characters.
8880  E.g.
8881  if you search for the French word 
8882 \begin_inset Quotes eld
8883 \end_inset
8884
8885 rève
8886 \begin_inset Quotes erd
8887 \end_inset
8888
8889  in a PDF, you won't get any result, because the PDF-viewer searches for
8890  the glyph 
8891 \begin_inset Quotes eld
8892 \end_inset
8893
8894  è 
8895 \begin_inset Quotes erd
8896 \end_inset
8897
8898  and not for the glyph 
8899 \begin_inset Quotes eld
8900 \end_inset
8901
8902  e + 
8903 \begin_inset ERT
8904 status collapsed
8905
8906 \begin_layout Standard
8907
8908
8909 \backslash
8910 `{}
8911 \end_layout
8912
8913 \end_inset
8914
8915  
8916 \begin_inset Quotes erd
8917 \end_inset
8918
8919 .
8920 \begin_inset Note Note
8921 status collapsed
8922
8923 \begin_layout Standard
8924 The LaTeX command 
8925 \series bold
8926
8927 \backslash
8928 `
8929 \series default
8930  produces a grave.
8931  The two braces behind the command prevents the following quotation mark
8932  to be accented with the grave.
8933 \newline
8934 More about ERT and LaTeX-commands is described
8935  in section\InsetSpace ~
8936
8937 \begin_inset LatexCommand ref
8938 reference "sec:ERT"
8939
8940 \end_inset
8941
8942 .
8943 \end_layout
8944
8945 \end_inset
8946
8947  Note, that this problem appears only in the output, because LyX's screen
8948  fonts are different from the one in the output, see the last paragraph
8949  in this section.
8950 \end_layout
8951
8952 \begin_layout Itemize
8953 Another possibility is to use three different outline fonts
8954 \begin_inset Foot
8955 status collapsed
8956
8957 \begin_layout Standard
8958 Other fonts, like 
8959 \family typewriter
8960 Latin Modern
8961 \family default
8962  or 
8963 \family typewriter
8964 Computer Modern
8965 \family default
8966 , consists of these three main font types 
8967 \family sans
8968 sans\InsetSpace ~
8969 serif
8970 \family default
8971
8972 \family sans
8973 typewriter
8974 \family default
8975 , and 
8976 \family sans
8977 serif
8978 \family default
8979 .
8980 \end_layout
8981
8982 \end_inset
8983
8984
8985 \family sans
8986 helvetica
8987 \family default
8988  as sans serif font (package 
8989 \family typewriter
8990 helvet
8991 \family default
8992 ), 
8993 \family sans
8994 courier
8995 \family default
8996  for typewriter (package 
8997 \family typewriter
8998 courier
8999 \family default
9000 ), and 
9001 \family sans
9002 times
9003 \family default
9004  as serif font (package 
9005 \family typewriter
9006 mathptmx
9007 \family default
9008 ).
9009  They are loaded in the document preamble (menu 
9010 \family sans
9011 Document\SpecialChar \menuseparator
9012 Settings
9013 \family default
9014 ) with the following lines:
9015 \begin_inset VSpace medskip
9016 \end_inset
9017
9018
9019 \series bold
9020
9021 \newline
9022
9023 \backslash
9024 usepackage[scaled=0.92]{helvet} 
9025 \newline
9026
9027 \backslash
9028 usepackage{mathptmx} 
9029 \newline
9030
9031 \backslash
9032 usepackage{courier}
9033 \series default
9034
9035 \begin_inset VSpace medskip
9036 \end_inset
9037
9038
9039 \newline
9040 You also have to use 
9041 \family sans
9042 default
9043 \family default
9044  as font in the 
9045 \family sans
9046 Document\SpecialChar \menuseparator
9047 Settings
9048 \family default
9049  dialog.
9050 \newline
9051 The differences between 
9052 \family sans
9053 sans\InsetSpace ~
9054 serif
9055 \family default
9056
9057 \family sans
9058 typewriter
9059 \family default
9060  and 
9061 \family sans
9062 serif
9063 \family default
9064  fonts are explained in section\InsetSpace ~
9065
9066 \begin_inset LatexCommand ref
9067 reference "sub:Fine-Tuning-with-the"
9068
9069 \end_inset
9070
9071 .
9072 \newline
9073 The font 
9074 \family sans
9075 times
9076 \family default
9077  was originally designed for newspapers.
9078  That means its glyphs are smaller than the one from other fonts to fit
9079  into the small newspaper columns.
9080  So 
9081 \family sans
9082 times
9083 \family default
9084  is not the optimal choice for larger documents like books.
9085 \end_layout
9086
9087 \begin_layout Itemize
9088 The best solution is to use the 
9089 \begin_inset Quotes eld
9090 \end_inset
9091
9092
9093 \family typewriter
9094 Latin Modern
9095 \family default
9096
9097 \begin_inset Quotes erd
9098 \end_inset
9099
9100  (
9101 \family typewriter
9102 lm
9103 \family default
9104 ) font.
9105  This font is developed in order of the LaTeX community to replace 
9106 \family typewriter
9107 cm
9108 \family default
9109  as default font.
9110  To use the font, use 
9111 \family sans
9112 default
9113 \family default
9114  as font in the 
9115 \family sans
9116 Document\SpecialChar \menuseparator
9117 Settings
9118 \family default
9119  dialog and add the following line to the document preamble:
9120 \begin_inset VSpace medskip
9121 \end_inset
9122
9123
9124 \newline
9125
9126 \series bold
9127
9128 \backslash
9129 usepackage{lmodern}
9130 \end_layout
9131
9132 \begin_layout Standard
9133 The document font size is adjusted in the dialog 
9134 \family sans
9135 Document\SpecialChar \menuseparator
9136 Settings
9137 \family default
9138 .
9139  There are four possible values: 
9140 \family sans
9141 default, 10
9142 \family default
9143
9144 \family sans
9145 11
9146 \family default
9147 , and 
9148 \family sans
9149 12
9150 \family default
9151 .
9152  The size of 
9153 \family sans
9154 default
9155 \family default
9156  depends on your LaTeX-system, normally it is equal to the font size 10.
9157 \end_layout
9158
9159 \begin_layout Standard
9160 The font sizes are the 
9161 \emph on
9162 base size
9163 \emph default
9164 .
9165  LyX actually scales all other possible font sizes (such as those used in
9166  footnotes, super-, and subscripts) by this value.
9167  You can always fine-tune the font size of text parts from within the document
9168  if you need to.
9169  The possible font sizes for text parts are explained in section\InsetSpace ~
9170
9171 \begin_inset LatexCommand ref
9172 reference "sub:Fine-Tuning-with-the"
9173
9174 \end_inset
9175
9176 .
9177 \end_layout
9178
9179 \begin_layout Standard
9180 Note that when you choose a new font or font size, LyX does 
9181 \emph on
9182 not
9183 \emph default
9184  change the screen font.
9185  You'll only see a difference in the printed output.
9186  This is part of the WYSIWYM concept.
9187  LyX's screen fonts can be adjusted in the 
9188 \family sans
9189 Tools\SpecialChar \menuseparator
9190 Preferences
9191 \family default
9192  dialog, see chapter\InsetSpace ~
9193
9194 \begin_inset LatexCommand ref
9195 reference "cha:The-Preferences-dialog"
9196
9197 \end_inset
9198
9199 .
9200 \end_layout
9201
9202 \begin_layout Subsection
9203 Using Different Character Styles
9204 \end_layout
9205
9206 \begin_layout Standard
9207 As we've already seen, LyX automatically changes the character style for
9208  certain paragraph environments.
9209  LyX supports two character styles, 
9210 \family sans
9211 Emphasized
9212 \family default
9213  and 
9214 \family sans
9215 Noun
9216 \family default
9217 .
9218  You can activate both of these styles via keybindings, the menus, and the
9219  toolbar.
9220 \end_layout
9221
9222 \begin_layout Standard
9223 To activate the 
9224 \family sans
9225 Noun
9226 \family default
9227  style, do one of the following:
9228 \end_layout
9229
9230 \begin_layout Itemize
9231 click on the toolbar button 
9232 \begin_inset Graphics
9233         filename ../images/font-noun.xpm
9234
9235 \end_inset
9236
9237
9238 \end_layout
9239
9240 \begin_layout Itemize
9241 use the keybinding 
9242 \family sans
9243 M-c\InsetSpace ~
9244 c
9245 \end_layout
9246
9247 \begin_layout Standard
9248 These commands are all toggles.
9249  That is, if 
9250 \family sans
9251 Noun
9252 \family default
9253  style is already active, they deactivate it.
9254 \end_layout
9255
9256 \begin_layout Standard
9257 One typically uses the 
9258 \family sans
9259 Noun
9260 \family default
9261  style for proper names.
9262  For example: 
9263 \begin_inset Quotes eld
9264 \end_inset
9265
9266
9267 \noun on
9268 Matthias Ettrich
9269 \noun default
9270  is the original author of LyX.
9271 \begin_inset Quotes erd
9272 \end_inset
9273
9274
9275 \end_layout
9276
9277 \begin_layout Standard
9278 A more widely used character style is the 
9279 \family sans
9280 Emphasized
9281 \family default
9282  style.
9283  You can activate (or deactivate - it's also a toggle) the 
9284 \family sans
9285 Emphasized
9286 \family default
9287  style by:
9288 \end_layout
9289
9290 \begin_layout Itemize
9291 clicking on the toolbar button 
9292 \begin_inset Graphics
9293         filename ../images/font-emph.xpm
9294
9295 \end_inset
9296
9297
9298 \end_layout
9299
9300 \begin_layout Itemize
9301 using the keybindings 
9302 \family sans
9303 M-c\InsetSpace ~
9304 e
9305 \end_layout
9306
9307 \begin_layout Standard
9308 Normally the 
9309 \family sans
9310 Emphasized
9311 \family default
9312  style is equivalent to an italic font but some document classes or LaTeX-packag
9313 es use a different font.
9314 \end_layout
9315
9316 \begin_layout Standard
9317 We've been using the 
9318 \family sans
9319 Emphasized
9320 \family default
9321  style all over the place in this document.
9322  Here's one more example:
9323 \end_layout
9324
9325 \begin_layout Quotation
9326
9327 \emph on
9328 Don't overuse character styles!
9329 \end_layout
9330
9331 \begin_layout Standard
9332 It's also a warning in addition to an example.
9333  One's writing should parallel ordinary conversation.
9334  Since we don't all constantly scream at each other, we should also avoid
9335  the common tendency to overuse character style.
9336  
9337 \end_layout
9338
9339 \begin_layout Standard
9340 You can always reset to the default font using the keybinding 
9341 \family sans
9342 M-c\InsetSpace ~
9343 Space
9344 \family default
9345  or the dialog 
9346 \family sans
9347 Edit\SpecialChar \menuseparator
9348 Text\InsetSpace ~
9349 Style
9350 \family default
9351 .
9352 \end_layout
9353
9354 \begin_layout Subsection
9355 Fine-Tuning with the 
9356 \family sans
9357 Text Style
9358 \family default
9359  dialog
9360 \begin_inset LatexCommand label
9361 name "sub:Fine-Tuning-with-the"
9362
9363 \end_inset
9364
9365
9366 \end_layout
9367
9368 \begin_layout Standard
9369 There are always occasions when you'll need to do some fine-tuning, so LyX
9370  gives you a way to create custom character style.
9371  For example, an academic journal or a corporation may have a style sheet
9372  requiring a sans-serif font be used in certain situations.
9373  Also, writers sometimes use a different font to offset a character's thoughts
9374  from ordinary dialogue.
9375 \end_layout
9376
9377 \begin_layout Standard
9378 Before we document how to use custom character style, we want to issue a
9379  warning yet again: Don't overuse character styles! 
9380 \newline
9381 Documents that overuse
9382  different fonts and sizes are not well readable and tend to look like someone's
9383  knocked huge holes in it.
9384 \end_layout
9385
9386 \begin_layout Standard
9387 To use custom character styles, open the 
9388 \family sans
9389 Edit\SpecialChar \menuseparator
9390 Text\InsetSpace ~
9391 Style
9392 \family default
9393  dialog.
9394  There are several boxes on this dialog, each corresponding to a different
9395  font property which you can choose.
9396  You can choose an option for one of these properties, or select 
9397 \family sans
9398 No\InsetSpace ~
9399 change
9400 \family default
9401 , which keeps the current state of that property.
9402  The item 
9403 \family sans
9404 Reset
9405 \family default
9406  will reset the property to whatever is the default.
9407  You can use this to reset attributes across a bunch of different paragraph
9408  environments in a snap.
9409 \end_layout
9410
9411 \begin_layout Standard
9412 The font properties, and their options (in addition to 
9413 \family sans
9414 No\InsetSpace ~
9415 change
9416 \family default
9417  and 
9418 \family sans
9419 Reset
9420 \family default
9421 ) are:
9422 \end_layout
9423
9424 \begin_layout Labeling
9425 \labelwidthstring 00.00.0000
9426
9427 \family sans
9428 Family
9429 \family default
9430  The 
9431 \begin_inset Quotes eld
9432 \end_inset
9433
9434 overall look
9435 \begin_inset Quotes erd
9436 \end_inset
9437
9438  of the font.
9439  The possible options are:
9440 \end_layout
9441
9442 \begin_deeper
9443 \begin_layout Labeling
9444 \labelwidthstring 00.00.0000
9445
9446 \family sans
9447 Roman
9448 \family default
9449  This is the Roman font family.
9450  Normally a serif font.
9451  It's also the default family.
9452  (keybinding 
9453 \begin_inset ERT
9454 status collapsed
9455
9456 \begin_layout Standard
9457
9458
9459 \backslash
9460 mbox{
9461 \end_layout
9462
9463 \end_inset
9464
9465
9466 \family sans
9467 M-c\InsetSpace ~
9468 r
9469 \family default
9470
9471 \begin_inset ERT
9472 status collapsed
9473
9474 \begin_layout Standard
9475
9476 }
9477 \end_layout
9478
9479 \end_inset
9480
9481 )
9482 \begin_inset Note Note
9483 status collapsed
9484
9485 \begin_layout Standard
9486 The LaTeX-command prevents text to be breaked at the end of a line.
9487  It is explained in section\InsetSpace ~
9488
9489 \begin_inset LatexCommand ref
9490 reference "sub:Hyphenation"
9491
9492 \end_inset
9493
9494 .
9495 \end_layout
9496
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \begin_layout Labeling
9503 \labelwidthstring 00.00.0000
9504
9505 \family sans
9506 Sans\InsetSpace ~
9507 Serif
9508 \family default
9509  
9510 \family sans
9511 This is the Sans Serif font family.
9512
9513 \family default
9514  (keybinding 
9515 \begin_inset ERT
9516 status collapsed
9517
9518 \begin_layout Standard
9519
9520
9521 \backslash
9522 mbox{
9523 \end_layout
9524
9525 \end_inset
9526
9527
9528 \family sans
9529 M-c\InsetSpace ~
9530 s
9531 \family default
9532
9533 \begin_inset ERT
9534 status collapsed
9535
9536 \begin_layout Standard
9537
9538 }
9539 \end_layout
9540
9541 \end_inset
9542
9543 )
9544 \end_layout
9545
9546 \begin_layout Labeling
9547 \labelwidthstring 00.00.0000
9548
9549 \family sans
9550 Typewriter
9551 \family default
9552  
9553 \family typewriter
9554 This is the Typewriter font family.
9555
9556 \family default
9557  (keybinding 
9558 \begin_inset ERT
9559 status collapsed
9560
9561 \begin_layout Standard
9562
9563
9564 \backslash
9565 mbox{
9566 \end_layout
9567
9568 \end_inset
9569
9570
9571 \family sans
9572 M-c\InsetSpace ~
9573 p
9574 \family default
9575
9576 \begin_inset ERT
9577 status collapsed
9578
9579 \begin_layout Standard
9580
9581 }
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \family sans
9588 )
9589 \end_layout
9590
9591 \end_deeper
9592 \begin_layout Labeling
9593 \labelwidthstring 00.00.0000
9594
9595 \family sans
9596 Series
9597 \family default
9598  This corresponds to the print weight.
9599  Options are:
9600 \end_layout
9601
9602 \begin_deeper
9603 \begin_layout Labeling
9604 \labelwidthstring 00.00.0000
9605
9606 \family sans
9607 Medium
9608 \family default
9609  This is the Medium font series.
9610  It's also the default series.
9611 \end_layout
9612
9613 \begin_layout Labeling
9614 \labelwidthstring 00.00.0000
9615
9616 \family sans
9617 Bold
9618 \family default
9619  
9620 \series bold
9621 This is the Bold font series.
9622
9623 \series default
9624  (keybinding 
9625 \begin_inset ERT
9626 status collapsed
9627
9628 \begin_layout Standard
9629
9630
9631 \backslash
9632 mbox{
9633 \end_layout
9634
9635 \end_inset
9636
9637
9638 \family sans
9639 M-c\InsetSpace ~
9640 b
9641 \family default
9642
9643 \begin_inset ERT
9644 status collapsed
9645
9646 \begin_layout Standard
9647
9648 }
9649 \end_layout
9650
9651 \end_inset
9652
9653 )
9654 \end_layout
9655
9656 \end_deeper
9657 \begin_layout Labeling
9658 \labelwidthstring 00.00.0000
9659
9660 \family sans
9661 Shape
9662 \family default
9663  As the name implies.
9664  Options are:
9665 \end_layout
9666
9667 \begin_deeper
9668 \begin_layout Labeling
9669 \labelwidthstring 00.00.0000
9670
9671 \family sans
9672 Upright
9673 \family default
9674  This is the Upright font shape.
9675  It's also the default shape.
9676 \end_layout
9677
9678 \begin_layout Labeling
9679 \labelwidthstring 00.00.0000
9680
9681 \family sans
9682 Italic
9683 \family default
9684  
9685 \shape italic
9686 This
9687 \shape default
9688  
9689 \family sans
9690 \shape italic
9691 i
9692 \family default
9693 s the Italic font shape
9694 \shape default
9695 \emph on
9696 .
9697 \end_layout
9698
9699 \begin_layout Labeling
9700 \labelwidthstring 00.00.0000
9701
9702 \family sans
9703 Slanted
9704 \family default
9705  
9706 \shape slanted
9707 This is the Slanted font shape
9708 \shape default
9709  (although it might not be visible in LyX, this is different from italic).
9710 \end_layout
9711
9712 \begin_layout Labeling
9713 \labelwidthstring 00.00.0000
9714
9715 \family sans
9716 Small\InsetSpace ~
9717 Caps
9718 \family default
9719  
9720 \shape smallcaps
9721 This is the Small caps font shape
9722 \shape default
9723 \noun on
9724 .
9725 \end_layout
9726
9727 \end_deeper
9728 \begin_layout Labeling
9729 \labelwidthstring 00.00.0000
9730
9731 \family sans
9732 Size
9733 \family default
9734  Alters the size of the font.
9735  You'll find no numerical values here; all possible sizes are actually proportio
9736 nal to the document font size.
9737  Once again, you don't feed LyX the details, but a general description of
9738  what you want to do.
9739  The options are:
9740 \end_layout
9741
9742 \begin_deeper
9743 \begin_layout Labeling
9744 \labelwidthstring 00.00.0000
9745
9746 \family sans
9747 Tiny
9748 \family default
9749  
9750 \size tiny
9751 This is the 
9752 \begin_inset Quotes eld
9753 \end_inset
9754
9755 Tiny
9756 \begin_inset Quotes erd
9757 \end_inset
9758
9759  font size.
9760
9761 \size default
9762  (keybinding 
9763 \begin_inset ERT
9764 status collapsed
9765
9766 \begin_layout Standard
9767
9768
9769 \backslash
9770 mbox{
9771 \end_layout
9772
9773 \end_inset
9774
9775
9776 \family sans
9777 M-s\InsetSpace ~
9778 t
9779 \family default
9780
9781 \begin_inset ERT
9782 status collapsed
9783
9784 \begin_layout Standard
9785
9786 }
9787 \end_layout
9788
9789 \end_inset
9790
9791  or 
9792 \begin_inset ERT
9793 status collapsed
9794
9795 \begin_layout Standard
9796
9797
9798 \backslash
9799 mbox{
9800 \end_layout
9801
9802 \end_inset
9803
9804
9805 \family sans
9806 M-s\InsetSpace ~
9807 1
9808 \family default
9809
9810 \begin_inset ERT
9811 status collapsed
9812
9813 \begin_layout Standard
9814
9815 }
9816 \end_layout
9817
9818 \end_inset
9819
9820 )
9821 \end_layout
9822
9823 \begin_layout Labeling
9824 \labelwidthstring 00.00.0000
9825
9826 \family sans
9827 Smallest
9828 \family default
9829  
9830 \size scriptsize
9831 This is the 
9832 \begin_inset Quotes eld
9833 \end_inset
9834
9835 Smallest
9836 \begin_inset Quotes erd
9837 \end_inset
9838
9839  font size
9840 \size default
9841 .
9842  (keybinding 
9843 \begin_inset ERT
9844 status collapsed
9845
9846 \begin_layout Standard
9847
9848
9849 \backslash
9850 mbox{
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \family sans
9857 M-s\InsetSpace ~
9858
9859 \family default
9860 2
9861 \begin_inset ERT
9862 status collapsed
9863
9864 \begin_layout Standard
9865
9866 }
9867 \end_layout
9868
9869 \end_inset
9870
9871 )
9872 \end_layout
9873
9874 \begin_layout Labeling
9875 \labelwidthstring 00.00.0000
9876
9877 \family sans
9878 Smaller
9879 \family default
9880  
9881 \size footnotesize
9882 This is the 
9883 \begin_inset Quotes eld
9884 \end_inset
9885
9886 Smaller
9887 \begin_inset Quotes erd
9888 \end_inset
9889
9890  font size.
9891
9892 \size default
9893  (keybinding 
9894 \begin_inset ERT
9895 status collapsed
9896
9897 \begin_layout Standard
9898
9899
9900 \backslash
9901 mbox{
9902 \end_layout
9903
9904 \end_inset
9905
9906
9907 \family sans
9908 M-s\InsetSpace ~
9909 S
9910 \family default
9911
9912 \begin_inset ERT
9913 status collapsed
9914
9915 \begin_layout Standard
9916
9917 }
9918 \end_layout
9919
9920 \end_inset
9921
9922  or 
9923 \begin_inset ERT
9924 status collapsed
9925
9926 \begin_layout Standard
9927
9928
9929 \backslash
9930 mbox{
9931 \end_layout
9932
9933 \end_inset
9934
9935
9936 \family sans
9937 M-s\InsetSpace ~
9938
9939 \family default
9940 3
9941 \begin_inset ERT
9942 status collapsed
9943
9944 \begin_layout Standard
9945
9946 }
9947 \end_layout
9948
9949 \end_inset
9950
9951 )
9952 \end_layout
9953
9954 \begin_layout Labeling
9955 \labelwidthstring 00.00.0000
9956
9957 \family sans
9958 Small
9959 \family default
9960  
9961 \size small
9962 This is the 
9963 \begin_inset Quotes eld
9964 \end_inset
9965
9966 Small
9967 \begin_inset Quotes erd
9968 \end_inset
9969
9970  font size.
9971
9972 \size default
9973  (keybinding 
9974 \begin_inset ERT
9975 status collapsed
9976
9977 \begin_layout Standard
9978
9979
9980 \backslash
9981 mbox{
9982 \end_layout
9983
9984 \end_inset
9985
9986
9987 \family sans
9988 M-s\InsetSpace ~
9989 s
9990 \family default
9991
9992 \begin_inset ERT
9993 status collapsed
9994
9995 \begin_layout Standard
9996
9997 }
9998 \end_layout
9999
10000 \end_inset
10001
10002  or 
10003 \begin_inset ERT
10004 status collapsed
10005
10006 \begin_layout Standard
10007
10008
10009 \backslash
10010 mbox{
10011 \end_layout
10012
10013 \end_inset
10014
10015
10016 \family sans
10017 M-s\InsetSpace ~
10018
10019 \family default
10020 4
10021 \begin_inset ERT
10022 status collapsed
10023
10024 \begin_layout Standard
10025
10026 }
10027 \end_layout
10028
10029 \end_inset
10030
10031 )
10032 \end_layout
10033
10034 \begin_layout Labeling
10035 \labelwidthstring 00.00.0000
10036
10037 \family sans
10038 Normal
10039 \family default
10040  This is the 
10041 \begin_inset Quotes eld
10042 \end_inset
10043
10044 Normal
10045 \begin_inset Quotes erd
10046 \end_inset
10047
10048  font size.
10049  It's also the default size.
10050  (keybinding 
10051 \begin_inset ERT
10052 status collapsed
10053
10054 \begin_layout Standard
10055
10056
10057 \backslash
10058 mbox{
10059 \end_layout
10060
10061 \end_inset
10062
10063
10064 \family sans
10065 M-s\InsetSpace ~
10066 n
10067 \family default
10068
10069 \begin_inset ERT
10070 status collapsed
10071
10072 \begin_layout Standard
10073
10074 }
10075 \end_layout
10076
10077 \end_inset
10078
10079  or 
10080 \begin_inset ERT
10081 status collapsed
10082
10083 \begin_layout Standard
10084
10085
10086 \backslash
10087 mbox{
10088 \end_layout
10089
10090 \end_inset
10091
10092
10093 \family sans
10094 M-s\InsetSpace ~
10095
10096 \family default
10097 5
10098 \begin_inset ERT
10099 status collapsed
10100
10101 \begin_layout Standard
10102
10103 }
10104 \end_layout
10105
10106 \end_inset
10107
10108 )
10109 \end_layout
10110
10111 \begin_layout Labeling
10112 \labelwidthstring 00.00.0000
10113
10114 \family sans
10115 Large
10116 \family default
10117  
10118 \size large
10119 This is the 
10120 \begin_inset Quotes eld
10121 \end_inset
10122
10123 Large
10124 \begin_inset Quotes erd
10125 \end_inset
10126
10127  font size.
10128
10129 \size default
10130  (keybinding 
10131 \begin_inset ERT
10132 status collapsed
10133
10134 \begin_layout Standard
10135
10136
10137 \backslash
10138 mbox{
10139 \end_layout
10140
10141 \end_inset
10142
10143
10144 \family sans
10145 M-s\InsetSpace ~
10146 l
10147 \family default
10148
10149 \begin_inset ERT
10150 status collapsed
10151
10152 \begin_layout Standard
10153
10154 }
10155 \end_layout
10156
10157 \end_inset
10158
10159  or 
10160 \begin_inset ERT
10161 status collapsed
10162
10163 \begin_layout Standard
10164
10165
10166 \backslash
10167 mbox{
10168 \end_layout
10169
10170 \end_inset
10171
10172
10173 \family sans
10174 M-s\InsetSpace ~
10175
10176 \family default
10177 6
10178 \begin_inset ERT
10179 status collapsed
10180
10181 \begin_layout Standard
10182
10183 }
10184 \end_layout
10185
10186 \end_inset
10187
10188 )
10189 \end_layout
10190
10191 \begin_layout Labeling
10192 \labelwidthstring 00.00.0000
10193
10194 \family sans
10195 Larger
10196 \family default
10197  
10198 \size larger
10199 This is the 
10200 \begin_inset Quotes eld
10201 \end_inset
10202
10203 Larger
10204 \begin_inset Quotes erd
10205 \end_inset
10206
10207  font size.
10208
10209 \size default
10210  (keybinding 
10211 \begin_inset ERT
10212 status collapsed
10213
10214 \begin_layout Standard
10215
10216
10217 \backslash
10218 mbox{
10219 \end_layout
10220
10221 \end_inset
10222
10223
10224 \family sans
10225 M-s\InsetSpace ~
10226 S-L
10227 \family default
10228
10229 \begin_inset ERT
10230 status collapsed
10231
10232 \begin_layout Standard
10233
10234 }
10235 \end_layout
10236
10237 \end_inset
10238
10239  or 
10240 \begin_inset ERT
10241 status collapsed
10242
10243 \begin_layout Standard
10244
10245
10246 \backslash
10247 mbox{
10248 \end_layout
10249
10250 \end_inset
10251
10252
10253 \family sans
10254 M-s\InsetSpace ~
10255
10256 \family default
10257 7
10258 \begin_inset ERT
10259 status collapsed
10260
10261 \begin_layout Standard
10262
10263 }
10264 \end_layout
10265
10266 \end_inset
10267
10268 )
10269 \end_layout
10270
10271 \begin_layout Labeling
10272 \labelwidthstring 00.00.0000
10273
10274 \family sans
10275 Largest
10276 \family default
10277  
10278 \size largest
10279 This is the 
10280 \begin_inset Quotes eld
10281 \end_inset
10282
10283 Largest
10284 \begin_inset Quotes erd
10285 \end_inset
10286
10287  font size.
10288
10289 \size default
10290  (keybinding 
10291 \begin_inset ERT
10292 status collapsed
10293
10294 \begin_layout Standard
10295
10296
10297 \backslash
10298 mbox{
10299 \end_layout
10300
10301 \end_inset
10302
10303
10304 \family sans
10305 M-s\InsetSpace ~
10306
10307 \family default
10308 8
10309 \begin_inset ERT
10310 status collapsed
10311
10312 \begin_layout Standard
10313
10314 }
10315 \end_layout
10316
10317 \end_inset
10318
10319 )
10320 \end_layout
10321
10322 \begin_layout Labeling
10323 \labelwidthstring 00.00.0000
10324
10325 \family sans
10326 Huge
10327 \family default
10328  
10329 \size huge
10330 This is the 
10331 \begin_inset Quotes eld
10332 \end_inset
10333
10334 Huge
10335 \begin_inset Quotes erd
10336 \end_inset
10337
10338  font size.
10339
10340 \size default
10341  (keybinding 
10342 \begin_inset ERT
10343 status collapsed
10344
10345 \begin_layout Standard
10346
10347
10348 \backslash
10349 mbox{
10350 \end_layout
10351
10352 \end_inset
10353
10354
10355 \family sans
10356 M-s\InsetSpace ~
10357 h
10358 \family default
10359
10360 \begin_inset ERT
10361 status collapsed
10362
10363 \begin_layout Standard
10364
10365 }
10366 \end_layout
10367
10368 \end_inset
10369
10370  or 
10371 \begin_inset ERT
10372 status collapsed
10373
10374 \begin_layout Standard
10375
10376
10377 \backslash
10378 mbox{
10379 \end_layout
10380
10381 \end_inset
10382
10383
10384 \family sans
10385 M-s\InsetSpace ~
10386
10387 \family default
10388 9
10389 \begin_inset ERT
10390 status collapsed
10391
10392 \begin_layout Standard
10393
10394 }
10395 \end_layout
10396
10397 \end_inset
10398
10399 )
10400 \end_layout
10401
10402 \begin_layout Labeling
10403 \labelwidthstring 00.00.0000
10404
10405 \family sans
10406 Huger
10407 \family default
10408  
10409 \size giant
10410 This is the 
10411 \begin_inset Quotes eld
10412 \end_inset
10413
10414 Huger
10415 \begin_inset Quotes erd
10416 \end_inset
10417
10418  font size.
10419
10420 \size default
10421  (keybinding 
10422 \begin_inset ERT
10423 status collapsed
10424
10425 \begin_layout Standard
10426
10427
10428 \backslash
10429 mbox{
10430 \end_layout
10431
10432 \end_inset
10433
10434
10435 \family sans
10436 M-s\InsetSpace ~
10437 H
10438 \family default
10439
10440 \begin_inset ERT
10441 status collapsed
10442
10443 \begin_layout Standard
10444
10445 }
10446 \end_layout
10447
10448 \end_inset
10449
10450  or 
10451 \begin_inset ERT
10452 status collapsed
10453
10454 \begin_layout Standard
10455
10456
10457 \backslash
10458 mbox{
10459 \end_layout
10460
10461 \end_inset
10462
10463
10464 \family sans
10465 M-s\InsetSpace ~
10466
10467 \family default
10468 0
10469 \begin_inset ERT
10470 status collapsed
10471
10472 \begin_layout Standard
10473
10474 }
10475 \end_layout
10476
10477 \end_inset
10478
10479 )
10480 \end_layout
10481
10482 \end_deeper
10483 \begin_layout Standard
10484 We'll warn you 
10485 \emph on
10486 yet again
10487 \emph default
10488 : don't go crazy with this feature.
10489  You should almost never need to change the font size.
10490  LyX automatically changes the font size for different paragraph environments
10491  - use that instead.
10492  This is here for fine-tuning only!
10493 \end_layout
10494
10495 \begin_layout Labeling
10496 \labelwidthstring 00.00.0000
10497
10498 \family sans
10499 Misc
10500 \family default
10501  Here you can change a few other things at the character level.
10502  Options are:
10503 \end_layout
10504
10505 \begin_deeper
10506 \begin_layout Labeling
10507 \labelwidthstring 00.00.0000
10508
10509 \family sans
10510 Emph
10511 \family default
10512  
10513 \emph on
10514 This is text with emphasize on
10515 \emph default
10516 .
10517  This might seem like the same as 
10518 \shape italic
10519 Italic
10520 \shape default
10521 , but it is actually a bit different.
10522  Emphasized is a 
10523 \emph on
10524 logical
10525 \emph default
10526  attribute.
10527  That means every document class can define its own font used for emphasized
10528  text.
10529  Normally this font is equal to italic.
10530 \end_layout
10531
10532 \begin_layout Labeling
10533 \labelwidthstring 00.00.0000
10534
10535 \family sans
10536 Underbar
10537 \family default
10538  
10539 \bar under
10540 This is text with Underbar on.
10541
10542 \bar default
10543  (keybinding 
10544 \begin_inset ERT
10545 status collapsed
10546
10547 \begin_layout Standard
10548
10549
10550 \backslash
10551 mbox{
10552 \end_layout
10553
10554 \end_inset
10555
10556
10557 \family sans
10558 M-c\InsetSpace ~
10559 u
10560 \family default
10561
10562 \begin_inset ERT
10563 status collapsed
10564
10565 \begin_layout Standard
10566
10567 }
10568 \end_layout
10569
10570 \end_inset
10571
10572
10573 \family sans
10574 )
10575 \newline
10576
10577 \family default
10578 Avoid using underbar if you can! It's a holdover from the typewriter days,
10579  when you couldn't change fonts.
10580  We no longer need to emphasize text by underscoring characters.
10581  It's only included in LyX because some people 
10582 \emph on
10583 may
10584 \emph default
10585  need it in order to follow style sheets for journal submissions.
10586 \end_layout
10587
10588 \begin_layout Labeling
10589 \labelwidthstring 00.00.0000
10590
10591 \family sans
10592 Noun
10593 \family default
10594  
10595 \noun on
10596 This is text with Noun on.
10597
10598 \noun default
10599  Like 
10600 \family sans
10601 Emph
10602 \family default
10603 , this is a logical attribute.
10604  Normally it's equivalent to 
10605 \family sans
10606 Small\InsetSpace ~
10607 Caps
10608 \family default
10609 .
10610 \end_layout
10611
10612 \end_deeper
10613 \begin_layout Labeling
10614 \labelwidthstring 00.00.0000
10615
10616 \family sans
10617 Color
10618 \family default
10619  You can adjust the color of the text with this control.
10620  Notice that not all dvi-viewers are are able to display colors.
10621  Besides 
10622 \family sans
10623 No\InsetSpace ~
10624 color
10625 \family default
10626 , which is the default 
10627 \begin_inset Quotes eld
10628 \end_inset
10629
10630 color
10631 \begin_inset Quotes erd
10632 \end_inset
10633
10634  and means normally black, you can choose between 
10635 \family sans
10636 Black
10637 \family default
10638
10639 \family sans
10640 White
10641 \family default
10642
10643 \family sans
10644 Red
10645 \family default
10646
10647 \family sans
10648 Green
10649 \family default
10650
10651 \family sans
10652 Blue
10653 \family default
10654
10655 \family sans
10656 Cyan
10657 \family default
10658
10659 \family sans
10660 Magenta
10661 \family default
10662  and 
10663 \family sans
10664 Yellow
10665 \family default
10666  text.
10667 \end_layout
10668
10669 \begin_layout Labeling
10670 \labelwidthstring 00.00.0000
10671
10672 \family sans
10673 Language
10674 \family default
10675  This is used to mark regions of text as having a different language from
10676  the language of the document.
10677  Text marked in this way will be underlined in blue to indicate the change
10678  (only within LyX).
10679 \end_layout
10680
10681 \begin_layout Standard
10682 So you have a huge number of combinations to choose from.
10683  Once you've chosen a new character style via the 
10684 \family sans
10685 Edit\SpecialChar \menuseparator
10686 Text\InsetSpace ~
10687 Style
10688 \family default
10689  dialog, the settings are saved.
10690  You can activate them using the toolbar button 
10691 \begin_inset Graphics
10692         filename ../images/font-free-apply.xpm
10693
10694 \end_inset
10695
10696 .
10697  The button lets you toggle the state of your custom character style even
10698  when the dialog isn't visible.
10699  
10700 \end_layout
10701
10702 \begin_layout Standard
10703 To completely reset the character style to the default, use 
10704 \family sans
10705 M-c\InsetSpace ~
10706 Space
10707 \family default
10708 .
10709  If you want to toggle only those properties that you have just changed
10710  (suppose you just set the shape to 
10711 \begin_inset Quotes eld
10712 \end_inset
10713
10714 slanted
10715 \begin_inset Quotes erd
10716 \end_inset
10717
10718  and the series to 
10719 \begin_inset Quotes eld
10720 \end_inset
10721
10722 bold
10723 \begin_inset Quotes erd
10724 \end_inset
10725
10726 ), set the 
10727 \family sans
10728 Toggle\InsetSpace ~
10729 all
10730 \family default
10731  switch and press 
10732 \family sans
10733 Apply
10734 \family default
10735 .
10736 \end_layout
10737
10738 \begin_layout Standard
10739 You should also know something about the differences between the three main
10740  font types 
10741 \family sans
10742 serif
10743 \family default
10744
10745 \family sans
10746 sans\InsetSpace ~
10747 serif
10748 \family default
10749 , and 
10750 \family sans
10751 typewriter
10752 \family default
10753 :
10754 \end_layout
10755
10756 \begin_layout Itemize
10757
10758 \family sans
10759 Typewriter
10760 \family default
10761  is a so called 
10762 \begin_inset Quotes eld
10763 \end_inset
10764
10765 monospaced
10766 \begin_inset Quotes erd
10767 \end_inset
10768
10769  font, that means every character has the same width, the 
10770 \begin_inset Quotes eld
10771 \end_inset
10772
10773 i
10774 \begin_inset Quotes erd
10775 \end_inset
10776
10777  is as wide as the 
10778 \begin_inset Quotes eld
10779 \end_inset
10780
10781 m
10782 \begin_inset Quotes erd
10783 \end_inset
10784
10785 .
10786  Here is an example
10787 \newline
10788
10789 \begin_inset ERT
10790 status collapsed
10791
10792 \begin_layout Standard
10793
10794
10795 \backslash
10796 phantom{
10797 \end_layout
10798
10799 \end_inset
10800
10801 no 
10802 \begin_inset ERT
10803 status collapsed
10804
10805 \begin_layout Standard
10806
10807 }
10808 \end_layout
10809
10810 \end_inset
10811
10812
10813 \family typewriter
10814 typewriter text
10815 \family default
10816
10817 \begin_inset Note Note
10818 status collapsed
10819
10820 \begin_layout Standard
10821 For more on phantoms see section\InsetSpace ~
10822
10823 \begin_inset LatexCommand ref
10824 reference "sub:Other-space-variants"
10825
10826 \end_inset
10827
10828 .
10829 \end_layout
10830
10831 \end_inset
10832
10833
10834 \newline
10835 no typewriter text
10836 \end_layout
10837
10838 \begin_layout Itemize
10839
10840 \family sans
10841 Serif
10842 \family default
10843  fonts use characters with serifs.
10844  These are the small 
10845 \begin_inset Quotes eld
10846 \end_inset
10847
10848 appendices
10849 \begin_inset Quotes erd
10850 \end_inset
10851
10852  at all ends of of the streaks that form the character.
10853  The following example will show the difference:
10854 \newline
10855 text with serifs
10856 \newline
10857
10858 \family sans
10859 text without serifs
10860 \family default
10861
10862 \newline
10863 Serifs facilitates an easy and fast reading.
10864  They are therefore used as default font (named 
10865 \family sans
10866 roman
10867 \family default
10868 ).
10869 \end_layout
10870
10871 \begin_layout Itemize
10872
10873 \family sans
10874 Sans serif
10875 \family default
10876  don't use serifs.
10877  This font type is therefore often used for headings and short texts.
10878  We use it in this document to highlight menu names.
10879 \end_layout
10880
10881 \begin_layout Standard
10882 We conclude with the same warning once again: Don't overuse the fonts.
10883  They are, more often than not, a kludge and a bad substitute for good writing.
10884 \end_layout
10885
10886 \begin_layout Section
10887 Printing and Previewing
10888 \end_layout
10889
10890 \begin_layout Subsection
10891 Overview
10892 \end_layout
10893
10894 \begin_layout Standard
10895 Now that we've covered some of the basic features of document preparation
10896  using LyX, you probably want to know how to print out your masterpiece.
10897  Before we tell you that, we want to give you a quick explanation of what
10898  goes on behind-the-scenes.
10899  We cover these informations in much greater detail in the 
10900 \emph on
10901 Extended Features
10902 \emph default
10903  manual as well.
10904 \end_layout
10905
10906 \begin_layout Standard
10907 LyX uses the program LaTeX as its backend.
10908  LaTeX is just a macro package for the TeX typesetting system, but to prevent
10909  confusion, we'll only refer to LaTeX.
10910  LyX is what you use to do your actual writing.
10911  Then, LyX calls LaTeX to turn your writing into printable output.
10912  This happens in two stages:
10913 \end_layout
10914
10915 \begin_layout Enumerate
10916 First, LyX converts your document to a series of text commands for LaTeX,
10917  generating a file with the extension, 
10918 \begin_inset Quotes eld
10919 \end_inset
10920
10921
10922 \family typewriter
10923 .tex
10924 \family default
10925
10926 \begin_inset Quotes erd
10927 \end_inset
10928
10929 .
10930 \end_layout
10931
10932 \begin_layout Enumerate
10933 Next, LaTeX uses the commands in the 
10934 \family typewriter
10935 .tex
10936 \family default
10937  file to produce printable output.
10938  
10939 \end_layout
10940
10941 \begin_layout Subsection
10942 Output file formats
10943 \begin_inset LatexCommand index
10944 name "File formats"
10945
10946 \end_inset
10947
10948
10949 \begin_inset LatexCommand label
10950 name "sub:Output-file-formats"
10951
10952 \end_inset
10953
10954
10955 \end_layout
10956
10957 \begin_layout Subsubsection
10958 ASCII
10959 \begin_inset LatexCommand index
10960 name "File formats ! ASCII"
10961
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \begin_layout Standard
10968 This file type has the extension 
10969 \begin_inset Quotes eld
10970 \end_inset
10971
10972
10973 \family typewriter
10974 .txt
10975 \family default
10976
10977 \begin_inset Quotes erd
10978 \end_inset
10979
10980 .
10981  It contains your document as plain text following the rules of the 
10982 \begin_inset Quotes eld
10983 \end_inset
10984
10985 American Standard Code for Information Interchange
10986 \begin_inset Quotes erd
10987 \end_inset
10988
10989  (ASCII).
10990 \end_layout
10991
10992 \begin_layout Standard
10993 You can export your document to ASCII by the menu 
10994 \family sans
10995 File\SpecialChar \menuseparator
10996 Export\SpecialChar \menuseparator
10997 ASCII
10998 \family default
10999 .
11000 \end_layout
11001
11002 \begin_layout Subsubsection
11003 LaTeX
11004 \begin_inset LatexCommand index
11005 name "File formats ! LaTeX"
11006
11007 \end_inset
11008
11009
11010 \end_layout
11011
11012 \begin_layout Standard
11013 This file type has the extension 
11014 \begin_inset Quotes eld
11015 \end_inset
11016
11017
11018 \family typewriter
11019 .tex
11020 \family default
11021
11022 \begin_inset Quotes erd
11023 \end_inset
11024
11025  and contains all commands that are necessary for the LaTeX program to process
11026  your document.
11027  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
11028  it manually with console commands.
11029  The LaTeX-file is automatically created in LyX's temporary directory whenever
11030  you view or export your document.
11031 \end_layout
11032
11033 \begin_layout Standard
11034 You can export your document as LaTeX-file using the menu 
11035 \family sans
11036 File\SpecialChar \menuseparator
11037 Export\SpecialChar \menuseparator
11038 LaT
11039 \begin_inset ERT
11040 status collapsed
11041
11042 \begin_layout Standard
11043
11044 {}
11045 \end_layout
11046
11047 \end_inset
11048
11049 eX
11050 \family default
11051 .
11052 \end_layout
11053
11054 \begin_layout Subsubsection
11055 DVI
11056 \begin_inset LatexCommand index
11057 name "File formats ! DVI"
11058
11059 \end_inset
11060
11061
11062 \end_layout
11063
11064 \begin_layout Standard
11065 This file type has the extension 
11066 \begin_inset Quotes eld
11067 \end_inset
11068
11069
11070 \family typewriter
11071 .dvi
11072 \family default
11073
11074 \begin_inset Quotes erd
11075 \end_inset
11076
11077 .
11078  It is called 
11079 \begin_inset Quotes eld
11080 \end_inset
11081
11082 device-independent
11083 \begin_inset Quotes erd
11084 \end_inset
11085
11086  (DVI), because it is completely portable; you can move them from one machine
11087  to another without needing to do any sort of conversion.
11088  At the time when this file-format was developed, this was no matter of
11089  course.
11090  DVIs are used for quick previews and as pre-stage for other output formats,
11091  like PostScript.
11092 \end_layout
11093
11094 \begin_layout Standard
11095 NOTE: The DVI file doesn't contain images, they will only be a linked.
11096  So don't forget this, if you move your 
11097 \family typewriter
11098 .dvi
11099 \family default
11100  file to another computer.
11101  This property can also slow down your computer when you view the DVI.
11102  Because the DVI-viewer has to convert the image in the background to make
11103  it visible when you scroll in the DVI.
11104  So we recommend to use PDF for files with many images.
11105 \end_layout
11106
11107 \begin_layout Standard
11108 You can export your document to DVI by the menu 
11109 \family sans
11110 File\SpecialChar \menuseparator
11111 Export\SpecialChar \menuseparator
11112 DVI
11113 \family default
11114 .
11115 \end_layout
11116
11117 \begin_layout Subsubsection
11118 PostScript
11119 \begin_inset LatexCommand index
11120 name "File formats ! PostScript"
11121
11122 \end_inset
11123
11124
11125 \end_layout
11126
11127 \begin_layout Standard
11128 This file type has the extension 
11129 \begin_inset Quotes eld
11130 \end_inset
11131
11132
11133 \family typewriter
11134 .ps
11135 \family default
11136
11137 \begin_inset Quotes erd
11138 \end_inset
11139
11140 .
11141  PostScript was developed by the company 
11142 \family typewriter
11143 Adobe
11144 \family default
11145  as printer language.
11146  The file contains therefore commands that the printer uses to print the
11147  file.
11148  PostScript can be seen as 
11149 \begin_inset Quotes eld
11150 \end_inset
11151
11152 programming language
11153 \begin_inset Quotes erd
11154 \end_inset
11155
11156 ; you can calculate with it and draw diagrams and images
11157 \begin_inset Foot
11158 status collapsed
11159
11160 \begin_layout Standard
11161 If you are interested to learn more about this, have a look at the LaTeX-package
11162  
11163 \family typewriter
11164 pstricks
11165 \family default
11166 .
11167 \end_layout
11168
11169 \end_inset
11170
11171 .
11172  Due to this ability, the files are often bigger than PDFs.
11173 \end_layout
11174
11175 \begin_layout Standard
11176 PostScript can only contain images in the format 
11177 \begin_inset Quotes eld
11178 \end_inset
11179
11180 Encapsulated PostScript
11181 \begin_inset Quotes erd
11182 \end_inset
11183
11184  (EPS, file extension 
11185 \begin_inset Quotes eld
11186 \end_inset
11187
11188
11189 \family typewriter
11190 .eps
11191 \family default
11192
11193 \begin_inset Quotes erd
11194 \end_inset
11195
11196 ).
11197  As LyX allows you to use any known image format in your document, it has
11198  to convert them in the background to EPS.
11199  If you have e.g 50 images in your document, LyX has to do 50 conversions
11200  whenever you view or export your document.
11201  This will slow down your workflow with LyX drastically.
11202  So if you plan to use PostScript, you can insert your images directly as
11203  EPS to avoid this problem.
11204 \end_layout
11205
11206 \begin_layout Standard
11207 You can export your document to PostScript using the menu 
11208 \family sans
11209 File\SpecialChar \menuseparator
11210 Export\SpecialChar \menuseparator
11211 PostScript
11212 \family default
11213 .
11214 \end_layout
11215
11216 \begin_layout Subsubsection
11217 PDF
11218 \begin_inset LatexCommand index
11219 name "File formats ! PDF"
11220
11221 \end_inset
11222
11223
11224 \begin_inset LatexCommand index
11225 name "PDF"
11226
11227 \end_inset
11228
11229
11230 \end_layout
11231
11232 \begin_layout Standard
11233 This file type has the extension 
11234 \begin_inset Quotes eld
11235 \end_inset
11236
11237
11238 \family typewriter
11239 .pdf
11240 \family default
11241
11242 \begin_inset Quotes erd
11243 \end_inset
11244
11245 .
11246  The 
11247 \begin_inset Quotes eld
11248 \end_inset
11249
11250 Portable Document Format
11251 \begin_inset Quotes erd
11252 \end_inset
11253
11254  (PDF) is developed by 
11255 \family typewriter
11256 Adobe
11257 \family default
11258  as derivative from PostScript.
11259  It is more compressed and it uses much less commands than PostScript.
11260  As the name 
11261 \begin_inset Quotes eld
11262 \end_inset
11263
11264 portable
11265 \begin_inset Quotes erd
11266 \end_inset
11267
11268  implies, it can be processed at any computer system and the printed output
11269  looks exactly the same.
11270 \end_layout
11271
11272 \begin_layout Standard
11273 PDF can contain images in its own PDF format and in the formats 
11274 \begin_inset Quotes eld
11275 \end_inset
11276
11277 Joint Photographic Experts Group
11278 \begin_inset Quotes erd
11279 \end_inset
11280
11281  (JPG, file extension 
11282 \begin_inset Quotes eld
11283 \end_inset
11284
11285
11286 \family typewriter
11287 .jpg
11288 \family default
11289
11290 \begin_inset Quotes erd
11291 \end_inset
11292
11293  or 
11294 \begin_inset Quotes eld
11295 \end_inset
11296
11297
11298 \family typewriter
11299 .jpeg
11300 \family default
11301
11302 \begin_inset Quotes erd
11303 \end_inset
11304
11305 ) and 
11306 \begin_inset Quotes eld
11307 \end_inset
11308
11309 Portable Network Graphics
11310 \begin_inset Quotes erd
11311 \end_inset
11312
11313  (PNG, file extension 
11314 \begin_inset Quotes eld
11315 \end_inset
11316
11317
11318 \family typewriter
11319 .png
11320 \family default
11321
11322 \begin_inset Quotes erd
11323 \end_inset
11324
11325 ).
11326  You can although use any other image format, because LyX converts them
11327  in the background to one of these formats.
11328  But as described in the section about PostScript, the image conversion
11329  will slow down your workflow.
11330  So we recommend to use images in one of the three mentioned formats.
11331 \end_layout
11332
11333 \begin_layout Standard
11334 You can export your document to PDF via the menu 
11335 \family sans
11336 File\SpecialChar \menuseparator
11337 Export
11338 \family default
11339  in three different ways:
11340 \end_layout
11341
11342 \begin_layout Description
11343 PDF This uses the program 
11344 \family typewriter
11345 ps2pdf
11346 \family default
11347  that creates a PDF from a PostScript-version of your file.
11348  The PostScript-version is produced by the program 
11349 \family typewriter
11350 dvips
11351 \family default
11352  which uses a DVI-version as intermediate step.
11353  So this export variant consist of three conversions.
11354 \end_layout
11355
11356 \begin_layout Description
11357 PDF\InsetSpace ~
11358 (dvipdfm) This uses the program 
11359 \family typewriter
11360 dvipdfm
11361 \family default
11362  that converts your file in the background to DVI and in a second step to
11363  PDF.
11364 \end_layout
11365
11366 \begin_layout Description
11367 PDF\InsetSpace ~
11368 (pdflatex) This uses the program 
11369 \family typewriter
11370 pdftex
11371 \family default
11372  that converts your file directly to PDF.
11373 \end_layout
11374
11375 \begin_layout Standard
11376 We recommend to use 
11377 \family sans
11378 PDF\InsetSpace ~
11379 (pdflatex)
11380 \family default
11381  because 
11382 \family typewriter
11383 pdftex
11384 \family default
11385  supports all features of actual PDF-versions, is quick and works stable
11386  without problems.
11387  The program 
11388 \family typewriter
11389 dvipdfm
11390 \family default
11391  is no more under development and therefore a bit outdated.
11392 \end_layout
11393
11394 \begin_layout Subsection
11395 Previewing
11396 \begin_inset LatexCommand index
11397 name "Document ! Preview "
11398
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \begin_layout Standard
11405 To get a look at the final version of your document, with all of the pagebreaks
11406  in place, the footnotes correctly numbered, and so on, use the menu 
11407 \family sans
11408 View
11409 \family default
11410  and choose a file type.
11411  A viewing program will popup showing the output.
11412  For 
11413 \family sans
11414 View\SpecialChar \menuseparator
11415 DVI
11416 \family default
11417  you can use the toolbar button 
11418 \begin_inset Graphics
11419         filename ../images/buffer-view_dvi.xpm
11420
11421 \end_inset
11422
11423  (shortcut 
11424 \family sans
11425 C-d
11426 \family default
11427 ), for 
11428 \family sans
11429 View\SpecialChar \menuseparator
11430 PDF\InsetSpace ~
11431 (pdflatex)
11432 \family default
11433  you can use the toolbar button 
11434 \begin_inset Graphics
11435         filename ../images/buffer-export_pdf2.xpm
11436
11437 \end_inset
11438
11439 .
11440 \end_layout
11441
11442 \begin_layout Standard
11443 If you have changed your document, you can refresh the output in the same
11444  viewer window using the menu 
11445 \family sans
11446 View\SpecialChar \menuseparator
11447 Update
11448 \family default
11449 .
11450 \end_layout
11451
11452 \begin_layout Standard
11453 When you preview a file, the output file is only generated in LyX's temporary
11454  directory.
11455  To have a real output, export your document.
11456 \end_layout
11457
11458 \begin_layout Subsection
11459 Printing the File from within LyX
11460 \begin_inset LatexCommand label
11461 name "sub:Printing-the-File"
11462
11463 \end_inset
11464
11465
11466 \end_layout
11467
11468 \begin_layout Standard
11469 Instead of exporting your file and then printing them, you can also print
11470  it directly from within LyX.
11471  To print a file, select the menu 
11472 \family sans
11473 File\SpecialChar \menuseparator
11474 Print
11475 \family default
11476  or click on the toolbar button 
11477 \begin_inset Graphics
11478         filename ../images/dialog-show_print.xpm
11479
11480 \end_inset
11481
11482 .
11483  LyX will internally call LaTeX to produce a DVI.
11484  This file is then processed by the program 
11485 \family typewriter
11486 dvips
11487 \family default
11488  to PostScript-file, which is finally printed using the program 
11489 \family typewriter
11490 ghostscript
11491 \family default
11492 .
11493  Due to these steps in the background, this method is not the fastest.
11494 \end_layout
11495
11496 \begin_layout Standard
11497 You can choose to print only even-numbered or odd-numbered pages - this
11498  is useful for printing on two sides: You can re-insert the pages after
11499  printing one set to print on the other side.
11500  Some printers spit out pages face-up, others, face-down.
11501  By choosing a particular order to print in, you can take the entire stack
11502  of pages out of the printer without needing to reorder them.
11503 \end_layout
11504
11505 \begin_layout Standard
11506 You can set the parameters in the 
11507 \family sans
11508 Print\InsetSpace ~
11509 Destination
11510 \family default
11511  box as follows:
11512 \end_layout
11513
11514 \begin_layout Labeling
11515 \labelwidthstring 00.00.0000
11516
11517 \family sans
11518 Printer
11519 \family default
11520  This is the name of the printer to print to
11521 \begin_inset Foot
11522 status collapsed
11523
11524 \begin_layout Standard
11525 Note that this printer name is for the program 
11526 \family typewriter
11527 dvips
11528 \family default
11529 .
11530  That means 
11531 \family typewriter
11532 dvips
11533 \family default
11534  has to be configured for this printer name.
11535  The default printer can be set in LyX's preferences dialog, see chapter\InsetSpace ~
11536
11537 \begin_inset LatexCommand ref
11538 reference "cha:The-Preferences-dialog"
11539
11540 \end_inset
11541
11542 .
11543 \end_layout
11544
11545 \end_inset
11546
11547 .
11548  The printer should understand PostScript.
11549 \end_layout
11550
11551 \begin_layout Labeling
11552 \labelwidthstring 00.00.0000
11553
11554 \family sans
11555 File
11556 \family default
11557  The name of a file to print to.
11558  The output will be a PostScript file.
11559  It will be written in LyX's working directory unless you specify the full
11560  path.
11561 \end_layout
11562
11563 \begin_layout Section
11564 A few Words about Typography
11565 \begin_inset LatexCommand index
11566 name "Typography"
11567
11568 \end_inset
11569
11570
11571 \end_layout
11572
11573 \begin_layout Subsection
11574 Hyphens
11575 \begin_inset LatexCommand index
11576 name "Hyphens"
11577
11578 \end_inset
11579
11580
11581 \begin_inset LatexCommand label
11582 name "sec:hyphens"
11583
11584 \end_inset
11585
11586
11587 \end_layout
11588
11589 \begin_layout Standard
11590 In LyX, the 
11591 \begin_inset Quotes eld
11592 \end_inset
11593
11594
11595 \family typewriter
11596 -
11597 \family default
11598
11599 \begin_inset Quotes eld
11600 \end_inset
11601
11602  character comes in three lengths, often called the 
11603 \emph on
11604 hyphen
11605 \emph default
11606 , the 
11607 \emph on
11608 en dash
11609 \emph default
11610 , and the 
11611 \emph on
11612 em dash
11613 \emph default
11614 :
11615 \end_layout
11616
11617 \begin_layout Enumerate
11618 hyphen
11619 \hfill
11620 -
11621 \hfill
11622 made with 
11623 \begin_inset Quotes eld
11624 \end_inset
11625
11626
11627 \family typewriter
11628 -
11629 \family default
11630
11631 \begin_inset Quotes eld
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \begin_layout Enumerate
11638 en dash
11639 \hfill
11640 --
11641 \hfill
11642 made with 
11643 \begin_inset Quotes eld
11644 \end_inset
11645
11646
11647 \family typewriter
11648 -
11649 \begin_inset ERT
11650 status collapsed
11651
11652 \begin_layout Standard
11653
11654
11655 \backslash
11656 /
11657 \end_layout
11658
11659 \end_inset
11660
11661 -
11662 \family default
11663
11664 \begin_inset Quotes eld
11665 \end_inset
11666
11667
11668 \end_layout
11669
11670 \begin_layout Enumerate
11671 em dash
11672 \hfill
11673 ---
11674 \hfill
11675 made with 
11676 \begin_inset Quotes eld
11677 \end_inset
11678
11679
11680 \family typewriter
11681 -
11682 \begin_inset ERT
11683 status collapsed
11684
11685 \begin_layout Standard
11686
11687
11688 \backslash
11689 /
11690 \end_layout
11691
11692 \end_inset
11693
11694 -
11695 \begin_inset ERT
11696 status collapsed
11697
11698 \begin_layout Standard
11699
11700
11701 \backslash
11702 /
11703 \end_layout
11704
11705 \end_inset
11706
11707 -
11708 \family default
11709
11710 \begin_inset Quotes eld
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \begin_layout Enumerate
11717 minus sign
11718 \hfill
11719
11720 \begin_inset Formula $-$
11721 \end_inset
11722
11723
11724 \hfill
11725
11726 \begin_inset Quotes eld
11727 \end_inset
11728
11729
11730 \family typewriter
11731 -
11732 \family default
11733
11734 \begin_inset Quotes eld
11735 \end_inset
11736
11737  in math mode
11738 \end_layout
11739
11740 \begin_layout Standard
11741 You generate them by inserting the 
11742 \begin_inset Quotes eld
11743 \end_inset
11744
11745
11746 \family typewriter
11747 -
11748 \family default
11749
11750 \begin_inset Quotes eld
11751 \end_inset
11752
11753  character multiple times in a row.
11754  They are automatically converted to the appropriate length dash in the
11755  final output, but not in LyX.
11756 \end_layout
11757
11758 \begin_layout Standard
11759 The three dash types are distinct from the minus sign, which appears in
11760  math mode and has a length of its own.
11761  Here are some examples of the 
11762 \begin_inset Quotes eld
11763 \end_inset
11764
11765
11766 \family typewriter
11767 -
11768 \family default
11769
11770 \begin_inset Quotes eld
11771 \end_inset
11772
11773  in use:
11774 \end_layout
11775
11776 \begin_layout Enumerate
11777 line- and page-breaks
11778 \hfill
11779 (
11780 \emph on
11781 hyphen
11782 \emph default
11783 )
11784 \end_layout
11785
11786 \begin_layout Enumerate
11787 From A--Z
11788 \hfill
11789 (
11790 \emph on
11791 en dash
11792 \emph default
11793 )
11794 \end_layout
11795
11796 \begin_layout Enumerate
11797 Oh --- there's a dash.
11798 \hfill
11799 (
11800 \emph on
11801 em dash
11802 \emph default
11803 )
11804 \end_layout
11805
11806 \begin_layout Enumerate
11807 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
11808 \end_inset
11809
11810
11811 \hfill
11812 (
11813 \emph on
11814 minus sign
11815 \emph default
11816 )
11817 \end_layout
11818
11819 \begin_layout Subsection
11820 Hyphenation
11821 \begin_inset LatexCommand index
11822 name "Hyphenation"
11823
11824 \end_inset
11825
11826
11827 \begin_inset LatexCommand label
11828 name "sub:Hyphenation"
11829
11830 \end_inset
11831
11832
11833 \end_layout
11834
11835 \begin_layout Standard
11836 Words aren't hyphenated within LyX but automatically in the output.
11837  Hyphenation is done by the LaTeX-package babel following the rules of the
11838  document language
11839 \begin_inset Foot
11840 status collapsed
11841
11842 \begin_layout Standard
11843 For German readers: That's one of the main differences between the languages
11844  
11845 \family sans
11846 German
11847 \family default
11848  and 
11849 \family sans
11850 German\InsetSpace ~
11851 (new\InsetSpace ~
11852 spelling)
11853 \family default
11854  in the 
11855 \family sans
11856 Document\SpecialChar \menuseparator
11857 Settings
11858 \family default
11859  dialog.
11860 \end_layout
11861
11862 \end_inset
11863
11864 .
11865 \end_layout
11866
11867 \begin_layout Standard
11868 LaTeX hyphenates nearly perfectly, it has only problems with text in the
11869  font 
11870 \family sans
11871 typewriter
11872 \family default
11873  and with unusual constructs, like 
11874 \begin_inset Quotes eld
11875 \end_inset
11876
11877 h3knix/m0n0wall
11878 \begin_inset Quotes erd
11879 \end_inset
11880
11881 .
11882  If LaTeX can't break a word correctly, you can set hyphenation points manually.
11883  This is done with the menu 
11884 \family sans
11885 Insert\SpecialChar \menuseparator
11886 Formatting\SpecialChar \menuseparator
11887 Hyphenation\InsetSpace ~
11888 Point
11889 \family default
11890 .
11891  These extra hyphenation points are only recommendations to LaTeX.
11892  If no hyphenation is necessary, LaTeX will ignore them.
11893 \end_layout
11894
11895 \begin_layout Standard
11896 Sometimes you want to prevent words or constructs to be hyphenated.
11897  The keybindings/shortcuts in this document consists of three letters with
11898  a hyphen and a space in the form 
11899 \begin_inset Quotes eld
11900 \end_inset
11901
11902 A-b c
11903 \begin_inset Quotes erd
11904 \end_inset
11905
11906 .
11907  LaTeX finds there the hyphen 
11908 \begin_inset Quotes eld
11909 \end_inset
11910
11911 -
11912 \begin_inset Quotes erd
11913 \end_inset
11914
11915  as hyphenation possibility.
11916  Hyphenating at this point would look ugly.
11917  To prevent the shortcut from being hyphenated, we can put it in the argument
11918  of the LaTeX-box-command 
11919 \series bold
11920
11921 \backslash
11922 mbox
11923 \series default
11924 , because text within LaTeX-boxes can't be hyphenated.
11925  As LyX doesn't support 
11926 \series bold
11927
11928 \backslash
11929 mbox
11930 \series default
11931 , we have to use ERT.
11932  The result looks in LyX like:
11933 \end_layout
11934
11935 \begin_layout Standard
11936 \begin_inset Graphics
11937         filename clipart/mbox.png
11938
11939 \end_inset
11940
11941
11942 \end_layout
11943
11944 \begin_layout Standard
11945 To learn more about ERT, have a look at section\InsetSpace ~
11946
11947 \begin_inset LatexCommand ref
11948 reference "sec:ERT"
11949
11950 \end_inset
11951
11952 .
11953 \end_layout
11954
11955 \begin_layout Subsection
11956 Punctuation Marks
11957 \begin_inset LatexCommand index
11958 name "Punctuation marks"
11959
11960 \end_inset
11961
11962
11963 \end_layout
11964
11965 \begin_layout Subsubsection
11966 Abbreviations and End of Sentence
11967 \begin_inset LatexCommand label
11968 name "sec:abbrev"
11969
11970 \end_inset
11971
11972
11973 \end_layout
11974
11975 \begin_layout Standard
11976 When LyX calls LaTeX to generate the final version of your document, LaTeX
11977  automatically distinguishes between words, sentences, and abbreviations.
11978  LaTeX then adds the 
11979 \begin_inset Quotes eld
11980 \end_inset
11981
11982 appropriate amount of space
11983 \begin_inset Quotes erd
11984 \end_inset
11985
11986 .
11987  That means sentences get a little bit more space between the period and
11988  the next word.
11989  Abbreviations get the same amount of space after the period as a word uses.
11990 \end_layout
11991
11992 \begin_layout Standard
11993 Unfortunately, the algorithm for figuring out what's an abbreviation works
11994  not for all cases.
11995  If a 
11996 \begin_inset Quotes eld
11997 \end_inset
11998
11999
12000 \family typewriter
12001 .
12002 \family default
12003
12004 \begin_inset Quotes erd
12005 \end_inset
12006
12007  is at the end of a lowercase letter, it's the end of a sentence; if it's
12008  at the end of a capitalized letter, it's an abbreviation.
12009 \end_layout
12010
12011 \begin_layout Standard
12012 Here are some examples of 
12013 \emph on
12014 correct
12015 \emph default
12016  abbreviations and the end of a sentence:
12017 \end_layout
12018
12019 \begin_layout Itemize
12020 M.
12021  Butterfly
12022 \end_layout
12023
12024 \begin_layout Itemize
12025 Don't worry.
12026  Be happy.
12027 \end_layout
12028
12029 \begin_layout Standard
12030 And here's an example of the algorithm going wrong:
12031 \end_layout
12032
12033 \begin_layout Itemize
12034 e.
12035  g.
12036  this is too much space!
12037 \end_layout
12038
12039 \begin_layout Itemize
12040 This is I.
12041  It's okay.
12042 \end_layout
12043
12044 \begin_layout Standard
12045 You won't see anything wrong until you view a final version of your document.
12046 \end_layout
12047
12048 \begin_layout Standard
12049 To fix this problem, use one of the following:
12050 \end_layout
12051
12052 \begin_layout Enumerate
12053 Use a 
12054 \family sans
12055 Protected\InsetSpace ~
12056 Blank
12057 \family default
12058  after lowercase abbreviations (see section\InsetSpace ~
12059
12060 \begin_inset LatexCommand ref
12061 reference "sub:Protected-blanks"
12062
12063 \end_inset
12064
12065 ).
12066 \end_layout
12067
12068 \begin_layout Enumerate
12069 Use an 
12070 \family sans
12071 End\InsetSpace ~
12072 of\InsetSpace ~
12073 sentence
12074 \family default
12075  found under the 
12076 \family sans
12077 Insert\SpecialChar \menuseparator
12078 Special\InsetSpace ~
12079 Character
12080 \family default
12081  menu (shortcut 
12082 \family sans
12083 C-period
12084 \family default
12085 ) to force the use of inter-sentence spacing.
12086 \end_layout
12087
12088 \begin_layout Standard
12089 With the corrections, our earlier examples look like this:
12090 \end_layout
12091
12092 \begin_layout Itemize
12093 e.\InsetSpace ~
12094 g.\InsetSpace ~
12095 this is too much space!
12096 \end_layout
12097
12098 \begin_layout Itemize
12099 This is I\SpecialChar \@.
12100  It's okay.
12101 \end_layout
12102
12103 \begin_layout Standard
12104 Some languages don't use extra spacing between sentences.
12105  If your language is such a language, you don't need to worry, because the
12106  LaTeX will care about this.
12107 \end_layout
12108
12109 \begin_layout Standard
12110 For those that do need to bother, there is help to catch those sneaky errors:
12111  check out the 
12112 \family sans
12113 Tools\SpecialChar \menuseparator
12114 Check\InsetSpace ~
12115 TeX
12116 \family default
12117  feature described in 
12118 \emph on
12119 Extended Editing
12120 \emph default
12121 .
12122 \end_layout
12123
12124 \begin_layout Subsubsection
12125 Quotes
12126 \begin_inset LatexCommand index
12127 name "Typography ! Quotes"
12128
12129 \end_inset
12130
12131
12132 \begin_inset LatexCommand index
12133 name "Quotes | see{Typography}"
12134
12135 \end_inset
12136
12137
12138 \begin_inset LatexCommand label
12139 name "sec:quotes"
12140
12141 \end_inset
12142
12143
12144 \end_layout
12145
12146 \begin_layout Standard
12147 LyX usually sets quotes correctly.
12148  Specifically, it will use an opening quote at the beginning of quoted text,
12149  and use a closing quote at the end.
12150  For example, 
12151 \begin_inset Quotes eld
12152 \end_inset
12153
12154 open close
12155 \begin_inset Quotes erd
12156 \end_inset
12157
12158 .
12159  The keyboard character, 
12160 \family sans
12161 "
12162 \family default
12163 , generates this automatically.
12164 \end_layout
12165
12166 \begin_layout Standard
12167 You can change the behavior of the 
12168 \family sans
12169 "
12170 \family default
12171  key using the submenu 
12172 \family sans
12173 Language
12174 \family default
12175  of the dialog 
12176 \family sans
12177 Document\SpecialChar \menuseparator
12178 Settings
12179 \family default
12180  dialog.
12181  Selecting the button 
12182 \family sans
12183 Double
12184 \family default
12185  makes the 
12186 \family sans
12187 "
12188 \family default
12189  key produce the sequence: 
12190 \begin_inset Quotes eld
12191 \end_inset
12192
12193
12194 \begin_inset Quotes erd
12195 \end_inset
12196
12197 .
12198  The button 
12199 \family sans
12200 Single
12201 \family default
12202 , in contrast, makes the 
12203 \family sans
12204 "
12205 \family default
12206  key produce: 
12207 \begin_inset Quotes els
12208 \end_inset
12209
12210 '.
12211 \end_layout
12212
12213 \begin_layout Standard
12214 You can also select quotes for different languages in the box 
12215 \family sans
12216 Type
12217 \family default
12218  option.
12219  There are six choices:
12220 \end_layout
12221
12222 \begin_layout Labeling
12223 \labelwidthstring 00.00.0000
12224
12225 \family sans
12226 \begin_inset Quotes eld
12227 \end_inset
12228
12229 Text
12230 \begin_inset Quotes erd
12231 \end_inset
12232
12233
12234 \family default
12235  Use quotes like this 
12236 \begin_inset Quotes eld
12237 \end_inset
12238
12239 double
12240 \begin_inset Quotes erd
12241 \end_inset
12242
12243  or 
12244 \begin_inset Quotes els
12245 \end_inset
12246
12247 single
12248 \begin_inset Quotes ers
12249 \end_inset
12250
12251
12252 \end_layout
12253
12254 \begin_layout Labeling
12255 \labelwidthstring 00.00.0000
12256
12257 \family sans
12258 \begin_inset Quotes sld
12259 \end_inset
12260
12261 Text
12262 \begin_inset Quotes srd
12263 \end_inset
12264
12265
12266 \family default
12267  Use quotes like 
12268 \begin_inset Quotes sld
12269 \end_inset
12270
12271 this
12272 \begin_inset Quotes srd
12273 \end_inset
12274
12275  or 'this
12276 \begin_inset Quotes ers
12277 \end_inset
12278
12279
12280 \end_layout
12281
12282 \begin_layout Labeling
12283 \labelwidthstring 00.00.0000
12284
12285 \family sans
12286 \begin_inset Quotes gld
12287 \end_inset
12288
12289 Text
12290 \begin_inset Quotes grd
12291 \end_inset
12292
12293
12294 \family default
12295  Use quotes like 
12296 \begin_inset Quotes gld
12297 \end_inset
12298
12299 this
12300 \begin_inset Quotes grd
12301 \end_inset
12302
12303  or 
12304 \begin_inset Quotes gls
12305 \end_inset
12306
12307 this
12308 \begin_inset Quotes grs
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Labeling
12315 \labelwidthstring 00.00.0000
12316
12317 \family sans
12318 \begin_inset Quotes pld
12319 \end_inset
12320
12321 Text
12322 \begin_inset Quotes prd
12323 \end_inset
12324
12325
12326 \family default
12327  Use quotes like 
12328 \begin_inset Quotes pld
12329 \end_inset
12330
12331 this
12332 \begin_inset Quotes prd
12333 \end_inset
12334
12335  or 
12336 \begin_inset Quotes pls
12337 \end_inset
12338
12339 this
12340 \begin_inset Quotes prs
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \begin_layout Labeling
12347 \labelwidthstring 00.00.0000
12348
12349 \family sans
12350 \begin_inset Quotes fld
12351 \end_inset
12352
12353 Text
12354 \begin_inset Quotes frd
12355 \end_inset
12356
12357
12358 \family default
12359  Use quotes like 
12360 \begin_inset Quotes fld
12361 \end_inset
12362
12363 this
12364 \begin_inset Quotes frd
12365 \end_inset
12366
12367  or 
12368 \begin_inset Quotes fls
12369 \end_inset
12370
12371 this
12372 \begin_inset Quotes frs
12373 \end_inset
12374
12375
12376 \end_layout
12377
12378 \begin_layout Labeling
12379 \labelwidthstring 00.00.0000
12380
12381 \family sans
12382 \begin_inset Quotes ald
12383 \end_inset
12384
12385 Text
12386 \begin_inset Quotes ard
12387 \end_inset
12388
12389
12390 \family default
12391  Use quotes like 
12392 \begin_inset Quotes ald
12393 \end_inset
12394
12395 this
12396 \begin_inset Quotes ard
12397 \end_inset
12398
12399  or 
12400 \begin_inset Quotes als
12401 \end_inset
12402
12403 this
12404 \begin_inset Quotes ars
12405 \end_inset
12406
12407
12408 \end_layout
12409
12410 \begin_layout Standard
12411 These options affects what character the 
12412 \family sans
12413 "
12414 \family default
12415  key produces.
12416 \end_layout
12417
12418 \begin_layout Standard
12419 On the other hand, if you want to produce a plain text quote character,
12420  type 
12421 \family sans
12422 C-"
12423 \family default
12424 .
12425  This produces: 
12426 \family typewriter
12427 "
12428 \family default
12429  in any cases.
12430 \end_layout
12431
12432 \begin_layout Subsection
12433 Ligatures
12434 \begin_inset LatexCommand index
12435 name "Typography ! Ligatures"
12436
12437 \end_inset
12438
12439
12440 \begin_inset LatexCommand index
12441 name "Ligatures | see{Typography}"
12442
12443 \end_inset
12444
12445
12446 \begin_inset LatexCommand label
12447 name "sec:ligatures"
12448
12449 \end_inset
12450
12451
12452 \end_layout
12453
12454 \begin_layout Standard
12455 It is standard typesetting practice to group certain letters together and
12456  print them as single characters.
12457  These groups are known as 
12458 \emph on
12459 ligatures
12460 \emph default
12461 .
12462  Since LaTeX knows about ligatures, your documents will contain them too
12463  in the output.
12464  Here are the standard ligatures:
12465 \end_layout
12466
12467 \begin_layout Itemize
12468 ff
12469 \end_layout
12470
12471 \begin_layout Itemize
12472 fi
12473 \end_layout
12474
12475 \begin_layout Itemize
12476 fl
12477 \end_layout
12478
12479 \begin_layout Itemize
12480 ffi
12481 \end_layout
12482
12483 \begin_layout Itemize
12484 ffl
12485 \end_layout
12486
12487 \begin_layout Standard
12488 Some languages uses other ligatures if the document font supports them.
12489 \end_layout
12490
12491 \begin_layout Standard
12492 Sometimes, you don't want a ligature in a word.
12493  While a ligature may be okay in the word, 
12494 \begin_inset Quotes eld
12495 \end_inset
12496
12497 graffiti,
12498 \begin_inset Quotes erd
12499 \end_inset
12500
12501  it looks really weird in compound words, such as 
12502 \begin_inset Quotes eld
12503 \end_inset
12504
12505 cufflink
12506 \begin_inset Quotes erd
12507 \end_inset
12508
12509  or the German 
12510 \begin_inset Quotes eld
12511 \end_inset
12512
12513 Dorffest.
12514 \begin_inset Quotes erd
12515 \end_inset
12516
12517  To break a ligature, use 
12518 \family sans
12519 Insert\SpecialChar \menuseparator
12520 Formatting\SpecialChar \menuseparator
12521 Ligature\InsetSpace ~
12522 Break.
12523
12524 \family default
12525  This changes 
12526 \begin_inset Quotes eld
12527 \end_inset
12528
12529 cufflinks
12530 \begin_inset Quotes erd
12531 \end_inset
12532
12533  to 
12534 \begin_inset Quotes eld
12535 \end_inset
12536
12537 cuff\SpecialChar \textcompwordmark{}
12538 links
12539 \begin_inset Quotes erd
12540 \end_inset
12541
12542  and 
12543 \begin_inset Quotes eld
12544 \end_inset
12545
12546 Dorffest
12547 \begin_inset Quotes erd
12548 \end_inset
12549
12550  to 
12551 \begin_inset Quotes eld
12552 \end_inset
12553
12554 Dorf\SpecialChar \textcompwordmark{}
12555 fest
12556 \begin_inset Quotes erd
12557 \end_inset
12558
12559 .
12560 \end_layout
12561
12562 \begin_layout Subsection
12563 LyX's Proper Names
12564 \begin_inset LatexCommand index
12565 name "LyX ! Proper names"
12566
12567 \end_inset
12568
12569
12570 \begin_inset LatexCommand label
12571 name "sub:LyX's-Proper-Names"
12572
12573 \end_inset
12574
12575
12576 \end_layout
12577
12578 \begin_layout Standard
12579 You have surely noticed, that the word 
12580 \begin_inset Quotes eld
12581 \end_inset
12582
12583 LaTeX
12584 \begin_inset Quotes erd
12585 \end_inset
12586
12587  appears always with characters in different size and height.
12588  LaTeX is the name of the program used by LyX and is therefore recognized
12589  as proper name when you type it in LyX as 
12590 \begin_inset Quotes eld
12591 \end_inset
12592
12593 LaT
12594 \begin_inset ERT
12595 status collapsed
12596
12597 \begin_layout Standard
12598
12599 {}
12600 \end_layout
12601
12602 \end_inset
12603
12604 eX
12605 \begin_inset Quotes erd
12606 \end_inset
12607
12608 .
12609  Note the order of the upper-and lowercase letters! LyX recognizes the following
12610  proper names:
12611 \end_layout
12612
12613 \begin_layout Description
12614 LyX The name of the game, write 
12615 \begin_inset Quotes eld
12616 \end_inset
12617
12618 L
12619 \begin_inset ERT
12620 status collapsed
12621
12622 \begin_layout Standard
12623
12624 {}
12625 \end_layout
12626
12627 \end_inset
12628
12629 yX
12630 \begin_inset Quotes erd
12631 \end_inset
12632
12633  to produce it.
12634 \end_layout
12635
12636 \begin_layout Description
12637 TeX The program used by LaTeX, write 
12638 \begin_inset Quotes eld
12639 \end_inset
12640
12641 T
12642 \begin_inset ERT
12643 status collapsed
12644
12645 \begin_layout Standard
12646
12647 {}
12648 \end_layout
12649
12650 \end_inset
12651
12652 eX
12653 \begin_inset Quotes erd
12654 \end_inset
12655
12656  to produce it.
12657 \end_layout
12658
12659 \begin_layout Description
12660 LaTeX The program used by LyX, write 
12661 \begin_inset Quotes eld
12662 \end_inset
12663
12664 LaT
12665 \begin_inset ERT
12666 status collapsed
12667
12668 \begin_layout Standard
12669
12670 {}
12671 \end_layout
12672
12673 \end_inset
12674
12675 eX
12676 \begin_inset Quotes erd
12677 \end_inset
12678
12679  to produce it.
12680 \end_layout
12681
12682 \begin_layout Description
12683 LaTeX2e The actual version of LaTeX, write 
12684 \begin_inset Quotes eld
12685 \end_inset
12686
12687 LaT
12688 \begin_inset ERT
12689 status collapsed
12690
12691 \begin_layout Standard
12692
12693 {}
12694 \end_layout
12695
12696 \end_inset
12697
12698 eX2e
12699 \begin_inset Quotes erd
12700 \end_inset
12701
12702  to produce it.
12703 \end_layout
12704
12705 \begin_layout Standard
12706 You might wonder why the LaTeX-version is 
12707 \begin_inset Quotes eld
12708 \end_inset
12709
12710 2
12711 \begin_inset Formula $\epsilon$
12712 \end_inset
12713
12714
12715 \begin_inset Quotes erd
12716 \end_inset
12717
12718 .
12719  It's an old tradition in the TeX-world to give programs geek version numbers.
12720  For example the version number of TeX converges to the number 
12721 \begin_inset Formula $\pi$
12722 \end_inset
12723
12724 : The actual version is 
12725 \begin_inset Quotes eld
12726 \end_inset
12727
12728 TeX-3.141592
12729 \begin_inset Quotes erd
12730 \end_inset
12731
12732 , the previous one was 
12733 \begin_inset Quotes eld
12734 \end_inset
12735
12736 TeX-3.14159
12737 \begin_inset Quotes erd
12738 \end_inset
12739
12740 .
12741 \end_layout
12742
12743 \begin_layout Standard
12744 If you don't want to use proper names, e.g.
12745  in section headings, you can insert two empty braces in ERT in the word.
12746  This will look in LyX like: 
12747 \begin_inset Graphics
12748         filename clipart/LaTeX.png
12749
12750 \end_inset
12751
12752
12753 \newline
12754 For more about ERT, look at section\InsetSpace ~
12755
12756 \begin_inset LatexCommand ref
12757 reference "sec:ERT"
12758
12759 \end_inset
12760
12761 .
12762 \end_layout
12763
12764 \begin_layout Subsection
12765 Units
12766 \begin_inset LatexCommand index
12767 name "Typography ! Units"
12768
12769 \end_inset
12770
12771
12772 \end_layout
12773
12774 \begin_layout Standard
12775 Generally the space between units and the number is smaller than the normal
12776  space between two words.
12777  As you can see in the example below, it looks better when the space is
12778  smaller.
12779  To get such a 
12780 \begin_inset Quotes eld
12781 \end_inset
12782
12783 half space
12784 \begin_inset Quotes erd
12785 \end_inset
12786
12787  for units use the menu 
12788 \family sans
12789 Insert\SpecialChar \menuseparator
12790 Formatting\SpecialChar \menuseparator
12791 Thin\InsetSpace ~
12792 Space
12793 \family default
12794  (shortcut 
12795 \family sans
12796 C-S-Space
12797 \family default
12798 ).
12799 \end_layout
12800
12801 \begin_layout Standard
12802 Here's an example to show the differences:
12803 \end_layout
12804
12805 \begin_layout Standard
12806 \begin_inset Tabular
12807 <lyxtabular version="3" rows="2" columns="2">
12808 <features>
12809 <column alignment="left" valignment="top" width="0">
12810 <column alignment="left" valignment="top" width="0">
12811 <row>
12812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Standard
12816 24\InsetSpace ~
12817 kW
12818 \begin_inset Formula $\cdot$
12819 \end_inset
12820
12821 h
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Standard
12830 space between number and unit
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 </row>
12836 <row>
12837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Standard
12841 24\InsetSpace \thinspace{}
12842 kW
12843 \begin_inset Formula $\cdot$
12844 \end_inset
12845
12846 h
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Standard
12855 half space between number and unit
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 </lyxtabular>
12862
12863 \end_inset
12864
12865
12866 \end_layout
12867
12868 \begin_layout Subsection
12869 Widows and Orphans
12870 \begin_inset LatexCommand index
12871 name "Typography ! Widows and orphans"
12872
12873 \end_inset
12874
12875
12876 \begin_inset LatexCommand label
12877 name "sec:widows"
12878
12879 \end_inset
12880
12881
12882 \end_layout
12883
12884 \begin_layout Standard
12885 In the early days of word processors, page breaks went wherever the page
12886  happened to end.
12887  There was no regard for what was actually going on in the text.
12888  You may remember once printing out a document, only to find the heading
12889  for a new section printed at the very bottom of the page, the first line
12890  of a new paragraph all alone at the bottom of a page, or the last line
12891  of a paragraph at the top of a new page.
12892  These dangly-bits of text became known as 
12893 \emph on
12894 widows
12895 \emph default
12896  and 
12897 \emph on
12898 orphans
12899 \emph default
12900 .
12901 \end_layout
12902
12903 \begin_layout Standard
12904 Clearly, LyX can avoid breaking pages after a section heading.
12905  That's part of the advantage of paragraph environments.
12906  But what about widows and orphans, where the page breaks leave one line
12907  of a paragraph all alone at the top or bottom of a page? There are rules
12908  built into LaTeX governing page breaks, and some of those rules are there
12909  to specifically prevent widows and orphans.
12910  This is the advantage LyX has in using LaTeX as its backend.
12911 \end_layout
12912
12913 \begin_layout Standard
12914 There's no way we can go into how TeX and LaTeX decide to break a page,
12915  or how you can tweak that behavior.
12916  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
12917
12918 \begin_inset LatexCommand cite
12919 key "latexcompanion"
12920
12921 \end_inset
12922
12923  or\InsetSpace ~
12924
12925 \begin_inset LatexCommand cite
12926 key "latexguide"
12927
12928 \end_inset
12929
12930 ] may have more information.
12931  You will almost never need to worry about this, however.
12932 \end_layout
12933
12934 \begin_layout Chapter
12935 Notes, Graphics, Tables, and Floats
12936 \begin_inset OptArg
12937 status collapsed
12938
12939 \begin_layout Standard
12940 Floats and Notes
12941 \end_layout
12942
12943 \end_inset
12944
12945
12946 \begin_inset LatexCommand label
12947 name "cha:Floats-and-Notes"
12948
12949 \end_inset
12950
12951
12952 \end_layout
12953
12954 \begin_layout Standard
12955 The issues of this chapter are described in detail in the 
12956 \emph on
12957 Embedded Objects
12958 \emph default
12959  manual.
12960  There you'll also find tips and tricks for special cases.
12961 \end_layout
12962
12963 \begin_layout Section
12964 Notes
12965 \begin_inset LatexCommand index
12966 name "Notes"
12967
12968 \end_inset
12969
12970
12971 \begin_inset LatexCommand label
12972 name "sec:Notes"
12973
12974 \end_inset
12975
12976
12977 \end_layout
12978
12979 \begin_layout Standard
12980 LyX offers you a few types of notes to add to your document:
12981 \end_layout
12982
12983 \begin_layout Description
12984 LyX\InsetSpace ~
12985 Note This note type is for internal notes that won't appear in the output.
12986 \newline
12987
12988 \begin_inset Note Note
12989 status open
12990
12991 \begin_layout Standard
12992 This is text in a note box that doesn't appear in the output.
12993 \end_layout
12994
12995 \end_inset
12996
12997
12998 \end_layout
12999
13000 \begin_layout Description
13001 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
13002 ent, when you export the document to LaTeX via the menu 
13003 \family sans
13004 File\SpecialChar \menuseparator
13005 Export\SpecialChar \menuseparator
13006 LaTeX (pdflatex) / (plain)
13007 \family default
13008 .
13009 \newline
13010
13011 \begin_inset Note Comment
13012 status open
13013
13014 \begin_layout Standard
13015 This is text in a note box that only appears as comment in LaTeX-files.
13016 \end_layout
13017
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \begin_layout Description
13024 Greyed\InsetSpace ~
13025 Out This note will appear in the output as grey text.
13026 \newline
13027
13028 \newline
13029
13030 \begin_inset Note Greyedout
13031 status open
13032
13033 \begin_layout Standard
13034 This is text
13035 \begin_inset Foot
13036 status open
13037
13038 \begin_layout Standard
13039 This is an example footnote within a greyed out note.
13040 \end_layout
13041
13042 \end_inset
13043
13044  of a comment that appears in the output as grey text.
13045 \end_layout
13046
13047 \end_inset
13048
13049
13050 \newline
13051
13052 \newline
13053 As you can see in the example, the first line of greyed out notes is a bit
13054  indented and greyed out notes can have footnotes.
13055 \end_layout
13056
13057 \begin_layout Description
13058 Framed This note will appear in the output as framed text.
13059  
13060 \begin_inset Note Framed
13061 status open
13062
13063 \begin_layout Standard
13064 This is text in a note box that appears framed in the output.
13065 \end_layout
13066
13067 \end_inset
13068
13069  In contrary to framed boxes like the one in section\InsetSpace ~
13070
13071 \begin_inset LatexCommand ref
13072 reference "sub:ERT-Boxes"
13073
13074 \end_inset
13075
13076 , the frame uses always the whole text width and the note is set into its
13077  own paragraph.
13078 \end_layout
13079
13080 \begin_layout Description
13081 Shaded This note will appear in the output with red background color.
13082 \begin_inset Note Shaded
13083 status open
13084
13085 \begin_layout Standard
13086 This text in a note box appears in the output with red background.
13087 \end_layout
13088
13089 \end_inset
13090
13091 In contrary to colored boxes, the note uses always the whole text width
13092  and the note is set into its own paragraph.
13093 \end_layout
13094
13095 \begin_layout Standard
13096 Notes are inserted with the toolbar button 
13097 \begin_inset Graphics
13098         filename ../../../../Programme/LyX 1.5.1/Resources/./images/note-insert.xpm
13099         scale 85
13100         scaleBeforeRotation
13101
13102 \end_inset
13103
13104  or the menu 
13105 \family sans
13106 Insert\SpecialChar \menuseparator
13107 Note
13108 \family default
13109 .
13110  Right-click on the appearing note box to select the note type.
13111 \end_layout
13112
13113 \begin_layout Section
13114 Footnotes
13115 \begin_inset LatexCommand index
13116 name "Footnotes"
13117
13118 \end_inset
13119
13120
13121 \end_layout
13122
13123 \begin_layout Standard
13124 LyX uses boxes to display footnotes: When you insert a footnote using the
13125  menu 
13126 \family sans
13127 Insert\SpecialChar \menuseparator
13128 Footnote
13129 \family default
13130  or the toolbar button 
13131 \begin_inset Graphics
13132         filename ../images/footnote-insert.xpm
13133
13134 \end_inset
13135
13136
13137 \family roman
13138 \series medium
13139 \bar no
13140 you'll see
13141 \family default
13142 \series default
13143 \bar default
13144  the following box: 
13145 \begin_inset Graphics
13146         filename clipart/footnoteQt4.png
13147         scale 80
13148
13149 \end_inset
13150
13151
13152 \family roman
13153 \series medium
13154 \bar no
13155 .
13156  This box is LyX's representation of your footnote.
13157  If you
13158 \family default
13159 \series default
13160 \bar default
13161  left-click on 
13162 \family roman
13163 \series medium
13164 \bar no
13165 the 
13166 \begin_inset Quotes eld
13167 \end_inset
13168
13169
13170 \family sans
13171 foot
13172 \family roman
13173
13174 \begin_inset Quotes erd
13175 \end_inset
13176
13177
13178 \family default
13179 \series default
13180 \bar default
13181  
13182 \family roman
13183 \series medium
13184 \bar no
13185 label, the box will
13186 \family default
13187 \series default
13188 \bar default
13189  be opened and you can enter the footnote text into it.
13190  Clicking on the box label again, will close 
13191 \family roman
13192 \series medium
13193 \bar no
13194 the
13195 \family default
13196 \series default
13197 \bar default
13198  box
13199 \family roman
13200 \series medium
13201 \bar no
13202 .
13203  If you want to turn existing text into a footnote, simply mark it and click
13204  on the footnote
13205 \family default
13206 \series default
13207 \bar default
13208  toolbar 
13209 \family roman
13210 \series medium
13211 \bar no
13212 button
13213 \family default
13214 \series default
13215 \bar default
13216 .
13217 \end_layout
13218
13219 \begin_layout Standard
13220 Here's an example footnote:
13221 \family roman
13222 \series medium
13223 \bar no
13224
13225 \begin_inset Foot
13226 status open
13227
13228 \begin_layout Standard
13229 To close a footnote, click on the red box at the top left.
13230 \end_layout
13231
13232 \end_inset
13233
13234
13235 \end_layout
13236
13237 \begin_layout Standard
13238 The footnote will appear in the output as a superscript number at the text
13239  position where the footnote box is placed.
13240  The footnote text is placed at the bottom of the current page.
13241  The footnote number is calculated by LyX, the numbers are consecutive,
13242  no matter in which chapter the footnote is in.
13243  LyX doesn't support other numbering schemes yet, but you can get another
13244  scheme using special LaTeX-commands.
13245  T
13246 \family roman
13247 h
13248 \family default
13249 ey are described in the section 
13250 \begin_inset Quotes eld
13251 \end_inset
13252
13253
13254 \emph on
13255 Tricks for Footnotes and Marginpars
13256 \begin_inset Quotes erd
13257 \end_inset
13258
13259
13260 \emph default
13261  of the 
13262 \emph on
13263 Extended
13264 \emph default
13265  
13266 \emph on
13267 Features
13268 \emph default
13269  manual.
13270 \end_layout
13271
13272 \begin_layout Section
13273 Marginal Notes
13274 \begin_inset LatexCommand index
13275 name "Marginal notes"
13276
13277 \end_inset
13278
13279
13280 \end_layout
13281
13282 \begin_layout Standard
13283 Marginal notes look and behave just like footnotes in LyX.
13284  When you insert a margin note via the menu 
13285 \family sans
13286 Insert\SpecialChar \menuseparator
13287 Marginal\InsetSpace ~
13288 Note
13289 \family default
13290  or the toolbar button 
13291 \begin_inset Graphics
13292         filename ../images/marginalnote-insert.xpm
13293
13294 \end_inset
13295
13296 , you'll see 
13297 \family roman
13298 \series medium
13299 a
13300 \family default
13301 \series default
13302  grey 
13303 \family roman
13304 \series medium
13305 box with a
13306 \family default
13307 \series default
13308  red 
13309 \family roman
13310 \series medium
13311 label 
13312 \begin_inset Quotes eld
13313 \end_inset
13314
13315 margin
13316 \begin_inset Quotes erd
13317 \end_inset
13318
13319  appearing within your text.
13320  This box is LyX's representation of your margin
13321 \family default
13322 \series default
13323 al 
13324 \family roman
13325 \series medium
13326 note.
13327 \end_layout
13328
13329 \begin_layout Standard
13330 At the side is an example marginal note.
13331 \family roman
13332 \series medium
13333
13334 \begin_inset Marginal
13335 status open
13336
13337 \begin_layout Standard
13338 This is a marginal note.
13339 \end_layout
13340
13341 \end_inset
13342
13343
13344 \end_layout
13345
13346 \begin_layout Standard
13347 Marginal notes appear at the right side in single-sided documents.
13348  In double-sided documents they appear in the outer margin -- left on even
13349  pages, right on odd pages.
13350 \end_layout
13351
13352 \begin_layout Section
13353 Graphics and Images
13354 \begin_inset LatexCommand index
13355 name "Images"
13356
13357 \end_inset
13358
13359
13360 \begin_inset LatexCommand index
13361 name "Graphics"
13362
13363 \end_inset
13364
13365
13366 \begin_inset LatexCommand label
13367 name "sec:Graphics"
13368
13369 \end_inset
13370
13371
13372 \end_layout
13373
13374 \begin_layout Standard
13375 To insert an image in your document, place the cursor at the text position
13376  you want and click on the toolbar icon 
13377 \begin_inset Graphics
13378         filename ../images/dialog-show-new-inset_graphics.xpm
13379
13380 \end_inset
13381
13382  or select 
13383 \family sans
13384 Insert\SpecialChar \menuseparator
13385 Graphics
13386 \family default
13387  from the menu.
13388  Then a dialog will appear to choose the file to load.
13389 \end_layout
13390
13391 \begin_layout Standard
13392 This dialog has numerous mostly self-explanatory parameters.
13393  The 
13394 \family sans
13395 Graphics
13396 \family default
13397  tab allows you to choose your image file.
13398  The appearance of the image inside LyX and in the output is adjusted separately.
13399  The image can be transformed by setting a rotation angle and a scaling
13400  factor.
13401  The scaling units are explained in Appendix\InsetSpace ~
13402
13403 \begin_inset LatexCommand ref
13404 reference "cha:Units-available-in"
13405
13406 \end_inset
13407
13408 .
13409 \end_layout
13410
13411 \begin_layout Standard
13412 In the tab 
13413 \family sans
13414 Clipping
13415 \family default
13416  it is possible to set image coordinates to adjust the height and width
13417  of the image in the output.
13418  The coordinates can also be calculated automatically by pressing the button
13419  
13420 \family sans
13421 Get\InsetSpace ~
13422 from\InsetSpace ~
13423 file
13424 \family default
13425 .
13426  The option 
13427 \family sans
13428 Clip\InsetSpace ~
13429 to\InsetSpace ~
13430 bounding\InsetSpace ~
13431 box
13432 \family default
13433  will only print the image region within the given coordinates.
13434  Normally you don't need to take care about image coordinates and can ignore
13435  the tab 
13436 \family sans
13437 Clipping
13438 \family default
13439 .
13440 \end_layout
13441
13442 \begin_layout Standard
13443 LaTeX experts can specify additional LaTeX options in the 
13444 \family sans
13445 Extras
13446 \family default
13447  tab.
13448  You can also set the 
13449 \family sans
13450 Subfigure
13451 \family default
13452  option here if the image is inside a figure float.
13453  This option is explained in section\InsetSpace ~
13454
13455 \begin_inset LatexCommand ref
13456 reference "sec:Figure-Floats"
13457
13458 \end_inset
13459
13460 .
13461  The option 
13462 \family sans
13463 Draft\InsetSpace ~
13464 mode
13465 \family default
13466  effects that the image don't appear in the output, only a frame with the
13467  image size is printed.
13468 \end_layout
13469
13470 \begin_layout Standard
13471 The graphics dialog can be called at any time by right-clicking on an image.
13472  The image will appear in the output exactly at the position where it is
13473  in the text.
13474  This is an example image in the PDF format within a separate, horizontally
13475  centered paragraph: 
13476 \end_layout
13477
13478 \begin_layout Standard
13479 \align center
13480 \begin_inset Graphics
13481         filename clipart/mobius.eps
13482         display color
13483         scale 70
13484         rotateOrigin center
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \begin_layout Standard
13492 If you need image captions and want to reference images, you have to put
13493  the image into a float, see section\InsetSpace ~
13494
13495 \begin_inset LatexCommand ref
13496 reference "sec:Figure-Floats"
13497
13498 \end_inset
13499
13500 .
13501 \end_layout
13502
13503 \begin_layout Subsection
13504 Image Formats
13505 \begin_inset LatexCommand index
13506 name "Image formats"
13507
13508 \end_inset
13509
13510
13511 \begin_inset LatexCommand label
13512 name "sub:Image-Formats"
13513
13514 \end_inset
13515
13516
13517 \end_layout
13518
13519 \begin_layout Standard
13520 You can insert images in any known file format.
13521  But as we explained in section\InsetSpace ~
13522
13523 \begin_inset LatexCommand ref
13524 reference "sub:Output-file-formats"
13525
13526 \end_inset
13527
13528 , every output document format allows only a few image formats.
13529  LyX uses therefore the program 
13530 \family typewriter
13531 Imagemagick
13532 \family default
13533  in the background to convert the images to the right format.
13534  To increase your workflow by avoiding these conversions in the background,
13535  you can use only the image formats listed in the subsections of section\InsetSpace ~
13536
13537 \begin_inset LatexCommand ref
13538 reference "sub:Output-file-formats"
13539
13540 \end_inset
13541
13542 .
13543 \end_layout
13544
13545 \begin_layout Standard
13546 Similar to fonts there are two types of image formats:
13547 \end_layout
13548
13549 \begin_layout Description
13550 Bitmap\InsetSpace ~
13551 images consist of pixel values, often in a compressed form.
13552  They are therefore not fully scalable and look pixeld in large zooms.
13553  Well-known bitmap image formats are 
13554 \begin_inset Quotes eld
13555 \end_inset
13556
13557 Graphics Interchange Format
13558 \begin_inset Quotes erd
13559 \end_inset
13560
13561  (GIF, file extension 
13562 \begin_inset Quotes eld
13563 \end_inset
13564
13565
13566 \family typewriter
13567 .gif
13568 \family default
13569
13570 \begin_inset Quotes erd
13571 \end_inset
13572
13573 )
13574 \begin_inset LatexCommand index
13575 name "GIF|see{Image formats}"
13576
13577 \end_inset
13578
13579
13580 \begin_inset Quotes eld
13581 \end_inset
13582
13583 Portable Network Graphics
13584 \begin_inset Quotes erd
13585 \end_inset
13586
13587  (PNG, file extension 
13588 \begin_inset Quotes eld
13589 \end_inset
13590
13591
13592 \family typewriter
13593 .png
13594 \family default
13595
13596 \begin_inset Quotes erd
13597 \end_inset
13598
13599 )
13600 \begin_inset LatexCommand index
13601 name "PNG|see{Image formats}"
13602
13603 \end_inset
13604
13605 , and 
13606 \begin_inset Quotes eld
13607 \end_inset
13608
13609 Joint Photographic Experts Group
13610 \begin_inset Quotes erd
13611 \end_inset
13612
13613  (JPG, file extension 
13614 \begin_inset Quotes eld
13615 \end_inset
13616
13617
13618 \family typewriter
13619 .jpg
13620 \family default
13621
13622 \begin_inset Quotes erd
13623 \end_inset
13624
13625  or 
13626 \begin_inset Quotes eld
13627 \end_inset
13628
13629
13630 \family typewriter
13631 .jpeg
13632 \family default
13633
13634 \begin_inset Quotes erd
13635 \end_inset
13636
13637 )
13638 \begin_inset LatexCommand index
13639 name "JPG|see{Image formats}"
13640
13641 \end_inset
13642
13643 .
13644 \end_layout
13645
13646 \begin_layout Description
13647 Scalable\InsetSpace ~
13648 images consist of vectors and can therefore be scaled to any size
13649  without data loss.
13650  The scaling ability is necessary if you want to create presentations, because
13651  presentations are always scaled by the beamer.
13652  Scaling is also useful for online documents to let the user zoom into diagrams.
13653 \newline
13654 S
13655 calable image formats can be 
13656 \begin_inset Quotes eld
13657 \end_inset
13658
13659 Scalable Vector Graphics
13660 \begin_inset Quotes erd
13661 \end_inset
13662
13663  (SVG, file extension 
13664 \begin_inset Quotes eld
13665 \end_inset
13666
13667
13668 \family typewriter
13669 .svg
13670 \family default
13671
13672 \begin_inset Quotes erd
13673 \end_inset
13674
13675 )
13676 \begin_inset LatexCommand index
13677 name "SVG|see{Image formats}"
13678
13679 \end_inset
13680
13681
13682 \begin_inset Quotes eld
13683 \end_inset
13684
13685 Encapsulated PostScript
13686 \begin_inset Quotes erd
13687 \end_inset
13688
13689  (EPS, file extension 
13690 \begin_inset Quotes eld
13691 \end_inset
13692
13693
13694 \family typewriter
13695 .eps
13696 \family default
13697
13698 \begin_inset Quotes erd
13699 \end_inset
13700
13701 )
13702 \begin_inset LatexCommand index
13703 name "EPS|see{Image formats}"
13704
13705 \end_inset
13706
13707 , and 
13708 \begin_inset Quotes eld
13709 \end_inset
13710
13711 Portable Document Format
13712 \begin_inset Quotes erd
13713 \end_inset
13714
13715  (PDF, file extension 
13716 \begin_inset Quotes eld
13717 \end_inset
13718
13719
13720 \family typewriter
13721 .pdf
13722 \family default
13723
13724 \begin_inset Quotes erd
13725 \end_inset
13726
13727 )
13728 \begin_inset LatexCommand index
13729 name "PDF"
13730
13731 \end_inset
13732
13733 .
13734  We say it can be, because you can convert any bitmap image format to PDF
13735  or EPS and the result won't be scalable.
13736  In this cases only a header with the image properties is added to the original
13737  image
13738 \begin_inset Foot
13739 status collapsed
13740
13741 \begin_layout Standard
13742 In the case of PDF, the original image is additionally compressed.
13743 \end_layout
13744
13745 \end_inset
13746
13747 .
13748 \end_layout
13749
13750 \begin_layout Standard
13751 Normally one can't convert a bitmap image into a scalable one, only vice
13752  versa.
13753 \end_layout
13754
13755 \begin_layout Section
13756 Tables
13757 \begin_inset LatexCommand index
13758 name "Tables"
13759
13760 \end_inset
13761
13762
13763 \begin_inset LatexCommand label
13764 name "sec:tables"
13765
13766 \end_inset
13767
13768
13769 \end_layout
13770
13771 \begin_layout Standard
13772 You can insert a table using either the toolbar button 
13773 \begin_inset Graphics
13774         filename ../images/tabular-insert.xpm
13775         scale 85
13776
13777 \end_inset
13778
13779  or the menu 
13780 \family sans
13781 Insert\SpecialChar \menuseparator
13782 Tabule
13783 \family default
13784 .
13785  A dialog will appear, asking you for the number of rows and columns.
13786  The default table has lines around any cell and the first row appears separated
13787  from the rest of the table.
13788  This separation appears due to a double line: The cells of the first row
13789  have a line below them and the cells of the second row have a line above
13790  them.
13791  Here's an example table:
13792 \end_layout
13793
13794 \begin_layout Standard
13795 \align center
13796 \begin_inset Tabular
13797 <lyxtabular version="3" rows="4" columns="4">
13798 <features>
13799 <column alignment="center" valignment="top" leftline="true" width="0pt">
13800 <column alignment="center" valignment="top" leftline="true" width="0pt">
13801 <column alignment="center" valignment="top" leftline="true" width="0in">
13802 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
13803 <row topline="true" bottomline="true">
13804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Standard
13808
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Standard
13817
13818 \family roman
13819 \series medium
13820 \shape up
13821 \size normal
13822 \emph off
13823 \bar no
13824 \noun off
13825 \color none
13826 1
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Standard
13835 2
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Standard
13844 3
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 </row>
13850 <row topline="true">
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Standard
13855
13856 \family roman
13857 \series medium
13858 \shape up
13859 \size normal
13860 \emph off
13861 \bar no
13862 \noun off
13863 \color none
13864 A
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Standard
13873
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Standard
13882
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Standard
13891
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 </row>
13897 <row topline="true">
13898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Standard
13902
13903 \family roman
13904 \series medium
13905 \shape up
13906 \size normal
13907 \emph off
13908 \bar no
13909 \noun off
13910 \color none
13911 B
13912 \end_layout
13913
13914 \end_inset
13915 </cell>
13916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13917 \begin_inset Text
13918
13919 \begin_layout Standard
13920
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Standard
13929
13930 \size normal
13931 \noun off
13932 \color none
13933  
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Standard
13942
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 </row>
13948 <row topline="true" bottomline="true">
13949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Standard
13953
13954 \family roman
13955 \series medium
13956 \shape up
13957 \size normal
13958 \emph off
13959 \bar no
13960 \noun off
13961 \color none
13962 C
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Standard
13971
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Standard
13980
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Standard
13989
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 </row>
13995 </lyxtabular>
13996
13997 \end_inset
13998
13999
14000 \end_layout
14001
14002 \begin_layout Subsection
14003 The Table dialog
14004 \end_layout
14005
14006 \begin_layout Standard
14007 You can alter a table by clicking on it with the right mouse button, which
14008  brings up the table dialog.
14009  Here you can adjust the settings of the cell and row/column respectively
14010  where the cursor is placed currently.
14011  Most of the dialog options also work on selections.
14012  This means that if you select more cells, columns or rows the action is
14013  done on all of your selection.
14014  Note that there is a difference between selecting the 
14015 \emph on
14016 contents
14017 \emph default
14018  of the cell, and the cell itself.
14019  If you can see a red border inside a cell, you only selected the cell content.
14020 \end_layout
14021
14022 \begin_layout Standard
14023 In the tab 
14024 \family sans
14025 Table\InsetSpace ~
14026 Settings
14027 \family default
14028  you can delete the current row/column and set the horizontal alignment
14029  for the current row.
14030  If you add a row or column, it will be inserted right beside or below the
14031  current cell respectively.
14032  The vertical alignment of a column can only be adjusted when a column width
14033  is given.
14034  A given width will allow the cell to have linebreaks and multiple paragraphs
14035  of text, see section\InsetSpace ~
14036
14037 \begin_inset LatexCommand ref
14038 reference "sub:Table-Cells"
14039
14040 \end_inset
14041
14042 .
14043 \end_layout
14044
14045 \begin_layout Standard
14046 You can mark multiple cells of one row as a multicolumn cell using the check
14047  box 
14048 \family sans
14049 Multicolumn
14050 \family default
14051 .
14052  This will merge the cells to 
14053 \emph on
14054 one
14055 \emph default
14056  cell, spread over more than one column.
14057  Multicolumn cells are treated as own rows, so that the alignment, width,
14058  and border settings affect only the multicolumn cell.
14059  Here's an example table with a multicolumn cell in the first row and one
14060  in the last row without the upper border:
14061 \end_layout
14062
14063 \begin_layout Standard
14064 \align center
14065 \begin_inset Tabular
14066 <lyxtabular version="3" rows="3" columns="4">
14067 <features firstHeadTopDL="true" firstHeadBottomDL="true">
14068 <column alignment="center" valignment="top" leftline="true" width="0pt">
14069 <column alignment="center" valignment="middle" leftline="true" width="0">
14070 <column alignment="center" valignment="top" leftline="true" width="0in">
14071 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14072 <row topline="true" bottomline="true">
14073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Standard
14077 abc
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Standard
14086 def ghi
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Standard
14095
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Standard
14104 jkl
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 </row>
14110 <row topline="true">
14111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Standard
14115
14116 \family roman
14117 \series medium
14118 \shape up
14119 \size normal
14120 \emph off
14121 \bar no
14122 \noun off
14123 \color none
14124 A
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Standard
14133 B
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Standard
14142 C
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Standard
14151 D
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 </row>
14157 <row topline="true" bottomline="true">
14158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Standard
14162 1
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Standard
14171 2
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Standard
14180 3
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Standard
14189 4
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 </row>
14195 </lyxtabular>
14196
14197 \end_inset
14198
14199
14200 \end_layout
14201
14202 \begin_layout Standard
14203 At the moment LyX doesn't support multirow cells.
14204  Adept users can declare special LaTeX-arguments for the table.
14205  They are necessary for special table formatting, like for multirow cells,
14206  explained in the tables section of the 
14207 \emph on
14208 Extended\InsetSpace ~
14209 Features
14210 \emph default
14211  manual.
14212  You can also rotate the current cell or the whole table 90
14213 \begin_inset Formula $\,$
14214 \end_inset
14215
14216 degrees counterclockwise.
14217  These rotations are not visible in LyX but in the output.
14218  Note, that most DVI-viewers are 
14219 \emph on
14220 not
14221 \emph default
14222  able to display rotations.
14223 \end_layout
14224
14225 \begin_layout Standard
14226 The 
14227 \family sans
14228 Borders
14229 \family default
14230  tab allows you to add and delete border lines for the current row/column.
14231  The button 
14232 \family sans
14233 Default
14234 \family default
14235  adds lines for all cell borders.
14236 \end_layout
14237
14238 \begin_layout Subsection
14239 Longtables
14240 \begin_inset LatexCommand index
14241 name "Tables ! Longtables"
14242
14243 \end_inset
14244
14245
14246 \end_layout
14247
14248 \begin_layout Standard
14249 If the table is too long to fit on one page, you can use the option 
14250 \family sans
14251 Use\InsetSpace ~
14252 long\InsetSpace ~
14253 table
14254 \family default
14255  in the tab 
14256 \family sans
14257 Longtable
14258 \family default
14259  of the table dialog to split the table automatically over more pages.
14260  Doing this enables some check boxes and you can now define:
14261 \end_layout
14262
14263 \begin_layout Description
14264
14265 \family sans
14266 Header
14267 \family default
14268 : The current row and all rows above, that don't have any special options
14269  defined, are defined to be the header rows of all pages of the longtable;
14270  except for the first page, if 
14271 \family sans
14272 First\InsetSpace ~
14273 header
14274 \family default
14275  is defined.
14276 \end_layout
14277
14278 \begin_layout Description
14279
14280 \family sans
14281 First\InsetSpace ~
14282 header
14283 \family default
14284 : The current row and all rows above, that don't have any special options
14285  defined, are defined to be the header rows of the first page of the longtable.
14286 \end_layout
14287
14288 \begin_layout Description
14289
14290 \family sans
14291 Footer
14292 \family default
14293 : The current row and all rows below, that don't have any special options
14294  defined, are defined to be the footer rows of all pages of the longtable;
14295  except for the last page, if 
14296 \family sans
14297 Last\InsetSpace ~
14298 footer
14299 \family default
14300  is defined.
14301 \end_layout
14302
14303 \begin_layout Description
14304
14305 \family sans
14306 Last\InsetSpace ~
14307 footer
14308 \family default
14309 : The current row and all rows below, that don't have any special options
14310  defined, are defined to be the footer rows of the last page of the longtable.
14311 \end_layout
14312
14313 \begin_layout Standard
14314 You can also specify a row where the table is splitted.
14315  If you set more than one option in the same table row, you should be aware
14316  of the fact that only the first one is used in the given table row.
14317  The others will then be defined as 
14318 \emph on
14319 empty
14320 \emph default
14321 .
14322  In this context, first means first in this order: 
14323 \family sans
14324 Footer, Last\InsetSpace ~
14325 footer,
14326 \family default
14327  
14328 \family sans
14329 Header,
14330 \family default
14331  
14332 \family sans
14333 First\InsetSpace ~
14334 header.
14335
14336 \family default
14337  See the following longtable to see how it works:
14338 \end_layout
14339
14340 \begin_layout Standard
14341 \align center
14342 \begin_inset Tabular
14343 <lyxtabular version="3" rows="69" columns="3">
14344 <features islongtable="true">
14345 <column alignment="block" valignment="top" leftline="true" width="5cm">
14346 <column alignment="left" valignment="top" width="0pt">
14347 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
14348 <row topline="true" bottomline="true" endfirsthead="true">
14349 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Standard
14353
14354 \series bold
14355 Example Phone List (ignore the names)
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Standard
14364
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Standard
14373
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 <row topline="true" bottomline="true" endfirsthead="true">
14380 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Standard
14384
14385 \series bold
14386 NAME
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Standard
14395
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Standard
14404
14405 \series bold
14406 TEL.
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 </row>
14412 <row topline="true" bottomline="true" endhead="true">
14413 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Standard
14417  
14418 \series bold
14419 Example Phone List
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Standard
14428
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Standard
14437
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 </row>
14443 <row topline="true" bottomline="true" endhead="true">
14444 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Standard
14448
14449 \series bold
14450 NAME
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Standard
14459
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Standard
14468
14469 \series bold
14470 TEL.
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 </row>
14476 <row topline="true" bottomline="true" endfoot="true">
14477 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14478 \begin_inset Text
14479
14480 \begin_layout Standard
14481  
14482 \series bold
14483 continue ...
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Standard
14492
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Standard
14501
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 </row>
14507 <row topline="true" bottomline="true">
14508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Standard
14512
14513 \series bold
14514 Annovi
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 <cell alignment="center" valignment="top" topline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Standard
14523 Silvia
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Standard
14532 111
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 </row>
14538 <row bottomline="true">
14539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Standard
14543
14544 \series bold
14545 Bertoli
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 <cell alignment="center" valignment="top" topline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Standard
14554 Stefano
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Standard
14563 111
14564 \end_layout
14565
14566 \end_inset
14567 </cell>
14568 </row>
14569 <row bottomline="true">
14570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Standard
14574
14575 \series bold
14576 Bozzi
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Standard
14585 Walter
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Standard
14594 111
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 </row>
14600 <row bottomline="true">
14601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Standard
14605
14606 \series bold
14607 Cachia
14608 \end_layout
14609
14610 \end_inset
14611 </cell>
14612 <cell alignment="center" valignment="top" topline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Standard
14616 Maria
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Standard
14625 111
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 </row>
14631 <row bottomline="true">
14632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14633 \begin_inset Text
14634
14635 \begin_layout Standard
14636
14637 \series bold
14638 Cachia
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell alignment="center" valignment="top" topline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Standard
14647 Maurizio
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Standard
14656 111
14657 \end_layout
14658
14659 \end_inset
14660 </cell>
14661 </row>
14662 <row bottomline="true">
14663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14664 \begin_inset Text
14665
14666 \begin_layout Standard
14667
14668 \series bold
14669 Cinquemani
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" topline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Standard
14678 Giusi
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Standard
14687 111
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 </row>
14693 <row bottomline="true">
14694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14695 \begin_inset Text
14696
14697 \begin_layout Standard
14698
14699 \series bold
14700 Colin
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 <cell alignment="center" valignment="top" topline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Standard
14709 Bernard
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Standard
14718 111
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 </row>
14724 <row bottomline="true">
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Standard
14729
14730 \series bold
14731 Concli
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 <cell alignment="center" valignment="top" topline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Standard
14740 Gianfranco
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Standard
14749 111
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 </row>
14755 <row bottomline="true">
14756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14757 \begin_inset Text
14758
14759 \begin_layout Standard
14760
14761 \series bold
14762 Dal Bosco
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 <cell alignment="center" valignment="top" topline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Standard
14771 Carolina
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Standard
14780 111
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 </row>
14786 <row bottomline="true">
14787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Standard
14791
14792 \series bold
14793 Dalpiaz
14794 \end_layout
14795
14796 \end_inset
14797 </cell>
14798 <cell alignment="center" valignment="top" topline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Standard
14802 Annamaria
14803 \end_layout
14804
14805 \end_inset
14806 </cell>
14807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Standard
14811 111
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 </row>
14817 <row bottomline="true">
14818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Standard
14822
14823 \series bold
14824 Feliciello
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 <cell alignment="center" valignment="top" topline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Standard
14833 Domenico
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Standard
14842 111
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 </row>
14848 <row bottomline="true">
14849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Standard
14853
14854 \series bold
14855 Focarelli
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" topline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Standard
14864 Paola
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Standard
14873 111
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 </row>
14879 <row bottomline="true">
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Standard
14884
14885 \series bold
14886 Galletti
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Standard
14895 Oreste
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Standard
14904 111
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 </row>
14910 <row bottomline="true">
14911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Standard
14915
14916 \series bold
14917 Gasparini
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" topline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Standard
14926 Franca
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Standard
14935 111
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 </row>
14941 <row bottomline="true">
14942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Standard
14946
14947 \series bold
14948 Rizzardi
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 <cell alignment="center" valignment="top" topline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Standard
14957 Paola
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Standard
14966 111
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 <row bottomline="true">
14973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Standard
14977
14978 \series bold
14979 Lassini
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Standard
14988 Giancarlo
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Standard
14997 111
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 <row bottomline="true">
15004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Standard
15008
15009 \series bold
15010 Malfatti
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" topline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Standard
15019 Luciano
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Standard
15028 111
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 </row>
15034 <row bottomline="true">
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Standard
15039
15040 \series bold
15041 Malfatti
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" topline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Standard
15050 Valeriano
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Standard
15059 111
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 </row>
15065 <row bottomline="true">
15066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Standard
15070
15071 \series bold
15072 Meneguzzo
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Standard
15081 Roberto
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Standard
15090 111
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row bottomline="true">
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Standard
15101
15102 \series bold
15103 Mezzadra
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" topline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Standard
15112 Roberto
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Standard
15121 111
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 </row>
15127 <row bottomline="true">
15128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Standard
15132
15133 \series bold
15134 Pirpamer
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Standard
15143 Erich
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Standard
15152 111
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row bottomline="true">
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Standard
15163
15164 \series bold
15165 Pochiesa
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Standard
15174 Paolo
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Standard
15183 111, 222
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 </row>
15189 <row bottomline="true">
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Standard
15194
15195 \series bold
15196 Radina
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" topline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Standard
15205 Claudio
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Standard
15214 111
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 </row>
15220 <row bottomline="true">
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Standard
15225
15226 \series bold
15227 Stuffer
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell alignment="center" valignment="top" topline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Standard
15236 Oskar
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Standard
15245 111
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 </row>
15251 <row bottomline="true">
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Standard
15256
15257 \series bold
15258 Tacchelli
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" topline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Standard
15267 Ugo
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Standard
15276 111
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 </row>
15282 <row bottomline="true">
15283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Standard
15287
15288 \series bold
15289 Tezzele
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" topline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Standard
15298 Margit
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Standard
15307 111
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 </row>
15313 <row bottomline="true">
15314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Standard
15318
15319 \series bold
15320 Unterkalmsteiner
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Standard
15329 Frieda
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Standard
15338 111
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 </row>
15344 <row bottomline="true">
15345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Standard
15349
15350 \series bold
15351 Vieider
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" topline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Standard
15360 Hilde
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Standard
15369 111
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 <row bottomline="true">
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Standard
15380
15381 \series bold
15382 Vigna
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 <cell alignment="center" valignment="top" topline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Standard
15391 Jürgen
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Standard
15400 111
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 </row>
15406 <row bottomline="true">
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Standard
15411
15412 \series bold
15413 Weber
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 <cell alignment="center" valignment="top" topline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Standard
15422 Maurizio
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Standard
15431 111
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 </row>
15437 <row bottomline="true">
15438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15439 \begin_inset Text
15440
15441 \begin_layout Standard
15442
15443 \series bold
15444 Winkler
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 <cell alignment="center" valignment="top" topline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Standard
15453 Franz
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Standard
15462 111
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 <row bottomline="true">
15469 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Standard
15473  
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Standard
15482
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Standard
15491
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 </row>
15497 <row bottomline="true">
15498 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Standard
15502
15503 \series bold
15504 Annovi
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Standard
15513 Silvia
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Standard
15522 555
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 <row bottomline="true">
15529 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Standard
15533
15534 \series bold
15535 Bertoli
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Standard
15544 Stefano
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Standard
15553 555
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 </row>
15559 <row bottomline="true">
15560 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Standard
15564
15565 \series bold
15566 Bozzi
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell alignment="center" valignment="top" topline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Standard
15575 Walter
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Standard
15584 555
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 <row bottomline="true">
15591 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Standard
15595
15596 \series bold
15597 Cachia
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 <cell alignment="center" valignment="top" topline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Standard
15606 Maria
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Standard
15615 555
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 </row>
15621 <row bottomline="true">
15622 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Standard
15626
15627 \series bold
15628 Cachia
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" topline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Standard
15637 Maurizio
15638 \end_layout
15639
15640 \end_inset
15641 </cell>
15642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Standard
15646 555
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 </row>
15652 <row bottomline="true">
15653 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Standard
15657
15658 \series bold
15659 Cinquemani
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Standard
15668 Giusi
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Standard
15677 555
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 </row>
15683 <row bottomline="true">
15684 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Standard
15688
15689 \series bold
15690 Colin
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 <cell alignment="center" valignment="top" topline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Standard
15699 Bernard
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Standard
15708 555
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 </row>
15714 <row bottomline="true">
15715 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Standard
15719
15720 \series bold
15721 Concli
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Standard
15730 Gianfranco
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Standard
15739 555
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 </row>
15745 <row bottomline="true">
15746 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Standard
15750
15751 \series bold
15752 Dal Bosco
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" topline="true" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Standard
15761 Carolina
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Standard
15770 555
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 </row>
15776 <row bottomline="true">
15777 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Standard
15781
15782 \series bold
15783 Dalpiaz
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Standard
15792 Annamaria
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Standard
15801 555
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 </row>
15807 <row bottomline="true">
15808 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Standard
15812
15813 \series bold
15814 Feliciello
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell alignment="center" valignment="top" topline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Standard
15823 Domenico
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Standard
15832 555
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row bottomline="true">
15839 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Standard
15843
15844 \series bold
15845 Focarelli
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" topline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Standard
15854 Paola
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Standard
15863 555
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 </row>
15869 <row bottomline="true">
15870 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Standard
15874
15875 \series bold
15876 Galletti
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Standard
15885 Oreste
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Standard
15894 555
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 </row>
15900 <row bottomline="true">
15901 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Standard
15905
15906 \series bold
15907 Gasparini
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Standard
15916 Franca
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Standard
15925 555
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 </row>
15931 <row bottomline="true">
15932 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Standard
15936
15937 \series bold
15938 Rizzardi
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Standard
15947 Paola
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Standard
15956 555
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 </row>
15962 <row bottomline="true">
15963 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Standard
15967
15968 \series bold
15969 Lassini
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" topline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Standard
15978 Giancarlo
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Standard
15987 555
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 </row>
15993 <row bottomline="true">
15994 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Standard
15998
15999 \series bold
16000 Malfatti
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" topline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Standard
16009 Luciano
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Standard
16018 555
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 </row>
16024 <row bottomline="true">
16025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Standard
16029
16030 \series bold
16031 Malfatti
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 <cell alignment="center" valignment="top" topline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Standard
16040 Valeriano
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Standard
16049 555
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 </row>
16055 <row bottomline="true">
16056 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Standard
16060
16061 \series bold
16062 Meneguzzo
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Standard
16071 Roberto
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Standard
16080 555
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 </row>
16086 <row bottomline="true">
16087 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Standard
16091
16092 \series bold
16093 Mezzadra
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Standard
16102 Roberto
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Standard
16111 555
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 </row>
16117 <row bottomline="true">
16118 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Standard
16122
16123 \series bold
16124 Pirpamer
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 <cell alignment="center" valignment="top" topline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Standard
16133 Erich
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Standard
16142 555
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 </row>
16148 <row bottomline="true">
16149 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Standard
16153
16154 \series bold
16155 Pochiesa
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Standard
16164 Paolo
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Standard
16173 555, 222
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 </row>
16179 <row bottomline="true">
16180 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Standard
16184
16185 \series bold
16186 Radina
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Standard
16195 Claudio
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Standard
16204 555
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 <row bottomline="true">
16211 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Standard
16215
16216 \series bold
16217 Stuffer
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Standard
16226 Oskar
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Standard
16235 555
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row bottomline="true">
16242 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Standard
16246
16247 \series bold
16248 Tacchelli
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Standard
16257 Ugo
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Standard
16266 555
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 <row bottomline="true">
16273 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Standard
16277
16278 \series bold
16279 Tezzele
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Standard
16288 Margit
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Standard
16297 555
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 </row>
16303 <row bottomline="true">
16304 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Standard
16308
16309 \series bold
16310 Unterkalmsteiner
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" topline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Standard
16319 Frieda
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Standard
16328 555
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 </row>
16334 <row bottomline="true">
16335 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Standard
16339
16340 \series bold
16341 Vieider
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Standard
16350 Hilde
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Standard
16359 555
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 </row>
16365 <row bottomline="true">
16366 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Standard
16370
16371 \series bold
16372 Vigna
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Standard
16381 Jürgen
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Standard
16390 999
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 </row>
16396 <row bottomline="true">
16397 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Standard
16401
16402 \series bold
16403 Weber
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Standard
16412 Maurizio
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Standard
16421 555
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 <row bottomline="true">
16428 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Standard
16432
16433 \series bold
16434 Winkler
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell alignment="center" valignment="top" topline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Standard
16443 Franz
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Standard
16452 555
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 </row>
16458 <row bottomline="true" endlastfoot="true">
16459 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Standard
16463
16464 \series bold
16465 End
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Standard
16474
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Standard
16483
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 </row>
16489 </lyxtabular>
16490
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \begin_layout Subsection
16497 Table Cells
16498 \begin_inset LatexCommand index
16499 name "Tables ! Cells"
16500
16501 \end_inset
16502
16503
16504 \begin_inset LatexCommand label
16505 name "sub:Table-Cells"
16506
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \begin_layout Standard
16513 A table cell can contain text, inline equations, a figure, or another table.
16514  All these kinds of objects can be placed in the same cell.
16515  Font sizes and shapes can also be altered.
16516  But you can't put a special environment in a cell (like 
16517 \family sans
16518 Section*
16519 \family default
16520 , etc.), nor set spacing options etc.
16521  for the cell's paragraph.
16522 \end_layout
16523
16524 \begin_layout Standard
16525 To have multi-line entries in table cells, you have to declare a fixed width
16526  for the column in the table dialog.
16527  Your text is then automatically split into multiple lines and the cell
16528  is enlarged vertically when the length of the text exceeds the given width.
16529  An example:
16530 \end_layout
16531
16532 \begin_layout Standard
16533 \align center
16534 \begin_inset Tabular
16535 <lyxtabular version="3" rows="4" columns="3">
16536 <features>
16537 <column alignment="center" valignment="top" leftline="true" width="0pt">
16538 <column alignment="block" valignment="top" leftline="true" width="3cm">
16539 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
16540 <row topline="true" bottomline="true">
16541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Standard
16545
16546 \family roman
16547 \series medium
16548 \shape up
16549 \size normal
16550 \emph off
16551 \bar no
16552 \noun off
16553 \color none
16554 1
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Standard
16563
16564 \family roman
16565 \series medium
16566 \shape up
16567 \size normal
16568 \emph off
16569 \bar no
16570 \noun off
16571 \color none
16572 2
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Standard
16581
16582 \family roman
16583 \series medium
16584 \shape up
16585 \size normal
16586 \emph off
16587 \bar no
16588 \noun off
16589 \color none
16590 3
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 <row>
16597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Standard
16601
16602 \family roman
16603 \series medium
16604 \shape up
16605 \size normal
16606 \emph off
16607 \bar no
16608 \noun off
16609 \color none
16610 4
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Standard
16619
16620 \family roman
16621 \series medium
16622 \shape up
16623 \size normal
16624 \emph off
16625 \bar no
16626 \noun off
16627 \color none
16628 This is a multiline entry in a table.
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Standard
16637
16638 \family roman
16639 \series medium
16640 \shape up
16641 \size normal
16642 \emph off
16643 \bar no
16644 \noun off
16645 \color none
16646 5
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 </row>
16652 <row bottomline="true">
16653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Standard
16657
16658 \family roman
16659 \series medium
16660 \shape up
16661 \size normal
16662 \emph off
16663 \bar no
16664 \noun off
16665 \color none
16666 6
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Standard
16675
16676 \family roman
16677 \series medium
16678 \shape up
16679 \size normal
16680 \emph off
16681 \bar no
16682 \noun off
16683 \color none
16684 This is longer now.
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Standard
16693
16694 \family roman
16695 \series medium
16696 \shape up
16697 \size normal
16698 \emph off
16699 \bar no
16700 \noun off
16701 \color none
16702 7
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row bottomline="true">
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Standard
16713
16714 \family roman
16715 \series medium
16716 \shape up
16717 \size normal
16718 \emph off
16719 \bar no
16720 \noun off
16721 \color none
16722 8
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Standard
16731
16732 \family roman
16733 \series medium
16734 \shape up
16735 \size normal
16736 \emph off
16737 \bar no
16738 \noun off
16739 \color none
16740 This is a multiline entry in a table.
16741  This is longer now.
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Standard
16750
16751 \family roman
16752 \series medium
16753 \shape up
16754 \size normal
16755 \emph off
16756 \bar no
16757 \noun off
16758 \color none
16759 9
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 </row>
16765 </lyxtabular>
16766
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \begin_layout Standard
16773 Cutting and pasting between tables and table cells works reasonably well.
16774  You can cut and paste even more than one row.
16775  Selection with the mouse or with 
16776 \family sans
16777 Shift
16778 \family default
16779  plus the arrow keys works as usual.
16780  You can also copy and paste the entire table as a single unit by starting
16781  the selection from outside the table.
16782 \end_layout
16783
16784 \begin_layout Section
16785 Floats
16786 \begin_inset LatexCommand index
16787 name "Floats"
16788
16789 \end_inset
16790
16791
16792 \begin_inset LatexCommand label
16793 name "sec:Floats"
16794
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \begin_layout Standard
16801 A float is a block of text associated with some sort of label, which doesn't
16802  have a fixed location.
16803  It can 
16804 \begin_inset Quotes eld
16805 \end_inset
16806
16807 float
16808 \begin_inset Quotes erd
16809 \end_inset
16810
16811  forward or backward a page or two, to wherever it fits best.
16812  
16813 \family sans
16814 Footnotes
16815 \family default
16816  and 
16817 \family sans
16818 Margin\InsetSpace ~
16819 Notes
16820 \family default
16821  are also floats, because they can float to the next page when there are
16822  too much notes at the page.
16823 \end_layout
16824
16825 \begin_layout Standard
16826 Floats makes it possible to get a high quality layout.
16827  Images and tables can evenly be spread to the pages to avoid whitespace
16828  and pages without text.
16829  As the floating often destroys the context between the text and the image/table
16830 , every float can be referenced in the text.
16831  Floats are therefore numbered.
16832  Referencing is described in section\InsetSpace ~
16833
16834 \begin_inset LatexCommand ref
16835 reference "sec:Cross-References"
16836
16837 \end_inset
16838
16839 .
16840 \end_layout
16841
16842 \begin_layout Standard
16843 To insert a float, use the menu 
16844 \family sans
16845 Insert\SpecialChar \menuseparator
16846 Floats
16847 \family default
16848 .
16849  A box with a caption that has e.\InsetSpace \thinspace{}
16850 g.\InsetSpace ~
16851 the label 
16852 \begin_inset Quotes eld
16853 \end_inset
16854
16855 Figure\InsetSpace ~
16856 #:
16857 \begin_inset Quotes erd
16858 \end_inset
16859
16860  (# is the actual number) will be inserted into your document.
16861  The label will automatically be translated to the document language in
16862  the output.
16863  Behind the label you can insert the caption text.
16864  The image or table is inserted above or below the caption in a separate
16865  paragraph within the float.
16866  To keep your LyX-document readable, you can open and close the float box
16867  by left-clicking on the box label.
16868  A closed float box looks like this: 
16869 \begin_inset Graphics
16870         filename clipart/floatQt4.png
16871         scale 80
16872
16873 \end_inset
16874
16875  -- a gray button with a red label.
16876 \end_layout
16877
16878 \begin_layout Standard
16879 It is recommended to insert floats as a separate paragraph to avoid possible
16880  LaTeX-errors that can occur when the surrounding text is specially formatted.
16881 \end_layout
16882
16883 \begin_layout Subsection
16884 Float Types
16885 \end_layout
16886
16887 \begin_layout Subsubsection
16888 Figure Floats
16889 \begin_inset LatexCommand index
16890 name "Floats ! Figure floats"
16891
16892 \end_inset
16893
16894
16895 \begin_inset LatexCommand label
16896 name "sec:Figure-Floats"
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \begin_layout Standard
16904 The menu 
16905 \family sans
16906 Insert\SpecialChar \menuseparator
16907 Float\SpecialChar \menuseparator
16908 Figure
16909 \family default
16910  inserts a float with the label 
16911 \begin_inset Quotes eld
16912 \end_inset
16913
16914
16915 \series bold
16916 Figure\InsetSpace ~
16917 #:
16918 \series default
16919
16920 \begin_inset Quotes erd
16921 \end_inset
16922
16923 .
16924  Set the cursor behind this label, press enter and insert the image as described
16925  above to get the caption printed below the image.
16926  This is what we did for Figure\InsetSpace ~
16927
16928 \begin_inset LatexCommand ref
16929 reference "cap:kill-plat"
16930
16931 \end_inset
16932
16933 .
16934  If you want the caption to be above the image, set the cursor at the end
16935  of the caption, press enter and insert the image.
16936  This was done in Figure\InsetSpace ~
16937
16938 \begin_inset LatexCommand ref
16939 reference "cap:escher"
16940
16941 \end_inset
16942
16943 .
16944 \end_layout
16945
16946 \begin_layout Standard
16947 \begin_inset Float figure
16948 wide false
16949 sideways false
16950 status collapsed
16951
16952 \begin_layout Standard
16953 \align center
16954 \begin_inset Graphics
16955         filename clipart/platypus.eps
16956         display color
16957         width 50col%
16958         rotateOrigin center
16959
16960 \end_inset
16961
16962
16963 \end_layout
16964
16965 \begin_layout Standard
16966 \begin_inset Caption
16967
16968 \begin_layout Standard
16969 \begin_inset LatexCommand label
16970 name "cap:kill-plat"
16971
16972 \end_inset
16973
16974 A severely distorted platypus in a float.
16975 \end_layout
16976
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \begin_layout Standard
16988 \begin_inset Float figure
16989 wide false
16990 sideways false
16991 status collapsed
16992
16993 \begin_layout Standard
16994 \begin_inset Caption
16995
16996 \begin_layout Standard
16997 \begin_inset LatexCommand label
16998 name "cap:escher"
16999
17000 \end_inset
17001
17002 M.C.
17003  Escher on acid.
17004 \end_layout
17005
17006 \end_inset
17007
17008
17009 \end_layout
17010
17011 \begin_layout Standard
17012 \align center
17013 \begin_inset Graphics
17014         filename clipart/escher-lsd.eps
17015         display color
17016         scale 80
17017         rotateOrigin center
17018
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \begin_layout Standard
17030 This figure float show also how to set a label and create a cross-reference
17031  to it.
17032  As described in section\InsetSpace ~
17033
17034 \begin_inset LatexCommand ref
17035 reference "sec:Cross-References"
17036
17037 \end_inset
17038
17039 , you can simply insert a label in the caption using the menu 
17040 \family sans
17041 Insert\SpecialChar \menuseparator
17042 Label
17043 \family default
17044  and refer to it using the menu 
17045 \family sans
17046 Insert\SpecialChar \menuseparator
17047 Cross-Reference
17048 \family default
17049 .
17050  It is important to use references to figure floats, rather than using vague
17051  references like 
17052 \begin_inset Quotes eld
17053 \end_inset
17054
17055 the figure above
17056 \begin_inset Quotes erd
17057 \end_inset
17058
17059 , because as LaTeX will reposition the floats in the final document; it
17060  might not be 
17061 \begin_inset Quotes eld
17062 \end_inset
17063
17064 above
17065 \begin_inset Quotes erd
17066 \end_inset
17067
17068  at all.
17069 \end_layout
17070
17071 \begin_layout Standard
17072 Normally one inserts only one image to a figure float, but sometimes you
17073  might want to use two images with separate subcaptions.
17074  This can be done in the graphics dialog: Right-click on an image and go
17075  to the tab 
17076 \family sans
17077 Extra\InsetSpace ~
17078 options
17079 \family default
17080  in the appearing dialog, use the option 
17081 \family sans
17082 Subfigure
17083 \family default
17084 , and enter the subcaption for the image in the now enabled caption field.
17085  Figure\InsetSpace ~
17086
17087 \begin_inset LatexCommand ref
17088 reference "cap:Two-distorted-images"
17089
17090 \end_inset
17091
17092  is an example of a figure float with two images set side by side.
17093  You can also set the images one below the other.
17094 \end_layout
17095
17096 \begin_layout Standard
17097 \begin_inset Float figure
17098 wide false
17099 sideways false
17100 status collapsed
17101
17102 \begin_layout Standard
17103
17104 \hfill
17105
17106 \begin_inset Graphics
17107         filename clipart/escher-lsd.eps
17108         width 45col%
17109         subcaption
17110         subcaptionText "Undefinable structure"
17111
17112 \end_inset
17113
17114
17115 \hfill
17116
17117 \begin_inset Graphics
17118         filename clipart/platypus.eps
17119         lyxscale 60
17120         width 45col%
17121         subcaption
17122         subcaptionText "Platypus"
17123
17124 \end_inset
17125
17126
17127 \hfill
17128
17129 \end_layout
17130
17131 \begin_layout Standard
17132 \begin_inset Caption
17133
17134 \begin_layout Standard
17135 \begin_inset LatexCommand label
17136 name "cap:Two-distorted-images"
17137
17138 \end_inset
17139
17140 Two distorted images.
17141 \end_layout
17142
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \begin_layout Standard
17154 Note that the caption is added to the 
17155 \family sans
17156 List\InsetSpace ~
17157 of\InsetSpace ~
17158 Figures
17159 \family default
17160  as described in section\InsetSpace ~
17161
17162 \begin_inset LatexCommand ref
17163 reference "sec:ListsOf"
17164
17165 \end_inset
17166
17167 .
17168 \end_layout
17169
17170 \begin_layout Subsubsection
17171 Table Floats
17172 \begin_inset LatexCommand index
17173 name "Floats ! Table floats"
17174
17175 \end_inset
17176
17177
17178 \begin_inset LatexCommand label
17179 name "sec:Table-Floats"
17180
17181 \end_inset
17182
17183
17184 \end_layout
17185
17186 \begin_layout Standard
17187 Table floats can be inserted using the menu 
17188 \family sans
17189 Insert\SpecialChar \menuseparator
17190 Float\SpecialChar \menuseparator
17191 Table
17192 \family default
17193 .
17194  They have the same properties as figure floats except of the different
17195  label.
17196  Table\InsetSpace ~
17197
17198 \begin_inset LatexCommand ref
17199 reference "cap:a table float"
17200
17201 \end_inset
17202
17203  is an example of a table float.
17204 \end_layout
17205
17206 \begin_layout Standard
17207 \begin_inset Float table
17208 wide false
17209 sideways false
17210 status collapsed
17211
17212 \begin_layout Standard
17213 \begin_inset Caption
17214
17215 \begin_layout Standard
17216 \begin_inset LatexCommand label
17217 name "cap:a table float"
17218
17219 \end_inset
17220
17221 A table float.
17222 \end_layout
17223
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \begin_layout Standard
17230 \align center
17231 \begin_inset Tabular
17232 <lyxtabular version="3" rows="3" columns="3">
17233 <features>
17234 <column alignment="center" valignment="top" leftline="true" width="0pt">
17235 <column alignment="center" valignment="top" leftline="true" width="0pt">
17236 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17237 <row topline="true" bottomline="true">
17238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Standard
17242
17243 \family roman
17244 \series medium
17245 \shape up
17246 \size normal
17247 \emph off
17248 \bar no
17249 \noun off
17250 \color none
17251 1
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Standard
17260
17261 \family roman
17262 \series medium
17263 \shape up
17264 \size normal
17265 \emph off
17266 \bar no
17267 \noun off
17268 \color none
17269 2
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Standard
17278
17279 \family roman
17280 \series medium
17281 \shape up
17282 \size normal
17283 \emph off
17284 \bar no
17285 \noun off
17286 \color none
17287 3
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row topline="true">
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Standard
17298
17299 \family roman
17300 \series medium
17301 \shape up
17302 \size normal
17303 \emph off
17304 \bar no
17305 \noun off
17306 \color none
17307 Joe
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Standard
17316
17317 \family roman
17318 \series medium
17319 \shape up
17320 \size normal
17321 \emph off
17322 \bar no
17323 \noun off
17324 \color none
17325 Mary
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Standard
17334
17335 \family roman
17336 \series medium
17337 \shape up
17338 \size normal
17339 \emph off
17340 \bar no
17341 \noun off
17342 \color none
17343 Ted
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row topline="true" bottomline="true">
17350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Standard
17354
17355 \family roman
17356 \series medium
17357 \shape up
17358 \size normal
17359 \emph off
17360 \bar no
17361 \noun off
17362 \color none
17363 \begin_inset Formula $\int x^{2}dx$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Standard
17375
17376 \family roman
17377 \series medium
17378 \shape up
17379 \size normal
17380 \emph off
17381 \bar no
17382 \noun off
17383 \color none
17384 \begin_inset Formula $\left[\begin{array}{cc}
17385 a & b\\
17386 c & d\end{array}\right]$
17387 \end_inset
17388
17389
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Standard
17398
17399 \family roman
17400 \series medium
17401 \shape up
17402 \size normal
17403 \emph off
17404 \bar no
17405 \noun off
17406 \color none
17407 \begin_inset Formula $1+1=2$
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 </lyxtabular>
17417
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \begin_layout Subsubsection
17429 Algorithm Floats
17430 \begin_inset LatexCommand index
17431 name "Floats ! Algorithm floats"
17432
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \begin_layout Standard
17439 This float type is inserted with the menu 
17440 \family sans
17441 Insert\SpecialChar \menuseparator
17442 Float\SpecialChar \menuseparator
17443 Algorithm
17444 \family default
17445 .
17446  It is used for program codes and descriptions of algorithms.
17447  A possible environment for algorithms is the 
17448 \family sans
17449 LyX-Code
17450 \family default
17451 , described in section\InsetSpace ~
17452
17453 \begin_inset LatexCommand ref
17454 reference "sub:LyX-Code"
17455
17456 \end_inset
17457
17458 .
17459 \end_layout
17460
17461 \begin_layout Standard
17462 Note that the float label is not automatically translated into the document
17463  language.
17464  You have to do this manually by adding the following line
17465 \end_layout
17466
17467 \begin_layout Standard
17468
17469 \series bold
17470
17471 \backslash
17472 floatname{algorithm}{your\InsetSpace ~
17473 name}
17474 \end_layout
17475
17476 \begin_layout Standard
17477 to the document preamble (menu 
17478 \family sans
17479 Document\SpecialChar \menuseparator
17480 Settings
17481 \family default
17482 ).
17483  
17484 \series bold
17485 your\InsetSpace ~
17486 name
17487 \series default
17488  is the word 
17489 \begin_inset Quotes eld
17490 \end_inset
17491
17492
17493 \emph on
17494 algorithm
17495 \emph default
17496
17497 \begin_inset Quotes erd
17498 \end_inset
17499
17500  in your language.
17501 \end_layout
17502
17503 \begin_layout Subsubsection
17504 Text Wrap Floats
17505 \begin_inset LatexCommand index
17506 name "Floats ! Text Wrap Floats"
17507
17508 \end_inset
17509
17510
17511 \begin_inset LatexCommand label
17512 name "sec:floatflt"
17513
17514 \end_inset
17515
17516
17517 \end_layout
17518
17519 \begin_layout Standard
17520 This float type is used if you want to 
17521 \begin_inset Quotes eld
17522 \end_inset
17523
17524 wrap
17525 \begin_inset Quotes erd
17526 \end_inset
17527
17528  text around a figure so that it only occupies some fraction of the column
17529  width.
17530  It can be inserted using the menu 
17531 \begin_inset Wrap figure
17532 placement l
17533 width "40col%"
17534 status collapsed
17535
17536 \begin_layout Standard
17537 \begin_inset Graphics
17538         filename clipart/mobius.eps
17539         display color
17540         width 40col%
17541         rotateOrigin center
17542
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \begin_layout Standard
17549 \begin_inset Caption
17550
17551 \begin_layout Standard
17552 \begin_inset LatexCommand label
17553 name "cap:This-is-a"
17554
17555 \end_inset
17556
17557 This is a wrapped figure, and this is the brilliant caption that describes
17558  it
17559 \begin_inset VSpace medskip
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \end_inset
17566
17567
17568 \end_layout
17569
17570 \end_inset
17571
17572  
17573 \family sans
17574 Insert\SpecialChar \menuseparator
17575 Float\SpecialChar \menuseparator
17576 Text\InsetSpace ~
17577 Wrap\InsetSpace ~
17578 Float
17579 \family default
17580  if the LaTeX-package 
17581 \series bold
17582 floatflt
17583 \series default
17584
17585 \begin_inset LatexCommand index
17586 name "LaTeX-packages ! floatflt"
17587
17588 \end_inset
17589
17590  is installed.
17591 \begin_inset Foot
17592 status collapsed
17593
17594 \begin_layout Standard
17595 Installing a LaTeX-package is explained it in the 
17596 \emph on
17597 LaTeX\InsetSpace ~
17598 Configuration
17599 \emph default
17600  manual.
17601 \end_layout
17602
17603 \end_inset
17604
17605  The width and placement of the float is adjusted by right-clicking on the
17606  float box.
17607  Figure\InsetSpace ~
17608
17609 \begin_inset LatexCommand ref
17610 reference "cap:This-is-a"
17611
17612 \end_inset
17613
17614  is an example Text\InsetSpace ~
17615 wrap float with a width of 40
17616 \begin_inset Formula $\,$
17617 \end_inset
17618
17619 col%.
17620 \begin_inset Foot
17621 status collapsed
17622
17623 \begin_layout Standard
17624 Available units are explained in Appendix\InsetSpace ~
17625
17626 \begin_inset LatexCommand ref
17627 reference "cha:Units-available-in"
17628
17629 \end_inset
17630
17631 .
17632 \end_layout
17633
17634 \end_inset
17635
17636  Some space was added under the caption to separate it better from the surroundi
17637 ng text.
17638 \end_layout
17639
17640 \begin_layout Standard
17641 The LaTeX-package 
17642 \series bold
17643 floatflt
17644 \series default
17645  also supports table wrap floats, but they are not yet supported by LyX.
17646  If you need this, read the documentation of 
17647 \series bold
17648 floatflt
17649 \series default
17650  
17651 \begin_inset LatexCommand cite
17652 key "floatflt"
17653
17654 \end_inset
17655
17656 .
17657 \end_layout
17658
17659 \begin_layout Standard
17660
17661 \series bold
17662 Note:
17663 \series default
17664  Text\InsetSpace ~
17665 wrap float floats might be fragile! E.g.
17666  having a figure too close to the bottom of the page can mess things up
17667  in the way that the float doesn't appear in the output or that it is placed
17668  over some other text.
17669 \begin_inset Foot
17670 status collapsed
17671
17672 \begin_layout Standard
17673 The better solution is to use the LaTeX-package 
17674 \series bold
17675 wrapfig
17676 \series default
17677
17678 \begin_inset LatexCommand index
17679 name "LaTeX-packages ! wrapfig"
17680
17681 \end_inset
17682
17683  instead of 
17684 \series bold
17685 floatflt
17686 \series default
17687  but it is currently not supported by LyX.
17688 \end_layout
17689
17690 \end_inset
17691
17692  In general:
17693 \end_layout
17694
17695 \begin_layout Itemize
17696 Wrap floats should not be placed in paragraphs that run over a page break.
17697  That means that wrap floats should better be inserted to the exact place
17698  when the document is nearly ready and you are able to estimate where page
17699  breaks will appear.
17700 \end_layout
17701
17702 \begin_layout Itemize
17703 Wrap floats should either be placed in an own paragraph before the paragraph
17704  where they should wrap into or within a paragraph.
17705 \end_layout
17706
17707 \begin_layout Itemize
17708 Wrap floats in consecutive paragraphs may cause troubles, so assure that
17709  there is a text paragraph between them as separator.
17710 \end_layout
17711
17712 \begin_layout Itemize
17713 Wrap floats are not allowed in section headings or tables.
17714 \end_layout
17715
17716 \begin_layout Subsection
17717 Rotated Floats
17718 \begin_inset LatexCommand label
17719 name "sub:Rotated-Floats"
17720
17721 \end_inset
17722
17723
17724 \begin_inset LatexCommand index
17725 name "Floats ! Rotating"
17726
17727 \end_inset
17728
17729
17730 \end_layout
17731
17732 \begin_layout Standard
17733 Especially for wide tables you might have floats rotated.
17734  To rotate a whole float including the caption, right-click on the float-box
17735  and use the option 
17736 \family sans
17737 Rotate\InsetSpace ~
17738 sideways
17739 \family default
17740 .
17741 \end_layout
17742
17743 \begin_layout Standard
17744 Rotated floats are always placed on its own page (or column, when you have
17745  a two-column document).
17746  They are normally rotated so that you can read them from the outside margin
17747  (They are rotated to the left in a two-sided document when they are on
17748  a page with an even number).
17749  Forcing their rotation direction is not yet supported by LyX.
17750 \end_layout
17751
17752 \begin_layout Standard
17753 Referencing rotated floats is the same like for normal floats, the caption
17754  format is also the same: Table\InsetSpace ~
17755
17756 \begin_inset LatexCommand ref
17757 reference "cap:Rotated-table"
17758
17759 \end_inset
17760
17761  is an example of a rotated table float.
17762 \end_layout
17763
17764 \begin_layout Standard
17765
17766 \series bold
17767
17768 \backslash
17769 usepackage[tablesleft]{rotating}
17770 \end_layout
17771
17772 \begin_layout Standard
17773
17774 \series bold
17775 Note:
17776 \series default
17777  Not all DVI-viewers are able to display rotated floats.
17778 \end_layout
17779
17780 \begin_layout Standard
17781 \begin_inset Float table
17782 wide false
17783 sideways true
17784 status collapsed
17785
17786 \begin_layout Standard
17787 \begin_inset Caption
17788
17789 \begin_layout Standard
17790 \begin_inset LatexCommand label
17791 name "cap:Rotated-table"
17792
17793 \end_inset
17794
17795  Rotated table
17796 \end_layout
17797
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \begin_layout Standard
17804 \align center
17805 \begin_inset Tabular
17806 <lyxtabular version="3" rows="1" columns="5">
17807 <features>
17808 <column alignment="center" valignment="top" leftline="true" width="0">
17809 <column alignment="center" valignment="top" leftline="true" width="0">
17810 <column alignment="center" valignment="top" leftline="true" width="0">
17811 <column alignment="center" valignment="top" leftline="true" width="0">
17812 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17813 <row topline="true" bottomline="true">
17814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Standard
17818 test
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Standard
17827 b
17828 \end_layout
17829
17830 \end_inset
17831 </cell>
17832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Standard
17836 c
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Standard
17845 d
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Standard
17854 e
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 </row>
17860 </lyxtabular>
17861
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \begin_layout Subsection
17873 Float Placement
17874 \begin_inset LatexCommand label
17875 name "sub:Float-Placement"
17876
17877 \end_inset
17878
17879
17880 \begin_inset LatexCommand index
17881 name "Floats ! Placement"
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Standard
17889 Right-clicking on a float-box opens a dialog where you can alter the placement
17890  options that LaTeX uses for positioning the float.
17891 \newline
17892 The option 
17893 \family sans
17894 Span\InsetSpace ~
17895 columns
17896 \family default
17897  is only useful for two-column documents: If you select it, the float will
17898  span across both columns on the page instead of being confined to just
17899  one.
17900 \newline
17901 The option 
17902 \family sans
17903 Rotate\InsetSpace ~
17904 sideways
17905 \family default
17906  is used to rotate floats, see section\InsetSpace ~
17907
17908 \begin_inset LatexCommand ref
17909 reference "sub:Rotated-Floats"
17910
17911 \end_inset
17912
17913 .
17914 \end_layout
17915
17916 \begin_layout Standard
17917 You can use one ore more of the following options in the float dialog to
17918  set the placement for a particular float when you uncheck the option 
17919 \family sans
17920 Use\InsetSpace ~
17921 default\InsetSpace ~
17922 placement
17923 \family default
17924 :
17925 \end_layout
17926
17927 \begin_layout Description
17928 Here\InsetSpace ~
17929 if\InsetSpace ~
17930 possible: try to place the float on the position where it is inserted
17931 \end_layout
17932
17933 \begin_layout Description
17934 Top\InsetSpace ~
17935 of\InsetSpace ~
17936 page: try to place the float on the top of the current page
17937 \end_layout
17938
17939 \begin_layout Description
17940 Bottom\InsetSpace ~
17941 of\InsetSpace ~
17942 page: try to place the float on the bottom of the current page
17943 \end_layout
17944
17945 \begin_layout Description
17946 Page\InsetSpace ~
17947 of\InsetSpace ~
17948 floats: try to place the float on an own page 
17949 \end_layout
17950
17951 \begin_layout Standard
17952 The order of the above option is 
17953 \emph on
17954 always
17955 \emph default
17956  used by LaTeX.
17957  That means, if you use the default placement, LaTeX will first try out
17958  
17959 \family sans
17960 Here\InsetSpace ~
17961 if\InsetSpace ~
17962 possible
17963 \family default
17964 , then 
17965 \family sans
17966 Top\InsetSpace ~
17967 of\InsetSpace ~
17968 page
17969 \family default
17970 , and then the others.
17971  If you don't use the default, LaTeX will try only the checked options but
17972  in the same order.
17973  If none of the 4 placements are possible the procedure is internally repeated
17974  but it is tried to put the float on the following page.
17975 \end_layout
17976
17977 \begin_layout Standard
17978 By default, each options has its own rules:
17979 \end_layout
17980
17981 \begin_layout Standard
17982
17983 \family sans
17984 Top\InsetSpace ~
17985 of\InsetSpace ~
17986 page
17987 \family default
17988  only floats occupying less than 70\InsetSpace \thinspace{}
17989 % of the page can be placed at the top
17990  of a page
17991 \end_layout
17992
17993 \begin_layout Standard
17994
17995 \family sans
17996 Bottom\InsetSpace ~
17997 of\InsetSpace ~
17998 page
17999 \family default
18000 : only floats occupying less than 30\InsetSpace \thinspace{}
18001 % of the page can be placed at the bottom
18002  of a page.
18003 \end_layout
18004
18005 \begin_layout Standard
18006
18007 \family sans
18008 Page\InsetSpace ~
18009 of\InsetSpace ~
18010 floats
18011 \family default
18012 : only if more than 50\InsetSpace \thinspace{}
18013 % of the page are occupied by floats, several floats
18014  can be set together on a page.
18015 \end_layout
18016
18017 \begin_layout Standard
18018 If you don't like these rules, you can ignore them by using the additional
18019  option 
18020 \family sans
18021 Ignore\InsetSpace ~
18022 LaTeX\InsetSpace ~
18023 rules
18024 \family default
18025 .
18026 \end_layout
18027
18028 \begin_layout Standard
18029 Sometimes you might need, under all circumstances, a float to be placed
18030  exactly at the position where it is inserted.
18031  For this case you can use the option 
18032 \family sans
18033 Here\InsetSpace ~
18034 definitely
18035 \family default
18036 .
18037  Use this option very rarely and only if the document is nearly ready to
18038  be printed.
18039  Because the float is then no longer able to 
18040 \begin_inset Quotes eld
18041 \end_inset
18042
18043 float
18044 \begin_inset Quotes erd
18045 \end_inset
18046
18047  when you change your document and this will often destroy the page layout.
18048 \end_layout
18049
18050 \begin_layout Standard
18051 There are no placement options for text wrap floats, because they are always
18052  surrounded by the text of a certain paragraph.
18053 \end_layout
18054
18055 \begin_layout Standard
18056 For more details about float placements, have a look at LaTeX books like
18057  
18058 \begin_inset LatexCommand cite
18059 key "latexcompanion,latexguide,latexbook"
18060
18061 \end_inset
18062
18063 .
18064 \end_layout
18065
18066 \begin_layout Standard
18067
18068 \end_layout
18069
18070 \begin_layout Section
18071 Minipages
18072 \begin_inset LatexCommand index
18073 name "Minipages"
18074
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \begin_layout Standard
18081 LaTeX provides a mechanism to produce essentially a page within a page,
18082  called minipage.
18083  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
18084 apply.
18085  
18086 \end_layout
18087
18088 \begin_layout Standard
18089 Minipages in LyX have their own collapsable box inserted via the menu 
18090 \family sans
18091 Insert\SpecialChar \menuseparator
18092 Box
18093 \family default
18094 .
18095  Right-clicking on the box allows you to alter the width of the minipage
18096  and its alignment within the page.
18097 \end_layout
18098
18099 \begin_layout Standard
18100 \align center
18101 \begin_inset Box Frameless
18102 position "t"
18103 hor_pos "c"
18104 has_inner_box 1
18105 inner_pos "t"
18106 use_parbox 0
18107 width "30col%"
18108 special "none"
18109 height "1pt"
18110 height_special "totalheight"
18111 status open
18112
18113 \begin_layout Standard
18114
18115 \shape italic
18116 This is a minipage.
18117  The text is set in an italic style.
18118 \end_layout
18119
18120 \begin_layout Standard
18121
18122 \shape italic
18123 Minipages are often used for text in another language or text that needs
18124  another formatting.
18125 \end_layout
18126
18127 \end_inset
18128
18129
18130 \end_layout
18131
18132 \begin_layout Standard
18133 \begin_inset VSpace medskip
18134 \end_inset
18135
18136 If you place two minipages side-by-side, you can use 
18137 \family sans
18138 Horizontal Fills
18139 \family default
18140  as described in section\InsetSpace ~
18141
18142 \begin_inset LatexCommand ref
18143 reference "sub:Horizontal-Space"
18144
18145 \end_inset
18146
18147 :
18148 \begin_inset VSpace medskip
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \begin_layout Standard
18155 \begin_inset Box Frameless
18156 position "t"
18157 hor_pos "c"
18158 has_inner_box 1
18159 inner_pos "t"
18160 use_parbox 0
18161 width "1.5in"
18162 special "none"
18163 height "1pt"
18164 height_special "totalheight"
18165 status open
18166
18167 \begin_layout Standard
18168 This is a minipage with some stupid dummy text.
18169  This dummy text is used to increase the size of the minipage.
18170 \end_layout
18171
18172 \end_inset
18173
18174
18175 \hfill
18176
18177 \begin_inset Box Frameless
18178 position "t"
18179 hor_pos "c"
18180 has_inner_box 1
18181 inner_pos "t"
18182 use_parbox 0
18183 width "1.5in"
18184 special "none"
18185 height "1pt"
18186 height_special "totalheight"
18187 status open
18188
18189 \begin_layout Standard
18190 This is a minipage with some stupid dummy text.
18191  This dummy text is used to increase the size of the minipage.
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \end_layout
18198
18199 \begin_layout Chapter
18200 Mathematical Formulas
18201 \begin_inset LatexCommand index
18202 name "Math"
18203
18204 \end_inset
18205
18206
18207 \begin_inset LatexCommand index
18208 name "Formulas | see{Math}"
18209
18210 \end_inset
18211
18212
18213 \begin_inset LatexCommand label
18214 name "cha:Mathematical-Formulas"
18215
18216 \end_inset
18217
18218
18219 \end_layout
18220
18221 \begin_layout Section
18222 Basic Math Editing
18223 \begin_inset LatexCommand index
18224 name "Math ! Basics"
18225
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \begin_layout Standard
18232 To create a math formula, you can just click on the toolbar icon 
18233 \begin_inset Graphics
18234         filename ../images/math-mode.xpm
18235
18236 \end_inset
18237
18238 .
18239  That will create a little blue rectangle, with purple markers around its
18240  corners.
18241  That blue rectangle is the formula itself; the purple markers indicate
18242  what level of nesting within the formula you are at.
18243  You can also choose a particular formula type to insert via the 
18244 \family sans
18245 Insert\SpecialChar \menuseparator
18246 Math
18247 \family default
18248  menu.
18249 \end_layout
18250
18251 \begin_layout Standard
18252 Editing the parameters of a formula may be done from the 
18253 \family sans
18254 Math\InsetSpace ~
18255 Panel
18256 \family default
18257 , that appears when you right-click on a formula (also available with the
18258  menu 
18259 \family sans
18260 Insert\SpecialChar \menuseparator
18261 Math\SpecialChar \menuseparator
18262 Math\InsetSpace ~
18263 Panel
18264 \family default
18265 ), or via the menu 
18266 \family sans
18267 Edit\SpecialChar \menuseparator
18268 Math
18269 \family default
18270 .
18271  The math panel is very useful, so you may want to open it and leave it
18272  somewhere on the screen.
18273  If you're not already in a formula, selecting anything from the math panel
18274  will insert a formula for you.
18275 \end_layout
18276
18277 \begin_layout Standard
18278 There are two main types of formulas: Inline formulas appear within a text
18279  line, like this one:
18280 \end_layout
18281
18282 \begin_layout Standard
18283 This is a line with an inline formula 
18284 \begin_inset Formula $A=B$
18285 \end_inset
18286
18287  in it.
18288 \end_layout
18289
18290 \begin_layout Standard
18291 Displayed formulas appear outside the text like as they were in an own paragraph
18292 , like this one:
18293 \begin_inset Formula \[
18294 A=B\]
18295
18296 \end_inset
18297
18298 You can only number and reference displayed formulas.
18299 \end_layout
18300
18301 \begin_layout Standard
18302 LyX supports also many LaTeX math commands.
18303  E.g.
18304  typing 
18305 \begin_inset Quotes eld
18306 \end_inset
18307
18308
18309 \series bold
18310
18311 \backslash
18312 alpha
18313 \series default
18314
18315 \begin_inset Quotes erd
18316 \end_inset
18317
18318 , followed by a space, in a formula will create the greek letter 
18319 \begin_inset Formula $\alpha$
18320 \end_inset
18321
18322 .
18323  So typing commands might sometimes be faster than using the 
18324 \family sans
18325 Math\InsetSpace ~
18326 Panel
18327 \family default
18328 .
18329 \end_layout
18330
18331 \begin_layout Subsection
18332 Navigating in Formulas
18333 \begin_inset LatexCommand index
18334 name "Math ! Navigating"
18335
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \begin_layout Standard
18342 The best control over the cursor position within an existing formula is
18343  achieved with the arrow keys.
18344  LyX uses small rectangles to indicate places where something can be inserted.
18345  The arrow keys can be used to navigate between parts of a formula.
18346  Pressing 
18347 \family sans
18348 Space
18349 \family default
18350  will leave a formula construct (a square root 
18351 \begin_inset Formula $\sqrt{2}$
18352 \end_inset
18353
18354 , or parentheses 
18355 \begin_inset Formula $\left(f\right)$
18356 \end_inset
18357
18358 , or a matrix 
18359 \begin_inset Formula $\left[\begin{array}{cc}
18360 1 & 2\\
18361 3 & 4\end{array}\right]$
18362 \end_inset
18363
18364 ).
18365  Pressing 
18366 \family sans
18367 Escape
18368 \family default
18369  will leave the formula, placing the cursor after the formula.
18370  
18371 \family sans
18372 Tab
18373 \family default
18374  can be used to move horizontally in a formula; for example, through the
18375  cells of a matrix or the positions in a multi-line equation.
18376 \end_layout
18377
18378 \begin_layout Standard
18379
18380 \family sans
18381 Space
18382 \family default
18383 , printed in this document as 
18384 \begin_inset Quotes eld
18385 \end_inset
18386
18387
18388 \begin_inset ERT
18389 status collapsed
18390
18391 \begin_layout Standard
18392
18393
18394 \backslash
18395 spce 
18396 \end_layout
18397
18398 \end_inset
18399
18400
18401 \begin_inset Quotes erd
18402 \end_inset
18403
18404
18405 \begin_inset Note Note
18406 status collapsed
18407
18408 \begin_layout Standard
18409 This command will appear in the output as official character denoting the
18410  space character (visible space).
18411 \end_layout
18412
18413 \end_inset
18414
18415 , seems to do nothing in a formula, since it does not add a space between
18416  characters, but it does exit a nested structure.
18417  For this reason, you have to be careful about using 
18418 \family sans
18419 Space
18420 \family default
18421 .
18422  For example, if you want 
18423 \begin_inset Formula $\sqrt{2x+1}$
18424 \end_inset
18425
18426 , type 
18427 \series bold
18428
18429 \backslash
18430 sqrt
18431 \begin_inset ERT
18432 status collapsed
18433
18434 \begin_layout Standard
18435
18436
18437 \backslash
18438 spce 
18439 \end_layout
18440
18441 \end_inset
18442
18443 2x+1
18444 \series default
18445  and not 
18446 \series bold
18447
18448 \backslash
18449 sqrt
18450 \begin_inset ERT
18451 status collapsed
18452
18453 \begin_layout Standard
18454
18455
18456 \backslash
18457 spce 
18458 \end_layout
18459
18460 \end_inset
18461
18462 2x
18463 \begin_inset ERT
18464 status collapsed
18465
18466 \begin_layout Standard
18467
18468
18469 \backslash
18470 spce 
18471 \end_layout
18472
18473 \end_inset
18474
18475 +1
18476 \series default
18477 , since in the latter case only the 
18478 \family typewriter
18479
18480 \begin_inset Formula $2x$
18481 \end_inset
18482
18483
18484 \family default
18485  will be under the square root sign: 
18486 \begin_inset Formula $\sqrt{2x}+1$
18487 \end_inset
18488
18489 .
18490 \end_layout
18491
18492 \begin_layout Standard
18493 You can leave many parts of a formula, like this matrix, partially filled
18494  in, such as:
18495 \begin_inset Formula \[
18496 \left(\begin{array}{ccc}
18497 \lambda_{1}\\
18498  & \ddots\\
18499  &  & \lambda_{n}\end{array}\right)\]
18500
18501 \end_inset
18502
18503 If you leave a fraction only partially filled in, or a subscript with nothing
18504  in it, the results will be unpredictable, but most constructs don't mind.
18505 \end_layout
18506
18507 \begin_layout Subsection
18508 Selecting Text
18509 \end_layout
18510
18511 \begin_layout Standard
18512 You can select text within a formula in two different ways.
18513  Place the cursor at one end of the string of text you want, and press 
18514 \family sans
18515 Shift
18516 \family default
18517  and a cursor movement key to select text.
18518  It will be highlighted as with regular text selection.
18519  Alternatively, you can select text with the mouse in the usual way.
18520  That text can then be cut or copied, and then pasted within any formula,
18521  but not in a normal text region in LyX.
18522 \end_layout
18523
18524 \begin_layout Subsection
18525 The Math Panel
18526 \begin_inset LatexCommand index
18527 name "Math ! Math Panel"
18528
18529 \end_inset
18530
18531
18532 \begin_inset LatexCommand label
18533 name "sec:math-panel"
18534
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \begin_layout Standard
18541 The 
18542 \family sans
18543 Math\InsetSpace ~
18544 Panel
18545 \family default
18546  dialog is accessible by right-clicking on a formula or via the menu 
18547 \family sans
18548 Insert\SpecialChar \menuseparator
18549 Math
18550 \family default
18551 .
18552  It has an extensive list of symbols and structures.
18553  As stated earlier, you can keep the math panel open when writing mathematics.
18554  The use of the panel should be fairly obvious; we'll describe some of the
18555  details in the following sections.
18556 \end_layout
18557
18558 \begin_layout Subsection
18559 Exponents and Subscripts
18560 \begin_inset LatexCommand index
18561 name "Math ! Exponents"
18562
18563 \end_inset
18564
18565
18566 \begin_inset LatexCommand index
18567 name "Math ! Subscripts"
18568
18569 \end_inset
18570
18571
18572 \end_layout
18573
18574 \begin_layout Standard
18575 You can use the math panel to add super- or subscripts, but the much easier
18576  way is to use a command.
18577  To get 
18578 \begin_inset Formula $x^{2}$
18579 \end_inset
18580
18581 , type in a formula 
18582 \series bold
18583 x^2
18584 \begin_inset ERT
18585 status collapsed
18586
18587 \begin_layout Standard
18588
18589
18590 \backslash
18591 spce 
18592 \end_layout
18593
18594 \end_inset
18595
18596
18597 \series default
18598 .
18599  The final 
18600 \family sans
18601 Space
18602 \family default
18603  puts the cursor back down on the base line of the expression.
18604  If you type 
18605 \series bold
18606 x^2y
18607 \series default
18608 , you will get 
18609 \begin_inset Formula $x^{2y}$
18610 \end_inset
18611
18612 , to get 
18613 \begin_inset Formula $x^{2}y$
18614 \end_inset
18615
18616 , type 
18617 \series bold
18618 x^2
18619 \begin_inset ERT
18620 status collapsed
18621
18622 \begin_layout Standard
18623
18624
18625 \backslash
18626 spce 
18627 \end_layout
18628
18629 \end_inset
18630
18631 y
18632 \series default
18633 .
18634  If you use characters in the superscript, that could be accented with the
18635  hat 
18636 \begin_inset Quotes eld
18637 \end_inset
18638
18639 ^
18640 \begin_inset Quotes erd
18641 \end_inset
18642
18643 , you have to use an extra 
18644 \family sans
18645 Space
18646 \family default
18647  to separate the hat and the character.
18648  E.g.
18649  if you want 
18650 \begin_inset Formula $x^{a}$
18651 \end_inset
18652
18653 , type 
18654 \series bold
18655 x^
18656 \begin_inset ERT
18657 status collapsed
18658
18659 \begin_layout Standard
18660
18661
18662 \backslash
18663 spce 
18664 \end_layout
18665
18666 \end_inset
18667
18668 a
18669 \series default
18670 .
18671  Subscripts are similar: To get 
18672 \begin_inset Formula $a_{1}$
18673 \end_inset
18674
18675 , type 
18676 \series bold
18677 a_1
18678 \begin_inset ERT
18679 status collapsed
18680
18681 \begin_layout Standard
18682
18683
18684 \backslash
18685 spce 
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \series default
18692 .
18693 \end_layout
18694
18695 \begin_layout Standard
18696 Note that by default, the superscript or subscript is only for the single
18697  symbol to the left, which changes the spacing and alignment; you should
18698  read section\InsetSpace ~
18699
18700 \begin_inset LatexCommand ref
18701 reference "sec:Grouping"
18702
18703 \end_inset
18704
18705  if you need to alter this.
18706 \end_layout
18707
18708 \begin_layout Subsection
18709 Fractions
18710 \begin_inset LatexCommand index
18711 name "Math ! Fractions"
18712
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \begin_layout Standard
18719 Create a fraction with either the command 
18720 \series bold
18721
18722 \backslash
18723 frac
18724 \series default
18725  or using the icon 
18726 \begin_inset Graphics
18727         filename ../images/math/frac.xpm
18728         scale 60
18729
18730 \end_inset
18731
18732  in the 
18733 \family sans
18734 Math\InsetSpace ~
18735 Panel
18736 \family default
18737 .
18738  You will be presented with an empty fraction.
18739  The cursor is above the fraction line.
18740  To move it to the bottom, simply press 
18741 \family sans
18742 Down
18743 \family default
18744 .
18745  To move back up, press 
18746 \family sans
18747 Up
18748 \family default
18749 .
18750  Any math structure can be placed in a fraction, as this example shows:
18751 \begin_inset Formula \[
18752 \left[\frac{1}{\left(\begin{array}{cc}
18753 2 & 3\\
18754 4 & 5\end{array}\right)}\right]\]
18755
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \begin_layout Subsection
18762 Roots
18763 \begin_inset LatexCommand index
18764 name "Math ! Roots"
18765
18766 \end_inset
18767
18768
18769 \end_layout
18770
18771 \begin_layout Standard
18772 Roots can be created using the 
18773 \family sans
18774 Math\InsetSpace ~
18775 Panel
18776 \family default
18777  button
18778 \begin_inset Graphics
18779         filename ../images/math/sqrt.xpm
18780
18781 \end_inset
18782
18783  or the commands 
18784 \series bold
18785
18786 \backslash
18787 sqrt
18788 \series default
18789  or 
18790 \series bold
18791
18792 \backslash
18793 root
18794 \series default
18795 .
18796  With the command 
18797 \series bold
18798
18799 \backslash
18800 root
18801 \series default
18802  you can produce roots of higher orders, like cube roots, while 
18803 \series bold
18804
18805 \backslash
18806 sqrt
18807 \series default
18808  produces always a square root.
18809 \end_layout
18810
18811 \begin_layout Subsection
18812 Operators with Limits
18813 \begin_inset LatexCommand index
18814 name "Math ! Sums"
18815
18816 \end_inset
18817
18818
18819 \begin_inset LatexCommand index
18820 name "Math ! Integrals"
18821
18822 \end_inset
18823
18824
18825 \begin_inset LatexCommand label
18826 name "sub:Operators-with-Limits"
18827
18828 \end_inset
18829
18830
18831 \end_layout
18832
18833 \begin_layout Standard
18834 Sum (
18835 \begin_inset Formula $\sum$
18836 \end_inset
18837
18838 ) and integral (
18839 \begin_inset Formula $\int$
18840 \end_inset
18841
18842 ) operators are very often decorated with limits.
18843  These limits can be entered in LyX by entering them as you would enter
18844  a super- or subscript, directly after the symbol.
18845  The sum operator will automatically place its 
18846 \begin_inset Quotes eld
18847 \end_inset
18848
18849 limits
18850 \begin_inset Quotes erd
18851 \end_inset
18852
18853  over and under the symbol in displayed formulas, and on the side in inline
18854  formulas.
18855  Such as 
18856 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
18857 \end_inset
18858
18859 , versus
18860 \begin_inset Formula \[
18861 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
18862
18863 \end_inset
18864
18865 Integral signs, however, will place the limits on the side in both formula
18866  types.
18867 \end_layout
18868
18869 \begin_layout Standard
18870 All operators with limits will be automatically re-sized when placed in
18871  display mode.
18872  The placement of the limits can be changed by placing the cursor directly
18873  behind the operator and hitting 
18874 \family sans
18875 M-m l
18876 \family default
18877  or using the menu 
18878 \family sans
18879 Edit\SpecialChar \menuseparator
18880 Math\SpecialChar \menuseparator
18881 Change\InsetSpace ~
18882 Limits\InsetSpace ~
18883 Type
18884 \family default
18885 .
18886 \end_layout
18887
18888 \begin_layout Standard
18889 Certain other mathematical expressions have this 
18890 \begin_inset Quotes eld
18891 \end_inset
18892
18893 moving limits
18894 \begin_inset Quotes erd
18895 \end_inset
18896
18897  feature as addition, such as
18898 \begin_inset LatexCommand index
18899 name "Math ! Limits"
18900
18901 \end_inset
18902
18903
18904 \begin_inset Formula \[
18905 \lim_{x\rightarrow\infty}f(x),\]
18906
18907 \end_inset
18908
18909 which will place the 
18910 \begin_inset Formula $x\rightarrow\infty$
18911 \end_inset
18912
18913  underneath the 
18914 \begin_inset Quotes eld
18915 \end_inset
18916
18917 lim
18918 \begin_inset Quotes erd
18919 \end_inset
18920
18921  in display mode.
18922  In inline formulas it looks like this: 
18923 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
18924 \end_inset
18925
18926 .
18927 \end_layout
18928
18929 \begin_layout Standard
18930 Note that the lim-function was entered as the function macro 
18931 \series bold
18932
18933 \backslash
18934 lim
18935 \series default
18936 .
18937  Have a look at section\InsetSpace ~
18938
18939 \begin_inset LatexCommand ref
18940 reference "sec:math-functions"
18941
18942 \end_inset
18943
18944  for an explanation of function macros.
18945 \end_layout
18946
18947 \begin_layout Subsection
18948 Math Symbols
18949 \begin_inset LatexCommand index
18950 name "Math ! Symbols"
18951
18952 \end_inset
18953
18954
18955 \end_layout
18956
18957 \begin_layout Standard
18958 Most math symbols can be found in the 
18959 \family sans
18960 Math\InsetSpace ~
18961 Panel
18962 \family default
18963  under one of several categories; including 
18964 \family sans
18965 Greek
18966 \family default
18967
18968 \family sans
18969 Operators
18970 \family default
18971  , 
18972 \family sans
18973 Relations
18974 \family default
18975
18976 \family sans
18977 Arrows
18978 \family default
18979 .
18980  There are also the additional symbols provided by the American Mathematical
18981  Society (AMS).
18982 \end_layout
18983
18984 \begin_layout Standard
18985 If you know the LaTeX-command for a construct or symbol you wish to use,
18986  you don't have to use the 
18987 \family sans
18988 Math\InsetSpace ~
18989 Panel
18990 \family default
18991 , but can type the command directly into the formula.
18992  LyX will convert it to the corresponding symbol or construct.
18993 \end_layout
18994
18995 \begin_layout Subsection
18996 Altering Spacing
18997 \begin_inset LatexCommand index
18998 name "Math ! Spaces"
18999
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \begin_layout Standard
19006 You may want to create spaces that differs from the standard spacing that
19007  LaTeX provides.
19008  To do this, type 
19009 \family sans
19010 C-Space
19011 \family default
19012  or to use the 
19013 \family sans
19014 Math\InsetSpace ~
19015 Panel
19016 \family default
19017  button 
19018 \begin_inset Graphics
19019         filename ../images/math/space.xpm
19020
19021 \end_inset
19022
19023 .
19024  This generates a small space, and shows a small marker on the screen.
19025  Here a example for the sequence 
19026 \series bold
19027 a C-Space b
19028 \series default
19029
19030 \begin_inset Formula $a\, b$
19031 \end_inset
19032
19033  (appears in LyX as 
19034 \begin_inset Graphics
19035         filename clipart/SpaceMarker.png
19036
19037 \end_inset
19038
19039 ).
19040  You can change the space to different sizes when you set the cursor behind
19041  the space marker and hit space again several times.
19042  With every space hit the size will be changed.
19043  Some markers for the space size appear red in LyX, because they are a negative
19044  spaces.
19045  Here two examples:
19046 \end_layout
19047
19048 \begin_layout Standard
19049
19050 \series bold
19051 a C-Space b
19052 \series default
19053  and 3×
19054 \family sans
19055 Space
19056 \family default
19057
19058 \begin_inset Formula $a\quad b$
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \begin_layout Standard
19065
19066 \series bold
19067 a C-Space b
19068 \series default
19069  and 5×
19070 \family sans
19071 Space
19072 \family default
19073
19074 \begin_inset Formula $a\! b$
19075 \end_inset
19076
19077
19078 \end_layout
19079
19080 \begin_layout Subsection
19081 Functions
19082 \begin_inset LatexCommand index
19083 name "Math ! Functions"
19084
19085 \end_inset
19086
19087
19088 \begin_inset LatexCommand label
19089 name "sec:math-functions"
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \begin_layout Standard
19097 The 
19098 \family sans
19099 Math\InsetSpace ~
19100 Panel
19101 \family default
19102  contains a number of functions, such as 
19103 \begin_inset Formula $\sin$
19104 \end_inset
19105
19106
19107 \begin_inset Formula $\lim$
19108 \end_inset
19109
19110
19111 \emph on
19112 etc
19113 \emph default
19114 .
19115  (you can also insert them in a formula by typing 
19116 \series bold
19117
19118 \backslash
19119 sin
19120 \series default
19121  etc.).
19122  Standard mathematical practice is, that functions are printed upright to
19123  avoid confusions, because 
19124 \begin_inset Formula $sin$
19125 \end_inset
19126
19127  does normally mean 
19128 \begin_inset Formula $s·i·n$
19129 \end_inset
19130
19131 .
19132 \end_layout
19133
19134 \begin_layout Standard
19135 Using the function macros will also produce correct spacing around the function:
19136  
19137 \begin_inset Formula $a\sin x$
19138 \end_inset
19139
19140  is different from 
19141 \begin_inset Formula $asinx$
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \begin_layout Standard
19148 For some mathematical objects, like the limes, the macro changes the way
19149  that subscripts are placed, like described in section\InsetSpace ~
19150
19151 \begin_inset LatexCommand ref
19152 reference "sub:Operators-with-Limits"
19153
19154 \end_inset
19155
19156 .
19157 \end_layout
19158
19159 \begin_layout Subsection
19160 Accents
19161 \begin_inset LatexCommand index
19162 name "Math ! Accents"
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Standard
19170 In a formula you can insert accented characters in the same way as in text
19171  mode.
19172  This may depend on your keyboard, or the bindings file you use.
19173  You can also use LaTeX commands to e.g.
19174  enter 
19175 \begin_inset Formula $\hat{a}$
19176 \end_inset
19177
19178  even if your keyboard doesn't have hat-accents enabled.
19179  Our example is entered by typing 
19180 \series bold
19181
19182 \backslash
19183 hat
19184 \begin_inset ERT
19185 status collapsed
19186
19187 \begin_layout Standard
19188
19189
19190 \backslash
19191 spce 
19192 \end_layout
19193
19194 \end_inset
19195
19196 a
19197 \series default
19198  in a formula.
19199  Table\InsetSpace ~
19200
19201 \begin_inset LatexCommand ref
19202 reference "cap:Accent-names-and"
19203
19204 \end_inset
19205
19206  shows the equivalences between the accent names and the commands.
19207 \end_layout
19208
19209 \begin_layout Standard
19210 \begin_inset Float table
19211 wide false
19212 sideways false
19213 status collapsed
19214
19215 \begin_layout Standard
19216 \begin_inset Caption
19217
19218 \begin_layout Standard
19219 \begin_inset LatexCommand label
19220 name "cap:Accent-names-and"
19221
19222 \end_inset
19223
19224 Accent names and the corresponding commands.
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \begin_layout Standard
19233 \align center
19234 \begin_inset Tabular
19235 <lyxtabular version="3" rows="11" columns="3">
19236 <features>
19237 <column alignment="center" valignment="top" leftline="true" width="0pt">
19238 <column alignment="center" valignment="top" leftline="true" width="0pt">
19239 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19240 <row topline="true" bottomline="true">
19241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Standard
19245 Name
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Standard
19254 Command
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Standard
19263 E
19264 \family roman
19265 \series medium
19266 \shape up
19267 \size normal
19268 \emph off
19269 \bar no
19270 \noun off
19271 \color none
19272 xample
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row topline="true">
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Standard
19283
19284 \family roman
19285 \series medium
19286 \shape up
19287 \size normal
19288 \emph off
19289 \bar no
19290 \noun off
19291 \color none
19292 circumflex
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Standard
19301
19302 \series bold
19303
19304 \backslash
19305 hat
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Standard
19314
19315 \family roman
19316 \series medium
19317 \shape up
19318 \size normal
19319 \emph off
19320 \bar no
19321 \noun off
19322 \color none
19323 \begin_inset Formula $\hat{a}$
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 </row>
19332 <row topline="true">
19333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Standard
19337
19338 \family roman
19339 \series medium
19340 \shape up
19341 \size normal
19342 \emph off
19343 \bar no
19344 \noun off
19345 \color none
19346 grave
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Standard
19355
19356 \series bold
19357
19358 \backslash
19359 grave
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Standard
19368
19369 \family roman
19370 \series medium
19371 \shape up
19372 \size normal
19373 \emph off
19374 \bar no
19375 \noun off
19376 \color none
19377 \begin_inset Formula $\grave{a}$
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 </row>
19386 <row topline="true">
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Standard
19391
19392 \family roman
19393 \series medium
19394 \shape up
19395 \size normal
19396 \emph off
19397 \bar no
19398 \noun off
19399 \color none
19400 acute
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Standard
19409
19410 \series bold
19411
19412 \backslash
19413 acute
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Standard
19422
19423 \family roman
19424 \series medium
19425 \shape up
19426 \size normal
19427 \emph off
19428 \bar no
19429 \noun off
19430 \color none
19431 \begin_inset Formula $\acute{a}$
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 </row>
19440 <row topline="true">
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Standard
19445
19446 \family roman
19447 \series medium
19448 \shape up
19449 \size normal
19450 \emph off
19451 \bar no
19452 \noun off
19453 \color none
19454 umlaut
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Standard
19463
19464 \series bold
19465
19466 \backslash
19467 ddot
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Standard
19476
19477 \family roman
19478 \series medium
19479 \shape up
19480 \size normal
19481 \emph off
19482 \bar no
19483 \noun off
19484 \color none
19485 \begin_inset Formula $\ddot{a}$
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 </row>
19494 <row topline="true">
19495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Standard
19499
19500 \family roman
19501 \series medium
19502 \shape up
19503 \size normal
19504 \emph off
19505 \bar no
19506 \noun off
19507 \color none
19508 tilde
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Standard
19517
19518 \series bold
19519
19520 \backslash
19521 tilde
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Standard
19530
19531 \family roman
19532 \series medium
19533 \shape up
19534 \size normal
19535 \emph off
19536 \bar no
19537 \noun off
19538 \color none
19539 \begin_inset Formula $\tilde{a}$
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row topline="true">
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Standard
19553
19554 \family roman
19555 \series medium
19556 \shape up
19557 \size normal
19558 \emph off
19559 \bar no
19560 \noun off
19561 \color none
19562 dot
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19568 \begin_inset Text
19569
19570 \begin_layout Standard
19571
19572 \series bold
19573
19574 \backslash
19575 dot
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Standard
19584
19585 \family roman
19586 \series medium
19587 \shape up
19588 \size normal
19589 \emph off
19590 \bar no
19591 \noun off
19592 \color none
19593 \begin_inset Formula $\dot{a}$
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 <row topline="true">
19603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Standard
19607
19608 \family roman
19609 \series medium
19610 \shape up
19611 \size normal
19612 \emph off
19613 \bar no
19614 \noun off
19615 \color none
19616 breve
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Standard
19625
19626 \series bold
19627
19628 \backslash
19629 breve
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Standard
19638
19639 \family roman
19640 \series medium
19641 \shape up
19642 \size normal
19643 \emph off
19644 \bar no
19645 \noun off
19646 \color none
19647 \begin_inset Formula $\breve{a}$
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 </row>
19656 <row topline="true">
19657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Standard
19661
19662 \family roman
19663 \series medium
19664 \shape up
19665 \size normal
19666 \emph off
19667 \bar no
19668 \noun off
19669 \color none
19670 caron
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Standard
19679
19680 \series bold
19681
19682 \backslash
19683 check
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Standard
19692
19693 \family roman
19694 \series medium
19695 \shape up
19696 \size normal
19697 \emph off
19698 \bar no
19699 \noun off
19700 \color none
19701 \begin_inset Formula $\check{a}$
19702 \end_inset
19703
19704
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 </row>
19710 <row topline="true">
19711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Standard
19715
19716 \family roman
19717 \series medium
19718 \shape up
19719 \size normal
19720 \emph off
19721 \bar no
19722 \noun off
19723 \color none
19724 macron
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Standard
19733
19734 \series bold
19735
19736 \backslash
19737 bar
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Standard
19746
19747 \family roman
19748 \series medium
19749 \shape up
19750 \size normal
19751 \emph off
19752 \bar no
19753 \noun off
19754 \color none
19755 \begin_inset Formula $\bar{a}$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 </row>
19764 <row topline="true" bottomline="true">
19765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Standard
19769 vector
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Standard
19778
19779 \series bold
19780
19781 \backslash
19782 vec
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" bottomline="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 $\vec{a}$
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 </row>
19809 </lyxtabular>
19810
19811 \end_inset
19812
19813
19814 \end_layout
19815
19816 \end_inset
19817
19818
19819 \end_layout
19820
19821 \begin_layout Standard
19822 You can choose one of the accents by selecting an item from the 
19823 \family sans
19824 Frame\InsetSpace ~
19825 decorations
19826 \family default
19827  symbol set in the math panel; this will apply to any selection you have
19828  made within a formula too.
19829 \end_layout
19830
19831 \begin_layout Section
19832 Brackets and Delimiters
19833 \begin_inset LatexCommand index
19834 name "Math ! Brackets"
19835
19836 \end_inset
19837
19838
19839 \begin_inset LatexCommand index
19840 name "Math ! Delimiters"
19841
19842 \end_inset
19843
19844
19845 \begin_inset LatexCommand label
19846 name "sec:Brackets-and-Delimiters"
19847
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \begin_layout Standard
19854 There are several brackets available through LyX.
19855  For most purposes, using just the keys 
19856 \family typewriter
19857 []{}()|<>
19858 \family default
19859  should suffice.
19860  But if you want to surround a large structure, like a matrix or a fraction,
19861  or if you have several layers of brackets, is better using 
19862 \family sans
19863 Math\InsetSpace ~
19864 Panel
19865 \family default
19866 's delimiter icon 
19867 \begin_inset Graphics
19868         filename ../images/math/delim.xpm
19869
19870 \end_inset
19871
19872 .
19873  For example, that's how you would construct the brackets around a standard
19874  matrix such as:
19875 \begin_inset Formula \[
19876 \left[\begin{array}{cc}
19877 1 & 2\\
19878 3 & 4\end{array}\right]\]
19879
19880 \end_inset
19881
19882 and to make it easier to see the layers of parentheses as in: 
19883 \begin_inset Formula \[
19884 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
19885
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \begin_layout Standard
19892 The parentheses, and other brackets from that menu will automatically re-size
19893  to accommodate the size of what is inside.
19894 \end_layout
19895
19896 \begin_layout Standard
19897 To construct brackets click on the button for the bracket you want on the
19898  left side and right side.
19899  If you use the option 
19900 \family sans
19901 Keep\InsetSpace ~
19902 matched
19903 \family default
19904 , the selected bracket type will be used for the left and the right side.
19905  The selection will be shown below the button field.
19906  If you want one side to not have a bracket, use the blank button.
19907  It will appear in LyX with a dotted line, but nothing will be printed.
19908 \end_layout
19909
19910 \begin_layout Standard
19911 If you want to place brackets around math structures, like a square root,
19912  you can do that by highlighting (selecting) the structure that is to go
19913  inside the brackets.
19914  Then choose the appropriate brackets for left and right and click on 
19915 \family sans
19916 Insert
19917 \family default
19918 .
19919  The parentheses will be drawn around the selected structure.
19920 \end_layout
19921
19922 \begin_layout Standard
19923 The next section explains how to insert a LaTeX 
19924 \begin_inset Quotes eld
19925 \end_inset
19926
19927 {
19928 \begin_inset Quotes erd
19929 \end_inset
19930
19931  for grouping.
19932 \end_layout
19933
19934 \begin_layout Section
19935 Grouping
19936 \begin_inset LatexCommand index
19937 name "Math ! Grouping"
19938
19939 \end_inset
19940
19941
19942 \begin_inset LatexCommand label
19943 name "sec:Grouping"
19944
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \begin_layout Standard
19951 You may need to group a set of symbols.
19952  In LaTeX, for example, the typesetting of 
19953 \family typewriter
19954 {x^y}^z
19955 \family default
19956  is different from 
19957 \family typewriter
19958 x^{y^z}
19959 \family default
19960 :
19961 \end_layout
19962
19963 \begin_layout Standard
19964 \begin_inset Formula \[
19965 ^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
19966
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \begin_layout Standard
19973 To create this grouping, you need to use the key sequence 
19974 \begin_inset Quotes eld
19975 \end_inset
19976
19977
19978 \series bold
19979
19980 \backslash
19981 {
19982 \series default
19983
19984 \begin_inset Quotes erd
19985 \end_inset
19986
19987  then type space.
19988  Inside LyX, you will see red braces indicating the grouping.
19989  Within this braces you insert the grouped structure.
19990  The grouping braces won't appear in the output in contrary to normal braces.
19991 \end_layout
19992
19993 \begin_layout Section
19994 Arrays and Multi-line Equations
19995 \begin_inset LatexCommand index
19996 name "Math ! Arrays"
19997
19998 \end_inset
19999
20000
20001 \begin_inset LatexCommand index
20002 name "Math ! Matrices"
20003
20004 \end_inset
20005
20006
20007 \begin_inset LatexCommand index
20008 name "Math ! Multi-line Equations"
20009
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \begin_layout Standard
20016 Matrices are entered in LyX using the 
20017 \family sans
20018 Math\InsetSpace ~
20019 Panel
20020 \family default
20021  matrix button 
20022 \begin_inset Graphics
20023         filename ../images/math/matrix.xpm
20024
20025 \end_inset
20026
20027 .
20028  It will open a dialog for you to choose the number of rows/columns.
20029  Here is an example:
20030 \begin_inset Formula \[
20031 \left(\begin{array}{ccc}
20032 1 & 2 & 3\\
20033 4 & 5 & 6\\
20034 7 & 8 & 9\end{array}\right)\]
20035
20036 \end_inset
20037
20038 The parentheses aren't automatic, but you can add them as described in section\InsetSpace ~
20039
20040 \begin_inset LatexCommand ref
20041 reference "sec:Brackets-and-Delimiters"
20042
20043 \end_inset
20044
20045 .
20046  When you construct the matrix, you can decide whether the column entries
20047  will be left-, right-, or center-justified.
20048  This alignment is set in the box 
20049 \family sans
20050 Horizontal
20051 \family default
20052  with the letters 
20053 \begin_inset Quotes eld
20054 \end_inset
20055
20056
20057 \family sans
20058 l
20059 \family default
20060
20061 \begin_inset Quotes erd
20062 \end_inset
20063
20064
20065 \begin_inset Quotes eld
20066 \end_inset
20067
20068
20069 \family sans
20070 r
20071 \family default
20072
20073 \begin_inset Quotes erd
20074 \end_inset
20075
20076 , and 
20077 \begin_inset Quotes eld
20078 \end_inset
20079
20080
20081 \family sans
20082 c
20083 \family default
20084
20085 \begin_inset Quotes erd
20086 \end_inset
20087
20088 .
20089  LyX proposes a 
20090 \begin_inset Quotes eld
20091 \end_inset
20092
20093
20094 \family sans
20095 c
20096 \family default
20097
20098 \begin_inset Quotes erd
20099 \end_inset
20100
20101  for every column as default.
20102  For example, the sequence 
20103 \begin_inset Quotes eld
20104 \end_inset
20105
20106
20107 \family sans
20108 lrc
20109 \family default
20110
20111 \begin_inset Quotes erd
20112 \end_inset
20113
20114  means that the first column will be left-justified, the second will be
20115  centered, and the third column will be right-justified, because each letter
20116  corresponds to the relevant column.
20117  The result will look like this:
20118 \begin_inset Formula \[
20119 \begin{array}{lcr}
20120 this & this\, column & this\, column\\
20121 column & has & has\, right\\
20122 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \begin_layout Standard
20130 You can add more rows to an existing matrix by hitting 
20131 \family sans
20132 C-Enter
20133 \family default
20134  while the cursor is in the matrix.
20135  Adding or deleting columns can be done via the menu 
20136 \family sans
20137 Edit\SpecialChar \menuseparator
20138 Math
20139 \family default
20140 .
20141 \end_layout
20142
20143 \begin_layout Standard
20144 There are other arrays used in formulas, such as distinctions of cases.
20145  It can be created with the menu 
20146 \family sans
20147 Insert\SpecialChar \menuseparator
20148 Math\SpecialChar \menuseparator
20149 Cases\InsetSpace ~
20150 Environment
20151 \family default
20152  or the command 
20153 \series bold
20154
20155 \backslash
20156 cases
20157 \series default
20158 .
20159  Here an example: 
20160 \begin_inset Formula \[
20161 f(x)=\begin{cases}
20162 -1 & x<0\\
20163 0 & x=0\\
20164 1 & x>0\end{cases}\]
20165
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \begin_layout Standard
20172 \begin_inset VSpace bigskip
20173 \end_inset
20174
20175 Multi-line formulas are created when you press 
20176 \family sans
20177 \series medium
20178 C-E
20179 \series default
20180 nter
20181 \family default
20182  within a formula.
20183  In an empty formula you can see that three blue boxes appear, one for each
20184  column.
20185  When you press 
20186 \family sans
20187 \series medium
20188 C-E
20189 \series default
20190 nter
20191 \family default
20192  in a non-empty formula, the part before the relation sign (equal sign 
20193 \begin_inset Quotes eld
20194 \end_inset
20195
20196 =
20197 \begin_inset Quotes erd
20198 \end_inset
20199
20200  etc.) will be inserted automatically to the first column, the relation sign
20201  is in the second column, and the rest in the third column.
20202  A new row is created by every further hit of 
20203 \family sans
20204 \series medium
20205 C-E
20206 \series default
20207 nter
20208 \family default
20209 .
20210  Multi-line formulas are always displayed formulas.
20211  Here is an example:
20212 \begin_inset Formula \begin{eqnarray}
20213 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
20214 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
20215
20216 \end_inset
20217
20218  To change the column assignment of the formula parts, place the cursor
20219  where you want to start the shift and hit 
20220 \family sans
20221 C-Tab.
20222
20223 \family default
20224  It shifts everything in the column which is right beside the current cursor
20225  position to the next column.
20226  Note that the middle column is designed for relation signs, structures
20227  within this column will be printed in a smaller size:
20228 \begin_inset Formula \begin{eqnarray*}
20229 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
20230
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \begin_layout Standard
20237 The multi-line formula type described here is called 
20238 \family typewriter
20239 \series medium
20240 eqnarray
20241 \family default
20242 \series default
20243 .
20244  There are other multi-line types being more suitable for certain situations,
20245  for example if you want a better inter-line spacing than in formula (
20246 \begin_inset LatexCommand ref
20247 reference "eq:asquared"
20248
20249 \end_inset
20250
20251 ).
20252  The other types are described in section\InsetSpace ~
20253
20254 \begin_inset LatexCommand ref
20255 reference "sub:AMS-Formula-Types"
20256
20257 \end_inset
20258
20259 .
20260 \end_layout
20261
20262 \begin_layout Section
20263 Formula Numbering and Referencing
20264 \begin_inset LatexCommand index
20265 name "Math ! Formula numbering"
20266
20267 \end_inset
20268
20269
20270 \begin_inset LatexCommand index
20271 name "Math ! Referencing formulas"
20272
20273 \end_inset
20274
20275
20276 \begin_inset LatexCommand label
20277 name "sec:Formula-Numbering-and"
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \begin_layout Standard
20285 To number a formula, set the cursor in the formula and use the menu 
20286 \family sans
20287 Edit\SpecialChar \menuseparator
20288 Math\SpecialChar \menuseparator
20289 Toggle\InsetSpace ~
20290 Numbering
20291 \family default
20292  or the shortcut 
20293 \family sans
20294 M-m\InsetSpace ~
20295 n
20296 \family default
20297 .
20298  The formula number appears in LyX as 
20299 \begin_inset Quotes eld
20300 \end_inset
20301
20302 #
20303 \begin_inset Quotes erd
20304 \end_inset
20305
20306  within parentheses.
20307  The 
20308 \begin_inset Quotes erd
20309 \end_inset
20310
20311 #
20312 \begin_inset Quotes erd
20313 \end_inset
20314
20315  denotes, that the number will be calculated automatically when the output
20316  is generated.
20317  The placement and format of the formula number in the output depends on
20318  the document class.
20319  In this document the number is printed together with the chapter number,
20320  separated by a dot:
20321 \begin_inset Formula \begin{equation}
20322 1+1=2\end{equation}
20323
20324 \end_inset
20325
20326 Using 
20327 \family sans
20328 M-m\InsetSpace ~
20329 n
20330 \family default
20331  in a numbered formula will switch off the numbering.
20332  You can only number displayed formulas.
20333 \end_layout
20334
20335 \begin_layout Standard
20336 Multi-line formulas can be numbered line by line: Using the menu 
20337 \family sans
20338 Edit\SpecialChar \menuseparator
20339 Math\SpecialChar \menuseparator
20340 Toggle\InsetSpace ~
20341 Numbering\InsetSpace ~
20342 of\InsetSpace ~
20343 Line
20344 \family default
20345  or the shortcut 
20346 \family sans
20347 M-m\InsetSpace ~
20348 N
20349 \family default
20350  will only toggle the numbering of the line where the cursor is in:
20351 \begin_inset Formula \begin{eqnarray}
20352 1 & = & 3-2\\
20353 2 & = & 4-2\nonumber \\
20354 4 & \leq & 7\end{eqnarray}
20355
20356 \end_inset
20357
20358 To number all lines use the shortcut 
20359 \family sans
20360 M-m\InsetSpace ~
20361 n
20362 \family default
20363 .
20364 \end_layout
20365
20366 \begin_layout Standard
20367 \begin_inset VSpace bigskip
20368 \end_inset
20369
20370 Every displayed formula can be referenced by its number using a label.
20371  A label is inserted with the menu 
20372 \family sans
20373 Insert\SpecialChar \menuseparator
20374 Label
20375 \family default
20376  when the cursor is in the formula.
20377  This opens a dialog to enter the label.
20378  It is recommended to use the proposed 
20379 \begin_inset Quotes eld
20380 \end_inset
20381
20382
20383 \family sans
20384 eq:
20385 \family default
20386
20387 \begin_inset Quotes erd
20388 \end_inset
20389
20390  as first part of the label, because this helps later to identify the label
20391  type when you have many labels in your document.
20392  We inserted in the following example the label 
20393 \begin_inset Quotes eld
20394 \end_inset
20395
20396 eq:tanhExp
20397 \begin_inset Quotes erd
20398 \end_inset
20399
20400  in the second line:
20401 \begin_inset Formula \begin{eqnarray}
20402 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
20403  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
20404
20405 \end_inset
20406
20407 Every labeled line is automatically numbered.
20408  Therefore the label is shown in LyX at the place of the formula number
20409  placeholder 
20410 \begin_inset Quotes eld
20411 \end_inset
20412
20413 #
20414 \begin_inset Quotes erd
20415 \end_inset
20416
20417 .
20418  You can reference a labeled formula using the menu 
20419 \family sans
20420 Insert\SpecialChar \menuseparator
20421 Cross\InsetSpace ~
20422 Reference
20423 \family default
20424 .
20425  A dialog appears to choose a label you want refer to.
20426  The reference appears in LyX as grey cross reference box and in the output
20427  as the formula number:
20428 \end_layout
20429
20430 \begin_layout Standard
20431 This is a cross-reference to equation (
20432 \begin_inset LatexCommand ref
20433 reference "eq:tanhExp"
20434
20435 \end_inset
20436
20437 ).
20438 \end_layout
20439
20440 \begin_layout Standard
20441 The properties of LyX's cross-reference box are described in section\InsetSpace ~
20442
20443 \begin_inset LatexCommand ref
20444 reference "sec:Cross-References"
20445
20446 \end_inset
20447
20448 .
20449  To delete a label, set the cursor in the labeled formula, use the menu
20450  
20451 \family sans
20452 Insert\SpecialChar \menuseparator
20453 Label
20454 \family default
20455  and delete the label in the appearing dialog.
20456 \begin_inset Foot
20457 status collapsed
20458
20459 \begin_layout Standard
20460 This is a unintuitive and will be fixed in the next version of LyX.
20461 \end_layout
20462
20463 \end_inset
20464
20465  
20466 \end_layout
20467
20468 \begin_layout Section
20469 User defined math macros
20470 \begin_inset LatexCommand index
20471 name "Math ! Macros"
20472
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Standard
20479 LyX allows you to define macros for formulas.
20480  For example we assume that solutions of the quadratic equation often occur
20481  in our document in various forms and we want to create a macro to print
20482  them.
20483 \newline
20484 The general form of a quadratic equation is:
20485 \begin_inset Formula \[
20486 0=\lambda^{2}+p\lambda+q\]
20487
20488 \end_inset
20489
20490 The general form of its solution is:
20491 \begin_inset Formula \[
20492 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
20493
20494 \end_inset
20495
20496
20497 \end_layout
20498
20499 \begin_layout Standard
20500 The macro should print the parameters 
20501 \begin_inset Formula $\lambda$
20502 \end_inset
20503
20504
20505 \begin_inset Formula $p$
20506 \end_inset
20507
20508  and 
20509 \begin_inset Formula $q$
20510 \end_inset
20511
20512  like in the equation above.
20513 \end_layout
20514
20515 \begin_layout Standard
20516 A macro is created by executing the command
20517 \end_layout
20518
20519 \begin_layout Standard
20520
20521 \series bold
20522 math-macro
20523 \begin_inset ERT
20524 status collapsed
20525
20526 \begin_layout Standard
20527
20528
20529 \backslash
20530 spce 
20531 \end_layout
20532
20533 \end_inset
20534
20535 Name
20536 \begin_inset ERT
20537 status collapsed
20538
20539 \begin_layout Standard
20540
20541
20542 \backslash
20543 spce 
20544 \end_layout
20545
20546 \end_inset
20547
20548 Number\InsetSpace ~
20549 of\InsetSpace ~
20550 Arguments
20551 \end_layout
20552
20553 \begin_layout Standard
20554 in the minibuffer at the bottom of the LyX screen.
20555  Name is the name of the new macro which mustn't contain numbers.
20556  The number of arguments can be a number in the range 1-9.
20557  If you want to define a macro without arguments, don't declare the number
20558  of arguments.
20559 \end_layout
20560
20561 \begin_layout Standard
20562 We have three arguments and name the macro 
20563 \begin_inset Quotes eld
20564 \end_inset
20565
20566 qE
20567 \begin_inset Quotes erd
20568 \end_inset
20569
20570 , so that the command is:
20571 \end_layout
20572
20573 \begin_layout Standard
20574
20575 \series bold
20576 math-macro
20577 \begin_inset ERT
20578 status collapsed
20579
20580 \begin_layout Standard
20581
20582
20583 \backslash
20584 spce 
20585 \end_layout
20586
20587 \end_inset
20588
20589 qE
20590 \begin_inset ERT
20591 status collapsed
20592
20593 \begin_layout Standard
20594
20595
20596 \backslash
20597 spce 
20598 \end_layout
20599
20600 \end_inset
20601
20602 3
20603 \end_layout
20604
20605 \begin_layout Standard
20606 This results in the following macro definition box: 
20607 \begin_inset Graphics
20608         filename clipart/macrobox.png
20609
20610 \end_inset
20611
20612  
20613 \begin_inset FormulaMacro
20614 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
20615 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
20616 \end_inset
20617
20618
20619 \begin_inset Note Note
20620 status collapsed
20621
20622 \begin_layout Standard
20623 The first box is an image to show the behaviour in the output.
20624  The second one is the definition box, that doesn't appear in the output.
20625 \end_layout
20626
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \begin_layout Standard
20633 The first blue box is for the definition, where you insert the formula via
20634  the math panel or commands.
20635  The placeholder for the arguments are inserted as a backslash and sharp
20636  followed by the argument number, e.g.
20637  
20638 \begin_inset Quotes eld
20639 \end_inset
20640
20641
20642 \backslash
20643 #1
20644 \begin_inset Quotes erd
20645 \end_inset
20646
20647  for the first argument.
20648  Placeholders will be displayed in red.
20649  The second blue box is for the appearance in LyX.
20650  This is useful when you have a large structure that shouldn't be displayed
20651  in LyX with its full size.
20652  If you want to see the macro as it is defined, leave the box blank.
20653  In our example we insert the sequence
20654 \newline
20655
20656 \series bold
20657 qE: 
20658 \backslash
20659 #1
20660 \series default
20661  
20662 \series bold
20663 ,
20664 \series default
20665  
20666 \series bold
20667
20668 \backslash
20669 #2
20670 \series default
20671  
20672 \series bold
20673 ,
20674 \series default
20675  
20676 \series bold
20677
20678 \backslash
20679 #3
20680 \newline
20681
20682 \series default
20683 The macro will then be shown as the macro name followed by the three arguments.
20684 \end_layout
20685
20686 \begin_layout Standard
20687 To use the macro in a formula, type its name as command, in our case 
20688 \begin_inset Quotes eld
20689 \end_inset
20690
20691
20692 \series bold
20693
20694 \backslash
20695 qE
20696 \series default
20697
20698 \begin_inset Quotes erd
20699 \end_inset
20700
20701 .
20702  The macro is inserted with boxes for the arguments looking similar to this:
20703 \end_layout
20704
20705 \begin_layout Standard
20706 \align center
20707 \begin_inset Graphics
20708         filename clipart/macrouse.png
20709
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \begin_layout Standard
20716 The arguments are inserted in the blue boxes.
20717  If the cursor is outside the macro, the arguments are put in the macro.
20718  To change the arguments, put the cursor in the formula before or after
20719  the macro and press the right or left arrow key respectively.
20720  The arguments appear now again below the macro definition.
20721 \end_layout
20722
20723 \begin_layout Standard
20724 If you change the macro definition all macros are changed automatically
20725  to the new definition.
20726  Here an example of our macro with the arguments 
20727 \begin_inset Formula $x$
20728 \end_inset
20729
20730
20731 \begin_inset Formula $\ln(x)$
20732 \end_inset
20733
20734 , and 
20735 \begin_inset Formula $B$
20736 \end_inset
20737
20738 :
20739 \begin_inset Formula \[
20740 \qE{x}{\ln(y)}{B}\]
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \begin_layout Standard
20748 When the document is exported to LaTeX, the macro definition will be inserted
20749  as the command:
20750 \end_layout
20751
20752 \begin_layout Standard
20753
20754 \series bold
20755
20756 \backslash
20757 newcommand{
20758 \backslash
20759 qE}[3]{#1_{1,
20760 \backslash
20761 ,2}=-
20762 \backslash
20763 frac{#2}{2}
20764 \backslash
20765 pm
20766 \newline
20767
20768 \begin_inset ERT
20769 status collapsed
20770
20771 \begin_layout Standard
20772
20773
20774 \backslash
20775 hphantom{
20776 \end_layout
20777
20778 \end_inset
20779
20780
20781 \backslash
20782 newcommand
20783 \begin_inset ERT
20784 status collapsed
20785
20786 \begin_layout Standard
20787
20788 }
20789 \end_layout
20790
20791 \end_inset
20792
20793
20794 \backslash
20795 sqrt{
20796 \backslash
20797 frac{#2^{2}}{4}-#3}}
20798 \end_layout
20799
20800 \begin_layout Standard
20801 The command is not inserted in the document preamble.
20802  That means you can only use macros in formulas that are below the macro
20803  definition box in your document.
20804  There are also some other restrictions: The command 
20805 \backslash
20806 newcommand supports optional arguments, which are not available in LyX's
20807  macros.
20808  You can also not change subsequently the name of the macro and the number
20809  of arguments.
20810  
20811 \end_layout
20812
20813 \begin_layout Section
20814 Fine-Tuning
20815 \end_layout
20816
20817 \begin_layout Subsection
20818 Typefaces
20819 \begin_inset LatexCommand index
20820 name "Math ! Typefaces"
20821
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \begin_layout Standard
20828 The standard font for text is italic, for numbers the standard is roman.
20829  To set a font in a formula, use the 
20830 \family sans
20831 Math\InsetSpace ~
20832 Panel
20833 \family default
20834  button 
20835 \begin_inset Graphics
20836         filename ../images/math/font.xpm
20837
20838 \end_inset
20839
20840 , or enter its command, listed in table\InsetSpace ~
20841
20842 \begin_inset LatexCommand ref
20843 reference "cap:Typefaces-and-the"
20844
20845 \end_inset
20846
20847 , directly.
20848 \end_layout
20849
20850 \begin_layout Standard
20851 \begin_inset Float table
20852 wide false
20853 sideways false
20854 status collapsed
20855
20856 \begin_layout Standard
20857 \begin_inset Caption
20858
20859 \begin_layout Standard
20860 \begin_inset LatexCommand label
20861 name "cap:Typefaces-and-the"
20862
20863 \end_inset
20864
20865 Typefaces and the corresponding commands.
20866 \end_layout
20867
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \begin_layout Standard
20874 \align center
20875 \begin_inset Tabular
20876 <lyxtabular version="3" rows="9" columns="2">
20877 <features>
20878 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20879 <column alignment="center" valignment="top" rightline="true" width="0pt">
20880 <row topline="true" bottomline="true">
20881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Standard
20885 Font
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Standard
20894 Command
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 </row>
20900 <row topline="true">
20901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Standard
20905
20906 \shape up
20907 \size normal
20908 \bar no
20909 \noun off
20910 \color none
20911 \begin_inset Formula $\mathrm{Roman}$
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Standard
20923
20924 \series bold
20925
20926 \backslash
20927 mathrm
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 </row>
20933 <row topline="true">
20934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Standard
20938 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
20939 \end_inset
20940
20941
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Standard
20950
20951 \series bold
20952
20953 \backslash
20954 mathbf
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 </row>
20960 <row topline="true">
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Standard
20965 \begin_inset Formula $\mathit{Italic}$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Standard
20977
20978 \series bold
20979
20980 \backslash
20981 mathit
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 </row>
20987 <row topline="true">
20988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Standard
20992
20993 \shape up
20994 \size normal
20995 \bar no
20996 \noun off
20997 \color none
20998 \begin_inset Formula $\mathtt{Typewriter}$
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Standard
21010
21011 \series bold
21012
21013 \backslash
21014 mathtt
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 </row>
21020 <row topline="true">
21021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Standard
21025 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
21026 \end_inset
21027
21028
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Standard
21037
21038 \series bold
21039
21040 \backslash
21041 mathbb
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 </row>
21047 <row topline="true">
21048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Standard
21052 \begin_inset Formula $\mathfrak{Fraktur}$
21053 \end_inset
21054
21055
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Standard
21064
21065 \series bold
21066
21067 \backslash
21068 mathfrak
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row topline="true">
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Standard
21079
21080 \shape up
21081 \size normal
21082 \emph on
21083 \bar no
21084 \noun off
21085 \color none
21086 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
21087 \end_inset
21088
21089
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Standard
21098
21099 \series bold
21100
21101 \backslash
21102 mathcal
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 </row>
21108 <row topline="true" bottomline="true">
21109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Standard
21113 \begin_inset Formula $\mathsf{SansSerif}$
21114 \end_inset
21115
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Standard
21125
21126 \series bold
21127
21128 \backslash
21129 mathsf
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 </row>
21135 </lyxtabular>
21136
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \begin_layout Standard
21148 Note that you can only print capital letters in the typefaces 
21149 \family sans
21150 Blackbold
21151 \family default
21152  and 
21153 \family sans
21154 Calligraphic
21155 \family default
21156 .
21157  When you use a typeface, a blue box is inserted in the formula.
21158  Every character in this box will be printed in this typeface.
21159  Pressing 
21160 \family sans
21161 Space
21162 \family default
21163  within the box, will set the cursor outside, so that you have to use a
21164  protected space when you need a space in the box.
21165  Here an example where a 
21166 \begin_inset Quotes eld
21167 \end_inset
21168
21169 N
21170 \begin_inset Quotes erd
21171 \end_inset
21172
21173  in 
21174 \family sans
21175 Blackbold
21176 \family default
21177  denotes the set of numbers:
21178 \begin_inset Formula \[
21179 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
21180
21181 \end_inset
21182
21183
21184 \end_layout
21185
21186 \begin_layout Standard
21187 The typefaces are nestable, which can cause confusion.
21188  You can e.g.
21189  put a character in 
21190 \family sans
21191 Fraktur
21192 \family default
21193  in a box for 
21194 \family sans
21195 Typewriter
21196 \family default
21197
21198 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
21199 \end_inset
21200
21201  
21202 \newline
21203 So better don't use this feature.
21204 \end_layout
21205
21206 \begin_layout Standard
21207 The typefaces have no effect on greek letters: 
21208 \begin_inset Formula $\mathfrak{abc\delta e}$
21209 \end_inset
21210
21211
21212 \newline
21213 You can only print them emboldened using the command 
21214 \series bold
21215
21216 \backslash
21217 boldsymbol
21218 \series default
21219 , which works like the other typeface commands: 
21220 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
21221 \end_inset
21222
21223
21224 \end_layout
21225
21226 \begin_layout Standard
21227
21228 \series bold
21229
21230 \backslash
21231 boldsymbol
21232 \series default
21233  works for all symbols, letters, and numbers.
21234 \end_layout
21235
21236 \begin_layout Standard
21237 A number of other font options are available as well, in the menu 
21238 \family sans
21239 Insert\SpecialChar \menuseparator
21240 Math\SpecialChar \menuseparator
21241 Font\InsetSpace ~
21242 Change
21243 \family default
21244 .
21245 \end_layout
21246
21247 \begin_layout Subsection
21248 Math Text
21249 \begin_inset LatexCommand index
21250 name "Math ! Text"
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \begin_layout Standard
21258 Typefaces are useful for entering some characters in some given font, but
21259  not for text.
21260  For typing longer pieces of text use the math text, which is obtained using
21261  the entry 
21262 \family sans
21263 Normal\InsetSpace ~
21264 text\InsetSpace ~
21265 mode
21266 \family default
21267  of the 
21268 \family sans
21269 Math\InsetSpace ~
21270 Panel
21271 \family default
21272  button 
21273 \begin_inset Graphics
21274         filename ../images/math/font.xpm
21275
21276 \end_inset
21277
21278  (alternatively the shortcut 
21279 \family sans
21280 M-m\InsetSpace ~
21281 m
21282 \family default
21283 ).
21284  Math text appears in LyX in black instead of blue.
21285  You can use spaces and accents in math text like in normal text.
21286  Here is an example:
21287 \begin_inset Formula \[
21288 f(x)=\begin{cases}
21289 x & \textrm{if I say so}\\
21290 -x & \textrm{unter Umständen}\end{cases}\]
21291
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \begin_layout Subsection
21298 Font Sizes
21299 \begin_inset LatexCommand index
21300 name "Math ! Font sizes"
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Standard
21308 There are four font styles (relative sizes) used in math-mode, which are
21309  automatically chosen in most situations.
21310  These are called 
21311 \family sans
21312 textstyle
21313 \family default
21314
21315 \family sans
21316 displaystyle
21317 \family default
21318
21319 \family sans
21320 scriptstyle
21321 \family default
21322 , and 
21323 \family sans
21324 scriptscriptstyle
21325 \family default
21326 .
21327  For most characters, 
21328 \family sans
21329 textstyle
21330 \family default
21331  and 
21332 \family sans
21333 displaystyle
21334 \family default
21335  are actually the same size, but fractions, superscripts and subscripts,
21336  and certain other structures, are set larger in 
21337 \family sans
21338 displaystyle
21339 \family default
21340 .
21341  Except for some operators, which resize themselves to accommodate various
21342  situations, all text will be set in the styles as LaTeX thinks is appropriate.
21343  These choices can be overridden by using the math panel button 
21344 \begin_inset Graphics
21345         filename ../images/math/style.xpm
21346
21347 \end_inset
21348
21349 .
21350  A box for the size will be created in which you can insert the math structure.
21351  For example, you can set 
21352 \begin_inset Formula $\frac{1}{2}$
21353 \end_inset
21354
21355 , which is normally in 
21356 \family sans
21357 textstyle
21358 \family default
21359 , larger in 
21360 \family sans
21361 displaystyle
21362 \family default
21363
21364 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21365 \end_inset
21366
21367 .
21368  The four styles are used in the following example:
21369 \end_layout
21370
21371 \begin_layout Standard
21372 \begin_inset Formula $displaystyle$
21373 \end_inset
21374
21375
21376 \begin_inset Formula ${\textstyle textstyle}$
21377 \end_inset
21378
21379
21380 \begin_inset Formula ${\scriptstyle scriptstyle}$
21381 \end_inset
21382
21383
21384 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21385 \end_inset
21386
21387 .
21388 \end_layout
21389
21390 \begin_layout Standard
21391 All these math-mode font sizes are relative, that means, if the whole math
21392  inset is set in a particular size with the menu 
21393 \family sans
21394 Edit\SpecialChar \menuseparator
21395 Text\InsetSpace ~
21396 Style
21397 \family default
21398 , all sizes in the formula will be adjusted relative to this size.
21399  Similarly, if the base font size of the document is changed, all fonts
21400  will be adjusted to correspond.
21401  As example a formula in the font size 
21402 \begin_inset Quotes eld
21403 \end_inset
21404
21405 largest
21406 \begin_inset Quotes erd
21407 \end_inset
21408
21409 :
21410 \end_layout
21411
21412 \begin_layout Standard
21413
21414 \family roman
21415 \size largest
21416 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \begin_layout Section
21423 AMS-LaTeX
21424 \begin_inset LatexCommand index
21425 name "AMS math"
21426
21427 \end_inset
21428
21429
21430 \begin_inset LatexCommand index
21431 name "Math ! AMS"
21432
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \begin_layout Standard
21439 LyX supports the packages provided by the American Mathematical Society
21440  (AMS) that are in common use.
21441 \end_layout
21442
21443 \begin_layout Subsection
21444 Enabling AMS-Support
21445 \end_layout
21446
21447 \begin_layout Standard
21448 Selecting the checkbox 
21449 \family sans
21450 Use\InsetSpace ~
21451 AMS\InsetSpace ~
21452 math\InsetSpace ~
21453 package
21454 \family default
21455  in the 
21456 \family sans
21457 Document\SpecialChar \menuseparator
21458 Settings
21459 \family default
21460  dialog under 
21461 \family sans
21462 Math\InsetSpace ~
21463 Options
21464 \family default
21465  will include the AMS-packages in the document, and make the facilities
21466  available.
21467 \end_layout
21468
21469 \begin_layout Subsection
21470 AMS-Formula Types
21471 \begin_inset LatexCommand label
21472 name "sub:AMS-Formula-Types"
21473
21474 \end_inset
21475
21476
21477 \begin_inset LatexCommand index
21478 name "Math ! Multi-line Equations"
21479
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \begin_layout Standard
21486 AMS-LaTeX provides a selection of different formula types.
21487  LyX allows you to choose between 
21488 \family typewriter
21489 align
21490 \family default
21491
21492 \family typewriter
21493 alignat
21494 \family default
21495
21496 \family typewriter
21497 flalign
21498 \family default
21499
21500 \family typewriter
21501 gather
21502 \family default
21503 , and 
21504 \family typewriter
21505 multline
21506 \family default
21507 .
21508  We refer to the AMS-documentation for an explanation of these formula types.
21509 \end_layout
21510
21511 \begin_layout Chapter
21512 More Tools
21513 \end_layout
21514
21515 \begin_layout Section
21516 Cross-References
21517 \begin_inset LatexCommand index
21518 name "Cross references"
21519
21520 \end_inset
21521
21522
21523 \begin_inset LatexCommand label
21524 name "sec:Cross-References"
21525
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \begin_layout Standard
21532 One of LyX's strengths are cross-references.
21533  You can reference every section, float, footnote, formula, and list in
21534  the document.
21535  To reference a document part, you have to insert a label into it.
21536  The label is used as anchor and name for the reference.
21537  We want for example refer to the the second item of the following list:
21538 \end_layout
21539
21540 \begin_layout Enumerate
21541 First item
21542 \end_layout
21543
21544 \begin_layout Enumerate
21545 \begin_inset LatexCommand label
21546 name "enu:Second-item"
21547
21548 \end_inset
21549
21550 Second item
21551 \end_layout
21552
21553 \begin_layout Enumerate
21554 Third item
21555 \end_layout
21556
21557 \begin_layout Standard
21558 First we insert a label into the second item with the menu 
21559 \family sans
21560 Insert\SpecialChar \menuseparator
21561 Label
21562 \family default
21563  or the by pressing the toolbar button 
21564 \begin_inset Graphics
21565         filename ../images/label-insert.xpm
21566         scale 85
21567
21568 \end_inset
21569
21570 .
21571  A grey label box like this: 
21572 \begin_inset Graphics
21573         filename clipart/labelQt4.png
21574         scale 85
21575
21576 \end_inset
21577
21578  is inserted and the label window pops up asking for the label text.
21579  LyX offers as text the first words of the item with a prefix, in our case
21580  the text 
21581 \begin_inset Quotes eld
21582 \end_inset
21583
21584
21585 \family sans
21586 enu: Second-item
21587 \family default
21588
21589 \begin_inset Quotes erd
21590 \end_inset
21591
21592 .
21593  The prefix 
21594 \begin_inset Quotes eld
21595 \end_inset
21596
21597
21598 \family sans
21599 enu:
21600 \family default
21601
21602 \begin_inset Quotes erd
21603 \end_inset
21604
21605  stands for 
21606 \begin_inset Quotes eld
21607 \end_inset
21608
21609 enumerate
21610 \begin_inset Quotes erd
21611 \end_inset
21612
21613 .
21614  The prefix depends on the document part where the label is inserted, e.g.
21615  if you insert a label to a section heading, the prefix will be 
21616 \begin_inset Quotes eld
21617 \end_inset
21618
21619
21620 \family sans
21621 sec:
21622 \family default
21623
21624 \begin_inset Quotes erd
21625 \end_inset
21626
21627 .
21628 \end_layout
21629
21630 \begin_layout Standard
21631 To reference the item, we refer to its label using the menu 
21632 \family sans
21633 Insert\SpecialChar \menuseparator
21634 Cross-Reference
21635 \family default
21636  or the toolbat button 
21637 \begin_inset Graphics
21638         filename ../images/dialog-show-new-inset_ref.xpm
21639         scale 85
21640
21641 \end_inset
21642
21643 .
21644  A grey cross-reference box like this: 
21645 \begin_inset Graphics
21646         filename clipart/referenceQt4.png
21647         scale 85
21648
21649 \end_inset
21650
21651  is inserted and the cross-reference window appear showing all labels of
21652  the document.
21653  We can now sort the labels alphabetically and then choose the entry 
21654 \begin_inset Quotes eld
21655 \end_inset
21656
21657
21658 \family sans
21659 enu:Second-item
21660 \family default
21661
21662 \begin_inset Quotes erd
21663 \end_inset
21664
21665 .
21666  At the position of the cross-reference box the item number will appear
21667  in the output.
21668  Here is our cross-reference:
21669 \end_layout
21670
21671 \begin_layout Standard
21672 Item\InsetSpace ~
21673
21674 \begin_inset LatexCommand ref
21675 reference "enu:Second-item"
21676
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \begin_layout Standard
21683 It is recommended to use a protected space
21684 \begin_inset Foot
21685 status collapsed
21686
21687 \begin_layout Standard
21688 described in section\InsetSpace ~
21689
21690 \begin_inset LatexCommand ref
21691 reference "sub:Protected-blanks"
21692
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699
21700  between the cross-reference name and its number to avoid ugly linebreaks
21701  between them.
21702 \end_layout
21703
21704 \begin_layout Standard
21705 There are six varieties of cross-references:
21706 \end_layout
21707
21708 \begin_layout Description
21709 <reference>: prints the float number, this is the default: 
21710 \begin_inset LatexCommand ref
21711 reference "cap:Two-distorted-images"
21712
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \begin_layout Description
21719 (<reference>): prints the float number within two parentheses, this is the
21720  style normally used to reference formulas, especially when the reference
21721  name 
21722 \begin_inset Quotes eld
21723 \end_inset
21724
21725 Equation
21726 \begin_inset Quotes erd
21727 \end_inset
21728
21729  is omitted: 
21730 \begin_inset LatexCommand eqref
21731 reference "eq:tanhExp"
21732
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \begin_layout Description
21739 <page>: prints the page number: Page\InsetSpace ~
21740
21741 \begin_inset LatexCommand pageref
21742 reference "cap:Two-distorted-images"
21743
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \begin_layout Description
21750 on\InsetSpace ~
21751 page\InsetSpace ~
21752 <page>: prints the text "on page" and the page number: 
21753 \begin_inset LatexCommand vpageref
21754 reference "cap:Two-distorted-images"
21755
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \begin_layout Description
21762 <reference>\InsetSpace ~
21763 on\InsetSpace ~
21764 page\InsetSpace ~
21765 <page>: prints the float number, the text "on page", and
21766  the page number: 
21767 \begin_inset LatexCommand vref
21768 reference "cap:Two-distorted-images"
21769
21770 \end_inset
21771
21772
21773 \end_layout
21774
21775 \begin_layout Description
21776 Formatted\InsetSpace ~
21777 reference: prints a self defined cross-reference format.
21778  
21779 \begin_inset Note Greyedout
21780 status open
21781
21782 \begin_layout Standard
21783
21784 \series bold
21785 Note:
21786 \series default
21787  This feature is only available when you have the LaTeX-package 
21788 \series bold
21789 prettyref
21790 \series default
21791  installed.
21792 \end_layout
21793
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \begin_layout Standard
21800 Note that the style <page> won't print the page number if the label is on
21801  the previous, the same, or the next page.
21802  You will e.\InsetSpace \thinspace{}
21803 g.\InsetSpace ~
21804 see the text 
21805 \begin_inset Quotes eld
21806 \end_inset
21807
21808
21809 \family sans
21810 on this page
21811 \family default
21812
21813 \begin_inset Quotes erd
21814 \end_inset
21815
21816  instead.
21817 \end_layout
21818
21819 \begin_layout Standard
21820 The number and current page of the referred document part in the output,
21821  is automatically calculated by LaTeX.
21822  The varieties are adjusted in the field 
21823 \family sans
21824 Format
21825 \family default
21826  of the cross-reference window, that appear when you click on the cross-referenc
21827 e box.
21828 \end_layout
21829
21830 \begin_layout Standard
21831 You can only use the style 
21832 \family sans
21833 <reference>
21834 \family default
21835  to reference numbered document parts, while the reference style 
21836 \family sans
21837 <page>
21838 \family default
21839  is always possible.
21840  Note that the style <page> won't print the page number if the label is
21841  on the previous, same, or next page.
21842  You will e.g.
21843  see the text 
21844 \begin_inset Quotes eld
21845 \end_inset
21846
21847
21848 \family sans
21849 on this page
21850 \family default
21851
21852 \begin_inset Quotes erd
21853 \end_inset
21854
21855  instead.
21856 \end_layout
21857
21858 \begin_layout Standard
21859 If you want to reference a section, put the label in the section heading,
21860  to reference a float, put the label in the caption.
21861  For footnotes you can put the label somewhere in it.
21862  Referencing formulas is explained in section\InsetSpace ~
21863
21864 \begin_inset LatexCommand ref
21865 reference "sec:Formula-Numbering-and"
21866
21867 \end_inset
21868
21869 .
21870 \end_layout
21871
21872 \begin_layout Standard
21873 The button 
21874 \family sans
21875 Go\InsetSpace ~
21876 to\InsetSpace ~
21877 Label
21878 \family default
21879  in the cross-reference window sets the the cursor before the referred label.
21880  The button text changes then to 
21881 \family sans
21882 Go\InsetSpace ~
21883 Back
21884 \family default
21885  and you can use it to set the cursor back to the cross-reference.
21886  Right-clicking on a cross-reference box also sets the cursor before the
21887  referred label but without a possibility to go back.
21888  
21889 \end_layout
21890
21891 \begin_layout Standard
21892 You can change labels at any time by clicking on the label box.
21893  References to the changed label will automatically change its link to the
21894  new label text, so that you don't need to take care about this.
21895 \end_layout
21896
21897 \begin_layout Standard
21898 If a cross-reference refers to a non-existing label, you'll see two question
21899  marks in the output instead of the reference.
21900 \end_layout
21901
21902 \begin_layout Standard
21903 Refernces are described in detail in the 
21904 \emph on
21905 Embedded Objects
21906 \emph default
21907  manual.
21908 \end_layout
21909
21910 \begin_layout Section
21911 Table of Contents and other Listings
21912 \begin_inset LatexCommand index
21913 name "Table of contents"
21914
21915 \end_inset
21916
21917
21918 \begin_inset LatexCommand index
21919 name "Outline"
21920
21921 \end_inset
21922
21923
21924 \begin_inset LatexCommand label
21925 name "sec:toc"
21926
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \begin_layout Subsection
21933 Table of Contents and Outline
21934 \begin_inset LatexCommand label
21935 name "sub:Table-of-Contents"
21936
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \begin_layout Standard
21943 The Table of Contents (TOC) is inserted with the menu 
21944 \family sans
21945 Insert\SpecialChar \menuseparator
21946 List/TOC\SpecialChar \menuseparator
21947 Table\InsetSpace ~
21948 of\InsetSpace ~
21949 Contents
21950 \family default
21951 .
21952  Is is displayed in LyX as a gray box.
21953  If you click on it, the TOC window appears, showing you the TOC entries.
21954  You can jump to a document part by clicking on an entry.
21955  Thus you can use this window as graphical alternative for the 
21956 \family sans
21957 Navigate
21958 \family default
21959  menu.
21960 \end_layout
21961
21962 \begin_layout Standard
21963 The TOC lists every numbered section automatically.
21964  If you have declared a short title for a section heading, as described
21965  in section\InsetSpace ~
21966
21967 \begin_inset LatexCommand ref
21968 reference "sec:Short-Titles"
21969
21970 \end_inset
21971
21972 , it will be used in the TOC instead of the section heading.
21973  Section\InsetSpace ~
21974
21975 \begin_inset LatexCommand ref
21976 reference "sub:numbering-depth"
21977
21978 \end_inset
21979
21980  describes how the level is adjusted that defines which section types are
21981  listed in the TOC.
21982  You can also adjust the level for the displayed sections in the TOC window
21983  using the grey fader at the bottom of the window.
21984  Unnumbered sections are not listed in the TOC.
21985 \end_layout
21986
21987 \begin_layout Standard
21988 You can use the TOC window also as outline to move and rearrange sections
21989  in your documents.
21990  The TOC window therefore also appears when you use the menu 
21991 \family sans
21992 Document\SpecialChar \menuseparator
21993 Outline
21994 \family default
21995 .
21996 \end_layout
21997
21998 \begin_layout Subsection
21999 List of Figures, Tables and Algorithms
22000 \begin_inset LatexCommand label
22001 name "sec:ListsOf"
22002
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \begin_layout Standard
22009 Table, figure, and algorithm lists are very much like the table of contents.
22010  You can insert them via the 
22011 \family sans
22012 Insert\SpecialChar \menuseparator
22013 List/TOC
22014 \family default
22015  submenus.
22016  The list entries are the float captions and the float number.
22017 \end_layout
22018
22019 \begin_layout Section
22020 URLs (Uniform Resource Locators)
22021 \begin_inset LatexCommand index
22022 name "URLs"
22023
22024 \end_inset
22025
22026
22027 \end_layout
22028
22029 \begin_layout Standard
22030 It is often desirable to include long 
22031 \begin_inset Quotes eld
22032 \end_inset
22033
22034 verbatim
22035 \begin_inset Quotes erd
22036 \end_inset
22037
22038  items in a document such as Web site URLs, e-mail addresses, etc.
22039  These things typically do not contain any spaces and are thus difficult
22040  to typeset properly.
22041  Such items will often fall on a line boundary if they cannot be split,
22042  resulting in an overfull line.
22043  To avoid this, use the menu 
22044 \family sans
22045 Insert\SpecialChar \menuseparator
22046 URL
22047 \family default
22048  to enter a long URL and have it split gracefully, if necessary.
22049 \end_layout
22050
22051 \begin_layout Standard
22052 The URL dialog has two fields; the URL field and the 
22053 \family sans
22054 Name
22055 \family default
22056  field for the URL description, which will be typeset as plain text immediately
22057  before the URL.
22058  Here an example:
22059 \end_layout
22060
22061 \begin_layout Standard
22062 \begin_inset LatexCommand url
22063 name "LyX-Homepage"
22064 target "http://www.lyx.org"
22065
22066 \end_inset
22067
22068 .
22069 \end_layout
22070
22071 \begin_layout Standard
22072 \begin_inset VSpace bigskip
22073 \end_inset
22074
22075
22076 \series bold
22077 Important notes
22078 \series default
22079 :
22080 \end_layout
22081
22082 \begin_layout Itemize
22083 When you use the following characters: "%", "#", "^", you have to write
22084  them with a backslash before, e.g.
22085  
22086 \begin_inset Quotes eld
22087 \end_inset
22088
22089
22090 \backslash
22091 #
22092 \begin_inset Quotes erd
22093 \end_inset
22094
22095 .
22096 \end_layout
22097
22098 \begin_layout Itemize
22099 URLs must not end with a backslash!
22100 \end_layout
22101
22102 \begin_layout Section
22103 Appendices
22104 \begin_inset LatexCommand index
22105 name "Appendix"
22106
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \begin_layout Standard
22113 Appendices are created with the menu 
22114 \family sans
22115 Document\SpecialChar \menuseparator
22116 Start\InsetSpace ~
22117 Appendix\InsetSpace ~
22118 Here
22119 \family default
22120 .
22121  This menu sets the document from the current cursor position to the end
22122  as appendix region.
22123  The region is marked with a red borderline.
22124 \end_layout
22125
22126 \begin_layout Standard
22127 Every chapter (or section) within the appendix region is treated as an appendix,
22128  numbered with a capital latin letter.
22129  The appendix subsections are numbered with this letter followed by a dot
22130  and the subsection number.
22131  All appendix sections can be referenced as if they were normal sections,
22132  here two examples:
22133 \end_layout
22134
22135 \begin_layout Standard
22136 Appendix\InsetSpace ~
22137
22138 \begin_inset LatexCommand ref
22139 reference "cha:Credits"
22140
22141 \end_inset
22142
22143 ; Appendix\InsetSpace ~
22144
22145 \begin_inset LatexCommand ref
22146 reference "sub:Export"
22147
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \begin_layout Section
22154 Bibliography
22155 \begin_inset LatexCommand index
22156 name "Bibliography"
22157
22158 \end_inset
22159
22160
22161 \begin_inset LatexCommand label
22162 name "sec:Bibliography"
22163
22164 \end_inset
22165
22166
22167 \end_layout
22168
22169 \begin_layout Standard
22170 There are two ways of generating the bibliography in a LyX-document.
22171  You can include a bibliography database
22172 \begin_inset Foot
22173 status collapsed
22174
22175 \begin_layout Standard
22176 Known under the name 
22177 \begin_inset Quotes eld
22178 \end_inset
22179
22180 BibTeX-database
22181 \begin_inset Quotes erd
22182 \end_inset
22183
22184 .
22185 \end_layout
22186
22187 \end_inset
22188
22189 , which is explained in the next subsection or you can insert the bibliography
22190  manually.
22191  For the second method we use the paragraph environment 
22192 \family sans
22193 Bibliography
22194 \family default
22195 , described in section\InsetSpace ~
22196
22197 \begin_inset LatexCommand ref
22198 reference "sub:biblio_environment"
22199
22200 \end_inset
22201
22202 .
22203 \end_layout
22204
22205 \begin_layout Standard
22206 Within the 
22207 \family sans
22208 Bibliography
22209 \family default
22210  environment, every paragraph begins with a gray bibliography box labeled
22211  with a number.
22212  If you click on it, you will get a dialog in which you can set a 
22213 \family sans
22214 Key
22215 \family default
22216  and a 
22217 \family sans
22218 Label
22219 \family default
22220 .
22221  The key is the symbolic name by which you will refer to this bibliography
22222  entry.
22223  For example, our second entry in the bibliography is a book about LaTeX
22224  and we used 
22225 \begin_inset Quotes eld
22226 \end_inset
22227
22228 latexcompanion
22229 \begin_inset Quotes erd
22230 \end_inset
22231
22232 , a short form of its title, as key.
22233 \end_layout
22234
22235 \begin_layout Standard
22236 You can refer to the key of a bibliography entry using the menu 
22237 \family sans
22238 Insert\SpecialChar \menuseparator
22239 Citation
22240 \family default
22241 .
22242  A citation reference box is inserted and a citation window will appear
22243  in which you can select one or more keys in the available key list.
22244  The citation reference box will be labeled with the referenced key.
22245  When you click on the box, the citation window appears and you can change
22246  the reference.
22247 \end_layout
22248
22249 \begin_layout Standard
22250 Citation references appear in the output as number of the bibliography entry
22251  with surrounding brackets.
22252  If you set a 
22253 \family sans
22254 Label
22255 \family default
22256  for the entry, the label will appear instead of the number.
22257  Here two examples; the first without a label, the second with the label
22258  
22259 \begin_inset Quotes eld
22260 \end_inset
22261
22262 Credits
22263 \begin_inset Quotes erd
22264 \end_inset
22265
22266 :
22267 \end_layout
22268
22269 \begin_layout Standard
22270 Have a look at the 
22271 \family sans
22272 LaTeX Companion Second Edition
22273 \family default
22274
22275 \begin_inset LatexCommand cite
22276 key "latexcompanion"
22277
22278 \end_inset
22279
22280
22281 \end_layout
22282
22283 \begin_layout Standard
22284 The LyX-Team members are listed in the Credits: 
22285 \begin_inset LatexCommand cite
22286 key "lyxcredit"
22287
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \begin_layout Subsection
22294 Bibliography databases (BibTeX)
22295 \begin_inset LatexCommand index
22296 name "Bibliography ! Databases"
22297
22298 \end_inset
22299
22300
22301 \begin_inset LatexCommand index
22302 name "Bibliography ! BibTeX"
22303
22304 \end_inset
22305
22306
22307 \end_layout
22308
22309 \begin_layout Standard
22310 Bibliography databases are useful if you use the same bibliography in different
22311  documents.
22312  It makes it also very easy to have an uniform layout for all bibliography
22313  entries.
22314  You can collect the bibliography of all relevant books and articles of
22315  you working field in a database.
22316  This database can be used for different documents, because only the referenced
22317  entries of the database will appear in the bibliography list.
22318 \end_layout
22319
22320 \begin_layout Standard
22321 The database is a text file with the file extension 
22322 \begin_inset Quotes eld
22323 \end_inset
22324
22325
22326 \family sans
22327 .bib
22328 \family default
22329
22330 \begin_inset Quotes erd
22331 \end_inset
22332
22333  containing the bibliography in a special format.
22334  The format is explained in LaTeX books (
22335 \begin_inset LatexCommand cite
22336 key "latexcompanion,latexguide,latexbook"
22337
22338 \end_inset
22339
22340 ).
22341  Normally one uses a special program to create and edit entries of the database.
22342  Here is a list of programs for bibliography databases:
22343 \end_layout
22344
22345 \begin_layout Itemize
22346 \begin_inset LatexCommand url
22347 name "BibDesk"
22348 target "http://bibdesk.sourceforge.net/"
22349
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \begin_layout Itemize
22356 \begin_inset LatexCommand url
22357 name "BibORB"
22358 target "http://biborb.glymn.net/doku.php"
22359
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \begin_layout Itemize
22366 \begin_inset LatexCommand url
22367 name "BibTeXMng"
22368 target "http://www.latexsoft.com/bibtexmng.htm"
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \begin_layout Itemize
22376 \begin_inset LatexCommand url
22377 name "JabRef"
22378 target "http://jabref.sourceforge.net/"
22379
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \begin_layout Itemize
22386 \begin_inset LatexCommand url
22387 name "Pybliographer"
22388 target "http://pybliographer.org/"
22389
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \begin_layout Standard
22396 To use a database, use the menu 
22397 \family sans
22398 Insert\SpecialChar \menuseparator
22399 List
22400 \family default
22401 /
22402 \family sans
22403 TOC\SpecialChar \menuseparator
22404 BibT
22405 \begin_inset ERT
22406 status collapsed
22407
22408 \begin_layout Standard
22409
22410 {}
22411 \end_layout
22412
22413 \end_inset
22414
22415 eX\InsetSpace ~
22416 Bibliography
22417 \family default
22418 .
22419  A grey box will be inserted and a window appears.
22420  In this window you can load one or more databases and a style file.
22421  The style file is a text file with the file extension
22422 \begin_inset Quotes erd
22423 \end_inset
22424
22425
22426 \family sans
22427 .bst
22428 \family default
22429
22430 \begin_inset Quotes erd
22431 \end_inset
22432
22433  that declares the layout of all bibliography entries.
22434  Many publishers provide special style files, so that you don't have to
22435  take care of the layout.
22436 \end_layout
22437
22438 \begin_layout Standard
22439 Inserting a citation reference works like described above.
22440 \end_layout
22441
22442 \begin_layout Standard
22443 We use two bibliographies in this document to show the difference between
22444  the two methods of creating them.
22445  As you can see, the bibliography, created from a database, lists only the
22446  database entries that are referenced in the document.
22447  We used the style file 
22448 \begin_inset Quotes eld
22449 \end_inset
22450
22451 alphadin.bst
22452 \begin_inset Quotes erd
22453 \end_inset
22454
22455  to get the complicated reference key scheme in the bibliography.
22456 \end_layout
22457
22458 \begin_layout Subsection
22459 Bibliography layout
22460 \begin_inset LatexCommand index
22461 name "Bibliography ! Layout"
22462
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \begin_layout Standard
22469 If you don't use a bibliography database together with a style file, you
22470  can set a 
22471 \family sans
22472 Citation\InsetSpace ~
22473 style
22474 \family default
22475  in the citation reference window.
22476  You need also the option 
22477 \family sans
22478 Natbib
22479 \family default
22480  in the menu 
22481 \family sans
22482 Document\SpecialChar \menuseparator
22483 Settings\SpecialChar \menuseparator
22484 Bibliography
22485 \family default
22486  enabled for this.
22487  In this menu you can adjust the default citation style.
22488  Setting a citation style for a reference will overwrite this default.
22489 \end_layout
22490
22491 \begin_layout Standard
22492 You can also set text, that should appear before or after a citation reference,
22493  in the citation reference window.
22494  Here an example where we set the text 
22495 \begin_inset Quotes eld
22496 \end_inset
22497
22498 Chapter\InsetSpace ~
22499 3
22500 \begin_inset Quotes erd
22501 \end_inset
22502
22503  to appear after the reference:
22504 \end_layout
22505
22506 \begin_layout Standard
22507 Have a look at 
22508 \begin_inset LatexCommand cite
22509 after "Chapter 3"
22510 key "latexcompanion"
22511
22512 \end_inset
22513
22514 .
22515 \end_layout
22516
22517 \begin_layout Section
22518 Index
22519 \begin_inset LatexCommand index
22520 name "Index generation"
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Standard
22528 An index entry is created if you place the cursor behind the word or phrase
22529  that should appear in the index and then use the menu 
22530 \family sans
22531 Insert\SpecialChar \menuseparator
22532 Index\InsetSpace ~
22533 Entry
22534 \family default
22535 .
22536  A gray box labeled 
22537 \begin_inset Quotes eld
22538 \end_inset
22539
22540
22541 \family sans
22542 Idx
22543 \family default
22544
22545 \begin_inset Quotes erd
22546 \end_inset
22547
22548  is inserted and a window pops up asking for the index entry.
22549  LyX propose the word before the cursor as entry.
22550 \end_layout
22551
22552 \begin_layout Standard
22553 The index entry text field differs from all other text fields, because you
22554  have to insert valid LaTeX-code.
22555  LyX won't format the text for you like you expect it.
22556  This is necessary because index entries can be formatted in many ways using
22557  special LaTeX commands.
22558  We give a short overview of the index command in the next subsections.
22559  For a detailed description of LaTeX's index mechanism, have a look at one
22560  of the LaTeX books 
22561 \begin_inset LatexCommand cite
22562 key "latexcompanion,latexguide,latexbook"
22563
22564 \end_inset
22565
22566 .
22567 \end_layout
22568
22569 \begin_layout Standard
22570 You can change index entries by clicking on the index box.
22571  The index list is inserted to the document with the menu 
22572 \family sans
22573 Insert\SpecialChar \menuseparator
22574 List/TOC\SpecialChar \menuseparator
22575 Index\InsetSpace ~
22576 List
22577 \family default
22578 .
22579  A light blue box labeled 
22580 \begin_inset Quotes eld
22581 \end_inset
22582
22583
22584 \family sans
22585 Index
22586 \family default
22587
22588 \begin_inset Quotes erd
22589 \end_inset
22590
22591  will show the place where the index is printed in the output.
22592  The index list box is not clickable like other LyX-boxes.
22593 \end_layout
22594
22595 \begin_layout Subsection
22596 Grouping Index Entries
22597 \begin_inset LatexCommand index
22598 name "Index ! Grouping"
22599
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \begin_layout Standard
22606 One often groups index entries to offer the reader a fast search in the
22607  index.
22608  We want to group for example the index entries for itemized and enumerated
22609  lists under the entry 
22610 \begin_inset Quotes eld
22611 \end_inset
22612
22613 Lists
22614 \begin_inset Quotes erd
22615 \end_inset
22616
22617 .
22618  First we create the entry 
22619 \begin_inset Quotes eld
22620 \end_inset
22621
22622 Lists
22623 \begin_inset Quotes erd
22624 \end_inset
22625
22626  in section\InsetSpace ~
22627
22628 \begin_inset LatexCommand ref
22629 reference "sub:Lists"
22630
22631 \end_inset
22632
22633 .
22634  In the text field for the itemized list index entry in section\InsetSpace ~
22635
22636 \begin_inset LatexCommand ref
22637 reference "sec:itemize"
22638
22639 \end_inset
22640
22641 , we inserted the command
22642 \end_layout
22643
22644 \begin_layout Standard
22645
22646 \series bold
22647 Lists ! Itemize
22648 \end_layout
22649
22650 \begin_layout Standard
22651 and the command
22652 \end_layout
22653
22654 \begin_layout Standard
22655
22656 \series bold
22657 Lists ! Enumerate
22658 \end_layout
22659
22660 \begin_layout Standard
22661 for the enumerated list in section\InsetSpace ~
22662
22663 \begin_inset LatexCommand ref
22664 reference "sec:enumerate"
22665
22666 \end_inset
22667
22668 .
22669 \end_layout
22670
22671 \begin_layout Standard
22672 The exclamation mark 
22673 \begin_inset Quotes eld
22674 \end_inset
22675
22676 !
22677 \begin_inset Quotes erd
22678 \end_inset
22679
22680  marks the grouping levels.
22681  You can have three levels; every index level is indented a bit more.
22682  An index entry for the higher levels is not required.
22683  If we don't have an index entry for 
22684 \begin_inset Quotes eld
22685 \end_inset
22686
22687 Lists
22688 \begin_inset Quotes erd
22689 \end_inset
22690
22691 , it will be printed anyway, but without a page number.
22692 \end_layout
22693
22694 \begin_layout Subsection
22695 Page Ranges
22696 \begin_inset LatexCommand index
22697 name "Index ! Page ranges"
22698
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \begin_layout Standard
22705 Normally an index entry will appear with the page number of the indexed
22706  section.
22707  But sometimes you want to index more pages under the same entry.
22708  E.g if we want to index the paragraph environments, we create an index entry
22709  in section\InsetSpace ~
22710
22711 \begin_inset LatexCommand ref
22712 reference "sec:Paragraph-Environments"
22713
22714 \end_inset
22715
22716  with the command
22717 \end_layout
22718
22719 \begin_layout Standard
22720
22721 \series bold
22722 Paragraph environments|(
22723 \end_layout
22724
22725 \begin_layout Standard
22726 and another entry at the end of section\InsetSpace ~
22727
22728 \begin_inset LatexCommand ref
22729 reference "sub:LyX-Code"
22730
22731 \end_inset
22732
22733  with the command
22734 \end_layout
22735
22736 \begin_layout Standard
22737
22738 \series bold
22739 Paragraph environments|)
22740 \end_layout
22741
22742 \begin_layout Standard
22743 The commands 
22744 \begin_inset Quotes eld
22745 \end_inset
22746
22747
22748 \series bold
22749 |(
22750 \series default
22751
22752 \begin_inset Quotes erd
22753 \end_inset
22754
22755  and 
22756 \begin_inset Quotes eld
22757 \end_inset
22758
22759
22760 \series bold
22761 |)
22762 \series default
22763
22764 \begin_inset Quotes erd
22765 \end_inset
22766
22767  respectively starts and ends the index range.
22768  You can also add the same index entry at different places in the document.
22769  They appear in the output under one entry with a comma separated list of
22770  the pages of the indexed document parts.
22771  An example is the index entry 
22772 \begin_inset Quotes eld
22773 \end_inset
22774
22775 Paragraph environments
22776 \begin_inset Quotes erd
22777 \end_inset
22778
22779 .
22780 \end_layout
22781
22782 \begin_layout Subsection
22783 Cross referencing
22784 \begin_inset LatexCommand index
22785 name "Index ! Cross referencing"
22786
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \begin_layout Standard
22793 It is also possible to refer to another index entry.
22794  We referred for example in the index entry 
22795 \begin_inset Quotes eld
22796 \end_inset
22797
22798 GIF
22799 \begin_inset Quotes erd
22800 \end_inset
22801
22802  (in section\InsetSpace ~
22803
22804 \begin_inset LatexCommand ref
22805 reference "sub:Image-Formats"
22806
22807 \end_inset
22808
22809 ) to the index entry 
22810 \begin_inset Quotes eld
22811 \end_inset
22812
22813 Image formats
22814 \begin_inset Quotes erd
22815 \end_inset
22816
22817  in the same section using the command
22818 \end_layout
22819
22820 \begin_layout Standard
22821
22822 \series bold
22823 GIF|see{Image formats}
22824 \end_layout
22825
22826 \begin_layout Standard
22827 The text within the braces is the referenced entry.
22828  The reference will appear in the output without a page number.
22829 \end_layout
22830
22831 \begin_layout Subsection
22832 Index Entry Order
22833 \begin_inset LatexCommand index
22834 name "Index ! Entry order"
22835
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \begin_layout Standard
22842 You can use accented characters in the index entry, but the entries might
22843  then not follow the rules for the index order.
22844  The index entries are sorted alphabetically, but LaTeX
22845 \begin_inset Foot
22846 status collapsed
22847
22848 \begin_layout Standard
22849 The index generating is done in the background by an extra program called
22850  
22851 \begin_inset Quotes eld
22852 \end_inset
22853
22854
22855 \family sans
22856 makeindex
22857 \family default
22858
22859 \begin_inset Quotes erd
22860 \end_inset
22861
22862 .
22863 \end_layout
22864
22865 \end_inset
22866
22867  doesn't know how to sort accents in different languages.
22868  We created as example the three dummy index entries 
22869 \begin_inset Quotes eld
22870 \end_inset
22871
22872 maison
22873 \begin_inset Quotes erd
22874 \end_inset
22875
22876
22877 \begin_inset Quotes eld
22878 \end_inset
22879
22880 maïs
22881 \begin_inset Quotes erd
22882 \end_inset
22883
22884 , and 
22885 \begin_inset Quotes eld
22886 \end_inset
22887
22888 maître
22889 \begin_inset Quotes erd
22890 \end_inset
22891
22892 .
22893 \begin_inset LatexCommand index
22894 name "Dummy entries ! maïs"
22895
22896 \end_inset
22897
22898
22899 \begin_inset LatexCommand index
22900 name "Dummy entries ! maître"
22901
22902 \end_inset
22903
22904
22905 \begin_inset LatexCommand index
22906 name "Dummy entries ! maïs@maison"
22907
22908 \end_inset
22909
22910  They will be sorted in the order maïs, maître, maison, but we want the
22911  order maïs, maison, maître.
22912  To achieve this, we use the command
22913 \end_layout
22914
22915 \begin_layout Standard
22916
22917 \series bold
22918 previous entry@current entry
22919 \end_layout
22920
22921 \begin_layout Standard
22922 In our case we want to have 
22923 \begin_inset Quotes eld
22924 \end_inset
22925
22926 maison
22927 \begin_inset Quotes erd
22928 \end_inset
22929
22930  after 
22931 \begin_inset Quotes eld
22932 \end_inset
22933
22934 maïs
22935 \begin_inset Quotes erd
22936 \end_inset
22937
22938  and write therefore for the index entry of maison:
22939 \end_layout
22940
22941 \begin_layout Standard
22942
22943 \series bold
22944 maïs@maison
22945 \end_layout
22946
22947 \begin_layout Standard
22948 The previous entry needn't to be a real existing entry, you can also use
22949  another word to tell LaTeX the entry order, see the next subsection for
22950  an example.
22951 \end_layout
22952
22953 \begin_layout Subsection
22954 Index Entry Layout
22955 \begin_inset LatexCommand index
22956 name "Index ! Entry layout"
22957
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \begin_layout Standard
22964 You can insert entries together with LaTeX-commands for the layout.
22965  If you need for example an italic entry, you can write
22966 \end_layout
22967
22968 \begin_layout Standard
22969
22970 \series bold
22971
22972 \backslash
22973 textit{This is an italic entry}
22974 \end_layout
22975
22976 \begin_layout Standard
22977 where the command 
22978 \series bold
22979
22980 \backslash
22981 textit
22982 \series default
22983  produces the italic layout.
22984 \begin_inset LatexCommand index
22985 name "Dummy entries ! This@\\textit{This is an italic entry}"
22986
22987 \end_inset
22988
22989  We refer to LaTeX books (
22990 \begin_inset LatexCommand cite
22991 key "latexcompanion,latexguide,latexbook"
22992
22993 \end_inset
22994
22995 ) for an overview of layout commands.
22996  There is only the problem, that layout commands destroy the sorting order.
22997  To avoid that our index entry appears as the first one, we use the following
22998  command instead:
22999 \end_layout
23000
23001 \begin_layout Standard
23002
23003 \series bold
23004 This@
23005 \backslash
23006 textit{This is an italic entry}
23007 \end_layout
23008
23009 \begin_layout Standard
23010 You can also format the page number using the character 
23011 \begin_inset Quotes eld
23012 \end_inset
23013
23014 |
23015 \begin_inset Quotes erd
23016 \end_inset
23017
23018  followed by a LaTeX-command without a backslash.
23019  We can write for example
23020 \end_layout
23021
23022 \begin_layout Standard
23023
23024 \series bold
23025 old-style page number:|oldstylenums
23026 \end_layout
23027
23028 \begin_layout Standard
23029 to get the page number in an old-style layout.
23030 \begin_inset LatexCommand index
23031 name "Dummy entries ! old-style page number:|oldstylenums"
23032
23033 \end_inset
23034
23035  Normally all LaTeX-commands begin with a backslash, but in this special
23036  case 
23037 \begin_inset Quotes eld
23038 \end_inset
23039
23040
23041 \series bold
23042 |command
23043 \series default
23044
23045 \begin_inset Quotes erd
23046 \end_inset
23047
23048  means 
23049 \series bold
23050
23051 \backslash
23052 command{page\InsetSpace ~
23053 number}
23054 \series default
23055 .
23056  Have a look at section\InsetSpace ~
23057
23058 \begin_inset LatexCommand ref
23059 reference "sub:Short-Introduction-to"
23060
23061 \end_inset
23062
23063  to learn more about the LaTeX-syntax.
23064 \end_layout
23065
23066 \begin_layout Standard
23067 You can also change the layout for the whole index.
23068  E.g.
23069  we marked the index list box of this document as bold to get a bold font
23070  for all index entries.
23071 \end_layout
23072
23073 \begin_layout Section
23074 ERT and the LaTeX Syntax
23075 \begin_inset LatexCommand label
23076 name "sec:ERT"
23077
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \begin_layout Subsection
23084 ERT Boxes
23085 \begin_inset LatexCommand index
23086 name "ERT"
23087
23088 \end_inset
23089
23090
23091 \begin_inset LatexCommand label
23092 name "sub:ERT-Boxes"
23093
23094 \end_inset
23095
23096
23097 \end_layout
23098
23099 \begin_layout Standard
23100 As LyX uses LaTeX in the background, it supports many LaTeX commands and
23101  constructs, but not all.
23102  LaTeX contains of hundreds of packages which provide different commands.
23103  Every month 10 to 20 packages are updated and one new package is added.
23104  This has the advantage that you can typeset nearly everything, for every
23105  problem exists a LaTeX-package.
23106  But LyX can of course not be up to date and support all these packages
23107  and their commands.
23108 \end_layout
23109
23110 \begin_layout Standard
23111 But don't worry, you can use any LaTeX-command directly in LyX inside the
23112  ERT box.
23113  ERT stands for 
23114 \begin_inset Quotes eld
23115 \end_inset
23116
23117 evil red text
23118 \begin_inset Quotes erd
23119 \end_inset
23120
23121 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
23122  An ERT box is created by the menu 
23123 \family sans
23124 Insert\SpecialChar \menuseparator
23125 TeX
23126 \family default
23127  or by the toolbar button 
23128 \begin_inset Graphics
23129         filename ../images/ert-insert.xpm
23130
23131 \end_inset
23132
23133 .
23134  The box itself can be displayed in three different styles: 
23135 \family sans
23136 Inline
23137 \family default
23138
23139 \family sans
23140 Collapsed
23141 \family default
23142 , and 
23143 \family sans
23144 Open
23145 \family default
23146 .
23147  To change the style, right-click on the box and use the appearing dialog.
23148  Left-clicking on the box will switch between 
23149 \family sans
23150 Collapsed
23151 \family default
23152  and 
23153 \family sans
23154 Open
23155 \family default
23156 .
23157 \end_layout
23158
23159 \begin_layout Standard
23160 You can insert complete or incomplete commands into ERT.
23161  Incomplete means that the command argument can be Standard LyX text.
23162  For example you want to draw a frame around a word and uses therefore the
23163  LaTeX-command 
23164 \series bold
23165
23166 \backslash
23167 fbox
23168 \series default
23169 , you can write the command part 
23170 \series bold
23171
23172 \backslash
23173 fbox{
23174 \series default
23175  in an ERT box before the word and the closing brace 
23176 \series bold
23177 }
23178 \series default
23179  in a second ERT box behind the word.
23180  The word between the two ERT boxes is then the argument as it is in the
23181  following example:
23182 \end_layout
23183
23184 \begin_layout Standard
23185 \begin_inset Graphics
23186         filename clipart/ERT.png
23187         scale 89
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Standard
23195 gives
23196 \end_layout
23197
23198 \begin_layout Standard
23199 This is a line with a 
23200 \begin_inset ERT
23201 status collapsed
23202
23203 \begin_layout Standard
23204
23205
23206 \backslash
23207 fbox{
23208 \end_layout
23209
23210 \end_inset
23211
23212 framed
23213 \begin_inset ERT
23214 status collapsed
23215
23216 \begin_layout Standard
23217
23218 }
23219 \end_layout
23220
23221 \end_inset
23222
23223  word.
23224 \end_layout
23225
23226 \begin_layout Standard
23227 Note, that you have to insert a space at the end of LaTeX-commands without
23228  parameters, to let LaTeX know that the command is finished.
23229  
23230 \end_layout
23231
23232 \begin_layout Subsection
23233 Short Introduction to the LaTeX Syntax
23234 \begin_inset OptArg
23235 status collapsed
23236
23237 \begin_layout Standard
23238 The LaTeX Syntax
23239 \end_layout
23240
23241 \end_inset
23242
23243
23244 \begin_inset LatexCommand index
23245 name "LaTeX Syntax"
23246
23247 \end_inset
23248
23249
23250 \begin_inset LatexCommand label
23251 name "sub:Short-Introduction-to"
23252
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \begin_layout Standard
23259 When you write larger documents or books, you will need to know something
23260  about the LaTeX-commands that LyX uses in the background.
23261  Because LaTeX is based on commands, you can 
23262 \begin_inset Quotes eld
23263 \end_inset
23264
23265 program
23266 \begin_inset Quotes erd
23267 \end_inset
23268
23269  your text.
23270  This has the advantage that the layout of the document can be changed at
23271  every time if you know the right commands.
23272  E.g.
23273  imagine you have to write a manual for a product and the deadline is at
23274  the end of the day.
23275  Your boss just has complimented you for your good work but wants to have
23276  all caption labels bold.
23277  But you have over hundred figure and table captions with non-bold labels
23278  in your manual.
23279  Of course it's impossible to change all caption labels by hand in one day.
23280 \end_layout
23281
23282 \begin_layout Standard
23283 Now LaTeX comes into play.
23284  As we wrote above, for every problem exists a LaTeX-package.
23285  First you have to find out which and therefore look in the LaTeX package
23286  database, 
23287 \begin_inset LatexCommand cite
23288 key "TeXCatalogue"
23289
23290 \end_inset
23291
23292 .
23293 \end_layout
23294
23295 \begin_layout Standard
23296 As result you know that the package 
23297 \family typewriter
23298 caption
23299 \family default
23300  is what you need.
23301  To use a package, you have to load it in the document preamble (menu 
23302 \family sans
23303 Document\SpecialChar \menuseparator
23304 Settings
23305 \family default
23306 ) with the command
23307 \end_layout
23308
23309 \begin_layout Standard
23310
23311 \series bold
23312
23313 \backslash
23314 usepackage[options]{package name}
23315 \end_layout
23316
23317 \begin_layout Standard
23318 All LaTeX commands begin with a backslash, the command argument is set within
23319  two braces, and the options are set within two brackets.
23320  Note that not all commands have an argument and options.
23321  In your case the package name is 
23322 \series bold
23323 caption
23324 \series default
23325 .
23326  After a look in the documentation of the package caption, you know that
23327  the option 
23328 \series bold
23329 labelfont=bf
23330 \series default
23331  will change the font of all caption labels to bold.
23332  So you add the command
23333 \end_layout
23334
23335 \begin_layout Standard
23336
23337 \series bold
23338
23339 \backslash
23340 usepackage[labelfont=bf]{caption}
23341 \end_layout
23342
23343 \begin_layout Standard
23344 to the preamble and the problem is solved.
23345 \end_layout
23346
23347 \begin_layout Standard
23348 Note that some document classes have built-in solutions for well known problems
23349  like your case.
23350  For example if you use a 
23351 \family typewriter
23352 koma-scrip
23353 \family default
23354 t class, you don't need the package 
23355 \family typewriter
23356 caption
23357 \family default
23358 .
23359  Just write
23360 \end_layout
23361
23362 \begin_layout Standard
23363
23364 \series bold
23365
23366 \backslash
23367 setkomafont{captionlabel}{
23368 \backslash
23369 bfseries}
23370 \end_layout
23371
23372 \begin_layout Standard
23373 in the preamble and the problem is solved.
23374  So if you plan to write a large document, you should have a look at the
23375  documentation of the document class you want to use.
23376  (Btw 
23377 \series bold
23378
23379 \backslash
23380 setkomafont
23381 \series default
23382  is an example for a command with more than one argument.)
23383 \end_layout
23384
23385 \begin_layout Standard
23386 Both commands used are preamble commands.
23387  Commands in the preamble affects the whole document, while commands in
23388  the text affects only the text after the command or only the text used
23389  as command argument.
23390  To insert a LaTeX-command in text, use the ERT box as described in the
23391  previous section.
23392 \end_layout
23393
23394 \begin_layout Standard
23395 If you want to learn more about LaTeX and its syntax, have a look at the
23396  books 
23397 \begin_inset LatexCommand cite
23398 key "latexcompanion,latexguide"
23399
23400 \end_inset
23401
23402 .
23403  
23404 \end_layout
23405
23406 \begin_layout Section
23407 Previewing Snippets of your Document
23408 \begin_inset LatexCommand index
23409 name "Document ! Instant preview"
23410
23411 \end_inset
23412
23413
23414 \begin_inset LatexCommand label
23415 name "sec:Previewing-snippets-of"
23416
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \begin_layout Standard
23423 LyX allows you to generate previews of sections of your document on the
23424  fly so you can see how they'll look in the final document without having
23425  to break your train of thought with 
23426 \family sans
23427 View\SpecialChar \menuseparator
23428 DVI
23429 \family default
23430 .
23431 \end_layout
23432
23433 \begin_layout Standard
23434 If you'd for example like to see in LyX your math formulas typeset by LaTeX,
23435  install the LaTeX-package 
23436 \series bold
23437 preview-latex
23438 \series default
23439  as explained below, and turn on 
23440 \family sans
23441 Instant\InsetSpace ~
23442 preview
23443 \family default
23444  in the 
23445 \family sans
23446 Tools\SpecialChar \menuseparator
23447 Preferences 
23448 \family default
23449 dialog under 
23450 \family sans
23451 Look\InsetSpace ~
23452 and\InsetSpace ~
23453 feel\SpecialChar \menuseparator
23454 Graphcis
23455 \family default
23456 .
23457 \end_layout
23458
23459 \begin_layout Standard
23460 Previews are generated when you load a document into LyX and when you finish
23461  editing an inset.
23462  Previews of an already loaded document are 
23463 \emph on
23464 not
23465 \emph default
23466  generated just by selecting the 
23467 \family sans
23468 Instant\InsetSpace ~
23469 preview
23470 \family default
23471  check box.
23472  So to make it work, reopen the documents in LyX.
23473 \end_layout
23474
23475 \begin_layout Standard
23476 LyX will generate previews of math insets.
23477  It will also generate previews of include insets if you select the 
23478 \family sans
23479 Show\InsetSpace ~
23480 preview
23481 \family default
23482  check box in the insert dialog.
23483  This latter is useful if you wish to generate a preview of a LaTeX figure,
23484  for example.
23485 \end_layout
23486
23487 \begin_layout Standard
23488 To get previews working, you'll need the LaTeX package 
23489 \series bold
23490 preview-latex
23491 \series default
23492  (on some systems named simply 
23493 \series bold
23494 preview
23495 \series default
23496 ) installed.
23497  You find it in 
23498 \begin_inset LatexCommand cite
23499 key "TeXCatalogue"
23500
23501 \end_inset
23502
23503 .
23504  You'll obtain prettier results if you install 
23505 \family typewriter
23506 pnmcrop
23507 \family default
23508  from the 
23509 \family typewriter
23510 netpbm
23511 \family default
23512  package; for LyX on Windows this program will automatically be installed
23513  together with LyX.
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \begin_inset VSpace bigskip
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \begin_layout Standard
23524 You can furthermore preview the LaTeX source that LyX generates of the whole
23525  document or parts of it.
23526  Use the menu 
23527 \family sans
23528 Viewl\SpecialChar \menuseparator
23529 View\InsetSpace ~
23530 Source
23531 \family default
23532  and a window will be shown where you can see the LaTeX-source code.
23533  The window shows the source of the whole paragraph where the cursor is
23534  currently in.
23535  You can also select document parts in LyX's main window, then only this
23536  selection (when it is more than one paragraph) is shown as source code.
23537  To view the whole document as source, enable the corresponding option in
23538  the window.
23539 \end_layout
23540
23541 \begin_layout Section
23542 International Support
23543 \begin_inset LatexCommand index
23544 name "International support"
23545
23546 \end_inset
23547
23548
23549 \end_layout
23550
23551 \begin_layout Standard
23552 This section describes how to use LyX with any language you want.
23553  For some non-western languages there are special Wiki-pages that explain
23554  how to set up LyX to use them: 
23555 \begin_inset LatexCommand cite
23556 key "Arabic,Armenian,Farsi,Hebrew"
23557
23558 \end_inset
23559
23560
23561 \end_layout
23562
23563 \begin_layout Subsection
23564 Language Options
23565 \end_layout
23566
23567 \begin_layout Standard
23568 The 
23569 \family sans
23570 Document\SpecialChar \menuseparator
23571 Settings
23572 \family default
23573  dialog lets you set 
23574 \family roman
23575 the language and character encoding for your language.
23576  
23577 \end_layout
23578
23579 \begin_layout Standard
23580 Choose your language in the 
23581 \family sans
23582 Language
23583 \family default
23584  section of the 
23585 \family sans
23586 Document\SpecialChar \menuseparator
23587 Settings
23588 \family default
23589  dialog.
23590  The default is 
23591 \family sans
23592 English
23593 \family default
23594 .
23595  Scroll to find the language you want and then click on your choice.
23596 \end_layout
23597
23598 \begin_layout Standard
23599 The 
23600 \family sans
23601 Encoding
23602 \family default
23603  box lets you choose the character encoding map you want to use.
23604  When you select the encoding 
23605 \family sans
23606 LaTeX\InsetSpace ~
23607 default
23608 \family default
23609 , the encoding is used that LaTeX uses by default for the selected language,
23610  e.\InsetSpace \thinspace{}
23611 g.\InsetSpace ~
23612  for English it is 
23613 \family sans
23614 latin1
23615 \family default
23616 .
23617 \end_layout
23618
23619 \begin_layout Standard
23620 LyX also supports unicode output, which is particularly useful if you need
23621  lots of special symbols or non-alphabetic scripts, respectively.
23622  If you want to use this (and your LaTeX installation supports unicode,
23623  for that matter), the 
23624 \family typewriter
23625 utf8
23626 \family default
23627  encoding is the right choice for most purposes.
23628  Besides this, you will find some alternative unicode encodings for specific
23629  purposes: 
23630 \family typewriter
23631 UTF
23632 \family default
23633  and 
23634 \family typewriter
23635 utf8x
23636 \family default
23637  are provided for CJK languages (Chinese, Japanese, Korean), 
23638 \family typewriter
23639 utf8-plain
23640 \family default
23641 , finally, should be chosen for 
23642 \family sans
23643 XeTeX
23644 \family default
23645 , which uses unicode directly, without the help of the LaTeX-package 
23646 \series bold
23647 inputenc
23648 \series default
23649 .
23650 \end_layout
23651
23652 \begin_layout Subsection
23653 Keyboard mapping configuration
23654 \end_layout
23655
23656 \begin_layout Standard
23657 If you have for example a U.S.-style keyboard and want to write in a different
23658  language than English, you can use an alternate keymap.
23659  For example, if you have a U.S.-style keyboard but want to write in Italian,
23660  you can configure LyX to use an Italian keymap.
23661  The preferences dialog allows you to choose up to two keyboard mappings.
23662  You can choose primary and secondary keyboard languages and then select
23663  which one you want to use.
23664 \end_layout
23665
23666 \begin_layout Standard
23667 Finally, you may just want to change a few key mappings or create an entirely
23668  different keymap (for Vulcan, for instance).
23669  You may, for example, normally write in Italian on a U.S.
23670  keyboard but want to include an occasional quotation in German.
23671  In such a case, you can write your own keyboard mapping or modify an existing
23672  one to support the characters you want.
23673  This and much more costomizations are explained in the 
23674 \emph on
23675 Customization
23676 \emph default
23677  manual.
23678 \end_layout
23679
23680 \begin_layout Subsection
23681 Character Tables
23682 \begin_inset LatexCommand label
23683 name "sec:keytab"
23684
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \begin_layout Standard
23691 Table\InsetSpace ~
23692
23693 \begin_inset LatexCommand ref
23694 reference "cap:The-latin1-character"
23695
23696 \end_inset
23697
23698  shows the 
23699 \family typewriter
23700 Latin1
23701 \family default
23702  character set.
23703  You should be able to enter the characters in the first eight columns directly
23704  from the keyboard.
23705 \end_layout
23706
23707 \begin_layout Standard
23708 There are a few things you need to know about this table.
23709  Here are some of the details you'll need to bear in mind when using characters
23710  from the 
23711 \family typewriter
23712 Latin1
23713 \family default
23714  character set:
23715 \end_layout
23716
23717 \begin_layout Itemize
23718 Even if you have selected 
23719 \family sans
23720 latin1
23721 \family default
23722  in the 
23723 \family sans
23724 Document\SpecialChar \menuseparator
23725 Settings
23726 \family default
23727  dialog, users who have only the 
23728 \family typewriter
23729 T1
23730 \family default
23731 -fonts for LaTeX [or who have the 
23732 \family typewriter
23733 T1
23734 \family default
23735 -fonts but aren't using them] will still miss a few characters: D0, F0,
23736  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
23737  french quotes won't show up.
23738 \end_layout
23739
23740 \begin_layout Standard
23741 \begin_inset Float table
23742 wide false
23743 sideways false
23744 status open
23745
23746 \begin_layout Standard
23747 \begin_inset Caption
23748
23749 \begin_layout Standard
23750 \begin_inset LatexCommand label
23751 name "cap:The-latin1-character"
23752
23753 \end_inset
23754
23755 The 
23756 \family typewriter
23757 latin1
23758 \family default
23759  character set
23760 \end_layout
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \begin_layout Standard
23768 \align center
23769 \begin_inset Tabular
23770 <lyxtabular version="3" rows="17" columns="17">
23771 <features>
23772 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23773 <column alignment="center" valignment="top" leftline="true" width="0pt">
23774 <column alignment="center" valignment="top" leftline="true" width="0pt">
23775 <column alignment="center" valignment="top" leftline="true" width="0pt">
23776 <column alignment="center" valignment="top" leftline="true" width="0pt">
23777 <column alignment="center" valignment="top" leftline="true" width="0pt">
23778 <column alignment="center" valignment="top" leftline="true" width="0pt">
23779 <column alignment="center" valignment="top" leftline="true" width="0pt">
23780 <column alignment="center" valignment="top" leftline="true" width="0pt">
23781 <column alignment="center" valignment="top" leftline="true" width="0pt">
23782 <column alignment="center" valignment="top" leftline="true" width="0pt">
23783 <column alignment="center" valignment="top" leftline="true" width="0pt">
23784 <column alignment="center" valignment="top" leftline="true" width="0pt">
23785 <column alignment="center" valignment="top" leftline="true" width="0pt">
23786 <column alignment="center" valignment="top" leftline="true" width="0pt">
23787 <column alignment="center" valignment="top" leftline="true" width="0pt">
23788 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23789 <row topline="true" bottomline="true">
23790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Standard
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Standard
23803
23804 \family roman
23805 \series medium
23806 \shape up
23807 \size tiny
23808 \emph off
23809 \bar no
23810 \noun off
23811 \color none
23812 00
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Standard
23821
23822 \family roman
23823 \series medium
23824 \shape up
23825 \size tiny
23826 \emph off
23827 \bar no
23828 \noun off
23829 \color none
23830 10
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Standard
23839
23840 \family roman
23841 \series medium
23842 \shape up
23843 \size tiny
23844 \emph off
23845 \bar no
23846 \noun off
23847 \color none
23848 20
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Standard
23857
23858 \family roman
23859 \series medium
23860 \shape up
23861 \size tiny
23862 \emph off
23863 \bar no
23864 \noun off
23865 \color none
23866 30
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Standard
23875
23876 \family roman
23877 \series medium
23878 \shape up
23879 \size tiny
23880 \emph off
23881 \bar no
23882 \noun off
23883 \color none
23884 40
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Standard
23893
23894 \family roman
23895 \series medium
23896 \shape up
23897 \size tiny
23898 \emph off
23899 \bar no
23900 \noun off
23901 \color none
23902 50
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Standard
23911
23912 \family roman
23913 \series medium
23914 \shape up
23915 \size tiny
23916 \emph off
23917 \bar no
23918 \noun off
23919 \color none
23920 60
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Standard
23929
23930 \family roman
23931 \series medium
23932 \shape up
23933 \size tiny
23934 \emph off
23935 \bar no
23936 \noun off
23937 \color none
23938 70
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Standard
23947
23948 \family roman
23949 \series medium
23950 \shape up
23951 \size tiny
23952 \emph off
23953 \bar no
23954 \noun off
23955 \color none
23956 80
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Standard
23965
23966 \family roman
23967 \series medium
23968 \shape up
23969 \size tiny
23970 \emph off
23971 \bar no
23972 \noun off
23973 \color none
23974 90
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Standard
23983
23984 \family roman
23985 \series medium
23986 \shape up
23987 \size tiny
23988 \emph off
23989 \bar no
23990 \noun off
23991 \color none
23992 A0
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Standard
24001
24002 \family roman
24003 \series medium
24004 \shape up
24005 \size tiny
24006 \emph off
24007 \bar no
24008 \noun off
24009 \color none
24010 B0
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Standard
24019
24020 \family roman
24021 \series medium
24022 \shape up
24023 \size tiny
24024 \emph off
24025 \bar no
24026 \noun off
24027 \color none
24028 C0
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Standard
24037
24038 \family roman
24039 \series medium
24040 \shape up
24041 \size tiny
24042 \emph off
24043 \bar no
24044 \noun off
24045 \color none
24046 D0
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Standard
24055
24056 \family roman
24057 \series medium
24058 \shape up
24059 \size tiny
24060 \emph off
24061 \bar no
24062 \noun off
24063 \color none
24064 E0
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Standard
24073
24074 \family roman
24075 \series medium
24076 \shape up
24077 \size tiny
24078 \emph off
24079 \bar no
24080 \noun off
24081 \color none
24082 F0
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 </row>
24088 <row topline="true">
24089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Standard
24093
24094 \family roman
24095 \series medium
24096 \shape up
24097 \size tiny
24098 \emph off
24099 \bar no
24100 \noun off
24101 \color none
24102 00
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Standard
24111
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Standard
24120
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Standard
24129
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Standard
24138
24139 \family roman
24140 \series medium
24141 \shape up
24142 \emph off
24143 \bar no
24144 \noun off
24145 \color none
24146 0
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Standard
24155
24156 \family roman
24157 \series medium
24158 \shape up
24159 \emph off
24160 \bar no
24161 \noun off
24162 \color none
24163 @
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Standard
24172
24173 \family roman
24174 \series medium
24175 \shape up
24176 \emph off
24177 \bar no
24178 \noun off
24179 \color none
24180 P
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Standard
24189
24190 \family roman
24191 \series medium
24192 \shape up
24193 \emph off
24194 \bar no
24195 \noun off
24196 \color none
24197 '
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Standard
24206
24207 \family roman
24208 \series medium
24209 \shape up
24210 \emph off
24211 \bar no
24212 \noun off
24213 \color none
24214 p
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Standard
24223
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Standard
24232
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Standard
24241
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Standard
24250
24251 \family roman
24252 \series medium
24253 \shape up
24254 \emph off
24255 \bar no
24256 \noun off
24257 \color none
24258 °
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Standard
24267
24268 \family roman
24269 \series medium
24270 \shape up
24271 \emph off
24272 \bar no
24273 \noun off
24274 \color none
24275 À
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Standard
24284
24285 \family roman
24286 \series medium
24287 \shape up
24288 \emph off
24289 \bar no
24290 \noun off
24291 \color none
24292 Ð
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Standard
24301
24302 \family roman
24303 \series medium
24304 \shape up
24305 \emph off
24306 \bar no
24307 \noun off
24308 \color none
24309 à
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Standard
24318
24319 \family roman
24320 \series medium
24321 \shape up
24322 \emph off
24323 \bar no
24324 \noun off
24325 \color none
24326 ð
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 </row>
24332 <row topline="true">
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Standard
24337
24338 \family roman
24339 \series medium
24340 \shape up
24341 \size tiny
24342 \emph off
24343 \bar no
24344 \noun off
24345 \color none
24346 01
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Standard
24355
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Standard
24364
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Standard
24373
24374 \family roman
24375 \series medium
24376 \shape up
24377 \emph off
24378 \bar no
24379 \noun off
24380 \color none
24381 !
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Standard
24390
24391 \family roman
24392 \series medium
24393 \shape up
24394 \emph off
24395 \bar no
24396 \noun off
24397 \color none
24398 1
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Standard
24407
24408 \family roman
24409 \series medium
24410 \shape up
24411 \emph off
24412 \bar no
24413 \noun off
24414 \color none
24415 A
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Standard
24424
24425 \family roman
24426 \series medium
24427 \shape up
24428 \emph off
24429 \bar no
24430 \noun off
24431 \color none
24432 Q
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Standard
24441
24442 \family roman
24443 \series medium
24444 \shape up
24445 \emph off
24446 \bar no
24447 \noun off
24448 \color none
24449 a
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Standard
24458
24459 \family roman
24460 \series medium
24461 \shape up
24462 \emph off
24463 \bar no
24464 \noun off
24465 \color none
24466 q
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Standard
24475
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Standard
24484
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Standard
24493
24494 \family roman
24495 \series medium
24496 \shape up
24497 \emph off
24498 \bar no
24499 \noun off
24500 \color none
24501 ¡
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Standard
24510
24511 \family roman
24512 \series medium
24513 \shape up
24514 \emph off
24515 \bar no
24516 \noun off
24517 \color none
24518 ±
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Standard
24527
24528 \family roman
24529 \series medium
24530 \shape up
24531 \emph off
24532 \bar no
24533 \noun off
24534 \color none
24535 Á
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Standard
24544
24545 \family roman
24546 \series medium
24547 \shape up
24548 \emph off
24549 \bar no
24550 \noun off
24551 \color none
24552 Ñ
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Standard
24561
24562 \family roman
24563 \series medium
24564 \shape up
24565 \emph off
24566 \bar no
24567 \noun off
24568 \color none
24569 á
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Standard
24578
24579 \family roman
24580 \series medium
24581 \shape up
24582 \emph off
24583 \bar no
24584 \noun off
24585 \color none
24586 ñ
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 </row>
24592 <row topline="true">
24593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24594 \begin_inset Text
24595
24596 \begin_layout Standard
24597
24598 \family roman
24599 \series medium
24600 \shape up
24601 \size tiny
24602 \emph off
24603 \bar no
24604 \noun off
24605 \color none
24606 02
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Standard
24615
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Standard
24624
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Standard
24633
24634 \family roman
24635 \series medium
24636 \shape up
24637 \emph off
24638 \bar no
24639 \noun off
24640 \color none
24641 \begin_inset Quotes eld
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Standard
24653
24654 \family roman
24655 \series medium
24656 \shape up
24657 \emph off
24658 \bar no
24659 \noun off
24660 \color none
24661 2
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Standard
24670
24671 \family roman
24672 \series medium
24673 \shape up
24674 \emph off
24675 \bar no
24676 \noun off
24677 \color none
24678 B
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Standard
24687
24688 \family roman
24689 \series medium
24690 \shape up
24691 \emph off
24692 \bar no
24693 \noun off
24694 \color none
24695 R
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Standard
24704
24705 \family roman
24706 \series medium
24707 \shape up
24708 \emph off
24709 \bar no
24710 \noun off
24711 \color none
24712 b
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Standard
24721
24722 \family roman
24723 \series medium
24724 \shape up
24725 \emph off
24726 \bar no
24727 \noun off
24728 \color none
24729 r
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24735 \begin_inset Text
24736
24737 \begin_layout Standard
24738
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Standard
24747
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Standard
24756 ¢
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Standard
24765
24766 \family roman
24767 \series medium
24768 \shape up
24769 \emph off
24770 \bar no
24771 \noun off
24772 \color none
24773 ²
24774 \end_layout
24775
24776 \end_inset
24777 </cell>
24778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Standard
24782
24783 \family roman
24784 \series medium
24785 \shape up
24786 \emph off
24787 \bar no
24788 \noun off
24789 \color none
24790 Â
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Standard
24799
24800 \family roman
24801 \series medium
24802 \shape up
24803 \emph off
24804 \bar no
24805 \noun off
24806 \color none
24807 Ò
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Standard
24816
24817 \family roman
24818 \series medium
24819 \shape up
24820 \emph off
24821 \bar no
24822 \noun off
24823 \color none
24824 â
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Standard
24833
24834 \family roman
24835 \series medium
24836 \shape up
24837 \emph off
24838 \bar no
24839 \noun off
24840 \color none
24841 ò
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 </row>
24847 <row topline="true">
24848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24849 \begin_inset Text
24850
24851 \begin_layout Standard
24852
24853 \family roman
24854 \series medium
24855 \shape up
24856 \size tiny
24857 \emph off
24858 \bar no
24859 \noun off
24860 \color none
24861 03
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Standard
24870
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Standard
24879
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Standard
24888
24889 \family roman
24890 \series medium
24891 \shape up
24892 \emph off
24893 \bar no
24894 \noun off
24895 \color none
24896 #
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Standard
24905
24906 \family roman
24907 \series medium
24908 \shape up
24909 \emph off
24910 \bar no
24911 \noun off
24912 \color none
24913 3
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Standard
24922
24923 \family roman
24924 \series medium
24925 \shape up
24926 \emph off
24927 \bar no
24928 \noun off
24929 \color none
24930 C
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Standard
24939
24940 \family roman
24941 \series medium
24942 \shape up
24943 \emph off
24944 \bar no
24945 \noun off
24946 \color none
24947 S
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Standard
24956
24957 \family roman
24958 \series medium
24959 \shape up
24960 \emph off
24961 \bar no
24962 \noun off
24963 \color none
24964 c
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Standard
24973
24974 \family roman
24975 \series medium
24976 \shape up
24977 \emph off
24978 \bar no
24979 \noun off
24980 \color none
24981 s
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Standard
24990
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Standard
24999
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Standard
25008
25009 \family roman
25010 \series medium
25011 \shape up
25012 \emph off
25013 \bar no
25014 \noun off
25015 \color none
25016 £
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Standard
25025
25026 \family roman
25027 \series medium
25028 \shape up
25029 \emph off
25030 \bar no
25031 \noun off
25032 \color none
25033 ³
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Standard
25042
25043 \family roman
25044 \series medium
25045 \shape up
25046 \emph off
25047 \bar no
25048 \noun off
25049 \color none
25050 Ã
25051 \end_layout
25052
25053 \end_inset
25054 </cell>
25055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Standard
25059
25060 \family roman
25061 \series medium
25062 \shape up
25063 \emph off
25064 \bar no
25065 \noun off
25066 \color none
25067 Ó
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Standard
25076
25077 \family roman
25078 \series medium
25079 \shape up
25080 \emph off
25081 \bar no
25082 \noun off
25083 \color none
25084 ã
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Standard
25093
25094 \family roman
25095 \series medium
25096 \shape up
25097 \emph off
25098 \bar no
25099 \noun off
25100 \color none
25101 ó
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 </row>
25107 <row topline="true">
25108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Standard
25112
25113 \family roman
25114 \series medium
25115 \shape up
25116 \size tiny
25117 \emph off
25118 \bar no
25119 \noun off
25120 \color none
25121 04
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Standard
25130
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25136 \begin_inset Text
25137
25138 \begin_layout Standard
25139
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Standard
25148
25149 \family roman
25150 \series medium
25151 \shape up
25152 \emph off
25153 \bar no
25154 \noun off
25155 \color none
25156 $
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Standard
25165
25166 \family roman
25167 \series medium
25168 \shape up
25169 \emph off
25170 \bar no
25171 \noun off
25172 \color none
25173 4
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25179 \begin_inset Text
25180
25181 \begin_layout Standard
25182
25183 \family roman
25184 \series medium
25185 \shape up
25186 \emph off
25187 \bar no
25188 \noun off
25189 \color none
25190 D
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Standard
25199
25200 \family roman
25201 \series medium
25202 \shape up
25203 \emph off
25204 \bar no
25205 \noun off
25206 \color none
25207 T
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Standard
25216
25217 \family roman
25218 \series medium
25219 \shape up
25220 \emph off
25221 \bar no
25222 \noun off
25223 \color none
25224 d
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Standard
25233
25234 \family roman
25235 \series medium
25236 \shape up
25237 \emph off
25238 \bar no
25239 \noun off
25240 \color none
25241 t
25242 \end_layout
25243
25244 \end_inset
25245 </cell>
25246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Standard
25250
25251 \end_layout
25252
25253 \end_inset
25254 </cell>
25255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Standard
25259
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Standard
25268 ¤
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Standard
25277
25278 \family roman
25279 \series medium
25280 \shape up
25281 \emph off
25282 \bar no
25283 \noun off
25284 \color none
25285 ´
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Standard
25294
25295 \family roman
25296 \series medium
25297 \shape up
25298 \emph off
25299 \bar no
25300 \noun off
25301 \color none
25302 Ä
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Standard
25311
25312 \family roman
25313 \series medium
25314 \shape up
25315 \emph off
25316 \bar no
25317 \noun off
25318 \color none
25319 Ô
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Standard
25328
25329 \family roman
25330 \series medium
25331 \shape up
25332 \emph off
25333 \bar no
25334 \noun off
25335 \color none
25336 ä
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Standard
25345
25346 \family roman
25347 \series medium
25348 \shape up
25349 \emph off
25350 \bar no
25351 \noun off
25352 \color none
25353 ô
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 </row>
25359 <row topline="true">
25360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Standard
25364
25365 \family roman
25366 \series medium
25367 \shape up
25368 \size tiny
25369 \emph off
25370 \bar no
25371 \noun off
25372 \color none
25373 05
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Standard
25382
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Standard
25391
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Standard
25400
25401 \family roman
25402 \series medium
25403 \shape up
25404 \emph off
25405 \bar no
25406 \noun off
25407 \color none
25408 %
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Standard
25417
25418 \family roman
25419 \series medium
25420 \shape up
25421 \emph off
25422 \bar no
25423 \noun off
25424 \color none
25425 5
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Standard
25434
25435 \family roman
25436 \series medium
25437 \shape up
25438 \emph off
25439 \bar no
25440 \noun off
25441 \color none
25442 E
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Standard
25451
25452 \family roman
25453 \series medium
25454 \shape up
25455 \emph off
25456 \bar no
25457 \noun off
25458 \color none
25459 U
25460 \end_layout
25461
25462 \end_inset
25463 </cell>
25464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25465 \begin_inset Text
25466
25467 \begin_layout Standard
25468
25469 \family roman
25470 \series medium
25471 \shape up
25472 \emph off
25473 \bar no
25474 \noun off
25475 \color none
25476 e
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Standard
25485
25486 \family roman
25487 \series medium
25488 \shape up
25489 \emph off
25490 \bar no
25491 \noun off
25492 \color none
25493 u
25494 \end_layout
25495
25496 \end_inset
25497 </cell>
25498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25499 \begin_inset Text
25500
25501 \begin_layout Standard
25502
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Standard
25511
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25517 \begin_inset Text
25518
25519 \begin_layout Standard
25520 ¥
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Standard
25529
25530 \family roman
25531 \series medium
25532 \shape up
25533 \emph off
25534 \bar no
25535 \noun off
25536 \color none
25537 µ
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Standard
25546
25547 \family roman
25548 \series medium
25549 \shape up
25550 \emph off
25551 \bar no
25552 \noun off
25553 \color none
25554 Å
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Standard
25563
25564 \family roman
25565 \series medium
25566 \shape up
25567 \emph off
25568 \bar no
25569 \noun off
25570 \color none
25571 Õ
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Standard
25580
25581 \family roman
25582 \series medium
25583 \shape up
25584 \emph off
25585 \bar no
25586 \noun off
25587 \color none
25588 å
25589 \end_layout
25590
25591 \end_inset
25592 </cell>
25593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25594 \begin_inset Text
25595
25596 \begin_layout Standard
25597
25598 \family roman
25599 \series medium
25600 \shape up
25601 \emph off
25602 \bar no
25603 \noun off
25604 \color none
25605 õ
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 </row>
25611 <row topline="true">
25612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Standard
25616
25617 \family roman
25618 \series medium
25619 \shape up
25620 \size tiny
25621 \emph off
25622 \bar no
25623 \noun off
25624 \color none
25625 06
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Standard
25634
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Standard
25643
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Standard
25652
25653 \family roman
25654 \series medium
25655 \shape up
25656 \emph off
25657 \bar no
25658 \noun off
25659 \color none
25660 &
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Standard
25669
25670 \family roman
25671 \series medium
25672 \shape up
25673 \emph off
25674 \bar no
25675 \noun off
25676 \color none
25677 6
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Standard
25686
25687 \family roman
25688 \series medium
25689 \shape up
25690 \emph off
25691 \bar no
25692 \noun off
25693 \color none
25694 F
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Standard
25703
25704 \family roman
25705 \series medium
25706 \shape up
25707 \emph off
25708 \bar no
25709 \noun off
25710 \color none
25711 V
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
25716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Standard
25720
25721 \family roman
25722 \series medium
25723 \shape up
25724 \emph off
25725 \bar no
25726 \noun off
25727 \color none
25728 f
25729 \end_layout
25730
25731 \end_inset
25732 </cell>
25733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25734 \begin_inset Text
25735
25736 \begin_layout Standard
25737
25738 \family roman
25739 \series medium
25740 \shape up
25741 \emph off
25742 \bar no
25743 \noun off
25744 \color none
25745 v
25746 \end_layout
25747
25748 \end_inset
25749 </cell>
25750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Standard
25754
25755 \end_layout
25756
25757 \end_inset
25758 </cell>
25759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25760 \begin_inset Text
25761
25762 \begin_layout Standard
25763
25764 \end_layout
25765
25766 \end_inset
25767 </cell>
25768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Standard
25772 ¦
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Standard
25781
25782 \family roman
25783 \series medium
25784 \shape up
25785 \emph off
25786 \bar no
25787 \noun off
25788 \color none
25789
25790 \end_layout
25791
25792 \end_inset
25793 </cell>
25794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25795 \begin_inset Text
25796
25797 \begin_layout Standard
25798
25799 \family roman
25800 \series medium
25801 \shape up
25802 \emph off
25803 \bar no
25804 \noun off
25805 \color none
25806 Æ
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Standard
25815
25816 \family roman
25817 \series medium
25818 \shape up
25819 \emph off
25820 \bar no
25821 \noun off
25822 \color none
25823 Ö
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25829 \begin_inset Text
25830
25831 \begin_layout Standard
25832
25833 \family roman
25834 \series medium
25835 \shape up
25836 \emph off
25837 \bar no
25838 \noun off
25839 \color none
25840 æ
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25846 \begin_inset Text
25847
25848 \begin_layout Standard
25849
25850 \family roman
25851 \series medium
25852 \shape up
25853 \emph off
25854 \bar no
25855 \noun off
25856 \color none
25857 ö
25858 \end_layout
25859
25860 \end_inset
25861 </cell>
25862 </row>
25863 <row topline="true">
25864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Standard
25868
25869 \family roman
25870 \series medium
25871 \shape up
25872 \size tiny
25873 \emph off
25874 \bar no
25875 \noun off
25876 \color none
25877 07
25878 \end_layout
25879
25880 \end_inset
25881 </cell>
25882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25883 \begin_inset Text
25884
25885 \begin_layout Standard
25886
25887 \end_layout
25888
25889 \end_inset
25890 </cell>
25891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Standard
25895
25896 \end_layout
25897
25898 \end_inset
25899 </cell>
25900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Standard
25904
25905 \family roman
25906 \series medium
25907 \shape up
25908 \emph off
25909 \bar no
25910 \noun off
25911 \color none
25912 `
25913 \end_layout
25914
25915 \end_inset
25916 </cell>
25917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Standard
25921
25922 \family roman
25923 \series medium
25924 \shape up
25925 \emph off
25926 \bar no
25927 \noun off
25928 \color none
25929 7
25930 \end_layout
25931
25932 \end_inset
25933 </cell>
25934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25935 \begin_inset Text
25936
25937 \begin_layout Standard
25938
25939 \family roman
25940 \series medium
25941 \shape up
25942 \emph off
25943 \bar no
25944 \noun off
25945 \color none
25946 G
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Standard
25955
25956 \family roman
25957 \series medium
25958 \shape up
25959 \emph off
25960 \bar no
25961 \noun off
25962 \color none
25963 W
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Standard
25972
25973 \family roman
25974 \series medium
25975 \shape up
25976 \emph off
25977 \bar no
25978 \noun off
25979 \color none
25980 g
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Standard
25989
25990 \family roman
25991 \series medium
25992 \shape up
25993 \emph off
25994 \bar no
25995 \noun off
25996 \color none
25997 w
25998 \end_layout
25999
26000 \end_inset
26001 </cell>
26002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26003 \begin_inset Text
26004
26005 \begin_layout Standard
26006
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Standard
26015
26016 \end_layout
26017
26018 \end_inset
26019 </cell>
26020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Standard
26024
26025 \family roman
26026 \series medium
26027 \shape up
26028 \emph off
26029 \bar no
26030 \noun off
26031 \color none
26032 §
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Standard
26041
26042 \family roman
26043 \series medium
26044 \shape up
26045 \emph off
26046 \bar no
26047 \noun off
26048 \color none
26049 ·
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 <cell alignment="center" valignment="top" topline="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 \emph off
26063 \bar no
26064 \noun off
26065 \color none
26066 Ç
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Standard
26075
26076 \family roman
26077 \series medium
26078 \shape up
26079 \emph off
26080 \bar no
26081 \noun off
26082 \color none
26083 ×
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Standard
26092
26093 \family roman
26094 \series medium
26095 \shape up
26096 \emph off
26097 \bar no
26098 \noun off
26099 \color none
26100 ç
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Standard
26109
26110 \family roman
26111 \series medium
26112 \shape up
26113 \emph off
26114 \bar no
26115 \noun off
26116 \color none
26117 ÷
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 </row>
26123 <row topline="true">
26124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Standard
26128
26129 \family roman
26130 \series medium
26131 \shape up
26132 \size tiny
26133 \emph off
26134 \bar no
26135 \noun off
26136 \color none
26137 08
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Standard
26146
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26152 \begin_inset Text
26153
26154 \begin_layout Standard
26155
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Standard
26164
26165 \family roman
26166 \series medium
26167 \shape up
26168 \emph off
26169 \bar no
26170 \noun off
26171 \color none
26172 (
26173 \end_layout
26174
26175 \end_inset
26176 </cell>
26177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Standard
26181
26182 \family roman
26183 \series medium
26184 \shape up
26185 \emph off
26186 \bar no
26187 \noun off
26188 \color none
26189 8
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Standard
26198
26199 \family roman
26200 \series medium
26201 \shape up
26202 \emph off
26203 \bar no
26204 \noun off
26205 \color none
26206 H
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Standard
26215
26216 \family roman
26217 \series medium
26218 \shape up
26219 \emph off
26220 \bar no
26221 \noun off
26222 \color none
26223 X
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Standard
26232
26233 \family roman
26234 \series medium
26235 \shape up
26236 \emph off
26237 \bar no
26238 \noun off
26239 \color none
26240 h
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Standard
26249
26250 \family roman
26251 \series medium
26252 \shape up
26253 \emph off
26254 \bar no
26255 \noun off
26256 \color none
26257 x
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26263 \begin_inset Text
26264
26265 \begin_layout Standard
26266
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26272 \begin_inset Text
26273
26274 \begin_layout Standard
26275
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Standard
26284
26285 \family roman
26286 \series medium
26287 \shape up
26288 \emph off
26289 \bar no
26290 \noun off
26291 \color none
26292 ¨
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Standard
26301
26302 \family roman
26303 \series medium
26304 \shape up
26305 \emph off
26306 \bar no
26307 \noun off
26308 \color none
26309 ¸
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Standard
26318
26319 \family roman
26320 \series medium
26321 \shape up
26322 \emph off
26323 \bar no
26324 \noun off
26325 \color none
26326 È
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Standard
26335
26336 \family roman
26337 \series medium
26338 \shape up
26339 \emph off
26340 \bar no
26341 \noun off
26342 \color none
26343 Ø
26344 \end_layout
26345
26346 \end_inset
26347 </cell>
26348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Standard
26352
26353 \family roman
26354 \series medium
26355 \shape up
26356 \emph off
26357 \bar no
26358 \noun off
26359 \color none
26360 è
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Standard
26369
26370 \family roman
26371 \series medium
26372 \shape up
26373 \emph off
26374 \bar no
26375 \noun off
26376 \color none
26377 ø
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 </row>
26383 <row topline="true">
26384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Standard
26388
26389 \family roman
26390 \series medium
26391 \shape up
26392 \size tiny
26393 \emph off
26394 \bar no
26395 \noun off
26396 \color none
26397 09
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 \family roman
26426 \series medium
26427 \shape up
26428 \emph off
26429 \bar no
26430 \noun off
26431 \color none
26432 )
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Standard
26441
26442 \family roman
26443 \series medium
26444 \shape up
26445 \emph off
26446 \bar no
26447 \noun off
26448 \color none
26449 9
26450 \end_layout
26451
26452 \end_inset
26453 </cell>
26454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Standard
26458
26459 \family roman
26460 \series medium
26461 \shape up
26462 \emph off
26463 \bar no
26464 \noun off
26465 \color none
26466 I
26467 \end_layout
26468
26469 \end_inset
26470 </cell>
26471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26472 \begin_inset Text
26473
26474 \begin_layout Standard
26475
26476 \family roman
26477 \series medium
26478 \shape up
26479 \emph off
26480 \bar no
26481 \noun off
26482 \color none
26483 Y
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Standard
26492
26493 \family roman
26494 \series medium
26495 \shape up
26496 \emph off
26497 \bar no
26498 \noun off
26499 \color none
26500 i
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Standard
26509
26510 \family roman
26511 \series medium
26512 \shape up
26513 \emph off
26514 \bar no
26515 \noun off
26516 \color none
26517 y
26518 \end_layout
26519
26520 \end_inset
26521 </cell>
26522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Standard
26526
26527 \end_layout
26528
26529 \end_inset
26530 </cell>
26531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26532 \begin_inset Text
26533
26534 \begin_layout Standard
26535
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Standard
26544
26545 \family roman
26546 \series medium
26547 \shape up
26548 \emph off
26549 \bar no
26550 \noun off
26551 \color none
26552 ©
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Standard
26561
26562 \family roman
26563 \series medium
26564 \shape up
26565 \emph off
26566 \bar no
26567 \noun off
26568 \color none
26569 ¹
26570 \end_layout
26571
26572 \end_inset
26573 </cell>
26574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Standard
26578
26579 \family roman
26580 \series medium
26581 \shape up
26582 \emph off
26583 \bar no
26584 \noun off
26585 \color none
26586 É
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Standard
26595
26596 \family roman
26597 \series medium
26598 \shape up
26599 \emph off
26600 \bar no
26601 \noun off
26602 \color none
26603 Ù
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26609 \begin_inset Text
26610
26611 \begin_layout Standard
26612
26613 \family roman
26614 \series medium
26615 \shape up
26616 \emph off
26617 \bar no
26618 \noun off
26619 \color none
26620 é
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Standard
26629
26630 \family roman
26631 \series medium
26632 \shape up
26633 \emph off
26634 \bar no
26635 \noun off
26636 \color none
26637 ù
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 </row>
26643 <row topline="true">
26644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26645 \begin_inset Text
26646
26647 \begin_layout Standard
26648
26649 \family roman
26650 \series medium
26651 \shape up
26652 \size tiny
26653 \emph off
26654 \bar no
26655 \noun off
26656 \color none
26657 0A
26658 \end_layout
26659
26660 \end_inset
26661 </cell>
26662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26663 \begin_inset Text
26664
26665 \begin_layout Standard
26666
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Standard
26675
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Standard
26684
26685 \family roman
26686 \series medium
26687 \shape up
26688 \emph off
26689 \bar no
26690 \noun off
26691 \color none
26692 *
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Standard
26701
26702 \family roman
26703 \series medium
26704 \shape up
26705 \emph off
26706 \bar no
26707 \noun off
26708 \color none
26709 :
26710 \end_layout
26711
26712 \end_inset
26713 </cell>
26714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26715 \begin_inset Text
26716
26717 \begin_layout Standard
26718
26719 \family roman
26720 \series medium
26721 \shape up
26722 \emph off
26723 \bar no
26724 \noun off
26725 \color none
26726 J
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26732 \begin_inset Text
26733
26734 \begin_layout Standard
26735
26736 \family roman
26737 \series medium
26738 \shape up
26739 \emph off
26740 \bar no
26741 \noun off
26742 \color none
26743 Z
26744 \end_layout
26745
26746 \end_inset
26747 </cell>
26748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Standard
26752
26753 \family roman
26754 \series medium
26755 \shape up
26756 \emph off
26757 \bar no
26758 \noun off
26759 \color none
26760 j
26761 \end_layout
26762
26763 \end_inset
26764 </cell>
26765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26766 \begin_inset Text
26767
26768 \begin_layout Standard
26769
26770 \family roman
26771 \series medium
26772 \shape up
26773 \emph off
26774 \bar no
26775 \noun off
26776 \color none
26777 z
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26783 \begin_inset Text
26784
26785 \begin_layout Standard
26786
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Standard
26795
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26801 \begin_inset Text
26802
26803 \begin_layout Standard
26804
26805 \family roman
26806 \series medium
26807 \shape up
26808 \emph off
26809 \bar no
26810 \noun off
26811 \color none
26812 ª
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Standard
26821
26822 \family roman
26823 \series medium
26824 \shape up
26825 \emph off
26826 \bar no
26827 \noun off
26828 \color none
26829 º
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Standard
26838
26839 \family roman
26840 \series medium
26841 \shape up
26842 \emph off
26843 \bar no
26844 \noun off
26845 \color none
26846 Ê
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Standard
26855
26856 \family roman
26857 \series medium
26858 \shape up
26859 \emph off
26860 \bar no
26861 \noun off
26862 \color none
26863 Ú
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Standard
26872
26873 \family roman
26874 \series medium
26875 \shape up
26876 \emph off
26877 \bar no
26878 \noun off
26879 \color none
26880 ê
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Standard
26889
26890 \family roman
26891 \series medium
26892 \shape up
26893 \emph off
26894 \bar no
26895 \noun off
26896 \color none
26897 ú
26898 \end_layout
26899
26900 \end_inset
26901 </cell>
26902 </row>
26903 <row topline="true">
26904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Standard
26908
26909 \family roman
26910 \series medium
26911 \shape up
26912 \size tiny
26913 \emph off
26914 \bar no
26915 \noun off
26916 \color none
26917 0B
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26923 \begin_inset Text
26924
26925 \begin_layout Standard
26926
26927 \end_layout
26928
26929 \end_inset
26930 </cell>
26931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26932 \begin_inset Text
26933
26934 \begin_layout Standard
26935
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26941 \begin_inset Text
26942
26943 \begin_layout Standard
26944
26945 \family roman
26946 \series medium
26947 \shape up
26948 \emph off
26949 \bar no
26950 \noun off
26951 \color none
26952 +
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26958 \begin_inset Text
26959
26960 \begin_layout Standard
26961
26962 \family roman
26963 \series medium
26964 \shape up
26965 \emph off
26966 \bar no
26967 \noun off
26968 \color none
26969 ;
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Standard
26978
26979 \family roman
26980 \series medium
26981 \shape up
26982 \emph off
26983 \bar no
26984 \noun off
26985 \color none
26986 K
26987 \end_layout
26988
26989 \end_inset
26990 </cell>
26991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Standard
26995
26996 \family roman
26997 \series medium
26998 \shape up
26999 \emph off
27000 \bar no
27001 \noun off
27002 \color none
27003 [
27004 \end_layout
27005
27006 \end_inset
27007 </cell>
27008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27009 \begin_inset Text
27010
27011 \begin_layout Standard
27012
27013 \family roman
27014 \series medium
27015 \shape up
27016 \emph off
27017 \bar no
27018 \noun off
27019 \color none
27020 k
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27026 \begin_inset Text
27027
27028 \begin_layout Standard
27029
27030 \family roman
27031 \series medium
27032 \shape up
27033 \emph off
27034 \bar no
27035 \noun off
27036 \color none
27037 {
27038 \end_layout
27039
27040 \end_inset
27041 </cell>
27042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27043 \begin_inset Text
27044
27045 \begin_layout Standard
27046
27047 \end_layout
27048
27049 \end_inset
27050 </cell>
27051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27052 \begin_inset Text
27053
27054 \begin_layout Standard
27055
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27061 \begin_inset Text
27062
27063 \begin_layout Standard
27064
27065 \family roman
27066 \series medium
27067 \shape up
27068 \emph off
27069 \bar no
27070 \noun off
27071 \color none
27072 «
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Standard
27081
27082 \family roman
27083 \series medium
27084 \shape up
27085 \emph off
27086 \bar no
27087 \noun off
27088 \color none
27089 »
27090 \end_layout
27091
27092 \end_inset
27093 </cell>
27094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27095 \begin_inset Text
27096
27097 \begin_layout Standard
27098
27099 \family roman
27100 \series medium
27101 \shape up
27102 \emph off
27103 \bar no
27104 \noun off
27105 \color none
27106 Ë
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27112 \begin_inset Text
27113
27114 \begin_layout Standard
27115
27116 \family roman
27117 \series medium
27118 \shape up
27119 \emph off
27120 \bar no
27121 \noun off
27122 \color none
27123 Û
27124 \end_layout
27125
27126 \end_inset
27127 </cell>
27128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27129 \begin_inset Text
27130
27131 \begin_layout Standard
27132
27133 \family roman
27134 \series medium
27135 \shape up
27136 \emph off
27137 \bar no
27138 \noun off
27139 \color none
27140 ë
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27146 \begin_inset Text
27147
27148 \begin_layout Standard
27149
27150 \family roman
27151 \series medium
27152 \shape up
27153 \emph off
27154 \bar no
27155 \noun off
27156 \color none
27157 û
27158 \end_layout
27159
27160 \end_inset
27161 </cell>
27162 </row>
27163 <row topline="true">
27164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27165 \begin_inset Text
27166
27167 \begin_layout Standard
27168
27169 \family roman
27170 \series medium
27171 \shape up
27172 \size tiny
27173 \emph off
27174 \bar no
27175 \noun off
27176 \color none
27177 0C
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27183 \begin_inset Text
27184
27185 \begin_layout Standard
27186
27187 \end_layout
27188
27189 \end_inset
27190 </cell>
27191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Standard
27195
27196 \end_layout
27197
27198 \end_inset
27199 </cell>
27200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27201 \begin_inset Text
27202
27203 \begin_layout Standard
27204
27205 \family roman
27206 \series medium
27207 \shape up
27208 \emph off
27209 \bar no
27210 \noun off
27211 \color none
27212 ,
27213 \end_layout
27214
27215 \end_inset
27216 </cell>
27217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27218 \begin_inset Text
27219
27220 \begin_layout Standard
27221
27222 \family roman
27223 \series medium
27224 \shape up
27225 \emph off
27226 \bar no
27227 \noun off
27228 \color none
27229 <
27230 \end_layout
27231
27232 \end_inset
27233 </cell>
27234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27235 \begin_inset Text
27236
27237 \begin_layout Standard
27238
27239 \family roman
27240 \series medium
27241 \shape up
27242 \emph off
27243 \bar no
27244 \noun off
27245 \color none
27246 L
27247 \end_layout
27248
27249 \end_inset
27250 </cell>
27251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27252 \begin_inset Text
27253
27254 \begin_layout Standard
27255
27256 \family roman
27257 \series medium
27258 \shape up
27259 \emph off
27260 \bar no
27261 \noun off
27262 \color none
27263
27264 \backslash
27265
27266 \end_layout
27267
27268 \end_inset
27269 </cell>
27270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27271 \begin_inset Text
27272
27273 \begin_layout Standard
27274
27275 \family roman
27276 \series medium
27277 \shape up
27278 \emph off
27279 \bar no
27280 \noun off
27281 \color none
27282 l
27283 \end_layout
27284
27285 \end_inset
27286 </cell>
27287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27288 \begin_inset Text
27289
27290 \begin_layout Standard
27291
27292 \family roman
27293 \series medium
27294 \shape up
27295 \emph off
27296 \bar no
27297 \noun off
27298 \color none
27299 |
27300 \end_layout
27301
27302 \end_inset
27303 </cell>
27304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27305 \begin_inset Text
27306
27307 \begin_layout Standard
27308
27309 \end_layout
27310
27311 \end_inset
27312 </cell>
27313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27314 \begin_inset Text
27315
27316 \begin_layout Standard
27317
27318 \end_layout
27319
27320 \end_inset
27321 </cell>
27322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27323 \begin_inset Text
27324
27325 \begin_layout Standard
27326
27327 \family roman
27328 \series medium
27329 \shape up
27330 \emph off
27331 \bar no
27332 \noun off
27333 \color none
27334 ¬
27335 \end_layout
27336
27337 \end_inset
27338 </cell>
27339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27340 \begin_inset Text
27341
27342 \begin_layout Standard
27343
27344 \family roman
27345 \series medium
27346 \shape up
27347 \emph off
27348 \bar no
27349 \noun off
27350 \color none
27351 ¼
27352 \end_layout
27353
27354 \end_inset
27355 </cell>
27356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27357 \begin_inset Text
27358
27359 \begin_layout Standard
27360
27361 \family roman
27362 \series medium
27363 \shape up
27364 \emph off
27365 \bar no
27366 \noun off
27367 \color none
27368 Ì
27369 \end_layout
27370
27371 \end_inset
27372 </cell>
27373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27374 \begin_inset Text
27375
27376 \begin_layout Standard
27377
27378 \family roman
27379 \series medium
27380 \shape up
27381 \emph off
27382 \bar no
27383 \noun off
27384 \color none
27385 Ü
27386 \end_layout
27387
27388 \end_inset
27389 </cell>
27390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27391 \begin_inset Text
27392
27393 \begin_layout Standard
27394
27395 \family roman
27396 \series medium
27397 \shape up
27398 \emph off
27399 \bar no
27400 \noun off
27401 \color none
27402 ì
27403 \end_layout
27404
27405 \end_inset
27406 </cell>
27407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27408 \begin_inset Text
27409
27410 \begin_layout Standard
27411
27412 \family roman
27413 \series medium
27414 \shape up
27415 \emph off
27416 \bar no
27417 \noun off
27418 \color none
27419 ü
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 </row>
27425 <row topline="true">
27426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Standard
27430
27431 \family roman
27432 \series medium
27433 \shape up
27434 \size tiny
27435 \emph off
27436 \bar no
27437 \noun off
27438 \color none
27439 0D
27440 \end_layout
27441
27442 \end_inset
27443 </cell>
27444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27445 \begin_inset Text
27446
27447 \begin_layout Standard
27448
27449 \end_layout
27450
27451 \end_inset
27452 </cell>
27453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27454 \begin_inset Text
27455
27456 \begin_layout Standard
27457
27458 \end_layout
27459
27460 \end_inset
27461 </cell>
27462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27463 \begin_inset Text
27464
27465 \begin_layout Standard
27466
27467 \family roman
27468 \series medium
27469 \shape up
27470 \emph off
27471 \bar no
27472 \noun off
27473 \color none
27474 -
27475 \end_layout
27476
27477 \end_inset
27478 </cell>
27479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27480 \begin_inset Text
27481
27482 \begin_layout Standard
27483
27484 \family roman
27485 \series medium
27486 \shape up
27487 \emph off
27488 \bar no
27489 \noun off
27490 \color none
27491 =
27492 \end_layout
27493
27494 \end_inset
27495 </cell>
27496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27497 \begin_inset Text
27498
27499 \begin_layout Standard
27500
27501 \family roman
27502 \series medium
27503 \shape up
27504 \emph off
27505 \bar no
27506 \noun off
27507 \color none
27508 M
27509 \end_layout
27510
27511 \end_inset
27512 </cell>
27513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27514 \begin_inset Text
27515
27516 \begin_layout Standard
27517
27518 \family roman
27519 \series medium
27520 \shape up
27521 \emph off
27522 \bar no
27523 \noun off
27524 \color none
27525 ]
27526 \end_layout
27527
27528 \end_inset
27529 </cell>
27530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27531 \begin_inset Text
27532
27533 \begin_layout Standard
27534
27535 \family roman
27536 \series medium
27537 \shape up
27538 \emph off
27539 \bar no
27540 \noun off
27541 \color none
27542 m
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27548 \begin_inset Text
27549
27550 \begin_layout Standard
27551
27552 \family roman
27553 \series medium
27554 \shape up
27555 \emph off
27556 \bar no
27557 \noun off
27558 \color none
27559 }
27560 \end_layout
27561
27562 \end_inset
27563 </cell>
27564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27565 \begin_inset Text
27566
27567 \begin_layout Standard
27568
27569 \end_layout
27570
27571 \end_inset
27572 </cell>
27573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27574 \begin_inset Text
27575
27576 \begin_layout Standard
27577
27578 \end_layout
27579
27580 \end_inset
27581 </cell>
27582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27583 \begin_inset Text
27584
27585 \begin_layout Standard
27586
27587 \end_layout
27588
27589 \end_inset
27590 </cell>
27591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27592 \begin_inset Text
27593
27594 \begin_layout Standard
27595
27596 \family roman
27597 \series medium
27598 \shape up
27599 \emph off
27600 \bar no
27601 \noun off
27602 \color none
27603 ½
27604 \end_layout
27605
27606 \end_inset
27607 </cell>
27608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27609 \begin_inset Text
27610
27611 \begin_layout Standard
27612
27613 \family roman
27614 \series medium
27615 \shape up
27616 \emph off
27617 \bar no
27618 \noun off
27619 \color none
27620 Í
27621 \end_layout
27622
27623 \end_inset
27624 </cell>
27625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27626 \begin_inset Text
27627
27628 \begin_layout Standard
27629
27630 \family roman
27631 \series medium
27632 \shape up
27633 \emph off
27634 \bar no
27635 \noun off
27636 \color none
27637 Ý
27638 \end_layout
27639
27640 \end_inset
27641 </cell>
27642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27643 \begin_inset Text
27644
27645 \begin_layout Standard
27646
27647 \family roman
27648 \series medium
27649 \shape up
27650 \emph off
27651 \bar no
27652 \noun off
27653 \color none
27654 í
27655 \end_layout
27656
27657 \end_inset
27658 </cell>
27659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27660 \begin_inset Text
27661
27662 \begin_layout Standard
27663
27664 \family roman
27665 \series medium
27666 \shape up
27667 \emph off
27668 \bar no
27669 \noun off
27670 \color none
27671 ý
27672 \end_layout
27673
27674 \end_inset
27675 </cell>
27676 </row>
27677 <row topline="true">
27678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27679 \begin_inset Text
27680
27681 \begin_layout Standard
27682
27683 \family roman
27684 \series medium
27685 \shape up
27686 \size tiny
27687 \emph off
27688 \bar no
27689 \noun off
27690 \color none
27691 0E
27692 \end_layout
27693
27694 \end_inset
27695 </cell>
27696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27697 \begin_inset Text
27698
27699 \begin_layout Standard
27700
27701 \end_layout
27702
27703 \end_inset
27704 </cell>
27705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27706 \begin_inset Text
27707
27708 \begin_layout Standard
27709
27710 \end_layout
27711
27712 \end_inset
27713 </cell>
27714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27715 \begin_inset Text
27716
27717 \begin_layout Standard
27718
27719 \family roman
27720 \series medium
27721 \shape up
27722 \emph off
27723 \bar no
27724 \noun off
27725 \color none
27726 .
27727 \end_layout
27728
27729 \end_inset
27730 </cell>
27731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27732 \begin_inset Text
27733
27734 \begin_layout Standard
27735
27736 \family roman
27737 \series medium
27738 \shape up
27739 \emph off
27740 \bar no
27741 \noun off
27742 \color none
27743 >
27744 \end_layout
27745
27746 \end_inset
27747 </cell>
27748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27749 \begin_inset Text
27750
27751 \begin_layout Standard
27752
27753 \family roman
27754 \series medium
27755 \shape up
27756 \emph off
27757 \bar no
27758 \noun off
27759 \color none
27760 N
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27766 \begin_inset Text
27767
27768 \begin_layout Standard
27769
27770 \family roman
27771 \series medium
27772 \shape up
27773 \emph off
27774 \bar no
27775 \noun off
27776 \color none
27777 ^
27778 \end_layout
27779
27780 \end_inset
27781 </cell>
27782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27783 \begin_inset Text
27784
27785 \begin_layout Standard
27786
27787 \family roman
27788 \series medium
27789 \shape up
27790 \emph off
27791 \bar no
27792 \noun off
27793 \color none
27794 n
27795 \end_layout
27796
27797 \end_inset
27798 </cell>
27799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27800 \begin_inset Text
27801
27802 \begin_layout Standard
27803
27804 \family roman
27805 \series medium
27806 \shape up
27807 \emph off
27808 \bar no
27809 \noun off
27810 \color none
27811 ~
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Standard
27820
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Standard
27829
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Standard
27838
27839 \family roman
27840 \series medium
27841 \shape up
27842 \emph off
27843 \bar no
27844 \noun off
27845 \color none
27846 ®
27847 \end_layout
27848
27849 \end_inset
27850 </cell>
27851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Standard
27855
27856 \family roman
27857 \series medium
27858 \shape up
27859 \emph off
27860 \bar no
27861 \noun off
27862 \color none
27863 ¾
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Standard
27872
27873 \family roman
27874 \series medium
27875 \shape up
27876 \emph off
27877 \bar no
27878 \noun off
27879 \color none
27880 Î
27881 \end_layout
27882
27883 \end_inset
27884 </cell>
27885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27886 \begin_inset Text
27887
27888 \begin_layout Standard
27889
27890 \family roman
27891 \series medium
27892 \shape up
27893 \emph off
27894 \bar no
27895 \noun off
27896 \color none
27897 Þ
27898 \end_layout
27899
27900 \end_inset
27901 </cell>
27902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27903 \begin_inset Text
27904
27905 \begin_layout Standard
27906
27907 \family roman
27908 \series medium
27909 \shape up
27910 \emph off
27911 \bar no
27912 \noun off
27913 \color none
27914 î
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Standard
27923
27924 \family roman
27925 \series medium
27926 \shape up
27927 \emph off
27928 \bar no
27929 \noun off
27930 \color none
27931 þ
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 </row>
27937 <row topline="true" bottomline="true">
27938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Standard
27942
27943 \family roman
27944 \series medium
27945 \shape up
27946 \size tiny
27947 \emph off
27948 \bar no
27949 \noun off
27950 \color none
27951 0F
27952 \end_layout
27953
27954 \end_inset
27955 </cell>
27956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27957 \begin_inset Text
27958
27959 \begin_layout Standard
27960
27961 \end_layout
27962
27963 \end_inset
27964 </cell>
27965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27966 \begin_inset Text
27967
27968 \begin_layout Standard
27969
27970 \end_layout
27971
27972 \end_inset
27973 </cell>
27974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27975 \begin_inset Text
27976
27977 \begin_layout Standard
27978
27979 \family roman
27980 \series medium
27981 \shape up
27982 \emph off
27983 \bar no
27984 \noun off
27985 \color none
27986 /
27987 \end_layout
27988
27989 \end_inset
27990 </cell>
27991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27992 \begin_inset Text
27993
27994 \begin_layout Standard
27995
27996 \family roman
27997 \series medium
27998 \shape up
27999 \emph off
28000 \bar no
28001 \noun off
28002 \color none
28003 ?
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28009 \begin_inset Text
28010
28011 \begin_layout Standard
28012
28013 \family roman
28014 \series medium
28015 \shape up
28016 \emph off
28017 \bar no
28018 \noun off
28019 \color none
28020 O
28021 \end_layout
28022
28023 \end_inset
28024 </cell>
28025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28026 \begin_inset Text
28027
28028 \begin_layout Standard
28029
28030 \family roman
28031 \series medium
28032 \shape up
28033 \emph off
28034 \bar no
28035 \noun off
28036 \color none
28037 _
28038 \end_layout
28039
28040 \end_inset
28041 </cell>
28042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28043 \begin_inset Text
28044
28045 \begin_layout Standard
28046
28047 \family roman
28048 \series medium
28049 \shape up
28050 \emph off
28051 \bar no
28052 \noun off
28053 \color none
28054 o
28055 \end_layout
28056
28057 \end_inset
28058 </cell>
28059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28060 \begin_inset Text
28061
28062 \begin_layout Standard
28063
28064 \end_layout
28065
28066 \end_inset
28067 </cell>
28068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28069 \begin_inset Text
28070
28071 \begin_layout Standard
28072
28073 \end_layout
28074
28075 \end_inset
28076 </cell>
28077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28078 \begin_inset Text
28079
28080 \begin_layout Standard
28081
28082 \end_layout
28083
28084 \end_inset
28085 </cell>
28086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28087 \begin_inset Text
28088
28089 \begin_layout Standard
28090
28091 \family roman
28092 \series medium
28093 \shape up
28094 \emph off
28095 \bar no
28096 \noun off
28097 \color none
28098 ¯
28099 \end_layout
28100
28101 \end_inset
28102 </cell>
28103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28104 \begin_inset Text
28105
28106 \begin_layout Standard
28107
28108 \family roman
28109 \series medium
28110 \shape up
28111 \emph off
28112 \bar no
28113 \noun off
28114 \color none
28115 ¿
28116 \end_layout
28117
28118 \end_inset
28119 </cell>
28120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Standard
28124
28125 \family roman
28126 \series medium
28127 \shape up
28128 \emph off
28129 \bar no
28130 \noun off
28131 \color none
28132 Ï
28133 \end_layout
28134
28135 \end_inset
28136 </cell>
28137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28138 \begin_inset Text
28139
28140 \begin_layout Standard
28141
28142 \family roman
28143 \series medium
28144 \shape up
28145 \emph off
28146 \bar no
28147 \noun off
28148 \color none
28149 ß
28150 \end_layout
28151
28152 \end_inset
28153 </cell>
28154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28155 \begin_inset Text
28156
28157 \begin_layout Standard
28158
28159 \family roman
28160 \series medium
28161 \shape up
28162 \emph off
28163 \bar no
28164 \noun off
28165 \color none
28166 ï
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28172 \begin_inset Text
28173
28174 \begin_layout Standard
28175
28176 \family roman
28177 \series medium
28178 \shape up
28179 \emph off
28180 \bar no
28181 \noun off
28182 \color none
28183 ÿ
28184 \end_layout
28185
28186 \end_inset
28187 </cell>
28188 </row>
28189 </lyxtabular>
28190
28191 \end_inset
28192
28193
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Standard
28202 The following is a full list of all of the accented characters LyX can display
28203  directly.
28204  It includes not only the accented characters from the previous table, but
28205  also the characters from 
28206 \family typewriter
28207 ISO8859--2
28208 \family default
28209  through 
28210 \family typewriter
28211 4
28212 \family default
28213 .
28214  
28215 \end_layout
28216
28217 \begin_layout Itemize
28218 From 
28219 \family typewriter
28220 ISO8859--1
28221 \family default
28222 :
28223 \end_layout
28224
28225 \begin_deeper
28226 \begin_layout Standard
28227 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
28228 \hfill
28229 diaeresis
28230 \end_layout
28231
28232 \begin_layout Standard
28233 ^ Â Ê Î Ô Û â ê î ô û
28234 \hfill
28235 circumflex
28236 \end_layout
28237
28238 \begin_layout Standard
28239 ` À È Ì Ò Ù à è ì ò ù
28240 \hfill
28241 grave
28242 \end_layout
28243
28244 \begin_layout Standard
28245 ´ Á É Í Ó Ú Ý á é í ó ú ý
28246 \hfill
28247 acute
28248 \end_layout
28249
28250 \begin_layout Standard
28251 ~ Ã Ñ Õ ã ñ õ
28252 \hfill
28253 tilde
28254 \end_layout
28255
28256 \begin_layout Standard
28257 ¸Çç
28258 \hfill
28259 cedilla
28260 \end_layout
28261
28262 \begin_layout Standard
28263 ¯
28264 \hfill
28265 macron
28266 \begin_inset Foot
28267 status collapsed
28268
28269 \begin_layout Standard
28270 The dead macron in usually not needed, as you will use a non--dead key for
28271  this instead.
28272  For example, S-M-minus, or if 
28273 \family typewriter
28274 \shape up
28275 .Xmodmap
28276 \family default
28277 \shape default
28278  is correct, S-M-macron.
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \end_layout
28285
28286 \end_deeper
28287 \begin_layout Itemize
28288 From 
28289 \family typewriter
28290 ISO8859--2
28291 \family default
28292  through 
28293 \family typewriter
28294 4
28295 \family default
28296 :
28297 \end_layout
28298
28299 \begin_deeper
28300 \begin_layout Standard
28301 ĤĴĥȷ̂ĈĜŜĉĝŝ
28302 \hfill
28303 circumflex
28304 \end_layout
28305
28306 \begin_layout Standard
28307 ŚŹśźŔĹĆŃŕĺćń
28308 \hfill
28309 acute
28310 \end_layout
28311
28312 \begin_layout Standard
28313 Ĩı̃Ũũ
28314 \hfill
28315 tilde
28316 \end_layout
28317
28318 \begin_layout Standard
28319 ŞşŢţŖĻĢŗļģŅĶņķ
28320 \hfill
28321 cedilla
28322 \begin_inset Foot
28323 status collapsed
28324
28325 \begin_layout Standard
28326 These characters might not look very nice on screen, but they will be just
28327  fine when run through LaTeX and printed.
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Standard
28336 ĒēĀĪŌŪāı̄ōū
28337 \hfill
28338 macron
28339 \end_layout
28340
28341 \begin_layout Standard
28342 ŐŰőű
28343 \hfill
28344 hungarian umlaut
28345 \end_layout
28346
28347 \end_deeper
28348 \begin_layout Standard
28349 All the characters above are actively supported by TeX fonts.
28350  In addition TeX allows diacritical marks on almost all characters.
28351  Also make sure you're using the 
28352 \family typewriter
28353 T1
28354 \family default
28355  font-encoding.
28356 \end_layout
28357
28358 \begin_layout Standard
28359
28360 \end_layout
28361
28362 \begin_layout Chapter
28363 \start_of_appendix
28364 The User Interface
28365 \begin_inset LatexCommand label
28366 name "cha:The-User-Interface"
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \begin_layout Standard
28374 This appendix lists all available menus and describes its functionality.
28375  It is designed as quick reference if you are searching for a special topic
28376  inside the user's guide.
28377 \end_layout
28378
28379 \begin_layout Section
28380 The File Menu
28381 \end_layout
28382
28383 \begin_layout Standard
28384 Under the 
28385 \family sans
28386 File
28387 \family default
28388  menu are the basic operations in addition to some more advanced operations.
28389  At the end of the menu the four last opened documents are listed.
28390 \end_layout
28391
28392 \begin_layout Subsection
28393 New
28394 \end_layout
28395
28396 \begin_layout Standard
28397 Creates a new document.
28398 \end_layout
28399
28400 \begin_layout Subsection
28401 New from Template
28402 \end_layout
28403
28404 \begin_layout Standard
28405 This menu prompts you for a template to use.
28406  Selecting a template will automatically set certain layout features for
28407  the document, features you would otherwise need to change manually.
28408 \end_layout
28409
28410 \begin_layout Standard
28411 Note: There is no 
28412 \begin_inset Quotes eld
28413 \end_inset
28414
28415 default file
28416 \begin_inset Quotes erd
28417 \end_inset
28418
28419  or document named 
28420 \begin_inset Quotes eld
28421 \end_inset
28422
28423 Untitled
28424 \begin_inset Quotes erd
28425 \end_inset
28426
28427  or 
28428 \begin_inset Quotes eld
28429 \end_inset
28430
28431 scratch.
28432 \begin_inset Quotes erd
28433 \end_inset
28434
28435  Unless you tell LyX to open a file or create a new one.
28436 \end_layout
28437
28438 \begin_layout Subsection
28439 Open
28440 \end_layout
28441
28442 \begin_layout Standard
28443 Opens a document.
28444 \end_layout
28445
28446 \begin_layout Subsection
28447 Open Recent
28448 \end_layout
28449
28450 \begin_layout Standard
28451 The submenu shows a list of the recently opened files.
28452  Click there on a file to open it.
28453 \end_layout
28454
28455 \begin_layout Subsection
28456 Close
28457 \end_layout
28458
28459 \begin_layout Standard
28460 Closes the current document.
28461 \end_layout
28462
28463 \begin_layout Subsection
28464 Save
28465 \end_layout
28466
28467 \begin_layout Standard
28468 Saves the actual document.
28469 \end_layout
28470
28471 \begin_layout Subsection
28472 Save As
28473 \end_layout
28474
28475 \begin_layout Standard
28476 Saves the actual document under a new name to create a copy.
28477 \end_layout
28478
28479 \begin_layout Subsection
28480 Revert to Save
28481 \end_layout
28482
28483 \begin_layout Standard
28484 Reloads the actual document from disk.
28485 \end_layout
28486
28487 \begin_layout Subsection
28488 Version Control
28489 \end_layout
28490
28491 \begin_layout Standard
28492 This is used when more people are working on the same document.
28493  It is detailed described in the 
28494 \emph on
28495 Extended Features
28496 \emph default
28497  manual.
28498 \end_layout
28499
28500 \begin_layout Subsection
28501 Import
28502 \end_layout
28503
28504 \begin_layout Standard
28505 You can import there files from older LyX-versions, LaTeX-files and plain
28506  text files (ASCII-files).
28507  The files will be imported as new LyX-document.
28508 \end_layout
28509
28510 \begin_layout Standard
28511 When using the menu 
28512 \family sans
28513 Plain\InsetSpace ~
28514 Text, Join\InsetSpace ~
28515 Lines
28516 \family default
28517 , all lines will be imported consecutively to one big paragraph.
28518  A new paragraph is started when there is a blank line in the file.
28519  , the text is inserted as Paragraphs, where the line breaks of the text
28520  will start a new paragraph.
28521 \end_layout
28522
28523 \begin_layout Subsection
28524 Export
28525 \begin_inset LatexCommand label
28526 name "sub:Export"
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Standard
28534 You can export your document to various file formats.
28535  The resulting files are placed in the directory of your LyX-file.
28536  The menu entries are not the same on all installations.
28537  They depend on the programs found by LyX while its configuration.
28538 \end_layout
28539
28540 \begin_layout Standard
28541 Here is a list of all available entries; they are explained in detail in
28542  section\InsetSpace ~
28543
28544 \begin_inset LatexCommand ref
28545 reference "sub:Output-file-formats"
28546
28547 \end_inset
28548
28549 :
28550 \end_layout
28551
28552 \begin_layout Description
28553
28554 \family sans
28555 CJK\InsetSpace ~
28556 LyX 
28557 \family default
28558 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
28559  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
28560 \end_layout
28561
28562 \begin_layout Description
28563
28564 \family sans
28565 DVI
28566 \family default
28567  DVI-format
28568 \end_layout
28569
28570 \begin_layout Description
28571 HTML HTML-format (the HTML-converter is a third-party product and doesn't
28572  work in all cases)
28573 \end_layout
28574
28575 \begin_layout Description
28576 HTML\InsetSpace ~
28577 (MS\InsetSpace ~
28578 Word) ??
28579 \end_layout
28580
28581 \begin_layout Description
28582
28583 \family sans
28584 LaT
28585 \begin_inset ERT
28586 status collapsed
28587
28588 \begin_layout Standard
28589
28590 {}
28591 \end_layout
28592
28593 \end_inset
28594
28595 eX\InsetSpace ~
28596 (pdflatex)
28597 \family default
28598  text file with the LaTeX source, addtionally all images used in the document
28599  will be converted to a format that is readable for the 
28600 \family typewriter
28601 pdflatex
28602 \family default
28603  program (GIF, JPG, PDF, PNG)
28604 \end_layout
28605
28606 \begin_layout Description
28607
28608 \family sans
28609 LaT
28610 \begin_inset ERT
28611 status collapsed
28612
28613 \begin_layout Standard
28614
28615 {}
28616 \end_layout
28617
28618 \end_inset
28619
28620 eX\InsetSpace ~
28621 (plain)
28622 \family default
28623  text file with the LaTeX source code, addtionally all images used in the
28624  document will be converted to the EPS-format, only this format is readable
28625  for the 
28626 \family typewriter
28627 latex
28628 \family default
28629  program
28630 \end_layout
28631
28632 \begin_layout Description
28633 LyX\InsetSpace ~
28634 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
28635 \begin_inset Quotes eld
28636 \end_inset
28637
28638 y
28639 \begin_inset Quotes erd
28640 \end_inset
28641
28642  is replaced by the version number)
28643 \end_layout
28644
28645 \begin_layout Description
28646 OpenDocument OpenDocument-formatted text file, to be opened with OpneOffice,
28647  KOffice, Abiword, etc.
28648  (the OpenDocument-converter is a third-party product and doesn't work in
28649  all cases)
28650 \end_layout
28651
28652 \begin_layout Description
28653
28654 \family sans
28655 PDF
28656 \family default
28657  PDF-format using the program 
28658 \family typewriter
28659 ps2pdf
28660 \end_layout
28661
28662 \begin_layout Description
28663
28664 \family sans
28665 PDF\InsetSpace ~
28666 (dvipdfm)
28667 \family default
28668  PDF-format using the program 
28669 \family typewriter
28670 dvipdfm
28671 \end_layout
28672
28673 \begin_layout Description
28674
28675 \family sans
28676 PDF\InsetSpace ~
28677 (pdflatex)
28678 \family default
28679  PDF-format using the program 
28680 \family typewriter
28681 pdflatex
28682 \end_layout
28683
28684 \begin_layout Description
28685
28686 \family sans
28687 Plain\InsetSpace ~
28688 text
28689 \family default
28690  text format
28691 \end_layout
28692
28693 \begin_layout Description
28694
28695 \family sans
28696 Plain\InsetSpace ~
28697 text\InsetSpace ~
28698 (ps2ascii)
28699 \family default
28700  ??
28701 \end_layout
28702
28703 \begin_layout Description
28704
28705 \family sans
28706 Postscript
28707 \family default
28708  PostScript format using the program 
28709 \family typewriter
28710 dvips
28711 \end_layout
28712
28713 \begin_layout Description
28714
28715 \family sans
28716 Custom
28717 \family default
28718  custom format
28719 \end_layout
28720
28721 \begin_layout Standard
28722 The program 
28723 \family typewriter
28724 dvipdfm
28725 \family default
28726  produces internally a dvi-file which is then converted to a pdf-file.
28727  It is a bit out of date and therefore the output could look different from
28728  what you want.
28729  
28730 \family typewriter
28731 pdflatex
28732 \family default
28733  produces directly pdf-files and supports the latest pdf-file formats.
28734 \end_layout
28735
28736 \begin_layout Standard
28737 If one of the menu entries 
28738 \family sans
28739 DVI
28740 \family default
28741
28742 \family sans
28743 PDF\InsetSpace ~
28744 (pdflatex)
28745 \family default
28746  or 
28747 \family sans
28748 Postscript
28749 \family default
28750  is missing, you need to update your LaTeX installation.
28751  After updating you have to reconfigure LyX, see section\InsetSpace ~
28752
28753 \begin_inset LatexCommand ref
28754 reference "sec:Basic-LyX-Setup"
28755
28756 \end_inset
28757
28758 .
28759 \end_layout
28760
28761 \begin_layout Standard
28762 The menu 
28763 \family sans
28764 Custom
28765 \family default
28766  allows you to export your file by using special command line options for
28767  the export program.
28768 \end_layout
28769
28770 \begin_layout Subsection
28771 Print
28772 \end_layout
28773
28774 \begin_layout Standard
28775 With this menu you can print your document to a file in PostScript format
28776  or send it to a printer.
28777  The printer will also use the document in PostScript format.
28778  The conversion to PostScript is done in the background by LyX using the
28779  program 
28780 \family typewriter
28781 dvips
28782 \family default
28783 .
28784  For more informations have a look at section\InsetSpace ~
28785
28786 \begin_inset LatexCommand ref
28787 reference "sub:Printing-the-File"
28788
28789 \end_inset
28790
28791 .
28792 \end_layout
28793
28794 \begin_layout Section
28795 The Edit Menu
28796 \end_layout
28797
28798 \begin_layout Subsection
28799 Undo and Redo
28800 \end_layout
28801
28802 \begin_layout Standard
28803 Described in section\InsetSpace ~
28804
28805 \begin_inset LatexCommand ref
28806 reference "sec:Undo-and-Redo"
28807
28808 \end_inset
28809
28810 .
28811 \end_layout
28812
28813 \begin_layout Subsection
28814 Cut, Copy, Paste, Paste Recent, Paste Special
28815 \end_layout
28816
28817 \begin_layout Standard
28818 Described in section\InsetSpace ~
28819
28820 \begin_inset LatexCommand ref
28821 reference "sec:Basic-Editing-Features"
28822
28823 \end_inset
28824
28825 .
28826 \end_layout
28827
28828 \begin_layout Subsection
28829 Select All
28830 \end_layout
28831
28832 \begin_layout Standard
28833 Selects the whole document.
28834 \end_layout
28835
28836 \begin_layout Subsection
28837 Find & Replace
28838 \end_layout
28839
28840 \begin_layout Standard
28841 Described in section\InsetSpace ~
28842
28843 \begin_inset LatexCommand ref
28844 reference "sec:Basic-Editing-Features"
28845
28846 \end_inset
28847
28848 .
28849 \end_layout
28850
28851 \begin_layout Subsection
28852 Move paragraph Up/Down
28853 \end_layout
28854
28855 \begin_layout Standard
28856 This shifts the paragraph where the cursor is currently in one paragraph
28857  up or down.
28858 \end_layout
28859
28860 \begin_layout Subsection
28861 Text Style
28862 \end_layout
28863
28864 \begin_layout Standard
28865 Described in section\InsetSpace ~
28866
28867 \begin_inset LatexCommand ref
28868 reference "sub:Fine-Tuning-with-the"
28869
28870 \end_inset
28871
28872 .
28873 \end_layout
28874
28875 \begin_layout Subsection
28876 Paragraph Settings
28877 \end_layout
28878
28879 \begin_layout Standard
28880 The settings in the paragraph dialog only affects the paragraph where the
28881  cursor is in.
28882  Here you can set here the paragraph alignment and line spacing.
28883 \end_layout
28884
28885 \begin_layout Standard
28886 You can also prevent that the first line of the paragraph is indented.
28887  This option works only when you have chosen to separate paragraphs with
28888  indents in the 
28889 \family sans
28890 Document\SpecialChar \menuseparator
28891 Settings
28892 \family default
28893  dialog under 
28894 \family sans
28895 Text\InsetSpace ~
28896 Layout
28897 \family default
28898 .
28899 \end_layout
28900
28901 \begin_layout Standard
28902
28903 \end_layout
28904
28905 \begin_layout Subsection
28906 Tabular and Math
28907 \end_layout
28908
28909 \begin_layout Standard
28910 These two menus are only active when the cursor is inside a table or a formula.
28911  The properties of this table/formula can now be changed.
28912  The properties of tables are described in section\InsetSpace ~
28913
28914 \begin_inset LatexCommand ref
28915 reference "sec:tables"
28916
28917 \end_inset
28918
28919 , the properties of formulas in chapter\InsetSpace ~
28920
28921 \begin_inset LatexCommand ref
28922 reference "cha:Mathematical-Formulas"
28923
28924 \end_inset
28925
28926 .
28927 \end_layout
28928
28929 \begin_layout Subsection
28930 Increase / Decrease List Depth
28931 \end_layout
28932
28933 \begin_layout Standard
28934 These menus are only active whe the cursor is in an environment that can
28935  be nested.
28936  They in/decrease the environment nesting level as explained in section\InsetSpace ~
28937
28938 \begin_inset LatexCommand ref
28939 reference "sec:nest"
28940
28941 \end_inset
28942
28943  and 
28944 \begin_inset LatexCommand ref
28945 reference "sub:numbering-depth"
28946
28947 \end_inset
28948
28949 .
28950 \end_layout
28951
28952 \begin_layout Section
28953 The View Menu
28954 \end_layout
28955
28956 \begin_layout Standard
28957 When you have more than one document opened, the bottom of the 
28958 \family sans
28959 View
28960 \family default
28961  menu lists the opened documents.
28962 \end_layout
28963
28964 \begin_layout Standard
28965 \begin_inset VSpace bigskip
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \begin_layout Standard
28972 The 
28973 \family sans
28974 View
28975 \family default
28976  menu contains a list of available formats in which you can view the actual
28977  document with an external program.
28978  The menu entries for the viewing formats are not the same on all installations
28979  - it depends on the LaTeX programs that are found while LyX was configured.
28980  All possible formats are formats listed in section\InsetSpace ~
28981
28982 \begin_inset LatexCommand ref
28983 reference "sub:Export"
28984
28985 \end_inset
28986
28987 .
28988  You should at least see the menu entries 
28989 \family sans
28990 DVI
28991 \family default
28992  and 
28993 \family sans
28994 PDF\InsetSpace ~
28995 (pdflatex)
28996 \family default
28997 .
28998  If one of the two is missing, you need to update your LaTeX installation.
28999  After updating you have to reconfigure LyX, see section\InsetSpace ~
29000
29001 \begin_inset LatexCommand ref
29002 reference "sec:Basic-LyX-Setup"
29003
29004 \end_inset
29005
29006 .
29007  
29008 \end_layout
29009
29010 \begin_layout Standard
29011 Invoking a menu will start a viewer program.
29012  The viewer can be set in the preferences, see section\InsetSpace ~
29013
29014 \begin_inset LatexCommand ref
29015 reference "sec:Preferences"
29016
29017 \end_inset
29018
29019 .
29020  The default viewers are set by LyX while it is first configured or later
29021  reconfigured.
29022 \end_layout
29023
29024 \begin_layout Subsection
29025 View Source
29026 \end_layout
29027
29028 \begin_layout Standard
29029 Opens a window showing the source code of the actual document, as described
29030  in section\InsetSpace ~
29031
29032 \begin_inset LatexCommand ref
29033 reference "sec:Previewing-snippets-of"
29034
29035 \end_inset
29036
29037 .
29038 \end_layout
29039
29040 \begin_layout Subsection
29041 Update
29042 \end_layout
29043
29044 \begin_layout Standard
29045 This menu allows you to update the view with your latest changes without
29046  opening a new view window.
29047 \end_layout
29048
29049 \begin_layout Subsection
29050 Table of Contents
29051 \end_layout
29052
29053 \begin_layout Standard
29054 This menu opens the same window that appears when clicking on the grey table
29055  of contents box.
29056  Within this window you can navigate through the document similar to the
29057  navigate menu.
29058  You can open/close section levels by using the slide control at the bottom
29059  of the dialog.
29060 \end_layout
29061
29062 \begin_layout Subsection
29063 Toolbars
29064 \end_layout
29065
29066 \begin_layout Standard
29067 ??
29068 \end_layout
29069
29070 \begin_layout Section
29071 The Navigate Menu
29072 \end_layout
29073
29074 \begin_layout Standard
29075 This menu lists the existing, chapter, sections, figures, and tables of
29076  the current document.
29077  This allows you to navigate easily through you document.
29078 \end_layout
29079
29080 \begin_layout Standard
29081 The Navigate menu also offers to 
29082 \end_layout
29083
29084 \begin_layout Subsection
29085 Bookmarks ??
29086 \end_layout
29087
29088 \begin_layout Standard
29089 With this menu you are able to define your own bookmarks.
29090  This is useful when you're working on a large documents and often have
29091  to jump e.g.
29092  between section\InsetSpace ~
29093 2.6 and 6.3.
29094  To create bookmarks for this example, go to section\InsetSpace ~
29095 2.6 and use the menu
29096  
29097 \family sans
29098 Save\InsetSpace ~
29099 Bookmark\InsetSpace ~
29100 1
29101 \family default
29102 .
29103  Then go to section\InsetSpace ~
29104 6.3 and use 
29105 \family sans
29106 Save\InsetSpace ~
29107 Bookmark\InsetSpace ~
29108
29109 \family default
29110 2.
29111  Now you can easily jump between these sections by using the menu or by
29112  the key bindings 
29113 \family sans
29114 C-1
29115 \family default
29116  and 
29117 \family sans
29118 C-2
29119 \family default
29120 .
29121 \end_layout
29122
29123 \begin_layout Standard
29124 You can also use bookmarks to jump between several opened documents.
29125  The saved bookmarks are valid till the document is closed.
29126 \end_layout
29127
29128 \begin_layout Standard
29129 If you wish to have more than three available bookmarks, look at section\InsetSpace ~
29130
29131 \begin_inset LatexCommand ref
29132 reference "sec:ui"
29133
29134 \end_inset
29135
29136  for a detailed description.
29137 \end_layout
29138
29139 \begin_layout Subsection
29140 Next Note, Change, Cross-reference
29141 \end_layout
29142
29143 \begin_layout Standard
29144 Jump to the next note, change, or cross-reference following the current
29145  cursor position.
29146 \end_layout
29147
29148 \begin_layout Section
29149 The Document Menu
29150 \end_layout
29151
29152 \begin_layout Subsection
29153 Change Tracking
29154 \end_layout
29155
29156 \begin_layout Standard
29157 Not yet described in one of the manuals! (??)
29158 \end_layout
29159
29160 \begin_layout Subsection
29161 LaT
29162 \begin_inset ERT
29163 status collapsed
29164
29165 \begin_layout Standard
29166
29167 {}
29168 \end_layout
29169
29170 \end_inset
29171
29172 eX Log
29173 \end_layout
29174
29175 \begin_layout Standard
29176 After running LaTeX by viewing or exporting a document, this menu will be
29177  enabled.
29178  It shows the logfile of the used LaTeX-program.
29179 \end_layout
29180
29181 \begin_layout Standard
29182 Here you can see how LaTeX works in the background.
29183  
29184 \emph on
29185 Experts
29186 \emph default
29187  will find in it reasons for LaTeX-errors.
29188 \end_layout
29189
29190 \begin_layout Subsection
29191 Outline
29192 \end_layout
29193
29194 \begin_layout Standard
29195 Opens the TOC/Outline window as described in section\InsetSpace ~
29196
29197 \begin_inset LatexCommand ref
29198 reference "sub:Table-of-Contents"
29199
29200 \end_inset
29201
29202 .
29203 \end_layout
29204
29205 \begin_layout Subsection
29206 Start Appendix Here
29207 \end_layout
29208
29209 \begin_layout Standard
29210 This menu will start the appendix of the document at the current cursor
29211  position.
29212  The appendix is visually emphasized in LyX as box with a red border.
29213 \end_layout
29214
29215 \begin_layout Standard
29216 The appendix is the last part of a document.
29217  Within it, you can use all paragraph types with the only difference that
29218  sections will be numbered with latin letters to show the difference.
29219 \end_layout
29220
29221 \begin_layout Subsection
29222 Compressed
29223 \end_layout
29224
29225 \begin_layout Standard
29226 Un/compresses the actual document.
29227 \end_layout
29228
29229 \begin_layout Subsection
29230 Settings
29231 \end_layout
29232
29233 \begin_layout Standard
29234 This menu dialog contains some submenus to set properties for the whole
29235  document.
29236  You can save your document settings as default with the 
29237 \family sans
29238 Save as Document Defaults
29239 \family default
29240  button in the dialog.
29241  This will create a template named 
29242 \family typewriter
29243 default.lyx
29244 \family default
29245  which is automatically loaded by LyX when you create a new document without
29246  using a template.
29247 \end_layout
29248
29249 \begin_layout Subsubsection*
29250 Layout
29251 \end_layout
29252
29253 \begin_layout Standard
29254 Here are set the document class, class options, fonts and other layout issues.
29255  Document classes are described in section\InsetSpace ~
29256
29257 \begin_inset LatexCommand ref
29258 reference "sec:doc-classes"
29259
29260 \end_inset
29261
29262 , font in section\InsetSpace ~
29263
29264 \begin_inset LatexCommand ref
29265 reference "sec:Fonts-and-Text"
29266
29267 \end_inset
29268
29269 .
29270  The float placement options are described in section
29271 \begin_inset Formula $\,$
29272 \end_inset
29273
29274
29275 \begin_inset LatexCommand ref
29276 reference "sub:Float-Placement"
29277
29278 \end_inset
29279
29280 .
29281 \end_layout
29282
29283 \begin_layout Standard
29284 You can further adjust the paragraph separation: 
29285 \family sans
29286 Indent
29287 \family default
29288  means that the first line of each paragraph is indented.
29289  
29290 \family sans
29291 Skip
29292 \family default
29293  separates paragraphs by a customizable skip.
29294 \end_layout
29295
29296 \begin_layout Subsubsection*
29297 Paper
29298 \end_layout
29299
29300 \begin_layout Standard
29301 A detailed description of this menu is given in section\InsetSpace ~
29302
29303 \begin_inset LatexCommand ref
29304 reference "sub:Paper-Size,-Orientation,"
29305
29306 \end_inset
29307
29308 .
29309 \end_layout
29310
29311 \begin_layout Subsubsection*
29312 Margins
29313 \end_layout
29314
29315 \begin_layout Standard
29316 Here you can adjust the paper margins, see section\InsetSpace ~
29317
29318 \begin_inset LatexCommand ref
29319 reference "sub:Margins"
29320
29321 \end_inset
29322
29323 .
29324 \end_layout
29325
29326 \begin_layout Subsubsection*
29327 Language
29328 \end_layout
29329
29330 \begin_layout Standard
29331 The document language and quote styles are set here.
29332  The encoding is necessary to be able to enter characters in the document
29333  language.
29334  E.g.
29335  you possibly want to enter the æ-ligature directly with the keyboard and
29336  not by using LaTeX-commands.
29337 \end_layout
29338
29339 \begin_layout Standard
29340 The font encoding 
29341 \begin_inset Quotes eld
29342 \end_inset
29343
29344 auto
29345 \begin_inset Quotes erd
29346 \end_inset
29347
29348  should work on most systems.
29349  LyX will then take the right one automatically.
29350  If it don't work, e.g.
29351  you want cyrillic letters, but see latin ones, you have to adjust the encoding
29352  manually.
29353  It follows a list with the available encodings:
29354 \end_layout
29355
29356 \begin_layout Description
29357 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
29358  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
29359  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
29360  replaced by latin9
29361 \end_layout
29362
29363 \begin_layout Description
29364 latin2 the ISO-8859-2 encoding, covers the languages Croat, Czech, German,
29365  Hungarian, Polish, Romanian, Slovak, and Slovenian
29366 \end_layout
29367
29368 \begin_layout Description
29369 latin3 the ISO-8859-3 encoding, covers the languages Esperanto, Galician,
29370  Maltese, and Turkish
29371 \end_layout
29372
29373 \begin_layout Description
29374 latin4 the ISO-8859-4 encoding, covers the languages Estonian, Latvian,
29375  and Lithuanian
29376 \end_layout
29377
29378 \begin_layout Description
29379 latin5 the ISO-8859-9 encoding, like the ISO-8859-1 encoding but the Icelandic
29380  letters are replaced by Turkish letters
29381 \end_layout
29382
29383 \begin_layout Description
29384 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
29385  the euro currency sign, the 
29386 \begin_inset ERT
29387 status collapsed
29388
29389 \begin_layout Standard
29390
29391
29392 \backslash
29393 oe
29394 \end_layout
29395
29396 \end_inset
29397
29398 -ligature and some characters used for French and Finnish; latin9 should
29399  be the replacement or latin1
29400 \end_layout
29401
29402 \begin_layout Description
29403 koi8-r standard Cyrillic especially for Russian
29404 \end_layout
29405
29406 \begin_layout Description
29407 koi8-u Cyrillic for Ukrainian
29408 \end_layout
29409
29410 \begin_layout Description
29411 cp866 MS-DOS code page for Russian
29412 \end_layout
29413
29414 \begin_layout Description
29415 cp1251 MS Windows code page for Cyrillic
29416 \end_layout
29417
29418 \begin_layout Description
29419 iso88595 the ISO-8859-5 encoding, covers the languages Belorussian, Bulgarian,
29420  Macedonian, Serbian, and Ukrainian
29421 \end_layout
29422
29423 \begin_layout Description
29424 pt154 Cyrillic for Kazakh
29425 \end_layout
29426
29427 \begin_layout Description
29428 utf8 code page for unicode utf8
29429 \end_layout
29430
29431 \begin_layout Subsubsection*
29432 Bullets
29433 \end_layout
29434
29435 \begin_layout Standard
29436 Here you can adjust the characters for the itemize levels.
29437  The itemize environment is described in section\InsetSpace ~
29438
29439 \begin_inset LatexCommand ref
29440 reference "sec:itemize"
29441
29442 \end_inset
29443
29444 .
29445 \end_layout
29446
29447 \begin_layout Subsubsection*
29448 Numbering
29449 \end_layout
29450
29451 \begin_layout Standard
29452 You can adjust here the numbering depth of sections headings as described
29453  in section\InsetSpace ~
29454
29455 \begin_inset LatexCommand ref
29456 reference "sub:numbering-depth"
29457
29458 \end_inset
29459
29460 .
29461 \end_layout
29462
29463 \begin_layout Subsubsection*
29464 Bibliography
29465 \end_layout
29466
29467 \begin_layout Standard
29468 This menu needs the LaTeX-package 
29469 \family sans
29470 natbib
29471 \family default
29472  installed.
29473  If you use NatBib, you can choose between two citation styles.
29474  For a further description see section\InsetSpace ~
29475
29476 \begin_inset LatexCommand ref
29477 reference "sec:Bibliography"
29478
29479 \end_inset
29480
29481 .
29482 \end_layout
29483
29484 \begin_layout Subsubsection*
29485 Packages
29486 \end_layout
29487
29488 \begin_layout Standard
29489 There is only one package to choose.
29490  
29491 \family sans
29492 AMS math
29493 \family default
29494  will invoke the LaTeX-package amsmath, that is necessary for many math/formula
29495  constructs.
29496 \end_layout
29497
29498 \begin_layout Subsubsection*
29499 Preamble
29500 \end_layout
29501
29502 \begin_layout Standard
29503 In this text field are entered commands to load special LaTeX-packages or
29504  to define LaTeX-commands.
29505  The preamble is a thing for LaTeX-experts.
29506  You shouldn't enter commands here until you don't exactly know what you
29507  do.
29508 \end_layout
29509
29510 \begin_layout Standard
29511 An introduction in the LaTeX-syntax is given in the 
29512 \emph on
29513 Extended\InsetSpace ~
29514 Features
29515 \emph default
29516  manual.
29517 \end_layout
29518
29519 \begin_layout Section
29520 The Tools Menu
29521 \end_layout
29522
29523 \begin_layout Subsection
29524 Spellchecker
29525 \begin_inset LatexCommand label
29526 name "sec:Spellchecking"
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534 LyX itself has no built-in spell checker.
29535  Rather it uses one of the external programs 
29536 \family typewriter
29537 aspell
29538 \family default
29539
29540 \family typewriter
29541 ispell
29542 \family default
29543  or 
29544 \family typewriter
29545 hspell
29546 \family default
29547  as backend.
29548  This section assumes you have already installed and set up one of these
29549  programs.
29550  
29551 \family typewriter
29552 aspell
29553 \family default
29554  can be seen as successor of 
29555 \family typewriter
29556 ispell
29557 \family default
29558 , so that it is recommended to use aspell.
29559  
29560 \family sans
29561 hspell
29562 \family default
29563  is an Hebrew spell-checker.
29564  The used spell checker is set in the preferences, see 
29565 \begin_inset Note Note
29566 status collapsed
29567
29568 \begin_layout Standard
29569
29570 \end_layout
29571
29572 \end_inset
29573
29574 .
29575 \end_layout
29576
29577 \begin_layout Standard
29578 Spell checking will start just after the current cursor position.
29579  A dialog window will appear showing any incorrect (or unknown) word found,
29580  allowing you to edit and replace it in a second line.
29581  Whenever an unknown word is found, the word is highlighted and the view
29582  in your text buffer is updated to make the word visible.
29583  In the 
29584 \family sans
29585 spell checker
29586 \family default
29587  dialog, there is also a box showing suggestions for a correction, if any
29588  could be found.
29589  Clicking on one of the corrections will copy the near miss into the replace
29590  input field (double-click to invoke replace).
29591  Unknown but correctly typed words can be added to the personal dictionary.
29592 \end_layout
29593
29594 \begin_layout Standard
29595 By default, the dictionary file to use is determined by the language of
29596  the text you're checking, which is set in the 
29597 \family sans
29598 Layout
29599 \family default
29600 \SpecialChar \menuseparator
29601  
29602 \family sans
29603 Document
29604 \family default
29605  dialog.
29606  If you do not have a dictionary for the document language, the spell checker
29607  will not work.
29608  In this case, you can specify another dictionary file in the dialog by
29609  specifying a different 
29610 \begin_inset Quotes eld
29611 \end_inset
29612
29613 alternative language
29614 \begin_inset Quotes erd
29615 \end_inset
29616
29617 .
29618 \end_layout
29619
29620 \begin_layout Standard
29621 After a spell check you'll informed about the number of checked words.
29622  (This at the moment the only possibility for a word count of a document.)
29623 \end_layout
29624
29625 \begin_layout Subsubsection*
29626 Limitations
29627 \end_layout
29628
29629 \begin_layout Standard
29630 It is not possible to change the spelling of a particular word globally,
29631  rather than having to change the spelling separately for each occurrence
29632  of the word.
29633  But you can use the 
29634 \family sans
29635 Find\InsetSpace ~
29636 &\InsetSpace ~
29637 Replace
29638 \family default
29639  menu for that.
29640 \end_layout
29641
29642 \begin_layout Standard
29643 LyX cannot correctly spell check documents containing multiple languages.
29644  This does work with 
29645 \family typewriter
29646 pspell
29647 \family default
29648 , assuming you have marked the different languages appropriately.
29649 \end_layout
29650
29651 \begin_layout Subsubsection*
29652 Personal dictionary
29653 \end_layout
29654
29655 \begin_layout Standard
29656 If you want to use a different file from the spell checker's default choice
29657  as your personal dictionary, you can set this in the dialog.
29658  Specifying a filename which does not already exist will result in an error
29659  message on stderr which you can ignore (
29660 \family typewriter
29661 ispell
29662 \family default
29663  will create the file at the end of your spell checking).
29664 \end_layout
29665
29666 \begin_layout Subsubsection*
29667 Further Options 
29668 \end_layout
29669
29670 \begin_layout Standard
29671 The 
29672 \family sans
29673 Spellchecker
29674 \family default
29675  menu has some additional options which are self-explanatory:
29676 \end_layout
29677
29678 \begin_layout Itemize
29679
29680 \family sans
29681 \bar under
29682 A
29683 \bar default
29684 ccept compound words
29685 \family default
29686
29687 \newline
29688 Prevent the spell checker from complaining about compounded words like
29689 \newline
29690
29691 \begin_inset Quotes eld
29692 \end_inset
29693
29694 passthrough
29695 \begin_inset Quotes erd
29696 \end_inset
29697
29698 .
29699 \end_layout
29700
29701 \begin_layout Itemize
29702
29703 \family sans
29704 \bar under
29705 E
29706 \bar default
29707 scape characters
29708 \family default
29709
29710 \newline
29711 Allows you to add nonstandard characters to what the spell checker considers
29712  words, e.g.
29713  German umlauts.
29714  This should not normally be needed.
29715 \end_layout
29716
29717 \begin_layout Subsection
29718 Thesaurus
29719 \end_layout
29720
29721 \begin_layout Subsection
29722 Word Count
29723 \end_layout
29724
29725 \begin_layout Standard
29726 Counts the number of words in the actual document.
29727 \end_layout
29728
29729 \begin_layout Subsection
29730 T
29731 \begin_inset ERT
29732 status collapsed
29733
29734 \begin_layout Standard
29735
29736 {}
29737 \end_layout
29738
29739 \end_inset
29740
29741 eX Information
29742 \end_layout
29743
29744 \begin_layout Standard
29745 Shows you a list of the classes and styles installed in your LaTeX-system.
29746 \end_layout
29747
29748 \begin_layout Subsection
29749 Reconfigure
29750 \end_layout
29751
29752 \begin_layout Standard
29753 This menu reconfigures LyX.
29754  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
29755
29756 \begin_inset LatexCommand ref
29757 reference "sec:Basic-LyX-Setup"
29758
29759 \end_inset
29760
29761 .
29762 \end_layout
29763
29764 \begin_layout Subsection
29765 Preferences
29766 \end_layout
29767
29768 \begin_layout Standard
29769 The preferences dialog is described in detail in chapter
29770 \begin_inset Formula $\,$
29771 \end_inset
29772
29773
29774 \begin_inset LatexCommand ref
29775 reference "cha:The-Preferences-dialog"
29776
29777 \end_inset
29778
29779 .
29780 \end_layout
29781
29782 \begin_layout Section
29783 The Help Menu
29784 \end_layout
29785
29786 \begin_layout Standard
29787 This menu opens the documentation files of LyX in the language of LyX's
29788  menus.
29789 \end_layout
29790
29791 \begin_layout Standard
29792 The menu 
29793 \family sans
29794 LaTeX\InsetSpace ~
29795 Configuration
29796 \family default
29797  shows a LyX-document with informations about the LaTeX-packages and classes
29798  found by LyX (see also section\InsetSpace ~
29799
29800 \begin_inset LatexCommand ref
29801 reference "sec:LaTeX-Setup"
29802
29803 \end_inset
29804
29805 ).
29806 \end_layout
29807
29808 \begin_layout Section
29809 The Toolbar
29810 \end_layout
29811
29812 \begin_layout Standard
29813 \begin_inset Graphics
29814         filename clipart/StandardToolbar.png
29815         width 100col%
29816
29817 \end_inset
29818
29819
29820 \end_layout
29821
29822 \begin_layout Standard
29823 The standard toolbar as shown above contains from left to right the following
29824  buttons:
29825 \end_layout
29826
29827 \begin_layout Itemize
29828
29829 \family sans
29830 \begin_inset Graphics
29831         filename clipart/ToolbarEnvBox.png
29832         BoundingBox 0bp 5bp 20bp 20bp
29833
29834 \end_inset
29835
29836
29837 \family default
29838  pull-down menu for the paragraph environments
29839 \end_layout
29840
29841 \begin_layout Itemize
29842
29843 \family sans
29844 \begin_inset Graphics
29845         filename ../images/buffer-new.xpm
29846         BoundingBox 0bp 5bp 20bp 20bp
29847
29848 \end_inset
29849
29850
29851 \family default
29852  
29853 \family sans
29854 File\SpecialChar \menuseparator
29855 New
29856 \end_layout
29857
29858 \begin_layout Itemize
29859
29860 \family sans
29861 \begin_inset Graphics
29862         filename ../images/file-open.xpm
29863         BoundingBox 0bp 5bp 20bp 20bp
29864
29865 \end_inset
29866
29867
29868 \family default
29869  
29870 \family sans
29871 File\SpecialChar \menuseparator
29872 Open
29873 \end_layout
29874
29875 \begin_layout Itemize
29876 \begin_inset Graphics
29877         filename ../images/buffer-write.xpm
29878         BoundingBox 0bp 5bp 20bp 20bp
29879
29880 \end_inset
29881
29882  
29883 \family sans
29884 File\SpecialChar \menuseparator
29885 Save 
29886 \end_layout
29887
29888 \begin_layout Itemize
29889 \begin_inset Graphics
29890         filename ../images/dialog-show_print.xpm
29891         BoundingBox 0bp 5bp 24bp 20bp
29892
29893 \end_inset
29894
29895  
29896 \family sans
29897 File\SpecialChar \menuseparator
29898 Print
29899 \end_layout
29900
29901 \begin_layout Itemize
29902
29903 \family sans
29904 \begin_inset Graphics
29905         filename ../images/dialog-show_spellchecker.xpm
29906         BoundingBox 0bp 5bp 20bp 20bp
29907
29908 \end_inset
29909
29910 Tools\SpecialChar \menuseparator
29911 Spellchecker
29912 \end_layout
29913
29914 \begin_layout Itemize
29915
29916 \family sans
29917 \begin_inset Graphics
29918         filename ../images/undo.xpm
29919         BoundingBox 0bp 5bp 20bp 20bp
29920
29921 \end_inset
29922
29923
29924 \family default
29925  
29926 \family sans
29927 Edit\SpecialChar \menuseparator
29928 Undo
29929 \end_layout
29930
29931 \begin_layout Itemize
29932
29933 \family sans
29934 \begin_inset Graphics
29935         filename ../images/redo.xpm
29936         BoundingBox 0bp 5bp 20bp 20bp
29937
29938 \end_inset
29939
29940
29941 \family default
29942  
29943 \family sans
29944 Edit\SpecialChar \menuseparator
29945 Redo
29946 \end_layout
29947
29948 \begin_layout Itemize
29949 \begin_inset Graphics
29950         filename ../images/cut.xpm
29951         BoundingBox 0bp 5bp 20bp 20bp
29952
29953 \end_inset
29954
29955  
29956 \family sans
29957 Edit\SpecialChar \menuseparator
29958 Cut
29959 \end_layout
29960
29961 \begin_layout Itemize
29962 \begin_inset Graphics
29963         filename ../images/copy.xpm
29964         BoundingBox 0bp 5bp 20bp 20bp
29965
29966 \end_inset
29967
29968  
29969 \family sans
29970 Edit\SpecialChar \menuseparator
29971 Copy
29972 \end_layout
29973
29974 \begin_layout Itemize
29975 \begin_inset Graphics
29976         filename ../images/paste.xpm
29977         BoundingBox 0bp 5bp 20bp 20bp
29978
29979 \end_inset
29980
29981  
29982 \family sans
29983 Edit\SpecialChar \menuseparator
29984 Paste
29985 \end_layout
29986
29987 \begin_layout Itemize
29988 \begin_inset Graphics
29989         filename ../images/dialog-show_findreplace.xpm
29990         width 0.9cm
29991         height 0.9cm
29992         BoundingBox 0bp 5bp 20bp 25bp
29993         rotateOrigin center
29994
29995 \end_inset
29996
29997  
29998 \family sans
29999 Edit\SpecialChar \menuseparator
30000 Find\InsetSpace \thinspace{}
30001 &\InsetSpace \thinspace{}
30002 Replace
30003 \end_layout
30004
30005 \begin_layout Itemize
30006 \begin_inset Graphics
30007         filename ../images/font-emph.xpm
30008         BoundingBox 0bp 5bp 20bp 20bp
30009
30010 \end_inset
30011
30012 Emphasize text, function of the Edit
30013 \family sans
30014 \SpecialChar \menuseparator
30015 Text\InsetSpace ~
30016 Style
30017 \family default
30018  dialog
30019 \end_layout
30020
30021 \begin_layout Itemize
30022 \begin_inset Graphics
30023         filename ../images/font-noun.xpm
30024         BoundingBox 0bp 5bp 20bp 20bp
30025
30026 \end_inset
30027
30028  Set text to noun style, function of the Edit
30029 \family sans
30030 \SpecialChar \menuseparator
30031 Text\InsetSpace ~
30032 Style
30033 \family default
30034  dialog
30035 \end_layout
30036
30037 \begin_layout Itemize
30038 \begin_inset Graphics
30039         filename ../images/font-free-apply.xpm
30040         BoundingBox 0bp 5bp 20bp 20bp
30041
30042 \end_inset
30043
30044  Formats text using the current settings in the 
30045 \family sans
30046 Edit\SpecialChar \menuseparator
30047 Text\InsetSpace ~
30048 Style
30049 \family default
30050  dialog
30051 \end_layout
30052
30053 \begin_layout Itemize
30054 \begin_inset Graphics
30055         filename ../images/math-mode.xpm
30056         BoundingBox 0bp 5bp 20bp 20bp
30057
30058 \end_inset
30059
30060  
30061 \family sans
30062 Insert\SpecialChar \menuseparator
30063 Math\SpecialChar \menuseparator
30064 Inline\InsetSpace ~
30065 Formula
30066 \end_layout
30067
30068 \begin_layout Itemize
30069 \begin_inset Graphics
30070         filename ../images/dialog-show-new-inset_graphics.xpm
30071         BoundingBox 0bp 5bp 20bp 25bp
30072         rotateOrigin center
30073
30074 \end_inset
30075
30076  
30077 \family sans
30078 Insert\SpecialChar \menuseparator
30079 Graphics
30080 \end_layout
30081
30082 \begin_layout Itemize
30083 \begin_inset Graphics
30084         filename ../images/tabular-insert.xpm
30085         width 0.9cm
30086         height 0.9cm
30087         BoundingBox 0bp 5bp 20bp 25bp
30088         rotateOrigin center
30089
30090 \end_inset
30091
30092  
30093 \family sans
30094 Insert\SpecialChar \menuseparator
30095 Table
30096 \end_layout
30097
30098 \begin_layout Itemize
30099 \begin_inset Graphics
30100         filename ../images/dialog-toggle_toc.xpm
30101         width 0.9cm
30102         height 0.9cm
30103         BoundingBox 0bp 5bp 20bp 25bp
30104         rotateOrigin center
30105
30106 \end_inset
30107
30108  Toggle outline window on/off 
30109 \family sans
30110 Document\SpecialChar \menuseparator
30111 Outline
30112 \end_layout
30113
30114 \begin_layout Itemize
30115 \begin_inset Graphics
30116         filename ../images/toolbar-toggle_math.xpm
30117         width 0.9cm
30118         height 0.9cm
30119         BoundingBox 0bp 5bp 20bp 25bp
30120         rotateOrigin center
30121
30122 \end_inset
30123
30124  Toggle math toolbar on/off
30125 \end_layout
30126
30127 \begin_layout Itemize
30128 \begin_inset Graphics
30129         filename ../images/toolbar-toggle_table.xpm
30130         width 0.9cm
30131         height 0.9cm
30132         BoundingBox 0bp 5bp 20bp 25bp
30133         rotateOrigin center
30134
30135 \end_inset
30136
30137  Toggle table toolbar on/off
30138 \end_layout
30139
30140 \begin_layout Standard
30141 \begin_inset Graphics
30142         filename clipart/ExtraToolbar.png
30143         width 100col%
30144
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \begin_layout Standard
30151 The extra toolbar as shown above contains from left to right the following
30152  buttons:
30153 \end_layout
30154
30155 \begin_layout Itemize
30156 \begin_inset Graphics
30157         filename ../images/layout.xpm
30158         width 0.9cm
30159         height 0.9cm
30160         BoundingBox 0bp 5bp 20bp 25bp
30161         rotateOrigin center
30162
30163 \end_inset
30164
30165  Default
30166 \end_layout
30167
30168 \begin_layout Itemize
30169 \begin_inset Graphics
30170         filename ../images/layout_Enumerate.xpm
30171         width 0.9cm
30172         height 0.9cm
30173         BoundingBox 0bp 5bp 20bp 25bp
30174         rotateOrigin center
30175
30176 \end_inset
30177
30178  Numbered list
30179 \end_layout
30180
30181 \begin_layout Itemize
30182 \begin_inset Graphics
30183         filename ../images/layout_Itemize.xpm
30184         width 0.9cm
30185         height 0.9cm
30186         BoundingBox 0bp 5bp 20bp 25bp
30187         rotateOrigin center
30188
30189 \end_inset
30190
30191  Itemized list
30192 \end_layout
30193
30194 \begin_layout Itemize
30195 \begin_inset Graphics
30196         filename ../images/layout_List.xpm
30197         width 0.9cm
30198         height 0.9cm
30199         BoundingBox 0bp 5bp 20bp 25bp
30200         rotateOrigin center
30201
30202 \end_inset
30203
30204  List
30205 \end_layout
30206
30207 \begin_layout Itemize
30208 \begin_inset Graphics
30209         filename ../images/layout_Description.xpm
30210         width 0.9cm
30211         height 0.9cm
30212         BoundingBox 0bp 5bp 20bp 25bp
30213         rotateOrigin center
30214
30215 \end_inset
30216
30217  Description list
30218 \end_layout
30219
30220 \begin_layout Itemize
30221 \begin_inset Graphics
30222         filename ../images/depth-increment.xpm
30223         width 0.9cm
30224         height 0.9cm
30225         BoundingBox 0bp 5bp 20bp 25bp
30226         rotateOrigin center
30227
30228 \end_inset
30229
30230  
30231 \family sans
30232 Edit\SpecialChar \menuseparator
30233 Increase\InsetSpace ~
30234 List\InsetSpace ~
30235 Depth
30236 \end_layout
30237
30238 \begin_layout Itemize
30239 \begin_inset Graphics
30240         filename ../images/depth-decrement.xpm
30241         width 0.9cm
30242         height 0.9cm
30243         BoundingBox 0bp 5bp 20bp 25bp
30244         rotateOrigin center
30245
30246 \end_inset
30247
30248  
30249 \family sans
30250 Edit\SpecialChar \menuseparator
30251 Decrease\InsetSpace ~
30252 List\InsetSpace ~
30253 Depth
30254 \end_layout
30255
30256 \begin_layout Itemize
30257 \begin_inset Graphics
30258         filename ../images/float-insert_figure.xpm
30259         BoundingBox 0bp 5bp 20bp 20bp
30260
30261 \end_inset
30262
30263  
30264 \family sans
30265 Insert\SpecialChar \menuseparator
30266 Float\SpecialChar \menuseparator
30267 Figure
30268 \end_layout
30269
30270 \begin_layout Itemize
30271 \begin_inset Graphics
30272         filename ../images/float-insert_table.xpm
30273         BoundingBox 0bp 5bp 20bp 20bp
30274
30275 \end_inset
30276
30277  
30278 \family sans
30279 Insert\SpecialChar \menuseparator
30280 Float\SpecialChar \menuseparator
30281 Table
30282 \end_layout
30283
30284 \begin_layout Itemize
30285 \begin_inset Graphics
30286         filename ../images/label-insert.xpm
30287         BoundingBox 0bp 5bp 20bp 20bp
30288
30289 \end_inset
30290
30291  
30292 \family sans
30293 Insert\SpecialChar \menuseparator
30294 Label
30295 \end_layout
30296
30297 \begin_layout Itemize
30298 \begin_inset Graphics
30299         filename ../images/dialog-show-new-inset_ref.xpm
30300         BoundingBox 0bp 5bp 20bp 20bp
30301
30302 \end_inset
30303
30304  
30305 \family sans
30306 Insert\SpecialChar \menuseparator
30307 Cross-Reference
30308 \end_layout
30309
30310 \begin_layout Itemize
30311 \begin_inset Graphics
30312         filename ../images/dialog-show-new-inset_citation.xpm
30313         BoundingBox 0bp 5bp 20bp 20bp
30314
30315 \end_inset
30316
30317  
30318 \family sans
30319 Insert\SpecialChar \menuseparator
30320 Citation
30321 \end_layout
30322
30323 \begin_layout Itemize
30324 \begin_inset Graphics
30325         filename ../images/index-insert.xpm
30326         BoundingBox 0bp 5bp 20bp 20bp
30327
30328 \end_inset
30329
30330  
30331 \family sans
30332 Insert\SpecialChar \menuseparator
30333 Index\InsetSpace ~
30334 Entry
30335 \end_layout
30336
30337 \begin_layout Itemize
30338 \begin_inset Graphics
30339         filename ../images/footnote-insert.xpm
30340         BoundingBox 0bp 5bp 20bp 20bp
30341
30342 \end_inset
30343
30344  
30345 \family sans
30346 Insert\SpecialChar \menuseparator
30347 Footnote
30348 \end_layout
30349
30350 \begin_layout Itemize
30351 \begin_inset Graphics
30352         filename ../images/marginalnote-insert.xpm
30353         width 0.9cm
30354         height 0.9cm
30355         BoundingBox 0bp 5bp 20bp 25bp
30356         rotateOrigin center
30357
30358 \end_inset
30359
30360  
30361 \family sans
30362 Insert\SpecialChar \menuseparator
30363 Marginal\InsetSpace ~
30364 Note
30365 \end_layout
30366
30367 \begin_layout Itemize
30368 \begin_inset Graphics
30369         filename ../images/note-insert.xpm
30370         BoundingBox 0bp 5bp 20bp 20bp
30371
30372 \end_inset
30373
30374  
30375 \family sans
30376 Insert\SpecialChar \menuseparator
30377 Note\SpecialChar \menuseparator
30378 LyX\InsetSpace ~
30379 Note
30380 \end_layout
30381
30382 \begin_layout Itemize
30383 \begin_inset Graphics
30384         filename ../images/url-insert.xpm
30385         BoundingBox 0bp 5bp 20bp 20bp
30386
30387 \end_inset
30388
30389  
30390 \family sans
30391 Insert\SpecialChar \menuseparator
30392 Url
30393 \end_layout
30394
30395 \begin_layout Itemize
30396 \begin_inset Graphics
30397         filename ../images/ert-insert.xpm
30398         BoundingBox 0bp 5bp 20bp 20bp
30399
30400 \end_inset
30401
30402  
30403 \family sans
30404 Insert\SpecialChar \menuseparator
30405 T
30406 \family default
30407
30408 \begin_inset ERT
30409 status collapsed
30410
30411 \begin_layout Standard
30412
30413 {}
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \family sans
30420 eX
30421 \end_layout
30422
30423 \begin_layout Itemize
30424 \begin_inset Graphics
30425         filename ../images/dialog-show-new-inset_include.xpm
30426         BoundingBox 0bp 5bp 20bp 20bp
30427
30428 \end_inset
30429
30430  
30431 \family sans
30432 Insert\SpecialChar \menuseparator
30433 File\SpecialChar \menuseparator
30434 Child\InsetSpace ~
30435 Document
30436 \end_layout
30437
30438 \begin_layout Itemize
30439 \begin_inset Graphics
30440         filename ../images/dialog-show_character.xpm
30441         width 0.9cm
30442         height 0.9cm
30443         BoundingBox 0bp 5bp 20bp 25bp
30444         rotateOrigin center
30445
30446 \end_inset
30447
30448  
30449 \family sans
30450 Edit\SpecialChar \menuseparator
30451 Text\InsetSpace ~
30452 Style
30453 \end_layout
30454
30455 \begin_layout Itemize
30456 \begin_inset Graphics
30457         filename ../images/layout-paragraph.xpm
30458         width 0.9cm
30459         height 0.9cm
30460         BoundingBox 0bp 5bp 20bp 25bp
30461         rotateOrigin center
30462
30463 \end_inset
30464
30465  
30466 \family sans
30467 Edit\SpecialChar \menuseparator
30468 Paragraph\InsetSpace ~
30469 Settings
30470 \end_layout
30471
30472 \begin_layout Itemize
30473 \begin_inset Graphics
30474         filename ../images/thesaurus-entry.xpm
30475         width 0.9cm
30476         height 0.9cm
30477         BoundingBox 0bp 5bp 20bp 25bp
30478         rotateOrigin center
30479
30480 \end_inset
30481
30482  
30483 \family sans
30484 Tools\SpecialChar \menuseparator
30485 Thesaurus
30486 \end_layout
30487
30488 \begin_layout Standard
30489 It is possible to define custom toolbars.
30490  This is described in the 
30491 \emph on
30492 Extended Features
30493 \emph default
30494  manual.
30495  
30496 \end_layout
30497
30498 \begin_layout Chapter
30499 The 
30500 \family sans
30501 Preferences
30502 \family default
30503  Dialog
30504 \begin_inset LatexCommand label
30505 name "cha:The-Preferences-dialog"
30506
30507 \end_inset
30508
30509
30510 \end_layout
30511
30512 \begin_layout Standard
30513 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
30514 Preferences.
30515  It consists of submenus explained in the following.
30516 \end_layout
30517
30518 \begin_layout Section
30519 Look and Feel
30520 \end_layout
30521
30522 \begin_layout Subsection
30523 User Interface
30524 \begin_inset LatexCommand label
30525 name "sec:ui"
30526
30527 \end_inset
30528
30529
30530 \end_layout
30531
30532 \begin_layout Standard
30533 At first a note: You have to restart LyX before changes in .ui and .bind-files
30534  take effect.
30535 \end_layout
30536
30537 \begin_layout Subsubsection*
30538 User Interface File
30539 \end_layout
30540
30541 \begin_layout Standard
30542 The appearance of both the menu and toolbar can both be changed by choosing
30543  another 
30544 \family typewriter
30545 .ui
30546 \family default
30547 -file.
30548  For the moment, only one file exists, the 
30549 \family typewriter
30550 default.ui
30551 \family default
30552 .
30553  A .ui-file is a text file where the menu and toolbar entries are listed.
30554  To create a new .ui-file, start with a copy of the default.ui from the folder
30555  lyx/share/lyx/ui and edit the entries.
30556 \end_layout
30557
30558 \begin_layout Standard
30559 The syntax of the 
30560 \family typewriter
30561 .ui
30562 \family default
30563  files is straightforward.
30564  
30565 \family typewriter
30566 The Menubar
30567 \family default
30568
30569 \family typewriter
30570 Menu
30571 \family default
30572  and 
30573 \family typewriter
30574 Toolbar
30575 \family default
30576  entries must be ended with an explicit 
30577 \family typewriter
30578 End
30579 \family default
30580 .
30581  They may contain 
30582 \family typewriter
30583 Submenu
30584 \family default
30585 s, 
30586 \family typewriter
30587 Item
30588 \family default
30589 s, 
30590 \family typewriter
30591 OptItem
30592 \family default
30593 s, 
30594 \family typewriter
30595 Separator
30596 \family default
30597 s, 
30598 \family typewriter
30599 Icon
30600 \family default
30601 s and in the case of the 
30602 \begin_inset Quotes eld
30603 \end_inset
30604
30605 file
30606 \begin_inset Quotes erd
30607 \end_inset
30608
30609  menus, a 
30610 \family typewriter
30611 Lastfiles
30612 \family default
30613  entry.
30614  One small word of warning.
30615  
30616 \family typewriter
30617 Submenu
30618 \family default
30619 s may be inserted in a 
30620 \family typewriter
30621 Menubar
30622 \family default
30623  or 
30624 \family typewriter
30625 Menu
30626 \family default
30627 , but they are defined as 
30628 \family typewriter
30629 Menu
30630 \family default
30631 s, not as 
30632 \family typewriter
30633 Submenu
30634 \family default
30635 s.
30636 \end_layout
30637
30638 \begin_layout Standard
30639 Now an example: Assuming you use the menu 
30640 \family sans
30641 Navigate\SpecialChar \menuseparator
30642 Bookmarks
30643 \family default
30644  quite often and therefore want four available bookmarks, you can simply
30645  add the lines
30646 \newline
30647
30648 \newline
30649 Item "Save Bookmark 4" "bookmark-save 4"
30650 \newline
30651 Item "Goto Bookmark
30652  4" "bookmark-goto 4"
30653 \newline
30654
30655 \newline
30656 to the navigate menu section in the .ui-file to have
30657  the fourth bookmark.
30658 \end_layout
30659
30660 \begin_layout Subsubsection*
30661 Bind File
30662 \begin_inset LatexCommand label
30663 name "sec:bindings"
30664
30665 \end_inset
30666
30667
30668 \end_layout
30669
30670 \begin_layout Standard
30671 Bindings are used to bind a function to a key.
30672  Several prepackaged binding files are available:
30673 \end_layout
30674
30675 \begin_layout Description
30676 cua.bind set of bindings (as the typical set of PC keyboard shortcuts)
30677 \end_layout
30678
30679 \begin_layout Description
30680 (x)emacs.bind set of bindings like they are used in the editor programs 
30681 \family sans
30682 Emacs
30683 \family default
30684  (
30685 \family sans
30686 XEmacs
30687 \family default
30688 )
30689 \end_layout
30690
30691 \begin_layout Description
30692 mac.bind set of bindings for Mac
30693 \begin_inset Formula $\,$
30694 \end_inset
30695
30696 OS systems.
30697 \end_layout
30698
30699 \begin_layout Standard
30700 There are also bind file for designed to them with special document classes,
30701  like broadway.bind) and bind files for special languages.
30702  The language bind file names begin with a language code, e.g.
30703  
30704 \begin_inset Quotes eld
30705 \end_inset
30706
30707 pt
30708 \begin_inset Quotes erd
30709 \end_inset
30710
30711  for Portuguese.
30712  LyX supports internationalization of the user interface, see section\InsetSpace ~
30713
30714 \begin_inset LatexCommand ref
30715 reference "sec:Selecting-an-alternative"
30716
30717 \end_inset
30718
30719 .
30720  If you use LyX in a certain language, LyX will try to use the appropriate
30721  bind files.
30722 \end_layout
30723
30724 \begin_layout Standard
30725 Some bind files, like math.bind, have only a small scope.
30726  When looking at the the end of the file cua.bind, you can see that they
30727  are included to keep the overview in the bind file.
30728 \end_layout
30729
30730 \begin_layout Standard
30731 If you like to customise the keybindings to your own taste, modify the .bind-file
30732 s with a text editor and don't forget to load the modified files into LyX
30733  using the 
30734 \family sans
30735 Preferences
30736 \family default
30737  dialog.
30738  The syntax of the 
30739 \family typewriter
30740 .bind
30741 \family default
30742  files is straightforward:
30743 \end_layout
30744
30745 \begin_layout Standard
30746
30747 \family typewriter
30748
30749 \backslash
30750 bind <key combination> <lyx-function>
30751 \end_layout
30752
30753 \begin_layout Standard
30754 Both key combination and lyx-function (including any arguments) must be
30755  enclosed in "double quotes".
30756  All the LyX functions are listed in the 
30757 \emph on
30758 Reference Manual
30759 \emph default
30760 .
30761 \end_layout
30762
30763 \begin_layout Subsection
30764 Screen Fonts
30765 \end_layout
30766
30767 \begin_layout Standard
30768 These fonts are used to display your documents on the screen.
30769  Notice that this section only deals with the fonts 
30770 \emph on
30771 inside
30772 \emph default
30773  the LyX window.
30774  The fonts that appear on the 
30775 \emph on
30776 paper
30777 \emph default
30778  
30779 \emph on
30780 output
30781 \emph default
30782  are independent from these fonts, and are set in the menu 
30783 \family sans
30784 Layout\SpecialChar \menuseparator
30785 Document
30786 \family default
30787 .
30788 \end_layout
30789
30790 \begin_layout Standard
30791 By default, LyX uses 
30792 \emph on
30793 times
30794 \emph default
30795  as serif font, 
30796 \emph on
30797 arial
30798 \emph default
30799  or 
30800 \emph on
30801 helvetica
30802 \emph default
30803  (depends on the system) as sans serif font, and 
30804 \emph on
30805 courier
30806 \emph default
30807  as monospaced/typewriter font.
30808 \end_layout
30809
30810 \begin_layout Standard
30811
30812 \family sans
30813 Screen DPI
30814 \family default
30815  is the screen resolution in dpi (dots per inch).
30816 \end_layout
30817
30818 \begin_layout Standard
30819 The Font Sizes are adjusted as letter height in units of points.
30820  72\InsetSpace \thinspace{}
30821 points have the size of 1\InsetSpace \thinspace{}
30822 inch, see appendix\InsetSpace ~
30823
30824 \begin_inset LatexCommand ref
30825 reference "cha:Units-available-in"
30826
30827 \end_inset
30828
30829 .
30830  The font sizes are the same as used for a document font size of 10
30831 \begin_inset Formula $\,$
30832 \end_inset
30833
30834 pt.
30835  They are explained in detail in section\InsetSpace ~
30836
30837 \begin_inset LatexCommand ref
30838 reference "sub:Document-Font"
30839
30840 \end_inset
30841
30842 .
30843 \end_layout
30844
30845 \begin_layout Subsection
30846 Colors
30847 \end_layout
30848
30849 \begin_layout Standard
30850 You can here change all colors used by LyX.
30851  Just choose an item in the list and use the 
30852 \family sans
30853 Alter
30854 \family default
30855  button.
30856 \end_layout
30857
30858 \begin_layout Subsection
30859 Graphics
30860 \end_layout
30861
30862 \begin_layout Standard
30863 Here could you specify how graphics inside LyX are displayed.
30864 \end_layout
30865
30866 \begin_layout Standard
30867 The button instant preview is used to enable previewing snippets of your
30868  document.
30869  This feature is described in section\InsetSpace ~
30870
30871 \begin_inset LatexCommand ref
30872 reference "sec:Previewing-snippets-of"
30873
30874 \end_inset
30875
30876 .
30877 \end_layout
30878
30879 \begin_layout Subsection
30880 Keyboard Map
30881 \end_layout
30882
30883 \begin_layout Standard
30884 If you have e.g.
30885  a Czech keyboard but want to write with it like with a Romanian one, you
30886  can use the keyboard map file named 
30887 \family sans
30888 romanian.kmap
30889 \family default
30890 .
30891  Normally keyboard settings have to be done in a menu of your operating
30892  system.
30893  These keyboard maps are only provided as makeshift and doesn't work on
30894  all systems.
30895 \end_layout
30896
30897 \begin_layout Section
30898 Paths
30899 \end_layout
30900
30901 \begin_layout Section
30902 Identity
30903 \end_layout
30904
30905 \begin_layout Section
30906 Language Settings
30907 \end_layout
30908
30909 \begin_layout Subsection
30910 Language
30911 \end_layout
30912
30913 \begin_layout Standard
30914 The 
30915 \family sans
30916 Default language
30917 \family default
30918  is the language used in new documents.
30919  The Language package should always be babel.
30920  babel translates in the background automatically text labels to the document
30921  language.
30922  A text label is for instance the word 
30923 \begin_inset Quotes eld
30924 \end_inset
30925
30926 table
30927 \begin_inset Quotes erd
30928 \end_inset
30929
30930  at the beginning of every table-caption.
30931  
30932 \series bold
30933
30934 \backslash
30935 usepackage{babel}
30936 \series default
30937  is a LaTeX-command to use the package babel.
30938  For an introduction to the LaTeX-Syntax, look at section\InsetSpace ~
30939
30940 \begin_inset LatexCommand ref
30941 reference "sec:ERT"
30942
30943 \end_inset
30944
30945 .
30946 \end_layout
30947
30948 \begin_layout Standard
30949
30950 \family sans
30951 Command start/end
30952 \family default
30953  ???
30954 \end_layout
30955
30956 \begin_layout Standard
30957 There are also the following options in the menu:
30958 \end_layout
30959
30960 \begin_layout Description
30961 Use\InsetSpace ~
30962 babel whether babel is used or not
30963 \end_layout
30964
30965 \begin_layout Description
30966 Global ??
30967 \end_layout
30968
30969 \begin_layout Description
30970 Auto\InsetSpace ~
30971 begin ??
30972 \end_layout
30973
30974 \begin_layout Description
30975 Auto\InsetSpace ~
30976 end ??
30977 \end_layout
30978
30979 \begin_layout Description
30980 Mark\InsetSpace ~
30981 foreign\InsetSpace ~
30982 languages text marked formatted in a language different from
30983  the document language will be blue underlined
30984 \end_layout
30985
30986 \begin_layout Description
30987 Right\InsetSpace ~
30988 to\InsetSpace ~
30989 left\InsetSpace ~
30990 language\InsetSpace ~
30991 support enables the use of languages, written from right
30992  to left, like Arabic, Hebrew, Farsi
30993 \end_layout
30994
30995 \begin_layout Subsection
30996 Spellchecker
30997 \end_layout
30998
30999 \begin_layout Section
31000 Outputs
31001 \end_layout
31002
31003 \begin_layout Subsection
31004 Printer
31005 \end_layout
31006
31007 \begin_layout Subsection
31008 Date Format
31009 \end_layout
31010
31011 \begin_layout Standard
31012 %a locale's abbreviated weekday name (Sun..Sat)
31013 \end_layout
31014
31015 \begin_layout Standard
31016 \noindent
31017 %A locale's full weekday name, variable length (Sunday..Saturday)
31018 \end_layout
31019
31020 \begin_layout Standard
31021 \noindent
31022 %b locale's abbreviated month name (Jan..Dec)
31023 \end_layout
31024
31025 \begin_layout Standard
31026 \noindent
31027 %B locale's full month name, variable length (January..December)
31028 \end_layout
31029
31030 \begin_layout Standard
31031 \noindent
31032 %c locale's date and time (Sat Nov 04 12:02:33 EST 1989)
31033 \end_layout
31034
31035 \begin_layout Standard
31036 \noindent
31037 %C century (year divided by 100 and truncated to an integer) [00-99]
31038 \end_layout
31039
31040 \begin_layout Standard
31041 \noindent
31042 %d day of month (01..31)
31043 \end_layout
31044
31045 \begin_layout Standard
31046 \noindent
31047 %D date (mm/dd/yy)
31048 \end_layout
31049
31050 \begin_layout Standard
31051 \noindent
31052 %e day of month, blank padded ( 1..31)
31053 \end_layout
31054
31055 \begin_layout Standard
31056 \noindent
31057 %F same as %Y-%m-%d
31058 \end_layout
31059
31060 \begin_layout Standard
31061 \noindent
31062 %g the 2-digit year corresponding to the %V week number
31063 \end_layout
31064
31065 \begin_layout Standard
31066 \noindent
31067 %G the 4-digit year corresponding to the %V week number
31068 \end_layout
31069
31070 \begin_layout Standard
31071 \noindent
31072 %h same as %b
31073 \end_layout
31074
31075 \begin_layout Standard
31076 \noindent
31077 %H hour (00..23)
31078 \end_layout
31079
31080 \begin_layout Standard
31081 \noindent
31082 %I hour (01..12)
31083 \end_layout
31084
31085 \begin_layout Standard
31086 \noindent
31087 %j day of year (001..366)
31088 \end_layout
31089
31090 \begin_layout Standard
31091 \noindent
31092 %k hour ( 0..23)
31093 \end_layout
31094
31095 \begin_layout Standard
31096 \noindent
31097 %l hour ( 1..12)
31098 \end_layout
31099
31100 \begin_layout Standard
31101 \noindent
31102 %m month (01..12)
31103 \end_layout
31104
31105 \begin_layout Standard
31106 \noindent
31107 %M minute (00..59)
31108 \end_layout
31109
31110 \begin_layout Standard
31111 \noindent
31112 %n a newline
31113 \end_layout
31114
31115 \begin_layout Standard
31116 \noindent
31117 %N nanoseconds (000000000..999999999)
31118 \end_layout
31119
31120 \begin_layout Standard
31121 \noindent
31122 %p locale's upper case AM or PM indicator (blank in many locales)
31123 \end_layout
31124
31125 \begin_layout Standard
31126 \noindent
31127 %P locale's lower case am or pm indicator (blank in many locales)
31128 \end_layout
31129
31130 \begin_layout Standard
31131 \noindent
31132 %r time, 12-hour (hh:mm:ss [AP]M)
31133 \end_layout
31134
31135 \begin_layout Standard
31136 \noindent
31137 %R time, 24-hour (hh:mm)
31138 \end_layout
31139
31140 \begin_layout Standard
31141 \noindent
31142 %s seconds since `00:00:00 1970-01-01 UTC' (a GNU extension)
31143 \end_layout
31144
31145 \begin_layout Standard
31146 \noindent
31147 %S second (00..60); the 60 is necessary to accommodate a leap second
31148 \end_layout
31149
31150 \begin_layout Standard
31151 \noindent
31152 %t a horizontal tab
31153 \end_layout
31154
31155 \begin_layout Standard
31156 \noindent
31157 %T time, 24-hour (hh:mm:ss)
31158 \end_layout
31159
31160 \begin_layout Standard
31161 \noindent
31162 %u day of week (1..7); 1 represents Monday
31163 \end_layout
31164
31165 \begin_layout Standard
31166 \noindent
31167 %U week number of year with Sunday as first day of week (00..53)
31168 \end_layout
31169
31170 \begin_layout Standard
31171 \noindent
31172 %V week number of year with Monday as first day of week (01..53)
31173 \end_layout
31174
31175 \begin_layout Standard
31176 \noindent
31177 %w day of week (0..6); 0 represents Sunday
31178 \end_layout
31179
31180 \begin_layout Standard
31181 \noindent
31182 %W week number of year with Monday as first day of week (00..53)
31183 \end_layout
31184
31185 \begin_layout Standard
31186 \noindent
31187 %x locale's date representation (mm/dd/yy)
31188 \end_layout
31189
31190 \begin_layout Standard
31191 \noindent
31192 %X locale's time representation (%H:%M:%S)
31193 \end_layout
31194
31195 \begin_layout Standard
31196 \noindent
31197 %y last two digits of year (00..99)
31198 \end_layout
31199
31200 \begin_layout Standard
31201 \noindent
31202 %Y year (1970...)
31203 \end_layout
31204
31205 \begin_layout Standard
31206 \noindent
31207 %z RFC-822 style numeric timezone (-0500) (a nonstandard extension)
31208 \end_layout
31209
31210 \begin_layout Standard
31211 \noindent
31212 %Z time zone (e.g., EDT), or nothing if no time zone is determinable
31213 \end_layout
31214
31215 \begin_layout Subsection
31216 Plain Text
31217 \end_layout
31218
31219 \begin_layout Standard
31220
31221 \family sans
31222 Output line length
31223 \family default
31224  sets maximum number of characters printed in one line when using the menu
31225  
31226 \family sans
31227 File\SpecialChar \menuseparator
31228 Export\SpecialChar \menuseparator
31229 ASCII
31230 \family default
31231 .
31232  Setting the line line length to 0 means all text is printed in one endless
31233  line.
31234 \end_layout
31235
31236 \begin_layout Standard
31237 roff command defines an additional command used to produce better ASCII
31238  tables with the 
31239 \family typewriter
31240 groff/troff/nroff
31241 \family default
31242  UNIX-commands (refer to their manpages for more information about them).
31243  Setting this as empty tells LyX to use the internal formatter.
31244 \end_layout
31245
31246 \begin_layout Subsection
31247 LaT
31248 \begin_inset ERT
31249 status collapsed
31250
31251 \begin_layout Standard
31252
31253 {}
31254 \end_layout
31255
31256 \end_inset
31257
31258 eX
31259 \end_layout
31260
31261 \begin_layout Subsection
31262 Paths
31263 \end_layout
31264
31265 \begin_layout Section
31266 Converters
31267 \end_layout
31268
31269 \begin_layout Standard
31270 LyX has a powerful mechanism to convert to and from any file format using
31271  external programs.
31272  Define a pair of formats, e.g.
31273  
31274 \family typewriter
31275 LaTeX
31276 \family default
31277  and 
31278 \family typewriter
31279 PDF
31280 \family default
31281 .
31282  Now define a converter from one format to the other.
31283  In our example, two possible mechanisms exist.
31284 \end_layout
31285
31286 \begin_layout Enumerate
31287 A direct conversion, from LaTeX to PDF using pdflatex
31288 \end_layout
31289
31290 \begin_layout Enumerate
31291 A more convoluted route using intermediate formats and converters: LaTeX
31292  to DVI (using latex) to PostScript® (using dvips) to PDF (using ps2pdf).
31293 \end_layout
31294
31295 \begin_layout Standard
31296 LyX will always choose the shortest possible route, so you must specify
31297  two different Format names for 
31298 \family typewriter
31299 .pdf
31300 \family default
31301  files to be able to use either.
31302  Both are included by default in the 
31303 \family sans
31304 Preferences
31305 \family default
31306  dialog.
31307  Have a look and then invent your own!
31308 \end_layout
31309
31310 \begin_layout Standard
31311 Moreover, each Format can have a Viewer associated with it.
31312  For example, you might want to use 
31313 \family typewriter
31314 ghostview
31315 \family default
31316  to examine PostScript® files, or 
31317 \family typewriter
31318 xdvi
31319 \family default
31320  to preview the LaTeX output.
31321  You can alter the viewer to use (and what options to pass to it) via the
31322  
31323 \family sans
31324 \bar under
31325 T
31326 \bar default
31327 ools\SpecialChar \menuseparator
31328
31329 \bar under
31330 P
31331 \bar default
31332 references:Converters
31333 \family default
31334  dialog.
31335  For example, to change the 
31336 \family typewriter
31337 dvi
31338 \family default
31339  viewer, select the 
31340 \family typewriter
31341 DVI
31342 \family default
31343  format in the dialog, change the viewer to be 
31344 \family typewriter
31345 kdvi
31346 \family default
31347  (or whatever), and hit 
31348 \family sans
31349 \bar under
31350 M
31351 \bar default
31352 odify
31353 \family default
31354 .
31355 \end_layout
31356
31357 \begin_layout Section
31358 File Formats
31359 \end_layout
31360
31361 \begin_layout Section
31362 Copiers
31363 \end_layout
31364
31365 \begin_layout Section
31366 BibTeX and makeindex
31367 \end_layout
31368
31369 \begin_layout Standard
31370 Both the bibliography generating command (default 
31371 \family typewriter
31372 bibtex
31373 \family default
31374 ) and the index generating command (default 
31375 \family typewriter
31376 makeindex
31377 \family default
31378  with options 
31379 \family typewriter
31380 -c
31381 \family default
31382  and 
31383 \family typewriter
31384 -q
31385 \family default
31386 ) can be changed.
31387  As an alternative for 
31388 \family typewriter
31389 makeindex
31390 \family default
31391
31392 \family typewriter
31393 xindy
31394 \family default
31395  can be recommended.
31396  
31397 \end_layout
31398
31399 \begin_layout Standard
31400 The command to enter is
31401 \end_layout
31402
31403 \begin_layout Quote
31404
31405 \family typewriter
31406 makeindex.sh -m $$lang
31407 \end_layout
31408
31409 \begin_layout Standard
31410 where the placeholder 
31411 \family typewriter
31412 $$lang
31413 \family default
31414  will be replaced by the chosen document (babel) language.
31415  For this, you must 
31416 \end_layout
31417
31418 \begin_layout Standard
31419 have installed the packages 
31420 \family typewriter
31421 xindy
31422 \family default
31423  and 
31424 \family typewriter
31425 make-rules
31426 \family default
31427  (
31428 \family typewriter
31429 xindy-make-rules
31430 \family default
31431 ).
31432  Type 
31433 \family typewriter
31434 makeindex.sh
31435 \family default
31436  at a shell prompt for a help page.
31437 \end_layout
31438
31439 \begin_layout Chapter
31440 Units available in LyX
31441 \begin_inset LatexCommand index
31442 name "Units"
31443
31444 \end_inset
31445
31446
31447 \begin_inset LatexCommand label
31448 name "cha:Units-available-in"
31449
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \begin_layout Standard
31456 To understand the units described in this documentation, 
31457 \begin_inset LatexCommand ref
31458 reference "cap:Units-for-image"
31459
31460 \end_inset
31461
31462  explains all units available in LyX.
31463 \end_layout
31464
31465 \begin_layout Standard
31466 \begin_inset Float table
31467 placement h
31468 wide false
31469 sideways false
31470 status open
31471
31472 \begin_layout Standard
31473 \begin_inset Caption
31474
31475 \begin_layout Standard
31476 \begin_inset LatexCommand label
31477 name "cap:Units-for-image"
31478
31479 \end_inset
31480
31481 Units
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \begin_layout Standard
31490 \begin_inset VSpace medskip
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \begin_layout Standard
31497 \align center
31498 \begin_inset Tabular
31499 <lyxtabular version="3" rows="20" columns="2">
31500 <features>
31501 <column alignment="center" valignment="top" leftline="true" width="0">
31502 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
31503 <row topline="true" bottomline="true">
31504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31505 \begin_inset Text
31506
31507 \begin_layout Standard
31508 unit
31509 \end_layout
31510
31511 \end_inset
31512 </cell>
31513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31514 \begin_inset Text
31515
31516 \begin_layout Standard
31517 name/description
31518 \end_layout
31519
31520 \end_inset
31521 </cell>
31522 </row>
31523 <row topline="true">
31524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31525 \begin_inset Text
31526
31527 \begin_layout Standard
31528 mm
31529 \end_layout
31530
31531 \end_inset
31532 </cell>
31533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31534 \begin_inset Text
31535
31536 \begin_layout Standard
31537 millimeter
31538 \end_layout
31539
31540 \end_inset
31541 </cell>
31542 </row>
31543 <row topline="true">
31544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31545 \begin_inset Text
31546
31547 \begin_layout Standard
31548 cm
31549 \end_layout
31550
31551 \end_inset
31552 </cell>
31553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31554 \begin_inset Text
31555
31556 \begin_layout Standard
31557 centimeter
31558 \end_layout
31559
31560 \end_inset
31561 </cell>
31562 </row>
31563 <row topline="true">
31564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31565 \begin_inset Text
31566
31567 \begin_layout Standard
31568 in
31569 \end_layout
31570
31571 \end_inset
31572 </cell>
31573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31574 \begin_inset Text
31575
31576 \begin_layout Standard
31577 inch
31578 \end_layout
31579
31580 \end_inset
31581 </cell>
31582 </row>
31583 <row topline="true">
31584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31585 \begin_inset Text
31586
31587 \begin_layout Standard
31588 pt
31589 \end_layout
31590
31591 \end_inset
31592 </cell>
31593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31594 \begin_inset Text
31595
31596 \begin_layout Standard
31597 point (72.27\InsetSpace \thinspace{}
31598 pt = 1\InsetSpace \thinspace{}
31599 in)
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 </row>
31605 <row topline="true">
31606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31607 \begin_inset Text
31608
31609 \begin_layout Standard
31610 pc
31611 \end_layout
31612
31613 \end_inset
31614 </cell>
31615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31616 \begin_inset Text
31617
31618 \begin_layout Standard
31619 pica (1\InsetSpace \thinspace{}
31620 pc = 12\InsetSpace \thinspace{}
31621 pt)
31622 \end_layout
31623
31624 \end_inset
31625 </cell>
31626 </row>
31627 <row topline="true">
31628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31629 \begin_inset Text
31630
31631 \begin_layout Standard
31632 sp
31633 \end_layout
31634
31635 \end_inset
31636 </cell>
31637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31638 \begin_inset Text
31639
31640 \begin_layout Standard
31641 scaled point (65536\InsetSpace \thinspace{}
31642 sp = 1\InsetSpace \thinspace{}
31643 pt)
31644 \end_layout
31645
31646 \end_inset
31647 </cell>
31648 </row>
31649 <row topline="true">
31650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31651 \begin_inset Text
31652
31653 \begin_layout Standard
31654 bp
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Standard
31663 big point (72\InsetSpace \thinspace{}
31664 bp = 1\InsetSpace \thinspace{}
31665 in)
31666 \end_layout
31667
31668 \end_inset
31669 </cell>
31670 </row>
31671 <row topline="true">
31672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31673 \begin_inset Text
31674
31675 \begin_layout Standard
31676 dd
31677 \end_layout
31678
31679 \end_inset
31680 </cell>
31681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31682 \begin_inset Text
31683
31684 \begin_layout Standard
31685 didot (72\InsetSpace \thinspace{}
31686 dd 
31687 \begin_inset Formula $\approx$
31688 \end_inset
31689
31690  37.6\InsetSpace \thinspace{}
31691 mm)
31692 \end_layout
31693
31694 \end_inset
31695 </cell>
31696 </row>
31697 <row topline="true">
31698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31699 \begin_inset Text
31700
31701 \begin_layout Standard
31702 cc
31703 \end_layout
31704
31705 \end_inset
31706 </cell>
31707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31708 \begin_inset Text
31709
31710 \begin_layout Standard
31711 cicero (1\InsetSpace \thinspace{}
31712 cc = 12\InsetSpace \thinspace{}
31713 dd)
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 </row>
31719 <row topline="true">
31720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Standard
31724 Scale%
31725 \end_layout
31726
31727 \end_inset
31728 </cell>
31729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31730 \begin_inset Text
31731
31732 \begin_layout Standard
31733 % of original image width
31734 \end_layout
31735
31736 \end_inset
31737 </cell>
31738 </row>
31739 <row topline="true">
31740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31741 \begin_inset Text
31742
31743 \begin_layout Standard
31744 text%
31745 \end_layout
31746
31747 \end_inset
31748 </cell>
31749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31750 \begin_inset Text
31751
31752 \begin_layout Standard
31753 % of text width
31754 \end_layout
31755
31756 \end_inset
31757 </cell>
31758 </row>
31759 <row topline="true">
31760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31761 \begin_inset Text
31762
31763 \begin_layout Standard
31764 col%
31765 \end_layout
31766
31767 \end_inset
31768 </cell>
31769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Standard
31773 % of column width
31774 \end_layout
31775
31776 \end_inset
31777 </cell>
31778 </row>
31779 <row topline="true">
31780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31781 \begin_inset Text
31782
31783 \begin_layout Standard
31784 page%
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31790 \begin_inset Text
31791
31792 \begin_layout Standard
31793 % of paper width
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 </row>
31799 <row topline="true">
31800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Standard
31804 line%
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Standard
31813 % of line width
31814 \end_layout
31815
31816 \end_inset
31817 </cell>
31818 </row>
31819 <row topline="true">
31820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31821 \begin_inset Text
31822
31823 \begin_layout Standard
31824 theight%
31825 \end_layout
31826
31827 \end_inset
31828 </cell>
31829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31830 \begin_inset Text
31831
31832 \begin_layout Standard
31833 % of text height
31834 \end_layout
31835
31836 \end_inset
31837 </cell>
31838 </row>
31839 <row topline="true">
31840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31841 \begin_inset Text
31842
31843 \begin_layout Standard
31844 pheight%
31845 \end_layout
31846
31847 \end_inset
31848 </cell>
31849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31850 \begin_inset Text
31851
31852 \begin_layout Standard
31853 % of paper height
31854 \end_layout
31855
31856 \end_inset
31857 </cell>
31858 </row>
31859 <row topline="true">
31860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31861 \begin_inset Text
31862
31863 \begin_layout Standard
31864 ex
31865 \end_layout
31866
31867 \end_inset
31868 </cell>
31869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31870 \begin_inset Text
31871
31872 \begin_layout Standard
31873 height of letter 
31874 \emph on
31875 x
31876 \emph default
31877  in current font
31878 \end_layout
31879
31880 \end_inset
31881 </cell>
31882 </row>
31883 <row topline="true">
31884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31885 \begin_inset Text
31886
31887 \begin_layout Standard
31888 em
31889 \end_layout
31890
31891 \end_inset
31892 </cell>
31893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31894 \begin_inset Text
31895
31896 \begin_layout Standard
31897 width of letter 
31898 \emph on
31899 M
31900 \emph default
31901  in current font
31902 \end_layout
31903
31904 \end_inset
31905 </cell>
31906 </row>
31907 <row topline="true" bottomline="true">
31908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31909 \begin_inset Text
31910
31911 \begin_layout Standard
31912 mu
31913 \end_layout
31914
31915 \end_inset
31916 </cell>
31917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31918 \begin_inset Text
31919
31920 \begin_layout Standard
31921 math unit (1\InsetSpace \thinspace{}
31922 mu = 1/18\InsetSpace \thinspace{}
31923 em)
31924 \end_layout
31925
31926 \end_inset
31927 </cell>
31928 </row>
31929 </lyxtabular>
31930
31931 \end_inset
31932
31933
31934 \end_layout
31935
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Chapter
31942 Credits
31943 \begin_inset LatexCommand label
31944 name "cha:Credits"
31945
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \begin_layout Standard
31952 The documentation is a collaborative effort between many different people
31953  (and we would encourage people to contribute!).
31954 \end_layout
31955
31956 \begin_layout Itemize
31957
31958 \noun on
31959 Alejandro Aguilar Sierra
31960 \end_layout
31961
31962 \begin_layout Itemize
31963
31964 \noun on
31965 Amir Karger
31966 \end_layout
31967
31968 \begin_layout Itemize
31969
31970 \noun on
31971 David Johnson
31972 \end_layout
31973
31974 \begin_layout Itemize
31975
31976 \noun on
31977 Hartmut Haase
31978 \end_layout
31979
31980 \begin_layout Itemize
31981
31982 \noun on
31983 Ignacio García
31984 \end_layout
31985
31986 \begin_layout Itemize
31987
31988 \noun on
31989 Ivan Schreter
31990 \end_layout
31991
31992 \begin_layout Itemize
31993
31994 \noun on
31995 John Raithel
31996 \end_layout
31997
31998 \begin_layout Itemize
31999
32000 \noun on
32001 John Weiss
32002 \end_layout
32003
32004 \begin_layout Itemize
32005
32006 \noun on
32007 Lars Gullik Bjønnes
32008 \end_layout
32009
32010 \begin_layout Itemize
32011
32012 \noun on
32013 Matthias Ettrich
32014 \end_layout
32015
32016 \begin_layout Itemize
32017
32018 \noun on
32019 Matthias Zenker
32020 \end_layout
32021
32022 \begin_layout Itemize
32023
32024 \noun on
32025 Rich Fields
32026 \end_layout
32027
32028 \begin_layout Itemize
32029
32030 \noun on
32031 Pascal André
32032 \end_layout
32033
32034 \begin_layout Itemize
32035
32036 \noun on
32037 Paul Evans
32038 \end_layout
32039
32040 \begin_layout Itemize
32041
32042 \noun on
32043 Paul Russel
32044 \end_layout
32045
32046 \begin_layout Itemize
32047
32048 \noun on
32049 Robin Socha
32050 \end_layout
32051
32052 \begin_layout Itemize
32053
32054 \noun on
32055 Uwe Stöhr
32056 \end_layout
32057
32058 \begin_layout Itemize
32059 The LyX Team: 
32060 \begin_inset LatexCommand cite
32061 key "lyxcredit"
32062
32063 \end_inset
32064
32065
32066 \end_layout
32067
32068 \begin_layout Bibliography
32069 \begin_inset LatexCommand bibitem
32070 label "Credits"
32071 key "lyxcredit"
32072
32073 \end_inset
32074
32075 The LyX Team: 
32076 \begin_inset ERT
32077 status collapsed
32078
32079 \begin_layout Standard
32080
32081
32082 \backslash
32083 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
32084 \end_layout
32085
32086 \end_inset
32087
32088 Credits
32089 \begin_inset ERT
32090 status collapsed
32091
32092 \begin_layout Standard
32093
32094 }
32095 \end_layout
32096
32097 \end_inset
32098
32099
32100 \begin_inset Note Note
32101 status collapsed
32102
32103 \begin_layout Standard
32104 The command 
32105 \series bold
32106
32107 \backslash
32108 href
32109 \series default
32110  is explained in the 
32111 \emph on
32112 Extended Features
32113 \emph default
32114  manual.
32115  It creates a hyperlink.
32116 \end_layout
32117
32118 \end_inset
32119
32120
32121 \end_layout
32122
32123 \begin_layout Bibliography
32124 \begin_inset LatexCommand bibitem
32125 key "latexcompanion"
32126
32127 \end_inset
32128
32129 Frank Mittelbach and Michel Goossens: 
32130 \emph on
32131 The LaTeX Companion Second Edition.
32132
32133 \emph default
32134  Addison-Wesley, 2004
32135 \end_layout
32136
32137 \begin_layout Bibliography
32138 \begin_inset LatexCommand bibitem
32139 key "latexguide"
32140
32141 \end_inset
32142
32143 Helmut Kopka and Patrick W.
32144  Daly: 
32145 \emph on
32146 A Guide to LaTeX Fourth Edition.
32147
32148 \emph default
32149  Addison-Wesley, 2003
32150 \end_layout
32151
32152 \begin_layout Bibliography
32153 \begin_inset LatexCommand bibitem
32154 key "latexbook"
32155
32156 \end_inset
32157
32158 Leslie Lamport: 
32159 \emph on
32160 LaTeX: A Document Preparation System.
32161
32162 \emph default
32163  Addison-Wesley, second edition, 1994
32164 \end_layout
32165
32166 \begin_layout Bibliography
32167 \begin_inset LatexCommand bibitem
32168 key "texbook"
32169
32170 \end_inset
32171
32172 Donald E.
32173  Knuth.
32174  
32175 \emph on
32176 The TeXbook.
32177
32178 \emph default
32179  Addison-Wesley, 1984
32180 \end_layout
32181
32182 \begin_layout Bibliography
32183 \begin_inset LatexCommand bibitem
32184 key "TeXCatalogue"
32185
32186 \end_inset
32187
32188 The TeX Catalogue:
32189 \newline
32190
32191 \begin_inset LatexCommand url
32192 target "http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html"
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Bibliography
32200 \begin_inset LatexCommand bibitem
32201 key "LaTeXFAQ"
32202
32203 \end_inset
32204
32205
32206 \begin_inset LatexCommand url
32207 name "LaTeX FAQ"
32208 target "http://www.tex.ac.uk/cgi-bin/texfaq2html"
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Bibliography
32216 \begin_inset LatexCommand bibitem
32217 key "floatflt"
32218
32219 \end_inset
32220
32221
32222 \begin_inset ERT
32223 status collapsed
32224
32225 \begin_layout Standard
32226
32227
32228 \backslash
32229 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
32230 {
32231 \end_layout
32232
32233 \end_inset
32234
32235 Documentation
32236 \begin_inset ERT
32237 status collapsed
32238
32239 \begin_layout Standard
32240
32241 }
32242 \end_layout
32243
32244 \end_inset
32245
32246  of the LaTeX-package 
32247 \series bold
32248 floatflt
32249 \series default
32250
32251 \begin_inset LatexCommand index
32252 name "LaTeX-packages ! floatflt"
32253
32254 \end_inset
32255
32256
32257 \end_layout
32258
32259 \begin_layout Bibliography
32260 \begin_inset LatexCommand bibitem
32261 key "Arabic"
32262
32263 \end_inset
32264
32265
32266 \begin_inset ERT
32267 status collapsed
32268
32269 \begin_layout Standard
32270
32271
32272 \backslash
32273 href{http://wiki.lyx.org/Windows/Arabic}{
32274 \end_layout
32275
32276 \end_inset
32277
32278 Wiki-page
32279 \begin_inset ERT
32280 status collapsed
32281
32282 \begin_layout Standard
32283
32284 }
32285 \end_layout
32286
32287 \end_inset
32288
32289  how to set up LyX for Arabic
32290 \end_layout
32291
32292 \begin_layout Bibliography
32293 \begin_inset LatexCommand bibitem
32294 key "Armenian"
32295
32296 \end_inset
32297
32298
32299 \begin_inset ERT
32300 status collapsed
32301
32302 \begin_layout Standard
32303
32304
32305 \backslash
32306 href{http://wiki.lyx.org/Windows/Armenian}{
32307 \end_layout
32308
32309 \end_inset
32310
32311 Wiki-page
32312 \begin_inset ERT
32313 status collapsed
32314
32315 \begin_layout Standard
32316
32317 }
32318 \end_layout
32319
32320 \end_inset
32321
32322  how to set up LyX for Armenian
32323 \end_layout
32324
32325 \begin_layout Bibliography
32326 \begin_inset LatexCommand bibitem
32327 key "Farsi"
32328
32329 \end_inset
32330
32331
32332 \begin_inset ERT
32333 status collapsed
32334
32335 \begin_layout Standard
32336
32337
32338 \backslash
32339 href{http://wiki.lyx.org/Windows/Farsi}{
32340 \end_layout
32341
32342 \end_inset
32343
32344 Wiki-page
32345 \begin_inset ERT
32346 status collapsed
32347
32348 \begin_layout Standard
32349
32350 }
32351 \end_layout
32352
32353 \end_inset
32354
32355  how to set up LyX for Farsi
32356 \end_layout
32357
32358 \begin_layout Bibliography
32359 \begin_inset LatexCommand bibitem
32360 key "Hebrew"
32361
32362 \end_inset
32363
32364
32365 \begin_inset ERT
32366 status collapsed
32367
32368 \begin_layout Standard
32369
32370
32371 \backslash
32372 href{http://wiki.lyx.org/Windows/Hebrew}{
32373 \end_layout
32374
32375 \end_inset
32376
32377 Wiki-page
32378 \begin_inset ERT
32379 status collapsed
32380
32381 \begin_layout Standard
32382
32383 }
32384 \end_layout
32385
32386 \end_inset
32387
32388  how to set up LyX for Hebrew
32389 \end_layout
32390
32391 \begin_layout Standard
32392
32393 \series bold
32394 \begin_inset LatexCommand printindex
32395
32396 \end_inset
32397
32398
32399 \end_layout
32400
32401 \end_body
32402 \end_document