]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
UserGuide.lyx: complete revision to bring it up to date:
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.5.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % 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
69 % define a short command for \textvisiblespace
70 \newcommand{\spce}{\textvisiblespace}
71 \end_preamble
72 \options bibtotoc,idxtotoc,BCOR7mm
73 \language english
74 \inputencoding latin1
75 \font_roman default
76 \font_sans default
77 \font_typewriter default
78 \font_default_family default
79 \font_sc false
80 \font_osf false
81 \font_sf_scale 100
82 \font_tt_scale 100
83 \graphics default
84 \paperfontsize 12
85 \spacing single
86 \papersize default
87 \use_geometry false
88 \use_amsmath 1
89 \use_esint 0
90 \cite_engine basic
91 \use_bibtopic false
92 \paperorientation portrait
93 \secnumdepth 3
94 \tocdepth 3
95 \paragraph_separation indent
96 \defskip medskip
97 \quotes_language english
98 \papercolumns 1
99 \papersides 2
100 \paperpagestyle default
101 \tracking_changes false
102 \output_changes false
103 \author "" 
104 \author "" 
105 \end_header
106
107 \begin_body
108
109 \begin_layout Title
110 The LyX User's Guide
111 \end_layout
112
113 \begin_layout Author
114 by the LyX Team
115 \begin_inset Foot
116 status collapsed
117
118 \begin_layout Standard
119 \noindent
120 If you have comments or error corrections, please send them to the LyX Documenta
121 tion mailing list: 
122 \family typewriter
123 lyx-docs@lists.lyx.org
124 \end_layout
125
126 \end_inset
127
128
129 \newline
130
131 \newline
132 Version 1.5.2
133 \end_layout
134
135 \begin_layout Standard
136 \begin_inset Note Note
137 status open
138
139 \begin_layout Standard
140 To export this document as pdf, ps or dvi, the LaTeX-package 
141 \series bold
142 hyperref
143 \series default
144  has to be installed.
145 \end_layout
146
147 \begin_layout Standard
148 This package should be part of all popular LaTeX-distributions.
149 \end_layout
150
151 \end_inset
152
153
154 \end_layout
155
156 \begin_layout Standard
157 \begin_inset LatexCommand tableofcontents
158
159 \end_inset
160
161
162 \end_layout
163
164 \begin_layout Chapter
165 Getting Started
166 \end_layout
167
168 \begin_layout Section
169 What is LyX?
170 \end_layout
171
172 \begin_layout Standard
173 LyX is a document preparation system.
174  It is a tool for producing beautiful manuscripts, publishable books, business
175  letters and proposals, and even poetry.
176  It is unlike most other 
177 \begin_inset Quotes eld
178 \end_inset
179
180 word processors
181 \begin_inset Quotes erd
182 \end_inset
183
184  in the sense that it uses the paradigm of a markup language as its core
185  editing style.
186  That means that when you type a section header, you mark it as a 
187 \begin_inset Quotes eld
188 \end_inset
189
190 Section
191 \begin_inset Quotes erd
192 \end_inset
193
194 , not 
195 \begin_inset Quotes eld
196 \end_inset
197
198 Bold, 17 pt type, left justified, 5 mm space below
199 \begin_inset Quotes erd
200 \end_inset
201
202 .
203  LyX takes care of the typesetting for you, so you deal only with concepts,
204  not the mechanics.
205 \end_layout
206
207 \begin_layout Standard
208 This philosophy is explained in much greater detail in the 
209 \emph on
210
211 \begin_inset Quotes eld
212 \end_inset
213
214 Introduction
215 \begin_inset Quotes erd
216 \end_inset
217
218
219 \emph default
220 .
221  If you haven't read it yet, you need to.
222  Yes, we mean now.
223 \end_layout
224
225 \begin_layout Standard
226 The 
227 \begin_inset Quotes eld
228 \end_inset
229
230
231 \emph on
232 Introduction
233 \emph default
234
235 \begin_inset Quotes erd
236 \end_inset
237
238  describes several things in addition to LyX's philosophy: most importantly,
239  the format of all of the manuals.
240  If you don't read it, you'll have a bear of a time navigating this manual.
241  You might also be better served looking in one of the other manuals instead
242  of this one.
243  
244 \begin_inset Quotes eld
245 \end_inset
246
247
248 \emph on
249 Introduction
250 \emph default
251
252 \begin_inset Quotes erd
253 \end_inset
254
255  describes that, too.
256 \end_layout
257
258 \begin_layout Section
259 How LyX Looks
260 \end_layout
261
262 \begin_layout Standard
263 Like most applications, LyX has the familiar menu bar across the top of
264  its window.
265  Below it is a toolbar with a pulldown box and various buttons.
266  There is, of course, a vertical scrollbar and a main work area for editing
267  documents.
268  Near the bottom of the window is a small window containing a single line
269  of text.
270  This is the 
271 \emph on
272 minibuffer
273 \emph default
274 , which really means 
275 \begin_inset Quotes eld
276 \end_inset
277
278 command buffer
279 \begin_inset Quotes erd
280 \end_inset
281
282 .
283  Type 
284 \family sans
285 M-x
286 \family default
287  when you need to type a command in the minibuffer.
288 \end_layout
289
290 \begin_layout Standard
291 Note that there is no horizontal scroll bar.
292  This is not a bug or an oversight, but intentional.
293  When you read a book, you expect the end of a line to wrap around to the
294  next line.
295  Text overflows onto new pages in a vertical fashion, hence the need for
296  only a vertical scrollbar.
297  There are three cases where you might want a horizontal scrollbar.
298  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
299  This, however, is due
300  to a flaw in the routine that displays graphics on the LyX screen in a
301  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
302  as you'd need to rescale graphics to fit on a page.
303  The second and third cases are tables and equations which are wider than
304  the LyX window.
305  You can use the arrow keys to scroll horizontally through the table, but
306  this doesn't work for equations yet.
307 \end_layout
308
309 \begin_layout Standard
310 For a brief description of all LyX menus and toolbar buttons, have a look
311  at appendix\InsetSpace ~
312
313 \begin_inset LatexCommand ref
314 reference "cha:The-User-Interface"
315
316 \end_inset
317
318 .
319  Most of them are self-explanatory and you'll find them listed in the correspond
320 ing sections of this documentation.
321 \end_layout
322
323 \begin_layout Section
324 HELP
325 \end_layout
326
327 \begin_layout Standard
328 The help system consists of the LyX manuals.
329  You can read 
330 \emph on
331 all
332 \emph default
333  of the manuals from inside LyX.
334  Just select the manual you want read from the 
335 \family sans
336 Help
337 \family default
338  menu.
339 \end_layout
340
341 \begin_layout Section
342 Basic LyX Setup
343 \begin_inset LatexCommand label
344 name "sec:Basic-LyX-Setup"
345
346 \end_inset
347
348
349 \end_layout
350
351 \begin_layout Standard
352 There are several features of LyX that can be configured from inside LyX,
353  without resorting to configuration files.
354  First, LyX is able to inspect your system to see what programs, LaTeX document
355  classes and LaTeX packages are available.
356  It uses this knowledge to give reasonable defaults to several 
357 \family sans
358 Preferences
359 \family default
360  settings.
361  Although this configuration has already been done when LyX was installed
362  on your system, you might have some items that you installed locally, e.g.
363  new LaTeX classes, and which are not seen by LyX.
364  To force LyX to re-inspect your system, you should use 
365 \family sans
366 Edit\SpecialChar \menuseparator
367 Reconfigure
368 \family default
369 .
370  You should then restart LyX to ensure that the changes are taken into account.
371 \end_layout
372
373 \begin_layout Section
374 LaTeX Setup
375 \begin_inset LatexCommand label
376 name "sec:LaTeX-Setup"
377
378 \end_inset
379
380
381 \end_layout
382
383 \begin_layout Standard
384 LyX needs several LaTeX packages to work properly.
385  The packages found on the system by LyX are listed in the file 
386 \emph on
387 LaT
388 \emph default
389
390 \begin_inset ERT
391 status collapsed
392
393 \begin_layout Standard
394
395 {}
396 \end_layout
397
398 \end_inset
399
400
401 \emph on
402 eX\InsetSpace ~
403 Configuration
404 \emph default
405  that will be created when using the menu 
406 \family sans
407 Help\SpecialChar \menuseparator
408 LaT
409 \begin_inset ERT
410 status collapsed
411
412 \begin_layout Standard
413
414 {}
415 \end_layout
416
417 \end_inset
418
419 eX\InsetSpace ~
420 Configuration
421 \family default
422 .
423  You should install the required missing packages and then reconfigure LyX.
424 \begin_inset Note Note
425 status collapsed
426
427 \begin_layout Standard
428 The two braces in the ERT box prevent that the term 
429 \begin_inset Quotes eld
430 \end_inset
431
432 LaTeX
433 \begin_inset Quotes erd
434 \end_inset
435
436  is printed with sub- and superscript letters.
437  More on ERT is described in section 
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 
444 \begin_inset LatexCommand ref
445 reference "sub:LyX's-Proper-Names"
446
447 \end_inset
448
449 .
450 \end_layout
451
452 \end_inset
453
454
455 \end_layout
456
457 \begin_layout Chapter
458 How to work with LyX
459 \end_layout
460
461 \begin_layout Section
462 Basic File Operations
463 \begin_inset LatexCommand index
464 name "File Operations"
465
466 \end_inset
467
468
469 \end_layout
470
471 \begin_layout Standard
472 Under the 
473 \family sans
474 File
475 \family default
476  menu are basic operations for any word processor in addition to some more
477  advanced operations:
478 \end_layout
479
480 \begin_layout Itemize
481
482 \family sans
483 New
484 \end_layout
485
486 \begin_layout Itemize
487
488 \family sans
489 New\InsetSpace ~
490 from
491 \bar under
492 \InsetSpace ~
493
494 \bar default
495 Template
496 \end_layout
497
498 \begin_layout Itemize
499
500 \family sans
501 Open
502 \end_layout
503
504 \begin_layout Itemize
505
506 \family sans
507 Close
508 \end_layout
509
510 \begin_layout Itemize
511
512 \family sans
513 Save
514 \end_layout
515
516 \begin_layout Itemize
517
518 \family sans
519 Save\InsetSpace ~
520 As
521 \end_layout
522
523 \begin_layout Itemize
524
525 \family sans
526 Revert\InsetSpace ~
527 to\InsetSpace ~
528 saved
529 \end_layout
530
531 \begin_layout Itemize
532
533 \family sans
534 Version\InsetSpace ~
535 Control
536 \end_layout
537
538 \begin_layout Itemize
539
540 \family sans
541 Import
542 \end_layout
543
544 \begin_layout Itemize
545
546 \family sans
547 Export
548 \end_layout
549
550 \begin_layout Itemize
551
552 \family sans
553 Print
554 \end_layout
555
556 \begin_layout Itemize
557
558 \family sans
559 Exit
560 \end_layout
561
562 \begin_layout Standard
563 They all do pretty much the same thing as in other word processors, with
564  a few minor differences.
565  The 
566 \family sans
567 File\SpecialChar \menuseparator
568 New\InsetSpace ~
569 from
570 \bar under
571 \InsetSpace ~
572
573 \bar default
574 Template
575 \family default
576  command not only prompts you for a name for the new file, but also prompts
577  you for a template to use.
578  Selecting a template will automatically set certain layout features for
579  the document, features you would otherwise need to change manually.
580  They can be of use for certain classes, especially those for writing letters
581  (see sec.
582  
583 \begin_inset LatexCommand ref
584 reference "sec:doc-classes"
585
586 \end_inset
587
588 ).
589 \end_layout
590
591 \begin_layout Standard
592 Note: There is no 
593 \begin_inset Quotes eld
594 \end_inset
595
596 default file
597 \begin_inset Quotes erd
598 \end_inset
599
600  or document named 
601 \begin_inset Quotes eld
602 \end_inset
603
604 Untitled
605 \begin_inset Quotes erd
606 \end_inset
607
608  or 
609 \begin_inset Quotes eld
610 \end_inset
611
612 scratch.
613 \begin_inset Quotes erd
614 \end_inset
615
616  Unless you tell LyX to open a file or create a new one, that big, blank
617  space is just that --- a big, blank space.
618 \end_layout
619
620 \begin_layout Standard
621
622 \family sans
623 Revert\InsetSpace ~
624 to\InsetSpace ~
625 saved
626 \family default
627  and 
628 \family sans
629 Version\InsetSpace ~
630 Control
631 \family default
632  are is useful if more people work on the same document at the same time
633 \begin_inset Foot
634 status collapsed
635
636 \begin_layout Standard
637 If you plan to do this, you should check out the Version Control feature
638  in LyX also.
639  Read 
640 \emph on
641 Extended Features
642 \emph default
643 \SpecialChar \@.
644
645 \end_layout
646
647 \end_inset
648
649 .
650  
651 \family sans
652 Revert\InsetSpace ~
653 to\InsetSpace ~
654 saved
655 \family default
656  will reload the document from disk.
657  You can of course also use it if you regret that you changed a document
658  and want to restore it to the last save.
659  With
660 \family sans
661  Version\InsetSpace ~
662 Control 
663 \family default
664 you can there register the changes you made to a document so that others
665  can identify this as your changes.
666 \end_layout
667
668 \begin_layout Section
669 Basic Editing Features
670 \begin_inset LatexCommand index
671 name "Editing"
672
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Standard
679 Like most modern word processors, LyX can perform cut and paste operations
680  on blocks of text, can move by character, word, or screenful of text, and
681  can delete whole words as well as individual characters.
682  The next four sections cover the basic LyX editing features and how to
683  access them.
684  We'll start with cut and paste.
685 \end_layout
686
687 \begin_layout Standard
688 As you might expect, the 
689 \family sans
690 Edit
691 \family default
692  menu has the cut and paste commands, along with various other editing features.
693  Some of these are special and covered in later sections.
694  The basic ones are:
695 \end_layout
696
697 \begin_layout Itemize
698
699 \family sans
700 Cut
701 \end_layout
702
703 \begin_layout Itemize
704
705 \family sans
706 Copy
707 \end_layout
708
709 \begin_layout Itemize
710
711 \family sans
712 Paste
713 \end_layout
714
715 \begin_layout Itemize
716
717 \family sans
718 Paste\InsetSpace ~
719 Recent
720 \end_layout
721
722 \begin_layout Itemize
723
724 \family sans
725 Find\InsetSpace ~
726 &\InsetSpace ~
727 Replace
728 \end_layout
729
730 \begin_layout Standard
731 The first three are self-explanatory.
732  One thing to note: whenever you delete a block of text that you've selected,
733  it's automatically placed in the clipboard.
734  That is, the 
735 \family sans
736 Delete
737 \family default
738  and 
739 \family sans
740 Backspace
741 \family default
742  keys also functions as the 
743 \family sans
744 Cut
745 \family default
746  command.
747  Also, if you've selected text, be careful.
748  If you hit a key, LyX will completely delete the selected text and replace
749  it with what you just typed.
750  You'll have to do an 
751 \family sans
752 \bar under
753 U
754 \bar default
755 ndo
756 \family default
757  to get back the lost text.
758  The submenu of 
759 \family sans
760 Paste\InsetSpace ~
761 Recent
762 \family default
763  shows you a list with the last strings you have pasted.
764 \end_layout
765
766 \begin_layout Standard
767 The 
768 \family sans
769 Edit\SpecialChar \menuseparator
770 Find\InsetSpace ~
771 &\InsetSpace ~
772 Replace
773 \family default
774  item opens the 
775 \family sans
776 Find\InsetSpace ~
777 and\InsetSpace ~
778 Replace
779 \family default
780  dialog.
781  Once you've found a word or expression, LyX selects it.
782  Hitting the 
783 \family sans
784 Replace
785 \family default
786  button replaces the selected text with the contents of the 
787 \family sans
788 Replace\InsetSpace ~
789 with
790 \family default
791  field.
792  You can click the 
793 \family sans
794 Find\InsetSpace ~
795 Next
796 \family default
797  button to skip the current word.
798  Hit 
799 \family sans
800 Replace\InsetSpace ~
801 All
802 \family default
803  to replace all occurrences of the text in the document automatically.
804  The 
805 \family sans
806 Case\InsetSpace ~
807 sensitive
808 \family default
809  option can be used if you want the search to consider the case of the search
810  word.
811  If the toggle is set, searching for 
812 \begin_inset Quotes eld
813 \end_inset
814
815
816 \family typewriter
817 Test
818 \family default
819
820 \begin_inset Quotes erd
821 \end_inset
822
823  will not match the word 
824 \begin_inset Quotes eld
825 \end_inset
826
827
828 \family typewriter
829 test
830 \family default
831
832 \begin_inset Quotes erd
833 \end_inset
834
835 .
836  The 
837 \family sans
838 Match whole words only
839 \family default
840  option can be used to force LyX to only find complete words.
841  I.e., searching for 
842 \begin_inset Quotes eld
843 \end_inset
844
845
846 \family typewriter
847 star
848 \family default
849
850 \begin_inset Quotes erd
851 \end_inset
852
853  will not match 
854 \begin_inset Quotes eld
855 \end_inset
856
857
858 \family typewriter
859 starlet
860 \family default
861
862 \begin_inset Quotes erd
863 \end_inset
864
865 .
866 \end_layout
867
868 \begin_layout Section
869 Undo and Redo
870 \begin_inset LatexCommand index
871 name "Redo"
872
873 \end_inset
874
875
876 \begin_inset LatexCommand index
877 name "Undo"
878
879 \end_inset
880
881
882 \end_layout
883
884 \begin_layout Standard
885 If you make a mistake, you can easily recover from it.
886  LyX has a large-capacity undo/redo buffer.
887  Select 
888 \family sans
889 Edit\SpecialChar \menuseparator
890 Undo
891 \family default
892  to undo some mistake.
893  If you accidently undo too much, use 
894 \family sans
895 Edit\SpecialChar \menuseparator
896 Redo
897 \family default
898  to 
899 \begin_inset Quotes eld
900 \end_inset
901
902 undo the undo.
903 \begin_inset Quotes erd
904 \end_inset
905
906  The undo mechanism is currently limited to 100 steps to minimise memory
907  overhead.
908  
909 \end_layout
910
911 \begin_layout Standard
912 Notice that if you revert back all changes to arrive to the document as
913  it was last saved, the 
914 \begin_inset Quotes eld
915 \end_inset
916
917 changed
918 \begin_inset Quotes erd
919 \end_inset
920
921  status of the document is unfortunately not reset.
922  This is a consequence of the 100 step undo limit, above.
923 \end_layout
924
925 \begin_layout Standard
926 The 
927 \family sans
928 Undo
929 \family default
930  and 
931 \family sans
932 Redo
933 \family default
934  work on almost everything in LyX.
935  They have some quirks, too.
936  They won't 
937 \family sans
938 Undo
939 \family default
940  or 
941 \family sans
942 Redo
943 \family default
944  text character by character, but by blocks of text.
945  That can take some getting used to; you'll have to play with 
946 \family sans
947 Undo
948 \family default
949  and 
950 \family sans
951 Redo
952 \family default
953  to get a feel for just how much they'll undo/redo, and after time, you'll
954  surely appreciate how it works.
955 \end_layout
956
957 \begin_layout Section
958 Mouse Operations
959 \begin_inset LatexCommand index
960 name "Mouse Operations"
961
962 \end_inset
963
964
965 \end_layout
966
967 \begin_layout Standard
968 This are the most basic mouse operations.
969 \end_layout
970
971 \begin_layout Enumerate
972 Motion
973 \end_layout
974
975 \begin_deeper
976 \begin_layout Itemize
977 Click the 
978 \emph on
979 left mouse button
980 \emph default
981  once anywhere in the edit window.
982  The cursor moves to the text under the mouse.
983 \end_layout
984
985 \end_deeper
986 \begin_layout Enumerate
987 Selecting Text
988 \end_layout
989
990 \begin_deeper
991 \begin_layout Itemize
992 Hold down the 
993 \emph on
994 left mouse button
995 \emph default
996  and drag the mouse.
997  LyX marks the text between the old and new mouse positions.
998  Use 
999 \family sans
1000 Edit\SpecialChar \menuseparator
1001 Copy
1002 \family default
1003  to create a copy of the text in LyX's buffer (and the clipboard).
1004 \end_layout
1005
1006 \begin_layout Itemize
1007 Re-position the cursor and then paste the text back into LyX using 
1008 \family sans
1009 Edit\SpecialChar \menuseparator
1010 Paste
1011 \family default
1012 .
1013 \end_layout
1014
1015 \end_deeper
1016 \begin_layout Enumerate
1017 Insets (Footnotes, Notes, Floats, etc.)
1018 \end_layout
1019
1020 \begin_deeper
1021 \begin_layout Standard
1022
1023 \emph on
1024 Single click
1025 \emph default
1026  the left mouse button to open or close any of these.
1027  Right-click on them to set its properties.
1028  Also check the appropriate section of this manual for more details.
1029 \end_layout
1030
1031 \end_deeper
1032 \begin_layout Enumerate
1033 Tables
1034 \end_layout
1035
1036 \begin_deeper
1037 \begin_layout Standard
1038
1039 \emph on
1040 Single click
1041 \emph default
1042  the right mouse button to open a dialog that will allow you to manipulate
1043  the table.
1044 \end_layout
1045
1046 \end_deeper
1047 \begin_layout Section
1048 Basic Key Bindings
1049 \begin_inset LatexCommand label
1050 name "sec: key bindings"
1051
1052 \end_inset
1053
1054
1055 \begin_inset LatexCommand index
1056 name "Key Bindings"
1057
1058 \end_inset
1059
1060
1061 \end_layout
1062
1063 \begin_layout Standard
1064 We're not going to cover all of the keybindings.
1065  Be aware that there are at least two different primary binding maps: CUA
1066  and Emacs.
1067  LyX's default is CUA.
1068 \end_layout
1069
1070 \begin_layout Standard
1071 Some keys, like 
1072 \family sans
1073 Page\InsetSpace ~
1074 Up
1075 \family default
1076
1077 \family sans
1078 Page\InsetSpace ~
1079 Down
1080 \family default
1081
1082 \family sans
1083 Left
1084 \family default
1085
1086 \family sans
1087 Right
1088 \family default
1089
1090 \family sans
1091 Up
1092 \family default
1093 , and 
1094 \family sans
1095 Down
1096 \family default
1097 , do exactly what you expect them to do.
1098  Other keys don't:
1099 \end_layout
1100
1101 \begin_layout Labeling
1102 \labelwidthstring 00.00.0000
1103
1104 \family sans
1105 Tab
1106 \family default
1107  There is no such thing as a tab stop in LyX.
1108  If you don't understand this, go read Sections 
1109 \begin_inset LatexCommand ref
1110 reference "sec:parindentintro"
1111
1112 \end_inset
1113
1114  and 
1115 \begin_inset LatexCommand ref
1116 reference "sec:Paragraph-Environments"
1117
1118 \end_inset
1119
1120 , especially Section\InsetSpace ~
1121
1122 \begin_inset LatexCommand ref
1123 reference "sub:Lists"
1124
1125 \end_inset
1126
1127 , right now.
1128  Yes, right now.
1129  If you're still confused, look in the 
1130 \emph on
1131 Tutorial
1132 \emph default
1133 .
1134 \end_layout
1135
1136 \begin_layout Labeling
1137 \labelwidthstring 00.00.0000
1138
1139 \family sans
1140 Esc
1141 \family default
1142  This is the 
1143 \begin_inset Quotes eld
1144 \end_inset
1145
1146 cancel key.
1147 \begin_inset Quotes erd
1148 \end_inset
1149
1150  It's used, generically, to cancel operations.
1151  Other parts of the manual will go into greater detail about this.
1152 \end_layout
1153
1154 \begin_layout Labeling
1155 \labelwidthstring 00.00.0000
1156
1157 \family sans
1158 Home
1159 \family default
1160 \InsetSpace ~
1161 and\InsetSpace ~
1162
1163 \family sans
1164 End
1165 \family default
1166  These move the cursor, respectively, to the beginning and end of a line,
1167  unless you are using the Emacs bindings where they jump to the beginning
1168  or end of the file.
1169 \end_layout
1170
1171 \begin_layout Standard
1172 There are three modifier keys:
1173 \end_layout
1174
1175 \begin_layout Labeling
1176 \labelwidthstring 00.00.0000
1177
1178 \family sans
1179 Control
1180 \family default
1181  (Denoted by 
1182 \begin_inset Quotes eld
1183 \end_inset
1184
1185
1186 \family sans
1187 C
1188 \family default
1189
1190 \begin_inset Quotes erd
1191 \end_inset
1192
1193  in the documentation files) This has a couple of different uses, depending
1194  on which keys it's used in combination with:
1195 \end_layout
1196
1197 \begin_deeper
1198 \begin_layout Itemize
1199 With 
1200 \family sans
1201 Backspace
1202 \family default
1203  or 
1204 \family sans
1205 Delete
1206 \family default
1207 , it deletes an entire word instead of a single character.
1208 \end_layout
1209
1210 \begin_layout Itemize
1211 With 
1212 \family sans
1213 Left
1214 \family default
1215  and 
1216 \family sans
1217 Right
1218 \family default
1219 , it moves by words instead of characters.
1220 \end_layout
1221
1222 \begin_layout Itemize
1223 With 
1224 \family sans
1225 Home
1226 \family default
1227  and 
1228 \family sans
1229 End
1230 \family default
1231 , it moves to the beginning and the end of the document, respectively.
1232 \end_layout
1233
1234 \end_deeper
1235 \begin_layout Labeling
1236 \labelwidthstring 00.00.0000
1237
1238 \family sans
1239 Shift
1240 \family default
1241  (Denoted by 
1242 \begin_inset Quotes eld
1243 \end_inset
1244
1245
1246 \family sans
1247 S
1248 \family default
1249
1250 \begin_inset Quotes erd
1251 \end_inset
1252
1253  in the documentation files) Use this with any of the motion keys to select
1254  the text between the old and new cursor positions.
1255 \end_layout
1256
1257 \begin_layout Labeling
1258 \labelwidthstring 00.00.0000
1259
1260 \family sans
1261 Meta
1262 \family default
1263  (Denoted by 
1264 \begin_inset Quotes eld
1265 \end_inset
1266
1267
1268 \family sans
1269 M
1270 \family default
1271
1272 \begin_inset Quotes erd
1273 \end_inset
1274
1275  in the documentation files) This is the Alt key on many keyboards, unless
1276  your keyboard has a distinct Meta key.
1277  If you have you have both keys, you will need to try out which one actually
1278  performs the 
1279 \family sans
1280 Meta-
1281 \family default
1282  function.
1283  This key does many different things, but it also activates the 
1284 \emph on
1285 menu accelerator keys
1286 \emph default
1287 .
1288  If you use this in combination with any of the underlined letters in a
1289  menu or menu item, it selects that menu item.
1290 \end_layout
1291
1292 \begin_deeper
1293 \begin_layout Standard
1294 For example, the sequence 
1295 \begin_inset Quotes eld
1296 \end_inset
1297
1298
1299 \family sans
1300 M\InsetSpace ~
1301 e\InsetSpace ~
1302 s
1303 \family default
1304 \InsetSpace ~
1305
1306 \family sans
1307 c
1308 \family default
1309
1310 \begin_inset Quotes erd
1311 \end_inset
1312
1313  
1314 \family sans
1315 brings
1316 \family default
1317  up the 
1318 \begin_inset Quotes eld
1319 \end_inset
1320
1321 Text Style
1322 \begin_inset Quotes erd
1323 \end_inset
1324
1325  menu.
1326  Typing 
1327 \begin_inset Quotes eld
1328 \end_inset
1329
1330
1331 \family sans
1332 M\InsetSpace ~
1333 f
1334 \family default
1335
1336 \begin_inset Quotes erd
1337 \end_inset
1338
1339  opens the 
1340 \family sans
1341 File
1342 \family default
1343  menu.
1344 \end_layout
1345
1346 \begin_layout Standard
1347 There are also other things bound to the 
1348 \family sans
1349 Meta-
1350 \family default
1351  key, but you'll have to check in the 
1352 \emph on
1353 Reference
1354 \emph default
1355  
1356 \emph on
1357 manual
1358 \emph default
1359  for more info.
1360 \end_layout
1361
1362 \end_deeper
1363 \begin_layout Standard
1364 You'll learn more and more keybindings and short-cut keys as you use LyX,
1365  because most actions will prompt a small message in the status bar at the
1366  bottom of LyX's main window which describe the name of the action, you've
1367  just triggered, and any existing keybindings for that action.
1368  The notation for the keybindings is very similar to the notation used in
1369  this documentation, so you should not have any problems understanding it.
1370  However, notice that Shift-modifiers are explicitly mentioned, so 
1371 \family sans
1372
1373 \begin_inset Quotes eld
1374 \end_inset
1375
1376 M-p S-A
1377 \family default
1378
1379 \begin_inset Quotes erd
1380 \end_inset
1381
1382  means 
1383 \family sans
1384 Meta-p
1385 \family default
1386  followed by a capital 
1387 \family sans
1388 A
1389 \family default
1390 .
1391  
1392 \begin_inset Quotes eld
1393 \end_inset
1394
1395
1396 \family sans
1397 S-C-s
1398 \family default
1399
1400 \begin_inset Quotes erd
1401 \end_inset
1402
1403  means 
1404 \family sans
1405 Shift-Control-s
1406 \family default
1407 .
1408 \end_layout
1409
1410 \begin_layout Chapter
1411 LyX Basics
1412 \begin_inset LatexCommand index
1413 name "LyX ! Basics"
1414
1415 \end_inset
1416
1417
1418 \end_layout
1419
1420 \begin_layout Section
1421 Document Types
1422 \begin_inset LatexCommand index
1423 name "Document ! Types"
1424
1425 \end_inset
1426
1427
1428 \end_layout
1429
1430 \begin_layout Subsection
1431 Introduction
1432 \end_layout
1433
1434 \begin_layout Standard
1435 Before you do anything else, before you ever start writing a document, you
1436  need to decide what type of document you want to edit.
1437  Different types of documents use different types of spacing, headings,
1438  numbering schemes, and so on.
1439  Additionally, different documents use different paragraph environments,
1440  and format the title of your document differently.
1441 \end_layout
1442
1443 \begin_layout Standard
1444
1445 \emph on
1446 document class
1447 \emph default
1448  describes a group of properties common to a particular set of documents.
1449  By setting the document class, you automatically select these properties,
1450  making it easier to create the type of document you want.
1451  If you don't choose a document class, LyX picks one for you by default.
1452  So, it behooves you to change the class of your document.
1453 \end_layout
1454
1455 \begin_layout Standard
1456 Read on for info about the document classes you can choose from LyX, and
1457  how to adjust their properties.
1458 \end_layout
1459
1460 \begin_layout Subsection
1461 The Various Document Classes
1462 \begin_inset LatexCommand index
1463 name "Document ! Classes"
1464
1465 \end_inset
1466
1467
1468 \begin_inset LatexCommand label
1469 name "sec:doc-classes"
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \begin_layout Subsubsection
1477 Overview
1478 \end_layout
1479
1480 \begin_layout Standard
1481 There are four standard document classes in LyX.
1482  They are:
1483 \end_layout
1484
1485 \begin_layout Description
1486 Article for basic articles
1487 \end_layout
1488
1489 \begin_layout Description
1490 Report for basic reports
1491 \end_layout
1492
1493 \begin_layout Description
1494 Book for writing a book
1495 \end_layout
1496
1497 \begin_layout Description
1498 Letter for US-style letters
1499 \end_layout
1500
1501 \begin_layout Standard
1502 There are also some non-standard classes, which LyX only uses if you have
1503  installed them.
1504  Here are some of the classes, the full list with detailed explanations
1505  can be found in chapter 
1506 \emph on
1507 Special Document Classes
1508 \emph default
1509  in the 
1510 \emph on
1511 Extended Features
1512 \emph default
1513  manual:
1514 \end_layout
1515
1516 \begin_layout Description
1517 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1518 \end_layout
1519
1520 \begin_layout Description
1521 AAST
1522 \family sans
1523
1524 \begin_inset ERT
1525 status collapsed
1526
1527 \begin_layout Standard
1528
1529 {}
1530 \end_layout
1531
1532 \end_inset
1533
1534
1535 \family default
1536 eX For submissions to the journals published by the American Astronomical
1537  Society
1538 \end_layout
1539
1540 \begin_layout Description
1541 AMS Layouts for articles and books in the style and format used by the American
1542  Mathematical Society (AMS).
1543  There are three article layouts available.
1544  The standard one uses a typical numbering scheme for theorems etc., that
1545  prepends the section number to the number of the result.
1546  All result-type statements (propositions, corollaries, and so on) are sequenced
1547  together, but definitions, examples, and the like have their own sequence.
1548  The 
1549 \begin_inset Quotes eld
1550 \end_inset
1551
1552 sequential numbering
1553 \begin_inset Quotes erd
1554 \end_inset
1555
1556  scheme does not place the section number with each result, but numbers
1557  them throughout the article in a single sequence.
1558  Each type of result gets its own sequence.
1559  There is also a layout that dispenses with numbering of statements altogether.
1560 \end_layout
1561
1562 \begin_layout Description
1563 Beamer Layout for presentations
1564 \end_layout
1565
1566 \begin_layout Description
1567 broadway Layout for writing plays.
1568  It is not an existing LaTeX document class, but a new one which is distributed
1569  with LyX.
1570 \end_layout
1571
1572 \begin_layout Description
1573 curiculum\InsetSpace ~
1574 vitae classes to create curriculum vitaes
1575 \end_layout
1576
1577 \begin_layout Description
1578 Dinbrief Letters in format of the german DIN (german industry norm)
1579 \end_layout
1580
1581 \begin_layout Description
1582 dtk Layout for 
1583 \family typewriter
1584 Die TeXnische Komödie
1585 \family default
1586 , the journal of the german TeX user Group (Dante)
1587 \end_layout
1588
1589 \begin_layout Description
1590 Elsevier Layout for journals of the Elsevier publishing group
1591 \end_layout
1592
1593 \begin_layout Description
1594 Foils Used to make transparencies
1595 \end_layout
1596
1597 \begin_layout Description
1598 g-brief Letters in format of the german DIN (german industry norm)
1599 \end_layout
1600
1601 \begin_layout Description
1602 hollywood Used to type spec scripts for the US film industry.
1603  It is not an existing LaTeX document class, but a new one which is distributed
1604  with LyX.
1605 \end_layout
1606
1607 \begin_layout Description
1608 IEEEtran Layout for the journals published by the Institute of Electrical
1609  and Electronics Engineers (IEEE)
1610 \end_layout
1611
1612 \begin_layout Description
1613 IOP Layout for journals of the Institute of Physics publishing group
1614 \end_layout
1615
1616 \begin_layout Description
1617 Kluwer Layout for journals of the Kluwer publishing group
1618 \end_layout
1619
1620 \begin_layout Description
1621 koma-script a replacement for the standard classes, offers many useful features
1622  like caption formatting, automatic print space calculation etc.
1623 \end_layout
1624
1625 \begin_layout Description
1626 Memoir another replacement for the standard classes
1627 \end_layout
1628
1629 \begin_layout Description
1630 paper Used with the 
1631 \family typewriter
1632 paper
1633 \family default
1634  LaTeX document class
1635 \end_layout
1636
1637 \begin_layout Description
1638 Powerdot Layout for presentations
1639 \end_layout
1640
1641 \begin_layout Description
1642 REVTe
1643 \begin_inset ERT
1644 status collapsed
1645
1646 \begin_layout Standard
1647
1648 {}
1649 \end_layout
1650
1651 \end_inset
1652
1653 X is used to write articles for the publications of the American Physical
1654  Society (APS), American Institute of Physics (AIP), and Optical Society
1655  of America (OSA).
1656  This class is not completely compatible with all LyX features.
1657 \end_layout
1658
1659 \begin_layout Description
1660 Slides Used to make transparencies
1661 \end_layout
1662
1663 \begin_layout Description
1664 SPIE\InsetSpace ~
1665 Proceedings Layout for the journals published by The International Society
1666  for Optical Engineering (SPIE)
1667 \end_layout
1668
1669 \begin_layout Description
1670 Springer Layouts for journals of the Springer publishing group
1671 \end_layout
1672
1673 \begin_layout Description
1674 TUGboat Layout for 
1675 \family typewriter
1676 TUGboat
1677 \family default
1678 , the journal of the international TeX user Group (TUG)
1679 \end_layout
1680
1681 \begin_layout Standard
1682 We won't go into any detail about how to use these different document classes
1683  here.
1684  You can find all the details about the non-standard classes in the 
1685 \emph on
1686 Extended Editing
1687 \emph default
1688  manual.
1689  Here, we will settle with a list of some of the common properties of all
1690  of the document classes.
1691 \end_layout
1692
1693 \begin_layout Subsubsection
1694 Selecting a Class
1695 \end_layout
1696
1697 \begin_layout Standard
1698 You can select a class using the 
1699 \family sans
1700 Document\SpecialChar \menuseparator
1701 Settings
1702 \family default
1703  dialog.
1704  Select the class you want to use, and make any fine tunings of the options
1705  you may need.
1706 \end_layout
1707
1708 \begin_layout Subsubsection
1709 Properties
1710 \end_layout
1711
1712 \begin_layout Standard
1713 Each class has a default set of options.
1714  Here's a quick table describing them:
1715 \end_layout
1716
1717 \begin_layout Standard
1718 \begin_inset VSpace 0.3cm
1719 \end_inset
1720
1721
1722 \end_layout
1723
1724 \begin_layout Standard
1725 \align center
1726 \begin_inset Tabular
1727 <lyxtabular version="3" rows="5" columns="5">
1728 <features>
1729 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1730 <column alignment="center" valignment="top" leftline="true" width="0pt">
1731 <column alignment="center" valignment="top" leftline="true" width="0pt">
1732 <column alignment="center" valignment="top" leftline="true" width="0pt">
1733 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1734 <row topline="true" bottomline="true">
1735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1736 \begin_inset Text
1737
1738 \begin_layout Standard
1739
1740 \end_layout
1741
1742 \end_inset
1743 </cell>
1744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Standard
1748
1749 \family sans
1750 \series medium
1751 \shape up
1752 \size normal
1753 \emph off
1754 \bar no
1755 \noun off
1756 \color none
1757 Pagestyle
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Standard
1766
1767 \family sans
1768 \series medium
1769 \shape up
1770 \size normal
1771 \emph off
1772 \bar no
1773 \noun off
1774 \color none
1775 Sides
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Standard
1784
1785 \family sans
1786 \series medium
1787 \shape up
1788 \size normal
1789 \emph off
1790 \bar no
1791 \noun off
1792 \color none
1793 Columns
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Standard
1802
1803 \series medium
1804 \shape up
1805 \size normal
1806 \emph off
1807 \bar no
1808 \noun off
1809 \color none
1810 Max.
1811  sectioning level
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 </row>
1817 <row topline="true">
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Standard
1822
1823 \series medium
1824 \shape up
1825 \size normal
1826 \emph off
1827 \bar no
1828 \noun off
1829 \color none
1830 article
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Standard
1839
1840 \family sans
1841 \series medium
1842 \shape up
1843 \size normal
1844 \emph off
1845 \bar no
1846 \noun off
1847 \color none
1848 Plain
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Standard
1857
1858 \family sans
1859 \series medium
1860 \shape up
1861 \size normal
1862 \emph off
1863 \bar no
1864 \noun off
1865 \color none
1866 One
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Standard
1875
1876 \family sans
1877 \series medium
1878 \shape up
1879 \size normal
1880 \emph off
1881 \bar no
1882 \noun off
1883 \color none
1884 One
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Standard
1893
1894 \family sans
1895 \series medium
1896 \shape up
1897 \size normal
1898 \emph off
1899 \bar no
1900 \noun off
1901 \color none
1902 Section
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 </row>
1908 <row topline="true">
1909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Standard
1913
1914 \series medium
1915 \shape up
1916 \size normal
1917 \emph off
1918 \bar no
1919 \noun off
1920 \color none
1921 report
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1927 \begin_inset Text
1928
1929 \begin_layout Standard
1930
1931 \family sans
1932 \series medium
1933 \shape up
1934 \size normal
1935 \emph off
1936 \bar no
1937 \noun off
1938 \color none
1939 Plain
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Standard
1948
1949 \family sans
1950 \series medium
1951 \shape up
1952 \size normal
1953 \emph off
1954 \bar no
1955 \noun off
1956 \color none
1957 One
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Standard
1966
1967 \family sans
1968 \series medium
1969 \shape up
1970 \size normal
1971 \emph off
1972 \bar no
1973 \noun off
1974 \color none
1975 One
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Standard
1984
1985 \family sans
1986 \series medium
1987 \shape up
1988 \size normal
1989 \emph off
1990 \bar no
1991 \noun off
1992 \color none
1993 Chapter
1994 \end_layout
1995
1996 \end_inset
1997 </cell>
1998 </row>
1999 <row topline="true">
2000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2001 \begin_inset Text
2002
2003 \begin_layout Standard
2004
2005 \series medium
2006 \shape up
2007 \size normal
2008 \emph off
2009 \bar no
2010 \noun off
2011 \color none
2012 book
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2018 \begin_inset Text
2019
2020 \begin_layout Standard
2021
2022 \family sans
2023 \series medium
2024 \shape up
2025 \size normal
2026 \emph off
2027 \bar no
2028 \noun off
2029 \color none
2030 Headings
2031 \end_layout
2032
2033 \end_inset
2034 </cell>
2035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2036 \begin_inset Text
2037
2038 \begin_layout Standard
2039
2040 \family sans
2041 \series medium
2042 \shape up
2043 \size normal
2044 \emph off
2045 \bar no
2046 \noun off
2047 \color none
2048 Two
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Standard
2057
2058 \family sans
2059 \series medium
2060 \shape up
2061 \size normal
2062 \emph off
2063 \bar no
2064 \noun off
2065 \color none
2066 One
2067 \end_layout
2068
2069 \end_inset
2070 </cell>
2071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2072 \begin_inset Text
2073
2074 \begin_layout Standard
2075
2076 \family sans
2077 \series medium
2078 \shape up
2079 \size normal
2080 \emph off
2081 \bar no
2082 \noun off
2083 \color none
2084 Chapter
2085 \end_layout
2086
2087 \end_inset
2088 </cell>
2089 </row>
2090 <row topline="true" bottomline="true">
2091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2092 \begin_inset Text
2093
2094 \begin_layout Standard
2095
2096 \series medium
2097 \shape up
2098 \size normal
2099 \emph off
2100 \bar no
2101 \noun off
2102 \color none
2103 letter
2104 \end_layout
2105
2106 \end_inset
2107 </cell>
2108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2109 \begin_inset Text
2110
2111 \begin_layout Standard
2112
2113 \family sans
2114 \series medium
2115 \shape up
2116 \size normal
2117 \emph off
2118 \bar no
2119 \noun off
2120 \color none
2121 Plain
2122 \end_layout
2123
2124 \end_inset
2125 </cell>
2126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2127 \begin_inset Text
2128
2129 \begin_layout Standard
2130
2131 \family sans
2132 \series medium
2133 \shape up
2134 \size normal
2135 \emph off
2136 \bar no
2137 \noun off
2138 \color none
2139 One
2140 \end_layout
2141
2142 \end_inset
2143 </cell>
2144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Standard
2148
2149 \family sans
2150 \series medium
2151 \shape up
2152 \size normal
2153 \emph off
2154 \bar no
2155 \noun off
2156 \color none
2157 One
2158 \end_layout
2159
2160 \end_inset
2161 </cell>
2162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2163 \begin_inset Text
2164
2165 \begin_layout Standard
2166
2167 \series medium
2168 \shape up
2169 \size normal
2170 \emph off
2171 \bar no
2172 \noun off
2173 \color none
2174 none
2175 \end_layout
2176
2177 \end_inset
2178 </cell>
2179 </row>
2180 </lyxtabular>
2181
2182 \end_inset
2183
2184
2185 \end_layout
2186
2187 \begin_layout Standard
2188 \begin_inset VSpace 0.3cm
2189 \end_inset
2190
2191
2192 \end_layout
2193
2194 \begin_layout Standard
2195 You're probably also wondering what 
2196 \begin_inset Quotes eld
2197 \end_inset
2198
2199 Max.\InsetSpace ~
2200 sectioning level
2201 \begin_inset Quotes erd
2202 \end_inset
2203
2204  means.
2205  There are several paragraph environments used to create section headings.
2206  Different document classes allow different types of section headings.
2207  Only two use the 
2208 \family sans
2209 Chapter
2210 \family default
2211  heading; the rest do not and begin instead with the 
2212 \family sans
2213 Section
2214 \family default
2215  heading.
2216  Some document classes, such as the ones for letters, don't use any section
2217  headings.
2218  In addition to 
2219 \family sans
2220 Chapter
2221 \family default
2222  and 
2223 \family sans
2224 Section
2225 \family default
2226  headings, there are also 
2227 \family sans
2228 Subsection
2229 \family default
2230  headings, 
2231 \family sans
2232 Subsubsection
2233 \family default
2234  headings, and so on.
2235  We'll describe these headings fully in section 
2236 \begin_inset LatexCommand ref
2237 reference "sub:Headings"
2238
2239 \end_inset
2240
2241 .
2242 \end_layout
2243
2244 \begin_layout Subsection
2245 Document Layout
2246 \begin_inset LatexCommand index
2247 name "Document !  Layout"
2248
2249 \end_inset
2250
2251
2252 \end_layout
2253
2254 \begin_layout Standard
2255 The most important properties of documents classes are set in the menu 
2256 \family sans
2257 Document\SpecialChar \menuseparator
2258 Settings
2259 \family default
2260 .
2261 \end_layout
2262
2263 \begin_layout Standard
2264 In the 
2265 \family sans
2266 Options
2267 \family default
2268  field, you can enter special options for your document class in a comma-separat
2269 ed list.
2270  This is only necessary if LyX doesn't support special options you want
2271  to use for your document.
2272  To learn more about your favorite LaTeX-class and its options, you have
2273  to read its manual.
2274 \end_layout
2275
2276 \begin_layout Standard
2277 The 
2278 \family sans
2279 Pagestyle
2280 \family default
2281  controls what sorts of headings and page numbers go on a page.
2282  You can choose between the following five options:
2283 \end_layout
2284
2285 \begin_layout Labeling
2286 \labelwidthstring 00.00.0000
2287
2288 \family sans
2289 Default
2290 \family default
2291  Use default pagestyle of current class.
2292 \end_layout
2293
2294 \begin_layout Labeling
2295 \labelwidthstring 00.00.0000
2296
2297 \family sans
2298 Empty
2299 \family default
2300  No page numbers or headings.
2301 \end_layout
2302
2303 \begin_layout Labeling
2304 \labelwidthstring 00.00.0000
2305
2306 \family sans
2307 Plain
2308 \family default
2309  Page numbers only.
2310 \end_layout
2311
2312 \begin_layout Labeling
2313 \labelwidthstring 00.00.0000
2314
2315 \family sans
2316 Headings
2317 \family default
2318  Page numbers and either the current chapter or section title and number.
2319  Whether LyX uses the current chapter or the current section depends on
2320  the maximum sectioning level of the class.
2321 \end_layout
2322
2323 \begin_layout Labeling
2324 \labelwidthstring 00.00.0000
2325
2326 \family sans
2327 Fancy
2328 \family default
2329  This allows you to create fully customizable headers and footers if you
2330  have the 
2331 \family sans
2332 fancyhdr
2333 \family default
2334  package installed.
2335  At the moment, support in LyX is limited to this setting.
2336  To use the full power of this package, you have to resort to magic codes
2337  in your preamble.
2338  Check the documentation for the 
2339 \family sans
2340 fancyhdr
2341 \family default
2342  package for more details.
2343 \end_layout
2344
2345 \begin_layout Standard
2346 The 
2347 \family sans
2348 Separation
2349 \family default
2350  of paragraphs is described in sec.
2351 \begin_inset Formula $\,$
2352 \end_inset
2353
2354
2355 \begin_inset LatexCommand ref
2356 reference "sec:parindentintro"
2357
2358 \end_inset
2359
2360 .
2361 \end_layout
2362
2363 \begin_layout Subsection
2364 Paper Size and Orientation
2365 \begin_inset LatexCommand index
2366 name "Document ! Paper size"
2367
2368 \end_inset
2369
2370
2371 \begin_inset LatexCommand label
2372 name "sub:Paper-Size,-Orientation,"
2373
2374 \end_inset
2375
2376
2377 \end_layout
2378
2379 \begin_layout Standard
2380 You'll find the following options in the menu 
2381 \family sans
2382 Paper
2383 \family default
2384  of the dialog of the 
2385 \family sans
2386 Document\SpecialChar \menuseparator
2387 Settings
2388 \family default
2389  menu:
2390 \end_layout
2391
2392 \begin_layout Labeling
2393 \labelwidthstring 00.00.0000
2394
2395 \family sans
2396 Papersize
2397 \family default
2398  What size paper to print on.
2399  The choices are
2400 \end_layout
2401
2402 \begin_layout Itemize
2403
2404 \family sans
2405 Default
2406 \end_layout
2407
2408 \begin_layout Itemize
2409
2410 \family sans
2411 A3, A4,
2412 \family default
2413  
2414 \family sans
2415 A5
2416 \end_layout
2417
2418 \begin_layout Itemize
2419
2420 \family sans
2421 B3, B4, B5
2422 \end_layout
2423
2424 \begin_layout Itemize
2425
2426 \family sans
2427 US letter
2428 \end_layout
2429
2430 \begin_layout Itemize
2431
2432 \family sans
2433 US legal
2434 \end_layout
2435
2436 \begin_layout Itemize
2437
2438 \family sans
2439 US executive
2440 \end_layout
2441
2442 \begin_layout Itemize
2443
2444 \family sans
2445 Custom
2446 \end_layout
2447
2448 \begin_layout Labeling
2449 \labelwidthstring 00.00.0000
2450
2451 \family sans
2452 Orientation
2453 \family default
2454  Two toggle buttons choose whether to print the output as 
2455 \family sans
2456 Landscape
2457 \family default
2458  or as 
2459 \family sans
2460 Portrait
2461 \family default
2462 .
2463 \end_layout
2464
2465 \begin_layout Standard
2466 There are also two check-boxes in the menu:
2467 \end_layout
2468
2469 \begin_layout Labeling
2470 \labelwidthstring 00.00.0000
2471
2472 \family sans
2473 Two-column\InsetSpace ~
2474 document
2475 \family default
2476  Prints the document in two columns per page.
2477  Note that LyX won't show two columns on screen.
2478  That's impractical, often unreadable, and not part of the WYSIWYM concept.
2479  However, there will be two columns in the generated output.
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484
2485 \family sans
2486 Two-sided\InsetSpace ~
2487 document
2488 \family default
2489  Adjusts the print space to print both sides of paper.
2490  That means that the print space for odd- and even-numbered pages is different.
2491 \end_layout
2492
2493 \begin_layout Subsection
2494 Margins
2495 \begin_inset LatexCommand index
2496 name "Document ! Margins"
2497
2498 \end_inset
2499
2500
2501 \begin_inset LatexCommand label
2502 name "sub:Margins"
2503
2504 \end_inset
2505
2506
2507 \end_layout
2508
2509 \begin_layout Standard
2510 Paper margins are set in the menu 
2511 \family sans
2512 Document\SpecialChar \menuseparator
2513 Settings
2514 \family default
2515 .
2516 \end_layout
2517
2518 \begin_layout Standard
2519 If you use a koma-script document class, you can use the default settings.
2520  Because koma-script calculates then the printspace automatically by taking
2521  the paper format and the font size into consideration.
2522 \end_layout
2523
2524 \begin_layout Subsection
2525 Important Note
2526 \end_layout
2527
2528 \begin_layout Standard
2529 If you change a document class, LyX has to convert 
2530 \emph on
2531 everything
2532 \emph default
2533  into the new class.
2534  That includes the paragraph environments.
2535  Some paragraph environments are standard; all of the document classes have
2536  them; but some classes have special paragraph environments.
2537  If this is the case, and you change the document class, LyX sets the missing
2538  paragraph environments to 
2539 \family sans
2540 Standard
2541 \family default
2542  and places an error box at the beginning of the paragraph.
2543  Just click on them and you'll get a message dialog that tells you about
2544  the conversion and why it failed.
2545 \end_layout
2546
2547 \begin_layout Section
2548 Paragraph Indentation and Separation
2549 \begin_inset LatexCommand index
2550 name "Paragraph ! Indentation"
2551
2552 \end_inset
2553
2554
2555 \end_layout
2556
2557 \begin_layout Subsection
2558 Introduction
2559 \begin_inset LatexCommand label
2560 name "sec:parindentintro"
2561
2562 \end_inset
2563
2564
2565 \end_layout
2566
2567 \begin_layout Standard
2568 Before describing all of the various paragraph environments, we'd like to
2569  say a word or two about paragraph indentation.
2570 \end_layout
2571
2572 \begin_layout Standard
2573 Everyone seems to have their own convention for separating paragraphs.
2574  Most Americans indent the first line of a paragraph.
2575  Others don't indent but put extra space between the paragraphs.
2576  If you choose indentation for paragraphs the 
2577 \emph on
2578 first
2579 \emph default
2580  paragraph of a section, or after a figure, an equation, a table, a list,
2581  etc., is 
2582 \emph on
2583 not
2584 \emph default
2585  indented.
2586  Only a paragraph following another paragraph gets indented.
2587  Note that the indentation behaviour is different when you use another document
2588  language than English.
2589  LaTeX takes care that the indentation follows the rules of the used language.
2590 \end_layout
2591
2592 \begin_layout Standard
2593 The space between paragraphs, like the line spacing, the space between headings
2594  and text --- in fact, all of the spacings for just about everything are
2595  pre-coded into LyX.
2596  As we said, you don't worry about how much space to add between what.
2597  LyX takes care of that.
2598  In fact, these pre-coded vertical spacings aren't a single number but a
2599  range.
2600  That way, LyX can squish or stretch the space between lines to make sure
2601  figures fit on a page with text, so that sections don't start at the bottom
2602  of a page, and so on.
2603 \begin_inset Foot
2604 status collapsed
2605
2606 \begin_layout Standard
2607 LaTeX does this when LyX goes to produce a printable file.
2608 \end_layout
2609
2610 \end_inset
2611
2612  However, pre-coded doesn't mean you can't change them.
2613  LyX gives you the ability to globally change 
2614 \emph on
2615 all
2616 \emph default
2617  of these pre-coded spacings.
2618  We'll explain more later.
2619 \end_layout
2620
2621 \begin_layout Subsection
2622 Global Indentation
2623 \end_layout
2624
2625 \begin_layout Standard
2626 To select the default method of separating paragraphs, select 
2627 \family sans
2628 Indent
2629 \family default
2630  or 
2631 \family sans
2632 Skip
2633 \family default
2634  in the submenu 
2635 \family sans
2636 Text\InsetSpace ~
2637 Layout
2638 \family default
2639  of the dialog 
2640 \family sans
2641 Document\SpecialChar \menuseparator
2642 Settings
2643 \family default
2644  to indent paragraphs or add extra space between paragraphs, respectively.
2645 \end_layout
2646
2647 \begin_layout Subsection
2648 Fine-Tuning
2649 \end_layout
2650
2651 \begin_layout Standard
2652 You can also change the separation method of a single paragraph.
2653  Open the 
2654 \family sans
2655 Edit\SpecialChar \menuseparator
2656 Paragraph Settings
2657 \family default
2658  dialog and toggle the 
2659 \family sans
2660 Don't indent
2661 \family default
2662  button to change the state of the current paragraph.
2663  If paragraphs have no indentation but use extra space for separation, this
2664  button will be ignored (you can't indent a single paragraph by toggling
2665  this).
2666 \end_layout
2667
2668 \begin_layout Standard
2669 You should only need to change the indentation method for a single paragraph
2670  if you need to do some fine-tuning.
2671 \end_layout
2672
2673 \begin_layout Subsection
2674 Line Spacing
2675 \begin_inset LatexCommand index
2676 name "Paragraph ! Line spacing"
2677
2678 \end_inset
2679
2680
2681 \end_layout
2682
2683 \begin_layout Standard
2684 In the 
2685 \family sans
2686 Document\SpecialChar \menuseparator
2687 Settings
2688 \family default
2689  dialog you can set the spacing in the submenu 
2690 \family sans
2691 Text\InsetSpace ~
2692 Layout.
2693
2694 \family default
2695  You need to have the LaTeX-package 
2696 \family sans
2697 setspace
2698 \family default
2699  installed to use this feature.
2700 \end_layout
2701
2702 \begin_layout Section
2703 Paragraph Environments
2704 \begin_inset LatexCommand index
2705 name "Paragraph ! Environments"
2706
2707 \end_inset
2708
2709
2710 \begin_inset LatexCommand label
2711 name "sec:Paragraph-Environments"
2712
2713 \end_inset
2714
2715
2716 \begin_inset LatexCommand index
2717 name "Paragraph environments|("
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \begin_layout Subsection
2725 Overview
2726 \end_layout
2727
2728 \begin_layout Standard
2729 The paragraph environments correspond to the various
2730 \end_layout
2731
2732 \begin_layout Standard
2733
2734 \family typewriter
2735
2736 \backslash
2737 begin{
2738 \family default
2739 \emph on
2740 environment
2741 \family typewriter
2742 \emph default
2743 } ...
2744  
2745 \backslash
2746 end{
2747 \family default
2748 \emph on
2749 environment
2750 \family typewriter
2751 \emph default
2752 }
2753 \family default
2754
2755 \newline
2756 command sequences in an ordinary LaTeX file.
2757  If you don't know LaTeX, or the concept of a paragraph environment is totally
2758  alien to you, we urge you to read the 
2759 \emph on
2760 Tutorial
2761 \emph default
2762 .
2763  The 
2764 \emph on
2765 Tutorial
2766 \emph default
2767  also contains many more examples than this section does.
2768 \end_layout
2769
2770 \begin_layout Standard
2771 A paragraph environment is simply a 
2772 \begin_inset Quotes eld
2773 \end_inset
2774
2775 container
2776 \begin_inset Quotes erd
2777 \end_inset
2778
2779  for a paragraph which gives that paragraph certain properties.
2780  This can include a particular style of font, different margins, a numbering
2781  scheme, labels, and so on.
2782  Additionally, you can 
2783 \begin_inset Quotes eld
2784 \end_inset
2785
2786 nest
2787 \begin_inset Quotes erd
2788 \end_inset
2789
2790  the different environments inside one another, allowing one environment
2791  to inherit some of the properties of another.
2792  The different paragraph environments totally replace the need for messy
2793  tab stops, on the fly margin adjustment, and other hold-overs from the
2794  days of typewriters.
2795  There are several paragraph environments which are specific to a particular
2796  document type.
2797  We'll only be covering the most common ones here.
2798 \end_layout
2799
2800 \begin_layout Standard
2801 To choose a new paragraph environment, use the pull-down box on the left
2802  end of the toolbar.
2803  LyX will change the environment of the 
2804 \emph on
2805 entire
2806 \emph default
2807  paragraph in which the cursor sits.
2808  You can also change the environment of an entire group of paragraphs if
2809  you select them before choosing the new environment.
2810  
2811 \end_layout
2812
2813 \begin_layout Standard
2814 Note that hitting 
2815 \family sans
2816 Return
2817 \family default
2818  will 
2819 \emph on
2820 typically
2821 \emph default
2822  create a new paragraph using the 
2823 \family sans
2824 Standard
2825 \family default
2826  paragraph environment.
2827  We say 
2828 \begin_inset Quotes eld
2829 \end_inset
2830
2831 typically
2832 \begin_inset Quotes erd
2833 \end_inset
2834
2835  because if you are in one of these environments:
2836 \end_layout
2837
2838 \begin_layout Itemize
2839
2840 \family sans
2841 Quote
2842 \end_layout
2843
2844 \begin_layout Itemize
2845
2846 \family sans
2847 Quotation
2848 \end_layout
2849
2850 \begin_layout Itemize
2851
2852 \family sans
2853 Verse
2854 \end_layout
2855
2856 \begin_layout Itemize
2857
2858 \family sans
2859 Itemize
2860 \end_layout
2861
2862 \begin_layout Itemize
2863
2864 \family sans
2865 Enumerate
2866 \end_layout
2867
2868 \begin_layout Itemize
2869
2870 \family sans
2871 Description
2872 \end_layout
2873
2874 \begin_layout Itemize
2875
2876 \family sans
2877 List
2878 \end_layout
2879
2880 \begin_layout Standard
2881 LyX keeps the old paragraph environment when you hit 
2882 \family sans
2883 Return
2884 \family default
2885 , rather than resetting it to 
2886 \family sans
2887 Standard
2888 \family default
2889 .
2890  LyX will still reset the nesting depth, however.
2891  Usually, starting a new paragraph resets both the paragraph environment
2892  and the nesting depth (for more on nesting see section 
2893 \begin_inset LatexCommand ref
2894 reference "sec:nest"
2895
2896 \end_inset
2897
2898 ).
2899  At the moment, all this is context-specific; you're better off expecting
2900  
2901 \family sans
2902 Return
2903 \family default
2904  to reset the paragraph environment and depth.
2905  If you want a new paragraph to keep the current environment and depth,
2906  use 
2907 \family sans
2908 M-Return
2909 \family default
2910  instead.
2911 \end_layout
2912
2913 \begin_layout Subsection
2914 Standard
2915 \end_layout
2916
2917 \begin_layout Standard
2918 The default paragraph environment is 
2919 \family sans
2920 Standard
2921 \family default
2922  for most classes.
2923  It creates a plain paragraph.
2924  If LyX resets the paragraph environment, this is the one it chooses.
2925  In fact, the paragraph you're reading right now (and most of the ones in
2926  this manual) are in the 
2927 \family sans
2928 Standard
2929 \family default
2930  environment.
2931 \end_layout
2932
2933 \begin_layout Standard
2934 You can nest a paragraph using the 
2935 \family sans
2936 Standard
2937 \family default
2938  environment in just about anything else, but you can't really nest anything
2939  in a 
2940 \family sans
2941 Standard
2942 \family default
2943  environment.
2944 \end_layout
2945
2946 \begin_layout Subsection
2947 Document Title
2948 \begin_inset LatexCommand index
2949 name "Document !Title"
2950
2951 \end_inset
2952
2953
2954 \end_layout
2955
2956 \begin_layout Standard
2957 A LaTeX title page has three parts: the title itself, the name(s) of the
2958  author(s) and a 
2959 \begin_inset Quotes eld
2960 \end_inset
2961
2962 footnote
2963 \begin_inset Quotes erd
2964 \end_inset
2965
2966  for thanks or contact information.
2967  For certain types of documents, LaTeX places all of this on a separate
2968  page along with today's date.
2969  For other types of documents, the title 
2970 \begin_inset Quotes eld
2971 \end_inset
2972
2973 page
2974 \begin_inset Quotes erd
2975 \end_inset
2976
2977  goes at the top of the first page of the document.
2978  
2979 \end_layout
2980
2981 \begin_layout Standard
2982 LyX provides an interface to the title page commands through the paragraph
2983  environments 
2984 \family sans
2985 Title
2986 \family default
2987
2988 \family sans
2989 Author
2990 \family default
2991 , and 
2992 \family sans
2993 Date
2994 \family default
2995 .
2996  Here's how you use them:
2997 \end_layout
2998
2999 \begin_layout Itemize
3000 Put the title of your document in the 
3001 \family sans
3002 Title
3003 \family default
3004  environment.
3005 \end_layout
3006
3007 \begin_layout Itemize
3008 Put the author name in the 
3009 \family sans
3010 Author
3011 \family default
3012  environment.
3013 \end_layout
3014
3015 \begin_layout Itemize
3016 If you want the date to have a certain appearance, want to use a fixed date,
3017  or want other text to appear in place of today's date, put that text in
3018  the 
3019 \family sans
3020 Date
3021 \family default
3022  environment.
3023  Note that using this environment is optional.
3024  If you don't provide any, LaTeX will automatically insert today's date.
3025  If you don't want any date, add the line
3026 \newline
3027
3028 \series bold
3029
3030 \backslash
3031 date{}
3032 \series default
3033
3034 \newline
3035 to the preamble of your document (menu 
3036 \family sans
3037 Document\SpecialChar \menuseparator
3038 Settings
3039 \family default
3040 )
3041 \end_layout
3042
3043 \begin_layout Standard
3044 You can use footnotes to insert 
3045 \begin_inset Quotes eld
3046 \end_inset
3047
3048 thanks
3049 \begin_inset Quotes erd
3050 \end_inset
3051
3052  or contact informations.
3053 \end_layout
3054
3055 \begin_layout Subsection
3056 Headings
3057 \begin_inset LatexCommand index
3058 name "Section headings"
3059
3060 \end_inset
3061
3062
3063 \begin_inset LatexCommand label
3064 name "sub:Headings"
3065
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \begin_layout Standard
3072 There are several paragraph environments for producing section headings.
3073  LyX takes care of the numbering for you.
3074 \end_layout
3075
3076 \begin_layout Subsubsection
3077 Numbered Headings
3078 \begin_inset LatexCommand index
3079 name "Section headings ! Numbered"
3080
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \begin_layout Standard
3087 There are 7 numbered types of section headings.
3088  They are:
3089 \end_layout
3090
3091 \begin_layout Enumerate
3092
3093 \family sans
3094 Part
3095 \end_layout
3096
3097 \begin_layout Enumerate
3098
3099 \family sans
3100 Chapter
3101 \end_layout
3102
3103 \begin_layout Enumerate
3104
3105 \family sans
3106 Section
3107 \end_layout
3108
3109 \begin_layout Enumerate
3110
3111 \family sans
3112 Subsection
3113 \end_layout
3114
3115 \begin_layout Enumerate
3116
3117 \family sans
3118 Subsubsection
3119 \end_layout
3120
3121 \begin_layout Enumerate
3122
3123 \family sans
3124 Paragraph
3125 \end_layout
3126
3127 \begin_layout Enumerate
3128
3129 \family sans
3130 Subparagraph
3131 \end_layout
3132
3133 \begin_layout Standard
3134 LyX labels each heading with a series of numbers, separated by periods.
3135  The numbers describe where in the document you are.
3136  Unlike the other headings, parts are numbered with latin letters.
3137 \end_layout
3138
3139 \begin_layout Standard
3140 Headings all subdivide your document into different pieces of text.
3141  For example, suppose you're writing a book.
3142  You group the book into chapters.
3143  LyX does similar grouping:
3144 \end_layout
3145
3146 \begin_layout Itemize
3147
3148 \family sans
3149 Part
3150 \family default
3151  is divided in either 
3152 \family sans
3153 Chapter
3154 \family default
3155  or 
3156 \family sans
3157 Section
3158 \end_layout
3159
3160 \begin_layout Itemize
3161
3162 \family sans
3163 Chapter
3164 \family default
3165 s are divided into 
3166 \family sans
3167 Section
3168 \family default
3169 s
3170 \end_layout
3171
3172 \begin_layout Itemize
3173
3174 \family sans
3175 Section
3176 \family default
3177 s are divided into 
3178 \family sans
3179 Subsection
3180 \family default
3181 s
3182 \end_layout
3183
3184 \begin_layout Itemize
3185
3186 \family sans
3187 Subsection
3188 \family default
3189 s are divided into 
3190 \family sans
3191 Subsubsection
3192 \family default
3193 s
3194 \end_layout
3195
3196 \begin_layout Itemize
3197
3198 \family sans
3199 Subsubsection
3200 \family default
3201 s are divided into 
3202 \family sans
3203 Paragraph
3204 \family default
3205 s
3206 \end_layout
3207
3208 \begin_layout Itemize
3209
3210 \family sans
3211 Paragraph
3212 \family default
3213 s are divided into 
3214 \family sans
3215 Subparagraph
3216 \family default
3217 s
3218 \end_layout
3219
3220 \begin_layout Standard
3221
3222 \emph on
3223 Note:
3224 \emph default
3225  not all document types use the 
3226 \family sans
3227 Chapter
3228 \family default
3229  heading as the maximum sectioning level.
3230  In that case, the 
3231 \family sans
3232 Section
3233 \family default
3234  is the top-level heading.
3235 \end_layout
3236
3237 \begin_layout Standard
3238 So, if you use the 
3239 \family sans
3240 Subsubsection
3241 \family default
3242  environment to label a new sub-subsection, LyX labels it with its number,
3243  along with the number of the subsection, section, and, if applicable, chapter
3244  that it's in.
3245  For example: the fifth section of the second chapter of this book has the
3246  label 
3247 \begin_inset Quotes eld
3248 \end_inset
3249
3250 2.5
3251 \begin_inset Quotes erd
3252 \end_inset
3253
3254 .
3255 \end_layout
3256
3257 \begin_layout Subsubsection
3258 Unnumbered Headings
3259 \begin_inset LatexCommand index
3260 name "Section headings ! Unnumbered"
3261
3262 \end_inset
3263
3264
3265 \end_layout
3266
3267 \begin_layout Standard
3268 There are 5 types of unnumbered section headings.
3269  They are:
3270 \end_layout
3271
3272 \begin_layout Enumerate
3273
3274 \family sans
3275 Part*line spacing
3276 \end_layout
3277
3278 \begin_layout Enumerate
3279
3280 \family sans
3281 Chapter*
3282 \end_layout
3283
3284 \begin_layout Enumerate
3285
3286 \family sans
3287 Section*
3288 \end_layout
3289
3290 \begin_layout Enumerate
3291
3292 \family sans
3293 Subsection*
3294 \end_layout
3295
3296 \begin_layout Enumerate
3297
3298 \family sans
3299 Subsubsection*
3300 \end_layout
3301
3302 \begin_layout Standard
3303 The 
3304 \begin_inset Quotes eld
3305 \end_inset
3306
3307 *
3308 \begin_inset Quotes erd
3309 \end_inset
3310
3311  after each name means that these headings are not numbered.
3312  They work the same as their numbered counterparts but won't appear in the
3313  table of contents, see sec.
3314 \begin_inset Formula $\,$
3315 \end_inset
3316
3317
3318 \begin_inset LatexCommand ref
3319 reference "sec:toc"
3320
3321 \end_inset
3322
3323 .
3324 \end_layout
3325
3326 \begin_layout Subsubsection
3327 Changing the Numbering
3328 \begin_inset LatexCommand label
3329 name "sub:numbering-depth"
3330
3331 \end_inset
3332
3333
3334 \end_layout
3335
3336 \begin_layout Standard
3337 You can also alter which sectioning levels get numbered and which ones appear
3338  in the Table of Contents.
3339  Now, this doesn't remove any of the levels; that's preset in the document
3340  class.
3341  Certain classes start with 
3342 \family sans
3343 Chapter
3344 \family default
3345  and go down to the 
3346 \family sans
3347 Subparagraph
3348 \family default
3349  level.
3350  Others start at 
3351 \family sans
3352 Section
3353 \family default
3354 .
3355  Similarly, not all document classes number all sectioning levels.
3356  Most don't number 
3357 \family sans
3358 Paragraph
3359 \family default
3360  or 
3361 \family sans
3362 Subparagraph
3363 \family default
3364 .
3365  This is something you can change.
3366 \end_layout
3367
3368 \begin_layout Standard
3369 Open the 
3370 \family sans
3371 Document\SpecialChar \menuseparator
3372 Settings
3373 \family default
3374  dialog.
3375  Under 
3376 \family sans
3377 Numbering&TOC
3378 \family default
3379  you'll see two counters.
3380  The one named 
3381 \family sans
3382 Section
3383 \family default
3384  controls how far down in the sectioning hierarchy LyX numbers a section
3385  heading.
3386  The other one controls the appearance of the section headings in the table
3387  of contents.
3388  Unfortunately, the numbers you can choose are not intuitive.
3389  Table\InsetSpace ~
3390
3391 \begin_inset LatexCommand ref
3392 reference "cap:Values-of-the"
3393
3394 \end_inset
3395
3396  explain all possible values.
3397 \end_layout
3398
3399 \begin_layout Standard
3400 \begin_inset Float table
3401 wide false
3402 sideways false
3403 status collapsed
3404
3405 \begin_layout Standard
3406 \begin_inset Caption
3407
3408 \begin_layout Standard
3409 \begin_inset LatexCommand label
3410 name "cap:Values-of-the"
3411
3412 \end_inset
3413
3414 Values of the numbering depth
3415 \end_layout
3416
3417 \end_inset
3418
3419
3420 \end_layout
3421
3422 \begin_layout Standard
3423 \align center
3424 \begin_inset Tabular
3425 <lyxtabular version="3" rows="10" columns="2">
3426 <features>
3427 <column alignment="center" valignment="top" leftline="true" width="0pt">
3428 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3429 <row topline="true">
3430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Standard
3434
3435 \family sans
3436 \series medium
3437 \shape up
3438 \size normal
3439 \emph off
3440 \bar no
3441 \noun off
3442 \color none
3443 Num
3444 \series default
3445 \shape default
3446 \size default
3447 \emph default
3448 \bar default
3449 \noun default
3450 bering
3451 \series medium
3452 \shape up
3453 \size normal
3454 \emph off
3455 \bar no
3456 \noun off
3457  Depth
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Standard
3466
3467 \series medium
3468 \shape up
3469 \size normal
3470 \emph off
3471 \bar no
3472 \noun off
3473 \color none
3474 LyX numbers these
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 </row>
3480 <row bottomline="true">
3481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Standard
3485
3486 \series medium
3487 \shape up
3488 \size normal
3489 \emph off
3490 \bar no
3491 \noun off
3492 \color none
3493 value
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Standard
3502
3503 \series medium
3504 \shape up
3505 \size normal
3506 \emph off
3507 \bar no
3508 \noun off
3509 \color none
3510 section headings
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 </row>
3516 <row topline="true">
3517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Standard
3521
3522 \series medium
3523 \shape up
3524 \size normal
3525 \emph off
3526 \bar no
3527 \noun off
3528 \color none
3529 -2
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Standard
3538
3539 \series medium
3540 \shape up
3541 \size normal
3542 \emph off
3543 \bar no
3544 \noun off
3545 \color none
3546 no numbering of any kind
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row topline="true">
3553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Standard
3557
3558 \series medium
3559 \shape up
3560 \size normal
3561 \emph off
3562 \bar no
3563 \noun off
3564 \color none
3565 -1
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Standard
3574
3575 \family sans
3576 \series medium
3577 \shape up
3578 \size normal
3579 \emph off
3580 \bar no
3581 \noun off
3582 \color none
3583 Parts
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row topline="true">
3590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Standard
3594
3595 \series medium
3596 \shape up
3597 \size normal
3598 \emph off
3599 \bar no
3600 \noun off
3601 \color none
3602 -0 and 0
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Standard
3611
3612 \family sans
3613 \series medium
3614 \shape up
3615 \size normal
3616 \emph off
3617 \bar no
3618 \noun off
3619 \color none
3620 Chapters
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row topline="true">
3627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Standard
3631
3632 \series medium
3633 \shape up
3634 \size normal
3635 \emph off
3636 \bar no
3637 \noun off
3638 \color none
3639 1
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Standard
3648
3649 \family sans
3650 \series medium
3651 \shape up
3652 \size normal
3653 \emph off
3654 \bar no
3655 \noun off
3656 \color none
3657 Sections
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row topline="true">
3664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Standard
3668
3669 \series medium
3670 \shape up
3671 \size normal
3672 \emph off
3673 \bar no
3674 \noun off
3675 \color none
3676 2
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Standard
3685
3686 \family sans
3687 \series medium
3688 \shape up
3689 \size normal
3690 \emph off
3691 \bar no
3692 \noun off
3693 \color none
3694 Subsections
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 </row>
3700 <row topline="true">
3701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Standard
3705
3706 \series medium
3707 \shape up
3708 \size normal
3709 \emph off
3710 \bar no
3711 \noun off
3712 \color none
3713 3
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Standard
3722
3723 \family sans
3724 \series medium
3725 \shape up
3726 \size normal
3727 \emph off
3728 \bar no
3729 \noun off
3730 \color none
3731 Subsubsections
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row topline="true">
3738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Standard
3742
3743 \series medium
3744 \shape up
3745 \size normal
3746 \emph off
3747 \bar no
3748 \noun off
3749 \color none
3750 4
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Standard
3759
3760 \family sans
3761 \series medium
3762 \shape up
3763 \size normal
3764 \emph off
3765 \bar no
3766 \noun off
3767 \color none
3768 Paragraphs
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 </row>
3774 <row topline="true" bottomline="true">
3775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Standard
3779
3780 \series medium
3781 \shape up
3782 \size normal
3783 \emph off
3784 \bar no
3785 \noun off
3786 \color none
3787 5
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Standard
3796
3797 \family sans
3798 \series medium
3799 \shape up
3800 \size normal
3801 \emph off
3802 \bar no
3803 \noun off
3804 \color none
3805 Subparagraphs
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 </lyxtabular>
3812
3813 \end_inset
3814
3815
3816 \end_layout
3817
3818 \end_inset
3819
3820
3821 \end_layout
3822
3823 \begin_layout Standard
3824 The increasing numbers are cumulative: a setting of 
3825 \begin_inset Quotes eld
3826 \end_inset
3827
3828 0
3829 \begin_inset Quotes erd
3830 \end_inset
3831
3832  will number parts and chapters, while 
3833 \begin_inset Quotes eld
3834 \end_inset
3835
3836 2
3837 \begin_inset Quotes erd
3838 \end_inset
3839
3840  will number parts, chapters, sections, and subsections.
3841  Of course, if you're using a document class that doesn't use chapter headings
3842  (
3843 \emph on
3844 e.g.
3845
3846 \emph default
3847  the default article class), then the values 0 and -1 have the same effect.
3848 \end_layout
3849
3850 \begin_layout Standard
3851 Suppose you want to number 
3852 \emph on
3853 all
3854 \emph default
3855  sectioning heading, but you only want 
3856 \family sans
3857 Chapter
3858 \family default
3859 s, 
3860 \family sans
3861 Section
3862 \family default
3863 s, and 
3864 \family sans
3865 Subsection
3866 \family default
3867 s in the Table of Contents.
3868  You have to set the value of 
3869 \family sans
3870 Section
3871 \family default
3872  to 
3873 \begin_inset Quotes eld
3874 \end_inset
3875
3876 5
3877 \begin_inset Quotes erd
3878 \end_inset
3879
3880  and 
3881 \family sans
3882 the value of Table of contents
3883 \family default
3884  to 
3885 \begin_inset Quotes eld
3886 \end_inset
3887
3888 2
3889 \begin_inset Quotes erd
3890 \end_inset
3891
3892 .
3893 \end_layout
3894
3895 \begin_layout Subsubsection
3896 Short Titles of Headings
3897 \begin_inset LatexCommand index
3898 name "Section headings ! Short titles"
3899
3900 \end_inset
3901
3902
3903 \begin_inset OptArg
3904 status collapsed
3905
3906 \begin_layout Standard
3907 Short Titles
3908 \end_layout
3909
3910 \end_inset
3911
3912
3913 \begin_inset LatexCommand label
3914 name "sec:Short-Titles"
3915
3916 \end_inset
3917
3918
3919 \end_layout
3920
3921 \begin_layout Standard
3922 Some section or chapter titles, such as this one, can get quite long.
3923  This can cause troubles when there is limited horizontal space.
3924  For example, if the header of the page is set to show the current section
3925  title, a long title will protrude over the page margins and look awful.
3926 \end_layout
3927
3928 \begin_layout Standard
3929 LaTeX allows you to specify a short title for section headings.
3930  This short title is used in the header and in the actual table of contents,
3931  avoiding the problem mentioned.
3932  To specify a short title, use the menu 
3933 \family sans
3934 Insert\SpecialChar \menuseparator
3935 Short\InsetSpace ~
3936 Title
3937 \family default
3938 .
3939  This will insert a box labelled 
3940 \begin_inset Quotes eld
3941 \end_inset
3942
3943 opt
3944 \begin_inset Quotes erd
3945 \end_inset
3946
3947  (stands for 
3948 \begin_inset Quotes eld
3949 \end_inset
3950
3951 optional
3952 \begin_inset Quotes erd
3953 \end_inset
3954
3955 ) which you can use to enter the short title text.
3956  This also works for captions inside floats.
3957 \end_layout
3958
3959 \begin_layout Standard
3960 The title of this section is a good example of using this feature.
3961 \end_layout
3962
3963 \begin_layout Subsubsection
3964 Special Information
3965 \end_layout
3966
3967 \begin_layout Standard
3968 The following information applies to all section headings:
3969 \end_layout
3970
3971 \begin_layout Itemize
3972 You cannot do any nesting with these environments.
3973 \end_layout
3974
3975 \begin_layout Itemize
3976 You cannot use a margin note in any of these environments.
3977 \end_layout
3978
3979 \begin_layout Itemize
3980 You can only use inlined math in these environments.
3981 \end_layout
3982
3983 \begin_layout Itemize
3984 You can use labels and cross-references to refer to their numbers.
3985 \end_layout
3986
3987 \begin_layout Subsection
3988 Quotes and Poetryline spacing
3989 \end_layout
3990
3991 \begin_layout Standard
3992 LyX has three paragraph environments for writing poetry and quotations.
3993  They are 
3994 \family sans
3995 Quote
3996 \family default
3997
3998 \family sans
3999 Quotation
4000 \family default
4001 , and 
4002 \family sans
4003 Verse
4004 \family default
4005 .
4006  Forget the days of changing line spacing and twiddling with margins.
4007  These three paragraph environments already have those changes built-in.
4008  They all widen the left margin and add a bit of extra space above and below
4009  the text they contain.
4010  They also allow nesting, so you can put a 
4011 \family sans
4012 Verse
4013 \family default
4014  in a 
4015 \family sans
4016 Quotation
4017 \family default
4018 , as well as in some other paragraph environments.
4019 \end_layout
4020
4021 \begin_layout Standard
4022 There is another feature of these three paragraph environments: they do
4023  
4024 \emph on
4025 not
4026 \emph default
4027  reset to 
4028 \family sans
4029 Standard
4030 \family default
4031  when you start a new paragraph.
4032  So, you can type in that poem and merrily hit 
4033 \family sans
4034 Return
4035 \family default
4036  without worrying about the paragraph environment changing on you.
4037  Of course, that means that, once you're done typing in that poem, you have
4038  to change back to the 
4039 \family sans
4040 Standard
4041 \family default
4042  environment yourself.
4043 \end_layout
4044
4045 \begin_layout Subsubsection
4046
4047 \family sans
4048 Quote
4049 \family default
4050  and 
4051 \family sans
4052 Quotation
4053 \family default
4054
4055 \begin_inset LatexCommand label
4056 name "sec:quote"
4057
4058 \end_inset
4059
4060
4061 \begin_inset LatexCommand index
4062 name "Quotation"
4063
4064 \end_inset
4065
4066
4067 \end_layout
4068
4069 \begin_layout Standard
4070 Now that we've described the similarities of these three environments, it's
4071  time for the differences.
4072  
4073 \family sans
4074 Quote
4075 \family default
4076  and 
4077 \family sans
4078 Quotation
4079 \family default
4080  are identical except for one difference: 
4081 \family sans
4082 Quote
4083 \family default
4084  uses extra spacing to separate paragraphs and never indents the first line.
4085  
4086 \family sans
4087 Quotation
4088 \family default
4089  
4090 \emph on
4091 always
4092 \emph default
4093  indents the first line of a paragraph and uses the same line spacing throughout.
4094 \end_layout
4095
4096 \begin_layout Standard
4097 Here's an example of the 
4098 \family sans
4099 Quote
4100 \family default
4101  environment:
4102 \end_layout
4103
4104 \begin_layout Quote
4105 This is in the 
4106 \family sans
4107 Quote
4108 \family default
4109  environment.
4110  I can keep writing, extending this line out further and further until it
4111  wraps.
4112  See -- no indentation!
4113 \end_layout
4114
4115 \begin_layout Quote
4116 Here's the second paragraph of this quote.
4117  Again, there's no indentation, but there is extra space between me and
4118  the other paragraph.
4119 \end_layout
4120
4121 \begin_layout Standard
4122 Here's another example, this time in the 
4123 \family sans
4124 Quotation
4125 \family default
4126  environment:
4127 \end_layout
4128
4129 \begin_layout Quotation
4130 This is in the 
4131 \family sans
4132 Quotation
4133 \family default
4134  environment.
4135  If I keep writing, you'll see the indentation.
4136  If your country uses a writing style that shows off new paragraphs by indenting
4137  the first line, then 
4138 \family sans
4139 Quotation
4140 \family default
4141  is the environment for you! Well, you'd use it 
4142 \emph on
4143 if
4144 \emph default
4145  you were quoting other text.
4146 \end_layout
4147
4148 \begin_layout Quotation
4149 Here's a new paragraph.
4150  I could ramble on and on, like a politician at election time.
4151  If I did that, though, you'd get bored.
4152 \end_layout
4153
4154 \begin_layout Standard
4155 As the examples show, 
4156 \family sans
4157 Quote
4158 \family default
4159  is for those people who use extra space to separate paragraphs.
4160  They should put quotes in the 
4161 \family sans
4162 Quote
4163 \family default
4164  environment.
4165  Those who use indentation to mark a new paragraph should use the 
4166 \family sans
4167 Quotation
4168 \family default
4169  paragraph environment for quoted text.
4170 \end_layout
4171
4172 \begin_layout Subsubsection
4173
4174 \family sans
4175 Verse
4176 \family default
4177
4178 \begin_inset LatexCommand index
4179 name "Paragraph ! Verse"
4180
4181 \end_inset
4182
4183
4184 \family sans
4185
4186 \begin_inset LatexCommand index
4187 name "Poetry"
4188
4189 \end_inset
4190
4191
4192 \begin_inset LatexCommand label
4193 name "sec:Verse"
4194
4195 \end_inset
4196
4197
4198 \end_layout
4199
4200 \begin_layout Standard
4201
4202 \family sans
4203 Verse
4204 \family default
4205  is a paragraph environment for poetry, rhymes, verses, and so on.
4206  Here's an example:
4207 \end_layout
4208
4209 \begin_layout Verse
4210 This is in Verse
4211 \newline
4212 Which I did not rehearse!
4213 \end_layout
4214
4215 \begin_layout Verse
4216 It could be much worse.
4217  This line could be long, very long, oh so long, so very long that it wraps
4218  around.
4219  It looks okay on screen, but in the printed version, the extra lines are
4220  indented a bit more than the first.
4221  Okay, so it's turned to prose and doesn't rhyme anymore.
4222  So sue me.
4223 \end_layout
4224
4225 \begin_layout Verse
4226 To break a line
4227 \newline
4228 And make things look fine
4229 \newline
4230 Use 
4231 \family sans
4232 C-Return
4233 \family default
4234 .
4235 \end_layout
4236
4237 \begin_layout Standard
4238 As you can see, 
4239 \family sans
4240 Verse
4241 \family default
4242  does not indent both margins.
4243  Each stanza of the verse or poem is in its own paragraph.
4244  To separate the individual lines of a stanza, use the 
4245 \family typewriter
4246 break-line
4247 \family default
4248  function 
4249 \family sans
4250 C-Return
4251 \family default
4252 .
4253 \end_layout
4254
4255 \begin_layout Subsection
4256 Lists
4257 \begin_inset LatexCommand index
4258 name "Lists"
4259
4260 \end_inset
4261
4262
4263 \begin_inset LatexCommand label
4264 name "sub:Lists"
4265
4266 \end_inset
4267
4268
4269 \end_layout
4270
4271 \begin_layout Standard
4272 LyX has four different paragraph environments for creating different kinds
4273  of lists.
4274  In the 
4275 \family sans
4276 Itemize
4277 \family default
4278  and 
4279 \family sans
4280 Enumerate
4281 \family default
4282  environments, LyX labels your list items with bullets or numbers, respectively.
4283  In the 
4284 \family sans
4285 Description
4286 \family default
4287  and 
4288 \family sans
4289 List
4290 \family default
4291  environments, LyX lets you provide your own label.
4292  We'll present the individual details of each type of list next after describing
4293  some general features of all four of them.
4294 \end_layout
4295
4296 \begin_layout Subsubsection
4297 General Features
4298 \end_layout
4299
4300 \begin_layout Standard
4301 The four paragraph environments for lists differ from the other environments
4302  in several ways.
4303  First, LyX treats each paragraph as a list item.
4304  Hitting 
4305 \family sans
4306 Return
4307 \family default
4308  does 
4309 \emph on
4310 not
4311 \emph default
4312  reset the environment to 
4313 \family sans
4314 Standard
4315 \family default
4316  but keeps the current environment and creates a new list item.
4317  The nesting depth is typically reset, however.
4318  If you want to keep both the current nesting depth and paragraph environment,
4319  you should use 
4320 \family sans
4321 M-Return
4322 \family default
4323  to break paragraphs.
4324 \end_layout
4325
4326 \begin_layout Standard
4327 You can nest lists of any type inside one another.
4328  In fact, LyX changes the labels on some list items depending on how it
4329  is nested.
4330  If you intend to use any of the list paragraph environments, we suggest
4331  you read all of section 
4332 \begin_inset LatexCommand ref
4333 reference "sec:nest"
4334
4335 \end_inset
4336
4337 .
4338  
4339 \end_layout
4340
4341 \begin_layout Subsubsection
4342
4343 \family sans
4344 Itemize
4345 \family default
4346
4347 \begin_inset LatexCommand index
4348 name "Lists ! Itemize"
4349
4350 \end_inset
4351
4352
4353 \begin_inset LatexCommand label
4354 name "sec:itemize"
4355
4356 \end_inset
4357
4358
4359 \end_layout
4360
4361 \begin_layout Standard
4362 The first type of list we'll describe in detail is the 
4363 \family sans
4364 Itemize
4365 \family default
4366  paragraph environment.
4367  It has the following properties:
4368 \end_layout
4369
4370 \begin_layout Itemize
4371 Each item has a particular bullet or symbol as its label.
4372 \end_layout
4373
4374 \begin_deeper
4375 \begin_layout Itemize
4376 LyX uses the same symbol for all of the items in a given nesting level.
4377 \end_layout
4378
4379 \begin_layout Itemize
4380 The symbol appears at the beginning of the first line.
4381 \end_layout
4382
4383 \end_deeper
4384 \begin_layout Itemize
4385 The items can have any length.
4386  LyX automatically offsets the left margin of each item.
4387  The offset is always relative to whatever environment the 
4388 \family sans
4389 Itemize
4390 \family default
4391  list may be in.
4392 \end_layout
4393
4394 \begin_layout Itemize
4395 If you nest an 
4396 \family sans
4397 Itemize
4398 \family default
4399  environment inside another 
4400 \family sans
4401 Itemize
4402 \family default
4403  environment, the label changes to a new symbol.
4404 \end_layout
4405
4406 \begin_deeper
4407 \begin_layout Itemize
4408 There are four different symbols for up to a four-fold nesting.
4409 \end_layout
4410
4411 \begin_layout Itemize
4412 LyX always shows the same symbol on screen.
4413 \end_layout
4414
4415 \begin_layout Itemize
4416 See section 
4417 \begin_inset LatexCommand ref
4418 reference "sec:nest"
4419
4420 \end_inset
4421
4422  for a full explanation of nesting.
4423 \end_layout
4424
4425 \end_deeper
4426 \begin_layout Standard
4427 Of course, that explanation was also an example of an 
4428 \family sans
4429 Itemize
4430 \family default
4431  list.
4432  The 
4433 \family sans
4434 Itemize
4435 \family default
4436  environment is best suited for lists where the order doesn't matter.
4437 \end_layout
4438
4439 \begin_layout Standard
4440 We said that different levels use different symbols as their label.
4441  Here's an example of all four possible symbols.
4442  Note that those of you reading this manual within LyX won't see any difference.
4443 \end_layout
4444
4445 \begin_layout Itemize
4446 The label for the first level 
4447 \family sans
4448 Itemize
4449 \family default
4450  is a large black dot, or bullet.
4451 \end_layout
4452
4453 \begin_deeper
4454 \begin_layout Itemize
4455 The label for the second level is a dash.
4456 \end_layout
4457
4458 \begin_deeper
4459 \begin_layout Itemize
4460 The label for the third is an asterisk.
4461 \end_layout
4462
4463 \begin_deeper
4464 \begin_layout Itemize
4465 The label for the fourth is a centered dot.
4466 \end_layout
4467
4468 \end_deeper
4469 \begin_layout Itemize
4470 Back out to the third level.
4471 \end_layout
4472
4473 \end_deeper
4474 \begin_layout Itemize
4475 Back to the second level.
4476 \end_layout
4477
4478 \end_deeper
4479 \begin_layout Itemize
4480 Back to the outermost level.
4481 \end_layout
4482
4483 \begin_layout Standard
4484 These are the default labels for an 
4485 \family sans
4486 Itemize
4487 \family default
4488  list.
4489  You can customize these labels in the 
4490 \family sans
4491 Document\SpecialChar \menuseparator
4492 Settings
4493 \family default
4494  dialog in the submenu 
4495 \family sans
4496 Bullets
4497 \family default
4498 .
4499 \end_layout
4500
4501 \begin_layout Standard
4502 Notice how the space between items decreases with increasing depth.
4503  We'll explain nesting and all the tricks you can do with different depths
4504  in section 
4505 \begin_inset LatexCommand ref
4506 reference "sec:nest"
4507
4508 \end_inset
4509
4510 .
4511 \end_layout
4512
4513 \begin_layout Subsubsection
4514
4515 \family sans
4516 Enumerate
4517 \family default
4518
4519 \begin_inset LatexCommand index
4520 name "Lists ! Enumerate"
4521
4522 \end_inset
4523
4524
4525 \begin_inset LatexCommand label
4526 name "sec:enumerate"
4527
4528 \end_inset
4529
4530
4531 \end_layout
4532
4533 \begin_layout Standard
4534 The 
4535 \family sans
4536 Enumerate
4537 \family default
4538  environment is used to create numbered lists and outlines.
4539  It has these properties:
4540 \end_layout
4541
4542 \begin_layout Enumerate
4543 Each item has a numeral as its label.
4544 \end_layout
4545
4546 \begin_deeper
4547 \begin_layout Enumerate
4548 The type of numeral depends on the nesting depth.
4549 \end_layout
4550
4551 \end_deeper
4552 \begin_layout Enumerate
4553 LyX automatically counts the items for you and updates the label as appropriate.
4554 \end_layout
4555
4556 \begin_layout Enumerate
4557 Each new 
4558 \family sans
4559 Enumerate
4560 \family default
4561  environment resets the counter to one.
4562 \end_layout
4563
4564 \begin_layout Enumerate
4565 Like the 
4566 \family sans
4567 Itemize
4568 \family default
4569  environment, the 
4570 \family sans
4571 Enumerate
4572 \family default
4573  environment:
4574 \end_layout
4575
4576 \begin_deeper
4577 \begin_layout Enumerate
4578 Offsets the items relative to the left margin.
4579  Items can have any length.
4580 \end_layout
4581
4582 \begin_layout Enumerate
4583 Reduces the space between items as the nesting depth increases.
4584 \end_layout
4585
4586 \begin_layout Enumerate
4587 Uses different types of labels depending on the nesting depth.
4588 \end_layout
4589
4590 \begin_layout Enumerate
4591 Allows up to a four-fold nesting.
4592 \end_layout
4593
4594 \end_deeper
4595 \begin_layout Standard
4596 Unlike the 
4597 \family sans
4598 Itemize
4599 \family default
4600  environment, 
4601 \family sans
4602 Enumerate
4603 \family default
4604  shows the different labels for each item in LyX.
4605  Here is how LyX labels the four different levels in an 
4606 \family sans
4607 Enumerate
4608 \family default
4609 :
4610 \end_layout
4611
4612 \begin_layout Enumerate
4613 The first level of an 
4614 \family sans
4615 Enumerate
4616 \family default
4617  uses Arabic numerals followed by a period.
4618 \end_layout
4619
4620 \begin_deeper
4621 \begin_layout Enumerate
4622 The second level uses lower case letters surrounded by parentheses.
4623 \end_layout
4624
4625 \begin_deeper
4626 \begin_layout Enumerate
4627 The third level uses lower-case Roman numerals followed by a period.
4628 \end_layout
4629
4630 \begin_deeper
4631 \begin_layout Enumerate
4632 The fourth level uses capital letters followed by a period.
4633 \end_layout
4634
4635 \begin_layout Enumerate
4636 Again, notice the decrease in the spacing between items as the nesting depth
4637  increases.
4638 \end_layout
4639
4640 \end_deeper
4641 \begin_layout Enumerate
4642 Back to the third level
4643 \end_layout
4644
4645 \end_deeper
4646 \begin_layout Enumerate
4647 Back to the second level.
4648 \end_layout
4649
4650 \end_deeper
4651 \begin_layout Enumerate
4652 Back to the outermost level.
4653 \end_layout
4654
4655 \begin_layout Standard
4656 Once again, you can customize the type of numbering used in the 
4657 \family sans
4658 Enumerate
4659 \family default
4660  environment.
4661  It involves adding commands to the LaTeX preamble (see the 
4662 \emph on
4663 Extended Features
4664 \emph default
4665  manual).
4666  As stated earlier, such customization only shows up in the printed version,
4667  not in LyX.
4668 \end_layout
4669
4670 \begin_layout Standard
4671 There is more to nesting 
4672 \family sans
4673 Enumerate
4674 \family default
4675  environments than we've stated here.
4676  You should read section 
4677 \begin_inset LatexCommand ref
4678 reference "sec:nest"
4679
4680 \end_inset
4681
4682  to learn more about nesting.
4683 \end_layout
4684
4685 \begin_layout Subsubsection
4686
4687 \family sans
4688 Description
4689 \family default
4690
4691 \begin_inset LatexCommand index
4692 name "Lists ! Description"
4693
4694 \end_inset
4695
4696
4697 \begin_inset LatexCommand label
4698 name "sec:descrlist"
4699
4700 \end_inset
4701
4702
4703 \end_layout
4704
4705 \begin_layout Standard
4706 Unlike the previous two environments, the 
4707 \family sans
4708 Description
4709 \family default
4710  list has no fixed label.
4711  Instead, LyX uses the first 
4712 \begin_inset Quotes eld
4713 \end_inset
4714
4715 word
4716 \begin_inset Quotes erd
4717 \end_inset
4718
4719  of the first line as the label.
4720  Here's an example:
4721 \end_layout
4722
4723 \begin_layout Description
4724 Example: This is an example of the 
4725 \family sans
4726 Description
4727 \family default
4728  environment.
4729 \end_layout
4730
4731 \begin_layout Standard
4732 LyX typesets the label in boldface and puts extra space between it and the
4733  rest of the line.
4734 \end_layout
4735
4736 \begin_layout Standard
4737 Now, you're probably wondering what we mean by, 
4738 \begin_inset Quotes eld
4739 \end_inset
4740
4741 uses the first 'word'
4742 \begin_inset Quotes erd
4743 \end_inset
4744
4745 .
4746  The 
4747 \family sans
4748 Space
4749 \family default
4750  key does not add a whitespace character, but separates words from one another.
4751  Inside of a 
4752 \family sans
4753 Description
4754 \family default
4755  environment, the 
4756 \family sans
4757 Space
4758 \family default
4759  key tells LyX to end the label if we are at the beginning of the first
4760  line of an item.
4761 \end_layout
4762
4763 \begin_layout Standard
4764 However, what if you want or need to use more than one word in the label
4765  of a 
4766 \family sans
4767 Description
4768 \family default
4769  environment? Simple: use a 
4770 \family sans
4771 Protected Blank
4772 \family default
4773 .
4774  (Use either 
4775 \family sans
4776 C-Space
4777 \family default
4778  or the menu 
4779 \family sans
4780 Insert\SpecialChar \menuseparator
4781 Fotrmatting\SpecialChar \menuseparator
4782 Protected\InsetSpace ~
4783 Space
4784 \family default
4785 .
4786  See sec.
4787  
4788 \begin_inset LatexCommand ref
4789 reference "sub:Protected-blanks"
4790
4791 \end_inset
4792
4793  for more info.) Here is an example:
4794 \end_layout
4795
4796 \begin_layout Description
4797 Second\InsetSpace ~
4798 Example: This one shows how to use a 
4799 \family sans
4800 Protected\InsetSpace ~
4801 Blank
4802 \family default
4803  in the label of a 
4804 \family sans
4805 Description
4806 \family default
4807  list item.
4808 \end_layout
4809
4810 \begin_layout Description
4811 Usage: You should use the 
4812 \family sans
4813 Description
4814 \family default
4815  environment for things like definitions and theorems.
4816  Use it when you need to make one word in particular stand out in the text
4817  that describes it.
4818  It's not a good idea to use a 
4819 \family sans
4820 Description
4821 \family default
4822  environment when you have an entire sentence that you want to describe.
4823  You're better off using 
4824 \family sans
4825 Itemize
4826 \family default
4827  or 
4828 \family sans
4829 Enumerate
4830 \family default
4831  and nesting several 
4832 \family sans
4833 Standard
4834 \family default
4835  paragraphs into them.
4836 \end_layout
4837
4838 \begin_layout Description
4839 Nesting: You can nest 
4840 \family sans
4841 Description
4842 \family default
4843  environments inside one another, nest them in other types of lists, and
4844  so on.
4845 \end_layout
4846
4847 \begin_layout Standard
4848 Notice that after the first line, LyX indents subsequent lines, offsetting
4849  them from the first line.
4850 \end_layout
4851
4852 \begin_layout Subsubsection
4853 The LyX 
4854 \family sans
4855 List
4856 \family default
4857
4858 \begin_inset LatexCommand index
4859 name "Lists ! LyX list"
4860
4861 \end_inset
4862
4863
4864 \begin_inset LatexCommand label
4865 name "sec:lyxlist"
4866
4867 \end_inset
4868
4869
4870 \end_layout
4871
4872 \begin_layout Standard
4873 The 
4874 \family sans
4875 List
4876 \family default
4877  environment is a LyX extension to LaTeX.
4878  
4879 \end_layout
4880
4881 \begin_layout Standard
4882 Like the 
4883 \family sans
4884 Description
4885 \family default
4886  environment the 
4887 \family sans
4888 List
4889 \family default
4890  environment has user-defined labels for each list item.
4891  There are the properties of this list environment:
4892 \end_layout
4893
4894 \begin_layout Labeling
4895 \labelwidthstring 00.00.0000
4896 item\InsetSpace ~
4897 labels LyX uses the first 
4898 \begin_inset Quotes eld
4899 \end_inset
4900
4901 word
4902 \begin_inset Quotes erd
4903 \end_inset
4904
4905  of each line as the item label.
4906  The first 
4907 \family sans
4908 Space
4909 \family default
4910  after the beginning of the first line of an item marks the end of the label.
4911  If you need to use more than one word in an item label, use a protected
4912  blank as described above.
4913 \end_layout
4914
4915 \begin_layout Labeling
4916 \labelwidthstring 00.00.0000
4917 margins As you can see, LyX uses different margins for the item label and
4918  the body of the item text.
4919  The body of the text has a larger left margin, which is equal to the default
4920  label width plus a little extra space.
4921  
4922 \end_layout
4923
4924 \begin_layout Labeling
4925 \labelwidthstring 00.00.0000
4926 label\InsetSpace ~
4927 width LyX uses one of two things for the left margin: the width of
4928  the label, or the default width, whichever is larger.
4929  If the label width is larger, the label 
4930 \begin_inset Quotes eld
4931 \end_inset
4932
4933 extends
4934 \begin_inset Quotes erd
4935 \end_inset
4936
4937  into the first line.
4938  In other words, the text of the first line isn't aligned with the left
4939  margin of the rest of the item text.
4940 \end_layout
4941
4942 \begin_layout Labeling
4943 \labelwidthstring 00.00.0000
4944 default\InsetSpace ~
4945 width You can very easily set this default width.
4946  So you can easily ensure that the text of all items in a 
4947 \family sans
4948 List
4949 \family default
4950  environment have the same left margin.
4951 \newline
4952 To change the default width, select
4953  the items in the list.
4954  You can also simply move the cursor into a 
4955 \family sans
4956 List
4957 \family default
4958  item if you want to change only its label width.
4959  Now open the tab 
4960 \family sans
4961 Lines\InsetSpace ~
4962 &\InsetSpace ~
4963 Pagebreaks
4964 \family default
4965  of the menu 
4966 \family sans
4967 Edit\SpecialChar \menuseparator
4968 Paragraph
4969 \family default
4970  
4971 \family sans
4972 Settings
4973 \family default
4974 .
4975  The text in the box 
4976 \family sans
4977 Longest\InsetSpace ~
4978 label
4979 \family default
4980  determines the default label width.
4981  You can use the text of your largest label here, but you don't need to.
4982  We recommend using the letter 
4983 \begin_inset Quotes eld
4984 \end_inset
4985
4986 M
4987 \begin_inset Quotes erd
4988 \end_inset
4989
4990  multiple times.
4991  It's the widest character and is a standard unit of width in LaTeX.
4992  The default label width in the example 
4993 \family sans
4994 List
4995 \family default
4996  is 6 
4997 \begin_inset Quotes eld
4998 \end_inset
4999
5000 M
5001 \begin_inset Quotes erd
5002 \end_inset
5003
5004 s wide.
5005  Using 
5006 \begin_inset Quotes eld
5007 \end_inset
5008
5009 M
5010 \begin_inset Quotes erd
5011 \end_inset
5012
5013  as your unit of width in the 
5014 \family sans
5015 Label\InsetSpace ~
5016 Width
5017 \family default
5018  box has one more advantage: you don't need to keep changing the contents
5019  of 
5020 \family sans
5021 Longest\InsetSpace ~
5022 label
5023 \family default
5024  every time you alter a label in a 
5025 \family sans
5026 List
5027 \family default
5028  environment.
5029 \end_layout
5030
5031 \begin_layout Labeling
5032 \labelwidthstring 00.00.0000
5033 uses You should use the 
5034 \family sans
5035 List
5036 \family default
5037  environment the same way you'd use the 
5038 \family sans
5039 Description
5040 \family default
5041  list: when you need one word to stand out from the text that describes
5042  it.
5043  The 
5044 \family sans
5045 List
5046 \family default
5047  environment gives you another way to do this, using a different overall
5048  layout.
5049 \end_layout
5050
5051 \begin_layout Labeling
5052 \labelwidthstring 00.00.0000
5053 nesting You can nest 
5054 \family sans
5055 List
5056 \family default
5057  environments inside one another, nest them in other types of lists, and
5058  so on.
5059  They work just like the other list paragraph environments.
5060  Read section 
5061 \begin_inset LatexCommand ref
5062 reference "sec:nest"
5063
5064 \end_inset
5065
5066  to learn about nesting.
5067 \end_layout
5068
5069 \begin_layout Standard
5070 As you can see, this is a feature-packed paragraph environment!
5071 \end_layout
5072
5073 \begin_layout Standard
5074 There's yet another feature of the 
5075 \family sans
5076 List
5077 \family default
5078  environment we need to tell you about.
5079  As you can see in the examples, LyX left-justifies the item labels by default.
5080  You can use additional 
5081 \family sans
5082 HFills
5083 \family default
5084  to change how LyX justifies the item label.
5085  We'll document 
5086 \family sans
5087 HFills
5088 \family default
5089  later in section 
5090 \begin_inset LatexCommand ref
5091 reference "sub:Horizontal-Space"
5092
5093 \end_inset
5094
5095 .
5096  Here are some examples:
5097 \end_layout
5098
5099 \begin_layout Labeling
5100 \labelwidthstring 00.00.0000
5101 Left The default for 
5102 \family sans
5103 List
5104 \family default
5105  item labels.
5106 \end_layout
5107
5108 \begin_layout Labeling
5109 \labelwidthstring 00.00.0000
5110
5111 \hfill
5112 Right One 
5113 \family sans
5114 HFill
5115 \family default
5116  at the beginning of the label right justifies it.
5117 \end_layout
5118
5119 \begin_layout Labeling
5120 \labelwidthstring 00.00.0000
5121
5122 \hfill
5123 Center
5124 \hfill
5125  One 
5126 \family sans
5127 HFill
5128 \family default
5129  at the beginning of the label and one at the end centers it.
5130 \end_layout
5131
5132 \begin_layout Subsection
5133 Letters
5134 \begin_inset LatexCommand index
5135 name "Letters"
5136
5137 \end_inset
5138
5139
5140 \end_layout
5141
5142 \begin_layout Subsubsection
5143
5144 \family sans
5145 Address
5146 \family default
5147  and 
5148 \family sans
5149 Right\InsetSpace ~
5150 Address
5151 \family default
5152 : An Overview
5153 \end_layout
5154
5155 \begin_layout Standard
5156 Although LyX has document classes for letters, we've also created two paragraph
5157  environments called 
5158 \family sans
5159 Address
5160 \family default
5161  and 
5162 \family sans
5163 Right\InsetSpace ~
5164 Address
5165 \family default
5166 .
5167  To use the letter class, you need to use specific paragraph environments
5168  in a specific order, otherwise LaTeX gags on the document.
5169  In contrast, you can use the 
5170 \family sans
5171 Address
5172 \family default
5173  and 
5174 \family sans
5175 Right\InsetSpace ~
5176 Address
5177 \family default
5178  paragraph environments anywhere with no problem.
5179  You can even nest them inside other environments, though you can't nest
5180  anything in them.
5181 \end_layout
5182
5183 \begin_layout Standard
5184 Of course, you're not limited to using 
5185 \family sans
5186 Address
5187 \family default
5188  and 
5189 \family sans
5190 Right\InsetSpace ~
5191 Address
5192 \family default
5193  for letters only.
5194  
5195 \family sans
5196 Right\InsetSpace ~
5197 Address
5198 \family default
5199 , in particular, is useful for creating article titles like those used in
5200  some European academic papers.
5201 \end_layout
5202
5203 \begin_layout Subsubsection
5204 Usage
5205 \begin_inset LatexCommand label
5206 name "sec:adress_usage"
5207
5208 \end_inset
5209
5210
5211 \end_layout
5212
5213 \begin_layout Standard
5214 The 
5215 \family sans
5216 Address
5217 \family default
5218  environment formats text in the style of an address, which is also used
5219  for the opening and signature in some countries.
5220  Similarly, the 
5221 \family sans
5222 Right\InsetSpace ~
5223 Address
5224 \family default
5225  environment formats text in the style of a right-justified address, which
5226  is used for the sender's address and today's date in some countries.
5227  Here's an example of each:
5228 \end_layout
5229
5230 \begin_layout Right Address
5231 Right Address
5232 \newline
5233 Who I am
5234 \newline
5235 Where I am
5236 \newline
5237 When is it? What is today?
5238 \end_layout
5239
5240 \begin_layout Standard
5241 That was 
5242 \family sans
5243 Right\InsetSpace ~
5244 Address
5245 \family default
5246 .
5247  Notice that the lines all have the same left margin, which LyX sets to
5248  fit the largest block of text on a single line.
5249  Here's an example of the 
5250 \family sans
5251 Address
5252 \family default
5253  environment:
5254 \end_layout
5255
5256 \begin_layout Address
5257 Who are you
5258 \newline
5259 Where do I send this
5260 \newline
5261 Your post office and country
5262 \end_layout
5263
5264 \begin_layout Standard
5265 As you can see, both 
5266 \family sans
5267 Address
5268 \family default
5269  and 
5270 \family sans
5271 Right\InsetSpace ~
5272 Address
5273 \family default
5274  add extra space between themselves and the next paragraph.
5275  If you hit 
5276 \family sans
5277 Return
5278 \family default
5279  in either of these environments, LyX resets the nesting depth and sets
5280  the environment to 
5281 \family sans
5282 Standard
5283 \family default
5284 .
5285  This makes sense, since 
5286 \family sans
5287 Return
5288 \family default
5289  is the 
5290 \family typewriter
5291 break-paragraph
5292 \family default
5293  function, and the individual lines of an address are not paragraphs.
5294  Thus, you have to use 
5295 \family typewriter
5296 break-line
5297 \family default
5298  (
5299 \family sans
5300 C-Return
5301 \family default
5302  or 
5303 \family sans
5304 Formatting\InsetSpace ~
5305 Character\SpecialChar \menuseparator
5306 Line\InsetSpace ~
5307 Break
5308 \family default
5309  from the 
5310 \family sans
5311 Insert
5312 \family default
5313  menu) to start a new line in an 
5314 \family sans
5315 Address
5316 \family default
5317  or 
5318 \family sans
5319 Right\InsetSpace ~
5320 Address
5321 \family default
5322  environment.
5323 \end_layout
5324
5325 \begin_layout Subsection
5326 Academic Writing
5327 \end_layout
5328
5329 \begin_layout Standard
5330 Most academic writing begins with an abstract and ends with a bibliography
5331  or list of references.
5332  LyX contains paragraph environments for both of these.
5333 \end_layout
5334
5335 \begin_layout Subsubsection
5336
5337 \family sans
5338 Abstract
5339 \begin_inset LatexCommand index
5340 name "Abstracts"
5341
5342 \end_inset
5343
5344
5345 \end_layout
5346
5347 \begin_layout Standard
5348 The 
5349 \family sans
5350 Abstract
5351 \family default
5352  environment is used for the abstract of an article.
5353  Technically, you could use this environment anywhere, but you really should
5354  only use it at the beginning of the document, after the title.
5355  Also, don't bother trying to nest 
5356 \family sans
5357 Abstract
5358 \family default
5359  in anything else or vice versa.
5360  It won't work.
5361  The 
5362 \family sans
5363 Abstract
5364 \family default
5365  environment is only useful in the article and report document classes.
5366  The book document classes ignores the 
5367 \family sans
5368 Abstract
5369 \family default
5370  completely, and it's utterly silly to use 
5371 \family sans
5372 Abstract
5373 \family default
5374  in a letter document class.
5375 \end_layout
5376
5377 \begin_layout Standard
5378 The 
5379 \family sans
5380 Abstract
5381 \family default
5382  environment does several things for you.
5383  First, it puts the centered label 
5384 \begin_inset Quotes eld
5385 \end_inset
5386
5387 Abstract
5388 \begin_inset Quotes erd
5389 \end_inset
5390
5391  above the text.
5392  The label and the text of the abstract are separated by some extra vertical
5393  space.
5394  Second, it typesets everything in a smaller font, just as you'd expect.
5395  Lastly, it adds a bit of extra vertical space between the abstract and
5396  the subsequent text.
5397  Well, that's how it will appear on the LyX screen.
5398  The appearance in the output depends on the used article or report class.
5399 \end_layout
5400
5401 \begin_layout Standard
5402 Starting a new paragraph by hitting 
5403 \family sans
5404 Return
5405 \family default
5406  does not reset the paragraph environment.
5407  The new paragraph will still be in the 
5408 \family sans
5409 Abstract
5410 \family default
5411  environment.
5412  So, you will have to change the paragraph environment yourself when you
5413  finish entering the abstract of your document.
5414 \end_layout
5415
5416 \begin_layout Standard
5417 \begin_inset Float figure
5418 wide false
5419 sideways false
5420 status open
5421
5422 \begin_layout Standard
5423 \align center
5424 \begin_inset Graphics
5425         filename clipart/Abstract.pdf
5426         lyxscale 25
5427
5428 \end_inset
5429
5430
5431 \end_layout
5432
5433 \begin_layout Standard
5434 \begin_inset Caption
5435
5436 \begin_layout Standard
5437 \begin_inset LatexCommand label
5438 name "cap:Paragraph-in-the"
5439
5440 \end_inset
5441
5442 Paragraph in the 
5443 \family sans
5444 Abstract
5445 \family default
5446  environment
5447 \end_layout
5448
5449 \end_inset
5450
5451
5452 \end_layout
5453
5454 \end_inset
5455
5456
5457 \end_layout
5458
5459 \begin_layout Standard
5460 We'd love to give you directly an example of the 
5461 \family sans
5462 Abstract
5463 \family default
5464  environment, but since this document is in the 
5465 \begin_inset Quotes eld
5466 \end_inset
5467
5468 book
5469 \begin_inset Quotes erd
5470 \end_inset
5471
5472  class, we can't do this.
5473  We inserted it therefore as figure\InsetSpace ~
5474
5475 \begin_inset LatexCommand ref
5476 reference "cap:Paragraph-in-the"
5477
5478 \end_inset
5479
5480 .
5481  If you've never heard of an 
5482 \begin_inset Quotes eld
5483 \end_inset
5484
5485 abstract
5486 \begin_inset Quotes erd
5487 \end_inset
5488
5489  before, you can safely ignore this environment.
5490 \end_layout
5491
5492 \begin_layout Subsubsection
5493
5494 \family sans
5495 Bibliography
5496 \family default
5497
5498 \begin_inset LatexCommand index
5499 name "Bibliography"
5500
5501 \end_inset
5502
5503
5504 \begin_inset LatexCommand label
5505 name "sub:biblio_environment"
5506
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \begin_layout Standard
5513 The 
5514 \family sans
5515 Bibliography
5516 \family default
5517  environment is used to list references.
5518  Technically, you could use this environment anywhere, but you really should
5519  only use it at the end of the document.
5520  Nesting 
5521 \family sans
5522 Bibliography
5523 \family default
5524  in anything else or vice versa won't work.
5525 \end_layout
5526
5527 \begin_layout Standard
5528 When you first open a 
5529 \family sans
5530 Bibliography
5531 \family default
5532  environment, LyX add a large vertical space, followed by the heading 
5533 \begin_inset Quotes eld
5534 \end_inset
5535
5536 Bibliography
5537 \begin_inset Quotes erd
5538 \end_inset
5539
5540  or 
5541 \begin_inset Quotes eld
5542 \end_inset
5543
5544 References,
5545 \begin_inset Quotes erd
5546 \end_inset
5547
5548  depending on the document class.
5549  The heading is in a large boldface font.
5550  Each paragraph of the 
5551 \family sans
5552 Bibliography
5553 \family default
5554  environment is a bibliography entry.
5555  Thus, hitting 
5556 \family sans
5557 Return
5558 \family default
5559  does not reset the paragraph environment.
5560  Each new paragraph is still in the 
5561 \family sans
5562 Bibliography
5563 \family default
5564  environment.
5565 \end_layout
5566
5567 \begin_layout Standard
5568 For a detailed description of LyX's bibliography handling, have a look at
5569  in sec.
5570 \begin_inset Formula $\,$
5571 \end_inset
5572
5573
5574 \begin_inset LatexCommand ref
5575 reference "sec:Bibliography"
5576
5577 \end_inset
5578
5579 .
5580 \end_layout
5581
5582 \begin_layout Subsection
5583 LyX
5584 \family sans
5585 -Code
5586 \begin_inset LatexCommand index
5587 name "Paragraph ! LyX code"
5588
5589 \end_inset
5590
5591
5592 \begin_inset LatexCommand label
5593 name "sub:LyX-Code"
5594
5595 \end_inset
5596
5597
5598 \end_layout
5599
5600 \begin_layout Standard
5601 The 
5602 \family sans
5603 LyX-Code
5604 \family default
5605  environment is another LyX extension.
5606  It type-sets text in a typewriter-style font.
5607  It also treats the 
5608 \family sans
5609 Space
5610 \family default
5611  key as a fixed whitespace;
5612 \begin_inset Foot
5613 status collapsed
5614
5615 \begin_layout Standard
5616 In the 
5617 \family sans
5618 LyX-Code
5619 \family default
5620  environment, the 
5621 \family sans
5622 Space
5623 \family default
5624  key is treated as a 
5625 \family sans
5626 Protected\InsetSpace ~
5627 Blank
5628 \family default
5629  instead of an end-of-word marker.
5630 \end_layout
5631
5632 \end_inset
5633
5634  this is the only case in which you can type multiple whitespaces in LyX.
5635  If you need to insert blank lines, you'll still need to use 
5636 \family sans
5637 C-Return
5638 \family default
5639  (the 
5640 \family typewriter
5641 break-line
5642 \family default
5643  function).
5644  
5645 \family sans
5646 Return
5647 \family default
5648  breaks paragraphs.
5649  Note, however, that 
5650 \family sans
5651 Return
5652 \family default
5653  does not reset the paragraph environment.
5654  So, when you finish using the 
5655 \family sans
5656 LyX-Code
5657 \family default
5658  environment, you'll need to change the paragraph environment yourself.
5659  Also, you can nest the 
5660 \family sans
5661 LyX-Code
5662 \family default
5663  environment inside of others.
5664 \end_layout
5665
5666 \begin_layout Standard
5667 There are a few quirks with this environment:
5668 \end_layout
5669
5670 \begin_layout Itemize
5671 You cannot use 
5672 \family sans
5673 C-Return
5674 \family default
5675  at the beginning of a new paragraph (i.e.
5676  you can't follow 
5677 \family sans
5678 Return
5679 \family default
5680  with a 
5681 \family sans
5682 C-Return
5683 \family default
5684 ).
5685 \end_layout
5686
5687 \begin_layout Itemize
5688 You can't follow a 
5689 \family sans
5690 C-Return
5691 \family default
5692  with a 
5693 \family sans
5694 Space
5695 \family default
5696 .
5697 \end_layout
5698
5699 \begin_deeper
5700 \begin_layout Itemize
5701 Use a 
5702 \family sans
5703 Return
5704 \family default
5705  to begin a new paragraph, then you can use a 
5706 \family sans
5707 Space
5708 \family default
5709 .
5710 \end_layout
5711
5712 \begin_layout Itemize
5713 Or: use 
5714 \family sans
5715 C-Space
5716 \family default
5717  instead.
5718 \end_layout
5719
5720 \end_deeper
5721 \begin_layout Itemize
5722 You can't have an empty paragraph or an empty line.
5723  You must put at least one 
5724 \family sans
5725 Space
5726 \family default
5727  in any line you want blank.
5728  Otherwise, LaTeX generates errors.
5729 \end_layout
5730
5731 \begin_layout Itemize
5732 You cannot get the typewriter double quotes by typing 
5733 \family sans
5734 "
5735 \family default
5736  since that will insert 
5737 \emph on
5738 real
5739 \emph default
5740  quotes.
5741  You get the typewriter double quotes with 
5742 \family sans
5743 C-"
5744 \family default
5745  (or 
5746 \family sans
5747 C-q
5748 \family default
5749  if you use Emacs-like key bindings).
5750 \end_layout
5751
5752 \begin_layout Standard
5753 Here's an example:
5754 \end_layout
5755
5756 \begin_layout LyX-Code
5757 #include <stdio.h>
5758 \end_layout
5759
5760 \begin_layout LyX-Code
5761  
5762 \end_layout
5763
5764 \begin_layout LyX-Code
5765 int main(void)
5766 \end_layout
5767
5768 \begin_layout LyX-Code
5769 {
5770 \end_layout
5771
5772 \begin_layout LyX-Code
5773     printf("Hello World!
5774 \backslash
5775 n");
5776 \end_layout
5777
5778 \begin_layout LyX-Code
5779     return 0;
5780 \end_layout
5781
5782 \begin_layout LyX-Code
5783 }
5784 \end_layout
5785
5786 \begin_layout Standard
5787 This is just the standard 
5788 \begin_inset Quotes eld
5789 \end_inset
5790
5791 Hello world!
5792 \begin_inset Quotes erd
5793 \end_inset
5794
5795  program.
5796  
5797 \end_layout
5798
5799 \begin_layout Standard
5800
5801 \family sans
5802 LyX-Code
5803 \family default
5804  has one purpose: to typeset code, such as program source, shell scripts,
5805  rc-files, and so on.
5806  Use it only in those very special cases where you need to generate text
5807  as if you used a typewriter.
5808 \begin_inset LatexCommand index
5809 name "Paragraph environments|)"
5810
5811 \end_inset
5812
5813
5814 \end_layout
5815
5816 \begin_layout Section
5817 Nesting Environments
5818 \begin_inset LatexCommand index
5819 name "Nesting ! Environments"
5820
5821 \end_inset
5822
5823
5824 \begin_inset LatexCommand label
5825 name "sec:nest"
5826
5827 \end_inset
5828
5829
5830 \end_layout
5831
5832 \begin_layout Subsection
5833 Introduction
5834 \end_layout
5835
5836 \begin_layout Standard
5837 LyX treats text as a unified block with a particular context and specific
5838  properties.
5839  This allows you to create blocks that inherits some of the properties of
5840  another block.
5841  For example you have three main points in an outline, but point #2 also
5842  has two subpoints.
5843  In other words, you have a list inside of another list, with the inner
5844  list 
5845 \begin_inset Quotes eld
5846 \end_inset
5847
5848 attached
5849 \begin_inset Quotes erd
5850 \end_inset
5851
5852  to item #2:
5853 \end_layout
5854
5855 \begin_layout Enumerate
5856 one
5857 \end_layout
5858
5859 \begin_layout Enumerate
5860 two
5861 \end_layout
5862
5863 \begin_deeper
5864 \begin_layout Enumerate
5865 sublist - item #1
5866 \end_layout
5867
5868 \begin_layout Enumerate
5869 sublist - item #2
5870 \end_layout
5871
5872 \end_deeper
5873 \begin_layout Enumerate
5874 three
5875 \end_layout
5876
5877 \begin_layout Standard
5878 You put a list inside of a list by nesting one list inside the other.
5879  Nesting an environment is quite simple: Select 
5880 \family sans
5881 Increase\InsetSpace ~
5882 List\InsetSpace ~
5883 Depth
5884 \family default
5885  or 
5886 \family sans
5887 Decrease\InsetSpace ~
5888 List\InsetSpace ~
5889 Depth
5890 \family default
5891  from the 
5892 \family sans
5893 Edit
5894 \family default
5895  menu to change the nesting depth of the current paragraph (the status bar
5896  will tell you how far you are nested).
5897  Instead of the menu, you can also use the toolbar buttons 
5898 \begin_inset Graphics
5899         filename ../images/depth-increment.xpm
5900
5901 \end_inset
5902
5903  and 
5904 \begin_inset Graphics
5905         filename ../images/depth-decrement.xpm
5906
5907 \end_inset
5908
5909  or the convenient key bindings 
5910 \family sans
5911 S-M-Right
5912 \family default
5913  and 
5914 \family sans
5915 S-M-Left
5916 \family default
5917  to change the nesting level.
5918  The change will work on the current selection if you have made one (allowing
5919  you to change the nesting of several paragraphs at once), or the current
5920  paragraph.
5921 \end_layout
5922
5923 \begin_layout Standard
5924 Note that LyX only changes the nesting depth if it can.
5925  If it's invalid to do so, nothing happens if you try to change the depth.
5926  Additionally, if you change the depth of one paragraph, it affects the
5927  depth of every paragraph nested inside of it.
5928 \end_layout
5929
5930 \begin_layout Standard
5931 Nesting isn't limited to lists.
5932  In LyX, you can nest just about anything inside anything else, as you're
5933  about to find out.
5934  This is the real power of nesting paragraph environments.
5935 \end_layout
5936
5937 \begin_layout Subsection
5938 What You Can and Can't Nest
5939 \end_layout
5940
5941 \begin_layout Standard
5942 Before we fire a list of paragraph environments at you, we need to tell
5943  you a little bit more about how nesting works.
5944 \end_layout
5945
5946 \begin_layout Standard
5947 The question if nesting a paragraph environment is possible, is a bit more
5948  complicated than a simple yes or no.
5949  There are three types of paragraph environments:
5950 \end_layout
5951
5952 \begin_layout Itemize
5953 Completely unnestable
5954 \end_layout
5955
5956 \begin_layout Itemize
5957 Fully nestable, you can nest them inside of things and you can also nest
5958  other things inside of them.
5959 \end_layout
5960
5961 \begin_layout Itemize
5962 A third type, you can nest them into other environments, but you can't nest
5963  anything into them.
5964 \end_layout
5965
5966 \begin_layout Standard
5967 Here's a list of the three types of nesting behavior, and which paragraph
5968  environments have them:
5969 \end_layout
5970
5971 \begin_layout Description
5972 Unnestable Can't nest them.
5973  Can't nest into them.
5974 \end_layout
5975
5976 \begin_deeper
5977 \begin_layout Itemize
5978
5979 \family sans
5980 Part
5981 \end_layout
5982
5983 \begin_layout Itemize
5984
5985 \family sans
5986 Chapter
5987 \end_layout
5988
5989 \begin_layout Itemize
5990
5991 \family sans
5992 Section
5993 \family default
5994  
5995 \end_layout
5996
5997 \begin_layout Itemize
5998
5999 \family sans
6000 Subsection
6001 \end_layout
6002
6003 \begin_layout Itemize
6004
6005 \family sans
6006 Subsubsection
6007 \end_layout
6008
6009 \begin_layout Itemize
6010
6011 \family sans
6012 Paragraph
6013 \family default
6014  
6015 \end_layout
6016
6017 \begin_layout Itemize
6018
6019 \family sans
6020 Subparagraph
6021 \end_layout
6022
6023 \begin_layout Itemize
6024
6025 \family sans
6026 Part*
6027 \end_layout
6028
6029 \begin_layout Itemize
6030
6031 \family sans
6032 Chapter*
6033 \end_layout
6034
6035 \begin_layout Itemize
6036
6037 \family sans
6038 Section*
6039 \end_layout
6040
6041 \begin_layout Itemize
6042
6043 \family sans
6044 Subsection*
6045 \end_layout
6046
6047 \begin_layout Itemize
6048
6049 \family sans
6050 Subsubsection*
6051 \end_layout
6052
6053 \begin_layout Itemize
6054
6055 \family sans
6056 Bibliography
6057 \end_layout
6058
6059 \begin_layout Itemize
6060
6061 \family sans
6062 Abstract
6063 \end_layout
6064
6065 \begin_layout Itemize
6066
6067 \family sans
6068 Title
6069 \end_layout
6070
6071 \begin_layout Itemize
6072
6073 \family sans
6074 Author
6075 \end_layout
6076
6077 \begin_layout Itemize
6078
6079 \family sans
6080 Date
6081 \end_layout
6082
6083 \end_deeper
6084 \begin_layout Description
6085 Fully\InsetSpace ~
6086 Nestable You can nest them.
6087  You can nest other things into them.
6088 \end_layout
6089
6090 \begin_deeper
6091 \begin_layout Itemize
6092
6093 \family sans
6094 Verse
6095 \end_layout
6096
6097 \begin_layout Itemize
6098
6099 \family sans
6100 Quote
6101 \end_layout
6102
6103 \begin_layout Itemize
6104
6105 \family sans
6106 Quotation
6107 \end_layout
6108
6109 \begin_layout Itemize
6110
6111 \family sans
6112 Itemize
6113 \end_layout
6114
6115 \begin_layout Itemize
6116
6117 \family sans
6118 Enumerate
6119 \end_layout
6120
6121 \begin_layout Itemize
6122
6123 \family sans
6124 Description
6125 \end_layout
6126
6127 \begin_layout Itemize
6128
6129 \family sans
6130 List
6131 \end_layout
6132
6133 \begin_layout Itemize
6134
6135 \family sans
6136 LyX-Code
6137 \end_layout
6138
6139 \end_deeper
6140 \begin_layout Description
6141 Nestable-Inside You can nest them inside of other things.
6142  You can't nest anything into them.
6143 \end_layout
6144
6145 \begin_deeper
6146 \begin_layout Itemize
6147
6148 \family sans
6149 Standard
6150 \end_layout
6151
6152 \begin_layout Itemize
6153
6154 \family sans
6155 Right\InsetSpace ~
6156 Address
6157 \end_layout
6158
6159 \begin_layout Itemize
6160
6161 \family sans
6162 Address
6163 \end_layout
6164
6165 \end_deeper
6166 \begin_layout Standard
6167 The 
6168 \family sans
6169 Caption
6170 \family default
6171  environment doesn't really fit anywhere, since it's only used inside of
6172  
6173 \family sans
6174 Table\InsetSpace ~
6175 Floats
6176 \family default
6177  and 
6178 \family sans
6179 Figure\InsetSpace ~
6180 Floats
6181 \family default
6182 .
6183 \end_layout
6184
6185 \begin_layout Subsection
6186 Nesting Other Things: Tables, Math, Floats, etc.
6187 \begin_inset LatexCommand index
6188 name "Nesting ! Tables etc."
6189
6190 \end_inset
6191
6192
6193 \begin_inset LatexCommand label
6194 name "sec:table-and-fig-nesting"
6195
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \begin_layout Standard
6202 There are several things that aren't paragraph environments, but which are
6203  affected by nesting anyhow.
6204  They are:
6205 \end_layout
6206
6207 \begin_layout Itemize
6208 equations
6209 \end_layout
6210
6211 \begin_layout Itemize
6212 tables
6213 \end_layout
6214
6215 \begin_layout Itemize
6216 figures
6217 \end_layout
6218
6219 \begin_layout Standard
6220 (Note: If you put a figure or a table in a 
6221 \family sans
6222 Float
6223 \family default
6224 , this is no longer true.
6225  Have a look at section\InsetSpace ~
6226
6227 \begin_inset LatexCommand ref
6228 reference "sec:Floats"
6229
6230 \end_inset
6231
6232  for more informations about 
6233 \family sans
6234 Floats
6235 \family default
6236 .)
6237 \end_layout
6238
6239 \begin_layout Standard
6240 LyX can treat these three objects as either a word or as a paragraph.
6241  If a figure, table, or an equation is inlined, it goes wherever the paragraph
6242  it is in goes.
6243 \end_layout
6244
6245 \begin_layout Standard
6246 On the other hand, if you have an equation, figure or table in a 
6247 \begin_inset Quotes eld
6248 \end_inset
6249
6250 paragraph
6251 \begin_inset Quotes erd
6252 \end_inset
6253
6254  of its own, it behaves just like a 
6255 \begin_inset Quotes eld
6256 \end_inset
6257
6258 nestable-inside
6259 \begin_inset Quotes erd
6260 \end_inset
6261
6262  paragraph environment.
6263  You can nest it into any environment, but you obviously can't nest anything
6264  into it.
6265 \end_layout
6266
6267 \begin_layout Standard
6268 Here's an example with a table:
6269 \end_layout
6270
6271 \begin_layout Enumerate
6272 Item One
6273 \end_layout
6274
6275 \begin_deeper
6276 \begin_layout Enumerate
6277 This is (a) and it's nested.
6278 \end_layout
6279
6280 \begin_deeper
6281 \begin_layout Standard
6282 \begin_inset VSpace 0.3cm
6283 \end_inset
6284
6285
6286 \end_layout
6287
6288 \begin_layout Standard
6289 \align center
6290 \begin_inset Tabular
6291 <lyxtabular version="3" rows="2" columns="2">
6292 <features>
6293 <column alignment="center" valignment="top" leftline="true" width="0pt">
6294 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6295 <row topline="true">
6296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Standard
6300
6301 \family roman
6302 \series medium
6303 \shape up
6304 \size normal
6305 \emph off
6306 \bar no
6307 \noun off
6308 \color none
6309 a
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Standard
6318
6319 \family roman
6320 \series medium
6321 \shape up
6322 \size normal
6323 \emph off
6324 \bar no
6325 \noun off
6326 \color none
6327 b
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 </row>
6333 <row topline="true" bottomline="true">
6334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Standard
6338
6339 \family roman
6340 \series medium
6341 \shape up
6342 \size normal
6343 \emph off
6344 \bar no
6345 \noun off
6346 \color none
6347 c
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Standard
6356
6357 \family roman
6358 \series medium
6359 \shape up
6360 \size normal
6361 \emph off
6362 \bar no
6363 \noun off
6364 \color none
6365 d
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 </row>
6371 </lyxtabular>
6372
6373 \end_inset
6374
6375
6376 \end_layout
6377
6378 \begin_layout Standard
6379 \begin_inset VSpace 0.3cm
6380 \end_inset
6381
6382
6383 \end_layout
6384
6385 \end_deeper
6386 \begin_layout Enumerate
6387 This is (b).
6388  The table is actually nested inside (a).
6389 \end_layout
6390
6391 \end_deeper
6392 \begin_layout Enumerate
6393 Back out again.
6394 \end_layout
6395
6396 \begin_layout Standard
6397 If we hadn't nested the table at all, the list would look like this:
6398 \end_layout
6399
6400 \begin_layout Enumerate
6401 Item One
6402 \end_layout
6403
6404 \begin_deeper
6405 \begin_layout Enumerate
6406 This is (a) and it's nested.
6407 \end_layout
6408
6409 \end_deeper
6410 \begin_layout Standard
6411 \begin_inset VSpace 0.3cm
6412 \end_inset
6413
6414
6415 \end_layout
6416
6417 \begin_layout Standard
6418 \align center
6419 \begin_inset Tabular
6420 <lyxtabular version="3" rows="2" columns="2">
6421 <features>
6422 <column alignment="center" valignment="top" leftline="true" width="0pt">
6423 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6424 <row topline="true">
6425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Standard
6429
6430 \family roman
6431 \series medium
6432 \shape up
6433 \size normal
6434 \emph off
6435 \bar no
6436 \noun off
6437 \color none
6438 a
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Standard
6447
6448 \family roman
6449 \series medium
6450 \shape up
6451 \size normal
6452 \emph off
6453 \bar no
6454 \noun off
6455 \color none
6456 b
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 <row topline="true" bottomline="true">
6463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Standard
6467
6468 \family roman
6469 \series medium
6470 \shape up
6471 \size normal
6472 \emph off
6473 \bar no
6474 \noun off
6475 \color none
6476 c
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Standard
6485
6486 \family roman
6487 \series medium
6488 \shape up
6489 \size normal
6490 \emph off
6491 \bar no
6492 \noun off
6493 \color none
6494 d
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 </row>
6500 </lyxtabular>
6501
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \begin_layout Standard
6508 \begin_inset VSpace 0.3cm
6509 \end_inset
6510
6511
6512 \end_layout
6513
6514 \begin_layout Enumerate
6515 This is (b).
6516  The table is 
6517 \emph on
6518 not
6519 \emph default
6520  nested inside (a).
6521  In fact, it's not nested at all.
6522 \end_layout
6523
6524 \begin_layout Enumerate
6525 Back out again.
6526 \end_layout
6527
6528 \begin_layout Standard
6529 Notice how item (b) is not only no longer nested, but is also the first
6530  item of a new list!
6531 \end_layout
6532
6533 \begin_layout Standard
6534 There's another trap you can fall into: Nesting the table, but not going
6535  deep enough.
6536  LyX then turns anything after the table into a new sublist.
6537 \end_layout
6538
6539 \begin_layout Enumerate
6540 Item One
6541 \end_layout
6542
6543 \begin_deeper
6544 \begin_layout Enumerate
6545 This is (a) and it's nested.
6546 \end_layout
6547
6548 \begin_layout Standard
6549 \begin_inset VSpace 0.3cm
6550 \end_inset
6551
6552
6553 \end_layout
6554
6555 \begin_layout Standard
6556 \align center
6557 \begin_inset Tabular
6558 <lyxtabular version="3" rows="2" columns="2">
6559 <features>
6560 <column alignment="center" valignment="top" leftline="true" width="0pt">
6561 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6562 <row topline="true">
6563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Standard
6567
6568 \family roman
6569 \series medium
6570 \shape up
6571 \size normal
6572 \emph off
6573 \bar no
6574 \noun off
6575 \color none
6576 a
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Standard
6585
6586 \family roman
6587 \series medium
6588 \shape up
6589 \size normal
6590 \emph off
6591 \bar no
6592 \noun off
6593 \color none
6594 b
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 </row>
6600 <row topline="true" bottomline="true">
6601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Standard
6605
6606 \family roman
6607 \series medium
6608 \shape up
6609 \size normal
6610 \emph off
6611 \bar no
6612 \noun off
6613 \color none
6614 c
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Standard
6623
6624 \family roman
6625 \series medium
6626 \shape up
6627 \size normal
6628 \emph off
6629 \bar no
6630 \noun off
6631 \color none
6632 d
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 </row>
6638 </lyxtabular>
6639
6640 \end_inset
6641
6642
6643 \end_layout
6644
6645 \begin_layout Standard
6646 \begin_inset VSpace 0.3cm
6647 \end_inset
6648
6649
6650 \end_layout
6651
6652 \begin_layout Enumerate
6653 This is (b).
6654  The table is actually nested inside Item One, but 
6655 \emph on
6656 not
6657 \emph default
6658  inside (a).
6659 \end_layout
6660
6661 \end_deeper
6662 \begin_layout Enumerate
6663 Back out again.
6664 \end_layout
6665
6666 \begin_layout Standard
6667 As you can see, item (b) turned into the first item of a new list, but a
6668  new list 
6669 \emph on
6670 inside
6671 \emph default
6672  item 1.
6673  The same thing would have happened to a figure or an equation.
6674  So, if you nest tables, figures or equations, make sure you go to the right
6675  depth!
6676 \end_layout
6677
6678 \begin_layout Subsection
6679 Usage and General Features
6680 \begin_inset LatexCommand label
6681 name "sub:nest-Usage"
6682
6683 \end_inset
6684
6685
6686 \end_layout
6687
6688 \begin_layout Standard
6689 Speaking of levels, LyX can perform up to a six-fold nesting.
6690  In other words, 
6691 \begin_inset Quotes eld
6692 \end_inset
6693
6694 level #6
6695 \begin_inset Quotes erd
6696 \end_inset
6697
6698  is the innermost possible depth.
6699  Here's an example to display what we mean:
6700 \end_layout
6701
6702 \begin_layout Enumerate
6703 level #1 - outermost
6704 \end_layout
6705
6706 \begin_deeper
6707 \begin_layout Enumerate
6708 level #2
6709 \end_layout
6710
6711 \begin_deeper
6712 \begin_layout Enumerate
6713 level #3
6714 \end_layout
6715
6716 \begin_deeper
6717 \begin_layout Enumerate
6718 level #4
6719 \end_layout
6720
6721 \begin_deeper
6722 \begin_layout Itemize
6723 level #5
6724 \end_layout
6725
6726 \begin_deeper
6727 \begin_layout Itemize
6728 level #6
6729 \end_layout
6730
6731 \end_deeper
6732 \end_deeper
6733 \end_deeper
6734 \end_deeper
6735 \end_deeper
6736 \begin_layout Standard
6737 There are two exceptions to the six-fold nesting limit, and you can see
6738  both of them in the example.
6739  Unlike the other fully-nestable environments, you can only perform a four-fold
6740  nesting with the 
6741 \family sans
6742 Enumerate
6743 \family default
6744  and 
6745 \family sans
6746 Itemize
6747 \family default
6748  environments.
6749  For example, if we tried to nest another 
6750 \family sans
6751 Enumerate
6752 \family default
6753  list inside of item 
6754 \begin_inset Quotes eld
6755 \end_inset
6756
6757 A.
6758 \begin_inset Quotes erd
6759 \end_inset
6760
6761 , we'd get errors.
6762 \end_layout
6763
6764 \begin_layout Subsection
6765 Some Examples
6766 \begin_inset LatexCommand index
6767 name "Nesting ! Examples"
6768
6769 \end_inset
6770
6771
6772 \end_layout
6773
6774 \begin_layout Standard
6775 The best way to explain just what you can do with nesting is by illustration.
6776  We have several examples of nested environments.
6777  In them, we explain how we created the example, so that you can reproduce
6778  them.
6779 \end_layout
6780
6781 \begin_layout Subsubsection
6782 Example 1: The Six-fold Way and Mixed Nesting
6783 \end_layout
6784
6785 \begin_layout Labeling
6786 \labelwidthstring MMM
6787 #1-a This is the outermost level.
6788  It's a 
6789 \family sans
6790 List
6791 \family default
6792  environment.
6793 \end_layout
6794
6795 \begin_deeper
6796 \begin_layout Labeling
6797 \labelwidthstring MMM
6798 #2-a This is level #2.
6799  We created it by using 
6800 \family sans
6801 M-Return
6802 \family default
6803  followed by 
6804 \family sans
6805 S-M-Right
6806 \family default
6807 .
6808 \end_layout
6809
6810 \begin_deeper
6811 \begin_layout Labeling
6812 \labelwidthstring MMM
6813 #3-a This is level #3.
6814  This time, we just hit 
6815 \family sans
6816 Return
6817 \family default
6818 , then used 
6819 \family sans
6820 S-M-Right
6821 \family default
6822  twice in a row.
6823  We could have also created it the same way as we did the previous level,
6824  by hitting 
6825 \family sans
6826 M-Return
6827 \family default
6828  followed by 
6829 \family sans
6830 S-M-Right
6831 \family default
6832 .
6833 \end_layout
6834
6835 \begin_deeper
6836 \begin_layout Standard
6837 This is actually a 
6838 \family sans
6839 Standard
6840 \family default
6841  environment, nested inside of 
6842 \begin_inset Quotes eld
6843 \end_inset
6844
6845 #3-a
6846 \begin_inset Quotes erd
6847 \end_inset
6848
6849 .
6850  So, it's at level #4.
6851  We did this by hitting 
6852 \family sans
6853 M-Return
6854 \family default
6855 , then 
6856 \family sans
6857 S-M-Right
6858 \family default
6859 , then changing the paragraph environment to 
6860 \family sans
6861 Standard
6862 \family default
6863 .
6864  Do this to create list items with more than one paragraph - it also works
6865  for the 
6866 \family sans
6867 Description
6868 \family default
6869
6870 \family sans
6871 Enumerate
6872 \family default
6873 , and 
6874 \family sans
6875 Itemize
6876 \family default
6877  environments!
6878 \end_layout
6879
6880 \begin_layout Standard
6881 Here's another 
6882 \family sans
6883 Standard
6884 \family default
6885  paragraph, also at level #4, made with just a 
6886 \family sans
6887 M-Return
6888 \family default
6889 .
6890 \end_layout
6891
6892 \begin_layout Labeling
6893 \labelwidthstring MMM
6894 #4-a This is level #4.
6895  We hit 
6896 \family sans
6897 M-Return
6898 \family default
6899  and changed the paragraph environment back to 
6900 \family sans
6901 List
6902 \family default
6903 .
6904  Remember - we can't nest anything inside of a 
6905 \family sans
6906 Standard
6907 \family default
6908  environment, which is why we're still at level #4.
6909  However, we 
6910 \emph on
6911 can
6912 \emph default
6913  keep nesting things inside of 
6914 \begin_inset Quotes eld
6915 \end_inset
6916
6917 #3-a
6918 \begin_inset Quotes erd
6919 \end_inset
6920
6921 .
6922 \end_layout
6923
6924 \begin_deeper
6925 \begin_layout Labeling
6926 \labelwidthstring MMM
6927 #5-a This is level #5\SpecialChar \ldots{}
6928
6929 \end_layout
6930
6931 \begin_deeper
6932 \begin_layout Labeling
6933 \labelwidthstring MMM
6934 #6-a \SpecialChar \ldots{}
6935 and this is level #6.
6936  By now, you should know how we made these two.
6937 \end_layout
6938
6939 \end_deeper
6940 \begin_layout Labeling
6941 \labelwidthstring MMM
6942 #5-b Back to level #5.
6943  Just hit 
6944 \family sans
6945 M-Return
6946 \family default
6947  followed by a 
6948 \family sans
6949 S-M-Left
6950 \family default
6951 .
6952 \end_layout
6953
6954 \end_deeper
6955 \begin_layout Labeling
6956 \labelwidthstring MMM
6957 #4-b After another 
6958 \family sans
6959 M-Return
6960 \family default
6961  followed by a 
6962 \family sans
6963 S-M-Left
6964 \family default
6965 , we're back at level #4.
6966 \end_layout
6967
6968 \end_deeper
6969 \begin_layout Labeling
6970 \labelwidthstring MMM
6971 #3-b Back to level #3.
6972  By now it should be obvious how we did this.
6973 \end_layout
6974
6975 \end_deeper
6976 \begin_layout Labeling
6977 \labelwidthstring MMM
6978 #2-b Back to level #2.
6979  
6980 \end_layout
6981
6982 \end_deeper
6983 \begin_layout Labeling
6984 \labelwidthstring MMM
6985 #1-b And last, back to the outermost level, #1.
6986  After this sentence, we'll hit 
6987 \family sans
6988 Return
6989 \family default
6990  and change the paragraph environment back to 
6991 \family sans
6992 Standard
6993 \family default
6994  to end the list.
6995 \end_layout
6996
6997 \begin_layout Standard
6998 We could have also used the 
6999 \family sans
7000 Description
7001 \family default
7002
7003 \family sans
7004 Quote
7005 \family default
7006
7007 \family sans
7008 Quotation
7009 \family default
7010 , or even the 
7011 \family sans
7012 Verse
7013 \family default
7014  environment in place of the 
7015 \family sans
7016 List
7017 \family default
7018  environment.
7019  The example would have worked exactly the same.
7020 \end_layout
7021
7022 \begin_layout Subsubsection
7023 Example 2: Inheritance
7024 \end_layout
7025
7026 \begin_layout LyX-Code
7027 This is the LyX-Code environment, at level #1, the outermost
7028 \end_layout
7029
7030 \begin_layout LyX-Code
7031 level.
7032   Now we'll hit 
7033 \family sans
7034 Return
7035 \family default
7036 , then 
7037 \family sans
7038 S-M-Right
7039 \family default
7040 , after which, we'll change to the 
7041 \family sans
7042 Enumerate
7043 \family default
7044  environment.
7045 \end_layout
7046
7047 \begin_deeper
7048 \begin_layout Enumerate
7049 This is the 
7050 \family sans
7051 Enumerate
7052 \family default
7053  environment, at level #2.
7054 \end_layout
7055
7056 \begin_layout Enumerate
7057 Notice how the nested 
7058 \family sans
7059 Enumerate
7060 \family default
7061  not only inherits its margins from its parent environment (
7062 \family sans
7063 LyX-Code
7064 \family default
7065 ), but also inherits its font and spacing!
7066 \end_layout
7067
7068 \end_deeper
7069 \begin_layout Standard
7070 We ended this example by hitting 
7071 \family sans
7072 Return
7073 \family default
7074 .
7075  After that, we needed to reset the paragraph environment to 
7076 \family sans
7077 Standard
7078 \family default
7079  and resetting the nesting depth by using 
7080 \family sans
7081 S-M-Left
7082 \family default
7083  once.
7084 \end_layout
7085
7086 \begin_layout Subsubsection
7087 Example 3: Labels, Levels, and the 
7088 \family sans
7089 Enumerate
7090 \family default
7091  and 
7092 \family sans
7093 Itemize
7094 \family default
7095  Environments
7096 \begin_inset OptArg
7097 status collapsed
7098
7099 \begin_layout Standard
7100 Example #3: Labels, Levels and other list environments
7101 \end_layout
7102
7103 \end_inset
7104
7105
7106 \end_layout
7107
7108 \begin_layout Enumerate
7109 This is level #1, in an 
7110 \family sans
7111 Enumerate
7112 \family default
7113  paragraph environment.
7114  We're actually going to nest a bunch of these.
7115 \end_layout
7116
7117 \begin_deeper
7118 \begin_layout Enumerate
7119 This is level #2.
7120  We used 
7121 \family sans
7122 M-Return
7123 \family default
7124  followed by 
7125 \family sans
7126 S-M-Right
7127 \family default
7128 .
7129  Now, what happens if we nest an 
7130 \family sans
7131 Itemize
7132 \family default
7133  environment inside of this one? It will be at level #3, but what will its
7134  label be? An asterisk?
7135 \end_layout
7136
7137 \begin_deeper
7138 \begin_layout Itemize
7139 No! It's a bullet.
7140  This is the 
7141 \emph on
7142 first
7143 \emph default
7144  
7145 \family sans
7146 Itemize
7147 \family default
7148  environment, even though it's at level #3.
7149  So, its label is a bullet.
7150  (We got here by using 
7151 \family sans
7152 M-Return
7153 \family default
7154 , then 
7155 \family sans
7156 S-M-Right
7157 \family default
7158 , then changing the environment to 
7159 \family sans
7160 Itemize
7161 \family default
7162 .)
7163 \end_layout
7164
7165 \begin_deeper
7166 \begin_layout Itemize
7167 Here's level #4, produced using 
7168 \family sans
7169 M-Return
7170 \family default
7171 , then 
7172 \family sans
7173 S-M-Right
7174 \family default
7175 .
7176  We'll do that again\SpecialChar \ldots{}
7177
7178 \end_layout
7179
7180 \begin_deeper
7181 \begin_layout Enumerate
7182 \SpecialChar \ldots{}
7183 to get to level #5.
7184  This time, however, we also changed the paragraph environment back to 
7185 \family sans
7186 Enumerate
7187 \family default
7188 .
7189  Notice the type of numbering, it is 
7190 \emph on
7191 lowercase Roman
7192 \emph default
7193 , because we are in the 
7194 \emph on
7195 thirdfold
7196 \emph default
7197  
7198 \family sans
7199 Enumerate
7200 \family default
7201  environment (i.e.
7202  it is an 
7203 \family sans
7204 Enumerate
7205 \family default
7206  inside an 
7207 \family sans
7208 Enumerate
7209 \family default
7210  inside an 
7211 \family sans
7212 Enumerate
7213 \family default
7214 ).
7215 \end_layout
7216
7217 \begin_layout Enumerate
7218 What happens if we 
7219 \emph on
7220 don't
7221 \emph default
7222  change the paragraph environment, but decrease the nesting depth? What
7223  type of numbering does LyX use?
7224 \end_layout
7225
7226 \begin_layout Enumerate
7227 Oh, as if you couldn't guess by now, we're just using 
7228 \family sans
7229 M-Return
7230 \family default
7231  to keep the current environment and depth but create a new item.
7232 \end_layout
7233
7234 \begin_layout Enumerate
7235 Let's use 
7236 \family sans
7237 S-M-Left
7238 \family default
7239  to decrease the depth after the next 
7240 \family sans
7241 M-Return
7242 \family default
7243 .
7244 \end_layout
7245
7246 \end_deeper
7247 \begin_layout Enumerate
7248 This is level #4.
7249  Look what type of label LyX is using!
7250 \end_layout
7251
7252 \end_deeper
7253 \begin_layout Enumerate
7254 This is level #3.
7255  Even though we've changed levels, LyX is still using a lowercase Roman
7256  numeral as the label.
7257  Why?
7258 \end_layout
7259
7260 \begin_layout Enumerate
7261 Because, even though the nesting depth has changed, the paragraph is 
7262 \emph on
7263 still
7264 \emph default
7265  a thirdfold 
7266 \family sans
7267 Enumerate
7268 \family default
7269  environment.
7270  Notice, however, that LyX 
7271 \emph on
7272 did
7273 \emph default
7274  reset the counter for the label.
7275 \end_layout
7276
7277 \end_deeper
7278 \begin_layout Enumerate
7279 Another 
7280 \family sans
7281 M-Return
7282 \family default
7283  
7284 \family sans
7285 S-M-Left
7286 \family default
7287  sequence, and we're back to level #2.
7288  This time, we not only changed the nesting depth, but we also moved back
7289  into the twofold-nested 
7290 \family sans
7291 Enumerate
7292 \family default
7293  environment.
7294 \end_layout
7295
7296 \end_deeper
7297 \begin_layout Enumerate
7298 The same thing happens if we do another 
7299 \family sans
7300 M-Return
7301 \family default
7302  
7303 \family sans
7304 S-M-Left
7305 \family default
7306  sequence and return to level #1, the outermost level.
7307 \end_layout
7308
7309 \begin_layout Standard
7310 Lastly, we reset the environment to 
7311 \family sans
7312 Standard
7313 \family default
7314 .
7315  As you can see, the level number doesn't correspond to what type of labelling
7316  LyX uses for the 
7317 \family sans
7318 Enumerate
7319 \family default
7320  and 
7321 \family sans
7322 Itemize
7323 \family default
7324  environments.
7325  The number of other 
7326 \family sans
7327 Enumerate
7328 \family default
7329  environments surrounding it determines what kind of label LyX uses for
7330  an 
7331 \family sans
7332 Enumerate
7333 \family default
7334  item.
7335  The same rule applies for the 
7336 \family sans
7337 Itemize
7338 \family default
7339  environment, as well.
7340 \end_layout
7341
7342 \begin_layout Subsubsection
7343 Example 4: Going Bonkers
7344 \end_layout
7345
7346 \begin_layout Enumerate
7347 We're going to go totally nuts now.
7348  We won't nest as deep as in the other examples, nor will we go into the
7349  same detail with how we did it.
7350  (level #1: 
7351 \family sans
7352 Enumerate
7353 \family default
7354 )
7355 \end_layout
7356
7357 \begin_deeper
7358 \begin_layout Standard
7359 (
7360 \family sans
7361 Return, S-M-Right, Standard
7362 \family default
7363 : level #2) We'll stick an encapsulated description of how we created the
7364  example in parentheses someplace.
7365  For example, the two keybindings are how we changed the depth.
7366  The environment name is the name of the current environment.
7367  Either before or after this, we'll put in the level.
7368 \end_layout
7369
7370 \end_deeper
7371 \begin_layout Enumerate
7372 (
7373 \family sans
7374 Return, Enumerate
7375 \family default
7376 : level #1) This is the next item in the list.
7377 \end_layout
7378
7379 \begin_deeper
7380 \begin_layout Verse
7381 Now we'll add verse.
7382 \newline
7383 It will get much worse.
7384 \newline
7385 (
7386 \family sans
7387 Return, S-M-Right, Verse
7388 \family default
7389 : level #2)
7390 \end_layout
7391
7392 \begin_layout Verse
7393 Fiddle dee, Fiddle doo.
7394 \newline
7395 Bippitey boppitey boo!
7396 \newline
7397 (
7398 \family sans
7399 M-Return)
7400 \end_layout
7401
7402 \begin_layout Verse
7403 Here comes a table:
7404 \end_layout
7405
7406 \begin_deeper
7407 \begin_layout Standard
7408 \begin_inset VSpace 0.3cm
7409 \end_inset
7410
7411
7412 \end_layout
7413
7414 \begin_layout Standard
7415 \align center
7416 \begin_inset Tabular
7417 <lyxtabular version="3" rows="2" columns="2">
7418 <features>
7419 <column alignment="center" valignment="top" width="0pt">
7420 <column alignment="center" valignment="top" leftline="true" width="0pt">
7421 <row>
7422 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Standard
7426
7427 \family roman
7428 \series medium
7429 \shape up
7430 \size normal
7431 \emph off
7432 \bar no
7433 \noun off
7434 \color none
7435 one-fish
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Standard
7444
7445 \family roman
7446 \series medium
7447 \shape up
7448 \size normal
7449 \emph off
7450 \bar no
7451 \noun off
7452 \color none
7453 two-fish
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 </row>
7459 <row topline="true">
7460 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Standard
7464
7465 \family roman
7466 \series medium
7467 \shape up
7468 \size normal
7469 \emph off
7470 \bar no
7471 \noun off
7472 \color none
7473 red-fish
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Standard
7482
7483 \family roman
7484 \series medium
7485 \shape up
7486 \size normal
7487 \emph off
7488 \bar no
7489 \noun off
7490 \color none
7491 blue-fish
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 </lyxtabular>
7498
7499 \end_inset
7500
7501
7502 \end_layout
7503
7504 \end_deeper
7505 \begin_layout Verse
7506 (
7507 \family sans
7508 M-Return, Table, S-M-Right
7509 \family default
7510  3 times, 
7511 \family sans
7512 M-Return, Verse, S-M-Left
7513 \family default
7514 )
7515 \end_layout
7516
7517 \end_deeper
7518 \begin_layout Enumerate
7519 (
7520 \family sans
7521 Return, Enumerate
7522 \family default
7523 : level #1) This is another item.
7524  Note that selecting a 
7525 \family sans
7526 Table
7527 \family default
7528  resets the nesting depth to level #1, so we increased the nesting depth
7529  3 times to put the table inside the 
7530 \family sans
7531 Verse
7532 \family default
7533  environment.
7534  
7535 \end_layout
7536
7537 \begin_layout Quotation
7538 We're now ending the 
7539 \family sans
7540 Enumerate
7541 \family default
7542  list and changing to 
7543 \family sans
7544 Quotation
7545 \family default
7546 .
7547  We're still at level #1.
7548  We want to show you some of the things you can do by mixing environments.
7549  The next set of paragraphs is a 
7550 \begin_inset Quotes eld
7551 \end_inset
7552
7553 quoted letter.
7554 \begin_inset Quotes erd
7555 \end_inset
7556
7557  We'll nest both the 
7558 \family sans
7559 Address
7560 \family default
7561  and 
7562 \family sans
7563 Right\InsetSpace ~
7564 Address
7565 \family default
7566  environments inside of this one, then use another nested 
7567 \family sans
7568 Quotation
7569 \family default
7570  for the letter body.
7571  We'll use 
7572 \family sans
7573 M-Return
7574 \family default
7575  to preserve the depth.
7576  Remember that you need to use 
7577 \family sans
7578 C-Return
7579 \family default
7580  to create multiple lines inside the 
7581 \family sans
7582 Address
7583 \family default
7584  and 
7585 \family sans
7586 Right\InsetSpace ~
7587 Address
7588 \family default
7589  environments.
7590  Here it goes:
7591 \end_layout
7592
7593 \begin_deeper
7594 \begin_layout Right Address
7595 1234 Nowhere Rd.
7596 \newline
7597 Moosegroin, MT 00100
7598 \newline
7599 9-6-96
7600 \end_layout
7601
7602 \begin_layout Address
7603 Dear Mr.\InsetSpace ~
7604 Fizlewitz:
7605 \end_layout
7606
7607 \begin_layout Quotation
7608 We regret to inform you that we cannot fill your order for 50
7609 \begin_inset Formula $\,$
7610 \end_inset
7611
7612 L of compressed methane gas due to circumstances beyond our control.
7613  Unfortunately, several of our cows have mysteriously exploded, creating
7614  a backlog in our orders for methane.
7615  We will place your name on the waiting list and try to fill your order
7616  as soon as possible.
7617  In the meantime, we thank you for your patience.
7618 \end_layout
7619
7620 \begin_layout Quotation
7621 We do, however, now have a special on beef.
7622  If you are interested, please return the enclosed pricing and order form
7623  with your order, along with payment.
7624 \end_layout
7625
7626 \begin_layout Quotation
7627 We thank you again for your patience.
7628 \end_layout
7629
7630 \begin_layout Address
7631 Sincerely,
7632 \newline
7633 Bill Hick
7634 \end_layout
7635
7636 \end_deeper
7637 \begin_layout Quotation
7638 That ends that example!
7639 \end_layout
7640
7641 \begin_layout Standard
7642 As you can see, nesting environments in LyX gives you a lot of power with
7643  just a few keystrokes.
7644  We could have easily nested an 
7645 \family sans
7646 Itemize
7647 \family default
7648  list inside of a 
7649 \family sans
7650 Quotation
7651 \family default
7652  or 
7653 \family sans
7654 Quote
7655 \family default
7656 , or put a 
7657 \family sans
7658 Quote
7659 \family default
7660  inside of an 
7661 \family sans
7662 Itemize
7663 \family default
7664  list.
7665  You have a huge variety of options at your disposal.
7666 \end_layout
7667
7668 \begin_layout Section
7669 Spacing, pagination and line breaks
7670 \end_layout
7671
7672 \begin_layout Subsection
7673 Horizontal Space
7674 \begin_inset LatexCommand label
7675 name "sub:Horizontal-Space"
7676
7677 \end_inset
7678
7679
7680 \end_layout
7681
7682 \begin_layout Subsubsection
7683
7684 \family sans
7685 Horizontal Fills
7686 \end_layout
7687
7688 \begin_layout Standard
7689 Horizontal Fills (HFills) are a special LyX feature for adding extra space
7690  in a uniform fashion.
7691  An HFill is actually a variable length space, whose length always equals
7692  the remaining space between the left and right margins.
7693  If there is more than one HFill on a line, they divide the available space
7694  equally between themselves.
7695  
7696 \end_layout
7697
7698 \begin_layout Standard
7699 HFill
7700 \family roman
7701 s
7702 \family default
7703  can be inserted with 
7704 \family sans
7705 Insert\SpecialChar \menuseparator
7706 Formatting\InsetSpace ~
7707 Character\SpecialChar \menuseparator
7708 Horizontal Fill
7709 \family default
7710 .
7711  Here a few examples what you can do with them:
7712 \end_layout
7713
7714 \begin_layout Quote
7715 \noindent
7716 This is on the left side 
7717 \hfill
7718 This is on the right
7719 \end_layout
7720
7721 \begin_layout Quote
7722 \noindent
7723 Left
7724 \hfill
7725 Middle
7726 \hfill
7727 Right
7728 \end_layout
7729
7730 \begin_layout Quote
7731 \noindent
7732 Left
7733 \hfill
7734 1/3 Left
7735 \hfill
7736
7737 \hfill
7738 Right
7739 \end_layout
7740
7741 \begin_layout Standard
7742 That was an example in the 
7743 \family sans
7744 Quote
7745 \family default
7746  environment.
7747  Here
7748 \begin_inset Formula $\to$
7749 \end_inset
7750
7751
7752 \hfill
7753
7754 \begin_inset Formula $\gets$
7755 \end_inset
7756
7757 is one in a standard paragraph.
7758  It may or may not be apparent in the printed text, but it 
7759 \emph on
7760 is
7761 \emph default
7762  sitting in-between the two arrows.
7763 \end_layout
7764
7765 \begin_layout Standard
7766 There may be more than one set of margins on a line.
7767  Here's an example with the 
7768 \family sans
7769 List
7770 \family default
7771  environment.
7772 \end_layout
7773
7774 \begin_layout Labeling
7775 \labelwidthstring 00.00.0000
7776 one
7777 \hfill
7778 two :three
7779 \hfill
7780 four
7781 \hfill
7782 five
7783 \hfill
7784 six
7785 \end_layout
7786
7787 \begin_layout Standard
7788 The 
7789 \begin_inset Quotes eld
7790 \end_inset
7791
7792 :
7793 \begin_inset Quotes erd
7794 \end_inset
7795
7796  marks the beginning of the item.
7797  (There is actually a 
7798 \begin_inset Quotes eld
7799 \end_inset
7800
7801 hidden
7802 \begin_inset Quotes erd
7803 \end_inset
7804
7805  HFill inside of the label of the 
7806 \family sans
7807 List
7808 \family default
7809  environment; it's put at the end of the label automatically.) HFills work
7810  similarly in other 
7811 \begin_inset Quotes eld
7812 \end_inset
7813
7814 multi-margin
7815 \begin_inset Quotes erd
7816 \end_inset
7817
7818  situations, like two-column mode.
7819 \end_layout
7820
7821 \begin_layout Standard
7822 Note: if an HFill is at the beginning of a line, and 
7823 \emph on
7824 not
7825 \emph default
7826  in the first line in a paragraph, LyX ignores it.
7827  This prevents HFills from accidentally being wrapped onto a new line.
7828  If you need space in this case anyway, you have to use the LaTeX-command
7829  
7830 \series bold
7831
7832 \backslash
7833 hspace*{
7834 \backslash
7835 fill}
7836 \series default
7837  in ERT.
7838  ERT is explained in section\InsetSpace ~
7839
7840 \begin_inset LatexCommand ref
7841 reference "sec:ERT"
7842
7843 \end_inset
7844
7845 .
7846 \end_layout
7847
7848 \begin_layout Subsubsection
7849 Other space variants
7850 \begin_inset LatexCommand label
7851 name "sub:Other-space-variants"
7852
7853 \end_inset
7854
7855
7856 \end_layout
7857
7858 \begin_layout Standard
7859 The following two sorts of spaces are not yet supported by LyX, so that
7860  you have to use ERT, see sec.
7861 \begin_inset Formula $\,$
7862 \end_inset
7863
7864
7865 \begin_inset LatexCommand ref
7866 reference "sec:ERT"
7867
7868 \end_inset
7869
7870 .
7871  That they are not supported is a hint that you need them very seldom in
7872  LyX.
7873  So use them only if it is really necessary (remind the WYSIWYM concept).
7874 \end_layout
7875
7876 \begin_layout Paragraph
7877 Defined space
7878 \end_layout
7879
7880 \begin_layout Standard
7881 Sometimes one needs space with a defined length, e.g for forms and questionnaires.
7882  This can be inserted by using the LaTeX-command 
7883 \series bold
7884
7885 \backslash
7886 hspace
7887 \series default
7888  in 
7889 \family sans
7890 ERT
7891 \family default
7892 .
7893  For example the command 
7894 \series bold
7895
7896 \backslash
7897 hspace{2cm}
7898 \series default
7899  produces 2
7900 \begin_inset Formula $\,$
7901 \end_inset
7902
7903 cm space within the following line:
7904 \end_layout
7905
7906 \begin_layout Standard
7907 This is a line with
7908 \begin_inset Formula $\to$
7909 \end_inset
7910
7911
7912 \begin_inset ERT
7913 status collapsed
7914
7915 \begin_layout Standard
7916
7917
7918 \backslash
7919 hspace{2cm}
7920 \end_layout
7921
7922 \end_inset
7923
7924
7925 \begin_inset Formula $\gets$
7926 \end_inset
7927
7928  2
7929 \begin_inset Formula $\,$
7930 \end_inset
7931
7932 cm space between the arrows.
7933 \end_layout
7934
7935 \begin_layout Standard
7936 You can use all length units listed in Appendix\InsetSpace ~
7937
7938 \begin_inset LatexCommand ref
7939 reference "cha:Units-available-in"
7940
7941 \end_inset
7942
7943 .
7944 \end_layout
7945
7946 \begin_layout Paragraph
7947 Phantom space
7948 \end_layout
7949
7950 \begin_layout Standard
7951 Sometimes you want to insert space with exactly the length of a phrase.
7952  E.g.
7953  you want to create the following multiple choice question:
7954 \end_layout
7955
7956 \begin_layout Standard
7957 \begin_inset VSpace medskip
7958 \end_inset
7959
7960 What is correct English?:
7961 \newline
7962
7963 \newline
7964 Mr.\InsetSpace ~
7965 Edge would have been jumps the gun.
7966 \newline
7967
7968 \begin_inset ERT
7969 status collapsed
7970
7971 \begin_layout Standard
7972
7973
7974 \backslash
7975 phantom{Mr.
7976  Edge }
7977 \end_layout
7978
7979 \end_inset
7980
7981 has to be jumped
7982 \newline
7983
7984 \begin_inset ERT
7985 status collapsed
7986
7987 \begin_layout Standard
7988
7989
7990 \backslash
7991 phantom{Mr.
7992  Edge }
7993 \end_layout
7994
7995 \end_inset
7996
7997 jumps
7998 \begin_inset VSpace medskip
7999 \end_inset
8000
8001
8002 \end_layout
8003
8004 \begin_layout Standard
8005 So that the choices appear exactly after the phrase 
8006 \begin_inset Quotes eld
8007 \end_inset
8008
8009 Mr.\InsetSpace ~
8010 Edge\InsetSpace ~
8011
8012 \begin_inset Quotes erd
8013 \end_inset
8014
8015 .
8016  To get this, you can use the LaTeX-command 
8017 \series bold
8018
8019 \backslash
8020 phantom
8021 \series default
8022  in ERT.
8023  In our case write the command 
8024 \series bold
8025
8026 \backslash
8027 phantom{Mr.
8028  Edge }
8029 \series default
8030  (note the space after 
8031 \begin_inset Quotes eld
8032 \end_inset
8033
8034 Edge
8035 \begin_inset Quotes erd
8036 \end_inset
8037
8038 ) at the beginning of the last two lines.
8039  The command prints out the phrase within the the two braces, but invisible.
8040  That is why it is named 
8041 \begin_inset Quotes eld
8042 \end_inset
8043
8044 phantom
8045 \begin_inset Quotes erd
8046 \end_inset
8047
8048 .
8049 \begin_inset Foot
8050 status collapsed
8051
8052 \begin_layout Standard
8053 There exists also the commands 
8054 \backslash
8055
8056 \series bold
8057 hphantom
8058 \series default
8059  and 
8060 \backslash
8061
8062 \series bold
8063 vphantom
8064 \series default
8065 , but this too special for the LyX userguide.
8066  If you are interested in knowing more about this, have a look at 
8067 \begin_inset LatexCommand cite
8068 key "latexcompanion,latexguide"
8069
8070 \end_inset
8071
8072 .
8073 \end_layout
8074
8075 \end_inset
8076
8077
8078 \end_layout
8079
8080 \begin_layout Subsection
8081 Vertical Space
8082 \begin_inset LatexCommand label
8083 name "sec:vertspace"
8084
8085 \end_inset
8086
8087
8088 \end_layout
8089
8090 \begin_layout Standard
8091 To add extra vertical space above or below a paragraph, use the 
8092 \family sans
8093 Edit\SpecialChar \menuseparator
8094 Paragraph Settings
8095 \family default
8096  dialog.
8097  There you find the following sizes:
8098 \end_layout
8099
8100 \begin_layout Standard
8101
8102 \family sans
8103 SmallSkip
8104 \family default
8105
8106 \family sans
8107 MedSkip
8108 \family default
8109  and 
8110 \family sans
8111 BigSkip
8112 \family default
8113  are LaTeX sizes which depends on the font size of the document.
8114  
8115 \family sans
8116 DefSkip
8117 \family default
8118  is the skip adjusted in the dialog 
8119 \family sans
8120 Document\SpecialChar \menuseparator
8121 Settings
8122 \family default
8123  for the paragraph separation.
8124  If you use indentation to separate paragraphs 
8125 \family sans
8126 DefSkip
8127 \family default
8128  is equal to 
8129 \family sans
8130 MedSkip
8131 \family default
8132 .
8133 \end_layout
8134
8135 \begin_layout Standard
8136
8137 \family sans
8138 VFill
8139 \family default
8140  is a variable space, set so that the space is maximal within one page.
8141  An example: You have only two short paragraphs on one page with a vfill
8142  between them.
8143  Then the first paragraph is placed at the top of the page and the second
8144  one at the bottom, because the space between them is then maximal.
8145  
8146 \family sans
8147 VFill
8148 \family default
8149 s work like 
8150 \family sans
8151 HFill
8152 \family default
8153 s: they fill the remaining vertical space on a page with blank space.
8154  If there are several 
8155 \family sans
8156 VFill
8157 \family default
8158 s on a page, they divide the remaining vertical space equally between themselves.
8159  You can therefore use 
8160 \family sans
8161 VFill
8162 \family default
8163 s to center text on a page, or even place text 2/3 down a page.
8164 \end_layout
8165
8166 \begin_layout Standard
8167
8168 \family sans
8169 Custom
8170 \family default
8171  are custom spaces in units explained in Appendix\InsetSpace ~
8172
8173 \begin_inset LatexCommand ref
8174 reference "cha:Units-available-in"
8175
8176 \end_inset
8177
8178 .
8179 \end_layout
8180
8181 \begin_layout Standard
8182 Note that for paragraphs at the top/bottom of a page, the extra space is
8183  only added if you have also checked the option 
8184 \family sans
8185 Keep\InsetSpace ~
8186 space
8187 \family default
8188  in the dialog 
8189 \family sans
8190 Edit\SpecialChar \menuseparator
8191 Paragraph Settings
8192 \family default
8193 .
8194 \end_layout
8195
8196 \begin_layout Subsection
8197 Paragraph Alignment
8198 \end_layout
8199
8200 \begin_layout Standard
8201 You can change the paragraph alignment with the 
8202 \family sans
8203 Edit\SpecialChar \menuseparator
8204 Paragraph Settings
8205 \family default
8206  dialog.
8207  There are four possibilities: 
8208 \end_layout
8209
8210 \begin_layout Itemize
8211
8212 \family sans
8213 Justified
8214 \end_layout
8215
8216 \begin_layout Itemize
8217
8218 \family sans
8219 Left
8220 \end_layout
8221
8222 \begin_layout Itemize
8223
8224 \family sans
8225 Right
8226 \end_layout
8227
8228 \begin_layout Itemize
8229
8230 \family sans
8231 Center
8232 \end_layout
8233
8234 \begin_layout Standard
8235 The default in most cases is justified alignment, in which the inter-word
8236  spacing is variable and each line of a paragraph fills the region between
8237  the left and right margins.
8238  The other three alignments should be self-explanatory, and look like this:
8239 \end_layout
8240
8241 \begin_layout Standard
8242 \align right
8243 This paragraph is right aligned,
8244 \end_layout
8245
8246 \begin_layout Standard
8247 \align center
8248 this one is centered,
8249 \end_layout
8250
8251 \begin_layout Standard
8252 \align left
8253 this one is left aligned.
8254 \end_layout
8255
8256 \begin_layout Subsection
8257 Forced Pagebreaks
8258 \begin_inset LatexCommand label
8259 name "sec:pagebreak"
8260
8261 \end_inset
8262
8263
8264 \end_layout
8265
8266 \begin_layout Standard
8267 If you don't like the way LaTeX does the pagebreaks in your document, you
8268  can force a pagebreak where you want one.
8269  Normally this will not be necessary, because LaTeX is good at pagebreaking.
8270  Only if you use many 
8271 \family sans
8272 Floats
8273 \family default
8274 , LaTeX's page breaking algorithm can fail.
8275 \end_layout
8276
8277 \begin_layout Standard
8278 We recommend not to use forced pagebreaks until the text is finished, and
8279  until you have checked in the preview to see if you 
8280 \emph on
8281 really
8282 \emph default
8283  have to change the pagebreaking.
8284 \end_layout
8285
8286 \begin_layout Standard
8287 There are two types of pagebreaks: One that ends the page without any special
8288  action.
8289  This can be inserted above or below a paragraph by the menu 
8290 \family sans
8291 Edit\SpecialChar \menuseparator
8292 Paragraph Settings
8293 \family default
8294 .
8295  The second type ends a page, but stretches the content of the page, so
8296  that it fills out the complete page.
8297  This type is useful to avoid whitespace when a pagebreak produces a page
8298  on which only the last few lines are absent.
8299  This type is not yet supported by LyX, so that you have to use the LaTeX
8300  command 
8301 \series bold
8302
8303 \backslash
8304 pagebreak[number]
8305 \series default
8306  in ERT
8307 \begin_inset Foot
8308 status collapsed
8309
8310 \begin_layout Standard
8311 More about ERT is in section\InsetSpace ~
8312
8313 \begin_inset LatexCommand ref
8314 reference "sec:ERT"
8315
8316 \end_inset
8317
8318 .
8319 \end_layout
8320
8321 \end_inset
8322
8323 .
8324  The number can vary between 0 and 4.
8325  If 4 or no number is used, it will always be created a pagebreak
8326 \begin_inset Foot
8327 status collapsed
8328
8329 \begin_layout Standard
8330 normally one uses simply 
8331 \series bold
8332
8333 \backslash
8334 pagebreak
8335 \series default
8336  without a number
8337 \end_layout
8338
8339 \end_inset
8340
8341 .
8342  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
8343  concerning the priority, if a pagebreak is created or not.
8344 \end_layout
8345
8346 \begin_layout Standard
8347 You might try to use a pagebreak to ensure that a figure or table appears
8348  at the top of a page.
8349  This is, of course, the wrong way to do it.
8350  LyX gives you a way of automatically ensuring that your figures and tables
8351  appear at the top of a page (or the bottom, or on their own page) without
8352  having to worry about what precedes or follows your figure or table.
8353  See chapter 
8354 \begin_inset LatexCommand ref
8355 reference "cha:Floats-and-Notes"
8356
8357 \end_inset
8358
8359  to learn more about 
8360 \family sans
8361 Floats
8362 \family default
8363 .
8364 \end_layout
8365
8366 \begin_layout Subsection
8367 Forced Linebreaks
8368 \end_layout
8369
8370 \begin_layout Standard
8371 Similar to pagebreaks there are two types of linebreaks: One that simply
8372  breaks the line.
8373  You can force this line break within a paragraph by selecting 
8374 \family sans
8375 Insert\SpecialChar \menuseparator
8376 Formatting\SpecialChar \menuseparator
8377 Line\InsetSpace ~
8378 Break
8379 \family default
8380  or with 
8381 \family sans
8382 C-Return
8383 \family default
8384 .
8385  The other type breaks the line and stretches it so that it fills out the
8386  whole space between the page margins.
8387  This is necessary to avoid 
8388 \begin_inset Quotes eld
8389 \end_inset
8390
8391 fringes
8392 \begin_inset Quotes erd
8393 \end_inset
8394
8395  in justifies paragraphs due to whitespace introduced by linebreaks.
8396  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
8397
8398 \series bold
8399
8400 \backslash
8401 linebreak[number]
8402 \series default
8403  in 
8404 \family sans
8405 ERT
8406 \family default
8407 .
8408  The syntax is similar tho the command 
8409 \series bold
8410
8411 \backslash
8412 pagebreak
8413 \series default
8414 , described in the previous section.
8415 \end_layout
8416
8417 \begin_layout Standard
8418 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
8419  LaTeX is very good at linebreaking.
8420  There are, however, a number of situations where it is necessary to actively
8421  set a linebreak, e.g.
8422  in a poem or for an address (see sections 
8423 \begin_inset LatexCommand ref
8424 reference "sec:quote"
8425
8426 \end_inset
8427
8428
8429 \begin_inset LatexCommand ref
8430 reference "sec:Verse"
8431
8432 \end_inset
8433
8434  and 
8435 \begin_inset LatexCommand ref
8436 reference "sec:adress_usage"
8437
8438 \end_inset
8439
8440 ).
8441 \end_layout
8442
8443 \begin_layout Subsection
8444 Protected Blanks
8445 \begin_inset LatexCommand label
8446 name "sub:Protected-blanks"
8447
8448 \end_inset
8449
8450
8451 \end_layout
8452
8453 \begin_layout Standard
8454 The 
8455 \family sans
8456 protected\InsetSpace ~
8457 blank
8458 \family default
8459  is used to tell LyX (and LaTeX) not to break the line at that point.
8460  This may be necessary to avoid unlucky linebreaks, like in: 
8461 \end_layout
8462
8463 \begin_layout Quote
8464 More information is given in section
8465 \newline
8466 2.2.
8467  
8468 \end_layout
8469
8470 \begin_layout Standard
8471 Obviously, it would be a good thing to put a protected blank between 
8472 \begin_inset Quotes eld
8473 \end_inset
8474
8475 section
8476 \begin_inset Quotes erd
8477 \end_inset
8478
8479  and 
8480 \begin_inset Quotes eld
8481 \end_inset
8482
8483 2.2
8484 \begin_inset Quotes erd
8485 \end_inset
8486
8487 .
8488  A protected blank is inserted with 
8489 \family sans
8490 Insert\SpecialChar \menuseparator
8491 Formatting\SpecialChar \menuseparator
8492 Protected\InsetSpace ~
8493 Space
8494 \family default
8495  or with 
8496 \family sans
8497 C-Space.
8498 \end_layout
8499
8500 \begin_layout Subsection
8501 Lines around Paragraphs
8502 \begin_inset LatexCommand label
8503 name "sub:Lines-around-Paragraphs"
8504
8505 \end_inset
8506
8507
8508 \end_layout
8509
8510 \begin_layout Standard
8511
8512 \lyxline
8513
8514 \begin_inset ERT
8515 status collapsed
8516
8517 \begin_layout Standard
8518
8519
8520 \backslash
8521 vspace{-1
8522 \backslash
8523 parskip}
8524 \end_layout
8525
8526 \begin_layout Standard
8527
8528 \end_layout
8529
8530 \end_inset
8531
8532 In the dialog 
8533 \family sans
8534 Edit\SpecialChar \menuseparator
8535 Paragraph Settings
8536 \family default
8537  you can put lines above and below a paragraph, as this is done for this
8538  paragraph.
8539 \lyxline
8540
8541 \end_layout
8542
8543 \begin_layout Section
8544 Fonts and Text Styles
8545 \begin_inset LatexCommand label
8546 name "sec:Fonts-and-Text"
8547
8548 \end_inset
8549
8550
8551 \end_layout
8552
8553 \begin_layout Subsection
8554 Overview
8555 \end_layout
8556
8557 \begin_layout Standard
8558 There are two types of fonts:
8559 \end_layout
8560
8561 \begin_layout Description
8562 Outline\InsetSpace ~
8563 fonts are fonts, built from outlines of the single glyphs (i.e.
8564  characters) in the font.
8565  This means that each glyph is defined using mathematical curves that are
8566  well suited for scaling to any requested size.
8567  This mathematical definition is interpreted by the font renderer and the
8568  curve is filled out with pixels according to the size and glyph.
8569  This means that outline fonts will look pretty good in all sizes.
8570  Only at very small sizes it might be hard to provide a good rendering at
8571  very small sizes, where each pixel has to be very carefully computed to
8572  provide a good image.
8573 \newline
8574 One could mean that one only needs to define one font
8575  size and scale them.
8576  But to achieve a better quality, many fonts define several font sizes.
8577  That improves the appearance, because you need more details at large font
8578  sizes than at small ones.
8579 \newline
8580 The font types 
8581 \family typewriter
8582 TrueType
8583 \family default
8584
8585 \family typewriter
8586 OpenType
8587 \family default
8588 , and 
8589 \family typewriter
8590 Type\InsetSpace ~
8591 1 PostScript
8592 \family default
8593  are outline fonts.
8594 \end_layout
8595
8596 \begin_layout Description
8597 Bitmap\InsetSpace ~
8598 fonts on the other hand, are defined by bitmap graphics from the start,
8599  so they will look good at all the sizes they are meant for.
8600  However, they don't scale well, because in order to scale a glyph, each
8601  pixel is enlarged into several pixels.
8602  It is the same effect that happens if you try to enlarge a picture in a
8603  picture manipulation program.
8604  In order to relieve this effect, bitmap fonts are typically provided in
8605  several fixed sizes typically from around 8 pixels high up to 34 pixels
8606  or so high in steps according to what is believed to be useful.
8607  The advantage of bitmap fonts is that no complicated computations are necessary
8608  to display each glyph, so bitmap fonts are thus faster displayed than scalable
8609  fonts.
8610  The disadvantage is that sizes that don't exists as fixed versions have
8611  to be scaled by doubling pixels, and thus look bad.
8612 \newline
8613 Bitmap fonts are named
8614  
8615 \family typewriter
8616 Type\InsetSpace ~
8617 3
8618 \family default
8619  in PostScript- and PDF-documents.
8620 \end_layout
8621
8622 \begin_layout Standard
8623 The result of all this, is that bitmap fonts are best for the size they
8624  are designed for, while scalable fonts are good for nearly all sizes.
8625  So one need less font size definitions for scalable fonts.
8626  That's the reason why nearly all text render and typesetting programs use
8627  scalable fonts.
8628 \end_layout
8629
8630 \begin_layout Standard
8631 To test which fonts are used in a PDF-document, you can have a look into
8632  its document properties.
8633 \end_layout
8634
8635 \begin_layout Standard
8636 Many modern typesetting and markup languages have begun to move towards
8637  specifying character styles rather than specifying a particular font.
8638  For example, instead of changing to an italicized version of the current
8639  font to emphasize text, you use an 
8640 \begin_inset Quotes eld
8641 \end_inset
8642
8643 emphasized style
8644 \begin_inset Quotes erd
8645 \end_inset
8646
8647  instead.
8648  This concept fits in perfectly with LyX.
8649  In LyX, you do things based on contexts, rather than focusing on typesetting
8650  details.
8651 \end_layout
8652
8653 \begin_layout Subsection
8654 Document Font and Font size
8655 \begin_inset LatexCommand label
8656 name "sub:Document-Font"
8657
8658 \end_inset
8659
8660
8661 \end_layout
8662
8663 \begin_layout Standard
8664 You can set the default font in the
8665 \family sans
8666 Document\SpecialChar \menuseparator
8667 Settings
8668 \family default
8669  dialog.
8670  The possible options for the font include 
8671 \family sans
8672 default
8673 \family default
8674  and a list of fonts available on your system.
8675  The option 
8676 \family sans
8677 default
8678 \family default
8679  uses the standard TeX fonts, known as 
8680 \begin_inset Quotes eld
8681 \end_inset
8682
8683
8684 \family typewriter
8685 Computer Modern
8686 \family default
8687
8688 \begin_inset Quotes erd
8689 \end_inset
8690
8691  (
8692 \family typewriter
8693 cm
8694 \family default
8695 ) or 
8696 \begin_inset Quotes eld
8697 \end_inset
8698
8699
8700 \family typewriter
8701 European Computer Modern
8702 \family default
8703
8704 \begin_inset Quotes erd
8705 \end_inset
8706
8707  (
8708 \family typewriter
8709 ec
8710 \family default
8711 ).
8712 \end_layout
8713
8714 \begin_layout Standard
8715 As 
8716 \family typewriter
8717 cm
8718 \family default
8719  and 
8720 \family typewriter
8721 ec
8722 \family default
8723  are bitmap fonts, they often looks pixeld in PDF output, especially when
8724  you read the PDF in a zoomed size.
8725  This problem doesn't appear if you read PDFs in 
8726 \family typewriter
8727 Acroread
8728 \family default
8729  in version 6 or later, because this program includes a special bitmap font
8730  renderer.
8731  But to get rid of pixeld fonts generally, you have to use an outline font.
8732  We will show you three possibilities to use them:
8733 \end_layout
8734
8735 \begin_layout Itemize
8736 One way is to use the 
8737 \family typewriter
8738 ae
8739 \family default
8740  font by choosing it in the 
8741 \family sans
8742 Document\SpecialChar \menuseparator
8743 Settings
8744 \family default
8745  dialog.
8746  
8747 \family typewriter
8748 ae
8749 \family default
8750  stands for 
8751 \begin_inset Quotes eld
8752 \end_inset
8753
8754 Almost European
8755 \begin_inset Quotes erd
8756 \end_inset
8757
8758  and is a virtual font.
8759  Virtual means that it 
8760 \begin_inset Quotes eld
8761 \end_inset
8762
8763 steals
8764 \begin_inset Quotes eld
8765 \end_inset
8766
8767  outline 
8768 \family typewriter
8769 cm
8770 \family default
8771 -glyphs from other fonts.
8772  This has the disadvantage that some characters are missing, like the French
8773  guillemets (
8774 \begin_inset Quotes eld
8775 \end_inset
8776
8777 «
8778 \begin_inset Quotes erd
8779 \end_inset
8780
8781  and 
8782 \begin_inset Quotes eld
8783 \end_inset
8784
8785 »
8786 \begin_inset Quotes erd
8787 \end_inset
8788
8789 )
8790 \begin_inset Foot
8791 status collapsed
8792
8793 \begin_layout Standard
8794 Loading the LaTeX-package 
8795 \family typewriter
8796 aeguill
8797 \family default
8798  with the document preamble line
8799 \end_layout
8800
8801 \begin_layout Standard
8802
8803 \series bold
8804
8805 \backslash
8806 usepackage[ec]{aeguill}
8807 \end_layout
8808
8809 \begin_layout Standard
8810 will fix the guillemet problem.
8811 \end_layout
8812
8813 \end_inset
8814
8815 .
8816  And accented characters are not 
8817 \emph on
8818 one
8819 \emph default
8820  glyph, they are build of 
8821 \emph on
8822 two
8823 \emph default
8824  characters, the accent and the letter.
8825  Therefore you can't search in documents that are created with the 
8826 \family typewriter
8827 ae
8828 \family default
8829  font for words with accented characters.
8830  E.g.
8831  if you search for the French word 
8832 \begin_inset Quotes eld
8833 \end_inset
8834
8835 rève
8836 \begin_inset Quotes erd
8837 \end_inset
8838
8839  in a PDF, you won't get any result, because the PDF-viewer searches for
8840  the glyph 
8841 \begin_inset Quotes eld
8842 \end_inset
8843
8844  è 
8845 \begin_inset Quotes erd
8846 \end_inset
8847
8848  and not for the glyph 
8849 \begin_inset Quotes eld
8850 \end_inset
8851
8852  e + 
8853 \begin_inset ERT
8854 status collapsed
8855
8856 \begin_layout Standard
8857
8858
8859 \backslash
8860 `{}
8861 \end_layout
8862
8863 \end_inset
8864
8865  
8866 \begin_inset Quotes erd
8867 \end_inset
8868
8869 .
8870 \begin_inset Note Note
8871 status collapsed
8872
8873 \begin_layout Standard
8874 The LaTeX command 
8875 \series bold
8876
8877 \backslash
8878 `
8879 \series default
8880  produces a grave.
8881  The two braces behind the command prevents the following quotation mark
8882  to be accented with the grave.
8883 \newline
8884 More about ERT and LaTeX-commands is described
8885  in section 
8886 \begin_inset LatexCommand ref
8887 reference "sec:ERT"
8888
8889 \end_inset
8890
8891 .
8892 \end_layout
8893
8894 \end_inset
8895
8896  Note, that this problem appears only in the output, because LyX's screen
8897  fonts are different from the one in the output, see the last paragraph
8898  in this section.
8899 \end_layout
8900
8901 \begin_layout Itemize
8902 Another possibility is to use three different outline fonts
8903 \begin_inset Foot
8904 status collapsed
8905
8906 \begin_layout Standard
8907 Other fonts, like 
8908 \family typewriter
8909 Latin Modern
8910 \family default
8911  or 
8912 \family typewriter
8913 Computer Modern
8914 \family default
8915 , consists of these three main font types 
8916 \family sans
8917 sans\InsetSpace ~
8918 serif
8919 \family default
8920
8921 \family sans
8922 typewriter
8923 \family default
8924 , and 
8925 \family sans
8926 serif
8927 \family default
8928 .
8929 \end_layout
8930
8931 \end_inset
8932
8933
8934 \family sans
8935 helvetica
8936 \family default
8937  as sans serif font (package 
8938 \family typewriter
8939 helvet
8940 \family default
8941 ), 
8942 \family sans
8943 courier
8944 \family default
8945  for typewriter (package 
8946 \family typewriter
8947 courier
8948 \family default
8949 ), and 
8950 \family sans
8951 times
8952 \family default
8953  as serif font (package 
8954 \family typewriter
8955 mathptmx
8956 \family default
8957 ).
8958  They are loaded in the document preamble (menu 
8959 \family sans
8960 Document\SpecialChar \menuseparator
8961 Settings
8962 \family default
8963 ) with the following lines:
8964 \begin_inset VSpace medskip
8965 \end_inset
8966
8967
8968 \series bold
8969
8970 \newline
8971
8972 \backslash
8973 usepackage[scaled=0.92]{helvet} 
8974 \newline
8975
8976 \backslash
8977 usepackage{mathptmx} 
8978 \newline
8979
8980 \backslash
8981 usepackage{courier}
8982 \series default
8983
8984 \begin_inset VSpace medskip
8985 \end_inset
8986
8987
8988 \newline
8989 You also have to use 
8990 \family sans
8991 default
8992 \family default
8993  as font in the 
8994 \family sans
8995 Document\SpecialChar \menuseparator
8996 Settings
8997 \family default
8998  dialog.
8999 \newline
9000 The differences between 
9001 \family sans
9002 sans\InsetSpace ~
9003 serif
9004 \family default
9005
9006 \family sans
9007 typewriter
9008 \family default
9009  and 
9010 \family sans
9011 serif
9012 \family default
9013  fonts are explained in section\InsetSpace ~
9014
9015 \begin_inset LatexCommand ref
9016 reference "sub:Fine-Tuning-with-the"
9017
9018 \end_inset
9019
9020 .
9021 \newline
9022 The font 
9023 \family sans
9024 times
9025 \family default
9026  was originally designed for newspapers.
9027  That means its glyphs are smaller than the one from other fonts to fit
9028  into the small newspaper columns.
9029  So 
9030 \family sans
9031 times
9032 \family default
9033  is not the optimal choice for larger documents like books.
9034 \end_layout
9035
9036 \begin_layout Itemize
9037 The best solution is to use the 
9038 \begin_inset Quotes eld
9039 \end_inset
9040
9041
9042 \family typewriter
9043 Latin Modern
9044 \family default
9045
9046 \begin_inset Quotes erd
9047 \end_inset
9048
9049  (
9050 \family typewriter
9051 lm
9052 \family default
9053 ) font.
9054  This font is developed in order of the LaTeX community to replace 
9055 \family typewriter
9056 cm
9057 \family default
9058  as default font.
9059  To use the font, use 
9060 \family sans
9061 default
9062 \family default
9063  as font in the 
9064 \family sans
9065 Document\SpecialChar \menuseparator
9066 Settings
9067 \family default
9068  dialog and add the following line to the document preamble:
9069 \begin_inset VSpace medskip
9070 \end_inset
9071
9072
9073 \newline
9074
9075 \series bold
9076
9077 \backslash
9078 usepackage{lmodern}
9079 \end_layout
9080
9081 \begin_layout Standard
9082 The document font size is adjusted in the dialog 
9083 \family sans
9084 Document\SpecialChar \menuseparator
9085 Settings
9086 \family default
9087 .
9088  There are four possible values: 
9089 \family sans
9090 default, 10
9091 \family default
9092
9093 \family sans
9094 11
9095 \family default
9096 , and 
9097 \family sans
9098 12
9099 \family default
9100 .
9101  The size of 
9102 \family sans
9103 default
9104 \family default
9105  depends on your LaTeX-system, normally it is equal to the font size 10.
9106 \end_layout
9107
9108 \begin_layout Standard
9109 The font sizes are the 
9110 \emph on
9111 base size
9112 \emph default
9113 .
9114  LyX actually scales all other possible font sizes (such as those used in
9115  footnotes, super-, and subscripts) by this value.
9116  You can always fine-tune the font size of text parts from within the document
9117  if you need to.
9118  The possible font sizes for text parts are explained in section\InsetSpace ~
9119
9120 \begin_inset LatexCommand ref
9121 reference "sub:Fine-Tuning-with-the"
9122
9123 \end_inset
9124
9125 .
9126 \end_layout
9127
9128 \begin_layout Standard
9129 Note that when you choose a new font or font size, LyX does 
9130 \emph on
9131 not
9132 \emph default
9133  change the screen font.
9134  You'll only see a difference in the printed output.
9135  This is part of the WYSIWYM concept.
9136  LyX's screen fonts can be adjusted in the 
9137 \family sans
9138 Tools\SpecialChar \menuseparator
9139 Preferences
9140 \family default
9141  dialog, see chapter\InsetSpace ~
9142
9143 \begin_inset LatexCommand ref
9144 reference "cha:The-Preferences-dialog"
9145
9146 \end_inset
9147
9148 .
9149 \end_layout
9150
9151 \begin_layout Subsection
9152 Using Different Character Styles
9153 \end_layout
9154
9155 \begin_layout Standard
9156 As we've already seen, LyX automatically changes the character style for
9157  certain paragraph environments.
9158  LyX supports two character styles, 
9159 \family sans
9160 Emphasized
9161 \family default
9162  and 
9163 \family sans
9164 Noun
9165 \family default
9166 .
9167  You can activate both of these styles via keybindings, the menus, and the
9168  toolbar.
9169 \end_layout
9170
9171 \begin_layout Standard
9172 To activate the 
9173 \family sans
9174 Noun
9175 \family default
9176  style, do one of the following:
9177 \end_layout
9178
9179 \begin_layout Itemize
9180 click on the toolbar button 
9181 \begin_inset Graphics
9182         filename ../images/font-noun.xpm
9183
9184 \end_inset
9185
9186
9187 \end_layout
9188
9189 \begin_layout Itemize
9190 use the keybinding 
9191 \family sans
9192 M-c\InsetSpace ~
9193 c
9194 \end_layout
9195
9196 \begin_layout Standard
9197 These commands are all toggles.
9198  That is, if 
9199 \family sans
9200 Noun
9201 \family default
9202  style is already active, they deactivate it.
9203 \end_layout
9204
9205 \begin_layout Standard
9206 One typically uses the 
9207 \family sans
9208 Noun
9209 \family default
9210  style for proper names.
9211  For example: 
9212 \begin_inset Quotes eld
9213 \end_inset
9214
9215
9216 \noun on
9217 Matthias Ettrich
9218 \noun default
9219  is the original author of LyX.
9220 \begin_inset Quotes erd
9221 \end_inset
9222
9223
9224 \end_layout
9225
9226 \begin_layout Standard
9227 A more widely used character style is the 
9228 \family sans
9229 Emphasized
9230 \family default
9231  style.
9232  You can activate (or deactivate - it's also a toggle) the 
9233 \family sans
9234 Emphasized
9235 \family default
9236  style by:
9237 \end_layout
9238
9239 \begin_layout Itemize
9240 clicking on the toolbar button 
9241 \begin_inset Graphics
9242         filename ../images/font-emph.xpm
9243
9244 \end_inset
9245
9246
9247 \end_layout
9248
9249 \begin_layout Itemize
9250 using the keybindings 
9251 \family sans
9252 M-c\InsetSpace ~
9253 e
9254 \end_layout
9255
9256 \begin_layout Standard
9257 Normally the 
9258 \family sans
9259 Emphasized
9260 \family default
9261  style is equivalent to an italic font but some document classes or LaTeX-packag
9262 es use a different font.
9263 \end_layout
9264
9265 \begin_layout Standard
9266 We've been using the 
9267 \family sans
9268 Emphasized
9269 \family default
9270  style all over the place in this document.
9271  Here's one more example:
9272 \end_layout
9273
9274 \begin_layout Quotation
9275
9276 \emph on
9277 Don't overuse character styles!
9278 \end_layout
9279
9280 \begin_layout Standard
9281 It's also a warning in addition to an example.
9282  One's writing should parallel ordinary conversation.
9283  Since we don't all constantly scream at each other, we should also avoid
9284  the common tendency to overuse character style.
9285  
9286 \end_layout
9287
9288 \begin_layout Standard
9289 You can always reset to the default font using the keybinding 
9290 \family sans
9291 M-c\InsetSpace ~
9292 Space
9293 \family default
9294  or the dialog 
9295 \family sans
9296 Edit\SpecialChar \menuseparator
9297 Text\InsetSpace ~
9298 Style
9299 \family default
9300 .
9301 \end_layout
9302
9303 \begin_layout Subsection
9304 Fine-Tuning with the 
9305 \family sans
9306 Text Style
9307 \family default
9308  dialog
9309 \begin_inset LatexCommand label
9310 name "sub:Fine-Tuning-with-the"
9311
9312 \end_inset
9313
9314
9315 \end_layout
9316
9317 \begin_layout Standard
9318 There are always occasions when you'll need to do some fine-tuning, so LyX
9319  gives you a way to create custom character style.
9320  For example, an academic journal or a corporation may have a style sheet
9321  requiring a sans-serif font be used in certain situations.
9322  Also, writers sometimes use a different font to offset a character's thoughts
9323  from ordinary dialogue.
9324 \end_layout
9325
9326 \begin_layout Standard
9327 Before we document how to use custom character style, we want to issue a
9328  warning yet again: Don't overuse character styles! 
9329 \newline
9330 Documents that overuse
9331  different fonts and sizes are not well readable and tend to look like someone's
9332  knocked huge holes in it.
9333 \end_layout
9334
9335 \begin_layout Standard
9336 To use custom character styles, open the 
9337 \family sans
9338 Edit\SpecialChar \menuseparator
9339 Text\InsetSpace ~
9340 Style
9341 \family default
9342  dialog.
9343  There are several boxes on this dialog, each corresponding to a different
9344  font property which you can choose.
9345  You can choose an option for one of these properties, or select 
9346 \family sans
9347 No\InsetSpace ~
9348 change
9349 \family default
9350 , which keeps the current state of that property.
9351  The item 
9352 \family sans
9353 Reset
9354 \family default
9355  will reset the property to whatever is the default.
9356  You can use this to reset attributes across a bunch of different paragraph
9357  environments in a snap.
9358 \end_layout
9359
9360 \begin_layout Standard
9361 The font properties, and their options (in addition to 
9362 \family sans
9363 No\InsetSpace ~
9364 change
9365 \family default
9366  and 
9367 \family sans
9368 Reset
9369 \family default
9370 ) are:
9371 \end_layout
9372
9373 \begin_layout Labeling
9374 \labelwidthstring 00.00.0000
9375
9376 \family sans
9377 Family
9378 \family default
9379  The 
9380 \begin_inset Quotes eld
9381 \end_inset
9382
9383 overall look
9384 \begin_inset Quotes erd
9385 \end_inset
9386
9387  of the font.
9388  The possible options are:
9389 \end_layout
9390
9391 \begin_deeper
9392 \begin_layout Labeling
9393 \labelwidthstring 00.00.0000
9394
9395 \family sans
9396 Roman
9397 \family default
9398  This is the Roman font family.
9399  Normally a serif font.
9400  It's also the default family.
9401  (keybinding 
9402 \begin_inset ERT
9403 status collapsed
9404
9405 \begin_layout Standard
9406
9407
9408 \backslash
9409 mbox{
9410 \end_layout
9411
9412 \end_inset
9413
9414
9415 \family sans
9416 M-c\InsetSpace ~
9417 r
9418 \family default
9419
9420 \begin_inset ERT
9421 status collapsed
9422
9423 \begin_layout Standard
9424
9425 }
9426 \end_layout
9427
9428 \end_inset
9429
9430 )
9431 \begin_inset Note Note
9432 status collapsed
9433
9434 \begin_layout Standard
9435 The LaTeX-command prevents text to be breaked at the end of a line.
9436  It is explained in section 
9437 \begin_inset LatexCommand ref
9438 reference "sub:Hyphenation"
9439
9440 \end_inset
9441
9442 .
9443 \end_layout
9444
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \begin_layout Labeling
9451 \labelwidthstring 00.00.0000
9452
9453 \family sans
9454 Sans\InsetSpace ~
9455 Serif
9456 \family default
9457  
9458 \family sans
9459 This is the Sans Serif font family.
9460
9461 \family default
9462  (keybinding 
9463 \begin_inset ERT
9464 status collapsed
9465
9466 \begin_layout Standard
9467
9468
9469 \backslash
9470 mbox{
9471 \end_layout
9472
9473 \end_inset
9474
9475
9476 \family sans
9477 M-c\InsetSpace ~
9478 s
9479 \family default
9480
9481 \begin_inset ERT
9482 status collapsed
9483
9484 \begin_layout Standard
9485
9486 }
9487 \end_layout
9488
9489 \end_inset
9490
9491 )
9492 \end_layout
9493
9494 \begin_layout Labeling
9495 \labelwidthstring 00.00.0000
9496
9497 \family sans
9498 Typewriter
9499 \family default
9500  
9501 \family typewriter
9502 This is the Typewriter font family.
9503
9504 \family default
9505  (keybinding 
9506 \begin_inset ERT
9507 status collapsed
9508
9509 \begin_layout Standard
9510
9511
9512 \backslash
9513 mbox{
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \family sans
9520 M-c\InsetSpace ~
9521 p
9522 \family default
9523
9524 \begin_inset ERT
9525 status collapsed
9526
9527 \begin_layout Standard
9528
9529 }
9530 \end_layout
9531
9532 \end_inset
9533
9534
9535 \family sans
9536 )
9537 \end_layout
9538
9539 \end_deeper
9540 \begin_layout Labeling
9541 \labelwidthstring 00.00.0000
9542
9543 \family sans
9544 Series
9545 \family default
9546  This corresponds to the print weight.
9547  Options are:
9548 \end_layout
9549
9550 \begin_deeper
9551 \begin_layout Labeling
9552 \labelwidthstring 00.00.0000
9553
9554 \family sans
9555 Medium
9556 \family default
9557  This is the Medium font series.
9558  It's also the default series.
9559 \end_layout
9560
9561 \begin_layout Labeling
9562 \labelwidthstring 00.00.0000
9563
9564 \family sans
9565 Bold
9566 \family default
9567  
9568 \series bold
9569 This is the Bold font series.
9570
9571 \series default
9572  (keybinding 
9573 \begin_inset ERT
9574 status collapsed
9575
9576 \begin_layout Standard
9577
9578
9579 \backslash
9580 mbox{
9581 \end_layout
9582
9583 \end_inset
9584
9585
9586 \family sans
9587 M-c\InsetSpace ~
9588 b
9589 \family default
9590
9591 \begin_inset ERT
9592 status collapsed
9593
9594 \begin_layout Standard
9595
9596 }
9597 \end_layout
9598
9599 \end_inset
9600
9601 )
9602 \end_layout
9603
9604 \end_deeper
9605 \begin_layout Labeling
9606 \labelwidthstring 00.00.0000
9607
9608 \family sans
9609 Shape
9610 \family default
9611  As the name implies.
9612  Options are:
9613 \end_layout
9614
9615 \begin_deeper
9616 \begin_layout Labeling
9617 \labelwidthstring 00.00.0000
9618
9619 \family sans
9620 Upright
9621 \family default
9622  This is the Upright font shape.
9623  It's also the default shape.
9624 \end_layout
9625
9626 \begin_layout Labeling
9627 \labelwidthstring 00.00.0000
9628
9629 \family sans
9630 Italic
9631 \family default
9632  
9633 \shape italic
9634 This
9635 \shape default
9636  
9637 \family sans
9638 \shape italic
9639 i
9640 \family default
9641 s the Italic font shape
9642 \shape default
9643 \emph on
9644 .
9645 \end_layout
9646
9647 \begin_layout Labeling
9648 \labelwidthstring 00.00.0000
9649
9650 \family sans
9651 Slanted
9652 \family default
9653  
9654 \shape slanted
9655 This is the Slanted font shape
9656 \shape default
9657  (although it might not be visible in LyX, this is different from italic).
9658 \end_layout
9659
9660 \begin_layout Labeling
9661 \labelwidthstring 00.00.0000
9662
9663 \family sans
9664 Small\InsetSpace ~
9665 Caps
9666 \family default
9667  
9668 \shape smallcaps
9669 This is the Small caps font shape
9670 \shape default
9671 \noun on
9672 .
9673 \end_layout
9674
9675 \end_deeper
9676 \begin_layout Labeling
9677 \labelwidthstring 00.00.0000
9678
9679 \family sans
9680 Size
9681 \family default
9682  Alters the size of the font.
9683  You'll find no numerical values here; all possible sizes are actually proportio
9684 nal to the document font size.
9685  Once again, you don't feed LyX the details, but a general description of
9686  what you want to do.
9687  The options are:
9688 \end_layout
9689
9690 \begin_deeper
9691 \begin_layout Labeling
9692 \labelwidthstring 00.00.0000
9693
9694 \family sans
9695 Tiny
9696 \family default
9697  
9698 \size tiny
9699 This is the 
9700 \begin_inset Quotes eld
9701 \end_inset
9702
9703 Tiny
9704 \begin_inset Quotes erd
9705 \end_inset
9706
9707  font size.
9708
9709 \size default
9710  (keybinding 
9711 \begin_inset ERT
9712 status collapsed
9713
9714 \begin_layout Standard
9715
9716
9717 \backslash
9718 mbox{
9719 \end_layout
9720
9721 \end_inset
9722
9723
9724 \family sans
9725 M-s\InsetSpace ~
9726 t
9727 \family default
9728
9729 \begin_inset ERT
9730 status collapsed
9731
9732 \begin_layout Standard
9733
9734 }
9735 \end_layout
9736
9737 \end_inset
9738
9739  or 
9740 \begin_inset ERT
9741 status collapsed
9742
9743 \begin_layout Standard
9744
9745
9746 \backslash
9747 mbox{
9748 \end_layout
9749
9750 \end_inset
9751
9752
9753 \family sans
9754 M-s\InsetSpace ~
9755 1
9756 \family default
9757
9758 \begin_inset ERT
9759 status collapsed
9760
9761 \begin_layout Standard
9762
9763 }
9764 \end_layout
9765
9766 \end_inset
9767
9768 )
9769 \end_layout
9770
9771 \begin_layout Labeling
9772 \labelwidthstring 00.00.0000
9773
9774 \family sans
9775 Smallest
9776 \family default
9777  
9778 \size scriptsize
9779 This is the 
9780 \begin_inset Quotes eld
9781 \end_inset
9782
9783 Smallest
9784 \begin_inset Quotes erd
9785 \end_inset
9786
9787  font size
9788 \size default
9789 .
9790  (keybinding 
9791 \begin_inset ERT
9792 status collapsed
9793
9794 \begin_layout Standard
9795
9796
9797 \backslash
9798 mbox{
9799 \end_layout
9800
9801 \end_inset
9802
9803
9804 \family sans
9805 M-s\InsetSpace ~
9806
9807 \family default
9808 2
9809 \begin_inset ERT
9810 status collapsed
9811
9812 \begin_layout Standard
9813
9814 }
9815 \end_layout
9816
9817 \end_inset
9818
9819 )
9820 \end_layout
9821
9822 \begin_layout Labeling
9823 \labelwidthstring 00.00.0000
9824
9825 \family sans
9826 Smaller
9827 \family default
9828  
9829 \size footnotesize
9830 This is the 
9831 \begin_inset Quotes eld
9832 \end_inset
9833
9834 Smaller
9835 \begin_inset Quotes erd
9836 \end_inset
9837
9838  font size.
9839
9840 \size default
9841  (keybinding 
9842 \begin_inset ERT
9843 status collapsed
9844
9845 \begin_layout Standard
9846
9847
9848 \backslash
9849 mbox{
9850 \end_layout
9851
9852 \end_inset
9853
9854
9855 \family sans
9856 M-s\InsetSpace ~
9857 S
9858 \family default
9859
9860 \begin_inset ERT
9861 status collapsed
9862
9863 \begin_layout Standard
9864
9865 }
9866 \end_layout
9867
9868 \end_inset
9869
9870  or 
9871 \begin_inset ERT
9872 status collapsed
9873
9874 \begin_layout Standard
9875
9876
9877 \backslash
9878 mbox{
9879 \end_layout
9880
9881 \end_inset
9882
9883
9884 \family sans
9885 M-s\InsetSpace ~
9886
9887 \family default
9888 3
9889 \begin_inset ERT
9890 status collapsed
9891
9892 \begin_layout Standard
9893
9894 }
9895 \end_layout
9896
9897 \end_inset
9898
9899 )
9900 \end_layout
9901
9902 \begin_layout Labeling
9903 \labelwidthstring 00.00.0000
9904
9905 \family sans
9906 Small
9907 \family default
9908  
9909 \size small
9910 This is the 
9911 \begin_inset Quotes eld
9912 \end_inset
9913
9914 Small
9915 \begin_inset Quotes erd
9916 \end_inset
9917
9918  font size.
9919
9920 \size default
9921  (keybinding 
9922 \begin_inset ERT
9923 status collapsed
9924
9925 \begin_layout Standard
9926
9927
9928 \backslash
9929 mbox{
9930 \end_layout
9931
9932 \end_inset
9933
9934
9935 \family sans
9936 M-s\InsetSpace ~
9937 s
9938 \family default
9939
9940 \begin_inset ERT
9941 status collapsed
9942
9943 \begin_layout Standard
9944
9945 }
9946 \end_layout
9947
9948 \end_inset
9949
9950  or 
9951 \begin_inset ERT
9952 status collapsed
9953
9954 \begin_layout Standard
9955
9956
9957 \backslash
9958 mbox{
9959 \end_layout
9960
9961 \end_inset
9962
9963
9964 \family sans
9965 M-s\InsetSpace ~
9966
9967 \family default
9968 4
9969 \begin_inset ERT
9970 status collapsed
9971
9972 \begin_layout Standard
9973
9974 }
9975 \end_layout
9976
9977 \end_inset
9978
9979 )
9980 \end_layout
9981
9982 \begin_layout Labeling
9983 \labelwidthstring 00.00.0000
9984
9985 \family sans
9986 Normal
9987 \family default
9988  This is the 
9989 \begin_inset Quotes eld
9990 \end_inset
9991
9992 Normal
9993 \begin_inset Quotes erd
9994 \end_inset
9995
9996  font size.
9997  It's also the default size.
9998  (keybinding 
9999 \begin_inset ERT
10000 status collapsed
10001
10002 \begin_layout Standard
10003
10004
10005 \backslash
10006 mbox{
10007 \end_layout
10008
10009 \end_inset
10010
10011
10012 \family sans
10013 M-s\InsetSpace ~
10014 n
10015 \family default
10016
10017 \begin_inset ERT
10018 status collapsed
10019
10020 \begin_layout Standard
10021
10022 }
10023 \end_layout
10024
10025 \end_inset
10026
10027  or 
10028 \begin_inset ERT
10029 status collapsed
10030
10031 \begin_layout Standard
10032
10033
10034 \backslash
10035 mbox{
10036 \end_layout
10037
10038 \end_inset
10039
10040
10041 \family sans
10042 M-s\InsetSpace ~
10043
10044 \family default
10045 5
10046 \begin_inset ERT
10047 status collapsed
10048
10049 \begin_layout Standard
10050
10051 }
10052 \end_layout
10053
10054 \end_inset
10055
10056 )
10057 \end_layout
10058
10059 \begin_layout Labeling
10060 \labelwidthstring 00.00.0000
10061
10062 \family sans
10063 Large
10064 \family default
10065  
10066 \size large
10067 This is the 
10068 \begin_inset Quotes eld
10069 \end_inset
10070
10071 Large
10072 \begin_inset Quotes erd
10073 \end_inset
10074
10075  font size.
10076
10077 \size default
10078  (keybinding 
10079 \begin_inset ERT
10080 status collapsed
10081
10082 \begin_layout Standard
10083
10084
10085 \backslash
10086 mbox{
10087 \end_layout
10088
10089 \end_inset
10090
10091
10092 \family sans
10093 M-s\InsetSpace ~
10094 l
10095 \family default
10096
10097 \begin_inset ERT
10098 status collapsed
10099
10100 \begin_layout Standard
10101
10102 }
10103 \end_layout
10104
10105 \end_inset
10106
10107  or 
10108 \begin_inset ERT
10109 status collapsed
10110
10111 \begin_layout Standard
10112
10113
10114 \backslash
10115 mbox{
10116 \end_layout
10117
10118 \end_inset
10119
10120
10121 \family sans
10122 M-s\InsetSpace ~
10123
10124 \family default
10125 6
10126 \begin_inset ERT
10127 status collapsed
10128
10129 \begin_layout Standard
10130
10131 }
10132 \end_layout
10133
10134 \end_inset
10135
10136 )
10137 \end_layout
10138
10139 \begin_layout Labeling
10140 \labelwidthstring 00.00.0000
10141
10142 \family sans
10143 Larger
10144 \family default
10145  
10146 \size larger
10147 This is the 
10148 \begin_inset Quotes eld
10149 \end_inset
10150
10151 Larger
10152 \begin_inset Quotes erd
10153 \end_inset
10154
10155  font size.
10156
10157 \size default
10158  (keybinding 
10159 \begin_inset ERT
10160 status collapsed
10161
10162 \begin_layout Standard
10163
10164
10165 \backslash
10166 mbox{
10167 \end_layout
10168
10169 \end_inset
10170
10171
10172 \family sans
10173 M-s\InsetSpace ~
10174 S-L
10175 \family default
10176
10177 \begin_inset ERT
10178 status collapsed
10179
10180 \begin_layout Standard
10181
10182 }
10183 \end_layout
10184
10185 \end_inset
10186
10187  or 
10188 \begin_inset ERT
10189 status collapsed
10190
10191 \begin_layout Standard
10192
10193
10194 \backslash
10195 mbox{
10196 \end_layout
10197
10198 \end_inset
10199
10200
10201 \family sans
10202 M-s\InsetSpace ~
10203
10204 \family default
10205 7
10206 \begin_inset ERT
10207 status collapsed
10208
10209 \begin_layout Standard
10210
10211 }
10212 \end_layout
10213
10214 \end_inset
10215
10216 )
10217 \end_layout
10218
10219 \begin_layout Labeling
10220 \labelwidthstring 00.00.0000
10221
10222 \family sans
10223 Largest
10224 \family default
10225  
10226 \size largest
10227 This is the 
10228 \begin_inset Quotes eld
10229 \end_inset
10230
10231 Largest
10232 \begin_inset Quotes erd
10233 \end_inset
10234
10235  font size.
10236
10237 \size default
10238  (keybinding 
10239 \begin_inset ERT
10240 status collapsed
10241
10242 \begin_layout Standard
10243
10244
10245 \backslash
10246 mbox{
10247 \end_layout
10248
10249 \end_inset
10250
10251
10252 \family sans
10253 M-s\InsetSpace ~
10254
10255 \family default
10256 8
10257 \begin_inset ERT
10258 status collapsed
10259
10260 \begin_layout Standard
10261
10262 }
10263 \end_layout
10264
10265 \end_inset
10266
10267 )
10268 \end_layout
10269
10270 \begin_layout Labeling
10271 \labelwidthstring 00.00.0000
10272
10273 \family sans
10274 Huge
10275 \family default
10276  
10277 \size huge
10278 This is the 
10279 \begin_inset Quotes eld
10280 \end_inset
10281
10282 Huge
10283 \begin_inset Quotes erd
10284 \end_inset
10285
10286  font size.
10287
10288 \size default
10289  (keybinding 
10290 \begin_inset ERT
10291 status collapsed
10292
10293 \begin_layout Standard
10294
10295
10296 \backslash
10297 mbox{
10298 \end_layout
10299
10300 \end_inset
10301
10302
10303 \family sans
10304 M-s\InsetSpace ~
10305 h
10306 \family default
10307
10308 \begin_inset ERT
10309 status collapsed
10310
10311 \begin_layout Standard
10312
10313 }
10314 \end_layout
10315
10316 \end_inset
10317
10318  or 
10319 \begin_inset ERT
10320 status collapsed
10321
10322 \begin_layout Standard
10323
10324
10325 \backslash
10326 mbox{
10327 \end_layout
10328
10329 \end_inset
10330
10331
10332 \family sans
10333 M-s\InsetSpace ~
10334
10335 \family default
10336 9
10337 \begin_inset ERT
10338 status collapsed
10339
10340 \begin_layout Standard
10341
10342 }
10343 \end_layout
10344
10345 \end_inset
10346
10347 )
10348 \end_layout
10349
10350 \begin_layout Labeling
10351 \labelwidthstring 00.00.0000
10352
10353 \family sans
10354 Huger
10355 \family default
10356  
10357 \size giant
10358 This is the 
10359 \begin_inset Quotes eld
10360 \end_inset
10361
10362 Huger
10363 \begin_inset Quotes erd
10364 \end_inset
10365
10366  font size.
10367
10368 \size default
10369  (keybinding 
10370 \begin_inset ERT
10371 status collapsed
10372
10373 \begin_layout Standard
10374
10375
10376 \backslash
10377 mbox{
10378 \end_layout
10379
10380 \end_inset
10381
10382
10383 \family sans
10384 M-s\InsetSpace ~
10385 H
10386 \family default
10387
10388 \begin_inset ERT
10389 status collapsed
10390
10391 \begin_layout Standard
10392
10393 }
10394 \end_layout
10395
10396 \end_inset
10397
10398  or 
10399 \begin_inset ERT
10400 status collapsed
10401
10402 \begin_layout Standard
10403
10404
10405 \backslash
10406 mbox{
10407 \end_layout
10408
10409 \end_inset
10410
10411
10412 \family sans
10413 M-s\InsetSpace ~
10414
10415 \family default
10416 0
10417 \begin_inset ERT
10418 status collapsed
10419
10420 \begin_layout Standard
10421
10422 }
10423 \end_layout
10424
10425 \end_inset
10426
10427 )
10428 \end_layout
10429
10430 \end_deeper
10431 \begin_layout Standard
10432 We'll warn you 
10433 \emph on
10434 yet again
10435 \emph default
10436 : don't go crazy with this feature.
10437  You should almost never need to change the font size.
10438  LyX automatically changes the font size for different paragraph environments
10439  - use that instead.
10440  This is here for fine-tuning only!
10441 \end_layout
10442
10443 \begin_layout Labeling
10444 \labelwidthstring 00.00.0000
10445
10446 \family sans
10447 Misc
10448 \family default
10449  Here you can change a few other things at the character level.
10450  Options are:
10451 \end_layout
10452
10453 \begin_deeper
10454 \begin_layout Labeling
10455 \labelwidthstring 00.00.0000
10456
10457 \family sans
10458 Emph
10459 \family default
10460  
10461 \emph on
10462 This is text with emphasize on
10463 \emph default
10464 .
10465  This might seem like the same as 
10466 \shape italic
10467 Italic
10468 \shape default
10469 , but it is actually a bit different.
10470  Emphasized is a 
10471 \emph on
10472 logical
10473 \emph default
10474  attribute.
10475  That means every document class can define its own font used for emphasized
10476  text.
10477  Normally this font is equal to italic.
10478 \end_layout
10479
10480 \begin_layout Labeling
10481 \labelwidthstring 00.00.0000
10482
10483 \family sans
10484 Underbar
10485 \family default
10486  
10487 \bar under
10488 This is text with Underbar on.
10489
10490 \bar default
10491  (keybinding 
10492 \begin_inset ERT
10493 status collapsed
10494
10495 \begin_layout Standard
10496
10497
10498 \backslash
10499 mbox{
10500 \end_layout
10501
10502 \end_inset
10503
10504
10505 \family sans
10506 M-c\InsetSpace ~
10507 u
10508 \family default
10509
10510 \begin_inset ERT
10511 status collapsed
10512
10513 \begin_layout Standard
10514
10515 }
10516 \end_layout
10517
10518 \end_inset
10519
10520
10521 \family sans
10522 )
10523 \newline
10524
10525 \family default
10526 Avoid using underbar if you can! It's a holdover from the typewriter days,
10527  when you couldn't change fonts.
10528  We no longer need to emphasize text by underscoring characters.
10529  It's only included in LyX because some people 
10530 \emph on
10531 may
10532 \emph default
10533  need it in order to follow style sheets for journal submissions.
10534 \end_layout
10535
10536 \begin_layout Labeling
10537 \labelwidthstring 00.00.0000
10538
10539 \family sans
10540 Noun
10541 \family default
10542  
10543 \noun on
10544 This is text with Noun on.
10545
10546 \noun default
10547  Like 
10548 \family sans
10549 Emph
10550 \family default
10551 , this is a logical attribute.
10552  Normally it's equivalent to 
10553 \family sans
10554 Small\InsetSpace ~
10555 Caps
10556 \family default
10557 .
10558 \end_layout
10559
10560 \end_deeper
10561 \begin_layout Labeling
10562 \labelwidthstring 00.00.0000
10563
10564 \family sans
10565 Color
10566 \family default
10567  You can adjust the color of the text with this control.
10568  Notice that not all dvi-viewers are are able to display colors.
10569  Besides 
10570 \family sans
10571 No\InsetSpace ~
10572 color
10573 \family default
10574 , which is the default 
10575 \begin_inset Quotes eld
10576 \end_inset
10577
10578 color
10579 \begin_inset Quotes erd
10580 \end_inset
10581
10582  and means normally black, you can choose between 
10583 \family sans
10584 Black
10585 \family default
10586
10587 \family sans
10588 White
10589 \family default
10590
10591 \family sans
10592 Red
10593 \family default
10594
10595 \family sans
10596 Green
10597 \family default
10598
10599 \family sans
10600 Blue
10601 \family default
10602
10603 \family sans
10604 Cyan
10605 \family default
10606
10607 \family sans
10608 Magenta
10609 \family default
10610  and 
10611 \family sans
10612 Yellow
10613 \family default
10614  text.
10615 \end_layout
10616
10617 \begin_layout Labeling
10618 \labelwidthstring 00.00.0000
10619
10620 \family sans
10621 Language
10622 \family default
10623  This is used to mark regions of text as having a different language from
10624  the language of the document.
10625  Text marked in this way will be underlined in blue to indicate the change
10626  (only within LyX).
10627 \end_layout
10628
10629 \begin_layout Standard
10630 So you have a huge number of combinations to choose from.
10631  Once you've chosen a new character style via the 
10632 \family sans
10633 Edit\SpecialChar \menuseparator
10634 Text\InsetSpace ~
10635 Style
10636 \family default
10637  dialog, the settings are saved.
10638  You can activate them using the toolbar button 
10639 \begin_inset Graphics
10640         filename ../images/font-free-apply.xpm
10641
10642 \end_inset
10643
10644 .
10645  The button lets you toggle the state of your custom character style even
10646  when the dialog isn't visible.
10647  
10648 \end_layout
10649
10650 \begin_layout Standard
10651 To completely reset the character style to the default, use 
10652 \family sans
10653 M-c\InsetSpace ~
10654 Space
10655 \family default
10656 .
10657  If you want to toggle only those properties that you have just changed
10658  (suppose you just set the shape to 
10659 \begin_inset Quotes eld
10660 \end_inset
10661
10662 slanted
10663 \begin_inset Quotes erd
10664 \end_inset
10665
10666  and the series to 
10667 \begin_inset Quotes eld
10668 \end_inset
10669
10670 bold
10671 \begin_inset Quotes erd
10672 \end_inset
10673
10674 ), set the 
10675 \family sans
10676 Toggle\InsetSpace ~
10677 all
10678 \family default
10679  switch and press 
10680 \family sans
10681 Apply
10682 \family default
10683 .
10684 \end_layout
10685
10686 \begin_layout Standard
10687 You should also know something about the differences between the three main
10688  font types 
10689 \family sans
10690 serif
10691 \family default
10692
10693 \family sans
10694 sans\InsetSpace ~
10695 serif
10696 \family default
10697 , and 
10698 \family sans
10699 typewriter
10700 \family default
10701 :
10702 \end_layout
10703
10704 \begin_layout Itemize
10705
10706 \family sans
10707 Typewriter
10708 \family default
10709  is a so called 
10710 \begin_inset Quotes eld
10711 \end_inset
10712
10713 monospaced
10714 \begin_inset Quotes erd
10715 \end_inset
10716
10717  font, that means every character has the same width, the 
10718 \begin_inset Quotes eld
10719 \end_inset
10720
10721 i
10722 \begin_inset Quotes erd
10723 \end_inset
10724
10725  is as wide as the 
10726 \begin_inset Quotes eld
10727 \end_inset
10728
10729 m
10730 \begin_inset Quotes erd
10731 \end_inset
10732
10733 .
10734  Here is an example
10735 \newline
10736
10737 \begin_inset ERT
10738 status collapsed
10739
10740 \begin_layout Standard
10741
10742
10743 \backslash
10744 phantom{
10745 \end_layout
10746
10747 \end_inset
10748
10749 no 
10750 \begin_inset ERT
10751 status collapsed
10752
10753 \begin_layout Standard
10754
10755 }
10756 \end_layout
10757
10758 \end_inset
10759
10760
10761 \family typewriter
10762 typewriter text
10763 \family default
10764
10765 \begin_inset Note Note
10766 status collapsed
10767
10768 \begin_layout Standard
10769 For more on phantoms see section 
10770 \begin_inset LatexCommand ref
10771 reference "sub:Other-space-variants"
10772
10773 \end_inset
10774
10775 .
10776 \end_layout
10777
10778 \end_inset
10779
10780
10781 \newline
10782 no typewriter text
10783 \end_layout
10784
10785 \begin_layout Itemize
10786
10787 \family sans
10788 Serif
10789 \family default
10790  fonts use characters with serifs.
10791  These are the small 
10792 \begin_inset Quotes eld
10793 \end_inset
10794
10795 appendices
10796 \begin_inset Quotes erd
10797 \end_inset
10798
10799  at all ends of of the streaks that form the character.
10800  The following example will show the difference:
10801 \newline
10802 text with serifs
10803 \newline
10804
10805 \family sans
10806 text without serifs
10807 \family default
10808
10809 \newline
10810 Serifs facilitates an easy and fast reading.
10811  They are therefore used as default font (named 
10812 \family sans
10813 roman
10814 \family default
10815 ).
10816 \end_layout
10817
10818 \begin_layout Itemize
10819
10820 \family sans
10821 Sans serif
10822 \family default
10823  don't use serifs.
10824  This font type is therefore often used for headings and short texts.
10825  We use it in this document to highlight menu names.
10826 \end_layout
10827
10828 \begin_layout Standard
10829 We conclude with the same warning once again: Don't overuse the fonts.
10830  They are, more often than not, a kludge and a bad substitute for good writing.
10831 \end_layout
10832
10833 \begin_layout Section
10834 Printing and Previewing
10835 \end_layout
10836
10837 \begin_layout Subsection
10838 Overview
10839 \end_layout
10840
10841 \begin_layout Standard
10842 Now that we've covered some of the basic features of document preparation
10843  using LyX, you probably want to know how to print out your masterpiece.
10844  Before we tell you that, we want to give you a quick explanation of what
10845  goes on behind-the-scenes.
10846  We cover these informations in much greater detail in the 
10847 \emph on
10848 Extended Features
10849 \emph default
10850  manual as well.
10851 \end_layout
10852
10853 \begin_layout Standard
10854 LyX uses the program LaTeX as its backend.
10855  LaTeX is just a macro package for the TeX typesetting system, but to prevent
10856  confusion, we'll only refer to LaTeX.
10857  LyX is what you use to do your actual writing.
10858  Then, LyX calls LaTeX to turn your writing into printable output.
10859  This happens in two stages:
10860 \end_layout
10861
10862 \begin_layout Enumerate
10863 First, LyX converts your document to a series of text commands for LaTeX,
10864  generating a file with the extension, 
10865 \begin_inset Quotes eld
10866 \end_inset
10867
10868
10869 \family typewriter
10870 .tex
10871 \family default
10872
10873 \begin_inset Quotes erd
10874 \end_inset
10875
10876 .
10877 \end_layout
10878
10879 \begin_layout Enumerate
10880 Next, LaTeX uses the commands in the 
10881 \family typewriter
10882 .tex
10883 \family default
10884  file to produce printable output.
10885  
10886 \end_layout
10887
10888 \begin_layout Subsection
10889 Output file formats
10890 \begin_inset LatexCommand index
10891 name "File formats"
10892
10893 \end_inset
10894
10895
10896 \begin_inset LatexCommand label
10897 name "sub:Output-file-formats"
10898
10899 \end_inset
10900
10901
10902 \end_layout
10903
10904 \begin_layout Subsubsection
10905 ASCII
10906 \begin_inset LatexCommand index
10907 name "File formats ! ASCII"
10908
10909 \end_inset
10910
10911
10912 \end_layout
10913
10914 \begin_layout Standard
10915 This file type has the extension 
10916 \begin_inset Quotes eld
10917 \end_inset
10918
10919
10920 \family typewriter
10921 .txt
10922 \family default
10923
10924 \begin_inset Quotes erd
10925 \end_inset
10926
10927 .
10928  It contains your document as plain text following the rules of the 
10929 \begin_inset Quotes eld
10930 \end_inset
10931
10932 American Standard Code for Information Interchange
10933 \begin_inset Quotes erd
10934 \end_inset
10935
10936  (ASCII).
10937 \end_layout
10938
10939 \begin_layout Standard
10940 You can export your document to ASCII by the menu 
10941 \family sans
10942 File\SpecialChar \menuseparator
10943 Export\SpecialChar \menuseparator
10944 ASCII
10945 \family default
10946 .
10947 \end_layout
10948
10949 \begin_layout Subsubsection
10950 LaTeX
10951 \begin_inset LatexCommand index
10952 name "File formats ! LaTeX"
10953
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \begin_layout Standard
10960 This file type has the extension 
10961 \begin_inset Quotes eld
10962 \end_inset
10963
10964
10965 \family typewriter
10966 .tex
10967 \family default
10968
10969 \begin_inset Quotes erd
10970 \end_inset
10971
10972  and contains all commands that are necessary for the LaTeX program to process
10973  your document.
10974  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
10975  it manually with console commands.
10976  The LaTeX-file is automatically created in LyX's temporary directory whenever
10977  you view or export your document.
10978 \end_layout
10979
10980 \begin_layout Standard
10981 You can export your document as LaTeX-file using the menu 
10982 \family sans
10983 File\SpecialChar \menuseparator
10984 Export\SpecialChar \menuseparator
10985 LaT
10986 \begin_inset ERT
10987 status collapsed
10988
10989 \begin_layout Standard
10990
10991 {}
10992 \end_layout
10993
10994 \end_inset
10995
10996 eX
10997 \family default
10998 .
10999 \end_layout
11000
11001 \begin_layout Subsubsection
11002 DVI
11003 \begin_inset LatexCommand index
11004 name "File formats ! DVI"
11005
11006 \end_inset
11007
11008
11009 \end_layout
11010
11011 \begin_layout Standard
11012 This file type has the extension 
11013 \begin_inset Quotes eld
11014 \end_inset
11015
11016
11017 \family typewriter
11018 .dvi
11019 \family default
11020
11021 \begin_inset Quotes erd
11022 \end_inset
11023
11024 .
11025  It is called 
11026 \begin_inset Quotes eld
11027 \end_inset
11028
11029 device-independent
11030 \begin_inset Quotes erd
11031 \end_inset
11032
11033  (DVI), because it is completely portable; you can move them from one machine
11034  to another without needing to do any sort of conversion.
11035  At the time when this file-format was developed, this was no matter of
11036  course.
11037  DVIs are used for quick previews and as pre-stage for other output formats,
11038  like PostScript.
11039 \end_layout
11040
11041 \begin_layout Standard
11042 NOTE: The DVI file doesn't contain images, they will only be a linked.
11043  So don't forget this, if you move your 
11044 \family typewriter
11045 .dvi
11046 \family default
11047  file to another computer.
11048  This property can also slow down your computer when you view the DVI.
11049  Because the DVI-viewer has to convert the image in the background to make
11050  it visible when you scroll in the DVI.
11051  So we recommend to use PDF for files with many images.
11052 \end_layout
11053
11054 \begin_layout Standard
11055 You can export your document to DVI by the menu 
11056 \family sans
11057 File\SpecialChar \menuseparator
11058 Export\SpecialChar \menuseparator
11059 DVI
11060 \family default
11061 .
11062 \end_layout
11063
11064 \begin_layout Subsubsection
11065 PostScript
11066 \begin_inset LatexCommand index
11067 name "File formats ! PostScript"
11068
11069 \end_inset
11070
11071
11072 \end_layout
11073
11074 \begin_layout Standard
11075 This file type has the extension 
11076 \begin_inset Quotes eld
11077 \end_inset
11078
11079
11080 \family typewriter
11081 .ps
11082 \family default
11083
11084 \begin_inset Quotes erd
11085 \end_inset
11086
11087 .
11088  PostScript was developed by the company 
11089 \family typewriter
11090 Adobe
11091 \family default
11092  as printer language.
11093  The file contains therefore commands that the printer uses to print the
11094  file.
11095  PostScript can be seen as 
11096 \begin_inset Quotes eld
11097 \end_inset
11098
11099 programming language
11100 \begin_inset Quotes erd
11101 \end_inset
11102
11103 ; you can calculate with it and draw diagrams and images
11104 \begin_inset Foot
11105 status collapsed
11106
11107 \begin_layout Standard
11108 If you are interested to learn more about this, have a look at the LaTeX-package
11109  
11110 \family typewriter
11111 pstricks
11112 \family default
11113 .
11114 \end_layout
11115
11116 \end_inset
11117
11118 .
11119  Due to this ability, the files are often bigger than PDFs.
11120 \end_layout
11121
11122 \begin_layout Standard
11123 PostScript can only contain images in the format 
11124 \begin_inset Quotes eld
11125 \end_inset
11126
11127 Encapsulated PostScript
11128 \begin_inset Quotes erd
11129 \end_inset
11130
11131  (EPS, file extension 
11132 \begin_inset Quotes eld
11133 \end_inset
11134
11135
11136 \family typewriter
11137 .eps
11138 \family default
11139
11140 \begin_inset Quotes erd
11141 \end_inset
11142
11143 ).
11144  As LyX allows you to use any known image format in your document, it has
11145  to convert them in the background to EPS.
11146  If you have e.g 50 images in your document, LyX has to do 50 conversions
11147  whenever you view or export your document.
11148  This will slow down your workflow with LyX drastically.
11149  So if you plan to use PostScript, you can insert your images directly as
11150  EPS to avoid this problem.
11151 \end_layout
11152
11153 \begin_layout Standard
11154 You can export your document to PostScript using the menu 
11155 \family sans
11156 File\SpecialChar \menuseparator
11157 Export\SpecialChar \menuseparator
11158 PostScript
11159 \family default
11160 .
11161 \end_layout
11162
11163 \begin_layout Subsubsection
11164 PDF
11165 \begin_inset LatexCommand index
11166 name "File formats ! PDF"
11167
11168 \end_inset
11169
11170
11171 \begin_inset LatexCommand index
11172 name "PDF"
11173
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \begin_layout Standard
11180 This file type has the extension 
11181 \begin_inset Quotes eld
11182 \end_inset
11183
11184
11185 \family typewriter
11186 .pdf
11187 \family default
11188
11189 \begin_inset Quotes erd
11190 \end_inset
11191
11192 .
11193  The 
11194 \begin_inset Quotes eld
11195 \end_inset
11196
11197 Portable Document Format
11198 \begin_inset Quotes erd
11199 \end_inset
11200
11201  (PDF) is developed by 
11202 \family typewriter
11203 Adobe
11204 \family default
11205  as derivative from PostScript.
11206  It is more compressed and it uses much less commands than PostScript.
11207  As the name 
11208 \begin_inset Quotes eld
11209 \end_inset
11210
11211 portable
11212 \begin_inset Quotes erd
11213 \end_inset
11214
11215  implies, it can be processed at any computer system and the printed output
11216  looks exactly the same.
11217 \end_layout
11218
11219 \begin_layout Standard
11220 PDF can contain images in its own PDF format and in the formats 
11221 \begin_inset Quotes eld
11222 \end_inset
11223
11224 Joint Photographic Experts Group
11225 \begin_inset Quotes erd
11226 \end_inset
11227
11228  (JPG, file extension 
11229 \begin_inset Quotes eld
11230 \end_inset
11231
11232
11233 \family typewriter
11234 .jpg
11235 \family default
11236
11237 \begin_inset Quotes erd
11238 \end_inset
11239
11240  or 
11241 \begin_inset Quotes eld
11242 \end_inset
11243
11244
11245 \family typewriter
11246 .jpeg
11247 \family default
11248
11249 \begin_inset Quotes erd
11250 \end_inset
11251
11252 ) and 
11253 \begin_inset Quotes eld
11254 \end_inset
11255
11256 Portable Network Graphics
11257 \begin_inset Quotes erd
11258 \end_inset
11259
11260  (PNG, file extension 
11261 \begin_inset Quotes eld
11262 \end_inset
11263
11264
11265 \family typewriter
11266 .png
11267 \family default
11268
11269 \begin_inset Quotes erd
11270 \end_inset
11271
11272 ).
11273  You can although use any other image format, because LyX converts them
11274  in the background to one of these formats.
11275  But as described in the section about PostScript, the image conversion
11276  will slow down your workflow.
11277  So we recommend to use images in one of the three mentioned formats.
11278 \end_layout
11279
11280 \begin_layout Standard
11281 You can export your document to PDF via the menu 
11282 \family sans
11283 File\SpecialChar \menuseparator
11284 Export
11285 \family default
11286  in three different ways:
11287 \end_layout
11288
11289 \begin_layout Description
11290 PDF This uses the program 
11291 \family typewriter
11292 ps2pdf
11293 \family default
11294  that creates a PDF from a PostScript-version of your file.
11295  The PostScript-version is produced by the program 
11296 \family typewriter
11297 dvips
11298 \family default
11299  which uses a DVI-version as intermediate step.
11300  So this export variant consist of three conversions.
11301 \end_layout
11302
11303 \begin_layout Description
11304 PDF\InsetSpace ~
11305 (dvipdfm) This uses the program 
11306 \family typewriter
11307 dvipdfm
11308 \family default
11309  that converts your file in the background to DVI and in a second step to
11310  PDF.
11311 \end_layout
11312
11313 \begin_layout Description
11314 PDF\InsetSpace ~
11315 (pdflatex) This uses the program 
11316 \family typewriter
11317 pdftex
11318 \family default
11319  that converts your file directly to PDF.
11320 \end_layout
11321
11322 \begin_layout Standard
11323 We recommend to use 
11324 \family sans
11325 PDF\InsetSpace ~
11326 (pdflatex)
11327 \family default
11328  because 
11329 \family typewriter
11330 pdftex
11331 \family default
11332  supports all features of actual PDF-versions, is quick and works stable
11333  without problems.
11334  The program 
11335 \family typewriter
11336 dvipdfm
11337 \family default
11338  is no more under development and therefore a bit outdated.
11339 \end_layout
11340
11341 \begin_layout Subsection
11342 Previewing
11343 \begin_inset LatexCommand index
11344 name "Document ! Preview "
11345
11346 \end_inset
11347
11348
11349 \end_layout
11350
11351 \begin_layout Standard
11352 To get a look at the final version of your document, with all of the pagebreaks
11353  in place, the footnotes correctly numbered, and so on, use the menu 
11354 \family sans
11355 View
11356 \family default
11357  and choose a file type.
11358  A viewing program will popup showing the output.
11359  For 
11360 \family sans
11361 View\SpecialChar \menuseparator
11362 DVI
11363 \family default
11364  you can use the toolbar button 
11365 \begin_inset Graphics
11366         filename ../images/buffer-view_dvi.xpm
11367
11368 \end_inset
11369
11370  (shortcut 
11371 \family sans
11372 C-d
11373 \family default
11374 ), for 
11375 \family sans
11376 View\SpecialChar \menuseparator
11377 PDF\InsetSpace ~
11378 (pdflatex)
11379 \family default
11380  you can use the toolbar button 
11381 \begin_inset Graphics
11382         filename ../images/buffer-export_pdf2.xpm
11383
11384 \end_inset
11385
11386 .
11387 \end_layout
11388
11389 \begin_layout Standard
11390 If you have changed your document, you can refresh the output in the same
11391  viewer window using the menu 
11392 \family sans
11393 View\SpecialChar \menuseparator
11394 Update
11395 \family default
11396 .
11397 \end_layout
11398
11399 \begin_layout Standard
11400 When you preview a file, the output file is only generated in LyX's temporary
11401  directory.
11402  To have a real output, export your document.
11403 \end_layout
11404
11405 \begin_layout Subsection
11406 Printing the File from within LyX
11407 \begin_inset LatexCommand label
11408 name "sub:Printing-the-File"
11409
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \begin_layout Standard
11416 Instead of exporting your file and then printing them, you can also print
11417  it directly from within LyX.
11418  To print a file, select the menu 
11419 \family sans
11420 File\SpecialChar \menuseparator
11421 Print
11422 \family default
11423  or click on the toolbar button 
11424 \begin_inset Graphics
11425         filename ../images/dialog-show_print.xpm
11426
11427 \end_inset
11428
11429 .
11430  LyX will internally call LaTeX to produce a DVI.
11431  This file is then processed by the program 
11432 \family typewriter
11433 dvips
11434 \family default
11435  to PostScript-file, which is finally printed using the program 
11436 \family typewriter
11437 ghostscript
11438 \family default
11439 .
11440  Due to these steps in the background, this method is not the fastest.
11441 \end_layout
11442
11443 \begin_layout Standard
11444 You can choose to print only even-numbered or odd-numbered pages - this
11445  is useful for printing on two sides: You can re-insert the pages after
11446  printing one set to print on the other side.
11447  Some printers spit out pages face-up, others, face-down.
11448  By choosing a particular order to print in, you can take the entire stack
11449  of pages out of the printer without needing to reorder them.
11450 \end_layout
11451
11452 \begin_layout Standard
11453 You can set the parameters in the 
11454 \family sans
11455 Print\InsetSpace ~
11456 Destination
11457 \family default
11458  box as follows:
11459 \end_layout
11460
11461 \begin_layout Labeling
11462 \labelwidthstring 00.00.0000
11463
11464 \family sans
11465 Printer
11466 \family default
11467  This is the name of the printer to print to
11468 \begin_inset Foot
11469 status collapsed
11470
11471 \begin_layout Standard
11472 Note that this printer name is for the program 
11473 \family typewriter
11474 dvips
11475 \family default
11476 .
11477  That means 
11478 \family typewriter
11479 dvips
11480 \family default
11481  has to be configured for this printer name.
11482  The default printer can be set in LyX's preferences dialog, see chapter\InsetSpace ~
11483
11484 \begin_inset LatexCommand ref
11485 reference "cha:The-Preferences-dialog"
11486
11487 \end_inset
11488
11489 .
11490 \end_layout
11491
11492 \end_inset
11493
11494 .
11495  The printer should understand PostScript.
11496 \end_layout
11497
11498 \begin_layout Labeling
11499 \labelwidthstring 00.00.0000
11500
11501 \family sans
11502 File
11503 \family default
11504  The name of a file to print to.
11505  The output will be a PostScript file.
11506  It will be written in LyX's working directory unless you specify the full
11507  path.
11508 \end_layout
11509
11510 \begin_layout Section
11511 A few Words about Typography
11512 \begin_inset LatexCommand index
11513 name "Typography"
11514
11515 \end_inset
11516
11517
11518 \end_layout
11519
11520 \begin_layout Subsection
11521 Hyphens
11522 \begin_inset LatexCommand index
11523 name "Hyphens"
11524
11525 \end_inset
11526
11527
11528 \begin_inset LatexCommand label
11529 name "sec:hyphens"
11530
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \begin_layout Standard
11537 In LyX, the 
11538 \begin_inset Quotes eld
11539 \end_inset
11540
11541
11542 \family typewriter
11543 -
11544 \family default
11545
11546 \begin_inset Quotes eld
11547 \end_inset
11548
11549  character comes in three lengths, often called the 
11550 \emph on
11551 hyphen
11552 \emph default
11553 , the 
11554 \emph on
11555 en dash
11556 \emph default
11557 , and the 
11558 \emph on
11559 em dash
11560 \emph default
11561 :
11562 \end_layout
11563
11564 \begin_layout Enumerate
11565 hyphen
11566 \hfill
11567 -
11568 \hfill
11569 made with 
11570 \begin_inset Quotes eld
11571 \end_inset
11572
11573
11574 \family typewriter
11575 -
11576 \family default
11577
11578 \begin_inset Quotes eld
11579 \end_inset
11580
11581
11582 \end_layout
11583
11584 \begin_layout Enumerate
11585 en dash
11586 \hfill
11587 --
11588 \hfill
11589 made with 
11590 \begin_inset Quotes eld
11591 \end_inset
11592
11593
11594 \family typewriter
11595 -
11596 \begin_inset ERT
11597 status collapsed
11598
11599 \begin_layout Standard
11600
11601
11602 \backslash
11603 /
11604 \end_layout
11605
11606 \end_inset
11607
11608 -
11609 \family default
11610
11611 \begin_inset Quotes eld
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \begin_layout Enumerate
11618 em dash
11619 \hfill
11620 ---
11621 \hfill
11622 made with 
11623 \begin_inset Quotes eld
11624 \end_inset
11625
11626
11627 \family typewriter
11628 -
11629 \begin_inset ERT
11630 status collapsed
11631
11632 \begin_layout Standard
11633
11634
11635 \backslash
11636 /
11637 \end_layout
11638
11639 \end_inset
11640
11641 -
11642 \begin_inset ERT
11643 status collapsed
11644
11645 \begin_layout Standard
11646
11647
11648 \backslash
11649 /
11650 \end_layout
11651
11652 \end_inset
11653
11654 -
11655 \family default
11656
11657 \begin_inset Quotes eld
11658 \end_inset
11659
11660
11661 \end_layout
11662
11663 \begin_layout Enumerate
11664 minus sign
11665 \hfill
11666
11667 \begin_inset Formula $-$
11668 \end_inset
11669
11670
11671 \hfill
11672
11673 \begin_inset Quotes eld
11674 \end_inset
11675
11676
11677 \family typewriter
11678 -
11679 \family default
11680
11681 \begin_inset Quotes eld
11682 \end_inset
11683
11684  in math mode
11685 \end_layout
11686
11687 \begin_layout Standard
11688 You generate them by inserting the 
11689 \begin_inset Quotes eld
11690 \end_inset
11691
11692
11693 \family typewriter
11694 -
11695 \family default
11696
11697 \begin_inset Quotes eld
11698 \end_inset
11699
11700  character multiple times in a row.
11701  They are automatically converted to the appropriate length dash in the
11702  final output, but not in LyX.
11703 \end_layout
11704
11705 \begin_layout Standard
11706 The three dash types are distinct from the minus sign, which appears in
11707  math mode and has a length of its own.
11708  Here are some examples of the 
11709 \begin_inset Quotes eld
11710 \end_inset
11711
11712
11713 \family typewriter
11714 -
11715 \family default
11716
11717 \begin_inset Quotes eld
11718 \end_inset
11719
11720  in use:
11721 \end_layout
11722
11723 \begin_layout Enumerate
11724 line- and page-breaks
11725 \hfill
11726 (
11727 \emph on
11728 hyphen
11729 \emph default
11730 )
11731 \end_layout
11732
11733 \begin_layout Enumerate
11734 From A--Z
11735 \hfill
11736 (
11737 \emph on
11738 en dash
11739 \emph default
11740 )
11741 \end_layout
11742
11743 \begin_layout Enumerate
11744 Oh --- there's a dash.
11745 \hfill
11746 (
11747 \emph on
11748 em dash
11749 \emph default
11750 )
11751 \end_layout
11752
11753 \begin_layout Enumerate
11754 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
11755 \end_inset
11756
11757
11758 \hfill
11759 (
11760 \emph on
11761 minus sign
11762 \emph default
11763 )
11764 \end_layout
11765
11766 \begin_layout Subsection
11767 Hyphenation
11768 \begin_inset LatexCommand index
11769 name "Hyphenation"
11770
11771 \end_inset
11772
11773
11774 \begin_inset LatexCommand label
11775 name "sub:Hyphenation"
11776
11777 \end_inset
11778
11779
11780 \end_layout
11781
11782 \begin_layout Standard
11783 Words aren't hyphenated within LyX but automatically in the output.
11784  Hyphenation is done by the LaTeX-package babel following the rules of the
11785  document language
11786 \begin_inset Foot
11787 status collapsed
11788
11789 \begin_layout Standard
11790 For German readers: That's one of the main differences between the languages
11791  
11792 \family sans
11793 German
11794 \family default
11795  and 
11796 \family sans
11797 German\InsetSpace ~
11798 (new\InsetSpace ~
11799 spelling)
11800 \family default
11801  in the 
11802 \family sans
11803 Document\SpecialChar \menuseparator
11804 Settings
11805 \family default
11806  dialog.
11807 \end_layout
11808
11809 \end_inset
11810
11811 .
11812 \end_layout
11813
11814 \begin_layout Standard
11815 LaTeX hyphenates nearly perfectly, it has only problems with text in the
11816  font 
11817 \family sans
11818 typewriter
11819 \family default
11820  and with unusual constructs, like 
11821 \begin_inset Quotes eld
11822 \end_inset
11823
11824 h3knix/m0n0wall
11825 \begin_inset Quotes erd
11826 \end_inset
11827
11828 .
11829  If LaTeX can't break a word correctly, you can set hyphenation points manually.
11830  This is done with the menu 
11831 \family sans
11832 Insert\SpecialChar \menuseparator
11833 Formatting\SpecialChar \menuseparator
11834 Hyphenation\InsetSpace ~
11835 Point
11836 \family default
11837 .
11838  These extra hyphenation points are only recommendations to LaTeX.
11839  If no hyphenation is necessary, LaTeX will ignore them.
11840 \end_layout
11841
11842 \begin_layout Standard
11843 Sometimes you want to prevent words or constructs to be hyphenated.
11844  The keybindings/shortcuts in this document consists of three letters with
11845  a hyphen and a space in the form 
11846 \begin_inset Quotes eld
11847 \end_inset
11848
11849 A-b c
11850 \begin_inset Quotes erd
11851 \end_inset
11852
11853 .
11854  LaTeX finds there the hyphen 
11855 \begin_inset Quotes eld
11856 \end_inset
11857
11858 -
11859 \begin_inset Quotes erd
11860 \end_inset
11861
11862  as hyphenation possibility.
11863  Hyphenating at this point would look ugly.
11864  To prevent the shortcut from being hyphenated, we can put it in the argument
11865  of the LaTeX-box-command 
11866 \series bold
11867
11868 \backslash
11869 mbox
11870 \series default
11871 , because text within LaTeX-boxes can't be hyphenated.
11872  As LyX doesn't support 
11873 \series bold
11874
11875 \backslash
11876 mbox
11877 \series default
11878 , we have to use ERT.
11879  The result looks in LyX like:
11880 \end_layout
11881
11882 \begin_layout Standard
11883 \begin_inset Graphics
11884         filename clipart/mbox.png
11885
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \begin_layout Standard
11892 To learn more about ERT, have a look at section\InsetSpace ~
11893
11894 \begin_inset LatexCommand ref
11895 reference "sec:ERT"
11896
11897 \end_inset
11898
11899 .
11900 \end_layout
11901
11902 \begin_layout Subsection
11903 Punctuation Marks
11904 \begin_inset LatexCommand index
11905 name "Punctuation marks"
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \begin_layout Subsubsection
11913 Abbreviations and End of Sentence
11914 \begin_inset LatexCommand label
11915 name "sec:abbrev"
11916
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \begin_layout Standard
11923 When LyX calls LaTeX to generate the final version of your document, LaTeX
11924  automatically distinguishes between words, sentences, and abbreviations.
11925  LaTeX then adds the 
11926 \begin_inset Quotes eld
11927 \end_inset
11928
11929 appropriate amount of space
11930 \begin_inset Quotes erd
11931 \end_inset
11932
11933 .
11934  That means sentences get a little bit more space between the period and
11935  the next word.
11936  Abbreviations get the same amount of space after the period as a word uses.
11937 \end_layout
11938
11939 \begin_layout Standard
11940 Unfortunately, the algorithm for figuring out what's an abbreviation works
11941  not for all cases.
11942  If a 
11943 \begin_inset Quotes eld
11944 \end_inset
11945
11946
11947 \family typewriter
11948 .
11949 \family default
11950
11951 \begin_inset Quotes erd
11952 \end_inset
11953
11954  is at the end of a lowercase letter, it's the end of a sentence; if it's
11955  at the end of a capitalized letter, it's an abbreviation.
11956 \end_layout
11957
11958 \begin_layout Standard
11959 Here are some examples of 
11960 \emph on
11961 correct
11962 \emph default
11963  abbreviations and the end of a sentence:
11964 \end_layout
11965
11966 \begin_layout Itemize
11967 M.
11968  Butterfly
11969 \end_layout
11970
11971 \begin_layout Itemize
11972 Don't worry.
11973  Be happy.
11974 \end_layout
11975
11976 \begin_layout Standard
11977 And here's an example of the algorithm going wrong:
11978 \end_layout
11979
11980 \begin_layout Itemize
11981 e.
11982  g.
11983  this is too much space!
11984 \end_layout
11985
11986 \begin_layout Itemize
11987 This is I.
11988  It's okay.
11989 \end_layout
11990
11991 \begin_layout Standard
11992 You won't see anything wrong until you view a final version of your document.
11993 \end_layout
11994
11995 \begin_layout Standard
11996 To fix this problem, use one of the following:
11997 \end_layout
11998
11999 \begin_layout Enumerate
12000 Use a 
12001 \family sans
12002 Protected\InsetSpace ~
12003 Blank
12004 \family default
12005  after lowercase abbreviations (see section 
12006 \begin_inset LatexCommand ref
12007 reference "sub:Protected-blanks"
12008
12009 \end_inset
12010
12011 ).
12012 \end_layout
12013
12014 \begin_layout Enumerate
12015 Use an 
12016 \family sans
12017 End\InsetSpace ~
12018 of\InsetSpace ~
12019 sentence
12020 \family default
12021  found under the 
12022 \family sans
12023 Insert\SpecialChar \menuseparator
12024 Special\InsetSpace ~
12025 Character
12026 \family default
12027  menu (shortcut 
12028 \family sans
12029 C-period
12030 \family default
12031 ) to force the use of inter-sentence spacing.
12032 \end_layout
12033
12034 \begin_layout Standard
12035 With the corrections, our earlier examples look like this:
12036 \end_layout
12037
12038 \begin_layout Itemize
12039 e.\InsetSpace ~
12040 g.\InsetSpace ~
12041 this is too much space!
12042 \end_layout
12043
12044 \begin_layout Itemize
12045 This is I\SpecialChar \@.
12046  It's okay.
12047 \end_layout
12048
12049 \begin_layout Standard
12050 Some languages don't use extra spacing between sentences.
12051  If your language is such a language, you don't need to worry, because the
12052  LaTeX will care about this.
12053 \end_layout
12054
12055 \begin_layout Standard
12056 For those that do need to bother, there is help to catch those sneaky errors:
12057  check out the 
12058 \family sans
12059 Tools\SpecialChar \menuseparator
12060 Check\InsetSpace ~
12061 TeX
12062 \family default
12063  feature described in 
12064 \emph on
12065 Extended Editing
12066 \emph default
12067 .
12068 \end_layout
12069
12070 \begin_layout Subsubsection
12071 Quotes
12072 \begin_inset LatexCommand index
12073 name "Typography ! Quotes"
12074
12075 \end_inset
12076
12077
12078 \begin_inset LatexCommand index
12079 name "Quotes | see{Typography}"
12080
12081 \end_inset
12082
12083
12084 \begin_inset LatexCommand label
12085 name "sec:quotes"
12086
12087 \end_inset
12088
12089
12090 \end_layout
12091
12092 \begin_layout Standard
12093 LyX usually sets quotes correctly.
12094  Specifically, it will use an opening quote at the beginning of quoted text,
12095  and use a closing quote at the end.
12096  For example, 
12097 \begin_inset Quotes eld
12098 \end_inset
12099
12100 open close
12101 \begin_inset Quotes erd
12102 \end_inset
12103
12104 .
12105  The keyboard character, 
12106 \family sans
12107 "
12108 \family default
12109 , generates this automatically.
12110 \end_layout
12111
12112 \begin_layout Standard
12113 You can change the behavior of the 
12114 \family sans
12115 "
12116 \family default
12117  key using the submenu 
12118 \family sans
12119 Language
12120 \family default
12121  of the dialog 
12122 \family sans
12123 Document\SpecialChar \menuseparator
12124 Settings
12125 \family default
12126  dialog.
12127  Selecting the button 
12128 \family sans
12129 Double
12130 \family default
12131  makes the 
12132 \family sans
12133 "
12134 \family default
12135  key produce the sequence: 
12136 \begin_inset Quotes eld
12137 \end_inset
12138
12139
12140 \begin_inset Quotes erd
12141 \end_inset
12142
12143 .
12144  The button 
12145 \family sans
12146 Single
12147 \family default
12148 , in contrast, makes the 
12149 \family sans
12150 "
12151 \family default
12152  key produce: 
12153 \begin_inset Quotes els
12154 \end_inset
12155
12156 '.
12157 \end_layout
12158
12159 \begin_layout Standard
12160 You can also select quotes for different languages in the box 
12161 \family sans
12162 Type
12163 \family default
12164  option.
12165  There are six choices:
12166 \end_layout
12167
12168 \begin_layout Labeling
12169 \labelwidthstring 00.00.0000
12170
12171 \family sans
12172 \begin_inset Quotes eld
12173 \end_inset
12174
12175 Text
12176 \begin_inset Quotes erd
12177 \end_inset
12178
12179
12180 \family default
12181  Use quotes like this 
12182 \begin_inset Quotes eld
12183 \end_inset
12184
12185 double
12186 \begin_inset Quotes erd
12187 \end_inset
12188
12189  or 
12190 \begin_inset Quotes els
12191 \end_inset
12192
12193 single
12194 \begin_inset Quotes ers
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \begin_layout Labeling
12201 \labelwidthstring 00.00.0000
12202
12203 \family sans
12204 \begin_inset Quotes sld
12205 \end_inset
12206
12207 Text
12208 \begin_inset Quotes srd
12209 \end_inset
12210
12211
12212 \family default
12213  Use quotes like 
12214 \begin_inset Quotes sld
12215 \end_inset
12216
12217 this
12218 \begin_inset Quotes srd
12219 \end_inset
12220
12221  or 'this
12222 \begin_inset Quotes ers
12223 \end_inset
12224
12225
12226 \end_layout
12227
12228 \begin_layout Labeling
12229 \labelwidthstring 00.00.0000
12230
12231 \family sans
12232 \begin_inset Quotes gld
12233 \end_inset
12234
12235 Text
12236 \begin_inset Quotes grd
12237 \end_inset
12238
12239
12240 \family default
12241  Use quotes like 
12242 \begin_inset Quotes gld
12243 \end_inset
12244
12245 this
12246 \begin_inset Quotes grd
12247 \end_inset
12248
12249  or 
12250 \begin_inset Quotes gls
12251 \end_inset
12252
12253 this
12254 \begin_inset Quotes grs
12255 \end_inset
12256
12257
12258 \end_layout
12259
12260 \begin_layout Labeling
12261 \labelwidthstring 00.00.0000
12262
12263 \family sans
12264 \begin_inset Quotes pld
12265 \end_inset
12266
12267 Text
12268 \begin_inset Quotes prd
12269 \end_inset
12270
12271
12272 \family default
12273  Use quotes like 
12274 \begin_inset Quotes pld
12275 \end_inset
12276
12277 this
12278 \begin_inset Quotes prd
12279 \end_inset
12280
12281  or 
12282 \begin_inset Quotes pls
12283 \end_inset
12284
12285 this
12286 \begin_inset Quotes prs
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \begin_layout Labeling
12293 \labelwidthstring 00.00.0000
12294
12295 \family sans
12296 \begin_inset Quotes fld
12297 \end_inset
12298
12299 Text
12300 \begin_inset Quotes frd
12301 \end_inset
12302
12303
12304 \family default
12305  Use quotes like 
12306 \begin_inset Quotes fld
12307 \end_inset
12308
12309 this
12310 \begin_inset Quotes frd
12311 \end_inset
12312
12313  or 
12314 \begin_inset Quotes fls
12315 \end_inset
12316
12317 this
12318 \begin_inset Quotes frs
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \begin_layout Labeling
12325 \labelwidthstring 00.00.0000
12326
12327 \family sans
12328 \begin_inset Quotes ald
12329 \end_inset
12330
12331 Text
12332 \begin_inset Quotes ard
12333 \end_inset
12334
12335
12336 \family default
12337  Use quotes like 
12338 \begin_inset Quotes ald
12339 \end_inset
12340
12341 this
12342 \begin_inset Quotes ard
12343 \end_inset
12344
12345  or 
12346 \begin_inset Quotes als
12347 \end_inset
12348
12349 this
12350 \begin_inset Quotes ars
12351 \end_inset
12352
12353
12354 \end_layout
12355
12356 \begin_layout Standard
12357 These options affects what character the 
12358 \family sans
12359 "
12360 \family default
12361  key produces.
12362 \end_layout
12363
12364 \begin_layout Standard
12365 On the other hand, if you want to produce a plain text quote character,
12366  type 
12367 \family sans
12368 C-"
12369 \family default
12370 .
12371  This produces: 
12372 \family typewriter
12373 "
12374 \family default
12375  in any cases.
12376 \end_layout
12377
12378 \begin_layout Subsection
12379 Ligatures
12380 \begin_inset LatexCommand index
12381 name "Typography ! Ligatures"
12382
12383 \end_inset
12384
12385
12386 \begin_inset LatexCommand index
12387 name "Ligatures | see{Typography}"
12388
12389 \end_inset
12390
12391
12392 \begin_inset LatexCommand label
12393 name "sec:ligatures"
12394
12395 \end_inset
12396
12397
12398 \end_layout
12399
12400 \begin_layout Standard
12401 It is standard typesetting practice to group certain letters together and
12402  print them as single characters.
12403  These groups are known as 
12404 \emph on
12405 ligatures
12406 \emph default
12407 .
12408  Since LaTeX knows about ligatures, your documents will contain them too
12409  in the output.
12410  Here are the standard ligatures:
12411 \end_layout
12412
12413 \begin_layout Itemize
12414 ff
12415 \end_layout
12416
12417 \begin_layout Itemize
12418 fi
12419 \end_layout
12420
12421 \begin_layout Itemize
12422 fl
12423 \end_layout
12424
12425 \begin_layout Itemize
12426 ffi
12427 \end_layout
12428
12429 \begin_layout Itemize
12430 ffl
12431 \end_layout
12432
12433 \begin_layout Standard
12434 Some languages uses other ligatures if the document font supports them.
12435 \end_layout
12436
12437 \begin_layout Standard
12438 Sometimes, you don't want a ligature in a word.
12439  While a ligature may be okay in the word, 
12440 \begin_inset Quotes eld
12441 \end_inset
12442
12443 graffiti,
12444 \begin_inset Quotes erd
12445 \end_inset
12446
12447  it looks really weird in compound words, such as 
12448 \begin_inset Quotes eld
12449 \end_inset
12450
12451 cufflink
12452 \begin_inset Quotes erd
12453 \end_inset
12454
12455  or the German 
12456 \begin_inset Quotes eld
12457 \end_inset
12458
12459 Dorffest.
12460 \begin_inset Quotes erd
12461 \end_inset
12462
12463  To break a ligature, use 
12464 \family sans
12465 Insert\SpecialChar \menuseparator
12466 Formatting\SpecialChar \menuseparator
12467 Ligature\InsetSpace ~
12468 Break.
12469
12470 \family default
12471  This changes 
12472 \begin_inset Quotes eld
12473 \end_inset
12474
12475 cufflinks
12476 \begin_inset Quotes erd
12477 \end_inset
12478
12479  to 
12480 \begin_inset Quotes eld
12481 \end_inset
12482
12483 cuff\SpecialChar \textcompwordmark{}
12484 links
12485 \begin_inset Quotes erd
12486 \end_inset
12487
12488  and 
12489 \begin_inset Quotes eld
12490 \end_inset
12491
12492 Dorffest
12493 \begin_inset Quotes erd
12494 \end_inset
12495
12496  to 
12497 \begin_inset Quotes eld
12498 \end_inset
12499
12500 Dorf\SpecialChar \textcompwordmark{}
12501 fest
12502 \begin_inset Quotes erd
12503 \end_inset
12504
12505 .
12506 \end_layout
12507
12508 \begin_layout Subsection
12509 LyX's Proper Names
12510 \begin_inset LatexCommand index
12511 name "LyX ! Proper names"
12512
12513 \end_inset
12514
12515
12516 \begin_inset LatexCommand label
12517 name "sub:LyX's-Proper-Names"
12518
12519 \end_inset
12520
12521
12522 \end_layout
12523
12524 \begin_layout Standard
12525 You have surely noticed, that the word 
12526 \begin_inset Quotes eld
12527 \end_inset
12528
12529 LaTeX
12530 \begin_inset Quotes erd
12531 \end_inset
12532
12533  appears always with characters in different size and height.
12534  LaTeX is the name of the program used by LyX and is therefore recognized
12535  as proper name when you type it in LyX as 
12536 \begin_inset Quotes eld
12537 \end_inset
12538
12539 LaT
12540 \begin_inset ERT
12541 status collapsed
12542
12543 \begin_layout Standard
12544
12545 {}
12546 \end_layout
12547
12548 \end_inset
12549
12550 eX
12551 \begin_inset Quotes erd
12552 \end_inset
12553
12554 .
12555  Note the order of the upper-and lowercase letters! LyX recognizes the following
12556  proper names:
12557 \end_layout
12558
12559 \begin_layout Description
12560 LyX The name of the game, write 
12561 \begin_inset Quotes eld
12562 \end_inset
12563
12564 L
12565 \begin_inset ERT
12566 status collapsed
12567
12568 \begin_layout Standard
12569
12570 {}
12571 \end_layout
12572
12573 \end_inset
12574
12575 yX
12576 \begin_inset Quotes erd
12577 \end_inset
12578
12579  to produce it.
12580 \end_layout
12581
12582 \begin_layout Description
12583 TeX The program used by LaTeX, write 
12584 \begin_inset Quotes eld
12585 \end_inset
12586
12587 T
12588 \begin_inset ERT
12589 status collapsed
12590
12591 \begin_layout Standard
12592
12593 {}
12594 \end_layout
12595
12596 \end_inset
12597
12598 eX
12599 \begin_inset Quotes erd
12600 \end_inset
12601
12602  to produce it.
12603 \end_layout
12604
12605 \begin_layout Description
12606 LaTeX The program used by LyX, write 
12607 \begin_inset Quotes eld
12608 \end_inset
12609
12610 LaT
12611 \begin_inset ERT
12612 status collapsed
12613
12614 \begin_layout Standard
12615
12616 {}
12617 \end_layout
12618
12619 \end_inset
12620
12621 eX
12622 \begin_inset Quotes erd
12623 \end_inset
12624
12625  to produce it.
12626 \end_layout
12627
12628 \begin_layout Description
12629 LaTeX2e The actual version of LaTeX, write 
12630 \begin_inset Quotes eld
12631 \end_inset
12632
12633 LaT
12634 \begin_inset ERT
12635 status collapsed
12636
12637 \begin_layout Standard
12638
12639 {}
12640 \end_layout
12641
12642 \end_inset
12643
12644 eX2e
12645 \begin_inset Quotes erd
12646 \end_inset
12647
12648  to produce it.
12649 \end_layout
12650
12651 \begin_layout Standard
12652 You might wonder why the LaTeX-version is 
12653 \begin_inset Quotes eld
12654 \end_inset
12655
12656 2
12657 \begin_inset Formula $\epsilon$
12658 \end_inset
12659
12660
12661 \begin_inset Quotes erd
12662 \end_inset
12663
12664 .
12665  It's an old tradition in the TeX-world to give programs geek version numbers.
12666  For example the version number of TeX converges to the number 
12667 \begin_inset Formula $\pi$
12668 \end_inset
12669
12670 : The actual version is 
12671 \begin_inset Quotes eld
12672 \end_inset
12673
12674 TeX-3.141592
12675 \begin_inset Quotes erd
12676 \end_inset
12677
12678 , the previous one was 
12679 \begin_inset Quotes eld
12680 \end_inset
12681
12682 TeX-3.14159
12683 \begin_inset Quotes erd
12684 \end_inset
12685
12686 .
12687 \end_layout
12688
12689 \begin_layout Standard
12690 If you don't want to use proper names, e.g.
12691  in section headings, you can insert two empty braces in ERT in the word.
12692  This will look in LyX like: 
12693 \begin_inset Graphics
12694         filename clipart/LaTeX.png
12695
12696 \end_inset
12697
12698
12699 \newline
12700 For more about ERT, look at section\InsetSpace ~
12701
12702 \begin_inset LatexCommand ref
12703 reference "sec:ERT"
12704
12705 \end_inset
12706
12707 .
12708 \end_layout
12709
12710 \begin_layout Subsection
12711 Units
12712 \begin_inset LatexCommand index
12713 name "Typography ! Units"
12714
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \begin_layout Standard
12721 Generally the space between units and the number is smaller than the normal
12722  space between two words.
12723  As you can see in the example below, it looks better when the space is
12724  smaller.
12725  To get such a 
12726 \begin_inset Quotes eld
12727 \end_inset
12728
12729 half space
12730 \begin_inset Quotes erd
12731 \end_inset
12732
12733  for units use the menu 
12734 \family sans
12735 Insert\SpecialChar \menuseparator
12736 Formatting\SpecialChar \menuseparator
12737 Thin\InsetSpace ~
12738 Space
12739 \family default
12740  (shortcut 
12741 \family sans
12742 C-S-Space
12743 \family default
12744 ).
12745 \end_layout
12746
12747 \begin_layout Standard
12748 Here's an example to show the differences:
12749 \end_layout
12750
12751 \begin_layout Standard
12752 \begin_inset Tabular
12753 <lyxtabular version="3" rows="2" columns="2">
12754 <features>
12755 <column alignment="left" valignment="top" width="0">
12756 <column alignment="left" valignment="top" width="0">
12757 <row>
12758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Standard
12762 24\InsetSpace ~
12763 kW
12764 \begin_inset Formula $\cdot$
12765 \end_inset
12766
12767 h
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Standard
12776 space between number and unit
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 </row>
12782 <row>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Standard
12787 24\InsetSpace \thinspace{}
12788 kW
12789 \begin_inset Formula $\cdot$
12790 \end_inset
12791
12792 h
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Standard
12801 half space between number and unit
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 </row>
12807 </lyxtabular>
12808
12809 \end_inset
12810
12811
12812 \end_layout
12813
12814 \begin_layout Subsection
12815 Widows and Orphans
12816 \begin_inset LatexCommand index
12817 name "Typography ! Widows and orphans"
12818
12819 \end_inset
12820
12821
12822 \begin_inset LatexCommand label
12823 name "sec:widows"
12824
12825 \end_inset
12826
12827
12828 \end_layout
12829
12830 \begin_layout Standard
12831 In the early days of word processors, page breaks went wherever the page
12832  happened to end.
12833  There was no regard for what was actually going on in the text.
12834  You may remember once printing out a document, only to find the heading
12835  for a new section printed at the very bottom of the page, the first line
12836  of a new paragraph all alone at the bottom of a page, or the last line
12837  of a paragraph at the top of a new page.
12838  These dangly-bits of text became known as 
12839 \emph on
12840 widows
12841 \emph default
12842  and 
12843 \emph on
12844 orphans
12845 \emph default
12846 .
12847 \end_layout
12848
12849 \begin_layout Standard
12850 Clearly, LyX can avoid breaking pages after a section heading.
12851  That's part of the advantage of paragraph environments.
12852  But what about widows and orphans, where the page breaks leave one line
12853  of a paragraph all alone at the top or bottom of a page? There are rules
12854  built into LaTeX governing page breaks, and some of those rules are there
12855  to specifically prevent widows and orphans.
12856  This is the advantage LyX has in using LaTeX as its backend.
12857 \end_layout
12858
12859 \begin_layout Standard
12860 There's no way we can go into how TeX and LaTeX decide to break a page,
12861  or how you can tweak that behavior.
12862  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
12863
12864 \begin_inset LatexCommand cite
12865 key "latexcompanion"
12866
12867 \end_inset
12868
12869  or\InsetSpace ~
12870
12871 \begin_inset LatexCommand cite
12872 key "latexguide"
12873
12874 \end_inset
12875
12876 ] may have more information.
12877  You will almost never need to worry about this, however.
12878 \end_layout
12879
12880 \begin_layout Chapter
12881 Notes, Graphics, Tables, and Floats
12882 \begin_inset OptArg
12883 status collapsed
12884
12885 \begin_layout Standard
12886 Floats and Notes
12887 \end_layout
12888
12889 \end_inset
12890
12891
12892 \begin_inset LatexCommand label
12893 name "cha:Floats-and-Notes"
12894
12895 \end_inset
12896
12897
12898 \end_layout
12899
12900 \begin_layout Standard
12901 The issues of this chapter are described in detail in the 
12902 \emph on
12903 Embedded Objects
12904 \emph default
12905  manual.
12906  There you'll also find tips and tricks for special cases.
12907 \end_layout
12908
12909 \begin_layout Section
12910 Footnotes
12911 \begin_inset LatexCommand index
12912 name "Footnotes"
12913
12914 \end_inset
12915
12916
12917 \end_layout
12918
12919 \begin_layout Standard
12920 LyX uses boxes to display footnotes: When you insert a footnote using the
12921  menu 
12922 \family sans
12923 Insert\SpecialChar \menuseparator
12924 Footnote
12925 \family default
12926  or the toolbar button 
12927 \begin_inset Graphics
12928         filename ../images/footnote-insert.xpm
12929
12930 \end_inset
12931
12932
12933 \family roman
12934 \series medium
12935 \bar no
12936 you'll see
12937 \family default
12938 \series default
12939 \bar default
12940  the following box: 
12941 \begin_inset Graphics
12942         filename clipart/footnoteQt4.png
12943         scale 80
12944
12945 \end_inset
12946
12947
12948 \family roman
12949 \series medium
12950 \bar no
12951 .
12952  This box is LyX's representation of your footnote.
12953  If you
12954 \family default
12955 \series default
12956 \bar default
12957  left-click on 
12958 \family roman
12959 \series medium
12960 \bar no
12961 the 
12962 \begin_inset Quotes eld
12963 \end_inset
12964
12965
12966 \family sans
12967 foot
12968 \family roman
12969
12970 \begin_inset Quotes erd
12971 \end_inset
12972
12973
12974 \family default
12975 \series default
12976 \bar default
12977  
12978 \family roman
12979 \series medium
12980 \bar no
12981 label, the box will
12982 \family default
12983 \series default
12984 \bar default
12985  be opened and you can enter the footnote text into it.
12986  Clicking on the box label again, will close 
12987 \family roman
12988 \series medium
12989 \bar no
12990 the
12991 \family default
12992 \series default
12993 \bar default
12994  box
12995 \family roman
12996 \series medium
12997 \bar no
12998 .
12999  If you want to turn existing text into a footnote, simply mark it and click
13000  on the footnote
13001 \family default
13002 \series default
13003 \bar default
13004  toolbar 
13005 \family roman
13006 \series medium
13007 \bar no
13008 button
13009 \family default
13010 \series default
13011 \bar default
13012 .
13013 \end_layout
13014
13015 \begin_layout Standard
13016 Here's an example footnote:
13017 \family roman
13018 \series medium
13019 \bar no
13020
13021 \begin_inset Foot
13022 status open
13023
13024 \begin_layout Standard
13025 To close a footnote, click on the red box at the top left.
13026 \end_layout
13027
13028 \end_inset
13029
13030
13031 \end_layout
13032
13033 \begin_layout Standard
13034 The footnote will appear in the output as a superscript number at the text
13035  position where the footnote box is placed.
13036  The footnote text is placed at the bottom of the current page.
13037  The footnote number is calculated by LyX, the numbers are consecutive,
13038  no matter in which chapter the footnote is in.
13039  LyX doesn't support other numbering schemes yet, but you can get another
13040  scheme using special LaTeX-commands.
13041  T
13042 \family roman
13043 h
13044 \family default
13045 ey are described in the section 
13046 \begin_inset Quotes eld
13047 \end_inset
13048
13049
13050 \emph on
13051 Tricks for Footnotes and Marginpars
13052 \begin_inset Quotes erd
13053 \end_inset
13054
13055
13056 \emph default
13057  of the 
13058 \emph on
13059 Extended
13060 \emph default
13061  
13062 \emph on
13063 Features
13064 \emph default
13065  manual.
13066 \end_layout
13067
13068 \begin_layout Section
13069 Marginal Notes
13070 \begin_inset LatexCommand index
13071 name "Marginal notes"
13072
13073 \end_inset
13074
13075
13076 \end_layout
13077
13078 \begin_layout Standard
13079 Marginal notes look and behave just like footnotes in LyX.
13080  When you insert a margin note via the menu 
13081 \family sans
13082 Insert\SpecialChar \menuseparator
13083 Marginal\InsetSpace ~
13084 Note
13085 \family default
13086  or the toolbar button 
13087 \begin_inset Graphics
13088         filename ../images/marginalnote-insert.xpm
13089
13090 \end_inset
13091
13092 , you'll see 
13093 \family roman
13094 \series medium
13095 a
13096 \family default
13097 \series default
13098  grey 
13099 \family roman
13100 \series medium
13101 box with a
13102 \family default
13103 \series default
13104  red 
13105 \family roman
13106 \series medium
13107 label 
13108 \begin_inset Quotes eld
13109 \end_inset
13110
13111 margin
13112 \begin_inset Quotes erd
13113 \end_inset
13114
13115  appearing within your text.
13116  This box is LyX's representation of your margin
13117 \family default
13118 \series default
13119 al 
13120 \family roman
13121 \series medium
13122 note.
13123 \end_layout
13124
13125 \begin_layout Standard
13126 At the side is an example marginal note.
13127 \family roman
13128 \series medium
13129
13130 \begin_inset Marginal
13131 status open
13132
13133 \begin_layout Standard
13134 This is a marginal note.
13135 \end_layout
13136
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \begin_layout Standard
13143 Marginal notes appear at the right side in single-sided documents.
13144  In double-sided documents they appear in the outer margin -- left on even
13145  pages, right on odd pages.
13146 \end_layout
13147
13148 \begin_layout Section
13149 Graphics and Images
13150 \begin_inset LatexCommand index
13151 name "Images"
13152
13153 \end_inset
13154
13155
13156 \begin_inset LatexCommand index
13157 name "Graphics"
13158
13159 \end_inset
13160
13161
13162 \begin_inset LatexCommand label
13163 name "sec:Graphics"
13164
13165 \end_inset
13166
13167
13168 \end_layout
13169
13170 \begin_layout Standard
13171 To insert an image in your document, place the cursor at the text position
13172  you want and click on the toolbar icon 
13173 \begin_inset Graphics
13174         filename ../images/dialog-show-new-inset_graphics.xpm
13175
13176 \end_inset
13177
13178  or select 
13179 \family sans
13180 Insert\SpecialChar \menuseparator
13181 Graphics
13182 \family default
13183  from the menu.
13184  Then a dialog will appear to choose the file to load.
13185 \end_layout
13186
13187 \begin_layout Standard
13188 This dialog has numerous mostly self-explanatory parameters.
13189  The 
13190 \family sans
13191 Graphics
13192 \family default
13193  tab allows you to choose your image file.
13194  The appearance of the image inside LyX and in the output is adjusted separately.
13195  The image can be transformed by setting a rotation angle and a scaling
13196  factor.
13197  The scaling units are explained in Appendix\InsetSpace ~
13198
13199 \begin_inset LatexCommand ref
13200 reference "cha:Units-available-in"
13201
13202 \end_inset
13203
13204 .
13205 \end_layout
13206
13207 \begin_layout Standard
13208 In the tab 
13209 \family sans
13210 Clipping
13211 \family default
13212  it is possible to set image coordinates to adjust the height and width
13213  of the image in the output.
13214  The coordinates can also be calculated automatically by pressing the button
13215  
13216 \family sans
13217 Get\InsetSpace ~
13218 from\InsetSpace ~
13219 file
13220 \family default
13221 .
13222  The option 
13223 \family sans
13224 Clip\InsetSpace ~
13225 to\InsetSpace ~
13226 bounding\InsetSpace ~
13227 box
13228 \family default
13229  will only print the image region within the given coordinates.
13230  Normally you don't need to take care about image coordinates and can ignore
13231  the tab 
13232 \family sans
13233 Clipping
13234 \family default
13235 .
13236 \end_layout
13237
13238 \begin_layout Standard
13239 LaTeX experts can specify additional LaTeX options in the 
13240 \family sans
13241 Extras
13242 \family default
13243  tab.
13244  You can also set the 
13245 \family sans
13246 Subfigure
13247 \family default
13248  option here if the image is inside a figure float.
13249  This option is explained in sec.
13250 \begin_inset Formula $\,$
13251 \end_inset
13252
13253
13254 \begin_inset LatexCommand ref
13255 reference "sec:Figure-Floats"
13256
13257 \end_inset
13258
13259 .
13260  The option 
13261 \family sans
13262 Draft\InsetSpace ~
13263 mode
13264 \family default
13265  effects that the image don't appear in the output, only a frame with the
13266  image size is printed.
13267 \end_layout
13268
13269 \begin_layout Standard
13270 The graphics dialog can be called at any time by right-clicking on an image.
13271  The image will appear in the output exactly at the position where it is
13272  in the text.
13273  This is an example image in the PDF format within a separate, horizontally
13274  centered paragraph: 
13275 \end_layout
13276
13277 \begin_layout Standard
13278 \align center
13279 \begin_inset Graphics
13280         filename clipart/mobius.eps
13281         display color
13282         scale 70
13283         rotateOrigin center
13284
13285 \end_inset
13286
13287
13288 \end_layout
13289
13290 \begin_layout Standard
13291 If you need image captions and want to reference images, you have to put
13292  the image into a float, see sec.
13293 \begin_inset Formula $\,$
13294 \end_inset
13295
13296
13297 \begin_inset LatexCommand ref
13298 reference "sec:Figure-Floats"
13299
13300 \end_inset
13301
13302 .
13303 \end_layout
13304
13305 \begin_layout Subsection
13306 Image Formats
13307 \begin_inset LatexCommand index
13308 name "Image formats"
13309
13310 \end_inset
13311
13312
13313 \begin_inset LatexCommand label
13314 name "sub:Image-Formats"
13315
13316 \end_inset
13317
13318
13319 \end_layout
13320
13321 \begin_layout Standard
13322 You can insert images in any known file format.
13323  But as we explained in sec.
13324 \begin_inset Formula $\,$
13325 \end_inset
13326
13327
13328 \begin_inset LatexCommand ref
13329 reference "sub:Output-file-formats"
13330
13331 \end_inset
13332
13333 , every output document format allows only a few image formats.
13334  LyX uses therefore the program 
13335 \family typewriter
13336 Imagemagick
13337 \family default
13338  in the background to convert the images to the right format.
13339  To increase your workflow by avoiding these conversions in the background,
13340  you can use only the image formats listed in the subsections of sec.
13341 \begin_inset Formula $\,$
13342 \end_inset
13343
13344
13345 \begin_inset LatexCommand ref
13346 reference "sub:Output-file-formats"
13347
13348 \end_inset
13349
13350 .
13351 \end_layout
13352
13353 \begin_layout Standard
13354 Similar to fonts there are two types of image formats:
13355 \end_layout
13356
13357 \begin_layout Description
13358 Bitmap\InsetSpace ~
13359 images consist of pixel values, often in a compressed form.
13360  They are therefore not fully scalable and look pixeld in large zooms.
13361  Well-known bitmap image formats are 
13362 \begin_inset Quotes eld
13363 \end_inset
13364
13365 Graphics Interchange Format
13366 \begin_inset Quotes erd
13367 \end_inset
13368
13369  (GIF, file extension 
13370 \begin_inset Quotes eld
13371 \end_inset
13372
13373
13374 \family typewriter
13375 .gif
13376 \family default
13377
13378 \begin_inset Quotes erd
13379 \end_inset
13380
13381 )
13382 \begin_inset LatexCommand index
13383 name "GIF|see{Image formats}"
13384
13385 \end_inset
13386
13387
13388 \begin_inset Quotes eld
13389 \end_inset
13390
13391 Portable Network Graphics
13392 \begin_inset Quotes erd
13393 \end_inset
13394
13395  (PNG, file extension 
13396 \begin_inset Quotes eld
13397 \end_inset
13398
13399
13400 \family typewriter
13401 .png
13402 \family default
13403
13404 \begin_inset Quotes erd
13405 \end_inset
13406
13407 )
13408 \begin_inset LatexCommand index
13409 name "PNG|see{Image formats}"
13410
13411 \end_inset
13412
13413 , and 
13414 \begin_inset Quotes eld
13415 \end_inset
13416
13417 Joint Photographic Experts Group
13418 \begin_inset Quotes erd
13419 \end_inset
13420
13421  (JPG, file extension 
13422 \begin_inset Quotes eld
13423 \end_inset
13424
13425
13426 \family typewriter
13427 .jpg
13428 \family default
13429
13430 \begin_inset Quotes erd
13431 \end_inset
13432
13433  or 
13434 \begin_inset Quotes eld
13435 \end_inset
13436
13437
13438 \family typewriter
13439 .jpeg
13440 \family default
13441
13442 \begin_inset Quotes erd
13443 \end_inset
13444
13445 )
13446 \begin_inset LatexCommand index
13447 name "JPG|see{Image formats}"
13448
13449 \end_inset
13450
13451 .
13452 \end_layout
13453
13454 \begin_layout Description
13455 Scalable\InsetSpace ~
13456 images consist of vectors and can therefore be scaled to any size
13457  without data loss.
13458  The scaling ability is necessary if you want to create presentations, because
13459  presentations are always scaled by the beamer.
13460  Scaling is also useful for online documents to let the user zoom into diagrams.
13461 \newline
13462 S
13463 calable image formats can be 
13464 \begin_inset Quotes eld
13465 \end_inset
13466
13467 Scalable Vector Graphics
13468 \begin_inset Quotes erd
13469 \end_inset
13470
13471  (SVG, file extension 
13472 \begin_inset Quotes eld
13473 \end_inset
13474
13475
13476 \family typewriter
13477 .svg
13478 \family default
13479
13480 \begin_inset Quotes erd
13481 \end_inset
13482
13483 )
13484 \begin_inset LatexCommand index
13485 name "SVG|see{Image formats}"
13486
13487 \end_inset
13488
13489
13490 \begin_inset Quotes eld
13491 \end_inset
13492
13493 Encapsulated PostScript
13494 \begin_inset Quotes erd
13495 \end_inset
13496
13497  (EPS, file extension 
13498 \begin_inset Quotes eld
13499 \end_inset
13500
13501
13502 \family typewriter
13503 .eps
13504 \family default
13505
13506 \begin_inset Quotes erd
13507 \end_inset
13508
13509 )
13510 \begin_inset LatexCommand index
13511 name "EPS|see{Image formats}"
13512
13513 \end_inset
13514
13515 , and 
13516 \begin_inset Quotes eld
13517 \end_inset
13518
13519 Portable Document Format
13520 \begin_inset Quotes erd
13521 \end_inset
13522
13523  (PDF, file extension 
13524 \begin_inset Quotes eld
13525 \end_inset
13526
13527
13528 \family typewriter
13529 .pdf
13530 \family default
13531
13532 \begin_inset Quotes erd
13533 \end_inset
13534
13535 )
13536 \begin_inset LatexCommand index
13537 name "PDF"
13538
13539 \end_inset
13540
13541 .
13542  We say it can be, because you can convert any bitmap image format to PDF
13543  or EPS and the result won't be scalable.
13544  In this cases only a header with the image properties is added to the original
13545  image
13546 \begin_inset Foot
13547 status collapsed
13548
13549 \begin_layout Standard
13550 In the case of PDF, the original image is additionally compressed.
13551 \end_layout
13552
13553 \end_inset
13554
13555 .
13556 \end_layout
13557
13558 \begin_layout Standard
13559 Normally one can't convert a bitmap image into a scalable one, only vice
13560  versa.
13561 \end_layout
13562
13563 \begin_layout Section
13564 Tables
13565 \begin_inset LatexCommand index
13566 name "Tables"
13567
13568 \end_inset
13569
13570
13571 \begin_inset LatexCommand label
13572 name "sec:tables"
13573
13574 \end_inset
13575
13576
13577 \end_layout
13578
13579 \begin_layout Standard
13580 You can insert a table using either the toolbar button 
13581 \begin_inset Graphics
13582         filename ../images/tabular-insert.xpm
13583         scale 85
13584
13585 \end_inset
13586
13587  or the menu 
13588 \family sans
13589 Insert\SpecialChar \menuseparator
13590 Tabule
13591 \family default
13592 .
13593  A dialog will appear, asking you for the number of rows and columns.
13594  The default table has lines around any cell and the first row appears separated
13595  from the rest of the table.
13596  This separation appears due to a double line: The cells of the first row
13597  have a line below them and the cells of the second row have a line above
13598  them.
13599  Here's an example table:
13600 \end_layout
13601
13602 \begin_layout Standard
13603 \align center
13604 \begin_inset Tabular
13605 <lyxtabular version="3" rows="4" columns="4">
13606 <features>
13607 <column alignment="center" valignment="top" leftline="true" width="0pt">
13608 <column alignment="center" valignment="top" leftline="true" width="0pt">
13609 <column alignment="center" valignment="top" leftline="true" width="0in">
13610 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
13611 <row topline="true" bottomline="true">
13612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Standard
13616
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Standard
13625
13626 \family roman
13627 \series medium
13628 \shape up
13629 \size normal
13630 \emph off
13631 \bar no
13632 \noun off
13633 \color none
13634 1
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Standard
13643 2
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Standard
13652 3
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 </row>
13658 <row topline="true">
13659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Standard
13663
13664 \family roman
13665 \series medium
13666 \shape up
13667 \size normal
13668 \emph off
13669 \bar no
13670 \noun off
13671 \color none
13672 A
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Standard
13681
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Standard
13690
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Standard
13699
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 </row>
13705 <row topline="true">
13706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Standard
13710
13711 \family roman
13712 \series medium
13713 \shape up
13714 \size normal
13715 \emph off
13716 \bar no
13717 \noun off
13718 \color none
13719 B
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Standard
13728
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Standard
13737
13738 \size normal
13739 \noun off
13740 \color none
13741  
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Standard
13750
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 </row>
13756 <row topline="true" bottomline="true">
13757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Standard
13761
13762 \family roman
13763 \series medium
13764 \shape up
13765 \size normal
13766 \emph off
13767 \bar no
13768 \noun off
13769 \color none
13770 C
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Standard
13779
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Standard
13788
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Standard
13797
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 </lyxtabular>
13804
13805 \end_inset
13806
13807
13808 \end_layout
13809
13810 \begin_layout Subsection
13811 The Table dialog
13812 \end_layout
13813
13814 \begin_layout Standard
13815 You can alter a table by clicking on it with the right mouse button, which
13816  brings up the table dialog.
13817  Here you can adjust the settings of the cell and row/column respectively
13818  where the cursor is placed currently.
13819  Most of the dialog options also work on selections.
13820  This means that if you select more cells, columns or rows the action is
13821  done on all of your selection.
13822  Note that there is a difference between selecting the 
13823 \emph on
13824 contents
13825 \emph default
13826  of the cell, and the cell itself.
13827  If you can see a red border inside a cell, you only selected the cell content.
13828 \end_layout
13829
13830 \begin_layout Standard
13831 In the tab 
13832 \family sans
13833 Table\InsetSpace ~
13834 Settings
13835 \family default
13836  you can delete the current row/column and set the horizontal alignment
13837  for the current row.
13838  If you add a row or column, it will be inserted right beside or below the
13839  current cell respectively.
13840  The vertical alignment of a column can only be adjusted when a column width
13841  is given.
13842  A given width will allow the cell to have linebreaks and multiple paragraphs
13843  of text, see sec.
13844 \begin_inset Formula $\,$
13845 \end_inset
13846
13847
13848 \begin_inset LatexCommand ref
13849 reference "sub:Table-Cells"
13850
13851 \end_inset
13852
13853 .
13854 \end_layout
13855
13856 \begin_layout Standard
13857 You can mark multiple cells of one row as a multicolumn cell using the check
13858  box 
13859 \family sans
13860 Multicolumn
13861 \family default
13862 .
13863  This will merge the cells to 
13864 \emph on
13865 one
13866 \emph default
13867  cell, spread over more than one column.
13868  Multicolumn cells are treated as own rows, so that the alignment, width,
13869  and border settings affect only the multicolumn cell.
13870  Here's an example table with a multicolumn cell in the first row and one
13871  in the last row without the upper border:
13872 \end_layout
13873
13874 \begin_layout Standard
13875 \align center
13876 \begin_inset Tabular
13877 <lyxtabular version="3" rows="3" columns="4">
13878 <features firstHeadTopDL="true" firstHeadBottomDL="true">
13879 <column alignment="center" valignment="top" leftline="true" width="0pt">
13880 <column alignment="center" valignment="middle" leftline="true" width="0">
13881 <column alignment="center" valignment="top" leftline="true" width="0in">
13882 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
13883 <row topline="true" bottomline="true">
13884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Standard
13888 abc
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Standard
13897 def ghi
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Standard
13906
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Standard
13915 jkl
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 </row>
13921 <row topline="true">
13922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Standard
13926
13927 \family roman
13928 \series medium
13929 \shape up
13930 \size normal
13931 \emph off
13932 \bar no
13933 \noun off
13934 \color none
13935 A
13936 \end_layout
13937
13938 \end_inset
13939 </cell>
13940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13941 \begin_inset Text
13942
13943 \begin_layout Standard
13944 B
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Standard
13953 C
13954 \end_layout
13955
13956 \end_inset
13957 </cell>
13958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Standard
13962 D
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 </row>
13968 <row topline="true" bottomline="true">
13969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Standard
13973 1
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Standard
13982 2
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Standard
13991 3
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Standard
14000 4
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 </row>
14006 </lyxtabular>
14007
14008 \end_inset
14009
14010
14011 \end_layout
14012
14013 \begin_layout Standard
14014 At the moment LyX doesn't support multirow cells.
14015  Adept users can declare special LaTeX-arguments for the table.
14016  They are necessary for special table formatting, like for multirow cells,
14017  explained in the tables section of the 
14018 \emph on
14019 Extended\InsetSpace ~
14020 Features
14021 \emph default
14022  manual.
14023  You can also rotate the current cell or the whole table 90
14024 \begin_inset Formula $\,$
14025 \end_inset
14026
14027 degrees counterclockwise.
14028  These rotations are not visible in LyX but in the output.
14029  Note, that most DVI-viewers are 
14030 \emph on
14031 not
14032 \emph default
14033  able to display rotations.
14034 \end_layout
14035
14036 \begin_layout Standard
14037 The 
14038 \family sans
14039 Borders
14040 \family default
14041  tab allows you to add and delete border lines for the current row/column.
14042  The button 
14043 \family sans
14044 Default
14045 \family default
14046  adds lines for all cell borders.
14047 \end_layout
14048
14049 \begin_layout Subsection
14050 Longtables
14051 \begin_inset LatexCommand index
14052 name "Tables ! Longtables"
14053
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \begin_layout Standard
14060 If the table is too long to fit on one page, you can use the option 
14061 \family sans
14062 Use\InsetSpace ~
14063 long\InsetSpace ~
14064 table
14065 \family default
14066  in the tab 
14067 \family sans
14068 Longtable
14069 \family default
14070  of the table dialog to split the table automatically over more pages.
14071  Doing this enables some check boxes and you can now define:
14072 \end_layout
14073
14074 \begin_layout Description
14075
14076 \family sans
14077 Header
14078 \family default
14079 : The current row and all rows above, that don't have any special options
14080  defined, are defined to be the header rows of all pages of the longtable;
14081  except for the first page, if 
14082 \family sans
14083 First\InsetSpace ~
14084 header
14085 \family default
14086  is defined.
14087 \end_layout
14088
14089 \begin_layout Description
14090
14091 \family sans
14092 First\InsetSpace ~
14093 header
14094 \family default
14095 : The current row and all rows above, that don't have any special options
14096  defined, are defined to be the header rows of the first page of the longtable.
14097 \end_layout
14098
14099 \begin_layout Description
14100
14101 \family sans
14102 Footer
14103 \family default
14104 : The current row and all rows below, that don't have any special options
14105  defined, are defined to be the footer rows of all pages of the longtable;
14106  except for the last page, if 
14107 \family sans
14108 Last\InsetSpace ~
14109 footer
14110 \family default
14111  is defined.
14112 \end_layout
14113
14114 \begin_layout Description
14115
14116 \family sans
14117 Last\InsetSpace ~
14118 footer
14119 \family default
14120 : The current row and all rows below, that don't have any special options
14121  defined, are defined to be the footer rows of the last page of the longtable.
14122 \end_layout
14123
14124 \begin_layout Standard
14125 You can also specify a row where the table is splitted.
14126  If you set more than one option in the same table row, you should be aware
14127  of the fact that only the first one is used in the given table row.
14128  The others will then be defined as 
14129 \emph on
14130 empty
14131 \emph default
14132 .
14133  In this context, first means first in this order: 
14134 \family sans
14135 Footer, Last\InsetSpace ~
14136 footer,
14137 \family default
14138  
14139 \family sans
14140 Header,
14141 \family default
14142  
14143 \family sans
14144 First\InsetSpace ~
14145 header.
14146
14147 \family default
14148  See the following longtable to see how it works:
14149 \end_layout
14150
14151 \begin_layout Standard
14152 \align center
14153 \begin_inset Tabular
14154 <lyxtabular version="3" rows="69" columns="3">
14155 <features islongtable="true">
14156 <column alignment="block" valignment="top" leftline="true" width="5cm">
14157 <column alignment="left" valignment="top" width="0pt">
14158 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
14159 <row topline="true" bottomline="true" endfirsthead="true">
14160 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14161 \begin_inset Text
14162
14163 \begin_layout Standard
14164
14165 \series bold
14166 Example Phone List (ignore the names)
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Standard
14175
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Standard
14184
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 </row>
14190 <row topline="true" bottomline="true" endfirsthead="true">
14191 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Standard
14195
14196 \series bold
14197 NAME
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Standard
14206
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Standard
14215
14216 \series bold
14217 TEL.
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 </row>
14223 <row topline="true" bottomline="true" endhead="true">
14224 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14225 \begin_inset Text
14226
14227 \begin_layout Standard
14228  
14229 \series bold
14230 Example Phone List
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Standard
14239
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Standard
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 </row>
14254 <row topline="true" bottomline="true" endhead="true">
14255 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Standard
14259
14260 \series bold
14261 NAME
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Standard
14270
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Standard
14279
14280 \series bold
14281 TEL.
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 </row>
14287 <row topline="true" bottomline="true" endfoot="true">
14288 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Standard
14292  
14293 \series bold
14294 continue ...
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Standard
14303
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Standard
14312
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 </row>
14318 <row topline="true" bottomline="true">
14319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Standard
14323
14324 \series bold
14325 Annovi
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" topline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Standard
14334 Silvia
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Standard
14343 111
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 </row>
14349 <row bottomline="true">
14350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14351 \begin_inset Text
14352
14353 \begin_layout Standard
14354
14355 \series bold
14356 Bertoli
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 <cell alignment="center" valignment="top" topline="true" usebox="none">
14362 \begin_inset Text
14363
14364 \begin_layout Standard
14365 Stefano
14366 \end_layout
14367
14368 \end_inset
14369 </cell>
14370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Standard
14374 111
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 </row>
14380 <row bottomline="true">
14381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Standard
14385
14386 \series bold
14387 Bozzi
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Standard
14396 Walter
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Standard
14405 111
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 </row>
14411 <row bottomline="true">
14412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Standard
14416
14417 \series bold
14418 Cachia
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Standard
14427 Maria
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Standard
14436 111
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 </row>
14442 <row bottomline="true">
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Standard
14447
14448 \series bold
14449 Cachia
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" topline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Standard
14458 Maurizio
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Standard
14467 111
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 <row bottomline="true">
14474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Standard
14478
14479 \series bold
14480 Cinquemani
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Standard
14489 Giusi
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Standard
14498 111
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 <row bottomline="true">
14505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Standard
14509
14510 \series bold
14511 Colin
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" topline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Standard
14520 Bernard
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Standard
14529 111
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 <row bottomline="true">
14536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Standard
14540
14541 \series bold
14542 Concli
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Standard
14551 Gianfranco
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Standard
14560 111
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 <row bottomline="true">
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Standard
14571
14572 \series bold
14573 Dal Bosco
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 <cell alignment="center" valignment="top" topline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Standard
14582 Carolina
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Standard
14591 111
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 </row>
14597 <row bottomline="true">
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Standard
14602
14603 \series bold
14604 Dalpiaz
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 <cell alignment="center" valignment="top" topline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Standard
14613 Annamaria
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Standard
14622 111
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 </row>
14628 <row bottomline="true">
14629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Standard
14633
14634 \series bold
14635 Feliciello
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Standard
14644 Domenico
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Standard
14653 111
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 </row>
14659 <row bottomline="true">
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Standard
14664
14665 \series bold
14666 Focarelli
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 <cell alignment="center" valignment="top" topline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Standard
14675 Paola
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Standard
14684 111
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 </row>
14690 <row bottomline="true">
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Standard
14695
14696 \series bold
14697 Galletti
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 <cell alignment="center" valignment="top" topline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Standard
14706 Oreste
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14712 \begin_inset Text
14713
14714 \begin_layout Standard
14715 111
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 </row>
14721 <row bottomline="true">
14722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Standard
14726
14727 \series bold
14728 Gasparini
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 <cell alignment="center" valignment="top" topline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Standard
14737 Franca
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Standard
14746 111
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 </row>
14752 <row bottomline="true">
14753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Standard
14757
14758 \series bold
14759 Rizzardi
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" topline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Standard
14768 Paola
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Standard
14777 111
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 </row>
14783 <row bottomline="true">
14784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Standard
14788
14789 \series bold
14790 Lassini
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 <cell alignment="center" valignment="top" topline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Standard
14799 Giancarlo
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Standard
14808 111
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 </row>
14814 <row bottomline="true">
14815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Standard
14819
14820 \series bold
14821 Malfatti
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 <cell alignment="center" valignment="top" topline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Standard
14830 Luciano
14831 \end_layout
14832
14833 \end_inset
14834 </cell>
14835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Standard
14839 111
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 </row>
14845 <row bottomline="true">
14846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Standard
14850
14851 \series bold
14852 Malfatti
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell alignment="center" valignment="top" topline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Standard
14861 Valeriano
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Standard
14870 111
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 <row bottomline="true">
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Standard
14881
14882 \series bold
14883 Meneguzzo
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Standard
14892 Roberto
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Standard
14901 111
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 </row>
14907 <row bottomline="true">
14908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Standard
14912
14913 \series bold
14914 Mezzadra
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 <cell alignment="center" valignment="top" topline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Standard
14923 Roberto
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Standard
14932 111
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 </row>
14938 <row bottomline="true">
14939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Standard
14943
14944 \series bold
14945 Pirpamer
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Standard
14954 Erich
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Standard
14963 111
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row bottomline="true">
14970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Standard
14974
14975 \series bold
14976 Pochiesa
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Standard
14985 Paolo
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Standard
14994 111, 222
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row bottomline="true">
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Standard
15005
15006 \series bold
15007 Radina
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Standard
15016 Claudio
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Standard
15025 111
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row bottomline="true">
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Standard
15036
15037 \series bold
15038 Stuffer
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" topline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Standard
15047 Oskar
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Standard
15056 111
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 </row>
15062 <row bottomline="true">
15063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Standard
15067
15068 \series bold
15069 Tacchelli
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" topline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Standard
15078 Ugo
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Standard
15087 111
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row bottomline="true">
15094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Standard
15098
15099 \series bold
15100 Tezzele
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" topline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Standard
15109 Margit
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Standard
15118 111
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 </row>
15124 <row bottomline="true">
15125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Standard
15129
15130 \series bold
15131 Unterkalmsteiner
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" topline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Standard
15140 Frieda
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Standard
15149 111
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row bottomline="true">
15156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Standard
15160
15161 \series bold
15162 Vieider
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 <cell alignment="center" valignment="top" topline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Standard
15171 Hilde
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Standard
15180 111
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 </row>
15186 <row bottomline="true">
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Standard
15191
15192 \series bold
15193 Vigna
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" topline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Standard
15202 Jürgen
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Standard
15211 111
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row bottomline="true">
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Standard
15222
15223 \series bold
15224 Weber
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" topline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Standard
15233 Maurizio
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Standard
15242 111
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 </row>
15248 <row bottomline="true">
15249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Standard
15253
15254 \series bold
15255 Winkler
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" topline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Standard
15264 Franz
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Standard
15273 111
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 </row>
15279 <row bottomline="true">
15280 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Standard
15284  
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Standard
15293
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Standard
15302
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 </row>
15308 <row bottomline="true">
15309 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Standard
15313
15314 \series bold
15315 Annovi
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 <cell alignment="center" valignment="top" topline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Standard
15324 Silvia
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Standard
15333 555
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 </row>
15339 <row bottomline="true">
15340 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Standard
15344
15345 \series bold
15346 Bertoli
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" topline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Standard
15355 Stefano
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Standard
15364 555
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 </row>
15370 <row bottomline="true">
15371 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Standard
15375
15376 \series bold
15377 Bozzi
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" topline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Standard
15386 Walter
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Standard
15395 555
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 </row>
15401 <row bottomline="true">
15402 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Standard
15406
15407 \series bold
15408 Cachia
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 <cell alignment="center" valignment="top" topline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Standard
15417 Maria
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Standard
15426 555
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 </row>
15432 <row bottomline="true">
15433 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Standard
15437
15438 \series bold
15439 Cachia
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" topline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Standard
15448 Maurizio
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Standard
15457 555
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 </row>
15463 <row bottomline="true">
15464 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Standard
15468
15469 \series bold
15470 Cinquemani
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" topline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Standard
15479 Giusi
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Standard
15488 555
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 </row>
15494 <row bottomline="true">
15495 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Standard
15499
15500 \series bold
15501 Colin
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 <cell alignment="center" valignment="top" topline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Standard
15510 Bernard
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Standard
15519 555
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 </row>
15525 <row bottomline="true">
15526 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Standard
15530
15531 \series bold
15532 Concli
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" topline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Standard
15541 Gianfranco
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Standard
15550 555
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row bottomline="true">
15557 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Standard
15561
15562 \series bold
15563 Dal Bosco
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Standard
15572 Carolina
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Standard
15581 555
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 </row>
15587 <row bottomline="true">
15588 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Standard
15592
15593 \series bold
15594 Dalpiaz
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell alignment="center" valignment="top" topline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Standard
15603 Annamaria
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Standard
15612 555
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 </row>
15618 <row bottomline="true">
15619 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Standard
15623
15624 \series bold
15625 Feliciello
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 <cell alignment="center" valignment="top" topline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Standard
15634 Domenico
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Standard
15643 555
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 </row>
15649 <row bottomline="true">
15650 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Standard
15654
15655 \series bold
15656 Focarelli
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Standard
15665 Paola
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Standard
15674 555
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 </row>
15680 <row bottomline="true">
15681 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Standard
15685
15686 \series bold
15687 Galletti
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 <cell alignment="center" valignment="top" topline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Standard
15696 Oreste
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Standard
15705 555
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 </row>
15711 <row bottomline="true">
15712 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Standard
15716
15717 \series bold
15718 Gasparini
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Standard
15727 Franca
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Standard
15736 555
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 </row>
15742 <row bottomline="true">
15743 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Standard
15747
15748 \series bold
15749 Rizzardi
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Standard
15758 Paola
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Standard
15767 555
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row bottomline="true">
15774 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Standard
15778
15779 \series bold
15780 Lassini
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Standard
15789 Giancarlo
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Standard
15798 555
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 </row>
15804 <row bottomline="true">
15805 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Standard
15809
15810 \series bold
15811 Malfatti
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" topline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Standard
15820 Luciano
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Standard
15829 555
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row bottomline="true">
15836 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Standard
15840
15841 \series bold
15842 Malfatti
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Standard
15851 Valeriano
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Standard
15860 555
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 </row>
15866 <row bottomline="true">
15867 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Standard
15871
15872 \series bold
15873 Meneguzzo
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" topline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Standard
15882 Roberto
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Standard
15891 555
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 </row>
15897 <row bottomline="true">
15898 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Standard
15902
15903 \series bold
15904 Mezzadra
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Standard
15913 Roberto
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Standard
15922 555
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row bottomline="true">
15929 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Standard
15933
15934 \series bold
15935 Pirpamer
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Standard
15944 Erich
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Standard
15953 555
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 </row>
15959 <row bottomline="true">
15960 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Standard
15964
15965 \series bold
15966 Pochiesa
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 <cell alignment="center" valignment="top" topline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Standard
15975 Paolo
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Standard
15984 555, 222
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 </row>
15990 <row bottomline="true">
15991 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Standard
15995
15996 \series bold
15997 Radina
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Standard
16006 Claudio
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Standard
16015 555
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 <row bottomline="true">
16022 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Standard
16026
16027 \series bold
16028 Stuffer
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Standard
16037 Oskar
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Standard
16046 555
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 </row>
16052 <row bottomline="true">
16053 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Standard
16057
16058 \series bold
16059 Tacchelli
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" topline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Standard
16068 Ugo
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Standard
16077 555
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 </row>
16083 <row bottomline="true">
16084 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Standard
16088
16089 \series bold
16090 Tezzele
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 <cell alignment="center" valignment="top" topline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Standard
16099 Margit
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Standard
16108 555
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 </row>
16114 <row bottomline="true">
16115 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Standard
16119
16120 \series bold
16121 Unterkalmsteiner
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Standard
16130 Frieda
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Standard
16139 555
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 <row bottomline="true">
16146 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Standard
16150
16151 \series bold
16152 Vieider
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Standard
16161 Hilde
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Standard
16170 555
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 </row>
16176 <row bottomline="true">
16177 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Standard
16181
16182 \series bold
16183 Vigna
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Standard
16192 Jürgen
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Standard
16201 999
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 </row>
16207 <row bottomline="true">
16208 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Standard
16212
16213 \series bold
16214 Weber
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 <cell alignment="center" valignment="top" topline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Standard
16223 Maurizio
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Standard
16232 555
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 </row>
16238 <row bottomline="true">
16239 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Standard
16243
16244 \series bold
16245 Winkler
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" topline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Standard
16254 Franz
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Standard
16263 555
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 </row>
16269 <row bottomline="true" endlastfoot="true">
16270 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Standard
16274
16275 \series bold
16276 End
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Standard
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Standard
16294
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 </lyxtabular>
16301
16302 \end_inset
16303
16304
16305 \end_layout
16306
16307 \begin_layout Subsection
16308 Table Cells
16309 \begin_inset LatexCommand index
16310 name "Tables ! Cells"
16311
16312 \end_inset
16313
16314
16315 \begin_inset LatexCommand label
16316 name "sub:Table-Cells"
16317
16318 \end_inset
16319
16320
16321 \end_layout
16322
16323 \begin_layout Standard
16324 A table cell can contain text, inline equations, a figure, or another table.
16325  All these kinds of objects can be placed in the same cell.
16326  Font sizes and shapes can also be altered.
16327  But you can't put a special environment in a cell (like 
16328 \family sans
16329 Section*
16330 \family default
16331 , etc.), nor set spacing options etc.
16332  for the cell's paragraph.
16333 \end_layout
16334
16335 \begin_layout Standard
16336 To have multi-line entries in table cells, you have to declare a fixed width
16337  for the column in the table dialog.
16338  Your text is then automatically split into multiple lines and the cell
16339  is enlarged vertically when the length of the text exceeds the given width.
16340  An example:
16341 \end_layout
16342
16343 \begin_layout Standard
16344 \align center
16345 \begin_inset Tabular
16346 <lyxtabular version="3" rows="4" columns="3">
16347 <features>
16348 <column alignment="center" valignment="top" leftline="true" width="0pt">
16349 <column alignment="block" valignment="top" leftline="true" width="3cm">
16350 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
16351 <row topline="true" bottomline="true">
16352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Standard
16356
16357 \family roman
16358 \series medium
16359 \shape up
16360 \size normal
16361 \emph off
16362 \bar no
16363 \noun off
16364 \color none
16365 1
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Standard
16374
16375 \family roman
16376 \series medium
16377 \shape up
16378 \size normal
16379 \emph off
16380 \bar no
16381 \noun off
16382 \color none
16383 2
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Standard
16392
16393 \family roman
16394 \series medium
16395 \shape up
16396 \size normal
16397 \emph off
16398 \bar no
16399 \noun off
16400 \color none
16401 3
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row>
16408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Standard
16412
16413 \family roman
16414 \series medium
16415 \shape up
16416 \size normal
16417 \emph off
16418 \bar no
16419 \noun off
16420 \color none
16421 4
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Standard
16430
16431 \family roman
16432 \series medium
16433 \shape up
16434 \size normal
16435 \emph off
16436 \bar no
16437 \noun off
16438 \color none
16439 This is a multiline entry in a table.
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Standard
16448
16449 \family roman
16450 \series medium
16451 \shape up
16452 \size normal
16453 \emph off
16454 \bar no
16455 \noun off
16456 \color none
16457 5
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 </row>
16463 <row bottomline="true">
16464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Standard
16468
16469 \family roman
16470 \series medium
16471 \shape up
16472 \size normal
16473 \emph off
16474 \bar no
16475 \noun off
16476 \color none
16477 6
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Standard
16486
16487 \family roman
16488 \series medium
16489 \shape up
16490 \size normal
16491 \emph off
16492 \bar no
16493 \noun off
16494 \color none
16495 This is longer now.
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Standard
16504
16505 \family roman
16506 \series medium
16507 \shape up
16508 \size normal
16509 \emph off
16510 \bar no
16511 \noun off
16512 \color none
16513 7
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row bottomline="true">
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Standard
16524
16525 \family roman
16526 \series medium
16527 \shape up
16528 \size normal
16529 \emph off
16530 \bar no
16531 \noun off
16532 \color none
16533 8
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Standard
16542
16543 \family roman
16544 \series medium
16545 \shape up
16546 \size normal
16547 \emph off
16548 \bar no
16549 \noun off
16550 \color none
16551 This is a multiline entry in a table.
16552  This is longer now.
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Standard
16561
16562 \family roman
16563 \series medium
16564 \shape up
16565 \size normal
16566 \emph off
16567 \bar no
16568 \noun off
16569 \color none
16570 9
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 </row>
16576 </lyxtabular>
16577
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \begin_layout Standard
16584 Cutting and pasting between tables and table cells works reasonably well.
16585  You can cut and paste even more than one row.
16586  Selection with the mouse or with 
16587 \family sans
16588 Shift
16589 \family default
16590  plus the arrow keys works as usual.
16591  You can also copy and paste the entire table as a single unit by starting
16592  the selection from outside the table.
16593 \end_layout
16594
16595 \begin_layout Section
16596 Floats
16597 \begin_inset LatexCommand index
16598 name "Floats"
16599
16600 \end_inset
16601
16602
16603 \begin_inset LatexCommand label
16604 name "sec:Floats"
16605
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \begin_layout Standard
16612 A float is a block of text associated with some sort of label, which doesn't
16613  have a fixed location.
16614  It can 
16615 \begin_inset Quotes eld
16616 \end_inset
16617
16618 float
16619 \begin_inset Quotes erd
16620 \end_inset
16621
16622  forward or backward a page or two, to wherever it fits best.
16623  
16624 \family sans
16625 Footnotes
16626 \family default
16627  and 
16628 \family sans
16629 Margin\InsetSpace ~
16630 Notes
16631 \family default
16632  are also floats, because they can float to the next page when there are
16633  too much notes at the page.
16634 \end_layout
16635
16636 \begin_layout Standard
16637 Floats makes it possible to get a high quality layout.
16638  Images and tables can evenly be spread to the pages to avoid whitespace
16639  and pages without text.
16640  As the floating often destroys the context between the text and the image/table
16641 , every float can be referenced in the text.
16642  Floats are therefore numbered.
16643  Referencing is described in sec.
16644 \begin_inset Formula $\,$
16645 \end_inset
16646
16647
16648 \begin_inset LatexCommand ref
16649 reference "sec:Cross-References"
16650
16651 \end_inset
16652
16653 .
16654 \end_layout
16655
16656 \begin_layout Standard
16657 To insert a float, use the menu 
16658 \family sans
16659 Insert\SpecialChar \menuseparator
16660 Floats
16661 \family default
16662 .
16663  A box with a caption that has e.\InsetSpace \thinspace{}
16664 g.\InsetSpace ~
16665 the label 
16666 \begin_inset Quotes eld
16667 \end_inset
16668
16669 Figure\InsetSpace ~
16670 #:
16671 \begin_inset Quotes erd
16672 \end_inset
16673
16674  (# is the actual number) will be inserted into your document.
16675  The label will automatically be translated to the document language in
16676  the output.
16677  Behind the label you can insert the caption text.
16678  The image or table is inserted above or below the caption in a separate
16679  paragraph within the float.
16680  To keep your LyX-document readable, you can open and close the float box
16681  by left-clicking on the box label.
16682  A closed float box looks like this: 
16683 \begin_inset Graphics
16684         filename clipart/floatQt4.png
16685         scale 80
16686
16687 \end_inset
16688
16689  -- a gray button with a red label.
16690 \end_layout
16691
16692 \begin_layout Standard
16693 It is recommended to insert floats as a separate paragraph to avoid possible
16694  LaTeX-errors that can occur when the surrounding text is specially formatted.
16695 \end_layout
16696
16697 \begin_layout Subsection
16698 Float Types
16699 \end_layout
16700
16701 \begin_layout Subsubsection
16702 Figure Floats
16703 \begin_inset LatexCommand index
16704 name "Floats ! Figure floats"
16705
16706 \end_inset
16707
16708
16709 \begin_inset LatexCommand label
16710 name "sec:Figure-Floats"
16711
16712 \end_inset
16713
16714
16715 \end_layout
16716
16717 \begin_layout Standard
16718 The menu 
16719 \family sans
16720 Insert\SpecialChar \menuseparator
16721 Float\SpecialChar \menuseparator
16722 Figure
16723 \family default
16724  inserts a float with the label 
16725 \begin_inset Quotes eld
16726 \end_inset
16727
16728
16729 \series bold
16730 Figure\InsetSpace ~
16731 #:
16732 \series default
16733
16734 \begin_inset Quotes erd
16735 \end_inset
16736
16737 .
16738  Set the cursor behind this label, press enter and insert the image as described
16739  above to get the caption printed below the image.
16740  This is what we did for Figure\InsetSpace ~
16741
16742 \begin_inset LatexCommand ref
16743 reference "cap:kill-plat"
16744
16745 \end_inset
16746
16747 .
16748  If you want the caption to be above the image, set the cursor at the end
16749  of the caption, press enter and insert the image.
16750  This was done in Figure\InsetSpace ~
16751
16752 \begin_inset LatexCommand ref
16753 reference "cap:escher"
16754
16755 \end_inset
16756
16757 .
16758 \end_layout
16759
16760 \begin_layout Standard
16761 \begin_inset Float figure
16762 wide false
16763 sideways false
16764 status collapsed
16765
16766 \begin_layout Standard
16767 \align center
16768 \begin_inset Graphics
16769         filename clipart/platypus.eps
16770         display color
16771         width 50col%
16772         rotateOrigin center
16773
16774 \end_inset
16775
16776
16777 \end_layout
16778
16779 \begin_layout Standard
16780 \begin_inset Caption
16781
16782 \begin_layout Standard
16783 \begin_inset LatexCommand label
16784 name "cap:kill-plat"
16785
16786 \end_inset
16787
16788 A severely distorted platypus in a float.
16789 \end_layout
16790
16791 \end_inset
16792
16793
16794 \end_layout
16795
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \begin_layout Standard
16802 \begin_inset Float figure
16803 wide false
16804 sideways false
16805 status collapsed
16806
16807 \begin_layout Standard
16808 \begin_inset Caption
16809
16810 \begin_layout Standard
16811 \begin_inset LatexCommand label
16812 name "cap:escher"
16813
16814 \end_inset
16815
16816 M.C.
16817  Escher on acid.
16818 \end_layout
16819
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \begin_layout Standard
16826 \align center
16827 \begin_inset Graphics
16828         filename clipart/escher-lsd.eps
16829         display color
16830         scale 80
16831         rotateOrigin center
16832
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \end_inset
16839
16840
16841 \end_layout
16842
16843 \begin_layout Standard
16844 This figure float show also how to set a label and create a cross-reference
16845  to it.
16846  As described in section\InsetSpace ~
16847
16848 \begin_inset LatexCommand ref
16849 reference "sec:Cross-References"
16850
16851 \end_inset
16852
16853 , you can simply insert a label in the caption using the menu 
16854 \family sans
16855 Insert\SpecialChar \menuseparator
16856 Label
16857 \family default
16858  and refer to it using the menu 
16859 \family sans
16860 Insert\SpecialChar \menuseparator
16861 Cross-Reference
16862 \family default
16863 .
16864  It is important to use references to figure floats, rather than using vague
16865  references like 
16866 \begin_inset Quotes eld
16867 \end_inset
16868
16869 the figure above
16870 \begin_inset Quotes erd
16871 \end_inset
16872
16873 , because as LaTeX will reposition the floats in the final document; it
16874  might not be 
16875 \begin_inset Quotes eld
16876 \end_inset
16877
16878 above
16879 \begin_inset Quotes erd
16880 \end_inset
16881
16882  at all.
16883 \end_layout
16884
16885 \begin_layout Standard
16886 Normally one inserts only one image to a figure float, but sometimes you
16887  might want to use two images with separate subcaptions.
16888  This can be done in the graphics dialog: Right-click on an image and go
16889  to the tab 
16890 \family sans
16891 Extra\InsetSpace ~
16892 options
16893 \family default
16894  in the appearing dialog, use the option 
16895 \family sans
16896 Subfigure
16897 \family default
16898 , and enter the subcaption for the image in the now enabled caption field.
16899  Figure\InsetSpace ~
16900
16901 \begin_inset LatexCommand ref
16902 reference "cap:Two-distorted-images"
16903
16904 \end_inset
16905
16906  is an example of a figure float with two images set side by side.
16907  You can also set the images one below the other.
16908 \end_layout
16909
16910 \begin_layout Standard
16911 \begin_inset Float figure
16912 wide false
16913 sideways false
16914 status collapsed
16915
16916 \begin_layout Standard
16917
16918 \hfill
16919
16920 \begin_inset Graphics
16921         filename clipart/escher-lsd.eps
16922         width 45col%
16923         subcaption
16924         subcaptionText "Undefinable structure"
16925
16926 \end_inset
16927
16928
16929 \hfill
16930
16931 \begin_inset Graphics
16932         filename clipart/platypus.eps
16933         lyxscale 60
16934         width 45col%
16935         subcaption
16936         subcaptionText "Platypus"
16937
16938 \end_inset
16939
16940
16941 \hfill
16942
16943 \end_layout
16944
16945 \begin_layout Standard
16946 \begin_inset Caption
16947
16948 \begin_layout Standard
16949 \begin_inset LatexCommand label
16950 name "cap:Two-distorted-images"
16951
16952 \end_inset
16953
16954 Two distorted images.
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \begin_layout Standard
16968 Note that the caption is added to the 
16969 \family sans
16970 List\InsetSpace ~
16971 of\InsetSpace ~
16972 Figures
16973 \family default
16974  as described in sec.
16975 \begin_inset Formula $\,$
16976 \end_inset
16977
16978
16979 \begin_inset LatexCommand ref
16980 reference "sec:ListsOf"
16981
16982 \end_inset
16983
16984 .
16985 \end_layout
16986
16987 \begin_layout Subsubsection
16988 Table Floats
16989 \begin_inset LatexCommand index
16990 name "Floats ! Table floats"
16991
16992 \end_inset
16993
16994
16995 \begin_inset LatexCommand label
16996 name "sec:Table-Floats"
16997
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \begin_layout Standard
17004 Table floats can be inserted using the menu 
17005 \family sans
17006 Insert\SpecialChar \menuseparator
17007 Float\SpecialChar \menuseparator
17008 Table
17009 \family default
17010 .
17011  They have the same properties as figure floats except of the different
17012  label.
17013  Table\InsetSpace ~
17014
17015 \begin_inset LatexCommand ref
17016 reference "cap:a table float"
17017
17018 \end_inset
17019
17020  is an example of a table float.
17021 \end_layout
17022
17023 \begin_layout Standard
17024 \begin_inset Float table
17025 wide false
17026 sideways false
17027 status collapsed
17028
17029 \begin_layout Standard
17030 \begin_inset Caption
17031
17032 \begin_layout Standard
17033 \begin_inset LatexCommand label
17034 name "cap:a table float"
17035
17036 \end_inset
17037
17038 A table float.
17039 \end_layout
17040
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \begin_layout Standard
17047 \align center
17048 \begin_inset Tabular
17049 <lyxtabular version="3" rows="3" columns="3">
17050 <features>
17051 <column alignment="center" valignment="top" leftline="true" width="0pt">
17052 <column alignment="center" valignment="top" leftline="true" width="0pt">
17053 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17054 <row topline="true" bottomline="true">
17055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Standard
17059
17060 \family roman
17061 \series medium
17062 \shape up
17063 \size normal
17064 \emph off
17065 \bar no
17066 \noun off
17067 \color none
17068 1
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Standard
17077
17078 \family roman
17079 \series medium
17080 \shape up
17081 \size normal
17082 \emph off
17083 \bar no
17084 \noun off
17085 \color none
17086 2
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Standard
17095
17096 \family roman
17097 \series medium
17098 \shape up
17099 \size normal
17100 \emph off
17101 \bar no
17102 \noun off
17103 \color none
17104 3
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 </row>
17110 <row topline="true">
17111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Standard
17115
17116 \family roman
17117 \series medium
17118 \shape up
17119 \size normal
17120 \emph off
17121 \bar no
17122 \noun off
17123 \color none
17124 Joe
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Standard
17133
17134 \family roman
17135 \series medium
17136 \shape up
17137 \size normal
17138 \emph off
17139 \bar no
17140 \noun off
17141 \color none
17142 Mary
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Standard
17151
17152 \family roman
17153 \series medium
17154 \shape up
17155 \size normal
17156 \emph off
17157 \bar no
17158 \noun off
17159 \color none
17160 Ted
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 </row>
17166 <row topline="true" bottomline="true">
17167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Standard
17171
17172 \family roman
17173 \series medium
17174 \shape up
17175 \size normal
17176 \emph off
17177 \bar no
17178 \noun off
17179 \color none
17180 \begin_inset Formula $\int x^{2}dx$
17181 \end_inset
17182
17183
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Standard
17192
17193 \family roman
17194 \series medium
17195 \shape up
17196 \size normal
17197 \emph off
17198 \bar no
17199 \noun off
17200 \color none
17201 \begin_inset Formula $\left[\begin{array}{cc}
17202 a & b\\
17203 c & d\end{array}\right]$
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Standard
17215
17216 \family roman
17217 \series medium
17218 \shape up
17219 \size normal
17220 \emph off
17221 \bar no
17222 \noun off
17223 \color none
17224 \begin_inset Formula $1+1=2$
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 </row>
17233 </lyxtabular>
17234
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241
17242
17243 \end_layout
17244
17245 \begin_layout Subsubsection
17246 Algorithm Floats
17247 \begin_inset LatexCommand index
17248 name "Floats ! Algorithm floats"
17249
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \begin_layout Standard
17256 This float type is inserted with the menu 
17257 \family sans
17258 Insert\SpecialChar \menuseparator
17259 Float\SpecialChar \menuseparator
17260 Algorithm
17261 \family default
17262 .
17263  It is used for program codes and descriptions of algorithms.
17264  A possible environment for algorithms is the 
17265 \family sans
17266 LyX-Code
17267 \family default
17268 , described in sec.
17269 \begin_inset Formula $\,$
17270 \end_inset
17271
17272
17273 \begin_inset LatexCommand ref
17274 reference "sub:LyX-Code"
17275
17276 \end_inset
17277
17278 .
17279 \end_layout
17280
17281 \begin_layout Standard
17282 Note that the float label is not automatically translated into the document
17283  language.
17284  You have to do this manually by adding the following line
17285 \end_layout
17286
17287 \begin_layout Standard
17288
17289 \series bold
17290
17291 \backslash
17292 floatname{algorithm}{your\InsetSpace ~
17293 name}
17294 \end_layout
17295
17296 \begin_layout Standard
17297 to the document preamble (menu 
17298 \family sans
17299 Document\SpecialChar \menuseparator
17300 Settings
17301 \family default
17302 ).
17303  
17304 \series bold
17305 your\InsetSpace ~
17306 name
17307 \series default
17308  is the word 
17309 \begin_inset Quotes eld
17310 \end_inset
17311
17312
17313 \emph on
17314 algorithm
17315 \emph default
17316
17317 \begin_inset Quotes erd
17318 \end_inset
17319
17320  in your language.
17321 \end_layout
17322
17323 \begin_layout Subsubsection
17324 Text Wrap Floats
17325 \begin_inset LatexCommand index
17326 name "Floats ! Text Wrap Floats"
17327
17328 \end_inset
17329
17330
17331 \begin_inset LatexCommand label
17332 name "sec:floatflt"
17333
17334 \end_inset
17335
17336
17337 \end_layout
17338
17339 \begin_layout Standard
17340 This float type is used if you want to 
17341 \begin_inset Quotes eld
17342 \end_inset
17343
17344 wrap
17345 \begin_inset Quotes erd
17346 \end_inset
17347
17348  text around a figure so that it only occupies some fraction of the column
17349  width.
17350  It can be inserted using the menu 
17351 \begin_inset Wrap figure
17352 placement l
17353 width "40col%"
17354 status collapsed
17355
17356 \begin_layout Standard
17357 \begin_inset Graphics
17358         filename clipart/mobius.eps
17359         display color
17360         width 40col%
17361         rotateOrigin center
17362
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \begin_layout Standard
17369 \begin_inset Caption
17370
17371 \begin_layout Standard
17372 \begin_inset LatexCommand label
17373 name "cap:This-is-a"
17374
17375 \end_inset
17376
17377 This is a wrapped figure, and this is the brilliant caption that describes
17378  it
17379 \begin_inset VSpace medskip
17380 \end_inset
17381
17382
17383 \end_layout
17384
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391
17392  
17393 \family sans
17394 Insert\SpecialChar \menuseparator
17395 Float\SpecialChar \menuseparator
17396 Text\InsetSpace ~
17397 Wrap\InsetSpace ~
17398 Float
17399 \family default
17400  if the LaTeX-package 
17401 \series bold
17402 floatflt
17403 \series default
17404
17405 \begin_inset LatexCommand index
17406 name "LaTeX-packages ! floatflt"
17407
17408 \end_inset
17409
17410  is installed.
17411 \begin_inset Foot
17412 status collapsed
17413
17414 \begin_layout Standard
17415 Installing a LaTeX-package is explained it in the 
17416 \emph on
17417 LaTeX\InsetSpace ~
17418 Configuration
17419 \emph default
17420  manual.
17421 \end_layout
17422
17423 \end_inset
17424
17425  The width and placement of the float is adjusted by right-clicking on the
17426  float box.
17427  
17428 \begin_inset LatexCommand ref
17429 reference "cap:This-is-a"
17430
17431 \end_inset
17432
17433  is an example Text\InsetSpace ~
17434 wrap float with a width of 40
17435 \begin_inset Formula $\,$
17436 \end_inset
17437
17438 col%.
17439 \begin_inset Foot
17440 status collapsed
17441
17442 \begin_layout Standard
17443 Available units are explained in Appendix\InsetSpace ~
17444
17445 \begin_inset LatexCommand ref
17446 reference "cha:Units-available-in"
17447
17448 \end_inset
17449
17450 .
17451 \end_layout
17452
17453 \end_inset
17454
17455  Some space was added under the caption to separate it better from the surroundi
17456 ng text.
17457 \end_layout
17458
17459 \begin_layout Standard
17460 The LaTeX-package 
17461 \series bold
17462 floatflt
17463 \series default
17464  also supports table wrap floats, but they are not yet supported by LyX.
17465  If you need this, read the documentation of 
17466 \series bold
17467 floatflt
17468 \series default
17469  
17470 \begin_inset LatexCommand cite
17471 key "floatflt"
17472
17473 \end_inset
17474
17475 .
17476 \end_layout
17477
17478 \begin_layout Standard
17479
17480 \series bold
17481 Note:
17482 \series default
17483  Text\InsetSpace ~
17484 wrap float floats might be fragile! E.g.
17485  having a figure too close to the bottom of the page can mess things up
17486  in the way that the float doesn't appear in the output or that it is placed
17487  over some other text.
17488 \begin_inset Foot
17489 status collapsed
17490
17491 \begin_layout Standard
17492 The better solution is to use the LaTeX-package 
17493 \series bold
17494 wrapfig
17495 \series default
17496
17497 \begin_inset LatexCommand index
17498 name "LaTeX-packages ! wrapfig"
17499
17500 \end_inset
17501
17502  instead of 
17503 \series bold
17504 floatflt
17505 \series default
17506  but it is currently not supported by LyX.
17507 \end_layout
17508
17509 \end_inset
17510
17511  In general:
17512 \end_layout
17513
17514 \begin_layout Itemize
17515 Wrap floats should not be placed in paragraphs that run over a page break.
17516  That means that wrap floats should better be inserted to the exact place
17517  when the document is nearly ready and you are able to estimate where page
17518  breaks will appear.
17519 \end_layout
17520
17521 \begin_layout Itemize
17522 Wrap floats should either be placed in an own paragraph before the paragraph
17523  where they should wrap into or within a paragraph.
17524 \end_layout
17525
17526 \begin_layout Itemize
17527 Wrap floats in consecutive paragraphs may cause troubles, so assure that
17528  there is a text paragraph between them as separator.
17529 \end_layout
17530
17531 \begin_layout Itemize
17532 Wrap floats are not allowed in section headings or tables.
17533 \end_layout
17534
17535 \begin_layout Subsection
17536 Rotated Floats
17537 \begin_inset LatexCommand label
17538 name "sub:Rotated-Floats"
17539
17540 \end_inset
17541
17542
17543 \begin_inset LatexCommand index
17544 name "Floats ! Rotating"
17545
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \begin_layout Standard
17552 Especially for wide tables you might have floats rotated.
17553  To rotate a whole float including the caption, right-click on the float-box
17554  and use the option 
17555 \family sans
17556 Rotate\InsetSpace ~
17557 sideways
17558 \family default
17559 .
17560 \end_layout
17561
17562 \begin_layout Standard
17563 Rotated floats are always placed on its own page (or column, when you have
17564  a two-column document).
17565  They are normally rotated so that you can read them from the outside margin
17566  (They are rotated to the left in a two-sided document when they are on
17567  a page with an even number).
17568  Forcing their rotation direction is not yet supported by LyX.
17569 \end_layout
17570
17571 \begin_layout Standard
17572 Referencing rotated floats is the same like for normal floats, the caption
17573  format is also the same: Table\InsetSpace ~
17574
17575 \begin_inset LatexCommand ref
17576 reference "cap:Rotated-table"
17577
17578 \end_inset
17579
17580  is an example of a rotated table float.
17581 \end_layout
17582
17583 \begin_layout Standard
17584
17585 \series bold
17586
17587 \backslash
17588 usepackage[tablesleft]{rotating}
17589 \end_layout
17590
17591 \begin_layout Standard
17592
17593 \series bold
17594 Note:
17595 \series default
17596  Not all DVI-viewers are able to display rotated floats.
17597 \end_layout
17598
17599 \begin_layout Standard
17600 \begin_inset Float table
17601 wide false
17602 sideways true
17603 status collapsed
17604
17605 \begin_layout Standard
17606 \begin_inset Caption
17607
17608 \begin_layout Standard
17609 \begin_inset LatexCommand label
17610 name "cap:Rotated-table"
17611
17612 \end_inset
17613
17614  Rotated table
17615 \end_layout
17616
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \begin_layout Standard
17623 \align center
17624 \begin_inset Tabular
17625 <lyxtabular version="3" rows="1" columns="5">
17626 <features>
17627 <column alignment="center" valignment="top" leftline="true" width="0">
17628 <column alignment="center" valignment="top" leftline="true" width="0">
17629 <column alignment="center" valignment="top" leftline="true" width="0">
17630 <column alignment="center" valignment="top" leftline="true" width="0">
17631 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17632 <row topline="true" bottomline="true">
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Standard
17637 test
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout Standard
17646 b
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Standard
17655 c
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Standard
17664 d
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Standard
17673 e
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 </lyxtabular>
17680
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \end_layout
17690
17691 \begin_layout Subsection
17692 Float Placement
17693 \begin_inset LatexCommand label
17694 name "sub:Float-Placement"
17695
17696 \end_inset
17697
17698
17699 \begin_inset LatexCommand index
17700 name "Floats ! Placement"
17701
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \begin_layout Standard
17708 Right-clicking on a float-box opens a dialog where you can alter the placement
17709  options that LaTeX uses for positioning the float.
17710 \newline
17711 The option 
17712 \family sans
17713 Span\InsetSpace ~
17714 columns
17715 \family default
17716  is only useful for two-column documents: If you select it, the float will
17717  span across both columns on the page instead of being confined to just
17718  one.
17719 \newline
17720 The option 
17721 \family sans
17722 Rotate\InsetSpace ~
17723 sideways
17724 \family default
17725  is used to rotate floats, see section 
17726 \begin_inset LatexCommand ref
17727 reference "sub:Rotated-Floats"
17728
17729 \end_inset
17730
17731 .
17732 \end_layout
17733
17734 \begin_layout Standard
17735 You can use one ore more of the following options in the float dialog to
17736  set the placement for a particular float when you uncheck the option 
17737 \family sans
17738 Use\InsetSpace ~
17739 default\InsetSpace ~
17740 placement
17741 \family default
17742 :
17743 \end_layout
17744
17745 \begin_layout Description
17746 Here\InsetSpace ~
17747 if\InsetSpace ~
17748 possible: try to place the float on the position where it is inserted
17749 \end_layout
17750
17751 \begin_layout Description
17752 Top\InsetSpace ~
17753 of\InsetSpace ~
17754 page: try to place the float on the top of the current page
17755 \end_layout
17756
17757 \begin_layout Description
17758 Bottom\InsetSpace ~
17759 of\InsetSpace ~
17760 page: try to place the float on the bottom of the current page
17761 \end_layout
17762
17763 \begin_layout Description
17764 Page\InsetSpace ~
17765 of\InsetSpace ~
17766 floats: try to place the float on an own page 
17767 \end_layout
17768
17769 \begin_layout Standard
17770 The order of the above option is 
17771 \emph on
17772 always
17773 \emph default
17774  used by LaTeX.
17775  That means, if you use the default placement, LaTeX will first try out
17776  
17777 \family sans
17778 Here\InsetSpace ~
17779 if\InsetSpace ~
17780 possible
17781 \family default
17782 , then 
17783 \family sans
17784 Top\InsetSpace ~
17785 of\InsetSpace ~
17786 page
17787 \family default
17788 , and then the others.
17789  If you don't use the default, LaTeX will try only the checked options but
17790  in the same order.
17791  If none of the 4 placements are possible the procedure is internally repeated
17792  but it is tried to put the float on the following page.
17793 \end_layout
17794
17795 \begin_layout Standard
17796 By default, each options has its own rules:
17797 \end_layout
17798
17799 \begin_layout Standard
17800
17801 \family sans
17802 Top\InsetSpace ~
17803 of\InsetSpace ~
17804 page
17805 \family default
17806  only floats occupying less than 70\InsetSpace \thinspace{}
17807 % of the page can be placed at the top
17808  of a page
17809 \end_layout
17810
17811 \begin_layout Standard
17812
17813 \family sans
17814 Bottom\InsetSpace ~
17815 of\InsetSpace ~
17816 page
17817 \family default
17818 : only floats occupying less than 30\InsetSpace \thinspace{}
17819 % of the page can be placed at the bottom
17820  of a page.
17821 \end_layout
17822
17823 \begin_layout Standard
17824
17825 \family sans
17826 Page\InsetSpace ~
17827 of\InsetSpace ~
17828 floats
17829 \family default
17830 : only if more than 50\InsetSpace \thinspace{}
17831 % of the page are occupied by floats, several floats
17832  can be set together on a page.
17833 \end_layout
17834
17835 \begin_layout Standard
17836 If you don't like these rules, you can ignore them by using the additional
17837  option 
17838 \family sans
17839 Ignore\InsetSpace ~
17840 LaTeX\InsetSpace ~
17841 rules
17842 \family default
17843 .
17844 \end_layout
17845
17846 \begin_layout Standard
17847 Sometimes you might need, under all circumstances, a float to be placed
17848  exactly at the position where it is inserted.
17849  For this case you can use the option 
17850 \family sans
17851 Here\InsetSpace ~
17852 definitely
17853 \family default
17854 .
17855  Use this option very rarely and only if the document is nearly ready to
17856  be printed.
17857  Because the float is then no longer able to 
17858 \begin_inset Quotes eld
17859 \end_inset
17860
17861 float
17862 \begin_inset Quotes erd
17863 \end_inset
17864
17865  when you change your document and this will often destroy the page layout.
17866 \end_layout
17867
17868 \begin_layout Standard
17869 There are no placement options for text wrap floats, because they are always
17870  surrounded by the text of a certain paragraph.
17871 \end_layout
17872
17873 \begin_layout Standard
17874 For more details about float placements, have a look at LaTeX books like
17875  
17876 \begin_inset LatexCommand cite
17877 key "latexcompanion,latexguide,latexbook"
17878
17879 \end_inset
17880
17881 .
17882 \end_layout
17883
17884 \begin_layout Standard
17885
17886 \end_layout
17887
17888 \begin_layout Section
17889 Minipages
17890 \begin_inset LatexCommand index
17891 name "Minipages"
17892
17893 \end_inset
17894
17895
17896 \end_layout
17897
17898 \begin_layout Standard
17899 LaTeX provides a mechanism to produce essentially a page within a page,
17900  called minipage.
17901  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
17902 apply.
17903  
17904 \end_layout
17905
17906 \begin_layout Standard
17907 Minipages in LyX have their own collapsable box inserted via the menu 
17908 \family sans
17909 Insert\SpecialChar \menuseparator
17910 Box
17911 \family default
17912 .
17913  Right-clicking on the box allows you to alter the width of the minipage
17914  and its alignment within the page.
17915 \end_layout
17916
17917 \begin_layout Standard
17918 \align center
17919 \begin_inset Box Frameless
17920 position "t"
17921 hor_pos "c"
17922 has_inner_box 1
17923 inner_pos "t"
17924 use_parbox 0
17925 width "30col%"
17926 special "none"
17927 height "1pt"
17928 height_special "totalheight"
17929 status open
17930
17931 \begin_layout Standard
17932
17933 \shape italic
17934 This is a minipage.
17935  The text is set in an italic style.
17936 \end_layout
17937
17938 \begin_layout Standard
17939
17940 \shape italic
17941 Minipages are often used for text in another language or text that needs
17942  another formatting.
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Standard
17951 \begin_inset VSpace medskip
17952 \end_inset
17953
17954 If you place two minipages side-by-side, you can use 
17955 \family sans
17956 Horizontal Fills
17957 \family default
17958  as described in sec.
17959 \begin_inset Formula $\,$
17960 \end_inset
17961
17962
17963 \begin_inset LatexCommand ref
17964 reference "sub:Horizontal-Space"
17965
17966 \end_inset
17967
17968 :
17969 \begin_inset VSpace medskip
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \begin_layout Standard
17976 \begin_inset Box Frameless
17977 position "t"
17978 hor_pos "c"
17979 has_inner_box 1
17980 inner_pos "t"
17981 use_parbox 0
17982 width "1.5in"
17983 special "none"
17984 height "1pt"
17985 height_special "totalheight"
17986 status open
17987
17988 \begin_layout Standard
17989 This is a minipage with some stupid dummy text.
17990  This dummy text is used to increase the size of the minipage.
17991 \end_layout
17992
17993 \end_inset
17994
17995
17996 \hfill
17997
17998 \begin_inset Box Frameless
17999 position "t"
18000 hor_pos "c"
18001 has_inner_box 1
18002 inner_pos "t"
18003 use_parbox 0
18004 width "1.5in"
18005 special "none"
18006 height "1pt"
18007 height_special "totalheight"
18008 status open
18009
18010 \begin_layout Standard
18011 This is a minipage with some stupid dummy text.
18012  This dummy text is used to increase the size of the minipage.
18013 \end_layout
18014
18015 \end_inset
18016
18017
18018 \end_layout
18019
18020 \begin_layout Chapter
18021 Mathematical Formulas
18022 \begin_inset LatexCommand index
18023 name "Math"
18024
18025 \end_inset
18026
18027
18028 \begin_inset LatexCommand index
18029 name "Formulas | see{Math}"
18030
18031 \end_inset
18032
18033
18034 \begin_inset LatexCommand label
18035 name "cha:Mathematical-Formulas"
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \begin_layout Section
18043 Basic Math Editing
18044 \begin_inset LatexCommand index
18045 name "Math ! Basics"
18046
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \begin_layout Standard
18053 To create a math formula, you can just click on the toolbar icon 
18054 \begin_inset Graphics
18055         filename ../images/math-mode.xpm
18056
18057 \end_inset
18058
18059 .
18060  That will create a little blue rectangle, with purple markers around its
18061  corners.
18062  That blue rectangle is the formula itself; the purple markers indicate
18063  what level of nesting within the formula you are at.
18064  You can also choose a particular formula type to insert via the 
18065 \family sans
18066 Insert\SpecialChar \menuseparator
18067 Math
18068 \family default
18069  menu.
18070 \end_layout
18071
18072 \begin_layout Standard
18073 Editing the parameters of a formula may be done from the 
18074 \family sans
18075 Math\InsetSpace ~
18076 Panel
18077 \family default
18078 , that appears when you right-click on a formula (also available with the
18079  menu 
18080 \family sans
18081 Insert\SpecialChar \menuseparator
18082 Math\SpecialChar \menuseparator
18083 Math\InsetSpace ~
18084 Panel
18085 \family default
18086 ), or via the menu 
18087 \family sans
18088 Edit\SpecialChar \menuseparator
18089 Math
18090 \family default
18091 .
18092  The math panel is very useful, so you may want to open it and leave it
18093  somewhere on the screen.
18094  If you're not already in a formula, selecting anything from the math panel
18095  will insert a formula for you.
18096 \end_layout
18097
18098 \begin_layout Standard
18099 There are two main types of formulas: Inline formulas appear within a text
18100  line, like this one:
18101 \end_layout
18102
18103 \begin_layout Standard
18104 This is a line with an inline formula 
18105 \begin_inset Formula $A=B$
18106 \end_inset
18107
18108  in it.
18109 \end_layout
18110
18111 \begin_layout Standard
18112 Displayed formulas appear outside the text like as they were in an own paragraph
18113 , like this one:
18114 \begin_inset Formula \[
18115 A=B\]
18116
18117 \end_inset
18118
18119 You can only number and reference displayed formulas.
18120 \end_layout
18121
18122 \begin_layout Standard
18123 LyX supports also many LaTeX math commands.
18124  E.g.
18125  typing 
18126 \begin_inset Quotes eld
18127 \end_inset
18128
18129
18130 \series bold
18131
18132 \backslash
18133 alpha
18134 \series default
18135
18136 \begin_inset Quotes erd
18137 \end_inset
18138
18139 , followed by a space, in a formula will create the greek letter 
18140 \begin_inset Formula $\alpha$
18141 \end_inset
18142
18143 .
18144  So typing commands might sometimes be faster than using the 
18145 \family sans
18146 Math\InsetSpace ~
18147 Panel
18148 \family default
18149 .
18150 \end_layout
18151
18152 \begin_layout Subsection
18153 Navigating in Formulas
18154 \begin_inset LatexCommand index
18155 name "Math ! Navigating"
18156
18157 \end_inset
18158
18159
18160 \end_layout
18161
18162 \begin_layout Standard
18163 The best control over the cursor position within an existing formula is
18164  achieved with the arrow keys.
18165  LyX uses small rectangles to indicate places where something can be inserted.
18166  The arrow keys can be used to navigate between parts of a formula.
18167  Pressing 
18168 \family sans
18169 Space
18170 \family default
18171  will leave a formula construct (a square root 
18172 \begin_inset Formula $\sqrt{2}$
18173 \end_inset
18174
18175 , or parentheses 
18176 \begin_inset Formula $\left(f\right)$
18177 \end_inset
18178
18179 , or a matrix 
18180 \begin_inset Formula $\left[\begin{array}{cc}
18181 1 & 2\\
18182 3 & 4\end{array}\right]$
18183 \end_inset
18184
18185 ).
18186  Pressing 
18187 \family sans
18188 Escape
18189 \family default
18190  will leave the formula, placing the cursor after the formula.
18191  
18192 \family sans
18193 Tab
18194 \family default
18195  can be used to move horizontally in a formula; for example, through the
18196  cells of a matrix or the positions in a multi-line equation.
18197 \end_layout
18198
18199 \begin_layout Standard
18200
18201 \family sans
18202 Space
18203 \family default
18204 , printed in this document as 
18205 \begin_inset Quotes eld
18206 \end_inset
18207
18208
18209 \begin_inset ERT
18210 status collapsed
18211
18212 \begin_layout Standard
18213
18214
18215 \backslash
18216 spce 
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \begin_inset Quotes erd
18223 \end_inset
18224
18225
18226 \begin_inset Note Note
18227 status collapsed
18228
18229 \begin_layout Standard
18230 This command will appear in the output as official character denoting the
18231  space character (visible space).
18232 \end_layout
18233
18234 \end_inset
18235
18236 , seems to do nothing in a formula, since it does not add a space between
18237  characters, but it does exit a nested structure.
18238  For this reason, you have to be careful about using 
18239 \family sans
18240 Space
18241 \family default
18242 .
18243  For example, if you want 
18244 \begin_inset Formula $\sqrt{2x+1}$
18245 \end_inset
18246
18247 , type 
18248 \series bold
18249
18250 \backslash
18251 sqrt
18252 \begin_inset ERT
18253 status collapsed
18254
18255 \begin_layout Standard
18256
18257
18258 \backslash
18259 spce 
18260 \end_layout
18261
18262 \end_inset
18263
18264 2x+1
18265 \series default
18266  and not 
18267 \series bold
18268
18269 \backslash
18270 sqrt
18271 \begin_inset ERT
18272 status collapsed
18273
18274 \begin_layout Standard
18275
18276
18277 \backslash
18278 spce 
18279 \end_layout
18280
18281 \end_inset
18282
18283 2x
18284 \begin_inset ERT
18285 status collapsed
18286
18287 \begin_layout Standard
18288
18289
18290 \backslash
18291 spce 
18292 \end_layout
18293
18294 \end_inset
18295
18296 +1
18297 \series default
18298 , since in the latter case only the 
18299 \family typewriter
18300
18301 \begin_inset Formula $2x$
18302 \end_inset
18303
18304
18305 \family default
18306  will be under the square root sign: 
18307 \begin_inset Formula $\sqrt{2x}+1$
18308 \end_inset
18309
18310 .
18311 \end_layout
18312
18313 \begin_layout Standard
18314 You can leave many parts of a formula, like this matrix, partially filled
18315  in, such as:
18316 \begin_inset Formula \[
18317 \left(\begin{array}{ccc}
18318 \lambda_{1}\\
18319  & \ddots\\
18320  &  & \lambda_{n}\end{array}\right)\]
18321
18322 \end_inset
18323
18324 If you leave a fraction only partially filled in, or a subscript with nothing
18325  in it, the results will be unpredictable, but most constructs don't mind.
18326 \end_layout
18327
18328 \begin_layout Subsection
18329 Selecting Text
18330 \end_layout
18331
18332 \begin_layout Standard
18333 You can select text within a formula in two different ways.
18334  Place the cursor at one end of the string of text you want, and press 
18335 \family sans
18336 Shift
18337 \family default
18338  and a cursor movement key to select text.
18339  It will be highlighted as with regular text selection.
18340  Alternatively, you can select text with the mouse in the usual way.
18341  That text can then be cut or copied, and then pasted within any formula,
18342  but not in a normal text region in LyX.
18343 \end_layout
18344
18345 \begin_layout Subsection
18346 The Math Panel
18347 \begin_inset LatexCommand index
18348 name "Math ! Math Panel"
18349
18350 \end_inset
18351
18352
18353 \begin_inset LatexCommand label
18354 name "sec:math-panel"
18355
18356 \end_inset
18357
18358
18359 \end_layout
18360
18361 \begin_layout Standard
18362 The 
18363 \family sans
18364 Math\InsetSpace ~
18365 Panel
18366 \family default
18367  dialog is accessible by right-clicking on a formula or via the menu 
18368 \family sans
18369 Insert\SpecialChar \menuseparator
18370 Math
18371 \family default
18372 .
18373  It has an extensive list of symbols and structures.
18374  As stated earlier, you can keep the math panel open when writing mathematics.
18375  The use of the panel should be fairly obvious; we'll describe some of the
18376  details in the following sections.
18377 \end_layout
18378
18379 \begin_layout Subsection
18380 Exponents and Subscripts
18381 \begin_inset LatexCommand index
18382 name "Math ! Exponents"
18383
18384 \end_inset
18385
18386
18387 \begin_inset LatexCommand index
18388 name "Math ! Subscripts"
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Standard
18396 You can use the math panel to add super- or subscripts, but the much easier
18397  way is to use a command.
18398  To get 
18399 \begin_inset Formula $x^{2}$
18400 \end_inset
18401
18402 , type in a formula 
18403 \series bold
18404 x^2
18405 \begin_inset ERT
18406 status collapsed
18407
18408 \begin_layout Standard
18409
18410
18411 \backslash
18412 spce 
18413 \end_layout
18414
18415 \end_inset
18416
18417
18418 \series default
18419 .
18420  The final 
18421 \family sans
18422 Space
18423 \family default
18424  puts the cursor back down on the base line of the expression.
18425  If you type 
18426 \series bold
18427 x^2y
18428 \series default
18429 , you will get 
18430 \begin_inset Formula $x^{2y}$
18431 \end_inset
18432
18433 , to get 
18434 \begin_inset Formula $x^{2}y$
18435 \end_inset
18436
18437 , type 
18438 \series bold
18439 x^2
18440 \begin_inset ERT
18441 status collapsed
18442
18443 \begin_layout Standard
18444
18445
18446 \backslash
18447 spce 
18448 \end_layout
18449
18450 \end_inset
18451
18452 y
18453 \series default
18454 .
18455  If you use characters in the superscript, that could be accented with the
18456  hat 
18457 \begin_inset Quotes eld
18458 \end_inset
18459
18460 ^
18461 \begin_inset Quotes erd
18462 \end_inset
18463
18464 , you have to use an extra 
18465 \family sans
18466 Space
18467 \family default
18468  to separate the hat and the character.
18469  E.g.
18470  if you want 
18471 \begin_inset Formula $x^{a}$
18472 \end_inset
18473
18474 , type 
18475 \series bold
18476 x^
18477 \begin_inset ERT
18478 status collapsed
18479
18480 \begin_layout Standard
18481
18482
18483 \backslash
18484 spce 
18485 \end_layout
18486
18487 \end_inset
18488
18489 a
18490 \series default
18491 .
18492  Subscripts are similar: To get 
18493 \begin_inset Formula $a_{1}$
18494 \end_inset
18495
18496 , type 
18497 \series bold
18498 a_1
18499 \begin_inset ERT
18500 status collapsed
18501
18502 \begin_layout Standard
18503
18504
18505 \backslash
18506 spce 
18507 \end_layout
18508
18509 \end_inset
18510
18511
18512 \series default
18513 .
18514 \end_layout
18515
18516 \begin_layout Standard
18517 Note that by default, the superscript or subscript is only for the single
18518  symbol to the left, which changes the spacing and alignment; you should
18519  read section 
18520 \begin_inset LatexCommand ref
18521 reference "sec:Grouping"
18522
18523 \end_inset
18524
18525  if you need to alter this.
18526 \end_layout
18527
18528 \begin_layout Subsection
18529 Fractions
18530 \begin_inset LatexCommand index
18531 name "Math ! Fractions"
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 Create a fraction with either the command 
18540 \series bold
18541
18542 \backslash
18543 frac
18544 \series default
18545  or using the icon 
18546 \begin_inset Graphics
18547         filename ../images/math/frac.xpm
18548         scale 60
18549
18550 \end_inset
18551
18552  in the 
18553 \family sans
18554 Math\InsetSpace ~
18555 Panel
18556 \family default
18557 .
18558  You will be presented with an empty fraction.
18559  The cursor is above the fraction line.
18560  To move it to the bottom, simply press 
18561 \family sans
18562 Down
18563 \family default
18564 .
18565  To move back up, press 
18566 \family sans
18567 Up
18568 \family default
18569 .
18570  Any math structure can be placed in a fraction, as this example shows:
18571 \begin_inset Formula \[
18572 \left[\frac{1}{\left(\begin{array}{cc}
18573 2 & 3\\
18574 4 & 5\end{array}\right)}\right]\]
18575
18576 \end_inset
18577
18578
18579 \end_layout
18580
18581 \begin_layout Subsection
18582 Roots
18583 \begin_inset LatexCommand index
18584 name "Math ! Roots"
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \begin_layout Standard
18592 Roots can be created using the 
18593 \family sans
18594 Math\InsetSpace ~
18595 Panel
18596 \family default
18597  button
18598 \begin_inset Graphics
18599         filename ../images/math/sqrt.xpm
18600
18601 \end_inset
18602
18603  or the commands 
18604 \series bold
18605
18606 \backslash
18607 sqrt
18608 \series default
18609  or 
18610 \series bold
18611
18612 \backslash
18613 root
18614 \series default
18615 .
18616  With the command 
18617 \series bold
18618
18619 \backslash
18620 root
18621 \series default
18622  you can produce roots of higher orders, like cube roots, while 
18623 \series bold
18624
18625 \backslash
18626 sqrt
18627 \series default
18628  produces always a square root.
18629 \end_layout
18630
18631 \begin_layout Subsection
18632 Operators with Limits
18633 \begin_inset LatexCommand index
18634 name "Math ! Sums"
18635
18636 \end_inset
18637
18638
18639 \begin_inset LatexCommand index
18640 name "Math ! Integrals"
18641
18642 \end_inset
18643
18644
18645 \begin_inset LatexCommand label
18646 name "sub:Operators-with-Limits"
18647
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \begin_layout Standard
18654 Sum (
18655 \begin_inset Formula $\sum$
18656 \end_inset
18657
18658 ) and integral (
18659 \begin_inset Formula $\int$
18660 \end_inset
18661
18662 ) operators are very often decorated with limits.
18663  These limits can be entered in LyX by entering them as you would enter
18664  a super- or subscript, directly after the symbol.
18665  The sum operator will automatically place its 
18666 \begin_inset Quotes eld
18667 \end_inset
18668
18669 limits
18670 \begin_inset Quotes erd
18671 \end_inset
18672
18673  over and under the symbol in displayed formulas, and on the side in inline
18674  formulas.
18675  Such as 
18676 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
18677 \end_inset
18678
18679 , versus
18680 \begin_inset Formula \[
18681 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
18682
18683 \end_inset
18684
18685 Integral signs, however, will place the limits on the side in both formula
18686  types.
18687 \end_layout
18688
18689 \begin_layout Standard
18690 All operators with limits will be automatically re-sized when placed in
18691  display mode.
18692  The placement of the limits can be changed by placing the cursor directly
18693  behind the operator and hitting 
18694 \family sans
18695 M-m l
18696 \family default
18697  or using the menu 
18698 \family sans
18699 Edit\SpecialChar \menuseparator
18700 Math\SpecialChar \menuseparator
18701 Change\InsetSpace ~
18702 Limits\InsetSpace ~
18703 Type
18704 \family default
18705 .
18706 \end_layout
18707
18708 \begin_layout Standard
18709 Certain other mathematical expressions have this 
18710 \begin_inset Quotes eld
18711 \end_inset
18712
18713 moving limits
18714 \begin_inset Quotes erd
18715 \end_inset
18716
18717  feature as addition, such as
18718 \begin_inset LatexCommand index
18719 name "Math ! Limits"
18720
18721 \end_inset
18722
18723
18724 \begin_inset Formula \[
18725 \lim_{x\rightarrow\infty}f(x),\]
18726
18727 \end_inset
18728
18729 which will place the 
18730 \begin_inset Formula $x\rightarrow\infty$
18731 \end_inset
18732
18733  underneath the 
18734 \begin_inset Quotes eld
18735 \end_inset
18736
18737 lim
18738 \begin_inset Quotes erd
18739 \end_inset
18740
18741  in display mode.
18742  In inline formulas it looks like this: 
18743 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
18744 \end_inset
18745
18746 .
18747 \end_layout
18748
18749 \begin_layout Standard
18750 Note that the lim-function was entered as the function macro 
18751 \series bold
18752
18753 \backslash
18754 lim
18755 \series default
18756 .
18757  Have a look at sec.
18758 \begin_inset Formula $\,$
18759 \end_inset
18760
18761
18762 \begin_inset LatexCommand ref
18763 reference "sec:math-functions"
18764
18765 \end_inset
18766
18767  for an explanation of function macros.
18768 \end_layout
18769
18770 \begin_layout Subsection
18771 Math Symbols
18772 \begin_inset LatexCommand index
18773 name "Math ! Symbols"
18774
18775 \end_inset
18776
18777
18778 \end_layout
18779
18780 \begin_layout Standard
18781 Most math symbols can be found in the 
18782 \family sans
18783 Math\InsetSpace ~
18784 Panel
18785 \family default
18786  under one of several categories; including 
18787 \family sans
18788 Greek
18789 \family default
18790
18791 \family sans
18792 Operators
18793 \family default
18794  , 
18795 \family sans
18796 Relations
18797 \family default
18798
18799 \family sans
18800 Arrows
18801 \family default
18802 .
18803  There are also the additional symbols provided by the American Mathematical
18804  Society (AMS).
18805 \end_layout
18806
18807 \begin_layout Standard
18808 If you know the LaTeX-command for a construct or symbol you wish to use,
18809  you don't have to use the 
18810 \family sans
18811 Math\InsetSpace ~
18812 Panel
18813 \family default
18814 , but can type the command directly into the formula.
18815  LyX will convert it to the corresponding symbol or construct.
18816 \end_layout
18817
18818 \begin_layout Subsection
18819 Altering Spacing
18820 \begin_inset LatexCommand index
18821 name "Math ! Spaces"
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 You may want to create spaces that differs from the standard spacing that
18830  LaTeX provides.
18831  To do this, type 
18832 \family sans
18833 C-Space
18834 \family default
18835  or to use the 
18836 \family sans
18837 Math\InsetSpace ~
18838 Panel
18839 \family default
18840  button 
18841 \begin_inset Graphics
18842         filename ../images/math/space.xpm
18843
18844 \end_inset
18845
18846 .
18847  This generates a small space, and shows a small marker on the screen.
18848  Here a example for the sequence 
18849 \series bold
18850 a C-Space b
18851 \series default
18852
18853 \begin_inset Formula $a\, b$
18854 \end_inset
18855
18856  (appears in LyX as 
18857 \begin_inset Graphics
18858         filename clipart/SpaceMarker.png
18859
18860 \end_inset
18861
18862 ).
18863  You can change the space to different sizes when you set the cursor behind
18864  the space marker and hit space again several times.
18865  With every space hit the size will be changed.
18866  Some markers for the space size appear red in LyX, because they are a negative
18867  spaces.
18868  Here two examples:
18869 \end_layout
18870
18871 \begin_layout Standard
18872
18873 \series bold
18874 a C-Space b
18875 \series default
18876  and 3×
18877 \family sans
18878 Space
18879 \family default
18880
18881 \begin_inset Formula $a\quad b$
18882 \end_inset
18883
18884
18885 \end_layout
18886
18887 \begin_layout Standard
18888
18889 \series bold
18890 a C-Space b
18891 \series default
18892  and 5×
18893 \family sans
18894 Space
18895 \family default
18896
18897 \begin_inset Formula $a\! b$
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \begin_layout Subsection
18904 Functions
18905 \begin_inset LatexCommand index
18906 name "Math ! Functions"
18907
18908 \end_inset
18909
18910
18911 \begin_inset LatexCommand label
18912 name "sec:math-functions"
18913
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \begin_layout Standard
18920 The 
18921 \family sans
18922 Math\InsetSpace ~
18923 Panel
18924 \family default
18925  contains a number of functions, such as 
18926 \begin_inset Formula $\sin$
18927 \end_inset
18928
18929
18930 \begin_inset Formula $\lim$
18931 \end_inset
18932
18933
18934 \emph on
18935 etc
18936 \emph default
18937 .
18938  (you can also insert them in a formula by typing 
18939 \series bold
18940
18941 \backslash
18942 sin
18943 \series default
18944  etc.).
18945  Standard mathematical practice is, that functions are printed upright to
18946  avoid confusions, because 
18947 \begin_inset Formula $sin$
18948 \end_inset
18949
18950  does normally mean 
18951 \begin_inset Formula $s·i·n$
18952 \end_inset
18953
18954 .
18955 \end_layout
18956
18957 \begin_layout Standard
18958 Using the function macros will also produce correct spacing around the function:
18959  
18960 \begin_inset Formula $a\sin x$
18961 \end_inset
18962
18963  is different from 
18964 \begin_inset Formula $asinx$
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \begin_layout Standard
18971 For some mathematical objects, like the limes, the macro changes the way
18972  that subscripts are placed, like described in sec.
18973 \begin_inset Formula $\,$
18974 \end_inset
18975
18976
18977 \begin_inset LatexCommand ref
18978 reference "sub:Operators-with-Limits"
18979
18980 \end_inset
18981
18982 .
18983 \end_layout
18984
18985 \begin_layout Subsection
18986 Accents
18987 \begin_inset LatexCommand index
18988 name "Math ! Accents"
18989
18990 \end_inset
18991
18992
18993 \end_layout
18994
18995 \begin_layout Standard
18996 In a formula you can insert accented characters in the same way as in text
18997  mode.
18998  This may depend on your keyboard, or the bindings file you use.
18999  You can also use LaTeX commands to e.g.
19000  enter 
19001 \begin_inset Formula $\hat{a}$
19002 \end_inset
19003
19004  even if your keyboard doesn't have hat-accents enabled.
19005  Our example is entered by typing 
19006 \series bold
19007
19008 \backslash
19009 hat
19010 \begin_inset ERT
19011 status collapsed
19012
19013 \begin_layout Standard
19014
19015
19016 \backslash
19017 spce 
19018 \end_layout
19019
19020 \end_inset
19021
19022 a
19023 \series default
19024  in a formula.
19025  Table\InsetSpace ~
19026
19027 \begin_inset LatexCommand ref
19028 reference "cap:Accent-names-and"
19029
19030 \end_inset
19031
19032  shows the equivalences between the accent names and the commands.
19033 \end_layout
19034
19035 \begin_layout Standard
19036 \begin_inset Float table
19037 wide false
19038 sideways false
19039 status collapsed
19040
19041 \begin_layout Standard
19042 \begin_inset Caption
19043
19044 \begin_layout Standard
19045 \begin_inset LatexCommand label
19046 name "cap:Accent-names-and"
19047
19048 \end_inset
19049
19050 Accent names and the corresponding commands.
19051 \end_layout
19052
19053 \end_inset
19054
19055
19056 \end_layout
19057
19058 \begin_layout Standard
19059 \align center
19060 \begin_inset Tabular
19061 <lyxtabular version="3" rows="11" columns="3">
19062 <features>
19063 <column alignment="center" valignment="top" leftline="true" width="0pt">
19064 <column alignment="center" valignment="top" leftline="true" width="0pt">
19065 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19066 <row topline="true" bottomline="true">
19067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Standard
19071 Name
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Standard
19080 Command
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Standard
19089 E
19090 \family roman
19091 \series medium
19092 \shape up
19093 \size normal
19094 \emph off
19095 \bar no
19096 \noun off
19097 \color none
19098 xample
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 </row>
19104 <row topline="true">
19105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Standard
19109
19110 \family roman
19111 \series medium
19112 \shape up
19113 \size normal
19114 \emph off
19115 \bar no
19116 \noun off
19117 \color none
19118 circumflex
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Standard
19127
19128 \series bold
19129
19130 \backslash
19131 hat
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Standard
19140
19141 \family roman
19142 \series medium
19143 \shape up
19144 \size normal
19145 \emph off
19146 \bar no
19147 \noun off
19148 \color none
19149 \begin_inset Formula $\hat{a}$
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 </row>
19158 <row topline="true">
19159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Standard
19163
19164 \family roman
19165 \series medium
19166 \shape up
19167 \size normal
19168 \emph off
19169 \bar no
19170 \noun off
19171 \color none
19172 grave
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Standard
19181
19182 \series bold
19183
19184 \backslash
19185 grave
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Standard
19194
19195 \family roman
19196 \series medium
19197 \shape up
19198 \size normal
19199 \emph off
19200 \bar no
19201 \noun off
19202 \color none
19203 \begin_inset Formula $\grave{a}$
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 </row>
19212 <row topline="true">
19213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Standard
19217
19218 \family roman
19219 \series medium
19220 \shape up
19221 \size normal
19222 \emph off
19223 \bar no
19224 \noun off
19225 \color none
19226 acute
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Standard
19235
19236 \series bold
19237
19238 \backslash
19239 acute
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Standard
19248
19249 \family roman
19250 \series medium
19251 \shape up
19252 \size normal
19253 \emph off
19254 \bar no
19255 \noun off
19256 \color none
19257 \begin_inset Formula $\acute{a}$
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 </row>
19266 <row topline="true">
19267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Standard
19271
19272 \family roman
19273 \series medium
19274 \shape up
19275 \size normal
19276 \emph off
19277 \bar no
19278 \noun off
19279 \color none
19280 umlaut
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Standard
19289
19290 \series bold
19291
19292 \backslash
19293 ddot
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Standard
19302
19303 \family roman
19304 \series medium
19305 \shape up
19306 \size normal
19307 \emph off
19308 \bar no
19309 \noun off
19310 \color none
19311 \begin_inset Formula $\ddot{a}$
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 </row>
19320 <row topline="true">
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Standard
19325
19326 \family roman
19327 \series medium
19328 \shape up
19329 \size normal
19330 \emph off
19331 \bar no
19332 \noun off
19333 \color none
19334 tilde
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Standard
19343
19344 \series bold
19345
19346 \backslash
19347 tilde
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Standard
19356
19357 \family roman
19358 \series medium
19359 \shape up
19360 \size normal
19361 \emph off
19362 \bar no
19363 \noun off
19364 \color none
19365 \begin_inset Formula $\tilde{a}$
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 <row topline="true">
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Standard
19379
19380 \family roman
19381 \series medium
19382 \shape up
19383 \size normal
19384 \emph off
19385 \bar no
19386 \noun off
19387 \color none
19388 dot
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Standard
19397
19398 \series bold
19399
19400 \backslash
19401 dot
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Standard
19410
19411 \family roman
19412 \series medium
19413 \shape up
19414 \size normal
19415 \emph off
19416 \bar no
19417 \noun off
19418 \color none
19419 \begin_inset Formula $\dot{a}$
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 <row topline="true">
19429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Standard
19433
19434 \family roman
19435 \series medium
19436 \shape up
19437 \size normal
19438 \emph off
19439 \bar no
19440 \noun off
19441 \color none
19442 breve
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Standard
19451
19452 \series bold
19453
19454 \backslash
19455 breve
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Standard
19464
19465 \family roman
19466 \series medium
19467 \shape up
19468 \size normal
19469 \emph off
19470 \bar no
19471 \noun off
19472 \color none
19473 \begin_inset Formula $\breve{a}$
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 <row topline="true">
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Standard
19487
19488 \family roman
19489 \series medium
19490 \shape up
19491 \size normal
19492 \emph off
19493 \bar no
19494 \noun off
19495 \color none
19496 caron
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Standard
19505
19506 \series bold
19507
19508 \backslash
19509 check
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Standard
19518
19519 \family roman
19520 \series medium
19521 \shape up
19522 \size normal
19523 \emph off
19524 \bar no
19525 \noun off
19526 \color none
19527 \begin_inset Formula $\check{a}$
19528 \end_inset
19529
19530
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 </row>
19536 <row topline="true">
19537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Standard
19541
19542 \family roman
19543 \series medium
19544 \shape up
19545 \size normal
19546 \emph off
19547 \bar no
19548 \noun off
19549 \color none
19550 macron
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Standard
19559
19560 \series bold
19561
19562 \backslash
19563 bar
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Standard
19572
19573 \family roman
19574 \series medium
19575 \shape up
19576 \size normal
19577 \emph off
19578 \bar no
19579 \noun off
19580 \color none
19581 \begin_inset Formula $\bar{a}$
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 </row>
19590 <row topline="true" bottomline="true">
19591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Standard
19595 vector
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Standard
19604
19605 \series bold
19606
19607 \backslash
19608 vec
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Standard
19617
19618 \family roman
19619 \series medium
19620 \shape up
19621 \size normal
19622 \emph off
19623 \bar no
19624 \noun off
19625 \color none
19626 \begin_inset Formula $\vec{a}$
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 </row>
19635 </lyxtabular>
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \begin_layout Standard
19648 You can choose one of the accents by selecting an item from the 
19649 \family sans
19650 Frame\InsetSpace ~
19651 decorations
19652 \family default
19653  symbol set in the math panel; this will apply to any selection you have
19654  made within a formula too.
19655 \end_layout
19656
19657 \begin_layout Section
19658 Brackets and Delimiters
19659 \begin_inset LatexCommand index
19660 name "Math ! Brackets"
19661
19662 \end_inset
19663
19664
19665 \begin_inset LatexCommand index
19666 name "Math ! Delimiters"
19667
19668 \end_inset
19669
19670
19671 \begin_inset LatexCommand label
19672 name "sec:Brackets-and-Delimiters"
19673
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \begin_layout Standard
19680 There are several brackets available through LyX.
19681  For most purposes, using just the keys 
19682 \family typewriter
19683 []{}()|<>
19684 \family default
19685  should suffice.
19686  But if you want to surround a large structure, like a matrix or a fraction,
19687  or if you have several layers of brackets, is better using 
19688 \family sans
19689 Math\InsetSpace ~
19690 Panel
19691 \family default
19692 's delimiter icon 
19693 \begin_inset Graphics
19694         filename ../images/math/delim.xpm
19695
19696 \end_inset
19697
19698 .
19699  For example, that's how you would construct the brackets around a standard
19700  matrix such as:
19701 \begin_inset Formula \[
19702 \left[\begin{array}{cc}
19703 1 & 2\\
19704 3 & 4\end{array}\right]\]
19705
19706 \end_inset
19707
19708 and to make it easier to see the layers of parentheses as in: 
19709 \begin_inset Formula \[
19710 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
19711
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \begin_layout Standard
19718 The parentheses, and other brackets from that menu will automatically re-size
19719  to accommodate the size of what is inside.
19720 \end_layout
19721
19722 \begin_layout Standard
19723 To construct brackets click on the button for the bracket you want on the
19724  left side and right side.
19725  If you use the option 
19726 \family sans
19727 Keep\InsetSpace ~
19728 matched
19729 \family default
19730 , the selected bracket type will be used for the left and the right side.
19731  The selection will be shown below the button field.
19732  If you want one side to not have a bracket, use the blank button.
19733  It will appear in LyX with a dotted line, but nothing will be printed.
19734 \end_layout
19735
19736 \begin_layout Standard
19737 If you want to place brackets around math structures, like a square root,
19738  you can do that by highlighting (selecting) the structure that is to go
19739  inside the brackets.
19740  Then choose the appropriate brackets for left and right and click on 
19741 \family sans
19742 Insert
19743 \family default
19744 .
19745  The parentheses will be drawn around the selected structure.
19746 \end_layout
19747
19748 \begin_layout Standard
19749 The next section explains how to insert a LaTeX 
19750 \begin_inset Quotes eld
19751 \end_inset
19752
19753 {
19754 \begin_inset Quotes erd
19755 \end_inset
19756
19757  for grouping.
19758 \end_layout
19759
19760 \begin_layout Section
19761 Grouping
19762 \begin_inset LatexCommand index
19763 name "Math ! Grouping"
19764
19765 \end_inset
19766
19767
19768 \begin_inset LatexCommand label
19769 name "sec:Grouping"
19770
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \begin_layout Standard
19777 You may need to group a set of symbols.
19778  In LaTeX, for example, the typesetting of 
19779 \family typewriter
19780 {x^y}^z
19781 \family default
19782  is different from 
19783 \family typewriter
19784 x^{y^z}
19785 \family default
19786 :
19787 \end_layout
19788
19789 \begin_layout Standard
19790 \begin_inset Formula \[
19791 ^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
19792
19793 \end_inset
19794
19795
19796 \end_layout
19797
19798 \begin_layout Standard
19799 To create this grouping, you need to use the key sequence 
19800 \begin_inset Quotes eld
19801 \end_inset
19802
19803
19804 \series bold
19805
19806 \backslash
19807 {
19808 \series default
19809
19810 \begin_inset Quotes erd
19811 \end_inset
19812
19813  then type space.
19814  Inside LyX, you will see red braces indicating the grouping.
19815  Within this braces you insert the grouped structure.
19816  The grouping braces won't appear in the output in contrary to normal braces.
19817 \end_layout
19818
19819 \begin_layout Section
19820 Arrays and Multi-line Equations
19821 \begin_inset LatexCommand index
19822 name "Math ! Arrays"
19823
19824 \end_inset
19825
19826
19827 \begin_inset LatexCommand index
19828 name "Math ! Matrices"
19829
19830 \end_inset
19831
19832
19833 \begin_inset LatexCommand index
19834 name "Math ! Multi-line Equations"
19835
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \begin_layout Standard
19842 Matrices are entered in LyX using the 
19843 \family sans
19844 Math\InsetSpace ~
19845 Panel
19846 \family default
19847  matrix button 
19848 \begin_inset Graphics
19849         filename ../images/math/matrix.xpm
19850
19851 \end_inset
19852
19853 .
19854  It will open a dialog for you to choose the number of rows/columns.
19855  Here is an example:
19856 \begin_inset Formula \[
19857 \left(\begin{array}{ccc}
19858 1 & 2 & 3\\
19859 4 & 5 & 6\\
19860 7 & 8 & 9\end{array}\right)\]
19861
19862 \end_inset
19863
19864 The parentheses aren't automatic, but you can add them as described in sec.
19865 \begin_inset Formula $\,$
19866 \end_inset
19867
19868
19869 \begin_inset LatexCommand ref
19870 reference "sec:Brackets-and-Delimiters"
19871
19872 \end_inset
19873
19874 .
19875  When you construct the matrix, you can decide whether the column entries
19876  will be left-, right-, or center-justified.
19877  This alignment is set in the box 
19878 \family sans
19879 Horizontal
19880 \family default
19881  with the letters 
19882 \begin_inset Quotes eld
19883 \end_inset
19884
19885
19886 \family sans
19887 l
19888 \family default
19889
19890 \begin_inset Quotes erd
19891 \end_inset
19892
19893
19894 \begin_inset Quotes eld
19895 \end_inset
19896
19897
19898 \family sans
19899 r
19900 \family default
19901
19902 \begin_inset Quotes erd
19903 \end_inset
19904
19905 , and 
19906 \begin_inset Quotes eld
19907 \end_inset
19908
19909
19910 \family sans
19911 c
19912 \family default
19913
19914 \begin_inset Quotes erd
19915 \end_inset
19916
19917 .
19918  LyX proposes a 
19919 \begin_inset Quotes eld
19920 \end_inset
19921
19922
19923 \family sans
19924 c
19925 \family default
19926
19927 \begin_inset Quotes erd
19928 \end_inset
19929
19930  for every column as default.
19931  For example, the sequence 
19932 \begin_inset Quotes eld
19933 \end_inset
19934
19935
19936 \family sans
19937 lrc
19938 \family default
19939
19940 \begin_inset Quotes erd
19941 \end_inset
19942
19943  means that the first column will be left-justified, the second will be
19944  centered, and the third column will be right-justified, because each letter
19945  corresponds to the relevant column.
19946  The result will look like this:
19947 \begin_inset Formula \[
19948 \begin{array}{lcr}
19949 this & this\, column & this\, column\\
19950 column & has & has\, right\\
19951 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
19952
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \begin_layout Standard
19959 You can add more rows to an existing matrix by hitting 
19960 \family sans
19961 C-Enter
19962 \family default
19963  while the cursor is in the matrix.
19964  Adding or deleting columns can be done via the menu 
19965 \family sans
19966 Edit\SpecialChar \menuseparator
19967 Math
19968 \family default
19969 .
19970 \end_layout
19971
19972 \begin_layout Standard
19973 There are other arrays used in formulas, such as distinctions of cases.
19974  It can be created with the menu 
19975 \family sans
19976 Insert\SpecialChar \menuseparator
19977 Math\SpecialChar \menuseparator
19978 Cases\InsetSpace ~
19979 Environment
19980 \family default
19981  or the command 
19982 \series bold
19983
19984 \backslash
19985 cases
19986 \series default
19987 .
19988  Here an example: 
19989 \begin_inset Formula \[
19990 f(x)=\begin{cases}
19991 -1 & x<0\\
19992 0 & x=0\\
19993 1 & x>0\end{cases}\]
19994
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \begin_layout Standard
20001 \begin_inset VSpace bigskip
20002 \end_inset
20003
20004 Multi-line formulas are created when you press 
20005 \family sans
20006 \series medium
20007 C-E
20008 \series default
20009 nter
20010 \family default
20011  within a formula.
20012  In an empty formula you can see that three blue boxes appear, one for each
20013  column.
20014  When you press 
20015 \family sans
20016 \series medium
20017 C-E
20018 \series default
20019 nter
20020 \family default
20021  in a non-empty formula, the part before the relation sign (equal sign 
20022 \begin_inset Quotes eld
20023 \end_inset
20024
20025 =
20026 \begin_inset Quotes erd
20027 \end_inset
20028
20029  etc.) will be inserted automatically to the first column, the relation sign
20030  is in the second column, and the rest in the third column.
20031  A new row is created by every further hit of 
20032 \family sans
20033 \series medium
20034 C-E
20035 \series default
20036 nter
20037 \family default
20038 .
20039  Multi-line formulas are always displayed formulas.
20040  Here is an example:
20041 \begin_inset Formula \begin{eqnarray}
20042 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
20043 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
20044
20045 \end_inset
20046
20047  To change the column assignment of the formula parts, place the cursor
20048  where you want to start the shift and hit 
20049 \family sans
20050 C-Tab.
20051
20052 \family default
20053  It shifts everything in the column which is right beside the current cursor
20054  position to the next column.
20055  Note that the middle column is designed for relation signs, structures
20056  within this column will be printed in a smaller size:
20057 \begin_inset Formula \begin{eqnarray*}
20058 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
20059
20060 \end_inset
20061
20062
20063 \end_layout
20064
20065 \begin_layout Standard
20066 The multi-line formula type described here is called 
20067 \family typewriter
20068 \series medium
20069 eqnarray
20070 \family default
20071 \series default
20072 .
20073  There are other multi-line types being more suitable for certain situations,
20074  for example if you want a better inter-line spacing than in formula (
20075 \begin_inset LatexCommand ref
20076 reference "eq:asquared"
20077
20078 \end_inset
20079
20080 ).
20081  The other types are described in sec.
20082 \begin_inset Formula $\,$
20083 \end_inset
20084
20085
20086 \begin_inset LatexCommand ref
20087 reference "sub:AMS-Formula-Types"
20088
20089 \end_inset
20090
20091 .
20092 \end_layout
20093
20094 \begin_layout Section
20095 Formula Numbering and Referencing
20096 \begin_inset LatexCommand index
20097 name "Math ! Formula numbering"
20098
20099 \end_inset
20100
20101
20102 \begin_inset LatexCommand index
20103 name "Math ! Referencing formulas"
20104
20105 \end_inset
20106
20107
20108 \begin_inset LatexCommand label
20109 name "sec:Formula-Numbering-and"
20110
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \begin_layout Standard
20117 To number a formula, set the cursor in the formula and use the menu 
20118 \family sans
20119 Edit\SpecialChar \menuseparator
20120 Math\SpecialChar \menuseparator
20121 Toggle\InsetSpace ~
20122 Numbering
20123 \family default
20124  or the shortcut 
20125 \family sans
20126 M-m\InsetSpace ~
20127 n
20128 \family default
20129 .
20130  The formula number appears in LyX as 
20131 \begin_inset Quotes eld
20132 \end_inset
20133
20134 #
20135 \begin_inset Quotes erd
20136 \end_inset
20137
20138  within parentheses.
20139  The 
20140 \begin_inset Quotes erd
20141 \end_inset
20142
20143 #
20144 \begin_inset Quotes erd
20145 \end_inset
20146
20147  denotes, that the number will be calculated automatically when the output
20148  is generated.
20149  The placement and format of the formula number in the output depends on
20150  the document class.
20151  In this document the number is printed together with the chapter number,
20152  separated by a dot:
20153 \begin_inset Formula \begin{equation}
20154 1+1=2\end{equation}
20155
20156 \end_inset
20157
20158 Using 
20159 \family sans
20160 M-m\InsetSpace ~
20161 n
20162 \family default
20163  in a numbered formula will switch off the numbering.
20164  You can only number displayed formulas.
20165 \end_layout
20166
20167 \begin_layout Standard
20168 Multi-line formulas can be numbered line by line: Using the menu 
20169 \family sans
20170 Edit\SpecialChar \menuseparator
20171 Math\SpecialChar \menuseparator
20172 Toggle\InsetSpace ~
20173 Numbering\InsetSpace ~
20174 of\InsetSpace ~
20175 Line
20176 \family default
20177  or the shortcut 
20178 \family sans
20179 M-m\InsetSpace ~
20180 N
20181 \family default
20182  will only toggle the numbering of the line where the cursor is in:
20183 \begin_inset Formula \begin{eqnarray}
20184 1 & = & 3-2\\
20185 2 & = & 4-2\nonumber \\
20186 4 & \leq & 7\end{eqnarray}
20187
20188 \end_inset
20189
20190 To number all lines use the shortcut 
20191 \family sans
20192 M-m\InsetSpace ~
20193 n
20194 \family default
20195 .
20196 \end_layout
20197
20198 \begin_layout Standard
20199 \begin_inset VSpace bigskip
20200 \end_inset
20201
20202 Every displayed formula can be referenced by its number using a label.
20203  A label is inserted with the menu 
20204 \family sans
20205 Insert\SpecialChar \menuseparator
20206 Label
20207 \family default
20208  when the cursor is in the formula.
20209  This opens a dialog to enter the label.
20210  It is recommended to use the proposed 
20211 \begin_inset Quotes eld
20212 \end_inset
20213
20214
20215 \family sans
20216 eq:
20217 \family default
20218
20219 \begin_inset Quotes erd
20220 \end_inset
20221
20222  as first part of the label, because this helps later to identify the label
20223  type when you have many labels in your document.
20224  We inserted in the following example the label 
20225 \begin_inset Quotes eld
20226 \end_inset
20227
20228 eq:tanhExp
20229 \begin_inset Quotes erd
20230 \end_inset
20231
20232  in the second line:
20233 \begin_inset Formula \begin{eqnarray}
20234 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
20235  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
20236
20237 \end_inset
20238
20239 Every labeled line is automatically numbered.
20240  Therefore the label is shown in LyX at the place of the formula number
20241  placeholder 
20242 \begin_inset Quotes eld
20243 \end_inset
20244
20245 #
20246 \begin_inset Quotes erd
20247 \end_inset
20248
20249 .
20250  You can reference a labeled formula using the menu 
20251 \family sans
20252 Insert\SpecialChar \menuseparator
20253 Cross\InsetSpace ~
20254 Reference
20255 \family default
20256 .
20257  A dialog appears to choose a label you want refer to.
20258  The reference appears in LyX as grey cross reference box and in the output
20259  as the formula number:
20260 \end_layout
20261
20262 \begin_layout Standard
20263 This is a cross-reference to equation (
20264 \begin_inset LatexCommand ref
20265 reference "eq:tanhExp"
20266
20267 \end_inset
20268
20269 ).
20270 \end_layout
20271
20272 \begin_layout Standard
20273 The properties of LyX's cross-reference box are described in sec.
20274 \begin_inset Formula $\,$
20275 \end_inset
20276
20277
20278 \begin_inset LatexCommand ref
20279 reference "sec:Cross-References"
20280
20281 \end_inset
20282
20283 .
20284  To delete a label, set the cursor in the labeled formula, use the menu
20285  
20286 \family sans
20287 Insert\SpecialChar \menuseparator
20288 Label
20289 \family default
20290  and delete the label in the appearing dialog.
20291 \begin_inset Foot
20292 status collapsed
20293
20294 \begin_layout Standard
20295 This is a unintuitive and will be fixed in the next version of LyX.
20296 \end_layout
20297
20298 \end_inset
20299
20300  
20301 \end_layout
20302
20303 \begin_layout Section
20304 User defined math macros
20305 \begin_inset LatexCommand index
20306 name "Math ! Macros"
20307
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \begin_layout Standard
20314 LyX allows you to define macros for formulas.
20315  For example we assume that solutions of the quadratic equation often occur
20316  in our document in various forms and we want to create a macro to print
20317  them.
20318 \newline
20319 The general form of a quadratic equation is:
20320 \begin_inset Formula \[
20321 0=\lambda^{2}+p\lambda+q\]
20322
20323 \end_inset
20324
20325 The general form of its solution is:
20326 \begin_inset Formula \[
20327 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
20328
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \begin_layout Standard
20335 The macro should print the parameters 
20336 \begin_inset Formula $\lambda$
20337 \end_inset
20338
20339
20340 \begin_inset Formula $p$
20341 \end_inset
20342
20343  and 
20344 \begin_inset Formula $q$
20345 \end_inset
20346
20347  like in the equation above.
20348 \end_layout
20349
20350 \begin_layout Standard
20351 A macro is created by executing the command
20352 \end_layout
20353
20354 \begin_layout Standard
20355
20356 \series bold
20357 math-macro
20358 \begin_inset ERT
20359 status collapsed
20360
20361 \begin_layout Standard
20362
20363
20364 \backslash
20365 spce 
20366 \end_layout
20367
20368 \end_inset
20369
20370 Name
20371 \begin_inset ERT
20372 status collapsed
20373
20374 \begin_layout Standard
20375
20376
20377 \backslash
20378 spce 
20379 \end_layout
20380
20381 \end_inset
20382
20383 Number\InsetSpace ~
20384 of\InsetSpace ~
20385 Arguments
20386 \end_layout
20387
20388 \begin_layout Standard
20389 in the minibuffer at the bottom of the LyX screen.
20390  Name is the name of the new macro which mustn't contain numbers.
20391  The number of arguments can be a number in the range 1-9.
20392  If you want to define a macro without arguments, don't declare the number
20393  of arguments.
20394 \end_layout
20395
20396 \begin_layout Standard
20397 We have three arguments and name the macro 
20398 \begin_inset Quotes eld
20399 \end_inset
20400
20401 qE
20402 \begin_inset Quotes erd
20403 \end_inset
20404
20405 , so that the command is:
20406 \end_layout
20407
20408 \begin_layout Standard
20409
20410 \series bold
20411 math-macro
20412 \begin_inset ERT
20413 status collapsed
20414
20415 \begin_layout Standard
20416
20417
20418 \backslash
20419 spce 
20420 \end_layout
20421
20422 \end_inset
20423
20424 qE
20425 \begin_inset ERT
20426 status collapsed
20427
20428 \begin_layout Standard
20429
20430
20431 \backslash
20432 spce 
20433 \end_layout
20434
20435 \end_inset
20436
20437 3
20438 \end_layout
20439
20440 \begin_layout Standard
20441 This results in the following macro definition box: 
20442 \begin_inset Graphics
20443         filename clipart/macrobox.png
20444
20445 \end_inset
20446
20447  
20448 \begin_inset FormulaMacro
20449 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
20450 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
20451 \end_inset
20452
20453
20454 \begin_inset Note Note
20455 status collapsed
20456
20457 \begin_layout Standard
20458 The first box is an image to show the behaviour in the output.
20459  The second one is the definition box, that doesn't appear in the output.
20460 \end_layout
20461
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \begin_layout Standard
20468 The first blue box is for the definition, where you insert the formula via
20469  the math panel or commands.
20470  The placeholder for the arguments are inserted as a backslash and sharp
20471  followed by the argument number, e.g.
20472  
20473 \begin_inset Quotes eld
20474 \end_inset
20475
20476
20477 \backslash
20478 #1
20479 \begin_inset Quotes erd
20480 \end_inset
20481
20482  for the first argument.
20483  Placeholders will be displayed in red.
20484  The second blue box is for the appearance in LyX.
20485  This is useful when you have a large structure that shouldn't be displayed
20486  in LyX with its full size.
20487  If you want to see the macro as it is defined, leave the box blank.
20488  In our example we insert the sequence
20489 \newline
20490
20491 \series bold
20492 qE: 
20493 \backslash
20494 #1
20495 \series default
20496  
20497 \series bold
20498 ,
20499 \series default
20500  
20501 \series bold
20502
20503 \backslash
20504 #2
20505 \series default
20506  
20507 \series bold
20508 ,
20509 \series default
20510  
20511 \series bold
20512
20513 \backslash
20514 #3
20515 \newline
20516
20517 \series default
20518 The macro will then be shown as the macro name followed by the three arguments.
20519 \end_layout
20520
20521 \begin_layout Standard
20522 To use the macro in a formula, type its name as command, in our case 
20523 \begin_inset Quotes eld
20524 \end_inset
20525
20526
20527 \series bold
20528
20529 \backslash
20530 qE
20531 \series default
20532
20533 \begin_inset Quotes erd
20534 \end_inset
20535
20536 .
20537  The macro is inserted with boxes for the arguments looking similar to this:
20538 \end_layout
20539
20540 \begin_layout Standard
20541 \align center
20542 \begin_inset Graphics
20543         filename clipart/macrouse.png
20544
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \begin_layout Standard
20551 The arguments are inserted in the blue boxes.
20552  If the cursor is outside the macro, the arguments are put in the macro.
20553  To change the arguments, put the cursor in the formula before or after
20554  the macro and press the right or left arrow key respectively.
20555  The arguments appear now again below the macro definition.
20556 \end_layout
20557
20558 \begin_layout Standard
20559 If you change the macro definition all macros are changed automatically
20560  to the new definition.
20561  Here an example of our macro with the arguments 
20562 \begin_inset Formula $x$
20563 \end_inset
20564
20565
20566 \begin_inset Formula $\ln(x)$
20567 \end_inset
20568
20569 , and 
20570 \begin_inset Formula $B$
20571 \end_inset
20572
20573 :
20574 \begin_inset Formula \[
20575 \qE{x}{\ln(y)}{B}\]
20576
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \begin_layout Standard
20583 When the document is exported to LaTeX, the macro definition will be inserted
20584  as the command:
20585 \end_layout
20586
20587 \begin_layout Standard
20588
20589 \series bold
20590
20591 \backslash
20592 newcommand{
20593 \backslash
20594 qE}[3]{#1_{1,
20595 \backslash
20596 ,2}=-
20597 \backslash
20598 frac{#2}{2}
20599 \backslash
20600 pm
20601 \newline
20602
20603 \begin_inset ERT
20604 status collapsed
20605
20606 \begin_layout Standard
20607
20608
20609 \backslash
20610 hphantom{
20611 \end_layout
20612
20613 \end_inset
20614
20615
20616 \backslash
20617 newcommand
20618 \begin_inset ERT
20619 status collapsed
20620
20621 \begin_layout Standard
20622
20623 }
20624 \end_layout
20625
20626 \end_inset
20627
20628
20629 \backslash
20630 sqrt{
20631 \backslash
20632 frac{#2^{2}}{4}-#3}}
20633 \end_layout
20634
20635 \begin_layout Standard
20636 The command is not inserted in the document preamble.
20637  That means you can only use macros in formulas that are below the macro
20638  definition box in your document.
20639  There are also some other restrictions: The command 
20640 \backslash
20641 newcommand supports optional arguments, which are not available in LyX's
20642  macros.
20643  You can also not change subsequently the name of the macro and the number
20644  of arguments.
20645  
20646 \end_layout
20647
20648 \begin_layout Section
20649 Fine-Tuning
20650 \end_layout
20651
20652 \begin_layout Subsection
20653 Typefaces
20654 \begin_inset LatexCommand index
20655 name "Math ! Typefaces"
20656
20657 \end_inset
20658
20659
20660 \end_layout
20661
20662 \begin_layout Standard
20663 The standard font for text is italic, for numbers the standard is roman.
20664  To set a font in a formula, use the 
20665 \family sans
20666 Math\InsetSpace ~
20667 Panel
20668 \family default
20669  button 
20670 \begin_inset Graphics
20671         filename ../images/math/font.xpm
20672
20673 \end_inset
20674
20675 , or enter its command, listed in table\InsetSpace ~
20676
20677 \begin_inset LatexCommand ref
20678 reference "cap:Typefaces-and-the"
20679
20680 \end_inset
20681
20682 , directly.
20683 \end_layout
20684
20685 \begin_layout Standard
20686 \begin_inset Float table
20687 wide false
20688 sideways false
20689 status collapsed
20690
20691 \begin_layout Standard
20692 \begin_inset Caption
20693
20694 \begin_layout Standard
20695 \begin_inset LatexCommand label
20696 name "cap:Typefaces-and-the"
20697
20698 \end_inset
20699
20700 Typefaces and the corresponding commands.
20701 \end_layout
20702
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \begin_layout Standard
20709 \align center
20710 \begin_inset Tabular
20711 <lyxtabular version="3" rows="9" columns="2">
20712 <features>
20713 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20714 <column alignment="center" valignment="top" rightline="true" width="0pt">
20715 <row topline="true" bottomline="true">
20716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Standard
20720 Font
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Standard
20729 Command
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row topline="true">
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Standard
20740
20741 \shape up
20742 \size normal
20743 \bar no
20744 \noun off
20745 \color none
20746 \begin_inset Formula $\mathrm{Roman}$
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Standard
20758
20759 \series bold
20760
20761 \backslash
20762 mathrm
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 <row topline="true">
20769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Standard
20773 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Standard
20785
20786 \series bold
20787
20788 \backslash
20789 mathbf
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 </row>
20795 <row topline="true">
20796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Standard
20800 \begin_inset Formula $\mathit{Italic}$
20801 \end_inset
20802
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Standard
20812
20813 \series bold
20814
20815 \backslash
20816 mathit
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 </row>
20822 <row topline="true">
20823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Standard
20827
20828 \shape up
20829 \size normal
20830 \bar no
20831 \noun off
20832 \color none
20833 \begin_inset Formula $\mathtt{Typewriter}$
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Standard
20845
20846 \series bold
20847
20848 \backslash
20849 mathtt
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 </row>
20855 <row topline="true">
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Standard
20860 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20869 \begin_inset Text
20870
20871 \begin_layout Standard
20872
20873 \series bold
20874
20875 \backslash
20876 mathbb
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row topline="true">
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Standard
20887 \begin_inset Formula $\mathfrak{Fraktur}$
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Standard
20899
20900 \series bold
20901
20902 \backslash
20903 mathfrak
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 </row>
20909 <row topline="true">
20910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Standard
20914
20915 \shape up
20916 \size normal
20917 \emph on
20918 \bar no
20919 \noun off
20920 \color none
20921 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Standard
20933
20934 \series bold
20935
20936 \backslash
20937 mathcal
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 </row>
20943 <row topline="true" bottomline="true">
20944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Standard
20948 \begin_inset Formula $\mathsf{SansSerif}$
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Standard
20960
20961 \series bold
20962
20963 \backslash
20964 mathsf
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 </lyxtabular>
20971
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \begin_layout Standard
20983 Note that you can only print capital letters in the typefaces 
20984 \family sans
20985 Blackbold
20986 \family default
20987  and 
20988 \family sans
20989 Calligraphic
20990 \family default
20991 .
20992  When you use a typeface, a blue box is inserted in the formula.
20993  Every character in this box will be printed in this typeface.
20994  Pressing 
20995 \family sans
20996 Space
20997 \family default
20998  within the box, will set the cursor outside, so that you have to use a
20999  protected space when you need a space in the box.
21000  Here an example where a 
21001 \begin_inset Quotes eld
21002 \end_inset
21003
21004 N
21005 \begin_inset Quotes erd
21006 \end_inset
21007
21008  in 
21009 \family sans
21010 Blackbold
21011 \family default
21012  denotes the set of numbers:
21013 \begin_inset Formula \[
21014 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
21015
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \begin_layout Standard
21022 The typefaces are nestable, which can cause confusion.
21023  You can e.g.
21024  put a character in 
21025 \family sans
21026 Fraktur
21027 \family default
21028  in a box for 
21029 \family sans
21030 Typewriter
21031 \family default
21032
21033 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
21034 \end_inset
21035
21036  
21037 \newline
21038 So better don't use this feature.
21039 \end_layout
21040
21041 \begin_layout Standard
21042 The typefaces have no effect on greek letters: 
21043 \begin_inset Formula $\mathfrak{abc\delta e}$
21044 \end_inset
21045
21046
21047 \newline
21048 You can only print them emboldened using the command 
21049 \series bold
21050
21051 \backslash
21052 boldsymbol
21053 \series default
21054 , which works like the other typeface commands: 
21055 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
21056 \end_inset
21057
21058
21059 \end_layout
21060
21061 \begin_layout Standard
21062
21063 \series bold
21064
21065 \backslash
21066 boldsymbol
21067 \series default
21068  works for all symbols, letters, and numbers.
21069 \end_layout
21070
21071 \begin_layout Standard
21072 A number of other font options are available as well, in the menu 
21073 \family sans
21074 Insert\SpecialChar \menuseparator
21075 Math\SpecialChar \menuseparator
21076 Font\InsetSpace ~
21077 Change
21078 \family default
21079 .
21080 \end_layout
21081
21082 \begin_layout Subsection
21083 Math Text
21084 \begin_inset LatexCommand index
21085 name "Math ! Text"
21086
21087 \end_inset
21088
21089
21090 \end_layout
21091
21092 \begin_layout Standard
21093 Typefaces are useful for entering some characters in some given font, but
21094  not for text.
21095  For typing longer pieces of text use the math text, which is obtained using
21096  the entry 
21097 \family sans
21098 Normal\InsetSpace ~
21099 text\InsetSpace ~
21100 mode
21101 \family default
21102  of the 
21103 \family sans
21104 Math\InsetSpace ~
21105 Panel
21106 \family default
21107  button 
21108 \begin_inset Graphics
21109         filename ../images/math/font.xpm
21110
21111 \end_inset
21112
21113  (alternatively the shortcut 
21114 \family sans
21115 M-m\InsetSpace ~
21116 m
21117 \family default
21118 ).
21119  Math text appears in LyX in black instead of blue.
21120  You can use spaces and accents in math text like in normal text.
21121  Here is an example:
21122 \begin_inset Formula \[
21123 f(x)=\begin{cases}
21124 x & \textrm{if I say so}\\
21125 -x & \textrm{unter Umständen}\end{cases}\]
21126
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \begin_layout Subsection
21133 Font Sizes
21134 \begin_inset LatexCommand index
21135 name "Math ! Font sizes"
21136
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \begin_layout Standard
21143 There are four font styles (relative sizes) used in math-mode, which are
21144  automatically chosen in most situations.
21145  These are called 
21146 \family sans
21147 textstyle
21148 \family default
21149
21150 \family sans
21151 displaystyle
21152 \family default
21153
21154 \family sans
21155 scriptstyle
21156 \family default
21157 , and 
21158 \family sans
21159 scriptscriptstyle
21160 \family default
21161 .
21162  For most characters, 
21163 \family sans
21164 textstyle
21165 \family default
21166  and 
21167 \family sans
21168 displaystyle
21169 \family default
21170  are actually the same size, but fractions, superscripts and subscripts,
21171  and certain other structures, are set larger in 
21172 \family sans
21173 displaystyle
21174 \family default
21175 .
21176  Except for some operators, which resize themselves to accommodate various
21177  situations, all text will be set in the styles as LaTeX thinks is appropriate.
21178  These choices can be overridden by using the math panel button 
21179 \begin_inset Graphics
21180         filename ../images/math/style.xpm
21181
21182 \end_inset
21183
21184 .
21185  A box for the size will be created in which you can insert the math structure.
21186  For example, you can set 
21187 \begin_inset Formula $\frac{1}{2}$
21188 \end_inset
21189
21190 , which is normally in 
21191 \family sans
21192 textstyle
21193 \family default
21194 , larger in 
21195 \family sans
21196 displaystyle
21197 \family default
21198
21199 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21200 \end_inset
21201
21202 .
21203  The four styles are used in the following example:
21204 \end_layout
21205
21206 \begin_layout Standard
21207 \begin_inset Formula $displaystyle$
21208 \end_inset
21209
21210
21211 \begin_inset Formula ${\textstyle textstyle}$
21212 \end_inset
21213
21214
21215 \begin_inset Formula ${\scriptstyle scriptstyle}$
21216 \end_inset
21217
21218
21219 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21220 \end_inset
21221
21222 .
21223 \end_layout
21224
21225 \begin_layout Standard
21226 All these math-mode font sizes are relative, that means, if the whole math
21227  inset is set in a particular size with the menu 
21228 \family sans
21229 Edit\SpecialChar \menuseparator
21230 Text\InsetSpace ~
21231 Style
21232 \family default
21233 , all sizes in the formula will be adjusted relative to this size.
21234  Similarly, if the base font size of the document is changed, all fonts
21235  will be adjusted to correspond.
21236  As example a formula in the font size 
21237 \begin_inset Quotes eld
21238 \end_inset
21239
21240 largest
21241 \begin_inset Quotes erd
21242 \end_inset
21243
21244 :
21245 \end_layout
21246
21247 \begin_layout Standard
21248
21249 \family roman
21250 \size largest
21251 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \begin_layout Section
21258 AMS-LaTeX
21259 \begin_inset LatexCommand index
21260 name "AMS math"
21261
21262 \end_inset
21263
21264
21265 \begin_inset LatexCommand index
21266 name "Math ! AMS"
21267
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \begin_layout Standard
21274 LyX supports the packages provided by the American Mathematical Society
21275  (AMS) that are in common use.
21276 \end_layout
21277
21278 \begin_layout Subsection
21279 Enabling AMS-Support
21280 \end_layout
21281
21282 \begin_layout Standard
21283 Selecting the checkbox 
21284 \family sans
21285 Use\InsetSpace ~
21286 AMS\InsetSpace ~
21287 math\InsetSpace ~
21288 package
21289 \family default
21290  in the 
21291 \family sans
21292 Document\SpecialChar \menuseparator
21293 Settings
21294 \family default
21295  dialog under 
21296 \family sans
21297 Math\InsetSpace ~
21298 Options
21299 \family default
21300  will include the AMS-packages in the document, and make the facilities
21301  available.
21302 \end_layout
21303
21304 \begin_layout Subsection
21305 AMS-Formula Types
21306 \begin_inset LatexCommand label
21307 name "sub:AMS-Formula-Types"
21308
21309 \end_inset
21310
21311
21312 \begin_inset LatexCommand index
21313 name "Math ! Multi-line Equations"
21314
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \begin_layout Standard
21321 AMS-LaTeX provides a selection of different formula types.
21322  LyX allows you to choose between 
21323 \family typewriter
21324 align
21325 \family default
21326
21327 \family typewriter
21328 alignat
21329 \family default
21330
21331 \family typewriter
21332 flalign
21333 \family default
21334
21335 \family typewriter
21336 gather
21337 \family default
21338 , and 
21339 \family typewriter
21340 multline
21341 \family default
21342 .
21343  We refer to the AMS-documentation for an explanation of these formula types.
21344 \end_layout
21345
21346 \begin_layout Chapter
21347 More Tools
21348 \end_layout
21349
21350 \begin_layout Section
21351 Cross-References
21352 \begin_inset LatexCommand index
21353 name "Cross references"
21354
21355 \end_inset
21356
21357
21358 \begin_inset LatexCommand label
21359 name "sec:Cross-References"
21360
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \begin_layout Standard
21367 One of LyX's strengths are cross-references.
21368  You can reference every section, float, footnote, formula, and list in
21369  the document.
21370  To reference a document part, you have to insert a label into it.
21371  The label is used as anchor and name for the reference.
21372  We want for example refer to the the second item of the following list:
21373 \end_layout
21374
21375 \begin_layout Enumerate
21376 First item
21377 \end_layout
21378
21379 \begin_layout Enumerate
21380 \begin_inset LatexCommand label
21381 name "enu:Second-item"
21382
21383 \end_inset
21384
21385 Second item
21386 \end_layout
21387
21388 \begin_layout Enumerate
21389 Third item
21390 \end_layout
21391
21392 \begin_layout Standard
21393 First we insert a label into the second item with the menu 
21394 \family sans
21395 Insert\SpecialChar \menuseparator
21396 Label
21397 \family default
21398  or the by pressing the toolbar button 
21399 \begin_inset Graphics
21400         filename ../images/label-insert.xpm
21401         scale 85
21402
21403 \end_inset
21404
21405 .
21406  A grey label box like this: 
21407 \begin_inset Graphics
21408         filename clipart/labelQt4.png
21409         scale 85
21410
21411 \end_inset
21412
21413  is inserted and the label window pops up asking for the label text.
21414  LyX offers as text the first words of the item with a prefix, in our case
21415  the text 
21416 \begin_inset Quotes eld
21417 \end_inset
21418
21419
21420 \family sans
21421 enu: Second-item
21422 \family default
21423
21424 \begin_inset Quotes erd
21425 \end_inset
21426
21427 .
21428  The prefix 
21429 \begin_inset Quotes eld
21430 \end_inset
21431
21432
21433 \family sans
21434 enu:
21435 \family default
21436
21437 \begin_inset Quotes erd
21438 \end_inset
21439
21440  stands for 
21441 \begin_inset Quotes eld
21442 \end_inset
21443
21444 enumerate
21445 \begin_inset Quotes erd
21446 \end_inset
21447
21448 .
21449  The prefix depends on the document part where the label is inserted, e.g.
21450  if you insert a label to a section heading, the prefix will be 
21451 \begin_inset Quotes eld
21452 \end_inset
21453
21454
21455 \family sans
21456 sec:
21457 \family default
21458
21459 \begin_inset Quotes erd
21460 \end_inset
21461
21462 .
21463 \end_layout
21464
21465 \begin_layout Standard
21466 To reference the item, we refer to its label using the menu 
21467 \family sans
21468 Insert\SpecialChar \menuseparator
21469 Cross-Reference
21470 \family default
21471  or the toolbat button 
21472 \begin_inset Graphics
21473         filename ../images/dialog-show-new-inset_ref.xpm
21474         scale 85
21475
21476 \end_inset
21477
21478 .
21479  A grey cross-reference box like this: 
21480 \begin_inset Graphics
21481         filename clipart/referenceQt4.png
21482         scale 85
21483
21484 \end_inset
21485
21486  is inserted and the cross-reference window appear showing all labels of
21487  the document.
21488  We can now sort the labels alphabetically and then choose the entry 
21489 \begin_inset Quotes eld
21490 \end_inset
21491
21492
21493 \family sans
21494 enu:Second-item
21495 \family default
21496
21497 \begin_inset Quotes erd
21498 \end_inset
21499
21500 .
21501  At the position of the cross-reference box the item number will appear
21502  in the output.
21503  Here is our cross-reference:
21504 \end_layout
21505
21506 \begin_layout Standard
21507 Item\InsetSpace ~
21508
21509 \begin_inset LatexCommand ref
21510 reference "enu:Second-item"
21511
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \begin_layout Standard
21518 It is recommended to use a protected space
21519 \begin_inset Foot
21520 status collapsed
21521
21522 \begin_layout Standard
21523 described in sec.
21524 \begin_inset Formula $\,$
21525 \end_inset
21526
21527
21528 \begin_inset LatexCommand ref
21529 reference "sub:Protected-blanks"
21530
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \end_inset
21537
21538  between the cross-reference name and its number to avoid ugly linebreaks
21539  between them.
21540 \end_layout
21541
21542 \begin_layout Standard
21543 There are six varieties of cross-references:
21544 \end_layout
21545
21546 \begin_layout Description
21547 <reference>: prints the float number, this is the default: 
21548 \begin_inset LatexCommand ref
21549 reference "cap:Two-distorted-images"
21550
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \begin_layout Description
21557 (<reference>): prints the float number within two parentheses, this is the
21558  style normally used to reference formulas, especially when the reference
21559  name 
21560 \begin_inset Quotes eld
21561 \end_inset
21562
21563 Equation
21564 \begin_inset Quotes erd
21565 \end_inset
21566
21567  is omitted: 
21568 \begin_inset LatexCommand eqref
21569 reference "eq:tanhExp"
21570
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \begin_layout Description
21577 <page>: prints the page number: Page\InsetSpace ~
21578
21579 \begin_inset LatexCommand pageref
21580 reference "cap:Two-distorted-images"
21581
21582 \end_inset
21583
21584
21585 \end_layout
21586
21587 \begin_layout Description
21588 on\InsetSpace ~
21589 page\InsetSpace ~
21590 <page>: prints the text "on page" and the page number: 
21591 \begin_inset LatexCommand vpageref
21592 reference "cap:Two-distorted-images"
21593
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \begin_layout Description
21600 <reference>\InsetSpace ~
21601 on\InsetSpace ~
21602 page\InsetSpace ~
21603 <page>: prints the float number, the text "on page", and
21604  the page number: 
21605 \begin_inset LatexCommand vref
21606 reference "cap:Two-distorted-images"
21607
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \begin_layout Description
21614 Formatted\InsetSpace ~
21615 reference: prints a self defined cross-reference format.
21616  
21617 \begin_inset Note Greyedout
21618 status open
21619
21620 \begin_layout Standard
21621
21622 \series bold
21623 Note:
21624 \series default
21625  This feature is only available when you have the LaTeX-package 
21626 \series bold
21627 prettyref
21628 \series default
21629  installed.
21630 \end_layout
21631
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \begin_layout Standard
21638 Note that the style <page> won't print the page number if the label is on
21639  the previous, the same, or the next page.
21640  You will e.\InsetSpace \thinspace{}
21641 g.\InsetSpace ~
21642 see the text 
21643 \begin_inset Quotes eld
21644 \end_inset
21645
21646
21647 \family sans
21648 on this page
21649 \family default
21650
21651 \begin_inset Quotes erd
21652 \end_inset
21653
21654  instead.
21655 \end_layout
21656
21657 \begin_layout Standard
21658 The number and current page of the referred document part in the output,
21659  is automatically calculated by LaTeX.
21660  The varieties are adjusted in the field 
21661 \family sans
21662 Format
21663 \family default
21664  of the cross-reference window, that appear when you click on the cross-referenc
21665 e box.
21666 \end_layout
21667
21668 \begin_layout Standard
21669 You can only use the style 
21670 \family sans
21671 <reference>
21672 \family default
21673  to reference numbered document parts, while the reference style 
21674 \family sans
21675 <page>
21676 \family default
21677  is always possible.
21678  Note that the style <page> won't print the page number if the label is
21679  on the previous, same, or next page.
21680  You will e.g.
21681  see the text 
21682 \begin_inset Quotes eld
21683 \end_inset
21684
21685
21686 \family sans
21687 on this page
21688 \family default
21689
21690 \begin_inset Quotes erd
21691 \end_inset
21692
21693  instead.
21694 \end_layout
21695
21696 \begin_layout Standard
21697 If you want to reference a section, put the label in the section heading,
21698  to reference a float, put the label in the caption.
21699  For footnotes you can put the label somewhere in it.
21700  Referencing formulas is explained in sec.
21701 \begin_inset Formula $\,$
21702 \end_inset
21703
21704
21705 \begin_inset LatexCommand ref
21706 reference "sec:Formula-Numbering-and"
21707
21708 \end_inset
21709
21710 .
21711 \end_layout
21712
21713 \begin_layout Standard
21714 The button 
21715 \family sans
21716 Go\InsetSpace ~
21717 to\InsetSpace ~
21718 Label
21719 \family default
21720  in the cross-reference window sets the the cursor before the referred label.
21721  The button text changes then to 
21722 \family sans
21723 Go\InsetSpace ~
21724 Back
21725 \family default
21726  and you can use it to set the cursor back to the cross-reference.
21727  Right-clicking on a cross-reference box also sets the cursor before the
21728  referred label but without a possibility to go back.
21729  
21730 \end_layout
21731
21732 \begin_layout Standard
21733 You can change labels at any time by clicking on the label box.
21734  References to the changed label will automatically change its link to the
21735  new label text, so that you don't need to take care about this.
21736 \end_layout
21737
21738 \begin_layout Standard
21739 If a cross-reference refers to a non-existing label, you'll see two question
21740  marks in the output instead of the reference.
21741 \end_layout
21742
21743 \begin_layout Standard
21744 Refernces are described in detail in the 
21745 \emph on
21746 Embedded Objects
21747 \emph default
21748  manual.
21749 \end_layout
21750
21751 \begin_layout Section
21752 Table of Contents and other Listings
21753 \begin_inset LatexCommand index
21754 name "Table of contents"
21755
21756 \end_inset
21757
21758
21759 \begin_inset LatexCommand index
21760 name "Listings"
21761
21762 \end_inset
21763
21764
21765 \begin_inset LatexCommand label
21766 name "sec:toc"
21767
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \begin_layout Subsection
21774 The Table of Contents
21775 \end_layout
21776
21777 \begin_layout Standard
21778 The Table of Contents (TOC) is inserted with the menu 
21779 \family sans
21780 Insert\SpecialChar \menuseparator
21781 List/TOC\SpecialChar \menuseparator
21782 Table\InsetSpace ~
21783 of\InsetSpace ~
21784 Contents
21785 \family default
21786 .
21787  Is is displayed in LyX as a gray box.
21788  If you click on it, the TOC window appears, showing you the TOC entries.
21789  You can jump to a document part by clicking on an entry.
21790  Thus you can use this window as alternative for the 
21791 \family sans
21792 Navigate
21793 \family default
21794  menu.
21795 \end_layout
21796
21797 \begin_layout Standard
21798 The TOC lists every numbered section automatically.
21799  If you have declared a short title for a section heading, as described
21800  in sec.
21801 \begin_inset Formula $\,$
21802 \end_inset
21803
21804
21805 \begin_inset LatexCommand ref
21806 reference "sec:Short-Titles"
21807
21808 \end_inset
21809
21810 , it will be used in the TOC instead of the section heading.
21811  Section\InsetSpace ~
21812
21813 \begin_inset LatexCommand ref
21814 reference "sub:numbering-depth"
21815
21816 \end_inset
21817
21818  describes how the level is adjusted that defines which section types are
21819  listed in the TOC.
21820  You can also adjust the level for the displayed sections in the TOC window
21821  using the grey fader at the bottom of the window.
21822  Unnumbered sections are not listed in the TOC.
21823 \end_layout
21824
21825 \begin_layout Subsection
21826 List of Figures, Tables and Algorithms
21827 \begin_inset LatexCommand label
21828 name "sec:ListsOf"
21829
21830 \end_inset
21831
21832
21833 \end_layout
21834
21835 \begin_layout Standard
21836 Table, figure, and algorithm lists are very much like the table of contents.
21837  You can insert them via the 
21838 \family sans
21839 Insert\SpecialChar \menuseparator
21840 List/TOC
21841 \family default
21842  submenus.
21843  The list entries are the float captions and the float number.
21844 \end_layout
21845
21846 \begin_layout Section
21847 URLs (Uniform Resource Locators)
21848 \begin_inset LatexCommand index
21849 name "URLs"
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Standard
21857 It is often desirable to include long 
21858 \begin_inset Quotes eld
21859 \end_inset
21860
21861 verbatim
21862 \begin_inset Quotes erd
21863 \end_inset
21864
21865  items in a document such as Web site URLs, e-mail addresses, etc.
21866  These things typically do not contain any spaces and are thus difficult
21867  to typeset properly.
21868  Such items will often fall on a line boundary if they cannot be split,
21869  resulting in an overfull line.
21870  To avoid this, use the menu 
21871 \family sans
21872 Insert\SpecialChar \menuseparator
21873 URL
21874 \family default
21875  to enter a long URL and have it split gracefully, if necessary.
21876 \end_layout
21877
21878 \begin_layout Standard
21879 The URL dialog has two fields; the URL field and the 
21880 \family sans
21881 Name
21882 \family default
21883  field for the URL description, which will be typeset as plain text immediately
21884  before the URL.
21885  Here an example:
21886 \end_layout
21887
21888 \begin_layout Standard
21889 \begin_inset LatexCommand url
21890 name "LyX-Homepage"
21891 target "http://www.lyx.org"
21892
21893 \end_inset
21894
21895 .
21896 \end_layout
21897
21898 \begin_layout Standard
21899 \begin_inset VSpace bigskip
21900 \end_inset
21901
21902
21903 \series bold
21904 Important notes
21905 \series default
21906 :
21907 \end_layout
21908
21909 \begin_layout Itemize
21910 When you use the following characters: "%", "#", "^", you have to write
21911  them with a backslash before, e.g.
21912  
21913 \begin_inset Quotes eld
21914 \end_inset
21915
21916
21917 \backslash
21918 #
21919 \begin_inset Quotes erd
21920 \end_inset
21921
21922 .
21923 \end_layout
21924
21925 \begin_layout Itemize
21926 URLs mustn't end with a backslash!
21927 \end_layout
21928
21929 \begin_layout Section
21930 Notes
21931 \begin_inset LatexCommand index
21932 name "Notes"
21933
21934 \end_inset
21935
21936
21937 \begin_inset LatexCommand index
21938 name "Comments ! Note boxes"
21939
21940 \end_inset
21941
21942
21943 \begin_inset LatexCommand label
21944 name "sec:Notes"
21945
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \begin_layout Standard
21952 LyX offers you two possibilities of inserting notes and comments to a document
21953  which don't appear in the printed output: The 
21954 \family sans
21955 comment
21956 \family default
21957  paragraph environment, described in section\InsetSpace ~
21958
21959 \begin_inset LatexCommand ref
21960 reference "sub:Comment"
21961
21962 \end_inset
21963
21964 , and the 
21965 \family sans
21966 Note
21967 \family default
21968  box.
21969  Note boxes are inserted by the menu 
21970 \family sans
21971 Insert\SpecialChar \menuseparator
21972 Note
21973 \family default
21974 .
21975  The boxes appear in yellow to show the difference to other LyX boxes, but
21976  the box properties are the same.
21977  The main advantage of note boxes in comparison to the 
21978 \family sans
21979 comment
21980 \family default
21981  environment is that you can close the box to save space and ease reading
21982  the normal text.
21983 \end_layout
21984
21985 \begin_layout Standard
21986 \begin_inset Note Note
21987 status open
21988
21989 \begin_layout Standard
21990 This is text in a note box that doesn't appear in the output.
21991 \end_layout
21992
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \begin_layout Section
21999 Appendices
22000 \begin_inset LatexCommand index
22001 name "Appendix"
22002
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \begin_layout Standard
22009 Appendices are created with the menu 
22010 \family sans
22011 Document\SpecialChar \menuseparator
22012 Start\InsetSpace ~
22013 Appendix\InsetSpace ~
22014 Here
22015 \family default
22016 .
22017  This menu sets the document from the current cursor position to the end
22018  as appendix region.
22019  The region is marked with a red borderline.
22020 \end_layout
22021
22022 \begin_layout Standard
22023 Every chapter (or section) within the appendix region is treated as an appendix,
22024  numbered with a capital latin letter.
22025  The appendix subsections are numbered with this letter followed by a dot
22026  and the subsection number.
22027  All appendix sections can be referenced as if they were normal sections,
22028  here two examples:
22029 \end_layout
22030
22031 \begin_layout Standard
22032 Appendix\InsetSpace ~
22033
22034 \begin_inset LatexCommand ref
22035 reference "cha:Credits"
22036
22037 \end_inset
22038
22039 ; Appendix\InsetSpace ~
22040
22041 \begin_inset LatexCommand ref
22042 reference "sub:Export"
22043
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \begin_layout Section
22050 Bibliography
22051 \begin_inset LatexCommand index
22052 name "Bibliography"
22053
22054 \end_inset
22055
22056
22057 \begin_inset LatexCommand label
22058 name "sec:Bibliography"
22059
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \begin_layout Standard
22066 There are two ways of generating the bibliography in a LyX-document.
22067  You can include a bibliography database
22068 \begin_inset Foot
22069 status collapsed
22070
22071 \begin_layout Standard
22072 Known under the name 
22073 \begin_inset Quotes eld
22074 \end_inset
22075
22076 BibTeX-database
22077 \begin_inset Quotes erd
22078 \end_inset
22079
22080 .
22081 \end_layout
22082
22083 \end_inset
22084
22085 , which is explained in the next subsection or you can insert the bibliography
22086  manually.
22087  For the second method we use the paragraph environment 
22088 \family sans
22089 Bibliography
22090 \family default
22091 , described in sec.
22092 \begin_inset Formula $\,$
22093 \end_inset
22094
22095
22096 \begin_inset LatexCommand ref
22097 reference "sub:biblio_environment"
22098
22099 \end_inset
22100
22101 .
22102 \end_layout
22103
22104 \begin_layout Standard
22105 Within the 
22106 \family sans
22107 Bibliography
22108 \family default
22109  environment, every paragraph begins with a gray bibliography box labeled
22110  with a number.
22111  If you click on it, you will get a dialog in which you can set a 
22112 \family sans
22113 Key
22114 \family default
22115  and a 
22116 \family sans
22117 Label
22118 \family default
22119 .
22120  The key is the symbolic name by which you will refer to this bibliography
22121  entry.
22122  For example, our second entry in the bibliography is a book about LaTeX
22123  and we used 
22124 \begin_inset Quotes eld
22125 \end_inset
22126
22127 latexcompanion
22128 \begin_inset Quotes erd
22129 \end_inset
22130
22131 , a short form of its title, as key.
22132 \end_layout
22133
22134 \begin_layout Standard
22135 You can refer to the key of a bibliography entry using the menu 
22136 \family sans
22137 Insert\SpecialChar \menuseparator
22138 Citation
22139 \family default
22140 .
22141  A citation reference box is inserted and a citation window will appear
22142  in which you can select one or more keys in the available key list.
22143  The citation reference box will be labeled with the referenced key.
22144  When you click on the box, the citation window appears and you can change
22145  the reference.
22146 \end_layout
22147
22148 \begin_layout Standard
22149 Citation references appear in the output as number of the bibliography entry
22150  with surrounding brackets.
22151  If you set a 
22152 \family sans
22153 Label
22154 \family default
22155  for the entry, the label will appear instead of the number.
22156  Here two examples; the first without a label, the second with the label
22157  
22158 \begin_inset Quotes eld
22159 \end_inset
22160
22161 Credits
22162 \begin_inset Quotes erd
22163 \end_inset
22164
22165 :
22166 \end_layout
22167
22168 \begin_layout Standard
22169 Have a look at the 
22170 \family sans
22171 LaTeX Companion Second Edition
22172 \family default
22173
22174 \begin_inset LatexCommand cite
22175 key "latexcompanion"
22176
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \begin_layout Standard
22183 The LyX-Team members are listed in the Credits: 
22184 \begin_inset LatexCommand cite
22185 key "lyxcredit"
22186
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \begin_layout Subsection
22193 Bibliography databases (BibTeX)
22194 \begin_inset LatexCommand index
22195 name "Bibliography ! Databases"
22196
22197 \end_inset
22198
22199
22200 \begin_inset LatexCommand index
22201 name "Bibliography ! BibTeX"
22202
22203 \end_inset
22204
22205
22206 \end_layout
22207
22208 \begin_layout Standard
22209 Bibliography databases are useful if you use the same bibliography in different
22210  documents.
22211  It makes it also very easy to have an uniform layout for all bibliography
22212  entries.
22213  You can collect the bibliography of all relevant books and articles of
22214  you working field in a database.
22215  This database can be used for different documents, because only the referenced
22216  entries of the database will appear in the bibliography list.
22217 \end_layout
22218
22219 \begin_layout Standard
22220 The database is a text file with the file extension 
22221 \begin_inset Quotes eld
22222 \end_inset
22223
22224
22225 \family sans
22226 .bib
22227 \family default
22228
22229 \begin_inset Quotes erd
22230 \end_inset
22231
22232  containing the bibliography in a special format.
22233  The format is explained in LaTeX books (
22234 \begin_inset LatexCommand cite
22235 key "latexcompanion,latexguide,latexbook"
22236
22237 \end_inset
22238
22239 ).
22240  Normally one uses a special program to create and edit entries of the database.
22241  It follows a list of programs for bibliography databases:
22242 \end_layout
22243
22244 \begin_layout Itemize
22245 \begin_inset LatexCommand url
22246 name "BibDesk"
22247 target "http://bibdesk.sourceforge.net/"
22248
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \begin_layout Itemize
22255 \begin_inset LatexCommand url
22256 name "BibORB"
22257 target "http://biborb.glymn.net/doku.php"
22258
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \begin_layout Itemize
22265 \begin_inset LatexCommand url
22266 name "BibTeXMng"
22267 target "http://www.latexsoft.com/bibtexmng.htm"
22268
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \begin_layout Itemize
22275 \begin_inset LatexCommand url
22276 name "JabRef"
22277 target "http://jabref.sourceforge.net/"
22278
22279 \end_inset
22280
22281
22282 \end_layout
22283
22284 \begin_layout Itemize
22285 \begin_inset LatexCommand url
22286 name "Pybliographer"
22287 target "http://pybliographer.org/"
22288
22289 \end_inset
22290
22291
22292 \end_layout
22293
22294 \begin_layout Standard
22295 To use a database, use the menu 
22296 \family sans
22297 Insert\SpecialChar \menuseparator
22298 List
22299 \family default
22300 /
22301 \family sans
22302 TOC\SpecialChar \menuseparator
22303 BibT
22304 \begin_inset ERT
22305 status collapsed
22306
22307 \begin_layout Standard
22308
22309 {}
22310 \end_layout
22311
22312 \end_inset
22313
22314 eX\InsetSpace ~
22315 Bibliography
22316 \family default
22317 .
22318  A grey box will be inserted and a window appears.
22319  In this window you can load one or more databases and a style file.
22320  The style file is a text file with the file extension
22321 \begin_inset Quotes erd
22322 \end_inset
22323
22324
22325 \family sans
22326 .bst
22327 \family default
22328
22329 \begin_inset Quotes erd
22330 \end_inset
22331
22332  that declares the layout of all bibliography entries.
22333  Many publishers provide special style files, so that you don't have to
22334  take care of the layout.
22335 \end_layout
22336
22337 \begin_layout Standard
22338 Inserting a citation reference works like described above.
22339 \end_layout
22340
22341 \begin_layout Standard
22342 We use two bibliographies in this document to show the difference between
22343  the two methods of creating them.
22344  As you can see, the bibliography, created from a database, lists only the
22345  database entries that are referenced in the document.
22346  We used the style file 
22347 \begin_inset Quotes eld
22348 \end_inset
22349
22350 alphadin.bst
22351 \begin_inset Quotes erd
22352 \end_inset
22353
22354  to get the complicated reference key scheme in the bibliography.
22355 \end_layout
22356
22357 \begin_layout Subsection
22358 Bibliography layout
22359 \begin_inset LatexCommand index
22360 name "Bibliography ! Layout"
22361
22362 \end_inset
22363
22364
22365 \end_layout
22366
22367 \begin_layout Standard
22368 If you don't use a bibliography database together with a style file, you
22369  can set a 
22370 \family sans
22371 Citation\InsetSpace ~
22372 style
22373 \family default
22374  in the citation reference window.
22375  You need also the option 
22376 \family sans
22377 Natbib
22378 \family default
22379  in the menu 
22380 \family sans
22381 Document\SpecialChar \menuseparator
22382 Settings\SpecialChar \menuseparator
22383 Bibliography
22384 \family default
22385  enabled for this.
22386  In this menu you can adjust the default citation style.
22387  Setting a citation style for a reference will overwrite this default.
22388 \end_layout
22389
22390 \begin_layout Standard
22391 You can also set text, that should appear before or after a citation reference,
22392  in the citation reference window.
22393  Here an example where we set the text 
22394 \begin_inset Quotes eld
22395 \end_inset
22396
22397 Chapter\InsetSpace ~
22398 3
22399 \begin_inset Quotes erd
22400 \end_inset
22401
22402  to appear after the reference:
22403 \end_layout
22404
22405 \begin_layout Standard
22406 Have a look at 
22407 \begin_inset LatexCommand cite
22408 after "Chapter 3"
22409 key "Mittelbach"
22410
22411 \end_inset
22412
22413 .
22414 \end_layout
22415
22416 \begin_layout Section
22417 Making an Index
22418 \begin_inset LatexCommand index
22419 name "Index generation"
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \begin_layout Standard
22427 An index entry is created if you place the cursor behind the word or phrase
22428  that should appear in the index and then use the menu 
22429 \family sans
22430 Insert\SpecialChar \menuseparator
22431 Index\InsetSpace ~
22432 Entry
22433 \family default
22434 .
22435  A gray box labeled 
22436 \begin_inset Quotes eld
22437 \end_inset
22438
22439
22440 \family sans
22441 Idx
22442 \family default
22443
22444 \begin_inset Quotes erd
22445 \end_inset
22446
22447  is inserted and a window pops up asking for the index entry.
22448  LyX propose the word before the cursor as entry.
22449 \end_layout
22450
22451 \begin_layout Standard
22452 The index entry text field differs from all other text fields, because you
22453  have to insert valid LaTeX-code.
22454  LyX won't format the text for you like you expect it.
22455  This is necessary because index entries can be formatted in many ways using
22456  special LaTeX commands.
22457  We give a short overview of the index command in the next subsections.
22458  For a detailed description of LaTeX's index mechanism, have a look at one
22459  of the LaTeX books 
22460 \begin_inset LatexCommand cite
22461 key "Mittelbach,Kopka,Lamport"
22462
22463 \end_inset
22464
22465 .
22466 \end_layout
22467
22468 \begin_layout Standard
22469 You can change index entries by clicking on the index box.
22470  The index list is inserted to the document with the menu 
22471 \family sans
22472 Insert\SpecialChar \menuseparator
22473 List/TOC\SpecialChar \menuseparator
22474 Index\InsetSpace ~
22475 List
22476 \family default
22477 .
22478  A light blue box labeled 
22479 \begin_inset Quotes eld
22480 \end_inset
22481
22482
22483 \family sans
22484 Index
22485 \family default
22486
22487 \begin_inset Quotes erd
22488 \end_inset
22489
22490  will show the place where the index is printed in the output.
22491  The index list box is not clickable like other LyX-boxes.
22492 \end_layout
22493
22494 \begin_layout Subsection
22495 Grouping Index Entries
22496 \begin_inset LatexCommand index
22497 name "Index ! Grouping"
22498
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \begin_layout Standard
22505 One often groups index entries to offer the reader a fast search in the
22506  index.
22507  We want to group for example the index entries for itemized and enumerated
22508  lists under the entry 
22509 \begin_inset Quotes eld
22510 \end_inset
22511
22512 Lists
22513 \begin_inset Quotes erd
22514 \end_inset
22515
22516 .
22517  First we create the entry 
22518 \begin_inset Quotes eld
22519 \end_inset
22520
22521 Lists
22522 \begin_inset Quotes erd
22523 \end_inset
22524
22525  in sec.
22526 \begin_inset Formula $\,$
22527 \end_inset
22528
22529
22530 \begin_inset LatexCommand ref
22531 reference "sub:Lists"
22532
22533 \end_inset
22534
22535 .
22536  In the text field for the itemized list index entry in sec.
22537 \begin_inset Formula $\,$
22538 \end_inset
22539
22540
22541 \begin_inset LatexCommand ref
22542 reference "sec:itemize"
22543
22544 \end_inset
22545
22546 , we inserted the command
22547 \end_layout
22548
22549 \begin_layout Standard
22550
22551 \series bold
22552 Lists ! Itemize
22553 \end_layout
22554
22555 \begin_layout Standard
22556 and the command
22557 \end_layout
22558
22559 \begin_layout Standard
22560
22561 \series bold
22562 Lists ! Enumerate
22563 \end_layout
22564
22565 \begin_layout Standard
22566 for the enumerated list in sec.
22567 \begin_inset Formula $\,$
22568 \end_inset
22569
22570
22571 \begin_inset LatexCommand ref
22572 reference "sec:enumerate"
22573
22574 \end_inset
22575
22576 .
22577 \end_layout
22578
22579 \begin_layout Standard
22580 The exclamation mark 
22581 \begin_inset Quotes eld
22582 \end_inset
22583
22584 !
22585 \begin_inset Quotes erd
22586 \end_inset
22587
22588  marks the grouping levels.
22589  You can have three levels; every index level is indented a bit more.
22590  An index entry for the higher levels is not required.
22591  If we don't have an index entry for 
22592 \begin_inset Quotes eld
22593 \end_inset
22594
22595 Lists
22596 \begin_inset Quotes erd
22597 \end_inset
22598
22599 , it will be printed anyway, but without a page number.
22600 \end_layout
22601
22602 \begin_layout Subsection
22603 Page Ranges
22604 \begin_inset LatexCommand index
22605 name "Index ! Page ranges"
22606
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \begin_layout Standard
22613 Normally an index entry will appear with the page number of the indexed
22614  section.
22615  But sometimes you want to index more pages under the same entry.
22616  E.g if we want to index the paragraph environments, we create an index entry
22617  in sec.
22618 \begin_inset Formula $\,$
22619 \end_inset
22620
22621
22622 \begin_inset LatexCommand ref
22623 reference "sec:Paragraph-Environments"
22624
22625 \end_inset
22626
22627  with the command
22628 \end_layout
22629
22630 \begin_layout Standard
22631
22632 \series bold
22633 Paragraph environments|(
22634 \end_layout
22635
22636 \begin_layout Standard
22637 and another entry at the end of sec.
22638 \begin_inset Formula $\,$
22639 \end_inset
22640
22641
22642 \begin_inset LatexCommand ref
22643 reference "sub:LyX-Code"
22644
22645 \end_inset
22646
22647  with the command
22648 \end_layout
22649
22650 \begin_layout Standard
22651
22652 \series bold
22653 Paragraph environments|)
22654 \end_layout
22655
22656 \begin_layout Standard
22657 The commands 
22658 \begin_inset Quotes eld
22659 \end_inset
22660
22661
22662 \series bold
22663 |(
22664 \series default
22665
22666 \begin_inset Quotes erd
22667 \end_inset
22668
22669  and 
22670 \begin_inset Quotes eld
22671 \end_inset
22672
22673
22674 \series bold
22675 |)
22676 \series default
22677
22678 \begin_inset Quotes erd
22679 \end_inset
22680
22681  respectively starts and ends the index range.
22682  You can also add the same index entry at different places in the document.
22683  They appear in the output under one entry with a comma separated list of
22684  the pages of the indexed document parts.
22685  An example is the index entry 
22686 \begin_inset Quotes eld
22687 \end_inset
22688
22689 Paragraph environments
22690 \begin_inset Quotes erd
22691 \end_inset
22692
22693 .
22694 \end_layout
22695
22696 \begin_layout Subsection
22697 Cross referencing
22698 \begin_inset LatexCommand index
22699 name "Index ! Cross referencing"
22700
22701 \end_inset
22702
22703
22704 \end_layout
22705
22706 \begin_layout Standard
22707 It is also possible to refer to another index entry.
22708  We referred for example in the index entry 
22709 \begin_inset Quotes eld
22710 \end_inset
22711
22712 GIF
22713 \begin_inset Quotes erd
22714 \end_inset
22715
22716  (in sec\SpecialChar \@.
22717
22718 \begin_inset Formula $\,$
22719 \end_inset
22720
22721
22722 \begin_inset LatexCommand ref
22723 reference "sub:Image-Formats"
22724
22725 \end_inset
22726
22727 ) to the index entry 
22728 \begin_inset Quotes eld
22729 \end_inset
22730
22731 Image formats
22732 \begin_inset Quotes erd
22733 \end_inset
22734
22735  in the same section using the command
22736 \end_layout
22737
22738 \begin_layout Standard
22739
22740 \series bold
22741 GIF|see{Image formats}
22742 \end_layout
22743
22744 \begin_layout Standard
22745 The text within the braces is the referenced entry.
22746  The reference will appear in the output without a page number.
22747 \end_layout
22748
22749 \begin_layout Subsection
22750 Index Entry Order
22751 \begin_inset LatexCommand index
22752 name "Index ! Entry order"
22753
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \begin_layout Standard
22760 You can use accented characters in the index entry, but the entries might
22761  then not follow the rules for the index order.
22762  The index entries are sorted alphabetically, but LaTeX
22763 \begin_inset Foot
22764 status collapsed
22765
22766 \begin_layout Standard
22767 The index generating is done in the background by an extra program called
22768  
22769 \begin_inset Quotes eld
22770 \end_inset
22771
22772
22773 \family sans
22774 makeindex
22775 \family default
22776
22777 \begin_inset Quotes erd
22778 \end_inset
22779
22780 .
22781 \end_layout
22782
22783 \end_inset
22784
22785  doesn't know how to sort accents in different languages.
22786  We created as example the three dummy index entries 
22787 \begin_inset Quotes eld
22788 \end_inset
22789
22790 maison
22791 \begin_inset Quotes erd
22792 \end_inset
22793
22794
22795 \begin_inset Quotes eld
22796 \end_inset
22797
22798 maïs
22799 \begin_inset Quotes erd
22800 \end_inset
22801
22802 , and 
22803 \begin_inset Quotes eld
22804 \end_inset
22805
22806 maître
22807 \begin_inset Quotes erd
22808 \end_inset
22809
22810 .
22811 \begin_inset LatexCommand index
22812 name "Dummy entries ! maïs"
22813
22814 \end_inset
22815
22816
22817 \begin_inset LatexCommand index
22818 name "Dummy entries ! maître"
22819
22820 \end_inset
22821
22822
22823 \begin_inset LatexCommand index
22824 name "Dummy entries ! maïs@maison"
22825
22826 \end_inset
22827
22828  They will be sorted in the order maïs, maître, maison, but we want the
22829  order maïs, maison, maître.
22830  To achieve this, we use the command
22831 \end_layout
22832
22833 \begin_layout Standard
22834
22835 \series bold
22836 previous entry@current entry
22837 \end_layout
22838
22839 \begin_layout Standard
22840 In our case we want to have 
22841 \begin_inset Quotes eld
22842 \end_inset
22843
22844 maison
22845 \begin_inset Quotes erd
22846 \end_inset
22847
22848  after 
22849 \begin_inset Quotes eld
22850 \end_inset
22851
22852 maïs
22853 \begin_inset Quotes erd
22854 \end_inset
22855
22856  and write therefore for the index entry of maison:
22857 \end_layout
22858
22859 \begin_layout Standard
22860
22861 \series bold
22862 maïs@maison
22863 \end_layout
22864
22865 \begin_layout Standard
22866 The previous entry needn't to be a real existing entry, you can also use
22867  another word to tell LaTeX the entry order, see the next subsection for
22868  an example.
22869 \end_layout
22870
22871 \begin_layout Subsection
22872 Index Entry Layout
22873 \begin_inset LatexCommand index
22874 name "Index ! Entry layout"
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Standard
22882 You can insert entries together with LaTeX-commands for the layout.
22883  If you need for example an italic entry, you can write
22884 \end_layout
22885
22886 \begin_layout Standard
22887
22888 \series bold
22889
22890 \backslash
22891 textit{This is an italic entry}
22892 \end_layout
22893
22894 \begin_layout Standard
22895 where the command 
22896 \series bold
22897
22898 \backslash
22899 textit
22900 \series default
22901  produces the italic layout.
22902 \begin_inset LatexCommand index
22903 name "Dummy entries ! This@\\textit{This is an italic entry}"
22904
22905 \end_inset
22906
22907  We refer to LaTeX books (
22908 \begin_inset LatexCommand cite
22909 key "Mittelbach,Kopka,Lamport"
22910
22911 \end_inset
22912
22913 ) for an overview of layout commands.
22914  There is only the problem, that layout commands destroy the sorting order.
22915  To avoid that our index entry appears as the first one, we use the following
22916  command instead:
22917 \end_layout
22918
22919 \begin_layout Standard
22920
22921 \series bold
22922 This@
22923 \backslash
22924 textit{This is an italic entry}
22925 \end_layout
22926
22927 \begin_layout Standard
22928 You can also format the page number using the character 
22929 \begin_inset Quotes eld
22930 \end_inset
22931
22932 |
22933 \begin_inset Quotes erd
22934 \end_inset
22935
22936  followed by a LaTeX-command without a backslash.
22937  We can write for example
22938 \end_layout
22939
22940 \begin_layout Standard
22941
22942 \series bold
22943 old-style page number:|oldstylenums
22944 \end_layout
22945
22946 \begin_layout Standard
22947 to get the page number in an old-style layout.
22948 \begin_inset LatexCommand index
22949 name "Dummy entries ! old-style page number:|oldstylenums"
22950
22951 \end_inset
22952
22953  Normally all LaTeX-commands begin with a backslash, but in this special
22954  case 
22955 \begin_inset Quotes eld
22956 \end_inset
22957
22958
22959 \series bold
22960 |command
22961 \series default
22962
22963 \begin_inset Quotes erd
22964 \end_inset
22965
22966  means 
22967 \series bold
22968
22969 \backslash
22970 command{page\InsetSpace ~
22971 number}
22972 \series default
22973 .
22974  Have a look at sec.
22975 \begin_inset Formula $\,$
22976 \end_inset
22977
22978
22979 \begin_inset LatexCommand ref
22980 reference "sub:Short-Introduction-to"
22981
22982 \end_inset
22983
22984  to learn more about the LaTeX-syntax.
22985 \end_layout
22986
22987 \begin_layout Standard
22988 You can also change the layout for the whole index.
22989  E.g.
22990  we marked the index list box of this document as bold to get a bold font
22991  for all index entries.
22992 \end_layout
22993
22994 \begin_layout Section
22995 ERT and the LaTeX Syntax
22996 \begin_inset LatexCommand label
22997 name "sec:ERT"
22998
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \begin_layout Subsection
23005 ERT Boxes
23006 \begin_inset LatexCommand index
23007 name "ERT"
23008
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \begin_layout Standard
23015 As LyX uses LaTeX in the background, it supports many LaTeX commands and
23016  constructs, but not all.
23017  LaTeX contains of hundreds of packages which provide different commands.
23018  Every month 10 to 20 packages are updated and one new package is added.
23019  This has the advantage that you can typeset nearly everything, for every
23020  problem exists a LaTeX-package.
23021  But LyX can of course not be up to date and support all these packages
23022  and their commands.
23023 \end_layout
23024
23025 \begin_layout Standard
23026 But don't worry, you can use any LaTeX-command directly in LyX inside the
23027  ERT box.
23028  ERT stands for 
23029 \begin_inset Quotes eld
23030 \end_inset
23031
23032 evil red text
23033 \begin_inset Quotes erd
23034 \end_inset
23035
23036 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
23037  An ERT box is created by the menu 
23038 \family sans
23039 Insert\SpecialChar \menuseparator
23040 TeX
23041 \family default
23042  or by the toolbar button 
23043 \begin_inset Graphics
23044         filename ../images/ert-insert.xpm
23045
23046 \end_inset
23047
23048 .
23049  The box itself can be displayed in three different styles: 
23050 \family sans
23051 Inline
23052 \family default
23053
23054 \family sans
23055 Collapsed
23056 \family default
23057 , and 
23058 \family sans
23059 Open
23060 \family default
23061 .
23062  To change the style, right-click on the box and use the appearing dialog.
23063  Left-clicking on the box will switch between 
23064 \family sans
23065 Collapsed
23066 \family default
23067  and 
23068 \family sans
23069 Open
23070 \family default
23071 .
23072 \end_layout
23073
23074 \begin_layout Standard
23075 You can insert complete or incomplete commands into ERT.
23076  Incomplete means that the command argument can be Standard LyX text.
23077  For example you want to draw a frame around a word and uses therefore the
23078  LaTeX-command 
23079 \series bold
23080
23081 \backslash
23082 fbox
23083 \series default
23084 , you can write the command part 
23085 \series bold
23086
23087 \backslash
23088 fbox{
23089 \series default
23090  in an ERT box before the word and the closing brace 
23091 \series bold
23092 }
23093 \series default
23094  in a second ERT box behind the word.
23095  The word between the two ERT boxes is then the argument as it is in the
23096  following example:
23097 \end_layout
23098
23099 \begin_layout Standard
23100 \begin_inset Graphics
23101         filename clipart/ERT.png
23102         scale 89
23103
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \begin_layout Standard
23110 gives
23111 \end_layout
23112
23113 \begin_layout Standard
23114 This is a line with a 
23115 \begin_inset ERT
23116 status collapsed
23117
23118 \begin_layout Standard
23119
23120
23121 \backslash
23122 fbox{
23123 \end_layout
23124
23125 \end_inset
23126
23127 framed
23128 \begin_inset ERT
23129 status collapsed
23130
23131 \begin_layout Standard
23132
23133 }
23134 \end_layout
23135
23136 \end_inset
23137
23138  word.
23139 \end_layout
23140
23141 \begin_layout Standard
23142 Note, that you have to insert a space at the end of LaTeX-commands without
23143  parameters, to let LaTeX know that the command is finished.
23144  
23145 \end_layout
23146
23147 \begin_layout Subsection
23148 Short Introduction to the LaTeX Syntax
23149 \begin_inset OptArg
23150 status collapsed
23151
23152 \begin_layout Standard
23153 The LaTeX Syntax
23154 \end_layout
23155
23156 \end_inset
23157
23158
23159 \begin_inset LatexCommand index
23160 name "LaTeX Syntax"
23161
23162 \end_inset
23163
23164
23165 \begin_inset LatexCommand label
23166 name "sub:Short-Introduction-to"
23167
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \begin_layout Standard
23174 When you write larger documents or books, you will need to know something
23175  about the LaTeX-commands that LyX uses in the background.
23176  Because LaTeX is based on commands, you can 
23177 \begin_inset Quotes eld
23178 \end_inset
23179
23180 program
23181 \begin_inset Quotes erd
23182 \end_inset
23183
23184  your text.
23185  This has the advantage that the layout of the document can be changed at
23186  every time if you know the right commands.
23187  E.g.
23188  imagine you have to write a manual for a product and the deadline is at
23189  the end of the day.
23190  Your boss just has complimented you for your good work but wants to have
23191  all caption labels bold.
23192  But you have over hundred figure and table captions with non-bold labels
23193  in your manual.
23194  Of course it's impossible to change all caption labels by hand in one day.
23195 \end_layout
23196
23197 \begin_layout Standard
23198 Now LaTeX comes into play.
23199  As we wrote above, for every problem exists a LaTeX-package.
23200  First you have to find out which and therefore look in the LaTeX package
23201  database, 
23202 \begin_inset LatexCommand cite
23203 key "Catalogue"
23204
23205 \end_inset
23206
23207 .
23208 \end_layout
23209
23210 \begin_layout Standard
23211 As result you know that the package 
23212 \family typewriter
23213 caption
23214 \family default
23215  is what you need.
23216  To use a package, you have to load it in the document preamble (menu 
23217 \family sans
23218 Document\SpecialChar \menuseparator
23219 Settings
23220 \family default
23221 ) with the command
23222 \end_layout
23223
23224 \begin_layout Standard
23225
23226 \series bold
23227
23228 \backslash
23229 usepackage[options]{package name}
23230 \end_layout
23231
23232 \begin_layout Standard
23233 All LaTeX commands begin with a backslash, the command argument is set within
23234  two braces, and the options are set within two brackets.
23235  Note that not all commands have an argument and options.
23236  In your case the package name is 
23237 \series bold
23238 caption
23239 \series default
23240 .
23241  After a look in the documentation of the package caption, you know that
23242  the option 
23243 \series bold
23244 labelfont=bf
23245 \series default
23246  will change the font of all caption labels to bold.
23247  So you add the command
23248 \end_layout
23249
23250 \begin_layout Standard
23251
23252 \series bold
23253
23254 \backslash
23255 usepackage[labelfont=bf]{caption}
23256 \end_layout
23257
23258 \begin_layout Standard
23259 to the preamble and the problem is solved.
23260 \end_layout
23261
23262 \begin_layout Standard
23263 Note that some document classes have built-in solutions for well known problems
23264  like your case.
23265  For example if you use a 
23266 \family typewriter
23267 koma-scrip
23268 \family default
23269 t class, you don't need the package 
23270 \family typewriter
23271 caption
23272 \family default
23273 .
23274  Just write
23275 \end_layout
23276
23277 \begin_layout Standard
23278
23279 \series bold
23280
23281 \backslash
23282 setkomafont{captionlabel}{
23283 \backslash
23284 bfseries}
23285 \end_layout
23286
23287 \begin_layout Standard
23288 in the preamble and the problem is solved.
23289  So if you plan to write a large document, you should have a look at the
23290  documentation of the document class you want to use.
23291  (Btw 
23292 \series bold
23293
23294 \backslash
23295 setkomafont
23296 \series default
23297  is an example for a command with more than one argument.)
23298 \end_layout
23299
23300 \begin_layout Standard
23301 Both commands used are preamble commands.
23302  Commands in the preamble affects the whole document, while commands in
23303  the text affects only the text after the command or only the text used
23304  as command argument.
23305  To insert a LaTeX-command in text, use the ERT box as described in the
23306  previous section.
23307 \end_layout
23308
23309 \begin_layout Standard
23310 If you want to learn more about LaTeX and its syntax, have a look at the
23311  books 
23312 \begin_inset LatexCommand cite
23313 key "latexcompanion,latexguide"
23314
23315 \end_inset
23316
23317 .
23318  
23319 \end_layout
23320
23321 \begin_layout Section
23322 Previewing Snippets of your Document
23323 \begin_inset LatexCommand index
23324 name "Document ! Instant preview"
23325
23326 \end_inset
23327
23328
23329 \begin_inset LatexCommand label
23330 name "sec:Previewing-snippets-of"
23331
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \begin_layout Standard
23338 LyX allows you to generate previews of sections of your document on the
23339  fly so you can see how they'll look in the final document without having
23340  to break your train of thought with 
23341 \family sans
23342 View\SpecialChar \menuseparator
23343 DVI
23344 \family default
23345 .
23346  If you'd like to see your math formulas typeset by LaTeX then install the
23347  necessary software (see below) and select the 
23348 \family sans
23349 Instant\InsetSpace ~
23350 preview
23351 \family default
23352  check box in the 
23353 \family sans
23354 Edit\SpecialChar \menuseparator
23355 Preferences\SpecialChar \menuseparator
23356 Graphcis
23357 \family default
23358  dialog.
23359 \end_layout
23360
23361 \begin_layout Standard
23362 Previews are generated when you load a document into LyX and when you finish
23363  editing an inset.
23364  Previews of an already loaded document are 
23365 \emph on
23366 not
23367 \emph default
23368  generated just by selecting the 
23369 \family sans
23370 Instant\InsetSpace ~
23371 preview
23372 \family default
23373  check box.
23374 \end_layout
23375
23376 \begin_layout Standard
23377 LyX will generate previews of math insets.
23378  It will also generate previews of include insets if you select the 
23379 \family sans
23380 Show\InsetSpace ~
23381 preview
23382 \family default
23383  check box in the insert dialog.
23384  This latter is useful if you wish to generate a preview of a LaTeX figure,
23385  for example.
23386  Coming in version 1.4 are previews of the external inset also.
23387 \end_layout
23388
23389 \begin_layout Standard
23390 To get previews working, you'll need the LaTeX package 
23391 \family typewriter
23392 preview-latex
23393 \family default
23394  installed.
23395  You find it in 
23396 \begin_inset LatexCommand cite
23397 key "TeXCatalogue"
23398
23399 \end_inset
23400
23401 .
23402  You'll obtain prettier results if you install 
23403 \family typewriter
23404 pnmcrop
23405 \family default
23406  from the 
23407 \family typewriter
23408 netpbm
23409 \family default
23410  package.
23411 \end_layout
23412
23413 \begin_layout Section
23414 International Support
23415 \begin_inset LatexCommand index
23416 name "International support"
23417
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \begin_layout Standard
23424 This section describes how to use LyX with any language you want.
23425  LyX comes with a default configuration which supports the English language
23426  on a U.S.-style keyboard, with a standard U.S.
23427  paper size and the spell checker set to U.S.
23428  English.
23429  You can change any or all of these settings as desired, and you can make
23430  the changes apply to the current session only, or use them as your new
23431  default configuration.
23432 \end_layout
23433
23434 \begin_layout Standard
23435 If you have a keyboard suited to the language you are using (for example,
23436  a German keyboard for writing in German), and you have correctly configured
23437  your X environment, all you need to do for LyX is tell it your language,
23438  the character encoding, and desired paper size.
23439  Refer to 
23440 \begin_inset LatexCommand ref
23441 reference "sec:langlay"
23442
23443 \end_inset
23444
23445  for more information.
23446 \end_layout
23447
23448 \begin_layout Standard
23449 If, however, you have a U.S.-style keyboard and want to write in a different
23450  language than English, you can use an alternate keymap.
23451  For example, if you have a U.S.-style keyboard but want to write in Italian,
23452  you can configure LyX to use an Italian keymap.
23453  Refer to 
23454 \begin_inset LatexCommand ref
23455 reference "sec:optkey"
23456
23457 \end_inset
23458
23459  for details.
23460  
23461 \end_layout
23462
23463 \begin_layout Standard
23464 Finally, you may just want to change a few key mappings or create an entirely
23465  different keymap (for Vulcan, for instance).
23466  You may, for example, normally write in Italian on a U.S.
23467  keyboard but want to include an occasional quotation in German.
23468  In such a case, you can write your own keyboard mapping or modify an existing
23469  one to support the characters you want.
23470  
23471 \end_layout
23472
23473 \begin_layout Standard
23474 The details of how to customize LyX to your own language are 
23475 \emph on
23476 way
23477 \emph default
23478  beyond the scope of this manual.
23479  You can not only alter the keyboard layout, you can also change the names
23480  of the menus buttons, etc., to reflect your language.
23481  If you want to learn more about writing keymap files and tailoring LyX
23482  to your native tongue, please see the 
23483 \emph on
23484 Customization
23485 \emph default
23486  manual for details.
23487 \end_layout
23488
23489 \begin_layout Subsection
23490 Language Options
23491 \begin_inset LatexCommand label
23492 name "sec:langlay"
23493
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \begin_layout Standard
23500 The 
23501 \family sans
23502 Document\SpecialChar \menuseparator
23503 Settings
23504 \family default
23505  dialog lets you set 
23506 \family roman
23507 the language and character encoding for your language.
23508  
23509 \end_layout
23510
23511 \begin_layout Standard
23512 Choose your language in the 
23513 \family sans
23514 Language
23515 \family default
23516  section of the 
23517 \family sans
23518 Document\SpecialChar \menuseparator
23519 Settings
23520 \family default
23521  dialog.
23522  The default is 
23523 \family sans
23524 English
23525 \family default
23526 .
23527  Scroll to find the language you want and then click on your choice.
23528 \end_layout
23529
23530 \begin_layout Standard
23531 The 
23532 \family sans
23533 Encoding
23534 \family default
23535  box lets you choose the character encoding map you want to use.
23536  The default is the 
23537 \family typewriter
23538 Latin1
23539 \family default
23540  encoding, which includes the characters required by the various Western
23541  European languages.
23542 \end_layout
23543
23544 \begin_layout Subsection
23545 Keyboard mapping configuration
23546 \begin_inset LatexCommand label
23547 name "sec:optkey"
23548
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \begin_layout Standard
23555 The preferences dialog allows you to choose up to two keyboard mappings.
23556  This allows you to choose the keymap of your choice for your U.S.-style keyboard.
23557  You can choose primary and secondary keyboard languages and then select
23558  which one you want to use.
23559 \end_layout
23560
23561 \begin_layout Subsection
23562 Character Tables
23563 \begin_inset LatexCommand label
23564 name "sec:keytab"
23565
23566 \end_inset
23567
23568
23569 \end_layout
23570
23571 \begin_layout Standard
23572 Table\InsetSpace ~
23573
23574 \begin_inset LatexCommand ref
23575 reference "cap:The-latin1-character"
23576
23577 \end_inset
23578
23579  shows the 
23580 \family typewriter
23581 Latin1
23582 \family default
23583  character set.
23584  You should be able to enter the characters in the first eight columns directly
23585  from the keyboard.
23586 \end_layout
23587
23588 \begin_layout Standard
23589 There are a few things you need to know about this table.
23590  This manual is set up --- by hand, mind you --- to print all of these character
23591 s.
23592  That ain't the default.
23593  Nowhere near, in fact.
23594  Here are some of the details you'll need to bear in mind when using characters
23595  from the 
23596 \family typewriter
23597 Latin1
23598 \family default
23599  character set:
23600 \end_layout
23601
23602 \begin_layout Itemize
23603 The characters at entries A2, A4, A5, A6 and AD -- the cent, the yen, the
23604  generic-currency-symbol, the broken vertical bar and the short dash are
23605  just plain missing in the default encodings.
23606  We don't know where they are or why this is the case.
23607 \end_layout
23608
23609 \begin_layout Itemize
23610 Even if you've selected 
23611 \family sans
23612 latin1
23613 \family default
23614  in the 
23615 \family sans
23616 Document\SpecialChar \menuseparator
23617 Settings
23618 \family default
23619  dialog, users who have only the 
23620 \family typewriter
23621 T1
23622 \family default
23623 -fonts for LaTeX [or who have the 
23624 \family typewriter
23625 T1
23626 \family default
23627 -fonts but aren't using them] will still miss a few characters: D0, F0,
23628  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
23629  french quotes won't show up.
23630 \end_layout
23631
23632 \begin_layout Itemize
23633 Users of 
23634 \family typewriter
23635 Type1
23636 \family default
23637 -fonts can, however, get the french quotes [characters AB and BB] if they
23638  include the either the package 
23639 \family typewriter
23640 umlaute.sty
23641 \family default
23642  or 
23643 \family typewriter
23644 german.sty
23645 \family default
23646  in their documents.
23647 \begin_inset Foot
23648 status collapsed
23649
23650 \begin_layout Standard
23651 This only holds when you want to input these quotes by yourself.
23652  The automatic quote feature described in Section 
23653 \begin_inset LatexCommand ref
23654 reference "sec:quotes"
23655
23656 \end_inset
23657
23658 , will generate automatically LaTeX code adapted to available fonts and
23659  packages.
23660 \end_layout
23661
23662 \end_inset
23663
23664
23665 \begin_inset Note Note
23666 status collapsed
23667
23668 \begin_layout Standard
23669 The characters of the following table, which are inserted as commands, could
23670  not be inserted directly with the keyboard, because the standard encoding
23671  
23672 \begin_inset Quotes eld
23673 \end_inset
23674
23675 T1
23676 \begin_inset Quotes erd
23677 \end_inset
23678
23679  doesn't know them.
23680  To let LaTeX understand the commands, the package 
23681 \series bold
23682 textcomp
23683 \series default
23684  needs to be loaded in the preamble with the line
23685 \end_layout
23686
23687 \begin_layout Standard
23688
23689 \series bold
23690
23691 \backslash
23692 usepackage{textcomp}
23693 \end_layout
23694
23695 \begin_layout Standard
23696 The package 
23697 \series bold
23698 textcomp
23699 \series default
23700  is available on every LaTeX system.
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \begin_layout Standard
23709 \begin_inset Float table
23710 wide false
23711 sideways false
23712 status collapsed
23713
23714 \begin_layout Standard
23715 \begin_inset Caption
23716
23717 \begin_layout Standard
23718 \begin_inset LatexCommand label
23719 name "cap:The-latin1-character"
23720
23721 \end_inset
23722
23723 The 
23724 \family typewriter
23725 latin1
23726 \family default
23727  character set
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \begin_layout Standard
23736 \align center
23737 \begin_inset Tabular
23738 <lyxtabular version="3" rows="17" columns="17">
23739 <features>
23740 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23741 <column alignment="center" valignment="top" leftline="true" width="0pt">
23742 <column alignment="center" valignment="top" leftline="true" width="0pt">
23743 <column alignment="center" valignment="top" leftline="true" width="0pt">
23744 <column alignment="center" valignment="top" leftline="true" width="0pt">
23745 <column alignment="center" valignment="top" leftline="true" width="0pt">
23746 <column alignment="center" valignment="top" leftline="true" width="0pt">
23747 <column alignment="center" valignment="top" leftline="true" width="0pt">
23748 <column alignment="center" valignment="top" leftline="true" width="0pt">
23749 <column alignment="center" valignment="top" leftline="true" width="0pt">
23750 <column alignment="center" valignment="top" leftline="true" width="0pt">
23751 <column alignment="center" valignment="top" leftline="true" width="0pt">
23752 <column alignment="center" valignment="top" leftline="true" width="0pt">
23753 <column alignment="center" valignment="top" leftline="true" width="0pt">
23754 <column alignment="center" valignment="top" leftline="true" width="0pt">
23755 <column alignment="center" valignment="top" leftline="true" width="0pt">
23756 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23757 <row topline="true" bottomline="true">
23758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Standard
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Standard
23771
23772 \family roman
23773 \series medium
23774 \shape up
23775 \size tiny
23776 \emph off
23777 \bar no
23778 \noun off
23779 \color none
23780 00
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Standard
23789
23790 \family roman
23791 \series medium
23792 \shape up
23793 \size tiny
23794 \emph off
23795 \bar no
23796 \noun off
23797 \color none
23798 10
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Standard
23807
23808 \family roman
23809 \series medium
23810 \shape up
23811 \size tiny
23812 \emph off
23813 \bar no
23814 \noun off
23815 \color none
23816 20
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23822 \begin_inset Text
23823
23824 \begin_layout Standard
23825
23826 \family roman
23827 \series medium
23828 \shape up
23829 \size tiny
23830 \emph off
23831 \bar no
23832 \noun off
23833 \color none
23834 30
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Standard
23843
23844 \family roman
23845 \series medium
23846 \shape up
23847 \size tiny
23848 \emph off
23849 \bar no
23850 \noun off
23851 \color none
23852 40
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23858 \begin_inset Text
23859
23860 \begin_layout Standard
23861
23862 \family roman
23863 \series medium
23864 \shape up
23865 \size tiny
23866 \emph off
23867 \bar no
23868 \noun off
23869 \color none
23870 50
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Standard
23879
23880 \family roman
23881 \series medium
23882 \shape up
23883 \size tiny
23884 \emph off
23885 \bar no
23886 \noun off
23887 \color none
23888 60
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Standard
23897
23898 \family roman
23899 \series medium
23900 \shape up
23901 \size tiny
23902 \emph off
23903 \bar no
23904 \noun off
23905 \color none
23906 70
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Standard
23915
23916 \family roman
23917 \series medium
23918 \shape up
23919 \size tiny
23920 \emph off
23921 \bar no
23922 \noun off
23923 \color none
23924 80
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Standard
23933
23934 \family roman
23935 \series medium
23936 \shape up
23937 \size tiny
23938 \emph off
23939 \bar no
23940 \noun off
23941 \color none
23942 90
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Standard
23951
23952 \family roman
23953 \series medium
23954 \shape up
23955 \size tiny
23956 \emph off
23957 \bar no
23958 \noun off
23959 \color none
23960 A0
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Standard
23969
23970 \family roman
23971 \series medium
23972 \shape up
23973 \size tiny
23974 \emph off
23975 \bar no
23976 \noun off
23977 \color none
23978 B0
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Standard
23987
23988 \family roman
23989 \series medium
23990 \shape up
23991 \size tiny
23992 \emph off
23993 \bar no
23994 \noun off
23995 \color none
23996 C0
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Standard
24005
24006 \family roman
24007 \series medium
24008 \shape up
24009 \size tiny
24010 \emph off
24011 \bar no
24012 \noun off
24013 \color none
24014 D0
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Standard
24023
24024 \family roman
24025 \series medium
24026 \shape up
24027 \size tiny
24028 \emph off
24029 \bar no
24030 \noun off
24031 \color none
24032 E0
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Standard
24041
24042 \family roman
24043 \series medium
24044 \shape up
24045 \size tiny
24046 \emph off
24047 \bar no
24048 \noun off
24049 \color none
24050 F0
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 </row>
24056 <row topline="true">
24057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Standard
24061
24062 \family roman
24063 \series medium
24064 \shape up
24065 \size tiny
24066 \emph off
24067 \bar no
24068 \noun off
24069 \color none
24070 00
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Standard
24079
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Standard
24088
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Standard
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Standard
24106
24107 \family roman
24108 \series medium
24109 \shape up
24110 \emph off
24111 \bar no
24112 \noun off
24113 \color none
24114 0
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Standard
24123
24124 \family roman
24125 \series medium
24126 \shape up
24127 \emph off
24128 \bar no
24129 \noun off
24130 \color none
24131 @
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Standard
24140
24141 \family roman
24142 \series medium
24143 \shape up
24144 \emph off
24145 \bar no
24146 \noun off
24147 \color none
24148 P
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Standard
24157
24158 \family roman
24159 \series medium
24160 \shape up
24161 \emph off
24162 \bar no
24163 \noun off
24164 \color none
24165 '
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Standard
24174
24175 \family roman
24176 \series medium
24177 \shape up
24178 \emph off
24179 \bar no
24180 \noun off
24181 \color none
24182 p
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Standard
24191
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Standard
24200
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Standard
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Standard
24218
24219 \family roman
24220 \series medium
24221 \shape up
24222 \emph off
24223 \bar no
24224 \noun off
24225 \color none
24226 °
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Standard
24235
24236 \family roman
24237 \series medium
24238 \shape up
24239 \emph off
24240 \bar no
24241 \noun off
24242 \color none
24243 À
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Standard
24252
24253 \family roman
24254 \series medium
24255 \shape up
24256 \emph off
24257 \bar no
24258 \noun off
24259 \color none
24260 Ð
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Standard
24269
24270 \family roman
24271 \series medium
24272 \shape up
24273 \emph off
24274 \bar no
24275 \noun off
24276 \color none
24277 à
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Standard
24286
24287 \family roman
24288 \series medium
24289 \shape up
24290 \emph off
24291 \bar no
24292 \noun off
24293 \color none
24294 ð
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 </row>
24300 <row topline="true">
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Standard
24305
24306 \family roman
24307 \series medium
24308 \shape up
24309 \size tiny
24310 \emph off
24311 \bar no
24312 \noun off
24313 \color none
24314 01
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Standard
24323
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Standard
24332
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Standard
24341
24342 \family roman
24343 \series medium
24344 \shape up
24345 \emph off
24346 \bar no
24347 \noun off
24348 \color none
24349 !
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Standard
24358
24359 \family roman
24360 \series medium
24361 \shape up
24362 \emph off
24363 \bar no
24364 \noun off
24365 \color none
24366 1
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Standard
24375
24376 \family roman
24377 \series medium
24378 \shape up
24379 \emph off
24380 \bar no
24381 \noun off
24382 \color none
24383 A
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Standard
24392
24393 \family roman
24394 \series medium
24395 \shape up
24396 \emph off
24397 \bar no
24398 \noun off
24399 \color none
24400 Q
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Standard
24409
24410 \family roman
24411 \series medium
24412 \shape up
24413 \emph off
24414 \bar no
24415 \noun off
24416 \color none
24417 a
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Standard
24426
24427 \family roman
24428 \series medium
24429 \shape up
24430 \emph off
24431 \bar no
24432 \noun off
24433 \color none
24434 q
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Standard
24443
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Standard
24452
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Standard
24461
24462 \family roman
24463 \series medium
24464 \shape up
24465 \emph off
24466 \bar no
24467 \noun off
24468 \color none
24469 ¡
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Standard
24478
24479 \family roman
24480 \series medium
24481 \shape up
24482 \emph off
24483 \bar no
24484 \noun off
24485 \color none
24486 ±
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Standard
24495
24496 \family roman
24497 \series medium
24498 \shape up
24499 \emph off
24500 \bar no
24501 \noun off
24502 \color none
24503 Á
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Standard
24512
24513 \family roman
24514 \series medium
24515 \shape up
24516 \emph off
24517 \bar no
24518 \noun off
24519 \color none
24520 Ñ
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Standard
24529
24530 \family roman
24531 \series medium
24532 \shape up
24533 \emph off
24534 \bar no
24535 \noun off
24536 \color none
24537 á
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Standard
24546
24547 \family roman
24548 \series medium
24549 \shape up
24550 \emph off
24551 \bar no
24552 \noun off
24553 \color none
24554 ñ
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 </row>
24560 <row topline="true">
24561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Standard
24565
24566 \family roman
24567 \series medium
24568 \shape up
24569 \size tiny
24570 \emph off
24571 \bar no
24572 \noun off
24573 \color none
24574 02
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Standard
24583
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Standard
24592
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Standard
24601
24602 \family roman
24603 \series medium
24604 \shape up
24605 \emph off
24606 \bar no
24607 \noun off
24608 \color none
24609 \begin_inset Quotes eld
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Standard
24621
24622 \family roman
24623 \series medium
24624 \shape up
24625 \emph off
24626 \bar no
24627 \noun off
24628 \color none
24629 2
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Standard
24638
24639 \family roman
24640 \series medium
24641 \shape up
24642 \emph off
24643 \bar no
24644 \noun off
24645 \color none
24646 B
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Standard
24655
24656 \family roman
24657 \series medium
24658 \shape up
24659 \emph off
24660 \bar no
24661 \noun off
24662 \color none
24663 R
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Standard
24672
24673 \family roman
24674 \series medium
24675 \shape up
24676 \emph off
24677 \bar no
24678 \noun off
24679 \color none
24680 b
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Standard
24689
24690 \family roman
24691 \series medium
24692 \shape up
24693 \emph off
24694 \bar no
24695 \noun off
24696 \color none
24697 r
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Standard
24706
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
24711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24712 \begin_inset Text
24713
24714 \begin_layout Standard
24715
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Standard
24724 \begin_inset ERT
24725 status collapsed
24726
24727 \begin_layout Standard
24728
24729
24730 \backslash
24731 textcent
24732 \end_layout
24733
24734 \end_inset
24735
24736
24737 \begin_inset Note Note
24738 status collapsed
24739
24740 \begin_layout Standard
24741 character ¢ 
24742 \end_layout
24743
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Standard
24755
24756 \family roman
24757 \series medium
24758 \shape up
24759 \emph off
24760 \bar no
24761 \noun off
24762 \color none
24763 ²
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Standard
24772
24773 \family roman
24774 \series medium
24775 \shape up
24776 \emph off
24777 \bar no
24778 \noun off
24779 \color none
24780 Â
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Standard
24789
24790 \family roman
24791 \series medium
24792 \shape up
24793 \emph off
24794 \bar no
24795 \noun off
24796 \color none
24797 Ò
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24803 \begin_inset Text
24804
24805 \begin_layout Standard
24806
24807 \family roman
24808 \series medium
24809 \shape up
24810 \emph off
24811 \bar no
24812 \noun off
24813 \color none
24814 â
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Standard
24823
24824 \family roman
24825 \series medium
24826 \shape up
24827 \emph off
24828 \bar no
24829 \noun off
24830 \color none
24831 ò
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 </row>
24837 <row topline="true">
24838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Standard
24842
24843 \family roman
24844 \series medium
24845 \shape up
24846 \size tiny
24847 \emph off
24848 \bar no
24849 \noun off
24850 \color none
24851 03
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Standard
24860
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Standard
24869
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Standard
24878
24879 \family roman
24880 \series medium
24881 \shape up
24882 \emph off
24883 \bar no
24884 \noun off
24885 \color none
24886 #
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Standard
24895
24896 \family roman
24897 \series medium
24898 \shape up
24899 \emph off
24900 \bar no
24901 \noun off
24902 \color none
24903 3
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Standard
24912
24913 \family roman
24914 \series medium
24915 \shape up
24916 \emph off
24917 \bar no
24918 \noun off
24919 \color none
24920 C
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Standard
24929
24930 \family roman
24931 \series medium
24932 \shape up
24933 \emph off
24934 \bar no
24935 \noun off
24936 \color none
24937 S
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Standard
24946
24947 \family roman
24948 \series medium
24949 \shape up
24950 \emph off
24951 \bar no
24952 \noun off
24953 \color none
24954 c
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Standard
24963
24964 \family roman
24965 \series medium
24966 \shape up
24967 \emph off
24968 \bar no
24969 \noun off
24970 \color none
24971 s
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Standard
24980
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Standard
24989
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Standard
24998
24999 \family roman
25000 \series medium
25001 \shape up
25002 \emph off
25003 \bar no
25004 \noun off
25005 \color none
25006 £
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Standard
25015
25016 \family roman
25017 \series medium
25018 \shape up
25019 \emph off
25020 \bar no
25021 \noun off
25022 \color none
25023 ³
25024 \end_layout
25025
25026 \end_inset
25027 </cell>
25028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25029 \begin_inset Text
25030
25031 \begin_layout Standard
25032
25033 \family roman
25034 \series medium
25035 \shape up
25036 \emph off
25037 \bar no
25038 \noun off
25039 \color none
25040 Ã
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Standard
25049
25050 \family roman
25051 \series medium
25052 \shape up
25053 \emph off
25054 \bar no
25055 \noun off
25056 \color none
25057 Ó
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Standard
25066
25067 \family roman
25068 \series medium
25069 \shape up
25070 \emph off
25071 \bar no
25072 \noun off
25073 \color none
25074 ã
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Standard
25083
25084 \family roman
25085 \series medium
25086 \shape up
25087 \emph off
25088 \bar no
25089 \noun off
25090 \color none
25091 ó
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 </row>
25097 <row topline="true">
25098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Standard
25102
25103 \family roman
25104 \series medium
25105 \shape up
25106 \size tiny
25107 \emph off
25108 \bar no
25109 \noun off
25110 \color none
25111 04
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Standard
25120
25121 \end_layout
25122
25123 \end_inset
25124 </cell>
25125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Standard
25129
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Standard
25138
25139 \family roman
25140 \series medium
25141 \shape up
25142 \emph off
25143 \bar no
25144 \noun off
25145 \color none
25146 $
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Standard
25155
25156 \family roman
25157 \series medium
25158 \shape up
25159 \emph off
25160 \bar no
25161 \noun off
25162 \color none
25163 4
25164 \end_layout
25165
25166 \end_inset
25167 </cell>
25168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Standard
25172
25173 \family roman
25174 \series medium
25175 \shape up
25176 \emph off
25177 \bar no
25178 \noun off
25179 \color none
25180 D
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Standard
25189
25190 \family roman
25191 \series medium
25192 \shape up
25193 \emph off
25194 \bar no
25195 \noun off
25196 \color none
25197 T
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Standard
25206
25207 \family roman
25208 \series medium
25209 \shape up
25210 \emph off
25211 \bar no
25212 \noun off
25213 \color none
25214 d
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Standard
25223
25224 \family roman
25225 \series medium
25226 \shape up
25227 \emph off
25228 \bar no
25229 \noun off
25230 \color none
25231 t
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Standard
25240
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Standard
25249
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Standard
25258 \begin_inset ERT
25259 status collapsed
25260
25261 \begin_layout Standard
25262
25263
25264 \backslash
25265 textcurrency
25266 \end_layout
25267
25268 \end_inset
25269
25270
25271 \begin_inset Note Note
25272 status collapsed
25273
25274 \begin_layout Standard
25275 character ¤ 
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Standard
25289
25290 \family roman
25291 \series medium
25292 \shape up
25293 \emph off
25294 \bar no
25295 \noun off
25296 \color none
25297 ´
25298 \end_layout
25299
25300 \end_inset
25301 </cell>
25302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Standard
25306
25307 \family roman
25308 \series medium
25309 \shape up
25310 \emph off
25311 \bar no
25312 \noun off
25313 \color none
25314 Ä
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Standard
25323
25324 \family roman
25325 \series medium
25326 \shape up
25327 \emph off
25328 \bar no
25329 \noun off
25330 \color none
25331 Ô
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Standard
25340
25341 \family roman
25342 \series medium
25343 \shape up
25344 \emph off
25345 \bar no
25346 \noun off
25347 \color none
25348 ä
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Standard
25357
25358 \family roman
25359 \series medium
25360 \shape up
25361 \emph off
25362 \bar no
25363 \noun off
25364 \color none
25365 ô
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 </row>
25371 <row topline="true">
25372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Standard
25376
25377 \family roman
25378 \series medium
25379 \shape up
25380 \size tiny
25381 \emph off
25382 \bar no
25383 \noun off
25384 \color none
25385 05
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25391 \begin_inset Text
25392
25393 \begin_layout Standard
25394
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Standard
25403
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Standard
25412
25413 \family roman
25414 \series medium
25415 \shape up
25416 \emph off
25417 \bar no
25418 \noun off
25419 \color none
25420 %
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Standard
25429
25430 \family roman
25431 \series medium
25432 \shape up
25433 \emph off
25434 \bar no
25435 \noun off
25436 \color none
25437 5
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Standard
25446
25447 \family roman
25448 \series medium
25449 \shape up
25450 \emph off
25451 \bar no
25452 \noun off
25453 \color none
25454 E
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Standard
25463
25464 \family roman
25465 \series medium
25466 \shape up
25467 \emph off
25468 \bar no
25469 \noun off
25470 \color none
25471 U
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Standard
25480
25481 \family roman
25482 \series medium
25483 \shape up
25484 \emph off
25485 \bar no
25486 \noun off
25487 \color none
25488 e
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Standard
25497
25498 \family roman
25499 \series medium
25500 \shape up
25501 \emph off
25502 \bar no
25503 \noun off
25504 \color none
25505 u
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Standard
25514
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Standard
25523
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Standard
25532 \begin_inset ERT
25533 status collapsed
25534
25535 \begin_layout Standard
25536
25537
25538 \backslash
25539 textyen
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \begin_inset Note Note
25546 status collapsed
25547
25548 \begin_layout Standard
25549 character ¥ 
25550 \end_layout
25551
25552 \end_inset
25553
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" 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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Standard
25614
25615 \family roman
25616 \series medium
25617 \shape up
25618 \emph off
25619 \bar no
25620 \noun off
25621 \color none
25622 å
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25628 \begin_inset Text
25629
25630 \begin_layout Standard
25631
25632 \family roman
25633 \series medium
25634 \shape up
25635 \emph off
25636 \bar no
25637 \noun off
25638 \color none
25639 õ
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 </row>
25645 <row topline="true">
25646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Standard
25650
25651 \family roman
25652 \series medium
25653 \shape up
25654 \size tiny
25655 \emph off
25656 \bar no
25657 \noun off
25658 \color none
25659 06
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25665 \begin_inset Text
25666
25667 \begin_layout Standard
25668
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Standard
25677
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 &
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 6
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 \family roman
25756 \series medium
25757 \shape up
25758 \emph off
25759 \bar no
25760 \noun off
25761 \color none
25762 f
25763 \end_layout
25764
25765 \end_inset
25766 </cell>
25767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25768 \begin_inset Text
25769
25770 \begin_layout Standard
25771
25772 \family roman
25773 \series medium
25774 \shape up
25775 \emph off
25776 \bar no
25777 \noun off
25778 \color none
25779 v
25780 \end_layout
25781
25782 \end_inset
25783 </cell>
25784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Standard
25788
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Standard
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Standard
25806 \begin_inset ERT
25807 status collapsed
25808
25809 \begin_layout Standard
25810
25811
25812 \backslash
25813 textbrokenbar
25814 \end_layout
25815
25816 \end_inset
25817
25818
25819 \begin_inset Note Note
25820 status collapsed
25821
25822 \begin_layout Standard
25823 character ¦ 
25824 \end_layout
25825
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \end_inset
25832 </cell>
25833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Standard
25837
25838 \family roman
25839 \series medium
25840 \shape up
25841 \emph off
25842 \bar no
25843 \noun off
25844 \color none
25845
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Standard
25854
25855 \family roman
25856 \series medium
25857 \shape up
25858 \emph off
25859 \bar no
25860 \noun off
25861 \color none
25862 Æ
25863 \end_layout
25864
25865 \end_inset
25866 </cell>
25867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25868 \begin_inset Text
25869
25870 \begin_layout Standard
25871
25872 \family roman
25873 \series medium
25874 \shape up
25875 \emph off
25876 \bar no
25877 \noun off
25878 \color none
25879 Ö
25880 \end_layout
25881
25882 \end_inset
25883 </cell>
25884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25885 \begin_inset Text
25886
25887 \begin_layout Standard
25888
25889 \family roman
25890 \series medium
25891 \shape up
25892 \emph off
25893 \bar no
25894 \noun off
25895 \color none
25896 æ
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Standard
25905
25906 \family roman
25907 \series medium
25908 \shape up
25909 \emph off
25910 \bar no
25911 \noun off
25912 \color none
25913 ö
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 </row>
25919 <row topline="true">
25920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25921 \begin_inset Text
25922
25923 \begin_layout Standard
25924
25925 \family roman
25926 \series medium
25927 \shape up
25928 \size tiny
25929 \emph off
25930 \bar no
25931 \noun off
25932 \color none
25933 07
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Standard
25942
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25948 \begin_inset Text
25949
25950 \begin_layout Standard
25951
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Standard
25960
25961 \family roman
25962 \series medium
25963 \shape up
25964 \emph off
25965 \bar no
25966 \noun off
25967 \color none
25968 `
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Standard
25977
25978 \family roman
25979 \series medium
25980 \shape up
25981 \emph off
25982 \bar no
25983 \noun off
25984 \color none
25985 7
25986 \end_layout
25987
25988 \end_inset
25989 </cell>
25990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25991 \begin_inset Text
25992
25993 \begin_layout Standard
25994
25995 \family roman
25996 \series medium
25997 \shape up
25998 \emph off
25999 \bar no
26000 \noun off
26001 \color none
26002 G
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Standard
26011
26012 \family roman
26013 \series medium
26014 \shape up
26015 \emph off
26016 \bar no
26017 \noun off
26018 \color none
26019 W
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26025 \begin_inset Text
26026
26027 \begin_layout Standard
26028
26029 \family roman
26030 \series medium
26031 \shape up
26032 \emph off
26033 \bar no
26034 \noun off
26035 \color none
26036 g
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Standard
26045
26046 \family roman
26047 \series medium
26048 \shape up
26049 \emph off
26050 \bar no
26051 \noun off
26052 \color none
26053 w
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26059 \begin_inset Text
26060
26061 \begin_layout Standard
26062
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Standard
26071
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26077 \begin_inset Text
26078
26079 \begin_layout Standard
26080
26081 \family roman
26082 \series medium
26083 \shape up
26084 \emph off
26085 \bar no
26086 \noun off
26087 \color none
26088 §
26089 \end_layout
26090
26091 \end_inset
26092 </cell>
26093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Standard
26097
26098 \family roman
26099 \series medium
26100 \shape up
26101 \emph off
26102 \bar no
26103 \noun off
26104 \color none
26105 ·
26106 \end_layout
26107
26108 \end_inset
26109 </cell>
26110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Standard
26114
26115 \family roman
26116 \series medium
26117 \shape up
26118 \emph off
26119 \bar no
26120 \noun off
26121 \color none
26122 Ç
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Standard
26131
26132 \family roman
26133 \series medium
26134 \shape up
26135 \emph off
26136 \bar no
26137 \noun off
26138 \color none
26139 ×
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Standard
26148
26149 \family roman
26150 \series medium
26151 \shape up
26152 \emph off
26153 \bar no
26154 \noun off
26155 \color none
26156 ç
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Standard
26165
26166 \family roman
26167 \series medium
26168 \shape up
26169 \emph off
26170 \bar no
26171 \noun off
26172 \color none
26173 ÷
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 </row>
26179 <row topline="true">
26180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26181 \begin_inset Text
26182
26183 \begin_layout Standard
26184
26185 \family roman
26186 \series medium
26187 \shape up
26188 \size tiny
26189 \emph off
26190 \bar no
26191 \noun off
26192 \color none
26193 08
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26199 \begin_inset Text
26200
26201 \begin_layout Standard
26202
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26208 \begin_inset Text
26209
26210 \begin_layout Standard
26211
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Standard
26220
26221 \family roman
26222 \series medium
26223 \shape up
26224 \emph off
26225 \bar no
26226 \noun off
26227 \color none
26228 (
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Standard
26237
26238 \family roman
26239 \series medium
26240 \shape up
26241 \emph off
26242 \bar no
26243 \noun off
26244 \color none
26245 8
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Standard
26254
26255 \family roman
26256 \series medium
26257 \shape up
26258 \emph off
26259 \bar no
26260 \noun off
26261 \color none
26262 H
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Standard
26271
26272 \family roman
26273 \series medium
26274 \shape up
26275 \emph off
26276 \bar no
26277 \noun off
26278 \color none
26279 X
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Standard
26288
26289 \family roman
26290 \series medium
26291 \shape up
26292 \emph off
26293 \bar no
26294 \noun off
26295 \color none
26296 h
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Standard
26305
26306 \family roman
26307 \series medium
26308 \shape up
26309 \emph off
26310 \bar no
26311 \noun off
26312 \color none
26313 x
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Standard
26322
26323 \end_layout
26324
26325 \end_inset
26326 </cell>
26327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26328 \begin_inset Text
26329
26330 \begin_layout Standard
26331
26332 \end_layout
26333
26334 \end_inset
26335 </cell>
26336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26337 \begin_inset Text
26338
26339 \begin_layout Standard
26340
26341 \family roman
26342 \series medium
26343 \shape up
26344 \emph off
26345 \bar no
26346 \noun off
26347 \color none
26348 ¨
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Standard
26357
26358 \family roman
26359 \series medium
26360 \shape up
26361 \emph off
26362 \bar no
26363 \noun off
26364 \color none
26365 ¸
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Standard
26374
26375 \family roman
26376 \series medium
26377 \shape up
26378 \emph off
26379 \bar no
26380 \noun off
26381 \color none
26382 È
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Standard
26391
26392 \family roman
26393 \series medium
26394 \shape up
26395 \emph off
26396 \bar no
26397 \noun off
26398 \color none
26399 Ø
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Standard
26408
26409 \family roman
26410 \series medium
26411 \shape up
26412 \emph off
26413 \bar no
26414 \noun off
26415 \color none
26416 è
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Standard
26425
26426 \family roman
26427 \series medium
26428 \shape up
26429 \emph off
26430 \bar no
26431 \noun off
26432 \color none
26433 ø
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 </row>
26439 <row topline="true">
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Standard
26444
26445 \family roman
26446 \series medium
26447 \shape up
26448 \size tiny
26449 \emph off
26450 \bar no
26451 \noun off
26452 \color none
26453 09
26454 \end_layout
26455
26456 \end_inset
26457 </cell>
26458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Standard
26462
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Standard
26471
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Standard
26480
26481 \family roman
26482 \series medium
26483 \shape up
26484 \emph off
26485 \bar no
26486 \noun off
26487 \color none
26488 )
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Standard
26497
26498 \family roman
26499 \series medium
26500 \shape up
26501 \emph off
26502 \bar no
26503 \noun off
26504 \color none
26505 9
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Standard
26514
26515 \family roman
26516 \series medium
26517 \shape up
26518 \emph off
26519 \bar no
26520 \noun off
26521 \color none
26522 I
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Standard
26531
26532 \family roman
26533 \series medium
26534 \shape up
26535 \emph off
26536 \bar no
26537 \noun off
26538 \color none
26539 Y
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Standard
26548
26549 \family roman
26550 \series medium
26551 \shape up
26552 \emph off
26553 \bar no
26554 \noun off
26555 \color none
26556 i
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Standard
26565
26566 \family roman
26567 \series medium
26568 \shape up
26569 \emph off
26570 \bar no
26571 \noun off
26572 \color none
26573 y
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Standard
26582
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Standard
26591
26592 \end_layout
26593
26594 \end_inset
26595 </cell>
26596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Standard
26600
26601 \family roman
26602 \series medium
26603 \shape up
26604 \emph off
26605 \bar no
26606 \noun off
26607 \color none
26608 ©
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Standard
26617
26618 \family roman
26619 \series medium
26620 \shape up
26621 \emph off
26622 \bar no
26623 \noun off
26624 \color none
26625 ¹
26626 \end_layout
26627
26628 \end_inset
26629 </cell>
26630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Standard
26634
26635 \family roman
26636 \series medium
26637 \shape up
26638 \emph off
26639 \bar no
26640 \noun off
26641 \color none
26642 É
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Standard
26651
26652 \family roman
26653 \series medium
26654 \shape up
26655 \emph off
26656 \bar no
26657 \noun off
26658 \color none
26659 Ù
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Standard
26668
26669 \family roman
26670 \series medium
26671 \shape up
26672 \emph off
26673 \bar no
26674 \noun off
26675 \color none
26676 é
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Standard
26685
26686 \family roman
26687 \series medium
26688 \shape up
26689 \emph off
26690 \bar no
26691 \noun off
26692 \color none
26693 ù
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 </row>
26699 <row topline="true">
26700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Standard
26704
26705 \family roman
26706 \series medium
26707 \shape up
26708 \size tiny
26709 \emph off
26710 \bar no
26711 \noun off
26712 \color none
26713 0A
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Standard
26722
26723 \end_layout
26724
26725 \end_inset
26726 </cell>
26727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26728 \begin_inset Text
26729
26730 \begin_layout Standard
26731
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Standard
26740
26741 \family roman
26742 \series medium
26743 \shape up
26744 \emph off
26745 \bar no
26746 \noun off
26747 \color none
26748 *
26749 \end_layout
26750
26751 \end_inset
26752 </cell>
26753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26754 \begin_inset Text
26755
26756 \begin_layout Standard
26757
26758 \family roman
26759 \series medium
26760 \shape up
26761 \emph off
26762 \bar no
26763 \noun off
26764 \color none
26765 :
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Standard
26774
26775 \family roman
26776 \series medium
26777 \shape up
26778 \emph off
26779 \bar no
26780 \noun off
26781 \color none
26782 J
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Standard
26791
26792 \family roman
26793 \series medium
26794 \shape up
26795 \emph off
26796 \bar no
26797 \noun off
26798 \color none
26799 Z
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Standard
26808
26809 \family roman
26810 \series medium
26811 \shape up
26812 \emph off
26813 \bar no
26814 \noun off
26815 \color none
26816 j
26817 \end_layout
26818
26819 \end_inset
26820 </cell>
26821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Standard
26825
26826 \family roman
26827 \series medium
26828 \shape up
26829 \emph off
26830 \bar no
26831 \noun off
26832 \color none
26833 z
26834 \end_layout
26835
26836 \end_inset
26837 </cell>
26838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Standard
26842
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Standard
26851
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Standard
26860
26861 \family roman
26862 \series medium
26863 \shape up
26864 \emph off
26865 \bar no
26866 \noun off
26867 \color none
26868 ª
26869 \end_layout
26870
26871 \end_inset
26872 </cell>
26873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26874 \begin_inset Text
26875
26876 \begin_layout Standard
26877
26878 \family roman
26879 \series medium
26880 \shape up
26881 \emph off
26882 \bar no
26883 \noun off
26884 \color none
26885 º
26886 \end_layout
26887
26888 \end_inset
26889 </cell>
26890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26891 \begin_inset Text
26892
26893 \begin_layout Standard
26894
26895 \family roman
26896 \series medium
26897 \shape up
26898 \emph off
26899 \bar no
26900 \noun off
26901 \color none
26902 Ê
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Standard
26911
26912 \family roman
26913 \series medium
26914 \shape up
26915 \emph off
26916 \bar no
26917 \noun off
26918 \color none
26919 Ú
26920 \end_layout
26921
26922 \end_inset
26923 </cell>
26924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Standard
26928
26929 \family roman
26930 \series medium
26931 \shape up
26932 \emph off
26933 \bar no
26934 \noun off
26935 \color none
26936 ê
26937 \end_layout
26938
26939 \end_inset
26940 </cell>
26941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Standard
26945
26946 \family roman
26947 \series medium
26948 \shape up
26949 \emph off
26950 \bar no
26951 \noun off
26952 \color none
26953 ú
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 </row>
26959 <row topline="true">
26960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Standard
26964
26965 \family roman
26966 \series medium
26967 \shape up
26968 \size tiny
26969 \emph off
26970 \bar no
26971 \noun off
26972 \color none
26973 0B
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Standard
26982
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26988 \begin_inset Text
26989
26990 \begin_layout Standard
26991
26992 \end_layout
26993
26994 \end_inset
26995 </cell>
26996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26997 \begin_inset Text
26998
26999 \begin_layout Standard
27000
27001 \family roman
27002 \series medium
27003 \shape up
27004 \emph off
27005 \bar no
27006 \noun off
27007 \color none
27008 +
27009 \end_layout
27010
27011 \end_inset
27012 </cell>
27013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Standard
27017
27018 \family roman
27019 \series medium
27020 \shape up
27021 \emph off
27022 \bar no
27023 \noun off
27024 \color none
27025 ;
27026 \end_layout
27027
27028 \end_inset
27029 </cell>
27030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27031 \begin_inset Text
27032
27033 \begin_layout Standard
27034
27035 \family roman
27036 \series medium
27037 \shape up
27038 \emph off
27039 \bar no
27040 \noun off
27041 \color none
27042 K
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27048 \begin_inset Text
27049
27050 \begin_layout Standard
27051
27052 \family roman
27053 \series medium
27054 \shape up
27055 \emph off
27056 \bar no
27057 \noun off
27058 \color none
27059 [
27060 \end_layout
27061
27062 \end_inset
27063 </cell>
27064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27065 \begin_inset Text
27066
27067 \begin_layout Standard
27068
27069 \family roman
27070 \series medium
27071 \shape up
27072 \emph off
27073 \bar no
27074 \noun off
27075 \color none
27076 k
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27082 \begin_inset Text
27083
27084 \begin_layout Standard
27085
27086 \family roman
27087 \series medium
27088 \shape up
27089 \emph off
27090 \bar no
27091 \noun off
27092 \color none
27093 {
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Standard
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Standard
27111
27112 \end_layout
27113
27114 \end_inset
27115 </cell>
27116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Standard
27120
27121 \family roman
27122 \series medium
27123 \shape up
27124 \emph off
27125 \bar no
27126 \noun off
27127 \color none
27128 «
27129 \end_layout
27130
27131 \end_inset
27132 </cell>
27133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27134 \begin_inset Text
27135
27136 \begin_layout Standard
27137
27138 \family roman
27139 \series medium
27140 \shape up
27141 \emph off
27142 \bar no
27143 \noun off
27144 \color none
27145 »
27146 \end_layout
27147
27148 \end_inset
27149 </cell>
27150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27151 \begin_inset Text
27152
27153 \begin_layout Standard
27154
27155 \family roman
27156 \series medium
27157 \shape up
27158 \emph off
27159 \bar no
27160 \noun off
27161 \color none
27162 Ë
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Standard
27171
27172 \family roman
27173 \series medium
27174 \shape up
27175 \emph off
27176 \bar no
27177 \noun off
27178 \color none
27179 Û
27180 \end_layout
27181
27182 \end_inset
27183 </cell>
27184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Standard
27188
27189 \family roman
27190 \series medium
27191 \shape up
27192 \emph off
27193 \bar no
27194 \noun off
27195 \color none
27196 ë
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Standard
27205
27206 \family roman
27207 \series medium
27208 \shape up
27209 \emph off
27210 \bar no
27211 \noun off
27212 \color none
27213 û
27214 \end_layout
27215
27216 \end_inset
27217 </cell>
27218 </row>
27219 <row topline="true">
27220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27221 \begin_inset Text
27222
27223 \begin_layout Standard
27224
27225 \family roman
27226 \series medium
27227 \shape up
27228 \size tiny
27229 \emph off
27230 \bar no
27231 \noun off
27232 \color none
27233 0C
27234 \end_layout
27235
27236 \end_inset
27237 </cell>
27238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27239 \begin_inset Text
27240
27241 \begin_layout Standard
27242
27243 \end_layout
27244
27245 \end_inset
27246 </cell>
27247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27248 \begin_inset Text
27249
27250 \begin_layout Standard
27251
27252 \end_layout
27253
27254 \end_inset
27255 </cell>
27256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27257 \begin_inset Text
27258
27259 \begin_layout Standard
27260
27261 \family roman
27262 \series medium
27263 \shape up
27264 \emph off
27265 \bar no
27266 \noun off
27267 \color none
27268 ,
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27274 \begin_inset Text
27275
27276 \begin_layout Standard
27277
27278 \family roman
27279 \series medium
27280 \shape up
27281 \emph off
27282 \bar no
27283 \noun off
27284 \color none
27285 <
27286 \end_layout
27287
27288 \end_inset
27289 </cell>
27290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27291 \begin_inset Text
27292
27293 \begin_layout Standard
27294
27295 \family roman
27296 \series medium
27297 \shape up
27298 \emph off
27299 \bar no
27300 \noun off
27301 \color none
27302 L
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27308 \begin_inset Text
27309
27310 \begin_layout Standard
27311
27312 \family roman
27313 \series medium
27314 \shape up
27315 \emph off
27316 \bar no
27317 \noun off
27318 \color none
27319
27320 \backslash
27321
27322 \end_layout
27323
27324 \end_inset
27325 </cell>
27326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27327 \begin_inset Text
27328
27329 \begin_layout Standard
27330
27331 \family roman
27332 \series medium
27333 \shape up
27334 \emph off
27335 \bar no
27336 \noun off
27337 \color none
27338 l
27339 \end_layout
27340
27341 \end_inset
27342 </cell>
27343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27344 \begin_inset Text
27345
27346 \begin_layout Standard
27347
27348 \family roman
27349 \series medium
27350 \shape up
27351 \emph off
27352 \bar no
27353 \noun off
27354 \color none
27355 |
27356 \end_layout
27357
27358 \end_inset
27359 </cell>
27360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27361 \begin_inset Text
27362
27363 \begin_layout Standard
27364
27365 \end_layout
27366
27367 \end_inset
27368 </cell>
27369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27370 \begin_inset Text
27371
27372 \begin_layout Standard
27373
27374 \end_layout
27375
27376 \end_inset
27377 </cell>
27378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27379 \begin_inset Text
27380
27381 \begin_layout Standard
27382
27383 \family roman
27384 \series medium
27385 \shape up
27386 \emph off
27387 \bar no
27388 \noun off
27389 \color none
27390 ¬
27391 \end_layout
27392
27393 \end_inset
27394 </cell>
27395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27396 \begin_inset Text
27397
27398 \begin_layout Standard
27399
27400 \family roman
27401 \series medium
27402 \shape up
27403 \emph off
27404 \bar no
27405 \noun off
27406 \color none
27407 ¼
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27413 \begin_inset Text
27414
27415 \begin_layout Standard
27416
27417 \family roman
27418 \series medium
27419 \shape up
27420 \emph off
27421 \bar no
27422 \noun off
27423 \color none
27424 Ì
27425 \end_layout
27426
27427 \end_inset
27428 </cell>
27429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27430 \begin_inset Text
27431
27432 \begin_layout Standard
27433
27434 \family roman
27435 \series medium
27436 \shape up
27437 \emph off
27438 \bar no
27439 \noun off
27440 \color none
27441 Ü
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Standard
27450
27451 \family roman
27452 \series medium
27453 \shape up
27454 \emph off
27455 \bar no
27456 \noun off
27457 \color none
27458 ì
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Standard
27467
27468 \family roman
27469 \series medium
27470 \shape up
27471 \emph off
27472 \bar no
27473 \noun off
27474 \color none
27475 ü
27476 \end_layout
27477
27478 \end_inset
27479 </cell>
27480 </row>
27481 <row topline="true">
27482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27483 \begin_inset Text
27484
27485 \begin_layout Standard
27486
27487 \family roman
27488 \series medium
27489 \shape up
27490 \size tiny
27491 \emph off
27492 \bar no
27493 \noun off
27494 \color none
27495 0D
27496 \end_layout
27497
27498 \end_inset
27499 </cell>
27500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27501 \begin_inset Text
27502
27503 \begin_layout Standard
27504
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27510 \begin_inset Text
27511
27512 \begin_layout Standard
27513
27514 \end_layout
27515
27516 \end_inset
27517 </cell>
27518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Standard
27522
27523 \family roman
27524 \series medium
27525 \shape up
27526 \emph off
27527 \bar no
27528 \noun off
27529 \color none
27530 -
27531 \end_layout
27532
27533 \end_inset
27534 </cell>
27535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27536 \begin_inset Text
27537
27538 \begin_layout Standard
27539
27540 \family roman
27541 \series medium
27542 \shape up
27543 \emph off
27544 \bar no
27545 \noun off
27546 \color none
27547 =
27548 \end_layout
27549
27550 \end_inset
27551 </cell>
27552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27553 \begin_inset Text
27554
27555 \begin_layout Standard
27556
27557 \family roman
27558 \series medium
27559 \shape up
27560 \emph off
27561 \bar no
27562 \noun off
27563 \color none
27564 M
27565 \end_layout
27566
27567 \end_inset
27568 </cell>
27569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Standard
27573
27574 \family roman
27575 \series medium
27576 \shape up
27577 \emph off
27578 \bar no
27579 \noun off
27580 \color none
27581 ]
27582 \end_layout
27583
27584 \end_inset
27585 </cell>
27586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27587 \begin_inset Text
27588
27589 \begin_layout Standard
27590
27591 \family roman
27592 \series medium
27593 \shape up
27594 \emph off
27595 \bar no
27596 \noun off
27597 \color none
27598 m
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Standard
27607
27608 \family roman
27609 \series medium
27610 \shape up
27611 \emph off
27612 \bar no
27613 \noun off
27614 \color none
27615 }
27616 \end_layout
27617
27618 \end_inset
27619 </cell>
27620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27621 \begin_inset Text
27622
27623 \begin_layout Standard
27624
27625 \end_layout
27626
27627 \end_inset
27628 </cell>
27629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27630 \begin_inset Text
27631
27632 \begin_layout Standard
27633
27634 \end_layout
27635
27636 \end_inset
27637 </cell>
27638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27639 \begin_inset Text
27640
27641 \begin_layout Standard
27642 \begin_inset ERT
27643 status collapsed
27644
27645 \begin_layout Standard
27646
27647
27648 \backslash
27649 textendash
27650 \end_layout
27651
27652 \end_inset
27653
27654
27655 \begin_inset Note Note
27656 status collapsed
27657
27658 \begin_layout Standard
27659 character ­ 
27660 \end_layout
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \end_inset
27668 </cell>
27669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27670 \begin_inset Text
27671
27672 \begin_layout Standard
27673
27674 \family roman
27675 \series medium
27676 \shape up
27677 \emph off
27678 \bar no
27679 \noun off
27680 \color none
27681 ½
27682 \end_layout
27683
27684 \end_inset
27685 </cell>
27686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27687 \begin_inset Text
27688
27689 \begin_layout Standard
27690
27691 \family roman
27692 \series medium
27693 \shape up
27694 \emph off
27695 \bar no
27696 \noun off
27697 \color none
27698 Í
27699 \end_layout
27700
27701 \end_inset
27702 </cell>
27703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27704 \begin_inset Text
27705
27706 \begin_layout Standard
27707
27708 \family roman
27709 \series medium
27710 \shape up
27711 \emph off
27712 \bar no
27713 \noun off
27714 \color none
27715 Ý
27716 \end_layout
27717
27718 \end_inset
27719 </cell>
27720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27721 \begin_inset Text
27722
27723 \begin_layout Standard
27724
27725 \family roman
27726 \series medium
27727 \shape up
27728 \emph off
27729 \bar no
27730 \noun off
27731 \color none
27732 í
27733 \end_layout
27734
27735 \end_inset
27736 </cell>
27737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27738 \begin_inset Text
27739
27740 \begin_layout Standard
27741
27742 \family roman
27743 \series medium
27744 \shape up
27745 \emph off
27746 \bar no
27747 \noun off
27748 \color none
27749 ý
27750 \end_layout
27751
27752 \end_inset
27753 </cell>
27754 </row>
27755 <row topline="true">
27756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Standard
27760
27761 \family roman
27762 \series medium
27763 \shape up
27764 \size tiny
27765 \emph off
27766 \bar no
27767 \noun off
27768 \color none
27769 0E
27770 \end_layout
27771
27772 \end_inset
27773 </cell>
27774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27775 \begin_inset Text
27776
27777 \begin_layout Standard
27778
27779 \end_layout
27780
27781 \end_inset
27782 </cell>
27783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27784 \begin_inset Text
27785
27786 \begin_layout Standard
27787
27788 \end_layout
27789
27790 \end_inset
27791 </cell>
27792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27793 \begin_inset Text
27794
27795 \begin_layout Standard
27796
27797 \family roman
27798 \series medium
27799 \shape up
27800 \emph off
27801 \bar no
27802 \noun off
27803 \color none
27804 .
27805 \end_layout
27806
27807 \end_inset
27808 </cell>
27809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27810 \begin_inset Text
27811
27812 \begin_layout Standard
27813
27814 \family roman
27815 \series medium
27816 \shape up
27817 \emph off
27818 \bar no
27819 \noun off
27820 \color none
27821 >
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Standard
27830
27831 \family roman
27832 \series medium
27833 \shape up
27834 \emph off
27835 \bar no
27836 \noun off
27837 \color none
27838 N
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27844 \begin_inset Text
27845
27846 \begin_layout Standard
27847
27848 \family roman
27849 \series medium
27850 \shape up
27851 \emph off
27852 \bar no
27853 \noun off
27854 \color none
27855 ^
27856 \end_layout
27857
27858 \end_inset
27859 </cell>
27860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27861 \begin_inset Text
27862
27863 \begin_layout Standard
27864
27865 \family roman
27866 \series medium
27867 \shape up
27868 \emph off
27869 \bar no
27870 \noun off
27871 \color none
27872 n
27873 \end_layout
27874
27875 \end_inset
27876 </cell>
27877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27878 \begin_inset Text
27879
27880 \begin_layout Standard
27881
27882 \family roman
27883 \series medium
27884 \shape up
27885 \emph off
27886 \bar no
27887 \noun off
27888 \color none
27889 ~
27890 \end_layout
27891
27892 \end_inset
27893 </cell>
27894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27895 \begin_inset Text
27896
27897 \begin_layout Standard
27898
27899 \end_layout
27900
27901 \end_inset
27902 </cell>
27903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27904 \begin_inset Text
27905
27906 \begin_layout Standard
27907
27908 \end_layout
27909
27910 \end_inset
27911 </cell>
27912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Standard
27916
27917 \family roman
27918 \series medium
27919 \shape up
27920 \emph off
27921 \bar no
27922 \noun off
27923 \color none
27924 ®
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27930 \begin_inset Text
27931
27932 \begin_layout Standard
27933
27934 \family roman
27935 \series medium
27936 \shape up
27937 \emph off
27938 \bar no
27939 \noun off
27940 \color none
27941 ¾
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27947 \begin_inset Text
27948
27949 \begin_layout Standard
27950
27951 \family roman
27952 \series medium
27953 \shape up
27954 \emph off
27955 \bar no
27956 \noun off
27957 \color none
27958 Î
27959 \end_layout
27960
27961 \end_inset
27962 </cell>
27963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27964 \begin_inset Text
27965
27966 \begin_layout Standard
27967
27968 \family roman
27969 \series medium
27970 \shape up
27971 \emph off
27972 \bar no
27973 \noun off
27974 \color none
27975 Þ
27976 \end_layout
27977
27978 \end_inset
27979 </cell>
27980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27981 \begin_inset Text
27982
27983 \begin_layout Standard
27984
27985 \family roman
27986 \series medium
27987 \shape up
27988 \emph off
27989 \bar no
27990 \noun off
27991 \color none
27992 î
27993 \end_layout
27994
27995 \end_inset
27996 </cell>
27997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27998 \begin_inset Text
27999
28000 \begin_layout Standard
28001
28002 \family roman
28003 \series medium
28004 \shape up
28005 \emph off
28006 \bar no
28007 \noun off
28008 \color none
28009 þ
28010 \end_layout
28011
28012 \end_inset
28013 </cell>
28014 </row>
28015 <row topline="true" bottomline="true">
28016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28017 \begin_inset Text
28018
28019 \begin_layout Standard
28020
28021 \family roman
28022 \series medium
28023 \shape up
28024 \size tiny
28025 \emph off
28026 \bar no
28027 \noun off
28028 \color none
28029 0F
28030 \end_layout
28031
28032 \end_inset
28033 </cell>
28034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28035 \begin_inset Text
28036
28037 \begin_layout Standard
28038
28039 \end_layout
28040
28041 \end_inset
28042 </cell>
28043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28044 \begin_inset Text
28045
28046 \begin_layout Standard
28047
28048 \end_layout
28049
28050 \end_inset
28051 </cell>
28052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28053 \begin_inset Text
28054
28055 \begin_layout Standard
28056
28057 \family roman
28058 \series medium
28059 \shape up
28060 \emph off
28061 \bar no
28062 \noun off
28063 \color none
28064 /
28065 \end_layout
28066
28067 \end_inset
28068 </cell>
28069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28070 \begin_inset Text
28071
28072 \begin_layout Standard
28073
28074 \family roman
28075 \series medium
28076 \shape up
28077 \emph off
28078 \bar no
28079 \noun off
28080 \color none
28081 ?
28082 \end_layout
28083
28084 \end_inset
28085 </cell>
28086 <cell alignment="center" valignment="top" topline="true" 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 O
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 o
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 \end_layout
28143
28144 \end_inset
28145 </cell>
28146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28147 \begin_inset Text
28148
28149 \begin_layout Standard
28150
28151 \end_layout
28152
28153 \end_inset
28154 </cell>
28155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28156 \begin_inset Text
28157
28158 \begin_layout Standard
28159
28160 \end_layout
28161
28162 \end_inset
28163 </cell>
28164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28165 \begin_inset Text
28166
28167 \begin_layout Standard
28168
28169 \family roman
28170 \series medium
28171 \shape up
28172 \emph off
28173 \bar no
28174 \noun off
28175 \color none
28176 ¯
28177 \end_layout
28178
28179 \end_inset
28180 </cell>
28181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28182 \begin_inset Text
28183
28184 \begin_layout Standard
28185
28186 \family roman
28187 \series medium
28188 \shape up
28189 \emph off
28190 \bar no
28191 \noun off
28192 \color none
28193 ¿
28194 \end_layout
28195
28196 \end_inset
28197 </cell>
28198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28199 \begin_inset Text
28200
28201 \begin_layout Standard
28202
28203 \family roman
28204 \series medium
28205 \shape up
28206 \emph off
28207 \bar no
28208 \noun off
28209 \color none
28210 Ï
28211 \end_layout
28212
28213 \end_inset
28214 </cell>
28215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28216 \begin_inset Text
28217
28218 \begin_layout Standard
28219
28220 \family roman
28221 \series medium
28222 \shape up
28223 \emph off
28224 \bar no
28225 \noun off
28226 \color none
28227 ß
28228 \end_layout
28229
28230 \end_inset
28231 </cell>
28232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28233 \begin_inset Text
28234
28235 \begin_layout Standard
28236
28237 \family roman
28238 \series medium
28239 \shape up
28240 \emph off
28241 \bar no
28242 \noun off
28243 \color none
28244 ï
28245 \end_layout
28246
28247 \end_inset
28248 </cell>
28249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28250 \begin_inset Text
28251
28252 \begin_layout Standard
28253
28254 \family roman
28255 \series medium
28256 \shape up
28257 \emph off
28258 \bar no
28259 \noun off
28260 \color none
28261 ÿ
28262 \end_layout
28263
28264 \end_inset
28265 </cell>
28266 </row>
28267 </lyxtabular>
28268
28269 \end_inset
28270
28271
28272 \end_layout
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \begin_layout Standard
28280 The following is a full list of all of the accented characters LyX can display
28281  directly.
28282  It includes not only the accented characters from the previous table, but
28283  also the characters from 
28284 \family typewriter
28285 ISO8859--2
28286 \family default
28287  through 
28288 \family typewriter
28289 4
28290 \family default
28291 .
28292  
28293 \end_layout
28294
28295 \begin_layout Itemize
28296 From 
28297 \family typewriter
28298 ISO8859--1
28299 \family default
28300 :
28301 \end_layout
28302
28303 \begin_deeper
28304 \begin_layout Standard
28305 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
28306 \hfill
28307 diaeresis
28308 \end_layout
28309
28310 \begin_layout Standard
28311 ^ Â Ê Î Ô Û â ê î ô û
28312 \hfill
28313 circumflex
28314 \end_layout
28315
28316 \begin_layout Standard
28317 ` À È Ì Ò Ù à è ì ò ù
28318 \hfill
28319 grave
28320 \end_layout
28321
28322 \begin_layout Standard
28323 ´ Á É Í Ó Ú Ý á é í ó ú ý
28324 \hfill
28325 acute
28326 \end_layout
28327
28328 \begin_layout Standard
28329 ~ Ã Ñ Õ ã ñ õ
28330 \hfill
28331 tilde
28332 \end_layout
28333
28334 \begin_layout Standard
28335 ¸Çç
28336 \hfill
28337 cedilla
28338 \end_layout
28339
28340 \begin_layout Standard
28341 ¯
28342 \hfill
28343 macron
28344 \begin_inset Foot
28345 status collapsed
28346
28347 \begin_layout Standard
28348 The dead macron in usually not needed, as you will use a non--dead key for
28349  this instead.
28350  For example, S-M-minus, or if 
28351 \family typewriter
28352 \shape up
28353 .Xmodmap
28354 \family default
28355 \shape default
28356  is correct, S-M-macron.
28357 \end_layout
28358
28359 \end_inset
28360
28361
28362 \end_layout
28363
28364 \end_deeper
28365 \begin_layout Itemize
28366 From 
28367 \family typewriter
28368 ISO8859--2
28369 \family default
28370  through 
28371 \family typewriter
28372 4
28373 \family default
28374 :
28375 \end_layout
28376
28377 \begin_deeper
28378 \begin_layout Standard
28379 ĤĴĥȷ̂ĈĜŜĉĝŝ
28380 \hfill
28381 circumflex
28382 \end_layout
28383
28384 \begin_layout Standard
28385 ŚŹśźŔĹĆŃŕĺćń
28386 \hfill
28387 acute
28388 \end_layout
28389
28390 \begin_layout Standard
28391 Ĩı̃Ũũ
28392 \hfill
28393 tilde
28394 \end_layout
28395
28396 \begin_layout Standard
28397 ŞşŢţŖĻĢŗļģŅĶņķ
28398 \hfill
28399 cedilla
28400 \begin_inset Foot
28401 status collapsed
28402
28403 \begin_layout Standard
28404 These characters might not look very nice on screen, but they will be just
28405  fine when run through LaTeX and printed.
28406 \end_layout
28407
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \begin_layout Standard
28414 ĒēĀĪŌŪāı̄ōū
28415 \hfill
28416 macron
28417 \end_layout
28418
28419 \begin_layout Standard
28420 ŐŰőű
28421 \hfill
28422 hungarian umlaut
28423 \end_layout
28424
28425 \end_deeper
28426 \begin_layout Standard
28427 All the characters above are actively supported by TeX fonts.
28428  In addition TeX allows diacritical marks on almost all characters .
28429  Also make sure you're using the 
28430 \family typewriter
28431 T1
28432 \family default
28433  font-encoding and have the package 
28434 \family typewriter
28435 umlaute.sty
28436 \family default
28437  with the definition file 
28438 \family typewriter
28439 iso.def
28440 \family default
28441  installed.
28442 \end_layout
28443
28444 \begin_layout Standard
28445 Introduction
28446 \end_layout
28447
28448 \begin_layout Standard
28449 This manual covers the customization features present in LyX.
28450  In it, we discuss issues like keyboard shortcuts, screen previewing options,
28451  printer options, sending commands to LyX via the LyX Server, internationalizati
28452 on, installing new LaTeX classes and LyX layouts, etc.
28453  We can't possibly hope to touch on everything you can change---our developers
28454  add new features faster than we can document them---but we will explain
28455  the most common customizations and hopefully point you in the right direction
28456  for some of the more obscure ones.
28457 \end_layout
28458
28459 \begin_layout Standard
28460
28461 \end_layout
28462
28463 \begin_layout Standard
28464
28465 \end_layout
28466
28467 \begin_layout Chapter
28468 \start_of_appendix
28469 The User Interface
28470 \begin_inset LatexCommand label
28471 name "cha:The-User-Interface"
28472
28473 \end_inset
28474
28475
28476 \end_layout
28477
28478 \begin_layout Standard
28479 This appendix lists all available menus and describes its functionality.
28480  It is designed as quick reference if you are searching for a special topic
28481  inside the user's guide.
28482 \end_layout
28483
28484 \begin_layout Section
28485 The File Menu
28486 \end_layout
28487
28488 \begin_layout Standard
28489 Under the 
28490 \family sans
28491 File
28492 \family default
28493  menu are the basic operations in addition to some more advanced operations.
28494  At the end of the menu the four last opened documents are listed.
28495 \end_layout
28496
28497 \begin_layout Subsection
28498 New from Template
28499 \end_layout
28500
28501 \begin_layout Standard
28502 This menu prompts you for a template to use.
28503  Selecting a template will automatically set certain layout features for
28504  the document, features you would otherwise need to change manually.
28505 \end_layout
28506
28507 \begin_layout Standard
28508 Note: There is no 
28509 \begin_inset Quotes eld
28510 \end_inset
28511
28512 default file
28513 \begin_inset Quotes erd
28514 \end_inset
28515
28516  or document named 
28517 \begin_inset Quotes eld
28518 \end_inset
28519
28520 Untitled
28521 \begin_inset Quotes erd
28522 \end_inset
28523
28524  or 
28525 \begin_inset Quotes eld
28526 \end_inset
28527
28528 scratch.
28529 \begin_inset Quotes erd
28530 \end_inset
28531
28532  Unless you tell LyX to open a file or create a new one.
28533 \end_layout
28534
28535 \begin_layout Subsection
28536 Revert
28537 \end_layout
28538
28539 \begin_layout Standard
28540 The 
28541 \family sans
28542 Revert
28543 \family default
28544  menu will reload the document from disk.
28545  You can also use it if you regret a change in the document and want to
28546  restore it to the last saved version.
28547 \end_layout
28548
28549 \begin_layout Subsection
28550 Version Control
28551 \end_layout
28552
28553 \begin_layout Standard
28554 This is used when more people are working on the same document.
28555  It is detailed described in the 
28556 \emph on
28557 Extended Features
28558 \emph default
28559  manual.
28560 \end_layout
28561
28562 \begin_layout Subsection
28563 Import
28564 \end_layout
28565
28566 \begin_layout Standard
28567 You can import text from an ASCII file using the menu 
28568 \family sans
28569 ASCII\InsetSpace ~
28570 text\InsetSpace ~
28571 as\InsetSpace ~
28572 lines
28573 \family default
28574 .
28575  That means that each line of the file is imported as its own LyX paragraph.
28576  This is useful if you're importing a text file with a simple list in it.
28577  However, if your text file contains paragraphs, LyX will mangle the paragraphs
28578  if you use this form of import.
28579 \end_layout
28580
28581 \begin_layout Standard
28582 The menu 
28583 \family sans
28584 ASCII\InsetSpace ~
28585 text\InsetSpace ~
28586 as\InsetSpace ~
28587 paragraphs
28588 \family default
28589  preserves paragraphs in text files.
28590  LyX won't mangle paragraphs - anything between two consecutive blank lines
28591  goes into its own LyX paragraph.
28592  The blank line mustn't contain spaces.
28593 \end_layout
28594
28595 \begin_layout Subsection
28596 Export
28597 \begin_inset LatexCommand label
28598 name "sub:Export"
28599
28600 \end_inset
28601
28602
28603 \end_layout
28604
28605 \begin_layout Standard
28606 You can export your document to various file formats.
28607  The resulting files are placed in the directory of your LyX-file.
28608  The menu entries are not the same on all installations.
28609  They depend on the programs found by LyX while its configuration.
28610 \end_layout
28611
28612 \begin_layout Standard
28613 It follows a list of all available entries, they are explained in detail
28614  in sec.
28615 \begin_inset Formula $\,$
28616 \end_inset
28617
28618
28619 \begin_inset LatexCommand ref
28620 reference "sub:Output-file-formats"
28621
28622 \end_inset
28623
28624 .
28625 \end_layout
28626
28627 \begin_layout Description
28628
28629 \family sans
28630 ASCII
28631 \family default
28632  text format
28633 \end_layout
28634
28635 \begin_layout Description
28636
28637 \family sans
28638 DVI
28639 \family default
28640  dvi-format
28641 \end_layout
28642
28643 \begin_layout Description
28644
28645 \family sans
28646 LaT
28647 \begin_inset ERT
28648 status collapsed
28649
28650 \begin_layout Standard
28651
28652 {}
28653 \end_layout
28654
28655 \end_inset
28656
28657 eX
28658 \family default
28659  text file of LaTeX source code
28660 \end_layout
28661
28662 \begin_layout Description
28663
28664 \family sans
28665 PDF
28666 \family default
28667  pdf-format using the program 
28668 \family typewriter
28669 ps2pdf
28670 \end_layout
28671
28672 \begin_layout Description
28673
28674 \family sans
28675 PDF\InsetSpace ~
28676 (dvipdfm)
28677 \family default
28678  pdf-format using the program 
28679 \family typewriter
28680 dvipdfm
28681 \end_layout
28682
28683 \begin_layout Description
28684
28685 \family sans
28686 PDF\InsetSpace ~
28687 (pdflatex)
28688 \family default
28689  pdf-format using the program 
28690 \family typewriter
28691 pdflatex
28692 \end_layout
28693
28694 \begin_layout Description
28695
28696 \family sans
28697 Postscript
28698 \family default
28699  PostScript format using the program 
28700 \family typewriter
28701 dvips
28702 \end_layout
28703
28704 \begin_layout Description
28705
28706 \family sans
28707 Custom
28708 \family default
28709  one of the formats above
28710 \end_layout
28711
28712 \begin_layout Standard
28713 The program 
28714 \family typewriter
28715 dvipdfm
28716 \family default
28717  produces internally a dvi-file which is then converted to a pdf-file.
28718  It is a bit out of date and therefore the output could look different from
28719  what you want.
28720  
28721 \family typewriter
28722 pdflatex
28723 \family default
28724  produces directly pdf-files and supports the latest pdf-file formats.
28725  Its use is recommended.
28726 \end_layout
28727
28728 \begin_layout Standard
28729 If one of the menu entries 
28730 \family sans
28731 DVI
28732 \family default
28733
28734 \family sans
28735 PDF\InsetSpace ~
28736 (pdflatex)
28737 \family default
28738  or 
28739 \family sans
28740 Postscript
28741 \family default
28742  is missing, you need to update your LaTeX installation.
28743  After updating you have to reconfigure LyX, see sec.
28744 \begin_inset Formula $\,$
28745 \end_inset
28746
28747
28748 \begin_inset LatexCommand ref
28749 reference "sec:Basic-LyX-Setup"
28750
28751 \end_inset
28752
28753 .
28754 \end_layout
28755
28756 \begin_layout Standard
28757 The menu 
28758 \family sans
28759 Custom
28760 \family default
28761  allows you to export your file by using special command line options for
28762  the export program.
28763 \end_layout
28764
28765 \begin_layout Subsection
28766 Print
28767 \end_layout
28768
28769 \begin_layout Standard
28770 With this menu you can print your document to a file in PostScript format
28771  or send it to a printer.
28772  The printer will also use the document in PostScript format.
28773  The conversion to PostScript is done in the background by LyX using the
28774  program 
28775 \family typewriter
28776 dvips
28777 \family default
28778 .
28779  For more informations have a look at sec.
28780 \begin_inset Formula $\,$
28781 \end_inset
28782
28783
28784 \begin_inset LatexCommand ref
28785 reference "sub:Printing-the-File"
28786
28787 \end_inset
28788
28789 .
28790 \end_layout
28791
28792 \begin_layout Section
28793 The Edit Menu
28794 \end_layout
28795
28796 \begin_layout Subsection
28797 Undo and Redo
28798 \end_layout
28799
28800 \begin_layout Standard
28801 LyX has a large-capacity undo/redo buffer.
28802  Select 
28803 \family sans
28804 Edit\SpecialChar \menuseparator
28805 Undo
28806 \family default
28807  to undo some mistake.
28808  If you accidently undo too much, use 
28809 \family sans
28810 Edit\SpecialChar \menuseparator
28811 Redo
28812 \family default
28813  to 
28814 \begin_inset Quotes eld
28815 \end_inset
28816
28817 undo the undo.
28818 \begin_inset Quotes erd
28819 \end_inset
28820
28821  The undo mechanism is currently limited to 100 steps to minimise memory
28822  overhead.
28823  
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Notice that if you revert back all changes to arrive to the document as
28828  it was last saved, the 
28829 \begin_inset Quotes eld
28830 \end_inset
28831
28832 changed
28833 \begin_inset Quotes erd
28834 \end_inset
28835
28836  status of the document is unfortunately not reset.
28837  This is a consequence of the 100 step undo limit, above.
28838 \end_layout
28839
28840 \begin_layout Standard
28841 The 
28842 \family sans
28843 Undo
28844 \family default
28845  and 
28846 \family sans
28847 Redo
28848 \family default
28849  work on almost everything in LyX.
28850  But they won't undo or redo text changes character by character, only by
28851  blocks of text.
28852 \end_layout
28853
28854 \begin_layout Subsection
28855 Cut, Copy and Paste
28856 \end_layout
28857
28858 \begin_layout Standard
28859 Whenever you delete a block of text that you've selected, it's automatically
28860  placed in the clipboard, so that the 
28861 \family sans
28862 Delete
28863 \family default
28864  and 
28865 \family sans
28866 Backspace
28867 \family default
28868  keys also function as the 
28869 \family sans
28870 Cut
28871 \family default
28872  command.
28873  If you've selected text and hit a key, LyX will replace the selected text
28874  by the character of the pressed key.
28875  You'll have to do an 
28876 \family sans
28877 Undo
28878 \family default
28879  to get back the lost text.
28880 \end_layout
28881
28882 \begin_layout Standard
28883 To select text hold down the left mouse button and drag the mouse.
28884  LyX marks the text between the old and new mouse positions.
28885  Use the menu 
28886 \family sans
28887 Edit\SpecialChar \menuseparator
28888 Copy
28889 \family default
28890  to create a copy of the text in the clipboard.
28891  To paste text, use the middle mouse button (eventual click on the mouse
28892  wheel).
28893 \end_layout
28894
28895 \begin_layout Standard
28896 You can also copy text between LyX and other programs by cut, copy and paste.
28897 \end_layout
28898
28899 \begin_layout Standard
28900 The menu 
28901 \family sans
28902 Paste\InsetSpace ~
28903 External\InsetSpace ~
28904 Selection
28905 \family default
28906  will insert the text in the clipboard 
28907 \family sans
28908 as
28909 \family default
28910  
28911 \family sans
28912 Lines
28913 \family default
28914 , that means the whole text is inserted as 
28915 \emph on
28916 one
28917 \emph default
28918  paragraph or 
28919 \family sans
28920 as
28921 \family default
28922  
28923 \family sans
28924 Paragraphs
28925 \family default
28926 , where the line breaks of the text will start a new paragraph.
28927 \end_layout
28928
28929 \begin_layout Subsection
28930 Find/Replace
28931 \end_layout
28932
28933 \begin_layout Standard
28934 The 
28935 \family sans
28936 Edit\SpecialChar \menuseparator
28937 Find\InsetSpace ~
28938 &\InsetSpace ~
28939 Replace
28940 \family default
28941  item opens the 
28942 \family sans
28943 Find\InsetSpace ~
28944 &\InsetSpace ~
28945 Replace
28946 \family default
28947  dialog.
28948  The text you want to find goes in the 
28949 \family sans
28950 Find
28951 \family default
28952  box.
28953  Once you've found a word or expression, LyX selects it.
28954  Hitting the 
28955 \family sans
28956 Replace
28957 \family default
28958  button replaces the selected text with the contents of the 
28959 \family sans
28960 Replace\InsetSpace ~
28961 with
28962 \family default
28963  box.
28964  You can click to search again to skip the current word.
28965  Hit 
28966 \family sans
28967 Replace All
28968 \family default
28969  to replace all occurrences of the text in the document automatically.
28970  The 
28971 \family sans
28972 Case\InsetSpace ~
28973 sensitive
28974 \family default
28975  toggle button can be used if you want the search to consider the case of
28976  the search word.
28977  If the toggle is set, searching for 
28978 \begin_inset Quotes eld
28979 \end_inset
28980
28981
28982 \family typewriter
28983 Match
28984 \family default
28985
28986 \begin_inset Quotes erd
28987 \end_inset
28988
28989  will not match the word 
28990 \begin_inset Quotes eld
28991 \end_inset
28992
28993
28994 \family typewriter
28995 match
28996 \family default
28997
28998 \begin_inset Quotes erd
28999 \end_inset
29000
29001 .
29002  The 
29003 \family sans
29004 Match\InsetSpace ~
29005 Word
29006 \family default
29007  toggle button can be used to force LyX to only find complete words.
29008  I.e.
29009  searching for 
29010 \begin_inset Quotes eld
29011 \end_inset
29012
29013
29014 \family typewriter
29015 match
29016 \family default
29017
29018 \begin_inset Quotes erd
29019 \end_inset
29020
29021  will not match 
29022 \begin_inset Quotes eld
29023 \end_inset
29024
29025
29026 \family typewriter
29027 matches
29028 \family default
29029
29030 \begin_inset Quotes erd
29031 \end_inset
29032
29033
29034 \begin_inset Quotes eld
29035 \end_inset
29036
29037
29038 \family typewriter
29039 matchbox
29040 \family default
29041
29042 \begin_inset Quotes erd
29043 \end_inset
29044
29045 , etc.
29046 \end_layout
29047
29048 \begin_layout Subsection
29049 Tabular and Math
29050 \end_layout
29051
29052 \begin_layout Standard
29053 These menus are only active when the cursor is inside a table or a formula.
29054  The properties of this table/formula can now be changed.
29055  The properties of tables are described in sec.
29056 \begin_inset Formula $\,$
29057 \end_inset
29058
29059
29060 \begin_inset LatexCommand ref
29061 reference "sec:tables"
29062
29063 \end_inset
29064
29065 , the properties of formulas in chap.
29066 \begin_inset Formula $\,$
29067 \end_inset
29068
29069
29070 \begin_inset LatexCommand ref
29071 reference "cha:Mathematical-Formulas"
29072
29073 \end_inset
29074
29075 .
29076 \end_layout
29077
29078 \begin_layout Subsection
29079 Spell Checking
29080 \begin_inset LatexCommand label
29081 name "sec:Spell Checking"
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \begin_layout Standard
29089 LyX itself has no built-in spell checker.
29090  Rather it uses one of the external programs 
29091 \family typewriter
29092 aspell
29093 \family default
29094
29095 \family typewriter
29096 ispell
29097 \family default
29098  or 
29099 \family typewriter
29100 hspell
29101 \family default
29102  as backend.
29103  This section assumes you have already installed and set up one of these
29104  programs.
29105  
29106 \family typewriter
29107 aspell
29108 \family default
29109  can be seen as successor of 
29110 \family typewriter
29111 ispell
29112 \family default
29113 , so that it is recommended to use aspell.
29114  
29115 \family sans
29116 hspell
29117 \family default
29118  is an Hebrew spell-checker.
29119  The used spell checker is set in the preferences, see 
29120 \begin_inset Note Note
29121 status collapsed
29122
29123 \begin_layout Standard
29124
29125 \end_layout
29126
29127 \end_inset
29128
29129 .
29130 \end_layout
29131
29132 \begin_layout Standard
29133 Spell checking will start just after the current cursor position.
29134  A dialog window will appear showing any incorrect (or unknown) word found,
29135  allowing you to edit and replace it in a second line.
29136  Whenever an unknown word is found, the word is highlighted and the view
29137  in your text buffer is updated to make the word visible.
29138  In the 
29139 \family sans
29140 spell checker
29141 \family default
29142  dialog, there is also a box showing suggestions for a correction, if any
29143  could be found.
29144  Clicking on one of the corrections will copy the near miss into the replace
29145  input field (double-click to invoke replace).
29146  Unknown but correctly typed words can be added to the personal dictionary.
29147 \end_layout
29148
29149 \begin_layout Standard
29150 By default, the dictionary file to use is determined by the language of
29151  the text you're checking, which is set in the 
29152 \family sans
29153 Layout
29154 \family default
29155 \SpecialChar \menuseparator
29156  
29157 \family sans
29158 Document
29159 \family default
29160  dialog.
29161  If you do not have a dictionary for the document language, the spell checker
29162  will not work.
29163  In this case, you can specify another dictionary file in the dialog by
29164  specifying a different 
29165 \begin_inset Quotes eld
29166 \end_inset
29167
29168 alternative language
29169 \begin_inset Quotes erd
29170 \end_inset
29171
29172 .
29173 \end_layout
29174
29175 \begin_layout Standard
29176 After a spell check you'll informed about the number of checked words.
29177  (This at the moment the only possibility for a word count of a document.)
29178 \end_layout
29179
29180 \begin_layout Subsubsection*
29181 Limitations
29182 \end_layout
29183
29184 \begin_layout Standard
29185 It is not possible to change the spelling of a particular word globally,
29186  rather than having to change the spelling separately for each occurrence
29187  of the word.
29188  But you can use the 
29189 \family sans
29190 Find\InsetSpace ~
29191 &\InsetSpace ~
29192 Replace
29193 \family default
29194  menu for that.
29195 \end_layout
29196
29197 \begin_layout Standard
29198 LyX cannot correctly spell check documents containing multiple languages.
29199  This does work with 
29200 \family typewriter
29201 pspell
29202 \family default
29203 , assuming you have marked the different languages appropriately.
29204 \end_layout
29205
29206 \begin_layout Subsubsection*
29207 Personal dictionary
29208 \end_layout
29209
29210 \begin_layout Standard
29211 If you want to use a different file from the spell checker's default choice
29212  as your personal dictionary, you can set this in the dialog.
29213  Specifying a filename which does not already exist will result in an error
29214  message on stderr which you can ignore (
29215 \family typewriter
29216 ispell
29217 \family default
29218  will create the file at the end of your spell checking).
29219 \end_layout
29220
29221 \begin_layout Subsubsection*
29222 Further Options 
29223 \end_layout
29224
29225 \begin_layout Standard
29226 The 
29227 \family sans
29228 Spellchecker
29229 \family default
29230  menu has some additional options which are self-explanatory:
29231 \end_layout
29232
29233 \begin_layout Itemize
29234
29235 \family sans
29236 \bar under
29237 A
29238 \bar default
29239 ccept compound words
29240 \family default
29241
29242 \newline
29243 Prevent the spell checker from complaining about compounded words like
29244 \newline
29245
29246 \begin_inset Quotes eld
29247 \end_inset
29248
29249 passthrough
29250 \begin_inset Quotes erd
29251 \end_inset
29252
29253 .
29254 \end_layout
29255
29256 \begin_layout Itemize
29257
29258 \family sans
29259 \bar under
29260 E
29261 \bar default
29262 scape characters
29263 \family default
29264
29265 \newline
29266 Allows you to add nonstandard characters to what the spell checker considers
29267  words, e.g.
29268  German umlauts.
29269  This should not normally be needed.
29270 \end_layout
29271
29272 \begin_layout Subsection
29273 Check T
29274 \begin_inset ERT
29275 status collapsed
29276
29277 \begin_layout Standard
29278
29279 {}
29280 \end_layout
29281
29282 \end_inset
29283
29284 eX
29285 \end_layout
29286
29287 \begin_layout Standard
29288 \begin_inset Note Note
29289 status collapsed
29290
29291 \begin_layout Standard
29292 no idea
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Subsection
29301 Preferences
29302 \end_layout
29303
29304 \begin_layout Standard
29305 The preferences dialog is described in detail in chapter
29306 \begin_inset Formula $\,$
29307 \end_inset
29308
29309
29310 \begin_inset LatexCommand ref
29311 reference "cha:The-Preferences-dialog"
29312
29313 \end_inset
29314
29315 .
29316 \end_layout
29317
29318 \begin_layout Subsection
29319 Reconfigure
29320 \end_layout
29321
29322 \begin_layout Standard
29323 This menu reconfigures LyX.
29324  That means LyX looks for LaTeX-packages and needed programs, see also sec.
29325 \begin_inset Formula $\,$
29326 \end_inset
29327
29328
29329 \begin_inset LatexCommand ref
29330 reference "sec:Basic-LyX-Setup"
29331
29332 \end_inset
29333
29334 .
29335 \end_layout
29336
29337 \begin_layout Section
29338 The Insert Menu
29339 \end_layout
29340
29341 \begin_layout Section
29342 The Layout Menu
29343 \end_layout
29344
29345 \begin_layout Subsection
29346 Character Settings
29347 \end_layout
29348
29349 \begin_layout Subsection
29350 Paragraph Settings
29351 \end_layout
29352
29353 \begin_layout Standard
29354 The settings in the paragraph dialog affects only the paragraph where the
29355  cursor is in.
29356  The dialog consists of the following three tabs:
29357 \end_layout
29358
29359 \begin_layout Subsubsection*
29360 General
29361 \end_layout
29362
29363 \begin_layout Standard
29364 Here you can set the paragraph alignment and line spacing.
29365  You can also prevent that the first line of the paragraph is indented.
29366  This option works only when you have chosen indent separation of paragraphs
29367  in the 
29368 \family sans
29369 Layout\SpecialChar \menuseparator
29370 Document
29371 \family default
29372  dialog under 
29373 \family sans
29374 Layout
29375 \family default
29376 .
29377 \end_layout
29378
29379 \begin_layout Subsubsection*
29380 Spacing
29381 \end_layout
29382
29383 \begin_layout Standard
29384 You can set different spaces above and below paragraphs.
29385  There are three predefined skips with a size relative to the font size.
29386  The space VFill is a so called rubber length, described in sec.
29387 \begin_inset Formula $\,$
29388 \end_inset
29389
29390
29391 \begin_inset LatexCommand ref
29392 reference "sec:vertspace"
29393
29394 \end_inset
29395
29396 .
29397 \end_layout
29398
29399 \begin_layout Subsubsection*
29400 Lines & Pagebreaks
29401 \end_layout
29402
29403 \begin_layout Standard
29404 Pagebreaks can also be forced in this dialog tab.
29405  They are described in sec.
29406 \begin_inset Formula $\,$
29407 \end_inset
29408
29409
29410 \begin_inset LatexCommand ref
29411 reference "sec:pagebreak"
29412
29413 \end_inset
29414
29415 .
29416  You can also put lines around a paragraph as explained in sec.
29417 \begin_inset Formula $\,$
29418 \end_inset
29419
29420
29421 \begin_inset LatexCommand ref
29422 reference "sub:Lines-around-Paragraphs"
29423
29424 \end_inset
29425
29426 .
29427 \end_layout
29428
29429 \begin_layout Subsection
29430 Document Settings
29431 \end_layout
29432
29433 \begin_layout Standard
29434 This menu dialog contains some submenus to set properties for the whole
29435  document.
29436  You can save your document settings as default with the 
29437 \family sans
29438 Save as Document Defaults
29439 \family default
29440  button in the dialog.
29441  This will create a template named 
29442 \family typewriter
29443 default.lyx
29444 \family default
29445  which is automatically loaded by LyX when you create a new document without
29446  using a template.
29447 \end_layout
29448
29449 \begin_layout Subsubsection*
29450 Layout
29451 \end_layout
29452
29453 \begin_layout Standard
29454 Here are set the document class, class options, fonts and other layout issues.
29455  Document classes are described in sec.
29456 \begin_inset Formula $\,$
29457 \end_inset
29458
29459
29460 \begin_inset LatexCommand ref
29461 reference "sec:doc-classes"
29462
29463 \end_inset
29464
29465 , font in sec.
29466 \begin_inset Formula $\,$
29467 \end_inset
29468
29469
29470 \begin_inset LatexCommand ref
29471 reference "sec:Fonts-and-Text"
29472
29473 \end_inset
29474
29475 .
29476  The float placement options are described in sec.
29477 \begin_inset Formula $\,$
29478 \end_inset
29479
29480
29481 \begin_inset LatexCommand ref
29482 reference "sub:Float-Placement"
29483
29484 \end_inset
29485
29486 .
29487 \end_layout
29488
29489 \begin_layout Standard
29490 You can further adjust the paragraph separation: 
29491 \family sans
29492 Indent
29493 \family default
29494  means that the first line of each paragraph is indented.
29495  
29496 \family sans
29497 Skip
29498 \family default
29499  separates paragraphs by a customizable skip.
29500 \end_layout
29501
29502 \begin_layout Subsubsection*
29503 Paper
29504 \end_layout
29505
29506 \begin_layout Standard
29507 A detailed description of this menu is given in sec.
29508 \begin_inset Formula $\,$
29509 \end_inset
29510
29511
29512 \begin_inset LatexCommand ref
29513 reference "sub:Paper-Size,-Orientation,"
29514
29515 \end_inset
29516
29517 .
29518 \end_layout
29519
29520 \begin_layout Subsubsection*
29521 Margins
29522 \end_layout
29523
29524 \begin_layout Standard
29525 Here you can adjust the paper margins, see sec.
29526 \begin_inset Formula $\,$
29527 \end_inset
29528
29529
29530 \begin_inset LatexCommand ref
29531 reference "sub:Margins"
29532
29533 \end_inset
29534
29535 .
29536 \end_layout
29537
29538 \begin_layout Subsubsection*
29539 Language
29540 \end_layout
29541
29542 \begin_layout Standard
29543 The document language and quote styles are set here.
29544  The encoding is necessary to be able to enter characters in the document
29545  language.
29546  E.g.
29547  you possibly want to enter the æ-ligature directly with the keyboard and
29548  not by using LaTeX-commands.
29549 \end_layout
29550
29551 \begin_layout Standard
29552 The font encoding 
29553 \begin_inset Quotes eld
29554 \end_inset
29555
29556 auto
29557 \begin_inset Quotes erd
29558 \end_inset
29559
29560  should work on most systems.
29561  LyX will then take the right one automatically.
29562  If it don't work, e.g.
29563  you want cyrillic letters, but see latin ones, you have to adjust the encoding
29564  manually.
29565  It follows a list with the available encodings:
29566 \end_layout
29567
29568 \begin_layout Description
29569 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
29570  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
29571  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
29572  replaced by latin9
29573 \end_layout
29574
29575 \begin_layout Description
29576 latin2 the ISO-8859-2 encoding, covers the languages Croat, Czech, German,
29577  Hungarian, Polish, Romanian, Slovak, and Slovenian
29578 \end_layout
29579
29580 \begin_layout Description
29581 latin3 the ISO-8859-3 encoding, covers the languages Esperanto, Galician,
29582  Maltese, and Turkish
29583 \end_layout
29584
29585 \begin_layout Description
29586 latin4 the ISO-8859-4 encoding, covers the languages Estonian, Latvian,
29587  and Lithuanian
29588 \end_layout
29589
29590 \begin_layout Description
29591 latin5 the ISO-8859-9 encoding, like the ISO-8859-1 encoding but the Icelandic
29592  letters are replaced by Turkish letters
29593 \end_layout
29594
29595 \begin_layout Description
29596 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
29597  the euro currency sign, the 
29598 \begin_inset ERT
29599 status collapsed
29600
29601 \begin_layout Standard
29602
29603
29604 \backslash
29605 oe
29606 \end_layout
29607
29608 \end_inset
29609
29610 -ligature and some characters used for French and Finnish; latin9 should
29611  be the replacement or latin1
29612 \end_layout
29613
29614 \begin_layout Description
29615 koi8-r standard Cyrillic especially for Russian
29616 \end_layout
29617
29618 \begin_layout Description
29619 koi8-u Cyrillic for Ukrainian
29620 \end_layout
29621
29622 \begin_layout Description
29623 cp866 MS-DOS code page for Russian
29624 \end_layout
29625
29626 \begin_layout Description
29627 cp1251 MS Windows code page for Cyrillic
29628 \end_layout
29629
29630 \begin_layout Description
29631 iso88595 the ISO-8859-5 encoding, covers the languages Belorussian, Bulgarian,
29632  Macedonian, Serbian, and Ukrainian
29633 \end_layout
29634
29635 \begin_layout Description
29636 pt154 Cyrillic for Kazakh
29637 \end_layout
29638
29639 \begin_layout Description
29640 utf8 code page for unicode utf8
29641 \end_layout
29642
29643 \begin_layout Subsubsection*
29644 Bullets
29645 \end_layout
29646
29647 \begin_layout Standard
29648 Here you can adjust the characters for the itemize levels.
29649  The itemize environment is described in sec.
29650 \begin_inset Formula $\,$
29651 \end_inset
29652
29653
29654 \begin_inset LatexCommand ref
29655 reference "sec:itemize"
29656
29657 \end_inset
29658
29659 .
29660 \end_layout
29661
29662 \begin_layout Subsubsection*
29663 Numbering
29664 \end_layout
29665
29666 \begin_layout Standard
29667 You can adjust here the numbering depth of sections headings as described
29668  in sec.
29669 \begin_inset Formula $\,$
29670 \end_inset
29671
29672
29673 \begin_inset LatexCommand ref
29674 reference "sub:numbering-depth"
29675
29676 \end_inset
29677
29678 .
29679 \end_layout
29680
29681 \begin_layout Subsubsection*
29682 Bibliography
29683 \end_layout
29684
29685 \begin_layout Standard
29686 This menu needs the LaTeX-package 
29687 \family sans
29688 natbib
29689 \family default
29690  installed.
29691  If you use NatBib, you can choose between two citation styles.
29692  For a further description see sec.
29693 \begin_inset Formula $\,$
29694 \end_inset
29695
29696
29697 \begin_inset LatexCommand ref
29698 reference "sec:Bibliography"
29699
29700 \end_inset
29701
29702 .
29703 \end_layout
29704
29705 \begin_layout Subsubsection*
29706 Packages
29707 \end_layout
29708
29709 \begin_layout Standard
29710 There is only one package to choose.
29711  
29712 \family sans
29713 AMS math
29714 \family default
29715  will invoke the LaTeX-package amsmath, that is necessary for many math/formula
29716  constructs.
29717 \end_layout
29718
29719 \begin_layout Subsubsection*
29720 Preamble
29721 \end_layout
29722
29723 \begin_layout Standard
29724 In this text field are entered commands to load special LaTeX-packages or
29725  to define LaTeX-commands.
29726  The preamble is a thing for LaTeX-experts.
29727  You shouldn't enter commands here until you don't exactly know what you
29728  do.
29729 \end_layout
29730
29731 \begin_layout Standard
29732 An introduction in the LaTeX-syntax is given in the 
29733 \emph on
29734 Extended\InsetSpace ~
29735 Features
29736 \emph default
29737  manual.
29738 \end_layout
29739
29740 \begin_layout Subsection
29741 Environment Depth
29742 \end_layout
29743
29744 \begin_layout Standard
29745 These menus in/decrease the environment nesting level as explained in sec.
29746 \begin_inset Formula $\,$
29747 \end_inset
29748
29749
29750 \begin_inset LatexCommand ref
29751 reference "sec:nest"
29752
29753 \end_inset
29754
29755  and 
29756 \begin_inset LatexCommand ref
29757 reference "sub:numbering-depth"
29758
29759 \end_inset
29760
29761  et sqq.
29762 \end_layout
29763
29764 \begin_layout Subsection
29765 Appendix
29766 \end_layout
29767
29768 \begin_layout Standard
29769 Using this menu will start the appendix of the document at the current cursor
29770  position.
29771  The appendix is visually emphasized in LyX as box with a red border.
29772 \end_layout
29773
29774 \begin_layout Standard
29775 The appendix is the last part of a document.
29776  Within it, you can use all paragraph types but sections will be numbered
29777  with latin letters to show the difference.
29778 \end_layout
29779
29780 \begin_layout Section
29781 The View Menu
29782 \end_layout
29783
29784 \begin_layout Standard
29785 To preview the document with an external program, use this menu.
29786  It offers the preview in 
29787 \emph on
29788 dvi
29789 \emph default
29790  and 
29791 \emph on
29792 pdf
29793 \emph default
29794  format.
29795  The menu entries for previewing are not the same on all installations -
29796  it depends on the LaTeX programs that are found while LyX was configured.
29797 \end_layout
29798
29799 \begin_layout Standard
29800 It follows a list of all available entries:
29801 \end_layout
29802
29803 \begin_layout Description
29804
29805 \family sans
29806 DVI
29807 \family default
29808  dvi-format
29809 \end_layout
29810
29811 \begin_layout Description
29812
29813 \family sans
29814 PDF\InsetSpace ~
29815 (dvipdfm)
29816 \family default
29817  pdf-format using the program 
29818 \family typewriter
29819 dvipdfm
29820 \end_layout
29821
29822 \begin_layout Description
29823
29824 \family sans
29825 PDF\InsetSpace ~
29826 (pdflatex)
29827 \family default
29828  pdf-format using the program 
29829 \family typewriter
29830 pdflatex
29831 \end_layout
29832
29833 \begin_layout Standard
29834 The differences of the formats are explained in sec.
29835 \begin_inset Formula $\,$
29836 \end_inset
29837
29838
29839 \begin_inset LatexCommand ref
29840 reference "sub:Export"
29841
29842 \end_inset
29843
29844 .
29845 \end_layout
29846
29847 \begin_layout Standard
29848 You should at least see the menu entries 
29849 \family sans
29850 DVI
29851 \family default
29852  and 
29853 \family sans
29854 PDF\InsetSpace ~
29855 (pdflatex)
29856 \family default
29857 .
29858  If on of the two is missing you need to update your LaTeX installation.
29859  After updating you have to reconfigure LyX, see sec.
29860 \begin_inset Formula $\,$
29861 \end_inset
29862
29863
29864 \begin_inset LatexCommand ref
29865 reference "sec:Basic-LyX-Setup"
29866
29867 \end_inset
29868
29869 .
29870 \end_layout
29871
29872 \begin_layout Standard
29873 Invoking a menu will start a viewer program.
29874  The viewer can be set in the preferences, see sec.
29875 \begin_inset Formula $\,$
29876 \end_inset
29877
29878
29879 \begin_inset LatexCommand ref
29880 reference "sec:Preferences"
29881
29882 \end_inset
29883
29884 .
29885  The default viewers are set by LyX while it's configuration.
29886 \end_layout
29887
29888 \begin_layout Subsection
29889 Update
29890 \end_layout
29891
29892 \begin_layout Standard
29893 This menu allows you to update the preview with your latest changes without
29894  opening a new preview file.
29895 \end_layout
29896
29897 \begin_layout Subsection
29898 LaT
29899 \begin_inset ERT
29900 status collapsed
29901
29902 \begin_layout Standard
29903
29904 {}
29905 \end_layout
29906
29907 \end_inset
29908
29909 eX Logfile
29910 \end_layout
29911
29912 \begin_layout Standard
29913 After opening a preview file or after exporting the document, this menu
29914  will be enabled.
29915  It shows the logfile of the used LaTeX-program.
29916 \end_layout
29917
29918 \begin_layout Standard
29919 Here you can see how LaTeX works in the background.
29920  
29921 \emph on
29922 Experts
29923 \emph default
29924  will find in it reasons for LaTeX-errors.
29925 \end_layout
29926
29927 \begin_layout Subsection
29928 Table of Contents
29929 \end_layout
29930
29931 \begin_layout Standard
29932 This menu opens the same window that appears when clicking on the grey table
29933  of contents box.
29934  Within this window you can navigate through the document similar to the
29935  navigate menu.
29936  You can open/close section levels by using the slide control at the bottom
29937  of the dialog.
29938 \end_layout
29939
29940 \begin_layout Subsection
29941 T
29942 \begin_inset ERT
29943 status collapsed
29944
29945 \begin_layout Standard
29946
29947 {}
29948 \end_layout
29949
29950 \end_inset
29951
29952 eX Information
29953 \end_layout
29954
29955 \begin_layout Standard
29956 Shows you a list of the classes and styles installed in your LaTeX-system.
29957 \end_layout
29958
29959 \begin_layout Section
29960 The Navigate Menu
29961 \end_layout
29962
29963 \begin_layout Standard
29964 This menu lists the existing list of figures, list of tables and the table
29965  of contents (TOC) of the current file.
29966  This allows you to navigate easily through you document.
29967 \end_layout
29968
29969 \begin_layout Standard
29970 The Navigate menu also offers to jump to the next error-, note- or label-box
29971  following the current cursor position.
29972 \end_layout
29973
29974 \begin_layout Subsection
29975 Bookmarks
29976 \end_layout
29977
29978 \begin_layout Standard
29979 With this menu you are able to define your own bookmarks.
29980  This is useful when you're working on a large documents and often have
29981  to jump e.g.
29982  between sec.
29983 \begin_inset Formula $\,$
29984 \end_inset
29985
29986 2.6 and 6.3.
29987  To create bookmarks for this example, go to sec.
29988 \begin_inset Formula $\,$
29989 \end_inset
29990
29991 2.6 and use the menu 
29992 \family sans
29993 Save\InsetSpace ~
29994 Bookmark\InsetSpace ~
29995 1
29996 \family default
29997 .
29998  Then go to sec.
29999 \begin_inset Formula $\,$
30000 \end_inset
30001
30002 6.3 and use 
30003 \family sans
30004 Save\InsetSpace ~
30005 Bookmark\InsetSpace ~
30006
30007 \family default
30008 2.
30009  Now you can easily jump between these sections by using the menu or by
30010  the key bindings 
30011 \family sans
30012 C-1
30013 \family default
30014  and 
30015 \family sans
30016 C-2
30017 \family default
30018 .
30019 \end_layout
30020
30021 \begin_layout Standard
30022 You can also use bookmarks to jump between several opened documents.
30023  The saved bookmarks are valid till the document is closed.
30024 \end_layout
30025
30026 \begin_layout Standard
30027 If you wish to have more than three available bookmarks, look at sec.
30028 \begin_inset Formula $\,$
30029 \end_inset
30030
30031
30032 \begin_inset LatexCommand ref
30033 reference "sec:ui"
30034
30035 \end_inset
30036
30037  for a detailed description.
30038 \end_layout
30039
30040 \begin_layout Section
30041 The Documents Menu
30042 \end_layout
30043
30044 \begin_layout Standard
30045 Here are listed all opened LyX files for an easy switching between them.
30046 \end_layout
30047
30048 \begin_layout Section
30049 The Help Menu
30050 \end_layout
30051
30052 \begin_layout Standard
30053 This menu opens the documentation files of LyX in the language of LyX's
30054  menus.
30055 \end_layout
30056
30057 \begin_layout Standard
30058 The menu 
30059 \family sans
30060 LaTeX\InsetSpace ~
30061 Configuration
30062 \family default
30063  creates a LyX-file with informations about the LaTeX-packages and classes
30064  found by LyX (see also sec.
30065 \begin_inset Formula $\,$
30066 \end_inset
30067
30068
30069 \begin_inset LatexCommand ref
30070 reference "sec:LaTeX-Setup"
30071
30072 \end_inset
30073
30074 ).
30075 \end_layout
30076
30077 \begin_layout Section
30078 The Toolbar
30079 \end_layout
30080
30081 \begin_layout Standard
30082 \begin_inset Graphics
30083         filename clipart/StandardToolbar.png
30084         width 100col%
30085
30086 \end_inset
30087
30088
30089 \end_layout
30090
30091 \begin_layout Standard
30092 The standard toolbar as shown above contains from left to right the following
30093  buttons:
30094 \end_layout
30095
30096 \begin_layout Itemize
30097
30098 \family sans
30099 \begin_inset Graphics
30100         filename clipart/ToolbarEnvBox.png
30101         BoundingBox 0bp 5bp 20bp 20bp
30102
30103 \end_inset
30104
30105
30106 \family default
30107  pull-down menu for the paragraph environments
30108 \end_layout
30109
30110 \begin_layout Itemize
30111
30112 \family sans
30113 \begin_inset Graphics
30114         filename ../images/buffer-new.xpm
30115         BoundingBox 0bp 5bp 20bp 20bp
30116
30117 \end_inset
30118
30119
30120 \family default
30121  
30122 \family sans
30123 File\SpecialChar \menuseparator
30124 New
30125 \end_layout
30126
30127 \begin_layout Itemize
30128
30129 \family sans
30130 \begin_inset Graphics
30131         filename ../images/file-open.xpm
30132         BoundingBox 0bp 5bp 20bp 20bp
30133
30134 \end_inset
30135
30136
30137 \family default
30138  
30139 \family sans
30140 File\SpecialChar \menuseparator
30141 Open
30142 \end_layout
30143
30144 \begin_layout Itemize
30145 \begin_inset Graphics
30146         filename ../images/buffer-write.xpm
30147         BoundingBox 0bp 5bp 20bp 20bp
30148
30149 \end_inset
30150
30151  
30152 \family sans
30153 File\SpecialChar \menuseparator
30154 Save 
30155 \end_layout
30156
30157 \begin_layout Itemize
30158 \begin_inset Graphics
30159         filename ../images/dialog-show_print.xpm
30160         BoundingBox 0bp 5bp 24bp 20bp
30161
30162 \end_inset
30163
30164  
30165 \family sans
30166 File\SpecialChar \menuseparator
30167 Print
30168 \end_layout
30169
30170 \begin_layout Itemize
30171
30172 \family sans
30173 \begin_inset Graphics
30174         filename ../images/dialog-show_spellchecker.xpm
30175         BoundingBox 0bp 5bp 20bp 20bp
30176
30177 \end_inset
30178
30179 Tools\SpecialChar \menuseparator
30180 Spellchecker
30181 \end_layout
30182
30183 \begin_layout Itemize
30184
30185 \family sans
30186 \begin_inset Graphics
30187         filename ../images/undo.xpm
30188         BoundingBox 0bp 5bp 20bp 20bp
30189
30190 \end_inset
30191
30192
30193 \family default
30194  
30195 \family sans
30196 Edit\SpecialChar \menuseparator
30197 Undo
30198 \end_layout
30199
30200 \begin_layout Itemize
30201
30202 \family sans
30203 \begin_inset Graphics
30204         filename ../images/redo.xpm
30205         BoundingBox 0bp 5bp 20bp 20bp
30206
30207 \end_inset
30208
30209
30210 \family default
30211  
30212 \family sans
30213 Edit\SpecialChar \menuseparator
30214 Redo
30215 \end_layout
30216
30217 \begin_layout Itemize
30218 \begin_inset Graphics
30219         filename ../images/cut.xpm
30220         BoundingBox 0bp 5bp 20bp 20bp
30221
30222 \end_inset
30223
30224  
30225 \family sans
30226 Edit\SpecialChar \menuseparator
30227 Cut
30228 \end_layout
30229
30230 \begin_layout Itemize
30231 \begin_inset Graphics
30232         filename ../images/copy.xpm
30233         BoundingBox 0bp 5bp 20bp 20bp
30234
30235 \end_inset
30236
30237  
30238 \family sans
30239 Edit\SpecialChar \menuseparator
30240 Copy
30241 \end_layout
30242
30243 \begin_layout Itemize
30244 \begin_inset Graphics
30245         filename ../images/paste.xpm
30246         BoundingBox 0bp 5bp 20bp 20bp
30247
30248 \end_inset
30249
30250  
30251 \family sans
30252 Edit\SpecialChar \menuseparator
30253 Paste
30254 \end_layout
30255
30256 \begin_layout Itemize
30257 \begin_inset Graphics
30258         filename ../images/dialog-show_findreplace.xpm
30259         width 0.9cm
30260         height 0.9cm
30261         BoundingBox 0bp 5bp 20bp 25bp
30262         rotateOrigin center
30263
30264 \end_inset
30265
30266  
30267 \family sans
30268 Edit\SpecialChar \menuseparator
30269 Find\InsetSpace \thinspace{}
30270 &\InsetSpace \thinspace{}
30271 Replace
30272 \end_layout
30273
30274 \begin_layout Itemize
30275 \begin_inset Graphics
30276         filename ../images/font-emph.xpm
30277         BoundingBox 0bp 5bp 20bp 20bp
30278
30279 \end_inset
30280
30281 Emphasize text, function of the Edit
30282 \family sans
30283 \SpecialChar \menuseparator
30284 Text\InsetSpace ~
30285 Style
30286 \family default
30287  dialog
30288 \end_layout
30289
30290 \begin_layout Itemize
30291 \begin_inset Graphics
30292         filename ../images/font-noun.xpm
30293         BoundingBox 0bp 5bp 20bp 20bp
30294
30295 \end_inset
30296
30297  Set text to noun style, function of the Edit
30298 \family sans
30299 \SpecialChar \menuseparator
30300 Text\InsetSpace ~
30301 Style
30302 \family default
30303  dialog
30304 \end_layout
30305
30306 \begin_layout Itemize
30307 \begin_inset Graphics
30308         filename ../images/font-free-apply.xpm
30309         BoundingBox 0bp 5bp 20bp 20bp
30310
30311 \end_inset
30312
30313  Formats text using the current settings in the 
30314 \family sans
30315 Edit\SpecialChar \menuseparator
30316 Text\InsetSpace ~
30317 Style
30318 \family default
30319  dialog
30320 \end_layout
30321
30322 \begin_layout Itemize
30323 \begin_inset Graphics
30324         filename ../images/math-mode.xpm
30325         BoundingBox 0bp 5bp 20bp 20bp
30326
30327 \end_inset
30328
30329  
30330 \family sans
30331 Insert\SpecialChar \menuseparator
30332 Math\SpecialChar \menuseparator
30333 Inline\InsetSpace ~
30334 Formula
30335 \end_layout
30336
30337 \begin_layout Itemize
30338 \begin_inset Graphics
30339         filename ../images/dialog-show-new-inset_graphics.xpm
30340         BoundingBox 0bp 5bp 20bp 25bp
30341         rotateOrigin center
30342
30343 \end_inset
30344
30345  
30346 \family sans
30347 Insert\SpecialChar \menuseparator
30348 Graphics
30349 \end_layout
30350
30351 \begin_layout Itemize
30352 \begin_inset Graphics
30353         filename ../images/tabular-insert.xpm
30354         width 0.9cm
30355         height 0.9cm
30356         BoundingBox 0bp 5bp 20bp 25bp
30357         rotateOrigin center
30358
30359 \end_inset
30360
30361  
30362 \family sans
30363 Insert\SpecialChar \menuseparator
30364 Table
30365 \end_layout
30366
30367 \begin_layout Itemize
30368 \begin_inset Graphics
30369         filename ../images/dialog-toggle_toc.xpm
30370         width 0.9cm
30371         height 0.9cm
30372         BoundingBox 0bp 5bp 20bp 25bp
30373         rotateOrigin center
30374
30375 \end_inset
30376
30377  Toggle outline window on/off 
30378 \family sans
30379 Document\SpecialChar \menuseparator
30380 Outline
30381 \end_layout
30382
30383 \begin_layout Itemize
30384 \begin_inset Graphics
30385         filename ../images/toolbar-toggle_math.xpm
30386         width 0.9cm
30387         height 0.9cm
30388         BoundingBox 0bp 5bp 20bp 25bp
30389         rotateOrigin center
30390
30391 \end_inset
30392
30393  Toggle math toolbar on/off
30394 \end_layout
30395
30396 \begin_layout Itemize
30397 \begin_inset Graphics
30398         filename ../images/toolbar-toggle_table.xpm
30399         width 0.9cm
30400         height 0.9cm
30401         BoundingBox 0bp 5bp 20bp 25bp
30402         rotateOrigin center
30403
30404 \end_inset
30405
30406  Toggle table toolbar on/off
30407 \end_layout
30408
30409 \begin_layout Standard
30410 \begin_inset Graphics
30411         filename clipart/ExtraToolbar.png
30412         width 100col%
30413
30414 \end_inset
30415
30416
30417 \end_layout
30418
30419 \begin_layout Standard
30420 The extra toolbar as shown above contains from left to right the following
30421  buttons:
30422 \end_layout
30423
30424 \begin_layout Itemize
30425 \begin_inset Graphics
30426         filename ../images/layout_Enumerate.xpm
30427         width 0.9cm
30428         height 0.9cm
30429         BoundingBox 0bp 5bp 20bp 25bp
30430         rotateOrigin center
30431
30432 \end_inset
30433
30434  Numbered list
30435 \end_layout
30436
30437 \begin_layout Itemize
30438 \begin_inset Graphics
30439         filename ../images/layout_Itemize.xpm
30440         width 0.9cm
30441         height 0.9cm
30442         BoundingBox 0bp 5bp 20bp 25bp
30443         rotateOrigin center
30444
30445 \end_inset
30446
30447  Itemized list
30448 \end_layout
30449
30450 \begin_layout Itemize
30451 \begin_inset Graphics
30452         filename ../images/layout_List.xpm
30453         width 0.9cm
30454         height 0.9cm
30455         BoundingBox 0bp 5bp 20bp 25bp
30456         rotateOrigin center
30457
30458 \end_inset
30459
30460  List
30461 \end_layout
30462
30463 \begin_layout Itemize
30464 \begin_inset Graphics
30465         filename ../images/layout_Description.xpm
30466         width 0.9cm
30467         height 0.9cm
30468         BoundingBox 0bp 5bp 20bp 25bp
30469         rotateOrigin center
30470
30471 \end_inset
30472
30473  Description list
30474 \end_layout
30475
30476 \begin_layout Itemize
30477 \begin_inset Graphics
30478         filename ../images/depth-increment.xpm
30479         width 0.9cm
30480         height 0.9cm
30481         BoundingBox 0bp 5bp 20bp 25bp
30482         rotateOrigin center
30483
30484 \end_inset
30485
30486  
30487 \family sans
30488 Edit\SpecialChar \menuseparator
30489 Increase\InsetSpace ~
30490 List\InsetSpace ~
30491 Depth
30492 \end_layout
30493
30494 \begin_layout Itemize
30495 \begin_inset Graphics
30496         filename ../images/depth-decrement.xpm
30497         width 0.9cm
30498         height 0.9cm
30499         BoundingBox 0bp 5bp 20bp 25bp
30500         rotateOrigin center
30501
30502 \end_inset
30503
30504  
30505 \family sans
30506 Edit\SpecialChar \menuseparator
30507 Decrease\InsetSpace ~
30508 List\InsetSpace ~
30509 Depth
30510 \end_layout
30511
30512 \begin_layout Itemize
30513 \begin_inset Graphics
30514         filename ../images/float-insert_figure.xpm
30515         BoundingBox 0bp 5bp 20bp 20bp
30516
30517 \end_inset
30518
30519  
30520 \family sans
30521 Insert\SpecialChar \menuseparator
30522 Float\SpecialChar \menuseparator
30523 Figure
30524 \end_layout
30525
30526 \begin_layout Itemize
30527 \begin_inset Graphics
30528         filename ../images/float-insert_table.xpm
30529         BoundingBox 0bp 5bp 20bp 20bp
30530
30531 \end_inset
30532
30533  
30534 \family sans
30535 Insert\SpecialChar \menuseparator
30536 Float\SpecialChar \menuseparator
30537 Table
30538 \end_layout
30539
30540 \begin_layout Itemize
30541 \begin_inset Graphics
30542         filename ../images/label-insert.xpm
30543         BoundingBox 0bp 5bp 20bp 20bp
30544
30545 \end_inset
30546
30547  
30548 \family sans
30549 Insert\SpecialChar \menuseparator
30550 Label
30551 \end_layout
30552
30553 \begin_layout Itemize
30554 \begin_inset Graphics
30555         filename ../images/dialog-show-new-inset_ref.xpm
30556         BoundingBox 0bp 5bp 20bp 20bp
30557
30558 \end_inset
30559
30560  
30561 \family sans
30562 Insert\SpecialChar \menuseparator
30563 Cross-Reference
30564 \end_layout
30565
30566 \begin_layout Itemize
30567 \begin_inset Graphics
30568         filename ../images/dialog-show-new-inset_citation.xpm
30569         BoundingBox 0bp 5bp 20bp 20bp
30570
30571 \end_inset
30572
30573  
30574 \family sans
30575 Insert\SpecialChar \menuseparator
30576 Citation
30577 \end_layout
30578
30579 \begin_layout Itemize
30580 \begin_inset Graphics
30581         filename ../images/index-insert.xpm
30582         BoundingBox 0bp 5bp 20bp 20bp
30583
30584 \end_inset
30585
30586  
30587 \family sans
30588 Insert\SpecialChar \menuseparator
30589 Index\InsetSpace ~
30590 Entry
30591 \end_layout
30592
30593 \begin_layout Itemize
30594 \begin_inset Graphics
30595         filename ../images/footnote-insert.xpm
30596         BoundingBox 0bp 5bp 20bp 20bp
30597
30598 \end_inset
30599
30600  
30601 \family sans
30602 Insert\SpecialChar \menuseparator
30603 Footnote
30604 \end_layout
30605
30606 \begin_layout Itemize
30607 \begin_inset Graphics
30608         filename ../images/marginalnote-insert.xpm
30609         width 0.9cm
30610         height 0.9cm
30611         BoundingBox 0bp 5bp 20bp 25bp
30612         rotateOrigin center
30613
30614 \end_inset
30615
30616  
30617 \family sans
30618 Insert\SpecialChar \menuseparator
30619 Marginal\InsetSpace ~
30620 Note
30621 \end_layout
30622
30623 \begin_layout Itemize
30624 \begin_inset Graphics
30625         filename ../images/note-insert.xpm
30626         BoundingBox 0bp 5bp 20bp 20bp
30627
30628 \end_inset
30629
30630  
30631 \family sans
30632 Insert\SpecialChar \menuseparator
30633 Note\SpecialChar \menuseparator
30634 LyX\InsetSpace ~
30635 Note
30636 \end_layout
30637
30638 \begin_layout Itemize
30639 \begin_inset Graphics
30640         filename ../images/url-insert.xpm
30641         BoundingBox 0bp 5bp 20bp 20bp
30642
30643 \end_inset
30644
30645  
30646 \family sans
30647 Insert\SpecialChar \menuseparator
30648 Url
30649 \end_layout
30650
30651 \begin_layout Itemize
30652 \begin_inset Graphics
30653         filename ../images/ert-insert.xpm
30654         BoundingBox 0bp 5bp 20bp 20bp
30655
30656 \end_inset
30657
30658  
30659 \family sans
30660 Insert\SpecialChar \menuseparator
30661 T
30662 \family default
30663
30664 \begin_inset ERT
30665 status collapsed
30666
30667 \begin_layout Standard
30668
30669 {}
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \family sans
30676 eX
30677 \end_layout
30678
30679 \begin_layout Itemize
30680 \begin_inset Graphics
30681         filename ../images/dialog-show-new-inset_include.xpm
30682         BoundingBox 0bp 5bp 20bp 20bp
30683
30684 \end_inset
30685
30686  
30687 \family sans
30688 Insert\SpecialChar \menuseparator
30689 File\SpecialChar \menuseparator
30690 Child\InsetSpace ~
30691 Document
30692 \end_layout
30693
30694 \begin_layout Itemize
30695 \begin_inset Graphics
30696         filename ../images/dialog-show_character.xpm
30697         width 0.9cm
30698         height 0.9cm
30699         BoundingBox 0bp 5bp 20bp 25bp
30700         rotateOrigin center
30701
30702 \end_inset
30703
30704  
30705 \family sans
30706 Edit\SpecialChar \menuseparator
30707 Text\InsetSpace ~
30708 Style
30709 \end_layout
30710
30711 \begin_layout Itemize
30712 \begin_inset Graphics
30713         filename ../images/layout-paragraph.xpm
30714         width 0.9cm
30715         height 0.9cm
30716         BoundingBox 0bp 5bp 20bp 25bp
30717         rotateOrigin center
30718
30719 \end_inset
30720
30721  
30722 \family sans
30723 Edit\SpecialChar \menuseparator
30724 Paragraph\InsetSpace ~
30725 Settings
30726 \end_layout
30727
30728 \begin_layout Itemize
30729 \begin_inset Graphics
30730         filename ../images/thesaurus-entry.xpm
30731         width 0.9cm
30732         height 0.9cm
30733         BoundingBox 0bp 5bp 20bp 25bp
30734         rotateOrigin center
30735
30736 \end_inset
30737
30738  
30739 \family sans
30740 Tools\SpecialChar \menuseparator
30741 Thesaurus
30742 \end_layout
30743
30744 \begin_layout Standard
30745 It is possible to define custom toolbars.
30746  This is described in the 
30747 \emph on
30748 Extended Features
30749 \emph default
30750  manual.
30751  
30752 \end_layout
30753
30754 \begin_layout Chapter
30755 The 
30756 \family sans
30757 Preferences
30758 \family default
30759  Dialog
30760 \begin_inset LatexCommand label
30761 name "cha:The-Preferences-dialog"
30762
30763 \end_inset
30764
30765
30766 \end_layout
30767
30768 \begin_layout Standard
30769 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
30770 Preferences.
30771  It consists of submenus explained in the following.
30772 \end_layout
30773
30774 \begin_layout Section
30775 Look and Feel
30776 \end_layout
30777
30778 \begin_layout Subsection
30779 User Interface
30780 \begin_inset LatexCommand label
30781 name "sec:ui"
30782
30783 \end_inset
30784
30785
30786 \end_layout
30787
30788 \begin_layout Standard
30789 At first a note: You have to restart LyX before changes in .ui and .bind-files
30790  take effect.
30791 \end_layout
30792
30793 \begin_layout Subsubsection*
30794 User Interface File
30795 \end_layout
30796
30797 \begin_layout Standard
30798 The appearance of both the menu and toolbar can both be changed by choosing
30799  another 
30800 \family typewriter
30801 .ui
30802 \family default
30803 -file.
30804  For the moment, only one file exists, the 
30805 \family typewriter
30806 default.ui
30807 \family default
30808 .
30809  A .ui-file is a text file where the menu and toolbar entries are listed.
30810  To create a new .ui-file, start with a copy of the default.ui from the folder
30811  lyx/share/lyx/ui and edit the entries.
30812 \end_layout
30813
30814 \begin_layout Standard
30815 The syntax of the 
30816 \family typewriter
30817 .ui
30818 \family default
30819  files is straightforward.
30820  
30821 \family typewriter
30822 The Menubar
30823 \family default
30824
30825 \family typewriter
30826 Menu
30827 \family default
30828  and 
30829 \family typewriter
30830 Toolbar
30831 \family default
30832  entries must be ended with an explicit 
30833 \family typewriter
30834 End
30835 \family default
30836 .
30837  They may contain 
30838 \family typewriter
30839 Submenu
30840 \family default
30841 s, 
30842 \family typewriter
30843 Item
30844 \family default
30845 s, 
30846 \family typewriter
30847 OptItem
30848 \family default
30849 s, 
30850 \family typewriter
30851 Separator
30852 \family default
30853 s, 
30854 \family typewriter
30855 Icon
30856 \family default
30857 s and in the case of the 
30858 \begin_inset Quotes eld
30859 \end_inset
30860
30861 file
30862 \begin_inset Quotes erd
30863 \end_inset
30864
30865  menus, a 
30866 \family typewriter
30867 Lastfiles
30868 \family default
30869  entry.
30870  One small word of warning.
30871  
30872 \family typewriter
30873 Submenu
30874 \family default
30875 s may be inserted in a 
30876 \family typewriter
30877 Menubar
30878 \family default
30879  or 
30880 \family typewriter
30881 Menu
30882 \family default
30883 , but they are defined as 
30884 \family typewriter
30885 Menu
30886 \family default
30887 s, not as 
30888 \family typewriter
30889 Submenu
30890 \family default
30891 s.
30892 \end_layout
30893
30894 \begin_layout Standard
30895 Now an example: Assuming you use the menu 
30896 \family sans
30897 Navigate\SpecialChar \menuseparator
30898 Bookmarks
30899 \family default
30900  quite often and therefore want four available bookmarks, you can simply
30901  add the lines
30902 \newline
30903
30904 \newline
30905 Item "Save Bookmark 4" "bookmark-save 4"
30906 \newline
30907 Item "Goto Bookmark
30908  4" "bookmark-goto 4"
30909 \newline
30910
30911 \newline
30912 to the navigate menu section in the .ui-file to have
30913  the fourth bookmark.
30914 \end_layout
30915
30916 \begin_layout Subsubsection*
30917 Bind File
30918 \begin_inset LatexCommand label
30919 name "sec:bindings"
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Standard
30927 Bindings are used to bind a function to a key.
30928  Several prepackaged binding files are available:
30929 \end_layout
30930
30931 \begin_layout Description
30932 cua.bind set of bindings (as the typical set of PC keyboard shortcuts)
30933 \end_layout
30934
30935 \begin_layout Description
30936 (x)emacs.bind set of bindings like they are used in the editor programs 
30937 \family sans
30938 Emacs
30939 \family default
30940  (
30941 \family sans
30942 XEmacs
30943 \family default
30944 )
30945 \end_layout
30946
30947 \begin_layout Description
30948 mac.bind set of bindings for Mac
30949 \begin_inset Formula $\,$
30950 \end_inset
30951
30952 OS systems.
30953 \end_layout
30954
30955 \begin_layout Standard
30956 There are also bind file for designed to them with special document classes,
30957  like broadway.bind) and bind files for special languages.
30958  The language bind file names begin with a language code, e.g.
30959  
30960 \begin_inset Quotes eld
30961 \end_inset
30962
30963 pt
30964 \begin_inset Quotes erd
30965 \end_inset
30966
30967  for Portuguese.
30968  LyX supports internationalization of the user interface, see sec.
30969 \begin_inset Formula $\,$
30970 \end_inset
30971
30972
30973 \begin_inset LatexCommand ref
30974 reference "sec:Selecting-an-alternative"
30975
30976 \end_inset
30977
30978 .
30979  If you use LyX in a certain language, LyX will try to use the appropriate
30980  bind files.
30981 \end_layout
30982
30983 \begin_layout Standard
30984 Some bind files, like math.bind, have only a small scope.
30985  When looking at the the end of the file cua.bind, you can see that they
30986  are included to keep the overview in the bind file.
30987 \end_layout
30988
30989 \begin_layout Standard
30990 If you like to customise the keybindings to your own taste, modify the .bind-file
30991 s with a text editor and don't forget to load the modified files into LyX
30992  using the 
30993 \family sans
30994 Preferences
30995 \family default
30996  dialog.
30997  The syntax of the 
30998 \family typewriter
30999 .bind
31000 \family default
31001  files is straightforward:
31002 \end_layout
31003
31004 \begin_layout Standard
31005
31006 \family typewriter
31007
31008 \backslash
31009 bind <key combination> <lyx-function>
31010 \end_layout
31011
31012 \begin_layout Standard
31013 Both key combination and lyx-function (including any arguments) must be
31014  enclosed in "double quotes".
31015  All the LyX functions are listed in the 
31016 \emph on
31017 Reference Manual
31018 \emph default
31019 .
31020 \end_layout
31021
31022 \begin_layout Subsection
31023 Screen Fonts
31024 \end_layout
31025
31026 \begin_layout Standard
31027 These fonts are used to display your documents on the screen.
31028  Notice that this section only deals with the fonts 
31029 \emph on
31030 inside
31031 \emph default
31032  the LyX window.
31033  The fonts that appear on the 
31034 \emph on
31035 paper
31036 \emph default
31037  
31038 \emph on
31039 output
31040 \emph default
31041  are independent from these fonts, and are set in the menu 
31042 \family sans
31043 Layout\SpecialChar \menuseparator
31044 Document
31045 \family default
31046 .
31047 \end_layout
31048
31049 \begin_layout Standard
31050 By default, LyX uses 
31051 \emph on
31052 times
31053 \emph default
31054  as serif font, 
31055 \emph on
31056 arial
31057 \emph default
31058  or 
31059 \emph on
31060 helvetica
31061 \emph default
31062  (depends on the system) as sans serif font, and 
31063 \emph on
31064 courier
31065 \emph default
31066  as monospaced/typewriter font.
31067 \end_layout
31068
31069 \begin_layout Standard
31070
31071 \family sans
31072 Screen DPI
31073 \family default
31074  is the screen resolution in dpi (dots per inch).
31075 \end_layout
31076
31077 \begin_layout Standard
31078 The Font Sizes are adjusted as letter height in units of points.
31079  72\InsetSpace \thinspace{}
31080 points have the size of 1\InsetSpace \thinspace{}
31081 inch, see Appendix\InsetSpace ~
31082
31083 \begin_inset LatexCommand ref
31084 reference "cha:Units-available-in"
31085
31086 \end_inset
31087
31088 .
31089  The font sizes are the same as used for a document font size of 10
31090 \begin_inset Formula $\,$
31091 \end_inset
31092
31093 pt.
31094  They are explained in detail in sec.
31095 \begin_inset Formula $\,$
31096 \end_inset
31097
31098
31099 \begin_inset LatexCommand ref
31100 reference "sub:Document-Font"
31101
31102 \end_inset
31103
31104 .
31105 \end_layout
31106
31107 \begin_layout Subsection
31108 Colors
31109 \end_layout
31110
31111 \begin_layout Standard
31112 You can here change all colors used by LyX.
31113  Just choose an item in the list and use the 
31114 \family sans
31115 Alter
31116 \family default
31117  button.
31118 \end_layout
31119
31120 \begin_layout Subsection
31121 Graphics
31122 \end_layout
31123
31124 \begin_layout Standard
31125 Here could you specify how graphics inside LyX are displayed.
31126 \end_layout
31127
31128 \begin_layout Standard
31129 The button instant preview is used to enable previewing snippets of your
31130  document.
31131  This feature is described in sec.
31132 \begin_inset Formula $\,$
31133 \end_inset
31134
31135
31136 \begin_inset LatexCommand ref
31137 reference "sec:Previewing-snippets-of"
31138
31139 \end_inset
31140
31141 .
31142 \end_layout
31143
31144 \begin_layout Subsection
31145 Keyboard Map
31146 \end_layout
31147
31148 \begin_layout Standard
31149 If you have e.g.
31150  a Czech keyboard but want to write with it like with a Romanian one, you
31151  can use the keyboard map file named 
31152 \family sans
31153 romanian.kmap
31154 \family default
31155 .
31156  Normally keyboard settings have to be done in a menu of your operating
31157  system.
31158  These keyboard maps are only provided as makeshift and doesn't work on
31159  all systems.
31160 \end_layout
31161
31162 \begin_layout Section
31163 Paths
31164 \end_layout
31165
31166 \begin_layout Section
31167 Identity
31168 \end_layout
31169
31170 \begin_layout Section
31171 Language Settings
31172 \end_layout
31173
31174 \begin_layout Subsection
31175 Language
31176 \end_layout
31177
31178 \begin_layout Standard
31179 The 
31180 \family sans
31181 Default language
31182 \family default
31183  is the language used in new documents.
31184  The Language package should always be babel.
31185  babel translates in the background automatically text labels to the document
31186  language.
31187  A text label is for instance the word 
31188 \begin_inset Quotes eld
31189 \end_inset
31190
31191 table
31192 \begin_inset Quotes erd
31193 \end_inset
31194
31195  at the beginning of every table-caption.
31196  
31197 \series bold
31198
31199 \backslash
31200 usepackage{babel}
31201 \series default
31202  is a LaTeX-command to use the package babel.
31203  For an introduction to the LaTeX-Syntax, look at sec.
31204 \begin_inset Formula $\,$
31205 \end_inset
31206
31207
31208 \begin_inset LatexCommand ref
31209 reference "sec:ERT"
31210
31211 \end_inset
31212
31213 .
31214 \end_layout
31215
31216 \begin_layout Standard
31217
31218 \family sans
31219 Command start/end
31220 \family default
31221  ???
31222 \end_layout
31223
31224 \begin_layout Standard
31225 There are also the following options in the menu:
31226 \end_layout
31227
31228 \begin_layout Description
31229 Use\InsetSpace ~
31230 babel whether babel is used or not
31231 \end_layout
31232
31233 \begin_layout Description
31234 Global ???
31235 \end_layout
31236
31237 \begin_layout Description
31238 Auto\InsetSpace ~
31239 begin ??
31240 \end_layout
31241
31242 \begin_layout Description
31243 Auto\InsetSpace ~
31244 end ?
31245 \end_layout
31246
31247 \begin_layout Description
31248 Mark\InsetSpace ~
31249 foreign\InsetSpace ~
31250 languages text marked formatted in a language different from
31251  the document language will be blue underlined
31252 \end_layout
31253
31254 \begin_layout Description
31255 Right\InsetSpace ~
31256 to\InsetSpace ~
31257 left\InsetSpace ~
31258 language\InsetSpace ~
31259 support enables the use of languages, written from right
31260  to left, like Arabic, Hebrew, Farsi
31261 \end_layout
31262
31263 \begin_layout Subsection
31264 Spellchecker
31265 \end_layout
31266
31267 \begin_layout Section
31268 Outputs
31269 \end_layout
31270
31271 \begin_layout Subsection
31272 Printer
31273 \end_layout
31274
31275 \begin_layout Subsection
31276 Date Format
31277 \end_layout
31278
31279 \begin_layout Standard
31280 %a locale's abbreviated weekday name (Sun..Sat)
31281 \end_layout
31282
31283 \begin_layout Standard
31284 \noindent
31285 %A locale's full weekday name, variable length (Sunday..Saturday)
31286 \end_layout
31287
31288 \begin_layout Standard
31289 \noindent
31290 %b locale's abbreviated month name (Jan..Dec)
31291 \end_layout
31292
31293 \begin_layout Standard
31294 \noindent
31295 %B locale's full month name, variable length (January..December)
31296 \end_layout
31297
31298 \begin_layout Standard
31299 \noindent
31300 %c locale's date and time (Sat Nov 04 12:02:33 EST 1989)
31301 \end_layout
31302
31303 \begin_layout Standard
31304 \noindent
31305 %C century (year divided by 100 and truncated to an integer) [00-99]
31306 \end_layout
31307
31308 \begin_layout Standard
31309 \noindent
31310 %d day of month (01..31)
31311 \end_layout
31312
31313 \begin_layout Standard
31314 \noindent
31315 %D date (mm/dd/yy)
31316 \end_layout
31317
31318 \begin_layout Standard
31319 \noindent
31320 %e day of month, blank padded ( 1..31)
31321 \end_layout
31322
31323 \begin_layout Standard
31324 \noindent
31325 %F same as %Y-%m-%d
31326 \end_layout
31327
31328 \begin_layout Standard
31329 \noindent
31330 %g the 2-digit year corresponding to the %V week number
31331 \end_layout
31332
31333 \begin_layout Standard
31334 \noindent
31335 %G the 4-digit year corresponding to the %V week number
31336 \end_layout
31337
31338 \begin_layout Standard
31339 \noindent
31340 %h same as %b
31341 \end_layout
31342
31343 \begin_layout Standard
31344 \noindent
31345 %H hour (00..23)
31346 \end_layout
31347
31348 \begin_layout Standard
31349 \noindent
31350 %I hour (01..12)
31351 \end_layout
31352
31353 \begin_layout Standard
31354 \noindent
31355 %j day of year (001..366)
31356 \end_layout
31357
31358 \begin_layout Standard
31359 \noindent
31360 %k hour ( 0..23)
31361 \end_layout
31362
31363 \begin_layout Standard
31364 \noindent
31365 %l hour ( 1..12)
31366 \end_layout
31367
31368 \begin_layout Standard
31369 \noindent
31370 %m month (01..12)
31371 \end_layout
31372
31373 \begin_layout Standard
31374 \noindent
31375 %M minute (00..59)
31376 \end_layout
31377
31378 \begin_layout Standard
31379 \noindent
31380 %n a newline
31381 \end_layout
31382
31383 \begin_layout Standard
31384 \noindent
31385 %N nanoseconds (000000000..999999999)
31386 \end_layout
31387
31388 \begin_layout Standard
31389 \noindent
31390 %p locale's upper case AM or PM indicator (blank in many locales)
31391 \end_layout
31392
31393 \begin_layout Standard
31394 \noindent
31395 %P locale's lower case am or pm indicator (blank in many locales)
31396 \end_layout
31397
31398 \begin_layout Standard
31399 \noindent
31400 %r time, 12-hour (hh:mm:ss [AP]M)
31401 \end_layout
31402
31403 \begin_layout Standard
31404 \noindent
31405 %R time, 24-hour (hh:mm)
31406 \end_layout
31407
31408 \begin_layout Standard
31409 \noindent
31410 %s seconds since `00:00:00 1970-01-01 UTC' (a GNU extension)
31411 \end_layout
31412
31413 \begin_layout Standard
31414 \noindent
31415 %S second (00..60); the 60 is necessary to accommodate a leap second
31416 \end_layout
31417
31418 \begin_layout Standard
31419 \noindent
31420 %t a horizontal tab
31421 \end_layout
31422
31423 \begin_layout Standard
31424 \noindent
31425 %T time, 24-hour (hh:mm:ss)
31426 \end_layout
31427
31428 \begin_layout Standard
31429 \noindent
31430 %u day of week (1..7); 1 represents Monday
31431 \end_layout
31432
31433 \begin_layout Standard
31434 \noindent
31435 %U week number of year with Sunday as first day of week (00..53)
31436 \end_layout
31437
31438 \begin_layout Standard
31439 \noindent
31440 %V week number of year with Monday as first day of week (01..53)
31441 \end_layout
31442
31443 \begin_layout Standard
31444 \noindent
31445 %w day of week (0..6); 0 represents Sunday
31446 \end_layout
31447
31448 \begin_layout Standard
31449 \noindent
31450 %W week number of year with Monday as first day of week (00..53)
31451 \end_layout
31452
31453 \begin_layout Standard
31454 \noindent
31455 %x locale's date representation (mm/dd/yy)
31456 \end_layout
31457
31458 \begin_layout Standard
31459 \noindent
31460 %X locale's time representation (%H:%M:%S)
31461 \end_layout
31462
31463 \begin_layout Standard
31464 \noindent
31465 %y last two digits of year (00..99)
31466 \end_layout
31467
31468 \begin_layout Standard
31469 \noindent
31470 %Y year (1970...)
31471 \end_layout
31472
31473 \begin_layout Standard
31474 \noindent
31475 %z RFC-822 style numeric timezone (-0500) (a nonstandard extension)
31476 \end_layout
31477
31478 \begin_layout Standard
31479 \noindent
31480 %Z time zone (e.g., EDT), or nothing if no time zone is determinable
31481 \end_layout
31482
31483 \begin_layout Subsection
31484 Plain Text
31485 \end_layout
31486
31487 \begin_layout Standard
31488
31489 \family sans
31490 Output line length
31491 \family default
31492  sets maximum number of characters printed in one line when using the menu
31493  
31494 \family sans
31495 File\SpecialChar \menuseparator
31496 Export\SpecialChar \menuseparator
31497 ASCII
31498 \family default
31499 .
31500  Setting the line line length to 0 means all text is printed in one endless
31501  line.
31502 \end_layout
31503
31504 \begin_layout Standard
31505 roff command defines an additional command used to produce better ASCII
31506  tables with the 
31507 \family typewriter
31508 groff/troff/nroff
31509 \family default
31510  UNIX-commands (refer to their manpages for more information about them).
31511  Setting this as empty tells LyX to use the internal formatter.
31512 \end_layout
31513
31514 \begin_layout Subsection
31515 LaT
31516 \begin_inset ERT
31517 status collapsed
31518
31519 \begin_layout Standard
31520
31521 {}
31522 \end_layout
31523
31524 \end_inset
31525
31526 eX
31527 \end_layout
31528
31529 \begin_layout Subsection
31530 Paths
31531 \end_layout
31532
31533 \begin_layout Section
31534 Converters
31535 \end_layout
31536
31537 \begin_layout Standard
31538 LyX has a powerful mechanism to convert to and from any file format using
31539  external programs.
31540  Define a pair of formats, e.g.
31541  
31542 \family typewriter
31543 LaTeX
31544 \family default
31545  and 
31546 \family typewriter
31547 PDF
31548 \family default
31549 .
31550  Now define a converter from one format to the other.
31551  In our example, two possible mechanisms exist.
31552 \end_layout
31553
31554 \begin_layout Enumerate
31555 A direct conversion, from LaTeX to PDF using pdflatex
31556 \end_layout
31557
31558 \begin_layout Enumerate
31559 A more convoluted route using intermediate formats and converters: LaTeX
31560  to DVI (using latex) to PostScript® (using dvips) to PDF (using ps2pdf).
31561 \end_layout
31562
31563 \begin_layout Standard
31564 LyX will always choose the shortest possible route, so you must specify
31565  two different Format names for 
31566 \family typewriter
31567 .pdf
31568 \family default
31569  files to be able to use either.
31570  Both are included by default in the 
31571 \family sans
31572 Preferences
31573 \family default
31574  dialog.
31575  Have a look and then invent your own!
31576 \end_layout
31577
31578 \begin_layout Standard
31579 Moreover, each Format can have a Viewer associated with it.
31580  For example, you might want to use 
31581 \family typewriter
31582 ghostview
31583 \family default
31584  to examine PostScript® files, or 
31585 \family typewriter
31586 xdvi
31587 \family default
31588  to preview the LaTeX output.
31589  You can alter the viewer to use (and what options to pass to it) via the
31590  
31591 \family sans
31592 \bar under
31593 T
31594 \bar default
31595 ools\SpecialChar \menuseparator
31596
31597 \bar under
31598 P
31599 \bar default
31600 references:Converters
31601 \family default
31602  dialog.
31603  For example, to change the 
31604 \family typewriter
31605 dvi
31606 \family default
31607  viewer, select the 
31608 \family typewriter
31609 DVI
31610 \family default
31611  format in the dialog, change the viewer to be 
31612 \family typewriter
31613 kdvi
31614 \family default
31615  (or whatever), and hit 
31616 \family sans
31617 \bar under
31618 M
31619 \bar default
31620 odify
31621 \family default
31622 .
31623 \end_layout
31624
31625 \begin_layout Section
31626 File Formats
31627 \end_layout
31628
31629 \begin_layout Section
31630 Copiers
31631 \end_layout
31632
31633 \begin_layout Section
31634 BibTeX and makeindex
31635 \end_layout
31636
31637 \begin_layout Standard
31638 Both the bibliography generating command (default 
31639 \family typewriter
31640 bibtex
31641 \family default
31642 ) and the index generating command (default 
31643 \family typewriter
31644 makeindex
31645 \family default
31646  with options 
31647 \family typewriter
31648 -c
31649 \family default
31650  and 
31651 \family typewriter
31652 -q
31653 \family default
31654 ) can be changed.
31655  As an alternative for 
31656 \family typewriter
31657 makeindex
31658 \family default
31659
31660 \family typewriter
31661 xindy
31662 \family default
31663  can be recommended.
31664  
31665 \end_layout
31666
31667 \begin_layout Standard
31668 The command to enter is
31669 \end_layout
31670
31671 \begin_layout Quote
31672
31673 \family typewriter
31674 makeindex.sh -m $$lang
31675 \end_layout
31676
31677 \begin_layout Standard
31678 where the placeholder 
31679 \family typewriter
31680 $$lang
31681 \family default
31682  will be replaced by the chosen document (babel) language.
31683  For this, you must 
31684 \end_layout
31685
31686 \begin_layout Standard
31687 have installed the packages 
31688 \family typewriter
31689 xindy
31690 \family default
31691  and 
31692 \family typewriter
31693 make-rules
31694 \family default
31695  (
31696 \family typewriter
31697 xindy-make-rules
31698 \family default
31699 ).
31700  Type 
31701 \family typewriter
31702 makeindex.sh
31703 \family default
31704  at a shell prompt for a help page.
31705 \end_layout
31706
31707 \begin_layout Chapter
31708 Units available in LyX
31709 \begin_inset LatexCommand index
31710 name "Units"
31711
31712 \end_inset
31713
31714
31715 \begin_inset LatexCommand label
31716 name "cha:Units-available-in"
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Standard
31724 To understand the units described in this documentation, 
31725 \begin_inset LatexCommand ref
31726 reference "cap:Units-for-image"
31727
31728 \end_inset
31729
31730  explains all units available in LyX.
31731 \end_layout
31732
31733 \begin_layout Standard
31734 \begin_inset Float table
31735 placement h
31736 wide false
31737 sideways false
31738 status open
31739
31740 \begin_layout Standard
31741 \begin_inset Caption
31742
31743 \begin_layout Standard
31744 \begin_inset LatexCommand label
31745 name "cap:Units-for-image"
31746
31747 \end_inset
31748
31749 Units
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Standard
31758 \begin_inset VSpace medskip
31759 \end_inset
31760
31761
31762 \end_layout
31763
31764 \begin_layout Standard
31765 \align center
31766 \begin_inset Tabular
31767 <lyxtabular version="3" rows="20" columns="2">
31768 <features>
31769 <column alignment="center" valignment="top" leftline="true" width="0">
31770 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
31771 <row topline="true" bottomline="true">
31772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31773 \begin_inset Text
31774
31775 \begin_layout Standard
31776 unit
31777 \end_layout
31778
31779 \end_inset
31780 </cell>
31781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Standard
31785 name/description
31786 \end_layout
31787
31788 \end_inset
31789 </cell>
31790 </row>
31791 <row topline="true">
31792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31793 \begin_inset Text
31794
31795 \begin_layout Standard
31796 mm
31797 \end_layout
31798
31799 \end_inset
31800 </cell>
31801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31802 \begin_inset Text
31803
31804 \begin_layout Standard
31805 millimeter
31806 \end_layout
31807
31808 \end_inset
31809 </cell>
31810 </row>
31811 <row topline="true">
31812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31813 \begin_inset Text
31814
31815 \begin_layout Standard
31816 cm
31817 \end_layout
31818
31819 \end_inset
31820 </cell>
31821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31822 \begin_inset Text
31823
31824 \begin_layout Standard
31825 centimeter
31826 \end_layout
31827
31828 \end_inset
31829 </cell>
31830 </row>
31831 <row topline="true">
31832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31833 \begin_inset Text
31834
31835 \begin_layout Standard
31836 in
31837 \end_layout
31838
31839 \end_inset
31840 </cell>
31841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31842 \begin_inset Text
31843
31844 \begin_layout Standard
31845 inch
31846 \end_layout
31847
31848 \end_inset
31849 </cell>
31850 </row>
31851 <row topline="true">
31852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31853 \begin_inset Text
31854
31855 \begin_layout Standard
31856 pt
31857 \end_layout
31858
31859 \end_inset
31860 </cell>
31861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31862 \begin_inset Text
31863
31864 \begin_layout Standard
31865 point (72.27\InsetSpace \thinspace{}
31866 pt = 1\InsetSpace \thinspace{}
31867 in)
31868 \end_layout
31869
31870 \end_inset
31871 </cell>
31872 </row>
31873 <row topline="true">
31874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31875 \begin_inset Text
31876
31877 \begin_layout Standard
31878 pc
31879 \end_layout
31880
31881 \end_inset
31882 </cell>
31883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31884 \begin_inset Text
31885
31886 \begin_layout Standard
31887 pica (1\InsetSpace \thinspace{}
31888 pc = 12\InsetSpace \thinspace{}
31889 pt)
31890 \end_layout
31891
31892 \end_inset
31893 </cell>
31894 </row>
31895 <row topline="true">
31896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31897 \begin_inset Text
31898
31899 \begin_layout Standard
31900 sp
31901 \end_layout
31902
31903 \end_inset
31904 </cell>
31905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31906 \begin_inset Text
31907
31908 \begin_layout Standard
31909 scaled point (65536\InsetSpace \thinspace{}
31910 sp = 1\InsetSpace \thinspace{}
31911 pt)
31912 \end_layout
31913
31914 \end_inset
31915 </cell>
31916 </row>
31917 <row topline="true">
31918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31919 \begin_inset Text
31920
31921 \begin_layout Standard
31922 bp
31923 \end_layout
31924
31925 \end_inset
31926 </cell>
31927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31928 \begin_inset Text
31929
31930 \begin_layout Standard
31931 big point (72\InsetSpace \thinspace{}
31932 bp = 1\InsetSpace \thinspace{}
31933 in)
31934 \end_layout
31935
31936 \end_inset
31937 </cell>
31938 </row>
31939 <row topline="true">
31940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31941 \begin_inset Text
31942
31943 \begin_layout Standard
31944 dd
31945 \end_layout
31946
31947 \end_inset
31948 </cell>
31949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31950 \begin_inset Text
31951
31952 \begin_layout Standard
31953 didot (72\InsetSpace \thinspace{}
31954 dd 
31955 \begin_inset Formula $\approx$
31956 \end_inset
31957
31958  37.6\InsetSpace \thinspace{}
31959 mm)
31960 \end_layout
31961
31962 \end_inset
31963 </cell>
31964 </row>
31965 <row topline="true">
31966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31967 \begin_inset Text
31968
31969 \begin_layout Standard
31970 cc
31971 \end_layout
31972
31973 \end_inset
31974 </cell>
31975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31976 \begin_inset Text
31977
31978 \begin_layout Standard
31979 cicero (1\InsetSpace \thinspace{}
31980 cc = 12\InsetSpace \thinspace{}
31981 dd)
31982 \end_layout
31983
31984 \end_inset
31985 </cell>
31986 </row>
31987 <row topline="true">
31988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31989 \begin_inset Text
31990
31991 \begin_layout Standard
31992 Scale%
31993 \end_layout
31994
31995 \end_inset
31996 </cell>
31997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31998 \begin_inset Text
31999
32000 \begin_layout Standard
32001 % of original image width
32002 \end_layout
32003
32004 \end_inset
32005 </cell>
32006 </row>
32007 <row topline="true">
32008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Standard
32012 text%
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Standard
32021 % of text width
32022 \end_layout
32023
32024 \end_inset
32025 </cell>
32026 </row>
32027 <row topline="true">
32028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32029 \begin_inset Text
32030
32031 \begin_layout Standard
32032 col%
32033 \end_layout
32034
32035 \end_inset
32036 </cell>
32037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32038 \begin_inset Text
32039
32040 \begin_layout Standard
32041 % of column width
32042 \end_layout
32043
32044 \end_inset
32045 </cell>
32046 </row>
32047 <row topline="true">
32048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32049 \begin_inset Text
32050
32051 \begin_layout Standard
32052 page%
32053 \end_layout
32054
32055 \end_inset
32056 </cell>
32057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32058 \begin_inset Text
32059
32060 \begin_layout Standard
32061 % of paper width
32062 \end_layout
32063
32064 \end_inset
32065 </cell>
32066 </row>
32067 <row topline="true">
32068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32069 \begin_inset Text
32070
32071 \begin_layout Standard
32072 line%
32073 \end_layout
32074
32075 \end_inset
32076 </cell>
32077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32078 \begin_inset Text
32079
32080 \begin_layout Standard
32081 % of line width
32082 \end_layout
32083
32084 \end_inset
32085 </cell>
32086 </row>
32087 <row topline="true">
32088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32089 \begin_inset Text
32090
32091 \begin_layout Standard
32092 theight%
32093 \end_layout
32094
32095 \end_inset
32096 </cell>
32097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32098 \begin_inset Text
32099
32100 \begin_layout Standard
32101 % of text height
32102 \end_layout
32103
32104 \end_inset
32105 </cell>
32106 </row>
32107 <row topline="true">
32108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Standard
32112 pheight%
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32118 \begin_inset Text
32119
32120 \begin_layout Standard
32121 % of paper height
32122 \end_layout
32123
32124 \end_inset
32125 </cell>
32126 </row>
32127 <row topline="true">
32128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32129 \begin_inset Text
32130
32131 \begin_layout Standard
32132 ex
32133 \end_layout
32134
32135 \end_inset
32136 </cell>
32137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32138 \begin_inset Text
32139
32140 \begin_layout Standard
32141 height of letter 
32142 \emph on
32143 x
32144 \emph default
32145  in current font
32146 \end_layout
32147
32148 \end_inset
32149 </cell>
32150 </row>
32151 <row topline="true">
32152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32153 \begin_inset Text
32154
32155 \begin_layout Standard
32156 em
32157 \end_layout
32158
32159 \end_inset
32160 </cell>
32161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32162 \begin_inset Text
32163
32164 \begin_layout Standard
32165 width of letter 
32166 \emph on
32167 M
32168 \emph default
32169  in current font
32170 \end_layout
32171
32172 \end_inset
32173 </cell>
32174 </row>
32175 <row topline="true" bottomline="true">
32176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32177 \begin_inset Text
32178
32179 \begin_layout Standard
32180 mu
32181 \end_layout
32182
32183 \end_inset
32184 </cell>
32185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Standard
32189 math unit (1\InsetSpace \thinspace{}
32190 mu = 1/18\InsetSpace \thinspace{}
32191 em)
32192 \end_layout
32193
32194 \end_inset
32195 </cell>
32196 </row>
32197 </lyxtabular>
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Chapter
32210 Credits
32211 \begin_inset LatexCommand label
32212 name "cha:Credits"
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Standard
32220 The documentation is a collaborative effort between many different people
32221  (and we would encourage people to contribute!).
32222 \end_layout
32223
32224 \begin_layout Itemize
32225
32226 \noun on
32227 Alejandro Aguilar Sierra
32228 \end_layout
32229
32230 \begin_layout Itemize
32231
32232 \noun on
32233 Amir Karger
32234 \end_layout
32235
32236 \begin_layout Itemize
32237
32238 \noun on
32239 David Johnson
32240 \end_layout
32241
32242 \begin_layout Itemize
32243
32244 \noun on
32245 Hartmut Haase
32246 \end_layout
32247
32248 \begin_layout Itemize
32249
32250 \noun on
32251 Ignacio García
32252 \end_layout
32253
32254 \begin_layout Itemize
32255
32256 \noun on
32257 Ivan Schreter
32258 \end_layout
32259
32260 \begin_layout Itemize
32261
32262 \noun on
32263 John Raithel
32264 \end_layout
32265
32266 \begin_layout Itemize
32267
32268 \noun on
32269 John Weiss
32270 \end_layout
32271
32272 \begin_layout Itemize
32273
32274 \noun on
32275 Lars Gullik Bjønnes
32276 \end_layout
32277
32278 \begin_layout Itemize
32279
32280 \noun on
32281 Matthias Ettrich
32282 \end_layout
32283
32284 \begin_layout Itemize
32285
32286 \noun on
32287 Matthias Zenker
32288 \end_layout
32289
32290 \begin_layout Itemize
32291
32292 \noun on
32293 Rich Fields
32294 \end_layout
32295
32296 \begin_layout Itemize
32297
32298 \noun on
32299 Pascal André
32300 \end_layout
32301
32302 \begin_layout Itemize
32303
32304 \noun on
32305 Paul Evans
32306 \end_layout
32307
32308 \begin_layout Itemize
32309
32310 \noun on
32311 Paul Russel
32312 \end_layout
32313
32314 \begin_layout Itemize
32315
32316 \noun on
32317 Robin Socha
32318 \end_layout
32319
32320 \begin_layout Itemize
32321
32322 \noun on
32323 Uwe Stöhr
32324 \end_layout
32325
32326 \begin_layout Itemize
32327 The LyX Team: 
32328 \begin_inset LatexCommand cite
32329 key "lyxcredit"
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \begin_layout Bibliography
32337 \begin_inset LatexCommand bibitem
32338 label "Credits"
32339 key "lyxcredit"
32340
32341 \end_inset
32342
32343 The LyX Team: 
32344 \begin_inset ERT
32345 status collapsed
32346
32347 \begin_layout Standard
32348
32349
32350 \backslash
32351 href{http://www.lyx.org/cgi-bin/viewcvs.cgi/*checkout*/lyx-devel/lib/CREDITS?rev=HE
32352 AD&content-type=text/plain}{
32353 \end_layout
32354
32355 \end_inset
32356
32357 Credits
32358 \begin_inset ERT
32359 status collapsed
32360
32361 \begin_layout Standard
32362
32363 }
32364 \end_layout
32365
32366 \end_inset
32367
32368
32369 \begin_inset Note Note
32370 status collapsed
32371
32372 \begin_layout Standard
32373 The command 
32374 \series bold
32375
32376 \backslash
32377 href
32378 \series default
32379  is explained in the 
32380 \emph on
32381 Extended Features
32382 \emph default
32383  manual.
32384  It creates a hyperlink.
32385 \end_layout
32386
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \begin_layout Bibliography
32393 \begin_inset LatexCommand bibitem
32394 key "latexcompanion"
32395
32396 \end_inset
32397
32398 Frank Mittelbach and Michel Goossens: 
32399 \emph on
32400 The LaTeX Companion Second Edition.
32401
32402 \emph default
32403  Addison-Wesley, 2004
32404 \end_layout
32405
32406 \begin_layout Bibliography
32407 \begin_inset LatexCommand bibitem
32408 key "latexguide"
32409
32410 \end_inset
32411
32412 Helmut Kopka and Patrick W.
32413  Daly: 
32414 \emph on
32415 A Guide to LaTeX Fourth Edition.
32416
32417 \emph default
32418  Addison-Wesley, 2003
32419 \end_layout
32420
32421 \begin_layout Bibliography
32422 \begin_inset LatexCommand bibitem
32423 key "latexbook"
32424
32425 \end_inset
32426
32427 Leslie Lamport: 
32428 \emph on
32429 LaTeX: A Document Preparation System.
32430
32431 \emph default
32432  Addison-Wesley, second edition, 1994
32433 \end_layout
32434
32435 \begin_layout Bibliography
32436 \begin_inset LatexCommand bibitem
32437 key "texbook"
32438
32439 \end_inset
32440
32441 Donald E.
32442  Knuth.
32443  
32444 \emph on
32445 The TeXbook.
32446
32447 \emph default
32448  Addison-Wesley, 1984
32449 \end_layout
32450
32451 \begin_layout Bibliography
32452 \begin_inset LatexCommand bibitem
32453 key "TeXCatalogue"
32454
32455 \end_inset
32456
32457 The TeX Catalogue:
32458 \newline
32459
32460 \begin_inset LatexCommand url
32461 target "http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html"
32462
32463 \end_inset
32464
32465
32466 \end_layout
32467
32468 \begin_layout Bibliography
32469 \begin_inset LatexCommand bibitem
32470 key "LaTeXFAQ"
32471
32472 \end_inset
32473
32474
32475 \begin_inset LatexCommand url
32476 name "LaTeX FAQ"
32477 target "http://www.tex.ac.uk/cgi-bin/texfaq2html"
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Bibliography
32485 \begin_inset LatexCommand bibitem
32486 key "floatflt"
32487
32488 \end_inset
32489
32490
32491 \begin_inset ERT
32492 status collapsed
32493
32494 \begin_layout Standard
32495
32496
32497 \backslash
32498 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
32499 {
32500 \end_layout
32501
32502 \end_inset
32503
32504 Documentation
32505 \begin_inset ERT
32506 status collapsed
32507
32508 \begin_layout Standard
32509
32510 }
32511 \end_layout
32512
32513 \end_inset
32514
32515  of the LaTeX-package 
32516 \series bold
32517 floatflt
32518 \series default
32519
32520 \begin_inset LatexCommand index
32521 name "LaTeX-packages ! floatflt"
32522
32523 \end_inset
32524
32525
32526 \end_layout
32527
32528 \begin_layout Standard
32529
32530 \series bold
32531 \begin_inset LatexCommand printindex
32532
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \end_body
32539 \end_document