]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
2ccb067b414e6a5662748877d4a8b0ae1ab188e1
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the User's Guide prints
10 % out as advertised. If you mess with this preamble,
11 % parts of the User's Guide may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 \usepackage{ifpdf} % part of the hyperref bundle
17 \ifpdf % if pdflatex is used
18
19  % set fonts for nicer pdf view
20  \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{%
21  \usepackage[scaled=0.92]{helvet}
22  \usepackage{mathptmx}
23  \usepackage{courier} }
24
25  % link all cross references and URLs in pdf output
26  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
27  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
28  pdfpagelayout=OneColumn, pdfnewwindow=true,
29  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
30  pdfauthor={LyX Team}, pdftex,
31  pdftitle={The LyX User's Guide},pdfsubject={LyX},
32  pdfkeywords={LyX}]{hyperref}
33  
34 \else % if dvi or ps is produced
35
36  % link all cross references and URLs in dvi output
37  \usepackage[ps2pdf]{hyperref}
38
39 \fi % end if pdflatex is used
40
41  % the pages of the TOC are numbered roman
42  % and a pdf-bookmark for the TOC is added
43  \pagenumbering{roman}
44  \let\myTOC\tableofcontents
45  \renewcommand\tableofcontents{%
46    \pdfbookmark[1]{Contents}{}
47    \myTOC
48    \cleardoublepage
49    \pagenumbering{arabic} }
50
51 % redefine the \LyX macro for PDF bookmarks
52 \def\LyX{\texorpdfstring{%
53   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
54   {LyX }}
55
56 % define a short command for \textvisiblespace
57 \newcommand{\spce}{\textvisiblespace}
58
59 % redefine the greyed out note
60 \renewenvironment{lyxgreyedout}
61  {\textcolor{blue}\bgroup}{\egroup}
62 \end_preamble
63 \options intoc,refpage,bibtotoc,idxtotoc,BCOR7mm
64 \language english
65 \inputencoding auto
66 \font_roman default
67 \font_sans default
68 \font_typewriter default
69 \font_default_family default
70 \font_sc false
71 \font_osf false
72 \font_sf_scale 100
73 \font_tt_scale 100
74 \graphics default
75 \paperfontsize 12
76 \spacing single
77 \papersize default
78 \use_geometry false
79 \use_amsmath 1
80 \use_esint 0
81 \cite_engine basic
82 \use_bibtopic false
83 \paperorientation portrait
84 \branch Question
85 \selected 1
86 \color #00ff00
87 \end_branch
88 \branch Answer
89 \selected 0
90 \color #aa55ff
91 \end_branch
92 \secnumdepth 3
93 \tocdepth 3
94 \paragraph_separation indent
95 \defskip medskip
96 \quotes_language english
97 \papercolumns 1
98 \papersides 2
99 \paperpagestyle default
100 \tracking_changes false
101 \output_changes false
102 \author "" 
103 \author "" 
104 \end_header
105
106 \begin_body
107
108 \begin_layout Title
109 The LyX User's Guide
110 \end_layout
111
112 \begin_layout Author
113 by the LyX Team
114 \begin_inset Foot
115 status collapsed
116
117 \begin_layout Standard
118 \noindent
119 If you have comments or error corrections, please send them to the LyX Documenta
120 tion mailing list: 
121 \family typewriter
122 lyx-docs@lists.lyx.org
123 \end_layout
124
125 \end_inset
126
127
128 \newline
129
130 \newline
131 Version 1.5.4
132 \end_layout
133
134 \begin_layout Standard
135 \begin_inset Note Note
136 status open
137
138 \begin_layout Standard
139 To export this document as PDF, Postscript, or DVI, the LaTeX-package 
140 \series bold
141 hyperref
142 \series default
143  has to be installed.
144 \end_layout
145
146 \begin_layout Standard
147 This package should be part of all popular LaTeX-distributions.
148 \end_layout
149
150 \end_inset
151
152
153 \end_layout
154
155 \begin_layout Standard
156 \begin_inset LatexCommand tableofcontents
157
158 \end_inset
159
160
161 \end_layout
162
163 \begin_layout Chapter
164 Getting Started
165 \end_layout
166
167 \begin_layout Section
168 What is LyX?
169 \end_layout
170
171 \begin_layout Standard
172 LyX is a document preparation system.
173  It is a tool for producing beautiful manuscripts, publishable books, business
174  letters and proposals, and even poetry.
175  It is unlike most other 
176 \begin_inset Quotes eld
177 \end_inset
178
179 word processors
180 \begin_inset Quotes erd
181 \end_inset
182
183  in the sense that it uses the paradigm of a markup language as its core
184  editing style.
185  That means that when you type a section header, you mark it as a 
186 \begin_inset Quotes eld
187 \end_inset
188
189 Section
190 \begin_inset Quotes erd
191 \end_inset
192
193 , not 
194 \begin_inset Quotes eld
195 \end_inset
196
197 Bold, 17 pt type, left justified, 5 mm space below
198 \begin_inset Quotes erd
199 \end_inset
200
201 .
202  LyX takes care of the typesetting for you, so you deal only with concepts,
203  not the mechanics.
204 \end_layout
205
206 \begin_layout Standard
207 This philosophy is explained in much greater detail in the 
208 \emph on
209
210 \begin_inset Quotes eld
211 \end_inset
212
213 Introduction
214 \begin_inset Quotes erd
215 \end_inset
216
217
218 \emph default
219 .
220  If you haven't read it yet, you need to.
221  Yes, we mean now.
222 \end_layout
223
224 \begin_layout Standard
225 The 
226 \begin_inset Quotes eld
227 \end_inset
228
229
230 \emph on
231 Introduction
232 \emph default
233
234 \begin_inset Quotes erd
235 \end_inset
236
237  describes several things in addition to LyX's philosophy: most importantly,
238  the format of all of the manuals.
239  If you don't read it, you'll have a bear of a time navigating this manual.
240  You might also be better served looking in one of the other manuals instead
241  of this one.
242  
243 \begin_inset Quotes eld
244 \end_inset
245
246
247 \emph on
248 Introduction
249 \emph default
250
251 \begin_inset Quotes erd
252 \end_inset
253
254  describes that, too.
255 \end_layout
256
257 \begin_layout Section
258 How LyX Looks
259 \end_layout
260
261 \begin_layout Standard
262 Like most applications, LyX has the familiar menu bar across the top of
263  its window.
264  Below it is a toolbar with a pulldown box and various buttons.
265  There is, of course, a vertical scrollbar and a main work area for editing
266  documents.
267  Near the bottom of the window is a small window containing a single line
268  of text.
269  This is the 
270 \emph on
271 minibuffer
272 \emph default
273 , which really means 
274 \begin_inset Quotes eld
275 \end_inset
276
277 command buffer
278 \begin_inset Quotes erd
279 \end_inset
280
281 .
282  Type 
283 \family sans
284 M-x
285 \family default
286  when you need to type a command in the minibuffer.
287 \end_layout
288
289 \begin_layout Standard
290 Note that there is no horizontal scroll bar.
291  This is not a bug or an oversight, but intentional.
292  When you read a book, you expect the end of a line to wrap around to the
293  next line.
294  Text overflows onto new pages in a vertical fashion, hence the need for
295  only a vertical scrollbar.
296  There are three cases where you might want a horizontal scrollbar.
297  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
298  This, however, is due
299  to a flaw in the routine that displays graphics on the LyX screen in a
300  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
301  as you'd need to rescale graphics to fit on a page.
302  The second and third cases are tables and equations which are wider than
303  the LyX window.
304  You can use the arrow keys to scroll horizontally through the table, but
305  this doesn't work for equations yet.
306 \end_layout
307
308 \begin_layout Standard
309 For a brief description of all LyX menus and toolbar buttons, have a look
310  at Appendix\InsetSpace ~
311
312 \begin_inset LatexCommand ref
313 reference "cha:The-User-Interface"
314
315 \end_inset
316
317 .
318  Most of them are self-explanatory and you'll find them listed in the correspond
319 ing sections of this documentation.
320 \end_layout
321
322 \begin_layout Section
323 HELP
324 \end_layout
325
326 \begin_layout Standard
327 The help system consists of the LyX manuals.
328  You can read 
329 \emph on
330 all
331 \emph default
332  of the manuals from inside LyX.
333  Just select the manual you want read from the 
334 \family sans
335 Help
336 \family default
337  menu.
338 \end_layout
339
340 \begin_layout Section
341 Basic LyX Setup
342 \begin_inset LatexCommand label
343 name "sec:Basic-LyX-Setup"
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Standard
351 There are several features of LyX that can be configured from inside LyX,
352  without resorting to configuration files.
353  First, LyX is able to inspect your system to see what programs, LaTeX document
354  classes and LaTeX packages are available.
355  It uses this knowledge to give reasonable defaults to several 
356 \family sans
357 Preferences
358 \begin_inset LatexCommand index
359 name "Preferences"
360
361 \end_inset
362
363
364 \family default
365  settings.
366  Although this configuration has already been done when LyX was installed
367  on your system, you might have some items that you installed locally, e.g.
368  new LaTeX classes, and which are not seen by LyX.
369  To force LyX to re-inspect your system, you should use 
370 \family sans
371 Tools\SpecialChar \menuseparator
372 Reconfigure
373 \family default
374 .
375 \begin_inset LatexCommand index
376 name "Reconfiguration of LyX"
377
378 \end_inset
379
380  You should then restart LyX to ensure that the changes are taken into account.
381 \end_layout
382
383 \begin_layout Section
384 LaTeX Setup
385 \begin_inset LatexCommand label
386 name "sec:LaTeX-Setup"
387
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Standard
394 LyX needs several LaTeX packages to work properly.
395  The packages found on the system by LyX are listed in the file 
396 \emph on
397 LaT
398 \emph default
399
400 \begin_inset ERT
401 status collapsed
402
403 \begin_layout Standard
404
405 {}
406 \end_layout
407
408 \end_inset
409
410
411 \emph on
412 eX\InsetSpace ~
413 Configuration
414 \emph default
415  that will be created when using the menu 
416 \family sans
417 Help\SpecialChar \menuseparator
418 LaT
419 \begin_inset ERT
420 status collapsed
421
422 \begin_layout Standard
423
424 {}
425 \end_layout
426
427 \end_inset
428
429 eX\InsetSpace ~
430 Configuration
431 \family default
432 .
433  You should install the required missing packages and then reconfigure LyX.
434 \begin_inset Note Note
435 status collapsed
436
437 \begin_layout Standard
438 The two braces in the ERT box prevent that the term 
439 \begin_inset Quotes eld
440 \end_inset
441
442 LaTeX
443 \begin_inset Quotes erd
444 \end_inset
445
446  is printed with sub- and superscript letters.
447  More on ERT is described in section\InsetSpace ~
448
449 \begin_inset LatexCommand ref
450 reference "sec:ERT"
451
452 \end_inset
453
454 , the printout of proper names like LaTeX is explained in section\InsetSpace ~
455
456 \begin_inset LatexCommand ref
457 reference "sub:LyX's-Proper-Names"
458
459 \end_inset
460
461 .
462 \end_layout
463
464 \end_inset
465
466
467 \begin_inset LatexCommand index
468 name "Reconfiguration of LyX"
469
470 \end_inset
471
472
473 \end_layout
474
475 \begin_layout Chapter
476 How to work with LyX
477 \end_layout
478
479 \begin_layout Section
480 Basic File Operations
481 \begin_inset LatexCommand index
482 name "File Operations"
483
484 \end_inset
485
486
487 \end_layout
488
489 \begin_layout Standard
490 Under the 
491 \family sans
492 File
493 \family default
494  menu are basic operations for any word processor in addition to some more
495  advanced operations:
496 \end_layout
497
498 \begin_layout Itemize
499
500 \family sans
501 New
502 \end_layout
503
504 \begin_layout Itemize
505
506 \family sans
507 New\InsetSpace ~
508 from
509 \bar under
510 \InsetSpace ~
511
512 \bar default
513 Template
514 \end_layout
515
516 \begin_layout Itemize
517
518 \family sans
519 Open
520 \end_layout
521
522 \begin_layout Itemize
523
524 \family sans
525 Close
526 \end_layout
527
528 \begin_layout Itemize
529
530 \family sans
531 Save
532 \end_layout
533
534 \begin_layout Itemize
535
536 \family sans
537 Save\InsetSpace ~
538 As
539 \end_layout
540
541 \begin_layout Itemize
542
543 \family sans
544 Revert\InsetSpace ~
545 to\InsetSpace ~
546 saved
547 \end_layout
548
549 \begin_layout Itemize
550
551 \family sans
552 Version\InsetSpace ~
553 Control
554 \end_layout
555
556 \begin_layout Itemize
557
558 \family sans
559 Import
560 \end_layout
561
562 \begin_layout Itemize
563
564 \family sans
565 Export
566 \end_layout
567
568 \begin_layout Itemize
569
570 \family sans
571 Print
572 \end_layout
573
574 \begin_layout Itemize
575
576 \family sans
577 Exit
578 \end_layout
579
580 \begin_layout Standard
581 They all do pretty much the same thing as in other word processors, with
582  a few minor differences.
583  The 
584 \family sans
585 File\SpecialChar \menuseparator
586 New\InsetSpace ~
587 from
588 \bar under
589 \InsetSpace ~
590
591 \bar default
592 Template
593 \family default
594  command not only prompts you for a name for the new file, but also prompts
595  you for a template to use.
596  Selecting a template will automatically set certain layout features for
597  the document, features you would otherwise need to change manually.
598  They can be of use for certain classes, especially those for writing letters
599  (see section\InsetSpace ~
600
601 \begin_inset LatexCommand ref
602 reference "sec:Document-Classes"
603
604 \end_inset
605
606 ).
607 \end_layout
608
609 \begin_layout Standard
610 Note: There is no 
611 \begin_inset Quotes eld
612 \end_inset
613
614 default file
615 \begin_inset Quotes erd
616 \end_inset
617
618  or document named 
619 \begin_inset Quotes eld
620 \end_inset
621
622 Untitled
623 \begin_inset Quotes erd
624 \end_inset
625
626  or 
627 \begin_inset Quotes eld
628 \end_inset
629
630 scratch.
631 \begin_inset Quotes erd
632 \end_inset
633
634  Unless you tell LyX to open a file or create a new one, that big, blank
635  space is just that --- a big, blank space.
636 \end_layout
637
638 \begin_layout Standard
639
640 \family sans
641 Revert\InsetSpace ~
642 to\InsetSpace ~
643 saved
644 \family default
645  and 
646 \family sans
647 Version\InsetSpace ~
648 Control
649 \family default
650  are useful if more people work on the same document at the same time
651 \begin_inset Foot
652 status collapsed
653
654 \begin_layout Standard
655 If you plan to do this, you should check out the Version Control feature
656  in LyX also.
657  Read 
658 \emph on
659 Extended Features
660 \emph default
661 \SpecialChar \@.
662
663 \end_layout
664
665 \end_inset
666
667 .
668  
669 \family sans
670 Revert\InsetSpace ~
671 to\InsetSpace ~
672 saved
673 \family default
674  will reload the document from disk.
675  You can of course also use it if you regret that you changed a document
676  and want to restore it to the last save.
677  With
678 \family sans
679  Version\InsetSpace ~
680 Control 
681 \family default
682 you can there register the changes you made to a document so that others
683  can identify this as your changes.
684 \end_layout
685
686 \begin_layout Section
687 Basic Editing Features
688 \begin_inset LatexCommand index
689 name "Editing"
690
691 \end_inset
692
693
694 \begin_inset LatexCommand label
695 name "sec:Basic-Editing-Features"
696
697 \end_inset
698
699
700 \end_layout
701
702 \begin_layout Standard
703 Like most modern word processors, LyX can perform cut and paste operations
704  on blocks of text, can move by character, word, or screenful of text, and
705  can delete whole words as well as individual characters.
706  The next four sections cover the basic LyX editing features and how to
707  access them.
708  We'll start with cut and paste.
709 \end_layout
710
711 \begin_layout Standard
712 As you might expect, the 
713 \family sans
714 Edit
715 \family default
716  menu has the cut and paste commands, along with various other editing features.
717  Some of these are special and covered in later sections.
718  The basic ones are:
719 \end_layout
720
721 \begin_layout Itemize
722
723 \family sans
724 Cut
725 \end_layout
726
727 \begin_layout Itemize
728
729 \family sans
730 Copy
731 \end_layout
732
733 \begin_layout Itemize
734
735 \family sans
736 Paste
737 \end_layout
738
739 \begin_layout Itemize
740
741 \family sans
742 Paste\InsetSpace ~
743 Recent
744 \end_layout
745
746 \begin_layout Itemize
747
748 \family sans
749 Paste\InsetSpace ~
750 Special
751 \end_layout
752
753 \begin_layout Itemize
754
755 \family sans
756 Find\InsetSpace ~
757 &\InsetSpace ~
758 Replace
759 \end_layout
760
761 \begin_layout Standard
762 The first three are self-explanatory.
763  One thing to note: whenever you delete a block of text that you've selected,
764  it's automatically placed in the clipboard.
765  That is, the 
766 \family sans
767 Delete
768 \family default
769  and 
770 \family sans
771 Backspace
772 \family default
773  keys also functions as the 
774 \family sans
775 Cut
776 \family default
777  command.
778  Also, if you've selected text, be careful: If you hit a key, LyX will completel
779 y delete the selected text and replace it with what you just typed.
780  You'll have to do an 
781 \family sans
782 Undo
783 \family default
784  to get back the lost text.
785 \end_layout
786
787 \begin_layout Standard
788 \begin_inset LatexCommand index
789 name "Paste"
790
791 \end_inset
792
793 You can also copy text between LyX and other programs by cut, copy and paste.
794  The submenu of 
795 \family sans
796 Paste\InsetSpace ~
797 Recent
798 \family default
799  shows you a list with the last strings you have pasted.
800 \end_layout
801
802 \begin_layout Standard
803 The menu 
804 \family sans
805 Edit\SpecialChar \menuseparator
806 Paste\InsetSpace ~
807 Special\SpecialChar \menuseparator
808 Plain\InsetSpace ~
809 Text, Join\InsetSpace ~
810 Lines
811 \family default
812  will insert the text in the clipboard so that the whole text is inserted
813  as 
814 \emph on
815 one
816 \emph default
817  paragraph.
818  A new paragraph is started when there is a blank line in the file.
819  Without 
820 \family sans
821 Join\InsetSpace ~
822 Lines
823 \family default
824 , the text is inserted as Paragraphs, where the line breaks of the text
825  will start a new paragraph.
826 \end_layout
827
828 \begin_layout Standard
829 \begin_inset LatexCommand index
830 name "Replace"
831
832 \end_inset
833
834
835 \begin_inset LatexCommand index
836 name "Find"
837
838 \end_inset
839
840 The 
841 \family sans
842 Edit\SpecialChar \menuseparator
843 Find\InsetSpace ~
844 &\InsetSpace ~
845 Replace
846 \family default
847  item opens the 
848 \family sans
849 Find\InsetSpace ~
850 and\InsetSpace ~
851 Replace
852 \family default
853  dialog.
854  Once you've found a word or expression, LyX selects it.
855  Hitting the 
856 \family sans
857 Replace
858 \family default
859  button replaces the selected text with the contents of the 
860 \family sans
861 Replace\InsetSpace ~
862 with
863 \family default
864  field.
865  You can click the 
866 \family sans
867 Find\InsetSpace ~
868 Next
869 \family default
870  button to skip the current word.
871  Hit 
872 \family sans
873 Replace\InsetSpace ~
874 All
875 \family default
876  to replace all occurrences of the text in the document automatically.
877  The 
878 \family sans
879 Case\InsetSpace ~
880 sensitive
881 \family default
882  option can be used if you want the search to consider the case of the search
883  word.
884  If the toggle is set, searching for 
885 \begin_inset Quotes eld
886 \end_inset
887
888
889 \family typewriter
890 Test
891 \family default
892
893 \begin_inset Quotes erd
894 \end_inset
895
896  will not match the word 
897 \begin_inset Quotes eld
898 \end_inset
899
900
901 \family typewriter
902 test
903 \family default
904
905 \begin_inset Quotes erd
906 \end_inset
907
908 .
909  The 
910 \family sans
911 Match whole words only
912 \family default
913  option can be used to force LyX to only find complete words.
914  I.e., searching for 
915 \begin_inset Quotes eld
916 \end_inset
917
918
919 \family typewriter
920 star
921 \family default
922
923 \begin_inset Quotes erd
924 \end_inset
925
926  will not match 
927 \begin_inset Quotes eld
928 \end_inset
929
930
931 \family typewriter
932 starlet
933 \family default
934
935 \begin_inset Quotes erd
936 \end_inset
937
938 .
939 \end_layout
940
941 \begin_layout Standard
942 Things like notes, floats, etc., the so called insets can be dissolved.
943  This means that the inset is deleted and its content is left as normal
944  text.
945  Dissolving an inset is done by setting the cursor to the beginning of an
946  inset and pressing 
947 \family sans
948 Backspace
949 \family default
950  or by setting the cursor to the end and pressing 
951 \family sans
952 Delete
953 \family default
954 .
955 \end_layout
956
957 \begin_layout Section
958 Undo and Redo
959 \begin_inset LatexCommand index
960 name "Redo"
961
962 \end_inset
963
964
965 \begin_inset LatexCommand index
966 name "Undo"
967
968 \end_inset
969
970
971 \begin_inset LatexCommand label
972 name "sec:Undo-and-Redo"
973
974 \end_inset
975
976
977 \end_layout
978
979 \begin_layout Standard
980 If you make a mistake, you can easily recover from it.
981  LyX has a large-capacity undo/redo buffer.
982  Select 
983 \family sans
984 Edit\SpecialChar \menuseparator
985 Undo
986 \family default
987  to undo some mistake.
988  If you accidentally undo too much, use 
989 \family sans
990 Edit\SpecialChar \menuseparator
991 Redo
992 \family default
993  to 
994 \begin_inset Quotes eld
995 \end_inset
996
997 undo the undo.
998 \begin_inset Quotes erd
999 \end_inset
1000
1001  The undo mechanism is currently limited to 100 steps to minimize memory
1002  overhead.
1003  
1004 \end_layout
1005
1006 \begin_layout Standard
1007 Notice that if you revert back all changes to arrive to the document as
1008  it was last saved, the 
1009 \begin_inset Quotes eld
1010 \end_inset
1011
1012 changed
1013 \begin_inset Quotes erd
1014 \end_inset
1015
1016  status of the document is unfortunately not reset.
1017  This is a consequence of the 100 step undo limit, above.
1018 \end_layout
1019
1020 \begin_layout Standard
1021 The 
1022 \family sans
1023 Undo
1024 \family default
1025  and 
1026 \family sans
1027 Redo
1028 \family default
1029  work on almost everything in LyX.
1030  They have some quirks, too.
1031  They won't 
1032 \family sans
1033 Undo
1034 \family default
1035  or 
1036 \family sans
1037 Redo
1038 \family default
1039  text character by character, but by blocks of text.
1040  That can take some getting used to; you'll have to play with 
1041 \family sans
1042 Undo
1043 \family default
1044  and 
1045 \family sans
1046 Redo
1047 \family default
1048  to get a feel for just how much they'll undo/redo, and after time, you'll
1049  surely appreciate how it works.
1050 \end_layout
1051
1052 \begin_layout Section
1053 Mouse Operations
1054 \begin_inset LatexCommand index
1055 name "Mouse Operations"
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \begin_layout Standard
1063 This are the most basic mouse operations.
1064 \end_layout
1065
1066 \begin_layout Enumerate
1067 Motion
1068 \end_layout
1069
1070 \begin_deeper
1071 \begin_layout Itemize
1072 Click the 
1073 \emph on
1074 left mouse button
1075 \emph default
1076  once anywhere in the edit window.
1077  The cursor moves to the text under the mouse.
1078 \end_layout
1079
1080 \end_deeper
1081 \begin_layout Enumerate
1082 Selecting Text
1083 \end_layout
1084
1085 \begin_deeper
1086 \begin_layout Itemize
1087 Hold down the 
1088 \emph on
1089 left mouse button
1090 \emph default
1091  and drag the mouse.
1092  LyX marks the text between the old and new mouse positions.
1093  Use 
1094 \family sans
1095 Edit\SpecialChar \menuseparator
1096 Copy
1097 \family default
1098  to create a copy of the text in LyX's buffer (and the clipboard).
1099 \end_layout
1100
1101 \begin_layout Itemize
1102 Re-position the cursor and then paste the text back into LyX using 
1103 \family sans
1104 Edit\SpecialChar \menuseparator
1105 Paste
1106 \family default
1107 .
1108 \end_layout
1109
1110 \end_deeper
1111 \begin_layout Enumerate
1112 Insets (Footnotes, Notes, Floats, etc.)
1113 \end_layout
1114
1115 \begin_deeper
1116 \begin_layout Standard
1117
1118 \emph on
1119 Single click
1120 \emph default
1121  the left mouse button to open or close any of these.
1122  Right-click on them to set its properties.
1123  Also check the appropriate section of this manual for more details.
1124 \end_layout
1125
1126 \end_deeper
1127 \begin_layout Enumerate
1128 Tables
1129 \end_layout
1130
1131 \begin_deeper
1132 \begin_layout Standard
1133
1134 \emph on
1135 Single click
1136 \emph default
1137  the right mouse button to open a dialog that will allow you to manipulate
1138  the table.
1139 \end_layout
1140
1141 \end_deeper
1142 \begin_layout Section
1143 Basic Key Bindings
1144 \begin_inset LatexCommand label
1145 name "sec:Key-Bindings"
1146
1147 \end_inset
1148
1149
1150 \begin_inset LatexCommand index
1151 name "Key Bindings"
1152
1153 \end_inset
1154
1155
1156 \end_layout
1157
1158 \begin_layout Standard
1159 We're not going to cover all of the keybindings.
1160  Be aware that there are at least two different primary binding maps: CUA
1161  and Emacs.
1162  LyX's default is CUA.
1163 \end_layout
1164
1165 \begin_layout Standard
1166 Some keys, like 
1167 \family sans
1168 Page\InsetSpace ~
1169 Up
1170 \family default
1171
1172 \family sans
1173 Page\InsetSpace ~
1174 Down
1175 \family default
1176
1177 \family sans
1178 Left
1179 \family default
1180
1181 \family sans
1182 Right
1183 \family default
1184
1185 \family sans
1186 Up
1187 \family default
1188 , and 
1189 \family sans
1190 Down
1191 \family default
1192 , do exactly what you expect them to do.
1193  Other keys don't:
1194 \end_layout
1195
1196 \begin_layout Labeling
1197 \labelwidthstring 00.00.0000
1198
1199 \family sans
1200 Tab
1201 \begin_inset LatexCommand nomenclature
1202 symbol "Tab"
1203 description "Tabulator key"
1204
1205 \end_inset
1206
1207
1208 \family default
1209  There is no such thing as a tab stop in LyX.
1210  If you don't understand this, go read sections\InsetSpace ~
1211
1212 \begin_inset LatexCommand ref
1213 reference "sec:Par-indent-intro"
1214
1215 \end_inset
1216
1217  and 
1218 \begin_inset LatexCommand ref
1219 reference "sec:Paragraph-Environments"
1220
1221 \end_inset
1222
1223 , especially section\InsetSpace ~
1224
1225 \begin_inset LatexCommand ref
1226 reference "sub:Lists"
1227
1228 \end_inset
1229
1230 , right now.
1231  Yes, right now.
1232  If you're still confused, look in the 
1233 \emph on
1234 Tutorial
1235 \emph default
1236 .
1237 \end_layout
1238
1239 \begin_layout Labeling
1240 \labelwidthstring 00.00.0000
1241
1242 \family sans
1243 Esc
1244 \begin_inset LatexCommand nomenclature
1245 symbol "Esc"
1246 description "Escape key"
1247
1248 \end_inset
1249
1250
1251 \family default
1252  This is the 
1253 \begin_inset Quotes eld
1254 \end_inset
1255
1256 cancel key.
1257 \begin_inset Quotes erd
1258 \end_inset
1259
1260  It's used, generically, to cancel operations.
1261  Other parts of the manual will go into greater detail about this.
1262 \end_layout
1263
1264 \begin_layout Labeling
1265 \labelwidthstring 00.00.0000
1266
1267 \family sans
1268 Home
1269 \family default
1270 \InsetSpace ~
1271 and\InsetSpace ~
1272
1273 \family sans
1274 End
1275 \family default
1276  These move the cursor, respectively, to the beginning and end of a line,
1277  unless you are using the Emacs bindings where they jump to the beginning
1278  or end of the file.
1279 \end_layout
1280
1281 \begin_layout Standard
1282 There are three modifier keys:
1283 \end_layout
1284
1285 \begin_layout Labeling
1286 \labelwidthstring 00.00.0000
1287
1288 \family sans
1289 Control
1290 \family default
1291  (Denoted by 
1292 \begin_inset Quotes eld
1293 \end_inset
1294
1295
1296 \family sans
1297 C
1298 \family default
1299
1300 \begin_inset Quotes erd
1301 \end_inset
1302
1303
1304 \begin_inset LatexCommand nomenclature
1305 symbol "C"
1306 description "Control key"
1307
1308 \end_inset
1309
1310  in the documentation files) This has a couple of different uses, depending
1311  on which keys it's used in combination with:
1312 \end_layout
1313
1314 \begin_deeper
1315 \begin_layout Itemize
1316 With 
1317 \family sans
1318 Backspace
1319 \family default
1320  or 
1321 \family sans
1322 Delete
1323 \family default
1324 , it deletes an entire word instead of a single character.
1325 \end_layout
1326
1327 \begin_layout Itemize
1328 With 
1329 \family sans
1330 Left
1331 \family default
1332  and 
1333 \family sans
1334 Right
1335 \family default
1336 , it moves by words instead of characters.
1337 \end_layout
1338
1339 \begin_layout Itemize
1340 With 
1341 \family sans
1342 Home
1343 \family default
1344  and 
1345 \family sans
1346 End
1347 \family default
1348 , it moves to the beginning and the end of the document, respectively.
1349 \end_layout
1350
1351 \end_deeper
1352 \begin_layout Labeling
1353 \labelwidthstring 00.00.0000
1354
1355 \family sans
1356 Shift
1357 \family default
1358  (Denoted by 
1359 \begin_inset Quotes eld
1360 \end_inset
1361
1362
1363 \family sans
1364 S
1365 \family default
1366
1367 \begin_inset Quotes erd
1368 \end_inset
1369
1370
1371 \begin_inset LatexCommand nomenclature
1372 symbol "S"
1373 description "Shift key"
1374
1375 \end_inset
1376
1377  in the documentation files) Use this with any of the motion keys to select
1378  the text between the old and new cursor positions.
1379 \end_layout
1380
1381 \begin_layout Labeling
1382 \labelwidthstring 00.00.0000
1383
1384 \family sans
1385 Meta
1386 \family default
1387  (Denoted by 
1388 \begin_inset Quotes eld
1389 \end_inset
1390
1391
1392 \family sans
1393 M
1394 \family default
1395
1396 \begin_inset Quotes erd
1397 \end_inset
1398
1399
1400 \begin_inset LatexCommand nomenclature
1401 symbol "M"
1402 description "Meta or Alt key"
1403
1404 \end_inset
1405
1406  in the documentation files) This is the Alt key on many keyboards, unless
1407  your keyboard has a distinct Meta key.
1408  If you have both keys, you will need to try out which one actually performs
1409  the 
1410 \family sans
1411 Meta-
1412 \family default
1413  function.
1414  This key does many different things, but it also activates the 
1415 \emph on
1416 menu accelerator keys
1417 \emph default
1418 .
1419  If you use this in combination with any of the underlined letters in a
1420  menu or menu item, it selects that menu item.
1421 \end_layout
1422
1423 \begin_deeper
1424 \begin_layout Standard
1425 For example, the sequence 
1426 \begin_inset Quotes eld
1427 \end_inset
1428
1429
1430 \family sans
1431 M\InsetSpace ~
1432 e\InsetSpace ~
1433 s
1434 \family default
1435 \InsetSpace ~
1436
1437 \family sans
1438 c
1439 \family default
1440
1441 \begin_inset Quotes erd
1442 \end_inset
1443
1444  
1445 \family sans
1446 brings
1447 \family default
1448  up the 
1449 \begin_inset Quotes eld
1450 \end_inset
1451
1452 Text Style
1453 \begin_inset Quotes erd
1454 \end_inset
1455
1456  menu.
1457  Typing 
1458 \begin_inset Quotes eld
1459 \end_inset
1460
1461
1462 \family sans
1463 M\InsetSpace ~
1464 f
1465 \family default
1466
1467 \begin_inset Quotes erd
1468 \end_inset
1469
1470  opens the 
1471 \family sans
1472 File
1473 \family default
1474  menu.
1475 \end_layout
1476
1477 \begin_layout Standard
1478 There are also other things bound to the 
1479 \family sans
1480 Meta-
1481 \family default
1482  key, but you'll have to check in the 
1483 \emph on
1484 Reference
1485 \emph default
1486  
1487 \emph on
1488 manual
1489 \emph default
1490  for more info.
1491 \end_layout
1492
1493 \end_deeper
1494 \begin_layout Standard
1495 You'll learn more and more keybindings and short-cut keys as you use LyX,
1496  because most actions will prompt a small message in the status bar at the
1497  bottom of LyX's main window which describe the name of the action, you've
1498  just triggered, and any existing keybindings for that action.
1499  The notation for the keybindings is very similar to the notation used in
1500  this documentation, so you should not have any problems understanding it.
1501  However, notice that Shift-modifiers are explicitly mentioned, so 
1502 \family sans
1503
1504 \begin_inset Quotes eld
1505 \end_inset
1506
1507 M-p S-A
1508 \family default
1509
1510 \begin_inset Quotes erd
1511 \end_inset
1512
1513  means 
1514 \family sans
1515 Meta-p
1516 \family default
1517  followed by a capital 
1518 \family sans
1519 A
1520 \family default
1521 .
1522  
1523 \begin_inset Quotes eld
1524 \end_inset
1525
1526
1527 \family sans
1528 S-C-s
1529 \family default
1530
1531 \begin_inset Quotes erd
1532 \end_inset
1533
1534  means 
1535 \family sans
1536 Shift-Control-s
1537 \family default
1538 .
1539 \end_layout
1540
1541 \begin_layout Chapter
1542 LyX Basics
1543 \begin_inset LatexCommand index
1544 name "LyX ! Basics"
1545
1546 \end_inset
1547
1548
1549 \end_layout
1550
1551 \begin_layout Section
1552 Document Types
1553 \begin_inset LatexCommand index
1554 name "Document ! Types"
1555
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \begin_layout Subsection
1562 Introduction
1563 \end_layout
1564
1565 \begin_layout Standard
1566 Before you do anything else, before you ever start writing a document, you
1567  need to decide what type of document you want to edit.
1568  Different types of documents use different types of spacing, headings,
1569  numbering schemes, and so on.
1570  Additionally, different documents use different paragraph environments,
1571  and format the title of your document differently.
1572 \end_layout
1573
1574 \begin_layout Standard
1575
1576 \emph on
1577 document class
1578 \emph default
1579  describes a group of properties common to a particular set of documents.
1580  By setting the document class, you automatically select these properties,
1581  making it easier to create the type of document you want.
1582  If you don't choose a document class, LyX picks one for you by default.
1583  So, it behooves you to change the class of your document.
1584 \end_layout
1585
1586 \begin_layout Standard
1587 Read on for info about the document classes you can choose from LyX, and
1588  how to adjust their properties.
1589 \end_layout
1590
1591 \begin_layout Subsection
1592 Document Classes
1593 \begin_inset LatexCommand index
1594 name "Document ! Classes"
1595
1596 \end_inset
1597
1598
1599 \begin_inset LatexCommand label
1600 name "sec:Document-Classes"
1601
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \begin_layout Subsubsection
1608 Overview
1609 \end_layout
1610
1611 \begin_layout Standard
1612 There are four standard document classes in LyX.
1613  They are:
1614 \end_layout
1615
1616 \begin_layout Description
1617 Article for basic articles
1618 \end_layout
1619
1620 \begin_layout Description
1621 Report for basic reports
1622 \end_layout
1623
1624 \begin_layout Description
1625 Book for writing a book
1626 \end_layout
1627
1628 \begin_layout Description
1629 Letter for US-style letters
1630 \end_layout
1631
1632 \begin_layout Standard
1633 There are also some non-standard classes, which LyX only uses if you have
1634  installed them.
1635  Here are some of the classes, the full list with detailed explanations
1636  can be found in chapter 
1637 \emph on
1638 Special Document Classes
1639 \emph default
1640  in the 
1641 \emph on
1642 Extended Features
1643 \emph default
1644  manual:
1645 \end_layout
1646
1647 \begin_layout Description
1648 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1649 \end_layout
1650
1651 \begin_layout Description
1652 AAST
1653 \family sans
1654
1655 \begin_inset ERT
1656 status collapsed
1657
1658 \begin_layout Standard
1659
1660 {}
1661 \end_layout
1662
1663 \end_inset
1664
1665
1666 \family default
1667 eX For submissions to the journals published by the American Astronomical
1668  Society
1669 \end_layout
1670
1671 \begin_layout Description
1672 AMS Layouts for articles and books in the style and format used by the American
1673  Mathematical Society (AMS).
1674  There are three article layouts available.
1675  The standard one uses a typical numbering scheme for theorems etc., that
1676  prepends the section number to the number of the result.
1677  All result-type statements (propositions, corollaries, and so on) are sequenced
1678  together, but definitions, examples, and the like have their own sequence.
1679  The 
1680 \begin_inset Quotes eld
1681 \end_inset
1682
1683 sequential numbering
1684 \begin_inset Quotes erd
1685 \end_inset
1686
1687  scheme does not place the section number with each result, but numbers
1688  them throughout the article in a single sequence.
1689  Each type of result gets its own sequence.
1690  There is also a layout that dispenses with numbering of statements altogether.
1691 \end_layout
1692
1693 \begin_layout Description
1694 Beamer Layout for presentations
1695 \end_layout
1696
1697 \begin_layout Description
1698 broadway Layout for writing plays.
1699  It is not an existing LaTeX document class, but a new one which is distributed
1700  with LyX.
1701 \end_layout
1702
1703 \begin_layout Description
1704 curiculum\InsetSpace ~
1705 vitae classes to create curriculum vitae
1706 \end_layout
1707
1708 \begin_layout Description
1709 Dinbrief Letters in format of the DIN (German industry norm)
1710 \end_layout
1711
1712 \begin_layout Description
1713 dtk Layout for 
1714 \family typewriter
1715 Die TeXnische Komödie
1716 \family default
1717 , the journal of the German TeX user Group (Dante)
1718 \end_layout
1719
1720 \begin_layout Description
1721 Elsevier Layout for journals of the Elsevier publishing group
1722 \end_layout
1723
1724 \begin_layout Description
1725 Foils Used to make transparencies
1726 \end_layout
1727
1728 \begin_layout Description
1729 g-brief Letters in format of the DIN (German industry norm)
1730 \end_layout
1731
1732 \begin_layout Description
1733 hollywood Used to type spec scripts for the US film industry.
1734  It is not an existing LaTeX document class, but a new one which is distributed
1735  with LyX.
1736 \end_layout
1737
1738 \begin_layout Description
1739 IEEEtran Layout for the journals published by the Institute of Electrical
1740  and Electronics Engineers (IEEE)
1741 \end_layout
1742
1743 \begin_layout Description
1744 IOP Layout for journals of the Institute of Physics publishing group
1745 \end_layout
1746
1747 \begin_layout Description
1748 Kluwer Layout for journals of the Kluwer publishing group
1749 \end_layout
1750
1751 \begin_layout Description
1752 koma-script a replacement for the standard classes, offers many useful features
1753  like caption formatting, automatic print space calculation etc.
1754 \end_layout
1755
1756 \begin_layout Description
1757 Memoir another replacement for the standard classes
1758 \end_layout
1759
1760 \begin_layout Description
1761 paper Used with the 
1762 \family typewriter
1763 paper
1764 \family default
1765  LaTeX document class
1766 \end_layout
1767
1768 \begin_layout Description
1769 Powerdot Layout for presentations
1770 \end_layout
1771
1772 \begin_layout Description
1773 REVTe
1774 \begin_inset ERT
1775 status collapsed
1776
1777 \begin_layout Standard
1778
1779 {}
1780 \end_layout
1781
1782 \end_inset
1783
1784 X is used to write articles for the publications of the American Physical
1785  Society (APS), American Institute of Physics (AIP), and Optical Society
1786  of America (OSA).
1787  This class is not completely compatible with all LyX features.
1788 \end_layout
1789
1790 \begin_layout Description
1791 Slides Used to make transparencies
1792 \end_layout
1793
1794 \begin_layout Description
1795 SPIE\InsetSpace ~
1796 Proceedings Layout for the journals published by The International Society
1797  for Optical Engineering (SPIE)
1798 \end_layout
1799
1800 \begin_layout Description
1801 Springer Layouts for journals of the Springer publishing group
1802 \end_layout
1803
1804 \begin_layout Description
1805 TUGboat Layout for 
1806 \family typewriter
1807 TUGboat
1808 \family default
1809 , the journal of the international TeX user Group (TUG)
1810 \end_layout
1811
1812 \begin_layout Standard
1813 We won't go into any detail about how to use these different document classes
1814  here.
1815  You can find all the details about the non-standard classes in the 
1816 \emph on
1817 Extended Editing
1818 \emph default
1819  manual.
1820  Here, we will settle with a list of some of the common properties of all
1821  of the document classes.
1822 \end_layout
1823
1824 \begin_layout Subsubsection
1825 Selecting a Class
1826 \end_layout
1827
1828 \begin_layout Standard
1829 You can select a class using the 
1830 \family sans
1831 Document\SpecialChar \menuseparator
1832 Settings
1833 \begin_inset LatexCommand index
1834 name "Document ! Settings"
1835
1836 \end_inset
1837
1838
1839 \family default
1840  dialog.
1841  Select the class you want to use, and make any fine tunings of the options
1842  you may need.
1843 \end_layout
1844
1845 \begin_layout Subsubsection
1846 Properties
1847 \end_layout
1848
1849 \begin_layout Standard
1850 Each class has a default set of options.
1851  Here's a quick table describing them:
1852 \end_layout
1853
1854 \begin_layout Standard
1855 \begin_inset VSpace 0.3cm
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Standard
1862 \align center
1863 \begin_inset Tabular
1864 <lyxtabular version="3" rows="5" columns="5">
1865 <features>
1866 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1867 <column alignment="center" valignment="top" leftline="true" width="0pt">
1868 <column alignment="center" valignment="top" leftline="true" width="0pt">
1869 <column alignment="center" valignment="top" leftline="true" width="0pt">
1870 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1871 <row topline="true" bottomline="true">
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Standard
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Standard
1885
1886 \family sans
1887 \series medium
1888 \shape up
1889 \size normal
1890 \emph off
1891 \bar no
1892 \noun off
1893 \color none
1894 Pagestyle
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Standard
1903
1904 \family sans
1905 \series medium
1906 \shape up
1907 \size normal
1908 \emph off
1909 \bar no
1910 \noun off
1911 \color none
1912 Sides
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Standard
1921
1922 \family sans
1923 \series medium
1924 \shape up
1925 \size normal
1926 \emph off
1927 \bar no
1928 \noun off
1929 \color none
1930 Columns
1931 \end_layout
1932
1933 \end_inset
1934 </cell>
1935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Standard
1939
1940 \series medium
1941 \shape up
1942 \size normal
1943 \emph off
1944 \bar no
1945 \noun off
1946 \color none
1947 Max.
1948  sectioning level
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 </row>
1954 <row topline="true">
1955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1956 \begin_inset Text
1957
1958 \begin_layout Standard
1959
1960 \series medium
1961 \shape up
1962 \size normal
1963 \emph off
1964 \bar no
1965 \noun off
1966 \color none
1967 article
1968 \end_layout
1969
1970 \end_inset
1971 </cell>
1972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1973 \begin_inset Text
1974
1975 \begin_layout Standard
1976
1977 \family sans
1978 \series medium
1979 \shape up
1980 \size normal
1981 \emph off
1982 \bar no
1983 \noun off
1984 \color none
1985 Plain
1986 \end_layout
1987
1988 \end_inset
1989 </cell>
1990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1991 \begin_inset Text
1992
1993 \begin_layout Standard
1994
1995 \family sans
1996 \series medium
1997 \shape up
1998 \size normal
1999 \emph off
2000 \bar no
2001 \noun off
2002 \color none
2003 One
2004 \end_layout
2005
2006 \end_inset
2007 </cell>
2008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2009 \begin_inset Text
2010
2011 \begin_layout Standard
2012
2013 \family sans
2014 \series medium
2015 \shape up
2016 \size normal
2017 \emph off
2018 \bar no
2019 \noun off
2020 \color none
2021 One
2022 \end_layout
2023
2024 \end_inset
2025 </cell>
2026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2027 \begin_inset Text
2028
2029 \begin_layout Standard
2030
2031 \family sans
2032 \series medium
2033 \shape up
2034 \size normal
2035 \emph off
2036 \bar no
2037 \noun off
2038 \color none
2039 Section
2040 \end_layout
2041
2042 \end_inset
2043 </cell>
2044 </row>
2045 <row topline="true">
2046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2047 \begin_inset Text
2048
2049 \begin_layout Standard
2050
2051 \series medium
2052 \shape up
2053 \size normal
2054 \emph off
2055 \bar no
2056 \noun off
2057 \color none
2058 report
2059 \end_layout
2060
2061 \end_inset
2062 </cell>
2063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2064 \begin_inset Text
2065
2066 \begin_layout Standard
2067
2068 \family sans
2069 \series medium
2070 \shape up
2071 \size normal
2072 \emph off
2073 \bar no
2074 \noun off
2075 \color none
2076 Plain
2077 \end_layout
2078
2079 \end_inset
2080 </cell>
2081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2082 \begin_inset Text
2083
2084 \begin_layout Standard
2085
2086 \family sans
2087 \series medium
2088 \shape up
2089 \size normal
2090 \emph off
2091 \bar no
2092 \noun off
2093 \color none
2094 One
2095 \end_layout
2096
2097 \end_inset
2098 </cell>
2099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2100 \begin_inset Text
2101
2102 \begin_layout Standard
2103
2104 \family sans
2105 \series medium
2106 \shape up
2107 \size normal
2108 \emph off
2109 \bar no
2110 \noun off
2111 \color none
2112 One
2113 \end_layout
2114
2115 \end_inset
2116 </cell>
2117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2118 \begin_inset Text
2119
2120 \begin_layout Standard
2121
2122 \family sans
2123 \series medium
2124 \shape up
2125 \size normal
2126 \emph off
2127 \bar no
2128 \noun off
2129 \color none
2130 Chapter
2131 \end_layout
2132
2133 \end_inset
2134 </cell>
2135 </row>
2136 <row topline="true">
2137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2138 \begin_inset Text
2139
2140 \begin_layout Standard
2141
2142 \series medium
2143 \shape up
2144 \size normal
2145 \emph off
2146 \bar no
2147 \noun off
2148 \color none
2149 book
2150 \end_layout
2151
2152 \end_inset
2153 </cell>
2154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2155 \begin_inset Text
2156
2157 \begin_layout Standard
2158
2159 \family sans
2160 \series medium
2161 \shape up
2162 \size normal
2163 \emph off
2164 \bar no
2165 \noun off
2166 \color none
2167 Headings
2168 \end_layout
2169
2170 \end_inset
2171 </cell>
2172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2173 \begin_inset Text
2174
2175 \begin_layout Standard
2176
2177 \family sans
2178 \series medium
2179 \shape up
2180 \size normal
2181 \emph off
2182 \bar no
2183 \noun off
2184 \color none
2185 Two
2186 \end_layout
2187
2188 \end_inset
2189 </cell>
2190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2191 \begin_inset Text
2192
2193 \begin_layout Standard
2194
2195 \family sans
2196 \series medium
2197 \shape up
2198 \size normal
2199 \emph off
2200 \bar no
2201 \noun off
2202 \color none
2203 One
2204 \end_layout
2205
2206 \end_inset
2207 </cell>
2208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2209 \begin_inset Text
2210
2211 \begin_layout Standard
2212
2213 \family sans
2214 \series medium
2215 \shape up
2216 \size normal
2217 \emph off
2218 \bar no
2219 \noun off
2220 \color none
2221 Chapter
2222 \end_layout
2223
2224 \end_inset
2225 </cell>
2226 </row>
2227 <row topline="true" bottomline="true">
2228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2229 \begin_inset Text
2230
2231 \begin_layout Standard
2232
2233 \series medium
2234 \shape up
2235 \size normal
2236 \emph off
2237 \bar no
2238 \noun off
2239 \color none
2240 letter
2241 \end_layout
2242
2243 \end_inset
2244 </cell>
2245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2246 \begin_inset Text
2247
2248 \begin_layout Standard
2249
2250 \family sans
2251 \series medium
2252 \shape up
2253 \size normal
2254 \emph off
2255 \bar no
2256 \noun off
2257 \color none
2258 Plain
2259 \end_layout
2260
2261 \end_inset
2262 </cell>
2263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2264 \begin_inset Text
2265
2266 \begin_layout Standard
2267
2268 \family sans
2269 \series medium
2270 \shape up
2271 \size normal
2272 \emph off
2273 \bar no
2274 \noun off
2275 \color none
2276 One
2277 \end_layout
2278
2279 \end_inset
2280 </cell>
2281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2282 \begin_inset Text
2283
2284 \begin_layout Standard
2285
2286 \family sans
2287 \series medium
2288 \shape up
2289 \size normal
2290 \emph off
2291 \bar no
2292 \noun off
2293 \color none
2294 One
2295 \end_layout
2296
2297 \end_inset
2298 </cell>
2299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2300 \begin_inset Text
2301
2302 \begin_layout Standard
2303
2304 \series medium
2305 \shape up
2306 \size normal
2307 \emph off
2308 \bar no
2309 \noun off
2310 \color none
2311 none
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 </row>
2317 </lyxtabular>
2318
2319 \end_inset
2320
2321
2322 \end_layout
2323
2324 \begin_layout Standard
2325 \begin_inset VSpace 0.3cm
2326 \end_inset
2327
2328
2329 \end_layout
2330
2331 \begin_layout Standard
2332 You're probably also wondering what 
2333 \begin_inset Quotes eld
2334 \end_inset
2335
2336 Max.\InsetSpace ~
2337 sectioning level
2338 \begin_inset Quotes erd
2339 \end_inset
2340
2341  means.
2342  There are several paragraph environments used to create section headings.
2343  Different document classes allow different types of section headings.
2344  Only two use the 
2345 \family sans
2346 Chapter
2347 \family default
2348  heading; the rest do not and begin instead with the 
2349 \family sans
2350 Section
2351 \family default
2352  heading.
2353  Some document classes, such as the ones for letters, don't use any section
2354  headings.
2355  In addition to 
2356 \family sans
2357 Chapter
2358 \family default
2359  and 
2360 \family sans
2361 Section
2362 \family default
2363  headings, there are also 
2364 \family sans
2365 Subsection
2366 \family default
2367  headings, 
2368 \family sans
2369 Subsubsection
2370 \family default
2371  headings, and so on.
2372  We'll describe these headings fully in section\InsetSpace ~
2373
2374 \begin_inset LatexCommand ref
2375 reference "sub:Headings"
2376
2377 \end_inset
2378
2379 .
2380 \end_layout
2381
2382 \begin_layout Subsection
2383 Document Layout
2384 \begin_inset LatexCommand index
2385 name "Document !  Layout"
2386
2387 \end_inset
2388
2389
2390 \begin_inset LatexCommand label
2391 name "sub:Document-Layout"
2392
2393 \end_inset
2394
2395
2396 \family sans
2397
2398 \begin_inset LatexCommand index
2399 name "Document ! Settings"
2400
2401 \end_inset
2402
2403
2404 \end_layout
2405
2406 \begin_layout Standard
2407 The most important properties of documents classes are set in the menu 
2408 \family sans
2409 Document\SpecialChar \menuseparator
2410 Settings
2411 \family default
2412 .
2413  There in the 
2414 \family sans
2415 Options
2416 \family default
2417  field under 
2418 \family sans
2419 Documents\InsetSpace ~
2420 classes
2421 \family default
2422 , you can enter special options for your document class in a comma-separated
2423  list.
2424  This is only necessary if LyX doesn't support special options you want
2425  to use for your document.
2426  To learn more about your favorite LaTeX-class and its options, you have
2427  to read its manual.
2428 \end_layout
2429
2430 \begin_layout Standard
2431 Under 
2432 \family sans
2433 Page\InsetSpace ~
2434 Layout
2435 \family default
2436  the 
2437 \family sans
2438 Pagestyle
2439 \family default
2440  controls what sorts of headings and page numbers go on a page.
2441  You can choose between the following five options:
2442 \end_layout
2443
2444 \begin_layout Labeling
2445 \labelwidthstring 00.00.0000
2446
2447 \family sans
2448 Default
2449 \family default
2450  Use default pagestyle of current class.
2451 \end_layout
2452
2453 \begin_layout Labeling
2454 \labelwidthstring 00.00.0000
2455
2456 \family sans
2457 Empty
2458 \family default
2459  No page numbers or headings.
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464
2465 \family sans
2466 Plain
2467 \family default
2468  Page numbers only.
2469 \end_layout
2470
2471 \begin_layout Labeling
2472 \labelwidthstring 00.00.0000
2473
2474 \family sans
2475 Headings
2476 \family default
2477  Page numbers and either the current chapter or section title and number.
2478  Whether LyX uses the current chapter or the current section depends on
2479  the maximum sectioning level of the class.
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484
2485 \family sans
2486 Fancy
2487 \family default
2488  This allows you to create fully customizable headers and footers if you
2489  have the 
2490 \series bold
2491 fancyhdr
2492 \begin_inset LatexCommand index
2493 name "LaTeX-packages ! fancyhdr"
2494
2495 \end_inset
2496
2497
2498 \series default
2499  package installed.
2500  At the moment, support in LyX is limited to this setting.
2501  To use the full power of this package, you have to add code to your document
2502  preamble.
2503  Check the documentation for the 
2504 \series bold
2505 fancyhdr
2506 \series default
2507  package for more details, 
2508 \begin_inset LatexCommand cite
2509 key "fancyhdr"
2510
2511 \end_inset
2512
2513 .
2514 \end_layout
2515
2516 \begin_layout Standard
2517 The 
2518 \family sans
2519 Separation
2520 \family default
2521  of paragraphs is described in section\InsetSpace ~
2522
2523 \begin_inset LatexCommand ref
2524 reference "sec:Par-indent-intro"
2525
2526 \end_inset
2527
2528 .
2529 \end_layout
2530
2531 \begin_layout Subsection
2532 Paper Size and Orientation
2533 \begin_inset LatexCommand index
2534 name "Document ! Paper size"
2535
2536 \end_inset
2537
2538
2539 \begin_inset LatexCommand label
2540 name "sub:Paper-Size,-Orientation,"
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Standard
2548 You'll find the following options in the menu 
2549 \family sans
2550 Page\InsetSpace ~
2551 Layout
2552 \family default
2553  of the dialog of the 
2554 \family sans
2555 Document\SpecialChar \menuseparator
2556 Settings
2557 \family default
2558  menu:
2559 \family sans
2560
2561 \begin_inset LatexCommand index
2562 name "Document ! Settings"
2563
2564 \end_inset
2565
2566
2567 \end_layout
2568
2569 \begin_layout Labeling
2570 \labelwidthstring 00.00.0000
2571
2572 \family sans
2573 Papersize
2574 \family default
2575  What size paper to print on.
2576  The choices are
2577 \end_layout
2578
2579 \begin_layout Itemize
2580
2581 \family sans
2582 Default
2583 \end_layout
2584
2585 \begin_layout Itemize
2586
2587 \family sans
2588 A3, A4,
2589 \family default
2590  
2591 \family sans
2592 A5
2593 \end_layout
2594
2595 \begin_layout Itemize
2596
2597 \family sans
2598 B3, B4, B5
2599 \end_layout
2600
2601 \begin_layout Itemize
2602
2603 \family sans
2604 US letter
2605 \end_layout
2606
2607 \begin_layout Itemize
2608
2609 \family sans
2610 US legal
2611 \end_layout
2612
2613 \begin_layout Itemize
2614
2615 \family sans
2616 US executive
2617 \end_layout
2618
2619 \begin_layout Itemize
2620
2621 \family sans
2622 Custom
2623 \end_layout
2624
2625 \begin_layout Labeling
2626 \labelwidthstring 00.00.0000
2627
2628 \family sans
2629 Orientation
2630 \family default
2631  Two toggle buttons choose whether to print the output as 
2632 \family sans
2633 Landscape
2634 \family default
2635  or as 
2636 \family sans
2637 Portrait
2638 \family default
2639 .
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644
2645 \family sans
2646 Two-sided\InsetSpace ~
2647 document
2648 \family default
2649  Adjusts the print space to print both sides of paper.
2650  That means that the print space for odd- and even-numbered pages is different.
2651 \end_layout
2652
2653 \begin_layout Subsection
2654 Margins
2655 \begin_inset LatexCommand index
2656 name "Document ! Margins"
2657
2658 \end_inset
2659
2660
2661 \begin_inset LatexCommand label
2662 name "sub:Margins"
2663
2664 \end_inset
2665
2666
2667 \begin_inset LatexCommand index
2668 name "Margins"
2669
2670 \end_inset
2671
2672
2673 \end_layout
2674
2675 \begin_layout Standard
2676 Paper margins are set in the menu 
2677 \family sans
2678 Document\SpecialChar \menuseparator
2679 Settings
2680 \family default
2681 .
2682 \family sans
2683
2684 \begin_inset LatexCommand index
2685 name "Document ! Settings"
2686
2687 \end_inset
2688
2689
2690 \end_layout
2691
2692 \begin_layout Standard
2693 If you use a koma-script document class, you can use the default settings.
2694  Because koma-script calculates then the printspace automatically by taking
2695  the paper format and the font size into account.
2696 \end_layout
2697
2698 \begin_layout Subsection
2699 Important Note
2700 \end_layout
2701
2702 \begin_layout Standard
2703 If you change a document class, LyX has to convert 
2704 \emph on
2705 everything
2706 \emph default
2707  into the new class.
2708  That includes the paragraph environments.
2709  Some paragraph environments are standard; all of the document classes have
2710  them; but some classes have special paragraph environments.
2711  If this is the case, and you change the document class, LyX sets the missing
2712  paragraph environments to 
2713 \family sans
2714 Standard
2715 \family default
2716  and places an error box at the beginning of the paragraph.
2717  Just click on them and you'll get a message dialog that tells you about
2718  the conversion and why it failed.
2719 \end_layout
2720
2721 \begin_layout Section
2722 Paragraph Indentation and Separation
2723 \begin_inset LatexCommand index
2724 name "Paragraph ! Indentation"
2725
2726 \end_inset
2727
2728
2729 \end_layout
2730
2731 \begin_layout Subsection
2732 Introduction
2733 \begin_inset LatexCommand label
2734 name "sec:Par-indent-intro"
2735
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \begin_layout Standard
2742 Before describing all of the various paragraph environments, we'd like to
2743  say a word or two about paragraph indentation.
2744 \end_layout
2745
2746 \begin_layout Standard
2747 Everyone seems to have their own convention for separating paragraphs.
2748  Most Americans indent the first line of a paragraph.
2749  Others don't indent but put extra space between the paragraphs.
2750  If you choose indentation for paragraphs the 
2751 \emph on
2752 first
2753 \emph default
2754  paragraph of a section, or after a figure, an equation, a table, a list,
2755  etc., is 
2756 \emph on
2757 not
2758 \emph default
2759  indented.
2760  Only a paragraph following another paragraph gets indented.
2761  Note that the indentation behavior is different when you use another document
2762  language than English.
2763  LaTeX takes care that the indentation follows the rules of the used language.
2764 \end_layout
2765
2766 \begin_layout Standard
2767 The space between paragraphs, like the line spacing, the space between headings
2768  and text --- in fact, all of the spacings for just about everything are
2769  pre-coded into LyX.
2770  As we said, you don't worry about how much space to add between what.
2771  LyX takes care of that.
2772  In fact, these pre-coded vertical spacings aren't a single number but a
2773  range.
2774  That way, LyX can squish or stretch the space between lines to make sure
2775  figures fit on a page with text, so that sections don't start at the bottom
2776  of a page, and so on.
2777 \begin_inset Foot
2778 status collapsed
2779
2780 \begin_layout Standard
2781 LaTeX does this when LyX goes to produce a printable file.
2782 \end_layout
2783
2784 \end_inset
2785
2786  However, pre-coded doesn't mean you can't change them.
2787  LyX gives you the ability to globally change 
2788 \emph on
2789 all
2790 \emph default
2791  of these pre-coded spacings.
2792  We'll explain more later.
2793 \end_layout
2794
2795 \begin_layout Subsection
2796 Paragraph Separation
2797 \begin_inset LatexCommand index
2798 name "Paragraph ! Separation"
2799
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \begin_layout Standard
2806 To separate paragraphs, select 
2807 \family sans
2808 Indent
2809 \family default
2810  or 
2811 \family sans
2812 Skip
2813 \family default
2814  in the submenu 
2815 \family sans
2816 Text\InsetSpace ~
2817 Layout
2818 \family default
2819  of the dialog 
2820 \family sans
2821 Document\SpecialChar \menuseparator
2822 Settings
2823 \begin_inset LatexCommand index
2824 name "Document ! Settings"
2825
2826 \end_inset
2827
2828
2829 \family default
2830  to indent paragraphs or add extra space between paragraphs, respectively.
2831  The size of the skips can be defined in the dialog, for the indentation
2832  you have to add this line to your document preamble:
2833 \end_layout
2834
2835 \begin_layout Standard
2836
2837 \series bold
2838
2839 \backslash
2840 setlength{
2841 \backslash
2842 parindent}{Length}
2843 \end_layout
2844
2845 \begin_layout Standard
2846 where length is a value in one of the units listed in Appendix\InsetSpace ~
2847
2848 \begin_inset LatexCommand ref
2849 reference "cap:Units"
2850
2851 \end_inset
2852
2853 .
2854  The default length is 30\InsetSpace \thinspace{}
2855 pt.
2856 \end_layout
2857
2858 \begin_layout Subsection
2859 Fine-Tuning
2860 \end_layout
2861
2862 \begin_layout Standard
2863 You can also change the separation method of a single paragraph.
2864  Open the 
2865 \family sans
2866 Edit\SpecialChar \menuseparator
2867 Paragraph\InsetSpace ~
2868 Settings
2869 \family default
2870  dialog and toggle the 
2871 \family sans
2872 Indent\InsetSpace ~
2873 Paragraph
2874 \family default
2875  option to change the state of the current paragraph.
2876  If paragraphs have no indentation but use extra space for separation, this
2877  button will be ignored (you can't indent a single paragraph by toggling
2878  this).
2879 \end_layout
2880
2881 \begin_layout Standard
2882 You should only need to change the indentation method for a single paragraph
2883  if you need to do some fine-tuning.
2884 \end_layout
2885
2886 \begin_layout Subsection
2887 Line Spacing
2888 \begin_inset LatexCommand index
2889 name "Paragraph ! Line spacing"
2890
2891 \end_inset
2892
2893
2894 \end_layout
2895
2896 \begin_layout Standard
2897 In the 
2898 \family sans
2899 Document\SpecialChar \menuseparator
2900 Settings
2901 \begin_inset LatexCommand index
2902 name "Document ! Settings"
2903
2904 \end_inset
2905
2906
2907 \family default
2908  dialog you can set the line spacing in the submenu 
2909 \family sans
2910 Text\InsetSpace ~
2911 Layout.
2912 \family default
2913
2914 \begin_inset Foot
2915 status collapsed
2916
2917 \begin_layout Standard
2918 You need to have the LaTeX-package 
2919 \series bold
2920 setspace
2921 \begin_inset LatexCommand index
2922 name "LaTeX-packages ! setspace"
2923
2924 \end_inset
2925
2926
2927 \series default
2928  installed to use this feature.
2929 \end_layout
2930
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \begin_layout Section
2937 Paragraph Environments
2938 \begin_inset LatexCommand index
2939 name "Paragraph ! Environments"
2940
2941 \end_inset
2942
2943
2944 \begin_inset LatexCommand label
2945 name "sec:Paragraph-Environments"
2946
2947 \end_inset
2948
2949
2950 \begin_inset LatexCommand index
2951 name "Paragraph environments|("
2952
2953 \end_inset
2954
2955
2956 \end_layout
2957
2958 \begin_layout Subsection
2959 Overview
2960 \end_layout
2961
2962 \begin_layout Standard
2963 The paragraph environments correspond to the various
2964 \end_layout
2965
2966 \begin_layout Standard
2967
2968 \series bold
2969
2970 \backslash
2971 begin{
2972 \emph on
2973 environment
2974 \emph default
2975 } ...
2976  
2977 \backslash
2978 end{
2979 \emph on
2980 environment
2981 \emph default
2982 }
2983 \series default
2984
2985 \newline
2986 command sequences in an ordinary LaTeX file.
2987  If you don't know LaTeX, or the concept of a paragraph environment is totally
2988  alien to you, we urge you to read the 
2989 \emph on
2990 Tutorial
2991 \emph default
2992 .
2993  The 
2994 \emph on
2995 Tutorial
2996 \emph default
2997  also contains many more examples than this section does.
2998 \end_layout
2999
3000 \begin_layout Standard
3001 A paragraph environment is simply a 
3002 \begin_inset Quotes eld
3003 \end_inset
3004
3005 container
3006 \begin_inset Quotes erd
3007 \end_inset
3008
3009  for a paragraph which gives that paragraph certain properties.
3010  This can include a particular style of font, different margins, a numbering
3011  scheme, labels, and so on.
3012  Additionally, you can 
3013 \begin_inset Quotes eld
3014 \end_inset
3015
3016 nest
3017 \begin_inset Quotes erd
3018 \end_inset
3019
3020  the different environments inside one another, allowing one environment
3021  to inherit some of the properties of another.
3022  The different paragraph environments totally replace the need for messy
3023  tab stops, on the fly margin adjustment, and other hold-overs from the
3024  days of typewriters.
3025  There are several paragraph environments which are specific to a particular
3026  document type.
3027  We'll only be covering the most common ones here.
3028 \end_layout
3029
3030 \begin_layout Standard
3031 To choose a new paragraph environment, use the pull-down box on the left
3032  end of the toolbar.
3033  LyX will change the environment of the 
3034 \emph on
3035 entire
3036 \emph default
3037  paragraph in which the cursor sits.
3038  You can also change the environment of an entire group of paragraphs if
3039  you select them before choosing the new environment.
3040  
3041 \end_layout
3042
3043 \begin_layout Standard
3044 Note that hitting 
3045 \family sans
3046 Return
3047 \family default
3048  will 
3049 \emph on
3050 typically
3051 \emph default
3052  create a new paragraph using the 
3053 \family sans
3054 Standard
3055 \family default
3056  paragraph environment.
3057  We say 
3058 \begin_inset Quotes eld
3059 \end_inset
3060
3061 typically
3062 \begin_inset Quotes erd
3063 \end_inset
3064
3065  because if you are in one of these environments:
3066 \end_layout
3067
3068 \begin_layout Itemize
3069
3070 \family sans
3071 Quote
3072 \end_layout
3073
3074 \begin_layout Itemize
3075
3076 \family sans
3077 Quotation
3078 \end_layout
3079
3080 \begin_layout Itemize
3081
3082 \family sans
3083 Verse
3084 \end_layout
3085
3086 \begin_layout Itemize
3087
3088 \family sans
3089 Itemize
3090 \end_layout
3091
3092 \begin_layout Itemize
3093
3094 \family sans
3095 Enumerate
3096 \end_layout
3097
3098 \begin_layout Itemize
3099
3100 \family sans
3101 Description
3102 \end_layout
3103
3104 \begin_layout Itemize
3105
3106 \family sans
3107 List
3108 \end_layout
3109
3110 \begin_layout Standard
3111 LyX keeps the old paragraph environment when you hit 
3112 \family sans
3113 Return
3114 \family default
3115 , rather than resetting it to 
3116 \family sans
3117 Standard
3118 \family default
3119 .
3120  LyX will still reset the nesting depth, however.
3121  Usually, starting a new paragraph resets both the paragraph environment
3122  and the nesting depth (for more on nesting see section\InsetSpace ~
3123
3124 \begin_inset LatexCommand ref
3125 reference "sec:Nesting"
3126
3127 \end_inset
3128
3129 ).
3130  At the moment, all this is context-specific; you're better off expecting
3131  
3132 \family sans
3133 Return
3134 \family default
3135  to reset the paragraph environment and depth.
3136  If you want a new paragraph to keep the current environment and depth,
3137  use 
3138 \family sans
3139 M-Return
3140 \family default
3141  instead.
3142 \end_layout
3143
3144 \begin_layout Subsection
3145 Standard
3146 \end_layout
3147
3148 \begin_layout Standard
3149 The default paragraph environment is 
3150 \family sans
3151 Standard
3152 \family default
3153  for most classes.
3154  It creates a plain paragraph.
3155  If LyX resets the paragraph environment, this is the one it chooses.
3156  In fact, the paragraph you're reading right now (and most of the ones in
3157  this manual) are in the 
3158 \family sans
3159 Standard
3160 \family default
3161  environment.
3162 \end_layout
3163
3164 \begin_layout Standard
3165 You can nest a paragraph using the 
3166 \family sans
3167 Standard
3168 \family default
3169  environment in just about anything else, but you can't really nest anything
3170  in a 
3171 \family sans
3172 Standard
3173 \family default
3174  environment.
3175 \end_layout
3176
3177 \begin_layout Subsection
3178 Document Title
3179 \begin_inset LatexCommand index
3180 name "Document !Title"
3181
3182 \end_inset
3183
3184
3185 \end_layout
3186
3187 \begin_layout Standard
3188 A LaTeX title page has three parts: the title itself, the name(s) of the
3189  author(s) and a 
3190 \begin_inset Quotes eld
3191 \end_inset
3192
3193 footnote
3194 \begin_inset Quotes erd
3195 \end_inset
3196
3197  for thanks or contact information.
3198  For certain types of documents, LaTeX places all of this on a separate
3199  page along with today's date.
3200  For other types of documents, the title 
3201 \begin_inset Quotes eld
3202 \end_inset
3203
3204 page
3205 \begin_inset Quotes erd
3206 \end_inset
3207
3208  goes at the top of the first page of the document.
3209  
3210 \end_layout
3211
3212 \begin_layout Standard
3213 LyX provides an interface to the title page commands through the paragraph
3214  environments 
3215 \family sans
3216 Title
3217 \family default
3218
3219 \family sans
3220 Author
3221 \family default
3222 , and 
3223 \family sans
3224 Date
3225 \family default
3226 .
3227  Here's how you use them:
3228 \end_layout
3229
3230 \begin_layout Itemize
3231 Put the title of your document in the 
3232 \family sans
3233 Title
3234 \family default
3235  environment.
3236 \end_layout
3237
3238 \begin_layout Itemize
3239 Put the author name in the 
3240 \family sans
3241 Author
3242 \family default
3243  environment.
3244 \end_layout
3245
3246 \begin_layout Itemize
3247 If you want the date to have a certain appearance, want to use a fixed date,
3248  or want other text to appear in place of today's date, put that text in
3249  the 
3250 \family sans
3251 Date
3252 \family default
3253  environment.
3254  Note that using this environment is optional.
3255  If you don't provide any, LaTeX will automatically insert today's date.
3256  If you don't want any date, add the line
3257 \newline
3258
3259 \series bold
3260
3261 \backslash
3262 date{}
3263 \series default
3264
3265 \newline
3266 to the preamble of your document (menu 
3267 \family sans
3268 Document\SpecialChar \menuseparator
3269 Settings
3270 \family default
3271 )
3272 \end_layout
3273
3274 \begin_layout Standard
3275 You can use footnotes to insert 
3276 \begin_inset Quotes eld
3277 \end_inset
3278
3279 thanks
3280 \begin_inset Quotes erd
3281 \end_inset
3282
3283  or contact informations.
3284 \end_layout
3285
3286 \begin_layout Subsection
3287 Headings
3288 \begin_inset LatexCommand index
3289 name "Section headings"
3290
3291 \end_inset
3292
3293
3294 \begin_inset LatexCommand label
3295 name "sub:Headings"
3296
3297 \end_inset
3298
3299
3300 \end_layout
3301
3302 \begin_layout Standard
3303 There are several paragraph environments for producing section headings.
3304  LyX takes care of the numbering for you.
3305 \end_layout
3306
3307 \begin_layout Subsubsection
3308 Numbered Headings
3309 \begin_inset LatexCommand index
3310 name "Section headings ! Numbered"
3311
3312 \end_inset
3313
3314
3315 \end_layout
3316
3317 \begin_layout Standard
3318 There are 7 numbered types of section headings.
3319  They are:
3320 \end_layout
3321
3322 \begin_layout Enumerate
3323
3324 \family sans
3325 Part
3326 \end_layout
3327
3328 \begin_layout Enumerate
3329
3330 \family sans
3331 Chapter
3332 \end_layout
3333
3334 \begin_layout Enumerate
3335
3336 \family sans
3337 Section
3338 \end_layout
3339
3340 \begin_layout Enumerate
3341
3342 \family sans
3343 Subsection
3344 \end_layout
3345
3346 \begin_layout Enumerate
3347
3348 \family sans
3349 Subsubsection
3350 \end_layout
3351
3352 \begin_layout Enumerate
3353
3354 \family sans
3355 Paragraph
3356 \end_layout
3357
3358 \begin_layout Enumerate
3359
3360 \family sans
3361 Subparagraph
3362 \end_layout
3363
3364 \begin_layout Standard
3365 LyX labels each heading with a series of numbers, separated by periods.
3366  The numbers describe where in the document you are.
3367  Unlike the other headings, parts are numbered with Latin letters.
3368 \end_layout
3369
3370 \begin_layout Standard
3371 Headings all subdivide your document into different pieces of text.
3372  For example, suppose you're writing a book.
3373  You group the book into chapters.
3374  LyX does similar grouping:
3375 \end_layout
3376
3377 \begin_layout Itemize
3378
3379 \family sans
3380 Part
3381 \family default
3382  is divided in either 
3383 \family sans
3384 Chapter
3385 \family default
3386  or 
3387 \family sans
3388 Section
3389 \end_layout
3390
3391 \begin_layout Itemize
3392
3393 \family sans
3394 Chapter
3395 \family default
3396 s are divided into 
3397 \family sans
3398 Section
3399 \family default
3400 s
3401 \end_layout
3402
3403 \begin_layout Itemize
3404
3405 \family sans
3406 Section
3407 \family default
3408 s are divided into 
3409 \family sans
3410 Subsection
3411 \family default
3412 s
3413 \end_layout
3414
3415 \begin_layout Itemize
3416
3417 \family sans
3418 Subsection
3419 \family default
3420 s are divided into 
3421 \family sans
3422 Subsubsection
3423 \family default
3424 s
3425 \end_layout
3426
3427 \begin_layout Itemize
3428
3429 \family sans
3430 Subsubsection
3431 \family default
3432 s are divided into 
3433 \family sans
3434 Paragraph
3435 \family default
3436 s
3437 \end_layout
3438
3439 \begin_layout Itemize
3440
3441 \family sans
3442 Paragraph
3443 \family default
3444 s are divided into 
3445 \family sans
3446 Subparagraph
3447 \family default
3448 s
3449 \end_layout
3450
3451 \begin_layout Standard
3452 \begin_inset Note Greyedout
3453 status open
3454
3455 \begin_layout Standard
3456
3457 \series bold
3458 Note:
3459 \series default
3460  Not all document types use the 
3461 \family sans
3462 Chapter
3463 \family default
3464  heading as the maximum sectioning level.
3465  In that case the 
3466 \family sans
3467 Section
3468 \family default
3469  is the top-level heading.
3470 \end_layout
3471
3472 \end_inset
3473
3474
3475 \end_layout
3476
3477 \begin_layout Standard
3478 So, if you use the 
3479 \family sans
3480 Subsubsection
3481 \family default
3482  environment to label a new sub-subsection, LyX labels it with its number,
3483  along with the number of the subsection, section, and, if applicable, chapter
3484  that it's in.
3485  For example: the fifth section of the second chapter of this book has the
3486  label 
3487 \begin_inset Quotes eld
3488 \end_inset
3489
3490 2.5
3491 \begin_inset Quotes erd
3492 \end_inset
3493
3494 .
3495 \end_layout
3496
3497 \begin_layout Subsubsection
3498 Unnumbered Headings
3499 \begin_inset LatexCommand index
3500 name "Section headings ! Unnumbered"
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \begin_layout Standard
3508 There are 5 types of unnumbered section headings.
3509  They are:
3510 \end_layout
3511
3512 \begin_layout Enumerate
3513
3514 \family sans
3515 Part*line spacing
3516 \end_layout
3517
3518 \begin_layout Enumerate
3519
3520 \family sans
3521 Chapter*
3522 \end_layout
3523
3524 \begin_layout Enumerate
3525
3526 \family sans
3527 Section*
3528 \end_layout
3529
3530 \begin_layout Enumerate
3531
3532 \family sans
3533 Subsection*
3534 \end_layout
3535
3536 \begin_layout Enumerate
3537
3538 \family sans
3539 Subsubsection*
3540 \end_layout
3541
3542 \begin_layout Standard
3543 The 
3544 \begin_inset Quotes eld
3545 \end_inset
3546
3547 *
3548 \begin_inset Quotes erd
3549 \end_inset
3550
3551  after each name means that these headings are not numbered.
3552  They work the same as their numbered counterparts but won't appear in the
3553  table of contents, see section\InsetSpace ~
3554
3555 \begin_inset LatexCommand ref
3556 reference "sec:toc"
3557
3558 \end_inset
3559
3560 .
3561 \end_layout
3562
3563 \begin_layout Subsubsection
3564 Changing the Numbering
3565 \begin_inset LatexCommand label
3566 name "sub:Numbering-depth"
3567
3568 \end_inset
3569
3570
3571 \end_layout
3572
3573 \begin_layout Standard
3574 You can also alter which sectioning levels get numbered and which ones appear
3575  in the Table of Contents.
3576  Now, this doesn't remove any of the levels; that's preset in the document
3577  class.
3578  Certain classes start with 
3579 \family sans
3580 Chapter
3581 \family default
3582  and go down to the 
3583 \family sans
3584 Subparagraph
3585 \family default
3586  level.
3587  Others start at 
3588 \family sans
3589 Section
3590 \family default
3591 .
3592  Similarly, not all document classes number all sectioning levels.
3593  Most don't number 
3594 \family sans
3595 Paragraph
3596 \family default
3597  or 
3598 \family sans
3599 Subparagraph
3600 \family default
3601 .
3602  This is something you can change.
3603 \end_layout
3604
3605 \begin_layout Standard
3606 Open the 
3607 \family sans
3608 Document\SpecialChar \menuseparator
3609 Settings
3610 \family default
3611  dialog.
3612 \family sans
3613
3614 \begin_inset LatexCommand index
3615 name "Document ! Settings"
3616
3617 \end_inset
3618
3619
3620 \family default
3621  Under 
3622 \family sans
3623 Numbering\InsetSpace ~
3624 &\InsetSpace ~
3625 TOC
3626 \family default
3627  you'll see two counters.
3628  The one named 
3629 \family sans
3630 Numbering
3631 \family default
3632  controls how far down in the sectioning hierarchy LyX numbers a section
3633  heading.
3634  The other one controls the appearance of the section headings in the table
3635  of contents.
3636 \end_layout
3637
3638 \begin_layout Subsubsection
3639 Short Titles of Headings
3640 \begin_inset LatexCommand index
3641 name "Section headings ! Short titles"
3642
3643 \end_inset
3644
3645
3646 \begin_inset OptArg
3647 status collapsed
3648
3649 \begin_layout Standard
3650 Short Titles
3651 \end_layout
3652
3653 \end_inset
3654
3655
3656 \begin_inset LatexCommand label
3657 name "sec:Short-Titles"
3658
3659 \end_inset
3660
3661
3662 \end_layout
3663
3664 \begin_layout Standard
3665 Some section or chapter titles, such as this one, can get quite long.
3666  This can cause troubles when there is limited horizontal space.
3667  For example, if the header of the page is set to show the current section
3668  title, a long title will protrude over the page margins and look awful.
3669 \end_layout
3670
3671 \begin_layout Standard
3672 LaTeX allows you to specify a short title for section headings.
3673  This short title is used in the header and in the actual table of contents,
3674  avoiding the problem mentioned.
3675  To specify a short title, use the menu 
3676 \family sans
3677 Insert\SpecialChar \menuseparator
3678 Short\InsetSpace ~
3679 Title
3680 \family default
3681 .
3682  This will insert a box labeled 
3683 \begin_inset Quotes eld
3684 \end_inset
3685
3686 opt
3687 \begin_inset Quotes erd
3688 \end_inset
3689
3690  (stands for 
3691 \begin_inset Quotes eld
3692 \end_inset
3693
3694 optional
3695 \begin_inset Quotes erd
3696 \end_inset
3697
3698 ) which you can use to enter the short title text.
3699  This also works for captions inside floats.
3700 \end_layout
3701
3702 \begin_layout Standard
3703 The title of this section is a good example of using this feature.
3704 \end_layout
3705
3706 \begin_layout Subsubsection
3707 Special Information
3708 \end_layout
3709
3710 \begin_layout Standard
3711 The following information applies to all section headings:
3712 \end_layout
3713
3714 \begin_layout Itemize
3715 You cannot do any nesting with these environments.
3716 \end_layout
3717
3718 \begin_layout Itemize
3719 You cannot use a margin note in any of these environments.
3720 \end_layout
3721
3722 \begin_layout Itemize
3723 You can only use inline math in these environments.
3724 \end_layout
3725
3726 \begin_layout Itemize
3727 You can use labels and cross-references to refer to their numbers.
3728 \end_layout
3729
3730 \begin_layout Subsection
3731 Quotes and Poetryline spacing
3732 \end_layout
3733
3734 \begin_layout Standard
3735 LyX has three paragraph environments for writing poetry and quotations.
3736  They are 
3737 \family sans
3738 Quote
3739 \family default
3740
3741 \family sans
3742 Quotation
3743 \family default
3744 , and 
3745 \family sans
3746 Verse
3747 \family default
3748 .
3749  Forget the days of changing line spacing and twiddling with margins.
3750  These three paragraph environments already have those changes built-in.
3751  They all widen the left margin and add a bit of extra space above and below
3752  the text they contain.
3753  They also allow nesting, so you can put a 
3754 \family sans
3755 Verse
3756 \family default
3757  in a 
3758 \family sans
3759 Quotation
3760 \family default
3761 , as well as in some other paragraph environments.
3762 \end_layout
3763
3764 \begin_layout Standard
3765 There is another feature of these three paragraph environments: they do
3766  
3767 \emph on
3768 not
3769 \emph default
3770  reset to 
3771 \family sans
3772 Standard
3773 \family default
3774  when you start a new paragraph.
3775  So, you can type in that poem and merrily hit 
3776 \family sans
3777 Return
3778 \family default
3779  without worrying about the paragraph environment changing on you.
3780  Of course, that means that, once you're done typing in that poem, you have
3781  to change back to the 
3782 \family sans
3783 Standard
3784 \family default
3785  environment yourself.
3786 \end_layout
3787
3788 \begin_layout Subsubsection
3789
3790 \family sans
3791 Quote
3792 \family default
3793  and 
3794 \family sans
3795 Quotation
3796 \family default
3797
3798 \begin_inset LatexCommand label
3799 name "sec:Quote"
3800
3801 \end_inset
3802
3803
3804 \begin_inset LatexCommand index
3805 name "Quotation"
3806
3807 \end_inset
3808
3809
3810 \end_layout
3811
3812 \begin_layout Standard
3813 Now that we've described the similarities of these three environments, it's
3814  time for the differences.
3815  
3816 \family sans
3817 Quote
3818 \family default
3819  and 
3820 \family sans
3821 Quotation
3822 \family default
3823  are identical except for one difference: 
3824 \family sans
3825 Quote
3826 \family default
3827  uses extra spacing to separate paragraphs and never indents the first line.
3828  
3829 \family sans
3830 Quotation
3831 \family default
3832  
3833 \emph on
3834 always
3835 \emph default
3836  indents the first line of a paragraph and uses the same line spacing throughout.
3837 \end_layout
3838
3839 \begin_layout Standard
3840 Here's an example of the 
3841 \family sans
3842 Quote
3843 \family default
3844  environment:
3845 \end_layout
3846
3847 \begin_layout Quote
3848 This is in the 
3849 \family sans
3850 Quote
3851 \family default
3852  environment.
3853  I can keep writing, extending this line out further and further until it
3854  wraps.
3855  See -- no indentation!
3856 \end_layout
3857
3858 \begin_layout Quote
3859 Here's the second paragraph of this quote.
3860  Again, there's no indentation, but there is extra space between me and
3861  the other paragraph.
3862 \end_layout
3863
3864 \begin_layout Standard
3865 Here's another example, this time in the 
3866 \family sans
3867 Quotation
3868 \family default
3869  environment:
3870 \end_layout
3871
3872 \begin_layout Quotation
3873 This is in the 
3874 \family sans
3875 Quotation
3876 \family default
3877  environment.
3878  If I keep writing, you'll see the indentation.
3879  If your country uses a writing style that shows off new paragraphs by indenting
3880  the first line, then 
3881 \family sans
3882 Quotation
3883 \family default
3884  is the environment for you! Well, you'd use it 
3885 \emph on
3886 if
3887 \emph default
3888  you were quoting other text.
3889 \end_layout
3890
3891 \begin_layout Quotation
3892 Here's a new paragraph.
3893  I could ramble on and on, like a politician at election time.
3894  If I did that, though, you'd get bored.
3895 \end_layout
3896
3897 \begin_layout Standard
3898 As the examples show, 
3899 \family sans
3900 Quote
3901 \family default
3902  is for those people who use extra space to separate paragraphs.
3903  They should put quotes in the 
3904 \family sans
3905 Quote
3906 \family default
3907  environment.
3908  Those who use indentation to mark a new paragraph should use the 
3909 \family sans
3910 Quotation
3911 \family default
3912  paragraph environment for quoted text.
3913 \end_layout
3914
3915 \begin_layout Subsubsection
3916
3917 \family sans
3918 Verse
3919 \family default
3920
3921 \begin_inset LatexCommand index
3922 name "Paragraph ! Verse"
3923
3924 \end_inset
3925
3926
3927 \family sans
3928
3929 \begin_inset LatexCommand index
3930 name "Poetry"
3931
3932 \end_inset
3933
3934
3935 \begin_inset LatexCommand label
3936 name "sec:Verse"
3937
3938 \end_inset
3939
3940
3941 \end_layout
3942
3943 \begin_layout Standard
3944
3945 \family sans
3946 Verse
3947 \family default
3948  is a paragraph environment for poetry, rhymes, verses, and so on.
3949  Here's an example:
3950 \end_layout
3951
3952 \begin_layout Verse
3953 This is in Verse
3954 \newline
3955 Which I did not rehearse!
3956 \end_layout
3957
3958 \begin_layout Verse
3959 It could be much worse.
3960  This line could be long, very long, oh so long, so very long that it wraps
3961  around.
3962  It looks okay on screen, but in the printed version, the extra lines are
3963  indented a bit more than the first.
3964  Okay, so it's turned to prose and doesn't rhyme anymore.
3965  So sue me.
3966 \end_layout
3967
3968 \begin_layout Verse
3969 To break a line
3970 \newline
3971 And make things look fine
3972 \newline
3973 Use 
3974 \family sans
3975 C-Return
3976 \family default
3977 .
3978 \end_layout
3979
3980 \begin_layout Standard
3981 As you can see, 
3982 \family sans
3983 Verse
3984 \family default
3985  does not indent both margins.
3986  Each stanza of the verse or poem is in its own paragraph.
3987  To separate the individual lines of a stanza, use the 
3988 \family typewriter
3989 break-line
3990 \family default
3991  function 
3992 \family sans
3993 C-Return
3994 \family default
3995 .
3996 \end_layout
3997
3998 \begin_layout Subsection
3999 Lists
4000 \begin_inset LatexCommand index
4001 name "Lists"
4002
4003 \end_inset
4004
4005
4006 \begin_inset LatexCommand label
4007 name "sub:Lists"
4008
4009 \end_inset
4010
4011
4012 \end_layout
4013
4014 \begin_layout Standard
4015 LyX has four different paragraph environments for creating different kinds
4016  of lists.
4017  In the 
4018 \family sans
4019 Itemize
4020 \family default
4021  and 
4022 \family sans
4023 Enumerate
4024 \family default
4025  environments, LyX labels your list items with bullets or numbers, respectively.
4026  In the 
4027 \family sans
4028 Description
4029 \family default
4030  and 
4031 \family sans
4032 List
4033 \family default
4034  environments, LyX lets you provide your own label.
4035  We'll present the individual details of each type of list next after describing
4036  some general features of all four of them.
4037 \end_layout
4038
4039 \begin_layout Subsubsection
4040 General Features
4041 \end_layout
4042
4043 \begin_layout Standard
4044 The four paragraph environments for lists differ from the other environments
4045  in several ways.
4046  First, LyX treats each paragraph as a list item.
4047  Hitting 
4048 \family sans
4049 Return
4050 \family default
4051  does 
4052 \emph on
4053 not
4054 \emph default
4055  reset the environment to 
4056 \family sans
4057 Standard
4058 \family default
4059  but keeps the current environment and creates a new list item.
4060  The nesting depth is typically reset, however.
4061  If you want to keep both the current nesting depth and paragraph environment,
4062  you should use 
4063 \family sans
4064 M-Return
4065 \family default
4066  to break paragraphs.
4067 \end_layout
4068
4069 \begin_layout Standard
4070 You can nest lists of any type inside one another.
4071  In fact, LyX changes the labels on some list items depending on how it
4072  is nested.
4073  If you intend to use any of the list paragraph environments, we suggest
4074  you read all of section\InsetSpace ~
4075
4076 \begin_inset LatexCommand ref
4077 reference "sec:Nesting"
4078
4079 \end_inset
4080
4081 .
4082  
4083 \end_layout
4084
4085 \begin_layout Subsubsection
4086
4087 \family sans
4088 Itemize
4089 \family default
4090
4091 \begin_inset LatexCommand index
4092 name "Lists ! Itemize"
4093
4094 \end_inset
4095
4096
4097 \begin_inset LatexCommand label
4098 name "sec:Itemize"
4099
4100 \end_inset
4101
4102
4103 \end_layout
4104
4105 \begin_layout Standard
4106 The first type of list we'll describe in detail is the 
4107 \family sans
4108 Itemize
4109 \family default
4110  paragraph environment.
4111  It has the following properties:
4112 \end_layout
4113
4114 \begin_layout Itemize
4115 Each item has a particular bullet or symbol as its label.
4116 \end_layout
4117
4118 \begin_deeper
4119 \begin_layout Itemize
4120 LyX uses the same symbol for all of the items in a given nesting level.
4121 \end_layout
4122
4123 \begin_layout Itemize
4124 The symbol appears at the beginning of the first line.
4125 \end_layout
4126
4127 \end_deeper
4128 \begin_layout Itemize
4129 The items can have any length.
4130  LyX automatically offsets the left margin of each item.
4131  The offset is always relative to whatever environment the 
4132 \family sans
4133 Itemize
4134 \family default
4135  list may be in.
4136 \end_layout
4137
4138 \begin_layout Itemize
4139 If you nest an 
4140 \family sans
4141 Itemize
4142 \family default
4143  environment inside another 
4144 \family sans
4145 Itemize
4146 \family default
4147  environment, the label changes to a new symbol.
4148 \end_layout
4149
4150 \begin_deeper
4151 \begin_layout Itemize
4152 There are four different symbols for up to a four-fold nesting.
4153 \end_layout
4154
4155 \begin_layout Itemize
4156 LyX always shows the same symbol on screen.
4157 \end_layout
4158
4159 \begin_layout Itemize
4160 See section\InsetSpace ~
4161
4162 \begin_inset LatexCommand ref
4163 reference "sec:Nesting"
4164
4165 \end_inset
4166
4167  for a full explanation of nesting.
4168 \end_layout
4169
4170 \end_deeper
4171 \begin_layout Standard
4172 Of course, that explanation was also an example of an 
4173 \family sans
4174 Itemize
4175 \family default
4176  list.
4177  The 
4178 \family sans
4179 Itemize
4180 \family default
4181  environment is best suited for lists where the order doesn't matter.
4182 \end_layout
4183
4184 \begin_layout Standard
4185 We said that different levels use different symbols as their label.
4186  Here's an example of all four possible symbols.
4187  Note that those of you reading this manual within LyX won't see any difference.
4188 \end_layout
4189
4190 \begin_layout Itemize
4191 The label for the first level 
4192 \family sans
4193 Itemize
4194 \family default
4195  is a large black dot, or bullet.
4196 \end_layout
4197
4198 \begin_deeper
4199 \begin_layout Itemize
4200 The label for the second level is a dash.
4201 \end_layout
4202
4203 \begin_deeper
4204 \begin_layout Itemize
4205 The label for the third is an asterisk.
4206 \end_layout
4207
4208 \begin_deeper
4209 \begin_layout Itemize
4210 The label for the fourth is a centered dot.
4211 \end_layout
4212
4213 \end_deeper
4214 \begin_layout Itemize
4215 Back out to the third level.
4216 \end_layout
4217
4218 \end_deeper
4219 \begin_layout Itemize
4220 Back to the second level.
4221 \end_layout
4222
4223 \end_deeper
4224 \begin_layout Itemize
4225 Back to the outermost level.
4226 \end_layout
4227
4228 \begin_layout Standard
4229 These are the default labels for an 
4230 \family sans
4231 Itemize
4232 \family default
4233  list.
4234  You can customize these labels in the 
4235 \family sans
4236 Document\SpecialChar \menuseparator
4237 Settings
4238 \family default
4239  dialog in the submenu 
4240 \family sans
4241 Bullets
4242 \family default
4243 .
4244 \family sans
4245
4246 \begin_inset LatexCommand index
4247 name "Document ! Settings"
4248
4249 \end_inset
4250
4251
4252 \end_layout
4253
4254 \begin_layout Standard
4255 Notice how the space between items decreases with increasing depth.
4256  We'll explain nesting and all the tricks you can do with different depths
4257  in section\InsetSpace ~
4258
4259 \begin_inset LatexCommand ref
4260 reference "sec:Nesting"
4261
4262 \end_inset
4263
4264 .
4265 \end_layout
4266
4267 \begin_layout Subsubsection
4268
4269 \family sans
4270 Enumerate
4271 \family default
4272
4273 \begin_inset LatexCommand index
4274 name "Lists ! Enumerate"
4275
4276 \end_inset
4277
4278
4279 \begin_inset LatexCommand label
4280 name "sec:Enumerate"
4281
4282 \end_inset
4283
4284
4285 \end_layout
4286
4287 \begin_layout Standard
4288 The 
4289 \family sans
4290 Enumerate
4291 \family default
4292  environment is used to create numbered lists and outlines.
4293  It has these properties:
4294 \end_layout
4295
4296 \begin_layout Enumerate
4297 Each item has a numeral as its label.
4298 \end_layout
4299
4300 \begin_deeper
4301 \begin_layout Enumerate
4302 The type of numeral depends on the nesting depth.
4303 \end_layout
4304
4305 \end_deeper
4306 \begin_layout Enumerate
4307 LyX automatically counts the items for you and updates the label as appropriate.
4308 \end_layout
4309
4310 \begin_layout Enumerate
4311 Each new 
4312 \family sans
4313 Enumerate
4314 \family default
4315  environment resets the counter to one.
4316 \end_layout
4317
4318 \begin_layout Enumerate
4319 Like the 
4320 \family sans
4321 Itemize
4322 \family default
4323  environment, the 
4324 \family sans
4325 Enumerate
4326 \family default
4327  environment:
4328 \end_layout
4329
4330 \begin_deeper
4331 \begin_layout Enumerate
4332 Offsets the items relative to the left margin.
4333  Items can have any length.
4334 \end_layout
4335
4336 \begin_layout Enumerate
4337 Reduces the space between items as the nesting depth increases.
4338 \end_layout
4339
4340 \begin_layout Enumerate
4341 Uses different types of labels depending on the nesting depth.
4342 \end_layout
4343
4344 \begin_layout Enumerate
4345 Allows up to a four-fold nesting.
4346 \end_layout
4347
4348 \end_deeper
4349 \begin_layout Standard
4350 Unlike the 
4351 \family sans
4352 Itemize
4353 \family default
4354  environment, 
4355 \family sans
4356 Enumerate
4357 \family default
4358  shows the different labels for each item in LyX.
4359  Here is how LyX labels the four different levels in an 
4360 \family sans
4361 Enumerate
4362 \family default
4363 :
4364 \end_layout
4365
4366 \begin_layout Enumerate
4367 The first level of an 
4368 \family sans
4369 Enumerate
4370 \family default
4371  uses Arabic numerals followed by a period.
4372 \end_layout
4373
4374 \begin_deeper
4375 \begin_layout Enumerate
4376 The second level uses lower case letters surrounded by parentheses.
4377 \end_layout
4378
4379 \begin_deeper
4380 \begin_layout Enumerate
4381 The third level uses lower-case Roman numerals followed by a period.
4382 \end_layout
4383
4384 \begin_deeper
4385 \begin_layout Enumerate
4386 The fourth level uses capital letters followed by a period.
4387 \end_layout
4388
4389 \begin_layout Enumerate
4390 Again, notice the decrease in the spacing between items as the nesting depth
4391  increases.
4392 \end_layout
4393
4394 \end_deeper
4395 \begin_layout Enumerate
4396 Back to the third level
4397 \end_layout
4398
4399 \end_deeper
4400 \begin_layout Enumerate
4401 Back to the second level.
4402 \end_layout
4403
4404 \end_deeper
4405 \begin_layout Enumerate
4406 Back to the outermost level.
4407 \end_layout
4408
4409 \begin_layout Standard
4410 Once again, you can customize the type of numbering used in the 
4411 \family sans
4412 Enumerate
4413 \family default
4414  environment.
4415  It involves adding commands to the LaTeX preamble (see the 
4416 \emph on
4417 Extended Features
4418 \emph default
4419  manual).
4420  As stated earlier, such customization only shows up in the printed version,
4421  not in LyX.
4422 \end_layout
4423
4424 \begin_layout Standard
4425 There is more to nesting 
4426 \family sans
4427 Enumerate
4428 \family default
4429  environments than we've stated here.
4430  You should read section\InsetSpace ~
4431
4432 \begin_inset LatexCommand ref
4433 reference "sec:Nesting"
4434
4435 \end_inset
4436
4437  to learn more about nesting.
4438 \end_layout
4439
4440 \begin_layout Subsubsection
4441
4442 \family sans
4443 Description
4444 \family default
4445
4446 \begin_inset LatexCommand index
4447 name "Lists ! Description"
4448
4449 \end_inset
4450
4451
4452 \begin_inset LatexCommand label
4453 name "sec:Description-List"
4454
4455 \end_inset
4456
4457
4458 \end_layout
4459
4460 \begin_layout Standard
4461 Unlike the previous two environments, the 
4462 \family sans
4463 Description
4464 \family default
4465  list has no fixed label.
4466  Instead, LyX uses the first 
4467 \begin_inset Quotes eld
4468 \end_inset
4469
4470 word
4471 \begin_inset Quotes erd
4472 \end_inset
4473
4474  of the first line as the label.
4475  Here's an example:
4476 \end_layout
4477
4478 \begin_layout Description
4479 Example: This is an example of the 
4480 \family sans
4481 Description
4482 \family default
4483  environment.
4484 \end_layout
4485
4486 \begin_layout Standard
4487 LyX typesets the label in boldface and puts extra space between it and the
4488  rest of the line.
4489 \end_layout
4490
4491 \begin_layout Standard
4492 With the first 
4493 \begin_inset Quotes eld
4494 \end_inset
4495
4496 word
4497 \begin_inset Quotes erd
4498 \end_inset
4499
4500  it is meant that the first hit of the 
4501 \family sans
4502 Space
4503 \family default
4504  key ends the label if you are at the beginning of the first line of an
4505  item.
4506  If you need to use more than one word in the label use a 
4507 \family sans
4508 Protected Blank
4509 \family default
4510 .
4511  (Use either 
4512 \family sans
4513 C-Space
4514 \family default
4515  or the menu 
4516 \family sans
4517 Insert\SpecialChar \menuseparator
4518 Formatting\SpecialChar \menuseparator
4519 Protected\InsetSpace ~
4520 Space
4521 \family default
4522 , see section\InsetSpace ~
4523
4524 \begin_inset LatexCommand ref
4525 reference "sub:Protected-Space"
4526
4527 \end_inset
4528
4529  for more info.) Here is an example:
4530 \end_layout
4531
4532 \begin_layout Description
4533 Second\InsetSpace ~
4534 Example: This one shows how to use a 
4535 \family sans
4536 Protected\InsetSpace ~
4537 Blank
4538 \family default
4539  in the label of a 
4540 \family sans
4541 Description
4542 \family default
4543  list item.
4544 \end_layout
4545
4546 \begin_layout Description
4547 Usage: You should use the 
4548 \family sans
4549 Description
4550 \family default
4551  environment for things like definitions and theorems.
4552  Use it when you need to make one word in particular stand out in the text
4553  that describes it.
4554  It's not a good idea to use a 
4555 \family sans
4556 Description
4557 \family default
4558  environment when you have an entire sentence that you want to describe.
4559  You're better off using 
4560 \family sans
4561 Itemize
4562 \family default
4563  or 
4564 \family sans
4565 Enumerate
4566 \family default
4567  and nesting several 
4568 \family sans
4569 Standard
4570 \family default
4571  paragraphs into them.
4572 \end_layout
4573
4574 \begin_layout Description
4575 Nesting: You can nest 
4576 \family sans
4577 Description
4578 \family default
4579  environments inside one another, nest them in other types of lists, and
4580  so on.
4581 \end_layout
4582
4583 \begin_layout Standard
4584 Notice that after the first line, LyX indents subsequent lines, offsetting
4585  them from the first line.
4586 \end_layout
4587
4588 \begin_layout Subsubsection
4589 The LyX 
4590 \family sans
4591 List
4592 \family default
4593
4594 \begin_inset LatexCommand index
4595 name "Lists ! LyX list"
4596
4597 \end_inset
4598
4599
4600 \begin_inset LatexCommand label
4601 name "sec:LyX-List"
4602
4603 \end_inset
4604
4605
4606 \end_layout
4607
4608 \begin_layout Standard
4609 The 
4610 \family sans
4611 List
4612 \family default
4613  environment is a LyX extension to LaTeX.
4614  
4615 \end_layout
4616
4617 \begin_layout Standard
4618 Like the 
4619 \family sans
4620 Description
4621 \family default
4622  environment the 
4623 \family sans
4624 List
4625 \family default
4626  environment has user-defined labels for each list item.
4627  There are the following properties of this list environment:
4628 \end_layout
4629
4630 \begin_layout Labeling
4631 \labelwidthstring 00.00.0000
4632 item\InsetSpace ~
4633 labels LyX uses the first 
4634 \begin_inset Quotes eld
4635 \end_inset
4636
4637 word
4638 \begin_inset Quotes erd
4639 \end_inset
4640
4641  of each line as the item label.
4642  The first 
4643 \family sans
4644 Space
4645 \family default
4646  after the beginning of the first line of an item marks the end of the label.
4647  If you need to use more than one word in an item label, use a protected
4648  blank as described above.
4649 \end_layout
4650
4651 \begin_layout Labeling
4652 \labelwidthstring 00.00.0000
4653 margins As you can see, LyX uses different margins for the item label and
4654  the body of the item text.
4655  The body of the text has a larger left margin, which is equal to the default
4656  label width plus a little extra space.
4657  
4658 \end_layout
4659
4660 \begin_layout Labeling
4661 \labelwidthstring 00.00.0000
4662 label\InsetSpace ~
4663 width LyX uses the width of the label, or the default width, whatever
4664  is larger.
4665  If the label width is larger, the label 
4666 \begin_inset Quotes eld
4667 \end_inset
4668
4669 extends
4670 \begin_inset Quotes erd
4671 \end_inset
4672
4673  into the first line.
4674  In other words, the text of the first line isn't aligned with the left
4675  margin of the rest of the item text.
4676 \end_layout
4677
4678 \begin_layout Labeling
4679 \labelwidthstring 00.00.0000
4680 default\InsetSpace ~
4681 width You can set the default label width to ensure that the text
4682  of all items in a 
4683 \family sans
4684 List
4685 \family default
4686  environment have the same left margin.
4687 \newline
4688 To change the default width, select
4689  all items in the list.
4690  Now open the 
4691 \family sans
4692 Edit\SpecialChar \menuseparator
4693 Paragraph\InsetSpace ~
4694 Settings
4695 \family default
4696  dialog.
4697  The text in the box 
4698 \family sans
4699 Longest\InsetSpace ~
4700 label
4701 \family default
4702  determines the default label width.
4703  You can use the text of your largest label here, but you can also use the
4704  letter 
4705 \begin_inset Quotes eld
4706 \end_inset
4707
4708 M
4709 \begin_inset Quotes erd
4710 \end_inset
4711
4712  multiple times instead.
4713  The M is the widest character and is a standard unit of widths in LaTeX.
4714  By using 
4715 \begin_inset Quotes eld
4716 \end_inset
4717
4718 M
4719 \begin_inset Quotes erd
4720 \end_inset
4721
4722  as the unit of width you don't need to keep changing the contents of 
4723 \family sans
4724 Longest\InsetSpace ~
4725 label
4726 \family default
4727  every time you alter a label in a 
4728 \family sans
4729 List
4730 \family default
4731  environment.
4732 \newline
4733 The predefined default width is the length of 
4734 \begin_inset Quotes eld
4735 \end_inset
4736
4737 00.00.0000
4738 \begin_inset Quotes erd
4739 \end_inset
4740
4741  (equal to 6 M).
4742  
4743 \newline
4744
4745 \begin_inset Note Greyedout
4746 status open
4747
4748 \begin_layout Standard
4749
4750 \series bold
4751 Note:
4752 \series default
4753  Setting the cursor into a list item to change only its label width will
4754  only change the width inside LyX but not in the output.
4755 \end_layout
4756
4757 \end_inset
4758
4759
4760 \end_layout
4761
4762 \begin_layout Standard
4763 You should use the 
4764 \family sans
4765 List
4766 \family default
4767  environment the same way like the 
4768 \family sans
4769 Description
4770 \family default
4771  list: When you need one word to stand out from the text that describes
4772  it.
4773  The 
4774 \family sans
4775 List
4776 \family default
4777  environment gives you another way to do this, using a different overall
4778  layout.
4779 \end_layout
4780
4781 \begin_layout Standard
4782 You can nest 
4783 \family sans
4784 List
4785 \family default
4786  environments inside one another, nest them in other types of lists, and
4787  so on.
4788  They work just like the other list paragraph environments.
4789  Read section\InsetSpace ~
4790
4791 \begin_inset LatexCommand ref
4792 reference "sec:Nesting"
4793
4794 \end_inset
4795
4796  to learn about nesting.
4797 \end_layout
4798
4799 \begin_layout Standard
4800 There is yet another feature of the 
4801 \family sans
4802 List
4803 \family default
4804  environment: As you can see in the examples, LyX left-justifies the item
4805  labels by default.
4806  You can use additional 
4807 \family sans
4808 HFills
4809 \family default
4810  to change how LyX justifies the item label.
4811  We'll document 
4812 \family sans
4813 HFills
4814 \family default
4815  later in section\InsetSpace ~
4816
4817 \begin_inset LatexCommand ref
4818 reference "sub:Horizontal-Space"
4819
4820 \end_inset
4821
4822 .
4823  Here are some examples:
4824 \end_layout
4825
4826 \begin_layout Labeling
4827 \labelwidthstring 00.00.0000
4828 Left The default for 
4829 \family sans
4830 List
4831 \family default
4832  item labels.
4833 \end_layout
4834
4835 \begin_layout Labeling
4836 \labelwidthstring 00.00.0000
4837
4838 \hfill
4839 Right One 
4840 \family sans
4841 HFill
4842 \family default
4843  at the beginning of the label right justifies it.
4844 \end_layout
4845
4846 \begin_layout Labeling
4847 \labelwidthstring 00.00.0000
4848
4849 \hfill
4850 Center
4851 \hfill
4852  One 
4853 \family sans
4854 HFill
4855 \family default
4856  at the beginning of the label and one at the end centers it.
4857 \end_layout
4858
4859 \begin_layout Subsection
4860 Letters
4861 \begin_inset LatexCommand index
4862 name "Letters"
4863
4864 \end_inset
4865
4866
4867 \end_layout
4868
4869 \begin_layout Subsubsection
4870
4871 \family sans
4872 Address
4873 \family default
4874  and 
4875 \family sans
4876 Right\InsetSpace ~
4877 Address
4878 \family default
4879 : An Overview
4880 \end_layout
4881
4882 \begin_layout Standard
4883 Although LyX has document classes for letters, we've also created two paragraph
4884  environments called 
4885 \family sans
4886 Address
4887 \family default
4888  and 
4889 \family sans
4890 Right\InsetSpace ~
4891 Address
4892 \family default
4893 .
4894  To use the letter class, you need to use specific paragraph environments
4895  in a specific order, otherwise LaTeX gags on the document.
4896  In contrast, you can use the 
4897 \family sans
4898 Address
4899 \family default
4900  and 
4901 \family sans
4902 Right\InsetSpace ~
4903 Address
4904 \family default
4905  paragraph environments anywhere with no problem.
4906  You can even nest them inside other environments, though you can't nest
4907  anything in them.
4908 \end_layout
4909
4910 \begin_layout Standard
4911 Of course, you're not limited to using 
4912 \family sans
4913 Address
4914 \family default
4915  and 
4916 \family sans
4917 Right\InsetSpace ~
4918 Address
4919 \family default
4920  for letters only.
4921  
4922 \family sans
4923 Right\InsetSpace ~
4924 Address
4925 \family default
4926 , in particular, is useful for creating article titles like those used in
4927  some European academic papers.
4928 \end_layout
4929
4930 \begin_layout Subsubsection
4931 Usage
4932 \begin_inset LatexCommand label
4933 name "sec:Address-Usage"
4934
4935 \end_inset
4936
4937
4938 \end_layout
4939
4940 \begin_layout Standard
4941 The 
4942 \family sans
4943 Address
4944 \family default
4945  environment formats text in the style of an address, which is also used
4946  for the opening and signature in some countries.
4947  Similarly, the 
4948 \family sans
4949 Right\InsetSpace ~
4950 Address
4951 \family default
4952  environment formats text in the style of a right-justified address, which
4953  is used for the sender's address and today's date in some countries.
4954  Here's an example of each:
4955 \end_layout
4956
4957 \begin_layout Right Address
4958 Right Address
4959 \newline
4960 Who I am
4961 \newline
4962 Where I am
4963 \newline
4964 When is it? What is today?
4965 \end_layout
4966
4967 \begin_layout Standard
4968 That was 
4969 \family sans
4970 Right\InsetSpace ~
4971 Address
4972 \family default
4973 .
4974  Notice that the lines all have the same left margin, which LyX sets to
4975  fit the largest block of text on a single line.
4976  Here's an example of the 
4977 \family sans
4978 Address
4979 \family default
4980  environment:
4981 \end_layout
4982
4983 \begin_layout Address
4984 Who are you
4985 \newline
4986 Where do I send this
4987 \newline
4988 Your post office and country
4989 \end_layout
4990
4991 \begin_layout Standard
4992 As you can see, both 
4993 \family sans
4994 Address
4995 \family default
4996  and 
4997 \family sans
4998 Right\InsetSpace ~
4999 Address
5000 \family default
5001  add extra space between themselves and the next paragraph.
5002  If you hit 
5003 \family sans
5004 Return
5005 \family default
5006  in either of these environments, LyX resets the nesting depth and sets
5007  the environment to 
5008 \family sans
5009 Standard
5010 \family default
5011 .
5012  This makes sense, since 
5013 \family sans
5014 Return
5015 \family default
5016  is the 
5017 \family typewriter
5018 break-paragraph
5019 \family default
5020  function, and the individual lines of an address are not paragraphs.
5021  Thus, you have to use 
5022 \family typewriter
5023 break-line
5024 \family default
5025  (
5026 \family sans
5027 C-Return
5028 \family default
5029  or 
5030 \family sans
5031 Formatting\InsetSpace ~
5032 Character\SpecialChar \menuseparator
5033 Line\InsetSpace ~
5034 Break
5035 \family default
5036  from the 
5037 \family sans
5038 Insert
5039 \family default
5040  menu) to start a new line in an 
5041 \family sans
5042 Address
5043 \family default
5044  or 
5045 \family sans
5046 Right\InsetSpace ~
5047 Address
5048 \family default
5049  environment.
5050 \end_layout
5051
5052 \begin_layout Subsection
5053 Academic Writing
5054 \end_layout
5055
5056 \begin_layout Standard
5057 Most academic writing begins with an abstract and ends with a bibliography
5058  or list of references.
5059  LyX contains paragraph environments for both of these.
5060 \end_layout
5061
5062 \begin_layout Subsubsection
5063
5064 \family sans
5065 Abstract
5066 \begin_inset LatexCommand index
5067 name "Abstracts"
5068
5069 \end_inset
5070
5071
5072 \end_layout
5073
5074 \begin_layout Standard
5075 The 
5076 \family sans
5077 Abstract
5078 \family default
5079  environment is used for the abstract of an article.
5080  Technically, you could use this environment anywhere, but you really should
5081  only use it at the beginning of the document, after the title.
5082  Also, don't bother trying to nest 
5083 \family sans
5084 Abstract
5085 \family default
5086  in anything else or vice versa.
5087  It won't work.
5088  The 
5089 \family sans
5090 Abstract
5091 \family default
5092  environment is only useful in the article and report document classes.
5093  The book document classes ignores the 
5094 \family sans
5095 Abstract
5096 \family default
5097  completely, and it's utterly silly to use 
5098 \family sans
5099 Abstract
5100 \family default
5101  in a letter document class.
5102 \end_layout
5103
5104 \begin_layout Standard
5105 The 
5106 \family sans
5107 Abstract
5108 \family default
5109  environment does several things for you.
5110  First, it puts the centered label 
5111 \begin_inset Quotes eld
5112 \end_inset
5113
5114 Abstract
5115 \begin_inset Quotes erd
5116 \end_inset
5117
5118  above the text.
5119  The label and the text of the abstract are separated by some extra vertical
5120  space.
5121  Second, it typesets everything in a smaller font, just as you'd expect.
5122  Lastly, it adds a bit of extra vertical space between the abstract and
5123  the subsequent text.
5124  Well, that's how it will appear on the LyX screen.
5125  The appearance in the output depends on the used article or report class.
5126 \end_layout
5127
5128 \begin_layout Standard
5129 Starting a new paragraph by hitting 
5130 \family sans
5131 Return
5132 \family default
5133  does not reset the paragraph environment.
5134  The new paragraph will still be in the 
5135 \family sans
5136 Abstract
5137 \family default
5138  environment.
5139  So, you will have to change the paragraph environment yourself when you
5140  finish entering the abstract of your document.
5141 \end_layout
5142
5143 \begin_layout Standard
5144 \begin_inset Float figure
5145 wide false
5146 sideways false
5147 status open
5148
5149 \begin_layout Standard
5150 \align center
5151 \begin_inset Graphics
5152         filename clipart/Abstract.pdf
5153         lyxscale 25
5154
5155 \end_inset
5156
5157
5158 \end_layout
5159
5160 \begin_layout Standard
5161 \begin_inset Caption
5162
5163 \begin_layout Standard
5164 \begin_inset LatexCommand label
5165 name "cap:Paragraph-in-the"
5166
5167 \end_inset
5168
5169 Paragraph in the 
5170 \family sans
5171 Abstract
5172 \family default
5173  environment
5174 \end_layout
5175
5176 \end_inset
5177
5178
5179 \end_layout
5180
5181 \end_inset
5182
5183
5184 \end_layout
5185
5186 \begin_layout Standard
5187 We'd love to give you directly an example of the 
5188 \family sans
5189 Abstract
5190 \family default
5191  environment, but since this document is in the 
5192 \begin_inset Quotes eld
5193 \end_inset
5194
5195 book
5196 \begin_inset Quotes erd
5197 \end_inset
5198
5199  class, we can't do this.
5200  We inserted it therefore as figure\InsetSpace ~
5201
5202 \begin_inset LatexCommand ref
5203 reference "cap:Paragraph-in-the"
5204
5205 \end_inset
5206
5207 .
5208  If you've never heard of an 
5209 \begin_inset Quotes eld
5210 \end_inset
5211
5212 abstract
5213 \begin_inset Quotes erd
5214 \end_inset
5215
5216  before, you can safely ignore this environment.
5217 \end_layout
5218
5219 \begin_layout Subsubsection
5220
5221 \family sans
5222 Bibliography
5223 \family default
5224
5225 \begin_inset LatexCommand index
5226 name "Bibliography"
5227
5228 \end_inset
5229
5230
5231 \begin_inset LatexCommand label
5232 name "sub:Biblio_environment"
5233
5234 \end_inset
5235
5236
5237 \end_layout
5238
5239 \begin_layout Standard
5240 The 
5241 \family sans
5242 Bibliography
5243 \family default
5244  environment is used to list references.
5245  Technically, you could use this environment anywhere, but you really should
5246  only use it at the end of the document.
5247  Nesting 
5248 \family sans
5249 Bibliography
5250 \family default
5251  in anything else or vice versa won't work.
5252 \end_layout
5253
5254 \begin_layout Standard
5255 When you first open a 
5256 \family sans
5257 Bibliography
5258 \family default
5259  environment, LyX add a large vertical space, followed by the heading 
5260 \begin_inset Quotes eld
5261 \end_inset
5262
5263 Bibliography
5264 \begin_inset Quotes erd
5265 \end_inset
5266
5267  or 
5268 \begin_inset Quotes eld
5269 \end_inset
5270
5271 References,
5272 \begin_inset Quotes erd
5273 \end_inset
5274
5275  depending on the document class.
5276  The heading is in a large boldface font.
5277  Each paragraph of the 
5278 \family sans
5279 Bibliography
5280 \family default
5281  environment is a bibliography entry.
5282  Thus, hitting 
5283 \family sans
5284 Return
5285 \family default
5286  does not reset the paragraph environment.
5287  Each new paragraph is still in the 
5288 \family sans
5289 Bibliography
5290 \family default
5291  environment.
5292 \end_layout
5293
5294 \begin_layout Standard
5295 For a detailed description of LyX's bibliography handling, have a look at
5296  in section\InsetSpace ~
5297
5298 \begin_inset LatexCommand ref
5299 reference "sec:Bibliography"
5300
5301 \end_inset
5302
5303 .
5304 \end_layout
5305
5306 \begin_layout Subsection
5307 LyX
5308 \family sans
5309 -Code
5310 \begin_inset LatexCommand index
5311 name "Paragraph ! LyX code"
5312
5313 \end_inset
5314
5315
5316 \begin_inset LatexCommand label
5317 name "sub:LyX-Code"
5318
5319 \end_inset
5320
5321
5322 \end_layout
5323
5324 \begin_layout Standard
5325 The 
5326 \family sans
5327 LyX-Code
5328 \family default
5329  environment is another LyX extension.
5330  It type-sets text in a typewriter-style font.
5331  It also treats the 
5332 \family sans
5333 Space
5334 \family default
5335  key as a fixed whitespace;
5336 \begin_inset Foot
5337 status collapsed
5338
5339 \begin_layout Standard
5340 In the 
5341 \family sans
5342 LyX-Code
5343 \family default
5344  environment, the 
5345 \family sans
5346 Space
5347 \family default
5348  key is treated as a 
5349 \family sans
5350 Protected\InsetSpace ~
5351 Blank
5352 \family default
5353  instead of an end-of-word marker.
5354 \end_layout
5355
5356 \end_inset
5357
5358  this is the only case in which you can type multiple whitespaces in LyX.
5359  If you need to insert blank lines, you'll still need to use 
5360 \family sans
5361 C-Return
5362 \family default
5363  (the 
5364 \family typewriter
5365 break-line
5366 \family default
5367  function).
5368  
5369 \family sans
5370 Return
5371 \family default
5372  breaks paragraphs.
5373  Note, however, that 
5374 \family sans
5375 Return
5376 \family default
5377  does not reset the paragraph environment.
5378  So, when you finish using the 
5379 \family sans
5380 LyX-Code
5381 \family default
5382  environment, you'll need to change the paragraph environment yourself.
5383  Also, you can nest the 
5384 \family sans
5385 LyX-Code
5386 \family default
5387  environment inside of others.
5388 \end_layout
5389
5390 \begin_layout Standard
5391 There are a few quirks with this environment:
5392 \end_layout
5393
5394 \begin_layout Itemize
5395 You cannot use 
5396 \family sans
5397 C-Return
5398 \family default
5399  at the beginning of a new paragraph (i.e.
5400  you can't follow 
5401 \family sans
5402 Return
5403 \family default
5404  with a 
5405 \family sans
5406 C-Return
5407 \family default
5408 ).
5409 \end_layout
5410
5411 \begin_layout Itemize
5412 You can't follow a 
5413 \family sans
5414 C-Return
5415 \family default
5416  with a 
5417 \family sans
5418 Space
5419 \family default
5420 .
5421 \end_layout
5422
5423 \begin_deeper
5424 \begin_layout Itemize
5425 Use a 
5426 \family sans
5427 Return
5428 \family default
5429  to begin a new paragraph, then you can use a 
5430 \family sans
5431 Space
5432 \family default
5433 .
5434 \end_layout
5435
5436 \begin_layout Itemize
5437 Or: use 
5438 \family sans
5439 C-Space
5440 \family default
5441  instead.
5442 \end_layout
5443
5444 \end_deeper
5445 \begin_layout Itemize
5446 You can't have an empty paragraph or an empty line.
5447  You must put at least one 
5448 \family sans
5449 Space
5450 \family default
5451  in any line you want blank.
5452  Otherwise, LaTeX generates errors.
5453 \end_layout
5454
5455 \begin_layout Itemize
5456 You cannot get the typewriter double quotes by typing 
5457 \family sans
5458 "
5459 \family default
5460  since that will insert 
5461 \emph on
5462 real
5463 \emph default
5464  quotes.
5465  You get the typewriter double quotes with 
5466 \family sans
5467 C-"
5468 \family default
5469  (or 
5470 \family sans
5471 C-q
5472 \family default
5473  if you use Emacs-like key bindings).
5474 \end_layout
5475
5476 \begin_layout Standard
5477 Here's an example:
5478 \end_layout
5479
5480 \begin_layout LyX-Code
5481 #include <stdio.h>
5482 \end_layout
5483
5484 \begin_layout LyX-Code
5485  
5486 \end_layout
5487
5488 \begin_layout LyX-Code
5489 int main(void)
5490 \end_layout
5491
5492 \begin_layout LyX-Code
5493 {
5494 \end_layout
5495
5496 \begin_layout LyX-Code
5497     printf("Hello World!
5498 \backslash
5499 n");
5500 \end_layout
5501
5502 \begin_layout LyX-Code
5503     return 0;
5504 \end_layout
5505
5506 \begin_layout LyX-Code
5507 }
5508 \end_layout
5509
5510 \begin_layout Standard
5511 This is just the standard 
5512 \begin_inset Quotes eld
5513 \end_inset
5514
5515 Hello world!
5516 \begin_inset Quotes erd
5517 \end_inset
5518
5519  program.
5520  
5521 \end_layout
5522
5523 \begin_layout Standard
5524
5525 \family sans
5526 LyX-Code
5527 \family default
5528  has one purpose: to typeset code, such as program source, shell scripts,
5529  rc-files, and so on.
5530  Use it only in those very special cases where you need to generate text
5531  as if you used a typewriter.
5532 \begin_inset LatexCommand index
5533 name "Paragraph environments|)"
5534
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \begin_layout Section
5541 Nesting Environments
5542 \begin_inset LatexCommand index
5543 name "Nesting ! Environments"
5544
5545 \end_inset
5546
5547
5548 \begin_inset LatexCommand label
5549 name "sec:Nesting"
5550
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \begin_layout Subsection
5557 Introduction
5558 \end_layout
5559
5560 \begin_layout Standard
5561 LyX treats text as a unified block with a particular context and specific
5562  properties.
5563  This allows you to create blocks that inherits some of the properties of
5564  another block.
5565  For example you have three main points in an outline, but point #2 also
5566  has two subpoints.
5567  In other words, you have a list inside of another list, with the inner
5568  list 
5569 \begin_inset Quotes eld
5570 \end_inset
5571
5572 attached
5573 \begin_inset Quotes erd
5574 \end_inset
5575
5576  to item #2:
5577 \end_layout
5578
5579 \begin_layout Enumerate
5580 one
5581 \end_layout
5582
5583 \begin_layout Enumerate
5584 two
5585 \end_layout
5586
5587 \begin_deeper
5588 \begin_layout Enumerate
5589 sublist - item #1
5590 \end_layout
5591
5592 \begin_layout Enumerate
5593 sublist - item #2
5594 \end_layout
5595
5596 \end_deeper
5597 \begin_layout Enumerate
5598 three
5599 \end_layout
5600
5601 \begin_layout Standard
5602 You put a list inside of a list by nesting one list inside the other.
5603  Nesting an environment is quite simple: Select 
5604 \family sans
5605 Increase\InsetSpace ~
5606 List\InsetSpace ~
5607 Depth
5608 \family default
5609  or 
5610 \family sans
5611 Decrease\InsetSpace ~
5612 List\InsetSpace ~
5613 Depth
5614 \family default
5615  from the 
5616 \family sans
5617 Edit
5618 \family default
5619  menu to change the nesting depth of the current paragraph (the status bar
5620  will tell you how far you are nested).
5621  Instead of the menu, you can also use the toolbar buttons 
5622 \begin_inset Graphics
5623         filename ../images/depth-increment.png
5624
5625 \end_inset
5626
5627  and 
5628 \begin_inset Graphics
5629         filename ../images/depth-decrement.png
5630
5631 \end_inset
5632
5633  or the convenient key bindings 
5634 \family sans
5635 S-M-Right
5636 \family default
5637  and 
5638 \family sans
5639 S-M-Left
5640 \family default
5641  to change the nesting level.
5642  The change will work on the current selection if you have made one (allowing
5643  you to change the nesting of several paragraphs at once), or the current
5644  paragraph.
5645 \end_layout
5646
5647 \begin_layout Standard
5648 Note that LyX only changes the nesting depth if it can.
5649  If it's invalid to do so, nothing happens if you try to change the depth.
5650  Additionally, if you change the depth of one paragraph, it affects the
5651  depth of every paragraph nested inside of it.
5652 \end_layout
5653
5654 \begin_layout Standard
5655 Nesting isn't limited to lists.
5656  In LyX, you can nest just about anything inside anything else, as you're
5657  about to find out.
5658  This is the real power of nesting paragraph environments.
5659 \end_layout
5660
5661 \begin_layout Subsection
5662 What You Can and Can't Nest
5663 \end_layout
5664
5665 \begin_layout Standard
5666 Before we fire a list of paragraph environments at you, we need to tell
5667  you a little bit more about how nesting works.
5668 \end_layout
5669
5670 \begin_layout Standard
5671 The question if nesting a paragraph environment is possible, is a bit more
5672  complicated than a simple yes or no.
5673  There are three types of paragraph environments:
5674 \end_layout
5675
5676 \begin_layout Itemize
5677 Completely unnestable
5678 \end_layout
5679
5680 \begin_layout Itemize
5681 Fully nestable, you can nest them inside of things and you can also nest
5682  other things inside of them.
5683 \end_layout
5684
5685 \begin_layout Itemize
5686 A third type, you can nest them into other environments, but you can't nest
5687  anything into them.
5688 \end_layout
5689
5690 \begin_layout Standard
5691 Here's a list of the three types of nesting behavior, and which paragraph
5692  environments have them:
5693 \end_layout
5694
5695 \begin_layout Description
5696 Unnestable Can't nest them.
5697  Can't nest into them.
5698 \end_layout
5699
5700 \begin_deeper
5701 \begin_layout Itemize
5702
5703 \family sans
5704 Part
5705 \end_layout
5706
5707 \begin_layout Itemize
5708
5709 \family sans
5710 Chapter
5711 \end_layout
5712
5713 \begin_layout Itemize
5714
5715 \family sans
5716 Section
5717 \family default
5718  
5719 \end_layout
5720
5721 \begin_layout Itemize
5722
5723 \family sans
5724 Subsection
5725 \end_layout
5726
5727 \begin_layout Itemize
5728
5729 \family sans
5730 Subsubsection
5731 \end_layout
5732
5733 \begin_layout Itemize
5734
5735 \family sans
5736 Paragraph
5737 \family default
5738  
5739 \end_layout
5740
5741 \begin_layout Itemize
5742
5743 \family sans
5744 Subparagraph
5745 \end_layout
5746
5747 \begin_layout Itemize
5748
5749 \family sans
5750 Part*
5751 \end_layout
5752
5753 \begin_layout Itemize
5754
5755 \family sans
5756 Chapter*
5757 \end_layout
5758
5759 \begin_layout Itemize
5760
5761 \family sans
5762 Section*
5763 \end_layout
5764
5765 \begin_layout Itemize
5766
5767 \family sans
5768 Subsection*
5769 \end_layout
5770
5771 \begin_layout Itemize
5772
5773 \family sans
5774 Subsubsection*
5775 \end_layout
5776
5777 \begin_layout Itemize
5778
5779 \family sans
5780 Bibliography
5781 \end_layout
5782
5783 \begin_layout Itemize
5784
5785 \family sans
5786 Abstract
5787 \end_layout
5788
5789 \begin_layout Itemize
5790
5791 \family sans
5792 Title
5793 \end_layout
5794
5795 \begin_layout Itemize
5796
5797 \family sans
5798 Author
5799 \end_layout
5800
5801 \begin_layout Itemize
5802
5803 \family sans
5804 Date
5805 \end_layout
5806
5807 \end_deeper
5808 \begin_layout Description
5809 Fully\InsetSpace ~
5810 Nestable You can nest them.
5811  You can nest other things into them.
5812 \end_layout
5813
5814 \begin_deeper
5815 \begin_layout Itemize
5816
5817 \family sans
5818 Verse
5819 \end_layout
5820
5821 \begin_layout Itemize
5822
5823 \family sans
5824 Quote
5825 \end_layout
5826
5827 \begin_layout Itemize
5828
5829 \family sans
5830 Quotation
5831 \end_layout
5832
5833 \begin_layout Itemize
5834
5835 \family sans
5836 Itemize
5837 \end_layout
5838
5839 \begin_layout Itemize
5840
5841 \family sans
5842 Enumerate
5843 \end_layout
5844
5845 \begin_layout Itemize
5846
5847 \family sans
5848 Description
5849 \end_layout
5850
5851 \begin_layout Itemize
5852
5853 \family sans
5854 List
5855 \end_layout
5856
5857 \begin_layout Itemize
5858
5859 \family sans
5860 LyX-Code
5861 \end_layout
5862
5863 \end_deeper
5864 \begin_layout Description
5865 Nestable-Inside You can nest them inside of other things.
5866  You can't nest anything into them.
5867 \end_layout
5868
5869 \begin_deeper
5870 \begin_layout Itemize
5871
5872 \family sans
5873 Standard
5874 \end_layout
5875
5876 \begin_layout Itemize
5877
5878 \family sans
5879 Right\InsetSpace ~
5880 Address
5881 \end_layout
5882
5883 \begin_layout Itemize
5884
5885 \family sans
5886 Address
5887 \end_layout
5888
5889 \end_deeper
5890 \begin_layout Standard
5891 The 
5892 \family sans
5893 Caption
5894 \family default
5895  environment doesn't really fit anywhere, since it's only used inside of
5896  
5897 \family sans
5898 Table\InsetSpace ~
5899 Floats
5900 \family default
5901  and 
5902 \family sans
5903 Figure\InsetSpace ~
5904 Floats
5905 \family default
5906 .
5907 \end_layout
5908
5909 \begin_layout Subsection
5910 Nesting Other Things: Tables, Math, Floats, etc.
5911 \begin_inset LatexCommand index
5912 name "Nesting ! Tables etc."
5913
5914 \end_inset
5915
5916
5917 \begin_inset LatexCommand label
5918 name "sec:table-and-fig-nesting"
5919
5920 \end_inset
5921
5922
5923 \end_layout
5924
5925 \begin_layout Standard
5926 There are several things that aren't paragraph environments, but which are
5927  affected by nesting anyhow.
5928  They are:
5929 \end_layout
5930
5931 \begin_layout Itemize
5932 equations
5933 \end_layout
5934
5935 \begin_layout Itemize
5936 tables
5937 \end_layout
5938
5939 \begin_layout Itemize
5940 figures
5941 \end_layout
5942
5943 \begin_layout Standard
5944 (
5945 \begin_inset Note Greyedout
5946 status open
5947
5948 \begin_layout Standard
5949
5950 \series bold
5951 Note:
5952 \series default
5953  If you put a figure or a table in a 
5954 \family sans
5955 Float
5956 \family default
5957 , this is no longer true.
5958 \end_layout
5959
5960 \end_inset
5961
5962  Have a look at section\InsetSpace ~
5963
5964 \begin_inset LatexCommand ref
5965 reference "sec:Floats"
5966
5967 \end_inset
5968
5969  for more informations about 
5970 \family sans
5971 Floats
5972 \family default
5973 .)
5974 \end_layout
5975
5976 \begin_layout Standard
5977 LyX can treat these three objects as either a word or as a paragraph.
5978  If a figure, table, or an equation is inline, it goes wherever the paragraph
5979  it is in goes.
5980 \end_layout
5981
5982 \begin_layout Standard
5983 On the other hand, if you have an equation, figure or table in a 
5984 \begin_inset Quotes eld
5985 \end_inset
5986
5987 paragraph
5988 \begin_inset Quotes erd
5989 \end_inset
5990
5991  of its own, it behaves just like a 
5992 \begin_inset Quotes eld
5993 \end_inset
5994
5995 nestable-inside
5996 \begin_inset Quotes erd
5997 \end_inset
5998
5999  paragraph environment.
6000  You can nest it into any environment, but you obviously can't nest anything
6001  into it.
6002 \end_layout
6003
6004 \begin_layout Standard
6005 Here's an example with a table:
6006 \end_layout
6007
6008 \begin_layout Enumerate
6009 Item One
6010 \end_layout
6011
6012 \begin_deeper
6013 \begin_layout Enumerate
6014 This is (a) and it's nested.
6015 \end_layout
6016
6017 \begin_deeper
6018 \begin_layout Standard
6019 \begin_inset VSpace 0.3cm
6020 \end_inset
6021
6022
6023 \end_layout
6024
6025 \begin_layout Standard
6026 \align center
6027 \begin_inset Tabular
6028 <lyxtabular version="3" rows="2" columns="2">
6029 <features>
6030 <column alignment="center" valignment="top" leftline="true" width="0pt">
6031 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6032 <row topline="true">
6033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Standard
6037
6038 \family roman
6039 \series medium
6040 \shape up
6041 \size normal
6042 \emph off
6043 \bar no
6044 \noun off
6045 \color none
6046 a
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Standard
6055
6056 \family roman
6057 \series medium
6058 \shape up
6059 \size normal
6060 \emph off
6061 \bar no
6062 \noun off
6063 \color none
6064 b
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 </row>
6070 <row topline="true" bottomline="true">
6071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Standard
6075
6076 \family roman
6077 \series medium
6078 \shape up
6079 \size normal
6080 \emph off
6081 \bar no
6082 \noun off
6083 \color none
6084 c
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Standard
6093
6094 \family roman
6095 \series medium
6096 \shape up
6097 \size normal
6098 \emph off
6099 \bar no
6100 \noun off
6101 \color none
6102 d
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 </row>
6108 </lyxtabular>
6109
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \begin_layout Standard
6116 \begin_inset VSpace 0.3cm
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \end_deeper
6123 \begin_layout Enumerate
6124 This is (b).
6125  The table is actually nested inside (a).
6126 \end_layout
6127
6128 \end_deeper
6129 \begin_layout Enumerate
6130 Back out again.
6131 \end_layout
6132
6133 \begin_layout Standard
6134 If we hadn't nested the table at all, the list would look like this:
6135 \end_layout
6136
6137 \begin_layout Enumerate
6138 Item One
6139 \end_layout
6140
6141 \begin_deeper
6142 \begin_layout Enumerate
6143 This is (a) and it's nested.
6144 \end_layout
6145
6146 \end_deeper
6147 \begin_layout Standard
6148 \begin_inset VSpace 0.3cm
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \begin_layout Standard
6155 \align center
6156 \begin_inset Tabular
6157 <lyxtabular version="3" rows="2" columns="2">
6158 <features>
6159 <column alignment="center" valignment="top" leftline="true" width="0pt">
6160 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6161 <row topline="true">
6162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Standard
6166
6167 \family roman
6168 \series medium
6169 \shape up
6170 \size normal
6171 \emph off
6172 \bar no
6173 \noun off
6174 \color none
6175 a
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Standard
6184
6185 \family roman
6186 \series medium
6187 \shape up
6188 \size normal
6189 \emph off
6190 \bar no
6191 \noun off
6192 \color none
6193 b
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 </row>
6199 <row topline="true" bottomline="true">
6200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Standard
6204
6205 \family roman
6206 \series medium
6207 \shape up
6208 \size normal
6209 \emph off
6210 \bar no
6211 \noun off
6212 \color none
6213 c
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Standard
6222
6223 \family roman
6224 \series medium
6225 \shape up
6226 \size normal
6227 \emph off
6228 \bar no
6229 \noun off
6230 \color none
6231 d
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 </row>
6237 </lyxtabular>
6238
6239 \end_inset
6240
6241
6242 \end_layout
6243
6244 \begin_layout Standard
6245 \begin_inset VSpace 0.3cm
6246 \end_inset
6247
6248
6249 \end_layout
6250
6251 \begin_layout Enumerate
6252 This is (b).
6253  The table is 
6254 \emph on
6255 not
6256 \emph default
6257  nested inside (a).
6258  In fact, it's not nested at all.
6259 \end_layout
6260
6261 \begin_layout Enumerate
6262 Back out again.
6263 \end_layout
6264
6265 \begin_layout Standard
6266 Notice how item (b) is not only no longer nested, but is also the first
6267  item of a new list!
6268 \end_layout
6269
6270 \begin_layout Standard
6271 There's another trap you can fall into: Nesting the table, but not going
6272  deep enough.
6273  LyX then turns anything after the table into a new sublist.
6274 \end_layout
6275
6276 \begin_layout Enumerate
6277 Item One
6278 \end_layout
6279
6280 \begin_deeper
6281 \begin_layout Enumerate
6282 This is (a) and it's nested.
6283 \end_layout
6284
6285 \begin_layout Standard
6286 \begin_inset VSpace 0.3cm
6287 \end_inset
6288
6289
6290 \end_layout
6291
6292 \begin_layout Standard
6293 \align center
6294 \begin_inset Tabular
6295 <lyxtabular version="3" rows="2" columns="2">
6296 <features>
6297 <column alignment="center" valignment="top" leftline="true" width="0pt">
6298 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6299 <row topline="true">
6300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Standard
6304
6305 \family roman
6306 \series medium
6307 \shape up
6308 \size normal
6309 \emph off
6310 \bar no
6311 \noun off
6312 \color none
6313 a
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Standard
6322
6323 \family roman
6324 \series medium
6325 \shape up
6326 \size normal
6327 \emph off
6328 \bar no
6329 \noun off
6330 \color none
6331 b
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 <row topline="true" bottomline="true">
6338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Standard
6342
6343 \family roman
6344 \series medium
6345 \shape up
6346 \size normal
6347 \emph off
6348 \bar no
6349 \noun off
6350 \color none
6351 c
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Standard
6360
6361 \family roman
6362 \series medium
6363 \shape up
6364 \size normal
6365 \emph off
6366 \bar no
6367 \noun off
6368 \color none
6369 d
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 </lyxtabular>
6376
6377 \end_inset
6378
6379
6380 \end_layout
6381
6382 \begin_layout Standard
6383 \begin_inset VSpace 0.3cm
6384 \end_inset
6385
6386
6387 \end_layout
6388
6389 \begin_layout Enumerate
6390 This is (b).
6391  The table is actually nested inside Item One, but 
6392 \emph on
6393 not
6394 \emph default
6395  inside (a).
6396 \end_layout
6397
6398 \end_deeper
6399 \begin_layout Enumerate
6400 Back out again.
6401 \end_layout
6402
6403 \begin_layout Standard
6404 As you can see, item (b) turned into the first item of a new list, but a
6405  new list 
6406 \emph on
6407 inside
6408 \emph default
6409  item 1.
6410  The same thing would have happened to a figure or an equation.
6411  So, if you nest tables, figures or equations, make sure you go to the right
6412  depth!
6413 \end_layout
6414
6415 \begin_layout Subsection
6416 Usage and General Features
6417 \begin_inset LatexCommand label
6418 name "sub:Nesting-Usage"
6419
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \begin_layout Standard
6426 Speaking of levels, LyX can perform up to a six-fold nesting.
6427  In other words, 
6428 \begin_inset Quotes eld
6429 \end_inset
6430
6431 level #6
6432 \begin_inset Quotes erd
6433 \end_inset
6434
6435  is the innermost possible depth.
6436  Here's an example to display what we mean:
6437 \end_layout
6438
6439 \begin_layout Enumerate
6440 level #1 - outermost
6441 \end_layout
6442
6443 \begin_deeper
6444 \begin_layout Enumerate
6445 level #2
6446 \end_layout
6447
6448 \begin_deeper
6449 \begin_layout Enumerate
6450 level #3
6451 \end_layout
6452
6453 \begin_deeper
6454 \begin_layout Enumerate
6455 level #4
6456 \end_layout
6457
6458 \begin_deeper
6459 \begin_layout Itemize
6460 level #5
6461 \end_layout
6462
6463 \begin_deeper
6464 \begin_layout Itemize
6465 level #6
6466 \end_layout
6467
6468 \end_deeper
6469 \end_deeper
6470 \end_deeper
6471 \end_deeper
6472 \end_deeper
6473 \begin_layout Standard
6474 There are two exceptions to the six-fold nesting limit, and you can see
6475  both of them in the example.
6476  Unlike the other fully-nestable environments, you can only perform a four-fold
6477  nesting with the 
6478 \family sans
6479 Enumerate
6480 \family default
6481  and 
6482 \family sans
6483 Itemize
6484 \family default
6485  environments.
6486  For example, if we tried to nest another 
6487 \family sans
6488 Enumerate
6489 \family default
6490  list inside of item 
6491 \begin_inset Quotes eld
6492 \end_inset
6493
6494 A.
6495 \begin_inset Quotes erd
6496 \end_inset
6497
6498 , we'd get errors.
6499 \end_layout
6500
6501 \begin_layout Subsection
6502 Some Examples
6503 \begin_inset LatexCommand index
6504 name "Nesting ! Examples"
6505
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \begin_layout Standard
6512 The best way to explain just what you can do with nesting is by illustration.
6513  We have several examples of nested environments.
6514  In them, we explain how we created the example, so that you can reproduce
6515  them.
6516 \end_layout
6517
6518 \begin_layout Subsubsection
6519 Example 1: The Six-fold Way and Mixed Nesting
6520 \end_layout
6521
6522 \begin_layout Labeling
6523 \labelwidthstring MMM
6524 #1-a This is the outermost level.
6525  It's a 
6526 \family sans
6527 List
6528 \family default
6529  environment.
6530 \end_layout
6531
6532 \begin_deeper
6533 \begin_layout Labeling
6534 \labelwidthstring MMM
6535 #2-a This is level #2.
6536  We created it by using 
6537 \family sans
6538 M-Return
6539 \family default
6540  followed by 
6541 \family sans
6542 S-M-Right
6543 \family default
6544 .
6545 \end_layout
6546
6547 \begin_deeper
6548 \begin_layout Labeling
6549 \labelwidthstring MMM
6550 #3-a This is level #3.
6551  This time, we just hit 
6552 \family sans
6553 Return
6554 \family default
6555 , then used 
6556 \family sans
6557 S-M-Right
6558 \family default
6559  twice in a row.
6560  We could have also created it the same way as we did the previous level,
6561  by hitting 
6562 \family sans
6563 M-Return
6564 \family default
6565  followed by 
6566 \family sans
6567 S-M-Right
6568 \family default
6569 .
6570 \end_layout
6571
6572 \begin_deeper
6573 \begin_layout Standard
6574 This is actually a 
6575 \family sans
6576 Standard
6577 \family default
6578  environment, nested inside of 
6579 \begin_inset Quotes eld
6580 \end_inset
6581
6582 #3-a
6583 \begin_inset Quotes erd
6584 \end_inset
6585
6586 .
6587  So, it's at level #4.
6588  We did this by hitting 
6589 \family sans
6590 M-Return
6591 \family default
6592 , then 
6593 \family sans
6594 S-M-Right
6595 \family default
6596 , then changing the paragraph environment to 
6597 \family sans
6598 Standard
6599 \family default
6600 .
6601  Do this to create list items with more than one paragraph - it also works
6602  for the 
6603 \family sans
6604 Description
6605 \family default
6606
6607 \family sans
6608 Enumerate
6609 \family default
6610 , and 
6611 \family sans
6612 Itemize
6613 \family default
6614  environments!
6615 \end_layout
6616
6617 \begin_layout Standard
6618 Here's another 
6619 \family sans
6620 Standard
6621 \family default
6622  paragraph, also at level #4, made with just a 
6623 \family sans
6624 M-Return
6625 \family default
6626 .
6627 \end_layout
6628
6629 \begin_layout Labeling
6630 \labelwidthstring MMM
6631 #4-a This is level #4.
6632  We hit 
6633 \family sans
6634 M-Return
6635 \family default
6636  and changed the paragraph environment back to 
6637 \family sans
6638 List
6639 \family default
6640 .
6641  Remember - we can't nest anything inside of a 
6642 \family sans
6643 Standard
6644 \family default
6645  environment, which is why we're still at level #4.
6646  However, we 
6647 \emph on
6648 can
6649 \emph default
6650  keep nesting things inside of 
6651 \begin_inset Quotes eld
6652 \end_inset
6653
6654 #3-a
6655 \begin_inset Quotes erd
6656 \end_inset
6657
6658 .
6659 \end_layout
6660
6661 \begin_deeper
6662 \begin_layout Labeling
6663 \labelwidthstring MMM
6664 #5-a This is level #5\SpecialChar \ldots{}
6665
6666 \end_layout
6667
6668 \begin_deeper
6669 \begin_layout Labeling
6670 \labelwidthstring MMM
6671 #6-a \SpecialChar \ldots{}
6672 and this is level #6.
6673  By now, you should know how we made these two.
6674 \end_layout
6675
6676 \end_deeper
6677 \begin_layout Labeling
6678 \labelwidthstring MMM
6679 #5-b Back to level #5.
6680  Just hit 
6681 \family sans
6682 M-Return
6683 \family default
6684  followed by a 
6685 \family sans
6686 S-M-Left
6687 \family default
6688 .
6689 \end_layout
6690
6691 \end_deeper
6692 \begin_layout Labeling
6693 \labelwidthstring MMM
6694 #4-b After another 
6695 \family sans
6696 M-Return
6697 \family default
6698  followed by a 
6699 \family sans
6700 S-M-Left
6701 \family default
6702 , we're back at level #4.
6703 \end_layout
6704
6705 \end_deeper
6706 \begin_layout Labeling
6707 \labelwidthstring MMM
6708 #3-b Back to level #3.
6709  By now it should be obvious how we did this.
6710 \end_layout
6711
6712 \end_deeper
6713 \begin_layout Labeling
6714 \labelwidthstring MMM
6715 #2-b Back to level #2.
6716  
6717 \end_layout
6718
6719 \end_deeper
6720 \begin_layout Labeling
6721 \labelwidthstring MMM
6722 #1-b And last, back to the outermost level, #1.
6723  After this sentence, we'll hit 
6724 \family sans
6725 Return
6726 \family default
6727  and change the paragraph environment back to 
6728 \family sans
6729 Standard
6730 \family default
6731  to end the list.
6732 \end_layout
6733
6734 \begin_layout Standard
6735 We could have also used the 
6736 \family sans
6737 Description
6738 \family default
6739
6740 \family sans
6741 Quote
6742 \family default
6743
6744 \family sans
6745 Quotation
6746 \family default
6747 , or even the 
6748 \family sans
6749 Verse
6750 \family default
6751  environment in place of the 
6752 \family sans
6753 List
6754 \family default
6755  environment.
6756  The example would have worked exactly the same.
6757 \end_layout
6758
6759 \begin_layout Subsubsection
6760 Example 2: Inheritance
6761 \end_layout
6762
6763 \begin_layout LyX-Code
6764 This is the LyX-Code environment, at level #1, the outermost
6765 \end_layout
6766
6767 \begin_layout LyX-Code
6768 level.
6769   Now we'll hit 
6770 \family sans
6771 Return
6772 \family default
6773 , then 
6774 \family sans
6775 S-M-Right
6776 \family default
6777 , after which, we'll change to the 
6778 \family sans
6779 Enumerate
6780 \family default
6781  environment.
6782 \end_layout
6783
6784 \begin_deeper
6785 \begin_layout Enumerate
6786 This is the 
6787 \family sans
6788 Enumerate
6789 \family default
6790  environment, at level #2.
6791 \end_layout
6792
6793 \begin_layout Enumerate
6794 Notice how the nested 
6795 \family sans
6796 Enumerate
6797 \family default
6798  not only inherits its margins from its parent environment (
6799 \family sans
6800 LyX-Code
6801 \family default
6802 ), but also inherits its font and spacing!
6803 \end_layout
6804
6805 \end_deeper
6806 \begin_layout Standard
6807 We ended this example by hitting 
6808 \family sans
6809 Return
6810 \family default
6811 .
6812  After that, we needed to reset the paragraph environment to 
6813 \family sans
6814 Standard
6815 \family default
6816  and resetting the nesting depth by using 
6817 \family sans
6818 S-M-Left
6819 \family default
6820  once.
6821 \end_layout
6822
6823 \begin_layout Subsubsection
6824 Example 3: Labels, Levels, and the 
6825 \family sans
6826 Enumerate
6827 \family default
6828  and 
6829 \family sans
6830 Itemize
6831 \family default
6832  Environments
6833 \begin_inset OptArg
6834 status collapsed
6835
6836 \begin_layout Standard
6837 Example #3: Labels, Levels and other list environments
6838 \end_layout
6839
6840 \end_inset
6841
6842
6843 \end_layout
6844
6845 \begin_layout Enumerate
6846 This is level #1, in an 
6847 \family sans
6848 Enumerate
6849 \family default
6850  paragraph environment.
6851  We're actually going to nest a bunch of these.
6852 \end_layout
6853
6854 \begin_deeper
6855 \begin_layout Enumerate
6856 This is level #2.
6857  We used 
6858 \family sans
6859 M-Return
6860 \family default
6861  followed by 
6862 \family sans
6863 S-M-Right
6864 \family default
6865 .
6866  Now, what happens if we nest an 
6867 \family sans
6868 Itemize
6869 \family default
6870  environment inside of this one? It will be at level #3, but what will its
6871  label be? An asterisk?
6872 \end_layout
6873
6874 \begin_deeper
6875 \begin_layout Itemize
6876 No! It's a bullet.
6877  This is the 
6878 \emph on
6879 first
6880 \emph default
6881  
6882 \family sans
6883 Itemize
6884 \family default
6885  environment, even though it's at level #3.
6886  So, its label is a bullet.
6887  (We got here by using 
6888 \family sans
6889 M-Return
6890 \family default
6891 , then 
6892 \family sans
6893 S-M-Right
6894 \family default
6895 , then changing the environment to 
6896 \family sans
6897 Itemize
6898 \family default
6899 .)
6900 \end_layout
6901
6902 \begin_deeper
6903 \begin_layout Itemize
6904 Here's level #4, produced using 
6905 \family sans
6906 M-Return
6907 \family default
6908 , then 
6909 \family sans
6910 S-M-Right
6911 \family default
6912 .
6913  We'll do that again\SpecialChar \ldots{}
6914
6915 \end_layout
6916
6917 \begin_deeper
6918 \begin_layout Enumerate
6919 \SpecialChar \ldots{}
6920 to get to level #5.
6921  This time, however, we also changed the paragraph environment back to 
6922 \family sans
6923 Enumerate
6924 \family default
6925 .
6926  Notice the type of numbering, it is 
6927 \emph on
6928 lowercase Roman
6929 \emph default
6930 , because we are in the 
6931 \emph on
6932 thirdfold
6933 \emph default
6934  
6935 \family sans
6936 Enumerate
6937 \family default
6938  environment (i.e.
6939  it is an 
6940 \family sans
6941 Enumerate
6942 \family default
6943  inside an 
6944 \family sans
6945 Enumerate
6946 \family default
6947  inside an 
6948 \family sans
6949 Enumerate
6950 \family default
6951 ).
6952 \end_layout
6953
6954 \begin_layout Enumerate
6955 What happens if we 
6956 \emph on
6957 don't
6958 \emph default
6959  change the paragraph environment, but decrease the nesting depth? What
6960  type of numbering does LyX use?
6961 \end_layout
6962
6963 \begin_layout Enumerate
6964 Oh, as if you couldn't guess by now, we're just using 
6965 \family sans
6966 M-Return
6967 \family default
6968  to keep the current environment and depth but create a new item.
6969 \end_layout
6970
6971 \begin_layout Enumerate
6972 Let's use 
6973 \family sans
6974 S-M-Left
6975 \family default
6976  to decrease the depth after the next 
6977 \family sans
6978 M-Return
6979 \family default
6980 .
6981 \end_layout
6982
6983 \end_deeper
6984 \begin_layout Enumerate
6985 This is level #4.
6986  Look what type of label LyX is using!
6987 \end_layout
6988
6989 \end_deeper
6990 \begin_layout Enumerate
6991 This is level #3.
6992  Even though we've changed levels, LyX is still using a lowercase Roman
6993  numeral as the label.Why?
6994 \end_layout
6995
6996 \begin_layout Enumerate
6997 Because, even though the nesting depth has changed, the paragraph is 
6998 \emph on
6999 still
7000 \emph default
7001  a thirdfold 
7002 \family sans
7003 Enumerate
7004 \family default
7005  environment.
7006  Notice, however, that LyX 
7007 \emph on
7008 did
7009 \emph default
7010  reset the counter for the label.
7011 \end_layout
7012
7013 \end_deeper
7014 \begin_layout Enumerate
7015 Another 
7016 \family sans
7017 M-Return
7018 \family default
7019  
7020 \family sans
7021 S-M-Left
7022 \family default
7023  sequence, and we're back to level #2.
7024  This time, we not only changed the nesting depth, but we also moved back
7025  into the twofold-nested 
7026 \family sans
7027 Enumerate
7028 \family default
7029  environment.
7030 \end_layout
7031
7032 \end_deeper
7033 \begin_layout Enumerate
7034 The same thing happens if we do another 
7035 \family sans
7036 M-Return
7037 \family default
7038  
7039 \family sans
7040 S-M-Left
7041 \family default
7042  sequence and return to level #1, the outermost level.
7043 \end_layout
7044
7045 \begin_layout Standard
7046 Lastly, we reset the environment to 
7047 \family sans
7048 Standard
7049 \family default
7050 .
7051  As you can see, the level number doesn't correspond to what type of labeling
7052  LyX uses for the 
7053 \family sans
7054 Enumerate
7055 \family default
7056  and 
7057 \family sans
7058 Itemize
7059 \family default
7060  environments.
7061  The number of other 
7062 \family sans
7063 Enumerate
7064 \family default
7065  environments surrounding it determines what kind of label LyX uses for
7066  an 
7067 \family sans
7068 Enumerate
7069 \family default
7070  item.
7071  The same rule applies for the 
7072 \family sans
7073 Itemize
7074 \family default
7075  environment, as well.
7076 \end_layout
7077
7078 \begin_layout Subsubsection
7079 Example 4: Going Bonkers
7080 \end_layout
7081
7082 \begin_layout Enumerate
7083 We're going to go totally nuts now.
7084  We won't nest as deep as in the other examples, nor will we go into the
7085  same detail with how we did it.
7086  (level #1: 
7087 \family sans
7088 Enumerate
7089 \family default
7090 )
7091 \end_layout
7092
7093 \begin_deeper
7094 \begin_layout Standard
7095 (
7096 \family sans
7097 Return, S-M-Right, Standard
7098 \family default
7099 : level #2) We'll stick an encapsulated description of how we created the
7100  example in parentheses someplace.
7101  For example, the two keybindings are how we changed the depth.
7102  The environment name is the name of the current environment.
7103  Either before or after this, we'll put in the level.
7104 \end_layout
7105
7106 \end_deeper
7107 \begin_layout Enumerate
7108 (
7109 \family sans
7110 Return, Enumerate
7111 \family default
7112 : level #1) This is the next item in the list.
7113 \end_layout
7114
7115 \begin_deeper
7116 \begin_layout Verse
7117 Now we'll add verse.
7118 \newline
7119 It will get much worse.
7120 \newline
7121 (
7122 \family sans
7123 Return, S-M-Right, Verse
7124 \family default
7125 : level #2)
7126 \end_layout
7127
7128 \begin_layout Verse
7129 Fiddle dee, Fiddle doo.
7130 \newline
7131 Bippitey boppitey boo!
7132 \newline
7133 (
7134 \family sans
7135 M-Return)
7136 \end_layout
7137
7138 \begin_layout Verse
7139 Here comes a table:
7140 \end_layout
7141
7142 \begin_deeper
7143 \begin_layout Standard
7144 \begin_inset VSpace 0.3cm
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \begin_layout Standard
7151 \align center
7152 \begin_inset Tabular
7153 <lyxtabular version="3" rows="2" columns="2">
7154 <features>
7155 <column alignment="center" valignment="top" width="0pt">
7156 <column alignment="center" valignment="top" leftline="true" width="0pt">
7157 <row>
7158 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Standard
7162
7163 \family roman
7164 \series medium
7165 \shape up
7166 \size normal
7167 \emph off
7168 \bar no
7169 \noun off
7170 \color none
7171 one-fish
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Standard
7180
7181 \family roman
7182 \series medium
7183 \shape up
7184 \size normal
7185 \emph off
7186 \bar no
7187 \noun off
7188 \color none
7189 two-fish
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 </row>
7195 <row topline="true">
7196 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Standard
7200
7201 \family roman
7202 \series medium
7203 \shape up
7204 \size normal
7205 \emph off
7206 \bar no
7207 \noun off
7208 \color none
7209 red-fish
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Standard
7218
7219 \family roman
7220 \series medium
7221 \shape up
7222 \size normal
7223 \emph off
7224 \bar no
7225 \noun off
7226 \color none
7227 blue-fish
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 </row>
7233 </lyxtabular>
7234
7235 \end_inset
7236
7237
7238 \end_layout
7239
7240 \end_deeper
7241 \begin_layout Verse
7242 (
7243 \family sans
7244 M-Return, Table, S-M-Right
7245 \family default
7246  3 times, 
7247 \family sans
7248 M-Return, Verse, S-M-Left
7249 \family default
7250 )
7251 \end_layout
7252
7253 \end_deeper
7254 \begin_layout Enumerate
7255 (
7256 \family sans
7257 Return, Enumerate
7258 \family default
7259 : level #1) This is another item.
7260  Note that selecting a 
7261 \family sans
7262 Table
7263 \family default
7264  resets the nesting depth to level #1, so we increased the nesting depth
7265  3 times to put the table inside the 
7266 \family sans
7267 Verse
7268 \family default
7269  environment.
7270  
7271 \end_layout
7272
7273 \begin_layout Quotation
7274 We're now ending the 
7275 \family sans
7276 Enumerate
7277 \family default
7278  list and changing to 
7279 \family sans
7280 Quotation
7281 \family default
7282 .
7283  We're still at level #1.
7284  We want to show you some of the things you can do by mixing environments.
7285  The next set of paragraphs is a 
7286 \begin_inset Quotes eld
7287 \end_inset
7288
7289 quoted letter.
7290 \begin_inset Quotes erd
7291 \end_inset
7292
7293  We'll nest both the 
7294 \family sans
7295 Address
7296 \family default
7297  and 
7298 \family sans
7299 Right\InsetSpace ~
7300 Address
7301 \family default
7302  environments inside of this one, then use another nested 
7303 \family sans
7304 Quotation
7305 \family default
7306  for the letter body.
7307  We'll use 
7308 \family sans
7309 M-Return
7310 \family default
7311  to preserve the depth.
7312  Remember that you need to use 
7313 \family sans
7314 C-Return
7315 \family default
7316  to create multiple lines inside the 
7317 \family sans
7318 Address
7319 \family default
7320  and 
7321 \family sans
7322 Right\InsetSpace ~
7323 Address
7324 \family default
7325  environments.
7326  Here it goes:
7327 \end_layout
7328
7329 \begin_deeper
7330 \begin_layout Right Address
7331 1234 Nowhere Rd.
7332 \newline
7333 Moosegroin, MT 00100
7334 \newline
7335 9-6-96
7336 \end_layout
7337
7338 \begin_layout Address
7339 Dear Mr.\InsetSpace ~
7340 Fizlewitz:
7341 \end_layout
7342
7343 \begin_layout Quotation
7344 We regret to inform you that we cannot fill your order for 50
7345 \begin_inset Formula $\,$
7346 \end_inset
7347
7348 L of compressed methane gas due to circumstances beyond our control.
7349  Unfortunately, several of our cows have mysteriously exploded, creating
7350  a backlog in our orders for methane.
7351  We will place your name on the waiting list and try to fill your order
7352  as soon as possible.
7353  In the meantime, we thank you for your patience.
7354 \end_layout
7355
7356 \begin_layout Quotation
7357 We do, however, now have a special on beef.
7358  If you are interested, please return the enclosed pricing and order form
7359  with your order, along with payment.
7360 \end_layout
7361
7362 \begin_layout Quotation
7363 We thank you again for your patience.
7364 \end_layout
7365
7366 \begin_layout Address
7367 Sincerely,
7368 \newline
7369 Bill Hick
7370 \end_layout
7371
7372 \end_deeper
7373 \begin_layout Quotation
7374 That ends that example!
7375 \end_layout
7376
7377 \begin_layout Standard
7378 As you can see, nesting environments in LyX gives you a lot of power with
7379  just a few keystrokes.
7380  We could have easily nested an 
7381 \family sans
7382 Itemize
7383 \family default
7384  list inside of a 
7385 \family sans
7386 Quotation
7387 \family default
7388  or 
7389 \family sans
7390 Quote
7391 \family default
7392 , or put a 
7393 \family sans
7394 Quote
7395 \family default
7396  inside of an 
7397 \family sans
7398 Itemize
7399 \family default
7400  list.
7401  You have a huge variety of options at your disposal.
7402 \end_layout
7403
7404 \begin_layout Section
7405 Spacing, pagination and line breaks
7406 \end_layout
7407
7408 \begin_layout Subsection
7409 Horizontal Space
7410 \begin_inset LatexCommand label
7411 name "sub:Horizontal-Space"
7412
7413 \end_inset
7414
7415
7416 \end_layout
7417
7418 \begin_layout Subsubsection
7419
7420 \family sans
7421 Horizontal Fills
7422 \end_layout
7423
7424 \begin_layout Standard
7425 Horizontal Fills (HFills) are a special LyX feature for adding extra space
7426  in a uniform fashion.
7427  An HFill is actually a variable length space, whose length always equals
7428  the remaining space between the left and right margins.
7429  If there is more than one HFill on a line, they divide the available space
7430  equally between themselves.
7431  
7432 \end_layout
7433
7434 \begin_layout Standard
7435 HFill
7436 \family roman
7437 s
7438 \family default
7439  can be inserted with 
7440 \family sans
7441 Insert\SpecialChar \menuseparator
7442 Formatting\InsetSpace ~
7443 Character\SpecialChar \menuseparator
7444 Horizontal Fill
7445 \family default
7446 .
7447  Here a few examples what you can do with them:
7448 \end_layout
7449
7450 \begin_layout Quote
7451 \noindent
7452 This is on the left side 
7453 \hfill
7454 This is on the right
7455 \end_layout
7456
7457 \begin_layout Quote
7458 \noindent
7459 Left
7460 \hfill
7461 Middle
7462 \hfill
7463 Right
7464 \end_layout
7465
7466 \begin_layout Quote
7467 \noindent
7468 Left
7469 \hfill
7470 1/3 Left
7471 \hfill
7472
7473 \hfill
7474 Right
7475 \end_layout
7476
7477 \begin_layout Standard
7478 That was an example in the 
7479 \family sans
7480 Quote
7481 \family default
7482  environment.
7483  Here
7484 \begin_inset Formula $\to$
7485 \end_inset
7486
7487
7488 \hfill
7489
7490 \begin_inset Formula $\gets$
7491 \end_inset
7492
7493 is one in a standard paragraph.
7494  It may or may not be apparent in the printed text, but it 
7495 \emph on
7496 is
7497 \emph default
7498  sitting in-between the two arrows.
7499 \end_layout
7500
7501 \begin_layout Standard
7502 There may be more than one set of margins on a line.
7503  Here's an example with the 
7504 \family sans
7505 List
7506 \family default
7507  environment.
7508 \end_layout
7509
7510 \begin_layout Labeling
7511 \labelwidthstring 00.00.0000
7512 one
7513 \hfill
7514 two :three
7515 \hfill
7516 four
7517 \hfill
7518 five
7519 \hfill
7520 six
7521 \end_layout
7522
7523 \begin_layout Standard
7524 The 
7525 \begin_inset Quotes eld
7526 \end_inset
7527
7528 :
7529 \begin_inset Quotes erd
7530 \end_inset
7531
7532  marks the beginning of the item.
7533  (There is actually a 
7534 \begin_inset Quotes eld
7535 \end_inset
7536
7537 hidden
7538 \begin_inset Quotes erd
7539 \end_inset
7540
7541  HFill inside of the label of the 
7542 \family sans
7543 List
7544 \family default
7545  environment; it's put at the end of the label automatically.) HFills work
7546  similarly in other 
7547 \begin_inset Quotes eld
7548 \end_inset
7549
7550 multi-margin
7551 \begin_inset Quotes erd
7552 \end_inset
7553
7554  situations, like two-column mode.
7555 \end_layout
7556
7557 \begin_layout Standard
7558 \begin_inset Note Greyedout
7559 status open
7560
7561 \begin_layout Standard
7562
7563 \series bold
7564 Note:
7565 \series default
7566  If an HFill is at the beginning of a line, and 
7567 \emph on
7568 not
7569 \emph default
7570  in the first line in a paragraph, LyX ignores it.
7571  This prevents HFills from accidentally being wrapped onto a new line.
7572  If you need space in this case anyway, you have to use the LaTeX-command
7573  
7574 \series bold
7575
7576 \backslash
7577 hspace*{
7578 \backslash
7579 fill}
7580 \series default
7581  in ERT.
7582  (ERT is explained in section\InsetSpace ~
7583
7584 \begin_inset LatexCommand ref
7585 reference "sec:ERT"
7586
7587 \end_inset
7588
7589 .)
7590 \end_layout
7591
7592 \end_inset
7593
7594
7595 \end_layout
7596
7597 \begin_layout Subsubsection
7598 Other space variants
7599 \begin_inset LatexCommand label
7600 name "sub:Other-space-variants"
7601
7602 \end_inset
7603
7604
7605 \end_layout
7606
7607 \begin_layout Standard
7608 The following two sorts of spaces are not yet supported by LyX, so that
7609  you have to use ERT, see section\InsetSpace ~
7610
7611 \begin_inset LatexCommand ref
7612 reference "sec:ERT"
7613
7614 \end_inset
7615
7616 .
7617  That they are not supported is a hint that you need them very seldom in
7618  LyX.
7619  So use them only if it is really necessary (remind the WYSIWYM concept).
7620 \end_layout
7621
7622 \begin_layout Paragraph
7623 Defined space
7624 \end_layout
7625
7626 \begin_layout Standard
7627 Sometimes one needs space with a defined length, e.g for forms and questionnaires.
7628  This can be inserted by using the LaTeX-command 
7629 \series bold
7630
7631 \backslash
7632 hspace
7633 \series default
7634  in 
7635 \family sans
7636 ERT
7637 \family default
7638 .
7639  For example the command 
7640 \series bold
7641
7642 \backslash
7643 hspace{2cm}
7644 \series default
7645  produces 2
7646 \begin_inset Formula $\,$
7647 \end_inset
7648
7649 cm space within the following line:
7650 \end_layout
7651
7652 \begin_layout Standard
7653 This is a line with
7654 \begin_inset Formula $\to$
7655 \end_inset
7656
7657
7658 \begin_inset ERT
7659 status collapsed
7660
7661 \begin_layout Standard
7662
7663
7664 \backslash
7665 hspace{2cm}
7666 \end_layout
7667
7668 \end_inset
7669
7670
7671 \begin_inset Formula $\gets$
7672 \end_inset
7673
7674  2
7675 \begin_inset Formula $\,$
7676 \end_inset
7677
7678 cm space between the arrows.
7679 \end_layout
7680
7681 \begin_layout Standard
7682 You can use all length units listed in Appendix\InsetSpace ~
7683
7684 \begin_inset LatexCommand ref
7685 reference "cha:Units-available-in"
7686
7687 \end_inset
7688
7689 .
7690 \end_layout
7691
7692 \begin_layout Paragraph
7693 Phantom space
7694 \end_layout
7695
7696 \begin_layout Standard
7697 Sometimes you want to insert space with exactly the length of a phrase.
7698  E.g.
7699  you want to create the following multiple choice question:
7700 \end_layout
7701
7702 \begin_layout Standard
7703 \begin_inset VSpace medskip
7704 \end_inset
7705
7706 What is correct English?:
7707 \newline
7708
7709 \newline
7710 Mr.\InsetSpace ~
7711 Edge would have been jumps the gun.
7712 \newline
7713
7714 \begin_inset ERT
7715 status collapsed
7716
7717 \begin_layout Standard
7718
7719
7720 \backslash
7721 phantom{Mr.
7722  Edge }
7723 \end_layout
7724
7725 \end_inset
7726
7727 has to be jumped
7728 \newline
7729
7730 \begin_inset ERT
7731 status collapsed
7732
7733 \begin_layout Standard
7734
7735
7736 \backslash
7737 phantom{Mr.
7738  Edge }
7739 \end_layout
7740
7741 \end_inset
7742
7743 jumps
7744 \begin_inset VSpace medskip
7745 \end_inset
7746
7747
7748 \end_layout
7749
7750 \begin_layout Standard
7751 So that the choices appear exactly after the phrase 
7752 \begin_inset Quotes eld
7753 \end_inset
7754
7755 Mr.\InsetSpace ~
7756 Edge\InsetSpace ~
7757
7758 \begin_inset Quotes erd
7759 \end_inset
7760
7761 .
7762  To get this, you can use the LaTeX-command 
7763 \series bold
7764
7765 \backslash
7766 phantom
7767 \series default
7768  in ERT.
7769  In our case write the command 
7770 \series bold
7771
7772 \backslash
7773 phantom{Mr.
7774  Edge }
7775 \series default
7776  (note the space after 
7777 \begin_inset Quotes eld
7778 \end_inset
7779
7780 Edge
7781 \begin_inset Quotes erd
7782 \end_inset
7783
7784 ) at the beginning of the last two lines.
7785  The command prints out the phrase within the the two braces, but invisible.
7786  That is why it is named 
7787 \begin_inset Quotes eld
7788 \end_inset
7789
7790 phantom
7791 \begin_inset Quotes erd
7792 \end_inset
7793
7794 .
7795 \begin_inset Foot
7796 status collapsed
7797
7798 \begin_layout Standard
7799 There exists also the commands 
7800 \backslash
7801
7802 \series bold
7803 hphantom
7804 \series default
7805  and 
7806 \backslash
7807
7808 \series bold
7809 vphantom
7810 \series default
7811 , but this too special for the LyX Userguide.
7812  If you are interested in knowing more about this, have a look at 
7813 \begin_inset LatexCommand cite
7814 key "latexcompanion,latexguide"
7815
7816 \end_inset
7817
7818 .
7819 \end_layout
7820
7821 \end_inset
7822
7823
7824 \end_layout
7825
7826 \begin_layout Subsection
7827 Vertical Space
7828 \begin_inset LatexCommand label
7829 name "sub:Vertical-Space"
7830
7831 \end_inset
7832
7833
7834 \end_layout
7835
7836 \begin_layout Standard
7837 To add extra vertical space above or below a paragraph, use the 
7838 \family sans
7839 Insert\SpecialChar \menuseparator
7840 Formatting\SpecialChar \menuseparator
7841 Vertical\InsetSpace ~
7842 Space
7843 \family default
7844  dialog.
7845  There you find the following sizes:
7846 \end_layout
7847
7848 \begin_layout Standard
7849
7850 \family sans
7851 SmallSkip
7852 \family default
7853
7854 \family sans
7855 MedSkip
7856 \family default
7857  and 
7858 \family sans
7859 BigSkip
7860 \family default
7861  are LaTeX sizes which depends on the font size of the document.
7862  
7863 \family sans
7864 DefSkip
7865 \family default
7866  is the skip adjusted in the dialog 
7867 \family sans
7868 Document\SpecialChar \menuseparator
7869 Settings
7870 \begin_inset LatexCommand index
7871 name "Document ! Settings"
7872
7873 \end_inset
7874
7875
7876 \family default
7877  for the paragraph separation.
7878  If you use indentation to separate paragraphs 
7879 \family sans
7880 DefSkip
7881 \family default
7882  is equal to 
7883 \family sans
7884 MedSkip
7885 \family default
7886 .
7887 \end_layout
7888
7889 \begin_layout Standard
7890
7891 \family sans
7892 VFill
7893 \family default
7894  is a variable space, set so that the space is maximal within one page.
7895  An example: You have only two short paragraphs on one page with a vfill
7896  between them.
7897  Then the first paragraph is placed at the top of the page and the second
7898  one at the bottom, because the space between them is then maximal.
7899  
7900 \family sans
7901 VFill
7902 \family default
7903 s work like 
7904 \family sans
7905 HFill
7906 \family default
7907 s: they fill the remaining vertical space on a page with blank space.
7908 \begin_inset Foot
7909 status collapsed
7910
7911 \begin_layout Standard
7912
7913 \family sans
7914 HFill
7915 \family default
7916 s are described in section\InsetSpace ~
7917
7918 \begin_inset LatexCommand ref
7919 reference "sub:Horizontal-Space"
7920
7921 \end_inset
7922
7923 .
7924 \end_layout
7925
7926 \end_inset
7927
7928  If there are several 
7929 \family sans
7930 VFill
7931 \family default
7932 s on a page, they divide the remaining vertical space equally between themselves.
7933  You can therefore use 
7934 \family sans
7935 VFill
7936 \family default
7937 s to center text on a page, or even place text 2/3 down a page.
7938 \end_layout
7939
7940 \begin_layout Standard
7941
7942 \family sans
7943 Custom
7944 \family default
7945  are custom spaces in units explained in Appendix\InsetSpace ~
7946
7947 \begin_inset LatexCommand ref
7948 reference "cha:Units-available-in"
7949
7950 \end_inset
7951
7952 .
7953 \end_layout
7954
7955 \begin_layout Standard
7956 \begin_inset Note Greyedout
7957 status open
7958
7959 \begin_layout Standard
7960
7961 \series bold
7962 Note:
7963 \series default
7964  
7965 \series medium
7966 When the extra vertical space would be in the output at the top/bottom of
7967  a page, the space is only added if you have also checked the option 
7968 \family sans
7969 Protect
7970 \family default
7971 .
7972 \end_layout
7973
7974 \end_inset
7975
7976
7977 \end_layout
7978
7979 \begin_layout Subsection
7980 Paragraph Alignment
7981 \end_layout
7982
7983 \begin_layout Standard
7984 You can change the paragraph alignment with the 
7985 \family sans
7986 Edit\SpecialChar \menuseparator
7987 Paragraph Settings
7988 \family default
7989  dialog.
7990  There are four possibilities: 
7991 \end_layout
7992
7993 \begin_layout Itemize
7994
7995 \family sans
7996 Justified
7997 \end_layout
7998
7999 \begin_layout Itemize
8000
8001 \family sans
8002 Left
8003 \end_layout
8004
8005 \begin_layout Itemize
8006
8007 \family sans
8008 Right
8009 \end_layout
8010
8011 \begin_layout Itemize
8012
8013 \family sans
8014 Center
8015 \end_layout
8016
8017 \begin_layout Standard
8018 The default in most cases is justified alignment, in which the inter-word
8019  spacing is variable and each line of a paragraph fills the region between
8020  the left and right margins.
8021  The other three alignments should be self-explanatory, and look like this:
8022 \end_layout
8023
8024 \begin_layout Standard
8025 \align right
8026 This paragraph is right aligned,
8027 \end_layout
8028
8029 \begin_layout Standard
8030 \align center
8031 this one is centered,
8032 \end_layout
8033
8034 \begin_layout Standard
8035 \align left
8036 this one is left aligned.
8037 \end_layout
8038
8039 \begin_layout Subsection
8040 Forced Pagebreaks
8041 \begin_inset LatexCommand index
8042 name "Pagebreaks ! Forced"
8043
8044 \end_inset
8045
8046
8047 \begin_inset LatexCommand label
8048 name "sub:Forced-Pagebreaks"
8049
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \begin_layout Standard
8056 If you don't like the way LaTeX does the pagebreaks in your document, you
8057  can force a pagebreak where you want one.
8058  Normally this will not be necessary, because LaTeX is good at pagebreaking.
8059  Only if you use many 
8060 \family sans
8061 Floats
8062 \family default
8063 , LaTeX's page breaking algorithm can fail.
8064 \end_layout
8065
8066 \begin_layout Standard
8067 We recommend not to use forced pagebreaks until the text is finished, and
8068  until you have checked in the preview to see if you 
8069 \emph on
8070 really
8071 \emph default
8072  have to change the pagebreaking.
8073 \end_layout
8074
8075 \begin_layout Standard
8076 There are two types of pagebreaks: One that ends the page without any special
8077  action.
8078  This can be inserted above or below a paragraph by the menu 
8079 \family sans
8080 Insert\SpecialChar \menuseparator
8081 Formatting\SpecialChar \menuseparator
8082 Page\InsetSpace ~
8083 Break
8084 \family default
8085 .
8086  The second type ends a page, but stretches the content of the page, so
8087  that it fills out the complete page.
8088  This type is useful to avoid whitespace when a pagebreak produces a page
8089  on which only the last few lines are absent.
8090  This type is not yet supported by LyX, so that you have to use the LaTeX
8091  command 
8092 \series bold
8093
8094 \backslash
8095 pagebreak[number]
8096 \series default
8097  in ERT
8098 \begin_inset Foot
8099 status collapsed
8100
8101 \begin_layout Standard
8102 For more about ERT see section\InsetSpace ~
8103
8104 \begin_inset LatexCommand ref
8105 reference "sec:ERT"
8106
8107 \end_inset
8108
8109 .
8110 \end_layout
8111
8112 \end_inset
8113
8114 .
8115  The number can vary between 0 and 4.
8116  If 4 or no number is used, it will always be created a pagebreak
8117 \begin_inset Foot
8118 status collapsed
8119
8120 \begin_layout Standard
8121 normally one uses simply 
8122 \series bold
8123
8124 \backslash
8125 pagebreak
8126 \series default
8127  without a number
8128 \end_layout
8129
8130 \end_inset
8131
8132 .
8133  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
8134  concerning the priority, if a pagebreak is created or not.
8135 \end_layout
8136
8137 \begin_layout Standard
8138 You might try to use a pagebreak to ensure that a figure or table appears
8139  at the top of a page.
8140  This is, of course, the wrong way to do it.
8141  LyX gives you a way of automatically ensuring that your figures and tables
8142  appear at the top of a page (or the bottom, or on their own page) without
8143  having to worry about what precedes or follows your figure or table.
8144  See chapter 
8145 \begin_inset LatexCommand ref
8146 reference "cha:Floats-and-Notes"
8147
8148 \end_inset
8149
8150  to learn more about 
8151 \family sans
8152 Floats
8153 \family default
8154 .
8155 \end_layout
8156
8157 \begin_layout Subsubsection
8158 Clear Pagebreaks
8159 \begin_inset LatexCommand label
8160 name "sub:Clear-Pages"
8161
8162 \end_inset
8163
8164
8165 \begin_inset LatexCommand index
8166 name "Pagebreaks ! Clear"
8167
8168 \end_inset
8169
8170
8171 \end_layout
8172
8173 \begin_layout Standard
8174 Differently to forced pagebreaks where the content behind the break is directly
8175  placed at the next page, pages can also be cleared while breaking them.
8176  That means that the current paragraph is terminated and all, perhaps not
8177  yet processed floats from previous document parts are placed behind it,
8178  if necessary by adding pages.
8179 \end_layout
8180
8181 \begin_layout Standard
8182 You can insert a clear pagebreak with the menu 
8183 \family sans
8184 Insert\SpecialChar \menuseparator
8185 Formatting\SpecialChar \menuseparator
8186 Clear\InsetSpace ~
8187 Page
8188 \family default
8189 .
8190  When you have a two-sided document like a book, you can use the menu 
8191 \family sans
8192 Insert\SpecialChar \menuseparator
8193 Formatting\SpecialChar \menuseparator
8194 Clear\InsetSpace ~
8195 Double\InsetSpace ~
8196 Page
8197 \family default
8198  to insert a clear pagebreak that assures that the next page is a right-hand
8199  page (odd-numbered), if necessary by adding a page.
8200 \end_layout
8201
8202 \begin_layout Subsection
8203 Forced Linebreaks
8204 \begin_inset LatexCommand index
8205 name "Linebreaks"
8206
8207 \end_inset
8208
8209
8210 \begin_inset LatexCommand label
8211 name "sub:Forced-Linebreaks"
8212
8213 \end_inset
8214
8215
8216 \end_layout
8217
8218 \begin_layout Standard
8219 Similar to pagebreaks there are two types of linebreaks: One that simply
8220  breaks the line.
8221  You can force this line break within a paragraph by selecting 
8222 \family sans
8223 Insert\SpecialChar \menuseparator
8224 Formatting\SpecialChar \menuseparator
8225 Line\InsetSpace ~
8226 Break
8227 \family default
8228  or with 
8229 \family sans
8230 C-Return
8231 \family default
8232 .
8233  The other type breaks the line and stretches it so that it fills out the
8234  whole space between the page margins.
8235  This is necessary to avoid 
8236 \begin_inset Quotes eld
8237 \end_inset
8238
8239 fringes
8240 \begin_inset Quotes erd
8241 \end_inset
8242
8243  in justifies paragraphs due to whitespace introduced by linebreaks.
8244  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
8245
8246 \series bold
8247
8248 \backslash
8249 linebreak[number]
8250 \series default
8251  in 
8252 \family sans
8253 ERT
8254 \family default
8255 .
8256  The syntax is similar tho the command 
8257 \series bold
8258
8259 \backslash
8260 pagebreak
8261 \series default
8262 , described in the previous section.
8263 \end_layout
8264
8265 \begin_layout Standard
8266 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
8267  LaTeX is very good at linebreaking.
8268  There are, however, a number of situations where it is necessary to actively
8269  set a linebreak, e.g.
8270  in a poem or for an address (see sections\InsetSpace ~
8271
8272 \begin_inset LatexCommand ref
8273 reference "sec:Quote"
8274
8275 \end_inset
8276
8277
8278 \begin_inset LatexCommand ref
8279 reference "sec:Verse"
8280
8281 \end_inset
8282
8283  and 
8284 \begin_inset LatexCommand ref
8285 reference "sec:Address-Usage"
8286
8287 \end_inset
8288
8289 ).
8290 \end_layout
8291
8292 \begin_layout Subsection
8293 Blanks / Spaces
8294 \begin_inset LatexCommand index
8295 name "Spaces"
8296
8297 \end_inset
8298
8299
8300 \end_layout
8301
8302 \begin_layout Standard
8303 A blank is a blank? Not in good typography.
8304  While you might be used to press the space key anytime you want to separate
8305  two words in ordinary word processors, LyX offers you more spaces: Spaces
8306  of different width and spaces which can or cannot be broken at the end
8307  of a line.
8308  The following sections will show you some examples where those spaces are
8309  useful.
8310 \end_layout
8311
8312 \begin_layout Subsubsection
8313 Inter-word Space
8314 \begin_inset LatexCommand label
8315 name "sub:Inter-word-Space"
8316
8317 \end_inset
8318
8319
8320 \begin_inset LatexCommand index
8321 name "Spaces ! inter-word"
8322
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \begin_layout Standard
8329 Some languages (e.\InsetSpace \thinspace{}
8330 g.\InsetSpace \space{}
8331 English) have the typographical convention to add extra
8332  space after an end-of-sentence punctuation mark, and LyX honors those conventio
8333 ns (see section\InsetSpace ~
8334
8335 \begin_inset LatexCommand ref
8336 reference "sub:Abbreviations"
8337
8338 \end_inset
8339
8340 ).
8341  Sometimes, you want a normal space nevertheless.
8342  In this case, insert one with 
8343 \family sans
8344 Insert\SpecialChar \menuseparator
8345 Special\InsetSpace ~
8346 Formatting\SpecialChar \menuseparator
8347 Inter-word\InsetSpace ~
8348 Space
8349 \family default
8350  (shortcut 
8351 \family sans
8352 C-M-Space
8353 \family default
8354 ).
8355 \end_layout
8356
8357 \begin_layout Subsubsection
8358 Protected Space
8359 \begin_inset LatexCommand label
8360 name "sub:Protected-Space"
8361
8362 \end_inset
8363
8364
8365 \begin_inset LatexCommand index
8366 name "Spaces ! protected"
8367
8368 \end_inset
8369
8370
8371 \end_layout
8372
8373 \begin_layout Standard
8374 The protected space: It is used to tell LyX (and LaTeX) not to break the
8375  line at that point.
8376  This may be necessary to avoid unlucky linebreaks, like in: 
8377 \end_layout
8378
8379 \begin_layout Quote
8380 Further documentation is given in section
8381 \newline
8382
8383 \begin_inset LatexCommand ref
8384 reference "sec:Bibliography"
8385
8386 \end_inset
8387
8388 .
8389  
8390 \end_layout
8391
8392 \begin_layout Standard
8393 Obviously, it would be a good thing to put a protected space between 
8394 \begin_inset Quotes eld
8395 \end_inset
8396
8397 section
8398 \begin_inset Quotes erd
8399 \end_inset
8400
8401  and 
8402 \begin_inset Quotes eld
8403 \end_inset
8404
8405
8406 \begin_inset LatexCommand ref
8407 reference "sec:Bibliography"
8408
8409 \end_inset
8410
8411
8412 \begin_inset Quotes erd
8413 \end_inset
8414
8415 .
8416  A protected space is set with 
8417 \family sans
8418 Insert\SpecialChar \menuseparator
8419 Special\InsetSpace ~
8420 Formatting\SpecialChar \menuseparator
8421 Protected
8422 \bar under
8423 \InsetSpace ~
8424
8425 \bar default
8426 Space
8427 \family default
8428  (shortcut 
8429 \family sans
8430 C-Space
8431 \family default
8432 ).
8433 \end_layout
8434
8435 \begin_layout Subsubsection
8436 Thin Space
8437 \begin_inset LatexCommand label
8438 name "sub:Thin-Space"
8439
8440 \end_inset
8441
8442
8443 \begin_inset LatexCommand index
8444 name "Spaces ! thin"
8445
8446 \end_inset
8447
8448
8449 \end_layout
8450
8451 \begin_layout Standard
8452
8453 \begin_inset Quotes eld
8454 \end_inset
8455
8456 thin space
8457 \begin_inset Quotes erd
8458 \end_inset
8459
8460  is a blank which has half the size of a normal space (and it is also 
8461 \begin_inset Quotes eld
8462 \end_inset
8463
8464 protected
8465 \begin_inset Quotes erd
8466 \end_inset
8467
8468 ).
8469  The typographical conventions in a lot of languages propose the use of
8470  thin spaces in cases where normal spaces would be too wide, for instance
8471  inside abbreviations:
8472 \end_layout
8473
8474 \begin_layout Quote
8475 D.\InsetSpace \thinspace{}
8476 E.
8477  Knuth has developed our beloved typesetting program, i.\InsetSpace \thinspace{}
8478 e.\InsetSpace \space{}
8479 TeX.
8480 \end_layout
8481
8482 \begin_layout Standard
8483 or between values and units.
8484  Compare for example this:
8485 \newline
8486 10\InsetSpace \thinspace{}
8487 kg (thin space)
8488 \newline
8489 10 kg (normal space
8490 \end_layout
8491
8492 \begin_layout Standard
8493 You can insert thin spaces with the menu 
8494 \family sans
8495 Insert\SpecialChar \menuseparator
8496 Special\InsetSpace ~
8497 Formatting\SpecialChar \menuseparator
8498 Thin\InsetSpace ~
8499 Space
8500 \family default
8501  (shortcut 
8502 \family sans
8503 C-S-Space
8504 \family default
8505 ).
8506 \end_layout
8507
8508 \begin_layout Subsubsection
8509 More Spaces
8510 \end_layout
8511
8512 \begin_layout Standard
8513 Apart from the ones described, there are still some more spaces.
8514  Although LyX supports them natively, they can only be reached via a formula
8515  as described in section\InsetSpace ~
8516
8517 \begin_inset LatexCommand ref
8518 reference "sub:Altering-Spacing"
8519
8520 \end_inset
8521
8522  or via the 
8523 \family sans
8524 command buffer
8525 \family default
8526  toolbar.
8527  Te latter means to type
8528 \newline
8529  
8530 \series bold
8531 space-insert <command>
8532 \family typewriter
8533 \series default
8534
8535 \newline
8536
8537 \family default
8538  into the command buffer, where 
8539 \series bold
8540 <command>
8541 \series default
8542  is one of the following:
8543 \begin_inset Foot
8544 status collapsed
8545
8546 \begin_layout Standard
8547 The unit 
8548 \begin_inset Quotes eld
8549 \end_inset
8550
8551 em
8552 \begin_inset Quotes erd
8553 \end_inset
8554
8555  is explained in Appendix\InsetSpace ~
8556
8557 \begin_inset LatexCommand ref
8558 reference "cha:Units-available-in"
8559
8560 \end_inset
8561
8562 .
8563 \end_layout
8564
8565 \end_inset
8566
8567
8568 \end_layout
8569
8570 \begin_layout Standard
8571 \align center
8572 \begin_inset Tabular
8573 <lyxtabular version="3" rows="9" columns="3">
8574 <features>
8575 <column alignment="center" valignment="top" leftline="true" width="0">
8576 <column alignment="center" valignment="top" leftline="true" width="0">
8577 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
8578 <row topline="true" bottomline="true">
8579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Standard
8583
8584 \series bold
8585 command
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Standard
8594
8595 \series bold
8596 width
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Standard
8605
8606 \series bold
8607 protected?
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row topline="true">
8614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Standard
8618
8619 \family typewriter
8620 normal
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Standard
8629 1/3\InsetSpace ~
8630 em
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Standard
8639 no
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row topline="true">
8646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Standard
8650
8651 \family typewriter
8652 protected
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Standard
8661 1/3\InsetSpace ~
8662 em
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Standard
8671 yes
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row topline="true" bottomline="true">
8678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Standard
8682
8683 \family typewriter
8684 thin
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Standard
8693 1/6\InsetSpace ~
8694 em
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Standard
8703 yes
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row bottomline="true">
8710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Standard
8714
8715 \family typewriter
8716 enspace
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Standard
8725 0.5\InsetSpace ~
8726 em
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Standard
8735 yes
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row bottomline="true">
8742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Standard
8746
8747 \family typewriter
8748 enskip
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Standard
8757 0.5\InsetSpace ~
8758 em
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Standard
8767 no
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row bottomline="true">
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Standard
8778
8779 \family typewriter
8780 quad
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Standard
8789 1\InsetSpace ~
8790 em
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Standard
8799 no
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row bottomline="true">
8806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Standard
8810
8811 \family typewriter
8812 qquad
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Standard
8821 2\InsetSpace ~
8822 em
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Standard
8831 no
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row bottomline="true">
8838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Standard
8842
8843 \family typewriter
8844 negthinspace
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Standard
8853 -1/6\InsetSpace ~
8854 em
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Standard
8863 yes
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 </lyxtabular>
8870
8871 \end_inset
8872
8873
8874 \end_layout
8875
8876 \begin_layout Subsection
8877 Horizontal Lines
8878 \begin_inset LatexCommand label
8879 name "sub:Horizontal-Lines"
8880
8881 \end_inset
8882
8883
8884 \begin_inset LatexCommand index
8885 name "Horizontal lines"
8886
8887 \end_inset
8888
8889
8890 \end_layout
8891
8892 \begin_layout Standard
8893
8894 \lyxline
8895 In the dialog 
8896 \family sans
8897 Insert\SpecialChar \menuseparator
8898 Formatting\SpecialChar \menuseparator
8899 Horizontal\InsetSpace ~
8900 Line
8901 \family default
8902  you can insert horizontal lines that spans over the whole document columns
8903  width.
8904 \lyxline
8905
8906 \end_layout
8907
8908 \begin_layout Section
8909 Fonts and Text Styles
8910 \begin_inset LatexCommand label
8911 name "sec:Fonts-and-Text"
8912
8913 \end_inset
8914
8915
8916 \end_layout
8917
8918 \begin_layout Subsection
8919 Font Types
8920 \begin_inset LatexCommand index
8921 name "Font ! Types"
8922
8923 \end_inset
8924
8925
8926 \end_layout
8927
8928 \begin_layout Standard
8929 There are two types of fonts:
8930 \end_layout
8931
8932 \begin_layout Description
8933 Vector\InsetSpace ~
8934 fonts
8935 \begin_inset LatexCommand index
8936 name "Fonts ! Vector-"
8937
8938 \end_inset
8939
8940  are fonts, built from outlines of the single glyphs (i.e.
8941  characters) in the font.
8942  This means that each glyph is defined using mathematical curves that are
8943  well suited for scaling to any requested size.
8944  This mathematical definition is interpreted by the font renderer and the
8945  curve is filled out with pixels according to the size and glyph.
8946  This means that outline fonts will look pretty good in all sizes.
8947  Only at very small sizes it might be hard to provide a good rendering at
8948  very small sizes, where each pixel has to be very carefully computed to
8949  provide a good image.
8950 \newline
8951 One could mean that one only needs to define one font
8952  size and scale them.
8953  But to achieve a better quality, many fonts define several font sizes.
8954  That improves the appearance, because you need more details at large font
8955  sizes than at small ones.
8956 \newline
8957 The font types 
8958 \family typewriter
8959 TrueType
8960 \family default
8961
8962 \family typewriter
8963 OpenType
8964 \family default
8965 , and 
8966 \family typewriter
8967 Type\InsetSpace ~
8968 1 PostScript
8969 \family default
8970  are vector fonts.
8971 \end_layout
8972
8973 \begin_layout Description
8974 Bitmap\InsetSpace ~
8975 fonts
8976 \begin_inset LatexCommand index
8977 name "Fonts ! Bitmap-"
8978
8979 \end_inset
8980
8981  on the other hand, are defined by bitmap graphics from the start, so they
8982  will look good at all the sizes they are meant for.
8983  However, they don't scale well, because in order to scale a glyph, each
8984  pixel is enlarged into several pixels.
8985  It is the same effect that happens if you try to enlarge a picture in a
8986  picture manipulation program.
8987  In order to relieve this effect, bitmap fonts are typically provided in
8988  several fixed sizes typically from around 8 pixels high up to 34 pixels
8989  or so high in steps according to what is believed to be useful.
8990  The advantage of bitmap fonts is that no complicated computations are necessary
8991  to display each glyph, so bitmap fonts are thus faster displayed than scalable
8992  fonts.
8993  The disadvantage is that sizes that don't exists as fixed versions have
8994  to be scaled by doubling pixels, and thus look bad.
8995 \newline
8996 Bitmap fonts are named
8997  
8998 \family typewriter
8999 Type\InsetSpace ~
9000 3
9001 \family default
9002  in PostScript- and PDF-documents.
9003 \end_layout
9004
9005 \begin_layout Standard
9006 The result of all this, is that bitmap fonts are best for the size they
9007  are designed for, while scalable fonts are good for nearly all sizes.
9008  So one need less font size definitions for scalable fonts.
9009  That's the reason why nearly all text render and typesetting programs use
9010  scalable fonts.
9011 \end_layout
9012
9013 \begin_layout Standard
9014 To test which fonts are used in a PDF-document, you can have a look into
9015  its document properties.
9016 \end_layout
9017
9018 \begin_layout Standard
9019 Many modern typesetting and markup languages have begun to move towards
9020  specifying character styles rather than specifying a particular font.
9021  For example, instead of changing to an italicized version of the current
9022  font to emphasize text, you use an 
9023 \begin_inset Quotes eld
9024 \end_inset
9025
9026 emphasized style
9027 \begin_inset Quotes erd
9028 \end_inset
9029
9030  instead.
9031  This concept fits in perfectly with LyX.
9032  In LyX, you do things based on contexts, rather than focusing on typesetting
9033  details.
9034 \end_layout
9035
9036 \begin_layout Subsection
9037 Document Font and Font size
9038 \begin_inset LatexCommand label
9039 name "sub:Document-Font"
9040
9041 \end_inset
9042
9043
9044 \begin_inset LatexCommand index
9045 name "Font ! Size"
9046
9047 \end_inset
9048
9049
9050 \begin_inset LatexCommand index
9051 name "Document ! Font"
9052
9053 \end_inset
9054
9055
9056 \end_layout
9057
9058 \begin_layout Standard
9059 You can set the document fonts in the
9060 \family sans
9061  Document\SpecialChar \menuseparator
9062 Settings
9063 \family default
9064
9065 \begin_inset LatexCommand index
9066 name "Document ! Settings"
9067
9068 \end_inset
9069
9070  dialog.
9071  There you can specify which font should be used for the three different
9072  font shapes roman (serif), 
9073 \family sans
9074 sans\InsetSpace ~
9075 serif
9076 \family default
9077 , and 
9078 \family typewriter
9079 typewriter
9080 \family default
9081  and its scalings.
9082 \end_layout
9083
9084 \begin_layout Standard
9085 The possible options for the font include 
9086 \family sans
9087 default
9088 \family default
9089  and a list of fonts available on your system.
9090  
9091 \family sans
9092 default
9093 \family default
9094  uses the standard TeX fonts, known as 
9095 \begin_inset Quotes eld
9096 \end_inset
9097
9098
9099 \family typewriter
9100 Computer Modern
9101 \family default
9102
9103 \begin_inset Quotes erd
9104 \end_inset
9105
9106  (
9107 \family typewriter
9108 cm
9109 \family default
9110 ) or 
9111 \begin_inset Quotes eld
9112 \end_inset
9113
9114
9115 \family typewriter
9116 European Computer Modern
9117 \family default
9118
9119 \begin_inset Quotes erd
9120 \end_inset
9121
9122  (
9123 \family typewriter
9124 ec
9125 \family default
9126 ).
9127 \end_layout
9128
9129 \begin_layout Standard
9130 As 
9131 \family typewriter
9132 cm
9133 \family default
9134  and 
9135 \family typewriter
9136 ec
9137 \family default
9138  are bitmap fonts, they often looks pixeled in PDF output, especially when
9139  you read the PDF in a zoomed size.
9140 \begin_inset Foot
9141 status collapsed
9142
9143 \begin_layout Standard
9144 This problem doesn't appear if you read PDFs in 
9145 \family typewriter
9146 Adobe\InsetSpace ~
9147 Reader
9148 \family default
9149  version 6 or later, because this program includes a special bitmap font
9150  renderer.
9151 \end_layout
9152
9153 \end_inset
9154
9155  To get rid of pixeled fonts, you have to use a vector font.
9156  There are three ways to use one:
9157 \end_layout
9158
9159 \begin_layout Itemize
9160 One way is to use the 
9161 \family typewriter
9162 AE
9163 \family default
9164  fonts.
9165  
9166 \family typewriter
9167 AE
9168 \family default
9169  is a virtual font.
9170  Virtual means that it 
9171 \begin_inset Quotes eld
9172 \end_inset
9173
9174 steals
9175 \begin_inset Quotes erd
9176 \end_inset
9177
9178  outline 
9179 \family typewriter
9180 cm
9181 \family default
9182 -glyphs from other fonts.
9183  This has the disadvantage that some characters are missing, like the French
9184  guillemets (
9185 \begin_inset Quotes eld
9186 \end_inset
9187
9188 «
9189 \begin_inset Quotes erd
9190 \end_inset
9191
9192  and 
9193 \begin_inset Quotes eld
9194 \end_inset
9195
9196 »
9197 \begin_inset Quotes erd
9198 \end_inset
9199
9200 )
9201 \begin_inset Foot
9202 status collapsed
9203
9204 \begin_layout Standard
9205 Loading the LaTeX-package 
9206 \series bold
9207 aeguill
9208 \begin_inset LatexCommand index
9209 name "LaTeX-packages ! aeguill"
9210
9211 \end_inset
9212
9213
9214 \series default
9215  with the document preamble line
9216 \end_layout
9217
9218 \begin_layout Standard
9219
9220 \series bold
9221
9222 \backslash
9223 usepackage[ec]{aeguill}
9224 \end_layout
9225
9226 \begin_layout Standard
9227 will fix the guillemet problem.
9228 \end_layout
9229
9230 \end_inset
9231
9232  and that accented characters are not 
9233 \emph on
9234 one
9235 \emph default
9236  glyph, they are build of 
9237 \emph on
9238 two
9239 \emph default
9240  characters, the accent and the letter.
9241  Therefore you can't search in documents using the 
9242 \family typewriter
9243 AE
9244 \family default
9245  fonts for words with accented characters.
9246  If you search for example for the French word 
9247 \begin_inset Quotes eld
9248 \end_inset
9249
9250 rève
9251 \begin_inset Quotes erd
9252 \end_inset
9253
9254  in a PDF, you won't get any result, because the PDF-viewer searches for
9255  the glyph 
9256 \begin_inset Quotes eld
9257 \end_inset
9258
9259  è 
9260 \begin_inset Quotes erd
9261 \end_inset
9262
9263  and not for the glyph 
9264 \begin_inset Quotes eld
9265 \end_inset
9266
9267  e +\InsetSpace ~
9268  ̀ 
9269 \begin_inset Quotes erd
9270 \end_inset
9271
9272 .
9273 \end_layout
9274
9275 \begin_layout Itemize
9276 Another possibility is to use three different outline fonts
9277 \begin_inset Foot
9278 status collapsed
9279
9280 \begin_layout Standard
9281 Other fonts, like 
9282 \family typewriter
9283 Latin Modern
9284 \family default
9285  or 
9286 \family typewriter
9287 Computer Modern
9288 \family default
9289 , consists of these three main font types 
9290 \family sans
9291 sans\InsetSpace ~
9292 serif
9293 \family default
9294
9295 \family sans
9296 typewriter
9297 \family default
9298 , and 
9299 \family sans
9300 serif
9301 \family default
9302 .
9303 \end_layout
9304
9305 \end_inset
9306
9307
9308 \family sans
9309 Times\InsetSpace ~
9310 Roman
9311 \family default
9312  as roman font,
9313 \family sans
9314  Helvetica
9315 \family default
9316  scaled to 92 or 95\InsetSpace \thinspace{}
9317 % as sans\InsetSpace ~
9318 serif font, and 
9319 \family sans
9320 courier
9321 \family default
9322  as typewriter font.
9323 \newline
9324 The differences between roman, 
9325 \family sans
9326 sans\InsetSpace ~
9327 serif
9328 \family default
9329 , and 
9330 \family typewriter
9331 typewriter
9332 \family default
9333  fonts are explained in section\InsetSpace ~
9334
9335 \begin_inset LatexCommand ref
9336 reference "sub:Fine-Tuning-with-the"
9337
9338 \end_inset
9339
9340 .
9341 \newline
9342 The font 
9343 \family sans
9344 Times\InsetSpace ~
9345 Roman
9346 \family default
9347  was originally designed for newspapers.
9348  That means its glyphs are smaller than the one from other fonts to fit
9349  into the small newspaper columns.
9350  Therefore 
9351 \family sans
9352 Times\InsetSpace ~
9353 Roman
9354 \family default
9355  is not the optimal choice for larger documents like books.
9356 \end_layout
9357
9358 \begin_layout Itemize
9359 The best solution is to use the 
9360 \family typewriter
9361 Latin Modern
9362 \family default
9363  fonts.
9364  These fonts are developed in order of the LaTeX community to replace 
9365 \family typewriter
9366 cm
9367 \family default
9368  as default font.
9369 \end_layout
9370
9371 \begin_layout Standard
9372 \begin_inset VSpace bigskip
9373 \end_inset
9374
9375 For the font size there are four possible values: 
9376 \family sans
9377 default, 10
9378 \family default
9379
9380 \family sans
9381 11
9382 \family default
9383 , and 
9384 \family sans
9385 12
9386 \family default
9387 .
9388  The size of 
9389 \family sans
9390 default
9391 \family default
9392  depends on your LaTeX-system, normally it is equal to the font size 10.
9393 \end_layout
9394
9395 \begin_layout Standard
9396 The font sizes are the 
9397 \emph on
9398 base size
9399 \emph default
9400 .
9401  LyX actually scales all other possible font sizes (such as those used in
9402  footnotes, super-, and subscripts) by this value.
9403  You can fine-tune the font size of text parts via the 
9404 \family sans
9405 Text\InsetSpace ~
9406 Style
9407 \family default
9408  dialog if needed.
9409  The possible font sizes for text parts are explained in section\InsetSpace ~
9410
9411 \begin_inset LatexCommand ref
9412 reference "sub:Fine-Tuning-with-the"
9413
9414 \end_inset
9415
9416 .
9417 \end_layout
9418
9419 \begin_layout Standard
9420 \begin_inset VSpace bigskip
9421 \end_inset
9422
9423
9424 \begin_inset Note Greyedout
9425 status open
9426
9427 \begin_layout Standard
9428
9429 \series bold
9430 Note:
9431 \series default
9432  When you choose a new font or font size, LyX does 
9433 \emph on
9434 not
9435 \emph default
9436  change the screen font! You will only see a difference in the printed output;
9437  this is part of the WYSIWYM concept.
9438  LyX's screen fonts can be adjusted in the 
9439 \family sans
9440 Tools\SpecialChar \menuseparator
9441 Preferences
9442 \family default
9443  dialog, see section\InsetSpace ~
9444
9445 \begin_inset LatexCommand ref
9446 reference "sub:Screen-Fonts"
9447
9448 \end_inset
9449
9450 .
9451 \end_layout
9452
9453 \end_inset
9454
9455
9456 \end_layout
9457
9458 \begin_layout Subsection
9459 Using Different Character Styles
9460 \begin_inset LatexCommand index
9461 name "Character Styles"
9462
9463 \end_inset
9464
9465
9466 \begin_inset LatexCommand index
9467 name "Text Style"
9468
9469 \end_inset
9470
9471
9472 \end_layout
9473
9474 \begin_layout Standard
9475 As we've already seen, LyX automatically changes the character style for
9476  certain paragraph environments.
9477  LyX supports two character styles, 
9478 \family sans
9479 Emphasized
9480 \family default
9481  and 
9482 \family sans
9483 Noun
9484 \family default
9485 .
9486  You can activate both of these styles via keybindings, the menus, and the
9487  toolbar.
9488 \end_layout
9489
9490 \begin_layout Standard
9491 To activate the 
9492 \family sans
9493 Noun
9494 \family default
9495  style, do one of the following:
9496 \end_layout
9497
9498 \begin_layout Itemize
9499 click on the toolbar button 
9500 \begin_inset Graphics
9501         filename ../images/font-noun.png
9502
9503 \end_inset
9504
9505
9506 \end_layout
9507
9508 \begin_layout Itemize
9509 use the keybinding 
9510 \family sans
9511 M-c\InsetSpace ~
9512 c
9513 \end_layout
9514
9515 \begin_layout Standard
9516 These commands are all toggles.
9517  That is, if 
9518 \family sans
9519 Noun
9520 \family default
9521  style is already active, they deactivate it.
9522 \end_layout
9523
9524 \begin_layout Standard
9525 One typically uses the 
9526 \family sans
9527 Noun
9528 \family default
9529  style for proper names.
9530  For example: 
9531 \begin_inset Quotes eld
9532 \end_inset
9533
9534
9535 \noun on
9536 Matthias Ettrich
9537 \noun default
9538  is the original author of LyX.
9539 \begin_inset Quotes erd
9540 \end_inset
9541
9542
9543 \end_layout
9544
9545 \begin_layout Standard
9546 A more widely used character style is the 
9547 \family sans
9548 Emphasized
9549 \family default
9550  style.
9551  You can activate (or deactivate - it's also a toggle) the 
9552 \family sans
9553 Emphasized
9554 \family default
9555  style by:
9556 \end_layout
9557
9558 \begin_layout Itemize
9559 clicking on the toolbar button 
9560 \begin_inset Graphics
9561         filename ../images/font-emph.png
9562
9563 \end_inset
9564
9565
9566 \end_layout
9567
9568 \begin_layout Itemize
9569 using the keybindings 
9570 \family sans
9571 M-c\InsetSpace ~
9572 e
9573 \end_layout
9574
9575 \begin_layout Standard
9576 Normally the 
9577 \family sans
9578 Emphasized
9579 \family default
9580  style is equivalent to an italic font but some document classes or LaTeX-packag
9581 es use a different font.
9582 \end_layout
9583
9584 \begin_layout Standard
9585 We've been using the 
9586 \family sans
9587 Emphasized
9588 \family default
9589  style all over the place in this document.
9590  Here's one more example:
9591 \end_layout
9592
9593 \begin_layout Quotation
9594
9595 \emph on
9596 Don't overuse character styles!
9597 \end_layout
9598
9599 \begin_layout Standard
9600 It's also a warning in addition to an example.
9601  One's writing should parallel ordinary conversation.
9602  Since we don't all constantly scream at each other, we should also avoid
9603  the common tendency to overuse character style.
9604  
9605 \end_layout
9606
9607 \begin_layout Standard
9608 You can always reset to the default font using the keybinding 
9609 \family sans
9610 M-c\InsetSpace ~
9611 Space
9612 \family default
9613  or the dialog 
9614 \family sans
9615 Edit\SpecialChar \menuseparator
9616 Text\InsetSpace ~
9617 Style
9618 \family default
9619 .
9620 \end_layout
9621
9622 \begin_layout Subsection
9623 Fine-Tuning with the 
9624 \family sans
9625 Text Style
9626 \family default
9627  dialog
9628 \begin_inset LatexCommand label
9629 name "sub:Fine-Tuning-with-the"
9630
9631 \end_inset
9632
9633
9634 \begin_inset LatexCommand index
9635 name "Text Style"
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \begin_layout Standard
9643 There are always occasions when you'll need to do some fine-tuning, so LyX
9644  gives you a way to create custom character style.
9645  For example, an academic journal or a corporation may have a style sheet
9646  requiring a sans-serif font be used in certain situations.
9647  Also, writers sometimes use a different font to offset a character's thoughts
9648  from ordinary dialog.
9649 \end_layout
9650
9651 \begin_layout Standard
9652 Before we document how to use custom character style, we want to issue a
9653  warning yet again: Don't overuse character styles! 
9654 \newline
9655 Documents that overuse
9656  different fonts and sizes are not well readable and tend to look like someone
9657  has knocked huge holes in it.
9658 \end_layout
9659
9660 \begin_layout Standard
9661 To use custom character styles, open the 
9662 \family sans
9663 Edit\SpecialChar \menuseparator
9664 Text\InsetSpace ~
9665 Style
9666 \family default
9667  dialog.
9668  There are several boxes on this dialog, each corresponding to a different
9669  font property which you can choose.
9670  You can choose an option for one of these properties, or select 
9671 \family sans
9672 No\InsetSpace ~
9673 change
9674 \family default
9675 , which keeps the current state of that property.
9676  The item 
9677 \family sans
9678 Reset
9679 \family default
9680  will reset the property to whatever is the default.
9681  You can use this to reset attributes across a bunch of different paragraph
9682  environments in a snap.
9683 \end_layout
9684
9685 \begin_layout Standard
9686 The font properties, and their options (in addition to 
9687 \family sans
9688 No\InsetSpace ~
9689 change
9690 \family default
9691  and 
9692 \family sans
9693 Reset
9694 \family default
9695 ) are:
9696 \end_layout
9697
9698 \begin_layout Labeling
9699 \labelwidthstring 00.00.0000
9700
9701 \family sans
9702 Family
9703 \family default
9704  The 
9705 \begin_inset Quotes eld
9706 \end_inset
9707
9708 overall look
9709 \begin_inset Quotes erd
9710 \end_inset
9711
9712  of the font.
9713  The possible options are:
9714 \end_layout
9715
9716 \begin_deeper
9717 \begin_layout Labeling
9718 \labelwidthstring 00.00.0000
9719
9720 \family sans
9721 Roman
9722 \family default
9723  This is the Roman font family.
9724  Normally a serif font.
9725  It's also the default family.
9726  (keybinding 
9727 \begin_inset ERT
9728 status collapsed
9729
9730 \begin_layout Standard
9731
9732
9733 \backslash
9734 mbox{
9735 \end_layout
9736
9737 \end_inset
9738
9739
9740 \family sans
9741 M-c\InsetSpace ~
9742 r
9743 \family default
9744
9745 \begin_inset ERT
9746 status collapsed
9747
9748 \begin_layout Standard
9749
9750 }
9751 \end_layout
9752
9753 \end_inset
9754
9755 )
9756 \begin_inset Note Note
9757 status collapsed
9758
9759 \begin_layout Standard
9760 The LaTeX-command prevents text to be broken at the end of a line.
9761  It is explained in section\InsetSpace ~
9762
9763 \begin_inset LatexCommand ref
9764 reference "sub:Hyphenation"
9765
9766 \end_inset
9767
9768 .
9769 \end_layout
9770
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \begin_layout Labeling
9777 \labelwidthstring 00.00.0000
9778
9779 \family sans
9780 Sans\InsetSpace ~
9781 Serif
9782 \family default
9783  
9784 \family sans
9785 This is the Sans Serif font family.
9786
9787 \family default
9788  (keybinding 
9789 \begin_inset ERT
9790 status collapsed
9791
9792 \begin_layout Standard
9793
9794
9795 \backslash
9796 mbox{
9797 \end_layout
9798
9799 \end_inset
9800
9801
9802 \family sans
9803 M-c\InsetSpace ~
9804 s
9805 \family default
9806
9807 \begin_inset ERT
9808 status collapsed
9809
9810 \begin_layout Standard
9811
9812 }
9813 \end_layout
9814
9815 \end_inset
9816
9817 )
9818 \end_layout
9819
9820 \begin_layout Labeling
9821 \labelwidthstring 00.00.0000
9822
9823 \family sans
9824 Typewriter
9825 \family default
9826  
9827 \family typewriter
9828 This is the Typewriter font family.
9829
9830 \family default
9831  (keybinding 
9832 \begin_inset ERT
9833 status collapsed
9834
9835 \begin_layout Standard
9836
9837
9838 \backslash
9839 mbox{
9840 \end_layout
9841
9842 \end_inset
9843
9844
9845 \family sans
9846 M-c\InsetSpace ~
9847 p
9848 \family default
9849
9850 \begin_inset ERT
9851 status collapsed
9852
9853 \begin_layout Standard
9854
9855 }
9856 \end_layout
9857
9858 \end_inset
9859
9860
9861 \family sans
9862 )
9863 \end_layout
9864
9865 \end_deeper
9866 \begin_layout Labeling
9867 \labelwidthstring 00.00.0000
9868
9869 \family sans
9870 Series
9871 \family default
9872  This corresponds to the print weight.
9873  Options are:
9874 \end_layout
9875
9876 \begin_deeper
9877 \begin_layout Labeling
9878 \labelwidthstring 00.00.0000
9879
9880 \family sans
9881 Medium
9882 \family default
9883  This is the Medium font series.
9884  It's also the default series.
9885 \end_layout
9886
9887 \begin_layout Labeling
9888 \labelwidthstring 00.00.0000
9889
9890 \family sans
9891 Bold
9892 \family default
9893  
9894 \series bold
9895 This is the Bold font series.
9896
9897 \series default
9898  (keybinding 
9899 \begin_inset ERT
9900 status collapsed
9901
9902 \begin_layout Standard
9903
9904
9905 \backslash
9906 mbox{
9907 \end_layout
9908
9909 \end_inset
9910
9911
9912 \family sans
9913 M-c\InsetSpace ~
9914 b
9915 \family default
9916
9917 \begin_inset ERT
9918 status collapsed
9919
9920 \begin_layout Standard
9921
9922 }
9923 \end_layout
9924
9925 \end_inset
9926
9927 )
9928 \end_layout
9929
9930 \end_deeper
9931 \begin_layout Labeling
9932 \labelwidthstring 00.00.0000
9933
9934 \family sans
9935 Shape
9936 \family default
9937  As the name implies.
9938  Options are:
9939 \end_layout
9940
9941 \begin_deeper
9942 \begin_layout Labeling
9943 \labelwidthstring 00.00.0000
9944
9945 \family sans
9946 Upright
9947 \family default
9948  This is the Upright font shape.
9949  It's also the default shape.
9950 \end_layout
9951
9952 \begin_layout Labeling
9953 \labelwidthstring 00.00.0000
9954
9955 \family sans
9956 Italic
9957 \family default
9958  
9959 \shape italic
9960 This
9961 \shape default
9962  
9963 \family sans
9964 \shape italic
9965 i
9966 \family default
9967 s the Italic font shape
9968 \shape default
9969 \emph on
9970 .
9971 \end_layout
9972
9973 \begin_layout Labeling
9974 \labelwidthstring 00.00.0000
9975
9976 \family sans
9977 Slanted
9978 \family default
9979  
9980 \shape slanted
9981 This is the Slanted font shape
9982 \shape default
9983  (although it might not be visible in LyX, this is different from italic).
9984 \end_layout
9985
9986 \begin_layout Labeling
9987 \labelwidthstring 00.00.0000
9988
9989 \family sans
9990 Small\InsetSpace ~
9991 Caps
9992 \family default
9993  
9994 \shape smallcaps
9995 This is the Small caps font shape
9996 \shape default
9997 \noun on
9998 .
9999 \end_layout
10000
10001 \end_deeper
10002 \begin_layout Labeling
10003 \labelwidthstring 00.00.0000
10004
10005 \family sans
10006 Size
10007 \family default
10008  Alters the size of the font.
10009  You'll find no numerical values here; all possible sizes are actually proportio
10010 nal to the document font size.
10011  Once again, you don't feed LyX the details, but a general description of
10012  what you want to do.
10013  The options are:
10014 \end_layout
10015
10016 \begin_deeper
10017 \begin_layout Labeling
10018 \labelwidthstring 00.00.0000
10019
10020 \family sans
10021 Tiny
10022 \family default
10023  
10024 \size tiny
10025 This is the 
10026 \begin_inset Quotes eld
10027 \end_inset
10028
10029 Tiny
10030 \begin_inset Quotes erd
10031 \end_inset
10032
10033  font size.
10034
10035 \size default
10036  (keybinding 
10037 \begin_inset ERT
10038 status collapsed
10039
10040 \begin_layout Standard
10041
10042
10043 \backslash
10044 mbox{
10045 \end_layout
10046
10047 \end_inset
10048
10049
10050 \family sans
10051 M-s\InsetSpace ~
10052 t
10053 \family default
10054
10055 \begin_inset ERT
10056 status collapsed
10057
10058 \begin_layout Standard
10059
10060 }
10061 \end_layout
10062
10063 \end_inset
10064
10065  or 
10066 \begin_inset ERT
10067 status collapsed
10068
10069 \begin_layout Standard
10070
10071
10072 \backslash
10073 mbox{
10074 \end_layout
10075
10076 \end_inset
10077
10078
10079 \family sans
10080 M-s\InsetSpace ~
10081 1
10082 \family default
10083
10084 \begin_inset ERT
10085 status collapsed
10086
10087 \begin_layout Standard
10088
10089 }
10090 \end_layout
10091
10092 \end_inset
10093
10094 )
10095 \end_layout
10096
10097 \begin_layout Labeling
10098 \labelwidthstring 00.00.0000
10099
10100 \family sans
10101 Smallest
10102 \family default
10103  
10104 \size scriptsize
10105 This is the 
10106 \begin_inset Quotes eld
10107 \end_inset
10108
10109 Smallest
10110 \begin_inset Quotes erd
10111 \end_inset
10112
10113  font size
10114 \size default
10115 .
10116  (keybinding 
10117 \begin_inset ERT
10118 status collapsed
10119
10120 \begin_layout Standard
10121
10122
10123 \backslash
10124 mbox{
10125 \end_layout
10126
10127 \end_inset
10128
10129
10130 \family sans
10131 M-s\InsetSpace ~
10132
10133 \family default
10134 2
10135 \begin_inset ERT
10136 status collapsed
10137
10138 \begin_layout Standard
10139
10140 }
10141 \end_layout
10142
10143 \end_inset
10144
10145 )
10146 \end_layout
10147
10148 \begin_layout Labeling
10149 \labelwidthstring 00.00.0000
10150
10151 \family sans
10152 Smaller
10153 \family default
10154  
10155 \size footnotesize
10156 This is the 
10157 \begin_inset Quotes eld
10158 \end_inset
10159
10160 Smaller
10161 \begin_inset Quotes erd
10162 \end_inset
10163
10164  font size.
10165
10166 \size default
10167  (keybinding 
10168 \begin_inset ERT
10169 status collapsed
10170
10171 \begin_layout Standard
10172
10173
10174 \backslash
10175 mbox{
10176 \end_layout
10177
10178 \end_inset
10179
10180
10181 \family sans
10182 M-s\InsetSpace ~
10183 S
10184 \family default
10185
10186 \begin_inset ERT
10187 status collapsed
10188
10189 \begin_layout Standard
10190
10191 }
10192 \end_layout
10193
10194 \end_inset
10195
10196  or 
10197 \begin_inset ERT
10198 status collapsed
10199
10200 \begin_layout Standard
10201
10202
10203 \backslash
10204 mbox{
10205 \end_layout
10206
10207 \end_inset
10208
10209
10210 \family sans
10211 M-s\InsetSpace ~
10212
10213 \family default
10214 3
10215 \begin_inset ERT
10216 status collapsed
10217
10218 \begin_layout Standard
10219
10220 }
10221 \end_layout
10222
10223 \end_inset
10224
10225 )
10226 \end_layout
10227
10228 \begin_layout Labeling
10229 \labelwidthstring 00.00.0000
10230
10231 \family sans
10232 Small
10233 \family default
10234  
10235 \size small
10236 This is the 
10237 \begin_inset Quotes eld
10238 \end_inset
10239
10240 Small
10241 \begin_inset Quotes erd
10242 \end_inset
10243
10244  font size.
10245
10246 \size default
10247  (keybinding 
10248 \begin_inset ERT
10249 status collapsed
10250
10251 \begin_layout Standard
10252
10253
10254 \backslash
10255 mbox{
10256 \end_layout
10257
10258 \end_inset
10259
10260
10261 \family sans
10262 M-s\InsetSpace ~
10263 s
10264 \family default
10265
10266 \begin_inset ERT
10267 status collapsed
10268
10269 \begin_layout Standard
10270
10271 }
10272 \end_layout
10273
10274 \end_inset
10275
10276  or 
10277 \begin_inset ERT
10278 status collapsed
10279
10280 \begin_layout Standard
10281
10282
10283 \backslash
10284 mbox{
10285 \end_layout
10286
10287 \end_inset
10288
10289
10290 \family sans
10291 M-s\InsetSpace ~
10292
10293 \family default
10294 4
10295 \begin_inset ERT
10296 status collapsed
10297
10298 \begin_layout Standard
10299
10300 }
10301 \end_layout
10302
10303 \end_inset
10304
10305 )
10306 \end_layout
10307
10308 \begin_layout Labeling
10309 \labelwidthstring 00.00.0000
10310
10311 \family sans
10312 Normal
10313 \family default
10314  This is the 
10315 \begin_inset Quotes eld
10316 \end_inset
10317
10318 Normal
10319 \begin_inset Quotes erd
10320 \end_inset
10321
10322  font size.
10323  It's also the default size.
10324  (keybinding 
10325 \begin_inset ERT
10326 status collapsed
10327
10328 \begin_layout Standard
10329
10330
10331 \backslash
10332 mbox{
10333 \end_layout
10334
10335 \end_inset
10336
10337
10338 \family sans
10339 M-s\InsetSpace ~
10340 n
10341 \family default
10342
10343 \begin_inset ERT
10344 status collapsed
10345
10346 \begin_layout Standard
10347
10348 }
10349 \end_layout
10350
10351 \end_inset
10352
10353  or 
10354 \begin_inset ERT
10355 status collapsed
10356
10357 \begin_layout Standard
10358
10359
10360 \backslash
10361 mbox{
10362 \end_layout
10363
10364 \end_inset
10365
10366
10367 \family sans
10368 M-s\InsetSpace ~
10369
10370 \family default
10371 5
10372 \begin_inset ERT
10373 status collapsed
10374
10375 \begin_layout Standard
10376
10377 }
10378 \end_layout
10379
10380 \end_inset
10381
10382 )
10383 \end_layout
10384
10385 \begin_layout Labeling
10386 \labelwidthstring 00.00.0000
10387
10388 \family sans
10389 Large
10390 \family default
10391  
10392 \size large
10393 This is the 
10394 \begin_inset Quotes eld
10395 \end_inset
10396
10397 Large
10398 \begin_inset Quotes erd
10399 \end_inset
10400
10401  font size.
10402
10403 \size default
10404  (keybinding 
10405 \begin_inset ERT
10406 status collapsed
10407
10408 \begin_layout Standard
10409
10410
10411 \backslash
10412 mbox{
10413 \end_layout
10414
10415 \end_inset
10416
10417
10418 \family sans
10419 M-s\InsetSpace ~
10420 l
10421 \family default
10422
10423 \begin_inset ERT
10424 status collapsed
10425
10426 \begin_layout Standard
10427
10428 }
10429 \end_layout
10430
10431 \end_inset
10432
10433  or 
10434 \begin_inset ERT
10435 status collapsed
10436
10437 \begin_layout Standard
10438
10439
10440 \backslash
10441 mbox{
10442 \end_layout
10443
10444 \end_inset
10445
10446
10447 \family sans
10448 M-s\InsetSpace ~
10449
10450 \family default
10451 6
10452 \begin_inset ERT
10453 status collapsed
10454
10455 \begin_layout Standard
10456
10457 }
10458 \end_layout
10459
10460 \end_inset
10461
10462 )
10463 \end_layout
10464
10465 \begin_layout Labeling
10466 \labelwidthstring 00.00.0000
10467
10468 \family sans
10469 Larger
10470 \family default
10471  
10472 \size larger
10473 This is the 
10474 \begin_inset Quotes eld
10475 \end_inset
10476
10477 Larger
10478 \begin_inset Quotes erd
10479 \end_inset
10480
10481  font size.
10482
10483 \size default
10484  (keybinding 
10485 \begin_inset ERT
10486 status collapsed
10487
10488 \begin_layout Standard
10489
10490
10491 \backslash
10492 mbox{
10493 \end_layout
10494
10495 \end_inset
10496
10497
10498 \family sans
10499 M-s\InsetSpace ~
10500 S-L
10501 \family default
10502
10503 \begin_inset ERT
10504 status collapsed
10505
10506 \begin_layout Standard
10507
10508 }
10509 \end_layout
10510
10511 \end_inset
10512
10513  or 
10514 \begin_inset ERT
10515 status collapsed
10516
10517 \begin_layout Standard
10518
10519
10520 \backslash
10521 mbox{
10522 \end_layout
10523
10524 \end_inset
10525
10526
10527 \family sans
10528 M-s\InsetSpace ~
10529
10530 \family default
10531 7
10532 \begin_inset ERT
10533 status collapsed
10534
10535 \begin_layout Standard
10536
10537 }
10538 \end_layout
10539
10540 \end_inset
10541
10542 )
10543 \end_layout
10544
10545 \begin_layout Labeling
10546 \labelwidthstring 00.00.0000
10547
10548 \family sans
10549 Largest
10550 \family default
10551  
10552 \size largest
10553 This is the 
10554 \begin_inset Quotes eld
10555 \end_inset
10556
10557 Largest
10558 \begin_inset Quotes erd
10559 \end_inset
10560
10561  font size.
10562
10563 \size default
10564  (keybinding 
10565 \begin_inset ERT
10566 status collapsed
10567
10568 \begin_layout Standard
10569
10570
10571 \backslash
10572 mbox{
10573 \end_layout
10574
10575 \end_inset
10576
10577
10578 \family sans
10579 M-s\InsetSpace ~
10580
10581 \family default
10582 8
10583 \begin_inset ERT
10584 status collapsed
10585
10586 \begin_layout Standard
10587
10588 }
10589 \end_layout
10590
10591 \end_inset
10592
10593 )
10594 \end_layout
10595
10596 \begin_layout Labeling
10597 \labelwidthstring 00.00.0000
10598
10599 \family sans
10600 Huge
10601 \family default
10602  
10603 \size huge
10604 This is the 
10605 \begin_inset Quotes eld
10606 \end_inset
10607
10608 Huge
10609 \begin_inset Quotes erd
10610 \end_inset
10611
10612  font size.
10613
10614 \size default
10615  (keybinding 
10616 \begin_inset ERT
10617 status collapsed
10618
10619 \begin_layout Standard
10620
10621
10622 \backslash
10623 mbox{
10624 \end_layout
10625
10626 \end_inset
10627
10628
10629 \family sans
10630 M-s\InsetSpace ~
10631 h
10632 \family default
10633
10634 \begin_inset ERT
10635 status collapsed
10636
10637 \begin_layout Standard
10638
10639 }
10640 \end_layout
10641
10642 \end_inset
10643
10644  or 
10645 \begin_inset ERT
10646 status collapsed
10647
10648 \begin_layout Standard
10649
10650
10651 \backslash
10652 mbox{
10653 \end_layout
10654
10655 \end_inset
10656
10657
10658 \family sans
10659 M-s\InsetSpace ~
10660
10661 \family default
10662 9
10663 \begin_inset ERT
10664 status collapsed
10665
10666 \begin_layout Standard
10667
10668 }
10669 \end_layout
10670
10671 \end_inset
10672
10673 )
10674 \end_layout
10675
10676 \begin_layout Labeling
10677 \labelwidthstring 00.00.0000
10678
10679 \family sans
10680 Huger
10681 \family default
10682  
10683 \size giant
10684 This is the 
10685 \begin_inset Quotes eld
10686 \end_inset
10687
10688 Huger
10689 \begin_inset Quotes erd
10690 \end_inset
10691
10692  font size.
10693
10694 \size default
10695  (keybinding 
10696 \begin_inset ERT
10697 status collapsed
10698
10699 \begin_layout Standard
10700
10701
10702 \backslash
10703 mbox{
10704 \end_layout
10705
10706 \end_inset
10707
10708
10709 \family sans
10710 M-s\InsetSpace ~
10711 H
10712 \family default
10713
10714 \begin_inset ERT
10715 status collapsed
10716
10717 \begin_layout Standard
10718
10719 }
10720 \end_layout
10721
10722 \end_inset
10723
10724  or 
10725 \begin_inset ERT
10726 status collapsed
10727
10728 \begin_layout Standard
10729
10730
10731 \backslash
10732 mbox{
10733 \end_layout
10734
10735 \end_inset
10736
10737
10738 \family sans
10739 M-s\InsetSpace ~
10740
10741 \family default
10742 0
10743 \begin_inset ERT
10744 status collapsed
10745
10746 \begin_layout Standard
10747
10748 }
10749 \end_layout
10750
10751 \end_inset
10752
10753 )
10754 \end_layout
10755
10756 \end_deeper
10757 \begin_layout Standard
10758 We'll warn you 
10759 \emph on
10760 yet again
10761 \emph default
10762 : don't go crazy with this feature.
10763  You should almost never need to change the font size.
10764  LyX automatically changes the font size for different paragraph environments
10765  - use that instead.
10766  This is here for fine-tuning only!
10767 \end_layout
10768
10769 \begin_layout Labeling
10770 \labelwidthstring 00.00.0000
10771
10772 \family sans
10773 Misc
10774 \family default
10775  Here you can change a few other things at the character level.
10776  Options are:
10777 \end_layout
10778
10779 \begin_deeper
10780 \begin_layout Labeling
10781 \labelwidthstring 00.00.0000
10782
10783 \family sans
10784 Emph
10785 \family default
10786  
10787 \emph on
10788 This is text with emphasize on
10789 \emph default
10790 .
10791  This might seem like the same as 
10792 \shape italic
10793 Italic
10794 \shape default
10795 , but it is actually a bit different.
10796  Emphasized is a 
10797 \emph on
10798 logical
10799 \emph default
10800  attribute.
10801  That means every document class can define its own font used for emphasized
10802  text.
10803  Normally this font is equal to italic.
10804 \end_layout
10805
10806 \begin_layout Labeling
10807 \labelwidthstring 00.00.0000
10808
10809 \family sans
10810 Underbar
10811 \family default
10812  
10813 \bar under
10814 This is text with Underbar on.
10815
10816 \bar default
10817  (keybinding 
10818 \begin_inset ERT
10819 status collapsed
10820
10821 \begin_layout Standard
10822
10823
10824 \backslash
10825 mbox{
10826 \end_layout
10827
10828 \end_inset
10829
10830
10831 \family sans
10832 M-c\InsetSpace ~
10833 u
10834 \family default
10835
10836 \begin_inset ERT
10837 status collapsed
10838
10839 \begin_layout Standard
10840
10841 }
10842 \end_layout
10843
10844 \end_inset
10845
10846
10847 \family sans
10848 )
10849 \newline
10850
10851 \family default
10852 Avoid using underbar if you can! It's a holdover from the typewriter days,
10853  when you couldn't change fonts.
10854  We no longer need to emphasize text by underscoring characters.
10855  It's only included in LyX because some people 
10856 \emph on
10857 may
10858 \emph default
10859  need it in order to follow style sheets for journal submissions.
10860 \end_layout
10861
10862 \begin_layout Labeling
10863 \labelwidthstring 00.00.0000
10864
10865 \family sans
10866 Noun
10867 \family default
10868  
10869 \noun on
10870 This is text with Noun on.
10871
10872 \noun default
10873  Like 
10874 \family sans
10875 Emph
10876 \family default
10877 , this is a logical attribute.
10878  Normally it's equivalent to 
10879 \family sans
10880 Small\InsetSpace ~
10881 Caps
10882 \family default
10883 .
10884 \end_layout
10885
10886 \end_deeper
10887 \begin_layout Labeling
10888 \labelwidthstring 00.00.0000
10889
10890 \family sans
10891 Color
10892 \family default
10893  You can adjust the color of the text with this control.
10894  Notice that not all dvi-viewers are are able to display colors.
10895  Besides 
10896 \family sans
10897 No\InsetSpace ~
10898 color
10899 \family default
10900 , which is the default 
10901 \begin_inset Quotes eld
10902 \end_inset
10903
10904 color
10905 \begin_inset Quotes erd
10906 \end_inset
10907
10908  and means normally black, you can choose between 
10909 \family sans
10910 Black
10911 \family default
10912
10913 \family sans
10914 White
10915 \family default
10916
10917 \family sans
10918 Red
10919 \family default
10920
10921 \family sans
10922 Green
10923 \family default
10924
10925 \family sans
10926 Blue
10927 \family default
10928
10929 \family sans
10930 Cyan
10931 \family default
10932
10933 \family sans
10934 Magenta
10935 \family default
10936  and 
10937 \family sans
10938 Yellow
10939 \family default
10940  text.
10941 \begin_inset LatexCommand index
10942 name "Color ! Text"
10943
10944 \end_inset
10945
10946
10947 \end_layout
10948
10949 \begin_layout Labeling
10950 \labelwidthstring 00.00.0000
10951
10952 \family sans
10953 Language
10954 \family default
10955  This is used to mark regions of text as having a different language from
10956  the language of the document.
10957  Text marked in this way will be underlined in blue to indicate the change
10958  (only within LyX).
10959 \end_layout
10960
10961 \begin_layout Standard
10962 So you have a huge number of combinations to choose from.
10963  Once you've chosen a new character style via the 
10964 \family sans
10965 Edit\SpecialChar \menuseparator
10966 Text\InsetSpace ~
10967 Style
10968 \family default
10969  dialog, the settings are saved.
10970  You can activate them using the toolbar button 
10971 \begin_inset Graphics
10972         filename ../images/font-free-apply.png
10973
10974 \end_inset
10975
10976 .
10977  The button lets you toggle the state of your custom character style even
10978  when the dialog isn't visible.
10979  
10980 \end_layout
10981
10982 \begin_layout Standard
10983 To completely reset the character style to the default, use 
10984 \family sans
10985 M-c\InsetSpace ~
10986 Space
10987 \family default
10988 .
10989  If you want to toggle only those properties that you have just changed
10990  (suppose you just set the shape to 
10991 \begin_inset Quotes eld
10992 \end_inset
10993
10994 slanted
10995 \begin_inset Quotes erd
10996 \end_inset
10997
10998  and the series to 
10999 \begin_inset Quotes eld
11000 \end_inset
11001
11002 bold
11003 \begin_inset Quotes erd
11004 \end_inset
11005
11006 ), set the 
11007 \family sans
11008 Toggle\InsetSpace ~
11009 all
11010 \family default
11011  switch and press 
11012 \family sans
11013 Apply
11014 \family default
11015 .
11016 \end_layout
11017
11018 \begin_layout Standard
11019 You should also know something about the differences between the three main
11020  font types 
11021 \family sans
11022 serif
11023 \family default
11024
11025 \family sans
11026 sans\InsetSpace ~
11027 serif
11028 \family default
11029 , and 
11030 \family sans
11031 typewriter
11032 \family default
11033 :
11034 \end_layout
11035
11036 \begin_layout Itemize
11037
11038 \family sans
11039 Typewriter
11040 \family default
11041  is a so called 
11042 \begin_inset Quotes eld
11043 \end_inset
11044
11045 monospaced
11046 \begin_inset Quotes erd
11047 \end_inset
11048
11049  font, that means every character has the same width, the 
11050 \begin_inset Quotes eld
11051 \end_inset
11052
11053 i
11054 \begin_inset Quotes erd
11055 \end_inset
11056
11057  is as wide as the 
11058 \begin_inset Quotes eld
11059 \end_inset
11060
11061 m
11062 \begin_inset Quotes erd
11063 \end_inset
11064
11065 .
11066  Here is an example
11067 \newline
11068
11069 \begin_inset ERT
11070 status collapsed
11071
11072 \begin_layout Standard
11073
11074
11075 \backslash
11076 phantom{
11077 \end_layout
11078
11079 \end_inset
11080
11081 no 
11082 \begin_inset ERT
11083 status collapsed
11084
11085 \begin_layout Standard
11086
11087 }
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \family typewriter
11094 typewriter text
11095 \family default
11096
11097 \begin_inset Note Note
11098 status collapsed
11099
11100 \begin_layout Standard
11101 For more on phantoms see section\InsetSpace ~
11102
11103 \begin_inset LatexCommand ref
11104 reference "sub:Other-space-variants"
11105
11106 \end_inset
11107
11108 .
11109 \end_layout
11110
11111 \end_inset
11112
11113
11114 \newline
11115 no typewriter text
11116 \end_layout
11117
11118 \begin_layout Itemize
11119
11120 \family sans
11121 Serif
11122 \family default
11123  fonts use characters with serifs.
11124  These are the small 
11125 \begin_inset Quotes eld
11126 \end_inset
11127
11128 appendices
11129 \begin_inset Quotes erd
11130 \end_inset
11131
11132  at all ends of of the streaks that form the character.
11133  The following example will show the difference:
11134 \newline
11135 text with serifs
11136 \newline
11137
11138 \family sans
11139 text without serifs
11140 \family default
11141
11142 \newline
11143 Serifs facilitates an easy and fast reading.
11144  They are therefore used as default font (named 
11145 \family sans
11146 roman
11147 \family default
11148 ).
11149 \end_layout
11150
11151 \begin_layout Itemize
11152
11153 \family sans
11154 Sans serif
11155 \family default
11156  don't use serifs.
11157  This font type is therefore often used for headings and short texts.
11158  We use it in this document to highlight menu names.
11159 \end_layout
11160
11161 \begin_layout Standard
11162 We conclude with the same warning once again: Don't overuse the fonts.
11163  They are, more often than not, a kludge and a bad substitute for good writing.
11164 \end_layout
11165
11166 \begin_layout Section
11167 Printing and Previewing
11168 \end_layout
11169
11170 \begin_layout Subsection
11171 Overview
11172 \end_layout
11173
11174 \begin_layout Standard
11175 Now that we've covered some of the basic features of document preparation
11176  using LyX, you probably want to know how to print out your masterpiece.
11177  Before we tell you that, we want to give you a quick explanation of what
11178  goes on behind-the-scenes.
11179  We cover these informations in much greater detail in the 
11180 \emph on
11181 Extended\InsetSpace ~
11182 Features
11183 \emph default
11184  manual as well.
11185 \end_layout
11186
11187 \begin_layout Standard
11188 LyX uses the program LaTeX as its backend.
11189  LaTeX is just a macro package for the TeX typesetting system, but to prevent
11190  confusion, we'll only refer to LaTeX.
11191  LyX is what you use to do your actual writing.
11192  Then, LyX calls LaTeX to turn your writing into printable output.
11193  This happens in two stages:
11194 \end_layout
11195
11196 \begin_layout Enumerate
11197 First, LyX converts your document to a series of text commands for LaTeX,
11198  generating a file with the extension, 
11199 \begin_inset Quotes eld
11200 \end_inset
11201
11202
11203 \family typewriter
11204 .tex
11205 \family default
11206
11207 \begin_inset Quotes erd
11208 \end_inset
11209
11210 .
11211 \end_layout
11212
11213 \begin_layout Enumerate
11214 Next, LaTeX uses the commands in the 
11215 \family typewriter
11216 .tex
11217 \family default
11218  file to produce printable output.
11219  
11220 \end_layout
11221
11222 \begin_layout Subsection
11223 Output file formats
11224 \begin_inset LatexCommand index
11225 name "File formats"
11226
11227 \end_inset
11228
11229
11230 \begin_inset LatexCommand label
11231 name "sub:Output-file-formats"
11232
11233 \end_inset
11234
11235
11236 \end_layout
11237
11238 \begin_layout Subsubsection
11239 ASCII
11240 \begin_inset LatexCommand index
11241 name "File formats ! ASCII"
11242
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \begin_layout Standard
11249 This file type has the extension 
11250 \begin_inset Quotes eld
11251 \end_inset
11252
11253
11254 \family typewriter
11255 .txt
11256 \family default
11257
11258 \begin_inset Quotes erd
11259 \end_inset
11260
11261 .
11262  It contains your document as plain text following the rules of the 
11263 \begin_inset Quotes eld
11264 \end_inset
11265
11266 American Standard Code for Information Interchange
11267 \begin_inset Quotes erd
11268 \end_inset
11269
11270  (ASCII).
11271 \end_layout
11272
11273 \begin_layout Standard
11274 You can export your document to ASCII by the menu 
11275 \family sans
11276 File\SpecialChar \menuseparator
11277 Export\SpecialChar \menuseparator
11278 ASCII
11279 \family default
11280 .
11281 \end_layout
11282
11283 \begin_layout Subsubsection
11284 LaTeX
11285 \begin_inset LatexCommand index
11286 name "File formats ! LaTeX"
11287
11288 \end_inset
11289
11290
11291 \end_layout
11292
11293 \begin_layout Standard
11294 This file type has the extension 
11295 \begin_inset Quotes eld
11296 \end_inset
11297
11298
11299 \family typewriter
11300 .tex
11301 \family default
11302
11303 \begin_inset Quotes erd
11304 \end_inset
11305
11306  and contains all commands that are necessary for the LaTeX program to process
11307  your document.
11308  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
11309  it manually with console commands.
11310  The LaTeX-file is automatically created in LyX's temporary directory whenever
11311  you view or export your document.
11312 \end_layout
11313
11314 \begin_layout Standard
11315 You can export your document as LaTeX-file using the menu 
11316 \family sans
11317 File\SpecialChar \menuseparator
11318 Export\SpecialChar \menuseparator
11319 LaT
11320 \begin_inset ERT
11321 status collapsed
11322
11323 \begin_layout Standard
11324
11325 {}
11326 \end_layout
11327
11328 \end_inset
11329
11330 eX
11331 \family default
11332 .
11333 \end_layout
11334
11335 \begin_layout Subsubsection
11336 DVI
11337 \begin_inset LatexCommand index
11338 name "File formats ! DVI"
11339
11340 \end_inset
11341
11342
11343 \end_layout
11344
11345 \begin_layout Standard
11346 This file type has the extension 
11347 \begin_inset Quotes eld
11348 \end_inset
11349
11350
11351 \family typewriter
11352 .dvi
11353 \family default
11354
11355 \begin_inset Quotes erd
11356 \end_inset
11357
11358 .
11359  It is called 
11360 \begin_inset Quotes eld
11361 \end_inset
11362
11363 device-independent
11364 \begin_inset Quotes erd
11365 \end_inset
11366
11367  (DVI), because it is completely portable; you can move them from one machine
11368  to another without needing to do any sort of conversion.
11369  At the time when this file-format was developed, this was no matter of
11370  course.
11371  DVIs are used for quick previews and as pre-stage for other output formats,
11372  like PostScript.
11373 \end_layout
11374
11375 \begin_layout Standard
11376 \begin_inset Note Greyedout
11377 status open
11378
11379 \begin_layout Standard
11380
11381 \series bold
11382 Note:
11383 \series default
11384  The DVI file doesn't contain images, they will only be a linked.
11385  So don't forget to deliver the images together with your DVIs.
11386 \end_layout
11387
11388 \end_inset
11389
11390 This property can also slow down your computer when you view the DVI.
11391  Because the DVI-viewer has to convert the image in the background to make
11392  it visible when you scroll in the DVI.
11393  So we recommend to use PDF for files with many images.
11394 \end_layout
11395
11396 \begin_layout Standard
11397 You can export your document to DVI by the menu 
11398 \family sans
11399 File\SpecialChar \menuseparator
11400 Export\SpecialChar \menuseparator
11401 DVI
11402 \family default
11403 .
11404 \end_layout
11405
11406 \begin_layout Subsubsection
11407 PostScript
11408 \begin_inset LatexCommand index
11409 name "File formats ! PostScript"
11410
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \begin_layout Standard
11417 This file type has the extension 
11418 \begin_inset Quotes eld
11419 \end_inset
11420
11421
11422 \family typewriter
11423 .ps
11424 \family default
11425
11426 \begin_inset Quotes erd
11427 \end_inset
11428
11429 .
11430  PostScript was developed by the company 
11431 \family typewriter
11432 Adobe
11433 \family default
11434  as printer language.
11435  The file contains therefore commands that the printer uses to print the
11436  file.
11437  PostScript can be seen as 
11438 \begin_inset Quotes eld
11439 \end_inset
11440
11441 programming language
11442 \begin_inset Quotes erd
11443 \end_inset
11444
11445 ; you can calculate with it and draw diagrams and images.
11446 \begin_inset Foot
11447 status collapsed
11448
11449 \begin_layout Standard
11450 If you are interested to learn more about this, have a look at the LaTeX-package
11451  
11452 \series bold
11453 pstricks
11454 \series default
11455
11456 \begin_inset LatexCommand index
11457 name "LaTeX-packages ! pstricks"
11458
11459 \end_inset
11460
11461 .
11462 \end_layout
11463
11464 \end_inset
11465
11466  Due to this ability, the files are often bigger than PDFs.
11467 \end_layout
11468
11469 \begin_layout Standard
11470 PostScript can only contain images in the format 
11471 \begin_inset Quotes eld
11472 \end_inset
11473
11474 Encapsulated PostScript
11475 \begin_inset Quotes erd
11476 \end_inset
11477
11478  (EPS, file extension 
11479 \begin_inset Quotes eld
11480 \end_inset
11481
11482
11483 \family typewriter
11484 .eps
11485 \family default
11486
11487 \begin_inset Quotes erd
11488 \end_inset
11489
11490 ).
11491  As LyX allows you to use any known image format in your document, it has
11492  to convert them in the background to EPS.
11493  If you have e.g 50 images in your document, LyX has to do 50 conversions
11494  whenever you view or export your document.
11495  This will slow down your workflow with LyX drastically.
11496  So if you plan to use PostScript, you can insert your images directly as
11497  EPS to avoid this problem.
11498 \end_layout
11499
11500 \begin_layout Standard
11501 You can export your document to PostScript using the menu 
11502 \family sans
11503 File\SpecialChar \menuseparator
11504 Export\SpecialChar \menuseparator
11505 PostScript
11506 \family default
11507 .
11508 \end_layout
11509
11510 \begin_layout Subsubsection
11511 PDF
11512 \begin_inset LatexCommand index
11513 name "File formats ! PDF"
11514
11515 \end_inset
11516
11517
11518 \begin_inset LatexCommand index
11519 name "PDF"
11520
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \begin_layout Standard
11527 This file type has the extension 
11528 \begin_inset Quotes eld
11529 \end_inset
11530
11531
11532 \family typewriter
11533 .pdf
11534 \family default
11535
11536 \begin_inset Quotes erd
11537 \end_inset
11538
11539 .
11540  The 
11541 \begin_inset Quotes eld
11542 \end_inset
11543
11544 Portable Document Format
11545 \begin_inset Quotes erd
11546 \end_inset
11547
11548  (PDF) is developed by 
11549 \family typewriter
11550 Adobe
11551 \family default
11552  as derivative from PostScript.
11553  It is more compressed and it uses much less commands than PostScript.
11554  As the name 
11555 \begin_inset Quotes eld
11556 \end_inset
11557
11558 portable
11559 \begin_inset Quotes erd
11560 \end_inset
11561
11562  implies, it can be processed at any computer system and the printed output
11563  looks exactly the same.
11564 \end_layout
11565
11566 \begin_layout Standard
11567 PDF can contain images in its own PDF format and in the formats 
11568 \begin_inset Quotes eld
11569 \end_inset
11570
11571 Joint Photographic Experts Group
11572 \begin_inset Quotes erd
11573 \end_inset
11574
11575  (JPG, file extension 
11576 \begin_inset Quotes eld
11577 \end_inset
11578
11579
11580 \family typewriter
11581 .jpg
11582 \family default
11583
11584 \begin_inset Quotes erd
11585 \end_inset
11586
11587  or 
11588 \begin_inset Quotes eld
11589 \end_inset
11590
11591
11592 \family typewriter
11593 .jpeg
11594 \family default
11595
11596 \begin_inset Quotes erd
11597 \end_inset
11598
11599 ) and 
11600 \begin_inset Quotes eld
11601 \end_inset
11602
11603 Portable Network Graphics
11604 \begin_inset Quotes erd
11605 \end_inset
11606
11607  (PNG, file extension 
11608 \begin_inset Quotes eld
11609 \end_inset
11610
11611
11612 \family typewriter
11613 .png
11614 \family default
11615
11616 \begin_inset Quotes erd
11617 \end_inset
11618
11619 ).
11620  You can although use any other image format, because LyX converts them
11621  in the background to one of these formats.
11622  But as described in the section about PostScript, the image conversion
11623  will slow down your workflow.
11624  So we recommend to use images in one of the three mentioned formats.
11625 \end_layout
11626
11627 \begin_layout Standard
11628 You can export your document to PDF via the menu 
11629 \family sans
11630 File\SpecialChar \menuseparator
11631 Export
11632 \family default
11633  in three different ways:
11634 \end_layout
11635
11636 \begin_layout Description
11637 PDF This uses the program 
11638 \family typewriter
11639 ps2pdf
11640 \family default
11641  that creates a PDF from a PostScript-version of your file.
11642  The PostScript-version is produced by the program 
11643 \family typewriter
11644 dvips
11645 \family default
11646  which uses a DVI-version as intermediate step.
11647  So this export variant consist of three conversions.
11648 \end_layout
11649
11650 \begin_layout Description
11651 PDF\InsetSpace ~
11652 (dvipdfm) This uses the program 
11653 \family typewriter
11654 dvipdfm
11655 \family default
11656  that converts your file in the background to DVI and in a second step to
11657  PDF.
11658 \end_layout
11659
11660 \begin_layout Description
11661 PDF\InsetSpace ~
11662 (pdflatex) This uses the program 
11663 \family typewriter
11664 pdftex
11665 \family default
11666  that converts your file directly to PDF.
11667 \end_layout
11668
11669 \begin_layout Standard
11670 We recommend to use 
11671 \family sans
11672 PDF\InsetSpace ~
11673 (pdflatex)
11674 \family default
11675  because 
11676 \family typewriter
11677 pdftex
11678 \family default
11679  supports all features of actual PDF-versions, is quick and works stable
11680  without problems.
11681  The program 
11682 \family typewriter
11683 dvipdfm
11684 \family default
11685  is no more under development and therefore a bit outdated.
11686 \end_layout
11687
11688 \begin_layout Subsection
11689 Previewing
11690 \begin_inset LatexCommand index
11691 name "Document ! Preview "
11692
11693 \end_inset
11694
11695
11696 \end_layout
11697
11698 \begin_layout Standard
11699 To get a look at the final version of your document, with all of the pagebreaks
11700  in place, the footnotes correctly numbered, and so on, use the menu 
11701 \family sans
11702 View
11703 \family default
11704  and choose a file type.
11705  A viewing program will popup showing the output.
11706  For 
11707 \family sans
11708 View\SpecialChar \menuseparator
11709 DVI
11710 \family default
11711  you can use the toolbar button 
11712 \begin_inset Graphics
11713         filename ../images/buffer-view_dvi.png
11714
11715 \end_inset
11716
11717  (shortcut 
11718 \family sans
11719 C-d
11720 \family default
11721 ), for 
11722 \family sans
11723 View\SpecialChar \menuseparator
11724 PDF\InsetSpace ~
11725 (pdflatex)
11726 \family default
11727  you can use the toolbar button 
11728 \begin_inset Graphics
11729         filename ../images/buffer-export_pdf2.png
11730
11731 \end_inset
11732
11733 .
11734 \end_layout
11735
11736 \begin_layout Standard
11737 If you have changed your document, you can refresh the output in the same
11738  viewer window using the menu 
11739 \family sans
11740 View\SpecialChar \menuseparator
11741 Update
11742 \family default
11743 .
11744 \end_layout
11745
11746 \begin_layout Standard
11747 When you preview a file, the output file is only generated in LyX's temporary
11748  directory.
11749  To have a real output, export your document.
11750 \end_layout
11751
11752 \begin_layout Subsection
11753 Printing the File from within LyX
11754 \begin_inset LatexCommand label
11755 name "sub:Printing-the-File"
11756
11757 \end_inset
11758
11759
11760 \end_layout
11761
11762 \begin_layout Standard
11763 Instead of exporting your file and then printing them, you can also print
11764  it directly from within LyX.
11765  To print a file, select the menu 
11766 \family sans
11767 File\SpecialChar \menuseparator
11768 Print
11769 \family default
11770  or click on the toolbar button 
11771 \begin_inset Graphics
11772         filename ../images/dialog-show_print.png
11773
11774 \end_inset
11775
11776 .
11777  LyX will internally call LaTeX to produce a DVI.
11778  This file is then processed by the program 
11779 \family typewriter
11780 dvips
11781 \family default
11782  to PostScript-file, which is finally printed using the program 
11783 \family typewriter
11784 Ghostscript
11785 \family default
11786 .
11787  Due to these steps in the background, this method is not the fastest.
11788 \end_layout
11789
11790 \begin_layout Standard
11791 You can choose to print only even-numbered or odd-numbered pages - this
11792  is useful for printing on two sides: You can re-insert the pages after
11793  printing one set to print on the other side.
11794  Some printers spit out pages face-up, others, face-down.
11795  By choosing a particular order to print in, you can take the entire stack
11796  of pages out of the printer without needing to reorder them.
11797 \end_layout
11798
11799 \begin_layout Standard
11800 You can set the parameters in the 
11801 \family sans
11802 Print\InsetSpace ~
11803 Destination
11804 \family default
11805  box as follows:
11806 \end_layout
11807
11808 \begin_layout Labeling
11809 \labelwidthstring 00.00.0000
11810
11811 \family sans
11812 Printer
11813 \family default
11814  This is the name of the printer to print to.
11815 \begin_inset Foot
11816 status collapsed
11817
11818 \begin_layout Standard
11819 Note that this printer name is for the program 
11820 \family typewriter
11821 dvips
11822 \family default
11823 .
11824  That means 
11825 \family typewriter
11826 dvips
11827 \family default
11828  has to be configured for this printer name.
11829  The default printer can be set in LyX's preferences dialog, see section\InsetSpace ~
11830
11831 \begin_inset LatexCommand ref
11832 reference "sub:Printer"
11833
11834 \end_inset
11835
11836 .
11837 \end_layout
11838
11839 \end_inset
11840
11841  The printer should understand PostScript.
11842 \end_layout
11843
11844 \begin_layout Labeling
11845 \labelwidthstring 00.00.0000
11846
11847 \family sans
11848 File
11849 \family default
11850  The name of a file to print to.
11851  The output will be a PostScript file.
11852  It will be written in LyX's working directory unless you specify the full
11853  path.
11854 \end_layout
11855
11856 \begin_layout Section
11857 A few Words about Typography
11858 \begin_inset LatexCommand index
11859 name "Typography"
11860
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \begin_layout Subsection
11867 Hyphens
11868 \begin_inset LatexCommand index
11869 name "Hyphens"
11870
11871 \end_inset
11872
11873
11874 \begin_inset LatexCommand label
11875 name "sub:Hyphens"
11876
11877 \end_inset
11878
11879
11880 \end_layout
11881
11882 \begin_layout Standard
11883 In LyX, the 
11884 \begin_inset Quotes eld
11885 \end_inset
11886
11887
11888 \family typewriter
11889 -
11890 \family default
11891
11892 \begin_inset Quotes eld
11893 \end_inset
11894
11895  character comes in three lengths, often called the 
11896 \emph on
11897 hyphen
11898 \emph default
11899 , the 
11900 \emph on
11901 en dash
11902 \emph default
11903 , and the 
11904 \emph on
11905 em dash
11906 \emph default
11907 :
11908 \end_layout
11909
11910 \begin_layout Enumerate
11911 hyphen
11912 \hfill
11913 -
11914 \hfill
11915 made with 
11916 \begin_inset Quotes eld
11917 \end_inset
11918
11919
11920 \family typewriter
11921 -
11922 \family default
11923
11924 \begin_inset Quotes eld
11925 \end_inset
11926
11927
11928 \end_layout
11929
11930 \begin_layout Enumerate
11931 en dash
11932 \hfill
11933 --
11934 \hfill
11935 made with 
11936 \begin_inset Quotes eld
11937 \end_inset
11938
11939
11940 \family typewriter
11941 -
11942 \begin_inset ERT
11943 status collapsed
11944
11945 \begin_layout Standard
11946
11947
11948 \backslash
11949 /
11950 \end_layout
11951
11952 \end_inset
11953
11954 -
11955 \family default
11956
11957 \begin_inset Quotes eld
11958 \end_inset
11959
11960
11961 \end_layout
11962
11963 \begin_layout Enumerate
11964 em dash
11965 \hfill
11966 ---
11967 \hfill
11968 made with 
11969 \begin_inset Quotes eld
11970 \end_inset
11971
11972
11973 \family typewriter
11974 -
11975 \begin_inset ERT
11976 status collapsed
11977
11978 \begin_layout Standard
11979
11980
11981 \backslash
11982 /
11983 \end_layout
11984
11985 \end_inset
11986
11987 -
11988 \begin_inset ERT
11989 status collapsed
11990
11991 \begin_layout Standard
11992
11993
11994 \backslash
11995 /
11996 \end_layout
11997
11998 \end_inset
11999
12000 -
12001 \family default
12002
12003 \begin_inset Quotes eld
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \begin_layout Enumerate
12010 minus sign
12011 \hfill
12012
12013 \begin_inset Formula $-$
12014 \end_inset
12015
12016
12017 \hfill
12018
12019 \begin_inset Quotes eld
12020 \end_inset
12021
12022
12023 \family typewriter
12024 -
12025 \family default
12026
12027 \begin_inset Quotes eld
12028 \end_inset
12029
12030  in math mode
12031 \end_layout
12032
12033 \begin_layout Standard
12034 You generate them by inserting the 
12035 \begin_inset Quotes eld
12036 \end_inset
12037
12038
12039 \family typewriter
12040 -
12041 \family default
12042
12043 \begin_inset Quotes eld
12044 \end_inset
12045
12046  character multiple times in a row.
12047  They are automatically converted to the appropriate length dash in the
12048  final output, but not in LyX.
12049 \end_layout
12050
12051 \begin_layout Standard
12052 The three dash types are distinct from the minus sign, which appears in
12053  math mode and has a length of its own.
12054  Here are some examples of the 
12055 \begin_inset Quotes eld
12056 \end_inset
12057
12058
12059 \family typewriter
12060 -
12061 \family default
12062
12063 \begin_inset Quotes eld
12064 \end_inset
12065
12066  in use:
12067 \end_layout
12068
12069 \begin_layout Enumerate
12070 line- and page-breaks
12071 \hfill
12072 (
12073 \emph on
12074 hyphen
12075 \emph default
12076 )
12077 \end_layout
12078
12079 \begin_layout Enumerate
12080 From A--Z
12081 \hfill
12082 (
12083 \emph on
12084 en dash
12085 \emph default
12086 )
12087 \end_layout
12088
12089 \begin_layout Enumerate
12090 Oh --- there's a dash.
12091 \hfill
12092 (
12093 \emph on
12094 em dash
12095 \emph default
12096 )
12097 \end_layout
12098
12099 \begin_layout Enumerate
12100 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12101 \end_inset
12102
12103
12104 \hfill
12105 (
12106 \emph on
12107 minus sign
12108 \emph default
12109 )
12110 \end_layout
12111
12112 \begin_layout Subsection
12113 Hyphenation
12114 \begin_inset LatexCommand index
12115 name "Hyphenation"
12116
12117 \end_inset
12118
12119
12120 \begin_inset LatexCommand label
12121 name "sub:Hyphenation"
12122
12123 \end_inset
12124
12125
12126 \end_layout
12127
12128 \begin_layout Standard
12129 Words aren't hyphenated within LyX but automatically in the output.
12130  Hyphenation is done by the LaTeX-package 
12131 \series bold
12132 babel
12133 \begin_inset LatexCommand index
12134 name "LaTeX-packages ! babel"
12135
12136 \end_inset
12137
12138
12139 \series default
12140  following the rules of the document language
12141 \begin_inset Foot
12142 status collapsed
12143
12144 \begin_layout Standard
12145 For German readers: That's one of the main differences between the languages
12146  
12147 \family sans
12148 German
12149 \family default
12150  and 
12151 \family sans
12152 German\InsetSpace ~
12153 (new\InsetSpace ~
12154 spelling)
12155 \family default
12156  in the 
12157 \family sans
12158 Document\SpecialChar \menuseparator
12159 Settings
12160 \family default
12161  dialog.
12162 \end_layout
12163
12164 \end_inset
12165
12166 .
12167 \end_layout
12168
12169 \begin_layout Standard
12170 LaTeX hyphenates nearly perfectly, it has only problems with text in the
12171  font 
12172 \family sans
12173 typewriter
12174 \family default
12175  and with unusual constructs, like 
12176 \begin_inset Quotes eld
12177 \end_inset
12178
12179 h3knix/m0n0wall
12180 \begin_inset Quotes erd
12181 \end_inset
12182
12183 .
12184  If LaTeX can't break a word correctly, you can set hyphenation points manually.
12185  This is done with the menu 
12186 \family sans
12187 Insert\SpecialChar \menuseparator
12188 Formatting\SpecialChar \menuseparator
12189 Hyphenation\InsetSpace ~
12190 Point
12191 \family default
12192 .
12193  These extra hyphenation points are only recommendations to LaTeX.
12194  If no hyphenation is necessary, LaTeX will ignore them.
12195 \end_layout
12196
12197 \begin_layout Standard
12198 Sometimes you want to prevent words or constructs to be hyphenated.
12199  The keybindings/shortcuts in this document consists of three letters with
12200  a hyphen and a space in the form 
12201 \begin_inset Quotes eld
12202 \end_inset
12203
12204 A-b c
12205 \begin_inset Quotes erd
12206 \end_inset
12207
12208 .
12209  LaTeX finds there the hyphen 
12210 \begin_inset Quotes eld
12211 \end_inset
12212
12213 -
12214 \begin_inset Quotes erd
12215 \end_inset
12216
12217  as hyphenation possibility.
12218  Hyphenating at this point would look ugly.
12219  To prevent the shortcut from being hyphenated, we can put it in the argument
12220  of the LaTeX-box-command 
12221 \series bold
12222
12223 \backslash
12224 mbox
12225 \series default
12226 , because text within LaTeX-boxes can't be hyphenated.
12227  As LyX doesn't support 
12228 \series bold
12229
12230 \backslash
12231 mbox
12232 \series default
12233 , we have to use ERT.
12234  The result looks in LyX like:
12235 \end_layout
12236
12237 \begin_layout Standard
12238 \begin_inset Graphics
12239         filename clipart/mbox.png
12240
12241 \end_inset
12242
12243
12244 \end_layout
12245
12246 \begin_layout Standard
12247 To learn more about ERT, have a look at section\InsetSpace ~
12248
12249 \begin_inset LatexCommand ref
12250 reference "sec:ERT"
12251
12252 \end_inset
12253
12254 .
12255 \end_layout
12256
12257 \begin_layout Subsection
12258 Punctuation Marks
12259 \begin_inset LatexCommand index
12260 name "Punctuation marks"
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Subsubsection
12268 Abbreviations and End of Sentence
12269 \begin_inset LatexCommand label
12270 name "sub:Abbreviations"
12271
12272 \end_inset
12273
12274
12275 \end_layout
12276
12277 \begin_layout Standard
12278 When LyX calls LaTeX to generate the final version of your document, LaTeX
12279  automatically distinguishes between words, sentences, and abbreviations.
12280  LaTeX then adds the 
12281 \begin_inset Quotes eld
12282 \end_inset
12283
12284 appropriate amount of space
12285 \begin_inset Quotes erd
12286 \end_inset
12287
12288 .
12289  That means sentences get a little bit more space between the period and
12290  the next word.
12291  Abbreviations get the same amount of space after the period as a word uses.
12292 \end_layout
12293
12294 \begin_layout Standard
12295 Unfortunately, the algorithm for figuring out what's an abbreviation works
12296  not for all cases.
12297  If a 
12298 \begin_inset Quotes eld
12299 \end_inset
12300
12301
12302 \family typewriter
12303 .
12304 \family default
12305
12306 \begin_inset Quotes erd
12307 \end_inset
12308
12309  is at the end of a lowercase letter, it's the end of a sentence; if it's
12310  at the end of a capitalized letter, it's an abbreviation.
12311 \end_layout
12312
12313 \begin_layout Standard
12314 Here are some examples of 
12315 \emph on
12316 correct
12317 \emph default
12318  abbreviations and the end of a sentence:
12319 \end_layout
12320
12321 \begin_layout Itemize
12322 M.
12323  Butterfly
12324 \end_layout
12325
12326 \begin_layout Itemize
12327 Don't worry.
12328  Be happy.
12329 \end_layout
12330
12331 \begin_layout Standard
12332 And here's an example of the algorithm going wrong:
12333 \end_layout
12334
12335 \begin_layout Itemize
12336 e.
12337  g.
12338  this is too much space!
12339 \end_layout
12340
12341 \begin_layout Itemize
12342 This is I.
12343  It's okay.
12344 \end_layout
12345
12346 \begin_layout Standard
12347 You won't see anything wrong until you view a final version of your document.
12348 \end_layout
12349
12350 \begin_layout Standard
12351 To fix this problem, use one of the following:
12352 \end_layout
12353
12354 \begin_layout Enumerate
12355 Use an 
12356 \family sans
12357 Inter-word\InsetSpace ~
12358 Space
12359 \family default
12360  after lowercase abbreviations (see section\InsetSpace ~
12361
12362 \begin_inset LatexCommand ref
12363 reference "sub:Inter-word-Space"
12364
12365 \end_inset
12366
12367 ).
12368 \begin_inset LatexCommand index
12369 name "Spaces ! inter-word"
12370
12371 \end_inset
12372
12373
12374 \end_layout
12375
12376 \begin_layout Enumerate
12377 Use a 
12378 \family sans
12379 Thin\InsetSpace ~
12380 Space
12381 \family default
12382  between two tokens of an abbreviation (see section\InsetSpace ~
12383
12384 \begin_inset LatexCommand ref
12385 reference "sub:Thin-Space"
12386
12387 \end_inset
12388
12389 ).
12390 \begin_inset LatexCommand index
12391 name "Spaces ! thin"
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \begin_layout Enumerate
12399 Use an 
12400 \family sans
12401 End\InsetSpace ~
12402 of\InsetSpace ~
12403 sentence\InsetSpace ~
12404 period
12405 \family default
12406  found under the 
12407 \family sans
12408 Insert\SpecialChar \menuseparator
12409 Special\InsetSpace ~
12410 Character
12411 \family default
12412  menu to force the use of inter-sentence spacing.
12413  This function is also bound to 
12414 \family sans
12415 C-period
12416 \family default
12417  for easy access.
12418 \end_layout
12419
12420 \begin_layout Standard
12421 With the corrections, our earlier examples look like this:
12422 \end_layout
12423
12424 \begin_layout Itemize
12425 e.\InsetSpace \thinspace{}
12426 g.\InsetSpace \space{}
12427 this is too much space!
12428 \end_layout
12429
12430 \begin_layout Itemize
12431 This is I\SpecialChar \@.
12432  It's okay.
12433 \end_layout
12434
12435 \begin_layout Standard
12436 Some languages don't use extra spacing between sentences.
12437  If your language is such a language, you don't need to worry, because the
12438  LaTeX will care about this.
12439 \end_layout
12440
12441 \begin_layout Standard
12442 For those that do need to bother, there is help to catch those sneaky errors:
12443  check out the 
12444 \family sans
12445 Tools\SpecialChar \menuseparator
12446 Check\InsetSpace ~
12447 TeX
12448 \family default
12449  feature described in section 
12450 \emph on
12451 Checking TeX
12452 \emph default
12453  of the 
12454 \emph on
12455 Extended Features
12456 \emph default
12457  manual.
12458 \end_layout
12459
12460 \begin_layout Subsubsection
12461 Quotes
12462 \begin_inset LatexCommand index
12463 name "Typography ! Quotes"
12464
12465 \end_inset
12466
12467
12468 \begin_inset LatexCommand index
12469 name "Quotes | see{Typography}"
12470
12471 \end_inset
12472
12473
12474 \begin_inset LatexCommand label
12475 name "sub:Quotes"
12476
12477 \end_inset
12478
12479
12480 \end_layout
12481
12482 \begin_layout Standard
12483 LyX usually sets quotes correctly.
12484  Specifically, it will use an opening quote at the beginning of quoted text,
12485  and use a closing quote at the end.
12486  For example, 
12487 \begin_inset Quotes eld
12488 \end_inset
12489
12490 open close
12491 \begin_inset Quotes erd
12492 \end_inset
12493
12494 .
12495  The keyboard character, 
12496 \family sans
12497 "
12498 \family default
12499 , generates this automatically.
12500 \end_layout
12501
12502 \begin_layout Standard
12503 You can change the behavior of the 
12504 \family sans
12505 "
12506 \family default
12507  key using the submenu 
12508 \family sans
12509 Language
12510 \family default
12511  of the dialog 
12512 \family sans
12513 Document\SpecialChar \menuseparator
12514 Settings
12515 \family default
12516
12517 \begin_inset LatexCommand index
12518 name "Document ! Settings"
12519
12520 \end_inset
12521
12522  dialog.
12523 \end_layout
12524
12525 \begin_layout Standard
12526 You can also select quotes for different languages in the box 
12527 \family sans
12528 Type
12529 \family default
12530  option.
12531  There are six choices:
12532 \end_layout
12533
12534 \begin_layout Labeling
12535 \labelwidthstring 00.00.0000
12536
12537 \family sans
12538 \begin_inset Quotes eld
12539 \end_inset
12540
12541 Text
12542 \begin_inset Quotes erd
12543 \end_inset
12544
12545
12546 \family default
12547  Use quotes like this 
12548 \begin_inset Quotes eld
12549 \end_inset
12550
12551 double
12552 \begin_inset Quotes erd
12553 \end_inset
12554
12555  or 
12556 \begin_inset Quotes els
12557 \end_inset
12558
12559 single
12560 \begin_inset Quotes ers
12561 \end_inset
12562
12563
12564 \end_layout
12565
12566 \begin_layout Labeling
12567 \labelwidthstring 00.00.0000
12568
12569 \family sans
12570 \begin_inset Quotes sld
12571 \end_inset
12572
12573 Text
12574 \begin_inset Quotes srd
12575 \end_inset
12576
12577
12578 \family default
12579  Use quotes like 
12580 \begin_inset Quotes sld
12581 \end_inset
12582
12583 this
12584 \begin_inset Quotes srd
12585 \end_inset
12586
12587  or 'this
12588 \begin_inset Quotes ers
12589 \end_inset
12590
12591
12592 \end_layout
12593
12594 \begin_layout Labeling
12595 \labelwidthstring 00.00.0000
12596
12597 \family sans
12598 \begin_inset Quotes gld
12599 \end_inset
12600
12601 Text
12602 \begin_inset Quotes grd
12603 \end_inset
12604
12605
12606 \family default
12607  Use quotes like 
12608 \begin_inset Quotes gld
12609 \end_inset
12610
12611 this
12612 \begin_inset Quotes grd
12613 \end_inset
12614
12615  or 
12616 \begin_inset Quotes gls
12617 \end_inset
12618
12619 this
12620 \begin_inset Quotes grs
12621 \end_inset
12622
12623
12624 \end_layout
12625
12626 \begin_layout Labeling
12627 \labelwidthstring 00.00.0000
12628
12629 \family sans
12630 \begin_inset Quotes pld
12631 \end_inset
12632
12633 Text
12634 \begin_inset Quotes prd
12635 \end_inset
12636
12637
12638 \family default
12639  Use quotes like 
12640 \begin_inset Quotes pld
12641 \end_inset
12642
12643 this
12644 \begin_inset Quotes prd
12645 \end_inset
12646
12647  or 
12648 \begin_inset Quotes pls
12649 \end_inset
12650
12651 this
12652 \begin_inset Quotes prs
12653 \end_inset
12654
12655
12656 \end_layout
12657
12658 \begin_layout Labeling
12659 \labelwidthstring 00.00.0000
12660
12661 \family sans
12662 \begin_inset Quotes fld
12663 \end_inset
12664
12665 Text
12666 \begin_inset Quotes frd
12667 \end_inset
12668
12669
12670 \family default
12671  Use quotes like 
12672 \begin_inset Quotes fld
12673 \end_inset
12674
12675 this
12676 \begin_inset Quotes frd
12677 \end_inset
12678
12679  or 
12680 \begin_inset Quotes fls
12681 \end_inset
12682
12683 this
12684 \begin_inset Quotes frs
12685 \end_inset
12686
12687
12688 \end_layout
12689
12690 \begin_layout Labeling
12691 \labelwidthstring 00.00.0000
12692
12693 \family sans
12694 \begin_inset Quotes ald
12695 \end_inset
12696
12697 Text
12698 \begin_inset Quotes ard
12699 \end_inset
12700
12701
12702 \family default
12703  Use quotes like 
12704 \begin_inset Quotes ald
12705 \end_inset
12706
12707 this
12708 \begin_inset Quotes ard
12709 \end_inset
12710
12711  or 
12712 \begin_inset Quotes als
12713 \end_inset
12714
12715 this
12716 \begin_inset Quotes ars
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \begin_layout Standard
12723 These settings affects what character the 
12724 \family sans
12725 "
12726 \family default
12727  key produces.
12728 \end_layout
12729
12730 \begin_layout Subsection
12731 Ligatures
12732 \begin_inset LatexCommand index
12733 name "Typography ! Ligatures"
12734
12735 \end_inset
12736
12737
12738 \begin_inset LatexCommand index
12739 name "Ligatures | see{Typography}"
12740
12741 \end_inset
12742
12743
12744 \begin_inset LatexCommand label
12745 name "sub:Ligatures"
12746
12747 \end_inset
12748
12749
12750 \end_layout
12751
12752 \begin_layout Standard
12753 It is standard typesetting practice to group certain letters together and
12754  print them as single characters.
12755  These groups are known as 
12756 \emph on
12757 ligatures
12758 \emph default
12759 .
12760  Since LaTeX knows about ligatures, your documents will contain them too
12761  in the output.
12762  Here are the standard ligatures:
12763 \end_layout
12764
12765 \begin_layout Itemize
12766 ff
12767 \end_layout
12768
12769 \begin_layout Itemize
12770 fi
12771 \end_layout
12772
12773 \begin_layout Itemize
12774 fl
12775 \end_layout
12776
12777 \begin_layout Itemize
12778 ffi
12779 \end_layout
12780
12781 \begin_layout Itemize
12782 ffl
12783 \end_layout
12784
12785 \begin_layout Standard
12786 Some languages uses other ligatures if the document font supports them.
12787 \end_layout
12788
12789 \begin_layout Standard
12790 Sometimes, you don't want a ligature in a word.
12791  While a ligature may be okay in the word, 
12792 \begin_inset Quotes eld
12793 \end_inset
12794
12795 graffiti,
12796 \begin_inset Quotes erd
12797 \end_inset
12798
12799  it looks really weird in compound words, such as 
12800 \begin_inset Quotes eld
12801 \end_inset
12802
12803 cufflink
12804 \begin_inset Quotes erd
12805 \end_inset
12806
12807  or the German 
12808 \begin_inset Quotes eld
12809 \end_inset
12810
12811 Dorffest.
12812 \begin_inset Quotes erd
12813 \end_inset
12814
12815  To break a ligature, use 
12816 \family sans
12817 Insert\SpecialChar \menuseparator
12818 Formatting\SpecialChar \menuseparator
12819 Ligature\InsetSpace ~
12820 Break.
12821
12822 \family default
12823  This changes 
12824 \begin_inset Quotes eld
12825 \end_inset
12826
12827 cufflinks
12828 \begin_inset Quotes erd
12829 \end_inset
12830
12831  to 
12832 \begin_inset Quotes eld
12833 \end_inset
12834
12835 cuff\SpecialChar \textcompwordmark{}
12836 links
12837 \begin_inset Quotes erd
12838 \end_inset
12839
12840  and 
12841 \begin_inset Quotes eld
12842 \end_inset
12843
12844 Dorffest
12845 \begin_inset Quotes erd
12846 \end_inset
12847
12848  to 
12849 \begin_inset Quotes eld
12850 \end_inset
12851
12852 Dorf\SpecialChar \textcompwordmark{}
12853 fest
12854 \begin_inset Quotes erd
12855 \end_inset
12856
12857 .
12858 \end_layout
12859
12860 \begin_layout Subsection
12861 LyX's Proper Names
12862 \begin_inset LatexCommand index
12863 name "LyX ! Proper names"
12864
12865 \end_inset
12866
12867
12868 \begin_inset LatexCommand label
12869 name "sub:LyX's-Proper-Names"
12870
12871 \end_inset
12872
12873
12874 \end_layout
12875
12876 \begin_layout Standard
12877 You have surely noticed, that the word 
12878 \begin_inset Quotes eld
12879 \end_inset
12880
12881 LaTeX
12882 \begin_inset Quotes erd
12883 \end_inset
12884
12885  appears always with characters in different size and height.
12886  LaTeX is the name of the program used by LyX and is therefore recognized
12887  as proper name when you type it in LyX as 
12888 \begin_inset Quotes eld
12889 \end_inset
12890
12891 LaT
12892 \begin_inset ERT
12893 status collapsed
12894
12895 \begin_layout Standard
12896
12897 {}
12898 \end_layout
12899
12900 \end_inset
12901
12902 eX
12903 \begin_inset Quotes erd
12904 \end_inset
12905
12906 .
12907 \begin_inset Note Note
12908 status collapsed
12909
12910 \begin_layout Standard
12911 The braces in ERT are here to avoid that the 
12912 \begin_inset Quotes eld
12913 \end_inset
12914
12915 command
12916 \begin_inset Quotes erd
12917 \end_inset
12918
12919  appear as proper name in the output, see the last paragraph of this section.
12920  To create proper names omit the ERT.
12921 \end_layout
12922
12923 \end_inset
12924
12925  Note the order of the upper-and lowercase letters! LyX recognizes the following
12926  proper names:
12927 \end_layout
12928
12929 \begin_layout Description
12930 LyX The name of the game, write 
12931 \begin_inset Quotes eld
12932 \end_inset
12933
12934 L
12935 \begin_inset ERT
12936 status collapsed
12937
12938 \begin_layout Standard
12939
12940 {}
12941 \end_layout
12942
12943 \end_inset
12944
12945 yX
12946 \begin_inset Quotes erd
12947 \end_inset
12948
12949  to produce it.
12950 \end_layout
12951
12952 \begin_layout Description
12953 TeX The program used by LaTeX, write 
12954 \begin_inset Quotes eld
12955 \end_inset
12956
12957 T
12958 \begin_inset ERT
12959 status collapsed
12960
12961 \begin_layout Standard
12962
12963 {}
12964 \end_layout
12965
12966 \end_inset
12967
12968 eX
12969 \begin_inset Quotes erd
12970 \end_inset
12971
12972  to produce it.
12973 \end_layout
12974
12975 \begin_layout Description
12976 LaTeX The program used by LyX, write 
12977 \begin_inset Quotes eld
12978 \end_inset
12979
12980 LaT
12981 \begin_inset ERT
12982 status collapsed
12983
12984 \begin_layout Standard
12985
12986 {}
12987 \end_layout
12988
12989 \end_inset
12990
12991 eX
12992 \begin_inset Quotes erd
12993 \end_inset
12994
12995  to produce it.
12996 \end_layout
12997
12998 \begin_layout Description
12999 LaTeX2e The actual version of LaTeX, write 
13000 \begin_inset Quotes eld
13001 \end_inset
13002
13003 LaT
13004 \begin_inset ERT
13005 status collapsed
13006
13007 \begin_layout Standard
13008
13009 {}
13010 \end_layout
13011
13012 \end_inset
13013
13014 eX2e
13015 \begin_inset Quotes erd
13016 \end_inset
13017
13018  to produce it.
13019 \end_layout
13020
13021 \begin_layout Standard
13022 You might wonder why the LaTeX-version is 
13023 \begin_inset Quotes eld
13024 \end_inset
13025
13026 2
13027 \begin_inset Formula $\epsilon$
13028 \end_inset
13029
13030
13031 \begin_inset Quotes erd
13032 \end_inset
13033
13034 .
13035  It's an old tradition in the TeX-world to give programs geek version numbers.
13036  For example the version number of TeX converges to the number 
13037 \begin_inset Formula $\pi$
13038 \end_inset
13039
13040 : The actual version is 
13041 \begin_inset Quotes eld
13042 \end_inset
13043
13044 TeX-3.141592
13045 \begin_inset Quotes erd
13046 \end_inset
13047
13048 , the previous one was 
13049 \begin_inset Quotes eld
13050 \end_inset
13051
13052 TeX-3.14159
13053 \begin_inset Quotes erd
13054 \end_inset
13055
13056 .
13057 \end_layout
13058
13059 \begin_layout Standard
13060 If you don't want to use proper names, e.g.
13061  in section headings, you can insert two empty braces in ERT in the word.
13062  This will look in LyX like: 
13063 \begin_inset Graphics
13064         filename clipart/LaTeX.png
13065
13066 \end_inset
13067
13068
13069 \newline
13070 For more about ERT, look at section\InsetSpace ~
13071
13072 \begin_inset LatexCommand ref
13073 reference "sec:ERT"
13074
13075 \end_inset
13076
13077 .
13078 \end_layout
13079
13080 \begin_layout Subsection
13081 Units
13082 \begin_inset LatexCommand index
13083 name "Typography ! Units"
13084
13085 \end_inset
13086
13087
13088 \end_layout
13089
13090 \begin_layout Standard
13091 Generally the space between units and the number is smaller than the normal
13092  space between two words.
13093  As you can see in the example below, it looks better when the space is
13094  smaller.
13095  To get such a 
13096 \begin_inset Quotes eld
13097 \end_inset
13098
13099 half space
13100 \begin_inset Quotes erd
13101 \end_inset
13102
13103  for units use the menu 
13104 \family sans
13105 Insert\SpecialChar \menuseparator
13106 Formatting\SpecialChar \menuseparator
13107 Thin\InsetSpace ~
13108 Space
13109 \family default
13110  (shortcut 
13111 \family sans
13112 C-S-Space
13113 \family default
13114 ).
13115 \end_layout
13116
13117 \begin_layout Standard
13118 Here's an example to show the differences:
13119 \end_layout
13120
13121 \begin_layout Standard
13122 \begin_inset Tabular
13123 <lyxtabular version="3" rows="2" columns="2">
13124 <features>
13125 <column alignment="left" valignment="top" width="0">
13126 <column alignment="left" valignment="top" width="0">
13127 <row>
13128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Standard
13132 24\InsetSpace ~
13133 kW
13134 \begin_inset Formula $\cdot$
13135 \end_inset
13136
13137 h
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Standard
13146 space between number and unit
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 </row>
13152 <row>
13153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Standard
13157 24\InsetSpace \thinspace{}
13158 kW
13159 \begin_inset Formula $\cdot$
13160 \end_inset
13161
13162 h
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Standard
13171 half space between number and unit
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 </lyxtabular>
13178
13179 \end_inset
13180
13181
13182 \end_layout
13183
13184 \begin_layout Subsection
13185 Widows and Orphans
13186 \begin_inset LatexCommand index
13187 name "Typography ! Widows and orphans"
13188
13189 \end_inset
13190
13191
13192 \begin_inset LatexCommand label
13193 name "sub:Widows"
13194
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Standard
13201 In the early days of word processors, page breaks went wherever the page
13202  happened to end.
13203  There was no regard for what was actually going on in the text.
13204  You may remember once printing out a document, only to find the heading
13205  for a new section printed at the very bottom of the page, the first line
13206  of a new paragraph all alone at the bottom of a page, or the last line
13207  of a paragraph at the top of a new page.
13208  These dangly-bits of text became known as 
13209 \emph on
13210 widows
13211 \emph default
13212  and 
13213 \emph on
13214 orphans
13215 \emph default
13216 .
13217 \end_layout
13218
13219 \begin_layout Standard
13220 Clearly, LyX can avoid breaking pages after a section heading.
13221  That's part of the advantage of paragraph environments.
13222  But what about widows and orphans, where the page breaks leave one line
13223  of a paragraph all alone at the top or bottom of a page? There are rules
13224  built into LaTeX governing page breaks, and some of those rules are there
13225  to specifically prevent widows and orphans.
13226  This is the advantage LyX has in using LaTeX as its backend.
13227 \end_layout
13228
13229 \begin_layout Standard
13230 There's no way we can go into how TeX and LaTeX decide to break a page,
13231  or how you can tweak that behavior.
13232  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13233
13234 \begin_inset LatexCommand cite
13235 key "latexcompanion"
13236
13237 \end_inset
13238
13239  or\InsetSpace ~
13240
13241 \begin_inset LatexCommand cite
13242 key "latexguide"
13243
13244 \end_inset
13245
13246 ] may have more information.
13247  You will almost never need to worry about this, however.
13248 \end_layout
13249
13250 \begin_layout Chapter
13251 Notes, Graphics, Tables, and Floats
13252 \begin_inset LatexCommand label
13253 name "cha:Floats-and-Notes"
13254
13255 \end_inset
13256
13257
13258 \end_layout
13259
13260 \begin_layout Standard
13261 The issues of this chapter are described in detail in the 
13262 \emph on
13263 Embedded Objects
13264 \emph default
13265  manual.
13266  There you'll also find tips and tricks for special cases.
13267 \end_layout
13268
13269 \begin_layout Section
13270 Notes
13271 \begin_inset LatexCommand index
13272 name "Notes"
13273
13274 \end_inset
13275
13276
13277 \begin_inset LatexCommand label
13278 name "sec:Notes"
13279
13280 \end_inset
13281
13282
13283 \end_layout
13284
13285 \begin_layout Standard
13286 LyX offers you a few types of notes to add to your document:
13287 \end_layout
13288
13289 \begin_layout Description
13290 LyX\InsetSpace ~
13291 Note This note type is for internal notes that won't appear in the output.
13292 \newline
13293
13294 \begin_inset Note Note
13295 status open
13296
13297 \begin_layout Standard
13298 This is text in a note box that doesn't appear in the output.
13299 \end_layout
13300
13301 \end_inset
13302
13303
13304 \end_layout
13305
13306 \begin_layout Description
13307 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
13308 ent, when you export the document to LaTeX via the menu 
13309 \family sans
13310 File\SpecialChar \menuseparator
13311 Export\SpecialChar \menuseparator
13312 LaTeX (pdflatex) / (plain)
13313 \family default
13314 .
13315 \newline
13316
13317 \begin_inset Note Comment
13318 status open
13319
13320 \begin_layout Standard
13321 This is text in a note box that only appears as comment in LaTeX-files.
13322 \end_layout
13323
13324 \end_inset
13325
13326
13327 \end_layout
13328
13329 \begin_layout Description
13330 Greyed\InsetSpace ~
13331 Out This note will appear in the output as grey text.
13332 \newline
13333
13334 \newline
13335
13336 \begin_inset Note Greyedout
13337 status open
13338
13339 \begin_layout Standard
13340 This is text
13341 \begin_inset Foot
13342 status collapsed
13343
13344 \begin_layout Standard
13345 This is an example footnote within a greyed out note.
13346  In this document the greyed out note color is redefined to blue.
13347  How this can be done is explained in the 
13348 \emph on
13349 Embedded Objects
13350 \emph default
13351  manual.
13352 \end_layout
13353
13354 \end_inset
13355
13356  of a comment that appears in the output as grey text.
13357 \end_layout
13358
13359 \end_inset
13360
13361
13362 \newline
13363
13364 \newline
13365 As you can see in the example, the first line of greyed out notes is a bit
13366  indented and greyed out notes can have footnotes.
13367 \end_layout
13368
13369 \begin_layout Description
13370 Framed This note will appear in the output as framed text.
13371  
13372 \begin_inset Note Framed
13373 status open
13374
13375 \begin_layout Standard
13376 This is text in a note box that appears framed in the output.
13377 \end_layout
13378
13379 \end_inset
13380
13381  In contrary to framed boxes like the one in section\InsetSpace ~
13382
13383 \begin_inset LatexCommand ref
13384 reference "sub:ERT-Boxes"
13385
13386 \end_inset
13387
13388 , the frame uses always the whole text width and the note is set into its
13389  own paragraph.
13390 \end_layout
13391
13392 \begin_layout Description
13393 Shaded This note will appear in the output with red background color.
13394 \begin_inset Note Shaded
13395 status open
13396
13397 \begin_layout Standard
13398 This text in a note box appears in the output with red background.
13399 \end_layout
13400
13401 \end_inset
13402
13403 In contrary to colored boxes, the note uses always the whole text width
13404  and the note is set into its own paragraph.
13405 \end_layout
13406
13407 \begin_layout Standard
13408 Notes are inserted with the toolbar button 
13409 \begin_inset Graphics
13410         filename ../images/note-insert.png
13411         scale 85
13412         scaleBeforeRotation
13413
13414 \end_inset
13415
13416  or the menu 
13417 \family sans
13418 Insert\SpecialChar \menuseparator
13419 Note
13420 \family default
13421 .
13422  Right-click on the appearing note box to select the note type.
13423 \end_layout
13424
13425 \begin_layout Section
13426 Footnotes
13427 \begin_inset LatexCommand index
13428 name "Footnotes"
13429
13430 \end_inset
13431
13432
13433 \begin_inset LatexCommand label
13434 name "sec:Footnotes"
13435
13436 \end_inset
13437
13438
13439 \end_layout
13440
13441 \begin_layout Standard
13442 LyX uses boxes to display footnotes: When you insert a footnote using the
13443  menu 
13444 \family sans
13445 Insert\SpecialChar \menuseparator
13446 Footnote
13447 \family default
13448  or the toolbar button 
13449 \begin_inset Graphics
13450         filename ../images/footnote-insert.png
13451
13452 \end_inset
13453
13454
13455 \family roman
13456 \series medium
13457 \bar no
13458 you'll see
13459 \family default
13460 \series default
13461 \bar default
13462  the following box: 
13463 \begin_inset Graphics
13464         filename clipart/footnoteQt4.png
13465         scale 80
13466
13467 \end_inset
13468
13469
13470 \family roman
13471 \series medium
13472 \bar no
13473 .
13474  This box is LyX's representation of your footnote.
13475  If you
13476 \family default
13477 \series default
13478 \bar default
13479  left-click on 
13480 \family roman
13481 \series medium
13482 \bar no
13483 the 
13484 \begin_inset Quotes eld
13485 \end_inset
13486
13487
13488 \family sans
13489 foot
13490 \family roman
13491
13492 \begin_inset Quotes erd
13493 \end_inset
13494
13495
13496 \family default
13497 \series default
13498 \bar default
13499  
13500 \family roman
13501 \series medium
13502 \bar no
13503 label, the box will
13504 \family default
13505 \series default
13506 \bar default
13507  be opened and you can enter the footnote text into it.
13508  Clicking on the box label again, will close 
13509 \family roman
13510 \series medium
13511 \bar no
13512 the
13513 \family default
13514 \series default
13515 \bar default
13516  box
13517 \family roman
13518 \series medium
13519 \bar no
13520 .
13521  If you want to turn existing text into a footnote, simply mark it and click
13522  on the footnote
13523 \family default
13524 \series default
13525 \bar default
13526  toolbar 
13527 \family roman
13528 \series medium
13529 \bar no
13530 button
13531 \family default
13532 \series default
13533 \bar default
13534 .
13535 \end_layout
13536
13537 \begin_layout Standard
13538 Here's an example footnote:
13539 \family roman
13540 \series medium
13541 \bar no
13542
13543 \begin_inset Foot
13544 status open
13545
13546 \begin_layout Standard
13547 To close a footnote, click on the red box at the top left.
13548 \end_layout
13549
13550 \end_inset
13551
13552
13553 \end_layout
13554
13555 \begin_layout Standard
13556 The footnote will appear in the output as a superscript number at the text
13557  position where the footnote box is placed.
13558  The footnote text is placed at the bottom of the current page.
13559  The footnote number is calculated by LyX, the numbers are consecutive,
13560  no matter in which chapter the footnote is in.
13561  LyX doesn't support other numbering schemes yet, but you can get another
13562  scheme using special LaTeX-commands.
13563  T
13564 \family roman
13565 h
13566 \family default
13567 ey are described in the 
13568 \emph on
13569 Embedded Objects
13570 \emph default
13571  manual.
13572 \end_layout
13573
13574 \begin_layout Section
13575 Marginal Notes
13576 \begin_inset LatexCommand index
13577 name "Marginal notes"
13578
13579 \end_inset
13580
13581
13582 \begin_inset LatexCommand label
13583 name "sec:Marginal-Notes"
13584
13585 \end_inset
13586
13587
13588 \end_layout
13589
13590 \begin_layout Standard
13591 Marginal notes look and behave just like footnotes in LyX.
13592  When you insert a margin note via the menu 
13593 \family sans
13594 Insert\SpecialChar \menuseparator
13595 Marginal\InsetSpace ~
13596 Note
13597 \family default
13598  or the toolbar button 
13599 \begin_inset Graphics
13600         filename ../images/marginalnote-insert.png
13601
13602 \end_inset
13603
13604 , you'll see 
13605 \family roman
13606 \series medium
13607 a
13608 \family default
13609 \series default
13610  grey 
13611 \family roman
13612 \series medium
13613 box with a
13614 \family default
13615 \series default
13616  red 
13617 \family roman
13618 \series medium
13619 label 
13620 \begin_inset Quotes eld
13621 \end_inset
13622
13623 margin
13624 \begin_inset Quotes erd
13625 \end_inset
13626
13627  appearing within your text.
13628  This box is LyX's representation of your margin
13629 \family default
13630 \series default
13631 al 
13632 \family roman
13633 \series medium
13634 note.
13635 \end_layout
13636
13637 \begin_layout Standard
13638 At the side is an example marginal note.
13639 \family roman
13640 \series medium
13641
13642 \begin_inset Marginal
13643 status open
13644
13645 \begin_layout Standard
13646 This is a marginal note.
13647 \end_layout
13648
13649 \end_inset
13650
13651
13652 \end_layout
13653
13654 \begin_layout Standard
13655 Marginal notes appear at the right side in single-sided documents.
13656  In double-sided documents they appear in the outer margin -- left on even
13657  pages, right on odd pages.
13658 \end_layout
13659
13660 \begin_layout Section
13661 Graphics and Images
13662 \begin_inset LatexCommand index
13663 name "Images"
13664
13665 \end_inset
13666
13667
13668 \begin_inset LatexCommand index
13669 name "Graphics"
13670
13671 \end_inset
13672
13673
13674 \begin_inset LatexCommand label
13675 name "sec:Graphics"
13676
13677 \end_inset
13678
13679
13680 \end_layout
13681
13682 \begin_layout Standard
13683 To insert an image in your document, place the cursor at the text position
13684  you want and click on the toolbar icon 
13685 \begin_inset Graphics
13686         filename ../images/dialog-show-new-inset_graphics.png
13687
13688 \end_inset
13689
13690  or select 
13691 \family sans
13692 Insert\SpecialChar \menuseparator
13693 Graphics
13694 \family default
13695  from the menu.
13696  Then a dialog will appear to choose the file to load.
13697 \end_layout
13698
13699 \begin_layout Standard
13700 This dialog has numerous mostly self-explanatory parameters.
13701  The 
13702 \family sans
13703 Graphics
13704 \family default
13705  tab allows you to choose your image file.
13706  The appearance of the image inside LyX and in the output is adjusted separately.
13707  The image can be transformed by setting a rotation angle and a scaling
13708  factor.
13709  The scaling units are explained in Appendix\InsetSpace ~
13710
13711 \begin_inset LatexCommand ref
13712 reference "cha:Units-available-in"
13713
13714 \end_inset
13715
13716 .
13717 \end_layout
13718
13719 \begin_layout Standard
13720 In the tab 
13721 \family sans
13722 Clipping
13723 \family default
13724  it is possible to set image coordinates to adjust the height and width
13725  of the image in the output.
13726  The coordinates can also be calculated automatically by pressing the button
13727  
13728 \family sans
13729 Get\InsetSpace ~
13730 from\InsetSpace ~
13731 file
13732 \family default
13733 .
13734  The option 
13735 \family sans
13736 Clip\InsetSpace ~
13737 to\InsetSpace ~
13738 bounding\InsetSpace ~
13739 box
13740 \family default
13741  will only print the image region within the given coordinates.
13742  Normally you don't need to take care about image coordinates and can ignore
13743  the tab 
13744 \family sans
13745 Clipping
13746 \family default
13747 .
13748 \end_layout
13749
13750 \begin_layout Standard
13751 LaTeX experts can specify additional LaTeX options in the 
13752 \family sans
13753 Extras
13754 \family default
13755  tab.
13756  You can also set the 
13757 \family sans
13758 Subfigure
13759 \family default
13760  option here if the image is inside a figure float.
13761  This option is explained in section\InsetSpace ~
13762
13763 \begin_inset LatexCommand ref
13764 reference "sec:Figure-Floats"
13765
13766 \end_inset
13767
13768 .
13769  The option 
13770 \family sans
13771 Draft\InsetSpace ~
13772 mode
13773 \family default
13774  effects that the image don't appear in the output, only a frame with the
13775  image size is printed.
13776 \end_layout
13777
13778 \begin_layout Standard
13779 The graphics dialog can be called at any time by right-clicking on an image.
13780  The image will appear in the output exactly at the position where it is
13781  in the text.
13782  This is an example image in the PDF format within a separate, horizontally
13783  centered paragraph: 
13784 \end_layout
13785
13786 \begin_layout Standard
13787 \align center
13788 \begin_inset Graphics
13789         filename clipart/mobius.eps
13790         display color
13791         scale 70
13792         rotateOrigin center
13793
13794 \end_inset
13795
13796
13797 \end_layout
13798
13799 \begin_layout Standard
13800 If you need image captions and want to reference images, you have to put
13801  the image into a float, see section\InsetSpace ~
13802
13803 \begin_inset LatexCommand ref
13804 reference "sec:Figure-Floats"
13805
13806 \end_inset
13807
13808 .
13809 \end_layout
13810
13811 \begin_layout Subsection
13812 Image Formats
13813 \begin_inset LatexCommand index
13814 name "Image formats"
13815
13816 \end_inset
13817
13818
13819 \begin_inset LatexCommand label
13820 name "sub:Image-Formats"
13821
13822 \end_inset
13823
13824
13825 \end_layout
13826
13827 \begin_layout Standard
13828 You can insert images in any known file format.
13829  But as we explained in section\InsetSpace ~
13830
13831 \begin_inset LatexCommand ref
13832 reference "sub:Output-file-formats"
13833
13834 \end_inset
13835
13836 , every output document format allows only a few image formats.
13837  LyX uses therefore the program 
13838 \family typewriter
13839 Imagemagick
13840 \family default
13841  in the background to convert the images to the right format.
13842  To increase your workflow by avoiding these conversions in the background,
13843  you can use only the image formats listed in the subsections of section\InsetSpace ~
13844
13845 \begin_inset LatexCommand ref
13846 reference "sub:Output-file-formats"
13847
13848 \end_inset
13849
13850 .
13851 \end_layout
13852
13853 \begin_layout Standard
13854 Similar to fonts there are two types of image formats:
13855 \end_layout
13856
13857 \begin_layout Description
13858 Bitmap\InsetSpace ~
13859 images consist of pixel values, often in a compressed form.
13860  They are therefore not fully scalable and look pixeled in large zooms.
13861  Well-known bitmap image formats are 
13862 \begin_inset Quotes eld
13863 \end_inset
13864
13865 Graphics Interchange Format
13866 \begin_inset Quotes erd
13867 \end_inset
13868
13869  (GIF, file extension 
13870 \begin_inset Quotes eld
13871 \end_inset
13872
13873
13874 \family typewriter
13875 .gif
13876 \family default
13877
13878 \begin_inset Quotes erd
13879 \end_inset
13880
13881 )
13882 \begin_inset LatexCommand index
13883 name "GIF|see{Image formats}"
13884
13885 \end_inset
13886
13887
13888 \begin_inset Quotes eld
13889 \end_inset
13890
13891 Portable Network Graphics
13892 \begin_inset Quotes erd
13893 \end_inset
13894
13895  (PNG, file extension 
13896 \begin_inset Quotes eld
13897 \end_inset
13898
13899
13900 \family typewriter
13901 .png
13902 \family default
13903
13904 \begin_inset Quotes erd
13905 \end_inset
13906
13907 )
13908 \begin_inset LatexCommand index
13909 name "PNG|see{Image formats}"
13910
13911 \end_inset
13912
13913 , and 
13914 \begin_inset Quotes eld
13915 \end_inset
13916
13917 Joint Photographic Experts Group
13918 \begin_inset Quotes erd
13919 \end_inset
13920
13921  (JPG, file extension 
13922 \begin_inset Quotes eld
13923 \end_inset
13924
13925
13926 \family typewriter
13927 .jpg
13928 \family default
13929
13930 \begin_inset Quotes erd
13931 \end_inset
13932
13933  or 
13934 \begin_inset Quotes eld
13935 \end_inset
13936
13937
13938 \family typewriter
13939 .jpeg
13940 \family default
13941
13942 \begin_inset Quotes erd
13943 \end_inset
13944
13945 )
13946 \begin_inset LatexCommand index
13947 name "JPG|see{Image formats}"
13948
13949 \end_inset
13950
13951 .
13952 \end_layout
13953
13954 \begin_layout Description
13955 Scalable\InsetSpace ~
13956 images consist of vectors and can therefore be scaled to any size
13957  without data loss.
13958  The scaling ability is necessary if you want to create presentations, because
13959  presentations are always scaled by the beamer.
13960  Scaling is also useful for online documents to let the user zoom into diagrams.
13961 \newline
13962 S
13963 calable image formats can be 
13964 \begin_inset Quotes eld
13965 \end_inset
13966
13967 Scalable Vector Graphics
13968 \begin_inset Quotes erd
13969 \end_inset
13970
13971  (SVG, file extension 
13972 \begin_inset Quotes eld
13973 \end_inset
13974
13975
13976 \family typewriter
13977 .svg
13978 \family default
13979
13980 \begin_inset Quotes erd
13981 \end_inset
13982
13983 )
13984 \begin_inset LatexCommand index
13985 name "SVG|see{Image formats}"
13986
13987 \end_inset
13988
13989
13990 \begin_inset Quotes eld
13991 \end_inset
13992
13993 Encapsulated PostScript
13994 \begin_inset Quotes erd
13995 \end_inset
13996
13997  (EPS, file extension 
13998 \begin_inset Quotes eld
13999 \end_inset
14000
14001
14002 \family typewriter
14003 .eps
14004 \family default
14005
14006 \begin_inset Quotes erd
14007 \end_inset
14008
14009 )
14010 \begin_inset LatexCommand index
14011 name "EPS|see{Image formats}"
14012
14013 \end_inset
14014
14015 , and 
14016 \begin_inset Quotes eld
14017 \end_inset
14018
14019 Portable Document Format
14020 \begin_inset Quotes erd
14021 \end_inset
14022
14023  (PDF, file extension 
14024 \begin_inset Quotes eld
14025 \end_inset
14026
14027
14028 \family typewriter
14029 .pdf
14030 \family default
14031
14032 \begin_inset Quotes erd
14033 \end_inset
14034
14035 )
14036 \begin_inset LatexCommand index
14037 name "PDF"
14038
14039 \end_inset
14040
14041 .
14042  We say it can be, because you can convert any bitmap image format to PDF
14043  or EPS and the result won't be scalable.
14044  In this cases only a header with the image properties is added to the original
14045  image
14046 \begin_inset Foot
14047 status collapsed
14048
14049 \begin_layout Standard
14050 In the case of PDF, the original image is additionally compressed.
14051 \end_layout
14052
14053 \end_inset
14054
14055 .
14056 \end_layout
14057
14058 \begin_layout Standard
14059 Normally one can't convert a bitmap image into a scalable one, only vice
14060  versa.
14061 \end_layout
14062
14063 \begin_layout Section
14064 Tables
14065 \begin_inset LatexCommand index
14066 name "Tables"
14067
14068 \end_inset
14069
14070
14071 \begin_inset LatexCommand label
14072 name "sec:Tables"
14073
14074 \end_inset
14075
14076
14077 \end_layout
14078
14079 \begin_layout Standard
14080 You can insert a table using either the toolbar button 
14081 \begin_inset Graphics
14082         filename ../images/tabular-insert.png
14083         scale 85
14084
14085 \end_inset
14086
14087  or the menu 
14088 \family sans
14089 Insert\SpecialChar \menuseparator
14090 Table
14091 \family default
14092 .
14093  A dialog will appear, asking you for the number of rows and columns.
14094  The default table has lines around any cell and the first row appears separated
14095  from the rest of the table.
14096  This separation appears due to a double line: The cells of the first row
14097  have a line below them and the cells of the second row have a line above
14098  them.
14099  Here's an example table:
14100 \end_layout
14101
14102 \begin_layout Standard
14103 \align center
14104 \begin_inset Tabular
14105 <lyxtabular version="3" rows="4" columns="4">
14106 <features>
14107 <column alignment="center" valignment="top" leftline="true" width="0pt">
14108 <column alignment="center" valignment="top" leftline="true" width="0pt">
14109 <column alignment="center" valignment="top" leftline="true" width="0in">
14110 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14111 <row topline="true" bottomline="true">
14112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Standard
14116
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Standard
14125
14126 \family roman
14127 \series medium
14128 \shape up
14129 \size normal
14130 \emph off
14131 \bar no
14132 \noun off
14133 \color none
14134 1
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Standard
14143 2
14144 \end_layout
14145
14146 \end_inset
14147 </cell>
14148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14149 \begin_inset Text
14150
14151 \begin_layout Standard
14152 3
14153 \end_layout
14154
14155 \end_inset
14156 </cell>
14157 </row>
14158 <row topline="true">
14159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14160 \begin_inset Text
14161
14162 \begin_layout Standard
14163
14164 \family roman
14165 \series medium
14166 \shape up
14167 \size normal
14168 \emph off
14169 \bar no
14170 \noun off
14171 \color none
14172 A
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14178 \begin_inset Text
14179
14180 \begin_layout Standard
14181
14182 \end_layout
14183
14184 \end_inset
14185 </cell>
14186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Standard
14190
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Standard
14199
14200 \end_layout
14201
14202 \end_inset
14203 </cell>
14204 </row>
14205 <row topline="true">
14206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Standard
14210
14211 \family roman
14212 \series medium
14213 \shape up
14214 \size normal
14215 \emph off
14216 \bar no
14217 \noun off
14218 \color none
14219 B
14220 \end_layout
14221
14222 \end_inset
14223 </cell>
14224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14225 \begin_inset Text
14226
14227 \begin_layout Standard
14228
14229 \end_layout
14230
14231 \end_inset
14232 </cell>
14233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Standard
14237
14238 \size normal
14239 \noun off
14240 \color none
14241  
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Standard
14250
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 <row topline="true" bottomline="true">
14257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Standard
14261
14262 \family roman
14263 \series medium
14264 \shape up
14265 \size normal
14266 \emph off
14267 \bar no
14268 \noun off
14269 \color none
14270 C
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Standard
14279
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Standard
14288
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Standard
14297
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 </row>
14303 </lyxtabular>
14304
14305 \end_inset
14306
14307
14308 \end_layout
14309
14310 \begin_layout Subsection
14311 The Table dialog
14312 \end_layout
14313
14314 \begin_layout Standard
14315 You can alter a table by clicking on it with the right mouse button, which
14316  brings up the table dialog.
14317  Here you can adjust the settings of the cell and row/column respectively
14318  where the cursor is placed currently.
14319  Most of the dialog options also work on selections.
14320  This means that if you select more cells, columns or rows the action is
14321  done on all of your selection.
14322 \end_layout
14323
14324 \begin_layout Standard
14325 Additionally to the table dialog the 
14326 \family sans
14327 table\InsetSpace ~
14328 toolbar
14329 \family default
14330 , that appears when the cursor is inside a table, helps you in setting table
14331  properties.
14332  It is for example currently only possible to add\InsetSpace \thinspace{}
14333 /\InsetSpace \thinspace{}
14334 delete lines via the table
14335  toolbar.
14336 \end_layout
14337
14338 \begin_layout Standard
14339 In the tab 
14340 \family sans
14341 Table\InsetSpace ~
14342 Settings
14343 \family default
14344  of the table dialog you can set the alignment for the current row.
14345  If you add a row or column, it will be inserted right beside or below the
14346  current cell respectively.
14347  The vertical alignment of a column can only be adjusted when a column width
14348  is given.
14349  A given width will allow the cell to have linebreaks and multiple paragraphs
14350  of text, see section\InsetSpace ~
14351
14352 \begin_inset LatexCommand ref
14353 reference "sub:Table-Cells"
14354
14355 \end_inset
14356
14357 .
14358 \end_layout
14359
14360 \begin_layout Standard
14361 You can mark multiple cells of one row as a multicolumn cell using the check
14362  box 
14363 \family sans
14364 Multicolumn
14365 \family default
14366 .
14367  This will merge the cells to 
14368 \emph on
14369 one
14370 \emph default
14371  cell, spread over more than one column.
14372  Multicolumn cells are treated as own rows, so that the alignment, width,
14373  and border settings affect only the multicolumn cell.
14374  Here's an example table with a multicolumn cell in the first row and one
14375  in the last row without the upper border:
14376 \end_layout
14377
14378 \begin_layout Standard
14379 \align center
14380 \begin_inset Tabular
14381 <lyxtabular version="3" rows="3" columns="4">
14382 <features firstHeadTopDL="true" firstHeadBottomDL="true">
14383 <column alignment="center" valignment="top" leftline="true" width="0pt">
14384 <column alignment="center" valignment="middle" leftline="true" width="0">
14385 <column alignment="center" valignment="top" leftline="true" width="0in">
14386 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14387 <row topline="true" bottomline="true">
14388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Standard
14392 abc
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Standard
14401 def ghi
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Standard
14410
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Standard
14419 jkl
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 </row>
14425 <row topline="true">
14426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Standard
14430
14431 \family roman
14432 \series medium
14433 \shape up
14434 \size normal
14435 \emph off
14436 \bar no
14437 \noun off
14438 \color none
14439 A
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Standard
14448 B
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Standard
14457 C
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Standard
14466 D
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 </row>
14472 <row topline="true" bottomline="true">
14473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Standard
14477 1
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Standard
14486 2
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Standard
14495 3
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Standard
14504 4
14505 \end_layout
14506
14507 \end_inset
14508 </cell>
14509 </row>
14510 </lyxtabular>
14511
14512 \end_inset
14513
14514
14515 \end_layout
14516
14517 \begin_layout Standard
14518 At the moment LyX doesn't support multirow cells.
14519  Adept users can declare special LaTeX-arguments for the table.
14520  They are necessary for special table formatting, like for multirow cells,
14521  explained in the tables section of the 
14522 \emph on
14523 Extended\InsetSpace ~
14524 Features
14525 \emph default
14526  manual.
14527  You can also rotate the current cell or the whole table 90
14528 \begin_inset Formula $\,$
14529 \end_inset
14530
14531 degrees counterclockwise.
14532  These rotations are not visible in LyX but in the output.
14533 \end_layout
14534
14535 \begin_layout Standard
14536 \begin_inset Note Greyedout
14537 status open
14538
14539 \begin_layout Standard
14540
14541 \series bold
14542 Note:
14543 \series default
14544  Most DVI-viewers are 
14545 \emph on
14546 not
14547 \emph default
14548  able to display rotations.
14549 \end_layout
14550
14551 \end_inset
14552
14553
14554 \end_layout
14555
14556 \begin_layout Standard
14557 The 
14558 \family sans
14559 Borders
14560 \family default
14561  tab allows you to add and delete border lines for the current row/column.
14562  The button 
14563 \family sans
14564 Default
14565 \family default
14566  adds lines for all cell borders.
14567 \end_layout
14568
14569 \begin_layout Subsection
14570 Longtables
14571 \begin_inset LatexCommand index
14572 name "Tables ! Longtables"
14573
14574 \end_inset
14575
14576
14577 \begin_inset LatexCommand index
14578 name "Longtables"
14579
14580 \end_inset
14581
14582
14583 \end_layout
14584
14585 \begin_layout Standard
14586 If the table is too long to fit on one page, you can use the option 
14587 \family sans
14588 Use\InsetSpace ~
14589 long\InsetSpace ~
14590 table
14591 \family default
14592  in the tab 
14593 \family sans
14594 Longtable
14595 \family default
14596  of the table dialog to split the table automatically over more pages.
14597  Doing this enables some check boxes and you can now define:
14598 \end_layout
14599
14600 \begin_layout Description
14601
14602 \family sans
14603 Header
14604 \family default
14605 : The current row and all rows above, that don't have any special options
14606  defined, are defined to be the header rows of all pages of the longtable;
14607  except for the first page, if 
14608 \family sans
14609 First\InsetSpace ~
14610 header
14611 \family default
14612  is defined.
14613 \end_layout
14614
14615 \begin_layout Description
14616
14617 \family sans
14618 First\InsetSpace ~
14619 header
14620 \family default
14621 : The current row and all rows above, that don't have any special options
14622  defined, are defined to be the header rows of the first page of the longtable.
14623 \end_layout
14624
14625 \begin_layout Description
14626
14627 \family sans
14628 Footer
14629 \family default
14630 : The current row and all rows below, that don't have any special options
14631  defined, are defined to be the footer rows of all pages of the longtable;
14632  except for the last page, if 
14633 \family sans
14634 Last\InsetSpace ~
14635 footer
14636 \family default
14637  is defined.
14638 \end_layout
14639
14640 \begin_layout Description
14641
14642 \family sans
14643 Last\InsetSpace ~
14644 footer
14645 \family default
14646 : The current row and all rows below, that don't have any special options
14647  defined, are defined to be the footer rows of the last page of the longtable.
14648 \end_layout
14649
14650 \begin_layout Standard
14651 You can also specify a row where the table is splitted.
14652  If you set more than one option in the same table row, you should be aware
14653  of the fact that only the first one is used in the given table row.
14654  The others will then be defined as 
14655 \emph on
14656 empty
14657 \emph default
14658 .
14659  In this context, first means first in this order: 
14660 \family sans
14661 Footer, Last\InsetSpace ~
14662 footer,
14663 \family default
14664  
14665 \family sans
14666 Header,
14667 \family default
14668  
14669 \family sans
14670 First\InsetSpace ~
14671 header.
14672
14673 \family default
14674  See the following longtable to see how it works:
14675 \end_layout
14676
14677 \begin_layout Standard
14678 \align center
14679 \begin_inset Tabular
14680 <lyxtabular version="3" rows="69" columns="3">
14681 <features islongtable="true">
14682 <column alignment="block" valignment="top" leftline="true" width="5cm">
14683 <column alignment="left" valignment="top" width="0pt">
14684 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
14685 <row topline="true" bottomline="true" endfirsthead="true">
14686 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14687 \begin_inset Text
14688
14689 \begin_layout Standard
14690
14691 \series bold
14692 Example Phone List (ignore the names)
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Standard
14701
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14707 \begin_inset Text
14708
14709 \begin_layout Standard
14710
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 </row>
14716 <row topline="true" bottomline="true" endfirsthead="true">
14717 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Standard
14721
14722 \series bold
14723 NAME
14724 \end_layout
14725
14726 \end_inset
14727 </cell>
14728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Standard
14732
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14738 \begin_inset Text
14739
14740 \begin_layout Standard
14741
14742 \series bold
14743 TEL.
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 </row>
14749 <row topline="true" bottomline="true" endhead="true">
14750 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14751 \begin_inset Text
14752
14753 \begin_layout Standard
14754  
14755 \series bold
14756 Example Phone List
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14762 \begin_inset Text
14763
14764 \begin_layout Standard
14765
14766 \end_layout
14767
14768 \end_inset
14769 </cell>
14770 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14771 \begin_inset Text
14772
14773 \begin_layout Standard
14774
14775 \end_layout
14776
14777 \end_inset
14778 </cell>
14779 </row>
14780 <row topline="true" bottomline="true" endhead="true">
14781 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Standard
14785
14786 \series bold
14787 NAME
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Standard
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Standard
14805
14806 \series bold
14807 TEL.
14808 \end_layout
14809
14810 \end_inset
14811 </cell>
14812 </row>
14813 <row topline="true" bottomline="true" endfoot="true">
14814 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Standard
14818  
14819 \series bold
14820 continue ...
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Standard
14829
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Standard
14838
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row topline="true" bottomline="true">
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Standard
14849
14850 \series bold
14851 Annovi
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" topline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Standard
14860 Silvia
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Standard
14869 111
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 </row>
14875 <row bottomline="true">
14876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Standard
14880
14881 \series bold
14882 Bertoli
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="center" valignment="top" topline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Standard
14891 Stefano
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Standard
14900 111
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 </row>
14906 <row bottomline="true">
14907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Standard
14911
14912 \series bold
14913 Bozzi
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 <cell alignment="center" valignment="top" topline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Standard
14922 Walter
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Standard
14931 111
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 <row bottomline="true">
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Standard
14942
14943 \series bold
14944 Cachia
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Standard
14953 Maria
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Standard
14962 111
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 </row>
14968 <row bottomline="true">
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Standard
14973
14974 \series bold
14975 Cachia
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Standard
14984 Maurizio
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Standard
14993 111
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 <row bottomline="true">
15000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Standard
15004
15005 \series bold
15006 Cinquemani
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 <cell alignment="center" valignment="top" topline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Standard
15015 Giusi
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Standard
15024 111
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 </row>
15030 <row bottomline="true">
15031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Standard
15035
15036 \series bold
15037 Colin
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" topline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Standard
15046 Bernard
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Standard
15055 111
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 </row>
15061 <row bottomline="true">
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Standard
15066
15067 \series bold
15068 Concli
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Standard
15077 Gianfranco
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Standard
15086 111
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row bottomline="true">
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Standard
15097
15098 \series bold
15099 Dal Bosco
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" topline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Standard
15108 Carolina
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Standard
15117 111
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 </row>
15123 <row bottomline="true">
15124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Standard
15128
15129 \series bold
15130 Dalpiaz
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 <cell alignment="center" valignment="top" topline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Standard
15139 Annamaria
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Standard
15148 111
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 </row>
15154 <row bottomline="true">
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Standard
15159
15160 \series bold
15161 Feliciello
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" topline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Standard
15170 Domenico
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Standard
15179 111
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 </row>
15185 <row bottomline="true">
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Standard
15190
15191 \series bold
15192 Focarelli
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" topline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Standard
15201 Paola
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Standard
15210 111
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 </row>
15216 <row bottomline="true">
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Standard
15221
15222 \series bold
15223 Galletti
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Standard
15232 Oreste
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Standard
15241 111
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row bottomline="true">
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Standard
15252
15253 \series bold
15254 Gasparini
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Standard
15263 Franca
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Standard
15272 111
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 <row bottomline="true">
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Standard
15283
15284 \series bold
15285 Rizzardi
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" topline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Standard
15294 Paola
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Standard
15303 111
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row bottomline="true">
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Standard
15314
15315 \series bold
15316 Lassini
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Standard
15325 Giancarlo
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Standard
15334 111
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 </row>
15340 <row bottomline="true">
15341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Standard
15345
15346 \series bold
15347 Malfatti
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" topline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Standard
15356 Luciano
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Standard
15365 111
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 </row>
15371 <row bottomline="true">
15372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Standard
15376
15377 \series bold
15378 Malfatti
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" topline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Standard
15387 Valeriano
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Standard
15396 111
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row bottomline="true">
15403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Standard
15407
15408 \series bold
15409 Meneguzzo
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Standard
15418 Roberto
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Standard
15427 111
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 <row bottomline="true">
15434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Standard
15438
15439 \series bold
15440 Mezzadra
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Standard
15449 Roberto
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Standard
15458 111
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row bottomline="true">
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Standard
15469
15470 \series bold
15471 Pirpamer
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Standard
15480 Erich
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Standard
15489 111
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 </row>
15495 <row bottomline="true">
15496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Standard
15500
15501 \series bold
15502 Pochiesa
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Standard
15511 Paolo
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Standard
15520 111, 222
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 </row>
15526 <row bottomline="true">
15527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Standard
15531
15532 \series bold
15533 Radina
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Standard
15542 Claudio
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Standard
15551 111
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 </row>
15557 <row bottomline="true">
15558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Standard
15562
15563 \series bold
15564 Stuffer
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" topline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Standard
15573 Oskar
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Standard
15582 111
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 </row>
15588 <row bottomline="true">
15589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15590 \begin_inset Text
15591
15592 \begin_layout Standard
15593
15594 \series bold
15595 Tacchelli
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 <cell alignment="center" valignment="top" topline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Standard
15604 Ugo
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Standard
15613 111
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 </row>
15619 <row bottomline="true">
15620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Standard
15624
15625 \series bold
15626 Tezzele
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 <cell alignment="center" valignment="top" topline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Standard
15635 Margit
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Standard
15644 111
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 </row>
15650 <row bottomline="true">
15651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Standard
15655
15656 \series bold
15657 Unterkalmsteiner
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell alignment="center" valignment="top" topline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Standard
15666 Frieda
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Standard
15675 111
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 </row>
15681 <row bottomline="true">
15682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Standard
15686
15687 \series bold
15688 Vieider
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Standard
15697 Hilde
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Standard
15706 111
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 </row>
15712 <row bottomline="true">
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Standard
15717
15718 \series bold
15719 Vigna
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 <cell alignment="center" valignment="top" topline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Standard
15728 Jürgen
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Standard
15737 111
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 </row>
15743 <row bottomline="true">
15744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Standard
15748
15749 \series bold
15750 Weber
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Standard
15759 Maurizio
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Standard
15768 111
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 <row bottomline="true">
15775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Standard
15779
15780 \series bold
15781 Winkler
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Standard
15790 Franz
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Standard
15799 111
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 </row>
15805 <row bottomline="true">
15806 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Standard
15810  
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Standard
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Standard
15828
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 </row>
15834 <row bottomline="true">
15835 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Standard
15839
15840 \series bold
15841 Annovi
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell alignment="center" valignment="top" topline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Standard
15850 Silvia
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Standard
15859 555
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 </row>
15865 <row bottomline="true">
15866 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Standard
15870
15871 \series bold
15872 Bertoli
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Standard
15881 Stefano
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Standard
15890 555
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 </row>
15896 <row bottomline="true">
15897 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Standard
15901
15902 \series bold
15903 Bozzi
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" topline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Standard
15912 Walter
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Standard
15921 555
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 <row bottomline="true">
15928 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Standard
15932
15933 \series bold
15934 Cachia
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Standard
15943 Maria
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Standard
15952 555
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 </row>
15958 <row bottomline="true">
15959 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Standard
15963
15964 \series bold
15965 Cachia
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" topline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Standard
15974 Maurizio
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Standard
15983 555
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 </row>
15989 <row bottomline="true">
15990 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Standard
15994
15995 \series bold
15996 Cinquemani
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" topline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Standard
16005 Giusi
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Standard
16014 555
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 </row>
16020 <row bottomline="true">
16021 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Standard
16025
16026 \series bold
16027 Colin
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Standard
16036 Bernard
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Standard
16045 555
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 </row>
16051 <row bottomline="true">
16052 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Standard
16056
16057 \series bold
16058 Concli
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Standard
16067 Gianfranco
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Standard
16076 555
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 <row bottomline="true">
16083 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Standard
16087
16088 \series bold
16089 Dal Bosco
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Standard
16098 Carolina
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Standard
16107 555
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 </row>
16113 <row bottomline="true">
16114 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Standard
16118
16119 \series bold
16120 Dalpiaz
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Standard
16129 Annamaria
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Standard
16138 555
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row bottomline="true">
16145 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Standard
16149
16150 \series bold
16151 Feliciello
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Standard
16160 Domenico
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Standard
16169 555
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 </row>
16175 <row bottomline="true">
16176 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Standard
16180
16181 \series bold
16182 Focarelli
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Standard
16191 Paola
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Standard
16200 555
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 </row>
16206 <row bottomline="true">
16207 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Standard
16211
16212 \series bold
16213 Galletti
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Standard
16222 Oreste
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Standard
16231 555
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row bottomline="true">
16238 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Standard
16242
16243 \series bold
16244 Gasparini
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Standard
16253 Franca
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Standard
16262 555
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row bottomline="true">
16269 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Standard
16273
16274 \series bold
16275 Rizzardi
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Standard
16284 Paola
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Standard
16293 555
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 </row>
16299 <row bottomline="true">
16300 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Standard
16304
16305 \series bold
16306 Lassini
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Standard
16315 Giancarlo
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Standard
16324 555
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 <row bottomline="true">
16331 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Standard
16335
16336 \series bold
16337 Malfatti
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 <cell alignment="center" valignment="top" topline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Standard
16346 Luciano
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Standard
16355 555
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 </row>
16361 <row bottomline="true">
16362 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Standard
16366
16367 \series bold
16368 Malfatti
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell alignment="center" valignment="top" topline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Standard
16377 Valeriano
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Standard
16386 555
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row bottomline="true">
16393 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Standard
16397
16398 \series bold
16399 Meneguzzo
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Standard
16408 Roberto
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Standard
16417 555
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 </row>
16423 <row bottomline="true">
16424 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Standard
16428
16429 \series bold
16430 Mezzadra
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" topline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Standard
16439 Roberto
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Standard
16448 555
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row bottomline="true">
16455 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Standard
16459
16460 \series bold
16461 Pirpamer
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Standard
16470 Erich
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Standard
16479 555
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 <row bottomline="true">
16486 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Standard
16490
16491 \series bold
16492 Pochiesa
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Standard
16501 Paolo
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Standard
16510 555, 222
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 </row>
16516 <row bottomline="true">
16517 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Standard
16521
16522 \series bold
16523 Radina
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Standard
16532 Claudio
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Standard
16541 555
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row bottomline="true">
16548 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Standard
16552
16553 \series bold
16554 Stuffer
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Standard
16563 Oskar
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Standard
16572 555
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 <row bottomline="true">
16579 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Standard
16583
16584 \series bold
16585 Tacchelli
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Standard
16594 Ugo
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Standard
16603 555
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 <row bottomline="true">
16610 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Standard
16614
16615 \series bold
16616 Tezzele
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" topline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Standard
16625 Margit
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Standard
16634 555
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row bottomline="true">
16641 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Standard
16645
16646 \series bold
16647 Unterkalmsteiner
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Standard
16656 Frieda
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Standard
16665 555
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 </row>
16671 <row bottomline="true">
16672 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Standard
16676
16677 \series bold
16678 Vieider
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Standard
16687 Hilde
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Standard
16696 555
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 <row bottomline="true">
16703 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Standard
16707
16708 \series bold
16709 Vigna
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Standard
16718 Jürgen
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Standard
16727 999
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row bottomline="true">
16734 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Standard
16738
16739 \series bold
16740 Weber
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Standard
16749 Maurizio
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Standard
16758 555
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row bottomline="true">
16765 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Standard
16769
16770 \series bold
16771 Winkler
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" topline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Standard
16780 Franz
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Standard
16789 555
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 </row>
16795 <row bottomline="true" endlastfoot="true">
16796 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Standard
16800
16801 \series bold
16802 End
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Standard
16811
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Standard
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 </lyxtabular>
16827
16828 \end_inset
16829
16830
16831 \end_layout
16832
16833 \begin_layout Subsection
16834 Table Cells
16835 \begin_inset LatexCommand index
16836 name "Tables ! Cells"
16837
16838 \end_inset
16839
16840
16841 \begin_inset LatexCommand label
16842 name "sub:Table-Cells"
16843
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \begin_layout Standard
16850 A table cell can contain text, inline equations, a figure, or another table.
16851  All these kinds of objects can be placed in the same cell.
16852  Font sizes and shapes can also be altered.
16853  But you can't put a special environment in a cell (like 
16854 \family sans
16855 Section*
16856 \family default
16857 , etc.), nor set spacing options etc.
16858  for the cell's paragraph.
16859 \end_layout
16860
16861 \begin_layout Standard
16862 To have multi-line entries in table cells, you have to declare a fixed width
16863  for the column in the table dialog.
16864  Your text is then automatically split into multiple lines and the cell
16865  is enlarged vertically when the length of the text exceeds the given width.
16866  An example:
16867 \end_layout
16868
16869 \begin_layout Standard
16870 \align center
16871 \begin_inset Tabular
16872 <lyxtabular version="3" rows="4" columns="3">
16873 <features>
16874 <column alignment="center" valignment="top" leftline="true" width="0pt">
16875 <column alignment="block" valignment="top" leftline="true" width="3cm">
16876 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
16877 <row topline="true" bottomline="true">
16878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Standard
16882
16883 \family roman
16884 \series medium
16885 \shape up
16886 \size normal
16887 \emph off
16888 \bar no
16889 \noun off
16890 \color none
16891 1
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Standard
16900
16901 \family roman
16902 \series medium
16903 \shape up
16904 \size normal
16905 \emph off
16906 \bar no
16907 \noun off
16908 \color none
16909 2
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Standard
16918
16919 \family roman
16920 \series medium
16921 \shape up
16922 \size normal
16923 \emph off
16924 \bar no
16925 \noun off
16926 \color none
16927 3
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row>
16934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Standard
16938
16939 \family roman
16940 \series medium
16941 \shape up
16942 \size normal
16943 \emph off
16944 \bar no
16945 \noun off
16946 \color none
16947 4
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Standard
16956
16957 \family roman
16958 \series medium
16959 \shape up
16960 \size normal
16961 \emph off
16962 \bar no
16963 \noun off
16964 \color none
16965 This is a multiline entry in a table.
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Standard
16974
16975 \family roman
16976 \series medium
16977 \shape up
16978 \size normal
16979 \emph off
16980 \bar no
16981 \noun off
16982 \color none
16983 5
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 <row bottomline="true">
16990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Standard
16994
16995 \family roman
16996 \series medium
16997 \shape up
16998 \size normal
16999 \emph off
17000 \bar no
17001 \noun off
17002 \color none
17003 6
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Standard
17012
17013 \family roman
17014 \series medium
17015 \shape up
17016 \size normal
17017 \emph off
17018 \bar no
17019 \noun off
17020 \color none
17021 This is longer now.
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Standard
17030
17031 \family roman
17032 \series medium
17033 \shape up
17034 \size normal
17035 \emph off
17036 \bar no
17037 \noun off
17038 \color none
17039 7
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 <row bottomline="true">
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Standard
17050
17051 \family roman
17052 \series medium
17053 \shape up
17054 \size normal
17055 \emph off
17056 \bar no
17057 \noun off
17058 \color none
17059 8
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Standard
17068
17069 \family roman
17070 \series medium
17071 \shape up
17072 \size normal
17073 \emph off
17074 \bar no
17075 \noun off
17076 \color none
17077 This is a multiline entry in a table.
17078  This is longer now.
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Standard
17087
17088 \family roman
17089 \series medium
17090 \shape up
17091 \size normal
17092 \emph off
17093 \bar no
17094 \noun off
17095 \color none
17096 9
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 </row>
17102 </lyxtabular>
17103
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \begin_layout Standard
17110 Cutting and pasting between tables and table cells works reasonably well.
17111  You can cut and paste even more than one row.
17112  Selection with the mouse or with 
17113 \family sans
17114 Shift
17115 \family default
17116  plus the arrow keys works as usual.
17117  You can also copy and paste the entire table as a single unit by starting
17118  the selection from outside the table.
17119 \end_layout
17120
17121 \begin_layout Section
17122 Floats
17123 \begin_inset LatexCommand index
17124 name "Floats"
17125
17126 \end_inset
17127
17128
17129 \begin_inset LatexCommand label
17130 name "sec:Floats"
17131
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \begin_layout Standard
17138 A float is a block of text associated with some sort of label, which doesn't
17139  have a fixed location.
17140  It can 
17141 \begin_inset Quotes eld
17142 \end_inset
17143
17144 float
17145 \begin_inset Quotes erd
17146 \end_inset
17147
17148  forward or backward a page or two, to wherever it fits best.
17149  
17150 \family sans
17151 Footnotes
17152 \family default
17153  and 
17154 \family sans
17155 Margin\InsetSpace ~
17156 Notes
17157 \family default
17158  are also floats, because they can float to the next page when there are
17159  too much notes at the page.
17160 \end_layout
17161
17162 \begin_layout Standard
17163 Floats makes it possible to get a high quality layout.
17164  Images and tables can evenly be spread to the pages to avoid whitespace
17165  and pages without text.
17166  As the floating often destroys the context between the text and the image/table
17167 , every float can be referenced in the text.
17168  Floats are therefore numbered.
17169  Referencing is described in section\InsetSpace ~
17170
17171 \begin_inset LatexCommand ref
17172 reference "sec:Cross-References"
17173
17174 \end_inset
17175
17176 .
17177 \end_layout
17178
17179 \begin_layout Standard
17180 To insert a float, use the menu 
17181 \family sans
17182 Insert\SpecialChar \menuseparator
17183 Floats
17184 \family default
17185 .
17186  A box with a caption that has e.\InsetSpace \thinspace{}
17187 g.\InsetSpace ~
17188 the label 
17189 \begin_inset Quotes eld
17190 \end_inset
17191
17192 Figure\InsetSpace ~
17193 #:
17194 \begin_inset Quotes erd
17195 \end_inset
17196
17197  (# is the actual number) will be inserted into your document.
17198  The label will automatically be translated to the document language in
17199  the output.
17200  Behind the label you can insert the caption text.
17201 \begin_inset LatexCommand index
17202 name "Floats ! Captions"
17203
17204 \end_inset
17205
17206  The image or table is inserted above or below the caption in a separate
17207  paragraph within the float.
17208  To keep your LyX-document readable, you can open and close the float box
17209  by left-clicking on the box label.
17210  A closed float box looks like this: 
17211 \begin_inset Graphics
17212         filename clipart/floatQt4.png
17213         scale 80
17214
17215 \end_inset
17216
17217  -- a gray button with a red label.
17218 \end_layout
17219
17220 \begin_layout Standard
17221 It is recommended to insert floats as a separate paragraph to avoid possible
17222  LaTeX-errors that can occur when the surrounding text is specially formatted.
17223 \end_layout
17224
17225 \begin_layout Subsection
17226 Float Types
17227 \end_layout
17228
17229 \begin_layout Subsubsection
17230 Figure Floats
17231 \begin_inset LatexCommand index
17232 name "Floats ! Figure floats"
17233
17234 \end_inset
17235
17236
17237 \begin_inset LatexCommand label
17238 name "sec:Figure-Floats"
17239
17240 \end_inset
17241
17242
17243 \end_layout
17244
17245 \begin_layout Standard
17246 The menu 
17247 \family sans
17248 Insert\SpecialChar \menuseparator
17249 Float\SpecialChar \menuseparator
17250 Figure
17251 \family default
17252  inserts a float with the label 
17253 \begin_inset Quotes eld
17254 \end_inset
17255
17256
17257 \series bold
17258 Figure\InsetSpace ~
17259 #:
17260 \series default
17261
17262 \begin_inset Quotes erd
17263 \end_inset
17264
17265 .
17266  Set the cursor above this label (or before it and press enter) and insert
17267  the image as described above to get the caption printed below the image.
17268  This is what we did for Figure\InsetSpace ~
17269
17270 \begin_inset LatexCommand ref
17271 reference "cap:Platypus"
17272
17273 \end_inset
17274
17275 .
17276  If you want the caption to be above the image, set the cursor at the end
17277  of the caption, press enter and insert the image.
17278  This was done in Figure\InsetSpace ~
17279
17280 \begin_inset LatexCommand ref
17281 reference "cap:Escher"
17282
17283 \end_inset
17284
17285 .
17286 \end_layout
17287
17288 \begin_layout Standard
17289 \begin_inset Float figure
17290 wide false
17291 sideways false
17292 status open
17293
17294 \begin_layout Standard
17295 \align center
17296 \begin_inset Graphics
17297         filename clipart/platypus.eps
17298         display color
17299         width 50col%
17300         rotateOrigin center
17301
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \begin_layout Standard
17308 \begin_inset Caption
17309
17310 \begin_layout Standard
17311 \begin_inset LatexCommand label
17312 name "cap:Platypus"
17313
17314 \end_inset
17315
17316 A severely distorted platypus in a float.
17317 \end_layout
17318
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \begin_layout Standard
17330 \begin_inset Float figure
17331 wide false
17332 sideways false
17333 status open
17334
17335 \begin_layout Standard
17336 \begin_inset Caption
17337
17338 \begin_layout Standard
17339 \begin_inset LatexCommand label
17340 name "cap:Escher"
17341
17342 \end_inset
17343
17344 M.C.
17345  Escher on acid.
17346 \end_layout
17347
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \begin_layout Standard
17354 \align center
17355 \begin_inset Graphics
17356         filename clipart/escher-lsd.eps
17357         display color
17358         scale 80
17359         rotateOrigin center
17360
17361 \end_inset
17362
17363
17364 \end_layout
17365
17366 \end_inset
17367
17368
17369 \end_layout
17370
17371 \begin_layout Standard
17372 This figure float show also how to set a label and create a cross-reference
17373  to it.
17374  As described in section\InsetSpace ~
17375
17376 \begin_inset LatexCommand ref
17377 reference "sec:Cross-References"
17378
17379 \end_inset
17380
17381 , you can simply insert a label in the caption using the menu 
17382 \family sans
17383 Insert\SpecialChar \menuseparator
17384 Label
17385 \family default
17386  and refer to it using the menu 
17387 \family sans
17388 Insert\SpecialChar \menuseparator
17389 Cross-Reference
17390 \family default
17391 .
17392  It is important to use references to figure floats, rather than using vague
17393  references like 
17394 \begin_inset Quotes eld
17395 \end_inset
17396
17397 the figure above
17398 \begin_inset Quotes erd
17399 \end_inset
17400
17401 , because as LaTeX will reposition the floats in the final document; it
17402  might not be 
17403 \begin_inset Quotes eld
17404 \end_inset
17405
17406 above
17407 \begin_inset Quotes erd
17408 \end_inset
17409
17410  at all.
17411 \end_layout
17412
17413 \begin_layout Standard
17414 Normally one inserts only one image to a figure float, but sometimes you
17415  might want to use two images with separate subcaptions.
17416  This can be done in the graphics dialog: Right-click on an image and go
17417  to the tab 
17418 \family sans
17419 Extra\InsetSpace ~
17420 options
17421 \family default
17422  in the appearing dialog, use the option 
17423 \family sans
17424 Subfigure
17425 \family default
17426 , and enter the subcaption for the image in the now enabled caption field.
17427  Figure\InsetSpace ~
17428
17429 \begin_inset LatexCommand ref
17430 reference "cap:Two-distorted-images"
17431
17432 \end_inset
17433
17434  is an example of a figure float with two images set side by side.
17435  You can also set the images one below the other.
17436 \end_layout
17437
17438 \begin_layout Standard
17439 \begin_inset Float figure
17440 wide false
17441 sideways false
17442 status open
17443
17444 \begin_layout Standard
17445
17446 \hfill
17447
17448 \begin_inset Graphics
17449         filename clipart/escher-lsd.eps
17450         width 45col%
17451         subcaption
17452         subcaptionText "Undefinable structure"
17453
17454 \end_inset
17455
17456
17457 \hfill
17458
17459 \begin_inset Graphics
17460         filename clipart/platypus.eps
17461         lyxscale 60
17462         width 45col%
17463         subcaption
17464         subcaptionText "Platypus"
17465
17466 \end_inset
17467
17468
17469 \hfill
17470
17471 \end_layout
17472
17473 \begin_layout Standard
17474 \begin_inset Caption
17475
17476 \begin_layout Standard
17477 \begin_inset LatexCommand label
17478 name "cap:Two-distorted-images"
17479
17480 \end_inset
17481
17482 Two distorted images.
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \begin_layout Standard
17496 Note that the caption is added to the 
17497 \family sans
17498 List\InsetSpace ~
17499 of\InsetSpace ~
17500 Figures
17501 \family default
17502  as described in section\InsetSpace ~
17503
17504 \begin_inset LatexCommand ref
17505 reference "sec:ListsOf"
17506
17507 \end_inset
17508
17509 .
17510 \end_layout
17511
17512 \begin_layout Subsubsection
17513 Table Floats
17514 \begin_inset LatexCommand index
17515 name "Floats ! Table floats"
17516
17517 \end_inset
17518
17519
17520 \begin_inset LatexCommand label
17521 name "sec:Table-Floats"
17522
17523 \end_inset
17524
17525
17526 \end_layout
17527
17528 \begin_layout Standard
17529 Table floats can be inserted using the menu 
17530 \family sans
17531 Insert\SpecialChar \menuseparator
17532 Float\SpecialChar \menuseparator
17533 Table
17534 \family default
17535 .
17536  They have the same properties as figure floats except of the different
17537  label.
17538  Table\InsetSpace ~
17539
17540 \begin_inset LatexCommand ref
17541 reference "cap:Table-float"
17542
17543 \end_inset
17544
17545  is an example of a table float.
17546 \end_layout
17547
17548 \begin_layout Standard
17549 \begin_inset Float table
17550 wide false
17551 sideways false
17552 status open
17553
17554 \begin_layout Standard
17555 \begin_inset Caption
17556
17557 \begin_layout Standard
17558 \begin_inset LatexCommand label
17559 name "cap:Table-float"
17560
17561 \end_inset
17562
17563 A table float.
17564 \end_layout
17565
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \begin_layout Standard
17572 \align center
17573 \begin_inset Tabular
17574 <lyxtabular version="3" rows="3" columns="3">
17575 <features>
17576 <column alignment="center" valignment="top" leftline="true" width="0pt">
17577 <column alignment="center" valignment="top" leftline="true" width="0pt">
17578 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17579 <row topline="true" bottomline="true">
17580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Standard
17584
17585 \family roman
17586 \series medium
17587 \shape up
17588 \size normal
17589 \emph off
17590 \bar no
17591 \noun off
17592 \color none
17593 1
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Standard
17602
17603 \family roman
17604 \series medium
17605 \shape up
17606 \size normal
17607 \emph off
17608 \bar no
17609 \noun off
17610 \color none
17611 2
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Standard
17620
17621 \family roman
17622 \series medium
17623 \shape up
17624 \size normal
17625 \emph off
17626 \bar no
17627 \noun off
17628 \color none
17629 3
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 </row>
17635 <row topline="true">
17636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Standard
17640
17641 \family roman
17642 \series medium
17643 \shape up
17644 \size normal
17645 \emph off
17646 \bar no
17647 \noun off
17648 \color none
17649 Joe
17650 \end_layout
17651
17652 \end_inset
17653 </cell>
17654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17655 \begin_inset Text
17656
17657 \begin_layout Standard
17658
17659 \family roman
17660 \series medium
17661 \shape up
17662 \size normal
17663 \emph off
17664 \bar no
17665 \noun off
17666 \color none
17667 Mary
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Standard
17676
17677 \family roman
17678 \series medium
17679 \shape up
17680 \size normal
17681 \emph off
17682 \bar no
17683 \noun off
17684 \color none
17685 Ted
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 <row topline="true" bottomline="true">
17692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17693 \begin_inset Text
17694
17695 \begin_layout Standard
17696
17697 \family roman
17698 \series medium
17699 \shape up
17700 \size normal
17701 \emph off
17702 \bar no
17703 \noun off
17704 \color none
17705 \begin_inset Formula $\int x^{2}dx$
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Standard
17717
17718 \family roman
17719 \series medium
17720 \shape up
17721 \size normal
17722 \emph off
17723 \bar no
17724 \noun off
17725 \color none
17726 \begin_inset Formula $\left[\begin{array}{cc}
17727 a & b\\
17728 c & d\end{array}\right]$
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Standard
17740
17741 \family roman
17742 \series medium
17743 \shape up
17744 \size normal
17745 \emph off
17746 \bar no
17747 \noun off
17748 \color none
17749 \begin_inset Formula $1+1=2$
17750 \end_inset
17751
17752
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 </row>
17758 </lyxtabular>
17759
17760 \end_inset
17761
17762
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Subsubsection
17771 Algorithm Floats
17772 \begin_inset LatexCommand index
17773 name "Floats ! Algorithm floats"
17774
17775 \end_inset
17776
17777
17778 \end_layout
17779
17780 \begin_layout Standard
17781 This float type is inserted with the menu 
17782 \family sans
17783 Insert\SpecialChar \menuseparator
17784 Float\SpecialChar \menuseparator
17785 Algorithm
17786 \family default
17787 .
17788  It is used for program codes and descriptions of algorithms.
17789  A possible environment for algorithms is the 
17790 \family sans
17791 LyX-Code
17792 \family default
17793 , described in section\InsetSpace ~
17794
17795 \begin_inset LatexCommand ref
17796 reference "sub:LyX-Code"
17797
17798 \end_inset
17799
17800 .
17801 \end_layout
17802
17803 \begin_layout Standard
17804 \begin_inset Note Greyedout
17805 status open
17806
17807 \begin_layout Standard
17808
17809 \series bold
17810 Note:
17811 \series default
17812  that the float label is not automatically translated into the document
17813  language.
17814 \end_layout
17815
17816 \end_inset
17817
17818  You have to do this manually by adding the following line
17819 \end_layout
17820
17821 \begin_layout Standard
17822
17823 \series bold
17824
17825 \backslash
17826 floatname{algorithm}{your\InsetSpace ~
17827 name}
17828 \end_layout
17829
17830 \begin_layout Standard
17831 to the document preamble (menu 
17832 \family sans
17833 Document\SpecialChar \menuseparator
17834 Settings
17835 \family default
17836 ).
17837  
17838 \series bold
17839 your\InsetSpace ~
17840 name
17841 \series default
17842  is the word 
17843 \begin_inset Quotes eld
17844 \end_inset
17845
17846
17847 \emph on
17848 algorithm
17849 \emph default
17850
17851 \begin_inset Quotes erd
17852 \end_inset
17853
17854  in your language.
17855 \end_layout
17856
17857 \begin_layout Subsubsection
17858 Text Wrap Floats
17859 \begin_inset LatexCommand index
17860 name "Floats ! Text Wrap Floats"
17861
17862 \end_inset
17863
17864
17865 \begin_inset LatexCommand label
17866 name "sec:floatflt"
17867
17868 \end_inset
17869
17870
17871 \end_layout
17872
17873 \begin_layout Standard
17874 This float type is used if you want to 
17875 \begin_inset Quotes eld
17876 \end_inset
17877
17878 wrap
17879 \begin_inset Quotes erd
17880 \end_inset
17881
17882  text around a figure so that it only occupies some fraction of the column
17883  width.
17884  It can be inserted using the menu 
17885 \begin_inset Wrap figure
17886 placement l
17887 width "40col%"
17888 status open
17889
17890 \begin_layout Standard
17891 \begin_inset Graphics
17892         filename clipart/mobius.eps
17893         display color
17894         width 40col%
17895         rotateOrigin center
17896
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \begin_layout Standard
17903 \begin_inset Caption
17904
17905 \begin_layout Standard
17906 \begin_inset LatexCommand label
17907 name "cap:Wrapped-figure"
17908
17909 \end_inset
17910
17911 This is a wrapped figure, and this is the brilliant caption that describes
17912  it
17913 \begin_inset VSpace medskip
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \end_inset
17925
17926  
17927 \family sans
17928 Insert\SpecialChar \menuseparator
17929 Float\SpecialChar \menuseparator
17930 Text\InsetSpace ~
17931 Wrap\InsetSpace ~
17932 Float
17933 \family default
17934  if the LaTeX-package 
17935 \series bold
17936 floatflt
17937 \series default
17938
17939 \begin_inset LatexCommand index
17940 name "LaTeX-packages ! floatflt"
17941
17942 \end_inset
17943
17944  is installed.
17945 \begin_inset Foot
17946 status collapsed
17947
17948 \begin_layout Standard
17949 Installing a LaTeX-package is explained it in the 
17950 \emph on
17951 LaTeX\InsetSpace ~
17952 Configuration
17953 \emph default
17954  manual.
17955 \end_layout
17956
17957 \end_inset
17958
17959  The width and placement of the float is adjusted by right-clicking on the
17960  float box.
17961  Figure\InsetSpace ~
17962
17963 \begin_inset LatexCommand ref
17964 reference "cap:Wrapped-figure"
17965
17966 \end_inset
17967
17968  is an example Text\InsetSpace ~
17969 wrap float with a width of 40
17970 \begin_inset Formula $\,$
17971 \end_inset
17972
17973 col%.
17974 \begin_inset Foot
17975 status collapsed
17976
17977 \begin_layout Standard
17978 Available units are explained in Appendix\InsetSpace ~
17979
17980 \begin_inset LatexCommand ref
17981 reference "cha:Units-available-in"
17982
17983 \end_inset
17984
17985 .
17986 \end_layout
17987
17988 \end_inset
17989
17990  Some space was added under the caption to separate it better from the surroundi
17991 ng text.
17992 \end_layout
17993
17994 \begin_layout Standard
17995 The LaTeX-package 
17996 \series bold
17997 floatflt
17998 \series default
17999  also supports table wrap floats, but they are not yet supported by LyX.
18000  If you need this, read the documentation of 
18001 \series bold
18002 floatflt
18003 \series default
18004  
18005 \begin_inset LatexCommand cite
18006 key "floatflt"
18007
18008 \end_inset
18009
18010 .
18011 \end_layout
18012
18013 \begin_layout Standard
18014 \begin_inset Note Greyedout
18015 status open
18016
18017 \begin_layout Standard
18018
18019 \series bold
18020 Note:
18021 \series default
18022  Text\InsetSpace ~
18023 wrap float floats might be fragile! E.g.
18024  having a figure too close to the bottom of the page can mess things up
18025  in the way that the float doesn't appear in the output or that it is placed
18026  over some other text.
18027 \begin_inset Foot
18028 status collapsed
18029
18030 \begin_layout Standard
18031 The better solution is to use the LaTeX-package 
18032 \series bold
18033 wrapfig
18034 \series default
18035
18036 \begin_inset LatexCommand index
18037 name "LaTeX-packages ! wrapfig"
18038
18039 \end_inset
18040
18041  instead of 
18042 \series bold
18043 floatflt
18044 \series default
18045  but it is currently not supported by LyX.
18046 \end_layout
18047
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \end_inset
18054
18055  In general:
18056 \end_layout
18057
18058 \begin_layout Itemize
18059 Wrap floats should not be placed in paragraphs that run over a page break.
18060  That means that wrap floats should better be inserted to the exact place
18061  when the document is nearly ready and you are able to estimate where page
18062  breaks will appear.
18063 \end_layout
18064
18065 \begin_layout Itemize
18066 Wrap floats should either be placed in an own paragraph before the paragraph
18067  where they should wrap into or within a paragraph.
18068 \end_layout
18069
18070 \begin_layout Itemize
18071 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18072  there is a text paragraph between them as separator.
18073 \end_layout
18074
18075 \begin_layout Itemize
18076 Wrap floats are not allowed in section headings or tables.
18077 \end_layout
18078
18079 \begin_layout Subsection
18080 Rotated Floats
18081 \begin_inset LatexCommand label
18082 name "sub:Rotated-Floats"
18083
18084 \end_inset
18085
18086
18087 \begin_inset LatexCommand index
18088 name "Floats ! Rotating"
18089
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \begin_layout Standard
18096 Especially for wide tables you might have floats rotated.
18097  To rotate a whole float including the caption, right-click on the float-box
18098  and use the option 
18099 \family sans
18100 Rotate\InsetSpace ~
18101 sideways
18102 \family default
18103 .
18104 \end_layout
18105
18106 \begin_layout Standard
18107 Rotated floats are always placed on its own page (or column, when you have
18108  a two-column document).
18109  They are rotated so that you can read them from the outside margin.
18110  Forcing the rotation direction is explained in the 
18111 \emph on
18112 Embedded Objects
18113 \emph default
18114  manual.
18115 \end_layout
18116
18117 \begin_layout Standard
18118 Referencing rotated floats is the same like for normal floats, the caption
18119  format is also the same: Table\InsetSpace ~
18120
18121 \begin_inset LatexCommand ref
18122 reference "cap:Rotated-table"
18123
18124 \end_inset
18125
18126  is an example of a rotated table float.
18127 \end_layout
18128
18129 \begin_layout Standard
18130 \begin_inset Note Greyedout
18131 status open
18132
18133 \begin_layout Standard
18134
18135 \series bold
18136 Note:
18137 \series default
18138  Not all DVI-viewers are able to display rotated floats.
18139 \end_layout
18140
18141 \end_inset
18142
18143
18144 \end_layout
18145
18146 \begin_layout Standard
18147 \begin_inset Float table
18148 wide false
18149 sideways true
18150 status open
18151
18152 \begin_layout Standard
18153 \begin_inset Caption
18154
18155 \begin_layout Standard
18156 \begin_inset LatexCommand label
18157 name "cap:Rotated-table"
18158
18159 \end_inset
18160
18161  Rotated table
18162 \end_layout
18163
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \begin_layout Standard
18170 \align center
18171 \begin_inset Tabular
18172 <lyxtabular version="3" rows="1" columns="5">
18173 <features>
18174 <column alignment="center" valignment="top" leftline="true" width="0">
18175 <column alignment="center" valignment="top" leftline="true" width="0">
18176 <column alignment="center" valignment="top" leftline="true" width="0">
18177 <column alignment="center" valignment="top" leftline="true" width="0">
18178 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18179 <row topline="true" bottomline="true">
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Standard
18184 test
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Standard
18193 b
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Standard
18202 c
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Standard
18211 d
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Standard
18220 e
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 </row>
18226 </lyxtabular>
18227
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \begin_layout Subsection
18239 Float Placement
18240 \begin_inset LatexCommand label
18241 name "sub:Float-Placement"
18242
18243 \end_inset
18244
18245
18246 \begin_inset LatexCommand index
18247 name "Floats ! Placement"
18248
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \begin_layout Standard
18255 Right-clicking on a float-box opens a dialog where you can alter the placement
18256  options that LaTeX uses for positioning the float.
18257 \newline
18258 The option 
18259 \family sans
18260 Span\InsetSpace ~
18261 columns
18262 \family default
18263  is only useful for two-column documents: If you select it, the float will
18264  span across both columns on the page instead of being confined to just
18265  one.
18266 \newline
18267 The option 
18268 \family sans
18269 Rotate\InsetSpace ~
18270 sideways
18271 \family default
18272  is used to rotate floats, see section\InsetSpace ~
18273
18274 \begin_inset LatexCommand ref
18275 reference "sub:Rotated-Floats"
18276
18277 \end_inset
18278
18279 .
18280 \end_layout
18281
18282 \begin_layout Standard
18283 You can use one ore more of the following options in the float dialog to
18284  set the placement for a particular float when you uncheck the option 
18285 \family sans
18286 Use\InsetSpace ~
18287 default\InsetSpace ~
18288 placement
18289 \family default
18290 :
18291 \end_layout
18292
18293 \begin_layout Description
18294 Here\InsetSpace ~
18295 if\InsetSpace ~
18296 possible: try to place the float on the position where it is inserted
18297 \end_layout
18298
18299 \begin_layout Description
18300 Top\InsetSpace ~
18301 of\InsetSpace ~
18302 page: try to place the float on the top of the current page
18303 \end_layout
18304
18305 \begin_layout Description
18306 Bottom\InsetSpace ~
18307 of\InsetSpace ~
18308 page: try to place the float on the bottom of the current page
18309 \end_layout
18310
18311 \begin_layout Description
18312 Page\InsetSpace ~
18313 of\InsetSpace ~
18314 floats: try to place the float on an own page 
18315 \end_layout
18316
18317 \begin_layout Standard
18318 The order of the above option is 
18319 \emph on
18320 always
18321 \emph default
18322  used by LaTeX.
18323  That means, if you use the default placement, LaTeX will first try out
18324  
18325 \family sans
18326 Here\InsetSpace ~
18327 if\InsetSpace ~
18328 possible
18329 \family default
18330 , then 
18331 \family sans
18332 Top\InsetSpace ~
18333 of\InsetSpace ~
18334 page
18335 \family default
18336 , and then the others.
18337  If you don't use the default, LaTeX will try only the checked options but
18338  in the same order.
18339  If none of the 4 placements are possible the procedure is internally repeated
18340  but it is tried to put the float on the following page.
18341 \end_layout
18342
18343 \begin_layout Standard
18344 By default, each options has its own rules:
18345 \end_layout
18346
18347 \begin_layout Standard
18348
18349 \family sans
18350 Top\InsetSpace ~
18351 of\InsetSpace ~
18352 page
18353 \family default
18354  only floats occupying less than 70\InsetSpace \thinspace{}
18355 % of the page can be placed at the top
18356  of a page
18357 \end_layout
18358
18359 \begin_layout Standard
18360
18361 \family sans
18362 Bottom\InsetSpace ~
18363 of\InsetSpace ~
18364 page
18365 \family default
18366 : only floats occupying less than 30\InsetSpace \thinspace{}
18367 % of the page can be placed at the bottom
18368  of a page.
18369 \end_layout
18370
18371 \begin_layout Standard
18372
18373 \family sans
18374 Page\InsetSpace ~
18375 of\InsetSpace ~
18376 floats
18377 \family default
18378 : only if more than 50\InsetSpace \thinspace{}
18379 % of the page are occupied by floats, several floats
18380  can be set together on a page.
18381 \end_layout
18382
18383 \begin_layout Standard
18384 If you don't like these rules, you can ignore them by using the additional
18385  option 
18386 \family sans
18387 Ignore\InsetSpace ~
18388 LaTeX\InsetSpace ~
18389 rules
18390 \family default
18391 .
18392 \end_layout
18393
18394 \begin_layout Standard
18395 Sometimes you might need, under all circumstances, a float to be placed
18396  exactly at the position where it is inserted.
18397  For this case you can use the option 
18398 \family sans
18399 Here\InsetSpace ~
18400 definitely
18401 \family default
18402 .
18403  Use this option very rarely and only if the document is nearly ready to
18404  be printed.
18405  Because the float is then no longer able to 
18406 \begin_inset Quotes eld
18407 \end_inset
18408
18409 float
18410 \begin_inset Quotes erd
18411 \end_inset
18412
18413  when you change your document and this will often destroy the page layout.
18414 \end_layout
18415
18416 \begin_layout Standard
18417 There are no placement options for text wrap floats, because they are always
18418  surrounded by the text of a certain paragraph.
18419 \end_layout
18420
18421 \begin_layout Standard
18422 For more details about float placements, have a look at LaTeX books like
18423  
18424 \begin_inset LatexCommand cite
18425 key "latexcompanion,latexguide,latexbook"
18426
18427 \end_inset
18428
18429 .
18430 \end_layout
18431
18432 \begin_layout Section
18433 Minipages
18434 \begin_inset LatexCommand index
18435 name "Minipages"
18436
18437 \end_inset
18438
18439
18440 \begin_inset LatexCommand label
18441 name "sec:Minipages"
18442
18443 \end_inset
18444
18445
18446 \end_layout
18447
18448 \begin_layout Standard
18449 LaTeX provides a mechanism to produce essentially a page within a page,
18450  called minipage.
18451  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
18452 apply.
18453  
18454 \end_layout
18455
18456 \begin_layout Standard
18457 Minipages in LyX have their own collapsible box inserted via the menu 
18458 \family sans
18459 Insert\SpecialChar \menuseparator
18460 Box
18461 \family default
18462 .
18463  Right-clicking on the box allows you to alter the width of the minipage
18464  and its alignment within the page.
18465 \end_layout
18466
18467 \begin_layout Standard
18468 \align center
18469 \begin_inset Box Frameless
18470 position "t"
18471 hor_pos "c"
18472 has_inner_box 1
18473 inner_pos "t"
18474 use_parbox 0
18475 width "30col%"
18476 special "none"
18477 height "1pt"
18478 height_special "totalheight"
18479 status open
18480
18481 \begin_layout Standard
18482
18483 \shape italic
18484 This is a minipage.
18485  The text is set in an italic style.
18486 \end_layout
18487
18488 \begin_layout Standard
18489
18490 \shape italic
18491 Minipages are often used for text in another language or text that needs
18492  another formatting.
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \end_layout
18499
18500 \begin_layout Standard
18501 \begin_inset VSpace medskip
18502 \end_inset
18503
18504 If you place two minipages side-by-side, you can use 
18505 \family sans
18506 Horizontal Fills
18507 \family default
18508  as described in section\InsetSpace ~
18509
18510 \begin_inset LatexCommand ref
18511 reference "sub:Horizontal-Space"
18512
18513 \end_inset
18514
18515 :
18516 \begin_inset VSpace medskip
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \begin_layout Standard
18523 \begin_inset Box Frameless
18524 position "t"
18525 hor_pos "c"
18526 has_inner_box 1
18527 inner_pos "t"
18528 use_parbox 0
18529 width "1.5in"
18530 special "none"
18531 height "1pt"
18532 height_special "totalheight"
18533 status open
18534
18535 \begin_layout Standard
18536 This is a minipage with some stupid dummy text.
18537  This dummy text is used to increase the size of the minipage.
18538 \end_layout
18539
18540 \end_inset
18541
18542
18543 \hfill
18544
18545 \begin_inset Box Frameless
18546 position "t"
18547 hor_pos "c"
18548 has_inner_box 1
18549 inner_pos "t"
18550 use_parbox 0
18551 width "1.5in"
18552 special "none"
18553 height "1pt"
18554 height_special "totalheight"
18555 status open
18556
18557 \begin_layout Standard
18558 This is a minipage with some stupid dummy text.
18559  This dummy text is used to increase the size of the minipage.
18560 \end_layout
18561
18562 \end_inset
18563
18564
18565 \end_layout
18566
18567 \begin_layout Standard
18568 \begin_inset VSpace bigskip
18569 \end_inset
18570
18571
18572 \end_layout
18573
18574 \begin_layout Standard
18575 When you right-click on a minipage box, you can change the box from a minipage
18576  to other box types.
18577  All box types and their settings are explained in detail in chapter 
18578 \emph on
18579 Boxes
18580 \emph default
18581  of the 
18582 \emph on
18583 Embedded Objects
18584 \emph default
18585  manual.
18586 \end_layout
18587
18588 \begin_layout Chapter
18589 Mathematical Formulas
18590 \begin_inset LatexCommand index
18591 name "Math"
18592
18593 \end_inset
18594
18595
18596 \begin_inset LatexCommand index
18597 name "Formulas | see{Math}"
18598
18599 \end_inset
18600
18601
18602 \begin_inset LatexCommand label
18603 name "cha:Mathematical-Formulas"
18604
18605 \end_inset
18606
18607
18608 \end_layout
18609
18610 \begin_layout Section
18611 Basic Math Editing
18612 \begin_inset LatexCommand index
18613 name "Math ! Basics"
18614
18615 \end_inset
18616
18617
18618 \end_layout
18619
18620 \begin_layout Standard
18621 To create a math formula, you can just click on the toolbar icon 
18622 \begin_inset Graphics
18623         filename ../images/math-mode.png
18624
18625 \end_inset
18626
18627 .
18628  That will create a little blue rectangle, with purple markers around its
18629  corners.
18630  That blue rectangle is the formula itself; the purple markers indicate
18631  what level of nesting within the formula you are at.
18632  You can also choose a particular formula type to insert via the 
18633 \family sans
18634 Insert\SpecialChar \menuseparator
18635 Math
18636 \family default
18637  menu.
18638 \end_layout
18639
18640 \begin_layout Standard
18641 Editing the parameters of a formula and adding math constructs can be done
18642  with the 
18643 \family sans
18644 math\InsetSpace ~
18645 toolbar
18646 \family default
18647 , that appears when the cursor is in a formula.
18648 \end_layout
18649
18650 \begin_layout Standard
18651 There are two main types of formulas: Inline formulas appear within a text
18652  line, like this one:
18653 \end_layout
18654
18655 \begin_layout Standard
18656 This is a line with an inline formula 
18657 \begin_inset Formula $A=B$
18658 \end_inset
18659
18660  in it.
18661 \end_layout
18662
18663 \begin_layout Standard
18664 Displayed formulas appear outside the text like as they were in an own paragraph
18665 , like this one:
18666 \begin_inset Formula \[
18667 A=B\]
18668
18669 \end_inset
18670
18671 You can only number and reference displayed formulas.
18672 \end_layout
18673
18674 \begin_layout Standard
18675 LyX supports also many LaTeX math commands.
18676  E.g.
18677  typing 
18678 \begin_inset Quotes eld
18679 \end_inset
18680
18681
18682 \series bold
18683
18684 \backslash
18685 alpha
18686 \series default
18687
18688 \begin_inset Quotes erd
18689 \end_inset
18690
18691 , followed by a space, in a formula will create the Greek letter 
18692 \begin_inset Formula $\alpha$
18693 \end_inset
18694
18695 .
18696  So typing commands might sometimes be faster than using the 
18697 \family sans
18698 Math\InsetSpace ~
18699 Panel
18700 \family default
18701 .
18702 \end_layout
18703
18704 \begin_layout Subsection
18705 Navigating in Formulas
18706 \begin_inset LatexCommand index
18707 name "Math ! Navigating"
18708
18709 \end_inset
18710
18711
18712 \end_layout
18713
18714 \begin_layout Standard
18715 The best control over the cursor position within an existing formula is
18716  achieved with the arrow keys.
18717  LyX uses small rectangles to indicate places where something can be inserted.
18718  The arrow keys can be used to navigate between parts of a formula.
18719  Pressing 
18720 \family sans
18721 Space
18722 \family default
18723  will leave a formula construct (a square root 
18724 \begin_inset Formula $\sqrt{2}$
18725 \end_inset
18726
18727 , or parentheses 
18728 \begin_inset Formula $\left(f\right)$
18729 \end_inset
18730
18731 , or a matrix 
18732 \begin_inset Formula $\left[\begin{array}{cc}
18733 1 & 2\\
18734 3 & 4\end{array}\right]$
18735 \end_inset
18736
18737 ).
18738  Pressing 
18739 \family sans
18740 Escape
18741 \family default
18742  will leave the formula, placing the cursor after the formula.
18743  
18744 \family sans
18745 Tab
18746 \family default
18747  can be used to move horizontally in a formula; for example, through the
18748  cells of a matrix or the positions in a multi-line equation.
18749 \end_layout
18750
18751 \begin_layout Standard
18752
18753 \family sans
18754 Space
18755 \family default
18756 , printed in this document as 
18757 \begin_inset Quotes eld
18758 \end_inset
18759
18760
18761 \begin_inset ERT
18762 status collapsed
18763
18764 \begin_layout Standard
18765
18766
18767 \backslash
18768 spce 
18769 \end_layout
18770
18771 \end_inset
18772
18773
18774 \begin_inset Quotes erd
18775 \end_inset
18776
18777
18778 \begin_inset Note Note
18779 status collapsed
18780
18781 \begin_layout Standard
18782 This command will appear in the output as official character denoting the
18783  space character (visible space).
18784 \end_layout
18785
18786 \end_inset
18787
18788 , seems to do nothing in a formula, since it does not add a space between
18789  characters, but it does exit a nested structure.
18790  For this reason, you have to be careful about using 
18791 \family sans
18792 Space
18793 \family default
18794 .
18795  For example, if you want 
18796 \begin_inset Formula $\sqrt{2x+1}$
18797 \end_inset
18798
18799 , type 
18800 \series bold
18801
18802 \backslash
18803 sqrt
18804 \begin_inset ERT
18805 status collapsed
18806
18807 \begin_layout Standard
18808
18809
18810 \backslash
18811 spce 
18812 \end_layout
18813
18814 \end_inset
18815
18816 2x+1
18817 \series default
18818  and not 
18819 \series bold
18820
18821 \backslash
18822 sqrt
18823 \begin_inset ERT
18824 status collapsed
18825
18826 \begin_layout Standard
18827
18828
18829 \backslash
18830 spce 
18831 \end_layout
18832
18833 \end_inset
18834
18835 2x
18836 \begin_inset ERT
18837 status collapsed
18838
18839 \begin_layout Standard
18840
18841
18842 \backslash
18843 spce 
18844 \end_layout
18845
18846 \end_inset
18847
18848 +1
18849 \series default
18850 , since in the latter case only the 
18851 \family typewriter
18852
18853 \begin_inset Formula $2x$
18854 \end_inset
18855
18856
18857 \family default
18858  will be under the square root sign: 
18859 \begin_inset Formula $\sqrt{2x}+1$
18860 \end_inset
18861
18862 .
18863 \end_layout
18864
18865 \begin_layout Standard
18866 You can leave many parts of a formula, like this matrix, partially filled
18867  in, such as:
18868 \begin_inset Formula \[
18869 \left(\begin{array}{ccc}
18870 \lambda_{1}\\
18871  & \ddots\\
18872  &  & \lambda_{n}\end{array}\right)\]
18873
18874 \end_inset
18875
18876 If you leave a fraction only partially filled in, or a subscript with nothing
18877  in it, the results will be unpredictable, but most constructs don't mind.
18878 \end_layout
18879
18880 \begin_layout Subsection
18881 Selecting Text
18882 \end_layout
18883
18884 \begin_layout Standard
18885 You can select text within a formula in two different ways.
18886  Place the cursor at one end of the string of text you want, and press 
18887 \family sans
18888 Shift
18889 \family default
18890  and a cursor movement key to select text.
18891  It will be highlighted as with regular text selection.
18892  Alternatively, you can select text with the mouse in the usual way.
18893  That text can then be cut or copied, and then pasted within any formula,
18894  but not in a normal text region in LyX.
18895 \end_layout
18896
18897 \begin_layout Subsection
18898 Exponents and Subscripts
18899 \begin_inset LatexCommand index
18900 name "Math ! Exponents"
18901
18902 \end_inset
18903
18904
18905 \begin_inset LatexCommand index
18906 name "Math ! Subscripts"
18907
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \begin_layout Standard
18914 You can use the math panel to add super- or subscripts, but the much easier
18915  way is to use a command.
18916  To get 
18917 \begin_inset Formula $x^{2}$
18918 \end_inset
18919
18920 , type in a formula 
18921 \series bold
18922 x^2
18923 \begin_inset ERT
18924 status collapsed
18925
18926 \begin_layout Standard
18927
18928
18929 \backslash
18930 spce 
18931 \end_layout
18932
18933 \end_inset
18934
18935
18936 \series default
18937 .
18938  The final 
18939 \family sans
18940 Space
18941 \family default
18942  puts the cursor back down on the base line of the expression.
18943  If you type 
18944 \series bold
18945 x^2y
18946 \series default
18947 , you will get 
18948 \begin_inset Formula $x^{2y}$
18949 \end_inset
18950
18951 , to get 
18952 \begin_inset Formula $x^{2}y$
18953 \end_inset
18954
18955 , type 
18956 \series bold
18957 x^2
18958 \begin_inset ERT
18959 status collapsed
18960
18961 \begin_layout Standard
18962
18963
18964 \backslash
18965 spce 
18966 \end_layout
18967
18968 \end_inset
18969
18970 y
18971 \series default
18972 .
18973  If you use characters in the superscript, that could be accented with the
18974  hat 
18975 \begin_inset Quotes eld
18976 \end_inset
18977
18978 ^
18979 \begin_inset Quotes erd
18980 \end_inset
18981
18982 , you have to use an extra 
18983 \family sans
18984 Space
18985 \family default
18986  to separate the hat and the character.
18987  E.g.
18988  if you want 
18989 \begin_inset Formula $x^{a}$
18990 \end_inset
18991
18992 , type 
18993 \series bold
18994 x^
18995 \begin_inset ERT
18996 status collapsed
18997
18998 \begin_layout Standard
18999
19000
19001 \backslash
19002 spce 
19003 \end_layout
19004
19005 \end_inset
19006
19007 a
19008 \series default
19009 .
19010  Subscripts are similar: To get 
19011 \begin_inset Formula $a_{1}$
19012 \end_inset
19013
19014 , type 
19015 \series bold
19016 a_1
19017 \begin_inset ERT
19018 status collapsed
19019
19020 \begin_layout Standard
19021
19022
19023 \backslash
19024 spce 
19025 \end_layout
19026
19027 \end_inset
19028
19029
19030 \series default
19031 .
19032 \end_layout
19033
19034 \begin_layout Subsection
19035 Fractions
19036 \begin_inset LatexCommand index
19037 name "Math ! Fractions"
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 Create a fraction with either the command 
19046 \series bold
19047
19048 \backslash
19049 frac
19050 \series default
19051  or using the icon 
19052 \begin_inset Graphics
19053         filename ../images/math/frac.png
19054         scale 60
19055
19056 \end_inset
19057
19058  in the 
19059 \family sans
19060 Math\InsetSpace ~
19061 Panel
19062 \family default
19063 .
19064  You will be presented with an empty fraction.
19065  The cursor is above the fraction line.
19066  To move it to the bottom, simply press 
19067 \family sans
19068 Down
19069 \family default
19070 .
19071  To move back up, press 
19072 \family sans
19073 Up
19074 \family default
19075 .
19076  Any math structure can be placed in a fraction, as this example shows:
19077 \begin_inset Formula \[
19078 \left[\frac{1}{\left(\begin{array}{cc}
19079 2 & 3\\
19080 4 & 5\end{array}\right)}\right]\]
19081
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \begin_layout Subsection
19088 Roots
19089 \begin_inset LatexCommand index
19090 name "Math ! Roots"
19091
19092 \end_inset
19093
19094
19095 \end_layout
19096
19097 \begin_layout Standard
19098 Roots can be created using the 
19099 \family sans
19100 Math\InsetSpace ~
19101 Panel
19102 \family default
19103  button
19104 \begin_inset Graphics
19105         filename ../images/math/sqrt.png
19106
19107 \end_inset
19108
19109  or the commands 
19110 \series bold
19111
19112 \backslash
19113 sqrt
19114 \series default
19115  or 
19116 \series bold
19117
19118 \backslash
19119 root
19120 \series default
19121 .
19122  With the command 
19123 \series bold
19124
19125 \backslash
19126 root
19127 \series default
19128  you can produce roots of higher orders, like cube roots, while 
19129 \series bold
19130
19131 \backslash
19132 sqrt
19133 \series default
19134  produces always a square root.
19135 \end_layout
19136
19137 \begin_layout Subsection
19138 Operators with Limits
19139 \begin_inset LatexCommand index
19140 name "Math ! Sums"
19141
19142 \end_inset
19143
19144
19145 \begin_inset LatexCommand index
19146 name "Math ! Integrals"
19147
19148 \end_inset
19149
19150
19151 \begin_inset LatexCommand label
19152 name "sub:Operators-with-Limits"
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 Sum (
19161 \begin_inset Formula $\sum$
19162 \end_inset
19163
19164 ) and integral (
19165 \begin_inset Formula $\int$
19166 \end_inset
19167
19168 ) operators are very often decorated with limits.
19169  These limits can be entered in LyX by entering them as you would enter
19170  a super- or subscript, directly after the symbol.
19171  The sum operator will automatically place its 
19172 \begin_inset Quotes eld
19173 \end_inset
19174
19175 limits
19176 \begin_inset Quotes erd
19177 \end_inset
19178
19179  over and under the symbol in displayed formulas, and on the side in inline
19180  formulas.
19181  Such as 
19182 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
19183 \end_inset
19184
19185 , versus
19186 \begin_inset Formula \[
19187 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
19188
19189 \end_inset
19190
19191 Integral signs, however, will place the limits on the side in both formula
19192  types.
19193 \end_layout
19194
19195 \begin_layout Standard
19196 All operators with limits will be automatically re-sized when placed in
19197  display mode.
19198  The placement of the limits can be changed by placing the cursor directly
19199  behind the operator and hitting 
19200 \family sans
19201 M-m l
19202 \family default
19203  or using the menu 
19204 \family sans
19205 Edit\SpecialChar \menuseparator
19206 Math\SpecialChar \menuseparator
19207 Change\InsetSpace ~
19208 Limits\InsetSpace ~
19209 Type
19210 \family default
19211 .
19212 \end_layout
19213
19214 \begin_layout Standard
19215 Certain other mathematical expressions have this 
19216 \begin_inset Quotes eld
19217 \end_inset
19218
19219 moving limits
19220 \begin_inset Quotes erd
19221 \end_inset
19222
19223  feature as addition, such as
19224 \begin_inset LatexCommand index
19225 name "Math ! Limits"
19226
19227 \end_inset
19228
19229
19230 \begin_inset Formula \[
19231 \lim_{x\rightarrow\infty}f(x),\]
19232
19233 \end_inset
19234
19235 which will place the 
19236 \begin_inset Formula $x\rightarrow\infty$
19237 \end_inset
19238
19239  underneath the 
19240 \begin_inset Quotes eld
19241 \end_inset
19242
19243 lim
19244 \begin_inset Quotes erd
19245 \end_inset
19246
19247  in display mode.
19248  In inline formulas it looks like this: 
19249 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
19250 \end_inset
19251
19252 .
19253 \end_layout
19254
19255 \begin_layout Standard
19256 Note that the lim-function was entered as the function macro 
19257 \series bold
19258
19259 \backslash
19260 lim
19261 \series default
19262 .
19263  Have a look at section\InsetSpace ~
19264
19265 \begin_inset LatexCommand ref
19266 reference "sub:Functions"
19267
19268 \end_inset
19269
19270  for an explanation of function macros.
19271 \end_layout
19272
19273 \begin_layout Subsection
19274 Math Symbols
19275 \begin_inset LatexCommand index
19276 name "Math ! Symbols"
19277
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \begin_layout Standard
19284 Most math symbols can be found in the 
19285 \family sans
19286 Math\InsetSpace ~
19287 Panel
19288 \family default
19289  under one of several categories; including 
19290 \family sans
19291 Greek
19292 \family default
19293
19294 \family sans
19295 Operators
19296 \family default
19297  , 
19298 \family sans
19299 Relations
19300 \family default
19301
19302 \family sans
19303 Arrows
19304 \family default
19305 .
19306  There are also the additional symbols provided by the American Mathematical
19307  Society (AMS).
19308 \end_layout
19309
19310 \begin_layout Standard
19311 If you know the LaTeX-command for a construct or symbol you wish to use,
19312  you don't have to use the 
19313 \family sans
19314 Math\InsetSpace ~
19315 Panel
19316 \family default
19317 , but can type the command directly into the formula.
19318  LyX will convert it to the corresponding symbol or construct.
19319 \end_layout
19320
19321 \begin_layout Subsection
19322 Altering Spacing
19323 \begin_inset LatexCommand index
19324 name "Math ! Spaces"
19325
19326 \end_inset
19327
19328
19329 \begin_inset LatexCommand label
19330 name "sub:Altering-Spacing"
19331
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \begin_layout Standard
19338 You may want to create spaces that differs from the standard spacing that
19339  LaTeX provides.
19340  To do this, type 
19341 \family sans
19342 C-Space
19343 \family default
19344  or to use the 
19345 \family sans
19346 Math\InsetSpace ~
19347 Panel
19348 \family default
19349  button 
19350 \begin_inset Graphics
19351         filename ../images/math/space.png
19352
19353 \end_inset
19354
19355 .
19356  This generates a small space, and shows a small marker on the screen.
19357  Here a example for the sequence 
19358 \series bold
19359 a C-Space b
19360 \series default
19361
19362 \begin_inset Formula $a\, b$
19363 \end_inset
19364
19365  (appears in LyX as 
19366 \begin_inset Graphics
19367         filename clipart/SpaceMarker.png
19368
19369 \end_inset
19370
19371 ).
19372  You can change the space to different sizes when you set the cursor behind
19373  the space marker and hit space again several times.
19374  With every space hit the size will be changed.
19375  Some markers for the space size appear red in LyX, because they are a negative
19376  spaces.
19377  Here two examples:
19378 \end_layout
19379
19380 \begin_layout Standard
19381
19382 \series bold
19383 a C-Space b
19384 \series default
19385  and 3×
19386 \family sans
19387 Space
19388 \family default
19389
19390 \begin_inset Formula $a\quad b$
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \begin_layout Standard
19397
19398 \series bold
19399 a C-Space b
19400 \series default
19401  and 5×
19402 \family sans
19403 Space
19404 \family default
19405
19406 \begin_inset Formula $a\! b$
19407 \end_inset
19408
19409
19410 \end_layout
19411
19412 \begin_layout Subsection
19413 Functions
19414 \begin_inset LatexCommand index
19415 name "Math ! Functions"
19416
19417 \end_inset
19418
19419
19420 \begin_inset LatexCommand label
19421 name "sub:Functions"
19422
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \begin_layout Standard
19429 The 
19430 \family sans
19431 Math\InsetSpace ~
19432 Panel
19433 \family default
19434  contains under the button 
19435 \begin_inset Graphics
19436         filename ../images/math/functions.png
19437
19438 \end_inset
19439
19440  a number of functions, such as 
19441 \begin_inset Formula $\sin$
19442 \end_inset
19443
19444
19445 \begin_inset Formula $\lim$
19446 \end_inset
19447
19448
19449 \emph on
19450 etc
19451 \emph default
19452 .
19453  (you can also insert them in a formula by typing 
19454 \series bold
19455
19456 \backslash
19457 sin
19458 \series default
19459  etc.).
19460  Standard mathematical practice is, that functions are printed upright to
19461  avoid confusions, because 
19462 \begin_inset Formula $sin$
19463 \end_inset
19464
19465  does normally mean 
19466 \begin_inset Formula $s·i·n$
19467 \end_inset
19468
19469 .
19470 \end_layout
19471
19472 \begin_layout Standard
19473 Using the function macros will also produce correct spacing around the function:
19474  
19475 \begin_inset Formula $a\sin x$
19476 \end_inset
19477
19478  is different from 
19479 \begin_inset Formula $asinx$
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \begin_layout Standard
19486 For some mathematical objects, like the limes, the macro changes the way
19487  that subscripts are placed, like described in section\InsetSpace ~
19488
19489 \begin_inset LatexCommand ref
19490 reference "sub:Operators-with-Limits"
19491
19492 \end_inset
19493
19494 .
19495 \end_layout
19496
19497 \begin_layout Subsection
19498 Accents
19499 \begin_inset LatexCommand index
19500 name "Math ! Accents"
19501
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \begin_layout Standard
19508 In a formula you can insert accented characters in the same way as in text
19509  mode.
19510  This may depend on your keyboard, or the bindings file you use.
19511  You can also use LaTeX commands to e.g.
19512  enter 
19513 \begin_inset Formula $\hat{a}$
19514 \end_inset
19515
19516  even if your keyboard doesn't have hat-accents enabled.
19517  Our example is entered by typing 
19518 \series bold
19519
19520 \backslash
19521 hat
19522 \begin_inset ERT
19523 status collapsed
19524
19525 \begin_layout Standard
19526
19527
19528 \backslash
19529 spce 
19530 \end_layout
19531
19532 \end_inset
19533
19534 a
19535 \series default
19536  in a formula.
19537  Table\InsetSpace ~
19538
19539 \begin_inset LatexCommand ref
19540 reference "cap:Accent-names-and"
19541
19542 \end_inset
19543
19544  shows the equivalences between the accent names and the commands.
19545 \end_layout
19546
19547 \begin_layout Standard
19548 \begin_inset Float table
19549 wide false
19550 sideways false
19551 status open
19552
19553 \begin_layout Standard
19554 \begin_inset Caption
19555
19556 \begin_layout Standard
19557 \begin_inset LatexCommand label
19558 name "cap:Accent-names-and"
19559
19560 \end_inset
19561
19562 Accent names and the corresponding commands.
19563 \end_layout
19564
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \begin_layout Standard
19571 \align center
19572 \begin_inset Tabular
19573 <lyxtabular version="3" rows="11" columns="3">
19574 <features>
19575 <column alignment="center" valignment="top" leftline="true" width="0pt">
19576 <column alignment="center" valignment="top" leftline="true" width="0pt">
19577 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19578 <row topline="true" bottomline="true">
19579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Standard
19583 Name
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Standard
19592 Command
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Standard
19601 E
19602 \family roman
19603 \series medium
19604 \shape up
19605 \size normal
19606 \emph off
19607 \bar no
19608 \noun off
19609 \color none
19610 xample
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 </row>
19616 <row topline="true">
19617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Standard
19621
19622 \family roman
19623 \series medium
19624 \shape up
19625 \size normal
19626 \emph off
19627 \bar no
19628 \noun off
19629 \color none
19630 circumflex
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Standard
19639
19640 \series bold
19641
19642 \backslash
19643 hat
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19649 \begin_inset Text
19650
19651 \begin_layout Standard
19652
19653 \family roman
19654 \series medium
19655 \shape up
19656 \size normal
19657 \emph off
19658 \bar no
19659 \noun off
19660 \color none
19661 \begin_inset Formula $\hat{a}$
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 </row>
19670 <row topline="true">
19671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Standard
19675
19676 \family roman
19677 \series medium
19678 \shape up
19679 \size normal
19680 \emph off
19681 \bar no
19682 \noun off
19683 \color none
19684 grave
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Standard
19693
19694 \series bold
19695
19696 \backslash
19697 grave
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Standard
19706
19707 \family roman
19708 \series medium
19709 \shape up
19710 \size normal
19711 \emph off
19712 \bar no
19713 \noun off
19714 \color none
19715 \begin_inset Formula $\grave{a}$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row topline="true">
19725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Standard
19729
19730 \family roman
19731 \series medium
19732 \shape up
19733 \size normal
19734 \emph off
19735 \bar no
19736 \noun off
19737 \color none
19738 acute
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Standard
19747
19748 \series bold
19749
19750 \backslash
19751 acute
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Standard
19760
19761 \family roman
19762 \series medium
19763 \shape up
19764 \size normal
19765 \emph off
19766 \bar no
19767 \noun off
19768 \color none
19769 \begin_inset Formula $\acute{a}$
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 </row>
19778 <row topline="true">
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Standard
19783
19784 \family roman
19785 \series medium
19786 \shape up
19787 \size normal
19788 \emph off
19789 \bar no
19790 \noun off
19791 \color none
19792 umlaut
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Standard
19801
19802 \series bold
19803
19804 \backslash
19805 ddot
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Standard
19814
19815 \family roman
19816 \series medium
19817 \shape up
19818 \size normal
19819 \emph off
19820 \bar no
19821 \noun off
19822 \color none
19823 \begin_inset Formula $\ddot{a}$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 <row topline="true">
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Standard
19837
19838 \family roman
19839 \series medium
19840 \shape up
19841 \size normal
19842 \emph off
19843 \bar no
19844 \noun off
19845 \color none
19846 tilde
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Standard
19855
19856 \series bold
19857
19858 \backslash
19859 tilde
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Standard
19868
19869 \family roman
19870 \series medium
19871 \shape up
19872 \size normal
19873 \emph off
19874 \bar no
19875 \noun off
19876 \color none
19877 \begin_inset Formula $\tilde{a}$
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 <row topline="true">
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Standard
19891
19892 \family roman
19893 \series medium
19894 \shape up
19895 \size normal
19896 \emph off
19897 \bar no
19898 \noun off
19899 \color none
19900 dot
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Standard
19909
19910 \series bold
19911
19912 \backslash
19913 dot
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Standard
19922
19923 \family roman
19924 \series medium
19925 \shape up
19926 \size normal
19927 \emph off
19928 \bar no
19929 \noun off
19930 \color none
19931 \begin_inset Formula $\dot{a}$
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 <row topline="true">
19941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Standard
19945
19946 \family roman
19947 \series medium
19948 \shape up
19949 \size normal
19950 \emph off
19951 \bar no
19952 \noun off
19953 \color none
19954 breve
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Standard
19963
19964 \series bold
19965
19966 \backslash
19967 breve
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Standard
19976
19977 \family roman
19978 \series medium
19979 \shape up
19980 \size normal
19981 \emph off
19982 \bar no
19983 \noun off
19984 \color none
19985 \begin_inset Formula $\breve{a}$
19986 \end_inset
19987
19988
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 </row>
19994 <row topline="true">
19995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Standard
19999
20000 \family roman
20001 \series medium
20002 \shape up
20003 \size normal
20004 \emph off
20005 \bar no
20006 \noun off
20007 \color none
20008 caron
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Standard
20017
20018 \series bold
20019
20020 \backslash
20021 check
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Standard
20030
20031 \family roman
20032 \series medium
20033 \shape up
20034 \size normal
20035 \emph off
20036 \bar no
20037 \noun off
20038 \color none
20039 \begin_inset Formula $\check{a}$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 </row>
20048 <row topline="true">
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Standard
20053
20054 \family roman
20055 \series medium
20056 \shape up
20057 \size normal
20058 \emph off
20059 \bar no
20060 \noun off
20061 \color none
20062 macron
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Standard
20071
20072 \series bold
20073
20074 \backslash
20075 bar
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Standard
20084
20085 \family roman
20086 \series medium
20087 \shape up
20088 \size normal
20089 \emph off
20090 \bar no
20091 \noun off
20092 \color none
20093 \begin_inset Formula $\bar{a}$
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 <row topline="true" bottomline="true">
20103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Standard
20107 vector
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Standard
20116
20117 \series bold
20118
20119 \backslash
20120 vec
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Standard
20129
20130 \family roman
20131 \series medium
20132 \shape up
20133 \size normal
20134 \emph off
20135 \bar no
20136 \noun off
20137 \color none
20138 \begin_inset Formula $\vec{a}$
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 </lyxtabular>
20148
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \begin_layout Standard
20160 You can choose one of the accents by selecting an item from the 
20161 \family sans
20162 Frame\InsetSpace ~
20163 decorations
20164 \family default
20165  symbol set button 
20166 \begin_inset Graphics
20167         filename ../images/math/hat.png
20168
20169 \end_inset
20170
20171  in the math panel ; this will apply to any selection you have made within
20172  a formula too.
20173 \end_layout
20174
20175 \begin_layout Section
20176 Brackets and Delimiters
20177 \begin_inset LatexCommand index
20178 name "Math ! Brackets"
20179
20180 \end_inset
20181
20182
20183 \begin_inset LatexCommand index
20184 name "Math ! Delimiters"
20185
20186 \end_inset
20187
20188
20189 \begin_inset LatexCommand label
20190 name "sec:Brackets-and-Delimiters"
20191
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \begin_layout Standard
20198 There are several brackets available through LyX.
20199  For most purposes, using just the keys 
20200 \family typewriter
20201 []{}()|<>
20202 \family default
20203  should suffice.
20204  But if you want to surround a large structure, like a matrix or a fraction,
20205  or if you have several layers of brackets, is better using 
20206 \family sans
20207 Math\InsetSpace ~
20208 Panel
20209 \family default
20210 's delimiter icon 
20211 \begin_inset Graphics
20212         filename ../images/math/delim.png
20213
20214 \end_inset
20215
20216 .
20217  For example, that's how you would construct the brackets around a standard
20218  matrix such as:
20219 \begin_inset Formula \[
20220 \left[\begin{array}{cc}
20221 1 & 2\\
20222 3 & 4\end{array}\right]\]
20223
20224 \end_inset
20225
20226 and to make it easier to see the layers of parentheses as in: 
20227 \begin_inset Formula \[
20228 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
20229
20230 \end_inset
20231
20232
20233 \end_layout
20234
20235 \begin_layout Standard
20236 The parentheses, and other brackets from that menu will automatically re-size
20237  to accommodate the size of what is inside.
20238 \end_layout
20239
20240 \begin_layout Standard
20241 To construct brackets click on the button for the bracket you want on the
20242  left side and right side.
20243  If you use the option 
20244 \family sans
20245 Keep\InsetSpace ~
20246 matched
20247 \family default
20248 , the selected bracket type will be used for the left and the right side.
20249  The selection will be shown below the button field.
20250  If you want one side to not have a bracket, use the blank button.
20251  It will appear in LyX with a dotted line, but nothing will be printed.
20252 \end_layout
20253
20254 \begin_layout Standard
20255 If you want to place brackets around math structures, like a square root,
20256  you can do that by highlighting (selecting) the structure that is to go
20257  inside the brackets.
20258  Then choose the appropriate brackets for left and right and click on 
20259 \family sans
20260 Insert
20261 \family default
20262 .
20263  The parentheses will be drawn around the selected structure.
20264 \end_layout
20265
20266 \begin_layout Standard
20267 The next section explains how to insert a LaTeX 
20268 \begin_inset Quotes eld
20269 \end_inset
20270
20271 {
20272 \begin_inset Quotes erd
20273 \end_inset
20274
20275  for grouping.
20276 \end_layout
20277
20278 \begin_layout Section
20279 Grouping
20280 \begin_inset LatexCommand index
20281 name "Math ! Grouping"
20282
20283 \end_inset
20284
20285
20286 \begin_inset LatexCommand label
20287 name "sec:Grouping"
20288
20289 \end_inset
20290
20291
20292 \end_layout
20293
20294 \begin_layout Standard
20295 You may need to group a set of symbols.
20296  In LaTeX, for example, the typesetting of 
20297 \family typewriter
20298 {x^y}^z
20299 \family default
20300  is different from 
20301 \family typewriter
20302 x^{y^z}
20303 \family default
20304 :
20305 \end_layout
20306
20307 \begin_layout Standard
20308 \begin_inset Formula \[
20309 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
20310
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \begin_layout Standard
20317 To create this grouping, you need to use the key sequence 
20318 \begin_inset Quotes eld
20319 \end_inset
20320
20321
20322 \series bold
20323
20324 \backslash
20325 {
20326 \series default
20327
20328 \begin_inset Quotes erd
20329 \end_inset
20330
20331  then type space.
20332  Inside LyX, you will see red braces indicating the grouping.
20333  Within this braces you insert the grouped structure.
20334  The grouping braces won't appear in the output in contrary to normal braces.
20335 \end_layout
20336
20337 \begin_layout Section
20338 Arrays and Multi-line Equations
20339 \begin_inset LatexCommand index
20340 name "Math ! Arrays"
20341
20342 \end_inset
20343
20344
20345 \begin_inset LatexCommand index
20346 name "Math ! Matrices"
20347
20348 \end_inset
20349
20350
20351 \begin_inset LatexCommand index
20352 name "Math ! Multi-line Equations"
20353
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \begin_layout Standard
20360 Matrices are entered in LyX using the 
20361 \family sans
20362 Math\InsetSpace ~
20363 Panel
20364 \family default
20365  matrix button 
20366 \begin_inset Graphics
20367         filename ../images/math/matrix.png
20368
20369 \end_inset
20370
20371 .
20372  It will open a dialog for you to choose the number of rows/columns.
20373  Here is an example:
20374 \begin_inset Formula \[
20375 \left(\begin{array}{ccc}
20376 1 & 2 & 3\\
20377 4 & 5 & 6\\
20378 7 & 8 & 9\end{array}\right)\]
20379
20380 \end_inset
20381
20382 The parentheses aren't automatic, but you can add them as described in section\InsetSpace ~
20383
20384 \begin_inset LatexCommand ref
20385 reference "sec:Brackets-and-Delimiters"
20386
20387 \end_inset
20388
20389 .
20390  When you construct the matrix, you can decide whether the column entries
20391  will be left-, right-, or center-justified.
20392  This alignment is set in the box 
20393 \family sans
20394 Horizontal
20395 \family default
20396  with the letters 
20397 \begin_inset Quotes eld
20398 \end_inset
20399
20400
20401 \family sans
20402 l
20403 \family default
20404
20405 \begin_inset Quotes erd
20406 \end_inset
20407
20408
20409 \begin_inset Quotes eld
20410 \end_inset
20411
20412
20413 \family sans
20414 r
20415 \family default
20416
20417 \begin_inset Quotes erd
20418 \end_inset
20419
20420 , and 
20421 \begin_inset Quotes eld
20422 \end_inset
20423
20424
20425 \family sans
20426 c
20427 \family default
20428
20429 \begin_inset Quotes erd
20430 \end_inset
20431
20432 .
20433  LyX proposes a 
20434 \begin_inset Quotes eld
20435 \end_inset
20436
20437
20438 \family sans
20439 c
20440 \family default
20441
20442 \begin_inset Quotes erd
20443 \end_inset
20444
20445  for every column as default.
20446  For example, the sequence 
20447 \begin_inset Quotes eld
20448 \end_inset
20449
20450
20451 \family sans
20452 lrc
20453 \family default
20454
20455 \begin_inset Quotes erd
20456 \end_inset
20457
20458  means that the first column will be left-justified, the second will be
20459  centered, and the third column will be right-justified, because each letter
20460  corresponds to the relevant column.
20461  The result will look like this:
20462 \begin_inset Formula \[
20463 \begin{array}{lcr}
20464 this & this\, column & this\, column\\
20465 column & has & has\, right\\
20466 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20467
20468 \end_inset
20469
20470
20471 \end_layout
20472
20473 \begin_layout Standard
20474 You can add more rows to an existing matrix by hitting 
20475 \family sans
20476 C-Enter
20477 \family default
20478  while the cursor is in the matrix.
20479  Adding or deleting columns can be done via the menu 
20480 \family sans
20481 Edit\SpecialChar \menuseparator
20482 Math
20483 \family default
20484 .
20485 \end_layout
20486
20487 \begin_layout Standard
20488 There are other arrays used in formulas, such as distinctions of cases.
20489  It can be created with the menu 
20490 \family sans
20491 Insert\SpecialChar \menuseparator
20492 Math\SpecialChar \menuseparator
20493 Cases\InsetSpace ~
20494 Environment
20495 \family default
20496  or the command 
20497 \series bold
20498
20499 \backslash
20500 cases
20501 \series default
20502 .
20503  Here an example: 
20504 \begin_inset Formula \[
20505 f(x)=\begin{cases}
20506 -1 & x<0\\
20507 0 & x=0\\
20508 1 & x>0\end{cases}\]
20509
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \begin_layout Standard
20516 \begin_inset VSpace bigskip
20517 \end_inset
20518
20519 Multi-line formulas are created when you press 
20520 \family sans
20521 \series medium
20522 C-E
20523 \series default
20524 nter
20525 \family default
20526  within a formula.
20527  In an empty formula you can see that three blue boxes appear, one for each
20528  column.
20529  When you press 
20530 \family sans
20531 \series medium
20532 C-E
20533 \series default
20534 nter
20535 \family default
20536  in a non-empty formula, the part before the relation sign (equal sign 
20537 \begin_inset Quotes eld
20538 \end_inset
20539
20540 =
20541 \begin_inset Quotes erd
20542 \end_inset
20543
20544  etc.) will be inserted automatically to the first column, the relation sign
20545  is in the second column, and the rest in the third column.
20546  A new row is created by every further hit of 
20547 \family sans
20548 \series medium
20549 C-E
20550 \series default
20551 nter
20552 \family default
20553 .
20554  Multi-line formulas are always displayed formulas.
20555  Here is an example:
20556 \begin_inset Formula \begin{eqnarray}
20557 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
20558 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
20559
20560 \end_inset
20561
20562  To change the column assignment of the formula parts, place the cursor
20563  where you want to start the shift and hit 
20564 \family sans
20565 C-Tab.
20566
20567 \family default
20568  It shifts everything in the column which is right beside the current cursor
20569  position to the next column.
20570  Note that the middle column is designed for relation signs, structures
20571  within this column will be printed in a smaller size:
20572 \begin_inset Formula \begin{eqnarray*}
20573 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
20574
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \begin_layout Standard
20581 The multi-line formula type described here is called 
20582 \family typewriter
20583 \series medium
20584 eqnarray
20585 \family default
20586 \series default
20587 .
20588  There are other multi-line types being more suitable for certain situations,
20589  for example if you want a better inter-line spacing than in formula (
20590 \begin_inset LatexCommand ref
20591 reference "eq:asquared"
20592
20593 \end_inset
20594
20595 ).
20596  The other types are described in section\InsetSpace ~
20597
20598 \begin_inset LatexCommand ref
20599 reference "sub:AMS-Formula-Types"
20600
20601 \end_inset
20602
20603 .
20604 \end_layout
20605
20606 \begin_layout Section
20607 Formula Numbering and Referencing
20608 \begin_inset LatexCommand index
20609 name "Math ! Formula numbering"
20610
20611 \end_inset
20612
20613
20614 \begin_inset LatexCommand index
20615 name "Math ! Referencing formulas"
20616
20617 \end_inset
20618
20619
20620 \begin_inset LatexCommand label
20621 name "sec:Formula-Numbering-and"
20622
20623 \end_inset
20624
20625
20626 \end_layout
20627
20628 \begin_layout Standard
20629 To number a formula, set the cursor in the formula and use the menu 
20630 \family sans
20631 Edit\SpecialChar \menuseparator
20632 Math\SpecialChar \menuseparator
20633 Toggle\InsetSpace ~
20634 Numbering
20635 \family default
20636  or the shortcut 
20637 \family sans
20638 M-m\InsetSpace ~
20639 n
20640 \family default
20641 .
20642  The formula number appears in LyX as 
20643 \begin_inset Quotes eld
20644 \end_inset
20645
20646 #
20647 \begin_inset Quotes erd
20648 \end_inset
20649
20650  within parentheses.
20651  The 
20652 \begin_inset Quotes erd
20653 \end_inset
20654
20655 #
20656 \begin_inset Quotes erd
20657 \end_inset
20658
20659  denotes, that the number will be calculated automatically when the output
20660  is generated.
20661  The placement and format of the formula number in the output depends on
20662  the document class.
20663  In this document the number is printed together with the chapter number,
20664  separated by a dot:
20665 \begin_inset Formula \begin{equation}
20666 1+1=2\end{equation}
20667
20668 \end_inset
20669
20670 Using 
20671 \family sans
20672 M-m\InsetSpace ~
20673 n
20674 \family default
20675  in a numbered formula will switch off the numbering.
20676  You can only number displayed formulas.
20677 \end_layout
20678
20679 \begin_layout Standard
20680 Multi-line formulas can be numbered line by line: Using the menu 
20681 \family sans
20682 Edit\SpecialChar \menuseparator
20683 Math\SpecialChar \menuseparator
20684 Toggle\InsetSpace ~
20685 Numbering\InsetSpace ~
20686 of\InsetSpace ~
20687 Line
20688 \family default
20689  or the shortcut 
20690 \family sans
20691 M-m\InsetSpace ~
20692 N
20693 \family default
20694  will only toggle the numbering of the line where the cursor is in:
20695 \begin_inset Formula \begin{eqnarray}
20696 1 & = & 3-2\\
20697 2 & = & 4-2\nonumber \\
20698 4 & \leq & 7\end{eqnarray}
20699
20700 \end_inset
20701
20702 To number all lines use the shortcut 
20703 \family sans
20704 M-m\InsetSpace ~
20705 n
20706 \family default
20707 .
20708 \end_layout
20709
20710 \begin_layout Standard
20711 \begin_inset VSpace bigskip
20712 \end_inset
20713
20714 Every displayed formula can be referenced by its number using a label.
20715  A label is inserted with the menu 
20716 \family sans
20717 Insert\SpecialChar \menuseparator
20718 Label
20719 \family default
20720  when the cursor is in the formula.
20721  This opens a dialog to enter the label.
20722  It is recommended to use the proposed 
20723 \begin_inset Quotes eld
20724 \end_inset
20725
20726
20727 \family sans
20728 eq:
20729 \family default
20730
20731 \begin_inset Quotes erd
20732 \end_inset
20733
20734  as first part of the label, because this helps later to identify the label
20735  type when you have many labels in your document.
20736  We inserted in the following example the label 
20737 \begin_inset Quotes eld
20738 \end_inset
20739
20740 eq:tanhExp
20741 \begin_inset Quotes erd
20742 \end_inset
20743
20744  in the second line:
20745 \begin_inset Formula \begin{eqnarray}
20746 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
20747  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
20748
20749 \end_inset
20750
20751 Every labeled line is automatically numbered.
20752  Therefore the label is shown in LyX at the place of the formula number
20753  placeholder 
20754 \begin_inset Quotes eld
20755 \end_inset
20756
20757 #
20758 \begin_inset Quotes erd
20759 \end_inset
20760
20761 .
20762  You can reference a labeled formula using the menu 
20763 \family sans
20764 Insert\SpecialChar \menuseparator
20765 Cross\InsetSpace ~
20766 Reference
20767 \family default
20768 .
20769  A dialog appears to choose a label you want refer to.
20770  The reference appears in LyX as grey cross reference box and in the output
20771  as the formula number:
20772 \end_layout
20773
20774 \begin_layout Standard
20775 This is a cross-reference to equation (
20776 \begin_inset LatexCommand ref
20777 reference "eq:tanhExp"
20778
20779 \end_inset
20780
20781 ).
20782 \end_layout
20783
20784 \begin_layout Standard
20785 The properties of LyX's cross-reference box are described in section\InsetSpace ~
20786
20787 \begin_inset LatexCommand ref
20788 reference "sec:Cross-References"
20789
20790 \end_inset
20791
20792 .
20793  To delete a label, set the cursor in the labeled formula, use the menu
20794  
20795 \family sans
20796 Insert\SpecialChar \menuseparator
20797 Label
20798 \family default
20799  and delete the label in the appearing dialog.
20800 \begin_inset Foot
20801 status collapsed
20802
20803 \begin_layout Standard
20804 This is a unintuitive and will be fixed in the next version of LyX.
20805 \end_layout
20806
20807 \end_inset
20808
20809  
20810 \end_layout
20811
20812 \begin_layout Section
20813 User defined math macros
20814 \begin_inset LatexCommand index
20815 name "Math ! Macros"
20816
20817 \end_inset
20818
20819
20820 \begin_inset LatexCommand label
20821 name "sec:math-macros"
20822
20823 \end_inset
20824
20825
20826 \end_layout
20827
20828 \begin_layout Standard
20829 LyX allows you to define macros for formulas.
20830  For example we assume that solutions of the quadratic equation often occur
20831  in our document in various forms and we want to create a macro to print
20832  them.
20833 \newline
20834 The general form of a quadratic equation is:
20835 \begin_inset Formula \[
20836 0=\lambda^{2}+p\lambda+q\]
20837
20838 \end_inset
20839
20840 The general form of its solution is:
20841 \begin_inset Formula \[
20842 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
20843
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \begin_layout Standard
20850 The macro should print the parameters 
20851 \begin_inset Formula $\lambda$
20852 \end_inset
20853
20854
20855 \begin_inset Formula $p$
20856 \end_inset
20857
20858  and 
20859 \begin_inset Formula $q$
20860 \end_inset
20861
20862  like in the equation above.
20863 \end_layout
20864
20865 \begin_layout Standard
20866 A macro is created by executing the command
20867 \end_layout
20868
20869 \begin_layout Standard
20870
20871 \series bold
20872 math-macro
20873 \begin_inset ERT
20874 status collapsed
20875
20876 \begin_layout Standard
20877
20878
20879 \backslash
20880 spce 
20881 \end_layout
20882
20883 \end_inset
20884
20885 Name
20886 \begin_inset ERT
20887 status collapsed
20888
20889 \begin_layout Standard
20890
20891
20892 \backslash
20893 spce 
20894 \end_layout
20895
20896 \end_inset
20897
20898 Number\InsetSpace ~
20899 of\InsetSpace ~
20900 Arguments
20901 \end_layout
20902
20903 \begin_layout Standard
20904 in the minibuffer at the bottom of the LyX screen.
20905  Name is the name of the new macro which mustn't contain numbers.
20906  The number of arguments can be a number in the range 1-9.
20907  If you want to define a macro without arguments, don't declare the number
20908  of arguments.
20909 \end_layout
20910
20911 \begin_layout Standard
20912 We have three arguments and name the macro 
20913 \begin_inset Quotes eld
20914 \end_inset
20915
20916 qE
20917 \begin_inset Quotes erd
20918 \end_inset
20919
20920 , so that the command is:
20921 \end_layout
20922
20923 \begin_layout Standard
20924
20925 \series bold
20926 math-macro
20927 \begin_inset ERT
20928 status collapsed
20929
20930 \begin_layout Standard
20931
20932
20933 \backslash
20934 spce 
20935 \end_layout
20936
20937 \end_inset
20938
20939 qE
20940 \begin_inset ERT
20941 status collapsed
20942
20943 \begin_layout Standard
20944
20945
20946 \backslash
20947 spce 
20948 \end_layout
20949
20950 \end_inset
20951
20952 3
20953 \end_layout
20954
20955 \begin_layout Standard
20956 This results in the following macro definition box: 
20957 \begin_inset Graphics
20958         filename clipart/macrobox.png
20959
20960 \end_inset
20961
20962  
20963 \begin_inset FormulaMacro
20964 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
20965 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
20966 \end_inset
20967
20968
20969 \begin_inset Note Note
20970 status collapsed
20971
20972 \begin_layout Standard
20973 The first box is an image to show the behavior in the output.
20974  The second one is the definition box, that doesn't appear in the output.
20975 \end_layout
20976
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \begin_layout Standard
20983 The first blue box is for the definition, where you insert the formula via
20984  the math panel or commands.
20985  The placeholder for the arguments are inserted as a backslash and sharp
20986  followed by the argument number, e.g.
20987  
20988 \begin_inset Quotes eld
20989 \end_inset
20990
20991
20992 \backslash
20993 #1
20994 \begin_inset Quotes erd
20995 \end_inset
20996
20997  for the first argument.
20998  Placeholders will be displayed in red.
20999  The second blue box is for the appearance in LyX.
21000  This is useful when you have a large structure that shouldn't be displayed
21001  in LyX with its full size.
21002  If you want to see the macro as it is defined, leave the box blank.
21003  In our example we insert the sequence
21004 \newline
21005
21006 \series bold
21007 qE: 
21008 \backslash
21009 #1
21010 \series default
21011  
21012 \series bold
21013 ,
21014 \series default
21015  
21016 \series bold
21017
21018 \backslash
21019 #2
21020 \series default
21021  
21022 \series bold
21023 ,
21024 \series default
21025  
21026 \series bold
21027
21028 \backslash
21029 #3
21030 \newline
21031
21032 \series default
21033 The macro will then be shown as the macro name followed by the three arguments.
21034 \end_layout
21035
21036 \begin_layout Standard
21037 To use the macro in a formula, type its name as command, in our case 
21038 \begin_inset Quotes eld
21039 \end_inset
21040
21041
21042 \series bold
21043
21044 \backslash
21045 qE
21046 \series default
21047
21048 \begin_inset Quotes erd
21049 \end_inset
21050
21051 .
21052  The macro is inserted with boxes for the arguments looking similar to this:
21053 \end_layout
21054
21055 \begin_layout Standard
21056 \align center
21057 \begin_inset Graphics
21058         filename clipart/macrouse.png
21059
21060 \end_inset
21061
21062
21063 \end_layout
21064
21065 \begin_layout Standard
21066 The arguments are inserted in the blue boxes.
21067  If the cursor is outside the macro, the arguments are put in the macro.
21068  To change the arguments, put the cursor in the formula before or after
21069  the macro and press the right or left arrow key respectively.
21070  The arguments appear now again below the macro definition.
21071 \end_layout
21072
21073 \begin_layout Standard
21074 If you change the macro definition all macros are changed automatically
21075  to the new definition.
21076  Here an example of our macro with the arguments 
21077 \begin_inset Formula $x$
21078 \end_inset
21079
21080
21081 \begin_inset Formula $\ln(x)$
21082 \end_inset
21083
21084 , and 
21085 \begin_inset Formula $B$
21086 \end_inset
21087
21088 :
21089 \begin_inset Formula \[
21090 \qE{x}{\ln(y)}{B}\]
21091
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \begin_layout Standard
21098 When the document is exported to LaTeX, the macro definition will be inserted
21099  as the command:
21100 \end_layout
21101
21102 \begin_layout Standard
21103
21104 \series bold
21105
21106 \backslash
21107 newcommand{
21108 \backslash
21109 qE}[3]{#1_{1,
21110 \backslash
21111 ,2}=-
21112 \backslash
21113 frac{#2}{2}
21114 \backslash
21115 pm
21116 \newline
21117
21118 \begin_inset ERT
21119 status collapsed
21120
21121 \begin_layout Standard
21122
21123
21124 \backslash
21125 hphantom{
21126 \end_layout
21127
21128 \end_inset
21129
21130
21131 \backslash
21132 newcommand
21133 \begin_inset ERT
21134 status collapsed
21135
21136 \begin_layout Standard
21137
21138 }
21139 \end_layout
21140
21141 \end_inset
21142
21143
21144 \backslash
21145 sqrt{
21146 \backslash
21147 frac{#2^{2}}{4}-#3}}
21148 \end_layout
21149
21150 \begin_layout Standard
21151 The command is not inserted in the document preamble.
21152  That means you can only use macros in formulas that are below the macro
21153  definition box in your document.
21154  There are also some other restrictions: The command 
21155 \backslash
21156 newcommand supports optional arguments, which are not available in LyX's
21157  macros.
21158  You can also not change subsequently the name of the macro and the number
21159  of arguments.
21160  
21161 \end_layout
21162
21163 \begin_layout Section
21164 Fine-Tuning
21165 \end_layout
21166
21167 \begin_layout Subsection
21168 Typefaces
21169 \begin_inset LatexCommand index
21170 name "Math ! Typefaces"
21171
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \begin_layout Standard
21178 The standard font for text is italic, for numbers the standard is roman.
21179  To set a font in a formula, use the 
21180 \family sans
21181 Math\InsetSpace ~
21182 Panel
21183 \family default
21184  button 
21185 \begin_inset Graphics
21186         filename ../images/math/font.png
21187
21188 \end_inset
21189
21190 , or enter its command, listed in table\InsetSpace ~
21191
21192 \begin_inset LatexCommand ref
21193 reference "cap:Typefaces-and-the"
21194
21195 \end_inset
21196
21197 , directly.
21198 \end_layout
21199
21200 \begin_layout Standard
21201 \begin_inset Float table
21202 wide false
21203 sideways false
21204 status open
21205
21206 \begin_layout Standard
21207 \begin_inset Caption
21208
21209 \begin_layout Standard
21210 \begin_inset LatexCommand label
21211 name "cap:Typefaces-and-the"
21212
21213 \end_inset
21214
21215 Typefaces and the corresponding commands.
21216 \end_layout
21217
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \begin_layout Standard
21224 \align center
21225 \begin_inset Tabular
21226 <lyxtabular version="3" rows="9" columns="2">
21227 <features>
21228 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
21229 <column alignment="center" valignment="top" rightline="true" width="0pt">
21230 <row topline="true" bottomline="true">
21231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Standard
21235 Font
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Standard
21244 Command
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 </row>
21250 <row topline="true">
21251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Standard
21255
21256 \shape up
21257 \size normal
21258 \bar no
21259 \noun off
21260 \color none
21261 \begin_inset Formula $\mathrm{Roman}$
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Standard
21273
21274 \series bold
21275
21276 \backslash
21277 mathrm
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 </row>
21283 <row topline="true">
21284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Standard
21288 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Standard
21300
21301 \series bold
21302
21303 \backslash
21304 mathbf
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 </row>
21310 <row topline="true">
21311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Standard
21315 \begin_inset Formula $\mathit{Italic}$
21316 \end_inset
21317
21318
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Standard
21327
21328 \series bold
21329
21330 \backslash
21331 mathit
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row topline="true">
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Standard
21342
21343 \shape up
21344 \size normal
21345 \bar no
21346 \noun off
21347 \color none
21348 \begin_inset Formula $\mathtt{Typewriter}$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Standard
21360
21361 \series bold
21362
21363 \backslash
21364 mathtt
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 </row>
21370 <row topline="true">
21371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Standard
21375 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Standard
21387
21388 \series bold
21389
21390 \backslash
21391 mathbb
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 <row topline="true">
21398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Standard
21402 \begin_inset Formula $\mathfrak{Fraktur}$
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Standard
21414
21415 \series bold
21416
21417 \backslash
21418 mathfrak
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 </row>
21424 <row topline="true">
21425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Standard
21429
21430 \shape up
21431 \size normal
21432 \emph on
21433 \bar no
21434 \noun off
21435 \color none
21436 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Standard
21448
21449 \series bold
21450
21451 \backslash
21452 mathcal
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 </row>
21458 <row topline="true" bottomline="true">
21459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Standard
21463 \begin_inset Formula $\mathsf{SansSerif}$
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Standard
21475
21476 \series bold
21477
21478 \backslash
21479 mathsf
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 </row>
21485 </lyxtabular>
21486
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \end_inset
21493
21494
21495 \end_layout
21496
21497 \begin_layout Standard
21498 \begin_inset Note Greyedout
21499 status open
21500
21501 \begin_layout Standard
21502
21503 \series bold
21504 Note:
21505 \series default
21506  that you can only print capital letters in the typefaces 
21507 \family sans
21508 Blackbold
21509 \family default
21510  and 
21511 \family sans
21512 Calligraphic
21513 \family default
21514 .
21515 \end_layout
21516
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \begin_layout Standard
21523 When you use a typeface, a blue box is inserted in the formula.
21524  Every character in this box will be printed in this typeface.
21525  Pressing 
21526 \family sans
21527 Space
21528 \family default
21529  within the box, will set the cursor outside, so that you have to use a
21530  protected space when you need a space in the box.
21531  Here an example where a 
21532 \begin_inset Quotes eld
21533 \end_inset
21534
21535 N
21536 \begin_inset Quotes erd
21537 \end_inset
21538
21539  in 
21540 \family sans
21541 Blackbold
21542 \family default
21543  denotes the set of numbers:
21544 \begin_inset Formula \[
21545 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
21546
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \begin_layout Standard
21553 The typefaces are nestable, which can cause confusion.
21554  You can e.g.
21555  put a character in 
21556 \family sans
21557 Fraktur
21558 \family default
21559  in a box for 
21560 \family sans
21561 Typewriter
21562 \family default
21563
21564 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
21565 \end_inset
21566
21567  
21568 \newline
21569 So better don't use this feature.
21570 \end_layout
21571
21572 \begin_layout Standard
21573 The typefaces have no effect on Greek letters: 
21574 \begin_inset Formula $\mathfrak{abc\delta e}$
21575 \end_inset
21576
21577
21578 \newline
21579 You can only print them emboldened using the command 
21580 \series bold
21581
21582 \backslash
21583 boldsymbol
21584 \series default
21585 , which works like the other typeface commands: 
21586 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
21587 \end_inset
21588
21589
21590 \end_layout
21591
21592 \begin_layout Standard
21593
21594 \series bold
21595
21596 \backslash
21597 boldsymbol
21598 \series default
21599  works for all symbols, letters, and numbers.
21600 \end_layout
21601
21602 \begin_layout Standard
21603 A number of other font options are available as well, in the menu 
21604 \family sans
21605 Insert\SpecialChar \menuseparator
21606 Math\SpecialChar \menuseparator
21607 Font\InsetSpace ~
21608 Change
21609 \family default
21610 .
21611 \end_layout
21612
21613 \begin_layout Subsection
21614 Math Text
21615 \begin_inset LatexCommand index
21616 name "Math ! Text"
21617
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \begin_layout Standard
21624 Typefaces are useful for entering some characters in some given font, but
21625  not for text.
21626  For typing longer pieces of text use the math text, which is obtained using
21627  the entry 
21628 \family sans
21629 Normal\InsetSpace ~
21630 text\InsetSpace ~
21631 mode
21632 \family default
21633  of the 
21634 \family sans
21635 Math\InsetSpace ~
21636 Panel
21637 \family default
21638  button 
21639 \begin_inset Graphics
21640         filename ../images/math/font.png
21641
21642 \end_inset
21643
21644  (alternatively the shortcut 
21645 \family sans
21646 M-m\InsetSpace ~
21647 m
21648 \family default
21649 ).
21650  Math text appears in LyX in black instead of blue.
21651  You can use spaces and accents in math text like in normal text.
21652  Here is an example:
21653 \begin_inset Formula \[
21654 f(x)=\begin{cases}
21655 x & \textrm{if I say so}\\
21656 -x & \textrm{unter Umständen}\end{cases}\]
21657
21658 \end_inset
21659
21660
21661 \end_layout
21662
21663 \begin_layout Subsection
21664 Font Sizes
21665 \begin_inset LatexCommand index
21666 name "Math ! Font sizes"
21667
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \begin_layout Standard
21674 There are four font styles (relative sizes) used in math-mode, which are
21675  automatically chosen in most situations.
21676  These are called 
21677 \family sans
21678 textstyle
21679 \family default
21680
21681 \family sans
21682 displaystyle
21683 \family default
21684
21685 \family sans
21686 scriptstyle
21687 \family default
21688 , and 
21689 \family sans
21690 scriptscriptstyle
21691 \family default
21692 .
21693  For most characters, 
21694 \family sans
21695 textstyle
21696 \family default
21697  and 
21698 \family sans
21699 displaystyle
21700 \family default
21701  are actually the same size, but fractions, superscripts and subscripts,
21702  and certain other structures, are set larger in 
21703 \family sans
21704 displaystyle
21705 \family default
21706 .
21707  Except for some operators, which resize themselves to accommodate various
21708  situations, all text will be set in the styles as LaTeX thinks is appropriate.
21709  These choices can be overridden by using the math panel button 
21710 \begin_inset Graphics
21711         filename ../images/math/style.png
21712
21713 \end_inset
21714
21715 .
21716  A box for the size will be created in which you can insert the math structure.
21717  For example, you can set 
21718 \begin_inset Formula $\frac{1}{2}$
21719 \end_inset
21720
21721 , which is normally in 
21722 \family sans
21723 textstyle
21724 \family default
21725 , larger in 
21726 \family sans
21727 displaystyle
21728 \family default
21729
21730 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21731 \end_inset
21732
21733 .
21734  The four styles are used in the following example:
21735 \end_layout
21736
21737 \begin_layout Standard
21738 \begin_inset Formula $displaystyle$
21739 \end_inset
21740
21741
21742 \begin_inset Formula ${\textstyle textstyle}$
21743 \end_inset
21744
21745
21746 \begin_inset Formula ${\scriptstyle scriptstyle}$
21747 \end_inset
21748
21749
21750 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21751 \end_inset
21752
21753 .
21754 \end_layout
21755
21756 \begin_layout Standard
21757 All these math-mode font sizes are relative, that means, if the whole math
21758  inset is set in a particular size with the menu 
21759 \family sans
21760 Edit\SpecialChar \menuseparator
21761 Text\InsetSpace ~
21762 Style
21763 \family default
21764 , all sizes in the formula will be adjusted relative to this size.
21765  Similarly, if the base font size of the document is changed, all fonts
21766  will be adjusted to correspond.
21767  As example a formula in the font size 
21768 \begin_inset Quotes eld
21769 \end_inset
21770
21771 largest
21772 \begin_inset Quotes erd
21773 \end_inset
21774
21775 :
21776 \end_layout
21777
21778 \begin_layout Standard
21779
21780 \family roman
21781 \size largest
21782 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
21783 \end_inset
21784
21785
21786 \end_layout
21787
21788 \begin_layout Section
21789 AMS-LaTeX
21790 \begin_inset LatexCommand index
21791 name "AMS math"
21792
21793 \end_inset
21794
21795
21796 \begin_inset LatexCommand index
21797 name "Math ! AMS"
21798
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \begin_layout Standard
21805 LyX supports the packages provided by the American Mathematical Society
21806  (AMS) that are in common use.
21807 \end_layout
21808
21809 \begin_layout Subsection
21810 Enabling AMS-Support
21811 \end_layout
21812
21813 \begin_layout Standard
21814 Selecting the checkbox 
21815 \family sans
21816 Use\InsetSpace ~
21817 AMS\InsetSpace ~
21818 math\InsetSpace ~
21819 package
21820 \family default
21821  in the 
21822 \family sans
21823 Document\SpecialChar \menuseparator
21824 Settings
21825 \family default
21826
21827 \begin_inset LatexCommand index
21828 name "Document ! Settings"
21829
21830 \end_inset
21831
21832  dialog under 
21833 \family sans
21834 Math\InsetSpace ~
21835 Options
21836 \family default
21837  will include the AMS-packages in the document, and make the facilities
21838  available.
21839  AMS is needed for many math-constructs, so when you get LaTeX-errors in
21840  formulas, assure that you have enabled AMS.
21841 \end_layout
21842
21843 \begin_layout Subsection
21844 AMS-Formula Types
21845 \begin_inset LatexCommand label
21846 name "sub:AMS-Formula-Types"
21847
21848 \end_inset
21849
21850
21851 \begin_inset LatexCommand index
21852 name "Math ! Multi-line Equations"
21853
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \begin_layout Standard
21860 AMS-LaTeX provides a selection of different formula types.
21861  LyX allows you to choose between 
21862 \family typewriter
21863 align
21864 \family default
21865
21866 \family typewriter
21867 alignat
21868 \family default
21869
21870 \family typewriter
21871 flalign
21872 \family default
21873
21874 \family typewriter
21875 gather
21876 \family default
21877 , and 
21878 \family typewriter
21879 multline
21880 \family default
21881 .
21882  We refer to the AMS-documentation for an explanation of these formula types.
21883 \end_layout
21884
21885 \begin_layout Chapter
21886 More Tools
21887 \end_layout
21888
21889 \begin_layout Section
21890 Cross-References
21891 \begin_inset LatexCommand index
21892 name "Cross references"
21893
21894 \end_inset
21895
21896
21897 \begin_inset LatexCommand label
21898 name "sec:Cross-References"
21899
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \begin_layout Standard
21906 One of LyX's strengths are cross-references.
21907  You can reference every section, float, footnote, formula, and list in
21908  the document.
21909  To reference a document part, you have to insert a label into it.
21910  The label is used as anchor and name for the reference.
21911  We want for example refer to the the second item of the following list:
21912 \end_layout
21913
21914 \begin_layout Enumerate
21915 First item
21916 \end_layout
21917
21918 \begin_layout Enumerate
21919 \begin_inset LatexCommand label
21920 name "enu:Second-item"
21921
21922 \end_inset
21923
21924 Second item
21925 \end_layout
21926
21927 \begin_layout Enumerate
21928 Third item
21929 \end_layout
21930
21931 \begin_layout Standard
21932 First we insert a label into the second item with the menu 
21933 \family sans
21934 Insert\SpecialChar \menuseparator
21935 Label
21936 \family default
21937  or the by pressing the toolbar button 
21938 \begin_inset Graphics
21939         filename ../images/label-insert.png
21940         scale 85
21941
21942 \end_inset
21943
21944 .
21945  A grey label box like this: 
21946 \begin_inset Graphics
21947         filename clipart/labelQt4.png
21948         scale 85
21949
21950 \end_inset
21951
21952  is inserted and the label window pops up asking for the label text.
21953  LyX offers as text the first words of the item with a prefix, in our case
21954  the text 
21955 \begin_inset Quotes eld
21956 \end_inset
21957
21958
21959 \family sans
21960 enu: Second-item
21961 \family default
21962
21963 \begin_inset Quotes erd
21964 \end_inset
21965
21966 .
21967  The prefix 
21968 \begin_inset Quotes eld
21969 \end_inset
21970
21971
21972 \family sans
21973 enu:
21974 \family default
21975
21976 \begin_inset Quotes erd
21977 \end_inset
21978
21979  stands for 
21980 \begin_inset Quotes eld
21981 \end_inset
21982
21983 enumerate
21984 \begin_inset Quotes erd
21985 \end_inset
21986
21987 .
21988  The prefix depends on the document part where the label is inserted, e.g.
21989  if you insert a label to a section heading, the prefix will be 
21990 \begin_inset Quotes eld
21991 \end_inset
21992
21993
21994 \family sans
21995 sec:
21996 \family default
21997
21998 \begin_inset Quotes erd
21999 \end_inset
22000
22001 .
22002 \end_layout
22003
22004 \begin_layout Standard
22005 To reference the item, we refer to its label using the menu 
22006 \family sans
22007 Insert\SpecialChar \menuseparator
22008 Cross-Reference
22009 \family default
22010  or the toolbar button 
22011 \begin_inset Graphics
22012         filename ../images/dialog-show-new-inset_ref.png
22013         scale 85
22014
22015 \end_inset
22016
22017 .
22018  A grey cross-reference box like this: 
22019 \begin_inset Graphics
22020         filename clipart/referenceQt4.png
22021         scale 85
22022
22023 \end_inset
22024
22025  is inserted and the cross-reference window appear showing all labels of
22026  the document.
22027  We can now sort the labels alphabetically and then choose the entry 
22028 \begin_inset Quotes eld
22029 \end_inset
22030
22031
22032 \family sans
22033 enu:Second-item
22034 \family default
22035
22036 \begin_inset Quotes erd
22037 \end_inset
22038
22039 .
22040  At the position of the cross-reference box the item number will appear
22041  in the output.
22042  Here is our cross-reference:
22043 \end_layout
22044
22045 \begin_layout Standard
22046 Item\InsetSpace ~
22047
22048 \begin_inset LatexCommand ref
22049 reference "enu:Second-item"
22050
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \begin_layout Standard
22057 It is recommended to use a protected space
22058 \begin_inset Foot
22059 status collapsed
22060
22061 \begin_layout Standard
22062 described in section\InsetSpace ~
22063
22064 \begin_inset LatexCommand ref
22065 reference "sub:Protected-Space"
22066
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \end_inset
22073
22074  between the cross-reference name and its number to avoid ugly linebreaks
22075  between them.
22076 \end_layout
22077
22078 \begin_layout Standard
22079 There are six varieties of cross-references:
22080 \end_layout
22081
22082 \begin_layout Description
22083 <reference>: prints the float number, this is the default: 
22084 \begin_inset LatexCommand ref
22085 reference "cap:Two-distorted-images"
22086
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \begin_layout Description
22093 (<reference>): prints the float number within two parentheses, this is the
22094  style normally used to reference formulas, especially when the reference
22095  name 
22096 \begin_inset Quotes eld
22097 \end_inset
22098
22099 Equation
22100 \begin_inset Quotes erd
22101 \end_inset
22102
22103  is omitted: 
22104 \begin_inset LatexCommand eqref
22105 reference "eq:tanhExp"
22106
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \begin_layout Description
22113 <page>: prints the page number: Page\InsetSpace ~
22114
22115 \begin_inset LatexCommand pageref
22116 reference "cap:Two-distorted-images"
22117
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \begin_layout Description
22124 on\InsetSpace ~
22125 page\InsetSpace ~
22126 <page>: prints the text "on page" and the page number: 
22127 \begin_inset LatexCommand vpageref
22128 reference "cap:Two-distorted-images"
22129
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \begin_layout Description
22136 <reference>\InsetSpace ~
22137 on\InsetSpace ~
22138 page\InsetSpace ~
22139 <page>: prints the float number, the text "on page", and
22140  the page number: 
22141 \begin_inset LatexCommand vref
22142 reference "cap:Two-distorted-images"
22143
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \begin_layout Description
22150 Formatted\InsetSpace ~
22151 reference: prints a self defined cross-reference format.
22152 \newline
22153
22154 \begin_inset Note Greyedout
22155 status open
22156
22157 \begin_layout Standard
22158
22159 \series bold
22160 Note:
22161 \series default
22162  This feature is only available when you have the LaTeX-package 
22163 \series bold
22164 prettyref
22165 \begin_inset LatexCommand index
22166 name "LaTeX-packages ! prettyref"
22167
22168 \end_inset
22169
22170
22171 \series default
22172  installed.
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \begin_layout Standard
22181 Note that the style <page> won't print the page number if the label is on
22182  the previous, the same, or the next page.
22183  You will e.\InsetSpace \thinspace{}
22184 g.\InsetSpace ~
22185 see the text 
22186 \begin_inset Quotes eld
22187 \end_inset
22188
22189
22190 \family sans
22191 on this page
22192 \family default
22193
22194 \begin_inset Quotes erd
22195 \end_inset
22196
22197  instead.
22198 \end_layout
22199
22200 \begin_layout Standard
22201 The number and current page of the referred document part in the output,
22202  is automatically calculated by LaTeX.
22203  The varieties are adjusted in the field 
22204 \family sans
22205 Format
22206 \family default
22207  of the cross-reference window, that appear when you click on the cross-referenc
22208 e box.
22209 \end_layout
22210
22211 \begin_layout Standard
22212 You can only use the style 
22213 \family sans
22214 <reference>
22215 \family default
22216  to reference numbered document parts, while the reference style 
22217 \family sans
22218 <page>
22219 \family default
22220  is always possible.
22221 \end_layout
22222
22223 \begin_layout Standard
22224 If you want to reference a section, put the label in the section heading,
22225  to reference a float, put the label in the caption.
22226  For footnotes you can put the label somewhere in it.
22227  Referencing formulas is explained in section\InsetSpace ~
22228
22229 \begin_inset LatexCommand ref
22230 reference "sec:Formula-Numbering-and"
22231
22232 \end_inset
22233
22234 .
22235 \end_layout
22236
22237 \begin_layout Standard
22238 The button 
22239 \family sans
22240 Go\InsetSpace ~
22241 to\InsetSpace ~
22242 Label
22243 \family default
22244  in the cross-reference window sets the the cursor before the referred label.
22245  The button text changes then to 
22246 \family sans
22247 Go\InsetSpace ~
22248 Back
22249 \family default
22250  and you can use it to set the cursor back to the cross-reference.
22251  Right-clicking on a cross-reference box also sets the cursor before the
22252  referred label but without a possibility to go back.
22253  
22254 \end_layout
22255
22256 \begin_layout Standard
22257 You can change labels at any time by clicking on the label box.
22258  References to the changed label will automatically change its link to the
22259  new label text, so that you don't need to take care about this.
22260 \end_layout
22261
22262 \begin_layout Standard
22263 If a cross-reference refers to a non-existing label, you'll see two question
22264  marks in the output instead of the reference.
22265 \end_layout
22266
22267 \begin_layout Standard
22268 References are described in detail in the 
22269 \emph on
22270 Embedded Objects
22271 \emph default
22272  manual.
22273 \end_layout
22274
22275 \begin_layout Section
22276 Table of Contents and other Listings
22277 \begin_inset LatexCommand index
22278 name "Table of contents"
22279
22280 \end_inset
22281
22282
22283 \begin_inset LatexCommand index
22284 name "Outline"
22285
22286 \end_inset
22287
22288
22289 \begin_inset LatexCommand label
22290 name "sec:toc"
22291
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \begin_layout Subsection
22298 Table of Contents and Outline
22299 \begin_inset LatexCommand label
22300 name "sub:Table-of-Contents"
22301
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \begin_layout Standard
22308 The Table of Contents (TOC) is inserted with the menu 
22309 \family sans
22310 Insert\SpecialChar \menuseparator
22311 List/TOC\SpecialChar \menuseparator
22312 Table\InsetSpace ~
22313 of\InsetSpace ~
22314 Contents
22315 \family default
22316 .
22317  Is is displayed in LyX as a gray box.
22318  If you click on it, the TOC window appears, showing you the TOC entries.
22319  You can jump to a document part by clicking on an entry.
22320  Thus you can use this window as graphical alternative for the 
22321 \family sans
22322 Navigate
22323 \family default
22324  menu.
22325 \end_layout
22326
22327 \begin_layout Standard
22328 The TOC lists every numbered section automatically.
22329  If you have declared a short title for a section heading, as described
22330  in section\InsetSpace ~
22331
22332 \begin_inset LatexCommand ref
22333 reference "sec:Short-Titles"
22334
22335 \end_inset
22336
22337 , it will be used in the TOC instead of the section heading.
22338  Section\InsetSpace ~
22339
22340 \begin_inset LatexCommand ref
22341 reference "sub:Numbering-depth"
22342
22343 \end_inset
22344
22345  describes how the level is adjusted that defines which section types are
22346  listed in the TOC.
22347  You can also adjust the level for the displayed sections in the TOC window
22348  using the grey fader at the bottom of the window.
22349  Unnumbered sections are not listed in the TOC.
22350 \end_layout
22351
22352 \begin_layout Standard
22353 You can use the TOC window also as outline to move and rearrange sections
22354  in your documents.
22355  The TOC window therefore also appears when you use the menu 
22356 \family sans
22357 Document\SpecialChar \menuseparator
22358 Outline
22359 \family default
22360 .
22361 \end_layout
22362
22363 \begin_layout Subsection
22364 List of Figures, Tables and Algorithms
22365 \begin_inset LatexCommand label
22366 name "sec:ListsOf"
22367
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \begin_layout Standard
22374 Table, figure, and algorithm lists are very much like the table of contents.
22375  You can insert them via the 
22376 \family sans
22377 Insert\SpecialChar \menuseparator
22378 List\InsetSpace ~
22379 /\InsetSpace ~
22380 TOC
22381 \family default
22382  submenus.
22383  The list entries are the float captions and the float number.
22384 \end_layout
22385
22386 \begin_layout Section
22387 URLs (Uniform Resource Locators)
22388 \begin_inset LatexCommand index
22389 name "URLs"
22390
22391 \end_inset
22392
22393
22394 \begin_inset LatexCommand label
22395 name "sec:URL"
22396
22397 \end_inset
22398
22399
22400 \end_layout
22401
22402 \begin_layout Standard
22403 It is often desirable to include long 
22404 \begin_inset Quotes eld
22405 \end_inset
22406
22407 verbatim
22408 \begin_inset Quotes erd
22409 \end_inset
22410
22411  items in a document such as Web site URLs, e-mail addresses, etc.
22412  These things typically do not contain any spaces and are thus difficult
22413  to typeset properly.
22414  Such items will often fall on a line boundary if they cannot be split,
22415  resulting in an overfull line.
22416  To avoid this, use the menu 
22417 \family sans
22418 Insert\SpecialChar \menuseparator
22419 URL
22420 \family default
22421  to enter a long URL and have it split gracefully, if necessary.
22422 \end_layout
22423
22424 \begin_layout Standard
22425 The URL dialog has two fields; the URL field and the 
22426 \family sans
22427 Name
22428 \family default
22429  field for the URL description, which will be typeset as plain text immediately
22430  before the URL.
22431  Here an example:
22432 \end_layout
22433
22434 \begin_layout Standard
22435 \begin_inset LatexCommand url
22436 name "LyX-Homepage"
22437 target "http://www.lyx.org"
22438
22439 \end_inset
22440
22441 .
22442 \end_layout
22443
22444 \begin_layout Standard
22445 \begin_inset VSpace bigskip
22446 \end_inset
22447
22448
22449 \series bold
22450 Important notes
22451 \series default
22452 :
22453 \end_layout
22454
22455 \begin_layout Itemize
22456 When you use the following characters: "%", "#", "^", you have to write
22457  them with a backslash before, e.g.
22458  
22459 \begin_inset Quotes eld
22460 \end_inset
22461
22462
22463 \backslash
22464 #
22465 \begin_inset Quotes erd
22466 \end_inset
22467
22468 .
22469 \end_layout
22470
22471 \begin_layout Itemize
22472 URLs must not end with a backslash!
22473 \end_layout
22474
22475 \begin_layout Section
22476 Appendices
22477 \begin_inset LatexCommand index
22478 name "Appendix"
22479
22480 \end_inset
22481
22482
22483 \begin_inset LatexCommand label
22484 name "sec:Appendices"
22485
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \begin_layout Standard
22492 Appendices are created with the menu 
22493 \family sans
22494 Document\SpecialChar \menuseparator
22495 Start\InsetSpace ~
22496 Appendix\InsetSpace ~
22497 Here
22498 \family default
22499 .
22500  This menu sets the document from the current cursor position to the end
22501  as appendix region.
22502  The region is marked with a red borderline.
22503 \end_layout
22504
22505 \begin_layout Standard
22506 Every chapter (or section) within the appendix region is treated as an appendix,
22507  numbered with a capital Latin letter.
22508  The appendix subsections are numbered with this letter followed by a dot
22509  and the subsection number.
22510  All appendix sections can be referenced as if they were normal sections,
22511  here two examples:
22512 \end_layout
22513
22514 \begin_layout Standard
22515 Appendix\InsetSpace ~
22516
22517 \begin_inset LatexCommand ref
22518 reference "cha:Credits"
22519
22520 \end_inset
22521
22522 ; Appendix\InsetSpace ~
22523
22524 \begin_inset LatexCommand ref
22525 reference "sub:Export"
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \begin_layout Section
22533 Bibliography
22534 \begin_inset LatexCommand index
22535 name "Bibliography"
22536
22537 \end_inset
22538
22539
22540 \begin_inset LatexCommand label
22541 name "sec:Bibliography"
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Standard
22549 There are two ways of generating the bibliography in a LyX-document.
22550  You can include a bibliography database
22551 \begin_inset Foot
22552 status collapsed
22553
22554 \begin_layout Standard
22555 Known under the name 
22556 \begin_inset Quotes eld
22557 \end_inset
22558
22559 BibTeX-database
22560 \begin_inset Quotes erd
22561 \end_inset
22562
22563 .
22564 \end_layout
22565
22566 \end_inset
22567
22568 , which is explained in the next subsection or you can insert the bibliography
22569  manually.
22570  For the second method we use the paragraph environment 
22571 \family sans
22572 Bibliography
22573 \family default
22574 , described in section\InsetSpace ~
22575
22576 \begin_inset LatexCommand ref
22577 reference "sub:Biblio_environment"
22578
22579 \end_inset
22580
22581 .
22582 \end_layout
22583
22584 \begin_layout Standard
22585 Within the 
22586 \family sans
22587 Bibliography
22588 \family default
22589  environment, every paragraph begins with a gray bibliography box labeled
22590  with a number.
22591  If you click on it, you will get a dialog in which you can set a 
22592 \family sans
22593 Key
22594 \family default
22595  and a 
22596 \family sans
22597 Label
22598 \family default
22599 .
22600  The key is the symbolic name by which you will refer to this bibliography
22601  entry.
22602  For example, our second entry in the bibliography is a book about LaTeX
22603  and we used 
22604 \begin_inset Quotes eld
22605 \end_inset
22606
22607 latexcompanion
22608 \begin_inset Quotes erd
22609 \end_inset
22610
22611 , a short form of its title, as key.
22612 \end_layout
22613
22614 \begin_layout Standard
22615 You can refer to the key of a bibliography entry using the menu 
22616 \family sans
22617 Insert\SpecialChar \menuseparator
22618 Citation
22619 \family default
22620  or the toobar button 
22621 \begin_inset Graphics
22622         filename ../images/dialog-show-new-inset_citation.png
22623         BoundingBox 0bp 5bp 20bp 20bp
22624
22625 \end_inset
22626
22627 .
22628  A citation reference box is inserted and a citation window will appear
22629  in which you can select one or more keys in the available key list.
22630  The citation reference box will be labeled with the referenced key.
22631  When you click on the box, the citation window appears and you can change
22632  the reference.
22633 \end_layout
22634
22635 \begin_layout Standard
22636 Citation references appear in the output as number of the bibliography entry
22637  with surrounding brackets.
22638  If you set a 
22639 \family sans
22640 Label
22641 \family default
22642  for the entry, the label will appear instead of the number.
22643  Here two examples; the first without a label, the second with the label
22644  
22645 \begin_inset Quotes eld
22646 \end_inset
22647
22648 Credits
22649 \begin_inset Quotes erd
22650 \end_inset
22651
22652 :
22653 \end_layout
22654
22655 \begin_layout Standard
22656 Have a look at the 
22657 \family sans
22658 LaTeX Companion Second Edition
22659 \family default
22660
22661 \begin_inset LatexCommand cite
22662 key "latexcompanion"
22663
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \begin_layout Standard
22670 The LyX-Team members are listed in the Credits: 
22671 \begin_inset LatexCommand cite
22672 key "lyxcredit"
22673
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \begin_layout Subsection
22680 Bibliography databases (BibTeX)
22681 \begin_inset LatexCommand index
22682 name "Bibliography ! Databases"
22683
22684 \end_inset
22685
22686
22687 \begin_inset LatexCommand index
22688 name "Bibliography ! BibTeX"
22689
22690 \end_inset
22691
22692
22693 \begin_inset LatexCommand label
22694 name "sub:Bibliography-databases"
22695
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \begin_layout Standard
22702 Bibliography databases are useful if you use the same bibliography in different
22703  documents.
22704  It makes it also very easy to have a uniform layout for all bibliography
22705  entries.
22706  You can collect the bibliography of all relevant books and articles of
22707  your working field in a database.
22708  This database can be used for different documents, because only the referenced
22709  entries of the database will appear in the bibliography list.
22710 \end_layout
22711
22712 \begin_layout Standard
22713 The database is a text file with the file extension 
22714 \begin_inset Quotes eld
22715 \end_inset
22716
22717
22718 \family sans
22719 .bib
22720 \family default
22721
22722 \begin_inset Quotes erd
22723 \end_inset
22724
22725  containing the bibliography in a special format.
22726  The format is explained in LaTeX books (
22727 \begin_inset LatexCommand cite
22728 key "Mittelbach,Kopka,Lamport"
22729
22730 \end_inset
22731
22732 ).
22733  Normally one uses a special program to create and edit entries of the database.
22734  Under
22735 \newline
22736  
22737 \begin_inset LatexCommand url
22738 target "http://wiki.lyx.org/BibTeX/Programs"
22739
22740 \end_inset
22741
22742
22743 \newline
22744 you find a list of programs for bibliography databases.
22745 \end_layout
22746
22747 \begin_layout Standard
22748 To use a database, use the menu 
22749 \family sans
22750 Insert\SpecialChar \menuseparator
22751 List
22752 \family default
22753 /
22754 \family sans
22755 TOC\SpecialChar \menuseparator
22756 BibT
22757 \begin_inset ERT
22758 status collapsed
22759
22760 \begin_layout Standard
22761
22762 {}
22763 \end_layout
22764
22765 \end_inset
22766
22767 eX\InsetSpace ~
22768 Bibliography
22769 \family default
22770 .
22771  A grey box will be inserted and a window appears.
22772  In this window you can load one or more databases and a style file.
22773 \end_layout
22774
22775 \begin_layout Standard
22776 The style file is a text file with the file extension
22777 \begin_inset Quotes erd
22778 \end_inset
22779
22780
22781 \family sans
22782 .bst
22783 \family default
22784
22785 \begin_inset Quotes erd
22786 \end_inset
22787
22788  that declares the layout of all bibliography entries.
22789  Many publishers provide special style files, so that you don't have to
22790  take care of the layout.
22791 \end_layout
22792
22793 \begin_layout Standard
22794 Inserting a citation reference works like described above.
22795 \end_layout
22796
22797 \begin_layout Standard
22798 \begin_inset VSpace defskip
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \begin_layout Standard
22805 To generate the bibliography from a database, the program BibTeX is used
22806  by LyX.
22807  This program can be controlled with options that you can add in LyX's preferenc
22808 es dialog under 
22809 \family sans
22810 Outputs
22811 \family default
22812
22813 \family sans
22814 LaT
22815 \begin_inset ERT
22816 status collapsed
22817
22818 \begin_layout Standard
22819
22820 {}
22821 \end_layout
22822
22823 \end_inset
22824
22825 eX
22826 \family default
22827  in the field 
22828 \family sans
22829 BibT
22830 \begin_inset ERT
22831 status collapsed
22832
22833 \begin_layout Standard
22834
22835 {}
22836 \end_layout
22837
22838 \end_inset
22839
22840 eX\InsetSpace ~
22841 command
22842 \family default
22843 .
22844  Before adding options, it is strongly recommended to read the manual of
22845  
22846 \family sans
22847 BibTeX
22848 \family default
22849 .
22850 \end_layout
22851
22852 \begin_layout Standard
22853 \begin_inset VSpace defskip
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \begin_layout Standard
22860 We use two bibliographies in this document to show the difference between
22861  the two methods of creating them.
22862  As you can see, the bibliography that is created from a database lists
22863  only the database entries that are referenced in the document.
22864  We used the style file 
22865 \family sans
22866 alphadin.bst
22867 \family default
22868  to get the complicated German reference key scheme in the bibliography.
22869 \end_layout
22870
22871 \begin_layout Subsection
22872 Bibliography layout
22873 \begin_inset LatexCommand index
22874 name "Bibliography ! Layout"
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Standard
22882 In the citation reference dialog you can set a special citation format.
22883  For this feature you need to use the option 
22884 \family sans
22885 Natbib
22886 \family default
22887  enabled in the 
22888 \family sans
22889 Document\SpecialChar \menuseparator
22890 Settings
22891 \family default
22892
22893 \begin_inset LatexCommand index
22894 name "Document ! Settings"
22895
22896 \end_inset
22897
22898  dialog under 
22899 \family sans
22900 Bibliography
22901 \family default
22902 .
22903  Setting a citation style for a reference will overwrite the default.
22904  For the global citation format use the BibTeX style files as explained
22905  in the previous section.
22906 \end_layout
22907
22908 \begin_layout Standard
22909 You can also set text, that should appear before or after a citation reference,
22910  in the citation reference window.
22911  Here an example where we set the text 
22912 \begin_inset Quotes eld
22913 \end_inset
22914
22915 Chapter\InsetSpace ~
22916 3
22917 \begin_inset Quotes erd
22918 \end_inset
22919
22920  to appear after the reference:
22921 \end_layout
22922
22923 \begin_layout Standard
22924 Have a look at 
22925 \begin_inset LatexCommand cite
22926 after "Chapter 3"
22927 key "latexcompanion"
22928
22929 \end_inset
22930
22931 .
22932 \end_layout
22933
22934 \begin_layout Section
22935 Index
22936 \begin_inset LatexCommand index
22937 name "Index generation"
22938
22939 \end_inset
22940
22941
22942 \begin_inset LatexCommand label
22943 name "sec:Index"
22944
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \begin_layout Standard
22951 An index entry is created if you use the menu 
22952 \family sans
22953 Insert\SpecialChar \menuseparator
22954 Index\InsetSpace ~
22955 Entry
22956 \family default
22957  or the toolbar button 
22958 \begin_inset Graphics
22959         filename ../images/index-insert.png
22960         BoundingBox 0bp 5bp 20bp 20bp
22961
22962 \end_inset
22963
22964 .
22965  A gray box labeled 
22966 \begin_inset Quotes eld
22967 \end_inset
22968
22969
22970 \family sans
22971 Idx
22972 \family default
22973
22974 \begin_inset Quotes erd
22975 \end_inset
22976
22977  is inserted containing the text that appears in the index.
22978  The word where the cursor is in or the currently highlighted text is proposed
22979  by LyX as index entry.
22980 \end_layout
22981
22982 \begin_layout Standard
22983 \begin_inset Note Greyedout
22984 status open
22985
22986 \begin_layout Standard
22987
22988 \series bold
22989 Note:
22990 \series default
22991  The index entry text field differs from all other text fields, because
22992  you have to insert valid LaTeX-code.
22993 \end_layout
22994
22995 \end_inset
22996
22997  Therefore you cannot insert
22998 \end_layout
22999
23000 \begin_layout Standard
23001
23002 \series bold
23003 Find & Replace
23004 \end_layout
23005
23006 \begin_layout Standard
23007 to an index entry field, because the 
23008 \begin_inset Quotes eld
23009 \end_inset
23010
23011 &
23012 \begin_inset Quotes erd
23013 \end_inset
23014
23015  character is used in LaTeX to separate table columns, so that you will
23016  get LaTeX-errors.
23017  The correct entry is
23018 \end_layout
23019
23020 \begin_layout Standard
23021
23022 \series bold
23023 Find 
23024 \backslash
23025 & Replace
23026 \end_layout
23027
23028 \begin_layout Standard
23029 This behavior is necessary because index entries can be formatted in many
23030  ways using special LaTeX commands.
23031  We give a short overview of the index command in the next subsections.
23032  For a detailed description of LaTeX's index mechanism, have a look at one
23033  of the LaTeX books 
23034 \begin_inset LatexCommand cite
23035 key "latexcompanion,latexguide,latexbook"
23036
23037 \end_inset
23038
23039 .
23040 \end_layout
23041
23042 \begin_layout Standard
23043 You can change index entries by clicking on the index box.
23044 \end_layout
23045
23046 \begin_layout Standard
23047 The index list is inserted to the document with the menu 
23048 \family sans
23049 Insert\SpecialChar \menuseparator
23050 List\InsetSpace ~
23051 /\InsetSpace ~
23052 TOC\SpecialChar \menuseparator
23053 Index\InsetSpace ~
23054 List
23055 \family default
23056 .
23057  A light blue box labeled 
23058 \begin_inset Quotes eld
23059 \end_inset
23060
23061
23062 \family sans
23063 Index
23064 \family default
23065
23066 \begin_inset Quotes erd
23067 \end_inset
23068
23069  will show the place where the index is printed in the output.
23070  The index list box is not clickable like other LyX-boxes.
23071 \end_layout
23072
23073 \begin_layout Subsection
23074 Grouping Index Entries
23075 \begin_inset LatexCommand index
23076 name "Index ! Grouping"
23077
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \begin_layout Standard
23084 Index entries are often grouped to offer the reader a fast search in the
23085  index.
23086  We want to group for example the index entries for itemized and enumerated
23087  lists under the entry 
23088 \begin_inset Quotes eld
23089 \end_inset
23090
23091 Lists
23092 \begin_inset Quotes erd
23093 \end_inset
23094
23095 .
23096  First we create the entry 
23097 \begin_inset Quotes eld
23098 \end_inset
23099
23100 Lists
23101 \begin_inset Quotes erd
23102 \end_inset
23103
23104  in section\InsetSpace ~
23105
23106 \begin_inset LatexCommand ref
23107 reference "sub:Lists"
23108
23109 \end_inset
23110
23111 .
23112  In the text field for the itemized list index entry in section\InsetSpace ~
23113
23114 \begin_inset LatexCommand ref
23115 reference "sec:Itemize"
23116
23117 \end_inset
23118
23119 , we insert the command
23120 \end_layout
23121
23122 \begin_layout Standard
23123
23124 \series bold
23125 Lists ! Itemize
23126 \end_layout
23127
23128 \begin_layout Standard
23129 and the command
23130 \end_layout
23131
23132 \begin_layout Standard
23133
23134 \series bold
23135 Lists ! Enumerate
23136 \end_layout
23137
23138 \begin_layout Standard
23139 for the enumerated list in section\InsetSpace ~
23140
23141 \begin_inset LatexCommand ref
23142 reference "sec:Enumerate"
23143
23144 \end_inset
23145
23146 .
23147 \end_layout
23148
23149 \begin_layout Standard
23150 The exclamation mark 
23151 \begin_inset Quotes eld
23152 \end_inset
23153
23154 !
23155 \begin_inset Quotes erd
23156 \end_inset
23157
23158  marks the grouping levels.
23159  You can have three levels; every index level is indented a bit more.
23160  An index entry for the higher levels is not required.
23161  If we don't have an index entry for 
23162 \begin_inset Quotes eld
23163 \end_inset
23164
23165 Lists
23166 \begin_inset Quotes erd
23167 \end_inset
23168
23169 , it will be printed anyway, but without a page number.
23170 \end_layout
23171
23172 \begin_layout Subsection
23173 Page Ranges
23174 \begin_inset LatexCommand index
23175 name "Index ! Page ranges"
23176
23177 \end_inset
23178
23179
23180 \end_layout
23181
23182 \begin_layout Standard
23183 Normally an index entry will appear with the page number of the indexed
23184  section.
23185  But sometimes you want to index more pages under the same entry.
23186  E.g if we want to index the paragraph environments, we create an index entry
23187  in section\InsetSpace ~
23188
23189 \begin_inset LatexCommand ref
23190 reference "sec:Paragraph-Environments"
23191
23192 \end_inset
23193
23194  with the command
23195 \end_layout
23196
23197 \begin_layout Standard
23198
23199 \series bold
23200 Paragraph environments|(
23201 \end_layout
23202
23203 \begin_layout Standard
23204 and another entry at the end of section\InsetSpace ~
23205
23206 \begin_inset LatexCommand ref
23207 reference "sub:LyX-Code"
23208
23209 \end_inset
23210
23211  with the command
23212 \end_layout
23213
23214 \begin_layout Standard
23215
23216 \series bold
23217 Paragraph environments|)
23218 \end_layout
23219
23220 \begin_layout Standard
23221 The commands 
23222 \begin_inset Quotes eld
23223 \end_inset
23224
23225
23226 \series bold
23227 |(
23228 \series default
23229
23230 \begin_inset Quotes erd
23231 \end_inset
23232
23233  and 
23234 \begin_inset Quotes eld
23235 \end_inset
23236
23237
23238 \series bold
23239 |)
23240 \series default
23241
23242 \begin_inset Quotes erd
23243 \end_inset
23244
23245  respectively starts and ends the index range.
23246  You can also add the same index entry at different places in the document.
23247  They appear in the output under one entry with a comma separated list of
23248  the pages of the indexed document parts.
23249  An example is the index entry 
23250 \begin_inset Quotes eld
23251 \end_inset
23252
23253 Document ! Settings
23254 \begin_inset Quotes erd
23255 \end_inset
23256
23257 .
23258 \end_layout
23259
23260 \begin_layout Subsection
23261 Cross referencing
23262 \begin_inset LatexCommand index
23263 name "Index ! Cross referencing"
23264
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \begin_layout Standard
23271 It is also possible to refer to another index entry.
23272  We referred for example in the index entry 
23273 \begin_inset Quotes eld
23274 \end_inset
23275
23276 GIF
23277 \begin_inset Quotes erd
23278 \end_inset
23279
23280  (in section\InsetSpace ~
23281
23282 \begin_inset LatexCommand ref
23283 reference "sub:Image-Formats"
23284
23285 \end_inset
23286
23287 ) to the index entry 
23288 \begin_inset Quotes eld
23289 \end_inset
23290
23291 Image formats
23292 \begin_inset Quotes erd
23293 \end_inset
23294
23295  in the same section using the command
23296 \end_layout
23297
23298 \begin_layout Standard
23299
23300 \series bold
23301 GIF|see{Image formats}
23302 \end_layout
23303
23304 \begin_layout Standard
23305 The text within the braces is the referenced entry.
23306  The reference will appear in the output without a page number.
23307 \end_layout
23308
23309 \begin_layout Subsection
23310 Index Entry Order
23311 \begin_inset LatexCommand index
23312 name "Index ! Entry order"
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Standard
23320 You can use accented characters in the index entry, but the entries might
23321  then not follow the rules for the index order.
23322  The index entries are sorted alphabetically, but LaTeX
23323 \begin_inset Foot
23324 status collapsed
23325
23326 \begin_layout Standard
23327 The index generating is done in the background by an extra program, see
23328  section\InsetSpace ~
23329
23330 \begin_inset LatexCommand ref
23331 reference "sub:Index-Program"
23332
23333 \end_inset
23334
23335 .
23336 \end_layout
23337
23338 \end_inset
23339
23340  doesn't know how to sort accents in different languages.
23341  We created as example the three dummy index entries 
23342 \begin_inset Quotes eld
23343 \end_inset
23344
23345 maison
23346 \begin_inset Quotes erd
23347 \end_inset
23348
23349
23350 \begin_inset Quotes eld
23351 \end_inset
23352
23353 maïs
23354 \begin_inset Quotes erd
23355 \end_inset
23356
23357 , and 
23358 \begin_inset Quotes eld
23359 \end_inset
23360
23361 maître
23362 \begin_inset Quotes erd
23363 \end_inset
23364
23365 .
23366 \begin_inset LatexCommand index
23367 name "Dummy entries ! maïs"
23368
23369 \end_inset
23370
23371
23372 \begin_inset LatexCommand index
23373 name "Dummy entries ! maître"
23374
23375 \end_inset
23376
23377
23378 \begin_inset LatexCommand index
23379 name "Dummy entries ! maïs@maison"
23380
23381 \end_inset
23382
23383  They will be sorted in the order maïs, maître, maison, but we want the
23384  order maïs, maison, maître.
23385  To achieve this, we use the command
23386 \end_layout
23387
23388 \begin_layout Standard
23389
23390 \series bold
23391 previous entry@current entry
23392 \end_layout
23393
23394 \begin_layout Standard
23395 In our case we want to have 
23396 \begin_inset Quotes eld
23397 \end_inset
23398
23399 maison
23400 \begin_inset Quotes erd
23401 \end_inset
23402
23403  after 
23404 \begin_inset Quotes eld
23405 \end_inset
23406
23407 maïs
23408 \begin_inset Quotes erd
23409 \end_inset
23410
23411  and write therefore for the index entry of maison:
23412 \end_layout
23413
23414 \begin_layout Standard
23415
23416 \series bold
23417 maïs@maison
23418 \end_layout
23419
23420 \begin_layout Standard
23421 The previous entry needn't to be a real existing entry, you can also use
23422  another word to tell LaTeX the entry order, see the next subsection for
23423  an example.
23424 \end_layout
23425
23426 \begin_layout Subsection
23427 Index Entry Layout
23428 \begin_inset LatexCommand index
23429 name "Index ! Entry layout"
23430
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \begin_layout Standard
23437 You can insert entries together with LaTeX-commands for the layout.
23438  If you need for example an italic entry, you can write
23439 \end_layout
23440
23441 \begin_layout Standard
23442
23443 \series bold
23444
23445 \backslash
23446 textit{This is an italic entry}
23447 \end_layout
23448
23449 \begin_layout Standard
23450 where the command 
23451 \series bold
23452
23453 \backslash
23454 textit
23455 \series default
23456  produces the italic layout.
23457 \begin_inset LatexCommand index
23458 name "Dummy entries ! This@\\textit{This is an italic entry}"
23459
23460 \end_inset
23461
23462  We refer to LaTeX books (
23463 \begin_inset LatexCommand cite
23464 key "latexcompanion,latexguide,latexbook"
23465
23466 \end_inset
23467
23468 ) for an overview of layout commands.
23469  There is only the problem, that layout commands destroy the sorting order.
23470  To avoid that our index entry appears as the first one, we use the following
23471  command instead:
23472 \end_layout
23473
23474 \begin_layout Standard
23475
23476 \series bold
23477 This@
23478 \backslash
23479 textit{This is an italic entry}
23480 \end_layout
23481
23482 \begin_layout Standard
23483 You can also format the page number using the character 
23484 \begin_inset Quotes eld
23485 \end_inset
23486
23487 |
23488 \begin_inset Quotes erd
23489 \end_inset
23490
23491  followed by a LaTeX-command without a backslash.
23492  We can write for example
23493 \end_layout
23494
23495 \begin_layout Standard
23496
23497 \series bold
23498 old-style page number:|oldstylenums
23499 \end_layout
23500
23501 \begin_layout Standard
23502 to get the page number in an old-style layout.
23503 \begin_inset LatexCommand index
23504 name "Dummy entries ! old-style page number:|oldstylenums"
23505
23506 \end_inset
23507
23508  Normally all LaTeX-commands begin with a backslash, but in this special
23509  case 
23510 \begin_inset Quotes eld
23511 \end_inset
23512
23513
23514 \series bold
23515 |command
23516 \series default
23517
23518 \begin_inset Quotes erd
23519 \end_inset
23520
23521  means 
23522 \series bold
23523
23524 \backslash
23525 command{page\InsetSpace ~
23526 number}
23527 \series default
23528 .
23529  Have a look at section\InsetSpace ~
23530
23531 \begin_inset LatexCommand ref
23532 reference "sub:LaTeX-Syntax"
23533
23534 \end_inset
23535
23536  to learn more about the LaTeX-syntax.
23537 \end_layout
23538
23539 \begin_layout Standard
23540 You can also change the layout for the whole index.
23541  E.g.
23542  we marked the index list box of this document as bold to get a bold font
23543  for all index entries.
23544 \end_layout
23545
23546 \begin_layout Subsection
23547 Index Program
23548 \begin_inset LatexCommand index
23549 name "Index ! Program"
23550
23551 \end_inset
23552
23553
23554 \begin_inset LatexCommand label
23555 name "sub:Index-Program"
23556
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \begin_layout Standard
23563 LyX uses for the index generation by default the program 
23564 \family sans
23565 makeindex
23566 \family default
23567 .
23568  It can be controlled by options that can be set in LyX's preferences dialog,
23569  see section\InsetSpace ~
23570
23571 \begin_inset LatexCommand ref
23572 reference "sub:LaTeX-settings"
23573
23574 \end_inset
23575
23576 .
23577  The available options are listed and explained in 
23578 \begin_inset LatexCommand cite
23579 key "makeindex"
23580
23581 \end_inset
23582
23583 .
23584 \end_layout
23585
23586 \begin_layout Standard
23587 You can also specify there another program to generate the index, for example
23588  
23589 \family sans
23590 xindy
23591 \family default
23592 .
23593 \end_layout
23594
23595 \begin_layout Section
23596 Nomenclature / Glossary 
23597 \begin_inset LatexCommand index
23598 name "Nomenclature"
23599
23600 \end_inset
23601
23602
23603 \begin_inset LatexCommand index
23604 name "Glossary|see{Nomenclature}"
23605
23606 \end_inset
23607
23608
23609 \begin_inset LatexCommand label
23610 name "sec:Nomenclature"
23611
23612 \end_inset
23613
23614
23615 \end_layout
23616
23617 \begin_layout Standard
23618 Sometimes you need to compile a list of symbols that are mentioned in your
23619  document with a brief explanation of them -- a so called nomenclature or
23620  glossary.
23621 \end_layout
23622
23623 \begin_layout Standard
23624 To be able to create nomenclatures, you need the LaTeX package 
23625 \series bold
23626 nomencl
23627 \begin_inset LatexCommand index
23628 name "LaTeX-packages ! nomencl"
23629
23630 \end_inset
23631
23632
23633 \series default
23634  installed.
23635  You find it in the TeX Catalogue, 
23636 \begin_inset LatexCommand cite
23637 key "TeXCatalogue"
23638
23639 \end_inset
23640
23641  or in the package manager of your LaTeX-system.
23642 \end_layout
23643
23644 \begin_layout Standard
23645 A nomenclature entry is created if you place the cursor after a symbol entry
23646  and then use the menu 
23647 \family sans
23648 Insert\SpecialChar \menuseparator
23649
23650 \family default
23651 N
23652 \family sans
23653 omenclature\InsetSpace ~
23654 Entry
23655 \family default
23656  or the toobar button 
23657 \begin_inset Graphics
23658         filename ../images/nomencl-insert.png
23659         BoundingBox 0bp 5bp 20bp 20bp
23660
23661 \end_inset
23662
23663 .
23664  A gray box labeled 
23665 \begin_inset Quotes eld
23666 \end_inset
23667
23668
23669 \family sans
23670 Nom
23671 \family default
23672
23673 \begin_inset Quotes erd
23674 \end_inset
23675
23676  is inserted and a window pops up asking for the nomenclature entry.
23677 \end_layout
23678
23679 \begin_layout Standard
23680 A nomenclature entry consists of two main entries.
23681  The first is the symbol that you want to refer to.
23682  The second is the description of the symbol.
23683 \end_layout
23684
23685 \begin_layout Standard
23686 \begin_inset Note Greyedout
23687 status open
23688
23689 \begin_layout Standard
23690
23691 \series bold
23692 Note:
23693 \series default
23694  Like for the index entry dialog, you have to enter valid LaTeX-code for
23695  all fields of the nomenclature dialog.
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \begin_layout Subsection
23704 Nomenclature Definition and Layout
23705 \begin_inset LatexCommand index
23706 name "Nomenclature ! Layout"
23707
23708 \end_inset
23709
23710
23711 \end_layout
23712
23713 \begin_layout Standard
23714 When you have symbols in formulas, you have to define them in the 
23715 \family sans
23716 Symbol
23717 \family default
23718  field as LaTeX-formula.
23719  For example to get 
23720 \begin_inset Quotes eld
23721 \end_inset
23722
23723
23724 \begin_inset Formula $\sigma$
23725 \end_inset
23726
23727
23728 \begin_inset Quotes erd
23729 \end_inset
23730
23731 , insert this:
23732 \newline
23733
23734 \series bold
23735 $
23736 \backslash
23737 sigma$
23738 \newline
23739
23740 \series default
23741 The 
23742 \begin_inset Quotes eld
23743 \end_inset
23744
23745 $
23746 \begin_inset Quotes erd
23747 \end_inset
23748
23749  character hereby starts/ends the formula.
23750  The LaTeX-command for the Greek letter is the name of the letter beginning
23751  with a backslash 
23752 \begin_inset Quotes eld
23753 \end_inset
23754
23755
23756 \backslash
23757
23758 \begin_inset Quotes erd
23759 \end_inset
23760
23761 .
23762  For capital Greek letters, start the command also with a capital letter,
23763  like 
23764 \series bold
23765
23766 \backslash
23767 Sigma
23768 \series default
23769 .
23770 \end_layout
23771
23772 \begin_layout Standard
23773 (A short introduction to the LaTeX-syntax is given in section\InsetSpace ~
23774
23775 \begin_inset LatexCommand ref
23776 reference "sub:LaTeX-Syntax"
23777
23778 \end_inset
23779
23780 .)
23781 \end_layout
23782
23783 \begin_layout Standard
23784 You cannot use the 
23785 \family sans
23786 Text\InsetSpace ~
23787 Style
23788 \family default
23789  dialog to format the description text but have to use LaTeX-commands.
23790  For example the description of the nomenclature entry for the 
23791 \begin_inset Quotes eld
23792 \end_inset
23793
23794
23795 \begin_inset Formula $\sigma$
23796 \end_inset
23797
23798
23799 \begin_inset Quotes erd
23800 \end_inset
23801
23802  in this document is:
23803 \newline
23804
23805 \series bold
23806 dummy entry for the character 
23807 \backslash
23808 textsf{sigma}
23809 \series default
23810
23811 \newline
23812 The command 
23813 \series bold
23814
23815 \backslash
23816 textsf
23817 \series default
23818  sets the fonts to 
23819 \family sans
23820 sans\InsetSpace ~
23821 serif
23822 \family default
23823 .
23824  To get 
23825 \series bold
23826 bold
23827 \series default
23828  font use the command 
23829 \series bold
23830
23831 \backslash
23832 textbf
23833 \series default
23834 , for 
23835 \family typewriter
23836 typewriter
23837 \family default
23838  use 
23839 \series bold
23840
23841 \backslash
23842 texttt
23843 \series default
23844 , for 
23845 \emph on
23846 emphasized
23847 \emph default
23848  use 
23849 \series bold
23850
23851 \backslash
23852 emph
23853 \series default
23854 .
23855 \end_layout
23856
23857 \begin_layout Subsection
23858 Sort Order of Nomenclature Entries
23859 \begin_inset LatexCommand index
23860 name "Nomenclature ! Sort order"
23861
23862 \end_inset
23863
23864
23865 \end_layout
23866
23867 \begin_layout Standard
23868 The nomenclature entries are sorted alphabetically by the LaTeX-code of
23869  the symbol definition.
23870  This leads to undesired results when you for example have symbols in formulas.
23871  Suppose you have nomenclature entries for the symbols 
23872 \emph on
23873 a
23874 \begin_inset LatexCommand nomenclature
23875 symbol "a"
23876 description "dummy entry for the character \"a\""
23877
23878 \end_inset
23879
23880
23881 \emph default
23882  and 
23883 \begin_inset Formula $\sigma$
23884 \end_inset
23885
23886
23887 \begin_inset LatexCommand nomenclature
23888 prefix "sigma"
23889 symbol "$\\sigma$"
23890 description "dummy entry for the character \\textsf{sigma}"
23891
23892 \end_inset
23893
23894 .
23895  They will be sorted by 
23896 \begin_inset Quotes eld
23897 \end_inset
23898
23899
23900 \family sans
23901 a
23902 \family default
23903
23904 \begin_inset Quotes erd
23905 \end_inset
23906
23907  and 
23908 \begin_inset Quotes eld
23909 \end_inset
23910
23911
23912 \family typewriter
23913 $
23914 \backslash
23915 sigma$
23916 \family default
23917
23918 \begin_inset Quotes erd
23919 \end_inset
23920
23921  -- the 
23922 \begin_inset Formula $\sigma$
23923 \end_inset
23924
23925  will be sorted before the 
23926 \emph on
23927 a
23928 \emph default
23929  since the character 
23930 \begin_inset Quotes eld
23931 \end_inset
23932
23933 $
23934 \begin_inset Quotes erd
23935 \end_inset
23936
23937  is considered in sorting.
23938 \end_layout
23939
23940 \begin_layout Standard
23941 To control the sort order, you can edit the 
23942 \family sans
23943 Sort\InsetSpace ~
23944 as
23945 \family default
23946  field of the nomenclature dialog.
23947  Then the nomenclature entry will be sorted by this entry and not the symbol
23948  definition.
23949  For the given example, you can insert 
23950 \family typewriter
23951 sigma
23952 \family default
23953  to this field for the 
23954 \begin_inset Formula $\sigma$
23955 \end_inset
23956
23957 , then 
23958 \emph on
23959 a
23960 \emph default
23961  will be located before 
23962 \begin_inset Formula $\sigma$
23963 \end_inset
23964
23965 .
23966 \end_layout
23967
23968 \begin_layout Standard
23969 For subgrouping and tips for using sort entries see the 
23970 \series bold
23971 nomencl
23972 \series default
23973  documentation, 
23974 \begin_inset LatexCommand cite
23975 key "nomencl"
23976
23977 \end_inset
23978
23979 .
23980 \end_layout
23981
23982 \begin_layout Subsection
23983 Nomenclature Options
23984 \begin_inset LatexCommand index
23985 name "Nomenclature ! Options"
23986
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \begin_layout Standard
23993 The 
23994 \series bold
23995 nomencl
23996 \series default
23997  package offers some options to adjust the appearance of the nomenclature.
23998  Here are some of its options, for more have a look at its documentation:
23999 \end_layout
24000
24001 \begin_layout Description
24002 refeq Appends the phrase 
24003 \begin_inset Quotes eld
24004 \end_inset
24005
24006
24007 \family sans
24008 , see equation (
24009 \emph on
24010 eq
24011 \emph default
24012 )
24013 \family default
24014
24015 \begin_inset Quotes erd
24016 \end_inset
24017
24018  to every nomenclature entry, where 
24019 \family sans
24020 \emph on
24021 eq
24022 \family default
24023 \emph default
24024  is the number of the last equation in front of the nomenclature entry
24025 \end_layout
24026
24027 \begin_layout Description
24028 refpage Appends the phrase 
24029 \begin_inset Quotes eld
24030 \end_inset
24031
24032
24033 \family sans
24034 , page (
24035 \emph on
24036 page
24037 \emph default
24038 )
24039 \family default
24040
24041 \begin_inset Quotes erd
24042 \end_inset
24043
24044  to every nomenclature entry, where 
24045 \family sans
24046 \emph on
24047 page
24048 \family default
24049 \emph default
24050  is the number of the page on which the nomenclature entry appeared
24051 \end_layout
24052
24053 \begin_layout Description
24054 intoc Inserts the nomenclature in the Table of Contents
24055 \end_layout
24056
24057 \begin_layout Standard
24058 There are furthermore the options 
24059 \series bold
24060 croatian
24061 \series default
24062
24063 \series bold
24064 danish
24065 \series default
24066
24067 \series bold
24068 english
24069 \series default
24070
24071 \series bold
24072 french
24073 \series default
24074
24075 \series bold
24076 german
24077 \series default
24078
24079 \series bold
24080 italian
24081 \series default
24082
24083 \series bold
24084 polish
24085 \series default
24086
24087 \series bold
24088 portuguese
24089 \series default
24090
24091 \series bold
24092 russian
24093 \series default
24094
24095 \series bold
24096 spanish
24097 \series default
24098 , and 
24099 \series bold
24100 ukrainian
24101 \series default
24102  to print the reference texts and the nomenclature title in the corresponding
24103  language.
24104 \end_layout
24105
24106 \begin_layout Standard
24107 To use one or more of the options, add them to the comma-separated document
24108  class options list in the 
24109 \family sans
24110 Document\SpecialChar \menuseparator
24111 Settings
24112 \family default
24113  dialog.
24114  In this document the options 
24115 \series bold
24116 intoc
24117 \series default
24118  and 
24119 \series bold
24120 refpage
24121 \series default
24122  are used.
24123 \end_layout
24124
24125 \begin_layout Standard
24126 \begin_inset VSpace bigskip
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \begin_layout Standard
24133 You can also use the first two options above only for certain nomenclature
24134  entries when you add one of the following commands as last entry to the
24135  
24136 \family sans
24137 Description
24138 \family default
24139  field in the nomenclature dialog:
24140 \end_layout
24141
24142 \begin_layout Description
24143
24144 \backslash
24145 nomrefeq Like the 
24146 \series bold
24147 refeq
24148 \series default
24149  option
24150 \end_layout
24151
24152 \begin_layout Description
24153
24154 \backslash
24155 nomrefpage Like the 
24156 \series bold
24157 refpage
24158 \series default
24159  option
24160 \end_layout
24161
24162 \begin_layout Description
24163
24164 \backslash
24165 nomrefeqpage Short notation of 
24166 \series bold
24167
24168 \backslash
24169 nomrefeq
24170 \backslash
24171 nomrefpage
24172 \end_layout
24173
24174 \begin_layout Description
24175
24176 \backslash
24177 nomnorefeq,\InsetSpace ~
24178
24179 \backslash
24180 nomnorefpage,\InsetSpace ~
24181
24182 \backslash
24183 nomnorefeqpage Turns off the corresponding options
24184 \end_layout
24185
24186 \begin_layout Subsection
24187 Printing the Nomenclature
24188 \begin_inset LatexCommand index
24189 name "Nomenclature ! Printing"
24190
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \begin_layout Standard
24197 To print the nomenclature, use the menu 
24198 \family sans
24199 Insert\SpecialChar \menuseparator
24200 Lists\InsetSpace ~
24201 /\InsetSpace ~
24202 TOC\SpecialChar \menuseparator
24203 Nomenclature
24204 \family default
24205 .
24206  A light blue box labeled 
24207 \begin_inset Quotes eld
24208 \end_inset
24209
24210
24211 \family sans
24212 Nomenclature
24213 \family default
24214
24215 \begin_inset Quotes erd
24216 \end_inset
24217
24218  will show the place where the nomenclature is printed in the output.
24219  Like the index list box, the nomenclature list box is not clickable.
24220 \end_layout
24221
24222 \begin_layout Standard
24223 In the printed output the title of the nomenclature appears as 
24224 \begin_inset Quotes eld
24225 \end_inset
24226
24227 Nomenclature
24228 \begin_inset Quotes erd
24229 \end_inset
24230
24231 .
24232  If you are not happy with the name, you can change it by redefining the
24233  command 
24234 \series bold
24235
24236 \backslash
24237 nomname
24238 \series default
24239  in the preamble.
24240  For example, in order to change the name to 
24241 \emph on
24242 List of Symbols
24243 \emph default
24244 , add the following line to the preamble:
24245 \end_layout
24246
24247 \begin_layout Standard
24248
24249 \family roman
24250 \series bold
24251
24252 \backslash
24253 renewcommand{
24254 \backslash
24255 nomname}{List of Symbols}
24256 \end_layout
24257
24258 \begin_layout Standard
24259 \begin_inset VSpace defskip
24260 \end_inset
24261
24262
24263 \end_layout
24264
24265 \begin_layout Standard
24266 If you are unhappy with the amount of space for symbols, you can alter it
24267  by adding the following line to the preamble:
24268 \end_layout
24269
24270 \begin_layout Standard
24271
24272 \family roman
24273 \series bold
24274
24275 \backslash
24276 renewcommand{
24277 \backslash
24278 nomlabelwidth}{width}
24279 \end_layout
24280
24281 \begin_layout Standard
24282
24283 \family roman
24284 Where the width is a value with one of the units listed in Appendix\InsetSpace ~
24285
24286 \begin_inset LatexCommand ref
24287 reference "cha:Units-available-in"
24288
24289 \end_inset
24290
24291 .
24292  The default value is 1\InsetSpace \thinspace{}
24293 cm.
24294 \end_layout
24295
24296 \begin_layout Section
24297 Branches
24298 \begin_inset LatexCommand index
24299 name "Branches"
24300
24301 \end_inset
24302
24303
24304 \begin_inset LatexCommand index
24305 name "Document ! Branches"
24306
24307 \end_inset
24308
24309
24310 \begin_inset LatexCommand label
24311 name "sec:Branches"
24312
24313 \end_inset
24314
24315
24316 \end_layout
24317
24318 \begin_layout Standard
24319 Sometimes it is useful to hide some document parts in the output.
24320  For example a teacher who is setting an exam obviously doesn't want the
24321  pupils to see the answers, but having questions and answers in the same
24322  document will make the life of the markers of that exam much easier.
24323 \end_layout
24324
24325 \begin_layout Standard
24326 For these cases LyX offers to put text into branches.
24327  The text will then only appear in the output when its branch is activated.
24328  To create a branch, go in the 
24329 \family sans
24330 Document\SpecialChar \menuseparator
24331 Settings
24332 \family default
24333  dialog to 
24334 \family sans
24335 Branches
24336 \family default
24337 .
24338  The name of the branch, its activation state and the background color of
24339  the branches inside LyX can be specified in this dialog.
24340 \end_layout
24341
24342 \begin_layout Standard
24343 Text that should be in a branch is set into branch inset boxes.
24344  These boxes are inserted via the menu 
24345 \family sans
24346 Insert\SpecialChar \menuseparator
24347 Branch
24348 \family default
24349  where you can choose a branch.
24350  You can later change the branch of the boxes by right-clicking on them.
24351 \end_layout
24352
24353 \begin_layout Standard
24354 Here is an example, where only the question text appears, the answer branch
24355  is deactivated and does therefore not appear in the output:
24356 \end_layout
24357
24358 \begin_layout Standard
24359 \begin_inset Branch Question
24360 status open
24361
24362 \begin_layout Standard
24363 Question: Who was the first physics Nobel prize winner?
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \begin_layout Standard
24372 \begin_inset Branch Answer
24373 status open
24374
24375 \begin_layout Standard
24376 Answer: Wilhelm Conrad Röntgen
24377 \end_layout
24378
24379 \end_inset
24380
24381
24382 \end_layout
24383
24384 \begin_layout Standard
24385 \begin_inset VSpace bigskip
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \begin_layout Standard
24392 To use conditional output inside places where you cannot insert branch insets,
24393  like inside equations, you can code special LaTeX definitions for each
24394  branch.
24395  For example you can define for the question branch
24396 \begin_inset Foot
24397 status collapsed
24398
24399 \begin_layout Standard
24400 For an introduction to the LaTeX-syntax, see section\InsetSpace ~
24401
24402 \begin_inset LatexCommand ref
24403 reference "sub:LaTeX-Syntax"
24404
24405 \end_inset
24406
24407 .
24408 \end_layout
24409
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \begin_layout Standard
24416
24417 \series bold
24418
24419 \backslash
24420 newcommand{
24421 \backslash
24422 question}[1]{#1}
24423 \end_layout
24424
24425 \begin_layout Standard
24426
24427 \series bold
24428
24429 \backslash
24430 newcommand{
24431 \backslash
24432 answer}[1]{}
24433 \end_layout
24434
24435 \begin_layout Standard
24436 and for the answer branch
24437 \end_layout
24438
24439 \begin_layout Standard
24440
24441 \series bold
24442
24443 \backslash
24444 newcommand{
24445 \backslash
24446 question}[1]{}
24447 \end_layout
24448
24449 \begin_layout Standard
24450
24451 \series bold
24452
24453 \backslash
24454 newcommand{
24455 \backslash
24456 answer}[1]{#1}
24457 \end_layout
24458
24459 \begin_layout Standard
24460 \begin_inset Branch Question
24461 status open
24462
24463 \begin_layout Standard
24464 \begin_inset ERT
24465 status open
24466
24467 \begin_layout Standard
24468
24469
24470 \backslash
24471 newcommand{
24472 \backslash
24473 question}[1]{#1}
24474 \end_layout
24475
24476 \begin_layout Standard
24477
24478
24479 \backslash
24480 newcommand{
24481 \backslash
24482 answer}[1]{}
24483 \end_layout
24484
24485 \end_inset
24486
24487
24488 \end_layout
24489
24490 \end_inset
24491
24492
24493 \end_layout
24494
24495 \begin_layout Standard
24496 \begin_inset Branch Answer
24497 status open
24498
24499 \begin_layout Standard
24500 \begin_inset ERT
24501 status open
24502
24503 \begin_layout Standard
24504
24505
24506 \backslash
24507 newcommand{
24508 \backslash
24509 question}[1]{}
24510 \end_layout
24511
24512 \begin_layout Standard
24513
24514
24515 \backslash
24516 newcommand{
24517 \backslash
24518 answer}[1]{#1}
24519 \end_layout
24520
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 Now it is possible to use the commands 
24533 \series bold
24534
24535 \backslash
24536 question{\SpecialChar \ldots{}
24537 }
24538 \series default
24539  and 
24540 \series bold
24541
24542 \backslash
24543 answer{\SpecialChar \ldots{}
24544 }
24545 \series default
24546  to obtain conditional output.
24547  Here is an example formula where only the 
24548 \series bold
24549
24550 \backslash
24551 question
24552 \series default
24553  part appears:
24554 \begin_inset Formula \[
24555 x^{2}-2x-2\Rightarrow\question{x_{1}}\answer{x_{2}}=1\question{+\sqrt{3}}\answer{-\sqrt{3}}.\]
24556
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \begin_layout Standard
24563 Inside math, the same effect can be achieved using math macros, see section\InsetSpace ~
24564
24565 \begin_inset LatexCommand ref
24566 reference "sec:math-macros"
24567
24568 \end_inset
24569
24570 .
24571 \end_layout
24572
24573 \begin_layout Section
24574 ERT and the LaTeX Syntax
24575 \begin_inset LatexCommand label
24576 name "sec:ERT"
24577
24578 \end_inset
24579
24580
24581 \end_layout
24582
24583 \begin_layout Subsection
24584 ERT Boxes
24585 \begin_inset LatexCommand index
24586 name "ERT"
24587
24588 \end_inset
24589
24590
24591 \begin_inset LatexCommand label
24592 name "sub:ERT-Boxes"
24593
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \begin_layout Standard
24600 As LyX uses LaTeX in the background, it supports many LaTeX commands and
24601  constructs, but not all.
24602  LaTeX contains of hundreds of packages which provide different commands.
24603  Every month many packages are updated and new ones added.
24604  This has the advantage that you can typeset nearly everything, for every
24605  problem exists a LaTeX-package.
24606  But LyX can of course not be up to date and support all these packages
24607  and their commands.
24608 \end_layout
24609
24610 \begin_layout Standard
24611 But don't worry, you can use any LaTeX-command directly in LyX inside the
24612  ERT box.
24613  ERT stands for 
24614 \begin_inset Quotes eld
24615 \end_inset
24616
24617 evil red text
24618 \begin_inset Quotes erd
24619 \end_inset
24620
24621 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
24622  An ERT box is created by the menu 
24623 \family sans
24624 Insert\SpecialChar \menuseparator
24625 TeX
24626 \family default
24627  or by the toolbar button 
24628 \begin_inset Graphics
24629         filename ../images/ert-insert.png
24630
24631 \end_inset
24632
24633 .
24634  The box itself can be displayed in three different styles: 
24635 \family sans
24636 Inline
24637 \family default
24638
24639 \family sans
24640 Collapsed
24641 \family default
24642 , and 
24643 \family sans
24644 Open
24645 \family default
24646 .
24647  To change the style, right-click on the box and use the appearing dialog.
24648  Left-clicking on the box will switch between 
24649 \family sans
24650 Collapsed
24651 \family default
24652  and 
24653 \family sans
24654 Open
24655 \family default
24656 .
24657 \end_layout
24658
24659 \begin_layout Standard
24660 You can insert complete or incomplete commands into ERT.
24661  Incomplete means that the command argument can be Standard LyX text.
24662  For example you want to draw a frame around a word and uses therefore the
24663  LaTeX-command 
24664 \series bold
24665
24666 \backslash
24667 fbox
24668 \series default
24669 , you can write the command part 
24670 \series bold
24671
24672 \backslash
24673 fbox{
24674 \series default
24675  in an ERT box before the word and the closing brace 
24676 \series bold
24677 }
24678 \series default
24679  in a second ERT box behind the word.
24680  The word between the two ERT boxes is then the argument as it is in the
24681  following example:
24682 \end_layout
24683
24684 \begin_layout Standard
24685 \begin_inset Graphics
24686         filename clipart/ERT.png
24687         scale 89
24688
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \begin_layout Standard
24695 gives
24696 \end_layout
24697
24698 \begin_layout Standard
24699 This is a line with a 
24700 \begin_inset ERT
24701 status collapsed
24702
24703 \begin_layout Standard
24704
24705
24706 \backslash
24707 fbox{
24708 \end_layout
24709
24710 \end_inset
24711
24712 framed
24713 \begin_inset ERT
24714 status collapsed
24715
24716 \begin_layout Standard
24717
24718 }
24719 \end_layout
24720
24721 \end_inset
24722
24723  word.
24724 \end_layout
24725
24726 \begin_layout Standard
24727 \begin_inset Note Greyedout
24728 status open
24729
24730 \begin_layout Standard
24731
24732 \series bold
24733 Note:
24734 \series default
24735  At the end of LaTeX-commands without parameters, you have to insert a space
24736  to let LaTeX know that the command is finished.
24737 \end_layout
24738
24739 \end_inset
24740
24741
24742 \end_layout
24743
24744 \begin_layout Subsection
24745 Short Introduction to the LaTeX Syntax
24746 \begin_inset OptArg
24747 status collapsed
24748
24749 \begin_layout Standard
24750 The LaTeX Syntax
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \begin_inset LatexCommand index
24757 name "LaTeX Syntax"
24758
24759 \end_inset
24760
24761
24762 \begin_inset LatexCommand label
24763 name "sub:LaTeX-Syntax"
24764
24765 \end_inset
24766
24767
24768 \end_layout
24769
24770 \begin_layout Standard
24771 When you write larger documents or books, you will need to know something
24772  about the LaTeX-commands that LyX uses in the background.
24773  Because LaTeX is based on commands, you can 
24774 \begin_inset Quotes eld
24775 \end_inset
24776
24777 program
24778 \begin_inset Quotes erd
24779 \end_inset
24780
24781  your text.
24782  This has the advantage that the layout of the document can be changed at
24783  every time if you know the right commands.
24784  E.g.
24785  imagine you have to write a manual for a product and the deadline is at
24786  the end of the day.
24787  Your boss just has complimented you for your good work but wants to have
24788  all caption labels bold.
24789  But you have over hundred figure and table captions with non-bold labels
24790  in your manual.
24791  Of course it's impossible to change all caption labels by hand in one day.
24792 \end_layout
24793
24794 \begin_layout Standard
24795 Now LaTeX comes into play.
24796  As written above, for every problem exists a LaTeX-package.
24797  First you have to find out which and therefore look in the LaTeX package
24798  database, 
24799 \begin_inset LatexCommand cite
24800 key "Catalogue"
24801
24802 \end_inset
24803
24804 .
24805 \end_layout
24806
24807 \begin_layout Standard
24808 As result you know that the package 
24809 \series bold
24810 caption
24811 \series default
24812
24813 \begin_inset LatexCommand index
24814 name "LaTeX-packages ! caption"
24815
24816 \end_inset
24817
24818  is what you need.
24819  To use a package, you have to load it in the document preamble (menu 
24820 \family sans
24821 Document\SpecialChar \menuseparator
24822 Settings
24823 \family default
24824 ) with the command
24825 \end_layout
24826
24827 \begin_layout Standard
24828
24829 \series bold
24830
24831 \backslash
24832 usepackage[options]{package name}
24833 \end_layout
24834
24835 \begin_layout Standard
24836 All LaTeX commands begin with a backslash, the command argument is set within
24837  two braces, and the options are set within two brackets.
24838  Note that not all commands have an argument and options.
24839 \end_layout
24840
24841 \begin_layout Standard
24842 In your case the package name is 
24843 \series bold
24844 caption
24845 \series default
24846 .
24847  After a look in the documentation of the package, you know that the option
24848  
24849 \series bold
24850 labelfont=bf
24851 \series default
24852  will change the font of all caption labels to bold.
24853  So you add the command
24854 \end_layout
24855
24856 \begin_layout Standard
24857
24858 \series bold
24859
24860 \backslash
24861 usepackage[labelfont=bf]{caption}
24862 \end_layout
24863
24864 \begin_layout Standard
24865 to the preamble and the problem is solved.
24866 \begin_inset Foot
24867 status collapsed
24868
24869 \begin_layout Standard
24870 For more commands provided by the 
24871 \series bold
24872 caption
24873 \series default
24874  package, have a look at its documentation, 
24875 \begin_inset LatexCommand cite
24876 key "caption"
24877
24878 \end_inset
24879
24880 .
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \end_layout
24887
24888 \begin_layout Standard
24889 Note that some document classes have built-in solutions for well known problems
24890  like your case.
24891  For example if you use a 
24892 \family sans
24893 koma-script
24894 \family default
24895  class, you don't need the package 
24896 \series bold
24897 caption
24898 \series default
24899 , you can instead write
24900 \end_layout
24901
24902 \begin_layout Standard
24903
24904 \series bold
24905
24906 \backslash
24907 setkomafont{captionlabel}{
24908 \backslash
24909 bfseries}
24910 \end_layout
24911
24912 \begin_layout Standard
24913 in the preamble and the problem is solved.
24914  So if you plan to write a large document, you should have a look at the
24915  documentation of the document class you want to use.
24916  (
24917 \series bold
24918
24919 \backslash
24920 setkomafont
24921 \series default
24922  is an example for a command with more than one argument.)
24923 \end_layout
24924
24925 \begin_layout Standard
24926 Commands in the preamble affects the whole document, while commands in the
24927  text affects only the text after the command or only the text used as command
24928  argument.
24929  To insert a LaTeX-command in text, use the ERT box as described in the
24930  previous section.
24931 \end_layout
24932
24933 \begin_layout Standard
24934 If you want to learn more about LaTeX and its syntax, have a look at the
24935  LaTeX-books 
24936 \begin_inset LatexCommand cite
24937 key "latexcompanion,latexguide"
24938
24939 \end_inset
24940
24941 .
24942  
24943 \end_layout
24944
24945 \begin_layout Section
24946 Previewing Snippets of your Document
24947 \begin_inset LatexCommand index
24948 name "Instant preview"
24949
24950 \end_inset
24951
24952
24953 \begin_inset LatexCommand label
24954 name "sec:Previewing-snippets-of"
24955
24956 \end_inset
24957
24958
24959 \begin_inset LatexCommand index
24960 name "Document ! Preview"
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Standard
24968 LyX allows you to generate previews of sections of your document on the
24969  fly so you can see how they'll look in the final document without having
24970  to break your train of thought with 
24971 \family sans
24972 View\SpecialChar \menuseparator
24973 DVI
24974 \family default
24975 .
24976 \end_layout
24977
24978 \begin_layout Standard
24979 If you would for example like to see in LyX your math formulas typeset by
24980  LaTeX, install the LaTeX-package 
24981 \series bold
24982 preview-latex
24983 \begin_inset LatexCommand index
24984 name "LaTeX-packages ! preview-latex"
24985
24986 \end_inset
24987
24988
24989 \series default
24990  as explained below, and turn on 
24991 \family sans
24992 Instant\InsetSpace ~
24993 preview
24994 \family default
24995  in the 
24996 \family sans
24997 Tools\SpecialChar \menuseparator
24998 Preferences 
24999 \family default
25000 dialog under 
25001 \family sans
25002 Look\InsetSpace ~
25003 and\InsetSpace ~
25004 feel\SpecialChar \menuseparator
25005 Graphics
25006 \family default
25007 .
25008 \end_layout
25009
25010 \begin_layout Standard
25011 Previews are generated when you load a document into LyX and when you finish
25012  editing an inset.
25013  Previews of an already loaded document are 
25014 \emph on
25015 not
25016 \emph default
25017  generated just by selecting the 
25018 \family sans
25019 Instant\InsetSpace ~
25020 preview
25021 \family default
25022  check box, you have to reopen the documents to activate the previews.
25023 \end_layout
25024
25025 \begin_layout Standard
25026 LyX will generate previews of math insets.
25027  It will also generate previews of included insets if you select the 
25028 \family sans
25029 Show\InsetSpace ~
25030 preview
25031 \family default
25032  check box in the insert dialog.
25033  This is useful if you wish to generate a preview of a LaTeX figure, for
25034  example.
25035 \end_layout
25036
25037 \begin_layout Standard
25038 To get previews working, you need the LaTeX package 
25039 \series bold
25040 preview-latex
25041 \series default
25042  (on some systems named simply 
25043 \series bold
25044 preview
25045 \series default
25046 ) installed.
25047  In case it is not already installed, you find it in the TeX Catalogue,
25048  
25049 \begin_inset LatexCommand cite
25050 key "TeXCatalogue"
25051
25052 \end_inset
25053
25054  or in the package manager of your LaTeX-system.
25055  You obtain prettier results if you install the program 
25056 \family typewriter
25057 pnmcrop
25058 \family default
25059  from the 
25060 \family typewriter
25061 netpbm
25062 \family default
25063  package; for LyX on Windows this program is automatically installed together
25064  with LyX.
25065 \end_layout
25066
25067 \begin_layout Standard
25068 \begin_inset VSpace bigskip
25069 \end_inset
25070
25071
25072 \end_layout
25073
25074 \begin_layout Standard
25075 You can furthermore preview the LaTeX source of the whole document or parts
25076  of it.
25077  Use the menu 
25078 \family sans
25079 View\SpecialChar \menuseparator
25080 View\InsetSpace ~
25081 Source
25082 \family default
25083  and a window will be shown where you can see the LaTeX-source code.
25084  The window shows the source of the whole paragraph where the cursor is
25085  currently in.
25086  You can also select document parts in LyX's main window, then only this
25087  selection (when it is more than one paragraph) is shown as source code.
25088  To view the whole document as source, enable the corresponding option in
25089  the source view window.
25090 \end_layout
25091
25092 \begin_layout Section
25093 Spell Checking
25094 \begin_inset LatexCommand label
25095 name "sec:Spellchecking"
25096
25097 \end_inset
25098
25099
25100 \begin_inset LatexCommand index
25101 name "Spell checking"
25102
25103 \end_inset
25104
25105
25106 \end_layout
25107
25108 \begin_layout Standard
25109 LyX itself has no built-in spell checker.
25110  Rather it uses one of the external programs 
25111 \family typewriter
25112 aspell
25113 \family default
25114
25115 \family typewriter
25116 ispell
25117 \family default
25118
25119 \family typewriter
25120 hspell
25121 \family default
25122 , or 
25123 \family sans
25124 pspell
25125 \family default
25126  as backend.
25127  This section assumes you have already installed and set up one of these
25128  programs.
25129  
25130 \family typewriter
25131 aspell
25132 \family default
25133  can be seen as successor of 
25134 \family typewriter
25135 ispell
25136 \family default
25137 , so that it is recommended to use aspell.
25138  
25139 \family sans
25140 hspell
25141 \family default
25142  is a Hebrew spell-checker.
25143  The used spell checker ind its settings are specified in LyX's preferences
25144  under 
25145 \family sans
25146 Language Settings
25147 \family default
25148 .
25149 \end_layout
25150
25151 \begin_layout Standard
25152 For LyX on Windows, the selection box for the spell checking program is
25153  greyed out in the preferences dialog because only 
25154 \family sans
25155 aspell
25156 \family default
25157  can be used.
25158 \end_layout
25159
25160 \begin_layout Standard
25161 The menu
25162 \family sans
25163  Tools\SpecialChar \menuseparator
25164 Spellchecker
25165 \family default
25166  starts the spell checking beginning from the current cursor position.
25167  A dialog window will appear showing any incorrect (or unknown) word found,
25168  allowing you to edit and replace it in a second line.
25169  Whenever an unknown word is found, the word is highlighted and the text
25170  scrolled so that it is visible.
25171  In the 
25172 \family sans
25173 spell checker
25174 \family default
25175  dialog, there is also a box showing suggestions for a correction, if any
25176  could be found.
25177  Clicking on one of the corrections will copy to the 
25178 \family sans
25179 Replace
25180 \family default
25181  field, double-click invokes directly the replacement.
25182  Unknown but correctly typed words can be added to the personal dictionary.
25183 \end_layout
25184
25185 \begin_layout Standard
25186 By default, the used dictionary file is determined by the document language
25187  that is set in the 
25188 \family sans
25189 Document\SpecialChar \menuseparator
25190 Settings
25191 \family default
25192  dialog.
25193  If you do not have a dictionary for the document language, spell checking
25194  will bring an error message.
25195  In this case, you can specify another dictionary file in the dialog by
25196  specifying a different 
25197 \family sans
25198 Alternative language
25199 \family default
25200  in preferences dialog.
25201 \end_layout
25202
25203 \begin_layout Standard
25204 After a spell check you'll informed about the number of checked words.
25205 \end_layout
25206
25207 \begin_layout Subsubsection*
25208 Limitations
25209 \end_layout
25210
25211 \begin_layout Standard
25212 It is not possible to change the spelling of a particular word globally,
25213  rather than having to change the spelling separately for each occurrence
25214  of the word.
25215  But you can use the 
25216 \family sans
25217 Find\InsetSpace ~
25218 &\InsetSpace ~
25219 Replace
25220 \family default
25221  dialog for that.
25222 \end_layout
25223
25224 \begin_layout Standard
25225 LyX cannot correctly spell check documents containing multiple languages.
25226  This does work with 
25227 \family typewriter
25228 pspell
25229 \family default
25230 , assuming you have marked the different languages appropriately.
25231 \end_layout
25232
25233 \begin_layout Subsubsection*
25234 Further Settings
25235 \end_layout
25236
25237 \begin_layout Standard
25238 The 
25239 \family sans
25240 Spellchecker
25241 \family default
25242  section in the preferences dialog has some additional options:
25243 \end_layout
25244
25245 \begin_layout Description
25246 Escape\InsetSpace ~
25247 characters Allows you to add non-standard characters that the spell
25248  checker should consider, e.g.
25249  German umlauts although you spell check English document.
25250  This should not normally be needed.
25251 \end_layout
25252
25253 \begin_layout Description
25254 Personal\InsetSpace ~
25255 dictionary to use a different file than the spell checker's default
25256  choice as your personal dictionary
25257 \end_layout
25258
25259 \begin_layout Description
25260 Accept\InsetSpace ~
25261 compound\InsetSpace ~
25262 words Prevent the spell checker from complaining about compounded
25263  words like 
25264 \begin_inset Quotes eld
25265 \end_inset
25266
25267 passthrough
25268 \begin_inset Quotes erd
25269 \end_inset
25270
25271 .
25272 \end_layout
25273
25274 \begin_layout Description
25275 Use\InsetSpace ~
25276 input\InsetSpace ~
25277 encoding Uses the document encoding that is set in the 
25278 \family sans
25279 Document\SpecialChar \menuseparator
25280 Settings
25281 \family default
25282  dialog under 
25283 \family sans
25284 Language
25285 \family default
25286  also for the spellchecker.
25287 \begin_inset Foot
25288 status collapsed
25289
25290 \begin_layout Standard
25291 The encodings are explained in section\InsetSpace ~
25292
25293 \begin_inset LatexCommand ref
25294 reference "sub:Settings"
25295
25296 \end_inset
25297
25298 .
25299 \end_layout
25300
25301 \end_inset
25302
25303  Only enable this if you use 
25304 \family typewriter
25305 ispell
25306 \family default
25307  and can't spell check words with international letters in them.
25308  There have been reports that this does not work with all dictionaries,
25309  so this is disabled by default.
25310 \end_layout
25311
25312 \begin_layout Section
25313 Thesaurus
25314 \begin_inset LatexCommand index
25315 name "Thesaurus"
25316
25317 \end_inset
25318
25319
25320 \begin_inset LatexCommand label
25321 name "sec:Thesaurus"
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Standard
25329 Thesaurus currently only works when you use the document language English.
25330 \end_layout
25331
25332 \begin_layout Standard
25333 To start the thesaurus, highlight one word or set the cursor behind it,
25334  and use the menu 
25335 \family sans
25336 Tools\SpecialChar \menuseparator
25337 Thesaurus
25338 \family default
25339  or the toolbar button 
25340 \begin_inset Graphics
25341         filename ../images/thesaurus-entry.png
25342         BoundingBox 0bp 5bp 20bp 25bp
25343         rotateOrigin center
25344
25345 \end_inset
25346
25347 .
25348  A dialog pops up showing you probably related words that you can use as
25349  replacement.
25350 \end_layout
25351
25352 \begin_layout Standard
25353 The shown related words are in many cases not really related to the word
25354  you are currently checking, scrolling in the shown list might help in some
25355  cases to find related words.
25356 \end_layout
25357
25358 \begin_layout Standard
25359 The thesaurus only works for single words, and also only when it is in the
25360  singular form.
25361  For example starting the thesaurus with the word 
25362 \begin_inset Quotes eld
25363 \end_inset
25364
25365 reports
25366 \begin_inset Quotes erd
25367 \end_inset
25368
25369  leads to no results, while results are shown for the word 
25370 \begin_inset Quotes eld
25371 \end_inset
25372
25373 report
25374 \begin_inset Quotes erd
25375 \end_inset
25376
25377 .
25378  To avoid this, you can highlight only the part 
25379 \begin_inset Quotes eld
25380 \end_inset
25381
25382 report
25383 \begin_inset Quotes erd
25384 \end_inset
25385
25386  of the word 
25387 \begin_inset Quotes eld
25388 \end_inset
25389
25390 reports
25391 \begin_inset Quotes erd
25392 \end_inset
25393
25394  to get results.
25395 \end_layout
25396
25397 \begin_layout Section
25398 Change Tracking
25399 \begin_inset LatexCommand index
25400 name "Change Tracking"
25401
25402 \end_inset
25403
25404
25405 \begin_inset LatexCommand index
25406 name "Document ! Change Tracking"
25407
25408 \end_inset
25409
25410
25411 \begin_inset LatexCommand label
25412 name "sec:Change-Tracking"
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \begin_layout Standard
25420 When you work on a document together with many people it is extremely useful
25421  to see changes others made highlighted in the document.
25422  You can then decide if you accept a change or not.
25423  This can be achieved by turning on change tracking in the menu 
25424 \family sans
25425 Document\SpecialChar \menuseparator
25426 Change\InsetSpace ~
25427 Tracking\SpecialChar \menuseparator
25428 Track\InsetSpace ~
25429 Changes
25430 \family default
25431 .
25432 \end_layout
25433
25434 \begin_layout Standard
25435 Changes made in the document will then be highlighted by colors: 
25436 \color blue
25437 Blue text
25438 \color inherit
25439  is an addition, 
25440 \color red
25441 red canceled text
25442 \color inherit
25443  is a deletion.
25444  You can change the color in LyX's preferences dialog under 
25445 \family sans
25446 Look\InsetSpace ~
25447 and\InsetSpace ~
25448 feel
25449 \family default
25450
25451 \family sans
25452 Colors
25453 \family default
25454 .
25455 \begin_inset LatexCommand index
25456 name "Color ! LyX screen"
25457
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \begin_layout Standard
25464 When change tracking is activated, you will see the review toolbar in LyX:
25465 \begin_inset LatexCommand index
25466 name "Toolbar ! Review"
25467
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \begin_layout Standard
25474 \begin_inset VSpace defskip
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \begin_layout Standard
25481 \begin_inset Graphics
25482         filename clipart/ChangesToolbar.png
25483
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \begin_layout Standard
25490 \begin_inset VSpace defskip
25491 \end_inset
25492
25493
25494 \end_layout
25495
25496 \begin_layout Standard
25497 The review toolbar as shown above contains from left to right the following
25498  buttons:
25499 \end_layout
25500
25501 \begin_layout Standard
25502 \begin_inset VSpace defskip
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \begin_layout Standard
25509 \begin_inset Tabular
25510 <lyxtabular version="3" rows="10" columns="2">
25511 <features islongtable="true">
25512 <column alignment="left" valignment="top" width="0">
25513 <column alignment="left" valignment="top" width="0">
25514 <row interlinespace="2.5mm">
25515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Standard
25519 \begin_inset Graphics
25520         filename ../images/changes-track.png
25521         BoundingBox 0bp 5bp 20bp 25bp
25522         rotateOrigin center
25523
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25532 \begin_inset Text
25533
25534 \begin_layout Standard
25535
25536 \family sans
25537 Document\SpecialChar \menuseparator
25538 Change\InsetSpace ~
25539 Tracking\SpecialChar \menuseparator
25540 Track\InsetSpace ~
25541 Changes
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 </row>
25547 <row interlinespace="2.5mm">
25548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Standard
25552 \begin_inset Graphics
25553         filename ../images/changes-output.png
25554         BoundingBox 0bp 5bp 20bp 25bp
25555         rotateOrigin center
25556
25557 \end_inset
25558
25559
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Standard
25568
25569 \family sans
25570 Document\SpecialChar \menuseparator
25571 Change\InsetSpace ~
25572 Tracking\SpecialChar \menuseparator
25573 Show\InsetSpace ~
25574 Changes\InsetSpace ~
25575 in\InsetSpace ~
25576 Output
25577 \end_layout
25578
25579 \end_inset
25580 </cell>
25581 </row>
25582 <row interlinespace="2.5mm">
25583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25584 \begin_inset Text
25585
25586 \begin_layout Standard
25587 \begin_inset Graphics
25588         filename ../images/change-next.png
25589         BoundingBox 0bp 5bp 20bp 25bp
25590         rotateOrigin center
25591
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Standard
25603 Jumps to the next change
25604 \end_layout
25605
25606 \end_inset
25607 </cell>
25608 </row>
25609 <row interlinespace="2.5mm">
25610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Standard
25614 \begin_inset Graphics
25615         filename ../images/change-accept.png
25616         BoundingBox 0bp 5bp 20bp 25bp
25617         rotateOrigin center
25618
25619 \end_inset
25620
25621
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Standard
25630
25631 \family sans
25632 Document\SpecialChar \menuseparator
25633 Change\InsetSpace ~
25634 Tracking\SpecialChar \menuseparator
25635 Accept\InsetSpace ~
25636 Change
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 </row>
25642 <row interlinespace="2.5mm">
25643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Standard
25647 \begin_inset Graphics
25648         filename ../images/change-reject.png
25649         BoundingBox 0bp 5bp 20bp 25bp
25650         rotateOrigin center
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Standard
25663
25664 \family sans
25665 Document\SpecialChar \menuseparator
25666 Change\InsetSpace ~
25667 Tracking\SpecialChar \menuseparator
25668 Reject\InsetSpace ~
25669 Change
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 </row>
25675 <row interlinespace="2.5mm">
25676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Standard
25680 \begin_inset Graphics
25681         filename ../images/changes-merge.png
25682         BoundingBox 0bp 5bp 20bp 25bp
25683         rotateOrigin center
25684
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Standard
25696
25697 \family sans
25698 Document\SpecialChar \menuseparator
25699 Change\InsetSpace ~
25700 Tracking\SpecialChar \menuseparator
25701 Merge\InsetSpace ~
25702 Changes
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 </row>
25708 <row interlinespace="2.5mm">
25709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Standard
25713 \begin_inset Graphics
25714         filename ../images/all-changes-accept.png
25715         BoundingBox 0bp 5bp 20bp 25bp
25716         rotateOrigin center
25717
25718 \end_inset
25719
25720
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Standard
25729
25730 \family sans
25731 Document\SpecialChar \menuseparator
25732 Change\InsetSpace ~
25733 Tracking\SpecialChar \menuseparator
25734 Accept\InsetSpace ~
25735 All\InsetSpace ~
25736 Changes
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 </row>
25742 <row interlinespace="2.5mm">
25743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Standard
25747 \begin_inset Graphics
25748         filename ../images/all-changes-reject.png
25749         BoundingBox 0bp 5bp 20bp 25bp
25750         rotateOrigin center
25751
25752 \end_inset
25753
25754
25755 \end_layout
25756
25757 \end_inset
25758 </cell>
25759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25760 \begin_inset Text
25761
25762 \begin_layout Standard
25763
25764 \family sans
25765 Document\SpecialChar \menuseparator
25766 Change\InsetSpace ~
25767 Tracking\SpecialChar \menuseparator
25768 Reject\InsetSpace ~
25769 All\InsetSpace ~
25770 Changes
25771 \end_layout
25772
25773 \end_inset
25774 </cell>
25775 </row>
25776 <row interlinespace="2.5mm">
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Standard
25781 \begin_inset Graphics
25782         filename ../images/note-insert.png
25783         BoundingBox 0bp 5bp 20bp 25bp
25784         rotateOrigin center
25785
25786 \end_inset
25787
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 \family sans
25799 Insert\SpecialChar \menuseparator
25800 Note\SpecialChar \menuseparator
25801 LyX\InsetSpace ~
25802 Note
25803 \end_layout
25804
25805 \end_inset
25806 </cell>
25807 </row>
25808 <row interlinespace="2.5mm">
25809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Standard
25813 \begin_inset Graphics
25814         filename ../images/note-next.png
25815         BoundingBox 0bp 5bp 20bp 25bp
25816         rotateOrigin center
25817
25818 \end_inset
25819
25820
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Standard
25829
25830 \family sans
25831 Navigate\SpecialChar \menuseparator
25832 Next\InsetSpace ~
25833 Note
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 </row>
25839 </lyxtabular>
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \begin_layout Standard
25847 \begin_inset VSpace defskip
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \begin_layout Standard
25854 The review toolbar helps you to accept, reject, or merge changes -- highlight
25855  the change and press one of the desired toolbar buttons.
25856  When you merge changes, a window pops up showing you informations about
25857  the next change behind the current cursor position.
25858  So you don't need to highlight a certain change.
25859  Within the merge window you can decide to accept or reject changes and
25860  step to the next change.
25861  This way you can jump through all changes of the document.
25862 \end_layout
25863
25864 \begin_layout Standard
25865 The toolbar has two buttons to handle notes because notes are often important
25866  to describe a change.
25867 \end_layout
25868
25869 \begin_layout Standard
25870 To show made changes in the output you need the LaTeX package 
25871 \series bold
25872 dvipost
25873 \begin_inset LatexCommand index
25874 name "LaTeX-packages ! dvipost"
25875
25876 \end_inset
25877
25878
25879 \series default
25880  installed.
25881  You find it in the TeX Catalogue, 
25882 \begin_inset LatexCommand cite
25883 key "TeXCatalogue"
25884
25885 \end_inset
25886
25887  or in the package manager of your LaTeX-system.
25888 \end_layout
25889
25890 \begin_layout Section
25891 International Support
25892 \begin_inset LatexCommand index
25893 name "International support"
25894
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \begin_layout Standard
25901 This section describes how to use LyX with any language you want.
25902  For some non-western languages there are special Wiki-pages that explain
25903  how to set up LyX to use them: 
25904 \begin_inset LatexCommand cite
25905 key "Arabic,Armenian,Farsi,Hebrew"
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Standard
25913 Besides languages, LyX also supports phonetic symbols, see section\InsetSpace ~
25914
25915 \begin_inset LatexCommand ref
25916 reference "sub:Special-Character"
25917
25918 \end_inset
25919
25920 .
25921 \end_layout
25922
25923 \begin_layout Subsection
25924 Language Options
25925 \begin_inset LatexCommand index
25926 name "Language ! Options"
25927
25928 \end_inset
25929
25930
25931 \begin_inset LatexCommand index
25932 name "Document ! Settings"
25933
25934 \end_inset
25935
25936
25937 \begin_inset LatexCommand index
25938 name "Document ! Language"
25939
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \begin_layout Standard
25946 The 
25947 \family sans
25948 Document\SpecialChar \menuseparator
25949 Settings
25950 \family default
25951  dialog lets you set 
25952 \family roman
25953 the language and character encoding for your language.
25954  
25955 \end_layout
25956
25957 \begin_layout Standard
25958 Choose your language in the 
25959 \family sans
25960 Language
25961 \family default
25962  section of this dialog.
25963  The default is 
25964 \family sans
25965 English
25966 \family default
25967 .
25968 \end_layout
25969
25970 \begin_layout Standard
25971 The 
25972 \family sans
25973 Encoding
25974 \family default
25975  box lets you choose the character encoding map you want to use for LaTeX
25976  export.
25977  The option 
25978 \family sans
25979 use language's default encoding
25980 \family default
25981  is the preferred choice and works well in most cases.
25982  For details abhout the different encoding options see section\InsetSpace ~
25983
25984 \begin_inset LatexCommand ref
25985 reference "sub:Settings"
25986
25987 \end_inset
25988
25989 .
25990 \end_layout
25991
25992 \begin_layout Subsection
25993 Keyboard mapping configuration
25994 \end_layout
25995
25996 \begin_layout Standard
25997 If you have for example a U.S.-style keyboard and want to write in a different
25998  language than English, you can use an alternate keymap.
25999  For example, if you have a U.S.-style keyboard but want to write in Italian,
26000  you can configure LyX to use an Italian keymap.
26001  The preferences dialog allows you to choose up to two keyboard mappings,
26002  see section\InsetSpace ~
26003
26004 \begin_inset LatexCommand ref
26005 reference "sub:Keyboard-Map"
26006
26007 \end_inset
26008
26009 .
26010  You can choose primary and secondary keyboard languages and then select
26011  which one you want to use.
26012 \end_layout
26013
26014 \begin_layout Standard
26015 Finally, you may just want to change a few key mappings or create an entirely
26016  different keymap (for Vulcan, for instance).
26017  You may, for example, normally write in Italian on a U.S.
26018  keyboard but want to include an occasional quotation in German.
26019  In such a case, you can write your own keyboard mapping or modify an existing
26020  one to support the characters you want.
26021  This and much more customizations are explained in the 
26022 \emph on
26023 Customization
26024 \emph default
26025  manual.
26026 \end_layout
26027
26028 \begin_layout Subsection
26029 Character Tables
26030 \begin_inset LatexCommand label
26031 name "sec:keytab"
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \begin_layout Standard
26039 Table\InsetSpace ~
26040
26041 \begin_inset LatexCommand ref
26042 reference "cap:The-latin1-character"
26043
26044 \end_inset
26045
26046  shows the 
26047 \family typewriter
26048 Latin1
26049 \family default
26050  character set.
26051  You should be able to enter the characters in the first eight columns directly
26052  from the keyboard.
26053 \end_layout
26054
26055 \begin_layout Standard
26056 There are a few things you need to know about this table.
26057  Here are some of the details you'll need to bear in mind when using characters
26058  from the 
26059 \family typewriter
26060 Latin1
26061 \family default
26062  character set:
26063 \end_layout
26064
26065 \begin_layout Itemize
26066 Even if you have selected 
26067 \family sans
26068 latin1
26069 \family default
26070  in the 
26071 \family sans
26072 Document\SpecialChar \menuseparator
26073 Settings
26074 \family default
26075  dialog, users who have only the 
26076 \family typewriter
26077 T1
26078 \family default
26079 -fonts for LaTeX [or who have the 
26080 \family typewriter
26081 T1
26082 \family default
26083 -fonts but aren't using them] will still miss a few characters: D0, F0,
26084  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
26085  french quotes won't show up.
26086 \end_layout
26087
26088 \begin_layout Standard
26089 \begin_inset Float table
26090 wide false
26091 sideways false
26092 status open
26093
26094 \begin_layout Standard
26095 \begin_inset Caption
26096
26097 \begin_layout Standard
26098 \begin_inset LatexCommand label
26099 name "cap:The-latin1-character"
26100
26101 \end_inset
26102
26103 The 
26104 \family typewriter
26105 latin1
26106 \family default
26107  character set
26108 \end_layout
26109
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \begin_layout Standard
26116 \align center
26117 \begin_inset Tabular
26118 <lyxtabular version="3" rows="17" columns="17">
26119 <features>
26120 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26121 <column alignment="center" valignment="top" leftline="true" width="0pt">
26122 <column alignment="center" valignment="top" leftline="true" width="0pt">
26123 <column alignment="center" valignment="top" leftline="true" width="0pt">
26124 <column alignment="center" valignment="top" leftline="true" width="0pt">
26125 <column alignment="center" valignment="top" leftline="true" width="0pt">
26126 <column alignment="center" valignment="top" leftline="true" width="0pt">
26127 <column alignment="center" valignment="top" leftline="true" width="0pt">
26128 <column alignment="center" valignment="top" leftline="true" width="0pt">
26129 <column alignment="center" valignment="top" leftline="true" width="0pt">
26130 <column alignment="center" valignment="top" leftline="true" width="0pt">
26131 <column alignment="center" valignment="top" leftline="true" width="0pt">
26132 <column alignment="center" valignment="top" leftline="true" width="0pt">
26133 <column alignment="center" valignment="top" leftline="true" width="0pt">
26134 <column alignment="center" valignment="top" leftline="true" width="0pt">
26135 <column alignment="center" valignment="top" leftline="true" width="0pt">
26136 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26137 <row topline="true" bottomline="true">
26138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26139 \begin_inset Text
26140
26141 \begin_layout Standard
26142
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Standard
26151
26152 \family roman
26153 \series medium
26154 \shape up
26155 \size tiny
26156 \emph off
26157 \bar no
26158 \noun off
26159 \color none
26160 00
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Standard
26169
26170 \family roman
26171 \series medium
26172 \shape up
26173 \size tiny
26174 \emph off
26175 \bar no
26176 \noun off
26177 \color none
26178 10
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Standard
26187
26188 \family roman
26189 \series medium
26190 \shape up
26191 \size tiny
26192 \emph off
26193 \bar no
26194 \noun off
26195 \color none
26196 20
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Standard
26205
26206 \family roman
26207 \series medium
26208 \shape up
26209 \size tiny
26210 \emph off
26211 \bar no
26212 \noun off
26213 \color none
26214 30
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Standard
26223
26224 \family roman
26225 \series medium
26226 \shape up
26227 \size tiny
26228 \emph off
26229 \bar no
26230 \noun off
26231 \color none
26232 40
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26238 \begin_inset Text
26239
26240 \begin_layout Standard
26241
26242 \family roman
26243 \series medium
26244 \shape up
26245 \size tiny
26246 \emph off
26247 \bar no
26248 \noun off
26249 \color none
26250 50
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Standard
26259
26260 \family roman
26261 \series medium
26262 \shape up
26263 \size tiny
26264 \emph off
26265 \bar no
26266 \noun off
26267 \color none
26268 60
26269 \end_layout
26270
26271 \end_inset
26272 </cell>
26273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Standard
26277
26278 \family roman
26279 \series medium
26280 \shape up
26281 \size tiny
26282 \emph off
26283 \bar no
26284 \noun off
26285 \color none
26286 70
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Standard
26295
26296 \family roman
26297 \series medium
26298 \shape up
26299 \size tiny
26300 \emph off
26301 \bar no
26302 \noun off
26303 \color none
26304 80
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26310 \begin_inset Text
26311
26312 \begin_layout Standard
26313
26314 \family roman
26315 \series medium
26316 \shape up
26317 \size tiny
26318 \emph off
26319 \bar no
26320 \noun off
26321 \color none
26322 90
26323 \end_layout
26324
26325 \end_inset
26326 </cell>
26327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26328 \begin_inset Text
26329
26330 \begin_layout Standard
26331
26332 \family roman
26333 \series medium
26334 \shape up
26335 \size tiny
26336 \emph off
26337 \bar no
26338 \noun off
26339 \color none
26340 A0
26341 \end_layout
26342
26343 \end_inset
26344 </cell>
26345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Standard
26349
26350 \family roman
26351 \series medium
26352 \shape up
26353 \size tiny
26354 \emph off
26355 \bar no
26356 \noun off
26357 \color none
26358 B0
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Standard
26367
26368 \family roman
26369 \series medium
26370 \shape up
26371 \size tiny
26372 \emph off
26373 \bar no
26374 \noun off
26375 \color none
26376 C0
26377 \end_layout
26378
26379 \end_inset
26380 </cell>
26381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Standard
26385
26386 \family roman
26387 \series medium
26388 \shape up
26389 \size tiny
26390 \emph off
26391 \bar no
26392 \noun off
26393 \color none
26394 D0
26395 \end_layout
26396
26397 \end_inset
26398 </cell>
26399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Standard
26403
26404 \family roman
26405 \series medium
26406 \shape up
26407 \size tiny
26408 \emph off
26409 \bar no
26410 \noun off
26411 \color none
26412 E0
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Standard
26421
26422 \family roman
26423 \series medium
26424 \shape up
26425 \size tiny
26426 \emph off
26427 \bar no
26428 \noun off
26429 \color none
26430 F0
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 </row>
26436 <row topline="true">
26437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Standard
26441
26442 \family roman
26443 \series medium
26444 \shape up
26445 \size tiny
26446 \emph off
26447 \bar no
26448 \noun off
26449 \color none
26450 00
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Standard
26459
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Standard
26468
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Standard
26477
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Standard
26486
26487 \family roman
26488 \series medium
26489 \shape up
26490 \emph off
26491 \bar no
26492 \noun off
26493 \color none
26494 0
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Standard
26503
26504 \family roman
26505 \series medium
26506 \shape up
26507 \emph off
26508 \bar no
26509 \noun off
26510 \color none
26511 @
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Standard
26520
26521 \family roman
26522 \series medium
26523 \shape up
26524 \emph off
26525 \bar no
26526 \noun off
26527 \color none
26528 P
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Standard
26537
26538 \family roman
26539 \series medium
26540 \shape up
26541 \emph off
26542 \bar no
26543 \noun off
26544 \color none
26545 '
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Standard
26554
26555 \family roman
26556 \series medium
26557 \shape up
26558 \emph off
26559 \bar no
26560 \noun off
26561 \color none
26562 p
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Standard
26571
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Standard
26580
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Standard
26589
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Standard
26598
26599 \family roman
26600 \series medium
26601 \shape up
26602 \emph off
26603 \bar no
26604 \noun off
26605 \color none
26606 °
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Standard
26615
26616 \family roman
26617 \series medium
26618 \shape up
26619 \emph off
26620 \bar no
26621 \noun off
26622 \color none
26623 À
26624 \end_layout
26625
26626 \end_inset
26627 </cell>
26628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26629 \begin_inset Text
26630
26631 \begin_layout Standard
26632
26633 \family roman
26634 \series medium
26635 \shape up
26636 \emph off
26637 \bar no
26638 \noun off
26639 \color none
26640 Ð
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Standard
26649
26650 \family roman
26651 \series medium
26652 \shape up
26653 \emph off
26654 \bar no
26655 \noun off
26656 \color none
26657 à
26658 \end_layout
26659
26660 \end_inset
26661 </cell>
26662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26663 \begin_inset Text
26664
26665 \begin_layout Standard
26666
26667 \family roman
26668 \series medium
26669 \shape up
26670 \emph off
26671 \bar no
26672 \noun off
26673 \color none
26674 ð
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row topline="true">
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 \size tiny
26690 \emph off
26691 \bar no
26692 \noun off
26693 \color none
26694 01
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Standard
26703
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Standard
26712
26713 \end_layout
26714
26715 \end_inset
26716 </cell>
26717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26718 \begin_inset Text
26719
26720 \begin_layout Standard
26721
26722 \family roman
26723 \series medium
26724 \shape up
26725 \emph off
26726 \bar no
26727 \noun off
26728 \color none
26729 !
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Standard
26738
26739 \family roman
26740 \series medium
26741 \shape up
26742 \emph off
26743 \bar no
26744 \noun off
26745 \color none
26746 1
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Standard
26755
26756 \family roman
26757 \series medium
26758 \shape up
26759 \emph off
26760 \bar no
26761 \noun off
26762 \color none
26763 A
26764 \end_layout
26765
26766 \end_inset
26767 </cell>
26768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26769 \begin_inset Text
26770
26771 \begin_layout Standard
26772
26773 \family roman
26774 \series medium
26775 \shape up
26776 \emph off
26777 \bar no
26778 \noun off
26779 \color none
26780 Q
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26786 \begin_inset Text
26787
26788 \begin_layout Standard
26789
26790 \family roman
26791 \series medium
26792 \shape up
26793 \emph off
26794 \bar no
26795 \noun off
26796 \color none
26797 a
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Standard
26806
26807 \family roman
26808 \series medium
26809 \shape up
26810 \emph off
26811 \bar no
26812 \noun off
26813 \color none
26814 q
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Standard
26823
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Standard
26832
26833 \end_layout
26834
26835 \end_inset
26836 </cell>
26837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26838 \begin_inset Text
26839
26840 \begin_layout Standard
26841
26842 \family roman
26843 \series medium
26844 \shape up
26845 \emph off
26846 \bar no
26847 \noun off
26848 \color none
26849 ¡
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Standard
26858
26859 \family roman
26860 \series medium
26861 \shape up
26862 \emph off
26863 \bar no
26864 \noun off
26865 \color none
26866 ±
26867 \end_layout
26868
26869 \end_inset
26870 </cell>
26871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Standard
26875
26876 \family roman
26877 \series medium
26878 \shape up
26879 \emph off
26880 \bar no
26881 \noun off
26882 \color none
26883 Á
26884 \end_layout
26885
26886 \end_inset
26887 </cell>
26888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26889 \begin_inset Text
26890
26891 \begin_layout Standard
26892
26893 \family roman
26894 \series medium
26895 \shape up
26896 \emph off
26897 \bar no
26898 \noun off
26899 \color none
26900 Ñ
26901 \end_layout
26902
26903 \end_inset
26904 </cell>
26905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26906 \begin_inset Text
26907
26908 \begin_layout Standard
26909
26910 \family roman
26911 \series medium
26912 \shape up
26913 \emph off
26914 \bar no
26915 \noun off
26916 \color none
26917 á
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26923 \begin_inset Text
26924
26925 \begin_layout Standard
26926
26927 \family roman
26928 \series medium
26929 \shape up
26930 \emph off
26931 \bar no
26932 \noun off
26933 \color none
26934 ñ
26935 \end_layout
26936
26937 \end_inset
26938 </cell>
26939 </row>
26940 <row topline="true">
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 \size tiny
26950 \emph off
26951 \bar no
26952 \noun off
26953 \color none
26954 02
26955 \end_layout
26956
26957 \end_inset
26958 </cell>
26959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26960 \begin_inset Text
26961
26962 \begin_layout Standard
26963
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Standard
26972
26973 \end_layout
26974
26975 \end_inset
26976 </cell>
26977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26978 \begin_inset Text
26979
26980 \begin_layout Standard
26981
26982 \family roman
26983 \series medium
26984 \shape up
26985 \emph off
26986 \bar no
26987 \noun off
26988 \color none
26989 \begin_inset Quotes eld
26990 \end_inset
26991
26992
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Standard
27001
27002 \family roman
27003 \series medium
27004 \shape up
27005 \emph off
27006 \bar no
27007 \noun off
27008 \color none
27009 2
27010 \end_layout
27011
27012 \end_inset
27013 </cell>
27014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27015 \begin_inset Text
27016
27017 \begin_layout Standard
27018
27019 \family roman
27020 \series medium
27021 \shape up
27022 \emph off
27023 \bar no
27024 \noun off
27025 \color none
27026 B
27027 \end_layout
27028
27029 \end_inset
27030 </cell>
27031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27032 \begin_inset Text
27033
27034 \begin_layout Standard
27035
27036 \family roman
27037 \series medium
27038 \shape up
27039 \emph off
27040 \bar no
27041 \noun off
27042 \color none
27043 R
27044 \end_layout
27045
27046 \end_inset
27047 </cell>
27048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27049 \begin_inset Text
27050
27051 \begin_layout Standard
27052
27053 \family roman
27054 \series medium
27055 \shape up
27056 \emph off
27057 \bar no
27058 \noun off
27059 \color none
27060 b
27061 \end_layout
27062
27063 \end_inset
27064 </cell>
27065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27066 \begin_inset Text
27067
27068 \begin_layout Standard
27069
27070 \family roman
27071 \series medium
27072 \shape up
27073 \emph off
27074 \bar no
27075 \noun off
27076 \color none
27077 r
27078 \end_layout
27079
27080 \end_inset
27081 </cell>
27082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27083 \begin_inset Text
27084
27085 \begin_layout Standard
27086
27087 \end_layout
27088
27089 \end_inset
27090 </cell>
27091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27092 \begin_inset Text
27093
27094 \begin_layout Standard
27095
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Standard
27104 ¢
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Standard
27113
27114 \family roman
27115 \series medium
27116 \shape up
27117 \emph off
27118 \bar no
27119 \noun off
27120 \color none
27121 ²
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27127 \begin_inset Text
27128
27129 \begin_layout Standard
27130
27131 \family roman
27132 \series medium
27133 \shape up
27134 \emph off
27135 \bar no
27136 \noun off
27137 \color none
27138 Â
27139 \end_layout
27140
27141 \end_inset
27142 </cell>
27143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27144 \begin_inset Text
27145
27146 \begin_layout Standard
27147
27148 \family roman
27149 \series medium
27150 \shape up
27151 \emph off
27152 \bar no
27153 \noun off
27154 \color none
27155 Ò
27156 \end_layout
27157
27158 \end_inset
27159 </cell>
27160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27161 \begin_inset Text
27162
27163 \begin_layout Standard
27164
27165 \family roman
27166 \series medium
27167 \shape up
27168 \emph off
27169 \bar no
27170 \noun off
27171 \color none
27172 â
27173 \end_layout
27174
27175 \end_inset
27176 </cell>
27177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27178 \begin_inset Text
27179
27180 \begin_layout Standard
27181
27182 \family roman
27183 \series medium
27184 \shape up
27185 \emph off
27186 \bar no
27187 \noun off
27188 \color none
27189 ò
27190 \end_layout
27191
27192 \end_inset
27193 </cell>
27194 </row>
27195 <row topline="true">
27196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27197 \begin_inset Text
27198
27199 \begin_layout Standard
27200
27201 \family roman
27202 \series medium
27203 \shape up
27204 \size tiny
27205 \emph off
27206 \bar no
27207 \noun off
27208 \color none
27209 03
27210 \end_layout
27211
27212 \end_inset
27213 </cell>
27214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27215 \begin_inset Text
27216
27217 \begin_layout Standard
27218
27219 \end_layout
27220
27221 \end_inset
27222 </cell>
27223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27224 \begin_inset Text
27225
27226 \begin_layout Standard
27227
27228 \end_layout
27229
27230 \end_inset
27231 </cell>
27232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27233 \begin_inset Text
27234
27235 \begin_layout Standard
27236
27237 \family roman
27238 \series medium
27239 \shape up
27240 \emph off
27241 \bar no
27242 \noun off
27243 \color none
27244 #
27245 \end_layout
27246
27247 \end_inset
27248 </cell>
27249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27250 \begin_inset Text
27251
27252 \begin_layout Standard
27253
27254 \family roman
27255 \series medium
27256 \shape up
27257 \emph off
27258 \bar no
27259 \noun off
27260 \color none
27261 3
27262 \end_layout
27263
27264 \end_inset
27265 </cell>
27266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27267 \begin_inset Text
27268
27269 \begin_layout Standard
27270
27271 \family roman
27272 \series medium
27273 \shape up
27274 \emph off
27275 \bar no
27276 \noun off
27277 \color none
27278 C
27279 \end_layout
27280
27281 \end_inset
27282 </cell>
27283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27284 \begin_inset Text
27285
27286 \begin_layout Standard
27287
27288 \family roman
27289 \series medium
27290 \shape up
27291 \emph off
27292 \bar no
27293 \noun off
27294 \color none
27295 S
27296 \end_layout
27297
27298 \end_inset
27299 </cell>
27300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27301 \begin_inset Text
27302
27303 \begin_layout Standard
27304
27305 \family roman
27306 \series medium
27307 \shape up
27308 \emph off
27309 \bar no
27310 \noun off
27311 \color none
27312 c
27313 \end_layout
27314
27315 \end_inset
27316 </cell>
27317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27318 \begin_inset Text
27319
27320 \begin_layout Standard
27321
27322 \family roman
27323 \series medium
27324 \shape up
27325 \emph off
27326 \bar no
27327 \noun off
27328 \color none
27329 s
27330 \end_layout
27331
27332 \end_inset
27333 </cell>
27334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27335 \begin_inset Text
27336
27337 \begin_layout Standard
27338
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 \end_layout
27349
27350 \end_inset
27351 </cell>
27352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Standard
27356
27357 \family roman
27358 \series medium
27359 \shape up
27360 \emph off
27361 \bar no
27362 \noun off
27363 \color none
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 \family roman
27375 \series medium
27376 \shape up
27377 \emph off
27378 \bar no
27379 \noun off
27380 \color none
27381 ³
27382 \end_layout
27383
27384 \end_inset
27385 </cell>
27386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27387 \begin_inset Text
27388
27389 \begin_layout Standard
27390
27391 \family roman
27392 \series medium
27393 \shape up
27394 \emph off
27395 \bar no
27396 \noun off
27397 \color none
27398 Ã
27399 \end_layout
27400
27401 \end_inset
27402 </cell>
27403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27404 \begin_inset Text
27405
27406 \begin_layout Standard
27407
27408 \family roman
27409 \series medium
27410 \shape up
27411 \emph off
27412 \bar no
27413 \noun off
27414 \color none
27415 Ó
27416 \end_layout
27417
27418 \end_inset
27419 </cell>
27420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27421 \begin_inset Text
27422
27423 \begin_layout Standard
27424
27425 \family roman
27426 \series medium
27427 \shape up
27428 \emph off
27429 \bar no
27430 \noun off
27431 \color none
27432 ã
27433 \end_layout
27434
27435 \end_inset
27436 </cell>
27437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27438 \begin_inset Text
27439
27440 \begin_layout Standard
27441
27442 \family roman
27443 \series medium
27444 \shape up
27445 \emph off
27446 \bar no
27447 \noun off
27448 \color none
27449 ó
27450 \end_layout
27451
27452 \end_inset
27453 </cell>
27454 </row>
27455 <row topline="true">
27456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27457 \begin_inset Text
27458
27459 \begin_layout Standard
27460
27461 \family roman
27462 \series medium
27463 \shape up
27464 \size tiny
27465 \emph off
27466 \bar no
27467 \noun off
27468 \color none
27469 04
27470 \end_layout
27471
27472 \end_inset
27473 </cell>
27474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27475 \begin_inset Text
27476
27477 \begin_layout Standard
27478
27479 \end_layout
27480
27481 \end_inset
27482 </cell>
27483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Standard
27487
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Standard
27496
27497 \family roman
27498 \series medium
27499 \shape up
27500 \emph off
27501 \bar no
27502 \noun off
27503 \color none
27504 $
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27510 \begin_inset Text
27511
27512 \begin_layout Standard
27513
27514 \family roman
27515 \series medium
27516 \shape up
27517 \emph off
27518 \bar no
27519 \noun off
27520 \color none
27521 4
27522 \end_layout
27523
27524 \end_inset
27525 </cell>
27526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27527 \begin_inset Text
27528
27529 \begin_layout Standard
27530
27531 \family roman
27532 \series medium
27533 \shape up
27534 \emph off
27535 \bar no
27536 \noun off
27537 \color none
27538 D
27539 \end_layout
27540
27541 \end_inset
27542 </cell>
27543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Standard
27547
27548 \family roman
27549 \series medium
27550 \shape up
27551 \emph off
27552 \bar no
27553 \noun off
27554 \color none
27555 T
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27561 \begin_inset Text
27562
27563 \begin_layout Standard
27564
27565 \family roman
27566 \series medium
27567 \shape up
27568 \emph off
27569 \bar no
27570 \noun off
27571 \color none
27572 d
27573 \end_layout
27574
27575 \end_inset
27576 </cell>
27577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27578 \begin_inset Text
27579
27580 \begin_layout Standard
27581
27582 \family roman
27583 \series medium
27584 \shape up
27585 \emph off
27586 \bar no
27587 \noun off
27588 \color none
27589 t
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Standard
27598
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 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Standard
27616 ¤
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Standard
27625
27626 \family roman
27627 \series medium
27628 \shape up
27629 \emph off
27630 \bar no
27631 \noun off
27632 \color none
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
27643 \family roman
27644 \series medium
27645 \shape up
27646 \emph off
27647 \bar no
27648 \noun off
27649 \color none
27650 Ä
27651 \end_layout
27652
27653 \end_inset
27654 </cell>
27655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27656 \begin_inset Text
27657
27658 \begin_layout Standard
27659
27660 \family roman
27661 \series medium
27662 \shape up
27663 \emph off
27664 \bar no
27665 \noun off
27666 \color none
27667 Ô
27668 \end_layout
27669
27670 \end_inset
27671 </cell>
27672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27673 \begin_inset Text
27674
27675 \begin_layout Standard
27676
27677 \family roman
27678 \series medium
27679 \shape up
27680 \emph off
27681 \bar no
27682 \noun off
27683 \color none
27684 ä
27685 \end_layout
27686
27687 \end_inset
27688 </cell>
27689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27690 \begin_inset Text
27691
27692 \begin_layout Standard
27693
27694 \family roman
27695 \series medium
27696 \shape up
27697 \emph off
27698 \bar no
27699 \noun off
27700 \color none
27701 ô
27702 \end_layout
27703
27704 \end_inset
27705 </cell>
27706 </row>
27707 <row topline="true">
27708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27709 \begin_inset Text
27710
27711 \begin_layout Standard
27712
27713 \family roman
27714 \series medium
27715 \shape up
27716 \size tiny
27717 \emph off
27718 \bar no
27719 \noun off
27720 \color none
27721 05
27722 \end_layout
27723
27724 \end_inset
27725 </cell>
27726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27727 \begin_inset Text
27728
27729 \begin_layout Standard
27730
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27736 \begin_inset Text
27737
27738 \begin_layout Standard
27739
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27745 \begin_inset Text
27746
27747 \begin_layout Standard
27748
27749 \family roman
27750 \series medium
27751 \shape up
27752 \emph off
27753 \bar no
27754 \noun off
27755 \color none
27756 %
27757 \end_layout
27758
27759 \end_inset
27760 </cell>
27761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Standard
27765
27766 \family roman
27767 \series medium
27768 \shape up
27769 \emph off
27770 \bar no
27771 \noun off
27772 \color none
27773 5
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Standard
27782
27783 \family roman
27784 \series medium
27785 \shape up
27786 \emph off
27787 \bar no
27788 \noun off
27789 \color none
27790 E
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27796 \begin_inset Text
27797
27798 \begin_layout Standard
27799
27800 \family roman
27801 \series medium
27802 \shape up
27803 \emph off
27804 \bar no
27805 \noun off
27806 \color none
27807 U
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Standard
27816
27817 \family roman
27818 \series medium
27819 \shape up
27820 \emph off
27821 \bar no
27822 \noun off
27823 \color none
27824 e
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27830 \begin_inset Text
27831
27832 \begin_layout Standard
27833
27834 \family roman
27835 \series medium
27836 \shape up
27837 \emph off
27838 \bar no
27839 \noun off
27840 \color none
27841 u
27842 \end_layout
27843
27844 \end_inset
27845 </cell>
27846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27847 \begin_inset Text
27848
27849 \begin_layout Standard
27850
27851 \end_layout
27852
27853 \end_inset
27854 </cell>
27855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Standard
27859
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Standard
27868 ¥
27869 \end_layout
27870
27871 \end_inset
27872 </cell>
27873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27874 \begin_inset Text
27875
27876 \begin_layout Standard
27877
27878 \family roman
27879 \series medium
27880 \shape up
27881 \emph off
27882 \bar no
27883 \noun off
27884 \color none
27885 µ
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27891 \begin_inset Text
27892
27893 \begin_layout Standard
27894
27895 \family roman
27896 \series medium
27897 \shape up
27898 \emph off
27899 \bar no
27900 \noun off
27901 \color none
27902 Å
27903 \end_layout
27904
27905 \end_inset
27906 </cell>
27907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27908 \begin_inset Text
27909
27910 \begin_layout Standard
27911
27912 \family roman
27913 \series medium
27914 \shape up
27915 \emph off
27916 \bar no
27917 \noun off
27918 \color none
27919 Õ
27920 \end_layout
27921
27922 \end_inset
27923 </cell>
27924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27925 \begin_inset Text
27926
27927 \begin_layout Standard
27928
27929 \family roman
27930 \series medium
27931 \shape up
27932 \emph off
27933 \bar no
27934 \noun off
27935 \color none
27936 å
27937 \end_layout
27938
27939 \end_inset
27940 </cell>
27941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Standard
27945
27946 \family roman
27947 \series medium
27948 \shape up
27949 \emph off
27950 \bar no
27951 \noun off
27952 \color none
27953 õ
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 </row>
27959 <row topline="true">
27960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27961 \begin_inset Text
27962
27963 \begin_layout Standard
27964
27965 \family roman
27966 \series medium
27967 \shape up
27968 \size tiny
27969 \emph off
27970 \bar no
27971 \noun off
27972 \color none
27973 06
27974 \end_layout
27975
27976 \end_inset
27977 </cell>
27978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27979 \begin_inset Text
27980
27981 \begin_layout Standard
27982
27983 \end_layout
27984
27985 \end_inset
27986 </cell>
27987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27988 \begin_inset Text
27989
27990 \begin_layout Standard
27991
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Standard
28000
28001 \family roman
28002 \series medium
28003 \shape up
28004 \emph off
28005 \bar no
28006 \noun off
28007 \color none
28008 &
28009 \end_layout
28010
28011 \end_inset
28012 </cell>
28013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28014 \begin_inset Text
28015
28016 \begin_layout Standard
28017
28018 \family roman
28019 \series medium
28020 \shape up
28021 \emph off
28022 \bar no
28023 \noun off
28024 \color none
28025 6
28026 \end_layout
28027
28028 \end_inset
28029 </cell>
28030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28031 \begin_inset Text
28032
28033 \begin_layout Standard
28034
28035 \family roman
28036 \series medium
28037 \shape up
28038 \emph off
28039 \bar no
28040 \noun off
28041 \color none
28042 F
28043 \end_layout
28044
28045 \end_inset
28046 </cell>
28047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28048 \begin_inset Text
28049
28050 \begin_layout Standard
28051
28052 \family roman
28053 \series medium
28054 \shape up
28055 \emph off
28056 \bar no
28057 \noun off
28058 \color none
28059 V
28060 \end_layout
28061
28062 \end_inset
28063 </cell>
28064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28065 \begin_inset Text
28066
28067 \begin_layout Standard
28068
28069 \family roman
28070 \series medium
28071 \shape up
28072 \emph off
28073 \bar no
28074 \noun off
28075 \color none
28076 f
28077 \end_layout
28078
28079 \end_inset
28080 </cell>
28081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28082 \begin_inset Text
28083
28084 \begin_layout Standard
28085
28086 \family roman
28087 \series medium
28088 \shape up
28089 \emph off
28090 \bar no
28091 \noun off
28092 \color none
28093 v
28094 \end_layout
28095
28096 \end_inset
28097 </cell>
28098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28099 \begin_inset Text
28100
28101 \begin_layout Standard
28102
28103 \end_layout
28104
28105 \end_inset
28106 </cell>
28107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28108 \begin_inset Text
28109
28110 \begin_layout Standard
28111
28112 \end_layout
28113
28114 \end_inset
28115 </cell>
28116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28117 \begin_inset Text
28118
28119 \begin_layout Standard
28120 ¦
28121 \end_layout
28122
28123 \end_inset
28124 </cell>
28125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28126 \begin_inset Text
28127
28128 \begin_layout Standard
28129
28130 \family roman
28131 \series medium
28132 \shape up
28133 \emph off
28134 \bar no
28135 \noun off
28136 \color none
28137
28138 \end_layout
28139
28140 \end_inset
28141 </cell>
28142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28143 \begin_inset Text
28144
28145 \begin_layout Standard
28146
28147 \family roman
28148 \series medium
28149 \shape up
28150 \emph off
28151 \bar no
28152 \noun off
28153 \color none
28154 Æ
28155 \end_layout
28156
28157 \end_inset
28158 </cell>
28159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28160 \begin_inset Text
28161
28162 \begin_layout Standard
28163
28164 \family roman
28165 \series medium
28166 \shape up
28167 \emph off
28168 \bar no
28169 \noun off
28170 \color none
28171 Ö
28172 \end_layout
28173
28174 \end_inset
28175 </cell>
28176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28177 \begin_inset Text
28178
28179 \begin_layout Standard
28180
28181 \family roman
28182 \series medium
28183 \shape up
28184 \emph off
28185 \bar no
28186 \noun off
28187 \color none
28188 æ
28189 \end_layout
28190
28191 \end_inset
28192 </cell>
28193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28194 \begin_inset Text
28195
28196 \begin_layout Standard
28197
28198 \family roman
28199 \series medium
28200 \shape up
28201 \emph off
28202 \bar no
28203 \noun off
28204 \color none
28205 ö
28206 \end_layout
28207
28208 \end_inset
28209 </cell>
28210 </row>
28211 <row topline="true">
28212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28213 \begin_inset Text
28214
28215 \begin_layout Standard
28216
28217 \family roman
28218 \series medium
28219 \shape up
28220 \size tiny
28221 \emph off
28222 \bar no
28223 \noun off
28224 \color none
28225 07
28226 \end_layout
28227
28228 \end_inset
28229 </cell>
28230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28231 \begin_inset Text
28232
28233 \begin_layout Standard
28234
28235 \end_layout
28236
28237 \end_inset
28238 </cell>
28239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28240 \begin_inset Text
28241
28242 \begin_layout Standard
28243
28244 \end_layout
28245
28246 \end_inset
28247 </cell>
28248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28249 \begin_inset Text
28250
28251 \begin_layout Standard
28252
28253 \family roman
28254 \series medium
28255 \shape up
28256 \emph off
28257 \bar no
28258 \noun off
28259 \color none
28260 `
28261 \end_layout
28262
28263 \end_inset
28264 </cell>
28265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28266 \begin_inset Text
28267
28268 \begin_layout Standard
28269
28270 \family roman
28271 \series medium
28272 \shape up
28273 \emph off
28274 \bar no
28275 \noun off
28276 \color none
28277 7
28278 \end_layout
28279
28280 \end_inset
28281 </cell>
28282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28283 \begin_inset Text
28284
28285 \begin_layout Standard
28286
28287 \family roman
28288 \series medium
28289 \shape up
28290 \emph off
28291 \bar no
28292 \noun off
28293 \color none
28294 G
28295 \end_layout
28296
28297 \end_inset
28298 </cell>
28299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28300 \begin_inset Text
28301
28302 \begin_layout Standard
28303
28304 \family roman
28305 \series medium
28306 \shape up
28307 \emph off
28308 \bar no
28309 \noun off
28310 \color none
28311 W
28312 \end_layout
28313
28314 \end_inset
28315 </cell>
28316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28317 \begin_inset Text
28318
28319 \begin_layout Standard
28320
28321 \family roman
28322 \series medium
28323 \shape up
28324 \emph off
28325 \bar no
28326 \noun off
28327 \color none
28328 g
28329 \end_layout
28330
28331 \end_inset
28332 </cell>
28333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28334 \begin_inset Text
28335
28336 \begin_layout Standard
28337
28338 \family roman
28339 \series medium
28340 \shape up
28341 \emph off
28342 \bar no
28343 \noun off
28344 \color none
28345 w
28346 \end_layout
28347
28348 \end_inset
28349 </cell>
28350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28351 \begin_inset Text
28352
28353 \begin_layout Standard
28354
28355 \end_layout
28356
28357 \end_inset
28358 </cell>
28359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28360 \begin_inset Text
28361
28362 \begin_layout Standard
28363
28364 \end_layout
28365
28366 \end_inset
28367 </cell>
28368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28369 \begin_inset Text
28370
28371 \begin_layout Standard
28372
28373 \family roman
28374 \series medium
28375 \shape up
28376 \emph off
28377 \bar no
28378 \noun off
28379 \color none
28380 §
28381 \end_layout
28382
28383 \end_inset
28384 </cell>
28385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28386 \begin_inset Text
28387
28388 \begin_layout Standard
28389
28390 \family roman
28391 \series medium
28392 \shape up
28393 \emph off
28394 \bar no
28395 \noun off
28396 \color none
28397 ·
28398 \end_layout
28399
28400 \end_inset
28401 </cell>
28402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28403 \begin_inset Text
28404
28405 \begin_layout Standard
28406
28407 \family roman
28408 \series medium
28409 \shape up
28410 \emph off
28411 \bar no
28412 \noun off
28413 \color none
28414 Ç
28415 \end_layout
28416
28417 \end_inset
28418 </cell>
28419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28420 \begin_inset Text
28421
28422 \begin_layout Standard
28423
28424 \family roman
28425 \series medium
28426 \shape up
28427 \emph off
28428 \bar no
28429 \noun off
28430 \color none
28431 ×
28432 \end_layout
28433
28434 \end_inset
28435 </cell>
28436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28437 \begin_inset Text
28438
28439 \begin_layout Standard
28440
28441 \family roman
28442 \series medium
28443 \shape up
28444 \emph off
28445 \bar no
28446 \noun off
28447 \color none
28448 ç
28449 \end_layout
28450
28451 \end_inset
28452 </cell>
28453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28454 \begin_inset Text
28455
28456 \begin_layout Standard
28457
28458 \family roman
28459 \series medium
28460 \shape up
28461 \emph off
28462 \bar no
28463 \noun off
28464 \color none
28465 ÷
28466 \end_layout
28467
28468 \end_inset
28469 </cell>
28470 </row>
28471 <row topline="true">
28472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28473 \begin_inset Text
28474
28475 \begin_layout Standard
28476
28477 \family roman
28478 \series medium
28479 \shape up
28480 \size tiny
28481 \emph off
28482 \bar no
28483 \noun off
28484 \color none
28485 08
28486 \end_layout
28487
28488 \end_inset
28489 </cell>
28490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28491 \begin_inset Text
28492
28493 \begin_layout Standard
28494
28495 \end_layout
28496
28497 \end_inset
28498 </cell>
28499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28500 \begin_inset Text
28501
28502 \begin_layout Standard
28503
28504 \end_layout
28505
28506 \end_inset
28507 </cell>
28508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28509 \begin_inset Text
28510
28511 \begin_layout Standard
28512
28513 \family roman
28514 \series medium
28515 \shape up
28516 \emph off
28517 \bar no
28518 \noun off
28519 \color none
28520 (
28521 \end_layout
28522
28523 \end_inset
28524 </cell>
28525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28526 \begin_inset Text
28527
28528 \begin_layout Standard
28529
28530 \family roman
28531 \series medium
28532 \shape up
28533 \emph off
28534 \bar no
28535 \noun off
28536 \color none
28537 8
28538 \end_layout
28539
28540 \end_inset
28541 </cell>
28542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28543 \begin_inset Text
28544
28545 \begin_layout Standard
28546
28547 \family roman
28548 \series medium
28549 \shape up
28550 \emph off
28551 \bar no
28552 \noun off
28553 \color none
28554 H
28555 \end_layout
28556
28557 \end_inset
28558 </cell>
28559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28560 \begin_inset Text
28561
28562 \begin_layout Standard
28563
28564 \family roman
28565 \series medium
28566 \shape up
28567 \emph off
28568 \bar no
28569 \noun off
28570 \color none
28571 X
28572 \end_layout
28573
28574 \end_inset
28575 </cell>
28576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28577 \begin_inset Text
28578
28579 \begin_layout Standard
28580
28581 \family roman
28582 \series medium
28583 \shape up
28584 \emph off
28585 \bar no
28586 \noun off
28587 \color none
28588 h
28589 \end_layout
28590
28591 \end_inset
28592 </cell>
28593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28594 \begin_inset Text
28595
28596 \begin_layout Standard
28597
28598 \family roman
28599 \series medium
28600 \shape up
28601 \emph off
28602 \bar no
28603 \noun off
28604 \color none
28605 x
28606 \end_layout
28607
28608 \end_inset
28609 </cell>
28610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28611 \begin_inset Text
28612
28613 \begin_layout Standard
28614
28615 \end_layout
28616
28617 \end_inset
28618 </cell>
28619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28620 \begin_inset Text
28621
28622 \begin_layout Standard
28623
28624 \end_layout
28625
28626 \end_inset
28627 </cell>
28628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28629 \begin_inset Text
28630
28631 \begin_layout Standard
28632
28633 \family roman
28634 \series medium
28635 \shape up
28636 \emph off
28637 \bar no
28638 \noun off
28639 \color none
28640 ¨
28641 \end_layout
28642
28643 \end_inset
28644 </cell>
28645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28646 \begin_inset Text
28647
28648 \begin_layout Standard
28649
28650 \family roman
28651 \series medium
28652 \shape up
28653 \emph off
28654 \bar no
28655 \noun off
28656 \color none
28657 ¸
28658 \end_layout
28659
28660 \end_inset
28661 </cell>
28662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28663 \begin_inset Text
28664
28665 \begin_layout Standard
28666
28667 \family roman
28668 \series medium
28669 \shape up
28670 \emph off
28671 \bar no
28672 \noun off
28673 \color none
28674 È
28675 \end_layout
28676
28677 \end_inset
28678 </cell>
28679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28680 \begin_inset Text
28681
28682 \begin_layout Standard
28683
28684 \family roman
28685 \series medium
28686 \shape up
28687 \emph off
28688 \bar no
28689 \noun off
28690 \color none
28691 Ø
28692 \end_layout
28693
28694 \end_inset
28695 </cell>
28696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28697 \begin_inset Text
28698
28699 \begin_layout Standard
28700
28701 \family roman
28702 \series medium
28703 \shape up
28704 \emph off
28705 \bar no
28706 \noun off
28707 \color none
28708 è
28709 \end_layout
28710
28711 \end_inset
28712 </cell>
28713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28714 \begin_inset Text
28715
28716 \begin_layout Standard
28717
28718 \family roman
28719 \series medium
28720 \shape up
28721 \emph off
28722 \bar no
28723 \noun off
28724 \color none
28725 ø
28726 \end_layout
28727
28728 \end_inset
28729 </cell>
28730 </row>
28731 <row topline="true">
28732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28733 \begin_inset Text
28734
28735 \begin_layout Standard
28736
28737 \family roman
28738 \series medium
28739 \shape up
28740 \size tiny
28741 \emph off
28742 \bar no
28743 \noun off
28744 \color none
28745 09
28746 \end_layout
28747
28748 \end_inset
28749 </cell>
28750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28751 \begin_inset Text
28752
28753 \begin_layout Standard
28754
28755 \end_layout
28756
28757 \end_inset
28758 </cell>
28759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28760 \begin_inset Text
28761
28762 \begin_layout Standard
28763
28764 \end_layout
28765
28766 \end_inset
28767 </cell>
28768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28769 \begin_inset Text
28770
28771 \begin_layout Standard
28772
28773 \family roman
28774 \series medium
28775 \shape up
28776 \emph off
28777 \bar no
28778 \noun off
28779 \color none
28780 )
28781 \end_layout
28782
28783 \end_inset
28784 </cell>
28785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28786 \begin_inset Text
28787
28788 \begin_layout Standard
28789
28790 \family roman
28791 \series medium
28792 \shape up
28793 \emph off
28794 \bar no
28795 \noun off
28796 \color none
28797 9
28798 \end_layout
28799
28800 \end_inset
28801 </cell>
28802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28803 \begin_inset Text
28804
28805 \begin_layout Standard
28806
28807 \family roman
28808 \series medium
28809 \shape up
28810 \emph off
28811 \bar no
28812 \noun off
28813 \color none
28814 I
28815 \end_layout
28816
28817 \end_inset
28818 </cell>
28819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28820 \begin_inset Text
28821
28822 \begin_layout Standard
28823
28824 \family roman
28825 \series medium
28826 \shape up
28827 \emph off
28828 \bar no
28829 \noun off
28830 \color none
28831 Y
28832 \end_layout
28833
28834 \end_inset
28835 </cell>
28836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28837 \begin_inset Text
28838
28839 \begin_layout Standard
28840
28841 \family roman
28842 \series medium
28843 \shape up
28844 \emph off
28845 \bar no
28846 \noun off
28847 \color none
28848 i
28849 \end_layout
28850
28851 \end_inset
28852 </cell>
28853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28854 \begin_inset Text
28855
28856 \begin_layout Standard
28857
28858 \family roman
28859 \series medium
28860 \shape up
28861 \emph off
28862 \bar no
28863 \noun off
28864 \color none
28865 y
28866 \end_layout
28867
28868 \end_inset
28869 </cell>
28870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28871 \begin_inset Text
28872
28873 \begin_layout Standard
28874
28875 \end_layout
28876
28877 \end_inset
28878 </cell>
28879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28880 \begin_inset Text
28881
28882 \begin_layout Standard
28883
28884 \end_layout
28885
28886 \end_inset
28887 </cell>
28888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28889 \begin_inset Text
28890
28891 \begin_layout Standard
28892
28893 \family roman
28894 \series medium
28895 \shape up
28896 \emph off
28897 \bar no
28898 \noun off
28899 \color none
28900 ©
28901 \end_layout
28902
28903 \end_inset
28904 </cell>
28905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28906 \begin_inset Text
28907
28908 \begin_layout Standard
28909
28910 \family roman
28911 \series medium
28912 \shape up
28913 \emph off
28914 \bar no
28915 \noun off
28916 \color none
28917 ¹
28918 \end_layout
28919
28920 \end_inset
28921 </cell>
28922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28923 \begin_inset Text
28924
28925 \begin_layout Standard
28926
28927 \family roman
28928 \series medium
28929 \shape up
28930 \emph off
28931 \bar no
28932 \noun off
28933 \color none
28934 É
28935 \end_layout
28936
28937 \end_inset
28938 </cell>
28939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28940 \begin_inset Text
28941
28942 \begin_layout Standard
28943
28944 \family roman
28945 \series medium
28946 \shape up
28947 \emph off
28948 \bar no
28949 \noun off
28950 \color none
28951 Ù
28952 \end_layout
28953
28954 \end_inset
28955 </cell>
28956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28957 \begin_inset Text
28958
28959 \begin_layout Standard
28960
28961 \family roman
28962 \series medium
28963 \shape up
28964 \emph off
28965 \bar no
28966 \noun off
28967 \color none
28968 é
28969 \end_layout
28970
28971 \end_inset
28972 </cell>
28973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28974 \begin_inset Text
28975
28976 \begin_layout Standard
28977
28978 \family roman
28979 \series medium
28980 \shape up
28981 \emph off
28982 \bar no
28983 \noun off
28984 \color none
28985 ù
28986 \end_layout
28987
28988 \end_inset
28989 </cell>
28990 </row>
28991 <row topline="true">
28992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28993 \begin_inset Text
28994
28995 \begin_layout Standard
28996
28997 \family roman
28998 \series medium
28999 \shape up
29000 \size tiny
29001 \emph off
29002 \bar no
29003 \noun off
29004 \color none
29005 0A
29006 \end_layout
29007
29008 \end_inset
29009 </cell>
29010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29011 \begin_inset Text
29012
29013 \begin_layout Standard
29014
29015 \end_layout
29016
29017 \end_inset
29018 </cell>
29019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29020 \begin_inset Text
29021
29022 \begin_layout Standard
29023
29024 \end_layout
29025
29026 \end_inset
29027 </cell>
29028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29029 \begin_inset Text
29030
29031 \begin_layout Standard
29032
29033 \family roman
29034 \series medium
29035 \shape up
29036 \emph off
29037 \bar no
29038 \noun off
29039 \color none
29040 *
29041 \end_layout
29042
29043 \end_inset
29044 </cell>
29045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29046 \begin_inset Text
29047
29048 \begin_layout Standard
29049
29050 \family roman
29051 \series medium
29052 \shape up
29053 \emph off
29054 \bar no
29055 \noun off
29056 \color none
29057 :
29058 \end_layout
29059
29060 \end_inset
29061 </cell>
29062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29063 \begin_inset Text
29064
29065 \begin_layout Standard
29066
29067 \family roman
29068 \series medium
29069 \shape up
29070 \emph off
29071 \bar no
29072 \noun off
29073 \color none
29074 J
29075 \end_layout
29076
29077 \end_inset
29078 </cell>
29079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29080 \begin_inset Text
29081
29082 \begin_layout Standard
29083
29084 \family roman
29085 \series medium
29086 \shape up
29087 \emph off
29088 \bar no
29089 \noun off
29090 \color none
29091 Z
29092 \end_layout
29093
29094 \end_inset
29095 </cell>
29096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29097 \begin_inset Text
29098
29099 \begin_layout Standard
29100
29101 \family roman
29102 \series medium
29103 \shape up
29104 \emph off
29105 \bar no
29106 \noun off
29107 \color none
29108 j
29109 \end_layout
29110
29111 \end_inset
29112 </cell>
29113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29114 \begin_inset Text
29115
29116 \begin_layout Standard
29117
29118 \family roman
29119 \series medium
29120 \shape up
29121 \emph off
29122 \bar no
29123 \noun off
29124 \color none
29125 z
29126 \end_layout
29127
29128 \end_inset
29129 </cell>
29130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29131 \begin_inset Text
29132
29133 \begin_layout Standard
29134
29135 \end_layout
29136
29137 \end_inset
29138 </cell>
29139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29140 \begin_inset Text
29141
29142 \begin_layout Standard
29143
29144 \end_layout
29145
29146 \end_inset
29147 </cell>
29148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29149 \begin_inset Text
29150
29151 \begin_layout Standard
29152
29153 \family roman
29154 \series medium
29155 \shape up
29156 \emph off
29157 \bar no
29158 \noun off
29159 \color none
29160 ª
29161 \end_layout
29162
29163 \end_inset
29164 </cell>
29165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29166 \begin_inset Text
29167
29168 \begin_layout Standard
29169
29170 \family roman
29171 \series medium
29172 \shape up
29173 \emph off
29174 \bar no
29175 \noun off
29176 \color none
29177 º
29178 \end_layout
29179
29180 \end_inset
29181 </cell>
29182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29183 \begin_inset Text
29184
29185 \begin_layout Standard
29186
29187 \family roman
29188 \series medium
29189 \shape up
29190 \emph off
29191 \bar no
29192 \noun off
29193 \color none
29194 Ê
29195 \end_layout
29196
29197 \end_inset
29198 </cell>
29199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29200 \begin_inset Text
29201
29202 \begin_layout Standard
29203
29204 \family roman
29205 \series medium
29206 \shape up
29207 \emph off
29208 \bar no
29209 \noun off
29210 \color none
29211 Ú
29212 \end_layout
29213
29214 \end_inset
29215 </cell>
29216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29217 \begin_inset Text
29218
29219 \begin_layout Standard
29220
29221 \family roman
29222 \series medium
29223 \shape up
29224 \emph off
29225 \bar no
29226 \noun off
29227 \color none
29228 ê
29229 \end_layout
29230
29231 \end_inset
29232 </cell>
29233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29234 \begin_inset Text
29235
29236 \begin_layout Standard
29237
29238 \family roman
29239 \series medium
29240 \shape up
29241 \emph off
29242 \bar no
29243 \noun off
29244 \color none
29245 ú
29246 \end_layout
29247
29248 \end_inset
29249 </cell>
29250 </row>
29251 <row topline="true">
29252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29253 \begin_inset Text
29254
29255 \begin_layout Standard
29256
29257 \family roman
29258 \series medium
29259 \shape up
29260 \size tiny
29261 \emph off
29262 \bar no
29263 \noun off
29264 \color none
29265 0B
29266 \end_layout
29267
29268 \end_inset
29269 </cell>
29270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29271 \begin_inset Text
29272
29273 \begin_layout Standard
29274
29275 \end_layout
29276
29277 \end_inset
29278 </cell>
29279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29280 \begin_inset Text
29281
29282 \begin_layout Standard
29283
29284 \end_layout
29285
29286 \end_inset
29287 </cell>
29288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29289 \begin_inset Text
29290
29291 \begin_layout Standard
29292
29293 \family roman
29294 \series medium
29295 \shape up
29296 \emph off
29297 \bar no
29298 \noun off
29299 \color none
29300 +
29301 \end_layout
29302
29303 \end_inset
29304 </cell>
29305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29306 \begin_inset Text
29307
29308 \begin_layout Standard
29309
29310 \family roman
29311 \series medium
29312 \shape up
29313 \emph off
29314 \bar no
29315 \noun off
29316 \color none
29317 ;
29318 \end_layout
29319
29320 \end_inset
29321 </cell>
29322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29323 \begin_inset Text
29324
29325 \begin_layout Standard
29326
29327 \family roman
29328 \series medium
29329 \shape up
29330 \emph off
29331 \bar no
29332 \noun off
29333 \color none
29334 K
29335 \end_layout
29336
29337 \end_inset
29338 </cell>
29339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29340 \begin_inset Text
29341
29342 \begin_layout Standard
29343
29344 \family roman
29345 \series medium
29346 \shape up
29347 \emph off
29348 \bar no
29349 \noun off
29350 \color none
29351 [
29352 \end_layout
29353
29354 \end_inset
29355 </cell>
29356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29357 \begin_inset Text
29358
29359 \begin_layout Standard
29360
29361 \family roman
29362 \series medium
29363 \shape up
29364 \emph off
29365 \bar no
29366 \noun off
29367 \color none
29368 k
29369 \end_layout
29370
29371 \end_inset
29372 </cell>
29373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29374 \begin_inset Text
29375
29376 \begin_layout Standard
29377
29378 \family roman
29379 \series medium
29380 \shape up
29381 \emph off
29382 \bar no
29383 \noun off
29384 \color none
29385 {
29386 \end_layout
29387
29388 \end_inset
29389 </cell>
29390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29391 \begin_inset Text
29392
29393 \begin_layout Standard
29394
29395 \end_layout
29396
29397 \end_inset
29398 </cell>
29399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29400 \begin_inset Text
29401
29402 \begin_layout Standard
29403
29404 \end_layout
29405
29406 \end_inset
29407 </cell>
29408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29409 \begin_inset Text
29410
29411 \begin_layout Standard
29412
29413 \family roman
29414 \series medium
29415 \shape up
29416 \emph off
29417 \bar no
29418 \noun off
29419 \color none
29420 «
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Standard
29429
29430 \family roman
29431 \series medium
29432 \shape up
29433 \emph off
29434 \bar no
29435 \noun off
29436 \color none
29437 »
29438 \end_layout
29439
29440 \end_inset
29441 </cell>
29442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29443 \begin_inset Text
29444
29445 \begin_layout Standard
29446
29447 \family roman
29448 \series medium
29449 \shape up
29450 \emph off
29451 \bar no
29452 \noun off
29453 \color none
29454 Ë
29455 \end_layout
29456
29457 \end_inset
29458 </cell>
29459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29460 \begin_inset Text
29461
29462 \begin_layout Standard
29463
29464 \family roman
29465 \series medium
29466 \shape up
29467 \emph off
29468 \bar no
29469 \noun off
29470 \color none
29471 Û
29472 \end_layout
29473
29474 \end_inset
29475 </cell>
29476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29477 \begin_inset Text
29478
29479 \begin_layout Standard
29480
29481 \family roman
29482 \series medium
29483 \shape up
29484 \emph off
29485 \bar no
29486 \noun off
29487 \color none
29488 ë
29489 \end_layout
29490
29491 \end_inset
29492 </cell>
29493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29494 \begin_inset Text
29495
29496 \begin_layout Standard
29497
29498 \family roman
29499 \series medium
29500 \shape up
29501 \emph off
29502 \bar no
29503 \noun off
29504 \color none
29505 û
29506 \end_layout
29507
29508 \end_inset
29509 </cell>
29510 </row>
29511 <row topline="true">
29512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29513 \begin_inset Text
29514
29515 \begin_layout Standard
29516
29517 \family roman
29518 \series medium
29519 \shape up
29520 \size tiny
29521 \emph off
29522 \bar no
29523 \noun off
29524 \color none
29525 0C
29526 \end_layout
29527
29528 \end_inset
29529 </cell>
29530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29531 \begin_inset Text
29532
29533 \begin_layout Standard
29534
29535 \end_layout
29536
29537 \end_inset
29538 </cell>
29539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29540 \begin_inset Text
29541
29542 \begin_layout Standard
29543
29544 \end_layout
29545
29546 \end_inset
29547 </cell>
29548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29549 \begin_inset Text
29550
29551 \begin_layout Standard
29552
29553 \family roman
29554 \series medium
29555 \shape up
29556 \emph off
29557 \bar no
29558 \noun off
29559 \color none
29560 ,
29561 \end_layout
29562
29563 \end_inset
29564 </cell>
29565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29566 \begin_inset Text
29567
29568 \begin_layout Standard
29569
29570 \family roman
29571 \series medium
29572 \shape up
29573 \emph off
29574 \bar no
29575 \noun off
29576 \color none
29577 <
29578 \end_layout
29579
29580 \end_inset
29581 </cell>
29582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29583 \begin_inset Text
29584
29585 \begin_layout Standard
29586
29587 \family roman
29588 \series medium
29589 \shape up
29590 \emph off
29591 \bar no
29592 \noun off
29593 \color none
29594 L
29595 \end_layout
29596
29597 \end_inset
29598 </cell>
29599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29600 \begin_inset Text
29601
29602 \begin_layout Standard
29603
29604 \family roman
29605 \series medium
29606 \shape up
29607 \emph off
29608 \bar no
29609 \noun off
29610 \color none
29611
29612 \backslash
29613
29614 \end_layout
29615
29616 \end_inset
29617 </cell>
29618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29619 \begin_inset Text
29620
29621 \begin_layout Standard
29622
29623 \family roman
29624 \series medium
29625 \shape up
29626 \emph off
29627 \bar no
29628 \noun off
29629 \color none
29630 l
29631 \end_layout
29632
29633 \end_inset
29634 </cell>
29635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29636 \begin_inset Text
29637
29638 \begin_layout Standard
29639
29640 \family roman
29641 \series medium
29642 \shape up
29643 \emph off
29644 \bar no
29645 \noun off
29646 \color none
29647 |
29648 \end_layout
29649
29650 \end_inset
29651 </cell>
29652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29653 \begin_inset Text
29654
29655 \begin_layout Standard
29656
29657 \end_layout
29658
29659 \end_inset
29660 </cell>
29661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29662 \begin_inset Text
29663
29664 \begin_layout Standard
29665
29666 \end_layout
29667
29668 \end_inset
29669 </cell>
29670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29671 \begin_inset Text
29672
29673 \begin_layout Standard
29674
29675 \family roman
29676 \series medium
29677 \shape up
29678 \emph off
29679 \bar no
29680 \noun off
29681 \color none
29682 ¬
29683 \end_layout
29684
29685 \end_inset
29686 </cell>
29687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29688 \begin_inset Text
29689
29690 \begin_layout Standard
29691
29692 \family roman
29693 \series medium
29694 \shape up
29695 \emph off
29696 \bar no
29697 \noun off
29698 \color none
29699 ¼
29700 \end_layout
29701
29702 \end_inset
29703 </cell>
29704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29705 \begin_inset Text
29706
29707 \begin_layout Standard
29708
29709 \family roman
29710 \series medium
29711 \shape up
29712 \emph off
29713 \bar no
29714 \noun off
29715 \color none
29716 Ì
29717 \end_layout
29718
29719 \end_inset
29720 </cell>
29721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29722 \begin_inset Text
29723
29724 \begin_layout Standard
29725
29726 \family roman
29727 \series medium
29728 \shape up
29729 \emph off
29730 \bar no
29731 \noun off
29732 \color none
29733 Ü
29734 \end_layout
29735
29736 \end_inset
29737 </cell>
29738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29739 \begin_inset Text
29740
29741 \begin_layout Standard
29742
29743 \family roman
29744 \series medium
29745 \shape up
29746 \emph off
29747 \bar no
29748 \noun off
29749 \color none
29750 ì
29751 \end_layout
29752
29753 \end_inset
29754 </cell>
29755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29756 \begin_inset Text
29757
29758 \begin_layout Standard
29759
29760 \family roman
29761 \series medium
29762 \shape up
29763 \emph off
29764 \bar no
29765 \noun off
29766 \color none
29767 ü
29768 \end_layout
29769
29770 \end_inset
29771 </cell>
29772 </row>
29773 <row topline="true">
29774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29775 \begin_inset Text
29776
29777 \begin_layout Standard
29778
29779 \family roman
29780 \series medium
29781 \shape up
29782 \size tiny
29783 \emph off
29784 \bar no
29785 \noun off
29786 \color none
29787 0D
29788 \end_layout
29789
29790 \end_inset
29791 </cell>
29792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29793 \begin_inset Text
29794
29795 \begin_layout Standard
29796
29797 \end_layout
29798
29799 \end_inset
29800 </cell>
29801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29802 \begin_inset Text
29803
29804 \begin_layout Standard
29805
29806 \end_layout
29807
29808 \end_inset
29809 </cell>
29810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29811 \begin_inset Text
29812
29813 \begin_layout Standard
29814
29815 \family roman
29816 \series medium
29817 \shape up
29818 \emph off
29819 \bar no
29820 \noun off
29821 \color none
29822 -
29823 \end_layout
29824
29825 \end_inset
29826 </cell>
29827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29828 \begin_inset Text
29829
29830 \begin_layout Standard
29831
29832 \family roman
29833 \series medium
29834 \shape up
29835 \emph off
29836 \bar no
29837 \noun off
29838 \color none
29839 =
29840 \end_layout
29841
29842 \end_inset
29843 </cell>
29844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29845 \begin_inset Text
29846
29847 \begin_layout Standard
29848
29849 \family roman
29850 \series medium
29851 \shape up
29852 \emph off
29853 \bar no
29854 \noun off
29855 \color none
29856 M
29857 \end_layout
29858
29859 \end_inset
29860 </cell>
29861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29862 \begin_inset Text
29863
29864 \begin_layout Standard
29865
29866 \family roman
29867 \series medium
29868 \shape up
29869 \emph off
29870 \bar no
29871 \noun off
29872 \color none
29873 ]
29874 \end_layout
29875
29876 \end_inset
29877 </cell>
29878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29879 \begin_inset Text
29880
29881 \begin_layout Standard
29882
29883 \family roman
29884 \series medium
29885 \shape up
29886 \emph off
29887 \bar no
29888 \noun off
29889 \color none
29890 m
29891 \end_layout
29892
29893 \end_inset
29894 </cell>
29895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29896 \begin_inset Text
29897
29898 \begin_layout Standard
29899
29900 \family roman
29901 \series medium
29902 \shape up
29903 \emph off
29904 \bar no
29905 \noun off
29906 \color none
29907 }
29908 \end_layout
29909
29910 \end_inset
29911 </cell>
29912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29913 \begin_inset Text
29914
29915 \begin_layout Standard
29916
29917 \end_layout
29918
29919 \end_inset
29920 </cell>
29921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29922 \begin_inset Text
29923
29924 \begin_layout Standard
29925
29926 \end_layout
29927
29928 \end_inset
29929 </cell>
29930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29931 \begin_inset Text
29932
29933 \begin_layout Standard
29934
29935 \end_layout
29936
29937 \end_inset
29938 </cell>
29939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29940 \begin_inset Text
29941
29942 \begin_layout Standard
29943
29944 \family roman
29945 \series medium
29946 \shape up
29947 \emph off
29948 \bar no
29949 \noun off
29950 \color none
29951 ½
29952 \end_layout
29953
29954 \end_inset
29955 </cell>
29956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29957 \begin_inset Text
29958
29959 \begin_layout Standard
29960
29961 \family roman
29962 \series medium
29963 \shape up
29964 \emph off
29965 \bar no
29966 \noun off
29967 \color none
29968 Í
29969 \end_layout
29970
29971 \end_inset
29972 </cell>
29973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29974 \begin_inset Text
29975
29976 \begin_layout Standard
29977
29978 \family roman
29979 \series medium
29980 \shape up
29981 \emph off
29982 \bar no
29983 \noun off
29984 \color none
29985 Ý
29986 \end_layout
29987
29988 \end_inset
29989 </cell>
29990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29991 \begin_inset Text
29992
29993 \begin_layout Standard
29994
29995 \family roman
29996 \series medium
29997 \shape up
29998 \emph off
29999 \bar no
30000 \noun off
30001 \color none
30002 í
30003 \end_layout
30004
30005 \end_inset
30006 </cell>
30007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30008 \begin_inset Text
30009
30010 \begin_layout Standard
30011
30012 \family roman
30013 \series medium
30014 \shape up
30015 \emph off
30016 \bar no
30017 \noun off
30018 \color none
30019 ý
30020 \end_layout
30021
30022 \end_inset
30023 </cell>
30024 </row>
30025 <row topline="true">
30026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30027 \begin_inset Text
30028
30029 \begin_layout Standard
30030
30031 \family roman
30032 \series medium
30033 \shape up
30034 \size tiny
30035 \emph off
30036 \bar no
30037 \noun off
30038 \color none
30039 0E
30040 \end_layout
30041
30042 \end_inset
30043 </cell>
30044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30045 \begin_inset Text
30046
30047 \begin_layout Standard
30048
30049 \end_layout
30050
30051 \end_inset
30052 </cell>
30053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30054 \begin_inset Text
30055
30056 \begin_layout Standard
30057
30058 \end_layout
30059
30060 \end_inset
30061 </cell>
30062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30063 \begin_inset Text
30064
30065 \begin_layout Standard
30066
30067 \family roman
30068 \series medium
30069 \shape up
30070 \emph off
30071 \bar no
30072 \noun off
30073 \color none
30074 .
30075 \end_layout
30076
30077 \end_inset
30078 </cell>
30079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30080 \begin_inset Text
30081
30082 \begin_layout Standard
30083
30084 \family roman
30085 \series medium
30086 \shape up
30087 \emph off
30088 \bar no
30089 \noun off
30090 \color none
30091 >
30092 \end_layout
30093
30094 \end_inset
30095 </cell>
30096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30097 \begin_inset Text
30098
30099 \begin_layout Standard
30100
30101 \family roman
30102 \series medium
30103 \shape up
30104 \emph off
30105 \bar no
30106 \noun off
30107 \color none
30108 N
30109 \end_layout
30110
30111 \end_inset
30112 </cell>
30113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30114 \begin_inset Text
30115
30116 \begin_layout Standard
30117
30118 \family roman
30119 \series medium
30120 \shape up
30121 \emph off
30122 \bar no
30123 \noun off
30124 \color none
30125 ^
30126 \end_layout
30127
30128 \end_inset
30129 </cell>
30130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30131 \begin_inset Text
30132
30133 \begin_layout Standard
30134
30135 \family roman
30136 \series medium
30137 \shape up
30138 \emph off
30139 \bar no
30140 \noun off
30141 \color none
30142 n
30143 \end_layout
30144
30145 \end_inset
30146 </cell>
30147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30148 \begin_inset Text
30149
30150 \begin_layout Standard
30151
30152 \family roman
30153 \series medium
30154 \shape up
30155 \emph off
30156 \bar no
30157 \noun off
30158 \color none
30159 ~
30160 \end_layout
30161
30162 \end_inset
30163 </cell>
30164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30165 \begin_inset Text
30166
30167 \begin_layout Standard
30168
30169 \end_layout
30170
30171 \end_inset
30172 </cell>
30173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30174 \begin_inset Text
30175
30176 \begin_layout Standard
30177
30178 \end_layout
30179
30180 \end_inset
30181 </cell>
30182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30183 \begin_inset Text
30184
30185 \begin_layout Standard
30186
30187 \family roman
30188 \series medium
30189 \shape up
30190 \emph off
30191 \bar no
30192 \noun off
30193 \color none
30194 ®
30195 \end_layout
30196
30197 \end_inset
30198 </cell>
30199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30200 \begin_inset Text
30201
30202 \begin_layout Standard
30203
30204 \family roman
30205 \series medium
30206 \shape up
30207 \emph off
30208 \bar no
30209 \noun off
30210 \color none
30211 ¾
30212 \end_layout
30213
30214 \end_inset
30215 </cell>
30216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30217 \begin_inset Text
30218
30219 \begin_layout Standard
30220
30221 \family roman
30222 \series medium
30223 \shape up
30224 \emph off
30225 \bar no
30226 \noun off
30227 \color none
30228 Î
30229 \end_layout
30230
30231 \end_inset
30232 </cell>
30233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30234 \begin_inset Text
30235
30236 \begin_layout Standard
30237
30238 \family roman
30239 \series medium
30240 \shape up
30241 \emph off
30242 \bar no
30243 \noun off
30244 \color none
30245 Þ
30246 \end_layout
30247
30248 \end_inset
30249 </cell>
30250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30251 \begin_inset Text
30252
30253 \begin_layout Standard
30254
30255 \family roman
30256 \series medium
30257 \shape up
30258 \emph off
30259 \bar no
30260 \noun off
30261 \color none
30262 î
30263 \end_layout
30264
30265 \end_inset
30266 </cell>
30267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30268 \begin_inset Text
30269
30270 \begin_layout Standard
30271
30272 \family roman
30273 \series medium
30274 \shape up
30275 \emph off
30276 \bar no
30277 \noun off
30278 \color none
30279 þ
30280 \end_layout
30281
30282 \end_inset
30283 </cell>
30284 </row>
30285 <row topline="true" bottomline="true">
30286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30287 \begin_inset Text
30288
30289 \begin_layout Standard
30290
30291 \family roman
30292 \series medium
30293 \shape up
30294 \size tiny
30295 \emph off
30296 \bar no
30297 \noun off
30298 \color none
30299 0F
30300 \end_layout
30301
30302 \end_inset
30303 </cell>
30304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30305 \begin_inset Text
30306
30307 \begin_layout Standard
30308
30309 \end_layout
30310
30311 \end_inset
30312 </cell>
30313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30314 \begin_inset Text
30315
30316 \begin_layout Standard
30317
30318 \end_layout
30319
30320 \end_inset
30321 </cell>
30322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30323 \begin_inset Text
30324
30325 \begin_layout Standard
30326
30327 \family roman
30328 \series medium
30329 \shape up
30330 \emph off
30331 \bar no
30332 \noun off
30333 \color none
30334 /
30335 \end_layout
30336
30337 \end_inset
30338 </cell>
30339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30340 \begin_inset Text
30341
30342 \begin_layout Standard
30343
30344 \family roman
30345 \series medium
30346 \shape up
30347 \emph off
30348 \bar no
30349 \noun off
30350 \color none
30351 ?
30352 \end_layout
30353
30354 \end_inset
30355 </cell>
30356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30357 \begin_inset Text
30358
30359 \begin_layout Standard
30360
30361 \family roman
30362 \series medium
30363 \shape up
30364 \emph off
30365 \bar no
30366 \noun off
30367 \color none
30368 O
30369 \end_layout
30370
30371 \end_inset
30372 </cell>
30373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30374 \begin_inset Text
30375
30376 \begin_layout Standard
30377
30378 \family roman
30379 \series medium
30380 \shape up
30381 \emph off
30382 \bar no
30383 \noun off
30384 \color none
30385 _
30386 \end_layout
30387
30388 \end_inset
30389 </cell>
30390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30391 \begin_inset Text
30392
30393 \begin_layout Standard
30394
30395 \family roman
30396 \series medium
30397 \shape up
30398 \emph off
30399 \bar no
30400 \noun off
30401 \color none
30402 o
30403 \end_layout
30404
30405 \end_inset
30406 </cell>
30407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30408 \begin_inset Text
30409
30410 \begin_layout Standard
30411
30412 \end_layout
30413
30414 \end_inset
30415 </cell>
30416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30417 \begin_inset Text
30418
30419 \begin_layout Standard
30420
30421 \end_layout
30422
30423 \end_inset
30424 </cell>
30425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30426 \begin_inset Text
30427
30428 \begin_layout Standard
30429
30430 \end_layout
30431
30432 \end_inset
30433 </cell>
30434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30435 \begin_inset Text
30436
30437 \begin_layout Standard
30438
30439 \family roman
30440 \series medium
30441 \shape up
30442 \emph off
30443 \bar no
30444 \noun off
30445 \color none
30446 ¯
30447 \end_layout
30448
30449 \end_inset
30450 </cell>
30451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30452 \begin_inset Text
30453
30454 \begin_layout Standard
30455
30456 \family roman
30457 \series medium
30458 \shape up
30459 \emph off
30460 \bar no
30461 \noun off
30462 \color none
30463 ¿
30464 \end_layout
30465
30466 \end_inset
30467 </cell>
30468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30469 \begin_inset Text
30470
30471 \begin_layout Standard
30472
30473 \family roman
30474 \series medium
30475 \shape up
30476 \emph off
30477 \bar no
30478 \noun off
30479 \color none
30480 Ï
30481 \end_layout
30482
30483 \end_inset
30484 </cell>
30485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30486 \begin_inset Text
30487
30488 \begin_layout Standard
30489
30490 \family roman
30491 \series medium
30492 \shape up
30493 \emph off
30494 \bar no
30495 \noun off
30496 \color none
30497 ß
30498 \end_layout
30499
30500 \end_inset
30501 </cell>
30502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30503 \begin_inset Text
30504
30505 \begin_layout Standard
30506
30507 \family roman
30508 \series medium
30509 \shape up
30510 \emph off
30511 \bar no
30512 \noun off
30513 \color none
30514 ï
30515 \end_layout
30516
30517 \end_inset
30518 </cell>
30519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30520 \begin_inset Text
30521
30522 \begin_layout Standard
30523
30524 \family roman
30525 \series medium
30526 \shape up
30527 \emph off
30528 \bar no
30529 \noun off
30530 \color none
30531 ÿ
30532 \end_layout
30533
30534 \end_inset
30535 </cell>
30536 </row>
30537 </lyxtabular>
30538
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \begin_layout Standard
30550 The following is a full list of all of the accented characters LyX can display
30551  directly.
30552  It includes not only the accented characters from the previous table, but
30553  also the characters from 
30554 \family typewriter
30555 ISO8859--2
30556 \family default
30557  through 
30558 \family typewriter
30559 4
30560 \family default
30561 .
30562  
30563 \end_layout
30564
30565 \begin_layout Itemize
30566 From 
30567 \family typewriter
30568 ISO8859--1
30569 \family default
30570 :
30571 \end_layout
30572
30573 \begin_deeper
30574 \begin_layout Standard
30575 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
30576 \hfill
30577 diaeresis
30578 \end_layout
30579
30580 \begin_layout Standard
30581 ^ Â Ê Î Ô Û â ê î ô û
30582 \hfill
30583 circumflex
30584 \end_layout
30585
30586 \begin_layout Standard
30587 ` À È Ì Ò Ù à è ì ò ù
30588 \hfill
30589 grave
30590 \end_layout
30591
30592 \begin_layout Standard
30593 ´ Á É Í Ó Ú Ý á é í ó ú ý
30594 \hfill
30595 acute
30596 \end_layout
30597
30598 \begin_layout Standard
30599 ~ Ã Ñ Õ ã ñ õ
30600 \hfill
30601 tilde
30602 \end_layout
30603
30604 \begin_layout Standard
30605 ¸Çç
30606 \hfill
30607 cedilla
30608 \end_layout
30609
30610 \begin_layout Standard
30611 ¯
30612 \hfill
30613 macron
30614 \end_layout
30615
30616 \end_deeper
30617 \begin_layout Itemize
30618 From 
30619 \family typewriter
30620 ISO8859--2
30621 \family default
30622  through 
30623 \family typewriter
30624 4
30625 \family default
30626 :
30627 \end_layout
30628
30629 \begin_deeper
30630 \begin_layout Standard
30631 ĤĴĥĵĈĜŜĉĝŝ
30632 \hfill
30633 circumflex
30634 \end_layout
30635
30636 \begin_layout Standard
30637 ŚŹśźŔĹĆŃŕĺćń
30638 \hfill
30639 acute
30640 \end_layout
30641
30642 \begin_layout Standard
30643 Ĩı̃Ũũ
30644 \hfill
30645 tilde
30646 \end_layout
30647
30648 \begin_layout Standard
30649 ŞşŢţŖĻĢŗļģŅĶņķ
30650 \hfill
30651 cedilla
30652 \end_layout
30653
30654 \begin_layout Standard
30655 ĒēĀĪŌŪāı̄ōū
30656 \hfill
30657 macron
30658 \end_layout
30659
30660 \begin_layout Standard
30661 ŐŰőű
30662 \hfill
30663 Hungarian umlaut
30664 \end_layout
30665
30666 \end_deeper
30667 \begin_layout Standard
30668 All the characters above are actively supported by TeX fonts.
30669  In addition TeX allows diacritical marks on almost all characters.
30670  Also make sure you're using the 
30671 \family typewriter
30672 T1
30673 \family default
30674  font-encoding.
30675 \end_layout
30676
30677 \begin_layout Chapter
30678 \start_of_appendix
30679 The User Interface
30680 \begin_inset LatexCommand label
30681 name "cha:The-User-Interface"
30682
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Standard
30689 This appendix lists all available menus and describes its functionality.
30690  It is designed as quick reference if you are searching for a special topic
30691  inside the user's guide.
30692 \end_layout
30693
30694 \begin_layout Section
30695 The File Menu
30696 \begin_inset LatexCommand index
30697 name "Menu ! File"
30698
30699 \end_inset
30700
30701
30702 \end_layout
30703
30704 \begin_layout Standard
30705 Under the 
30706 \family sans
30707 File
30708 \family default
30709  menu are the basic operations in addition to some more advanced operations.
30710  At the end of the menu the four last opened documents are listed.
30711 \end_layout
30712
30713 \begin_layout Subsection
30714 New
30715 \end_layout
30716
30717 \begin_layout Standard
30718 Creates a new document.
30719 \end_layout
30720
30721 \begin_layout Subsection
30722 New from Template
30723 \end_layout
30724
30725 \begin_layout Standard
30726 This menu prompts you for a template to use.
30727  Selecting a template will automatically set certain layout features for
30728  the document, features you would otherwise need to change manually.
30729 \end_layout
30730
30731 \begin_layout Subsection
30732 Open
30733 \end_layout
30734
30735 \begin_layout Standard
30736 Opens a document.
30737 \end_layout
30738
30739 \begin_layout Subsection
30740 Open Recent
30741 \end_layout
30742
30743 \begin_layout Standard
30744 The submenu shows a list of the recently opened files.
30745  Click there on a file to open it.
30746 \end_layout
30747
30748 \begin_layout Subsection
30749 Close
30750 \end_layout
30751
30752 \begin_layout Standard
30753 Closes the current document.
30754 \end_layout
30755
30756 \begin_layout Subsection
30757 Save
30758 \end_layout
30759
30760 \begin_layout Standard
30761 Saves the actual document.
30762 \end_layout
30763
30764 \begin_layout Subsection
30765 Save As
30766 \end_layout
30767
30768 \begin_layout Standard
30769 Saves the actual document under a new name to create a copy.
30770 \end_layout
30771
30772 \begin_layout Subsection
30773 Revert to saved
30774 \end_layout
30775
30776 \begin_layout Standard
30777 Reloads the actual document from disk.
30778 \end_layout
30779
30780 \begin_layout Subsection
30781 Version Control
30782 \end_layout
30783
30784 \begin_layout Standard
30785 This is used when more people are working on the same document.
30786  It is described in the section 
30787 \emph on
30788 Version Control in LyX
30789 \emph default
30790  of the 
30791 \emph on
30792 Extended\InsetSpace ~
30793 Features
30794 \emph default
30795  manual.
30796 \end_layout
30797
30798 \begin_layout Subsection
30799 Import
30800 \end_layout
30801
30802 \begin_layout Standard
30803 You can import there files from older LyX-versions, LaTeX-files and plain
30804  text files (ASCII-files).
30805  The files will be imported as new LyX-document.
30806 \end_layout
30807
30808 \begin_layout Standard
30809 When using the menu 
30810 \family sans
30811 Plain\InsetSpace ~
30812 Text, Join\InsetSpace ~
30813 Lines
30814 \family default
30815 , all lines will be imported consecutively to one big paragraph.
30816  A new paragraph is started when there is a blank line in the file.
30817  , the text is inserted as Paragraphs, where the line breaks of the text
30818  will start a new paragraph.
30819 \end_layout
30820
30821 \begin_layout Subsection
30822 Export
30823 \begin_inset LatexCommand label
30824 name "sub:Export"
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Standard
30832 You can export your document to various file formats.
30833  The resulting files are placed in the directory of your LyX-file.
30834  The menu entries are not the same on all installations.
30835  They depend on the programs found by LyX while its configuration.
30836 \end_layout
30837
30838 \begin_layout Standard
30839 Here is a list of all available entries; they are explained in detail in
30840  section\InsetSpace ~
30841
30842 \begin_inset LatexCommand ref
30843 reference "sub:Output-file-formats"
30844
30845 \end_inset
30846
30847 :
30848 \end_layout
30849
30850 \begin_layout Description
30851
30852 \family sans
30853 CJK\InsetSpace ~
30854 LyX 
30855 \family default
30856 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
30857  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
30858 \end_layout
30859
30860 \begin_layout Description
30861
30862 \family sans
30863 DVI
30864 \family default
30865  DVI-format
30866 \end_layout
30867
30868 \begin_layout Description
30869 HTML HTML-format (the HTML-converter is a third-party product and doesn't
30870  work in all cases)
30871 \end_layout
30872
30873 \begin_layout Description
30874 HTML\InsetSpace ~
30875 (MS\InsetSpace ~
30876 Word) HTML-format specialized so that the result can be imported
30877  to 
30878 \family sans
30879 MS Word
30880 \family default
30881 , as consequence of this formulas will be embedded as bitmap fonts and not
30882  in the format 
30883 \family sans
30884 MathML
30885 \family default
30886 .
30887 \end_layout
30888
30889 \begin_layout Description
30890
30891 \family sans
30892 LaT
30893 \begin_inset ERT
30894 status collapsed
30895
30896 \begin_layout Standard
30897
30898 {}
30899 \end_layout
30900
30901 \end_inset
30902
30903 eX\InsetSpace ~
30904 (pdflatex)
30905 \family default
30906  text file with the LaTeX source, additionally all images used in the document
30907  will be converted to a format that is readable for the 
30908 \family typewriter
30909 pdflatex
30910 \family default
30911  program (GIF, JPG, PDF, PNG)
30912 \end_layout
30913
30914 \begin_layout Description
30915
30916 \family sans
30917 LaT
30918 \begin_inset ERT
30919 status collapsed
30920
30921 \begin_layout Standard
30922
30923 {}
30924 \end_layout
30925
30926 \end_inset
30927
30928 eX\InsetSpace ~
30929 (plain)
30930 \family default
30931  text file with the LaTeX source code, additionally all images used in the
30932  document will be converted to the EPS-format, only this format is readable
30933  for the 
30934 \family typewriter
30935 latex
30936 \family default
30937  program
30938 \end_layout
30939
30940 \begin_layout Description
30941 LyX\InsetSpace ~
30942 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
30943 \begin_inset Quotes eld
30944 \end_inset
30945
30946 y
30947 \begin_inset Quotes erd
30948 \end_inset
30949
30950  is replaced by the version number)
30951 \end_layout
30952
30953 \begin_layout Description
30954 OpenDocument OpenDocument-formatted text file, to be opened with 
30955 \family sans
30956 OpenOffice
30957 \family default
30958
30959 \family sans
30960 KOffice
30961 \family default
30962
30963 \family sans
30964 Abiword
30965 \family default
30966 , etc.
30967  (the OpenDocument-converter is a third-party product and doesn't work in
30968  all cases)
30969 \end_layout
30970
30971 \begin_layout Description
30972
30973 \family sans
30974 PDF
30975 \family default
30976  PDF-format using the program 
30977 \family typewriter
30978 ps2pdf
30979 \end_layout
30980
30981 \begin_layout Description
30982
30983 \family sans
30984 PDF\InsetSpace ~
30985 (dvipdfm)
30986 \family default
30987  PDF-format using the program 
30988 \family typewriter
30989 dvipdfm
30990 \end_layout
30991
30992 \begin_layout Description
30993
30994 \family sans
30995 PDF\InsetSpace ~
30996 (pdflatex)
30997 \family default
30998  PDF-format using the program 
30999 \family typewriter
31000 pdflatex
31001 \end_layout
31002
31003 \begin_layout Description
31004
31005 \family sans
31006 Plain\InsetSpace ~
31007 text
31008 \family default
31009  text format
31010 \end_layout
31011
31012 \begin_layout Description
31013
31014 \family sans
31015 Plain\InsetSpace ~
31016 text\InsetSpace ~
31017 (ps2ascii)
31018 \family default
31019  text format, the document will first be converted to Postscript format
31020  and then exported as text using the program 
31021 \family sans
31022 ps2ascii
31023 \end_layout
31024
31025 \begin_layout Description
31026
31027 \family sans
31028 Postscript
31029 \family default
31030  PostScript format using the program 
31031 \family typewriter
31032 dvips
31033 \end_layout
31034
31035 \begin_layout Description
31036
31037 \family sans
31038 Custom
31039 \family default
31040  custom format
31041 \end_layout
31042
31043 \begin_layout Standard
31044 The program 
31045 \family typewriter
31046 dvipdfm
31047 \family default
31048  produces internally a dvi-file which is then converted to a pdf-file.
31049  It is a bit out of date and therefore the output could look different from
31050  what you want.
31051  
31052 \family typewriter
31053 pdflatex
31054 \family default
31055  produces directly pdf-files and supports the latest pdf-file formats.
31056 \end_layout
31057
31058 \begin_layout Standard
31059 If one of the menu entries 
31060 \family sans
31061 DVI
31062 \family default
31063
31064 \family sans
31065 PDF\InsetSpace ~
31066 (pdflatex)
31067 \family default
31068  or 
31069 \family sans
31070 Postscript
31071 \family default
31072  is missing, you need to update your LaTeX installation.
31073  After updating you have to reconfigure LyX, see section\InsetSpace ~
31074
31075 \begin_inset LatexCommand ref
31076 reference "sec:Basic-LyX-Setup"
31077
31078 \end_inset
31079
31080 .
31081 \begin_inset LatexCommand index
31082 name "Reconfiguration of LyX"
31083
31084 \end_inset
31085
31086
31087 \end_layout
31088
31089 \begin_layout Standard
31090 The menu 
31091 \family sans
31092 Custom
31093 \family default
31094  allows you to export your file by using special command line options for
31095  the export program.
31096 \end_layout
31097
31098 \begin_layout Subsection
31099 Print
31100 \end_layout
31101
31102 \begin_layout Standard
31103 With this menu you can print your document to a file in PostScript format
31104  or send it to a printer.
31105  The printer will also use the document in PostScript format.
31106  The conversion to PostScript is done in the background by LyX using the
31107  program 
31108 \family typewriter
31109 dvips
31110 \family default
31111 .
31112  For more informations have a look at section\InsetSpace ~
31113
31114 \begin_inset LatexCommand ref
31115 reference "sub:Printing-the-File"
31116
31117 \end_inset
31118
31119 .
31120 \end_layout
31121
31122 \begin_layout Subsection
31123 New and Close Window
31124 \end_layout
31125
31126 \begin_layout Standard
31127 Opens a new instance of LyX with all currently opened documents.
31128  You can close it later with the corresponding menu.
31129 \end_layout
31130
31131 \begin_layout Section
31132 The Edit Menu
31133 \begin_inset LatexCommand index
31134 name "Menu ! Edit"
31135
31136 \end_inset
31137
31138
31139 \end_layout
31140
31141 \begin_layout Subsection
31142 Undo and Redo
31143 \end_layout
31144
31145 \begin_layout Standard
31146 Described in section\InsetSpace ~
31147
31148 \begin_inset LatexCommand ref
31149 reference "sec:Undo-and-Redo"
31150
31151 \end_inset
31152
31153 .
31154 \end_layout
31155
31156 \begin_layout Subsection
31157 Cut, Copy, Paste, Paste Recent, Paste Special
31158 \end_layout
31159
31160 \begin_layout Standard
31161 Described in section\InsetSpace ~
31162
31163 \begin_inset LatexCommand ref
31164 reference "sec:Basic-Editing-Features"
31165
31166 \end_inset
31167
31168 .
31169 \end_layout
31170
31171 \begin_layout Subsection
31172 Select All
31173 \end_layout
31174
31175 \begin_layout Standard
31176 Selects the whole document.
31177 \end_layout
31178
31179 \begin_layout Subsection
31180 Find & Replace
31181 \end_layout
31182
31183 \begin_layout Standard
31184 Described in section\InsetSpace ~
31185
31186 \begin_inset LatexCommand ref
31187 reference "sec:Basic-Editing-Features"
31188
31189 \end_inset
31190
31191 .
31192 \end_layout
31193
31194 \begin_layout Subsection
31195 Move paragraph Up/Down
31196 \end_layout
31197
31198 \begin_layout Standard
31199 This shifts the paragraph where the cursor is currently in one paragraph
31200  up or down.
31201 \end_layout
31202
31203 \begin_layout Subsection
31204 Text Style
31205 \end_layout
31206
31207 \begin_layout Standard
31208 Described in section\InsetSpace ~
31209
31210 \begin_inset LatexCommand ref
31211 reference "sub:Fine-Tuning-with-the"
31212
31213 \end_inset
31214
31215 .
31216 \end_layout
31217
31218 \begin_layout Subsection
31219 Paragraph Settings
31220 \begin_inset LatexCommand index
31221 name "Paragraph ! Settings"
31222
31223 \end_inset
31224
31225
31226 \end_layout
31227
31228 \begin_layout Standard
31229 The settings in the paragraph dialog only affects the paragraph where the
31230  cursor is in.
31231  Here you can set here the paragraph alignment and line spacing.
31232 \end_layout
31233
31234 \begin_layout Standard
31235 You can also prevent that the first line of the paragraph is indented.
31236  This option works only when you have chosen to separate paragraphs with
31237  indents in the 
31238 \family sans
31239 Document\SpecialChar \menuseparator
31240 Settings
31241 \family default
31242  dialog under 
31243 \family sans
31244 Text\InsetSpace ~
31245 Layout
31246 \family default
31247 .
31248 \end_layout
31249
31250 \begin_layout Subsection
31251 Tabular and Math
31252 \end_layout
31253
31254 \begin_layout Standard
31255 These two menus are only active when the cursor is inside a table or a formula.
31256  The properties of this table/formula can now be changed.
31257  The properties of tables are described in section\InsetSpace ~
31258
31259 \begin_inset LatexCommand ref
31260 reference "sec:Tables"
31261
31262 \end_inset
31263
31264 , the properties of formulas in chapter\InsetSpace ~
31265
31266 \begin_inset LatexCommand ref
31267 reference "cha:Mathematical-Formulas"
31268
31269 \end_inset
31270
31271 .
31272 \end_layout
31273
31274 \begin_layout Subsection
31275 Increase / Decrease List Depth
31276 \end_layout
31277
31278 \begin_layout Standard
31279 These menus are only active when the cursor is in an environment that can
31280  be nested.
31281  They in/decrease the environment nesting level as explained in section\InsetSpace ~
31282
31283 \begin_inset LatexCommand ref
31284 reference "sec:Nesting"
31285
31286 \end_inset
31287
31288  and 
31289 \begin_inset LatexCommand ref
31290 reference "sub:Numbering-depth"
31291
31292 \end_inset
31293
31294 .
31295 \end_layout
31296
31297 \begin_layout Section
31298 The View Menu
31299 \begin_inset LatexCommand index
31300 name "Menu ! View"
31301
31302 \end_inset
31303
31304
31305 \end_layout
31306
31307 \begin_layout Standard
31308 The 
31309 \family sans
31310 View
31311 \family default
31312  menu contains a list of available formats in which you can view the actual
31313  document with an external program.
31314  The menu entries for the viewing formats are not the same on all installations
31315  - it depends on the LaTeX programs that are found while LyX was configured.
31316  All possible formats are formats listed in section\InsetSpace ~
31317
31318 \begin_inset LatexCommand ref
31319 reference "sub:Export"
31320
31321 \end_inset
31322
31323 .
31324  You should at least see the menu entries 
31325 \family sans
31326 DVI
31327 \family default
31328  and 
31329 \family sans
31330 PDF\InsetSpace ~
31331 (pdflatex)
31332 \family default
31333 .
31334  If one of the two is missing, you need to update your LaTeX installation.
31335  After updating you have to reconfigure LyX, see section\InsetSpace ~
31336
31337 \begin_inset LatexCommand ref
31338 reference "sec:Basic-LyX-Setup"
31339
31340 \end_inset
31341
31342 .
31343 \begin_inset LatexCommand index
31344 name "Reconfiguration of LyX"
31345
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \begin_layout Standard
31352 Invoking a menu will start a viewer program.
31353  The viewer can be set or changed in the preferences, see section\InsetSpace ~
31354
31355 \begin_inset LatexCommand ref
31356 reference "sec:File-Formats"
31357
31358 \end_inset
31359
31360 .
31361  The default viewers are set by LyX while it is first configured.
31362 \end_layout
31363
31364 \begin_layout Standard
31365 \begin_inset VSpace bigskip
31366 \end_inset
31367
31368 At the bottom of the 
31369 \family sans
31370 View
31371 \family default
31372  menu the opened documents are listed.
31373 \end_layout
31374
31375 \begin_layout Subsection
31376 View Source
31377 \end_layout
31378
31379 \begin_layout Standard
31380 Opens a window showing the source code of the actual document, as described
31381  in section\InsetSpace ~
31382
31383 \begin_inset LatexCommand ref
31384 reference "sec:Previewing-snippets-of"
31385
31386 \end_inset
31387
31388 .
31389 \end_layout
31390
31391 \begin_layout Subsection
31392 Update
31393 \end_layout
31394
31395 \begin_layout Standard
31396 This menu allows you to update the view with your latest changes without
31397  opening a new view window.
31398 \end_layout
31399
31400 \begin_layout Subsection
31401 Toolbars
31402 \begin_inset LatexCommand label
31403 name "sub:Toolbars"
31404
31405 \end_inset
31406
31407
31408 \begin_inset LatexCommand index
31409 name "Toolbar"
31410
31411 \end_inset
31412
31413
31414 \end_layout
31415
31416 \begin_layout Standard
31417 In this menu you can set the appearance of the different toolbars.
31418  All toolbars and the 
31419 \family sans
31420 Command\InsetSpace ~
31421 Buffer
31422 \family default
31423  can be turned on and off.
31424  The 
31425 \emph on
31426 on
31427 \emph default
31428  state is denoted in the menu with a checkmark.
31429  The 
31430 \family sans
31431 Review
31432 \family default
31433
31434 \family sans
31435 Table
31436 \family default
31437
31438 \family sans
31439 Math\InsetSpace ~
31440 Panels
31441 \family default
31442 , and 
31443 \family sans
31444 Math
31445 \family default
31446  toolbars can be additionally set to the state 
31447 \emph on
31448 automatic
31449 \emph default
31450  that is denoted in the menu with the suffix 
31451 \family sans
31452 (auto)
31453 \family default
31454 .
31455 \end_layout
31456
31457 \begin_layout Standard
31458 In the 
31459 \emph on
31460 on
31461 \emph default
31462  state the toolbar is permanently shown, in the 
31463 \emph on
31464 automatic
31465 \emph default
31466  state the toolbar is only shown when the cursor is in a certain environment
31467  or when a certain feature is enabled.
31468  That means that the review toolbar will only be shown when change tracking
31469  is activated, the math and table toolbars are only shown when the cursor
31470  is inside a formula or table, respectively.
31471 \end_layout
31472
31473 \begin_layout Standard
31474 LyX's toolbars and its buttons are explained in section\InsetSpace ~
31475
31476 \begin_inset LatexCommand ref
31477 reference "sec:Toolbars"
31478
31479 \end_inset
31480
31481 .
31482 \end_layout
31483
31484 \begin_layout Section
31485 The Insert Menu
31486 \begin_inset LatexCommand index
31487 name "Menu ! Insert"
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \begin_layout Subsection
31495 Math
31496 \end_layout
31497
31498 \begin_layout Standard
31499 Inserts math constructs that are explained in chapter\InsetSpace ~
31500
31501 \begin_inset LatexCommand ref
31502 reference "cha:Mathematical-Formulas"
31503
31504 \end_inset
31505
31506 .
31507 \end_layout
31508
31509 \begin_layout Subsection
31510 Special Character
31511 \begin_inset LatexCommand label
31512 name "sub:Special-Character"
31513
31514 \end_inset
31515
31516
31517 \end_layout
31518
31519 \begin_layout Standard
31520 Here you can insert the following characters:
31521 \end_layout
31522
31523 \begin_layout Description
31524 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
31525
31526 \end_layout
31527
31528 \begin_layout Description
31529 End\InsetSpace ~
31530 of\InsetSpace ~
31531 Sentence Inserts an end of sentence dot as described in section\InsetSpace ~
31532
31533 \begin_inset LatexCommand ref
31534 reference "sub:Abbreviations"
31535
31536 \end_inset
31537
31538 .
31539 \end_layout
31540
31541 \begin_layout Description
31542 Ordinary\InsetSpace ~
31543 Quote Inserts this quote: 
31544 \begin_inset Quotes erd
31545 \end_inset
31546
31547 , no matter what quote type you selected in the 
31548 \family sans
31549 Document\SpecialChar \menuseparator
31550 Settings
31551 \family default
31552  dialog under 
31553 \family sans
31554 Language
31555 \family default
31556 .
31557 \end_layout
31558
31559 \begin_layout Description
31560 Single\InsetSpace ~
31561 Quote Inserts this quote: 
31562 \begin_inset Quotes els
31563 \end_inset
31564
31565
31566 \end_layout
31567
31568 \begin_layout Description
31569 Menu\InsetSpace ~
31570 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
31571
31572 \end_layout
31573
31574 \begin_layout Description
31575 Phonetic\InsetSpace ~
31576 Symbols
31577 \begin_inset LatexCommand index
31578 name "Phonetic symbols"
31579
31580 \end_inset
31581
31582
31583 \begin_inset LatexCommand index
31584 name "Language ! Phonetic symbols"
31585
31586 \end_inset
31587
31588  Creates a formula with a so called tipa inset.
31589  Here you can insert commands to create IPA phonetic symbols.
31590  For this feature you must have the LaTeX-package 
31591 \series bold
31592 tipa
31593 \series default
31594
31595 \begin_inset LatexCommand index
31596 name "LaTeX-packages ! tipa"
31597
31598 \end_inset
31599
31600  installed.
31601 \newline
31602 For more informations about this feature we refer to the documentation
31603  of 
31604 \series bold
31605 tipa, 
31606 \begin_inset LatexCommand cite
31607 key "tipa"
31608
31609 \end_inset
31610
31611
31612 \series default
31613  and this Wiki-page:
31614 \newline
31615
31616 \begin_inset LatexCommand url
31617 target "http://wiki.lyx.org/LyX/LinguistLyX"
31618
31619 \end_inset
31620
31621 .
31622 \end_layout
31623
31624 \begin_layout Subsection
31625 Formatting
31626 \end_layout
31627
31628 \begin_layout Standard
31629 Here you can insert the following format constructs:
31630 \end_layout
31631
31632 \begin_layout Description
31633 Superscript Inserts an superscript: test
31634 \begin_inset Formula $^{\text{a,b}}$
31635 \end_inset
31636
31637
31638 \end_layout
31639
31640 \begin_layout Description
31641 Subscript Inserts an subscript: test
31642 \begin_inset Formula $_{\text{3x}}$
31643 \end_inset
31644
31645
31646 \end_layout
31647
31648 \begin_layout Description
31649 Protected\InsetSpace ~
31650 Space Inserts a protected space that is described in section\InsetSpace ~
31651
31652 \begin_inset LatexCommand ref
31653 reference "sub:Protected-Space"
31654
31655 \end_inset
31656
31657 .
31658 \end_layout
31659
31660 \begin_layout Description
31661 Inter-word\InsetSpace ~
31662 Space Inserts an inter-word space that is described in section\InsetSpace ~
31663
31664 \begin_inset LatexCommand ref
31665 reference "sub:Inter-word-Space"
31666
31667 \end_inset
31668
31669 .
31670 \end_layout
31671
31672 \begin_layout Description
31673 Thin\InsetSpace ~
31674 Space Inserts a thin space that is described in section\InsetSpace ~
31675
31676 \begin_inset LatexCommand ref
31677 reference "sub:Thin-Space"
31678
31679 \end_inset
31680
31681 .
31682 \end_layout
31683
31684 \begin_layout Description
31685 Horizontal\InsetSpace ~
31686 Fill Inserts an horizontal fill, see section\InsetSpace ~
31687
31688 \begin_inset LatexCommand ref
31689 reference "sub:Horizontal-Space"
31690
31691 \end_inset
31692
31693  for a description.
31694 \end_layout
31695
31696 \begin_layout Description
31697 Horizontal\InsetSpace ~
31698 Line Inserts an horizontal line, see section\InsetSpace ~
31699
31700 \begin_inset LatexCommand ref
31701 reference "sub:Horizontal-Lines"
31702
31703 \end_inset
31704
31705  for a description.
31706 \end_layout
31707
31708 \begin_layout Description
31709 Vertical\InsetSpace ~
31710 Space Inserts vertical space, see section\InsetSpace ~
31711
31712 \begin_inset LatexCommand ref
31713 reference "sub:Vertical-Space"
31714
31715 \end_inset
31716
31717  for a description.
31718 \end_layout
31719
31720 \begin_layout Description
31721 Hyphenation\InsetSpace ~
31722 Point Inserts an hyphenation point, see section\InsetSpace ~
31723
31724 \begin_inset LatexCommand ref
31725 reference "sub:Hyphenation"
31726
31727 \end_inset
31728
31729
31730 \end_layout
31731
31732 \begin_layout Description
31733 Ligature\InsetSpace ~
31734 Break Inserts a ligature break, see section\InsetSpace ~
31735
31736 \begin_inset LatexCommand ref
31737 reference "sub:Ligatures"
31738
31739 \end_inset
31740
31741
31742 \end_layout
31743
31744 \begin_layout Description
31745 Line\InsetSpace ~
31746 Break Inserts a forced linebreak, see section\InsetSpace ~
31747
31748 \begin_inset LatexCommand ref
31749 reference "sub:Forced-Linebreaks"
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \begin_layout Description
31757 Page\InsetSpace ~
31758 Break Inserts a forced pagebreak, described in section\InsetSpace ~
31759
31760 \begin_inset LatexCommand ref
31761 reference "sub:Forced-Pagebreaks"
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Description
31769 Clear\InsetSpace ~
31770 Page Inserts a clear pagebreak, described in section\InsetSpace ~
31771
31772 \begin_inset LatexCommand ref
31773 reference "sub:Clear-Pages"
31774
31775 \end_inset
31776
31777
31778 \end_layout
31779
31780 \begin_layout Description
31781 Clear\InsetSpace ~
31782 Double\InsetSpace ~
31783 Page Inserts a clear doublepage break, described in section\InsetSpace ~
31784
31785 \begin_inset LatexCommand ref
31786 reference "sub:Clear-Pages"
31787
31788 \end_inset
31789
31790
31791 \end_layout
31792
31793 \begin_layout Subsection
31794 List / TOC
31795 \end_layout
31796
31797 \begin_layout Standard
31798 Various lists can be inserted with this menu.
31799  The table of contents, the algorithm, figures, and tables list are described
31800  in section\InsetSpace ~
31801
31802 \begin_inset LatexCommand ref
31803 reference "sec:toc"
31804
31805 \end_inset
31806
31807 .
31808  The index list is described in section\InsetSpace ~
31809
31810 \begin_inset LatexCommand ref
31811 reference "sec:Index"
31812
31813 \end_inset
31814
31815 , the nomenclature in section\InsetSpace ~
31816
31817 \begin_inset LatexCommand ref
31818 reference "sec:Nomenclature"
31819
31820 \end_inset
31821
31822 , and the BibTeX bibliography in section\InsetSpace ~
31823
31824 \begin_inset LatexCommand ref
31825 reference "sub:Bibliography-databases"
31826
31827 \end_inset
31828
31829 .
31830 \end_layout
31831
31832 \begin_layout Subsection
31833 Float
31834 \end_layout
31835
31836 \begin_layout Standard
31837 To insert floats, described in section\InsetSpace ~
31838
31839 \begin_inset LatexCommand ref
31840 reference "sec:Floats"
31841
31842 \end_inset
31843
31844 .
31845 \end_layout
31846
31847 \begin_layout Subsection
31848 Note
31849 \end_layout
31850
31851 \begin_layout Standard
31852 To insert notes, described in section\InsetSpace ~
31853
31854 \begin_inset LatexCommand ref
31855 reference "sec:Notes"
31856
31857 \end_inset
31858
31859 .
31860 \end_layout
31861
31862 \begin_layout Subsection
31863 Branch
31864 \end_layout
31865
31866 \begin_layout Standard
31867 Inserts branch insets as described in section\InsetSpace ~
31868
31869 \begin_inset LatexCommand ref
31870 reference "sec:Branches"
31871
31872 \end_inset
31873
31874 .
31875 \end_layout
31876
31877 \begin_layout Subsection
31878 File
31879 \begin_inset LatexCommand index
31880 name "External Material"
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Standard
31888 Here you can inserts files to include them or its content to your document.
31889  How this can be done is in detail explained in chapter 
31890 \emph on
31891 External Stuff
31892 \emph default
31893  of the 
31894 \emph on
31895 Embedded Objects
31896 \emph default
31897  manual.
31898 \end_layout
31899
31900 \begin_layout Subsection
31901 Box
31902 \begin_inset LatexCommand index
31903 name "Boxes"
31904
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \begin_layout Standard
31911 Inserts a minipage box that is described section\InsetSpace ~
31912
31913 \begin_inset LatexCommand ref
31914 reference "sec:Minipages"
31915
31916 \end_inset
31917
31918 .
31919  All box types supported by LyX are explained in detail in chapter 
31920 \emph on
31921 Boxes
31922 \emph default
31923  of the 
31924 \emph on
31925 Embedded Objects
31926 \emph default
31927  manual.
31928 \end_layout
31929
31930 \begin_layout Subsection
31931 Citation
31932 \end_layout
31933
31934 \begin_layout Standard
31935 Inserts a citation as described in section\InsetSpace ~
31936
31937 \begin_inset LatexCommand ref
31938 reference "sec:Bibliography"
31939
31940 \end_inset
31941
31942 .
31943 \end_layout
31944
31945 \begin_layout Subsection
31946 Cross-Reference
31947 \end_layout
31948
31949 \begin_layout Standard
31950 Inserts a cross-reference as described in section\InsetSpace ~
31951
31952 \begin_inset LatexCommand ref
31953 reference "sec:Cross-References"
31954
31955 \end_inset
31956
31957 .
31958 \end_layout
31959
31960 \begin_layout Subsection
31961 Label
31962 \end_layout
31963
31964 \begin_layout Standard
31965 Inserts a label as described in section\InsetSpace ~
31966
31967 \begin_inset LatexCommand ref
31968 reference "sec:Cross-References"
31969
31970 \end_inset
31971
31972 .
31973 \end_layout
31974
31975 \begin_layout Subsection
31976 Caption
31977 \begin_inset LatexCommand index
31978 name "Captions"
31979
31980 \end_inset
31981
31982
31983 \begin_inset LatexCommand index
31984 name "Longtables ! Caption"
31985
31986 \end_inset
31987
31988
31989 \end_layout
31990
31991 \begin_layout Standard
31992 Inserts a caption to floats or longtables.
31993  Floats are described in section\InsetSpace ~
31994
31995 \begin_inset LatexCommand ref
31996 reference "sec:Floats"
31997
31998 \end_inset
31999
32000 , cations in longtables are described in section 
32001 \emph on
32002 Longtable Captions
32003 \emph default
32004  of the 
32005 \emph on
32006 Embedded Objects
32007 \emph default
32008  manual.
32009 \end_layout
32010
32011 \begin_layout Subsection
32012 Index Entry
32013 \end_layout
32014
32015 \begin_layout Standard
32016 Inserts an index entry as described in section\InsetSpace ~
32017
32018 \begin_inset LatexCommand ref
32019 reference "sec:Index"
32020
32021 \end_inset
32022
32023 .
32024 \end_layout
32025
32026 \begin_layout Subsection
32027 Nomenclature Entry
32028 \end_layout
32029
32030 \begin_layout Standard
32031 Inserts a nomenclature entry as described in section\InsetSpace ~
32032
32033 \begin_inset LatexCommand ref
32034 reference "sec:Nomenclature"
32035
32036 \end_inset
32037
32038 .
32039 \end_layout
32040
32041 \begin_layout Subsection
32042 Table
32043 \end_layout
32044
32045 \begin_layout Standard
32046 Inserts a table.
32047  Tables are described in section\InsetSpace ~
32048
32049 \begin_inset LatexCommand ref
32050 reference "sec:Tables"
32051
32052 \end_inset
32053
32054 .
32055 \end_layout
32056
32057 \begin_layout Subsection
32058 Graphics
32059 \end_layout
32060
32061 \begin_layout Standard
32062 Inserts a graphic.
32063  Graphics are described in section\InsetSpace ~
32064
32065 \begin_inset LatexCommand ref
32066 reference "sec:Graphics"
32067
32068 \end_inset
32069
32070 .
32071 \end_layout
32072
32073 \begin_layout Subsection
32074 URL
32075 \end_layout
32076
32077 \begin_layout Standard
32078 Inserts an URL box as described in section\InsetSpace ~
32079
32080 \begin_inset LatexCommand ref
32081 reference "sec:URL"
32082
32083 \end_inset
32084
32085 .
32086 \end_layout
32087
32088 \begin_layout Subsection
32089 Footnote
32090 \end_layout
32091
32092 \begin_layout Standard
32093 Inserts a footnote, see section\InsetSpace ~
32094
32095 \begin_inset LatexCommand ref
32096 reference "sec:Footnotes"
32097
32098 \end_inset
32099
32100 .
32101 \end_layout
32102
32103 \begin_layout Subsection
32104 Marginal Note
32105 \end_layout
32106
32107 \begin_layout Standard
32108 Inserts a marginal note, see section\InsetSpace ~
32109
32110 \begin_inset LatexCommand ref
32111 reference "sec:Marginal-Notes"
32112
32113 \end_inset
32114
32115 .
32116 \end_layout
32117
32118 \begin_layout Subsection
32119 Short Title
32120 \end_layout
32121
32122 \begin_layout Standard
32123 Inserts a short title, see section\InsetSpace ~
32124
32125 \begin_inset LatexCommand ref
32126 reference "sec:Short-Titles"
32127
32128 \end_inset
32129
32130 .
32131 \end_layout
32132
32133 \begin_layout Subsection
32134 TeX Code
32135 \end_layout
32136
32137 \begin_layout Standard
32138 Inserts an ERT box, see section\InsetSpace ~
32139
32140 \begin_inset LatexCommand ref
32141 reference "sub:ERT-Boxes"
32142
32143 \end_inset
32144
32145  for a description.
32146 \end_layout
32147
32148 \begin_layout Subsection
32149 Program Listing
32150 \begin_inset LatexCommand index
32151 name "Program listings"
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Standard
32159 Inserts a program listings box.
32160  Program listings are explained in chapter 
32161 \emph on
32162 Program Code Listings
32163 \emph default
32164  of the 
32165 \emph on
32166 Embedded Objects
32167 \emph default
32168  manual.
32169 \end_layout
32170
32171 \begin_layout Subsection
32172 Date
32173 \end_layout
32174
32175 \begin_layout Standard
32176 Inserts the actual date.
32177  The format dependends on the date format of the language that is used for
32178  LyX's menus.
32179  LyX offers another ways to insert a date which is explained in section
32180  
32181 \emph on
32182 External Material
32183 \emph default
32184  of the 
32185 \emph on
32186 Embedded Objects
32187 \emph default
32188  manual.
32189  There the different methods are also compared.
32190 \end_layout
32191
32192 \begin_layout Section
32193 The Navigate Menu
32194 \begin_inset LatexCommand index
32195 name "Menu ! Navigate"
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Standard
32203 This menu lists the existing, chapter, sections, figures, and tables of
32204  the current document.
32205  This allows you to navigate easily through you document.
32206 \end_layout
32207
32208 \begin_layout Standard
32209 The Navigate menu also offers to 
32210 \end_layout
32211
32212 \begin_layout Subsection
32213 Bookmarks
32214 \end_layout
32215
32216 \begin_layout Standard
32217 With this menu you are able to define your own bookmarks.
32218  This is useful when you are working on a large documents and often have
32219  to jump e.g.
32220  between section\InsetSpace ~
32221 2.5 and 6.3.
32222  To create bookmarks for this example, go to section\InsetSpace ~
32223 2.5 and use the menu
32224  
32225 \family sans
32226 Save\InsetSpace ~
32227 Bookmark\InsetSpace ~
32228 1
32229 \family default
32230 .
32231  Then go to section\InsetSpace ~
32232 6.3 and use 
32233 \family sans
32234 Save\InsetSpace ~
32235 Bookmark\InsetSpace ~
32236
32237 \family default
32238 2.
32239  Now you can easily jump between these sections by using the menu or by
32240  the key bindings 
32241 \family sans
32242 C-1
32243 \family default
32244  and 
32245 \family sans
32246 C-2
32247 \family default
32248 .
32249 \end_layout
32250
32251 \begin_layout Standard
32252 You can also use bookmarks to jump between several opened documents.
32253  The saved bookmarks are valid till the document is closed.
32254 \end_layout
32255
32256 \begin_layout Subsection
32257 Next Note, Change, Cross-reference
32258 \end_layout
32259
32260 \begin_layout Standard
32261 Jump to the next note, change, or cross-reference following the current
32262  cursor position.
32263 \end_layout
32264
32265 \begin_layout Subsection
32266 Go to Label
32267 \end_layout
32268
32269 \begin_layout Standard
32270 Only active when the cursor is in front of a cross-reference.
32271  Sets the cursor before the referenced label, the same as if you right-click
32272  on a cross-reference box.
32273 \end_layout
32274
32275 \begin_layout Section
32276 The Document Menu
32277 \begin_inset LatexCommand index
32278 name "Menu ! Document"
32279
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \begin_layout Subsection
32286 Change Tracking
32287 \end_layout
32288
32289 \begin_layout Standard
32290 Change Tracking is described in section\InsetSpace ~
32291
32292 \begin_inset LatexCommand ref
32293 reference "sec:Change-Tracking"
32294
32295 \end_inset
32296
32297 .
32298 \end_layout
32299
32300 \begin_layout Subsection
32301 LaT
32302 \begin_inset ERT
32303 status collapsed
32304
32305 \begin_layout Standard
32306
32307 {}
32308 \end_layout
32309
32310 \end_inset
32311
32312 eX Log
32313 \end_layout
32314
32315 \begin_layout Standard
32316 After running LaTeX by viewing or exporting a document, this menu will be
32317  enabled.
32318  It shows the logfile of the used LaTeX-program.
32319 \end_layout
32320
32321 \begin_layout Standard
32322 Here you can see how LaTeX works in the background.
32323  
32324 \emph on
32325 Experts
32326 \emph default
32327  will find in it reasons for LaTeX-errors.
32328 \end_layout
32329
32330 \begin_layout Subsection
32331 Outline
32332 \end_layout
32333
32334 \begin_layout Standard
32335 Opens the TOC/Outline window as described in section\InsetSpace ~
32336
32337 \begin_inset LatexCommand ref
32338 reference "sub:Table-of-Contents"
32339
32340 \end_inset
32341
32342 .
32343 \end_layout
32344
32345 \begin_layout Subsection
32346 Start Appendix Here
32347 \end_layout
32348
32349 \begin_layout Standard
32350 This menu will start the appendix of the document at the current cursor
32351  position as described in section\InsetSpace ~
32352
32353 \begin_inset LatexCommand ref
32354 reference "sec:Appendices"
32355
32356 \end_inset
32357
32358 .
32359 \end_layout
32360
32361 \begin_layout Subsection
32362 Compressed
32363 \end_layout
32364
32365 \begin_layout Standard
32366 Un/compresses the actual document.
32367 \end_layout
32368
32369 \begin_layout Subsection
32370 Settings
32371 \begin_inset LatexCommand label
32372 name "sub:Settings"
32373
32374 \end_inset
32375
32376
32377 \begin_inset LatexCommand index
32378 name "Document ! Settings"
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \begin_layout Standard
32386 This menu dialog contains some submenus to set properties for the whole
32387  document.
32388  You can save your document settings as default with the 
32389 \family sans
32390 Save as Document Defaults
32391 \family default
32392  button in the dialog.
32393  This will create a template named 
32394 \family typewriter
32395 default.lyx
32396 \family default
32397  which is automatically loaded by LyX when you create a new document without
32398  using a template.
32399 \end_layout
32400
32401 \begin_layout Standard
32402 The different submenus of the dialog are explained in the following:
32403 \end_layout
32404
32405 \begin_layout Subsubsection*
32406 Document Class
32407 \end_layout
32408
32409 \begin_layout Standard
32410 Here you set the document class, class options, and a Postscript driver.
32411  Document classes are described in section\InsetSpace ~
32412
32413 \begin_inset LatexCommand ref
32414 reference "sec:Document-Classes"
32415
32416 \end_inset
32417
32418 .
32419  The Postscript driver is used for LaTeX's color and graphics packages.
32420  When using 
32421 \family sans
32422 Default
32423 \family default
32424 , the default driver for the LaTeX-packages are used.
32425  It is recommended to use the default unless your know what you are doing.
32426 \end_layout
32427
32428 \begin_layout Subsubsection*
32429 Fonts
32430 \end_layout
32431
32432 \begin_layout Standard
32433 The document font settings are described in section\InsetSpace ~
32434
32435 \begin_inset LatexCommand ref
32436 reference "sec:Fonts-and-Text"
32437
32438 \end_inset
32439
32440 .
32441 \end_layout
32442
32443 \begin_layout Subsubsection*
32444 Text Layout
32445 \end_layout
32446
32447 \begin_layout Standard
32448 You can specify if paragraphs should be separated by indentations or vertical
32449  skips.
32450  The line spacing and the number of text columns can here also be specified.
32451  
32452 \end_layout
32453
32454 \begin_layout Standard
32455 Note that LyX won't show two columns or the set up line spacing on screen.
32456  That's impractical, often unreadable, and not part of the WYSIWYM concept.
32457  However, it will be as you specified it in the output.
32458 \end_layout
32459
32460 \begin_layout Standard
32461 The listings settings are explained in the corresponding section in the
32462  
32463 \emph on
32464 Embedded Objects
32465 \emph default
32466  manual.
32467 \end_layout
32468
32469 \begin_layout Subsubsection*
32470 Page Layout
32471 \end_layout
32472
32473 \begin_layout Standard
32474 A description of this menu is given in section\InsetSpace ~
32475
32476 \begin_inset LatexCommand ref
32477 reference "sub:Paper-Size,-Orientation,"
32478
32479 \end_inset
32480
32481  and 
32482 \begin_inset LatexCommand ref
32483 reference "sub:Document-Layout"
32484
32485 \end_inset
32486
32487 .
32488 \end_layout
32489
32490 \begin_layout Subsubsection*
32491 Page Margins
32492 \end_layout
32493
32494 \begin_layout Standard
32495 Here you can adjust the paper margins, see section\InsetSpace ~
32496
32497 \begin_inset LatexCommand ref
32498 reference "sub:Margins"
32499
32500 \end_inset
32501
32502 .
32503 \end_layout
32504
32505 \begin_layout Subsubsection*
32506 Language
32507 \begin_inset LatexCommand index
32508 name "Language ! Encoding"
32509
32510 \end_inset
32511
32512
32513 \end_layout
32514
32515 \begin_layout Standard
32516 The document language and quote styles are set here.
32517  The encoding specifies how the document content is exported to LaTeX (the
32518  LyX file is always encoded in utf8).
32519  All characters that cannot be encoded using the specified encoding will
32520  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
32521  known for a particular character).
32522 \begin_inset Foot
32523 status collapsed
32524
32525 \begin_layout Standard
32526 The known commands are defined in a text file.
32527  You can add commands for unknown symbols to that file yourself, see the
32528  
32529 \emph on
32530 Customization
32531 \emph default
32532  manual for details.
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \end_layout
32539
32540 \begin_layout Standard
32541 If you use the option 
32542 \family sans
32543 use language's default encoding
32544 \family default
32545 , LyX determines the encoding of a portion of text from the language of
32546  this text.
32547  If the document contains text in more than one language you may get more
32548  than one encoding in the LaTeX file.
32549  If you do not use this option then the complete document will always use
32550  exactly one encoding.
32551  Checking this option is the preferred setting unless you use 
32552 \family sans
32553 XeTeX
32554 \family default
32555
32556 \begin_inset Foot
32557 status collapsed
32558
32559 \begin_layout Standard
32560 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
32561  It natively supports Unicode while its input file is assumed to be in UTF-8
32562  encoding.
32563  More about using LyX with XeTeX can be found in 
32564 \begin_inset LatexCommand cite
32565 key "XeTeX"
32566
32567 \end_inset
32568
32569 .
32570 \end_layout
32571
32572 \end_inset
32573
32574  (see below).
32575 \end_layout
32576
32577 \begin_layout Standard
32578 LyX also supports Unicode output, which is particularly useful if you need
32579  lots of special symbols or non-alphabetic scripts, respectively.
32580  If you want to use this (and your LaTeX installation supports Unicode,
32581  for that matter), choose one of the four utf8 variants from the list below.
32582  Unfortunately the unicode support of standard LaTeX is quite incomplete,
32583  so it is not uncommon that a file with lots of unicode symbols works fine
32584  with 
32585 \family sans
32586 use language's default encoding
32587 \family default
32588  (when LyX uses it's list of known LaTeX-commands), but does not work with
32589  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
32590  because all unicode symbols can be encoded in utf8).
32591 \end_layout
32592
32593 \begin_layout Standard
32594 Here is a list with the important encodings:
32595 \end_layout
32596
32597 \begin_layout Description
32598 LaTeX\InsetSpace ~
32599 default Same as 
32600 \family sans
32601 use language's default encoding
32602 \family default
32603 , but the LaTeX-package 
32604 \series bold
32605 inputenc
32606 \series default
32607
32608 \begin_inset LatexCommand index
32609 name "LaTeX-packages ! inputenc"
32610
32611 \end_inset
32612
32613  is not used.
32614  You probably need to load some other packages manually in the preamble.
32615 \end_layout
32616
32617 \begin_layout Description
32618 armscii8 encoding for Armenian
32619 \end_layout
32620
32621 \begin_layout Description
32622 ascii the ASCII encoding, covers only plain English, may result in a big
32623  file because lots of LaTeX-commands may be needed
32624 \end_layout
32625
32626 \begin_layout Description
32627 cp1250 MS Windows code page for latin2
32628 \end_layout
32629
32630 \begin_layout Description
32631 cp1251 MS Windows code page for Cyrillic
32632 \end_layout
32633
32634 \begin_layout Description
32635 cp1252 MS Windows code page for latin1
32636 \end_layout
32637
32638 \begin_layout Description
32639 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
32640 \end_layout
32641
32642 \begin_layout Description
32643 cp1256 MS Windows code page for Arabic and Farsi
32644 \end_layout
32645
32646 \begin_layout Description
32647 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
32648 13 encoding that is a superset of the ISO-8859-4 encoding
32649 \end_layout
32650
32651 \begin_layout Description
32652 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
32653  Serbian, and Ukrainian
32654 \end_layout
32655
32656 \begin_layout Description
32657 iso-8859-7 the ISO-8859-7 encoding, covers Greek
32658 \end_layout
32659
32660 \begin_layout Description
32661 8859-8 the ISO-8859-8 encoding, covers Hebrew
32662 \end_layout
32663
32664 \begin_layout Description
32665 koi8-r standard Cyrillic especially for Russian
32666 \end_layout
32667
32668 \begin_layout Description
32669 koi8-u Cyrillic for Ukrainian
32670 \end_layout
32671
32672 \begin_layout Description
32673 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
32674  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
32675  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
32676  replaced by latin9
32677 \end_layout
32678
32679 \begin_layout Description
32680 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
32681  Hungarian, Polish, Romanian, Slovak, and Slovenian
32682 \end_layout
32683
32684 \begin_layout Description
32685 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
32686  Turkish
32687 \end_layout
32688
32689 \begin_layout Description
32690 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
32691 \end_layout
32692
32693 \begin_layout Description
32694 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
32695  where the Icelandic letters are replaced by Turkish ones
32696 \end_layout
32697
32698 \begin_layout Description
32699 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
32700  the euro currency sign, the 
32701 \begin_inset ERT
32702 status collapsed
32703
32704 \begin_layout Standard
32705
32706
32707 \backslash
32708 oe
32709 \end_layout
32710
32711 \end_inset
32712
32713 -ligature and some characters used for French and Finnish; latin9 should
32714  be the replacement for latin1
32715 \end_layout
32716
32717 \begin_layout Description
32718 pt154 Cyrillic for Kazakh
32719 \end_layout
32720
32721 \begin_layout Description
32722 utf8 Unicode utf8 with the LaTeX-package 
32723 \series bold
32724 inputenc
32725 \series default
32726
32727 \begin_inset LatexCommand index
32728 name "LaTeX-packages ! inputenc"
32729
32730 \end_inset
32731
32732  (first variant, for latin symbols and some others).
32733 \end_layout
32734
32735 \begin_layout Description
32736 utf8x Unicode utf8 with the LaTeX-package 
32737 \series bold
32738 inputenc
32739 \series default
32740  (second variant, for greek and CJK symbols and some others).
32741 \end_layout
32742
32743 \begin_layout Description
32744 UTF8 Unicode utf8 with the LaTeX-package 
32745 \series bold
32746 CJK
32747 \series default
32748
32749 \begin_inset LatexCommand index
32750 name "LaTeX-packages ! CJK"
32751
32752 \end_inset
32753
32754  (for the languages Chinese, Japanese and Korean)
32755 \end_layout
32756
32757 \begin_layout Description
32758 utf8-plain Unicode utf8 to be used with 
32759 \family sans
32760 XeTeX
32761 \family default
32762 , which uses Unicode directly, without the help of the LaTeX-package 
32763 \series bold
32764 inputenc
32765 \series default
32766  
32767 \begin_inset Foot
32768 status collapsed
32769
32770 \begin_layout Standard
32771 More about using LyX with XeTeX can be found in 
32772 \begin_inset LatexCommand cite
32773 key "XeTeX"
32774
32775 \end_inset
32776
32777 .
32778 \end_layout
32779
32780 \end_inset
32781
32782
32783 \end_layout
32784
32785 \begin_layout Subsubsection*
32786 Numbering & TOC
32787 \end_layout
32788
32789 \begin_layout Standard
32790 You can adjust here the numbering depth of sections headings as described
32791  in section\InsetSpace ~
32792
32793 \begin_inset LatexCommand ref
32794 reference "sub:Numbering-depth"
32795
32796 \end_inset
32797
32798 .
32799 \end_layout
32800
32801 \begin_layout Subsubsection*
32802 Bibliography
32803 \end_layout
32804
32805 \begin_layout Standard
32806 You can specify here a citation style using the LaTeX-packages 
32807 \series bold
32808 natbib
32809 \begin_inset LatexCommand index
32810 name "LaTeX-packages ! natbib"
32811
32812 \end_inset
32813
32814
32815 \series default
32816  or 
32817 \series bold
32818 jurabib
32819 \series default
32820
32821 \begin_inset LatexCommand index
32822 name "LaTeX-packages ! jurabib"
32823
32824 \end_inset
32825
32826 .
32827  For a further description see section\InsetSpace ~
32828
32829 \begin_inset LatexCommand ref
32830 reference "sec:Bibliography"
32831
32832 \end_inset
32833
32834 .
32835 \end_layout
32836
32837 \begin_layout Subsubsection*
32838 Math Options
32839 \end_layout
32840
32841 \begin_layout Standard
32842 These options will force LyX to use the LaTeX-packages 
32843 \series bold
32844 amsmath
32845 \begin_inset LatexCommand index
32846 name "LaTeX-packages ! amsmath"
32847
32848 \end_inset
32849
32850
32851 \series default
32852  and 
32853 \series bold
32854 esint
32855 \begin_inset LatexCommand index
32856 name "LaTeX-packages ! esint"
32857
32858 \end_inset
32859
32860
32861 \series default
32862  or to use them automatically when they are needed.
32863 \end_layout
32864
32865 \begin_layout Standard
32866
32867 \series bold
32868 amsmath
32869 \series default
32870  is needed for many constructs, so when you get LaTeX-errors in formulas,
32871  assure that you have enabled AMS.
32872 \end_layout
32873
32874 \begin_layout Standard
32875
32876 \series bold
32877 esint
32878 \series default
32879  is used for special integral characters.
32880 \end_layout
32881
32882 \begin_layout Subsubsection*
32883 Float Placement
32884 \end_layout
32885
32886 \begin_layout Standard
32887 The float placement options are described in section
32888 \begin_inset Formula $\,$
32889 \end_inset
32890
32891
32892 \begin_inset LatexCommand ref
32893 reference "sub:Float-Placement"
32894
32895 \end_inset
32896
32897 .
32898 \end_layout
32899
32900 \begin_layout Subsubsection*
32901 Bullets
32902 \end_layout
32903
32904 \begin_layout Standard
32905 Here you can adjust the characters for the itemize levels.
32906  The itemize environment is described in section\InsetSpace ~
32907
32908 \begin_inset LatexCommand ref
32909 reference "sec:Itemize"
32910
32911 \end_inset
32912
32913 .
32914 \end_layout
32915
32916 \begin_layout Subsubsection*
32917 Branches
32918 \end_layout
32919
32920 \begin_layout Standard
32921 Branches are described in section\InsetSpace ~
32922
32923 \begin_inset LatexCommand ref
32924 reference "sec:Branches"
32925
32926 \end_inset
32927
32928 .
32929 \end_layout
32930
32931 \begin_layout Subsubsection*
32932 LaT
32933 \begin_inset ERT
32934 status collapsed
32935
32936 \begin_layout Standard
32937
32938 {}
32939 \end_layout
32940
32941 \end_inset
32942
32943 eX Preamble
32944 \end_layout
32945
32946 \begin_layout Standard
32947 In this text field are entered commands to load special LaTeX-packages or
32948  to define LaTeX-commands.
32949  The preamble is a thing for LaTeX-experts.
32950  You shouldn't enter commands here until you don't exactly know what you
32951  do.
32952 \end_layout
32953
32954 \begin_layout Standard
32955 An introduction in the LaTeX-syntax is given in section\InsetSpace ~
32956
32957 \begin_inset LatexCommand ref
32958 reference "sub:LaTeX-Syntax"
32959
32960 \end_inset
32961
32962 .
32963 \end_layout
32964
32965 \begin_layout Section
32966 The Tools Menu
32967 \begin_inset LatexCommand index
32968 name "Menu ! Tools"
32969
32970 \end_inset
32971
32972
32973 \end_layout
32974
32975 \begin_layout Subsection
32976 Spellchecker
32977 \end_layout
32978
32979 \begin_layout Standard
32980 Spell checking is explained in section\InsetSpace ~
32981
32982 \begin_inset LatexCommand ref
32983 reference "sec:Spellchecking"
32984
32985 \end_inset
32986
32987 .
32988 \end_layout
32989
32990 \begin_layout Subsection
32991 Thesaurus
32992 \end_layout
32993
32994 \begin_layout Standard
32995 The thesaurus is described in section\InsetSpace ~
32996
32997 \begin_inset LatexCommand ref
32998 reference "sec:Thesaurus"
32999
33000 \end_inset
33001
33002 .
33003 \end_layout
33004
33005 \begin_layout Subsection
33006 Count Words
33007 \begin_inset LatexCommand index
33008 name "Word count"
33009
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \begin_layout Standard
33016 Counts the number of words in the actual document or the highlighted document
33017  part.
33018 \end_layout
33019
33020 \begin_layout Subsection
33021 T
33022 \begin_inset ERT
33023 status collapsed
33024
33025 \begin_layout Standard
33026
33027 {}
33028 \end_layout
33029
33030 \end_inset
33031
33032 eX Information
33033 \begin_inset LatexCommand index
33034 name "TeX Information"
33035
33036 \end_inset
33037
33038
33039 \end_layout
33040
33041 \begin_layout Standard
33042 Shows you a list of the classes and styles installed in your LaTeX-system.
33043 \end_layout
33044
33045 \begin_layout Subsection
33046 Reconfigure
33047 \begin_inset LatexCommand index
33048 name "Reconfiguration of LyX"
33049
33050 \end_inset
33051
33052
33053 \begin_inset LatexCommand index
33054 name "LyX ! Reconfigure|see{Reconfiguration of LyX}"
33055
33056 \end_inset
33057
33058
33059 \end_layout
33060
33061 \begin_layout Standard
33062 This menu reconfigures LyX.
33063  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
33064
33065 \begin_inset LatexCommand ref
33066 reference "sec:Basic-LyX-Setup"
33067
33068 \end_inset
33069
33070 .
33071 \end_layout
33072
33073 \begin_layout Subsection
33074 Preferences
33075 \end_layout
33076
33077 \begin_layout Standard
33078 The preferences dialog is described in detail in chapter
33079 \begin_inset Formula $\,$
33080 \end_inset
33081
33082
33083 \begin_inset LatexCommand ref
33084 reference "cha:The-Preferences-dialog"
33085
33086 \end_inset
33087
33088 .
33089 \end_layout
33090
33091 \begin_layout Section
33092 The Help Menu
33093 \begin_inset LatexCommand index
33094 name "Menu ! Help"
33095
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Standard
33102 This menu opens the documentation files of LyX in the language of LyX's
33103  menus.
33104 \end_layout
33105
33106 \begin_layout Standard
33107 The menu 
33108 \family sans
33109 LaTeX\InsetSpace ~
33110 Configuration
33111 \family default
33112  shows a LyX-document with informations about the LaTeX-packages and classes
33113  found by LyX (see also section\InsetSpace ~
33114
33115 \begin_inset LatexCommand ref
33116 reference "sec:LaTeX-Setup"
33117
33118 \end_inset
33119
33120 ).
33121 \end_layout
33122
33123 \begin_layout Section
33124 Toolbars
33125 \begin_inset LatexCommand label
33126 name "sec:Toolbars"
33127
33128 \end_inset
33129
33130
33131 \end_layout
33132
33133 \begin_layout Standard
33134 How to show or hide toolbars is explained in section\InsetSpace ~
33135
33136 \begin_inset LatexCommand ref
33137 reference "sub:Toolbars"
33138
33139 \end_inset
33140
33141 .
33142 \end_layout
33143
33144 \begin_layout Standard
33145 It is also possible to define custom toolbars.
33146  This is described in the 
33147 \emph on
33148 Extended Features
33149 \emph default
33150  manual.
33151  
33152 \end_layout
33153
33154 \begin_layout Subsection
33155 Standard Toolbar
33156 \begin_inset LatexCommand index
33157 name "Toolbar ! Standard"
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 \begin_inset Graphics
33166         filename clipart/StandardToolbar.png
33167         width 100col%
33168
33169 \end_inset
33170
33171
33172 \end_layout
33173
33174 \begin_layout Standard
33175 \begin_inset VSpace defskip
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Standard
33182 The standard toolbar as shown above contains from left to right the following
33183  buttons:
33184 \begin_inset ERT
33185 status collapsed
33186
33187 \begin_layout Standard
33188
33189
33190 \backslash
33191 setlength{
33192 \backslash
33193 LTleft}{0pt}
33194 \end_layout
33195
33196 \end_inset
33197
33198
33199 \begin_inset Note Note
33200 status collapsed
33201
33202 \begin_layout Standard
33203 This is necessary to left align the following longtables.
33204  See the 
33205 \emph on
33206 Embedded Objects
33207 \emph default
33208  manual for more information.
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 \begin_inset VSpace defskip
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \begin_layout Standard
33224 \begin_inset Tabular
33225 <lyxtabular version="3" rows="1" columns="2">
33226 <features islongtable="true">
33227 <column alignment="center" valignment="top" width="0">
33228 <column alignment="center" valignment="top" width="0">
33229 <row>
33230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Standard
33234 \begin_inset Graphics
33235         filename clipart/ToolbarEnvBox.png
33236         clip
33237
33238 \end_inset
33239
33240
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Standard
33249 pull-down menu for the paragraph environments
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 </row>
33255 </lyxtabular>
33256
33257 \end_inset
33258
33259
33260 \end_layout
33261
33262 \begin_layout Standard
33263 \begin_inset VSpace -10mm
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \begin_layout Standard
33270 \align left
33271 \begin_inset Tabular
33272 <lyxtabular version="3" rows="20" columns="2">
33273 <features islongtable="true">
33274 <column alignment="left" valignment="top" width="0">
33275 <column alignment="left" valignment="top" width="0">
33276 <row interlinespace="2.5mm">
33277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33278 \begin_inset Text
33279
33280 \begin_layout Standard
33281
33282 \family sans
33283 \begin_inset Graphics
33284         filename ../images/buffer-new.png
33285         BoundingBox 0bp 5bp 20bp 20bp
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Standard
33298
33299 \family sans
33300 File\SpecialChar \menuseparator
33301 New
33302 \end_layout
33303
33304 \end_inset
33305 </cell>
33306 </row>
33307 <row interlinespace="2.5mm">
33308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33309 \begin_inset Text
33310
33311 \begin_layout Standard
33312 \begin_inset Graphics
33313         filename ../images/file-open.png
33314         BoundingBox 0bp 5bp 20bp 20bp
33315
33316 \end_inset
33317
33318
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Standard
33327
33328 \family sans
33329 File\SpecialChar \menuseparator
33330 Open
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 </row>
33336 <row interlinespace="2.5mm">
33337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33338 \begin_inset Text
33339
33340 \begin_layout Standard
33341 \begin_inset Graphics
33342         filename ../images/buffer-write.png
33343         BoundingBox 0bp 5bp 20bp 20bp
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Standard
33356
33357 \family sans
33358 File\SpecialChar \menuseparator
33359 Save
33360 \end_layout
33361
33362 \end_inset
33363 </cell>
33364 </row>
33365 <row interlinespace="2.5mm">
33366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33367 \begin_inset Text
33368
33369 \begin_layout Standard
33370 \begin_inset Graphics
33371         filename ../images/dialog-show_print.png
33372         BoundingBox 0bp 5bp 24bp 20bp
33373
33374 \end_inset
33375
33376
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33382 \begin_inset Text
33383
33384 \begin_layout Standard
33385
33386 \family sans
33387 File\SpecialChar \menuseparator
33388 Print
33389 \end_layout
33390
33391 \end_inset
33392 </cell>
33393 </row>
33394 <row interlinespace="2.5mm">
33395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33396 \begin_inset Text
33397
33398 \begin_layout Standard
33399 \begin_inset Graphics
33400         filename ../images/dialog-show_spellchecker.png
33401         BoundingBox 0bp 5bp 20bp 20bp
33402
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \end_inset
33409 </cell>
33410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33411 \begin_inset Text
33412
33413 \begin_layout Standard
33414
33415 \family sans
33416 Tools\SpecialChar \menuseparator
33417 Spellchecker
33418 \end_layout
33419
33420 \end_inset
33421 </cell>
33422 </row>
33423 <row interlinespace="2.5mm">
33424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33425 \begin_inset Text
33426
33427 \begin_layout Standard
33428 \begin_inset Graphics
33429         filename ../images/undo.png
33430         BoundingBox 0bp 5bp 20bp 20bp
33431
33432 \end_inset
33433
33434
33435 \end_layout
33436
33437 \end_inset
33438 </cell>
33439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Standard
33443
33444 \family sans
33445 Edit\SpecialChar \menuseparator
33446 Undo
33447 \end_layout
33448
33449 \end_inset
33450 </cell>
33451 </row>
33452 <row interlinespace="2.5mm">
33453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Standard
33457 \begin_inset Graphics
33458         filename ../images/redo.png
33459         BoundingBox 0bp 5bp 20bp 20bp
33460
33461 \end_inset
33462
33463
33464 \end_layout
33465
33466 \end_inset
33467 </cell>
33468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33469 \begin_inset Text
33470
33471 \begin_layout Standard
33472
33473 \family sans
33474 Edit\SpecialChar \menuseparator
33475 Redo
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 </row>
33481 <row interlinespace="2.5mm">
33482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33483 \begin_inset Text
33484
33485 \begin_layout Standard
33486 \begin_inset Graphics
33487         filename ../images/cut.png
33488         BoundingBox 0bp 5bp 20bp 20bp
33489
33490 \end_inset
33491
33492
33493 \end_layout
33494
33495 \end_inset
33496 </cell>
33497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33498 \begin_inset Text
33499
33500 \begin_layout Standard
33501
33502 \family sans
33503 Edit\SpecialChar \menuseparator
33504 Cut
33505 \end_layout
33506
33507 \end_inset
33508 </cell>
33509 </row>
33510 <row interlinespace="2.5mm">
33511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Standard
33515 \begin_inset Graphics
33516         filename ../images/copy.png
33517         BoundingBox 0bp 5bp 20bp 20bp
33518
33519 \end_inset
33520
33521
33522 \end_layout
33523
33524 \end_inset
33525 </cell>
33526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33527 \begin_inset Text
33528
33529 \begin_layout Standard
33530
33531 \family sans
33532 Edit\SpecialChar \menuseparator
33533 Copy
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 </row>
33539 <row interlinespace="2.5mm">
33540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33541 \begin_inset Text
33542
33543 \begin_layout Standard
33544 \begin_inset Graphics
33545         filename ../images/paste.png
33546         BoundingBox 0bp 5bp 20bp 20bp
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \end_inset
33554 </cell>
33555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Standard
33559
33560 \family sans
33561 Edit\SpecialChar \menuseparator
33562 Paste
33563 \end_layout
33564
33565 \end_inset
33566 </cell>
33567 </row>
33568 <row interlinespace="2.5mm">
33569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33570 \begin_inset Text
33571
33572 \begin_layout Standard
33573 \begin_inset Graphics
33574         filename ../images/dialog-show_findreplace.png
33575         BoundingBox 0bp 5bp 20bp 25bp
33576         rotateOrigin center
33577
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33586 \begin_inset Text
33587
33588 \begin_layout Standard
33589
33590 \family sans
33591 Edit\SpecialChar \menuseparator
33592 Find\InsetSpace \thinspace{}
33593 &\InsetSpace \thinspace{}
33594 Replace
33595 \end_layout
33596
33597 \end_inset
33598 </cell>
33599 </row>
33600 <row interlinespace="2.5mm">
33601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33602 \begin_inset Text
33603
33604 \begin_layout Standard
33605 \begin_inset Graphics
33606         filename ../images/font-emph.png
33607         BoundingBox 0bp 5bp 20bp 20bp
33608
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33617 \begin_inset Text
33618
33619 \begin_layout Standard
33620 Emphasize text, function of the Edit
33621 \family sans
33622 \SpecialChar \menuseparator
33623 Text\InsetSpace ~
33624 Style
33625 \family default
33626  dialog
33627 \end_layout
33628
33629 \end_inset
33630 </cell>
33631 </row>
33632 <row interlinespace="2.5mm">
33633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33634 \begin_inset Text
33635
33636 \begin_layout Standard
33637 \begin_inset Graphics
33638         filename ../images/font-noun.png
33639         BoundingBox 0bp 5bp 20bp 20bp
33640
33641 \end_inset
33642
33643
33644 \end_layout
33645
33646 \end_inset
33647 </cell>
33648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33649 \begin_inset Text
33650
33651 \begin_layout Standard
33652 Set text to noun style, function of the Edit
33653 \family sans
33654 \SpecialChar \menuseparator
33655 Text\InsetSpace ~
33656 Style
33657 \family default
33658  dialog
33659 \end_layout
33660
33661 \end_inset
33662 </cell>
33663 </row>
33664 <row interlinespace="2.5mm">
33665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Standard
33669 \begin_inset Graphics
33670         filename ../images/font-free-apply.png
33671         BoundingBox 0bp 5bp 20bp 20bp
33672
33673 \end_inset
33674
33675
33676 \end_layout
33677
33678 \end_inset
33679 </cell>
33680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33681 \begin_inset Text
33682
33683 \begin_layout Standard
33684 Formats text using the current settings in the 
33685 \family sans
33686 Edit\SpecialChar \menuseparator
33687 Text\InsetSpace ~
33688 Style
33689 \family default
33690  dialog
33691 \end_layout
33692
33693 \end_inset
33694 </cell>
33695 </row>
33696 <row interlinespace="2.5mm">
33697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33698 \begin_inset Text
33699
33700 \begin_layout Standard
33701 \begin_inset Graphics
33702         filename ../images/math-mode.png
33703         BoundingBox 0bp 5bp 20bp 20bp
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33713 \begin_inset Text
33714
33715 \begin_layout Standard
33716
33717 \family sans
33718 Insert\SpecialChar \menuseparator
33719 Math\SpecialChar \menuseparator
33720 Inline\InsetSpace ~
33721 Formula
33722 \end_layout
33723
33724 \end_inset
33725 </cell>
33726 </row>
33727 <row interlinespace="2.5mm">
33728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33729 \begin_inset Text
33730
33731 \begin_layout Standard
33732 \begin_inset Graphics
33733         filename ../images/dialog-show-new-inset_graphics.png
33734         BoundingBox 0bp 5bp 20bp 25bp
33735         rotateOrigin center
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \end_inset
33743 </cell>
33744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33745 \begin_inset Text
33746
33747 \begin_layout Standard
33748
33749 \family sans
33750 Insert\SpecialChar \menuseparator
33751 Graphics
33752 \end_layout
33753
33754 \end_inset
33755 </cell>
33756 </row>
33757 <row interlinespace="2.5mm">
33758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33759 \begin_inset Text
33760
33761 \begin_layout Standard
33762 \begin_inset Graphics
33763         filename ../images/tabular-insert.png
33764         BoundingBox 0bp 5bp 20bp 25bp
33765         rotateOrigin center
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \end_inset
33773 </cell>
33774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33775 \begin_inset Text
33776
33777 \begin_layout Standard
33778
33779 \family sans
33780 Insert\SpecialChar \menuseparator
33781 Table
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 </row>
33787 <row interlinespace="2.5mm">
33788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33789 \begin_inset Text
33790
33791 \begin_layout Standard
33792 \begin_inset Graphics
33793         filename ../images/dialog-toggle_toc.png
33794         BoundingBox 0bp 5bp 20bp 25bp
33795         rotateOrigin center
33796
33797 \end_inset
33798
33799
33800 \end_layout
33801
33802 \end_inset
33803 </cell>
33804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33805 \begin_inset Text
33806
33807 \begin_layout Standard
33808 Toggle outline window on/off, 
33809 \family sans
33810 Document\SpecialChar \menuseparator
33811 Outline
33812 \end_layout
33813
33814 \end_inset
33815 </cell>
33816 </row>
33817 <row interlinespace="2.5mm">
33818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33819 \begin_inset Text
33820
33821 \begin_layout Standard
33822 \begin_inset Graphics
33823         filename ../images/toolbar-toggle_math.png
33824         BoundingBox 0bp 5bp 20bp 25bp
33825         rotateOrigin center
33826
33827 \end_inset
33828
33829
33830 \end_layout
33831
33832 \end_inset
33833 </cell>
33834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Standard
33838 Toggle math toolbar on/off
33839 \end_layout
33840
33841 \end_inset
33842 </cell>
33843 </row>
33844 <row interlinespace="2.5mm">
33845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33846 \begin_inset Text
33847
33848 \begin_layout Standard
33849 \begin_inset Graphics
33850         filename ../images/toolbar-toggle_table.png
33851         BoundingBox 0bp 5bp 20bp 25bp
33852         rotateOrigin center
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \end_inset
33860 </cell>
33861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33862 \begin_inset Text
33863
33864 \begin_layout Standard
33865 Toggle table toolbar on/off
33866 \end_layout
33867
33868 \end_inset
33869 </cell>
33870 </row>
33871 </lyxtabular>
33872
33873 \end_inset
33874
33875
33876 \end_layout
33877
33878 \begin_layout Subsection
33879 Extra Toolbar
33880 \begin_inset LatexCommand index
33881 name "Toolbar ! Extra"
33882
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \begin_layout Standard
33889 \begin_inset Graphics
33890         filename clipart/ExtraToolbar.png
33891         width 100col%
33892
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \begin_layout Standard
33899 \begin_inset VSpace defskip
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Standard
33906 The extra toolbar as shown above contains from left to right the following
33907  buttons:
33908 \end_layout
33909
33910 \begin_layout Standard
33911 \begin_inset VSpace defskip
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \begin_layout Standard
33918 \begin_inset Tabular
33919 <lyxtabular version="3" rows="24" columns="2">
33920 <features islongtable="true">
33921 <column alignment="left" valignment="top" width="0">
33922 <column alignment="left" valignment="top" width="0">
33923 <row interlinespace="2.5mm">
33924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33925 \begin_inset Text
33926
33927 \begin_layout Standard
33928 \begin_inset Graphics
33929         filename ../images/layout.png
33930         BoundingBox 0bp 5bp 20bp 25bp
33931         rotateOrigin center
33932
33933 \end_inset
33934
33935
33936 \end_layout
33937
33938 \end_inset
33939 </cell>
33940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33941 \begin_inset Text
33942
33943 \begin_layout Standard
33944 Default
33945 \end_layout
33946
33947 \end_inset
33948 </cell>
33949 </row>
33950 <row interlinespace="2.5mm">
33951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33952 \begin_inset Text
33953
33954 \begin_layout Standard
33955 \begin_inset Graphics
33956         filename ../images/layout_Enumerate.png
33957         BoundingBox 0bp 5bp 20bp 25bp
33958         rotateOrigin center
33959
33960 \end_inset
33961
33962
33963 \end_layout
33964
33965 \end_inset
33966 </cell>
33967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33968 \begin_inset Text
33969
33970 \begin_layout Standard
33971 Numbered list
33972 \end_layout
33973
33974 \end_inset
33975 </cell>
33976 </row>
33977 <row interlinespace="2.5mm">
33978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33979 \begin_inset Text
33980
33981 \begin_layout Standard
33982 \begin_inset Graphics
33983         filename ../images/layout_Itemize.png
33984         BoundingBox 0bp 5bp 20bp 25bp
33985         rotateOrigin center
33986
33987 \end_inset
33988
33989
33990 \end_layout
33991
33992 \end_inset
33993 </cell>
33994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33995 \begin_inset Text
33996
33997 \begin_layout Standard
33998 Itemized list
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 </row>
34004 <row interlinespace="2.5mm">
34005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34006 \begin_inset Text
34007
34008 \begin_layout Standard
34009 \begin_inset Graphics
34010         filename ../images/layout_List.png
34011         BoundingBox 0bp 5bp 20bp 25bp
34012         rotateOrigin center
34013
34014 \end_inset
34015
34016
34017 \end_layout
34018
34019 \end_inset
34020 </cell>
34021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34022 \begin_inset Text
34023
34024 \begin_layout Standard
34025 List
34026 \end_layout
34027
34028 \end_inset
34029 </cell>
34030 </row>
34031 <row interlinespace="2.5mm">
34032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34033 \begin_inset Text
34034
34035 \begin_layout Standard
34036 \begin_inset Graphics
34037         filename ../images/layout_Description.png
34038         BoundingBox 0bp 5bp 20bp 25bp
34039         rotateOrigin center
34040
34041 \end_inset
34042
34043
34044 \end_layout
34045
34046 \end_inset
34047 </cell>
34048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Standard
34052 Description list
34053 \end_layout
34054
34055 \end_inset
34056 </cell>
34057 </row>
34058 <row interlinespace="2.5mm">
34059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34060 \begin_inset Text
34061
34062 \begin_layout Standard
34063 \begin_inset Graphics
34064         filename ../images/depth-increment.png
34065         BoundingBox 0bp 5bp 20bp 25bp
34066         rotateOrigin center
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \end_inset
34074 </cell>
34075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34076 \begin_inset Text
34077
34078 \begin_layout Standard
34079
34080 \family sans
34081 Edit\SpecialChar \menuseparator
34082 Increase\InsetSpace ~
34083 List\InsetSpace ~
34084 Depth
34085 \end_layout
34086
34087 \end_inset
34088 </cell>
34089 </row>
34090 <row interlinespace="2.5mm">
34091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34092 \begin_inset Text
34093
34094 \begin_layout Standard
34095 \begin_inset Graphics
34096         filename ../images/depth-decrement.png
34097         BoundingBox 0bp 5bp 20bp 25bp
34098         rotateOrigin center
34099
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \end_inset
34106 </cell>
34107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34108 \begin_inset Text
34109
34110 \begin_layout Standard
34111
34112 \family sans
34113 Edit\SpecialChar \menuseparator
34114 Decrease\InsetSpace ~
34115 List\InsetSpace ~
34116 Depth
34117 \end_layout
34118
34119 \end_inset
34120 </cell>
34121 </row>
34122 <row interlinespace="2.5mm">
34123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34124 \begin_inset Text
34125
34126 \begin_layout Standard
34127 \begin_inset Graphics
34128         filename ../images/float-insert_figure.png
34129         BoundingBox 0bp 5bp 20bp 20bp
34130
34131 \end_inset
34132
34133
34134 \end_layout
34135
34136 \end_inset
34137 </cell>
34138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34139 \begin_inset Text
34140
34141 \begin_layout Standard
34142
34143 \family sans
34144 Insert\SpecialChar \menuseparator
34145 Float\SpecialChar \menuseparator
34146 Figure
34147 \end_layout
34148
34149 \end_inset
34150 </cell>
34151 </row>
34152 <row interlinespace="2.5mm">
34153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34154 \begin_inset Text
34155
34156 \begin_layout Standard
34157 \begin_inset Graphics
34158         filename ../images/float-insert_table.png
34159         BoundingBox 0bp 5bp 20bp 20bp
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \end_inset
34167 </cell>
34168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34169 \begin_inset Text
34170
34171 \begin_layout Standard
34172
34173 \family sans
34174 Insert\SpecialChar \menuseparator
34175 Float\SpecialChar \menuseparator
34176 Table
34177 \end_layout
34178
34179 \end_inset
34180 </cell>
34181 </row>
34182 <row interlinespace="2.5mm">
34183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34184 \begin_inset Text
34185
34186 \begin_layout Standard
34187 \begin_inset Graphics
34188         filename ../images/label-insert.png
34189         BoundingBox 0bp 5bp 20bp 20bp
34190
34191 \end_inset
34192
34193
34194 \end_layout
34195
34196 \end_inset
34197 </cell>
34198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34199 \begin_inset Text
34200
34201 \begin_layout Standard
34202
34203 \family sans
34204 Insert\SpecialChar \menuseparator
34205 Label
34206 \end_layout
34207
34208 \end_inset
34209 </cell>
34210 </row>
34211 <row interlinespace="2.5mm">
34212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34213 \begin_inset Text
34214
34215 \begin_layout Standard
34216 \begin_inset Graphics
34217         filename ../images/dialog-show-new-inset_ref.png
34218         BoundingBox 0bp 5bp 20bp 20bp
34219
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34228 \begin_inset Text
34229
34230 \begin_layout Standard
34231
34232 \family sans
34233 Insert\SpecialChar \menuseparator
34234 Cross-Reference
34235 \end_layout
34236
34237 \end_inset
34238 </cell>
34239 </row>
34240 <row interlinespace="2.5mm">
34241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34242 \begin_inset Text
34243
34244 \begin_layout Standard
34245 \begin_inset Graphics
34246         filename ../images/dialog-show-new-inset_citation.png
34247         BoundingBox 0bp 5bp 20bp 20bp
34248
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \end_inset
34255 </cell>
34256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34257 \begin_inset Text
34258
34259 \begin_layout Standard
34260
34261 \family sans
34262 Insert\SpecialChar \menuseparator
34263 Citation
34264 \end_layout
34265
34266 \end_inset
34267 </cell>
34268 </row>
34269 <row interlinespace="2.5mm">
34270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34271 \begin_inset Text
34272
34273 \begin_layout Standard
34274 \begin_inset Graphics
34275         filename ../images/index-insert.png
34276         BoundingBox 0bp 5bp 20bp 20bp
34277
34278 \end_inset
34279
34280
34281 \end_layout
34282
34283 \end_inset
34284 </cell>
34285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Standard
34289
34290 \family sans
34291 Insert\SpecialChar \menuseparator
34292 Index\InsetSpace ~
34293 Entry
34294 \end_layout
34295
34296 \end_inset
34297 </cell>
34298 </row>
34299 <row interlinespace="2.5mm">
34300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34301 \begin_inset Text
34302
34303 \begin_layout Standard
34304 \begin_inset Graphics
34305         filename ../images/nomencl-insert.png
34306         BoundingBox 0bp 5bp 20bp 20bp
34307
34308 \end_inset
34309
34310
34311 \end_layout
34312
34313 \end_inset
34314 </cell>
34315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34316 \begin_inset Text
34317
34318 \begin_layout Standard
34319
34320 \family sans
34321 Insert\SpecialChar \menuseparator
34322 Nomenclature\InsetSpace ~
34323 Entry
34324 \end_layout
34325
34326 \end_inset
34327 </cell>
34328 </row>
34329 <row interlinespace="2.5mm">
34330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34331 \begin_inset Text
34332
34333 \begin_layout Standard
34334 \begin_inset Graphics
34335         filename ../images/footnote-insert.png
34336         BoundingBox 0bp 5bp 20bp 20bp
34337
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \end_inset
34344 </cell>
34345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34346 \begin_inset Text
34347
34348 \begin_layout Standard
34349
34350 \family sans
34351 Insert\SpecialChar \menuseparator
34352 Footnote
34353 \end_layout
34354
34355 \end_inset
34356 </cell>
34357 </row>
34358 <row interlinespace="2.5mm">
34359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34360 \begin_inset Text
34361
34362 \begin_layout Standard
34363 \begin_inset Graphics
34364         filename ../images/marginalnote-insert.png
34365         BoundingBox 0bp 5bp 20bp 25bp
34366         rotateOrigin center
34367
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \end_inset
34374 </cell>
34375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34376 \begin_inset Text
34377
34378 \begin_layout Standard
34379
34380 \family sans
34381 Insert\SpecialChar \menuseparator
34382 Marginal\InsetSpace ~
34383 Note
34384 \end_layout
34385
34386 \end_inset
34387 </cell>
34388 </row>
34389 <row interlinespace="2.5mm">
34390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34391 \begin_inset Text
34392
34393 \begin_layout Standard
34394 \begin_inset Graphics
34395         filename ../images/note-insert.png
34396         BoundingBox 0bp 5bp 20bp 20bp
34397
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \end_inset
34404 </cell>
34405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34406 \begin_inset Text
34407
34408 \begin_layout Standard
34409
34410 \family sans
34411 Insert\SpecialChar \menuseparator
34412 Note\SpecialChar \menuseparator
34413 LyX\InsetSpace ~
34414 Note
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 </row>
34420 <row interlinespace="2.5mm">
34421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34422 \begin_inset Text
34423
34424 \begin_layout Standard
34425 \begin_inset Graphics
34426         filename ../images/box-insert.png
34427         BoundingBox 0bp 5bp 20bp 20bp
34428
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \end_inset
34435 </cell>
34436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34437 \begin_inset Text
34438
34439 \begin_layout Standard
34440
34441 \family sans
34442 Insert\SpecialChar \menuseparator
34443 Box
34444 \end_layout
34445
34446 \end_inset
34447 </cell>
34448 </row>
34449 <row interlinespace="2.5mm">
34450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34451 \begin_inset Text
34452
34453 \begin_layout Standard
34454 \begin_inset Graphics
34455         filename ../images/url-insert.png
34456         BoundingBox 0bp 5bp 20bp 20bp
34457
34458 \end_inset
34459
34460
34461 \end_layout
34462
34463 \end_inset
34464 </cell>
34465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34466 \begin_inset Text
34467
34468 \begin_layout Standard
34469
34470 \family sans
34471 Insert\SpecialChar \menuseparator
34472 URL
34473 \end_layout
34474
34475 \end_inset
34476 </cell>
34477 </row>
34478 <row interlinespace="2.5mm">
34479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34480 \begin_inset Text
34481
34482 \begin_layout Standard
34483 \begin_inset Graphics
34484         filename ../images/ert-insert.png
34485         BoundingBox 0bp 5bp 20bp 20bp
34486
34487 \end_inset
34488
34489
34490 \end_layout
34491
34492 \end_inset
34493 </cell>
34494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34495 \begin_inset Text
34496
34497 \begin_layout Standard
34498
34499 \family sans
34500 Insert\SpecialChar \menuseparator
34501 T
34502 \family default
34503
34504 \begin_inset ERT
34505 status collapsed
34506
34507 \begin_layout Standard
34508
34509 {}
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \family sans
34516 eX
34517 \end_layout
34518
34519 \end_inset
34520 </cell>
34521 </row>
34522 <row interlinespace="2.5mm">
34523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34524 \begin_inset Text
34525
34526 \begin_layout Standard
34527 \begin_inset Graphics
34528         filename ../images/dialog-show-new-inset_include.png
34529         BoundingBox 0bp 5bp 20bp 20bp
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \end_inset
34537 </cell>
34538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34539 \begin_inset Text
34540
34541 \begin_layout Standard
34542
34543 \family sans
34544 Insert\SpecialChar \menuseparator
34545 File\SpecialChar \menuseparator
34546 Child\InsetSpace ~
34547 Document
34548 \end_layout
34549
34550 \end_inset
34551 </cell>
34552 </row>
34553 <row interlinespace="2.5mm">
34554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34555 \begin_inset Text
34556
34557 \begin_layout Standard
34558 \begin_inset Graphics
34559         filename ../images/dialog-show_character.png
34560         BoundingBox 0bp 5bp 20bp 25bp
34561         rotateOrigin center
34562
34563 \end_inset
34564
34565
34566 \end_layout
34567
34568 \end_inset
34569 </cell>
34570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34571 \begin_inset Text
34572
34573 \begin_layout Standard
34574
34575 \family sans
34576 Edit\SpecialChar \menuseparator
34577 Text\InsetSpace ~
34578 Style
34579 \end_layout
34580
34581 \end_inset
34582 </cell>
34583 </row>
34584 <row interlinespace="2.5mm">
34585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34586 \begin_inset Text
34587
34588 \begin_layout Standard
34589 \begin_inset Graphics
34590         filename ../images/layout-paragraph.png
34591         BoundingBox 0bp 5bp 20bp 25bp
34592         rotateOrigin center
34593
34594 \end_inset
34595
34596
34597 \end_layout
34598
34599 \end_inset
34600 </cell>
34601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34602 \begin_inset Text
34603
34604 \begin_layout Standard
34605
34606 \family sans
34607 Edit\SpecialChar \menuseparator
34608 Paragraph\InsetSpace ~
34609 Settings
34610 \end_layout
34611
34612 \end_inset
34613 </cell>
34614 </row>
34615 <row interlinespace="2.5mm">
34616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34617 \begin_inset Text
34618
34619 \begin_layout Standard
34620 \begin_inset Graphics
34621         filename ../images/thesaurus-entry.png
34622         BoundingBox 0bp 5bp 20bp 25bp
34623         rotateOrigin center
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \end_inset
34631 </cell>
34632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34633 \begin_inset Text
34634
34635 \begin_layout Standard
34636
34637 \family sans
34638 Tools\SpecialChar \menuseparator
34639 Thesaurus
34640 \end_layout
34641
34642 \end_inset
34643 </cell>
34644 </row>
34645 </lyxtabular>
34646
34647 \end_inset
34648
34649
34650 \end_layout
34651
34652 \begin_layout Subsection
34653 View / Update Toolbar
34654 \begin_inset LatexCommand index
34655 name "Toolbar ! View / Update"
34656
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \begin_layout Standard
34663 \begin_inset Graphics
34664         filename clipart/ViewToolbar.png
34665
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \begin_layout Standard
34672 \begin_inset VSpace defskip
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \begin_layout Standard
34679 The view / update toolbar as shown above contains from left to right the
34680  following buttons:
34681 \end_layout
34682
34683 \begin_layout Standard
34684 \begin_inset VSpace defskip
34685 \end_inset
34686
34687
34688 \end_layout
34689
34690 \begin_layout Standard
34691 \begin_inset Tabular
34692 <lyxtabular version="3" rows="6" columns="2">
34693 <features islongtable="true">
34694 <column alignment="left" valignment="top" width="0">
34695 <column alignment="left" valignment="top" width="0">
34696 <row interlinespace="2.5mm">
34697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34698 \begin_inset Text
34699
34700 \begin_layout Standard
34701 \begin_inset Graphics
34702         filename ../images/buffer-view_dvi.png
34703         BoundingBox 0bp 5bp 20bp 25bp
34704         rotateOrigin center
34705
34706 \end_inset
34707
34708
34709 \end_layout
34710
34711 \end_inset
34712 </cell>
34713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34714 \begin_inset Text
34715
34716 \begin_layout Standard
34717
34718 \family sans
34719 View\SpecialChar \menuseparator
34720 DVI
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 </row>
34726 <row interlinespace="2.5mm">
34727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Standard
34731 \begin_inset Graphics
34732         filename ../images/buffer-update_dvi.png
34733         BoundingBox 0bp 5bp 20bp 25bp
34734         rotateOrigin center
34735
34736 \end_inset
34737
34738
34739 \end_layout
34740
34741 \end_inset
34742 </cell>
34743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34744 \begin_inset Text
34745
34746 \begin_layout Standard
34747
34748 \family sans
34749 View\SpecialChar \menuseparator
34750 Update\SpecialChar \menuseparator
34751 DVI
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 </row>
34757 <row interlinespace="2.5mm">
34758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34759 \begin_inset Text
34760
34761 \begin_layout Standard
34762 \begin_inset Graphics
34763         filename ../images/buffer-view_pdf2.png
34764         BoundingBox 0bp 5bp 20bp 25bp
34765         rotateOrigin center
34766
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \end_inset
34773 </cell>
34774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34775 \begin_inset Text
34776
34777 \begin_layout Standard
34778
34779 \family sans
34780 View\SpecialChar \menuseparator
34781 PDF
34782 \end_layout
34783
34784 \end_inset
34785 </cell>
34786 </row>
34787 <row interlinespace="2.5mm">
34788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34789 \begin_inset Text
34790
34791 \begin_layout Standard
34792 \begin_inset Graphics
34793         filename ../images/buffer-update_pdf2.png
34794         BoundingBox 0bp 5bp 20bp 25bp
34795         rotateOrigin center
34796
34797 \end_inset
34798
34799
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34805 \begin_inset Text
34806
34807 \begin_layout Standard
34808
34809 \family sans
34810 View\SpecialChar \menuseparator
34811 Update\SpecialChar \menuseparator
34812 PDF
34813 \begin_inset Foot
34814 status collapsed
34815
34816 \begin_layout Standard
34817 This button is on some LyX for Windows installations not here because its
34818  functionality is merged with 
34819 \family sans
34820 View\SpecialChar \menuseparator
34821 PDF
34822 \family default
34823 .
34824  
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 </row>
34835 <row interlinespace="2.5mm">
34836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34837 \begin_inset Text
34838
34839 \begin_layout Standard
34840 \begin_inset Graphics
34841         filename ../images/buffer-view_ps.png
34842         BoundingBox 0bp 5bp 20bp 25bp
34843         rotateOrigin center
34844
34845 \end_inset
34846
34847
34848 \end_layout
34849
34850 \end_inset
34851 </cell>
34852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Standard
34856
34857 \family sans
34858 View\SpecialChar \menuseparator
34859 Postscript
34860 \end_layout
34861
34862 \end_inset
34863 </cell>
34864 </row>
34865 <row interlinespace="2.5mm">
34866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Standard
34870 \begin_inset Graphics
34871         filename ../images/buffer-update_ps.png
34872         BoundingBox 0bp 5bp 20bp 25bp
34873         rotateOrigin center
34874
34875 \end_inset
34876
34877
34878 \end_layout
34879
34880 \end_inset
34881 </cell>
34882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34883 \begin_inset Text
34884
34885 \begin_layout Standard
34886
34887 \family sans
34888 View\SpecialChar \menuseparator
34889 Update\SpecialChar \menuseparator
34890 Postscript
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 </row>
34896 </lyxtabular>
34897
34898 \end_inset
34899
34900
34901 \end_layout
34902
34903 \begin_layout Subsection
34904 Other Toolbars
34905 \end_layout
34906
34907 \begin_layout Standard
34908 The change tracking toolbar is explained in section\InsetSpace ~
34909
34910 \begin_inset LatexCommand ref
34911 reference "sec:Change-Tracking"
34912
34913 \end_inset
34914
34915 , the table toolbar
34916 \begin_inset LatexCommand index
34917 name "Toolbar ! Table"
34918
34919 \end_inset
34920
34921  is explained in the 
34922 \emph on
34923 Embedded Objects
34924 \emph default
34925  manual.
34926 \end_layout
34927
34928 \begin_layout Chapter
34929 The 
34930 \family sans
34931 Preferences
34932 \family default
34933  Dialog
34934 \begin_inset LatexCommand label
34935 name "cha:The-Preferences-dialog"
34936
34937 \end_inset
34938
34939
34940 \begin_inset LatexCommand index
34941 name "Preferences"
34942
34943 \end_inset
34944
34945
34946 \end_layout
34947
34948 \begin_layout Standard
34949 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
34950 Preferences.
34951  It consists of submenus explained in the following.
34952 \end_layout
34953
34954 \begin_layout Section
34955 Look and Feel
34956 \end_layout
34957
34958 \begin_layout Subsection
34959 User Interface
34960 \begin_inset LatexCommand label
34961 name "sec:ui"
34962
34963 \end_inset
34964
34965
34966 \begin_inset LatexCommand index
34967 name "Customization ! of toolbars"
34968
34969 \end_inset
34970
34971
34972 \begin_inset LatexCommand index
34973 name "Customization ! of menus"
34974
34975 \end_inset
34976
34977
34978 \end_layout
34979
34980 \begin_layout Standard
34981 \begin_inset Note Greyedout
34982 status open
34983
34984 \begin_layout Standard
34985
34986 \series bold
34987 Note:
34988 \series default
34989  You have to restart LyX before changes in ui- and bind-files take effect.
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \begin_layout Subsubsection
34998 User Interface File
34999 \begin_inset LatexCommand index
35000 name "Customization ! of toolbars"
35001
35002 \end_inset
35003
35004
35005 \begin_inset LatexCommand index
35006 name "Customization ! of menus"
35007
35008 \end_inset
35009
35010
35011 \end_layout
35012
35013 \begin_layout Standard
35014 The appearance of the menus and toolbars can be changed by choosing an user
35015  interface (ui) file.
35016  An ui-file is a textfile where the toolbars and menus are listed.
35017  The toolbar buttons and menu entries are specified in the files 
35018 \shape italic
35019 stdtoolbars.inc
35020 \shape default
35021  and 
35022 \shape italic
35023 stdmenus.inc
35024 \shape default
35025 , respectively.
35026  To create your own menu and toolbar layout, start with a copy of these
35027  files and edit the entries.
35028 \end_layout
35029
35030 \begin_layout Standard
35031 The syntax of the .inc-files is straightforward: The 
35032 \family sans
35033 Menubar
35034 \family default
35035
35036 \family sans
35037 Menu
35038 \family default
35039  and 
35040 \family sans
35041 Toolbar
35042 \family default
35043  entries must be ended with an explicit 
35044 \family sans
35045 End
35046 \family default
35047 .
35048  They may contain 
35049 \family sans
35050 Submenus
35051 \family default
35052
35053 \family sans
35054 Items
35055 \family default
35056
35057 \family sans
35058 OptItems
35059 \family default
35060
35061 \family sans
35062 Separators
35063 \family default
35064
35065 \family sans
35066 Icons,
35067 \family default
35068  and in the case of the 
35069 \begin_inset Quotes eld
35070 \end_inset
35071
35072 file
35073 \begin_inset Quotes erd
35074 \end_inset
35075
35076  menus a 
35077 \family sans
35078 Lastfiles
35079 \family default
35080  entry.
35081  The syntax for the entries is:
35082 \end_layout
35083
35084 \begin_layout Standard
35085 \begin_inset VSpace smallskip*
35086 \end_inset
35087
35088
35089 \series bold
35090 Item 
35091 \begin_inset Quotes erd
35092 \end_inset
35093
35094 menu 
35095 \series default
35096 or
35097 \series bold
35098  button name
35099 \begin_inset Quotes erd
35100 \end_inset
35101
35102  
35103 \begin_inset Quotes erd
35104 \end_inset
35105
35106 LyX-function
35107 \begin_inset Quotes erd
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 \noindent
35115 \begin_inset VSpace smallskip*
35116 \end_inset
35117
35118 All LyX-functions are listed in 
35119 \begin_inset LatexCommand cite
35120 key "LyX-func"
35121
35122 \end_inset
35123
35124 .
35125 \end_layout
35126
35127 \begin_layout Standard
35128 \begin_inset VSpace medskip
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \begin_layout Standard
35135 An example: Assuming you use the menu 
35136 \family sans
35137 Navigate\SpecialChar \menuseparator
35138 Bookmarks
35139 \family default
35140  quite often and therefore want six available bookmarks, you can add the
35141  line
35142 \end_layout
35143
35144 \begin_layout Standard
35145 \begin_inset VSpace smallskip*
35146 \end_inset
35147
35148
35149 \series bold
35150 Item "Save Bookmark 6" "bookmark-save 6"
35151 \end_layout
35152
35153 \begin_layout Standard
35154 \noindent
35155 \begin_inset VSpace smallskip*
35156 \end_inset
35157
35158 to the navigate menu section in the .inc-file to have the sixth bookmark.
35159 \end_layout
35160
35161 \begin_layout Subsubsection
35162 Bind-File
35163 \begin_inset LatexCommand index
35164 name "Bindings"
35165
35166 \end_inset
35167
35168
35169 \end_layout
35170
35171 \begin_layout Standard
35172 Bindings are used to bind a function to a key.
35173  Several binding files are available:
35174 \end_layout
35175
35176 \begin_layout Description
35177 cua.bind typical set of PC keyboard shortcuts
35178 \end_layout
35179
35180 \begin_layout Description
35181 (x)emacs.bind set of bindings like they are used in the editor programs 
35182 \family sans
35183 Emacs
35184 \family default
35185  (
35186 \family sans
35187 XEmacs
35188 \family default
35189 )
35190 \end_layout
35191
35192 \begin_layout Description
35193 mac.bind set of bindings for 
35194 \family sans
35195 Mac\InsetSpace \thinspace{}
35196 OS
35197 \family default
35198  systems.
35199 \end_layout
35200
35201 \begin_layout Standard
35202 There are also bind-files designed for special document classes, like 
35203 \shape italic
35204 broadway.bind
35205 \shape default
35206 , and bind files for special languages.
35207  The name of language bind-files begin with a language code, e.g.
35208  
35209 \begin_inset Quotes eld
35210 \end_inset
35211
35212 pt
35213 \begin_inset Quotes erd
35214 \end_inset
35215
35216  for Portuguese.
35217  If you use LyX in a certain language, LyX will try to use the appropriate
35218  bind-file.
35219 \end_layout
35220
35221 \begin_layout Standard
35222 Some bind-files, like 
35223 \emph on
35224 math.bind
35225 \emph default
35226 , have only a small scope.
35227  When looking at the the end of the file 
35228 \shape italic
35229 cua.bind
35230 \shape default
35231 , you can see that they are included to keep the overview in the bind-file.
35232 \end_layout
35233
35234 \begin_layout Standard
35235 If you like to customize the keybindings to your own taste, modify the bind-file
35236 s with a text editor.
35237  The syntax of the entries is:
35238 \end_layout
35239
35240 \begin_layout Standard
35241
35242 \series bold
35243
35244 \backslash
35245 bind 
35246 \begin_inset Quotes erd
35247 \end_inset
35248
35249 key combination
35250 \begin_inset Quotes erd
35251 \end_inset
35252
35253  
35254 \begin_inset Quotes erd
35255 \end_inset
35256
35257 LyX-function
35258 \begin_inset Quotes erd
35259 \end_inset
35260
35261
35262 \end_layout
35263
35264 \begin_layout Standard
35265 All LyX-functions are listed in 
35266 \begin_inset LatexCommand cite
35267 key "LyX-func"
35268
35269 \end_inset
35270
35271 .
35272 \end_layout
35273
35274 \begin_layout Subsubsection
35275 Session
35276 \end_layout
35277
35278 \begin_layout Standard
35279 When the option 
35280 \family sans
35281 Save\InsetSpace \thinspace{}
35282 /\InsetSpace \thinspace{}
35283 restore window size, or use fixed size
35284 \family default
35285  is not checked, you can specify the size of LyX's main window when LyX
35286  is started.
35287 \end_layout
35288
35289 \begin_layout Standard
35290 With the option 
35291 \family sans
35292 Save\InsetSpace \thinspace{}
35293 /\InsetSpace \thinspace{}
35294 restore window position
35295 \family default
35296  LyX will be opened with its main window at the last used position.
35297 \end_layout
35298
35299 \begin_layout Standard
35300 The option 
35301 \family sans
35302 Restore cursor positions
35303 \family default
35304  sets the cursor to the position in the file where it has been the last
35305  time.
35306 \end_layout
35307
35308 \begin_layout Standard
35309 The option 
35310 \family sans
35311 Load opened files from last session
35312 \family default
35313  opens all files that were opened in the last LyX session.
35314 \end_layout
35315
35316 \begin_layout Subsubsection
35317 Documents
35318 \begin_inset LatexCommand label
35319 name "sub:Backup documents"
35320
35321 \end_inset
35322
35323
35324 \begin_inset LatexCommand index
35325 name "Backup ! Documents"
35326
35327 \end_inset
35328
35329
35330 \end_layout
35331
35332 \begin_layout Standard
35333 When the option 
35334 \family sans
35335 Backup documents
35336 \family default
35337  is set, you can specify the time between backup saves.
35338 \end_layout
35339
35340 \begin_layout Standard
35341
35342 \family sans
35343 Maximum last files
35344 \family default
35345  is the number of last opened files that LyX should display in the menu
35346  
35347 \family sans
35348 File\SpecialChar \menuseparator
35349 Open\InsetSpace ~
35350 Recent
35351 \family default
35352 .
35353 \end_layout
35354
35355 \begin_layout Subsubsection
35356 Scrolling
35357 \end_layout
35358
35359 \begin_layout Standard
35360 The option 
35361 \family sans
35362 Cursor follows scrollbar
35363 \family default
35364  sets the cursor to the top of the currently displayed document part when
35365  scrolling.
35366 \end_layout
35367
35368 \begin_layout Subsubsection
35369 Pixmap Cache
35370 \end_layout
35371
35372 \begin_layout Standard
35373 With the option 
35374 \family sans
35375 Enable Pixmap Cache
35376 \family default
35377  enabled, LyX needs to redraw the screen less often.
35378  This results in better performance, especially on slow systems.
35379  On the other hand, the characters might look more fuzzy on screen.
35380  So whether you enable this or not depends on whether you prefer speed over
35381  aesthetics.
35382  Note that the Pixmap Cache is only available and useful under Mac\InsetSpace ~
35383 OS and
35384  Windows.
35385 \end_layout
35386
35387 \begin_layout Subsection
35388 Screen Fonts
35389 \begin_inset LatexCommand index
35390 name "Font ! Screen"
35391
35392 \end_inset
35393
35394
35395 \begin_inset LatexCommand label
35396 name "sub:Screen-Fonts"
35397
35398 \end_inset
35399
35400
35401 \end_layout
35402
35403 \begin_layout Standard
35404 These fonts are used to display your documents on the screen.
35405 \end_layout
35406
35407 \begin_layout Standard
35408 \begin_inset Note Greyedout
35409 status open
35410
35411 \begin_layout Standard
35412
35413 \series bold
35414 Note:
35415 \series default
35416  This section only deals with the fonts 
35417 \emph on
35418 inside
35419 \emph default
35420  the LyX window.
35421  The fonts that appear on the output are independent from these fonts, and
35422  set in the menu 
35423 \family sans
35424 Layout\SpecialChar \menuseparator
35425 Document
35426 \family default
35427 .
35428 \end_layout
35429
35430 \end_inset
35431
35432
35433 \end_layout
35434
35435 \begin_layout Standard
35436 By default, LyX uses 
35437 \family typewriter
35438 Times
35439 \family default
35440  as roman (serif) font, 
35441 \family typewriter
35442 Arial
35443 \family default
35444  or 
35445 \family typewriter
35446 Helvetica
35447 \family default
35448  (depends on the system) as 
35449 \family sans
35450 sans\InsetSpace ~
35451 serif
35452 \family default
35453  font, and 
35454 \family typewriter
35455 Courier
35456 \family default
35457  as 
35458 \family typewriter
35459 typewriter
35460 \family default
35461  font.
35462 \end_layout
35463
35464 \begin_layout Standard
35465 You can change the font size with the 
35466 \family sans
35467 Zoom
35468 \family default
35469  setting.
35470 \end_layout
35471
35472 \begin_layout Standard
35473
35474 \family sans
35475 Screen DPI
35476 \family default
35477  is the screen resolution in dpi (dots per inch).
35478  The Font Sizes are calculated as letter height in units of points.
35479  72\InsetSpace \thinspace{}
35480 points have the size of 1\InsetSpace \thinspace{}
35481 inch, see Appendix\InsetSpace ~
35482
35483 \begin_inset LatexCommand ref
35484 reference "cha:Units-available-in"
35485
35486 \end_inset
35487
35488 .
35489 \end_layout
35490
35491 \begin_layout Standard
35492 The default 
35493 \family sans
35494 Font Sizes
35495 \family default
35496  are the same as if a document font size of 10
35497 \begin_inset Formula $\,$
35498 \end_inset
35499
35500 pt would be used.
35501  The sizes are explained in detail in section\InsetSpace ~
35502
35503 \begin_inset LatexCommand ref
35504 reference "sub:Document-Font"
35505
35506 \end_inset
35507
35508 .
35509 \end_layout
35510
35511 \begin_layout Subsection
35512 Colors
35513 \begin_inset LatexCommand index
35514 name "Color ! LyX screen"
35515
35516 \end_inset
35517
35518
35519 \begin_inset LatexCommand index
35520 name "Settings ! Color"
35521
35522 \end_inset
35523
35524
35525 \end_layout
35526
35527 \begin_layout Standard
35528 You can here change all colors used by LyX.
35529  Choose an item in the list and use the 
35530 \family sans
35531 Alter
35532 \family default
35533  button.
35534 \end_layout
35535
35536 \begin_layout Subsection
35537 Graphics
35538 \begin_inset LatexCommand index
35539 name "Settings ! Graphics"
35540
35541 \end_inset
35542
35543
35544 \end_layout
35545
35546 \begin_layout Standard
35547 Here you can specify how graphics inside LyX are displayed.
35548 \end_layout
35549
35550 \begin_layout Standard
35551
35552 \family sans
35553 Instant Preview
35554 \family default
35555  enables previewing snippets of your document.
35556  This feature is described in section\InsetSpace ~
35557
35558 \begin_inset LatexCommand ref
35559 reference "sec:Previewing-snippets-of"
35560
35561 \end_inset
35562
35563 .
35564 \end_layout
35565
35566 \begin_layout Subsection
35567 Keyboard Map
35568 \begin_inset LatexCommand index
35569 name "Keyboard Map"
35570
35571 \end_inset
35572
35573
35574 \begin_inset LatexCommand index
35575 name "Settings ! Keyboard Map"
35576
35577 \end_inset
35578
35579
35580 \begin_inset LatexCommand label
35581 name "sub:Keyboard-Map"
35582
35583 \end_inset
35584
35585
35586 \end_layout
35587
35588 \begin_layout Standard
35589 Normally keyboard settings have to be done in a menu of your operating system.
35590  For the case that this is not possible, LyX provides keyboard maps.
35591  If you have e.\InsetSpace \thinspace{}
35592 g.\InsetSpace ~
35593 a Czech keyboard but want to write with it like with a Romanian
35594  one, you can use the keyboard map file named 
35595 \emph on
35596 romanian.kmap
35597 \emph default
35598 .
35599 \end_layout
35600
35601 \begin_layout Standard
35602 \begin_inset Note Greyedout
35603 status open
35604
35605 \begin_layout Standard
35606
35607 \series bold
35608 Note:
35609 \series default
35610  Keyboard maps are only provided as makeshift and don't work on all systems.
35611 \end_layout
35612
35613 \end_inset
35614
35615
35616 \end_layout
35617
35618 \begin_layout Section
35619 Paths
35620 \begin_inset LatexCommand index
35621 name "Paths"
35622
35623 \end_inset
35624
35625
35626 \begin_inset LatexCommand index
35627 name "Settings ! Directory"
35628
35629 \end_inset
35630
35631
35632 \end_layout
35633
35634 \begin_layout Description
35635 Working\InsetSpace ~
35636 directory This is LyX's working directory.
35637  It is the default when you 
35638 \family sans
35639 Open
35640 \family default
35641
35642 \family sans
35643 Save
35644 \family default
35645  or 
35646 \family sans
35647 Save\InsetSpace ~
35648 as
35649 \family default
35650  files.
35651 \end_layout
35652
35653 \begin_layout Description
35654 Document\InsetSpace ~
35655 templates This directory will be opened when you use the menu 
35656 \family sans
35657 File\SpecialChar \menuseparator
35658 New\InsetSpace ~
35659 from\InsetSpace ~
35660 Template
35661 \family default
35662 .
35663 \end_layout
35664
35665 \begin_layout Description
35666 Backup\InsetSpace ~
35667 directory
35668 \begin_inset LatexCommand index
35669 name "Backup ! Directory"
35670
35671 \end_inset
35672
35673  Backup copies will be saved to this directory.
35674  When no directory is given but backups are enabled as described in section\InsetSpace ~
35675
35676 \begin_inset LatexCommand ref
35677 reference "sub:Backup documents"
35678
35679 \end_inset
35680
35681 , the 
35682 \family sans
35683 Working directory
35684 \family default
35685  will be used to save the backups.
35686 \newline
35687 The backup files have the ending 
35688 \begin_inset Quotes eld
35689 \end_inset
35690
35691 .lyx~
35692 \begin_inset Quotes erd
35693 \end_inset
35694
35695 .
35696 \end_layout
35697
35698 \begin_layout Description
35699 Ly
35700 \begin_inset ERT
35701 status collapsed
35702
35703 \begin_layout Standard
35704
35705 {}
35706 \end_layout
35707
35708 \end_inset
35709
35710 XServer-Pipe Here you can enter the name of a Unix-pipe.
35711  This pipe is used to send data from external programs to LyX.
35712 \newline
35713
35714 \begin_inset Note Greyedout
35715 status open
35716
35717 \begin_layout Standard
35718
35719 \series bold
35720 Note:
35721 \series default
35722  This feature doesn't work on Windows systems.
35723 \end_layout
35724
35725 \end_inset
35726
35727
35728 \end_layout
35729
35730 \begin_layout Description
35731 Temporary\InsetSpace ~
35732 directory Temporary files will be saved in this directory.
35733 \end_layout
35734
35735 \begin_layout Description
35736 PATH\InsetSpace ~
35737 prefix This field contains a list of paths to external programs.
35738  When LyX needs to use an external program, it looks in this list where
35739  to find it on the system.
35740  The path list is automatically set up on Windows and Mac systems while
35741  LyX is configured, so that you normally don't have to modify it.
35742  On Unix\InsetSpace \thinspace{}
35743 /\InsetSpace \thinspace{}
35744 Linux systems, the path list will need to be set only if there
35745  are external programs you wish to use that are not in your normal system
35746  path ($PATH).
35747  
35748 \end_layout
35749
35750 \begin_layout Section
35751 Identity
35752 \end_layout
35753
35754 \begin_layout Standard
35755 Here you can insert your name and email address.
35756  The identity will be used when you have enabled change tracking as described
35757  in section\InsetSpace ~
35758
35759 \begin_inset LatexCommand ref
35760 reference "sec:Change-Tracking"
35761
35762 \end_inset
35763
35764 , to mark changes you make as yours.
35765 \end_layout
35766
35767 \begin_layout Section
35768 Language Settings
35769 \begin_inset LatexCommand index
35770 name "Language ! Settings"
35771
35772 \end_inset
35773
35774
35775 \begin_inset LatexCommand index
35776 name "Settings ! Language"
35777
35778 \end_inset
35779
35780
35781 \end_layout
35782
35783 \begin_layout Subsection
35784 Language
35785 \end_layout
35786
35787 \begin_layout Description
35788 Default\InsetSpace ~
35789 language is the language used in new documents
35790 \end_layout
35791
35792 \begin_layout Description
35793 Language\InsetSpace ~
35794 package is a LaTeX-command to load a LaTeX-package that handles
35795  language issues.
35796  The default is the LaTeX-command 
35797 \family sans
35798
35799 \backslash
35800 usepackage{babel}
35801 \family default
35802  that loads the package 
35803 \series bold
35804 babel
35805 \series default
35806 .
35807 \begin_inset Foot
35808 status collapsed
35809
35810 \begin_layout Standard
35811 For an introduction to the LaTeX-Syntax, have a look at section\InsetSpace ~
35812
35813 \begin_inset LatexCommand ref
35814 reference "sec:ERT"
35815
35816 \end_inset
35817
35818 .
35819 \end_layout
35820
35821 \end_inset
35822
35823
35824 \newline
35825 The 
35826 \series bold
35827 babel
35828 \series default
35829  translates in the background automatically text labels of documents to
35830  the document language.
35831  A text label is for instance the word 
35832 \begin_inset Quotes eld
35833 \end_inset
35834
35835 Table
35836 \begin_inset Quotes erd
35837 \end_inset
35838
35839  at the beginning of every table-caption.
35840 \end_layout
35841
35842 \begin_layout Description
35843 Command\InsetSpace ~
35844 start When a special LaTeX-package is needed to write in a certain
35845  document language, you can here specify the command to start the package.
35846  An example is the start command 
35847 \family sans
35848
35849 \backslash
35850 begin{arabtext}
35851 \family default
35852  that is needed to write Arabic using the package 
35853 \series bold
35854 ArabTeX
35855 \series default
35856 , see 
35857 \begin_inset LatexCommand cite
35858 key "Arabic"
35859
35860 \end_inset
35861
35862 .
35863  The default is the 
35864 \series bold
35865 babel
35866 \series default
35867  command 
35868 \family sans
35869
35870 \backslash
35871 selectlanguage{$$lang}
35872 \family default
35873 .
35874 \end_layout
35875
35876 \begin_layout Description
35877 Command\InsetSpace ~
35878 end Counterpart to 
35879 \family sans
35880 Command start
35881 \family default
35882 .
35883  Some packages, like the default, don't have an end command since the start
35884  command toggles the package on and off.
35885 \end_layout
35886
35887 \begin_layout Description
35888 Use\InsetSpace ~
35889 babel Whether 
35890 \series bold
35891 babel
35892 \series default
35893  is used or not.
35894 \end_layout
35895
35896 \begin_layout Description
35897 Global When this option is set, the languages used in the document will
35898  be added as options to the document class options, so that they can be
35899  used by all LaTeX-packages.
35900  Otherwise they will only be used as options for the 
35901 \series bold
35902 babel
35903 \series default
35904  package.
35905 \end_layout
35906
35907 \begin_layout Description
35908 Auto\InsetSpace ~
35909 begin When this option is set, the documents starts with the chosen
35910  document language.
35911  When this option is not set, the 
35912 \family sans
35913 Command\InsetSpace ~
35914 start
35915 \family default
35916  is explicitly set to the beginning of the document in the LaTeX-output.
35917  This assures that the correct language is used when you use another 
35918 \family sans
35919 Command\InsetSpace ~
35920 start
35921 \family default
35922  than the default.
35923 \end_layout
35924
35925 \begin_layout Description
35926 Auto\InsetSpace ~
35927 end Counterpart to 
35928 \family sans
35929 Auto\InsetSpace ~
35930 begin
35931 \family default
35932 .
35933  When it is not set, the 
35934 \family sans
35935 Command\InsetSpace ~
35936 end
35937 \family default
35938  is set to the end of the document.
35939 \end_layout
35940
35941 \begin_layout Description
35942 Mark\InsetSpace ~
35943 foreign\InsetSpace ~
35944 languages Text marked formatted in a language different from
35945  the document language will be underlined blue.
35946 \end_layout
35947
35948 \begin_layout Description
35949 Right\InsetSpace ~
35950 to\InsetSpace ~
35951 left\InsetSpace ~
35952 language\InsetSpace ~
35953 support Enables the use of languages, written from right
35954  to left, like Arabic, Hebrew, Farsi.
35955 \end_layout
35956
35957 \begin_layout Subsection
35958 Spellchecker
35959 \end_layout
35960
35961 \begin_layout Standard
35962 The spellchecker settings are explained in section\InsetSpace ~
35963
35964 \begin_inset LatexCommand ref
35965 reference "sec:Spellchecking"
35966
35967 \end_inset
35968
35969
35970 \end_layout
35971
35972 \begin_layout Section
35973 Outputs
35974 \end_layout
35975
35976 \begin_layout Subsection
35977 Printer
35978 \begin_inset LatexCommand label
35979 name "sub:Printer"
35980
35981 \end_inset
35982
35983
35984 \begin_inset LatexCommand index
35985 name "Printer"
35986
35987 \end_inset
35988
35989
35990 \begin_inset LatexCommand index
35991 name "Settings ! Printer"
35992
35993 \end_inset
35994
35995
35996 \end_layout
35997
35998 \begin_layout Description
35999 Default\InsetSpace ~
36000 printer Here you can specify the name of your default printer.
36001  The name will be used when the 
36002 \family sans
36003 Printer command
36004 \family default
36005  is executed.
36006 \newline
36007
36008 \begin_inset Note Greyedout
36009 status open
36010
36011 \begin_layout Standard
36012
36013 \series bold
36014 Note:
36015 \series default
36016  You can leave this field empty on Windows systems because it has there
36017  no effect.
36018 \end_layout
36019
36020 \end_inset
36021
36022
36023 \end_layout
36024
36025 \begin_layout Description
36026 Adapt\InsetSpace ~
36027 output\InsetSpace ~
36028 to\InsetSpace ~
36029 printer This option works only for the 
36030 \family sans
36031 Printer command
36032 \family default
36033  
36034 \begin_inset Quotes eld
36035 \end_inset
36036
36037
36038 \family sans
36039 dvips
36040 \family default
36041
36042 \begin_inset Quotes erd
36043 \end_inset
36044
36045 .
36046  It activates a configuration file for dvips.
36047  This is an option only for dvips experts.
36048 \end_layout
36049
36050 \begin_layout Description
36051 Printer\InsetSpace ~
36052 command is the command LyX\InsetSpace \thinspace{}
36053 /\InsetSpace \thinspace{}
36054 LaTeX uses for printing.
36055  The default is on most systems 
36056 \family sans
36057 dvips
36058 \family default
36059 .
36060 \end_layout
36061
36062 \begin_layout Description
36063 Printer\InsetSpace ~
36064 Command\InsetSpace ~
36065 Options Here you can specify printer options.
36066  A list of printer options with explanations can be found in the documentation
36067  of the program that provides the 
36068 \family sans
36069 Printer command
36070 \family default
36071  you are using.
36072 \end_layout
36073
36074 \begin_layout Subsection
36075 Date Format
36076 \begin_inset LatexCommand index
36077 name "Date Format"
36078
36079 \end_inset
36080
36081
36082 \begin_inset LatexCommand index
36083 name "Settings ! Date format"
36084
36085 \end_inset
36086
36087
36088 \end_layout
36089
36090 \begin_layout Standard
36091 The date format can be one or a mixture of the formats listed here:
36092 \newline
36093
36094 \begin_inset LatexCommand url
36095 target "http://unixhelp.ed.ac.uk/CGI/man-cgi?date"
36096
36097 \end_inset
36098
36099
36100 \newline
36101 For example the format
36102 \newline
36103 %d/%m/%y
36104 \newline
36105 prints the date as day/month/year.
36106 \end_layout
36107
36108 \begin_layout Subsection
36109 Plain Text
36110 \end_layout
36111
36112 \begin_layout Description
36113 Output\InsetSpace ~
36114 line\InsetSpace ~
36115 length sets the maximum number of characters printed in one line
36116  when using the menu 
36117 \family sans
36118 File\SpecialChar \menuseparator
36119 Export\SpecialChar \menuseparator
36120 Plain\InsetSpace ~
36121 text
36122 \family default
36123 .
36124  Setting the line line length to 0 means all text is printed in one endless
36125  line.
36126 \end_layout
36127
36128 \begin_layout Description
36129 roff\InsetSpace ~
36130 command defines an additional command used to produce better ASCII tables
36131  with the 
36132 \family typewriter
36133 groff/troff/nroff
36134 \family default
36135  UNIX-commands (refer to their manuals for more information about them).
36136  Setting this as empty tells LyX to use the internal formatter.
36137 \end_layout
36138
36139 \begin_layout Subsection
36140 LaT
36141 \begin_inset ERT
36142 status collapsed
36143
36144 \begin_layout Standard
36145
36146 {}
36147 \end_layout
36148
36149 \end_inset
36150
36151 eX
36152 \begin_inset LatexCommand label
36153 name "sub:LaTeX-settings"
36154
36155 \end_inset
36156
36157
36158 \begin_inset LatexCommand index
36159 name "Settings ! LaTeX"
36160
36161 \end_inset
36162
36163
36164 \end_layout
36165
36166 \begin_layout Description
36167 Te
36168 \begin_inset ERT
36169 status collapsed
36170
36171 \begin_layout Standard
36172
36173 {}
36174 \end_layout
36175
36176 \end_inset
36177
36178 X\InsetSpace ~
36179 encoding This is the default encoding of the document font.
36180  
36181 \family sans
36182 T1
36183 \family default
36184  is the default and covers western languages and symbols.
36185  
36186 \family sans
36187 T2A
36188 \family default
36189
36190 \family sans
36191 T2B
36192 \family default
36193
36194 \family sans
36195 T2C
36196 \family default
36197
36198 \family sans
36199 LCY
36200 \family default
36201 , and 
36202 \family sans
36203 X2
36204 \family default
36205  are for Cyrillic.
36206  Combinations of the encodings are possible, like 
36207 \begin_inset Quotes erd
36208 \end_inset
36209
36210
36211 \family sans
36212 T1, T2B
36213 \family default
36214
36215 \begin_inset Quotes erd
36216 \end_inset
36217
36218 .
36219  The font encoding is normally automatically loaded by the language packages
36220  LyX sets up in the background.
36221  So there is no need to change the default encoding.
36222 \end_layout
36223
36224 \begin_layout Description
36225 Default\InsetSpace ~
36226 paper\InsetSpace ~
36227 size This is the paper size that is used for new documents.
36228  The 
36229 \family sans
36230 Default
36231 \family default
36232  value depends on your LaTeX-system setup.
36233 \end_layout
36234
36235 \begin_layout Description
36236 Reset\InsetSpace ~
36237 class\InsetSpace ~
36238 options\InsetSpace ~
36239 when\InsetSpace ~
36240 document\InsetSpace ~
36241 classes\InsetSpace ~
36242 changes Removes all manually set document
36243  class options in the 
36244 \family sans
36245 Document\SpecialChar \menuseparator
36246 Settings
36247 \family default
36248  dialog when changing the document class.
36249 \end_layout
36250
36251 \begin_layout Standard
36252 In the 
36253 \family sans
36254 External Applications
36255 \family default
36256  field you can specify commands with parameters for the listed applications.
36257  Before you change something here, it is strongly recommended to read the
36258  manuals of the applications.
36259  Currently the following commands can be set:
36260 \end_layout
36261
36262 \begin_layout Description
36263 CheckTe
36264 \begin_inset ERT
36265 status collapsed
36266
36267 \begin_layout Standard
36268
36269 {}
36270 \end_layout
36271
36272 \end_inset
36273
36274 X\InsetSpace ~
36275 command Command for the program 
36276 \family sans
36277 CheckTeX
36278 \family default
36279  that is described in section 
36280 \emph on
36281 Checking TeX
36282 \emph default
36283  of the 
36284 \emph on
36285 Extended Features
36286 \emph default
36287  manual.
36288 \end_layout
36289
36290 \begin_layout Description
36291 BibTe
36292 \begin_inset ERT
36293 status collapsed
36294
36295 \begin_layout Standard
36296
36297 {}
36298 \end_layout
36299
36300 \end_inset
36301
36302 X\InsetSpace ~
36303 command Command for the program 
36304 \family sans
36305 BibTeX
36306 \family default
36307  that generates the bibliography, see section\InsetSpace ~
36308
36309 \begin_inset LatexCommand ref
36310 reference "sub:Bibliography-databases"
36311
36312 \end_inset
36313
36314 .
36315 \end_layout
36316
36317 \begin_layout Description
36318 Index\InsetSpace ~
36319 command Command for the program that generates the index, see section\InsetSpace ~
36320
36321 \begin_inset LatexCommand ref
36322 reference "sub:Index-Program"
36323
36324 \end_inset
36325
36326 .
36327 \end_layout
36328
36329 \begin_layout Description
36330 DVI\InsetSpace ~
36331 viewer\InsetSpace ~
36332 paper\InsetSpace ~
36333 size\InsetSpace ~
36334 options They only have an effect when the program 
36335 \family sans
36336 xdvi
36337 \family default
36338  is used as DVI-viewer.
36339 \end_layout
36340
36341 \begin_layout Subsection
36342 Paths
36343 \begin_inset LatexCommand index
36344 name "Paths"
36345
36346 \end_inset
36347
36348
36349 \begin_inset LatexCommand index
36350 name "Settings ! Paths"
36351
36352 \end_inset
36353
36354
36355 \end_layout
36356
36357 \begin_layout Standard
36358 The submenu 
36359 \family sans
36360 Paths
36361 \family default
36362  is only available in the Windows version of LyX.
36363  The option 
36364 \family sans
36365 Use Windows-style paths in LaTeX files
36366 \family default
36367  uses the Windows path style:
36368 \end_layout
36369
36370 \begin_layout Standard
36371 C:
36372 \backslash
36373 test
36374 \backslash
36375 hello
36376 \end_layout
36377
36378 \begin_layout Standard
36379 instead of the Unix path style:
36380 \end_layout
36381
36382 \begin_layout Standard
36383 C:/test/hello
36384 \end_layout
36385
36386 \begin_layout Section
36387 Converters
36388 \begin_inset LatexCommand index
36389 name "Converters"
36390
36391 \end_inset
36392
36393
36394 \end_layout
36395
36396 \begin_layout Standard
36397 Here you find the list of defined converter commands to convert material
36398  from one format to another.
36399  You can modify them or create new ones.
36400  To modify a converter, select it, change the entry of the field 
36401 \family sans
36402 Converter
36403 \family default
36404  and/or 
36405 \family sans
36406 Extra\InsetSpace ~
36407 flag
36408 \family default
36409 , and press the 
36410 \family sans
36411 Modify
36412 \family default
36413  button.
36414  To create a new converter, select an existing one, select a different format
36415  in the 
36416 \family sans
36417 From\InsetSpace ~
36418 format
36419 \family default
36420  drop-down list, modify the 
36421 \family sans
36422 Converter
36423 \family default
36424  field, and press the 
36425 \family sans
36426 Add
36427 \family default
36428  button.
36429 \end_layout
36430
36431 \begin_layout Standard
36432 When the 
36433 \family sans
36434 Converter File Cache
36435 \family default
36436  is enabled, conversions will be cached as long as specified in the field
36437  
36438 \family sans
36439 Maximum Age (in days
36440 \family default
36441 ).
36442  This means that images don't need to be converted again when you reopen
36443  a document; the converted images from the cache will be used instead.
36444 \end_layout
36445
36446 \begin_layout Standard
36447 More about converters, like the variables and flags that can be used in
36448  the converter definition, is described in section 
36449 \emph on
36450 Converters
36451 \emph default
36452  of the 
36453 \emph on
36454 Customization
36455 \emph default
36456  manual.
36457 \end_layout
36458
36459 \begin_layout Section
36460 File Formats
36461 \begin_inset LatexCommand index
36462 name "File formats"
36463
36464 \end_inset
36465
36466
36467 \begin_inset LatexCommand label
36468 name "sec:File-Formats"
36469
36470 \end_inset
36471
36472
36473 \end_layout
36474
36475 \begin_layout Standard
36476 Here you find the list of defined file formats that LyX can handle.
36477  You can modify the viewer and editor program that should be used for certain
36478  formats.
36479  To create a new format, select an existing one, change the entry of the
36480  fields 
36481 \family sans
36482 Format
36483 \family default
36484  and 
36485 \family sans
36486 GUI\InsetSpace ~
36487 name
36488 \family default
36489 , and press the 
36490 \family sans
36491 Add
36492 \family default
36493  button.
36494 \end_layout
36495
36496 \begin_layout Standard
36497 More about formats, like the options that can be used in the format definition,
36498  is described in section 
36499 \emph on
36500 Formats
36501 \emph default
36502  of the 
36503 \emph on
36504 Customization
36505 \emph default
36506  manual.
36507 \end_layout
36508
36509 \begin_layout Section
36510 Copiers
36511 \begin_inset LatexCommand index
36512 name "Copiers"
36513
36514 \end_inset
36515
36516
36517 \end_layout
36518
36519 \begin_layout Standard
36520 Here you find the list of defined copiers.
36521  Since all conversions from one format to another take place in LyX's temporary
36522  directory, it is sometimes necessary to modify a file before copying it
36523  to the temporary directory in order that the conversion may be performed.
36524  This is done by a Copier.
36525 \end_layout
36526
36527 \begin_layout Standard
36528 More about converters is described in section 
36529 \emph on
36530 Copiers
36531 \emph default
36532  of the 
36533 \emph on
36534 Customization
36535 \emph default
36536  manual.
36537 \end_layout
36538
36539 \begin_layout Chapter
36540 Units available in LyX
36541 \begin_inset LatexCommand index
36542 name "Units"
36543
36544 \end_inset
36545
36546
36547 \begin_inset LatexCommand label
36548 name "cha:Units-available-in"
36549
36550 \end_inset
36551
36552
36553 \end_layout
36554
36555 \begin_layout Standard
36556 To understand the units described in this documentation, 
36557 \begin_inset LatexCommand ref
36558 reference "cap:Units"
36559
36560 \end_inset
36561
36562  explains all units available in LyX.
36563 \end_layout
36564
36565 \begin_layout Standard
36566 \begin_inset Float table
36567 placement h
36568 wide false
36569 sideways false
36570 status open
36571
36572 \begin_layout Standard
36573 \begin_inset Caption
36574
36575 \begin_layout Standard
36576 \begin_inset LatexCommand label
36577 name "cap:Units"
36578
36579 \end_inset
36580
36581 Units
36582 \end_layout
36583
36584 \end_inset
36585
36586
36587 \end_layout
36588
36589 \begin_layout Standard
36590 \begin_inset VSpace medskip
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \begin_layout Standard
36597 \align center
36598 \begin_inset Tabular
36599 <lyxtabular version="3" rows="20" columns="2">
36600 <features>
36601 <column alignment="center" valignment="top" leftline="true" width="0">
36602 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
36603 <row topline="true" bottomline="true">
36604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36605 \begin_inset Text
36606
36607 \begin_layout Standard
36608 unit
36609 \end_layout
36610
36611 \end_inset
36612 </cell>
36613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Standard
36617 name/description
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 </row>
36623 <row topline="true">
36624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout Standard
36628 mm
36629 \end_layout
36630
36631 \end_inset
36632 </cell>
36633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36634 \begin_inset Text
36635
36636 \begin_layout Standard
36637 millimeter
36638 \end_layout
36639
36640 \end_inset
36641 </cell>
36642 </row>
36643 <row topline="true">
36644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36645 \begin_inset Text
36646
36647 \begin_layout Standard
36648 cm
36649 \end_layout
36650
36651 \end_inset
36652 </cell>
36653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36654 \begin_inset Text
36655
36656 \begin_layout Standard
36657 centimeter
36658 \end_layout
36659
36660 \end_inset
36661 </cell>
36662 </row>
36663 <row topline="true">
36664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36665 \begin_inset Text
36666
36667 \begin_layout Standard
36668 in
36669 \end_layout
36670
36671 \end_inset
36672 </cell>
36673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36674 \begin_inset Text
36675
36676 \begin_layout Standard
36677 inch
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 </row>
36683 <row topline="true">
36684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36685 \begin_inset Text
36686
36687 \begin_layout Standard
36688 pt
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Standard
36697 point (72.27\InsetSpace \thinspace{}
36698 pt = 1\InsetSpace \thinspace{}
36699 in)
36700 \end_layout
36701
36702 \end_inset
36703 </cell>
36704 </row>
36705 <row topline="true">
36706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36707 \begin_inset Text
36708
36709 \begin_layout Standard
36710 pc
36711 \end_layout
36712
36713 \end_inset
36714 </cell>
36715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36716 \begin_inset Text
36717
36718 \begin_layout Standard
36719 pica (1\InsetSpace \thinspace{}
36720 pc = 12\InsetSpace \thinspace{}
36721 pt)
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 </row>
36727 <row topline="true">
36728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Standard
36732 sp
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Standard
36741 scaled point (65536\InsetSpace \thinspace{}
36742 sp = 1\InsetSpace \thinspace{}
36743 pt)
36744 \end_layout
36745
36746 \end_inset
36747 </cell>
36748 </row>
36749 <row topline="true">
36750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36751 \begin_inset Text
36752
36753 \begin_layout Standard
36754 bp
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36760 \begin_inset Text
36761
36762 \begin_layout Standard
36763 big point (72\InsetSpace \thinspace{}
36764 bp = 1\InsetSpace \thinspace{}
36765 in)
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 </row>
36771 <row topline="true">
36772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Standard
36776 dd
36777 \end_layout
36778
36779 \end_inset
36780 </cell>
36781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36782 \begin_inset Text
36783
36784 \begin_layout Standard
36785 didot (72\InsetSpace \thinspace{}
36786 dd 
36787 \begin_inset Formula $\approx$
36788 \end_inset
36789
36790  37.6\InsetSpace \thinspace{}
36791 mm)
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 </row>
36797 <row topline="true">
36798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Standard
36802 cc
36803 \end_layout
36804
36805 \end_inset
36806 </cell>
36807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Standard
36811 cicero (1\InsetSpace \thinspace{}
36812 cc = 12\InsetSpace \thinspace{}
36813 dd)
36814 \end_layout
36815
36816 \end_inset
36817 </cell>
36818 </row>
36819 <row topline="true">
36820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Standard
36824 Scale%
36825 \end_layout
36826
36827 \end_inset
36828 </cell>
36829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36830 \begin_inset Text
36831
36832 \begin_layout Standard
36833 % of original image width
36834 \end_layout
36835
36836 \end_inset
36837 </cell>
36838 </row>
36839 <row topline="true">
36840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36841 \begin_inset Text
36842
36843 \begin_layout Standard
36844 text%
36845 \end_layout
36846
36847 \end_inset
36848 </cell>
36849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36850 \begin_inset Text
36851
36852 \begin_layout Standard
36853 % of text width
36854 \end_layout
36855
36856 \end_inset
36857 </cell>
36858 </row>
36859 <row topline="true">
36860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36861 \begin_inset Text
36862
36863 \begin_layout Standard
36864 col%
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Standard
36873 % of column width
36874 \end_layout
36875
36876 \end_inset
36877 </cell>
36878 </row>
36879 <row topline="true">
36880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36881 \begin_inset Text
36882
36883 \begin_layout Standard
36884 page%
36885 \end_layout
36886
36887 \end_inset
36888 </cell>
36889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36890 \begin_inset Text
36891
36892 \begin_layout Standard
36893 % of paper width
36894 \end_layout
36895
36896 \end_inset
36897 </cell>
36898 </row>
36899 <row topline="true">
36900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36901 \begin_inset Text
36902
36903 \begin_layout Standard
36904 line%
36905 \end_layout
36906
36907 \end_inset
36908 </cell>
36909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36910 \begin_inset Text
36911
36912 \begin_layout Standard
36913 % of line width
36914 \end_layout
36915
36916 \end_inset
36917 </cell>
36918 </row>
36919 <row topline="true">
36920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36921 \begin_inset Text
36922
36923 \begin_layout Standard
36924 theight%
36925 \end_layout
36926
36927 \end_inset
36928 </cell>
36929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36930 \begin_inset Text
36931
36932 \begin_layout Standard
36933 % of text height
36934 \end_layout
36935
36936 \end_inset
36937 </cell>
36938 </row>
36939 <row topline="true">
36940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36941 \begin_inset Text
36942
36943 \begin_layout Standard
36944 pheight%
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36950 \begin_inset Text
36951
36952 \begin_layout Standard
36953 % of paper height
36954 \end_layout
36955
36956 \end_inset
36957 </cell>
36958 </row>
36959 <row topline="true">
36960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36961 \begin_inset Text
36962
36963 \begin_layout Standard
36964 ex
36965 \end_layout
36966
36967 \end_inset
36968 </cell>
36969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36970 \begin_inset Text
36971
36972 \begin_layout Standard
36973 height of letter 
36974 \emph on
36975 x
36976 \emph default
36977  in current font
36978 \end_layout
36979
36980 \end_inset
36981 </cell>
36982 </row>
36983 <row topline="true">
36984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36985 \begin_inset Text
36986
36987 \begin_layout Standard
36988 em
36989 \end_layout
36990
36991 \end_inset
36992 </cell>
36993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36994 \begin_inset Text
36995
36996 \begin_layout Standard
36997 width of letter 
36998 \emph on
36999 M
37000 \emph default
37001  in current font
37002 \end_layout
37003
37004 \end_inset
37005 </cell>
37006 </row>
37007 <row topline="true" bottomline="true">
37008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37009 \begin_inset Text
37010
37011 \begin_layout Standard
37012 mu
37013 \end_layout
37014
37015 \end_inset
37016 </cell>
37017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Standard
37021 math unit (1\InsetSpace \thinspace{}
37022 mu = 1/18\InsetSpace \thinspace{}
37023 em)
37024 \end_layout
37025
37026 \end_inset
37027 </cell>
37028 </row>
37029 </lyxtabular>
37030
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \end_inset
37037
37038
37039 \end_layout
37040
37041 \begin_layout Chapter
37042 Credits
37043 \begin_inset LatexCommand label
37044 name "cha:Credits"
37045
37046 \end_inset
37047
37048
37049 \end_layout
37050
37051 \begin_layout Standard
37052 The documentation is a collaborative effort between many different people
37053  (and we would encourage people to contribute!).
37054 \end_layout
37055
37056 \begin_layout Itemize
37057
37058 \noun on
37059 Alejandro Aguilar Sierra
37060 \end_layout
37061
37062 \begin_layout Itemize
37063
37064 \noun on
37065 Amir Karger
37066 \end_layout
37067
37068 \begin_layout Itemize
37069
37070 \noun on
37071 David Johnson
37072 \end_layout
37073
37074 \begin_layout Itemize
37075
37076 \noun on
37077 Hartmut Haase
37078 \end_layout
37079
37080 \begin_layout Itemize
37081
37082 \noun on
37083 Ignacio García
37084 \end_layout
37085
37086 \begin_layout Itemize
37087
37088 \noun on
37089 Ivan Schreter
37090 \end_layout
37091
37092 \begin_layout Itemize
37093
37094 \noun on
37095 John Raithel
37096 \end_layout
37097
37098 \begin_layout Itemize
37099
37100 \noun on
37101 John Weiss
37102 \end_layout
37103
37104 \begin_layout Itemize
37105
37106 \noun on
37107 Lars Gullik Bjønnes
37108 \end_layout
37109
37110 \begin_layout Itemize
37111
37112 \noun on
37113 Matthias Ettrich
37114 \end_layout
37115
37116 \begin_layout Itemize
37117
37118 \noun on
37119 Matthias Zenker
37120 \end_layout
37121
37122 \begin_layout Itemize
37123
37124 \noun on
37125 Rich Fields
37126 \end_layout
37127
37128 \begin_layout Itemize
37129
37130 \noun on
37131 Pascal André
37132 \end_layout
37133
37134 \begin_layout Itemize
37135
37136 \noun on
37137 Paul Evans
37138 \end_layout
37139
37140 \begin_layout Itemize
37141
37142 \noun on
37143 Paul Russel
37144 \end_layout
37145
37146 \begin_layout Itemize
37147
37148 \noun on
37149 Robin Socha
37150 \end_layout
37151
37152 \begin_layout Itemize
37153
37154 \noun on
37155 Uwe Stöhr
37156 \end_layout
37157
37158 \begin_layout Itemize
37159 The LyX Team: 
37160 \begin_inset LatexCommand cite
37161 key "lyxcredit"
37162
37163 \end_inset
37164
37165
37166 \end_layout
37167
37168 \begin_layout Standard
37169
37170 \newpage
37171 The bibliography on the following page was created with the 
37172 \family sans
37173 Bibliography
37174 \family default
37175  environment.
37176 \end_layout
37177
37178 \begin_layout Bibliography
37179 \begin_inset LatexCommand bibitem
37180 label "Credits"
37181 key "lyxcredit"
37182
37183 \end_inset
37184
37185 The LyX Team: 
37186 \begin_inset ERT
37187 status collapsed
37188
37189 \begin_layout Standard
37190
37191
37192 \backslash
37193 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
37194 \end_layout
37195
37196 \end_inset
37197
37198 Credits
37199 \begin_inset ERT
37200 status collapsed
37201
37202 \begin_layout Standard
37203
37204 }
37205 \end_layout
37206
37207 \end_inset
37208
37209
37210 \begin_inset Note Note
37211 status collapsed
37212
37213 \begin_layout Standard
37214 The command 
37215 \series bold
37216
37217 \backslash
37218 href
37219 \series default
37220  is explained in the 
37221 \emph on
37222 Embedded Objects
37223 \emph default
37224  manual.
37225  It creates a hyperlink.
37226 \end_layout
37227
37228 \end_inset
37229
37230 :
37231 \newline
37232
37233 \begin_inset LatexCommand url
37234 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
37235
37236 \end_inset
37237
37238
37239 \end_layout
37240
37241 \begin_layout Bibliography
37242 \begin_inset LatexCommand bibitem
37243 key "latexcompanion"
37244
37245 \end_inset
37246
37247 Frank Mittelbach and Michel Goossens: 
37248 \emph on
37249 The LaTeX Companion Second Edition.
37250
37251 \emph default
37252  Addison-Wesley, 2004
37253 \end_layout
37254
37255 \begin_layout Bibliography
37256 \begin_inset LatexCommand bibitem
37257 key "latexguide"
37258
37259 \end_inset
37260
37261 Helmut Kopka and Patrick W.
37262  Daly: 
37263 \emph on
37264 A Guide to LaTeX Fourth Edition.
37265
37266 \emph default
37267  Addison-Wesley, 2003
37268 \end_layout
37269
37270 \begin_layout Bibliography
37271 \begin_inset LatexCommand bibitem
37272 key "latexbook"
37273
37274 \end_inset
37275
37276 Leslie Lamport: 
37277 \emph on
37278 LaTeX: A Document Preparation System.
37279
37280 \emph default
37281  Addison-Wesley, second edition, 1994
37282 \end_layout
37283
37284 \begin_layout Bibliography
37285 \begin_inset LatexCommand bibitem
37286 key "texbook"
37287
37288 \end_inset
37289
37290 Donald E.
37291  Knuth.
37292  
37293 \emph on
37294 The TeXbook.
37295
37296 \emph default
37297  Addison-Wesley, 1984
37298 \end_layout
37299
37300 \begin_layout Bibliography
37301 \begin_inset LatexCommand bibitem
37302 key "TeXCatalogue"
37303
37304 \end_inset
37305
37306 The TeX Catalogue:
37307 \newline
37308
37309 \begin_inset LatexCommand url
37310 target "http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html"
37311
37312 \end_inset
37313
37314
37315 \end_layout
37316
37317 \begin_layout Bibliography
37318 \begin_inset LatexCommand bibitem
37319 key "LaTeXFAQ"
37320
37321 \end_inset
37322
37323
37324 \begin_inset LatexCommand url
37325 name "The LaTeX FAQ:"
37326 target "http://www.tex.ac.uk/cgi-bin/texfaq2html"
37327
37328 \end_inset
37329
37330
37331 \end_layout
37332
37333 \begin_layout Bibliography
37334 \begin_inset LatexCommand bibitem
37335 key "makeindex"
37336
37337 \end_inset
37338
37339
37340 \begin_inset ERT
37341 status collapsed
37342
37343 \begin_layout Standard
37344
37345
37346 \backslash
37347 href{http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi}{
37348 \end_layout
37349
37350 \end_inset
37351
37352 Documentation
37353 \begin_inset ERT
37354 status collapsed
37355
37356 \begin_layout Standard
37357
37358 }
37359 \end_layout
37360
37361 \end_inset
37362
37363  of the program 
37364 \family sans
37365 makeindex
37366 \family default
37367 :
37368 \newline
37369
37370 \begin_inset LatexCommand url
37371 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
37372
37373 \end_inset
37374
37375
37376 \end_layout
37377
37378 \begin_layout Bibliography
37379 \begin_inset LatexCommand bibitem
37380 key "caption"
37381
37382 \end_inset
37383
37384
37385 \begin_inset ERT
37386 status collapsed
37387
37388 \begin_layout Standard
37389
37390
37391 \backslash
37392 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
37393 \end_layout
37394
37395 \end_inset
37396
37397 Documentation
37398 \begin_inset ERT
37399 status collapsed
37400
37401 \begin_layout Standard
37402
37403 }
37404 \end_layout
37405
37406 \end_inset
37407
37408  of the LaTeX-package 
37409 \series bold
37410 caption
37411 \series default
37412
37413 \begin_inset LatexCommand index
37414 name "LaTeX-packages ! caption"
37415
37416 \end_inset
37417
37418 :
37419 \newline
37420
37421 \begin_inset LatexCommand url
37422 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
37423
37424 \end_inset
37425
37426
37427 \end_layout
37428
37429 \begin_layout Bibliography
37430 \begin_inset LatexCommand bibitem
37431 key "fancyhdr"
37432
37433 \end_inset
37434
37435
37436 \begin_inset ERT
37437 status collapsed
37438
37439 \begin_layout Standard
37440
37441
37442 \backslash
37443 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf}
37444 {
37445 \end_layout
37446
37447 \end_inset
37448
37449 Documentation
37450 \begin_inset ERT
37451 status collapsed
37452
37453 \begin_layout Standard
37454
37455 }
37456 \end_layout
37457
37458 \end_inset
37459
37460  of the LaTeX-package 
37461 \series bold
37462 fancyhdr
37463 \series default
37464
37465 \begin_inset LatexCommand index
37466 name "LaTeX-packages ! fancyhdr"
37467
37468 \end_inset
37469
37470 :
37471 \newline
37472
37473 \begin_inset LatexCommand url
37474 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
37475
37476 \end_inset
37477
37478
37479 \end_layout
37480
37481 \begin_layout Bibliography
37482 \begin_inset LatexCommand bibitem
37483 key "floatflt"
37484
37485 \end_inset
37486
37487
37488 \begin_inset ERT
37489 status collapsed
37490
37491 \begin_layout Standard
37492
37493
37494 \backslash
37495 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
37496 {
37497 \end_layout
37498
37499 \end_inset
37500
37501 Documentation
37502 \begin_inset ERT
37503 status collapsed
37504
37505 \begin_layout Standard
37506
37507 }
37508 \end_layout
37509
37510 \end_inset
37511
37512  of the LaTeX-package 
37513 \series bold
37514 floatflt
37515 \series default
37516
37517 \begin_inset LatexCommand index
37518 name "LaTeX-packages ! floatflt"
37519
37520 \end_inset
37521
37522 :
37523 \newline
37524
37525 \begin_inset LatexCommand url
37526 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf"
37527
37528 \end_inset
37529
37530
37531 \end_layout
37532
37533 \begin_layout Bibliography
37534 \begin_inset LatexCommand bibitem
37535 key "nomencl"
37536
37537 \end_inset
37538
37539
37540 \begin_inset ERT
37541 status collapsed
37542
37543 \begin_layout Standard
37544
37545
37546 \backslash
37547 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf}{
37548 \end_layout
37549
37550 \end_inset
37551
37552 Documentation
37553 \begin_inset ERT
37554 status collapsed
37555
37556 \begin_layout Standard
37557
37558 }
37559 \end_layout
37560
37561 \end_inset
37562
37563  of the LaTeX-package 
37564 \series bold
37565 nomencl
37566 \series default
37567
37568 \begin_inset LatexCommand index
37569 name "LaTeX-packages ! nomencl"
37570
37571 \end_inset
37572
37573 :
37574 \newline
37575
37576 \begin_inset LatexCommand url
37577 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
37578
37579 \end_inset
37580
37581
37582 \end_layout
37583
37584 \begin_layout Bibliography
37585 \begin_inset LatexCommand bibitem
37586 key "tipa"
37587
37588 \end_inset
37589
37590
37591 \begin_inset ERT
37592 status collapsed
37593
37594 \begin_layout Standard
37595
37596
37597 \backslash
37598 href{http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf}{
37599 \end_layout
37600
37601 \end_inset
37602
37603 Documentation
37604 \begin_inset ERT
37605 status collapsed
37606
37607 \begin_layout Standard
37608
37609 }
37610 \end_layout
37611
37612 \end_inset
37613
37614  of the LaTeX-package 
37615 \series bold
37616 tipa
37617 \series default
37618
37619 \begin_inset LatexCommand index
37620 name "LaTeX-packages ! tipa"
37621
37622 \end_inset
37623
37624 :
37625 \newline
37626
37627 \begin_inset LatexCommand url
37628 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
37629
37630 \end_inset
37631
37632
37633 \end_layout
37634
37635 \begin_layout Bibliography
37636 \begin_inset LatexCommand bibitem
37637 key "XeTeX"
37638
37639 \end_inset
37640
37641
37642 \begin_inset ERT
37643 status collapsed
37644
37645 \begin_layout Standard
37646
37647
37648 \backslash
37649 href{http://wiki.lyx.org/LyX/XeTeX}{
37650 \end_layout
37651
37652 \end_inset
37653
37654 Wiki-page
37655 \begin_inset ERT
37656 status collapsed
37657
37658 \begin_layout Standard
37659
37660 }
37661 \end_layout
37662
37663 \end_inset
37664
37665  how to use LyX with XeTeX:
37666 \newline
37667
37668 \begin_inset LatexCommand url
37669 target "http://wiki.lyx.org/LyX/XeTeX"
37670
37671 \end_inset
37672
37673
37674 \end_layout
37675
37676 \begin_layout Bibliography
37677 \begin_inset LatexCommand bibitem
37678 key "Arabic"
37679
37680 \end_inset
37681
37682
37683 \begin_inset ERT
37684 status collapsed
37685
37686 \begin_layout Standard
37687
37688
37689 \backslash
37690 href{http://wiki.lyx.org/Windows/Arabic}{
37691 \end_layout
37692
37693 \end_inset
37694
37695 Wiki-page
37696 \begin_inset ERT
37697 status collapsed
37698
37699 \begin_layout Standard
37700
37701 }
37702 \end_layout
37703
37704 \end_inset
37705
37706  how to set up LyX for Arabic:
37707 \newline
37708
37709 \begin_inset LatexCommand url
37710 target "http://wiki.lyx.org/Windows/Arabic"
37711
37712 \end_inset
37713
37714
37715 \end_layout
37716
37717 \begin_layout Bibliography
37718 \begin_inset LatexCommand bibitem
37719 key "Armenian"
37720
37721 \end_inset
37722
37723
37724 \begin_inset ERT
37725 status collapsed
37726
37727 \begin_layout Standard
37728
37729
37730 \backslash
37731 href{http://wiki.lyx.org/Windows/Armenian}{
37732 \end_layout
37733
37734 \end_inset
37735
37736 Wiki-page
37737 \begin_inset ERT
37738 status collapsed
37739
37740 \begin_layout Standard
37741
37742 }
37743 \end_layout
37744
37745 \end_inset
37746
37747  how to set up LyX for Armenian:
37748 \newline
37749
37750 \begin_inset LatexCommand url
37751 target "http://wiki.lyx.org/Windows/Armenian"
37752
37753 \end_inset
37754
37755
37756 \end_layout
37757
37758 \begin_layout Bibliography
37759 \begin_inset LatexCommand bibitem
37760 key "Farsi"
37761
37762 \end_inset
37763
37764
37765 \begin_inset ERT
37766 status collapsed
37767
37768 \begin_layout Standard
37769
37770
37771 \backslash
37772 href{http://wiki.lyx.org/Windows/Farsi}{
37773 \end_layout
37774
37775 \end_inset
37776
37777 Wiki-page
37778 \begin_inset ERT
37779 status collapsed
37780
37781 \begin_layout Standard
37782
37783 }
37784 \end_layout
37785
37786 \end_inset
37787
37788  how to set up LyX for Farsi:
37789 \newline
37790
37791 \begin_inset LatexCommand url
37792 target "http://wiki.lyx.org/Windows/Farsi"
37793
37794 \end_inset
37795
37796
37797 \end_layout
37798
37799 \begin_layout Bibliography
37800 \begin_inset LatexCommand bibitem
37801 key "Hebrew"
37802
37803 \end_inset
37804
37805
37806 \begin_inset ERT
37807 status collapsed
37808
37809 \begin_layout Standard
37810
37811
37812 \backslash
37813 href{http://wiki.lyx.org/Windows/Hebrew}{
37814 \end_layout
37815
37816 \end_inset
37817
37818 Wiki-page
37819 \begin_inset ERT
37820 status collapsed
37821
37822 \begin_layout Standard
37823
37824 }
37825 \end_layout
37826
37827 \end_inset
37828
37829  how to set up LyX for Hebrew:
37830 \newline
37831
37832 \begin_inset LatexCommand url
37833 target "http://wiki.lyx.org/Windows/Hebrew"
37834
37835 \end_inset
37836
37837
37838 \end_layout
37839
37840 \begin_layout Bibliography
37841 \begin_inset LatexCommand bibitem
37842 key "LyX-func"
37843
37844 \end_inset
37845
37846
37847 \begin_inset ERT
37848 status collapsed
37849
37850 \begin_layout Standard
37851
37852
37853 \backslash
37854 href{http://wiki.lyx.org/LyX/LyxFunctionList}{
37855 \end_layout
37856
37857 \end_inset
37858
37859 Wiki-page
37860 \begin_inset ERT
37861 status collapsed
37862
37863 \begin_layout Standard
37864
37865 }
37866 \end_layout
37867
37868 \end_inset
37869
37870  with a list of all available LyX-functions:
37871 \newline
37872
37873 \begin_inset LatexCommand url
37874 target "http://wiki.lyx.org/LyX/LyxFunctionList"
37875
37876 \end_inset
37877
37878
37879 \end_layout
37880
37881 \begin_layout Standard
37882
37883 \newpage
37884
37885 \begin_inset ERT
37886 status collapsed
37887
37888 \begin_layout Standard
37889
37890
37891 \backslash
37892 let
37893 \backslash
37894 mybibname
37895 \backslash
37896 bibname
37897 \end_layout
37898
37899 \begin_layout Standard
37900
37901
37902 \backslash
37903 renewcommand{
37904 \backslash
37905 bibname}{
37906 \backslash
37907 mybibname
37908 \backslash
37909 ; 2}
37910 \end_layout
37911
37912 \end_inset
37913
37914
37915 \begin_inset Note Note
37916 status collapsed
37917
37918 \begin_layout Standard
37919 The command 
37920 \series bold
37921
37922 \backslash
37923 bibname
37924 \series default
37925  is the name of the bibliography in the current document language.
37926  It is redefined here with the number 2 at the end to state that the following
37927  bibliography is the second one:
37928 \end_layout
37929
37930 \end_inset
37931
37932
37933 \end_layout
37934
37935 \begin_layout Standard
37936 \begin_inset LatexCommand bibtex
37937 options "biblio/alphadin"
37938 bibfiles "biblio/LyXDocs"
37939
37940 \end_inset
37941
37942
37943 \end_layout
37944
37945 \begin_layout Standard
37946 The above bibliography is created from a BibTeX-database.
37947 \end_layout
37948
37949 \begin_layout Standard
37950
37951 \series bold
37952 \begin_inset LatexCommand printnomenclature
37953
37954 \end_inset
37955
37956
37957 \begin_inset LatexCommand printindex
37958
37959 \end_inset
37960
37961
37962 \end_layout
37963
37964 \end_body
37965 \end_document