]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
Sanitize the way we use abort() and exit(). With this commit, we should never crash...
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.6svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 308
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,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 \use_hyperref false
78 \papersize default
79 \use_geometry false
80 \use_amsmath 1
81 \use_esint 0
82 \cite_engine basic
83 \use_bibtopic false
84 \paperorientation portrait
85 \branch Question
86 \selected 1
87 \color #00ff00
88 \end_branch
89 \branch Answer
90 \selected 0
91 \color #aa55ff
92 \end_branch
93 \secnumdepth 3
94 \tocdepth 3
95 \paragraph_separation indent
96 \defskip medskip
97 \quotes_language english
98 \papercolumns 1
99 \papersides 2
100 \paperpagestyle default
101 \tracking_changes false
102 \output_changes false
103 \author "" 
104 \author "" 
105 \end_header
106
107 \begin_body
108
109 \begin_layout Title
110 The LyX User's Guide
111 \end_layout
112
113 \begin_layout Author
114 by the LyX Team
115 \begin_inset Foot
116 status collapsed
117
118 \begin_layout Standard
119 \noindent
120 If you have comments or error corrections, please send them to the LyX Documenta
121 tion mailing list: 
122 \family typewriter
123 lyx-docs@lists.lyx.org
124 \end_layout
125
126 \end_inset
127
128 Version 1.5.3
129 \end_layout
130
131 \begin_layout Standard
132 \begin_inset Note Note
133 status open
134
135 \begin_layout Standard
136 To export this document as PDF, Postscript, or DVI, the LaTeX-package 
137 \series bold
138 hyperref
139 \series default
140  has to be installed.
141 \end_layout
142
143 \begin_layout Standard
144 This package should be part of all popular LaTeX-distributions.
145 \end_layout
146
147 \end_inset
148
149
150 \end_layout
151
152 \begin_layout Standard
153 \begin_inset CommandInset toc
154 LatexCommand tableofcontents
155
156 \end_inset
157
158
159 \end_layout
160
161 \begin_layout Chapter
162 Getting Started
163 \end_layout
164
165 \begin_layout Section
166 What is LyX?
167 \end_layout
168
169 \begin_layout Standard
170 LyX is a document preparation system.
171  It is a tool for producing beautiful manuscripts, publishable books, business
172  letters and proposals, and even poetry.
173  It is unlike most other 
174 \begin_inset Quotes eld
175 \end_inset
176
177 word processors
178 \begin_inset Quotes erd
179 \end_inset
180
181  in the sense that it uses the paradigm of a markup language as its core
182  editing style.
183  That means that when you type a section header, you mark it as a 
184 \begin_inset Quotes eld
185 \end_inset
186
187 Section
188 \begin_inset Quotes erd
189 \end_inset
190
191 , not 
192 \begin_inset Quotes eld
193 \end_inset
194
195 Bold, 17 pt type, left justified, 5 mm space below
196 \begin_inset Quotes erd
197 \end_inset
198
199 .
200  LyX takes care of the typesetting for you, so you deal only with concepts,
201  not the mechanics.
202 \end_layout
203
204 \begin_layout Standard
205 This philosophy is explained in much greater detail in the 
206 \emph on
207
208 \begin_inset Quotes eld
209 \end_inset
210
211 Introduction
212 \begin_inset Quotes erd
213 \end_inset
214
215
216 \emph default
217 .
218  If you haven't read it yet, you need to.
219  Yes, we mean now.
220 \end_layout
221
222 \begin_layout Standard
223 The 
224 \begin_inset Quotes eld
225 \end_inset
226
227
228 \emph on
229 Introduction
230 \emph default
231
232 \begin_inset Quotes erd
233 \end_inset
234
235  describes several things in addition to LyX's philosophy: most importantly,
236  the format of all of the manuals.
237  If you don't read it, you'll have a bear of a time navigating this manual.
238  You might also be better served looking in one of the other manuals instead
239  of this one.
240  
241 \begin_inset Quotes eld
242 \end_inset
243
244
245 \emph on
246 Introduction
247 \emph default
248
249 \begin_inset Quotes erd
250 \end_inset
251
252  describes that, too.
253 \end_layout
254
255 \begin_layout Section
256 How LyX Looks
257 \end_layout
258
259 \begin_layout Standard
260 Like most applications, LyX has the familiar menu bar across the top of
261  its window.
262  Below it is a toolbar with a pulldown box and various buttons.
263  There is, of course, a vertical scrollbar and a main work area for editing
264  documents.
265  Near the bottom of the window is a small window containing a single line
266  of text.
267  This is the 
268 \emph on
269 minibuffer
270 \emph default
271 , which really means 
272 \begin_inset Quotes eld
273 \end_inset
274
275 command buffer
276 \begin_inset Quotes erd
277 \end_inset
278
279 .
280  Type 
281 \family sans
282 M-x
283 \family default
284  when you need to type a command in the minibuffer.
285 \end_layout
286
287 \begin_layout Standard
288 Note that there is no horizontal scroll bar.
289  This is not a bug or an oversight, but intentional.
290  When you read a book, you expect the end of a line to wrap around to the
291  next line.
292  Text overflows onto new pages in a vertical fashion, hence the need for
293  only a vertical scrollbar.
294  There are three cases where you might want a horizontal scrollbar.
295  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
296  This, however, is due
297  to a flaw in the routine that displays graphics on the LyX screen in a
298  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
299  as you'd need to rescale graphics to fit on a page.
300  The second and third cases are tables and equations which are wider than
301  the LyX window.
302  You can use the arrow keys to scroll horizontally through the table, but
303  this doesn't work for equations yet.
304 \end_layout
305
306 \begin_layout Standard
307 For a brief description of all LyX menus and toolbar buttons, have a look
308  at Appendix\InsetSpace ~
309
310 \begin_inset CommandInset ref
311 LatexCommand ref
312 reference "cha:The-User-Interface"
313
314 \end_inset
315
316 .
317  Most of them are self-explanatory and you'll find them listed in the correspond
318 ing sections of this documentation.
319 \end_layout
320
321 \begin_layout Section
322 HELP
323 \end_layout
324
325 \begin_layout Standard
326 The help system consists of the LyX manuals.
327  You can read 
328 \emph on
329 all
330 \emph default
331  of the manuals from inside LyX.
332  Just select the manual you want read from the 
333 \family sans
334 Help
335 \family default
336  menu.
337 \end_layout
338
339 \begin_layout Section
340 Basic LyX Setup
341 \begin_inset CommandInset label
342 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 Index
359 status collapsed
360
361 \begin_layout Standard
362 Preferences
363 \end_layout
364
365 \end_inset
366
367
368 \family default
369  settings.
370  Although this configuration has already been done when LyX was installed
371  on your system, you might have some items that you installed locally, e.g.
372  new LaTeX classes, and which are not seen by LyX.
373  To force LyX to re-inspect your system, you should use 
374 \family sans
375 Tools\SpecialChar \menuseparator
376 Reconfigure
377 \family default
378 .
379 \begin_inset Index
380 status collapsed
381
382 \begin_layout Standard
383 Reconfiguration of LyX
384 \end_layout
385
386 \end_inset
387
388  You should then restart LyX to ensure that the changes are taken into account.
389 \end_layout
390
391 \begin_layout Section
392 LaTeX Setup
393 \begin_inset CommandInset label
394 LatexCommand label
395 name "sec:LaTeX-Setup"
396
397 \end_inset
398
399
400 \end_layout
401
402 \begin_layout Standard
403 LyX needs several LaTeX packages to work properly.
404  The packages found on the system by LyX are listed in the file 
405 \emph on
406 LaT
407 \emph default
408
409 \begin_inset ERT
410 status collapsed
411
412 \begin_layout Standard
413
414 {}
415 \end_layout
416
417 \end_inset
418
419
420 \emph on
421 eX\InsetSpace ~
422 Configuration
423 \emph default
424  that will be created when using the menu 
425 \family sans
426 Help\SpecialChar \menuseparator
427 LaT
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Standard
432
433 {}
434 \end_layout
435
436 \end_inset
437
438 eX\InsetSpace ~
439 Configuration
440 \family default
441 .
442  You should install the required missing packages and then reconfigure LyX.
443 \begin_inset Note Note
444 status collapsed
445
446 \begin_layout Standard
447 The two braces in the ERT box prevent that the term 
448 \begin_inset Quotes eld
449 \end_inset
450
451 LaTeX
452 \begin_inset Quotes erd
453 \end_inset
454
455  is printed with sub- and superscript letters.
456  More on ERT is described in section\InsetSpace ~
457
458 \begin_inset CommandInset ref
459 LatexCommand ref
460 reference "sec:ERT"
461
462 \end_inset
463
464 , the printout of proper names like LaTeX is explained in section\InsetSpace ~
465
466 \begin_inset CommandInset ref
467 LatexCommand ref
468 reference "sub:LyX's-Proper-Names"
469
470 \end_inset
471
472 .
473 \end_layout
474
475 \end_inset
476
477
478 \begin_inset Index
479 status collapsed
480
481 \begin_layout Standard
482 Reconfiguration of LyX
483 \end_layout
484
485 \end_inset
486
487
488 \end_layout
489
490 \begin_layout Chapter
491 How to work with LyX
492 \end_layout
493
494 \begin_layout Section
495 Basic File Operations
496 \begin_inset Index
497 status collapsed
498
499 \begin_layout Standard
500 File Operations
501 \end_layout
502
503 \end_inset
504
505
506 \end_layout
507
508 \begin_layout Standard
509 Under the 
510 \family sans
511 File
512 \family default
513  menu are basic operations for any word processor in addition to some more
514  advanced operations:
515 \end_layout
516
517 \begin_layout Itemize
518
519 \family sans
520 New
521 \end_layout
522
523 \begin_layout Itemize
524
525 \family sans
526 New\InsetSpace ~
527 from
528 \bar under
529 \InsetSpace ~
530
531 \bar default
532 Template
533 \end_layout
534
535 \begin_layout Itemize
536
537 \family sans
538 Open
539 \end_layout
540
541 \begin_layout Itemize
542
543 \family sans
544 Close
545 \end_layout
546
547 \begin_layout Itemize
548
549 \family sans
550 Save
551 \end_layout
552
553 \begin_layout Itemize
554
555 \family sans
556 Save\InsetSpace ~
557 As
558 \end_layout
559
560 \begin_layout Itemize
561
562 \family sans
563 Revert\InsetSpace ~
564 to\InsetSpace ~
565 saved
566 \end_layout
567
568 \begin_layout Itemize
569
570 \family sans
571 Version\InsetSpace ~
572 Control
573 \end_layout
574
575 \begin_layout Itemize
576
577 \family sans
578 Import
579 \end_layout
580
581 \begin_layout Itemize
582
583 \family sans
584 Export
585 \end_layout
586
587 \begin_layout Itemize
588
589 \family sans
590 Print
591 \end_layout
592
593 \begin_layout Itemize
594
595 \family sans
596 Exit
597 \end_layout
598
599 \begin_layout Standard
600 They all do pretty much the same thing as in other word processors, with
601  a few minor differences.
602  The 
603 \family sans
604 File\SpecialChar \menuseparator
605 New\InsetSpace ~
606 from
607 \bar under
608 \InsetSpace ~
609
610 \bar default
611 Template
612 \family default
613  command not only prompts you for a name for the new file, but also prompts
614  you for a template to use.
615  Selecting a template will automatically set certain layout features for
616  the document, features you would otherwise need to change manually.
617  They can be of use for certain classes, especially those for writing letters
618  (see section\InsetSpace ~
619
620 \begin_inset CommandInset ref
621 LatexCommand ref
622 reference "sec:Document-Classes"
623
624 \end_inset
625
626 ).
627 \end_layout
628
629 \begin_layout Standard
630 Note: There is no 
631 \begin_inset Quotes eld
632 \end_inset
633
634 default file
635 \begin_inset Quotes erd
636 \end_inset
637
638  or document named 
639 \begin_inset Quotes eld
640 \end_inset
641
642 Untitled
643 \begin_inset Quotes erd
644 \end_inset
645
646  or 
647 \begin_inset Quotes eld
648 \end_inset
649
650 scratch.
651 \begin_inset Quotes erd
652 \end_inset
653
654  Unless you tell LyX to open a file or create a new one, that big, blank
655  space is just that --- a big, blank space.
656 \end_layout
657
658 \begin_layout Standard
659
660 \family sans
661 Revert\InsetSpace ~
662 to\InsetSpace ~
663 saved
664 \family default
665  and 
666 \family sans
667 Version\InsetSpace ~
668 Control
669 \family default
670  are useful if more people work on the same document at the same time
671 \begin_inset Foot
672 status collapsed
673
674 \begin_layout Standard
675 If you plan to do this, you should check out the Version Control feature
676  in LyX also.
677  Read 
678 \emph on
679 Extended Features
680 \emph default
681 \SpecialChar \@.
682
683 \end_layout
684
685 \end_inset
686
687 .
688  
689 \family sans
690 Revert\InsetSpace ~
691 to\InsetSpace ~
692 saved
693 \family default
694  will reload the document from disk.
695  You can of course also use it if you regret that you changed a document
696  and want to restore it to the last save.
697  With
698 \family sans
699  Version\InsetSpace ~
700 Control 
701 \family default
702 you can there register the changes you made to a document so that others
703  can identify this as your changes.
704 \end_layout
705
706 \begin_layout Section
707 Basic Editing Features
708 \begin_inset Index
709 status collapsed
710
711 \begin_layout Standard
712 Editing
713 \end_layout
714
715 \end_inset
716
717
718 \begin_inset CommandInset label
719 LatexCommand label
720 name "sec:Basic-Editing-Features"
721
722 \end_inset
723
724
725 \end_layout
726
727 \begin_layout Standard
728 Like most modern word processors, LyX can perform cut and paste operations
729  on blocks of text, can move by character, word, or screenful of text, and
730  can delete whole words as well as individual characters.
731  The next four sections cover the basic LyX editing features and how to
732  access them.
733  We'll start with cut and paste.
734 \end_layout
735
736 \begin_layout Standard
737 As you might expect, the 
738 \family sans
739 Edit
740 \family default
741  menu has the cut and paste commands, along with various other editing features.
742  Some of these are special and covered in later sections.
743  The basic ones are:
744 \end_layout
745
746 \begin_layout Itemize
747
748 \family sans
749 Cut
750 \end_layout
751
752 \begin_layout Itemize
753
754 \family sans
755 Copy
756 \end_layout
757
758 \begin_layout Itemize
759
760 \family sans
761 Paste
762 \end_layout
763
764 \begin_layout Itemize
765
766 \family sans
767 Paste\InsetSpace ~
768 Recent
769 \end_layout
770
771 \begin_layout Itemize
772
773 \family sans
774 Paste\InsetSpace ~
775 Special
776 \end_layout
777
778 \begin_layout Itemize
779
780 \family sans
781 Find\InsetSpace ~
782 &\InsetSpace ~
783 Replace
784 \end_layout
785
786 \begin_layout Standard
787 The first three are self-explanatory.
788  One thing to note: whenever you delete a block of text that you've selected,
789  it's automatically placed in the clipboard.
790  That is, the 
791 \family sans
792 Delete
793 \family default
794  and 
795 \family sans
796 Backspace
797 \family default
798  keys also functions as the 
799 \family sans
800 Cut
801 \family default
802  command.
803  Also, if you've selected text, be careful: If you hit a key, LyX will completel
804 y delete the selected text and replace it with what you just typed.
805  You'll have to do an 
806 \family sans
807 Undo
808 \family default
809  to get back the lost text.
810 \end_layout
811
812 \begin_layout Standard
813 \begin_inset Index
814 status collapsed
815
816 \begin_layout Standard
817 Paste
818 \end_layout
819
820 \end_inset
821
822 You can also copy text between LyX and other programs by cut, copy and paste.
823  The submenu of 
824 \family sans
825 Paste\InsetSpace ~
826 Recent
827 \family default
828  shows you a list with the last strings you have pasted.
829 \end_layout
830
831 \begin_layout Standard
832 The menu 
833 \family sans
834 Edit\SpecialChar \menuseparator
835 Paste\InsetSpace ~
836 Special\SpecialChar \menuseparator
837 Plain\InsetSpace ~
838 Text, Join\InsetSpace ~
839 Lines
840 \family default
841  will insert the text in the clipboard so that the whole text is inserted
842  as 
843 \emph on
844 one
845 \emph default
846  paragraph.
847  A new paragraph is started when there is a blank line in the file.
848  Without 
849 \family sans
850 Join\InsetSpace ~
851 Lines
852 \family default
853 , the text is inserted as Paragraphs, where the line breaks of the text
854  will start a new paragraph.
855 \end_layout
856
857 \begin_layout Standard
858 \begin_inset Index
859 status collapsed
860
861 \begin_layout Standard
862 Replace
863 \end_layout
864
865 \end_inset
866
867
868 \begin_inset Index
869 status collapsed
870
871 \begin_layout Standard
872 Find
873 \end_layout
874
875 \end_inset
876
877 The 
878 \family sans
879 Edit\SpecialChar \menuseparator
880 Find\InsetSpace ~
881 &\InsetSpace ~
882 Replace
883 \family default
884  item opens the 
885 \family sans
886 Find\InsetSpace ~
887 and\InsetSpace ~
888 Replace
889 \family default
890  dialog.
891  Once you've found a word or expression, LyX selects it.
892  Hitting the 
893 \family sans
894 Replace
895 \family default
896  button replaces the selected text with the contents of the 
897 \family sans
898 Replace\InsetSpace ~
899 with
900 \family default
901  field.
902  You can click the 
903 \family sans
904 Find\InsetSpace ~
905 Next
906 \family default
907  button to skip the current word.
908  Hit 
909 \family sans
910 Replace\InsetSpace ~
911 All
912 \family default
913  to replace all occurrences of the text in the document automatically.
914  The 
915 \family sans
916 Case\InsetSpace ~
917 sensitive
918 \family default
919  option can be used if you want the search to consider the case of the search
920  word.
921  If the toggle is set, searching for 
922 \begin_inset Quotes eld
923 \end_inset
924
925
926 \family typewriter
927 Test
928 \family default
929
930 \begin_inset Quotes erd
931 \end_inset
932
933  will not match the word 
934 \begin_inset Quotes eld
935 \end_inset
936
937
938 \family typewriter
939 test
940 \family default
941
942 \begin_inset Quotes erd
943 \end_inset
944
945 .
946  The 
947 \family sans
948 Match whole words only
949 \family default
950  option can be used to force LyX to only find complete words.
951  I.e., searching for 
952 \begin_inset Quotes eld
953 \end_inset
954
955
956 \family typewriter
957 star
958 \family default
959
960 \begin_inset Quotes erd
961 \end_inset
962
963  will not match 
964 \begin_inset Quotes eld
965 \end_inset
966
967
968 \family typewriter
969 starlet
970 \family default
971
972 \begin_inset Quotes erd
973 \end_inset
974
975 .
976 \end_layout
977
978 \begin_layout Section
979 Undo and Redo
980 \begin_inset Index
981 status collapsed
982
983 \begin_layout Standard
984 Redo
985 \end_layout
986
987 \end_inset
988
989
990 \begin_inset Index
991 status collapsed
992
993 \begin_layout Standard
994 Undo
995 \end_layout
996
997 \end_inset
998
999
1000 \begin_inset CommandInset label
1001 LatexCommand label
1002 name "sec:Undo-and-Redo"
1003
1004 \end_inset
1005
1006
1007 \end_layout
1008
1009 \begin_layout Standard
1010 If you make a mistake, you can easily recover from it.
1011  LyX has a large-capacity undo/redo buffer.
1012  Select 
1013 \family sans
1014 Edit\SpecialChar \menuseparator
1015 Undo
1016 \family default
1017  to undo some mistake.
1018  If you accidentally undo too much, use 
1019 \family sans
1020 Edit\SpecialChar \menuseparator
1021 Redo
1022 \family default
1023  to 
1024 \begin_inset Quotes eld
1025 \end_inset
1026
1027 undo the undo.
1028 \begin_inset Quotes erd
1029 \end_inset
1030
1031  The undo mechanism is currently limited to 100 steps to minimize memory
1032  overhead.
1033  
1034 \end_layout
1035
1036 \begin_layout Standard
1037 Notice that if you revert back all changes to arrive to the document as
1038  it was last saved, the 
1039 \begin_inset Quotes eld
1040 \end_inset
1041
1042 changed
1043 \begin_inset Quotes erd
1044 \end_inset
1045
1046  status of the document is unfortunately not reset.
1047  This is a consequence of the 100 step undo limit, above.
1048 \end_layout
1049
1050 \begin_layout Standard
1051 The 
1052 \family sans
1053 Undo
1054 \family default
1055  and 
1056 \family sans
1057 Redo
1058 \family default
1059  work on almost everything in LyX.
1060  They have some quirks, too.
1061  They won't 
1062 \family sans
1063 Undo
1064 \family default
1065  or 
1066 \family sans
1067 Redo
1068 \family default
1069  text character by character, but by blocks of text.
1070  That can take some getting used to; you'll have to play with 
1071 \family sans
1072 Undo
1073 \family default
1074  and 
1075 \family sans
1076 Redo
1077 \family default
1078  to get a feel for just how much they'll undo/redo, and after time, you'll
1079  surely appreciate how it works.
1080 \end_layout
1081
1082 \begin_layout Section
1083 Mouse Operations
1084 \begin_inset Index
1085 status collapsed
1086
1087 \begin_layout Standard
1088 Mouse Operations
1089 \end_layout
1090
1091 \end_inset
1092
1093
1094 \end_layout
1095
1096 \begin_layout Standard
1097 This are the most basic mouse operations.
1098 \end_layout
1099
1100 \begin_layout Enumerate
1101 Motion
1102 \end_layout
1103
1104 \begin_deeper
1105 \begin_layout Itemize
1106 Click the 
1107 \emph on
1108 left mouse button
1109 \emph default
1110  once anywhere in the edit window.
1111  The cursor moves to the text under the mouse.
1112 \end_layout
1113
1114 \end_deeper
1115 \begin_layout Enumerate
1116 Selecting Text
1117 \end_layout
1118
1119 \begin_deeper
1120 \begin_layout Itemize
1121 Hold down the 
1122 \emph on
1123 left mouse button
1124 \emph default
1125  and drag the mouse.
1126  LyX marks the text between the old and new mouse positions.
1127  Use 
1128 \family sans
1129 Edit\SpecialChar \menuseparator
1130 Copy
1131 \family default
1132  to create a copy of the text in LyX's buffer (and the clipboard).
1133 \end_layout
1134
1135 \begin_layout Itemize
1136 Re-position the cursor and then paste the text back into LyX using 
1137 \family sans
1138 Edit\SpecialChar \menuseparator
1139 Paste
1140 \family default
1141 .
1142 \end_layout
1143
1144 \end_deeper
1145 \begin_layout Enumerate
1146 Insets (Footnotes, Notes, Floats, etc.)
1147 \end_layout
1148
1149 \begin_deeper
1150 \begin_layout Standard
1151
1152 \emph on
1153 Single click
1154 \emph default
1155  the left mouse button to open or close any of these.
1156  Right-click on them to set its properties.
1157  Also check the appropriate section of this manual for more details.
1158 \end_layout
1159
1160 \end_deeper
1161 \begin_layout Enumerate
1162 Tables
1163 \end_layout
1164
1165 \begin_deeper
1166 \begin_layout Standard
1167
1168 \emph on
1169 Single click
1170 \emph default
1171  the right mouse button to open a dialog that will allow you to manipulate
1172  the table.
1173 \end_layout
1174
1175 \end_deeper
1176 \begin_layout Section
1177 Basic Key Bindings
1178 \begin_inset CommandInset label
1179 LatexCommand label
1180 name "sec:Key-Bindings"
1181
1182 \end_inset
1183
1184
1185 \begin_inset Index
1186 status collapsed
1187
1188 \begin_layout Standard
1189 Key Bindings
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \begin_layout Standard
1198 We're not going to cover all of the keybindings.
1199  Be aware that there are at least two different primary binding maps: CUA
1200  and Emacs.
1201  LyX's default is CUA.
1202 \end_layout
1203
1204 \begin_layout Standard
1205 Some keys, like 
1206 \family sans
1207 Page\InsetSpace ~
1208 Up
1209 \family default
1210
1211 \family sans
1212 Page\InsetSpace ~
1213 Down
1214 \family default
1215
1216 \family sans
1217 Left
1218 \family default
1219
1220 \family sans
1221 Right
1222 \family default
1223
1224 \family sans
1225 Up
1226 \family default
1227 , and 
1228 \family sans
1229 Down
1230 \family default
1231 , do exactly what you expect them to do.
1232  Other keys don't:
1233 \end_layout
1234
1235 \begin_layout Labeling
1236 \labelwidthstring 00.00.0000
1237
1238 \family sans
1239 Tab
1240 \begin_inset CommandInset nomenclature
1241 LatexCommand nomenclature
1242 symbol "Tab"
1243 description "Tabulator key"
1244
1245 \end_inset
1246
1247
1248 \family default
1249  There is no such thing as a tab stop in LyX.
1250  If you don't understand this, go read sections\InsetSpace ~
1251
1252 \begin_inset CommandInset ref
1253 LatexCommand ref
1254 reference "sec:Par-indent-intro"
1255
1256 \end_inset
1257
1258  and 
1259 \begin_inset CommandInset ref
1260 LatexCommand ref
1261 reference "sec:Paragraph-Environments"
1262
1263 \end_inset
1264
1265 , especially section\InsetSpace ~
1266
1267 \begin_inset CommandInset ref
1268 LatexCommand ref
1269 reference "sub:Lists"
1270
1271 \end_inset
1272
1273 , right now.
1274  Yes, right now.
1275  If you're still confused, look in the 
1276 \emph on
1277 Tutorial
1278 \emph default
1279 .
1280 \end_layout
1281
1282 \begin_layout Labeling
1283 \labelwidthstring 00.00.0000
1284
1285 \family sans
1286 Esc
1287 \begin_inset CommandInset nomenclature
1288 LatexCommand nomenclature
1289 symbol "Esc"
1290 description "Escape key"
1291
1292 \end_inset
1293
1294
1295 \family default
1296  This is the 
1297 \begin_inset Quotes eld
1298 \end_inset
1299
1300 cancel key.
1301 \begin_inset Quotes erd
1302 \end_inset
1303
1304  It's used, generically, to cancel operations.
1305  Other parts of the manual will go into greater detail about this.
1306 \end_layout
1307
1308 \begin_layout Labeling
1309 \labelwidthstring 00.00.0000
1310
1311 \family sans
1312 Home
1313 \family default
1314 \InsetSpace ~
1315 and\InsetSpace ~
1316
1317 \family sans
1318 End
1319 \family default
1320  These move the cursor, respectively, to the beginning and end of a line,
1321  unless you are using the Emacs bindings where they jump to the beginning
1322  or end of the file.
1323 \end_layout
1324
1325 \begin_layout Standard
1326 There are three modifier keys:
1327 \end_layout
1328
1329 \begin_layout Labeling
1330 \labelwidthstring 00.00.0000
1331
1332 \family sans
1333 Control
1334 \family default
1335  (Denoted by 
1336 \begin_inset Quotes eld
1337 \end_inset
1338
1339
1340 \family sans
1341 C
1342 \family default
1343
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347
1348 \begin_inset CommandInset nomenclature
1349 LatexCommand nomenclature
1350 symbol "C"
1351 description "Control key"
1352
1353 \end_inset
1354
1355  in the documentation files) This has a couple of different uses, depending
1356  on which keys it's used in combination with:
1357 \end_layout
1358
1359 \begin_deeper
1360 \begin_layout Itemize
1361 With 
1362 \family sans
1363 Backspace
1364 \family default
1365  or 
1366 \family sans
1367 Delete
1368 \family default
1369 , it deletes an entire word instead of a single character.
1370 \end_layout
1371
1372 \begin_layout Itemize
1373 With 
1374 \family sans
1375 Left
1376 \family default
1377  and 
1378 \family sans
1379 Right
1380 \family default
1381 , it moves by words instead of characters.
1382 \end_layout
1383
1384 \begin_layout Itemize
1385 With 
1386 \family sans
1387 Home
1388 \family default
1389  and 
1390 \family sans
1391 End
1392 \family default
1393 , it moves to the beginning and the end of the document, respectively.
1394 \end_layout
1395
1396 \end_deeper
1397 \begin_layout Labeling
1398 \labelwidthstring 00.00.0000
1399
1400 \family sans
1401 Shift
1402 \family default
1403  (Denoted by 
1404 \begin_inset Quotes eld
1405 \end_inset
1406
1407
1408 \family sans
1409 S
1410 \family default
1411
1412 \begin_inset Quotes erd
1413 \end_inset
1414
1415
1416 \begin_inset CommandInset nomenclature
1417 LatexCommand nomenclature
1418 symbol "S"
1419 description "Shift key"
1420
1421 \end_inset
1422
1423  in the documentation files) Use this with any of the motion keys to select
1424  the text between the old and new cursor positions.
1425 \end_layout
1426
1427 \begin_layout Labeling
1428 \labelwidthstring 00.00.0000
1429
1430 \family sans
1431 Meta
1432 \family default
1433  (Denoted by 
1434 \begin_inset Quotes eld
1435 \end_inset
1436
1437
1438 \family sans
1439 M
1440 \family default
1441
1442 \begin_inset Quotes erd
1443 \end_inset
1444
1445
1446 \begin_inset CommandInset nomenclature
1447 LatexCommand nomenclature
1448 symbol "M"
1449 description "Meta or Alt key"
1450
1451 \end_inset
1452
1453  in the documentation files) This is the Alt key on many keyboards, unless
1454  your keyboard has a distinct Meta key.
1455  If you have both keys, you will need to try out which one actually performs
1456  the 
1457 \family sans
1458 Meta-
1459 \family default
1460  function.
1461  This key does many different things, but it also activates the 
1462 \emph on
1463 menu accelerator keys
1464 \emph default
1465 .
1466  If you use this in combination with any of the underlined letters in a
1467  menu or menu item, it selects that menu item.
1468 \end_layout
1469
1470 \begin_deeper
1471 \begin_layout Standard
1472 For example, the sequence 
1473 \begin_inset Quotes eld
1474 \end_inset
1475
1476
1477 \family sans
1478 M\InsetSpace ~
1479 e\InsetSpace ~
1480 s
1481 \family default
1482 \InsetSpace ~
1483
1484 \family sans
1485 c
1486 \family default
1487
1488 \begin_inset Quotes erd
1489 \end_inset
1490
1491  
1492 \family sans
1493 brings
1494 \family default
1495  up the 
1496 \begin_inset Quotes eld
1497 \end_inset
1498
1499 Text Style
1500 \begin_inset Quotes erd
1501 \end_inset
1502
1503  menu.
1504  Typing 
1505 \begin_inset Quotes eld
1506 \end_inset
1507
1508
1509 \family sans
1510 M\InsetSpace ~
1511 f
1512 \family default
1513
1514 \begin_inset Quotes erd
1515 \end_inset
1516
1517  opens the 
1518 \family sans
1519 File
1520 \family default
1521  menu.
1522 \end_layout
1523
1524 \begin_layout Standard
1525 There are also other things bound to the 
1526 \family sans
1527 Meta-
1528 \family default
1529  key, but you'll have to check in the 
1530 \emph on
1531 Reference
1532 \emph default
1533  
1534 \emph on
1535 manual
1536 \emph default
1537  for more info.
1538 \end_layout
1539
1540 \end_deeper
1541 \begin_layout Standard
1542 You'll learn more and more keybindings and short-cut keys as you use LyX,
1543  because most actions will prompt a small message in the status bar at the
1544  bottom of LyX's main window which describe the name of the action, you've
1545  just triggered, and any existing keybindings for that action.
1546  The notation for the keybindings is very similar to the notation used in
1547  this documentation, so you should not have any problems understanding it.
1548  However, notice that Shift-modifiers are explicitly mentioned, so 
1549 \family sans
1550
1551 \begin_inset Quotes eld
1552 \end_inset
1553
1554 M-p S-A
1555 \family default
1556
1557 \begin_inset Quotes erd
1558 \end_inset
1559
1560  means 
1561 \family sans
1562 Meta-p
1563 \family default
1564  followed by a capital 
1565 \family sans
1566 A
1567 \family default
1568 .
1569  
1570 \begin_inset Quotes eld
1571 \end_inset
1572
1573
1574 \family sans
1575 S-C-s
1576 \family default
1577
1578 \begin_inset Quotes erd
1579 \end_inset
1580
1581  means 
1582 \family sans
1583 Shift-Control-s
1584 \family default
1585 .
1586 \end_layout
1587
1588 \begin_layout Chapter
1589 LyX Basics
1590 \begin_inset Index
1591 status collapsed
1592
1593 \begin_layout Standard
1594 LyX ! Basics
1595 \end_layout
1596
1597 \end_inset
1598
1599
1600 \end_layout
1601
1602 \begin_layout Section
1603 Document Types
1604 \begin_inset Index
1605 status collapsed
1606
1607 \begin_layout Standard
1608 Document ! Types
1609 \end_layout
1610
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \begin_layout Subsection
1617 Introduction
1618 \end_layout
1619
1620 \begin_layout Standard
1621 Before you do anything else, before you ever start writing a document, you
1622  need to decide what type of document you want to edit.
1623  Different types of documents use different types of spacing, headings,
1624  numbering schemes, and so on.
1625  Additionally, different documents use different paragraph environments,
1626  and format the title of your document differently.
1627 \end_layout
1628
1629 \begin_layout Standard
1630
1631 \emph on
1632 document class
1633 \emph default
1634  describes a group of properties common to a particular set of documents.
1635  By setting the document class, you automatically select these properties,
1636  making it easier to create the type of document you want.
1637  If you don't choose a document class, LyX picks one for you by default.
1638  So, it behooves you to change the class of your document.
1639 \end_layout
1640
1641 \begin_layout Standard
1642 Read on for info about the document classes you can choose from LyX, and
1643  how to adjust their properties.
1644 \end_layout
1645
1646 \begin_layout Subsection
1647 Document Classes
1648 \begin_inset Index
1649 status collapsed
1650
1651 \begin_layout Standard
1652 Document ! Classes
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \begin_inset CommandInset label
1659 LatexCommand label
1660 name "sec:Document-Classes"
1661
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \begin_layout Subsubsection
1668 Overview
1669 \end_layout
1670
1671 \begin_layout Standard
1672 There are four standard document classes in LyX.
1673  They are:
1674 \end_layout
1675
1676 \begin_layout Description
1677 Article for basic articles
1678 \end_layout
1679
1680 \begin_layout Description
1681 Report for basic reports
1682 \end_layout
1683
1684 \begin_layout Description
1685 Book for writing a book
1686 \end_layout
1687
1688 \begin_layout Description
1689 Letter for US-style letters
1690 \end_layout
1691
1692 \begin_layout Standard
1693 There are also some non-standard classes, which LyX only uses if you have
1694  installed them.
1695  Here are some of the classes, the full list with detailed explanations
1696  can be found in chapter 
1697 \emph on
1698 Special Document Classes
1699 \emph default
1700  in the 
1701 \emph on
1702 Extended Features
1703 \emph default
1704  manual:
1705 \end_layout
1706
1707 \begin_layout Description
1708 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1709 \end_layout
1710
1711 \begin_layout Description
1712 AAST
1713 \family sans
1714
1715 \begin_inset ERT
1716 status collapsed
1717
1718 \begin_layout Standard
1719
1720 {}
1721 \end_layout
1722
1723 \end_inset
1724
1725
1726 \family default
1727 eX For submissions to the journals published by the American Astronomical
1728  Society
1729 \end_layout
1730
1731 \begin_layout Description
1732 AMS Layouts for articles and books in the style and format used by the American
1733  Mathematical Society (AMS).
1734  There are three article layouts available.
1735  The standard one uses a typical numbering scheme for theorems etc., that
1736  prepends the section number to the number of the result.
1737  All result-type statements (propositions, corollaries, and so on) are sequenced
1738  together, but definitions, examples, and the like have their own sequence.
1739  The 
1740 \begin_inset Quotes eld
1741 \end_inset
1742
1743 sequential numbering
1744 \begin_inset Quotes erd
1745 \end_inset
1746
1747  scheme does not place the section number with each result, but numbers
1748  them throughout the article in a single sequence.
1749  Each type of result gets its own sequence.
1750  There is also a layout that dispenses with numbering of statements altogether.
1751 \end_layout
1752
1753 \begin_layout Description
1754 Beamer Layout for presentations
1755 \end_layout
1756
1757 \begin_layout Description
1758 broadway Layout for writing plays.
1759  It is not an existing LaTeX document class, but a new one which is distributed
1760  with LyX.
1761 \end_layout
1762
1763 \begin_layout Description
1764 curiculum\InsetSpace ~
1765 vitae classes to create curriculum vitae
1766 \end_layout
1767
1768 \begin_layout Description
1769 Dinbrief Letters in format of the DIN (German industry norm)
1770 \end_layout
1771
1772 \begin_layout Description
1773 dtk Layout for 
1774 \family typewriter
1775 Die TeXnische Komödie
1776 \family default
1777 , the journal of the German TeX user Group (Dante)
1778 \end_layout
1779
1780 \begin_layout Description
1781 Elsevier Layout for journals of the Elsevier publishing group
1782 \end_layout
1783
1784 \begin_layout Description
1785 Foils Used to make transparencies
1786 \end_layout
1787
1788 \begin_layout Description
1789 g-brief Letters in format of the DIN (German industry norm)
1790 \end_layout
1791
1792 \begin_layout Description
1793 hollywood Used to type spec scripts for the US film industry.
1794  It is not an existing LaTeX document class, but a new one which is distributed
1795  with LyX.
1796 \end_layout
1797
1798 \begin_layout Description
1799 IEEEtran Layout for the journals published by the Institute of Electrical
1800  and Electronics Engineers (IEEE)
1801 \end_layout
1802
1803 \begin_layout Description
1804 IOP Layout for journals of the Institute of Physics publishing group
1805 \end_layout
1806
1807 \begin_layout Description
1808 Kluwer Layout for journals of the Kluwer publishing group
1809 \end_layout
1810
1811 \begin_layout Description
1812 koma-script a replacement for the standard classes, offers many useful features
1813  like caption formatting, automatic print space calculation etc.
1814 \end_layout
1815
1816 \begin_layout Description
1817 Memoir another replacement for the standard classes
1818 \end_layout
1819
1820 \begin_layout Description
1821 paper Used with the 
1822 \family typewriter
1823 paper
1824 \family default
1825  LaTeX document class
1826 \end_layout
1827
1828 \begin_layout Description
1829 Powerdot Layout for presentations
1830 \end_layout
1831
1832 \begin_layout Description
1833 REVTe
1834 \begin_inset ERT
1835 status collapsed
1836
1837 \begin_layout Standard
1838
1839 {}
1840 \end_layout
1841
1842 \end_inset
1843
1844 X is used to write articles for the publications of the American Physical
1845  Society (APS), American Institute of Physics (AIP), and Optical Society
1846  of America (OSA).
1847  This class is not completely compatible with all LyX features.
1848 \end_layout
1849
1850 \begin_layout Description
1851 Slides Used to make transparencies
1852 \end_layout
1853
1854 \begin_layout Description
1855 SPIE\InsetSpace ~
1856 Proceedings Layout for the journals published by The International Society
1857  for Optical Engineering (SPIE)
1858 \end_layout
1859
1860 \begin_layout Description
1861 Springer Layouts for journals of the Springer publishing group
1862 \end_layout
1863
1864 \begin_layout Description
1865 TUGboat Layout for 
1866 \family typewriter
1867 TUGboat
1868 \family default
1869 , the journal of the international TeX user Group (TUG)
1870 \end_layout
1871
1872 \begin_layout Standard
1873 We won't go into any detail about how to use these different document classes
1874  here.
1875  You can find all the details about the non-standard classes in the 
1876 \emph on
1877 Extended Editing
1878 \emph default
1879  manual.
1880  Here, we will settle with a list of some of the common properties of all
1881  of the document classes.
1882 \end_layout
1883
1884 \begin_layout Subsubsection
1885 Selecting a Class
1886 \end_layout
1887
1888 \begin_layout Standard
1889 You can select a class using the 
1890 \family sans
1891 Document\SpecialChar \menuseparator
1892 Settings
1893 \begin_inset Index
1894 status collapsed
1895
1896 \begin_layout Standard
1897 Document ! Settings
1898 \end_layout
1899
1900 \end_inset
1901
1902
1903 \family default
1904  dialog.
1905  Select the class you want to use, and make any fine tunings of the options
1906  you may need.
1907 \end_layout
1908
1909 \begin_layout Subsubsection
1910 Properties
1911 \end_layout
1912
1913 \begin_layout Standard
1914 Each class has a default set of options.
1915  Here's a quick table describing them:
1916 \end_layout
1917
1918 \begin_layout Standard
1919 \begin_inset VSpace 0.3cm
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Standard
1926 \align center
1927 \begin_inset Tabular
1928 <lyxtabular version="3" rows="5" columns="5">
1929 <features>
1930 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1931 <column alignment="center" valignment="top" leftline="true" width="0pt">
1932 <column alignment="center" valignment="top" leftline="true" width="0pt">
1933 <column alignment="center" valignment="top" leftline="true" width="0pt">
1934 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1935 <row topline="true" bottomline="true">
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Standard
1940
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Standard
1949
1950 \family sans
1951 \series medium
1952 \shape up
1953 \size normal
1954 \emph off
1955 \bar no
1956 \noun off
1957 \color none
1958 Pagestyle
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Standard
1967
1968 \family sans
1969 \series medium
1970 \shape up
1971 \size normal
1972 \emph off
1973 \bar no
1974 \noun off
1975 \color none
1976 Sides
1977 \end_layout
1978
1979 \end_inset
1980 </cell>
1981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Standard
1985
1986 \family sans
1987 \series medium
1988 \shape up
1989 \size normal
1990 \emph off
1991 \bar no
1992 \noun off
1993 \color none
1994 Columns
1995 \end_layout
1996
1997 \end_inset
1998 </cell>
1999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2000 \begin_inset Text
2001
2002 \begin_layout Standard
2003
2004 \series medium
2005 \shape up
2006 \size normal
2007 \emph off
2008 \bar no
2009 \noun off
2010 \color none
2011 Max.
2012  sectioning level
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 </row>
2018 <row topline="true">
2019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Standard
2023
2024 \series medium
2025 \shape up
2026 \size normal
2027 \emph off
2028 \bar no
2029 \noun off
2030 \color none
2031 article
2032 \end_layout
2033
2034 \end_inset
2035 </cell>
2036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2037 \begin_inset Text
2038
2039 \begin_layout Standard
2040
2041 \family sans
2042 \series medium
2043 \shape up
2044 \size normal
2045 \emph off
2046 \bar no
2047 \noun off
2048 \color none
2049 Plain
2050 \end_layout
2051
2052 \end_inset
2053 </cell>
2054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2055 \begin_inset Text
2056
2057 \begin_layout Standard
2058
2059 \family sans
2060 \series medium
2061 \shape up
2062 \size normal
2063 \emph off
2064 \bar no
2065 \noun off
2066 \color none
2067 One
2068 \end_layout
2069
2070 \end_inset
2071 </cell>
2072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2073 \begin_inset Text
2074
2075 \begin_layout Standard
2076
2077 \family sans
2078 \series medium
2079 \shape up
2080 \size normal
2081 \emph off
2082 \bar no
2083 \noun off
2084 \color none
2085 One
2086 \end_layout
2087
2088 \end_inset
2089 </cell>
2090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2091 \begin_inset Text
2092
2093 \begin_layout Standard
2094
2095 \family sans
2096 \series medium
2097 \shape up
2098 \size normal
2099 \emph off
2100 \bar no
2101 \noun off
2102 \color none
2103 Section
2104 \end_layout
2105
2106 \end_inset
2107 </cell>
2108 </row>
2109 <row topline="true">
2110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2111 \begin_inset Text
2112
2113 \begin_layout Standard
2114
2115 \series medium
2116 \shape up
2117 \size normal
2118 \emph off
2119 \bar no
2120 \noun off
2121 \color none
2122 report
2123 \end_layout
2124
2125 \end_inset
2126 </cell>
2127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2128 \begin_inset Text
2129
2130 \begin_layout Standard
2131
2132 \family sans
2133 \series medium
2134 \shape up
2135 \size normal
2136 \emph off
2137 \bar no
2138 \noun off
2139 \color none
2140 Plain
2141 \end_layout
2142
2143 \end_inset
2144 </cell>
2145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2146 \begin_inset Text
2147
2148 \begin_layout Standard
2149
2150 \family sans
2151 \series medium
2152 \shape up
2153 \size normal
2154 \emph off
2155 \bar no
2156 \noun off
2157 \color none
2158 One
2159 \end_layout
2160
2161 \end_inset
2162 </cell>
2163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2164 \begin_inset Text
2165
2166 \begin_layout Standard
2167
2168 \family sans
2169 \series medium
2170 \shape up
2171 \size normal
2172 \emph off
2173 \bar no
2174 \noun off
2175 \color none
2176 One
2177 \end_layout
2178
2179 \end_inset
2180 </cell>
2181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2182 \begin_inset Text
2183
2184 \begin_layout Standard
2185
2186 \family sans
2187 \series medium
2188 \shape up
2189 \size normal
2190 \emph off
2191 \bar no
2192 \noun off
2193 \color none
2194 Chapter
2195 \end_layout
2196
2197 \end_inset
2198 </cell>
2199 </row>
2200 <row topline="true">
2201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2202 \begin_inset Text
2203
2204 \begin_layout Standard
2205
2206 \series medium
2207 \shape up
2208 \size normal
2209 \emph off
2210 \bar no
2211 \noun off
2212 \color none
2213 book
2214 \end_layout
2215
2216 \end_inset
2217 </cell>
2218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2219 \begin_inset Text
2220
2221 \begin_layout Standard
2222
2223 \family sans
2224 \series medium
2225 \shape up
2226 \size normal
2227 \emph off
2228 \bar no
2229 \noun off
2230 \color none
2231 Headings
2232 \end_layout
2233
2234 \end_inset
2235 </cell>
2236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2237 \begin_inset Text
2238
2239 \begin_layout Standard
2240
2241 \family sans
2242 \series medium
2243 \shape up
2244 \size normal
2245 \emph off
2246 \bar no
2247 \noun off
2248 \color none
2249 Two
2250 \end_layout
2251
2252 \end_inset
2253 </cell>
2254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2255 \begin_inset Text
2256
2257 \begin_layout Standard
2258
2259 \family sans
2260 \series medium
2261 \shape up
2262 \size normal
2263 \emph off
2264 \bar no
2265 \noun off
2266 \color none
2267 One
2268 \end_layout
2269
2270 \end_inset
2271 </cell>
2272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2273 \begin_inset Text
2274
2275 \begin_layout Standard
2276
2277 \family sans
2278 \series medium
2279 \shape up
2280 \size normal
2281 \emph off
2282 \bar no
2283 \noun off
2284 \color none
2285 Chapter
2286 \end_layout
2287
2288 \end_inset
2289 </cell>
2290 </row>
2291 <row topline="true" bottomline="true">
2292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2293 \begin_inset Text
2294
2295 \begin_layout Standard
2296
2297 \series medium
2298 \shape up
2299 \size normal
2300 \emph off
2301 \bar no
2302 \noun off
2303 \color none
2304 letter
2305 \end_layout
2306
2307 \end_inset
2308 </cell>
2309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2310 \begin_inset Text
2311
2312 \begin_layout Standard
2313
2314 \family sans
2315 \series medium
2316 \shape up
2317 \size normal
2318 \emph off
2319 \bar no
2320 \noun off
2321 \color none
2322 Plain
2323 \end_layout
2324
2325 \end_inset
2326 </cell>
2327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2328 \begin_inset Text
2329
2330 \begin_layout Standard
2331
2332 \family sans
2333 \series medium
2334 \shape up
2335 \size normal
2336 \emph off
2337 \bar no
2338 \noun off
2339 \color none
2340 One
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Standard
2349
2350 \family sans
2351 \series medium
2352 \shape up
2353 \size normal
2354 \emph off
2355 \bar no
2356 \noun off
2357 \color none
2358 One
2359 \end_layout
2360
2361 \end_inset
2362 </cell>
2363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2364 \begin_inset Text
2365
2366 \begin_layout Standard
2367
2368 \series medium
2369 \shape up
2370 \size normal
2371 \emph off
2372 \bar no
2373 \noun off
2374 \color none
2375 none
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 </row>
2381 </lyxtabular>
2382
2383 \end_inset
2384
2385
2386 \end_layout
2387
2388 \begin_layout Standard
2389 \begin_inset VSpace 0.3cm
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \begin_layout Standard
2396 You're probably also wondering what 
2397 \begin_inset Quotes eld
2398 \end_inset
2399
2400 Max.\InsetSpace ~
2401 sectioning level
2402 \begin_inset Quotes erd
2403 \end_inset
2404
2405  means.
2406  There are several paragraph environments used to create section headings.
2407  Different document classes allow different types of section headings.
2408  Only two use the 
2409 \family sans
2410 Chapter
2411 \family default
2412  heading; the rest do not and begin instead with the 
2413 \family sans
2414 Section
2415 \family default
2416  heading.
2417  Some document classes, such as the ones for letters, don't use any section
2418  headings.
2419  In addition to 
2420 \family sans
2421 Chapter
2422 \family default
2423  and 
2424 \family sans
2425 Section
2426 \family default
2427  headings, there are also 
2428 \family sans
2429 Subsection
2430 \family default
2431  headings, 
2432 \family sans
2433 Subsubsection
2434 \family default
2435  headings, and so on.
2436  We'll describe these headings fully in section\InsetSpace ~
2437
2438 \begin_inset CommandInset ref
2439 LatexCommand ref
2440 reference "sub:Headings"
2441
2442 \end_inset
2443
2444 .
2445 \end_layout
2446
2447 \begin_layout Subsection
2448 Document Layout
2449 \begin_inset Index
2450 status collapsed
2451
2452 \begin_layout Standard
2453 Document !  Layout
2454 \end_layout
2455
2456 \end_inset
2457
2458
2459 \begin_inset CommandInset label
2460 LatexCommand label
2461 name "sub:Document-Layout"
2462
2463 \end_inset
2464
2465
2466 \family sans
2467
2468 \begin_inset Index
2469 status collapsed
2470
2471 \begin_layout Standard
2472 Document ! Settings
2473 \end_layout
2474
2475 \end_inset
2476
2477
2478 \end_layout
2479
2480 \begin_layout Standard
2481 The most important properties of documents classes are set in the menu 
2482 \family sans
2483 Document\SpecialChar \menuseparator
2484 Settings
2485 \family default
2486 .
2487  There in the 
2488 \family sans
2489 Options
2490 \family default
2491  field under 
2492 \family sans
2493 Documents\InsetSpace ~
2494 classes
2495 \family default
2496 , you can enter special options for your document class in a comma-separated
2497  list.
2498  This is only necessary if LyX doesn't support special options you want
2499  to use for your document.
2500  To learn more about your favorite LaTeX-class and its options, you have
2501  to read its manual.
2502 \end_layout
2503
2504 \begin_layout Standard
2505 Under 
2506 \family sans
2507 Page\InsetSpace ~
2508 Layout
2509 \family default
2510  the 
2511 \family sans
2512 Pagestyle
2513 \family default
2514  controls what sorts of headings and page numbers go on a page.
2515  You can choose between the following five options:
2516 \end_layout
2517
2518 \begin_layout Labeling
2519 \labelwidthstring 00.00.0000
2520
2521 \family sans
2522 Default
2523 \family default
2524  Use default pagestyle of current class.
2525 \end_layout
2526
2527 \begin_layout Labeling
2528 \labelwidthstring 00.00.0000
2529
2530 \family sans
2531 Empty
2532 \family default
2533  No page numbers or headings.
2534 \end_layout
2535
2536 \begin_layout Labeling
2537 \labelwidthstring 00.00.0000
2538
2539 \family sans
2540 Plain
2541 \family default
2542  Page numbers only.
2543 \end_layout
2544
2545 \begin_layout Labeling
2546 \labelwidthstring 00.00.0000
2547
2548 \family sans
2549 Headings
2550 \family default
2551  Page numbers and either the current chapter or section title and number.
2552  Whether LyX uses the current chapter or the current section depends on
2553  the maximum sectioning level of the class.
2554 \end_layout
2555
2556 \begin_layout Labeling
2557 \labelwidthstring 00.00.0000
2558
2559 \family sans
2560 Fancy
2561 \family default
2562  This allows you to create fully customizable headers and footers if you
2563  have the 
2564 \series bold
2565 fancyhdr
2566 \begin_inset Index
2567 status collapsed
2568
2569 \begin_layout Standard
2570 LaTeX-packages ! fancyhdr
2571 \end_layout
2572
2573 \end_inset
2574
2575
2576 \series default
2577  package installed.
2578  At the moment, support in LyX is limited to this setting.
2579  To use the full power of this package, you have to add code to your document
2580  preamble.
2581  Check the documentation for the 
2582 \series bold
2583 fancyhdr
2584 \series default
2585  package for more details, 
2586 \begin_inset CommandInset citation
2587 LatexCommand cite
2588 key "fancyhdr"
2589
2590 \end_inset
2591
2592 .
2593 \end_layout
2594
2595 \begin_layout Standard
2596 The 
2597 \family sans
2598 Separation
2599 \family default
2600  of paragraphs is described in section\InsetSpace ~
2601
2602 \begin_inset CommandInset ref
2603 LatexCommand ref
2604 reference "sec:Par-indent-intro"
2605
2606 \end_inset
2607
2608 .
2609 \end_layout
2610
2611 \begin_layout Subsection
2612 Paper Size and Orientation
2613 \begin_inset Index
2614 status collapsed
2615
2616 \begin_layout Standard
2617 Document ! Paper size
2618 \end_layout
2619
2620 \end_inset
2621
2622
2623 \begin_inset CommandInset label
2624 LatexCommand label
2625 name "sub:Paper-Size,-Orientation,"
2626
2627 \end_inset
2628
2629
2630 \end_layout
2631
2632 \begin_layout Standard
2633 You'll find the following options in the menu 
2634 \family sans
2635 Page\InsetSpace ~
2636 Layout
2637 \family default
2638  of the dialog of the 
2639 \family sans
2640 Document\SpecialChar \menuseparator
2641 Settings
2642 \family default
2643  menu:
2644 \family sans
2645
2646 \begin_inset Index
2647 status collapsed
2648
2649 \begin_layout Standard
2650 Document ! Settings
2651 \end_layout
2652
2653 \end_inset
2654
2655
2656 \end_layout
2657
2658 \begin_layout Labeling
2659 \labelwidthstring 00.00.0000
2660
2661 \family sans
2662 Papersize
2663 \family default
2664  What size paper to print on.
2665  The choices are
2666 \end_layout
2667
2668 \begin_layout Itemize
2669
2670 \family sans
2671 Default
2672 \end_layout
2673
2674 \begin_layout Itemize
2675
2676 \family sans
2677 A3, A4,
2678 \family default
2679  
2680 \family sans
2681 A5
2682 \end_layout
2683
2684 \begin_layout Itemize
2685
2686 \family sans
2687 B3, B4, B5
2688 \end_layout
2689
2690 \begin_layout Itemize
2691
2692 \family sans
2693 US letter
2694 \end_layout
2695
2696 \begin_layout Itemize
2697
2698 \family sans
2699 US legal
2700 \end_layout
2701
2702 \begin_layout Itemize
2703
2704 \family sans
2705 US executive
2706 \end_layout
2707
2708 \begin_layout Itemize
2709
2710 \family sans
2711 Custom
2712 \end_layout
2713
2714 \begin_layout Labeling
2715 \labelwidthstring 00.00.0000
2716
2717 \family sans
2718 Orientation
2719 \family default
2720  Two toggle buttons choose whether to print the output as 
2721 \family sans
2722 Landscape
2723 \family default
2724  or as 
2725 \family sans
2726 Portrait
2727 \family default
2728 .
2729 \end_layout
2730
2731 \begin_layout Labeling
2732 \labelwidthstring 00.00.0000
2733
2734 \family sans
2735 Two-sided\InsetSpace ~
2736 document
2737 \family default
2738  Adjusts the print space to print both sides of paper.
2739  That means that the print space for odd- and even-numbered pages is different.
2740 \end_layout
2741
2742 \begin_layout Subsection
2743 Margins
2744 \begin_inset Index
2745 status collapsed
2746
2747 \begin_layout Standard
2748 Document ! Margins
2749 \end_layout
2750
2751 \end_inset
2752
2753
2754 \begin_inset CommandInset label
2755 LatexCommand label
2756 name "sub:Margins"
2757
2758 \end_inset
2759
2760
2761 \begin_inset Index
2762 status collapsed
2763
2764 \begin_layout Standard
2765 Margins
2766 \end_layout
2767
2768 \end_inset
2769
2770
2771 \end_layout
2772
2773 \begin_layout Standard
2774 Paper margins are set in the menu 
2775 \family sans
2776 Document\SpecialChar \menuseparator
2777 Settings
2778 \family default
2779 .
2780 \family sans
2781
2782 \begin_inset Index
2783 status collapsed
2784
2785 \begin_layout Standard
2786 Document ! Settings
2787 \end_layout
2788
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \begin_layout Standard
2795 If you use a koma-script document class, you can use the default settings.
2796  Because koma-script calculates then the printspace automatically by taking
2797  the paper format and the font size into account.
2798 \end_layout
2799
2800 \begin_layout Subsection
2801 Important Note
2802 \end_layout
2803
2804 \begin_layout Standard
2805 If you change a document class, LyX has to convert 
2806 \emph on
2807 everything
2808 \emph default
2809  into the new class.
2810  That includes the paragraph environments.
2811  Some paragraph environments are standard; all of the document classes have
2812  them; but some classes have special paragraph environments.
2813  If this is the case, and you change the document class, LyX sets the missing
2814  paragraph environments to 
2815 \family sans
2816 Standard
2817 \family default
2818  and places an error box at the beginning of the paragraph.
2819  Just click on them and you'll get a message dialog that tells you about
2820  the conversion and why it failed.
2821 \end_layout
2822
2823 \begin_layout Section
2824 Paragraph Indentation and Separation
2825 \begin_inset Index
2826 status collapsed
2827
2828 \begin_layout Standard
2829 Paragraph ! Indentation
2830 \end_layout
2831
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \begin_layout Subsection
2838 Introduction
2839 \begin_inset CommandInset label
2840 LatexCommand label
2841 name "sec:Par-indent-intro"
2842
2843 \end_inset
2844
2845
2846 \end_layout
2847
2848 \begin_layout Standard
2849 Before describing all of the various paragraph environments, we'd like to
2850  say a word or two about paragraph indentation.
2851 \end_layout
2852
2853 \begin_layout Standard
2854 Everyone seems to have their own convention for separating paragraphs.
2855  Most Americans indent the first line of a paragraph.
2856  Others don't indent but put extra space between the paragraphs.
2857  If you choose indentation for paragraphs the 
2858 \emph on
2859 first
2860 \emph default
2861  paragraph of a section, or after a figure, an equation, a table, a list,
2862  etc., is 
2863 \emph on
2864 not
2865 \emph default
2866  indented.
2867  Only a paragraph following another paragraph gets indented.
2868  Note that the indentation behavior is different when you use another document
2869  language than English.
2870  LaTeX takes care that the indentation follows the rules of the used language.
2871 \end_layout
2872
2873 \begin_layout Standard
2874 The space between paragraphs, like the line spacing, the space between headings
2875  and text --- in fact, all of the spacings for just about everything are
2876  pre-coded into LyX.
2877  As we said, you don't worry about how much space to add between what.
2878  LyX takes care of that.
2879  In fact, these pre-coded vertical spacings aren't a single number but a
2880  range.
2881  That way, LyX can squish or stretch the space between lines to make sure
2882  figures fit on a page with text, so that sections don't start at the bottom
2883  of a page, and so on.
2884 \begin_inset Foot
2885 status collapsed
2886
2887 \begin_layout Standard
2888 LaTeX does this when LyX goes to produce a printable file.
2889 \end_layout
2890
2891 \end_inset
2892
2893  However, pre-coded doesn't mean you can't change them.
2894  LyX gives you the ability to globally change 
2895 \emph on
2896 all
2897 \emph default
2898  of these pre-coded spacings.
2899  We'll explain more later.
2900 \end_layout
2901
2902 \begin_layout Subsection
2903 Paragraph Separation
2904 \begin_inset Index
2905 status collapsed
2906
2907 \begin_layout Standard
2908 Paragraph ! Separation
2909 \end_layout
2910
2911 \end_inset
2912
2913
2914 \end_layout
2915
2916 \begin_layout Standard
2917 To separate paragraphs, select 
2918 \family sans
2919 Indent
2920 \family default
2921  or 
2922 \family sans
2923 Skip
2924 \family default
2925  in the submenu 
2926 \family sans
2927 Text\InsetSpace ~
2928 Layout
2929 \family default
2930  of the dialog 
2931 \family sans
2932 Document\SpecialChar \menuseparator
2933 Settings
2934 \begin_inset Index
2935 status collapsed
2936
2937 \begin_layout Standard
2938 Document ! Settings
2939 \end_layout
2940
2941 \end_inset
2942
2943
2944 \family default
2945  to indent paragraphs or add extra space between paragraphs, respectively.
2946  The size of the skips can be defined in the dialog, for the indentation
2947  you have to add this line to your document preamble:
2948 \end_layout
2949
2950 \begin_layout Standard
2951
2952 \series bold
2953
2954 \backslash
2955 setlength{
2956 \backslash
2957 parindent}{Length}
2958 \end_layout
2959
2960 \begin_layout Standard
2961 where length is a value in one of the units listed in Appendix\InsetSpace ~
2962
2963 \begin_inset CommandInset ref
2964 LatexCommand ref
2965 reference "cap:Units"
2966
2967 \end_inset
2968
2969 .
2970  The default length is 30\InsetSpace \thinspace{}
2971 pt.
2972 \end_layout
2973
2974 \begin_layout Subsection
2975 Fine-Tuning
2976 \end_layout
2977
2978 \begin_layout Standard
2979 You can also change the separation method of a single paragraph.
2980  Open the 
2981 \family sans
2982 Edit\SpecialChar \menuseparator
2983 Paragraph\InsetSpace ~
2984 Settings
2985 \family default
2986  dialog and toggle the 
2987 \family sans
2988 Indent\InsetSpace ~
2989 Paragraph
2990 \family default
2991  option to change the state of the current paragraph.
2992  If paragraphs have no indentation but use extra space for separation, this
2993  button will be ignored (you can't indent a single paragraph by toggling
2994  this).
2995 \end_layout
2996
2997 \begin_layout Standard
2998 You should only need to change the indentation method for a single paragraph
2999  if you need to do some fine-tuning.
3000 \end_layout
3001
3002 \begin_layout Subsection
3003 Line Spacing
3004 \begin_inset Index
3005 status collapsed
3006
3007 \begin_layout Standard
3008 Paragraph ! Line spacing
3009 \end_layout
3010
3011 \end_inset
3012
3013
3014 \end_layout
3015
3016 \begin_layout Standard
3017 In the 
3018 \family sans
3019 Document\SpecialChar \menuseparator
3020 Settings
3021 \begin_inset Index
3022 status collapsed
3023
3024 \begin_layout Standard
3025 Document ! Settings
3026 \end_layout
3027
3028 \end_inset
3029
3030
3031 \family default
3032  dialog you can set the line spacing in the submenu 
3033 \family sans
3034 Text\InsetSpace ~
3035 Layout.
3036 \family default
3037
3038 \begin_inset Foot
3039 status collapsed
3040
3041 \begin_layout Standard
3042 You need to have the LaTeX-package 
3043 \series bold
3044 setspace
3045 \begin_inset Index
3046 status collapsed
3047
3048 \begin_layout Standard
3049 LaTeX-packages ! setspace
3050 \end_layout
3051
3052 \end_inset
3053
3054
3055 \series default
3056  installed to use this feature.
3057 \end_layout
3058
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \begin_layout Section
3065 Paragraph Environments
3066 \begin_inset Index
3067 status collapsed
3068
3069 \begin_layout Standard
3070 Paragraph ! Environments
3071 \end_layout
3072
3073 \end_inset
3074
3075
3076 \begin_inset CommandInset label
3077 LatexCommand label
3078 name "sec:Paragraph-Environments"
3079
3080 \end_inset
3081
3082
3083 \begin_inset Index
3084 status collapsed
3085
3086 \begin_layout Standard
3087 Paragraph environments|(
3088 \end_layout
3089
3090 \end_inset
3091
3092
3093 \end_layout
3094
3095 \begin_layout Subsection
3096 Overview
3097 \end_layout
3098
3099 \begin_layout Standard
3100 The paragraph environments correspond to the various
3101 \end_layout
3102
3103 \begin_layout Standard
3104
3105 \series bold
3106
3107 \backslash
3108 begin{
3109 \emph on
3110 environment
3111 \emph default
3112 } ...
3113  
3114 \backslash
3115 end{
3116 \emph on
3117 environment
3118 \emph default
3119 }
3120 \series default
3121
3122 \newline
3123 command sequences in an ordinary LaTeX file.
3124  If you don't know LaTeX, or the concept of a paragraph environment is totally
3125  alien to you, we urge you to read the 
3126 \emph on
3127 Tutorial
3128 \emph default
3129 .
3130  The 
3131 \emph on
3132 Tutorial
3133 \emph default
3134  also contains many more examples than this section does.
3135 \end_layout
3136
3137 \begin_layout Standard
3138 A paragraph environment is simply a 
3139 \begin_inset Quotes eld
3140 \end_inset
3141
3142 container
3143 \begin_inset Quotes erd
3144 \end_inset
3145
3146  for a paragraph which gives that paragraph certain properties.
3147  This can include a particular style of font, different margins, a numbering
3148  scheme, labels, and so on.
3149  Additionally, you can 
3150 \begin_inset Quotes eld
3151 \end_inset
3152
3153 nest
3154 \begin_inset Quotes erd
3155 \end_inset
3156
3157  the different environments inside one another, allowing one environment
3158  to inherit some of the properties of another.
3159  The different paragraph environments totally replace the need for messy
3160  tab stops, on the fly margin adjustment, and other hold-overs from the
3161  days of typewriters.
3162  There are several paragraph environments which are specific to a particular
3163  document type.
3164  We'll only be covering the most common ones here.
3165 \end_layout
3166
3167 \begin_layout Standard
3168 To choose a new paragraph environment, use the pull-down box on the left
3169  end of the toolbar.
3170  LyX will change the environment of the 
3171 \emph on
3172 entire
3173 \emph default
3174  paragraph in which the cursor sits.
3175  You can also change the environment of an entire group of paragraphs if
3176  you select them before choosing the new environment.
3177  
3178 \end_layout
3179
3180 \begin_layout Standard
3181 Note that hitting 
3182 \family sans
3183 Return
3184 \family default
3185  will 
3186 \emph on
3187 typically
3188 \emph default
3189  create a new paragraph using the 
3190 \family sans
3191 Standard
3192 \family default
3193  paragraph environment.
3194  We say 
3195 \begin_inset Quotes eld
3196 \end_inset
3197
3198 typically
3199 \begin_inset Quotes erd
3200 \end_inset
3201
3202  because if you are in one of these environments:
3203 \end_layout
3204
3205 \begin_layout Itemize
3206
3207 \family sans
3208 Quote
3209 \end_layout
3210
3211 \begin_layout Itemize
3212
3213 \family sans
3214 Quotation
3215 \end_layout
3216
3217 \begin_layout Itemize
3218
3219 \family sans
3220 Verse
3221 \end_layout
3222
3223 \begin_layout Itemize
3224
3225 \family sans
3226 Itemize
3227 \end_layout
3228
3229 \begin_layout Itemize
3230
3231 \family sans
3232 Enumerate
3233 \end_layout
3234
3235 \begin_layout Itemize
3236
3237 \family sans
3238 Description
3239 \end_layout
3240
3241 \begin_layout Itemize
3242
3243 \family sans
3244 List
3245 \end_layout
3246
3247 \begin_layout Standard
3248 LyX keeps the old paragraph environment when you hit 
3249 \family sans
3250 Return
3251 \family default
3252 , rather than resetting it to 
3253 \family sans
3254 Standard
3255 \family default
3256 .
3257  LyX will still reset the nesting depth, however.
3258  Usually, starting a new paragraph resets both the paragraph environment
3259  and the nesting depth (for more on nesting see section\InsetSpace ~
3260
3261 \begin_inset CommandInset ref
3262 LatexCommand ref
3263 reference "sec:Nesting"
3264
3265 \end_inset
3266
3267 ).
3268  At the moment, all this is context-specific; you're better off expecting
3269  
3270 \family sans
3271 Return
3272 \family default
3273  to reset the paragraph environment and depth.
3274  If you want a new paragraph to keep the current environment and depth,
3275  use 
3276 \family sans
3277 M-Return
3278 \family default
3279  instead.
3280 \end_layout
3281
3282 \begin_layout Subsection
3283 Standard
3284 \end_layout
3285
3286 \begin_layout Standard
3287 The default paragraph environment is 
3288 \family sans
3289 Standard
3290 \family default
3291  for most classes.
3292  It creates a plain paragraph.
3293  If LyX resets the paragraph environment, this is the one it chooses.
3294  In fact, the paragraph you're reading right now (and most of the ones in
3295  this manual) are in the 
3296 \family sans
3297 Standard
3298 \family default
3299  environment.
3300 \end_layout
3301
3302 \begin_layout Standard
3303 You can nest a paragraph using the 
3304 \family sans
3305 Standard
3306 \family default
3307  environment in just about anything else, but you can't really nest anything
3308  in a 
3309 \family sans
3310 Standard
3311 \family default
3312  environment.
3313 \end_layout
3314
3315 \begin_layout Subsection
3316 Document Title
3317 \begin_inset Index
3318 status collapsed
3319
3320 \begin_layout Standard
3321 Document !Title
3322 \end_layout
3323
3324 \end_inset
3325
3326
3327 \end_layout
3328
3329 \begin_layout Standard
3330 A LaTeX title page has three parts: the title itself, the name(s) of the
3331  author(s) and a 
3332 \begin_inset Quotes eld
3333 \end_inset
3334
3335 footnote
3336 \begin_inset Quotes erd
3337 \end_inset
3338
3339  for thanks or contact information.
3340  For certain types of documents, LaTeX places all of this on a separate
3341  page along with today's date.
3342  For other types of documents, the title 
3343 \begin_inset Quotes eld
3344 \end_inset
3345
3346 page
3347 \begin_inset Quotes erd
3348 \end_inset
3349
3350  goes at the top of the first page of the document.
3351  
3352 \end_layout
3353
3354 \begin_layout Standard
3355 LyX provides an interface to the title page commands through the paragraph
3356  environments 
3357 \family sans
3358 Title
3359 \family default
3360
3361 \family sans
3362 Author
3363 \family default
3364 , and 
3365 \family sans
3366 Date
3367 \family default
3368 .
3369  Here's how you use them:
3370 \end_layout
3371
3372 \begin_layout Itemize
3373 Put the title of your document in the 
3374 \family sans
3375 Title
3376 \family default
3377  environment.
3378 \end_layout
3379
3380 \begin_layout Itemize
3381 Put the author name in the 
3382 \family sans
3383 Author
3384 \family default
3385  environment.
3386 \end_layout
3387
3388 \begin_layout Itemize
3389 If you want the date to have a certain appearance, want to use a fixed date,
3390  or want other text to appear in place of today's date, put that text in
3391  the 
3392 \family sans
3393 Date
3394 \family default
3395  environment.
3396  Note that using this environment is optional.
3397  If you don't provide any, LaTeX will automatically insert today's date.
3398  If you don't want any date, add the line
3399 \newline
3400
3401 \series bold
3402
3403 \backslash
3404 date{}
3405 \series default
3406
3407 \newline
3408 to the preamble of your document (menu 
3409 \family sans
3410 Document\SpecialChar \menuseparator
3411 Settings
3412 \family default
3413 )
3414 \end_layout
3415
3416 \begin_layout Standard
3417 You can use footnotes to insert 
3418 \begin_inset Quotes eld
3419 \end_inset
3420
3421 thanks
3422 \begin_inset Quotes erd
3423 \end_inset
3424
3425  or contact informations.
3426 \end_layout
3427
3428 \begin_layout Subsection
3429 Headings
3430 \begin_inset Index
3431 status collapsed
3432
3433 \begin_layout Standard
3434 Section headings
3435 \end_layout
3436
3437 \end_inset
3438
3439
3440 \begin_inset CommandInset label
3441 LatexCommand label
3442 name "sub:Headings"
3443
3444 \end_inset
3445
3446
3447 \end_layout
3448
3449 \begin_layout Standard
3450 There are several paragraph environments for producing section headings.
3451  LyX takes care of the numbering for you.
3452 \end_layout
3453
3454 \begin_layout Subsubsection
3455 Numbered Headings
3456 \begin_inset Index
3457 status collapsed
3458
3459 \begin_layout Standard
3460 Section headings ! Numbered
3461 \end_layout
3462
3463 \end_inset
3464
3465
3466 \end_layout
3467
3468 \begin_layout Standard
3469 There are 7 numbered types of section headings.
3470  They are:
3471 \end_layout
3472
3473 \begin_layout Enumerate
3474
3475 \family sans
3476 Part
3477 \end_layout
3478
3479 \begin_layout Enumerate
3480
3481 \family sans
3482 Chapter
3483 \end_layout
3484
3485 \begin_layout Enumerate
3486
3487 \family sans
3488 Section
3489 \end_layout
3490
3491 \begin_layout Enumerate
3492
3493 \family sans
3494 Subsection
3495 \end_layout
3496
3497 \begin_layout Enumerate
3498
3499 \family sans
3500 Subsubsection
3501 \end_layout
3502
3503 \begin_layout Enumerate
3504
3505 \family sans
3506 Paragraph
3507 \end_layout
3508
3509 \begin_layout Enumerate
3510
3511 \family sans
3512 Subparagraph
3513 \end_layout
3514
3515 \begin_layout Standard
3516 LyX labels each heading with a series of numbers, separated by periods.
3517  The numbers describe where in the document you are.
3518  Unlike the other headings, parts are numbered with Latin letters.
3519 \end_layout
3520
3521 \begin_layout Standard
3522 Headings all subdivide your document into different pieces of text.
3523  For example, suppose you're writing a book.
3524  You group the book into chapters.
3525  LyX does similar grouping:
3526 \end_layout
3527
3528 \begin_layout Itemize
3529
3530 \family sans
3531 Part
3532 \family default
3533  is divided in either 
3534 \family sans
3535 Chapter
3536 \family default
3537  or 
3538 \family sans
3539 Section
3540 \end_layout
3541
3542 \begin_layout Itemize
3543
3544 \family sans
3545 Chapter
3546 \family default
3547 s are divided into 
3548 \family sans
3549 Section
3550 \family default
3551 s
3552 \end_layout
3553
3554 \begin_layout Itemize
3555
3556 \family sans
3557 Section
3558 \family default
3559 s are divided into 
3560 \family sans
3561 Subsection
3562 \family default
3563 s
3564 \end_layout
3565
3566 \begin_layout Itemize
3567
3568 \family sans
3569 Subsection
3570 \family default
3571 s are divided into 
3572 \family sans
3573 Subsubsection
3574 \family default
3575 s
3576 \end_layout
3577
3578 \begin_layout Itemize
3579
3580 \family sans
3581 Subsubsection
3582 \family default
3583 s are divided into 
3584 \family sans
3585 Paragraph
3586 \family default
3587 s
3588 \end_layout
3589
3590 \begin_layout Itemize
3591
3592 \family sans
3593 Paragraph
3594 \family default
3595 s are divided into 
3596 \family sans
3597 Subparagraph
3598 \family default
3599 s
3600 \end_layout
3601
3602 \begin_layout Standard
3603 \begin_inset Note Greyedout
3604 status open
3605
3606 \begin_layout Standard
3607
3608 \series bold
3609 Note:
3610 \series default
3611  Not all document types use the 
3612 \family sans
3613 Chapter
3614 \family default
3615  heading as the maximum sectioning level.
3616  In that case the 
3617 \family sans
3618 Section
3619 \family default
3620  is the top-level heading.
3621 \end_layout
3622
3623 \end_inset
3624
3625
3626 \end_layout
3627
3628 \begin_layout Standard
3629 So, if you use the 
3630 \family sans
3631 Subsubsection
3632 \family default
3633  environment to label a new sub-subsection, LyX labels it with its number,
3634  along with the number of the subsection, section, and, if applicable, chapter
3635  that it's in.
3636  For example: the fifth section of the second chapter of this book has the
3637  label 
3638 \begin_inset Quotes eld
3639 \end_inset
3640
3641 2.5
3642 \begin_inset Quotes erd
3643 \end_inset
3644
3645 .
3646 \end_layout
3647
3648 \begin_layout Subsubsection
3649 Unnumbered Headings
3650 \begin_inset Index
3651 status collapsed
3652
3653 \begin_layout Standard
3654 Section headings ! Unnumbered
3655 \end_layout
3656
3657 \end_inset
3658
3659
3660 \end_layout
3661
3662 \begin_layout Standard
3663 There are 5 types of unnumbered section headings.
3664  They are:
3665 \end_layout
3666
3667 \begin_layout Enumerate
3668
3669 \family sans
3670 Part*line spacing
3671 \end_layout
3672
3673 \begin_layout Enumerate
3674
3675 \family sans
3676 Chapter*
3677 \end_layout
3678
3679 \begin_layout Enumerate
3680
3681 \family sans
3682 Section*
3683 \end_layout
3684
3685 \begin_layout Enumerate
3686
3687 \family sans
3688 Subsection*
3689 \end_layout
3690
3691 \begin_layout Enumerate
3692
3693 \family sans
3694 Subsubsection*
3695 \end_layout
3696
3697 \begin_layout Standard
3698 The 
3699 \begin_inset Quotes eld
3700 \end_inset
3701
3702 *
3703 \begin_inset Quotes erd
3704 \end_inset
3705
3706  after each name means that these headings are not numbered.
3707  They work the same as their numbered counterparts but won't appear in the
3708  table of contents, see section\InsetSpace ~
3709
3710 \begin_inset CommandInset ref
3711 LatexCommand ref
3712 reference "sec:toc"
3713
3714 \end_inset
3715
3716 .
3717 \end_layout
3718
3719 \begin_layout Subsubsection
3720 Changing the Numbering
3721 \begin_inset CommandInset label
3722 LatexCommand label
3723 name "sub:Numbering-depth"
3724
3725 \end_inset
3726
3727
3728 \end_layout
3729
3730 \begin_layout Standard
3731 You can also alter which sectioning levels get numbered and which ones appear
3732  in the Table of Contents.
3733  Now, this doesn't remove any of the levels; that's preset in the document
3734  class.
3735  Certain classes start with 
3736 \family sans
3737 Chapter
3738 \family default
3739  and go down to the 
3740 \family sans
3741 Subparagraph
3742 \family default
3743  level.
3744  Others start at 
3745 \family sans
3746 Section
3747 \family default
3748 .
3749  Similarly, not all document classes number all sectioning levels.
3750  Most don't number 
3751 \family sans
3752 Paragraph
3753 \family default
3754  or 
3755 \family sans
3756 Subparagraph
3757 \family default
3758 .
3759  This is something you can change.
3760 \end_layout
3761
3762 \begin_layout Standard
3763 Open the 
3764 \family sans
3765 Document\SpecialChar \menuseparator
3766 Settings
3767 \family default
3768  dialog.
3769 \family sans
3770
3771 \begin_inset Index
3772 status collapsed
3773
3774 \begin_layout Standard
3775 Document ! Settings
3776 \end_layout
3777
3778 \end_inset
3779
3780
3781 \family default
3782  Under 
3783 \family sans
3784 Numbering\InsetSpace ~
3785 &\InsetSpace ~
3786 TOC
3787 \family default
3788  you'll see two counters.
3789  The one named 
3790 \family sans
3791 Numbering
3792 \family default
3793  controls how far down in the sectioning hierarchy LyX numbers a section
3794  heading.
3795  The other one controls the appearance of the section headings in the table
3796  of contents.
3797 \end_layout
3798
3799 \begin_layout Subsubsection
3800 Short Titles of Headings
3801 \begin_inset Index
3802 status collapsed
3803
3804 \begin_layout Standard
3805 Section headings ! Short titles
3806 \end_layout
3807
3808 \end_inset
3809
3810
3811 \begin_inset OptArg
3812 status collapsed
3813
3814 \begin_layout Standard
3815 Short Titles
3816 \end_layout
3817
3818 \end_inset
3819
3820
3821 \begin_inset CommandInset label
3822 LatexCommand label
3823 name "sec:Short-Titles"
3824
3825 \end_inset
3826
3827
3828 \end_layout
3829
3830 \begin_layout Standard
3831 Some section or chapter titles, such as this one, can get quite long.
3832  This can cause troubles when there is limited horizontal space.
3833  For example, if the header of the page is set to show the current section
3834  title, a long title will protrude over the page margins and look awful.
3835 \end_layout
3836
3837 \begin_layout Standard
3838 LaTeX allows you to specify a short title for section headings.
3839  This short title is used in the header and in the actual table of contents,
3840  avoiding the problem mentioned.
3841  To specify a short title, use the menu 
3842 \family sans
3843 Insert\SpecialChar \menuseparator
3844 Short\InsetSpace ~
3845 Title
3846 \family default
3847 .
3848  This will insert a box labeled 
3849 \begin_inset Quotes eld
3850 \end_inset
3851
3852 opt
3853 \begin_inset Quotes erd
3854 \end_inset
3855
3856  (stands for 
3857 \begin_inset Quotes eld
3858 \end_inset
3859
3860 optional
3861 \begin_inset Quotes erd
3862 \end_inset
3863
3864 ) which you can use to enter the short title text.
3865  This also works for captions inside floats.
3866 \end_layout
3867
3868 \begin_layout Standard
3869 The title of this section is a good example of using this feature.
3870 \end_layout
3871
3872 \begin_layout Subsubsection
3873 Special Information
3874 \end_layout
3875
3876 \begin_layout Standard
3877 The following information applies to all section headings:
3878 \end_layout
3879
3880 \begin_layout Itemize
3881 You cannot do any nesting with these environments.
3882 \end_layout
3883
3884 \begin_layout Itemize
3885 You cannot use a margin note in any of these environments.
3886 \end_layout
3887
3888 \begin_layout Itemize
3889 You can only use inline math in these environments.
3890 \end_layout
3891
3892 \begin_layout Itemize
3893 You can use labels and cross-references to refer to their numbers.
3894 \end_layout
3895
3896 \begin_layout Subsection
3897 Quotes and Poetryline spacing
3898 \end_layout
3899
3900 \begin_layout Standard
3901 LyX has three paragraph environments for writing poetry and quotations.
3902  They are 
3903 \family sans
3904 Quote
3905 \family default
3906
3907 \family sans
3908 Quotation
3909 \family default
3910 , and 
3911 \family sans
3912 Verse
3913 \family default
3914 .
3915  Forget the days of changing line spacing and twiddling with margins.
3916  These three paragraph environments already have those changes built-in.
3917  They all widen the left margin and add a bit of extra space above and below
3918  the text they contain.
3919  They also allow nesting, so you can put a 
3920 \family sans
3921 Verse
3922 \family default
3923  in a 
3924 \family sans
3925 Quotation
3926 \family default
3927 , as well as in some other paragraph environments.
3928 \end_layout
3929
3930 \begin_layout Standard
3931 There is another feature of these three paragraph environments: they do
3932  
3933 \emph on
3934 not
3935 \emph default
3936  reset to 
3937 \family sans
3938 Standard
3939 \family default
3940  when you start a new paragraph.
3941  So, you can type in that poem and merrily hit 
3942 \family sans
3943 Return
3944 \family default
3945  without worrying about the paragraph environment changing on you.
3946  Of course, that means that, once you're done typing in that poem, you have
3947  to change back to the 
3948 \family sans
3949 Standard
3950 \family default
3951  environment yourself.
3952 \end_layout
3953
3954 \begin_layout Subsubsection
3955
3956 \family sans
3957 Quote
3958 \family default
3959  and 
3960 \family sans
3961 Quotation
3962 \family default
3963
3964 \begin_inset CommandInset label
3965 LatexCommand label
3966 name "sec:Quote"
3967
3968 \end_inset
3969
3970
3971 \begin_inset Index
3972 status collapsed
3973
3974 \begin_layout Standard
3975 Quotation
3976 \end_layout
3977
3978 \end_inset
3979
3980
3981 \end_layout
3982
3983 \begin_layout Standard
3984 Now that we've described the similarities of these three environments, it's
3985  time for the differences.
3986  
3987 \family sans
3988 Quote
3989 \family default
3990  and 
3991 \family sans
3992 Quotation
3993 \family default
3994  are identical except for one difference: 
3995 \family sans
3996 Quote
3997 \family default
3998  uses extra spacing to separate paragraphs and never indents the first line.
3999  
4000 \family sans
4001 Quotation
4002 \family default
4003  
4004 \emph on
4005 always
4006 \emph default
4007  indents the first line of a paragraph and uses the same line spacing throughout.
4008 \end_layout
4009
4010 \begin_layout Standard
4011 Here's an example of the 
4012 \family sans
4013 Quote
4014 \family default
4015  environment:
4016 \end_layout
4017
4018 \begin_layout Quote
4019 This is in the 
4020 \family sans
4021 Quote
4022 \family default
4023  environment.
4024  I can keep writing, extending this line out further and further until it
4025  wraps.
4026  See -- no indentation!
4027 \end_layout
4028
4029 \begin_layout Quote
4030 Here's the second paragraph of this quote.
4031  Again, there's no indentation, but there is extra space between me and
4032  the other paragraph.
4033 \end_layout
4034
4035 \begin_layout Standard
4036 Here's another example, this time in the 
4037 \family sans
4038 Quotation
4039 \family default
4040  environment:
4041 \end_layout
4042
4043 \begin_layout Quotation
4044 This is in the 
4045 \family sans
4046 Quotation
4047 \family default
4048  environment.
4049  If I keep writing, you'll see the indentation.
4050  If your country uses a writing style that shows off new paragraphs by indenting
4051  the first line, then 
4052 \family sans
4053 Quotation
4054 \family default
4055  is the environment for you! Well, you'd use it 
4056 \emph on
4057 if
4058 \emph default
4059  you were quoting other text.
4060 \end_layout
4061
4062 \begin_layout Quotation
4063 Here's a new paragraph.
4064  I could ramble on and on, like a politician at election time.
4065  If I did that, though, you'd get bored.
4066 \end_layout
4067
4068 \begin_layout Standard
4069 As the examples show, 
4070 \family sans
4071 Quote
4072 \family default
4073  is for those people who use extra space to separate paragraphs.
4074  They should put quotes in the 
4075 \family sans
4076 Quote
4077 \family default
4078  environment.
4079  Those who use indentation to mark a new paragraph should use the 
4080 \family sans
4081 Quotation
4082 \family default
4083  paragraph environment for quoted text.
4084 \end_layout
4085
4086 \begin_layout Subsubsection
4087
4088 \family sans
4089 Verse
4090 \family default
4091
4092 \begin_inset Index
4093 status collapsed
4094
4095 \begin_layout Standard
4096 Paragraph ! Verse
4097 \end_layout
4098
4099 \end_inset
4100
4101
4102 \family sans
4103
4104 \begin_inset Index
4105 status collapsed
4106
4107 \begin_layout Standard
4108 Poetry
4109 \end_layout
4110
4111 \end_inset
4112
4113
4114 \begin_inset CommandInset label
4115 LatexCommand label
4116 name "sec:Verse"
4117
4118 \end_inset
4119
4120
4121 \end_layout
4122
4123 \begin_layout Standard
4124
4125 \family sans
4126 Verse
4127 \family default
4128  is a paragraph environment for poetry, rhymes, verses, and so on.
4129  Here's an example:
4130 \end_layout
4131
4132 \begin_layout Verse
4133 This is in Verse
4134 \newline
4135 Which I did not rehearse!
4136 \end_layout
4137
4138 \begin_layout Verse
4139 It could be much worse.
4140  This line could be long, very long, oh so long, so very long that it wraps
4141  around.
4142  It looks okay on screen, but in the printed version, the extra lines are
4143  indented a bit more than the first.
4144  Okay, so it's turned to prose and doesn't rhyme anymore.
4145  So sue me.
4146 \end_layout
4147
4148 \begin_layout Verse
4149 To break a line
4150 \newline
4151 And make things look fine
4152 \newline
4153 Use 
4154 \family sans
4155 C-Return
4156 \family default
4157 .
4158 \end_layout
4159
4160 \begin_layout Standard
4161 As you can see, 
4162 \family sans
4163 Verse
4164 \family default
4165  does not indent both margins.
4166  Each stanza of the verse or poem is in its own paragraph.
4167  To separate the individual lines of a stanza, use the 
4168 \family typewriter
4169 break-line
4170 \family default
4171  function 
4172 \family sans
4173 C-Return
4174 \family default
4175 .
4176 \end_layout
4177
4178 \begin_layout Subsection
4179 Lists
4180 \begin_inset Index
4181 status collapsed
4182
4183 \begin_layout Standard
4184 Lists
4185 \end_layout
4186
4187 \end_inset
4188
4189
4190 \begin_inset CommandInset label
4191 LatexCommand label
4192 name "sub:Lists"
4193
4194 \end_inset
4195
4196
4197 \end_layout
4198
4199 \begin_layout Standard
4200 LyX has four different paragraph environments for creating different kinds
4201  of lists.
4202  In the 
4203 \family sans
4204 Itemize
4205 \family default
4206  and 
4207 \family sans
4208 Enumerate
4209 \family default
4210  environments, LyX labels your list items with bullets or numbers, respectively.
4211  In the 
4212 \family sans
4213 Description
4214 \family default
4215  and 
4216 \family sans
4217 List
4218 \family default
4219  environments, LyX lets you provide your own label.
4220  We'll present the individual details of each type of list next after describing
4221  some general features of all four of them.
4222 \end_layout
4223
4224 \begin_layout Subsubsection
4225 General Features
4226 \end_layout
4227
4228 \begin_layout Standard
4229 The four paragraph environments for lists differ from the other environments
4230  in several ways.
4231  First, LyX treats each paragraph as a list item.
4232  Hitting 
4233 \family sans
4234 Return
4235 \family default
4236  does 
4237 \emph on
4238 not
4239 \emph default
4240  reset the environment to 
4241 \family sans
4242 Standard
4243 \family default
4244  but keeps the current environment and creates a new list item.
4245  The nesting depth is typically reset, however.
4246  If you want to keep both the current nesting depth and paragraph environment,
4247  you should use 
4248 \family sans
4249 M-Return
4250 \family default
4251  to break paragraphs.
4252 \end_layout
4253
4254 \begin_layout Standard
4255 You can nest lists of any type inside one another.
4256  In fact, LyX changes the labels on some list items depending on how it
4257  is nested.
4258  If you intend to use any of the list paragraph environments, we suggest
4259  you read all of section\InsetSpace ~
4260
4261 \begin_inset CommandInset ref
4262 LatexCommand ref
4263 reference "sec:Nesting"
4264
4265 \end_inset
4266
4267 .
4268  
4269 \end_layout
4270
4271 \begin_layout Subsubsection
4272
4273 \family sans
4274 Itemize
4275 \family default
4276
4277 \begin_inset Index
4278 status collapsed
4279
4280 \begin_layout Standard
4281 Lists ! Itemize
4282 \end_layout
4283
4284 \end_inset
4285
4286
4287 \begin_inset CommandInset label
4288 LatexCommand label
4289 name "sec:Itemize"
4290
4291 \end_inset
4292
4293
4294 \end_layout
4295
4296 \begin_layout Standard
4297 The first type of list we'll describe in detail is the 
4298 \family sans
4299 Itemize
4300 \family default
4301  paragraph environment.
4302  It has the following properties:
4303 \end_layout
4304
4305 \begin_layout Itemize
4306 Each item has a particular bullet or symbol as its label.
4307 \end_layout
4308
4309 \begin_deeper
4310 \begin_layout Itemize
4311 LyX uses the same symbol for all of the items in a given nesting level.
4312 \end_layout
4313
4314 \begin_layout Itemize
4315 The symbol appears at the beginning of the first line.
4316 \end_layout
4317
4318 \end_deeper
4319 \begin_layout Itemize
4320 The items can have any length.
4321  LyX automatically offsets the left margin of each item.
4322  The offset is always relative to whatever environment the 
4323 \family sans
4324 Itemize
4325 \family default
4326  list may be in.
4327 \end_layout
4328
4329 \begin_layout Itemize
4330 If you nest an 
4331 \family sans
4332 Itemize
4333 \family default
4334  environment inside another 
4335 \family sans
4336 Itemize
4337 \family default
4338  environment, the label changes to a new symbol.
4339 \end_layout
4340
4341 \begin_deeper
4342 \begin_layout Itemize
4343 There are four different symbols for up to a four-fold nesting.
4344 \end_layout
4345
4346 \begin_layout Itemize
4347 LyX always shows the same symbol on screen.
4348 \end_layout
4349
4350 \begin_layout Itemize
4351 See section\InsetSpace ~
4352
4353 \begin_inset CommandInset ref
4354 LatexCommand ref
4355 reference "sec:Nesting"
4356
4357 \end_inset
4358
4359  for a full explanation of nesting.
4360 \end_layout
4361
4362 \end_deeper
4363 \begin_layout Standard
4364 Of course, that explanation was also an example of an 
4365 \family sans
4366 Itemize
4367 \family default
4368  list.
4369  The 
4370 \family sans
4371 Itemize
4372 \family default
4373  environment is best suited for lists where the order doesn't matter.
4374 \end_layout
4375
4376 \begin_layout Standard
4377 We said that different levels use different symbols as their label.
4378  Here's an example of all four possible symbols.
4379  Note that those of you reading this manual within LyX won't see any difference.
4380 \end_layout
4381
4382 \begin_layout Itemize
4383 The label for the first level 
4384 \family sans
4385 Itemize
4386 \family default
4387  is a large black dot, or bullet.
4388 \end_layout
4389
4390 \begin_deeper
4391 \begin_layout Itemize
4392 The label for the second level is a dash.
4393 \end_layout
4394
4395 \begin_deeper
4396 \begin_layout Itemize
4397 The label for the third is an asterisk.
4398 \end_layout
4399
4400 \begin_deeper
4401 \begin_layout Itemize
4402 The label for the fourth is a centered dot.
4403 \end_layout
4404
4405 \end_deeper
4406 \begin_layout Itemize
4407 Back out to the third level.
4408 \end_layout
4409
4410 \end_deeper
4411 \begin_layout Itemize
4412 Back to the second level.
4413 \end_layout
4414
4415 \end_deeper
4416 \begin_layout Itemize
4417 Back to the outermost level.
4418 \end_layout
4419
4420 \begin_layout Standard
4421 These are the default labels for an 
4422 \family sans
4423 Itemize
4424 \family default
4425  list.
4426  You can customize these labels in the 
4427 \family sans
4428 Document\SpecialChar \menuseparator
4429 Settings
4430 \family default
4431  dialog in the submenu 
4432 \family sans
4433 Bullets
4434 \family default
4435 .
4436 \family sans
4437
4438 \begin_inset Index
4439 status collapsed
4440
4441 \begin_layout Standard
4442 Document ! Settings
4443 \end_layout
4444
4445 \end_inset
4446
4447
4448 \end_layout
4449
4450 \begin_layout Standard
4451 Notice how the space between items decreases with increasing depth.
4452  We'll explain nesting and all the tricks you can do with different depths
4453  in section\InsetSpace ~
4454
4455 \begin_inset CommandInset ref
4456 LatexCommand ref
4457 reference "sec:Nesting"
4458
4459 \end_inset
4460
4461 .
4462 \end_layout
4463
4464 \begin_layout Subsubsection
4465
4466 \family sans
4467 Enumerate
4468 \family default
4469
4470 \begin_inset Index
4471 status collapsed
4472
4473 \begin_layout Standard
4474 Lists ! Enumerate
4475 \end_layout
4476
4477 \end_inset
4478
4479
4480 \begin_inset CommandInset label
4481 LatexCommand label
4482 name "sec:Enumerate"
4483
4484 \end_inset
4485
4486
4487 \end_layout
4488
4489 \begin_layout Standard
4490 The 
4491 \family sans
4492 Enumerate
4493 \family default
4494  environment is used to create numbered lists and outlines.
4495  It has these properties:
4496 \end_layout
4497
4498 \begin_layout Enumerate
4499 Each item has a numeral as its label.
4500 \end_layout
4501
4502 \begin_deeper
4503 \begin_layout Enumerate
4504 The type of numeral depends on the nesting depth.
4505 \end_layout
4506
4507 \end_deeper
4508 \begin_layout Enumerate
4509 LyX automatically counts the items for you and updates the label as appropriate.
4510 \end_layout
4511
4512 \begin_layout Enumerate
4513 Each new 
4514 \family sans
4515 Enumerate
4516 \family default
4517  environment resets the counter to one.
4518 \end_layout
4519
4520 \begin_layout Enumerate
4521 Like the 
4522 \family sans
4523 Itemize
4524 \family default
4525  environment, the 
4526 \family sans
4527 Enumerate
4528 \family default
4529  environment:
4530 \end_layout
4531
4532 \begin_deeper
4533 \begin_layout Enumerate
4534 Offsets the items relative to the left margin.
4535  Items can have any length.
4536 \end_layout
4537
4538 \begin_layout Enumerate
4539 Reduces the space between items as the nesting depth increases.
4540 \end_layout
4541
4542 \begin_layout Enumerate
4543 Uses different types of labels depending on the nesting depth.
4544 \end_layout
4545
4546 \begin_layout Enumerate
4547 Allows up to a four-fold nesting.
4548 \end_layout
4549
4550 \end_deeper
4551 \begin_layout Standard
4552 Unlike the 
4553 \family sans
4554 Itemize
4555 \family default
4556  environment, 
4557 \family sans
4558 Enumerate
4559 \family default
4560  shows the different labels for each item in LyX.
4561  Here is how LyX labels the four different levels in an 
4562 \family sans
4563 Enumerate
4564 \family default
4565 :
4566 \end_layout
4567
4568 \begin_layout Enumerate
4569 The first level of an 
4570 \family sans
4571 Enumerate
4572 \family default
4573  uses Arabic numerals followed by a period.
4574 \end_layout
4575
4576 \begin_deeper
4577 \begin_layout Enumerate
4578 The second level uses lower case letters surrounded by parentheses.
4579 \end_layout
4580
4581 \begin_deeper
4582 \begin_layout Enumerate
4583 The third level uses lower-case Roman numerals followed by a period.
4584 \end_layout
4585
4586 \begin_deeper
4587 \begin_layout Enumerate
4588 The fourth level uses capital letters followed by a period.
4589 \end_layout
4590
4591 \begin_layout Enumerate
4592 Again, notice the decrease in the spacing between items as the nesting depth
4593  increases.
4594 \end_layout
4595
4596 \end_deeper
4597 \begin_layout Enumerate
4598 Back to the third level
4599 \end_layout
4600
4601 \end_deeper
4602 \begin_layout Enumerate
4603 Back to the second level.
4604 \end_layout
4605
4606 \end_deeper
4607 \begin_layout Enumerate
4608 Back to the outermost level.
4609 \end_layout
4610
4611 \begin_layout Standard
4612 Once again, you can customize the type of numbering used in the 
4613 \family sans
4614 Enumerate
4615 \family default
4616  environment.
4617  It involves adding commands to the LaTeX preamble (see the 
4618 \emph on
4619 Extended Features
4620 \emph default
4621  manual).
4622  As stated earlier, such customization only shows up in the printed version,
4623  not in LyX.
4624 \end_layout
4625
4626 \begin_layout Standard
4627 There is more to nesting 
4628 \family sans
4629 Enumerate
4630 \family default
4631  environments than we've stated here.
4632  You should read section\InsetSpace ~
4633
4634 \begin_inset CommandInset ref
4635 LatexCommand ref
4636 reference "sec:Nesting"
4637
4638 \end_inset
4639
4640  to learn more about nesting.
4641 \end_layout
4642
4643 \begin_layout Subsubsection
4644
4645 \family sans
4646 Description
4647 \family default
4648
4649 \begin_inset Index
4650 status collapsed
4651
4652 \begin_layout Standard
4653 Lists ! Description
4654 \end_layout
4655
4656 \end_inset
4657
4658
4659 \begin_inset CommandInset label
4660 LatexCommand label
4661 name "sec:Description-List"
4662
4663 \end_inset
4664
4665
4666 \end_layout
4667
4668 \begin_layout Standard
4669 Unlike the previous two environments, the 
4670 \family sans
4671 Description
4672 \family default
4673  list has no fixed label.
4674  Instead, LyX uses the first 
4675 \begin_inset Quotes eld
4676 \end_inset
4677
4678 word
4679 \begin_inset Quotes erd
4680 \end_inset
4681
4682  of the first line as the label.
4683  Here's an example:
4684 \end_layout
4685
4686 \begin_layout Description
4687 Example: This is an example of the 
4688 \family sans
4689 Description
4690 \family default
4691  environment.
4692 \end_layout
4693
4694 \begin_layout Standard
4695 LyX typesets the label in boldface and puts extra space between it and the
4696  rest of the line.
4697 \end_layout
4698
4699 \begin_layout Standard
4700 With the first 
4701 \begin_inset Quotes eld
4702 \end_inset
4703
4704 word
4705 \begin_inset Quotes erd
4706 \end_inset
4707
4708  it is meant that the first hit of the 
4709 \family sans
4710 Space
4711 \family default
4712  key ends the label if you are at the beginning of the first line of an
4713  item.
4714  If you need to use more than one word in the label use a 
4715 \family sans
4716 Protected Blank
4717 \family default
4718 .
4719  (Use either 
4720 \family sans
4721 C-Space
4722 \family default
4723  or the menu 
4724 \family sans
4725 Insert\SpecialChar \menuseparator
4726 Formatting\SpecialChar \menuseparator
4727 Protected\InsetSpace ~
4728 Space
4729 \family default
4730 , see section\InsetSpace ~
4731
4732 \begin_inset CommandInset ref
4733 LatexCommand ref
4734 reference "sub:Protected-Space"
4735
4736 \end_inset
4737
4738  for more info.) Here is an example:
4739 \end_layout
4740
4741 \begin_layout Description
4742 Second\InsetSpace ~
4743 Example: This one shows how to use a 
4744 \family sans
4745 Protected\InsetSpace ~
4746 Blank
4747 \family default
4748  in the label of a 
4749 \family sans
4750 Description
4751 \family default
4752  list item.
4753 \end_layout
4754
4755 \begin_layout Description
4756 Usage: You should use the 
4757 \family sans
4758 Description
4759 \family default
4760  environment for things like definitions and theorems.
4761  Use it when you need to make one word in particular stand out in the text
4762  that describes it.
4763  It's not a good idea to use a 
4764 \family sans
4765 Description
4766 \family default
4767  environment when you have an entire sentence that you want to describe.
4768  You're better off using 
4769 \family sans
4770 Itemize
4771 \family default
4772  or 
4773 \family sans
4774 Enumerate
4775 \family default
4776  and nesting several 
4777 \family sans
4778 Standard
4779 \family default
4780  paragraphs into them.
4781 \end_layout
4782
4783 \begin_layout Description
4784 Nesting: You can nest 
4785 \family sans
4786 Description
4787 \family default
4788  environments inside one another, nest them in other types of lists, and
4789  so on.
4790 \end_layout
4791
4792 \begin_layout Standard
4793 Notice that after the first line, LyX indents subsequent lines, offsetting
4794  them from the first line.
4795 \end_layout
4796
4797 \begin_layout Subsubsection
4798 The LyX 
4799 \family sans
4800 List
4801 \family default
4802
4803 \begin_inset Index
4804 status collapsed
4805
4806 \begin_layout Standard
4807 Lists ! LyX list
4808 \end_layout
4809
4810 \end_inset
4811
4812
4813 \begin_inset CommandInset label
4814 LatexCommand label
4815 name "sec:LyX-List"
4816
4817 \end_inset
4818
4819
4820 \end_layout
4821
4822 \begin_layout Standard
4823 The 
4824 \family sans
4825 List
4826 \family default
4827  environment is a LyX extension to LaTeX.
4828  
4829 \end_layout
4830
4831 \begin_layout Standard
4832 Like the 
4833 \family sans
4834 Description
4835 \family default
4836  environment the 
4837 \family sans
4838 List
4839 \family default
4840  environment has user-defined labels for each list item.
4841  There are the following properties of this list environment:
4842 \end_layout
4843
4844 \begin_layout Labeling
4845 \labelwidthstring 00.00.0000
4846 item\InsetSpace ~
4847 labels LyX uses the first 
4848 \begin_inset Quotes eld
4849 \end_inset
4850
4851 word
4852 \begin_inset Quotes erd
4853 \end_inset
4854
4855  of each line as the item label.
4856  The first 
4857 \family sans
4858 Space
4859 \family default
4860  after the beginning of the first line of an item marks the end of the label.
4861  If you need to use more than one word in an item label, use a protected
4862  blank as described above.
4863 \end_layout
4864
4865 \begin_layout Labeling
4866 \labelwidthstring 00.00.0000
4867 margins As you can see, LyX uses different margins for the item label and
4868  the body of the item text.
4869  The body of the text has a larger left margin, which is equal to the default
4870  label width plus a little extra space.
4871  
4872 \end_layout
4873
4874 \begin_layout Labeling
4875 \labelwidthstring 00.00.0000
4876 label\InsetSpace ~
4877 width LyX uses the width of the label, or the default width, whatever
4878  is larger.
4879  If the label width is larger, the label 
4880 \begin_inset Quotes eld
4881 \end_inset
4882
4883 extends
4884 \begin_inset Quotes erd
4885 \end_inset
4886
4887  into the first line.
4888  In other words, the text of the first line isn't aligned with the left
4889  margin of the rest of the item text.
4890 \end_layout
4891
4892 \begin_layout Labeling
4893 \labelwidthstring 00.00.0000
4894 default\InsetSpace ~
4895 width You can set the default label width to ensure that the text
4896  of all items in a 
4897 \family sans
4898 List
4899 \family default
4900  environment have the same left margin.
4901 \newline
4902 To change the default width, select
4903  all items in the list.
4904  Now open the 
4905 \family sans
4906 Edit\SpecialChar \menuseparator
4907 Paragraph\InsetSpace ~
4908 Settings
4909 \family default
4910  dialog.
4911  The text in the box 
4912 \family sans
4913 Longest\InsetSpace ~
4914 label
4915 \family default
4916  determines the default label width.
4917  You can use the text of your largest label here, but you can also use the
4918  letter 
4919 \begin_inset Quotes eld
4920 \end_inset
4921
4922 M
4923 \begin_inset Quotes erd
4924 \end_inset
4925
4926  multiple times instead.
4927  The M is the widest character and is a standard unit of widths in LaTeX.
4928  By using 
4929 \begin_inset Quotes eld
4930 \end_inset
4931
4932 M
4933 \begin_inset Quotes erd
4934 \end_inset
4935
4936  as the unit of width you don't need to keep changing the contents of 
4937 \family sans
4938 Longest\InsetSpace ~
4939 label
4940 \family default
4941  every time you alter a label in a 
4942 \family sans
4943 List
4944 \family default
4945  environment.
4946 \newline
4947 The predefined default width is the length of 
4948 \begin_inset Quotes eld
4949 \end_inset
4950
4951 00.00.0000
4952 \begin_inset Quotes erd
4953 \end_inset
4954
4955  (equal to 6 M).
4956  
4957 \newline
4958
4959 \begin_inset Note Greyedout
4960 status open
4961
4962 \begin_layout Standard
4963
4964 \series bold
4965 Note:
4966 \series default
4967  Setting the cursor into a list item to change only its label width will
4968  only change the width inside LyX but not in the output.
4969 \end_layout
4970
4971 \end_inset
4972
4973
4974 \end_layout
4975
4976 \begin_layout Standard
4977 You should use the 
4978 \family sans
4979 List
4980 \family default
4981  environment the same way like the 
4982 \family sans
4983 Description
4984 \family default
4985  list: When you need one word to stand out from the text that describes
4986  it.
4987  The 
4988 \family sans
4989 List
4990 \family default
4991  environment gives you another way to do this, using a different overall
4992  layout.
4993 \end_layout
4994
4995 \begin_layout Standard
4996 You can nest 
4997 \family sans
4998 List
4999 \family default
5000  environments inside one another, nest them in other types of lists, and
5001  so on.
5002  They work just like the other list paragraph environments.
5003  Read section\InsetSpace ~
5004
5005 \begin_inset CommandInset ref
5006 LatexCommand ref
5007 reference "sec:Nesting"
5008
5009 \end_inset
5010
5011  to learn about nesting.
5012 \end_layout
5013
5014 \begin_layout Standard
5015 There is yet another feature of the 
5016 \family sans
5017 List
5018 \family default
5019  environment: As you can see in the examples, LyX left-justifies the item
5020  labels by default.
5021  You can use additional 
5022 \family sans
5023 HFills
5024 \family default
5025  to change how LyX justifies the item label.
5026  We'll document 
5027 \family sans
5028 HFills
5029 \family default
5030  later in section\InsetSpace ~
5031
5032 \begin_inset CommandInset ref
5033 LatexCommand ref
5034 reference "sub:Horizontal-Space"
5035
5036 \end_inset
5037
5038 .
5039  Here are some examples:
5040 \end_layout
5041
5042 \begin_layout Labeling
5043 \labelwidthstring 00.00.0000
5044 Left The default for 
5045 \family sans
5046 List
5047 \family default
5048  item labels.
5049 \end_layout
5050
5051 \begin_layout Labeling
5052 \labelwidthstring 00.00.0000
5053
5054 \hfill
5055 Right One 
5056 \family sans
5057 HFill
5058 \family default
5059  at the beginning of the label right justifies it.
5060 \end_layout
5061
5062 \begin_layout Labeling
5063 \labelwidthstring 00.00.0000
5064
5065 \hfill
5066 Center
5067 \hfill
5068  One 
5069 \family sans
5070 HFill
5071 \family default
5072  at the beginning of the label and one at the end centers it.
5073 \end_layout
5074
5075 \begin_layout Subsection
5076 Letters
5077 \begin_inset Index
5078 status collapsed
5079
5080 \begin_layout Standard
5081 Letters
5082 \end_layout
5083
5084 \end_inset
5085
5086
5087 \end_layout
5088
5089 \begin_layout Subsubsection
5090
5091 \family sans
5092 Address
5093 \family default
5094  and 
5095 \family sans
5096 Right\InsetSpace ~
5097 Address
5098 \family default
5099 : An Overview
5100 \end_layout
5101
5102 \begin_layout Standard
5103 Although LyX has document classes for letters, we've also created two paragraph
5104  environments called 
5105 \family sans
5106 Address
5107 \family default
5108  and 
5109 \family sans
5110 Right\InsetSpace ~
5111 Address
5112 \family default
5113 .
5114  To use the letter class, you need to use specific paragraph environments
5115  in a specific order, otherwise LaTeX gags on the document.
5116  In contrast, you can use the 
5117 \family sans
5118 Address
5119 \family default
5120  and 
5121 \family sans
5122 Right\InsetSpace ~
5123 Address
5124 \family default
5125  paragraph environments anywhere with no problem.
5126  You can even nest them inside other environments, though you can't nest
5127  anything in them.
5128 \end_layout
5129
5130 \begin_layout Standard
5131 Of course, you're not limited to using 
5132 \family sans
5133 Address
5134 \family default
5135  and 
5136 \family sans
5137 Right\InsetSpace ~
5138 Address
5139 \family default
5140  for letters only.
5141  
5142 \family sans
5143 Right\InsetSpace ~
5144 Address
5145 \family default
5146 , in particular, is useful for creating article titles like those used in
5147  some European academic papers.
5148 \end_layout
5149
5150 \begin_layout Subsubsection
5151 Usage
5152 \begin_inset CommandInset label
5153 LatexCommand label
5154 name "sec:Address-Usage"
5155
5156 \end_inset
5157
5158
5159 \end_layout
5160
5161 \begin_layout Standard
5162 The 
5163 \family sans
5164 Address
5165 \family default
5166  environment formats text in the style of an address, which is also used
5167  for the opening and signature in some countries.
5168  Similarly, the 
5169 \family sans
5170 Right\InsetSpace ~
5171 Address
5172 \family default
5173  environment formats text in the style of a right-justified address, which
5174  is used for the sender's address and today's date in some countries.
5175  Here's an example of each:
5176 \end_layout
5177
5178 \begin_layout Right Address
5179 Right Address
5180 \newline
5181 Who I am
5182 \newline
5183 Where I am
5184 \newline
5185 When is it? What is today?
5186 \end_layout
5187
5188 \begin_layout Standard
5189 That was 
5190 \family sans
5191 Right\InsetSpace ~
5192 Address
5193 \family default
5194 .
5195  Notice that the lines all have the same left margin, which LyX sets to
5196  fit the largest block of text on a single line.
5197  Here's an example of the 
5198 \family sans
5199 Address
5200 \family default
5201  environment:
5202 \end_layout
5203
5204 \begin_layout Address
5205 Who are you
5206 \newline
5207 Where do I send this
5208 \newline
5209 Your post office and country
5210 \end_layout
5211
5212 \begin_layout Standard
5213 As you can see, both 
5214 \family sans
5215 Address
5216 \family default
5217  and 
5218 \family sans
5219 Right\InsetSpace ~
5220 Address
5221 \family default
5222  add extra space between themselves and the next paragraph.
5223  If you hit 
5224 \family sans
5225 Return
5226 \family default
5227  in either of these environments, LyX resets the nesting depth and sets
5228  the environment to 
5229 \family sans
5230 Standard
5231 \family default
5232 .
5233  This makes sense, since 
5234 \family sans
5235 Return
5236 \family default
5237  is the 
5238 \family typewriter
5239 break-paragraph
5240 \family default
5241  function, and the individual lines of an address are not paragraphs.
5242  Thus, you have to use 
5243 \family typewriter
5244 break-line
5245 \family default
5246  (
5247 \family sans
5248 C-Return
5249 \family default
5250  or 
5251 \family sans
5252 Formatting\InsetSpace ~
5253 Character\SpecialChar \menuseparator
5254 Line\InsetSpace ~
5255 Break
5256 \family default
5257  from the 
5258 \family sans
5259 Insert
5260 \family default
5261  menu) to start a new line in an 
5262 \family sans
5263 Address
5264 \family default
5265  or 
5266 \family sans
5267 Right\InsetSpace ~
5268 Address
5269 \family default
5270  environment.
5271 \end_layout
5272
5273 \begin_layout Subsection
5274 Academic Writing
5275 \end_layout
5276
5277 \begin_layout Standard
5278 Most academic writing begins with an abstract and ends with a bibliography
5279  or list of references.
5280  LyX contains paragraph environments for both of these.
5281 \end_layout
5282
5283 \begin_layout Subsubsection
5284
5285 \family sans
5286 Abstract
5287 \begin_inset Index
5288 status collapsed
5289
5290 \begin_layout Standard
5291 Abstracts
5292 \end_layout
5293
5294 \end_inset
5295
5296
5297 \end_layout
5298
5299 \begin_layout Standard
5300 The 
5301 \family sans
5302 Abstract
5303 \family default
5304  environment is used for the abstract of an article.
5305  Technically, you could use this environment anywhere, but you really should
5306  only use it at the beginning of the document, after the title.
5307  Also, don't bother trying to nest 
5308 \family sans
5309 Abstract
5310 \family default
5311  in anything else or vice versa.
5312  It won't work.
5313  The 
5314 \family sans
5315 Abstract
5316 \family default
5317  environment is only useful in the article and report document classes.
5318  The book document classes ignores the 
5319 \family sans
5320 Abstract
5321 \family default
5322  completely, and it's utterly silly to use 
5323 \family sans
5324 Abstract
5325 \family default
5326  in a letter document class.
5327 \end_layout
5328
5329 \begin_layout Standard
5330 The 
5331 \family sans
5332 Abstract
5333 \family default
5334  environment does several things for you.
5335  First, it puts the centered label 
5336 \begin_inset Quotes eld
5337 \end_inset
5338
5339 Abstract
5340 \begin_inset Quotes erd
5341 \end_inset
5342
5343  above the text.
5344  The label and the text of the abstract are separated by some extra vertical
5345  space.
5346  Second, it typesets everything in a smaller font, just as you'd expect.
5347  Lastly, it adds a bit of extra vertical space between the abstract and
5348  the subsequent text.
5349  Well, that's how it will appear on the LyX screen.
5350  The appearance in the output depends on the used article or report class.
5351 \end_layout
5352
5353 \begin_layout Standard
5354 Starting a new paragraph by hitting 
5355 \family sans
5356 Return
5357 \family default
5358  does not reset the paragraph environment.
5359  The new paragraph will still be in the 
5360 \family sans
5361 Abstract
5362 \family default
5363  environment.
5364  So, you will have to change the paragraph environment yourself when you
5365  finish entering the abstract of your document.
5366 \end_layout
5367
5368 \begin_layout Standard
5369 \begin_inset Float figure
5370 wide false
5371 sideways false
5372 status open
5373
5374 \begin_layout Standard
5375 \align center
5376 \begin_inset Graphics
5377         filename clipart/Abstract.pdf
5378         inzipName 
5379         embed true
5380         lyxscale 25
5381
5382 \end_inset
5383
5384
5385 \end_layout
5386
5387 \begin_layout Standard
5388 \begin_inset Caption
5389
5390 \begin_layout Standard
5391 \begin_inset CommandInset label
5392 LatexCommand label
5393 name "cap:Paragraph-in-the"
5394
5395 \end_inset
5396
5397 Paragraph in the 
5398 \family sans
5399 Abstract
5400 \family default
5401  environment
5402 \end_layout
5403
5404 \end_inset
5405
5406
5407 \end_layout
5408
5409 \end_inset
5410
5411
5412 \end_layout
5413
5414 \begin_layout Standard
5415 We'd love to give you directly an example of the 
5416 \family sans
5417 Abstract
5418 \family default
5419  environment, but since this document is in the 
5420 \begin_inset Quotes eld
5421 \end_inset
5422
5423 book
5424 \begin_inset Quotes erd
5425 \end_inset
5426
5427  class, we can't do this.
5428  We inserted it therefore as figure\InsetSpace ~
5429
5430 \begin_inset CommandInset ref
5431 LatexCommand ref
5432 reference "cap:Paragraph-in-the"
5433
5434 \end_inset
5435
5436 .
5437  If you've never heard of an 
5438 \begin_inset Quotes eld
5439 \end_inset
5440
5441 abstract
5442 \begin_inset Quotes erd
5443 \end_inset
5444
5445  before, you can safely ignore this environment.
5446 \end_layout
5447
5448 \begin_layout Subsubsection
5449
5450 \family sans
5451 Bibliography
5452 \family default
5453
5454 \begin_inset Index
5455 status collapsed
5456
5457 \begin_layout Standard
5458 Bibliography
5459 \end_layout
5460
5461 \end_inset
5462
5463
5464 \begin_inset CommandInset label
5465 LatexCommand label
5466 name "sub:Biblio_environment"
5467
5468 \end_inset
5469
5470
5471 \end_layout
5472
5473 \begin_layout Standard
5474 The 
5475 \family sans
5476 Bibliography
5477 \family default
5478  environment is used to list references.
5479  Technically, you could use this environment anywhere, but you really should
5480  only use it at the end of the document.
5481  Nesting 
5482 \family sans
5483 Bibliography
5484 \family default
5485  in anything else or vice versa won't work.
5486 \end_layout
5487
5488 \begin_layout Standard
5489 When you first open a 
5490 \family sans
5491 Bibliography
5492 \family default
5493  environment, LyX add a large vertical space, followed by the heading 
5494 \begin_inset Quotes eld
5495 \end_inset
5496
5497 Bibliography
5498 \begin_inset Quotes erd
5499 \end_inset
5500
5501  or 
5502 \begin_inset Quotes eld
5503 \end_inset
5504
5505 References,
5506 \begin_inset Quotes erd
5507 \end_inset
5508
5509  depending on the document class.
5510  The heading is in a large boldface font.
5511  Each paragraph of the 
5512 \family sans
5513 Bibliography
5514 \family default
5515  environment is a bibliography entry.
5516  Thus, hitting 
5517 \family sans
5518 Return
5519 \family default
5520  does not reset the paragraph environment.
5521  Each new paragraph is still in the 
5522 \family sans
5523 Bibliography
5524 \family default
5525  environment.
5526 \end_layout
5527
5528 \begin_layout Standard
5529 For a detailed description of LyX's bibliography handling, have a look at
5530  in section\InsetSpace ~
5531
5532 \begin_inset CommandInset ref
5533 LatexCommand ref
5534 reference "sec:Bibliography"
5535
5536 \end_inset
5537
5538 .
5539 \end_layout
5540
5541 \begin_layout Subsection
5542 LyX
5543 \family sans
5544 -Code
5545 \begin_inset Index
5546 status collapsed
5547
5548 \begin_layout Standard
5549 Paragraph ! LyX code
5550 \end_layout
5551
5552 \end_inset
5553
5554
5555 \begin_inset CommandInset label
5556 LatexCommand label
5557 name "sub:LyX-Code"
5558
5559 \end_inset
5560
5561
5562 \end_layout
5563
5564 \begin_layout Standard
5565 The 
5566 \family sans
5567 LyX-Code
5568 \family default
5569  environment is another LyX extension.
5570  It type-sets text in a typewriter-style font.
5571  It also treats the 
5572 \family sans
5573 Space
5574 \family default
5575  key as a fixed whitespace;
5576 \begin_inset Foot
5577 status collapsed
5578
5579 \begin_layout Standard
5580 In the 
5581 \family sans
5582 LyX-Code
5583 \family default
5584  environment, the 
5585 \family sans
5586 Space
5587 \family default
5588  key is treated as a 
5589 \family sans
5590 Protected\InsetSpace ~
5591 Blank
5592 \family default
5593  instead of an end-of-word marker.
5594 \end_layout
5595
5596 \end_inset
5597
5598  this is the only case in which you can type multiple whitespaces in LyX.
5599  If you need to insert blank lines, you'll still need to use 
5600 \family sans
5601 C-Return
5602 \family default
5603  (the 
5604 \family typewriter
5605 break-line
5606 \family default
5607  function).
5608  
5609 \family sans
5610 Return
5611 \family default
5612  breaks paragraphs.
5613  Note, however, that 
5614 \family sans
5615 Return
5616 \family default
5617  does not reset the paragraph environment.
5618  So, when you finish using the 
5619 \family sans
5620 LyX-Code
5621 \family default
5622  environment, you'll need to change the paragraph environment yourself.
5623  Also, you can nest the 
5624 \family sans
5625 LyX-Code
5626 \family default
5627  environment inside of others.
5628 \end_layout
5629
5630 \begin_layout Standard
5631 There are a few quirks with this environment:
5632 \end_layout
5633
5634 \begin_layout Itemize
5635 You cannot use 
5636 \family sans
5637 C-Return
5638 \family default
5639  at the beginning of a new paragraph (i.e.
5640  you can't follow 
5641 \family sans
5642 Return
5643 \family default
5644  with a 
5645 \family sans
5646 C-Return
5647 \family default
5648 ).
5649 \end_layout
5650
5651 \begin_layout Itemize
5652 You can't follow a 
5653 \family sans
5654 C-Return
5655 \family default
5656  with a 
5657 \family sans
5658 Space
5659 \family default
5660 .
5661 \end_layout
5662
5663 \begin_deeper
5664 \begin_layout Itemize
5665 Use a 
5666 \family sans
5667 Return
5668 \family default
5669  to begin a new paragraph, then you can use a 
5670 \family sans
5671 Space
5672 \family default
5673 .
5674 \end_layout
5675
5676 \begin_layout Itemize
5677 Or: use 
5678 \family sans
5679 C-Space
5680 \family default
5681  instead.
5682 \end_layout
5683
5684 \end_deeper
5685 \begin_layout Itemize
5686 You can't have an empty paragraph or an empty line.
5687  You must put at least one 
5688 \family sans
5689 Space
5690 \family default
5691  in any line you want blank.
5692  Otherwise, LaTeX generates errors.
5693 \end_layout
5694
5695 \begin_layout Itemize
5696 You cannot get the typewriter double quotes by typing 
5697 \family sans
5698 "
5699 \family default
5700  since that will insert 
5701 \emph on
5702 real
5703 \emph default
5704  quotes.
5705  You get the typewriter double quotes with 
5706 \family sans
5707 C-"
5708 \family default
5709  (or 
5710 \family sans
5711 C-q
5712 \family default
5713  if you use Emacs-like key bindings).
5714 \end_layout
5715
5716 \begin_layout Standard
5717 Here's an example:
5718 \end_layout
5719
5720 \begin_layout LyX-Code
5721 #include <stdio.h>
5722 \end_layout
5723
5724 \begin_layout LyX-Code
5725  
5726 \end_layout
5727
5728 \begin_layout LyX-Code
5729 int main(void)
5730 \end_layout
5731
5732 \begin_layout LyX-Code
5733 {
5734 \end_layout
5735
5736 \begin_layout LyX-Code
5737     printf("Hello World!
5738 \backslash
5739 n");
5740 \end_layout
5741
5742 \begin_layout LyX-Code
5743     return 0;
5744 \end_layout
5745
5746 \begin_layout LyX-Code
5747 }
5748 \end_layout
5749
5750 \begin_layout Standard
5751 This is just the standard 
5752 \begin_inset Quotes eld
5753 \end_inset
5754
5755 Hello world!
5756 \begin_inset Quotes erd
5757 \end_inset
5758
5759  program.
5760  
5761 \end_layout
5762
5763 \begin_layout Standard
5764
5765 \family sans
5766 LyX-Code
5767 \family default
5768  has one purpose: to typeset code, such as program source, shell scripts,
5769  rc-files, and so on.
5770  Use it only in those very special cases where you need to generate text
5771  as if you used a typewriter.
5772 \begin_inset Index
5773 status collapsed
5774
5775 \begin_layout Standard
5776 Paragraph environments|)
5777 \end_layout
5778
5779 \end_inset
5780
5781
5782 \end_layout
5783
5784 \begin_layout Section
5785 Nesting Environments
5786 \begin_inset Index
5787 status collapsed
5788
5789 \begin_layout Standard
5790 Nesting ! Environments
5791 \end_layout
5792
5793 \end_inset
5794
5795
5796 \begin_inset CommandInset label
5797 LatexCommand label
5798 name "sec:Nesting"
5799
5800 \end_inset
5801
5802
5803 \end_layout
5804
5805 \begin_layout Subsection
5806 Introduction
5807 \end_layout
5808
5809 \begin_layout Standard
5810 LyX treats text as a unified block with a particular context and specific
5811  properties.
5812  This allows you to create blocks that inherits some of the properties of
5813  another block.
5814  For example you have three main points in an outline, but point #2 also
5815  has two subpoints.
5816  In other words, you have a list inside of another list, with the inner
5817  list 
5818 \begin_inset Quotes eld
5819 \end_inset
5820
5821 attached
5822 \begin_inset Quotes erd
5823 \end_inset
5824
5825  to item #2:
5826 \end_layout
5827
5828 \begin_layout Enumerate
5829 one
5830 \end_layout
5831
5832 \begin_layout Enumerate
5833 two
5834 \end_layout
5835
5836 \begin_deeper
5837 \begin_layout Enumerate
5838 sublist - item #1
5839 \end_layout
5840
5841 \begin_layout Enumerate
5842 sublist - item #2
5843 \end_layout
5844
5845 \end_deeper
5846 \begin_layout Enumerate
5847 three
5848 \end_layout
5849
5850 \begin_layout Standard
5851 You put a list inside of a list by nesting one list inside the other.
5852  Nesting an environment is quite simple: Select 
5853 \family sans
5854 Increase\InsetSpace ~
5855 List\InsetSpace ~
5856 Depth
5857 \family default
5858  or 
5859 \family sans
5860 Decrease\InsetSpace ~
5861 List\InsetSpace ~
5862 Depth
5863 \family default
5864  from the 
5865 \family sans
5866 Edit
5867 \family default
5868  menu to change the nesting depth of the current paragraph (the status bar
5869  will tell you how far you are nested).
5870  Instead of the menu, you can also use the toolbar buttons 
5871 \begin_inset Graphics
5872         filename ../images/depth-increment.png
5873         inzipName 
5874         embed true
5875
5876 \end_inset
5877
5878  and 
5879 \begin_inset Graphics
5880         filename ../images/depth-decrement.png
5881         inzipName 
5882         embed false
5883
5884 \end_inset
5885
5886  or the convenient key bindings 
5887 \family sans
5888 S-M-Right
5889 \family default
5890  and 
5891 \family sans
5892 S-M-Left
5893 \family default
5894  to change the nesting level.
5895  The change will work on the current selection if you have made one (allowing
5896  you to change the nesting of several paragraphs at once), or the current
5897  paragraph.
5898 \end_layout
5899
5900 \begin_layout Standard
5901 Note that LyX only changes the nesting depth if it can.
5902  If it's invalid to do so, nothing happens if you try to change the depth.
5903  Additionally, if you change the depth of one paragraph, it affects the
5904  depth of every paragraph nested inside of it.
5905 \end_layout
5906
5907 \begin_layout Standard
5908 Nesting isn't limited to lists.
5909  In LyX, you can nest just about anything inside anything else, as you're
5910  about to find out.
5911  This is the real power of nesting paragraph environments.
5912 \end_layout
5913
5914 \begin_layout Subsection
5915 What You Can and Can't Nest
5916 \end_layout
5917
5918 \begin_layout Standard
5919 Before we fire a list of paragraph environments at you, we need to tell
5920  you a little bit more about how nesting works.
5921 \end_layout
5922
5923 \begin_layout Standard
5924 The question if nesting a paragraph environment is possible, is a bit more
5925  complicated than a simple yes or no.
5926  There are three types of paragraph environments:
5927 \end_layout
5928
5929 \begin_layout Itemize
5930 Completely unnestable
5931 \end_layout
5932
5933 \begin_layout Itemize
5934 Fully nestable, you can nest them inside of things and you can also nest
5935  other things inside of them.
5936 \end_layout
5937
5938 \begin_layout Itemize
5939 A third type, you can nest them into other environments, but you can't nest
5940  anything into them.
5941 \end_layout
5942
5943 \begin_layout Standard
5944 Here's a list of the three types of nesting behavior, and which paragraph
5945  environments have them:
5946 \end_layout
5947
5948 \begin_layout Description
5949 Unnestable Can't nest them.
5950  Can't nest into them.
5951 \end_layout
5952
5953 \begin_deeper
5954 \begin_layout Itemize
5955
5956 \family sans
5957 Part
5958 \end_layout
5959
5960 \begin_layout Itemize
5961
5962 \family sans
5963 Chapter
5964 \end_layout
5965
5966 \begin_layout Itemize
5967
5968 \family sans
5969 Section
5970 \family default
5971  
5972 \end_layout
5973
5974 \begin_layout Itemize
5975
5976 \family sans
5977 Subsection
5978 \end_layout
5979
5980 \begin_layout Itemize
5981
5982 \family sans
5983 Subsubsection
5984 \end_layout
5985
5986 \begin_layout Itemize
5987
5988 \family sans
5989 Paragraph
5990 \family default
5991  
5992 \end_layout
5993
5994 \begin_layout Itemize
5995
5996 \family sans
5997 Subparagraph
5998 \end_layout
5999
6000 \begin_layout Itemize
6001
6002 \family sans
6003 Part*
6004 \end_layout
6005
6006 \begin_layout Itemize
6007
6008 \family sans
6009 Chapter*
6010 \end_layout
6011
6012 \begin_layout Itemize
6013
6014 \family sans
6015 Section*
6016 \end_layout
6017
6018 \begin_layout Itemize
6019
6020 \family sans
6021 Subsection*
6022 \end_layout
6023
6024 \begin_layout Itemize
6025
6026 \family sans
6027 Subsubsection*
6028 \end_layout
6029
6030 \begin_layout Itemize
6031
6032 \family sans
6033 Bibliography
6034 \end_layout
6035
6036 \begin_layout Itemize
6037
6038 \family sans
6039 Abstract
6040 \end_layout
6041
6042 \begin_layout Itemize
6043
6044 \family sans
6045 Title
6046 \end_layout
6047
6048 \begin_layout Itemize
6049
6050 \family sans
6051 Author
6052 \end_layout
6053
6054 \begin_layout Itemize
6055
6056 \family sans
6057 Date
6058 \end_layout
6059
6060 \end_deeper
6061 \begin_layout Description
6062 Fully\InsetSpace ~
6063 Nestable You can nest them.
6064  You can nest other things into them.
6065 \end_layout
6066
6067 \begin_deeper
6068 \begin_layout Itemize
6069
6070 \family sans
6071 Verse
6072 \end_layout
6073
6074 \begin_layout Itemize
6075
6076 \family sans
6077 Quote
6078 \end_layout
6079
6080 \begin_layout Itemize
6081
6082 \family sans
6083 Quotation
6084 \end_layout
6085
6086 \begin_layout Itemize
6087
6088 \family sans
6089 Itemize
6090 \end_layout
6091
6092 \begin_layout Itemize
6093
6094 \family sans
6095 Enumerate
6096 \end_layout
6097
6098 \begin_layout Itemize
6099
6100 \family sans
6101 Description
6102 \end_layout
6103
6104 \begin_layout Itemize
6105
6106 \family sans
6107 List
6108 \end_layout
6109
6110 \begin_layout Itemize
6111
6112 \family sans
6113 LyX-Code
6114 \end_layout
6115
6116 \end_deeper
6117 \begin_layout Description
6118 Nestable-Inside You can nest them inside of other things.
6119  You can't nest anything into them.
6120 \end_layout
6121
6122 \begin_deeper
6123 \begin_layout Itemize
6124
6125 \family sans
6126 Standard
6127 \end_layout
6128
6129 \begin_layout Itemize
6130
6131 \family sans
6132 Right\InsetSpace ~
6133 Address
6134 \end_layout
6135
6136 \begin_layout Itemize
6137
6138 \family sans
6139 Address
6140 \end_layout
6141
6142 \end_deeper
6143 \begin_layout Standard
6144 The 
6145 \family sans
6146 Caption
6147 \family default
6148  environment doesn't really fit anywhere, since it's only used inside of
6149  
6150 \family sans
6151 Table\InsetSpace ~
6152 Floats
6153 \family default
6154  and 
6155 \family sans
6156 Figure\InsetSpace ~
6157 Floats
6158 \family default
6159 .
6160 \end_layout
6161
6162 \begin_layout Subsection
6163 Nesting Other Things: Tables, Math, Floats, etc.
6164 \begin_inset Index
6165 status collapsed
6166
6167 \begin_layout Standard
6168 Nesting ! Tables etc.
6169 \end_layout
6170
6171 \end_inset
6172
6173
6174 \begin_inset CommandInset label
6175 LatexCommand label
6176 name "sec:table-and-fig-nesting"
6177
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \begin_layout Standard
6184 There are several things that aren't paragraph environments, but which are
6185  affected by nesting anyhow.
6186  They are:
6187 \end_layout
6188
6189 \begin_layout Itemize
6190 equations
6191 \end_layout
6192
6193 \begin_layout Itemize
6194 tables
6195 \end_layout
6196
6197 \begin_layout Itemize
6198 figures
6199 \end_layout
6200
6201 \begin_layout Standard
6202 (
6203 \begin_inset Note Greyedout
6204 status open
6205
6206 \begin_layout Standard
6207
6208 \series bold
6209 Note:
6210 \series default
6211  If you put a figure or a table in a 
6212 \family sans
6213 Float
6214 \family default
6215 , this is no longer true.
6216 \end_layout
6217
6218 \end_inset
6219
6220  Have a look at section\InsetSpace ~
6221
6222 \begin_inset CommandInset ref
6223 LatexCommand ref
6224 reference "sec:Floats"
6225
6226 \end_inset
6227
6228  for more informations about 
6229 \family sans
6230 Floats
6231 \family default
6232 .)
6233 \end_layout
6234
6235 \begin_layout Standard
6236 LyX can treat these three objects as either a word or as a paragraph.
6237  If a figure, table, or an equation is inline, it goes wherever the paragraph
6238  it is in goes.
6239 \end_layout
6240
6241 \begin_layout Standard
6242 On the other hand, if you have an equation, figure or table in a 
6243 \begin_inset Quotes eld
6244 \end_inset
6245
6246 paragraph
6247 \begin_inset Quotes erd
6248 \end_inset
6249
6250  of its own, it behaves just like a 
6251 \begin_inset Quotes eld
6252 \end_inset
6253
6254 nestable-inside
6255 \begin_inset Quotes erd
6256 \end_inset
6257
6258  paragraph environment.
6259  You can nest it into any environment, but you obviously can't nest anything
6260  into it.
6261 \end_layout
6262
6263 \begin_layout Standard
6264 Here's an example with a table:
6265 \end_layout
6266
6267 \begin_layout Enumerate
6268 Item One
6269 \end_layout
6270
6271 \begin_deeper
6272 \begin_layout Enumerate
6273 This is (a) and it's nested.
6274 \end_layout
6275
6276 \begin_deeper
6277 \begin_layout Standard
6278 \begin_inset VSpace 0.3cm
6279 \end_inset
6280
6281
6282 \end_layout
6283
6284 \begin_layout Standard
6285 \align center
6286 \begin_inset Tabular
6287 <lyxtabular version="3" rows="2" columns="2">
6288 <features>
6289 <column alignment="center" valignment="top" leftline="true" width="0pt">
6290 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6291 <row topline="true">
6292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Standard
6296
6297 \family roman
6298 \series medium
6299 \shape up
6300 \size normal
6301 \emph off
6302 \bar no
6303 \noun off
6304 \color none
6305 a
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Standard
6314
6315 \family roman
6316 \series medium
6317 \shape up
6318 \size normal
6319 \emph off
6320 \bar no
6321 \noun off
6322 \color none
6323 b
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 </row>
6329 <row topline="true" bottomline="true">
6330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Standard
6334
6335 \family roman
6336 \series medium
6337 \shape up
6338 \size normal
6339 \emph off
6340 \bar no
6341 \noun off
6342 \color none
6343 c
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Standard
6352
6353 \family roman
6354 \series medium
6355 \shape up
6356 \size normal
6357 \emph off
6358 \bar no
6359 \noun off
6360 \color none
6361 d
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 </row>
6367 </lyxtabular>
6368
6369 \end_inset
6370
6371
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \begin_inset VSpace 0.3cm
6376 \end_inset
6377
6378
6379 \end_layout
6380
6381 \end_deeper
6382 \begin_layout Enumerate
6383 This is (b).
6384  The table is actually nested inside (a).
6385 \end_layout
6386
6387 \end_deeper
6388 \begin_layout Enumerate
6389 Back out again.
6390 \end_layout
6391
6392 \begin_layout Standard
6393 If we hadn't nested the table at all, the list would look like this:
6394 \end_layout
6395
6396 \begin_layout Enumerate
6397 Item One
6398 \end_layout
6399
6400 \begin_deeper
6401 \begin_layout Enumerate
6402 This is (a) and it's nested.
6403 \end_layout
6404
6405 \end_deeper
6406 \begin_layout Standard
6407 \begin_inset VSpace 0.3cm
6408 \end_inset
6409
6410
6411 \end_layout
6412
6413 \begin_layout Standard
6414 \align center
6415 \begin_inset Tabular
6416 <lyxtabular version="3" rows="2" columns="2">
6417 <features>
6418 <column alignment="center" valignment="top" leftline="true" width="0pt">
6419 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6420 <row topline="true">
6421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Standard
6425
6426 \family roman
6427 \series medium
6428 \shape up
6429 \size normal
6430 \emph off
6431 \bar no
6432 \noun off
6433 \color none
6434 a
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Standard
6443
6444 \family roman
6445 \series medium
6446 \shape up
6447 \size normal
6448 \emph off
6449 \bar no
6450 \noun off
6451 \color none
6452 b
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 <row topline="true" bottomline="true">
6459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Standard
6463
6464 \family roman
6465 \series medium
6466 \shape up
6467 \size normal
6468 \emph off
6469 \bar no
6470 \noun off
6471 \color none
6472 c
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Standard
6481
6482 \family roman
6483 \series medium
6484 \shape up
6485 \size normal
6486 \emph off
6487 \bar no
6488 \noun off
6489 \color none
6490 d
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 </row>
6496 </lyxtabular>
6497
6498 \end_inset
6499
6500
6501 \end_layout
6502
6503 \begin_layout Standard
6504 \begin_inset VSpace 0.3cm
6505 \end_inset
6506
6507
6508 \end_layout
6509
6510 \begin_layout Enumerate
6511 This is (b).
6512  The table is 
6513 \emph on
6514 not
6515 \emph default
6516  nested inside (a).
6517  In fact, it's not nested at all.
6518 \end_layout
6519
6520 \begin_layout Enumerate
6521 Back out again.
6522 \end_layout
6523
6524 \begin_layout Standard
6525 Notice how item (b) is not only no longer nested, but is also the first
6526  item of a new list!
6527 \end_layout
6528
6529 \begin_layout Standard
6530 There's another trap you can fall into: Nesting the table, but not going
6531  deep enough.
6532  LyX then turns anything after the table into a new sublist.
6533 \end_layout
6534
6535 \begin_layout Enumerate
6536 Item One
6537 \end_layout
6538
6539 \begin_deeper
6540 \begin_layout Enumerate
6541 This is (a) and it's nested.
6542 \end_layout
6543
6544 \begin_layout Standard
6545 \begin_inset VSpace 0.3cm
6546 \end_inset
6547
6548
6549 \end_layout
6550
6551 \begin_layout Standard
6552 \align center
6553 \begin_inset Tabular
6554 <lyxtabular version="3" rows="2" columns="2">
6555 <features>
6556 <column alignment="center" valignment="top" leftline="true" width="0pt">
6557 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6558 <row topline="true">
6559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Standard
6563
6564 \family roman
6565 \series medium
6566 \shape up
6567 \size normal
6568 \emph off
6569 \bar no
6570 \noun off
6571 \color none
6572 a
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Standard
6581
6582 \family roman
6583 \series medium
6584 \shape up
6585 \size normal
6586 \emph off
6587 \bar no
6588 \noun off
6589 \color none
6590 b
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 </row>
6596 <row topline="true" bottomline="true">
6597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Standard
6601
6602 \family roman
6603 \series medium
6604 \shape up
6605 \size normal
6606 \emph off
6607 \bar no
6608 \noun off
6609 \color none
6610 c
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Standard
6619
6620 \family roman
6621 \series medium
6622 \shape up
6623 \size normal
6624 \emph off
6625 \bar no
6626 \noun off
6627 \color none
6628 d
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 </row>
6634 </lyxtabular>
6635
6636 \end_inset
6637
6638
6639 \end_layout
6640
6641 \begin_layout Standard
6642 \begin_inset VSpace 0.3cm
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \begin_layout Enumerate
6649 This is (b).
6650  The table is actually nested inside Item One, but 
6651 \emph on
6652 not
6653 \emph default
6654  inside (a).
6655 \end_layout
6656
6657 \end_deeper
6658 \begin_layout Enumerate
6659 Back out again.
6660 \end_layout
6661
6662 \begin_layout Standard
6663 As you can see, item (b) turned into the first item of a new list, but a
6664  new list 
6665 \emph on
6666 inside
6667 \emph default
6668  item 1.
6669  The same thing would have happened to a figure or an equation.
6670  So, if you nest tables, figures or equations, make sure you go to the right
6671  depth!
6672 \end_layout
6673
6674 \begin_layout Subsection
6675 Usage and General Features
6676 \begin_inset CommandInset label
6677 LatexCommand label
6678 name "sub:Nesting-Usage"
6679
6680 \end_inset
6681
6682
6683 \end_layout
6684
6685 \begin_layout Standard
6686 Speaking of levels, LyX can perform up to a six-fold nesting.
6687  In other words, 
6688 \begin_inset Quotes eld
6689 \end_inset
6690
6691 level #6
6692 \begin_inset Quotes erd
6693 \end_inset
6694
6695  is the innermost possible depth.
6696  Here's an example to display what we mean:
6697 \end_layout
6698
6699 \begin_layout Enumerate
6700 level #1 - outermost
6701 \end_layout
6702
6703 \begin_deeper
6704 \begin_layout Enumerate
6705 level #2
6706 \end_layout
6707
6708 \begin_deeper
6709 \begin_layout Enumerate
6710 level #3
6711 \end_layout
6712
6713 \begin_deeper
6714 \begin_layout Enumerate
6715 level #4
6716 \end_layout
6717
6718 \begin_deeper
6719 \begin_layout Itemize
6720 level #5
6721 \end_layout
6722
6723 \begin_deeper
6724 \begin_layout Itemize
6725 level #6
6726 \end_layout
6727
6728 \end_deeper
6729 \end_deeper
6730 \end_deeper
6731 \end_deeper
6732 \end_deeper
6733 \begin_layout Standard
6734 There are two exceptions to the six-fold nesting limit, and you can see
6735  both of them in the example.
6736  Unlike the other fully-nestable environments, you can only perform a four-fold
6737  nesting with the 
6738 \family sans
6739 Enumerate
6740 \family default
6741  and 
6742 \family sans
6743 Itemize
6744 \family default
6745  environments.
6746  For example, if we tried to nest another 
6747 \family sans
6748 Enumerate
6749 \family default
6750  list inside of item 
6751 \begin_inset Quotes eld
6752 \end_inset
6753
6754 A.
6755 \begin_inset Quotes erd
6756 \end_inset
6757
6758 , we'd get errors.
6759 \end_layout
6760
6761 \begin_layout Subsection
6762 Some Examples
6763 \begin_inset Index
6764 status collapsed
6765
6766 \begin_layout Standard
6767 Nesting ! Examples
6768 \end_layout
6769
6770 \end_inset
6771
6772
6773 \end_layout
6774
6775 \begin_layout Standard
6776 The best way to explain just what you can do with nesting is by illustration.
6777  We have several examples of nested environments.
6778  In them, we explain how we created the example, so that you can reproduce
6779  them.
6780 \end_layout
6781
6782 \begin_layout Subsubsection
6783 Example 1: The Six-fold Way and Mixed Nesting
6784 \end_layout
6785
6786 \begin_layout Labeling
6787 \labelwidthstring MMM
6788 #1-a This is the outermost level.
6789  It's a 
6790 \family sans
6791 List
6792 \family default
6793  environment.
6794 \end_layout
6795
6796 \begin_deeper
6797 \begin_layout Labeling
6798 \labelwidthstring MMM
6799 #2-a This is level #2.
6800  We created it by using 
6801 \family sans
6802 M-Return
6803 \family default
6804  followed by 
6805 \family sans
6806 S-M-Right
6807 \family default
6808 .
6809 \end_layout
6810
6811 \begin_deeper
6812 \begin_layout Labeling
6813 \labelwidthstring MMM
6814 #3-a This is level #3.
6815  This time, we just hit 
6816 \family sans
6817 Return
6818 \family default
6819 , then used 
6820 \family sans
6821 S-M-Right
6822 \family default
6823  twice in a row.
6824  We could have also created it the same way as we did the previous level,
6825  by hitting 
6826 \family sans
6827 M-Return
6828 \family default
6829  followed by 
6830 \family sans
6831 S-M-Right
6832 \family default
6833 .
6834 \end_layout
6835
6836 \begin_deeper
6837 \begin_layout Standard
6838 This is actually a 
6839 \family sans
6840 Standard
6841 \family default
6842  environment, nested inside of 
6843 \begin_inset Quotes eld
6844 \end_inset
6845
6846 #3-a
6847 \begin_inset Quotes erd
6848 \end_inset
6849
6850 .
6851  So, it's at level #4.
6852  We did this by hitting 
6853 \family sans
6854 M-Return
6855 \family default
6856 , then 
6857 \family sans
6858 S-M-Right
6859 \family default
6860 , then changing the paragraph environment to 
6861 \family sans
6862 Standard
6863 \family default
6864 .
6865  Do this to create list items with more than one paragraph - it also works
6866  for the 
6867 \family sans
6868 Description
6869 \family default
6870
6871 \family sans
6872 Enumerate
6873 \family default
6874 , and 
6875 \family sans
6876 Itemize
6877 \family default
6878  environments!
6879 \end_layout
6880
6881 \begin_layout Standard
6882 Here's another 
6883 \family sans
6884 Standard
6885 \family default
6886  paragraph, also at level #4, made with just a 
6887 \family sans
6888 M-Return
6889 \family default
6890 .
6891 \end_layout
6892
6893 \begin_layout Labeling
6894 \labelwidthstring MMM
6895 #4-a This is level #4.
6896  We hit 
6897 \family sans
6898 M-Return
6899 \family default
6900  and changed the paragraph environment back to 
6901 \family sans
6902 List
6903 \family default
6904 .
6905  Remember - we can't nest anything inside of a 
6906 \family sans
6907 Standard
6908 \family default
6909  environment, which is why we're still at level #4.
6910  However, we 
6911 \emph on
6912 can
6913 \emph default
6914  keep nesting things inside of 
6915 \begin_inset Quotes eld
6916 \end_inset
6917
6918 #3-a
6919 \begin_inset Quotes erd
6920 \end_inset
6921
6922 .
6923 \end_layout
6924
6925 \begin_deeper
6926 \begin_layout Labeling
6927 \labelwidthstring MMM
6928 #5-a This is level #5\SpecialChar \ldots{}
6929
6930 \end_layout
6931
6932 \begin_deeper
6933 \begin_layout Labeling
6934 \labelwidthstring MMM
6935 #6-a \SpecialChar \ldots{}
6936 and this is level #6.
6937  By now, you should know how we made these two.
6938 \end_layout
6939
6940 \end_deeper
6941 \begin_layout Labeling
6942 \labelwidthstring MMM
6943 #5-b Back to level #5.
6944  Just hit 
6945 \family sans
6946 M-Return
6947 \family default
6948  followed by a 
6949 \family sans
6950 S-M-Left
6951 \family default
6952 .
6953 \end_layout
6954
6955 \end_deeper
6956 \begin_layout Labeling
6957 \labelwidthstring MMM
6958 #4-b After another 
6959 \family sans
6960 M-Return
6961 \family default
6962  followed by a 
6963 \family sans
6964 S-M-Left
6965 \family default
6966 , we're back at level #4.
6967 \end_layout
6968
6969 \end_deeper
6970 \begin_layout Labeling
6971 \labelwidthstring MMM
6972 #3-b Back to level #3.
6973  By now it should be obvious how we did this.
6974 \end_layout
6975
6976 \end_deeper
6977 \begin_layout Labeling
6978 \labelwidthstring MMM
6979 #2-b Back to level #2.
6980  
6981 \end_layout
6982
6983 \end_deeper
6984 \begin_layout Labeling
6985 \labelwidthstring MMM
6986 #1-b And last, back to the outermost level, #1.
6987  After this sentence, we'll hit 
6988 \family sans
6989 Return
6990 \family default
6991  and change the paragraph environment back to 
6992 \family sans
6993 Standard
6994 \family default
6995  to end the list.
6996 \end_layout
6997
6998 \begin_layout Standard
6999 We could have also used the 
7000 \family sans
7001 Description
7002 \family default
7003
7004 \family sans
7005 Quote
7006 \family default
7007
7008 \family sans
7009 Quotation
7010 \family default
7011 , or even the 
7012 \family sans
7013 Verse
7014 \family default
7015  environment in place of the 
7016 \family sans
7017 List
7018 \family default
7019  environment.
7020  The example would have worked exactly the same.
7021 \end_layout
7022
7023 \begin_layout Subsubsection
7024 Example 2: Inheritance
7025 \end_layout
7026
7027 \begin_layout LyX-Code
7028 This is the LyX-Code environment, at level #1, the outermost
7029 \end_layout
7030
7031 \begin_layout LyX-Code
7032 level.
7033   Now we'll hit 
7034 \family sans
7035 Return
7036 \family default
7037 , then 
7038 \family sans
7039 S-M-Right
7040 \family default
7041 , after which, we'll change to the 
7042 \family sans
7043 Enumerate
7044 \family default
7045  environment.
7046 \end_layout
7047
7048 \begin_deeper
7049 \begin_layout Enumerate
7050 This is the 
7051 \family sans
7052 Enumerate
7053 \family default
7054  environment, at level #2.
7055 \end_layout
7056
7057 \begin_layout Enumerate
7058 Notice how the nested 
7059 \family sans
7060 Enumerate
7061 \family default
7062  not only inherits its margins from its parent environment (
7063 \family sans
7064 LyX-Code
7065 \family default
7066 ), but also inherits its font and spacing!
7067 \end_layout
7068
7069 \end_deeper
7070 \begin_layout Standard
7071 We ended this example by hitting 
7072 \family sans
7073 Return
7074 \family default
7075 .
7076  After that, we needed to reset the paragraph environment to 
7077 \family sans
7078 Standard
7079 \family default
7080  and resetting the nesting depth by using 
7081 \family sans
7082 S-M-Left
7083 \family default
7084  once.
7085 \end_layout
7086
7087 \begin_layout Subsubsection
7088 Example 3: Labels, Levels, and the 
7089 \family sans
7090 Enumerate
7091 \family default
7092  and 
7093 \family sans
7094 Itemize
7095 \family default
7096  Environments
7097 \begin_inset OptArg
7098 status collapsed
7099
7100 \begin_layout Standard
7101 Example #3: Labels, Levels and other list environments
7102 \end_layout
7103
7104 \end_inset
7105
7106
7107 \end_layout
7108
7109 \begin_layout Enumerate
7110 This is level #1, in an 
7111 \family sans
7112 Enumerate
7113 \family default
7114  paragraph environment.
7115  We're actually going to nest a bunch of these.
7116 \end_layout
7117
7118 \begin_deeper
7119 \begin_layout Enumerate
7120 This is level #2.
7121  We used 
7122 \family sans
7123 M-Return
7124 \family default
7125  followed by 
7126 \family sans
7127 S-M-Right
7128 \family default
7129 .
7130  Now, what happens if we nest an 
7131 \family sans
7132 Itemize
7133 \family default
7134  environment inside of this one? It will be at level #3, but what will its
7135  label be? An asterisk?
7136 \end_layout
7137
7138 \begin_deeper
7139 \begin_layout Itemize
7140 No! It's a bullet.
7141  This is the 
7142 \emph on
7143 first
7144 \emph default
7145  
7146 \family sans
7147 Itemize
7148 \family default
7149  environment, even though it's at level #3.
7150  So, its label is a bullet.
7151  (We got here by using 
7152 \family sans
7153 M-Return
7154 \family default
7155 , then 
7156 \family sans
7157 S-M-Right
7158 \family default
7159 , then changing the environment to 
7160 \family sans
7161 Itemize
7162 \family default
7163 .)
7164 \end_layout
7165
7166 \begin_deeper
7167 \begin_layout Itemize
7168 Here's level #4, produced using 
7169 \family sans
7170 M-Return
7171 \family default
7172 , then 
7173 \family sans
7174 S-M-Right
7175 \family default
7176 .
7177  We'll do that again\SpecialChar \ldots{}
7178
7179 \end_layout
7180
7181 \begin_deeper
7182 \begin_layout Enumerate
7183 \SpecialChar \ldots{}
7184 to get to level #5.
7185  This time, however, we also changed the paragraph environment back to 
7186 \family sans
7187 Enumerate
7188 \family default
7189 .
7190  Notice the type of numbering, it is 
7191 \emph on
7192 lowercase Roman
7193 \emph default
7194 , because we are in the 
7195 \emph on
7196 thirdfold
7197 \emph default
7198  
7199 \family sans
7200 Enumerate
7201 \family default
7202  environment (i.e.
7203  it is an 
7204 \family sans
7205 Enumerate
7206 \family default
7207  inside an 
7208 \family sans
7209 Enumerate
7210 \family default
7211  inside an 
7212 \family sans
7213 Enumerate
7214 \family default
7215 ).
7216 \end_layout
7217
7218 \begin_layout Enumerate
7219 What happens if we 
7220 \emph on
7221 don't
7222 \emph default
7223  change the paragraph environment, but decrease the nesting depth? What
7224  type of numbering does LyX use?
7225 \end_layout
7226
7227 \begin_layout Enumerate
7228 Oh, as if you couldn't guess by now, we're just using 
7229 \family sans
7230 M-Return
7231 \family default
7232  to keep the current environment and depth but create a new item.
7233 \end_layout
7234
7235 \begin_layout Enumerate
7236 Let's use 
7237 \family sans
7238 S-M-Left
7239 \family default
7240  to decrease the depth after the next 
7241 \family sans
7242 M-Return
7243 \family default
7244 .
7245 \end_layout
7246
7247 \end_deeper
7248 \begin_layout Enumerate
7249 This is level #4.
7250  Look what type of label LyX is using!
7251 \end_layout
7252
7253 \end_deeper
7254 \begin_layout Enumerate
7255 This is level #3.
7256  Even though we've changed levels, LyX is still using a lowercase Roman
7257  numeral as the label.Why?
7258 \end_layout
7259
7260 \begin_layout Enumerate
7261 Because, even though the nesting depth has changed, the paragraph is 
7262 \emph on
7263 still
7264 \emph default
7265  a thirdfold 
7266 \family sans
7267 Enumerate
7268 \family default
7269  environment.
7270  Notice, however, that LyX 
7271 \emph on
7272 did
7273 \emph default
7274  reset the counter for the label.
7275 \end_layout
7276
7277 \end_deeper
7278 \begin_layout Enumerate
7279 Another 
7280 \family sans
7281 M-Return
7282 \family default
7283  
7284 \family sans
7285 S-M-Left
7286 \family default
7287  sequence, and we're back to level #2.
7288  This time, we not only changed the nesting depth, but we also moved back
7289  into the twofold-nested 
7290 \family sans
7291 Enumerate
7292 \family default
7293  environment.
7294 \end_layout
7295
7296 \end_deeper
7297 \begin_layout Enumerate
7298 The same thing happens if we do another 
7299 \family sans
7300 M-Return
7301 \family default
7302  
7303 \family sans
7304 S-M-Left
7305 \family default
7306  sequence and return to level #1, the outermost level.
7307 \end_layout
7308
7309 \begin_layout Standard
7310 Lastly, we reset the environment to 
7311 \family sans
7312 Standard
7313 \family default
7314 .
7315  As you can see, the level number doesn't correspond to what type of labeling
7316  LyX uses for the 
7317 \family sans
7318 Enumerate
7319 \family default
7320  and 
7321 \family sans
7322 Itemize
7323 \family default
7324  environments.
7325  The number of other 
7326 \family sans
7327 Enumerate
7328 \family default
7329  environments surrounding it determines what kind of label LyX uses for
7330  an 
7331 \family sans
7332 Enumerate
7333 \family default
7334  item.
7335  The same rule applies for the 
7336 \family sans
7337 Itemize
7338 \family default
7339  environment, as well.
7340 \end_layout
7341
7342 \begin_layout Subsubsection
7343 Example 4: Going Bonkers
7344 \end_layout
7345
7346 \begin_layout Enumerate
7347 We're going to go totally nuts now.
7348  We won't nest as deep as in the other examples, nor will we go into the
7349  same detail with how we did it.
7350  (level #1: 
7351 \family sans
7352 Enumerate
7353 \family default
7354 )
7355 \end_layout
7356
7357 \begin_deeper
7358 \begin_layout Standard
7359 (
7360 \family sans
7361 Return, S-M-Right, Standard
7362 \family default
7363 : level #2) We'll stick an encapsulated description of how we created the
7364  example in parentheses someplace.
7365  For example, the two keybindings are how we changed the depth.
7366  The environment name is the name of the current environment.
7367  Either before or after this, we'll put in the level.
7368 \end_layout
7369
7370 \end_deeper
7371 \begin_layout Enumerate
7372 (
7373 \family sans
7374 Return, Enumerate
7375 \family default
7376 : level #1) This is the next item in the list.
7377 \end_layout
7378
7379 \begin_deeper
7380 \begin_layout Verse
7381 Now we'll add verse.
7382 \newline
7383 It will get much worse.
7384 \newline
7385 (
7386 \family sans
7387 Return, S-M-Right, Verse
7388 \family default
7389 : level #2)
7390 \end_layout
7391
7392 \begin_layout Verse
7393 Fiddle dee, Fiddle doo.
7394 \newline
7395 Bippitey boppitey boo!
7396 \newline
7397 (
7398 \family sans
7399 M-Return)
7400 \end_layout
7401
7402 \begin_layout Verse
7403 Here comes a table:
7404 \end_layout
7405
7406 \begin_deeper
7407 \begin_layout Standard
7408 \begin_inset VSpace 0.3cm
7409 \end_inset
7410
7411
7412 \end_layout
7413
7414 \begin_layout Standard
7415 \align center
7416 \begin_inset Tabular
7417 <lyxtabular version="3" rows="2" columns="2">
7418 <features>
7419 <column alignment="center" valignment="top" width="0pt">
7420 <column alignment="center" valignment="top" leftline="true" width="0pt">
7421 <row>
7422 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Standard
7426
7427 \family roman
7428 \series medium
7429 \shape up
7430 \size normal
7431 \emph off
7432 \bar no
7433 \noun off
7434 \color none
7435 one-fish
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Standard
7444
7445 \family roman
7446 \series medium
7447 \shape up
7448 \size normal
7449 \emph off
7450 \bar no
7451 \noun off
7452 \color none
7453 two-fish
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 </row>
7459 <row topline="true">
7460 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Standard
7464
7465 \family roman
7466 \series medium
7467 \shape up
7468 \size normal
7469 \emph off
7470 \bar no
7471 \noun off
7472 \color none
7473 red-fish
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Standard
7482
7483 \family roman
7484 \series medium
7485 \shape up
7486 \size normal
7487 \emph off
7488 \bar no
7489 \noun off
7490 \color none
7491 blue-fish
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 </lyxtabular>
7498
7499 \end_inset
7500
7501
7502 \end_layout
7503
7504 \end_deeper
7505 \begin_layout Verse
7506 (
7507 \family sans
7508 M-Return, Table, S-M-Right
7509 \family default
7510  3 times, 
7511 \family sans
7512 M-Return, Verse, S-M-Left
7513 \family default
7514 )
7515 \end_layout
7516
7517 \end_deeper
7518 \begin_layout Enumerate
7519 (
7520 \family sans
7521 Return, Enumerate
7522 \family default
7523 : level #1) This is another item.
7524  Note that selecting a 
7525 \family sans
7526 Table
7527 \family default
7528  resets the nesting depth to level #1, so we increased the nesting depth
7529  3 times to put the table inside the 
7530 \family sans
7531 Verse
7532 \family default
7533  environment.
7534  
7535 \end_layout
7536
7537 \begin_layout Quotation
7538 We're now ending the 
7539 \family sans
7540 Enumerate
7541 \family default
7542  list and changing to 
7543 \family sans
7544 Quotation
7545 \family default
7546 .
7547  We're still at level #1.
7548  We want to show you some of the things you can do by mixing environments.
7549  The next set of paragraphs is a 
7550 \begin_inset Quotes eld
7551 \end_inset
7552
7553 quoted letter.
7554 \begin_inset Quotes erd
7555 \end_inset
7556
7557  We'll nest both the 
7558 \family sans
7559 Address
7560 \family default
7561  and 
7562 \family sans
7563 Right\InsetSpace ~
7564 Address
7565 \family default
7566  environments inside of this one, then use another nested 
7567 \family sans
7568 Quotation
7569 \family default
7570  for the letter body.
7571  We'll use 
7572 \family sans
7573 M-Return
7574 \family default
7575  to preserve the depth.
7576  Remember that you need to use 
7577 \family sans
7578 C-Return
7579 \family default
7580  to create multiple lines inside the 
7581 \family sans
7582 Address
7583 \family default
7584  and 
7585 \family sans
7586 Right\InsetSpace ~
7587 Address
7588 \family default
7589  environments.
7590  Here it goes:
7591 \end_layout
7592
7593 \begin_deeper
7594 \begin_layout Right Address
7595 1234 Nowhere Rd.
7596 \newline
7597 Moosegroin, MT 00100
7598 \newline
7599 9-6-96
7600 \end_layout
7601
7602 \begin_layout Address
7603 Dear Mr.\InsetSpace ~
7604 Fizlewitz:
7605 \end_layout
7606
7607 \begin_layout Quotation
7608 We regret to inform you that we cannot fill your order for 50
7609 \begin_inset Formula $\,$
7610 \end_inset
7611
7612 L of compressed methane gas due to circumstances beyond our control.
7613  Unfortunately, several of our cows have mysteriously exploded, creating
7614  a backlog in our orders for methane.
7615  We will place your name on the waiting list and try to fill your order
7616  as soon as possible.
7617  In the meantime, we thank you for your patience.
7618 \end_layout
7619
7620 \begin_layout Quotation
7621 We do, however, now have a special on beef.
7622  If you are interested, please return the enclosed pricing and order form
7623  with your order, along with payment.
7624 \end_layout
7625
7626 \begin_layout Quotation
7627 We thank you again for your patience.
7628 \end_layout
7629
7630 \begin_layout Address
7631 Sincerely,
7632 \newline
7633 Bill Hick
7634 \end_layout
7635
7636 \end_deeper
7637 \begin_layout Quotation
7638 That ends that example!
7639 \end_layout
7640
7641 \begin_layout Standard
7642 As you can see, nesting environments in LyX gives you a lot of power with
7643  just a few keystrokes.
7644  We could have easily nested an 
7645 \family sans
7646 Itemize
7647 \family default
7648  list inside of a 
7649 \family sans
7650 Quotation
7651 \family default
7652  or 
7653 \family sans
7654 Quote
7655 \family default
7656 , or put a 
7657 \family sans
7658 Quote
7659 \family default
7660  inside of an 
7661 \family sans
7662 Itemize
7663 \family default
7664  list.
7665  You have a huge variety of options at your disposal.
7666 \end_layout
7667
7668 \begin_layout Section
7669 Spacing, pagination and line breaks
7670 \end_layout
7671
7672 \begin_layout Subsection
7673 Horizontal Space
7674 \begin_inset CommandInset label
7675 LatexCommand label
7676 name "sub:Horizontal-Space"
7677
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \begin_layout Subsubsection
7684
7685 \family sans
7686 Horizontal Fills
7687 \end_layout
7688
7689 \begin_layout Standard
7690 Horizontal Fills (HFills) are a special LyX feature for adding extra space
7691  in a uniform fashion.
7692  An HFill is actually a variable length space, whose length always equals
7693  the remaining space between the left and right margins.
7694  If there is more than one HFill on a line, they divide the available space
7695  equally between themselves.
7696  
7697 \end_layout
7698
7699 \begin_layout Standard
7700 HFill
7701 \family roman
7702 s
7703 \family default
7704  can be inserted with 
7705 \family sans
7706 Insert\SpecialChar \menuseparator
7707 Formatting\InsetSpace ~
7708 Character\SpecialChar \menuseparator
7709 Horizontal Fill
7710 \family default
7711 .
7712  Here a few examples what you can do with them:
7713 \end_layout
7714
7715 \begin_layout Quote
7716 \noindent
7717 This is on the left side 
7718 \hfill
7719 This is on the right
7720 \end_layout
7721
7722 \begin_layout Quote
7723 \noindent
7724 Left
7725 \hfill
7726 Middle
7727 \hfill
7728 Right
7729 \end_layout
7730
7731 \begin_layout Quote
7732 \noindent
7733 Left
7734 \hfill
7735 1/3 Left
7736 \hfill
7737
7738 \hfill
7739 Right
7740 \end_layout
7741
7742 \begin_layout Standard
7743 That was an example in the 
7744 \family sans
7745 Quote
7746 \family default
7747  environment.
7748  Here
7749 \begin_inset Formula $\to$
7750 \end_inset
7751
7752
7753 \hfill
7754
7755 \begin_inset Formula $\gets$
7756 \end_inset
7757
7758 is one in a standard paragraph.
7759  It may or may not be apparent in the printed text, but it 
7760 \emph on
7761 is
7762 \emph default
7763  sitting in-between the two arrows.
7764 \end_layout
7765
7766 \begin_layout Standard
7767 There may be more than one set of margins on a line.
7768  Here's an example with the 
7769 \family sans
7770 List
7771 \family default
7772  environment.
7773 \end_layout
7774
7775 \begin_layout Labeling
7776 \labelwidthstring 00.00.0000
7777 one
7778 \hfill
7779 two :three
7780 \hfill
7781 four
7782 \hfill
7783 five
7784 \hfill
7785 six
7786 \end_layout
7787
7788 \begin_layout Standard
7789 The 
7790 \begin_inset Quotes eld
7791 \end_inset
7792
7793 :
7794 \begin_inset Quotes erd
7795 \end_inset
7796
7797  marks the beginning of the item.
7798  (There is actually a 
7799 \begin_inset Quotes eld
7800 \end_inset
7801
7802 hidden
7803 \begin_inset Quotes erd
7804 \end_inset
7805
7806  HFill inside of the label of the 
7807 \family sans
7808 List
7809 \family default
7810  environment; it's put at the end of the label automatically.) HFills work
7811  similarly in other 
7812 \begin_inset Quotes eld
7813 \end_inset
7814
7815 multi-margin
7816 \begin_inset Quotes erd
7817 \end_inset
7818
7819  situations, like two-column mode.
7820 \end_layout
7821
7822 \begin_layout Standard
7823 \begin_inset Note Greyedout
7824 status open
7825
7826 \begin_layout Standard
7827
7828 \series bold
7829 Note:
7830 \series default
7831  If an HFill is at the beginning of a line, and 
7832 \emph on
7833 not
7834 \emph default
7835  in the first line in a paragraph, LyX ignores it.
7836  This prevents HFills from accidentally being wrapped onto a new line.
7837  If you need space in this case anyway, you have to use the LaTeX-command
7838  
7839 \series bold
7840
7841 \backslash
7842 hspace*{
7843 \backslash
7844 fill}
7845 \series default
7846  in ERT.
7847  (ERT is explained in section\InsetSpace ~
7848
7849 \begin_inset CommandInset ref
7850 LatexCommand ref
7851 reference "sec:ERT"
7852
7853 \end_inset
7854
7855 .)
7856 \end_layout
7857
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \begin_layout Subsubsection
7864 Other space variants
7865 \begin_inset CommandInset label
7866 LatexCommand label
7867 name "sub:Other-space-variants"
7868
7869 \end_inset
7870
7871
7872 \end_layout
7873
7874 \begin_layout Standard
7875 The following two sorts of spaces are not yet supported by LyX, so that
7876  you have to use ERT, see section\InsetSpace ~
7877
7878 \begin_inset CommandInset ref
7879 LatexCommand ref
7880 reference "sec:ERT"
7881
7882 \end_inset
7883
7884 .
7885  That they are not supported is a hint that you need them very seldom in
7886  LyX.
7887  So use them only if it is really necessary (remind the WYSIWYM concept).
7888 \end_layout
7889
7890 \begin_layout Paragraph
7891 Defined space
7892 \end_layout
7893
7894 \begin_layout Standard
7895 Sometimes one needs space with a defined length, e.g for forms and questionnaires.
7896  This can be inserted by using the LaTeX-command 
7897 \series bold
7898
7899 \backslash
7900 hspace
7901 \series default
7902  in 
7903 \family sans
7904 ERT
7905 \family default
7906 .
7907  For example the command 
7908 \series bold
7909
7910 \backslash
7911 hspace{2cm}
7912 \series default
7913  produces 2
7914 \begin_inset Formula $\,$
7915 \end_inset
7916
7917 cm space within the following line:
7918 \end_layout
7919
7920 \begin_layout Standard
7921 This is a line with
7922 \begin_inset Formula $\to$
7923 \end_inset
7924
7925
7926 \begin_inset ERT
7927 status collapsed
7928
7929 \begin_layout Standard
7930
7931
7932 \backslash
7933 hspace{2cm}
7934 \end_layout
7935
7936 \end_inset
7937
7938
7939 \begin_inset Formula $\gets$
7940 \end_inset
7941
7942  2
7943 \begin_inset Formula $\,$
7944 \end_inset
7945
7946 cm space between the arrows.
7947 \end_layout
7948
7949 \begin_layout Standard
7950 You can use all length units listed in Appendix\InsetSpace ~
7951
7952 \begin_inset CommandInset ref
7953 LatexCommand ref
7954 reference "cha:Units-available-in"
7955
7956 \end_inset
7957
7958 .
7959 \end_layout
7960
7961 \begin_layout Paragraph
7962 Phantom space
7963 \end_layout
7964
7965 \begin_layout Standard
7966 Sometimes you want to insert space with exactly the length of a phrase.
7967  E.g.
7968  you want to create the following multiple choice question:
7969 \end_layout
7970
7971 \begin_layout Standard
7972 \begin_inset VSpace medskip
7973 \end_inset
7974
7975 What is correct English?:
7976 \newline
7977
7978 \newline
7979 Mr.\InsetSpace ~
7980 Edge would have been jumps the gun.
7981 \newline
7982
7983 \begin_inset ERT
7984 status collapsed
7985
7986 \begin_layout Standard
7987
7988
7989 \backslash
7990 phantom{Mr.
7991  Edge }
7992 \end_layout
7993
7994 \end_inset
7995
7996 has to be jumped
7997 \newline
7998
7999 \begin_inset ERT
8000 status collapsed
8001
8002 \begin_layout Standard
8003
8004
8005 \backslash
8006 phantom{Mr.
8007  Edge }
8008 \end_layout
8009
8010 \end_inset
8011
8012 jumps
8013 \begin_inset VSpace medskip
8014 \end_inset
8015
8016
8017 \end_layout
8018
8019 \begin_layout Standard
8020 So that the choices appear exactly after the phrase 
8021 \begin_inset Quotes eld
8022 \end_inset
8023
8024 Mr.\InsetSpace ~
8025 Edge\InsetSpace ~
8026
8027 \begin_inset Quotes erd
8028 \end_inset
8029
8030 .
8031  To get this, you can use the LaTeX-command 
8032 \series bold
8033
8034 \backslash
8035 phantom
8036 \series default
8037  in ERT.
8038  In our case write the command 
8039 \series bold
8040
8041 \backslash
8042 phantom{Mr.
8043  Edge }
8044 \series default
8045  (note the space after 
8046 \begin_inset Quotes eld
8047 \end_inset
8048
8049 Edge
8050 \begin_inset Quotes erd
8051 \end_inset
8052
8053 ) at the beginning of the last two lines.
8054  The command prints out the phrase within the the two braces, but invisible.
8055  That is why it is named 
8056 \begin_inset Quotes eld
8057 \end_inset
8058
8059 phantom
8060 \begin_inset Quotes erd
8061 \end_inset
8062
8063 .
8064 \begin_inset Foot
8065 status collapsed
8066
8067 \begin_layout Standard
8068 There exists also the commands 
8069 \backslash
8070
8071 \series bold
8072 hphantom
8073 \series default
8074  and 
8075 \backslash
8076
8077 \series bold
8078 vphantom
8079 \series default
8080 , but this too special for the LyX Userguide.
8081  If you are interested in knowing more about this, have a look at 
8082 \begin_inset CommandInset citation
8083 LatexCommand cite
8084 key "latexcompanion,latexguide"
8085
8086 \end_inset
8087
8088 .
8089 \end_layout
8090
8091 \end_inset
8092
8093
8094 \end_layout
8095
8096 \begin_layout Subsection
8097 Vertical Space
8098 \begin_inset CommandInset label
8099 LatexCommand label
8100 name "sub:Vertical-Space"
8101
8102 \end_inset
8103
8104
8105 \end_layout
8106
8107 \begin_layout Standard
8108 To add extra vertical space above or below a paragraph, use the 
8109 \family sans
8110 Insert\SpecialChar \menuseparator
8111 Formatting\SpecialChar \menuseparator
8112 Vertical\InsetSpace ~
8113 Space
8114 \family default
8115  dialog.
8116  There you find the following sizes:
8117 \end_layout
8118
8119 \begin_layout Standard
8120
8121 \family sans
8122 SmallSkip
8123 \family default
8124
8125 \family sans
8126 MedSkip
8127 \family default
8128  and 
8129 \family sans
8130 BigSkip
8131 \family default
8132  are LaTeX sizes which depends on the font size of the document.
8133  
8134 \family sans
8135 DefSkip
8136 \family default
8137  is the skip adjusted in the dialog 
8138 \family sans
8139 Document\SpecialChar \menuseparator
8140 Settings
8141 \begin_inset Index
8142 status collapsed
8143
8144 \begin_layout Standard
8145 Document ! Settings
8146 \end_layout
8147
8148 \end_inset
8149
8150
8151 \family default
8152  for the paragraph separation.
8153  If you use indentation to separate paragraphs 
8154 \family sans
8155 DefSkip
8156 \family default
8157  is equal to 
8158 \family sans
8159 MedSkip
8160 \family default
8161 .
8162 \end_layout
8163
8164 \begin_layout Standard
8165
8166 \family sans
8167 VFill
8168 \family default
8169  is a variable space, set so that the space is maximal within one page.
8170  An example: You have only two short paragraphs on one page with a vfill
8171  between them.
8172  Then the first paragraph is placed at the top of the page and the second
8173  one at the bottom, because the space between them is then maximal.
8174  
8175 \family sans
8176 VFill
8177 \family default
8178 s work like 
8179 \family sans
8180 HFill
8181 \family default
8182 s: they fill the remaining vertical space on a page with blank space.
8183 \begin_inset Foot
8184 status collapsed
8185
8186 \begin_layout Standard
8187
8188 \family sans
8189 HFill
8190 \family default
8191 s are described in section\InsetSpace ~
8192
8193 \begin_inset CommandInset ref
8194 LatexCommand ref
8195 reference "sub:Horizontal-Space"
8196
8197 \end_inset
8198
8199 .
8200 \end_layout
8201
8202 \end_inset
8203
8204  If there are several 
8205 \family sans
8206 VFill
8207 \family default
8208 s on a page, they divide the remaining vertical space equally between themselves.
8209  You can therefore use 
8210 \family sans
8211 VFill
8212 \family default
8213 s to center text on a page, or even place text 2/3 down a page.
8214 \end_layout
8215
8216 \begin_layout Standard
8217
8218 \family sans
8219 Custom
8220 \family default
8221  are custom spaces in units explained in Appendix\InsetSpace ~
8222
8223 \begin_inset CommandInset ref
8224 LatexCommand ref
8225 reference "cha:Units-available-in"
8226
8227 \end_inset
8228
8229 .
8230 \end_layout
8231
8232 \begin_layout Standard
8233 \begin_inset Note Greyedout
8234 status open
8235
8236 \begin_layout Standard
8237
8238 \series bold
8239 Note:
8240 \series default
8241  
8242 \series medium
8243 When the extra vertical space would be in the output at the top/bottom of
8244  a page, the space is only added if you have also checked the option 
8245 \family sans
8246 Protect
8247 \family default
8248 .
8249 \end_layout
8250
8251 \end_inset
8252
8253
8254 \end_layout
8255
8256 \begin_layout Subsection
8257 Paragraph Alignment
8258 \end_layout
8259
8260 \begin_layout Standard
8261 You can change the paragraph alignment with the 
8262 \family sans
8263 Edit\SpecialChar \menuseparator
8264 Paragraph Settings
8265 \family default
8266  dialog.
8267  There are four possibilities: 
8268 \end_layout
8269
8270 \begin_layout Itemize
8271
8272 \family sans
8273 Justified
8274 \end_layout
8275
8276 \begin_layout Itemize
8277
8278 \family sans
8279 Left
8280 \end_layout
8281
8282 \begin_layout Itemize
8283
8284 \family sans
8285 Right
8286 \end_layout
8287
8288 \begin_layout Itemize
8289
8290 \family sans
8291 Center
8292 \end_layout
8293
8294 \begin_layout Standard
8295 The default in most cases is justified alignment, in which the inter-word
8296  spacing is variable and each line of a paragraph fills the region between
8297  the left and right margins.
8298  The other three alignments should be self-explanatory, and look like this:
8299 \end_layout
8300
8301 \begin_layout Standard
8302 \align right
8303 This paragraph is right aligned,
8304 \end_layout
8305
8306 \begin_layout Standard
8307 \align center
8308 this one is centered,
8309 \end_layout
8310
8311 \begin_layout Standard
8312 \align left
8313 this one is left aligned.
8314 \end_layout
8315
8316 \begin_layout Subsection
8317 Forced Pagebreaks
8318 \begin_inset Index
8319 status collapsed
8320
8321 \begin_layout Standard
8322 Pagebreaks ! Forced
8323 \end_layout
8324
8325 \end_inset
8326
8327
8328 \begin_inset CommandInset label
8329 LatexCommand label
8330 name "sub:Forced-Pagebreaks"
8331
8332 \end_inset
8333
8334
8335 \end_layout
8336
8337 \begin_layout Standard
8338 If you don't like the way LaTeX does the pagebreaks in your document, you
8339  can force a pagebreak where you want one.
8340  Normally this will not be necessary, because LaTeX is good at pagebreaking.
8341  Only if you use many 
8342 \family sans
8343 Floats
8344 \family default
8345 , LaTeX's page breaking algorithm can fail.
8346 \end_layout
8347
8348 \begin_layout Standard
8349 We recommend not to use forced pagebreaks until the text is finished, and
8350  until you have checked in the preview to see if you 
8351 \emph on
8352 really
8353 \emph default
8354  have to change the pagebreaking.
8355 \end_layout
8356
8357 \begin_layout Standard
8358 There are two types of pagebreaks: One that ends the page without any special
8359  action.
8360  This can be inserted above or below a paragraph by the menu 
8361 \family sans
8362 Insert\SpecialChar \menuseparator
8363 Formatting\SpecialChar \menuseparator
8364 Page\InsetSpace ~
8365 Break
8366 \family default
8367 .
8368  The second type ends a page, but stretches the content of the page, so
8369  that it fills out the complete page.
8370  This type is useful to avoid whitespace when a pagebreak produces a page
8371  on which only the last few lines are absent.
8372  This type is not yet supported by LyX, so that you have to use the LaTeX
8373  command 
8374 \series bold
8375
8376 \backslash
8377 pagebreak[number]
8378 \series default
8379  in ERT
8380 \begin_inset Foot
8381 status collapsed
8382
8383 \begin_layout Standard
8384 For more about ERT see section\InsetSpace ~
8385
8386 \begin_inset CommandInset ref
8387 LatexCommand ref
8388 reference "sec:ERT"
8389
8390 \end_inset
8391
8392 .
8393 \end_layout
8394
8395 \end_inset
8396
8397 .
8398  The number can vary between 0 and 4.
8399  If 4 or no number is used, it will always be created a pagebreak
8400 \begin_inset Foot
8401 status collapsed
8402
8403 \begin_layout Standard
8404 normally one uses simply 
8405 \series bold
8406
8407 \backslash
8408 pagebreak
8409 \series default
8410  without a number
8411 \end_layout
8412
8413 \end_inset
8414
8415 .
8416  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
8417  concerning the priority, if a pagebreak is created or not.
8418 \end_layout
8419
8420 \begin_layout Standard
8421 You might try to use a pagebreak to ensure that a figure or table appears
8422  at the top of a page.
8423  This is, of course, the wrong way to do it.
8424  LyX gives you a way of automatically ensuring that your figures and tables
8425  appear at the top of a page (or the bottom, or on their own page) without
8426  having to worry about what precedes or follows your figure or table.
8427  See chapter 
8428 \begin_inset CommandInset ref
8429 LatexCommand ref
8430 reference "cha:Floats-and-Notes"
8431
8432 \end_inset
8433
8434  to learn more about 
8435 \family sans
8436 Floats
8437 \family default
8438 .
8439 \end_layout
8440
8441 \begin_layout Subsubsection
8442 Clear Pagebreaks
8443 \begin_inset CommandInset label
8444 LatexCommand label
8445 name "sub:Clear-Pages"
8446
8447 \end_inset
8448
8449
8450 \begin_inset Index
8451 status collapsed
8452
8453 \begin_layout Standard
8454 Pagebreaks ! Clear
8455 \end_layout
8456
8457 \end_inset
8458
8459
8460 \end_layout
8461
8462 \begin_layout Standard
8463 Differently to forced pagebreaks where the content behind the break is directly
8464  placed at the next page, pages can also be cleared while breaking them.
8465  That means that the current paragraph is terminated and all, perhaps not
8466  yet processed floats from previous document parts are placed behind it,
8467  if necessary by adding pages.
8468 \end_layout
8469
8470 \begin_layout Standard
8471 You can insert a clear pagebreak with the menu 
8472 \family sans
8473 Insert\SpecialChar \menuseparator
8474 Formatting\SpecialChar \menuseparator
8475 Clear\InsetSpace ~
8476 Page
8477 \family default
8478 .
8479  When you have a two-sided document like a book, you can use the menu 
8480 \family sans
8481 Insert\SpecialChar \menuseparator
8482 Formatting\SpecialChar \menuseparator
8483 Clear\InsetSpace ~
8484 Double\InsetSpace ~
8485 Page
8486 \family default
8487  to insert a clear pagebreak that assures that the next page is a right-hand
8488  page (odd-numbered), if necessary by adding a page.
8489 \end_layout
8490
8491 \begin_layout Subsection
8492 Forced Linebreaks
8493 \begin_inset Index
8494 status collapsed
8495
8496 \begin_layout Standard
8497 Linebreaks
8498 \end_layout
8499
8500 \end_inset
8501
8502
8503 \begin_inset CommandInset label
8504 LatexCommand label
8505 name "sub:Forced-Linebreaks"
8506
8507 \end_inset
8508
8509
8510 \end_layout
8511
8512 \begin_layout Standard
8513 Similar to pagebreaks there are two types of linebreaks: One that simply
8514  breaks the line.
8515  You can force this line break within a paragraph by selecting 
8516 \family sans
8517 Insert\SpecialChar \menuseparator
8518 Formatting\SpecialChar \menuseparator
8519 Line\InsetSpace ~
8520 Break
8521 \family default
8522  or with 
8523 \family sans
8524 C-Return
8525 \family default
8526 .
8527  The other type breaks the line and stretches it so that it fills out the
8528  whole space between the page margins.
8529  This is necessary to avoid 
8530 \begin_inset Quotes eld
8531 \end_inset
8532
8533 fringes
8534 \begin_inset Quotes erd
8535 \end_inset
8536
8537  in justifies paragraphs due to whitespace introduced by linebreaks.
8538  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
8539
8540 \series bold
8541
8542 \backslash
8543 linebreak[number]
8544 \series default
8545  in 
8546 \family sans
8547 ERT
8548 \family default
8549 .
8550  The syntax is similar tho the command 
8551 \series bold
8552
8553 \backslash
8554 pagebreak
8555 \series default
8556 , described in the previous section.
8557 \end_layout
8558
8559 \begin_layout Standard
8560 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
8561  LaTeX is very good at linebreaking.
8562  There are, however, a number of situations where it is necessary to actively
8563  set a linebreak, e.g.
8564  in a poem or for an address (see sections\InsetSpace ~
8565
8566 \begin_inset CommandInset ref
8567 LatexCommand ref
8568 reference "sec:Quote"
8569
8570 \end_inset
8571
8572
8573 \begin_inset CommandInset ref
8574 LatexCommand ref
8575 reference "sec:Verse"
8576
8577 \end_inset
8578
8579  and 
8580 \begin_inset CommandInset ref
8581 LatexCommand ref
8582 reference "sec:Address-Usage"
8583
8584 \end_inset
8585
8586 ).
8587 \end_layout
8588
8589 \begin_layout Subsection
8590 Blanks / Spaces
8591 \begin_inset Index
8592 status collapsed
8593
8594 \begin_layout Standard
8595 Spaces
8596 \end_layout
8597
8598 \end_inset
8599
8600
8601 \end_layout
8602
8603 \begin_layout Standard
8604 A blank is a blank? Not in good typography.
8605  While you might be used to press the space key anytime you want to separate
8606  two words in ordinary word processors, LyX offers you more spaces: Spaces
8607  of different width and spaces which can or cannot be broken at the end
8608  of a line.
8609  The following sections will show you some examples where those spaces are
8610  useful.
8611 \end_layout
8612
8613 \begin_layout Subsubsection
8614 Inter-word Space
8615 \begin_inset CommandInset label
8616 LatexCommand label
8617 name "sub:Inter-word-Space"
8618
8619 \end_inset
8620
8621
8622 \begin_inset Index
8623 status collapsed
8624
8625 \begin_layout Standard
8626 Spaces ! inter-word
8627 \end_layout
8628
8629 \end_inset
8630
8631
8632 \end_layout
8633
8634 \begin_layout Standard
8635 Some languages (e.\InsetSpace \thinspace{}
8636 g.\InsetSpace \space{}
8637 English) have the typographical convention to add extra
8638  space after an end-of-sentence punctuation mark, and LyX honors those conventio
8639 ns (see section\InsetSpace ~
8640
8641 \begin_inset CommandInset ref
8642 LatexCommand ref
8643 reference "sub:Abbreviations"
8644
8645 \end_inset
8646
8647 ).
8648  Sometimes, you want a normal space nevertheless.
8649  In this case, insert one with 
8650 \family sans
8651 Insert\SpecialChar \menuseparator
8652 Special\InsetSpace ~
8653 Formatting\SpecialChar \menuseparator
8654 Inter-word\InsetSpace ~
8655 Space
8656 \family default
8657  (shortcut 
8658 \family sans
8659 C-M-Space
8660 \family default
8661 ).
8662 \end_layout
8663
8664 \begin_layout Subsubsection
8665 Protected Space
8666 \begin_inset CommandInset label
8667 LatexCommand label
8668 name "sub:Protected-Space"
8669
8670 \end_inset
8671
8672
8673 \begin_inset Index
8674 status collapsed
8675
8676 \begin_layout Standard
8677 Spaces ! protected
8678 \end_layout
8679
8680 \end_inset
8681
8682
8683 \end_layout
8684
8685 \begin_layout Standard
8686 The protected space: It is used to tell LyX (and LaTeX) not to break the
8687  line at that point.
8688  This may be necessary to avoid unlucky linebreaks, like in: 
8689 \end_layout
8690
8691 \begin_layout Quote
8692 Further documentation is given in section
8693 \newline
8694
8695 \begin_inset CommandInset ref
8696 LatexCommand ref
8697 reference "sec:Bibliography"
8698
8699 \end_inset
8700
8701 .
8702  
8703 \end_layout
8704
8705 \begin_layout Standard
8706 Obviously, it would be a good thing to put a protected space between 
8707 \begin_inset Quotes eld
8708 \end_inset
8709
8710 section
8711 \begin_inset Quotes erd
8712 \end_inset
8713
8714  and 
8715 \begin_inset Quotes eld
8716 \end_inset
8717
8718
8719 \begin_inset CommandInset ref
8720 LatexCommand ref
8721 reference "sec:Bibliography"
8722
8723 \end_inset
8724
8725
8726 \begin_inset Quotes erd
8727 \end_inset
8728
8729 .
8730  A protected space is set with 
8731 \family sans
8732 Insert\SpecialChar \menuseparator
8733 Special\InsetSpace ~
8734 Formatting\SpecialChar \menuseparator
8735 Protected
8736 \bar under
8737 \InsetSpace ~
8738
8739 \bar default
8740 Space
8741 \family default
8742  (shortcut 
8743 \family sans
8744 C-Space
8745 \family default
8746 ).
8747 \end_layout
8748
8749 \begin_layout Subsubsection
8750 Thin Space
8751 \begin_inset CommandInset label
8752 LatexCommand label
8753 name "sub:Thin-Space"
8754
8755 \end_inset
8756
8757
8758 \begin_inset Index
8759 status collapsed
8760
8761 \begin_layout Standard
8762 Spaces ! thin
8763 \end_layout
8764
8765 \end_inset
8766
8767
8768 \end_layout
8769
8770 \begin_layout Standard
8771
8772 \begin_inset Quotes eld
8773 \end_inset
8774
8775 thin space
8776 \begin_inset Quotes erd
8777 \end_inset
8778
8779  is a blank which has half the size of a normal space (and it is also 
8780 \begin_inset Quotes eld
8781 \end_inset
8782
8783 protected
8784 \begin_inset Quotes erd
8785 \end_inset
8786
8787 ).
8788  The typographical conventions in a lot of languages propose the use of
8789  thin spaces in cases where normal spaces would be too wide, for instance
8790  inside abbreviations:
8791 \end_layout
8792
8793 \begin_layout Quote
8794 D.\InsetSpace \thinspace{}
8795 E.
8796  Knuth has developed our beloved typesetting program, i.\InsetSpace \thinspace{}
8797 e.\InsetSpace \space{}
8798 TeX.
8799 \end_layout
8800
8801 \begin_layout Standard
8802 or between values and units.
8803  Compare for example this:
8804 \newline
8805 10\InsetSpace \thinspace{}
8806 kg (thin space)
8807 \newline
8808 10 kg (normal space
8809 \end_layout
8810
8811 \begin_layout Standard
8812 You can insert thin spaces with the menu 
8813 \family sans
8814 Insert\SpecialChar \menuseparator
8815 Special\InsetSpace ~
8816 Formatting\SpecialChar \menuseparator
8817 Thin\InsetSpace ~
8818 Space
8819 \family default
8820  (shortcut 
8821 \family sans
8822 C-S-Space
8823 \family default
8824 ).
8825 \end_layout
8826
8827 \begin_layout Subsubsection
8828 More Spaces
8829 \end_layout
8830
8831 \begin_layout Standard
8832 Apart from the ones described, there are still some more spaces.
8833  Although LyX supports them natively, they can only be reached via a formula
8834  as described in section\InsetSpace ~
8835
8836 \begin_inset CommandInset ref
8837 LatexCommand ref
8838 reference "sub:Altering-Spacing"
8839
8840 \end_inset
8841
8842  or via the 
8843 \family sans
8844 command buffer
8845 \family default
8846  toolbar.
8847  Te latter means to type
8848 \newline
8849  
8850 \series bold
8851 space-insert <command>
8852 \family typewriter
8853 \series default
8854
8855 \newline
8856
8857 \family default
8858  into the command buffer, where 
8859 \series bold
8860 <command>
8861 \series default
8862  is one of the following:
8863 \begin_inset Foot
8864 status collapsed
8865
8866 \begin_layout Standard
8867 The unit 
8868 \begin_inset Quotes eld
8869 \end_inset
8870
8871 em
8872 \begin_inset Quotes erd
8873 \end_inset
8874
8875  is explained in Appendix\InsetSpace ~
8876
8877 \begin_inset CommandInset ref
8878 LatexCommand ref
8879 reference "cha:Units-available-in"
8880
8881 \end_inset
8882
8883 .
8884 \end_layout
8885
8886 \end_inset
8887
8888
8889 \end_layout
8890
8891 \begin_layout Standard
8892 \align center
8893 \begin_inset Tabular
8894 <lyxtabular version="3" rows="9" columns="3">
8895 <features>
8896 <column alignment="center" valignment="top" leftline="true" width="0">
8897 <column alignment="center" valignment="top" leftline="true" width="0">
8898 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
8899 <row topline="true" bottomline="true">
8900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Standard
8904
8905 \series bold
8906 command
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Standard
8915
8916 \series bold
8917 width
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Standard
8926
8927 \series bold
8928 protected?
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row topline="true">
8935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Standard
8939
8940 \family typewriter
8941 normal
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Standard
8950 1/3\InsetSpace ~
8951 em
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Standard
8960 no
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row topline="true">
8967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Standard
8971
8972 \family typewriter
8973 protected
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Standard
8982 1/3\InsetSpace ~
8983 em
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Standard
8992 yes
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row topline="true" bottomline="true">
8999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Standard
9003
9004 \family typewriter
9005 thin
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Standard
9014 1/6\InsetSpace ~
9015 em
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Standard
9024 yes
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row bottomline="true">
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Standard
9035
9036 \family typewriter
9037 enspace
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Standard
9046 0.5\InsetSpace ~
9047 em
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Standard
9056 yes
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 </row>
9062 <row bottomline="true">
9063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Standard
9067
9068 \family typewriter
9069 enskip
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Standard
9078 0.5\InsetSpace ~
9079 em
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Standard
9088 no
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row bottomline="true">
9095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Standard
9099
9100 \family typewriter
9101 quad
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Standard
9110 1\InsetSpace ~
9111 em
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Standard
9120 no
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row bottomline="true">
9127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Standard
9131
9132 \family typewriter
9133 qquad
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Standard
9142 2\InsetSpace ~
9143 em
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Standard
9152 no
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row bottomline="true">
9159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Standard
9163
9164 \family typewriter
9165 negthinspace
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Standard
9174 -1/6\InsetSpace ~
9175 em
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Standard
9184 yes
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 </lyxtabular>
9191
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \begin_layout Subsection
9198 Horizontal Lines
9199 \begin_inset CommandInset label
9200 LatexCommand label
9201 name "sub:Horizontal-Lines"
9202
9203 \end_inset
9204
9205
9206 \begin_inset Index
9207 status collapsed
9208
9209 \begin_layout Standard
9210 Horizontal lines
9211 \end_layout
9212
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \begin_layout Standard
9219
9220 \lyxline
9221 In the dialog 
9222 \family sans
9223 Insert\SpecialChar \menuseparator
9224 Formatting\SpecialChar \menuseparator
9225 Horizontal\InsetSpace ~
9226 Line
9227 \family default
9228  you can insert horizontal lines that spans over the whole document columns
9229  width.
9230 \lyxline
9231
9232 \end_layout
9233
9234 \begin_layout Section
9235 Fonts and Text Styles
9236 \begin_inset CommandInset label
9237 LatexCommand label
9238 name "sec:Fonts-and-Text"
9239
9240 \end_inset
9241
9242
9243 \end_layout
9244
9245 \begin_layout Subsection
9246 Font Types
9247 \begin_inset Index
9248 status collapsed
9249
9250 \begin_layout Standard
9251 Font ! Types
9252 \end_layout
9253
9254 \end_inset
9255
9256
9257 \end_layout
9258
9259 \begin_layout Standard
9260 There are two types of fonts:
9261 \end_layout
9262
9263 \begin_layout Description
9264 Vector\InsetSpace ~
9265 fonts
9266 \begin_inset Index
9267 status collapsed
9268
9269 \begin_layout Standard
9270 Fonts ! Vector-
9271 \end_layout
9272
9273 \end_inset
9274
9275  are fonts, built from outlines of the single glyphs (i.e.
9276  characters) in the font.
9277  This means that each glyph is defined using mathematical curves that are
9278  well suited for scaling to any requested size.
9279  This mathematical definition is interpreted by the font renderer and the
9280  curve is filled out with pixels according to the size and glyph.
9281  This means that outline fonts will look pretty good in all sizes.
9282  Only at very small sizes it might be hard to provide a good rendering at
9283  very small sizes, where each pixel has to be very carefully computed to
9284  provide a good image.
9285 \newline
9286 One could mean that one only needs to define one font
9287  size and scale them.
9288  But to achieve a better quality, many fonts define several font sizes.
9289  That improves the appearance, because you need more details at large font
9290  sizes than at small ones.
9291 \newline
9292 The font types 
9293 \family typewriter
9294 TrueType
9295 \family default
9296
9297 \family typewriter
9298 OpenType
9299 \family default
9300 , and 
9301 \family typewriter
9302 Type\InsetSpace ~
9303 1 PostScript
9304 \family default
9305  are vector fonts.
9306 \end_layout
9307
9308 \begin_layout Description
9309 Bitmap\InsetSpace ~
9310 fonts
9311 \begin_inset Index
9312 status collapsed
9313
9314 \begin_layout Standard
9315 Fonts ! Bitmap-
9316 \end_layout
9317
9318 \end_inset
9319
9320  on the other hand, are defined by bitmap graphics from the start, so they
9321  will look good at all the sizes they are meant for.
9322  However, they don't scale well, because in order to scale a glyph, each
9323  pixel is enlarged into several pixels.
9324  It is the same effect that happens if you try to enlarge a picture in a
9325  picture manipulation program.
9326  In order to relieve this effect, bitmap fonts are typically provided in
9327  several fixed sizes typically from around 8 pixels high up to 34 pixels
9328  or so high in steps according to what is believed to be useful.
9329  The advantage of bitmap fonts is that no complicated computations are necessary
9330  to display each glyph, so bitmap fonts are thus faster displayed than scalable
9331  fonts.
9332  The disadvantage is that sizes that don't exists as fixed versions have
9333  to be scaled by doubling pixels, and thus look bad.
9334 \newline
9335 Bitmap fonts are named
9336  
9337 \family typewriter
9338 Type\InsetSpace ~
9339 3
9340 \family default
9341  in PostScript- and PDF-documents.
9342 \end_layout
9343
9344 \begin_layout Standard
9345 The result of all this, is that bitmap fonts are best for the size they
9346  are designed for, while scalable fonts are good for nearly all sizes.
9347  So one need less font size definitions for scalable fonts.
9348  That's the reason why nearly all text render and typesetting programs use
9349  scalable fonts.
9350 \end_layout
9351
9352 \begin_layout Standard
9353 To test which fonts are used in a PDF-document, you can have a look into
9354  its document properties.
9355 \end_layout
9356
9357 \begin_layout Standard
9358 Many modern typesetting and markup languages have begun to move towards
9359  specifying character styles rather than specifying a particular font.
9360  For example, instead of changing to an italicized version of the current
9361  font to emphasize text, you use an 
9362 \begin_inset Quotes eld
9363 \end_inset
9364
9365 emphasized style
9366 \begin_inset Quotes erd
9367 \end_inset
9368
9369  instead.
9370  This concept fits in perfectly with LyX.
9371  In LyX, you do things based on contexts, rather than focusing on typesetting
9372  details.
9373 \end_layout
9374
9375 \begin_layout Subsection
9376 Document Font and Font size
9377 \begin_inset CommandInset label
9378 LatexCommand label
9379 name "sub:Document-Font"
9380
9381 \end_inset
9382
9383
9384 \begin_inset Index
9385 status collapsed
9386
9387 \begin_layout Standard
9388 Font ! Size
9389 \end_layout
9390
9391 \end_inset
9392
9393
9394 \begin_inset Index
9395 status collapsed
9396
9397 \begin_layout Standard
9398 Document ! Font
9399 \end_layout
9400
9401 \end_inset
9402
9403
9404 \end_layout
9405
9406 \begin_layout Standard
9407 You can set the document fonts in the
9408 \family sans
9409  Document\SpecialChar \menuseparator
9410 Settings
9411 \family default
9412
9413 \begin_inset Index
9414 status collapsed
9415
9416 \begin_layout Standard
9417 Document ! Settings
9418 \end_layout
9419
9420 \end_inset
9421
9422  dialog.
9423  There you can specify which font should be used for the three different
9424  font shapes roman (serif), 
9425 \family sans
9426 sans\InsetSpace ~
9427 serif
9428 \family default
9429 , and 
9430 \family typewriter
9431 typewriter
9432 \family default
9433  and its scalings.
9434 \end_layout
9435
9436 \begin_layout Standard
9437 The possible options for the font include 
9438 \family sans
9439 default
9440 \family default
9441  and a list of fonts available on your system.
9442  
9443 \family sans
9444 default
9445 \family default
9446  uses the standard TeX fonts, known as 
9447 \begin_inset Quotes eld
9448 \end_inset
9449
9450
9451 \family typewriter
9452 Computer Modern
9453 \family default
9454
9455 \begin_inset Quotes erd
9456 \end_inset
9457
9458  (
9459 \family typewriter
9460 cm
9461 \family default
9462 ) or 
9463 \begin_inset Quotes eld
9464 \end_inset
9465
9466
9467 \family typewriter
9468 European Computer Modern
9469 \family default
9470
9471 \begin_inset Quotes erd
9472 \end_inset
9473
9474  (
9475 \family typewriter
9476 ec
9477 \family default
9478 ).
9479 \end_layout
9480
9481 \begin_layout Standard
9482 As 
9483 \family typewriter
9484 cm
9485 \family default
9486  and 
9487 \family typewriter
9488 ec
9489 \family default
9490  are bitmap fonts, they often looks pixeled in PDF output, especially when
9491  you read the PDF in a zoomed size.
9492 \begin_inset Foot
9493 status collapsed
9494
9495 \begin_layout Standard
9496 This problem doesn't appear if you read PDFs in 
9497 \family typewriter
9498 Adobe\InsetSpace ~
9499 Reader
9500 \family default
9501  version 6 or later, because this program includes a special bitmap font
9502  renderer.
9503 \end_layout
9504
9505 \end_inset
9506
9507  To get rid of pixeled fonts, you have to use a vector font.
9508  There are three ways to use one:
9509 \end_layout
9510
9511 \begin_layout Itemize
9512 One way is to use the 
9513 \family typewriter
9514 AE
9515 \family default
9516  fonts.
9517  
9518 \family typewriter
9519 AE
9520 \family default
9521  is a virtual font.
9522  Virtual means that it 
9523 \begin_inset Quotes eld
9524 \end_inset
9525
9526 steals
9527 \begin_inset Quotes erd
9528 \end_inset
9529
9530  outline 
9531 \family typewriter
9532 cm
9533 \family default
9534 -glyphs from other fonts.
9535  This has the disadvantage that some characters are missing, like the French
9536  guillemets (
9537 \begin_inset Quotes eld
9538 \end_inset
9539
9540 «
9541 \begin_inset Quotes erd
9542 \end_inset
9543
9544  and 
9545 \begin_inset Quotes eld
9546 \end_inset
9547
9548 »
9549 \begin_inset Quotes erd
9550 \end_inset
9551
9552 )
9553 \begin_inset Foot
9554 status collapsed
9555
9556 \begin_layout Standard
9557 Loading the LaTeX-package 
9558 \series bold
9559 aeguill
9560 \begin_inset Index
9561 status collapsed
9562
9563 \begin_layout Standard
9564 LaTeX-packages ! aeguill
9565 \end_layout
9566
9567 \end_inset
9568
9569
9570 \series default
9571  with the document preamble line
9572 \end_layout
9573
9574 \begin_layout Standard
9575
9576 \series bold
9577
9578 \backslash
9579 usepackage[ec]{aeguill}
9580 \end_layout
9581
9582 \begin_layout Standard
9583 will fix the guillemet problem.
9584 \end_layout
9585
9586 \end_inset
9587
9588  and that accented characters are not 
9589 \emph on
9590 one
9591 \emph default
9592  glyph, they are build of 
9593 \emph on
9594 two
9595 \emph default
9596  characters, the accent and the letter.
9597  Therefore you can't search in documents using the 
9598 \family typewriter
9599 AE
9600 \family default
9601  fonts for words with accented characters.
9602  If you search for example for the French word 
9603 \begin_inset Quotes eld
9604 \end_inset
9605
9606 rève
9607 \begin_inset Quotes erd
9608 \end_inset
9609
9610  in a PDF, you won't get any result, because the PDF-viewer searches for
9611  the glyph 
9612 \begin_inset Quotes eld
9613 \end_inset
9614
9615  è 
9616 \begin_inset Quotes erd
9617 \end_inset
9618
9619  and not for the glyph 
9620 \begin_inset Quotes eld
9621 \end_inset
9622
9623  e + 
9624 \begin_inset ERT
9625 status collapsed
9626
9627 \begin_layout Standard
9628
9629
9630 \backslash
9631 `{}
9632 \end_layout
9633
9634 \end_inset
9635
9636  
9637 \begin_inset Quotes erd
9638 \end_inset
9639
9640 .
9641 \begin_inset Note Note
9642 status collapsed
9643
9644 \begin_layout Standard
9645 The LaTeX command 
9646 \series bold
9647
9648 \backslash
9649 `
9650 \series default
9651  produces a grave.
9652  The two braces behind the command prevents the following quotation mark
9653  to be accented with the grave.
9654 \newline
9655 More about ERT and LaTeX-commands is described
9656  in section\InsetSpace ~
9657
9658 \begin_inset CommandInset ref
9659 LatexCommand ref
9660 reference "sec:ERT"
9661
9662 \end_inset
9663
9664 .
9665 \end_layout
9666
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \begin_layout Itemize
9673 Another possibility is to use three different outline fonts
9674 \begin_inset Foot
9675 status collapsed
9676
9677 \begin_layout Standard
9678 Other fonts, like 
9679 \family typewriter
9680 Latin Modern
9681 \family default
9682  or 
9683 \family typewriter
9684 Computer Modern
9685 \family default
9686 , consists of these three main font types 
9687 \family sans
9688 sans\InsetSpace ~
9689 serif
9690 \family default
9691
9692 \family sans
9693 typewriter
9694 \family default
9695 , and 
9696 \family sans
9697 serif
9698 \family default
9699 .
9700 \end_layout
9701
9702 \end_inset
9703
9704
9705 \family sans
9706 Times\InsetSpace ~
9707 Roman
9708 \family default
9709  as roman font,
9710 \family sans
9711  Helvetica
9712 \family default
9713  scaled to 92 or 95\InsetSpace \thinspace{}
9714 % as sans\InsetSpace ~
9715 serif font, and 
9716 \family sans
9717 courier
9718 \family default
9719  as typewriter font.
9720 \newline
9721 The differences between roman, 
9722 \family sans
9723 sans\InsetSpace ~
9724 serif
9725 \family default
9726 , and 
9727 \family typewriter
9728 typewriter
9729 \family default
9730  fonts are explained in section\InsetSpace ~
9731
9732 \begin_inset CommandInset ref
9733 LatexCommand ref
9734 reference "sub:Fine-Tuning-with-the"
9735
9736 \end_inset
9737
9738 .
9739 \newline
9740 The font 
9741 \family sans
9742 Times\InsetSpace ~
9743 Roman
9744 \family default
9745  was originally designed for newspapers.
9746  That means its glyphs are smaller than the one from other fonts to fit
9747  into the small newspaper columns.
9748  Therefore 
9749 \family sans
9750 Times\InsetSpace ~
9751 Roman
9752 \family default
9753  is not the optimal choice for larger documents like books.
9754 \end_layout
9755
9756 \begin_layout Itemize
9757 The best solution is to use the 
9758 \family typewriter
9759 Latin Modern
9760 \family default
9761  fonts.
9762  These fonts are developed in order of the LaTeX community to replace 
9763 \family typewriter
9764 cm
9765 \family default
9766  as default font.
9767 \end_layout
9768
9769 \begin_layout Standard
9770 \begin_inset VSpace bigskip
9771 \end_inset
9772
9773 For the font size there are four possible values: 
9774 \family sans
9775 default, 10
9776 \family default
9777
9778 \family sans
9779 11
9780 \family default
9781 , and 
9782 \family sans
9783 12
9784 \family default
9785 .
9786  The size of 
9787 \family sans
9788 default
9789 \family default
9790  depends on your LaTeX-system, normally it is equal to the font size 10.
9791 \end_layout
9792
9793 \begin_layout Standard
9794 The font sizes are the 
9795 \emph on
9796 base size
9797 \emph default
9798 .
9799  LyX actually scales all other possible font sizes (such as those used in
9800  footnotes, super-, and subscripts) by this value.
9801  You can fine-tune the font size of text parts via the 
9802 \family sans
9803 Text\InsetSpace ~
9804 Style
9805 \family default
9806  dialog if needed.
9807  The possible font sizes for text parts are explained in section\InsetSpace ~
9808
9809 \begin_inset CommandInset ref
9810 LatexCommand ref
9811 reference "sub:Fine-Tuning-with-the"
9812
9813 \end_inset
9814
9815 .
9816 \end_layout
9817
9818 \begin_layout Standard
9819 \begin_inset VSpace bigskip
9820 \end_inset
9821
9822
9823 \begin_inset Note Greyedout
9824 status open
9825
9826 \begin_layout Standard
9827
9828 \series bold
9829 Note:
9830 \series default
9831  When you choose a new font or font size, LyX does 
9832 \emph on
9833 not
9834 \emph default
9835  change the screen font! You will only see a difference in the printed output;
9836  this is part of the WYSIWYM concept.
9837  LyX's screen fonts can be adjusted in the 
9838 \family sans
9839 Tools\SpecialChar \menuseparator
9840 Preferences
9841 \family default
9842  dialog, see section\InsetSpace ~
9843
9844 \begin_inset CommandInset ref
9845 LatexCommand ref
9846 reference "sub:Screen-Fonts"
9847
9848 \end_inset
9849
9850 .
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \begin_layout Subsection
9859 Using Different Character Styles
9860 \begin_inset Index
9861 status collapsed
9862
9863 \begin_layout Standard
9864 Character Styles
9865 \end_layout
9866
9867 \end_inset
9868
9869
9870 \begin_inset Index
9871 status collapsed
9872
9873 \begin_layout Standard
9874 Text Style
9875 \end_layout
9876
9877 \end_inset
9878
9879
9880 \end_layout
9881
9882 \begin_layout Standard
9883 As we've already seen, LyX automatically changes the character style for
9884  certain paragraph environments.
9885  LyX supports two character styles, 
9886 \family sans
9887 Emphasized
9888 \family default
9889  and 
9890 \family sans
9891 Noun
9892 \family default
9893 .
9894  You can activate both of these styles via keybindings, the menus, and the
9895  toolbar.
9896 \end_layout
9897
9898 \begin_layout Standard
9899 To activate the 
9900 \family sans
9901 Noun
9902 \family default
9903  style, do one of the following:
9904 \end_layout
9905
9906 \begin_layout Itemize
9907 click on the toolbar button 
9908 \begin_inset Graphics
9909         filename ../images/font-noun.png
9910         inzipName 
9911         embed true
9912
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \begin_layout Itemize
9919 use the keybinding 
9920 \family sans
9921 M-c\InsetSpace ~
9922 c
9923 \end_layout
9924
9925 \begin_layout Standard
9926 These commands are all toggles.
9927  That is, if 
9928 \family sans
9929 Noun
9930 \family default
9931  style is already active, they deactivate it.
9932 \end_layout
9933
9934 \begin_layout Standard
9935 One typically uses the 
9936 \family sans
9937 Noun
9938 \family default
9939  style for proper names.
9940  For example: 
9941 \begin_inset Quotes eld
9942 \end_inset
9943
9944
9945 \noun on
9946 Matthias Ettrich
9947 \noun default
9948  is the original author of LyX.
9949 \begin_inset Quotes erd
9950 \end_inset
9951
9952
9953 \end_layout
9954
9955 \begin_layout Standard
9956 A more widely used character style is the 
9957 \family sans
9958 Emphasized
9959 \family default
9960  style.
9961  You can activate (or deactivate - it's also a toggle) the 
9962 \family sans
9963 Emphasized
9964 \family default
9965  style by:
9966 \end_layout
9967
9968 \begin_layout Itemize
9969 clicking on the toolbar button 
9970 \begin_inset Graphics
9971         filename ../images/font-emph.png
9972         inzipName 
9973         embed false
9974
9975 \end_inset
9976
9977
9978 \end_layout
9979
9980 \begin_layout Itemize
9981 using the keybindings 
9982 \family sans
9983 M-c\InsetSpace ~
9984 e
9985 \end_layout
9986
9987 \begin_layout Standard
9988 Normally the 
9989 \family sans
9990 Emphasized
9991 \family default
9992  style is equivalent to an italic font but some document classes or LaTeX-packag
9993 es use a different font.
9994 \end_layout
9995
9996 \begin_layout Standard
9997 We've been using the 
9998 \family sans
9999 Emphasized
10000 \family default
10001  style all over the place in this document.
10002  Here's one more example:
10003 \end_layout
10004
10005 \begin_layout Quotation
10006
10007 \emph on
10008 Don't overuse character styles!
10009 \end_layout
10010
10011 \begin_layout Standard
10012 It's also a warning in addition to an example.
10013  One's writing should parallel ordinary conversation.
10014  Since we don't all constantly scream at each other, we should also avoid
10015  the common tendency to overuse character style.
10016  
10017 \end_layout
10018
10019 \begin_layout Standard
10020 You can always reset to the default font using the keybinding 
10021 \family sans
10022 M-c\InsetSpace ~
10023 Space
10024 \family default
10025  or the dialog 
10026 \family sans
10027 Edit\SpecialChar \menuseparator
10028 Text\InsetSpace ~
10029 Style
10030 \family default
10031 .
10032 \end_layout
10033
10034 \begin_layout Subsection
10035 Fine-Tuning with the 
10036 \family sans
10037 Text Style
10038 \family default
10039  dialog
10040 \begin_inset CommandInset label
10041 LatexCommand label
10042 name "sub:Fine-Tuning-with-the"
10043
10044 \end_inset
10045
10046
10047 \begin_inset Index
10048 status collapsed
10049
10050 \begin_layout Standard
10051 Text Style
10052 \end_layout
10053
10054 \end_inset
10055
10056
10057 \end_layout
10058
10059 \begin_layout Standard
10060 There are always occasions when you'll need to do some fine-tuning, so LyX
10061  gives you a way to create custom character style.
10062  For example, an academic journal or a corporation may have a style sheet
10063  requiring a sans-serif font be used in certain situations.
10064  Also, writers sometimes use a different font to offset a character's thoughts
10065  from ordinary dialog.
10066 \end_layout
10067
10068 \begin_layout Standard
10069 Before we document how to use custom character style, we want to issue a
10070  warning yet again: Don't overuse character styles! 
10071 \newline
10072 Documents that overuse
10073  different fonts and sizes are not well readable and tend to look like someone
10074  has knocked huge holes in it.
10075 \end_layout
10076
10077 \begin_layout Standard
10078 To use custom character styles, open the 
10079 \family sans
10080 Edit\SpecialChar \menuseparator
10081 Text\InsetSpace ~
10082 Style
10083 \family default
10084  dialog.
10085  There are several boxes on this dialog, each corresponding to a different
10086  font property which you can choose.
10087  You can choose an option for one of these properties, or select 
10088 \family sans
10089 No\InsetSpace ~
10090 change
10091 \family default
10092 , which keeps the current state of that property.
10093  The item 
10094 \family sans
10095 Reset
10096 \family default
10097  will reset the property to whatever is the default.
10098  You can use this to reset attributes across a bunch of different paragraph
10099  environments in a snap.
10100 \end_layout
10101
10102 \begin_layout Standard
10103 The font properties, and their options (in addition to 
10104 \family sans
10105 No\InsetSpace ~
10106 change
10107 \family default
10108  and 
10109 \family sans
10110 Reset
10111 \family default
10112 ) are:
10113 \end_layout
10114
10115 \begin_layout Labeling
10116 \labelwidthstring 00.00.0000
10117
10118 \family sans
10119 Family
10120 \family default
10121  The 
10122 \begin_inset Quotes eld
10123 \end_inset
10124
10125 overall look
10126 \begin_inset Quotes erd
10127 \end_inset
10128
10129  of the font.
10130  The possible options are:
10131 \end_layout
10132
10133 \begin_deeper
10134 \begin_layout Labeling
10135 \labelwidthstring 00.00.0000
10136
10137 \family sans
10138 Roman
10139 \family default
10140  This is the Roman font family.
10141  Normally a serif font.
10142  It's also the default family.
10143  (keybinding 
10144 \begin_inset ERT
10145 status collapsed
10146
10147 \begin_layout Standard
10148
10149
10150 \backslash
10151 mbox{
10152 \end_layout
10153
10154 \end_inset
10155
10156
10157 \family sans
10158 M-c\InsetSpace ~
10159 r
10160 \family default
10161
10162 \begin_inset ERT
10163 status collapsed
10164
10165 \begin_layout Standard
10166
10167 }
10168 \end_layout
10169
10170 \end_inset
10171
10172 )
10173 \begin_inset Note Note
10174 status collapsed
10175
10176 \begin_layout Standard
10177 The LaTeX-command prevents text to be broken at the end of a line.
10178  It is explained in section\InsetSpace ~
10179
10180 \begin_inset CommandInset ref
10181 LatexCommand ref
10182 reference "sub:Hyphenation"
10183
10184 \end_inset
10185
10186 .
10187 \end_layout
10188
10189 \end_inset
10190
10191
10192 \end_layout
10193
10194 \begin_layout Labeling
10195 \labelwidthstring 00.00.0000
10196
10197 \family sans
10198 Sans\InsetSpace ~
10199 Serif
10200 \family default
10201  
10202 \family sans
10203 This is the Sans Serif font family.
10204
10205 \family default
10206  (keybinding 
10207 \begin_inset ERT
10208 status collapsed
10209
10210 \begin_layout Standard
10211
10212
10213 \backslash
10214 mbox{
10215 \end_layout
10216
10217 \end_inset
10218
10219
10220 \family sans
10221 M-c\InsetSpace ~
10222 s
10223 \family default
10224
10225 \begin_inset ERT
10226 status collapsed
10227
10228 \begin_layout Standard
10229
10230 }
10231 \end_layout
10232
10233 \end_inset
10234
10235 )
10236 \end_layout
10237
10238 \begin_layout Labeling
10239 \labelwidthstring 00.00.0000
10240
10241 \family sans
10242 Typewriter
10243 \family default
10244  
10245 \family typewriter
10246 This is the Typewriter font family.
10247
10248 \family default
10249  (keybinding 
10250 \begin_inset ERT
10251 status collapsed
10252
10253 \begin_layout Standard
10254
10255
10256 \backslash
10257 mbox{
10258 \end_layout
10259
10260 \end_inset
10261
10262
10263 \family sans
10264 M-c\InsetSpace ~
10265 p
10266 \family default
10267
10268 \begin_inset ERT
10269 status collapsed
10270
10271 \begin_layout Standard
10272
10273 }
10274 \end_layout
10275
10276 \end_inset
10277
10278
10279 \family sans
10280 )
10281 \end_layout
10282
10283 \end_deeper
10284 \begin_layout Labeling
10285 \labelwidthstring 00.00.0000
10286
10287 \family sans
10288 Series
10289 \family default
10290  This corresponds to the print weight.
10291  Options are:
10292 \end_layout
10293
10294 \begin_deeper
10295 \begin_layout Labeling
10296 \labelwidthstring 00.00.0000
10297
10298 \family sans
10299 Medium
10300 \family default
10301  This is the Medium font series.
10302  It's also the default series.
10303 \end_layout
10304
10305 \begin_layout Labeling
10306 \labelwidthstring 00.00.0000
10307
10308 \family sans
10309 Bold
10310 \family default
10311  
10312 \series bold
10313 This is the Bold font series.
10314
10315 \series default
10316  (keybinding 
10317 \begin_inset ERT
10318 status collapsed
10319
10320 \begin_layout Standard
10321
10322
10323 \backslash
10324 mbox{
10325 \end_layout
10326
10327 \end_inset
10328
10329
10330 \family sans
10331 M-c\InsetSpace ~
10332 b
10333 \family default
10334
10335 \begin_inset ERT
10336 status collapsed
10337
10338 \begin_layout Standard
10339
10340 }
10341 \end_layout
10342
10343 \end_inset
10344
10345 )
10346 \end_layout
10347
10348 \end_deeper
10349 \begin_layout Labeling
10350 \labelwidthstring 00.00.0000
10351
10352 \family sans
10353 Shape
10354 \family default
10355  As the name implies.
10356  Options are:
10357 \end_layout
10358
10359 \begin_deeper
10360 \begin_layout Labeling
10361 \labelwidthstring 00.00.0000
10362
10363 \family sans
10364 Upright
10365 \family default
10366  This is the Upright font shape.
10367  It's also the default shape.
10368 \end_layout
10369
10370 \begin_layout Labeling
10371 \labelwidthstring 00.00.0000
10372
10373 \family sans
10374 Italic
10375 \family default
10376  
10377 \shape italic
10378 This
10379 \shape default
10380  
10381 \family sans
10382 \shape italic
10383 i
10384 \family default
10385 s the Italic font shape
10386 \shape default
10387 \emph on
10388 .
10389 \end_layout
10390
10391 \begin_layout Labeling
10392 \labelwidthstring 00.00.0000
10393
10394 \family sans
10395 Slanted
10396 \family default
10397  
10398 \shape slanted
10399 This is the Slanted font shape
10400 \shape default
10401  (although it might not be visible in LyX, this is different from italic).
10402 \end_layout
10403
10404 \begin_layout Labeling
10405 \labelwidthstring 00.00.0000
10406
10407 \family sans
10408 Small\InsetSpace ~
10409 Caps
10410 \family default
10411  
10412 \shape smallcaps
10413 This is the Small caps font shape
10414 \shape default
10415 \noun on
10416 .
10417 \end_layout
10418
10419 \end_deeper
10420 \begin_layout Labeling
10421 \labelwidthstring 00.00.0000
10422
10423 \family sans
10424 Size
10425 \family default
10426  Alters the size of the font.
10427  You'll find no numerical values here; all possible sizes are actually proportio
10428 nal to the document font size.
10429  Once again, you don't feed LyX the details, but a general description of
10430  what you want to do.
10431  The options are:
10432 \end_layout
10433
10434 \begin_deeper
10435 \begin_layout Labeling
10436 \labelwidthstring 00.00.0000
10437
10438 \family sans
10439 Tiny
10440 \family default
10441  
10442 \size tiny
10443 This is the 
10444 \begin_inset Quotes eld
10445 \end_inset
10446
10447 Tiny
10448 \begin_inset Quotes erd
10449 \end_inset
10450
10451  font size.
10452
10453 \size default
10454  (keybinding 
10455 \begin_inset ERT
10456 status collapsed
10457
10458 \begin_layout Standard
10459
10460
10461 \backslash
10462 mbox{
10463 \end_layout
10464
10465 \end_inset
10466
10467
10468 \family sans
10469 M-s\InsetSpace ~
10470 t
10471 \family default
10472
10473 \begin_inset ERT
10474 status collapsed
10475
10476 \begin_layout Standard
10477
10478 }
10479 \end_layout
10480
10481 \end_inset
10482
10483  or 
10484 \begin_inset ERT
10485 status collapsed
10486
10487 \begin_layout Standard
10488
10489
10490 \backslash
10491 mbox{
10492 \end_layout
10493
10494 \end_inset
10495
10496
10497 \family sans
10498 M-s\InsetSpace ~
10499 1
10500 \family default
10501
10502 \begin_inset ERT
10503 status collapsed
10504
10505 \begin_layout Standard
10506
10507 }
10508 \end_layout
10509
10510 \end_inset
10511
10512 )
10513 \end_layout
10514
10515 \begin_layout Labeling
10516 \labelwidthstring 00.00.0000
10517
10518 \family sans
10519 Smallest
10520 \family default
10521  
10522 \size scriptsize
10523 This is the 
10524 \begin_inset Quotes eld
10525 \end_inset
10526
10527 Smallest
10528 \begin_inset Quotes erd
10529 \end_inset
10530
10531  font size
10532 \size default
10533 .
10534  (keybinding 
10535 \begin_inset ERT
10536 status collapsed
10537
10538 \begin_layout Standard
10539
10540
10541 \backslash
10542 mbox{
10543 \end_layout
10544
10545 \end_inset
10546
10547
10548 \family sans
10549 M-s\InsetSpace ~
10550
10551 \family default
10552 2
10553 \begin_inset ERT
10554 status collapsed
10555
10556 \begin_layout Standard
10557
10558 }
10559 \end_layout
10560
10561 \end_inset
10562
10563 )
10564 \end_layout
10565
10566 \begin_layout Labeling
10567 \labelwidthstring 00.00.0000
10568
10569 \family sans
10570 Smaller
10571 \family default
10572  
10573 \size footnotesize
10574 This is the 
10575 \begin_inset Quotes eld
10576 \end_inset
10577
10578 Smaller
10579 \begin_inset Quotes erd
10580 \end_inset
10581
10582  font size.
10583
10584 \size default
10585  (keybinding 
10586 \begin_inset ERT
10587 status collapsed
10588
10589 \begin_layout Standard
10590
10591
10592 \backslash
10593 mbox{
10594 \end_layout
10595
10596 \end_inset
10597
10598
10599 \family sans
10600 M-s\InsetSpace ~
10601 S
10602 \family default
10603
10604 \begin_inset ERT
10605 status collapsed
10606
10607 \begin_layout Standard
10608
10609 }
10610 \end_layout
10611
10612 \end_inset
10613
10614  or 
10615 \begin_inset ERT
10616 status collapsed
10617
10618 \begin_layout Standard
10619
10620
10621 \backslash
10622 mbox{
10623 \end_layout
10624
10625 \end_inset
10626
10627
10628 \family sans
10629 M-s\InsetSpace ~
10630
10631 \family default
10632 3
10633 \begin_inset ERT
10634 status collapsed
10635
10636 \begin_layout Standard
10637
10638 }
10639 \end_layout
10640
10641 \end_inset
10642
10643 )
10644 \end_layout
10645
10646 \begin_layout Labeling
10647 \labelwidthstring 00.00.0000
10648
10649 \family sans
10650 Small
10651 \family default
10652  
10653 \size small
10654 This is the 
10655 \begin_inset Quotes eld
10656 \end_inset
10657
10658 Small
10659 \begin_inset Quotes erd
10660 \end_inset
10661
10662  font size.
10663
10664 \size default
10665  (keybinding 
10666 \begin_inset ERT
10667 status collapsed
10668
10669 \begin_layout Standard
10670
10671
10672 \backslash
10673 mbox{
10674 \end_layout
10675
10676 \end_inset
10677
10678
10679 \family sans
10680 M-s\InsetSpace ~
10681 s
10682 \family default
10683
10684 \begin_inset ERT
10685 status collapsed
10686
10687 \begin_layout Standard
10688
10689 }
10690 \end_layout
10691
10692 \end_inset
10693
10694  or 
10695 \begin_inset ERT
10696 status collapsed
10697
10698 \begin_layout Standard
10699
10700
10701 \backslash
10702 mbox{
10703 \end_layout
10704
10705 \end_inset
10706
10707
10708 \family sans
10709 M-s\InsetSpace ~
10710
10711 \family default
10712 4
10713 \begin_inset ERT
10714 status collapsed
10715
10716 \begin_layout Standard
10717
10718 }
10719 \end_layout
10720
10721 \end_inset
10722
10723 )
10724 \end_layout
10725
10726 \begin_layout Labeling
10727 \labelwidthstring 00.00.0000
10728
10729 \family sans
10730 Normal
10731 \family default
10732  This is the 
10733 \begin_inset Quotes eld
10734 \end_inset
10735
10736 Normal
10737 \begin_inset Quotes erd
10738 \end_inset
10739
10740  font size.
10741  It's also the default size.
10742  (keybinding 
10743 \begin_inset ERT
10744 status collapsed
10745
10746 \begin_layout Standard
10747
10748
10749 \backslash
10750 mbox{
10751 \end_layout
10752
10753 \end_inset
10754
10755
10756 \family sans
10757 M-s\InsetSpace ~
10758 n
10759 \family default
10760
10761 \begin_inset ERT
10762 status collapsed
10763
10764 \begin_layout Standard
10765
10766 }
10767 \end_layout
10768
10769 \end_inset
10770
10771  or 
10772 \begin_inset ERT
10773 status collapsed
10774
10775 \begin_layout Standard
10776
10777
10778 \backslash
10779 mbox{
10780 \end_layout
10781
10782 \end_inset
10783
10784
10785 \family sans
10786 M-s\InsetSpace ~
10787
10788 \family default
10789 5
10790 \begin_inset ERT
10791 status collapsed
10792
10793 \begin_layout Standard
10794
10795 }
10796 \end_layout
10797
10798 \end_inset
10799
10800 )
10801 \end_layout
10802
10803 \begin_layout Labeling
10804 \labelwidthstring 00.00.0000
10805
10806 \family sans
10807 Large
10808 \family default
10809  
10810 \size large
10811 This is the 
10812 \begin_inset Quotes eld
10813 \end_inset
10814
10815 Large
10816 \begin_inset Quotes erd
10817 \end_inset
10818
10819  font size.
10820
10821 \size default
10822  (keybinding 
10823 \begin_inset ERT
10824 status collapsed
10825
10826 \begin_layout Standard
10827
10828
10829 \backslash
10830 mbox{
10831 \end_layout
10832
10833 \end_inset
10834
10835
10836 \family sans
10837 M-s\InsetSpace ~
10838 l
10839 \family default
10840
10841 \begin_inset ERT
10842 status collapsed
10843
10844 \begin_layout Standard
10845
10846 }
10847 \end_layout
10848
10849 \end_inset
10850
10851  or 
10852 \begin_inset ERT
10853 status collapsed
10854
10855 \begin_layout Standard
10856
10857
10858 \backslash
10859 mbox{
10860 \end_layout
10861
10862 \end_inset
10863
10864
10865 \family sans
10866 M-s\InsetSpace ~
10867
10868 \family default
10869 6
10870 \begin_inset ERT
10871 status collapsed
10872
10873 \begin_layout Standard
10874
10875 }
10876 \end_layout
10877
10878 \end_inset
10879
10880 )
10881 \end_layout
10882
10883 \begin_layout Labeling
10884 \labelwidthstring 00.00.0000
10885
10886 \family sans
10887 Larger
10888 \family default
10889  
10890 \size larger
10891 This is the 
10892 \begin_inset Quotes eld
10893 \end_inset
10894
10895 Larger
10896 \begin_inset Quotes erd
10897 \end_inset
10898
10899  font size.
10900
10901 \size default
10902  (keybinding 
10903 \begin_inset ERT
10904 status collapsed
10905
10906 \begin_layout Standard
10907
10908
10909 \backslash
10910 mbox{
10911 \end_layout
10912
10913 \end_inset
10914
10915
10916 \family sans
10917 M-s\InsetSpace ~
10918 S-L
10919 \family default
10920
10921 \begin_inset ERT
10922 status collapsed
10923
10924 \begin_layout Standard
10925
10926 }
10927 \end_layout
10928
10929 \end_inset
10930
10931  or 
10932 \begin_inset ERT
10933 status collapsed
10934
10935 \begin_layout Standard
10936
10937
10938 \backslash
10939 mbox{
10940 \end_layout
10941
10942 \end_inset
10943
10944
10945 \family sans
10946 M-s\InsetSpace ~
10947
10948 \family default
10949 7
10950 \begin_inset ERT
10951 status collapsed
10952
10953 \begin_layout Standard
10954
10955 }
10956 \end_layout
10957
10958 \end_inset
10959
10960 )
10961 \end_layout
10962
10963 \begin_layout Labeling
10964 \labelwidthstring 00.00.0000
10965
10966 \family sans
10967 Largest
10968 \family default
10969  
10970 \size largest
10971 This is the 
10972 \begin_inset Quotes eld
10973 \end_inset
10974
10975 Largest
10976 \begin_inset Quotes erd
10977 \end_inset
10978
10979  font size.
10980
10981 \size default
10982  (keybinding 
10983 \begin_inset ERT
10984 status collapsed
10985
10986 \begin_layout Standard
10987
10988
10989 \backslash
10990 mbox{
10991 \end_layout
10992
10993 \end_inset
10994
10995
10996 \family sans
10997 M-s\InsetSpace ~
10998
10999 \family default
11000 8
11001 \begin_inset ERT
11002 status collapsed
11003
11004 \begin_layout Standard
11005
11006 }
11007 \end_layout
11008
11009 \end_inset
11010
11011 )
11012 \end_layout
11013
11014 \begin_layout Labeling
11015 \labelwidthstring 00.00.0000
11016
11017 \family sans
11018 Huge
11019 \family default
11020  
11021 \size huge
11022 This is the 
11023 \begin_inset Quotes eld
11024 \end_inset
11025
11026 Huge
11027 \begin_inset Quotes erd
11028 \end_inset
11029
11030  font size.
11031
11032 \size default
11033  (keybinding 
11034 \begin_inset ERT
11035 status collapsed
11036
11037 \begin_layout Standard
11038
11039
11040 \backslash
11041 mbox{
11042 \end_layout
11043
11044 \end_inset
11045
11046
11047 \family sans
11048 M-s\InsetSpace ~
11049 h
11050 \family default
11051
11052 \begin_inset ERT
11053 status collapsed
11054
11055 \begin_layout Standard
11056
11057 }
11058 \end_layout
11059
11060 \end_inset
11061
11062  or 
11063 \begin_inset ERT
11064 status collapsed
11065
11066 \begin_layout Standard
11067
11068
11069 \backslash
11070 mbox{
11071 \end_layout
11072
11073 \end_inset
11074
11075
11076 \family sans
11077 M-s\InsetSpace ~
11078
11079 \family default
11080 9
11081 \begin_inset ERT
11082 status collapsed
11083
11084 \begin_layout Standard
11085
11086 }
11087 \end_layout
11088
11089 \end_inset
11090
11091 )
11092 \end_layout
11093
11094 \begin_layout Labeling
11095 \labelwidthstring 00.00.0000
11096
11097 \family sans
11098 Huger
11099 \family default
11100  
11101 \size giant
11102 This is the 
11103 \begin_inset Quotes eld
11104 \end_inset
11105
11106 Huger
11107 \begin_inset Quotes erd
11108 \end_inset
11109
11110  font size.
11111
11112 \size default
11113  (keybinding 
11114 \begin_inset ERT
11115 status collapsed
11116
11117 \begin_layout Standard
11118
11119
11120 \backslash
11121 mbox{
11122 \end_layout
11123
11124 \end_inset
11125
11126
11127 \family sans
11128 M-s\InsetSpace ~
11129 H
11130 \family default
11131
11132 \begin_inset ERT
11133 status collapsed
11134
11135 \begin_layout Standard
11136
11137 }
11138 \end_layout
11139
11140 \end_inset
11141
11142  or 
11143 \begin_inset ERT
11144 status collapsed
11145
11146 \begin_layout Standard
11147
11148
11149 \backslash
11150 mbox{
11151 \end_layout
11152
11153 \end_inset
11154
11155
11156 \family sans
11157 M-s\InsetSpace ~
11158
11159 \family default
11160 0
11161 \begin_inset ERT
11162 status collapsed
11163
11164 \begin_layout Standard
11165
11166 }
11167 \end_layout
11168
11169 \end_inset
11170
11171 )
11172 \end_layout
11173
11174 \end_deeper
11175 \begin_layout Standard
11176 We'll warn you 
11177 \emph on
11178 yet again
11179 \emph default
11180 : don't go crazy with this feature.
11181  You should almost never need to change the font size.
11182  LyX automatically changes the font size for different paragraph environments
11183  - use that instead.
11184  This is here for fine-tuning only!
11185 \end_layout
11186
11187 \begin_layout Labeling
11188 \labelwidthstring 00.00.0000
11189
11190 \family sans
11191 Misc
11192 \family default
11193  Here you can change a few other things at the character level.
11194  Options are:
11195 \end_layout
11196
11197 \begin_deeper
11198 \begin_layout Labeling
11199 \labelwidthstring 00.00.0000
11200
11201 \family sans
11202 Emph
11203 \family default
11204  
11205 \emph on
11206 This is text with emphasize on
11207 \emph default
11208 .
11209  This might seem like the same as 
11210 \shape italic
11211 Italic
11212 \shape default
11213 , but it is actually a bit different.
11214  Emphasized is a 
11215 \emph on
11216 logical
11217 \emph default
11218  attribute.
11219  That means every document class can define its own font used for emphasized
11220  text.
11221  Normally this font is equal to italic.
11222 \end_layout
11223
11224 \begin_layout Labeling
11225 \labelwidthstring 00.00.0000
11226
11227 \family sans
11228 Underbar
11229 \family default
11230  
11231 \bar under
11232 This is text with Underbar on.
11233
11234 \bar default
11235  (keybinding 
11236 \begin_inset ERT
11237 status collapsed
11238
11239 \begin_layout Standard
11240
11241
11242 \backslash
11243 mbox{
11244 \end_layout
11245
11246 \end_inset
11247
11248
11249 \family sans
11250 M-c\InsetSpace ~
11251 u
11252 \family default
11253
11254 \begin_inset ERT
11255 status collapsed
11256
11257 \begin_layout Standard
11258
11259 }
11260 \end_layout
11261
11262 \end_inset
11263
11264
11265 \family sans
11266 )
11267 \newline
11268
11269 \family default
11270 Avoid using underbar if you can! It's a holdover from the typewriter days,
11271  when you couldn't change fonts.
11272  We no longer need to emphasize text by underscoring characters.
11273  It's only included in LyX because some people 
11274 \emph on
11275 may
11276 \emph default
11277  need it in order to follow style sheets for journal submissions.
11278 \end_layout
11279
11280 \begin_layout Labeling
11281 \labelwidthstring 00.00.0000
11282
11283 \family sans
11284 Noun
11285 \family default
11286  
11287 \noun on
11288 This is text with Noun on.
11289
11290 \noun default
11291  Like 
11292 \family sans
11293 Emph
11294 \family default
11295 , this is a logical attribute.
11296  Normally it's equivalent to 
11297 \family sans
11298 Small\InsetSpace ~
11299 Caps
11300 \family default
11301 .
11302 \end_layout
11303
11304 \end_deeper
11305 \begin_layout Labeling
11306 \labelwidthstring 00.00.0000
11307
11308 \family sans
11309 Color
11310 \family default
11311  You can adjust the color of the text with this control.
11312  Notice that not all dvi-viewers are are able to display colors.
11313  Besides 
11314 \family sans
11315 No\InsetSpace ~
11316 color
11317 \family default
11318 , which is the default 
11319 \begin_inset Quotes eld
11320 \end_inset
11321
11322 color
11323 \begin_inset Quotes erd
11324 \end_inset
11325
11326  and means normally black, you can choose between 
11327 \family sans
11328 Black
11329 \family default
11330
11331 \family sans
11332 White
11333 \family default
11334
11335 \family sans
11336 Red
11337 \family default
11338
11339 \family sans
11340 Green
11341 \family default
11342
11343 \family sans
11344 Blue
11345 \family default
11346
11347 \family sans
11348 Cyan
11349 \family default
11350
11351 \family sans
11352 Magenta
11353 \family default
11354  and 
11355 \family sans
11356 Yellow
11357 \family default
11358  text.
11359 \begin_inset Index
11360 status collapsed
11361
11362 \begin_layout Standard
11363 Color ! Text
11364 \end_layout
11365
11366 \end_inset
11367
11368
11369 \end_layout
11370
11371 \begin_layout Labeling
11372 \labelwidthstring 00.00.0000
11373
11374 \family sans
11375 Language
11376 \family default
11377  This is used to mark regions of text as having a different language from
11378  the language of the document.
11379  Text marked in this way will be underlined in blue to indicate the change
11380  (only within LyX).
11381 \end_layout
11382
11383 \begin_layout Standard
11384 So you have a huge number of combinations to choose from.
11385  Once you've chosen a new character style via the 
11386 \family sans
11387 Edit\SpecialChar \menuseparator
11388 Text\InsetSpace ~
11389 Style
11390 \family default
11391  dialog, the settings are saved.
11392  You can activate them using the toolbar button 
11393 \begin_inset Graphics
11394         filename ../images/font-free-apply.png
11395         inzipName 
11396         embed true
11397
11398 \end_inset
11399
11400 .
11401  The button lets you toggle the state of your custom character style even
11402  when the dialog isn't visible.
11403  
11404 \end_layout
11405
11406 \begin_layout Standard
11407 To completely reset the character style to the default, use 
11408 \family sans
11409 M-c\InsetSpace ~
11410 Space
11411 \family default
11412 .
11413  If you want to toggle only those properties that you have just changed
11414  (suppose you just set the shape to 
11415 \begin_inset Quotes eld
11416 \end_inset
11417
11418 slanted
11419 \begin_inset Quotes erd
11420 \end_inset
11421
11422  and the series to 
11423 \begin_inset Quotes eld
11424 \end_inset
11425
11426 bold
11427 \begin_inset Quotes erd
11428 \end_inset
11429
11430 ), set the 
11431 \family sans
11432 Toggle\InsetSpace ~
11433 all
11434 \family default
11435  switch and press 
11436 \family sans
11437 Apply
11438 \family default
11439 .
11440 \end_layout
11441
11442 \begin_layout Standard
11443 You should also know something about the differences between the three main
11444  font types 
11445 \family sans
11446 serif
11447 \family default
11448
11449 \family sans
11450 sans\InsetSpace ~
11451 serif
11452 \family default
11453 , and 
11454 \family sans
11455 typewriter
11456 \family default
11457 :
11458 \end_layout
11459
11460 \begin_layout Itemize
11461
11462 \family sans
11463 Typewriter
11464 \family default
11465  is a so called 
11466 \begin_inset Quotes eld
11467 \end_inset
11468
11469 monospaced
11470 \begin_inset Quotes erd
11471 \end_inset
11472
11473  font, that means every character has the same width, the 
11474 \begin_inset Quotes eld
11475 \end_inset
11476
11477 i
11478 \begin_inset Quotes erd
11479 \end_inset
11480
11481  is as wide as the 
11482 \begin_inset Quotes eld
11483 \end_inset
11484
11485 m
11486 \begin_inset Quotes erd
11487 \end_inset
11488
11489 .
11490  Here is an example
11491 \newline
11492
11493 \begin_inset ERT
11494 status collapsed
11495
11496 \begin_layout Standard
11497
11498
11499 \backslash
11500 phantom{
11501 \end_layout
11502
11503 \end_inset
11504
11505 no 
11506 \begin_inset ERT
11507 status collapsed
11508
11509 \begin_layout Standard
11510
11511 }
11512 \end_layout
11513
11514 \end_inset
11515
11516
11517 \family typewriter
11518 typewriter text
11519 \family default
11520
11521 \begin_inset Note Note
11522 status collapsed
11523
11524 \begin_layout Standard
11525 For more on phantoms see section\InsetSpace ~
11526
11527 \begin_inset CommandInset ref
11528 LatexCommand ref
11529 reference "sub:Other-space-variants"
11530
11531 \end_inset
11532
11533 .
11534 \end_layout
11535
11536 \end_inset
11537
11538
11539 \newline
11540 no typewriter text
11541 \end_layout
11542
11543 \begin_layout Itemize
11544
11545 \family sans
11546 Serif
11547 \family default
11548  fonts use characters with serifs.
11549  These are the small 
11550 \begin_inset Quotes eld
11551 \end_inset
11552
11553 appendices
11554 \begin_inset Quotes erd
11555 \end_inset
11556
11557  at all ends of of the streaks that form the character.
11558  The following example will show the difference:
11559 \newline
11560 text with serifs
11561 \newline
11562
11563 \family sans
11564 text without serifs
11565 \family default
11566
11567 \newline
11568 Serifs facilitates an easy and fast reading.
11569  They are therefore used as default font (named 
11570 \family sans
11571 roman
11572 \family default
11573 ).
11574 \end_layout
11575
11576 \begin_layout Itemize
11577
11578 \family sans
11579 Sans serif
11580 \family default
11581  don't use serifs.
11582  This font type is therefore often used for headings and short texts.
11583  We use it in this document to highlight menu names.
11584 \end_layout
11585
11586 \begin_layout Standard
11587 We conclude with the same warning once again: Don't overuse the fonts.
11588  They are, more often than not, a kludge and a bad substitute for good writing.
11589 \end_layout
11590
11591 \begin_layout Section
11592 Printing and Previewing
11593 \end_layout
11594
11595 \begin_layout Subsection
11596 Overview
11597 \end_layout
11598
11599 \begin_layout Standard
11600 Now that we've covered some of the basic features of document preparation
11601  using LyX, you probably want to know how to print out your masterpiece.
11602  Before we tell you that, we want to give you a quick explanation of what
11603  goes on behind-the-scenes.
11604  We cover these informations in much greater detail in the 
11605 \emph on
11606 Extended\InsetSpace ~
11607 Features
11608 \emph default
11609  manual as well.
11610 \end_layout
11611
11612 \begin_layout Standard
11613 LyX uses the program LaTeX as its backend.
11614  LaTeX is just a macro package for the TeX typesetting system, but to prevent
11615  confusion, we'll only refer to LaTeX.
11616  LyX is what you use to do your actual writing.
11617  Then, LyX calls LaTeX to turn your writing into printable output.
11618  This happens in two stages:
11619 \end_layout
11620
11621 \begin_layout Enumerate
11622 First, LyX converts your document to a series of text commands for LaTeX,
11623  generating a file with the extension, 
11624 \begin_inset Quotes eld
11625 \end_inset
11626
11627
11628 \family typewriter
11629 .tex
11630 \family default
11631
11632 \begin_inset Quotes erd
11633 \end_inset
11634
11635 .
11636 \end_layout
11637
11638 \begin_layout Enumerate
11639 Next, LaTeX uses the commands in the 
11640 \family typewriter
11641 .tex
11642 \family default
11643  file to produce printable output.
11644  
11645 \end_layout
11646
11647 \begin_layout Subsection
11648 Output file formats
11649 \begin_inset Index
11650 status collapsed
11651
11652 \begin_layout Standard
11653 File formats
11654 \end_layout
11655
11656 \end_inset
11657
11658
11659 \begin_inset CommandInset label
11660 LatexCommand label
11661 name "sub:Output-file-formats"
11662
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \begin_layout Subsubsection
11669 ASCII
11670 \begin_inset Index
11671 status collapsed
11672
11673 \begin_layout Standard
11674 File formats ! ASCII
11675 \end_layout
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \begin_layout Standard
11683 This file type has the extension 
11684 \begin_inset Quotes eld
11685 \end_inset
11686
11687
11688 \family typewriter
11689 .txt
11690 \family default
11691
11692 \begin_inset Quotes erd
11693 \end_inset
11694
11695 .
11696  It contains your document as plain text following the rules of the 
11697 \begin_inset Quotes eld
11698 \end_inset
11699
11700 American Standard Code for Information Interchange
11701 \begin_inset Quotes erd
11702 \end_inset
11703
11704  (ASCII).
11705 \end_layout
11706
11707 \begin_layout Standard
11708 You can export your document to ASCII by the menu 
11709 \family sans
11710 File\SpecialChar \menuseparator
11711 Export\SpecialChar \menuseparator
11712 ASCII
11713 \family default
11714 .
11715 \end_layout
11716
11717 \begin_layout Subsubsection
11718 LaTeX
11719 \begin_inset Index
11720 status collapsed
11721
11722 \begin_layout Standard
11723 File formats ! LaTeX
11724 \end_layout
11725
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \begin_layout Standard
11732 This file type has the extension 
11733 \begin_inset Quotes eld
11734 \end_inset
11735
11736
11737 \family typewriter
11738 .tex
11739 \family default
11740
11741 \begin_inset Quotes erd
11742 \end_inset
11743
11744  and contains all commands that are necessary for the LaTeX program to process
11745  your document.
11746  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
11747  it manually with console commands.
11748  The LaTeX-file is automatically created in LyX's temporary directory whenever
11749  you view or export your document.
11750 \end_layout
11751
11752 \begin_layout Standard
11753 You can export your document as LaTeX-file using the menu 
11754 \family sans
11755 File\SpecialChar \menuseparator
11756 Export\SpecialChar \menuseparator
11757 LaT
11758 \begin_inset ERT
11759 status collapsed
11760
11761 \begin_layout Standard
11762
11763 {}
11764 \end_layout
11765
11766 \end_inset
11767
11768 eX
11769 \family default
11770 .
11771 \end_layout
11772
11773 \begin_layout Subsubsection
11774 DVI
11775 \begin_inset Index
11776 status collapsed
11777
11778 \begin_layout Standard
11779 File formats ! DVI
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \begin_layout Standard
11788 This file type has the extension 
11789 \begin_inset Quotes eld
11790 \end_inset
11791
11792
11793 \family typewriter
11794 .dvi
11795 \family default
11796
11797 \begin_inset Quotes erd
11798 \end_inset
11799
11800 .
11801  It is called 
11802 \begin_inset Quotes eld
11803 \end_inset
11804
11805 device-independent
11806 \begin_inset Quotes erd
11807 \end_inset
11808
11809  (DVI), because it is completely portable; you can move them from one machine
11810  to another without needing to do any sort of conversion.
11811  At the time when this file-format was developed, this was no matter of
11812  course.
11813  DVIs are used for quick previews and as pre-stage for other output formats,
11814  like PostScript.
11815 \end_layout
11816
11817 \begin_layout Standard
11818 \begin_inset Note Greyedout
11819 status open
11820
11821 \begin_layout Standard
11822
11823 \series bold
11824 Note:
11825 \series default
11826  The DVI file doesn't contain images, they will only be a linked.
11827  So don't forget to deliver the images together with your DVIs.
11828 \end_layout
11829
11830 \end_inset
11831
11832 This property can also slow down your computer when you view the DVI.
11833  Because the DVI-viewer has to convert the image in the background to make
11834  it visible when you scroll in the DVI.
11835  So we recommend to use PDF for files with many images.
11836 \end_layout
11837
11838 \begin_layout Standard
11839 You can export your document to DVI by the menu 
11840 \family sans
11841 File\SpecialChar \menuseparator
11842 Export\SpecialChar \menuseparator
11843 DVI
11844 \family default
11845 .
11846 \end_layout
11847
11848 \begin_layout Subsubsection
11849 PostScript
11850 \begin_inset Index
11851 status collapsed
11852
11853 \begin_layout Standard
11854 File formats ! PostScript
11855 \end_layout
11856
11857 \end_inset
11858
11859
11860 \end_layout
11861
11862 \begin_layout Standard
11863 This file type has the extension 
11864 \begin_inset Quotes eld
11865 \end_inset
11866
11867
11868 \family typewriter
11869 .ps
11870 \family default
11871
11872 \begin_inset Quotes erd
11873 \end_inset
11874
11875 .
11876  PostScript was developed by the company 
11877 \family typewriter
11878 Adobe
11879 \family default
11880  as printer language.
11881  The file contains therefore commands that the printer uses to print the
11882  file.
11883  PostScript can be seen as 
11884 \begin_inset Quotes eld
11885 \end_inset
11886
11887 programming language
11888 \begin_inset Quotes erd
11889 \end_inset
11890
11891 ; you can calculate with it and draw diagrams and images.
11892 \begin_inset Foot
11893 status collapsed
11894
11895 \begin_layout Standard
11896 If you are interested to learn more about this, have a look at the LaTeX-package
11897  
11898 \series bold
11899 pstricks
11900 \series default
11901
11902 \begin_inset Index
11903 status collapsed
11904
11905 \begin_layout Standard
11906 LaTeX-packages ! pstricks
11907 \end_layout
11908
11909 \end_inset
11910
11911 .
11912 \end_layout
11913
11914 \end_inset
11915
11916  Due to this ability, the files are often bigger than PDFs.
11917 \end_layout
11918
11919 \begin_layout Standard
11920 PostScript can only contain images in the format 
11921 \begin_inset Quotes eld
11922 \end_inset
11923
11924 Encapsulated PostScript
11925 \begin_inset Quotes erd
11926 \end_inset
11927
11928  (EPS, file extension 
11929 \begin_inset Quotes eld
11930 \end_inset
11931
11932
11933 \family typewriter
11934 .eps
11935 \family default
11936
11937 \begin_inset Quotes erd
11938 \end_inset
11939
11940 ).
11941  As LyX allows you to use any known image format in your document, it has
11942  to convert them in the background to EPS.
11943  If you have e.g 50 images in your document, LyX has to do 50 conversions
11944  whenever you view or export your document.
11945  This will slow down your workflow with LyX drastically.
11946  So if you plan to use PostScript, you can insert your images directly as
11947  EPS to avoid this problem.
11948 \end_layout
11949
11950 \begin_layout Standard
11951 You can export your document to PostScript using the menu 
11952 \family sans
11953 File\SpecialChar \menuseparator
11954 Export\SpecialChar \menuseparator
11955 PostScript
11956 \family default
11957 .
11958 \end_layout
11959
11960 \begin_layout Subsubsection
11961 PDF
11962 \begin_inset Index
11963 status collapsed
11964
11965 \begin_layout Standard
11966 File formats ! PDF
11967 \end_layout
11968
11969 \end_inset
11970
11971
11972 \begin_inset Index
11973 status collapsed
11974
11975 \begin_layout Standard
11976 PDF
11977 \end_layout
11978
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \begin_layout Standard
11985 This file type has the extension 
11986 \begin_inset Quotes eld
11987 \end_inset
11988
11989
11990 \family typewriter
11991 .pdf
11992 \family default
11993
11994 \begin_inset Quotes erd
11995 \end_inset
11996
11997 .
11998  The 
11999 \begin_inset Quotes eld
12000 \end_inset
12001
12002 Portable Document Format
12003 \begin_inset Quotes erd
12004 \end_inset
12005
12006  (PDF) is developed by 
12007 \family typewriter
12008 Adobe
12009 \family default
12010  as derivative from PostScript.
12011  It is more compressed and it uses much less commands than PostScript.
12012  As the name 
12013 \begin_inset Quotes eld
12014 \end_inset
12015
12016 portable
12017 \begin_inset Quotes erd
12018 \end_inset
12019
12020  implies, it can be processed at any computer system and the printed output
12021  looks exactly the same.
12022 \end_layout
12023
12024 \begin_layout Standard
12025 PDF can contain images in its own PDF format and in the formats 
12026 \begin_inset Quotes eld
12027 \end_inset
12028
12029 Joint Photographic Experts Group
12030 \begin_inset Quotes erd
12031 \end_inset
12032
12033  (JPG, file extension 
12034 \begin_inset Quotes eld
12035 \end_inset
12036
12037
12038 \family typewriter
12039 .jpg
12040 \family default
12041
12042 \begin_inset Quotes erd
12043 \end_inset
12044
12045  or 
12046 \begin_inset Quotes eld
12047 \end_inset
12048
12049
12050 \family typewriter
12051 .jpeg
12052 \family default
12053
12054 \begin_inset Quotes erd
12055 \end_inset
12056
12057 ) and 
12058 \begin_inset Quotes eld
12059 \end_inset
12060
12061 Portable Network Graphics
12062 \begin_inset Quotes erd
12063 \end_inset
12064
12065  (PNG, file extension 
12066 \begin_inset Quotes eld
12067 \end_inset
12068
12069
12070 \family typewriter
12071 .png
12072 \family default
12073
12074 \begin_inset Quotes erd
12075 \end_inset
12076
12077 ).
12078  You can although use any other image format, because LyX converts them
12079  in the background to one of these formats.
12080  But as described in the section about PostScript, the image conversion
12081  will slow down your workflow.
12082  So we recommend to use images in one of the three mentioned formats.
12083 \end_layout
12084
12085 \begin_layout Standard
12086 You can export your document to PDF via the menu 
12087 \family sans
12088 File\SpecialChar \menuseparator
12089 Export
12090 \family default
12091  in three different ways:
12092 \end_layout
12093
12094 \begin_layout Description
12095 PDF This uses the program 
12096 \family typewriter
12097 ps2pdf
12098 \family default
12099  that creates a PDF from a PostScript-version of your file.
12100  The PostScript-version is produced by the program 
12101 \family typewriter
12102 dvips
12103 \family default
12104  which uses a DVI-version as intermediate step.
12105  So this export variant consist of three conversions.
12106 \end_layout
12107
12108 \begin_layout Description
12109 PDF\InsetSpace ~
12110 (dvipdfm) This uses the program 
12111 \family typewriter
12112 dvipdfm
12113 \family default
12114  that converts your file in the background to DVI and in a second step to
12115  PDF.
12116 \end_layout
12117
12118 \begin_layout Description
12119 PDF\InsetSpace ~
12120 (pdflatex) This uses the program 
12121 \family typewriter
12122 pdftex
12123 \family default
12124  that converts your file directly to PDF.
12125 \end_layout
12126
12127 \begin_layout Standard
12128 We recommend to use 
12129 \family sans
12130 PDF\InsetSpace ~
12131 (pdflatex)
12132 \family default
12133  because 
12134 \family typewriter
12135 pdftex
12136 \family default
12137  supports all features of actual PDF-versions, is quick and works stable
12138  without problems.
12139  The program 
12140 \family typewriter
12141 dvipdfm
12142 \family default
12143  is no more under development and therefore a bit outdated.
12144 \end_layout
12145
12146 \begin_layout Subsection
12147 Previewing
12148 \begin_inset Index
12149 status collapsed
12150
12151 \begin_layout Standard
12152 Document ! Preview 
12153 \end_layout
12154
12155 \end_inset
12156
12157
12158 \end_layout
12159
12160 \begin_layout Standard
12161 To get a look at the final version of your document, with all of the pagebreaks
12162  in place, the footnotes correctly numbered, and so on, use the menu 
12163 \family sans
12164 View
12165 \family default
12166  and choose a file type.
12167  A viewing program will popup showing the output.
12168  For 
12169 \family sans
12170 View\SpecialChar \menuseparator
12171 DVI
12172 \family default
12173  you can use the toolbar button 
12174 \begin_inset Graphics
12175         filename ../images/buffer-view_dvi.png
12176         inzipName 
12177         embed true
12178
12179 \end_inset
12180
12181  (shortcut 
12182 \family sans
12183 C-d
12184 \family default
12185 ), for 
12186 \family sans
12187 View\SpecialChar \menuseparator
12188 PDF\InsetSpace ~
12189 (pdflatex)
12190 \family default
12191  you can use the toolbar button 
12192 \begin_inset Graphics
12193         filename ../images/buffer-export_pdf2.png
12194         inzipName 
12195         embed true
12196
12197 \end_inset
12198
12199 .
12200 \end_layout
12201
12202 \begin_layout Standard
12203 If you have changed your document, you can refresh the output in the same
12204  viewer window using the menu 
12205 \family sans
12206 View\SpecialChar \menuseparator
12207 Update
12208 \family default
12209 .
12210 \end_layout
12211
12212 \begin_layout Standard
12213 When you preview a file, the output file is only generated in LyX's temporary
12214  directory.
12215  To have a real output, export your document.
12216 \end_layout
12217
12218 \begin_layout Subsection
12219 Printing the File from within LyX
12220 \begin_inset CommandInset label
12221 LatexCommand label
12222 name "sub:Printing-the-File"
12223
12224 \end_inset
12225
12226
12227 \end_layout
12228
12229 \begin_layout Standard
12230 Instead of exporting your file and then printing them, you can also print
12231  it directly from within LyX.
12232  To print a file, select the menu 
12233 \family sans
12234 File\SpecialChar \menuseparator
12235 Print
12236 \family default
12237  or click on the toolbar button 
12238 \begin_inset Graphics
12239         filename ../images/dialog-show_print.png
12240         inzipName 
12241         embed false
12242
12243 \end_inset
12244
12245 .
12246  LyX will internally call LaTeX to produce a DVI.
12247  This file is then processed by the program 
12248 \family typewriter
12249 dvips
12250 \family default
12251  to PostScript-file, which is finally printed using the program 
12252 \family typewriter
12253 Ghostscript
12254 \family default
12255 .
12256  Due to these steps in the background, this method is not the fastest.
12257 \end_layout
12258
12259 \begin_layout Standard
12260 You can choose to print only even-numbered or odd-numbered pages - this
12261  is useful for printing on two sides: You can re-insert the pages after
12262  printing one set to print on the other side.
12263  Some printers spit out pages face-up, others, face-down.
12264  By choosing a particular order to print in, you can take the entire stack
12265  of pages out of the printer without needing to reorder them.
12266 \end_layout
12267
12268 \begin_layout Standard
12269 You can set the parameters in the 
12270 \family sans
12271 Print\InsetSpace ~
12272 Destination
12273 \family default
12274  box as follows:
12275 \end_layout
12276
12277 \begin_layout Labeling
12278 \labelwidthstring 00.00.0000
12279
12280 \family sans
12281 Printer
12282 \family default
12283  This is the name of the printer to print to.
12284 \begin_inset Foot
12285 status collapsed
12286
12287 \begin_layout Standard
12288 Note that this printer name is for the program 
12289 \family typewriter
12290 dvips
12291 \family default
12292 .
12293  That means 
12294 \family typewriter
12295 dvips
12296 \family default
12297  has to be configured for this printer name.
12298  The default printer can be set in LyX's preferences dialog, see section\InsetSpace ~
12299
12300 \begin_inset CommandInset ref
12301 LatexCommand ref
12302 reference "sub:Printer"
12303
12304 \end_inset
12305
12306 .
12307 \end_layout
12308
12309 \end_inset
12310
12311  The printer should understand PostScript.
12312 \end_layout
12313
12314 \begin_layout Labeling
12315 \labelwidthstring 00.00.0000
12316
12317 \family sans
12318 File
12319 \family default
12320  The name of a file to print to.
12321  The output will be a PostScript file.
12322  It will be written in LyX's working directory unless you specify the full
12323  path.
12324 \end_layout
12325
12326 \begin_layout Section
12327 A few Words about Typography
12328 \begin_inset Index
12329 status collapsed
12330
12331 \begin_layout Standard
12332 Typography
12333 \end_layout
12334
12335 \end_inset
12336
12337
12338 \end_layout
12339
12340 \begin_layout Subsection
12341 Hyphens
12342 \begin_inset Index
12343 status collapsed
12344
12345 \begin_layout Standard
12346 Hyphens
12347 \end_layout
12348
12349 \end_inset
12350
12351
12352 \begin_inset CommandInset label
12353 LatexCommand label
12354 name "sub:Hyphens"
12355
12356 \end_inset
12357
12358
12359 \end_layout
12360
12361 \begin_layout Standard
12362 In LyX, the 
12363 \begin_inset Quotes eld
12364 \end_inset
12365
12366
12367 \family typewriter
12368 -
12369 \family default
12370
12371 \begin_inset Quotes eld
12372 \end_inset
12373
12374  character comes in three lengths, often called the 
12375 \emph on
12376 hyphen
12377 \emph default
12378 , the 
12379 \emph on
12380 en dash
12381 \emph default
12382 , and the 
12383 \emph on
12384 em dash
12385 \emph default
12386 :
12387 \end_layout
12388
12389 \begin_layout Enumerate
12390 hyphen
12391 \hfill
12392 -
12393 \hfill
12394 made with 
12395 \begin_inset Quotes eld
12396 \end_inset
12397
12398
12399 \family typewriter
12400 -
12401 \family default
12402
12403 \begin_inset Quotes eld
12404 \end_inset
12405
12406
12407 \end_layout
12408
12409 \begin_layout Enumerate
12410 en dash
12411 \hfill
12412 --
12413 \hfill
12414 made with 
12415 \begin_inset Quotes eld
12416 \end_inset
12417
12418
12419 \family typewriter
12420 -
12421 \begin_inset ERT
12422 status collapsed
12423
12424 \begin_layout Standard
12425
12426
12427 \backslash
12428 /
12429 \end_layout
12430
12431 \end_inset
12432
12433 -
12434 \family default
12435
12436 \begin_inset Quotes eld
12437 \end_inset
12438
12439
12440 \end_layout
12441
12442 \begin_layout Enumerate
12443 em dash
12444 \hfill
12445 ---
12446 \hfill
12447 made with 
12448 \begin_inset Quotes eld
12449 \end_inset
12450
12451
12452 \family typewriter
12453 -
12454 \begin_inset ERT
12455 status collapsed
12456
12457 \begin_layout Standard
12458
12459
12460 \backslash
12461 /
12462 \end_layout
12463
12464 \end_inset
12465
12466 -
12467 \begin_inset ERT
12468 status collapsed
12469
12470 \begin_layout Standard
12471
12472
12473 \backslash
12474 /
12475 \end_layout
12476
12477 \end_inset
12478
12479 -
12480 \family default
12481
12482 \begin_inset Quotes eld
12483 \end_inset
12484
12485
12486 \end_layout
12487
12488 \begin_layout Enumerate
12489 minus sign
12490 \hfill
12491
12492 \begin_inset Formula $-$
12493 \end_inset
12494
12495
12496 \hfill
12497
12498 \begin_inset Quotes eld
12499 \end_inset
12500
12501
12502 \family typewriter
12503 -
12504 \family default
12505
12506 \begin_inset Quotes eld
12507 \end_inset
12508
12509  in math mode
12510 \end_layout
12511
12512 \begin_layout Standard
12513 You generate them by inserting the 
12514 \begin_inset Quotes eld
12515 \end_inset
12516
12517
12518 \family typewriter
12519 -
12520 \family default
12521
12522 \begin_inset Quotes eld
12523 \end_inset
12524
12525  character multiple times in a row.
12526  They are automatically converted to the appropriate length dash in the
12527  final output, but not in LyX.
12528 \end_layout
12529
12530 \begin_layout Standard
12531 The three dash types are distinct from the minus sign, which appears in
12532  math mode and has a length of its own.
12533  Here are some examples of the 
12534 \begin_inset Quotes eld
12535 \end_inset
12536
12537
12538 \family typewriter
12539 -
12540 \family default
12541
12542 \begin_inset Quotes eld
12543 \end_inset
12544
12545  in use:
12546 \end_layout
12547
12548 \begin_layout Enumerate
12549 line- and page-breaks
12550 \hfill
12551 (
12552 \emph on
12553 hyphen
12554 \emph default
12555 )
12556 \end_layout
12557
12558 \begin_layout Enumerate
12559 From A--Z
12560 \hfill
12561 (
12562 \emph on
12563 en dash
12564 \emph default
12565 )
12566 \end_layout
12567
12568 \begin_layout Enumerate
12569 Oh --- there's a dash.
12570 \hfill
12571 (
12572 \emph on
12573 em dash
12574 \emph default
12575 )
12576 \end_layout
12577
12578 \begin_layout Enumerate
12579 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12580 \end_inset
12581
12582
12583 \hfill
12584 (
12585 \emph on
12586 minus sign
12587 \emph default
12588 )
12589 \end_layout
12590
12591 \begin_layout Subsection
12592 Hyphenation
12593 \begin_inset Index
12594 status collapsed
12595
12596 \begin_layout Standard
12597 Hyphenation
12598 \end_layout
12599
12600 \end_inset
12601
12602
12603 \begin_inset CommandInset label
12604 LatexCommand label
12605 name "sub:Hyphenation"
12606
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \begin_layout Standard
12613 Words aren't hyphenated within LyX but automatically in the output.
12614  Hyphenation is done by the LaTeX-package 
12615 \series bold
12616 babel
12617 \begin_inset Index
12618 status collapsed
12619
12620 \begin_layout Standard
12621 LaTeX-packages ! babel
12622 \end_layout
12623
12624 \end_inset
12625
12626
12627 \series default
12628  following the rules of the document language
12629 \begin_inset Foot
12630 status collapsed
12631
12632 \begin_layout Standard
12633 For German readers: That's one of the main differences between the languages
12634  
12635 \family sans
12636 German
12637 \family default
12638  and 
12639 \family sans
12640 German\InsetSpace ~
12641 (new\InsetSpace ~
12642 spelling)
12643 \family default
12644  in the 
12645 \family sans
12646 Document\SpecialChar \menuseparator
12647 Settings
12648 \family default
12649  dialog.
12650 \end_layout
12651
12652 \end_inset
12653
12654 .
12655 \end_layout
12656
12657 \begin_layout Standard
12658 LaTeX hyphenates nearly perfectly, it has only problems with text in the
12659  font 
12660 \family sans
12661 typewriter
12662 \family default
12663  and with unusual constructs, like 
12664 \begin_inset Quotes eld
12665 \end_inset
12666
12667 h3knix/m0n0wall
12668 \begin_inset Quotes erd
12669 \end_inset
12670
12671 .
12672  If LaTeX can't break a word correctly, you can set hyphenation points manually.
12673  This is done with the menu 
12674 \family sans
12675 Insert\SpecialChar \menuseparator
12676 Formatting\SpecialChar \menuseparator
12677 Hyphenation\InsetSpace ~
12678 Point
12679 \family default
12680 .
12681  These extra hyphenation points are only recommendations to LaTeX.
12682  If no hyphenation is necessary, LaTeX will ignore them.
12683 \end_layout
12684
12685 \begin_layout Standard
12686 Sometimes you want to prevent words or constructs to be hyphenated.
12687  The keybindings/shortcuts in this document consists of three letters with
12688  a hyphen and a space in the form 
12689 \begin_inset Quotes eld
12690 \end_inset
12691
12692 A-b c
12693 \begin_inset Quotes erd
12694 \end_inset
12695
12696 .
12697  LaTeX finds there the hyphen 
12698 \begin_inset Quotes eld
12699 \end_inset
12700
12701 -
12702 \begin_inset Quotes erd
12703 \end_inset
12704
12705  as hyphenation possibility.
12706  Hyphenating at this point would look ugly.
12707  To prevent the shortcut from being hyphenated, we can put it in the argument
12708  of the LaTeX-box-command 
12709 \series bold
12710
12711 \backslash
12712 mbox
12713 \series default
12714 , because text within LaTeX-boxes can't be hyphenated.
12715  As LyX doesn't support 
12716 \series bold
12717
12718 \backslash
12719 mbox
12720 \series default
12721 , we have to use ERT.
12722  The result looks in LyX like:
12723 \end_layout
12724
12725 \begin_layout Standard
12726 \begin_inset Graphics
12727         filename clipart/mbox.png
12728         inzipName 
12729         embed true
12730
12731 \end_inset
12732
12733
12734 \end_layout
12735
12736 \begin_layout Standard
12737 To learn more about ERT, have a look at section\InsetSpace ~
12738
12739 \begin_inset CommandInset ref
12740 LatexCommand ref
12741 reference "sec:ERT"
12742
12743 \end_inset
12744
12745 .
12746 \end_layout
12747
12748 \begin_layout Subsection
12749 Punctuation Marks
12750 \begin_inset Index
12751 status collapsed
12752
12753 \begin_layout Standard
12754 Punctuation marks
12755 \end_layout
12756
12757 \end_inset
12758
12759
12760 \end_layout
12761
12762 \begin_layout Subsubsection
12763 Abbreviations and End of Sentence
12764 \begin_inset CommandInset label
12765 LatexCommand label
12766 name "sub:Abbreviations"
12767
12768 \end_inset
12769
12770
12771 \end_layout
12772
12773 \begin_layout Standard
12774 When LyX calls LaTeX to generate the final version of your document, LaTeX
12775  automatically distinguishes between words, sentences, and abbreviations.
12776  LaTeX then adds the 
12777 \begin_inset Quotes eld
12778 \end_inset
12779
12780 appropriate amount of space
12781 \begin_inset Quotes erd
12782 \end_inset
12783
12784 .
12785  That means sentences get a little bit more space between the period and
12786  the next word.
12787  Abbreviations get the same amount of space after the period as a word uses.
12788 \end_layout
12789
12790 \begin_layout Standard
12791 Unfortunately, the algorithm for figuring out what's an abbreviation works
12792  not for all cases.
12793  If a 
12794 \begin_inset Quotes eld
12795 \end_inset
12796
12797
12798 \family typewriter
12799 .
12800 \family default
12801
12802 \begin_inset Quotes erd
12803 \end_inset
12804
12805  is at the end of a lowercase letter, it's the end of a sentence; if it's
12806  at the end of a capitalized letter, it's an abbreviation.
12807 \end_layout
12808
12809 \begin_layout Standard
12810 Here are some examples of 
12811 \emph on
12812 correct
12813 \emph default
12814  abbreviations and the end of a sentence:
12815 \end_layout
12816
12817 \begin_layout Itemize
12818 M.
12819  Butterfly
12820 \end_layout
12821
12822 \begin_layout Itemize
12823 Don't worry.
12824  Be happy.
12825 \end_layout
12826
12827 \begin_layout Standard
12828 And here's an example of the algorithm going wrong:
12829 \end_layout
12830
12831 \begin_layout Itemize
12832 e.
12833  g.
12834  this is too much space!
12835 \end_layout
12836
12837 \begin_layout Itemize
12838 This is I.
12839  It's okay.
12840 \end_layout
12841
12842 \begin_layout Standard
12843 You won't see anything wrong until you view a final version of your document.
12844 \end_layout
12845
12846 \begin_layout Standard
12847 To fix this problem, use one of the following:
12848 \end_layout
12849
12850 \begin_layout Enumerate
12851 Use an 
12852 \family sans
12853 Inter-word\InsetSpace ~
12854 Space
12855 \family default
12856  after lowercase abbreviations (see section\InsetSpace ~
12857
12858 \begin_inset CommandInset ref
12859 LatexCommand ref
12860 reference "sub:Inter-word-Space"
12861
12862 \end_inset
12863
12864 ).
12865 \begin_inset Index
12866 status collapsed
12867
12868 \begin_layout Standard
12869 Spaces ! inter-word
12870 \end_layout
12871
12872 \end_inset
12873
12874
12875 \end_layout
12876
12877 \begin_layout Enumerate
12878 Use a 
12879 \family sans
12880 Thin\InsetSpace ~
12881 Space
12882 \family default
12883  between two tokens of an abbreviation (see section\InsetSpace ~
12884
12885 \begin_inset CommandInset ref
12886 LatexCommand ref
12887 reference "sub:Thin-Space"
12888
12889 \end_inset
12890
12891 ).
12892 \begin_inset Index
12893 status collapsed
12894
12895 \begin_layout Standard
12896 Spaces ! thin
12897 \end_layout
12898
12899 \end_inset
12900
12901
12902 \end_layout
12903
12904 \begin_layout Enumerate
12905 Use an 
12906 \family sans
12907 End\InsetSpace ~
12908 of\InsetSpace ~
12909 sentence\InsetSpace ~
12910 period
12911 \family default
12912  found under the 
12913 \family sans
12914 Insert\SpecialChar \menuseparator
12915 Special\InsetSpace ~
12916 Character
12917 \family default
12918  menu to force the use of inter-sentence spacing.
12919  This function is also bound to 
12920 \family sans
12921 C-period
12922 \family default
12923  for easy access.
12924 \end_layout
12925
12926 \begin_layout Standard
12927 With the corrections, our earlier examples look like this:
12928 \end_layout
12929
12930 \begin_layout Itemize
12931 e.\InsetSpace \thinspace{}
12932 g.\InsetSpace \space{}
12933 this is too much space!
12934 \end_layout
12935
12936 \begin_layout Itemize
12937 This is I\SpecialChar \@.
12938  It's okay.
12939 \end_layout
12940
12941 \begin_layout Standard
12942 Some languages don't use extra spacing between sentences.
12943  If your language is such a language, you don't need to worry, because the
12944  LaTeX will care about this.
12945 \end_layout
12946
12947 \begin_layout Standard
12948 For those that do need to bother, there is help to catch those sneaky errors:
12949  check out the 
12950 \family sans
12951 Tools\SpecialChar \menuseparator
12952 Check\InsetSpace ~
12953 TeX
12954 \family default
12955  feature described in section 
12956 \emph on
12957 Checking TeX
12958 \emph default
12959  of the 
12960 \emph on
12961 Extended Features
12962 \emph default
12963  manual.
12964 \end_layout
12965
12966 \begin_layout Subsubsection
12967 Quotes
12968 \begin_inset Index
12969 status collapsed
12970
12971 \begin_layout Standard
12972 Typography ! Quotes
12973 \end_layout
12974
12975 \end_inset
12976
12977
12978 \begin_inset Index
12979 status collapsed
12980
12981 \begin_layout Standard
12982 Quotes | see
12983 \begin_inset ERT
12984 status collapsed
12985
12986 \begin_layout Standard
12987
12988 {
12989 \end_layout
12990
12991 \end_inset
12992
12993 Typography
12994 \begin_inset ERT
12995 status collapsed
12996
12997 \begin_layout Standard
12998
12999 }
13000 \end_layout
13001
13002 \end_inset
13003
13004
13005 \end_layout
13006
13007 \end_inset
13008
13009
13010 \begin_inset CommandInset label
13011 LatexCommand label
13012 name "sub:Quotes"
13013
13014 \end_inset
13015
13016
13017 \end_layout
13018
13019 \begin_layout Standard
13020 LyX usually sets quotes correctly.
13021  Specifically, it will use an opening quote at the beginning of quoted text,
13022  and use a closing quote at the end.
13023  For example, 
13024 \begin_inset Quotes eld
13025 \end_inset
13026
13027 open close
13028 \begin_inset Quotes erd
13029 \end_inset
13030
13031 .
13032  The keyboard character, 
13033 \family sans
13034 "
13035 \family default
13036 , generates this automatically.
13037 \end_layout
13038
13039 \begin_layout Standard
13040 You can change the behavior of the 
13041 \family sans
13042 "
13043 \family default
13044  key using the submenu 
13045 \family sans
13046 Language
13047 \family default
13048  of the dialog 
13049 \family sans
13050 Document\SpecialChar \menuseparator
13051 Settings
13052 \family default
13053
13054 \begin_inset Index
13055 status collapsed
13056
13057 \begin_layout Standard
13058 Document ! Settings
13059 \end_layout
13060
13061 \end_inset
13062
13063  dialog.
13064 \end_layout
13065
13066 \begin_layout Standard
13067 You can also select quotes for different languages in the box 
13068 \family sans
13069 Type
13070 \family default
13071  option.
13072  There are six choices:
13073 \end_layout
13074
13075 \begin_layout Labeling
13076 \labelwidthstring 00.00.0000
13077
13078 \family sans
13079 \begin_inset Quotes eld
13080 \end_inset
13081
13082 Text
13083 \begin_inset Quotes erd
13084 \end_inset
13085
13086
13087 \family default
13088  Use quotes like this 
13089 \begin_inset Quotes eld
13090 \end_inset
13091
13092 double
13093 \begin_inset Quotes erd
13094 \end_inset
13095
13096  or 
13097 \begin_inset Quotes els
13098 \end_inset
13099
13100 single
13101 \begin_inset Quotes ers
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \begin_layout Labeling
13108 \labelwidthstring 00.00.0000
13109
13110 \family sans
13111 \begin_inset Quotes sld
13112 \end_inset
13113
13114 Text
13115 \begin_inset Quotes srd
13116 \end_inset
13117
13118
13119 \family default
13120  Use quotes like 
13121 \begin_inset Quotes sld
13122 \end_inset
13123
13124 this
13125 \begin_inset Quotes srd
13126 \end_inset
13127
13128  or 'this
13129 \begin_inset Quotes ers
13130 \end_inset
13131
13132
13133 \end_layout
13134
13135 \begin_layout Labeling
13136 \labelwidthstring 00.00.0000
13137
13138 \family sans
13139 \begin_inset Quotes gld
13140 \end_inset
13141
13142 Text
13143 \begin_inset Quotes grd
13144 \end_inset
13145
13146
13147 \family default
13148  Use quotes like 
13149 \begin_inset Quotes gld
13150 \end_inset
13151
13152 this
13153 \begin_inset Quotes grd
13154 \end_inset
13155
13156  or 
13157 \begin_inset Quotes gls
13158 \end_inset
13159
13160 this
13161 \begin_inset Quotes grs
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \begin_layout Labeling
13168 \labelwidthstring 00.00.0000
13169
13170 \family sans
13171 \begin_inset Quotes pld
13172 \end_inset
13173
13174 Text
13175 \begin_inset Quotes prd
13176 \end_inset
13177
13178
13179 \family default
13180  Use quotes like 
13181 \begin_inset Quotes pld
13182 \end_inset
13183
13184 this
13185 \begin_inset Quotes prd
13186 \end_inset
13187
13188  or 
13189 \begin_inset Quotes pls
13190 \end_inset
13191
13192 this
13193 \begin_inset Quotes prs
13194 \end_inset
13195
13196
13197 \end_layout
13198
13199 \begin_layout Labeling
13200 \labelwidthstring 00.00.0000
13201
13202 \family sans
13203 \begin_inset Quotes fld
13204 \end_inset
13205
13206 Text
13207 \begin_inset Quotes frd
13208 \end_inset
13209
13210
13211 \family default
13212  Use quotes like 
13213 \begin_inset Quotes fld
13214 \end_inset
13215
13216 this
13217 \begin_inset Quotes frd
13218 \end_inset
13219
13220  or 
13221 \begin_inset Quotes fls
13222 \end_inset
13223
13224 this
13225 \begin_inset Quotes frs
13226 \end_inset
13227
13228
13229 \end_layout
13230
13231 \begin_layout Labeling
13232 \labelwidthstring 00.00.0000
13233
13234 \family sans
13235 \begin_inset Quotes ald
13236 \end_inset
13237
13238 Text
13239 \begin_inset Quotes ard
13240 \end_inset
13241
13242
13243 \family default
13244  Use quotes like 
13245 \begin_inset Quotes ald
13246 \end_inset
13247
13248 this
13249 \begin_inset Quotes ard
13250 \end_inset
13251
13252  or 
13253 \begin_inset Quotes als
13254 \end_inset
13255
13256 this
13257 \begin_inset Quotes ars
13258 \end_inset
13259
13260
13261 \end_layout
13262
13263 \begin_layout Standard
13264 These settings affects what character the 
13265 \family sans
13266 "
13267 \family default
13268  key produces.
13269 \end_layout
13270
13271 \begin_layout Subsection
13272 Ligatures
13273 \begin_inset Index
13274 status collapsed
13275
13276 \begin_layout Standard
13277 Typography ! Ligatures
13278 \end_layout
13279
13280 \end_inset
13281
13282
13283 \begin_inset Index
13284 status collapsed
13285
13286 \begin_layout Standard
13287 Ligatures | see
13288 \begin_inset ERT
13289 status collapsed
13290
13291 \begin_layout Standard
13292
13293 {
13294 \end_layout
13295
13296 \end_inset
13297
13298 Typography
13299 \begin_inset ERT
13300 status collapsed
13301
13302 \begin_layout Standard
13303
13304 }
13305 \end_layout
13306
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \end_inset
13313
13314
13315 \begin_inset CommandInset label
13316 LatexCommand label
13317 name "sub:Ligatures"
13318
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \begin_layout Standard
13325 It is standard typesetting practice to group certain letters together and
13326  print them as single characters.
13327  These groups are known as 
13328 \emph on
13329 ligatures
13330 \emph default
13331 .
13332  Since LaTeX knows about ligatures, your documents will contain them too
13333  in the output.
13334  Here are the standard ligatures:
13335 \end_layout
13336
13337 \begin_layout Itemize
13338 ff
13339 \end_layout
13340
13341 \begin_layout Itemize
13342 fi
13343 \end_layout
13344
13345 \begin_layout Itemize
13346 fl
13347 \end_layout
13348
13349 \begin_layout Itemize
13350 ffi
13351 \end_layout
13352
13353 \begin_layout Itemize
13354 ffl
13355 \end_layout
13356
13357 \begin_layout Standard
13358 Some languages uses other ligatures if the document font supports them.
13359 \end_layout
13360
13361 \begin_layout Standard
13362 Sometimes, you don't want a ligature in a word.
13363  While a ligature may be okay in the word, 
13364 \begin_inset Quotes eld
13365 \end_inset
13366
13367 graffiti,
13368 \begin_inset Quotes erd
13369 \end_inset
13370
13371  it looks really weird in compound words, such as 
13372 \begin_inset Quotes eld
13373 \end_inset
13374
13375 cufflink
13376 \begin_inset Quotes erd
13377 \end_inset
13378
13379  or the German 
13380 \begin_inset Quotes eld
13381 \end_inset
13382
13383 Dorffest.
13384 \begin_inset Quotes erd
13385 \end_inset
13386
13387  To break a ligature, use 
13388 \family sans
13389 Insert\SpecialChar \menuseparator
13390 Formatting\SpecialChar \menuseparator
13391 Ligature\InsetSpace ~
13392 Break.
13393
13394 \family default
13395  This changes 
13396 \begin_inset Quotes eld
13397 \end_inset
13398
13399 cufflinks
13400 \begin_inset Quotes erd
13401 \end_inset
13402
13403  to 
13404 \begin_inset Quotes eld
13405 \end_inset
13406
13407 cuff\SpecialChar \textcompwordmark{}
13408 links
13409 \begin_inset Quotes erd
13410 \end_inset
13411
13412  and 
13413 \begin_inset Quotes eld
13414 \end_inset
13415
13416 Dorffest
13417 \begin_inset Quotes erd
13418 \end_inset
13419
13420  to 
13421 \begin_inset Quotes eld
13422 \end_inset
13423
13424 Dorf\SpecialChar \textcompwordmark{}
13425 fest
13426 \begin_inset Quotes erd
13427 \end_inset
13428
13429 .
13430 \end_layout
13431
13432 \begin_layout Subsection
13433 LyX's Proper Names
13434 \begin_inset Index
13435 status collapsed
13436
13437 \begin_layout Standard
13438 LyX ! Proper names
13439 \end_layout
13440
13441 \end_inset
13442
13443
13444 \begin_inset CommandInset label
13445 LatexCommand label
13446 name "sub:LyX's-Proper-Names"
13447
13448 \end_inset
13449
13450
13451 \end_layout
13452
13453 \begin_layout Standard
13454 You have surely noticed, that the word 
13455 \begin_inset Quotes eld
13456 \end_inset
13457
13458 LaTeX
13459 \begin_inset Quotes erd
13460 \end_inset
13461
13462  appears always with characters in different size and height.
13463  LaTeX is the name of the program used by LyX and is therefore recognized
13464  as proper name when you type it in LyX as 
13465 \begin_inset Quotes eld
13466 \end_inset
13467
13468 LaT
13469 \begin_inset ERT
13470 status collapsed
13471
13472 \begin_layout Standard
13473
13474 {}
13475 \end_layout
13476
13477 \end_inset
13478
13479 eX
13480 \begin_inset Quotes erd
13481 \end_inset
13482
13483 .
13484 \begin_inset Note Note
13485 status collapsed
13486
13487 \begin_layout Standard
13488 The braces in ERT are here to avoid that the 
13489 \begin_inset Quotes eld
13490 \end_inset
13491
13492 command
13493 \begin_inset Quotes erd
13494 \end_inset
13495
13496  appear as proper name in the output, see the last paragraph of this section.
13497  To create proper names omit the ERT.
13498 \end_layout
13499
13500 \end_inset
13501
13502  Note the order of the upper-and lowercase letters! LyX recognizes the following
13503  proper names:
13504 \end_layout
13505
13506 \begin_layout Description
13507 LyX The name of the game, write 
13508 \begin_inset Quotes eld
13509 \end_inset
13510
13511 L
13512 \begin_inset ERT
13513 status collapsed
13514
13515 \begin_layout Standard
13516
13517 {}
13518 \end_layout
13519
13520 \end_inset
13521
13522 yX
13523 \begin_inset Quotes erd
13524 \end_inset
13525
13526  to produce it.
13527 \end_layout
13528
13529 \begin_layout Description
13530 TeX The program used by LaTeX, write 
13531 \begin_inset Quotes eld
13532 \end_inset
13533
13534 T
13535 \begin_inset ERT
13536 status collapsed
13537
13538 \begin_layout Standard
13539
13540 {}
13541 \end_layout
13542
13543 \end_inset
13544
13545 eX
13546 \begin_inset Quotes erd
13547 \end_inset
13548
13549  to produce it.
13550 \end_layout
13551
13552 \begin_layout Description
13553 LaTeX The program used by LyX, write 
13554 \begin_inset Quotes eld
13555 \end_inset
13556
13557 LaT
13558 \begin_inset ERT
13559 status collapsed
13560
13561 \begin_layout Standard
13562
13563 {}
13564 \end_layout
13565
13566 \end_inset
13567
13568 eX
13569 \begin_inset Quotes erd
13570 \end_inset
13571
13572  to produce it.
13573 \end_layout
13574
13575 \begin_layout Description
13576 LaTeX2e The actual version of LaTeX, write 
13577 \begin_inset Quotes eld
13578 \end_inset
13579
13580 LaT
13581 \begin_inset ERT
13582 status collapsed
13583
13584 \begin_layout Standard
13585
13586 {}
13587 \end_layout
13588
13589 \end_inset
13590
13591 eX2e
13592 \begin_inset Quotes erd
13593 \end_inset
13594
13595  to produce it.
13596 \end_layout
13597
13598 \begin_layout Standard
13599 You might wonder why the LaTeX-version is 
13600 \begin_inset Quotes eld
13601 \end_inset
13602
13603 2
13604 \begin_inset Formula $\epsilon$
13605 \end_inset
13606
13607
13608 \begin_inset Quotes erd
13609 \end_inset
13610
13611 .
13612  It's an old tradition in the TeX-world to give programs geek version numbers.
13613  For example the version number of TeX converges to the number 
13614 \begin_inset Formula $\pi$
13615 \end_inset
13616
13617 : The actual version is 
13618 \begin_inset Quotes eld
13619 \end_inset
13620
13621 TeX-3.141592
13622 \begin_inset Quotes erd
13623 \end_inset
13624
13625 , the previous one was 
13626 \begin_inset Quotes eld
13627 \end_inset
13628
13629 TeX-3.14159
13630 \begin_inset Quotes erd
13631 \end_inset
13632
13633 .
13634 \end_layout
13635
13636 \begin_layout Standard
13637 If you don't want to use proper names, e.g.
13638  in section headings, you can insert two empty braces in ERT in the word.
13639  This will look in LyX like: 
13640 \begin_inset Graphics
13641         filename clipart/LaTeX.png
13642         inzipName 
13643         embed true
13644
13645 \end_inset
13646
13647
13648 \newline
13649 For more about ERT, look at section\InsetSpace ~
13650
13651 \begin_inset CommandInset ref
13652 LatexCommand ref
13653 reference "sec:ERT"
13654
13655 \end_inset
13656
13657 .
13658 \end_layout
13659
13660 \begin_layout Subsection
13661 Units
13662 \begin_inset Index
13663 status collapsed
13664
13665 \begin_layout Standard
13666 Typography ! Units
13667 \end_layout
13668
13669 \end_inset
13670
13671
13672 \end_layout
13673
13674 \begin_layout Standard
13675 Generally the space between units and the number is smaller than the normal
13676  space between two words.
13677  As you can see in the example below, it looks better when the space is
13678  smaller.
13679  To get such a 
13680 \begin_inset Quotes eld
13681 \end_inset
13682
13683 half space
13684 \begin_inset Quotes erd
13685 \end_inset
13686
13687  for units use the menu 
13688 \family sans
13689 Insert\SpecialChar \menuseparator
13690 Formatting\SpecialChar \menuseparator
13691 Thin\InsetSpace ~
13692 Space
13693 \family default
13694  (shortcut 
13695 \family sans
13696 C-S-Space
13697 \family default
13698 ).
13699 \end_layout
13700
13701 \begin_layout Standard
13702 Here's an example to show the differences:
13703 \end_layout
13704
13705 \begin_layout Standard
13706 \begin_inset Tabular
13707 <lyxtabular version="3" rows="2" columns="2">
13708 <features>
13709 <column alignment="left" valignment="top" width="0">
13710 <column alignment="left" valignment="top" width="0">
13711 <row>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Standard
13716 24\InsetSpace ~
13717 kW
13718 \begin_inset Formula $\cdot$
13719 \end_inset
13720
13721 h
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Standard
13730 space between number and unit
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 </row>
13736 <row>
13737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Standard
13741 24\InsetSpace \thinspace{}
13742 kW
13743 \begin_inset Formula $\cdot$
13744 \end_inset
13745
13746 h
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Standard
13755 half space between number and unit
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 </row>
13761 </lyxtabular>
13762
13763 \end_inset
13764
13765
13766 \end_layout
13767
13768 \begin_layout Subsection
13769 Widows and Orphans
13770 \begin_inset Index
13771 status collapsed
13772
13773 \begin_layout Standard
13774 Typography ! Widows and orphans
13775 \end_layout
13776
13777 \end_inset
13778
13779
13780 \begin_inset CommandInset label
13781 LatexCommand label
13782 name "sub:Widows"
13783
13784 \end_inset
13785
13786
13787 \end_layout
13788
13789 \begin_layout Standard
13790 In the early days of word processors, page breaks went wherever the page
13791  happened to end.
13792  There was no regard for what was actually going on in the text.
13793  You may remember once printing out a document, only to find the heading
13794  for a new section printed at the very bottom of the page, the first line
13795  of a new paragraph all alone at the bottom of a page, or the last line
13796  of a paragraph at the top of a new page.
13797  These dangly-bits of text became known as 
13798 \emph on
13799 widows
13800 \emph default
13801  and 
13802 \emph on
13803 orphans
13804 \emph default
13805 .
13806 \end_layout
13807
13808 \begin_layout Standard
13809 Clearly, LyX can avoid breaking pages after a section heading.
13810  That's part of the advantage of paragraph environments.
13811  But what about widows and orphans, where the page breaks leave one line
13812  of a paragraph all alone at the top or bottom of a page? There are rules
13813  built into LaTeX governing page breaks, and some of those rules are there
13814  to specifically prevent widows and orphans.
13815  This is the advantage LyX has in using LaTeX as its backend.
13816 \end_layout
13817
13818 \begin_layout Standard
13819 There's no way we can go into how TeX and LaTeX decide to break a page,
13820  or how you can tweak that behavior.
13821  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13822
13823 \begin_inset CommandInset citation
13824 LatexCommand cite
13825 key "latexcompanion"
13826
13827 \end_inset
13828
13829  or\InsetSpace ~
13830
13831 \begin_inset CommandInset citation
13832 LatexCommand cite
13833 key "latexguide"
13834
13835 \end_inset
13836
13837 ] may have more information.
13838  You will almost never need to worry about this, however.
13839 \end_layout
13840
13841 \begin_layout Chapter
13842 Notes, Graphics, Tables, and Floats
13843 \begin_inset CommandInset label
13844 LatexCommand label
13845 name "cha:Floats-and-Notes"
13846
13847 \end_inset
13848
13849
13850 \end_layout
13851
13852 \begin_layout Standard
13853 The issues of this chapter are described in detail in the 
13854 \emph on
13855 Embedded Objects
13856 \emph default
13857  manual.
13858  There you'll also find tips and tricks for special cases.
13859 \end_layout
13860
13861 \begin_layout Section
13862 Notes
13863 \begin_inset Index
13864 status collapsed
13865
13866 \begin_layout Standard
13867 Notes
13868 \end_layout
13869
13870 \end_inset
13871
13872
13873 \begin_inset CommandInset label
13874 LatexCommand label
13875 name "sec:Notes"
13876
13877 \end_inset
13878
13879
13880 \end_layout
13881
13882 \begin_layout Standard
13883 LyX offers you a few types of notes to add to your document:
13884 \end_layout
13885
13886 \begin_layout Description
13887 LyX\InsetSpace ~
13888 Note This note type is for internal notes that won't appear in the output.
13889 \newline
13890
13891 \begin_inset Note Note
13892 status open
13893
13894 \begin_layout Standard
13895 This is text in a note box that doesn't appear in the output.
13896 \end_layout
13897
13898 \end_inset
13899
13900
13901 \end_layout
13902
13903 \begin_layout Description
13904 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
13905 ent, when you export the document to LaTeX via the menu 
13906 \family sans
13907 File\SpecialChar \menuseparator
13908 Export\SpecialChar \menuseparator
13909 LaTeX (pdflatex) / (plain)
13910 \family default
13911 .
13912 \newline
13913
13914 \begin_inset Note Comment
13915 status open
13916
13917 \begin_layout Standard
13918 This is text in a note box that only appears as comment in LaTeX-files.
13919 \end_layout
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \begin_layout Description
13927 Greyed\InsetSpace ~
13928 Out This note will appear in the output as grey text.
13929 \newline
13930
13931 \newline
13932
13933 \begin_inset Note Greyedout
13934 status open
13935
13936 \begin_layout Standard
13937 This is text
13938 \begin_inset Foot
13939 status collapsed
13940
13941 \begin_layout Standard
13942 This is an example footnote within a greyed out note.
13943  In this document the greyed out note color is redefined to blue.
13944  How this can be done is explained in the 
13945 \emph on
13946 Embedded Objects
13947 \emph default
13948  manual.
13949 \end_layout
13950
13951 \end_inset
13952
13953  of a comment that appears in the output as grey text.
13954 \end_layout
13955
13956 \end_inset
13957
13958
13959 \newline
13960
13961 \newline
13962 As you can see in the example, the first line of greyed out notes is a bit
13963  indented and greyed out notes can have footnotes.
13964 \end_layout
13965
13966 \begin_layout Description
13967 Framed This note will appear in the output as framed text.
13968  
13969 \begin_inset Box Framed
13970 position "t"
13971 hor_pos "c"
13972 has_inner_box 0
13973 inner_pos "t"
13974 use_parbox 0
13975 width "100col%"
13976 special "none"
13977 height "1in"
13978 height_special "totalheight"
13979 status open
13980
13981 \begin_layout Standard
13982 This is text in a note box that appears framed in the output.
13983 \end_layout
13984
13985 \end_inset
13986
13987  In contrary to framed boxes like the one in section\InsetSpace ~
13988
13989 \begin_inset CommandInset ref
13990 LatexCommand ref
13991 reference "sub:ERT-Boxes"
13992
13993 \end_inset
13994
13995 , the frame uses always the whole text width and the note is set into its
13996  own paragraph.
13997 \end_layout
13998
13999 \begin_layout Description
14000 Shaded This note will appear in the output with red background color.
14001 \begin_inset Box Shaded
14002 position "t"
14003 hor_pos "c"
14004 has_inner_box 0
14005 inner_pos "t"
14006 use_parbox 0
14007 width "100col%"
14008 special "none"
14009 height "1in"
14010 height_special "totalheight"
14011 status open
14012
14013 \begin_layout Standard
14014 This text in a note box appears in the output with red background.
14015 \end_layout
14016
14017 \end_inset
14018
14019 In contrary to colored boxes, the note uses always the whole text width
14020  and the note is set into its own paragraph.
14021 \end_layout
14022
14023 \begin_layout Standard
14024 Notes are inserted with the toolbar button 
14025 \begin_inset Graphics
14026         filename ../images/note-insert.png
14027         inzipName 
14028         embed true
14029         scale 85
14030         scaleBeforeRotation
14031
14032 \end_inset
14033
14034  or the menu 
14035 \family sans
14036 Insert\SpecialChar \menuseparator
14037 Note
14038 \family default
14039 .
14040  Right-click on the appearing note box to select the note type.
14041 \end_layout
14042
14043 \begin_layout Section
14044 Footnotes
14045 \begin_inset Index
14046 status collapsed
14047
14048 \begin_layout Standard
14049 Footnotes
14050 \end_layout
14051
14052 \end_inset
14053
14054
14055 \begin_inset CommandInset label
14056 LatexCommand label
14057 name "sec:Footnotes"
14058
14059 \end_inset
14060
14061
14062 \end_layout
14063
14064 \begin_layout Standard
14065 LyX uses boxes to display footnotes: When you insert a footnote using the
14066  menu 
14067 \family sans
14068 Insert\SpecialChar \menuseparator
14069 Footnote
14070 \family default
14071  or the toolbar button 
14072 \begin_inset Graphics
14073         filename ../images/footnote-insert.png
14074         inzipName 
14075         embed false
14076
14077 \end_inset
14078
14079
14080 \family roman
14081 \series medium
14082 \bar no
14083 you'll see
14084 \family default
14085 \series default
14086 \bar default
14087  the following box: 
14088 \begin_inset Graphics
14089         filename clipart/footnoteQt4.png
14090         inzipName 
14091         embed false
14092         scale 80
14093
14094 \end_inset
14095
14096
14097 \family roman
14098 \series medium
14099 \bar no
14100 .
14101  This box is LyX's representation of your footnote.
14102  If you
14103 \family default
14104 \series default
14105 \bar default
14106  left-click on 
14107 \family roman
14108 \series medium
14109 \bar no
14110 the 
14111 \begin_inset Quotes eld
14112 \end_inset
14113
14114
14115 \family sans
14116 foot
14117 \family roman
14118
14119 \begin_inset Quotes erd
14120 \end_inset
14121
14122
14123 \family default
14124 \series default
14125 \bar default
14126  
14127 \family roman
14128 \series medium
14129 \bar no
14130 label, the box will
14131 \family default
14132 \series default
14133 \bar default
14134  be opened and you can enter the footnote text into it.
14135  Clicking on the box label again, will close 
14136 \family roman
14137 \series medium
14138 \bar no
14139 the
14140 \family default
14141 \series default
14142 \bar default
14143  box
14144 \family roman
14145 \series medium
14146 \bar no
14147 .
14148  If you want to turn existing text into a footnote, simply mark it and click
14149  on the footnote
14150 \family default
14151 \series default
14152 \bar default
14153  toolbar 
14154 \family roman
14155 \series medium
14156 \bar no
14157 button
14158 \family default
14159 \series default
14160 \bar default
14161 .
14162 \end_layout
14163
14164 \begin_layout Standard
14165 Here's an example footnote:
14166 \family roman
14167 \series medium
14168 \bar no
14169
14170 \begin_inset Foot
14171 status open
14172
14173 \begin_layout Standard
14174 To close a footnote, click on the red box at the top left.
14175 \end_layout
14176
14177 \end_inset
14178
14179
14180 \end_layout
14181
14182 \begin_layout Standard
14183 The footnote will appear in the output as a superscript number at the text
14184  position where the footnote box is placed.
14185  The footnote text is placed at the bottom of the current page.
14186  The footnote number is calculated by LyX, the numbers are consecutive,
14187  no matter in which chapter the footnote is in.
14188  LyX doesn't support other numbering schemes yet, but you can get another
14189  scheme using special LaTeX-commands.
14190  T
14191 \family roman
14192 h
14193 \family default
14194 ey are described in the 
14195 \emph on
14196 Embedded Objects
14197 \emph default
14198  manual.
14199 \end_layout
14200
14201 \begin_layout Section
14202 Marginal Notes
14203 \begin_inset Index
14204 status collapsed
14205
14206 \begin_layout Standard
14207 Marginal notes
14208 \end_layout
14209
14210 \end_inset
14211
14212
14213 \begin_inset CommandInset label
14214 LatexCommand label
14215 name "sec:Marginal-Notes"
14216
14217 \end_inset
14218
14219
14220 \end_layout
14221
14222 \begin_layout Standard
14223 Marginal notes look and behave just like footnotes in LyX.
14224  When you insert a margin note via the menu 
14225 \family sans
14226 Insert\SpecialChar \menuseparator
14227 Marginal\InsetSpace ~
14228 Note
14229 \family default
14230  or the toolbar button 
14231 \begin_inset Graphics
14232         filename ../images/marginalnote-insert.png
14233         inzipName 
14234         embed false
14235
14236 \end_inset
14237
14238 , you'll see 
14239 \family roman
14240 \series medium
14241 a
14242 \family default
14243 \series default
14244  grey 
14245 \family roman
14246 \series medium
14247 box with a
14248 \family default
14249 \series default
14250  red 
14251 \family roman
14252 \series medium
14253 label 
14254 \begin_inset Quotes eld
14255 \end_inset
14256
14257 margin
14258 \begin_inset Quotes erd
14259 \end_inset
14260
14261  appearing within your text.
14262  This box is LyX's representation of your margin
14263 \family default
14264 \series default
14265 al 
14266 \family roman
14267 \series medium
14268 note.
14269 \end_layout
14270
14271 \begin_layout Standard
14272 At the side is an example marginal note.
14273 \family roman
14274 \series medium
14275
14276 \begin_inset Marginal
14277 status open
14278
14279 \begin_layout Standard
14280 This is a marginal note.
14281 \end_layout
14282
14283 \end_inset
14284
14285
14286 \end_layout
14287
14288 \begin_layout Standard
14289 Marginal notes appear at the right side in single-sided documents.
14290  In double-sided documents they appear in the outer margin -- left on even
14291  pages, right on odd pages.
14292 \end_layout
14293
14294 \begin_layout Section
14295 Graphics and Images
14296 \begin_inset Index
14297 status collapsed
14298
14299 \begin_layout Standard
14300 Images
14301 \end_layout
14302
14303 \end_inset
14304
14305
14306 \begin_inset Index
14307 status collapsed
14308
14309 \begin_layout Standard
14310 Graphics
14311 \end_layout
14312
14313 \end_inset
14314
14315
14316 \begin_inset CommandInset label
14317 LatexCommand label
14318 name "sec:Graphics"
14319
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \begin_layout Standard
14326 To insert an image in your document, place the cursor at the text position
14327  you want and click on the toolbar icon 
14328 \begin_inset Graphics
14329         filename ../images/dialog-show-new-inset_graphics.png
14330         inzipName 
14331         embed false
14332
14333 \end_inset
14334
14335  or select 
14336 \family sans
14337 Insert\SpecialChar \menuseparator
14338 Graphics
14339 \family default
14340  from the menu.
14341  Then a dialog will appear to choose the file to load.
14342 \end_layout
14343
14344 \begin_layout Standard
14345 This dialog has numerous mostly self-explanatory parameters.
14346  The 
14347 \family sans
14348 Graphics
14349 \family default
14350  tab allows you to choose your image file.
14351  The appearance of the image inside LyX and in the output is adjusted separately.
14352  The image can be transformed by setting a rotation angle and a scaling
14353  factor.
14354  The scaling units are explained in Appendix\InsetSpace ~
14355
14356 \begin_inset CommandInset ref
14357 LatexCommand ref
14358 reference "cha:Units-available-in"
14359
14360 \end_inset
14361
14362 .
14363 \end_layout
14364
14365 \begin_layout Standard
14366 In the tab 
14367 \family sans
14368 Clipping
14369 \family default
14370  it is possible to set image coordinates to adjust the height and width
14371  of the image in the output.
14372  The coordinates can also be calculated automatically by pressing the button
14373  
14374 \family sans
14375 Get\InsetSpace ~
14376 from\InsetSpace ~
14377 file
14378 \family default
14379 .
14380  The option 
14381 \family sans
14382 Clip\InsetSpace ~
14383 to\InsetSpace ~
14384 bounding\InsetSpace ~
14385 box
14386 \family default
14387  will only print the image region within the given coordinates.
14388  Normally you don't need to take care about image coordinates and can ignore
14389  the tab 
14390 \family sans
14391 Clipping
14392 \family default
14393 .
14394 \end_layout
14395
14396 \begin_layout Standard
14397 LaTeX experts can specify additional LaTeX options in the 
14398 \family sans
14399 Extras
14400 \family default
14401  tab.
14402  You can also set the 
14403 \family sans
14404 Subfigure
14405 \family default
14406  option here if the image is inside a figure float.
14407  This option is explained in section\InsetSpace ~
14408
14409 \begin_inset CommandInset ref
14410 LatexCommand ref
14411 reference "sec:Figure-Floats"
14412
14413 \end_inset
14414
14415 .
14416  The option 
14417 \family sans
14418 Draft\InsetSpace ~
14419 mode
14420 \family default
14421  effects that the image don't appear in the output, only a frame with the
14422  image size is printed.
14423 \end_layout
14424
14425 \begin_layout Standard
14426 The graphics dialog can be called at any time by right-clicking on an image.
14427  The image will appear in the output exactly at the position where it is
14428  in the text.
14429  This is an example image in the PDF format within a separate, horizontally
14430  centered paragraph: 
14431 \end_layout
14432
14433 \begin_layout Standard
14434 \align center
14435 \begin_inset Graphics
14436         filename clipart/mobius.eps
14437         inzipName 
14438         embed true
14439         display color
14440         scale 70
14441         rotateOrigin center
14442
14443 \end_inset
14444
14445
14446 \end_layout
14447
14448 \begin_layout Standard
14449 If you need image captions and want to reference images, you have to put
14450  the image into a float, see section\InsetSpace ~
14451
14452 \begin_inset CommandInset ref
14453 LatexCommand ref
14454 reference "sec:Figure-Floats"
14455
14456 \end_inset
14457
14458 .
14459 \end_layout
14460
14461 \begin_layout Subsection
14462 Image Formats
14463 \begin_inset Index
14464 status collapsed
14465
14466 \begin_layout Standard
14467 Image formats
14468 \end_layout
14469
14470 \end_inset
14471
14472
14473 \begin_inset CommandInset label
14474 LatexCommand label
14475 name "sub:Image-Formats"
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \begin_layout Standard
14483 You can insert images in any known file format.
14484  But as we explained in section\InsetSpace ~
14485
14486 \begin_inset CommandInset ref
14487 LatexCommand ref
14488 reference "sub:Output-file-formats"
14489
14490 \end_inset
14491
14492 , every output document format allows only a few image formats.
14493  LyX uses therefore the program 
14494 \family typewriter
14495 Imagemagick
14496 \family default
14497  in the background to convert the images to the right format.
14498  To increase your workflow by avoiding these conversions in the background,
14499  you can use only the image formats listed in the subsections of section\InsetSpace ~
14500
14501 \begin_inset CommandInset ref
14502 LatexCommand ref
14503 reference "sub:Output-file-formats"
14504
14505 \end_inset
14506
14507 .
14508 \end_layout
14509
14510 \begin_layout Standard
14511 Similar to fonts there are two types of image formats:
14512 \end_layout
14513
14514 \begin_layout Description
14515 Bitmap\InsetSpace ~
14516 images consist of pixel values, often in a compressed form.
14517  They are therefore not fully scalable and look pixeled in large zooms.
14518  Well-known bitmap image formats are 
14519 \begin_inset Quotes eld
14520 \end_inset
14521
14522 Graphics Interchange Format
14523 \begin_inset Quotes erd
14524 \end_inset
14525
14526  (GIF, file extension 
14527 \begin_inset Quotes eld
14528 \end_inset
14529
14530
14531 \family typewriter
14532 .gif
14533 \family default
14534
14535 \begin_inset Quotes erd
14536 \end_inset
14537
14538 )
14539 \begin_inset Index
14540 status collapsed
14541
14542 \begin_layout Standard
14543 GIF|see
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Standard
14548
14549 {
14550 \end_layout
14551
14552 \end_inset
14553
14554 Image formats
14555 \begin_inset ERT
14556 status collapsed
14557
14558 \begin_layout Standard
14559
14560 }
14561 \end_layout
14562
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \end_inset
14569
14570
14571 \begin_inset Quotes eld
14572 \end_inset
14573
14574 Portable Network Graphics
14575 \begin_inset Quotes erd
14576 \end_inset
14577
14578  (PNG, file extension 
14579 \begin_inset Quotes eld
14580 \end_inset
14581
14582
14583 \family typewriter
14584 .png
14585 \family default
14586
14587 \begin_inset Quotes erd
14588 \end_inset
14589
14590 )
14591 \begin_inset Index
14592 status collapsed
14593
14594 \begin_layout Standard
14595 PNG|see
14596 \begin_inset ERT
14597 status collapsed
14598
14599 \begin_layout Standard
14600
14601 {
14602 \end_layout
14603
14604 \end_inset
14605
14606 Image formats
14607 \begin_inset ERT
14608 status collapsed
14609
14610 \begin_layout Standard
14611
14612 }
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \end_layout
14619
14620 \end_inset
14621
14622 , and 
14623 \begin_inset Quotes eld
14624 \end_inset
14625
14626 Joint Photographic Experts Group
14627 \begin_inset Quotes erd
14628 \end_inset
14629
14630  (JPG, file extension 
14631 \begin_inset Quotes eld
14632 \end_inset
14633
14634
14635 \family typewriter
14636 .jpg
14637 \family default
14638
14639 \begin_inset Quotes erd
14640 \end_inset
14641
14642  or 
14643 \begin_inset Quotes eld
14644 \end_inset
14645
14646
14647 \family typewriter
14648 .jpeg
14649 \family default
14650
14651 \begin_inset Quotes erd
14652 \end_inset
14653
14654 )
14655 \begin_inset Index
14656 status collapsed
14657
14658 \begin_layout Standard
14659 JPG|see
14660 \begin_inset ERT
14661 status collapsed
14662
14663 \begin_layout Standard
14664
14665 {
14666 \end_layout
14667
14668 \end_inset
14669
14670 Image formats
14671 \begin_inset ERT
14672 status collapsed
14673
14674 \begin_layout Standard
14675
14676 }
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \end_inset
14685
14686 .
14687 \end_layout
14688
14689 \begin_layout Description
14690 Scalable\InsetSpace ~
14691 images consist of vectors and can therefore be scaled to any size
14692  without data loss.
14693  The scaling ability is necessary if you want to create presentations, because
14694  presentations are always scaled by the beamer.
14695  Scaling is also useful for online documents to let the user zoom into diagrams.
14696 \newline
14697 S
14698 calable image formats can be 
14699 \begin_inset Quotes eld
14700 \end_inset
14701
14702 Scalable Vector Graphics
14703 \begin_inset Quotes erd
14704 \end_inset
14705
14706  (SVG, file extension 
14707 \begin_inset Quotes eld
14708 \end_inset
14709
14710
14711 \family typewriter
14712 .svg
14713 \family default
14714
14715 \begin_inset Quotes erd
14716 \end_inset
14717
14718 )
14719 \begin_inset Index
14720 status collapsed
14721
14722 \begin_layout Standard
14723 SVG|see
14724 \begin_inset ERT
14725 status collapsed
14726
14727 \begin_layout Standard
14728
14729 {
14730 \end_layout
14731
14732 \end_inset
14733
14734 Image formats
14735 \begin_inset ERT
14736 status collapsed
14737
14738 \begin_layout Standard
14739
14740 }
14741 \end_layout
14742
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \end_inset
14749
14750
14751 \begin_inset Quotes eld
14752 \end_inset
14753
14754 Encapsulated PostScript
14755 \begin_inset Quotes erd
14756 \end_inset
14757
14758  (EPS, file extension 
14759 \begin_inset Quotes eld
14760 \end_inset
14761
14762
14763 \family typewriter
14764 .eps
14765 \family default
14766
14767 \begin_inset Quotes erd
14768 \end_inset
14769
14770 )
14771 \begin_inset Index
14772 status collapsed
14773
14774 \begin_layout Standard
14775 EPS|see
14776 \begin_inset ERT
14777 status collapsed
14778
14779 \begin_layout Standard
14780
14781 {
14782 \end_layout
14783
14784 \end_inset
14785
14786 Image formats
14787 \begin_inset ERT
14788 status collapsed
14789
14790 \begin_layout Standard
14791
14792 }
14793 \end_layout
14794
14795 \end_inset
14796
14797
14798 \end_layout
14799
14800 \end_inset
14801
14802 , and 
14803 \begin_inset Quotes eld
14804 \end_inset
14805
14806 Portable Document Format
14807 \begin_inset Quotes erd
14808 \end_inset
14809
14810  (PDF, file extension 
14811 \begin_inset Quotes eld
14812 \end_inset
14813
14814
14815 \family typewriter
14816 .pdf
14817 \family default
14818
14819 \begin_inset Quotes erd
14820 \end_inset
14821
14822 )
14823 \begin_inset Index
14824 status collapsed
14825
14826 \begin_layout Standard
14827 PDF
14828 \end_layout
14829
14830 \end_inset
14831
14832 .
14833  We say it can be, because you can convert any bitmap image format to PDF
14834  or EPS and the result won't be scalable.
14835  In this cases only a header with the image properties is added to the original
14836  image
14837 \begin_inset Foot
14838 status collapsed
14839
14840 \begin_layout Standard
14841 In the case of PDF, the original image is additionally compressed.
14842 \end_layout
14843
14844 \end_inset
14845
14846 .
14847 \end_layout
14848
14849 \begin_layout Standard
14850 Normally one can't convert a bitmap image into a scalable one, only vice
14851  versa.
14852 \end_layout
14853
14854 \begin_layout Section
14855 Tables
14856 \begin_inset Index
14857 status collapsed
14858
14859 \begin_layout Standard
14860 Tables
14861 \end_layout
14862
14863 \end_inset
14864
14865
14866 \begin_inset CommandInset label
14867 LatexCommand label
14868 name "sec:Tables"
14869
14870 \end_inset
14871
14872
14873 \end_layout
14874
14875 \begin_layout Standard
14876 You can insert a table using either the toolbar button 
14877 \begin_inset Graphics
14878         filename ../images/tabular-insert.png
14879         inzipName 
14880         embed true
14881         scale 85
14882
14883 \end_inset
14884
14885  or the menu 
14886 \family sans
14887 Insert\SpecialChar \menuseparator
14888 Table
14889 \family default
14890 .
14891  A dialog will appear, asking you for the number of rows and columns.
14892  The default table has lines around any cell and the first row appears separated
14893  from the rest of the table.
14894  This separation appears due to a double line: The cells of the first row
14895  have a line below them and the cells of the second row have a line above
14896  them.
14897  Here's an example table:
14898 \end_layout
14899
14900 \begin_layout Standard
14901 \align center
14902 \begin_inset Tabular
14903 <lyxtabular version="3" rows="4" columns="4">
14904 <features>
14905 <column alignment="center" valignment="top" leftline="true" width="0pt">
14906 <column alignment="center" valignment="top" leftline="true" width="0pt">
14907 <column alignment="center" valignment="top" leftline="true" width="0in">
14908 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14909 <row topline="true" bottomline="true">
14910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Standard
14914
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Standard
14923
14924 \family roman
14925 \series medium
14926 \shape up
14927 \size normal
14928 \emph off
14929 \bar no
14930 \noun off
14931 \color none
14932 1
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Standard
14941 2
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Standard
14950 3
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 </row>
14956 <row topline="true">
14957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Standard
14961
14962 \family roman
14963 \series medium
14964 \shape up
14965 \size normal
14966 \emph off
14967 \bar no
14968 \noun off
14969 \color none
14970 A
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Standard
14979
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Standard
14988
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Standard
14997
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 <row topline="true">
15004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Standard
15008
15009 \family roman
15010 \series medium
15011 \shape up
15012 \size normal
15013 \emph off
15014 \bar no
15015 \noun off
15016 \color none
15017 B
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Standard
15026
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Standard
15035
15036 \size normal
15037 \noun off
15038 \color none
15039  
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Standard
15048
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row topline="true" bottomline="true">
15055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Standard
15059
15060 \family roman
15061 \series medium
15062 \shape up
15063 \size normal
15064 \emph off
15065 \bar no
15066 \noun off
15067 \color none
15068 C
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Standard
15077
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Standard
15086
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Standard
15095
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 </row>
15101 </lyxtabular>
15102
15103 \end_inset
15104
15105
15106 \end_layout
15107
15108 \begin_layout Subsection
15109 The Table dialog
15110 \end_layout
15111
15112 \begin_layout Standard
15113 You can alter a table by clicking on it with the right mouse button, which
15114  brings up the table dialog.
15115  Here you can adjust the settings of the cell and row/column respectively
15116  where the cursor is placed currently.
15117  Most of the dialog options also work on selections.
15118  This means that if you select more cells, columns or rows the action is
15119  done on all of your selection.
15120 \end_layout
15121
15122 \begin_layout Standard
15123 Additionally to the table dialog the 
15124 \family sans
15125 table\InsetSpace ~
15126 toolbar
15127 \family default
15128 , that appears when the cursor is inside a table, helps you in setting table
15129  properties.
15130  It is for example currently only possible to add\InsetSpace \thinspace{}
15131 /\InsetSpace \thinspace{}
15132 delete lines via the table
15133  toolbar.
15134 \end_layout
15135
15136 \begin_layout Standard
15137 In the tab 
15138 \family sans
15139 Table\InsetSpace ~
15140 Settings
15141 \family default
15142  of the table dialog you can set the alignment for the current row.
15143  If you add a row or column, it will be inserted right beside or below the
15144  current cell respectively.
15145  The vertical alignment of a column can only be adjusted when a column width
15146  is given.
15147  A given width will allow the cell to have linebreaks and multiple paragraphs
15148  of text, see section\InsetSpace ~
15149
15150 \begin_inset CommandInset ref
15151 LatexCommand ref
15152 reference "sub:Table-Cells"
15153
15154 \end_inset
15155
15156 .
15157 \end_layout
15158
15159 \begin_layout Standard
15160 You can mark multiple cells of one row as a multicolumn cell using the check
15161  box 
15162 \family sans
15163 Multicolumn
15164 \family default
15165 .
15166  This will merge the cells to 
15167 \emph on
15168 one
15169 \emph default
15170  cell, spread over more than one column.
15171  Multicolumn cells are treated as own rows, so that the alignment, width,
15172  and border settings affect only the multicolumn cell.
15173  Here's an example table with a multicolumn cell in the first row and one
15174  in the last row without the upper border:
15175 \end_layout
15176
15177 \begin_layout Standard
15178 \align center
15179 \begin_inset Tabular
15180 <lyxtabular version="3" rows="3" columns="4">
15181 <features firstHeadTopDL="true" firstHeadBottomDL="true">
15182 <column alignment="center" valignment="top" leftline="true" width="0pt">
15183 <column alignment="center" valignment="middle" leftline="true" width="0">
15184 <column alignment="center" valignment="top" leftline="true" width="0in">
15185 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15186 <row topline="true" bottomline="true">
15187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Standard
15191 abc
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Standard
15200 def ghi
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Standard
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Standard
15218 jkl
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 <row topline="true">
15225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Standard
15229
15230 \family roman
15231 \series medium
15232 \shape up
15233 \size normal
15234 \emph off
15235 \bar no
15236 \noun off
15237 \color none
15238 A
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Standard
15247 B
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Standard
15256 C
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Standard
15265 D
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 </row>
15271 <row topline="true" bottomline="true">
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Standard
15276 1
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Standard
15285 2
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Standard
15294 3
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 4
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 </lyxtabular>
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \begin_layout Standard
15317 At the moment LyX doesn't support multirow cells.
15318  Adept users can declare special LaTeX-arguments for the table.
15319  They are necessary for special table formatting, like for multirow cells,
15320  explained in the tables section of the 
15321 \emph on
15322 Extended\InsetSpace ~
15323 Features
15324 \emph default
15325  manual.
15326  You can also rotate the current cell or the whole table 90
15327 \begin_inset Formula $\,$
15328 \end_inset
15329
15330 degrees counterclockwise.
15331  These rotations are not visible in LyX but in the output.
15332 \end_layout
15333
15334 \begin_layout Standard
15335 \begin_inset Note Greyedout
15336 status open
15337
15338 \begin_layout Standard
15339
15340 \series bold
15341 Note:
15342 \series default
15343  Most DVI-viewers are 
15344 \emph on
15345 not
15346 \emph default
15347  able to display rotations.
15348 \end_layout
15349
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \begin_layout Standard
15356 The 
15357 \family sans
15358 Borders
15359 \family default
15360  tab allows you to add and delete border lines for the current row/column.
15361  The button 
15362 \family sans
15363 Default
15364 \family default
15365  adds lines for all cell borders.
15366 \end_layout
15367
15368 \begin_layout Subsection
15369 Longtables
15370 \begin_inset Index
15371 status collapsed
15372
15373 \begin_layout Standard
15374 Tables ! Longtables
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \begin_inset Index
15381 status collapsed
15382
15383 \begin_layout Standard
15384 Longtables
15385 \end_layout
15386
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \begin_layout Standard
15393 If the table is too long to fit on one page, you can use the option 
15394 \family sans
15395 Use\InsetSpace ~
15396 long\InsetSpace ~
15397 table
15398 \family default
15399  in the tab 
15400 \family sans
15401 Longtable
15402 \family default
15403  of the table dialog to split the table automatically over more pages.
15404  Doing this enables some check boxes and you can now define:
15405 \end_layout
15406
15407 \begin_layout Description
15408
15409 \family sans
15410 Header
15411 \family default
15412 : The current row and all rows above, that don't have any special options
15413  defined, are defined to be the header rows of all pages of the longtable;
15414  except for the first page, if 
15415 \family sans
15416 First\InsetSpace ~
15417 header
15418 \family default
15419  is defined.
15420 \end_layout
15421
15422 \begin_layout Description
15423
15424 \family sans
15425 First\InsetSpace ~
15426 header
15427 \family default
15428 : The current row and all rows above, that don't have any special options
15429  defined, are defined to be the header rows of the first page of the longtable.
15430 \end_layout
15431
15432 \begin_layout Description
15433
15434 \family sans
15435 Footer
15436 \family default
15437 : The current row and all rows below, that don't have any special options
15438  defined, are defined to be the footer rows of all pages of the longtable;
15439  except for the last page, if 
15440 \family sans
15441 Last\InsetSpace ~
15442 footer
15443 \family default
15444  is defined.
15445 \end_layout
15446
15447 \begin_layout Description
15448
15449 \family sans
15450 Last\InsetSpace ~
15451 footer
15452 \family default
15453 : The current row and all rows below, that don't have any special options
15454  defined, are defined to be the footer rows of the last page of the longtable.
15455 \end_layout
15456
15457 \begin_layout Standard
15458 You can also specify a row where the table is splitted.
15459  If you set more than one option in the same table row, you should be aware
15460  of the fact that only the first one is used in the given table row.
15461  The others will then be defined as 
15462 \emph on
15463 empty
15464 \emph default
15465 .
15466  In this context, first means first in this order: 
15467 \family sans
15468 Footer, Last\InsetSpace ~
15469 footer,
15470 \family default
15471  
15472 \family sans
15473 Header,
15474 \family default
15475  
15476 \family sans
15477 First\InsetSpace ~
15478 header.
15479
15480 \family default
15481  See the following longtable to see how it works:
15482 \end_layout
15483
15484 \begin_layout Standard
15485 \align center
15486 \begin_inset Tabular
15487 <lyxtabular version="3" rows="69" columns="3">
15488 <features islongtable="true">
15489 <column alignment="block" valignment="top" leftline="true" width="5cm">
15490 <column alignment="left" valignment="top" width="0pt">
15491 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15492 <row topline="true" bottomline="true" endfirsthead="true">
15493 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Standard
15497
15498 \series bold
15499 Example Phone List (ignore the names)
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Standard
15508
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Standard
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row topline="true" bottomline="true" endfirsthead="true">
15524 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Standard
15528
15529 \series bold
15530 NAME
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Standard
15539
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Standard
15548
15549 \series bold
15550 TEL.
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row topline="true" bottomline="true" endhead="true">
15557 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Standard
15561  
15562 \series bold
15563 Example Phone List
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Standard
15572
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Standard
15581
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 </row>
15587 <row topline="true" bottomline="true" endhead="true">
15588 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Standard
15592
15593 \series bold
15594 NAME
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Standard
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Standard
15612
15613 \series bold
15614 TEL.
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 </row>
15620 <row topline="true" bottomline="true" endfoot="true">
15621 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Standard
15625  
15626 \series bold
15627 continue ...
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Standard
15636
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Standard
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 </row>
15651 <row topline="true" bottomline="true">
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Standard
15656
15657 \series bold
15658 Annovi
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell alignment="center" valignment="top" topline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Standard
15667 Silvia
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Standard
15676 111
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row bottomline="true">
15683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Standard
15687
15688 \series bold
15689 Bertoli
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" topline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Standard
15698 Stefano
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Standard
15707 111
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 </row>
15713 <row bottomline="true">
15714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Standard
15718
15719 \series bold
15720 Bozzi
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" topline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Standard
15729 Walter
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Standard
15738 111
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 </row>
15744 <row bottomline="true">
15745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Standard
15749
15750 \series bold
15751 Cachia
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Standard
15760 Maria
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Standard
15769 111
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row bottomline="true">
15776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Standard
15780
15781 \series bold
15782 Cachia
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" topline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Standard
15791 Maurizio
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Standard
15800 111
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 </row>
15806 <row bottomline="true">
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Standard
15811
15812 \series bold
15813 Cinquemani
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Standard
15822 Giusi
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Standard
15831 111
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 </row>
15837 <row bottomline="true">
15838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Standard
15842
15843 \series bold
15844 Colin
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" topline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Standard
15853 Bernard
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Standard
15862 111
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 </row>
15868 <row bottomline="true">
15869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Standard
15873
15874 \series bold
15875 Concli
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Standard
15884 Gianfranco
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Standard
15893 111
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 </row>
15899 <row bottomline="true">
15900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Standard
15904
15905 \series bold
15906 Dal Bosco
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell alignment="center" valignment="top" topline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Standard
15915 Carolina
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Standard
15924 111
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 </row>
15930 <row bottomline="true">
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Standard
15935
15936 \series bold
15937 Dalpiaz
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 <cell alignment="center" valignment="top" topline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Standard
15946 Annamaria
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Standard
15955 111
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 </row>
15961 <row bottomline="true">
15962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Standard
15966
15967 \series bold
15968 Feliciello
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Standard
15977 Domenico
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Standard
15986 111
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 <row bottomline="true">
15993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Standard
15997
15998 \series bold
15999 Focarelli
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" topline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Standard
16008 Paola
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Standard
16017 111
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 </row>
16023 <row bottomline="true">
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Standard
16028
16029 \series bold
16030 Galletti
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" topline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Standard
16039 Oreste
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Standard
16048 111
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 </row>
16054 <row bottomline="true">
16055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Standard
16059
16060 \series bold
16061 Gasparini
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" topline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Standard
16070 Franca
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Standard
16079 111
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 </row>
16085 <row bottomline="true">
16086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Standard
16090
16091 \series bold
16092 Rizzardi
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Standard
16101 Paola
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Standard
16110 111
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 </row>
16116 <row bottomline="true">
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Standard
16121
16122 \series bold
16123 Lassini
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 <cell alignment="center" valignment="top" topline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Standard
16132 Giancarlo
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Standard
16141 111
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 <row bottomline="true">
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Standard
16152
16153 \series bold
16154 Malfatti
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 <cell alignment="center" valignment="top" topline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Standard
16163 Luciano
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Standard
16172 111
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 </row>
16178 <row bottomline="true">
16179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Standard
16183
16184 \series bold
16185 Malfatti
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Standard
16194 Valeriano
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Standard
16203 111
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 </row>
16209 <row bottomline="true">
16210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Standard
16214
16215 \series bold
16216 Meneguzzo
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" topline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Standard
16225 Roberto
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Standard
16234 111
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 </row>
16240 <row bottomline="true">
16241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Standard
16245
16246 \series bold
16247 Mezzadra
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" topline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Standard
16256 Roberto
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Standard
16265 111
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 <row bottomline="true">
16272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Standard
16276
16277 \series bold
16278 Pirpamer
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Standard
16287 Erich
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Standard
16296 111
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 </row>
16302 <row bottomline="true">
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Standard
16307
16308 \series bold
16309 Pochiesa
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell alignment="center" valignment="top" topline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Standard
16318 Paolo
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Standard
16327 111, 222
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 <row bottomline="true">
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Standard
16338
16339 \series bold
16340 Radina
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" topline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Standard
16349 Claudio
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Standard
16358 111
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 </row>
16364 <row bottomline="true">
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Standard
16369
16370 \series bold
16371 Stuffer
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell alignment="center" valignment="top" topline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Standard
16380 Oskar
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Standard
16389 111
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 </row>
16395 <row bottomline="true">
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Standard
16400
16401 \series bold
16402 Tacchelli
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell alignment="center" valignment="top" topline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Standard
16411 Ugo
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Standard
16420 111
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 </row>
16426 <row bottomline="true">
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Standard
16431
16432 \series bold
16433 Tezzele
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Standard
16442 Margit
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Standard
16451 111
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 </row>
16457 <row bottomline="true">
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Standard
16462
16463 \series bold
16464 Unterkalmsteiner
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 <cell alignment="center" valignment="top" topline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Standard
16473 Frieda
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Standard
16482 111
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 </row>
16488 <row bottomline="true">
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Standard
16493
16494 \series bold
16495 Vieider
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 <cell alignment="center" valignment="top" topline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Standard
16504 Hilde
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Standard
16513 111
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row bottomline="true">
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Standard
16524
16525 \series bold
16526 Vigna
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 <cell alignment="center" valignment="top" topline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Standard
16535 Jürgen
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Standard
16544 111
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 </row>
16550 <row bottomline="true">
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Standard
16555
16556 \series bold
16557 Weber
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" topline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Standard
16566 Maurizio
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Standard
16575 111
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 </row>
16581 <row bottomline="true">
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Standard
16586
16587 \series bold
16588 Winkler
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Standard
16597 Franz
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Standard
16606 111
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 <row bottomline="true">
16613 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Standard
16617  
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Standard
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Standard
16635
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 <row bottomline="true">
16642 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Standard
16646
16647 \series bold
16648 Annovi
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Standard
16657 Silvia
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Standard
16666 555
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 <row bottomline="true">
16673 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Standard
16677
16678 \series bold
16679 Bertoli
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell alignment="center" valignment="top" topline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Standard
16688 Stefano
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Standard
16697 555
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row bottomline="true">
16704 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Standard
16708
16709 \series bold
16710 Bozzi
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" topline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Standard
16719 Walter
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Standard
16728 555
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 </row>
16734 <row bottomline="true">
16735 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Standard
16739
16740 \series bold
16741 Cachia
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Standard
16750 Maria
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Standard
16759 555
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 </row>
16765 <row bottomline="true">
16766 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Standard
16770
16771 \series bold
16772 Cachia
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" topline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Standard
16781 Maurizio
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Standard
16790 555
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row bottomline="true">
16797 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Standard
16801
16802 \series bold
16803 Cinquemani
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Standard
16812 Giusi
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Standard
16821 555
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 <row bottomline="true">
16828 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Standard
16832
16833 \series bold
16834 Colin
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Standard
16843 Bernard
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Standard
16852 555
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row bottomline="true">
16859 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Standard
16863
16864 \series bold
16865 Concli
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" topline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Standard
16874 Gianfranco
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Standard
16883 555
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 </row>
16889 <row bottomline="true">
16890 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Standard
16894
16895 \series bold
16896 Dal Bosco
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" topline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Standard
16905 Carolina
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Standard
16914 555
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row bottomline="true">
16921 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Standard
16925
16926 \series bold
16927 Dalpiaz
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Standard
16936 Annamaria
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Standard
16945 555
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 </row>
16951 <row bottomline="true">
16952 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Standard
16956
16957 \series bold
16958 Feliciello
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" topline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Standard
16967 Domenico
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Standard
16976 555
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row bottomline="true">
16983 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Standard
16987
16988 \series bold
16989 Focarelli
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Standard
16998 Paola
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Standard
17007 555
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row bottomline="true">
17014 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Standard
17018
17019 \series bold
17020 Galletti
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Standard
17029 Oreste
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Standard
17038 555
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 </row>
17044 <row bottomline="true">
17045 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Standard
17049
17050 \series bold
17051 Gasparini
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 <cell alignment="center" valignment="top" topline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Standard
17060 Franca
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Standard
17069 555
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 <row bottomline="true">
17076 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Standard
17080
17081 \series bold
17082 Rizzardi
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" topline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Standard
17091 Paola
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Standard
17100 555
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 <row bottomline="true">
17107 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Standard
17111
17112 \series bold
17113 Lassini
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 <cell alignment="center" valignment="top" topline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Standard
17122 Giancarlo
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Standard
17131 555
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row bottomline="true">
17138 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Standard
17142
17143 \series bold
17144 Malfatti
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" topline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Standard
17153 Luciano
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Standard
17162 555
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row bottomline="true">
17169 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Standard
17173
17174 \series bold
17175 Malfatti
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Standard
17184 Valeriano
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Standard
17193 555
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row bottomline="true">
17200 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Standard
17204
17205 \series bold
17206 Meneguzzo
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" topline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Standard
17215 Roberto
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Standard
17224 555
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 <row bottomline="true">
17231 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Standard
17235
17236 \series bold
17237 Mezzadra
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" topline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Standard
17246 Roberto
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Standard
17255 555
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 </row>
17261 <row bottomline="true">
17262 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Standard
17266
17267 \series bold
17268 Pirpamer
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" topline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Standard
17277 Erich
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17283 \begin_inset Text
17284
17285 \begin_layout Standard
17286 555
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 </row>
17292 <row bottomline="true">
17293 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Standard
17297
17298 \series bold
17299 Pochiesa
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 <cell alignment="center" valignment="top" topline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Standard
17308 Paolo
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Standard
17317 555, 222
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 </row>
17323 <row bottomline="true">
17324 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Standard
17328
17329 \series bold
17330 Radina
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 <cell alignment="center" valignment="top" topline="true" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Standard
17339 Claudio
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Standard
17348 555
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 </row>
17354 <row bottomline="true">
17355 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Standard
17359
17360 \series bold
17361 Stuffer
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" topline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Standard
17370 Oskar
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Standard
17379 555
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 </row>
17385 <row bottomline="true">
17386 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Standard
17390
17391 \series bold
17392 Tacchelli
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" topline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Standard
17401 Ugo
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Standard
17410 555
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row bottomline="true">
17417 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Standard
17421
17422 \series bold
17423 Tezzele
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" topline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Standard
17432 Margit
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Standard
17441 555
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 </row>
17447 <row bottomline="true">
17448 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Standard
17452
17453 \series bold
17454 Unterkalmsteiner
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell alignment="center" valignment="top" topline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Standard
17463 Frieda
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Standard
17472 555
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 </row>
17478 <row bottomline="true">
17479 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Standard
17483
17484 \series bold
17485 Vieider
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" topline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Standard
17494 Hilde
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Standard
17503 555
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 </row>
17509 <row bottomline="true">
17510 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Standard
17514
17515 \series bold
17516 Vigna
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 <cell alignment="center" valignment="top" topline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Standard
17525 Jürgen
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Standard
17534 999
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 </row>
17540 <row bottomline="true">
17541 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Standard
17545
17546 \series bold
17547 Weber
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" topline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Standard
17556 Maurizio
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Standard
17565 555
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 </row>
17571 <row bottomline="true">
17572 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Standard
17576
17577 \series bold
17578 Winkler
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell alignment="center" valignment="top" topline="true" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Standard
17587 Franz
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Standard
17596 555
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 </row>
17602 <row bottomline="true" endlastfoot="true">
17603 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Standard
17607
17608 \series bold
17609 End
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Standard
17618
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Standard
17627
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 </row>
17633 </lyxtabular>
17634
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \begin_layout Subsection
17641 Table Cells
17642 \begin_inset Index
17643 status collapsed
17644
17645 \begin_layout Standard
17646 Tables ! Cells
17647 \end_layout
17648
17649 \end_inset
17650
17651
17652 \begin_inset CommandInset label
17653 LatexCommand label
17654 name "sub:Table-Cells"
17655
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \begin_layout Standard
17662 A table cell can contain text, inline equations, a figure, or another table.
17663  All these kinds of objects can be placed in the same cell.
17664  Font sizes and shapes can also be altered.
17665  But you can't put a special environment in a cell (like 
17666 \family sans
17667 Section*
17668 \family default
17669 , etc.), nor set spacing options etc.
17670  for the cell's paragraph.
17671 \end_layout
17672
17673 \begin_layout Standard
17674 To have multi-line entries in table cells, you have to declare a fixed width
17675  for the column in the table dialog.
17676  Your text is then automatically split into multiple lines and the cell
17677  is enlarged vertically when the length of the text exceeds the given width.
17678  An example:
17679 \end_layout
17680
17681 \begin_layout Standard
17682 \align center
17683 \begin_inset Tabular
17684 <lyxtabular version="3" rows="4" columns="3">
17685 <features>
17686 <column alignment="center" valignment="top" leftline="true" width="0pt">
17687 <column alignment="block" valignment="top" leftline="true" width="3cm">
17688 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17689 <row topline="true" bottomline="true">
17690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Standard
17694
17695 \family roman
17696 \series medium
17697 \shape up
17698 \size normal
17699 \emph off
17700 \bar no
17701 \noun off
17702 \color none
17703 1
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Standard
17712
17713 \family roman
17714 \series medium
17715 \shape up
17716 \size normal
17717 \emph off
17718 \bar no
17719 \noun off
17720 \color none
17721 2
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Standard
17730
17731 \family roman
17732 \series medium
17733 \shape up
17734 \size normal
17735 \emph off
17736 \bar no
17737 \noun off
17738 \color none
17739 3
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 <row>
17746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Standard
17750
17751 \family roman
17752 \series medium
17753 \shape up
17754 \size normal
17755 \emph off
17756 \bar no
17757 \noun off
17758 \color none
17759 4
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Standard
17768
17769 \family roman
17770 \series medium
17771 \shape up
17772 \size normal
17773 \emph off
17774 \bar no
17775 \noun off
17776 \color none
17777 This is a multiline entry in a table.
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Standard
17786
17787 \family roman
17788 \series medium
17789 \shape up
17790 \size normal
17791 \emph off
17792 \bar no
17793 \noun off
17794 \color none
17795 5
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 </row>
17801 <row bottomline="true">
17802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Standard
17806
17807 \family roman
17808 \series medium
17809 \shape up
17810 \size normal
17811 \emph off
17812 \bar no
17813 \noun off
17814 \color none
17815 6
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Standard
17824
17825 \family roman
17826 \series medium
17827 \shape up
17828 \size normal
17829 \emph off
17830 \bar no
17831 \noun off
17832 \color none
17833 This is longer now.
17834 \end_layout
17835
17836 \end_inset
17837 </cell>
17838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Standard
17842
17843 \family roman
17844 \series medium
17845 \shape up
17846 \size normal
17847 \emph off
17848 \bar no
17849 \noun off
17850 \color none
17851 7
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 </row>
17857 <row bottomline="true">
17858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Standard
17862
17863 \family roman
17864 \series medium
17865 \shape up
17866 \size normal
17867 \emph off
17868 \bar no
17869 \noun off
17870 \color none
17871 8
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Standard
17880
17881 \family roman
17882 \series medium
17883 \shape up
17884 \size normal
17885 \emph off
17886 \bar no
17887 \noun off
17888 \color none
17889 This is a multiline entry in a table.
17890  This is longer now.
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Standard
17899
17900 \family roman
17901 \series medium
17902 \shape up
17903 \size normal
17904 \emph off
17905 \bar no
17906 \noun off
17907 \color none
17908 9
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 </row>
17914 </lyxtabular>
17915
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \begin_layout Standard
17922 Cutting and pasting between tables and table cells works reasonably well.
17923  You can cut and paste even more than one row.
17924  Selection with the mouse or with 
17925 \family sans
17926 Shift
17927 \family default
17928  plus the arrow keys works as usual.
17929  You can also copy and paste the entire table as a single unit by starting
17930  the selection from outside the table.
17931 \end_layout
17932
17933 \begin_layout Section
17934 Floats
17935 \begin_inset Index
17936 status collapsed
17937
17938 \begin_layout Standard
17939 Floats
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \begin_inset CommandInset label
17946 LatexCommand label
17947 name "sec:Floats"
17948
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \begin_layout Standard
17955 A float is a block of text associated with some sort of label, which doesn't
17956  have a fixed location.
17957  It can 
17958 \begin_inset Quotes eld
17959 \end_inset
17960
17961 float
17962 \begin_inset Quotes erd
17963 \end_inset
17964
17965  forward or backward a page or two, to wherever it fits best.
17966  
17967 \family sans
17968 Footnotes
17969 \family default
17970  and 
17971 \family sans
17972 Margin\InsetSpace ~
17973 Notes
17974 \family default
17975  are also floats, because they can float to the next page when there are
17976  too much notes at the page.
17977 \end_layout
17978
17979 \begin_layout Standard
17980 Floats makes it possible to get a high quality layout.
17981  Images and tables can evenly be spread to the pages to avoid whitespace
17982  and pages without text.
17983  As the floating often destroys the context between the text and the image/table
17984 , every float can be referenced in the text.
17985  Floats are therefore numbered.
17986  Referencing is described in section\InsetSpace ~
17987
17988 \begin_inset CommandInset ref
17989 LatexCommand ref
17990 reference "sec:Cross-References"
17991
17992 \end_inset
17993
17994 .
17995 \end_layout
17996
17997 \begin_layout Standard
17998 To insert a float, use the menu 
17999 \family sans
18000 Insert\SpecialChar \menuseparator
18001 Floats
18002 \family default
18003 .
18004  A box with a caption that has e.\InsetSpace \thinspace{}
18005 g.\InsetSpace ~
18006 the label 
18007 \begin_inset Quotes eld
18008 \end_inset
18009
18010 Figure\InsetSpace ~
18011 #:
18012 \begin_inset Quotes erd
18013 \end_inset
18014
18015  (# is the actual number) will be inserted into your document.
18016  The label will automatically be translated to the document language in
18017  the output.
18018  Behind the label you can insert the caption text.
18019 \begin_inset Index
18020 status collapsed
18021
18022 \begin_layout Standard
18023 Floats ! Captions
18024 \end_layout
18025
18026 \end_inset
18027
18028  The image or table is inserted above or below the caption in a separate
18029  paragraph within the float.
18030  To keep your LyX-document readable, you can open and close the float box
18031  by left-clicking on the box label.
18032  A closed float box looks like this: 
18033 \begin_inset Graphics
18034         filename clipart/floatQt4.png
18035         inzipName 
18036         embed true
18037         scale 80
18038
18039 \end_inset
18040
18041  -- a gray button with a red label.
18042 \end_layout
18043
18044 \begin_layout Standard
18045 It is recommended to insert floats as a separate paragraph to avoid possible
18046  LaTeX-errors that can occur when the surrounding text is specially formatted.
18047 \end_layout
18048
18049 \begin_layout Subsection
18050 Float Types
18051 \end_layout
18052
18053 \begin_layout Subsubsection
18054 Figure Floats
18055 \begin_inset Index
18056 status collapsed
18057
18058 \begin_layout Standard
18059 Floats ! Figure floats
18060 \end_layout
18061
18062 \end_inset
18063
18064
18065 \begin_inset CommandInset label
18066 LatexCommand label
18067 name "sec:Figure-Floats"
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \begin_layout Standard
18075 The menu 
18076 \family sans
18077 Insert\SpecialChar \menuseparator
18078 Float\SpecialChar \menuseparator
18079 Figure
18080 \family default
18081  inserts a float with the label 
18082 \begin_inset Quotes eld
18083 \end_inset
18084
18085
18086 \series bold
18087 Figure\InsetSpace ~
18088 #:
18089 \series default
18090
18091 \begin_inset Quotes erd
18092 \end_inset
18093
18094 .
18095  Set the cursor above this label (or before it and press enter) and insert
18096  the image as described above to get the caption printed below the image.
18097  This is what we did for Figure\InsetSpace ~
18098
18099 \begin_inset CommandInset ref
18100 LatexCommand ref
18101 reference "cap:Platypus"
18102
18103 \end_inset
18104
18105 .
18106  If you want the caption to be above the image, set the cursor at the end
18107  of the caption, press enter and insert the image.
18108  This was done in Figure\InsetSpace ~
18109
18110 \begin_inset CommandInset ref
18111 LatexCommand ref
18112 reference "cap:Escher"
18113
18114 \end_inset
18115
18116 .
18117 \end_layout
18118
18119 \begin_layout Standard
18120 \begin_inset Float figure
18121 wide false
18122 sideways false
18123 status open
18124
18125 \begin_layout Standard
18126 \align center
18127 \begin_inset Graphics
18128         filename clipart/platypus.eps
18129         inzipName 
18130         embed true
18131         display color
18132         width 50col%
18133         rotateOrigin center
18134
18135 \end_inset
18136
18137
18138 \end_layout
18139
18140 \begin_layout Standard
18141 \begin_inset Caption
18142
18143 \begin_layout Standard
18144 \begin_inset CommandInset label
18145 LatexCommand label
18146 name "cap:Platypus"
18147
18148 \end_inset
18149
18150 A severely distorted platypus in a float.
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \end_inset
18159
18160
18161 \end_layout
18162
18163 \begin_layout Standard
18164 \begin_inset Float figure
18165 wide false
18166 sideways false
18167 status open
18168
18169 \begin_layout Standard
18170 \begin_inset Caption
18171
18172 \begin_layout Standard
18173 \begin_inset CommandInset label
18174 LatexCommand label
18175 name "cap:Escher"
18176
18177 \end_inset
18178
18179 M.C.
18180  Escher on acid.
18181 \end_layout
18182
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \begin_layout Standard
18189 \align center
18190 \begin_inset Graphics
18191         filename clipart/escher-lsd.eps
18192         inzipName 
18193         embed false
18194         display color
18195         scale 80
18196         rotateOrigin center
18197
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \end_inset
18204
18205
18206 \end_layout
18207
18208 \begin_layout Standard
18209 This figure float show also how to set a label and create a cross-reference
18210  to it.
18211  As described in section\InsetSpace ~
18212
18213 \begin_inset CommandInset ref
18214 LatexCommand ref
18215 reference "sec:Cross-References"
18216
18217 \end_inset
18218
18219 , you can simply insert a label in the caption using the menu 
18220 \family sans
18221 Insert\SpecialChar \menuseparator
18222 Label
18223 \family default
18224  and refer to it using the menu 
18225 \family sans
18226 Insert\SpecialChar \menuseparator
18227 Cross-Reference
18228 \family default
18229 .
18230  It is important to use references to figure floats, rather than using vague
18231  references like 
18232 \begin_inset Quotes eld
18233 \end_inset
18234
18235 the figure above
18236 \begin_inset Quotes erd
18237 \end_inset
18238
18239 , because as LaTeX will reposition the floats in the final document; it
18240  might not be 
18241 \begin_inset Quotes eld
18242 \end_inset
18243
18244 above
18245 \begin_inset Quotes erd
18246 \end_inset
18247
18248  at all.
18249 \end_layout
18250
18251 \begin_layout Standard
18252 Normally one inserts only one image to a figure float, but sometimes you
18253  might want to use two images with separate subcaptions.
18254  This can be done in the graphics dialog: Right-click on an image and go
18255  to the tab 
18256 \family sans
18257 Extra\InsetSpace ~
18258 options
18259 \family default
18260  in the appearing dialog, use the option 
18261 \family sans
18262 Subfigure
18263 \family default
18264 , and enter the subcaption for the image in the now enabled caption field.
18265  Figure\InsetSpace ~
18266
18267 \begin_inset CommandInset ref
18268 LatexCommand ref
18269 reference "cap:Two-distorted-images"
18270
18271 \end_inset
18272
18273  is an example of a figure float with two images set side by side.
18274  You can also set the images one below the other.
18275 \end_layout
18276
18277 \begin_layout Standard
18278 \begin_inset Float figure
18279 wide false
18280 sideways false
18281 status open
18282
18283 \begin_layout Standard
18284
18285 \hfill
18286
18287 \begin_inset Graphics
18288         filename clipart/escher-lsd.eps
18289         inzipName 
18290         embed false
18291         width 45col%
18292         subcaption
18293         subcaptionText "Undefinable structure"
18294
18295 \end_inset
18296
18297
18298 \hfill
18299
18300 \begin_inset Graphics
18301         filename clipart/platypus.eps
18302         inzipName 
18303         embed true
18304         lyxscale 60
18305         width 45col%
18306         subcaption
18307         subcaptionText "Platypus"
18308
18309 \end_inset
18310
18311
18312 \hfill
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 \begin_inset Caption
18318
18319 \begin_layout Standard
18320 \begin_inset CommandInset label
18321 LatexCommand label
18322 name "cap:Two-distorted-images"
18323
18324 \end_inset
18325
18326 Two distorted images.
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Standard
18340 Note that the caption is added to the 
18341 \family sans
18342 List\InsetSpace ~
18343 of\InsetSpace ~
18344 Figures
18345 \family default
18346  as described in section\InsetSpace ~
18347
18348 \begin_inset CommandInset ref
18349 LatexCommand ref
18350 reference "sec:ListsOf"
18351
18352 \end_inset
18353
18354 .
18355 \end_layout
18356
18357 \begin_layout Subsubsection
18358 Table Floats
18359 \begin_inset Index
18360 status collapsed
18361
18362 \begin_layout Standard
18363 Floats ! Table floats
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \begin_inset CommandInset label
18370 LatexCommand label
18371 name "sec:Table-Floats"
18372
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \begin_layout Standard
18379 Table floats can be inserted using the menu 
18380 \family sans
18381 Insert\SpecialChar \menuseparator
18382 Float\SpecialChar \menuseparator
18383 Table
18384 \family default
18385 .
18386  They have the same properties as figure floats except of the different
18387  label.
18388  Table\InsetSpace ~
18389
18390 \begin_inset CommandInset ref
18391 LatexCommand ref
18392 reference "cap:Table-float"
18393
18394 \end_inset
18395
18396  is an example of a table float.
18397 \end_layout
18398
18399 \begin_layout Standard
18400 \begin_inset Float table
18401 wide false
18402 sideways false
18403 status open
18404
18405 \begin_layout Standard
18406 \begin_inset Caption
18407
18408 \begin_layout Standard
18409 \begin_inset CommandInset label
18410 LatexCommand label
18411 name "cap:Table-float"
18412
18413 \end_inset
18414
18415 A table float.
18416 \end_layout
18417
18418 \end_inset
18419
18420
18421 \end_layout
18422
18423 \begin_layout Standard
18424 \align center
18425 \begin_inset Tabular
18426 <lyxtabular version="3" rows="3" columns="3">
18427 <features>
18428 <column alignment="center" valignment="top" leftline="true" width="0pt">
18429 <column alignment="center" valignment="top" leftline="true" width="0pt">
18430 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
18431 <row topline="true" bottomline="true">
18432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Standard
18436
18437 \family roman
18438 \series medium
18439 \shape up
18440 \size normal
18441 \emph off
18442 \bar no
18443 \noun off
18444 \color none
18445 1
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Standard
18454
18455 \family roman
18456 \series medium
18457 \shape up
18458 \size normal
18459 \emph off
18460 \bar no
18461 \noun off
18462 \color none
18463 2
18464 \end_layout
18465
18466 \end_inset
18467 </cell>
18468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Standard
18472
18473 \family roman
18474 \series medium
18475 \shape up
18476 \size normal
18477 \emph off
18478 \bar no
18479 \noun off
18480 \color none
18481 3
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 </row>
18487 <row topline="true">
18488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Standard
18492
18493 \family roman
18494 \series medium
18495 \shape up
18496 \size normal
18497 \emph off
18498 \bar no
18499 \noun off
18500 \color none
18501 Joe
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Standard
18510
18511 \family roman
18512 \series medium
18513 \shape up
18514 \size normal
18515 \emph off
18516 \bar no
18517 \noun off
18518 \color none
18519 Mary
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Standard
18528
18529 \family roman
18530 \series medium
18531 \shape up
18532 \size normal
18533 \emph off
18534 \bar no
18535 \noun off
18536 \color none
18537 Ted
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 <row topline="true" bottomline="true">
18544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Standard
18548
18549 \family roman
18550 \series medium
18551 \shape up
18552 \size normal
18553 \emph off
18554 \bar no
18555 \noun off
18556 \color none
18557 \begin_inset Formula $\int x^{2}dx$
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Standard
18569
18570 \family roman
18571 \series medium
18572 \shape up
18573 \size normal
18574 \emph off
18575 \bar no
18576 \noun off
18577 \color none
18578 \begin_inset Formula $\left[\begin{array}{cc}
18579 a & b\\
18580 c & d\end{array}\right]$
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18589 \begin_inset Text
18590
18591 \begin_layout Standard
18592
18593 \family roman
18594 \series medium
18595 \shape up
18596 \size normal
18597 \emph off
18598 \bar no
18599 \noun off
18600 \color none
18601 \begin_inset Formula $1+1=2$
18602 \end_inset
18603
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 </row>
18610 </lyxtabular>
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Subsubsection
18623 Algorithm Floats
18624 \begin_inset Index
18625 status collapsed
18626
18627 \begin_layout Standard
18628 Floats ! Algorithm floats
18629 \end_layout
18630
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \begin_layout Standard
18637 This float type is inserted with the menu 
18638 \family sans
18639 Insert\SpecialChar \menuseparator
18640 Float\SpecialChar \menuseparator
18641 Algorithm
18642 \family default
18643 .
18644  It is used for program codes and descriptions of algorithms.
18645  A possible environment for algorithms is the 
18646 \family sans
18647 LyX-Code
18648 \family default
18649 , described in section\InsetSpace ~
18650
18651 \begin_inset CommandInset ref
18652 LatexCommand ref
18653 reference "sub:LyX-Code"
18654
18655 \end_inset
18656
18657 .
18658 \end_layout
18659
18660 \begin_layout Standard
18661 \begin_inset Note Greyedout
18662 status open
18663
18664 \begin_layout Standard
18665
18666 \series bold
18667 Note:
18668 \series default
18669  that the float label is not automatically translated into the document
18670  language.
18671 \end_layout
18672
18673 \end_inset
18674
18675  You have to do this manually by adding the following line
18676 \end_layout
18677
18678 \begin_layout Standard
18679
18680 \series bold
18681
18682 \backslash
18683 floatname{algorithm}{your\InsetSpace ~
18684 name}
18685 \end_layout
18686
18687 \begin_layout Standard
18688 to the document preamble (menu 
18689 \family sans
18690 Document\SpecialChar \menuseparator
18691 Settings
18692 \family default
18693 ).
18694  
18695 \series bold
18696 your\InsetSpace ~
18697 name
18698 \series default
18699  is the word 
18700 \begin_inset Quotes eld
18701 \end_inset
18702
18703
18704 \emph on
18705 algorithm
18706 \emph default
18707
18708 \begin_inset Quotes erd
18709 \end_inset
18710
18711  in your language.
18712 \end_layout
18713
18714 \begin_layout Subsubsection
18715 Text Wrap Floats
18716 \begin_inset Index
18717 status collapsed
18718
18719 \begin_layout Standard
18720 Floats ! Text Wrap Floats
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset CommandInset label
18727 LatexCommand label
18728 name "sec:floatflt"
18729
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \begin_layout Standard
18736 This float type is used if you want to 
18737 \begin_inset Quotes eld
18738 \end_inset
18739
18740 wrap
18741 \begin_inset Quotes erd
18742 \end_inset
18743
18744  text around a figure so that it only occupies some fraction of the column
18745  width.
18746  It can be inserted using the menu 
18747 \begin_inset Wrap figure
18748 lines 0
18749 placement l
18750 overhang 0col%
18751 width "40col%"
18752 status open
18753
18754 \begin_layout Standard
18755 \begin_inset Graphics
18756         filename clipart/mobius.eps
18757         inzipName 
18758         embed false
18759         display color
18760         width 40col%
18761         rotateOrigin center
18762
18763 \end_inset
18764
18765
18766 \end_layout
18767
18768 \begin_layout Standard
18769 \begin_inset Caption
18770
18771 \begin_layout Standard
18772 \begin_inset CommandInset label
18773 LatexCommand label
18774 name "cap:Wrapped-figure"
18775
18776 \end_inset
18777
18778 This is a wrapped figure, and this is the brilliant caption that describes
18779  it
18780 \begin_inset VSpace medskip
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \end_inset
18787
18788
18789 \end_layout
18790
18791 \end_inset
18792
18793  
18794 \family sans
18795 Insert\SpecialChar \menuseparator
18796 Float\SpecialChar \menuseparator
18797 Text\InsetSpace ~
18798 Wrap\InsetSpace ~
18799 Float
18800 \family default
18801  if the LaTeX-package 
18802 \series bold
18803 floatflt
18804 \series default
18805
18806 \begin_inset Index
18807 status collapsed
18808
18809 \begin_layout Standard
18810 LaTeX-packages ! floatflt
18811 \end_layout
18812
18813 \end_inset
18814
18815  is installed.
18816 \begin_inset Foot
18817 status collapsed
18818
18819 \begin_layout Standard
18820 Installing a LaTeX-package is explained it in the 
18821 \emph on
18822 LaTeX\InsetSpace ~
18823 Configuration
18824 \emph default
18825  manual.
18826 \end_layout
18827
18828 \end_inset
18829
18830  The width and placement of the float is adjusted by right-clicking on the
18831  float box.
18832  Figure\InsetSpace ~
18833
18834 \begin_inset CommandInset ref
18835 LatexCommand ref
18836 reference "cap:Wrapped-figure"
18837
18838 \end_inset
18839
18840  is an example Text\InsetSpace ~
18841 wrap float with a width of 40
18842 \begin_inset Formula $\,$
18843 \end_inset
18844
18845 col%.
18846 \begin_inset Foot
18847 status collapsed
18848
18849 \begin_layout Standard
18850 Available units are explained in Appendix\InsetSpace ~
18851
18852 \begin_inset CommandInset ref
18853 LatexCommand ref
18854 reference "cha:Units-available-in"
18855
18856 \end_inset
18857
18858 .
18859 \end_layout
18860
18861 \end_inset
18862
18863  Some space was added under the caption to separate it better from the surroundi
18864 ng text.
18865 \end_layout
18866
18867 \begin_layout Standard
18868 The LaTeX-package 
18869 \series bold
18870 floatflt
18871 \series default
18872  also supports table wrap floats, but they are not yet supported by LyX.
18873  If you need this, read the documentation of 
18874 \series bold
18875 floatflt
18876 \series default
18877  
18878 \begin_inset CommandInset citation
18879 LatexCommand cite
18880 key "floatflt"
18881
18882 \end_inset
18883
18884 .
18885 \end_layout
18886
18887 \begin_layout Standard
18888 \begin_inset Note Greyedout
18889 status open
18890
18891 \begin_layout Standard
18892
18893 \series bold
18894 Note:
18895 \series default
18896  Text\InsetSpace ~
18897 wrap float floats might be fragile! E.g.
18898  having a figure too close to the bottom of the page can mess things up
18899  in the way that the float doesn't appear in the output or that it is placed
18900  over some other text.
18901 \begin_inset Foot
18902 status collapsed
18903
18904 \begin_layout Standard
18905 The better solution is to use the LaTeX-package 
18906 \series bold
18907 wrapfig
18908 \series default
18909
18910 \begin_inset Index
18911 status collapsed
18912
18913 \begin_layout Standard
18914 LaTeX-packages ! wrapfig
18915 \end_layout
18916
18917 \end_inset
18918
18919  instead of 
18920 \series bold
18921 floatflt
18922 \series default
18923  but it is currently not supported by LyX.
18924 \end_layout
18925
18926 \end_inset
18927
18928
18929 \end_layout
18930
18931 \end_inset
18932
18933  In general:
18934 \end_layout
18935
18936 \begin_layout Itemize
18937 Wrap floats should not be placed in paragraphs that run over a page break.
18938  That means that wrap floats should better be inserted to the exact place
18939  when the document is nearly ready and you are able to estimate where page
18940  breaks will appear.
18941 \end_layout
18942
18943 \begin_layout Itemize
18944 Wrap floats should either be placed in an own paragraph before the paragraph
18945  where they should wrap into or within a paragraph.
18946 \end_layout
18947
18948 \begin_layout Itemize
18949 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18950  there is a text paragraph between them as separator.
18951 \end_layout
18952
18953 \begin_layout Itemize
18954 Wrap floats are not allowed in section headings or tables.
18955 \end_layout
18956
18957 \begin_layout Subsection
18958 Rotated Floats
18959 \begin_inset CommandInset label
18960 LatexCommand label
18961 name "sub:Rotated-Floats"
18962
18963 \end_inset
18964
18965
18966 \begin_inset Index
18967 status collapsed
18968
18969 \begin_layout Standard
18970 Floats ! Rotating
18971 \end_layout
18972
18973 \end_inset
18974
18975
18976 \end_layout
18977
18978 \begin_layout Standard
18979 Especially for wide tables you might have floats rotated.
18980  To rotate a whole float including the caption, right-click on the float-box
18981  and use the option 
18982 \family sans
18983 Rotate\InsetSpace ~
18984 sideways
18985 \family default
18986 .
18987 \end_layout
18988
18989 \begin_layout Standard
18990 Rotated floats are always placed on its own page (or column, when you have
18991  a two-column document).
18992  They are rotated so that you can read them from the outside margin.
18993  Forcing the rotation direction is explained in the 
18994 \emph on
18995 Embedded Objects
18996 \emph default
18997  manual.
18998 \end_layout
18999
19000 \begin_layout Standard
19001 Referencing rotated floats is the same like for normal floats, the caption
19002  format is also the same: Table\InsetSpace ~
19003
19004 \begin_inset CommandInset ref
19005 LatexCommand ref
19006 reference "cap:Rotated-table"
19007
19008 \end_inset
19009
19010  is an example of a rotated table float.
19011 \end_layout
19012
19013 \begin_layout Standard
19014 \begin_inset Note Greyedout
19015 status open
19016
19017 \begin_layout Standard
19018
19019 \series bold
19020 Note:
19021 \series default
19022  Not all DVI-viewers are able to display rotated floats.
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Standard
19031 \begin_inset Float table
19032 wide false
19033 sideways true
19034 status open
19035
19036 \begin_layout Standard
19037 \begin_inset Caption
19038
19039 \begin_layout Standard
19040 \begin_inset CommandInset label
19041 LatexCommand label
19042 name "cap:Rotated-table"
19043
19044 \end_inset
19045
19046  Rotated table
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \begin_layout Standard
19055 \align center
19056 \begin_inset Tabular
19057 <lyxtabular version="3" rows="1" columns="5">
19058 <features>
19059 <column alignment="center" valignment="top" leftline="true" width="0">
19060 <column alignment="center" valignment="top" leftline="true" width="0">
19061 <column alignment="center" valignment="top" leftline="true" width="0">
19062 <column alignment="center" valignment="top" leftline="true" width="0">
19063 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19064 <row topline="true" bottomline="true">
19065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Standard
19069 test
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Standard
19078 b
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Standard
19087 c
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Standard
19096 d
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Standard
19105 e
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 </row>
19111 </lyxtabular>
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \begin_layout Subsection
19124 Float Placement
19125 \begin_inset CommandInset label
19126 LatexCommand label
19127 name "sub:Float-Placement"
19128
19129 \end_inset
19130
19131
19132 \begin_inset Index
19133 status collapsed
19134
19135 \begin_layout Standard
19136 Floats ! Placement
19137 \end_layout
19138
19139 \end_inset
19140
19141
19142 \end_layout
19143
19144 \begin_layout Standard
19145 Right-clicking on a float-box opens a dialog where you can alter the placement
19146  options that LaTeX uses for positioning the float.
19147 \newline
19148 The option 
19149 \family sans
19150 Span\InsetSpace ~
19151 columns
19152 \family default
19153  is only useful for two-column documents: If you select it, the float will
19154  span across both columns on the page instead of being confined to just
19155  one.
19156 \newline
19157 The option 
19158 \family sans
19159 Rotate\InsetSpace ~
19160 sideways
19161 \family default
19162  is used to rotate floats, see section\InsetSpace ~
19163
19164 \begin_inset CommandInset ref
19165 LatexCommand ref
19166 reference "sub:Rotated-Floats"
19167
19168 \end_inset
19169
19170 .
19171 \end_layout
19172
19173 \begin_layout Standard
19174 You can use one ore more of the following options in the float dialog to
19175  set the placement for a particular float when you uncheck the option 
19176 \family sans
19177 Use\InsetSpace ~
19178 default\InsetSpace ~
19179 placement
19180 \family default
19181 :
19182 \end_layout
19183
19184 \begin_layout Description
19185 Here\InsetSpace ~
19186 if\InsetSpace ~
19187 possible: try to place the float on the position where it is inserted
19188 \end_layout
19189
19190 \begin_layout Description
19191 Top\InsetSpace ~
19192 of\InsetSpace ~
19193 page: try to place the float on the top of the current page
19194 \end_layout
19195
19196 \begin_layout Description
19197 Bottom\InsetSpace ~
19198 of\InsetSpace ~
19199 page: try to place the float on the bottom of the current page
19200 \end_layout
19201
19202 \begin_layout Description
19203 Page\InsetSpace ~
19204 of\InsetSpace ~
19205 floats: try to place the float on an own page 
19206 \end_layout
19207
19208 \begin_layout Standard
19209 The order of the above option is 
19210 \emph on
19211 always
19212 \emph default
19213  used by LaTeX.
19214  That means, if you use the default placement, LaTeX will first try out
19215  
19216 \family sans
19217 Here\InsetSpace ~
19218 if\InsetSpace ~
19219 possible
19220 \family default
19221 , then 
19222 \family sans
19223 Top\InsetSpace ~
19224 of\InsetSpace ~
19225 page
19226 \family default
19227 , and then the others.
19228  If you don't use the default, LaTeX will try only the checked options but
19229  in the same order.
19230  If none of the 4 placements are possible the procedure is internally repeated
19231  but it is tried to put the float on the following page.
19232 \end_layout
19233
19234 \begin_layout Standard
19235 By default, each options has its own rules:
19236 \end_layout
19237
19238 \begin_layout Standard
19239
19240 \family sans
19241 Top\InsetSpace ~
19242 of\InsetSpace ~
19243 page
19244 \family default
19245  only floats occupying less than 70\InsetSpace \thinspace{}
19246 % of the page can be placed at the top
19247  of a page
19248 \end_layout
19249
19250 \begin_layout Standard
19251
19252 \family sans
19253 Bottom\InsetSpace ~
19254 of\InsetSpace ~
19255 page
19256 \family default
19257 : only floats occupying less than 30\InsetSpace \thinspace{}
19258 % of the page can be placed at the bottom
19259  of a page.
19260 \end_layout
19261
19262 \begin_layout Standard
19263
19264 \family sans
19265 Page\InsetSpace ~
19266 of\InsetSpace ~
19267 floats
19268 \family default
19269 : only if more than 50\InsetSpace \thinspace{}
19270 % of the page are occupied by floats, several floats
19271  can be set together on a page.
19272 \end_layout
19273
19274 \begin_layout Standard
19275 If you don't like these rules, you can ignore them by using the additional
19276  option 
19277 \family sans
19278 Ignore\InsetSpace ~
19279 LaTeX\InsetSpace ~
19280 rules
19281 \family default
19282 .
19283 \end_layout
19284
19285 \begin_layout Standard
19286 Sometimes you might need, under all circumstances, a float to be placed
19287  exactly at the position where it is inserted.
19288  For this case you can use the option 
19289 \family sans
19290 Here\InsetSpace ~
19291 definitely
19292 \family default
19293 .
19294  Use this option very rarely and only if the document is nearly ready to
19295  be printed.
19296  Because the float is then no longer able to 
19297 \begin_inset Quotes eld
19298 \end_inset
19299
19300 float
19301 \begin_inset Quotes erd
19302 \end_inset
19303
19304  when you change your document and this will often destroy the page layout.
19305 \end_layout
19306
19307 \begin_layout Standard
19308 There are no placement options for text wrap floats, because they are always
19309  surrounded by the text of a certain paragraph.
19310 \end_layout
19311
19312 \begin_layout Standard
19313 For more details about float placements, have a look at LaTeX books like
19314  
19315 \begin_inset CommandInset citation
19316 LatexCommand cite
19317 key "latexcompanion,latexguide,latexbook"
19318
19319 \end_inset
19320
19321 .
19322 \end_layout
19323
19324 \begin_layout Section
19325 Minipages
19326 \begin_inset Index
19327 status collapsed
19328
19329 \begin_layout Standard
19330 Minipages
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \begin_inset CommandInset label
19337 LatexCommand label
19338 name "sec:Minipages"
19339
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \begin_layout Standard
19346 LaTeX provides a mechanism to produce essentially a page within a page,
19347  called minipage.
19348  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
19349 apply.
19350  
19351 \end_layout
19352
19353 \begin_layout Standard
19354 Minipages in LyX have their own collapsible box inserted via the menu 
19355 \family sans
19356 Insert\SpecialChar \menuseparator
19357 Box
19358 \family default
19359 .
19360  Right-clicking on the box allows you to alter the width of the minipage
19361  and its alignment within the page.
19362 \end_layout
19363
19364 \begin_layout Standard
19365 \align center
19366 \begin_inset Box Frameless
19367 position "t"
19368 hor_pos "c"
19369 has_inner_box 1
19370 inner_pos "t"
19371 use_parbox 0
19372 width "30col%"
19373 special "none"
19374 height "1pt"
19375 height_special "totalheight"
19376 status open
19377
19378 \begin_layout Standard
19379
19380 \shape italic
19381 This is a minipage.
19382  The text is set in an italic style.
19383 \end_layout
19384
19385 \begin_layout Standard
19386
19387 \shape italic
19388 Minipages are often used for text in another language or text that needs
19389  another formatting.
19390 \end_layout
19391
19392 \end_inset
19393
19394
19395 \end_layout
19396
19397 \begin_layout Standard
19398 \begin_inset VSpace medskip
19399 \end_inset
19400
19401 If you place two minipages side-by-side, you can use 
19402 \family sans
19403 Horizontal Fills
19404 \family default
19405  as described in section\InsetSpace ~
19406
19407 \begin_inset CommandInset ref
19408 LatexCommand ref
19409 reference "sub:Horizontal-Space"
19410
19411 \end_inset
19412
19413 :
19414 \begin_inset VSpace medskip
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \begin_layout Standard
19421 \begin_inset Box Frameless
19422 position "t"
19423 hor_pos "c"
19424 has_inner_box 1
19425 inner_pos "t"
19426 use_parbox 0
19427 width "1.5in"
19428 special "none"
19429 height "1pt"
19430 height_special "totalheight"
19431 status open
19432
19433 \begin_layout Standard
19434 This is a minipage with some stupid dummy text.
19435  This dummy text is used to increase the size of the minipage.
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \hfill
19442
19443 \begin_inset Box Frameless
19444 position "t"
19445 hor_pos "c"
19446 has_inner_box 1
19447 inner_pos "t"
19448 use_parbox 0
19449 width "1.5in"
19450 special "none"
19451 height "1pt"
19452 height_special "totalheight"
19453 status open
19454
19455 \begin_layout Standard
19456 This is a minipage with some stupid dummy text.
19457  This dummy text is used to increase the size of the minipage.
19458 \end_layout
19459
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \begin_layout Standard
19466 \begin_inset VSpace bigskip
19467 \end_inset
19468
19469
19470 \end_layout
19471
19472 \begin_layout Standard
19473 When you right-click on a minipage box, you can change the box from a minipage
19474  to other box types.
19475  All box types and their settings are explained in detail in chapter 
19476 \emph on
19477 Boxes
19478 \emph default
19479  of the 
19480 \emph on
19481 Embedded Objects
19482 \emph default
19483  manual.
19484 \end_layout
19485
19486 \begin_layout Chapter
19487 Mathematical Formulas
19488 \begin_inset Index
19489 status collapsed
19490
19491 \begin_layout Standard
19492 Math
19493 \end_layout
19494
19495 \end_inset
19496
19497
19498 \begin_inset Index
19499 status collapsed
19500
19501 \begin_layout Standard
19502 Formulas | see
19503 \begin_inset ERT
19504 status collapsed
19505
19506 \begin_layout Standard
19507
19508 {
19509 \end_layout
19510
19511 \end_inset
19512
19513 Math
19514 \begin_inset ERT
19515 status collapsed
19516
19517 \begin_layout Standard
19518
19519 }
19520 \end_layout
19521
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \end_inset
19528
19529
19530 \begin_inset CommandInset label
19531 LatexCommand label
19532 name "cha:Mathematical-Formulas"
19533
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \begin_layout Section
19540 Basic Math Editing
19541 \begin_inset Index
19542 status collapsed
19543
19544 \begin_layout Standard
19545 Math ! Basics
19546 \end_layout
19547
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \begin_layout Standard
19554 To create a math formula, you can just click on the toolbar icon 
19555 \begin_inset Graphics
19556         filename ../images/math-mode.png
19557         inzipName 
19558         embed true
19559
19560 \end_inset
19561
19562 .
19563  That will create a little blue rectangle, with purple markers around its
19564  corners.
19565  That blue rectangle is the formula itself; the purple markers indicate
19566  what level of nesting within the formula you are at.
19567  You can also choose a particular formula type to insert via the 
19568 \family sans
19569 Insert\SpecialChar \menuseparator
19570 Math
19571 \family default
19572  menu.
19573 \end_layout
19574
19575 \begin_layout Standard
19576 Editing the parameters of a formula and adding math constructs can be done
19577  with the 
19578 \family sans
19579 math\InsetSpace ~
19580 toolbar
19581 \family default
19582 , that appears when the cursor is in a formula.
19583 \end_layout
19584
19585 \begin_layout Standard
19586 There are two main types of formulas: Inline formulas appear within a text
19587  line, like this one:
19588 \end_layout
19589
19590 \begin_layout Standard
19591 This is a line with an inline formula 
19592 \begin_inset Formula $A=B$
19593 \end_inset
19594
19595  in it.
19596 \end_layout
19597
19598 \begin_layout Standard
19599 Displayed formulas appear outside the text like as they were in an own paragraph
19600 , like this one:
19601 \begin_inset Formula \[
19602 A=B\]
19603
19604 \end_inset
19605
19606 You can only number and reference displayed formulas.
19607 \end_layout
19608
19609 \begin_layout Standard
19610 LyX supports also many LaTeX math commands.
19611  E.g.
19612  typing 
19613 \begin_inset Quotes eld
19614 \end_inset
19615
19616
19617 \series bold
19618
19619 \backslash
19620 alpha
19621 \series default
19622
19623 \begin_inset Quotes erd
19624 \end_inset
19625
19626 , followed by a space, in a formula will create the Greek letter 
19627 \begin_inset Formula $\alpha$
19628 \end_inset
19629
19630 .
19631  So typing commands might sometimes be faster than using the 
19632 \family sans
19633 Math\InsetSpace ~
19634 Panel
19635 \family default
19636 .
19637 \end_layout
19638
19639 \begin_layout Subsection
19640 Navigating in Formulas
19641 \begin_inset Index
19642 status collapsed
19643
19644 \begin_layout Standard
19645 Math ! Navigating
19646 \end_layout
19647
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \begin_layout Standard
19654 The best control over the cursor position within an existing formula is
19655  achieved with the arrow keys.
19656  LyX uses small rectangles to indicate places where something can be inserted.
19657  The arrow keys can be used to navigate between parts of a formula.
19658  Pressing 
19659 \family sans
19660 Space
19661 \family default
19662  will leave a formula construct (a square root 
19663 \begin_inset Formula $\sqrt{2}$
19664 \end_inset
19665
19666 , or parentheses 
19667 \begin_inset Formula $\left(f\right)$
19668 \end_inset
19669
19670 , or a matrix 
19671 \begin_inset Formula $\left[\begin{array}{cc}
19672 1 & 2\\
19673 3 & 4\end{array}\right]$
19674 \end_inset
19675
19676 ).
19677  Pressing 
19678 \family sans
19679 Escape
19680 \family default
19681  will leave the formula, placing the cursor after the formula.
19682  
19683 \family sans
19684 Tab
19685 \family default
19686  can be used to move horizontally in a formula; for example, through the
19687  cells of a matrix or the positions in a multi-line equation.
19688 \end_layout
19689
19690 \begin_layout Standard
19691
19692 \family sans
19693 Space
19694 \family default
19695 , printed in this document as 
19696 \begin_inset Quotes eld
19697 \end_inset
19698
19699
19700 \begin_inset ERT
19701 status collapsed
19702
19703 \begin_layout Standard
19704
19705
19706 \backslash
19707 spce 
19708 \end_layout
19709
19710 \end_inset
19711
19712
19713 \begin_inset Quotes erd
19714 \end_inset
19715
19716
19717 \begin_inset Note Note
19718 status collapsed
19719
19720 \begin_layout Standard
19721 This command will appear in the output as official character denoting the
19722  space character (visible space).
19723 \end_layout
19724
19725 \end_inset
19726
19727 , seems to do nothing in a formula, since it does not add a space between
19728  characters, but it does exit a nested structure.
19729  For this reason, you have to be careful about using 
19730 \family sans
19731 Space
19732 \family default
19733 .
19734  For example, if you want 
19735 \begin_inset Formula $\sqrt{2x+1}$
19736 \end_inset
19737
19738 , type 
19739 \series bold
19740
19741 \backslash
19742 sqrt
19743 \begin_inset ERT
19744 status collapsed
19745
19746 \begin_layout Standard
19747
19748
19749 \backslash
19750 spce 
19751 \end_layout
19752
19753 \end_inset
19754
19755 2x+1
19756 \series default
19757  and not 
19758 \series bold
19759
19760 \backslash
19761 sqrt
19762 \begin_inset ERT
19763 status collapsed
19764
19765 \begin_layout Standard
19766
19767
19768 \backslash
19769 spce 
19770 \end_layout
19771
19772 \end_inset
19773
19774 2x
19775 \begin_inset ERT
19776 status collapsed
19777
19778 \begin_layout Standard
19779
19780
19781 \backslash
19782 spce 
19783 \end_layout
19784
19785 \end_inset
19786
19787 +1
19788 \series default
19789 , since in the latter case only the 
19790 \family typewriter
19791
19792 \begin_inset Formula $2x$
19793 \end_inset
19794
19795
19796 \family default
19797  will be under the square root sign: 
19798 \begin_inset Formula $\sqrt{2x}+1$
19799 \end_inset
19800
19801 .
19802 \end_layout
19803
19804 \begin_layout Standard
19805 You can leave many parts of a formula, like this matrix, partially filled
19806  in, such as:
19807 \begin_inset Formula \[
19808 \left(\begin{array}{ccc}
19809 \lambda_{1}\\
19810  & \ddots\\
19811  &  & \lambda_{n}\end{array}\right)\]
19812
19813 \end_inset
19814
19815 If you leave a fraction only partially filled in, or a subscript with nothing
19816  in it, the results will be unpredictable, but most constructs don't mind.
19817 \end_layout
19818
19819 \begin_layout Subsection
19820 Selecting Text
19821 \end_layout
19822
19823 \begin_layout Standard
19824 You can select text within a formula in two different ways.
19825  Place the cursor at one end of the string of text you want, and press 
19826 \family sans
19827 Shift
19828 \family default
19829  and a cursor movement key to select text.
19830  It will be highlighted as with regular text selection.
19831  Alternatively, you can select text with the mouse in the usual way.
19832  That text can then be cut or copied, and then pasted within any formula,
19833  but not in a normal text region in LyX.
19834 \end_layout
19835
19836 \begin_layout Subsection
19837 Exponents and Subscripts
19838 \begin_inset Index
19839 status collapsed
19840
19841 \begin_layout Standard
19842 Math ! Exponents
19843 \end_layout
19844
19845 \end_inset
19846
19847
19848 \begin_inset Index
19849 status collapsed
19850
19851 \begin_layout Standard
19852 Math ! Subscripts
19853 \end_layout
19854
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \begin_layout Standard
19861 You can use the math panel to add super- or subscripts, but the much easier
19862  way is to use a command.
19863  To get 
19864 \begin_inset Formula $x^{2}$
19865 \end_inset
19866
19867 , type in a formula 
19868 \series bold
19869 x^2
19870 \begin_inset ERT
19871 status collapsed
19872
19873 \begin_layout Standard
19874
19875
19876 \backslash
19877 spce 
19878 \end_layout
19879
19880 \end_inset
19881
19882
19883 \series default
19884 .
19885  The final 
19886 \family sans
19887 Space
19888 \family default
19889  puts the cursor back down on the base line of the expression.
19890  If you type 
19891 \series bold
19892 x^2y
19893 \series default
19894 , you will get 
19895 \begin_inset Formula $x^{2y}$
19896 \end_inset
19897
19898 , to get 
19899 \begin_inset Formula $x^{2}y$
19900 \end_inset
19901
19902 , type 
19903 \series bold
19904 x^2
19905 \begin_inset ERT
19906 status collapsed
19907
19908 \begin_layout Standard
19909
19910
19911 \backslash
19912 spce 
19913 \end_layout
19914
19915 \end_inset
19916
19917 y
19918 \series default
19919 .
19920  If you use characters in the superscript, that could be accented with the
19921  hat 
19922 \begin_inset Quotes eld
19923 \end_inset
19924
19925 ^
19926 \begin_inset Quotes erd
19927 \end_inset
19928
19929 , you have to use an extra 
19930 \family sans
19931 Space
19932 \family default
19933  to separate the hat and the character.
19934  E.g.
19935  if you want 
19936 \begin_inset Formula $x^{a}$
19937 \end_inset
19938
19939 , type 
19940 \series bold
19941 x^
19942 \begin_inset ERT
19943 status collapsed
19944
19945 \begin_layout Standard
19946
19947
19948 \backslash
19949 spce 
19950 \end_layout
19951
19952 \end_inset
19953
19954 a
19955 \series default
19956 .
19957  Subscripts are similar: To get 
19958 \begin_inset Formula $a_{1}$
19959 \end_inset
19960
19961 , type 
19962 \series bold
19963 a_1
19964 \begin_inset ERT
19965 status collapsed
19966
19967 \begin_layout Standard
19968
19969
19970 \backslash
19971 spce 
19972 \end_layout
19973
19974 \end_inset
19975
19976
19977 \series default
19978 .
19979 \end_layout
19980
19981 \begin_layout Subsection
19982 Fractions
19983 \begin_inset Index
19984 status collapsed
19985
19986 \begin_layout Standard
19987 Math ! Fractions
19988 \end_layout
19989
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \begin_layout Standard
19996 Create a fraction with either the command 
19997 \series bold
19998
19999 \backslash
20000 frac
20001 \series default
20002  or using the icon 
20003 \begin_inset Graphics
20004         filename ../images/math/frac.png
20005         inzipName 
20006         embed true
20007         scale 60
20008
20009 \end_inset
20010
20011  in the 
20012 \family sans
20013 Math\InsetSpace ~
20014 Panel
20015 \family default
20016 .
20017  You will be presented with an empty fraction.
20018  The cursor is above the fraction line.
20019  To move it to the bottom, simply press 
20020 \family sans
20021 Down
20022 \family default
20023 .
20024  To move back up, press 
20025 \family sans
20026 Up
20027 \family default
20028 .
20029  Any math structure can be placed in a fraction, as this example shows:
20030 \begin_inset Formula \[
20031 \left[\frac{1}{\left(\begin{array}{cc}
20032 2 & 3\\
20033 4 & 5\end{array}\right)}\right]\]
20034
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \begin_layout Subsection
20041 Roots
20042 \begin_inset Index
20043 status collapsed
20044
20045 \begin_layout Standard
20046 Math ! Roots
20047 \end_layout
20048
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \begin_layout Standard
20055 Roots can be created using the 
20056 \family sans
20057 Math\InsetSpace ~
20058 Panel
20059 \family default
20060  button
20061 \begin_inset Graphics
20062         filename ../images/math/sqrt.png
20063         inzipName 
20064         embed true
20065
20066 \end_inset
20067
20068  or the commands 
20069 \series bold
20070
20071 \backslash
20072 sqrt
20073 \series default
20074  or 
20075 \series bold
20076
20077 \backslash
20078 root
20079 \series default
20080 .
20081  With the command 
20082 \series bold
20083
20084 \backslash
20085 root
20086 \series default
20087  you can produce roots of higher orders, like cube roots, while 
20088 \series bold
20089
20090 \backslash
20091 sqrt
20092 \series default
20093  produces always a square root.
20094 \end_layout
20095
20096 \begin_layout Subsection
20097 Operators with Limits
20098 \begin_inset Index
20099 status collapsed
20100
20101 \begin_layout Standard
20102 Math ! Sums
20103 \end_layout
20104
20105 \end_inset
20106
20107
20108 \begin_inset Index
20109 status collapsed
20110
20111 \begin_layout Standard
20112 Math ! Integrals
20113 \end_layout
20114
20115 \end_inset
20116
20117
20118 \begin_inset CommandInset label
20119 LatexCommand label
20120 name "sub:Operators-with-Limits"
20121
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \begin_layout Standard
20128 Sum (
20129 \begin_inset Formula $\sum$
20130 \end_inset
20131
20132 ) and integral (
20133 \begin_inset Formula $\int$
20134 \end_inset
20135
20136 ) operators are very often decorated with limits.
20137  These limits can be entered in LyX by entering them as you would enter
20138  a super- or subscript, directly after the symbol.
20139  The sum operator will automatically place its 
20140 \begin_inset Quotes eld
20141 \end_inset
20142
20143 limits
20144 \begin_inset Quotes erd
20145 \end_inset
20146
20147  over and under the symbol in displayed formulas, and on the side in inline
20148  formulas.
20149  Such as 
20150 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
20151 \end_inset
20152
20153 , versus
20154 \begin_inset Formula \[
20155 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
20156
20157 \end_inset
20158
20159 Integral signs, however, will place the limits on the side in both formula
20160  types.
20161 \end_layout
20162
20163 \begin_layout Standard
20164 All operators with limits will be automatically re-sized when placed in
20165  display mode.
20166  The placement of the limits can be changed by placing the cursor directly
20167  behind the operator and hitting 
20168 \family sans
20169 M-m l
20170 \family default
20171  or using the menu 
20172 \family sans
20173 Edit\SpecialChar \menuseparator
20174 Math\SpecialChar \menuseparator
20175 Change\InsetSpace ~
20176 Limits\InsetSpace ~
20177 Type
20178 \family default
20179 .
20180 \end_layout
20181
20182 \begin_layout Standard
20183 Certain other mathematical expressions have this 
20184 \begin_inset Quotes eld
20185 \end_inset
20186
20187 moving limits
20188 \begin_inset Quotes erd
20189 \end_inset
20190
20191  feature as addition, such as
20192 \begin_inset Index
20193 status collapsed
20194
20195 \begin_layout Standard
20196 Math ! Limits
20197 \end_layout
20198
20199 \end_inset
20200
20201
20202 \begin_inset Formula \[
20203 \lim_{x\rightarrow\infty}f(x),\]
20204
20205 \end_inset
20206
20207 which will place the 
20208 \begin_inset Formula $x\rightarrow\infty$
20209 \end_inset
20210
20211  underneath the 
20212 \begin_inset Quotes eld
20213 \end_inset
20214
20215 lim
20216 \begin_inset Quotes erd
20217 \end_inset
20218
20219  in display mode.
20220  In inline formulas it looks like this: 
20221 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
20222 \end_inset
20223
20224 .
20225 \end_layout
20226
20227 \begin_layout Standard
20228 Note that the lim-function was entered as the function macro 
20229 \series bold
20230
20231 \backslash
20232 lim
20233 \series default
20234 .
20235  Have a look at section\InsetSpace ~
20236
20237 \begin_inset CommandInset ref
20238 LatexCommand ref
20239 reference "sub:Functions"
20240
20241 \end_inset
20242
20243  for an explanation of function macros.
20244 \end_layout
20245
20246 \begin_layout Subsection
20247 Math Symbols
20248 \begin_inset Index
20249 status collapsed
20250
20251 \begin_layout Standard
20252 Math ! Symbols
20253 \end_layout
20254
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \begin_layout Standard
20261 Most math symbols can be found in the 
20262 \family sans
20263 Math\InsetSpace ~
20264 Panel
20265 \family default
20266  under one of several categories; including 
20267 \family sans
20268 Greek
20269 \family default
20270
20271 \family sans
20272 Operators
20273 \family default
20274  , 
20275 \family sans
20276 Relations
20277 \family default
20278
20279 \family sans
20280 Arrows
20281 \family default
20282 .
20283  There are also the additional symbols provided by the American Mathematical
20284  Society (AMS).
20285 \end_layout
20286
20287 \begin_layout Standard
20288 If you know the LaTeX-command for a construct or symbol you wish to use,
20289  you don't have to use the 
20290 \family sans
20291 Math\InsetSpace ~
20292 Panel
20293 \family default
20294 , but can type the command directly into the formula.
20295  LyX will convert it to the corresponding symbol or construct.
20296 \end_layout
20297
20298 \begin_layout Subsection
20299 Altering Spacing
20300 \begin_inset Index
20301 status collapsed
20302
20303 \begin_layout Standard
20304 Math ! Spaces
20305 \end_layout
20306
20307 \end_inset
20308
20309
20310 \begin_inset CommandInset label
20311 LatexCommand label
20312 name "sub:Altering-Spacing"
20313
20314 \end_inset
20315
20316
20317 \end_layout
20318
20319 \begin_layout Standard
20320 You may want to create spaces that differs from the standard spacing that
20321  LaTeX provides.
20322  To do this, type 
20323 \family sans
20324 C-Space
20325 \family default
20326  or to use the 
20327 \family sans
20328 Math\InsetSpace ~
20329 Panel
20330 \family default
20331  button 
20332 \begin_inset Graphics
20333         filename ../images/math/space.png
20334         inzipName 
20335         embed false
20336
20337 \end_inset
20338
20339 .
20340  This generates a small space, and shows a small marker on the screen.
20341  Here a example for the sequence 
20342 \series bold
20343 a C-Space b
20344 \series default
20345
20346 \begin_inset Formula $a\, b$
20347 \end_inset
20348
20349  (appears in LyX as 
20350 \begin_inset Graphics
20351         filename clipart/SpaceMarker.png
20352         inzipName 
20353         embed false
20354
20355 \end_inset
20356
20357 ).
20358  You can change the space to different sizes when you set the cursor behind
20359  the space marker and hit space again several times.
20360  With every space hit the size will be changed.
20361  Some markers for the space size appear red in LyX, because they are a negative
20362  spaces.
20363  Here two examples:
20364 \end_layout
20365
20366 \begin_layout Standard
20367
20368 \series bold
20369 a C-Space b
20370 \series default
20371  and 3×
20372 \family sans
20373 Space
20374 \family default
20375
20376 \begin_inset Formula $a\quad b$
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \begin_layout Standard
20383
20384 \series bold
20385 a C-Space b
20386 \series default
20387  and 5×
20388 \family sans
20389 Space
20390 \family default
20391
20392 \begin_inset Formula $a\! b$
20393 \end_inset
20394
20395
20396 \end_layout
20397
20398 \begin_layout Subsection
20399 Functions
20400 \begin_inset Index
20401 status collapsed
20402
20403 \begin_layout Standard
20404 Math ! Functions
20405 \end_layout
20406
20407 \end_inset
20408
20409
20410 \begin_inset CommandInset label
20411 LatexCommand label
20412 name "sub:Functions"
20413
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \begin_layout Standard
20420 The 
20421 \family sans
20422 Math\InsetSpace ~
20423 Panel
20424 \family default
20425  contains under the button 
20426 \begin_inset Graphics
20427         filename ../images/math/functions.png
20428         inzipName 
20429         embed false
20430
20431 \end_inset
20432
20433  a number of functions, such as 
20434 \begin_inset Formula $\sin$
20435 \end_inset
20436
20437
20438 \begin_inset Formula $\lim$
20439 \end_inset
20440
20441
20442 \emph on
20443 etc
20444 \emph default
20445 .
20446  (you can also insert them in a formula by typing 
20447 \series bold
20448
20449 \backslash
20450 sin
20451 \series default
20452  etc.).
20453  Standard mathematical practice is, that functions are printed upright to
20454  avoid confusions, because 
20455 \begin_inset Formula $sin$
20456 \end_inset
20457
20458  does normally mean 
20459 \begin_inset Formula $s·i·n$
20460 \end_inset
20461
20462 .
20463 \end_layout
20464
20465 \begin_layout Standard
20466 Using the function macros will also produce correct spacing around the function:
20467  
20468 \begin_inset Formula $a\sin x$
20469 \end_inset
20470
20471  is different from 
20472 \begin_inset Formula $asinx$
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Standard
20479 For some mathematical objects, like the limes, the macro changes the way
20480  that subscripts are placed, like described in section\InsetSpace ~
20481
20482 \begin_inset CommandInset ref
20483 LatexCommand ref
20484 reference "sub:Operators-with-Limits"
20485
20486 \end_inset
20487
20488 .
20489 \end_layout
20490
20491 \begin_layout Subsection
20492 Accents
20493 \begin_inset Index
20494 status collapsed
20495
20496 \begin_layout Standard
20497 Math ! Accents
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \begin_layout Standard
20506 In a formula you can insert accented characters in the same way as in text
20507  mode.
20508  This may depend on your keyboard, or the bindings file you use.
20509  You can also use LaTeX commands to e.g.
20510  enter 
20511 \begin_inset Formula $\hat{a}$
20512 \end_inset
20513
20514  even if your keyboard doesn't have hat-accents enabled.
20515  Our example is entered by typing 
20516 \series bold
20517
20518 \backslash
20519 hat
20520 \begin_inset ERT
20521 status collapsed
20522
20523 \begin_layout Standard
20524
20525
20526 \backslash
20527 spce 
20528 \end_layout
20529
20530 \end_inset
20531
20532 a
20533 \series default
20534  in a formula.
20535  Table\InsetSpace ~
20536
20537 \begin_inset CommandInset ref
20538 LatexCommand ref
20539 reference "cap:Accent-names-and"
20540
20541 \end_inset
20542
20543  shows the equivalences between the accent names and the commands.
20544 \end_layout
20545
20546 \begin_layout Standard
20547 \begin_inset Float table
20548 wide false
20549 sideways false
20550 status open
20551
20552 \begin_layout Standard
20553 \begin_inset Caption
20554
20555 \begin_layout Standard
20556 \begin_inset CommandInset label
20557 LatexCommand label
20558 name "cap:Accent-names-and"
20559
20560 \end_inset
20561
20562 Accent names and the corresponding commands.
20563 \end_layout
20564
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \begin_layout Standard
20571 \align center
20572 \begin_inset Tabular
20573 <lyxtabular version="3" rows="11" columns="3">
20574 <features>
20575 <column alignment="center" valignment="top" leftline="true" width="0pt">
20576 <column alignment="center" valignment="top" leftline="true" width="0pt">
20577 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20578 <row topline="true" bottomline="true">
20579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Standard
20583 Name
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Standard
20592 Command
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Standard
20601 E
20602 \family roman
20603 \series medium
20604 \shape up
20605 \size normal
20606 \emph off
20607 \bar no
20608 \noun off
20609 \color none
20610 xample
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 </row>
20616 <row topline="true">
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Standard
20621
20622 \family roman
20623 \series medium
20624 \shape up
20625 \size normal
20626 \emph off
20627 \bar no
20628 \noun off
20629 \color none
20630 circumflex
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Standard
20639
20640 \series bold
20641
20642 \backslash
20643 hat
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Standard
20652
20653 \family roman
20654 \series medium
20655 \shape up
20656 \size normal
20657 \emph off
20658 \bar no
20659 \noun off
20660 \color none
20661 \begin_inset Formula $\hat{a}$
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 </row>
20670 <row topline="true">
20671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Standard
20675
20676 \family roman
20677 \series medium
20678 \shape up
20679 \size normal
20680 \emph off
20681 \bar no
20682 \noun off
20683 \color none
20684 grave
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Standard
20693
20694 \series bold
20695
20696 \backslash
20697 grave
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Standard
20706
20707 \family roman
20708 \series medium
20709 \shape up
20710 \size normal
20711 \emph off
20712 \bar no
20713 \noun off
20714 \color none
20715 \begin_inset Formula $\grave{a}$
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 </row>
20724 <row topline="true">
20725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Standard
20729
20730 \family roman
20731 \series medium
20732 \shape up
20733 \size normal
20734 \emph off
20735 \bar no
20736 \noun off
20737 \color none
20738 acute
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Standard
20747
20748 \series bold
20749
20750 \backslash
20751 acute
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Standard
20760
20761 \family roman
20762 \series medium
20763 \shape up
20764 \size normal
20765 \emph off
20766 \bar no
20767 \noun off
20768 \color none
20769 \begin_inset Formula $\acute{a}$
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 </row>
20778 <row topline="true">
20779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Standard
20783
20784 \family roman
20785 \series medium
20786 \shape up
20787 \size normal
20788 \emph off
20789 \bar no
20790 \noun off
20791 \color none
20792 umlaut
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Standard
20801
20802 \series bold
20803
20804 \backslash
20805 ddot
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Standard
20814
20815 \family roman
20816 \series medium
20817 \shape up
20818 \size normal
20819 \emph off
20820 \bar no
20821 \noun off
20822 \color none
20823 \begin_inset Formula $\ddot{a}$
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row topline="true">
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Standard
20837
20838 \family roman
20839 \series medium
20840 \shape up
20841 \size normal
20842 \emph off
20843 \bar no
20844 \noun off
20845 \color none
20846 tilde
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Standard
20855
20856 \series bold
20857
20858 \backslash
20859 tilde
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Standard
20868
20869 \family roman
20870 \series medium
20871 \shape up
20872 \size normal
20873 \emph off
20874 \bar no
20875 \noun off
20876 \color none
20877 \begin_inset Formula $\tilde{a}$
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row topline="true">
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Standard
20891
20892 \family roman
20893 \series medium
20894 \shape up
20895 \size normal
20896 \emph off
20897 \bar no
20898 \noun off
20899 \color none
20900 dot
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Standard
20909
20910 \series bold
20911
20912 \backslash
20913 dot
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Standard
20922
20923 \family roman
20924 \series medium
20925 \shape up
20926 \size normal
20927 \emph off
20928 \bar no
20929 \noun off
20930 \color none
20931 \begin_inset Formula $\dot{a}$
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row topline="true">
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Standard
20945
20946 \family roman
20947 \series medium
20948 \shape up
20949 \size normal
20950 \emph off
20951 \bar no
20952 \noun off
20953 \color none
20954 breve
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Standard
20963
20964 \series bold
20965
20966 \backslash
20967 breve
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Standard
20976
20977 \family roman
20978 \series medium
20979 \shape up
20980 \size normal
20981 \emph off
20982 \bar no
20983 \noun off
20984 \color none
20985 \begin_inset Formula $\breve{a}$
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 </row>
20994 <row topline="true">
20995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Standard
20999
21000 \family roman
21001 \series medium
21002 \shape up
21003 \size normal
21004 \emph off
21005 \bar no
21006 \noun off
21007 \color none
21008 caron
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Standard
21017
21018 \series bold
21019
21020 \backslash
21021 check
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21027 \begin_inset Text
21028
21029 \begin_layout Standard
21030
21031 \family roman
21032 \series medium
21033 \shape up
21034 \size normal
21035 \emph off
21036 \bar no
21037 \noun off
21038 \color none
21039 \begin_inset Formula $\check{a}$
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 </row>
21048 <row topline="true">
21049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Standard
21053
21054 \family roman
21055 \series medium
21056 \shape up
21057 \size normal
21058 \emph off
21059 \bar no
21060 \noun off
21061 \color none
21062 macron
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Standard
21071
21072 \series bold
21073
21074 \backslash
21075 bar
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Standard
21084
21085 \family roman
21086 \series medium
21087 \shape up
21088 \size normal
21089 \emph off
21090 \bar no
21091 \noun off
21092 \color none
21093 \begin_inset Formula $\bar{a}$
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 </row>
21102 <row topline="true" bottomline="true">
21103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Standard
21107 vector
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Standard
21116
21117 \series bold
21118
21119 \backslash
21120 vec
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Standard
21129
21130 \family roman
21131 \series medium
21132 \shape up
21133 \size normal
21134 \emph off
21135 \bar no
21136 \noun off
21137 \color none
21138 \begin_inset Formula $\vec{a}$
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 </lyxtabular>
21148
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \begin_layout Standard
21160 You can choose one of the accents by selecting an item from the 
21161 \family sans
21162 Frame\InsetSpace ~
21163 decorations
21164 \family default
21165  symbol set button 
21166 \begin_inset Graphics
21167         filename ../images/math/hat.png
21168         inzipName 
21169         embed true
21170
21171 \end_inset
21172
21173  in the math panel ; this will apply to any selection you have made within
21174  a formula too.
21175 \end_layout
21176
21177 \begin_layout Section
21178 Brackets and Delimiters
21179 \begin_inset Index
21180 status collapsed
21181
21182 \begin_layout Standard
21183 Math ! Brackets
21184 \end_layout
21185
21186 \end_inset
21187
21188
21189 \begin_inset Index
21190 status collapsed
21191
21192 \begin_layout Standard
21193 Math ! Delimiters
21194 \end_layout
21195
21196 \end_inset
21197
21198
21199 \begin_inset CommandInset label
21200 LatexCommand label
21201 name "sec:Brackets-and-Delimiters"
21202
21203 \end_inset
21204
21205
21206 \end_layout
21207
21208 \begin_layout Standard
21209 There are several brackets available through LyX.
21210  For most purposes, using just the keys 
21211 \family typewriter
21212 []{}()|<>
21213 \family default
21214  should suffice.
21215  But if you want to surround a large structure, like a matrix or a fraction,
21216  or if you have several layers of brackets, is better using 
21217 \family sans
21218 Math\InsetSpace ~
21219 Panel
21220 \family default
21221 's delimiter icon 
21222 \begin_inset Graphics
21223         filename ../images/math/delim.png
21224         inzipName 
21225         embed false
21226
21227 \end_inset
21228
21229 .
21230  For example, that's how you would construct the brackets around a standard
21231  matrix such as:
21232 \begin_inset Formula \[
21233 \left[\begin{array}{cc}
21234 1 & 2\\
21235 3 & 4\end{array}\right]\]
21236
21237 \end_inset
21238
21239 and to make it easier to see the layers of parentheses as in: 
21240 \begin_inset Formula \[
21241 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
21242
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \begin_layout Standard
21249 The parentheses, and other brackets from that menu will automatically re-size
21250  to accommodate the size of what is inside.
21251 \end_layout
21252
21253 \begin_layout Standard
21254 To construct brackets click on the button for the bracket you want on the
21255  left side and right side.
21256  If you use the option 
21257 \family sans
21258 Keep\InsetSpace ~
21259 matched
21260 \family default
21261 , the selected bracket type will be used for the left and the right side.
21262  The selection will be shown below the button field.
21263  If you want one side to not have a bracket, use the blank button.
21264  It will appear in LyX with a dotted line, but nothing will be printed.
21265 \end_layout
21266
21267 \begin_layout Standard
21268 If you want to place brackets around math structures, like a square root,
21269  you can do that by highlighting (selecting) the structure that is to go
21270  inside the brackets.
21271  Then choose the appropriate brackets for left and right and click on 
21272 \family sans
21273 Insert
21274 \family default
21275 .
21276  The parentheses will be drawn around the selected structure.
21277 \end_layout
21278
21279 \begin_layout Standard
21280 The next section explains how to insert a LaTeX 
21281 \begin_inset Quotes eld
21282 \end_inset
21283
21284 {
21285 \begin_inset Quotes erd
21286 \end_inset
21287
21288  for grouping.
21289 \end_layout
21290
21291 \begin_layout Section
21292 Grouping
21293 \begin_inset Index
21294 status collapsed
21295
21296 \begin_layout Standard
21297 Math ! Grouping
21298 \end_layout
21299
21300 \end_inset
21301
21302
21303 \begin_inset CommandInset label
21304 LatexCommand label
21305 name "sec:Grouping"
21306
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \begin_layout Standard
21313 You may need to group a set of symbols.
21314  In LaTeX, for example, the typesetting of 
21315 \family typewriter
21316 {x^y}^z
21317 \family default
21318  is different from 
21319 \family typewriter
21320 x^{y^z}
21321 \family default
21322 :
21323 \end_layout
21324
21325 \begin_layout Standard
21326 \begin_inset Formula \[
21327 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
21328
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \begin_layout Standard
21335 To create this grouping, you need to use the key sequence 
21336 \begin_inset Quotes eld
21337 \end_inset
21338
21339
21340 \series bold
21341
21342 \backslash
21343 {
21344 \series default
21345
21346 \begin_inset Quotes erd
21347 \end_inset
21348
21349  then type space.
21350  Inside LyX, you will see red braces indicating the grouping.
21351  Within this braces you insert the grouped structure.
21352  The grouping braces won't appear in the output in contrary to normal braces.
21353 \end_layout
21354
21355 \begin_layout Section
21356 Arrays and Multi-line Equations
21357 \begin_inset Index
21358 status collapsed
21359
21360 \begin_layout Standard
21361 Math ! Arrays
21362 \end_layout
21363
21364 \end_inset
21365
21366
21367 \begin_inset Index
21368 status collapsed
21369
21370 \begin_layout Standard
21371 Math ! Matrices
21372 \end_layout
21373
21374 \end_inset
21375
21376
21377 \begin_inset Index
21378 status collapsed
21379
21380 \begin_layout Standard
21381 Math ! Multi-line Equations
21382 \end_layout
21383
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \begin_layout Standard
21390 Matrices are entered in LyX using the 
21391 \family sans
21392 Math\InsetSpace ~
21393 Panel
21394 \family default
21395  matrix button 
21396 \begin_inset Graphics
21397         filename ../images/math/matrix.png
21398         inzipName 
21399         embed true
21400
21401 \end_inset
21402
21403 .
21404  It will open a dialog for you to choose the number of rows/columns.
21405  Here is an example:
21406 \begin_inset Formula \[
21407 \left(\begin{array}{ccc}
21408 1 & 2 & 3\\
21409 4 & 5 & 6\\
21410 7 & 8 & 9\end{array}\right)\]
21411
21412 \end_inset
21413
21414 The parentheses aren't automatic, but you can add them as described in section\InsetSpace ~
21415
21416 \begin_inset CommandInset ref
21417 LatexCommand ref
21418 reference "sec:Brackets-and-Delimiters"
21419
21420 \end_inset
21421
21422 .
21423  When you construct the matrix, you can decide whether the column entries
21424  will be left-, right-, or center-justified.
21425  This alignment is set in the box 
21426 \family sans
21427 Horizontal
21428 \family default
21429  with the letters 
21430 \begin_inset Quotes eld
21431 \end_inset
21432
21433
21434 \family sans
21435 l
21436 \family default
21437
21438 \begin_inset Quotes erd
21439 \end_inset
21440
21441
21442 \begin_inset Quotes eld
21443 \end_inset
21444
21445
21446 \family sans
21447 r
21448 \family default
21449
21450 \begin_inset Quotes erd
21451 \end_inset
21452
21453 , and 
21454 \begin_inset Quotes eld
21455 \end_inset
21456
21457
21458 \family sans
21459 c
21460 \family default
21461
21462 \begin_inset Quotes erd
21463 \end_inset
21464
21465 .
21466  LyX proposes a 
21467 \begin_inset Quotes eld
21468 \end_inset
21469
21470
21471 \family sans
21472 c
21473 \family default
21474
21475 \begin_inset Quotes erd
21476 \end_inset
21477
21478  for every column as default.
21479  For example, the sequence 
21480 \begin_inset Quotes eld
21481 \end_inset
21482
21483
21484 \family sans
21485 lrc
21486 \family default
21487
21488 \begin_inset Quotes erd
21489 \end_inset
21490
21491  means that the first column will be left-justified, the second will be
21492  centered, and the third column will be right-justified, because each letter
21493  corresponds to the relevant column.
21494  The result will look like this:
21495 \begin_inset Formula \[
21496 \begin{array}{lcr}
21497 this & this\, column & this\, column\\
21498 column & has & has\, right\\
21499 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
21500
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \begin_layout Standard
21507 You can add more rows to an existing matrix by hitting 
21508 \family sans
21509 C-Enter
21510 \family default
21511  while the cursor is in the matrix.
21512  Adding or deleting columns can be done via the menu 
21513 \family sans
21514 Edit\SpecialChar \menuseparator
21515 Math
21516 \family default
21517 .
21518 \end_layout
21519
21520 \begin_layout Standard
21521 There are other arrays used in formulas, such as distinctions of cases.
21522  It can be created with the menu 
21523 \family sans
21524 Insert\SpecialChar \menuseparator
21525 Math\SpecialChar \menuseparator
21526 Cases\InsetSpace ~
21527 Environment
21528 \family default
21529  or the command 
21530 \series bold
21531
21532 \backslash
21533 cases
21534 \series default
21535 .
21536  Here an example: 
21537 \begin_inset Formula \[
21538 f(x)=\begin{cases}
21539 -1 & x<0\\
21540 0 & x=0\\
21541 1 & x>0\end{cases}\]
21542
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \begin_layout Standard
21549 \begin_inset VSpace bigskip
21550 \end_inset
21551
21552 Multi-line formulas are created when you press 
21553 \family sans
21554 \series medium
21555 C-E
21556 \series default
21557 nter
21558 \family default
21559  within a formula.
21560  In an empty formula you can see that three blue boxes appear, one for each
21561  column.
21562  When you press 
21563 \family sans
21564 \series medium
21565 C-E
21566 \series default
21567 nter
21568 \family default
21569  in a non-empty formula, the part before the relation sign (equal sign 
21570 \begin_inset Quotes eld
21571 \end_inset
21572
21573 =
21574 \begin_inset Quotes erd
21575 \end_inset
21576
21577  etc.) will be inserted automatically to the first column, the relation sign
21578  is in the second column, and the rest in the third column.
21579  A new row is created by every further hit of 
21580 \family sans
21581 \series medium
21582 C-E
21583 \series default
21584 nter
21585 \family default
21586 .
21587  Multi-line formulas are always displayed formulas.
21588  Here is an example:
21589 \begin_inset Formula \begin{eqnarray}
21590 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
21591 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
21592
21593 \end_inset
21594
21595  To change the column assignment of the formula parts, place the cursor
21596  where you want to start the shift and hit 
21597 \family sans
21598 C-Tab.
21599
21600 \family default
21601  It shifts everything in the column which is right beside the current cursor
21602  position to the next column.
21603  Note that the middle column is designed for relation signs, structures
21604  within this column will be printed in a smaller size:
21605 \begin_inset Formula \begin{eqnarray*}
21606 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
21607
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \begin_layout Standard
21614 The multi-line formula type described here is called 
21615 \family typewriter
21616 \series medium
21617 eqnarray
21618 \family default
21619 \series default
21620 .
21621  There are other multi-line types being more suitable for certain situations,
21622  for example if you want a better inter-line spacing than in formula (
21623 \begin_inset CommandInset ref
21624 LatexCommand ref
21625 reference "eq:asquared"
21626
21627 \end_inset
21628
21629 ).
21630  The other types are described in section\InsetSpace ~
21631
21632 \begin_inset CommandInset ref
21633 LatexCommand ref
21634 reference "sub:AMS-Formula-Types"
21635
21636 \end_inset
21637
21638 .
21639 \end_layout
21640
21641 \begin_layout Section
21642 Formula Numbering and Referencing
21643 \begin_inset Index
21644 status collapsed
21645
21646 \begin_layout Standard
21647 Math ! Formula numbering
21648 \end_layout
21649
21650 \end_inset
21651
21652
21653 \begin_inset Index
21654 status collapsed
21655
21656 \begin_layout Standard
21657 Math ! Referencing formulas
21658 \end_layout
21659
21660 \end_inset
21661
21662
21663 \begin_inset CommandInset label
21664 LatexCommand label
21665 name "sec:Formula-Numbering-and"
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \begin_layout Standard
21673 To number a formula, set the cursor in the formula and use the menu 
21674 \family sans
21675 Edit\SpecialChar \menuseparator
21676 Math\SpecialChar \menuseparator
21677 Toggle\InsetSpace ~
21678 Numbering
21679 \family default
21680  or the shortcut 
21681 \family sans
21682 M-m\InsetSpace ~
21683 n
21684 \family default
21685 .
21686  The formula number appears in LyX as 
21687 \begin_inset Quotes eld
21688 \end_inset
21689
21690 #
21691 \begin_inset Quotes erd
21692 \end_inset
21693
21694  within parentheses.
21695  The 
21696 \begin_inset Quotes erd
21697 \end_inset
21698
21699 #
21700 \begin_inset Quotes erd
21701 \end_inset
21702
21703  denotes, that the number will be calculated automatically when the output
21704  is generated.
21705  The placement and format of the formula number in the output depends on
21706  the document class.
21707  In this document the number is printed together with the chapter number,
21708  separated by a dot:
21709 \begin_inset Formula \begin{equation}
21710 1+1=2\end{equation}
21711
21712 \end_inset
21713
21714 Using 
21715 \family sans
21716 M-m\InsetSpace ~
21717 n
21718 \family default
21719  in a numbered formula will switch off the numbering.
21720  You can only number displayed formulas.
21721 \end_layout
21722
21723 \begin_layout Standard
21724 Multi-line formulas can be numbered line by line: Using the menu 
21725 \family sans
21726 Edit\SpecialChar \menuseparator
21727 Math\SpecialChar \menuseparator
21728 Toggle\InsetSpace ~
21729 Numbering\InsetSpace ~
21730 of\InsetSpace ~
21731 Line
21732 \family default
21733  or the shortcut 
21734 \family sans
21735 M-m\InsetSpace ~
21736 N
21737 \family default
21738  will only toggle the numbering of the line where the cursor is in:
21739 \begin_inset Formula \begin{eqnarray}
21740 1 & = & 3-2\\
21741 2 & = & 4-2\nonumber \\
21742 4 & \leq & 7\end{eqnarray}
21743
21744 \end_inset
21745
21746 To number all lines use the shortcut 
21747 \family sans
21748 M-m\InsetSpace ~
21749 n
21750 \family default
21751 .
21752 \end_layout
21753
21754 \begin_layout Standard
21755 \begin_inset VSpace bigskip
21756 \end_inset
21757
21758 Every displayed formula can be referenced by its number using a label.
21759  A label is inserted with the menu 
21760 \family sans
21761 Insert\SpecialChar \menuseparator
21762 Label
21763 \family default
21764  when the cursor is in the formula.
21765  This opens a dialog to enter the label.
21766  It is recommended to use the proposed 
21767 \begin_inset Quotes eld
21768 \end_inset
21769
21770
21771 \family sans
21772 eq:
21773 \family default
21774
21775 \begin_inset Quotes erd
21776 \end_inset
21777
21778  as first part of the label, because this helps later to identify the label
21779  type when you have many labels in your document.
21780  We inserted in the following example the label 
21781 \begin_inset Quotes eld
21782 \end_inset
21783
21784 eq:tanhExp
21785 \begin_inset Quotes erd
21786 \end_inset
21787
21788  in the second line:
21789 \begin_inset Formula \begin{eqnarray}
21790 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
21791  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
21792
21793 \end_inset
21794
21795 Every labeled line is automatically numbered.
21796  Therefore the label is shown in LyX at the place of the formula number
21797  placeholder 
21798 \begin_inset Quotes eld
21799 \end_inset
21800
21801 #
21802 \begin_inset Quotes erd
21803 \end_inset
21804
21805 .
21806  You can reference a labeled formula using the menu 
21807 \family sans
21808 Insert\SpecialChar \menuseparator
21809 Cross\InsetSpace ~
21810 Reference
21811 \family default
21812 .
21813  A dialog appears to choose a label you want refer to.
21814  The reference appears in LyX as grey cross reference box and in the output
21815  as the formula number:
21816 \end_layout
21817
21818 \begin_layout Standard
21819 This is a cross-reference to equation (
21820 \begin_inset CommandInset ref
21821 LatexCommand ref
21822 reference "eq:tanhExp"
21823
21824 \end_inset
21825
21826 ).
21827 \end_layout
21828
21829 \begin_layout Standard
21830 The properties of LyX's cross-reference box are described in section\InsetSpace ~
21831
21832 \begin_inset CommandInset ref
21833 LatexCommand ref
21834 reference "sec:Cross-References"
21835
21836 \end_inset
21837
21838 .
21839  To delete a label, set the cursor in the labeled formula, use the menu
21840  
21841 \family sans
21842 Insert\SpecialChar \menuseparator
21843 Label
21844 \family default
21845  and delete the label in the appearing dialog.
21846 \begin_inset Foot
21847 status collapsed
21848
21849 \begin_layout Standard
21850 This is a unintuitive and will be fixed in the next version of LyX.
21851 \end_layout
21852
21853 \end_inset
21854
21855  
21856 \end_layout
21857
21858 \begin_layout Section
21859 User defined math macros
21860 \begin_inset Index
21861 status collapsed
21862
21863 \begin_layout Standard
21864 Math ! Macros
21865 \end_layout
21866
21867 \end_inset
21868
21869
21870 \begin_inset CommandInset label
21871 LatexCommand label
21872 name "sec:math-macros"
21873
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \begin_layout Standard
21880 LyX allows you to define macros for formulas.
21881  For example we assume that solutions of the quadratic equation often occur
21882  in our document in various forms and we want to create a macro to print
21883  them.
21884 \newline
21885 The general form of a quadratic equation is:
21886 \begin_inset Formula \[
21887 0=\lambda^{2}+p\lambda+q\]
21888
21889 \end_inset
21890
21891 The general form of its solution is:
21892 \begin_inset Formula \[
21893 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
21894
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \begin_layout Standard
21901 The macro should print the parameters 
21902 \begin_inset Formula $\lambda$
21903 \end_inset
21904
21905
21906 \begin_inset Formula $p$
21907 \end_inset
21908
21909  and 
21910 \begin_inset Formula $q$
21911 \end_inset
21912
21913  like in the equation above.
21914 \end_layout
21915
21916 \begin_layout Standard
21917 A macro is created by executing the command
21918 \end_layout
21919
21920 \begin_layout Standard
21921
21922 \series bold
21923 math-macro
21924 \begin_inset ERT
21925 status collapsed
21926
21927 \begin_layout Standard
21928
21929
21930 \backslash
21931 spce 
21932 \end_layout
21933
21934 \end_inset
21935
21936 Name
21937 \begin_inset ERT
21938 status collapsed
21939
21940 \begin_layout Standard
21941
21942
21943 \backslash
21944 spce 
21945 \end_layout
21946
21947 \end_inset
21948
21949 Number\InsetSpace ~
21950 of\InsetSpace ~
21951 Arguments
21952 \end_layout
21953
21954 \begin_layout Standard
21955 in the minibuffer at the bottom of the LyX screen.
21956  Name is the name of the new macro which mustn't contain numbers.
21957  The number of arguments can be a number in the range 1-9.
21958  If you want to define a macro without arguments, don't declare the number
21959  of arguments.
21960 \end_layout
21961
21962 \begin_layout Standard
21963 We have three arguments and name the macro 
21964 \begin_inset Quotes eld
21965 \end_inset
21966
21967 qE
21968 \begin_inset Quotes erd
21969 \end_inset
21970
21971 , so that the command is:
21972 \end_layout
21973
21974 \begin_layout Standard
21975
21976 \series bold
21977 math-macro
21978 \begin_inset ERT
21979 status collapsed
21980
21981 \begin_layout Standard
21982
21983
21984 \backslash
21985 spce 
21986 \end_layout
21987
21988 \end_inset
21989
21990 qE
21991 \begin_inset ERT
21992 status collapsed
21993
21994 \begin_layout Standard
21995
21996
21997 \backslash
21998 spce 
21999 \end_layout
22000
22001 \end_inset
22002
22003 3
22004 \end_layout
22005
22006 \begin_layout Standard
22007 This results in the following macro definition box: 
22008 \begin_inset Graphics
22009         filename clipart/macrobox.png
22010         inzipName 
22011         embed true
22012
22013 \end_inset
22014
22015  
22016 \begin_inset FormulaMacro
22017 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
22018 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
22019 \end_inset
22020
22021
22022 \begin_inset Note Note
22023 status collapsed
22024
22025 \begin_layout Standard
22026 The first box is an image to show the behavior in the output.
22027  The second one is the definition box, that doesn't appear in the output.
22028 \end_layout
22029
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \begin_layout Standard
22036 The first blue box is for the definition, where you insert the formula via
22037  the math panel or commands.
22038  The placeholder for the arguments are inserted as a backslash and sharp
22039  followed by the argument number, e.g.
22040  
22041 \begin_inset Quotes eld
22042 \end_inset
22043
22044
22045 \backslash
22046 #1
22047 \begin_inset Quotes erd
22048 \end_inset
22049
22050  for the first argument.
22051  Placeholders will be displayed in red.
22052  The second blue box is for the appearance in LyX.
22053  This is useful when you have a large structure that shouldn't be displayed
22054  in LyX with its full size.
22055  If you want to see the macro as it is defined, leave the box blank.
22056  In our example we insert the sequence
22057 \newline
22058
22059 \series bold
22060 qE: 
22061 \backslash
22062 #1
22063 \series default
22064  
22065 \series bold
22066 ,
22067 \series default
22068  
22069 \series bold
22070
22071 \backslash
22072 #2
22073 \series default
22074  
22075 \series bold
22076 ,
22077 \series default
22078  
22079 \series bold
22080
22081 \backslash
22082 #3
22083 \newline
22084
22085 \series default
22086 The macro will then be shown as the macro name followed by the three arguments.
22087 \end_layout
22088
22089 \begin_layout Standard
22090 To use the macro in a formula, type its name as command, in our case 
22091 \begin_inset Quotes eld
22092 \end_inset
22093
22094
22095 \series bold
22096
22097 \backslash
22098 qE
22099 \series default
22100
22101 \begin_inset Quotes erd
22102 \end_inset
22103
22104 .
22105  The macro is inserted with boxes for the arguments looking similar to this:
22106 \end_layout
22107
22108 \begin_layout Standard
22109 \align center
22110 \begin_inset Graphics
22111         filename clipart/macrouse.png
22112         inzipName 
22113         embed true
22114
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \begin_layout Standard
22121 The arguments are inserted in the blue boxes.
22122  If the cursor is outside the macro, the arguments are put in the macro.
22123  To change the arguments, put the cursor in the formula before or after
22124  the macro and press the right or left arrow key respectively.
22125  The arguments appear now again below the macro definition.
22126 \end_layout
22127
22128 \begin_layout Standard
22129 If you change the macro definition all macros are changed automatically
22130  to the new definition.
22131  Here an example of our macro with the arguments 
22132 \begin_inset Formula $x$
22133 \end_inset
22134
22135
22136 \begin_inset Formula $\ln(x)$
22137 \end_inset
22138
22139 , and 
22140 \begin_inset Formula $B$
22141 \end_inset
22142
22143 :
22144 \begin_inset Formula \[
22145 \qE {x}{\ln(y)}{B}\]
22146
22147 \end_inset
22148
22149
22150 \end_layout
22151
22152 \begin_layout Standard
22153 When the document is exported to LaTeX, the macro definition will be inserted
22154  as the command:
22155 \end_layout
22156
22157 \begin_layout Standard
22158
22159 \series bold
22160
22161 \backslash
22162 newcommand{
22163 \backslash
22164 qE}[3]{#1_{1,
22165 \backslash
22166 ,2}=-
22167 \backslash
22168 frac{#2}{2}
22169 \backslash
22170 pm
22171 \newline
22172
22173 \begin_inset ERT
22174 status collapsed
22175
22176 \begin_layout Standard
22177
22178
22179 \backslash
22180 hphantom{
22181 \end_layout
22182
22183 \end_inset
22184
22185
22186 \backslash
22187 newcommand
22188 \begin_inset ERT
22189 status collapsed
22190
22191 \begin_layout Standard
22192
22193 }
22194 \end_layout
22195
22196 \end_inset
22197
22198
22199 \backslash
22200 sqrt{
22201 \backslash
22202 frac{#2^{2}}{4}-#3}}
22203 \end_layout
22204
22205 \begin_layout Standard
22206 The command is not inserted in the document preamble.
22207  That means you can only use macros in formulas that are below the macro
22208  definition box in your document.
22209  There are also some other restrictions: The command 
22210 \backslash
22211 newcommand supports optional arguments, which are not available in LyX's
22212  macros.
22213  You can also not change subsequently the name of the macro and the number
22214  of arguments.
22215  
22216 \end_layout
22217
22218 \begin_layout Section
22219 Fine-Tuning
22220 \end_layout
22221
22222 \begin_layout Subsection
22223 Typefaces
22224 \begin_inset Index
22225 status collapsed
22226
22227 \begin_layout Standard
22228 Math ! Typefaces
22229 \end_layout
22230
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \begin_layout Standard
22237 The standard font for text is italic, for numbers the standard is roman.
22238  To set a font in a formula, use the 
22239 \family sans
22240 Math\InsetSpace ~
22241 Panel
22242 \family default
22243  button 
22244 \begin_inset Graphics
22245         filename ../images/math/font.png
22246         inzipName 
22247         embed false
22248
22249 \end_inset
22250
22251 , or enter its command, listed in table\InsetSpace ~
22252
22253 \begin_inset CommandInset ref
22254 LatexCommand ref
22255 reference "cap:Typefaces-and-the"
22256
22257 \end_inset
22258
22259 , directly.
22260 \end_layout
22261
22262 \begin_layout Standard
22263 \begin_inset Float table
22264 wide false
22265 sideways false
22266 status open
22267
22268 \begin_layout Standard
22269 \begin_inset Caption
22270
22271 \begin_layout Standard
22272 \begin_inset CommandInset label
22273 LatexCommand label
22274 name "cap:Typefaces-and-the"
22275
22276 \end_inset
22277
22278 Typefaces and the corresponding commands.
22279 \end_layout
22280
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \begin_layout Standard
22287 \align center
22288 \begin_inset Tabular
22289 <lyxtabular version="3" rows="9" columns="2">
22290 <features>
22291 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
22292 <column alignment="center" valignment="top" rightline="true" width="0pt">
22293 <row topline="true" bottomline="true">
22294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Standard
22298 Font
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Standard
22307 Command
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 </row>
22313 <row topline="true">
22314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Standard
22318
22319 \shape up
22320 \size normal
22321 \bar no
22322 \noun off
22323 \color none
22324 \begin_inset Formula $\mathrm{Roman}$
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Standard
22336
22337 \series bold
22338
22339 \backslash
22340 mathrm
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 <row topline="true">
22347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Standard
22351 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Standard
22363
22364 \series bold
22365
22366 \backslash
22367 mathbf
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 </row>
22373 <row topline="true">
22374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Standard
22378 \begin_inset Formula $\mathit{Italic}$
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Standard
22390
22391 \series bold
22392
22393 \backslash
22394 mathit
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row topline="true">
22401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Standard
22405
22406 \shape up
22407 \size normal
22408 \bar no
22409 \noun off
22410 \color none
22411 \begin_inset Formula $\mathtt{Typewriter}$
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Standard
22423
22424 \series bold
22425
22426 \backslash
22427 mathtt
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 </row>
22433 <row topline="true">
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Standard
22438 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Standard
22450
22451 \series bold
22452
22453 \backslash
22454 mathbb
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 </row>
22460 <row topline="true">
22461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Standard
22465 \begin_inset Formula $\mathfrak{Fraktur}$
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Standard
22477
22478 \series bold
22479
22480 \backslash
22481 mathfrak
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 </row>
22487 <row topline="true">
22488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Standard
22492
22493 \shape up
22494 \size normal
22495 \emph on
22496 \bar no
22497 \noun off
22498 \color none
22499 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Standard
22511
22512 \series bold
22513
22514 \backslash
22515 mathcal
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 </row>
22521 <row topline="true" bottomline="true">
22522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Standard
22526 \begin_inset Formula $\mathsf{SansSerif}$
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Standard
22538
22539 \series bold
22540
22541 \backslash
22542 mathsf
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 </row>
22548 </lyxtabular>
22549
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \begin_layout Standard
22561 \begin_inset Note Greyedout
22562 status open
22563
22564 \begin_layout Standard
22565
22566 \series bold
22567 Note:
22568 \series default
22569  that you can only print capital letters in the typefaces 
22570 \family sans
22571 Blackbold
22572 \family default
22573  and 
22574 \family sans
22575 Calligraphic
22576 \family default
22577 .
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 When you use a typeface, a blue box is inserted in the formula.
22587  Every character in this box will be printed in this typeface.
22588  Pressing 
22589 \family sans
22590 Space
22591 \family default
22592  within the box, will set the cursor outside, so that you have to use a
22593  protected space when you need a space in the box.
22594  Here an example where a 
22595 \begin_inset Quotes eld
22596 \end_inset
22597
22598 N
22599 \begin_inset Quotes erd
22600 \end_inset
22601
22602  in 
22603 \family sans
22604 Blackbold
22605 \family default
22606  denotes the set of numbers:
22607 \begin_inset Formula \[
22608 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
22609
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \begin_layout Standard
22616 The typefaces are nestable, which can cause confusion.
22617  You can e.g.
22618  put a character in 
22619 \family sans
22620 Fraktur
22621 \family default
22622  in a box for 
22623 \family sans
22624 Typewriter
22625 \family default
22626
22627 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
22628 \end_inset
22629
22630  
22631 \newline
22632 So better don't use this feature.
22633 \end_layout
22634
22635 \begin_layout Standard
22636 The typefaces have no effect on Greek letters: 
22637 \begin_inset Formula $\mathfrak{abc\delta e}$
22638 \end_inset
22639
22640
22641 \newline
22642 You can only print them emboldened using the command 
22643 \series bold
22644
22645 \backslash
22646 boldsymbol
22647 \series default
22648 , which works like the other typeface commands: 
22649 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \begin_layout Standard
22656
22657 \series bold
22658
22659 \backslash
22660 boldsymbol
22661 \series default
22662  works for all symbols, letters, and numbers.
22663 \end_layout
22664
22665 \begin_layout Standard
22666 A number of other font options are available as well, in the menu 
22667 \family sans
22668 Insert\SpecialChar \menuseparator
22669 Math\SpecialChar \menuseparator
22670 Font\InsetSpace ~
22671 Change
22672 \family default
22673 .
22674 \end_layout
22675
22676 \begin_layout Subsection
22677 Math Text
22678 \begin_inset Index
22679 status collapsed
22680
22681 \begin_layout Standard
22682 Math ! Text
22683 \end_layout
22684
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \begin_layout Standard
22691 Typefaces are useful for entering some characters in some given font, but
22692  not for text.
22693  For typing longer pieces of text use the math text, which is obtained using
22694  the entry 
22695 \family sans
22696 Normal\InsetSpace ~
22697 text\InsetSpace ~
22698 mode
22699 \family default
22700  of the 
22701 \family sans
22702 Math\InsetSpace ~
22703 Panel
22704 \family default
22705  button 
22706 \begin_inset Graphics
22707         filename ../images/math/font.png
22708         inzipName 
22709         embed false
22710
22711 \end_inset
22712
22713  (alternatively the shortcut 
22714 \family sans
22715 M-m\InsetSpace ~
22716 m
22717 \family default
22718 ).
22719  Math text appears in LyX in black instead of blue.
22720  You can use spaces and accents in math text like in normal text.
22721  Here is an example:
22722 \begin_inset Formula \[
22723 f(x)=\begin{cases}
22724 x & \textrm{if I say so}\\
22725 -x & \textrm{unter Umständen}\end{cases}\]
22726
22727 \end_inset
22728
22729
22730 \end_layout
22731
22732 \begin_layout Subsection
22733 Font Sizes
22734 \begin_inset Index
22735 status collapsed
22736
22737 \begin_layout Standard
22738 Math ! Font sizes
22739 \end_layout
22740
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \begin_layout Standard
22747 There are four font styles (relative sizes) used in math-mode, which are
22748  automatically chosen in most situations.
22749  These are called 
22750 \family sans
22751 textstyle
22752 \family default
22753
22754 \family sans
22755 displaystyle
22756 \family default
22757
22758 \family sans
22759 scriptstyle
22760 \family default
22761 , and 
22762 \family sans
22763 scriptscriptstyle
22764 \family default
22765 .
22766  For most characters, 
22767 \family sans
22768 textstyle
22769 \family default
22770  and 
22771 \family sans
22772 displaystyle
22773 \family default
22774  are actually the same size, but fractions, superscripts and subscripts,
22775  and certain other structures, are set larger in 
22776 \family sans
22777 displaystyle
22778 \family default
22779 .
22780  Except for some operators, which resize themselves to accommodate various
22781  situations, all text will be set in the styles as LaTeX thinks is appropriate.
22782  These choices can be overridden by using the math panel button 
22783 \begin_inset Graphics
22784         filename ../images/math/style.png
22785         inzipName 
22786         embed false
22787
22788 \end_inset
22789
22790 .
22791  A box for the size will be created in which you can insert the math structure.
22792  For example, you can set 
22793 \begin_inset Formula $\frac{1}{2}$
22794 \end_inset
22795
22796 , which is normally in 
22797 \family sans
22798 textstyle
22799 \family default
22800 , larger in 
22801 \family sans
22802 displaystyle
22803 \family default
22804
22805 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
22806 \end_inset
22807
22808 .
22809  The four styles are used in the following example:
22810 \end_layout
22811
22812 \begin_layout Standard
22813 \begin_inset Formula $displaystyle$
22814 \end_inset
22815
22816
22817 \begin_inset Formula ${\textstyle textstyle}$
22818 \end_inset
22819
22820
22821 \begin_inset Formula ${\scriptstyle scriptstyle}$
22822 \end_inset
22823
22824
22825 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
22826 \end_inset
22827
22828 .
22829 \end_layout
22830
22831 \begin_layout Standard
22832 All these math-mode font sizes are relative, that means, if the whole math
22833  inset is set in a particular size with the menu 
22834 \family sans
22835 Edit\SpecialChar \menuseparator
22836 Text\InsetSpace ~
22837 Style
22838 \family default
22839 , all sizes in the formula will be adjusted relative to this size.
22840  Similarly, if the base font size of the document is changed, all fonts
22841  will be adjusted to correspond.
22842  As example a formula in the font size 
22843 \begin_inset Quotes eld
22844 \end_inset
22845
22846 largest
22847 \begin_inset Quotes erd
22848 \end_inset
22849
22850 :
22851 \end_layout
22852
22853 \begin_layout Standard
22854
22855 \family roman
22856 \size largest
22857 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \begin_layout Section
22864 AMS-LaTeX
22865 \begin_inset Index
22866 status collapsed
22867
22868 \begin_layout Standard
22869 AMS math
22870 \end_layout
22871
22872 \end_inset
22873
22874
22875 \begin_inset Index
22876 status collapsed
22877
22878 \begin_layout Standard
22879 Math ! AMS
22880 \end_layout
22881
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \begin_layout Standard
22888 LyX supports the packages provided by the American Mathematical Society
22889  (AMS) that are in common use.
22890 \end_layout
22891
22892 \begin_layout Subsection
22893 Enabling AMS-Support
22894 \end_layout
22895
22896 \begin_layout Standard
22897 Selecting the checkbox 
22898 \family sans
22899 Use\InsetSpace ~
22900 AMS\InsetSpace ~
22901 math\InsetSpace ~
22902 package
22903 \family default
22904  in the 
22905 \family sans
22906 Document\SpecialChar \menuseparator
22907 Settings
22908 \family default
22909
22910 \begin_inset Index
22911 status collapsed
22912
22913 \begin_layout Standard
22914 Document ! Settings
22915 \end_layout
22916
22917 \end_inset
22918
22919  dialog under 
22920 \family sans
22921 Math\InsetSpace ~
22922 Options
22923 \family default
22924  will include the AMS-packages in the document, and make the facilities
22925  available.
22926  AMS is needed for many math-constructs, so when you get LaTeX-errors in
22927  formulas, assure that you have enabled AMS.
22928 \end_layout
22929
22930 \begin_layout Subsection
22931 AMS-Formula Types
22932 \begin_inset CommandInset label
22933 LatexCommand label
22934 name "sub:AMS-Formula-Types"
22935
22936 \end_inset
22937
22938
22939 \begin_inset Index
22940 status collapsed
22941
22942 \begin_layout Standard
22943 Math ! Multi-line Equations
22944 \end_layout
22945
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \begin_layout Standard
22952 AMS-LaTeX provides a selection of different formula types.
22953  LyX allows you to choose between 
22954 \family typewriter
22955 align
22956 \family default
22957
22958 \family typewriter
22959 alignat
22960 \family default
22961
22962 \family typewriter
22963 flalign
22964 \family default
22965
22966 \family typewriter
22967 gather
22968 \family default
22969 , and 
22970 \family typewriter
22971 multline
22972 \family default
22973 .
22974  We refer to the AMS-documentation for an explanation of these formula types.
22975 \end_layout
22976
22977 \begin_layout Chapter
22978 More Tools
22979 \end_layout
22980
22981 \begin_layout Section
22982 Cross-References
22983 \begin_inset Index
22984 status collapsed
22985
22986 \begin_layout Standard
22987 Cross references
22988 \end_layout
22989
22990 \end_inset
22991
22992
22993 \begin_inset CommandInset label
22994 LatexCommand label
22995 name "sec:Cross-References"
22996
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \begin_layout Standard
23003 One of LyX's strengths are cross-references.
23004  You can reference every section, float, footnote, formula, and list in
23005  the document.
23006  To reference a document part, you have to insert a label into it.
23007  The label is used as anchor and name for the reference.
23008  We want for example refer to the the second item of the following list:
23009 \end_layout
23010
23011 \begin_layout Enumerate
23012 First item
23013 \end_layout
23014
23015 \begin_layout Enumerate
23016 \begin_inset CommandInset label
23017 LatexCommand label
23018 name "enu:Second-item"
23019
23020 \end_inset
23021
23022 Second item
23023 \end_layout
23024
23025 \begin_layout Enumerate
23026 Third item
23027 \end_layout
23028
23029 \begin_layout Standard
23030 First we insert a label into the second item with the menu 
23031 \family sans
23032 Insert\SpecialChar \menuseparator
23033 Label
23034 \family default
23035  or the by pressing the toolbar button 
23036 \begin_inset Graphics
23037         filename ../images/label-insert.png
23038         inzipName 
23039         embed false
23040         scale 85
23041
23042 \end_inset
23043
23044 .
23045  A grey label box like this: 
23046 \begin_inset Graphics
23047         filename clipart/labelQt4.png
23048         inzipName 
23049         embed false
23050         scale 85
23051
23052 \end_inset
23053
23054  is inserted and the label window pops up asking for the label text.
23055  LyX offers as text the first words of the item with a prefix, in our case
23056  the text 
23057 \begin_inset Quotes eld
23058 \end_inset
23059
23060
23061 \family sans
23062 enu: Second-item
23063 \family default
23064
23065 \begin_inset Quotes erd
23066 \end_inset
23067
23068 .
23069  The prefix 
23070 \begin_inset Quotes eld
23071 \end_inset
23072
23073
23074 \family sans
23075 enu:
23076 \family default
23077
23078 \begin_inset Quotes erd
23079 \end_inset
23080
23081  stands for 
23082 \begin_inset Quotes eld
23083 \end_inset
23084
23085 enumerate
23086 \begin_inset Quotes erd
23087 \end_inset
23088
23089 .
23090  The prefix depends on the document part where the label is inserted, e.g.
23091  if you insert a label to a section heading, the prefix will be 
23092 \begin_inset Quotes eld
23093 \end_inset
23094
23095
23096 \family sans
23097 sec:
23098 \family default
23099
23100 \begin_inset Quotes erd
23101 \end_inset
23102
23103 .
23104 \end_layout
23105
23106 \begin_layout Standard
23107 To reference the item, we refer to its label using the menu 
23108 \family sans
23109 Insert\SpecialChar \menuseparator
23110 Cross-Reference
23111 \family default
23112  or the toolbar button 
23113 \begin_inset Graphics
23114         filename ../images/dialog-show-new-inset_ref.png
23115         inzipName 
23116         embed false
23117         scale 85
23118
23119 \end_inset
23120
23121 .
23122  A grey cross-reference box like this: 
23123 \begin_inset Graphics
23124         filename clipart/referenceQt4.png
23125         inzipName 
23126         embed true
23127         scale 85
23128
23129 \end_inset
23130
23131  is inserted and the cross-reference window appear showing all labels of
23132  the document.
23133  We can now sort the labels alphabetically and then choose the entry 
23134 \begin_inset Quotes eld
23135 \end_inset
23136
23137
23138 \family sans
23139 enu:Second-item
23140 \family default
23141
23142 \begin_inset Quotes erd
23143 \end_inset
23144
23145 .
23146  At the position of the cross-reference box the item number will appear
23147  in the output.
23148  Here is our cross-reference:
23149 \end_layout
23150
23151 \begin_layout Standard
23152 Item\InsetSpace ~
23153
23154 \begin_inset CommandInset ref
23155 LatexCommand ref
23156 reference "enu:Second-item"
23157
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \begin_layout Standard
23164 It is recommended to use a protected space
23165 \begin_inset Foot
23166 status collapsed
23167
23168 \begin_layout Standard
23169 described in section\InsetSpace ~
23170
23171 \begin_inset CommandInset ref
23172 LatexCommand ref
23173 reference "sub:Protected-Space"
23174
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \end_inset
23181
23182  between the cross-reference name and its number to avoid ugly linebreaks
23183  between them.
23184 \end_layout
23185
23186 \begin_layout Standard
23187 There are six varieties of cross-references:
23188 \end_layout
23189
23190 \begin_layout Description
23191 <reference>: prints the float number, this is the default: 
23192 \begin_inset CommandInset ref
23193 LatexCommand ref
23194 reference "cap:Two-distorted-images"
23195
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \begin_layout Description
23202 (<reference>): prints the float number within two parentheses, this is the
23203  style normally used to reference formulas, especially when the reference
23204  name 
23205 \begin_inset Quotes eld
23206 \end_inset
23207
23208 Equation
23209 \begin_inset Quotes erd
23210 \end_inset
23211
23212  is omitted: 
23213 \begin_inset CommandInset ref
23214 LatexCommand eqref
23215 reference "eq:tanhExp"
23216
23217 \end_inset
23218
23219
23220 \end_layout
23221
23222 \begin_layout Description
23223 <page>: prints the page number: Page\InsetSpace ~
23224
23225 \begin_inset CommandInset ref
23226 LatexCommand pageref
23227 reference "cap:Two-distorted-images"
23228
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \begin_layout Description
23235 on\InsetSpace ~
23236 page\InsetSpace ~
23237 <page>: prints the text "on page" and the page number: 
23238 \begin_inset CommandInset ref
23239 LatexCommand vpageref
23240 reference "cap:Two-distorted-images"
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \begin_layout Description
23248 <reference>\InsetSpace ~
23249 on\InsetSpace ~
23250 page\InsetSpace ~
23251 <page>: prints the float number, the text "on page", and
23252  the page number: 
23253 \begin_inset CommandInset ref
23254 LatexCommand vref
23255 reference "cap:Two-distorted-images"
23256
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \begin_layout Description
23263 Formatted\InsetSpace ~
23264 reference: prints a self defined cross-reference format.
23265 \newline
23266
23267 \begin_inset Note Greyedout
23268 status open
23269
23270 \begin_layout Standard
23271
23272 \series bold
23273 Note:
23274 \series default
23275  This feature is only available when you have the LaTeX-package 
23276 \series bold
23277 prettyref
23278 \begin_inset Index
23279 status collapsed
23280
23281 \begin_layout Standard
23282 LaTeX-packages ! prettyref
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \series default
23289  installed.
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \begin_layout Standard
23298 Note that the style <page> won't print the page number if the label is on
23299  the previous, the same, or the next page.
23300  You will e.\InsetSpace \thinspace{}
23301 g.\InsetSpace ~
23302 see the text 
23303 \begin_inset Quotes eld
23304 \end_inset
23305
23306
23307 \family sans
23308 on this page
23309 \family default
23310
23311 \begin_inset Quotes erd
23312 \end_inset
23313
23314  instead.
23315 \end_layout
23316
23317 \begin_layout Standard
23318 The number and current page of the referred document part in the output,
23319  is automatically calculated by LaTeX.
23320  The varieties are adjusted in the field 
23321 \family sans
23322 Format
23323 \family default
23324  of the cross-reference window, that appear when you click on the cross-referenc
23325 e box.
23326 \end_layout
23327
23328 \begin_layout Standard
23329 You can only use the style 
23330 \family sans
23331 <reference>
23332 \family default
23333  to reference numbered document parts, while the reference style 
23334 \family sans
23335 <page>
23336 \family default
23337  is always possible.
23338 \end_layout
23339
23340 \begin_layout Standard
23341 If you want to reference a section, put the label in the section heading,
23342  to reference a float, put the label in the caption.
23343  For footnotes you can put the label somewhere in it.
23344  Referencing formulas is explained in section\InsetSpace ~
23345
23346 \begin_inset CommandInset ref
23347 LatexCommand ref
23348 reference "sec:Formula-Numbering-and"
23349
23350 \end_inset
23351
23352 .
23353 \end_layout
23354
23355 \begin_layout Standard
23356 The button 
23357 \family sans
23358 Go\InsetSpace ~
23359 to\InsetSpace ~
23360 Label
23361 \family default
23362  in the cross-reference window sets the the cursor before the referred label.
23363  The button text changes then to 
23364 \family sans
23365 Go\InsetSpace ~
23366 Back
23367 \family default
23368  and you can use it to set the cursor back to the cross-reference.
23369  Right-clicking on a cross-reference box also sets the cursor before the
23370  referred label but without a possibility to go back.
23371  
23372 \end_layout
23373
23374 \begin_layout Standard
23375 You can change labels at any time by clicking on the label box.
23376  References to the changed label will automatically change its link to the
23377  new label text, so that you don't need to take care about this.
23378 \end_layout
23379
23380 \begin_layout Standard
23381 If a cross-reference refers to a non-existing label, you'll see two question
23382  marks in the output instead of the reference.
23383 \end_layout
23384
23385 \begin_layout Standard
23386 References are described in detail in the 
23387 \emph on
23388 Embedded Objects
23389 \emph default
23390  manual.
23391 \end_layout
23392
23393 \begin_layout Section
23394 Table of Contents and other Listings
23395 \begin_inset Index
23396 status collapsed
23397
23398 \begin_layout Standard
23399 Table of contents
23400 \end_layout
23401
23402 \end_inset
23403
23404
23405 \begin_inset Index
23406 status collapsed
23407
23408 \begin_layout Standard
23409 Outline
23410 \end_layout
23411
23412 \end_inset
23413
23414
23415 \begin_inset CommandInset label
23416 LatexCommand label
23417 name "sec:toc"
23418
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \begin_layout Subsection
23425 Table of Contents and Outline
23426 \begin_inset CommandInset label
23427 LatexCommand label
23428 name "sub:Table-of-Contents"
23429
23430 \end_inset
23431
23432
23433 \end_layout
23434
23435 \begin_layout Standard
23436 The Table of Contents (TOC) is inserted with the menu 
23437 \family sans
23438 Insert\SpecialChar \menuseparator
23439 List/TOC\SpecialChar \menuseparator
23440 Table\InsetSpace ~
23441 of\InsetSpace ~
23442 Contents
23443 \family default
23444 .
23445  Is is displayed in LyX as a gray box.
23446  If you click on it, the TOC window appears, showing you the TOC entries.
23447  You can jump to a document part by clicking on an entry.
23448  Thus you can use this window as graphical alternative for the 
23449 \family sans
23450 Navigate
23451 \family default
23452  menu.
23453 \end_layout
23454
23455 \begin_layout Standard
23456 The TOC lists every numbered section automatically.
23457  If you have declared a short title for a section heading, as described
23458  in section\InsetSpace ~
23459
23460 \begin_inset CommandInset ref
23461 LatexCommand ref
23462 reference "sec:Short-Titles"
23463
23464 \end_inset
23465
23466 , it will be used in the TOC instead of the section heading.
23467  Section\InsetSpace ~
23468
23469 \begin_inset CommandInset ref
23470 LatexCommand ref
23471 reference "sub:Numbering-depth"
23472
23473 \end_inset
23474
23475  describes how the level is adjusted that defines which section types are
23476  listed in the TOC.
23477  You can also adjust the level for the displayed sections in the TOC window
23478  using the grey fader at the bottom of the window.
23479  Unnumbered sections are not listed in the TOC.
23480 \end_layout
23481
23482 \begin_layout Standard
23483 You can use the TOC window also as outline to move and rearrange sections
23484  in your documents.
23485  The TOC window therefore also appears when you use the menu 
23486 \family sans
23487 Document\SpecialChar \menuseparator
23488 Outline
23489 \family default
23490 .
23491 \end_layout
23492
23493 \begin_layout Subsection
23494 List of Figures, Tables and Algorithms
23495 \begin_inset CommandInset label
23496 LatexCommand label
23497 name "sec:ListsOf"
23498
23499 \end_inset
23500
23501
23502 \end_layout
23503
23504 \begin_layout Standard
23505 Table, figure, and algorithm lists are very much like the table of contents.
23506  You can insert them via the 
23507 \family sans
23508 Insert\SpecialChar \menuseparator
23509 List\InsetSpace ~
23510 /\InsetSpace ~
23511 TOC
23512 \family default
23513  submenus.
23514  The list entries are the float captions and the float number.
23515 \end_layout
23516
23517 \begin_layout Section
23518 URLs (Uniform Resource Locators)
23519 \begin_inset Index
23520 status collapsed
23521
23522 \begin_layout Standard
23523 URLs
23524 \end_layout
23525
23526 \end_inset
23527
23528
23529 \begin_inset CommandInset label
23530 LatexCommand label
23531 name "sec:URL"
23532
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \begin_layout Standard
23539 It is often desirable to include long 
23540 \begin_inset Quotes eld
23541 \end_inset
23542
23543 verbatim
23544 \begin_inset Quotes erd
23545 \end_inset
23546
23547  items in a document such as Web site URLs, e-mail addresses, etc.
23548  These things typically do not contain any spaces and are thus difficult
23549  to typeset properly.
23550  Such items will often fall on a line boundary if they cannot be split,
23551  resulting in an overfull line.
23552  To avoid this, use the menu 
23553 \family sans
23554 Insert\SpecialChar \menuseparator
23555 URL
23556 \family default
23557  to enter a long URL and have it split gracefully, if necessary.
23558 \end_layout
23559
23560 \begin_layout Standard
23561 The URL dialog has two fields; the URL field and the 
23562 \family sans
23563 Name
23564 \family default
23565  field for the URL description, which will be typeset as plain text immediately
23566  before the URL.
23567  Here an example:
23568 \end_layout
23569
23570 \begin_layout Standard
23571 LyX-Homepage 
23572 \begin_inset Flex URL
23573 status collapsed
23574
23575 \begin_layout Standard
23576
23577 http://www.lyx.org
23578 \end_layout
23579
23580 \end_inset
23581
23582 .
23583 \end_layout
23584
23585 \begin_layout Standard
23586 \begin_inset VSpace bigskip
23587 \end_inset
23588
23589
23590 \series bold
23591 Important notes
23592 \series default
23593 :
23594 \end_layout
23595
23596 \begin_layout Itemize
23597 When you use the following characters: "%", "#", "^", you have to write
23598  them with a backslash before, e.g.
23599  
23600 \begin_inset Quotes eld
23601 \end_inset
23602
23603
23604 \backslash
23605 #
23606 \begin_inset Quotes erd
23607 \end_inset
23608
23609 .
23610 \end_layout
23611
23612 \begin_layout Itemize
23613 URLs must not end with a backslash!
23614 \end_layout
23615
23616 \begin_layout Section
23617 Appendices
23618 \begin_inset Index
23619 status collapsed
23620
23621 \begin_layout Standard
23622 Appendix
23623 \end_layout
23624
23625 \end_inset
23626
23627
23628 \begin_inset CommandInset label
23629 LatexCommand label
23630 name "sec:Appendices"
23631
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \begin_layout Standard
23638 Appendices are created with the menu 
23639 \family sans
23640 Document\SpecialChar \menuseparator
23641 Start\InsetSpace ~
23642 Appendix\InsetSpace ~
23643 Here
23644 \family default
23645 .
23646  This menu sets the document from the current cursor position to the end
23647  as appendix region.
23648  The region is marked with a red borderline.
23649 \end_layout
23650
23651 \begin_layout Standard
23652 Every chapter (or section) within the appendix region is treated as an appendix,
23653  numbered with a capital Latin letter.
23654  The appendix subsections are numbered with this letter followed by a dot
23655  and the subsection number.
23656  All appendix sections can be referenced as if they were normal sections,
23657  here two examples:
23658 \end_layout
23659
23660 \begin_layout Standard
23661 Appendix\InsetSpace ~
23662
23663 \begin_inset CommandInset ref
23664 LatexCommand ref
23665 reference "cha:Credits"
23666
23667 \end_inset
23668
23669 ; Appendix\InsetSpace ~
23670
23671 \begin_inset CommandInset ref
23672 LatexCommand ref
23673 reference "sub:Export"
23674
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Section
23681 Bibliography
23682 \begin_inset Index
23683 status collapsed
23684
23685 \begin_layout Standard
23686 Bibliography
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \begin_inset CommandInset label
23693 LatexCommand label
23694 name "sec:Bibliography"
23695
23696 \end_inset
23697
23698
23699 \end_layout
23700
23701 \begin_layout Standard
23702 There are two ways of generating the bibliography in a LyX-document.
23703  You can include a bibliography database
23704 \begin_inset Foot
23705 status collapsed
23706
23707 \begin_layout Standard
23708 Known under the name 
23709 \begin_inset Quotes eld
23710 \end_inset
23711
23712 BibTeX-database
23713 \begin_inset Quotes erd
23714 \end_inset
23715
23716 .
23717 \end_layout
23718
23719 \end_inset
23720
23721 , which is explained in the next subsection or you can insert the bibliography
23722  manually.
23723  For the second method we use the paragraph environment 
23724 \family sans
23725 Bibliography
23726 \family default
23727 , described in section\InsetSpace ~
23728
23729 \begin_inset CommandInset ref
23730 LatexCommand ref
23731 reference "sub:Biblio_environment"
23732
23733 \end_inset
23734
23735 .
23736 \end_layout
23737
23738 \begin_layout Standard
23739 Within the 
23740 \family sans
23741 Bibliography
23742 \family default
23743  environment, every paragraph begins with a gray bibliography box labeled
23744  with a number.
23745  If you click on it, you will get a dialog in which you can set a 
23746 \family sans
23747 Key
23748 \family default
23749  and a 
23750 \family sans
23751 Label
23752 \family default
23753 .
23754  The key is the symbolic name by which you will refer to this bibliography
23755  entry.
23756  For example, our second entry in the bibliography is a book about LaTeX
23757  and we used 
23758 \begin_inset Quotes eld
23759 \end_inset
23760
23761 latexcompanion
23762 \begin_inset Quotes erd
23763 \end_inset
23764
23765 , a short form of its title, as key.
23766 \end_layout
23767
23768 \begin_layout Standard
23769 You can refer to the key of a bibliography entry using the menu 
23770 \family sans
23771 Insert\SpecialChar \menuseparator
23772 Citation
23773 \family default
23774  or the toobar button 
23775 \begin_inset Graphics
23776         filename ../images/dialog-show-new-inset_citation.png
23777         inzipName 
23778         embed true
23779         BoundingBox 0bp 5bp 20bp 20bp
23780
23781 \end_inset
23782
23783 .
23784  A citation reference box is inserted and a citation window will appear
23785  in which you can select one or more keys in the available key list.
23786  The citation reference box will be labeled with the referenced key.
23787  When you click on the box, the citation window appears and you can change
23788  the reference.
23789 \end_layout
23790
23791 \begin_layout Standard
23792 Citation references appear in the output as number of the bibliography entry
23793  with surrounding brackets.
23794  If you set a 
23795 \family sans
23796 Label
23797 \family default
23798  for the entry, the label will appear instead of the number.
23799  Here two examples; the first without a label, the second with the label
23800  
23801 \begin_inset Quotes eld
23802 \end_inset
23803
23804 Credits
23805 \begin_inset Quotes erd
23806 \end_inset
23807
23808 :
23809 \end_layout
23810
23811 \begin_layout Standard
23812 Have a look at the 
23813 \family sans
23814 LaTeX Companion Second Edition
23815 \family default
23816
23817 \begin_inset CommandInset citation
23818 LatexCommand cite
23819 key "latexcompanion"
23820
23821 \end_inset
23822
23823
23824 \end_layout
23825
23826 \begin_layout Standard
23827 The LyX-Team members are listed in the Credits: 
23828 \begin_inset CommandInset citation
23829 LatexCommand cite
23830 key "lyxcredit"
23831
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \begin_layout Subsection
23838 Bibliography databases (BibTeX)
23839 \begin_inset Index
23840 status collapsed
23841
23842 \begin_layout Standard
23843 Bibliography ! Databases
23844 \end_layout
23845
23846 \end_inset
23847
23848
23849 \begin_inset Index
23850 status collapsed
23851
23852 \begin_layout Standard
23853 Bibliography ! BibTeX
23854 \end_layout
23855
23856 \end_inset
23857
23858
23859 \begin_inset CommandInset label
23860 LatexCommand label
23861 name "sub:Bibliography-databases"
23862
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \begin_layout Standard
23869 Bibliography databases are useful if you use the same bibliography in different
23870  documents.
23871  It makes it also very easy to have a uniform layout for all bibliography
23872  entries.
23873  You can collect the bibliography of all relevant books and articles of
23874  your working field in a database.
23875  This database can be used for different documents, because only the referenced
23876  entries of the database will appear in the bibliography list.
23877 \end_layout
23878
23879 \begin_layout Standard
23880 The database is a text file with the file extension 
23881 \begin_inset Quotes eld
23882 \end_inset
23883
23884
23885 \family sans
23886 .bib
23887 \family default
23888
23889 \begin_inset Quotes erd
23890 \end_inset
23891
23892  containing the bibliography in a special format.
23893  The format is explained in LaTeX books (
23894 \begin_inset CommandInset citation
23895 LatexCommand cite
23896 key "Mittelbach,Kopka,Lamport"
23897
23898 \end_inset
23899
23900 ).
23901  Normally one uses a special program to create and edit entries of the database.
23902  Under
23903 \newline
23904  
23905 \begin_inset Flex URL
23906 status collapsed
23907
23908 \begin_layout Standard
23909
23910 http://wiki.lyx.org/BibTeX/Programs
23911 \end_layout
23912
23913 \end_inset
23914
23915
23916 \newline
23917 you find a list of programs for bibliography databases.
23918 \end_layout
23919
23920 \begin_layout Standard
23921 To use a database, use the menu 
23922 \family sans
23923 Insert\SpecialChar \menuseparator
23924 List
23925 \family default
23926 /
23927 \family sans
23928 TOC\SpecialChar \menuseparator
23929 BibT
23930 \begin_inset ERT
23931 status collapsed
23932
23933 \begin_layout Standard
23934
23935 {}
23936 \end_layout
23937
23938 \end_inset
23939
23940 eX\InsetSpace ~
23941 Bibliography
23942 \family default
23943 .
23944  A grey box will be inserted and a window appears.
23945  In this window you can load one or more databases and a style file.
23946 \end_layout
23947
23948 \begin_layout Standard
23949 The style file is a text file with the file extension
23950 \begin_inset Quotes erd
23951 \end_inset
23952
23953
23954 \family sans
23955 .bst
23956 \family default
23957
23958 \begin_inset Quotes erd
23959 \end_inset
23960
23961  that declares the layout of all bibliography entries.
23962  Many publishers provide special style files, so that you don't have to
23963  take care of the layout.
23964 \end_layout
23965
23966 \begin_layout Standard
23967 Inserting a citation reference works like described above.
23968 \end_layout
23969
23970 \begin_layout Standard
23971 \begin_inset VSpace defskip
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Standard
23978 To generate the bibliography from a database, the program BibTeX is used
23979  by LyX.
23980  This program can be controlled with options that you can add in LyX's preferenc
23981 es dialog under 
23982 \family sans
23983 Outputs
23984 \family default
23985
23986 \family sans
23987 LaT
23988 \begin_inset ERT
23989 status collapsed
23990
23991 \begin_layout Standard
23992
23993 {}
23994 \end_layout
23995
23996 \end_inset
23997
23998 eX
23999 \family default
24000  in the field 
24001 \family sans
24002 BibT
24003 \begin_inset ERT
24004 status collapsed
24005
24006 \begin_layout Standard
24007
24008 {}
24009 \end_layout
24010
24011 \end_inset
24012
24013 eX\InsetSpace ~
24014 command
24015 \family default
24016 .
24017  Before adding options, it is strongly recommended to read the manual of
24018  
24019 \family sans
24020 BibTeX
24021 \family default
24022 .
24023 \end_layout
24024
24025 \begin_layout Standard
24026 \begin_inset VSpace defskip
24027 \end_inset
24028
24029
24030 \end_layout
24031
24032 \begin_layout Standard
24033 We use two bibliographies in this document to show the difference between
24034  the two methods of creating them.
24035  As you can see, the bibliography that is created from a database lists
24036  only the database entries that are referenced in the document.
24037  We used the style file 
24038 \family sans
24039 alphadin.bst
24040 \family default
24041  to get the complicated German reference key scheme in the bibliography.
24042 \end_layout
24043
24044 \begin_layout Subsection
24045 Bibliography layout
24046 \begin_inset Index
24047 status collapsed
24048
24049 \begin_layout Standard
24050 Bibliography ! Layout
24051 \end_layout
24052
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \begin_layout Standard
24059 In the citation reference dialog you can set a special citation format.
24060  For this feature you need to use the option 
24061 \family sans
24062 Natbib
24063 \family default
24064  enabled in the 
24065 \family sans
24066 Document\SpecialChar \menuseparator
24067 Settings
24068 \family default
24069
24070 \begin_inset Index
24071 status collapsed
24072
24073 \begin_layout Standard
24074 Document ! Settings
24075 \end_layout
24076
24077 \end_inset
24078
24079  dialog under 
24080 \family sans
24081 Bibliography
24082 \family default
24083 .
24084  Setting a citation style for a reference will overwrite the default.
24085  For the global citation format use the BibTeX style files as explained
24086  in the previous section.
24087 \end_layout
24088
24089 \begin_layout Standard
24090 You can also set text, that should appear before or after a citation reference,
24091  in the citation reference window.
24092  Here an example where we set the text 
24093 \begin_inset Quotes eld
24094 \end_inset
24095
24096 Chapter\InsetSpace ~
24097 3
24098 \begin_inset Quotes erd
24099 \end_inset
24100
24101  to appear after the reference:
24102 \end_layout
24103
24104 \begin_layout Standard
24105 Have a look at 
24106 \begin_inset CommandInset citation
24107 LatexCommand cite
24108 after "Chapter 3"
24109 key "latexcompanion"
24110
24111 \end_inset
24112
24113 .
24114 \end_layout
24115
24116 \begin_layout Section
24117 Index
24118 \begin_inset Index
24119 status collapsed
24120
24121 \begin_layout Standard
24122 Index generation
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \begin_inset CommandInset label
24129 LatexCommand label
24130 name "sec:Index"
24131
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \begin_layout Standard
24138 An index entry is created if you use the menu 
24139 \family sans
24140 Insert\SpecialChar \menuseparator
24141 Index\InsetSpace ~
24142 Entry
24143 \family default
24144  or the toolbar button 
24145 \begin_inset Graphics
24146         filename ../images/index-insert.png
24147         inzipName 
24148         embed true
24149         BoundingBox 0bp 5bp 20bp 20bp
24150
24151 \end_inset
24152
24153 .
24154  A gray box labeled 
24155 \begin_inset Quotes eld
24156 \end_inset
24157
24158
24159 \family sans
24160 Idx
24161 \family default
24162
24163 \begin_inset Quotes erd
24164 \end_inset
24165
24166  is inserted containing the text that appears in the index.
24167  The word where the cursor is in or the currently highlighted text is proposed
24168  by LyX as index entry.
24169 \end_layout
24170
24171 \begin_layout Standard
24172 \begin_inset Note Greyedout
24173 status open
24174
24175 \begin_layout Standard
24176
24177 \series bold
24178 Note:
24179 \series default
24180  The index entry text field differs from all other text fields, because
24181  you have to insert valid LaTeX-code.
24182 \end_layout
24183
24184 \end_inset
24185
24186  Therefore you cannot insert
24187 \end_layout
24188
24189 \begin_layout Standard
24190
24191 \series bold
24192 Find & Replace
24193 \end_layout
24194
24195 \begin_layout Standard
24196 to an index entry field, because the 
24197 \begin_inset Quotes eld
24198 \end_inset
24199
24200 &
24201 \begin_inset Quotes erd
24202 \end_inset
24203
24204  character is used in LaTeX to separate table columns, so that you will
24205  get LaTeX-errors.
24206  The correct entry is
24207 \end_layout
24208
24209 \begin_layout Standard
24210
24211 \series bold
24212 Find 
24213 \backslash
24214 & Replace
24215 \end_layout
24216
24217 \begin_layout Standard
24218 This behavior is necessary because index entries can be formatted in many
24219  ways using special LaTeX commands.
24220  We give a short overview of the index command in the next subsections.
24221  For a detailed description of LaTeX's index mechanism, have a look at one
24222  of the LaTeX books 
24223 \begin_inset CommandInset citation
24224 LatexCommand cite
24225 key "latexcompanion,latexguide,latexbook"
24226
24227 \end_inset
24228
24229 .
24230 \end_layout
24231
24232 \begin_layout Standard
24233 You can change index entries by clicking on the index box.
24234 \end_layout
24235
24236 \begin_layout Standard
24237 The index list is inserted to the document with the menu 
24238 \family sans
24239 Insert\SpecialChar \menuseparator
24240 List\InsetSpace ~
24241 /\InsetSpace ~
24242 TOC\SpecialChar \menuseparator
24243 Index\InsetSpace ~
24244 List
24245 \family default
24246 .
24247  A light blue box labeled 
24248 \begin_inset Quotes eld
24249 \end_inset
24250
24251
24252 \family sans
24253 Index
24254 \family default
24255
24256 \begin_inset Quotes erd
24257 \end_inset
24258
24259  will show the place where the index is printed in the output.
24260  The index list box is not clickable like other LyX-boxes.
24261 \end_layout
24262
24263 \begin_layout Subsection
24264 Grouping Index Entries
24265 \begin_inset Index
24266 status collapsed
24267
24268 \begin_layout Standard
24269 Index ! Grouping
24270 \end_layout
24271
24272 \end_inset
24273
24274
24275 \end_layout
24276
24277 \begin_layout Standard
24278 Index entries are often grouped to offer the reader a fast search in the
24279  index.
24280  We want to group for example the index entries for itemized and enumerated
24281  lists under the entry 
24282 \begin_inset Quotes eld
24283 \end_inset
24284
24285 Lists
24286 \begin_inset Quotes erd
24287 \end_inset
24288
24289 .
24290  First we create the entry 
24291 \begin_inset Quotes eld
24292 \end_inset
24293
24294 Lists
24295 \begin_inset Quotes erd
24296 \end_inset
24297
24298  in section\InsetSpace ~
24299
24300 \begin_inset CommandInset ref
24301 LatexCommand ref
24302 reference "sub:Lists"
24303
24304 \end_inset
24305
24306 .
24307  In the text field for the itemized list index entry in section\InsetSpace ~
24308
24309 \begin_inset CommandInset ref
24310 LatexCommand ref
24311 reference "sec:Itemize"
24312
24313 \end_inset
24314
24315 , we insert the command
24316 \end_layout
24317
24318 \begin_layout Standard
24319
24320 \series bold
24321 Lists ! Itemize
24322 \end_layout
24323
24324 \begin_layout Standard
24325 and the command
24326 \end_layout
24327
24328 \begin_layout Standard
24329
24330 \series bold
24331 Lists ! Enumerate
24332 \end_layout
24333
24334 \begin_layout Standard
24335 for the enumerated list in section\InsetSpace ~
24336
24337 \begin_inset CommandInset ref
24338 LatexCommand ref
24339 reference "sec:Enumerate"
24340
24341 \end_inset
24342
24343 .
24344 \end_layout
24345
24346 \begin_layout Standard
24347 The exclamation mark 
24348 \begin_inset Quotes eld
24349 \end_inset
24350
24351 !
24352 \begin_inset Quotes erd
24353 \end_inset
24354
24355  marks the grouping levels.
24356  You can have three levels; every index level is indented a bit more.
24357  An index entry for the higher levels is not required.
24358  If we don't have an index entry for 
24359 \begin_inset Quotes eld
24360 \end_inset
24361
24362 Lists
24363 \begin_inset Quotes erd
24364 \end_inset
24365
24366 , it will be printed anyway, but without a page number.
24367 \end_layout
24368
24369 \begin_layout Subsection
24370 Page Ranges
24371 \begin_inset Index
24372 status collapsed
24373
24374 \begin_layout Standard
24375 Index ! Page ranges
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \begin_layout Standard
24384 Normally an index entry will appear with the page number of the indexed
24385  section.
24386  But sometimes you want to index more pages under the same entry.
24387  E.g if we want to index the paragraph environments, we create an index entry
24388  in section\InsetSpace ~
24389
24390 \begin_inset CommandInset ref
24391 LatexCommand ref
24392 reference "sec:Paragraph-Environments"
24393
24394 \end_inset
24395
24396  with the command
24397 \end_layout
24398
24399 \begin_layout Standard
24400
24401 \series bold
24402 Paragraph environments|(
24403 \end_layout
24404
24405 \begin_layout Standard
24406 and another entry at the end of section\InsetSpace ~
24407
24408 \begin_inset CommandInset ref
24409 LatexCommand ref
24410 reference "sub:LyX-Code"
24411
24412 \end_inset
24413
24414  with the command
24415 \end_layout
24416
24417 \begin_layout Standard
24418
24419 \series bold
24420 Paragraph environments|)
24421 \end_layout
24422
24423 \begin_layout Standard
24424 The commands 
24425 \begin_inset Quotes eld
24426 \end_inset
24427
24428
24429 \series bold
24430 |(
24431 \series default
24432
24433 \begin_inset Quotes erd
24434 \end_inset
24435
24436  and 
24437 \begin_inset Quotes eld
24438 \end_inset
24439
24440
24441 \series bold
24442 |)
24443 \series default
24444
24445 \begin_inset Quotes erd
24446 \end_inset
24447
24448  respectively starts and ends the index range.
24449  You can also add the same index entry at different places in the document.
24450  They appear in the output under one entry with a comma separated list of
24451  the pages of the indexed document parts.
24452  An example is the index entry 
24453 \begin_inset Quotes eld
24454 \end_inset
24455
24456 Document ! Settings
24457 \begin_inset Quotes erd
24458 \end_inset
24459
24460 .
24461 \end_layout
24462
24463 \begin_layout Subsection
24464 Cross referencing
24465 \begin_inset Index
24466 status collapsed
24467
24468 \begin_layout Standard
24469 Index ! Cross referencing
24470 \end_layout
24471
24472 \end_inset
24473
24474
24475 \end_layout
24476
24477 \begin_layout Standard
24478 It is also possible to refer to another index entry.
24479  We referred for example in the index entry 
24480 \begin_inset Quotes eld
24481 \end_inset
24482
24483 GIF
24484 \begin_inset Quotes erd
24485 \end_inset
24486
24487  (in section\InsetSpace ~
24488
24489 \begin_inset CommandInset ref
24490 LatexCommand ref
24491 reference "sub:Image-Formats"
24492
24493 \end_inset
24494
24495 ) to the index entry 
24496 \begin_inset Quotes eld
24497 \end_inset
24498
24499 Image formats
24500 \begin_inset Quotes erd
24501 \end_inset
24502
24503  in the same section using the command
24504 \end_layout
24505
24506 \begin_layout Standard
24507
24508 \series bold
24509 GIF|see{Image formats}
24510 \end_layout
24511
24512 \begin_layout Standard
24513 The text within the braces is the referenced entry.
24514  The reference will appear in the output without a page number.
24515 \end_layout
24516
24517 \begin_layout Subsection
24518 Index Entry Order
24519 \begin_inset Index
24520 status collapsed
24521
24522 \begin_layout Standard
24523 Index ! Entry order
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 You can use accented characters in the index entry, but the entries might
24533  then not follow the rules for the index order.
24534  The index entries are sorted alphabetically, but LaTeX
24535 \begin_inset Foot
24536 status collapsed
24537
24538 \begin_layout Standard
24539 The index generating is done in the background by an extra program, see
24540  section\InsetSpace ~
24541
24542 \begin_inset CommandInset ref
24543 LatexCommand ref
24544 reference "sub:Index-Program"
24545
24546 \end_inset
24547
24548 .
24549 \end_layout
24550
24551 \end_inset
24552
24553  doesn't know how to sort accents in different languages.
24554  We created as example the three dummy index entries 
24555 \begin_inset Quotes eld
24556 \end_inset
24557
24558 maison
24559 \begin_inset Quotes erd
24560 \end_inset
24561
24562
24563 \begin_inset Quotes eld
24564 \end_inset
24565
24566 maïs
24567 \begin_inset Quotes erd
24568 \end_inset
24569
24570 , and 
24571 \begin_inset Quotes eld
24572 \end_inset
24573
24574 maître
24575 \begin_inset Quotes erd
24576 \end_inset
24577
24578 .
24579 \begin_inset Index
24580 status collapsed
24581
24582 \begin_layout Standard
24583 Dummy entries ! maïs
24584 \end_layout
24585
24586 \end_inset
24587
24588
24589 \begin_inset Index
24590 status collapsed
24591
24592 \begin_layout Standard
24593 Dummy entries ! maître
24594 \end_layout
24595
24596 \end_inset
24597
24598
24599 \begin_inset Index
24600 status collapsed
24601
24602 \begin_layout Standard
24603 Dummy entries ! maïs@maison
24604 \end_layout
24605
24606 \end_inset
24607
24608  They will be sorted in the order maïs, maître, maison, but we want the
24609  order maïs, maison, maître.
24610  To achieve this, we use the command
24611 \end_layout
24612
24613 \begin_layout Standard
24614
24615 \series bold
24616 previous entry@current entry
24617 \end_layout
24618
24619 \begin_layout Standard
24620 In our case we want to have 
24621 \begin_inset Quotes eld
24622 \end_inset
24623
24624 maison
24625 \begin_inset Quotes erd
24626 \end_inset
24627
24628  after 
24629 \begin_inset Quotes eld
24630 \end_inset
24631
24632 maïs
24633 \begin_inset Quotes erd
24634 \end_inset
24635
24636  and write therefore for the index entry of maison:
24637 \end_layout
24638
24639 \begin_layout Standard
24640
24641 \series bold
24642 maïs@maison
24643 \end_layout
24644
24645 \begin_layout Standard
24646 The previous entry needn't to be a real existing entry, you can also use
24647  another word to tell LaTeX the entry order, see the next subsection for
24648  an example.
24649 \end_layout
24650
24651 \begin_layout Subsection
24652 Index Entry Layout
24653 \begin_inset Index
24654 status collapsed
24655
24656 \begin_layout Standard
24657 Index ! Entry layout
24658 \end_layout
24659
24660 \end_inset
24661
24662
24663 \end_layout
24664
24665 \begin_layout Standard
24666 You can insert entries together with LaTeX-commands for the layout.
24667  If you need for example an italic entry, you can write
24668 \end_layout
24669
24670 \begin_layout Standard
24671
24672 \series bold
24673
24674 \backslash
24675 textit{This is an italic entry}
24676 \end_layout
24677
24678 \begin_layout Standard
24679 where the command 
24680 \series bold
24681
24682 \backslash
24683 textit
24684 \series default
24685  produces the italic layout.
24686 \begin_inset Index
24687 status collapsed
24688
24689 \begin_layout Standard
24690 Dummy entries ! This@
24691 \begin_inset ERT
24692 status collapsed
24693
24694 \begin_layout Standard
24695
24696
24697 \backslash
24698
24699 \begin_inset ERT
24700 status collapsed
24701
24702 \begin_layout Standard
24703
24704 {
24705 \end_layout
24706
24707 \end_inset
24708
24709
24710 \begin_inset ERT
24711 status collapsed
24712
24713 \begin_layout Standard
24714
24715 }
24716 \end_layout
24717
24718 \end_inset
24719
24720
24721 \end_layout
24722
24723 \end_inset
24724
24725 textit
24726 \begin_inset ERT
24727 status collapsed
24728
24729 \begin_layout Standard
24730
24731 {
24732 \end_layout
24733
24734 \end_inset
24735
24736 This is an italic entry
24737 \begin_inset ERT
24738 status collapsed
24739
24740 \begin_layout Standard
24741
24742 }
24743 \end_layout
24744
24745 \end_inset
24746
24747
24748 \end_layout
24749
24750 \end_inset
24751
24752  We refer to LaTeX books (
24753 \begin_inset CommandInset citation
24754 LatexCommand cite
24755 key "latexcompanion,latexguide,latexbook"
24756
24757 \end_inset
24758
24759 ) for an overview of layout commands.
24760  There is only the problem, that layout commands destroy the sorting order.
24761  To avoid that our index entry appears as the first one, we use the following
24762  command instead:
24763 \end_layout
24764
24765 \begin_layout Standard
24766
24767 \series bold
24768 This@
24769 \backslash
24770 textit{This is an italic entry}
24771 \end_layout
24772
24773 \begin_layout Standard
24774 You can also format the page number using the character 
24775 \begin_inset Quotes eld
24776 \end_inset
24777
24778 |
24779 \begin_inset Quotes erd
24780 \end_inset
24781
24782  followed by a LaTeX-command without a backslash.
24783  We can write for example
24784 \end_layout
24785
24786 \begin_layout Standard
24787
24788 \series bold
24789 old-style page number:|oldstylenums
24790 \end_layout
24791
24792 \begin_layout Standard
24793 to get the page number in an old-style layout.
24794 \begin_inset Index
24795 status collapsed
24796
24797 \begin_layout Standard
24798 Dummy entries ! old-style page number:|oldstylenums
24799 \end_layout
24800
24801 \end_inset
24802
24803  Normally all LaTeX-commands begin with a backslash, but in this special
24804  case 
24805 \begin_inset Quotes eld
24806 \end_inset
24807
24808
24809 \series bold
24810 |command
24811 \series default
24812
24813 \begin_inset Quotes erd
24814 \end_inset
24815
24816  means 
24817 \series bold
24818
24819 \backslash
24820 command{page\InsetSpace ~
24821 number}
24822 \series default
24823 .
24824  Have a look at section\InsetSpace ~
24825
24826 \begin_inset CommandInset ref
24827 LatexCommand ref
24828 reference "sub:LaTeX-Syntax"
24829
24830 \end_inset
24831
24832  to learn more about the LaTeX-syntax.
24833 \end_layout
24834
24835 \begin_layout Standard
24836 You can also change the layout for the whole index.
24837  E.g.
24838  we marked the index list box of this document as bold to get a bold font
24839  for all index entries.
24840 \end_layout
24841
24842 \begin_layout Subsection
24843 Index Program
24844 \begin_inset Index
24845 status collapsed
24846
24847 \begin_layout Standard
24848 Index ! Program
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \begin_inset CommandInset label
24855 LatexCommand label
24856 name "sub:Index-Program"
24857
24858 \end_inset
24859
24860
24861 \end_layout
24862
24863 \begin_layout Standard
24864 LyX uses for the index generation by default the program 
24865 \family sans
24866 makeindex
24867 \family default
24868 .
24869  It can be controlled by options that can be set in LyX's preferences dialog,
24870  see section\InsetSpace ~
24871
24872 \begin_inset CommandInset ref
24873 LatexCommand ref
24874 reference "sub:LaTeX-settings"
24875
24876 \end_inset
24877
24878 .
24879  The available options are listed and explained in 
24880 \begin_inset CommandInset citation
24881 LatexCommand cite
24882 key "makeindex"
24883
24884 \end_inset
24885
24886 .
24887 \end_layout
24888
24889 \begin_layout Standard
24890 You can also specify there another program to generate the index, for example
24891  
24892 \family sans
24893 xindy
24894 \family default
24895 .
24896 \end_layout
24897
24898 \begin_layout Section
24899 Nomenclature / Glossary 
24900 \begin_inset Index
24901 status collapsed
24902
24903 \begin_layout Standard
24904 Nomenclature
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \begin_inset Index
24911 status collapsed
24912
24913 \begin_layout Standard
24914 Glossary|see
24915 \begin_inset ERT
24916 status collapsed
24917
24918 \begin_layout Standard
24919
24920 {
24921 \end_layout
24922
24923 \end_inset
24924
24925 Nomenclature
24926 \begin_inset ERT
24927 status collapsed
24928
24929 \begin_layout Standard
24930
24931 }
24932 \end_layout
24933
24934 \end_inset
24935
24936
24937 \end_layout
24938
24939 \end_inset
24940
24941
24942 \begin_inset CommandInset label
24943 LatexCommand label
24944 name "sec:Nomenclature"
24945
24946 \end_inset
24947
24948
24949 \end_layout
24950
24951 \begin_layout Standard
24952 Sometimes you need to compile a list of symbols that are mentioned in your
24953  document with a brief explanation of them -- a so called nomenclature or
24954  glossary.
24955 \end_layout
24956
24957 \begin_layout Standard
24958 To be able to create nomenclatures, you need the LaTeX package 
24959 \series bold
24960 nomencl
24961 \begin_inset Index
24962 status collapsed
24963
24964 \begin_layout Standard
24965 LaTeX-packages ! nomencl
24966 \end_layout
24967
24968 \end_inset
24969
24970
24971 \series default
24972  installed.
24973  You find it in the TeX Catalogue, 
24974 \begin_inset CommandInset citation
24975 LatexCommand cite
24976 key "TeXCatalogue"
24977
24978 \end_inset
24979
24980  or in the package manager of your LaTeX-system.
24981 \end_layout
24982
24983 \begin_layout Standard
24984 A nomenclature entry is created if you place the cursor after a symbol entry
24985  and then use the menu 
24986 \family sans
24987 Insert\SpecialChar \menuseparator
24988
24989 \family default
24990 N
24991 \family sans
24992 omenclature\InsetSpace ~
24993 Entry
24994 \family default
24995  or the toobar button 
24996 \begin_inset Graphics
24997         filename ../images/nomencl-insert.png
24998         inzipName 
24999         embed false
25000         BoundingBox 0bp 5bp 20bp 20bp
25001
25002 \end_inset
25003
25004 .
25005  A gray box labeled 
25006 \begin_inset Quotes eld
25007 \end_inset
25008
25009
25010 \family sans
25011 Nom
25012 \family default
25013
25014 \begin_inset Quotes erd
25015 \end_inset
25016
25017  is inserted and a window pops up asking for the nomenclature entry.
25018 \end_layout
25019
25020 \begin_layout Standard
25021 A nomenclature entry consists of two main entries.
25022  The first is the symbol that you want to refer to.
25023  The second is the description of the symbol.
25024 \end_layout
25025
25026 \begin_layout Standard
25027 \begin_inset Note Greyedout
25028 status open
25029
25030 \begin_layout Standard
25031
25032 \series bold
25033 Note:
25034 \series default
25035  Like for the index entry dialog, you have to enter valid LaTeX-code for
25036  all fields of the nomenclature dialog.
25037 \end_layout
25038
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \begin_layout Subsection
25045 Nomenclature Definition and Layout
25046 \begin_inset Index
25047 status collapsed
25048
25049 \begin_layout Standard
25050 Nomenclature ! Layout
25051 \end_layout
25052
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \begin_layout Standard
25059 When you have symbols in formulas, you have to define them in the 
25060 \family sans
25061 Symbol
25062 \family default
25063  field as LaTeX-formula.
25064  For example to get 
25065 \begin_inset Quotes eld
25066 \end_inset
25067
25068
25069 \begin_inset Formula $\sigma$
25070 \end_inset
25071
25072
25073 \begin_inset Quotes erd
25074 \end_inset
25075
25076 , insert this:
25077 \newline
25078
25079 \series bold
25080 $
25081 \backslash
25082 sigma$
25083 \newline
25084
25085 \series default
25086 The 
25087 \begin_inset Quotes eld
25088 \end_inset
25089
25090 $
25091 \begin_inset Quotes erd
25092 \end_inset
25093
25094  character hereby starts/ends the formula.
25095  The LaTeX-command for the Greek letter is the name of the letter beginning
25096  with a backslash 
25097 \begin_inset Quotes eld
25098 \end_inset
25099
25100
25101 \backslash
25102
25103 \begin_inset Quotes erd
25104 \end_inset
25105
25106 .
25107  For capital Greek letters, start the command also with a capital letter,
25108  like 
25109 \series bold
25110
25111 \backslash
25112 Sigma
25113 \series default
25114 .
25115 \end_layout
25116
25117 \begin_layout Standard
25118 (A short introduction to the LaTeX-syntax is given in section\InsetSpace ~
25119
25120 \begin_inset CommandInset ref
25121 LatexCommand ref
25122 reference "sub:LaTeX-Syntax"
25123
25124 \end_inset
25125
25126 .)
25127 \end_layout
25128
25129 \begin_layout Standard
25130 You cannot use the 
25131 \family sans
25132 Text\InsetSpace ~
25133 Style
25134 \family default
25135  dialog to format the description text but have to use LaTeX-commands.
25136  For example the description of the nomenclature entry for the 
25137 \begin_inset Quotes eld
25138 \end_inset
25139
25140
25141 \begin_inset Formula $\sigma$
25142 \end_inset
25143
25144
25145 \begin_inset Quotes erd
25146 \end_inset
25147
25148  in this document is:
25149 \newline
25150
25151 \series bold
25152 dummy entry for the character 
25153 \backslash
25154 textsf{sigma}
25155 \series default
25156
25157 \newline
25158 The command 
25159 \series bold
25160
25161 \backslash
25162 textsf
25163 \series default
25164  sets the fonts to 
25165 \family sans
25166 sans\InsetSpace ~
25167 serif
25168 \family default
25169 .
25170  To get 
25171 \series bold
25172 bold
25173 \series default
25174  font use the command 
25175 \series bold
25176
25177 \backslash
25178 textbf
25179 \series default
25180 , for 
25181 \family typewriter
25182 typewriter
25183 \family default
25184  use 
25185 \series bold
25186
25187 \backslash
25188 texttt
25189 \series default
25190 , for 
25191 \emph on
25192 emphasized
25193 \emph default
25194  use 
25195 \series bold
25196
25197 \backslash
25198 emph
25199 \series default
25200 .
25201 \end_layout
25202
25203 \begin_layout Subsection
25204 Sort Order of Nomenclature Entries
25205 \begin_inset Index
25206 status collapsed
25207
25208 \begin_layout Standard
25209 Nomenclature ! Sort order
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 The nomenclature entries are sorted alphabetically by the LaTeX-code of
25219  the symbol definition.
25220  This leads to undesired results when you for example have symbols in formulas.
25221  Suppose you have nomenclature entries for the symbols 
25222 \emph on
25223 a
25224 \begin_inset CommandInset nomenclature
25225 LatexCommand nomenclature
25226 symbol "a"
25227 description "dummy entry for the character \"a\""
25228
25229 \end_inset
25230
25231
25232 \emph default
25233  and 
25234 \begin_inset Formula $\sigma$
25235 \end_inset
25236
25237
25238 \begin_inset CommandInset nomenclature
25239 LatexCommand nomenclature
25240 prefix "sigma"
25241 symbol "$\\sigma$"
25242 description "dummy entry for the character \\textsf{sigma}"
25243
25244 \end_inset
25245
25246 .
25247  They will be sorted by 
25248 \begin_inset Quotes eld
25249 \end_inset
25250
25251
25252 \family sans
25253 a
25254 \family default
25255
25256 \begin_inset Quotes erd
25257 \end_inset
25258
25259  and 
25260 \begin_inset Quotes eld
25261 \end_inset
25262
25263
25264 \family typewriter
25265 $
25266 \backslash
25267 sigma$
25268 \family default
25269
25270 \begin_inset Quotes erd
25271 \end_inset
25272
25273  -- the 
25274 \begin_inset Formula $\sigma$
25275 \end_inset
25276
25277  will be sorted before the 
25278 \emph on
25279 a
25280 \emph default
25281  since the character 
25282 \begin_inset Quotes eld
25283 \end_inset
25284
25285 $
25286 \begin_inset Quotes erd
25287 \end_inset
25288
25289  is considered in sorting.
25290 \end_layout
25291
25292 \begin_layout Standard
25293 To control the sort order, you can edit the 
25294 \family sans
25295 Sort\InsetSpace ~
25296 as
25297 \family default
25298  field of the nomenclature dialog.
25299  Then the nomenclature entry will be sorted by this entry and not the symbol
25300  definition.
25301  For the given example, you can insert 
25302 \family typewriter
25303 sigma
25304 \family default
25305  to this field for the 
25306 \begin_inset Formula $\sigma$
25307 \end_inset
25308
25309 , then 
25310 \emph on
25311 a
25312 \emph default
25313  will be located before 
25314 \begin_inset Formula $\sigma$
25315 \end_inset
25316
25317 .
25318 \end_layout
25319
25320 \begin_layout Standard
25321 For subgrouping and tips for using sort entries see the 
25322 \series bold
25323 nomencl
25324 \series default
25325  documentation, 
25326 \begin_inset CommandInset citation
25327 LatexCommand cite
25328 key "nomencl"
25329
25330 \end_inset
25331
25332 .
25333 \end_layout
25334
25335 \begin_layout Subsection
25336 Nomenclature Options
25337 \begin_inset Index
25338 status collapsed
25339
25340 \begin_layout Standard
25341 Nomenclature ! Options
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Standard
25350 The 
25351 \series bold
25352 nomencl
25353 \series default
25354  package offers some options to adjust the appearance of the nomenclature.
25355  Here are some of its options, for more have a look at its documentation:
25356 \end_layout
25357
25358 \begin_layout Description
25359 refeq Appends the phrase 
25360 \begin_inset Quotes eld
25361 \end_inset
25362
25363
25364 \family sans
25365 , see equation (
25366 \emph on
25367 eq
25368 \emph default
25369 )
25370 \family default
25371
25372 \begin_inset Quotes erd
25373 \end_inset
25374
25375  to every nomenclature entry, where 
25376 \family sans
25377 \emph on
25378 eq
25379 \family default
25380 \emph default
25381  is the number of the last equation in front of the nomenclature entry
25382 \end_layout
25383
25384 \begin_layout Description
25385 refpage Appends the phrase 
25386 \begin_inset Quotes eld
25387 \end_inset
25388
25389
25390 \family sans
25391 , page (
25392 \emph on
25393 page
25394 \emph default
25395 )
25396 \family default
25397
25398 \begin_inset Quotes erd
25399 \end_inset
25400
25401  to every nomenclature entry, where 
25402 \family sans
25403 \emph on
25404 page
25405 \family default
25406 \emph default
25407  is the number of the page on which the nomenclature entry appeared
25408 \end_layout
25409
25410 \begin_layout Description
25411 intoc Inserts the nomenclature in the Table of Contents
25412 \end_layout
25413
25414 \begin_layout Standard
25415 There are furthermore the options 
25416 \series bold
25417 croatian
25418 \series default
25419
25420 \series bold
25421 danish
25422 \series default
25423
25424 \series bold
25425 english
25426 \series default
25427
25428 \series bold
25429 french
25430 \series default
25431
25432 \series bold
25433 german
25434 \series default
25435
25436 \series bold
25437 italian
25438 \series default
25439
25440 \series bold
25441 polish
25442 \series default
25443
25444 \series bold
25445 portuguese
25446 \series default
25447
25448 \series bold
25449 russian
25450 \series default
25451
25452 \series bold
25453 spanish
25454 \series default
25455 , and 
25456 \series bold
25457 ukrainian
25458 \series default
25459  to print the reference texts and the nomenclature title in the corresponding
25460  language.
25461 \end_layout
25462
25463 \begin_layout Standard
25464 To use one or more of the options, add them to the comma-separated document
25465  class options list in the 
25466 \family sans
25467 Document\SpecialChar \menuseparator
25468 Settings
25469 \family default
25470  dialog.
25471  In this document the options 
25472 \series bold
25473 intoc
25474 \series default
25475  and 
25476 \series bold
25477 refpage
25478 \series default
25479  are used.
25480 \end_layout
25481
25482 \begin_layout Standard
25483 \begin_inset VSpace bigskip
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \begin_layout Standard
25490 You can also use the first two options above only for certain nomenclature
25491  entries when you add one of the following commands as last entry to the
25492  
25493 \family sans
25494 Description
25495 \family default
25496  field in the nomenclature dialog:
25497 \end_layout
25498
25499 \begin_layout Description
25500
25501 \backslash
25502 nomrefeq Like the 
25503 \series bold
25504 refeq
25505 \series default
25506  option
25507 \end_layout
25508
25509 \begin_layout Description
25510
25511 \backslash
25512 nomrefpage Like the 
25513 \series bold
25514 refpage
25515 \series default
25516  option
25517 \end_layout
25518
25519 \begin_layout Description
25520
25521 \backslash
25522 nomrefeqpage Short notation of 
25523 \series bold
25524
25525 \backslash
25526 nomrefeq
25527 \backslash
25528 nomrefpage
25529 \end_layout
25530
25531 \begin_layout Description
25532
25533 \backslash
25534 nomnorefeq,\InsetSpace ~
25535
25536 \backslash
25537 nomnorefpage,\InsetSpace ~
25538
25539 \backslash
25540 nomnorefeqpage Turns off the corresponding options
25541 \end_layout
25542
25543 \begin_layout Subsection
25544 Printing the Nomenclature
25545 \begin_inset Index
25546 status collapsed
25547
25548 \begin_layout Standard
25549 Nomenclature ! Printing
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \begin_layout Standard
25558 To print the nomenclature, use the menu 
25559 \family sans
25560 Insert\SpecialChar \menuseparator
25561 Lists\InsetSpace ~
25562 /\InsetSpace ~
25563 TOC\SpecialChar \menuseparator
25564 Nomenclature
25565 \family default
25566 .
25567  A light blue box labeled 
25568 \begin_inset Quotes eld
25569 \end_inset
25570
25571
25572 \family sans
25573 Nomenclature
25574 \family default
25575
25576 \begin_inset Quotes erd
25577 \end_inset
25578
25579  will show the place where the nomenclature is printed in the output.
25580  Like the index list box, the nomenclature list box is not clickable.
25581 \end_layout
25582
25583 \begin_layout Standard
25584 In the printed output the title of the nomenclature appears as 
25585 \begin_inset Quotes eld
25586 \end_inset
25587
25588 Nomenclature
25589 \begin_inset Quotes erd
25590 \end_inset
25591
25592 .
25593  If you are not happy with the name, you can change it by redefining the
25594  command 
25595 \series bold
25596
25597 \backslash
25598 nomname
25599 \series default
25600  in the preamble.
25601  For example, in order to change the name to 
25602 \emph on
25603 List of Symbols
25604 \emph default
25605 , add the following line to the preamble:
25606 \end_layout
25607
25608 \begin_layout Standard
25609
25610 \family roman
25611 \series bold
25612
25613 \backslash
25614 renewcommand{
25615 \backslash
25616 nomname}{List of Symbols}
25617 \end_layout
25618
25619 \begin_layout Standard
25620 \begin_inset VSpace defskip
25621 \end_inset
25622
25623
25624 \end_layout
25625
25626 \begin_layout Standard
25627 If you are unhappy with the amount of space for symbols, you can alter it
25628  by adding the following line to the preamble:
25629 \end_layout
25630
25631 \begin_layout Standard
25632
25633 \family roman
25634 \series bold
25635
25636 \backslash
25637 renewcommand{
25638 \backslash
25639 nomlabelwidth}{width}
25640 \end_layout
25641
25642 \begin_layout Standard
25643
25644 \family roman
25645 Where the width is a value with one of the units listed in Appendix\InsetSpace ~
25646
25647 \begin_inset CommandInset ref
25648 LatexCommand ref
25649 reference "cha:Units-available-in"
25650
25651 \end_inset
25652
25653 .
25654  The default value is 1\InsetSpace \thinspace{}
25655 cm.
25656 \end_layout
25657
25658 \begin_layout Section
25659 Branches
25660 \begin_inset Index
25661 status collapsed
25662
25663 \begin_layout Standard
25664 Branches
25665 \end_layout
25666
25667 \end_inset
25668
25669
25670 \begin_inset Index
25671 status collapsed
25672
25673 \begin_layout Standard
25674 Document ! Branches
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \begin_inset CommandInset label
25681 LatexCommand label
25682 name "sec:Branches"
25683
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \begin_layout Standard
25690 Sometimes it is useful to hide some document parts in the output.
25691  For example a teacher who is setting an exam obviously doesn't want the
25692  pupils to see the answers, but having questions and answers in the same
25693  document will make the life of the markers of that exam much easier.
25694 \end_layout
25695
25696 \begin_layout Standard
25697 For these cases LyX offers to put text into branches.
25698  The text will then only appear in the output when its branch is activated.
25699  To create a branch, go in the 
25700 \family sans
25701 Document\SpecialChar \menuseparator
25702 Settings
25703 \family default
25704  dialog to 
25705 \family sans
25706 Branches
25707 \family default
25708 .
25709  The name of the branch, its activation state and the background color of
25710  the branches inside LyX can be specified in this dialog.
25711 \end_layout
25712
25713 \begin_layout Standard
25714 Text that should be in a branch is set into branch inset boxes.
25715  These boxes are inserted via the menu 
25716 \family sans
25717 Insert\SpecialChar \menuseparator
25718 Branch
25719 \family default
25720  where you can choose a branch.
25721  You can later change the branch of the boxes by right-clicking on them.
25722 \end_layout
25723
25724 \begin_layout Standard
25725 Here is an example, where only the question text appears, the answer branch
25726  is deactivated and does therefore not appear in the output:
25727 \end_layout
25728
25729 \begin_layout Standard
25730 \begin_inset Branch Question
25731 status open
25732
25733 \begin_layout Standard
25734 Question: Who was the first physics Nobel prize winner?
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \begin_layout Standard
25743 \begin_inset Branch Answer
25744 status open
25745
25746 \begin_layout Standard
25747 Answer: Wilhelm Conrad Röntgen
25748 \end_layout
25749
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \begin_layout Standard
25756 \begin_inset VSpace bigskip
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \begin_layout Standard
25763 To use conditional output inside places where you cannot insert branch insets,
25764  like inside equations, you can code special LaTeX definitions for each
25765  branch.
25766  For example you can define for the question branch
25767 \begin_inset Foot
25768 status collapsed
25769
25770 \begin_layout Standard
25771 For an introduction to the LaTeX-syntax, see section\InsetSpace ~
25772
25773 \begin_inset CommandInset ref
25774 LatexCommand ref
25775 reference "sub:LaTeX-Syntax"
25776
25777 \end_inset
25778
25779 .
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \begin_layout Standard
25788
25789 \series bold
25790
25791 \backslash
25792 newcommand{
25793 \backslash
25794 question}[1]{#1}
25795 \end_layout
25796
25797 \begin_layout Standard
25798
25799 \series bold
25800
25801 \backslash
25802 newcommand{
25803 \backslash
25804 answer}[1]{}
25805 \end_layout
25806
25807 \begin_layout Standard
25808 and for the answer branch
25809 \end_layout
25810
25811 \begin_layout Standard
25812
25813 \series bold
25814
25815 \backslash
25816 newcommand{
25817 \backslash
25818 question}[1]{}
25819 \end_layout
25820
25821 \begin_layout Standard
25822
25823 \series bold
25824
25825 \backslash
25826 newcommand{
25827 \backslash
25828 answer}[1]{#1}
25829 \end_layout
25830
25831 \begin_layout Standard
25832 \begin_inset Branch Question
25833 status open
25834
25835 \begin_layout Standard
25836 \begin_inset ERT
25837 status open
25838
25839 \begin_layout Standard
25840
25841
25842 \backslash
25843 newcommand{
25844 \backslash
25845 question}[1]{#1}
25846 \end_layout
25847
25848 \begin_layout Standard
25849
25850
25851 \backslash
25852 newcommand{
25853 \backslash
25854 answer}[1]{}
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \end_inset
25863
25864
25865 \end_layout
25866
25867 \begin_layout Standard
25868 \begin_inset Branch Answer
25869 status open
25870
25871 \begin_layout Standard
25872 \begin_inset ERT
25873 status open
25874
25875 \begin_layout Standard
25876
25877
25878 \backslash
25879 newcommand{
25880 \backslash
25881 question}[1]{}
25882 \end_layout
25883
25884 \begin_layout Standard
25885
25886
25887 \backslash
25888 newcommand{
25889 \backslash
25890 answer}[1]{#1}
25891 \end_layout
25892
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \begin_layout Standard
25904 Now it is possible to use the commands 
25905 \series bold
25906
25907 \backslash
25908 question{\SpecialChar \ldots{}
25909 }
25910 \series default
25911  and 
25912 \series bold
25913
25914 \backslash
25915 answer{\SpecialChar \ldots{}
25916 }
25917 \series default
25918  to obtain conditional output.
25919  Here is an example formula where only the 
25920 \series bold
25921
25922 \backslash
25923 question
25924 \series default
25925  part appears:
25926 \begin_inset Formula \[
25927 x^{2}-2x-2\Rightarrow\question {x_{1}}\answer {x_{2}}=1\question {+\sqrt{3}}\answer {-\sqrt{3}}.\]
25928
25929 \end_inset
25930
25931
25932 \end_layout
25933
25934 \begin_layout Standard
25935 Inside math, the same effect can be achieved using math macros, see section\InsetSpace ~
25936
25937 \begin_inset CommandInset ref
25938 LatexCommand ref
25939 reference "sec:math-macros"
25940
25941 \end_inset
25942
25943 .
25944 \end_layout
25945
25946 \begin_layout Section
25947 ERT and the LaTeX Syntax
25948 \begin_inset CommandInset label
25949 LatexCommand label
25950 name "sec:ERT"
25951
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \begin_layout Subsection
25958 ERT Boxes
25959 \begin_inset Index
25960 status collapsed
25961
25962 \begin_layout Standard
25963 ERT
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \begin_inset CommandInset label
25970 LatexCommand label
25971 name "sub:ERT-Boxes"
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \begin_layout Standard
25979 As LyX uses LaTeX in the background, it supports many LaTeX commands and
25980  constructs, but not all.
25981  LaTeX contains of hundreds of packages which provide different commands.
25982  Every month many packages are updated and new ones added.
25983  This has the advantage that you can typeset nearly everything, for every
25984  problem exists a LaTeX-package.
25985  But LyX can of course not be up to date and support all these packages
25986  and their commands.
25987 \end_layout
25988
25989 \begin_layout Standard
25990 But don't worry, you can use any LaTeX-command directly in LyX inside the
25991  ERT box.
25992  ERT stands for 
25993 \begin_inset Quotes eld
25994 \end_inset
25995
25996 evil red text
25997 \begin_inset Quotes erd
25998 \end_inset
25999
26000 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
26001  An ERT box is created by the menu 
26002 \family sans
26003 Insert\SpecialChar \menuseparator
26004 TeX
26005 \family default
26006  or by the toolbar button 
26007 \begin_inset Graphics
26008         filename ../images/ert-insert.png
26009         inzipName 
26010         embed false
26011
26012 \end_inset
26013
26014 .
26015  The box itself can be displayed in three different styles: 
26016 \family sans
26017 Inline
26018 \family default
26019
26020 \family sans
26021 Collapsed
26022 \family default
26023 , and 
26024 \family sans
26025 Open
26026 \family default
26027 .
26028  To change the style, right-click on the box and use the appearing dialog.
26029  Left-clicking on the box will switch between 
26030 \family sans
26031 Collapsed
26032 \family default
26033  and 
26034 \family sans
26035 Open
26036 \family default
26037 .
26038 \end_layout
26039
26040 \begin_layout Standard
26041 You can insert complete or incomplete commands into ERT.
26042  Incomplete means that the command argument can be Standard LyX text.
26043  For example you want to draw a frame around a word and uses therefore the
26044  LaTeX-command 
26045 \series bold
26046
26047 \backslash
26048 fbox
26049 \series default
26050 , you can write the command part 
26051 \series bold
26052
26053 \backslash
26054 fbox{
26055 \series default
26056  in an ERT box before the word and the closing brace 
26057 \series bold
26058 }
26059 \series default
26060  in a second ERT box behind the word.
26061  The word between the two ERT boxes is then the argument as it is in the
26062  following example:
26063 \end_layout
26064
26065 \begin_layout Standard
26066 \begin_inset Graphics
26067         filename clipart/ERT.png
26068         inzipName 
26069         embed true
26070         scale 89
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \begin_layout Standard
26078 gives
26079 \end_layout
26080
26081 \begin_layout Standard
26082 This is a line with a 
26083 \begin_inset ERT
26084 status collapsed
26085
26086 \begin_layout Standard
26087
26088
26089 \backslash
26090 fbox{
26091 \end_layout
26092
26093 \end_inset
26094
26095 framed
26096 \begin_inset ERT
26097 status collapsed
26098
26099 \begin_layout Standard
26100
26101 }
26102 \end_layout
26103
26104 \end_inset
26105
26106  word.
26107 \end_layout
26108
26109 \begin_layout Standard
26110 \begin_inset Note Greyedout
26111 status open
26112
26113 \begin_layout Standard
26114
26115 \series bold
26116 Note:
26117 \series default
26118  At the end of LaTeX-commands without parameters, you have to insert a space
26119  to let LaTeX know that the command is finished.
26120 \end_layout
26121
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \begin_layout Subsection
26128 Short Introduction to the LaTeX Syntax
26129 \begin_inset OptArg
26130 status collapsed
26131
26132 \begin_layout Standard
26133 The LaTeX Syntax
26134 \end_layout
26135
26136 \end_inset
26137
26138
26139 \begin_inset Index
26140 status collapsed
26141
26142 \begin_layout Standard
26143 LaTeX Syntax
26144 \end_layout
26145
26146 \end_inset
26147
26148
26149 \begin_inset CommandInset label
26150 LatexCommand label
26151 name "sub:LaTeX-Syntax"
26152
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \begin_layout Standard
26159 When you write larger documents or books, you will need to know something
26160  about the LaTeX-commands that LyX uses in the background.
26161  Because LaTeX is based on commands, you can 
26162 \begin_inset Quotes eld
26163 \end_inset
26164
26165 program
26166 \begin_inset Quotes erd
26167 \end_inset
26168
26169  your text.
26170  This has the advantage that the layout of the document can be changed at
26171  every time if you know the right commands.
26172  E.g.
26173  imagine you have to write a manual for a product and the deadline is at
26174  the end of the day.
26175  Your boss just has complimented you for your good work but wants to have
26176  all caption labels bold.
26177  But you have over hundred figure and table captions with non-bold labels
26178  in your manual.
26179  Of course it's impossible to change all caption labels by hand in one day.
26180 \end_layout
26181
26182 \begin_layout Standard
26183 Now LaTeX comes into play.
26184  As written above, for every problem exists a LaTeX-package.
26185  First you have to find out which and therefore look in the LaTeX package
26186  database, 
26187 \begin_inset CommandInset citation
26188 LatexCommand cite
26189 key "Catalogue"
26190
26191 \end_inset
26192
26193 .
26194 \end_layout
26195
26196 \begin_layout Standard
26197 As result you know that the package 
26198 \series bold
26199 caption
26200 \series default
26201
26202 \begin_inset Index
26203 status collapsed
26204
26205 \begin_layout Standard
26206 LaTeX-packages ! caption
26207 \end_layout
26208
26209 \end_inset
26210
26211  is what you need.
26212  To use a package, you have to load it in the document preamble (menu 
26213 \family sans
26214 Document\SpecialChar \menuseparator
26215 Settings
26216 \family default
26217 ) with the command
26218 \end_layout
26219
26220 \begin_layout Standard
26221
26222 \series bold
26223
26224 \backslash
26225 usepackage[options]{package name}
26226 \end_layout
26227
26228 \begin_layout Standard
26229 All LaTeX commands begin with a backslash, the command argument is set within
26230  two braces, and the options are set within two brackets.
26231  Note that not all commands have an argument and options.
26232 \end_layout
26233
26234 \begin_layout Standard
26235 In your case the package name is 
26236 \series bold
26237 caption
26238 \series default
26239 .
26240  After a look in the documentation of the package, you know that the option
26241  
26242 \series bold
26243 labelfont=bf
26244 \series default
26245  will change the font of all caption labels to bold.
26246  So you add the command
26247 \end_layout
26248
26249 \begin_layout Standard
26250
26251 \series bold
26252
26253 \backslash
26254 usepackage[labelfont=bf]{caption}
26255 \end_layout
26256
26257 \begin_layout Standard
26258 to the preamble and the problem is solved.
26259 \begin_inset Foot
26260 status collapsed
26261
26262 \begin_layout Standard
26263 For more commands provided by the 
26264 \series bold
26265 caption
26266 \series default
26267  package, have a look at its documentation, 
26268 \begin_inset CommandInset citation
26269 LatexCommand cite
26270 key "caption"
26271
26272 \end_inset
26273
26274 .
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \begin_layout Standard
26283 Note that some document classes have built-in solutions for well known problems
26284  like your case.
26285  For example if you use a 
26286 \family sans
26287 koma-script
26288 \family default
26289  class, you don't need the package 
26290 \series bold
26291 caption
26292 \series default
26293 , you can instead write
26294 \end_layout
26295
26296 \begin_layout Standard
26297
26298 \series bold
26299
26300 \backslash
26301 setkomafont{captionlabel}{
26302 \backslash
26303 bfseries}
26304 \end_layout
26305
26306 \begin_layout Standard
26307 in the preamble and the problem is solved.
26308  So if you plan to write a large document, you should have a look at the
26309  documentation of the document class you want to use.
26310  (
26311 \series bold
26312
26313 \backslash
26314 setkomafont
26315 \series default
26316  is an example for a command with more than one argument.)
26317 \end_layout
26318
26319 \begin_layout Standard
26320 Commands in the preamble affects the whole document, while commands in the
26321  text affects only the text after the command or only the text used as command
26322  argument.
26323  To insert a LaTeX-command in text, use the ERT box as described in the
26324  previous section.
26325 \end_layout
26326
26327 \begin_layout Standard
26328 If you want to learn more about LaTeX and its syntax, have a look at the
26329  LaTeX-books 
26330 \begin_inset CommandInset citation
26331 LatexCommand cite
26332 key "latexcompanion,latexguide"
26333
26334 \end_inset
26335
26336 .
26337  
26338 \end_layout
26339
26340 \begin_layout Section
26341 Previewing Snippets of your Document
26342 \begin_inset Index
26343 status collapsed
26344
26345 \begin_layout Standard
26346 Instant preview
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \begin_inset CommandInset label
26353 LatexCommand label
26354 name "sec:Previewing-snippets-of"
26355
26356 \end_inset
26357
26358
26359 \begin_inset Index
26360 status collapsed
26361
26362 \begin_layout Standard
26363 Document ! Preview
26364 \end_layout
26365
26366 \end_inset
26367
26368
26369 \end_layout
26370
26371 \begin_layout Standard
26372 LyX allows you to generate previews of sections of your document on the
26373  fly so you can see how they'll look in the final document without having
26374  to break your train of thought with 
26375 \family sans
26376 View\SpecialChar \menuseparator
26377 DVI
26378 \family default
26379 .
26380 \end_layout
26381
26382 \begin_layout Standard
26383 If you would for example like to see in LyX your math formulas typeset by
26384  LaTeX, install the LaTeX-package 
26385 \series bold
26386 preview-latex
26387 \begin_inset Index
26388 status collapsed
26389
26390 \begin_layout Standard
26391 LaTeX-packages ! preview-latex
26392 \end_layout
26393
26394 \end_inset
26395
26396
26397 \series default
26398  as explained below, and turn on 
26399 \family sans
26400 Instant\InsetSpace ~
26401 preview
26402 \family default
26403  in the 
26404 \family sans
26405 Tools\SpecialChar \menuseparator
26406 Preferences 
26407 \family default
26408 dialog under 
26409 \family sans
26410 Look\InsetSpace ~
26411 and\InsetSpace ~
26412 feel\SpecialChar \menuseparator
26413 Graphics
26414 \family default
26415 .
26416 \end_layout
26417
26418 \begin_layout Standard
26419 Previews are generated when you load a document into LyX and when you finish
26420  editing an inset.
26421  Previews of an already loaded document are 
26422 \emph on
26423 not
26424 \emph default
26425  generated just by selecting the 
26426 \family sans
26427 Instant\InsetSpace ~
26428 preview
26429 \family default
26430  check box, you have to reopen the documents to activate the previews.
26431 \end_layout
26432
26433 \begin_layout Standard
26434 LyX will generate previews of math insets.
26435  It will also generate previews of included insets if you select the 
26436 \family sans
26437 Show\InsetSpace ~
26438 preview
26439 \family default
26440  check box in the insert dialog.
26441  This is useful if you wish to generate a preview of a LaTeX figure, for
26442  example.
26443 \end_layout
26444
26445 \begin_layout Standard
26446 To get previews working, you need the LaTeX package 
26447 \series bold
26448 preview-latex
26449 \series default
26450  (on some systems named simply 
26451 \series bold
26452 preview
26453 \series default
26454 ) installed.
26455  In case it is not already installed, you find it in the TeX Catalogue,
26456  
26457 \begin_inset CommandInset citation
26458 LatexCommand cite
26459 key "TeXCatalogue"
26460
26461 \end_inset
26462
26463  or in the package manager of your LaTeX-system.
26464  You obtain prettier results if you install the program 
26465 \family typewriter
26466 pnmcrop
26467 \family default
26468  from the 
26469 \family typewriter
26470 netpbm
26471 \family default
26472  package; for LyX on Windows this program is automatically installed together
26473  with LyX.
26474 \end_layout
26475
26476 \begin_layout Standard
26477 \begin_inset VSpace bigskip
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \begin_layout Standard
26484 You can furthermore preview the LaTeX source of the whole document or parts
26485  of it.
26486  Use the menu 
26487 \family sans
26488 View\SpecialChar \menuseparator
26489 View\InsetSpace ~
26490 Source
26491 \family default
26492  and a window will be shown where you can see the LaTeX-source code.
26493  The window shows the source of the whole paragraph where the cursor is
26494  currently in.
26495  You can also select document parts in LyX's main window, then only this
26496  selection (when it is more than one paragraph) is shown as source code.
26497  To view the whole document as source, enable the corresponding option in
26498  the source view window.
26499 \end_layout
26500
26501 \begin_layout Section
26502 Spell Checking
26503 \begin_inset CommandInset label
26504 LatexCommand label
26505 name "sec:Spellchecking"
26506
26507 \end_inset
26508
26509
26510 \begin_inset Index
26511 status collapsed
26512
26513 \begin_layout Standard
26514 Spell checking
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \begin_layout Standard
26523 LyX itself has no built-in spell checker.
26524  Rather it uses one of the external programs 
26525 \family typewriter
26526 aspell
26527 \family default
26528
26529 \family typewriter
26530 ispell
26531 \family default
26532
26533 \family typewriter
26534 hspell
26535 \family default
26536 , or 
26537 \family sans
26538 pspell
26539 \family default
26540  as backend.
26541  This section assumes you have already installed and set up one of these
26542  programs.
26543  
26544 \family typewriter
26545 aspell
26546 \family default
26547  can be seen as successor of 
26548 \family typewriter
26549 ispell
26550 \family default
26551 , so that it is recommended to use aspell.
26552  
26553 \family sans
26554 hspell
26555 \family default
26556  is a Hebrew spell-checker.
26557  The used spell checker ind its settings are specified in LyX's preferences
26558  under 
26559 \family sans
26560 Language Settings
26561 \family default
26562 .
26563 \end_layout
26564
26565 \begin_layout Standard
26566 For LyX on Windows, the selection box for the spell checking program is
26567  greyed out in the preferences dialog because only 
26568 \family sans
26569 aspell
26570 \family default
26571  can be used.
26572 \end_layout
26573
26574 \begin_layout Standard
26575 The menu
26576 \family sans
26577  Tools\SpecialChar \menuseparator
26578 Spellchecker
26579 \family default
26580  starts the spell checking beginning from the current cursor position.
26581  A dialog window will appear showing any incorrect (or unknown) word found,
26582  allowing you to edit and replace it in a second line.
26583  Whenever an unknown word is found, the word is highlighted and the text
26584  scrolled so that it is visible.
26585  In the 
26586 \family sans
26587 spell checker
26588 \family default
26589  dialog, there is also a box showing suggestions for a correction, if any
26590  could be found.
26591  Clicking on one of the corrections will copy to the 
26592 \family sans
26593 Replace
26594 \family default
26595  field, double-click invokes directly the replacement.
26596  Unknown but correctly typed words can be added to the personal dictionary.
26597 \end_layout
26598
26599 \begin_layout Standard
26600 By default, the used dictionary file is determined by the document language
26601  that is set in the 
26602 \family sans
26603 Document\SpecialChar \menuseparator
26604 Settings
26605 \family default
26606  dialog.
26607  If you do not have a dictionary for the document language, spell checking
26608  will bring an error message.
26609  In this case, you can specify another dictionary file in the dialog by
26610  specifying a different 
26611 \family sans
26612 Alternative language
26613 \family default
26614  in preferences dialog.
26615 \end_layout
26616
26617 \begin_layout Standard
26618 After a spell check you'll informed about the number of checked words.
26619 \end_layout
26620
26621 \begin_layout Subsubsection*
26622 Limitations
26623 \end_layout
26624
26625 \begin_layout Standard
26626 It is not possible to change the spelling of a particular word globally,
26627  rather than having to change the spelling separately for each occurrence
26628  of the word.
26629  But you can use the 
26630 \family sans
26631 Find\InsetSpace ~
26632 &\InsetSpace ~
26633 Replace
26634 \family default
26635  dialog for that.
26636 \end_layout
26637
26638 \begin_layout Standard
26639 LyX cannot correctly spell check documents containing multiple languages.
26640  This does work with 
26641 \family typewriter
26642 pspell
26643 \family default
26644 , assuming you have marked the different languages appropriately.
26645 \end_layout
26646
26647 \begin_layout Subsubsection*
26648 Further Settings
26649 \end_layout
26650
26651 \begin_layout Standard
26652 The 
26653 \family sans
26654 Spellchecker
26655 \family default
26656  section in the preferences dialog has some additional options:
26657 \end_layout
26658
26659 \begin_layout Description
26660 Escape\InsetSpace ~
26661 characters Allows you to add non-standard characters that the spell
26662  checker should consider, e.g.
26663  German umlauts although you spell check English document.
26664  This should not normally be needed.
26665 \end_layout
26666
26667 \begin_layout Description
26668 Personal\InsetSpace ~
26669 dictionary to use a different file than the spell checker's default
26670  choice as your personal dictionary
26671 \end_layout
26672
26673 \begin_layout Description
26674 Accept\InsetSpace ~
26675 compound\InsetSpace ~
26676 words Prevent the spell checker from complaining about compounded
26677  words like 
26678 \begin_inset Quotes eld
26679 \end_inset
26680
26681 passthrough
26682 \begin_inset Quotes erd
26683 \end_inset
26684
26685 .
26686 \end_layout
26687
26688 \begin_layout Description
26689 Use\InsetSpace ~
26690 input\InsetSpace ~
26691 encoding Uses the document encoding that is set in the 
26692 \family sans
26693 Document\SpecialChar \menuseparator
26694 Settings
26695 \family default
26696  dialog under 
26697 \family sans
26698 Language
26699 \family default
26700  also for the spellchecker.
26701 \begin_inset Foot
26702 status collapsed
26703
26704 \begin_layout Standard
26705 The encodings are explained in section\InsetSpace ~
26706
26707 \begin_inset CommandInset ref
26708 LatexCommand ref
26709 reference "sub:Settings"
26710
26711 \end_inset
26712
26713 .
26714 \end_layout
26715
26716 \end_inset
26717
26718  Only enable this if you use 
26719 \family typewriter
26720 ispell
26721 \family default
26722  and can't spell check words with international letters in them.
26723  There have been reports that this does not work with all dictionaries,
26724  so this is disabled by default.
26725 \end_layout
26726
26727 \begin_layout Section
26728 Thesaurus
26729 \begin_inset Index
26730 status collapsed
26731
26732 \begin_layout Standard
26733 Thesaurus
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \begin_inset CommandInset label
26740 LatexCommand label
26741 name "sec:Thesaurus"
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \begin_layout Standard
26749 Thesaurus currently only works when you use the document language English.
26750 \end_layout
26751
26752 \begin_layout Standard
26753 To start the thesaurus, highlight one word or set the cursor behind it,
26754  and use the menu 
26755 \family sans
26756 Tools\SpecialChar \menuseparator
26757 Thesaurus
26758 \family default
26759  or the toolbar button 
26760 \begin_inset Graphics
26761         filename ../images/thesaurus-entry.png
26762         inzipName 
26763         embed false
26764         BoundingBox 0bp 5bp 20bp 25bp
26765         rotateOrigin center
26766
26767 \end_inset
26768
26769 .
26770  A dialog pops up showing you probably related words that you can use as
26771  replacement.
26772 \end_layout
26773
26774 \begin_layout Standard
26775 The shown related words are in many cases not really related to the word
26776  you are currently checking, scrolling in the shown list might help in some
26777  cases to find related words.
26778 \end_layout
26779
26780 \begin_layout Standard
26781 The thesaurus only works for single words, and also only when it is in the
26782  singular form.
26783  For example starting the thesaurus with the word 
26784 \begin_inset Quotes eld
26785 \end_inset
26786
26787 reports
26788 \begin_inset Quotes erd
26789 \end_inset
26790
26791  leads to no results, while results are shown for the word 
26792 \begin_inset Quotes eld
26793 \end_inset
26794
26795 report
26796 \begin_inset Quotes erd
26797 \end_inset
26798
26799 .
26800  To avoid this, you can highlight only the part 
26801 \begin_inset Quotes eld
26802 \end_inset
26803
26804 report
26805 \begin_inset Quotes erd
26806 \end_inset
26807
26808  of the word 
26809 \begin_inset Quotes eld
26810 \end_inset
26811
26812 reports
26813 \begin_inset Quotes erd
26814 \end_inset
26815
26816  to get results.
26817 \end_layout
26818
26819 \begin_layout Section
26820 Change Tracking
26821 \begin_inset Index
26822 status collapsed
26823
26824 \begin_layout Standard
26825 Change Tracking
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \begin_inset Index
26832 status collapsed
26833
26834 \begin_layout Standard
26835 Document ! Change Tracking
26836 \end_layout
26837
26838 \end_inset
26839
26840
26841 \begin_inset CommandInset label
26842 LatexCommand label
26843 name "sec:Change-Tracking"
26844
26845 \end_inset
26846
26847
26848 \end_layout
26849
26850 \begin_layout Standard
26851 When you work on a document together with many people it is extremely useful
26852  to see changes others made highlighted in the document.
26853  You can then decide if you accept a change or not.
26854  This can be achieved by turning on change tracking in the menu 
26855 \family sans
26856 Document\SpecialChar \menuseparator
26857 Change\InsetSpace ~
26858 Tracking\SpecialChar \menuseparator
26859 Track\InsetSpace ~
26860 Changes
26861 \family default
26862 .
26863 \end_layout
26864
26865 \begin_layout Standard
26866 Changes made in the document will then be highlighted by colors: 
26867 \color blue
26868 Blue text
26869 \color inherit
26870  is an addition, 
26871 \color red
26872 red canceled text
26873 \color inherit
26874  is a deletion.
26875  You can change the color in LyX's preferences dialog under 
26876 \family sans
26877 Look\InsetSpace ~
26878 and\InsetSpace ~
26879 feel
26880 \family default
26881
26882 \family sans
26883 Colors
26884 \family default
26885 .
26886 \begin_inset Index
26887 status collapsed
26888
26889 \begin_layout Standard
26890 Color ! LyX screen
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \begin_layout Standard
26899 When change tracking is activated, you will see the review toolbar in LyX:
26900 \begin_inset Index
26901 status collapsed
26902
26903 \begin_layout Standard
26904 Toolbar ! Review
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \begin_layout Standard
26913 \begin_inset VSpace defskip
26914 \end_inset
26915
26916
26917 \end_layout
26918
26919 \begin_layout Standard
26920 \begin_inset Graphics
26921         filename clipart/ChangesToolbar.png
26922         inzipName 
26923         embed false
26924
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \begin_layout Standard
26931 \begin_inset VSpace defskip
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \begin_layout Standard
26938 The review toolbar as shown above contains from left to right the following
26939  buttons:
26940 \end_layout
26941
26942 \begin_layout Standard
26943 \begin_inset VSpace defskip
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \begin_layout Standard
26950 \begin_inset Tabular
26951 <lyxtabular version="3" rows="10" columns="2">
26952 <features islongtable="true">
26953 <column alignment="left" valignment="top" width="0">
26954 <column alignment="left" valignment="top" width="0">
26955 <row interlinespace="2.5mm">
26956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26957 \begin_inset Text
26958
26959 \begin_layout Standard
26960 \begin_inset Graphics
26961         filename ../images/changes-track.png
26962         inzipName 
26963         embed false
26964         BoundingBox 0bp 5bp 20bp 25bp
26965         rotateOrigin center
26966
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Standard
26978
26979 \family sans
26980 Document\SpecialChar \menuseparator
26981 Change\InsetSpace ~
26982 Tracking\SpecialChar \menuseparator
26983 Track\InsetSpace ~
26984 Changes
26985 \end_layout
26986
26987 \end_inset
26988 </cell>
26989 </row>
26990 <row interlinespace="2.5mm">
26991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Standard
26995 \begin_inset Graphics
26996         filename ../images/changes-output.png
26997         inzipName 
26998         embed false
26999         BoundingBox 0bp 5bp 20bp 25bp
27000         rotateOrigin center
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27010 \begin_inset Text
27011
27012 \begin_layout Standard
27013
27014 \family sans
27015 Document\SpecialChar \menuseparator
27016 Change\InsetSpace ~
27017 Tracking\SpecialChar \menuseparator
27018 Show\InsetSpace ~
27019 Changes\InsetSpace ~
27020 in\InsetSpace ~
27021 Output
27022 \end_layout
27023
27024 \end_inset
27025 </cell>
27026 </row>
27027 <row interlinespace="2.5mm">
27028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27029 \begin_inset Text
27030
27031 \begin_layout Standard
27032 \begin_inset Graphics
27033         filename ../images/change-next.png
27034         inzipName 
27035         embed false
27036         BoundingBox 0bp 5bp 20bp 25bp
27037         rotateOrigin center
27038
27039 \end_inset
27040
27041
27042 \end_layout
27043
27044 \end_inset
27045 </cell>
27046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27047 \begin_inset Text
27048
27049 \begin_layout Standard
27050 Jumps to the next change
27051 \end_layout
27052
27053 \end_inset
27054 </cell>
27055 </row>
27056 <row interlinespace="2.5mm">
27057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27058 \begin_inset Text
27059
27060 \begin_layout Standard
27061 \begin_inset Graphics
27062         filename ../images/change-accept.png
27063         inzipName 
27064         embed false
27065         BoundingBox 0bp 5bp 20bp 25bp
27066         rotateOrigin center
27067
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Standard
27079
27080 \family sans
27081 Document\SpecialChar \menuseparator
27082 Change\InsetSpace ~
27083 Tracking\SpecialChar \menuseparator
27084 Accept\InsetSpace ~
27085 Change
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 </row>
27091 <row interlinespace="2.5mm">
27092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Standard
27096 \begin_inset Graphics
27097         filename ../images/change-reject.png
27098         inzipName 
27099         embed false
27100         BoundingBox 0bp 5bp 20bp 25bp
27101         rotateOrigin center
27102
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \end_inset
27109 </cell>
27110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27111 \begin_inset Text
27112
27113 \begin_layout Standard
27114
27115 \family sans
27116 Document\SpecialChar \menuseparator
27117 Change\InsetSpace ~
27118 Tracking\SpecialChar \menuseparator
27119 Reject\InsetSpace ~
27120 Change
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 </row>
27126 <row interlinespace="2.5mm">
27127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27128 \begin_inset Text
27129
27130 \begin_layout Standard
27131 \begin_inset Graphics
27132         filename ../images/changes-merge.png
27133         inzipName 
27134         embed false
27135         BoundingBox 0bp 5bp 20bp 25bp
27136         rotateOrigin center
27137
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27146 \begin_inset Text
27147
27148 \begin_layout Standard
27149
27150 \family sans
27151 Document\SpecialChar \menuseparator
27152 Change\InsetSpace ~
27153 Tracking\SpecialChar \menuseparator
27154 Merge\InsetSpace ~
27155 Changes
27156 \end_layout
27157
27158 \end_inset
27159 </cell>
27160 </row>
27161 <row interlinespace="2.5mm">
27162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27163 \begin_inset Text
27164
27165 \begin_layout Standard
27166 \begin_inset Graphics
27167         filename ../images/all-changes-accept.png
27168         inzipName 
27169         embed false
27170         BoundingBox 0bp 5bp 20bp 25bp
27171         rotateOrigin center
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \end_inset
27179 </cell>
27180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27181 \begin_inset Text
27182
27183 \begin_layout Standard
27184
27185 \family sans
27186 Document\SpecialChar \menuseparator
27187 Change\InsetSpace ~
27188 Tracking\SpecialChar \menuseparator
27189 Accept\InsetSpace ~
27190 All\InsetSpace ~
27191 Changes
27192 \end_layout
27193
27194 \end_inset
27195 </cell>
27196 </row>
27197 <row interlinespace="2.5mm">
27198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27199 \begin_inset Text
27200
27201 \begin_layout Standard
27202 \begin_inset Graphics
27203         filename ../images/all-changes-reject.png
27204         inzipName 
27205         embed false
27206         BoundingBox 0bp 5bp 20bp 25bp
27207         rotateOrigin center
27208
27209 \end_inset
27210
27211
27212 \end_layout
27213
27214 \end_inset
27215 </cell>
27216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27217 \begin_inset Text
27218
27219 \begin_layout Standard
27220
27221 \family sans
27222 Document\SpecialChar \menuseparator
27223 Change\InsetSpace ~
27224 Tracking\SpecialChar \menuseparator
27225 Reject\InsetSpace ~
27226 All\InsetSpace ~
27227 Changes
27228 \end_layout
27229
27230 \end_inset
27231 </cell>
27232 </row>
27233 <row interlinespace="2.5mm">
27234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27235 \begin_inset Text
27236
27237 \begin_layout Standard
27238 \begin_inset Graphics
27239         filename ../images/note-insert.png
27240         inzipName 
27241         embed false
27242         BoundingBox 0bp 5bp 20bp 25bp
27243         rotateOrigin center
27244
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \end_inset
27251 </cell>
27252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27253 \begin_inset Text
27254
27255 \begin_layout Standard
27256
27257 \family sans
27258 Insert\SpecialChar \menuseparator
27259 Note\SpecialChar \menuseparator
27260 LyX\InsetSpace ~
27261 Note
27262 \end_layout
27263
27264 \end_inset
27265 </cell>
27266 </row>
27267 <row interlinespace="2.5mm">
27268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27269 \begin_inset Text
27270
27271 \begin_layout Standard
27272 \begin_inset Graphics
27273         filename ../images/note-next.png
27274         inzipName 
27275         embed false
27276         BoundingBox 0bp 5bp 20bp 25bp
27277         rotateOrigin center
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \end_inset
27285 </cell>
27286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Standard
27290
27291 \family sans
27292 Navigate\SpecialChar \menuseparator
27293 Next\InsetSpace ~
27294 Note
27295 \end_layout
27296
27297 \end_inset
27298 </cell>
27299 </row>
27300 </lyxtabular>
27301
27302 \end_inset
27303
27304
27305 \end_layout
27306
27307 \begin_layout Standard
27308 \begin_inset VSpace defskip
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \begin_layout Standard
27315 The review toolbar helps you to accept, reject, or merge changes -- highlight
27316  the change and press one of the desired toolbar buttons.
27317  When you merge changes, a window pops up showing you informations about
27318  the next change behind the current cursor position.
27319  So you don't need to highlight a certain change.
27320  Within the merge window you can decide to accept or reject changes and
27321  step to the next change.
27322  This way you can jump through all changes of the document.
27323 \end_layout
27324
27325 \begin_layout Standard
27326 The toolbar has two buttons to handle notes because notes are often important
27327  to describe a change.
27328 \end_layout
27329
27330 \begin_layout Standard
27331 To show made changes in the output you need the LaTeX package 
27332 \series bold
27333 dvipost
27334 \begin_inset Index
27335 status collapsed
27336
27337 \begin_layout Standard
27338 LaTeX-packages ! dvipost
27339 \end_layout
27340
27341 \end_inset
27342
27343
27344 \series default
27345  installed.
27346  You find it in the TeX Catalogue, 
27347 \begin_inset CommandInset citation
27348 LatexCommand cite
27349 key "TeXCatalogue"
27350
27351 \end_inset
27352
27353  or in the package manager of your LaTeX-system.
27354 \end_layout
27355
27356 \begin_layout Section
27357 International Support
27358 \begin_inset Index
27359 status collapsed
27360
27361 \begin_layout Standard
27362 International support
27363 \end_layout
27364
27365 \end_inset
27366
27367
27368 \end_layout
27369
27370 \begin_layout Standard
27371 This section describes how to use LyX with any language you want.
27372  For some non-western languages there are special Wiki-pages that explain
27373  how to set up LyX to use them: 
27374 \begin_inset CommandInset citation
27375 LatexCommand cite
27376 key "Arabic,Armenian,Farsi,Hebrew"
27377
27378 \end_inset
27379
27380
27381 \end_layout
27382
27383 \begin_layout Standard
27384 Besides languages, LyX also supports phonetic symbols, see section\InsetSpace ~
27385
27386 \begin_inset CommandInset ref
27387 LatexCommand ref
27388 reference "sub:Special-Character"
27389
27390 \end_inset
27391
27392 .
27393 \end_layout
27394
27395 \begin_layout Subsection
27396 Language Options
27397 \begin_inset Index
27398 status collapsed
27399
27400 \begin_layout Standard
27401 Language ! Options
27402 \end_layout
27403
27404 \end_inset
27405
27406
27407 \begin_inset Index
27408 status collapsed
27409
27410 \begin_layout Standard
27411 Document ! Settings
27412 \end_layout
27413
27414 \end_inset
27415
27416
27417 \begin_inset Index
27418 status collapsed
27419
27420 \begin_layout Standard
27421 Document ! Language
27422 \end_layout
27423
27424 \end_inset
27425
27426
27427 \end_layout
27428
27429 \begin_layout Standard
27430 The 
27431 \family sans
27432 Document\SpecialChar \menuseparator
27433 Settings
27434 \family default
27435  dialog lets you set 
27436 \family roman
27437 the language and character encoding for your language.
27438  
27439 \end_layout
27440
27441 \begin_layout Standard
27442 Choose your language in the 
27443 \family sans
27444 Language
27445 \family default
27446  section of this dialog.
27447  The default is 
27448 \family sans
27449 English
27450 \family default
27451 .
27452 \end_layout
27453
27454 \begin_layout Standard
27455 The 
27456 \family sans
27457 Encoding
27458 \family default
27459  box lets you choose the character encoding map you want to use for LaTeX
27460  export.
27461  The option 
27462 \family sans
27463 use language's default encoding
27464 \family default
27465  is the preferred choice and works well in most cases.
27466  For details abhout the different encoding options see section\InsetSpace ~
27467
27468 \begin_inset CommandInset ref
27469 LatexCommand ref
27470 reference "sub:Settings"
27471
27472 \end_inset
27473
27474 .
27475 \end_layout
27476
27477 \begin_layout Subsection
27478 Keyboard mapping configuration
27479 \end_layout
27480
27481 \begin_layout Standard
27482 If you have for example a U.S.-style keyboard and want to write in a different
27483  language than English, you can use an alternate keymap.
27484  For example, if you have a U.S.-style keyboard but want to write in Italian,
27485  you can configure LyX to use an Italian keymap.
27486  The preferences dialog allows you to choose up to two keyboard mappings,
27487  see section\InsetSpace ~
27488
27489 \begin_inset CommandInset ref
27490 LatexCommand ref
27491 reference "sub:Keyboard-Map"
27492
27493 \end_inset
27494
27495 .
27496  You can choose primary and secondary keyboard languages and then select
27497  which one you want to use.
27498 \end_layout
27499
27500 \begin_layout Standard
27501 Finally, you may just want to change a few key mappings or create an entirely
27502  different keymap (for Vulcan, for instance).
27503  You may, for example, normally write in Italian on a U.S.
27504  keyboard but want to include an occasional quotation in German.
27505  In such a case, you can write your own keyboard mapping or modify an existing
27506  one to support the characters you want.
27507  This and much more customizations are explained in the 
27508 \emph on
27509 Customization
27510 \emph default
27511  manual.
27512 \end_layout
27513
27514 \begin_layout Subsection
27515 Character Tables
27516 \begin_inset CommandInset label
27517 LatexCommand label
27518 name "sec:keytab"
27519
27520 \end_inset
27521
27522
27523 \end_layout
27524
27525 \begin_layout Standard
27526 Table\InsetSpace ~
27527
27528 \begin_inset CommandInset ref
27529 LatexCommand ref
27530 reference "cap:The-latin1-character"
27531
27532 \end_inset
27533
27534  shows the 
27535 \family typewriter
27536 Latin1
27537 \family default
27538  character set.
27539  You should be able to enter the characters in the first eight columns directly
27540  from the keyboard.
27541 \end_layout
27542
27543 \begin_layout Standard
27544 There are a few things you need to know about this table.
27545  Here are some of the details you'll need to bear in mind when using characters
27546  from the 
27547 \family typewriter
27548 Latin1
27549 \family default
27550  character set:
27551 \end_layout
27552
27553 \begin_layout Itemize
27554 Even if you have selected 
27555 \family sans
27556 latin1
27557 \family default
27558  in the 
27559 \family sans
27560 Document\SpecialChar \menuseparator
27561 Settings
27562 \family default
27563  dialog, users who have only the 
27564 \family typewriter
27565 T1
27566 \family default
27567 -fonts for LaTeX [or who have the 
27568 \family typewriter
27569 T1
27570 \family default
27571 -fonts but aren't using them] will still miss a few characters: D0, F0,
27572  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
27573  french quotes won't show up.
27574 \end_layout
27575
27576 \begin_layout Standard
27577 \begin_inset Float table
27578 wide false
27579 sideways false
27580 status open
27581
27582 \begin_layout Standard
27583 \begin_inset Caption
27584
27585 \begin_layout Standard
27586 \begin_inset CommandInset label
27587 LatexCommand label
27588 name "cap:The-latin1-character"
27589
27590 \end_inset
27591
27592 The 
27593 \family typewriter
27594 latin1
27595 \family default
27596  character set
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \begin_layout Standard
27605 \align center
27606 \begin_inset Tabular
27607 <lyxtabular version="3" rows="17" columns="17">
27608 <features>
27609 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
27610 <column alignment="center" valignment="top" leftline="true" width="0pt">
27611 <column alignment="center" valignment="top" leftline="true" width="0pt">
27612 <column alignment="center" valignment="top" leftline="true" width="0pt">
27613 <column alignment="center" valignment="top" leftline="true" width="0pt">
27614 <column alignment="center" valignment="top" leftline="true" width="0pt">
27615 <column alignment="center" valignment="top" leftline="true" width="0pt">
27616 <column alignment="center" valignment="top" leftline="true" width="0pt">
27617 <column alignment="center" valignment="top" leftline="true" width="0pt">
27618 <column alignment="center" valignment="top" leftline="true" width="0pt">
27619 <column alignment="center" valignment="top" leftline="true" width="0pt">
27620 <column alignment="center" valignment="top" leftline="true" width="0pt">
27621 <column alignment="center" valignment="top" leftline="true" width="0pt">
27622 <column alignment="center" valignment="top" leftline="true" width="0pt">
27623 <column alignment="center" valignment="top" leftline="true" width="0pt">
27624 <column alignment="center" valignment="top" leftline="true" width="0pt">
27625 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
27626 <row topline="true" bottomline="true">
27627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27628 \begin_inset Text
27629
27630 \begin_layout Standard
27631
27632 \end_layout
27633
27634 \end_inset
27635 </cell>
27636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27637 \begin_inset Text
27638
27639 \begin_layout Standard
27640
27641 \family roman
27642 \series medium
27643 \shape up
27644 \size tiny
27645 \emph off
27646 \bar no
27647 \noun off
27648 \color none
27649 00
27650 \end_layout
27651
27652 \end_inset
27653 </cell>
27654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27655 \begin_inset Text
27656
27657 \begin_layout Standard
27658
27659 \family roman
27660 \series medium
27661 \shape up
27662 \size tiny
27663 \emph off
27664 \bar no
27665 \noun off
27666 \color none
27667 10
27668 \end_layout
27669
27670 \end_inset
27671 </cell>
27672 <cell alignment="center" valignment="top" topline="true" bottomline="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 \size tiny
27681 \emph off
27682 \bar no
27683 \noun off
27684 \color none
27685 20
27686 \end_layout
27687
27688 \end_inset
27689 </cell>
27690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Standard
27694
27695 \family roman
27696 \series medium
27697 \shape up
27698 \size tiny
27699 \emph off
27700 \bar no
27701 \noun off
27702 \color none
27703 30
27704 \end_layout
27705
27706 \end_inset
27707 </cell>
27708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27709 \begin_inset Text
27710
27711 \begin_layout Standard
27712
27713 \family roman
27714 \series medium
27715 \shape up
27716 \size tiny
27717 \emph off
27718 \bar no
27719 \noun off
27720 \color none
27721 40
27722 \end_layout
27723
27724 \end_inset
27725 </cell>
27726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27727 \begin_inset Text
27728
27729 \begin_layout Standard
27730
27731 \family roman
27732 \series medium
27733 \shape up
27734 \size tiny
27735 \emph off
27736 \bar no
27737 \noun off
27738 \color none
27739 50
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 <cell alignment="center" valignment="top" topline="true" bottomline="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 \size tiny
27753 \emph off
27754 \bar no
27755 \noun off
27756 \color none
27757 60
27758 \end_layout
27759
27760 \end_inset
27761 </cell>
27762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27763 \begin_inset Text
27764
27765 \begin_layout Standard
27766
27767 \family roman
27768 \series medium
27769 \shape up
27770 \size tiny
27771 \emph off
27772 \bar no
27773 \noun off
27774 \color none
27775 70
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Standard
27784
27785 \family roman
27786 \series medium
27787 \shape up
27788 \size tiny
27789 \emph off
27790 \bar no
27791 \noun off
27792 \color none
27793 80
27794 \end_layout
27795
27796 \end_inset
27797 </cell>
27798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Standard
27802
27803 \family roman
27804 \series medium
27805 \shape up
27806 \size tiny
27807 \emph off
27808 \bar no
27809 \noun off
27810 \color none
27811 90
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Standard
27820
27821 \family roman
27822 \series medium
27823 \shape up
27824 \size tiny
27825 \emph off
27826 \bar no
27827 \noun off
27828 \color none
27829 A0
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Standard
27838
27839 \family roman
27840 \series medium
27841 \shape up
27842 \size tiny
27843 \emph off
27844 \bar no
27845 \noun off
27846 \color none
27847 B0
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Standard
27856
27857 \family roman
27858 \series medium
27859 \shape up
27860 \size tiny
27861 \emph off
27862 \bar no
27863 \noun off
27864 \color none
27865 C0
27866 \end_layout
27867
27868 \end_inset
27869 </cell>
27870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27871 \begin_inset Text
27872
27873 \begin_layout Standard
27874
27875 \family roman
27876 \series medium
27877 \shape up
27878 \size tiny
27879 \emph off
27880 \bar no
27881 \noun off
27882 \color none
27883 D0
27884 \end_layout
27885
27886 \end_inset
27887 </cell>
27888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27889 \begin_inset Text
27890
27891 \begin_layout Standard
27892
27893 \family roman
27894 \series medium
27895 \shape up
27896 \size tiny
27897 \emph off
27898 \bar no
27899 \noun off
27900 \color none
27901 E0
27902 \end_layout
27903
27904 \end_inset
27905 </cell>
27906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Standard
27910
27911 \family roman
27912 \series medium
27913 \shape up
27914 \size tiny
27915 \emph off
27916 \bar no
27917 \noun off
27918 \color none
27919 F0
27920 \end_layout
27921
27922 \end_inset
27923 </cell>
27924 </row>
27925 <row topline="true">
27926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27927 \begin_inset Text
27928
27929 \begin_layout Standard
27930
27931 \family roman
27932 \series medium
27933 \shape up
27934 \size tiny
27935 \emph off
27936 \bar no
27937 \noun off
27938 \color none
27939 00
27940 \end_layout
27941
27942 \end_inset
27943 </cell>
27944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27945 \begin_inset Text
27946
27947 \begin_layout Standard
27948
27949 \end_layout
27950
27951 \end_inset
27952 </cell>
27953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27954 \begin_inset Text
27955
27956 \begin_layout Standard
27957
27958 \end_layout
27959
27960 \end_inset
27961 </cell>
27962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27963 \begin_inset Text
27964
27965 \begin_layout Standard
27966
27967 \end_layout
27968
27969 \end_inset
27970 </cell>
27971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27972 \begin_inset Text
27973
27974 \begin_layout Standard
27975
27976 \family roman
27977 \series medium
27978 \shape up
27979 \emph off
27980 \bar no
27981 \noun off
27982 \color none
27983 0
27984 \end_layout
27985
27986 \end_inset
27987 </cell>
27988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27989 \begin_inset Text
27990
27991 \begin_layout Standard
27992
27993 \family roman
27994 \series medium
27995 \shape up
27996 \emph off
27997 \bar no
27998 \noun off
27999 \color none
28000 @
28001 \end_layout
28002
28003 \end_inset
28004 </cell>
28005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28006 \begin_inset Text
28007
28008 \begin_layout Standard
28009
28010 \family roman
28011 \series medium
28012 \shape up
28013 \emph off
28014 \bar no
28015 \noun off
28016 \color none
28017 P
28018 \end_layout
28019
28020 \end_inset
28021 </cell>
28022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28023 \begin_inset Text
28024
28025 \begin_layout Standard
28026
28027 \family roman
28028 \series medium
28029 \shape up
28030 \emph off
28031 \bar no
28032 \noun off
28033 \color none
28034 '
28035 \end_layout
28036
28037 \end_inset
28038 </cell>
28039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28040 \begin_inset Text
28041
28042 \begin_layout Standard
28043
28044 \family roman
28045 \series medium
28046 \shape up
28047 \emph off
28048 \bar no
28049 \noun off
28050 \color none
28051 p
28052 \end_layout
28053
28054 \end_inset
28055 </cell>
28056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28057 \begin_inset Text
28058
28059 \begin_layout Standard
28060
28061 \end_layout
28062
28063 \end_inset
28064 </cell>
28065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28066 \begin_inset Text
28067
28068 \begin_layout Standard
28069
28070 \end_layout
28071
28072 \end_inset
28073 </cell>
28074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28075 \begin_inset Text
28076
28077 \begin_layout Standard
28078
28079 \end_layout
28080
28081 \end_inset
28082 </cell>
28083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28084 \begin_inset Text
28085
28086 \begin_layout Standard
28087
28088 \family roman
28089 \series medium
28090 \shape up
28091 \emph off
28092 \bar no
28093 \noun off
28094 \color none
28095 °
28096 \end_layout
28097
28098 \end_inset
28099 </cell>
28100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28101 \begin_inset Text
28102
28103 \begin_layout Standard
28104
28105 \family roman
28106 \series medium
28107 \shape up
28108 \emph off
28109 \bar no
28110 \noun off
28111 \color none
28112 À
28113 \end_layout
28114
28115 \end_inset
28116 </cell>
28117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28118 \begin_inset Text
28119
28120 \begin_layout Standard
28121
28122 \family roman
28123 \series medium
28124 \shape up
28125 \emph off
28126 \bar no
28127 \noun off
28128 \color none
28129 Ð
28130 \end_layout
28131
28132 \end_inset
28133 </cell>
28134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28135 \begin_inset Text
28136
28137 \begin_layout Standard
28138
28139 \family roman
28140 \series medium
28141 \shape up
28142 \emph off
28143 \bar no
28144 \noun off
28145 \color none
28146 à
28147 \end_layout
28148
28149 \end_inset
28150 </cell>
28151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28152 \begin_inset Text
28153
28154 \begin_layout Standard
28155
28156 \family roman
28157 \series medium
28158 \shape up
28159 \emph off
28160 \bar no
28161 \noun off
28162 \color none
28163 ð
28164 \end_layout
28165
28166 \end_inset
28167 </cell>
28168 </row>
28169 <row topline="true">
28170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28171 \begin_inset Text
28172
28173 \begin_layout Standard
28174
28175 \family roman
28176 \series medium
28177 \shape up
28178 \size tiny
28179 \emph off
28180 \bar no
28181 \noun off
28182 \color none
28183 01
28184 \end_layout
28185
28186 \end_inset
28187 </cell>
28188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28189 \begin_inset Text
28190
28191 \begin_layout Standard
28192
28193 \end_layout
28194
28195 \end_inset
28196 </cell>
28197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28198 \begin_inset Text
28199
28200 \begin_layout Standard
28201
28202 \end_layout
28203
28204 \end_inset
28205 </cell>
28206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28207 \begin_inset Text
28208
28209 \begin_layout Standard
28210
28211 \family roman
28212 \series medium
28213 \shape up
28214 \emph off
28215 \bar no
28216 \noun off
28217 \color none
28218 !
28219 \end_layout
28220
28221 \end_inset
28222 </cell>
28223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28224 \begin_inset Text
28225
28226 \begin_layout Standard
28227
28228 \family roman
28229 \series medium
28230 \shape up
28231 \emph off
28232 \bar no
28233 \noun off
28234 \color none
28235 1
28236 \end_layout
28237
28238 \end_inset
28239 </cell>
28240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28241 \begin_inset Text
28242
28243 \begin_layout Standard
28244
28245 \family roman
28246 \series medium
28247 \shape up
28248 \emph off
28249 \bar no
28250 \noun off
28251 \color none
28252 A
28253 \end_layout
28254
28255 \end_inset
28256 </cell>
28257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28258 \begin_inset Text
28259
28260 \begin_layout Standard
28261
28262 \family roman
28263 \series medium
28264 \shape up
28265 \emph off
28266 \bar no
28267 \noun off
28268 \color none
28269 Q
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28275 \begin_inset Text
28276
28277 \begin_layout Standard
28278
28279 \family roman
28280 \series medium
28281 \shape up
28282 \emph off
28283 \bar no
28284 \noun off
28285 \color none
28286 a
28287 \end_layout
28288
28289 \end_inset
28290 </cell>
28291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28292 \begin_inset Text
28293
28294 \begin_layout Standard
28295
28296 \family roman
28297 \series medium
28298 \shape up
28299 \emph off
28300 \bar no
28301 \noun off
28302 \color none
28303 q
28304 \end_layout
28305
28306 \end_inset
28307 </cell>
28308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28309 \begin_inset Text
28310
28311 \begin_layout Standard
28312
28313 \end_layout
28314
28315 \end_inset
28316 </cell>
28317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28318 \begin_inset Text
28319
28320 \begin_layout Standard
28321
28322 \end_layout
28323
28324 \end_inset
28325 </cell>
28326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28327 \begin_inset Text
28328
28329 \begin_layout Standard
28330
28331 \family roman
28332 \series medium
28333 \shape up
28334 \emph off
28335 \bar no
28336 \noun off
28337 \color none
28338 ¡
28339 \end_layout
28340
28341 \end_inset
28342 </cell>
28343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28344 \begin_inset Text
28345
28346 \begin_layout Standard
28347
28348 \family roman
28349 \series medium
28350 \shape up
28351 \emph off
28352 \bar no
28353 \noun off
28354 \color none
28355 ±
28356 \end_layout
28357
28358 \end_inset
28359 </cell>
28360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28361 \begin_inset Text
28362
28363 \begin_layout Standard
28364
28365 \family roman
28366 \series medium
28367 \shape up
28368 \emph off
28369 \bar no
28370 \noun off
28371 \color none
28372 Á
28373 \end_layout
28374
28375 \end_inset
28376 </cell>
28377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28378 \begin_inset Text
28379
28380 \begin_layout Standard
28381
28382 \family roman
28383 \series medium
28384 \shape up
28385 \emph off
28386 \bar no
28387 \noun off
28388 \color none
28389 Ñ
28390 \end_layout
28391
28392 \end_inset
28393 </cell>
28394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28395 \begin_inset Text
28396
28397 \begin_layout Standard
28398
28399 \family roman
28400 \series medium
28401 \shape up
28402 \emph off
28403 \bar no
28404 \noun off
28405 \color none
28406 á
28407 \end_layout
28408
28409 \end_inset
28410 </cell>
28411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28412 \begin_inset Text
28413
28414 \begin_layout Standard
28415
28416 \family roman
28417 \series medium
28418 \shape up
28419 \emph off
28420 \bar no
28421 \noun off
28422 \color none
28423 ñ
28424 \end_layout
28425
28426 \end_inset
28427 </cell>
28428 </row>
28429 <row topline="true">
28430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28431 \begin_inset Text
28432
28433 \begin_layout Standard
28434
28435 \family roman
28436 \series medium
28437 \shape up
28438 \size tiny
28439 \emph off
28440 \bar no
28441 \noun off
28442 \color none
28443 02
28444 \end_layout
28445
28446 \end_inset
28447 </cell>
28448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28449 \begin_inset Text
28450
28451 \begin_layout Standard
28452
28453 \end_layout
28454
28455 \end_inset
28456 </cell>
28457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28458 \begin_inset Text
28459
28460 \begin_layout Standard
28461
28462 \end_layout
28463
28464 \end_inset
28465 </cell>
28466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28467 \begin_inset Text
28468
28469 \begin_layout Standard
28470
28471 \family roman
28472 \series medium
28473 \shape up
28474 \emph off
28475 \bar no
28476 \noun off
28477 \color none
28478 \begin_inset Quotes eld
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \end_inset
28485 </cell>
28486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28487 \begin_inset Text
28488
28489 \begin_layout Standard
28490
28491 \family roman
28492 \series medium
28493 \shape up
28494 \emph off
28495 \bar no
28496 \noun off
28497 \color none
28498 2
28499 \end_layout
28500
28501 \end_inset
28502 </cell>
28503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28504 \begin_inset Text
28505
28506 \begin_layout Standard
28507
28508 \family roman
28509 \series medium
28510 \shape up
28511 \emph off
28512 \bar no
28513 \noun off
28514 \color none
28515 B
28516 \end_layout
28517
28518 \end_inset
28519 </cell>
28520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28521 \begin_inset Text
28522
28523 \begin_layout Standard
28524
28525 \family roman
28526 \series medium
28527 \shape up
28528 \emph off
28529 \bar no
28530 \noun off
28531 \color none
28532 R
28533 \end_layout
28534
28535 \end_inset
28536 </cell>
28537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28538 \begin_inset Text
28539
28540 \begin_layout Standard
28541
28542 \family roman
28543 \series medium
28544 \shape up
28545 \emph off
28546 \bar no
28547 \noun off
28548 \color none
28549 b
28550 \end_layout
28551
28552 \end_inset
28553 </cell>
28554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28555 \begin_inset Text
28556
28557 \begin_layout Standard
28558
28559 \family roman
28560 \series medium
28561 \shape up
28562 \emph off
28563 \bar no
28564 \noun off
28565 \color none
28566 r
28567 \end_layout
28568
28569 \end_inset
28570 </cell>
28571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28572 \begin_inset Text
28573
28574 \begin_layout Standard
28575
28576 \end_layout
28577
28578 \end_inset
28579 </cell>
28580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28581 \begin_inset Text
28582
28583 \begin_layout Standard
28584
28585 \end_layout
28586
28587 \end_inset
28588 </cell>
28589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28590 \begin_inset Text
28591
28592 \begin_layout Standard
28593 ¢
28594 \end_layout
28595
28596 \end_inset
28597 </cell>
28598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28599 \begin_inset Text
28600
28601 \begin_layout Standard
28602
28603 \family roman
28604 \series medium
28605 \shape up
28606 \emph off
28607 \bar no
28608 \noun off
28609 \color none
28610 ²
28611 \end_layout
28612
28613 \end_inset
28614 </cell>
28615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28616 \begin_inset Text
28617
28618 \begin_layout Standard
28619
28620 \family roman
28621 \series medium
28622 \shape up
28623 \emph off
28624 \bar no
28625 \noun off
28626 \color none
28627 Â
28628 \end_layout
28629
28630 \end_inset
28631 </cell>
28632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28633 \begin_inset Text
28634
28635 \begin_layout Standard
28636
28637 \family roman
28638 \series medium
28639 \shape up
28640 \emph off
28641 \bar no
28642 \noun off
28643 \color none
28644 Ò
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28650 \begin_inset Text
28651
28652 \begin_layout Standard
28653
28654 \family roman
28655 \series medium
28656 \shape up
28657 \emph off
28658 \bar no
28659 \noun off
28660 \color none
28661 â
28662 \end_layout
28663
28664 \end_inset
28665 </cell>
28666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28667 \begin_inset Text
28668
28669 \begin_layout Standard
28670
28671 \family roman
28672 \series medium
28673 \shape up
28674 \emph off
28675 \bar no
28676 \noun off
28677 \color none
28678 ò
28679 \end_layout
28680
28681 \end_inset
28682 </cell>
28683 </row>
28684 <row topline="true">
28685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28686 \begin_inset Text
28687
28688 \begin_layout Standard
28689
28690 \family roman
28691 \series medium
28692 \shape up
28693 \size tiny
28694 \emph off
28695 \bar no
28696 \noun off
28697 \color none
28698 03
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Standard
28707
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28713 \begin_inset Text
28714
28715 \begin_layout Standard
28716
28717 \end_layout
28718
28719 \end_inset
28720 </cell>
28721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28722 \begin_inset Text
28723
28724 \begin_layout Standard
28725
28726 \family roman
28727 \series medium
28728 \shape up
28729 \emph off
28730 \bar no
28731 \noun off
28732 \color none
28733 #
28734 \end_layout
28735
28736 \end_inset
28737 </cell>
28738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28739 \begin_inset Text
28740
28741 \begin_layout Standard
28742
28743 \family roman
28744 \series medium
28745 \shape up
28746 \emph off
28747 \bar no
28748 \noun off
28749 \color none
28750 3
28751 \end_layout
28752
28753 \end_inset
28754 </cell>
28755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28756 \begin_inset Text
28757
28758 \begin_layout Standard
28759
28760 \family roman
28761 \series medium
28762 \shape up
28763 \emph off
28764 \bar no
28765 \noun off
28766 \color none
28767 C
28768 \end_layout
28769
28770 \end_inset
28771 </cell>
28772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28773 \begin_inset Text
28774
28775 \begin_layout Standard
28776
28777 \family roman
28778 \series medium
28779 \shape up
28780 \emph off
28781 \bar no
28782 \noun off
28783 \color none
28784 S
28785 \end_layout
28786
28787 \end_inset
28788 </cell>
28789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28790 \begin_inset Text
28791
28792 \begin_layout Standard
28793
28794 \family roman
28795 \series medium
28796 \shape up
28797 \emph off
28798 \bar no
28799 \noun off
28800 \color none
28801 c
28802 \end_layout
28803
28804 \end_inset
28805 </cell>
28806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28807 \begin_inset Text
28808
28809 \begin_layout Standard
28810
28811 \family roman
28812 \series medium
28813 \shape up
28814 \emph off
28815 \bar no
28816 \noun off
28817 \color none
28818 s
28819 \end_layout
28820
28821 \end_inset
28822 </cell>
28823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28824 \begin_inset Text
28825
28826 \begin_layout Standard
28827
28828 \end_layout
28829
28830 \end_inset
28831 </cell>
28832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28833 \begin_inset Text
28834
28835 \begin_layout Standard
28836
28837 \end_layout
28838
28839 \end_inset
28840 </cell>
28841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28842 \begin_inset Text
28843
28844 \begin_layout Standard
28845
28846 \family roman
28847 \series medium
28848 \shape up
28849 \emph off
28850 \bar no
28851 \noun off
28852 \color none
28853 £
28854 \end_layout
28855
28856 \end_inset
28857 </cell>
28858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28859 \begin_inset Text
28860
28861 \begin_layout Standard
28862
28863 \family roman
28864 \series medium
28865 \shape up
28866 \emph off
28867 \bar no
28868 \noun off
28869 \color none
28870 ³
28871 \end_layout
28872
28873 \end_inset
28874 </cell>
28875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28876 \begin_inset Text
28877
28878 \begin_layout Standard
28879
28880 \family roman
28881 \series medium
28882 \shape up
28883 \emph off
28884 \bar no
28885 \noun off
28886 \color none
28887 Ã
28888 \end_layout
28889
28890 \end_inset
28891 </cell>
28892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28893 \begin_inset Text
28894
28895 \begin_layout Standard
28896
28897 \family roman
28898 \series medium
28899 \shape up
28900 \emph off
28901 \bar no
28902 \noun off
28903 \color none
28904 Ó
28905 \end_layout
28906
28907 \end_inset
28908 </cell>
28909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28910 \begin_inset Text
28911
28912 \begin_layout Standard
28913
28914 \family roman
28915 \series medium
28916 \shape up
28917 \emph off
28918 \bar no
28919 \noun off
28920 \color none
28921 ã
28922 \end_layout
28923
28924 \end_inset
28925 </cell>
28926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28927 \begin_inset Text
28928
28929 \begin_layout Standard
28930
28931 \family roman
28932 \series medium
28933 \shape up
28934 \emph off
28935 \bar no
28936 \noun off
28937 \color none
28938 ó
28939 \end_layout
28940
28941 \end_inset
28942 </cell>
28943 </row>
28944 <row topline="true">
28945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28946 \begin_inset Text
28947
28948 \begin_layout Standard
28949
28950 \family roman
28951 \series medium
28952 \shape up
28953 \size tiny
28954 \emph off
28955 \bar no
28956 \noun off
28957 \color none
28958 04
28959 \end_layout
28960
28961 \end_inset
28962 </cell>
28963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28964 \begin_inset Text
28965
28966 \begin_layout Standard
28967
28968 \end_layout
28969
28970 \end_inset
28971 </cell>
28972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28973 \begin_inset Text
28974
28975 \begin_layout Standard
28976
28977 \end_layout
28978
28979 \end_inset
28980 </cell>
28981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28982 \begin_inset Text
28983
28984 \begin_layout Standard
28985
28986 \family roman
28987 \series medium
28988 \shape up
28989 \emph off
28990 \bar no
28991 \noun off
28992 \color none
28993 $
28994 \end_layout
28995
28996 \end_inset
28997 </cell>
28998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28999 \begin_inset Text
29000
29001 \begin_layout Standard
29002
29003 \family roman
29004 \series medium
29005 \shape up
29006 \emph off
29007 \bar no
29008 \noun off
29009 \color none
29010 4
29011 \end_layout
29012
29013 \end_inset
29014 </cell>
29015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29016 \begin_inset Text
29017
29018 \begin_layout Standard
29019
29020 \family roman
29021 \series medium
29022 \shape up
29023 \emph off
29024 \bar no
29025 \noun off
29026 \color none
29027 D
29028 \end_layout
29029
29030 \end_inset
29031 </cell>
29032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29033 \begin_inset Text
29034
29035 \begin_layout Standard
29036
29037 \family roman
29038 \series medium
29039 \shape up
29040 \emph off
29041 \bar no
29042 \noun off
29043 \color none
29044 T
29045 \end_layout
29046
29047 \end_inset
29048 </cell>
29049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29050 \begin_inset Text
29051
29052 \begin_layout Standard
29053
29054 \family roman
29055 \series medium
29056 \shape up
29057 \emph off
29058 \bar no
29059 \noun off
29060 \color none
29061 d
29062 \end_layout
29063
29064 \end_inset
29065 </cell>
29066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29067 \begin_inset Text
29068
29069 \begin_layout Standard
29070
29071 \family roman
29072 \series medium
29073 \shape up
29074 \emph off
29075 \bar no
29076 \noun off
29077 \color none
29078 t
29079 \end_layout
29080
29081 \end_inset
29082 </cell>
29083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29084 \begin_inset Text
29085
29086 \begin_layout Standard
29087
29088 \end_layout
29089
29090 \end_inset
29091 </cell>
29092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29093 \begin_inset Text
29094
29095 \begin_layout Standard
29096
29097 \end_layout
29098
29099 \end_inset
29100 </cell>
29101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29102 \begin_inset Text
29103
29104 \begin_layout Standard
29105 ¤
29106 \end_layout
29107
29108 \end_inset
29109 </cell>
29110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29111 \begin_inset Text
29112
29113 \begin_layout Standard
29114
29115 \family roman
29116 \series medium
29117 \shape up
29118 \emph off
29119 \bar no
29120 \noun off
29121 \color none
29122 ´
29123 \end_layout
29124
29125 \end_inset
29126 </cell>
29127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29128 \begin_inset Text
29129
29130 \begin_layout Standard
29131
29132 \family roman
29133 \series medium
29134 \shape up
29135 \emph off
29136 \bar no
29137 \noun off
29138 \color none
29139 Ä
29140 \end_layout
29141
29142 \end_inset
29143 </cell>
29144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29145 \begin_inset Text
29146
29147 \begin_layout Standard
29148
29149 \family roman
29150 \series medium
29151 \shape up
29152 \emph off
29153 \bar no
29154 \noun off
29155 \color none
29156 Ô
29157 \end_layout
29158
29159 \end_inset
29160 </cell>
29161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29162 \begin_inset Text
29163
29164 \begin_layout Standard
29165
29166 \family roman
29167 \series medium
29168 \shape up
29169 \emph off
29170 \bar no
29171 \noun off
29172 \color none
29173 ä
29174 \end_layout
29175
29176 \end_inset
29177 </cell>
29178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29179 \begin_inset Text
29180
29181 \begin_layout Standard
29182
29183 \family roman
29184 \series medium
29185 \shape up
29186 \emph off
29187 \bar no
29188 \noun off
29189 \color none
29190 ô
29191 \end_layout
29192
29193 \end_inset
29194 </cell>
29195 </row>
29196 <row topline="true">
29197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29198 \begin_inset Text
29199
29200 \begin_layout Standard
29201
29202 \family roman
29203 \series medium
29204 \shape up
29205 \size tiny
29206 \emph off
29207 \bar no
29208 \noun off
29209 \color none
29210 05
29211 \end_layout
29212
29213 \end_inset
29214 </cell>
29215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29216 \begin_inset Text
29217
29218 \begin_layout Standard
29219
29220 \end_layout
29221
29222 \end_inset
29223 </cell>
29224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29225 \begin_inset Text
29226
29227 \begin_layout Standard
29228
29229 \end_layout
29230
29231 \end_inset
29232 </cell>
29233 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29251 \begin_inset Text
29252
29253 \begin_layout Standard
29254
29255 \family roman
29256 \series medium
29257 \shape up
29258 \emph off
29259 \bar no
29260 \noun off
29261 \color none
29262 5
29263 \end_layout
29264
29265 \end_inset
29266 </cell>
29267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29268 \begin_inset Text
29269
29270 \begin_layout Standard
29271
29272 \family roman
29273 \series medium
29274 \shape up
29275 \emph off
29276 \bar no
29277 \noun off
29278 \color none
29279 E
29280 \end_layout
29281
29282 \end_inset
29283 </cell>
29284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29285 \begin_inset Text
29286
29287 \begin_layout Standard
29288
29289 \family roman
29290 \series medium
29291 \shape up
29292 \emph off
29293 \bar no
29294 \noun off
29295 \color none
29296 U
29297 \end_layout
29298
29299 \end_inset
29300 </cell>
29301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29302 \begin_inset Text
29303
29304 \begin_layout Standard
29305
29306 \family roman
29307 \series medium
29308 \shape up
29309 \emph off
29310 \bar no
29311 \noun off
29312 \color none
29313 e
29314 \end_layout
29315
29316 \end_inset
29317 </cell>
29318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29319 \begin_inset Text
29320
29321 \begin_layout Standard
29322
29323 \family roman
29324 \series medium
29325 \shape up
29326 \emph off
29327 \bar no
29328 \noun off
29329 \color none
29330 u
29331 \end_layout
29332
29333 \end_inset
29334 </cell>
29335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Standard
29339
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29345 \begin_inset Text
29346
29347 \begin_layout Standard
29348
29349 \end_layout
29350
29351 \end_inset
29352 </cell>
29353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29354 \begin_inset Text
29355
29356 \begin_layout Standard
29357 ¥
29358 \end_layout
29359
29360 \end_inset
29361 </cell>
29362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29363 \begin_inset Text
29364
29365 \begin_layout Standard
29366
29367 \family roman
29368 \series medium
29369 \shape up
29370 \emph off
29371 \bar no
29372 \noun off
29373 \color none
29374 µ
29375 \end_layout
29376
29377 \end_inset
29378 </cell>
29379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29380 \begin_inset Text
29381
29382 \begin_layout Standard
29383
29384 \family roman
29385 \series medium
29386 \shape up
29387 \emph off
29388 \bar no
29389 \noun off
29390 \color none
29391 Å
29392 \end_layout
29393
29394 \end_inset
29395 </cell>
29396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29397 \begin_inset Text
29398
29399 \begin_layout Standard
29400
29401 \family roman
29402 \series medium
29403 \shape up
29404 \emph off
29405 \bar no
29406 \noun off
29407 \color none
29408 Õ
29409 \end_layout
29410
29411 \end_inset
29412 </cell>
29413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29414 \begin_inset Text
29415
29416 \begin_layout Standard
29417
29418 \family roman
29419 \series medium
29420 \shape up
29421 \emph off
29422 \bar no
29423 \noun off
29424 \color none
29425 å
29426 \end_layout
29427
29428 \end_inset
29429 </cell>
29430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29431 \begin_inset Text
29432
29433 \begin_layout Standard
29434
29435 \family roman
29436 \series medium
29437 \shape up
29438 \emph off
29439 \bar no
29440 \noun off
29441 \color none
29442 õ
29443 \end_layout
29444
29445 \end_inset
29446 </cell>
29447 </row>
29448 <row topline="true">
29449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29450 \begin_inset Text
29451
29452 \begin_layout Standard
29453
29454 \family roman
29455 \series medium
29456 \shape up
29457 \size tiny
29458 \emph off
29459 \bar no
29460 \noun off
29461 \color none
29462 06
29463 \end_layout
29464
29465 \end_inset
29466 </cell>
29467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29468 \begin_inset Text
29469
29470 \begin_layout Standard
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 \end_layout
29482
29483 \end_inset
29484 </cell>
29485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29486 \begin_inset Text
29487
29488 \begin_layout Standard
29489
29490 \family roman
29491 \series medium
29492 \shape up
29493 \emph off
29494 \bar no
29495 \noun off
29496 \color none
29497 &
29498 \end_layout
29499
29500 \end_inset
29501 </cell>
29502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29503 \begin_inset Text
29504
29505 \begin_layout Standard
29506
29507 \family roman
29508 \series medium
29509 \shape up
29510 \emph off
29511 \bar no
29512 \noun off
29513 \color none
29514 6
29515 \end_layout
29516
29517 \end_inset
29518 </cell>
29519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29520 \begin_inset Text
29521
29522 \begin_layout Standard
29523
29524 \family roman
29525 \series medium
29526 \shape up
29527 \emph off
29528 \bar no
29529 \noun off
29530 \color none
29531 F
29532 \end_layout
29533
29534 \end_inset
29535 </cell>
29536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29537 \begin_inset Text
29538
29539 \begin_layout Standard
29540
29541 \family roman
29542 \series medium
29543 \shape up
29544 \emph off
29545 \bar no
29546 \noun off
29547 \color none
29548 V
29549 \end_layout
29550
29551 \end_inset
29552 </cell>
29553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29554 \begin_inset Text
29555
29556 \begin_layout Standard
29557
29558 \family roman
29559 \series medium
29560 \shape up
29561 \emph off
29562 \bar no
29563 \noun off
29564 \color none
29565 f
29566 \end_layout
29567
29568 \end_inset
29569 </cell>
29570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29571 \begin_inset Text
29572
29573 \begin_layout Standard
29574
29575 \family roman
29576 \series medium
29577 \shape up
29578 \emph off
29579 \bar no
29580 \noun off
29581 \color none
29582 v
29583 \end_layout
29584
29585 \end_inset
29586 </cell>
29587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29588 \begin_inset Text
29589
29590 \begin_layout Standard
29591
29592 \end_layout
29593
29594 \end_inset
29595 </cell>
29596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29597 \begin_inset Text
29598
29599 \begin_layout Standard
29600
29601 \end_layout
29602
29603 \end_inset
29604 </cell>
29605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29606 \begin_inset Text
29607
29608 \begin_layout Standard
29609 ¦
29610 \end_layout
29611
29612 \end_inset
29613 </cell>
29614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29615 \begin_inset Text
29616
29617 \begin_layout Standard
29618
29619 \family roman
29620 \series medium
29621 \shape up
29622 \emph off
29623 \bar no
29624 \noun off
29625 \color none
29626
29627 \end_layout
29628
29629 \end_inset
29630 </cell>
29631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29632 \begin_inset Text
29633
29634 \begin_layout Standard
29635
29636 \family roman
29637 \series medium
29638 \shape up
29639 \emph off
29640 \bar no
29641 \noun off
29642 \color none
29643 Æ
29644 \end_layout
29645
29646 \end_inset
29647 </cell>
29648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29649 \begin_inset Text
29650
29651 \begin_layout Standard
29652
29653 \family roman
29654 \series medium
29655 \shape up
29656 \emph off
29657 \bar no
29658 \noun off
29659 \color none
29660 Ö
29661 \end_layout
29662
29663 \end_inset
29664 </cell>
29665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29666 \begin_inset Text
29667
29668 \begin_layout Standard
29669
29670 \family roman
29671 \series medium
29672 \shape up
29673 \emph off
29674 \bar no
29675 \noun off
29676 \color none
29677 æ
29678 \end_layout
29679
29680 \end_inset
29681 </cell>
29682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29683 \begin_inset Text
29684
29685 \begin_layout Standard
29686
29687 \family roman
29688 \series medium
29689 \shape up
29690 \emph off
29691 \bar no
29692 \noun off
29693 \color none
29694 ö
29695 \end_layout
29696
29697 \end_inset
29698 </cell>
29699 </row>
29700 <row topline="true">
29701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29702 \begin_inset Text
29703
29704 \begin_layout Standard
29705
29706 \family roman
29707 \series medium
29708 \shape up
29709 \size tiny
29710 \emph off
29711 \bar no
29712 \noun off
29713 \color none
29714 07
29715 \end_layout
29716
29717 \end_inset
29718 </cell>
29719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29720 \begin_inset Text
29721
29722 \begin_layout Standard
29723
29724 \end_layout
29725
29726 \end_inset
29727 </cell>
29728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29729 \begin_inset Text
29730
29731 \begin_layout Standard
29732
29733 \end_layout
29734
29735 \end_inset
29736 </cell>
29737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29738 \begin_inset Text
29739
29740 \begin_layout Standard
29741
29742 \family roman
29743 \series medium
29744 \shape up
29745 \emph off
29746 \bar no
29747 \noun off
29748 \color none
29749 `
29750 \end_layout
29751
29752 \end_inset
29753 </cell>
29754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29755 \begin_inset Text
29756
29757 \begin_layout Standard
29758
29759 \family roman
29760 \series medium
29761 \shape up
29762 \emph off
29763 \bar no
29764 \noun off
29765 \color none
29766 7
29767 \end_layout
29768
29769 \end_inset
29770 </cell>
29771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29772 \begin_inset Text
29773
29774 \begin_layout Standard
29775
29776 \family roman
29777 \series medium
29778 \shape up
29779 \emph off
29780 \bar no
29781 \noun off
29782 \color none
29783 G
29784 \end_layout
29785
29786 \end_inset
29787 </cell>
29788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29789 \begin_inset Text
29790
29791 \begin_layout Standard
29792
29793 \family roman
29794 \series medium
29795 \shape up
29796 \emph off
29797 \bar no
29798 \noun off
29799 \color none
29800 W
29801 \end_layout
29802
29803 \end_inset
29804 </cell>
29805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29806 \begin_inset Text
29807
29808 \begin_layout Standard
29809
29810 \family roman
29811 \series medium
29812 \shape up
29813 \emph off
29814 \bar no
29815 \noun off
29816 \color none
29817 g
29818 \end_layout
29819
29820 \end_inset
29821 </cell>
29822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29823 \begin_inset Text
29824
29825 \begin_layout Standard
29826
29827 \family roman
29828 \series medium
29829 \shape up
29830 \emph off
29831 \bar no
29832 \noun off
29833 \color none
29834 w
29835 \end_layout
29836
29837 \end_inset
29838 </cell>
29839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29840 \begin_inset Text
29841
29842 \begin_layout Standard
29843
29844 \end_layout
29845
29846 \end_inset
29847 </cell>
29848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29849 \begin_inset Text
29850
29851 \begin_layout Standard
29852
29853 \end_layout
29854
29855 \end_inset
29856 </cell>
29857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29858 \begin_inset Text
29859
29860 \begin_layout Standard
29861
29862 \family roman
29863 \series medium
29864 \shape up
29865 \emph off
29866 \bar no
29867 \noun off
29868 \color none
29869 §
29870 \end_layout
29871
29872 \end_inset
29873 </cell>
29874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29875 \begin_inset Text
29876
29877 \begin_layout Standard
29878
29879 \family roman
29880 \series medium
29881 \shape up
29882 \emph off
29883 \bar no
29884 \noun off
29885 \color none
29886 ·
29887 \end_layout
29888
29889 \end_inset
29890 </cell>
29891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29892 \begin_inset Text
29893
29894 \begin_layout Standard
29895
29896 \family roman
29897 \series medium
29898 \shape up
29899 \emph off
29900 \bar no
29901 \noun off
29902 \color none
29903 Ç
29904 \end_layout
29905
29906 \end_inset
29907 </cell>
29908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29909 \begin_inset Text
29910
29911 \begin_layout Standard
29912
29913 \family roman
29914 \series medium
29915 \shape up
29916 \emph off
29917 \bar no
29918 \noun off
29919 \color none
29920 ×
29921 \end_layout
29922
29923 \end_inset
29924 </cell>
29925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29926 \begin_inset Text
29927
29928 \begin_layout Standard
29929
29930 \family roman
29931 \series medium
29932 \shape up
29933 \emph off
29934 \bar no
29935 \noun off
29936 \color none
29937 ç
29938 \end_layout
29939
29940 \end_inset
29941 </cell>
29942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29943 \begin_inset Text
29944
29945 \begin_layout Standard
29946
29947 \family roman
29948 \series medium
29949 \shape up
29950 \emph off
29951 \bar no
29952 \noun off
29953 \color none
29954 ÷
29955 \end_layout
29956
29957 \end_inset
29958 </cell>
29959 </row>
29960 <row topline="true">
29961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29962 \begin_inset Text
29963
29964 \begin_layout Standard
29965
29966 \family roman
29967 \series medium
29968 \shape up
29969 \size tiny
29970 \emph off
29971 \bar no
29972 \noun off
29973 \color none
29974 08
29975 \end_layout
29976
29977 \end_inset
29978 </cell>
29979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29980 \begin_inset Text
29981
29982 \begin_layout Standard
29983
29984 \end_layout
29985
29986 \end_inset
29987 </cell>
29988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29989 \begin_inset Text
29990
29991 \begin_layout Standard
29992
29993 \end_layout
29994
29995 \end_inset
29996 </cell>
29997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29998 \begin_inset Text
29999
30000 \begin_layout Standard
30001
30002 \family roman
30003 \series medium
30004 \shape up
30005 \emph off
30006 \bar no
30007 \noun off
30008 \color none
30009 (
30010 \end_layout
30011
30012 \end_inset
30013 </cell>
30014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30015 \begin_inset Text
30016
30017 \begin_layout Standard
30018
30019 \family roman
30020 \series medium
30021 \shape up
30022 \emph off
30023 \bar no
30024 \noun off
30025 \color none
30026 8
30027 \end_layout
30028
30029 \end_inset
30030 </cell>
30031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30032 \begin_inset Text
30033
30034 \begin_layout Standard
30035
30036 \family roman
30037 \series medium
30038 \shape up
30039 \emph off
30040 \bar no
30041 \noun off
30042 \color none
30043 H
30044 \end_layout
30045
30046 \end_inset
30047 </cell>
30048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30049 \begin_inset Text
30050
30051 \begin_layout Standard
30052
30053 \family roman
30054 \series medium
30055 \shape up
30056 \emph off
30057 \bar no
30058 \noun off
30059 \color none
30060 X
30061 \end_layout
30062
30063 \end_inset
30064 </cell>
30065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30066 \begin_inset Text
30067
30068 \begin_layout Standard
30069
30070 \family roman
30071 \series medium
30072 \shape up
30073 \emph off
30074 \bar no
30075 \noun off
30076 \color none
30077 h
30078 \end_layout
30079
30080 \end_inset
30081 </cell>
30082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30083 \begin_inset Text
30084
30085 \begin_layout Standard
30086
30087 \family roman
30088 \series medium
30089 \shape up
30090 \emph off
30091 \bar no
30092 \noun off
30093 \color none
30094 x
30095 \end_layout
30096
30097 \end_inset
30098 </cell>
30099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30100 \begin_inset Text
30101
30102 \begin_layout Standard
30103
30104 \end_layout
30105
30106 \end_inset
30107 </cell>
30108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30109 \begin_inset Text
30110
30111 \begin_layout Standard
30112
30113 \end_layout
30114
30115 \end_inset
30116 </cell>
30117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30118 \begin_inset Text
30119
30120 \begin_layout Standard
30121
30122 \family roman
30123 \series medium
30124 \shape up
30125 \emph off
30126 \bar no
30127 \noun off
30128 \color none
30129 ¨
30130 \end_layout
30131
30132 \end_inset
30133 </cell>
30134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30135 \begin_inset Text
30136
30137 \begin_layout Standard
30138
30139 \family roman
30140 \series medium
30141 \shape up
30142 \emph off
30143 \bar no
30144 \noun off
30145 \color none
30146 ¸
30147 \end_layout
30148
30149 \end_inset
30150 </cell>
30151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30152 \begin_inset Text
30153
30154 \begin_layout Standard
30155
30156 \family roman
30157 \series medium
30158 \shape up
30159 \emph off
30160 \bar no
30161 \noun off
30162 \color none
30163 È
30164 \end_layout
30165
30166 \end_inset
30167 </cell>
30168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30169 \begin_inset Text
30170
30171 \begin_layout Standard
30172
30173 \family roman
30174 \series medium
30175 \shape up
30176 \emph off
30177 \bar no
30178 \noun off
30179 \color none
30180 Ø
30181 \end_layout
30182
30183 \end_inset
30184 </cell>
30185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30186 \begin_inset Text
30187
30188 \begin_layout Standard
30189
30190 \family roman
30191 \series medium
30192 \shape up
30193 \emph off
30194 \bar no
30195 \noun off
30196 \color none
30197 è
30198 \end_layout
30199
30200 \end_inset
30201 </cell>
30202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30203 \begin_inset Text
30204
30205 \begin_layout Standard
30206
30207 \family roman
30208 \series medium
30209 \shape up
30210 \emph off
30211 \bar no
30212 \noun off
30213 \color none
30214 ø
30215 \end_layout
30216
30217 \end_inset
30218 </cell>
30219 </row>
30220 <row topline="true">
30221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30222 \begin_inset Text
30223
30224 \begin_layout Standard
30225
30226 \family roman
30227 \series medium
30228 \shape up
30229 \size tiny
30230 \emph off
30231 \bar no
30232 \noun off
30233 \color none
30234 09
30235 \end_layout
30236
30237 \end_inset
30238 </cell>
30239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30240 \begin_inset Text
30241
30242 \begin_layout Standard
30243
30244 \end_layout
30245
30246 \end_inset
30247 </cell>
30248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30249 \begin_inset Text
30250
30251 \begin_layout Standard
30252
30253 \end_layout
30254
30255 \end_inset
30256 </cell>
30257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30258 \begin_inset Text
30259
30260 \begin_layout Standard
30261
30262 \family roman
30263 \series medium
30264 \shape up
30265 \emph off
30266 \bar no
30267 \noun off
30268 \color none
30269 )
30270 \end_layout
30271
30272 \end_inset
30273 </cell>
30274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30275 \begin_inset Text
30276
30277 \begin_layout Standard
30278
30279 \family roman
30280 \series medium
30281 \shape up
30282 \emph off
30283 \bar no
30284 \noun off
30285 \color none
30286 9
30287 \end_layout
30288
30289 \end_inset
30290 </cell>
30291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30292 \begin_inset Text
30293
30294 \begin_layout Standard
30295
30296 \family roman
30297 \series medium
30298 \shape up
30299 \emph off
30300 \bar no
30301 \noun off
30302 \color none
30303 I
30304 \end_layout
30305
30306 \end_inset
30307 </cell>
30308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30309 \begin_inset Text
30310
30311 \begin_layout Standard
30312
30313 \family roman
30314 \series medium
30315 \shape up
30316 \emph off
30317 \bar no
30318 \noun off
30319 \color none
30320 Y
30321 \end_layout
30322
30323 \end_inset
30324 </cell>
30325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30326 \begin_inset Text
30327
30328 \begin_layout Standard
30329
30330 \family roman
30331 \series medium
30332 \shape up
30333 \emph off
30334 \bar no
30335 \noun off
30336 \color none
30337 i
30338 \end_layout
30339
30340 \end_inset
30341 </cell>
30342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30343 \begin_inset Text
30344
30345 \begin_layout Standard
30346
30347 \family roman
30348 \series medium
30349 \shape up
30350 \emph off
30351 \bar no
30352 \noun off
30353 \color none
30354 y
30355 \end_layout
30356
30357 \end_inset
30358 </cell>
30359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30360 \begin_inset Text
30361
30362 \begin_layout Standard
30363
30364 \end_layout
30365
30366 \end_inset
30367 </cell>
30368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30369 \begin_inset Text
30370
30371 \begin_layout Standard
30372
30373 \end_layout
30374
30375 \end_inset
30376 </cell>
30377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30378 \begin_inset Text
30379
30380 \begin_layout Standard
30381
30382 \family roman
30383 \series medium
30384 \shape up
30385 \emph off
30386 \bar no
30387 \noun off
30388 \color none
30389 ©
30390 \end_layout
30391
30392 \end_inset
30393 </cell>
30394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30395 \begin_inset Text
30396
30397 \begin_layout Standard
30398
30399 \family roman
30400 \series medium
30401 \shape up
30402 \emph off
30403 \bar no
30404 \noun off
30405 \color none
30406 ¹
30407 \end_layout
30408
30409 \end_inset
30410 </cell>
30411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30412 \begin_inset Text
30413
30414 \begin_layout Standard
30415
30416 \family roman
30417 \series medium
30418 \shape up
30419 \emph off
30420 \bar no
30421 \noun off
30422 \color none
30423 É
30424 \end_layout
30425
30426 \end_inset
30427 </cell>
30428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30429 \begin_inset Text
30430
30431 \begin_layout Standard
30432
30433 \family roman
30434 \series medium
30435 \shape up
30436 \emph off
30437 \bar no
30438 \noun off
30439 \color none
30440 Ù
30441 \end_layout
30442
30443 \end_inset
30444 </cell>
30445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30446 \begin_inset Text
30447
30448 \begin_layout Standard
30449
30450 \family roman
30451 \series medium
30452 \shape up
30453 \emph off
30454 \bar no
30455 \noun off
30456 \color none
30457 é
30458 \end_layout
30459
30460 \end_inset
30461 </cell>
30462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30463 \begin_inset Text
30464
30465 \begin_layout Standard
30466
30467 \family roman
30468 \series medium
30469 \shape up
30470 \emph off
30471 \bar no
30472 \noun off
30473 \color none
30474 ù
30475 \end_layout
30476
30477 \end_inset
30478 </cell>
30479 </row>
30480 <row topline="true">
30481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30482 \begin_inset Text
30483
30484 \begin_layout Standard
30485
30486 \family roman
30487 \series medium
30488 \shape up
30489 \size tiny
30490 \emph off
30491 \bar no
30492 \noun off
30493 \color none
30494 0A
30495 \end_layout
30496
30497 \end_inset
30498 </cell>
30499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30500 \begin_inset Text
30501
30502 \begin_layout Standard
30503
30504 \end_layout
30505
30506 \end_inset
30507 </cell>
30508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30509 \begin_inset Text
30510
30511 \begin_layout Standard
30512
30513 \end_layout
30514
30515 \end_inset
30516 </cell>
30517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30518 \begin_inset Text
30519
30520 \begin_layout Standard
30521
30522 \family roman
30523 \series medium
30524 \shape up
30525 \emph off
30526 \bar no
30527 \noun off
30528 \color none
30529 *
30530 \end_layout
30531
30532 \end_inset
30533 </cell>
30534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30535 \begin_inset Text
30536
30537 \begin_layout Standard
30538
30539 \family roman
30540 \series medium
30541 \shape up
30542 \emph off
30543 \bar no
30544 \noun off
30545 \color none
30546 :
30547 \end_layout
30548
30549 \end_inset
30550 </cell>
30551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Standard
30555
30556 \family roman
30557 \series medium
30558 \shape up
30559 \emph off
30560 \bar no
30561 \noun off
30562 \color none
30563 J
30564 \end_layout
30565
30566 \end_inset
30567 </cell>
30568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30569 \begin_inset Text
30570
30571 \begin_layout Standard
30572
30573 \family roman
30574 \series medium
30575 \shape up
30576 \emph off
30577 \bar no
30578 \noun off
30579 \color none
30580 Z
30581 \end_layout
30582
30583 \end_inset
30584 </cell>
30585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30586 \begin_inset Text
30587
30588 \begin_layout Standard
30589
30590 \family roman
30591 \series medium
30592 \shape up
30593 \emph off
30594 \bar no
30595 \noun off
30596 \color none
30597 j
30598 \end_layout
30599
30600 \end_inset
30601 </cell>
30602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30603 \begin_inset Text
30604
30605 \begin_layout Standard
30606
30607 \family roman
30608 \series medium
30609 \shape up
30610 \emph off
30611 \bar no
30612 \noun off
30613 \color none
30614 z
30615 \end_layout
30616
30617 \end_inset
30618 </cell>
30619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30620 \begin_inset Text
30621
30622 \begin_layout Standard
30623
30624 \end_layout
30625
30626 \end_inset
30627 </cell>
30628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30629 \begin_inset Text
30630
30631 \begin_layout Standard
30632
30633 \end_layout
30634
30635 \end_inset
30636 </cell>
30637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30638 \begin_inset Text
30639
30640 \begin_layout Standard
30641
30642 \family roman
30643 \series medium
30644 \shape up
30645 \emph off
30646 \bar no
30647 \noun off
30648 \color none
30649 ª
30650 \end_layout
30651
30652 \end_inset
30653 </cell>
30654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30655 \begin_inset Text
30656
30657 \begin_layout Standard
30658
30659 \family roman
30660 \series medium
30661 \shape up
30662 \emph off
30663 \bar no
30664 \noun off
30665 \color none
30666 º
30667 \end_layout
30668
30669 \end_inset
30670 </cell>
30671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30672 \begin_inset Text
30673
30674 \begin_layout Standard
30675
30676 \family roman
30677 \series medium
30678 \shape up
30679 \emph off
30680 \bar no
30681 \noun off
30682 \color none
30683 Ê
30684 \end_layout
30685
30686 \end_inset
30687 </cell>
30688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30689 \begin_inset Text
30690
30691 \begin_layout Standard
30692
30693 \family roman
30694 \series medium
30695 \shape up
30696 \emph off
30697 \bar no
30698 \noun off
30699 \color none
30700 Ú
30701 \end_layout
30702
30703 \end_inset
30704 </cell>
30705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30706 \begin_inset Text
30707
30708 \begin_layout Standard
30709
30710 \family roman
30711 \series medium
30712 \shape up
30713 \emph off
30714 \bar no
30715 \noun off
30716 \color none
30717 ê
30718 \end_layout
30719
30720 \end_inset
30721 </cell>
30722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30723 \begin_inset Text
30724
30725 \begin_layout Standard
30726
30727 \family roman
30728 \series medium
30729 \shape up
30730 \emph off
30731 \bar no
30732 \noun off
30733 \color none
30734 ú
30735 \end_layout
30736
30737 \end_inset
30738 </cell>
30739 </row>
30740 <row topline="true">
30741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30742 \begin_inset Text
30743
30744 \begin_layout Standard
30745
30746 \family roman
30747 \series medium
30748 \shape up
30749 \size tiny
30750 \emph off
30751 \bar no
30752 \noun off
30753 \color none
30754 0B
30755 \end_layout
30756
30757 \end_inset
30758 </cell>
30759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30760 \begin_inset Text
30761
30762 \begin_layout Standard
30763
30764 \end_layout
30765
30766 \end_inset
30767 </cell>
30768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30769 \begin_inset Text
30770
30771 \begin_layout Standard
30772
30773 \end_layout
30774
30775 \end_inset
30776 </cell>
30777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30778 \begin_inset Text
30779
30780 \begin_layout Standard
30781
30782 \family roman
30783 \series medium
30784 \shape up
30785 \emph off
30786 \bar no
30787 \noun off
30788 \color none
30789 +
30790 \end_layout
30791
30792 \end_inset
30793 </cell>
30794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30795 \begin_inset Text
30796
30797 \begin_layout Standard
30798
30799 \family roman
30800 \series medium
30801 \shape up
30802 \emph off
30803 \bar no
30804 \noun off
30805 \color none
30806 ;
30807 \end_layout
30808
30809 \end_inset
30810 </cell>
30811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30812 \begin_inset Text
30813
30814 \begin_layout Standard
30815
30816 \family roman
30817 \series medium
30818 \shape up
30819 \emph off
30820 \bar no
30821 \noun off
30822 \color none
30823 K
30824 \end_layout
30825
30826 \end_inset
30827 </cell>
30828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30829 \begin_inset Text
30830
30831 \begin_layout Standard
30832
30833 \family roman
30834 \series medium
30835 \shape up
30836 \emph off
30837 \bar no
30838 \noun off
30839 \color none
30840 [
30841 \end_layout
30842
30843 \end_inset
30844 </cell>
30845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30846 \begin_inset Text
30847
30848 \begin_layout Standard
30849
30850 \family roman
30851 \series medium
30852 \shape up
30853 \emph off
30854 \bar no
30855 \noun off
30856 \color none
30857 k
30858 \end_layout
30859
30860 \end_inset
30861 </cell>
30862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30863 \begin_inset Text
30864
30865 \begin_layout Standard
30866
30867 \family roman
30868 \series medium
30869 \shape up
30870 \emph off
30871 \bar no
30872 \noun off
30873 \color none
30874 {
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30880 \begin_inset Text
30881
30882 \begin_layout Standard
30883
30884 \end_layout
30885
30886 \end_inset
30887 </cell>
30888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30889 \begin_inset Text
30890
30891 \begin_layout Standard
30892
30893 \end_layout
30894
30895 \end_inset
30896 </cell>
30897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30898 \begin_inset Text
30899
30900 \begin_layout Standard
30901
30902 \family roman
30903 \series medium
30904 \shape up
30905 \emph off
30906 \bar no
30907 \noun off
30908 \color none
30909 «
30910 \end_layout
30911
30912 \end_inset
30913 </cell>
30914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30915 \begin_inset Text
30916
30917 \begin_layout Standard
30918
30919 \family roman
30920 \series medium
30921 \shape up
30922 \emph off
30923 \bar no
30924 \noun off
30925 \color none
30926 »
30927 \end_layout
30928
30929 \end_inset
30930 </cell>
30931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30932 \begin_inset Text
30933
30934 \begin_layout Standard
30935
30936 \family roman
30937 \series medium
30938 \shape up
30939 \emph off
30940 \bar no
30941 \noun off
30942 \color none
30943 Ë
30944 \end_layout
30945
30946 \end_inset
30947 </cell>
30948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30949 \begin_inset Text
30950
30951 \begin_layout Standard
30952
30953 \family roman
30954 \series medium
30955 \shape up
30956 \emph off
30957 \bar no
30958 \noun off
30959 \color none
30960 Û
30961 \end_layout
30962
30963 \end_inset
30964 </cell>
30965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30966 \begin_inset Text
30967
30968 \begin_layout Standard
30969
30970 \family roman
30971 \series medium
30972 \shape up
30973 \emph off
30974 \bar no
30975 \noun off
30976 \color none
30977 ë
30978 \end_layout
30979
30980 \end_inset
30981 </cell>
30982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30983 \begin_inset Text
30984
30985 \begin_layout Standard
30986
30987 \family roman
30988 \series medium
30989 \shape up
30990 \emph off
30991 \bar no
30992 \noun off
30993 \color none
30994 û
30995 \end_layout
30996
30997 \end_inset
30998 </cell>
30999 </row>
31000 <row topline="true">
31001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31002 \begin_inset Text
31003
31004 \begin_layout Standard
31005
31006 \family roman
31007 \series medium
31008 \shape up
31009 \size tiny
31010 \emph off
31011 \bar no
31012 \noun off
31013 \color none
31014 0C
31015 \end_layout
31016
31017 \end_inset
31018 </cell>
31019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31020 \begin_inset Text
31021
31022 \begin_layout Standard
31023
31024 \end_layout
31025
31026 \end_inset
31027 </cell>
31028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31029 \begin_inset Text
31030
31031 \begin_layout Standard
31032
31033 \end_layout
31034
31035 \end_inset
31036 </cell>
31037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31038 \begin_inset Text
31039
31040 \begin_layout Standard
31041
31042 \family roman
31043 \series medium
31044 \shape up
31045 \emph off
31046 \bar no
31047 \noun off
31048 \color none
31049 ,
31050 \end_layout
31051
31052 \end_inset
31053 </cell>
31054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31055 \begin_inset Text
31056
31057 \begin_layout Standard
31058
31059 \family roman
31060 \series medium
31061 \shape up
31062 \emph off
31063 \bar no
31064 \noun off
31065 \color none
31066 <
31067 \end_layout
31068
31069 \end_inset
31070 </cell>
31071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31072 \begin_inset Text
31073
31074 \begin_layout Standard
31075
31076 \family roman
31077 \series medium
31078 \shape up
31079 \emph off
31080 \bar no
31081 \noun off
31082 \color none
31083 L
31084 \end_layout
31085
31086 \end_inset
31087 </cell>
31088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31089 \begin_inset Text
31090
31091 \begin_layout Standard
31092
31093 \family roman
31094 \series medium
31095 \shape up
31096 \emph off
31097 \bar no
31098 \noun off
31099 \color none
31100
31101 \backslash
31102
31103 \end_layout
31104
31105 \end_inset
31106 </cell>
31107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31108 \begin_inset Text
31109
31110 \begin_layout Standard
31111
31112 \family roman
31113 \series medium
31114 \shape up
31115 \emph off
31116 \bar no
31117 \noun off
31118 \color none
31119 l
31120 \end_layout
31121
31122 \end_inset
31123 </cell>
31124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31125 \begin_inset Text
31126
31127 \begin_layout Standard
31128
31129 \family roman
31130 \series medium
31131 \shape up
31132 \emph off
31133 \bar no
31134 \noun off
31135 \color none
31136 |
31137 \end_layout
31138
31139 \end_inset
31140 </cell>
31141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31142 \begin_inset Text
31143
31144 \begin_layout Standard
31145
31146 \end_layout
31147
31148 \end_inset
31149 </cell>
31150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31151 \begin_inset Text
31152
31153 \begin_layout Standard
31154
31155 \end_layout
31156
31157 \end_inset
31158 </cell>
31159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31160 \begin_inset Text
31161
31162 \begin_layout Standard
31163
31164 \family roman
31165 \series medium
31166 \shape up
31167 \emph off
31168 \bar no
31169 \noun off
31170 \color none
31171 ¬
31172 \end_layout
31173
31174 \end_inset
31175 </cell>
31176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31177 \begin_inset Text
31178
31179 \begin_layout Standard
31180
31181 \family roman
31182 \series medium
31183 \shape up
31184 \emph off
31185 \bar no
31186 \noun off
31187 \color none
31188 ¼
31189 \end_layout
31190
31191 \end_inset
31192 </cell>
31193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31194 \begin_inset Text
31195
31196 \begin_layout Standard
31197
31198 \family roman
31199 \series medium
31200 \shape up
31201 \emph off
31202 \bar no
31203 \noun off
31204 \color none
31205 Ì
31206 \end_layout
31207
31208 \end_inset
31209 </cell>
31210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31211 \begin_inset Text
31212
31213 \begin_layout Standard
31214
31215 \family roman
31216 \series medium
31217 \shape up
31218 \emph off
31219 \bar no
31220 \noun off
31221 \color none
31222 Ü
31223 \end_layout
31224
31225 \end_inset
31226 </cell>
31227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31228 \begin_inset Text
31229
31230 \begin_layout Standard
31231
31232 \family roman
31233 \series medium
31234 \shape up
31235 \emph off
31236 \bar no
31237 \noun off
31238 \color none
31239 ì
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31245 \begin_inset Text
31246
31247 \begin_layout Standard
31248
31249 \family roman
31250 \series medium
31251 \shape up
31252 \emph off
31253 \bar no
31254 \noun off
31255 \color none
31256 ü
31257 \end_layout
31258
31259 \end_inset
31260 </cell>
31261 </row>
31262 <row topline="true">
31263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31264 \begin_inset Text
31265
31266 \begin_layout Standard
31267
31268 \family roman
31269 \series medium
31270 \shape up
31271 \size tiny
31272 \emph off
31273 \bar no
31274 \noun off
31275 \color none
31276 0D
31277 \end_layout
31278
31279 \end_inset
31280 </cell>
31281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31282 \begin_inset Text
31283
31284 \begin_layout Standard
31285
31286 \end_layout
31287
31288 \end_inset
31289 </cell>
31290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31291 \begin_inset Text
31292
31293 \begin_layout Standard
31294
31295 \end_layout
31296
31297 \end_inset
31298 </cell>
31299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31300 \begin_inset Text
31301
31302 \begin_layout Standard
31303
31304 \family roman
31305 \series medium
31306 \shape up
31307 \emph off
31308 \bar no
31309 \noun off
31310 \color none
31311 -
31312 \end_layout
31313
31314 \end_inset
31315 </cell>
31316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31317 \begin_inset Text
31318
31319 \begin_layout Standard
31320
31321 \family roman
31322 \series medium
31323 \shape up
31324 \emph off
31325 \bar no
31326 \noun off
31327 \color none
31328 =
31329 \end_layout
31330
31331 \end_inset
31332 </cell>
31333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31334 \begin_inset Text
31335
31336 \begin_layout Standard
31337
31338 \family roman
31339 \series medium
31340 \shape up
31341 \emph off
31342 \bar no
31343 \noun off
31344 \color none
31345 M
31346 \end_layout
31347
31348 \end_inset
31349 </cell>
31350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Standard
31354
31355 \family roman
31356 \series medium
31357 \shape up
31358 \emph off
31359 \bar no
31360 \noun off
31361 \color none
31362 ]
31363 \end_layout
31364
31365 \end_inset
31366 </cell>
31367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31368 \begin_inset Text
31369
31370 \begin_layout Standard
31371
31372 \family roman
31373 \series medium
31374 \shape up
31375 \emph off
31376 \bar no
31377 \noun off
31378 \color none
31379 m
31380 \end_layout
31381
31382 \end_inset
31383 </cell>
31384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31385 \begin_inset Text
31386
31387 \begin_layout Standard
31388
31389 \family roman
31390 \series medium
31391 \shape up
31392 \emph off
31393 \bar no
31394 \noun off
31395 \color none
31396 }
31397 \end_layout
31398
31399 \end_inset
31400 </cell>
31401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31402 \begin_inset Text
31403
31404 \begin_layout Standard
31405
31406 \end_layout
31407
31408 \end_inset
31409 </cell>
31410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31411 \begin_inset Text
31412
31413 \begin_layout Standard
31414
31415 \end_layout
31416
31417 \end_inset
31418 </cell>
31419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31420 \begin_inset Text
31421
31422 \begin_layout Standard
31423
31424 \end_layout
31425
31426 \end_inset
31427 </cell>
31428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31429 \begin_inset Text
31430
31431 \begin_layout Standard
31432
31433 \family roman
31434 \series medium
31435 \shape up
31436 \emph off
31437 \bar no
31438 \noun off
31439 \color none
31440 ½
31441 \end_layout
31442
31443 \end_inset
31444 </cell>
31445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31446 \begin_inset Text
31447
31448 \begin_layout Standard
31449
31450 \family roman
31451 \series medium
31452 \shape up
31453 \emph off
31454 \bar no
31455 \noun off
31456 \color none
31457 Í
31458 \end_layout
31459
31460 \end_inset
31461 </cell>
31462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31463 \begin_inset Text
31464
31465 \begin_layout Standard
31466
31467 \family roman
31468 \series medium
31469 \shape up
31470 \emph off
31471 \bar no
31472 \noun off
31473 \color none
31474 Ý
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Standard
31483
31484 \family roman
31485 \series medium
31486 \shape up
31487 \emph off
31488 \bar no
31489 \noun off
31490 \color none
31491 í
31492 \end_layout
31493
31494 \end_inset
31495 </cell>
31496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31497 \begin_inset Text
31498
31499 \begin_layout Standard
31500
31501 \family roman
31502 \series medium
31503 \shape up
31504 \emph off
31505 \bar no
31506 \noun off
31507 \color none
31508 ý
31509 \end_layout
31510
31511 \end_inset
31512 </cell>
31513 </row>
31514 <row topline="true">
31515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31516 \begin_inset Text
31517
31518 \begin_layout Standard
31519
31520 \family roman
31521 \series medium
31522 \shape up
31523 \size tiny
31524 \emph off
31525 \bar no
31526 \noun off
31527 \color none
31528 0E
31529 \end_layout
31530
31531 \end_inset
31532 </cell>
31533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31534 \begin_inset Text
31535
31536 \begin_layout Standard
31537
31538 \end_layout
31539
31540 \end_inset
31541 </cell>
31542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31543 \begin_inset Text
31544
31545 \begin_layout Standard
31546
31547 \end_layout
31548
31549 \end_inset
31550 </cell>
31551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31552 \begin_inset Text
31553
31554 \begin_layout Standard
31555
31556 \family roman
31557 \series medium
31558 \shape up
31559 \emph off
31560 \bar no
31561 \noun off
31562 \color none
31563 .
31564 \end_layout
31565
31566 \end_inset
31567 </cell>
31568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31569 \begin_inset Text
31570
31571 \begin_layout Standard
31572
31573 \family roman
31574 \series medium
31575 \shape up
31576 \emph off
31577 \bar no
31578 \noun off
31579 \color none
31580 >
31581 \end_layout
31582
31583 \end_inset
31584 </cell>
31585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31586 \begin_inset Text
31587
31588 \begin_layout Standard
31589
31590 \family roman
31591 \series medium
31592 \shape up
31593 \emph off
31594 \bar no
31595 \noun off
31596 \color none
31597 N
31598 \end_layout
31599
31600 \end_inset
31601 </cell>
31602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31603 \begin_inset Text
31604
31605 \begin_layout Standard
31606
31607 \family roman
31608 \series medium
31609 \shape up
31610 \emph off
31611 \bar no
31612 \noun off
31613 \color none
31614 ^
31615 \end_layout
31616
31617 \end_inset
31618 </cell>
31619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31620 \begin_inset Text
31621
31622 \begin_layout Standard
31623
31624 \family roman
31625 \series medium
31626 \shape up
31627 \emph off
31628 \bar no
31629 \noun off
31630 \color none
31631 n
31632 \end_layout
31633
31634 \end_inset
31635 </cell>
31636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31637 \begin_inset Text
31638
31639 \begin_layout Standard
31640
31641 \family roman
31642 \series medium
31643 \shape up
31644 \emph off
31645 \bar no
31646 \noun off
31647 \color none
31648 ~
31649 \end_layout
31650
31651 \end_inset
31652 </cell>
31653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Standard
31657
31658 \end_layout
31659
31660 \end_inset
31661 </cell>
31662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Standard
31666
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Standard
31675
31676 \family roman
31677 \series medium
31678 \shape up
31679 \emph off
31680 \bar no
31681 \noun off
31682 \color none
31683 ®
31684 \end_layout
31685
31686 \end_inset
31687 </cell>
31688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31689 \begin_inset Text
31690
31691 \begin_layout Standard
31692
31693 \family roman
31694 \series medium
31695 \shape up
31696 \emph off
31697 \bar no
31698 \noun off
31699 \color none
31700 ¾
31701 \end_layout
31702
31703 \end_inset
31704 </cell>
31705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31706 \begin_inset Text
31707
31708 \begin_layout Standard
31709
31710 \family roman
31711 \series medium
31712 \shape up
31713 \emph off
31714 \bar no
31715 \noun off
31716 \color none
31717 Î
31718 \end_layout
31719
31720 \end_inset
31721 </cell>
31722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31723 \begin_inset Text
31724
31725 \begin_layout Standard
31726
31727 \family roman
31728 \series medium
31729 \shape up
31730 \emph off
31731 \bar no
31732 \noun off
31733 \color none
31734 Þ
31735 \end_layout
31736
31737 \end_inset
31738 </cell>
31739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31740 \begin_inset Text
31741
31742 \begin_layout Standard
31743
31744 \family roman
31745 \series medium
31746 \shape up
31747 \emph off
31748 \bar no
31749 \noun off
31750 \color none
31751 î
31752 \end_layout
31753
31754 \end_inset
31755 </cell>
31756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31757 \begin_inset Text
31758
31759 \begin_layout Standard
31760
31761 \family roman
31762 \series medium
31763 \shape up
31764 \emph off
31765 \bar no
31766 \noun off
31767 \color none
31768 þ
31769 \end_layout
31770
31771 \end_inset
31772 </cell>
31773 </row>
31774 <row topline="true" bottomline="true">
31775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31776 \begin_inset Text
31777
31778 \begin_layout Standard
31779
31780 \family roman
31781 \series medium
31782 \shape up
31783 \size tiny
31784 \emph off
31785 \bar no
31786 \noun off
31787 \color none
31788 0F
31789 \end_layout
31790
31791 \end_inset
31792 </cell>
31793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31794 \begin_inset Text
31795
31796 \begin_layout Standard
31797
31798 \end_layout
31799
31800 \end_inset
31801 </cell>
31802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31803 \begin_inset Text
31804
31805 \begin_layout Standard
31806
31807 \end_layout
31808
31809 \end_inset
31810 </cell>
31811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31812 \begin_inset Text
31813
31814 \begin_layout Standard
31815
31816 \family roman
31817 \series medium
31818 \shape up
31819 \emph off
31820 \bar no
31821 \noun off
31822 \color none
31823 /
31824 \end_layout
31825
31826 \end_inset
31827 </cell>
31828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31829 \begin_inset Text
31830
31831 \begin_layout Standard
31832
31833 \family roman
31834 \series medium
31835 \shape up
31836 \emph off
31837 \bar no
31838 \noun off
31839 \color none
31840 ?
31841 \end_layout
31842
31843 \end_inset
31844 </cell>
31845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31846 \begin_inset Text
31847
31848 \begin_layout Standard
31849
31850 \family roman
31851 \series medium
31852 \shape up
31853 \emph off
31854 \bar no
31855 \noun off
31856 \color none
31857 O
31858 \end_layout
31859
31860 \end_inset
31861 </cell>
31862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31863 \begin_inset Text
31864
31865 \begin_layout Standard
31866
31867 \family roman
31868 \series medium
31869 \shape up
31870 \emph off
31871 \bar no
31872 \noun off
31873 \color none
31874 _
31875 \end_layout
31876
31877 \end_inset
31878 </cell>
31879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31880 \begin_inset Text
31881
31882 \begin_layout Standard
31883
31884 \family roman
31885 \series medium
31886 \shape up
31887 \emph off
31888 \bar no
31889 \noun off
31890 \color none
31891 o
31892 \end_layout
31893
31894 \end_inset
31895 </cell>
31896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31897 \begin_inset Text
31898
31899 \begin_layout Standard
31900
31901 \end_layout
31902
31903 \end_inset
31904 </cell>
31905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31906 \begin_inset Text
31907
31908 \begin_layout Standard
31909
31910 \end_layout
31911
31912 \end_inset
31913 </cell>
31914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout Standard
31918
31919 \end_layout
31920
31921 \end_inset
31922 </cell>
31923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31924 \begin_inset Text
31925
31926 \begin_layout Standard
31927
31928 \family roman
31929 \series medium
31930 \shape up
31931 \emph off
31932 \bar no
31933 \noun off
31934 \color none
31935 ¯
31936 \end_layout
31937
31938 \end_inset
31939 </cell>
31940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31941 \begin_inset Text
31942
31943 \begin_layout Standard
31944
31945 \family roman
31946 \series medium
31947 \shape up
31948 \emph off
31949 \bar no
31950 \noun off
31951 \color none
31952 ¿
31953 \end_layout
31954
31955 \end_inset
31956 </cell>
31957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31958 \begin_inset Text
31959
31960 \begin_layout Standard
31961
31962 \family roman
31963 \series medium
31964 \shape up
31965 \emph off
31966 \bar no
31967 \noun off
31968 \color none
31969 Ï
31970 \end_layout
31971
31972 \end_inset
31973 </cell>
31974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Standard
31978
31979 \family roman
31980 \series medium
31981 \shape up
31982 \emph off
31983 \bar no
31984 \noun off
31985 \color none
31986 ß
31987 \end_layout
31988
31989 \end_inset
31990 </cell>
31991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31992 \begin_inset Text
31993
31994 \begin_layout Standard
31995
31996 \family roman
31997 \series medium
31998 \shape up
31999 \emph off
32000 \bar no
32001 \noun off
32002 \color none
32003 ï
32004 \end_layout
32005
32006 \end_inset
32007 </cell>
32008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Standard
32012
32013 \family roman
32014 \series medium
32015 \shape up
32016 \emph off
32017 \bar no
32018 \noun off
32019 \color none
32020 ÿ
32021 \end_layout
32022
32023 \end_inset
32024 </cell>
32025 </row>
32026 </lyxtabular>
32027
32028 \end_inset
32029
32030
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \begin_layout Standard
32039 The following is a full list of all of the accented characters LyX can display
32040  directly.
32041  It includes not only the accented characters from the previous table, but
32042  also the characters from 
32043 \family typewriter
32044 ISO8859--2
32045 \family default
32046  through 
32047 \family typewriter
32048 4
32049 \family default
32050 .
32051  
32052 \end_layout
32053
32054 \begin_layout Itemize
32055 From 
32056 \family typewriter
32057 ISO8859--1
32058 \family default
32059 :
32060 \end_layout
32061
32062 \begin_deeper
32063 \begin_layout Standard
32064 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
32065 \hfill
32066 diaeresis
32067 \end_layout
32068
32069 \begin_layout Standard
32070 ^ Â Ê Î Ô Û â ê î ô û
32071 \hfill
32072 circumflex
32073 \end_layout
32074
32075 \begin_layout Standard
32076 ` À È Ì Ò Ù à è ì ò ù
32077 \hfill
32078 grave
32079 \end_layout
32080
32081 \begin_layout Standard
32082 ´ Á É Í Ó Ú Ý á é í ó ú ý
32083 \hfill
32084 acute
32085 \end_layout
32086
32087 \begin_layout Standard
32088 ~ Ã Ñ Õ ã ñ õ
32089 \hfill
32090 tilde
32091 \end_layout
32092
32093 \begin_layout Standard
32094 ¸Çç
32095 \hfill
32096 cedilla
32097 \end_layout
32098
32099 \begin_layout Standard
32100 ¯
32101 \hfill
32102 macron
32103 \end_layout
32104
32105 \end_deeper
32106 \begin_layout Itemize
32107 From 
32108 \family typewriter
32109 ISO8859--2
32110 \family default
32111  through 
32112 \family typewriter
32113 4
32114 \family default
32115 :
32116 \end_layout
32117
32118 \begin_deeper
32119 \begin_layout Standard
32120 ĤĴĥĵĈĜŜĉĝŝ
32121 \hfill
32122 circumflex
32123 \end_layout
32124
32125 \begin_layout Standard
32126 ŚŹśźŔĹĆŃŕĺćń
32127 \hfill
32128 acute
32129 \end_layout
32130
32131 \begin_layout Standard
32132 Ĩı̃Ũũ
32133 \hfill
32134 tilde
32135 \end_layout
32136
32137 \begin_layout Standard
32138 ŞşŢţŖĻĢŗļģŅĶņķ
32139 \hfill
32140 cedilla
32141 \end_layout
32142
32143 \begin_layout Standard
32144 ĒēĀĪŌŪāı̄ōū
32145 \hfill
32146 macron
32147 \end_layout
32148
32149 \begin_layout Standard
32150 ŐŰőű
32151 \hfill
32152 Hungarian umlaut
32153 \end_layout
32154
32155 \end_deeper
32156 \begin_layout Standard
32157 All the characters above are actively supported by TeX fonts.
32158  In addition TeX allows diacritical marks on almost all characters.
32159  Also make sure you're using the 
32160 \family typewriter
32161 T1
32162 \family default
32163  font-encoding.
32164 \end_layout
32165
32166 \begin_layout Chapter
32167 \start_of_appendix
32168 The User Interface
32169 \begin_inset CommandInset label
32170 LatexCommand label
32171 name "cha:The-User-Interface"
32172
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \begin_layout Standard
32179 This appendix lists all available menus and describes its functionality.
32180  It is designed as quick reference if you are searching for a special topic
32181  inside the user's guide.
32182 \end_layout
32183
32184 \begin_layout Section
32185 The File Menu
32186 \begin_inset Index
32187 status collapsed
32188
32189 \begin_layout Standard
32190 Menu ! File
32191 \end_layout
32192
32193 \end_inset
32194
32195
32196 \end_layout
32197
32198 \begin_layout Standard
32199 Under the 
32200 \family sans
32201 File
32202 \family default
32203  menu are the basic operations in addition to some more advanced operations.
32204  At the end of the menu the four last opened documents are listed.
32205 \end_layout
32206
32207 \begin_layout Subsection
32208 New
32209 \end_layout
32210
32211 \begin_layout Standard
32212 Creates a new document.
32213 \end_layout
32214
32215 \begin_layout Subsection
32216 New from Template
32217 \end_layout
32218
32219 \begin_layout Standard
32220 This menu prompts you for a template to use.
32221  Selecting a template will automatically set certain layout features for
32222  the document, features you would otherwise need to change manually.
32223 \end_layout
32224
32225 \begin_layout Subsection
32226 Open
32227 \end_layout
32228
32229 \begin_layout Standard
32230 Opens a document.
32231 \end_layout
32232
32233 \begin_layout Subsection
32234 Open Recent
32235 \end_layout
32236
32237 \begin_layout Standard
32238 The submenu shows a list of the recently opened files.
32239  Click there on a file to open it.
32240 \end_layout
32241
32242 \begin_layout Subsection
32243 Close
32244 \end_layout
32245
32246 \begin_layout Standard
32247 Closes the current document.
32248 \end_layout
32249
32250 \begin_layout Subsection
32251 Save
32252 \end_layout
32253
32254 \begin_layout Standard
32255 Saves the actual document.
32256 \end_layout
32257
32258 \begin_layout Subsection
32259 Save As
32260 \end_layout
32261
32262 \begin_layout Standard
32263 Saves the actual document under a new name to create a copy.
32264 \end_layout
32265
32266 \begin_layout Subsection
32267 Revert to saved
32268 \end_layout
32269
32270 \begin_layout Standard
32271 Reloads the actual document from disk.
32272 \end_layout
32273
32274 \begin_layout Subsection
32275 Version Control
32276 \end_layout
32277
32278 \begin_layout Standard
32279 This is used when more people are working on the same document.
32280  It is described in the section 
32281 \emph on
32282 Version Control in LyX
32283 \emph default
32284  of the 
32285 \emph on
32286 Extended\InsetSpace ~
32287 Features
32288 \emph default
32289  manual.
32290 \end_layout
32291
32292 \begin_layout Subsection
32293 Import
32294 \end_layout
32295
32296 \begin_layout Standard
32297 You can import there files from older LyX-versions, LaTeX-files and plain
32298  text files (ASCII-files).
32299  The files will be imported as new LyX-document.
32300 \end_layout
32301
32302 \begin_layout Standard
32303 When using the menu 
32304 \family sans
32305 Plain\InsetSpace ~
32306 Text, Join\InsetSpace ~
32307 Lines
32308 \family default
32309 , all lines will be imported consecutively to one big paragraph.
32310  A new paragraph is started when there is a blank line in the file.
32311  , the text is inserted as Paragraphs, where the line breaks of the text
32312  will start a new paragraph.
32313 \end_layout
32314
32315 \begin_layout Subsection
32316 Export
32317 \begin_inset CommandInset label
32318 LatexCommand label
32319 name "sub:Export"
32320
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \begin_layout Standard
32327 You can export your document to various file formats.
32328  The resulting files are placed in the directory of your LyX-file.
32329  The menu entries are not the same on all installations.
32330  They depend on the programs found by LyX while its configuration.
32331 \end_layout
32332
32333 \begin_layout Standard
32334 Here is a list of all available entries; they are explained in detail in
32335  section\InsetSpace ~
32336
32337 \begin_inset CommandInset ref
32338 LatexCommand ref
32339 reference "sub:Output-file-formats"
32340
32341 \end_inset
32342
32343 :
32344 \end_layout
32345
32346 \begin_layout Description
32347
32348 \family sans
32349 CJK\InsetSpace ~
32350 LyX 
32351 \family default
32352 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
32353  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
32354 \end_layout
32355
32356 \begin_layout Description
32357
32358 \family sans
32359 DVI
32360 \family default
32361  DVI-format
32362 \end_layout
32363
32364 \begin_layout Description
32365 HTML HTML-format (the HTML-converter is a third-party product and doesn't
32366  work in all cases)
32367 \end_layout
32368
32369 \begin_layout Description
32370 HTML\InsetSpace ~
32371 (MS\InsetSpace ~
32372 Word) HTML-format specialized so that the result can be imported
32373  to 
32374 \family sans
32375 MS Word
32376 \family default
32377 , as consequence of this formulas will be embedded as bitmap fonts and not
32378  in the format 
32379 \family sans
32380 MathML
32381 \family default
32382 .
32383 \end_layout
32384
32385 \begin_layout Description
32386
32387 \family sans
32388 LaT
32389 \begin_inset ERT
32390 status collapsed
32391
32392 \begin_layout Standard
32393
32394 {}
32395 \end_layout
32396
32397 \end_inset
32398
32399 eX\InsetSpace ~
32400 (pdflatex)
32401 \family default
32402  text file with the LaTeX source, additionally all images used in the document
32403  will be converted to a format that is readable for the 
32404 \family typewriter
32405 pdflatex
32406 \family default
32407  program (GIF, JPG, PDF, PNG)
32408 \end_layout
32409
32410 \begin_layout Description
32411
32412 \family sans
32413 LaT
32414 \begin_inset ERT
32415 status collapsed
32416
32417 \begin_layout Standard
32418
32419 {}
32420 \end_layout
32421
32422 \end_inset
32423
32424 eX\InsetSpace ~
32425 (plain)
32426 \family default
32427  text file with the LaTeX source code, additionally all images used in the
32428  document will be converted to the EPS-format, only this format is readable
32429  for the 
32430 \family typewriter
32431 latex
32432 \family default
32433  program
32434 \end_layout
32435
32436 \begin_layout Description
32437 LyX\InsetSpace ~
32438 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
32439 \begin_inset Quotes eld
32440 \end_inset
32441
32442 y
32443 \begin_inset Quotes erd
32444 \end_inset
32445
32446  is replaced by the version number)
32447 \end_layout
32448
32449 \begin_layout Description
32450 OpenDocument OpenDocument-formatted text file, to be opened with 
32451 \family sans
32452 OpenOffice
32453 \family default
32454
32455 \family sans
32456 KOffice
32457 \family default
32458
32459 \family sans
32460 Abiword
32461 \family default
32462 , etc.
32463  (the OpenDocument-converter is a third-party product and doesn't work in
32464  all cases)
32465 \end_layout
32466
32467 \begin_layout Description
32468
32469 \family sans
32470 PDF
32471 \family default
32472  PDF-format using the program 
32473 \family typewriter
32474 ps2pdf
32475 \end_layout
32476
32477 \begin_layout Description
32478
32479 \family sans
32480 PDF\InsetSpace ~
32481 (dvipdfm)
32482 \family default
32483  PDF-format using the program 
32484 \family typewriter
32485 dvipdfm
32486 \end_layout
32487
32488 \begin_layout Description
32489
32490 \family sans
32491 PDF\InsetSpace ~
32492 (pdflatex)
32493 \family default
32494  PDF-format using the program 
32495 \family typewriter
32496 pdflatex
32497 \end_layout
32498
32499 \begin_layout Description
32500
32501 \family sans
32502 Plain\InsetSpace ~
32503 text
32504 \family default
32505  text format
32506 \end_layout
32507
32508 \begin_layout Description
32509
32510 \family sans
32511 Plain\InsetSpace ~
32512 text\InsetSpace ~
32513 (ps2ascii)
32514 \family default
32515  text format, the document will first be converted to Postscript format
32516  and then exported as text using the program 
32517 \family sans
32518 ps2ascii
32519 \end_layout
32520
32521 \begin_layout Description
32522
32523 \family sans
32524 Postscript
32525 \family default
32526  PostScript format using the program 
32527 \family typewriter
32528 dvips
32529 \end_layout
32530
32531 \begin_layout Description
32532
32533 \family sans
32534 Custom
32535 \family default
32536  custom format
32537 \end_layout
32538
32539 \begin_layout Standard
32540 The program 
32541 \family typewriter
32542 dvipdfm
32543 \family default
32544  produces internally a dvi-file which is then converted to a pdf-file.
32545  It is a bit out of date and therefore the output could look different from
32546  what you want.
32547  
32548 \family typewriter
32549 pdflatex
32550 \family default
32551  produces directly pdf-files and supports the latest pdf-file formats.
32552 \end_layout
32553
32554 \begin_layout Standard
32555 If one of the menu entries 
32556 \family sans
32557 DVI
32558 \family default
32559
32560 \family sans
32561 PDF\InsetSpace ~
32562 (pdflatex)
32563 \family default
32564  or 
32565 \family sans
32566 Postscript
32567 \family default
32568  is missing, you need to update your LaTeX installation.
32569  After updating you have to reconfigure LyX, see section\InsetSpace ~
32570
32571 \begin_inset CommandInset ref
32572 LatexCommand ref
32573 reference "sec:Basic-LyX-Setup"
32574
32575 \end_inset
32576
32577 .
32578 \begin_inset Index
32579 status collapsed
32580
32581 \begin_layout Standard
32582 Reconfiguration of LyX
32583 \end_layout
32584
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Standard
32591 The menu 
32592 \family sans
32593 Custom
32594 \family default
32595  allows you to export your file by using special command line options for
32596  the export program.
32597 \end_layout
32598
32599 \begin_layout Subsection
32600 Print
32601 \end_layout
32602
32603 \begin_layout Standard
32604 With this menu you can print your document to a file in PostScript format
32605  or send it to a printer.
32606  The printer will also use the document in PostScript format.
32607  The conversion to PostScript is done in the background by LyX using the
32608  program 
32609 \family typewriter
32610 dvips
32611 \family default
32612 .
32613  For more informations have a look at section\InsetSpace ~
32614
32615 \begin_inset CommandInset ref
32616 LatexCommand ref
32617 reference "sub:Printing-the-File"
32618
32619 \end_inset
32620
32621 .
32622 \end_layout
32623
32624 \begin_layout Subsection
32625 New and Close Window
32626 \end_layout
32627
32628 \begin_layout Standard
32629 Opens a new instance of LyX with all currently opened documents.
32630  You can close it later with the corresponding menu.
32631 \end_layout
32632
32633 \begin_layout Section
32634 The Edit Menu
32635 \begin_inset Index
32636 status collapsed
32637
32638 \begin_layout Standard
32639 Menu ! Edit
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \begin_layout Subsection
32648 Undo and Redo
32649 \end_layout
32650
32651 \begin_layout Standard
32652 Described in section\InsetSpace ~
32653
32654 \begin_inset CommandInset ref
32655 LatexCommand ref
32656 reference "sec:Undo-and-Redo"
32657
32658 \end_inset
32659
32660 .
32661 \end_layout
32662
32663 \begin_layout Subsection
32664 Cut, Copy, Paste, Paste Recent, Paste Special
32665 \end_layout
32666
32667 \begin_layout Standard
32668 Described in section\InsetSpace ~
32669
32670 \begin_inset CommandInset ref
32671 LatexCommand ref
32672 reference "sec:Basic-Editing-Features"
32673
32674 \end_inset
32675
32676 .
32677 \end_layout
32678
32679 \begin_layout Subsection
32680 Select All
32681 \end_layout
32682
32683 \begin_layout Standard
32684 Selects the whole document.
32685 \end_layout
32686
32687 \begin_layout Subsection
32688 Find & Replace
32689 \end_layout
32690
32691 \begin_layout Standard
32692 Described in section\InsetSpace ~
32693
32694 \begin_inset CommandInset ref
32695 LatexCommand ref
32696 reference "sec:Basic-Editing-Features"
32697
32698 \end_inset
32699
32700 .
32701 \end_layout
32702
32703 \begin_layout Subsection
32704 Move paragraph Up/Down
32705 \end_layout
32706
32707 \begin_layout Standard
32708 This shifts the paragraph where the cursor is currently in one paragraph
32709  up or down.
32710 \end_layout
32711
32712 \begin_layout Subsection
32713 Text Style
32714 \end_layout
32715
32716 \begin_layout Standard
32717 Described in section\InsetSpace ~
32718
32719 \begin_inset CommandInset ref
32720 LatexCommand ref
32721 reference "sub:Fine-Tuning-with-the"
32722
32723 \end_inset
32724
32725 .
32726 \end_layout
32727
32728 \begin_layout Subsection
32729 Paragraph Settings
32730 \begin_inset Index
32731 status collapsed
32732
32733 \begin_layout Standard
32734 Paragraph ! Settings
32735 \end_layout
32736
32737 \end_inset
32738
32739
32740 \end_layout
32741
32742 \begin_layout Standard
32743 The settings in the paragraph dialog only affects the paragraph where the
32744  cursor is in.
32745  Here you can set here the paragraph alignment and line spacing.
32746 \end_layout
32747
32748 \begin_layout Standard
32749 You can also prevent that the first line of the paragraph is indented.
32750  This option works only when you have chosen to separate paragraphs with
32751  indents in the 
32752 \family sans
32753 Document\SpecialChar \menuseparator
32754 Settings
32755 \family default
32756  dialog under 
32757 \family sans
32758 Text\InsetSpace ~
32759 Layout
32760 \family default
32761 .
32762 \end_layout
32763
32764 \begin_layout Subsection
32765 Tabular and Math
32766 \end_layout
32767
32768 \begin_layout Standard
32769 These two menus are only active when the cursor is inside a table or a formula.
32770  The properties of this table/formula can now be changed.
32771  The properties of tables are described in section\InsetSpace ~
32772
32773 \begin_inset CommandInset ref
32774 LatexCommand ref
32775 reference "sec:Tables"
32776
32777 \end_inset
32778
32779 , the properties of formulas in chapter\InsetSpace ~
32780
32781 \begin_inset CommandInset ref
32782 LatexCommand ref
32783 reference "cha:Mathematical-Formulas"
32784
32785 \end_inset
32786
32787 .
32788 \end_layout
32789
32790 \begin_layout Subsection
32791 Increase / Decrease List Depth
32792 \end_layout
32793
32794 \begin_layout Standard
32795 These menus are only active when the cursor is in an environment that can
32796  be nested.
32797  They in/decrease the environment nesting level as explained in section\InsetSpace ~
32798
32799 \begin_inset CommandInset ref
32800 LatexCommand ref
32801 reference "sec:Nesting"
32802
32803 \end_inset
32804
32805  and 
32806 \begin_inset CommandInset ref
32807 LatexCommand ref
32808 reference "sub:Numbering-depth"
32809
32810 \end_inset
32811
32812 .
32813 \end_layout
32814
32815 \begin_layout Section
32816 The View Menu
32817 \begin_inset Index
32818 status collapsed
32819
32820 \begin_layout Standard
32821 Menu ! View
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 The 
32831 \family sans
32832 View
32833 \family default
32834  menu contains a list of available formats in which you can view the actual
32835  document with an external program.
32836  The menu entries for the viewing formats are not the same on all installations
32837  - it depends on the LaTeX programs that are found while LyX was configured.
32838  All possible formats are formats listed in section\InsetSpace ~
32839
32840 \begin_inset CommandInset ref
32841 LatexCommand ref
32842 reference "sub:Export"
32843
32844 \end_inset
32845
32846 .
32847  You should at least see the menu entries 
32848 \family sans
32849 DVI
32850 \family default
32851  and 
32852 \family sans
32853 PDF\InsetSpace ~
32854 (pdflatex)
32855 \family default
32856 .
32857  If one of the two is missing, you need to update your LaTeX installation.
32858  After updating you have to reconfigure LyX, see section\InsetSpace ~
32859
32860 \begin_inset CommandInset ref
32861 LatexCommand ref
32862 reference "sec:Basic-LyX-Setup"
32863
32864 \end_inset
32865
32866 .
32867 \begin_inset Index
32868 status collapsed
32869
32870 \begin_layout Standard
32871 Reconfiguration of LyX
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \begin_layout Standard
32880 Invoking a menu will start a viewer program.
32881  The viewer can be set or changed in the preferences, see section\InsetSpace ~
32882
32883 \begin_inset CommandInset ref
32884 LatexCommand ref
32885 reference "sec:File-Formats"
32886
32887 \end_inset
32888
32889 .
32890  The default viewers are set by LyX while it is first configured.
32891 \end_layout
32892
32893 \begin_layout Standard
32894 \begin_inset VSpace bigskip
32895 \end_inset
32896
32897 At the bottom of the 
32898 \family sans
32899 View
32900 \family default
32901  menu the opened documents are listed.
32902 \end_layout
32903
32904 \begin_layout Subsection
32905 View Source
32906 \end_layout
32907
32908 \begin_layout Standard
32909 Opens a window showing the source code of the actual document, as described
32910  in section\InsetSpace ~
32911
32912 \begin_inset CommandInset ref
32913 LatexCommand ref
32914 reference "sec:Previewing-snippets-of"
32915
32916 \end_inset
32917
32918 .
32919 \end_layout
32920
32921 \begin_layout Subsection
32922 Update
32923 \end_layout
32924
32925 \begin_layout Standard
32926 This menu allows you to update the view with your latest changes without
32927  opening a new view window.
32928 \end_layout
32929
32930 \begin_layout Subsection
32931 Toolbars
32932 \begin_inset CommandInset label
32933 LatexCommand label
32934 name "sub:Toolbars"
32935
32936 \end_inset
32937
32938
32939 \begin_inset Index
32940 status collapsed
32941
32942 \begin_layout Standard
32943 Toolbar
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952 In this menu you can set the appearance of the different toolbars.
32953  All toolbars and the 
32954 \family sans
32955 Command\InsetSpace ~
32956 Buffer
32957 \family default
32958  can be turned on and off.
32959  The 
32960 \emph on
32961 on
32962 \emph default
32963  state is denoted in the menu with a checkmark.
32964  The 
32965 \family sans
32966 Review
32967 \family default
32968
32969 \family sans
32970 Table
32971 \family default
32972
32973 \family sans
32974 Math\InsetSpace ~
32975 Panels
32976 \family default
32977 , and 
32978 \family sans
32979 Math
32980 \family default
32981  toolbars can be additionally set to the state 
32982 \emph on
32983 automatic
32984 \emph default
32985  that is denoted in the menu with the suffix 
32986 \family sans
32987 (auto)
32988 \family default
32989 .
32990 \end_layout
32991
32992 \begin_layout Standard
32993 In the 
32994 \emph on
32995 on
32996 \emph default
32997  state the toolbar is permanently shown, in the 
32998 \emph on
32999 automatic
33000 \emph default
33001  state the toolbar is only shown when the cursor is in a certain environment
33002  or when a certain feature is enabled.
33003  That means that the review toolbar will only be shown when change tracking
33004  is activated, the math and table toolbars are only shown when the cursor
33005  is inside a formula or table, respectively.
33006 \end_layout
33007
33008 \begin_layout Standard
33009 LyX's toolbars and its buttons are explained in section\InsetSpace ~
33010
33011 \begin_inset CommandInset ref
33012 LatexCommand ref
33013 reference "sec:Toolbars"
33014
33015 \end_inset
33016
33017 .
33018 \end_layout
33019
33020 \begin_layout Section
33021 The Insert Menu
33022 \begin_inset Index
33023 status collapsed
33024
33025 \begin_layout Standard
33026 Menu ! Insert
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Subsection
33035 Math
33036 \end_layout
33037
33038 \begin_layout Standard
33039 Inserts math constructs that are explained in chapter\InsetSpace ~
33040
33041 \begin_inset CommandInset ref
33042 LatexCommand ref
33043 reference "cha:Mathematical-Formulas"
33044
33045 \end_inset
33046
33047 .
33048 \end_layout
33049
33050 \begin_layout Subsection
33051 Special Character
33052 \begin_inset CommandInset label
33053 LatexCommand label
33054 name "sub:Special-Character"
33055
33056 \end_inset
33057
33058
33059 \end_layout
33060
33061 \begin_layout Standard
33062 Here you can insert the following characters:
33063 \end_layout
33064
33065 \begin_layout Description
33066 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
33067
33068 \end_layout
33069
33070 \begin_layout Description
33071 End\InsetSpace ~
33072 of\InsetSpace ~
33073 Sentence Inserts an end of sentence dot as described in section\InsetSpace ~
33074
33075 \begin_inset CommandInset ref
33076 LatexCommand ref
33077 reference "sub:Abbreviations"
33078
33079 \end_inset
33080
33081 .
33082 \end_layout
33083
33084 \begin_layout Description
33085 Ordinary\InsetSpace ~
33086 Quote Inserts this quote: 
33087 \begin_inset Quotes erd
33088 \end_inset
33089
33090 , no matter what quote type you selected in the 
33091 \family sans
33092 Document\SpecialChar \menuseparator
33093 Settings
33094 \family default
33095  dialog under 
33096 \family sans
33097 Language
33098 \family default
33099 .
33100 \end_layout
33101
33102 \begin_layout Description
33103 Single\InsetSpace ~
33104 Quote Inserts this quote: 
33105 \begin_inset Quotes els
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \begin_layout Description
33112 Menu\InsetSpace ~
33113 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
33114
33115 \end_layout
33116
33117 \begin_layout Description
33118 Phonetic\InsetSpace ~
33119 Symbols
33120 \begin_inset Index
33121 status collapsed
33122
33123 \begin_layout Standard
33124 Phonetic symbols
33125 \end_layout
33126
33127 \end_inset
33128
33129
33130 \begin_inset Index
33131 status collapsed
33132
33133 \begin_layout Standard
33134 Language ! Phonetic symbols
33135 \end_layout
33136
33137 \end_inset
33138
33139  Creates a formula with a so called tipa inset.
33140  Here you can insert commands to create IPA phonetic symbols.
33141  For this feature you must have the LaTeX-package 
33142 \series bold
33143 tipa
33144 \series default
33145
33146 \begin_inset Index
33147 status collapsed
33148
33149 \begin_layout Standard
33150 LaTeX-packages ! tipa
33151 \end_layout
33152
33153 \end_inset
33154
33155  installed.
33156 \newline
33157 For more informations about this feature we refer to the documentation
33158  of 
33159 \series bold
33160 tipa, 
33161 \begin_inset CommandInset citation
33162 LatexCommand cite
33163 key "tipa"
33164
33165 \end_inset
33166
33167
33168 \series default
33169  and this Wiki-page:
33170 \newline
33171
33172 \begin_inset Flex URL
33173 status collapsed
33174
33175 \begin_layout Standard
33176
33177 http://wiki.lyx.org/LyX/LinguistLyX
33178 \end_layout
33179
33180 \end_inset
33181
33182 .
33183 \end_layout
33184
33185 \begin_layout Subsection
33186 Formatting
33187 \end_layout
33188
33189 \begin_layout Standard
33190 Here you can insert the following format constructs:
33191 \end_layout
33192
33193 \begin_layout Description
33194 Superscript Inserts an superscript: test
33195 \begin_inset Formula $^{\text{a,b}}$
33196 \end_inset
33197
33198
33199 \end_layout
33200
33201 \begin_layout Description
33202 Subscript Inserts an subscript: test
33203 \begin_inset Formula $_{\text{3x}}$
33204 \end_inset
33205
33206
33207 \end_layout
33208
33209 \begin_layout Description
33210 Protected\InsetSpace ~
33211 Space Inserts a protected space that is described in section\InsetSpace ~
33212
33213 \begin_inset CommandInset ref
33214 LatexCommand ref
33215 reference "sub:Protected-Space"
33216
33217 \end_inset
33218
33219 .
33220 \end_layout
33221
33222 \begin_layout Description
33223 Inter-word\InsetSpace ~
33224 Space Inserts an inter-word space that is described in section\InsetSpace ~
33225
33226 \begin_inset CommandInset ref
33227 LatexCommand ref
33228 reference "sub:Inter-word-Space"
33229
33230 \end_inset
33231
33232 .
33233 \end_layout
33234
33235 \begin_layout Description
33236 Thin\InsetSpace ~
33237 Space Inserts a thin space that is described in section\InsetSpace ~
33238
33239 \begin_inset CommandInset ref
33240 LatexCommand ref
33241 reference "sub:Thin-Space"
33242
33243 \end_inset
33244
33245 .
33246 \end_layout
33247
33248 \begin_layout Description
33249 Horizontal\InsetSpace ~
33250 Fill Inserts an horizontal fill, see section\InsetSpace ~
33251
33252 \begin_inset CommandInset ref
33253 LatexCommand ref
33254 reference "sub:Horizontal-Space"
33255
33256 \end_inset
33257
33258  for a description.
33259 \end_layout
33260
33261 \begin_layout Description
33262 Horizontal\InsetSpace ~
33263 Line Inserts an horizontal line, see section\InsetSpace ~
33264
33265 \begin_inset CommandInset ref
33266 LatexCommand ref
33267 reference "sub:Horizontal-Lines"
33268
33269 \end_inset
33270
33271  for a description.
33272 \end_layout
33273
33274 \begin_layout Description
33275 Vertical\InsetSpace ~
33276 Space Inserts vertical space, see section\InsetSpace ~
33277
33278 \begin_inset CommandInset ref
33279 LatexCommand ref
33280 reference "sub:Vertical-Space"
33281
33282 \end_inset
33283
33284  for a description.
33285 \end_layout
33286
33287 \begin_layout Description
33288 Hyphenation\InsetSpace ~
33289 Point Inserts an hyphenation point, see section\InsetSpace ~
33290
33291 \begin_inset CommandInset ref
33292 LatexCommand ref
33293 reference "sub:Hyphenation"
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Description
33301 Ligature\InsetSpace ~
33302 Break Inserts a ligature break, see section\InsetSpace ~
33303
33304 \begin_inset CommandInset ref
33305 LatexCommand ref
33306 reference "sub:Ligatures"
33307
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \begin_layout Description
33314 Line\InsetSpace ~
33315 Break Inserts a forced linebreak, see section\InsetSpace ~
33316
33317 \begin_inset CommandInset ref
33318 LatexCommand ref
33319 reference "sub:Forced-Linebreaks"
33320
33321 \end_inset
33322
33323
33324 \end_layout
33325
33326 \begin_layout Description
33327 Page\InsetSpace ~
33328 Break Inserts a forced pagebreak, described in section\InsetSpace ~
33329
33330 \begin_inset CommandInset ref
33331 LatexCommand ref
33332 reference "sub:Forced-Pagebreaks"
33333
33334 \end_inset
33335
33336
33337 \end_layout
33338
33339 \begin_layout Description
33340 Clear\InsetSpace ~
33341 Page Inserts a clear pagebreak, described in section\InsetSpace ~
33342
33343 \begin_inset CommandInset ref
33344 LatexCommand ref
33345 reference "sub:Clear-Pages"
33346
33347 \end_inset
33348
33349
33350 \end_layout
33351
33352 \begin_layout Description
33353 Clear\InsetSpace ~
33354 Double\InsetSpace ~
33355 Page Inserts a clear doublepage break, described in section\InsetSpace ~
33356
33357 \begin_inset CommandInset ref
33358 LatexCommand ref
33359 reference "sub:Clear-Pages"
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Subsection
33367 List / TOC
33368 \end_layout
33369
33370 \begin_layout Standard
33371 Various lists can be inserted with this menu.
33372  The table of contents, the algorithm, figures, and tables list are described
33373  in section\InsetSpace ~
33374
33375 \begin_inset CommandInset ref
33376 LatexCommand ref
33377 reference "sec:toc"
33378
33379 \end_inset
33380
33381 .
33382  The index list is described in section\InsetSpace ~
33383
33384 \begin_inset CommandInset ref
33385 LatexCommand ref
33386 reference "sec:Index"
33387
33388 \end_inset
33389
33390 , the nomenclature in section\InsetSpace ~
33391
33392 \begin_inset CommandInset ref
33393 LatexCommand ref
33394 reference "sec:Nomenclature"
33395
33396 \end_inset
33397
33398 , and the BibTeX bibliography in section\InsetSpace ~
33399
33400 \begin_inset CommandInset ref
33401 LatexCommand ref
33402 reference "sub:Bibliography-databases"
33403
33404 \end_inset
33405
33406 .
33407 \end_layout
33408
33409 \begin_layout Subsection
33410 Float
33411 \end_layout
33412
33413 \begin_layout Standard
33414 To insert floats, described in section\InsetSpace ~
33415
33416 \begin_inset CommandInset ref
33417 LatexCommand ref
33418 reference "sec:Floats"
33419
33420 \end_inset
33421
33422 .
33423 \end_layout
33424
33425 \begin_layout Subsection
33426 Note
33427 \end_layout
33428
33429 \begin_layout Standard
33430 To insert notes, described in section\InsetSpace ~
33431
33432 \begin_inset CommandInset ref
33433 LatexCommand ref
33434 reference "sec:Notes"
33435
33436 \end_inset
33437
33438 .
33439 \end_layout
33440
33441 \begin_layout Subsection
33442 Branch
33443 \end_layout
33444
33445 \begin_layout Standard
33446 Inserts branch insets as described in section\InsetSpace ~
33447
33448 \begin_inset CommandInset ref
33449 LatexCommand ref
33450 reference "sec:Branches"
33451
33452 \end_inset
33453
33454 .
33455 \end_layout
33456
33457 \begin_layout Subsection
33458 File
33459 \begin_inset Index
33460 status collapsed
33461
33462 \begin_layout Standard
33463 External Material
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Standard
33472 Here you can inserts files to include them or its content to your document.
33473  How this can be done is in detail explained in chapter 
33474 \emph on
33475 External Stuff
33476 \emph default
33477  of the 
33478 \emph on
33479 Embedded Objects
33480 \emph default
33481  manual.
33482 \end_layout
33483
33484 \begin_layout Subsection
33485 Box
33486 \begin_inset Index
33487 status collapsed
33488
33489 \begin_layout Standard
33490 Boxes
33491 \end_layout
33492
33493 \end_inset
33494
33495
33496 \end_layout
33497
33498 \begin_layout Standard
33499 Inserts a minipage box that is described section\InsetSpace ~
33500
33501 \begin_inset CommandInset ref
33502 LatexCommand ref
33503 reference "sec:Minipages"
33504
33505 \end_inset
33506
33507 .
33508  All box types supported by LyX are explained in detail in chapter 
33509 \emph on
33510 Boxes
33511 \emph default
33512  of the 
33513 \emph on
33514 Embedded Objects
33515 \emph default
33516  manual.
33517 \end_layout
33518
33519 \begin_layout Subsection
33520 Citation
33521 \end_layout
33522
33523 \begin_layout Standard
33524 Inserts a citation as described in section\InsetSpace ~
33525
33526 \begin_inset CommandInset ref
33527 LatexCommand ref
33528 reference "sec:Bibliography"
33529
33530 \end_inset
33531
33532 .
33533 \end_layout
33534
33535 \begin_layout Subsection
33536 Cross-Reference
33537 \end_layout
33538
33539 \begin_layout Standard
33540 Inserts a cross-reference as described in section\InsetSpace ~
33541
33542 \begin_inset CommandInset ref
33543 LatexCommand ref
33544 reference "sec:Cross-References"
33545
33546 \end_inset
33547
33548 .
33549 \end_layout
33550
33551 \begin_layout Subsection
33552 Label
33553 \end_layout
33554
33555 \begin_layout Standard
33556 Inserts a label as described in section\InsetSpace ~
33557
33558 \begin_inset CommandInset ref
33559 LatexCommand ref
33560 reference "sec:Cross-References"
33561
33562 \end_inset
33563
33564 .
33565 \end_layout
33566
33567 \begin_layout Subsection
33568 Caption
33569 \begin_inset Index
33570 status collapsed
33571
33572 \begin_layout Standard
33573 Captions
33574 \end_layout
33575
33576 \end_inset
33577
33578
33579 \begin_inset Index
33580 status collapsed
33581
33582 \begin_layout Standard
33583 Longtables ! Caption
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \begin_layout Standard
33592 Inserts a caption to floats or longtables.
33593  Floats are described in section\InsetSpace ~
33594
33595 \begin_inset CommandInset ref
33596 LatexCommand ref
33597 reference "sec:Floats"
33598
33599 \end_inset
33600
33601 , cations in longtables are described in section 
33602 \emph on
33603 Longtable Captions
33604 \emph default
33605  of the 
33606 \emph on
33607 Embedded Objects
33608 \emph default
33609  manual.
33610 \end_layout
33611
33612 \begin_layout Subsection
33613 Index Entry
33614 \end_layout
33615
33616 \begin_layout Standard
33617 Inserts an index entry as described in section\InsetSpace ~
33618
33619 \begin_inset CommandInset ref
33620 LatexCommand ref
33621 reference "sec:Index"
33622
33623 \end_inset
33624
33625 .
33626 \end_layout
33627
33628 \begin_layout Subsection
33629 Nomenclature Entry
33630 \end_layout
33631
33632 \begin_layout Standard
33633 Inserts a nomenclature entry as described in section\InsetSpace ~
33634
33635 \begin_inset CommandInset ref
33636 LatexCommand ref
33637 reference "sec:Nomenclature"
33638
33639 \end_inset
33640
33641 .
33642 \end_layout
33643
33644 \begin_layout Subsection
33645 Table
33646 \end_layout
33647
33648 \begin_layout Standard
33649 Inserts a table.
33650  Tables are described in section\InsetSpace ~
33651
33652 \begin_inset CommandInset ref
33653 LatexCommand ref
33654 reference "sec:Tables"
33655
33656 \end_inset
33657
33658 .
33659 \end_layout
33660
33661 \begin_layout Subsection
33662 Graphics
33663 \end_layout
33664
33665 \begin_layout Standard
33666 Inserts a graphic.
33667  Graphics are described in section\InsetSpace ~
33668
33669 \begin_inset CommandInset ref
33670 LatexCommand ref
33671 reference "sec:Graphics"
33672
33673 \end_inset
33674
33675 .
33676 \end_layout
33677
33678 \begin_layout Subsection
33679 URL
33680 \end_layout
33681
33682 \begin_layout Standard
33683 Inserts an URL box as described in section\InsetSpace ~
33684
33685 \begin_inset CommandInset ref
33686 LatexCommand ref
33687 reference "sec:URL"
33688
33689 \end_inset
33690
33691 .
33692 \end_layout
33693
33694 \begin_layout Subsection
33695 Footnote
33696 \end_layout
33697
33698 \begin_layout Standard
33699 Inserts a footnote, see section\InsetSpace ~
33700
33701 \begin_inset CommandInset ref
33702 LatexCommand ref
33703 reference "sec:Footnotes"
33704
33705 \end_inset
33706
33707 .
33708 \end_layout
33709
33710 \begin_layout Subsection
33711 Marginal Note
33712 \end_layout
33713
33714 \begin_layout Standard
33715 Inserts a marginal note, see section\InsetSpace ~
33716
33717 \begin_inset CommandInset ref
33718 LatexCommand ref
33719 reference "sec:Marginal-Notes"
33720
33721 \end_inset
33722
33723 .
33724 \end_layout
33725
33726 \begin_layout Subsection
33727 Short Title
33728 \end_layout
33729
33730 \begin_layout Standard
33731 Inserts a short title, see section\InsetSpace ~
33732
33733 \begin_inset CommandInset ref
33734 LatexCommand ref
33735 reference "sec:Short-Titles"
33736
33737 \end_inset
33738
33739 .
33740 \end_layout
33741
33742 \begin_layout Subsection
33743 TeX Code
33744 \end_layout
33745
33746 \begin_layout Standard
33747 Inserts an ERT box, see section\InsetSpace ~
33748
33749 \begin_inset CommandInset ref
33750 LatexCommand ref
33751 reference "sub:ERT-Boxes"
33752
33753 \end_inset
33754
33755  for a description.
33756 \end_layout
33757
33758 \begin_layout Subsection
33759 Program Listing
33760 \begin_inset Index
33761 status collapsed
33762
33763 \begin_layout Standard
33764 Program listings
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \begin_layout Standard
33773 Inserts a program listings box.
33774  Program listings are explained in chapter 
33775 \emph on
33776 Program Code Listings
33777 \emph default
33778  of the 
33779 \emph on
33780 Embedded Objects
33781 \emph default
33782  manual.
33783 \end_layout
33784
33785 \begin_layout Subsection
33786 Date
33787 \end_layout
33788
33789 \begin_layout Standard
33790 Inserts the actual date.
33791  The format dependends on the date format of the language that is used for
33792  LyX's menus.
33793  LyX offers another ways to insert a date which is explained in section
33794  
33795 \emph on
33796 External Material
33797 \emph default
33798  of the 
33799 \emph on
33800 Embedded Objects
33801 \emph default
33802  manual.
33803  There the different methods are also compared.
33804 \end_layout
33805
33806 \begin_layout Section
33807 The Navigate Menu
33808 \begin_inset Index
33809 status collapsed
33810
33811 \begin_layout Standard
33812 Menu ! Navigate
33813 \end_layout
33814
33815 \end_inset
33816
33817
33818 \end_layout
33819
33820 \begin_layout Standard
33821 This menu lists the existing, chapter, sections, figures, and tables of
33822  the current document.
33823  This allows you to navigate easily through you document.
33824 \end_layout
33825
33826 \begin_layout Standard
33827 The Navigate menu also offers to 
33828 \end_layout
33829
33830 \begin_layout Subsection
33831 Bookmarks
33832 \end_layout
33833
33834 \begin_layout Standard
33835 With this menu you are able to define your own bookmarks.
33836  This is useful when you are working on a large documents and often have
33837  to jump e.g.
33838  between section\InsetSpace ~
33839 2.5 and 6.3.
33840  To create bookmarks for this example, go to section\InsetSpace ~
33841 2.5 and use the menu
33842  
33843 \family sans
33844 Save\InsetSpace ~
33845 Bookmark\InsetSpace ~
33846 1
33847 \family default
33848 .
33849  Then go to section\InsetSpace ~
33850 6.3 and use 
33851 \family sans
33852 Save\InsetSpace ~
33853 Bookmark\InsetSpace ~
33854
33855 \family default
33856 2.
33857  Now you can easily jump between these sections by using the menu or by
33858  the key bindings 
33859 \family sans
33860 C-1
33861 \family default
33862  and 
33863 \family sans
33864 C-2
33865 \family default
33866 .
33867 \end_layout
33868
33869 \begin_layout Standard
33870 You can also use bookmarks to jump between several opened documents.
33871  The saved bookmarks are valid till the document is closed.
33872 \end_layout
33873
33874 \begin_layout Subsection
33875 Next Note, Change, Cross-reference
33876 \end_layout
33877
33878 \begin_layout Standard
33879 Jump to the next note, change, or cross-reference following the current
33880  cursor position.
33881 \end_layout
33882
33883 \begin_layout Subsection
33884 Go to Label
33885 \end_layout
33886
33887 \begin_layout Standard
33888 Only active when the cursor is in front of a cross-reference.
33889  Sets the cursor before the referenced label, the same as if you right-click
33890  on a cross-reference box.
33891 \end_layout
33892
33893 \begin_layout Section
33894 The Document Menu
33895 \begin_inset Index
33896 status collapsed
33897
33898 \begin_layout Standard
33899 Menu ! Document
33900 \end_layout
33901
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \begin_layout Subsection
33908 Change Tracking
33909 \end_layout
33910
33911 \begin_layout Standard
33912 Change Tracking is described in section\InsetSpace ~
33913
33914 \begin_inset CommandInset ref
33915 LatexCommand ref
33916 reference "sec:Change-Tracking"
33917
33918 \end_inset
33919
33920 .
33921 \end_layout
33922
33923 \begin_layout Subsection
33924 LaT
33925 \begin_inset ERT
33926 status collapsed
33927
33928 \begin_layout Standard
33929
33930 {}
33931 \end_layout
33932
33933 \end_inset
33934
33935 eX Log
33936 \end_layout
33937
33938 \begin_layout Standard
33939 After running LaTeX by viewing or exporting a document, this menu will be
33940  enabled.
33941  It shows the logfile of the used LaTeX-program.
33942 \end_layout
33943
33944 \begin_layout Standard
33945 Here you can see how LaTeX works in the background.
33946  
33947 \emph on
33948 Experts
33949 \emph default
33950  will find in it reasons for LaTeX-errors.
33951 \end_layout
33952
33953 \begin_layout Subsection
33954 Outline
33955 \end_layout
33956
33957 \begin_layout Standard
33958 Opens the TOC/Outline window as described in section\InsetSpace ~
33959
33960 \begin_inset CommandInset ref
33961 LatexCommand ref
33962 reference "sub:Table-of-Contents"
33963
33964 \end_inset
33965
33966 .
33967 \end_layout
33968
33969 \begin_layout Subsection
33970 Start Appendix Here
33971 \end_layout
33972
33973 \begin_layout Standard
33974 This menu will start the appendix of the document at the current cursor
33975  position as described in section\InsetSpace ~
33976
33977 \begin_inset CommandInset ref
33978 LatexCommand ref
33979 reference "sec:Appendices"
33980
33981 \end_inset
33982
33983 .
33984 \end_layout
33985
33986 \begin_layout Subsection
33987 Compressed
33988 \end_layout
33989
33990 \begin_layout Standard
33991 Un/compresses the actual document.
33992 \end_layout
33993
33994 \begin_layout Subsection
33995 Settings
33996 \begin_inset CommandInset label
33997 LatexCommand label
33998 name "sub:Settings"
33999
34000 \end_inset
34001
34002
34003 \begin_inset Index
34004 status collapsed
34005
34006 \begin_layout Standard
34007 Document ! Settings
34008 \end_layout
34009
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \begin_layout Standard
34016 This menu dialog contains some submenus to set properties for the whole
34017  document.
34018  You can save your document settings as default with the 
34019 \family sans
34020 Save as Document Defaults
34021 \family default
34022  button in the dialog.
34023  This will create a template named 
34024 \family typewriter
34025 default.lyx
34026 \family default
34027  which is automatically loaded by LyX when you create a new document without
34028  using a template.
34029 \end_layout
34030
34031 \begin_layout Standard
34032 The different submenus of the dialog are explained in the following:
34033 \end_layout
34034
34035 \begin_layout Subsubsection*
34036 Document Class
34037 \end_layout
34038
34039 \begin_layout Standard
34040 Here you set the document class, class options, and a Postscript driver.
34041  Document classes are described in section\InsetSpace ~
34042
34043 \begin_inset CommandInset ref
34044 LatexCommand ref
34045 reference "sec:Document-Classes"
34046
34047 \end_inset
34048
34049 .
34050  The Postscript driver is used for LaTeX's color and graphics packages.
34051  When using 
34052 \family sans
34053 Default
34054 \family default
34055 , the default driver for the LaTeX-packages are used.
34056  It is recommended to use the default unless your know what you are doing.
34057 \end_layout
34058
34059 \begin_layout Subsubsection*
34060 Fonts
34061 \end_layout
34062
34063 \begin_layout Standard
34064 The document font settings are described in section\InsetSpace ~
34065
34066 \begin_inset CommandInset ref
34067 LatexCommand ref
34068 reference "sec:Fonts-and-Text"
34069
34070 \end_inset
34071
34072 .
34073 \end_layout
34074
34075 \begin_layout Subsubsection*
34076 Text Layout
34077 \end_layout
34078
34079 \begin_layout Standard
34080 You can specify if paragraphs should be separated by indentations or vertical
34081  skips.
34082  The line spacing and the number of text columns can here also be specified.
34083  
34084 \end_layout
34085
34086 \begin_layout Standard
34087 Note that LyX won't show two columns or the set up line spacing on screen.
34088  That's impractical, often unreadable, and not part of the WYSIWYM concept.
34089  However, it will be as you specified it in the output.
34090 \end_layout
34091
34092 \begin_layout Standard
34093 The listings settings are explained in the corresponding section in the
34094  
34095 \emph on
34096 Embedded Objects
34097 \emph default
34098  manual.
34099 \end_layout
34100
34101 \begin_layout Subsubsection*
34102 Page Layout
34103 \end_layout
34104
34105 \begin_layout Standard
34106 A description of this menu is given in section\InsetSpace ~
34107
34108 \begin_inset CommandInset ref
34109 LatexCommand ref
34110 reference "sub:Paper-Size,-Orientation,"
34111
34112 \end_inset
34113
34114  and 
34115 \begin_inset CommandInset ref
34116 LatexCommand ref
34117 reference "sub:Document-Layout"
34118
34119 \end_inset
34120
34121 .
34122 \end_layout
34123
34124 \begin_layout Subsubsection*
34125 Page Margins
34126 \end_layout
34127
34128 \begin_layout Standard
34129 Here you can adjust the paper margins, see section\InsetSpace ~
34130
34131 \begin_inset CommandInset ref
34132 LatexCommand ref
34133 reference "sub:Margins"
34134
34135 \end_inset
34136
34137 .
34138 \end_layout
34139
34140 \begin_layout Subsubsection*
34141 Language
34142 \begin_inset Index
34143 status collapsed
34144
34145 \begin_layout Standard
34146 Language ! Encoding
34147 \end_layout
34148
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \begin_layout Standard
34155 The document language and quote styles are set here.
34156  The encoding specifies how the document content is exported to LaTeX (the
34157  LyX file is always encoded in utf8).
34158  All characters that cannot be encoded using the specified encoding will
34159  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
34160  known for a particular character).
34161 \begin_inset Foot
34162 status collapsed
34163
34164 \begin_layout Standard
34165 The known commands are defined in a text file.
34166  You can add commands for unknown symbols to that file yourself, see the
34167  
34168 \emph on
34169 Customization
34170 \emph default
34171  manual for details.
34172 \end_layout
34173
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \begin_layout Standard
34180 If you use the option 
34181 \family sans
34182 use language's default encoding
34183 \family default
34184 , LyX determines the encoding of a portion of text from the language of
34185  this text.
34186  If the document contains text in more than one language you may get more
34187  than one encoding in the LaTeX file.
34188  If you do not use this option then the complete document will always use
34189  exactly one encoding.
34190  Checking this option is the preferred setting unless you use 
34191 \family sans
34192 XeTeX
34193 \family default
34194
34195 \begin_inset Foot
34196 status collapsed
34197
34198 \begin_layout Standard
34199 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
34200  It natively supports Unicode while its input file is assumed to be in UTF-8
34201  encoding.
34202  More about using LyX with XeTeX can be found in 
34203 \begin_inset CommandInset citation
34204 LatexCommand cite
34205 key "XeTeX"
34206
34207 \end_inset
34208
34209 .
34210 \end_layout
34211
34212 \end_inset
34213
34214  (see below).
34215 \end_layout
34216
34217 \begin_layout Standard
34218 LyX also supports Unicode output, which is particularly useful if you need
34219  lots of special symbols or non-alphabetic scripts, respectively.
34220  If you want to use this (and your LaTeX installation supports Unicode,
34221  for that matter), choose one of the four utf8 variants from the list below.
34222  Unfortunately the unicode support of standard LaTeX is quite incomplete,
34223  so it is not uncommon that a file with lots of unicode symbols works fine
34224  with 
34225 \family sans
34226 use language's default encoding
34227 \family default
34228  (when LyX uses it's list of known LaTeX-commands), but does not work with
34229  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
34230  because all unicode symbols can be encoded in utf8).
34231 \end_layout
34232
34233 \begin_layout Standard
34234 Here is a list with the important encodings:
34235 \end_layout
34236
34237 \begin_layout Description
34238 LaTeX\InsetSpace ~
34239 default Same as 
34240 \family sans
34241 use language's default encoding
34242 \family default
34243 , but the LaTeX-package 
34244 \series bold
34245 inputenc
34246 \series default
34247
34248 \begin_inset Index
34249 status collapsed
34250
34251 \begin_layout Standard
34252 LaTeX-packages ! inputenc
34253 \end_layout
34254
34255 \end_inset
34256
34257  is not used.
34258  You probably need to load some other packages manually in the preamble.
34259 \end_layout
34260
34261 \begin_layout Description
34262 armscii8 encoding for Armenian
34263 \end_layout
34264
34265 \begin_layout Description
34266 ascii the ASCII encoding, covers only plain English, may result in a big
34267  file because lots of LaTeX-commands may be needed
34268 \end_layout
34269
34270 \begin_layout Description
34271 cp1250 MS Windows code page for latin2
34272 \end_layout
34273
34274 \begin_layout Description
34275 cp1251 MS Windows code page for Cyrillic
34276 \end_layout
34277
34278 \begin_layout Description
34279 cp1252 MS Windows code page for latin1
34280 \end_layout
34281
34282 \begin_layout Description
34283 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
34284 \end_layout
34285
34286 \begin_layout Description
34287 cp1256 MS Windows code page for Arabic and Farsi
34288 \end_layout
34289
34290 \begin_layout Description
34291 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
34292 13 encoding that is a superset of the ISO-8859-4 encoding
34293 \end_layout
34294
34295 \begin_layout Description
34296 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
34297  Serbian, and Ukrainian
34298 \end_layout
34299
34300 \begin_layout Description
34301 iso-8859-7 the ISO-8859-7 encoding, covers Greek
34302 \end_layout
34303
34304 \begin_layout Description
34305 8859-8 the ISO-8859-8 encoding, covers Hebrew
34306 \end_layout
34307
34308 \begin_layout Description
34309 koi8-r standard Cyrillic especially for Russian
34310 \end_layout
34311
34312 \begin_layout Description
34313 koi8-u Cyrillic for Ukrainian
34314 \end_layout
34315
34316 \begin_layout Description
34317 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
34318  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
34319  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
34320  replaced by latin9
34321 \end_layout
34322
34323 \begin_layout Description
34324 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
34325  Hungarian, Polish, Romanian, Slovak, and Slovenian
34326 \end_layout
34327
34328 \begin_layout Description
34329 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
34330  Turkish
34331 \end_layout
34332
34333 \begin_layout Description
34334 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
34335 \end_layout
34336
34337 \begin_layout Description
34338 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
34339  where the Icelandic letters are replaced by Turkish ones
34340 \end_layout
34341
34342 \begin_layout Description
34343 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
34344  the euro currency sign, the 
34345 \begin_inset ERT
34346 status collapsed
34347
34348 \begin_layout Standard
34349
34350
34351 \backslash
34352 oe
34353 \end_layout
34354
34355 \end_inset
34356
34357 -ligature and some characters used for French and Finnish; latin9 should
34358  be the replacement for latin1
34359 \end_layout
34360
34361 \begin_layout Description
34362 pt154 Cyrillic for Kazakh
34363 \end_layout
34364
34365 \begin_layout Description
34366 utf8 Unicode utf8 with the LaTeX-package 
34367 \series bold
34368 inputenc
34369 \series default
34370
34371 \begin_inset Index
34372 status collapsed
34373
34374 \begin_layout Standard
34375 LaTeX-packages ! inputenc
34376 \end_layout
34377
34378 \end_inset
34379
34380  (first variant, for latin symbols and some others).
34381 \end_layout
34382
34383 \begin_layout Description
34384 utf8x Unicode utf8 with the LaTeX-package 
34385 \series bold
34386 inputenc
34387 \series default
34388  (second variant, for greek and CJK symbols and some others).
34389 \end_layout
34390
34391 \begin_layout Description
34392 UTF8 Unicode utf8 with the LaTeX-package 
34393 \series bold
34394 CJK
34395 \series default
34396
34397 \begin_inset Index
34398 status collapsed
34399
34400 \begin_layout Standard
34401 LaTeX-packages ! CJK
34402 \end_layout
34403
34404 \end_inset
34405
34406  (for the languages Chinese, Japanese and Korean)
34407 \end_layout
34408
34409 \begin_layout Description
34410 utf8-plain Unicode utf8 to be used with 
34411 \family sans
34412 XeTeX
34413 \family default
34414 , which uses Unicode directly, without the help of the LaTeX-package 
34415 \series bold
34416 inputenc
34417 \series default
34418  
34419 \begin_inset Foot
34420 status collapsed
34421
34422 \begin_layout Standard
34423 More about using LyX with XeTeX can be found in 
34424 \begin_inset CommandInset citation
34425 LatexCommand cite
34426 key "XeTeX"
34427
34428 \end_inset
34429
34430 .
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Subsubsection*
34439 Numbering & TOC
34440 \end_layout
34441
34442 \begin_layout Standard
34443 You can adjust here the numbering depth of sections headings as described
34444  in section\InsetSpace ~
34445
34446 \begin_inset CommandInset ref
34447 LatexCommand ref
34448 reference "sub:Numbering-depth"
34449
34450 \end_inset
34451
34452 .
34453 \end_layout
34454
34455 \begin_layout Subsubsection*
34456 Bibliography
34457 \end_layout
34458
34459 \begin_layout Standard
34460 You can specify here a citation style using the LaTeX-packages 
34461 \series bold
34462 natbib
34463 \begin_inset Index
34464 status collapsed
34465
34466 \begin_layout Standard
34467 LaTeX-packages ! natbib
34468 \end_layout
34469
34470 \end_inset
34471
34472
34473 \series default
34474  or 
34475 \series bold
34476 jurabib
34477 \series default
34478
34479 \begin_inset Index
34480 status collapsed
34481
34482 \begin_layout Standard
34483 LaTeX-packages ! jurabib
34484 \end_layout
34485
34486 \end_inset
34487
34488 .
34489  For a further description see section\InsetSpace ~
34490
34491 \begin_inset CommandInset ref
34492 LatexCommand ref
34493 reference "sec:Bibliography"
34494
34495 \end_inset
34496
34497 .
34498 \end_layout
34499
34500 \begin_layout Subsubsection*
34501 Math Options
34502 \end_layout
34503
34504 \begin_layout Standard
34505 These options will force LyX to use the LaTeX-packages 
34506 \series bold
34507 amsmath
34508 \begin_inset Index
34509 status collapsed
34510
34511 \begin_layout Standard
34512 LaTeX-packages ! amsmath
34513 \end_layout
34514
34515 \end_inset
34516
34517
34518 \series default
34519  and 
34520 \series bold
34521 esint
34522 \begin_inset Index
34523 status collapsed
34524
34525 \begin_layout Standard
34526 LaTeX-packages ! esint
34527 \end_layout
34528
34529 \end_inset
34530
34531
34532 \series default
34533  or to use them automatically when they are needed.
34534 \end_layout
34535
34536 \begin_layout Standard
34537
34538 \series bold
34539 amsmath
34540 \series default
34541  is needed for many constructs, so when you get LaTeX-errors in formulas,
34542  assure that you have enabled AMS.
34543 \end_layout
34544
34545 \begin_layout Standard
34546
34547 \series bold
34548 esint
34549 \series default
34550  is used for special integral characters.
34551 \end_layout
34552
34553 \begin_layout Subsubsection*
34554 Float Placement
34555 \end_layout
34556
34557 \begin_layout Standard
34558 The float placement options are described in section
34559 \begin_inset Formula $\,$
34560 \end_inset
34561
34562
34563 \begin_inset CommandInset ref
34564 LatexCommand ref
34565 reference "sub:Float-Placement"
34566
34567 \end_inset
34568
34569 .
34570 \end_layout
34571
34572 \begin_layout Subsubsection*
34573 Bullets
34574 \end_layout
34575
34576 \begin_layout Standard
34577 Here you can adjust the characters for the itemize levels.
34578  The itemize environment is described in section\InsetSpace ~
34579
34580 \begin_inset CommandInset ref
34581 LatexCommand ref
34582 reference "sec:Itemize"
34583
34584 \end_inset
34585
34586 .
34587 \end_layout
34588
34589 \begin_layout Subsubsection*
34590 Branches
34591 \end_layout
34592
34593 \begin_layout Standard
34594 Branches are described in section\InsetSpace ~
34595
34596 \begin_inset CommandInset ref
34597 LatexCommand ref
34598 reference "sec:Branches"
34599
34600 \end_inset
34601
34602 .
34603 \end_layout
34604
34605 \begin_layout Subsubsection*
34606 LaT
34607 \begin_inset ERT
34608 status collapsed
34609
34610 \begin_layout Standard
34611
34612 {}
34613 \end_layout
34614
34615 \end_inset
34616
34617 eX Preamble
34618 \end_layout
34619
34620 \begin_layout Standard
34621 In this text field are entered commands to load special LaTeX-packages or
34622  to define LaTeX-commands.
34623  The preamble is a thing for LaTeX-experts.
34624  You shouldn't enter commands here until you don't exactly know what you
34625  do.
34626 \end_layout
34627
34628 \begin_layout Standard
34629 An introduction in the LaTeX-syntax is given in section\InsetSpace ~
34630
34631 \begin_inset CommandInset ref
34632 LatexCommand ref
34633 reference "sub:LaTeX-Syntax"
34634
34635 \end_inset
34636
34637 .
34638 \end_layout
34639
34640 \begin_layout Section
34641 The Tools Menu
34642 \begin_inset Index
34643 status collapsed
34644
34645 \begin_layout Standard
34646 Menu ! Tools
34647 \end_layout
34648
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Subsection
34655 Spellchecker
34656 \end_layout
34657
34658 \begin_layout Standard
34659 Spell checking is explained in section\InsetSpace ~
34660
34661 \begin_inset CommandInset ref
34662 LatexCommand ref
34663 reference "sec:Spellchecking"
34664
34665 \end_inset
34666
34667 .
34668 \end_layout
34669
34670 \begin_layout Subsection
34671 Thesaurus
34672 \end_layout
34673
34674 \begin_layout Standard
34675 The thesaurus is described in section\InsetSpace ~
34676
34677 \begin_inset CommandInset ref
34678 LatexCommand ref
34679 reference "sec:Thesaurus"
34680
34681 \end_inset
34682
34683 .
34684 \end_layout
34685
34686 \begin_layout Subsection
34687 Count Words
34688 \begin_inset Index
34689 status collapsed
34690
34691 \begin_layout Standard
34692 Word count
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \begin_layout Standard
34701 Counts the number of words in the actual document or the highlighted document
34702  part.
34703 \end_layout
34704
34705 \begin_layout Subsection
34706 T
34707 \begin_inset ERT
34708 status collapsed
34709
34710 \begin_layout Standard
34711
34712 {}
34713 \end_layout
34714
34715 \end_inset
34716
34717 eX Information
34718 \begin_inset Index
34719 status collapsed
34720
34721 \begin_layout Standard
34722 TeX Information
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \begin_layout Standard
34731 Shows you a list of the classes and styles installed in your LaTeX-system.
34732 \end_layout
34733
34734 \begin_layout Subsection
34735 Reconfigure
34736 \begin_inset Index
34737 status collapsed
34738
34739 \begin_layout Standard
34740 Reconfiguration of LyX
34741 \end_layout
34742
34743 \end_inset
34744
34745
34746 \begin_inset Index
34747 status collapsed
34748
34749 \begin_layout Standard
34750 LyX ! Reconfigure|see
34751 \begin_inset ERT
34752 status collapsed
34753
34754 \begin_layout Standard
34755
34756 {
34757 \end_layout
34758
34759 \end_inset
34760
34761 Reconfiguration of LyX
34762 \begin_inset ERT
34763 status collapsed
34764
34765 \begin_layout Standard
34766
34767 }
34768 \end_layout
34769
34770 \end_inset
34771
34772
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Standard
34781 This menu reconfigures LyX.
34782  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
34783
34784 \begin_inset CommandInset ref
34785 LatexCommand ref
34786 reference "sec:Basic-LyX-Setup"
34787
34788 \end_inset
34789
34790 .
34791 \end_layout
34792
34793 \begin_layout Subsection
34794 Preferences
34795 \end_layout
34796
34797 \begin_layout Standard
34798 The preferences dialog is described in detail in chapter
34799 \begin_inset Formula $\,$
34800 \end_inset
34801
34802
34803 \begin_inset CommandInset ref
34804 LatexCommand ref
34805 reference "cha:The-Preferences-dialog"
34806
34807 \end_inset
34808
34809 .
34810 \end_layout
34811
34812 \begin_layout Section
34813 The Help Menu
34814 \begin_inset Index
34815 status collapsed
34816
34817 \begin_layout Standard
34818 Menu ! Help
34819 \end_layout
34820
34821 \end_inset
34822
34823
34824 \end_layout
34825
34826 \begin_layout Standard
34827 This menu opens the documentation files of LyX in the language of LyX's
34828  menus.
34829 \end_layout
34830
34831 \begin_layout Standard
34832 The menu 
34833 \family sans
34834 LaTeX\InsetSpace ~
34835 Configuration
34836 \family default
34837  shows a LyX-document with informations about the LaTeX-packages and classes
34838  found by LyX (see also section\InsetSpace ~
34839
34840 \begin_inset CommandInset ref
34841 LatexCommand ref
34842 reference "sec:LaTeX-Setup"
34843
34844 \end_inset
34845
34846 ).
34847 \end_layout
34848
34849 \begin_layout Section
34850 Toolbars
34851 \begin_inset CommandInset label
34852 LatexCommand label
34853 name "sec:Toolbars"
34854
34855 \end_inset
34856
34857
34858 \end_layout
34859
34860 \begin_layout Standard
34861 How to show or hide toolbars is explained in section\InsetSpace ~
34862
34863 \begin_inset CommandInset ref
34864 LatexCommand ref
34865 reference "sub:Toolbars"
34866
34867 \end_inset
34868
34869 .
34870 \end_layout
34871
34872 \begin_layout Standard
34873 It is also possible to define custom toolbars.
34874  This is described in the 
34875 \emph on
34876 Extended Features
34877 \emph default
34878  manual.
34879  
34880 \end_layout
34881
34882 \begin_layout Subsection
34883 Standard Toolbar
34884 \begin_inset Index
34885 status collapsed
34886
34887 \begin_layout Standard
34888 Toolbar ! Standard
34889 \end_layout
34890
34891 \end_inset
34892
34893
34894 \end_layout
34895
34896 \begin_layout Standard
34897 \begin_inset Graphics
34898         filename clipart/StandardToolbar.png
34899         inzipName 
34900         embed true
34901         width 100col%
34902
34903 \end_inset
34904
34905
34906 \end_layout
34907
34908 \begin_layout Standard
34909 \begin_inset VSpace defskip
34910 \end_inset
34911
34912
34913 \end_layout
34914
34915 \begin_layout Standard
34916 The standard toolbar as shown above contains from left to right the following
34917  buttons:
34918 \begin_inset ERT
34919 status collapsed
34920
34921 \begin_layout Standard
34922
34923
34924 \backslash
34925 setlength{
34926 \backslash
34927 LTleft}{0pt}
34928 \end_layout
34929
34930 \end_inset
34931
34932
34933 \begin_inset Note Note
34934 status collapsed
34935
34936 \begin_layout Standard
34937 This is necessary to left align the following longtables.
34938  See the 
34939 \emph on
34940 Embedded Objects
34941 \emph default
34942  manual for more information.
34943 \end_layout
34944
34945 \end_inset
34946
34947
34948 \end_layout
34949
34950 \begin_layout Standard
34951 \begin_inset VSpace defskip
34952 \end_inset
34953
34954
34955 \end_layout
34956
34957 \begin_layout Standard
34958 \begin_inset Tabular
34959 <lyxtabular version="3" rows="1" columns="2">
34960 <features islongtable="true">
34961 <column alignment="center" valignment="top" width="0">
34962 <column alignment="center" valignment="top" width="0">
34963 <row>
34964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34965 \begin_inset Text
34966
34967 \begin_layout Standard
34968 \begin_inset Graphics
34969         filename clipart/ToolbarEnvBox.png
34970         inzipName 
34971         embed false
34972         clip
34973
34974 \end_inset
34975
34976
34977 \end_layout
34978
34979 \end_inset
34980 </cell>
34981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34982 \begin_inset Text
34983
34984 \begin_layout Standard
34985 pull-down menu for the paragraph environments
34986 \end_layout
34987
34988 \end_inset
34989 </cell>
34990 </row>
34991 </lyxtabular>
34992
34993 \end_inset
34994
34995
34996 \end_layout
34997
34998 \begin_layout Standard
34999 \begin_inset VSpace -10mm
35000 \end_inset
35001
35002
35003 \end_layout
35004
35005 \begin_layout Standard
35006 \align left
35007 \begin_inset Tabular
35008 <lyxtabular version="3" rows="20" columns="2">
35009 <features islongtable="true">
35010 <column alignment="left" valignment="top" width="0">
35011 <column alignment="left" valignment="top" width="0">
35012 <row interlinespace="2.5mm">
35013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35014 \begin_inset Text
35015
35016 \begin_layout Standard
35017
35018 \family sans
35019 \begin_inset Graphics
35020         filename ../images/buffer-new.png
35021         inzipName 
35022         embed false
35023         BoundingBox 0bp 5bp 20bp 20bp
35024
35025 \end_inset
35026
35027
35028 \end_layout
35029
35030 \end_inset
35031 </cell>
35032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35033 \begin_inset Text
35034
35035 \begin_layout Standard
35036
35037 \family sans
35038 File\SpecialChar \menuseparator
35039 New
35040 \end_layout
35041
35042 \end_inset
35043 </cell>
35044 </row>
35045 <row interlinespace="2.5mm">
35046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35047 \begin_inset Text
35048
35049 \begin_layout Standard
35050 \begin_inset Graphics
35051         filename ../images/file-open.png
35052         inzipName 
35053         embed false
35054         BoundingBox 0bp 5bp 20bp 20bp
35055
35056 \end_inset
35057
35058
35059 \end_layout
35060
35061 \end_inset
35062 </cell>
35063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35064 \begin_inset Text
35065
35066 \begin_layout Standard
35067
35068 \family sans
35069 File\SpecialChar \menuseparator
35070 Open
35071 \end_layout
35072
35073 \end_inset
35074 </cell>
35075 </row>
35076 <row interlinespace="2.5mm">
35077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35078 \begin_inset Text
35079
35080 \begin_layout Standard
35081 \begin_inset Graphics
35082         filename ../images/buffer-write.png
35083         inzipName 
35084         embed false
35085         BoundingBox 0bp 5bp 20bp 20bp
35086
35087 \end_inset
35088
35089
35090 \end_layout
35091
35092 \end_inset
35093 </cell>
35094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35095 \begin_inset Text
35096
35097 \begin_layout Standard
35098
35099 \family sans
35100 File\SpecialChar \menuseparator
35101 Save
35102 \end_layout
35103
35104 \end_inset
35105 </cell>
35106 </row>
35107 <row interlinespace="2.5mm">
35108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35109 \begin_inset Text
35110
35111 \begin_layout Standard
35112 \begin_inset Graphics
35113         filename ../images/dialog-show_print.png
35114         inzipName 
35115         embed false
35116         BoundingBox 0bp 5bp 24bp 20bp
35117
35118 \end_inset
35119
35120
35121 \end_layout
35122
35123 \end_inset
35124 </cell>
35125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35126 \begin_inset Text
35127
35128 \begin_layout Standard
35129
35130 \family sans
35131 File\SpecialChar \menuseparator
35132 Print
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 </row>
35138 <row interlinespace="2.5mm">
35139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35140 \begin_inset Text
35141
35142 \begin_layout Standard
35143 \begin_inset Graphics
35144         filename ../images/dialog-show_spellchecker.png
35145         inzipName 
35146         embed false
35147         BoundingBox 0bp 5bp 20bp 20bp
35148
35149 \end_inset
35150
35151
35152 \end_layout
35153
35154 \end_inset
35155 </cell>
35156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35157 \begin_inset Text
35158
35159 \begin_layout Standard
35160
35161 \family sans
35162 Tools\SpecialChar \menuseparator
35163 Spellchecker
35164 \end_layout
35165
35166 \end_inset
35167 </cell>
35168 </row>
35169 <row interlinespace="2.5mm">
35170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35171 \begin_inset Text
35172
35173 \begin_layout Standard
35174 \begin_inset Graphics
35175         filename ../images/undo.png
35176         inzipName 
35177         embed false
35178         BoundingBox 0bp 5bp 20bp 20bp
35179
35180 \end_inset
35181
35182
35183 \end_layout
35184
35185 \end_inset
35186 </cell>
35187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35188 \begin_inset Text
35189
35190 \begin_layout Standard
35191
35192 \family sans
35193 Edit\SpecialChar \menuseparator
35194 Undo
35195 \end_layout
35196
35197 \end_inset
35198 </cell>
35199 </row>
35200 <row interlinespace="2.5mm">
35201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35202 \begin_inset Text
35203
35204 \begin_layout Standard
35205 \begin_inset Graphics
35206         filename ../images/redo.png
35207         inzipName 
35208         embed false
35209         BoundingBox 0bp 5bp 20bp 20bp
35210
35211 \end_inset
35212
35213
35214 \end_layout
35215
35216 \end_inset
35217 </cell>
35218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35219 \begin_inset Text
35220
35221 \begin_layout Standard
35222
35223 \family sans
35224 Edit\SpecialChar \menuseparator
35225 Redo
35226 \end_layout
35227
35228 \end_inset
35229 </cell>
35230 </row>
35231 <row interlinespace="2.5mm">
35232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35233 \begin_inset Text
35234
35235 \begin_layout Standard
35236 \begin_inset Graphics
35237         filename ../images/cut.png
35238         inzipName 
35239         embed false
35240         BoundingBox 0bp 5bp 20bp 20bp
35241
35242 \end_inset
35243
35244
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35250 \begin_inset Text
35251
35252 \begin_layout Standard
35253
35254 \family sans
35255 Edit\SpecialChar \menuseparator
35256 Cut
35257 \end_layout
35258
35259 \end_inset
35260 </cell>
35261 </row>
35262 <row interlinespace="2.5mm">
35263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35264 \begin_inset Text
35265
35266 \begin_layout Standard
35267 \begin_inset Graphics
35268         filename ../images/copy.png
35269         inzipName 
35270         embed false
35271         BoundingBox 0bp 5bp 20bp 20bp
35272
35273 \end_inset
35274
35275
35276 \end_layout
35277
35278 \end_inset
35279 </cell>
35280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35281 \begin_inset Text
35282
35283 \begin_layout Standard
35284
35285 \family sans
35286 Edit\SpecialChar \menuseparator
35287 Copy
35288 \end_layout
35289
35290 \end_inset
35291 </cell>
35292 </row>
35293 <row interlinespace="2.5mm">
35294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35295 \begin_inset Text
35296
35297 \begin_layout Standard
35298 \begin_inset Graphics
35299         filename ../images/paste.png
35300         inzipName 
35301         embed false
35302         BoundingBox 0bp 5bp 20bp 20bp
35303
35304 \end_inset
35305
35306
35307 \end_layout
35308
35309 \end_inset
35310 </cell>
35311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35312 \begin_inset Text
35313
35314 \begin_layout Standard
35315
35316 \family sans
35317 Edit\SpecialChar \menuseparator
35318 Paste
35319 \end_layout
35320
35321 \end_inset
35322 </cell>
35323 </row>
35324 <row interlinespace="2.5mm">
35325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Standard
35329 \begin_inset Graphics
35330         filename ../images/dialog-show_findreplace.png
35331         inzipName 
35332         embed false
35333         BoundingBox 0bp 5bp 20bp 25bp
35334         rotateOrigin center
35335
35336 \end_inset
35337
35338
35339 \end_layout
35340
35341 \end_inset
35342 </cell>
35343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35344 \begin_inset Text
35345
35346 \begin_layout Standard
35347
35348 \family sans
35349 Edit\SpecialChar \menuseparator
35350 Find\InsetSpace \thinspace{}
35351 &\InsetSpace \thinspace{}
35352 Replace
35353 \end_layout
35354
35355 \end_inset
35356 </cell>
35357 </row>
35358 <row interlinespace="2.5mm">
35359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35360 \begin_inset Text
35361
35362 \begin_layout Standard
35363 \begin_inset Graphics
35364         filename ../images/font-emph.png
35365         inzipName 
35366         embed true
35367         BoundingBox 0bp 5bp 20bp 20bp
35368
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \end_inset
35375 </cell>
35376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35377 \begin_inset Text
35378
35379 \begin_layout Standard
35380 Emphasize text, function of the Edit
35381 \family sans
35382 \SpecialChar \menuseparator
35383 Text\InsetSpace ~
35384 Style
35385 \family default
35386  dialog
35387 \end_layout
35388
35389 \end_inset
35390 </cell>
35391 </row>
35392 <row interlinespace="2.5mm">
35393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35394 \begin_inset Text
35395
35396 \begin_layout Standard
35397 \begin_inset Graphics
35398         filename ../images/font-noun.png
35399         inzipName 
35400         embed false
35401         BoundingBox 0bp 5bp 20bp 20bp
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \end_inset
35409 </cell>
35410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35411 \begin_inset Text
35412
35413 \begin_layout Standard
35414 Set text to noun style, function of the Edit
35415 \family sans
35416 \SpecialChar \menuseparator
35417 Text\InsetSpace ~
35418 Style
35419 \family default
35420  dialog
35421 \end_layout
35422
35423 \end_inset
35424 </cell>
35425 </row>
35426 <row interlinespace="2.5mm">
35427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35428 \begin_inset Text
35429
35430 \begin_layout Standard
35431 \begin_inset Graphics
35432         filename ../images/font-free-apply.png
35433         inzipName 
35434         embed false
35435         BoundingBox 0bp 5bp 20bp 20bp
35436
35437 \end_inset
35438
35439
35440 \end_layout
35441
35442 \end_inset
35443 </cell>
35444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35445 \begin_inset Text
35446
35447 \begin_layout Standard
35448 Formats text using the current settings in the 
35449 \family sans
35450 Edit\SpecialChar \menuseparator
35451 Text\InsetSpace ~
35452 Style
35453 \family default
35454  dialog
35455 \end_layout
35456
35457 \end_inset
35458 </cell>
35459 </row>
35460 <row interlinespace="2.5mm">
35461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35462 \begin_inset Text
35463
35464 \begin_layout Standard
35465 \begin_inset Graphics
35466         filename ../images/math-mode.png
35467         inzipName 
35468         embed false
35469         BoundingBox 0bp 5bp 20bp 20bp
35470
35471 \end_inset
35472
35473
35474 \end_layout
35475
35476 \end_inset
35477 </cell>
35478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35479 \begin_inset Text
35480
35481 \begin_layout Standard
35482
35483 \family sans
35484 Insert\SpecialChar \menuseparator
35485 Math\SpecialChar \menuseparator
35486 Inline\InsetSpace ~
35487 Formula
35488 \end_layout
35489
35490 \end_inset
35491 </cell>
35492 </row>
35493 <row interlinespace="2.5mm">
35494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35495 \begin_inset Text
35496
35497 \begin_layout Standard
35498 \begin_inset Graphics
35499         filename ../images/dialog-show-new-inset_graphics.png
35500         inzipName 
35501         embed false
35502         BoundingBox 0bp 5bp 20bp 25bp
35503         rotateOrigin center
35504
35505 \end_inset
35506
35507
35508 \end_layout
35509
35510 \end_inset
35511 </cell>
35512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35513 \begin_inset Text
35514
35515 \begin_layout Standard
35516
35517 \family sans
35518 Insert\SpecialChar \menuseparator
35519 Graphics
35520 \end_layout
35521
35522 \end_inset
35523 </cell>
35524 </row>
35525 <row interlinespace="2.5mm">
35526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35527 \begin_inset Text
35528
35529 \begin_layout Standard
35530 \begin_inset Graphics
35531         filename ../images/tabular-insert.png
35532         inzipName 
35533         embed false
35534         BoundingBox 0bp 5bp 20bp 25bp
35535         rotateOrigin center
35536
35537 \end_inset
35538
35539
35540 \end_layout
35541
35542 \end_inset
35543 </cell>
35544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35545 \begin_inset Text
35546
35547 \begin_layout Standard
35548
35549 \family sans
35550 Insert\SpecialChar \menuseparator
35551 Table
35552 \end_layout
35553
35554 \end_inset
35555 </cell>
35556 </row>
35557 <row interlinespace="2.5mm">
35558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35559 \begin_inset Text
35560
35561 \begin_layout Standard
35562 \begin_inset Graphics
35563         filename ../images/dialog-toggle_toc.png
35564         inzipName 
35565         embed false
35566         BoundingBox 0bp 5bp 20bp 25bp
35567         rotateOrigin center
35568
35569 \end_inset
35570
35571
35572 \end_layout
35573
35574 \end_inset
35575 </cell>
35576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35577 \begin_inset Text
35578
35579 \begin_layout Standard
35580 Toggle outline window on/off, 
35581 \family sans
35582 Document\SpecialChar \menuseparator
35583 Outline
35584 \end_layout
35585
35586 \end_inset
35587 </cell>
35588 </row>
35589 <row interlinespace="2.5mm">
35590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35591 \begin_inset Text
35592
35593 \begin_layout Standard
35594 \begin_inset Graphics
35595         filename ../images/toolbar-toggle_math.png
35596         inzipName 
35597         embed false
35598         BoundingBox 0bp 5bp 20bp 25bp
35599         rotateOrigin center
35600
35601 \end_inset
35602
35603
35604 \end_layout
35605
35606 \end_inset
35607 </cell>
35608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35609 \begin_inset Text
35610
35611 \begin_layout Standard
35612 Toggle math toolbar on/off
35613 \end_layout
35614
35615 \end_inset
35616 </cell>
35617 </row>
35618 <row interlinespace="2.5mm">
35619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35620 \begin_inset Text
35621
35622 \begin_layout Standard
35623 \begin_inset Graphics
35624         filename ../images/toolbar-toggle_table.png
35625         inzipName 
35626         embed false
35627         BoundingBox 0bp 5bp 20bp 25bp
35628         rotateOrigin center
35629
35630 \end_inset
35631
35632
35633 \end_layout
35634
35635 \end_inset
35636 </cell>
35637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35638 \begin_inset Text
35639
35640 \begin_layout Standard
35641 Toggle table toolbar on/off
35642 \end_layout
35643
35644 \end_inset
35645 </cell>
35646 </row>
35647 </lyxtabular>
35648
35649 \end_inset
35650
35651
35652 \end_layout
35653
35654 \begin_layout Subsection
35655 Extra Toolbar
35656 \begin_inset Index
35657 status collapsed
35658
35659 \begin_layout Standard
35660 Toolbar ! Extra
35661 \end_layout
35662
35663 \end_inset
35664
35665
35666 \end_layout
35667
35668 \begin_layout Standard
35669 \begin_inset Graphics
35670         filename clipart/ExtraToolbar.png
35671         inzipName 
35672         embed false
35673         width 100col%
35674
35675 \end_inset
35676
35677
35678 \end_layout
35679
35680 \begin_layout Standard
35681 \begin_inset VSpace defskip
35682 \end_inset
35683
35684
35685 \end_layout
35686
35687 \begin_layout Standard
35688 The extra toolbar as shown above contains from left to right the following
35689  buttons:
35690 \end_layout
35691
35692 \begin_layout Standard
35693 \begin_inset VSpace defskip
35694 \end_inset
35695
35696
35697 \end_layout
35698
35699 \begin_layout Standard
35700 \begin_inset Tabular
35701 <lyxtabular version="3" rows="23" columns="2">
35702 <features islongtable="true">
35703 <column alignment="left" valignment="top" width="0">
35704 <column alignment="left" valignment="top" width="0">
35705 <row interlinespace="2.5mm">
35706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35707 \begin_inset Text
35708
35709 \begin_layout Standard
35710 \begin_inset Graphics
35711         filename ../images/layout.png
35712         inzipName 
35713         embed false
35714         BoundingBox 0bp 5bp 20bp 25bp
35715         rotateOrigin center
35716
35717 \end_inset
35718
35719
35720 \end_layout
35721
35722 \end_inset
35723 </cell>
35724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35725 \begin_inset Text
35726
35727 \begin_layout Standard
35728 Default
35729 \end_layout
35730
35731 \end_inset
35732 </cell>
35733 </row>
35734 <row interlinespace="2.5mm">
35735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35736 \begin_inset Text
35737
35738 \begin_layout Standard
35739 \begin_inset Graphics
35740         filename ../images/layout_Enumerate.png
35741         inzipName 
35742         embed false
35743         BoundingBox 0bp 5bp 20bp 25bp
35744         rotateOrigin center
35745
35746 \end_inset
35747
35748
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Standard
35757 Numbered list
35758 \end_layout
35759
35760 \end_inset
35761 </cell>
35762 </row>
35763 <row interlinespace="2.5mm">
35764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35765 \begin_inset Text
35766
35767 \begin_layout Standard
35768 \begin_inset Graphics
35769         filename ../images/layout_Itemize.png
35770         inzipName 
35771         embed true
35772         BoundingBox 0bp 5bp 20bp 25bp
35773         rotateOrigin center
35774
35775 \end_inset
35776
35777
35778 \end_layout
35779
35780 \end_inset
35781 </cell>
35782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35783 \begin_inset Text
35784
35785 \begin_layout Standard
35786 Itemized list
35787 \end_layout
35788
35789 \end_inset
35790 </cell>
35791 </row>
35792 <row interlinespace="2.5mm">
35793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35794 \begin_inset Text
35795
35796 \begin_layout Standard
35797 \begin_inset Graphics
35798         filename ../images/layout_List.png
35799         inzipName 
35800         embed false
35801         BoundingBox 0bp 5bp 20bp 25bp
35802         rotateOrigin center
35803
35804 \end_inset
35805
35806
35807 \end_layout
35808
35809 \end_inset
35810 </cell>
35811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35812 \begin_inset Text
35813
35814 \begin_layout Standard
35815 List
35816 \end_layout
35817
35818 \end_inset
35819 </cell>
35820 </row>
35821 <row interlinespace="2.5mm">
35822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35823 \begin_inset Text
35824
35825 \begin_layout Standard
35826 \begin_inset Graphics
35827         filename ../images/layout_Description.png
35828         inzipName 
35829         embed false
35830         BoundingBox 0bp 5bp 20bp 25bp
35831         rotateOrigin center
35832
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \end_inset
35839 </cell>
35840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35841 \begin_inset Text
35842
35843 \begin_layout Standard
35844 Description list
35845 \end_layout
35846
35847 \end_inset
35848 </cell>
35849 </row>
35850 <row interlinespace="2.5mm">
35851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35852 \begin_inset Text
35853
35854 \begin_layout Standard
35855 \begin_inset Graphics
35856         filename ../images/depth-increment.png
35857         inzipName 
35858         embed false
35859         BoundingBox 0bp 5bp 20bp 25bp
35860         rotateOrigin center
35861
35862 \end_inset
35863
35864
35865 \end_layout
35866
35867 \end_inset
35868 </cell>
35869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35870 \begin_inset Text
35871
35872 \begin_layout Standard
35873
35874 \family sans
35875 Edit\SpecialChar \menuseparator
35876 Increase\InsetSpace ~
35877 List\InsetSpace ~
35878 Depth
35879 \end_layout
35880
35881 \end_inset
35882 </cell>
35883 </row>
35884 <row interlinespace="2.5mm">
35885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35886 \begin_inset Text
35887
35888 \begin_layout Standard
35889 \begin_inset Graphics
35890         filename ../images/depth-decrement.png
35891         inzipName 
35892         embed false
35893         BoundingBox 0bp 5bp 20bp 25bp
35894         rotateOrigin center
35895
35896 \end_inset
35897
35898
35899 \end_layout
35900
35901 \end_inset
35902 </cell>
35903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35904 \begin_inset Text
35905
35906 \begin_layout Standard
35907
35908 \family sans
35909 Edit\SpecialChar \menuseparator
35910 Decrease\InsetSpace ~
35911 List\InsetSpace ~
35912 Depth
35913 \end_layout
35914
35915 \end_inset
35916 </cell>
35917 </row>
35918 <row interlinespace="2.5mm">
35919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35920 \begin_inset Text
35921
35922 \begin_layout Standard
35923 \begin_inset Graphics
35924         filename ../images/float-insert_figure.png
35925         inzipName 
35926         embed false
35927         BoundingBox 0bp 5bp 20bp 20bp
35928
35929 \end_inset
35930
35931
35932 \end_layout
35933
35934 \end_inset
35935 </cell>
35936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35937 \begin_inset Text
35938
35939 \begin_layout Standard
35940
35941 \family sans
35942 Insert\SpecialChar \menuseparator
35943 Float\SpecialChar \menuseparator
35944 Figure
35945 \end_layout
35946
35947 \end_inset
35948 </cell>
35949 </row>
35950 <row interlinespace="2.5mm">
35951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35952 \begin_inset Text
35953
35954 \begin_layout Standard
35955 \begin_inset Graphics
35956         filename ../images/float-insert_table.png
35957         inzipName 
35958         embed false
35959         BoundingBox 0bp 5bp 20bp 20bp
35960
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \end_inset
35967 </cell>
35968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35969 \begin_inset Text
35970
35971 \begin_layout Standard
35972
35973 \family sans
35974 Insert\SpecialChar \menuseparator
35975 Float\SpecialChar \menuseparator
35976 Table
35977 \end_layout
35978
35979 \end_inset
35980 </cell>
35981 </row>
35982 <row interlinespace="2.5mm">
35983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35984 \begin_inset Text
35985
35986 \begin_layout Standard
35987 \begin_inset Graphics
35988         filename ../images/label-insert.png
35989         inzipName 
35990         embed false
35991         BoundingBox 0bp 5bp 20bp 20bp
35992
35993 \end_inset
35994
35995
35996 \end_layout
35997
35998 \end_inset
35999 </cell>
36000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36001 \begin_inset Text
36002
36003 \begin_layout Standard
36004
36005 \family sans
36006 Insert\SpecialChar \menuseparator
36007 Label
36008 \end_layout
36009
36010 \end_inset
36011 </cell>
36012 </row>
36013 <row interlinespace="2.5mm">
36014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36015 \begin_inset Text
36016
36017 \begin_layout Standard
36018 \begin_inset Graphics
36019         filename ../images/dialog-show-new-inset_ref.png
36020         inzipName 
36021         embed false
36022         BoundingBox 0bp 5bp 20bp 20bp
36023
36024 \end_inset
36025
36026
36027 \end_layout
36028
36029 \end_inset
36030 </cell>
36031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36032 \begin_inset Text
36033
36034 \begin_layout Standard
36035
36036 \family sans
36037 Insert\SpecialChar \menuseparator
36038 Cross-Reference
36039 \end_layout
36040
36041 \end_inset
36042 </cell>
36043 </row>
36044 <row interlinespace="2.5mm">
36045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36046 \begin_inset Text
36047
36048 \begin_layout Standard
36049 \begin_inset Graphics
36050         filename ../images/dialog-show-new-inset_citation.png
36051         inzipName 
36052         embed false
36053         BoundingBox 0bp 5bp 20bp 20bp
36054
36055 \end_inset
36056
36057
36058 \end_layout
36059
36060 \end_inset
36061 </cell>
36062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36063 \begin_inset Text
36064
36065 \begin_layout Standard
36066
36067 \family sans
36068 Insert\SpecialChar \menuseparator
36069 Citation
36070 \end_layout
36071
36072 \end_inset
36073 </cell>
36074 </row>
36075 <row interlinespace="2.5mm">
36076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36077 \begin_inset Text
36078
36079 \begin_layout Standard
36080 \begin_inset Graphics
36081         filename ../images/index-insert.png
36082         inzipName 
36083         embed false
36084         BoundingBox 0bp 5bp 20bp 20bp
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \end_inset
36092 </cell>
36093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36094 \begin_inset Text
36095
36096 \begin_layout Standard
36097
36098 \family sans
36099 Insert\SpecialChar \menuseparator
36100 Index\InsetSpace ~
36101 Entry
36102 \end_layout
36103
36104 \end_inset
36105 </cell>
36106 </row>
36107 <row interlinespace="2.5mm">
36108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36109 \begin_inset Text
36110
36111 \begin_layout Standard
36112 \begin_inset Graphics
36113         filename ../images/nomencl-insert.png
36114         inzipName 
36115         embed false
36116         BoundingBox 0bp 5bp 20bp 20bp
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \end_inset
36124 </cell>
36125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36126 \begin_inset Text
36127
36128 \begin_layout Standard
36129
36130 \family sans
36131 Insert\SpecialChar \menuseparator
36132 Nomenclature\InsetSpace ~
36133 Entry
36134 \end_layout
36135
36136 \end_inset
36137 </cell>
36138 </row>
36139 <row interlinespace="2.5mm">
36140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36141 \begin_inset Text
36142
36143 \begin_layout Standard
36144 \begin_inset Graphics
36145         filename ../images/footnote-insert.png
36146         inzipName 
36147         embed false
36148         BoundingBox 0bp 5bp 20bp 20bp
36149
36150 \end_inset
36151
36152
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36158 \begin_inset Text
36159
36160 \begin_layout Standard
36161
36162 \family sans
36163 Insert\SpecialChar \menuseparator
36164 Footnote
36165 \end_layout
36166
36167 \end_inset
36168 </cell>
36169 </row>
36170 <row interlinespace="2.5mm">
36171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36172 \begin_inset Text
36173
36174 \begin_layout Standard
36175 \begin_inset Graphics
36176         filename ../images/marginalnote-insert.png
36177         inzipName 
36178         embed false
36179         BoundingBox 0bp 5bp 20bp 25bp
36180         rotateOrigin center
36181
36182 \end_inset
36183
36184
36185 \end_layout
36186
36187 \end_inset
36188 </cell>
36189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36190 \begin_inset Text
36191
36192 \begin_layout Standard
36193
36194 \family sans
36195 Insert\SpecialChar \menuseparator
36196 Marginal\InsetSpace ~
36197 Note
36198 \end_layout
36199
36200 \end_inset
36201 </cell>
36202 </row>
36203 <row interlinespace="2.5mm">
36204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36205 \begin_inset Text
36206
36207 \begin_layout Standard
36208 \begin_inset Graphics
36209         filename ../images/note-insert.png
36210         inzipName 
36211         embed false
36212         BoundingBox 0bp 5bp 20bp 20bp
36213
36214 \end_inset
36215
36216
36217 \end_layout
36218
36219 \end_inset
36220 </cell>
36221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36222 \begin_inset Text
36223
36224 \begin_layout Standard
36225
36226 \family sans
36227 Insert\SpecialChar \menuseparator
36228 Note\SpecialChar \menuseparator
36229 LyX\InsetSpace ~
36230 Note
36231 \end_layout
36232
36233 \end_inset
36234 </cell>
36235 </row>
36236 <row interlinespace="2.5mm">
36237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36238 \begin_inset Text
36239
36240 \begin_layout Standard
36241 \begin_inset Graphics
36242         filename ../images/url-insert.png
36243         inzipName 
36244         embed false
36245         BoundingBox 0bp 5bp 20bp 20bp
36246
36247 \end_inset
36248
36249
36250 \end_layout
36251
36252 \end_inset
36253 </cell>
36254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36255 \begin_inset Text
36256
36257 \begin_layout Standard
36258
36259 \family sans
36260 Insert\SpecialChar \menuseparator
36261 URL
36262 \end_layout
36263
36264 \end_inset
36265 </cell>
36266 </row>
36267 <row interlinespace="2.5mm">
36268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36269 \begin_inset Text
36270
36271 \begin_layout Standard
36272 \begin_inset Graphics
36273         filename ../images/ert-insert.png
36274         inzipName 
36275         embed false
36276         BoundingBox 0bp 5bp 20bp 20bp
36277
36278 \end_inset
36279
36280
36281 \end_layout
36282
36283 \end_inset
36284 </cell>
36285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36286 \begin_inset Text
36287
36288 \begin_layout Standard
36289
36290 \family sans
36291 Insert\SpecialChar \menuseparator
36292 T
36293 \family default
36294
36295 \begin_inset ERT
36296 status collapsed
36297
36298 \begin_layout Standard
36299
36300 {}
36301 \end_layout
36302
36303 \end_inset
36304
36305
36306 \family sans
36307 eX
36308 \end_layout
36309
36310 \end_inset
36311 </cell>
36312 </row>
36313 <row interlinespace="2.5mm">
36314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36315 \begin_inset Text
36316
36317 \begin_layout Standard
36318 \begin_inset Graphics
36319         filename ../images/dialog-show-new-inset_include.png
36320         inzipName 
36321         embed false
36322         BoundingBox 0bp 5bp 20bp 20bp
36323
36324 \end_inset
36325
36326
36327 \end_layout
36328
36329 \end_inset
36330 </cell>
36331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36332 \begin_inset Text
36333
36334 \begin_layout Standard
36335
36336 \family sans
36337 Insert\SpecialChar \menuseparator
36338 File\SpecialChar \menuseparator
36339 Child\InsetSpace ~
36340 Document
36341 \end_layout
36342
36343 \end_inset
36344 </cell>
36345 </row>
36346 <row interlinespace="2.5mm">
36347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36348 \begin_inset Text
36349
36350 \begin_layout Standard
36351 \begin_inset Graphics
36352         filename ../images/dialog-show_character.png
36353         inzipName 
36354         embed false
36355         BoundingBox 0bp 5bp 20bp 25bp
36356         rotateOrigin center
36357
36358 \end_inset
36359
36360
36361 \end_layout
36362
36363 \end_inset
36364 </cell>
36365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36366 \begin_inset Text
36367
36368 \begin_layout Standard
36369
36370 \family sans
36371 Edit\SpecialChar \menuseparator
36372 Text\InsetSpace ~
36373 Style
36374 \end_layout
36375
36376 \end_inset
36377 </cell>
36378 </row>
36379 <row interlinespace="2.5mm">
36380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36381 \begin_inset Text
36382
36383 \begin_layout Standard
36384 \begin_inset Graphics
36385         filename ../images/layout-paragraph.png
36386         inzipName 
36387         embed false
36388         BoundingBox 0bp 5bp 20bp 25bp
36389         rotateOrigin center
36390
36391 \end_inset
36392
36393
36394 \end_layout
36395
36396 \end_inset
36397 </cell>
36398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36399 \begin_inset Text
36400
36401 \begin_layout Standard
36402
36403 \family sans
36404 Edit\SpecialChar \menuseparator
36405 Paragraph\InsetSpace ~
36406 Settings
36407 \end_layout
36408
36409 \end_inset
36410 </cell>
36411 </row>
36412 <row interlinespace="2.5mm">
36413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36414 \begin_inset Text
36415
36416 \begin_layout Standard
36417 \begin_inset Graphics
36418         filename ../images/thesaurus-entry.png
36419         inzipName 
36420         embed false
36421         BoundingBox 0bp 5bp 20bp 25bp
36422         rotateOrigin center
36423
36424 \end_inset
36425
36426
36427 \end_layout
36428
36429 \end_inset
36430 </cell>
36431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36432 \begin_inset Text
36433
36434 \begin_layout Standard
36435
36436 \family sans
36437 Tools\SpecialChar \menuseparator
36438 Thesaurus
36439 \end_layout
36440
36441 \end_inset
36442 </cell>
36443 </row>
36444 </lyxtabular>
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Subsection
36452 View / Update Toolbar
36453 \begin_inset Index
36454 status collapsed
36455
36456 \begin_layout Standard
36457 Toolbar ! View / Update
36458 \end_layout
36459
36460 \end_inset
36461
36462
36463 \end_layout
36464
36465 \begin_layout Standard
36466 \begin_inset Graphics
36467         filename clipart/ViewToolbar.png
36468         inzipName 
36469         embed false
36470
36471 \end_inset
36472
36473
36474 \end_layout
36475
36476 \begin_layout Standard
36477 \begin_inset VSpace defskip
36478 \end_inset
36479
36480
36481 \end_layout
36482
36483 \begin_layout Standard
36484 The view / update toolbar as shown above contains from left to right the
36485  following buttons:
36486 \end_layout
36487
36488 \begin_layout Standard
36489 \begin_inset VSpace defskip
36490 \end_inset
36491
36492
36493 \end_layout
36494
36495 \begin_layout Standard
36496 \begin_inset Tabular
36497 <lyxtabular version="3" rows="6" columns="2">
36498 <features islongtable="true">
36499 <column alignment="left" valignment="top" width="0">
36500 <column alignment="left" valignment="top" width="0">
36501 <row interlinespace="2.5mm">
36502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36503 \begin_inset Text
36504
36505 \begin_layout Standard
36506 \begin_inset Graphics
36507         filename ../images/buffer-view_dvi.png
36508         inzipName 
36509         embed false
36510         BoundingBox 0bp 5bp 20bp 25bp
36511         rotateOrigin center
36512
36513 \end_inset
36514
36515
36516 \end_layout
36517
36518 \end_inset
36519 </cell>
36520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36521 \begin_inset Text
36522
36523 \begin_layout Standard
36524
36525 \family sans
36526 View\SpecialChar \menuseparator
36527 DVI
36528 \end_layout
36529
36530 \end_inset
36531 </cell>
36532 </row>
36533 <row interlinespace="2.5mm">
36534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36535 \begin_inset Text
36536
36537 \begin_layout Standard
36538 \begin_inset Graphics
36539         filename ../images/buffer-update_dvi.png
36540         inzipName 
36541         embed false
36542         BoundingBox 0bp 5bp 20bp 25bp
36543         rotateOrigin center
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \end_inset
36551 </cell>
36552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36553 \begin_inset Text
36554
36555 \begin_layout Standard
36556
36557 \family sans
36558 View\SpecialChar \menuseparator
36559 Update\SpecialChar \menuseparator
36560 DVI
36561 \end_layout
36562
36563 \end_inset
36564 </cell>
36565 </row>
36566 <row interlinespace="2.5mm">
36567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36568 \begin_inset Text
36569
36570 \begin_layout Standard
36571 \begin_inset Graphics
36572         filename ../images/buffer-view_pdf2.png
36573         inzipName 
36574         embed false
36575         BoundingBox 0bp 5bp 20bp 25bp
36576         rotateOrigin center
36577
36578 \end_inset
36579
36580
36581 \end_layout
36582
36583 \end_inset
36584 </cell>
36585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36586 \begin_inset Text
36587
36588 \begin_layout Standard
36589
36590 \family sans
36591 View\SpecialChar \menuseparator
36592 PDF
36593 \end_layout
36594
36595 \end_inset
36596 </cell>
36597 </row>
36598 <row interlinespace="2.5mm">
36599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36600 \begin_inset Text
36601
36602 \begin_layout Standard
36603 \begin_inset Graphics
36604         filename ../images/buffer-update_pdf2.png
36605         inzipName 
36606         embed false
36607         BoundingBox 0bp 5bp 20bp 25bp
36608         rotateOrigin center
36609
36610 \end_inset
36611
36612
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36618 \begin_inset Text
36619
36620 \begin_layout Standard
36621
36622 \family sans
36623 View\SpecialChar \menuseparator
36624 Update\SpecialChar \menuseparator
36625 PDF
36626 \begin_inset Foot
36627 status collapsed
36628
36629 \begin_layout Standard
36630 This button is on some LyX for Windows installations not here because its
36631  functionality is merged with 
36632 \family sans
36633 View\SpecialChar \menuseparator
36634 PDF
36635 \family default
36636 .
36637  
36638 \end_layout
36639
36640 \end_inset
36641
36642
36643 \end_layout
36644
36645 \end_inset
36646 </cell>
36647 </row>
36648 <row interlinespace="2.5mm">
36649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36650 \begin_inset Text
36651
36652 \begin_layout Standard
36653 \begin_inset Graphics
36654         filename ../images/buffer-view_ps.png
36655         inzipName 
36656         embed false
36657         BoundingBox 0bp 5bp 20bp 25bp
36658         rotateOrigin center
36659
36660 \end_inset
36661
36662
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36668 \begin_inset Text
36669
36670 \begin_layout Standard
36671
36672 \family sans
36673 View\SpecialChar \menuseparator
36674 Postscript
36675 \end_layout
36676
36677 \end_inset
36678 </cell>
36679 </row>
36680 <row interlinespace="2.5mm">
36681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36682 \begin_inset Text
36683
36684 \begin_layout Standard
36685 \begin_inset Graphics
36686         filename ../images/buffer-update_ps.png
36687         inzipName 
36688         embed false
36689         BoundingBox 0bp 5bp 20bp 25bp
36690         rotateOrigin center
36691
36692 \end_inset
36693
36694
36695 \end_layout
36696
36697 \end_inset
36698 </cell>
36699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36700 \begin_inset Text
36701
36702 \begin_layout Standard
36703
36704 \family sans
36705 View\SpecialChar \menuseparator
36706 Update\SpecialChar \menuseparator
36707 Postscript
36708 \end_layout
36709
36710 \end_inset
36711 </cell>
36712 </row>
36713 </lyxtabular>
36714
36715 \end_inset
36716
36717
36718 \end_layout
36719
36720 \begin_layout Subsection
36721 Other Toolbars
36722 \end_layout
36723
36724 \begin_layout Standard
36725 The change tracking toolbar is explained in section\InsetSpace ~
36726
36727 \begin_inset CommandInset ref
36728 LatexCommand ref
36729 reference "sec:Change-Tracking"
36730
36731 \end_inset
36732
36733 , the table toolbar
36734 \begin_inset Index
36735 status collapsed
36736
36737 \begin_layout Standard
36738 Toolbar ! Table
36739 \end_layout
36740
36741 \end_inset
36742
36743  is explained in the 
36744 \emph on
36745 Embedded Objects
36746 \emph default
36747  manual.
36748 \end_layout
36749
36750 \begin_layout Chapter
36751 The 
36752 \family sans
36753 Preferences
36754 \family default
36755  Dialog
36756 \begin_inset CommandInset label
36757 LatexCommand label
36758 name "cha:The-Preferences-dialog"
36759
36760 \end_inset
36761
36762
36763 \begin_inset Index
36764 status collapsed
36765
36766 \begin_layout Standard
36767 Preferences
36768 \end_layout
36769
36770 \end_inset
36771
36772
36773 \end_layout
36774
36775 \begin_layout Standard
36776 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
36777 Preferences.
36778  It consists of submenus explained in the following.
36779 \end_layout
36780
36781 \begin_layout Section
36782 Look and Feel
36783 \end_layout
36784
36785 \begin_layout Subsection
36786 User Interface
36787 \begin_inset CommandInset label
36788 LatexCommand label
36789 name "sec:ui"
36790
36791 \end_inset
36792
36793
36794 \begin_inset Index
36795 status collapsed
36796
36797 \begin_layout Standard
36798 Customization ! of toolbars
36799 \end_layout
36800
36801 \end_inset
36802
36803
36804 \begin_inset Index
36805 status collapsed
36806
36807 \begin_layout Standard
36808 Customization ! of menus
36809 \end_layout
36810
36811 \end_inset
36812
36813
36814 \end_layout
36815
36816 \begin_layout Standard
36817 \begin_inset Note Greyedout
36818 status open
36819
36820 \begin_layout Standard
36821
36822 \series bold
36823 Note:
36824 \series default
36825  You have to restart LyX before changes in ui- and bind-files take effect.
36826 \end_layout
36827
36828 \end_inset
36829
36830
36831 \end_layout
36832
36833 \begin_layout Subsubsection
36834 User Interface File
36835 \begin_inset Index
36836 status collapsed
36837
36838 \begin_layout Standard
36839 Customization ! of toolbars
36840 \end_layout
36841
36842 \end_inset
36843
36844
36845 \begin_inset Index
36846 status collapsed
36847
36848 \begin_layout Standard
36849 Customization ! of menus
36850 \end_layout
36851
36852 \end_inset
36853
36854
36855 \end_layout
36856
36857 \begin_layout Standard
36858 The appearance of the menus and toolbars can be changed by choosing an user
36859  interface (ui) file.
36860  An ui-file is a textfile where the toolbars and menus are listed.
36861  The toolbar buttons and menu entries are specified in the files 
36862 \shape italic
36863 stdtoolbars.inc
36864 \shape default
36865  and 
36866 \shape italic
36867 stdmenus.inc
36868 \shape default
36869 , respectively.
36870  To create your own menu and toolbar layout, start with a copy of these
36871  files and edit the entries.
36872 \end_layout
36873
36874 \begin_layout Standard
36875 The syntax of the .inc-files is straightforward: The 
36876 \family sans
36877 Menubar
36878 \family default
36879
36880 \family sans
36881 Menu
36882 \family default
36883  and 
36884 \family sans
36885 Toolbar
36886 \family default
36887  entries must be ended with an explicit 
36888 \family sans
36889 End
36890 \family default
36891 .
36892  They may contain 
36893 \family sans
36894 Submenus
36895 \family default
36896
36897 \family sans
36898 Items
36899 \family default
36900
36901 \family sans
36902 OptItems
36903 \family default
36904
36905 \family sans
36906 Separators
36907 \family default
36908
36909 \family sans
36910 Icons,
36911 \family default
36912  and in the case of the 
36913 \begin_inset Quotes eld
36914 \end_inset
36915
36916 file
36917 \begin_inset Quotes erd
36918 \end_inset
36919
36920  menus a 
36921 \family sans
36922 Lastfiles
36923 \family default
36924  entry.
36925  The syntax for the entries is:
36926 \end_layout
36927
36928 \begin_layout Standard
36929 \begin_inset VSpace smallskip*
36930 \end_inset
36931
36932
36933 \series bold
36934 Item 
36935 \begin_inset Quotes erd
36936 \end_inset
36937
36938 menu 
36939 \series default
36940 or
36941 \series bold
36942  button name
36943 \begin_inset Quotes erd
36944 \end_inset
36945
36946  
36947 \begin_inset Quotes erd
36948 \end_inset
36949
36950 LyX-function
36951 \begin_inset Quotes erd
36952 \end_inset
36953
36954
36955 \end_layout
36956
36957 \begin_layout Standard
36958 \noindent
36959 \begin_inset VSpace smallskip*
36960 \end_inset
36961
36962 All LyX-functions are listed in 
36963 \begin_inset CommandInset citation
36964 LatexCommand cite
36965 key "LyX-func"
36966
36967 \end_inset
36968
36969 .
36970 \end_layout
36971
36972 \begin_layout Standard
36973 \begin_inset VSpace medskip
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \begin_layout Standard
36980 An example: Assuming you use the menu 
36981 \family sans
36982 Navigate\SpecialChar \menuseparator
36983 Bookmarks
36984 \family default
36985  quite often and therefore want six available bookmarks, you can add the
36986  line
36987 \end_layout
36988
36989 \begin_layout Standard
36990 \begin_inset VSpace smallskip*
36991 \end_inset
36992
36993
36994 \series bold
36995 Item "Save Bookmark 6" "bookmark-save 6"
36996 \end_layout
36997
36998 \begin_layout Standard
36999 \noindent
37000 \begin_inset VSpace smallskip*
37001 \end_inset
37002
37003 to the navigate menu section in the .inc-file to have the sixth bookmark.
37004 \end_layout
37005
37006 \begin_layout Subsubsection
37007 Bind-File
37008 \begin_inset Index
37009 status collapsed
37010
37011 \begin_layout Standard
37012 Bindings
37013 \end_layout
37014
37015 \end_inset
37016
37017
37018 \end_layout
37019
37020 \begin_layout Standard
37021 Bindings are used to bind a function to a key.
37022  Several binding files are available:
37023 \end_layout
37024
37025 \begin_layout Description
37026 cua.bind typical set of PC keyboard shortcuts
37027 \end_layout
37028
37029 \begin_layout Description
37030 (x)emacs.bind set of bindings like they are used in the editor programs 
37031 \family sans
37032 Emacs
37033 \family default
37034  (
37035 \family sans
37036 XEmacs
37037 \family default
37038 )
37039 \end_layout
37040
37041 \begin_layout Description
37042 mac.bind set of bindings for 
37043 \family sans
37044 Mac\InsetSpace \thinspace{}
37045 OS
37046 \family default
37047  systems.
37048 \end_layout
37049
37050 \begin_layout Standard
37051 There are also bind-files designed for special document classes, like 
37052 \shape italic
37053 broadway.bind
37054 \shape default
37055 , and bind files for special languages.
37056  The name of language bind-files begin with a language code, e.g.
37057  
37058 \begin_inset Quotes eld
37059 \end_inset
37060
37061 pt
37062 \begin_inset Quotes erd
37063 \end_inset
37064
37065  for Portuguese.
37066  If you use LyX in a certain language, LyX will try to use the appropriate
37067  bind-file.
37068 \end_layout
37069
37070 \begin_layout Standard
37071 Some bind-files, like 
37072 \emph on
37073 math.bind
37074 \emph default
37075 , have only a small scope.
37076  When looking at the the end of the file 
37077 \shape italic
37078 cua.bind
37079 \shape default
37080 , you can see that they are included to keep the overview in the bind-file.
37081 \end_layout
37082
37083 \begin_layout Standard
37084 If you like to customize the keybindings to your own taste, modify the bind-file
37085 s with a text editor.
37086  The syntax of the entries is:
37087 \end_layout
37088
37089 \begin_layout Standard
37090
37091 \series bold
37092
37093 \backslash
37094 bind 
37095 \begin_inset Quotes erd
37096 \end_inset
37097
37098 key combination
37099 \begin_inset Quotes erd
37100 \end_inset
37101
37102  
37103 \begin_inset Quotes erd
37104 \end_inset
37105
37106 LyX-function
37107 \begin_inset Quotes erd
37108 \end_inset
37109
37110
37111 \end_layout
37112
37113 \begin_layout Standard
37114 All LyX-functions are listed in 
37115 \begin_inset CommandInset citation
37116 LatexCommand cite
37117 key "LyX-func"
37118
37119 \end_inset
37120
37121 .
37122 \end_layout
37123
37124 \begin_layout Subsubsection
37125 Session
37126 \end_layout
37127
37128 \begin_layout Standard
37129 When the option 
37130 \family sans
37131 Save\InsetSpace \thinspace{}
37132 /\InsetSpace \thinspace{}
37133 restore window size, or use fixed size
37134 \family default
37135  is not checked, you can specify the size of LyX's main window when LyX
37136  is started.
37137 \end_layout
37138
37139 \begin_layout Standard
37140 With the option 
37141 \family sans
37142 Save\InsetSpace \thinspace{}
37143 /\InsetSpace \thinspace{}
37144 restore window position
37145 \family default
37146  LyX will be opened with its main window at the last used position.
37147 \end_layout
37148
37149 \begin_layout Standard
37150 The option 
37151 \family sans
37152 Restore cursor positions
37153 \family default
37154  sets the cursor to the position in the file where it has been the last
37155  time.
37156 \end_layout
37157
37158 \begin_layout Standard
37159 The option 
37160 \family sans
37161 Load opened files from last session
37162 \family default
37163  opens all files that were opened in the last LyX session.
37164 \end_layout
37165
37166 \begin_layout Subsubsection
37167 Documents
37168 \begin_inset CommandInset label
37169 LatexCommand label
37170 name "sub:Backup documents"
37171
37172 \end_inset
37173
37174
37175 \begin_inset Index
37176 status collapsed
37177
37178 \begin_layout Standard
37179 Backup ! Documents
37180 \end_layout
37181
37182 \end_inset
37183
37184
37185 \end_layout
37186
37187 \begin_layout Standard
37188 When the option 
37189 \family sans
37190 Backup documents
37191 \family default
37192  is set, you can specify the time between backup saves.
37193 \end_layout
37194
37195 \begin_layout Standard
37196
37197 \family sans
37198 Maximum last files
37199 \family default
37200  is the number of last opened files that LyX should display in the menu
37201  
37202 \family sans
37203 File\SpecialChar \menuseparator
37204 Open\InsetSpace ~
37205 Recent
37206 \family default
37207 .
37208 \end_layout
37209
37210 \begin_layout Subsubsection
37211 Scrolling
37212 \end_layout
37213
37214 \begin_layout Standard
37215 The option 
37216 \family sans
37217 Cursor follows scrollbar
37218 \family default
37219  sets the cursor to the top of the currently displayed document part when
37220  scrolling.
37221 \end_layout
37222
37223 \begin_layout Subsubsection
37224 Pixmap Cache
37225 \end_layout
37226
37227 \begin_layout Standard
37228 With the option 
37229 \family sans
37230 Enable Pixmap Cache
37231 \family default
37232  enabled, LyX needs to redraw the screen less often.
37233  This results in better performance, especially on slow systems.
37234  On the other hand, the characters might look more fuzzy on screen.
37235  So whether you enable this or not depends on whether you prefer speed over
37236  aesthetics.
37237  Note that the Pixmap Cache is only available and useful under Mac\InsetSpace ~
37238 OS and
37239  Windows.
37240 \end_layout
37241
37242 \begin_layout Subsection
37243 Screen Fonts
37244 \begin_inset Index
37245 status collapsed
37246
37247 \begin_layout Standard
37248 Font ! Screen
37249 \end_layout
37250
37251 \end_inset
37252
37253
37254 \begin_inset CommandInset label
37255 LatexCommand label
37256 name "sub:Screen-Fonts"
37257
37258 \end_inset
37259
37260
37261 \end_layout
37262
37263 \begin_layout Standard
37264 These fonts are used to display your documents on the screen.
37265 \end_layout
37266
37267 \begin_layout Standard
37268 \begin_inset Note Greyedout
37269 status open
37270
37271 \begin_layout Standard
37272
37273 \series bold
37274 Note:
37275 \series default
37276  This section only deals with the fonts 
37277 \emph on
37278 inside
37279 \emph default
37280  the LyX window.
37281  The fonts that appear on the output are independent from these fonts, and
37282  set in the menu 
37283 \family sans
37284 Layout\SpecialChar \menuseparator
37285 Document
37286 \family default
37287 .
37288 \end_layout
37289
37290 \end_inset
37291
37292
37293 \end_layout
37294
37295 \begin_layout Standard
37296 By default, LyX uses 
37297 \family typewriter
37298 Times
37299 \family default
37300  as roman (serif) font, 
37301 \family typewriter
37302 Arial
37303 \family default
37304  or 
37305 \family typewriter
37306 Helvetica
37307 \family default
37308  (depends on the system) as 
37309 \family sans
37310 sans\InsetSpace ~
37311 serif
37312 \family default
37313  font, and 
37314 \family typewriter
37315 Courier
37316 \family default
37317  as 
37318 \family typewriter
37319 typewriter
37320 \family default
37321  font.
37322 \end_layout
37323
37324 \begin_layout Standard
37325 You can change the font size with the 
37326 \family sans
37327 Zoom
37328 \family default
37329  setting.
37330 \end_layout
37331
37332 \begin_layout Standard
37333
37334 \family sans
37335 Screen DPI
37336 \family default
37337  is the screen resolution in dpi (dots per inch).
37338  The Font Sizes are calculated as letter height in units of points.
37339  72\InsetSpace \thinspace{}
37340 points have the size of 1\InsetSpace \thinspace{}
37341 inch, see Appendix\InsetSpace ~
37342
37343 \begin_inset CommandInset ref
37344 LatexCommand ref
37345 reference "cha:Units-available-in"
37346
37347 \end_inset
37348
37349 .
37350 \end_layout
37351
37352 \begin_layout Standard
37353 The default 
37354 \family sans
37355 Font Sizes
37356 \family default
37357  are the same as if a document font size of 10
37358 \begin_inset Formula $\,$
37359 \end_inset
37360
37361 pt would be used.
37362  The sizes are explained in detail in section\InsetSpace ~
37363
37364 \begin_inset CommandInset ref
37365 LatexCommand ref
37366 reference "sub:Document-Font"
37367
37368 \end_inset
37369
37370 .
37371 \end_layout
37372
37373 \begin_layout Subsection
37374 Colors
37375 \begin_inset Index
37376 status collapsed
37377
37378 \begin_layout Standard
37379 Color ! LyX screen
37380 \end_layout
37381
37382 \end_inset
37383
37384
37385 \begin_inset Index
37386 status collapsed
37387
37388 \begin_layout Standard
37389 Settings ! Color
37390 \end_layout
37391
37392 \end_inset
37393
37394
37395 \end_layout
37396
37397 \begin_layout Standard
37398 You can here change all colors used by LyX.
37399  Choose an item in the list and use the 
37400 \family sans
37401 Alter
37402 \family default
37403  button.
37404 \end_layout
37405
37406 \begin_layout Subsection
37407 Graphics
37408 \begin_inset Index
37409 status collapsed
37410
37411 \begin_layout Standard
37412 Settings ! Graphics
37413 \end_layout
37414
37415 \end_inset
37416
37417
37418 \end_layout
37419
37420 \begin_layout Standard
37421 Here you can specify how graphics inside LyX are displayed.
37422 \end_layout
37423
37424 \begin_layout Standard
37425
37426 \family sans
37427 Instant Preview
37428 \family default
37429  enables previewing snippets of your document.
37430  This feature is described in section\InsetSpace ~
37431
37432 \begin_inset CommandInset ref
37433 LatexCommand ref
37434 reference "sec:Previewing-snippets-of"
37435
37436 \end_inset
37437
37438 .
37439 \end_layout
37440
37441 \begin_layout Subsection
37442 Keyboard Map
37443 \begin_inset Index
37444 status collapsed
37445
37446 \begin_layout Standard
37447 Keyboard Map
37448 \end_layout
37449
37450 \end_inset
37451
37452
37453 \begin_inset Index
37454 status collapsed
37455
37456 \begin_layout Standard
37457 Settings ! Keyboard Map
37458 \end_layout
37459
37460 \end_inset
37461
37462
37463 \begin_inset CommandInset label
37464 LatexCommand label
37465 name "sub:Keyboard-Map"
37466
37467 \end_inset
37468
37469
37470 \end_layout
37471
37472 \begin_layout Standard
37473 Normally keyboard settings have to be done in a menu of your operating system.
37474  For the case that this is not possible, LyX provides keyboard maps.
37475  If you have e.\InsetSpace \thinspace{}
37476 g.\InsetSpace ~
37477 a Czech keyboard but want to write with it like with a Romanian
37478  one, you can use the keyboard map file named 
37479 \emph on
37480 romanian.kmap
37481 \emph default
37482 .
37483 \end_layout
37484
37485 \begin_layout Standard
37486 \begin_inset Note Greyedout
37487 status open
37488
37489 \begin_layout Standard
37490
37491 \series bold
37492 Note:
37493 \series default
37494  Keyboard maps are only provided as makeshift and don't work on all systems.
37495 \end_layout
37496
37497 \end_inset
37498
37499
37500 \end_layout
37501
37502 \begin_layout Section
37503 Paths
37504 \begin_inset Index
37505 status collapsed
37506
37507 \begin_layout Standard
37508 Paths
37509 \end_layout
37510
37511 \end_inset
37512
37513
37514 \begin_inset Index
37515 status collapsed
37516
37517 \begin_layout Standard
37518 Settings ! Directory
37519 \end_layout
37520
37521 \end_inset
37522
37523
37524 \end_layout
37525
37526 \begin_layout Description
37527 Working\InsetSpace ~
37528 directory This is LyX's working directory.
37529  It is the default when you 
37530 \family sans
37531 Open
37532 \family default
37533
37534 \family sans
37535 Save
37536 \family default
37537  or 
37538 \family sans
37539 Save\InsetSpace ~
37540 as
37541 \family default
37542  files.
37543 \end_layout
37544
37545 \begin_layout Description
37546 Document\InsetSpace ~
37547 templates This directory will be opened when you use the menu 
37548 \family sans
37549 File\SpecialChar \menuseparator
37550 New\InsetSpace ~
37551 from\InsetSpace ~
37552 Template
37553 \family default
37554 .
37555 \end_layout
37556
37557 \begin_layout Description
37558 Backup\InsetSpace ~
37559 directory
37560 \begin_inset Index
37561 status collapsed
37562
37563 \begin_layout Standard
37564 Backup ! Directory
37565 \end_layout
37566
37567 \end_inset
37568
37569  Backup copies will be saved to this directory.
37570  When no directory is given but backups are enabled as described in section\InsetSpace ~
37571
37572 \begin_inset CommandInset ref
37573 LatexCommand ref
37574 reference "sub:Backup documents"
37575
37576 \end_inset
37577
37578 , the 
37579 \family sans
37580 Working directory
37581 \family default
37582  will be used to save the backups.
37583 \newline
37584 The backup files have the ending 
37585 \begin_inset Quotes eld
37586 \end_inset
37587
37588 .lyx~
37589 \begin_inset Quotes erd
37590 \end_inset
37591
37592 .
37593 \end_layout
37594
37595 \begin_layout Description
37596 Ly
37597 \begin_inset ERT
37598 status collapsed
37599
37600 \begin_layout Standard
37601
37602 {}
37603 \end_layout
37604
37605 \end_inset
37606
37607 XServer-Pipe Here you can enter the name of a Unix-pipe.
37608  This pipe is used to send data from external programs to LyX.
37609 \newline
37610
37611 \begin_inset Note Greyedout
37612 status open
37613
37614 \begin_layout Standard
37615
37616 \series bold
37617 Note:
37618 \series default
37619  This feature doesn't work on Windows systems.
37620 \end_layout
37621
37622 \end_inset
37623
37624
37625 \end_layout
37626
37627 \begin_layout Description
37628 Temporary\InsetSpace ~
37629 directory Temporary files will be saved in this directory.
37630 \end_layout
37631
37632 \begin_layout Description
37633 PATH\InsetSpace ~
37634 prefix This field contains a list of paths to external programs.
37635  When LyX needs to use an external program, it looks in this list where
37636  to find it on the system.
37637  The path list is automatically set up on Windows and Mac systems while
37638  LyX is configured, so that you normally don't have to modify it.
37639  On Unix\InsetSpace \thinspace{}
37640 /\InsetSpace \thinspace{}
37641 Linux systems, the path list will need to be set only if there
37642  are external programs you wish to use that are not in your normal system
37643  path ($PATH).
37644  
37645 \end_layout
37646
37647 \begin_layout Section
37648 Identity
37649 \end_layout
37650
37651 \begin_layout Standard
37652 Here you can insert your name and email address.
37653  The identity will be used when you have enabled change tracking as described
37654  in section\InsetSpace ~
37655
37656 \begin_inset CommandInset ref
37657 LatexCommand ref
37658 reference "sec:Change-Tracking"
37659
37660 \end_inset
37661
37662 , to mark changes you make as yours.
37663 \end_layout
37664
37665 \begin_layout Section
37666 Language Settings
37667 \begin_inset Index
37668 status collapsed
37669
37670 \begin_layout Standard
37671 Language ! Settings
37672 \end_layout
37673
37674 \end_inset
37675
37676
37677 \begin_inset Index
37678 status collapsed
37679
37680 \begin_layout Standard
37681 Settings ! Language
37682 \end_layout
37683
37684 \end_inset
37685
37686
37687 \end_layout
37688
37689 \begin_layout Subsection
37690 Language
37691 \end_layout
37692
37693 \begin_layout Description
37694 Default\InsetSpace ~
37695 language is the language used in new documents
37696 \end_layout
37697
37698 \begin_layout Description
37699 Language\InsetSpace ~
37700 package is a LaTeX-command to load a LaTeX-package that handles
37701  language issues.
37702  The default is the LaTeX-command 
37703 \family sans
37704
37705 \backslash
37706 usepackage{babel}
37707 \family default
37708  that loads the package 
37709 \series bold
37710 babel
37711 \series default
37712 .
37713 \begin_inset Foot
37714 status collapsed
37715
37716 \begin_layout Standard
37717 For an introduction to the LaTeX-Syntax, have a look at section\InsetSpace ~
37718
37719 \begin_inset CommandInset ref
37720 LatexCommand ref
37721 reference "sec:ERT"
37722
37723 \end_inset
37724
37725 .
37726 \end_layout
37727
37728 \end_inset
37729
37730
37731 \newline
37732 The 
37733 \series bold
37734 babel
37735 \series default
37736  translates in the background automatically text labels of documents to
37737  the document language.
37738  A text label is for instance the word 
37739 \begin_inset Quotes eld
37740 \end_inset
37741
37742 Table
37743 \begin_inset Quotes erd
37744 \end_inset
37745
37746  at the beginning of every table-caption.
37747 \end_layout
37748
37749 \begin_layout Description
37750 Command\InsetSpace ~
37751 start When a special LaTeX-package is needed to write in a certain
37752  document language, you can here specify the command to start the package.
37753  An example is the start command 
37754 \family sans
37755
37756 \backslash
37757 begin{arabtext}
37758 \family default
37759  that is needed to write Arabic using the package 
37760 \series bold
37761 ArabTeX
37762 \series default
37763 , see 
37764 \begin_inset CommandInset citation
37765 LatexCommand cite
37766 key "Arabic"
37767
37768 \end_inset
37769
37770 .
37771  The default is the 
37772 \series bold
37773 babel
37774 \series default
37775  command 
37776 \family sans
37777
37778 \backslash
37779 selectlanguage{$$lang}
37780 \family default
37781 .
37782 \end_layout
37783
37784 \begin_layout Description
37785 Command\InsetSpace ~
37786 end Counterpart to 
37787 \family sans
37788 Command start
37789 \family default
37790 .
37791  Some packages, like the default, don't have an end command since the start
37792  command toggles the package on and off.
37793 \end_layout
37794
37795 \begin_layout Description
37796 Use\InsetSpace ~
37797 babel Whether 
37798 \series bold
37799 babel
37800 \series default
37801  is used or not.
37802 \end_layout
37803
37804 \begin_layout Description
37805 Global When this option is set, the languages used in the document will
37806  be added as options to the document class options, so that they can be
37807  used by all LaTeX-packages.
37808  Otherwise they will only be used as options for the 
37809 \series bold
37810 babel
37811 \series default
37812  package.
37813 \end_layout
37814
37815 \begin_layout Description
37816 Auto\InsetSpace ~
37817 begin When this option is set, the documents starts with the chosen
37818  document language.
37819  When this option is not set, the 
37820 \family sans
37821 Command\InsetSpace ~
37822 start
37823 \family default
37824  is explicitly set to the beginning of the document in the LaTeX-output.
37825  This assures that the correct language is used when you use another 
37826 \family sans
37827 Command\InsetSpace ~
37828 start
37829 \family default
37830  than the default.
37831 \end_layout
37832
37833 \begin_layout Description
37834 Auto\InsetSpace ~
37835 end Counterpart to 
37836 \family sans
37837 Auto\InsetSpace ~
37838 begin
37839 \family default
37840 .
37841  When it is not set, the 
37842 \family sans
37843 Command\InsetSpace ~
37844 end
37845 \family default
37846  is set to the end of the document.
37847 \end_layout
37848
37849 \begin_layout Description
37850 Mark\InsetSpace ~
37851 foreign\InsetSpace ~
37852 languages Text marked formatted in a language different from
37853  the document language will be underlined blue.
37854 \end_layout
37855
37856 \begin_layout Description
37857 Right\InsetSpace ~
37858 to\InsetSpace ~
37859 left\InsetSpace ~
37860 language\InsetSpace ~
37861 support Enables the use of languages, written from right
37862  to left, like Arabic, Hebrew, Farsi.
37863 \end_layout
37864
37865 \begin_layout Subsection
37866 Spellchecker
37867 \end_layout
37868
37869 \begin_layout Standard
37870 The spellchecker settings are explained in section\InsetSpace ~
37871
37872 \begin_inset CommandInset ref
37873 LatexCommand ref
37874 reference "sec:Spellchecking"
37875
37876 \end_inset
37877
37878
37879 \end_layout
37880
37881 \begin_layout Section
37882 Outputs
37883 \end_layout
37884
37885 \begin_layout Subsection
37886 Printer
37887 \begin_inset CommandInset label
37888 LatexCommand label
37889 name "sub:Printer"
37890
37891 \end_inset
37892
37893
37894 \begin_inset Index
37895 status collapsed
37896
37897 \begin_layout Standard
37898 Printer
37899 \end_layout
37900
37901 \end_inset
37902
37903
37904 \begin_inset Index
37905 status collapsed
37906
37907 \begin_layout Standard
37908 Settings ! Printer
37909 \end_layout
37910
37911 \end_inset
37912
37913
37914 \end_layout
37915
37916 \begin_layout Description
37917 Default\InsetSpace ~
37918 printer Here you can specify the name of your default printer.
37919  The name will be used when the 
37920 \family sans
37921 Printer command
37922 \family default
37923  is executed.
37924 \newline
37925
37926 \begin_inset Note Greyedout
37927 status open
37928
37929 \begin_layout Standard
37930
37931 \series bold
37932 Note:
37933 \series default
37934  You can leave this field empty on Windows systems because it has there
37935  no effect.
37936 \end_layout
37937
37938 \end_inset
37939
37940
37941 \end_layout
37942
37943 \begin_layout Description
37944 Adapt\InsetSpace ~
37945 output\InsetSpace ~
37946 to\InsetSpace ~
37947 printer This option works only for the 
37948 \family sans
37949 Printer command
37950 \family default
37951  
37952 \begin_inset Quotes eld
37953 \end_inset
37954
37955
37956 \family sans
37957 dvips
37958 \family default
37959
37960 \begin_inset Quotes erd
37961 \end_inset
37962
37963 .
37964  It activates a configuration file for dvips.
37965  This is an option only for dvips experts.
37966 \end_layout
37967
37968 \begin_layout Description
37969 Printer\InsetSpace ~
37970 command is the command LyX\InsetSpace \thinspace{}
37971 /\InsetSpace \thinspace{}
37972 LaTeX uses for printing.
37973  The default is on most systems 
37974 \family sans
37975 dvips
37976 \family default
37977 .
37978 \end_layout
37979
37980 \begin_layout Description
37981 Printer\InsetSpace ~
37982 Command\InsetSpace ~
37983 Options Here you can specify printer options.
37984  A list of printer options with explanations can be found in the documentation
37985  of the program that provides the 
37986 \family sans
37987 Printer command
37988 \family default
37989  you are using.
37990 \end_layout
37991
37992 \begin_layout Subsection
37993 Date Format
37994 \begin_inset Index
37995 status collapsed
37996
37997 \begin_layout Standard
37998 Date Format
37999 \end_layout
38000
38001 \end_inset
38002
38003
38004 \begin_inset Index
38005 status collapsed
38006
38007 \begin_layout Standard
38008 Settings ! Date format
38009 \end_layout
38010
38011 \end_inset
38012
38013
38014 \end_layout
38015
38016 \begin_layout Standard
38017 The date format can be one or a mixture of the formats listed here:
38018 \newline
38019
38020 \begin_inset Flex URL
38021 status collapsed
38022
38023 \begin_layout Standard
38024
38025 http://unixhelp.ed.ac.uk/CGI/man-cgi?date
38026 \end_layout
38027
38028 \end_inset
38029
38030
38031 \newline
38032 For example the format
38033 \newline
38034 %d/%m/%y
38035 \newline
38036 prints the date as day/month/year.
38037 \end_layout
38038
38039 \begin_layout Subsection
38040 Plain Text
38041 \end_layout
38042
38043 \begin_layout Description
38044 Output\InsetSpace ~
38045 line\InsetSpace ~
38046 length sets the maximum number of characters printed in one line
38047  when using the menu 
38048 \family sans
38049 File\SpecialChar \menuseparator
38050 Export\SpecialChar \menuseparator
38051 Plain\InsetSpace ~
38052 text
38053 \family default
38054 .
38055  Setting the line line length to 0 means all text is printed in one endless
38056  line.
38057 \end_layout
38058
38059 \begin_layout Description
38060 roff\InsetSpace ~
38061 command defines an additional command used to produce better ASCII tables
38062  with the 
38063 \family typewriter
38064 groff/troff/nroff
38065 \family default
38066  UNIX-commands (refer to their manuals for more information about them).
38067  Setting this as empty tells LyX to use the internal formatter.
38068 \end_layout
38069
38070 \begin_layout Subsection
38071 LaT
38072 \begin_inset ERT
38073 status collapsed
38074
38075 \begin_layout Standard
38076
38077 {}
38078 \end_layout
38079
38080 \end_inset
38081
38082 eX
38083 \begin_inset CommandInset label
38084 LatexCommand label
38085 name "sub:LaTeX-settings"
38086
38087 \end_inset
38088
38089
38090 \begin_inset Index
38091 status collapsed
38092
38093 \begin_layout Standard
38094 Settings ! LaTeX
38095 \end_layout
38096
38097 \end_inset
38098
38099
38100 \end_layout
38101
38102 \begin_layout Description
38103 Te
38104 \begin_inset ERT
38105 status collapsed
38106
38107 \begin_layout Standard
38108
38109 {}
38110 \end_layout
38111
38112 \end_inset
38113
38114 X\InsetSpace ~
38115 encoding This is the default encoding of the document font.
38116  
38117 \family sans
38118 T1
38119 \family default
38120  is the default and covers western languages and symbols.
38121  
38122 \family sans
38123 T2A
38124 \family default
38125
38126 \family sans
38127 T2B
38128 \family default
38129
38130 \family sans
38131 T2C
38132 \family default
38133
38134 \family sans
38135 LCY
38136 \family default
38137 , and 
38138 \family sans
38139 X2
38140 \family default
38141  are for Cyrillic.
38142  Combinations of the encodings are possible, like 
38143 \begin_inset Quotes erd
38144 \end_inset
38145
38146
38147 \family sans
38148 T1, T2B
38149 \family default
38150
38151 \begin_inset Quotes erd
38152 \end_inset
38153
38154 .
38155  The font encoding is normally automatically loaded by the language packages
38156  LyX sets up in the background.
38157  So there is no need to change the default encoding.
38158 \end_layout
38159
38160 \begin_layout Description
38161 Default\InsetSpace ~
38162 paper\InsetSpace ~
38163 size This is the paper size that is used for new documents.
38164  The 
38165 \family sans
38166 Default
38167 \family default
38168  value depends on your LaTeX-system setup.
38169 \end_layout
38170
38171 \begin_layout Description
38172 Reset\InsetSpace ~
38173 class\InsetSpace ~
38174 options\InsetSpace ~
38175 when\InsetSpace ~
38176 document\InsetSpace ~
38177 classes\InsetSpace ~
38178 changes Removes all manually set document
38179  class options in the 
38180 \family sans
38181 Document\SpecialChar \menuseparator
38182 Settings
38183 \family default
38184  dialog when changing the document class.
38185 \end_layout
38186
38187 \begin_layout Standard
38188 In the 
38189 \family sans
38190 External Applications
38191 \family default
38192  field you can specify commands with parameters for the listed applications.
38193  Before you change something here, it is strongly recommended to read the
38194  manuals of the applications.
38195  Currently the following commands can be set:
38196 \end_layout
38197
38198 \begin_layout Description
38199 CheckTe
38200 \begin_inset ERT
38201 status collapsed
38202
38203 \begin_layout Standard
38204
38205 {}
38206 \end_layout
38207
38208 \end_inset
38209
38210 X\InsetSpace ~
38211 command Command for the program 
38212 \family sans
38213 CheckTeX
38214 \family default
38215  that is described in section 
38216 \emph on
38217 Checking TeX
38218 \emph default
38219  of the 
38220 \emph on
38221 Extended Features
38222 \emph default
38223  manual.
38224 \end_layout
38225
38226 \begin_layout Description
38227 BibTe
38228 \begin_inset ERT
38229 status collapsed
38230
38231 \begin_layout Standard
38232
38233 {}
38234 \end_layout
38235
38236 \end_inset
38237
38238 X\InsetSpace ~
38239 command Command for the program 
38240 \family sans
38241 BibTeX
38242 \family default
38243  that generates the bibliography, see section\InsetSpace ~
38244
38245 \begin_inset CommandInset ref
38246 LatexCommand ref
38247 reference "sub:Bibliography-databases"
38248
38249 \end_inset
38250
38251 .
38252 \end_layout
38253
38254 \begin_layout Description
38255 Index\InsetSpace ~
38256 command Command for the program that generates the index, see section\InsetSpace ~
38257
38258 \begin_inset CommandInset ref
38259 LatexCommand ref
38260 reference "sub:Index-Program"
38261
38262 \end_inset
38263
38264 .
38265 \end_layout
38266
38267 \begin_layout Description
38268 DVI\InsetSpace ~
38269 viewer\InsetSpace ~
38270 paper\InsetSpace ~
38271 size\InsetSpace ~
38272 options They only have an effect when the program 
38273 \family sans
38274 xdvi
38275 \family default
38276  is used as DVI-viewer.
38277 \end_layout
38278
38279 \begin_layout Subsection
38280 Paths
38281 \begin_inset Index
38282 status collapsed
38283
38284 \begin_layout Standard
38285 Paths
38286 \end_layout
38287
38288 \end_inset
38289
38290
38291 \begin_inset Index
38292 status collapsed
38293
38294 \begin_layout Standard
38295 Settings ! Paths
38296 \end_layout
38297
38298 \end_inset
38299
38300
38301 \end_layout
38302
38303 \begin_layout Standard
38304 The submenu 
38305 \family sans
38306 Paths
38307 \family default
38308  is only available in the Windows version of LyX.
38309  The option 
38310 \family sans
38311 Use Windows-style paths in LaTeX files
38312 \family default
38313  uses the Windows path style:
38314 \end_layout
38315
38316 \begin_layout Standard
38317 C:
38318 \backslash
38319 test
38320 \backslash
38321 hello
38322 \end_layout
38323
38324 \begin_layout Standard
38325 instead of the Unix path style:
38326 \end_layout
38327
38328 \begin_layout Standard
38329 C:/test/hello
38330 \end_layout
38331
38332 \begin_layout Section
38333 Converters
38334 \begin_inset Index
38335 status collapsed
38336
38337 \begin_layout Standard
38338 Converters
38339 \end_layout
38340
38341 \end_inset
38342
38343
38344 \end_layout
38345
38346 \begin_layout Standard
38347 Here you find the list of defined converter commands to convert material
38348  from one format to another.
38349  You can modify them or create new ones.
38350  To modify a converter, select it, change the entry of the field 
38351 \family sans
38352 Converter
38353 \family default
38354  and/or 
38355 \family sans
38356 Extra\InsetSpace ~
38357 flag
38358 \family default
38359 , and press the 
38360 \family sans
38361 Modify
38362 \family default
38363  button.
38364  To create a new converter, select an existing one, select a different format
38365  in the 
38366 \family sans
38367 From\InsetSpace ~
38368 format
38369 \family default
38370  drop-down list, modify the 
38371 \family sans
38372 Converter
38373 \family default
38374  field, and press the 
38375 \family sans
38376 Add
38377 \family default
38378  button.
38379 \end_layout
38380
38381 \begin_layout Standard
38382 When the 
38383 \family sans
38384 Converter File Cache
38385 \family default
38386  is enabled, conversions will be cached as long as specified in the field
38387  
38388 \family sans
38389 Maximum Age (in days
38390 \family default
38391 ).
38392  This means that images don't need to be converted again when you reopen
38393  a document; the converted images from the cache will be used instead.
38394 \end_layout
38395
38396 \begin_layout Standard
38397 More about converters, like the variables and flags that can be used in
38398  the converter definition, is described in section 
38399 \emph on
38400 Converters
38401 \emph default
38402  of the 
38403 \emph on
38404 Customization
38405 \emph default
38406  manual.
38407 \end_layout
38408
38409 \begin_layout Section
38410 File Formats
38411 \begin_inset Index
38412 status collapsed
38413
38414 \begin_layout Standard
38415 File formats
38416 \end_layout
38417
38418 \end_inset
38419
38420
38421 \begin_inset CommandInset label
38422 LatexCommand label
38423 name "sec:File-Formats"
38424
38425 \end_inset
38426
38427
38428 \end_layout
38429
38430 \begin_layout Standard
38431 Here you find the list of defined file formats that LyX can handle.
38432  You can modify the viewer and editor program that should be used for certain
38433  formats.
38434  To create a new format, select an existing one, change the entry of the
38435  fields 
38436 \family sans
38437 Format
38438 \family default
38439  and 
38440 \family sans
38441 GUI\InsetSpace ~
38442 name
38443 \family default
38444 , and press the 
38445 \family sans
38446 Add
38447 \family default
38448  button.
38449 \end_layout
38450
38451 \begin_layout Standard
38452 More about formats, like the options that can be used in the format definition,
38453  is described in section 
38454 \emph on
38455 Formats
38456 \emph default
38457  of the 
38458 \emph on
38459 Customization
38460 \emph default
38461  manual.
38462 \end_layout
38463
38464 \begin_layout Section
38465 Copiers
38466 \begin_inset Index
38467 status collapsed
38468
38469 \begin_layout Standard
38470 Copiers
38471 \end_layout
38472
38473 \end_inset
38474
38475
38476 \end_layout
38477
38478 \begin_layout Standard
38479 Here you find the list of defined copiers.
38480  Since all conversions from one format to another take place in LyX's temporary
38481  directory, it is sometimes necessary to modify a file before copying it
38482  to the temporary directory in order that the conversion may be performed.
38483  This is done by a Copier.
38484 \end_layout
38485
38486 \begin_layout Standard
38487 More about converters is described in section 
38488 \emph on
38489 Copiers
38490 \emph default
38491  of the 
38492 \emph on
38493 Customization
38494 \emph default
38495  manual.
38496 \end_layout
38497
38498 \begin_layout Chapter
38499 Units available in LyX
38500 \begin_inset Index
38501 status collapsed
38502
38503 \begin_layout Standard
38504 Units
38505 \end_layout
38506
38507 \end_inset
38508
38509
38510 \begin_inset CommandInset label
38511 LatexCommand label
38512 name "cha:Units-available-in"
38513
38514 \end_inset
38515
38516
38517 \end_layout
38518
38519 \begin_layout Standard
38520 To understand the units described in this documentation, 
38521 \begin_inset CommandInset ref
38522 LatexCommand ref
38523 reference "cap:Units"
38524
38525 \end_inset
38526
38527  explains all units available in LyX.
38528 \end_layout
38529
38530 \begin_layout Standard
38531 \begin_inset Float table
38532 placement h
38533 wide false
38534 sideways false
38535 status open
38536
38537 \begin_layout Standard
38538 \begin_inset Caption
38539
38540 \begin_layout Standard
38541 \begin_inset CommandInset label
38542 LatexCommand label
38543 name "cap:Units"
38544
38545 \end_inset
38546
38547 Units
38548 \end_layout
38549
38550 \end_inset
38551
38552
38553 \end_layout
38554
38555 \begin_layout Standard
38556 \begin_inset VSpace medskip
38557 \end_inset
38558
38559
38560 \end_layout
38561
38562 \begin_layout Standard
38563 \align center
38564 \begin_inset Tabular
38565 <lyxtabular version="3" rows="20" columns="2">
38566 <features>
38567 <column alignment="center" valignment="top" leftline="true" width="0">
38568 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
38569 <row topline="true" bottomline="true">
38570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38571 \begin_inset Text
38572
38573 \begin_layout Standard
38574 unit
38575 \end_layout
38576
38577 \end_inset
38578 </cell>
38579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38580 \begin_inset Text
38581
38582 \begin_layout Standard
38583 name/description
38584 \end_layout
38585
38586 \end_inset
38587 </cell>
38588 </row>
38589 <row topline="true">
38590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38591 \begin_inset Text
38592
38593 \begin_layout Standard
38594 mm
38595 \end_layout
38596
38597 \end_inset
38598 </cell>
38599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38600 \begin_inset Text
38601
38602 \begin_layout Standard
38603 millimeter
38604 \end_layout
38605
38606 \end_inset
38607 </cell>
38608 </row>
38609 <row topline="true">
38610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38611 \begin_inset Text
38612
38613 \begin_layout Standard
38614 cm
38615 \end_layout
38616
38617 \end_inset
38618 </cell>
38619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38620 \begin_inset Text
38621
38622 \begin_layout Standard
38623 centimeter
38624 \end_layout
38625
38626 \end_inset
38627 </cell>
38628 </row>
38629 <row topline="true">
38630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38631 \begin_inset Text
38632
38633 \begin_layout Standard
38634 in
38635 \end_layout
38636
38637 \end_inset
38638 </cell>
38639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38640 \begin_inset Text
38641
38642 \begin_layout Standard
38643 inch
38644 \end_layout
38645
38646 \end_inset
38647 </cell>
38648 </row>
38649 <row topline="true">
38650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38651 \begin_inset Text
38652
38653 \begin_layout Standard
38654 pt
38655 \end_layout
38656
38657 \end_inset
38658 </cell>
38659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38660 \begin_inset Text
38661
38662 \begin_layout Standard
38663 point (72.27\InsetSpace \thinspace{}
38664 pt = 1\InsetSpace \thinspace{}
38665 in)
38666 \end_layout
38667
38668 \end_inset
38669 </cell>
38670 </row>
38671 <row topline="true">
38672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38673 \begin_inset Text
38674
38675 \begin_layout Standard
38676 pc
38677 \end_layout
38678
38679 \end_inset
38680 </cell>
38681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38682 \begin_inset Text
38683
38684 \begin_layout Standard
38685 pica (1\InsetSpace \thinspace{}
38686 pc = 12\InsetSpace \thinspace{}
38687 pt)
38688 \end_layout
38689
38690 \end_inset
38691 </cell>
38692 </row>
38693 <row topline="true">
38694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38695 \begin_inset Text
38696
38697 \begin_layout Standard
38698 sp
38699 \end_layout
38700
38701 \end_inset
38702 </cell>
38703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38704 \begin_inset Text
38705
38706 \begin_layout Standard
38707 scaled point (65536\InsetSpace \thinspace{}
38708 sp = 1\InsetSpace \thinspace{}
38709 pt)
38710 \end_layout
38711
38712 \end_inset
38713 </cell>
38714 </row>
38715 <row topline="true">
38716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38717 \begin_inset Text
38718
38719 \begin_layout Standard
38720 bp
38721 \end_layout
38722
38723 \end_inset
38724 </cell>
38725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38726 \begin_inset Text
38727
38728 \begin_layout Standard
38729 big point (72\InsetSpace \thinspace{}
38730 bp = 1\InsetSpace \thinspace{}
38731 in)
38732 \end_layout
38733
38734 \end_inset
38735 </cell>
38736 </row>
38737 <row topline="true">
38738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38739 \begin_inset Text
38740
38741 \begin_layout Standard
38742 dd
38743 \end_layout
38744
38745 \end_inset
38746 </cell>
38747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38748 \begin_inset Text
38749
38750 \begin_layout Standard
38751 didot (72\InsetSpace \thinspace{}
38752 dd 
38753 \begin_inset Formula $\approx$
38754 \end_inset
38755
38756  37.6\InsetSpace \thinspace{}
38757 mm)
38758 \end_layout
38759
38760 \end_inset
38761 </cell>
38762 </row>
38763 <row topline="true">
38764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38765 \begin_inset Text
38766
38767 \begin_layout Standard
38768 cc
38769 \end_layout
38770
38771 \end_inset
38772 </cell>
38773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38774 \begin_inset Text
38775
38776 \begin_layout Standard
38777 cicero (1\InsetSpace \thinspace{}
38778 cc = 12\InsetSpace \thinspace{}
38779 dd)
38780 \end_layout
38781
38782 \end_inset
38783 </cell>
38784 </row>
38785 <row topline="true">
38786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38787 \begin_inset Text
38788
38789 \begin_layout Standard
38790 Scale%
38791 \end_layout
38792
38793 \end_inset
38794 </cell>
38795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38796 \begin_inset Text
38797
38798 \begin_layout Standard
38799 % of original image width
38800 \end_layout
38801
38802 \end_inset
38803 </cell>
38804 </row>
38805 <row topline="true">
38806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38807 \begin_inset Text
38808
38809 \begin_layout Standard
38810 text%
38811 \end_layout
38812
38813 \end_inset
38814 </cell>
38815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38816 \begin_inset Text
38817
38818 \begin_layout Standard
38819 % of text width
38820 \end_layout
38821
38822 \end_inset
38823 </cell>
38824 </row>
38825 <row topline="true">
38826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38827 \begin_inset Text
38828
38829 \begin_layout Standard
38830 col%
38831 \end_layout
38832
38833 \end_inset
38834 </cell>
38835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38836 \begin_inset Text
38837
38838 \begin_layout Standard
38839 % of column width
38840 \end_layout
38841
38842 \end_inset
38843 </cell>
38844 </row>
38845 <row topline="true">
38846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38847 \begin_inset Text
38848
38849 \begin_layout Standard
38850 page%
38851 \end_layout
38852
38853 \end_inset
38854 </cell>
38855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38856 \begin_inset Text
38857
38858 \begin_layout Standard
38859 % of paper width
38860 \end_layout
38861
38862 \end_inset
38863 </cell>
38864 </row>
38865 <row topline="true">
38866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38867 \begin_inset Text
38868
38869 \begin_layout Standard
38870 line%
38871 \end_layout
38872
38873 \end_inset
38874 </cell>
38875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38876 \begin_inset Text
38877
38878 \begin_layout Standard
38879 % of line width
38880 \end_layout
38881
38882 \end_inset
38883 </cell>
38884 </row>
38885 <row topline="true">
38886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38887 \begin_inset Text
38888
38889 \begin_layout Standard
38890 theight%
38891 \end_layout
38892
38893 \end_inset
38894 </cell>
38895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38896 \begin_inset Text
38897
38898 \begin_layout Standard
38899 % of text height
38900 \end_layout
38901
38902 \end_inset
38903 </cell>
38904 </row>
38905 <row topline="true">
38906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38907 \begin_inset Text
38908
38909 \begin_layout Standard
38910 pheight%
38911 \end_layout
38912
38913 \end_inset
38914 </cell>
38915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38916 \begin_inset Text
38917
38918 \begin_layout Standard
38919 % of paper height
38920 \end_layout
38921
38922 \end_inset
38923 </cell>
38924 </row>
38925 <row topline="true">
38926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38927 \begin_inset Text
38928
38929 \begin_layout Standard
38930 ex
38931 \end_layout
38932
38933 \end_inset
38934 </cell>
38935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38936 \begin_inset Text
38937
38938 \begin_layout Standard
38939 height of letter 
38940 \emph on
38941 x
38942 \emph default
38943  in current font
38944 \end_layout
38945
38946 \end_inset
38947 </cell>
38948 </row>
38949 <row topline="true">
38950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38951 \begin_inset Text
38952
38953 \begin_layout Standard
38954 em
38955 \end_layout
38956
38957 \end_inset
38958 </cell>
38959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38960 \begin_inset Text
38961
38962 \begin_layout Standard
38963 width of letter 
38964 \emph on
38965 M
38966 \emph default
38967  in current font
38968 \end_layout
38969
38970 \end_inset
38971 </cell>
38972 </row>
38973 <row topline="true" bottomline="true">
38974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38975 \begin_inset Text
38976
38977 \begin_layout Standard
38978 mu
38979 \end_layout
38980
38981 \end_inset
38982 </cell>
38983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38984 \begin_inset Text
38985
38986 \begin_layout Standard
38987 math unit (1\InsetSpace \thinspace{}
38988 mu = 1/18\InsetSpace \thinspace{}
38989 em)
38990 \end_layout
38991
38992 \end_inset
38993 </cell>
38994 </row>
38995 </lyxtabular>
38996
38997 \end_inset
38998
38999
39000 \end_layout
39001
39002 \end_inset
39003
39004
39005 \end_layout
39006
39007 \begin_layout Chapter
39008 Credits
39009 \begin_inset CommandInset label
39010 LatexCommand label
39011 name "cha:Credits"
39012
39013 \end_inset
39014
39015
39016 \end_layout
39017
39018 \begin_layout Standard
39019 The documentation is a collaborative effort between many different people
39020  (and we would encourage people to contribute!).
39021 \end_layout
39022
39023 \begin_layout Itemize
39024
39025 \noun on
39026 Alejandro Aguilar Sierra
39027 \end_layout
39028
39029 \begin_layout Itemize
39030
39031 \noun on
39032 Amir Karger
39033 \end_layout
39034
39035 \begin_layout Itemize
39036
39037 \noun on
39038 David Johnson
39039 \end_layout
39040
39041 \begin_layout Itemize
39042
39043 \noun on
39044 Hartmut Haase
39045 \end_layout
39046
39047 \begin_layout Itemize
39048
39049 \noun on
39050 Ignacio García
39051 \end_layout
39052
39053 \begin_layout Itemize
39054
39055 \noun on
39056 Ivan Schreter
39057 \end_layout
39058
39059 \begin_layout Itemize
39060
39061 \noun on
39062 John Raithel
39063 \end_layout
39064
39065 \begin_layout Itemize
39066
39067 \noun on
39068 John Weiss
39069 \end_layout
39070
39071 \begin_layout Itemize
39072
39073 \noun on
39074 Lars Gullik Bjønnes
39075 \end_layout
39076
39077 \begin_layout Itemize
39078
39079 \noun on
39080 Matthias Ettrich
39081 \end_layout
39082
39083 \begin_layout Itemize
39084
39085 \noun on
39086 Matthias Zenker
39087 \end_layout
39088
39089 \begin_layout Itemize
39090
39091 \noun on
39092 Rich Fields
39093 \end_layout
39094
39095 \begin_layout Itemize
39096
39097 \noun on
39098 Pascal André
39099 \end_layout
39100
39101 \begin_layout Itemize
39102
39103 \noun on
39104 Paul Evans
39105 \end_layout
39106
39107 \begin_layout Itemize
39108
39109 \noun on
39110 Paul Russel
39111 \end_layout
39112
39113 \begin_layout Itemize
39114
39115 \noun on
39116 Robin Socha
39117 \end_layout
39118
39119 \begin_layout Itemize
39120
39121 \noun on
39122 Uwe Stöhr
39123 \end_layout
39124
39125 \begin_layout Itemize
39126 The LyX Team: 
39127 \begin_inset CommandInset citation
39128 LatexCommand cite
39129 key "lyxcredit"
39130
39131 \end_inset
39132
39133
39134 \end_layout
39135
39136 \begin_layout Standard
39137
39138 \newpage
39139 The bibliography on the following page was created with the 
39140 \family sans
39141 Bibliography
39142 \family default
39143  environment.
39144 \end_layout
39145
39146 \begin_layout Bibliography
39147 \begin_inset CommandInset bibitem
39148 LatexCommand bibitem
39149 label "Credits"
39150 key "lyxcredit"
39151
39152 \end_inset
39153
39154
39155 \begin_inset ERT
39156 status collapsed
39157
39158 \begin_layout Standard
39159
39160
39161 \backslash
39162 addcontentsline{toc}{chapter}{
39163 \backslash
39164 bibname
39165 \backslash
39166 ; 1}
39167 \end_layout
39168
39169 \end_inset
39170
39171
39172 \begin_inset Note Note
39173 status collapsed
39174
39175 \begin_layout Standard
39176 The command 
39177 \series bold
39178
39179 \backslash
39180 addcontentsline
39181 \series default
39182  is explained in the 
39183 \emph on
39184 Extended Features
39185 \emph default
39186  manual.
39187  It creates a TOC entry.
39188 \end_layout
39189
39190 \begin_layout Standard
39191 A manual TOC entry for the bibliography is only necessary because we use
39192  two different ones in one document.
39193 \end_layout
39194
39195 \end_inset
39196
39197 The LyX Team: 
39198 \begin_inset ERT
39199 status collapsed
39200
39201 \begin_layout Standard
39202
39203
39204 \backslash
39205 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
39206 \end_layout
39207
39208 \end_inset
39209
39210 Credits
39211 \begin_inset ERT
39212 status collapsed
39213
39214 \begin_layout Standard
39215
39216 }
39217 \end_layout
39218
39219 \end_inset
39220
39221
39222 \begin_inset Note Note
39223 status collapsed
39224
39225 \begin_layout Standard
39226 The command 
39227 \series bold
39228
39229 \backslash
39230 href
39231 \series default
39232  is explained in the 
39233 \emph on
39234 Embedded Objects
39235 \emph default
39236  manual.
39237  It creates a hyperlink.
39238 \end_layout
39239
39240 \end_inset
39241
39242 :
39243 \newline
39244
39245 \begin_inset Flex URL
39246 status collapsed
39247
39248 \begin_layout Standard
39249
39250 http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS
39251 \end_layout
39252
39253 \end_inset
39254
39255
39256 \end_layout
39257
39258 \begin_layout Bibliography
39259 \begin_inset CommandInset bibitem
39260 LatexCommand bibitem
39261 key "latexcompanion"
39262
39263 \end_inset
39264
39265 Frank Mittelbach and Michel Goossens: 
39266 \emph on
39267 The LaTeX Companion Second Edition.
39268
39269 \emph default
39270  Addison-Wesley, 2004
39271 \end_layout
39272
39273 \begin_layout Bibliography
39274 \begin_inset CommandInset bibitem
39275 LatexCommand bibitem
39276 key "latexguide"
39277
39278 \end_inset
39279
39280 Helmut Kopka and Patrick W.
39281  Daly: 
39282 \emph on
39283 A Guide to LaTeX Fourth Edition.
39284
39285 \emph default
39286  Addison-Wesley, 2003
39287 \end_layout
39288
39289 \begin_layout Bibliography
39290 \begin_inset CommandInset bibitem
39291 LatexCommand bibitem
39292 key "latexbook"
39293
39294 \end_inset
39295
39296 Leslie Lamport: 
39297 \emph on
39298 LaTeX: A Document Preparation System.
39299
39300 \emph default
39301  Addison-Wesley, second edition, 1994
39302 \end_layout
39303
39304 \begin_layout Bibliography
39305 \begin_inset CommandInset bibitem
39306 LatexCommand bibitem
39307 key "texbook"
39308
39309 \end_inset
39310
39311 Donald E.
39312  Knuth.
39313  
39314 \emph on
39315 The TeXbook.
39316
39317 \emph default
39318  Addison-Wesley, 1984
39319 \end_layout
39320
39321 \begin_layout Bibliography
39322 \begin_inset CommandInset bibitem
39323 LatexCommand bibitem
39324 key "TeXCatalogue"
39325
39326 \end_inset
39327
39328 The TeX Catalogue:
39329 \newline
39330
39331 \begin_inset Flex URL
39332 status collapsed
39333
39334 \begin_layout Standard
39335
39336 http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html
39337 \end_layout
39338
39339 \end_inset
39340
39341
39342 \end_layout
39343
39344 \begin_layout Bibliography
39345 \begin_inset CommandInset bibitem
39346 LatexCommand bibitem
39347 key "LaTeXFAQ"
39348
39349 \end_inset
39350
39351 The LaTeX FAQ: 
39352 \begin_inset Flex URL
39353 status collapsed
39354
39355 \begin_layout Standard
39356
39357 http://www.tex.ac.uk/cgi-bin/texfaq2html
39358 \end_layout
39359
39360 \end_inset
39361
39362
39363 \end_layout
39364
39365 \begin_layout Bibliography
39366 \begin_inset CommandInset bibitem
39367 LatexCommand bibitem
39368 key "makeindex"
39369
39370 \end_inset
39371
39372
39373 \begin_inset ERT
39374 status collapsed
39375
39376 \begin_layout Standard
39377
39378
39379 \backslash
39380 href{http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi}{
39381 \end_layout
39382
39383 \end_inset
39384
39385 Documentation
39386 \begin_inset ERT
39387 status collapsed
39388
39389 \begin_layout Standard
39390
39391 }
39392 \end_layout
39393
39394 \end_inset
39395
39396  of the program 
39397 \family sans
39398 makeindex
39399 \family default
39400 :
39401 \newline
39402
39403 \begin_inset Flex URL
39404 status collapsed
39405
39406 \begin_layout Standard
39407
39408 http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi
39409 \end_layout
39410
39411 \end_inset
39412
39413
39414 \end_layout
39415
39416 \begin_layout Bibliography
39417 \begin_inset CommandInset bibitem
39418 LatexCommand bibitem
39419 key "caption"
39420
39421 \end_inset
39422
39423
39424 \begin_inset ERT
39425 status collapsed
39426
39427 \begin_layout Standard
39428
39429
39430 \backslash
39431 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
39432 \end_layout
39433
39434 \end_inset
39435
39436 Documentation
39437 \begin_inset ERT
39438 status collapsed
39439
39440 \begin_layout Standard
39441
39442 }
39443 \end_layout
39444
39445 \end_inset
39446
39447  of the LaTeX-package 
39448 \series bold
39449 caption
39450 \series default
39451
39452 \begin_inset Index
39453 status collapsed
39454
39455 \begin_layout Standard
39456 LaTeX-packages ! caption
39457 \end_layout
39458
39459 \end_inset
39460
39461 :
39462 \newline
39463
39464 \begin_inset Flex URL
39465 status collapsed
39466
39467 \begin_layout Standard
39468
39469 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf
39470 \end_layout
39471
39472 \end_inset
39473
39474
39475 \end_layout
39476
39477 \begin_layout Bibliography
39478 \begin_inset CommandInset bibitem
39479 LatexCommand bibitem
39480 key "fancyhdr"
39481
39482 \end_inset
39483
39484
39485 \begin_inset ERT
39486 status collapsed
39487
39488 \begin_layout Standard
39489
39490
39491 \backslash
39492 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf}
39493 {
39494 \end_layout
39495
39496 \end_inset
39497
39498 Documentation
39499 \begin_inset ERT
39500 status collapsed
39501
39502 \begin_layout Standard
39503
39504 }
39505 \end_layout
39506
39507 \end_inset
39508
39509  of the LaTeX-package 
39510 \series bold
39511 fancyhdr
39512 \series default
39513
39514 \begin_inset Index
39515 status collapsed
39516
39517 \begin_layout Standard
39518 LaTeX-packages ! fancyhdr
39519 \end_layout
39520
39521 \end_inset
39522
39523 :
39524 \newline
39525
39526 \begin_inset Flex URL
39527 status collapsed
39528
39529 \begin_layout Standard
39530
39531 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
39532 \end_layout
39533
39534 \end_inset
39535
39536
39537 \end_layout
39538
39539 \begin_layout Bibliography
39540 \begin_inset CommandInset bibitem
39541 LatexCommand bibitem
39542 key "floatflt"
39543
39544 \end_inset
39545
39546
39547 \begin_inset ERT
39548 status collapsed
39549
39550 \begin_layout Standard
39551
39552
39553 \backslash
39554 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
39555 {
39556 \end_layout
39557
39558 \end_inset
39559
39560 Documentation
39561 \begin_inset ERT
39562 status collapsed
39563
39564 \begin_layout Standard
39565
39566 }
39567 \end_layout
39568
39569 \end_inset
39570
39571  of the LaTeX-package 
39572 \series bold
39573 floatflt
39574 \series default
39575
39576 \begin_inset Index
39577 status collapsed
39578
39579 \begin_layout Standard
39580 LaTeX-packages ! floatflt
39581 \end_layout
39582
39583 \end_inset
39584
39585 :
39586 \newline
39587
39588 \begin_inset Flex URL
39589 status collapsed
39590
39591 \begin_layout Standard
39592
39593 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf
39594 \end_layout
39595
39596 \end_inset
39597
39598
39599 \end_layout
39600
39601 \begin_layout Bibliography
39602 \begin_inset CommandInset bibitem
39603 LatexCommand bibitem
39604 key "nomencl"
39605
39606 \end_inset
39607
39608
39609 \begin_inset ERT
39610 status collapsed
39611
39612 \begin_layout Standard
39613
39614
39615 \backslash
39616 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf}{
39617 \end_layout
39618
39619 \end_inset
39620
39621 Documentation
39622 \begin_inset ERT
39623 status collapsed
39624
39625 \begin_layout Standard
39626
39627 }
39628 \end_layout
39629
39630 \end_inset
39631
39632  of the LaTeX-package 
39633 \series bold
39634 nomencl
39635 \series default
39636
39637 \begin_inset Index
39638 status collapsed
39639
39640 \begin_layout Standard
39641 LaTeX-packages ! nomencl
39642 \end_layout
39643
39644 \end_inset
39645
39646 :
39647 \newline
39648
39649 \begin_inset Flex URL
39650 status collapsed
39651
39652 \begin_layout Standard
39653
39654 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf
39655 \end_layout
39656
39657 \end_inset
39658
39659
39660 \end_layout
39661
39662 \begin_layout Bibliography
39663 \begin_inset CommandInset bibitem
39664 LatexCommand bibitem
39665 key "tipa"
39666
39667 \end_inset
39668
39669
39670 \begin_inset ERT
39671 status collapsed
39672
39673 \begin_layout Standard
39674
39675
39676 \backslash
39677 href{http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf}{
39678 \end_layout
39679
39680 \end_inset
39681
39682 Documentation
39683 \begin_inset ERT
39684 status collapsed
39685
39686 \begin_layout Standard
39687
39688 }
39689 \end_layout
39690
39691 \end_inset
39692
39693  of the LaTeX-package 
39694 \series bold
39695 tipa
39696 \series default
39697
39698 \begin_inset Index
39699 status collapsed
39700
39701 \begin_layout Standard
39702 LaTeX-packages ! tipa
39703 \end_layout
39704
39705 \end_inset
39706
39707 :
39708 \newline
39709
39710 \begin_inset Flex URL
39711 status collapsed
39712
39713 \begin_layout Standard
39714
39715 http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf
39716 \end_layout
39717
39718 \end_inset
39719
39720
39721 \end_layout
39722
39723 \begin_layout Bibliography
39724 \begin_inset CommandInset bibitem
39725 LatexCommand bibitem
39726 key "XeTeX"
39727
39728 \end_inset
39729
39730
39731 \begin_inset ERT
39732 status collapsed
39733
39734 \begin_layout Standard
39735
39736
39737 \backslash
39738 href{http://wiki.lyx.org/LyX/XeTeX}{
39739 \end_layout
39740
39741 \end_inset
39742
39743 Wiki-page
39744 \begin_inset ERT
39745 status collapsed
39746
39747 \begin_layout Standard
39748
39749 }
39750 \end_layout
39751
39752 \end_inset
39753
39754  how to use LyX with XeTeX:
39755 \newline
39756
39757 \begin_inset Flex URL
39758 status collapsed
39759
39760 \begin_layout Standard
39761
39762 http://wiki.lyx.org/LyX/XeTeX
39763 \end_layout
39764
39765 \end_inset
39766
39767
39768 \end_layout
39769
39770 \begin_layout Bibliography
39771 \begin_inset CommandInset bibitem
39772 LatexCommand bibitem
39773 key "Arabic"
39774
39775 \end_inset
39776
39777
39778 \begin_inset ERT
39779 status collapsed
39780
39781 \begin_layout Standard
39782
39783
39784 \backslash
39785 href{http://wiki.lyx.org/Windows/Arabic}{
39786 \end_layout
39787
39788 \end_inset
39789
39790 Wiki-page
39791 \begin_inset ERT
39792 status collapsed
39793
39794 \begin_layout Standard
39795
39796 }
39797 \end_layout
39798
39799 \end_inset
39800
39801  how to set up LyX for Arabic:
39802 \newline
39803
39804 \begin_inset Flex URL
39805 status collapsed
39806
39807 \begin_layout Standard
39808
39809 http://wiki.lyx.org/Windows/Arabic
39810 \end_layout
39811
39812 \end_inset
39813
39814
39815 \end_layout
39816
39817 \begin_layout Bibliography
39818 \begin_inset CommandInset bibitem
39819 LatexCommand bibitem
39820 key "Armenian"
39821
39822 \end_inset
39823
39824
39825 \begin_inset ERT
39826 status collapsed
39827
39828 \begin_layout Standard
39829
39830
39831 \backslash
39832 href{http://wiki.lyx.org/Windows/Armenian}{
39833 \end_layout
39834
39835 \end_inset
39836
39837 Wiki-page
39838 \begin_inset ERT
39839 status collapsed
39840
39841 \begin_layout Standard
39842
39843 }
39844 \end_layout
39845
39846 \end_inset
39847
39848  how to set up LyX for Armenian:
39849 \newline
39850
39851 \begin_inset Flex URL
39852 status collapsed
39853
39854 \begin_layout Standard
39855
39856 http://wiki.lyx.org/Windows/Armenian
39857 \end_layout
39858
39859 \end_inset
39860
39861
39862 \end_layout
39863
39864 \begin_layout Bibliography
39865 \begin_inset CommandInset bibitem
39866 LatexCommand bibitem
39867 key "Farsi"
39868
39869 \end_inset
39870
39871
39872 \begin_inset ERT
39873 status collapsed
39874
39875 \begin_layout Standard
39876
39877
39878 \backslash
39879 href{http://wiki.lyx.org/Windows/Farsi}{
39880 \end_layout
39881
39882 \end_inset
39883
39884 Wiki-page
39885 \begin_inset ERT
39886 status collapsed
39887
39888 \begin_layout Standard
39889
39890 }
39891 \end_layout
39892
39893 \end_inset
39894
39895  how to set up LyX for Farsi:
39896 \newline
39897
39898 \begin_inset Flex URL
39899 status collapsed
39900
39901 \begin_layout Standard
39902
39903 http://wiki.lyx.org/Windows/Farsi
39904 \end_layout
39905
39906 \end_inset
39907
39908
39909 \end_layout
39910
39911 \begin_layout Bibliography
39912 \begin_inset CommandInset bibitem
39913 LatexCommand bibitem
39914 key "Hebrew"
39915
39916 \end_inset
39917
39918
39919 \begin_inset ERT
39920 status collapsed
39921
39922 \begin_layout Standard
39923
39924
39925 \backslash
39926 href{http://wiki.lyx.org/Windows/Hebrew}{
39927 \end_layout
39928
39929 \end_inset
39930
39931 Wiki-page
39932 \begin_inset ERT
39933 status collapsed
39934
39935 \begin_layout Standard
39936
39937 }
39938 \end_layout
39939
39940 \end_inset
39941
39942  how to set up LyX for Hebrew:
39943 \newline
39944
39945 \begin_inset Flex URL
39946 status collapsed
39947
39948 \begin_layout Standard
39949
39950 http://wiki.lyx.org/Windows/Hebrew
39951 \end_layout
39952
39953 \end_inset
39954
39955
39956 \end_layout
39957
39958 \begin_layout Bibliography
39959 \begin_inset CommandInset bibitem
39960 LatexCommand bibitem
39961 key "LyX-func"
39962
39963 \end_inset
39964
39965
39966 \begin_inset ERT
39967 status collapsed
39968
39969 \begin_layout Standard
39970
39971
39972 \backslash
39973 href{http://wiki.lyx.org/LyX/LyxFunctionList}{
39974 \end_layout
39975
39976 \end_inset
39977
39978 Wiki-page
39979 \begin_inset ERT
39980 status collapsed
39981
39982 \begin_layout Standard
39983
39984 }
39985 \end_layout
39986
39987 \end_inset
39988
39989  with a list of all available LyX-functions:
39990 \newline
39991
39992 \begin_inset Flex URL
39993 status collapsed
39994
39995 \begin_layout Standard
39996
39997 http://wiki.lyx.org/LyX/LyxFunctionList
39998 \end_layout
39999
40000 \end_inset
40001
40002
40003 \end_layout
40004
40005 \begin_layout Standard
40006
40007 \newpage
40008
40009 \begin_inset CommandInset bibtex
40010 LatexCommand bibtex
40011 options "biblio/alphadin"
40012 bibfiles "biblio/LyXDocs"
40013
40014 \end_inset
40015
40016
40017 \end_layout
40018
40019 \begin_layout Standard
40020 The above bibliography is created from a BibTeX-database.
40021 \end_layout
40022
40023 \begin_layout Standard
40024 \begin_inset ERT
40025 status collapsed
40026
40027 \begin_layout Standard
40028
40029
40030 \backslash
40031 addcontentsline{toc}{chapter}{
40032 \backslash
40033 bibname
40034 \backslash
40035 ; 2}
40036 \end_layout
40037
40038 \end_inset
40039
40040
40041 \begin_inset Note Note
40042 status collapsed
40043
40044 \begin_layout Standard
40045 The command 
40046 \series bold
40047
40048 \backslash
40049 addcontentsline
40050 \series default
40051  is explained in the 
40052 \emph on
40053 Extended Features
40054 \emph default
40055  manual.
40056  It creates a TOC entry.
40057 \end_layout
40058
40059 \begin_layout Standard
40060 A manual TOC entry for the bibliography is only necessary because we use
40061  two different ones in one document.
40062 \end_layout
40063
40064 \end_inset
40065
40066
40067 \end_layout
40068
40069 \begin_layout Standard
40070
40071 \series bold
40072 \begin_inset CommandInset nomencl_print
40073 LatexCommand printnomenclature
40074
40075 \end_inset
40076
40077
40078 \begin_inset CommandInset index_print
40079 LatexCommand printindex
40080
40081 \end_inset
40082
40083
40084 \end_layout
40085
40086 \end_body
40087 \end_document